22 lines
800 B
XML
22 lines
800 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<group
|
|
android:name="strokeGroup"
|
|
android:pivotX="12"
|
|
android:pivotY="12"
|
|
android:rotation="90">
|
|
<path
|
|
android:name="strokePath"
|
|
android:pathData="M 12, 12 m 0, -9.75 a 5,-5 0 1,0 0, 19.5 a 5,-5 0 1,0 0, -19.5"
|
|
android:strokeColor="#ff00e6"
|
|
android:strokeWidth="3.5"
|
|
android:trimPathEnd="0.25"
|
|
android:strokeLineCap="butt"
|
|
android:strokeLineJoin="miter"/>
|
|
</group>
|
|
</vector>
|