Gadgetbridge/app/src/main/res/drawable/ic_extension.xml

10 lines
783 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="M10.5 4.5C10.78 4.5 11 4.72 11 5v2h6v6h2c0.28 0 0.5 0.22 0.5 0.5S19.28 14 19 14h-2v6h-2.12c-0.68-1.75-2.39-3-4.38-3s-3.7 1.25-4.38 3H4v-2.12c1.75-0.68 3-2.39 3-4.38 0-1.99-1.24-3.7-2.99-4.38L4 7h6V5c0-0.28 0.22-0.5 0.5-0.5m0-2C9.12 2.5 8 3.62 8 5H4C2.9 5 2.01 5.9 2.01 7v3.8H2.3c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1 0.9 2 2 2h3.8v-0.3c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7V22H17c1.1 0 2-0.9 2-2v-4c1.38 0 2.5-1.12 2.5-2.5S20.38 11 19 11V7c0-1.1-0.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5z" />
2020-08-16 21:49:55 +02:00
</vector>