add new icon for Play Next menu item

This commit is contained in:
Drew Weymouth
2024-04-13 08:05:42 -07:00
parent 4df3a0ce8b
commit 0c7c1f10ab
7 changed files with 23 additions and 6 deletions
+5
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -1,6 +1,7 @@
#!/bin/sh
fyne bundle -package res -prefix Res appicon-256.png > bundled.go
fyne bundle -append -prefix Res icons/coreui/playlist-add-next.svg >> bundled.go
fyne bundle -append -prefix Res icons/freepik/playbutton.png >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/disc.svg >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/headphones.svg >> bundled.go
+3
View File
@@ -0,0 +1,3 @@
These icons are supplied by coreui on svgrepo.com and are available under the GPL license
https://www.svgrepo.com/page/licensing/#GPL
+7
View File
@@ -0,0 +1,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#000000" transform="rotate(0)">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
<g id="SVGRepo_iconCarrier"> <rect width="208" height="32" x="256" y="152" fill="var(--ci-primary-color, #000000)" class="ci-primary"/> <rect width="288" height="32" x="176" y="256" fill="var(--ci-primary-color, #000000)" class="ci-primary"/> <rect width="288" height="32" x="176" y="360" fill="var(--ci-primary-color, #000000)" class="ci-primary"/> <polygon fill="var(--ci-primary-color, #000000)" points="192 152 128 152 128 88 96 88 96 152 32 152 32 184 96 184 96 248 128 248 128 184 192 184 192 152" class="ci-primary"/> </g>
</svg>

After

Width:  |  Height:  |  Size: 978 B