ananas/app/src/main/res/drawable/ic_check_filled.xml
Jarne Demeulemeester dbc2582724
Mark item as played
2021-07-16 17:07:45 +02:00

13 lines
424 B
XML

<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="M20,6l-11,11l-5,-5"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="@color/red"
android:strokeLineCap="round"/>
</vector>