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