0.1.3 • Published 2 years ago

@arconnect/untitled-ui-icons-react v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@untitled-ui/icons-react


This package provides the Untitled-UI icons (MIT version) converted to React components.

Installation


Install the package in your project directory with:

// with npm
npm install @untitled-ui/icons-react

// with yarn
yarn add @untitled-ui/icons-react

Usage

The package supports both CommonJS and ESModule versions.


// Named imports
import { Activity } from "@untitled-ui/icons-react";

// CJS default imports
import Activity from "@untitled-ui/icons-react/build/cjs/Activity";

// ESM default imports
import Activity from "@untitled-ui/icons-react/build/esm/Activity";
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago