dash-ui-kit 1.0.94 → 2.1.0-dev

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 (201) hide show
  1. package/README.md +52 -0
  2. package/dist/react/components/accordion/index.cjs.js +193 -0
  3. package/dist/react/components/accordion/index.cjs.js.map +1 -0
  4. package/dist/react/components/accordion/index.esm.js +169 -0
  5. package/dist/react/components/accordion/index.esm.js.map +1 -0
  6. package/dist/react/components/avatar/index.cjs.js +39 -0
  7. package/dist/react/components/avatar/index.cjs.js.map +1 -0
  8. package/dist/react/components/avatar/index.esm.js +34 -0
  9. package/dist/react/components/avatar/index.esm.js.map +1 -0
  10. package/dist/react/components/badge/index.cjs.js +97 -0
  11. package/dist/react/components/badge/index.cjs.js.map +1 -0
  12. package/dist/react/components/badge/index.d.ts +10 -1
  13. package/dist/react/components/badge/index.esm.js +92 -0
  14. package/dist/react/components/badge/index.esm.js.map +1 -0
  15. package/dist/react/components/bigNumber/index.cjs.js +100 -0
  16. package/dist/react/components/bigNumber/index.cjs.js.map +1 -0
  17. package/dist/react/components/bigNumber/index.esm.js +95 -0
  18. package/dist/react/components/bigNumber/index.esm.js.map +1 -0
  19. package/dist/react/components/button/index.cjs.js +540 -0
  20. package/dist/react/components/button/index.cjs.js.map +1 -0
  21. package/dist/react/components/button/index.d.ts +7 -1
  22. package/dist/react/components/button/index.esm.js +535 -0
  23. package/dist/react/components/button/index.esm.js.map +1 -0
  24. package/dist/react/components/copyButton/index.cjs.js +95 -0
  25. package/dist/react/components/copyButton/index.cjs.js.map +1 -0
  26. package/dist/react/components/copyButton/index.esm.js +71 -0
  27. package/dist/react/components/copyButton/index.esm.js.map +1 -0
  28. package/dist/react/components/dashLogo/index.cjs.js +74 -0
  29. package/dist/react/components/dashLogo/index.cjs.js.map +1 -0
  30. package/dist/react/components/dashLogo/index.esm.js +69 -0
  31. package/dist/react/components/dashLogo/index.esm.js.map +1 -0
  32. package/dist/react/components/dateBlock/index.cjs.js +120 -0
  33. package/dist/react/components/dateBlock/index.cjs.js.map +1 -0
  34. package/dist/react/components/dateBlock/index.esm.js +115 -0
  35. package/dist/react/components/dateBlock/index.esm.js.map +1 -0
  36. package/dist/react/components/dialog/index.cjs.js +292 -0
  37. package/dist/react/components/dialog/index.cjs.js.map +1 -0
  38. package/dist/react/components/dialog/index.esm.js +270 -0
  39. package/dist/react/components/dialog/index.esm.js.map +1 -0
  40. package/dist/react/components/heading/index.cjs.js +65 -0
  41. package/dist/react/components/heading/index.cjs.js.map +1 -0
  42. package/dist/react/components/heading/index.d.ts +4 -1
  43. package/dist/react/components/heading/index.esm.js +63 -0
  44. package/dist/react/components/heading/index.esm.js.map +1 -0
  45. package/dist/react/components/icons/index.cjs.js +1173 -0
  46. package/dist/react/components/icons/index.cjs.js.map +1 -0
  47. package/dist/react/components/icons/index.d.ts +2 -0
  48. package/dist/react/components/icons/index.esm.js +1128 -0
  49. package/dist/react/components/icons/index.esm.js.map +1 -0
  50. package/dist/react/components/identifier/index.cjs.js +286 -0
  51. package/dist/react/components/identifier/index.cjs.js.map +1 -0
  52. package/dist/react/components/identifier/index.esm.js +282 -0
  53. package/dist/react/components/identifier/index.esm.js.map +1 -0
  54. package/dist/react/components/index.cjs.js +101 -0
  55. package/dist/react/components/index.cjs.js.map +1 -0
  56. package/dist/react/components/index.d.ts +1 -1
  57. package/dist/react/components/index.esm.js +29 -0
  58. package/dist/react/components/index.esm.js.map +1 -0
  59. package/dist/react/components/input/index.cjs.js +242 -0
  60. package/dist/react/components/input/index.cjs.js.map +1 -0
  61. package/dist/react/components/input/index.d.ts +4 -0
  62. package/dist/react/components/input/index.esm.js +237 -0
  63. package/dist/react/components/input/index.esm.js.map +1 -0
  64. package/dist/react/components/list/index.cjs.js +49 -0
  65. package/dist/react/components/list/index.cjs.js.map +1 -0
  66. package/dist/react/components/list/index.esm.js +47 -0
  67. package/dist/react/components/list/index.esm.js.map +1 -0
  68. package/dist/react/components/notActive/index.cjs.js +40 -0
  69. package/dist/react/components/notActive/index.cjs.js.map +1 -0
  70. package/dist/react/components/notActive/index.esm.js +38 -0
  71. package/dist/react/components/notActive/index.esm.js.map +1 -0
  72. package/dist/react/components/overlayMenu/index.cjs.js +469 -0
  73. package/dist/react/components/overlayMenu/index.cjs.js.map +1 -0
  74. package/dist/react/components/overlayMenu/index.d.ts +9 -10
  75. package/dist/react/components/overlayMenu/index.esm.js +464 -0
  76. package/dist/react/components/overlayMenu/index.esm.js.map +1 -0
  77. package/dist/react/components/overlaySelect/index.cjs.js +350 -0
  78. package/dist/react/components/overlaySelect/index.cjs.js.map +1 -0
  79. package/dist/react/components/overlaySelect/index.d.ts +4 -0
  80. package/dist/react/components/overlaySelect/index.esm.js +345 -0
  81. package/dist/react/components/overlaySelect/index.esm.js.map +1 -0
  82. package/dist/react/components/progressStepBar/index.cjs.js +54 -0
  83. package/dist/react/components/progressStepBar/index.cjs.js.map +1 -0
  84. package/dist/react/components/progressStepBar/index.d.ts +5 -2
  85. package/dist/react/components/progressStepBar/index.esm.js +52 -0
  86. package/dist/react/components/progressStepBar/index.esm.js.map +1 -0
  87. package/dist/react/components/select/index.cjs.js +241 -0
  88. package/dist/react/components/select/index.cjs.js.map +1 -0
  89. package/dist/react/components/select/index.d.ts +4 -0
  90. package/dist/react/components/select/index.esm.js +217 -0
  91. package/dist/react/components/select/index.esm.js.map +1 -0
  92. package/dist/react/components/switch/index.cjs.js +184 -0
  93. package/dist/react/components/switch/index.cjs.js.map +1 -0
  94. package/dist/react/components/switch/index.esm.js +179 -0
  95. package/dist/react/components/switch/index.esm.js.map +1 -0
  96. package/dist/react/components/tabs/index.cjs.js +178 -0
  97. package/dist/react/components/tabs/index.cjs.js.map +1 -0
  98. package/dist/react/components/tabs/index.esm.js +154 -0
  99. package/dist/react/components/tabs/index.esm.js.map +1 -0
  100. package/dist/react/components/text/index.cjs.js +126 -0
  101. package/dist/react/components/text/index.cjs.js.map +1 -0
  102. package/dist/react/components/text/index.d.ts +5 -0
  103. package/dist/react/components/text/index.esm.js +121 -0
  104. package/dist/react/components/text/index.esm.js.map +1 -0
  105. package/dist/react/components/textarea/index.cjs.js +260 -0
  106. package/dist/react/components/textarea/index.cjs.js.map +1 -0
  107. package/dist/react/components/textarea/index.d.ts +4 -0
  108. package/dist/react/components/textarea/index.esm.js +255 -0
  109. package/dist/react/components/textarea/index.esm.js.map +1 -0
  110. package/dist/react/components/timeDelta/index.cjs.js +93 -0
  111. package/dist/react/components/timeDelta/index.cjs.js.map +1 -0
  112. package/dist/react/components/timeDelta/index.d.ts +1 -1
  113. package/dist/react/components/timeDelta/index.esm.js +88 -0
  114. package/dist/react/components/timeDelta/index.esm.js.map +1 -0
  115. package/dist/react/components/transactionStatusIcon/index.cjs.js +59 -0
  116. package/dist/react/components/transactionStatusIcon/index.cjs.js.map +1 -0
  117. package/dist/react/components/transactionStatusIcon/index.esm.js +54 -0
  118. package/dist/react/components/transactionStatusIcon/index.esm.js.map +1 -0
  119. package/dist/react/components/valueCard/index.cjs.js +181 -0
  120. package/dist/react/components/valueCard/index.cjs.js.map +1 -0
  121. package/dist/react/components/valueCard/index.d.ts +5 -1
  122. package/dist/react/components/valueCard/index.esm.js +176 -0
  123. package/dist/react/components/valueCard/index.esm.js.map +1 -0
  124. package/dist/react/contexts/ThemeContext.cjs.js +79 -0
  125. package/dist/react/contexts/ThemeContext.cjs.js.map +1 -0
  126. package/dist/react/contexts/ThemeContext.esm.js +76 -0
  127. package/dist/react/contexts/ThemeContext.esm.js.map +1 -0
  128. package/dist/react/contexts/index.cjs.js +11 -0
  129. package/dist/react/contexts/index.cjs.js.map +1 -0
  130. package/dist/react/contexts/index.esm.js +4 -0
  131. package/dist/react/contexts/index.esm.js.map +1 -0
  132. package/dist/react/hooks/index.d.ts +1 -0
  133. package/dist/react/hooks/useColorScheme.cjs.js +25 -0
  134. package/dist/react/hooks/useColorScheme.cjs.js.map +1 -0
  135. package/dist/react/hooks/useColorScheme.d.ts +9 -0
  136. package/dist/react/hooks/useColorScheme.esm.js +23 -0
  137. package/dist/react/hooks/useColorScheme.esm.js.map +1 -0
  138. package/dist/react/hooks/useDebounce.cjs.js +83 -0
  139. package/dist/react/hooks/useDebounce.cjs.js.map +1 -0
  140. package/dist/react/hooks/useDebounce.esm.js +78 -0
  141. package/dist/react/hooks/useDebounce.esm.js.map +1 -0
  142. package/dist/react/index.cjs.js +99 -12833
  143. package/dist/react/index.cjs.js.map +1 -1
  144. package/dist/react/index.d.ts +1 -1
  145. package/dist/react/index.esm.js +27 -12747
  146. package/dist/react/index.esm.js.map +1 -1
  147. package/dist/react/shared/utils/datetime.cjs.js +59 -0
  148. package/dist/react/shared/utils/datetime.cjs.js.map +1 -0
  149. package/dist/react/shared/utils/datetime.esm.js +57 -0
  150. package/dist/react/shared/utils/datetime.esm.js.map +1 -0
  151. package/dist/react/utils/copyToClipboard.cjs.js +31 -0
  152. package/dist/react/utils/copyToClipboard.cjs.js.map +1 -0
  153. package/dist/react/utils/copyToClipboard.esm.js +26 -0
  154. package/dist/react/utils/copyToClipboard.esm.js.map +1 -0
  155. package/dist/react/utils/index.d.ts +1 -1
  156. package/dist/react-native/components/avatar/index.d.ts +26 -0
  157. package/dist/react-native/components/avatar/index.web.d.ts +24 -0
  158. package/dist/react-native/components/badge/index.d.ts +63 -0
  159. package/dist/react-native/components/bigNumber/index.d.ts +26 -0
  160. package/dist/react-native/components/button/index.d.ts +45 -0
  161. package/dist/react-native/components/copyButton/index.d.ts +22 -0
  162. package/dist/react-native/components/copyButton/index.web.d.ts +20 -0
  163. package/dist/react-native/components/dashLogo/index.d.ts +30 -0
  164. package/dist/react-native/components/heading/index.d.ts +25 -0
  165. package/dist/react-native/components/icons/index.d.ts +43 -0
  166. package/dist/react-native/components/identifier/index.d.ts +47 -0
  167. package/dist/react-native/components/index.d.ts +15 -0
  168. package/dist/react-native/components/input/index.d.ts +59 -0
  169. package/dist/react-native/components/notActive/index.d.ts +16 -0
  170. package/dist/react-native/components/tabs/index.d.ts +50 -0
  171. package/dist/react-native/components/text/index.d.ts +28 -0
  172. package/dist/react-native/components/transactionStatusIcon/index.d.ts +24 -0
  173. package/dist/react-native/components/valueCard/index.d.ts +47 -0
  174. package/dist/react-native/hooks/index.d.ts +1 -0
  175. package/dist/react-native/hooks/useDebounce.d.ts +43 -0
  176. package/dist/react-native/index.cjs.js +2882 -0
  177. package/dist/react-native/index.cjs.js.map +1 -0
  178. package/dist/react-native/index.d.ts +4 -0
  179. package/dist/react-native/index.esm.js +2833 -0
  180. package/dist/react-native/index.esm.js.map +1 -0
  181. package/dist/react-native/styles/index.d.ts +11 -0
  182. package/dist/react-native/styles/tokens.d.ts +308 -0
  183. package/dist/react-native/styles/utils.d.ts +65 -0
  184. package/dist/react-native/utils/clipboard.d.ts +27 -0
  185. package/dist/react-native/utils/index.d.ts +3 -0
  186. package/dist/react-native/utils/resolveColorScheme.d.ts +1 -0
  187. package/dist/react-native/utils/tw.d.ts +7 -0
  188. package/dist/shared/constants/colors.d.ts +25 -0
  189. package/dist/shared/constants/index.d.ts +2 -0
  190. package/dist/shared/constants/sizes.d.ts +49 -0
  191. package/dist/shared/index.cjs.js +171 -0
  192. package/dist/shared/index.cjs.js.map +1 -0
  193. package/dist/shared/index.d.ts +3 -0
  194. package/dist/shared/index.esm.js +161 -0
  195. package/dist/shared/index.esm.js.map +1 -0
  196. package/dist/shared/types/common.d.ts +33 -0
  197. package/dist/shared/types/index.d.ts +1 -0
  198. package/dist/shared/utils/index.d.ts +1 -0
  199. package/dist/styles.css +1 -1
  200. package/package.json +50 -8
  201. /package/dist/{react → shared}/utils/datetime.d.ts +0 -0
@@ -0,0 +1,1173 @@
1
+ "use client";
2
+
3
+ 'use strict';
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const ArrowIcon = ({
8
+ color = 'white',
9
+ size = 14,
10
+ className = '',
11
+ onClick
12
+ }) => {
13
+ return jsxRuntime.jsx("svg", {
14
+ width: size,
15
+ height: size,
16
+ viewBox: '0 0 9 14',
17
+ fill: 'none',
18
+ xmlns: 'http://www.w3.org/2000/svg',
19
+ className: className,
20
+ onClick: onClick,
21
+ color: color,
22
+ children: jsxRuntime.jsx("path", {
23
+ d: 'M7.29297 0.292893C7.68349 -0.0976311 8.31651 -0.0976311 8.70703 0.292893C9.09756 0.683418 9.09756 1.31643 8.70703 1.70696L3.41406 6.99992L8.70703 12.2929L8.77539 12.3691C9.09574 12.7618 9.07315 13.3408 8.70703 13.707C8.34092 14.0731 7.76191 14.0957 7.36914 13.7753L7.29297 13.707L0.585938 6.99992L7.29297 0.292893Z',
24
+ fill: 'currentColor'
25
+ })
26
+ });
27
+ };
28
+ const CopyIcon = ({
29
+ color = 'white',
30
+ size = 16,
31
+ className = '',
32
+ onClick
33
+ }) => {
34
+ return jsxRuntime.jsxs("svg", {
35
+ width: size,
36
+ height: size,
37
+ viewBox: '0 0 16 16',
38
+ fill: 'none',
39
+ xmlns: 'http://www.w3.org/2000/svg',
40
+ className: className,
41
+ onClick: onClick,
42
+ color: color,
43
+ children: [jsxRuntime.jsx("g", {
44
+ clipPath: 'url(#clip0_3876_6767)',
45
+ children: jsxRuntime.jsx("g", {
46
+ clipPath: 'url(#clip1_3876_6767)',
47
+ children: jsxRuntime.jsx("g", {
48
+ clipPath: 'url(#clip2_3876_6767)',
49
+ children: jsxRuntime.jsx("path", {
50
+ d: 'M11.4512 10.5645H5.28516V1.75586H9.32335L11.4512 3.88369V10.5645ZM12.332 3.51758L9.68945 0.875H5.28516H4.4043V1.75586V10.5645V11.4453H5.28516H11.4512H12.332V10.5645V3.51758ZM0.880859 4.39844H0V5.2793V14.0879V14.9688H0.880859H7.04688H7.92773V14.0879V12.3262H7.04688V14.0879H0.880859V5.2793H3.52344V4.39844H0.880859Z',
51
+ fill: 'currentColor'
52
+ })
53
+ })
54
+ })
55
+ }), jsxRuntime.jsxs("defs", {
56
+ children: [jsxRuntime.jsx("clipPath", {
57
+ id: 'clip0_3876_6767',
58
+ children: jsxRuntime.jsx("rect", {
59
+ width: '16',
60
+ height: '16',
61
+ fill: 'white'
62
+ })
63
+ }), jsxRuntime.jsx("clipPath", {
64
+ id: 'clip1_3876_6767',
65
+ children: jsxRuntime.jsx("rect", {
66
+ width: '16',
67
+ height: '14.25',
68
+ fill: 'white',
69
+ transform: 'translate(0 0.875)'
70
+ })
71
+ }), jsxRuntime.jsx("clipPath", {
72
+ id: 'clip2_3876_6767',
73
+ children: jsxRuntime.jsx("rect", {
74
+ width: '12.332',
75
+ height: '14.0938',
76
+ fill: 'white',
77
+ transform: 'translate(0 0.875)'
78
+ })
79
+ })]
80
+ })]
81
+ });
82
+ };
83
+ const SuccessIcon = ({
84
+ color = '#1CC400',
85
+ size = 18,
86
+ className = '',
87
+ onClick
88
+ }) => jsxRuntime.jsxs("svg", {
89
+ width: size,
90
+ height: size,
91
+ viewBox: '0 0 18 18',
92
+ fill: 'none',
93
+ xmlns: 'http://www.w3.org/2000/svg',
94
+ className: className,
95
+ onClick: onClick,
96
+ color: color,
97
+ children: [jsxRuntime.jsx("circle", {
98
+ cx: '9',
99
+ cy: '9',
100
+ r: '9',
101
+ fill: 'currentColor',
102
+ fillOpacity: '.2'
103
+ }), jsxRuntime.jsx("path", {
104
+ d: 'M5 8.5L8 11.5L13.5 6',
105
+ stroke: 'currentColor',
106
+ strokeWidth: '2',
107
+ strokeLinecap: 'round'
108
+ })]
109
+ });
110
+ const ErrorIcon = ({
111
+ color = '#F45858',
112
+ size = 18,
113
+ className = '',
114
+ onClick
115
+ }) => jsxRuntime.jsxs("svg", {
116
+ width: size,
117
+ height: size,
118
+ viewBox: '0 0 18 18',
119
+ fill: 'none',
120
+ xmlns: 'http://www.w3.org/2000/svg',
121
+ className: className,
122
+ onClick: onClick,
123
+ color: color,
124
+ children: [jsxRuntime.jsx("rect", {
125
+ width: '18',
126
+ height: '18',
127
+ rx: '4',
128
+ fill: 'currentColor',
129
+ fillOpacity: '.2'
130
+ }), jsxRuntime.jsx("path", {
131
+ d: 'M9.06951 10L9.0695 4.86092',
132
+ stroke: 'currentColor',
133
+ strokeWidth: '2',
134
+ strokeLinecap: 'round'
135
+ }), jsxRuntime.jsx("path", {
136
+ d: 'M9.06951 13L9.06951 13.0102',
137
+ stroke: 'currentColor',
138
+ strokeWidth: '2',
139
+ strokeLinecap: 'round'
140
+ })]
141
+ });
142
+ const QueuedIcon = ({
143
+ color = '#F4A358',
144
+ size = 18,
145
+ className = '',
146
+ onClick
147
+ }) => jsxRuntime.jsxs("svg", {
148
+ width: size,
149
+ height: size,
150
+ viewBox: '0 0 18 18',
151
+ fill: 'none',
152
+ xmlns: 'http://www.w3.org/2000/svg',
153
+ className: className,
154
+ onClick: onClick,
155
+ color: color,
156
+ children: [jsxRuntime.jsx("rect", {
157
+ width: '18',
158
+ height: '18',
159
+ rx: '4',
160
+ fill: 'currentColor',
161
+ fillOpacity: '.2'
162
+ }), jsxRuntime.jsx("path", {
163
+ d: 'M11.6756 12.6482C11.8311 12.8601 12.1306 12.9075 12.3268 12.7326C13.1311 12.0158 13.6857 11.055 13.9009 9.99071C14.1476 8.77034 13.9301 7.50182 13.2909 6.43333C12.6518 5.36484 11.637 4.57324 10.4451 4.2134C9.25315 3.85356 7.96985 3.95136 6.84622 4.48768C5.72259 5.024 4.83949 5.96024 4.36966 7.11325C3.89983 8.26626 3.87708 9.55308 4.30587 10.722C4.73466 11.8909 5.58412 12.8577 6.6881 13.4334C7.65084 13.9355 8.74673 14.1085 9.80981 13.934C10.0691 13.8914 10.2207 13.6287 10.1537 13.3746C10.0867 13.1205 9.82636 12.9718 9.56614 13.0086C8.7336 13.1262 7.88063 12.982 7.12813 12.5896C6.23429 12.1235 5.5465 11.3406 5.19933 10.3942C4.85216 9.44781 4.87057 8.40592 5.25098 7.47237C5.63138 6.53882 6.3464 5.78078 7.25616 5.34654C8.16592 4.91231 9.20497 4.83312 10.17 5.12447C11.1351 5.41582 11.9567 6.05674 12.4742 6.92186C12.9917 7.78698 13.1678 8.81405 12.9681 9.80215C12.7999 10.634 12.3756 11.3878 11.7605 11.9612C11.5683 12.1404 11.5202 12.4362 11.6756 12.6482Z',
164
+ fill: 'currentColor'
165
+ })]
166
+ });
167
+ const PooledIcon = ({
168
+ color = '#008DE4',
169
+ size = 18,
170
+ className = '',
171
+ onClick
172
+ }) => jsxRuntime.jsxs("svg", {
173
+ width: size,
174
+ height: size,
175
+ viewBox: '0 0 18 18',
176
+ fill: 'none',
177
+ xmlns: 'http://www.w3.org/2000/svg',
178
+ className: className,
179
+ onClick: onClick,
180
+ color: color,
181
+ children: [jsxRuntime.jsx("rect", {
182
+ width: '18',
183
+ height: '18',
184
+ rx: '4',
185
+ fill: 'currentColor',
186
+ fillOpacity: '.2'
187
+ }), jsxRuntime.jsx("path", {
188
+ d: 'M14 7L12.4328 6.01491C11.4484 5.39611 10.1941 5.40565 9.21918 6.03935V6.03935C8.30752 6.63193 7.14565 6.6816 6.18674 6.16899L4 5',
189
+ stroke: 'currentColor',
190
+ strokeLinecap: 'round'
191
+ }), jsxRuntime.jsx("path", {
192
+ d: 'M14 10L12.4328 9.01491C11.4484 8.39611 10.1941 8.40565 9.21918 9.03935V9.03935C8.30752 9.63193 7.14565 9.6816 6.18674 9.16899L4 8',
193
+ stroke: 'currentColor',
194
+ strokeLinecap: 'round'
195
+ }), jsxRuntime.jsx("path", {
196
+ d: 'M14 13L12.4328 12.0149C11.4484 11.3961 10.1941 11.4057 9.21918 12.0393V12.0393C8.30752 12.6319 7.14565 12.6816 6.18674 12.169L4 11',
197
+ stroke: 'currentColor',
198
+ strokeLinecap: 'round'
199
+ })]
200
+ });
201
+ const BroadcastedIcon = ({
202
+ color = '#008DE4',
203
+ size = 18,
204
+ className = '',
205
+ onClick
206
+ }) => jsxRuntime.jsxs("svg", {
207
+ width: size,
208
+ height: size,
209
+ viewBox: '0 0 18 18',
210
+ fill: 'none',
211
+ xmlns: 'http://www.w3.org/2000/svg',
212
+ className: className,
213
+ onClick: onClick,
214
+ color: color,
215
+ children: [jsxRuntime.jsx("rect", {
216
+ width: '18',
217
+ height: '18',
218
+ rx: '4',
219
+ fill: 'currentColor',
220
+ fillOpacity: '.2'
221
+ }), jsxRuntime.jsx("path", {
222
+ d: 'M4.86093 8.74967L12.5 8.74993M12.5 8.74993L9.5 5.74993M12.5 8.74993L9.5 11.7499',
223
+ stroke: 'currentColor',
224
+ strokeWidth: '2',
225
+ strokeLinecap: 'round',
226
+ strokeLinejoin: 'round'
227
+ })]
228
+ });
229
+ const CalendarIcon = ({
230
+ color = 'currentColor',
231
+ size = 14,
232
+ className = '',
233
+ onClick
234
+ }) => jsxRuntime.jsx("svg", {
235
+ width: size,
236
+ height: size * 14 / 12,
237
+ viewBox: '0 0 12 14',
238
+ fill: 'none',
239
+ xmlns: 'http://www.w3.org/2000/svg',
240
+ className: className,
241
+ onClick: onClick,
242
+ color: color,
243
+ children: jsxRuntime.jsx("path", {
244
+ fill: 'currentColor',
245
+ d: 'M3.42857 0.143066V0.571638V1.85735H8.57143V0.571638V0.143066H9.42857V0.571638V1.85735H11.1429H12V2.71449V4.42878V5.28592V13.0002V13.8574H11.1429H0.857143H0V13.0002V5.28592V4.42878V2.71449V1.85735H0.857143H2.57143V0.571638V0.143066H3.42857ZM11.1429 5.28592H0.857143V13.0002H11.1429V5.28592ZM11.1429 2.71449H0.857143V4.42878H11.1429V2.71449Z'
246
+ })
247
+ });
248
+ const EyeOpenIcon = ({
249
+ color = 'currentColor',
250
+ size = 16,
251
+ className = '',
252
+ onClick
253
+ }) => jsxRuntime.jsx("svg", {
254
+ width: size,
255
+ height: size * 10 / 16,
256
+ viewBox: '0 0 16 10',
257
+ fill: 'none',
258
+ xmlns: 'http://www.w3.org/2000/svg',
259
+ className: className,
260
+ onClick: onClick,
261
+ color: color,
262
+ children: jsxRuntime.jsx("path", {
263
+ d: 'M7.89888 0C6.24409 0.000806406 4.62351 0.471042 3.22533 1.35609C1.82715 2.24114 0.708743 3.50469 0 5C0.708092 6.49578 1.82635 7.75974 3.22468 8.64489C4.623 9.53004 6.24392 9.99999 7.89888 9.99999C9.55378 9.99999 11.1747 9.53004 12.573 8.64489C13.9713 7.75974 15.0896 6.49578 15.7977 5C15.089 3.50469 13.9706 2.24114 12.5724 1.35609C11.1742 0.471042 9.55364 0.000806406 7.89888 0ZM7.89888 8.98344C6.52084 8.97755 5.16914 8.60565 3.98212 7.90571C2.79509 7.20576 1.81538 6.20297 1.14327 5C1.81083 3.7931 2.78951 2.78709 3.97757 2.08654C5.16561 1.38601 6.51964 1.01653 7.89888 1.01653C9.27804 1.01653 10.6321 1.38601 11.8201 2.08654C13.0082 2.78709 13.9868 3.7931 14.6545 5C13.9823 6.20297 13.0026 7.20576 11.8156 7.90571C10.6285 8.60565 9.27689 8.97755 7.89888 8.98344ZM7.89888 2.51693C7.40772 2.51693 6.92767 2.66256 6.51934 2.93541C6.11101 3.20825 5.79274 3.59605 5.60481 4.0498C5.41687 4.50349 5.3677 5.00271 5.46351 5.48439C5.55932 5.96606 5.7958 6.4085 6.14306 6.7558C6.49033 7.10303 6.93275 7.33953 7.41443 7.43535C7.8961 7.53117 8.39533 7.48197 8.84909 7.29406C9.30277 7.10608 9.69059 6.78785 9.96342 6.3795C10.2362 5.97114 10.3819 5.4911 10.3819 5C10.3819 4.34146 10.1203 3.70989 9.65461 3.24421C9.189 2.77854 8.55742 2.51693 7.89888 2.51693ZM7.89888 6.46658C7.60878 6.46658 7.32525 6.38058 7.08407 6.21937C6.8429 6.05822 6.65492 5.82918 6.54392 5.56123C6.43291 5.29322 6.40387 4.99837 6.46045 4.7139C6.51704 4.42942 6.65675 4.16805 6.8618 3.96299C7.06693 3.75786 7.32823 3.61818 7.61271 3.5616C7.89726 3.50501 8.1921 3.53405 8.46011 3.64504C8.72806 3.75603 8.9571 3.94402 9.11825 4.18519C9.27939 4.42637 9.36546 4.7099 9.36546 5C9.36498 5.38884 9.21034 5.76161 8.93542 6.03654C8.66043 6.31146 8.28765 6.4661 7.89888 6.46658Z',
264
+ fill: 'currentColor'
265
+ })
266
+ });
267
+ const EyeClosedIcon = ({
268
+ color = 'currentColor',
269
+ size = 16,
270
+ className = '',
271
+ onClick
272
+ }) => jsxRuntime.jsxs("svg", {
273
+ width: size,
274
+ height: size,
275
+ viewBox: '0 0 16 16',
276
+ fill: 'none',
277
+ xmlns: 'http://www.w3.org/2000/svg',
278
+ className: className,
279
+ onClick: onClick,
280
+ color: color,
281
+ children: [jsxRuntime.jsx("path", {
282
+ d: 'M7.89888 3C6.24409 3.00081 4.62351 3.47104 3.22533 4.35609C1.82715 5.24114 0.708743 6.50469 0 8C0.708092 9.49578 1.82635 10.7597 3.22468 11.6449C4.623 12.53 6.24392 13 7.89888 13C9.55378 13 11.1747 12.53 12.573 11.6449C13.9713 10.7597 15.0896 9.49578 15.7977 8C15.089 6.50469 13.9706 5.24114 12.5724 4.35609C11.1742 3.47104 9.55364 3.00081 7.89888 3ZM7.89888 11.9834C6.52084 11.9776 5.16914 11.6056 3.98212 10.9057C2.79509 10.2058 1.81538 9.20297 1.14327 8C1.81083 6.7931 2.78951 5.78709 3.97757 5.08654C5.16561 4.38601 6.51964 4.01653 7.89888 4.01653C9.27804 4.01653 10.6321 4.38601 11.8201 5.08654C13.0082 5.78709 13.9868 6.7931 14.6545 8C13.9823 9.20297 13.0026 10.2058 11.8156 10.9057C10.6285 11.6056 9.27689 11.9776 7.89888 11.9834Z',
283
+ fill: 'currentColor'
284
+ }), jsxRuntime.jsx("line", {
285
+ x1: '1',
286
+ y1: '15',
287
+ x2: '15',
288
+ y2: '1',
289
+ stroke: 'currentColor',
290
+ strokeWidth: '1.5',
291
+ strokeLinecap: 'round'
292
+ })]
293
+ });
294
+ const CheckIcon = ({
295
+ color = '#4C7EFF',
296
+ size = 20,
297
+ className = '',
298
+ onClick
299
+ }) => {
300
+ return jsxRuntime.jsxs("svg", {
301
+ width: size,
302
+ height: size,
303
+ viewBox: '0 0 20 20',
304
+ fill: 'none',
305
+ xmlns: 'http://www.w3.org/2000/svg',
306
+ className: className,
307
+ onClick: onClick,
308
+ children: [jsxRuntime.jsx("circle", {
309
+ cx: '10',
310
+ cy: '10',
311
+ r: '10',
312
+ fill: 'rgba(12, 28, 51, 0.05)'
313
+ }), jsxRuntime.jsx("path", {
314
+ d: 'M6.33 10L8.83 12.5L13.67 7.67',
315
+ stroke: color,
316
+ strokeWidth: '1.5',
317
+ strokeLinecap: 'round',
318
+ strokeLinejoin: 'round'
319
+ })]
320
+ });
321
+ };
322
+ const KeyIcon = ({
323
+ color = '#4C7EFF',
324
+ size = 16,
325
+ className = '',
326
+ onClick
327
+ }) => jsxRuntime.jsx("svg", {
328
+ width: size,
329
+ height: size,
330
+ viewBox: '0 0 16 16',
331
+ fill: 'none',
332
+ xmlns: 'http://www.w3.org/2000/svg',
333
+ className: className,
334
+ onClick: onClick,
335
+ color: color,
336
+ children: jsxRuntime.jsx("path", {
337
+ d: 'M14.0002 5.41699C14.0002 3.25388 12.2463 1.5 10.0832 1.5C7.9202 1.50018 6.16715 3.25399 6.16715 5.41699C6.16716 5.59622 6.17916 5.7722 6.2023 5.94434C6.22418 6.10708 6.24295 6.25021 6.25406 6.36523C6.26445 6.47287 6.27504 6.6168 6.25406 6.76367C6.22507 6.96632 6.17504 7.11454 6.07535 7.29297C5.95896 7.50119 5.76828 7.68206 5.62027 7.83008L1.64469 11.8047C1.57287 11.8765 1.53632 11.9136 1.5109 11.9414C1.49222 11.9619 1.49456 11.9619 1.50211 11.9502C1.50495 11.9368 1.50339 11.9359 1.50211 11.9639C1.5004 12.0015 1.50015 12.0531 1.50015 12.1543V13.5059C1.50016 13.7356 1.50047 13.8631 1.50797 13.9551C1.50902 13.968 1.51085 13.9788 1.51187 13.9873C1.52057 13.9884 1.5316 13.9911 1.54508 13.9922C1.63709 13.9997 1.76453 14 1.9943 14H3.34586C3.44746 14 3.49953 13.9998 3.53726 13.998C3.54201 13.9978 3.54587 13.9973 3.54898 13.9971C3.55141 13.9949 3.55495 13.9927 3.55875 13.9893C3.58663 13.9638 3.62368 13.9272 3.69547 13.8555L7.67008 9.88086C7.81809 9.73284 7.999 9.54119 8.20719 9.4248C8.38512 9.32541 8.53299 9.27507 8.73551 9.24609C8.88263 9.22498 9.02721 9.23569 9.13492 9.24609C9.24997 9.25721 9.39308 9.27596 9.55582 9.29785C9.72785 9.32099 9.90386 9.33299 10.0832 9.33301C12.2462 9.33301 14 7.57995 14.0002 5.41699ZM10.091 4.66699C10.5052 4.66699 10.841 5.00278 10.841 5.41699C10.8408 5.83106 10.5051 6.16699 10.091 6.16699H10.0832C9.66921 6.16682 9.33334 5.83095 9.33316 5.41699C9.33316 5.00289 9.6691 4.66717 10.0832 4.66699H10.091ZM15.5002 5.41699C15.5 8.40838 13.0746 10.833 10.0832 10.833C9.83693 10.833 9.59389 10.8172 9.35562 10.7852C9.18091 10.7617 9.07081 10.747 8.99039 10.7393C8.96929 10.7372 8.95363 10.736 8.94254 10.7354C8.93816 10.7391 8.93249 10.744 8.92594 10.75C8.88376 10.7884 8.82825 10.8438 8.73062 10.9414L4.75601 14.916C4.64689 15.0251 4.50896 15.1701 4.33707 15.2754C4.23454 15.3382 4.12482 15.3878 4.0109 15.4248L3.89566 15.458C3.69989 15.505 3.50042 15.5 3.34586 15.5H1.9943C1.78913 15.5 1.59017 15.5009 1.42301 15.4873C1.24693 15.4729 1.04068 15.4383 0.834139 15.333C0.546975 15.1866 0.312669 14.9536 0.16617 14.666C0.0609559 14.4595 0.0272345 14.2532 0.01285 14.0771C-0.00078215 13.91 0.000154127 13.711 0.000154698 13.5059V12.1543C0.000154157 11.9998 -0.00485276 11.8004 0.0421469 11.6045L0.07535 11.4893C0.112444 11.375 0.162926 11.2656 0.225741 11.1631C0.330953 10.9914 0.474786 10.8535 0.584139 10.7441L4.55875 6.76953C4.65638 6.67189 4.71173 6.6164 4.75015 6.57422C4.75616 6.56762 4.76002 6.56104 4.76383 6.55664C4.76313 6.54561 4.76287 6.5302 4.7609 6.50977C4.75313 6.42933 4.73848 6.3192 4.715 6.14453C4.68297 5.90629 4.66716 5.66325 4.66715 5.41699C4.66715 2.42556 7.09178 0.000176003 10.0832 0C13.0747 0 15.5002 2.42545 15.5002 5.41699Z',
338
+ fill: 'currentColor'
339
+ })
340
+ });
341
+ const ProtectedMessageIcon = ({
342
+ color = '#4C7EFF',
343
+ size = 16,
344
+ className = '',
345
+ onClick
346
+ }) => jsxRuntime.jsx("svg", {
347
+ width: size,
348
+ height: size * 15 / 16,
349
+ viewBox: '0 0 16 15',
350
+ fill: 'none',
351
+ xmlns: 'http://www.w3.org/2000/svg',
352
+ className: className,
353
+ onClick: onClick,
354
+ color: color,
355
+ children: jsxRuntime.jsx("path", {
356
+ d: 'M14.25 3.59962C14.25 3.13294 14.2498 2.8257 14.2314 2.59083C14.2137 2.36397 14.1823 2.26919 14.1563 2.21583C14.0746 2.04851 13.947 1.91824 13.7979 1.83887C13.7575 1.8175 13.6783 1.78743 13.4688 1.76954C13.2487 1.75077 12.9591 1.75001 12.5107 1.75001H3.48926C3.04091 1.75001 2.75133 1.75077 2.53125 1.76954C2.32167 1.78743 2.24247 1.81749 2.20215 1.83887C2.05308 1.91822 1.92543 2.04846 1.84375 2.21583C1.81772 2.2692 1.78632 2.36397 1.76856 2.59083C1.75019 2.8257 1.75 3.13294 1.75 3.59962V9.7754C1.75 10.2421 1.75019 10.5493 1.76856 10.7842C1.78632 11.0111 1.81773 11.1058 1.84375 11.1592C1.92545 11.3266 2.05315 11.4569 2.20215 11.5361C2.24247 11.5575 2.32166 11.5876 2.53125 11.6055C2.75132 11.6242 3.04091 11.625 3.48926 11.625H11.3018C11.4998 11.625 11.6723 11.6231 11.8457 11.6484C11.9885 11.6694 12.1304 11.7041 12.2666 11.752C12.4318 11.81 12.5843 11.8917 12.7617 11.9844L14.25 12.7607V3.59962ZM9.58301 5.50977C8.99673 5.43171 8.46424 5.20517 8 4.85645C7.53578 5.20517 7.0033 5.43171 6.41699 5.50977C6.41699 5.61046 6.41699 5.70806 6.41699 5.792C6.41699 7.2248 7.1403 8.31967 8 8.72462C8.8597 8.31967 9.58301 7.2248 9.58301 5.792V5.50977ZM11.083 5.792C11.083 7.83144 9.95571 9.69432 8.22852 10.2461C8.08008 10.2935 7.91992 10.2935 7.77149 10.2461C6.04429 9.69432 4.91699 7.83144 4.91699 5.792V4.792C4.91701 4.3778 5.25279 4.042 5.66699 4.042H5.95801C6.52078 4.042 7.01918 3.8118 7.44238 3.3418C7.58461 3.18384 7.78744 3.09376 8 3.09376C8.21256 3.09376 8.41539 3.18383 8.55762 3.3418C8.9808 3.8118 9.47924 4.042 10.042 4.042H10.333C10.7472 4.042 11.083 4.37779 11.083 4.792V5.792ZM15.75 14C15.75 14.2623 15.613 14.5057 15.3887 14.6416C15.1643 14.7775 14.8848 14.7865 14.6523 14.665L12.0674 13.3145C11.8531 13.2026 11.8096 13.1811 11.7695 13.167L11.6289 13.1328C11.5879 13.1268 11.5413 13.125 11.3018 13.125H3.48926C3.06658 13.125 2.702 13.1261 2.40332 13.1006C2.09499 13.0743 1.78953 13.016 1.49707 12.8604C1.06073 12.6282 0.711683 12.2604 0.495118 11.8164C0.351702 11.5223 0.298056 11.2151 0.273439 10.9004C0.249466 10.5935 0.250001 10.2182 0.250001 9.7754V3.59962C0.250001 3.15678 0.249465 2.78146 0.273439 2.47462C0.298057 2.15985 0.3517 1.85274 0.495118 1.5586C0.711701 1.11453 1.06081 0.746854 1.49707 0.514655C1.78953 0.359048 2.09499 0.300742 2.40332 0.274421C2.702 0.248928 3.06659 0.250007 3.48926 0.250007H12.5107C12.9334 0.250007 13.298 0.248928 13.5967 0.274421C13.905 0.30074 14.2105 0.359048 14.5029 0.514655C14.9391 0.746836 15.2883 1.11446 15.5049 1.5586C15.6483 1.85274 15.7019 2.15986 15.7266 2.47462C15.7505 2.78146 15.75 3.15679 15.75 3.59962V14Z',
357
+ fill: 'currentColor'
358
+ })
359
+ });
360
+ const SmartphoneIcon = ({
361
+ color = '#4C7EFF',
362
+ size = 12,
363
+ className = '',
364
+ onClick
365
+ }) => jsxRuntime.jsx("svg", {
366
+ width: size,
367
+ height: size * 16 / 12,
368
+ viewBox: '0 0 12 16',
369
+ fill: 'none',
370
+ xmlns: 'http://www.w3.org/2000/svg',
371
+ className: className,
372
+ onClick: onClick,
373
+ color: color,
374
+ children: jsxRuntime.jsx("path", {
375
+ d: 'M9.58301 3.48926C9.58301 3.04131 9.58257 2.75009 9.56446 2.52832C9.54705 2.31531 9.51704 2.23247 9.49512 2.18946C9.41795 2.03817 9.29498 1.91507 9.14356 1.83789C9.10056 1.81598 9.01772 1.78596 8.80469 1.76856C8.58301 1.75047 8.29228 1.75 7.84473 1.75H3.48926C3.04133 1.75 2.75008 1.75044 2.52832 1.76856C2.31531 1.78596 2.23248 1.81597 2.18946 1.83789C2.03815 1.91507 1.91507 2.03815 1.83789 2.18946C1.81597 2.23248 1.78596 2.31531 1.76856 2.52832C1.75044 2.75008 1.75 3.04132 1.75 3.48926V12.5107C1.75 12.9587 1.75044 13.2499 1.76856 13.4717C1.78596 13.6847 1.81598 13.7675 1.83789 13.8105C1.9151 13.9619 2.0382 14.085 2.18946 14.1621C2.23248 14.184 2.31532 14.214 2.52832 14.2314C2.75008 14.2496 3.04132 14.25 3.48926 14.25H7.84473C8.29228 14.25 8.58301 14.2495 8.80469 14.2314C9.01771 14.214 9.10056 14.184 9.14356 14.1621L9.25196 14.0957C9.35389 14.0215 9.4373 13.9239 9.49512 13.8105C9.51703 13.7676 9.54705 13.6847 9.56446 13.4717C9.58257 13.2499 9.58301 12.9587 9.58301 12.5107V3.48926ZM5.67481 11.917C6.08886 11.9172 6.42481 12.2529 6.42481 12.667C6.42463 13.0809 6.08875 13.4168 5.67481 13.417H5.667C5.25289 13.417 4.91717 13.0811 4.917 12.667C4.917 12.2528 5.25278 11.917 5.667 11.917H5.67481ZM6.44434 2.58301C6.85844 2.58301 7.19416 2.91895 7.19434 3.33301C7.19434 3.74722 6.85855 4.08301 6.44434 4.08301H4.88868C4.47456 4.08289 4.13868 3.74715 4.13868 3.33301C4.13885 2.91902 4.47467 2.58313 4.88868 2.58301H6.44434ZM11.083 12.5107C11.083 12.9339 11.0838 13.2968 11.0596 13.5938C11.0377 13.8613 10.9926 14.1258 10.8828 14.3818L10.832 14.4912C10.611 14.925 10.258 15.278 9.82422 15.499C9.5346 15.6465 9.2324 15.7016 8.92676 15.7266C8.62989 15.7508 8.2676 15.75 7.84473 15.75H3.48926C3.06611 15.75 2.70325 15.7508 2.40625 15.7266C2.10051 15.7016 1.79849 15.6466 1.50879 15.499C1.07488 15.278 0.721999 14.925 0.50098 14.4912C0.353385 14.2015 0.29842 13.8995 0.273441 13.5938C0.249186 13.2968 0.250003 12.9339 0.250003 12.5107V3.48926C0.250003 3.06611 0.249185 2.70324 0.273441 2.40625C0.298421 2.10051 0.353384 1.79849 0.50098 1.50879C0.722018 1.07496 1.07496 0.722018 1.50879 0.50098C1.7985 0.353384 2.10051 0.298421 2.40625 0.273441C2.70325 0.249185 3.06611 0.250003 3.48926 0.250003H7.84473C8.2676 0.250003 8.62989 0.249218 8.92676 0.273441C9.2324 0.298413 9.5346 0.353484 9.82422 0.50098C10.2579 0.721978 10.611 1.07494 10.832 1.50879L10.8828 1.61817C10.9926 1.87421 11.0377 2.13869 11.0596 2.40625C11.0838 2.70325 11.083 3.0661 11.083 3.48926V12.5107Z',
376
+ fill: 'currentColor'
377
+ })
378
+ });
379
+ const CrossIcon = ({
380
+ color = '#0C1C33',
381
+ size = 16,
382
+ className = '',
383
+ onClick
384
+ }) => jsxRuntime.jsx("svg", {
385
+ width: size,
386
+ height: size * 17 / 16,
387
+ viewBox: '0 0 16 17',
388
+ fill: 'none',
389
+ xmlns: 'http://www.w3.org/2000/svg',
390
+ className: className,
391
+ onClick: onClick,
392
+ color: color,
393
+ children: jsxRuntime.jsx("path", {
394
+ d: 'M13.5693 3.40266L13.0973 2.93066L8 8.02866L2.90266 2.93066L2.43066 3.40266L7.52866 8.5L2.43066 13.5973L2.90266 14.0693L8 8.97133L13.0973 14.0693L13.5693 13.5973L8.47133 8.5L13.5693 3.40266Z',
395
+ fill: 'currentColor'
396
+ })
397
+ });
398
+ const WalletIcon = ({
399
+ color = '#0C1C33',
400
+ size = 16,
401
+ className = '',
402
+ onClick
403
+ }) => jsxRuntime.jsx("svg", {
404
+ width: size,
405
+ height: size,
406
+ viewBox: '0 0 16 16',
407
+ fill: 'none',
408
+ xmlns: 'http://www.w3.org/2000/svg',
409
+ className: className,
410
+ onClick: onClick,
411
+ color: color,
412
+ children: jsxRuntime.jsx("path", {
413
+ d: 'M12.6667 2.66666H3.33333C2.80289 2.66666 2.29419 2.87737 1.91911 3.25244C1.54404 3.62752 1.33333 4.13622 1.33333 4.66666V11.3333C1.33333 11.8637 1.54404 12.3725 1.91911 12.7475C2.29419 13.1226 2.80289 13.3333 3.33333 13.3333H12.6667C13.1971 13.3333 13.7058 13.1226 14.0809 12.7475C14.4559 12.3725 14.6667 11.8637 14.6667 11.3333V4.66666C14.6667 4.13622 14.4559 3.62752 14.0809 3.25244C13.7058 2.87737 13.1971 2.66666 12.6667 2.66666ZM13.6667 9.66666H11.3333C10.8913 9.66666 10.4674 9.49106 10.1548 9.17852C9.84226 8.86592 9.66666 8.44199 9.66666 7.99999C9.66666 7.55799 9.84226 7.13406 10.1548 6.82146C10.4674 6.50892 10.8913 6.33332 11.3333 6.33332H13.6667V9.66666ZM13.6667 5.33332H11.3333C10.6261 5.33332 9.94779 5.61428 9.44773 6.11437C8.94759 6.61447 8.66666 7.29272 8.66666 7.99999C8.66666 8.70726 8.94759 9.38552 9.44773 9.88559C9.94779 10.3857 10.6261 10.6667 11.3333 10.6667H13.6667V11.3333C13.6663 11.5985 13.5609 11.8527 13.3735 12.0401C13.186 12.2276 12.9318 12.333 12.6667 12.3333H3.33333C3.0682 12.333 2.81402 12.2276 2.62655 12.0401C2.43908 11.8527 2.33363 11.5985 2.33333 11.3333V4.66666C2.33363 4.40153 2.43908 4.14735 2.62655 3.95988C2.81402 3.77241 3.0682 3.66696 3.33333 3.66666H12.6667C12.9318 3.66696 13.186 3.77241 13.3735 3.95988C13.5609 4.14735 13.6663 4.40153 13.6667 4.66666V5.33332ZM10.7333 7.99999C10.7333 8.11866 10.7685 8.23466 10.8345 8.33332C10.9004 8.43199 10.9941 8.50892 11.1037 8.55432C11.2133 8.59972 11.334 8.61159 11.4504 8.58846C11.5668 8.56532 11.6737 8.50819 11.7576 8.42426C11.8415 8.34032 11.8987 8.23346 11.9218 8.11706C11.9449 8.00066 11.9331 7.87999 11.8877 7.77039C11.8423 7.66072 11.7653 7.56706 11.6667 7.50112C11.568 7.43519 11.452 7.39999 11.3333 7.39999C11.1742 7.39999 11.0216 7.46319 10.9091 7.57572C10.7965 7.68826 10.7333 7.84086 10.7333 7.99999Z',
414
+ fill: 'currentColor'
415
+ })
416
+ });
417
+ const PlusIcon = ({
418
+ color = '#4C7EFF',
419
+ size = 17,
420
+ className = '',
421
+ onClick
422
+ }) => jsxRuntime.jsx("svg", {
423
+ width: size,
424
+ height: size * 16 / 17,
425
+ viewBox: '0 0 17 16',
426
+ fill: 'none',
427
+ xmlns: 'http://www.w3.org/2000/svg',
428
+ className: className,
429
+ onClick: onClick,
430
+ color: color,
431
+ children: jsxRuntime.jsx("path", {
432
+ d: 'M15.1667 7.66665H8.83337V1.33331H8.16671V7.66665H1.83337V8.33331H8.16671V14.6666H8.83337V8.33331H15.1667V7.66665Z',
433
+ fill: 'currentColor'
434
+ })
435
+ });
436
+ const FilterIcon = ({
437
+ color = '#0C1C33',
438
+ size = 16,
439
+ className = '',
440
+ onClick
441
+ }) => jsxRuntime.jsx("svg", {
442
+ width: size,
443
+ height: size,
444
+ viewBox: '0 0 16 16',
445
+ fill: 'none',
446
+ xmlns: 'http://www.w3.org/2000/svg',
447
+ className: className,
448
+ onClick: onClick,
449
+ color: color,
450
+ children: jsxRuntime.jsx("path", {
451
+ d: 'M9.7725 12.4346V8.4707C9.77253 8.14729 9.87686 7.83238 10.0704 7.57324L12.8887 3.79883C13.135 3.46908 12.8999 3 12.4883 3H4.50297C4.08918 3 3.85471 3.47362 4.10551 3.80273L6.97367 7.56738C7.17261 7.82859 7.28031 8.14821 7.28031 8.47656V13.0273C7.28053 13.3803 7.63675 13.6224 7.96488 13.4922L9.45707 12.8994C9.64752 12.8238 9.77249 12.6395 9.7725 12.4346ZM10.7725 12.4346C10.7725 13.0493 10.3976 13.6022 9.82621 13.8291L8.33402 14.4209C7.34935 14.8119 6.28053 14.0867 6.28031 13.0273V8.47656C6.28031 8.36707 6.24414 8.25994 6.17777 8.17285L3.30961 4.40918C2.55722 3.42182 3.26161 2 4.50297 2H12.4883C13.7229 2 14.4291 3.40823 13.6905 4.39746L10.8721 8.17188C10.8076 8.25823 10.7725 8.36293 10.7725 8.4707V12.4346Z',
452
+ fill: 'currentColor'
453
+ })
454
+ });
455
+ const EditIcon = ({
456
+ color = '#0C1C33',
457
+ size = 16,
458
+ className = '',
459
+ onClick
460
+ }) => jsxRuntime.jsx("svg", {
461
+ width: size,
462
+ height: size,
463
+ viewBox: '0 0 16 16',
464
+ fill: 'none',
465
+ xmlns: 'http://www.w3.org/2000/svg',
466
+ className: className,
467
+ onClick: onClick,
468
+ color: color,
469
+ children: jsxRuntime.jsx("path", {
470
+ d: 'M9.7725 12.4346V8.4707C9.77253 8.14729 9.87686 7.83238 10.0704 7.57324L12.8887 3.79883C13.135 3.46908 12.8999 3 12.4883 3H4.50297C4.08918 3 3.85471 3.47362 4.10551 3.80273L6.97367 7.56738C7.17261 7.82859 7.28031 8.14821 7.28031 8.47656V13.0273C7.28053 13.3803 7.63675 13.6224 7.96488 13.4922L9.45707 12.8994C9.64752 12.8238 9.77249 12.6395 9.7725 12.4346ZM10.7725 12.4346C10.7725 13.0493 10.3976 13.6022 9.82621 13.8291L8.33402 14.4209C7.34935 14.8119 6.28053 14.0867 6.28031 13.0273V8.47656C6.28031 8.36707 6.24414 8.25994 6.17777 8.17285L3.30961 4.40918C2.55722 3.42182 3.26161 2 4.50297 2H12.4883C13.7229 2 14.4291 3.40823 13.6905 4.39746L10.8721 8.17188C10.8076 8.25823 10.7725 8.36293 10.7725 8.4707V12.4346Z',
471
+ fill: 'currentColor'
472
+ })
473
+ });
474
+ const DeleteIcon = ({
475
+ color = '#0C1C33',
476
+ size = 11,
477
+ className = '',
478
+ onClick
479
+ }) => jsxRuntime.jsxs("svg", {
480
+ width: size,
481
+ height: size,
482
+ viewBox: '0 0 11 11',
483
+ fill: 'none',
484
+ xmlns: 'http://www.w3.org/2000/svg',
485
+ className: className,
486
+ onClick: onClick,
487
+ color: color,
488
+ children: [jsxRuntime.jsx("g", {
489
+ clipPath: 'url(#clip0_106_23)',
490
+ children: jsxRuntime.jsx("path", {
491
+ d: 'M8.75 2.66706H2.25V7.83308C2.25 8.30882 2.25052 8.63222 2.27344 8.88191C2.29567 9.12381 2.33543 9.25067 2.3877 9.34187C2.51141 9.55763 2.71615 9.74365 2.98047 9.86335C3.10415 9.91928 3.26908 9.95784 3.55469 9.97859C3.84502 9.99967 4.21761 10.0001 4.75 10.0001H6.25C6.78241 10.0001 7.15498 9.99967 7.44531 9.97859C7.73089 9.95784 7.89582 9.91928 8.01953 9.86335C8.28385 9.74365 8.4886 9.55763 8.6123 9.34187C8.66457 9.25068 8.70433 9.12381 8.72656 8.88191C8.74948 8.63222 8.75 8.30882 8.75 7.83308V2.66706ZM3.75 8.27741V4.38874C3.75012 4.1127 3.97393 3.88874 4.25 3.88874C4.52607 3.88874 4.74988 4.1127 4.75 4.38874V8.27741C4.75 8.55356 4.52614 8.77741 4.25 8.77741C3.97386 8.77741 3.75 8.55356 3.75 8.27741ZM6.25 8.27741V4.38874C6.25012 4.1127 6.47393 3.88874 6.75 3.88874C7.02607 3.88874 7.24988 4.1127 7.25 4.38874V8.27741C7.25 8.55356 7.02614 8.77741 6.75 8.77741C6.47386 8.77741 6.25 8.55356 6.25 8.27741ZM4.48633 1.00886C4.36289 1.01585 4.29382 1.02778 4.2334 1.0489C4.11036 1.09191 4.00791 1.16023 3.93164 1.24128C3.87684 1.29953 3.83794 1.37933 3.72656 1.66706H7.27344C7.16206 1.37938 7.12317 1.29955 7.06836 1.24128C6.99206 1.16021 6.88962 1.0919 6.7666 1.0489C6.70618 1.02778 6.63711 1.01585 6.51367 1.00886L5.93359 1.00007H5.06641L4.48633 1.00886ZM9.75 7.83308C9.75 8.29045 9.75078 8.66763 9.72266 8.9737C9.6938 9.28763 9.6316 9.57357 9.47949 9.83894C9.24373 10.2502 8.87373 10.5737 8.43262 10.7735C8.15527 10.8991 7.85689 10.951 7.51758 10.9757C7.18262 11 6.76766 11.0001 6.25 11.0001H4.75C4.23235 11.0001 3.81739 11 3.48242 10.9757C3.14311 10.951 2.84472 10.8991 2.56738 10.7735C2.12629 10.5737 1.75629 10.2502 1.52051 9.83894C1.36841 9.57357 1.3062 9.28763 1.27734 8.9737C1.24922 8.66764 1.25 8.29045 1.25 7.83308V2.66706H0.5C0.223966 2.66706 0.000175928 2.44305 0 2.16706C0 1.89092 0.223858 1.66706 0.5 1.66706H2.65332L2.70117 1.54011C2.85006 1.14308 2.96609 0.807677 3.20312 0.555734C3.39526 0.351554 3.63705 0.198657 3.90332 0.105538C4.22353 -0.00639754 4.58678 6.87183e-05 5.06641 6.96102e-05H5.93359L6.27246 0.00104617C6.59201 0.0043687 6.85648 0.0215742 7.09668 0.105538C7.36298 0.198667 7.60475 0.351572 7.79688 0.555734C8.03384 0.807649 8.1499 1.14302 8.29883 1.54011L8.34668 1.66706H10.5C10.7761 1.66706 11 1.89092 11 2.16706C10.9998 2.44305 10.776 2.66706 10.5 2.66706H9.75V7.83308Z',
492
+ fill: 'currentColor'
493
+ })
494
+ }), jsxRuntime.jsx("defs", {
495
+ children: jsxRuntime.jsx("clipPath", {
496
+ id: 'clip0_106_23',
497
+ children: jsxRuntime.jsx("rect", {
498
+ width: '11',
499
+ height: '11.0001',
500
+ fill: 'white'
501
+ })
502
+ })
503
+ })]
504
+ });
505
+ const ChevronIcon = ({
506
+ color = '#0C1C33',
507
+ size = 12,
508
+ className = '',
509
+ onClick
510
+ }) => jsxRuntime.jsx("svg", {
511
+ width: size,
512
+ height: size,
513
+ viewBox: '0 0 12 12',
514
+ fill: 'none',
515
+ xmlns: 'http://www.w3.org/2000/svg',
516
+ className: className,
517
+ onClick: onClick,
518
+ color: color,
519
+ children: jsxRuntime.jsx("path", {
520
+ d: 'M6 8.9395L1.65149 4.59099L2.18149 4.06049L6 7.879L9.8185 4.06049L10.3485 4.59099L6 8.9395Z',
521
+ fill: 'currentColor'
522
+ })
523
+ });
524
+ const BurgerMenuIcon = ({
525
+ color = '#0C1C33',
526
+ size = 24,
527
+ className = '',
528
+ onClick
529
+ }) => jsxRuntime.jsx("svg", {
530
+ width: size,
531
+ height: size,
532
+ viewBox: '0 0 24 24',
533
+ fill: 'none',
534
+ xmlns: 'http://www.w3.org/2000/svg',
535
+ className: className,
536
+ onClick: onClick,
537
+ color: color,
538
+ children: jsxRuntime.jsx("path", {
539
+ d: 'M4 7V8.07143H20V7H4ZM4 12.5357H20V11.4643H4V12.5357ZM4 17H20V15.9286H4V17Z',
540
+ fill: 'currentColor'
541
+ })
542
+ });
543
+ const KebabMenuIcon = ({
544
+ color = '#0C1C33',
545
+ size = 2,
546
+ className = '',
547
+ onClick
548
+ }) => jsxRuntime.jsxs("svg", {
549
+ width: size,
550
+ height: size * 12 / 2,
551
+ viewBox: '0 0 2 12',
552
+ fill: 'none',
553
+ xmlns: 'http://www.w3.org/2000/svg',
554
+ className: className,
555
+ onClick: onClick,
556
+ color: color,
557
+ children: [jsxRuntime.jsx("path", {
558
+ d: 'M0 11C4.82823e-08 10.4477 0.447715 10 1 10C1.55228 10 2 10.4477 2 11C2 11.5523 1.55228 12 1 12C0.447715 12 -4.82823e-08 11.5523 0 11Z',
559
+ fill: 'currentColor'
560
+ }), jsxRuntime.jsx("path", {
561
+ d: 'M0 6C4.82823e-08 5.44771 0.447715 5 1 5C1.55228 5 2 5.44772 2 6C2 6.55228 1.55228 7 1 7C0.447715 7 -4.82823e-08 6.55228 0 6Z',
562
+ fill: 'currentColor'
563
+ }), jsxRuntime.jsx("path", {
564
+ d: 'M0 1C4.82823e-08 0.447715 0.447715 -4.82823e-08 1 0C1.55228 4.82823e-08 2 0.447715 2 1C2 1.55228 1.55228 2 1 2C0.447715 2 -4.82823e-08 1.55228 0 1Z',
565
+ fill: 'currentColor'
566
+ })]
567
+ });
568
+ const CircleProcessIcon = ({
569
+ color = '#4C7EFF',
570
+ size = 20,
571
+ className = '',
572
+ onClick
573
+ }) => jsxRuntime.jsxs("svg", {
574
+ width: size,
575
+ height: size * 21 / 20,
576
+ viewBox: '0 0 20 21',
577
+ fill: 'none',
578
+ xmlns: 'http://www.w3.org/2000/svg',
579
+ className: className,
580
+ onClick: onClick,
581
+ color: color,
582
+ children: [jsxRuntime.jsxs("g", {
583
+ clipPath: 'url(#clip0_13_9)',
584
+ children: [jsxRuntime.jsx("path", {
585
+ d: 'M18.7533 4.27841C18.9677 5.07861 18.4928 5.90112 17.6926 6.11553C16.8924 6.32994 16.0699 5.85507 15.8555 5.05487C15.6411 4.25467 16.116 3.43216 16.9162 3.21775C17.7164 3.00334 18.5389 3.47821 18.7533 4.27841Z',
586
+ fill: 'currentColor'
587
+ }), jsxRuntime.jsx("path", {
588
+ d: 'M4.14428 15.4398C4.3587 16.24 3.88382 17.0625 3.08362 17.2769C2.28342 17.4913 1.46092 17.0165 1.24651 16.2163C1.03209 15.4161 1.50697 14.5936 2.30717 14.3792C3.10737 14.1647 3.92987 14.6396 4.14428 15.4398Z',
589
+ fill: 'currentColor'
590
+ }), jsxRuntime.jsx("path", {
591
+ d: 'M17.7273 8.1769C17.5844 7.64343 17.9009 7.0951 18.4344 6.95216C18.9679 6.80921 19.5162 7.1258 19.6592 7.65926C20.1711 9.56968 20.1047 11.589 19.469 13.4619C18.8332 15.3346 17.657 16.9774 16.0879 18.1814C14.5188 19.3854 12.6272 20.0965 10.6536 20.2259C8.68013 20.3552 6.71249 19.8968 4.99974 18.908C4.52157 18.6319 4.35791 18.0203 4.63376 17.5421C4.9099 17.0638 5.52134 16.9 5.99964 17.1761C7.3699 17.9672 8.94453 18.3341 10.5234 18.2307C12.1022 18.1271 13.6147 17.557 14.8699 16.5939C16.1251 15.6307 17.0663 14.3171 17.5749 12.8189C18.0835 11.3206 18.1368 9.70524 17.7273 8.1769Z',
592
+ fill: 'currentColor'
593
+ }), jsxRuntime.jsx("path", {
594
+ d: 'M2.27249 12.3179C2.41543 12.8514 2.09885 13.3997 1.56538 13.5426C1.03192 13.6856 0.483582 13.369 0.34064 12.8355C-0.171256 10.9251 -0.104905 8.90577 0.530843 7.03292C1.16659 5.16014 2.34283 3.51743 3.91186 2.31344C5.48097 1.10942 7.37261 0.398263 9.34619 0.268908C11.3197 0.139621 13.2873 0.59796 15.0001 1.58681C15.4782 1.86289 15.6419 2.47446 15.366 2.95269C15.0899 3.43099 14.4785 3.59482 14.0002 3.31868C12.6299 2.52756 11.0553 2.16065 9.4764 2.26413C7.89763 2.36766 6.38508 2.93776 5.12986 3.90092C3.87467 4.86412 2.93347 6.17774 2.42489 7.67594C1.9163 9.17422 1.86298 10.7896 2.27249 12.3179Z',
595
+ fill: 'currentColor'
596
+ }), jsxRuntime.jsx("path", {
597
+ d: 'M13.9999 10.2473C13.9999 12.4565 12.209 14.2473 9.9999 14.2473C7.79076 14.2473 5.9999 12.4565 5.9999 10.2473C5.9999 8.0382 7.79076 6.24734 9.9999 6.24734C12.209 6.24734 13.9999 8.0382 13.9999 10.2473Z',
598
+ fill: 'currentColor'
599
+ })]
600
+ }), jsxRuntime.jsx("defs", {
601
+ children: jsxRuntime.jsx("clipPath", {
602
+ id: 'clip0_13_9',
603
+ children: jsxRuntime.jsx("rect", {
604
+ width: '19.9998',
605
+ height: '19.9998',
606
+ fill: 'white',
607
+ transform: 'translate(0 0.247498)'
608
+ })
609
+ })
610
+ })]
611
+ });
612
+ const CreditsIcon = ({
613
+ color = '#4C7EFF',
614
+ size = 14,
615
+ className = '',
616
+ onClick
617
+ }) => jsxRuntime.jsxs("svg", {
618
+ width: size,
619
+ height: size * 20 / 14,
620
+ viewBox: '0 0 14 20',
621
+ fill: 'none',
622
+ xmlns: 'http://www.w3.org/2000/svg',
623
+ className: className,
624
+ onClick: onClick,
625
+ color: color,
626
+ children: [jsxRuntime.jsxs("g", {
627
+ clipPath: 'url(#clip0_14_24)',
628
+ children: [jsxRuntime.jsx("path", {
629
+ d: 'M7.21466 18.0451C6.70232 18.0451 6.21497 18.0067 5.7526 17.9299C4.85417 17.7808 4.05008 17.4868 3.34031 17.0479C2.26527 16.3761 1.43805 15.4426 0.858639 14.2474C0.286213 13.0523 0 11.6662 0 10.0892C0 8.51211 0.286213 7.12602 0.858639 5.93086C1.43805 4.73571 2.26527 3.80575 3.34031 3.14099C4.05008 2.69743 4.85417 2.4003 5.7526 2.24959C6.21497 2.17202 6.70232 2.13324 7.21466 2.13324C7.88445 2.13324 8.51123 2.19887 9.09499 2.33012C10.0262 2.5395 10.8479 2.91587 11.5602 3.45922C12.719 4.33614 13.5323 5.52069 14 7.01287L11.4555 7.72359C11.1623 6.72645 10.6632 5.94854 9.95812 5.38986C9.25305 4.82411 8.33857 4.54123 7.21466 4.54123C6.20244 4.54123 5.35777 4.77107 4.68063 5.23074C4.01047 5.69042 3.50436 6.3375 3.1623 7.17198C2.82723 7.9994 2.6562 8.97179 2.64921 10.0892C2.64921 11.2065 2.81675 12.1824 3.15183 13.0169C3.49389 13.8443 4.00349 14.4879 4.68063 14.9476C5.35777 15.4072 6.20244 15.6371 7.21466 15.6371C8.33857 15.6371 9.25305 15.3542 9.95812 14.7884C10.6632 14.2227 11.1623 13.4448 11.4555 12.4547L14 13.1654C13.5323 14.6576 12.719 15.8457 11.5602 16.7297C10.8479 17.2687 10.0262 17.6421 9.09499 17.8498C8.51123 17.98 7.88445 18.0451 7.21466 18.0451Z',
630
+ fill: 'currentColor'
631
+ }), jsxRuntime.jsx("path", {
632
+ d: 'M7.21466 18.0451C6.70232 18.0451 6.21497 18.0067 5.7526 17.9299V20H9.09499V17.8498C8.51123 17.98 7.88445 18.0451 7.21466 18.0451Z',
633
+ fill: 'currentColor'
634
+ }), jsxRuntime.jsx("path", {
635
+ d: 'M5.7526 2.24959C6.21497 2.17202 6.70232 2.13324 7.21466 2.13324C7.88445 2.13324 8.51123 2.19887 9.09499 2.33012V0H5.7526V2.24959Z',
636
+ fill: 'currentColor'
637
+ })]
638
+ }), jsxRuntime.jsx("defs", {
639
+ children: jsxRuntime.jsx("clipPath", {
640
+ id: 'clip0_14_24',
641
+ children: jsxRuntime.jsx("rect", {
642
+ width: '14',
643
+ height: '20',
644
+ fill: 'white'
645
+ })
646
+ })
647
+ })]
648
+ });
649
+ const WebIcon = ({
650
+ color = '#4C7EFF',
651
+ size = 16,
652
+ className = '',
653
+ onClick
654
+ }) => jsxRuntime.jsx("svg", {
655
+ width: size,
656
+ height: size,
657
+ viewBox: '0 0 16 16',
658
+ fill: 'none',
659
+ xmlns: 'http://www.w3.org/2000/svg',
660
+ className: className,
661
+ onClick: onClick,
662
+ color: color,
663
+ children: jsxRuntime.jsx("path", {
664
+ d: 'M8.00001 1.33334C6.68148 1.33334 5.39254 1.72434 4.29621 2.45688C3.19988 3.18942 2.3454 4.23061 1.84082 5.44879C1.33623 6.66694 1.20421 8.00741 1.46144 9.30061C1.71868 10.5938 2.35362 11.7817 3.28597 12.7141C4.21832 13.6464 5.4062 14.2813 6.69941 14.5386C7.99261 14.7958 9.33308 14.6638 10.5512 14.1592C11.7694 13.6546 12.8106 12.8001 13.5431 11.7038C14.2757 10.6075 14.6667 9.31854 14.6667 8.00001C14.6667 7.12454 14.4942 6.25762 14.1592 5.44879C13.8242 4.63995 13.3331 3.90502 12.7141 3.28596C12.095 2.66691 11.3601 2.17584 10.5512 1.84081C9.74241 1.50578 8.87548 1.33334 8.00001 1.33334ZM12.9973 5.33334H10.8857C10.699 4.36613 10.3231 3.44532 9.77948 2.62381C11.1587 3.08299 12.31 4.05243 12.9973 5.33334ZM13.6667 8.00001C13.6669 8.56501 13.5823 9.12681 13.4157 9.66668H11.0577C11.1297 9.11401 11.1661 8.55734 11.1667 8.00001C11.1661 7.44268 11.1297 6.88601 11.0577 6.33334H13.4157C13.5823 6.87321 13.6669 7.43501 13.6667 8.00001ZM8.00001 13.6667C7.18488 13.6667 6.47708 12.4514 6.11794 10.6667H9.88208C9.52294 12.4514 8.81514 13.6667 8.00001 13.6667ZM5.96081 9.66668C5.8353 8.55908 5.8353 7.44094 5.96081 6.33334H10.0392C10.1025 6.88661 10.1339 7.44308 10.1333 8.00001C10.1339 8.55694 10.1025 9.11341 10.0392 9.66668H5.96081ZM2.33334 8.00001C2.33313 7.43501 2.41772 6.87321 2.58428 6.33334H4.94234C4.79701 7.43968 4.79701 8.56034 4.94234 9.66668H2.58428C2.41772 9.12681 2.33313 8.56501 2.33334 8.00001ZM8.00001 2.33334C8.81514 2.33334 9.52294 3.54854 9.88208 5.33334H6.11794C6.47708 3.54854 7.18488 2.33334 8.00001 2.33334ZM6.22054 2.62381C5.67696 3.44532 5.30101 4.36613 5.11428 5.33334H3.00274C3.69004 4.05243 4.84132 3.08299 6.22054 2.62381ZM3.00274 10.6667H5.11428C5.301 11.6339 5.67695 12.5547 6.22054 13.3762C4.84134 12.917 3.69005 11.9475 3.00274 10.6667ZM9.77948 13.3762C10.3231 12.5547 10.699 11.6339 10.8857 10.6667H12.9973C12.3099 11.9475 11.1587 12.917 9.77948 13.3762Z',
665
+ fill: 'currentColor'
666
+ })
667
+ });
668
+ const ChainSmallIcon = ({
669
+ color = '#0C1C33',
670
+ size = 17,
671
+ className = '',
672
+ onClick
673
+ }) => jsxRuntime.jsx("svg", {
674
+ width: size,
675
+ height: size * 13 / 17,
676
+ viewBox: '0 0 17 13',
677
+ fill: 'none',
678
+ xmlns: 'http://www.w3.org/2000/svg',
679
+ className: className,
680
+ onClick: onClick,
681
+ color: color,
682
+ children: jsxRuntime.jsx("path", {
683
+ d: 'M6.22948 11.2552C6.03745 11.4435 5.88884 11.5696 5.73696 11.6618C4.99352 12.1127 4.07756 12.1127 3.33413 11.6618C3.06016 11.4956 2.79682 11.2188 2.27013 10.6655C1.74343 10.1121 1.48008 9.83542 1.32192 9.54752C0.892693 8.76639 0.892693 7.80399 1.32192 7.02286C1.48008 6.73505 1.74343 6.45834 2.27013 5.90494L4.53554 3.52467C5.06224 2.97127 5.32558 2.69457 5.59953 2.52839C6.34298 2.0774 7.25895 2.0774 8.00238 2.52838C8.27631 2.69457 8.53966 2.97127 9.06636 3.52467C9.59306 4.07807 9.85641 4.35476 10.0146 4.64261C10.4438 5.42374 10.4438 6.38614 10.0146 7.16727C9.9269 7.32683 9.80691 7.48302 9.62758 7.68474M7.37244 5.31526C7.19311 5.51698 7.07313 5.67317 6.98542 5.83273C6.55623 6.61386 6.55623 7.57626 6.98542 8.35739C7.14361 8.64529 7.40696 8.92199 7.93366 9.47532C8.46036 10.0287 8.72372 10.3054 8.99764 10.4716C9.74108 10.9226 10.657 10.9226 11.4005 10.4716C11.6745 10.3054 11.9378 10.0287 12.4645 9.47532L14.7299 7.09506C15.2566 6.54166 15.52 6.26495 15.6781 5.97714C16.1073 5.19601 16.1073 4.2336 15.6781 3.45247C15.52 3.16463 15.2566 2.88792 14.7299 2.33452C14.2032 1.78113 13.9399 1.50443 13.6659 1.33824C12.9224 0.887253 12.0065 0.887253 11.2631 1.33824C11.1112 1.43038 10.9626 1.55647 10.7705 1.74484',
684
+ stroke: 'currentColor',
685
+ strokeLinecap: 'round'
686
+ })
687
+ });
688
+ const SettingsIcon = ({
689
+ color = '#0C1C33',
690
+ size = 17,
691
+ className = '',
692
+ onClick
693
+ }) => jsxRuntime.jsx("svg", {
694
+ width: size,
695
+ height: size,
696
+ viewBox: '0 0 17 17',
697
+ fill: 'none',
698
+ xmlns: 'http://www.w3.org/2000/svg',
699
+ className: className,
700
+ onClick: onClick,
701
+ color: color,
702
+ children: jsxRuntime.jsx("path", {
703
+ d: 'M8.5 3.08333C8.5 4.23392 7.56725 5.16667 6.41667 5.16667C5.26607 5.16667 4.33333 4.23392 4.33333 3.08333M8.5 3.08333C8.5 1.93274 7.56725 1 6.41667 1C5.26607 1 4.33333 1.93274 4.33333 3.08333M8.5 3.08333H16M4.33333 3.08333H1M14.3333 8.5C14.3333 9.65058 13.4006 10.5833 12.25 10.5833C11.0994 10.5833 10.1667 9.65058 10.1667 8.5M14.3333 8.5C14.3333 7.34942 13.4006 6.41667 12.25 6.41667C11.0994 6.41667 10.1667 7.34942 10.1667 8.5M14.3333 8.5H16M10.1667 8.5H1M6.83333 13.9167C6.83333 15.0672 5.90059 16 4.75 16C3.59941 16 2.66667 15.0672 2.66667 13.9167M6.83333 13.9167C6.83333 12.7661 5.90059 11.8333 4.75 11.8333C3.59941 11.8333 2.66667 12.7661 2.66667 13.9167M6.83333 13.9167H16M2.66667 13.9167H1',
704
+ stroke: 'currentColor',
705
+ strokeLinecap: 'round',
706
+ strokeLinejoin: 'round'
707
+ })
708
+ });
709
+ const ShieldSmallIcon = ({
710
+ color = '#0C1C33',
711
+ size = 15,
712
+ className = '',
713
+ onClick
714
+ }) => jsxRuntime.jsx("svg", {
715
+ width: size,
716
+ height: size * 17 / 15,
717
+ viewBox: '0 0 15 17',
718
+ fill: 'none',
719
+ xmlns: 'http://www.w3.org/2000/svg',
720
+ className: className,
721
+ onClick: onClick,
722
+ color: color,
723
+ children: jsxRuntime.jsx("path", {
724
+ d: 'M4.875 8.51877L6.625 10.2023L10.125 6.83521M14.5 8.51877C14.5 12.274 9.7225 14.9952 8.06123 15.8279C7.88159 15.918 7.79172 15.963 7.66712 15.9864C7.57 16.0045 7.43 16.0045 7.33288 15.9864C7.20828 15.963 7.11841 15.918 6.93877 15.8279C5.27746 14.9952 0.5 12.274 0.5 8.51877V5.33482C0.5 4.66181 0.5 4.32531 0.614415 4.03605C0.715486 3.78051 0.879732 3.5525 1.09295 3.37173C1.33431 3.1671 1.66182 3.04895 2.31685 2.81264L7.00842 1.1201C7.19034 1.05448 7.28125 1.02166 7.37488 1.00865C7.45783 0.997117 7.54217 0.997117 7.62512 1.00865C7.71875 1.02166 7.80966 1.05448 7.99158 1.1201L12.6831 2.81264C13.3382 3.04895 13.6657 3.1671 13.907 3.37173C14.1202 3.5525 14.2845 3.78051 14.3855 4.03605C14.5 4.32531 14.5 4.66181 14.5 5.33482V8.51877Z',
725
+ stroke: 'currentColor',
726
+ strokeLinecap: 'round',
727
+ strokeLinejoin: 'round'
728
+ })
729
+ });
730
+ const QuestionMessageIcon = ({
731
+ color = '#0C1C33',
732
+ size = 17,
733
+ className = '',
734
+ onClick
735
+ }) => jsxRuntime.jsx("svg", {
736
+ width: size,
737
+ height: size,
738
+ viewBox: '0 0 17 17',
739
+ fill: 'none',
740
+ xmlns: 'http://www.w3.org/2000/svg',
741
+ className: className,
742
+ onClick: onClick,
743
+ color: color,
744
+ children: jsxRuntime.jsx("path", {
745
+ d: 'M15.5 8.5C15.5 4.63401 12.366 1.5 8.5 1.5C4.63401 1.5 1.5 4.63401 1.5 8.5C1.5 9.61866 1.76197 10.6746 2.22754 11.6113C2.42563 12.0098 2.42445 12.5262 2.37402 12.9814C2.32099 13.4602 2.19994 13.9782 2.06641 14.4463C1.95449 14.8386 1.82896 15.2054 1.72363 15.5H8.5C12.366 15.5 15.5 12.366 15.5 8.5ZM8.47754 11.125C8.75368 11.125 8.97754 11.3489 8.97754 11.625C8.97754 11.9011 8.75368 12.125 8.47754 12.125H8.46973C8.19358 12.125 7.96973 11.9011 7.96973 11.625C7.96973 11.3489 8.19358 11.125 8.46973 11.125H8.47754ZM9.63574 7.04199C9.63574 6.39782 9.11386 5.87526 8.46973 5.875C7.92679 5.875 7.46839 6.24673 7.33887 6.75C7.26985 7.01714 6.99773 7.17813 6.73047 7.10938C6.46304 7.04055 6.30227 6.76743 6.37109 6.5C6.61172 5.5658 7.45964 4.875 8.46973 4.875C9.66615 4.87526 10.6357 5.84554 10.6357 7.04199C10.6356 7.69162 10.3249 8.12528 9.96191 8.47559C9.78884 8.64261 9.5883 8.80642 9.40137 8.96191C9.20811 9.12267 9.01442 9.28736 8.82324 9.47852C8.62798 9.67378 8.3105 9.67378 8.11523 9.47852C7.9203 9.28332 7.9203 8.96668 8.11523 8.77148C8.34062 8.5461 8.56445 8.35745 8.76172 8.19336C8.96533 8.024 9.12822 7.89036 9.26758 7.75586C9.52941 7.50314 9.63566 7.31249 9.63574 7.04199ZM16.5 8.5C16.5 12.9183 12.9183 16.5 8.5 16.5H1.00098C0.833871 16.5 0.677709 16.4163 0.584961 16.2773C0.492224 16.1383 0.474797 15.9619 0.539062 15.8076L0.540039 15.8066C0.540039 15.8066 0.540917 15.8034 0.541992 15.8008C0.544161 15.7955 0.54735 15.7872 0.551758 15.7764C0.560575 15.7547 0.574209 15.7217 0.59082 15.6797C0.624076 15.5955 0.671372 15.4732 0.726562 15.3232C0.837449 15.022 0.979061 14.6115 1.10449 14.1719C1.23071 13.7294 1.33653 13.2714 1.38086 12.8711C1.42778 12.4473 1.39393 12.1812 1.33203 12.0566C0.799214 10.9847 0.5 9.77661 0.5 8.5C0.5 4.08172 4.08172 0.5 8.5 0.5C12.9183 0.500003 16.5 4.08173 16.5 8.5Z',
746
+ fill: 'currentColor'
747
+ })
748
+ });
749
+ const CheckmarkIcon = ({
750
+ color = '#1CC400',
751
+ size = 27,
752
+ className = '',
753
+ onClick
754
+ }) => jsxRuntime.jsx("svg", {
755
+ width: size,
756
+ height: size * 21 / 27,
757
+ viewBox: '0 0 27 21',
758
+ fill: 'none',
759
+ xmlns: 'http://www.w3.org/2000/svg',
760
+ className: className,
761
+ onClick: onClick,
762
+ color: color,
763
+ children: jsxRuntime.jsx("path", {
764
+ d: 'M25.235 0.341283C25.5909 -0.0640896 26.2219 -0.115686 26.6442 0.225963C27.0664 0.567654 27.1201 1.17343 26.7643 1.57886L10.0094 20.6667L0.253533 10.1585C-0.11396 9.76268 -0.0776687 9.15652 0.334587 8.8037C0.746855 8.45088 1.37822 8.48572 1.74572 8.88152L9.96642 17.7358L25.235 0.341283Z',
765
+ fill: 'currentColor'
766
+ })
767
+ });
768
+ const FingerprintIcon = ({
769
+ color = '#4C7EFF',
770
+ size = 16,
771
+ className = '',
772
+ onClick
773
+ }) => jsxRuntime.jsxs("svg", {
774
+ width: size,
775
+ height: size * 18 / 16,
776
+ viewBox: '0 0 16 18',
777
+ fill: 'none',
778
+ xmlns: 'http://www.w3.org/2000/svg',
779
+ className: className,
780
+ onClick: onClick,
781
+ color: color,
782
+ children: [jsxRuntime.jsx("g", {
783
+ clipPath: 'url(#clip0_344_10)',
784
+ children: jsxRuntime.jsx("path", {
785
+ d: 'M7.49902 10.7754C7.49902 10.4994 7.72307 10.2756 7.99902 10.2754C8.27517 10.2754 8.49902 10.4992 8.49902 10.7754C8.49919 13.2206 10.3867 15.1621 12.666 15.1621C12.7316 15.1621 12.7771 15.1568 12.8877 15.1504C13.1632 15.1344 13.3998 15.3446 13.416 15.6201C13.432 15.8957 13.2219 16.1323 12.9463 16.1484C12.8892 16.1518 12.7698 16.1621 12.666 16.1621C9.7913 16.1621 7.49919 13.7288 7.49902 10.7754ZM9.83301 10.7754C9.83301 9.67981 8.99005 8.83105 7.99902 8.83105C7.00815 8.83115 6.16602 9.67988 6.16602 10.7754C6.16615 13.2329 7.40072 15.3789 9.24219 16.5811C9.47341 16.732 9.53863 17.0422 9.3877 17.2734C9.23675 17.5047 8.92654 17.5699 8.69531 17.4189C6.57168 16.0326 5.16615 13.5716 5.16602 10.7754C5.16602 9.17145 6.41301 7.83115 7.99902 7.83105C9.58521 7.83105 10.833 9.1714 10.833 10.7754C10.8332 11.8706 11.6753 12.7185 12.666 12.7188C13.6569 12.7188 14.4998 11.8708 14.5 10.7754C14.5 6.98027 11.5681 3.94339 8 3.94336C4.43197 3.94336 1.5 6.98025 1.5 10.7754C1.50003 11.642 1.59311 12.4863 1.76367 13.3008C1.82027 13.5711 1.64626 13.836 1.37598 13.8926C1.1058 13.949 0.840761 13.776 0.78418 13.5059C0.60006 12.6266 0.500029 11.7135 0.5 10.7754C0.5 6.47198 3.83668 2.94336 8 2.94336C12.1634 2.94339 15.5 6.47199 15.5 10.7754C15.4998 12.3792 14.252 13.7188 12.666 13.7188C11.0801 13.7185 9.83322 12.3791 9.83301 10.7754ZM12.1641 10.7754C12.1641 8.33008 10.2774 6.38782 7.99805 6.3877C5.71856 6.3877 3.83105 8.33001 3.83105 10.7754C3.83114 12.7587 4.42559 14.5927 5.43359 16.0986C5.5871 16.328 5.52599 16.6383 5.29688 16.792C5.06741 16.9456 4.75615 16.8847 4.60254 16.6553C3.48649 14.988 2.83114 12.9608 2.83105 10.7754C2.83105 7.82181 5.1232 5.3877 7.99805 5.3877C10.8728 5.38782 13.1641 7.82189 13.1641 10.7754C13.1638 11.0513 12.9401 11.2754 12.6641 11.2754C12.3881 11.2753 12.1643 11.0513 12.1641 10.7754ZM7.99902 0.5C10.7552 0.500054 13.2178 1.77254 14.8965 3.76855C15.0742 3.9799 15.0473 4.2959 14.8359 4.47363C14.6246 4.65118 14.3095 4.62331 14.1318 4.41211C12.6279 2.62378 10.4372 1.50005 7.99902 1.5C5.5607 1.5 3.37008 2.62381 1.86621 4.41211C1.6886 4.62332 1.37345 4.65099 1.16211 4.47363C0.950784 4.29592 0.922919 3.9799 1.10059 3.76855C2.77924 1.77236 5.24256 0.5 7.99902 0.5Z',
786
+ fill: 'currentColor'
787
+ })
788
+ }), jsxRuntime.jsx("defs", {
789
+ children: jsxRuntime.jsx("clipPath", {
790
+ id: 'clip0_344_10',
791
+ children: jsxRuntime.jsx("rect", {
792
+ width: '15',
793
+ height: '17.0003',
794
+ fill: 'white',
795
+ transform: 'translate(0.5 0.5)'
796
+ })
797
+ })
798
+ })]
799
+ });
800
+ const FaceIcon = ({
801
+ color = '#4C7EFF',
802
+ size = 16,
803
+ className = '',
804
+ onClick
805
+ }) => jsxRuntime.jsxs("svg", {
806
+ width: size,
807
+ height: size,
808
+ viewBox: '0 0 16 16',
809
+ fill: 'none',
810
+ xmlns: 'http://www.w3.org/2000/svg',
811
+ className: className,
812
+ onClick: onClick,
813
+ color: color,
814
+ children: [jsxRuntime.jsx("g", {
815
+ clipPath: 'url(#clip0_344_11)',
816
+ children: jsxRuntime.jsx("path", {
817
+ d: 'M0.5 13.4443V11.8887C0.500117 11.6126 0.72393 11.3887 1 11.3887C1.27607 11.3887 1.49988 11.6126 1.5 11.8887V13.4443C1.5 14.0273 1.97269 14.5 2.55566 14.5H4.11133C4.38737 14.5001 4.61133 14.7239 4.61133 15C4.61133 15.2761 4.38737 15.4999 4.11133 15.5H2.55566C1.42042 15.5 0.5 14.5796 0.5 13.4443ZM14.5 13.4443V11.8887C14.5001 11.6126 14.7239 11.3887 15 11.3887C15.2761 11.3887 15.4999 11.6126 15.5 11.8887V13.4443C15.5 14.5796 14.5796 15.5 13.4443 15.5H11.8887C11.6126 15.4999 11.3887 15.2761 11.3887 15C11.3887 14.7239 11.6126 14.5001 11.8887 14.5H13.4443C14.0273 14.5 14.5 14.0273 14.5 13.4443ZM12.167 8C12.167 5.69881 10.3012 3.83301 8 3.83301C5.69881 3.83301 3.83301 5.69881 3.83301 8C3.83301 10.3012 5.69881 12.167 8 12.167C10.3012 12.167 12.167 10.3012 12.167 8ZM9.53516 8.55859C9.70911 8.40443 9.97277 8.3884 10.166 8.5332C10.3869 8.69889 10.4323 9.01248 10.2666 9.2334L9.86621 8.93262C10.2294 9.205 10.2636 9.23094 10.2666 9.2334L10.2637 9.23633C10.2627 9.23759 10.262 9.23953 10.2607 9.24121C10.2581 9.24469 10.2541 9.24874 10.25 9.25391C10.2418 9.2643 10.2307 9.2784 10.2168 9.29492C10.189 9.32801 10.1497 9.37253 10.0996 9.4248C9.99965 9.52911 9.85378 9.66639 9.66504 9.80371C9.28904 10.0772 8.72095 10.3661 8 10.3662C7.2789 10.3662 6.71101 10.0772 6.33496 9.80371C6.14601 9.66628 5.99945 9.52919 5.89941 9.4248C5.8493 9.3725 5.80999 9.328 5.78223 9.29492C5.76831 9.27835 5.75726 9.26431 5.74902 9.25391C5.74508 9.24892 5.74189 9.24462 5.73926 9.24121C5.73791 9.23947 5.73634 9.23762 5.73535 9.23633L5.73438 9.23438L5.7334 9.2334C5.56773 9.01251 5.61215 8.6989 5.83301 8.5332C6.05389 8.36754 6.3675 8.41199 6.5332 8.63281C6.53579 8.63608 6.54133 8.64243 6.54883 8.65137C6.56387 8.66929 6.58845 8.69831 6.62207 8.7334C6.6897 8.80392 6.79138 8.89948 6.92285 8.99512C7.18846 9.18829 7.55443 9.36621 8 9.36621C8.44541 9.36613 8.81062 9.18823 9.07617 8.99512C9.20793 8.89929 9.31027 8.80399 9.37793 8.7334C9.41155 8.69831 9.43613 8.66929 9.45117 8.65137C9.45853 8.64259 9.46326 8.63604 9.46582 8.63281L9.4668 8.63184L9.53516 8.55859ZM6.6748 5.87012C7.04474 5.90742 7.33383 6.21987 7.33398 6.59961C7.33398 7.00454 7.00548 7.33286 6.60059 7.33301C6.22088 7.33301 5.90862 7.04465 5.87109 6.6748L5.86719 6.59961L5.87109 6.52539C5.90846 6.15538 6.22076 5.86621 6.60059 5.86621L6.6748 5.87012ZM9.47461 5.87012C9.84447 5.90747 10.1336 6.21994 10.1338 6.59961C10.1338 7.0045 9.80523 7.3328 9.40039 7.33301C9.02064 7.33301 8.70839 7.04466 8.6709 6.6748L8.66699 6.59961L8.6709 6.52539C8.7083 6.15544 9.02057 5.86621 9.40039 5.86621L9.47461 5.87012ZM0.5 4.11133V2.55566C0.5 1.42041 1.42041 0.5 2.55566 0.5H4.11133C4.38737 0.500117 4.61133 0.72393 4.61133 1C4.61133 1.27607 4.38737 1.49988 4.11133 1.5H2.55566C1.9727 1.5 1.5 1.9727 1.5 2.55566V4.11133C1.49988 4.38737 1.27607 4.61133 1 4.61133C0.72393 4.61133 0.500117 4.38737 0.5 4.11133ZM14.5 4.11133V2.55566C14.5 1.97269 14.0273 1.5 13.4443 1.5H11.8887C11.6126 1.49988 11.3887 1.27607 11.3887 1C11.3887 0.72393 11.6126 0.500117 11.8887 0.5H13.4443C14.5796 0.5 15.5 1.42042 15.5 2.55566V4.11133C15.4999 4.38737 15.2761 4.61133 15 4.61133C14.7239 4.61133 14.5001 4.38737 14.5 4.11133ZM13.167 8C13.167 10.8535 10.8535 13.167 8 13.167C5.14653 13.167 2.83301 10.8535 2.83301 8C2.83301 5.14653 5.14653 2.83301 8 2.83301C10.8535 2.83301 13.167 5.14653 13.167 8Z',
818
+ fill: 'currentColor'
819
+ })
820
+ }), jsxRuntime.jsx("defs", {
821
+ children: jsxRuntime.jsx("clipPath", {
822
+ id: 'clip0_344_11',
823
+ children: jsxRuntime.jsx("rect", {
824
+ width: '15',
825
+ height: '15',
826
+ fill: 'white',
827
+ transform: 'translate(0.5 0.5)'
828
+ })
829
+ })
830
+ })]
831
+ });
832
+ const SignIcon = ({
833
+ color = '#4C7EFF',
834
+ size = 18,
835
+ className = '',
836
+ onClick
837
+ }) => jsxRuntime.jsxs("svg", {
838
+ width: size,
839
+ height: size * 13 / 18,
840
+ viewBox: '0 0 18 13',
841
+ fill: 'none',
842
+ xmlns: 'http://www.w3.org/2000/svg',
843
+ className: className,
844
+ onClick: onClick,
845
+ color: color,
846
+ children: [jsxRuntime.jsx("g", {
847
+ clipPath: 'url(#clip0_404_64)',
848
+ children: jsxRuntime.jsx("path", {
849
+ d: 'M6.53027 0.0273435C7.08771 -0.064076 7.65575 0.0700326 8.16992 0.458984C8.67255 0.839261 9.10671 1.44872 9.46094 2.28906C9.70475 2.86745 9.86928 3.44788 9.96484 4.02344L12.3721 3.07227C12.5375 3.00706 12.7255 3.03455 12.8652 3.14453C13.005 3.25462 13.0755 3.43124 13.0508 3.60742L12.6865 6.20117H14.333C14.6092 6.20117 14.833 6.42503 14.833 6.70117C14.8328 6.97717 14.609 7.20117 14.333 7.20117H12.1113C11.9666 7.20117 11.8284 7.13851 11.7334 7.0293C11.6384 6.92006 11.5961 6.7742 11.6162 6.63086L11.9404 4.31836L10.0635 5.06055C10.1447 8.55694 7.72656 11.6369 4.75879 12.957C4.60413 13.0258 4.42514 13.0112 4.2832 12.9189C4.14133 12.8267 4.05566 12.6692 4.05566 12.5V8.7373C4.05566 8.04264 4.04844 7.56746 4.20117 7.14844C4.32988 6.79566 4.53978 6.47777 4.81445 6.22461C5.14264 5.92224 5.58129 5.75801 6.2041 5.51172L9.00977 4.40137C8.93516 3.83402 8.78323 3.25698 8.53906 2.67773C8.22671 1.93672 7.88311 1.49648 7.56641 1.25684C7.26128 1.02602 6.96815 0.96947 6.69238 1.01465C6.09985 1.11187 5.42697 1.72075 5.01465 2.68066C4.9056 2.93422 4.61204 3.05129 4.3584 2.94238C4.1048 2.83345 3.98699 2.53977 4.0957 2.28613C4.57227 1.17664 5.45614 0.203579 6.53027 0.0273435ZM1.88867 9.69238C2.16481 9.69238 2.38867 9.91624 2.38867 10.1924C2.38863 10.4685 2.16479 10.6924 1.88867 10.6924H1C0.723883 10.6924 0.500041 10.4685 0.5 10.1924C0.5 9.91624 0.723858 9.69238 1 9.69238H1.88867ZM17 9.69238C17.2761 9.69238 17.5 9.91624 17.5 10.1924C17.5 10.4685 17.2761 10.6924 17 10.6924H11.667C11.3909 10.6924 11.167 10.4685 11.167 10.1924C11.167 9.91624 11.3908 9.69238 11.667 9.69238H17ZM5.05566 11.6855C7.28061 10.4175 8.96508 8.05948 9.05957 5.45703L6.57129 6.44141C5.8732 6.71747 5.65071 6.81396 5.49219 6.95996C5.33693 7.10307 5.21561 7.28491 5.14062 7.49023C5.06293 7.70324 5.05566 7.96355 5.05566 8.7373V11.6855Z',
850
+ fill: 'currentColor'
851
+ })
852
+ }), jsxRuntime.jsx("defs", {
853
+ children: jsxRuntime.jsx("clipPath", {
854
+ id: 'clip0_404_64',
855
+ children: jsxRuntime.jsx("rect", {
856
+ width: '17',
857
+ height: '13.0002',
858
+ fill: 'white',
859
+ transform: 'translate(0.5 -0.000210285)'
860
+ })
861
+ })
862
+ })]
863
+ });
864
+ const SignLockIcon = ({
865
+ color = '#E93636',
866
+ size = 18,
867
+ className = '',
868
+ onClick
869
+ }) => jsxRuntime.jsxs("svg", {
870
+ width: size,
871
+ height: size * 14 / 18,
872
+ viewBox: '0 0 18 14',
873
+ fill: 'none',
874
+ xmlns: 'http://www.w3.org/2000/svg',
875
+ className: className,
876
+ onClick: onClick,
877
+ color: color,
878
+ children: [jsxRuntime.jsx("g", {
879
+ clipPath: 'url(#clip0_404_76)',
880
+ children: jsxRuntime.jsx("path", {
881
+ d: 'M16.4932 11.5049C16.4897 11.4621 16.4855 11.4414 16.4834 11.4336C16.4586 11.3831 16.3971 11.3181 16.2861 11.2793C16.2232 11.2574 16.1232 11.25 15.667 11.25H13C12.5431 11.25 12.4428 11.2573 12.3799 11.2793C12.2693 11.3181 12.2084 11.3832 12.1836 11.4336C12.1815 11.4413 12.1773 11.462 12.1738 11.5049C12.1674 11.5847 12.167 11.6922 12.167 11.875C12.167 12.0578 12.1674 12.1653 12.1738 12.2451C12.1773 12.288 12.1815 12.3087 12.1836 12.3164C12.2084 12.3668 12.2693 12.4319 12.3799 12.4707C12.4428 12.4927 12.5431 12.5 13 12.5H15.667C16.1232 12.5 16.2232 12.4926 16.2861 12.4707C16.3971 12.4319 16.4586 12.3669 16.4834 12.3164C16.4855 12.3086 16.4897 12.2879 16.4932 12.2451C16.4996 12.1653 16.5 12.0578 16.5 11.875C16.5 11.6922 16.4996 11.5847 16.4932 11.5049ZM2.98437 0.523437C4.10616 0.362393 5.1695 1.01348 5.89453 2.51855C6.1364 3.02066 6.30201 3.52585 6.40039 4.02832L8.83691 3.18555C9.00301 3.1282 9.18671 3.16239 9.32129 3.27539C9.45592 3.38847 9.52202 3.56371 9.49414 3.7373L9.1416 5.92578H10.7773C11.0535 5.92578 11.2773 6.14964 11.2773 6.42578C11.2773 6.7019 11.0535 6.92578 10.7773 6.92578H8.55566C8.40921 6.92578 8.2698 6.86147 8.1748 6.75C8.07994 6.63862 8.03841 6.49114 8.06152 6.34668L8.37305 4.40332L6.50781 5.04883C6.55819 8.15173 4.10509 10.8278 1.18164 11.9658C1.02786 12.0257 0.854016 12.0062 0.717773 11.9131C0.581503 11.8199 0.5 11.6651 0.5 11.5V8.03516C0.499995 7.49897 0.489733 7.08066 0.652343 6.70996C0.786092 6.40516 0.999951 6.1403 1.26758 5.93262C1.58317 5.68773 2.00072 5.55065 2.60156 5.34277L5.44434 4.3584C5.36773 3.89678 5.22244 3.42607 4.99414 2.95215C4.38598 1.68972 3.6718 1.43557 3.12695 1.51367C2.50982 1.60227 1.84792 2.14387 1.44922 2.95605C1.32748 3.20381 1.02712 3.30623 0.779297 3.18457C0.531506 3.06284 0.429116 2.76249 0.550781 2.51465C1.04096 1.51619 1.93493 0.67416 2.98437 0.523437ZM9.44434 8.75C9.72048 8.75 9.94434 8.97386 9.94434 9.25C9.94434 9.52614 9.72048 9.75 9.44434 9.75H7.66699C7.39085 9.75 7.16699 9.52614 7.16699 9.25C7.16699 8.97386 7.39085 8.75 7.66699 8.75H9.44434ZM15.6113 10C15.6113 9.52394 15.1217 9 14.333 9C13.5445 9.00014 13.0557 9.524 13.0557 10V10.25H15.6113V10ZM16.6113 10.333C16.613 10.3336 16.6146 10.3344 16.6162 10.335L16.7363 10.3828C17.0101 10.5066 17.2447 10.7151 17.3809 10.9922C17.4533 11.14 17.4793 11.289 17.4902 11.4248C17.5007 11.5541 17.5 11.7086 17.5 11.875C17.5 12.0414 17.5007 12.1959 17.4902 12.3252C17.4793 12.461 17.4533 12.609 17.3809 12.7568C17.2447 13.0339 17.0101 13.2434 16.7363 13.3672L16.6162 13.415C16.4183 13.4842 16.192 13.4977 15.9346 13.5H12.7324C12.475 13.4977 12.2487 13.4841 12.0508 13.415C11.7262 13.3016 11.4408 13.0747 11.2852 12.7578C11.2128 12.6101 11.1877 12.461 11.1768 12.3252C11.1663 12.1959 11.167 12.0414 11.167 11.875C11.167 11.7086 11.1663 11.5541 11.1768 11.4248C11.1877 11.289 11.2128 11.1409 11.2852 10.9932C11.4408 10.6763 11.7262 10.4484 12.0508 10.335C12.0524 10.3344 12.054 10.3336 12.0557 10.333V10C12.0557 8.81927 13.1581 8.00015 14.333 8C15.508 8 16.6113 8.81916 16.6113 10V10.333ZM1.5 10.7324C3.72796 9.63149 5.37826 7.6016 5.50098 5.39648L2.92871 6.28711C2.25442 6.5204 2.03397 6.60389 1.88086 6.72266C1.73431 6.83638 1.62998 6.97184 1.56836 7.1123C1.51002 7.24545 1.5 7.40909 1.5 8.03516V10.7324Z',
882
+ fill: 'currentColor'
883
+ })
884
+ }), jsxRuntime.jsx("defs", {
885
+ children: jsxRuntime.jsx("clipPath", {
886
+ id: 'clip0_404_76',
887
+ children: jsxRuntime.jsx("rect", {
888
+ width: '17.0005',
889
+ height: '13.0005',
890
+ fill: 'white',
891
+ transform: 'translate(0.499533 0.499527)'
892
+ })
893
+ })
894
+ })]
895
+ });
896
+ const LockIcon = ({
897
+ color = '#E93636',
898
+ size = 8,
899
+ className = '',
900
+ onClick
901
+ }) => jsxRuntime.jsxs("svg", {
902
+ width: size,
903
+ height: size * 10 / 8,
904
+ viewBox: '0 0 8 10',
905
+ fill: 'none',
906
+ xmlns: 'http://www.w3.org/2000/svg',
907
+ className: className,
908
+ onClick: onClick,
909
+ color: color,
910
+ children: [jsxRuntime.jsx("g", {
911
+ clipPath: 'url(#clip0_404_71)',
912
+ children: jsxRuntime.jsx("path", {
913
+ d: 'M6.5 6.24414C6.5 5.86411 6.50017 5.60437 6.48633 5.40332C6.47272 5.20598 6.44735 5.10448 6.41797 5.03613C6.34685 4.8709 6.23984 4.75273 6.12695 4.68457C6.09177 4.66338 6.02689 4.63665 5.83887 4.62305C5.68428 4.61185 5.48725 4.61133 5.2002 4.61133H2.7998C2.51275 4.61133 2.31573 4.61185 2.16113 4.62305C1.97305 4.63665 1.9082 4.66339 1.87305 4.68457C1.76015 4.75274 1.65315 4.87091 1.58203 5.03613C1.55265 5.10448 1.52728 5.20597 1.51367 5.40332C1.49983 5.60437 1.5 5.86412 1.5 6.24414V6.86621C1.5 7.24654 1.49981 7.50688 1.51367 7.70801C1.52726 7.90512 1.5527 8.00587 1.58203 8.07422C1.65315 8.23965 1.76006 8.35853 1.87305 8.42676C1.90443 8.44566 1.96075 8.46998 2.10938 8.48438C2.26726 8.49966 2.4752 8.5 2.7998 8.5H5.2002C5.52481 8.5 5.73274 8.49966 5.89062 8.48438C6.03919 8.46999 6.09553 8.44567 6.12695 8.42676C6.23993 8.35854 6.34685 8.23966 6.41797 8.07422C6.44731 8.00587 6.47274 7.90512 6.48633 7.70801C6.50019 7.50688 6.5 7.24654 6.5 6.86621V6.24414ZM3.5 7V6.11133C3.5 5.83519 3.72386 5.61133 4 5.61133C4.27614 5.61133 4.5 5.83519 4.5 6.11133V7C4.5 7.27614 4.27614 7.5 4 7.5C3.72386 7.5 3.5 7.27614 3.5 7ZM5.375 3.22266C5.375 2.18852 4.68314 1.5 4 1.5C3.31686 1.5 2.625 2.18852 2.625 3.22266V3.61133H5.375V3.22266ZM6.375 3.70996C6.46629 3.73936 6.5572 3.7754 6.64453 3.82812C6.95488 4.01555 7.19235 4.3053 7.33691 4.6416C7.4301 4.85839 7.46634 5.08681 7.4834 5.33398C7.50018 5.57745 7.5 5.87787 7.5 6.24414V6.86621C7.5 7.23241 7.50016 7.53291 7.4834 7.77637C7.46635 8.02369 7.43016 8.25283 7.33691 8.46973C7.19239 8.80584 6.95466 9.09482 6.64453 9.28223C6.43528 9.40858 6.21339 9.45758 5.9873 9.47949C5.77009 9.50053 5.50539 9.5 5.2002 9.5H2.7998C2.49462 9.5 2.22991 9.50053 2.0127 9.47949C1.78662 9.45758 1.56472 9.4086 1.35547 9.28223C1.04535 9.09483 0.807617 8.80585 0.663086 8.46973C0.569851 8.25283 0.533651 8.02369 0.516602 7.77637C0.499842 7.53291 0.5 7.23241 0.5 6.86621V6.24414C0.5 5.87787 0.499818 5.57745 0.516602 5.33398C0.533661 5.08681 0.569902 4.85839 0.663086 4.6416C0.807663 4.3053 1.04514 4.01555 1.35547 3.82812C1.4428 3.77539 1.53371 3.73936 1.625 3.70996V3.22266C1.625 1.8022 2.61208 0.5 4 0.5C5.38791 0.5 6.375 1.8022 6.375 3.22266V3.70996Z',
914
+ fill: 'currentColor'
915
+ })
916
+ }), jsxRuntime.jsx("defs", {
917
+ children: jsxRuntime.jsx("clipPath", {
918
+ id: 'clip0_404_71',
919
+ children: jsxRuntime.jsx("rect", {
920
+ width: '7',
921
+ height: '9',
922
+ fill: 'white',
923
+ transform: 'translate(0.5 0.5)'
924
+ })
925
+ })
926
+ })]
927
+ });
928
+ const PendingIcon = ({
929
+ color = '#F49A58',
930
+ size = 11,
931
+ className = '',
932
+ onClick
933
+ }) => jsxRuntime.jsxs("svg", {
934
+ width: size,
935
+ height: size,
936
+ viewBox: '0 0 11 11',
937
+ fill: 'none',
938
+ xmlns: 'http://www.w3.org/2000/svg',
939
+ className: className,
940
+ onClick: onClick,
941
+ color: color,
942
+ children: [jsxRuntime.jsx("g", {
943
+ clipPath: 'url(#clip0_405_81)',
944
+ children: jsxRuntime.jsx("path", {
945
+ d: 'M7.74672 8.71921C7.90214 8.93112 8.20171 8.97852 8.3979 8.80367C9.20215 8.08688 9.7568 7.12601 9.97194 6.06176C10.2186 4.84138 10.0011 3.57287 9.362 2.50438C8.72286 1.43588 7.70807 0.644286 6.51614 0.284445C5.32422 -0.0753959 4.04092 0.0224086 2.91729 0.558725C1.79366 1.09504 0.910553 2.03128 0.440724 3.18429C-0.0291052 4.33731 -0.051851 5.62413 0.376936 6.79302C0.805723 7.96192 1.65519 8.92878 2.75916 9.50447C3.72191 10.0065 4.81779 10.1796 5.88088 10.0051C6.1402 9.96249 6.29175 9.69977 6.22474 9.44566C6.15772 9.19155 5.89743 9.04286 5.63721 9.07962C4.80466 9.19721 3.9517 9.05305 3.1992 8.66064C2.30536 8.19452 1.61757 7.41168 1.2704 6.46527C0.923226 5.51886 0.941642 4.47697 1.32205 3.54342C1.70245 2.60986 2.41747 1.85182 3.32723 1.41759C4.23699 0.983351 5.27603 0.904162 6.24109 1.19551C7.20615 1.48686 8.02779 2.12779 8.54528 2.99291C9.06277 3.85803 9.23887 4.8851 9.03913 5.87319C8.87097 6.70504 8.44663 7.45887 7.83162 8.03221C7.63939 8.21141 7.59129 8.50729 7.74672 8.71921Z',
946
+ fill: 'currentColor'
947
+ })
948
+ }), jsxRuntime.jsx("defs", {
949
+ children: jsxRuntime.jsx("clipPath", {
950
+ id: 'clip0_405_81',
951
+ children: jsxRuntime.jsx("rect", {
952
+ width: '10',
953
+ height: '10',
954
+ fill: 'white',
955
+ transform: 'translate(0.0710678 0.071064)'
956
+ })
957
+ })
958
+ })]
959
+ });
960
+ const SearchIcon = ({
961
+ color = '#0C1C33',
962
+ size = 16,
963
+ className = '',
964
+ onClick
965
+ }) => jsxRuntime.jsx("svg", {
966
+ width: size,
967
+ height: size,
968
+ viewBox: '0 0 16 16',
969
+ fill: 'none',
970
+ xmlns: 'http://www.w3.org/2000/svg',
971
+ className: className,
972
+ onClick: onClick,
973
+ color: color,
974
+ children: jsxRuntime.jsx("path", {
975
+ d: 'M14.569 14.0977L10.6623 10.191C11.5815 9.14938 12.0591 7.79092 11.9941 6.40327C11.9292 5.01564 11.3267 3.70776 10.3143 2.75659C9.30178 1.80542 7.95892 1.28563 6.56994 1.30729C5.18095 1.32895 3.85492 1.89036 2.87264 2.87264C1.89036 3.85492 1.32895 5.18095 1.30729 6.56994C1.28563 7.95892 1.80542 9.30178 2.75659 10.3143C3.70776 11.3267 5.01564 11.9292 6.40327 11.9941C7.79092 12.0591 9.14938 11.5815 10.191 10.6623L14.0977 14.569L14.569 14.0977ZM6.66665 11.3333C5.74364 11.3333 4.84138 11.0596 4.07396 10.5468C3.30653 10.0341 2.70839 9.30518 2.35518 8.45245C2.00197 7.59978 1.90956 6.66145 2.08962 5.7562C2.26968 4.85095 2.71414 4.01943 3.36678 3.36678C4.01943 2.71414 4.85095 2.26968 5.7562 2.08962C6.66145 1.90956 7.59978 2.00197 8.45245 2.35518C9.30518 2.70839 10.0341 3.30653 10.5468 4.07396C11.0596 4.84138 11.3333 5.74364 11.3333 6.66665C11.3319 7.90385 10.8398 9.09005 9.96492 9.96492C9.09005 10.8398 7.90385 11.3319 6.66665 11.3333Z',
976
+ fill: 'currentColor'
977
+ })
978
+ });
979
+ const AirplaneIcon = ({
980
+ color = '#0C1C33',
981
+ size = 16,
982
+ className = '',
983
+ onClick
984
+ }) => jsxRuntime.jsx("svg", {
985
+ width: size,
986
+ height: size,
987
+ viewBox: '0 0 16 16',
988
+ fill: 'none',
989
+ xmlns: 'http://www.w3.org/2000/svg',
990
+ className: className,
991
+ onClick: onClick,
992
+ color: color,
993
+ children: jsxRuntime.jsx("path", {
994
+ d: 'M7.68459 8.00182H3.34214M3.21905 8.57088L2.50162 10.7134C2.10869 11.8867 1.91222 12.4734 2.05322 12.8347C2.17565 13.1485 2.43862 13.3863 2.76311 13.4769C3.13678 13.5811 3.70115 13.3272 4.82989 12.8195L12.0662 9.56409C13.1679 9.06841 13.7188 8.82064 13.889 8.47637C14.037 8.17727 14.037 7.82629 13.889 7.5272C13.7188 7.18299 13.1679 6.93515 12.0662 6.4395L4.81741 3.17853C3.69206 2.67227 3.1294 2.41914 2.75611 2.52298C2.43192 2.61316 2.16898 2.8504 2.04612 3.16358C1.90464 3.5242 2.09901 4.10962 2.48775 5.28048L3.22045 7.48736C3.28721 7.68845 3.3206 7.78903 3.33377 7.89182C3.34547 7.98311 3.34534 8.07548 3.33342 8.16671C3.31997 8.2695 3.28634 8.36994 3.21905 8.57088Z',
995
+ stroke: 'currentColor',
996
+ strokeLinecap: 'round',
997
+ strokeLinejoin: 'round'
998
+ })
999
+ });
1000
+ const ExternalLinkIcon = ({
1001
+ color = '#0C1C33',
1002
+ size = 16,
1003
+ className = '',
1004
+ onClick
1005
+ }) => jsxRuntime.jsx("svg", {
1006
+ width: size,
1007
+ height: size,
1008
+ viewBox: '0 0 16 16',
1009
+ fill: 'none',
1010
+ xmlns: 'http://www.w3.org/2000/svg',
1011
+ className: className,
1012
+ onClick: onClick,
1013
+ color: color,
1014
+ children: jsxRuntime.jsx("path", {
1015
+ d: 'M10.2499 9.125V5.75M10.2499 5.75H6.87491M10.2499 5.75L5.75001 10.2499M4.40001 14H11.6C12.4401 14 12.8601 14 13.181 13.8365C13.4632 13.6927 13.6927 13.4632 13.8366 13.181C14 12.8602 14 12.4401 14 11.6V4.4C14 3.55992 14 3.13988 13.8366 2.81902C13.6927 2.53677 13.4632 2.3073 13.181 2.16349C12.8601 2 12.4401 2 11.6 2H4.40001C3.55993 2 3.13989 2 2.81902 2.16349C2.53678 2.3073 2.30731 2.53677 2.16349 2.81902C2 3.13988 2 3.55992 2 4.4V11.6C2 12.4401 2 12.8602 2.16349 13.181C2.30731 13.4632 2.53678 13.6927 2.81902 13.8365C3.13989 14 3.55993 14 4.40001 14Z',
1016
+ stroke: 'currentColor',
1017
+ strokeLinecap: 'round',
1018
+ strokeLinejoin: 'round'
1019
+ })
1020
+ });
1021
+ const InfoCircleIcon = ({
1022
+ color = '#4C7EFF',
1023
+ size = 19,
1024
+ className = '',
1025
+ onClick
1026
+ }) => jsxRuntime.jsxs("svg", {
1027
+ width: size,
1028
+ height: size,
1029
+ viewBox: '0 0 19 19',
1030
+ fill: 'none',
1031
+ xmlns: 'http://www.w3.org/2000/svg',
1032
+ className: className,
1033
+ onClick: onClick,
1034
+ color: color,
1035
+ children: [jsxRuntime.jsxs("g", {
1036
+ clipPath: 'url(#clip0_1166_258)',
1037
+ children: [jsxRuntime.jsx("path", {
1038
+ d: 'M9.5 5.5H9.51ZM9.5 8.5V13.5ZM18.5 9.5C18.5 14.4706 14.4706 18.5 9.5 18.5C4.52944 18.5 0.5 14.4706 0.5 9.5C0.5 4.52944 4.52944 0.5 9.5 0.5C14.4706 0.5 18.5 4.52944 18.5 9.5Z',
1039
+ fill: 'currentColor',
1040
+ fillOpacity: '0.05'
1041
+ }), jsxRuntime.jsx("path", {
1042
+ d: 'M18 9.5C18 4.80558 14.1945 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1945 4.80558 18 9.5 18C14.1945 18 18 14.1945 18 9.5ZM9 13.5V8.5C9 8.22386 9.22386 8 9.5 8C9.77614 8 10 8.22386 10 8.5V13.5C10 13.7761 9.77614 14 9.5 14C9.22386 14 9 13.7761 9 13.5ZM9.50977 5C9.78591 5 10.0098 5.22386 10.0098 5.5C10.0098 5.77614 9.78591 6 9.50977 6H9.5C9.22386 6 9 5.77614 9 5.5C9 5.22386 9.22386 5 9.5 5H9.50977ZM19 9.5C19 14.7467 14.7467 19 9.5 19C4.2533 19 0 14.7467 0 9.5C0 4.2533 4.2533 0 9.5 0C14.7467 0 19 4.2533 19 9.5Z',
1043
+ fill: 'currentColor'
1044
+ })]
1045
+ }), jsxRuntime.jsx("defs", {
1046
+ children: jsxRuntime.jsx("clipPath", {
1047
+ id: 'clip0_1166_258',
1048
+ children: jsxRuntime.jsx("rect", {
1049
+ width: '19',
1050
+ height: '19',
1051
+ fill: 'white'
1052
+ })
1053
+ })
1054
+ })]
1055
+ });
1056
+ const DocumentIcon = ({
1057
+ color = '#4C7EFF',
1058
+ size = 14,
1059
+ className = '',
1060
+ onClick
1061
+ }) => jsxRuntime.jsxs("svg", {
1062
+ width: size,
1063
+ height: size,
1064
+ viewBox: '0 0 14 17',
1065
+ fill: 'none',
1066
+ xmlns: 'http://www.w3.org/2000/svg',
1067
+ className: className,
1068
+ onClick: onClick,
1069
+ color: color,
1070
+ children: [jsxRuntime.jsx("g", {
1071
+ clipPath: 'url(#clip0_350_127)',
1072
+ children: jsxRuntime.jsx("path", {
1073
+ d: 'M9.32129 11.667L9.39844 11.6709C9.77646 11.7095 10.0713 12.0288 10.0713 12.417C10.0711 12.8051 9.77638 13.1246 9.39844 13.1631L9.32129 13.167H4.17871C3.76461 13.167 3.42889 12.8311 3.42871 12.417C3.42871 12.0028 3.7645 11.667 4.17871 11.667H9.32129ZM9.32129 8.33301C9.73539 8.33301 10.0711 8.66894 10.0713 9.08301C10.0713 9.49722 9.7355 9.83301 9.32129 9.83301H4.17871C3.7645 9.83301 3.42871 9.49722 3.42871 9.08301C3.42889 8.66894 3.76461 8.33301 4.17871 8.33301H9.32129ZM5.03613 5C5.45015 5.00023 5.78613 5.33593 5.78613 5.75C5.78613 6.16407 5.45015 6.49977 5.03613 6.5H4.17871C3.7645 6.5 3.42871 6.16421 3.42871 5.75C3.42871 5.33579 3.7645 5 4.17871 5H5.03613ZM13.5 13.083C13.5 13.537 13.5002 13.9246 13.4736 14.2412C13.4462 14.5671 13.3865 14.8851 13.2275 15.1885C12.9884 15.6447 12.6083 16.0115 12.1465 16.2402C11.8418 16.3911 11.5229 16.4484 11.1924 16.4746C10.8699 16.5002 10.4748 16.5 10.0068 16.5H3.49316C3.02519 16.5 2.63006 16.5002 2.30762 16.4746C1.97711 16.4484 1.65825 16.3911 1.35352 16.2402C0.891595 16.0115 0.511605 15.6447 0.272461 15.1885C0.113483 14.8852 0.0537801 14.5671 0.0263673 14.2412C-0.000239963 13.9246 7.55472e-08 13.537 7.55472e-08 13.083V3.41699C7.55472e-08 2.96301 -0.000240121 2.5754 0.0263673 2.25879C0.0537813 1.93294 0.113494 1.61484 0.272461 1.31152C0.511625 0.855282 0.891682 0.488533 1.35352 0.259766C1.65825 0.108867 1.97711 0.0516443 2.30762 0.0253907C2.63006 -0.000218272 3.02519 6.13695e-08 3.49316 6.13695e-08H7.60742L7.75195 0.0136719C7.89341 0.041494 8.02501 0.110028 8.12988 0.211914L13.2725 5.21191C13.4177 5.35312 13.5 5.54742 13.5 5.75V13.083ZM8.35742 4.41699C8.35742 4.66287 8.35779 4.80114 8.36621 4.90137C8.36844 4.92785 8.3712 4.94576 8.37305 4.95703C8.37946 4.96552 8.38796 4.97337 8.39941 4.98047C8.41091 4.9827 8.43411 4.98798 8.47461 4.99121C8.58094 4.99966 8.72647 5 8.97852 5H10.9023L8.35742 2.52539V4.41699ZM1.5 13.083C1.5 13.5624 1.5004 13.876 1.52051 14.1152C1.53982 14.3451 1.57376 14.4391 1.60156 14.4922C1.69112 14.6628 1.83564 14.8059 2.01855 14.8965C2.08044 14.9271 2.18564 14.9603 2.42676 14.9795C2.67597 14.9993 3.00137 15 3.49316 15H10.0068C10.4986 15 10.824 14.9993 11.0732 14.9795C11.3144 14.9603 11.4196 14.9271 11.4814 14.8965C11.6644 14.8058 11.8089 14.6628 11.8984 14.4922C11.9262 14.4391 11.9602 14.3451 11.9795 14.1152C11.9996 13.876 12 13.5624 12 13.083V6.5H8.97852C8.75064 6.5 8.5359 6.50057 8.35645 6.48633C8.16877 6.47142 7.95532 6.43664 7.74219 6.33105C7.44151 6.18209 7.19305 5.94278 7.03613 5.64355C6.9238 5.42923 6.88681 5.21342 6.87109 5.02637C6.85621 4.8489 6.85742 4.63731 6.85742 4.41699V1.5H3.49316C3.00137 1.5 2.67597 1.50074 2.42676 1.52051C2.18564 1.53966 2.08044 1.57286 2.01855 1.60352C1.83559 1.6942 1.69109 1.83721 1.60156 2.00781C1.57375 2.06087 1.53982 2.15495 1.52051 2.38477C1.5004 2.624 1.5 2.93756 1.5 3.41699V13.083Z',
1074
+ fill: 'currentColor'
1075
+ })
1076
+ }), jsxRuntime.jsx("defs", {
1077
+ children: jsxRuntime.jsx("clipPath", {
1078
+ id: 'clip0_350_127',
1079
+ children: jsxRuntime.jsx("rect", {
1080
+ width: '13.5',
1081
+ height: '16.5',
1082
+ fill: 'white'
1083
+ })
1084
+ })
1085
+ })]
1086
+ });
1087
+ const AsteriskIcon = ({
1088
+ color = '#0C1C33',
1089
+ size = 16,
1090
+ className = '',
1091
+ onClick
1092
+ }) => jsxRuntime.jsx("svg", {
1093
+ width: size,
1094
+ height: size * 17 / 16,
1095
+ viewBox: '0 0 16 17',
1096
+ fill: 'none',
1097
+ xmlns: 'http://www.w3.org/2000/svg',
1098
+ className: className,
1099
+ onClick: onClick,
1100
+ color: color,
1101
+ children: jsxRuntime.jsx("path", {
1102
+ d: 'M6.38944 0H9.61056L9.24092 8.5H6.75908L6.38944 0ZM6.38944 17L6.75908 8.5H9.24092L9.61056 17H6.38944ZM0 5.50476L1.63696 2.96825L8.60726 7.50159L7.36634 9.47143L0 5.50476ZM16 5.50476L8.63366 9.47143L7.39274 7.50159L14.363 2.96825L16 5.50476ZM16 11.4683L14.363 14.0048L7.39274 9.47143L8.63366 7.50159L16 11.4683ZM0 11.5222L7.36634 7.55556L8.60726 9.5254L1.63696 14.0587L0 11.5222Z',
1103
+ fill: 'currentColor'
1104
+ })
1105
+ });
1106
+ const TopRightArrowIcon = ({
1107
+ color = '#0C1C33',
1108
+ size = 25,
1109
+ className = '',
1110
+ onClick
1111
+ }) => jsxRuntime.jsx("svg", {
1112
+ width: size,
1113
+ height: size,
1114
+ viewBox: '0 0 25 25',
1115
+ fill: 'none',
1116
+ xmlns: 'http://www.w3.org/2000/svg',
1117
+ className: className,
1118
+ onClick: onClick,
1119
+ color: color,
1120
+ children: jsxRuntime.jsx("path", {
1121
+ d: 'M21.3388 3.66117L21.3388 21.3388M21.3388 3.66117L3.66116 3.66117M21.3388 3.66117L3.66116 21.3388',
1122
+ stroke: 'currentColor',
1123
+ strokeWidth: '2',
1124
+ strokeLinecap: 'round',
1125
+ strokeLinejoin: 'round'
1126
+ })
1127
+ });
1128
+
1129
+ exports.AirplaneIcon = AirplaneIcon;
1130
+ exports.ArrowIcon = ArrowIcon;
1131
+ exports.AsteriskIcon = AsteriskIcon;
1132
+ exports.BroadcastedIcon = BroadcastedIcon;
1133
+ exports.BurgerMenuIcon = BurgerMenuIcon;
1134
+ exports.CalendarIcon = CalendarIcon;
1135
+ exports.ChainSmallIcon = ChainSmallIcon;
1136
+ exports.CheckIcon = CheckIcon;
1137
+ exports.CheckmarkIcon = CheckmarkIcon;
1138
+ exports.ChevronIcon = ChevronIcon;
1139
+ exports.CircleProcessIcon = CircleProcessIcon;
1140
+ exports.CopyIcon = CopyIcon;
1141
+ exports.CreditsIcon = CreditsIcon;
1142
+ exports.CrossIcon = CrossIcon;
1143
+ exports.DeleteIcon = DeleteIcon;
1144
+ exports.DocumentIcon = DocumentIcon;
1145
+ exports.EditIcon = EditIcon;
1146
+ exports.ErrorIcon = ErrorIcon;
1147
+ exports.ExternalLinkIcon = ExternalLinkIcon;
1148
+ exports.EyeClosedIcon = EyeClosedIcon;
1149
+ exports.EyeOpenIcon = EyeOpenIcon;
1150
+ exports.FaceIcon = FaceIcon;
1151
+ exports.FilterIcon = FilterIcon;
1152
+ exports.FingerprintIcon = FingerprintIcon;
1153
+ exports.InfoCircleIcon = InfoCircleIcon;
1154
+ exports.KebabMenuIcon = KebabMenuIcon;
1155
+ exports.KeyIcon = KeyIcon;
1156
+ exports.LockIcon = LockIcon;
1157
+ exports.PendingIcon = PendingIcon;
1158
+ exports.PlusIcon = PlusIcon;
1159
+ exports.PooledIcon = PooledIcon;
1160
+ exports.ProtectedMessageIcon = ProtectedMessageIcon;
1161
+ exports.QuestionMessageIcon = QuestionMessageIcon;
1162
+ exports.QueuedIcon = QueuedIcon;
1163
+ exports.SearchIcon = SearchIcon;
1164
+ exports.SettingsIcon = SettingsIcon;
1165
+ exports.ShieldSmallIcon = ShieldSmallIcon;
1166
+ exports.SignIcon = SignIcon;
1167
+ exports.SignLockIcon = SignLockIcon;
1168
+ exports.SmartphoneIcon = SmartphoneIcon;
1169
+ exports.SuccessIcon = SuccessIcon;
1170
+ exports.TopRightArrowIcon = TopRightArrowIcon;
1171
+ exports.WalletIcon = WalletIcon;
1172
+ exports.WebIcon = WebIcon;
1173
+ //# sourceMappingURL=index.cjs.js.map