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