Files
Kotatsu/app/src/main/res/drawable/ic_book_cross.xml
2022-03-24 06:58:53 +02:00

12 lines
614 B
XML

<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M13.09 20c0.12 0.72 0.37 1.39 0.72 2H6c-1.11 0-2-0.89-2-2V4c0-1.1 0.89-2 2-2h12c1.11 0 2 0.9 2 2v9.09C19.67 13.04 19.34 13 19 13c-0.34 0-0.67 0.04-1 0.09V4h-5v8l-2.5-2.25L8 12V4H6v16h7.09m9.45-3.12l-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z" />
</vector>