summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml
blob: 51bb1161aafac6742d8f4bc0fffc33d74423c8ac (plain)
1
2
3
4
5
6
7
8
9
10
<vector
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:width="44dp"
  android:height="44dp"
  android:viewportHeight="36.0"
  android:viewportWidth="36.0">
  <path
    android:fillColor="@color/mapbox_location_layer_blue"
    android:pathData="M18,0L23,7L13,7L18,0ZM22.8,7C21.33,6.36 19.71,6 18,6C16.29,6 14.67,6.36 13.2,7L22.8,7Z"/>
</vector>