14 lines
428 B
XML
14 lines
428 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="M328,112l-144,144l144,144"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="48"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|