Files
Situation-Awareness-Platfor…/src/components/Icon
2025-03-12 18:41:20 +08:00
..
2025-03-12 18:41:20 +08:00
2025-03-12 18:41:20 +08:00

Demo

说明

  • 图标组件基于iconfont
  • 已全局引用
// iconfont图标
<Icon name="gt-commit" size="18px" color="#ccc" rotate="90deg" />
// devui组件库图标
<Icon name="icon-add" size="18px" color="#ccc" rotate="90deg" />

Props

参数 说明 类型 可选值 默认值
name 图标名Symbol格式 string - -
size 图标字体大小 string - -
color 图标颜色 string - -
rotate 图标旋转角度 string - -