|
@@ -1,9 +1,10 @@
|
|
|
using PixiEditor.ChangeableDocument.Changeables.Graph.Nodes.FilterNodes;
|
|
|
+using PixiEditor.UI.Common.Fonts;
|
|
|
using PixiEditor.ViewModels.Nodes;
|
|
|
|
|
|
namespace PixiEditor.ViewModels.Document.Nodes.FilterNodes;
|
|
|
|
|
|
-[NodeViewModel("SHADOW_NODE", "FILTERS", "\ue812")]
|
|
|
+[NodeViewModel("SHADOW_NODE", "FILTERS", PixiPerfectIcons.Cone)]
|
|
|
internal class ShadowNodeViewModel : NodeViewModel<ShadowNode>
|
|
|
{
|
|
|
}
|