its_ui_vite 1.1.14 → 1.2.1
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/package.json +1 -1
- package/src/assets/icon/icons-manifest.ts +285 -6
- package/src/assets/icon/svg/arrow-16.svg +3 -0
- package/src/assets/icon/svg/calendar.svg +3 -0
- package/src/assets/icon/svg/check.svg +3 -0
- package/src/assets/icon/svg/chevron-bold-down-12.svg +3 -0
- package/src/assets/icon/svg/chevron-down-12.svg +3 -0
- package/src/assets/icon/svg/chevron-down-20.svg +3 -0
- package/src/assets/icon/svg/chevronDown.svg +3 -0
- package/src/assets/icon/svg/close-12.svg +3 -0
- package/src/assets/icon/svg/close-16.svg +3 -0
- package/src/assets/icon/svg/close-24.svg +3 -0
- package/src/assets/icon/svg/copy-20.svg +3 -0
- package/src/assets/icon/svg/delete-20.svg +3 -0
- package/src/assets/icon/svg/download-48.svg +3 -0
- package/src/assets/icon/svg/download.svg +3 -0
- package/src/assets/icon/svg/edit.svg +4 -0
- package/src/assets/icon/svg/geojson-constructor/confirm.svg +3 -0
- package/src/assets/icon/svg/geojson-constructor/remove.svg +3 -0
- package/src/assets/icon/svg/geojson-constructor/undo.svg +3 -0
- package/src/assets/icon/svg/{Info.svg → info.svg} +1 -1
- package/src/assets/icon/svg/link.svg +11 -0
- package/src/assets/icon/svg/loading.svg +3 -0
- package/src/assets/icon/svg/login/eye-closed.svg +3 -0
- package/src/assets/icon/svg/login/eye-opened.svg +4 -0
- package/src/assets/icon/svg/login/header.svg +5 -0
- package/src/assets/icon/svg/login/pass.svg +3 -0
- package/src/assets/icon/svg/login/user.svg +4 -0
- package/src/assets/icon/svg/logo.svg +22 -0
- package/src/assets/icon/svg/logout.svg +3 -0
- package/src/assets/icon/svg/menu/chevron-left-16.svg +3 -0
- package/src/assets/icon/svg/menu/chevron-left-button.svg +3 -0
- package/src/assets/icon/svg/menu/chevron-left.svg +3 -0
- package/src/assets/icon/svg/menu/chevron-right-16.svg +3 -0
- package/src/assets/icon/svg/menu/chevron-right.svg +3 -0
- package/src/assets/icon/svg/menu/double-chevron-left-16.svg +4 -0
- package/src/assets/icon/svg/menu/double-chevron-right-16.svg +4 -0
- package/src/assets/icon/svg/menu/logo.svg +15 -0
- package/src/assets/icon/svg/menu/notifications/email.svg +3 -0
- package/src/assets/icon/svg/menu/notifications/popup.svg +3 -0
- package/src/assets/icon/svg/menu/notifications/popup_disabled.svg +3 -0
- package/src/assets/icon/svg/menu/notifications/sound.svg +3 -0
- package/src/assets/icon/svg/menu/notifications/sound_disabled.svg +3 -0
- package/src/assets/icon/svg/menu/notifications/tracking.svg +3 -0
- package/src/assets/icon/svg/menu/notifications/tracking_disabled.svg +3 -0
- package/src/assets/icon/svg/menu/theme-dark.svg +3 -0
- package/src/assets/icon/svg/menu/theme-light.svg +3 -0
- package/src/assets/icon/svg/minus.svg +3 -0
- package/src/assets/icon/svg/modal/coordination-plan/calendar.svg +3 -0
- package/src/assets/icon/svg/modal/coordination-plan/pause.svg +3 -0
- package/src/assets/icon/svg/modal/coordination-plan/trash.svg +3 -0
- package/src/assets/icon/svg/modal/rnis/agencies.svg +3 -0
- package/src/assets/icon/svg/modal/rnis/routes.svg +3 -0
- package/src/assets/icon/svg/modal/road-accidents/camera.svg +3 -0
- package/src/assets/icon/svg/modal/road-accidents/info.svg +3 -0
- package/src/assets/icon/svg/modal/road-accidents/trash.svg +3 -0
- package/src/assets/icon/svg/modal/summary/bus.svg +7 -0
- package/src/assets/icon/svg/modal/summary/ecology-analytics.svg +4 -0
- package/src/assets/icon/svg/modal/summary/load-factor.svg +3 -0
- package/src/assets/icon/svg/modal/summary/streets-info.svg +5 -0
- package/src/assets/icon/svg/modal/summary/taxi.svg +3 -0
- package/src/assets/icon/svg/modal/summary/tram.svg +7 -0
- package/src/assets/icon/svg/modal/summary/trolleybus.svg +10 -0
- package/src/assets/icon/svg/modal/summary/ts-count.svg +3 -0
- package/src/assets/icon/svg/modal/summary/ts-speed.svg +12 -0
- package/src/assets/icon/svg/more.svg +10 -0
- package/src/assets/icon/svg/no-photo-24.svg +4 -0
- package/src/assets/icon/svg/pedestrian-call-20.svg +24 -0
- package/src/assets/icon/svg/pedestrian-call-off-20.svg +26 -0
- package/src/assets/icon/svg/plus-circle-green.svg +3 -0
- package/src/assets/icon/svg/plus.svg +3 -0
- package/src/assets/icon/svg/refresh.svg +3 -0
- package/src/assets/icon/svg/rotate-clockwise.svg +3 -0
- package/src/assets/icon/svg/rotate-counterclockwise.svg +3 -0
- package/src/assets/icon/svg/search.svg +1 -0
- package/src/assets/icon/svg/sliders.svg +11 -0
- package/src/assets/icon/svg/toast/alert.svg +12 -0
- package/src/assets/icon/svg/toast/error.svg +12 -0
- package/src/assets/icon/svg/toast/help.svg +12 -0
- package/src/assets/icon/svg/toast/success.svg +11 -0
- package/src/assets/icon/svg/toast/timeout-red.svg +11 -0
- package/src/assets/icon/svg/toast/timeout-yellow.svg +11 -0
- package/src/assets/icon/svg/toast/wifi.svg +22 -0
- package/src/assets/icon/svg/tooltip-icon-14.svg +3 -0
- package/src/assets/icon/svg/trash-red.svg +4 -0
- package/src/assets/icon/svg/triangle-down.svg +3 -0
- package/src/assets/icon/svg/triangle-up.svg +3 -0
- package/src/assets/icon/svg/upload-48.svg +3 -0
- package/src/assets/icon/svg/url.svg +12 -0
- package/src/assets/icon/svg/video-player/inFullscreen.svg +3 -0
- package/src/assets/icon/svg/video-player/life.svg +5 -0
- package/src/assets/icon/svg/video-player/outFullscreen.svg +3 -0
- package/src/assets/icon/svg/video-player/play.svg +4 -0
- package/src/assets/icon/svg/video-player/replay.svg +4 -0
- package/src/assets/icon/svg/video-player/stop.svg +3 -0
- package/src/assets/icon/svg/video-player/stop_1.svg +3 -0
- /package/src/assets/icon/svg/{Warn.svg → warning.svg} +0 -0
|
@@ -33,8 +33,6 @@ export type TIcon = {
|
|
|
33
33
|
'Home'?: boolean,
|
|
34
34
|
/**  */
|
|
35
35
|
'Inbox'?: boolean,
|
|
36
|
-
/**  */
|
|
37
|
-
'Info'?: boolean,
|
|
38
36
|
/**  */
|
|
39
37
|
'Map'?: boolean,
|
|
40
38
|
/**  */
|
|
@@ -63,10 +61,10 @@ export type TIcon = {
|
|
|
63
61
|
'Upload'?: boolean,
|
|
64
62
|
/**  */
|
|
65
63
|
'User'?: boolean,
|
|
66
|
-
/**  */
|
|
67
|
-
'Warn'?: boolean,
|
|
68
64
|
/**  */
|
|
69
65
|
'Zap'?: boolean,
|
|
66
|
+
/**  */
|
|
67
|
+
'arrow-16'?: boolean,
|
|
70
68
|
/**  */
|
|
71
69
|
'bx-cloud'?: boolean,
|
|
72
70
|
/**  */
|
|
@@ -97,10 +95,198 @@ export type TIcon = {
|
|
|
97
95
|
'bx-wind'?: boolean,
|
|
98
96
|
/**  */
|
|
99
97
|
'calendar-month-outline'?: boolean,
|
|
98
|
+
/**  */
|
|
99
|
+
'calendar'?: boolean,
|
|
100
|
+
/**  */
|
|
101
|
+
'check'?: boolean,
|
|
102
|
+
/**  */
|
|
103
|
+
'chevron-bold-down-12'?: boolean,
|
|
104
|
+
/**  */
|
|
105
|
+
'chevron-down-12'?: boolean,
|
|
106
|
+
/**  */
|
|
107
|
+
'chevron-down-20'?: boolean,
|
|
108
|
+
/**  */
|
|
109
|
+
'chevronDown'?: boolean,
|
|
110
|
+
/**  */
|
|
111
|
+
'close-12'?: boolean,
|
|
112
|
+
/**  */
|
|
113
|
+
'close-16'?: boolean,
|
|
114
|
+
/**  */
|
|
115
|
+
'close-24'?: boolean,
|
|
116
|
+
/**  */
|
|
117
|
+
'copy-20'?: boolean,
|
|
118
|
+
/**  */
|
|
119
|
+
'delete-20'?: boolean,
|
|
120
|
+
/**  */
|
|
121
|
+
'download-48'?: boolean,
|
|
122
|
+
/**  */
|
|
123
|
+
'download'?: boolean,
|
|
124
|
+
/**  */
|
|
125
|
+
'edit'?: boolean,
|
|
100
126
|
/**  */
|
|
101
127
|
'gear'?: boolean,
|
|
128
|
+
/**  */
|
|
129
|
+
'info'?: boolean,
|
|
130
|
+
/**  */
|
|
131
|
+
'link'?: boolean,
|
|
132
|
+
/**  */
|
|
133
|
+
'loading'?: boolean,
|
|
134
|
+
/**  */
|
|
135
|
+
'logo'?: boolean,
|
|
136
|
+
/**  */
|
|
137
|
+
'logout'?: boolean,
|
|
138
|
+
/**  */
|
|
139
|
+
'minus'?: boolean,
|
|
140
|
+
/**  */
|
|
141
|
+
'more'?: boolean,
|
|
102
142
|
/**  */
|
|
103
143
|
'move'?: boolean,
|
|
144
|
+
/**  */
|
|
145
|
+
'no-photo-24'?: boolean,
|
|
146
|
+
/**  */
|
|
147
|
+
'pedestrian-call-20'?: boolean,
|
|
148
|
+
/**  */
|
|
149
|
+
'pedestrian-call-off-20'?: boolean,
|
|
150
|
+
/**  */
|
|
151
|
+
'plus-circle-green'?: boolean,
|
|
152
|
+
/**  */
|
|
153
|
+
'plus'?: boolean,
|
|
154
|
+
/**  */
|
|
155
|
+
'refresh'?: boolean,
|
|
156
|
+
/**  */
|
|
157
|
+
'rotate-clockwise'?: boolean,
|
|
158
|
+
/**  */
|
|
159
|
+
'rotate-counterclockwise'?: boolean,
|
|
160
|
+
/**  */
|
|
161
|
+
'search'?: boolean,
|
|
162
|
+
/**  */
|
|
163
|
+
'sliders'?: boolean,
|
|
164
|
+
/**  */
|
|
165
|
+
'tooltip-icon-14'?: boolean,
|
|
166
|
+
/**  */
|
|
167
|
+
'trash-red'?: boolean,
|
|
168
|
+
/**  */
|
|
169
|
+
'triangle-down'?: boolean,
|
|
170
|
+
/**  */
|
|
171
|
+
'triangle-up'?: boolean,
|
|
172
|
+
/**  */
|
|
173
|
+
'upload-48'?: boolean,
|
|
174
|
+
/**  */
|
|
175
|
+
'url'?: boolean,
|
|
176
|
+
/**  */
|
|
177
|
+
'warning'?: boolean,
|
|
178
|
+
/**  */
|
|
179
|
+
'geojson-constructor/confirm'?: boolean,
|
|
180
|
+
/**  */
|
|
181
|
+
'geojson-constructor/remove'?: boolean,
|
|
182
|
+
/**  */
|
|
183
|
+
'geojson-constructor/undo'?: boolean,
|
|
184
|
+
/**  */
|
|
185
|
+
'login/eye-closed'?: boolean,
|
|
186
|
+
/**  */
|
|
187
|
+
'login/eye-opened'?: boolean,
|
|
188
|
+
/**  */
|
|
189
|
+
'login/header'?: boolean,
|
|
190
|
+
/**  */
|
|
191
|
+
'login/pass'?: boolean,
|
|
192
|
+
/**  */
|
|
193
|
+
'login/user'?: boolean,
|
|
194
|
+
/**  */
|
|
195
|
+
'menu/chevron-left-16'?: boolean,
|
|
196
|
+
/**  */
|
|
197
|
+
'menu/chevron-left-button'?: boolean,
|
|
198
|
+
/**  */
|
|
199
|
+
'menu/chevron-left'?: boolean,
|
|
200
|
+
/**  */
|
|
201
|
+
'menu/chevron-right-16'?: boolean,
|
|
202
|
+
/**  */
|
|
203
|
+
'menu/chevron-right'?: boolean,
|
|
204
|
+
/**  */
|
|
205
|
+
'menu/double-chevron-left-16'?: boolean,
|
|
206
|
+
/**  */
|
|
207
|
+
'menu/double-chevron-right-16'?: boolean,
|
|
208
|
+
/**  */
|
|
209
|
+
'menu/logo'?: boolean,
|
|
210
|
+
/**  */
|
|
211
|
+
'menu/theme-dark'?: boolean,
|
|
212
|
+
/**  */
|
|
213
|
+
'menu/theme-light'?: boolean,
|
|
214
|
+
/**  */
|
|
215
|
+
'toast/alert'?: boolean,
|
|
216
|
+
/**  */
|
|
217
|
+
'toast/error'?: boolean,
|
|
218
|
+
/**  */
|
|
219
|
+
'toast/help'?: boolean,
|
|
220
|
+
/**  */
|
|
221
|
+
'toast/success'?: boolean,
|
|
222
|
+
/**  */
|
|
223
|
+
'toast/timeout-red'?: boolean,
|
|
224
|
+
/**  */
|
|
225
|
+
'toast/timeout-yellow'?: boolean,
|
|
226
|
+
/**  */
|
|
227
|
+
'toast/wifi'?: boolean,
|
|
228
|
+
/**  */
|
|
229
|
+
'video-player/inFullscreen'?: boolean,
|
|
230
|
+
/**  */
|
|
231
|
+
'video-player/life'?: boolean,
|
|
232
|
+
/**  */
|
|
233
|
+
'video-player/outFullscreen'?: boolean,
|
|
234
|
+
/**  */
|
|
235
|
+
'video-player/play'?: boolean,
|
|
236
|
+
/**  */
|
|
237
|
+
'video-player/replay'?: boolean,
|
|
238
|
+
/**  */
|
|
239
|
+
'video-player/stop'?: boolean,
|
|
240
|
+
/**  */
|
|
241
|
+
'video-player/stop_1'?: boolean,
|
|
242
|
+
/**  */
|
|
243
|
+
'menu/notifications/email'?: boolean,
|
|
244
|
+
/**  */
|
|
245
|
+
'menu/notifications/popup'?: boolean,
|
|
246
|
+
/**  */
|
|
247
|
+
'menu/notifications/popup_disabled'?: boolean,
|
|
248
|
+
/**  */
|
|
249
|
+
'menu/notifications/sound'?: boolean,
|
|
250
|
+
/**  */
|
|
251
|
+
'menu/notifications/sound_disabled'?: boolean,
|
|
252
|
+
/**  */
|
|
253
|
+
'menu/notifications/tracking'?: boolean,
|
|
254
|
+
/**  */
|
|
255
|
+
'menu/notifications/tracking_disabled'?: boolean,
|
|
256
|
+
/**  */
|
|
257
|
+
'modal/coordination-plan/calendar'?: boolean,
|
|
258
|
+
/**  */
|
|
259
|
+
'modal/coordination-plan/pause'?: boolean,
|
|
260
|
+
/**  */
|
|
261
|
+
'modal/coordination-plan/trash'?: boolean,
|
|
262
|
+
/**  */
|
|
263
|
+
'modal/rnis/agencies'?: boolean,
|
|
264
|
+
/**  */
|
|
265
|
+
'modal/rnis/routes'?: boolean,
|
|
266
|
+
/**  */
|
|
267
|
+
'modal/road-accidents/camera'?: boolean,
|
|
268
|
+
/**  */
|
|
269
|
+
'modal/road-accidents/info'?: boolean,
|
|
270
|
+
/**  */
|
|
271
|
+
'modal/road-accidents/trash'?: boolean,
|
|
272
|
+
/**  */
|
|
273
|
+
'modal/summary/bus'?: boolean,
|
|
274
|
+
/**  */
|
|
275
|
+
'modal/summary/ecology-analytics'?: boolean,
|
|
276
|
+
/**  */
|
|
277
|
+
'modal/summary/load-factor'?: boolean,
|
|
278
|
+
/**  */
|
|
279
|
+
'modal/summary/streets-info'?: boolean,
|
|
280
|
+
/**  */
|
|
281
|
+
'modal/summary/taxi'?: boolean,
|
|
282
|
+
/**  */
|
|
283
|
+
'modal/summary/tram'?: boolean,
|
|
284
|
+
/**  */
|
|
285
|
+
'modal/summary/trolleybus'?: boolean,
|
|
286
|
+
/**  */
|
|
287
|
+
'modal/summary/ts-count'?: boolean,
|
|
288
|
+
/**  */
|
|
289
|
+
'modal/summary/ts-speed'?: boolean,
|
|
104
290
|
}
|
|
105
291
|
export const iconContent = {
|
|
106
292
|
'Bar-chart': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 20V10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 20V4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 20V14" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
@@ -120,7 +306,6 @@ export const iconContent = {
|
|
|
120
306
|
'Help': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.08984 9.00008C9.32495 8.33175 9.789 7.76819 10.3998 7.40921C11.0106 7.05024 11.7287 6.91902 12.427 7.03879C13.1253 7.15857 13.7587 7.52161 14.2149 8.06361C14.6712 8.60561 14.9209 9.2916 14.9198 10.0001C14.9198 12.0001 11.9198 13.0001 11.9198 13.0001" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 16V16.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
121
307
|
'Home': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 22V12H15V22" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
122
308
|
'Inbox': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 12H16L14 15H10L8 12H2" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.45 5.11L2 12V18C2 18.5304 2.21071 19.0391 2.58579 19.4142C2.96086 19.7893 3.46957 20 4 20H20C20.5304 20 21.0391 19.7893 21.4142 19.4142C21.7893 19.0391 22 18.5304 22 18V12L18.55 5.11C18.3844 4.77679 18.1292 4.49637 17.813 4.30028C17.4967 4.10419 17.1321 4.0002 16.76 4H7.24C6.86792 4.0002 6.50326 4.10419 6.18704 4.30028C5.87083 4.49637 5.61558 4.77679 5.45 5.11V5.11Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
123
|
-
'Info': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1"/><path d="M8 7V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="8" cy="5" r="0.75" fill="currentColor"/></svg>`,
|
|
124
309
|
'Map': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6V22L8 18L16 22L23 18V2L16 6L8 2L1 6Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 2V18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 6V22" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
125
310
|
'Pin': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
126
311
|
'Search': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.9999 20.9999L16.6499 16.6499" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
@@ -135,8 +320,8 @@ export const iconContent = {
|
|
|
135
320
|
'Traffic-light-zones': `<svg width="23" height="24" viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.60002 9C10.815 9.00003 11.8002 9.98519 11.8002 11.2002V20.7998C11.8002 22.0148 10.815 23 9.60002 23H6.4008C5.18583 22.9999 4.20061 22.0148 4.20061 20.7998V11.2002C4.20061 9.98521 5.18583 9.00007 6.4008 9H9.60002ZM6.4008 10.2002C5.84858 10.2003 5.4008 10.648 5.4008 11.2002V20.7998C5.4008 21.352 5.84858 21.7997 6.4008 21.7998H9.60002C10.1523 21.7998 10.6 21.3521 10.6 20.7998V11.2002C10.6 10.6479 10.1523 10.2002 9.60002 10.2002H6.4008ZM8.226 18C8.39401 18 8.54888 18.0158 8.68889 18.0479C8.72332 18.0547 8.75748 18.0627 8.79143 18.0713C8.97059 18.1166 9.06149 18.3065 9.01506 18.4854L8.98283 18.6084C8.94404 18.7573 8.78485 18.8393 8.63518 18.8037C8.53538 18.7798 8.42295 18.7676 8.29924 18.7676C8.03542 18.7676 7.83652 18.8499 7.70451 19.0137C7.57661 19.1776 7.51219 19.3943 7.51213 19.6621C7.51219 19.9459 7.5729 20.1663 7.69279 20.3223C7.8168 20.478 8.03079 20.5566 8.3344 20.5566C8.44224 20.5566 8.55826 20.5453 8.68205 20.5254C8.86167 20.4964 9.0535 20.602 9.0844 20.7812L9.10197 20.8799C9.13028 21.0453 9.04035 21.2098 8.87736 21.25C8.84019 21.2592 8.80089 21.268 8.76018 21.2764C8.60438 21.3083 8.43225 21.3242 8.24455 21.3242C7.9567 21.3242 7.70833 21.2822 7.50041 21.1982C7.29265 21.1103 7.12072 20.9925 6.98479 20.8447C6.85283 20.6968 6.75387 20.5222 6.68986 20.3223C6.62995 20.1184 6.60005 19.8979 6.60002 19.6621C6.60006 19.4344 6.63655 19.2203 6.70842 19.0205C6.78441 18.8165 6.89267 18.6402 7.03264 18.4922C7.17261 18.3402 7.34247 18.2198 7.5424 18.1318C7.74227 18.0439 7.97021 18.0001 8.226 18ZM3.10393 18.293C3.35614 18.2303 3.59996 18.4207 3.60002 18.6807V19.0928C3.59983 19.2761 3.47511 19.4359 3.29729 19.4805L2.14592 19.7695C1.82461 19.8497 1.49879 19.6533 1.41838 19.332C1.33836 19.0109 1.53384 18.686 1.8549 18.6055L3.10393 18.293ZM12.8969 18.293L14.1459 18.6055C14.467 18.686 14.6625 19.0109 14.5824 19.332C14.502 19.6533 14.1762 19.8497 13.8549 19.7695L12.7035 19.4805C12.5257 19.4359 12.401 19.2761 12.4008 19.0928V18.6807C12.4009 18.4206 12.6446 18.2302 12.8969 18.293ZM9.14494 14.4004C9.3469 14.4006 9.51018 14.5646 9.51018 14.7666C9.50986 14.9683 9.34671 15.1316 9.14494 15.1318H8.58244C8.53841 15.1319 8.50254 15.1679 8.50236 15.2119V17.1562C8.50233 17.377 8.32363 17.5564 8.10295 17.5566H8.00822C7.78745 17.5565 7.60787 17.377 7.60783 17.1562V15.2119C7.60766 15.168 7.57267 15.132 7.52873 15.1318H6.96721C6.76525 15.1318 6.60033 14.9685 6.60002 14.7666C6.60002 14.5645 6.76506 14.4004 6.96721 14.4004H9.14494ZM3.10393 14.6924C3.35612 14.6298 3.60002 14.8211 3.60002 15.0811V15.4922C3.59996 15.6756 3.47525 15.8363 3.29729 15.8809L2.14592 16.1689C1.82464 16.2491 1.49883 16.0536 1.41838 15.7324C1.33818 15.4111 1.53367 15.0854 1.8549 15.0049L3.10393 14.6924ZM12.8969 14.6924L14.1459 15.0049C14.4671 15.0854 14.6627 15.4111 14.5824 15.7324C14.502 16.0537 14.1762 16.2491 13.8549 16.1689L12.7035 15.8809C12.5256 15.8363 12.4009 15.6756 12.4008 15.4922V15.0811C12.4008 14.821 12.6447 14.6297 12.8969 14.6924ZM7.09416 10.7998C7.31503 10.7998 7.49479 10.9793 7.49162 11.2002C7.49076 11.2595 7.48995 11.3183 7.48869 11.376C7.48869 11.5558 7.48683 11.7203 7.48283 11.8682C7.47884 12.0159 7.47511 12.1459 7.47111 12.2578C7.46712 12.3656 7.46429 12.4498 7.46428 12.5098C7.70416 12.1579 7.92451 11.8424 8.12443 11.5625C8.31146 11.3058 8.49339 11.0704 8.67033 10.8574C8.70038 10.8213 8.74542 10.8 8.7924 10.7998H9.07463C9.29548 10.7998 9.47498 10.9793 9.47502 11.2002V13.5566C9.47481 13.7773 9.29538 13.956 9.07463 13.9561H8.97502C8.75424 13.9561 8.5738 13.7774 8.57658 13.5566C8.57747 13.4918 8.57918 13.4267 8.58049 13.3623C8.58449 13.1625 8.58821 12.9784 8.59221 12.8105C8.59621 12.6426 8.59993 12.496 8.60393 12.3721C8.61192 12.2442 8.61662 12.1498 8.61662 12.0898C8.50066 12.2538 8.38396 12.4199 8.26799 12.5879C8.15205 12.7558 8.04 12.922 7.93205 13.0859C7.82808 13.2459 7.72822 13.4009 7.63225 13.5488C7.55969 13.6656 7.49314 13.7752 7.43303 13.877C7.40403 13.9258 7.35115 13.956 7.29436 13.9561H7.00041C6.77963 13.956 6.60023 13.7774 6.60002 13.5566V11.2002C6.60006 10.9793 6.77953 10.7998 7.00041 10.7998H7.09416ZM3.10393 11.0928C3.35606 11.0302 3.59984 11.2206 3.60002 11.4805V11.8926C3.59992 12.076 3.47523 12.2367 3.29729 12.2812L2.14592 12.5693C1.82476 12.6494 1.49899 12.4538 1.41838 12.1328C1.33819 11.8115 1.53372 11.4858 1.8549 11.4053L3.10393 11.0928ZM12.8969 11.0928L14.1459 11.4053C14.4671 11.4858 14.6626 11.8115 14.5824 12.1328C14.5018 12.4538 14.1761 12.6495 13.8549 12.5693L12.7035 12.2812C12.5256 12.2367 12.4009 12.076 12.4008 11.8926V11.4805C12.401 11.2206 12.6447 11.0301 12.8969 11.0928Z" fill="#526DE3"/><rect x="9.5" y="0.5" width="13" height="13" rx="6.5" fill="#1F1E2A"/><rect x="9.5" y="0.5" width="13" height="13" rx="6.5" stroke="#F6F6F7"/><path d="M17.9682 5.87C17.9682 6.11 17.9182 6.34667 17.8182 6.58C17.7182 6.80667 17.5882 7.03 17.4282 7.25C17.2749 7.46333 17.0982 7.67333 16.8982 7.88C16.6982 8.08 16.4982 8.27667 16.2982 8.47C16.1915 8.57 16.0715 8.69 15.9382 8.83C15.8049 8.97 15.6782 9.11 15.5582 9.25C15.4382 9.39 15.3349 9.52667 15.2482 9.66C15.1615 9.78667 15.1149 9.89333 15.1082 9.98H18.1882V11H13.7782C13.7715 10.9467 13.7682 10.8833 13.7682 10.81C13.7682 10.73 13.7682 10.67 13.7682 10.63C13.7682 10.31 13.8182 10.0167 13.9182 9.75C14.0249 9.47667 14.1615 9.22333 14.3282 8.99C14.4949 8.75667 14.6815 8.53667 14.8882 8.33C15.0949 8.12333 15.3015 7.92 15.5082 7.72C15.6682 7.56667 15.8215 7.41667 15.9682 7.27C16.1149 7.12333 16.2415 6.98 16.3482 6.84C16.4615 6.69333 16.5515 6.54667 16.6182 6.4C16.6849 6.24667 16.7182 6.09 16.7182 5.93C16.7182 5.58333 16.6182 5.33667 16.4182 5.19C16.2182 5.04333 15.9749 4.97 15.6882 4.97C15.5015 4.97 15.3282 4.99667 15.1682 5.05C15.0082 5.10333 14.8649 5.16667 14.7382 5.24C14.6182 5.31333 14.5115 5.39 14.4182 5.47C14.3249 5.54333 14.2549 5.60333 14.2082 5.65L13.6082 4.8C13.8882 4.53333 14.2149 4.32 14.5882 4.16C14.9682 3.99333 15.3749 3.91 15.8082 3.91C16.5482 3.91 17.0915 4.08667 17.4382 4.44C17.7915 4.78667 17.9682 5.26333 17.9682 5.87Z" fill="#F6F6F7"/></svg>`,
|
|
136
321
|
'Upload': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_21625_529)"><path d="M16 16L12 12L8 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 12V21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.39 18.39C21.3653 17.8583 22.1358 17.0169 22.5798 15.9986C23.0239 14.9804 23.1162 13.8432 22.8422 12.7667C22.5682 11.6901 21.9434 10.7355 21.0666 10.0534C20.1898 9.37137 19.1108 9.00072 18 8.99998H16.74C16.4373 7.82923 15.8731 6.74232 15.0899 5.82098C14.3067 4.89964 13.3248 4.16783 12.2181 3.68059C11.1113 3.19335 9.90851 2.96334 8.70008 3.00787C7.49164 3.05239 6.30903 3.37028 5.24114 3.93765C4.17325 4.50501 3.24787 5.30709 2.53458 6.28357C1.82129 7.26004 1.33865 8.38552 1.12294 9.57538C0.90723 10.7652 0.964065 11.9885 1.28917 13.1532C1.61428 14.318 2.1992 15.3938 2.99996 16.3" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 16L12 12L8 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_21625_529"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>`,
|
|
137
322
|
'User': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
138
|
-
'Warn': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 2L14.9282 13.5H1.0718L8 2Z" stroke="currentColor" stroke-width="1" stroke-linejoin="round"/><path d="M8 6V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="8" cy="11.5" r="0.75" fill="currentColor"/></svg>`,
|
|
139
323
|
'Zap': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14H12L11 22L21 10H12L13 2Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
324
|
+
'arrow-16': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 11L8 5L14 11" stroke-width="1.5" stroke-linecap="round"/></svg>`,
|
|
140
325
|
'bx-cloud': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.944 11.112C18.507 7.67 15.56 5 12 5C9.244 5 6.85 6.611 5.757 9.15C3.609 9.792 2 11.82 2 14C2 16.757 4.243 19 7 19H18C20.206 19 22 17.206 22 15C21.9985 14.1036 21.6966 13.2336 21.1427 12.5288C20.5888 11.8241 19.8147 11.3253 18.944 11.112ZM18 17H7C5.346 17 4 15.654 4 14C4 12.596 5.199 11.244 6.673 10.985L7.254 10.883L7.446 10.325C8.149 8.274 9.895 7 12 7C14.757 7 17 9.243 17 12V13H18C19.103 13 20 13.897 20 15C20 16.103 19.103 17 18 17Z" fill="white"/></svg>`,
|
|
141
326
|
'bx-low-vision': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9998 4.99797C10.1638 4.99797 8.6438 5.38697 7.3828 5.96897L3.7068 2.29297L2.2928 3.70697L5.6078 7.02297C2.9948 8.97497 2.0648 11.641 2.0508 11.683L1.9458 11.999L2.0508 12.315C2.0728 12.382 4.3668 19 11.9998 19C13.8348 19 15.3538 18.611 16.6148 18.029L20.2928 21.707L21.7068 20.293L18.3898 16.976C21.0038 15.024 21.9348 12.358 21.9488 12.316L22.0538 12L21.9488 11.684C21.9268 11.616 19.6328 4.99797 11.9998 4.99797ZM4.0738 12C4.1768 11.764 4.3478 11.414 4.5948 11.011L10.4618 16.878C6.2488 16.23 4.5228 13.035 4.0738 12ZM13.3208 16.907L5.8408 9.42597C6.20484 9.06179 6.60262 8.73298 7.0288 8.44397L15.0838 16.498C14.5117 16.6943 13.9209 16.8313 13.3208 16.907ZM16.9688 15.555L15.4278 14.014C15.7818 13.418 15.9998 12.734 15.9998 11.999C15.9998 11.525 15.9008 11.075 15.7448 10.65C15.6533 10.7587 15.5393 10.8463 15.4107 10.9067C15.2821 10.9671 15.1419 10.9989 14.9998 11C14.7346 11 14.4802 10.8946 14.2927 10.7071C14.1052 10.5195 13.9998 10.2652 13.9998 9.99997C13.9998 9.56097 14.2878 9.19797 14.6818 9.06397C13.953 8.38512 12.9957 8.00498 11.9998 7.99897C11.2648 7.99897 10.5808 8.21697 9.9848 8.57097L8.9148 7.50097C9.90735 7.1603 10.9504 6.99023 11.9998 6.99797C17.3508 6.99797 19.4248 10.845 19.9258 11.998C19.2847 13.4322 18.2618 14.6626 16.9688 15.555Z" fill="white"/></svg>`,
|
|
142
327
|
'bx-message-alt': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 2H5C3.897 2 3 2.897 3 4V16C3 17.103 3.897 18 5 18H8.586L12 21.414L15.414 18H19C20.103 18 21 17.103 21 16V4C21 2.897 20.103 2 19 2ZM19 16H14.586L12 18.586L9.414 16H5V4H19V16Z" fill="white"/></svg>`,
|
|
@@ -152,6 +337,100 @@ export const iconContent = {
|
|
|
152
337
|
'bx-volume-mute': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.707 20.293L19.684 18.27C21.1845 16.5263 22.0063 14.3003 21.999 12C21.999 7.90897 19.527 4.54697 16 2.99997V4.99997C18.387 6.38597 19.999 9.04697 19.999 12C19.9946 13.7765 19.4072 15.5025 18.327 16.913L17.042 15.628C17.644 14.536 18 13.19 18 12C18 10.229 17.225 8.09997 16 6.99997V14.586L14 12.586V3.99997C13.9999 3.81908 13.9508 3.64161 13.8578 3.48645C13.7648 3.3313 13.6315 3.20426 13.472 3.11889C13.3125 3.03351 13.1329 2.99298 12.9522 3.00163C12.7715 3.01027 12.5966 3.06776 12.446 3.16797L7.727 6.31297L3.707 2.29297L2.293 3.70697L20.293 21.707L21.707 20.293ZM12 5.86797V10.586L9.169 7.75497L12 5.86797ZM4 17H6.697L12.445 20.832C12.5958 20.9321 12.7708 20.9896 12.9516 20.9984C13.1324 21.0072 13.3122 20.967 13.472 20.882C13.6316 20.7965 13.765 20.6693 13.858 20.514C13.951 20.3587 14.0001 20.181 14 20V18.121L12 16.121V18.132L7.555 15.168C7.53 15.151 7.499 15.148 7.473 15.135C7.35491 15.0707 7.22491 15.0312 7.091 15.019C7.059 15.016 7.032 15 7 15H4V8.99997H4.879L3.102 7.22297C2.77189 7.38821 2.4941 7.6418 2.29954 7.95553C2.10499 8.26926 2.00129 8.63081 2 8.99997V15C2 16.103 2.897 17 4 17Z" fill="white"/></svg>`,
|
|
153
338
|
'bx-wind': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 5.5C13 3.57 11.43 2 9.5 2C7.466 2 6.25 3.525 6.25 5H8.25C8.25 4.585 8.638 4 9.5 4C10.327 4 11 4.673 11 5.5C11 6.327 10.327 7 9.5 7H2V9H9.5C11.43 9 13 7.43 13 5.5ZM15.5 15H8V17H15.5C16.327 17 17 17.673 17 18.5C17 19.327 16.327 20 15.5 20C14.638 20 14.25 19.415 14.25 19H12.25C12.25 20.475 13.466 22 15.5 22C17.43 22 19 20.43 19 18.5C19 16.57 17.43 15 15.5 15Z" fill="white"/><path d="M18 5C15.794 5 14 6.794 14 9H16C16 7.897 16.897 7 18 7C19.103 7 20 7.897 20 9C20 10.103 19.103 11 18 11H2V13H18C20.206 13 22 11.206 22 9C22 6.794 20.206 5 18 5ZM2 15H6V17H2V15Z" fill="white"/></svg>`,
|
|
154
339
|
'calendar-month-outline': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11H9V13H7V11ZM21 5V19C21 20.11 20.11 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H6V1H8V3H16V1H18V3H19C20.11 3 21 3.9 21 5ZM5 7H19V5H5V7ZM19 19V9H5V19H19ZM15 13V11H17V13H15ZM11 13V11H13V13H11ZM7 15H9V17H7V15ZM15 17V15H17V17H15ZM11 17V15H13V17H11Z" fill="white"/></svg>`,
|
|
340
|
+
'calendar': `<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.6765 0H1.32353C0.573529 0 0 0.557143 0 1.28571V10.7143C0 11.4429 0.573529 12 1.32353 12H13.6765C14.4265 12 15 11.4429 15 10.7143V1.28571C15 0.557143 14.4265 0 13.6765 0ZM14.1176 10.7143C14.1176 10.9714 13.9412 11.1429 13.6765 11.1429H1.32353C1.05882 11.1429 0.882353 10.9714 0.882353 10.7143V3.42857H14.1176V10.7143ZM14.1176 2.57143H0.882353V1.28571C0.882353 1.02857 1.05882 0.857143 1.32353 0.857143H13.6765C13.9412 0.857143 14.1176 1.02857 14.1176 1.28571V2.57143ZM3.52941 6.85714C4.01471 6.85714 4.41176 6.47143 4.41176 6C4.41176 5.52857 4.01471 5.14286 3.52941 5.14286C3.04412 5.14286 2.64706 5.52857 2.64706 6C2.64706 6.47143 3.04412 6.85714 3.52941 6.85714ZM6.17647 6.85714C6.66176 6.85714 7.05882 6.47143 7.05882 6C7.05882 5.52857 6.66176 5.14286 6.17647 5.14286C5.69118 5.14286 5.29412 5.52857 5.29412 6C5.29412 6.47143 5.69118 6.85714 6.17647 6.85714ZM8.82353 6.85714C9.30882 6.85714 9.70588 6.47143 9.70588 6C9.70588 5.52857 9.30882 5.14286 8.82353 5.14286C8.33823 5.14286 7.94118 5.52857 7.94118 6C7.94118 6.47143 8.33823 6.85714 8.82353 6.85714ZM11.4706 6.85714C11.9559 6.85714 12.3529 6.47143 12.3529 6C12.3529 5.52857 11.9559 5.14286 11.4706 5.14286C10.9853 5.14286 10.5882 5.52857 10.5882 6C10.5882 6.47143 10.9853 6.85714 11.4706 6.85714ZM3.52941 9.42857C4.01471 9.42857 4.41176 9.04286 4.41176 8.57143C4.41176 8.1 4.01471 7.71429 3.52941 7.71429C3.04412 7.71429 2.64706 8.1 2.64706 8.57143C2.64706 9.04286 3.04412 9.42857 3.52941 9.42857ZM6.17647 9.42857C6.66176 9.42857 7.05882 9.04286 7.05882 8.57143C7.05882 8.1 6.66176 7.71429 6.17647 7.71429C5.69118 7.71429 5.29412 8.1 5.29412 8.57143C5.29412 9.04286 5.69118 9.42857 6.17647 9.42857ZM8.82353 9.42857C9.30882 9.42857 9.70588 9.04286 9.70588 8.57143C9.70588 8.1 9.30882 7.71429 8.82353 7.71429C8.33823 7.71429 7.94118 8.1 7.94118 8.57143C7.94118 9.04286 8.33823 9.42857 8.82353 9.42857ZM11.4706 9.42857C11.9559 9.42857 12.3529 9.04286 12.3529 8.57143C12.3529 8.1 11.9559 7.71429 11.4706 7.71429C10.9853 7.71429 10.5882 8.1 10.5882 8.57143C10.5882 9.04286 10.9853 9.42857 11.4706 9.42857Z" fill="#363B4C"/></svg>`,
|
|
341
|
+
'check': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.7803 5.15533C14.0732 4.86244 14.0732 4.38756 13.7803 4.09467C13.4874 3.80178 13.0126 3.80178 12.7197 4.09467L6.5 10.3143L3.28033 7.09467C2.98744 6.80178 2.51256 6.80178 2.21967 7.09467C1.92678 7.38756 1.92678 7.86244 2.21967 8.15533L5.96967 11.9053C6.26256 12.1982 6.73744 12.1982 7.03033 11.9053L13.7803 5.15533Z" fill="white"/></svg>`,
|
|
342
|
+
'chevron-bold-down-12': `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4L6 8L10 4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
343
|
+
'chevron-down-12': `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 4.25L6 7.75L9.5 4.25" stroke="white" stroke-linecap="round"/></svg>`,
|
|
344
|
+
'chevron-down-20': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6357 7.71973C13.9286 7.42691 14.4034 7.42705 14.6963 7.71973C14.9892 8.01262 14.9892 8.48738 14.6963 8.78027L10.8242 12.6523C10.3686 13.1077 9.63034 13.1078 9.1748 12.6523L5.30273 8.78027C5.00991 8.48739 5.00991 8.01261 5.30273 7.71973C5.59561 7.42685 6.07038 7.42688 6.36328 7.71973L9.99902 11.3555L13.6357 7.71973Z" fill="#ffffff"/></svg>`,
|
|
345
|
+
'chevronDown': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.13743 6.1951C3.87708 5.93475 3.45497 5.93475 3.19462 6.1951C2.93427 6.45545 2.93427 6.87756 3.19462 7.13791L7.19462 11.1379C7.45497 11.3983 7.87708 11.3983 8.13743 11.1379L12.1374 7.13791C12.3978 6.87756 12.3978 6.45545 12.1374 6.1951C11.8771 5.93475 11.455 5.93475 11.1946 6.1951L7.66603 9.7237L4.13743 6.1951Z" fill="white"/></svg>`,
|
|
346
|
+
'close-12': `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.55355 3.15336C9.74882 2.9581 9.74882 2.64152 9.55356 2.44625C9.3583 2.25099 9.04172 2.25099 8.84645 2.44625L6 5.29266L3.15355 2.44625C2.95829 2.25099 2.64171 2.25099 2.44645 2.44625C2.25119 2.64152 2.25119 2.9581 2.44645 3.15336L5.29289 5.99977L2.44645 8.84617C2.25119 9.04143 2.25119 9.35801 2.44645 9.55328C2.64171 9.74854 2.95829 9.74854 3.15355 9.55328L6 6.70687L8.84645 9.55328C9.04172 9.74854 9.3583 9.74854 9.55356 9.55328C9.74882 9.35801 9.74882 9.04143 9.55355 8.84617L6.70711 5.99977L9.55355 3.15336Z" fill="white"/></svg>`,
|
|
347
|
+
'close-16': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0615 3.64556C13.2567 3.4503 13.2567 3.13372 13.0615 2.93845C12.8662 2.74318 12.5496 2.74317 12.3544 2.93843L8 7.29254L3.64563 2.93843C3.45036 2.74317 3.13378 2.74318 2.93852 2.93845C2.74326 3.13372 2.74327 3.4503 2.93854 3.64556L7.29287 7.99962L2.93854 12.3537C2.74327 12.5489 2.74326 12.8655 2.93852 13.0608C3.13378 13.2561 3.45036 13.2561 3.64563 13.0608L8 8.70671L12.3544 13.0608C12.5496 13.2561 12.8662 13.2561 13.0615 13.0608C13.2567 12.8655 13.2567 12.5489 13.0615 12.3537L8.70712 7.99962L13.0615 3.64556Z" fill="white"/></svg>`,
|
|
348
|
+
'close-24': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.7071 4.70711C21.0976 4.31658 21.0976 3.68342 20.7071 3.29289C20.3166 2.90237 19.6834 2.90237 19.2929 3.29289L12 10.5858L4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L10.5858 12L3.29289 19.2929C2.90237 19.6834 2.90237 20.3166 3.29289 20.7071C3.68342 21.0976 4.31658 21.0976 4.70711 20.7071L12 13.4142L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L13.4142 12L20.7071 4.70711Z" fill="white"/></svg>`,
|
|
349
|
+
'copy-20': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.833 2.58203C12.6278 2.58203 14.0828 4.03725 14.083 5.83203V5.91504H14.166C15.9607 5.91504 17.4157 7.3704 17.416 9.16504V14.165C17.416 15.96 15.9609 17.415 14.166 17.415H9.16602C7.37135 17.4147 5.91602 15.9598 5.91602 14.165V14.082H5.83301C4.03819 14.0819 2.58301 12.6269 2.58301 10.832V6.66504C2.58335 4.41036 4.41132 2.58234 6.66602 2.58203H10.833ZM9.16602 7.41504C8.19999 7.41535 7.41636 8.19902 7.41602 9.16504V14.165C7.41602 15.1313 8.19978 15.9147 9.16602 15.915H14.166C15.1325 15.915 15.916 15.1315 15.916 14.165V9.16504C15.9157 8.19883 15.1323 7.41504 14.166 7.41504H9.16602ZM6.66602 4.08203C5.23975 4.08234 4.08335 5.23878 4.08301 6.66504V10.832C4.08301 11.7984 4.86662 12.5819 5.83301 12.582H5.91602V9.16504C5.91636 7.37059 7.37156 5.91535 9.16602 5.91504H12.583V5.83203C12.5828 4.86567 11.7994 4.08203 10.833 4.08203H6.66602Z" fill="white"/></svg>`,
|
|
350
|
+
'delete-20': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.251 2.58203C12.5855 2.58216 13.6678 3.66456 13.668 4.99902V5.08203H15.835C16.2488 5.08234 16.5848 5.41815 16.585 5.83203C16.585 6.24605 16.2489 6.58172 15.835 6.58203H15.667C15.6708 6.65699 15.6711 6.73344 15.6641 6.81055L14.8877 15.2207C14.7729 16.4639 13.7299 17.4149 12.4814 17.415H7.52148C6.27286 17.415 5.23 16.464 5.11523 15.2207L4.33887 6.81055C4.33178 6.73341 4.33211 6.65702 4.33594 6.58203H4.16797C3.75376 6.58203 3.41797 6.24624 3.41797 5.83203C3.41813 5.41796 3.75386 5.08203 4.16797 5.08203H6.33496V4.99902C6.33513 3.66458 7.41654 2.58221 8.75098 2.58203H11.251ZM5.91504 6.58203C5.86618 6.58207 5.82781 6.62423 5.83203 6.67285L6.6084 15.083C6.65196 15.5546 7.04789 15.915 7.52148 15.915H12.4814C12.9549 15.9149 13.351 15.5545 13.3945 15.083L14.1709 6.67285C14.174 6.63663 14.1529 6.60404 14.1221 6.58984L14.0879 6.58203H5.91504ZM8.75098 4.08203C8.24497 4.08221 7.83513 4.49301 7.83496 4.99902V5.08203H12.168V4.99902C12.1678 4.49298 11.757 4.08216 11.251 4.08203H8.75098Z" fill="white"/></svg>`,
|
|
351
|
+
'download-48': `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.2002 37.7988C38.194 37.7989 38.9996 38.6059 39 39.5996C38.9998 40.5935 38.1941 41.3993 37.2002 41.3994H10.7998C9.8059 41.3993 9.00018 40.5935 9 39.5996C9.00042 38.6059 9.80604 37.7989 10.7998 37.7988H37.2002ZM28.3994 7C30.6085 7.00011 32.4004 8.7919 32.4004 11.001V20.2002H34.5449C37.1279 20.2006 38.4217 23.3236 36.5957 25.1504L26.8291 34.916C25.267 36.4781 22.733 36.4781 21.1709 34.916L11.4043 25.1504C9.57827 23.3236 10.8721 20.2006 13.4551 20.2002H15.5996V11.001C15.5996 8.7919 17.3915 7.00011 19.6006 7H28.3994ZM19.6006 10.5996C19.3798 10.5997 19.2002 10.7801 19.2002 11.001V21.4492C19.2002 22.747 18.1473 23.7996 16.8496 23.7998H15.1455L23.7168 32.3711C23.873 32.5271 24.127 32.5271 24.2832 32.3711L32.8545 23.7998H31.1504C29.8527 23.7996 28.7998 22.747 28.7998 21.4492V11.001C28.7998 10.7801 28.6202 10.5997 28.3994 10.5996H19.6006Z" fill="#ffffff"/></svg>`,
|
|
352
|
+
'download': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3L13 3ZM11 14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14H11ZM16.7071 12.7071C17.0976 12.3166 17.0976 11.6834 16.7071 11.2929C16.3166 10.9024 15.6834 10.9024 15.2929 11.2929L16.7071 12.7071ZM12.7071 15.2929L12 14.5858L12.7071 15.2929ZM11.2929 15.2929L12 14.5858H12L11.2929 15.2929ZM8.70711 11.2929C8.31658 10.9024 7.68342 10.9024 7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071L8.70711 11.2929ZM4 16C4 15.4477 3.55228 15 3 15C2.44772 15 2 15.4477 2 16H4ZM22 16C22 15.4477 21.5523 15 21 15C20.4477 15 20 15.4477 20 16H22ZM19.362 20.673L18.908 19.782H18.908L19.362 20.673ZM20.673 19.362L21.564 19.816L20.673 19.362ZM3.32698 19.362L2.43597 19.816L3.32698 19.362ZM4.63803 20.673L4.18404 21.564H4.18404L4.63803 20.673ZM11 3L11 14H13L13 3L11 3ZM15.2929 11.2929L12 14.5858L13.4142 16L16.7071 12.7071L15.2929 11.2929ZM12 14.5858L8.70711 11.2929L7.29289 12.7071L10.5858 16L12 14.5858ZM12 14.5858H12L10.5858 16C11.3668 16.781 12.6332 16.781 13.4142 16L12 14.5858ZM2 16V16.2H4V16H2ZM7.8 22H16.2V20H7.8V22ZM22 16.2V16H20V16.2H22ZM16.2 22C17.0236 22 17.7014 22.0008 18.2518 21.9558C18.8139 21.9099 19.3306 21.8113 19.816 21.564L18.908 19.782C18.7516 19.8617 18.5274 19.9266 18.089 19.9624C17.6389 19.9992 17.0566 20 16.2 20V22ZM20 16.2C20 17.0566 19.9992 17.6389 19.9624 18.089C19.9266 18.5274 19.8617 18.7516 19.782 18.908L21.564 19.816C21.8113 19.3306 21.9099 18.8139 21.9558 18.2518C22.0008 17.7014 22 17.0236 22 16.2H20ZM19.816 21.564C20.5686 21.1805 21.1805 20.5686 21.564 19.816L19.782 18.908C19.5903 19.2843 19.2843 19.5903 18.908 19.782L19.816 21.564ZM2 16.2C2 17.0236 1.99922 17.7014 2.04419 18.2518C2.09012 18.8139 2.18868 19.3306 2.43597 19.816L4.21799 18.908C4.1383 18.7516 4.07337 18.5274 4.03755 18.089C4.00078 17.6389 4 17.0566 4 16.2H2ZM7.8 20C6.94342 20 6.36113 19.9992 5.91104 19.9624C5.47262 19.9266 5.24842 19.8617 5.09202 19.782L4.18404 21.564C4.66937 21.8113 5.18608 21.9099 5.74817 21.9558C6.2986 22.0008 6.97642 22 7.8 22V20ZM2.43597 19.816C2.81947 20.5686 3.43139 21.1805 4.18404 21.564L5.09202 19.782C4.71569 19.5903 4.40973 19.2843 4.21799 18.908L2.43597 19.816Z" fill="#ffffff"></path></svg>`,
|
|
353
|
+
'edit': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7 17.0114L11.413 16.9964L21.045 7.45644C21.423 7.07844 21.631 6.57644 21.631 6.04244C21.631 5.50844 21.423 5.00644 21.045 4.62844L19.459 3.04244C18.703 2.28644 17.384 2.29044 16.634 3.03944L7 12.5814V17.0114ZM18.045 4.45644L19.634 6.03944L18.037 7.62144L16.451 6.03644L18.045 4.45644ZM9 13.4154L15.03 7.44244L16.616 9.02844L10.587 14.9994L9 15.0044V13.4154Z" fill="#ffffff"></path> <path d="M5 21H19C20.103 21 21 20.103 21 19V10.332L19 12.332V19H8.158C8.132 19 8.105 19.01 8.079 19.01C8.046 19.01 8.013 19.001 7.979 19H5V5H11.847L13.847 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21Z" fill="#ffffff"></path></svg>`,
|
|
155
354
|
'gear': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2 12.88V11.12C2 10.08 2.85 9.22 3.9 9.22C5.71 9.22 6.45 7.94 5.54 6.37C5.02 5.47 5.33 4.3 6.24 3.78L7.97 2.79C8.76 2.32 9.78 2.6 10.25 3.39L10.36 3.58C11.26 5.15 12.74 5.15 13.65 3.58L13.76 3.39C14.23 2.6 15.25 2.32 16.04 2.79L17.77 3.78C18.68 4.3 18.99 5.47 18.47 6.37C17.56 7.94 18.3 9.22 20.11 9.22C21.15 9.22 22.01 10.07 22.01 11.12V12.88C22.01 13.92 21.16 14.78 20.11 14.78C18.3 14.78 17.56 16.06 18.47 17.63C18.99 18.54 18.68 19.7 17.77 20.22L16.04 21.21C15.25 21.68 14.23 21.4 13.76 20.61L13.65 20.42C12.75 18.85 11.27 18.85 10.36 20.42L10.25 20.61C9.78 21.4 8.76 21.68 7.97 21.21L6.24 20.22C5.33 19.7 5.02 18.53 5.54 17.63C6.45 16.06 5.71 14.78 3.9 14.78C2.85 14.78 2 13.92 2 12.88Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
355
|
+
'info': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1"/><path d="M8 7V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="8" cy="5" r="0.75" fill="currentColor"/></svg>`,
|
|
356
|
+
'link': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1_288)"><path d="M11.4 3.36406C11.4 2.97746 11.7134 2.66406 12.1 2.66406H16.3C16.6866 2.66406 17 2.97746 17 3.36406L17 7.56406C17 7.95066 16.6866 8.26406 16.3 8.26406C15.9134 8.26406 15.6 7.95066 15.6 7.56406L15.6 5.05401L11.195 9.45904C10.9216 9.7324 10.4784 9.7324 10.205 9.45904C9.93166 9.18567 9.93166 8.74246 10.205 8.46909L14.61 4.06406H12.1C11.7134 4.06406 11.4 3.75066 11.4 3.36406Z" fill="white"/><path d="M7.03109 4.06406L8.6 4.06406C8.9866 4.06406 9.3 4.37746 9.3 4.76406C9.3 5.15066 8.9866 5.46406 8.6 5.46406H7.06C6.46039 5.46406 6.05279 5.46461 5.73773 5.49035C5.43084 5.51542 5.27389 5.56087 5.16441 5.61665C4.90099 5.75088 4.68681 5.96505 4.55259 6.22848C4.49681 6.33796 4.45136 6.4949 4.42629 6.80179C4.40055 7.11685 4.4 7.52446 4.4 8.12406V12.6041C4.4 13.2037 4.40055 13.6113 4.42629 13.9263C4.45136 14.2332 4.49681 14.3902 4.55259 14.4997C4.68681 14.7631 4.90099 14.9772 5.16441 15.1115C5.27389 15.1673 5.43084 15.2127 5.73773 15.2378C6.05279 15.2635 6.46039 15.2641 7.06 15.2641H11.54C12.1396 15.2641 12.5472 15.2635 12.8623 15.2378C13.1692 15.2127 13.3261 15.1673 13.4356 15.1115C13.699 14.9772 13.9132 14.7631 14.0474 14.4997C14.1032 14.3902 14.1486 14.2332 14.1737 13.9263C14.1995 13.6113 14.2 13.2037 14.2 12.6041V11.0641C14.2 10.6775 14.5134 10.3641 14.9 10.3641C15.2866 10.3641 15.6 10.6775 15.6 11.0641V12.633C15.6 13.1965 15.6 13.6615 15.5691 14.0403C15.5369 14.4338 15.4679 14.7955 15.2948 15.1352C15.0264 15.6621 14.598 16.0904 14.0712 16.3589C13.7314 16.532 13.3697 16.601 12.9763 16.6331C12.5974 16.6641 12.1324 16.6641 11.5689 16.6641H7.03107C6.4676 16.6641 6.00256 16.6641 5.62372 16.6331C5.23025 16.601 4.86856 16.532 4.52883 16.3589C4.00197 16.0904 3.57363 15.6621 3.30518 15.1352C3.13208 14.7955 3.06308 14.4338 3.03094 14.0403C2.99998 13.6615 2.99999 13.1965 3 12.633V8.09515C2.99999 7.53167 2.99998 7.06662 3.03094 6.68778C3.06308 6.29432 3.13208 5.93262 3.30518 5.59289C3.57363 5.06604 4.00197 4.63769 4.52883 4.36924C4.86856 4.19614 5.23025 4.12715 5.62372 4.095C6.00256 4.06405 6.46761 4.06405 7.03109 4.06406Z" fill="white"/></g><defs><clipPath id="clip0_1_288"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>`,
|
|
357
|
+
'loading': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C8.68678 -1.489e-08 7.38642 0.258657 6.17317 0.761204C4.95991 1.26375 3.85752 2.00035 2.92893 2.92893C2.00035 3.85752 1.26375 4.95991 0.761204 6.17317C0.258657 7.38642 -1.489e-08 8.68678 0 10C-4.96335e-08 11.3132 0.258657 12.6136 0.761204 13.8268C1.26375 15.0401 2.00035 16.1425 2.92893 17.0711C3.85752 17.9997 4.95991 18.7362 6.17317 19.2388C7.38642 19.7413 8.68678 20 10 20C11.3132 20 12.6136 19.7413 13.8268 19.2388C15.0401 18.7362 16.1425 17.9997 17.0711 17.0711C17.9997 16.1425 18.7362 15.0401 19.2388 13.8268C19.7413 12.6136 20 11.3132 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7362 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761204C12.6136 0.258657 11.3132 -4.96335e-08 10 0ZM10 1C11.314 1.00028 12.6119 1.28828 13.8027 1.84375L12.959 3.65625C12.0324 3.22403 11.0224 3.00003 10 3C8.97758 3.00003 7.96758 3.22403 7.04102 3.65625L6.19922 1.84961C7.38895 1.2924 8.68625 1.0024 10 1ZM10 4C10.7879 4 11.5681 4.15519 12.2961 4.45672C13.0241 4.75825 13.6855 5.20021 14.2426 5.75736C14.7998 6.31451 15.2417 6.97595 15.5433 7.7039C15.8448 8.43185 16 9.21207 16 10C16 10.7879 15.8448 11.5681 15.5433 12.2961C15.2417 13.0241 14.7998 13.6855 14.2426 14.2426C13.6855 14.7998 13.0241 15.2417 12.2961 15.5433C11.5681 15.8448 10.7879 16 10 16C8.4087 16 6.88258 15.3679 5.75736 14.2426C4.63214 13.1174 4 11.5913 4 10C4 8.4087 4.63214 6.88258 5.75736 5.75736C6.88258 4.63214 8.4087 4 10 4Z" fill="white"/></svg>`,
|
|
358
|
+
'logo': `<svg width="72" height="67" viewBox="0 0 72 67" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M50 0H0V17H50V0ZM32.1237 14.875V2.125H34.0054V14.875H32.1237ZM18.8755 14.875L31.5499 2.125H28.435L15.5318 14.875H18.8755ZM2.15054 3.58597V2.125H11.0474L12.4811 3.58597H2.15054ZM19.6399 6.68357L15.1663 2.125H24.2532L19.6399 6.68357ZM47.8495 10.6508L38.531 2.125H47.8495V10.6508ZM36.9624 12.1076V4.67191L41.005 8.37067L36.9624 12.1076ZM2.15054 14.875V6.50785H6.3172V14.875H2.15054ZM9.27419 14.875V6.50785H15.3485L17.5487 8.74989L11.35 14.875H9.27419ZM29.1667 14.875H23.0441L29.1667 8.62507V14.875ZM38.297 14.875L43.1804 10.3609L47.8495 14.6328V14.875H38.297Z" fill="white"> </path> <g clip-path="url(#clip0_23676_15242)"> <path d="M0 20.85C0.0853514 20.8561 0.176799 20.8623 0.262151 20.8623C16.7776 20.8623 33.2992 20.8623 49.8147 20.8623C49.9001 20.8623 49.9915 20.8623 50.1074 20.8623C50.1074 20.2498 50.1074 19.6497 50.1074 19C52.4911 20.2127 54.8261 21.4068 57.2037 22.6195C54.8383 23.826 52.5033 25.0201 50.1196 26.2328C50.1196 25.5955 50.1196 24.9954 50.1196 24.3828C34.5551 24.3828 19.0273 24.3828 3.48112 24.3828C3.48112 36.7943 3.48112 49.2057 3.48112 61.6419C11.2237 61.6419 18.9602 61.6419 26.715 61.6419C26.715 62.8175 26.715 63.9559 26.715 65.1253C26.6418 65.1315 26.5626 65.1377 26.4894 65.1377C17.7165 65.1377 8.9497 65.1377 0.176799 65.1377C0.115834 65.1377 0.0609653 65.1315 0 65.1315C0 50.3689 0 35.6125 0 20.85Z" fill="white"> </path> <path d="M37.4022 66.9998C35.0367 65.7933 32.7078 64.6054 30.3241 63.3865C32.7017 62.1738 35.0306 60.9859 37.4022 59.7732C37.4022 60.3239 37.4022 60.8374 37.4022 61.3447C37.4022 61.6355 37.4022 61.6355 37.6887 61.6355C47.876 61.6355 58.0694 61.6355 68.2567 61.6355C68.5493 61.6355 68.5493 61.6355 68.5493 61.3509C68.5493 49.1189 68.5493 36.8807 68.5493 24.6487C68.5493 24.3641 68.5493 24.3641 68.2567 24.3641C66.5619 24.3641 64.8609 24.3641 63.1661 24.3641C63.0807 24.3641 62.9893 24.3641 62.8857 24.3641C62.8857 23.1947 62.8857 22.0439 62.8857 20.8745C65.9095 20.8745 68.9334 20.8745 71.9817 20.8745C71.9878 20.9735 71.9939 21.0663 71.9939 21.1591C71.9939 35.7175 71.9939 50.2759 71.9939 64.8343C71.9939 65.1313 71.9939 65.1313 71.6951 65.1313C60.3861 65.1313 49.077 65.1313 37.768 65.1313C37.3534 65.1313 37.4022 65.0942 37.4022 65.4963C37.4022 65.9851 37.4022 66.4677 37.4022 66.9998Z" fill="white"> </path> <path d="M10.2666 49.7685C15.7657 43.2844 21.2647 36.8064 26.7943 30.2852C26.7943 38.6935 26.7943 47.0586 26.7943 55.4422C25.9347 55.4422 25.0812 55.4422 24.1972 55.4422C24.1972 49.3107 24.1972 43.1854 24.1972 37.0539C24.1789 37.0415 24.1545 37.0292 24.1362 37.0168C18.6371 43.5009 13.1381 49.9789 7.60852 56.5063C7.60852 48.0609 7.60852 39.6773 7.60852 31.2813C8.48032 31.2813 9.33993 31.2813 10.2239 31.2813C10.2239 37.4437 10.2239 43.5937 10.2239 49.7376C10.2361 49.7562 10.2483 49.7623 10.2666 49.7685Z" fill="white"> </path> <path d="M65.178 50.27C65.1841 50.3504 65.1902 50.3999 65.1902 50.4494C65.1902 51.4208 65.1841 52.3922 65.1963 53.3698C65.1963 53.5183 65.1293 53.5925 65.0195 53.6729C63.3857 54.8052 61.5994 55.5415 59.6302 55.7766C55.7589 56.2468 52.3205 55.2445 49.4368 52.5345C47.4615 50.6783 46.2971 48.3458 45.8642 45.6544C45.407 42.7959 45.7484 40.0426 47.0774 37.4626C48.8089 34.0968 51.5645 32.0364 55.198 31.2012C57.3257 30.7124 59.4595 30.7248 61.5689 31.3682C62.837 31.7518 63.9892 32.3643 65.05 33.1625C65.1171 33.212 65.178 33.311 65.178 33.3914C65.1841 34.3999 65.1841 35.4084 65.1841 36.4231C65.1841 36.4479 65.1719 36.4788 65.1658 36.5345C65.0866 36.4664 65.0317 36.4169 64.9768 36.3613C63.471 34.9382 61.7518 33.9111 59.7094 33.5708C55.9479 32.9521 52.8143 34.1091 50.4427 37.1656C48.882 39.1826 48.2785 41.5399 48.4004 44.089C48.4857 45.9452 48.9978 47.6652 50.0525 49.1934C51.473 51.2414 53.4239 52.5221 55.8016 53.1037C58.6304 53.7967 61.2153 53.1594 63.6051 51.5569C63.8795 51.3713 64.1416 51.1671 64.3977 50.9568C64.6537 50.7464 64.8976 50.5175 65.178 50.27Z" fill="white"> </path> <path d="M44.6266 31.2939C44.6266 31.9622 44.6266 32.6118 44.6266 33.2677C44.6266 33.7936 44.6266 33.7936 44.1084 33.7936C42.4563 33.7936 40.8041 33.7936 39.1459 33.7936C39.0544 33.7936 38.9569 33.7936 38.841 33.7936C38.841 41.0202 38.841 48.222 38.841 55.4486C37.957 55.4486 37.1035 55.4486 36.2012 55.4486C36.2012 55.3434 36.2012 55.2383 36.2012 55.1331C36.2012 48.1663 36.2012 41.2058 36.2012 34.239C36.2012 34.171 36.1951 34.1029 36.2012 34.041C36.2317 33.8369 36.1403 33.7936 35.9513 33.7936C34.2016 33.7997 32.4519 33.7997 30.7083 33.7997C30.4034 33.7997 30.4034 33.7997 30.4034 33.4842C30.4034 32.7665 30.4034 32.0488 30.4034 31.3063C35.1526 31.2939 39.8714 31.2939 44.6266 31.2939Z" fill="white"> </path> </g> <defs> <clipPath id="clip0_23676_15242"> <rect width="72" height="48" fill="white" transform="translate(0 19)"> </rect> </clipPath> </defs></svg>`,
|
|
359
|
+
'logout': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 3H5C3.89 3 3 3.89 3 5V9H5V5H19V19H5V15H3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM10.08 15.58L11.5 17L16.5 12L11.5 7L10.08 8.41L12.67 11H3V13H12.67L10.08 15.58Z" fill="white"/></svg>`,
|
|
360
|
+
'minus': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 7.75C2 7.33579 2.29848 7 2.66667 7L13.3333 7C13.7015 7 14 7.33579 14 7.75C14 8.16421 13.7015 8.5 13.3333 8.5L2.66667 8.5C2.29848 8.5 2 8.16421 2 7.75Z" fill="white"/></svg>`,
|
|
361
|
+
'more': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_24478_21033)"><path d="M10.0007 8.33594C9.08398 8.33594 8.33398 9.08594 8.33398 10.0026C8.33398 10.9193 9.08398 11.6693 10.0007 11.6693C10.9173 11.6693 11.6673 10.9193 11.6673 10.0026C11.6673 9.08594 10.9173 8.33594 10.0007 8.33594ZM10.0007 3.33594C9.08398 3.33594 8.33398 4.08594 8.33398 5.0026C8.33398 5.91927 9.08398 6.66927 10.0007 6.66927C10.9173 6.66927 11.6673 5.91927 11.6673 5.0026C11.6673 4.08594 10.9173 3.33594 10.0007 3.33594ZM10.0007 13.3359C9.08398 13.3359 8.33398 14.0859 8.33398 15.0026C8.33398 15.9193 9.08398 16.6693 10.0007 16.6693C10.9173 16.6693 11.6673 15.9193 11.6673 15.0026C11.6673 14.0859 10.9173 13.3359 10.0007 13.3359Z" fill="white"/></g><defs><clipPath id="clip0_24478_21033"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>`,
|
|
156
362
|
'move': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2L15 5H13V11H19V9L22 12L19 15V13H13V19H15L12 22L9 19H11V13H5V15L2 12L5 9V11H11V5H9L12 2Z" fill="white"/></svg>`,
|
|
363
|
+
'no-photo-24': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.01367 12.1348C8.08767 14.1968 9.80267 15.9118 11.8647 15.9858L8.01367 12.1348Z" fill="#ffffff"/><path d="M4 20H15.879L13.879 18H4V8.121L2.144 6.265C2.04958 6.49858 2.0007 6.74806 2 7V18C2 19.103 2.897 20 4 20ZM20 5H17.414L14.707 2.293C14.6143 2.19996 14.5041 2.12617 14.3828 2.07589C14.2614 2.0256 14.1313 1.99981 14 2H10C9.86866 1.99987 9.7386 2.02568 9.61727 2.07596C9.49594 2.12624 9.38574 2.2 9.293 2.293L6.586 5H6.414L3.707 2.293L2.293 3.707L20.293 21.707L21.707 20.293L21.081 19.667C21.3619 19.4887 21.5933 19.2425 21.754 18.9512C21.9146 18.6598 21.9992 18.3327 22 18V7C22 5.897 21.103 5 20 5ZM13.919 12.505L11.495 10.08C11.658 10.034 11.826 10 12 10C13.065 10 14 10.935 14 12C14 12.174 13.967 12.342 13.919 12.505ZM15.421 14.006C15.7936 13.4028 15.9939 12.709 16 12C16 9.832 14.168 8 12 8C11.271 8 10.588 8.22 9.993 8.579L7.914 6.5L10.414 4H13.586L16.293 6.707C16.3857 6.80004 16.4959 6.87383 16.6172 6.92412C16.7386 6.9744 16.8687 7.00019 17 7L20 6.999V18H19.414L15.421 14.006Z" fill="#ffffff"/></svg>`,
|
|
364
|
+
'pedestrian-call-20': `<svg width="28" height="20" viewBox="0 0 28 20" fill="none" xmlns="http://www.w3.org/2000/svg"><!-- Hand pressing button (based on reference, scaled to ~12x20) --><g transform="translate(-0.2, 0.7) scale(0.07)"> <path d="M62.288,89.305c1.367,0,2.741-0.465,3.867-1.415c2.532-2.138,2.853-5.924,0.715-8.455 C60.642,72.058,57.213,62.67,57.213,53c0-22.608,18.393-41,41-41s41,18.392,41,41c0,6.308-1.392,12.354-4.137,17.974 c-1.455,2.978-0.221,6.57,2.757,8.024c2.977,1.459,6.57,0.22,8.024-2.757c3.554-7.274,5.355-15.093,5.355-23.241 c0-29.225-23.775-53-53-53s-53,23.775-53,53c0,12.5,4.435,24.637,12.487,34.175C58.887,88.581,60.582,89.305,62.288,89.305z" fill="white"/> <path d="M211.134,141.765c-3.866-22.86-20.326-25.967-27.416-26.223c-2.007-0.073-3.836-1.129-4.912-2.824 c-5.367-8.456-12.645-10.681-18.813-10.681c-2.824-0.001-5.414,0.465-7.485,1.013c-0.608,0.16-1.227,0.239-1.839,0.239 c-2.178,0-4.277-0.994-5.588-2.811c-5.28-7.315-12.171-9.293-18.078-9.293c-1.58,0-3.09,0.142-4.479,0.36 c-0.371,0.059-0.739,0.087-1.1,0.087c-3.78,0-6.969-3.07-6.974-6.987l-0.05-42.287c-0.014-10.927-8.209-16.387-16.404-16.387 c-8.211,0-16.422,5.479-16.408,16.427c0.022,18.357,0.089,73.493,0.108,90.106c0.004,2.808-1.675,5.345-4.265,6.428 c-32.541,13.602,7.643,74.619,14.84,85.076c0.702,1.02,1.118,2.203,1.211,3.438l1.759,23.661c0.274,3.65,3.316,6.724,6.977,6.724 c0.003,0,0.006,0,0.009,0l78.623-0.349c3.509-0.005,6.471-2.732,6.928-6.211l3.202-24.453c0.136-1.031,0.51-2.053,1.074-2.927 C213.066,191.413,214.717,162.954,211.134,141.765z" fill="white"/></g><!-- Pedestrian (classic walking silhouette) --><circle cx="21.5" cy="4" r="2" fill="white"/><path d="M21 6.5L20 12" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M20.5 8L18 10" stroke="white" stroke-width="1.6" stroke-linecap="round"/><path d="M20.7 7.5L23.5 9" stroke="white" stroke-width="1.6" stroke-linecap="round"/><path d="M20 12L17.5 15.5L16 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.3 11.5L23 15L24.5 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
365
|
+
'pedestrian-call-off-20': `<svg width="28" height="20" viewBox="0 0 28 20" fill="none" xmlns="http://www.w3.org/2000/svg"><!-- Hand pressing button (faded) --><g transform="translate(-0.2, 0.7) scale(0.07)" opacity="0.3"> <path d="M62.288,89.305c1.367,0,2.741-0.465,3.867-1.415c2.532-2.138,2.853-5.924,0.715-8.455 C60.642,72.058,57.213,62.67,57.213,53c0-22.608,18.393-41,41-41s41,18.392,41,41c0,6.308-1.392,12.354-4.137,17.974 c-1.455,2.978-0.221,6.57,2.757,8.024c2.977,1.459,6.57,0.22,8.024-2.757c3.554-7.274,5.355-15.093,5.355-23.241 c0-29.225-23.775-53-53-53s-53,23.775-53,53c0,12.5,4.435,24.637,12.487,34.175C58.887,88.581,60.582,89.305,62.288,89.305z" fill="white"/> <path d="M211.134,141.765c-3.866-22.86-20.326-25.967-27.416-26.223c-2.007-0.073-3.836-1.129-4.912-2.824 c-5.367-8.456-12.645-10.681-18.813-10.681c-2.824-0.001-5.414,0.465-7.485,1.013c-0.608,0.16-1.227,0.239-1.839,0.239 c-2.178,0-4.277-0.994-5.588-2.811c-5.28-7.315-12.171-9.293-18.078-9.293c-1.58,0-3.09,0.142-4.479,0.36 c-0.371,0.059-0.739,0.087-1.1,0.087c-3.78,0-6.969-3.07-6.974-6.987l-0.05-42.287c-0.014-10.927-8.209-16.387-16.404-16.387 c-8.211,0-16.422,5.479-16.408,16.427c0.022,18.357,0.089,73.493,0.108,90.106c0.004,2.808-1.675,5.345-4.265,6.428 c-32.541,13.602,7.643,74.619,14.84,85.076c0.702,1.02,1.118,2.203,1.211,3.438l1.759,23.661c0.274,3.65,3.316,6.724,6.977,6.724 c0.003,0,0.006,0,0.009,0l78.623-0.349c3.509-0.005,6.471-2.732,6.928-6.211l3.202-24.453c0.136-1.031,0.51-2.053,1.074-2.927 C213.066,191.413,214.717,162.954,211.134,141.765z" fill="white"/></g><!-- Pedestrian (faded) --><circle cx="21.5" cy="4" r="2" fill="white" opacity="0.3"/><path d="M21 6.5L20 12" stroke="white" stroke-width="2" stroke-linecap="round" opacity="0.3"/><path d="M20.5 8L18 10" stroke="white" stroke-width="1.6" stroke-linecap="round" opacity="0.3"/><path d="M20.7 7.5L23.5 9" stroke="white" stroke-width="1.6" stroke-linecap="round" opacity="0.3"/><path d="M20 12L17.5 15.5L16 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity="0.3"/><path d="M20.3 11.5L23 15L24.5 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity="0.3"/><!-- strikethrough --><line x1="1" y1="18.5" x2="27" y2="1.5" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>`,
|
|
366
|
+
'plus-circle-green': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM13 7H11V11H7V13H11V17H13V13H17V11H13V7Z" fill="#0FC176"/></svg>`,
|
|
367
|
+
'plus': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 2.75C8.5 2.33579 8.16421 2 7.75 2C7.33579 2 7 2.33579 7 2.75V7H2.75C2.33579 7 2 7.33579 2 7.75C2 8.16421 2.33579 8.5 2.75 8.5H7V12.75C7 13.1642 7.33579 13.5 7.75 13.5C8.16421 13.5 8.5 13.1642 8.5 12.75V8.5H12.75C13.1642 8.5 13.5 8.16421 13.5 7.75C13.5 7.33579 13.1642 7 12.75 7H8.5V2.75Z" fill="white"/></svg>`,
|
|
368
|
+
'refresh': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.68 9.17135H4.89696L4.89792 9.1621C5.02327 8.50444 5.2686 7.87979 5.61984 7.32398C6.14252 6.49886 6.87566 5.85222 7.73184 5.46118C8.02176 5.32952 8.32416 5.22872 8.63232 5.16186C9.27158 5.02299 9.93034 5.02299 10.5696 5.16186C11.4883 5.36356 12.3313 5.85042 12.9936 6.56179L14.353 5.1094C13.7403 4.45278 13.0154 3.92861 12.2179 3.56547C11.8112 3.38097 11.3883 3.24038 10.9555 3.1458C10.0626 2.9514 9.14224 2.9514 8.24928 3.1458C7.81618 3.24077 7.39297 3.3817 6.98592 3.56649C5.78643 4.11176 4.75961 5.01692 4.02912 6.17298C3.53749 6.9525 3.19369 7.82799 3.01728 8.74963C2.9904 8.88849 2.976 9.03044 2.9568 9.17135H0L3.84 13.2858L7.68 9.17135ZM11.52 11.2286H14.303L14.3021 11.2368C14.0513 12.5552 13.326 13.7148 12.2832 14.4645C11.7646 14.8412 11.1816 15.1041 10.5677 15.2381C9.92875 15.3769 9.27029 15.3769 8.63136 15.2381C8.01757 15.1037 7.43458 14.8409 6.91584 14.4645C6.66108 14.2799 6.42321 14.0698 6.20544 13.8371L4.848 15.2915C5.46097 15.948 6.18617 16.4718 6.984 16.8344C7.39104 17.0196 7.81632 17.1605 8.2464 17.2541C9.13902 17.4486 10.0591 17.4486 10.9517 17.2541C12.6725 16.8714 14.1862 15.7847 15.1709 14.2249C15.662 13.4459 16.0055 12.5712 16.1818 11.6503C16.2077 11.5114 16.223 11.3695 16.2422 11.2286H19.2L15.36 7.11415L11.52 11.2286Z" fill="#FFFFFF"/></svg>`,
|
|
369
|
+
'rotate-clockwise': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 10C17.5 14.1421 14.1421 17.5 10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5C11.9209 2.5 13.6731 3.22213 15 4.40973M15.8333 2.5V5C15.8333 5.46024 15.4602 5.83333 15 5.83333H12.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>`,
|
|
370
|
+
'rotate-counterclockwise': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 10C2.5 14.1421 5.85786 17.5 10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C8.07911 2.5 6.32689 3.22213 5 4.40973M4.16667 2.5V5C4.16667 5.46024 4.53976 5.83333 5 5.83333H7.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>`,
|
|
371
|
+
'search': `<svg width="24" height="24" viewBox="0 0 24 24" stroke="#ffffff" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></circle><path d="M16.5 16.958L21.5 21.958" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>`,
|
|
372
|
+
'sliders': `<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16" fill="none"><path d="M3 14.75V9.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 6.5V1.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 14.75V8" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 5V1.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 14.75V11" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 8V1.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M0.75 9.5H5.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.75 5H11.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.75 11H17.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
373
|
+
'tooltip-icon-14': `<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1.22461C10.1894 1.22461 12.7754 3.81056 12.7754 7C12.7754 10.1894 10.1894 12.7754 7 12.7754C3.81056 12.7754 1.22461 10.1894 1.22461 7C1.22461 3.81056 3.81056 1.22461 7 1.22461ZM7 2.27539C4.39045 2.27539 2.27539 4.39045 2.27539 7C2.27539 9.60955 4.39045 11.7246 7 11.7246C9.60955 11.7246 11.7246 9.60955 11.7246 7C11.7246 4.39045 9.60955 2.27539 7 2.27539ZM7.00684 9.27539C7.29672 9.27539 7.53212 9.50994 7.53223 9.7998C7.53223 10.0898 7.29679 10.3252 7.00684 10.3252H7C6.71005 10.3252 6.47461 10.0898 6.47461 9.7998C6.47471 9.50994 6.71012 9.27539 7 9.27539H7.00684ZM7 3.6748C8.06302 3.6748 8.92459 4.53664 8.9248 5.59961C8.9248 6.46072 8.40957 6.94647 8.03125 7.25391C7.82007 7.42549 7.69723 7.51064 7.59375 7.61621C7.5507 7.66019 7.53278 7.68777 7.52637 7.7002L7.52539 7.70312V8.0498C7.52539 8.33975 7.28995 8.5752 7 8.5752C6.71005 8.5752 6.47461 8.33975 6.47461 8.0498V7.7002C6.47461 7.3282 6.66855 7.06075 6.84375 6.88184C7.00269 6.71961 7.2306 6.55202 7.36914 6.43945C7.69071 6.17816 7.875 5.96314 7.875 5.59961C7.87479 5.11654 7.48312 4.72461 7 4.72461C6.51688 4.72461 6.12521 5.11654 6.125 5.59961C6.125 5.88956 5.88956 6.125 5.59961 6.125C5.30984 6.12479 5.0752 5.88943 5.0752 5.59961C5.07541 4.53664 5.93698 3.6748 7 3.6748Z" fill="#F6F6F7"/></svg>`,
|
|
374
|
+
'trash-red': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 20C5 20.5304 5.21071 21.0391 5.58579 21.4142C5.96086 21.7893 6.46957 22 7 22H17C17.5304 22 18.0391 21.7893 18.4142 21.4142C18.7893 21.0391 19 20.5304 19 20V8H21V6H17V4C17 3.46957 16.7893 2.96086 16.4142 2.58579C16.0391 2.21071 15.5304 2 15 2H9C8.46957 2 7.96086 2.21071 7.58579 2.58579C7.21071 2.96086 7 3.46957 7 4V6H3V8H5V20ZM9 4H15V6H9V4ZM8 8H17V20H7V8H8Z" fill="#ea1246"/><path d="M9 10H11V18H9V10ZM13 10H15V18H13V10Z" fill="#ea1246"/></svg>`,
|
|
375
|
+
'triangle-down': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6825 14.3632C12.2982 14.7218 11.702 14.7218 11.3178 14.3632L7.42627 10.7311C6.76275 10.1118 7.20096 9 8.10859 9L15.8917 9C16.7993 9 17.2375 10.1118 16.574 10.7311L12.6825 14.3632Z" fill="white"/></svg>`,
|
|
376
|
+
'triangle-up': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3177 9.63683C11.7019 9.27824 12.2981 9.27824 12.6823 9.63683L16.5739 13.2689C17.2374 13.8882 16.7992 15 15.8916 15H8.10845C7.20083 15 6.76261 13.8882 7.42613 13.2689L11.3177 9.63683Z" fill="white"/></svg>`,
|
|
377
|
+
'upload-48': `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.8789 4.74609C26.4027 4.74616 26.918 4.88967 27.3672 5.15918L37.4873 11.2314C38.3577 11.7538 38.8904 12.6939 38.8906 13.709V34.9102C38.8904 39.519 35.1538 43.2568 30.5449 43.2568H17.4551C12.8462 43.2568 9.1096 39.519 9.10938 34.9102V13.0928C9.10938 8.48371 12.846 4.74609 17.4551 4.74609H25.8789ZM17.4551 8.34668C14.8342 8.34668 12.709 10.4719 12.709 13.0928V34.9102C12.7092 37.5308 14.8344 39.6562 17.4551 39.6562H30.5449C33.1656 39.6562 35.2908 37.5308 35.291 34.9102V17.0742H30.5449C25.9361 17.074 22.1993 13.3373 22.1992 8.72852V8.34668H17.4551ZM21.9551 21.3164C23.0136 20.2583 24.6889 20.194 25.8242 21.1201L26.0449 21.3164L29.6357 24.9102C30.3384 25.6131 30.3385 26.7522 29.6357 27.4551C28.9328 28.1579 27.7928 28.158 27.0898 27.4551L25.7988 26.1641V32.7285C25.7987 33.7225 24.993 34.5282 23.999 34.5283C23.0055 34.5277 22.1993 33.7222 22.1992 32.7285V26.166L20.9102 27.4551C20.2073 28.158 19.0672 28.1578 18.3643 27.4551C17.6615 26.7522 17.6616 25.6131 18.3643 24.9102L21.9551 21.3164ZM25.7988 8.72852C25.7989 11.3491 27.9243 13.4744 30.5449 13.4746H34.2295L25.7988 8.41406V8.72852Z" fill="#ffffff"/></svg>`,
|
|
378
|
+
'url': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1063_28959)"><path d="M17 12.8333V17.8333C17 18.2754 16.8244 18.6993 16.5118 19.0118C16.1993 19.3244 15.7754 19.5 15.3333 19.5H6.16667C5.72464 19.5 5.30072 19.3244 4.98816 19.0118C4.67559 18.6993 4.5 18.2754 4.5 17.8333V8.66667C4.5 8.22464 4.67559 7.80072 4.98816 7.48816C5.30072 7.17559 5.72464 7 6.16667 7H11.1667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.5 4.5H19.5V9.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.3333 13.6667L19.4999 4.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1063_28959"><rect width="18" height="18" fill="white" transform="translate(3 3)"/></clipPath></defs></svg>`,
|
|
379
|
+
'warning': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 2L14.9282 13.5H1.0718L8 2Z" stroke="currentColor" stroke-width="1" stroke-linejoin="round"/><path d="M8 6V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="8" cy="11.5" r="0.75" fill="currentColor"/></svg>`,
|
|
380
|
+
'geojson-constructor/confirm': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00002 16.2L4.80002 12L3.40002 13.4L9.00002 19L21 7.00001L19.6 5.60001L9.00002 16.2Z" fill="white"/></svg>`,
|
|
381
|
+
'geojson-constructor/remove': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 19C6 20.1 6.9 21 8 21H16C17.1 21 18 20.1 18 19V7H6V19ZM8.46 11.88L9.87 10.47L12 12.59L14.12 10.47L15.53 11.88L13.41 14L15.53 16.12L14.12 17.53L12 15.41L9.88 17.53L8.47 16.12L10.59 14L8.46 11.88ZM15.5 4L14.5 3H9.5L8.5 4H5V6H19V4H15.5Z" fill="white"/></svg>`,
|
|
382
|
+
'geojson-constructor/undo': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 8C9.85 8 7.45 8.99 5.6 10.6L2 7V16H11L7.38 12.38C8.77 11.22 10.54 10.5 12.5 10.5C16.04 10.5 19.05 12.81 20.1 16L22.47 15.22C21.08 11.03 17.15 8 12.5 8Z" fill="white"/></svg>`,
|
|
383
|
+
'login/eye-closed': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8C4.65091 9.04146 5.35915 9.93026 6.1077 10.6667M20 8C19.3491 9.0414 18.6411 9.93029 17.8926 10.6667M17.8926 10.6667L20 12.9791M17.8926 10.6667C16.7441 11.7965 15.5005 12.5673 14.2222 12.9791M6.1077 10.6667L4 12.9791M6.1077 10.6667C7.25616 11.7965 8.49979 12.5673 9.77812 12.9791M14.2222 12.9791L15.1111 16M14.2222 12.9791C12.7561 13.4513 11.2443 13.4513 9.77812 12.9791M9.77812 12.9791L8.88889 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
384
|
+
'login/eye-opened': `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12.1764" r="2.82351" fill="white" /><path fill-rule="evenodd" clip-rule="evenodd" d="M4.04337 12.3738C4.05506 12.3992 4.06904 12.4236 4.08527 12.4467C6.23919 15.6727 9.0875 17.3529 12 17.3529C14.9125 17.3529 17.7608 15.6727 19.9147 12.4467C19.9706 12.3671 19.9999 12.2723 20 12.1764C20.0001 12.11 19.9861 12.043 19.9571 11.9801C19.9453 11.9543 19.9312 11.9296 19.9147 11.9061C17.7608 8.68021 14.9125 7 12 7C9.08751 7 6.23919 8.68021 4.08527 11.9061C4.06905 11.9293 4.05506 11.9537 4.04337 11.9791C3.98425 12.1066 3.98684 12.2512 4.04337 12.3738ZM5.04028 12.1764C7.0407 9.31178 9.55066 7.94117 12 7.94117C14.4493 7.94117 16.9593 9.31177 18.9597 12.1764C16.9593 15.0411 14.4493 16.4117 12 16.4117C9.55066 16.4117 7.0407 15.0411 5.04028 12.1764Z" fill="white"/></svg>`,
|
|
385
|
+
'login/header': `<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.33333 17H2.77778C2.30628 17 1.8541 16.8127 1.5207 16.4793C1.1873 16.1459 1 15.6937 1 15.2222V2.77778C1 2.30628 1.1873 1.8541 1.5207 1.5207C1.8541 1.1873 2.30628 1 2.77778 1H6.33333" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5555 13.4445L17 9.0001L12.5555 4.55566" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 9H6.33336" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
386
|
+
'login/pass': `<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.128906C5.41007 0.128906 3.31053 2.22846 3.31053 4.81838V6.93789C2.55322 6.96412 2.05396 7.03869 1.63803 7.25062C1.07354 7.53824 0.614601 7.99718 0.32698 8.56167C0 9.20341 0 10.0435 0 11.7236V13.071C0 14.7512 0 15.5912 0.32698 16.233C0.614601 16.7975 1.07354 17.2564 1.63803 17.544C2.27976 17.871 3.11984 17.871 4.8 17.871H11.2C12.8802 17.871 13.7202 17.871 14.362 17.544C14.9265 17.2564 15.3854 16.7975 15.673 16.233C16 15.5912 16 14.7512 16 13.071V11.7236C16 10.0435 16 9.20341 15.673 8.56167C15.3854 7.99718 14.9265 7.53824 14.362 7.25062C13.946 7.03869 13.4468 6.96412 12.6895 6.93789V4.81838C12.6895 2.22846 10.5899 0.128906 8 0.128906ZM10.8895 6.92364V4.81838C10.8895 3.22257 9.59581 1.92891 8 1.92891C6.40419 1.92891 5.11053 3.22257 5.11053 4.81838V6.92364H10.8895ZM8.8421 13.0142C9.34552 12.723 9.68421 12.1787 9.68421 11.5553C9.68421 10.6251 8.93016 9.87106 8 9.87106C7.06984 9.87106 6.31579 10.6251 6.31579 11.5553C6.31579 12.1787 6.65448 12.723 7.15789 13.0142V14.5026C7.15789 14.9677 7.53492 15.3447 8 15.3447C8.46508 15.3447 8.8421 14.9677 8.8421 14.5026V13.0142Z" fill="white"/></svg>`,
|
|
387
|
+
'login/user': `<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="4.5" r="4" fill="white"/><path d="M16 15.519C16 18.2908 11.9274 17.344 8 17.344C4.07264 17.344 0 18.2908 0 15.519C0 12.7471 4.07264 10.5 8 10.5C11.9274 10.5 16 12.7471 16 15.519Z" fill="white"/></svg>`,
|
|
388
|
+
'menu/chevron-left-16': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4708 11.526C10.7311 11.7863 10.7311 12.2085 10.4708 12.4688C10.2104 12.7291 9.78829 12.7291 9.52794 12.4688L5.52794 8.4688C5.2676 8.20845 5.2676 7.78634 5.52794 7.52599L9.52794 3.52599C9.78829 3.26564 10.2104 3.26564 10.4708 3.52599C10.7311 3.78634 10.7311 4.20845 10.4708 4.4688L6.94216 7.9974L10.4708 11.526Z" fill="white"/></svg>`,
|
|
389
|
+
'menu/chevron-left-button': `<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.06029 1.22698C5.34098 0.946294 5.34098 0.491201 5.06029 0.210515C4.77959 -0.0701715 4.32457 -0.0701715 4.04385 0.210515L0.210517 4.04388C0.0701692 4.18418 0 4.36818 0 4.55208C0 4.64954 0.0193967 4.7425 0.0545387 4.82722C0.0896137 4.91193 0.141603 4.99138 0.210517 5.06029L4.04385 8.89362C4.32457 9.17431 4.77959 9.17431 5.06029 8.89362C5.34098 8.61292 5.34098 8.15791 5.06029 7.87721L2.45397 5.27083H11.7396C12.1365 5.27083 12.4583 4.94902 12.4583 4.55208C12.4583 4.15514 12.1365 3.83333 11.7396 3.83333H2.45397L5.06029 1.22698Z" fill="#FAFBFC"/></svg>`,
|
|
390
|
+
'menu/chevron-left': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 20L8 12L16 4" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
391
|
+
'menu/chevron-right-16': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.52925 11.526C5.2689 11.7863 5.2689 12.2085 5.52925 12.4688C5.7896 12.7291 6.21171 12.7291 6.47206 12.4688L10.4721 8.4688C10.7324 8.20845 10.7324 7.78634 10.4721 7.52599L6.47206 3.52599C6.21171 3.26564 5.7896 3.26564 5.52925 3.52599C5.2689 3.78634 5.2689 4.20845 5.52925 4.4688L9.05784 7.9974L5.52925 11.526Z" fill="white"/></svg>`,
|
|
392
|
+
'menu/chevron-right': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 20L16 12L8 4" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>`,
|
|
393
|
+
'menu/double-chevron-left-16': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.1377 11.1953C8.39799 11.4556 8.39786 11.8773 8.1377 12.1377C7.87735 12.398 7.45567 12.398 7.19532 12.1377L3.19532 8.13767C2.93505 7.87732 2.935 7.45561 3.19532 7.19529L7.19532 3.19529C7.45566 2.93516 7.87741 2.93509 8.1377 3.19529C8.39805 3.45564 8.39805 3.8783 8.1377 4.13865L4.60938 7.66697L8.1377 11.1953Z" fill="white"/><path d="M12.1377 11.1953C12.398 11.4556 12.3979 11.8773 12.1377 12.1377C11.8774 12.398 11.4557 12.398 11.1953 12.1377L7.19532 8.13767C6.93505 7.87732 6.935 7.45561 7.19532 7.19529L11.1953 3.19529C11.4557 2.93516 11.8774 2.93509 12.1377 3.19529C12.398 3.45564 12.398 3.8783 12.1377 4.13865L8.60938 7.66697L12.1377 11.1953Z" fill="white"/></svg>`,
|
|
394
|
+
'menu/double-chevron-right-16': `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.19536 4.13781C6.93508 3.87752 6.93521 3.45579 7.19536 3.19543C7.45571 2.93508 7.8774 2.93508 8.13775 3.19543L12.1377 7.19543C12.398 7.45578 12.3981 7.87749 12.1377 8.13781L8.13775 12.1378C7.87741 12.3979 7.45565 12.398 7.19536 12.1378C6.93501 11.8775 6.93501 11.4548 7.19536 11.1944L10.7237 7.66613L7.19536 4.13781Z" fill="white"/><path d="M3.19536 4.13781C2.93508 3.87752 2.93521 3.45579 3.19536 3.19543C3.45571 2.93508 3.8774 2.93508 4.13775 3.19543L8.13775 7.19543C8.39801 7.45578 8.39807 7.87749 8.13775 8.13781L4.13775 12.1378C3.87741 12.3979 3.45565 12.398 3.19536 12.1378C2.93501 11.8775 2.93501 11.4548 3.19536 11.1944L6.72368 7.66613L3.19536 4.13781Z" fill="white"/></svg>`,
|
|
395
|
+
'menu/logo': `<svg width="72" height="67" viewBox="0 0 72 67" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M50 0H0V17H50V0ZM32.1237 14.875V2.125H34.0054V14.875H32.1237ZM18.8755 14.875L31.5499 2.125H28.435L15.5318 14.875H18.8755ZM2.15054 3.58597V2.125H11.0474L12.4811 3.58597H2.15054ZM19.6399 6.68357L15.1663 2.125H24.2532L19.6399 6.68357ZM47.8495 10.6508L38.531 2.125H47.8495V10.6508ZM36.9624 12.1076V4.67191L41.005 8.37067L36.9624 12.1076ZM2.15054 14.875V6.50785H6.3172V14.875H2.15054ZM9.27419 14.875V6.50785H15.3485L17.5487 8.74989L11.35 14.875H9.27419ZM29.1667 14.875H23.0441L29.1667 8.62507V14.875ZM38.297 14.875L43.1804 10.3609L47.8495 14.6328V14.875H38.297Z" fill="white"/> <g clip-path="url(#clip0_23676_15242)"> <path d="M0 20.85C0.0853514 20.8561 0.176799 20.8623 0.262151 20.8623C16.7776 20.8623 33.2992 20.8623 49.8147 20.8623C49.9001 20.8623 49.9915 20.8623 50.1074 20.8623C50.1074 20.2498 50.1074 19.6497 50.1074 19C52.4911 20.2127 54.8261 21.4068 57.2037 22.6195C54.8383 23.826 52.5033 25.0201 50.1196 26.2328C50.1196 25.5955 50.1196 24.9954 50.1196 24.3828C34.5551 24.3828 19.0273 24.3828 3.48112 24.3828C3.48112 36.7943 3.48112 49.2057 3.48112 61.6419C11.2237 61.6419 18.9602 61.6419 26.715 61.6419C26.715 62.8175 26.715 63.9559 26.715 65.1253C26.6418 65.1315 26.5626 65.1377 26.4894 65.1377C17.7165 65.1377 8.9497 65.1377 0.176799 65.1377C0.115834 65.1377 0.0609653 65.1315 0 65.1315C0 50.3689 0 35.6125 0 20.85Z" fill="white"/> <path d="M37.4022 66.9998C35.0367 65.7933 32.7078 64.6054 30.3241 63.3865C32.7017 62.1738 35.0306 60.9859 37.4022 59.7732C37.4022 60.3239 37.4022 60.8374 37.4022 61.3447C37.4022 61.6355 37.4022 61.6355 37.6887 61.6355C47.876 61.6355 58.0694 61.6355 68.2567 61.6355C68.5493 61.6355 68.5493 61.6355 68.5493 61.3509C68.5493 49.1189 68.5493 36.8807 68.5493 24.6487C68.5493 24.3641 68.5493 24.3641 68.2567 24.3641C66.5619 24.3641 64.8609 24.3641 63.1661 24.3641C63.0807 24.3641 62.9893 24.3641 62.8857 24.3641C62.8857 23.1947 62.8857 22.0439 62.8857 20.8745C65.9095 20.8745 68.9334 20.8745 71.9817 20.8745C71.9878 20.9735 71.9939 21.0663 71.9939 21.1591C71.9939 35.7175 71.9939 50.2759 71.9939 64.8343C71.9939 65.1313 71.9939 65.1313 71.6951 65.1313C60.3861 65.1313 49.077 65.1313 37.768 65.1313C37.3534 65.1313 37.4022 65.0942 37.4022 65.4963C37.4022 65.9851 37.4022 66.4677 37.4022 66.9998Z" fill="white"/> <path d="M10.2666 49.7685C15.7657 43.2844 21.2647 36.8064 26.7943 30.2852C26.7943 38.6935 26.7943 47.0586 26.7943 55.4422C25.9347 55.4422 25.0812 55.4422 24.1972 55.4422C24.1972 49.3107 24.1972 43.1854 24.1972 37.0539C24.1789 37.0415 24.1545 37.0292 24.1362 37.0168C18.6371 43.5009 13.1381 49.9789 7.60852 56.5063C7.60852 48.0609 7.60852 39.6773 7.60852 31.2813C8.48032 31.2813 9.33993 31.2813 10.2239 31.2813C10.2239 37.4437 10.2239 43.5937 10.2239 49.7376C10.2361 49.7562 10.2483 49.7623 10.2666 49.7685Z" fill="white"/> <path d="M65.178 50.27C65.1841 50.3504 65.1902 50.3999 65.1902 50.4494C65.1902 51.4208 65.1841 52.3922 65.1963 53.3698C65.1963 53.5183 65.1293 53.5925 65.0195 53.6729C63.3857 54.8052 61.5994 55.5415 59.6302 55.7766C55.7589 56.2468 52.3205 55.2445 49.4368 52.5345C47.4615 50.6783 46.2971 48.3458 45.8642 45.6544C45.407 42.7959 45.7484 40.0426 47.0774 37.4626C48.8089 34.0968 51.5645 32.0364 55.198 31.2012C57.3257 30.7124 59.4595 30.7248 61.5689 31.3682C62.837 31.7518 63.9892 32.3643 65.05 33.1625C65.1171 33.212 65.178 33.311 65.178 33.3914C65.1841 34.3999 65.1841 35.4084 65.1841 36.4231C65.1841 36.4479 65.1719 36.4788 65.1658 36.5345C65.0866 36.4664 65.0317 36.4169 64.9768 36.3613C63.471 34.9382 61.7518 33.9111 59.7094 33.5708C55.9479 32.9521 52.8143 34.1091 50.4427 37.1656C48.882 39.1826 48.2785 41.5399 48.4004 44.089C48.4857 45.9452 48.9978 47.6652 50.0525 49.1934C51.473 51.2414 53.4239 52.5221 55.8016 53.1037C58.6304 53.7967 61.2153 53.1594 63.6051 51.5569C63.8795 51.3713 64.1416 51.1671 64.3977 50.9568C64.6537 50.7464 64.8976 50.5175 65.178 50.27Z" fill="white"/> <path d="M44.6266 31.2939C44.6266 31.9622 44.6266 32.6118 44.6266 33.2677C44.6266 33.7936 44.6266 33.7936 44.1084 33.7936C42.4563 33.7936 40.8041 33.7936 39.1459 33.7936C39.0544 33.7936 38.9569 33.7936 38.841 33.7936C38.841 41.0202 38.841 48.222 38.841 55.4486C37.957 55.4486 37.1035 55.4486 36.2012 55.4486C36.2012 55.3434 36.2012 55.2383 36.2012 55.1331C36.2012 48.1663 36.2012 41.2058 36.2012 34.239C36.2012 34.171 36.1951 34.1029 36.2012 34.041C36.2317 33.8369 36.1403 33.7936 35.9513 33.7936C34.2016 33.7997 32.4519 33.7997 30.7083 33.7997C30.4034 33.7997 30.4034 33.7997 30.4034 33.4842C30.4034 32.7665 30.4034 32.0488 30.4034 31.3063C35.1526 31.2939 39.8714 31.2939 44.6266 31.2939Z" fill="white"/> </g> <defs> <clipPath id="clip0_23676_15242"> <rect width="72" height="48" fill="white" transform="translate(0 19)"/> </clipPath> </defs></svg>`,
|
|
396
|
+
'menu/theme-dark': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.0002 11.807C10.742 10.5483 9.88513 8.94484 9.53787 7.1993C9.19061 5.45375 9.36856 3.64444 10.0492 2C8.1085 2.38205 6.32584 3.33431 4.92924 4.735C1.02424 8.64 1.02424 14.972 4.92924 18.877C8.83524 22.783 15.1662 22.782 19.0722 18.877C20.4726 17.4805 21.4248 15.6983 21.8072 13.758C20.1628 14.4385 18.3535 14.6164 16.608 14.2692C14.8625 13.9219 13.259 13.0651 12.0002 11.807Z" fill="black"/></svg>`,
|
|
397
|
+
'menu/theme-light': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.995 12C6.995 14.761 9.241 17.007 12.002 17.007C14.763 17.007 17.009 14.761 17.009 12C17.009 9.239 14.763 6.993 12.002 6.993C9.241 6.993 6.995 9.239 6.995 12ZM11 19H13V22H11V19ZM11 2H13V5H11V2ZM2 11H5V13H2V11ZM19 11H22V13H19V11ZM5.637 19.778L4.223 18.364L6.344 16.243L7.758 17.657L5.637 19.778ZM16.242 6.344L18.364 4.222L19.778 5.636L17.656 7.758L16.242 6.344ZM6.344 7.759L4.223 5.637L5.638 4.223L7.758 6.345L6.344 7.759ZM19.778 18.364L18.364 19.778L16.242 17.656L17.656 16.242L19.778 18.364Z" fill="white"/></svg>`,
|
|
398
|
+
'toast/alert': `<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_51_899)"><path d="M15.435 5.78982L2.73001 26.9998C2.46806 27.4535 2.32946 27.9678 2.32799 28.4916C2.32653 29.0154 2.46224 29.5305 2.72165 29.9856C2.98105 30.4407 3.3551 30.8199 3.80657 31.0856C4.25804 31.3513 4.77121 31.4941 5.29501 31.4998H30.705C31.2288 31.4941 31.742 31.3513 32.1934 31.0856C32.6449 30.8199 33.019 30.4407 33.2784 29.9856C33.5378 29.5305 33.6735 29.0154 33.672 28.4916C33.6706 27.9678 33.532 27.4535 33.27 26.9998L20.565 5.78982C20.2976 5.34898 19.9211 4.9845 19.4718 4.73154C19.0225 4.47859 18.5156 4.3457 18 4.3457C17.4844 4.3457 16.9775 4.47859 16.5282 4.73154C16.0789 4.9845 15.7024 5.34898 15.435 5.78982Z" fill="#F6990C"/><path d="M18 13.5V19.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 25.5H18.015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_51_899"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>`,
|
|
399
|
+
'toast/error': `<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_51_904)"><path d="M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z" fill="#F10909"/><path d="M22.5 13.5L13.5 22.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 13.5L22.5 22.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_51_904"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>`,
|
|
400
|
+
'toast/help': `<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_51_913)"><path d="M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z" fill="#F6990C"/><path d="M13.635 13.4999C13.9877 12.4974 14.6838 11.652 15.6 11.1136C16.5162 10.5751 17.5934 10.3783 18.6408 10.5579C19.6882 10.7376 20.6383 11.2822 21.3227 12.0952C22.007 12.9082 22.3816 13.9372 22.38 14.9999C22.38 17.9999 17.88 19.4999 17.88 19.4999" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 25.5H18.015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_51_913"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>`,
|
|
401
|
+
'toast/success': `<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_51_955)"><path d="M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z" fill="#268903"/><path d="M26.5 12L15.5 23L10.5 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_51_955"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>`,
|
|
402
|
+
'toast/timeout-red': `<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_51_934)"><path d="M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z" fill="#F10909"/><path d="M18 9V18L24 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_51_934"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>`,
|
|
403
|
+
'toast/timeout-yellow': `<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_51_926)"><path d="M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z" fill="#F6990C"/><path d="M18 9V18L24 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_51_926"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>`,
|
|
404
|
+
'toast/wifi': `<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_51_941)"><path d="M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z" fill="#F10909"/><g clip-path="url(#clip1_51_941)"><path d="M7.5 7L29.5 29" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M23.22 17.0596C24.0391 17.4593 24.805 17.9599 25.5 18.5496" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.5 18.5502C12.9821 17.311 14.7659 16.4864 16.67 16.1602" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.21 11.0497C19.3524 10.8771 21.5076 11.1379 23.547 11.8166C25.5864 12.4952 27.4682 13.5778 29.08 14.9997" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.92001 15.0001C9.30718 13.774 10.8977 12.7993 12.62 12.1201" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.03 22.1097C16.0452 21.3885 17.2597 21.001 18.505 21.001C19.7503 21.001 20.9648 21.3885 21.98 22.1097" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.5 26H18.51" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></g><defs><clipPath id="clip0_51_941"><rect width="36" height="36" fill="white"/></clipPath><clipPath id="clip1_51_941"><rect width="24" height="24" fill="white" transform="translate(6.5 6)"/></clipPath></defs></svg>`,
|
|
405
|
+
'video-player/inFullscreen': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 15.344L18.879 17.465L15.707 14.293L14.293 15.707L17.465 18.879L15.344 21H21V15.344ZM3 8.656L5.121 6.535L8.293 9.707L9.707 8.293L6.535 5.121L8.656 3H3V8.656ZM21 3H15.344L17.465 5.121L14.293 8.293L15.707 9.707L18.879 6.535L21 8.656V3ZM3 21H8.656L6.535 18.879L9.707 15.707L8.293 14.293L5.121 17.465L3 15.344V21Z" fill="white"/></svg>`,
|
|
406
|
+
'video-player/life': `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0007 11.6673C10.9211 11.6673 11.6673 10.9211 11.6673 10.0007C11.6673 9.08018 10.9211 8.33398 10.0007 8.33398C9.08018 8.33398 8.33398 9.08018 8.33398 10.0007C8.33398 10.9211 9.08018 11.6673 10.0007 11.6673Z" fill="white"/><path d="M6.46472 13.5354L7.64306 12.3562C7.33194 12.0474 7.08532 11.6798 6.91751 11.2748C6.7497 10.8698 6.66406 10.4354 6.66556 9.99706C6.66556 9.10706 7.01306 8.27122 7.64306 7.64289L6.46472 6.46289C5.9987 6.92556 5.62911 7.47609 5.37735 8.0826C5.12559 8.68911 4.99667 9.33954 4.99806 9.99622C4.99806 11.3329 5.51889 12.5896 6.46472 13.5354ZM13.5347 13.5354C14.0006 13.0722 14.37 12.5212 14.6215 11.9143C14.873 11.3073 15.0015 10.6565 14.9997 9.99956C15.0015 9.34259 14.873 8.69179 14.6215 8.08486C14.37 7.47792 14.0006 6.92691 13.5347 6.46372L12.3564 7.64206C12.9864 8.27206 13.3331 9.10956 13.3331 9.99956C13.3331 10.8896 12.9864 11.7271 12.3564 12.3571L13.5347 13.5354Z" fill="white"/><path d="M5.28685 14.7141C4.66556 14.0962 4.17295 13.3613 3.83752 12.5519C3.50209 11.7424 3.3305 10.8745 3.33268 9.99826C3.33268 8.21742 4.02685 6.54409 5.28685 5.28659L4.10852 4.10742C2.53352 5.67909 1.66602 7.77159 1.66602 9.99826C1.66602 12.2249 2.53352 14.3174 4.10852 15.8924L5.28685 14.7141ZM14.7143 5.28576C15.3353 5.90341 15.8276 6.63809 16.1628 7.44727C16.4979 8.25646 16.6693 9.12408 16.6668 9.99992C16.6693 10.8758 16.4979 11.7434 16.1628 12.5526C15.8276 13.3618 15.3353 14.0964 14.7143 14.7141L15.8927 15.8924C16.669 15.1205 17.2845 14.2022 17.7035 13.1907C18.1225 12.1793 18.3366 11.0947 18.3335 9.99992C18.3365 8.90513 18.1223 7.82062 17.7034 6.80917C17.2844 5.79772 16.669 4.87942 15.8927 4.10742L14.7143 5.28576Z" fill="white"/></svg>`,
|
|
407
|
+
'video-player/outFullscreen': `<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.334 5.33301H10.6673V10.6663H5.33398V13.333H13.334V5.33301ZM10.6673 26.6663H13.334V18.6663H5.33398V21.333H10.6673V26.6663ZM26.6673 18.6663H18.6673V26.6663H21.334V21.333H26.6673V18.6663ZM26.6673 10.6663H21.334V5.33301H18.6673V13.333H26.6673V10.6663Z" fill="white"/></svg>`,
|
|
408
|
+
'video-player/play': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 17L16 12L10 7V17Z" fill="white"/><path d="M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" fill="white"/></svg>`,
|
|
409
|
+
'video-player/replay': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" fill="white"/><path d="M16 16V8L11 12L16 16ZM9 8V16H11V8H9Z" fill="white"/></svg>`,
|
|
410
|
+
'video-player/stop': `<svg id="Layer_1_1_" version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect fill="white" height="16" width="16"></rect></svg>`,
|
|
411
|
+
'video-player/stop_1': `<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 3C23.1682 3 29 8.8318 29 16C29 23.1682 23.1682 29 16 29C8.8318 29 3 23.1682 3 16C3 8.8318 8.8318 3 16 3ZM16 5.59961C10.2657 5.59961 5.59961 10.2657 5.59961 16C5.59961 21.7343 10.2657 26.4004 16 26.4004C21.7343 26.4004 26.4004 21.7343 26.4004 16C26.4004 10.2657 21.7343 5.59961 16 5.59961ZM20 20H12V12H20V20Z" fill="white"/></svg>`,
|
|
412
|
+
'menu/notifications/email': `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 5C16.5 4.175 15.825 3.5 15 3.5H3C2.175 3.5 1.5 4.175 1.5 5V14C1.5 14.825 2.175 15.5 3 15.5H15C15.825 15.5 16.5 14.825 16.5 14V5ZM15 5L9 8.75L3 5H15ZM15 14H3V6.5L9 10.25L15 6.5V14Z" fill="white"/></svg>`,
|
|
413
|
+
'menu/notifications/popup': `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 7.25C9.59674 7.25 10.169 7.48705 10.591 7.90901C11.0129 8.33097 11.25 8.90326 11.25 9.5C11.25 10.0967 11.0129 10.669 10.591 11.091C10.169 11.5129 9.59674 11.75 9 11.75C8.40326 11.75 7.83097 11.5129 7.40901 11.091C6.98705 10.669 6.75 10.0967 6.75 9.5C6.75 8.90326 6.98705 8.33097 7.40901 7.90901C7.83097 7.48705 8.40326 7.25 9 7.25ZM9 3.875C12.75 3.875 15.9525 6.2075 17.25 9.5C15.9525 12.7925 12.75 15.125 9 15.125C5.25 15.125 2.0475 12.7925 0.75 9.5C2.0475 6.2075 5.25 3.875 9 3.875ZM2.385 9.5C3.6225 12.02 6.18 13.625 9 13.625C11.82 13.625 14.3775 12.02 15.615 9.5C14.3775 6.98 11.82 5.375 9 5.375C6.18 5.375 3.6225 6.98 2.385 9.5Z" fill="white"/></svg>`,
|
|
414
|
+
'menu/notifications/popup_disabled': `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 3.7025L2.46 2.75L15 15.29L14.0475 16.25L11.7375 13.94C10.875 14.225 9.96 14.375 9 14.375C5.25 14.375 2.0475 12.0425 0.75 8.75C1.2675 7.43 2.0925 6.2675 3.1425 5.345L1.5 3.7025ZM9 6.5C9.59674 6.5 10.169 6.73705 10.591 7.15901C11.0129 7.58097 11.25 8.15326 11.25 8.75C11.25 9.0125 11.205 9.2675 11.1225 9.5L8.25 6.6275C8.4825 6.545 8.7375 6.5 9 6.5ZM9 3.125C12.75 3.125 15.9525 5.4575 17.25 8.75C16.635 10.31 15.5925 11.66 14.25 12.6425L13.185 11.57C14.205 10.865 15.045 9.905 15.615 8.75C14.3775 6.23 11.82 4.625 9 4.625C8.1825 4.625 7.38 4.76 6.63 5L5.475 3.8525C6.555 3.3875 7.7475 3.125 9 3.125ZM2.385 8.75C3.6225 11.27 6.18 12.875 9 12.875C9.5175 12.875 10.0275 12.8225 10.5 12.7175L8.79 11C7.7175 10.8875 6.8625 10.0325 6.75 8.96L4.2 6.4025C3.4575 7.04 2.835 7.835 2.385 8.75Z" fill="white"/></svg>`,
|
|
415
|
+
'menu/notifications/sound': `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 2.92188V4.46687C12.6675 5.11188 14.25 7.12188 14.25 9.49938C14.25 11.8769 12.6675 13.8794 10.5 14.5244V16.0769C13.5 15.3944 15.75 12.7094 15.75 9.49938C15.75 6.28938 13.5 3.60438 10.5 2.92188ZM12.375 9.49938C12.375 8.17188 11.625 7.03187 10.5 6.47687V12.4994C11.625 11.9669 12.375 10.8194 12.375 9.49938ZM2.25 7.24937V11.7494H5.25L9 15.4994V3.49937L5.25 7.24937H2.25Z" fill="white"/></svg>`,
|
|
416
|
+
'menu/notifications/sound_disabled': `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.63751 3.07031L15.4275 14.8603L14.37 15.9253L11.4075 12.9628V15.3403L7.65751 11.5903H4.65751V7.09031H5.53501L2.57251 4.12781L3.63751 3.07031ZM11.4075 3.34031V8.71781L8.71501 6.02531L11.4075 3.34031Z" fill="white"/></svg>`,
|
|
417
|
+
'menu/notifications/tracking': `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.125 15.75C6.95924 15.75 6.80027 15.6842 6.68306 15.5669C6.56585 15.4497 6.5 15.2908 6.5 15.125V13.25H4C3.66848 13.25 3.35054 13.1183 3.11612 12.8839C2.8817 12.6495 2.75 12.3315 2.75 12V4.5C2.75 3.80625 3.3125 3.25 4 3.25H14C14.3315 3.25 14.6495 3.3817 14.8839 3.61612C15.1183 3.85054 15.25 4.16848 15.25 4.5V12C15.25 12.3315 15.1183 12.6495 14.8839 12.8839C14.6495 13.1183 14.3315 13.25 14 13.25H10.1875L7.875 15.5687C7.75 15.6875 7.59375 15.75 7.4375 15.75H7.125ZM7.75 12V13.925L9.675 12H14V4.5H4V12H7.75Z" fill="white"/></svg>`,
|
|
418
|
+
'menu/notifications/tracking_disabled': `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.24375 4.35625L4.99375 3.10625H14.2437C14.9375 3.10625 15.4937 3.66875 15.4937 4.35625V11.8563C15.4937 12.3313 15.225 12.7375 14.8375 12.95L13.7437 11.8563H14.2437V4.35625H6.24375ZM15.5625 15.2687L14.7687 16.0625L11.8125 13.1063H10.4312L8.11875 15.425C7.99375 15.5437 7.8375 15.6063 7.68125 15.6063H7.36875C7.025 15.6063 6.74375 15.325 6.74375 14.9813V13.1063H4.24375C3.55625 13.1063 2.99375 12.55 2.99375 11.8563V4.35625C2.99375 4.3375 2.99375 4.3125 2.99375 4.29375L2.4375 3.73125L3.2375 2.9375L15.5625 15.2687ZM10.5625 11.8563L4.24375 5.5375V11.8563H7.99375V13.7812L9.91875 11.8563H10.5625Z" fill="white"/></svg>`,
|
|
419
|
+
'modal/coordination-plan/calendar': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.8333 18.667V9.50033H6.16667V18.667H17.8333ZM15.3333 3.66699H17V5.33366H17.8333C18.2754 5.33366 18.6993 5.50925 19.0118 5.82181C19.3244 6.13437 19.5 6.5583 19.5 7.00033V18.667C19.5 19.109 19.3244 19.5329 19.0118 19.8455C18.6993 20.1581 18.2754 20.3337 17.8333 20.3337H6.16667C5.24167 20.3337 4.5 19.5837 4.5 18.667V7.00033C4.5 6.07533 5.24167 5.33366 6.16667 5.33366H7V3.66699H8.66667V5.33366H15.3333V3.66699ZM7.83333 11.167H9.5V12.8337H7.83333V11.167ZM14.5 11.167H16.1667V12.8337H14.5V11.167ZM11.1667 14.5003H12.8333V16.167H11.1667V14.5003ZM14.5 14.5003H16.1667V16.167H14.5V14.5003Z" fill="white"/></svg>`,
|
|
420
|
+
'modal/coordination-plan/pause': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 19H18V5H14V19ZM6 19H10V5H6V19Z" fill="white"/></svg>`,
|
|
421
|
+
'modal/coordination-plan/trash': `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 1.5V2H2V3H2.5V9.5C2.5 9.76522 2.60536 10.0196 2.79289 10.2071C2.98043 10.3946 3.23478 10.5 3.5 10.5H8.5C8.76521 10.5 9.01957 10.3946 9.2071 10.2071C9.39464 10.0196 9.5 9.76522 9.5 9.5V3H10V2H7.5V1.5H4.5ZM4.5 4H5.5V8.5H4.5V4ZM6.5 4H7.5V8.5H6.5V4Z" fill="white"/></svg>`,
|
|
422
|
+
'modal/rnis/agencies': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V15C2 15.7956 2.31607 16.5587 2.87868 17.1213C3.44129 17.6839 4.20435 18 5 18L4 19V20H5L7 17.97L9 18V13H4V6H13V8H15V7C15 6.20435 14.6839 5.44129 14.1213 4.87868C13.5587 4.31607 12.7956 4 12 4ZM5 14C5.26522 14 5.51957 14.1054 5.70711 14.2929C5.89464 14.4804 6 14.7348 6 15C6 15.2652 5.89464 15.5196 5.70711 15.7071C5.51957 15.8946 5.26522 16 5 16C4.73478 16 4.48043 15.8946 4.29289 15.7071C4.10536 15.5196 4 15.2652 4 15C4 14.7348 4.10536 14.4804 4.29289 14.2929C4.48043 14.1054 4.73478 14 5 14ZM20.57 9.66C20.43 9.26 20.05 9 19.6 9H12.41C11.95 9 11.58 9.26 11.43 9.66L10 13.77V19.28C10 19.66 10.32 20 10.7 20H11.32C11.7 20 12 19.62 12 19.24V18H20V19.24C20 19.62 20.31 20 20.69 20H21.3C21.68 20 22 19.66 22 19.28V17.91V13.77L20.57 9.66ZM12.41 10H19.6L20.63 13H11.38L12.41 10ZM12 16C11.7348 16 11.4804 15.8946 11.2929 15.7071C11.1054 15.5196 11 15.2652 11 15C11 14.7348 11.1054 14.4804 11.2929 14.2929C11.4804 14.1054 11.7348 14 12 14C12.2652 14 12.5196 14.1054 12.7071 14.2929C12.8946 14.4804 13 14.7348 13 15C13 15.2652 12.8946 15.5196 12.7071 15.7071C12.5196 15.8946 12.2652 16 12 16ZM20 16C19.7348 16 19.4804 15.8946 19.2929 15.7071C19.1054 15.5196 19 15.2652 19 15C19 14.7348 19.1054 14.4804 19.2929 14.2929C19.4804 14.1054 19.7348 14 20 14C20.2652 14 20.5196 14.1054 20.7071 14.2929C20.8946 14.4804 21 14.7348 21 15C21 15.2652 20.8946 15.5196 20.7071 15.7071C20.5196 15.8946 20.2652 16 20 16Z" fill="white"/></svg>`,
|
|
423
|
+
'modal/rnis/routes': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 14L3.5 14.07L8.07 9.5C7.89 8.85 8.06 8.11 8.59 7.59C9.37 6.8 10.63 6.8 11.41 7.59C11.94 8.11 12.11 8.85 11.93 9.5L14.5 12.07L15 12C15.18 12 15.35 12 15.5 12.07L19.07 8.5C19 8.35 19 8.18 19 8C19 7.46957 19.2107 6.96086 19.5858 6.58579C19.9609 6.21071 20.4696 6 21 6C21.5304 6 22.0391 6.21071 22.4142 6.58579C22.7893 6.96086 23 7.46957 23 8C23 8.53043 22.7893 9.03914 22.4142 9.41421C22.0391 9.78929 21.5304 10 21 10C20.82 10 20.65 10 20.5 9.93L16.93 13.5C17 13.65 17 13.82 17 14C17 14.5304 16.7893 15.0391 16.4142 15.4142C16.0391 15.7893 15.5304 16 15 16C14.4696 16 13.9609 15.7893 13.5858 15.4142C13.2107 15.0391 13 14.5304 13 14L13.07 13.5L10.5 10.93C10.18 11 9.82 11 9.5 10.93L4.93 15.5L5 16C5 16.5304 4.78929 17.0391 4.41421 17.4142C4.03914 17.7893 3.53043 18 3 18C2.46957 18 1.96086 17.7893 1.58579 17.4142C1.21071 17.0391 1 16.5304 1 16C1 15.4696 1.21071 14.9609 1.58579 14.5858C1.96086 14.2107 2.46957 14 3 14Z" fill="white"/></svg>`,
|
|
424
|
+
'modal/road-accidents/camera': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H7L9 3H15L17 5H20C20.5304 5 21.0391 5.21071 21.4142 5.58579C21.7893 5.96086 22 6.46957 22 7V19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H4C3.46957 21 2.96086 20.7893 2.58579 20.4142C2.21071 20.0391 2 19.5304 2 19V7C2 6.46957 2.21071 5.96086 2.58579 5.58579C2.96086 5.21071 3.46957 5 4 5V5ZM12 8C10.6739 8 9.40215 8.52678 8.46447 9.46447C7.52678 10.4021 7 11.6739 7 13C7 14.3261 7.52678 15.5979 8.46447 16.5355C9.40215 17.4732 10.6739 18 12 18C13.3261 18 14.5979 17.4732 15.5355 16.5355C16.4732 15.5979 17 14.3261 17 13C17 11.6739 16.4732 10.4021 15.5355 9.46447C14.5979 8.52678 13.3261 8 12 8V8ZM12 10C12.7956 10 13.5587 10.3161 14.1213 10.8787C14.6839 11.4413 15 12.2044 15 13C15 13.7956 14.6839 14.5587 14.1213 15.1213C13.5587 15.6839 12.7956 16 12 16C11.2044 16 10.4413 15.6839 9.87868 15.1213C9.31607 14.5587 9 13.7956 9 13C9 12.2044 9.31607 11.4413 9.87868 10.8787C10.4413 10.3161 11.2044 10 12 10V10Z" fill="white"/></svg>`,
|
|
425
|
+
'modal/road-accidents/info': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 9.83333H13.1667V8.16667H11.5V9.83333ZM12.3333 19C8.65833 19 5.66667 16.0083 5.66667 12.3333C5.66667 8.65833 8.65833 5.66667 12.3333 5.66667C16.0083 5.66667 19 8.65833 19 12.3333C19 16.0083 16.0083 19 12.3333 19ZM12.3333 4C11.239 4 10.1554 4.21555 9.1443 4.63434C8.13326 5.05313 7.2146 5.66696 6.44078 6.44078C4.87797 8.00358 4 10.1232 4 12.3333C4 14.5435 4.87797 16.6631 6.44078 18.2259C7.2146 18.9997 8.13326 19.6135 9.1443 20.0323C10.1554 20.4511 11.239 20.6667 12.3333 20.6667C14.5435 20.6667 16.6631 19.7887 18.2259 18.2259C19.7887 16.6631 20.6667 14.5435 20.6667 12.3333C20.6667 11.239 20.4511 10.1554 20.0323 9.1443C19.6135 8.13326 18.9997 7.2146 18.2259 6.44078C17.4521 5.66696 16.5334 5.05313 15.5224 4.63434C14.5113 4.21555 13.4277 4 12.3333 4V4ZM11.5 16.5H13.1667V11.5H11.5V16.5Z" fill="white"/></svg>`,
|
|
426
|
+
'modal/road-accidents/trash': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.58333 4V4.91667H5V6.75H5.91667V18.6667C5.91667 19.1529 6.10982 19.6192 6.45364 19.963C6.79745 20.3068 7.26377 20.5 7.75 20.5H16.9167C17.4029 20.5 17.8692 20.3068 18.213 19.963C18.5568 19.6192 18.75 19.1529 18.75 18.6667V6.75H19.6667V4.91667H15.0833V4H9.58333ZM7.75 6.75H16.9167V18.6667H7.75V6.75ZM9.58333 8.58333V16.8333H11.4167V8.58333H9.58333ZM13.25 8.58333V16.8333H15.0833V8.58333H13.25Z" fill="white"/></svg>`,
|
|
427
|
+
'modal/summary/bus': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.06249 11.3867V9.54457C6.23499 9.54457 6.375 9.40702 6.375 9.23754C6.375 9.06807 6.23499 8.93051 6.06249 8.93051C5.20063 8.93051 4.5 9.61946 4.5 10.4656V11.0796C4.5 11.5875 4.92061 12.0007 5.4375 12.0007H6.06249C6.23499 12.0007 6.375 11.8632 6.375 11.6937C6.375 11.5242 6.23499 11.3867 6.06249 11.3867Z" fill="#07AC74"/><path d="M17.9375 8.93051C17.765 8.93051 17.625 9.06807 17.625 9.23754C17.625 9.40702 17.765 9.54457 17.9375 9.54457V11.3867C17.765 11.3867 17.625 11.5242 17.625 11.6937C17.625 11.8632 17.765 12.0007 17.9375 12.0007H18.5625C19.0794 12.0007 19.5 11.5875 19.5 11.0796V10.4656C19.5 9.61946 18.7994 8.93051 17.9375 8.93051Z" fill="#07AC74"/><path d="M9.80863 17.5262C9.63613 17.5262 9.49611 17.6638 9.49611 17.8333H7.62111C7.62111 17.6638 7.48111 17.5262 7.30861 17.5262C7.13611 17.5262 6.99609 17.6638 6.99609 17.8333V18.4473C6.99609 18.9551 7.41672 19.3683 7.93359 19.3683H9.18363C9.70052 19.3683 10.1211 18.9551 10.1211 18.4473V17.8333C10.1211 17.6638 9.98113 17.5262 9.80863 17.5262Z" fill="#07AC74"/><path d="M16.6875 17.5262C16.515 17.5262 16.375 17.6638 16.375 17.8333H14.5C14.5 17.6638 14.36 17.5262 14.1875 17.5262C14.015 17.5262 13.875 17.6638 13.875 17.8333V18.4473C13.875 18.9551 14.2956 19.3683 14.8125 19.3683H16.0625C16.5794 19.3683 17 18.9551 17 18.4473V17.8333C17 17.6638 16.86 17.5262 16.6875 17.5262Z" fill="#07AC74"/><path d="M16.6914 4.63168H14.1454H9.85965H7.31639C6.45451 4.63168 5.75391 5.32063 5.75391 6.16676V16.6054C5.75391 17.4515 6.45453 18.1404 7.31639 18.1404H16.6914C17.5533 18.1404 18.2539 17.4515 18.2539 16.6054V6.16676C18.2539 5.32063 17.5533 4.63168 16.6914 4.63168ZM8.56641 5.85977H15.4414C15.9583 5.85977 16.3789 6.273 16.3789 6.78082C16.3789 7.28863 15.9583 7.70187 15.4414 7.70187H8.56641C8.04952 7.70187 7.62891 7.28863 7.62891 6.78082C7.62891 6.273 8.04952 5.85977 8.56641 5.85977ZM8.56641 16.2983C8.04952 16.2983 7.62891 15.8852 7.62891 15.3773C7.62891 14.8695 8.04952 14.4562 8.56641 14.4562C9.08329 14.4562 9.50391 14.8695 9.50391 15.3773C9.50391 15.8852 9.08326 16.2983 8.56641 16.2983ZM15.4414 16.2983C14.9245 16.2983 14.5039 15.8852 14.5039 15.3773C14.5039 14.8695 14.9245 14.4562 15.4414 14.4562C15.9582 14.4562 16.3789 14.8695 16.3789 15.3773C16.3789 15.8852 15.9582 16.2983 15.4414 16.2983ZM17.0039 12.3072C17.0039 12.8149 16.5833 13.2282 16.0664 13.2282H7.94139C7.4245 13.2282 7.00389 12.8149 7.00389 12.3072V9.23695C7.00389 8.72913 7.4245 8.31589 7.94139 8.31589H16.0663C16.5833 8.31589 17.0038 8.72913 17.0038 9.23695L17.0039 12.3072Z" fill="#07AC74"/></svg>`,
|
|
428
|
+
'modal/summary/ecology-analytics': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.8616 9.19429C17.8809 9.06638 17.8906 8.93762 17.8906 8.80859C17.8906 7.35471 16.7078 6.17187 15.2539 6.17187C15.0402 6.17187 14.8302 6.1971 14.626 6.24714C14.1866 5.48727 13.3659 5 12.4707 5C11.5755 5 10.7548 5.48727 10.3154 6.24714C10.1112 6.1971 9.90116 6.17187 9.6875 6.17187C8.23361 6.17187 7.05078 7.35471 7.05078 8.80859C7.05078 8.93762 7.06051 9.06638 7.07981 9.19429C5.87979 9.50823 5 10.6048 5 11.8848C5 13.4194 6.24854 14.668 7.7832 14.668C8.09302 14.668 8.40225 14.6152 8.69489 14.5137C9.10162 15.0808 9.7228 15.4485 10.4189 15.5297C10.4087 14.8987 10.2554 14.2692 9.97317 13.7048C9.78878 13.336 9.78743 12.913 9.96301 12.5474L9.08378 11.6681C8.91216 11.4965 8.91216 11.2183 9.08378 11.0467C9.25537 10.875 9.53363 10.875 9.70525 11.0467L10.5833 11.9247C10.7575 11.8416 10.951 11.7969 11.1523 11.7969H12.0312V9.59961C12.0312 9.35691 12.228 9.16016 12.4707 9.16016C12.7134 9.16016 12.9102 9.35691 12.9102 9.59961V11.7969H13.7891C13.9904 11.7969 14.1839 11.8416 14.3581 11.9247L15.2362 11.0467C15.4077 10.875 15.686 10.875 15.8576 11.0467C16.0292 11.2183 16.0292 11.4965 15.8576 11.6681L14.9784 12.5473C15.154 12.913 15.1527 13.336 14.9682 13.7048C14.6861 14.2692 14.5328 14.8987 14.5225 15.5297C15.2186 15.4484 15.8398 15.0808 16.2466 14.5137C16.5392 14.6152 16.8484 14.668 17.1582 14.668C18.6929 14.668 19.9414 13.4194 19.9414 11.8848C19.9414 10.6048 19.0616 9.50823 17.8616 9.19429Z" fill="#31D32E"/><path d="M16.5723 19.1211H14.6152C13.9782 18.0887 13.6426 16.9075 13.6426 15.6901V15.5973C13.6426 14.808 13.8291 14.0177 14.1821 13.3118C14.2502 13.1755 14.243 13.0138 14.1629 12.8842C14.0828 12.7546 13.9413 12.6758 13.7891 12.6758H11.1523C11.0001 12.6758 10.8586 12.7546 10.7785 12.8842C10.6984 13.0138 10.6912 13.1755 10.7593 13.3118C11.1123 14.0177 11.2988 14.808 11.2988 15.5973V15.6901C11.2988 16.9075 10.9632 18.0887 10.3262 19.1211H8.36914C8.12645 19.1211 7.92969 19.3179 7.92969 19.5605C7.92969 19.8032 8.12645 20 8.36914 20H16.5723C16.815 20 17.0117 19.8032 17.0117 19.5605C17.0117 19.3179 16.815 19.1211 16.5723 19.1211Z" fill="#31D32E"/></svg>`,
|
|
429
|
+
'modal/summary/load-factor': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.713 12.688L10.5157 10.2051L10.5215 10.188C10.7775 9.45395 11.4658 8.96103 12.2344 8.96103L18.0223 8.96139C18.7909 8.96139 19.4792 9.45432 19.7351 10.188L20.5454 12.6953C20.8325 12.8167 21.0966 12.997 21.3228 13.2313C21.7595 13.6829 22 14.2751 22 14.8986V19.0003C22 19.8617 21.2991 20.5628 20.4375 20.5628C19.6421 20.5628 18.9841 19.9653 18.8877 19.1956H11.3623C11.2659 19.9653 10.6079 20.5628 9.81254 20.5628C8.99473 20.5628 8.25 19.9111 8.25 19.1956V14.8595C8.25 13.8784 8.85609 13.0368 9.713 12.688ZM18.0222 10.5239L12.2344 10.5235C12.1332 10.5235 12.0373 10.5944 11.9989 10.697L11.411 12.5158H18.8455L18.2578 10.697C18.2196 10.5947 18.1237 10.5239 18.0222 10.5239ZM9.81254 16.8518C9.81254 17.2824 10.163 17.6331 10.5937 17.6331H19.6563C20.087 17.6331 20.4375 17.2824 20.4375 16.8518V14.8986C20.4375 14.4539 20.0797 14.0783 19.6563 14.0783H10.5937C10.163 14.0783 9.81254 14.4288 9.81254 14.8595V16.8518ZM16.8828 15.0549H13.3281V16.6174H16.8828V15.0549ZM10.7891 15.8362C10.7891 16.2674 11.1388 16.6174 11.5703 16.6174C12.0018 16.6174 12.3515 16.2674 12.3515 15.8362C12.3515 15.4046 12.0018 15.0549 11.5703 15.0549C11.1388 15.0549 10.7891 15.4046 10.7891 15.8362ZM17.8594 15.8362C17.8594 16.2674 18.2091 16.6174 18.6406 16.6174C19.0721 16.6174 19.4219 16.2674 19.4219 15.8362C19.4219 15.4046 19.0721 15.0549 18.6406 15.0549C18.2091 15.0549 17.8594 15.4046 17.8594 15.8362ZM5.32027 11.5002C5.75182 11.5002 6.10154 11.1502 6.10154 10.7189C6.10154 10.2873 5.75182 9.93762 5.32027 9.93762C4.88882 9.93762 4.53909 10.2873 4.53909 10.7189C4.53909 11.1502 4.88882 11.5002 5.32027 11.5002ZM2 9.74225V14.0783C2 14.7938 2.74473 15.4455 3.56254 15.4455C4.35791 15.4455 5.01591 14.848 5.11227 14.0783H6.76609C6.88355 13.5012 7.12882 12.9702 7.47073 12.5158H4.34373C3.913 12.5158 3.56254 12.1652 3.56254 11.7345V9.74225C3.56254 9.31149 3.913 8.96103 4.34373 8.96103H9.39236C10.0046 8.00312 11.0695 7.3985 12.2346 7.3985H5.17764L5.74809 5.73745C5.78354 5.63589 5.88118 5.56253 5.98436 5.56253H11.7724C11.875 5.56253 11.9722 5.63528 12.0093 5.73977L12.5775 7.43719L14.2292 7.43756L13.4851 5.22646C13.2293 4.4928 12.5409 4 11.7724 4H5.98436C5.21582 4 4.52745 4.4928 4.27164 5.22646L3.467 7.56915C2.60791 7.91706 2 8.75985 2 9.74225ZM8.455 11.5002L8.96018 9.93762H7.07809V11.5002H8.455Z" fill="#1B9C85"/></svg>`,
|
|
430
|
+
'modal/summary/streets-info': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6165 10.7837C15.2956 10.4627 14.7753 10.4628 14.4543 10.7837L12.1109 13.127C11.9949 13.0995 11.8741 13.0845 11.7498 13.0845C10.8873 13.0845 10.1855 13.7869 10.1855 14.6502C10.1855 15.5136 10.8873 16.2159 11.7498 16.2159C12.6132 16.2159 13.3155 15.5135 13.3155 14.6502C13.3155 14.5259 13.3006 14.4051 13.2731 14.2891L15.6164 11.9458C15.9375 11.6249 15.9375 11.1045 15.6165 10.7837Z" fill="#E39B9B"/><path d="M18.4282 7.64304C14.9043 4.11905 9.16898 4.11887 5.64304 7.64322C2.59988 10.6879 2.12829 15.4905 4.52162 19.0626C4.77421 19.4396 5.28476 19.5404 5.66178 19.2879C6.0388 19.0353 6.13969 18.5248 5.88706 18.1477C5.21459 17.144 4.81858 16.0215 4.68953 14.8792H5.46217C5.916 14.8792 6.28395 14.5113 6.28395 14.0574C6.28395 13.6036 5.916 13.2357 5.46217 13.2357H4.68692C4.83584 11.8705 5.36147 10.5453 6.24752 9.43072L6.80665 9.98991C6.96711 10.1504 7.17742 10.2306 7.38776 10.2306C7.59807 10.2306 7.80841 10.1504 7.9688 9.98991C8.28973 9.66905 8.28973 9.14869 7.9688 8.82775L7.4071 8.26616C8.53855 7.35741 9.87717 6.8303 11.249 6.6848V7.46087C11.249 7.9147 11.617 8.28264 12.0708 8.28264C12.5246 8.28264 12.8926 7.9147 12.8926 7.46087V6.69225C14.2404 6.84798 15.553 7.37283 16.665 8.26648L16.1038 8.82779C15.7829 9.14872 15.7829 9.66902 16.1038 9.98998C16.2643 10.1504 16.4746 10.2306 16.685 10.2306C16.8953 10.2306 17.1056 10.1504 17.2661 9.98991L17.8247 9.43128C18.7109 10.5458 19.2367 11.8708 19.3857 13.2357H18.6105C18.1567 13.2357 17.7888 13.6036 17.7888 14.0575C17.7888 14.5113 18.1567 14.8792 18.6105 14.8792H19.3832C19.2541 16.0215 18.858 17.1439 18.1853 18.1476C17.9326 18.5247 18.0334 19.0351 18.4104 19.2878C18.5509 19.3819 18.7099 19.427 18.8672 19.427C19.132 19.427 19.392 19.2992 19.5505 19.0627C21.9448 15.4903 21.4728 10.6877 18.4282 7.64304Z" fill="#E39B9B"/><path d="M15.7409 18.2363H8.3335C7.87967 18.2363 7.51172 18.6043 7.51172 19.0581C7.51172 19.5119 7.87967 19.8799 8.3335 19.8799H15.7409C16.1947 19.8799 16.5626 19.5119 16.5626 19.0581C16.5626 18.6043 16.1947 18.2363 15.7409 18.2363Z" fill="#E39B9B"/></svg>`,
|
|
431
|
+
'modal/summary/taxi': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3694 10.2535L17.3174 6.69121C17.0775 5.87881 16.3556 5.33333 15.5211 5.33333H8.47888C7.64438 5.33333 6.92248 5.87881 6.68261 6.69121L5.63062 10.2535C4.96634 10.5468 4.5 11.2183 4.5 12V15.8095C4.5 16.3355 4.91977 16.7619 5.4375 16.7619H5.43756L5.4375 17.7142C5.4375 18.2402 5.85721 18.6667 6.375 18.6667H7.31256C7.83029 18.6667 8.25006 18.2402 8.25006 17.7143L8.24966 16.7619H15.75L15.7499 17.7142C15.7499 18.2402 16.1697 18.6667 16.6874 18.6667H17.625C18.1428 18.6667 18.5625 18.2402 18.5625 17.7143V16.762L18.5622 16.7619H18.5625C19.0802 16.7619 19.5 16.3355 19.5 15.8095V12C19.5 11.2183 19.0337 10.5468 18.3694 10.2535L18.3694 10.2535ZM8.47885 7.23809H15.5211L16.3649 10.0952H7.63508L8.47885 7.23809H8.47885ZM8.24997 14.3809C7.73218 14.3809 7.31247 13.9545 7.31247 13.4286C7.31247 12.9026 7.73218 12.4762 8.24997 12.4762C8.76776 12.4762 9.18747 12.9026 9.18747 13.4286C9.18747 13.9545 8.76776 14.3809 8.24997 14.3809ZM15.75 14.3809C15.2322 14.3809 14.8125 13.9545 14.8125 13.4286C14.8125 12.9026 15.2322 12.4762 15.75 12.4762C16.2678 12.4762 16.6875 12.9026 16.6875 13.4286C16.6875 13.9545 16.2678 14.3809 15.75 14.3809Z" fill="#C277E6"/></svg>`,
|
|
432
|
+
'modal/summary/tram': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.06249 14.2911V12.449C6.23499 12.449 6.375 12.3115 6.375 12.142C6.375 11.9725 6.23499 11.835 6.06249 11.835C5.20063 11.835 4.5 12.5239 4.5 13.3701V13.9841C4.5 14.492 4.92061 14.9051 5.4375 14.9051H6.06249C6.23499 14.9051 6.375 14.7676 6.375 14.5982C6.375 14.4287 6.23499 14.2911 6.06249 14.2911Z" fill="#F7C547"/><path d="M17.9375 11.835C17.765 11.835 17.625 11.9725 17.625 12.142C17.625 12.3115 17.765 12.449 17.9375 12.449V14.2911C17.765 14.2911 17.625 14.4287 17.625 14.5982C17.625 14.7676 17.765 14.9051 17.9375 14.9051H18.5625C19.0794 14.9051 19.5 14.492 19.5 13.9841V13.3701C19.5 12.5239 18.7994 11.835 17.9375 11.835Z" fill="#F7C547"/><path d="M16.6914 6.7998H14.1454H9.85965H7.31639C6.45451 6.7998 5.75391 7.51381 5.75391 8.3907V19.2089C5.75391 20.0858 6.45453 20.7998 7.31639 20.7998H16.6914C17.5533 20.7998 18.2539 20.0858 18.2539 19.2089V8.3907C18.2539 7.51381 17.5533 6.7998 16.6914 6.7998ZM8.56641 8.07255H15.4414C15.9583 8.07255 16.3789 8.50081 16.3789 9.0271C16.3789 9.55338 15.9583 9.98165 15.4414 9.98165H8.56641C8.04952 9.98165 7.62891 9.55338 7.62891 9.0271C7.62891 8.50081 8.04952 8.07255 8.56641 8.07255ZM8.56641 18.8907C8.04952 18.8907 7.62891 18.4625 7.62891 17.9362C7.62891 17.4099 8.04952 16.9816 8.56641 16.9816C9.08329 16.9816 9.50391 17.4099 9.50391 17.9362C9.50391 18.4625 9.08326 18.8907 8.56641 18.8907ZM15.4414 18.8907C14.9245 18.8907 14.5039 18.4625 14.5039 17.9362C14.5039 17.4099 14.9245 16.9816 15.4414 16.9816C15.9582 16.9816 16.3789 17.4099 16.3789 17.9362C16.3789 18.4625 15.9582 18.8907 15.4414 18.8907ZM17.0039 14.7544C17.0039 15.2807 16.5833 15.709 16.0664 15.709H7.94139C7.4245 15.709 7.00389 15.2807 7.00389 14.7544V11.5725C7.00389 11.0463 7.4245 10.618 7.94139 10.618H16.0663C16.5833 10.618 17.0038 11.0463 17.0038 11.5725L17.0039 14.7544Z" fill="#F7C547"/><path d="M7.71484 7.53798C7.71484 6.95664 8.19454 6.48535 8.78627 6.48535H15.2148C15.8066 6.48535 16.2863 6.95664 16.2863 7.53798H7.71484Z" fill="#F7C547"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.93958 3.58697C7.02811 3.35412 7.25131 3.2002 7.50042 3.2002L16.5004 3.2002C16.7495 3.2002 16.9727 3.35412 17.0612 3.58697C17.1498 3.81981 17.0852 4.08314 16.899 4.24864L13.0634 7.6581C12.4572 8.19696 11.5437 8.19696 10.9374 7.6581L7.1018 4.24864C6.91561 4.08314 6.85106 3.81981 6.93958 3.58697ZM9.07854 4.4002L11.7347 6.7612C11.8862 6.89592 12.1146 6.89592 12.2662 6.7612L14.9223 4.4002L9.07854 4.4002Z" fill="#F7C547"/></svg>`,
|
|
433
|
+
'modal/summary/trolleybus': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.06249 13.7548V11.9127C6.23499 11.9127 6.375 11.7752 6.375 11.6057C6.375 11.4362 6.23499 11.2987 6.06249 11.2987C5.20063 11.2987 4.5 11.9876 4.5 12.8338V13.4478C4.5 13.9557 4.92061 14.3688 5.4375 14.3688H6.06249C6.23499 14.3688 6.375 14.2314 6.375 14.0619C6.375 13.8924 6.23499 13.7548 6.06249 13.7548Z" fill="#6DA8EE"/><path d="M17.9375 11.2987C17.765 11.2987 17.625 11.4362 17.625 11.6057C17.625 11.7752 17.765 11.9127 17.9375 11.9127V13.7548C17.765 13.7548 17.625 13.8924 17.625 14.0619C17.625 14.2314 17.765 14.3688 17.9375 14.3688H18.5625C19.0794 14.3688 19.5 13.9557 19.5 13.4478V12.8338C19.5 11.9876 18.7994 11.2987 17.9375 11.2987Z" fill="#6DA8EE"/><path d="M9.80863 19.8944C9.63613 19.8944 9.49611 20.032 9.49611 20.2014H7.62111C7.62111 20.032 7.48111 19.8944 7.30861 19.8944C7.13611 19.8944 6.99609 20.032 6.99609 20.2014V20.8154C6.99609 21.3232 7.41672 21.7365 7.93359 21.7365H9.18363C9.70052 21.7365 10.1211 21.3232 10.1211 20.8154V20.2014C10.1211 20.032 9.98113 19.8944 9.80863 19.8944Z" fill="#6DA8EE"/><path d="M16.6875 19.8944C16.515 19.8944 16.375 20.032 16.375 20.2014H14.5C14.5 20.032 14.36 19.8944 14.1875 19.8944C14.015 19.8944 13.875 20.032 13.875 20.2014V20.8154C13.875 21.3232 14.2956 21.7365 14.8125 21.7365H16.0625C16.5794 21.7365 17 21.3232 17 20.8154V20.2014C17 20.032 16.86 19.8944 16.6875 19.8944Z" fill="#6DA8EE"/><path d="M16.6914 6.99985H14.1454H9.85965H7.31639C6.45451 6.99985 5.75391 7.68879 5.75391 8.53492V18.9735C5.75391 19.8196 6.45453 20.5086 7.31639 20.5086H16.6914C17.5533 20.5086 18.2539 19.8196 18.2539 18.9735V8.53492C18.2539 7.68879 17.5533 6.99985 16.6914 6.99985ZM8.56641 8.22793H15.4414C15.9583 8.22793 16.3789 8.64116 16.3789 9.14898C16.3789 9.65679 15.9583 10.07 15.4414 10.07H8.56641C8.04952 10.07 7.62891 9.65679 7.62891 9.14898C7.62891 8.64116 8.04952 8.22793 8.56641 8.22793ZM8.56641 18.6665C8.04952 18.6665 7.62891 18.2533 7.62891 17.7454C7.62891 17.2376 8.04952 16.8244 8.56641 16.8244C9.08329 16.8244 9.50391 17.2376 9.50391 17.7454C9.50391 18.2533 9.08326 18.6665 8.56641 18.6665ZM15.4414 18.6665C14.9245 18.6665 14.5039 18.2533 14.5039 17.7454C14.5039 17.2376 14.9245 16.8244 15.4414 16.8244C15.9582 16.8244 16.3789 17.2376 16.3789 17.7454C16.3789 18.2533 15.9582 18.6665 15.4414 18.6665ZM17.0039 14.6753C17.0039 15.1831 16.5833 15.5964 16.0664 15.5964H7.94139C7.4245 15.5964 7.00389 15.1831 7.00389 14.6753V11.6051C7.00389 11.0973 7.4245 10.6841 7.94139 10.6841H16.0663C16.5833 10.6841 17.0038 11.0973 17.0038 11.6051L17.0039 14.6753Z" fill="#6DA8EE"/><path d="M11.3071 2.41767C11.0979 2.21213 10.7587 2.21213 10.5495 2.41767C10.3403 2.62321 10.3403 2.95646 10.5495 3.16199L11.3071 2.41767ZM15.0571 6.10189L11.3071 2.41767L10.5495 3.16199L14.2995 6.8462L15.0571 6.10189Z" fill="#6DA8EE"/><path d="M7.02194 2.41767C6.81274 2.21213 6.47354 2.21213 6.26434 2.41767C6.05512 2.62321 6.05512 2.95646 6.26434 3.16199L7.02194 2.41767ZM10.7719 6.10189L7.02194 2.41767L6.26434 3.16199L10.0143 6.8462L10.7719 6.10189Z" fill="#6DA8EE"/><path d="M7.71484 6.99974C7.71484 6.4184 8.19454 5.94711 8.78627 5.94711H15.2148C15.8066 5.94711 16.2863 6.4184 16.2863 6.99974H7.71484Z" fill="#6DA8EE"/></svg>`,
|
|
434
|
+
'modal/summary/ts-count': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.6741 6.65663H17.6779C17.6779 5.19283 16.4851 4 15.0213 4H7.98118C6.51738 4 5.32455 5.19283 5.32455 6.65663H4.32832C3.59509 6.65663 3 7.25172 3 7.98495V9.54705C3 9.91366 3.29754 10.2112 3.66416 10.2112C4.03077 10.2112 4.32832 9.91366 4.32832 9.54705V7.98495H5.32455V17.6152C5.32455 18.3511 5.7257 18.994 6.32079 19.3394V19.6502C6.32079 20.3781 6.89728 20.9865 7.62254 20.9998C8.36639 21.0131 8.97742 20.4127 8.97742 19.6715V19.6051H13.9586V19.6502C13.9586 20.3781 14.5351 20.9865 15.2604 20.9998C16.0042 21.0131 16.6152 20.4127 16.6152 19.6715V19.3739C17.2475 19.0392 17.6779 18.375 17.6779 17.6126V7.98495H18.6741V9.54705C18.6741 9.91366 18.9717 10.2112 19.3383 10.2112C19.7049 10.2112 20.0024 9.91366 20.0024 9.54705V7.98495C20.0024 7.25172 19.4074 6.65663 18.6741 6.65663ZM15.6854 18.2794H7.31703C6.95041 18.2794 6.65287 17.9819 6.65287 17.6152V13.7578L7.53753 14.406C7.88289 14.6584 8.28935 14.7912 8.71707 14.7912H14.5377C15.008 14.7912 15.4623 14.6239 15.8209 14.321L16.3496 13.8747V17.6126C16.3496 17.9819 16.052 18.2794 15.6854 18.2794ZM16.3496 7.98495V12.1399L14.9655 13.3088C14.8459 13.4098 14.6945 13.4656 14.5377 13.4656H12.1654V7.98495H16.3496ZM10.8371 13.4656H8.71441C8.57096 13.4656 8.43547 13.4204 8.32123 13.3381L6.65287 12.1134V7.98495H10.8371V13.4656ZM7.98118 5.32832H15.0213C15.7545 5.32832 16.3496 5.9234 16.3496 6.65663H6.65287C6.65287 5.9234 7.24795 5.32832 7.98118 5.32832ZM8.97742 16.619C8.97742 16.9856 8.67988 17.2832 8.31326 17.2832C7.94665 17.2832 7.6491 16.9856 7.6491 16.619C7.6491 16.2524 7.94665 15.9548 8.31326 15.9548C8.67988 15.9548 8.97742 16.2524 8.97742 16.619ZM15.3215 16.619C15.3215 16.9856 15.0239 17.2832 14.6573 17.2832C14.2907 17.2832 13.9931 16.9856 13.9931 16.619C13.9931 16.2524 14.2907 15.9548 14.6573 15.9548C15.0239 15.9548 15.3215 16.2524 15.3215 16.619Z" fill="#EC6998"/></svg>`,
|
|
435
|
+
'modal/summary/ts-speed': `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_20434_9000)"><path d="M23.6968 8.69064C23.6968 7.98327 23.0905 7.37695 22.3832 7.37695H5.81053C5.10316 7.37695 4.49684 7.98327 4.49684 8.69064V9.49906H2.37474C1.92 9.49906 1.56632 9.85274 1.56632 10.3075C1.56632 10.7622 1.92 11.1159 2.37474 11.1159H4.54737V12.3791H0.808421C0.353684 12.3791 0 12.7327 0 13.1875C0 13.6422 0.353684 13.9959 0.808421 13.9959H4.49684V15.7643H5.81053C5.96211 14.6527 6.92211 13.7938 8.08421 13.7938C9.24632 13.7938 10.1558 14.6527 10.3579 15.7643H16.9263C17.0779 14.6527 18.0379 13.7938 19.2 13.7938C20.3621 13.7938 21.2716 14.6527 21.4737 15.7643H24.1011L23.6968 8.69064ZM9.04421 11.2675H5.81053V8.69064H9.04421V11.2675ZM12.9347 11.2675H9.70105V8.69064H12.9347V11.2675ZM16.8758 11.2675H13.6421V8.69064H16.8758V11.2675ZM20.7663 11.2675H17.5326V8.69064H20.7663V11.2675ZM22.0295 13.238V8.69064H23.1916L23.3432 13.238H22.0295Z" fill="#AB8C3A"/><path d="M8.08364 17.7845C8.9766 17.7845 9.70048 17.0606 9.70048 16.1676C9.70048 15.2747 8.9766 14.5508 8.08364 14.5508C7.19068 14.5508 6.4668 15.2747 6.4668 16.1676C6.4668 17.0606 7.19068 17.7845 8.08364 17.7845Z" fill="#AB8C3A"/><path d="M19.15 17.7845C20.043 17.7845 20.7669 17.0606 20.7669 16.1676C20.7669 15.2747 20.043 14.5508 19.15 14.5508C18.2571 14.5508 17.5332 15.2747 17.5332 16.1676C17.5332 17.0606 18.2571 17.7845 19.15 17.7845Z" fill="#AB8C3A"/></g><defs><clipPath id="clip0_20434_9000"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>`,
|
|
157
436
|
}
|