# nucleo-micro-bold-essential

A collection of 20px React SVG icon components from the [Nucleo Micro Bold library](https://nucleoapp.com/micro-bold-icons).

> ✨ **New:** add Nucleo icons to your React projects with our new [AI Integration](https://nucleoapp.com/ai-integration).

## Installation

```bash
npm install nucleo-micro-bold-essential
```

## Usage

```jsx
import { IconName } from 'nucleo-micro-bold-essential';

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

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

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

## License

[nucleoapp.com/license](https://nucleoapp.com/license)
