Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dutragames/duicons
- Owner: DutraGames
- License: mit
- Created: 2023-07-16T15:21:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T15:42:00.000Z (12 months ago)
- Last Synced: 2024-04-24T19:32:23.386Z (8 months ago)
- Topics: icons-pack, javascript, react, react-icons-component, react-library, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 |