summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_muted_button.xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-12-11 21:30:18 +0100
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 22:00:46 +0200
commit3cc62c42f425e6ca84103fa63ad78c88821cde4c (patch)
tree52b71385f2ef67c7183b08d280f00ca2e448ed29 /res/drawable/ic_muted_button.xml
parent6f29e7fd96f0b49424883b64e9c28ed9aeae26da (diff)
downloadandroid_packages_apps_Snap-3cc62c42f425e6ca84103fa63ad78c88821cde4c.tar.gz
android_packages_apps_Snap-3cc62c42f425e6ca84103fa63ad78c88821cde4c.tar.bz2
android_packages_apps_Snap-3cc62c42f425e6ca84103fa63ad78c88821cde4c.zip
Snap: update caf icons
Change-Id: I1adaf709253637bde037b5aea1f856fc5b9029c7 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/drawable/ic_muted_button.xml')
-rw-r--r--res/drawable/ic_muted_button.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/drawable/ic_muted_button.xml b/res/drawable/ic_muted_button.xml
new file mode 100644
index 000000000..4c74e210d
--- /dev/null
+++ b/res/drawable/ic_muted_button.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:pathData="M0 0h24v24H0zm0 0h24v24H0z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M19 11h-1.7c0 .74-.16 1.43-.43 2.05l1.23 1.23c.56-.98 .9 -2.09 .9 -3.28zm-4.02
+.17 c0-.06 .02 -.11 .02 -.17V5c0-1.66-1.34-3-3-3S9 3.34 9 5v.18l5.98 5.99zM4.27
+3L3 4.27l6.01 6.01V11c0 1.66 1.33 3 2.99 3 .22 0 .44-.03 .65 -.08l1.66 1.66c-.71
+.33 -1.5 .52 -2.31 .52 -2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6
+6.72V21h2v-3.28c.91-.13 1.77-.45 2.54-.9L19.73 21 21 19.73 4.27 3z" />
+</vector>