ic_always_on_accent.xml raw
1 <vector xmlns:android="http://schemas.android.com/apk/res/android"
2 android:width="24dp"
3 android:height="24dp"
4 android:viewportWidth="24.0"
5 android:viewportHeight="24.0">
6 <path
7 android:fillColor="?colorAccent"
8 android:pathData="M17,1.01 7,1C5.9,1 5,1.9 5,3v 18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2V3C19,1.9 18.1,1.01 17,1.01ZM17,21H7v-1h10zm0,-3H7V6H17ZM7,4V3h10v1z"/>
9
10 <path
11 android:strokeWidth="1"
12 android:strokeLineCap="square"
13 android:strokeColor="?colorAccent"
14 android:pathData="m8.5,8.5c0,0 0,0 7,0" />
15
16 <path
17 android:strokeWidth="1"
18 android:strokeLineCap="square"
19 android:strokeColor="?colorAccent"
20 android:pathData="m8.5,10.5c0,0 0,0 7,0" />
21 </vector>
22