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