aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/drawable/map_report_position.xml
blob: fab1db5b70fd005451b2ddb54d91fd1c6d89e163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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="#008000"
      android:pathData="M12,18c3.31,0 6,-2.69 6,-6s-2.69,-6 -6,-6 -6,2.69 -6,6 2.69,6 6,6z"/>
  <path
      android:fillColor="@android:color/black"
      android:pathData="M12,20c4.42,0 8,-3.58 8,-8s-3.58,-8 -8,-8 -8,3.58 -8,8 3.58,8 8,8zM12,6c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6 2.69,-6 6,-6z"/>
</vector>