<p align="center">
  <a href="https://github.com/TianJianJun0727/ycloud-icons">
    <img src="https://tianjianjun0727.github.io/ycloud-icons/package-logos/ycloud-react.svg" alt="适用于 React 应用的 YCloud Icons 图标库。" width="540">
  </a>
</p>

<p align="center">
语言：中文 | <a href="./README.en.md">English</a>
</p>

<p align="center">
适用于 React 应用的 YCloud Icons 图标库。
</p>

<div align="center">

[![npm](https://img.shields.io/npm/v/@ycloud-web/icons-react?color=blue)](https://www.npmjs.com/package/@ycloud-web/icons-react)
![NPM Downloads](https://img.shields.io/npm/dw/@ycloud-web/icons-react)
[![License](https://img.shields.io/badge/license-ISC-green)](https://tianjianjun0727.github.io/ycloud-icons/license)

</div>

<p align="center">
  <a href="https://tianjianjun0727.github.io/ycloud-icons/guide/">介绍</a>
  ·
  <a href="https://tianjianjun0727.github.io/ycloud-icons/icons/">图标</a>
  ·
  <a href="https://tianjianjun0727.github.io/ycloud-icons/guide/react">文档</a>
  ·
  <a href="https://tianjianjun0727.github.io/ycloud-icons/license">许可证</a>
</p>

# YCloud Icons React

适用于 React 应用的 YCloud Icons 实现。

## 安装

```sh
pnpm add @ycloud-web/icons-react@latest
```

```sh
npm install @ycloud-web/icons-react@latest
```

```sh
yarn add @ycloud-web/icons-react@latest
```

```sh
bun add @ycloud-web/icons-react@latest
```

### 版本要求

React `^17.0.0 || ^18.0.0 || ^19.0.0`。

## 文档

完整文档请访问 [YCloud Icons 文档](https://tianjianjun0727.github.io/ycloud-icons/guide/react/)。

## 许可证

YCloud Icons 基于 [Lucide](https://github.com/lucide-icons/lucide) 二次开发，保留上游 ISC 许可证与必要的第三方授权说明。本包在此基础上提供适用于 React 应用的图标组件。

YCloud Icons 使用 ISC 许可证发布。详见 [LICENSE](https://tianjianjun0727.github.io/ycloud-icons/license)。
