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