Skip to content

Icon 图标

zsh
pnpn install @vicons/ionicons5

使用

vue
<script setup lang="ts">
import { LogoVue } from '@vicons/ionicons5'
</script>

<template>
  <yy-icon color="red" size="20">
    <LogoVue />
  </yy-icon>
  <yy-icon color="blue" :size="30">
    <LogoVue />
  </yy-icon>
</template>

Props

参数说明类型默认值
color颜色string-
size尺寸number|string-