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