summaryrefslogtreecommitdiffstats
path: root/res/drawable/infobar_geolocalization.xml
blob: 05edfc2ab86a175baf444b88f5fdf697cae64633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<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="@color/icon_black"
        android:pathData="M12,2 C8.13000011444,2,5,5.13000011444,5,9 C5,14.25,12,22,12,22 S19,14.25,19,9
C19,5.13000011444,15.8699998856,2,12,2 Z M12,11.5
C10.6199998856,11.5,9.5,10.3800001144,9.5,9 S10.6199998856,6.5,12,6.5
S14.5,7.61999988556,14.5,9 S13.3800001144,11.5,12,11.5 Z" />
    <path
        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>