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