import _IconShieldUserFill from "./icon-shield-user-fill.vue.js";
const IconShieldUserFill = Object.assign(_IconShieldUserFill, {
install: (app) => {
app.component(_IconShieldUserFill.name, _IconShieldUserFill);
}
});
export {
IconShieldUserFill as default
};