Add RefreshCcw icon to nodeIconsLucide

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-21 16:42:29 -03:00
commit 8f6f020881

View file

@ -67,6 +67,7 @@ import {
Pencil,
Plus,
Redo,
RefreshCcw,
Rocket,
Save,
SaveAll,
@ -351,4 +352,5 @@ export const nodeIconsLucide: iconsType = {
Heart,
Link,
ToyBrick,
RefreshCcw,
};