Native SVG props

Beyond its own curated props (width, height, fill,title, ...), <SvgIn /> accepts any other standard SVG/DOM prop - style, event handlers like onClick, role, tabIndex, data-*, native aria-* - and forwards it straight onto the rendered <svg>, the same way a plain <svg> tag would accept them.