summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_arrow_right_white.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common/src/main/res/drawable/ic_arrow_right_white.xml')
-rw-r--r--ui/common/src/main/res/drawable/ic_arrow_right_white.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/common/src/main/res/drawable/ic_arrow_right_white.xml b/ui/common/src/main/res/drawable/ic_arrow_right_white.xml
new file mode 100644
index 000000000..4f33bed08
--- /dev/null
+++ b/ui/common/src/main/res/drawable/ic_arrow_right_white.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z" />
+
+</vector>