21 lines
646 B
XML
21 lines
646 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,4.167V15.833"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#939396"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M4.167,10H15.833"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#939396"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|