Files
android/app/src/main/res/drawable/ic_arrow_right.xml
T
shihaam 92bbe383b8
Auto Tag on Version Change / check-version (push) Successful in 3s
optimize bml and mib recipt to be 1:1
2026-05-16 14:11:42 +05:00

15 lines
508 B
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:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M 3,12 H 21 M 14,5 L 21,12 L 14,19"
android:strokeColor="#49454F"
android:strokeWidth="2"
android:strokeLineCap="round"
android:strokeLineJoin="round"
android:fillColor="@android:color/transparent" />
</vector>