npm install @kurone-kito/launchpad-icons-react
import { Avatars } from '@kurone-kito/launchpad-icons-react/Avatars';
import type { FC } from 'react';
export const App: FC = () => (
<div>
<Avatars />
</div>
);
This repository is licensed under the CC-BY-NC 4.0.