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

37 lines
1.1 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,14v7"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
<path
android:pathData="M12,3v7"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
<path
android:pathData="M9,18l3,3l3,-3"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
<path
android:pathData="M9,6l3,-3l3,3"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFFFFFFF"
android:strokeLineCap="round"/>
</vector>