-
-
Notifications
You must be signed in to change notification settings - Fork 956
fix(icons): changed umbrella
icon
#3490
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
Conversation
Added or changed iconsIcons as codeWorks for: const UmbrellaOffIcon = createLucideIcon('UmbrellaOff', [
["path",{"d":"M12 13v7a2 2 0 0 0 4 0"}],
["path",{"d":"M12 2v2"}],
["path",{"d":"M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51"}],
["path",{"d":"m2 2 20 20"}],
["path",{"d":"M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10"}]
])
const UmbrellaIcon = createLucideIcon('Umbrella', [
["path",{"d":"M12 13v7a2 2 0 0 0 4 0"}],
["path",{"d":"M12 2v2"}],
["path",{"d":"M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z"}]
]) |
@jguddas, @ericfennis: TBH the alternate designs feel much better to me centre-of-gravity-wise, but they're a bigger change, and the same offset doesn't work well at all with the current design. |
The wavy variant looks super cute. |
But the wave is not very visible on 100% scale, making it a bit visually blurry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the wavey version even more tho.
What is the purpose of this pull request?
Description
Arcified umbrella, fixed off-grid paths
Alternate design
Open lucide studio
Open lucide studio
Before Submitting