summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/speaker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/speaker.xml')
-rw-r--r--app/src/main/res/drawable/speaker.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/speaker.xml b/app/src/main/res/drawable/speaker.xml
new file mode 100644
index 0000000..4185aef
--- /dev/null
+++ b/app/src/main/res/drawable/speaker.xml
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<vector xmlns:android="http://schemas.android.com/apk/res/android"
3 android:width="24dp"
4 android:height="24dp"
5 android:viewportWidth="24"
6 android:viewportHeight="24">
7
8 <path
9 android:pathData="M0 0h24v24H0z" />
10 <path
11 android:fillColor="#000000"
12 android:pathData="M17 2H7c-1.1 0-2 0.9-2 2v16c0 1.1 0.9 1.99 2 1.99L17 22c1.1 0 2-0.9 2-2V4c0-1.1-0.9-2-2-2zm-5 2c1.1 0 2 0.9 2 2s-0.9 2-2 2c-1.11 0-2-0.9-2-2s0.89-2 2-2zm0 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" />
13</vector>