Pixelcat-App-Android/app/src/main/res/drawable/ic_heart_filled.xml

14 lines
537 B
XML
Raw Normal View History

2020-06-12 15:44:45 +02:00
<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.84,4.61a5.5,5.5 0,0 0,-7.78 0L12,5.67l-1.06,-1.06a5.5,5.5 0,0 0,-7.78 7.78l1.06,1.06L12,21.23l7.78,-7.78 1.06,-1.06a5.5,5.5 0,0 0,0 -7.78z"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#f00"
android:strokeColor="#f00"
android:strokeLineCap="round"/>
</vector>