19 lines
620 B
XML
19 lines
620 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M12,5.838L12,18.162"
|
|
android:strokeWidth="1"
|
|
android:strokeColor="#8f8f8f" />
|
|
<path
|
|
android:pathData="M18.162,12L5.838,12"
|
|
android:strokeWidth="1"
|
|
android:strokeColor="#8f8f8f" />
|
|
<path
|
|
android:pathData="M12,12m-11.5,0a11.5,11.5 0,1 1,23 0a11.5,11.5 0,1 1,-23 0"
|
|
android:strokeWidth="1"
|
|
android:strokeColor="#8f8f8f" />
|
|
</vector>
|