mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
37 lines
1.1 KiB
XML
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>
|