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