You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am proposing to add fui-Icon to all icons. We currently add fui-Icon-<filled|regular> when we bundle icons to use for selectors to hide/show the icon, so we could extend this pattern and add a base className to help narrow selectors down to avoid something like [".${component.iconClassName} svg"]: {}
Additional context
This is currently done in product code because there's no other way to target the svg without using svg directly