RtkIcon
An icon component which accepts an svg string and renders it.
<RtkIcon icon={'people-svg'} />
Props
icon
Icon
Type
string
size
Size
Default
'lg'
Type
"lg" | "md" | "sm" | "xl"
variant
Icon variant
Default
'primary'
Type
"danger" | "primary" | "secondary"