Skip to content

bilibili-helper/react-icons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A crisp set of 15×15 icons designed by the @workos team.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.4%
  • JavaScript 7.6%