import _IconAttachmentLine from "./icon-attachment-line.vue.js";
const IconAttachmentLine = Object.assign(_IconAttachmentLine, {
install: (app) => {
app.component(_IconAttachmentLine.name, _IconAttachmentLine);
}
});
export {
IconAttachmentLine as default
};