griddy-icons
v0.1.2
Published
Griddy Icons is a free, open-source icon library with a unique utilitarian vibe ready for your next project.
Maintainers
Readme
Griddy Icons
Griddy Icons is a free, open-source icon library with a unique utilitarian vibe ready for your next project.
✨ Features
- 1,145 icons and counting
- 2 styles: Line and Filled
- Designed at 24 × 24px
- Optimized for 16px–48px scaling
🔗 More Information
Visit griddyicons.com to learn more.
Installation
npm install griddy-icons
# or
yarn add griddy-icons
# or
pnpm add griddy-iconsUsage
import { Activity } from "griddy-icons";
const App = () => {
return (
<div>
<Activity size={32} filled />
</div>
);
};Configuration
Icons accept standard SVG props plus:
size: width and height (default: "24px")filled: boolean (default: false)color: stroke/fill color (default: "currentColor")
License
MIT © Griddy Icons
