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