23 lines
770 B
XML
23 lines
770 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="25dp"
|
||
|
|
android:height="24dp"
|
||
|
|
android:viewportWidth="25"
|
||
|
|
android:viewportHeight="24">
|
||
|
|
<path
|
||
|
|
android:pathData="M11,10.5m-7.5,0a7.5,7.5 0,1 1,15 0a7.5,7.5 0,1 1,-15 0"
|
||
|
|
android:strokeLineJoin="round"
|
||
|
|
android:strokeWidth="1.93476923"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#FFFFFF"
|
||
|
|
android:fillType="evenOdd"
|
||
|
|
android:strokeLineCap="round"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M21.5,21L16.3,15.8"
|
||
|
|
android:strokeLineJoin="round"
|
||
|
|
android:strokeWidth="1.93476923"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#FFFFFF"
|
||
|
|
android:fillType="evenOdd"
|
||
|
|
android:strokeLineCap="round"/>
|
||
|
|
</vector>
|