"use strict";
const iconAttachmentLine = require("./icon-attachment-line.vue.js");
const IconAttachmentLine = Object.assign(iconAttachmentLine, {
install: (app) => {
app.component(iconAttachmentLine.name, iconAttachmentLine);
}
});
module.exports = IconAttachmentLine;