0.0.15 • Published 5 months ago

@untitledui/icons v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Official React library for Untitled UI Icons

Access more than 1100+ meticulously crafted FREE icons for your next project built with React. Untitled UI Icons are a clean, consistent, and neutral icon library crafted specifically for modern UI design.

Install

npm i @untitledui/icons

Usage

import ArrowDown from "@untitledui/icons/ArrowDown"

<ArrowDown />

// Configure size via `size` prop
<ArrowDown size={16} />

// Configure size via `className`
<ArrowDown className="size-4" />

// Configure color via `color` prop
<ArrowDown color="#000" />

// Configure color via `className`
<ArrowDown className="text-black" />
0.0.15

5 months ago

0.0.14

5 months ago