<h1 style="border-bottom: 0; font-size: 5rem; ">@Crossed/unicons</h1>

## Introduction

@Crossed/unicons is here to let you use a wide variety of icone in your components

## Installation

```
pnpm i @crossed/test
```

## Getting Strated

You only need to import the desired icone from our package and use it in your component

```
import {Moon} from @crossed/unicons

export const YourComponent = () => {
    return (
        <div>
        <Moon/>
        // rest of your component
        </div>
    )
}
```

## Contribution

Want to Contribute to our project ? Check our [contribution guide line](../../CONTRIBUTING.MD)
