This commit is contained in:
John Andrews
2024-02-20 20:51:41 +13:00
parent 6007684ad0
commit 86b89ea48d
17 changed files with 57 additions and 8 deletions

View File

@@ -24,10 +24,11 @@ public class SevenZip : Node
/// Gets the element type
/// </summary>
public override FlowElementType Type => FlowElementType.Process;
/// <summary>
/// Gets the icon
/// </summary>
public override string Icon => "fas fa-file-archive";
public override string Icon => "svg:7zip";
/// <summary>
/// Gets the help URL
/// </summary>