Add more music icons and another mic icon (#751)
This commit is contained in:
@@ -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="m12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12" />
|
||||
<circle cx="17" cy="7" r="5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 304 B |
@@ -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"
|
||||
>
|
||||
<circle cx="8" cy="18" r="4" />
|
||||
<path d="M12 18V2l7 4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 270 B |
@@ -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"
|
||||
>
|
||||
<circle cx="12" cy="18" r="4" />
|
||||
<path d="M16 18V2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 267 B |
@@ -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"
|
||||
>
|
||||
<path d="M9 18V5l12-2v13" />
|
||||
<path d="M9 9l12-2" />
|
||||
<circle cx="6" cy="18" r="3" />
|
||||
<circle cx="18" cy="16" r="3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 333 B |
@@ -2473,12 +2473,26 @@
|
||||
"sound",
|
||||
"listen",
|
||||
"radio",
|
||||
"podcast"
|
||||
"podcast",
|
||||
"microphone"
|
||||
],
|
||||
"mic-off": [
|
||||
"record",
|
||||
"sound",
|
||||
"mute"
|
||||
"mute",
|
||||
"microphone"
|
||||
],
|
||||
"mic-2": [
|
||||
"lyrics",
|
||||
"voice",
|
||||
"listen",
|
||||
"sound",
|
||||
"music",
|
||||
"radio",
|
||||
"podcast",
|
||||
"karaoke",
|
||||
"singing",
|
||||
"microphone"
|
||||
],
|
||||
"microscope": [
|
||||
"medical",
|
||||
@@ -2600,6 +2614,25 @@
|
||||
"arrow"
|
||||
],
|
||||
"music": [
|
||||
"quaver",
|
||||
"eighth note",
|
||||
"note"
|
||||
],
|
||||
"music-2": [
|
||||
"quaver",
|
||||
"eighth note",
|
||||
"note"
|
||||
],
|
||||
"music-3": [
|
||||
"crotchet",
|
||||
"minim",
|
||||
"quarter note",
|
||||
"half note",
|
||||
"note"
|
||||
],
|
||||
"music-4": [
|
||||
"semiquaver",
|
||||
"sixteenth note",
|
||||
"note"
|
||||
],
|
||||
"navigation": [
|
||||
|
||||
Reference in New Issue
Block a user