@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.
- package/AlertBadge/AlertBadge.d.ts +1 -1
- package/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/AlertBadge/index.js +20 -16
- package/AlertBadge/index.mjs +20 -16
- package/Badge/index.js +29 -19
- package/Badge/index.mjs +29 -19
- package/Banner/index.js +19 -12
- package/Banner/index.mjs +19 -12
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +12 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/index.js +33 -24
- package/CheckableCard/index.mjs +33 -24
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/CodeBlock/context.d.ts +2 -1
- package/CodeBlock/context.d.ts.map +1 -1
- package/CodeBlock/index.js +81 -59
- package/CodeBlock/index.mjs +81 -59
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/ColorPicker/index.js +71 -54
- package/ColorPicker/index.mjs +71 -54
- package/CustomerPortalLayout/index.js +101 -72
- package/CustomerPortalLayout/index.mjs +101 -72
- package/DataGrid/index.js +229 -173
- package/DataGrid/index.mjs +229 -173
- package/DatePicker/index.js +10 -8
- package/DatePicker/index.mjs +10 -8
- package/DateRangePicker/index.js +10 -8
- package/DateRangePicker/index.mjs +10 -8
- package/Drawer/context.d.ts +2 -2
- package/Drawer/context.d.ts.map +1 -1
- package/Drawer/index.js +99 -78
- package/Drawer/index.mjs +99 -78
- package/Drawer/useIntersectionDetection.d.ts +1 -1
- package/Drawer/useIntersectionDetection.d.ts.map +1 -1
- package/DropdownButton/index.js +15 -7
- package/DropdownButton/index.mjs +16 -8
- package/EmptyStateCard/index.js +53 -33
- package/EmptyStateCard/index.mjs +53 -33
- package/FocusedProductLayout/index.js +104 -76
- package/FocusedProductLayout/index.mjs +104 -76
- package/ForgeLayout/index.js +283 -217
- package/ForgeLayout/index.mjs +284 -218
- package/FormLayout/index.js +38 -24
- package/FormLayout/index.mjs +38 -24
- package/HorizontalGrid/index.js +1 -1
- package/HorizontalGrid/index.mjs +1 -1
- package/HorizontalStack/index.js +1 -1
- package/HorizontalStack/index.mjs +1 -1
- package/Icon/index.js +1 -1
- package/Icon/index.mjs +1 -1
- package/IconButton/index.js +16 -9
- package/IconButton/index.mjs +17 -10
- package/InputField/index.js +1 -1
- package/InputField/index.mjs +1 -1
- package/KebabButton/index.js +1 -1
- package/KebabButton/index.mjs +1 -1
- package/Menu/MenuTrigger.d.ts +1 -1
- package/Menu/MenuTrigger.d.ts.map +1 -1
- package/Menu/index.js +1 -1
- package/Menu/index.mjs +1 -1
- package/Modal/context.d.ts +3 -3
- package/Modal/context.d.ts.map +1 -1
- package/Modal/index.js +124 -93
- package/Modal/index.mjs +124 -93
- package/Modal/useIntersectionDetection.d.ts +1 -1
- package/Modal/useIntersectionDetection.d.ts.map +1 -1
- package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
- package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
- package/MultiSelect/index.js +106 -83
- package/MultiSelect/index.mjs +107 -84
- package/MultiSelect/utilities.d.ts +1 -1
- package/MultiSelect/utilities.d.ts.map +1 -1
- package/MultipageSection/index.js +94 -71
- package/MultipageSection/index.mjs +94 -71
- package/NexusLayout/index.js +136 -102
- package/NexusLayout/index.mjs +136 -102
- package/Notification/NotificationTransition.d.ts +1 -1
- package/Notification/NotificationTransition.d.ts.map +1 -1
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +62 -50
- package/Pagination/index.mjs +63 -51
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/PlanCard/illustrations/Building01/index.js +532 -531
- package/PlanCard/illustrations/Building01/index.mjs +532 -531
- package/PlanCard/illustrations/Building02/index.js +206 -205
- package/PlanCard/illustrations/Building02/index.mjs +206 -205
- package/PlanCard/illustrations/Building03/index.js +773 -772
- package/PlanCard/illustrations/Building03/index.mjs +773 -772
- package/PlanCard/illustrations/Building04/index.js +1528 -1527
- package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
- package/PlanCard/index.js +59 -36
- package/PlanCard/index.mjs +60 -37
- package/ProductLayout/index.js +132 -91
- package/ProductLayout/index.mjs +132 -91
- package/Provider/index.js +18 -14
- package/Provider/index.mjs +18 -14
- package/RadioButtonGroup/index.js +14 -10
- package/RadioButtonGroup/index.mjs +14 -10
- package/RadioGroup/index.js +1 -1
- package/RadioGroup/index.mjs +1 -1
- package/RangeCalendar/index.js +1 -1
- package/RangeCalendar/index.mjs +1 -1
- package/SearchNav/CondensedSearchNav.d.ts.map +1 -1
- package/SearchNav/index.js +197 -141
- package/SearchNav/index.mjs +198 -142
- package/SearchNav/utilities.d.ts +3 -3
- package/SearchNav/utilities.d.ts.map +1 -1
- package/SectionCard/index.js +43 -25
- package/SectionCard/index.mjs +43 -25
- package/Select/index.js +74 -62
- package/Select/index.mjs +74 -62
- package/SelectorErrorTooltip/index.js +1 -1
- package/SelectorErrorTooltip/index.mjs +1 -1
- package/Spinner/index.js +1 -1
- package/Spinner/index.mjs +1 -1
- package/SplitToggleCard/index.js +22 -16
- package/SplitToggleCard/index.mjs +22 -16
- package/Stepper/index.js +1 -1
- package/Stepper/index.mjs +1 -1
- package/TabNav/index.js +1 -1
- package/TabNav/index.mjs +1 -1
- package/TabPanels/index.js +22 -16
- package/TabPanels/index.mjs +24 -18
- package/Tabs/index.js +1 -1
- package/Tabs/index.mjs +1 -1
- package/Text/index.js +1 -1
- package/Text/index.mjs +1 -1
- package/TextField/index.js +1 -1
- package/TextField/index.mjs +1 -1
- package/Textarea/index.js +3 -3
- package/Textarea/index.mjs +3 -3
- package/Theme/index.js +1 -1
- package/Theme/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/ToggleCard/index.js +20 -15
- package/ToggleCard/index.mjs +21 -16
- package/Tooltip/index.js +1 -1
- package/Tooltip/index.mjs +1 -1
- package/UnstyledButton/index.js +1 -1
- package/UnstyledButton/index.mjs +1 -1
- package/VerticalNav/index.js +115 -88
- package/VerticalNav/index.mjs +115 -88
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/{Button-5AuHgwU3.js → Button-CQdi4TMV.js} +15 -12
- package/__chunks__/{Button-BsGH6vGC.mjs → Button-JL1YQxJ5.mjs} +16 -13
- package/__chunks__/{Calendar-D09mdpmC.js → Calendar-C9zdRov0.js} +3 -2
- package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-DLzAtdfg.mjs} +3 -2
- package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-DJ38_qK6.mjs} +86 -64
- package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-M-f289w8.js} +86 -64
- package/__chunks__/{Card-CJug4GMX.mjs → Card-BgjWYPVY.mjs} +21 -12
- package/__chunks__/{Card-BM2DKiVA.js → Card-LPIW5drP.js} +21 -12
- package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-B_-6lfKk.js} +36 -28
- package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-DcaO0fC3.mjs} +36 -28
- package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-25l4r2Gh.js} +16 -12
- package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-B3nsMpvq.mjs} +16 -12
- package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-BQc8LKWg.mjs} +80 -62
- package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-BYYfRTEY.js} +80 -62
- package/__chunks__/EasyPostLogo-C9-Q0lSn.js +22 -0
- package/__chunks__/EasyPostLogo-DgIgAGa3.mjs +23 -0
- package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-BZRV42ab.mjs} +30 -21
- package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-C2t8KQuU.js} +30 -20
- package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-CAoDcmPW.js} +5 -3
- package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-DbLeJBt8.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-CJavrBHm.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-CWdKKY8L.js} +5 -3
- package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-BIpaQJ_I.mjs} +11 -10
- package/__chunks__/{Icon-W8F9w-jS.js → Icon-BRlbo3RF.js} +11 -10
- package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-CccF4ynE.js} +19 -15
- package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-DoyGkWQe.mjs} +19 -15
- package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-CAY9O90X.mjs} +77 -66
- package/__chunks__/{InputField-CDHznUZd.js → InputField-DGb4ZDoR.js} +77 -66
- package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-CEATdJ1j.mjs} +9 -8
- package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-DDKBJ_Tk.js} +9 -8
- package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-D-5Mjaj0.mjs} +15 -8
- package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-TbapERgy.js} +15 -8
- package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-Ci1FGh8B.mjs} +88 -70
- package/__chunks__/{Menu-Kfc6nxFP.js → Menu-MGDv1tob.js} +88 -70
- package/__chunks__/{Notification-vF_YGVIP.js → Notification-DDQHWloB.js} +62 -48
- package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-DnNx0rb6.mjs} +64 -50
- package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-BK8VCf3B.js} +41 -27
- package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-DN72MPhg.mjs} +41 -27
- package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-BfKaJnSo.mjs} +58 -40
- package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BiCqtR0F.js} +58 -40
- package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BdTjX8NT.mjs} +3 -2
- package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Dz6LyRYS.js} +3 -2
- package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-Bva0SG8D.js} +62 -51
- package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-q23ZLLi4.mjs} +62 -51
- package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BNLrFRLN.js} +19 -11
- package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-rO2-k3Gl.mjs} +19 -12
- package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-COsekFr1.mjs} +17 -13
- package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-vRnrcEz0.js} +16 -12
- package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-DlI-16t-.mjs} +48 -37
- package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-lhcjfVFY.js} +47 -36
- package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BNhQF0b0.mjs} +10 -8
- package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-bVgyfEV7.js} +10 -8
- package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-BaROnbKg.mjs} +47 -38
- package/__chunks__/{Tabs-BL8odO0p.js → Tabs-DSngzN9A.js} +46 -37
- package/__chunks__/{Text-YOL3isF4.mjs → Text-D6oT5WJQ.mjs} +5 -4
- package/__chunks__/{Text-CSESKR_s.js → Text-DkzMEqky.js} +5 -4
- package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-818kTElu.mjs} +3 -3
- package/__chunks__/{TextField-94cCP805.js → TextField-DKQVJPP_.js} +3 -3
- package/__chunks__/{Theme-DqbmY4wy.js → Theme-C2nSZUpG.js} +27 -17
- package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-M__gFMM3.mjs} +28 -18
- package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BmJjrdVn.js} +43 -37
- package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DlDQ7rr2.mjs} +43 -37
- package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-BSMvNula.js} +25 -17
- package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BXRi0h4E.mjs} +25 -17
- package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-DW8CjaXN.js} +5 -3
- package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-DxJLvL-G.mjs} +6 -4
- package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-BHkiocKU.js} +5 -3
- package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-DoMqBfYD.mjs} +6 -4
- package/__chunks__/index-CqNUlUoB.js +217 -0
- package/__chunks__/index-ee-P7jQr.mjs +218 -0
- package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-OZmGXvtF.mjs} +17 -14
- package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-Rb2Hf0v8.js} +16 -13
- package/package.json +4 -6
- package/types.d.ts +1 -1
- package/types.d.ts.map +1 -1
- package/utilities/Noop.d.ts +1 -1
- package/utilities/Noop.d.ts.map +1 -1
- package/utilities/react.d.ts +1 -1
- package/utilities/react.d.ts.map +1 -1
- package/utilities/react.js +1 -1
- package/utilities/react.mjs +1 -1
- package/utilities/test.d.ts +1 -0
- package/utilities/test.d.ts.map +1 -1
- package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
- package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
- package/__chunks__/index-CUcRN4NO.js +0 -311
- package/__chunks__/index-Izk6uvQC.mjs +0 -312
|
@@ -1,780 +1,781 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
function PlanCardIllustrationBuilding03() {
|
|
3
|
-
return
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
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
|