Newer
Older
ElectricDetector / app / src / main / res / drawable / ic_arrow.xml
Pengxh on 16 Aug 2023 393 bytes feat(*): first commit
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="160dp"
    android:height="136dp"
    android:viewportWidth="1024"
    android:viewportHeight="1024">

    <path
        android:fillColor="@color/red"
        android:pathData="M0,512 h512v-128z" />

    <path
        android:fillColor="@color/red"
        android:pathData="M0,512 h512v128z" />
</vector>