mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 16:15:55 +01:00
Correct fill and stroke of threadmill icon
This commit is contained in:
parent
136e142f18
commit
6db4c99930
@ -4,7 +4,7 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M12.5674,5.2119C13.5379,5.3831 14.4926,4.7068 14.6621,3.7452 14.838,2.748 14.1659,1.8216 13.1954,1.6505 12.2071,1.4762 11.2765,2.12 11.1007,3.1172 10.9311,4.0788 11.5791,5.0377 12.5674,5.2119M7.1741,17.0034 L8.7521,13.2606l1.5647,2.112 -0.942,5.3422 1.7807,0.314 1.1775,-6.6777 -1.5647,-2.112 1.0141,-2.5753c0.9131,1.5381 4.4258,0.3836 6.3602,-0.3904l-0.0021,-1.7019C16.3931,8.056 13.6417,9.5326 13.1434,8.1411L12.5011,6.5773C12.2423,5.9625 11.7677,5.53 11.1534,5.4216 10.8774,5.373 10.6956,5.4144 10.4196,5.3657L5.4533,6.5097 4.7122,10.7122 6.493,11.0262 7.0299,7.9811 8.7335,7.6389 6.0342,14.6175 1.8284,12.9578 1.1582,14.6758Z"
|
||||
android:pathData="M12.6983,4.5632C13.6688,4.7343 14.6234,4.058 14.793,3.0964 14.9688,2.0992 14.2967,1.1728 13.3262,1.0017 12.3379,0.8275 11.4074,1.4713 11.2315,2.4685 11.062,3.4301 11.71,4.3889 12.6983,4.5632M7.305,16.3547l1.578,-3.7428 1.5647,2.112 -0.942,5.3422 1.7807,0.314 1.1775,-6.6777 -1.5647,-2.112 1.0141,-2.5753c0.9131,1.5381 4.4258,0.3836 6.3602,-0.3904L18.2714,6.9226C16.5239,7.4072 13.7725,8.8838 13.2742,7.4923L12.6319,5.9285C12.3731,5.3137 11.8986,4.8812 11.2842,4.7729 11.0082,4.7242 10.8265,4.7656 10.5505,4.7169L5.5841,5.8609 4.8431,10.0634 6.6238,10.3774 7.1607,7.3324 8.8644,6.9901 6.165,13.9687 1.9592,12.3091 1.2891,14.027Z"
|
||||
android:strokeWidth="0.999999"
|
||||
android:fillColor="@color/secondarytext"/>
|
||||
<path
|
||||
@ -12,7 +12,7 @@
|
||||
android:strokeLineJoin="miter"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="@color/secondarytext"
|
||||
android:strokeColor="@color/secondarytext"
|
||||
android:strokeColor="#00000000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="butt"/>
|
||||
<path
|
||||
|
Loading…
Reference in New Issue
Block a user