diff options
author | codecalm <codecalm@gmail.com> | 2020-03-21 12:16:18 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-21 12:16:18 +0100 |
commit | d6df9fa7c4ca1b0b6599f7338b5af9afd643bfed (patch) | |
tree | 03aad476ed8fd2492aa4c25a2c8fd2ccf71fd0d1 /src/_icons/volume.svg | |
parent | zip task (diff) | |
parent | new icons png (diff) | |
download | tabler-icons-d6df9fa7c4ca1b0b6599f7338b5af9afd643bfed.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Diffstat (limited to 'src/_icons/volume.svg')
-rw-r--r-- | src/_icons/volume.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg index 92d4c99e..97d71803 100644 --- a/src/_icons/volume.svg +++ b/src/_icons/volume.svg @@ -2,7 +2,7 @@ tags: [music, sound, speaker] --- <svg> - <path d="M15 8a5 5 0 010 8" /> - <path d="M17.7 5a9 9 0 010 14" /> - <path d="M6 15 h-2a1 1 0 01-1 -1v-4a1 1 0 011 -1h2l3.5 -4.5a.8 .8 0 011.5 .5v14a.8 .8 0 01-1.5 .5l-3.5 -4.5" /> + <path d="M15 8a5 5 0 0 1 0 8" /> + <path d="M17.7 5a9 9 0 0 1 0 14" /> + <path d="M6 15 h-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" /> </svg> |