# ![VRC Icons by Kuroné Kito](https://kurone-kito.github.io/launchpad-icons/images/banner.webp)

🚀 Unofficial VRC like icons for [React.js](https://react.dev)

## Usage

```sh
npm install @kurone-kito/launchpad-icons-react
```

```tsx
import { Avatars } from '@kurone-kito/launchpad-icons-react/Avatars';
import type { FC } from 'react';

export const App: FC = () => (
  <div>
    <Avatars />
  </div>
);
```

[Let's find out what icons are available!](https://kurone-kito.github.io/launchpad-icons/explore)

## License

Copyright (c) Kuroné Kito (黒音キト)

This project is a dual license with the following options:

- [MIT License](https://opensource.org/licenses/MIT)
- [Creative Commons CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)

**The DEFAULT LICENSE applied is MIT**. You can use it under the CC BY 4.0
license by opting in in any way when incorporating it into your work.

The CC BY 4.0 license is a remnant from when this library was distributed
under the CC BY-NC 4.0 license and is retained for compatibility.
