AssimilateTranslate/app/src/main/res/drawable/ic_back.xml
2024-07-10 10:52:21 +08:00

20 lines
654 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="M2.89941 12H20.8994"
android:strokeColor="#1F1724"
android:strokeWidth="2"
android:strokeLineCap="round"
android:strokeLineJoin="round"/>
<path
android:pathData="M8.8994 18L2.89941 12L8.8994 6"
android:strokeColor="#1F1724"
android:strokeWidth="2"
android:strokeLineCap="round"
android:strokeLineJoin="round"/>
</vector>