Skip to content

icon-font

字体图标库

安装

bash
pnpm add @magustek/icon-font

使用

配合 MgIcon 组件使用

vue
<template>
  <MgIcon icon="xxx" color="red" size="24" />
</template>

<script type="ts" setup>
import { MgIcon } from "@magustek/framework-ui"
import "@magustek/icon-font";
</script>