Files
Gadgetbridge/app/src/main/res/drawable/arrow_autofit_height.xml
T

43 lines
1.4 KiB
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,20h-6a2,2 0,0 1,-2 -2v-12a2,2 0,0 1,2 -2h6"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
<path
android:pathData="M18,14v7"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
<path
android:pathData="M18,3v7"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
<path
android:pathData="M15,18l3,3l3,-3"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
<path
android:pathData="M15,6l3,-3l3,3"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
</vector>