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