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