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