diff options
Diffstat (limited to 'app/assets/svg/icons/tabler/outline/volume.svg')
| -rw-r--r-- | app/assets/svg/icons/tabler/outline/volume.svg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/svg/icons/tabler/outline/volume.svg b/app/assets/svg/icons/tabler/outline/volume.svg new file mode 100644 index 00000000..53067398 --- /dev/null +++ b/app/assets/svg/icons/tabler/outline/volume.svg | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | <!-- | ||
| 2 | tags: [music, sound, speaker, volume, content, entertainment, multimedia, broadcast, audio, accessibility, a11y, hearing] | ||
| 3 | category: Media | ||
| 4 | version: "1.0" | ||
| 5 | unicode: "eb51" | ||
| 6 | --> | ||
| 7 | <svg | ||
| 8 | xmlns="http://www.w3.org/2000/svg" | ||
| 9 | width="24" | ||
| 10 | height="24" | ||
| 11 | viewBox="0 0 24 24" | ||
| 12 | fill="none" | ||
| 13 | stroke="currentColor" | ||
| 14 | stroke-width="2" | ||
| 15 | stroke-linecap="round" | ||
| 16 | stroke-linejoin="round" | ||
| 17 | > | ||
| 18 | <path d="M15 8a5 5 0 0 1 0 8" /> | ||
| 19 | <path d="M17.7 5a9 9 0 0 1 0 14" /> | ||
| 20 | <path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /> | ||
| 21 | </svg> | ||
