"use strict";
const iconRepeatOneLine = require("./icon-repeat-one-line.vue.js");
const IconRepeatOneLine = Object.assign(iconRepeatOneLine, {
install: (app) => {
app.component(iconRepeatOneLine.name, iconRepeatOneLine);
}
});
module.exports = IconRepeatOneLine;