summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_pan_border_fast.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_pan_border_fast.xml')
-rw-r--r--res/drawable/ic_pan_border_fast.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/drawable/ic_pan_border_fast.xml b/res/drawable/ic_pan_border_fast.xml
new file mode 100644
index 000000000..c5da6c8d5
--- /dev/null
+++ b/res/drawable/ic_pan_border_fast.xml
@@ -0,0 +1,12 @@
+<?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:strokeWidth="0.1"
+ android:fillColor="@color/red"
+ android:pathData="M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z" />
+</vector>