summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_chapter_next.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common/src/main/res/drawable/ic_chapter_next.xml')
-rw-r--r--ui/common/src/main/res/drawable/ic_chapter_next.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/common/src/main/res/drawable/ic_chapter_next.xml b/ui/common/src/main/res/drawable/ic_chapter_next.xml
new file mode 100644
index 000000000..bcf38aeb6
--- /dev/null
+++ b/ui/common/src/main/res/drawable/ic_chapter_next.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="?attr/action_icon_color"
+ android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6 -6,-6z"/>
+</vector>