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