Skip to content

Icon 图标

SVG 图标组件,支持颜色、尺寸和透明度层级。

基础用法

vue
<AIcon :size="24" color="#2080f0">★</AIcon>

透明度 depth

vue
<AIcon :size="24" depth="1">●</AIcon>
<AIcon :size="24" depth="3">●</AIcon>
<AIcon :size="24" depth="5">●</AIcon>

IconWrapper

!
vue
<AIconWrapper :size="36" color="#18a058">✓</AIconWrapper>

API

属性类型默认值说明
sizenumber | string图标大小
colorstring图标颜色
depth1 | 2 | 3 | 4 | 5透明度层级

Released under the MIT License.