nucleo-core-outline-32
v1.1.3
Published
32px outline React SVG icon components from Nucleo
Readme
nucleo-core-outline-32
A collection of 32px outline React SVG icon components from the Nucleo Core library.
Installation
# set your license key first
export NUCLEO_LICENSE_KEY=your-license-key
# then install the Nucleo Core package
npm install nucleo-core-outline-32This is a private package, so you'll need to purchase the Nucleo Core icons to install it. You can find your license key on your account page.
Usage
import { IconTrashOutline32 } from 'nucleo-core-outline-32';
function MyComponent() {
return <IconTrashOutline32 />;
}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 Core Essential package instead.
Customization
For detailed information on customizing icons, please refer to the Nucleo Core documentation.
License
Refer to the Nucleo Icons License for more information.
