SVG to JSX
Converte SVG para JSX e vice-versa
| SVG (HTML) | JSX (React) |
|---|---|
| class | className |
| clip-path | clipPath |
| clip-rule | clipRule |
| fill-opacity | fillOpacity |
| fill-rule | fillRule |
| font-family | fontFamily |
| font-size | fontSize |
| stroke-dasharray | strokeDasharray |
| stroke-dashoffset | strokeDashoffset |
| stroke-linecap | strokeLinecap |
| stroke-linejoin | strokeLinejoin |
| stroke-miterlimit | strokeMiterlimit |
| stroke-opacity | strokeOpacity |
| stroke-width | strokeWidth |
| text-anchor | textAnchor |
| text-decoration | textDecoration |
| xlink:href | xlinkHref |