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 | - |