mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:47:41 +01:00
Add spray-can icon (#1277)
* Add `spray-can` icon * Refine `spray-can` icon
This commit is contained in:
17
icons/spray-can.json
Normal file
17
icons/spray-can.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"paint",
|
||||||
|
"color",
|
||||||
|
"graffiti",
|
||||||
|
"decoration",
|
||||||
|
"aerosol",
|
||||||
|
"deodorant",
|
||||||
|
"shaving foam",
|
||||||
|
"air freshener"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"design",
|
||||||
|
"tools"
|
||||||
|
]
|
||||||
|
}
|
||||||
22
icons/spray-can.svg
Normal file
22
icons/spray-can.svg
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<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="M3 3h.01" />
|
||||||
|
<path d="M7 5h.01" />
|
||||||
|
<path d="M11 7h.01" />
|
||||||
|
<path d="M3 7h.01" />
|
||||||
|
<path d="M7 9h.01" />
|
||||||
|
<path d="M3 11h.01" />
|
||||||
|
<rect width="4" height="4" x="15" y="5" />
|
||||||
|
<path d="m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2" />
|
||||||
|
<path d="m13 14 8-2" />
|
||||||
|
<path d="m13 19 8-2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 518 B |
Reference in New Issue
Block a user