0.1.0 • Published 1 year ago

15i v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

15i

15i is a collection of icons for the web based on the Radix UI Icons library.

Installation

Metadata

import { metadata, IconMetadata, IconName } from '15i';

// Get metadata for a specific icon
const hamburgerMetadata = metadata.HamburgerMenuIcon;
console.log(hamburgerMetadata.title); // "Hamburger Menu"

// Type-safe icon names
const iconName: IconName = "HamburgerMenuIcon";```
0.1.0

1 year ago