Initial chapter download icon implementation

This commit is contained in:
arkon
2020-12-27 10:13:13 -05:00
parent 1365d553a4
commit 6dd280205b
7 changed files with 128 additions and 15 deletions
@@ -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="#FF000000"
android:pathData="M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z" />
</vector>