mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 06:45:07 +01:00
9 lines
486 B
XML
9 lines
486 B
XML
<!-- drawable/heart.xml -->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:tint="#FFFFFF"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path android:fillColor="#000" android:pathData="M12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35Z" />
|
|
</vector> |