Draws an arbitrary shape from SVG path data — see PathProps.
Path({ d: 'M 0 0 L 100 0 L 50 80 Z', fill: '#38bdf8', width: 100, height: 80 }) Copy
Path({ d: 'M 0 0 L 100 0 L 50 80 Z', fill: '#38bdf8', width: 100, height: 80 })
Draws an arbitrary shape from SVG path data — see PathProps.