UNPKG

birdpaper-icon

Version:

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

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