Twigs Logo

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-icons

Usage

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:

PropTypeDefault
size?
number
32
color?
string
currentColor
strokeWidth?
number
1.5