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

10 lines
691 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="M22 9v6c0 1.1-0.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-0.9-2-2V9c0-1.1 0.9-2 2-2h16c1.1 0 2 0.9 2 2zm-7.5 10l1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5l0.62-1.38L19 12l-1.38-0.62L17 10l-0.62 1.38L15 12l1.38 0.62L17 14zm-2.5 5l1.09-2.41L18 15.5l-2.41-1.09L14.5 12l-1.09 2.41L11 15.5l2.41 1.09L14.5 19zm2.5-5l0.62-1.38L19 12l-1.38-0.62L17 10l-0.62 1.38L15 12l1.38 0.62L17 14z" />
2020-08-16 21:49:55 +02:00
</vector>