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