22 lines
794 B
XML
22 lines
794 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, -10 a 10,-10 0 1,0 0,20 a 10,-10 0 1,0 0,-20"
|
||
|
android:strokeColor="#ffffff"
|
||
|
android:strokeWidth="0"
|
||
|
android:trimPathStart="1"
|
||
|
android:strokeLineCap="round"
|
||
|
android:strokeLineJoin="miter"/>
|
||
|
</group>
|
||
|
</vector>
|