widgets: fix default cover icon

This commit is contained in:
Alexander Capehart 2024-01-16 14:27:32 -07:00
parent 6c427185ee
commit 5ab05b75d9
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -5,7 +5,7 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?attr/colorSurfaceInverse"
android:fillColor="?attr/colorOnSurfaceInverse"
android:pathData="M 2.6000008,9.3143836e-7 H 21.399999 c 1.4404,0 2.6,1.15959996856164 2.6,2.59999986856164 V 21.399999 c 0,1.4404 -1.1596,2.6 -2.6,2.6 H 2.6000008 c -1.4403999,0 -2.59999986856164,-1.1596 -2.59999986856164,-2.6 V 2.6000008 C 9.3143836e-7,1.1596009 1.1596009,9.3143836e-7 2.6000008,9.3143836e-7 Z" />
<group
android:scaleX="0.5"
@ -13,7 +13,7 @@
android:translateX="6"
android:translateY="6">
<path
android:fillColor="?attr/colorOnSurfaceInverse"
android:fillColor="?attr/colorSurfaceInverse"
android:pathData="M10,21Q8.35,21 7.175,19.825Q6,18.65 6,17Q6,15.35 7.175,14.175Q8.35,13 10,13Q10.575,13 11.062,13.137Q11.55,13.275 12,13.55V3H18V7H14V17Q14,18.65 12.825,19.825Q11.65,21 10,21Z" />
</group>