summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_timer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_timer.xml')
-rw-r--r--res/drawable/ic_timer.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/drawable/ic_timer.xml b/res/drawable/ic_timer.xml
new file mode 100644
index 000000000..887adeb24
--- /dev/null
+++ b/res/drawable/ic_timer.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 0h24v24H0z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M15 1H9v2h6V1zm-4
+13h2V8h-2v6zm8.03-6.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74
+14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03
+9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7
+7-3.13 7-7 7z" />
+</vector>