mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 21:13:55 +00:00
11 lines
341 B
XML
11 lines
341 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?iconTint">
|
|
<path
|
|
android:pathData="M19,9h-4v-6h-6v6h-4l7,7 7,-7ZM5,18v2h14v-2h-14Z"
|
|
android:fillColor="#FFF"/>
|
|
</vector>
|