UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

10 lines (9 loc) 234 B
import _IconSnowyFill from "./icon-snowy-fill.vue.js"; const IconSnowyFill = Object.assign(_IconSnowyFill, { install: (app) => { app.component(_IconSnowyFill.name, _IconSnowyFill); } }); export { IconSnowyFill as default };