x64Bits / solid-icons

The simplest way to use icons in SolidJS
https://solid-icons.vercel.app
MIT License
284 stars 18 forks source link

fix: remix path color attr #40

Closed x64Bits closed 1 year ago

x64Bits commented 1 year ago

This PR is to solve this issue, I added a function to modify the output in icons of the Remix package to add fill="currentColor" in each path, so that it can inherit the color from the svg, this is necessary since 1.0.5 when the issue of using color using css was fixed.