2.0.7 • Published 2 months ago

@bilibilihelper/react-icons v2.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

2.0.7

2 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.5

10 months ago

2.0.6

10 months ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago