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