bytesize-react-icons
v0.1.0
Published
React component for the Bytesize Icon Set by Dan Klammer | https://github.com/danklammer/bytesize-icons
Downloads
4
Readme
##Bytesize React Icons
All the icons were designed by Dan Klammer.
Find the original SVG icons here.
How to install
npm i bytesize-react-icons
How to use?
Here's an example for using Close Icon with the <Icon />
component.
import React from 'react';
import Icon from 'bytesize-react-icons';
class App extends Component {
render() {
return (
<Icon name="close" />,
);
}
}
export default App;
Proptypes and options
coming soon
Currently missing the following icons
Working to add in future releases
- Search Icon
- Ban Icon
- Settings Icon
- Clock Icon
- Photo Icon
- Camera Icon
- Music Icon
- Eye Icon
- Location Icon
- Lock Icon
- Unlock Icon
- Info Icon
- Credit Card Icon
- Cart Icon
- Horizontal Ellipsis Icon
- Vertical Ellipsis Icon
How to run locally?
git clone [email protected]:marchdoe/bytesize-react-icons.git
yarn && npm start
visit http://localhost:3000/