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