@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
36 lines (24 loc) • 947 B
Markdown
🚀 Unofficial VRC like icons for [React.js](https://react.dev)
```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>
);
```
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.