update next icon (#19424)
This commit is contained in:
@@ -1402,8 +1402,7 @@
|
||||
},
|
||||
{
|
||||
"name": "icon-next",
|
||||
"file": "play.svg",
|
||||
"legacy": true
|
||||
"file": "skip-forward.svg"
|
||||
},
|
||||
{
|
||||
"name": "icon-nodes",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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>`;
|
||||
Reference in New Issue
Block a user