@ludo.ninja/components 2.2.12 → 2.2.14

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 (131) hide show
  1. package/build/components/Page404/Page404SPA.js +10 -5
  2. package/build/components/Page500/index.js +13 -9
  3. package/build/components/assetPage/viewer3D/index.js +21 -20
  4. package/build/components/search/searchSuggestions/index.d.ts +3 -3
  5. package/build/components/search/searchSuggestions/index.js +22 -19
  6. package/build/components/shareDialog/index.js +11 -19
  7. package/build/components/sidebar/data.js +13 -23
  8. package/build/components/sidebar/icons.d.ts +8 -0
  9. package/build/components/sidebar/icons.js +20 -0
  10. package/build/components/sidebar/index.js +10 -9
  11. package/build/components/sidebar/sidebarSpa.d.ts +1 -1
  12. package/build/components/sidebar/sidebarSpa.js +8 -7
  13. package/build/dto/AssetEntity/views/AssetImage/index.d.ts +1 -1
  14. package/build/dto/AssetEntity/views/AssetImage/index.js +5 -4
  15. package/build/dto/AssetEntity/views/AssetOther/index.d.ts +1 -1
  16. package/build/dto/AssetEntity/views/AssetOther/index.js +4 -5
  17. package/build/dto/AssetEntity/views/AssetScreenshot/index.d.ts +1 -1
  18. package/build/dto/AssetEntity/views/AssetScreenshot/index.js +5 -4
  19. package/build/dto/common/ItemViews/CreationAudio/index.d.ts +1 -1
  20. package/build/dto/common/ItemViews/CreationAudio/index.js +4 -3
  21. package/build/dto/common/ItemViews/CreationImage/index.d.ts +1 -1
  22. package/build/dto/common/ItemViews/CreationImage/index.js +4 -3
  23. package/build/dto/common/ItemViews/CreationOther/index.d.ts +1 -1
  24. package/build/dto/common/ItemViews/CreationOther/index.js +4 -3
  25. package/build/dto/common/ItemViews/CreationVideo/index.d.ts +1 -1
  26. package/build/dto/common/ItemViews/CreationVideo/index.js +4 -3
  27. package/build/dto/common/Media/Urls/index.js +15 -14
  28. package/build/modules/gallery/ui/GalleryDeleteIcon.d.ts +1 -1
  29. package/build/modules/gallery/ui/GalleryDeleteIcon.js +17 -15
  30. package/build/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.js +16 -11
  31. package/build/modules/gallery/ui/itemsPreview/index.d.ts +1 -1
  32. package/build/modules/gallery/ui/itemsPreview/index.js +16 -21
  33. package/build/system/Cards/CardCheckbox/index.d.ts +1 -1
  34. package/build/system/Cards/CardCheckbox/index.js +8 -7
  35. package/build/system/Cards/MultiMediaCard/index.js +16 -24
  36. package/build/system/Forms/Selects/DesktopSelect/index.d.ts +2 -2
  37. package/build/system/Forms/Selects/DesktopSelect/index.js +9 -13
  38. package/build/system/Img/ImageInterceptor/ImageInterceptor.test.js +18 -17
  39. package/build/system/Img/ImageInterceptor/index.d.ts +1 -1
  40. package/build/system/Img/ImageInterceptor/index.js +3 -2
  41. package/build/system/Img/Userpic/UserPicSpa.d.ts +2 -2
  42. package/build/system/Img/Userpic/UserPicSpa.js +15 -17
  43. package/build/system/Img/Userpic/index.js +9 -12
  44. package/build/system/Labels/ExperienceLabel/index.d.ts +1 -1
  45. package/build/system/Labels/ExperienceLabel/index.js +9 -9
  46. package/build/system/Modals/Modal/index.js +4 -4
  47. package/build/system/Modals/ModalSidebar/ModalSidebarPortal.d.ts +2 -2
  48. package/build/system/Modals/ModalSidebar/ModalSidebarPortal.js +3 -3
  49. package/build/system/Modals/ModalSidebar/index.js +4 -4
  50. package/build/system/ShareIconResize.js +9 -9
  51. package/build/system/Tabs/TabsData/AdminTabs/index.d.ts +7 -0
  52. package/build/system/Tabs/TabsData/AdminTabs/index.js +42 -0
  53. package/build/system/Tabs/TabsData/BasicTabs/index.d.ts +6 -0
  54. package/build/system/Tabs/TabsData/BasicTabs/index.js +132 -0
  55. package/package.json +1 -1
  56. package/build/public/404/404.js +0 -39
  57. package/build/public/500/500.js +0 -39
  58. package/build/public/alerts/close.js +0 -27
  59. package/build/public/alerts/errorIcon.js +0 -31
  60. package/build/public/alerts/successIcon.js +0 -31
  61. package/build/public/alerts/warningIcon.js +0 -43
  62. package/build/public/assetPage/arrow.js +0 -25
  63. package/build/public/banner/banner_img.js +0 -1
  64. package/build/public/banner/banner_stroke.js +0 -24
  65. package/build/public/button_skin/accept.js +0 -38
  66. package/build/public/button_skin/decline.js +0 -38
  67. package/build/public/defaultUserpics/0.js +0 -75
  68. package/build/public/defaultUserpics/1.js +0 -78
  69. package/build/public/defaultUserpics/10.js +0 -75
  70. package/build/public/defaultUserpics/11.js +0 -75
  71. package/build/public/defaultUserpics/12.js +0 -75
  72. package/build/public/defaultUserpics/13.js +0 -75
  73. package/build/public/defaultUserpics/14.js +0 -75
  74. package/build/public/defaultUserpics/15.js +0 -75
  75. package/build/public/defaultUserpics/16.js +0 -75
  76. package/build/public/defaultUserpics/17.js +0 -75
  77. package/build/public/defaultUserpics/18.js +0 -75
  78. package/build/public/defaultUserpics/19.js +0 -75
  79. package/build/public/defaultUserpics/2.js +0 -75
  80. package/build/public/defaultUserpics/20.js +0 -75
  81. package/build/public/defaultUserpics/3.js +0 -75
  82. package/build/public/defaultUserpics/4.js +0 -75
  83. package/build/public/defaultUserpics/5.js +0 -75
  84. package/build/public/defaultUserpics/6.js +0 -75
  85. package/build/public/defaultUserpics/7.js +0 -75
  86. package/build/public/defaultUserpics/8.js +0 -75
  87. package/build/public/defaultUserpics/9.js +0 -75
  88. package/build/public/defaultUserpics/defaultUserpic.js +0 -91
  89. package/build/public/forms/checkbox/checked.js +0 -30
  90. package/build/public/formsBg/get_early_access_bg.jpg +0 -0
  91. package/build/public/gallery/defaultImage.js +0 -24
  92. package/build/public/gallery/delete.js +0 -30
  93. package/build/public/iconButton/share.js +0 -40
  94. package/build/public/iconButton/trash.js +0 -36
  95. package/build/public/iconButton/trash_open.js +0 -42
  96. package/build/public/modal/close.js +0 -25
  97. package/build/public/noContent/noContent.js +0 -37
  98. package/build/public/noContent/noContentAudio.js +0 -114
  99. package/build/public/noContent/noContentObject.js +0 -117
  100. package/build/public/rewardsPage/XP_logo.js +0 -74
  101. package/build/public/rewardsPage/arrow_up_light.js +0 -25
  102. package/build/public/rewardsPage/banner_rewards.js +0 -1
  103. package/build/public/rewardsPage/banner_rewards_mobile.js +0 -1
  104. package/build/public/rewardsPage/banner_rewards_tablet.js +0 -1
  105. package/build/public/rewardsPage/banner_seasons.js +0 -1
  106. package/build/public/rewardsPage/defaultUserPic.js +0 -1
  107. package/build/public/rewardsPage/ludo_logo_white.js +0 -159
  108. package/build/public/selects/arrow_down.js +0 -25
  109. package/build/public/share/copy-link-btn.js +0 -39
  110. package/build/public/share/email-btn.js +0 -33
  111. package/build/public/share/facebook-btn.js +0 -30
  112. package/build/public/share/insta-btn.js +0 -70
  113. package/build/public/share/reddit-btn.js +0 -36
  114. package/build/public/share/telegram-btn.js +0 -25
  115. package/build/public/share/twitter-btn.js +0 -34
  116. package/build/public/share/whatsapp-btn.js +0 -35
  117. package/build/public/sidebar/aboutLudo.js +0 -139
  118. package/build/public/sidebar/aboutLudoDark.js +0 -139
  119. package/build/public/sidebar/api.js +0 -24
  120. package/build/public/sidebar/close.js +0 -25
  121. package/build/public/sidebar/disconnect.js +0 -24
  122. package/build/public/sidebar/explore.js +0 -24
  123. package/build/public/sidebar/ludoX.js +0 -204
  124. package/build/public/sidebar/my-invites.js +0 -22
  125. package/build/public/sidebar/referralDashboard.js +0 -47
  126. package/build/public/sidebar/rewards.js +0 -22
  127. package/build/public/sidebar/submitNft.js +0 -24
  128. package/build/public/socials/facebook.js +0 -27
  129. package/build/public/socials/instagram.js +0 -30
  130. package/build/public/socials/twitter.js +0 -22
  131. package/build/public/socials/website.js +0 -44
@@ -6,15 +6,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ShareIconResize = void 0;
7
7
  const jsx_runtime_1 = require("react/jsx-runtime");
8
8
  const ScreenWidth_1 = require("../styles/ScreenWidth");
9
- const scale_1 = require("../utils/adaptive/scale");
10
- const screen_1 = require("../utils/screen");
11
- const styled_components_1 = __importDefault(require("styled-components"));
9
+ const constants_1 = require("@ludo.ninja/core/build/constants");
12
10
  const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
13
- const share_svg_1 = __importDefault(require("../public/iconButton/share"));
11
+ const styled_components_1 = __importDefault(require("styled-components"));
14
12
  const SIcon = styled_components_1.default.div `
15
13
  display: flex;
16
14
  align-items: center;
17
15
  justify-content: center;
16
+ background-image: url("${constants_1.staticLink}/iconButton/share.svg");
17
+ background-repeat: no-repeat;
18
+ background-position: center;
19
+ background-size: cover;
20
+ width: 19px;
21
+ height: 20px;
18
22
 
19
23
  ${ScreenWidth_1.mediaQuery.minWidthFourK} {
20
24
  width: ${(0, _4k_1.adaptiveValueCalc)(19)};
@@ -22,10 +26,6 @@ const SIcon = styled_components_1.default.div `
22
26
  }
23
27
  `;
24
28
  const ShareIconResize = () => {
25
- const { windowDimensions } = (0, screen_1.useWindowDimensionsWithServerInitial)();
26
- return ((0, jsx_runtime_1.jsx)(SIcon, { children: (0, jsx_runtime_1.jsx)(share_svg_1.default, { style: (0, scale_1.getAdaptiveScale)({
27
- windowDimensions,
28
- currentSize: 1,
29
- }) }) }));
29
+ return (0, jsx_runtime_1.jsx)(SIcon, {});
30
30
  };
31
31
  exports.ShareIconResize = ShareIconResize;
@@ -0,0 +1,7 @@
1
+ import { BlockChainKeys } from '@ludo.ninja/core';
2
+ declare const adminTabs: {
3
+ label: string;
4
+ privateLabel: BlockChainKeys;
5
+ icon: string;
6
+ }[];
7
+ export default adminTabs;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const core_1 = require("@ludo.ninja/core");
4
+ const adminTabs = [
5
+ {
6
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.ethereum).getBlockChainPublicLabel(),
7
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.ethereum).getBlockChainPrivateLabel(),
8
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.ethereum).getBlockChainIconRegular({
9
+ domain: `${(0, core_1.getStaticDomain)({
10
+ ENV: 'ludo.com',
11
+ })}`,
12
+ }),
13
+ },
14
+ {
15
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.avalanche).getBlockChainPublicLabel(),
16
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.avalanche).getBlockChainPrivateLabel(),
17
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.avalanche).getBlockChainIconRegular({
18
+ domain: `${(0, core_1.getStaticDomain)({
19
+ ENV: 'ludo.com',
20
+ })}`,
21
+ }),
22
+ },
23
+ {
24
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.polygon).getBlockChainPublicLabel(),
25
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.polygon).getBlockChainPrivateLabel(),
26
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.polygon).getBlockChainIconRegular({
27
+ domain: `${(0, core_1.getStaticDomain)({
28
+ ENV: 'ludo.com',
29
+ })}`,
30
+ }),
31
+ },
32
+ {
33
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.binance).getBlockChainPublicLabel(),
34
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.binance).getBlockChainPrivateLabel(),
35
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.binance).getBlockChainIconRegular({
36
+ domain: `${(0, core_1.getStaticDomain)({
37
+ ENV: 'ludo.com',
38
+ })}`,
39
+ }),
40
+ },
41
+ ];
42
+ exports.default = adminTabs;
@@ -0,0 +1,6 @@
1
+ declare const basicTabs: {
2
+ label: string;
3
+ privateLabel: string;
4
+ icon: string;
5
+ }[];
6
+ export default basicTabs;
@@ -0,0 +1,132 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const core_1 = require("@ludo.ninja/core");
4
+ const basicTabs = [
5
+ {
6
+ label: 'EVM',
7
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.ethereum).getBlockChainPrivateLabel(),
8
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.ethereum).getBlockChainIconRegular({
9
+ domain: `${(0, core_1.getStaticDomain)({
10
+ ENV: 'ludo.com',
11
+ })}`,
12
+ }),
13
+ },
14
+ {
15
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.elrond).getBlockChainPublicLabel(),
16
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.elrond).getBlockChainPrivateLabel(),
17
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.elrond).getBlockChainIconRegular({
18
+ domain: `${(0, core_1.getStaticDomain)({
19
+ ENV: 'ludo.com',
20
+ })}`,
21
+ }),
22
+ },
23
+ {
24
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.ton).getBlockChainPublicLabel(),
25
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.ton).getBlockChainPrivateLabel(),
26
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.ton).getBlockChainIconRegular({
27
+ domain: `${(0, core_1.getStaticDomain)({
28
+ ENV: 'ludo.com',
29
+ })}`,
30
+ }),
31
+ },
32
+ {
33
+ label: 'Web2 Login',
34
+ privateLabel: 'web2_Login',
35
+ icon: '/mail.svg',
36
+ },
37
+ // {
38
+ // id: Math.random(),
39
+ // label: new BlockChainEntity(
40
+ // BlockChainKeys.polygon
41
+ // ).getBlockChainPublicLabel(),
42
+ // icon: new BlockChainEntity(BlockChainKeys.polygon).getBlockChainIconRegular(
43
+ // {
44
+ // domain: `${getStaticDomain({
45
+ // ENV: 'ludo.com,
46
+ // })}`,
47
+ // }
48
+ // ),
49
+ // },
50
+ // {
51
+ // id: Math.random(),
52
+ // label: new BlockChainEntity(
53
+ // BlockChainKeys.avalanche
54
+ // ).getBlockChainPublicLabel(),
55
+ // icon: new BlockChainEntity(
56
+ // BlockChainKeys.avalanche
57
+ // ).getBlockChainIconRegular({
58
+ // domain: `${getStaticDomain({
59
+ // ENV: 'ludo.com,
60
+ // })}`,
61
+ // }),
62
+ // },
63
+ {
64
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.solana).getBlockChainPublicLabel(),
65
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.solana).getBlockChainPrivateLabel(),
66
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.solana).getBlockChainIconRegular({
67
+ domain: `${(0, core_1.getStaticDomain)({
68
+ ENV: 'ludo.com',
69
+ })}`,
70
+ }),
71
+ },
72
+ {
73
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.flow).getBlockChainPublicLabel(),
74
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.flow).getBlockChainPrivateLabel(),
75
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.flow).getBlockChainIconRegular({
76
+ domain: `${(0, core_1.getStaticDomain)({
77
+ ENV: 'ludo.com',
78
+ })}`,
79
+ }),
80
+ },
81
+ {
82
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.binance).getBlockChainPublicLabel(),
83
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.binance).getBlockChainPrivateLabel(),
84
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.binance).getBlockChainIconRegular({
85
+ domain: `${(0, core_1.getStaticDomain)({
86
+ ENV: 'ludo.com',
87
+ })}`,
88
+ }),
89
+ },
90
+ {
91
+ label: new core_1.BlockChainEntity(core_1.BlockChainKeys.tezos).getBlockChainPublicLabel(),
92
+ privateLabel: new core_1.BlockChainEntity(core_1.BlockChainKeys.tezos).getBlockChainPrivateLabel(),
93
+ icon: new core_1.BlockChainEntity(core_1.BlockChainKeys.tezos).getBlockChainIconRegular({
94
+ domain: `${(0, core_1.getStaticDomain)({
95
+ ENV: 'ludo.com',
96
+ })}`,
97
+ }),
98
+ },
99
+ // {
100
+ // id: Math.random(),
101
+ // label: new BlockChainEntity(
102
+ // BlockChainKeys.arbitrum
103
+ // ).getBlockChainPublicLabel(),
104
+ // icon: new BlockChainEntity(
105
+ // BlockChainKeys.arbitrum
106
+ // ).getBlockChainIconRegular(),
107
+ // },
108
+ // {
109
+ // id: Math.random(),
110
+ // label: new BlockChainEntity(
111
+ // BlockChainKeys.optimism
112
+ // ).getBlockChainPublicLabel(),
113
+ // icon: new BlockChainEntity(
114
+ // BlockChainKeys.optimism
115
+ // ).getBlockChainIconRegular(),
116
+ // },
117
+ // {
118
+ // id: Math.random(),
119
+ // label: new BlockChainEntity(
120
+ // BlockChainKeys.cronos
121
+ // ).getBlockChainPublicLabel(),
122
+ // icon: new BlockChainEntity(
123
+ // BlockChainKeys.cronos
124
+ // ).getBlockChainIconRegular(),
125
+ // },
126
+ // {
127
+ // id: Math.random(),
128
+ // label: new BlockChainEntity(BlockChainKeys.base).getBlockChainPublicLabel(),
129
+ // icon: new BlockChainEntity(BlockChainKeys.base).getBlockChainIconRegular(),
130
+ // },
131
+ ];
132
+ exports.default = basicTabs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.2.12",
3
+ "version": "2.2.14",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1,39 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
10
- var C404Icon = function C404Icon(props) {
11
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, {
12
- viewBox: "0 0 337 329",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }), /*#__PURE__*/_react["default"].createElement("path", {
16
- "fill-rule": "evenodd",
17
- "clip-rule": "evenodd",
18
- d: "M188.818 10.2756C214.186 19.7675 237.226 34.7494 257.61 52.0175L254.288 55.7859C234.227 38.7911 211.698 24.1744 187.036 14.9486L187.016 14.9407C161.185 5.02709 137.472 2.40733 115.736 7.66454C94.0087 12.9195 73.9627 26.1158 55.5945 48.3569L55.5799 48.3745C41.0622 65.6255 27.9856 90.0828 18.3495 117.461C14.8374 127.725 11.9444 138.54 9.67306 149.907C4.55545 174.925 3.50948 201.831 7.79531 227.078L2.74356 227.833C-1.67745 201.789 -0.568571 174.22 4.72748 148.559C7.02338 137.157 9.94311 126.185 13.4818 115.838C23.2533 88.0548 36.5896 63.0074 51.6008 45.1669C70.4897 22.2982 91.4174 8.36851 114.443 2.79957C137.459 -2.76714 162.277 0.0910917 188.818 10.2756ZM257.61 52.0175C266.468 59.7116 275.201 68.1682 282.741 76.6966C302.887 98.8244 318.24 123.082 326.911 144.876L326.76 145.013C337.649 172.626 339.78 197.512 333.504 219.863C327.247 242.144 312.713 261.626 290.767 278.643C269.833 295.219 245.044 307.263 220.179 315.441L218.489 310.685C242.861 302.67 267.025 290.914 287.364 274.846C308.799 258.272 322.64 239.57 328.564 218.474C334.487 197.382 332.731 173.482 322.142 146.63C313.694 125.397 298.615 101.55 278.708 79.7424C271.414 71.5157 262.973 63.3293 254.288 55.7859L257.61 52.0175ZM34.3518 294.262C17.6574 277.501 7.43258 255.122 2.74524 227.842L7.79531 227.078C12.3566 253.624 22.2245 274.957 37.9955 290.79C53.7573 306.615 75.6231 317.155 104.569 321.763C127.334 325.267 156.26 324.803 185.407 319.168L186.466 324.084C156.76 329.827 127.225 330.313 103.831 326.711L103.818 326.709C74.0257 321.966 51.0547 311.031 34.3518 294.262ZM220.179 315.441C209.11 318.925 197.598 322.1 186.466 324.084L185.407 319.168C196.252 317.236 207.551 314.128 218.489 310.685L220.179 315.441Z",
19
- fill: "#9B8DFD"
20
- }), /*#__PURE__*/_react["default"].createElement("path", {
21
- d: "M138.897 36.7673C160.041 38.8024 180.534 45.4786 199.478 54.4309C207.749 58.4656 216.08 63.1043 223.521 68.0407C243.27 80.7299 259.818 96.0123 270.804 110.786L270.717 110.921C284.564 129.659 291.221 148.112 290.994 166.354C290.768 184.539 283.704 202.287 270.524 219.674C258.02 236.519 241.679 250.711 224.496 261.984C216.815 266.884 208.736 271.639 200.703 275.413C179.358 285.825 157.078 292.211 138.623 294.244L138.612 294.245C115.078 296.716 95.4566 293.097 79.4028 283.773C63.3572 274.454 51.075 259.552 41.9956 239.803L45.6672 238.194L41.9924 239.796C33.3652 220.931 28.6189 199.781 27.432 179.227C26.8611 170.105 26.85 161.183 27.4347 152.609C29.2087 129.532 34.2382 107.805 41.9971 91.2066C51.6752 70.0016 64.7095 55.1656 81.0272 46.2475C97.3384 37.3331 116.722 34.4455 138.897 36.7673Z",
22
- fill: "#EAEDFC"
23
- }), /*#__PURE__*/_react["default"].createElement("path", {
24
- "fill-rule": "evenodd",
25
- "clip-rule": "evenodd",
26
- d: "M108.895 18.156C130.084 8.48031 153.193 3.56253 176.076 1.65286L176.345 5.96856C153.824 7.84802 131.248 12.6769 110.649 22.0841L110.632 22.092C88.9045 31.7931 72.895 44.6414 62.8714 61.0781C52.852 77.5079 48.678 97.7449 51.0177 122.463L51.0196 122.482C52.6698 141.819 59.5731 164.662 70.3421 187.187C74.4408 195.57 79.2502 203.911 84.773 212.21C96.8568 230.547 112.562 247.553 130.502 260.302L127.889 263.838C109.383 250.686 93.3124 233.239 80.9473 214.402C75.418 206.067 70.5293 197.614 66.3968 189.164C55.4639 166.311 48.3601 142.95 46.652 122.954C44.2477 97.5376 48.5123 76.3174 59.1302 58.906C69.744 41.5017 86.5707 28.1249 108.895 18.156ZM176.076 1.65286C186.135 0.938644 196.581 0.764484 206.345 1.36085C232.035 2.55252 256.103 7.95959 274.613 15.9372L274.604 16.1128C297.996 26.2791 314.407 40.121 324.165 57.5408C333.894 74.9065 336.889 95.6102 333.881 119.329C331.219 142.163 323.462 164.588 313.309 184.707L309.393 182.843C319.345 163.123 326.897 141.254 329.505 119.092C332.472 95.9542 329.529 76.1466 320.318 59.7043C311.109 43.2659 295.525 29.7951 272.778 19.9085C254.745 12.1368 231.093 6.81281 205.743 5.66979C196.311 5.10767 186.207 5.26834 176.345 5.96856L176.076 1.65286ZM187.455 285C167.124 284.971 147.315 277.584 127.896 263.843L130.502 260.302C149.399 273.673 168.356 280.642 187.562 280.669C206.757 280.696 226.454 273.791 246.853 258.966C262.824 247.232 280.13 229.333 294.43 208.152L298.06 210.498C283.485 232.085 265.822 250.368 249.41 262.425L249.4 262.432C228.405 277.691 207.796 285.029 187.455 285ZM313.309 184.707C308.695 193.568 303.624 202.511 298.06 210.498L294.43 208.152C299.851 200.372 304.834 191.599 309.393 182.843L313.309 184.707Z",
27
- fill: "#CFD5EA"
28
- }), /*#__PURE__*/_react["default"].createElement("path", {
29
- d: "M115.077 194.956V183.644H85V174.768L113.595 134.044H126.236V173.985H134.256V183.644H126.236V194.956H115.077ZM96.9436 173.985H115.774V146.314L96.9436 173.985Z",
30
- fill: "#696F91"
31
- }), /*#__PURE__*/_react["default"].createElement("path", {
32
- d: "M168.049 196C162.412 196 157.588 194.695 153.578 192.084C149.567 189.416 146.458 185.732 144.249 181.033C142.099 176.276 141.024 170.765 141.024 164.5C141.024 158.293 142.099 152.811 144.249 148.054C146.458 143.297 149.567 139.613 153.578 137.003C157.588 134.334 162.412 133 168.049 133C173.687 133 178.511 134.334 182.521 137.003C186.532 139.613 189.612 143.297 191.762 148.054C193.971 152.811 195.075 158.293 195.075 164.5C195.075 170.765 193.971 176.276 191.762 181.033C189.612 185.732 186.532 189.416 182.521 192.084C178.511 194.695 173.687 196 168.049 196ZM168.049 185.993C172.641 185.993 176.39 184.079 179.296 180.25C182.202 176.421 183.655 171.171 183.655 164.5C183.655 157.829 182.202 152.579 179.296 148.75C176.39 144.921 172.641 143.007 168.049 143.007C163.4 143.007 159.622 144.921 156.716 148.75C153.868 152.579 152.444 157.829 152.444 164.5C152.444 171.171 153.868 176.421 156.716 180.25C159.622 184.079 163.4 185.993 168.049 185.993Z",
33
- fill: "#696F91"
34
- }), /*#__PURE__*/_react["default"].createElement("path", {
35
- d: "M232.82 194.956V183.644H202.744V174.768L231.338 134.044H243.979V173.985H252V183.644H243.979V194.956H232.82ZM214.687 173.985H233.518V146.314L214.687 173.985Z",
36
- fill: "#696F91"
37
- }));
38
- };
39
- var _default = exports["default"] = C404Icon;
@@ -1,39 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
10
- var C500Icon = function C500Icon(props) {
11
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, {
12
- viewBox: "0 0 342 330",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }), /*#__PURE__*/_react["default"].createElement("path", {
16
- "fill-rule": "evenodd",
17
- "clip-rule": "evenodd",
18
- d: "M152.723 318.801C127.355 309.309 104.315 294.327 83.9311 277.059L87.2529 273.29C107.315 290.285 129.843 304.902 154.505 314.128L154.525 314.136C180.356 324.049 204.069 326.669 225.805 321.412C247.532 316.157 267.578 302.961 285.947 280.72L285.961 280.702C300.479 263.451 313.556 238.994 323.192 211.616C326.704 201.351 329.597 190.537 331.868 179.17C336.986 154.151 338.032 127.246 333.746 101.998L338.798 101.244C343.219 127.287 342.11 154.857 336.814 180.518C334.518 191.92 331.598 202.892 328.059 213.239C318.288 241.022 304.952 266.069 289.94 283.91C271.051 306.778 250.124 320.708 227.098 326.277C204.083 331.844 179.264 328.985 152.723 318.801ZM83.9311 277.059C75.0729 269.365 66.3398 260.908 58.8002 252.38C38.6539 230.252 23.3011 205.994 14.6301 184.2L14.7815 184.063C3.89166 156.45 1.76081 131.564 8.03722 109.214C14.2941 86.9326 28.8277 67.4508 50.774 50.4331C71.7084 33.8578 96.4967 21.8131 121.362 13.6359L123.052 18.3913C98.6796 26.4065 74.5156 38.1629 54.1769 54.2305C32.7423 70.8043 18.901 89.5064 12.9768 110.603C7.05401 131.694 8.81017 155.595 19.3991 182.447C27.8471 203.679 42.9262 227.526 62.8327 249.334C70.1273 257.561 78.5683 265.747 87.2529 273.29L83.9311 277.059ZM307.189 34.8146C323.884 51.575 334.108 73.9544 338.796 101.234L333.746 101.998C329.184 75.4525 319.317 54.1195 303.546 38.2861C287.784 22.4619 265.918 11.9219 236.973 7.313C214.207 3.80904 185.281 4.27305 156.134 9.9087L155.075 4.99281C184.781 -0.750991 214.316 -1.23676 237.71 2.36516L237.723 2.36722C267.515 7.11031 290.486 18.0455 307.189 34.8146ZM121.362 13.6359C132.431 10.1515 143.943 6.97608 155.075 4.99281L156.134 9.9087C145.289 11.8408 133.99 14.9483 123.052 18.3913L121.362 13.6359Z",
19
- fill: "#9B8DFD"
20
- }), /*#__PURE__*/_react["default"].createElement("path", {
21
- d: "M237.942 277.643C216.992 281.15 195.469 280.005 174.853 276.261C165.82 274.504 156.572 272.18 148.107 269.338C125.747 262.192 105.808 251.713 91.3719 240.286L91.421 240.134C73.1964 225.618 61.99 209.516 57.4876 191.837C52.9991 174.213 55.2295 155.243 63.4606 135.036C71.1779 115.529 83.2893 97.5911 96.9695 82.2555C103.121 75.5344 109.694 68.85 116.476 63.126C134.399 47.5444 154.267 35.6089 171.567 28.8687L171.577 28.8649C193.67 20.3875 213.559 18.8048 231.479 23.6558C249.39 28.5042 265.11 39.7192 278.992 56.4453L275.862 58.9498L278.997 56.4513C292.213 72.4407 302.271 91.6416 308.738 111.188C311.65 119.851 313.97 128.467 315.624 136.9C319.883 159.649 320.649 181.938 317.45 199.979C313.59 222.967 304.84 240.671 291.386 253.508C277.938 266.34 259.962 274.147 237.942 277.643Z",
22
- fill: "#EAEDFC"
23
- }), /*#__PURE__*/_react["default"].createElement("path", {
24
- "fill-rule": "evenodd",
25
- "clip-rule": "evenodd",
26
- d: "M200.218 308.711C177.246 312.573 153.652 311.342 131.055 307.264L131.912 303.026C154.152 307.039 177.208 308.218 199.54 304.463L199.559 304.46C223.057 300.713 241.846 292.446 255.782 279.163C269.713 265.887 278.982 247.419 283.12 222.938L283.123 222.919C286.534 203.814 285.778 179.962 281.205 155.418C279.416 146.259 276.93 136.958 273.743 127.513C266.817 106.672 256.048 86.1818 242.019 69.2237L245.458 66.4847C259.93 83.9777 270.937 104.99 278.006 126.385C281.189 135.867 283.723 145.298 285.528 154.529C290.174 179.434 290.989 203.837 287.464 223.593C283.208 248.766 273.596 268.16 258.834 282.23C244.077 296.294 224.362 304.86 200.218 308.711ZM131.055 307.264C121.154 305.351 111.018 302.815 101.741 299.712C77.2354 291.912 55.3865 280.46 39.5726 267.963L39.6266 267.796C19.6623 251.922 7.39363 234.304 2.47624 214.952C-2.42593 195.66 0.0390997 174.887 9.08406 152.754C17.565 131.388 30.8615 111.735 45.8751 94.9291L49.1753 97.7427C34.4592 114.215 21.5041 133.384 13.249 154.116C4.39477 175.698 2.1107 195.592 6.75218 213.858C11.3925 232.12 22.9593 249.165 42.3728 264.602C57.7794 276.776 79.2481 288.041 103.438 295.706C112.403 298.69 122.205 301.15 131.912 303.026L131.055 307.264ZM193.399 30.6268C213.03 35.9166 230.252 48.1793 245.453 66.4781L242.019 69.2237C227.227 51.417 210.719 39.7798 192.175 34.7826C173.641 29.7884 152.828 31.3602 129.287 40.4006C110.823 47.6009 89.4739 60.4112 70.1795 77.1688L67.2805 73.9637C86.9452 56.8845 108.739 43.7955 127.712 36.3975L127.723 36.3933C151.953 27.0881 173.759 25.3343 193.399 30.6268ZM45.8751 94.9291C52.626 87.5638 59.8386 80.2381 67.2805 73.9637L70.1795 77.1688C62.9297 83.2812 55.8459 90.4649 49.1753 97.7427L45.8751 94.9291Z",
27
- fill: "#CFD5EA"
28
- }), /*#__PURE__*/_react["default"].createElement("path", {
29
- d: "M108.598 196C104.108 196 100.23 195.217 96.9643 193.65C93.7571 192.084 91.2204 189.938 89.3544 187.211C87.5467 184.427 86.497 181.294 86.2054 177.813H97.1393C97.6641 180.308 98.947 182.396 100.988 184.078C103.029 185.703 105.566 186.515 108.598 186.515C111.863 186.515 114.517 185.326 116.558 182.947C118.657 180.569 119.707 177.61 119.707 174.072C119.707 170.417 118.657 167.516 116.558 165.37C114.517 163.224 111.922 162.15 108.773 162.15C106.149 162.15 103.875 162.788 101.95 164.065C100.026 165.341 98.6554 166.936 97.839 168.851H87.0802L92.3284 134.044H126.267V143.79H100.726L97.9265 157.886C99.2094 156.494 100.959 155.363 103.175 154.493C105.391 153.565 107.869 153.101 110.61 153.101C114.983 153.101 118.628 154.087 121.544 156.059C124.459 157.974 126.675 160.526 128.191 163.717C129.707 166.849 130.466 170.272 130.466 173.985C130.466 178.219 129.533 181.99 127.667 185.297C125.859 188.603 123.293 191.214 119.969 193.128C116.704 195.043 112.913 196 108.598 196Z",
30
- fill: "#696F91"
31
- }), /*#__PURE__*/_react["default"].createElement("path", {
32
- d: "M165.989 196C160.332 196 155.492 194.694 151.469 192.084C147.445 189.415 144.325 185.732 142.109 181.033C139.952 176.276 138.873 170.765 138.873 164.5C138.873 158.293 139.952 152.811 142.109 148.054C144.325 143.297 147.445 139.613 151.469 137.003C155.492 134.334 160.332 133 165.989 133C171.645 133 176.485 134.334 180.509 137.003C184.533 139.613 187.623 143.297 189.781 148.054C191.997 152.811 193.105 158.293 193.105 164.5C193.105 170.765 191.997 176.276 189.781 181.033C187.623 185.732 184.533 189.415 180.509 192.084C176.485 194.694 171.645 196 165.989 196ZM165.989 185.993C170.596 185.993 174.357 184.078 177.273 180.25C180.188 176.421 181.646 171.171 181.646 164.5C181.646 157.828 180.188 152.578 177.273 148.75C174.357 144.921 170.596 143.007 165.989 143.007C161.324 143.007 157.533 144.921 154.618 148.75C151.76 152.578 150.332 157.828 150.332 164.5C150.332 171.171 151.76 176.421 154.618 180.25C157.533 184.078 161.324 185.993 165.989 185.993Z",
33
- fill: "#696F91"
34
- }), /*#__PURE__*/_react["default"].createElement("path", {
35
- d: "M228.09 196C222.433 196 217.593 194.694 213.569 192.084C209.546 189.415 206.426 185.732 204.21 181.033C202.052 176.276 200.974 170.765 200.974 164.5C200.974 158.293 202.052 152.811 204.21 148.054C206.426 143.297 209.546 139.613 213.569 137.003C217.593 134.334 222.433 133 228.09 133C233.746 133 238.586 134.334 242.61 137.003C246.633 139.613 249.724 143.297 251.882 148.054C254.097 152.811 255.205 158.293 255.205 164.5C255.205 170.765 254.097 176.276 251.882 181.033C249.724 185.732 246.633 189.415 242.61 192.084C238.586 194.694 233.746 196 228.09 196ZM228.09 185.993C232.696 185.993 236.458 184.078 239.373 180.25C242.289 176.421 243.747 171.171 243.747 164.5C243.747 157.828 242.289 152.578 239.373 148.75C236.458 144.921 232.696 143.007 228.09 143.007C223.424 143.007 219.634 144.921 216.718 148.75C213.861 152.578 212.432 157.828 212.432 164.5C212.432 171.171 213.861 176.421 216.718 180.25C219.634 184.078 223.424 185.993 228.09 185.993Z",
36
- fill: "#696F91"
37
- }));
38
- };
39
- var _default = exports["default"] = C500Icon;
@@ -1,27 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
10
- var CloseIcon = function CloseIcon(props) {
11
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, {
12
- width: "16",
13
- height: "16",
14
- viewBox: "0 0 16 16",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }), /*#__PURE__*/_react["default"].createElement("g", {
18
- opacity: "0.8"
19
- }, /*#__PURE__*/_react["default"].createElement("path", {
20
- d: "M5.42295 5.34294L10.6673 10.5875M10.6673 5.33341L5.33398 10.6667",
21
- stroke: "white",
22
- "stroke-width": "2",
23
- "stroke-linecap": "round",
24
- "stroke-linejoin": "round"
25
- })));
26
- };
27
- var _default = exports["default"] = CloseIcon;
@@ -1,31 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
10
- var ErrorIconIcon = function ErrorIconIcon(props) {
11
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, {
12
- width: "24",
13
- height: "24",
14
- viewBox: "0 0 24 24",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }), /*#__PURE__*/_react["default"].createElement("circle", {
18
- cx: "12",
19
- cy: "12",
20
- r: "8",
21
- stroke: "white",
22
- "stroke-width": "2"
23
- }), /*#__PURE__*/_react["default"].createElement("path", {
24
- d: "M9.4748 14.4246L11.9497 11.9497M14.4246 9.47486L11.9497 11.9497M9.47481 9.47486L11.9497 11.9497M14.4246 14.4246L11.9497 11.9497",
25
- stroke: "white",
26
- "stroke-width": "2",
27
- "stroke-linecap": "round",
28
- "stroke-linejoin": "round"
29
- }));
30
- };
31
- var _default = exports["default"] = ErrorIconIcon;
@@ -1,31 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
10
- var SuccessIconIcon = function SuccessIconIcon(props) {
11
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, {
12
- width: "24",
13
- height: "24",
14
- viewBox: "0 0 24 24",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }), /*#__PURE__*/_react["default"].createElement("path", {
18
- d: "M9.02515 11.5251L11.5 14L13.4446 12.0555L15.3891 10.1109",
19
- stroke: "white",
20
- "stroke-width": "2",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }), /*#__PURE__*/_react["default"].createElement("circle", {
24
- cx: "12",
25
- cy: "12",
26
- r: "8",
27
- stroke: "white",
28
- "stroke-width": "2"
29
- }));
30
- };
31
- var _default = exports["default"] = SuccessIconIcon;
@@ -1,43 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
10
- var WarningIconIcon = function WarningIconIcon(props) {
11
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, {
12
- width: "24",
13
- height: "24",
14
- viewBox: "0 0 24 24",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }), /*#__PURE__*/_react["default"].createElement("circle", {
18
- cx: "12",
19
- cy: "12",
20
- r: "8",
21
- stroke: "white",
22
- "stroke-width": "2"
23
- }), /*#__PURE__*/_react["default"].createElement("path", {
24
- d: "M8.5 15C10.25 13.6667 13.75 13.6667 15.5 15",
25
- stroke: "white",
26
- "stroke-width": "1.5",
27
- "stroke-linecap": "round",
28
- "stroke-linejoin": "round"
29
- }), /*#__PURE__*/_react["default"].createElement("path", {
30
- d: "M10.75 10.75C10.75 11.1642 10.4142 11.5 10 11.5C9.58579 11.5 9.25 11.1642 9.25 10.75C9.25 10.3358 9.58579 10 10 10C10.4142 10 10.75 10.3358 10.75 10.75Z",
31
- fill: "white"
32
- }), /*#__PURE__*/_react["default"].createElement("path", {
33
- d: "M10.75 10.75C10.75 11.1642 10.4142 11.5 10 11.5C9.58579 11.5 9.25 11.1642 9.25 10.75C9.25 10.3358 9.58579 10 10 10C10.4142 10 10.75 10.3358 10.75 10.75Z",
34
- fill: "white"
35
- }), /*#__PURE__*/_react["default"].createElement("path", {
36
- d: "M10.75 10.75C10.75 11.1642 10.4142 11.5 10 11.5C9.58579 11.5 9.25 11.1642 9.25 10.75C9.25 10.3358 9.58579 10 10 10C10.4142 10 10.75 10.3358 10.75 10.75Z",
37
- fill: "white"
38
- }), /*#__PURE__*/_react["default"].createElement("path", {
39
- d: "M14 11.5C14.4142 11.5 14.75 11.1642 14.75 10.75C14.75 10.3358 14.4142 10 14 10C13.5858 10 13.25 10.3358 13.25 10.75C13.25 11.1642 13.5858 11.5 14 11.5Z",
40
- fill: "white"
41
- }));
42
- };
43
- var _default = exports["default"] = WarningIconIcon;
@@ -1,25 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
10
- var ArrowIcon = function ArrowIcon(props) {
11
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, {
12
- width: "13",
13
- height: "14",
14
- viewBox: "0 0 13 14",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }), /*#__PURE__*/_react["default"].createElement("path", {
18
- d: "M6.30005 13L1.50005 7M1.50005 7L6.30005 1M1.50005 7L12 7",
19
- stroke: "#696F91",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
23
- }));
24
- };
25
- var _default = exports["default"] = ArrowIcon;