UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 271 B
import _IconHardDrive2Fill from "./icon-hard-drive-2-fill.vue.js"; const IconHardDrive2Fill = Object.assign(_IconHardDrive2Fill, { install: (app) => { app.component(_IconHardDrive2Fill.name, _IconHardDrive2Fill); } }); export { IconHardDrive2Fill as default };