@easypost/easy-ui 1.0.0-alpha.76 → 1.0.0-alpha.78

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 (233) hide show
  1. package/Badge/Badge.d.ts +11 -0
  2. package/Badge/Badge.d.ts.map +1 -1
  3. package/Badge/index.js +19 -15
  4. package/Badge/index.mjs +19 -15
  5. package/Banner/index.js +1 -1
  6. package/Banner/index.mjs +1 -1
  7. package/Button/index.mjs +1 -1
  8. package/CHANGELOG.md +17 -0
  9. package/Calendar/index.js +1 -1
  10. package/Calendar/index.mjs +1 -1
  11. package/Card/Card.d.ts +2 -0
  12. package/Card/Card.d.ts.map +1 -1
  13. package/Card/index.js +1 -1
  14. package/Card/index.mjs +1 -1
  15. package/CheckableCard/index.js +3 -3
  16. package/CheckableCard/index.mjs +3 -3
  17. package/Checkbox/index.js +1 -1
  18. package/Checkbox/index.mjs +1 -1
  19. package/CodeBlock/index.js +4 -4
  20. package/CodeBlock/index.mjs +7 -7
  21. package/CodeSnippet/index.js +1 -1
  22. package/CodeSnippet/index.mjs +1 -1
  23. package/DataGrid/DataGrid.d.ts +2 -2
  24. package/DataGrid/DataGrid.d.ts.map +1 -1
  25. package/DataGrid/Table.d.ts +3 -3
  26. package/DataGrid/Table.d.ts.map +1 -1
  27. package/DataGrid/index.js +5 -5
  28. package/DataGrid/index.mjs +17 -17
  29. package/DataGrid/types.d.ts +24 -21
  30. package/DataGrid/types.d.ts.map +1 -1
  31. package/DatePicker/index.js +3 -3
  32. package/DatePicker/index.mjs +7 -7
  33. package/DateRangePicker/index.js +3 -3
  34. package/DateRangePicker/index.mjs +7 -7
  35. package/Drawer/index.js +1 -1
  36. package/Drawer/index.mjs +5 -5
  37. package/DropdownButton/index.mjs +1 -1
  38. package/EmptyStateCard/index.js +2 -2
  39. package/EmptyStateCard/index.mjs +2 -2
  40. package/FocusedProductLayout/index.js +2 -2
  41. package/FocusedProductLayout/index.mjs +4 -4
  42. package/ForgeLayout/index.js +4 -4
  43. package/ForgeLayout/index.mjs +11 -11
  44. package/FormLayout/index.js +1 -1
  45. package/FormLayout/index.mjs +1 -1
  46. package/IconButton/index.js +1 -1
  47. package/IconButton/index.mjs +2 -2
  48. package/InputField/index.js +1 -1
  49. package/InputField/index.mjs +1 -1
  50. package/KebabButton/index.js +1 -1
  51. package/KebabButton/index.mjs +1 -1
  52. package/Menu/index.js +1 -1
  53. package/Menu/index.mjs +1 -1
  54. package/Modal/index.js +1 -1
  55. package/Modal/index.mjs +6 -6
  56. package/MultiSelect/index.js +3 -3
  57. package/MultiSelect/index.mjs +20 -20
  58. package/NexusLayout/index.js +2 -2
  59. package/NexusLayout/index.mjs +6 -6
  60. package/Notification/index.js +1 -1
  61. package/Notification/index.mjs +1 -1
  62. package/Pagination/index.js +2 -2
  63. package/Pagination/index.mjs +3 -3
  64. package/PillGroup/index.js +1 -1
  65. package/PillGroup/index.mjs +1 -1
  66. package/PlanCard/PlanCard.d.ts +89 -0
  67. package/PlanCard/PlanCard.d.ts.map +1 -0
  68. package/PlanCard/PlanCard.stories.d.ts +12 -0
  69. package/PlanCard/PlanCard.stories.d.ts.map +1 -0
  70. package/PlanCard/PlanCard.test.d.ts +2 -0
  71. package/PlanCard/PlanCard.test.d.ts.map +1 -0
  72. package/PlanCard/illustrations/Building01/Building01.d.ts +3 -0
  73. package/PlanCard/illustrations/Building01/Building01.d.ts.map +1 -0
  74. package/PlanCard/illustrations/Building01/index.d.ts +2 -0
  75. package/PlanCard/illustrations/Building01/index.d.ts.map +1 -0
  76. package/PlanCard/illustrations/Building01/index.js +540 -0
  77. package/PlanCard/illustrations/Building01/index.mjs +540 -0
  78. package/PlanCard/illustrations/Building02/Building02.d.ts +3 -0
  79. package/PlanCard/illustrations/Building02/Building02.d.ts.map +1 -0
  80. package/PlanCard/illustrations/Building02/index.d.ts +2 -0
  81. package/PlanCard/illustrations/Building02/index.d.ts.map +1 -0
  82. package/PlanCard/illustrations/Building02/index.js +214 -0
  83. package/PlanCard/illustrations/Building02/index.mjs +214 -0
  84. package/PlanCard/illustrations/Building03/Building03.d.ts +3 -0
  85. package/PlanCard/illustrations/Building03/Building03.d.ts.map +1 -0
  86. package/PlanCard/illustrations/Building03/index.d.ts +2 -0
  87. package/PlanCard/illustrations/Building03/index.d.ts.map +1 -0
  88. package/PlanCard/illustrations/Building03/index.js +781 -0
  89. package/PlanCard/illustrations/Building03/index.mjs +781 -0
  90. package/PlanCard/illustrations/Building04/Building04.d.ts +3 -0
  91. package/PlanCard/illustrations/Building04/Building04.d.ts.map +1 -0
  92. package/PlanCard/illustrations/Building04/index.d.ts +2 -0
  93. package/PlanCard/illustrations/Building04/index.d.ts.map +1 -0
  94. package/PlanCard/illustrations/Building04/index.js +1536 -0
  95. package/PlanCard/illustrations/Building04/index.mjs +1536 -0
  96. package/PlanCard/index.d.ts +2 -0
  97. package/PlanCard/index.d.ts.map +1 -0
  98. package/PlanCard/index.js +146 -0
  99. package/PlanCard/index.mjs +146 -0
  100. package/ProductLayout/index.js +3 -3
  101. package/ProductLayout/index.mjs +10 -10
  102. package/Provider/index.js +2 -2
  103. package/Provider/index.mjs +3 -3
  104. package/RadioButtonGroup/index.js +1 -1
  105. package/RadioButtonGroup/index.mjs +5 -5
  106. package/RadioGroup/index.js +1 -1
  107. package/RadioGroup/index.mjs +1 -1
  108. package/RangeCalendar/index.js +1 -1
  109. package/RangeCalendar/index.mjs +1 -1
  110. package/SearchNav/index.js +3 -3
  111. package/SearchNav/index.mjs +5 -5
  112. package/SectionCard/index.js +2 -2
  113. package/SectionCard/index.mjs +2 -2
  114. package/Select/index.js +3 -3
  115. package/Select/index.mjs +4 -4
  116. package/SelectorErrorTooltip/index.js +1 -1
  117. package/SelectorErrorTooltip/index.mjs +1 -1
  118. package/Spinner/index.js +1 -1
  119. package/Spinner/index.mjs +1 -1
  120. package/SplitToggleCard/index.js +2 -2
  121. package/SplitToggleCard/index.mjs +2 -2
  122. package/Stepper/index.mjs +1 -1
  123. package/TabNav/index.mjs +1 -1
  124. package/TabPanels/index.mjs +5 -5
  125. package/Tabs/index.mjs +1 -1
  126. package/Text/Text.d.ts +4 -1
  127. package/Text/Text.d.ts.map +1 -1
  128. package/Text/index.js +1 -1
  129. package/Text/index.mjs +1 -1
  130. package/TextField/index.js +1 -1
  131. package/TextField/index.mjs +1 -1
  132. package/Textarea/index.js +1 -1
  133. package/Textarea/index.mjs +1 -1
  134. package/Theme/index.js +1 -1
  135. package/Theme/index.mjs +1 -1
  136. package/Toggle/index.js +1 -1
  137. package/Toggle/index.mjs +1 -1
  138. package/ToggleCard/index.js +1 -1
  139. package/ToggleCard/index.mjs +1 -1
  140. package/Tooltip/index.js +1 -1
  141. package/Tooltip/index.mjs +1 -1
  142. package/UnstyledButton/index.mjs +1 -1
  143. package/VerticalNav/index.js +1 -1
  144. package/VerticalNav/index.mjs +3 -3
  145. package/__chunks__/{Button-cjD7z6sK.mjs → Button-D-ucl04v.mjs} +1 -1
  146. package/__chunks__/{Button-CSNMWizI.mjs → Button-UHHZB1DN.mjs} +3 -3
  147. package/__chunks__/{Calendar-BGIbWVyN.js → Calendar-2o01guc2.js} +1 -1
  148. package/__chunks__/{Calendar-B4BCW9t8.mjs → Calendar-DjW0E3mk.mjs} +1 -1
  149. package/__chunks__/{CalendarBase-C_AQ7bu5.mjs → CalendarBase-D8NmV5mS.mjs} +5 -5
  150. package/__chunks__/{CalendarBase-BgzOdHfS.js → CalendarBase-RcVbhUvM.js} +1 -1
  151. package/__chunks__/{Card-svNtJnxD.js → Card-BM2DKiVA.js} +2 -2
  152. package/__chunks__/{Card-DLf_ttOB.mjs → Card-CJug4GMX.mjs} +2 -2
  153. package/__chunks__/{Checkbox-BMBM6doF.mjs → Checkbox-C8XZu-1F.mjs} +7 -7
  154. package/__chunks__/{Checkbox-DEmP9BGE.js → Checkbox-sznEdCc0.js} +2 -2
  155. package/__chunks__/{CodeSnippet-BBZpDbHX.js → CodeSnippet-Bpf7eWjq.js} +2 -2
  156. package/__chunks__/{CodeSnippet-B6KCRlKQ.mjs → CodeSnippet-DOyQDfxp.mjs} +2 -2
  157. package/__chunks__/{DatePickerBase-VNenwOmb.mjs → DatePickerBase-BJH3bhGM.mjs} +10 -10
  158. package/__chunks__/{DatePickerBase-WNWiVJoF.js → DatePickerBase-BWFcyR_m.js} +2 -2
  159. package/__chunks__/{Dialog-E2U6mUFU.mjs → Dialog-BBt18JUl.mjs} +7 -7
  160. package/__chunks__/{FocusScope-CQhiv02m.mjs → FocusScope-jG-ZgYgr.mjs} +2 -2
  161. package/__chunks__/{HelpMenu-CTNmYcKm.js → HelpMenu-B3gwBqqY.js} +2 -2
  162. package/__chunks__/{HelpMenu-Bed-PzGS.mjs → HelpMenu-DQngktSJ.mjs} +3 -3
  163. package/__chunks__/{InputCaption-z01Eep0I.js → InputCaption-G9D1cPnP.js} +1 -1
  164. package/__chunks__/{InputCaption-CRtCXzV7.mjs → InputCaption-aU5qZQlo.mjs} +1 -1
  165. package/__chunks__/{InputField-Bb98b1MA.js → InputField-CPgMRigD.js} +2 -2
  166. package/__chunks__/{InputField-Dm5yHcWV.mjs → InputField-D4feGzmR.mjs} +5 -5
  167. package/__chunks__/{KebabButton-B9eYB6ZD.js → KebabButton-B97kYKaW.js} +1 -1
  168. package/__chunks__/{KebabButton-gf3gFlb0.mjs → KebabButton-tTikhARu.mjs} +2 -2
  169. package/__chunks__/{Menu-BVTFMAX-.js → Menu-BjKQfXId.js} +2 -2
  170. package/__chunks__/{Menu-DJS86zDM.mjs → Menu-L3un-ZpR.mjs} +13 -13
  171. package/__chunks__/{Notification-C-_hCM1v.mjs → Notification-C22_98O5.mjs} +5 -5
  172. package/__chunks__/{Notification-B_dzUkJq.js → Notification-eckCE8Jj.js} +1 -1
  173. package/__chunks__/{Overlay-CG-kKp6T.mjs → Overlay-huXBYY4a.mjs} +2 -2
  174. package/__chunks__/{PillGroup-DZtHC3NK.mjs → PillGroup-8hng2YcX.mjs} +15 -15
  175. package/__chunks__/{PillGroup-D-VEy6sn.js → PillGroup-q2LMLV6q.js} +1 -1
  176. package/__chunks__/{RadioGroup-ppUojVMB.mjs → RadioGroup-CaCZDI4f.mjs} +9 -9
  177. package/__chunks__/{RadioGroup-CDmT0FW5.js → RadioGroup-Cbzsv5jw.js} +2 -2
  178. package/__chunks__/{RangeCalendar-rMPxj6HM.mjs → RangeCalendar-DhFnV8j-.mjs} +1 -1
  179. package/__chunks__/{RangeCalendar-B5UtHhmt.js → RangeCalendar-aUakXSjU.js} +1 -1
  180. package/__chunks__/{SelectOverlay-DgDBimW8.js → SelectOverlay-BFRRqmYL.js} +1 -1
  181. package/__chunks__/{SelectOverlay-CG2jyYZ_.mjs → SelectOverlay-CsxfifYV.mjs} +10 -10
  182. package/__chunks__/{SelectorErrorTooltip-Dkuaiq7N.mjs → SelectorErrorTooltip-C5XJ5swy.mjs} +2 -2
  183. package/__chunks__/{SelectorErrorTooltip-BfKzfYpQ.js → SelectorErrorTooltip-EwN0tf2g.js} +2 -2
  184. package/__chunks__/{Spinner-C4B8utkI.mjs → Spinner-BsFJZqxe.mjs} +1 -1
  185. package/__chunks__/{Spinner-BQg8KbBa.js → Spinner-BsvfYBAO.js} +1 -1
  186. package/__chunks__/{Stepper-Dbvg5Wn_.mjs → Stepper-F7Czxecp.mjs} +2 -2
  187. package/__chunks__/{TabNav-CNAVzfBp.mjs → TabNav-DbDaDR6R.mjs} +1 -1
  188. package/__chunks__/{Tabs-Chw75GHi.mjs → Tabs-DbH5NmIf.mjs} +2 -2
  189. package/__chunks__/Text-B1xglKFU.js +112 -0
  190. package/__chunks__/Text-CX5GoBTS.mjs +113 -0
  191. package/__chunks__/{TextField-HXNCIy4W.mjs → TextField-BwGqzpya.mjs} +1 -1
  192. package/__chunks__/{TextField-Co8OtDnO.js → TextField-D1YUSD6j.js} +1 -1
  193. package/__chunks__/{Theme-CctofSlt.mjs → Theme-Bzhg0otp.mjs} +1 -1
  194. package/__chunks__/{Theme-Ck5K42IR.js → Theme-Cos5kTlc.js} +1 -1
  195. package/__chunks__/{Toggle-C1cAD3ld.js → Toggle-13H0VeGP.js} +1 -1
  196. package/__chunks__/{Toggle-Dm0_ZvLs.mjs → Toggle-DqKzs3Y8.mjs} +4 -4
  197. package/__chunks__/{Tooltip-DzWQUbuB.mjs → Tooltip-By8WH1wI.mjs} +6 -6
  198. package/__chunks__/{Tooltip-C9bST6SD.js → Tooltip-DP2EYuM4.js} +1 -1
  199. package/__chunks__/{UnstyledButton-D0_XmlIu.mjs → UnstyledButton-0yreaZnh.mjs} +1 -1
  200. package/__chunks__/{VisuallyHidden-Buyb8r_B.mjs → VisuallyHidden-DLuOutNi.mjs} +1 -1
  201. package/__chunks__/{ariaHideOutside-b0UviP2F.mjs → ariaHideOutside-DRsDXtWO.mjs} +3 -3
  202. package/__chunks__/{focusSafely-psnzsNzD.mjs → focusSafely-BW4_g0fd.mjs} +1 -1
  203. package/__chunks__/{tokens-CyXKQDx6.mjs → tokens-D4KvbbyC.mjs} +1 -0
  204. package/__chunks__/{tokens-MDLCVf35.js → tokens-oBdmeeGv.js} +1 -0
  205. package/__chunks__/{useButton-Doz4-YMS.mjs → useButton-ovH6gI84.mjs} +2 -2
  206. package/__chunks__/{useDialog-B6qJASRh.mjs → useDialog-zKH03v_d.mjs} +2 -2
  207. package/__chunks__/{useFocus-BL_s_3zv.mjs → useFocus-BJE6cxrg.mjs} +1 -1
  208. package/__chunks__/{useFocusRing-4hM0Ggs3.mjs → useFocusRing-Dg_M1jfs.mjs} +3 -3
  209. package/__chunks__/{useFocusVisible-CQ1e0o7u.mjs → useFocusVisible-DgcLCVnV.mjs} +2 -2
  210. package/__chunks__/{useFocusWithin-BgSjulWP.mjs → useFocusWithin-BE5KE588.mjs} +1 -1
  211. package/__chunks__/{useFocusable-C-Ge2Ht4.mjs → useFocusable-B5QcOTFc.mjs} +2 -2
  212. package/__chunks__/{useFormValidation-Crn66hAu.mjs → useFormValidation-gt5I8m2g.mjs} +1 -1
  213. package/__chunks__/{useHasTabbableChild-DQC24yLO.mjs → useHasTabbableChild-BBua_oUS.mjs} +1 -1
  214. package/__chunks__/{useHighlightSelectionDescription-BGq4guwQ.mjs → useHighlightSelectionDescription-Dl5YfxVo.mjs} +1 -1
  215. package/__chunks__/{useHover-BBXJy5NT.mjs → useHover-mdyQ6kou.mjs} +1 -1
  216. package/__chunks__/{useLink-Dmu5rS4r.mjs → useLink-Dr9Pjalq.mjs} +2 -2
  217. package/__chunks__/{useListBoxSection-CpQ4pADf.mjs → useListBoxSection-Bw5OEI4S.mjs} +6 -6
  218. package/__chunks__/{useMenuTrigger-BlLkvrnl.mjs → useMenuTrigger-C9nRdVJk.mjs} +3 -3
  219. package/__chunks__/{useMenuTriggerState-C-zvqrX2.mjs → useMenuTriggerState-BHenEvUl.mjs} +1 -1
  220. package/__chunks__/{useModalOverlay-BlCaGnUr.mjs → useModalOverlay-BLiaW3WH.mjs} +2 -2
  221. package/__chunks__/{useOverlayPosition-D8MX_oIt.mjs → useOverlayPosition-_GnIrSzW.mjs} +2 -2
  222. package/__chunks__/{useOverlayTrigger-Coc4zW72.mjs → useOverlayTrigger-BIc8jsUc.mjs} +1 -1
  223. package/__chunks__/{usePress-BH70cn5g.mjs → usePress-DQ3FxwWo.mjs} +2 -2
  224. package/__chunks__/{useSelectableItem-Xr4pjjqP.mjs → useSelectableItem-DcveeRN2.mjs} +4 -4
  225. package/__chunks__/{useSelectableList-D7mL6j6I.mjs → useSelectableList-C_zJw1dp.mjs} +1 -1
  226. package/__chunks__/{useTextField-Dn8JlzYF.mjs → useTextField-B6vr1ZoD.mjs} +3 -3
  227. package/__chunks__/{useToggle-BlKdU7Ta.mjs → useToggle-C7k9_K6R.mjs} +2 -2
  228. package/__chunks__/{utilities-BB2zmROs.mjs → utilities-U5Ql_Myz.mjs} +3 -3
  229. package/package.json +2 -2
  230. package/style.css +117 -57
  231. package/styles/_token-helpers.scss +4 -0
  232. package/__chunks__/Text-BYGcKHR7.mjs +0 -110
  233. package/__chunks__/Text-DZ601qf9.js +0 -109
@@ -0,0 +1,781 @@
1
+ import React__default from "react";
2
+ function PlanCardIllustrationBuilding03() {
3
+ return React__default.createElement("svg", {
4
+ width: "223",
5
+ height: "140",
6
+ viewBox: "0 0 223 140",
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
+ }));
778
+ }
779
+ export {
780
+ PlanCardIllustrationBuilding03
781
+ };