1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-04 16:02:55 +01:00
Gadgetbridge/app/src/main/res/drawable/ic_settings_remote.xml

13 lines
750 B
XML
Raw Normal View History

2020-08-16 21:49:55 +02:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="45sp"
android:height="45sp"
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="@color/secondarytext"
android:pathData="M15 9H9c-0.55 0-1 0.45-1 1v12c0 0.55 0.45 1 1 1h6c0.55 0 1-0.45 1-1V10c0-0.55-0.45-1-1-1zm-1 12h-4V11h4v10z" />
<path
android:fillColor="@color/secondarytext"
android:pathData="M11 13a1 1 0 1 1 2 0 1 1 0 1 1-2 0M7.05 6.05l1.41 1.41C9.37 6.56 10.62 6 12 6s2.63 0.56 3.54 1.46l1.41-1.41C15.68 4.78 13.93 4 12 4S8.32 4.78 7.05 6.05zM12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0z" />
2020-08-16 21:49:55 +02:00
</vector>