Type alias ISvg2

ISvg2: typeof svg & {
    [key in keyof SVGElementTagNameMap]: ((...children) => SVGElementBuilder<key>)
}