aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-light/actions/media-playback-slow.svg
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-12 15:48:46 -0400
committerKen Moore <ken@ixsystems.com>2017-04-12 15:48:46 -0400
commite4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9 (patch)
treee621da655d974127496219ff39b71a651e54294d /icon-theme/material-design-light/actions/media-playback-slow.svg
parentAnother batch of "extra" files outside the minimum XDG spec. (diff)
downloadlumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.tar.gz
lumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.tar.bz2
lumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.zip
Rename the material-icons-light directory to material-design-light, and add the project file and index to get it to install properly.
Diffstat (limited to 'icon-theme/material-design-light/actions/media-playback-slow.svg')
-rw-r--r--icon-theme/material-design-light/actions/media-playback-slow.svg4
1 files changed, 4 insertions, 0 deletions
diff --git a/icon-theme/material-design-light/actions/media-playback-slow.svg b/icon-theme/material-design-light/actions/media-playback-slow.svg
new file mode 100644
index 00000000..2b39ea00
--- /dev/null
+++ b/icon-theme/material-design-light/actions/media-playback-slow.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
+ <path fill="none" d="M0 0h48v48H0V0z"/>
+ <path fill="#010101" d="M26.1 19.58L20 15v18l6.1-4.58L32 24zm0 0L20 15v18l6.1-4.58L32 24zm0 0L20 15v18l6.1-4.58L32 24zM22 8.14V4.1c-4.02.4-7.68 2-10.64 4.42l2.84 2.86c2.22-1.72 4.88-2.88 7.8-3.24zM11.38 14.2l-2.86-2.84C6.1 14.32 4.5 17.98 4.1 22h4.04c.36-2.92 1.52-5.58 3.24-7.8zM8.14 26H4.1c.4 4.02 2 7.68 4.42 10.64l2.86-2.86C9.66 31.58 8.5 28.92 8.14 26zm3.22 13.48C14.32 41.9 18 43.5 22 43.9v-4.04c-2.92-.36-5.58-1.52-7.8-3.24l-2.84 2.86zM44 24c0 10.32-7.84 18.84-17.9 19.9v-4.04C33.94 38.82 40 32.1 40 24S33.94 9.18 26.1 8.14V4.1C36.16 5.16 44 13.68 44 24z"/>
+</svg>
bgstack15