summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_icon.xml
blob: 42f7d35aa93e821bb886f7bfdce68194f8ebe012 (plain)
1
2
3
4
5
6
7
8
9
10
<vector
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:width="14dp"
  android:height="14dp"
  android:viewportHeight="14.0"
  android:viewportWidth="14.0">
  <path
    android:fillColor="@color/mapbox_location_layer_blue"
    android:pathData="M7,7m-7,0a7,7 0,1 1,14 0a7,7 0,1 1,-14 0"/>
</vector>