UNPKG

birdpaper-icon

Version:

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

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