css.gg
css.gg copied to clipboard
Broken border-top icon
The border-top icon uses a hardcoded value for one of it's paths' fills, instead of currentColor:
https://github.com/astrit/css.gg/blob/master/icons/svg/border-top.svg?short_path=fd205a6#L13
Compared to, for example, border-bottom: https://github.com/astrit/css.gg/blob/master/icons/svg/border-bottom.svg?short_path=6098ab3#L9
This results in the path not having a fill when used from react-icons:

or having a fill that is hard to change when using the SVG directly.