import { html } from "lit"
export default class SVGIcon {
static branchNode = html`
`
static close = html`
`
static correct = html`
`
static execPin = html`
`
static expandIcon = html`
`
static forEachLoop = html`
`
static functionSymbol = html`
`
static genericPin = html`
`
static loopNode = html`
`
static macro = html`
`
static referencePin = html`
`
}