@easypost/easy-ui 1.0.0-alpha.112 → 1.0.0-alpha.114

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 (242) hide show
  1. package/AlertBadge/AlertBadge.d.ts +1 -1
  2. package/AlertBadge/AlertBadge.d.ts.map +1 -1
  3. package/AlertBadge/index.js +20 -16
  4. package/AlertBadge/index.mjs +20 -16
  5. package/Badge/index.js +29 -19
  6. package/Badge/index.mjs +29 -19
  7. package/Banner/index.js +19 -12
  8. package/Banner/index.mjs +19 -12
  9. package/Button/index.js +1 -1
  10. package/Button/index.mjs +1 -1
  11. package/CHANGELOG.md +12 -0
  12. package/Calendar/index.js +1 -1
  13. package/Calendar/index.mjs +1 -1
  14. package/Card/index.js +1 -1
  15. package/Card/index.mjs +1 -1
  16. package/CheckableCard/index.js +33 -24
  17. package/CheckableCard/index.mjs +33 -24
  18. package/Checkbox/index.js +1 -1
  19. package/Checkbox/index.mjs +1 -1
  20. package/CodeBlock/CodeBlock.d.ts.map +1 -1
  21. package/CodeBlock/context.d.ts +2 -1
  22. package/CodeBlock/context.d.ts.map +1 -1
  23. package/CodeBlock/index.js +81 -59
  24. package/CodeBlock/index.mjs +81 -59
  25. package/CodeSnippet/index.js +1 -1
  26. package/CodeSnippet/index.mjs +1 -1
  27. package/ColorPicker/index.js +71 -54
  28. package/ColorPicker/index.mjs +71 -54
  29. package/CustomerPortalLayout/index.js +101 -72
  30. package/CustomerPortalLayout/index.mjs +101 -72
  31. package/DataGrid/index.js +229 -173
  32. package/DataGrid/index.mjs +229 -173
  33. package/DatePicker/index.js +10 -8
  34. package/DatePicker/index.mjs +10 -8
  35. package/DateRangePicker/index.js +10 -8
  36. package/DateRangePicker/index.mjs +10 -8
  37. package/Drawer/context.d.ts +2 -2
  38. package/Drawer/context.d.ts.map +1 -1
  39. package/Drawer/index.js +99 -78
  40. package/Drawer/index.mjs +99 -78
  41. package/Drawer/useIntersectionDetection.d.ts +1 -1
  42. package/Drawer/useIntersectionDetection.d.ts.map +1 -1
  43. package/DropdownButton/index.js +15 -7
  44. package/DropdownButton/index.mjs +16 -8
  45. package/EmptyStateCard/index.js +53 -33
  46. package/EmptyStateCard/index.mjs +53 -33
  47. package/FocusedProductLayout/index.js +104 -76
  48. package/FocusedProductLayout/index.mjs +104 -76
  49. package/ForgeLayout/index.js +283 -217
  50. package/ForgeLayout/index.mjs +284 -218
  51. package/FormLayout/index.js +38 -24
  52. package/FormLayout/index.mjs +38 -24
  53. package/HorizontalGrid/index.js +1 -1
  54. package/HorizontalGrid/index.mjs +1 -1
  55. package/HorizontalStack/index.js +1 -1
  56. package/HorizontalStack/index.mjs +1 -1
  57. package/Icon/index.js +1 -1
  58. package/Icon/index.mjs +1 -1
  59. package/IconButton/index.js +16 -9
  60. package/IconButton/index.mjs +17 -10
  61. package/InputField/index.js +1 -1
  62. package/InputField/index.mjs +1 -1
  63. package/KebabButton/index.js +1 -1
  64. package/KebabButton/index.mjs +1 -1
  65. package/Menu/MenuTrigger.d.ts +1 -1
  66. package/Menu/MenuTrigger.d.ts.map +1 -1
  67. package/Menu/index.js +1 -1
  68. package/Menu/index.mjs +1 -1
  69. package/Modal/context.d.ts +3 -3
  70. package/Modal/context.d.ts.map +1 -1
  71. package/Modal/index.js +124 -93
  72. package/Modal/index.mjs +124 -93
  73. package/Modal/useIntersectionDetection.d.ts +1 -1
  74. package/Modal/useIntersectionDetection.d.ts.map +1 -1
  75. package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
  76. package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
  77. package/MultiSelect/index.js +106 -83
  78. package/MultiSelect/index.mjs +107 -84
  79. package/MultiSelect/utilities.d.ts +1 -1
  80. package/MultiSelect/utilities.d.ts.map +1 -1
  81. package/MultipageSection/index.js +94 -71
  82. package/MultipageSection/index.mjs +94 -71
  83. package/NexusLayout/index.js +136 -102
  84. package/NexusLayout/index.mjs +136 -102
  85. package/Notification/NotificationTransition.d.ts +1 -1
  86. package/Notification/NotificationTransition.d.ts.map +1 -1
  87. package/Notification/index.js +1 -1
  88. package/Notification/index.mjs +1 -1
  89. package/Pagination/index.js +62 -50
  90. package/Pagination/index.mjs +63 -51
  91. package/PillGroup/index.js +1 -1
  92. package/PillGroup/index.mjs +1 -1
  93. package/PlanCard/illustrations/Building01/index.js +532 -531
  94. package/PlanCard/illustrations/Building01/index.mjs +532 -531
  95. package/PlanCard/illustrations/Building02/index.js +206 -205
  96. package/PlanCard/illustrations/Building02/index.mjs +206 -205
  97. package/PlanCard/illustrations/Building03/index.js +773 -772
  98. package/PlanCard/illustrations/Building03/index.mjs +773 -772
  99. package/PlanCard/illustrations/Building04/index.js +1528 -1527
  100. package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
  101. package/PlanCard/index.js +59 -36
  102. package/PlanCard/index.mjs +60 -37
  103. package/ProductLayout/index.js +132 -91
  104. package/ProductLayout/index.mjs +132 -91
  105. package/Provider/index.js +18 -14
  106. package/Provider/index.mjs +18 -14
  107. package/RadioButtonGroup/index.js +14 -10
  108. package/RadioButtonGroup/index.mjs +14 -10
  109. package/RadioGroup/index.js +1 -1
  110. package/RadioGroup/index.mjs +1 -1
  111. package/RangeCalendar/index.js +1 -1
  112. package/RangeCalendar/index.mjs +1 -1
  113. package/SearchNav/CondensedSearchNav.d.ts.map +1 -1
  114. package/SearchNav/index.js +197 -141
  115. package/SearchNav/index.mjs +198 -142
  116. package/SearchNav/utilities.d.ts +3 -3
  117. package/SearchNav/utilities.d.ts.map +1 -1
  118. package/SectionCard/index.js +43 -25
  119. package/SectionCard/index.mjs +43 -25
  120. package/Select/index.js +74 -62
  121. package/Select/index.mjs +74 -62
  122. package/SelectorErrorTooltip/index.js +1 -1
  123. package/SelectorErrorTooltip/index.mjs +1 -1
  124. package/Spinner/index.js +1 -1
  125. package/Spinner/index.mjs +1 -1
  126. package/SplitToggleCard/index.js +22 -16
  127. package/SplitToggleCard/index.mjs +22 -16
  128. package/Stepper/index.js +1 -1
  129. package/Stepper/index.mjs +1 -1
  130. package/TabNav/index.js +1 -1
  131. package/TabNav/index.mjs +1 -1
  132. package/TabPanels/index.js +22 -16
  133. package/TabPanels/index.mjs +24 -18
  134. package/Tabs/index.js +1 -1
  135. package/Tabs/index.mjs +1 -1
  136. package/Text/index.js +1 -1
  137. package/Text/index.mjs +1 -1
  138. package/TextField/index.js +1 -1
  139. package/TextField/index.mjs +1 -1
  140. package/Textarea/index.js +3 -3
  141. package/Textarea/index.mjs +3 -3
  142. package/Theme/index.js +1 -1
  143. package/Theme/index.mjs +1 -1
  144. package/Toggle/index.js +1 -1
  145. package/Toggle/index.mjs +1 -1
  146. package/ToggleCard/index.js +20 -15
  147. package/ToggleCard/index.mjs +21 -16
  148. package/Tooltip/index.js +1 -1
  149. package/Tooltip/index.mjs +1 -1
  150. package/UnstyledButton/index.js +1 -1
  151. package/UnstyledButton/index.mjs +1 -1
  152. package/VerticalNav/index.js +115 -88
  153. package/VerticalNav/index.mjs +115 -88
  154. package/VerticalStack/index.js +1 -1
  155. package/VerticalStack/index.mjs +1 -1
  156. package/__chunks__/{Button-5AuHgwU3.js → Button-CQdi4TMV.js} +15 -12
  157. package/__chunks__/{Button-BsGH6vGC.mjs → Button-JL1YQxJ5.mjs} +16 -13
  158. package/__chunks__/{Calendar-D09mdpmC.js → Calendar-C9zdRov0.js} +3 -2
  159. package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-DLzAtdfg.mjs} +3 -2
  160. package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-DJ38_qK6.mjs} +86 -64
  161. package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-M-f289w8.js} +86 -64
  162. package/__chunks__/{Card-CJug4GMX.mjs → Card-BgjWYPVY.mjs} +21 -12
  163. package/__chunks__/{Card-BM2DKiVA.js → Card-LPIW5drP.js} +21 -12
  164. package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-B_-6lfKk.js} +36 -28
  165. package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-DcaO0fC3.mjs} +36 -28
  166. package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-25l4r2Gh.js} +16 -12
  167. package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-B3nsMpvq.mjs} +16 -12
  168. package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-BQc8LKWg.mjs} +80 -62
  169. package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-BYYfRTEY.js} +80 -62
  170. package/__chunks__/EasyPostLogo-C9-Q0lSn.js +22 -0
  171. package/__chunks__/EasyPostLogo-DgIgAGa3.mjs +23 -0
  172. package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-BZRV42ab.mjs} +30 -21
  173. package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-C2t8KQuU.js} +30 -20
  174. package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-CAoDcmPW.js} +5 -3
  175. package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-DbLeJBt8.mjs} +6 -4
  176. package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-CJavrBHm.mjs} +6 -4
  177. package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-CWdKKY8L.js} +5 -3
  178. package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-BIpaQJ_I.mjs} +11 -10
  179. package/__chunks__/{Icon-W8F9w-jS.js → Icon-BRlbo3RF.js} +11 -10
  180. package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-CccF4ynE.js} +19 -15
  181. package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-DoyGkWQe.mjs} +19 -15
  182. package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-CAY9O90X.mjs} +77 -66
  183. package/__chunks__/{InputField-CDHznUZd.js → InputField-DGb4ZDoR.js} +77 -66
  184. package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-CEATdJ1j.mjs} +9 -8
  185. package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-DDKBJ_Tk.js} +9 -8
  186. package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-D-5Mjaj0.mjs} +15 -8
  187. package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-TbapERgy.js} +15 -8
  188. package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-Ci1FGh8B.mjs} +88 -70
  189. package/__chunks__/{Menu-Kfc6nxFP.js → Menu-MGDv1tob.js} +88 -70
  190. package/__chunks__/{Notification-vF_YGVIP.js → Notification-DDQHWloB.js} +62 -48
  191. package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-DnNx0rb6.mjs} +64 -50
  192. package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-BK8VCf3B.js} +41 -27
  193. package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-DN72MPhg.mjs} +41 -27
  194. package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-BfKaJnSo.mjs} +58 -40
  195. package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BiCqtR0F.js} +58 -40
  196. package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BdTjX8NT.mjs} +3 -2
  197. package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Dz6LyRYS.js} +3 -2
  198. package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-Bva0SG8D.js} +62 -51
  199. package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-q23ZLLi4.mjs} +62 -51
  200. package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BNLrFRLN.js} +19 -11
  201. package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-rO2-k3Gl.mjs} +19 -12
  202. package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-COsekFr1.mjs} +17 -13
  203. package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-vRnrcEz0.js} +16 -12
  204. package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-DlI-16t-.mjs} +48 -37
  205. package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-lhcjfVFY.js} +47 -36
  206. package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BNhQF0b0.mjs} +10 -8
  207. package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-bVgyfEV7.js} +10 -8
  208. package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-BaROnbKg.mjs} +47 -38
  209. package/__chunks__/{Tabs-BL8odO0p.js → Tabs-DSngzN9A.js} +46 -37
  210. package/__chunks__/{Text-YOL3isF4.mjs → Text-D6oT5WJQ.mjs} +5 -4
  211. package/__chunks__/{Text-CSESKR_s.js → Text-DkzMEqky.js} +5 -4
  212. package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-818kTElu.mjs} +3 -3
  213. package/__chunks__/{TextField-94cCP805.js → TextField-DKQVJPP_.js} +3 -3
  214. package/__chunks__/{Theme-DqbmY4wy.js → Theme-C2nSZUpG.js} +27 -17
  215. package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-M__gFMM3.mjs} +28 -18
  216. package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BmJjrdVn.js} +43 -37
  217. package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DlDQ7rr2.mjs} +43 -37
  218. package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-BSMvNula.js} +25 -17
  219. package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BXRi0h4E.mjs} +25 -17
  220. package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-DW8CjaXN.js} +5 -3
  221. package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-DxJLvL-G.mjs} +6 -4
  222. package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-BHkiocKU.js} +5 -3
  223. package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-DoMqBfYD.mjs} +6 -4
  224. package/__chunks__/index-CqNUlUoB.js +217 -0
  225. package/__chunks__/index-ee-P7jQr.mjs +218 -0
  226. package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-OZmGXvtF.mjs} +17 -14
  227. package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-Rb2Hf0v8.js} +16 -13
  228. package/package.json +4 -6
  229. package/types.d.ts +1 -1
  230. package/types.d.ts.map +1 -1
  231. package/utilities/Noop.d.ts +1 -1
  232. package/utilities/Noop.d.ts.map +1 -1
  233. package/utilities/react.d.ts +1 -1
  234. package/utilities/react.d.ts.map +1 -1
  235. package/utilities/react.js +1 -1
  236. package/utilities/react.mjs +1 -1
  237. package/utilities/test.d.ts +1 -0
  238. package/utilities/test.d.ts.map +1 -1
  239. package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
  240. package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
  241. package/__chunks__/index-CUcRN4NO.js +0 -311
  242. package/__chunks__/index-Izk6uvQC.mjs +0 -312
@@ -1,780 +1,781 @@
1
- import React__default from "react";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  function PlanCardIllustrationBuilding03() {
3
- return React__default.createElement("svg", {
3
+ return jsxs("svg", {
4
4
  width: "223",
5
5
  height: "140",
6
6
  viewBox: "0 0 223 140",
7
7
  fill: "none",
8
- xmlns: "http://www.w3.org/2000/svg"
9
- }, React__default.createElement("path", {
10
- d: "M171.554 139.049C171.197 137.783 171 136.446 171 135.061C171 127.275 177.058 120.961 184.534 120.961C184.943 120.961 185.346 120.983 185.746 121.018C185.666 120.461 185.623 119.893 185.623 119.313C185.623 113.062 190.487 107.995 196.487 107.995C202.486 107.995 207.35 113.062 207.35 119.313C207.35 119.893 207.307 120.464 207.227 121.018C207.627 120.98 208.03 120.961 208.439 120.961C215.912 120.961 221.973 127.272 221.973 135.061C221.973 136.446 221.779 137.786 221.419 139.049H171.557H171.554Z",
11
- fill: "#00AC83",
12
- stroke: "#164DFF",
13
- strokeWidth: "0.75",
14
- strokeLinecap: "round",
15
- strokeLinejoin: "round"
16
- }), React__default.createElement("path", {
17
- d: "M27.5522 137.929H71.5086L83.1847 28.9999L49.5315 12.4535L27.5522 30.3787L27.5522 137.929Z",
18
- fill: "#FDDDDD",
19
- stroke: "#164DFF",
20
- strokeWidth: "0.75",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
23
- }), React__default.createElement("path", {
24
- d: "M49.5312 14.0568H179.031L201.008 31.4998V139.172H71.5083V31.4998L49.5312 14.0568Z",
25
- fill: "#FFF8F4",
26
- stroke: "#164DFF",
27
- strokeWidth: "0.75",
28
- strokeLinecap: "round",
29
- strokeLinejoin: "round"
30
- }), React__default.createElement("path", {
31
- d: "M84.8505 30.437L49.5315 10.9998L27.5522 28.925L84.8505 30.437Z",
32
- fill: "#501D77",
33
- stroke: "#772BB0",
34
- strokeWidth: "0.75",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round"
37
- }), React__default.createElement("path", {
38
- d: "M49.5317 10.9998H179.031L201.008 28.4429V30.437H71.5088V28.4429L49.5317 10.9998Z",
39
- fill: "#9F39EE",
40
- stroke: "#772BB0",
41
- strokeWidth: "0.75",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round"
44
- }), React__default.createElement("path", {
45
- d: "M206.574 28.7767H23.6196V32.9656H206.574V28.7767Z",
46
- fill: "#501D77",
47
- stroke: "#772BB0",
48
- strokeWidth: "0.75",
49
- strokeLinecap: "round",
50
- strokeLinejoin: "round"
51
- }), React__default.createElement("path", {
52
- d: "M159.437 93.3492H146.329V128.402H159.437V93.3492Z",
53
- fill: "#CFDAFF",
54
- stroke: "#164DFF",
55
- strokeWidth: "0.75",
56
- strokeMiterlimit: "10"
57
- }), React__default.createElement("path", {
58
- d: "M197.213 93.3492H184.105V128.402H197.213V93.3492Z",
59
- fill: "#CFDAFF",
60
- stroke: "#164DFF",
61
- strokeWidth: "0.75",
62
- strokeMiterlimit: "10"
63
- }), React__default.createElement("path", {
64
- d: "M178.325 93.3492H165.217V128.402H178.325V93.3492Z",
65
- fill: "#CFDAFF",
66
- stroke: "#164DFF",
67
- strokeWidth: "0.75",
68
- strokeMiterlimit: "10"
69
- }), React__default.createElement("path", {
70
- d: "M143 50H83V82H143V50Z",
71
- fill: "#CFDAFF",
72
- stroke: "#164DFF",
73
- strokeWidth: "0.75",
74
- strokeMiterlimit: "10"
75
- }), React__default.createElement("path", {
76
- d: "M161 50H151V82H161V50Z",
77
- fill: "#CFDAFF",
78
- stroke: "#164DFF",
79
- strokeWidth: "0.75",
80
- strokeMiterlimit: "10"
81
- }), React__default.createElement("path", {
82
- d: "M179 50H169V82H179V50Z",
83
- fill: "#CFDAFF",
84
- stroke: "#164DFF",
85
- strokeWidth: "0.75",
86
- strokeMiterlimit: "10"
87
- }), React__default.createElement("path", {
88
- d: "M197 50H187V82H197V50Z",
89
- fill: "#CFDAFF",
90
- stroke: "#164DFF",
91
- strokeWidth: "0.75",
92
- strokeMiterlimit: "10"
93
- }), React__default.createElement("path", {
94
- d: "M63.5357 128.093H12.9204V139.174H63.5357V128.093Z",
95
- fill: "#FDDDDD",
96
- stroke: "#164DFF",
97
- strokeWidth: "0.75",
98
- strokeLinecap: "round",
99
- strokeLinejoin: "round"
100
- }), React__default.createElement("path", {
101
- d: "M63.5332 128.093H50.0776V139.174H63.5332V128.093Z",
102
- fill: "#FFF8F4",
103
- stroke: "#164DFF",
104
- strokeWidth: "0.75",
105
- strokeLinecap: "round",
106
- strokeLinejoin: "round"
107
- }), React__default.createElement("path", {
108
- d: "M63.5356 93.3491H34.7466V128.093H63.5356V93.3491Z",
109
- fill: "#061340",
110
- stroke: "#164DFF",
111
- strokeWidth: "0.75",
112
- strokeMiterlimit: "10"
113
- }), React__default.createElement("path", {
114
- d: "M50.0801 128.093H12.9204V131.427H50.0801V128.093Z",
115
- fill: "#CFDAFF",
116
- stroke: "#164DFF",
117
- strokeWidth: "0.75",
118
- strokeMiterlimit: "10"
119
- }), React__default.createElement("path", {
120
- d: "M63.5332 128.093H50.0776V131.427H63.5332V128.093Z",
121
- fill: "#F5F7FD",
122
- stroke: "#164DFF",
123
- strokeWidth: "0.75",
124
- strokeLinecap: "round",
125
- strokeLinejoin: "round"
126
- }), React__default.createElement("path", {
127
- d: "M138.675 93.3491H84.8501V100.494H138.675V93.3491Z",
128
- fill: "#CFDAFF",
129
- stroke: "#164DFF",
130
- strokeWidth: "0.75",
131
- strokeMiterlimit: "10"
132
- }), React__default.createElement("path", {
133
- d: "M141.515 90.3929H82.0107V139.144H141.515V90.3929Z",
134
- fill: "#F5F7FD",
135
- stroke: "#164DFF",
136
- strokeWidth: "0.75",
137
- strokeLinecap: "round",
138
- strokeLinejoin: "round"
139
- }), React__default.createElement("path", {
140
- d: "M138.675 93.3491H84.8506V139.12H138.675V93.3491Z",
141
- fill: "#061340",
142
- stroke: "#164DFF",
143
- strokeWidth: "0.75",
144
- strokeMiterlimit: "10"
145
- }), React__default.createElement("path", {
146
- d: "M99.0514 131.427H93.2866V138.865H99.0514V131.427Z",
147
- fill: "#FFF7F7",
148
- stroke: "#164DFF",
149
- strokeWidth: "0.75",
150
- strokeLinecap: "round",
151
- strokeLinejoin: "round"
152
- }), React__default.createElement("path", {
153
- d: "M96.4302 131.427H94.8496V133.539H96.4302V131.427Z",
154
- fill: "#FFF7F7",
155
- stroke: "#164DFF",
156
- strokeWidth: "0.75",
157
- strokeLinecap: "round",
158
- strokeLinejoin: "round"
159
- }), React__default.createElement("path", {
160
- d: "M99.0513 138.865H105.605V131.427H99.0513V138.865Z",
161
- fill: "#FDDDDD",
162
- stroke: "#164DFF",
163
- strokeWidth: "0.75",
164
- strokeLinecap: "round",
165
- strokeLinejoin: "round"
166
- }), React__default.createElement("path", {
167
- d: "M99.3945 135.599H102.099V133.345H99.3945V135.599Z",
168
- fill: "#164DFF",
169
- stroke: "#FFF7F7",
170
- strokeWidth: "0.75",
171
- strokeLinecap: "round",
172
- strokeLinejoin: "round"
173
- }), React__default.createElement("path", {
174
- d: "M103.225 137.276H105.096",
175
- stroke: "#164DFF",
176
- strokeWidth: "0.75",
177
- strokeLinecap: "round",
178
- strokeLinejoin: "round"
179
- }), React__default.createElement("path", {
180
- d: "M103.225 137.656H105.096",
181
- stroke: "#164DFF",
182
- strokeWidth: "0.75",
183
- strokeLinecap: "round",
184
- strokeLinejoin: "round"
185
- }), React__default.createElement("path", {
186
- d: "M103.225 138.036H105.096",
187
- stroke: "#164DFF",
188
- strokeWidth: "0.75",
189
- strokeLinecap: "round",
190
- strokeLinejoin: "round"
191
- }), React__default.createElement("path", {
192
- d: "M111.368 131.427H105.604V138.865H111.368V131.427Z",
193
- fill: "#FFF7F7",
194
- stroke: "#164DFF",
195
- strokeWidth: "0.75",
196
- strokeLinecap: "round",
197
- strokeLinejoin: "round"
198
- }), React__default.createElement("path", {
199
- d: "M108.75 131.427H107.169V133.539H108.75V131.427Z",
200
- fill: "#FFF7F7",
201
- stroke: "#164DFF",
202
- strokeWidth: "0.75",
203
- strokeLinecap: "round",
204
- strokeLinejoin: "round"
205
- }), React__default.createElement("path", {
206
- d: "M111.368 138.865H117.922V131.427H111.368V138.865Z",
207
- fill: "#FDDDDD",
208
- stroke: "#164DFF",
209
- strokeWidth: "0.75",
210
- strokeLinecap: "round",
211
- strokeLinejoin: "round"
212
- }), React__default.createElement("path", {
213
- d: "M111.711 135.599H114.416V133.345H111.711V135.599Z",
214
- fill: "#164DFF",
215
- stroke: "#FFF7F7",
216
- strokeWidth: "0.75",
217
- strokeLinecap: "round",
218
- strokeLinejoin: "round"
219
- }), React__default.createElement("path", {
220
- d: "M115.544 137.276H117.415",
221
- stroke: "#164DFF",
222
- strokeWidth: "0.75",
223
- strokeLinecap: "round",
224
- strokeLinejoin: "round"
225
- }), React__default.createElement("path", {
226
- d: "M115.544 137.656H117.415",
227
- stroke: "#164DFF",
228
- strokeWidth: "0.75",
229
- strokeLinecap: "round",
230
- strokeLinejoin: "round"
231
- }), React__default.createElement("path", {
232
- d: "M115.544 138.036H117.415",
233
- stroke: "#164DFF",
234
- strokeWidth: "0.75",
235
- strokeLinecap: "round",
236
- strokeLinejoin: "round"
237
- }), React__default.createElement("path", {
238
- d: "M123.687 131.427H117.922V138.865H123.687V131.427Z",
239
- fill: "#FFF7F7",
240
- stroke: "#164DFF",
241
- strokeWidth: "0.75",
242
- strokeLinecap: "round",
243
- strokeLinejoin: "round"
244
- }), React__default.createElement("path", {
245
- d: "M121.066 131.427H119.486V133.539H121.066V131.427Z",
246
- fill: "#FFF7F7",
247
- stroke: "#164DFF",
248
- strokeWidth: "0.75",
249
- strokeLinecap: "round",
250
- strokeLinejoin: "round"
251
- }), React__default.createElement("path", {
252
- d: "M123.687 138.865H130.241V131.427H123.687V138.865Z",
253
- fill: "#FDDDDD",
254
- stroke: "#164DFF",
255
- strokeWidth: "0.75",
256
- strokeLinecap: "round",
257
- strokeLinejoin: "round"
258
- }), React__default.createElement("path", {
259
- d: "M124.03 135.599H126.735V133.345H124.03V135.599Z",
260
- fill: "#164DFF",
261
- stroke: "#FFF7F7",
262
- strokeWidth: "0.75",
263
- strokeLinecap: "round",
264
- strokeLinejoin: "round"
265
- }), React__default.createElement("path", {
266
- d: "M127.86 137.276H129.732",
267
- stroke: "#164DFF",
268
- strokeWidth: "0.75",
269
- strokeLinecap: "round",
270
- strokeLinejoin: "round"
271
- }), React__default.createElement("path", {
272
- d: "M127.86 137.656H129.732",
273
- stroke: "#164DFF",
274
- strokeWidth: "0.75",
275
- strokeLinecap: "round",
276
- strokeLinejoin: "round"
277
- }), React__default.createElement("path", {
278
- d: "M127.86 138.036H129.732",
279
- stroke: "#164DFF",
280
- strokeWidth: "0.75",
281
- strokeLinecap: "round",
282
- strokeLinejoin: "round"
283
- }), React__default.createElement("path", {
284
- d: "M99.0514 123.99H93.2866V131.427H99.0514V123.99Z",
285
- fill: "#FFF7F7",
286
- stroke: "#164DFF",
287
- strokeWidth: "0.75",
288
- strokeLinecap: "round",
289
- strokeLinejoin: "round"
290
- }), React__default.createElement("path", {
291
- d: "M96.4302 123.99H94.8496V126.101H96.4302V123.99Z",
292
- fill: "#FFF7F7",
293
- stroke: "#164DFF",
294
- strokeWidth: "0.75",
295
- strokeLinecap: "round",
296
- strokeLinejoin: "round"
297
- }), React__default.createElement("path", {
298
- d: "M99.0513 131.427H105.605V123.99H99.0513V131.427Z",
299
- fill: "#FDDDDD",
300
- stroke: "#164DFF",
301
- strokeWidth: "0.75",
302
- strokeLinecap: "round",
303
- strokeLinejoin: "round"
304
- }), React__default.createElement("path", {
305
- d: "M99.3945 128.161H102.099V125.907H99.3945V128.161Z",
306
- fill: "#164DFF",
307
- stroke: "#FFF7F7",
308
- strokeWidth: "0.75",
309
- strokeLinecap: "round",
310
- strokeLinejoin: "round"
311
- }), React__default.createElement("path", {
312
- d: "M103.225 129.837H105.096",
313
- stroke: "#164DFF",
314
- strokeWidth: "0.75",
315
- strokeLinecap: "round",
316
- strokeLinejoin: "round"
317
- }), React__default.createElement("path", {
318
- d: "M103.225 130.218H105.096",
319
- stroke: "#164DFF",
320
- strokeWidth: "0.75",
321
- strokeLinecap: "round",
322
- strokeLinejoin: "round"
323
- }), React__default.createElement("path", {
324
- d: "M103.225 130.598H105.096",
325
- stroke: "#164DFF",
326
- strokeWidth: "0.75",
327
- strokeLinecap: "round",
328
- strokeLinejoin: "round"
329
- }), React__default.createElement("path", {
330
- d: "M111.368 123.99H105.604V131.427H111.368V123.99Z",
331
- fill: "#FFF7F7",
332
- stroke: "#164DFF",
333
- strokeWidth: "0.75",
334
- strokeLinecap: "round",
335
- strokeLinejoin: "round"
336
- }), React__default.createElement("path", {
337
- d: "M108.75 123.99H107.169V126.101H108.75V123.99Z",
338
- fill: "#FFF7F7",
339
- stroke: "#164DFF",
340
- strokeWidth: "0.75",
341
- strokeLinecap: "round",
342
- strokeLinejoin: "round"
343
- }), React__default.createElement("path", {
344
- d: "M111.368 131.427H117.922V123.99H111.368V131.427Z",
345
- fill: "#FDDDDD",
346
- stroke: "#164DFF",
347
- strokeWidth: "0.75",
348
- strokeLinecap: "round",
349
- strokeLinejoin: "round"
350
- }), React__default.createElement("path", {
351
- d: "M111.711 128.161H114.416V125.907H111.711V128.161Z",
352
- fill: "#164DFF",
353
- stroke: "#FFF7F7",
354
- strokeWidth: "0.75",
355
- strokeLinecap: "round",
356
- strokeLinejoin: "round"
357
- }), React__default.createElement("path", {
358
- d: "M115.544 129.837H117.415",
359
- stroke: "#164DFF",
360
- strokeWidth: "0.75",
361
- strokeLinecap: "round",
362
- strokeLinejoin: "round"
363
- }), React__default.createElement("path", {
364
- d: "M115.544 130.218H117.415",
365
- stroke: "#164DFF",
366
- strokeWidth: "0.75",
367
- strokeLinecap: "round",
368
- strokeLinejoin: "round"
369
- }), React__default.createElement("path", {
370
- d: "M115.544 130.598H117.415",
371
- stroke: "#164DFF",
372
- strokeWidth: "0.75",
373
- strokeLinecap: "round",
374
- strokeLinejoin: "round"
375
- }), React__default.createElement("path", {
376
- d: "M123.687 123.99H117.922V131.427H123.687V123.99Z",
377
- fill: "#FFF7F7",
378
- stroke: "#164DFF",
379
- strokeWidth: "0.75",
380
- strokeLinecap: "round",
381
- strokeLinejoin: "round"
382
- }), React__default.createElement("path", {
383
- d: "M121.066 123.99H119.486V126.101H121.066V123.99Z",
384
- fill: "#FFF7F7",
385
- stroke: "#164DFF",
386
- strokeWidth: "0.75",
387
- strokeLinecap: "round",
388
- strokeLinejoin: "round"
389
- }), React__default.createElement("path", {
390
- d: "M123.687 131.427H130.241V123.99H123.687V131.427Z",
391
- fill: "#FDDDDD",
392
- stroke: "#164DFF",
393
- strokeWidth: "0.75",
394
- strokeLinecap: "round",
395
- strokeLinejoin: "round"
396
- }), React__default.createElement("path", {
397
- d: "M124.03 128.161H126.735V125.907H124.03V128.161Z",
398
- fill: "#164DFF",
399
- stroke: "#FFF7F7",
400
- strokeWidth: "0.75",
401
- strokeLinecap: "round",
402
- strokeLinejoin: "round"
403
- }), React__default.createElement("path", {
404
- d: "M127.86 129.837H129.732",
405
- stroke: "#164DFF",
406
- strokeWidth: "0.75",
407
- strokeLinecap: "round",
408
- strokeLinejoin: "round"
409
- }), React__default.createElement("path", {
410
- d: "M127.86 130.218H129.732",
411
- stroke: "#164DFF",
412
- strokeWidth: "0.75",
413
- strokeLinecap: "round",
414
- strokeLinejoin: "round"
415
- }), React__default.createElement("path", {
416
- d: "M127.86 130.598H129.732",
417
- stroke: "#164DFF",
418
- strokeWidth: "0.75",
419
- strokeLinecap: "round",
420
- strokeLinejoin: "round"
421
- }), React__default.createElement("path", {
422
- d: "M111.368 108.798H105.604V116.236H111.368V108.798Z",
423
- fill: "#FFF7F7",
424
- stroke: "#164DFF",
425
- strokeWidth: "0.75",
426
- strokeLinecap: "round",
427
- strokeLinejoin: "round"
428
- }), React__default.createElement("path", {
429
- d: "M108.75 108.798H107.169V110.91H108.75V108.798Z",
430
- fill: "#FFF7F7",
431
- stroke: "#164DFF",
432
- strokeWidth: "0.75",
433
- strokeLinecap: "round",
434
- strokeLinejoin: "round"
435
- }), React__default.createElement("path", {
436
- d: "M111.368 116.236H117.922V108.798H111.368V116.236Z",
437
- fill: "#FDDDDD",
438
- stroke: "#164DFF",
439
- strokeWidth: "0.75",
440
- strokeLinecap: "round",
441
- strokeLinejoin: "round"
442
- }), React__default.createElement("path", {
443
- d: "M111.711 112.967H114.416V110.714H111.711V112.967Z",
444
- fill: "#164DFF",
445
- stroke: "#FFF7F7",
446
- strokeWidth: "0.75",
447
- strokeLinecap: "round",
448
- strokeLinejoin: "round"
449
- }), React__default.createElement("path", {
450
- d: "M115.544 114.645H117.415",
451
- stroke: "#164DFF",
452
- strokeWidth: "0.75",
453
- strokeLinecap: "round",
454
- strokeLinejoin: "round"
455
- }), React__default.createElement("path", {
456
- d: "M115.544 115.025H117.415",
457
- stroke: "#164DFF",
458
- strokeWidth: "0.75",
459
- strokeLinecap: "round",
460
- strokeLinejoin: "round"
461
- }), React__default.createElement("path", {
462
- d: "M115.544 115.407H117.415",
463
- stroke: "#164DFF",
464
- strokeWidth: "0.75",
465
- strokeLinecap: "round",
466
- strokeLinejoin: "round"
467
- }), React__default.createElement("path", {
468
- d: "M104.703 116.236H98.938V123.673H104.703V116.236Z",
469
- fill: "#FFF7F7",
470
- stroke: "#164DFF",
471
- strokeWidth: "0.75",
472
- strokeLinecap: "round",
473
- strokeLinejoin: "round"
474
- }), React__default.createElement("path", {
475
- d: "M102.082 116.236H100.501V118.347H102.082V116.236Z",
476
- fill: "#FFF7F7",
477
- stroke: "#164DFF",
478
- strokeWidth: "0.75",
479
- strokeLinecap: "round",
480
- strokeLinejoin: "round"
481
- }), React__default.createElement("path", {
482
- d: "M104.703 123.673H111.257V116.236H104.703V123.673Z",
483
- fill: "#FDDDDD",
484
- stroke: "#164DFF",
485
- strokeWidth: "0.75",
486
- strokeLinecap: "round",
487
- strokeLinejoin: "round"
488
- }), React__default.createElement("path", {
489
- d: "M105.046 120.405H107.75V118.151H105.046V120.405Z",
490
- fill: "#164DFF",
491
- stroke: "#FFF7F7",
492
- strokeWidth: "0.75",
493
- strokeLinecap: "round",
494
- strokeLinejoin: "round"
495
- }), React__default.createElement("path", {
496
- d: "M108.878 122.083H110.75",
497
- stroke: "#164DFF",
498
- strokeWidth: "0.75",
499
- strokeLinecap: "round",
500
- strokeLinejoin: "round"
501
- }), React__default.createElement("path", {
502
- d: "M108.878 122.462H110.75",
503
- stroke: "#164DFF",
504
- strokeWidth: "0.75",
505
- strokeLinecap: "round",
506
- strokeLinejoin: "round"
507
- }), React__default.createElement("path", {
508
- d: "M108.878 122.844H110.75",
509
- stroke: "#164DFF",
510
- strokeWidth: "0.75",
511
- strokeLinecap: "round",
512
- strokeLinejoin: "round"
513
- }), React__default.createElement("path", {
514
- d: "M117.021 116.236H111.256V123.673H117.021V116.236Z",
515
- fill: "#FFF7F7",
516
- stroke: "#164DFF",
517
- strokeWidth: "0.75",
518
- strokeLinecap: "round",
519
- strokeLinejoin: "round"
520
- }), React__default.createElement("path", {
521
- d: "M114.4 116.236H112.819V118.347H114.4V116.236Z",
522
- fill: "#FFF7F7",
523
- stroke: "#164DFF",
524
- strokeWidth: "0.75",
525
- strokeLinecap: "round",
526
- strokeLinejoin: "round"
527
- }), React__default.createElement("path", {
528
- d: "M117.021 123.673H123.575V116.236H117.021V123.673Z",
529
- fill: "#FDDDDD",
530
- stroke: "#164DFF",
531
- strokeWidth: "0.75",
532
- strokeLinecap: "round",
533
- strokeLinejoin: "round"
534
- }), React__default.createElement("path", {
535
- d: "M117.364 120.405H120.068V118.151H117.364V120.405Z",
536
- fill: "#164DFF",
537
- stroke: "#FFF7F7",
538
- strokeWidth: "0.75",
539
- strokeLinecap: "round",
540
- strokeLinejoin: "round"
541
- }), React__default.createElement("path", {
542
- d: "M121.194 122.083H123.066",
543
- stroke: "#164DFF",
544
- strokeWidth: "0.75",
545
- strokeLinecap: "round",
546
- strokeLinejoin: "round"
547
- }), React__default.createElement("path", {
548
- d: "M121.194 122.462H123.066",
549
- stroke: "#164DFF",
550
- strokeWidth: "0.75",
551
- strokeLinecap: "round",
552
- strokeLinejoin: "round"
553
- }), React__default.createElement("path", {
554
- d: "M121.194 122.844H123.066",
555
- stroke: "#164DFF",
556
- strokeWidth: "0.75",
557
- strokeLinecap: "round",
558
- strokeLinejoin: "round"
559
- }), React__default.createElement("path", {
560
- d: "M49.5334 113.284H43.7686V120.721H49.5334V113.284Z",
561
- fill: "#FFF7F7",
562
- stroke: "#164DFF",
563
- strokeWidth: "0.75",
564
- strokeLinecap: "round",
565
- strokeLinejoin: "round"
566
- }), React__default.createElement("path", {
567
- d: "M46.9121 113.284H45.3315V115.396H46.9121V113.284Z",
568
- fill: "#FFF7F7",
569
- stroke: "#164DFF",
570
- strokeWidth: "0.75",
571
- strokeLinecap: "round",
572
- strokeLinejoin: "round"
573
- }), React__default.createElement("path", {
574
- d: "M49.5332 120.723H56.0872V113.286H49.5332V120.723Z",
575
- fill: "#FDDDDD",
576
- stroke: "#164DFF",
577
- strokeWidth: "0.75",
578
- strokeLinecap: "round",
579
- strokeLinejoin: "round"
580
- }), React__default.createElement("path", {
581
- d: "M49.8765 117.455H52.5807V115.201H49.8765V117.455Z",
582
- fill: "#164DFF",
583
- stroke: "#FFF7F7",
584
- strokeWidth: "0.75",
585
- strokeLinecap: "round",
586
- strokeLinejoin: "round"
587
- }), React__default.createElement("path", {
588
- d: "M49.8765 115.847H51.7478",
589
- stroke: "#FFF7F7",
590
- strokeWidth: "0.75",
591
- strokeLinecap: "round",
592
- strokeLinejoin: "round"
593
- }), React__default.createElement("path", {
594
- d: "M49.8765 116.227H51.7478",
595
- stroke: "#FFF7F7",
596
- strokeWidth: "0.75",
597
- strokeLinecap: "round",
598
- strokeLinejoin: "round"
599
- }), React__default.createElement("path", {
600
- d: "M49.8765 116.606H51.7478",
601
- stroke: "#FFF7F7",
602
- strokeWidth: "0.75",
603
- strokeLinecap: "round",
604
- strokeLinejoin: "round"
605
- }), React__default.createElement("path", {
606
- d: "M53.7065 119.133H55.5779",
607
- stroke: "#164DFF",
608
- strokeWidth: "0.75",
609
- strokeLinecap: "round",
610
- strokeLinejoin: "round"
611
- }), React__default.createElement("path", {
612
- d: "M53.7065 119.513H55.5779",
613
- stroke: "#164DFF",
614
- strokeWidth: "0.75",
615
- strokeLinecap: "round",
616
- strokeLinejoin: "round"
617
- }), React__default.createElement("path", {
618
- d: "M53.7065 119.894H55.5779",
619
- stroke: "#164DFF",
620
- strokeWidth: "0.75",
621
- strokeLinecap: "round",
622
- strokeLinejoin: "round"
623
- }), React__default.createElement("path", {
624
- d: "M42.8659 120.721H37.1011V128.159H42.8659V120.721Z",
625
- fill: "#FFF7F7",
626
- stroke: "#164DFF",
627
- strokeWidth: "0.75",
628
- strokeLinecap: "round",
629
- strokeLinejoin: "round"
630
- }), React__default.createElement("path", {
631
- d: "M40.2471 120.721H38.6665V122.833H40.2471V120.721Z",
632
- fill: "#FFF7F7",
633
- stroke: "#164DFF",
634
- strokeWidth: "0.75",
635
- strokeLinecap: "round",
636
- strokeLinejoin: "round"
637
- }), React__default.createElement("path", {
638
- d: "M42.8657 128.161H49.4197V120.723H42.8657V128.161Z",
639
- fill: "#FDDDDD",
640
- stroke: "#164DFF",
641
- strokeWidth: "0.75",
642
- strokeLinecap: "round",
643
- strokeLinejoin: "round"
644
- }), React__default.createElement("path", {
645
- d: "M43.2114 124.893H45.9157V122.639H43.2114V124.893Z",
646
- fill: "#164DFF",
647
- stroke: "#FFF7F7",
648
- strokeWidth: "0.75",
649
- strokeLinecap: "round",
650
- strokeLinejoin: "round"
651
- }), React__default.createElement("path", {
652
- d: "M43.2114 123.285H45.0827",
653
- stroke: "#FFF7F7",
654
- strokeWidth: "0.75",
655
- strokeLinecap: "round",
656
- strokeLinejoin: "round"
657
- }), React__default.createElement("path", {
658
- d: "M43.2114 123.664H45.0827",
659
- stroke: "#FFF7F7",
660
- strokeWidth: "0.75",
661
- strokeLinecap: "round",
662
- strokeLinejoin: "round"
663
- }), React__default.createElement("path", {
664
- d: "M43.2114 124.046H45.0827",
665
- stroke: "#FFF7F7",
666
- strokeWidth: "0.75",
667
- strokeLinecap: "round",
668
- strokeLinejoin: "round"
669
- }), React__default.createElement("path", {
670
- d: "M47.0415 126.57H48.9128",
671
- stroke: "#164DFF",
672
- strokeWidth: "0.75",
673
- strokeLinecap: "round",
674
- strokeLinejoin: "round"
675
- }), React__default.createElement("path", {
676
- d: "M47.0415 126.95H48.9128",
677
- stroke: "#164DFF",
678
- strokeWidth: "0.75",
679
- strokeLinecap: "round",
680
- strokeLinejoin: "round"
681
- }), React__default.createElement("path", {
682
- d: "M47.0415 127.332H48.9128",
683
- stroke: "#164DFF",
684
- strokeWidth: "0.75",
685
- strokeLinecap: "round",
686
- strokeLinejoin: "round"
687
- }), React__default.createElement("path", {
688
- d: "M55.1847 120.721H49.4199V128.159H55.1847V120.721Z",
689
- fill: "#FFF7F7",
690
- stroke: "#164DFF",
691
- strokeWidth: "0.75",
692
- strokeLinecap: "round",
693
- strokeLinejoin: "round"
694
- }), React__default.createElement("path", {
695
- d: "M52.564 120.721H50.9834V122.833H52.564V120.721Z",
696
- fill: "#FFF7F7",
697
- stroke: "#164DFF",
698
- strokeWidth: "0.75",
699
- strokeLinecap: "round",
700
- strokeLinejoin: "round"
701
- }), React__default.createElement("path", {
702
- d: "M55.1851 128.161H61.739V120.723H55.1851V128.161Z",
703
- fill: "#FDDDDD",
704
- stroke: "#164DFF",
705
- strokeWidth: "0.75",
706
- strokeLinecap: "round",
707
- strokeLinejoin: "round"
708
- }), React__default.createElement("path", {
709
- d: "M55.5278 124.893H58.2321V122.639H55.5278V124.893Z",
710
- fill: "#164DFF",
711
- stroke: "#FFF7F7",
712
- strokeWidth: "0.75",
713
- strokeLinecap: "round",
714
- strokeLinejoin: "round"
715
- }), React__default.createElement("path", {
716
- d: "M55.5278 123.285H57.3992",
717
- stroke: "#FFF7F7",
718
- strokeWidth: "0.75",
719
- strokeLinecap: "round",
720
- strokeLinejoin: "round"
721
- }), React__default.createElement("path", {
722
- d: "M55.5278 123.664H57.3992",
723
- stroke: "#FFF7F7",
724
- strokeWidth: "0.75",
725
- strokeLinecap: "round",
726
- strokeLinejoin: "round"
727
- }), React__default.createElement("path", {
728
- d: "M55.5278 124.046H57.3992",
729
- stroke: "#FFF7F7",
730
- strokeWidth: "0.75",
731
- strokeLinecap: "round",
732
- strokeLinejoin: "round"
733
- }), React__default.createElement("path", {
734
- d: "M59.3604 126.57H61.2317",
735
- stroke: "#164DFF",
736
- strokeWidth: "0.75",
737
- strokeLinecap: "round",
738
- strokeLinejoin: "round"
739
- }), React__default.createElement("path", {
740
- d: "M59.3604 126.95H61.2317",
741
- stroke: "#164DFF",
742
- strokeWidth: "0.75",
743
- strokeLinecap: "round",
744
- strokeLinejoin: "round"
745
- }), React__default.createElement("path", {
746
- d: "M59.3604 127.332H61.2317",
747
- stroke: "#164DFF",
748
- strokeWidth: "0.75",
749
- strokeLinecap: "round",
750
- strokeLinejoin: "round"
751
- }), React__default.createElement("path", {
752
- d: "M201.01 135.989H141.515V139.12H201.01V135.989Z",
753
- fill: "#F5F7FD",
754
- stroke: "#164DFF",
755
- strokeWidth: "0.75",
756
- strokeLinecap: "round",
757
- strokeLinejoin: "round"
758
- }), React__default.createElement("path", {
759
- d: "M71.5082 135.989H63.5332V139.12H71.5082V135.989Z",
760
- fill: "#CFDAFF",
761
- stroke: "#164DFF",
762
- strokeWidth: "0.75",
763
- strokeMiterlimit: "10"
764
- }), React__default.createElement("path", {
765
- d: "M82.0104 135.989H71.5083V139.12H82.0104V135.989Z",
766
- fill: "#F5F7FD",
767
- stroke: "#164DFF",
768
- strokeWidth: "0.75",
769
- strokeLinecap: "round",
770
- strokeLinejoin: "round"
771
- }), React__default.createElement("path", {
772
- d: "M277.595 139.172L-45.4823 139.172",
773
- stroke: "#164DFF",
774
- strokeWidth: "0.75",
775
- strokeLinecap: "round",
776
- strokeLinejoin: "round"
777
- }));
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: [jsx("path", {
10
+ d: "M171.554 139.049C171.197 137.783 171 136.446 171 135.061C171 127.275 177.058 120.961 184.534 120.961C184.943 120.961 185.346 120.983 185.746 121.018C185.666 120.461 185.623 119.893 185.623 119.313C185.623 113.062 190.487 107.995 196.487 107.995C202.486 107.995 207.35 113.062 207.35 119.313C207.35 119.893 207.307 120.464 207.227 121.018C207.627 120.98 208.03 120.961 208.439 120.961C215.912 120.961 221.973 127.272 221.973 135.061C221.973 136.446 221.779 137.786 221.419 139.049H171.557H171.554Z",
11
+ fill: "#00AC83",
12
+ stroke: "#164DFF",
13
+ strokeWidth: "0.75",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }), jsx("path", {
17
+ d: "M27.5522 137.929H71.5086L83.1847 28.9999L49.5315 12.4535L27.5522 30.3787L27.5522 137.929Z",
18
+ fill: "#FDDDDD",
19
+ stroke: "#164DFF",
20
+ strokeWidth: "0.75",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }), jsx("path", {
24
+ d: "M49.5312 14.0568H179.031L201.008 31.4998V139.172H71.5083V31.4998L49.5312 14.0568Z",
25
+ fill: "#FFF8F4",
26
+ stroke: "#164DFF",
27
+ strokeWidth: "0.75",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ }), jsx("path", {
31
+ d: "M84.8505 30.437L49.5315 10.9998L27.5522 28.925L84.8505 30.437Z",
32
+ fill: "#501D77",
33
+ stroke: "#772BB0",
34
+ strokeWidth: "0.75",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ }), jsx("path", {
38
+ d: "M49.5317 10.9998H179.031L201.008 28.4429V30.437H71.5088V28.4429L49.5317 10.9998Z",
39
+ fill: "#9F39EE",
40
+ stroke: "#772BB0",
41
+ strokeWidth: "0.75",
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round"
44
+ }), jsx("path", {
45
+ d: "M206.574 28.7767H23.6196V32.9656H206.574V28.7767Z",
46
+ fill: "#501D77",
47
+ stroke: "#772BB0",
48
+ strokeWidth: "0.75",
49
+ strokeLinecap: "round",
50
+ strokeLinejoin: "round"
51
+ }), jsx("path", {
52
+ d: "M159.437 93.3492H146.329V128.402H159.437V93.3492Z",
53
+ fill: "#CFDAFF",
54
+ stroke: "#164DFF",
55
+ strokeWidth: "0.75",
56
+ strokeMiterlimit: "10"
57
+ }), jsx("path", {
58
+ d: "M197.213 93.3492H184.105V128.402H197.213V93.3492Z",
59
+ fill: "#CFDAFF",
60
+ stroke: "#164DFF",
61
+ strokeWidth: "0.75",
62
+ strokeMiterlimit: "10"
63
+ }), jsx("path", {
64
+ d: "M178.325 93.3492H165.217V128.402H178.325V93.3492Z",
65
+ fill: "#CFDAFF",
66
+ stroke: "#164DFF",
67
+ strokeWidth: "0.75",
68
+ strokeMiterlimit: "10"
69
+ }), jsx("path", {
70
+ d: "M143 50H83V82H143V50Z",
71
+ fill: "#CFDAFF",
72
+ stroke: "#164DFF",
73
+ strokeWidth: "0.75",
74
+ strokeMiterlimit: "10"
75
+ }), jsx("path", {
76
+ d: "M161 50H151V82H161V50Z",
77
+ fill: "#CFDAFF",
78
+ stroke: "#164DFF",
79
+ strokeWidth: "0.75",
80
+ strokeMiterlimit: "10"
81
+ }), jsx("path", {
82
+ d: "M179 50H169V82H179V50Z",
83
+ fill: "#CFDAFF",
84
+ stroke: "#164DFF",
85
+ strokeWidth: "0.75",
86
+ strokeMiterlimit: "10"
87
+ }), jsx("path", {
88
+ d: "M197 50H187V82H197V50Z",
89
+ fill: "#CFDAFF",
90
+ stroke: "#164DFF",
91
+ strokeWidth: "0.75",
92
+ strokeMiterlimit: "10"
93
+ }), jsx("path", {
94
+ d: "M63.5357 128.093H12.9204V139.174H63.5357V128.093Z",
95
+ fill: "#FDDDDD",
96
+ stroke: "#164DFF",
97
+ strokeWidth: "0.75",
98
+ strokeLinecap: "round",
99
+ strokeLinejoin: "round"
100
+ }), jsx("path", {
101
+ d: "M63.5332 128.093H50.0776V139.174H63.5332V128.093Z",
102
+ fill: "#FFF8F4",
103
+ stroke: "#164DFF",
104
+ strokeWidth: "0.75",
105
+ strokeLinecap: "round",
106
+ strokeLinejoin: "round"
107
+ }), jsx("path", {
108
+ d: "M63.5356 93.3491H34.7466V128.093H63.5356V93.3491Z",
109
+ fill: "#061340",
110
+ stroke: "#164DFF",
111
+ strokeWidth: "0.75",
112
+ strokeMiterlimit: "10"
113
+ }), jsx("path", {
114
+ d: "M50.0801 128.093H12.9204V131.427H50.0801V128.093Z",
115
+ fill: "#CFDAFF",
116
+ stroke: "#164DFF",
117
+ strokeWidth: "0.75",
118
+ strokeMiterlimit: "10"
119
+ }), jsx("path", {
120
+ d: "M63.5332 128.093H50.0776V131.427H63.5332V128.093Z",
121
+ fill: "#F5F7FD",
122
+ stroke: "#164DFF",
123
+ strokeWidth: "0.75",
124
+ strokeLinecap: "round",
125
+ strokeLinejoin: "round"
126
+ }), jsx("path", {
127
+ d: "M138.675 93.3491H84.8501V100.494H138.675V93.3491Z",
128
+ fill: "#CFDAFF",
129
+ stroke: "#164DFF",
130
+ strokeWidth: "0.75",
131
+ strokeMiterlimit: "10"
132
+ }), jsx("path", {
133
+ d: "M141.515 90.3929H82.0107V139.144H141.515V90.3929Z",
134
+ fill: "#F5F7FD",
135
+ stroke: "#164DFF",
136
+ strokeWidth: "0.75",
137
+ strokeLinecap: "round",
138
+ strokeLinejoin: "round"
139
+ }), jsx("path", {
140
+ d: "M138.675 93.3491H84.8506V139.12H138.675V93.3491Z",
141
+ fill: "#061340",
142
+ stroke: "#164DFF",
143
+ strokeWidth: "0.75",
144
+ strokeMiterlimit: "10"
145
+ }), jsx("path", {
146
+ d: "M99.0514 131.427H93.2866V138.865H99.0514V131.427Z",
147
+ fill: "#FFF7F7",
148
+ stroke: "#164DFF",
149
+ strokeWidth: "0.75",
150
+ strokeLinecap: "round",
151
+ strokeLinejoin: "round"
152
+ }), jsx("path", {
153
+ d: "M96.4302 131.427H94.8496V133.539H96.4302V131.427Z",
154
+ fill: "#FFF7F7",
155
+ stroke: "#164DFF",
156
+ strokeWidth: "0.75",
157
+ strokeLinecap: "round",
158
+ strokeLinejoin: "round"
159
+ }), jsx("path", {
160
+ d: "M99.0513 138.865H105.605V131.427H99.0513V138.865Z",
161
+ fill: "#FDDDDD",
162
+ stroke: "#164DFF",
163
+ strokeWidth: "0.75",
164
+ strokeLinecap: "round",
165
+ strokeLinejoin: "round"
166
+ }), jsx("path", {
167
+ d: "M99.3945 135.599H102.099V133.345H99.3945V135.599Z",
168
+ fill: "#164DFF",
169
+ stroke: "#FFF7F7",
170
+ strokeWidth: "0.75",
171
+ strokeLinecap: "round",
172
+ strokeLinejoin: "round"
173
+ }), jsx("path", {
174
+ d: "M103.225 137.276H105.096",
175
+ stroke: "#164DFF",
176
+ strokeWidth: "0.75",
177
+ strokeLinecap: "round",
178
+ strokeLinejoin: "round"
179
+ }), jsx("path", {
180
+ d: "M103.225 137.656H105.096",
181
+ stroke: "#164DFF",
182
+ strokeWidth: "0.75",
183
+ strokeLinecap: "round",
184
+ strokeLinejoin: "round"
185
+ }), jsx("path", {
186
+ d: "M103.225 138.036H105.096",
187
+ stroke: "#164DFF",
188
+ strokeWidth: "0.75",
189
+ strokeLinecap: "round",
190
+ strokeLinejoin: "round"
191
+ }), jsx("path", {
192
+ d: "M111.368 131.427H105.604V138.865H111.368V131.427Z",
193
+ fill: "#FFF7F7",
194
+ stroke: "#164DFF",
195
+ strokeWidth: "0.75",
196
+ strokeLinecap: "round",
197
+ strokeLinejoin: "round"
198
+ }), jsx("path", {
199
+ d: "M108.75 131.427H107.169V133.539H108.75V131.427Z",
200
+ fill: "#FFF7F7",
201
+ stroke: "#164DFF",
202
+ strokeWidth: "0.75",
203
+ strokeLinecap: "round",
204
+ strokeLinejoin: "round"
205
+ }), jsx("path", {
206
+ d: "M111.368 138.865H117.922V131.427H111.368V138.865Z",
207
+ fill: "#FDDDDD",
208
+ stroke: "#164DFF",
209
+ strokeWidth: "0.75",
210
+ strokeLinecap: "round",
211
+ strokeLinejoin: "round"
212
+ }), jsx("path", {
213
+ d: "M111.711 135.599H114.416V133.345H111.711V135.599Z",
214
+ fill: "#164DFF",
215
+ stroke: "#FFF7F7",
216
+ strokeWidth: "0.75",
217
+ strokeLinecap: "round",
218
+ strokeLinejoin: "round"
219
+ }), jsx("path", {
220
+ d: "M115.544 137.276H117.415",
221
+ stroke: "#164DFF",
222
+ strokeWidth: "0.75",
223
+ strokeLinecap: "round",
224
+ strokeLinejoin: "round"
225
+ }), jsx("path", {
226
+ d: "M115.544 137.656H117.415",
227
+ stroke: "#164DFF",
228
+ strokeWidth: "0.75",
229
+ strokeLinecap: "round",
230
+ strokeLinejoin: "round"
231
+ }), jsx("path", {
232
+ d: "M115.544 138.036H117.415",
233
+ stroke: "#164DFF",
234
+ strokeWidth: "0.75",
235
+ strokeLinecap: "round",
236
+ strokeLinejoin: "round"
237
+ }), jsx("path", {
238
+ d: "M123.687 131.427H117.922V138.865H123.687V131.427Z",
239
+ fill: "#FFF7F7",
240
+ stroke: "#164DFF",
241
+ strokeWidth: "0.75",
242
+ strokeLinecap: "round",
243
+ strokeLinejoin: "round"
244
+ }), jsx("path", {
245
+ d: "M121.066 131.427H119.486V133.539H121.066V131.427Z",
246
+ fill: "#FFF7F7",
247
+ stroke: "#164DFF",
248
+ strokeWidth: "0.75",
249
+ strokeLinecap: "round",
250
+ strokeLinejoin: "round"
251
+ }), jsx("path", {
252
+ d: "M123.687 138.865H130.241V131.427H123.687V138.865Z",
253
+ fill: "#FDDDDD",
254
+ stroke: "#164DFF",
255
+ strokeWidth: "0.75",
256
+ strokeLinecap: "round",
257
+ strokeLinejoin: "round"
258
+ }), jsx("path", {
259
+ d: "M124.03 135.599H126.735V133.345H124.03V135.599Z",
260
+ fill: "#164DFF",
261
+ stroke: "#FFF7F7",
262
+ strokeWidth: "0.75",
263
+ strokeLinecap: "round",
264
+ strokeLinejoin: "round"
265
+ }), jsx("path", {
266
+ d: "M127.86 137.276H129.732",
267
+ stroke: "#164DFF",
268
+ strokeWidth: "0.75",
269
+ strokeLinecap: "round",
270
+ strokeLinejoin: "round"
271
+ }), jsx("path", {
272
+ d: "M127.86 137.656H129.732",
273
+ stroke: "#164DFF",
274
+ strokeWidth: "0.75",
275
+ strokeLinecap: "round",
276
+ strokeLinejoin: "round"
277
+ }), jsx("path", {
278
+ d: "M127.86 138.036H129.732",
279
+ stroke: "#164DFF",
280
+ strokeWidth: "0.75",
281
+ strokeLinecap: "round",
282
+ strokeLinejoin: "round"
283
+ }), jsx("path", {
284
+ d: "M99.0514 123.99H93.2866V131.427H99.0514V123.99Z",
285
+ fill: "#FFF7F7",
286
+ stroke: "#164DFF",
287
+ strokeWidth: "0.75",
288
+ strokeLinecap: "round",
289
+ strokeLinejoin: "round"
290
+ }), jsx("path", {
291
+ d: "M96.4302 123.99H94.8496V126.101H96.4302V123.99Z",
292
+ fill: "#FFF7F7",
293
+ stroke: "#164DFF",
294
+ strokeWidth: "0.75",
295
+ strokeLinecap: "round",
296
+ strokeLinejoin: "round"
297
+ }), jsx("path", {
298
+ d: "M99.0513 131.427H105.605V123.99H99.0513V131.427Z",
299
+ fill: "#FDDDDD",
300
+ stroke: "#164DFF",
301
+ strokeWidth: "0.75",
302
+ strokeLinecap: "round",
303
+ strokeLinejoin: "round"
304
+ }), jsx("path", {
305
+ d: "M99.3945 128.161H102.099V125.907H99.3945V128.161Z",
306
+ fill: "#164DFF",
307
+ stroke: "#FFF7F7",
308
+ strokeWidth: "0.75",
309
+ strokeLinecap: "round",
310
+ strokeLinejoin: "round"
311
+ }), jsx("path", {
312
+ d: "M103.225 129.837H105.096",
313
+ stroke: "#164DFF",
314
+ strokeWidth: "0.75",
315
+ strokeLinecap: "round",
316
+ strokeLinejoin: "round"
317
+ }), jsx("path", {
318
+ d: "M103.225 130.218H105.096",
319
+ stroke: "#164DFF",
320
+ strokeWidth: "0.75",
321
+ strokeLinecap: "round",
322
+ strokeLinejoin: "round"
323
+ }), jsx("path", {
324
+ d: "M103.225 130.598H105.096",
325
+ stroke: "#164DFF",
326
+ strokeWidth: "0.75",
327
+ strokeLinecap: "round",
328
+ strokeLinejoin: "round"
329
+ }), jsx("path", {
330
+ d: "M111.368 123.99H105.604V131.427H111.368V123.99Z",
331
+ fill: "#FFF7F7",
332
+ stroke: "#164DFF",
333
+ strokeWidth: "0.75",
334
+ strokeLinecap: "round",
335
+ strokeLinejoin: "round"
336
+ }), jsx("path", {
337
+ d: "M108.75 123.99H107.169V126.101H108.75V123.99Z",
338
+ fill: "#FFF7F7",
339
+ stroke: "#164DFF",
340
+ strokeWidth: "0.75",
341
+ strokeLinecap: "round",
342
+ strokeLinejoin: "round"
343
+ }), jsx("path", {
344
+ d: "M111.368 131.427H117.922V123.99H111.368V131.427Z",
345
+ fill: "#FDDDDD",
346
+ stroke: "#164DFF",
347
+ strokeWidth: "0.75",
348
+ strokeLinecap: "round",
349
+ strokeLinejoin: "round"
350
+ }), jsx("path", {
351
+ d: "M111.711 128.161H114.416V125.907H111.711V128.161Z",
352
+ fill: "#164DFF",
353
+ stroke: "#FFF7F7",
354
+ strokeWidth: "0.75",
355
+ strokeLinecap: "round",
356
+ strokeLinejoin: "round"
357
+ }), jsx("path", {
358
+ d: "M115.544 129.837H117.415",
359
+ stroke: "#164DFF",
360
+ strokeWidth: "0.75",
361
+ strokeLinecap: "round",
362
+ strokeLinejoin: "round"
363
+ }), jsx("path", {
364
+ d: "M115.544 130.218H117.415",
365
+ stroke: "#164DFF",
366
+ strokeWidth: "0.75",
367
+ strokeLinecap: "round",
368
+ strokeLinejoin: "round"
369
+ }), jsx("path", {
370
+ d: "M115.544 130.598H117.415",
371
+ stroke: "#164DFF",
372
+ strokeWidth: "0.75",
373
+ strokeLinecap: "round",
374
+ strokeLinejoin: "round"
375
+ }), jsx("path", {
376
+ d: "M123.687 123.99H117.922V131.427H123.687V123.99Z",
377
+ fill: "#FFF7F7",
378
+ stroke: "#164DFF",
379
+ strokeWidth: "0.75",
380
+ strokeLinecap: "round",
381
+ strokeLinejoin: "round"
382
+ }), jsx("path", {
383
+ d: "M121.066 123.99H119.486V126.101H121.066V123.99Z",
384
+ fill: "#FFF7F7",
385
+ stroke: "#164DFF",
386
+ strokeWidth: "0.75",
387
+ strokeLinecap: "round",
388
+ strokeLinejoin: "round"
389
+ }), jsx("path", {
390
+ d: "M123.687 131.427H130.241V123.99H123.687V131.427Z",
391
+ fill: "#FDDDDD",
392
+ stroke: "#164DFF",
393
+ strokeWidth: "0.75",
394
+ strokeLinecap: "round",
395
+ strokeLinejoin: "round"
396
+ }), jsx("path", {
397
+ d: "M124.03 128.161H126.735V125.907H124.03V128.161Z",
398
+ fill: "#164DFF",
399
+ stroke: "#FFF7F7",
400
+ strokeWidth: "0.75",
401
+ strokeLinecap: "round",
402
+ strokeLinejoin: "round"
403
+ }), jsx("path", {
404
+ d: "M127.86 129.837H129.732",
405
+ stroke: "#164DFF",
406
+ strokeWidth: "0.75",
407
+ strokeLinecap: "round",
408
+ strokeLinejoin: "round"
409
+ }), jsx("path", {
410
+ d: "M127.86 130.218H129.732",
411
+ stroke: "#164DFF",
412
+ strokeWidth: "0.75",
413
+ strokeLinecap: "round",
414
+ strokeLinejoin: "round"
415
+ }), jsx("path", {
416
+ d: "M127.86 130.598H129.732",
417
+ stroke: "#164DFF",
418
+ strokeWidth: "0.75",
419
+ strokeLinecap: "round",
420
+ strokeLinejoin: "round"
421
+ }), jsx("path", {
422
+ d: "M111.368 108.798H105.604V116.236H111.368V108.798Z",
423
+ fill: "#FFF7F7",
424
+ stroke: "#164DFF",
425
+ strokeWidth: "0.75",
426
+ strokeLinecap: "round",
427
+ strokeLinejoin: "round"
428
+ }), jsx("path", {
429
+ d: "M108.75 108.798H107.169V110.91H108.75V108.798Z",
430
+ fill: "#FFF7F7",
431
+ stroke: "#164DFF",
432
+ strokeWidth: "0.75",
433
+ strokeLinecap: "round",
434
+ strokeLinejoin: "round"
435
+ }), jsx("path", {
436
+ d: "M111.368 116.236H117.922V108.798H111.368V116.236Z",
437
+ fill: "#FDDDDD",
438
+ stroke: "#164DFF",
439
+ strokeWidth: "0.75",
440
+ strokeLinecap: "round",
441
+ strokeLinejoin: "round"
442
+ }), jsx("path", {
443
+ d: "M111.711 112.967H114.416V110.714H111.711V112.967Z",
444
+ fill: "#164DFF",
445
+ stroke: "#FFF7F7",
446
+ strokeWidth: "0.75",
447
+ strokeLinecap: "round",
448
+ strokeLinejoin: "round"
449
+ }), jsx("path", {
450
+ d: "M115.544 114.645H117.415",
451
+ stroke: "#164DFF",
452
+ strokeWidth: "0.75",
453
+ strokeLinecap: "round",
454
+ strokeLinejoin: "round"
455
+ }), jsx("path", {
456
+ d: "M115.544 115.025H117.415",
457
+ stroke: "#164DFF",
458
+ strokeWidth: "0.75",
459
+ strokeLinecap: "round",
460
+ strokeLinejoin: "round"
461
+ }), jsx("path", {
462
+ d: "M115.544 115.407H117.415",
463
+ stroke: "#164DFF",
464
+ strokeWidth: "0.75",
465
+ strokeLinecap: "round",
466
+ strokeLinejoin: "round"
467
+ }), jsx("path", {
468
+ d: "M104.703 116.236H98.938V123.673H104.703V116.236Z",
469
+ fill: "#FFF7F7",
470
+ stroke: "#164DFF",
471
+ strokeWidth: "0.75",
472
+ strokeLinecap: "round",
473
+ strokeLinejoin: "round"
474
+ }), jsx("path", {
475
+ d: "M102.082 116.236H100.501V118.347H102.082V116.236Z",
476
+ fill: "#FFF7F7",
477
+ stroke: "#164DFF",
478
+ strokeWidth: "0.75",
479
+ strokeLinecap: "round",
480
+ strokeLinejoin: "round"
481
+ }), jsx("path", {
482
+ d: "M104.703 123.673H111.257V116.236H104.703V123.673Z",
483
+ fill: "#FDDDDD",
484
+ stroke: "#164DFF",
485
+ strokeWidth: "0.75",
486
+ strokeLinecap: "round",
487
+ strokeLinejoin: "round"
488
+ }), jsx("path", {
489
+ d: "M105.046 120.405H107.75V118.151H105.046V120.405Z",
490
+ fill: "#164DFF",
491
+ stroke: "#FFF7F7",
492
+ strokeWidth: "0.75",
493
+ strokeLinecap: "round",
494
+ strokeLinejoin: "round"
495
+ }), jsx("path", {
496
+ d: "M108.878 122.083H110.75",
497
+ stroke: "#164DFF",
498
+ strokeWidth: "0.75",
499
+ strokeLinecap: "round",
500
+ strokeLinejoin: "round"
501
+ }), jsx("path", {
502
+ d: "M108.878 122.462H110.75",
503
+ stroke: "#164DFF",
504
+ strokeWidth: "0.75",
505
+ strokeLinecap: "round",
506
+ strokeLinejoin: "round"
507
+ }), jsx("path", {
508
+ d: "M108.878 122.844H110.75",
509
+ stroke: "#164DFF",
510
+ strokeWidth: "0.75",
511
+ strokeLinecap: "round",
512
+ strokeLinejoin: "round"
513
+ }), jsx("path", {
514
+ d: "M117.021 116.236H111.256V123.673H117.021V116.236Z",
515
+ fill: "#FFF7F7",
516
+ stroke: "#164DFF",
517
+ strokeWidth: "0.75",
518
+ strokeLinecap: "round",
519
+ strokeLinejoin: "round"
520
+ }), jsx("path", {
521
+ d: "M114.4 116.236H112.819V118.347H114.4V116.236Z",
522
+ fill: "#FFF7F7",
523
+ stroke: "#164DFF",
524
+ strokeWidth: "0.75",
525
+ strokeLinecap: "round",
526
+ strokeLinejoin: "round"
527
+ }), jsx("path", {
528
+ d: "M117.021 123.673H123.575V116.236H117.021V123.673Z",
529
+ fill: "#FDDDDD",
530
+ stroke: "#164DFF",
531
+ strokeWidth: "0.75",
532
+ strokeLinecap: "round",
533
+ strokeLinejoin: "round"
534
+ }), jsx("path", {
535
+ d: "M117.364 120.405H120.068V118.151H117.364V120.405Z",
536
+ fill: "#164DFF",
537
+ stroke: "#FFF7F7",
538
+ strokeWidth: "0.75",
539
+ strokeLinecap: "round",
540
+ strokeLinejoin: "round"
541
+ }), jsx("path", {
542
+ d: "M121.194 122.083H123.066",
543
+ stroke: "#164DFF",
544
+ strokeWidth: "0.75",
545
+ strokeLinecap: "round",
546
+ strokeLinejoin: "round"
547
+ }), jsx("path", {
548
+ d: "M121.194 122.462H123.066",
549
+ stroke: "#164DFF",
550
+ strokeWidth: "0.75",
551
+ strokeLinecap: "round",
552
+ strokeLinejoin: "round"
553
+ }), jsx("path", {
554
+ d: "M121.194 122.844H123.066",
555
+ stroke: "#164DFF",
556
+ strokeWidth: "0.75",
557
+ strokeLinecap: "round",
558
+ strokeLinejoin: "round"
559
+ }), jsx("path", {
560
+ d: "M49.5334 113.284H43.7686V120.721H49.5334V113.284Z",
561
+ fill: "#FFF7F7",
562
+ stroke: "#164DFF",
563
+ strokeWidth: "0.75",
564
+ strokeLinecap: "round",
565
+ strokeLinejoin: "round"
566
+ }), jsx("path", {
567
+ d: "M46.9121 113.284H45.3315V115.396H46.9121V113.284Z",
568
+ fill: "#FFF7F7",
569
+ stroke: "#164DFF",
570
+ strokeWidth: "0.75",
571
+ strokeLinecap: "round",
572
+ strokeLinejoin: "round"
573
+ }), jsx("path", {
574
+ d: "M49.5332 120.723H56.0872V113.286H49.5332V120.723Z",
575
+ fill: "#FDDDDD",
576
+ stroke: "#164DFF",
577
+ strokeWidth: "0.75",
578
+ strokeLinecap: "round",
579
+ strokeLinejoin: "round"
580
+ }), jsx("path", {
581
+ d: "M49.8765 117.455H52.5807V115.201H49.8765V117.455Z",
582
+ fill: "#164DFF",
583
+ stroke: "#FFF7F7",
584
+ strokeWidth: "0.75",
585
+ strokeLinecap: "round",
586
+ strokeLinejoin: "round"
587
+ }), jsx("path", {
588
+ d: "M49.8765 115.847H51.7478",
589
+ stroke: "#FFF7F7",
590
+ strokeWidth: "0.75",
591
+ strokeLinecap: "round",
592
+ strokeLinejoin: "round"
593
+ }), jsx("path", {
594
+ d: "M49.8765 116.227H51.7478",
595
+ stroke: "#FFF7F7",
596
+ strokeWidth: "0.75",
597
+ strokeLinecap: "round",
598
+ strokeLinejoin: "round"
599
+ }), jsx("path", {
600
+ d: "M49.8765 116.606H51.7478",
601
+ stroke: "#FFF7F7",
602
+ strokeWidth: "0.75",
603
+ strokeLinecap: "round",
604
+ strokeLinejoin: "round"
605
+ }), jsx("path", {
606
+ d: "M53.7065 119.133H55.5779",
607
+ stroke: "#164DFF",
608
+ strokeWidth: "0.75",
609
+ strokeLinecap: "round",
610
+ strokeLinejoin: "round"
611
+ }), jsx("path", {
612
+ d: "M53.7065 119.513H55.5779",
613
+ stroke: "#164DFF",
614
+ strokeWidth: "0.75",
615
+ strokeLinecap: "round",
616
+ strokeLinejoin: "round"
617
+ }), jsx("path", {
618
+ d: "M53.7065 119.894H55.5779",
619
+ stroke: "#164DFF",
620
+ strokeWidth: "0.75",
621
+ strokeLinecap: "round",
622
+ strokeLinejoin: "round"
623
+ }), jsx("path", {
624
+ d: "M42.8659 120.721H37.1011V128.159H42.8659V120.721Z",
625
+ fill: "#FFF7F7",
626
+ stroke: "#164DFF",
627
+ strokeWidth: "0.75",
628
+ strokeLinecap: "round",
629
+ strokeLinejoin: "round"
630
+ }), jsx("path", {
631
+ d: "M40.2471 120.721H38.6665V122.833H40.2471V120.721Z",
632
+ fill: "#FFF7F7",
633
+ stroke: "#164DFF",
634
+ strokeWidth: "0.75",
635
+ strokeLinecap: "round",
636
+ strokeLinejoin: "round"
637
+ }), jsx("path", {
638
+ d: "M42.8657 128.161H49.4197V120.723H42.8657V128.161Z",
639
+ fill: "#FDDDDD",
640
+ stroke: "#164DFF",
641
+ strokeWidth: "0.75",
642
+ strokeLinecap: "round",
643
+ strokeLinejoin: "round"
644
+ }), jsx("path", {
645
+ d: "M43.2114 124.893H45.9157V122.639H43.2114V124.893Z",
646
+ fill: "#164DFF",
647
+ stroke: "#FFF7F7",
648
+ strokeWidth: "0.75",
649
+ strokeLinecap: "round",
650
+ strokeLinejoin: "round"
651
+ }), jsx("path", {
652
+ d: "M43.2114 123.285H45.0827",
653
+ stroke: "#FFF7F7",
654
+ strokeWidth: "0.75",
655
+ strokeLinecap: "round",
656
+ strokeLinejoin: "round"
657
+ }), jsx("path", {
658
+ d: "M43.2114 123.664H45.0827",
659
+ stroke: "#FFF7F7",
660
+ strokeWidth: "0.75",
661
+ strokeLinecap: "round",
662
+ strokeLinejoin: "round"
663
+ }), jsx("path", {
664
+ d: "M43.2114 124.046H45.0827",
665
+ stroke: "#FFF7F7",
666
+ strokeWidth: "0.75",
667
+ strokeLinecap: "round",
668
+ strokeLinejoin: "round"
669
+ }), jsx("path", {
670
+ d: "M47.0415 126.57H48.9128",
671
+ stroke: "#164DFF",
672
+ strokeWidth: "0.75",
673
+ strokeLinecap: "round",
674
+ strokeLinejoin: "round"
675
+ }), jsx("path", {
676
+ d: "M47.0415 126.95H48.9128",
677
+ stroke: "#164DFF",
678
+ strokeWidth: "0.75",
679
+ strokeLinecap: "round",
680
+ strokeLinejoin: "round"
681
+ }), jsx("path", {
682
+ d: "M47.0415 127.332H48.9128",
683
+ stroke: "#164DFF",
684
+ strokeWidth: "0.75",
685
+ strokeLinecap: "round",
686
+ strokeLinejoin: "round"
687
+ }), jsx("path", {
688
+ d: "M55.1847 120.721H49.4199V128.159H55.1847V120.721Z",
689
+ fill: "#FFF7F7",
690
+ stroke: "#164DFF",
691
+ strokeWidth: "0.75",
692
+ strokeLinecap: "round",
693
+ strokeLinejoin: "round"
694
+ }), jsx("path", {
695
+ d: "M52.564 120.721H50.9834V122.833H52.564V120.721Z",
696
+ fill: "#FFF7F7",
697
+ stroke: "#164DFF",
698
+ strokeWidth: "0.75",
699
+ strokeLinecap: "round",
700
+ strokeLinejoin: "round"
701
+ }), jsx("path", {
702
+ d: "M55.1851 128.161H61.739V120.723H55.1851V128.161Z",
703
+ fill: "#FDDDDD",
704
+ stroke: "#164DFF",
705
+ strokeWidth: "0.75",
706
+ strokeLinecap: "round",
707
+ strokeLinejoin: "round"
708
+ }), jsx("path", {
709
+ d: "M55.5278 124.893H58.2321V122.639H55.5278V124.893Z",
710
+ fill: "#164DFF",
711
+ stroke: "#FFF7F7",
712
+ strokeWidth: "0.75",
713
+ strokeLinecap: "round",
714
+ strokeLinejoin: "round"
715
+ }), jsx("path", {
716
+ d: "M55.5278 123.285H57.3992",
717
+ stroke: "#FFF7F7",
718
+ strokeWidth: "0.75",
719
+ strokeLinecap: "round",
720
+ strokeLinejoin: "round"
721
+ }), jsx("path", {
722
+ d: "M55.5278 123.664H57.3992",
723
+ stroke: "#FFF7F7",
724
+ strokeWidth: "0.75",
725
+ strokeLinecap: "round",
726
+ strokeLinejoin: "round"
727
+ }), jsx("path", {
728
+ d: "M55.5278 124.046H57.3992",
729
+ stroke: "#FFF7F7",
730
+ strokeWidth: "0.75",
731
+ strokeLinecap: "round",
732
+ strokeLinejoin: "round"
733
+ }), jsx("path", {
734
+ d: "M59.3604 126.57H61.2317",
735
+ stroke: "#164DFF",
736
+ strokeWidth: "0.75",
737
+ strokeLinecap: "round",
738
+ strokeLinejoin: "round"
739
+ }), jsx("path", {
740
+ d: "M59.3604 126.95H61.2317",
741
+ stroke: "#164DFF",
742
+ strokeWidth: "0.75",
743
+ strokeLinecap: "round",
744
+ strokeLinejoin: "round"
745
+ }), jsx("path", {
746
+ d: "M59.3604 127.332H61.2317",
747
+ stroke: "#164DFF",
748
+ strokeWidth: "0.75",
749
+ strokeLinecap: "round",
750
+ strokeLinejoin: "round"
751
+ }), jsx("path", {
752
+ d: "M201.01 135.989H141.515V139.12H201.01V135.989Z",
753
+ fill: "#F5F7FD",
754
+ stroke: "#164DFF",
755
+ strokeWidth: "0.75",
756
+ strokeLinecap: "round",
757
+ strokeLinejoin: "round"
758
+ }), jsx("path", {
759
+ d: "M71.5082 135.989H63.5332V139.12H71.5082V135.989Z",
760
+ fill: "#CFDAFF",
761
+ stroke: "#164DFF",
762
+ strokeWidth: "0.75",
763
+ strokeMiterlimit: "10"
764
+ }), jsx("path", {
765
+ d: "M82.0104 135.989H71.5083V139.12H82.0104V135.989Z",
766
+ fill: "#F5F7FD",
767
+ stroke: "#164DFF",
768
+ strokeWidth: "0.75",
769
+ strokeLinecap: "round",
770
+ strokeLinejoin: "round"
771
+ }), jsx("path", {
772
+ d: "M277.595 139.172L-45.4823 139.172",
773
+ stroke: "#164DFF",
774
+ strokeWidth: "0.75",
775
+ strokeLinecap: "round",
776
+ strokeLinejoin: "round"
777
+ })]
778
+ });
778
779
  }
779
780
  export {
780
781
  PlanCardIllustrationBuilding03