Just a suggestion, a neat feature would be to provide a dynamic color value for the icons, like currentColor or var(--icon-color, #111) to allow icons to take on the color of their parent elements & be more customizable when inline.
I usually do something like this when having to support dark mode with icons.
Just a suggestion, a neat feature would be to provide a dynamic color value for the icons, like
currentColor
orvar(--icon-color, #111)
to allow icons to take on the color of their parent elements & be more customizable when inline.I usually do something like this when having to support dark mode with icons.