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