UNPKG

birdpaper-icon

Version:

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

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