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