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