iconpick
v0.0.2
Published
A collection of SVG icons for web applications.
Readme
iconpick
A collection of SVG icons for web applications.
![]()
Installation
npm install iconpickUsage
import { Home, PDF } from 'iconpick';
function App() {
return (
<div>
<Home width={24} height={24} stroke="#000" />
<PDF width={24} height={24} stroke="#000" />
</div>
);
}Features
- 🎨 SVG-based icons
- ⚡ Tree-shakeable
- 🎯 TypeScript support
- 🔧 Customizable via props
Props
All icons accept standard SVG props:
width- Icon widthheight- Icon heightstroke- Stroke color (default:#D5D7DA)fill- Fill colorclassName- CSS class name- ...and more
Available Icons
- Home
License
MIT © Saiful
