Dantotsu/app/src/main/res/drawable/ic_add.xml
2023-10-17 18:42:43 -05:00

13 lines
471 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M6,12H12M12,12H18M12,12V18M12,12V6"
android:strokeWidth="2"
android:strokeColor="@android:color/white"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>