21 lines
646 B
XML
21 lines
646 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="M118,304L394,304"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="44"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M118,208L394,208"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="44"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|