import { html } from "lit" export default class SVGIcon { static array = html` ` static branchNode = html` ` static breakStruct = html` ` static cast = html` ` static close = html` ` static correct = html` ` static delegate = html` ` static doN = html` ` static enum = html` ` static event = html` ` static execPin = html` ` static expandIcon = html` ` static forEachLoop = html` ` static functionSymbol = html` ` static gamepad = html` ` static genericPin = html` ` static keyboard = html` ` static loop = html` ` static macro = html` ` static map = html` ` static makeArray = html` ` static makeMap = html` ` static makeSet = html` ` static makeStruct = html` ` static mouse = html` ` static questionMark = html` ` static referencePin = html` ` static reject = html` ` static set = html` ` static select = html` ` static sequence = html` ` static touchpad = html` ` }