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