lucide
lucide copied to clipboard
fix(icons): update `drill` icon
What is the purpose of this pull request?
- [x] Other: Icon update
Description
Hand optimized icon
Before Submitting
- [x] I've read the Contribution Guidelines.
- [x] I've checked if there was an existing PR that solves the same issue.
Added or changed icons
Preview cohesion
Preview stroke widths
DPI Preview (24px)
Icon X-rays
Icons as code
Works for: lucide-react
, lucide-react-native
, lucide-preact
, lucide-vue-next
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"}]
])
It would be nice to also fix the gap issue somehow, some ideas:
It would be nice to also fix the gap issue somehow, some ideas:
Pinging this.
It would be nice to also fix the gap issue somehow, some ideas:
Pinging this.
@ericfennis ericfennis requested a review from karsa-mistmere 1 minute ago
@jguddas, @ericfennis: Pinging this again.
No clue what I need to do here.
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).