beehively-icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

beehively-icons

The Beehively Icons component library is designed for seamless integration into React applications

Install

npm install beehively-icons

Usage

import React from 'react';
import { Bee } from 'beehively-icons';

const App = () => {
  return <Bee />;
};

export default App;

Icons can be configured with inline props:

<Bee color="red" size={48} />

You can also include the whole icon pack:

import React from 'react';
import * as Icon from 'beehively-icons';

const App = () => {
  return <Icon.Bee />;
};

export default App;

Credits

The icon designs originate from flaticon.

License

Licensed under the MIT license.

Package Sidebar

Install

npm i beehively-icons

Weekly Downloads

19

Version

1.0.4

License

MIT

Unpacked Size

855 kB

Total Files

213

Last publish

Collaborators

  • dhirajpatel