update next icon (#19424)

This commit is contained in:
Niels Lyngsø
2025-05-27 14:54:07 +02:00
committed by GitHub
parent ecfaee3b04
commit 7346a14d86
3 changed files with 3262 additions and 2559 deletions

View File

@@ -1402,8 +1402,7 @@
},
{
"name": "icon-next",
"file": "play.svg",
"legacy": true
"file": "skip-forward.svg"
},
{
"name": "icon-nodes",

View File

@@ -1 +1 @@
export default `<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" class="lucide lucide-play" viewBox="0 0 24 24"><path d="m6 3 14 9-14 9z"/></svg>`;
export default `<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" class="lucide lucide-skip-forward" viewBox="0 0 24 24"><path d="m5 4 10 8-10 8zM19 5v14"/></svg>`;