How to use the the paid version of the icons?
My team has a key of hugeicons and i've already added in the NPM_TOKEN, but still has only access to the free ones.
Please check this link for available packages and how to install and use them: https://docs.hugeicons.com/
@xtawfik that has nothing to do with what @gabrielbuzziv asked.
@xtawfik
At the docs has an example <Home01Icon variant="solid" />
But this is not available on this library.
The only icon props available is size
@hugeicons/react is not available on npm
@hugeicons/react is available on npm: https://www.npmjs.com/package/@hugeicons/react
To use the pro icons you first need to setup authentication with your package manager: https://docs.hugeicons.com/license/activate-license#3-authentication
If you're using NPM you can add a .npmrc with the auth token like so:
//registry.npmjs.org/:_authToken=UNIVERSAL_LICENSE_KEY
Then you should be able to install the pro packages as documented here: https://docs.hugeicons.com/core-packages
ex: npm install @hugeicons-pro/core-duotone-rounded