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