# nucleo-ui-fill-12

A collection of 12px fill React SVG icon components from the [Nucleo UI library](https://nucleoapp.com/ui-icons).

## Installation

```bash
# set your license key first
export NUCLEO_LICENSE_KEY=your-license-key

# then install the Nucleo UI package
npm install nucleo-ui-fill-12
```

This is a private package, so you'll need to purchase the [Nucleo UI icons](https://nucleoapp.com/ui-icons) to install it. You can find your license key on your account page.

## Usage

```jsx
import { IconTrashFill12 } from 'nucleo-ui-fill-12';

function MyComponent() {
  return <IconTrashFill12 />;
}
```

Browse the full list of available icons on the [Nucleo Web App](https://nucleoapp.com/app/?library=ui).

## Free Preview

If you'd like to try the package before purchasing the icons, you can install the free [Nucleo UI Essential package](https://www.npmjs.com/package/nucleo-ui-essential-fill-12) instead.


## Customization
For detailed information on customizing icons, please refer to the [Nucleo UI documentation](https://nucleoapp.com/react-packages?family=ui).

## License

Refer to the [Nucleo Icons License](https://nucleoapp.com/license) for more information.
