UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 235 B
import _IconSave2Line from "./icon-save-2-line.vue.js"; const IconSave2Line = Object.assign(_IconSave2Line, { install: (app) => { app.component(_IconSave2Line.name, _IconSave2Line); } }); export { IconSave2Line as default };