Skip to content
Snippets Groups Projects
Commit c1bb22cb authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix shuffle icon inversion

(cherry picked from commit a89331b3)
parent 27fe82a2
No related branches found
No related tags found
1 merge request!782Backport to 3.3.x
......@@ -4,7 +4,7 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:fillColor="#88000000"
android:fillType="evenOdd"
android:pathData="m15.2586,4c-0.6055,0.051 -0.8307,0.8221 -0.3489,1.1926l1.0076,1.0075 -11.5268,11.5244C4.1493,17.9656 4,18.299 4,18.667c0,0.7362 0.5968,1.333 1.3331,1.333 0.3682,0 0.7014,-0.1494 0.9426,-0.3906l11.5268,-11.524 0.9998,0.9996c0,0 -0.0003,0.014 0.0131,0.014 0.3993,0.487 1.1886,0.2 1.1821,-0.4296v-4.6658h-4.6659c-0.0227,0 -0.045,0 -0.0677,0zM5.3331,4C4.5968,4 4,4.5968 4,5.333c0.0007,0.358 0.1452,0.7004 0.401,0.9504l-0.013,0.014 3.8301,3.8301 1.8851,-1.8853 -3.7155,-3.7154c-0.2518,-0.3295 -0.6425,-0.5227 -1.0571,-0.5232zM15.7585,13.8917 L13.8734,15.7767 15.9069,17.8103 14.9149,18.8022c0,0 -0.0131,-0.0004 -0.0131,0.014 -0.4869,0.3994 -0.2,1.1887 0.4296,1.1822h4.6659v-4.6659c0.0011,-0.023 0.0011,-0.046 0,-0.067L20,15.2656c-0.052,-0.6055 -0.8219,-0.8307 -1.1925,-0.3489l-1.0155,1.0154z"
android:strokeWidth="1.33312"
......
......@@ -4,7 +4,7 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#88000000"
android:fillColor="#000000"
android:fillType="evenOdd"
android:pathData="m15.2586,4c-0.6055,0.051 -0.8307,0.8221 -0.3489,1.1926l1.0076,1.0075 -11.5268,11.5244C4.1493,17.9656 4,18.299 4,18.667c0,0.7362 0.5968,1.333 1.3331,1.333 0.3682,0 0.7014,-0.1494 0.9426,-0.3906l11.5268,-11.524 0.9998,0.9996c0,0 -0.0003,0.014 0.0131,0.014 0.3993,0.487 1.1886,0.2 1.1821,-0.4296v-4.6658h-4.6659c-0.0227,0 -0.045,0 -0.0677,0zM5.3331,4C4.5968,4 4,4.5968 4,5.333c0.0007,0.358 0.1452,0.7004 0.401,0.9504l-0.013,0.014 3.8301,3.8301 1.8851,-1.8853 -3.7155,-3.7154c-0.2518,-0.3295 -0.6425,-0.5227 -1.0571,-0.5232zM15.7585,13.8917 L13.8734,15.7767 15.9069,17.8103 14.9149,18.8022c0,0 -0.0131,-0.0004 -0.0131,0.014 -0.4869,0.3994 -0.2,1.1887 0.4296,1.1822h4.6659v-4.6659c0.0011,-0.023 0.0011,-0.046 0,-0.067L20,15.2656c-0.052,-0.6055 -0.8219,-0.8307 -1.1925,-0.3489l-1.0155,1.0154z"
android:strokeWidth="1.33312"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment