Add spray-can icon (#1277)

* Add `spray-can` icon

* Refine `spray-can` icon
This commit is contained in:
Daniel Bayley
2023-05-30 20:49:20 +01:00
committed by GitHub
parent 6f39d3743a
commit f05855d1d1
2 changed files with 39 additions and 0 deletions

17
icons/spray-can.json Normal file
View 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
View 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