Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dutragames/duicons

SVG icon library for React
https://github.com/dutragames/duicons

icons-pack javascript react react-icons-component react-library reactjs typescript

Last synced: about 2 months ago
JSON representation

SVG icon library for React

Awesome Lists containing this project

README

        

# **Duicons**

![duicons](https://img.shields.io/npm/v/duicons?color=red)
![npm](https://img.shields.io/npm/dm/duicons)

Duicons is a versatile icon component library for ReactJS, designed to provide a wide range of modern, customizable icons for web applications. With Duicons, developers can easily integrate scalable icons into their projects, allowing for seamless adaptation to various themes and sizes. The library offers optimized performance and a user-friendly API, making it ideal for both small and large-scale applications.

## How Install

```cmd
npm i duicons
```

## Usage

```tsx
import { AddOutline } from "duicons";

export default function IconExample() {
return ;
}
```

You can configure Icons with inline props:

```tsx

```

## Props

| Props | Type | Default | Note |
| ------- | -------------------- | ------- | ---------------------- |
| `size` | `string` or `number` | `32px` | size={32} or size="32" |
| `color` | `string` | `#000` | css color |