UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 285 B
"use strict"; const iconRestaurant2Line = require("./icon-restaurant-2-line.vue.js"); const IconRestaurant2Line = Object.assign(iconRestaurant2Line, { install: (app) => { app.component(iconRestaurant2Line.name, iconRestaurant2Line); } }); module.exports = IconRestaurant2Line;