egoist / tailwindcss-icons

Use any icon (100,000+) from Iconify, for TailwindCSS
MIT License
830 stars 17 forks source link

Load a custom JSON file #46

Open JohnCampionJr opened 1 month ago

JohnCampionJr commented 1 month ago

Is there a way in the config to load a local, custom JSON file of icons?

hyoban commented 1 month ago

I think you always can read files manually and pass correct data to collections option.

Let me know if you have any questions.