css.gg icon indicating copy to clipboard operation
css.gg copied to clipboard

Broken border-top icon

Open ilyasmez opened this issue 3 years ago • 0 comments

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: react icons screenshot

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

ilyasmez avatar Jul 13 '22 13:07 ilyasmez