1.0.0 • Published 1 year ago

ab-bootstrapicons-react v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

My Icon Library

A library of SVG icons as React components.

Installation

npm install my-icon-library


## Usage
```javascript
import { AddIcon } from 'my-icon-library';

const App = () => <AddIcon width="24" height="24" color="blue" />;
export default App;