docs/component/icon.md
::: sourceCode
:::
图标
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| 4.0 | 4.41 | <a style="color:unset;" href="https://vote.dcloud.net.cn/#/?name=uni-app%20x">x</a> | <a style="color:unset;" href="https://vote.dcloud.net.cn/#/?name=uni-app%20x">x</a> | <a style="color:unset;" href="https://vote.dcloud.net.cn/#/?name=uni-app%20x">x</a> | - |
| 名称 | 类型 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|
| type | string | - | Web: 4.0; 微信小程序: 4.41; Android: x; iOS: x; HarmonyOS: x; HarmonyOS(Vapor): - | icon的类型,有效值:success, success_no_circle, info, warn, waiting, cancel, download, search, clear |
| size | number | - | Web: 4.0; 微信小程序: 4.41; Android: x; iOS: x; HarmonyOS: x; HarmonyOS(Vapor): - | icon的大小,单位px |
| color | string(string.ColorString) | - | Web: 4.0; 微信小程序: 4.41; Android: x; iOS: x; HarmonyOS: x; HarmonyOS(Vapor): - | icon的颜色,同css的color |
| 合法值 | 兼容性 | 描述 |
|---|---|---|
| success | - | - |
| success_no_circle | - | - |
| warn | - | - |
| waiting | - | - |
| cancel | - | - |
| download | - | - |
| search | - | - |
| clear | - | - |