import _IconRepeatOneLine from "./icon-repeat-one-line.vue.js";
const IconRepeatOneLine = Object.assign(_IconRepeatOneLine, {
install: (app) => {
app.component(_IconRepeatOneLine.name, _IconRepeatOneLine);
}
});
export {
IconRepeatOneLine as default
};