"use strict";
const iconAncientGateFill = require("./icon-ancient-gate-fill.vue.js");
const IconAncientGateFill = Object.assign(iconAncientGateFill, {
install: (app) => {
app.component(iconAncientGateFill.name, iconAncientGateFill);
}
});
module.exports = IconAncientGateFill;