A crisp set of 15×15 icons designed by the WorkOS team.
Visit https://bilibili-helper.github.io/react-icons/ to browse the icons.
All icons are available as individual React components.
Install Bilibilihelper Icons from npm:
npm install @bilibilihelper/reactIcons
Import the icons into your React project:
import { FaceIcon, ImageIcon, SunIcon } from '@bilibilihelper/reactIcons';
function MyComponent() {
return (
<div>
<FaceIcon />
<SunIcon />
<ImageIcon />
</div>
);
}
Please follow our contributing guidelines.
Licensed under the MIT License.
See LICENSE for more information.