1.1.0 • Published 11 months ago

beehively-icons v1.1.0

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

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.

1.1.0

11 months ago

1.0.9

12 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago