"use strict";
const iconRemoteControlFill = require("./icon-remote-control-fill.vue.js");
const IconRemoteControlFill = Object.assign(iconRemoteControlFill, {
install: (app) => {
app.component(iconRemoteControlFill.name, iconRemoteControlFill);
}
});
module.exports = IconRemoteControlFill;