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
};