# nucleo-sharp

A collection of 24px React SVG icon components from the [Nucleo Sharp library](https://nucleoapp.com/sharp-icons).

## Installation

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

# then install the Nucleo Sharp package
npm install nucleo-sharp
```

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

## Usage

```jsx
import { IconCalendar } from 'nucleo-sharp';

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

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

## Free Preview

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


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

## License

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