"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.YuanIconMeta = void 0;
var entities_1 = require("../../../entities");
exports.YuanIconMeta = new entities_1.IconSizedMeta({
name: 'Yuan',
isColored: false,
componentName: 'YuanIcon',
group: 'actions',
});