Appearance
基于字体的图标组件,支持自定义大小和颜色。
number
string
<template> <AxIcon :size="24" color="#3b82f6"> 🏠 </AxIcon> </template> <script setup> import AxIcon from '@packages/components/icon/src/icon.vue' </script>