"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagGYIconMeta = void 0;
var entities_1 = require("../../../entities");
exports.FlagGYIconMeta = new entities_1.IconNonSizedMeta({
name: 'FlagGY',
isColored: true,
componentName: 'FlagGYIcon',
group: 'flags',
});