1.0.0 • Published 7 months ago
ab-bootstrapicons-react v1.0.0
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;
1.0.0
7 months ago