import _IconRemoteControl2Line from "./icon-remote-control-2-line.vue.js";
const IconRemoteControl2Line = Object.assign(_IconRemoteControl2Line, {
install: (app) => {
app.component(_IconRemoteControl2Line.name, _IconRemoteControl2Line);
}
});
export {
IconRemoteControl2Line as default
};