UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 291 B
import _IconSecurePaymentLine from "./icon-secure-payment-line.vue.js"; const IconSecurePaymentLine = Object.assign(_IconSecurePaymentLine, { install: (app) => { app.component(_IconSecurePaymentLine.name, _IconSecurePaymentLine); } }); export { IconSecurePaymentLine as default };