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