Creating Dynamic Component for more than one SVG
August 1, 2021 at 4:42pmCreating Dynamic Component for more than one SVG
August 1, 2021 at 4:42pmI have multiple SVG Component files created with SVGR I would like to define them using similar CSS codes. Can I use this in the form of <Icon({SvgRectangle}) /> or <Icon({SvgCircle}) /> etc..

