-
-
Notifications
You must be signed in to change notification settings - Fork 505
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): Updated sandwich
icon
#2494
Conversation
Rounded the top-front corners, and better aligned the top-most corner of the bread, and the corner of the filling to the grid
Nudge filling to the left to maintain a two-pixel gap
Added or changed iconsIcons as codeWorks for: const SandwichIcon = createLucideIcon('Sandwich', [
["path",{"d":"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777"}],
["path",{"d":"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25"}],
["path",{"d":"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9"}],
["path",{"d":"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2"}],
["rect",{"width":"20","height":"4","x":"2","y":"11","rx":"1"}]
]) |
That icon is also too small, we could maybe even fix the size. |
Was literally thinking that. I opened up Wider sandwich Updated burger (for a different PR if necessary) |
Maybe move everything up 1px? |
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.
Nice this looks better!
Rounded the top-front corners, and better aligned the top-most corner of the bread, and the corner of the filling to the grid
What is the purpose of this pull request?
Description
Rounded the top-front corners, and better aligned the top-most corner of the bread, and the corner of the filling to the grid
Before Submitting