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