Files
comaps/android/app/src/main/res/drawable/ic_bank.xml
Konstantin Pastbin e3e4a1985a Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
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
2025-05-08 21:10:51 +07:00

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>