You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

@untitled-ui/icons-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
u

@untitled-ui/icons-react

A React package for Untitled-UI icons

0.1.4
latest
97

Supply Chain Security

100

Vulnerability

85

Quality

77

Maintenance

100

License

Version published
Weekly downloads
31K
-3.58%
Maintainers
1
Weekly downloads
 
Created
Issues
0

@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";

FAQs

Package last updated on 13 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts