trkpt/app/src/main/res/drawable/ic_zoom_out_24dp.xml
2023-03-11 12:30:24 -08:00

12 lines
395 B
XML

<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="vector"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:name="path"
android:fillColor="@color/location_button_background"
android:pathData="M 1.98 11 L 22.02 11 L 22.02 13 L 1.98 13 Z"/>
</vector>