17 lines
581 B
XML
17 lines
581 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="M10,10m-9.25,0a9.25,9.25 0,1 1,18.5 0a9.25,9.25 0,1 1,-18.5 0"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#848484"/>
|
|
<path
|
|
android:pathData="M5.5,10H14.5"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#848484"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|