mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 18:13:44 +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
10 lines
442 B
XML
10 lines
442 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M 19 1 L 5 1 c -1.1 0 -1.99 0.9 -1.99 2 L 3 15.93 c 0 0.69 0.35 1.3 0.88 1.66 L 12 23 l 8.11 -5.41 c 0.53 -0.36 0.88 -0.97 0.88 -1.66 L 21 3 c 0 -1.1 -0.9 -2 -2 -2 z z"/>
|
|
</vector>
|