## Aura Icons

GuruHotel icon library used for Aura UI, ready to work in React and NextJS projects.

## Quick Start

1. Installation: Inside your React project directory, install Aura Icons by running either of the following:

```bash
yarn add @guruhotel/aura-icons
# or
npm i @guruhotel/aura-icons
```

2. Using Aura Icons components: Once Aura UI is installed you can use any of the components as follows.
   Aura UI uses tree-shaking so the unused modules will not be included in the bundle during the build process and
   each component is exported separately.

```jsx
import { Message } from '@guruhotel/aura-icons'

() => <Message label="Icon label accessibility">
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)
