Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Bayley
f05855d1d1 Add spray-can icon (#1277)
* Add `spray-can` icon

* Refine `spray-can` icon
2023-05-30 21:49:20 +02:00
Daniel Bayley
6f39d3743a Improve disc icons metadata/add alternate CD icon (#1307)
* Optimise `disc` alternate icon

* Improve `disc` icons metadata

* Add `disc` alternate icon
2023-05-30 21:48:29 +02:00
7 changed files with 92 additions and 5 deletions

View File

@@ -2,12 +2,19 @@
"$schema": "../icon.schema.json",
"tags": [
"album",
"music",
"vinyl",
"record",
"music"
"cd",
"dvd",
"format",
"dj",
"spin",
"rotate",
"rpm"
],
"categories": [
"devices",
"multimedia"
]
}
}

View File

@@ -9,7 +9,7 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="4" />
<circle cx="12" cy="12" r="10" />
<line x1="12" y1="12" x2="12" y2="12.01"/>
<circle cx="12" cy="12" r="4" />
<path d="M12 12h.01" />
</svg>

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 305 B

20
icons/disc-3.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"tags": [
"album",
"music",
"vinyl",
"record",
"cd",
"dvd",
"format",
"dj",
"spin",
"rotate",
"rpm"
],
"categories": [
"devices",
"multimedia"
]
}

16
icons/disc-3.svg Normal file
View File

@@ -0,0 +1,16 @@
<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"
>
<circle cx="12" cy="12" r="10" />
<path d="M6 12c0-1.7.7-3.2 1.8-4.2" />
<circle cx="12" cy="12" r="2" />
<path d="M18 12c0 1.7-.7 3.2-1.8 4.2" />
</svg>

After

Width:  |  Height:  |  Size: 363 B

View File

@@ -2,9 +2,14 @@
"$schema": "../icon.schema.json",
"tags": [
"album",
"music",
"cd",
"dvd",
"music"
"format",
"dj",
"spin",
"rotate",
"rpm"
],
"categories": [
"devices",

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