-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
fix(icons): changed pizza
icon
#2476
Conversation
Rounded the corners of the pizza slice and spaced out the pepperoni to address the two-pixel-gap rule
Added or changed iconsIcons as codeWorks for: const PizzaIcon = createLucideIcon('Pizza', [
["path",{"d":"m12 14-1 1"}],
["path",{"d":"m13.75 18.25-1.25 1.42"}],
["path",{"d":"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12"}],
["path",{"d":"M18.8 9.3a1 1 0 0 0 2.1 7.7"}],
["path",{"d":"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z"}]
]) |
Lovely ❤️ With different toppings: |
I think this really helps it to look more like pizza and less like watermelon |
We could also consider renaming this icon |
100% agreed. That's a beautiful looking pizza. |
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.
Niceee 🍕
What is the purpose of this pull request?
Description
Rounded the corners of the pizza slice and spaced out the pepperoni to address the two-pixel-gap rule.
Alternative Designs
Open lucide studio
thinner slice, most similar to existing pizza shape, but the pepperoni lies on half-pixels in order to fit
Open lucide studio
submitted design, I think the most balanced
Open lucide studio
thicker slice, but the arcs at te edge of the pizza lie on half pixels
Before Submitting