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