nucleo-pixel
v1.0.0
Published
24px React SVG icon components from Nucleo
Maintainers
Readme
nucleo-pixel
A collection of 24px React SVG icon components from the Nucleo Pixel library.
Installation
# set your license key first
export NUCLEO_LICENSE_KEY=your-license-key
# then install the Nucleo Pixel package
npm install nucleo-pixelThis is a private package, so you'll need to purchase the Nucleo Pixel icons to install it. You can find your license key on your account page.
Usage
import { IconCalendar } from 'nucleo-pixel';
function MyComponent() {
return <IconCalendar />;
}Browse the full list of available icons on the Nucleo Web App.
Free Preview
If you'd like to try the package before purchasing the icons, you can install the free Nucleo Pixel Essential package instead.
Customization
For detailed information on customizing icons, please refer to the Nucleo Pixel documentation.
License
Refer to the Nucleo Icons License for more information.
