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