svg Component Referencetml`<svg ...>...</svg>`
The svg component creates a DOM <span> element with the innerHTML set to the svg template converted into a string. This bypasses the normal component build process for the children allowing the special SVG child tags to be interpreted by the browser.
svg component accepts the standard attributes.<svg> element in the enclosing <span>The svg component accepts all children.
svg Component will render a <span> containing an <svg> element.