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