UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 342 B
"use strict"; const iconCreativeCommonsZeroLine = require("./icon-creative-commons-zero-line.vue.js"); const IconCreativeCommonsZeroLine = Object.assign(iconCreativeCommonsZeroLine, { install: (app) => { app.component(iconCreativeCommonsZeroLine.name, iconCreativeCommonsZeroLine); } }); module.exports = IconCreativeCommonsZeroLine;