@skbkontur/logos 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.6.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@2.5.0...@skbkontur/logos@2.6.0) (2023-10-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * **logos:** add Autotransport, DialogCore and DialogCoreEN logos ([50eca17](https://git.skbkontur.ru/ui/ui-parking/commits/50eca17c86819e3997a613c6a71aef786fedcd9e))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.5.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@2.4.0...@skbkontur/logos@2.5.0) (2023-07-12)
7
18
 
8
19
 
package/cjs/index.d.ts CHANGED
@@ -178,3 +178,6 @@ export { Slomon } from './src/Slomon';
178
178
  export { Freelance } from './src/Freelance';
179
179
  export { RealEstateReestro } from './src/RealEstateReestro';
180
180
  export { Vitrina } from './src/Vitrina';
181
+ export { Autotransport } from './src/Autotransport';
182
+ export { DialogCore } from './src/DialogCore';
183
+ export { DialogCoreEN } from './src/DialogCoreEN';
package/cjs/index.js CHANGED
@@ -360,3 +360,9 @@ var RealEstateReestro_1 = require("./src/RealEstateReestro");
360
360
  Object.defineProperty(exports, "RealEstateReestro", { enumerable: true, get: function () { return RealEstateReestro_1.RealEstateReestro; } });
361
361
  var Vitrina_1 = require("./src/Vitrina");
362
362
  Object.defineProperty(exports, "Vitrina", { enumerable: true, get: function () { return Vitrina_1.Vitrina; } });
363
+ var Autotransport_1 = require("./src/Autotransport");
364
+ Object.defineProperty(exports, "Autotransport", { enumerable: true, get: function () { return Autotransport_1.Autotransport; } });
365
+ var DialogCore_1 = require("./src/DialogCore");
366
+ Object.defineProperty(exports, "DialogCore", { enumerable: true, get: function () { return DialogCore_1.DialogCore; } });
367
+ var DialogCoreEN_1 = require("./src/DialogCoreEN");
368
+ Object.defineProperty(exports, "DialogCoreEN", { enumerable: true, get: function () { return DialogCoreEN_1.DialogCoreEN; } });
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const AutotransportWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { AutotransportWithStaticFields as Autotransport };
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Autotransport = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var Autotransport = react_1.forwardRef(function (_a, ref) {
7
+ var _b = _a.color, color = _b === void 0 ? '#222' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
8
+ return (react_1.default.createElement("span", { style: {
9
+ width: size * 5.958333333333333 + "px",
10
+ height: size,
11
+ lineHeight: size + "px",
12
+ display: 'inline-block',
13
+ }, ref: ref },
14
+ react_1.default.createElement("svg", { viewBox: "0 0 143 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
15
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
16
+ width: '100%',
17
+ height: '100%',
18
+ display: 'inline-block',
19
+ } },
20
+ react_1.default.createElement("path", { d: "m4.534 12.03-.653 1.881h5.267l-.674-1.9-1.227-3.505-.178-.475-.575-1.723c-.224.779-.877 2.686-1.96 5.722zM12.83 19h-1.88l-1.288-3.584H3.346L2.08 19H.238L5.326 4.942h2.396L12.83 19zm10.181-2.792c0 .845-.297 1.525-.89 2.04-.595.501-1.407.752-2.436.752h-5.188V9.001h4.95c.964 0 1.743.238 2.337.713.607.462.91 1.082.91 1.861 0 .58-.151 1.063-.455 1.445-.29.383-.7.654-1.228.812.62.145 1.11.43 1.466.852.356.409.534.917.534 1.524zm-3.821-5.88h-3.01v2.93h3.01c.594 0 1.043-.125 1.346-.376.317-.264.475-.634.475-1.109 0-.462-.158-.818-.475-1.07-.303-.25-.752-.375-1.346-.375zm2.099 5.742c0-.489-.179-.865-.535-1.129-.343-.277-.845-.416-1.505-.416H16.18v3.129h3.07c.672 0 1.18-.132 1.524-.396.343-.278.515-.674.515-1.188zM32.995 9v1.386H29.49V19h-1.703v-8.613h-3.504V9.001h8.712zm11.093 4.93v.08c0 1.029-.225 1.946-.674 2.752a4.58 4.58 0 0 1-1.841 1.841c-.779.449-1.683.673-2.713.673s-1.94-.218-2.732-.653a4.711 4.711 0 0 1-1.841-1.861c-.45-.78-.674-1.697-.674-2.753v-.079c0-1.016.218-1.914.654-2.693a4.85 4.85 0 0 1 1.861-1.86c.792-.436 1.703-.654 2.732-.654 1.017 0 1.921.218 2.713.653a4.711 4.711 0 0 1 1.861 1.842c.436.792.654 1.696.654 2.712zm-8.732 0v.08c0 .752.145 1.425.435 2.019.29.58.7 1.03 1.228 1.346.541.317 1.155.476 1.841.476.7 0 1.314-.159 1.842-.476a3.173 3.173 0 0 0 1.227-1.366c.278-.58.416-1.247.416-2v-.079c0-.752-.145-1.412-.435-1.98a3.059 3.059 0 0 0-1.228-1.326c-.528-.317-1.135-.476-1.822-.476-.673 0-1.273.159-1.801.476a3.193 3.193 0 0 0-1.248 1.326c-.303.581-.455 1.241-.455 1.98zm18.047-4.93v1.386H49.9V19h-1.703v-8.613h-3.505V9.001h8.712zm12.053 4.91v.1c0 1.029-.205 1.94-.614 2.732a4.337 4.337 0 0 1-1.703 1.841c-.726.436-1.57.654-2.534.654-1.782 0-3.036-.561-3.762-1.683v5.009H55.14V9.001h1.584v1.762c.779-1.346 2.08-2.02 3.9-2.02.925 0 1.756.218 2.495.654a4.495 4.495 0 0 1 1.723 1.822c.41.765.614 1.663.614 2.692zm-1.723.1v-.1c0-.739-.145-1.386-.435-1.94a3.134 3.134 0 0 0-1.188-1.327 3.464 3.464 0 0 0-1.782-.475c-.674 0-1.287.159-1.842.475a3.214 3.214 0 0 0-1.267 1.287c-.303.568-.455 1.228-.455 1.98v.1c0 1.148.323 2.072.97 2.771.647.687 1.505 1.03 2.574 1.03.66 0 1.247-.158 1.762-.475a3.33 3.33 0 0 0 1.228-1.366c.29-.568.435-1.221.435-1.96zm11.904-1.842V19h-1.544v-1.346a3.583 3.583 0 0 1-1.426 1.227c-.594.277-1.28.416-2.059.416-1.109 0-1.98-.25-2.614-.752-.62-.502-.93-1.208-.93-2.119v-.099c0-1.003.35-1.762 1.05-2.277.712-.528 1.808-.832 3.286-.91l2.614-.179v-.673c0-.713-.205-1.248-.614-1.604-.41-.37-1.003-.554-1.782-.554-.647 0-1.234.132-1.762.396-.515.25-1.043.673-1.584 1.267l-1.09-.99c1.149-1.386 2.614-2.08 4.396-2.08 1.28 0 2.277.304 2.99.912.713.607 1.07 1.452 1.07 2.534zm-1.623 3.128v-1.069l-2.495.119c-1.03.053-1.756.224-2.178.515-.423.29-.634.752-.634 1.386v.099c0 .515.192.91.574 1.188.396.277.95.416 1.664.416.567 0 1.089-.113 1.564-.337a2.61 2.61 0 0 0 1.109-.95c.264-.41.396-.865.396-1.367zM86.67 9.001V19h-1.703v-4.435H79.96V19h-1.703V9.001h1.703v4.178h5.01V9h1.702zm7.302 10.276c-1.016 0-1.927-.211-2.732-.633a4.651 4.651 0 0 1-1.842-1.802c-.435-.779-.653-1.663-.653-2.653v-.238c0-1.03.218-1.94.653-2.732a4.548 4.548 0 0 1 1.861-1.842c.792-.435 1.69-.653 2.693-.653.95 0 1.756.145 2.416.435.673.278 1.28.746 1.822 1.406l-1.07 1.05c-.462-.542-.937-.918-1.425-1.129-.489-.224-1.076-.337-1.763-.337-1.438 0-2.448.627-3.029 1.881a4.485 4.485 0 0 0-.416 1.921v.238c0 .673.139 1.287.416 1.841.29.541.693.977 1.208 1.307.528.33 1.148.495 1.861.495.845 0 1.578-.211 2.198-.634.343-.25.686-.574 1.03-.97l1.108.93c-.58.753-1.214 1.294-1.9 1.624-.674.33-1.486.495-2.436.495zM101.78 19h-1.703V9.001h8.297V19h-1.703v-8.613h-4.891V19zm19.047-5.069v.08c0 1.029-.225 1.946-.673 2.752a4.583 4.583 0 0 1-1.842 1.841c-.779.449-1.683.673-2.712.673-1.03 0-1.941-.218-2.733-.653a4.706 4.706 0 0 1-1.841-1.861c-.449-.78-.673-1.697-.673-2.753v-.079c0-1.016.217-1.914.653-2.693a4.85 4.85 0 0 1 1.861-1.86c.792-.436 1.703-.654 2.733-.654 1.016 0 1.92.218 2.712.653a4.706 4.706 0 0 1 1.861 1.842c.436.792.654 1.696.654 2.712zm-8.732 0v.08c0 .752.145 1.425.436 2.019.29.58.699 1.03 1.227 1.346.541.317 1.155.476 1.842.476.699 0 1.313-.159 1.841-.476.528-.316.937-.772 1.228-1.366.277-.58.415-1.247.415-2v-.079c0-.752-.145-1.412-.435-1.98a3.06 3.06 0 0 0-1.228-1.326c-.528-.317-1.135-.476-1.821-.476-.674 0-1.274.159-1.802.476a3.197 3.197 0 0 0-1.248 1.326c-.303.581-.455 1.241-.455 1.98zm21.027-.02v.1c0 1.029-.205 1.94-.614 2.732a4.339 4.339 0 0 1-1.703 1.841c-.726.436-1.571.654-2.534.654-1.782 0-3.036-.561-3.762-1.683v5.009h-1.703V9.001h1.584v1.762c.779-1.346 2.079-2.02 3.901-2.02.924 0 1.755.218 2.494.654a4.489 4.489 0 0 1 1.723 1.822c.409.765.614 1.663.614 2.692zm-1.723.1v-.1c0-.739-.145-1.386-.435-1.94a3.145 3.145 0 0 0-1.188-1.327 3.468 3.468 0 0 0-1.782-.475c-.674 0-1.287.159-1.842.475a3.217 3.217 0 0 0-1.267 1.287c-.304.568-.455 1.228-.455 1.98v.1c0 1.148.323 2.072.97 2.771.647.687 1.505 1.03 2.574 1.03.66 0 1.247-.158 1.762-.475.528-.33.937-.786 1.228-1.366.29-.568.435-1.221.435-1.96zM142.541 9v1.386h-3.505V19h-1.703v-8.613h-3.504V9.001h8.712z", fill: color }))));
21
+ });
22
+ Autotransport.displayName = 'Autotransport';
23
+ var AutotransportWithStaticFields = Object.assign(Autotransport, { __KONTUR_REACT_UI__: 'Autotransport' });
24
+ exports.Autotransport = AutotransportWithStaticFields;
package/cjs/src/Bonus.js CHANGED
@@ -17,7 +17,7 @@ var Bonus = react_1.forwardRef(function (_a, ref) {
17
17
  height: '100%',
18
18
  display: 'inline-block',
19
19
  } },
20
- react_1.default.createElement("path", { d: "M7.405 19c.871 0 1.67-.172 2.396-.515 1.452-.7 2.178-1.914 2.178-3.643 0-.871-.185-1.617-.555-2.237a3.743 3.743 0 0 0-1.603-1.426c-.687-.343-1.492-.515-2.416-.515H3.346V6.467h7.722V4.942H1.524V19h5.881zm-4.059-6.811h3.782c.95 0 1.696.237 2.237.713.541.462.812 1.108.812 1.94 0 .832-.27 1.478-.812 1.94-.541.462-1.287.693-2.237.693H3.346V12.19zM23.756 13.931c0-1.016-.218-1.92-.653-2.712a4.711 4.711 0 0 0-1.862-1.842c-.791-.435-1.696-.653-2.712-.653-1.03 0-1.94.218-2.732.653a4.849 4.849 0 0 0-1.862 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.711 4.711 0 0 0 1.841 1.86c.793.436 1.703.654 2.733.654s1.934-.224 2.712-.673a4.58 4.58 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98.303-.58.72-1.023 1.247-1.326.528-.317 1.129-.476 1.802-.476.686 0 1.294.159 1.822.476.54.316.95.759 1.227 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.29.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.686 0-1.3-.159-1.841-.476a3.197 3.197 0 0 1-1.228-1.346c-.29-.594-.436-1.267-.436-2.02v-.079zM34.17 9.001h-1.703v4.178h-5.01V9h-1.702V19h1.703v-4.435h5.01V19h1.702V9.001zM42.086 12.506l-.812 2.455-.178.495c-.04.132-.192.58-.456 1.346l-.178.574-.732-2.336a202.509 202.509 0 0 0-.872-2.534L37.651 9h-1.802l3.801 10.633c-.25.726-.587 1.181-1.01 1.366-.25.105-.534.158-.85.158h-1.03l.514 1.406h.753c.62 0 1.115-.106 1.485-.317.37-.198.693-.528.97-.99.277-.462.574-1.142.891-2.04l3.643-10.216h-1.722l-1.208 3.505zM51.048 19.277c.95 0 1.762-.165 2.435-.495.687-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.423-1.352.634-2.197.634-.713 0-1.333-.165-1.861-.495a3.483 3.483 0 0 1-1.208-1.307 4.06 4.06 0 0 1-.416-1.841v-.238c0-.686.139-1.327.416-1.92.58-1.255 1.59-1.882 3.03-1.882.686 0 1.273.113 1.761.337.489.211.964.587 1.426 1.129l1.07-1.05c-.542-.66-1.15-1.128-1.822-1.406-.66-.29-1.466-.435-2.416-.435-1.003 0-1.9.218-2.693.653a4.548 4.548 0 0 0-1.86 1.842c-.437.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.653 2.653a4.651 4.651 0 0 0 1.842 1.802c.805.422 1.715.633 2.732.633z", fill: color }))));
20
+ react_1.default.createElement("path", { d: "M7.405 19c.871 0 1.67-.172 2.396-.515 1.452-.7 2.178-1.914 2.178-3.643 0-.871-.185-1.617-.555-2.237a3.743 3.743 0 0 0-1.603-1.426c-.687-.343-1.492-.515-2.416-.515H3.346V6.467h7.722V4.942H1.524V19h5.881zm-4.059-6.811h3.782c.95 0 1.696.237 2.237.713.541.462.812 1.108.812 1.94 0 .832-.27 1.478-.812 1.94-.541.462-1.287.693-2.237.693H3.346V12.19zM23.756 13.931c0-1.016-.218-1.92-.653-2.712a4.711 4.711 0 0 0-1.862-1.842c-.791-.435-1.696-.653-2.712-.653-1.03 0-1.94.218-2.732.653a4.85 4.85 0 0 0-1.862 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.711 4.711 0 0 0 1.841 1.86c.793.436 1.703.654 2.733.654s1.934-.224 2.712-.673a4.58 4.58 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98.303-.58.72-1.023 1.247-1.326.528-.317 1.129-.476 1.802-.476.686 0 1.294.159 1.822.476.54.316.95.759 1.227 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.29.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.686 0-1.3-.159-1.841-.476a3.197 3.197 0 0 1-1.228-1.346c-.29-.594-.436-1.267-.436-2.02v-.079zM34.17 9.001h-1.703v4.178h-5.01V9h-1.702V19h1.703v-4.435h5.01V19h1.702V9.001zM42.086 12.506l-.812 2.455-.178.495c-.04.132-.192.58-.456 1.346l-.178.574-.732-2.336a202.509 202.509 0 0 0-.872-2.534L37.651 9h-1.802l3.801 10.633c-.25.726-.587 1.181-1.01 1.366-.25.105-.534.158-.85.158h-1.03l.514 1.406h.753c.62 0 1.115-.106 1.485-.317.37-.198.693-.528.97-.99.277-.462.574-1.142.891-2.04l3.643-10.216h-1.722l-1.208 3.505zM51.048 19.277c.95 0 1.762-.165 2.435-.495.687-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.423-1.352.634-2.197.634-.713 0-1.333-.165-1.861-.495a3.483 3.483 0 0 1-1.208-1.307 4.06 4.06 0 0 1-.416-1.841v-.238c0-.686.139-1.327.416-1.92.58-1.255 1.59-1.882 3.03-1.882.686 0 1.273.113 1.761.337.489.211.964.587 1.426 1.129l1.07-1.05c-.542-.66-1.15-1.128-1.822-1.406-.66-.29-1.466-.435-2.416-.435-1.003 0-1.9.218-2.693.653a4.548 4.548 0 0 0-1.86 1.842c-.437.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.653 2.653a4.651 4.651 0 0 0 1.842 1.802c.805.422 1.715.633 2.732.633z", fill: color }))));
21
21
  });
22
22
  Bonus.displayName = 'Bonus';
23
23
  var BonusWithStaticFields = Object.assign(Bonus, { __KONTUR_REACT_UI__: 'Bonus' });
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const DialogCoreWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { DialogCoreWithStaticFields as DialogCore };
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DialogCore = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var DialogCore = react_1.forwardRef(function (_a, ref) {
7
+ var _b = _a.color, color = _b === void 0 ? '#222' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
8
+ return (react_1.default.createElement("span", { style: {
9
+ width: size * 4.291666666666667 + "px",
10
+ height: size,
11
+ lineHeight: size + "px",
12
+ display: 'inline-block',
13
+ }, ref: ref },
14
+ react_1.default.createElement("svg", { viewBox: "0 0 103 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
15
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
16
+ width: '100%',
17
+ height: '100%',
18
+ display: 'inline-block',
19
+ } },
20
+ react_1.default.createElement("path", { d: "m3.188 10.17.04-5.228h9.563v12.533h1.683v4.455h-1.762V19H2.138v2.93H.356v-4.455h1.169c.818-1.095 1.326-2.62 1.524-4.573.066-.806.112-1.716.139-2.733zm.218 7.305h7.563V6.467H4.91l-.04 3.86c-.012 1.743-.144 3.188-.395 4.337-.238 1.148-.594 2.085-1.07 2.811zm16.923-3.821 3.128-4.653h1.841V19h-1.623v-3.98c0-1.993.026-3.405.079-4.237-.317.554-.779 1.28-1.386 2.178l-1.089 1.604L18.369 19h-1.822V9.001h1.604v4.574c0 .91-.007 1.452-.02 1.623l-.04 1.98a66.755 66.755 0 0 1 2.238-3.524zm15.748-1.485V19h-1.545v-1.346a3.583 3.583 0 0 1-1.425 1.227c-.594.277-1.28.416-2.06.416-1.108 0-1.98-.25-2.613-.752-.62-.502-.93-1.208-.93-2.119v-.099c0-1.003.35-1.762 1.049-2.277.712-.528 1.808-.832 3.287-.91l2.613-.179v-.673c0-.713-.205-1.248-.614-1.604-.409-.37-1.003-.554-1.782-.554-.647 0-1.234.132-1.762.396-.515.25-1.043.673-1.584 1.267l-1.089-.99c1.148-1.386 2.614-2.08 4.396-2.08 1.28 0 2.277.304 2.99.912.712.607 1.069 1.452 1.069 2.534zm-1.624 3.128v-1.069l-2.495.119c-1.03.053-1.755.224-2.178.515-.422.29-.633.752-.633 1.386v.099c0 .515.191.91.574 1.188.396.277.95.416 1.663.416.568 0 1.09-.113 1.564-.337a2.61 2.61 0 0 0 1.11-.95c.263-.41.395-.865.395-1.367zm3.553 3.762-.396-.079v-1.445c.172.053.383.079.633.079.37 0 .647-.099.832-.297.185-.211.31-.568.376-1.07.08-.738.126-1.471.139-2.197l.119-5.049h7.405V19H45.41v-8.613h-4.178l-.099 3.782c-.04 1.399-.125 2.396-.257 2.99-.145.686-.41 1.181-.792 1.485-.383.303-.944.455-1.683.455l-.396-.04zm21.458-5.128v.08c0 1.029-.224 1.946-.673 2.752a4.58 4.58 0 0 1-1.841 1.841c-.78.449-1.683.673-2.713.673s-1.94-.218-2.732-.653a4.711 4.711 0 0 1-1.842-1.861c-.448-.78-.673-1.697-.673-2.753v-.079c0-1.016.218-1.914.654-2.693a4.85 4.85 0 0 1 1.86-1.86c.793-.436 1.704-.654 2.733-.654 1.017 0 1.92.218 2.713.653a4.711 4.711 0 0 1 1.86 1.842c.436.792.654 1.696.654 2.712zm-8.731 0v.08c0 .752.145 1.425.435 2.019.29.58.7 1.03 1.228 1.346.54.317 1.155.476 1.841.476.7 0 1.313-.159 1.841-.476a3.173 3.173 0 0 0 1.228-1.366c.277-.58.416-1.247.416-2v-.079c0-.752-.145-1.412-.436-1.98a3.059 3.059 0 0 0-1.227-1.326c-.528-.317-1.136-.476-1.822-.476-.673 0-1.274.159-1.802.476a3.193 3.193 0 0 0-1.247 1.326c-.304.581-.456 1.241-.456 1.98zm17.74-4.93v1.406h-5.307V19h-1.703V9.001h7.01zM79.098 19h-1.94l-3.505-4.415H71.93V19h-1.703V9.001h1.703v4.198h1.742L76.96 9h1.822l-3.742 4.811L79.098 19zm10.776-5.069v.08c0 1.029-.224 1.946-.673 2.752a4.58 4.58 0 0 1-1.841 1.841c-.779.449-1.683.673-2.713.673s-1.94-.218-2.732-.653a4.711 4.711 0 0 1-1.842-1.861c-.448-.78-.673-1.697-.673-2.753v-.079c0-1.016.218-1.914.654-2.693a4.85 4.85 0 0 1 1.86-1.86c.793-.436 1.704-.654 2.733-.654 1.017 0 1.92.218 2.713.653a4.711 4.711 0 0 1 1.861 1.842c.436.792.653 1.696.653 2.712zm-8.731 0v.08c0 .752.145 1.425.435 2.019.29.58.7 1.03 1.228 1.346.541.317 1.155.476 1.841.476.7 0 1.314-.159 1.842-.476a3.173 3.173 0 0 0 1.227-1.366c.277-.58.416-1.247.416-2v-.079c0-.752-.145-1.412-.436-1.98a3.059 3.059 0 0 0-1.227-1.326c-.528-.317-1.135-.476-1.822-.476-.673 0-1.274.159-1.802.476a3.193 3.193 0 0 0-1.247 1.326c-.304.581-.455 1.241-.455 1.98zm21.026-.02v.1c0 1.029-.204 1.94-.613 2.732a4.338 4.338 0 0 1-1.703 1.841c-.726.436-1.571.654-2.535.654-1.782 0-3.036-.561-3.762-1.683v5.009h-1.702V9.001h1.584v1.762c.778-1.346 2.079-2.02 3.9-2.02.924 0 1.756.218 2.495.654a4.502 4.502 0 0 1 1.723 1.822c.409.765.613 1.663.613 2.692zm-1.722.1v-.1c0-.739-.145-1.386-.436-1.94a3.132 3.132 0 0 0-1.188-1.327 3.464 3.464 0 0 0-1.782-.475c-.673 0-1.287.159-1.841.475a3.214 3.214 0 0 0-1.267 1.287c-.304.568-.456 1.228-.456 1.98v.1c0 1.148.324 2.072.97 2.771.647.687 1.505 1.03 2.574 1.03.66 0 1.248-.158 1.763-.475.528-.33.937-.786 1.227-1.366.291-.568.436-1.221.436-1.96z", fill: color }))));
21
+ });
22
+ DialogCore.displayName = 'DialogCore';
23
+ var DialogCoreWithStaticFields = Object.assign(DialogCore, { __KONTUR_REACT_UI__: 'DialogCore' });
24
+ exports.DialogCore = DialogCoreWithStaticFields;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const DialogCoreENWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { DialogCoreENWithStaticFields as DialogCoreEN };
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DialogCoreEN = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var DialogCoreEN = react_1.forwardRef(function (_a, ref) {
7
+ var _b = _a.color, color = _b === void 0 ? '#222' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
8
+ return (react_1.default.createElement("span", { style: {
9
+ width: size * 4.166666666666667 + "px",
10
+ height: size,
11
+ lineHeight: size + "px",
12
+ display: 'inline-block',
13
+ }, ref: ref },
14
+ react_1.default.createElement("svg", { viewBox: "0 0 100 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
15
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
16
+ width: '100%',
17
+ height: '100%',
18
+ display: 'inline-block',
19
+ } },
20
+ react_1.default.createElement("path", { d: "M6.87 4.942c1.307 0 2.43.297 3.367.891.937.594 1.643 1.419 2.118 2.475.489 1.056.733 2.277.733 3.663 0 1.386-.244 2.607-.733 3.663-.475 1.056-1.181 1.881-2.118 2.475-.938.594-2.06.891-3.366.891H1.624V4.942H6.87zM3.446 6.467v11.008h3.129c1.478 0 2.62-.481 3.425-1.445.818-.977 1.228-2.33 1.228-4.059 0-1.716-.41-3.062-1.228-4.04-.805-.976-1.947-1.464-3.425-1.464H3.445zm12.002 2.791h1.702V19h-1.703V9.258zm.87-1.841c-.33 0-.6-.106-.811-.317a1.118 1.118 0 0 1-.317-.792c0-.317.106-.58.317-.792.211-.211.482-.317.812-.317.316 0 .58.113.792.337.21.211.317.469.317.772 0 .304-.106.568-.317.792a1.075 1.075 0 0 1-.792.317zm7.618 1.564c1.254 0 2.225.297 2.91.891.7.594 1.05 1.38 1.05 2.356V19h-1.544v-1.208a3.23 3.23 0 0 1-1.346 1.129c-.568.264-1.221.396-1.96.396-1.03 0-1.869-.225-2.515-.673-.647-.45-.97-1.136-.97-2.06 0-1.042.389-1.801 1.168-2.277.792-.475 1.914-.844 3.366-1.108l2.178-.396v-.495c0-.608-.211-1.076-.634-1.406-.41-.343-.957-.515-1.643-.515-.608 0-1.149.125-1.624.376-.462.251-.99.673-1.584 1.267l-1.089-.97c.607-.713 1.254-1.234 1.94-1.564.687-.343 1.452-.515 2.297-.515zm-.712 8.93c.87 0 1.597-.231 2.178-.693.58-.462.87-1.082.87-1.861V14.07l-1.781.356c-.766.159-1.373.31-1.822.456-.435.145-.785.35-1.05.613-.263.264-.395.608-.395 1.03 0 .449.171.792.515 1.03.356.237.85.356 1.485.356zM30.79 4.942h1.702V19H30.79V4.942zm8.842 4.04c.937 0 1.769.217 2.495.653a4.536 4.536 0 0 1 1.703 1.821c.409.779.613 1.67.613 2.673 0 1.003-.204 1.894-.614 2.673a4.536 4.536 0 0 1-1.702 1.822c-.726.435-1.558.653-2.495.653s-1.776-.218-2.515-.653a4.536 4.536 0 0 1-1.703-1.822c-.409-.779-.613-1.67-.613-2.673 0-1.003.204-1.894.614-2.673a4.536 4.536 0 0 1 1.702-1.821c.74-.436 1.578-.654 2.515-.654zm0 1.425c-.937 0-1.69.343-2.257 1.03-.555.686-.832 1.583-.832 2.692 0 1.109.277 2.007.832 2.693.567.686 1.32 1.03 2.257 1.03s1.683-.344 2.237-1.03c.555-.686.832-1.584.832-2.693s-.277-2.006-.832-2.693c-.554-.686-1.3-1.03-2.237-1.03zm14.125-1.149h1.584v9.524c0 1.267-.402 2.257-1.207 2.97-.792.713-1.862 1.07-3.208 1.07-1.584 0-3.056-.482-4.415-1.446l.851-1.247c.686.422 1.294.732 1.822.93a4.596 4.596 0 0 0 1.722.317c.819 0 1.479-.224 1.98-.673.515-.436.772-1.122.772-2.06v-1.326c-.686 1.043-1.722 1.564-3.108 1.564-.832 0-1.571-.211-2.218-.633-.647-.423-1.155-1.01-1.524-1.763-.357-.752-.535-1.603-.535-2.554 0-.95.178-1.802.535-2.554.37-.752.877-1.34 1.524-1.762.647-.423 1.386-.634 2.218-.634 1.452 0 2.521.574 3.207 1.723V9.258zm-2.93 8.178c.858 0 1.551-.324 2.079-.97.528-.66.792-1.505.792-2.535 0-1.03-.264-1.868-.792-2.514-.528-.66-1.221-.99-2.079-.99-.871 0-1.558.323-2.06.97-.5.647-.752 1.491-.752 2.534 0 1.043.251 1.888.753 2.535.501.646 1.188.97 2.059.97zm13.65-12.81c.925 0 1.776.151 2.555.455.779.303 1.59.818 2.435 1.544L68.4 7.892c-.752-.633-1.432-1.069-2.04-1.307a5.118 5.118 0 0 0-1.88-.356c-1.004 0-1.875.244-2.614.733-.74.488-1.313 1.168-1.723 2.039-.396.858-.594 1.848-.594 2.97 0 1.109.198 2.099.594 2.97.41.871.977 1.551 1.703 2.04.726.488 1.565.732 2.515.732.792 0 1.498-.158 2.118-.475.634-.33 1.34-.858 2.12-1.584l1.128 1.227c-.911.872-1.776 1.499-2.594 1.881-.805.37-1.723.555-2.752.555-1.36 0-2.541-.317-3.544-.95-1.004-.634-1.776-1.505-2.317-2.614-.541-1.122-.812-2.39-.812-3.802s.264-2.673.792-3.782c.541-1.108 1.32-1.973 2.337-2.593 1.03-.634 2.244-.95 3.643-.95zM75.98 8.98c.937 0 1.769.218 2.495.654a4.536 4.536 0 0 1 1.703 1.821c.409.779.613 1.67.613 2.673 0 1.003-.204 1.894-.613 2.673a4.536 4.536 0 0 1-1.703 1.822c-.726.435-1.558.653-2.495.653s-1.775-.218-2.514-.653a4.536 4.536 0 0 1-1.703-1.822c-.41-.779-.614-1.67-.614-2.673 0-1.003.205-1.894.614-2.673a4.536 4.536 0 0 1 1.703-1.821c.739-.436 1.577-.654 2.514-.654zm0 1.426c-.937 0-1.69.343-2.257 1.03-.554.686-.832 1.583-.832 2.692 0 1.109.278 2.007.832 2.693.568.686 1.32 1.03 2.257 1.03s1.683-.344 2.237-1.03c.555-.686.832-1.584.832-2.693s-.277-2.006-.832-2.693c-.554-.686-1.3-1.03-2.237-1.03zM87.06 9.14c.487 0 1.002.099 1.544.297l-.317 1.425a4.801 4.801 0 0 0-1.267-.198c-.674 0-1.222.277-1.644.832-.422.554-.633 1.313-.633 2.277V19h-1.703V9.258h1.603v1.466c.238-.489.562-.872.97-1.149.41-.29.892-.435 1.446-.435zm11.207 8.118c-.7.739-1.38 1.26-2.04 1.564-.646.303-1.379.455-2.197.455-.977 0-1.828-.211-2.554-.633a4.3 4.3 0 0 1-1.683-1.782c-.396-.766-.594-1.657-.594-2.673 0-1.017.191-1.914.574-2.693.383-.792.924-1.406 1.623-1.842.7-.448 1.518-.673 2.456-.673 1.386 0 2.461.423 3.227 1.267.779.832 1.168 1.974 1.168 3.426 0 .264-.013.515-.04.752H90.9c.053.99.344 1.809.872 2.455.528.647 1.287.97 2.277.97.607 0 1.128-.118 1.564-.356.449-.237.996-.66 1.643-1.267l1.01 1.03zm-4.435-6.91c-.792 0-1.439.244-1.94.732-.502.488-.819 1.181-.951 2.079h5.623c-.04-.858-.297-1.538-.772-2.04-.475-.514-1.129-.772-1.96-.772z", fill: color }))));
21
+ });
22
+ DialogCoreEN.displayName = 'DialogCoreEN';
23
+ var DialogCoreENWithStaticFields = Object.assign(DialogCoreEN, { __KONTUR_REACT_UI__: 'DialogCoreEN' });
24
+ exports.DialogCoreEN = DialogCoreENWithStaticFields;
package/cjs/src/Edi.js CHANGED
@@ -17,7 +17,7 @@ var Edi = react_1.forwardRef(function (_a, ref) {
17
17
  height: '100%',
18
18
  display: 'inline-block',
19
19
  } },
20
- react_1.default.createElement("path", { d: "M1.524 4.942V19h9.524v-1.525H3.346v-4.95h6.99v-1.544h-6.99V6.467h7.524V4.942H1.524zM25.614 11.971c0-1.4-.258-2.633-.773-3.703-.527-1.069-1.287-1.887-2.277-2.455-.976-.58-2.138-.871-3.484-.871h-5.505V19h5.505c1.373 0 2.54-.297 3.504-.891.977-.58 1.723-1.4 2.238-2.455.528-1.07.792-2.297.792-3.683zM18.9 6.467c1.228 0 2.205.29 2.93.87.727.568 1.229 1.268 1.506 2.1.29.818.435 1.663.435 2.534 0 1.122-.204 2.099-.613 2.93-.845 1.716-2.264 2.574-4.258 2.574h-3.504V6.467H18.9zM28.201 4.942V19h1.822V4.942H28.2z", fill: color }))));
20
+ react_1.default.createElement("path", { d: "M1.52 4.942V19h9.524v-1.525H3.342v-4.95h6.989v-1.544h-6.99V6.467h7.525V4.942H1.52zM25.61 11.971c0-1.4-.258-2.633-.773-3.703C24.31 7.2 23.55 6.381 22.56 5.813c-.977-.58-2.138-.871-3.485-.871h-5.504V19h5.504c1.373 0 2.541-.297 3.505-.891.977-.58 1.723-1.4 2.237-2.455.528-1.07.792-2.297.792-3.683zm-6.713-5.504c1.228 0 2.205.29 2.93.87.726.568 1.228 1.268 1.505 2.1.29.818.436 1.663.436 2.534 0 1.122-.205 2.099-.614 2.93-.845 1.716-2.264 2.574-4.257 2.574h-3.504V6.467h3.504zM28.197 4.942V19h1.821V4.942h-1.821z", fill: color }))));
21
21
  });
22
22
  Edi.displayName = 'Edi';
23
23
  var EdiWithStaticFields = Object.assign(Edi, { __KONTUR_REACT_UI__: 'Edi' });
@@ -17,9 +17,9 @@ var RealEstateReestro = react_1.forwardRef(function (_a, ref) {
17
17
  height: '100%',
18
18
  display: 'inline-block',
19
19
  } },
20
- react_1.default.createElement("path", { d: "M10.89 4.942v6.098H3.346V4.942H1.524V19h1.822v-6.415h7.544V19h1.841V4.942H10.89zM23.854 16.208c-.555.594-1.102 1.017-1.643 1.267-.528.251-1.136.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.109h7.96l.04-.732c0-1.505-.41-2.686-1.229-3.544-.805-.858-1.933-1.287-3.385-1.287-1.03 0-1.927.224-2.693.673a4.723 4.723 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.217 1.98.653 2.772a4.582 4.582 0 0 0 1.822 1.861c.792.423 1.716.634 2.772.634.937 0 1.755-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.97-3.168c.132-.91.495-1.63 1.09-2.158.593-.541 1.332-.812 2.217-.812.898 0 1.61.27 2.138.812.541.528.832 1.247.872 2.158h-6.317zM27.146 21.475V19h7.86v2.475h1.644v-3.861h-1.465V9H27.66l-.04 3.703c-.026 1.32-.138 2.369-.336 3.148-.185.779-.462 1.366-.832 1.762h-.93v3.86h1.623zm1.03-3.861c.317-.396.554-.983.713-1.762.158-.78.244-1.796.257-3.05l.04-2.415h4.296v7.227h-5.306zM47.035 16.208c0-.607-.178-1.115-.534-1.524-.356-.423-.845-.707-1.465-.852.528-.158.937-.429 1.227-.812.304-.383.456-.864.456-1.445 0-.779-.304-1.4-.911-1.861C45.214 9.238 44.435 9 43.47 9h-4.95V19h5.188c1.03 0 1.841-.25 2.435-.753.595-.514.892-1.194.892-2.039zm-3.82-5.88c.593 0 1.042.125 1.345.376.317.25.476.607.476 1.069 0 .475-.159.845-.476 1.109-.303.25-.752.376-1.346.376h-3.01v-2.93h3.01zm2.098 5.742c0 .514-.172.91-.515 1.188-.343.264-.851.396-1.525.396h-3.069v-3.129h3.07c.66 0 1.161.139 1.504.416.357.264.535.64.535 1.129zM53.04 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.713.02-1.623V9h-1.604V19h1.821l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9h-1.841l-3.129 4.654zM74.252 19l-3.623-5.188 3.306-4.811h-1.84l-2.852 4.197h-1.485V9.002h-1.624v4.197H64.65L61.8 9.002h-1.862l3.366 4.85L59.66 19h1.88l3.13-4.415h1.464V19h1.624v-4.415h1.465L72.332 19h1.92zM79.694 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.713.02-1.623V9h-1.604V19h1.821l2.911-4.435 1.089-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9h-1.841l-3.128 4.654zM93.006 17.08 89.878 9h-2.515v10h1.584v-8.475L92.234 19h1.544l3.287-8.494V19h1.584V9h-2.534l-3.109 8.08zM111.129 13.931c0-1.016-.218-1.92-.653-2.712a4.715 4.715 0 0 0-1.862-1.842c-.792-.436-1.696-.653-2.712-.653-1.03 0-1.941.217-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.74.152-1.4.456-1.98a3.188 3.188 0 0 1 1.247-1.327c.528-.316 1.129-.475 1.802-.475.686 0 1.293.159 1.821.476.542.316.951.758 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079zM117.741 19.277c.951 0 1.763-.165 2.436-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.687.72-1.03.97-.62.422-1.353.634-2.198.634-.712 0-1.333-.165-1.861-.495a3.487 3.487 0 0 1-1.208-1.307 4.061 4.061 0 0 1-.415-1.842v-.237c0-.687.138-1.327.415-1.92.581-1.255 1.591-1.882 3.03-1.882.686 0 1.274.113 1.762.337.488.211.964.587 1.426 1.128l1.069-1.049c-.541-.66-1.149-1.129-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.004 0-1.901.217-2.693.653a4.545 4.545 0 0 0-1.861 1.841c-.436.793-.654 1.703-.654 2.733v.237c0 .99.218 1.875.654 2.654a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.732.633zM131.606 9h-8.712v1.387h3.505V19h1.703v-8.613h3.504V9zM137.699 19c1.148 0 2.066-.304 2.752-.91.687-.608 1.03-1.42 1.03-2.436 0-1.03-.343-1.848-1.03-2.456-.686-.607-1.604-.91-2.752-.91h-2.633V9h-1.703V19h4.336zm-2.633-5.306h2.356c1.544 0 2.316.653 2.316 1.96 0 1.306-.772 1.96-2.316 1.96h-2.356v-3.92z", fill: color }),
20
+ react_1.default.createElement("path", { d: "M10.89 4.942v6.098H3.346V4.942H1.524V19h1.822v-6.415h7.544V19h1.841V4.942H10.89zM23.854 16.208c-.555.594-1.102 1.017-1.643 1.267-.528.251-1.136.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.229-3.544-.805-.858-1.933-1.287-3.385-1.287-1.03 0-1.927.224-2.693.673a4.723 4.723 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.217 1.98.653 2.772a4.582 4.582 0 0 0 1.822 1.862c.792.422 1.716.633 2.772.633.937 0 1.755-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.97-3.168c.132-.91.495-1.63 1.09-2.158.593-.541 1.332-.812 2.217-.812.898 0 1.61.27 2.138.812.541.528.832 1.247.872 2.158h-6.317zM27.146 21.475V19h7.86v2.475h1.644v-3.861h-1.465V9.001H27.66l-.04 3.703c-.026 1.32-.138 2.369-.336 3.148-.185.779-.462 1.366-.832 1.762h-.93v3.861h1.623zm1.03-3.861c.317-.396.554-.983.713-1.762.158-.779.244-1.795.257-3.05l.04-2.415h4.296v7.227h-5.306zM47.035 16.208c0-.607-.178-1.115-.534-1.524-.356-.423-.845-.707-1.465-.852.528-.158.937-.429 1.227-.812.304-.382.456-.864.456-1.445 0-.779-.304-1.4-.911-1.861C45.214 9.239 44.435 9 43.47 9h-4.95V19h5.188c1.03 0 1.841-.25 2.435-.752.595-.515.892-1.195.892-2.04zm-3.82-5.88c.593 0 1.042.125 1.345.376.317.25.476.607.476 1.069 0 .475-.159.845-.476 1.109-.303.25-.752.376-1.346.376h-3.01v-2.93h3.01zm2.098 5.742c0 .514-.172.91-.515 1.188-.343.264-.851.396-1.525.396h-3.069v-3.129h3.07c.66 0 1.161.139 1.504.416.357.264.535.64.535 1.129zM53.04 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.712.02-1.623V9h-1.604V19h1.821l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9.001h-1.841l-3.129 4.653zM74.252 19l-3.623-5.188 3.306-4.811h-1.84l-2.852 4.198h-1.485V9h-1.624v4.198H64.65L61.8 9h-1.862l3.366 4.851L59.66 19h1.88l3.13-4.415h1.464V19h1.624v-4.415h1.465L72.332 19h1.92zM79.694 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.712.02-1.623V9h-1.604V19h1.821l2.911-4.435 1.089-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9.001h-1.841l-3.128 4.653zM93.006 17.08 89.878 9h-2.515V19h1.584v-8.474L92.234 19h1.544l3.287-8.494V19h1.584V9.001h-2.534l-3.109 8.078zM111.129 13.931c0-1.016-.218-1.92-.653-2.712a4.714 4.714 0 0 0-1.862-1.842c-.792-.435-1.696-.653-2.712-.653-1.03 0-1.941.218-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98a3.188 3.188 0 0 1 1.247-1.326c.528-.317 1.129-.476 1.802-.476.686 0 1.293.159 1.821.476.542.316.951.759 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079zM117.741 19.277c.951 0 1.763-.165 2.436-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.687.72-1.03.97-.62.423-1.353.634-2.198.634-.712 0-1.333-.165-1.861-.495a3.487 3.487 0 0 1-1.208-1.307 4.061 4.061 0 0 1-.415-1.841v-.238c0-.686.138-1.327.415-1.92.581-1.255 1.591-1.882 3.03-1.882.686 0 1.274.113 1.762.337.488.211.964.587 1.426 1.129l1.069-1.05c-.541-.66-1.149-1.128-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.004 0-1.901.218-2.693.653a4.545 4.545 0 0 0-1.861 1.842c-.436.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.654 2.653a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.732.633zM131.606 9.001h-8.712v1.386h3.505V19h1.703v-8.613h3.504V9.001zM137.699 19c1.148 0 2.066-.304 2.752-.91.687-.608 1.03-1.42 1.03-2.436 0-1.03-.343-1.848-1.03-2.455-.686-.608-1.604-.911-2.752-.911h-2.633V9h-1.703V19h4.336zm-2.633-5.306h2.356c1.544 0 2.316.653 2.316 1.96s-.772 1.96-2.316 1.96h-2.356v-3.92z", fill: color }),
21
21
  react_1.default.createElement("circle", { cx: "149.5", cy: "13.5", r: "1.5" }),
22
- react_1.default.createElement("path", { d: "M168.117 9.16c0-.885-.184-1.638-.554-2.258a3.587 3.587 0 0 0-1.584-1.445c-.673-.344-1.478-.515-2.416-.515h-6.039V19h1.842v-5.643h4.197c.885 0 1.683-.172 2.396-.515.713-.343 1.248-.825 1.604-1.445.37-.62.554-1.367.554-2.238zm-4.791-2.694c.95 0 1.683.231 2.198.693.528.462.792 1.13.792 2 0 .858-.264 1.518-.792 1.98-.515.462-1.248.693-2.198.693h-3.98V6.466h3.98zM177.978 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.109h7.96l.039-.732c0-1.505-.409-2.686-1.227-3.544-.805-.858-1.934-1.287-3.386-1.287-1.03 0-1.927.224-2.693.673a4.73 4.73 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.218 1.98.653 2.772a4.584 4.584 0 0 0 1.822 1.861c.792.423 1.716.634 2.772.634.937 0 1.756-.152 2.455-.455.7-.317 1.399-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM189.062 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.861-.456-.99-.594-1.557-1.63-1.703-3.109h7.96l.04-.732c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.693.673a4.72 4.72 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.575 4.575 0 0 0 1.821 1.861c.792.423 1.716.634 2.772.634.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM196.583 19.277c.95 0 1.762-.165 2.435-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.422-1.353.634-2.197.634-.713 0-1.334-.165-1.862-.495a3.484 3.484 0 0 1-1.207-1.307 4.05 4.05 0 0 1-.416-1.842v-.237c0-.687.138-1.327.416-1.92.58-1.255 1.59-1.882 3.029-1.882.686 0 1.274.113 1.762.337.489.211.964.587 1.426 1.128l1.069-1.049c-.541-.66-1.148-1.129-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.003 0-1.901.217-2.693.653a4.545 4.545 0 0 0-1.861 1.841c-.436.793-.654 1.703-.654 2.733v.237c0 .99.218 1.875.654 2.654a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.733.633zM210.447 9h-8.712v1.387h3.505V19h1.703v-8.613h3.504V9zM222.5 13.911c0-1.03-.205-1.927-.614-2.692a4.489 4.489 0 0 0-1.723-1.822c-.739-.436-1.57-.654-2.494-.654-1.822 0-3.122.674-3.901 2.02V9.001h-1.584v13.563h1.703v-5.01c.726 1.123 1.98 1.684 3.762 1.684.963 0 1.808-.218 2.534-.654a4.339 4.339 0 0 0 1.703-1.841c.409-.792.614-1.703.614-2.733v-.099zm-1.723.1c0 .739-.145 1.392-.435 1.96-.291.58-.7 1.036-1.228 1.366-.515.317-1.102.475-1.762.475-1.069 0-1.927-.343-2.574-1.03-.647-.7-.97-1.623-.97-2.772v-.099c0-.752.151-1.412.455-1.98a3.217 3.217 0 0 1 1.267-1.287 3.647 3.647 0 0 1 1.842-.475c.646 0 1.24.159 1.782.475.514.317.91.76 1.188 1.327.29.554.435 1.201.435 1.94v.1zM234.384 13.931c0-1.016-.218-1.92-.653-2.712a4.715 4.715 0 0 0-1.862-1.842c-.792-.436-1.696-.653-2.712-.653-1.03 0-1.941.217-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.74.152-1.4.456-1.98a3.188 3.188 0 0 1 1.247-1.327c.528-.316 1.129-.475 1.802-.475.686 0 1.293.159 1.821.476.542.316.951.758 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079z", fill: color }))));
22
+ react_1.default.createElement("path", { d: "M168.117 9.16c0-.885-.184-1.637-.554-2.258a3.587 3.587 0 0 0-1.584-1.445c-.673-.343-1.478-.515-2.416-.515h-6.039V19h1.842v-5.643h4.197c.885 0 1.683-.172 2.396-.515.713-.343 1.248-.825 1.604-1.445.37-.62.554-1.366.554-2.238zm-4.791-2.693c.95 0 1.683.23 2.198.693.528.462.792 1.128.792 2 0 .857-.264 1.517-.792 1.98-.515.461-1.248.692-2.198.692h-3.98V6.467h3.98zM177.978 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.108h7.96l.039-.733c0-1.505-.409-2.686-1.227-3.544-.805-.858-1.934-1.287-3.386-1.287-1.03 0-1.927.224-2.693.673a4.73 4.73 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.218 1.98.653 2.772a4.584 4.584 0 0 0 1.822 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.399-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM189.062 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.861-.456-.99-.594-1.557-1.63-1.703-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.693.673a4.72 4.72 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.575 4.575 0 0 0 1.821 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM196.583 19.277c.95 0 1.762-.165 2.435-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.423-1.353.634-2.197.634-.713 0-1.334-.165-1.862-.495a3.484 3.484 0 0 1-1.207-1.307 4.05 4.05 0 0 1-.416-1.841v-.238c0-.686.138-1.327.416-1.92.58-1.255 1.59-1.882 3.029-1.882.686 0 1.274.113 1.762.337.489.211.964.587 1.426 1.129l1.069-1.05c-.541-.66-1.148-1.128-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.003 0-1.901.218-2.693.653a4.545 4.545 0 0 0-1.861 1.842c-.436.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.654 2.653a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.733.633zM210.447 9.001h-8.712v1.386h3.505V19h1.703v-8.613h3.504V9.001zM222.5 13.911c0-1.03-.205-1.927-.614-2.692a4.489 4.489 0 0 0-1.723-1.822c-.739-.436-1.57-.653-2.494-.653-1.822 0-3.122.673-3.901 2.02V9h-1.584v13.563h1.703v-5.01c.726 1.123 1.98 1.684 3.762 1.684.963 0 1.808-.218 2.534-.654a4.339 4.339 0 0 0 1.703-1.841c.409-.792.614-1.703.614-2.733v-.099zm-1.723.1c0 .739-.145 1.392-.435 1.96-.291.58-.7 1.036-1.228 1.366-.515.317-1.102.475-1.762.475-1.069 0-1.927-.343-2.574-1.03-.647-.7-.97-1.623-.97-2.772v-.099c0-.752.151-1.412.455-1.98a3.217 3.217 0 0 1 1.267-1.287 3.647 3.647 0 0 1 1.842-.475c.646 0 1.24.159 1.782.475.514.317.91.76 1.188 1.327.29.554.435 1.201.435 1.94v.1zM234.384 13.931c0-1.016-.218-1.92-.653-2.712a4.714 4.714 0 0 0-1.862-1.842c-.792-.435-1.696-.653-2.712-.653-1.03 0-1.941.218-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98a3.188 3.188 0 0 1 1.247-1.326c.528-.317 1.129-.476 1.802-.476.686 0 1.293.159 1.821.476.542.316.951.759 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079z", fill: color }))));
23
23
  });
24
24
  RealEstateReestro.displayName = 'RealEstateReestro';
25
25
  var RealEstateReestroWithStaticFields = Object.assign(RealEstateReestro, {
package/index.d.ts CHANGED
@@ -178,3 +178,6 @@ export { Slomon } from './src/Slomon';
178
178
  export { Freelance } from './src/Freelance';
179
179
  export { RealEstateReestro } from './src/RealEstateReestro';
180
180
  export { Vitrina } from './src/Vitrina';
181
+ export { Autotransport } from './src/Autotransport';
182
+ export { DialogCore } from './src/DialogCore';
183
+ export { DialogCoreEN } from './src/DialogCoreEN';
package/index.js CHANGED
@@ -178,3 +178,6 @@ export { Slomon } from './src/Slomon';
178
178
  export { Freelance } from './src/Freelance';
179
179
  export { RealEstateReestro } from './src/RealEstateReestro';
180
180
  export { Vitrina } from './src/Vitrina';
181
+ export { Autotransport } from './src/Autotransport';
182
+ export { DialogCore } from './src/DialogCore';
183
+ export { DialogCoreEN } from './src/DialogCoreEN';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skbkontur/logos",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Kontur's product logos",
5
5
  "main": "cjs/index.js",
6
6
  "module": "index.js",
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const AutotransportWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { AutotransportWithStaticFields as Autotransport };
@@ -0,0 +1,20 @@
1
+ import React, { forwardRef } from 'react';
2
+ var Autotransport = forwardRef(function (_a, ref) {
3
+ var _b = _a.color, color = _b === void 0 ? '#222' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
4
+ return (React.createElement("span", { style: {
5
+ width: size * 5.958333333333333 + "px",
6
+ height: size,
7
+ lineHeight: size + "px",
8
+ display: 'inline-block',
9
+ }, ref: ref },
10
+ React.createElement("svg", { viewBox: "0 0 143 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
11
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
12
+ width: '100%',
13
+ height: '100%',
14
+ display: 'inline-block',
15
+ } },
16
+ React.createElement("path", { d: "m4.534 12.03-.653 1.881h5.267l-.674-1.9-1.227-3.505-.178-.475-.575-1.723c-.224.779-.877 2.686-1.96 5.722zM12.83 19h-1.88l-1.288-3.584H3.346L2.08 19H.238L5.326 4.942h2.396L12.83 19zm10.181-2.792c0 .845-.297 1.525-.89 2.04-.595.501-1.407.752-2.436.752h-5.188V9.001h4.95c.964 0 1.743.238 2.337.713.607.462.91 1.082.91 1.861 0 .58-.151 1.063-.455 1.445-.29.383-.7.654-1.228.812.62.145 1.11.43 1.466.852.356.409.534.917.534 1.524zm-3.821-5.88h-3.01v2.93h3.01c.594 0 1.043-.125 1.346-.376.317-.264.475-.634.475-1.109 0-.462-.158-.818-.475-1.07-.303-.25-.752-.375-1.346-.375zm2.099 5.742c0-.489-.179-.865-.535-1.129-.343-.277-.845-.416-1.505-.416H16.18v3.129h3.07c.672 0 1.18-.132 1.524-.396.343-.278.515-.674.515-1.188zM32.995 9v1.386H29.49V19h-1.703v-8.613h-3.504V9.001h8.712zm11.093 4.93v.08c0 1.029-.225 1.946-.674 2.752a4.58 4.58 0 0 1-1.841 1.841c-.779.449-1.683.673-2.713.673s-1.94-.218-2.732-.653a4.711 4.711 0 0 1-1.841-1.861c-.45-.78-.674-1.697-.674-2.753v-.079c0-1.016.218-1.914.654-2.693a4.85 4.85 0 0 1 1.861-1.86c.792-.436 1.703-.654 2.732-.654 1.017 0 1.921.218 2.713.653a4.711 4.711 0 0 1 1.861 1.842c.436.792.654 1.696.654 2.712zm-8.732 0v.08c0 .752.145 1.425.435 2.019.29.58.7 1.03 1.228 1.346.541.317 1.155.476 1.841.476.7 0 1.314-.159 1.842-.476a3.173 3.173 0 0 0 1.227-1.366c.278-.58.416-1.247.416-2v-.079c0-.752-.145-1.412-.435-1.98a3.059 3.059 0 0 0-1.228-1.326c-.528-.317-1.135-.476-1.822-.476-.673 0-1.273.159-1.801.476a3.193 3.193 0 0 0-1.248 1.326c-.303.581-.455 1.241-.455 1.98zm18.047-4.93v1.386H49.9V19h-1.703v-8.613h-3.505V9.001h8.712zm12.053 4.91v.1c0 1.029-.205 1.94-.614 2.732a4.337 4.337 0 0 1-1.703 1.841c-.726.436-1.57.654-2.534.654-1.782 0-3.036-.561-3.762-1.683v5.009H55.14V9.001h1.584v1.762c.779-1.346 2.08-2.02 3.9-2.02.925 0 1.756.218 2.495.654a4.495 4.495 0 0 1 1.723 1.822c.41.765.614 1.663.614 2.692zm-1.723.1v-.1c0-.739-.145-1.386-.435-1.94a3.134 3.134 0 0 0-1.188-1.327 3.464 3.464 0 0 0-1.782-.475c-.674 0-1.287.159-1.842.475a3.214 3.214 0 0 0-1.267 1.287c-.303.568-.455 1.228-.455 1.98v.1c0 1.148.323 2.072.97 2.771.647.687 1.505 1.03 2.574 1.03.66 0 1.247-.158 1.762-.475a3.33 3.33 0 0 0 1.228-1.366c.29-.568.435-1.221.435-1.96zm11.904-1.842V19h-1.544v-1.346a3.583 3.583 0 0 1-1.426 1.227c-.594.277-1.28.416-2.059.416-1.109 0-1.98-.25-2.614-.752-.62-.502-.93-1.208-.93-2.119v-.099c0-1.003.35-1.762 1.05-2.277.712-.528 1.808-.832 3.286-.91l2.614-.179v-.673c0-.713-.205-1.248-.614-1.604-.41-.37-1.003-.554-1.782-.554-.647 0-1.234.132-1.762.396-.515.25-1.043.673-1.584 1.267l-1.09-.99c1.149-1.386 2.614-2.08 4.396-2.08 1.28 0 2.277.304 2.99.912.713.607 1.07 1.452 1.07 2.534zm-1.623 3.128v-1.069l-2.495.119c-1.03.053-1.756.224-2.178.515-.423.29-.634.752-.634 1.386v.099c0 .515.192.91.574 1.188.396.277.95.416 1.664.416.567 0 1.089-.113 1.564-.337a2.61 2.61 0 0 0 1.109-.95c.264-.41.396-.865.396-1.367zM86.67 9.001V19h-1.703v-4.435H79.96V19h-1.703V9.001h1.703v4.178h5.01V9h1.702zm7.302 10.276c-1.016 0-1.927-.211-2.732-.633a4.651 4.651 0 0 1-1.842-1.802c-.435-.779-.653-1.663-.653-2.653v-.238c0-1.03.218-1.94.653-2.732a4.548 4.548 0 0 1 1.861-1.842c.792-.435 1.69-.653 2.693-.653.95 0 1.756.145 2.416.435.673.278 1.28.746 1.822 1.406l-1.07 1.05c-.462-.542-.937-.918-1.425-1.129-.489-.224-1.076-.337-1.763-.337-1.438 0-2.448.627-3.029 1.881a4.485 4.485 0 0 0-.416 1.921v.238c0 .673.139 1.287.416 1.841.29.541.693.977 1.208 1.307.528.33 1.148.495 1.861.495.845 0 1.578-.211 2.198-.634.343-.25.686-.574 1.03-.97l1.108.93c-.58.753-1.214 1.294-1.9 1.624-.674.33-1.486.495-2.436.495zM101.78 19h-1.703V9.001h8.297V19h-1.703v-8.613h-4.891V19zm19.047-5.069v.08c0 1.029-.225 1.946-.673 2.752a4.583 4.583 0 0 1-1.842 1.841c-.779.449-1.683.673-2.712.673-1.03 0-1.941-.218-2.733-.653a4.706 4.706 0 0 1-1.841-1.861c-.449-.78-.673-1.697-.673-2.753v-.079c0-1.016.217-1.914.653-2.693a4.85 4.85 0 0 1 1.861-1.86c.792-.436 1.703-.654 2.733-.654 1.016 0 1.92.218 2.712.653a4.706 4.706 0 0 1 1.861 1.842c.436.792.654 1.696.654 2.712zm-8.732 0v.08c0 .752.145 1.425.436 2.019.29.58.699 1.03 1.227 1.346.541.317 1.155.476 1.842.476.699 0 1.313-.159 1.841-.476.528-.316.937-.772 1.228-1.366.277-.58.415-1.247.415-2v-.079c0-.752-.145-1.412-.435-1.98a3.06 3.06 0 0 0-1.228-1.326c-.528-.317-1.135-.476-1.821-.476-.674 0-1.274.159-1.802.476a3.197 3.197 0 0 0-1.248 1.326c-.303.581-.455 1.241-.455 1.98zm21.027-.02v.1c0 1.029-.205 1.94-.614 2.732a4.339 4.339 0 0 1-1.703 1.841c-.726.436-1.571.654-2.534.654-1.782 0-3.036-.561-3.762-1.683v5.009h-1.703V9.001h1.584v1.762c.779-1.346 2.079-2.02 3.901-2.02.924 0 1.755.218 2.494.654a4.489 4.489 0 0 1 1.723 1.822c.409.765.614 1.663.614 2.692zm-1.723.1v-.1c0-.739-.145-1.386-.435-1.94a3.145 3.145 0 0 0-1.188-1.327 3.468 3.468 0 0 0-1.782-.475c-.674 0-1.287.159-1.842.475a3.217 3.217 0 0 0-1.267 1.287c-.304.568-.455 1.228-.455 1.98v.1c0 1.148.323 2.072.97 2.771.647.687 1.505 1.03 2.574 1.03.66 0 1.247-.158 1.762-.475.528-.33.937-.786 1.228-1.366.29-.568.435-1.221.435-1.96zM142.541 9v1.386h-3.505V19h-1.703v-8.613h-3.504V9.001h8.712z", fill: color }))));
17
+ });
18
+ Autotransport.displayName = 'Autotransport';
19
+ var AutotransportWithStaticFields = Object.assign(Autotransport, { __KONTUR_REACT_UI__: 'Autotransport' });
20
+ export { AutotransportWithStaticFields as Autotransport };
package/src/Bonus.js CHANGED
@@ -13,7 +13,7 @@ var Bonus = forwardRef(function (_a, ref) {
13
13
  height: '100%',
14
14
  display: 'inline-block',
15
15
  } },
16
- React.createElement("path", { d: "M7.405 19c.871 0 1.67-.172 2.396-.515 1.452-.7 2.178-1.914 2.178-3.643 0-.871-.185-1.617-.555-2.237a3.743 3.743 0 0 0-1.603-1.426c-.687-.343-1.492-.515-2.416-.515H3.346V6.467h7.722V4.942H1.524V19h5.881zm-4.059-6.811h3.782c.95 0 1.696.237 2.237.713.541.462.812 1.108.812 1.94 0 .832-.27 1.478-.812 1.94-.541.462-1.287.693-2.237.693H3.346V12.19zM23.756 13.931c0-1.016-.218-1.92-.653-2.712a4.711 4.711 0 0 0-1.862-1.842c-.791-.435-1.696-.653-2.712-.653-1.03 0-1.94.218-2.732.653a4.849 4.849 0 0 0-1.862 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.711 4.711 0 0 0 1.841 1.86c.793.436 1.703.654 2.733.654s1.934-.224 2.712-.673a4.58 4.58 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98.303-.58.72-1.023 1.247-1.326.528-.317 1.129-.476 1.802-.476.686 0 1.294.159 1.822.476.54.316.95.759 1.227 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.29.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.686 0-1.3-.159-1.841-.476a3.197 3.197 0 0 1-1.228-1.346c-.29-.594-.436-1.267-.436-2.02v-.079zM34.17 9.001h-1.703v4.178h-5.01V9h-1.702V19h1.703v-4.435h5.01V19h1.702V9.001zM42.086 12.506l-.812 2.455-.178.495c-.04.132-.192.58-.456 1.346l-.178.574-.732-2.336a202.509 202.509 0 0 0-.872-2.534L37.651 9h-1.802l3.801 10.633c-.25.726-.587 1.181-1.01 1.366-.25.105-.534.158-.85.158h-1.03l.514 1.406h.753c.62 0 1.115-.106 1.485-.317.37-.198.693-.528.97-.99.277-.462.574-1.142.891-2.04l3.643-10.216h-1.722l-1.208 3.505zM51.048 19.277c.95 0 1.762-.165 2.435-.495.687-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.423-1.352.634-2.197.634-.713 0-1.333-.165-1.861-.495a3.483 3.483 0 0 1-1.208-1.307 4.06 4.06 0 0 1-.416-1.841v-.238c0-.686.139-1.327.416-1.92.58-1.255 1.59-1.882 3.03-1.882.686 0 1.273.113 1.761.337.489.211.964.587 1.426 1.129l1.07-1.05c-.542-.66-1.15-1.128-1.822-1.406-.66-.29-1.466-.435-2.416-.435-1.003 0-1.9.218-2.693.653a4.548 4.548 0 0 0-1.86 1.842c-.437.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.653 2.653a4.651 4.651 0 0 0 1.842 1.802c.805.422 1.715.633 2.732.633z", fill: color }))));
16
+ React.createElement("path", { d: "M7.405 19c.871 0 1.67-.172 2.396-.515 1.452-.7 2.178-1.914 2.178-3.643 0-.871-.185-1.617-.555-2.237a3.743 3.743 0 0 0-1.603-1.426c-.687-.343-1.492-.515-2.416-.515H3.346V6.467h7.722V4.942H1.524V19h5.881zm-4.059-6.811h3.782c.95 0 1.696.237 2.237.713.541.462.812 1.108.812 1.94 0 .832-.27 1.478-.812 1.94-.541.462-1.287.693-2.237.693H3.346V12.19zM23.756 13.931c0-1.016-.218-1.92-.653-2.712a4.711 4.711 0 0 0-1.862-1.842c-.791-.435-1.696-.653-2.712-.653-1.03 0-1.94.218-2.732.653a4.85 4.85 0 0 0-1.862 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.711 4.711 0 0 0 1.841 1.86c.793.436 1.703.654 2.733.654s1.934-.224 2.712-.673a4.58 4.58 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98.303-.58.72-1.023 1.247-1.326.528-.317 1.129-.476 1.802-.476.686 0 1.294.159 1.822.476.54.316.95.759 1.227 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.29.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.686 0-1.3-.159-1.841-.476a3.197 3.197 0 0 1-1.228-1.346c-.29-.594-.436-1.267-.436-2.02v-.079zM34.17 9.001h-1.703v4.178h-5.01V9h-1.702V19h1.703v-4.435h5.01V19h1.702V9.001zM42.086 12.506l-.812 2.455-.178.495c-.04.132-.192.58-.456 1.346l-.178.574-.732-2.336a202.509 202.509 0 0 0-.872-2.534L37.651 9h-1.802l3.801 10.633c-.25.726-.587 1.181-1.01 1.366-.25.105-.534.158-.85.158h-1.03l.514 1.406h.753c.62 0 1.115-.106 1.485-.317.37-.198.693-.528.97-.99.277-.462.574-1.142.891-2.04l3.643-10.216h-1.722l-1.208 3.505zM51.048 19.277c.95 0 1.762-.165 2.435-.495.687-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.423-1.352.634-2.197.634-.713 0-1.333-.165-1.861-.495a3.483 3.483 0 0 1-1.208-1.307 4.06 4.06 0 0 1-.416-1.841v-.238c0-.686.139-1.327.416-1.92.58-1.255 1.59-1.882 3.03-1.882.686 0 1.273.113 1.761.337.489.211.964.587 1.426 1.129l1.07-1.05c-.542-.66-1.15-1.128-1.822-1.406-.66-.29-1.466-.435-2.416-.435-1.003 0-1.9.218-2.693.653a4.548 4.548 0 0 0-1.86 1.842c-.437.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.653 2.653a4.651 4.651 0 0 0 1.842 1.802c.805.422 1.715.633 2.732.633z", fill: color }))));
17
17
  });
18
18
  Bonus.displayName = 'Bonus';
19
19
  var BonusWithStaticFields = Object.assign(Bonus, { __KONTUR_REACT_UI__: 'Bonus' });
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const DialogCoreWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { DialogCoreWithStaticFields as DialogCore };
@@ -0,0 +1,20 @@
1
+ import React, { forwardRef } from 'react';
2
+ var DialogCore = forwardRef(function (_a, ref) {
3
+ var _b = _a.color, color = _b === void 0 ? '#222' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
4
+ return (React.createElement("span", { style: {
5
+ width: size * 4.291666666666667 + "px",
6
+ height: size,
7
+ lineHeight: size + "px",
8
+ display: 'inline-block',
9
+ }, ref: ref },
10
+ React.createElement("svg", { viewBox: "0 0 103 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
11
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
12
+ width: '100%',
13
+ height: '100%',
14
+ display: 'inline-block',
15
+ } },
16
+ React.createElement("path", { d: "m3.188 10.17.04-5.228h9.563v12.533h1.683v4.455h-1.762V19H2.138v2.93H.356v-4.455h1.169c.818-1.095 1.326-2.62 1.524-4.573.066-.806.112-1.716.139-2.733zm.218 7.305h7.563V6.467H4.91l-.04 3.86c-.012 1.743-.144 3.188-.395 4.337-.238 1.148-.594 2.085-1.07 2.811zm16.923-3.821 3.128-4.653h1.841V19h-1.623v-3.98c0-1.993.026-3.405.079-4.237-.317.554-.779 1.28-1.386 2.178l-1.089 1.604L18.369 19h-1.822V9.001h1.604v4.574c0 .91-.007 1.452-.02 1.623l-.04 1.98a66.755 66.755 0 0 1 2.238-3.524zm15.748-1.485V19h-1.545v-1.346a3.583 3.583 0 0 1-1.425 1.227c-.594.277-1.28.416-2.06.416-1.108 0-1.98-.25-2.613-.752-.62-.502-.93-1.208-.93-2.119v-.099c0-1.003.35-1.762 1.049-2.277.712-.528 1.808-.832 3.287-.91l2.613-.179v-.673c0-.713-.205-1.248-.614-1.604-.409-.37-1.003-.554-1.782-.554-.647 0-1.234.132-1.762.396-.515.25-1.043.673-1.584 1.267l-1.089-.99c1.148-1.386 2.614-2.08 4.396-2.08 1.28 0 2.277.304 2.99.912.712.607 1.069 1.452 1.069 2.534zm-1.624 3.128v-1.069l-2.495.119c-1.03.053-1.755.224-2.178.515-.422.29-.633.752-.633 1.386v.099c0 .515.191.91.574 1.188.396.277.95.416 1.663.416.568 0 1.09-.113 1.564-.337a2.61 2.61 0 0 0 1.11-.95c.263-.41.395-.865.395-1.367zm3.553 3.762-.396-.079v-1.445c.172.053.383.079.633.079.37 0 .647-.099.832-.297.185-.211.31-.568.376-1.07.08-.738.126-1.471.139-2.197l.119-5.049h7.405V19H45.41v-8.613h-4.178l-.099 3.782c-.04 1.399-.125 2.396-.257 2.99-.145.686-.41 1.181-.792 1.485-.383.303-.944.455-1.683.455l-.396-.04zm21.458-5.128v.08c0 1.029-.224 1.946-.673 2.752a4.58 4.58 0 0 1-1.841 1.841c-.78.449-1.683.673-2.713.673s-1.94-.218-2.732-.653a4.711 4.711 0 0 1-1.842-1.861c-.448-.78-.673-1.697-.673-2.753v-.079c0-1.016.218-1.914.654-2.693a4.85 4.85 0 0 1 1.86-1.86c.793-.436 1.704-.654 2.733-.654 1.017 0 1.92.218 2.713.653a4.711 4.711 0 0 1 1.86 1.842c.436.792.654 1.696.654 2.712zm-8.731 0v.08c0 .752.145 1.425.435 2.019.29.58.7 1.03 1.228 1.346.54.317 1.155.476 1.841.476.7 0 1.313-.159 1.841-.476a3.173 3.173 0 0 0 1.228-1.366c.277-.58.416-1.247.416-2v-.079c0-.752-.145-1.412-.436-1.98a3.059 3.059 0 0 0-1.227-1.326c-.528-.317-1.136-.476-1.822-.476-.673 0-1.274.159-1.802.476a3.193 3.193 0 0 0-1.247 1.326c-.304.581-.456 1.241-.456 1.98zm17.74-4.93v1.406h-5.307V19h-1.703V9.001h7.01zM79.098 19h-1.94l-3.505-4.415H71.93V19h-1.703V9.001h1.703v4.198h1.742L76.96 9h1.822l-3.742 4.811L79.098 19zm10.776-5.069v.08c0 1.029-.224 1.946-.673 2.752a4.58 4.58 0 0 1-1.841 1.841c-.779.449-1.683.673-2.713.673s-1.94-.218-2.732-.653a4.711 4.711 0 0 1-1.842-1.861c-.448-.78-.673-1.697-.673-2.753v-.079c0-1.016.218-1.914.654-2.693a4.85 4.85 0 0 1 1.86-1.86c.793-.436 1.704-.654 2.733-.654 1.017 0 1.92.218 2.713.653a4.711 4.711 0 0 1 1.861 1.842c.436.792.653 1.696.653 2.712zm-8.731 0v.08c0 .752.145 1.425.435 2.019.29.58.7 1.03 1.228 1.346.541.317 1.155.476 1.841.476.7 0 1.314-.159 1.842-.476a3.173 3.173 0 0 0 1.227-1.366c.277-.58.416-1.247.416-2v-.079c0-.752-.145-1.412-.436-1.98a3.059 3.059 0 0 0-1.227-1.326c-.528-.317-1.135-.476-1.822-.476-.673 0-1.274.159-1.802.476a3.193 3.193 0 0 0-1.247 1.326c-.304.581-.455 1.241-.455 1.98zm21.026-.02v.1c0 1.029-.204 1.94-.613 2.732a4.338 4.338 0 0 1-1.703 1.841c-.726.436-1.571.654-2.535.654-1.782 0-3.036-.561-3.762-1.683v5.009h-1.702V9.001h1.584v1.762c.778-1.346 2.079-2.02 3.9-2.02.924 0 1.756.218 2.495.654a4.502 4.502 0 0 1 1.723 1.822c.409.765.613 1.663.613 2.692zm-1.722.1v-.1c0-.739-.145-1.386-.436-1.94a3.132 3.132 0 0 0-1.188-1.327 3.464 3.464 0 0 0-1.782-.475c-.673 0-1.287.159-1.841.475a3.214 3.214 0 0 0-1.267 1.287c-.304.568-.456 1.228-.456 1.98v.1c0 1.148.324 2.072.97 2.771.647.687 1.505 1.03 2.574 1.03.66 0 1.248-.158 1.763-.475.528-.33.937-.786 1.227-1.366.291-.568.436-1.221.436-1.96z", fill: color }))));
17
+ });
18
+ DialogCore.displayName = 'DialogCore';
19
+ var DialogCoreWithStaticFields = Object.assign(DialogCore, { __KONTUR_REACT_UI__: 'DialogCore' });
20
+ export { DialogCoreWithStaticFields as DialogCore };
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const DialogCoreENWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { DialogCoreENWithStaticFields as DialogCoreEN };
@@ -0,0 +1,20 @@
1
+ import React, { forwardRef } from 'react';
2
+ var DialogCoreEN = forwardRef(function (_a, ref) {
3
+ var _b = _a.color, color = _b === void 0 ? '#222' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
4
+ return (React.createElement("span", { style: {
5
+ width: size * 4.166666666666667 + "px",
6
+ height: size,
7
+ lineHeight: size + "px",
8
+ display: 'inline-block',
9
+ }, ref: ref },
10
+ React.createElement("svg", { viewBox: "0 0 100 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
11
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
12
+ width: '100%',
13
+ height: '100%',
14
+ display: 'inline-block',
15
+ } },
16
+ React.createElement("path", { d: "M6.87 4.942c1.307 0 2.43.297 3.367.891.937.594 1.643 1.419 2.118 2.475.489 1.056.733 2.277.733 3.663 0 1.386-.244 2.607-.733 3.663-.475 1.056-1.181 1.881-2.118 2.475-.938.594-2.06.891-3.366.891H1.624V4.942H6.87zM3.446 6.467v11.008h3.129c1.478 0 2.62-.481 3.425-1.445.818-.977 1.228-2.33 1.228-4.059 0-1.716-.41-3.062-1.228-4.04-.805-.976-1.947-1.464-3.425-1.464H3.445zm12.002 2.791h1.702V19h-1.703V9.258zm.87-1.841c-.33 0-.6-.106-.811-.317a1.118 1.118 0 0 1-.317-.792c0-.317.106-.58.317-.792.211-.211.482-.317.812-.317.316 0 .58.113.792.337.21.211.317.469.317.772 0 .304-.106.568-.317.792a1.075 1.075 0 0 1-.792.317zm7.618 1.564c1.254 0 2.225.297 2.91.891.7.594 1.05 1.38 1.05 2.356V19h-1.544v-1.208a3.23 3.23 0 0 1-1.346 1.129c-.568.264-1.221.396-1.96.396-1.03 0-1.869-.225-2.515-.673-.647-.45-.97-1.136-.97-2.06 0-1.042.389-1.801 1.168-2.277.792-.475 1.914-.844 3.366-1.108l2.178-.396v-.495c0-.608-.211-1.076-.634-1.406-.41-.343-.957-.515-1.643-.515-.608 0-1.149.125-1.624.376-.462.251-.99.673-1.584 1.267l-1.089-.97c.607-.713 1.254-1.234 1.94-1.564.687-.343 1.452-.515 2.297-.515zm-.712 8.93c.87 0 1.597-.231 2.178-.693.58-.462.87-1.082.87-1.861V14.07l-1.781.356c-.766.159-1.373.31-1.822.456-.435.145-.785.35-1.05.613-.263.264-.395.608-.395 1.03 0 .449.171.792.515 1.03.356.237.85.356 1.485.356zM30.79 4.942h1.702V19H30.79V4.942zm8.842 4.04c.937 0 1.769.217 2.495.653a4.536 4.536 0 0 1 1.703 1.821c.409.779.613 1.67.613 2.673 0 1.003-.204 1.894-.614 2.673a4.536 4.536 0 0 1-1.702 1.822c-.726.435-1.558.653-2.495.653s-1.776-.218-2.515-.653a4.536 4.536 0 0 1-1.703-1.822c-.409-.779-.613-1.67-.613-2.673 0-1.003.204-1.894.614-2.673a4.536 4.536 0 0 1 1.702-1.821c.74-.436 1.578-.654 2.515-.654zm0 1.425c-.937 0-1.69.343-2.257 1.03-.555.686-.832 1.583-.832 2.692 0 1.109.277 2.007.832 2.693.567.686 1.32 1.03 2.257 1.03s1.683-.344 2.237-1.03c.555-.686.832-1.584.832-2.693s-.277-2.006-.832-2.693c-.554-.686-1.3-1.03-2.237-1.03zm14.125-1.149h1.584v9.524c0 1.267-.402 2.257-1.207 2.97-.792.713-1.862 1.07-3.208 1.07-1.584 0-3.056-.482-4.415-1.446l.851-1.247c.686.422 1.294.732 1.822.93a4.596 4.596 0 0 0 1.722.317c.819 0 1.479-.224 1.98-.673.515-.436.772-1.122.772-2.06v-1.326c-.686 1.043-1.722 1.564-3.108 1.564-.832 0-1.571-.211-2.218-.633-.647-.423-1.155-1.01-1.524-1.763-.357-.752-.535-1.603-.535-2.554 0-.95.178-1.802.535-2.554.37-.752.877-1.34 1.524-1.762.647-.423 1.386-.634 2.218-.634 1.452 0 2.521.574 3.207 1.723V9.258zm-2.93 8.178c.858 0 1.551-.324 2.079-.97.528-.66.792-1.505.792-2.535 0-1.03-.264-1.868-.792-2.514-.528-.66-1.221-.99-2.079-.99-.871 0-1.558.323-2.06.97-.5.647-.752 1.491-.752 2.534 0 1.043.251 1.888.753 2.535.501.646 1.188.97 2.059.97zm13.65-12.81c.925 0 1.776.151 2.555.455.779.303 1.59.818 2.435 1.544L68.4 7.892c-.752-.633-1.432-1.069-2.04-1.307a5.118 5.118 0 0 0-1.88-.356c-1.004 0-1.875.244-2.614.733-.74.488-1.313 1.168-1.723 2.039-.396.858-.594 1.848-.594 2.97 0 1.109.198 2.099.594 2.97.41.871.977 1.551 1.703 2.04.726.488 1.565.732 2.515.732.792 0 1.498-.158 2.118-.475.634-.33 1.34-.858 2.12-1.584l1.128 1.227c-.911.872-1.776 1.499-2.594 1.881-.805.37-1.723.555-2.752.555-1.36 0-2.541-.317-3.544-.95-1.004-.634-1.776-1.505-2.317-2.614-.541-1.122-.812-2.39-.812-3.802s.264-2.673.792-3.782c.541-1.108 1.32-1.973 2.337-2.593 1.03-.634 2.244-.95 3.643-.95zM75.98 8.98c.937 0 1.769.218 2.495.654a4.536 4.536 0 0 1 1.703 1.821c.409.779.613 1.67.613 2.673 0 1.003-.204 1.894-.613 2.673a4.536 4.536 0 0 1-1.703 1.822c-.726.435-1.558.653-2.495.653s-1.775-.218-2.514-.653a4.536 4.536 0 0 1-1.703-1.822c-.41-.779-.614-1.67-.614-2.673 0-1.003.205-1.894.614-2.673a4.536 4.536 0 0 1 1.703-1.821c.739-.436 1.577-.654 2.514-.654zm0 1.426c-.937 0-1.69.343-2.257 1.03-.554.686-.832 1.583-.832 2.692 0 1.109.278 2.007.832 2.693.568.686 1.32 1.03 2.257 1.03s1.683-.344 2.237-1.03c.555-.686.832-1.584.832-2.693s-.277-2.006-.832-2.693c-.554-.686-1.3-1.03-2.237-1.03zM87.06 9.14c.487 0 1.002.099 1.544.297l-.317 1.425a4.801 4.801 0 0 0-1.267-.198c-.674 0-1.222.277-1.644.832-.422.554-.633 1.313-.633 2.277V19h-1.703V9.258h1.603v1.466c.238-.489.562-.872.97-1.149.41-.29.892-.435 1.446-.435zm11.207 8.118c-.7.739-1.38 1.26-2.04 1.564-.646.303-1.379.455-2.197.455-.977 0-1.828-.211-2.554-.633a4.3 4.3 0 0 1-1.683-1.782c-.396-.766-.594-1.657-.594-2.673 0-1.017.191-1.914.574-2.693.383-.792.924-1.406 1.623-1.842.7-.448 1.518-.673 2.456-.673 1.386 0 2.461.423 3.227 1.267.779.832 1.168 1.974 1.168 3.426 0 .264-.013.515-.04.752H90.9c.053.99.344 1.809.872 2.455.528.647 1.287.97 2.277.97.607 0 1.128-.118 1.564-.356.449-.237.996-.66 1.643-1.267l1.01 1.03zm-4.435-6.91c-.792 0-1.439.244-1.94.732-.502.488-.819 1.181-.951 2.079h5.623c-.04-.858-.297-1.538-.772-2.04-.475-.514-1.129-.772-1.96-.772z", fill: color }))));
17
+ });
18
+ DialogCoreEN.displayName = 'DialogCoreEN';
19
+ var DialogCoreENWithStaticFields = Object.assign(DialogCoreEN, { __KONTUR_REACT_UI__: 'DialogCoreEN' });
20
+ export { DialogCoreENWithStaticFields as DialogCoreEN };
package/src/Edi.js CHANGED
@@ -13,7 +13,7 @@ var Edi = forwardRef(function (_a, ref) {
13
13
  height: '100%',
14
14
  display: 'inline-block',
15
15
  } },
16
- React.createElement("path", { d: "M1.524 4.942V19h9.524v-1.525H3.346v-4.95h6.99v-1.544h-6.99V6.467h7.524V4.942H1.524zM25.614 11.971c0-1.4-.258-2.633-.773-3.703-.527-1.069-1.287-1.887-2.277-2.455-.976-.58-2.138-.871-3.484-.871h-5.505V19h5.505c1.373 0 2.54-.297 3.504-.891.977-.58 1.723-1.4 2.238-2.455.528-1.07.792-2.297.792-3.683zM18.9 6.467c1.228 0 2.205.29 2.93.87.727.568 1.229 1.268 1.506 2.1.29.818.435 1.663.435 2.534 0 1.122-.204 2.099-.613 2.93-.845 1.716-2.264 2.574-4.258 2.574h-3.504V6.467H18.9zM28.201 4.942V19h1.822V4.942H28.2z", fill: color }))));
16
+ React.createElement("path", { d: "M1.52 4.942V19h9.524v-1.525H3.342v-4.95h6.989v-1.544h-6.99V6.467h7.525V4.942H1.52zM25.61 11.971c0-1.4-.258-2.633-.773-3.703C24.31 7.2 23.55 6.381 22.56 5.813c-.977-.58-2.138-.871-3.485-.871h-5.504V19h5.504c1.373 0 2.541-.297 3.505-.891.977-.58 1.723-1.4 2.237-2.455.528-1.07.792-2.297.792-3.683zm-6.713-5.504c1.228 0 2.205.29 2.93.87.726.568 1.228 1.268 1.505 2.1.29.818.436 1.663.436 2.534 0 1.122-.205 2.099-.614 2.93-.845 1.716-2.264 2.574-4.257 2.574h-3.504V6.467h3.504zM28.197 4.942V19h1.821V4.942h-1.821z", fill: color }))));
17
17
  });
18
18
  Edi.displayName = 'Edi';
19
19
  var EdiWithStaticFields = Object.assign(Edi, { __KONTUR_REACT_UI__: 'Edi' });
@@ -13,9 +13,9 @@ var RealEstateReestro = forwardRef(function (_a, ref) {
13
13
  height: '100%',
14
14
  display: 'inline-block',
15
15
  } },
16
- React.createElement("path", { d: "M10.89 4.942v6.098H3.346V4.942H1.524V19h1.822v-6.415h7.544V19h1.841V4.942H10.89zM23.854 16.208c-.555.594-1.102 1.017-1.643 1.267-.528.251-1.136.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.109h7.96l.04-.732c0-1.505-.41-2.686-1.229-3.544-.805-.858-1.933-1.287-3.385-1.287-1.03 0-1.927.224-2.693.673a4.723 4.723 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.217 1.98.653 2.772a4.582 4.582 0 0 0 1.822 1.861c.792.423 1.716.634 2.772.634.937 0 1.755-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.97-3.168c.132-.91.495-1.63 1.09-2.158.593-.541 1.332-.812 2.217-.812.898 0 1.61.27 2.138.812.541.528.832 1.247.872 2.158h-6.317zM27.146 21.475V19h7.86v2.475h1.644v-3.861h-1.465V9H27.66l-.04 3.703c-.026 1.32-.138 2.369-.336 3.148-.185.779-.462 1.366-.832 1.762h-.93v3.86h1.623zm1.03-3.861c.317-.396.554-.983.713-1.762.158-.78.244-1.796.257-3.05l.04-2.415h4.296v7.227h-5.306zM47.035 16.208c0-.607-.178-1.115-.534-1.524-.356-.423-.845-.707-1.465-.852.528-.158.937-.429 1.227-.812.304-.383.456-.864.456-1.445 0-.779-.304-1.4-.911-1.861C45.214 9.238 44.435 9 43.47 9h-4.95V19h5.188c1.03 0 1.841-.25 2.435-.753.595-.514.892-1.194.892-2.039zm-3.82-5.88c.593 0 1.042.125 1.345.376.317.25.476.607.476 1.069 0 .475-.159.845-.476 1.109-.303.25-.752.376-1.346.376h-3.01v-2.93h3.01zm2.098 5.742c0 .514-.172.91-.515 1.188-.343.264-.851.396-1.525.396h-3.069v-3.129h3.07c.66 0 1.161.139 1.504.416.357.264.535.64.535 1.129zM53.04 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.713.02-1.623V9h-1.604V19h1.821l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9h-1.841l-3.129 4.654zM74.252 19l-3.623-5.188 3.306-4.811h-1.84l-2.852 4.197h-1.485V9.002h-1.624v4.197H64.65L61.8 9.002h-1.862l3.366 4.85L59.66 19h1.88l3.13-4.415h1.464V19h1.624v-4.415h1.465L72.332 19h1.92zM79.694 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.713.02-1.623V9h-1.604V19h1.821l2.911-4.435 1.089-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9h-1.841l-3.128 4.654zM93.006 17.08 89.878 9h-2.515v10h1.584v-8.475L92.234 19h1.544l3.287-8.494V19h1.584V9h-2.534l-3.109 8.08zM111.129 13.931c0-1.016-.218-1.92-.653-2.712a4.715 4.715 0 0 0-1.862-1.842c-.792-.436-1.696-.653-2.712-.653-1.03 0-1.941.217-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.74.152-1.4.456-1.98a3.188 3.188 0 0 1 1.247-1.327c.528-.316 1.129-.475 1.802-.475.686 0 1.293.159 1.821.476.542.316.951.758 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079zM117.741 19.277c.951 0 1.763-.165 2.436-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.687.72-1.03.97-.62.422-1.353.634-2.198.634-.712 0-1.333-.165-1.861-.495a3.487 3.487 0 0 1-1.208-1.307 4.061 4.061 0 0 1-.415-1.842v-.237c0-.687.138-1.327.415-1.92.581-1.255 1.591-1.882 3.03-1.882.686 0 1.274.113 1.762.337.488.211.964.587 1.426 1.128l1.069-1.049c-.541-.66-1.149-1.129-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.004 0-1.901.217-2.693.653a4.545 4.545 0 0 0-1.861 1.841c-.436.793-.654 1.703-.654 2.733v.237c0 .99.218 1.875.654 2.654a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.732.633zM131.606 9h-8.712v1.387h3.505V19h1.703v-8.613h3.504V9zM137.699 19c1.148 0 2.066-.304 2.752-.91.687-.608 1.03-1.42 1.03-2.436 0-1.03-.343-1.848-1.03-2.456-.686-.607-1.604-.91-2.752-.91h-2.633V9h-1.703V19h4.336zm-2.633-5.306h2.356c1.544 0 2.316.653 2.316 1.96 0 1.306-.772 1.96-2.316 1.96h-2.356v-3.92z", fill: color }),
16
+ React.createElement("path", { d: "M10.89 4.942v6.098H3.346V4.942H1.524V19h1.822v-6.415h7.544V19h1.841V4.942H10.89zM23.854 16.208c-.555.594-1.102 1.017-1.643 1.267-.528.251-1.136.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.229-3.544-.805-.858-1.933-1.287-3.385-1.287-1.03 0-1.927.224-2.693.673a4.723 4.723 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.217 1.98.653 2.772a4.582 4.582 0 0 0 1.822 1.862c.792.422 1.716.633 2.772.633.937 0 1.755-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.97-3.168c.132-.91.495-1.63 1.09-2.158.593-.541 1.332-.812 2.217-.812.898 0 1.61.27 2.138.812.541.528.832 1.247.872 2.158h-6.317zM27.146 21.475V19h7.86v2.475h1.644v-3.861h-1.465V9.001H27.66l-.04 3.703c-.026 1.32-.138 2.369-.336 3.148-.185.779-.462 1.366-.832 1.762h-.93v3.861h1.623zm1.03-3.861c.317-.396.554-.983.713-1.762.158-.779.244-1.795.257-3.05l.04-2.415h4.296v7.227h-5.306zM47.035 16.208c0-.607-.178-1.115-.534-1.524-.356-.423-.845-.707-1.465-.852.528-.158.937-.429 1.227-.812.304-.382.456-.864.456-1.445 0-.779-.304-1.4-.911-1.861C45.214 9.239 44.435 9 43.47 9h-4.95V19h5.188c1.03 0 1.841-.25 2.435-.752.595-.515.892-1.195.892-2.04zm-3.82-5.88c.593 0 1.042.125 1.345.376.317.25.476.607.476 1.069 0 .475-.159.845-.476 1.109-.303.25-.752.376-1.346.376h-3.01v-2.93h3.01zm2.098 5.742c0 .514-.172.91-.515 1.188-.343.264-.851.396-1.525.396h-3.069v-3.129h3.07c.66 0 1.161.139 1.504.416.357.264.535.64.535 1.129zM53.04 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.712.02-1.623V9h-1.604V19h1.821l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9.001h-1.841l-3.129 4.653zM74.252 19l-3.623-5.188 3.306-4.811h-1.84l-2.852 4.198h-1.485V9h-1.624v4.198H64.65L61.8 9h-1.862l3.366 4.851L59.66 19h1.88l3.13-4.415h1.464V19h1.624v-4.415h1.465L72.332 19h1.92zM79.694 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.712.02-1.623V9h-1.604V19h1.821l2.911-4.435 1.089-1.604a35.972 35.972 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9.001h-1.841l-3.128 4.653zM93.006 17.08 89.878 9h-2.515V19h1.584v-8.474L92.234 19h1.544l3.287-8.494V19h1.584V9.001h-2.534l-3.109 8.078zM111.129 13.931c0-1.016-.218-1.92-.653-2.712a4.714 4.714 0 0 0-1.862-1.842c-.792-.435-1.696-.653-2.712-.653-1.03 0-1.941.218-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98a3.188 3.188 0 0 1 1.247-1.326c.528-.317 1.129-.476 1.802-.476.686 0 1.293.159 1.821.476.542.316.951.759 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079zM117.741 19.277c.951 0 1.763-.165 2.436-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.687.72-1.03.97-.62.423-1.353.634-2.198.634-.712 0-1.333-.165-1.861-.495a3.487 3.487 0 0 1-1.208-1.307 4.061 4.061 0 0 1-.415-1.841v-.238c0-.686.138-1.327.415-1.92.581-1.255 1.591-1.882 3.03-1.882.686 0 1.274.113 1.762.337.488.211.964.587 1.426 1.129l1.069-1.05c-.541-.66-1.149-1.128-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.004 0-1.901.218-2.693.653a4.545 4.545 0 0 0-1.861 1.842c-.436.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.654 2.653a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.732.633zM131.606 9.001h-8.712v1.386h3.505V19h1.703v-8.613h3.504V9.001zM137.699 19c1.148 0 2.066-.304 2.752-.91.687-.608 1.03-1.42 1.03-2.436 0-1.03-.343-1.848-1.03-2.455-.686-.608-1.604-.911-2.752-.911h-2.633V9h-1.703V19h4.336zm-2.633-5.306h2.356c1.544 0 2.316.653 2.316 1.96s-.772 1.96-2.316 1.96h-2.356v-3.92z", fill: color }),
17
17
  React.createElement("circle", { cx: "149.5", cy: "13.5", r: "1.5" }),
18
- React.createElement("path", { d: "M168.117 9.16c0-.885-.184-1.638-.554-2.258a3.587 3.587 0 0 0-1.584-1.445c-.673-.344-1.478-.515-2.416-.515h-6.039V19h1.842v-5.643h4.197c.885 0 1.683-.172 2.396-.515.713-.343 1.248-.825 1.604-1.445.37-.62.554-1.367.554-2.238zm-4.791-2.694c.95 0 1.683.231 2.198.693.528.462.792 1.13.792 2 0 .858-.264 1.518-.792 1.98-.515.462-1.248.693-2.198.693h-3.98V6.466h3.98zM177.978 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.109h7.96l.039-.732c0-1.505-.409-2.686-1.227-3.544-.805-.858-1.934-1.287-3.386-1.287-1.03 0-1.927.224-2.693.673a4.73 4.73 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.218 1.98.653 2.772a4.584 4.584 0 0 0 1.822 1.861c.792.423 1.716.634 2.772.634.937 0 1.756-.152 2.455-.455.7-.317 1.399-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM189.062 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.861-.456-.99-.594-1.557-1.63-1.703-3.109h7.96l.04-.732c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.693.673a4.72 4.72 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.575 4.575 0 0 0 1.821 1.861c.792.423 1.716.634 2.772.634.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM196.583 19.277c.95 0 1.762-.165 2.435-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.422-1.353.634-2.197.634-.713 0-1.334-.165-1.862-.495a3.484 3.484 0 0 1-1.207-1.307 4.05 4.05 0 0 1-.416-1.842v-.237c0-.687.138-1.327.416-1.92.58-1.255 1.59-1.882 3.029-1.882.686 0 1.274.113 1.762.337.489.211.964.587 1.426 1.128l1.069-1.049c-.541-.66-1.148-1.129-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.003 0-1.901.217-2.693.653a4.545 4.545 0 0 0-1.861 1.841c-.436.793-.654 1.703-.654 2.733v.237c0 .99.218 1.875.654 2.654a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.733.633zM210.447 9h-8.712v1.387h3.505V19h1.703v-8.613h3.504V9zM222.5 13.911c0-1.03-.205-1.927-.614-2.692a4.489 4.489 0 0 0-1.723-1.822c-.739-.436-1.57-.654-2.494-.654-1.822 0-3.122.674-3.901 2.02V9.001h-1.584v13.563h1.703v-5.01c.726 1.123 1.98 1.684 3.762 1.684.963 0 1.808-.218 2.534-.654a4.339 4.339 0 0 0 1.703-1.841c.409-.792.614-1.703.614-2.733v-.099zm-1.723.1c0 .739-.145 1.392-.435 1.96-.291.58-.7 1.036-1.228 1.366-.515.317-1.102.475-1.762.475-1.069 0-1.927-.343-2.574-1.03-.647-.7-.97-1.623-.97-2.772v-.099c0-.752.151-1.412.455-1.98a3.217 3.217 0 0 1 1.267-1.287 3.647 3.647 0 0 1 1.842-.475c.646 0 1.24.159 1.782.475.514.317.91.76 1.188 1.327.29.554.435 1.201.435 1.94v.1zM234.384 13.931c0-1.016-.218-1.92-.653-2.712a4.715 4.715 0 0 0-1.862-1.842c-.792-.436-1.696-.653-2.712-.653-1.03 0-1.941.217-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.74.152-1.4.456-1.98a3.188 3.188 0 0 1 1.247-1.327c.528-.316 1.129-.475 1.802-.475.686 0 1.293.159 1.821.476.542.316.951.758 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079z", fill: color }))));
18
+ React.createElement("path", { d: "M168.117 9.16c0-.885-.184-1.637-.554-2.258a3.587 3.587 0 0 0-1.584-1.445c-.673-.343-1.478-.515-2.416-.515h-6.039V19h1.842v-5.643h4.197c.885 0 1.683-.172 2.396-.515.713-.343 1.248-.825 1.604-1.445.37-.62.554-1.366.554-2.238zm-4.791-2.693c.95 0 1.683.23 2.198.693.528.462.792 1.128.792 2 0 .857-.264 1.517-.792 1.98-.515.461-1.248.692-2.198.692h-3.98V6.467h3.98zM177.978 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.713 0-1.333-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.108h7.96l.039-.733c0-1.505-.409-2.686-1.227-3.544-.805-.858-1.934-1.287-3.386-1.287-1.03 0-1.927.224-2.693.673a4.73 4.73 0 0 0-1.802 1.9c-.435.806-.653 1.71-.653 2.713 0 1.056.218 1.98.653 2.772a4.584 4.584 0 0 0 1.822 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.399-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM189.062 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.861-.456-.99-.594-1.557-1.63-1.703-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.693.673a4.72 4.72 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.575 4.575 0 0 0 1.821 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM196.583 19.277c.95 0 1.762-.165 2.435-.495.686-.33 1.32-.871 1.901-1.623l-1.109-.931c-.343.396-.686.72-1.03.97-.62.423-1.353.634-2.197.634-.713 0-1.334-.165-1.862-.495a3.484 3.484 0 0 1-1.207-1.307 4.05 4.05 0 0 1-.416-1.841v-.238c0-.686.138-1.327.416-1.92.58-1.255 1.59-1.882 3.029-1.882.686 0 1.274.113 1.762.337.489.211.964.587 1.426 1.129l1.069-1.05c-.541-.66-1.148-1.128-1.822-1.406-.66-.29-1.465-.435-2.415-.435-1.003 0-1.901.218-2.693.653a4.545 4.545 0 0 0-1.861 1.842c-.436.792-.654 1.702-.654 2.732v.238c0 .99.218 1.874.654 2.653a4.646 4.646 0 0 0 1.841 1.802c.805.422 1.716.633 2.733.633zM210.447 9.001h-8.712v1.386h3.505V19h1.703v-8.613h3.504V9.001zM222.5 13.911c0-1.03-.205-1.927-.614-2.692a4.489 4.489 0 0 0-1.723-1.822c-.739-.436-1.57-.653-2.494-.653-1.822 0-3.122.673-3.901 2.02V9h-1.584v13.563h1.703v-5.01c.726 1.123 1.98 1.684 3.762 1.684.963 0 1.808-.218 2.534-.654a4.339 4.339 0 0 0 1.703-1.841c.409-.792.614-1.703.614-2.733v-.099zm-1.723.1c0 .739-.145 1.392-.435 1.96-.291.58-.7 1.036-1.228 1.366-.515.317-1.102.475-1.762.475-1.069 0-1.927-.343-2.574-1.03-.647-.7-.97-1.623-.97-2.772v-.099c0-.752.151-1.412.455-1.98a3.217 3.217 0 0 1 1.267-1.287 3.647 3.647 0 0 1 1.842-.475c.646 0 1.24.159 1.782.475.514.317.91.76 1.188 1.327.29.554.435 1.201.435 1.94v.1zM234.384 13.931c0-1.016-.218-1.92-.653-2.712a4.714 4.714 0 0 0-1.862-1.842c-.792-.435-1.696-.653-2.712-.653-1.03 0-1.941.218-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.435.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.713 4.713 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.934-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.456-1.98a3.188 3.188 0 0 1 1.247-1.326c.528-.317 1.129-.476 1.802-.476.686 0 1.293.159 1.821.476.542.316.951.759 1.228 1.326.29.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079z", fill: color }))));
19
19
  });
20
20
  RealEstateReestro.displayName = 'RealEstateReestro';
21
21
  var RealEstateReestroWithStaticFields = Object.assign(RealEstateReestro, {