PlayerAndroid/app/src/main/res/drawable/ic_favorite_border.xml

25 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:name="heartbreak"
android:viewportWidth="56"
android:viewportHeight="56">
<group
android:name="group"
android:pivotX="28"
android:pivotY="28"
android:scaleX="2"
android:scaleY="2">
<path
android:name="heart_stroke_left"
android:pathData="M 28.719 38.296 L 25.669 35.552 C 21.621 31.793 18.016 28.891 18.016 24.845 C 18.016 21.588 20.631 19.965 23.634 19.965 C 24.999 19.965 26.799 21.181 28.644 23.13"
android:strokeWidth="2"
android:strokeColor="@color/md_white_1000" />
<path
android:name="heart_stroke_right"
android:pathData="M 27.231 38.294 L 30.765 35.2 C 34.834 31.235 37.752 29.118 38.004 25.084 C 38.168 22.459 35.773 20.035 33.379 20.035 C 30.432 20.035 29.672 21.047 27.231 23.133"
android:strokeWidth="2"
android:strokeColor="@color/md_white_1000" />
</group>
</vector>