-
-
Notifications
You must be signed in to change notification settings - Fork 530
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 shovel
icon
#2547
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const ShovelIcon = createLucideIcon('Shovel', [
["path",{"d":"m10.4 13.6 5.9-5.9"}],
["path",{"d":"M12.121 15.293a1 1 0 0 1 0 1.414l-3.707 3.707A2 2 0 0 1 7 21H3.828a1 1 0 0 1-1-1v-3.172a2 2 0 0 1 .586-1.414l3.707-3.707a1 1 0 0 1 1.414 0z"}],
["path",{"d":"M16.293 2.707a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414 1 1 0 1 1-5-5"}]
]) |
Looks a bit off-grid to me, especially that left edge, but also some of the arcs. How about something like: 45° lines are always a pain, because you have to decide whether you want the lines themselves to follow the pixel grid, or have the arcs sit on pixel boundaries, but you can't have both. |
We should come to an agreement and maybe even update the guidelines about this. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
What is the purpose of this pull request?
Description
Changed size and arcified corners.
Before Submitting