"use strict";
const iconRewindStartLine = require("./icon-rewind-start-line.vue.js");
const IconRewindStartLine = Object.assign(iconRewindStartLine, {
install: (app) => {
app.component(iconRewindStartLine.name, iconRewindStartLine);
}
});
module.exports = IconRewindStartLine;