import { html } from "lit" export default class SVGIcon { static arrayPin = html` ` static branchNode = html` ` static breakStruct = html` ` static cast = html` ` static close = html` ` static convert = html` ` static correct = html` ` static delegate = html` ` static doN = html` ` static doOnce = html` ` static enum = html` ` static event = html` ` static execPin = html` ` static expandIcon = html` ` static flipflop = html` ` static forEachLoop = html` ` static functionSymbol = html` ` static gamepad = html` ` static genericPin = html` ` static keyboard = html` ` static loop = html` ` static macro = html` ` static mapPin = html` ` static makeArray = html` ` static makeMap = html` ` static makeSet = html` ` static makeStruct = html` ` static metasoundFunction = html` ` static mouse = html` ` static node = html` ` static operationPin = html` ` static pcgStackPin = html` ` static pcgPin = html` ` static pcgParamPin = html` ` static pcgSpatialPin = html` ` static plusCircle = html` ` static questionMark = html` ` static referencePin = html` ` static reject = html` ` static setPin = html` ` static select = html` ` static sequence = html` ` static sound = html` ` static spawnActor = html` ` static staticPin = html` ` static switch = html` ` static timer = html` ` static touchpad = html` ` }