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