🔄
SVG to JSX Converter
Convert SVG code to React JSX components with proper attribute transformations
Transformations Applied
- •
class→className - •
fill-rule→fillRule - •
stroke-width→strokeWidth - •
clip-path→clipPath - • Inline styles converted to style objects
- • Props spread on SVG element for customization