react-lordicon
Version:
Lordicon library animated icons to React
44 lines (30 loc) • 653 B
Markdown
> Lordicon library animated icons to React
[](https://www.npmjs.com/package/react-lordicon)
```bash
npm install --save react-lordicon
```
or
```bash
yarn add react-lordicon
```
```tsx
import React, { Component } from 'react'
import Lordicon from 'react-lordicon'
const App: React.FC = () => {
return <Lordicon
colors={{
primary: '#fff',
secondary: '#222',
}}
icon="addCard"
size={100}
delay={1000}
trigger='loop'
/>
}
```
MIT © [pprograminha](https://github.com/pprograminha)