In attempting to use grommet-icons images with Shoelace's sl-icon-button component, it seems like I can't style the color of the SVG due to a hard-coded stroke property on the path. Can we work around this or avoid using the stroke directly on the path?
I know this issue harkens back to Svg Path stroke color should not fixed to '#000' instead of 'currentColor', but it seems that stroke value is relied upon by other components.