@kurone-kito/launchpad-icons-react
v0.15.0
Published
the icons like the VRChat icons for Node.js ecosystem with the React
Maintainers
Readme
🚀 Unofficial VRC like icons for React.js
Usage
npm install @kurone-kito/launchpad-icons-reactimport { 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!
License
Copyright (c) Kuroné Kito (黒音キト)
This project is a dual license with the following options:
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.
