-
-
Notifications
You must be signed in to change notification settings - Fork 564
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): update drill
icon
#1919
Conversation
Added or changed iconsIcons as codeWorks for: const DrillIcon = createLucideIcon('Drill', [
["path",{"d":"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z"}],
["path",{"d":"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8"}],
["path",{"d":"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3"}],
["path",{"d":"M18 6h4"}],
["path",{"d":"m5 10-2 8"}],
["path",{"d":"m7 18 2-8"}]
]) |
@jguddas, @ericfennis: Pinging this again. |
No clue what I need to do here. |
The trigger doesn't have the necessary 2px gap (and it's also a bit too off-grid). |
* Updated icons/drill.svg * Updated icons/drill.svg * Updated icons/drill.json * Updated icons/drill.svg --------- Co-authored-by: Eric Fennis <[email protected]>
What is the purpose of this pull request?
Description
Hand optimized icon
Before Submitting