@bilibilihelper/react-icons
v2.0.13
Published
Radix UI React Icon Set
Downloads
41
Readme
Bilibili Helper Icons From Radix
A crisp set of 15×15 icons designed by the WorkOS team.
Visit https://bilibili-helper.github.io/react-icons/ to browse the icons.
Documentation
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>
);
}
Contributing
Please follow our contributing guidelines.
License
Licensed under the MIT License.
See LICENSE for more information.