可以使 arco design 的图标,作为纯 svg vue 组件独立使用
<script setup lang="ts">
import { IconAlignCenter } from '@vrx-arco/icons-vue'
</script>
<template>
<IconAlignCenter style="font-size:30px;color:#ff6736;" />
</template>
# ✨ Auto-detect
npx nypm install @vrx-arco/icons-vue
# npm
npm install @vrx-arco/icons-vue
# yarn
yarn add @vrx-arco/icons-vue
# pnpm
pnpm install @vrx-arco/icons-vue
# bun
bun install @vrx-arco/icons-vue
Published under the MIT license.
Made by @Colourlessglow and community 💛
🤖 auto updated with automd