@skbkontur/logos 2.5.0 → 2.7.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/cjs/index.d.ts +8 -0
  3. package/cjs/index.js +16 -0
  4. package/cjs/src/Auto.js +1 -1
  5. package/cjs/src/Autotransport.d.ts +8 -0
  6. package/cjs/src/Autotransport.js +24 -0
  7. package/cjs/src/Cabinet.js +1 -1
  8. package/cjs/src/DiadocKedo.d.ts +8 -0
  9. package/cjs/src/DiadocKedo.js +26 -0
  10. package/cjs/src/DiadocLogistics.js +1 -1
  11. package/cjs/src/DialogCore.d.ts +8 -0
  12. package/cjs/src/DialogCore.js +24 -0
  13. package/cjs/src/DialogCoreEN.d.ts +8 -0
  14. package/cjs/src/DialogCoreEN.js +24 -0
  15. package/cjs/src/FactoringDiscount.d.ts +8 -0
  16. package/cjs/src/FactoringDiscount.js +28 -0
  17. package/cjs/src/Implementation.d.ts +8 -0
  18. package/cjs/src/Implementation.js +24 -0
  19. package/cjs/src/Logistic.js +1 -1
  20. package/cjs/src/MarketTips.js +1 -1
  21. package/cjs/src/RealEstate.js +1 -1
  22. package/cjs/src/Robots.d.ts +8 -0
  23. package/cjs/src/Robots.js +24 -0
  24. package/cjs/src/SchoolAcademy.js +1 -1
  25. package/cjs/src/Security.js +1 -1
  26. package/cjs/src/Skbkontur.js +2 -2
  27. package/cjs/src/SkbkonturEN.d.ts +8 -0
  28. package/cjs/src/SkbkonturEN.js +26 -0
  29. package/cjs/src/Support.js +1 -1
  30. package/cjs/src/Talk.js +1 -1
  31. package/cjs/src/TalkEN.js +1 -1
  32. package/cjs/src/Torgi.js +1 -1
  33. package/cjs/src/Travel.js +1 -1
  34. package/cjs/src/Zakupki.js +1 -1
  35. package/cjs/src/Zarplata.js +1 -1
  36. package/index.d.ts +8 -0
  37. package/index.js +8 -0
  38. package/package.json +1 -1
  39. package/src/Auto.js +1 -1
  40. package/src/Autotransport.d.ts +8 -0
  41. package/src/Autotransport.js +20 -0
  42. package/src/Cabinet.js +1 -1
  43. package/src/DiadocKedo.d.ts +8 -0
  44. package/src/DiadocKedo.js +22 -0
  45. package/src/DiadocLogistics.js +1 -1
  46. package/src/DialogCore.d.ts +8 -0
  47. package/src/DialogCore.js +20 -0
  48. package/src/DialogCoreEN.d.ts +8 -0
  49. package/src/DialogCoreEN.js +20 -0
  50. package/src/FactoringDiscount.d.ts +8 -0
  51. package/src/FactoringDiscount.js +24 -0
  52. package/src/Implementation.d.ts +8 -0
  53. package/src/Implementation.js +20 -0
  54. package/src/Logistic.js +1 -1
  55. package/src/MarketTips.js +1 -1
  56. package/src/RealEstate.js +1 -1
  57. package/src/Robots.d.ts +8 -0
  58. package/src/Robots.js +20 -0
  59. package/src/SchoolAcademy.js +1 -1
  60. package/src/Security.js +1 -1
  61. package/src/Skbkontur.js +2 -2
  62. package/src/SkbkonturEN.d.ts +8 -0
  63. package/src/SkbkonturEN.js +22 -0
  64. package/src/Support.js +1 -1
  65. package/src/Talk.js +1 -1
  66. package/src/TalkEN.js +1 -1
  67. package/src/Torgi.js +1 -1
  68. package/src/Travel.js +1 -1
  69. package/src/Zakupki.js +1 -1
  70. package/src/Zarplata.js +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.7.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@2.6.0...@skbkontur/logos@2.7.0) (2024-02-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **logos:** add 5 and update 19 ([0cdc4ab](https://git.skbkontur.ru/ui/ui-parking/commits/0cdc4abb83eddb9bd380c90f613cd1ac6ae2e85e))
12
+
13
+
14
+ ### Reverts
15
+
16
+ * remove screenshots in ie11 and obsolete packages ([57a6e89](https://git.skbkontur.ru/ui/ui-parking/commits/57a6e8962089825b6c71c1b96f4d09bc8a5a4ef7))
17
+
18
+
19
+
20
+
21
+
22
+ # [2.6.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@2.5.0...@skbkontur/logos@2.6.0) (2023-10-02)
23
+
24
+
25
+ ### Features
26
+
27
+ * **logos:** add Autotransport, DialogCore and DialogCoreEN logos ([50eca17](https://git.skbkontur.ru/ui/ui-parking/commits/50eca17c86819e3997a613c6a71aef786fedcd9e))
28
+
29
+
30
+
31
+
32
+
6
33
  # [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
34
 
8
35
 
package/cjs/index.d.ts CHANGED
@@ -178,3 +178,11 @@ 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';
184
+ export { DiadocKedo } from './src/DiadocKedo';
185
+ export { FactoringDiscount } from './src/FactoringDiscount';
186
+ export { Implementation } from './src/Implementation';
187
+ export { Robots } from './src/Robots';
188
+ export { SkbkonturEN } from './src/SkbkonturEN';
package/cjs/index.js CHANGED
@@ -360,3 +360,19 @@ 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; } });
369
+ var DiadocKedo_1 = require("./src/DiadocKedo");
370
+ Object.defineProperty(exports, "DiadocKedo", { enumerable: true, get: function () { return DiadocKedo_1.DiadocKedo; } });
371
+ var FactoringDiscount_1 = require("./src/FactoringDiscount");
372
+ Object.defineProperty(exports, "FactoringDiscount", { enumerable: true, get: function () { return FactoringDiscount_1.FactoringDiscount; } });
373
+ var Implementation_1 = require("./src/Implementation");
374
+ Object.defineProperty(exports, "Implementation", { enumerable: true, get: function () { return Implementation_1.Implementation; } });
375
+ var Robots_1 = require("./src/Robots");
376
+ Object.defineProperty(exports, "Robots", { enumerable: true, get: function () { return Robots_1.Robots; } });
377
+ var SkbkonturEN_1 = require("./src/SkbkonturEN");
378
+ Object.defineProperty(exports, "SkbkonturEN", { enumerable: true, get: function () { return SkbkonturEN_1.SkbkonturEN; } });
package/cjs/src/Auto.js CHANGED
@@ -17,7 +17,7 @@ var Auto = react_1.forwardRef(function (_a, ref) {
17
17
  height: '100%',
18
18
  display: 'inline-block',
19
19
  } },
20
- react_1.default.createElement("path", { d: "M4.534 12.03c1.083-3.036 1.736-4.943 1.96-5.722l.575 1.723.178.475 1.228 3.505.673 1.9H3.88l.653-1.88zM12.831 19 7.722 4.942H5.326L.238 19h1.841l1.267-3.584h6.317L10.95 19h1.88zM23.011 16.208c0-.607-.178-1.115-.534-1.524-.357-.423-.845-.707-1.465-.852.527-.158.937-.429 1.227-.812.304-.382.456-.864.456-1.445 0-.779-.304-1.4-.911-1.861C21.19 9.239 20.41 9 19.447 9h-4.95V19h5.188c1.03 0 1.841-.25 2.435-.752.594-.515.891-1.195.891-2.04zm-3.821-5.88c.594 0 1.043.125 1.346.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.099 5.742c0 .514-.172.91-.515 1.188-.343.264-.852.396-1.525.396H16.18v-3.129h3.07c.66 0 1.16.139 1.504.416.356.264.535.64.535 1.129zM32.995 9.001h-8.712v1.386h3.505V19h1.702v-8.613h3.505V9.001zM44.088 13.931c0-1.016-.218-1.92-.654-2.712a4.711 4.711 0 0 0-1.86-1.842c-.793-.435-1.697-.653-2.713-.653-1.03 0-1.94.218-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.436.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.792.436 1.703.654 2.733.654s1.933-.224 2.712-.673a4.58 4.58 0 0 0 1.842-1.841c.448-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.455-1.98.304-.58.72-1.023 1.248-1.326.528-.317 1.128-.476 1.802-.476.686 0 1.293.159 1.821.476.541.316.95.759 1.228 1.326.29.568.435 1.228.435 1.98v.08c0 .752-.138 1.418-.415 2-.29.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.197 3.197 0 0 1-1.227-1.346c-.29-.594-.436-1.267-.436-2.02v-.079z", fill: color }))));
20
+ react_1.default.createElement("path", { d: "M4.534 12.03c1.082-3.036 1.736-4.943 1.96-5.722l.574 1.723.179.475 1.227 3.505.673 1.9H3.88l.654-1.88zM12.83 19 7.722 4.942H5.326L.237 19H2.08l1.267-3.584h6.316L10.95 19h1.881zM23.01 16.208c0-.607-.177-1.115-.534-1.524-.356-.423-.845-.707-1.465-.852.528-.158.937-.429 1.228-.812.303-.382.455-.864.455-1.445 0-.779-.303-1.4-.91-1.861C21.188 9.239 20.41 9 19.446 9h-4.95V19h5.188c1.03 0 1.84-.25 2.435-.752.594-.515.89-1.195.89-2.04zm-3.82-5.88c.593 0 1.042.125 1.346.376.317.25.475.607.475 1.069 0 .475-.158.845-.475 1.109-.304.25-.753.376-1.347.376h-3.01v-2.93h3.01zm2.098 5.742c0 .514-.171.91-.515 1.188-.343.264-.85.396-1.524.396h-3.07v-3.129h3.07c.66 0 1.162.139 1.505.416.356.264.534.64.534 1.129zM32.995 9.001h-8.712v1.386h3.504V19h1.703v-8.613h3.505V9.001zM44.087 13.931c0-1.016-.218-1.92-.653-2.712a4.711 4.711 0 0 0-1.861-1.842c-.792-.435-1.697-.653-2.713-.653-1.03 0-1.94.218-2.732.653a4.85 4.85 0 0 0-1.861 1.861c-.436.78-.654 1.677-.654 2.693v.08c0 1.055.224 1.973.673 2.752a4.711 4.711 0 0 0 1.842 1.86c.792.436 1.703.654 2.732.654 1.03 0 1.934-.224 2.713-.673a4.58 4.58 0 0 0 1.841-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.687 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.227 1.365-.529.317-1.142.476-1.842.476-.686 0-1.3-.159-1.841-.476a3.197 3.197 0 0 1-1.228-1.346c-.29-.594-.435-1.267-.435-2.02v-.079z", fill: color }))));
21
21
  });
22
22
  Auto.displayName = 'Auto';
23
23
  var AutoWithStaticFields = Object.assign(Auto, { __KONTUR_REACT_UI__: 'Auto' });
@@ -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;
@@ -17,7 +17,7 @@ var Cabinet = react_1.forwardRef(function (_a, ref) {
17
17
  height: '100%',
18
18
  display: 'inline-block',
19
19
  } },
20
- react_1.default.createElement("path", { d: "M.614 18.92c.396.146.818.218 1.267.218 1.228 0 2.046-.495 2.455-1.485.396-.976.6-2.653.614-5.029l.139-6.157h5.94V19h1.821V4.942H3.425l-.178 7.504c-.013.964-.06 1.98-.138 3.05-.08.739-.231 1.26-.456 1.563-.224.304-.574.456-1.05.456-.21 0-.54-.053-.99-.159v1.565zM19.574 13.654a66.755 66.755 0 0 0-2.237 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 23 10.783c-.053.832-.08 2.244-.08 4.237V19h1.624V9h-1.841l-3.129 4.654zM33.105 13.575c-.726.317-1.564.475-2.515.475-.765 0-1.32-.159-1.663-.475-.33-.317-.495-.825-.495-1.525V9H26.73v3.03c0 1.188.29 2.06.872 2.614.58.541 1.504.812 2.772.812 1.016 0 1.927-.159 2.732-.476V19h1.683V9h-1.683v4.575zM45.892 9H44.19v4.179h-5.01V9h-1.703V19h1.703v-4.435h5.01V19h1.703V9zM52.917 19c1.149 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.603-.91-2.752-.91h-2.633V9H48.58V19h4.336zm-2.633-5.306h2.356c1.544 0 2.317.653 2.317 1.96 0 1.306-.773 1.96-2.317 1.96h-2.356v-3.92zM58.104 9V19h1.684V9h-1.683zM68.527 5.298c0 .476-.145.845-.435 1.11-.29.25-.707.375-1.248.375s-.957-.132-1.247-.396c-.29-.277-.436-.64-.436-1.089h-1.425c0 .819.27 1.452.811 1.901.541.436 1.307.654 2.297.654.99 0 1.756-.218 2.297-.654.541-.435.812-1.07.812-1.9h-1.426zm-2.257 8.356a66.763 66.763 0 0 0-2.237 3.524l.04-1.98c.012-.171.019-.713.019-1.623V9h-1.604V19h1.822l2.91-4.435 1.09-1.604a35.982 35.982 0 0 0 1.385-2.178c-.052.832-.079 2.244-.079 4.237V19h1.624V9h-1.842l-3.128 4.654zM85.909 19l-4.06-5.188 3.743-4.811H83.77l-3.287 4.197h-1.742V9.002h-1.703V19h1.703v-4.415h1.722L83.968 19h1.94zM95.35 12.169c0-1.083-.357-1.927-1.07-2.534-.712-.608-1.709-.911-2.99-.911-1.781 0-3.246.693-4.395 2.079l1.09.99c.54-.594 1.068-1.017 1.583-1.268a3.885 3.885 0 0 1 1.762-.396c.78 0 1.373.185 1.782.555.41.356.614.89.614 1.604v.673l-2.613.178c-1.479.08-2.574.383-3.287.91-.7.516-1.05 1.275-1.05 2.278v.099c0 .91.31 1.617.931 2.119.634.501 1.505.752 2.614.752.778 0 1.465-.139 2.059-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.366a2.61 2.61 0 0 1-1.109.95 3.617 3.617 0 0 1-1.564.338c-.713 0-1.267-.14-1.663-.416-.383-.277-.574-.674-.574-1.188v-.1c0-.633.211-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07zM108.063 14.07c0-1.03-.204-1.914-.614-2.654a4.261 4.261 0 0 0-1.742-1.742c-.752-.41-1.617-.614-2.594-.614-.937 0-1.769.205-2.495.614-.712.41-1.227.97-1.544 1.683.106-1.148.31-2.052.614-2.712a3.061 3.061 0 0 1 1.406-1.505c.633-.33 1.478-.522 2.534-.574 1.571-.106 2.831-.225 3.782-.357l-.139-1.485c-.99.132-2.211.25-3.663.357-1.518.092-2.712.435-3.584 1.03-.844.567-1.465 1.405-1.86 2.514-.384 1.095-.575 2.475-.575 4.138v.356c0 2.033.449 3.57 1.346 4.614.898 1.03 2.205 1.544 3.921 1.544 1.003 0 1.901-.218 2.693-.653a4.622 4.622 0 0 0 1.861-1.802c.435-.766.653-1.65.653-2.653v-.1zm-1.742.138c0 .713-.139 1.347-.416 1.901-.29.554-.706.983-1.247 1.287-.528.304-1.136.456-1.822.456-.7 0-1.313-.159-1.841-.476a3.287 3.287 0 0 1-1.228-1.287c-.29-.54-.436-1.168-.436-1.88v-.1c0-.752.145-1.392.436-1.92.29-.541.7-.957 1.228-1.248.528-.303 1.141-.455 1.841-.455.686 0 1.3.152 1.841.455.542.317.951.746 1.228 1.287.277.528.416 1.155.416 1.881v.1zM113.918 13.654a66.545 66.545 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.604a36.173 36.173 0 0 0 1.386-2.178c-.053.832-.079 2.244-.079 4.237V19h1.623V9h-1.841l-3.128 4.654zM130.002 9h-1.703v4.179h-5.009V9h-1.703V19h1.703v-4.435h5.009V19h1.703V9zM140.868 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.316zM151.188 9h-8.712v1.387h3.505V19h1.703v-8.613h3.504V9z", fill: color }))));
20
+ react_1.default.createElement("path", { d: "M.614 18.92c.396.146.819.218 1.267.218 1.228 0 2.046-.495 2.456-1.485.396-.976.6-2.653.613-5.029l.14-6.157h5.94V19h1.82V4.942H3.427l-.178 7.504c-.014.964-.06 1.98-.139 3.05-.08.739-.23 1.26-.455 1.563-.225.304-.575.456-1.05.456-.21 0-.54-.053-.99-.159v1.565zM19.575 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.713.02-1.623V9h-1.604V19h1.822l2.91-4.435 1.09-1.604A35.972 35.972 0 0 0 23 10.783c-.052.832-.079 2.244-.079 4.237V19h1.624V9h-1.842l-3.128 4.654zM33.105 13.575c-.726.317-1.564.475-2.514.475-.766 0-1.32-.159-1.663-.475-.33-.317-.495-.825-.495-1.525V9H26.73v3.03c0 1.188.29 2.06.871 2.614.58.541 1.505.812 2.772.812 1.016 0 1.927-.159 2.732-.476V19h1.683V9h-1.683v4.575zM45.893 9H44.19v4.179h-5.01V9h-1.702V19h1.703v-4.435h5.01V19h1.702V9zM52.918 19c1.148 0 2.066-.304 2.752-.91.686-.608 1.03-1.42 1.03-2.436 0-1.03-.344-1.848-1.03-2.456-.687-.607-1.604-.91-2.752-.91h-2.634V9h-1.703V19h4.337zm-2.634-5.306h2.357c1.544 0 2.316.653 2.316 1.96 0 1.306-.772 1.96-2.316 1.96h-2.357v-3.92zM58.105 9V19h1.683V9h-1.683zM68.528 5.298c0 .476-.146.845-.436 1.11-.29.25-.706.375-1.247.375-.542 0-.957-.132-1.248-.396-.29-.277-.435-.64-.435-1.089h-1.426c0 .819.27 1.452.812 1.901.541.436 1.307.654 2.297.654.99 0 1.755-.218 2.296-.654.542-.435.812-1.07.812-1.9h-1.425zm-2.258 8.356a66.755 66.755 0 0 0-2.237 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.624V9H69.4l-3.129 4.654zM85.909 19l-4.06-5.188 3.743-4.811H83.77l-3.286 4.197H78.74V9.002h-1.703V19h1.703v-4.415h1.723L83.969 19h1.94zM95.35 12.169c0-1.083-.356-1.927-1.069-2.534-.713-.608-1.71-.911-2.99-.911-1.782 0-3.247.693-4.395 2.079l1.089.99c.54-.594 1.069-1.017 1.584-1.268a3.885 3.885 0 0 1 1.762-.396c.779 0 1.373.185 1.782.555.41.356.614.89.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.287.91-.7.516-1.05 1.275-1.05 2.278v.099c0 .91.311 1.617.931 2.119.634.501 1.505.752 2.614.752.779 0 1.465-.139 2.06-.416.593-.29 1.069-.7 1.425-1.227V19h1.544v-6.831zm-1.623 3.128c0 .502-.132.957-.396 1.366a2.61 2.61 0 0 1-1.11.95 3.617 3.617 0 0 1-1.563.338c-.713 0-1.267-.14-1.663-.416-.383-.277-.575-.674-.575-1.188v-.1c0-.633.212-1.095.634-1.385.422-.29 1.148-.462 2.178-.515l2.495-.119v1.07zM108.064 14.07c0-1.03-.205-1.914-.614-2.654a4.258 4.258 0 0 0-1.743-1.742c-.752-.41-1.617-.614-2.593-.614-.938 0-1.769.205-2.495.614-.713.41-1.228.97-1.545 1.683.106-1.148.31-2.052.614-2.712a3.06 3.06 0 0 1 1.406-1.505c.634-.33 1.478-.522 2.534-.574 1.571-.106 2.832-.225 3.782-.357l-.138-1.485c-.99.132-2.211.25-3.663.357-1.518.092-2.713.435-3.584 1.03-.845.567-1.465 1.405-1.861 2.514-.383 1.095-.575 2.475-.575 4.138v.356c0 2.033.45 3.57 1.347 4.614.897 1.03 2.204 1.544 3.92 1.544 1.003 0 1.901-.218 2.693-.653a4.616 4.616 0 0 0 1.861-1.802c.436-.766.654-1.65.654-2.653v-.1zm-1.743.138c0 .713-.138 1.347-.416 1.901-.29.554-.706.983-1.247 1.287-.528.304-1.135.456-1.822.456-.699 0-1.313-.159-1.841-.476a3.29 3.29 0 0 1-1.228-1.287c-.29-.54-.435-1.168-.435-1.88v-.1c0-.752.145-1.392.435-1.92.291-.541.7-.957 1.228-1.248.528-.303 1.142-.455 1.841-.455.687 0 1.301.152 1.842.455.541.317.95.746 1.227 1.287.278.528.416 1.155.416 1.881v.1zM113.918 13.654a66.462 66.462 0 0 0-2.237 3.524l.039-1.98c.013-.171.02-.713.02-1.623V9h-1.604V19h1.822l2.91-4.435 1.089-1.604a35.188 35.188 0 0 0 1.386-2.178c-.052.832-.079 2.244-.079 4.237V19h1.624V9h-1.842l-3.128 4.654zM130.003 9H128.3v4.179h-5.009V9h-1.703V19h1.703v-4.435h5.009V19h1.703V9zM140.869 16.208c-.555.594-1.103 1.017-1.644 1.267-.528.251-1.135.377-1.821.377-.713 0-1.334-.152-1.862-.456-.99-.594-1.557-1.63-1.702-3.109h7.959l.04-.732c0-1.505-.409-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.692.673a4.716 4.716 0 0 0-1.802 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.582 4.582 0 0 0 1.821 1.861c.792.423 1.716.634 2.772.634.938 0 1.756-.152 2.456-.455.699-.317 1.399-.838 2.098-1.564l-1.009-1.05zm-6.97-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.218-.812.897 0 1.61.27 2.138.812.541.528.832 1.247.871 2.158h-6.316zM151.189 9h-8.712v1.387h3.505V19h1.702v-8.613h3.505V9z", fill: color }))));
21
21
  });
22
22
  Cabinet.displayName = 'Cabinet';
23
23
  var CabinetWithStaticFields = Object.assign(Cabinet, { __KONTUR_REACT_UI__: 'Cabinet' });
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const DiadocKedoWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { DiadocKedoWithStaticFields as DiadocKedo };
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DiadocKedo = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var DiadocKedo = react_1.forwardRef(function (_a, ref) {
7
+ var _b = _a.color, color = _b === void 0 ? '#00BEA2' : _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: "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.811zM20.329 13.654l3.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.524zM36.077 12.169V19h-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.367zM39.197 21.475h-1.623v-3.861h.93c.37-.396.647-.983.832-1.762.198-.779.31-1.828.336-3.148L39.712 9h7.524v8.613h1.465v3.861h-1.643V19h-7.86v2.475zm1.03-3.861h5.306v-7.227h-4.296l-.04 2.416c-.013 1.254-.099 2.27-.257 3.049-.159.779-.396 1.366-.713 1.762zM59.967 13.931v.08c0 1.029-.224 1.946-.673 2.752a4.58 4.58 0 0 1-1.841 1.841c-.78.449-1.684.673-2.713.673-1.03 0-1.94-.218-2.733-.653a4.711 4.711 0 0 1-1.84-1.861c-.45-.78-.674-1.697-.674-2.753v-.079c0-1.016.218-1.914.653-2.693a4.849 4.849 0 0 1 1.861-1.86c.793-.436 1.703-.654 2.733-.654 1.016 0 1.92.218 2.712.653a4.711 4.711 0 0 1 1.862 1.842c.435.792.653 1.696.653 2.712zm-8.732 0v.08c0 .752.145 1.425.436 2.019.29.58.7 1.03 1.227 1.346.542.317 1.155.476 1.842.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-.529-.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.98zM70.837 19h-1.94l-3.505-4.415h-1.723V19h-1.703V9.001h1.703v4.198h1.742L68.698 9h1.822l-3.742 4.811L70.837 19z", fill: color }),
21
+ react_1.default.createElement("circle", { cx: "77.5", cy: "13.5", r: "1.5" }),
22
+ react_1.default.createElement("path", { d: "M96.751 19h-2.06l-4.89-6.435h-2.455V19h-1.822V4.942h1.822v6.118h2.455l4.614-6.118h2.059l-5.168 6.85L96.751 19zM98.718 7.892l-1.07-1.267c.82-.7 1.638-1.201 2.456-1.505.818-.317 1.723-.475 2.713-.475 2.178 0 3.927.693 5.247 2.079a6.54 6.54 0 0 1 1.405 2.336c.33.885.495 1.855.495 2.911 0 1.412-.29 2.673-.871 3.782a6.237 6.237 0 0 1-2.435 2.594c-1.069.633-2.31.95-3.723.95-1.452 0-2.706-.33-3.762-.99-.54-.33-1.128-.812-1.762-1.445l1.09-1.208c1.055.977 2.025 1.59 2.91 1.841a5.961 5.961 0 0 0 1.544.218c.951 0 1.802-.211 2.554-.634a4.83 4.83 0 0 0 1.802-1.841c.436-.752.687-1.637.753-2.653h-7.01V11.04h6.99c-.093-.937-.37-1.768-.832-2.494a4.702 4.702 0 0 0-1.802-1.723c-.752-.396-1.61-.594-2.574-.594a5.65 5.65 0 0 0-2.118.396c-.647.25-1.314.673-2 1.267zM114.093 10.17l.04-5.228h9.563v12.533h1.683v4.455h-1.762V19h-10.573v2.93h-1.782v-4.455h1.168c.818-1.095 1.327-2.62 1.525-4.573.066-.806.112-1.716.138-2.733zm.218 7.305h7.564V6.467h-6.059l-.04 3.86c-.013 1.743-.145 3.188-.396 4.337-.237 1.148-.594 2.085-1.069 2.811zM141.317 11.912v.079a8.03 8.03 0 0 1-.515 2.89 6.976 6.976 0 0 1-1.485 2.337A6.491 6.491 0 0 1 137 18.762c-.897.357-1.887.535-2.97.535-1.095 0-2.092-.178-2.989-.535a6.508 6.508 0 0 1-2.297-1.564 6.765 6.765 0 0 1-1.485-2.316 8.03 8.03 0 0 1-.515-2.891v-.08c0-1.003.172-1.946.515-2.83a7.472 7.472 0 0 1 1.505-2.357 6.487 6.487 0 0 1 2.316-1.544c.898-.357 1.881-.535 2.95-.535 1.096 0 2.093.178 2.99.535.898.356 1.67.87 2.317 1.544a6.53 6.53 0 0 1 1.465 2.317c.343.884.515 1.841.515 2.87zm-12.712 0v.079c0 1.109.231 2.105.693 2.99a4.97 4.97 0 0 0 1.921 2.02c.818.474 1.755.712 2.811.712 1.083 0 2.033-.238 2.852-.713a4.84 4.84 0 0 0 1.9-2.02c.449-.844.674-1.84.674-2.99v-.078c0-1.122-.225-2.112-.674-2.97a4.868 4.868 0 0 0-1.9-2c-.832-.475-1.782-.713-2.852-.713-1.056 0-1.993.238-2.811.713-.805.475-1.446 1.148-1.921 2.02-.462.884-.693 1.867-.693 2.95z", fill: color }))));
23
+ });
24
+ DiadocKedo.displayName = 'DiadocKedo';
25
+ var DiadocKedoWithStaticFields = Object.assign(DiadocKedo, { __KONTUR_REACT_UI__: 'DiadocKedo' });
26
+ exports.DiadocKedo = DiadocKedoWithStaticFields;
@@ -19,7 +19,7 @@ var DiadocLogistics = react_1.forwardRef(function (_a, ref) {
19
19
  } },
20
20
  react_1.default.createElement("path", { d: "M3.188 10.17a49.501 49.501 0 0 1-.139 2.732c-.198 1.953-.706 3.478-1.524 4.573H.356v4.455h1.782V19h10.574v2.93h1.762v-4.455H12.79V4.942H3.227l-.04 5.227zm.218 7.305c.475-.726.831-1.663 1.069-2.811.25-1.149.383-2.594.396-4.336l.04-3.861h6.058v11.008H3.406zM20.329 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.653zM36.077 12.169c0-1.082-.357-1.927-1.07-2.534-.712-.608-1.709-.911-2.99-.911-1.781 0-3.247.693-4.395 2.079l1.09.99c.54-.594 1.068-1.017 1.583-1.267a3.885 3.885 0 0 1 1.762-.396c.78 0 1.373.184 1.782.554.41.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.573.383-3.286.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.93 2.119.634.501 1.506.752 2.614.752.78 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.367a2.61 2.61 0 0 1-1.109.95 3.617 3.617 0 0 1-1.564.337c-.713 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.21-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07zM39.197 21.475V19h7.86v2.475h1.644v-3.861h-1.465V9.001h-7.524l-.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.306zM59.967 13.931c0-1.016-.218-1.92-.653-2.712a4.711 4.711 0 0 0-1.861-1.842c-.793-.435-1.697-.653-2.713-.653-1.03 0-1.94.218-2.733.653a4.849 4.849 0 0 0-1.86 1.861c-.436.78-.654 1.677-.654 2.693v.08c0 1.055.224 1.973.673 2.752a4.711 4.711 0 0 0 1.842 1.86c.791.436 1.702.654 2.732.654 1.03 0 1.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.293.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-.687 0-1.3-.159-1.842-.476a3.197 3.197 0 0 1-1.227-1.346c-.29-.594-.436-1.267-.436-2.02v-.079zM70.837 19l-4.06-5.188 3.743-4.811h-1.822l-3.287 4.198H63.67V9h-1.703V19h1.703v-4.415h1.723L68.896 19h1.94z", fill: color }),
21
21
  react_1.default.createElement("circle", { cx: "77.5", cy: "13.5", r: "1.5" }),
22
- react_1.default.createElement("path", { d: "M84.614 18.92c.396.146.818.219 1.267.219 1.228 0 2.046-.495 2.455-1.485.396-.977.6-2.654.614-5.03l.139-6.157h5.94V19h1.821V4.942h-9.425l-.178 7.504c-.013.964-.06 1.98-.138 3.05-.08.739-.231 1.26-.456 1.564-.224.303-.574.455-1.05.455-.21 0-.54-.053-.99-.158v1.564zM109.574 13.931c0-1.016-.218-1.92-.654-2.712a4.706 4.706 0 0 0-1.861-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-.436.78-.653 1.677-.653 2.693v.08c0 1.055.224 1.973.673 2.752a4.708 4.708 0 0 0 1.841 1.86c.792.436 1.703.654 2.733.654 1.029 0 1.933-.224 2.712-.673a4.583 4.583 0 0 0 1.842-1.841c.448-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.739.152-1.399.455-1.98.304-.58.72-1.023 1.248-1.326.528-.317 1.128-.476 1.802-.476.686 0 1.293.159 1.821.476a3.06 3.06 0 0 1 1.228 1.326c.29.568.435 1.228.435 1.98v.08c0 .752-.138 1.418-.415 2-.291.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.301-.159-1.842-.476a3.193 3.193 0 0 1-1.227-1.346c-.291-.594-.436-1.267-.436-2.02v-.079zM118.582 9.001h-7.009V19h1.703v-8.593h5.306V9zM124.118 13.654a67.114 67.114 0 0 0-2.237 3.524l.04-1.98c.013-.171.019-.712.019-1.623V9h-1.603V19h1.821l2.911-4.435 1.089-1.604a36.173 36.173 0 0 0 1.386-2.178c-.053.832-.079 2.244-.079 4.237V19h1.623V9.001h-1.841l-3.129 4.653zM136.402 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.633zM150.267 9.001h-8.712v1.386h3.504V19h1.703v-8.613h3.505V9.001zM155.805 13.654a66.545 66.545 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.604a36.173 36.173 0 0 0 1.386-2.178c-.053.832-.079 2.244-.079 4.237V19h1.623V9.001h-1.841l-3.128 4.653zM172.345 19l-4.059-5.188 3.742-4.811h-1.822l-3.286 4.198h-1.743V9h-1.703V19h1.703v-4.415h1.723L170.404 19h1.941zM181.786 12.169c0-1.082-.356-1.927-1.069-2.534-.713-.608-1.709-.911-2.99-.911-1.782 0-3.247.693-4.395 2.079l1.089.99c.541-.594 1.069-1.017 1.584-1.267a3.883 3.883 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.409.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.287.911-.699.515-1.049 1.274-1.049 2.277v.099c0 .91.31 1.617.93 2.119.634.501 1.505.752 2.614.752.779 0 1.465-.139 2.059-.416.594-.29 1.069-.7 1.426-1.227V19h1.544v-6.831zm-1.623 3.128c0 .502-.132.957-.396 1.367-.264.409-.634.726-1.109.95a3.617 3.617 0 0 1-1.564.337c-.713 0-1.268-.139-1.664-.416-.382-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.634-1.385.422-.29 1.148-.462 2.178-.515l2.495-.119v1.07z", fill: color }))));
22
+ react_1.default.createElement("path", { d: "M84.614 18.92c.396.146.819.219 1.267.219 1.228 0 2.046-.495 2.456-1.485.396-.977.6-2.654.614-5.03l.138-6.157h5.94V19h1.822V4.942h-9.425l-.178 7.504c-.014.964-.06 1.98-.139 3.05-.08.739-.23 1.26-.455 1.564-.225.303-.575.455-1.05.455-.21 0-.54-.053-.99-.158v1.564zM109.574 13.931c0-1.016-.217-1.92-.653-2.712a4.712 4.712 0 0 0-1.861-1.842c-.792-.435-1.696-.653-2.713-.653-1.029 0-1.94.218-2.732.653a4.848 4.848 0 0 0-1.861 1.861c-.436.78-.654 1.677-.654 2.693v.08c0 1.055.225 1.973.673 2.752a4.713 4.713 0 0 0 1.842 1.86c.792.436 1.703.654 2.732.654 1.03 0 1.934-.224 2.713-.673a4.575 4.575 0 0 0 1.841-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.731 0c0-.739.151-1.399.455-1.98.304-.58.719-1.023 1.247-1.326.528-.317 1.129-.476 1.802-.476.687 0 1.294.159 1.822.476.541.316.95.759 1.227 1.326.291.568.436 1.228.436 1.98v.08c0 .752-.139 1.418-.416 2a3.17 3.17 0 0 1-1.227 1.365c-.528.317-1.142.476-1.842.476-.686 0-1.3-.159-1.841-.476a3.201 3.201 0 0 1-1.228-1.346c-.29-.594-.435-1.267-.435-2.02v-.079zM118.583 9.001h-7.01V19h1.703v-8.593h5.307V9zM124.119 13.654a66.462 66.462 0 0 0-2.237 3.524l.039-1.98c.013-.171.02-.712.02-1.623V9h-1.604V19h1.822l2.91-4.435 1.089-1.604a35.188 35.188 0 0 0 1.386-2.178c-.052.832-.079 2.244-.079 4.237V19h1.624V9.001h-1.842l-3.128 4.653zM136.402 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.029.97-.621.423-1.353.634-2.198.634-.713 0-1.333-.165-1.861-.495a3.479 3.479 0 0 1-1.208-1.307 4.062 4.062 0 0 1-.416-1.841v-.238c0-.686.139-1.327.416-1.92.581-1.255 1.591-1.882 3.029-1.882.687 0 1.274.113 1.763.337.488.211.963.587 1.425 1.129l1.069-1.05c-.541-.66-1.148-1.128-1.821-1.406-.66-.29-1.465-.435-2.416-.435-1.003 0-1.901.218-2.693.653a4.55 4.55 0 0 0-1.861 1.842c-.435.792-.653 1.702-.653 2.732v.238c0 .99.218 1.874.653 2.653a4.655 4.655 0 0 0 1.842 1.802c.805.422 1.716.633 2.732.633zM150.267 9.001h-8.712v1.386h3.505V19h1.702v-8.613h3.505V9.001zM155.805 13.654a67.114 67.114 0 0 0-2.237 3.524l.039-1.98c.014-.171.02-.712.02-1.623V9h-1.604V19h1.822l2.911-4.435 1.089-1.604a36.173 36.173 0 0 0 1.386-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9.001h-1.841l-3.129 4.653zM172.345 19l-4.059-5.188 3.742-4.811h-1.821l-3.287 4.198h-1.742V9h-1.703V19h1.703v-4.415h1.722L170.405 19h1.94zM181.787 12.169c0-1.082-.357-1.927-1.07-2.534-.712-.608-1.709-.911-2.989-.911-1.782 0-3.248.693-4.396 2.079l1.089.99c.541-.594 1.069-1.017 1.584-1.267a3.883 3.883 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.409.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.286.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.931 2.119.633.501 1.505.752 2.613.752.779 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.367-.264.409-.634.726-1.109.95a3.614 3.614 0 0 1-1.564.337c-.713 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07z", fill: color }))));
23
23
  });
24
24
  DiadocLogistics.displayName = 'DiadocLogistics';
25
25
  var DiadocLogisticsWithStaticFields = Object.assign(DiadocLogistics, { __KONTUR_REACT_UI__: 'DiadocLogistics' });
@@ -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;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const FactoringDiscountWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { FactoringDiscountWithStaticFields as FactoringDiscount };
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FactoringDiscount = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var FactoringDiscount = react_1.forwardRef(function (_a, ref) {
7
+ var _b = _a.color, color = _b === void 0 ? '#00BEA2' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
8
+ return (react_1.default.createElement("span", { style: {
9
+ width: size * 8.166666666666666 + "px",
10
+ height: size,
11
+ lineHeight: size + "px",
12
+ display: 'inline-block',
13
+ }, ref: ref },
14
+ react_1.default.createElement("svg", { viewBox: "0 0 196 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: "M16.592 11.813v.059c0 1.214-.284 2.284-.851 3.208-.555.91-1.353 1.617-2.396 2.118-1.07.502-2.31.753-3.722.753h-.08v1.742H7.781v-1.742h-.06c-1.425 0-2.672-.251-3.741-.753-1.056-.501-1.862-1.214-2.416-2.138-.554-.911-.832-1.974-.832-3.188v-.06c0-1.2.278-2.25.832-3.148.568-.91 1.38-1.617 2.435-2.118 1.07-.502 2.31-.753 3.723-.753h.06V4.25h1.761v1.544h.08c1.412 0 2.646.251 3.702.753 1.056.501 1.868 1.208 2.436 2.118.554.911.831 1.96.831 3.149zm-8.87 4.633h.099V7.298h-.1c-1.095 0-2.019.185-2.771.555a3.937 3.937 0 0 0-1.743 1.564c-.409.686-.613 1.485-.613 2.396v.059c0 .91.204 1.716.613 2.416a4.06 4.06 0 0 0 1.743 1.584c.792.382 1.716.574 2.772.574zm7.029-4.574v-.06c0-.91-.198-1.709-.594-2.395-.396-.687-.97-1.215-1.723-1.584-.779-.357-1.716-.535-2.811-.535h-.1v9.148h.1c1.069 0 1.986-.185 2.752-.555.779-.382 1.373-.924 1.782-1.623.396-.7.594-1.498.594-2.396zM26.79 12.169V19h-1.544v-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.349-1.762 1.049-2.277.712-.528 1.808-.832 3.286-.91l2.614-.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.623 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.089-.113 1.564-.337a2.61 2.61 0 0 0 1.109-.95c.264-.41.396-.865.396-1.367zM38.28 19h-1.94l-3.505-4.415h-1.723V19H29.41V9.001h1.702v4.198h1.743L36.142 9h1.821l-3.742 4.811L38.28 19zM47.482 9.001v1.386h-3.505V19h-1.702v-8.613H38.77V9.001h8.712zM58.575 13.931v.08c0 1.029-.225 1.946-.674 2.752a4.58 4.58 0 0 1-1.84 1.841c-.78.449-1.684.673-2.714.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.849 4.849 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.98zM70.87 13.911v.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.009h-1.703V9.001h1.584v1.762c.779-1.346 2.079-2.02 3.9-2.02.925 0 1.756.218 2.495.654a4.494 4.494 0 0 1 1.723 1.822c.41.765.614 1.663.614 2.692zm-1.723.1v-.1c0-.739-.145-1.386-.436-1.94a3.134 3.134 0 0 0-1.188-1.327 3.464 3.464 0 0 0-1.781-.475c-.674 0-1.288.159-1.842.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.648.687 1.506 1.03 2.575 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.96zM76.754 13.654l3.129-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.09 1.604L74.795 19h-1.821V9.001h1.603v4.574c0 .91-.006 1.452-.02 1.623l-.039 1.98a66.755 66.755 0 0 1 2.237-3.524zM92.84 9.001V19h-1.704v-4.435h-5.009V19h-1.703V9.001h1.703v4.178h5.01V9h1.702zM102.537 9.001v1.406h-5.306V19h-1.703V9.001h7.009z", fill: color }),
21
+ react_1.default.createElement("circle", { cx: "109.5", cy: "13.5", r: "1.5" }),
22
+ react_1.default.createElement("path", { d: "m119.188 10.17.039-5.228h9.564v12.533h1.683v4.455h-1.762V19h-10.574v2.93h-1.782v-4.455h1.169c.818-1.095 1.326-2.62 1.524-4.574.066-.805.112-1.716.139-2.732zm.218 7.305h7.563V6.466h-6.059l-.039 3.862c-.013 1.742-.145 3.187-.396 4.336-.238 1.148-.594 2.085-1.069 2.811zM136.329 13.654 139.457 9h1.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.604L134.368 19h-1.821V9h1.604v4.575c0 .91-.007 1.452-.02 1.623l-.04 1.98a66.545 66.545 0 0 1 2.238-3.524zM148.612 19.277c-1.017 0-1.927-.211-2.733-.634a4.653 4.653 0 0 1-1.841-1.801c-.436-.78-.653-1.663-.653-2.653v-.238c0-1.03.217-1.94.653-2.732a4.55 4.55 0 0 1 1.861-1.842c.792-.436 1.69-.653 2.693-.653.95 0 1.756.145 2.416.435.673.277 1.28.746 1.821 1.406l-1.069 1.05c-.462-.542-.937-.918-1.426-1.13-.488-.223-1.075-.336-1.762-.336-1.439 0-2.448.627-3.029 1.881a4.488 4.488 0 0 0-.416 1.92v.239c0 .673.139 1.287.416 1.84.29.542.693.978 1.208 1.308.528.33 1.148.495 1.861.495.845 0 1.577-.212 2.198-.634.343-.25.686-.574 1.029-.97l1.109.93c-.581.753-1.214 1.294-1.901 1.624-.673.33-1.485.495-2.435.495zM163.585 19h-1.94l-3.505-4.415h-1.722V19h-1.703V9h1.703v4.198h1.742l3.287-4.197h1.822l-3.743 4.811L163.585 19zM174.362 13.931v.08c0 1.029-.224 1.946-.673 2.752a4.58 4.58 0 0 1-1.841 1.84c-.779.45-1.683.674-2.713.674s-1.94-.218-2.732-.653a4.715 4.715 0 0 1-1.842-1.861c-.449-.78-.673-1.697-.673-2.753v-.079c0-1.016.218-1.914.653-2.693a4.853 4.853 0 0 1 1.862-1.86c.792-.437 1.702-.654 2.732-.654 1.016 0 1.921.217 2.713.653a4.712 4.712 0 0 1 1.861 1.841c.435.793.653 1.697.653 2.713zm-8.732 0v.08c0 .752.146 1.425.436 2.019.29.58.7 1.03 1.228 1.346.541.317 1.155.476 1.841.476.7 0 1.313-.159 1.841-.476a3.171 3.171 0 0 0 1.228-1.366c.277-.58.416-1.247.416-2v-.079c0-.752-.145-1.412-.436-1.98a3.058 3.058 0 0 0-1.227-1.327c-.528-.316-1.136-.475-1.822-.475-.673 0-1.274.159-1.802.476a3.188 3.188 0 0 0-1.247 1.326c-.304.58-.456 1.24-.456 1.98zM184.776 9v10h-1.703v-4.435h-5.009V19h-1.703V9h1.703v4.179h5.009V9h1.703zM195.226 9v1.387h-3.504V19h-1.703v-8.613h-3.505V9h8.712z", fill: color }))));
23
+ });
24
+ FactoringDiscount.displayName = 'FactoringDiscount';
25
+ var FactoringDiscountWithStaticFields = Object.assign(FactoringDiscount, {
26
+ __KONTUR_REACT_UI__: 'FactoringDiscount',
27
+ });
28
+ exports.FactoringDiscount = FactoringDiscountWithStaticFields;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const ImplementationWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { ImplementationWithStaticFields as Implementation };
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Implementation = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var Implementation = 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.375 + "px",
10
+ height: size,
11
+ lineHeight: size + "px",
12
+ display: 'inline-block',
13
+ }, ref: ref },
14
+ react_1.default.createElement("svg", { viewBox: "0 0 105 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: "M12.335 15.06c0 1.214-.396 2.178-1.188 2.89-.778.7-1.821 1.05-3.128 1.05H1.525V4.942h6.217c.831 0 1.55.139 2.158.416a3.238 3.238 0 0 1 1.426 1.227c.343.542.514 1.182.514 1.921 0 .74-.191 1.38-.574 1.92-.37.529-.897.911-1.584 1.149.832.238 1.479.66 1.94 1.267.476.607.713 1.347.713 2.218zm-4.99-8.673H3.347v4.515h4c.831 0 1.485-.205 1.96-.614.488-.41.733-.977.733-1.703 0-.713-.238-1.254-.713-1.623-.462-.383-1.122-.575-1.98-.575zm3.149 8.594c0-.792-.284-1.426-.851-1.901-.555-.489-1.307-.733-2.258-.733H3.346v5.208h4.079c.977 0 1.73-.225 2.257-.674.541-.462.812-1.095.812-1.9zM22.893 9V19H21.19v-4.435h-5.01V19h-1.702V9.001h1.703v4.178h5.009V9h1.703zm10.866 7.207 1.01 1.05c-.7.726-1.4 1.247-2.1 1.564-.699.303-1.517.455-2.454.455-1.056 0-1.98-.211-2.773-.633a4.582 4.582 0 0 1-1.821-1.862c-.436-.792-.653-1.716-.653-2.772 0-1.003.217-1.907.653-2.712a4.723 4.723 0 0 1 1.802-1.901c.765-.449 1.663-.673 2.693-.673 1.451 0 2.58.429 3.385 1.287.819.858 1.228 2.04 1.228 3.544l-.04.733h-7.96c.146 1.478.713 2.514 1.704 3.108.527.304 1.148.456 1.86.456.687 0 1.294-.126 1.822-.377.541-.25 1.09-.673 1.644-1.267zm-6.97-3.168h6.316c-.04-.91-.33-1.63-.87-2.158-.529-.541-1.242-.812-2.14-.812-.884 0-1.623.27-2.217.812-.594.528-.957 1.247-1.089 2.158zm10.262 8.435h-1.624v-3.861h.93c.37-.396.648-.983.833-1.762.198-.779.31-1.828.336-3.148L37.566 9h7.524v8.613h1.465v3.861H44.91V19h-7.86v2.475zm1.03-3.861h5.306v-7.227H39.09l-.04 2.416c-.012 1.254-.098 2.27-.257 3.049-.158.779-.396 1.366-.712 1.762zm20.641-3.703v.1c0 1.029-.204 1.94-.614 2.732a4.337 4.337 0 0 1-1.702 1.841c-.726.436-1.571.654-2.535.654-1.782 0-3.036-.561-3.762-1.683v5.009h-1.703V9.001h1.584v1.762c.78-1.346 2.08-2.02 3.901-2.02.924 0 1.756.218 2.495.654a4.495 4.495 0 0 1 1.722 1.822c.41.765.614 1.663.614 2.692zm-1.722.1v-.1c0-.739-.145-1.386-.436-1.94a3.134 3.134 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.323 2.072.97 2.771.647.687 1.505 1.03 2.574 1.03.66 0 1.248-.158 1.763-.475a3.33 3.33 0 0 0 1.227-1.366c.29-.568.436-1.221.436-1.96zm12.003 2.197 1.01 1.05c-.7.726-1.4 1.247-2.1 1.564-.699.303-1.517.455-2.454.455-1.056 0-1.98-.211-2.773-.633a4.582 4.582 0 0 1-1.821-1.862c-.436-.792-.654-1.716-.654-2.772 0-1.003.218-1.907.654-2.712a4.723 4.723 0 0 1 1.802-1.901c.765-.449 1.663-.673 2.692-.673 1.453 0 2.581.429 3.386 1.287.819.858 1.228 2.04 1.228 3.544l-.04.733h-7.96c.146 1.478.714 2.514 1.703 3.108.528.304 1.149.456 1.862.456.686 0 1.293-.126 1.821-.377.541-.25 1.09-.673 1.644-1.267zm-6.97-3.168h6.316c-.04-.91-.33-1.63-.87-2.158-.529-.541-1.242-.812-2.14-.812-.884 0-1.623.27-2.217.812-.594.528-.957 1.247-1.089 2.158zm18.291-4.039V19h-1.702v-4.435h-5.01V19H71.91V9.001h1.703v4.178h5.01V9h1.702zm6.47 4.653 3.13-4.653h1.84V19h-1.623v-3.98c0-1.993.026-3.405.08-4.237-.318.554-.78 1.28-1.387 2.178l-1.089 1.604L84.835 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.848 2.554 1.01 1.05c-.7.726-1.4 1.247-2.099 1.564-.7.303-1.518.455-2.455.455-1.056 0-1.98-.211-2.772-.633a4.582 4.582 0 0 1-1.822-1.862c-.436-.792-.653-1.716-.653-2.772 0-1.003.217-1.907.653-2.712a4.723 4.723 0 0 1 1.802-1.901c.765-.449 1.663-.673 2.693-.673 1.452 0 2.58.429 3.385 1.287.819.858 1.228 2.04 1.228 3.544l-.04.733h-7.96c.146 1.478.714 2.514 1.704 3.108.528.304 1.148.456 1.86.456.687 0 1.294-.126 1.822-.377.542-.25 1.089-.673 1.644-1.267zm-6.97-3.168h6.316c-.039-.91-.33-1.63-.871-2.158-.528-.541-1.24-.812-2.138-.812-.885 0-1.624.27-2.218.812-.594.528-.957 1.247-1.089 2.158z", fill: color }))));
21
+ });
22
+ Implementation.displayName = 'Implementation';
23
+ var ImplementationWithStaticFields = Object.assign(Implementation, { __KONTUR_REACT_UI__: 'Implementation' });
24
+ exports.Implementation = ImplementationWithStaticFields;
@@ -17,7 +17,7 @@ var Logistic = react_1.forwardRef(function (_a, ref) {
17
17
  height: '100%',
18
18
  display: 'inline-block',
19
19
  } },
20
- react_1.default.createElement("path", { d: "M.614 18.92c.396.146.818.218 1.267.218 1.228 0 2.046-.495 2.455-1.485.396-.976.6-2.653.614-5.029l.139-6.158h5.94V19h1.821V4.942H3.425l-.178 7.504c-.013.964-.06 1.98-.138 3.05-.08.739-.231 1.26-.456 1.563-.224.304-.574.456-1.05.456-.21 0-.54-.053-.99-.159v1.565zM25.574 13.931c0-1.016-.218-1.92-.654-2.712a4.711 4.711 0 0 0-1.86-1.842c-.793-.436-1.697-.653-2.713-.653-1.03 0-1.94.217-2.733.653a4.85 4.85 0 0 0-1.861 1.861c-.436.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.792.436 1.703.654 2.733.654s1.933-.224 2.712-.673a4.58 4.58 0 0 0 1.842-1.841c.448-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.74.152-1.4.455-1.98.304-.58.72-1.023 1.248-1.327.528-.316 1.128-.475 1.802-.475.686 0 1.293.159 1.821.476.541.316.95.758 1.228 1.326.29.568.435 1.228.435 1.98v.08c0 .752-.138 1.418-.415 2-.29.593-.7 1.049-1.228 1.365-.528.317-1.142.476-1.841.476-.687 0-1.3-.159-1.842-.476a3.197 3.197 0 0 1-1.227-1.346c-.29-.594-.436-1.267-.436-2.02v-.079zM34.582 9h-7.01v10h1.704v-8.593h5.306V9zM40.118 13.654a66.755 66.755 0 0 0-2.237 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.654zM52.402 19.277c.95 0 1.762-.165 2.435-.495.686-.33 1.32-.871 1.9-1.623l-1.108-.931c-.343.396-.686.72-1.03.97-.62.422-1.353.634-2.197.634-.713 0-1.334-.165-1.862-.495a3.483 3.483 0 0 1-1.207-1.307 4.06 4.06 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.548 4.548 0 0 0-1.861 1.841c-.436.793-.654 1.703-.654 2.733v.237c0 .99.218 1.875.654 2.654a4.651 4.651 0 0 0 1.841 1.802c.805.422 1.716.633 2.733.633zM66.266 9h-8.712v1.387h3.505V19h1.703v-8.613h3.504V9zM71.805 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.713.02-1.623V9h-1.604V19h1.822l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.385-2.178c-.053.832-.08 2.244-.08 4.237V19h1.624V9h-1.84l-3.13 4.654zM88.345 19l-4.06-5.188 3.743-4.811h-1.822l-3.286 4.197h-1.743V9.002h-1.703V19h1.703v-4.415H82.9L86.404 19h1.94zM97.786 12.169c0-1.083-.356-1.927-1.07-2.535-.712-.607-1.709-.91-2.989-.91-1.782 0-3.247.693-4.395 2.079l1.089.99c.54-.594 1.069-1.017 1.583-1.268a3.885 3.885 0 0 1 1.763-.396c.779 0 1.373.185 1.782.555.409.356.613.89.613 1.604v.673l-2.613.178c-1.479.08-2.574.383-3.287.91-.7.516-1.05 1.275-1.05 2.278v.099c0 .91.31 1.617.931 2.119.634.501 1.505.752 2.614.752.779 0 1.465-.139 2.06-.416.593-.29 1.068-.7 1.425-1.227V19h1.544v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.366a2.61 2.61 0 0 1-1.108.95 3.617 3.617 0 0 1-1.564.338c-.713 0-1.268-.14-1.664-.416-.383-.277-.574-.674-.574-1.188v-.1c0-.633.211-1.095.634-1.385.422-.29 1.148-.462 2.178-.515l2.494-.119v1.07z", fill: color }))));
20
+ react_1.default.createElement("path", { d: "M.614 18.92c.396.146.819.218 1.267.218 1.228 0 2.046-.495 2.456-1.485.396-.976.6-2.653.613-5.029l.14-6.158h5.94V19h1.82V4.942H3.427l-.178 7.504c-.014.964-.06 1.98-.139 3.05-.08.739-.23 1.26-.455 1.563-.225.304-.575.456-1.05.456-.21 0-.54-.053-.99-.159v1.565zM25.574 13.931c0-1.016-.218-1.92-.653-2.712a4.711 4.711 0 0 0-1.861-1.842c-.792-.436-1.697-.653-2.713-.653-1.03 0-1.94.217-2.732.653a4.85 4.85 0 0 0-1.861 1.861c-.436.78-.654 1.677-.654 2.693v.08c0 1.055.225 1.973.673 2.752a4.711 4.711 0 0 0 1.842 1.86c.792.436 1.703.654 2.732.654 1.03 0 1.934-.224 2.713-.673a4.58 4.58 0 0 0 1.841-1.841c.449-.806.673-1.723.673-2.753v-.079zm-8.732 0c0-.74.152-1.4.456-1.98.304-.58.72-1.023 1.247-1.327.528-.316 1.129-.475 1.802-.475.686 0 1.294.159 1.822.476.54.316.95.758 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.227 1.365-.529.317-1.142.476-1.842.476-.686 0-1.3-.159-1.841-.476a3.197 3.197 0 0 1-1.228-1.346c-.29-.594-.435-1.267-.435-2.02v-.079zM34.583 9h-7.01v10h1.703v-8.593h5.307V9zM40.119 13.654a66.755 66.755 0 0 0-2.237 3.524l.04-1.98c.012-.171.019-.713.019-1.623V9h-1.604V19h1.822l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.385-2.178c-.052.832-.079 2.244-.079 4.237V19h1.624V9h-1.842l-3.128 4.654zM52.402 19.277c.95 0 1.762-.165 2.435-.495.687-.33 1.32-.871 1.901-1.623l-1.108-.931c-.344.396-.687.72-1.03.97-.62.422-1.353.634-2.198.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.842v-.237c0-.687.139-1.327.416-1.92.58-1.255 1.59-1.882 3.03-1.882.686 0 1.273.113 1.762.337.488.211.963.587 1.425 1.128l1.07-1.049c-.542-.66-1.149-1.129-1.822-1.406-.66-.29-1.465-.435-2.416-.435-1.003 0-1.9.217-2.692.653a4.548 4.548 0 0 0-1.862 1.841c-.435.793-.653 1.703-.653 2.733v.237c0 .99.218 1.875.653 2.654a4.651 4.651 0 0 0 1.842 1.802c.805.422 1.716.633 2.732.633zM66.267 9h-8.712v1.387h3.505V19h1.702v-8.613h3.505V9zM71.805 13.654a66.755 66.755 0 0 0-2.237 3.524l.04-1.98c.013-.171.02-.713.02-1.623V9h-1.605V19h1.822l2.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.654zM88.345 19l-4.059-5.188 3.742-4.811h-1.821l-3.287 4.197h-1.742V9.002h-1.703V19h1.703v-4.415H82.9L86.405 19h1.94zM97.787 12.169c0-1.083-.357-1.927-1.07-2.535-.712-.607-1.709-.91-2.99-.91-1.781 0-3.247.693-4.395 2.079l1.089.99c.541-.594 1.07-1.017 1.584-1.268a3.885 3.885 0 0 1 1.762-.396c.779 0 1.373.185 1.782.555.41.356.614.89.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.286.91-.7.516-1.05 1.275-1.05 2.278v.099c0 .91.31 1.617.93 2.119.634.501 1.506.752 2.614.752.78 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.366a2.61 2.61 0 0 1-1.109.95 3.617 3.617 0 0 1-1.564.338c-.713 0-1.267-.14-1.663-.416-.383-.277-.574-.674-.574-1.188v-.1c0-.633.21-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07z", fill: color }))));
21
21
  });
22
22
  Logistic.displayName = 'Logistic';
23
23
  var LogisticWithStaticFields = Object.assign(Logistic, { __KONTUR_REACT_UI__: 'Logistic' });
@@ -19,7 +19,7 @@ var MarketTips = react_1.forwardRef(function (_a, ref) {
19
19
  } },
20
20
  react_1.default.createElement("path", { d: "M10.375 11.14c-.871 2.468-1.492 4.329-1.861 5.583-.357-1.267-.99-3.128-1.901-5.584L4.415 4.942h-2.89V19h1.722v-7.01l-.02-4.256V6.308c.436 1.413 1.09 3.294 1.96 5.643L7.682 19h1.604l2.653-7.564c.647-1.795 1.241-3.517 1.782-5.167-.04 1.518-.06 3.425-.06 5.722V19h1.783V4.942h-2.891l-2.178 6.197zM26.5 12.169c0-1.082-.356-1.927-1.069-2.534-.712-.608-1.709-.911-2.99-.911-1.781 0-3.247.693-4.395 2.079l1.089.99c.541-.594 1.07-1.017 1.584-1.267a3.885 3.885 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.41.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.286.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.93 2.119.634.501 1.506.752 2.614.752.78 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.623 3.128c0 .502-.132.957-.396 1.367a2.61 2.61 0 0 1-1.109.95 3.617 3.617 0 0 1-1.564.337c-.713 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.21-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07zM39.416 13.911c0-1.03-.205-1.927-.614-2.692a4.494 4.494 0 0 0-1.723-1.822c-.739-.436-1.57-.653-2.495-.653-1.821 0-3.121.673-3.9 2.02V9H29.1v13.563h1.703v-5.01c.726 1.123 1.98 1.684 3.762 1.684.963 0 1.808-.218 2.534-.654a4.337 4.337 0 0 0 1.703-1.841c.409-.792.614-1.703.614-2.733v-.099zm-1.723.1c0 .739-.145 1.392-.436 1.96a3.33 3.33 0 0 1-1.227 1.366c-.515.317-1.102.475-1.762.475-1.07 0-1.928-.343-2.574-1.03-.647-.7-.97-1.623-.97-2.772v-.099c0-.752.151-1.412.455-1.98a3.214 3.214 0 0 1 1.267-1.287 3.646 3.646 0 0 1 1.841-.475c.647 0 1.241.159 1.782.475.515.317.911.76 1.188 1.327.29.554.436 1.201.436 1.94v.1zM50.389 19l-4.059-5.188 3.742-4.811h-1.821l-3.287 4.198H43.22V9H41.52V19h1.702v-4.415h1.723L48.449 19h1.94zM59.562 16.208c-.554.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.218 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.871 2.158h-6.316zM69.882 9.001H61.17v1.386h3.505V19h1.703v-8.613h3.504V9.001z", fill: color }),
21
21
  react_1.default.createElement("circle", { cx: "77.5", cy: "13.5", r: "1.5" }),
22
- react_1.default.createElement("path", { d: "M93.504 11.417c-.964.435-2.099.653-3.406.653-1.069 0-1.854-.198-2.356-.594-.488-.41-.732-1.056-.732-1.94V4.942h-1.822v4.613c0 .898.172 1.657.515 2.277.7 1.215 2.118 1.822 4.257 1.822.594 0 1.208-.06 1.841-.178A8.76 8.76 0 0 0 93.504 13V19h1.822V4.942h-1.822v6.475zM106.382 12.169c0-1.082-.356-1.927-1.069-2.534-.713-.608-1.709-.911-2.99-.911-1.782 0-3.247.693-4.395 2.079l1.089.99c.54-.594 1.069-1.017 1.584-1.267a3.883 3.883 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.409.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.287.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.311 1.617.931 2.119.634.501 1.505.752 2.614.752.779 0 1.465-.139 2.059-.416.594-.29 1.069-.7 1.426-1.227V19h1.544v-6.831zm-1.623 3.128c0 .502-.132.957-.396 1.367-.264.409-.634.726-1.109.95a3.617 3.617 0 0 1-1.564.337c-.713 0-1.268-.139-1.664-.416-.382-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.634-1.385.422-.29 1.148-.462 2.178-.515l2.495-.119v1.07zM117.179 16.208c-.555.594-1.103 1.017-1.644 1.267-.528.251-1.135.377-1.821.377-.713 0-1.334-.152-1.862-.456-.99-.594-1.557-1.63-1.702-3.108h7.959l.04-.733c0-1.505-.409-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.692.673a4.716 4.716 0 0 0-1.802 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.582 4.582 0 0 0 1.821 1.862c.792.422 1.716.633 2.772.633.938 0 1.756-.152 2.456-.455.699-.317 1.399-.838 2.098-1.564l-1.009-1.05zm-6.97-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.218-.812.897 0 1.61.27 2.138.812.541.528.832 1.247.871 2.158h-6.316zM128.599 16.208c0-.607-.178-1.115-.534-1.524-.357-.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.861-.594-.475-1.373-.713-2.337-.713h-4.95V19h5.188c1.03 0 1.841-.25 2.435-.752.594-.515.891-1.195.891-2.04zm-3.821-5.88c.594 0 1.043.125 1.346.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.099 5.742c0 .514-.172.91-.515 1.188-.343.264-.851.396-1.525.396h-3.069v-3.129h3.069c.66 0 1.162.139 1.505.416.357.264.535.64.535 1.129zM135.158 19c1.148 0 2.065-.304 2.752-.91.686-.608 1.029-1.42 1.029-2.436 0-1.03-.343-1.848-1.029-2.455-.687-.608-1.604-.911-2.752-.911h-2.634V9h-1.703V19h4.337zm-2.634-5.306h2.356c1.545 0 2.317.653 2.317 1.96s-.772 1.96-2.317 1.96h-2.356v-3.92zM140.345 9V19h1.683V9.001h-1.683zM152.906 16.208c-.554.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.039-.733c0-1.505-.409-2.686-1.227-3.544-.806-.858-1.934-1.287-3.386-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.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.755-.152 2.455-.455.7-.317 1.399-.838 2.099-1.564l-1.01-1.05zm-6.97-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.334-.812 2.218-.812.898 0 1.61.27 2.138.812.542.528.832 1.247.872 2.158h-6.317z", fill: color }))));
22
+ react_1.default.createElement("path", { d: "M93.504 11.417c-.963.435-2.098.653-3.405.653-1.07 0-1.855-.198-2.356-.594-.489-.41-.733-1.056-.733-1.94V4.942h-1.822v4.613c0 .898.172 1.657.515 2.277.7 1.215 2.119 1.822 4.257 1.822.594 0 1.208-.06 1.842-.178A8.76 8.76 0 0 0 93.504 13V19h1.822V4.942h-1.822v6.475zM106.383 12.169c0-1.082-.357-1.927-1.07-2.534-.712-.608-1.709-.911-2.989-.911-1.782 0-3.248.693-4.396 2.079l1.09.99c.54-.594 1.068-1.017 1.583-1.267a3.883 3.883 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.409.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.573.383-3.286.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.93 2.119.635.501 1.506.752 2.614.752.779 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.367-.264.409-.634.726-1.109.95a3.614 3.614 0 0 1-1.564.337c-.713 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.21-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07zM117.179 16.208c-.554.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.039-.733c0-1.505-.409-2.686-1.227-3.544-.806-.858-1.934-1.287-3.386-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.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.755-.152 2.455-.455.7-.317 1.399-.838 2.099-1.564l-1.01-1.05zm-6.97-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.334-.812 2.218-.812.898 0 1.61.27 2.138.812.542.528.832 1.247.872 2.158h-6.317zM128.6 16.208c0-.607-.178-1.115-.535-1.524-.356-.423-.845-.707-1.465-.852.528-.158.937-.429 1.228-.812.303-.382.455-.864.455-1.445 0-.779-.304-1.4-.911-1.861-.594-.475-1.373-.713-2.336-.713h-4.95V19h5.187c1.03 0 1.842-.25 2.436-.752.594-.515.891-1.195.891-2.04zm-3.822-5.88c.594 0 1.043.125 1.347.376.317.25.475.607.475 1.069 0 .475-.158.845-.475 1.109-.304.25-.753.376-1.347.376h-3.009v-2.93h3.009zm2.099 5.742c0 .514-.171.91-.515 1.188-.343.264-.851.396-1.524.396h-3.069v-3.129h3.069c.66 0 1.161.139 1.505.416.356.264.534.64.534 1.129zM135.158 19c1.149 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.603-.911-2.752-.911h-2.633V9h-1.703V19h4.336zm-2.633-5.306h2.356c1.544 0 2.317.653 2.317 1.96s-.773 1.96-2.317 1.96h-2.356v-3.92zM140.346 9V19h1.683V9.001h-1.683zM152.906 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.316z", fill: color }))));
23
23
  });
24
24
  MarketTips.displayName = 'MarketTips';
25
25
  var MarketTipsWithStaticFields = Object.assign(MarketTips, { __KONTUR_REACT_UI__: 'MarketTips' });
@@ -17,7 +17,7 @@ var RealEstate = 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.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 }))));
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 }))));
21
21
  });
22
22
  RealEstate.displayName = 'RealEstate';
23
23
  var RealEstateWithStaticFields = Object.assign(RealEstate, { __KONTUR_REACT_UI__: 'RealEstate' });
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const RobotsWithStaticFields: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>> & {
6
+ __KONTUR_REACT_UI__: string;
7
+ };
8
+ export { RobotsWithStaticFields as Robots };
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Robots = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var Robots = react_1.forwardRef(function (_a, ref) {
7
+ var _b = _a.color, color = _b === void 0 ? '#F03B36' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
8
+ return (react_1.default.createElement("span", { style: {
9
+ width: size * 3 + "px",
10
+ height: size,
11
+ lineHeight: size + "px",
12
+ display: 'inline-block',
13
+ }, ref: ref },
14
+ react_1.default.createElement("svg", { viewBox: "0 0 72 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: "M62.977 19H58.64V9.001h1.702v3.287h2.634c1.148 0 2.066.303 2.752.91.686.608 1.03 1.426 1.03 2.456 0 1.016-.344 1.828-1.03 2.435S64.125 19 62.977 19zm-2.634-5.306v3.92H62.7c1.544 0 2.316-.653 2.316-1.96s-.772-1.96-2.316-1.96h-2.357zM68.164 9h1.683V19h-1.683V9.001zM56.884 9.001v1.386h-3.505V19h-1.703v-8.613h-3.504V9.001h8.712zM47.568 13.931v.08c0 1.029-.224 1.946-.673 2.751a4.58 4.58 0 0 1-1.842 1.842c-.778.449-1.683.673-2.712.673-1.03 0-1.94-.218-2.733-.653a4.711 4.711 0 0 1-1.841-1.862c-.449-.778-.673-1.696-.673-2.752v-.079c0-1.016.218-1.914.653-2.693a4.849 4.849 0 0 1 1.861-1.861c.792-.436 1.703-.653 2.733-.653 1.016 0 1.92.217 2.712.653a4.711 4.711 0 0 1 1.862 1.841c.435.792.653 1.697.653 2.713zm-8.732 0v.08c0 .752.145 1.425.436 2.019.29.58.7 1.03 1.227 1.346.541.317 1.155.475 1.842.475.7 0 1.313-.158 1.841-.475a3.173 3.173 0 0 0 1.228-1.366c.277-.58.416-1.247.416-2v-.079c0-.752-.146-1.412-.436-1.98a3.059 3.059 0 0 0-1.228-1.327c-.528-.316-1.135-.475-1.821-.475-.674 0-1.274.159-1.802.475a3.193 3.193 0 0 0-1.248 1.327c-.303.58-.455 1.24-.455 1.98zM35.714 14.07v.099c0 1.003-.217 1.887-.653 2.653a4.619 4.619 0 0 1-1.861 1.802c-.792.435-1.69.653-2.693.653-1.716 0-3.023-.515-3.92-1.544-.898-1.043-1.347-2.58-1.347-4.614v-.356c0-1.663.192-3.043.574-4.138.396-1.11 1.017-1.947 1.862-2.515.87-.594 2.065-.937 3.583-1.03a63.037 63.037 0 0 0 3.663-.356l.139 1.485c-.95.132-2.211.25-3.782.357-1.056.052-1.9.244-2.534.574a3.062 3.062 0 0 0-1.406 1.505c-.304.66-.508 1.564-.614 2.712.317-.713.832-1.274 1.545-1.683.726-.41 1.557-.614 2.494-.614.977 0 1.842.205 2.594.614a4.26 4.26 0 0 1 1.743 1.742c.409.74.613 1.624.613 2.654zm-1.742.138v-.099c0-.726-.139-1.353-.416-1.88a3.113 3.113 0 0 0-1.227-1.288c-.542-.303-1.155-.455-1.842-.455-.7 0-1.313.152-1.841.455-.528.29-.937.707-1.228 1.248-.29.528-.435 1.168-.435 1.92v.1c0 .712.145 1.34.435 1.88.29.542.7.97 1.228 1.287.528.317 1.142.476 1.841.476.687 0 1.294-.152 1.822-.456a3.086 3.086 0 0 0 1.247-1.287c.277-.554.416-1.188.416-1.9zM23.582 13.931v.08c0 1.029-.225 1.946-.674 2.751a4.58 4.58 0 0 1-1.841 1.842c-.779.449-1.683.673-2.713.673s-1.94-.218-2.732-.653a4.711 4.711 0 0 1-1.841-1.862c-.45-.778-.674-1.696-.674-2.752v-.079c0-1.016.218-1.914.654-2.693a4.849 4.849 0 0 1 1.861-1.861c.792-.436 1.703-.653 2.732-.653 1.017 0 1.921.217 2.713.653a4.711 4.711 0 0 1 1.861 1.841c.436.792.654 1.697.654 2.713zm-8.732 0v.08c0 .752.145 1.425.435 2.019.29.58.7 1.03 1.228 1.346.541.317 1.155.475 1.841.475.7 0 1.314-.158 1.842-.475a3.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.327c-.528-.316-1.135-.475-1.822-.475-.673 0-1.273.159-1.801.475a3.193 3.193 0 0 0-1.248 1.327c-.303.58-.455 1.24-.455 1.98zM12.117 9.16c0 .87-.184 1.616-.554 2.237-.356.62-.891 1.102-1.604 1.445-.713.343-1.511.515-2.396.515H3.366V19H1.524V4.942h6.04c.937 0 1.742.171 2.415.515.686.33 1.214.811 1.584 1.445.37.62.554 1.373.554 2.257zM7.326 6.465h-3.98v5.366h3.98c.95 0 1.683-.23 2.198-.693.528-.462.792-1.122.792-1.98 0-.87-.264-1.538-.792-2-.515-.462-1.248-.693-2.198-.693z", fill: color }))));
21
+ });
22
+ Robots.displayName = 'Robots';
23
+ var RobotsWithStaticFields = Object.assign(Robots, { __KONTUR_REACT_UI__: 'Robots' });
24
+ exports.Robots = RobotsWithStaticFields;
@@ -17,7 +17,7 @@ var SchoolAcademy = react_1.forwardRef(function (_a, ref) {
17
17
  height: '100%',
18
18
  display: 'inline-block',
19
19
  } },
20
- react_1.default.createElement("path", { d: "M4.534 12.03c1.083-3.036 1.736-4.943 1.96-5.722l.575 1.723.178.475 1.228 3.505.673 1.9H3.88l.653-1.88zM12.831 19 7.722 4.942H5.326L.238 19h1.841l1.267-3.584h6.317L10.95 19h1.88zM23.368 19l-4.06-5.188 3.743-4.811h-1.822l-3.287 4.198H16.2V9h-1.703V19H16.2v-4.415h1.723L21.427 19h1.94zM32.81 12.169c0-1.082-.357-1.927-1.07-2.534-.713-.608-1.71-.911-2.99-.911-1.782 0-3.247.693-4.395 2.079l1.088.99c.542-.594 1.07-1.017 1.584-1.267a3.885 3.885 0 0 1 1.763-.396c.779 0 1.373.184 1.782.554.409.356.614.891.614 1.604v.673l-2.614.178c-1.479.08-2.574.383-3.287.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.931 2.119.634.501 1.505.752 2.614.752.779 0 1.465-.139 2.06-.416.593-.29 1.068-.7 1.425-1.227V19h1.544v-6.831zm-1.625 3.128c0 .502-.131.957-.395 1.367a2.61 2.61 0 0 1-1.11.95 3.617 3.617 0 0 1-1.564.337c-.712 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.634-1.385.422-.29 1.148-.462 2.178-.515l2.495-.119v1.07zM35.93 21.475V19h7.86v2.475h1.644v-3.861h-1.466V9.001h-7.524l-.04 3.703c-.026 1.32-.138 2.369-.336 3.148-.185.779-.462 1.366-.831 1.762h-.931v3.861h1.624zm1.03-3.861c.316-.396.554-.983.712-1.762.158-.779.244-1.795.257-3.05l.04-2.415h4.297v7.227h-5.307zM55.096 16.208c-.555.594-1.102 1.017-1.644 1.267-.528.251-1.135.377-1.821.377-.713 0-1.334-.152-1.861-.456-.99-.594-1.558-1.63-1.703-3.108h7.96l.039-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.03 0-1.927.224-2.692.673a4.723 4.723 0 0 0-1.802 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.582 4.582 0 0 0 1.822 1.862c.791.422 1.715.633 2.771.633.938 0 1.756-.152 2.456-.455.7-.317 1.399-.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.897 0 1.61.27 2.138.812.541.528.832 1.247.871 2.158h-6.316zM63.645 17.08 60.517 9h-2.515V19h1.584v-8.474L62.873 19h1.545l3.286-8.494V19h1.584V9.001h-2.534l-3.109 8.078zM75.769 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.712.02-1.623V9h-1.604V19h1.822l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.385-2.178c-.053.832-.079 2.244-.079 4.237V19h1.624V9.001h-1.842l-3.128 4.653zM86.606 9.001c-1.082 0-1.953.297-2.613.891-.647.58-.97 1.36-.97 2.336 0 .766.204 1.413.614 1.94.422.516 1.042.892 1.86 1.13L82.548 19h1.921l2.733-3.505h2.217V19h1.643V9.001h-4.455zm.218 5.128c-.673 0-1.2-.165-1.584-.495-.37-.343-.554-.805-.554-1.386 0-.58.185-1.036.554-1.366.383-.33.911-.495 1.584-.495h2.594v3.742h-2.594z", fill: color }))));
20
+ react_1.default.createElement("path", { d: "M4.534 12.03c1.082-3.036 1.736-4.943 1.96-5.722l.574 1.723.179.475 1.227 3.505.673 1.9H3.88l.654-1.88zM12.83 19 7.722 4.942H5.326L.237 19H2.08l1.267-3.584h6.316L10.95 19h1.881zM23.367 19l-4.059-5.188 3.742-4.811H21.23l-3.287 4.198H16.2V9h-1.703V19H16.2v-4.415h1.722L21.427 19h1.94zM32.809 12.169c0-1.082-.357-1.927-1.07-2.534-.712-.608-1.709-.911-2.99-.911-1.781 0-3.247.693-4.395 2.079l1.089.99c.541-.594 1.07-1.017 1.584-1.267a3.885 3.885 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.41.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.286.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.93 2.119.634.501 1.506.752 2.614.752.78 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.367a2.61 2.61 0 0 1-1.109.95 3.617 3.617 0 0 1-1.564.337c-.713 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.21-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07zM35.93 21.475V19h7.86v2.475h1.643v-3.861h-1.465V9.001h-7.524l-.04 3.703c-.026 1.32-.138 2.369-.336 3.148-.185.779-.462 1.366-.832 1.762h-.93v3.861h1.623zm1.029-3.861c.316-.396.554-.983.712-1.762.159-.779.245-1.795.258-3.05l.04-2.415h4.296v7.227H36.96zM55.095 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.04-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-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.218 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.756-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.97-3.168c.133-.91.496-1.63 1.09-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.61.27 2.139.812.54.528.831 1.247.87 2.158h-6.315zM63.645 17.08 60.516 9h-2.514V19h1.584v-8.474L62.873 19h1.544l3.287-8.494V19h1.584V9.001h-2.534l-3.11 8.078zM75.768 13.654a66.755 66.755 0 0 0-2.237 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.653zM86.606 9.001c-1.082 0-1.954.297-2.614.891-.646.58-.97 1.36-.97 2.336 0 .766.205 1.413.614 1.94.422.516 1.043.892 1.861 1.13L82.547 19h1.92l2.733-3.505h2.218V19h1.643V9.001h-4.455zm.218 5.128c-.673 0-1.201-.165-1.584-.495-.37-.343-.555-.805-.555-1.386 0-.58.185-1.036.555-1.366.383-.33.91-.495 1.584-.495h2.594v3.742h-2.594z", fill: color }))));
21
21
  });
22
22
  SchoolAcademy.displayName = 'SchoolAcademy';
23
23
  var SchoolAcademyWithStaticFields = Object.assign(SchoolAcademy, { __KONTUR_REACT_UI__: 'SchoolAcademy' });