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