Manage the local icon set cache.
mix phoenix_iconify.cache list # List cached icon sets
mix phoenix_iconify.cache fetch # Fetch icon sets for all manifest icons
mix phoenix_iconify.cache clear # Clear the cacheFetch
Pre-fetches complete icon sets for all prefixes used in your manifest. This speeds up future compilations.
mix phoenix_iconify.cache fetch
mix phoenix_iconify.cache fetch heroicons lucideClear
Removes all cached icon sets.
mix phoenix_iconify.cache clear