21 lines
653 B
XML
21 lines
653 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="M112,244l144,-144l144,144"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="48"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M256,120L256,412"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="48"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|