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