mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 13:54:37 +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
505 B
XML
16 lines
505 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="M12,20c-3.31,0 -6,-2.69 -6,-6 0,-4 6,-10.75 6,-10.75 0,0 6,6.75 6,10.75 0,3.31 -2.69,6 -6,6Z" />
|
|
</group>
|
|
</vector>
|