SVGinput
JSXoutput
JSX will appear here...
Converts kebab-case attributes to camelCase (stroke-width → strokeWidth),
class → className, inline style strings to style objects, and self-closes empty tags as JSX requires. The root element spreads {...props} so the component stays customizable. Runs entirely in your browser — no build step needed.