mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 13:03:54 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
16 lines
492 B
XML
16 lines
492 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<group
|
|
android:pivotX="12"
|
|
android:pivotY="12"
|
|
android:scaleX="1"
|
|
android:scaleY="1">
|
|
<path
|
|
android:fillColor="#FFF"
|
|
android:pathData="M11.5,1l-9.5,5v2h19v-2m-5,4v7h3v-7m-17,12h19v-3h-19m8,-9v7h3v-7m-9,0v7h3v-7h-3Z" />
|
|
</group>
|
|
</vector>
|