x64Bits / solid-icons

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

Feature: Library rewrite #9

Closed x64Bits closed 2 years ago

x64Bits commented 2 years ago

This is the proposal to ship version 1.0.0 of the library, it has been completely rewritten with the intention of facilitating collaboration and improvement of the code.

Here are the most relevant changes:

  1. Added support for SSR build in using Solid-Start.
  2. TypeScript is being used in the script to create the icons bundle (I'm sure it can be improved a lot).
  3. SVGO is now used to optimize all icons as much as possible.