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