19 lines
886 B
XML
19 lines
886 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="20dp"
|
||
|
|
android:height="20dp"
|
||
|
|
android:viewportWidth="20"
|
||
|
|
android:viewportHeight="20">
|
||
|
|
<path
|
||
|
|
android:pathData="M0,0h20v20h-20z"
|
||
|
|
android:strokeWidth="1"
|
||
|
|
android:fillColor="#3F88C5"
|
||
|
|
android:fillType="evenOdd"
|
||
|
|
android:strokeColor="#00000000"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M10,2.5C13.222,2.5 15.833,5.247 15.833,8.636C15.833,12.005 12.927,15.035 11.217,16.525L10.944,16.759C10.379,17.234 10,17.5 10,17.5C10,17.5 4.167,13.409 4.167,8.636C4.167,5.247 6.778,2.5 10,2.5ZM10,5.833C8.619,5.833 7.5,6.953 7.5,8.333C7.5,9.714 8.619,10.833 10,10.833C11.381,10.833 12.5,9.714 12.5,8.333C12.5,6.953 11.381,5.833 10,5.833Z"
|
||
|
|
android:strokeWidth="1"
|
||
|
|
android:fillColor="#FFFFFF"
|
||
|
|
android:fillType="evenOdd"
|
||
|
|
android:strokeColor="#00000000"/>
|
||
|
|
</vector>
|