x64Bits / solid-icons

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

Some icons are breaking my layout #18

Closed jb-dev0 closed 1 year ago

jb-dev0 commented 1 year ago

Hey there,

since today some of the icons are breaking my layout. The only thing I changed was switching from windows to linux (ubuntu). After switching back to windows the error still appears.

The problem is, that some Icons are displayed huge: The layer svg should be displayed below the "house": image The HTML and CSS is the same as in the other icons. Icon:

Example two: The + sign should be in the dashed square (where the red arrow points to): image Icon:

I removed the nodes_modules dir and did a fresh "npm install", but nothing changed.

I have no idea how this could have happend and hope you can help me.

Thanks a lot!

x64Bits commented 1 year ago

Can you please upload a sample on StackBlitz where this happens to check it out?

I just sent version 1.0.4 of solid-icons, you could try to update and see if it solves the problem, greetings.

jb-dev0 commented 1 year ago

Thanks for your feedback. Upgrading to 1.0.4 helped.

Greetings