mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 17:07:43 +01:00
feat(icons): added spool icon (#2926)
* [github] Added issue template forms * [github] yaml => yml * Syntax fixes * Further syntax fixes * Sort issue templates * Update 02_bug_report.yml * Added icons/spool.svg * Added icons/spool.json --------- Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
20
icons/spool.json
Normal file
20
icons/spool.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"bobbin",
|
||||
"spindle",
|
||||
"yarn",
|
||||
"thread",
|
||||
"string",
|
||||
"sewing",
|
||||
"needlework"
|
||||
],
|
||||
"categories": [
|
||||
"communication",
|
||||
"tools",
|
||||
"social"
|
||||
]
|
||||
}
|
||||
14
icons/spool.svg
Normal file
14
icons/spool.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="M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66" />
|
||||
<path d="m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 437 B |
Reference in New Issue
Block a user