14 lines
457 B
XML
14 lines
457 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="M4.5,10.5 L12,3m0,0 l7.5,7.5M12,3v18"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="@color/colorPrimaryDark"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|