hugeicons-react icon indicating copy to clipboard operation
hugeicons-react copied to clipboard

How to use the the paid version of the icons?

Open gabrielbuzziv opened this issue 1 year ago • 5 comments

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.

gabrielbuzziv avatar Sep 27 '24 13:09 gabrielbuzziv

Please check this link for available packages and how to install and use them: https://docs.hugeicons.com/

xtawfik avatar Oct 08 '24 06:10 xtawfik

@xtawfik that has nothing to do with what @gabrielbuzziv asked.

marcus-sa avatar Oct 08 '24 12:10 marcus-sa

@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

gabrielbuzziv avatar Oct 08 '24 13:10 gabrielbuzziv

@hugeicons/react is not available on npm

marcus-sa avatar Oct 08 '24 22:10 marcus-sa

@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

depsimon avatar May 21 '25 10:05 depsimon