Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove erroneous stroke width definition in refresh circle icon #372

Merged
merged 1 commit into from Nov 11, 2023

Conversation

alitorbati
Copy link
Contributor

The circle element in the "Refresh circle" icon included a hard coded stroke-width, which caused the circle to not inherit the parent svg stroke-width. This change fixes that bug.

Example next to similar icons:

Before:
Screenshot 2023-10-30 at 11 43 00 AM

After:
Screenshot 2023-10-30 at 12 23 49 PM

The `circle` element in the "Refresh circle" icon included a hard coded `stroke-width`, which caused the circle to not inherit the parent `svg` `stroke-width`. This change fixes that bug.
@lucaburgio lucaburgio self-requested a review November 6, 2023 17:11
@lucaburgio lucaburgio added the planned for release This icon is ready and is planned for a future release. label Nov 6, 2023
@lucaburgio lucaburgio merged commit 0be38ff into iconoir-icons:main Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned for release This icon is ready and is planned for a future release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants