mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add suspended take icon
This commit is contained in:
parent
9aa03582f3
commit
f2f2a45136
1 changed files with 13 additions and 0 deletions
13
app/src/main/res/drawable/ic_suspended_pill.xml
Normal file
13
app/src/main/res/drawable/ic_suspended_pill.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M4.22,11.29L11.29,4.22C13.64,1.88 17.43,1.88 19.78,4.22C22.12,6.56 22.12,10.36 19.78,12.71L12.71,19.78C10.36,22.12 6.56,22.12 4.22,19.78C1.88,17.43 1.88,13.64 4.22,11.29M5.64,12.71C4.59,13.75 4.24,15.24 4.6,16.57L10.59,10.59L14.83,14.83L18.36,11.29C19.93,9.73 19.93,7.2 18.36,5.64C16.8,4.07 14.27,4.07 12.71,5.64L5.64,12.71Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M12,10.1876 L5.7146,3.9022C5.2133,3.4009 4.4035,3.4009 3.9022,3.9022c-0.5013,0.5013 -0.5013,1.3111 0,1.8124l7.1916,7.1916 7.1916,7.1916c0.5013,0.5013 1.3111,0.5013 1.8124,0 0.5013,-0.5013 0.5013,-1.3111 0,-1.8124L13.8124,12"
|
||||
android:strokeWidth="1.28536"/>
|
||||
</vector>
|
Loading…
Reference in a new issue