UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 243 B
"use strict"; const iconCake3Fill = require("./icon-cake-3-fill.vue.js"); const IconCake3Fill = Object.assign(iconCake3Fill, { install: (app) => { app.component(iconCake3Fill.name, iconCake3Fill); } }); module.exports = IconCake3Fill;