## 安装 - `npm i tea-icons-react`
npm install tea-icons-reactnpm i tea-icons-react``js
// 按需加载使用举例
import { CloseIcon, TimeIcon } from "tea-icons-react";
// 全量加载使用举例
import Icon from "tea-icons-react";
``
1. 🎨 colors 修改svg图标颜色
2. 🔥 hover 修改svg hover颜色
3. 🔐 onClick 点击事件
4. 🔇 disable
6. 🔍️ size 大小,支持:'small' | 'medium' | 'large' | string | number;
7. 🚀 style?: CSSProperties; and className?: string;
8. 🌐 className
> 📸 通过figma插件 Ruyi Icons Autopipe 流水线构建生成