x64Bits / solid-icons

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

feat: Ant Design package two tone ajustment #53

Closed x64Bits closed 9 months ago

x64Bits commented 9 months ago

This PR is intended to serve version 1.1.0, which seeks to stabilize the correct output of the icons, in this case it addressed problems with the generated icons from Ant Design Icons, the Two Tone variant was not displayed correctly, The idea in this change is to try to achieve parity with the icons resulting from this variant in the original package, previously fill-opacity was already being used for the secondary color/s but the values gave a very different result than that shown in the package.

Solid-icons:

Screenshot 2023-09-19 at 2 00 23 AM

Ant Design original package:

Screenshot 2023-09-19 at 2 00 35 AM