nucleo-sharp
v1.0.0
Published
24px React SVG icon components from Nucleo
Maintainers
Readme
nucleo-sharp
A collection of 24px React SVG icon components from the Nucleo Sharp library.
Installation
# set your license key first
export NUCLEO_LICENSE_KEY=your-license-key
# then install the Nucleo Sharp package
npm install nucleo-sharpThis is a private package, so you'll need to purchase the Nucleo Sharp icons to install it. You can find your license key on your account page.
Usage
import { IconCalendar } from 'nucleo-sharp';
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 Sharp Essential package instead.
Customization
For detailed information on customizing icons, please refer to the Nucleo Sharp documentation.
License
Refer to the Nucleo Icons License for more information.
