revoicons
v2.1.0
Published
Icon Library
Maintainers
Readme
RevoIcons
Revo Icon Library
Installation
npm install revoiconsUsage
import { Revo, RevoFilled } from 'revoicons';
function App() {
return (
<div>
<Revo />
<RevoFilled size={32} color="red" bgcolor="green"/>
</div>
);
}Props
All icons accept the following props:
size: Number or string - Sets both width and heightcolor: String - Sets the stroke colorfill: String - Sets the background color- All standard SVG props are also supported
- By Default all icons are black and white
Available Icons (Regular and Filled)
Revo- Revo iconLinkedin- Linkedin LogoBehance- Behance Logo- more update soon
License
MIT © Tarun Gupta
