Overview
A comprehensive set of SVG icons for your applications. Available as React components with consistent styling and accessibility features.
Installation
npm i @sparrowengg/twigs-react-iconsUsage
import { AddColumnIcon } from "@sparrowengg/twigs-react-icons";
const App = () => {
return <AddColumnIcon size={32} color="currentColor" strokeWidth={1.5} />;
};Props
Icons
All icons support the following props:
| Prop | Type | Default |
|---|---|---|
size? | number | 32 |
color? | string | currentColor |
strokeWidth? | number | 1.5 |