Open
Description
Looks like #62 addressed that, but I think because IconBase
explicitly passes a className
to the main <Svg>
component then any other className
s passed to the icons never makes it to the UI:
Maybe if instead it was
className={`${name}-${weight}__svg-icon-phosphor ${props.className ?? ''}`}
or something similar?
Metadata
Metadata
Assignees
Labels
No labels