Skip to content
On this page

Icon

何时使用

在有需要使用图标时,该组件可以提供各种icon支持,配合icones使用

代码演示

不同大小的SVG图标

<template>
  <h-icon icon="ant-design:bell-twotone" />
  <h-icon icon="ant-design:alert-twotone" :size="30" />
  <h-icon icon="ant-design:bulb-twotone" :size="40" />
</template>

API

Props

属性说明类型默认值
iconicones上的图标字段string
size图标大小number14