Replace shuffle icon (#1162)

* Add `shuffle` alternate icon

* Improve `shuffle` metadata

* Replace `shuffle` icon

* Update icons/shuffle.svg

Co-authored-by: Karsa <contact@karsa.org>

* Refine `shuffle` icon

---------

Co-authored-by: Karsa <contact@karsa.org>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Daniel Bayley
2023-05-03 16:24:45 +01:00
committed by GitHub
parent 07fc4da6fa
commit bdbb4834b0
2 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"music" "music",
"random",
"reorder"
], ],
"categories": [ "categories": [
"multimedia", "multimedia",

View File

@@ -9,9 +9,9 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<polyline points="16 3 21 3 21 8" /> <path d="M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22" />
<line x1="4" x2="21" y1="20" y2="3" /> <path d="m18 2 4 4-4 4" />
<polyline points="21 16 21 21 16 21" /> <path d="M2 6h1.9c1.5 0 2.9.9 3.6 2.2" />
<line x1="15" x2="21" y1="15" y2="21" /> <path d="M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8" />
<line x1="4" x2="9" y1="4" y2="9" /> <path d="m18 14 4 4-4 4" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 445 B