Skip to content

Icon 图标

内置 SVG 图标集,通过 name 属性引用,支持尺寸与颜色自定义。

所有图标

x-circle
eye
eye-off
check
chevron-down
chevron-right
chevron-left
chevron-up
x
calendar
warn
spin
circle-check
circle-x
circle-warn
circle-info
circle-loading
spinner
empty-data
plus
refresh
upload
cloud-upload
file
file-image
trash
clock

尺寸

通过 size 属性控制图标大小,接受数字(px)或字符串。

16px
20px
24px
32px
40px

颜色

大部分图标使用 currentColor,通过 style.color 或父元素颜色控制。

默认
主题色
成功
警告
错误
次要

API

Props

属性类型默认值说明
nameIconName图标名称(必填)
sizenumber | string图标尺寸,单位 px
classstring自定义 class
styleCSSProperties自定义样式,可设置颜色等

IconName

名称说明
x-circle带圆圈的关闭
eye眼睛(显示)
eye-off眼睛(隐藏)
check勾选
chevron-down向下箭头
chevron-right向右箭头
chevron-left向左箭头
chevron-up向上箭头
x关闭
calendar日历
warn警告感叹号
spin旋转加载
circle-check圆形勾选
circle-x圆形关闭
circle-warn圆形警告
circle-info圆形信息
circle-loading圆弧加载
spinner带轨道旋转器
empty-data暂无数据插图
plus加号
refresh刷新
upload上传
cloud-upload云上传
file文件
file-image图片文件
trash删除
clock时钟

AUI Vue Components — Built with Vue 3 & VitePress