Ваше Имя 2d1f49bd48 cards
2025-05-26 13:21:15 +03:00

21 lines
634 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20">
<path
android:pathData="M15,5L5,15"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#7E7E9A"
android:strokeLineCap="round"/>
<path
android:pathData="M5,5L15,15"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#7E7E9A"
android:strokeLineCap="round"/>
</vector>