@yandex/ui
Version:
Yandex UI components
37 lines (36 loc) • 2.43 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Size = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var bundle_1 = require("@yandex-lego/components/Icon/bundle");
var Size = function () { return (react_1.default.createElement("table", { cellSpacing: 5, style: { textAlign: 'center' } },
react_1.default.createElement("tr", null,
react_1.default.createElement("td", null),
react_1.default.createElement("td", null, "xs"),
react_1.default.createElement("td", null, "\u2014")),
react_1.default.createElement("tr", null,
react_1.default.createElement("td", { style: { textAlign: 'left' } }, "_type_arrow"),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { type: "arrow", size: "xs", style: { width: 16, height: 16 } })),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { type: "arrow", style: { width: 16, height: 16 } }))),
react_1.default.createElement("tr", null,
react_1.default.createElement("td", { style: { textAlign: 'left' } }, "_glyph_type-arrow"),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { glyph: "type-arrow", size: "xs" })),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { glyph: "type-arrow" }))),
react_1.default.createElement("tr", null,
react_1.default.createElement("td", { style: { textAlign: 'left' } }, "_type_cross"),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { type: "cross", size: "xs", style: { width: 16, height: 16 } })),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { type: "cross", style: { width: 16, height: 16 } }))),
react_1.default.createElement("tr", null,
react_1.default.createElement("td", { style: { textAlign: 'left' } }, "_glyph_type-cross"),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { glyph: "type-cross", size: "xs" })),
react_1.default.createElement("td", null,
react_1.default.createElement(bundle_1.Icon, { glyph: "type-cross" }))))); };
exports.Size = Size;