mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 16:57:44 +01:00
Add bolt (settings variant)/drill icons (#1340)
* Add `bolt` (settings variant) icon * Add `screw` icon * Add `screw-head` icon * Add `drill` icon * Improve tool icons metadata * Revert "Add `screw-head` icon" This reverts commit15cc69ffea. * Revert "Add `screw` icon" This reverts commitbc764555d5. * Simplify `drill` icon * Update icons/drill.svg Co-authored-by: Karsa <contact@karsa.org> --------- Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
22
icons/bolt.json
Normal file
22
icons/bolt.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"nut",
|
||||
"screw",
|
||||
"settings",
|
||||
"preferences",
|
||||
"configuration",
|
||||
"controls",
|
||||
"edit",
|
||||
"diy",
|
||||
"fixed",
|
||||
"build",
|
||||
"contruction",
|
||||
"parts"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"tools",
|
||||
"home"
|
||||
]
|
||||
}
|
||||
14
icons/bolt.svg
Normal file
14
icons/bolt.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" />
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 380 B |
21
icons/drill.json
Normal file
21
icons/drill.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"power",
|
||||
"bit",
|
||||
"head",
|
||||
"hole",
|
||||
"diy",
|
||||
"toolbox",
|
||||
"build",
|
||||
"construction"
|
||||
],
|
||||
"categories": [
|
||||
"tools",
|
||||
"home",
|
||||
"devices"
|
||||
]
|
||||
}
|
||||
19
icons/drill.svg
Normal file
19
icons/drill.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z" />
|
||||
<path d="M18 6h4" />
|
||||
<path d="M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3" />
|
||||
<path d="m5 10-2 8" />
|
||||
<path d="M12 10v3c0 .6-.4 1-1 1H8" />
|
||||
<path d="m7 18 2-8" />
|
||||
<path d="M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 545 B |
@@ -5,9 +5,15 @@
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"mallet"
|
||||
"mallet",
|
||||
"nails",
|
||||
"diy",
|
||||
"toolbox",
|
||||
"build",
|
||||
"construction"
|
||||
],
|
||||
"categories": [
|
||||
"tools"
|
||||
"tools",
|
||||
"home"
|
||||
]
|
||||
}
|
||||
@@ -7,13 +7,17 @@
|
||||
],
|
||||
"tags": [
|
||||
"account",
|
||||
"tool",
|
||||
"settings",
|
||||
"spanner"
|
||||
"spanner",
|
||||
"diy",
|
||||
"toolbox",
|
||||
"build",
|
||||
"construction"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"development",
|
||||
"tools"
|
||||
"tools",
|
||||
"home"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user