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