@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
32 lines (20 loc) • 869 B
Markdown
GuruHotel icon library used for Aura UI, ready to work in React and NextJS projects.
1. Installation: Inside your React project directory, install Aura Icons by running either of the following:
```bash
yarn add @guruhotel/aura-icons
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">
```
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
[](https://choosealicense.com/licenses/mit/)