⚛️ SVG to JSX Converter

Convert SVG markup to React-compatible JSX

SVG Input
JSX Output
Load Sample SVG
💡 What gets converted:
• Attributes: stroke-width → strokeWidth, fill-opacity → fillOpacity
• class → className, for → htmlFor
• Style strings → JavaScript objects
• Removes XML namespaces and comments
• Optional: Wraps in React component with TypeScript support