forked from bombastictranz/awesome
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
9716-0417f358572fcb33.js.download
808 lines (745 loc) · 158 KB
/
9716-0417f358572fcb33.js.download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9716],{20271:function(e,t,l){l.d(t,{b:function(){return Alert}});var i=l(2784),n=l(28165),o=l(39479),r=l(77293),a=l(28067),s=l(23273),h=l(99029),c=l(3e3),v=l(10391),w=l(98628);let g={info:{backgroundColor:"blue",color:"neutral100",icon:"alertInfoFill",iconColor:"blue"},success:{backgroundColor:"success400",color:"neutral700",icon:"formCheckCircle",iconColor:"success400"},warning:{backgroundColor:"warning400",color:"neutral700",icon:"alertTriangleFill",iconColor:"neutral700"},error:{backgroundColor:"error400",color:"neutral100",icon:"formXCircle",iconColor:"error400"}},d=(0,o.B)("Alert",{root:({miniBackgroundColor:e="blue",type:t,layout:l,hasShadow:i})=>["box"===l&&[n.iv`
label: -box;
position: relative;
display: grid;
grid-template-columns: max-content 1fr max-content;
align-items: start;
gap: 10px;
padding: 10px 10px 10px 20px;
border: 1px solid ${h.w.neutral300};
border-radius: 5px;
background-color: ${h.w.neutral100};
${c.ZT.paragraph3};
color: ${h.w.neutral700};
// Colored stripe that renders on the left of the box.
&::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
width: 10px;
}
`,n.iv`
label: -${t};
&::before {
background-color: ${h.w[g[t].backgroundColor]};
}
`],"banner"===l&&[n.iv`
label: -banner;
position: relative;
display: grid;
align-items: center;
${c.ZT.paragraph3};
padding: 10px 44px;
text-align: center;
`,n.iv`
label: -${t};
color: ${h.w[g[t].color]};
background-color: ${h.w[g[t].backgroundColor]};
// Rare tag selection to ensure that links are accessible
// and consumers don't need to worry about it.
a[class] {
color: inherit;
text-decoration: underline;
&:hover,
&:focus {
color: rgba(${h.w.neutral100rgb}, 0.75);
}
&:focus {
outline: 1px solid rgba(${h.w.neutral100rgb}, 0.75);
}
}
`],"banner-inverse"===l&&[n.iv`
label: -banner;
position: relative;
display: grid;
align-items: center;
${c.ZT.paragraph3};
padding: 10px 44px;
text-align: center;
`,n.iv`
label: -${t};
color: ${h.w.neutral700};
background-color: ${h.w.neutral100};
`],"mini"===l&&[n.iv`
label: -mini;
position: relative;
display: grid;
align-items: center;
${c.ZT.paragraph3Medium};
text-align: center;
padding: 8px 44px;
`,n.iv`
label: -${t};
background-color: ${h.w[e]};
color: ${"neutral100"===e?h.w.neutral800:h.w.neutral100};
a[class] {
color: inherit;
text-decoration: underline;
&:hover,
&:focus {
color: ${"neutral100"===e?h.w.blue:`rgba(${h.w.neutral100rgb}, 0.75)`};
}
&:focus {
outline: 1px solid
${"neutral100"===e?h.w.blue:`rgba(${h.w.neutral100rgb}, 0.75)`};
}
}
`],"modal"===l&&[n.iv`
label: -modal;
position: relative;
max-width: 500px;
display: flex;
flex-direction: column;
align-items: center;
background-color: ${h.w.neutral100};
padding: 15px;
border: 1px solid ${h.w.neutral300};
text-align: center;
border-radius: 10px;
`],i&&n.iv`
label: -shadowed;
box-shadow: ${v.f.elevation5};
`],typeIcon:({layout:e,type:t})=>[n.iv`
color: ${h.w[g[t].iconColor]};
`,"modal"===e&&n.iv`
margin-bottom: 8px;
`,("banner"===e||"banner-inverse"===e)&&n.iv`
color: ${"banner"===e?"currentColor":h.w[g[t].iconColor]};
display: inline-block;
vertical-align: middle;
margin-right: 5px;
position: relative;
top: -2px;
`],titleInner:e=>[n.iv`
display: block;
${c.ZT.paragraph3Bold};
color: ${h.w.neutral800};
`,"banner"===e&&n.iv`
color: inherit;
`,"mini"===e&&n.iv`
color: inherit;
`],closeButton:({miniBackgroundColor:e,layout:t})=>["banner"!==t&&"mini"!==t&&n.iv`
color: ${h.w.neutral600};
transition: ${w.f.transitionValue};
&:hover,
&:focus {
color: ${h.w.neutral600};
}
`,"banner"===t&&n.iv`
color: inherit;
`,"mini"===t&&n.iv`
color: ${"neutral100"===e?h.w.neutral600:"inherit"};
`,("banner"===t||"banner-inverse"===t)&&n.iv`
position: absolute;
right: 15px;
top: 22px;
transform: translateY(-50%);
`,"mini"===t&&n.iv`
position: absolute;
right: 15px;
top: 20px;
transform: translateY(-50%);
`,"modal"===t&&n.iv`
position: absolute;
top: 15px;
right: 15px;
`]}),Alert=({children:e,title:t,role:l,ariaLive:n,hasShadow:o=!0,type:h="info",layout:c="box",onDismiss:v,miniBackgroundColor:w})=>{let m=g[h],u="banner"===c||"banner-inverse"===c,E="mini"===c,f=(0,r.U)("div",{css:d.typeIcon({layout:c,type:h})},(0,r.U)(s.J,{ariaLabel:h,isBlock:!0,name:m.icon,size:24})),p=v&&(0,r.U)("button",{type:"button","aria-label":"Dismiss",css:d.closeButton({miniBackgroundColor:w,layout:c}),onClick:v},(0,r.U)(s.J,{isBlock:!0,name:"formX",size:24})),x=u&&!E&&f&&(0,r.U)(i.Fragment,null,f,"\xa0");return(0,r.U)("article",{"aria-live":n,css:d.root({hasShadow:o,type:h,miniBackgroundColor:w,layout:c}),role:l},!u&&!E&&f,(0,r.U)("div",{css:d.content},t&&!E&&(0,r.U)(a.X,{css:d.title},(0,r.U)("span",{css:d.titleInner(c)},x,t)),e),p)}},28067:function(e,t,l){l.d(t,{X:function(){return Heading}});var i=l(28165),n=l(39479),o=l(77293),r=l(30826),a=l(37260);let s=(0,n.B)("Heading",{root:i.iv`
display: block;
`}),Heading=e=>{let{level:t}=(0,r.useHeadingLevel)(),l=(0,a.u)(t,1,6),i=`h${l}`;return(0,o.U)(i,{css:s.root,className:e.className},e.children)}},23273:function(e,t,l){l.d(t,{J:function(){return Icon}});var i={};l.r(i),l.d(i,{ActionAttachment:function(){return ActionAttachment},ActionAutoRenew:function(){return ActionAutoRenew},ActionBookmark:function(){return ActionBookmark},ActionBookmarkFill:function(){return ActionBookmarkFill},ActionBug:function(){return ActionBug},ActionBugFill:function(){return ActionBugFill},ActionBuild:function(){return ActionBuild},ActionCalendar:function(){return ActionCalendar},ActionCalendarFill:function(){return ActionCalendarFill},ActionCamera:function(){return ActionCamera},ActionCameraFill:function(){return ActionCameraFill},ActionCheckConnection:function(){return ActionCheckConnection},ActionCheckConnectionFill:function(){return ActionCheckConnectionFill},ActionCopy:function(){return ActionCopy},ActionCopyFill:function(){return ActionCopyFill},ActionDownload:function(){return ActionDownload},ActionDrag:function(){return ActionDrag},ActionEdit:function(){return ActionEdit},ActionEditCircle:function(){return ActionEditCircle},ActionEditCircleFill:function(){return ActionEditCircleFill},ActionEditFill:function(){return ActionEditFill},ActionEditPlus:function(){return ActionEditPlus},ActionEmail:function(){return ActionEmail},ActionEmailFill:function(){return ActionEmailFill},ActionExplore:function(){return ActionExplore},ActionExploreFill:function(){return ActionExploreFill},ActionFilter:function(){return ActionFilter},ActionFlag:function(){return ActionFlag},ActionFlagFill:function(){return ActionFlagFill},ActionInsert:function(){return ActionInsert},ActionLink:function(){return ActionLink},ActionLock:function(){return ActionLock},ActionLockFill:function(){return ActionLockFill},ActionMoveToFolder:function(){return ActionMoveToFolder},ActionMoveToFolderFill:function(){return ActionMoveToFolderFill},ActionPhoto:function(){return ActionPhoto},ActionPhotoFill:function(){return ActionPhotoFill},ActionPin:function(){return ActionPin},ActionPinFill:function(){return ActionPinFill},ActionPlay:function(){return ActionPlay},ActionPlayFill:function(){return ActionPlayFill},ActionRename:function(){return ActionRename},ActionRenameFill:function(){return ActionRenameFill},ActionResend:function(){return ActionResend},ActionResendFill:function(){return ActionResendFill},ActionSend:function(){return ActionSend},ActionSendFill:function(){return ActionSendFill},ActionShare:function(){return ActionShare},ActionShareFill:function(){return ActionShareFill},ActionSwitchAccount:function(){return ActionSwitchAccount},ActionSwitchAccountFill:function(){return ActionSwitchAccountFill},ActionTrash:function(){return ActionTrash},ActionTrashFill:function(){return ActionTrashFill},ActionZapDetails:function(){return ActionZapDetails},ActionZapDetailsFill:function(){return ActionZapDetailsFill},AlertCircle:function(){return AlertCircle},AlertCircleFill:function(){return AlertCircleFill},AlertInfo:function(){return AlertInfo},AlertInfoFill:function(){return AlertInfoFill},AlertTriangle:function(){return AlertTriangle},AlertTriangleFill:function(){return AlertTriangleFill},AppApiBuilder:function(){return AppApiBuilder},AppApiBuilderFill:function(){return AppApiBuilderFill},ArrowBigDown:function(){return ArrowBigDown},ArrowBigLeft:function(){return ArrowBigLeft},ArrowBigRight:function(){return ArrowBigRight},ArrowBigUp:function(){return ArrowBigUp},ArrowBranch:function(){return ArrowBranch},ArrowCode:function(){return ArrowCode},ArrowCodeDots:function(){return ArrowCodeDots},ArrowConnect:function(){return ArrowConnect},ArrowDropdown:function(){return ArrowDropdown},ArrowDropdownCircle:function(){return ArrowDropdownCircle},ArrowExit:function(){return ArrowExit},ArrowLineLeft:function(){return ArrowLineLeft},ArrowLineRight:function(){return ArrowLineRight},ArrowOffsite:function(){return ArrowOffsite},ArrowRedo:function(){return ArrowRedo},ArrowRefresh:function(){return ArrowRefresh},ArrowSmallDown:function(){return ArrowSmallDown},ArrowSmallLeft:function(){return ArrowSmallLeft},ArrowSmallRight:function(){return ArrowSmallRight},ArrowSmallUp:function(){return ArrowSmallUp},ArrowUndo:function(){return ArrowUndo},ArrowZoom:function(){return ArrowZoom},CommentAdd:function(){return CommentAdd},CommentAddFill:function(){return CommentAddFill},CommentBlank:function(){return CommentBlank},CommentBlankFill:function(){return CommentBlankFill},CommentConvo:function(){return CommentConvo},CommentConvoFill:function(){return CommentConvoFill},CommentFilled:function(){return CommentFilled},CommentFilledFill:function(){return CommentFilledFill},CommentWaiting:function(){return CommentWaiting},CommentWaitingFill:function(){return CommentWaitingFill},FileAdd:function(){return FileAdd},FileAddFill:function(){return FileAddFill},FileFile:function(){return FileFile},FileFileFill:function(){return FileFileFill},FileFilled:function(){return FileFilled},FileFilledFill:function(){return FileFilledFill},FileGuide:function(){return FileGuide},FileGuideFill:function(){return FileGuideFill},FormAdd:function(){return FormAdd},FormAddCircle:function(){return FormAddCircle},FormAddCircleOutlined:function(){return FormAddCircleOutlined},FormAddSquare:function(){return FormAddSquare},FormAddSquareOutlined:function(){return FormAddSquareOutlined},FormBlank:function(){return FormBlank},FormCheck:function(){return FormCheck},FormCheckCircle:function(){return FormCheckCircle},FormCheckCircleOutlined:function(){return FormCheckCircleOutlined},FormCheckSquare:function(){return FormCheckSquare},FormCheckSquareOutlined:function(){return FormCheckSquareOutlined},FormDash:function(){return FormDash},FormDashCircle:function(){return FormDashCircle},FormDashCircleOutlined:function(){return FormDashCircleOutlined},FormDashSquare:function(){return FormDashSquare},FormDashSquareOutlined:function(){return FormDashSquareOutlined},FormRadioCheck:function(){return FormRadioCheck},FormRadioDot:function(){return FormRadioDot},FormRadioUnchecked:function(){return FormRadioUnchecked},FormText:function(){return FormText},FormTextAlignCenter:function(){return FormTextAlignCenter},FormTextAlignLeft:function(){return FormTextAlignLeft},FormTextAlignRight:function(){return FormTextAlignRight},FormTextLong:function(){return FormTextLong},FormToggle:function(){return FormToggle},FormX:function(){return FormX},FormXCircle:function(){return FormXCircle},FormXCircleOutlined:function(){return FormXCircleOutlined},MagnifyingGlass:function(){return MagnifyingGlass},MiscAi:function(){return MiscAi},MiscAiChatbot:function(){return MiscAiChatbot},MiscBolt:function(){return MiscBolt},MiscBoltAlt:function(){return MiscBoltAlt},MiscBoltAltFill:function(){return MiscBoltAltFill},MiscBoltFill:function(){return MiscBoltFill},MiscBoltOutlined:function(){return MiscBoltOutlined},MiscChatBot:function(){return MiscChatBot},MiscClock:function(){return MiscClock},MiscClockFill:function(){return MiscClockFill},MiscCloud:function(){return MiscCloud},MiscCloudCheck:function(){return MiscCloudCheck},MiscCloudCheckFill:function(){return MiscCloudCheckFill},MiscCloudFill:function(){return MiscCloudFill},MiscColor:function(){return MiscColor},MiscColorFill:function(){return MiscColorFill},MiscCookie:function(){return MiscCookie},MiscCookieFill:function(){return MiscCookieFill},MiscCreditCard:function(){return MiscCreditCard},MiscCreditCardFill:function(){return MiscCreditCardFill},MiscDollar:function(){return MiscDollar},MiscEye:function(){return MiscEye},MiscEyeClosed:function(){return MiscEyeClosed},MiscEyeFill:function(){return MiscEyeFill},MiscFingerprint:function(){return MiscFingerprint},MiscFire:function(){return MiscFire},MiscFireFill:function(){return MiscFireFill},MiscGraph:function(){return MiscGraph},MiscGraphBox:function(){return MiscGraphBox},MiscGraphBoxFill:function(){return MiscGraphBoxFill},MiscHand:function(){return MiscHand},MiscHandFill:function(){return MiscHandFill},MiscHeadset:function(){return MiscHeadset},MiscHeadsetFill:function(){return MiscHeadsetFill},MiscLearn:function(){return MiscLearn},MiscLearnFill:function(){return MiscLearnFill},MiscList:function(){return MiscList},MiscMic:function(){return MiscMic},MiscMicFill:function(){return MiscMicFill},MiscPie:function(){return MiscPie},MiscPieFill:function(){return MiscPieFill},MiscPin:function(){return MiscPin},MiscPinFill:function(){return MiscPinFill},MiscSecurity:function(){return MiscSecurity},MiscSecurityFill:function(){return MiscSecurityFill},MiscSteps:function(){return MiscSteps},MiscSteps1:function(){return MiscSteps1},MiscSteps2:function(){return MiscSteps2},MiscSteps3:function(){return MiscSteps3},MiscStepsAlt:function(){return MiscStepsAlt},MiscStepsFill:function(){return MiscStepsFill},MiscTimelapse:function(){return MiscTimelapse},MiscUptime:function(){return MiscUptime},MiscUptimeFill:function(){return MiscUptimeFill},MiscWallet:function(){return MiscWallet},MiscWalletFill:function(){return MiscWalletFill},MiscWorld:function(){return MiscWorld},MiscWorldFill:function(){return MiscWorldFill},NavApps:function(){return NavApps},NavAppsFill:function(){return NavAppsFill},NavBell:function(){return NavBell},NavBellFill:function(){return NavBellFill},NavBlog:function(){return NavBlog},NavBlogFill:function(){return NavBlogFill},NavBriefcase:function(){return NavBriefcase},NavBriefcaseFill:function(){return NavBriefcaseFill},NavCanvas:function(){return NavCanvas},NavCanvasV2:function(){return NavCanvasV2},NavChatbots:function(){return NavChatbots},NavCog:function(){return NavCog},NavCogFill:function(){return NavCogFill},NavConnectedAssets:function(){return NavConnectedAssets},NavConnectedAssetsFill:function(){return NavConnectedAssetsFill},NavDashboard:function(){return NavDashboard},NavDashboardFill:function(){return NavDashboardFill},NavExplore:function(){return NavExplore},NavExploreFill:function(){return NavExploreFill},NavFolder:function(){return NavFolder},NavFolderFill:function(){return NavFolderFill},NavHelp:function(){return NavHelp},NavHelpFill:function(){return NavHelpFill},NavHome:function(){return NavHome},NavHomeFill:function(){return NavHomeFill},NavIntegrations:function(){return NavIntegrations},NavIntegrationsFill:function(){return NavIntegrationsFill},NavInterfaces:function(){return NavInterfaces},NavInterfacesFill:function(){return NavInterfacesFill},NavInterfacesV2:function(){return NavInterfacesV2},NavMenu:function(){return NavMenu},NavMenuAlt:function(){return NavMenuAlt},NavMoreHoriz:function(){return NavMoreHoriz},NavMoreVert:function(){return NavMoreVert},NavProjects:function(){return NavProjects},NavProjectsFill:function(){return NavProjectsFill},NavSearch:function(){return NavSearch},NavSearchFill:function(){return NavSearchFill},NavTable:function(){return NavTable},NavTableFill:function(){return NavTableFill},NavTables:function(){return NavTables},NavVersions:function(){return NavVersions},NavVersionsFill:function(){return NavVersionsFill},PartnerDashboard:function(){return PartnerDashboard},PartnerEmbed:function(){return PartnerEmbed},PersonAccount:function(){return PersonAccount},PersonAdd:function(){return PersonAdd},PersonAddFill:function(){return PersonAddFill},PersonCircle:function(){return PersonCircle},PersonCircleFill:function(){return PersonCircleFill},PersonGroup:function(){return PersonGroup},PersonGroupFill:function(){return PersonGroupFill},PersonOne:function(){return PersonOne},PersonOneFill:function(){return PersonOneFill},RatingCool:function(){return RatingCool},RatingHappy:function(){return RatingHappy},RatingHappyAlt:function(){return RatingHappyAlt},RatingHeart:function(){return RatingHeart},RatingHeartFill:function(){return RatingHeartFill},RatingNeutral:function(){return RatingNeutral},RatingNeutralAlt:function(){return RatingNeutralAlt},RatingSad:function(){return RatingSad},RatingSadAlt:function(){return RatingSadAlt},RatingStar:function(){return RatingStar},RatingStarFill:function(){return RatingStarFill},RatingThumbsBoth:function(){return RatingThumbsBoth},RatingThumbsBothFill:function(){return RatingThumbsBothFill},RatingThumbsDown:function(){return RatingThumbsDown},RatingThumbsDownFill:function(){return RatingThumbsDownFill},RatingThumbsUp:function(){return RatingThumbsUp},RatingThumbsUpFill:function(){return RatingThumbsUpFill},RatingVeryHappy:function(){return RatingVeryHappy},RatingVeryHappyAlt:function(){return RatingVeryHappyAlt},RatingVerySad:function(){return RatingVerySad},RatingVerySadAlt:function(){return RatingVerySadAlt},RatingWink:function(){return RatingWink},RatingWinkAlt:function(){return RatingWinkAlt},StatusFilter:function(){return StatusFilter},StatusFilterFill:function(){return StatusFilterFill},StatusPaused:function(){return StatusPaused},StatusPlaying:function(){return StatusPlaying},StatusPlayingFill:function(){return StatusPlayingFill},StatusStatus:function(){return StatusStatus},StatusStatusFill:function(){return StatusStatusFill},Team:function(){return Team},TeamFill:function(){return TeamFill},UpAndDownArrows:function(){return UpAndDownArrows},X:function(){return X},ZapDetails:function(){return ZapDetails},ZapierLogo:function(){return ZapierLogo}});var n=l(2784),o=l(39479),r=l(52676),a=l(77293),MiscAi=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"m7.754 8.377 2.261-3.888 2.261 3.888.362.362L16.526 11l-3.888 2.261-.362.362-2.26 3.888-1.784-3.066-1.554 1.304 2.473 4.254h1.729l2.992-5.146 5.146-2.992v-1.73l-5.146-2.992-2.992-5.146H9.15L6.16 7.143l-5.146 2.993v1.729l4.243 2.467 1.628-1.367L3.504 11l3.889-2.26.361-.363Z",clipRule:"evenodd"}),n.createElement("path",{fill:"#2D2E2E",d:"m19.516 15.991 1.28 2.203L23 19.474l-2.203 1.282-1.281 2.203-1.281-2.203-2.203-1.281 2.203-1.281 1.28-2.203Z"})),ActionAttachment=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.01 21c1.28 0 2.56-.49 3.54-1.46L21.12 8.96a3 3 0 0 0 0-4.24 3 3 0 0 0-4.24 0L6.31 15.29l1.41 1.41L18.3 6.13a.996.996 0 1 1 1.41 1.41L9.13 18.12a3 3 0 0 1-4.24 0 3 3 0 0 1 0-4.24l8.49-8.48-1.41-1.41-8.49 8.48a5.003 5.003 0 0 0 0 7.07c.97.97 2.25 1.46 3.53 1.46Z"})),ActionAutoRenew=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19 11v2a5 5 0 0 1-5 5H7.24l2.52-3H7.15l-3.36 4 3.35 4h2.61l-2.51-3H14a7 7 0 0 0 7-7v-2h-2ZM5 11a5 5 0 0 1 5-5h6.76l-2.52 3h2.61l3.36-4-3.36-4h-2.61l2.52 3H10a7 7 0 0 0-7 7v2h2v-2Z"})),ActionBookmark=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M4 6v16.73l8-4.62 8 4.62V2H4v2h14v15.27l-6-3.47-6 3.47V6H4Z"})),ActionBookmarkFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 22.73V2H4v20.73l8-4.62 8 4.62Z"})),ActionBug=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 9h-2v4.5h2V9Zm-1 8.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM22 12V7h-2v3h-2a6 6 0 0 0-1.74-4.22l1-2.78h-2.12l-.57 1.58a6 6 0 0 0-5.14 0L8.86 3H6.73l1 2.78A6 6 0 0 0 6.35 8h2.21A4 4 0 0 1 16 10v6a4 4 0 1 1-8 0v-6H4V7H2v5h4v4H2v5h2v-3h2.35a6 6 0 0 0 11.3 0H20v3h2v-5h-4v-4h4Z"})),ActionBugFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M4 18h2.35a6 6 0 0 0 11.3 0H20v3h2v-5h-4v-4h4V7h-2v3h-2a6 6 0 0 0-1.74-4.22l1-2.78h-2.12l-.57 1.58a6 6 0 0 0-5.14 0L8.86 3H6.73l1 2.78A6 6 0 0 0 6 10H4V7H2v5h4v4H2v5h2v-3Zm8-.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm1-4h-2V9h2v4.5Z"})),ActionBuild=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("g",{clipPath:"url(#actionBuild_svg__a)"},n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M16.958 5.09 14.26 7.642l.342 1.779 1.78.342 2.575-2.724 1.418-1.498a7.041 7.041 0 0 1 1.249 4.014 7.07 7.07 0 1 1-3.159-5.89L16.958 5.09Zm.876 6.048 1.781-1.884a5.07 5.07 0 1 1-4.93-4.767l-1.8 1.702-.796.754.207 1.077.342 1.779.257 1.33 1.33.256 1.778.342 1.077.208.754-.797Zm-15.933 9.66 5.583-5.583 1.414 1.414-5.582 5.582L1.9 20.797Z",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"actionBuild_svg__a"},n.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),ActionCalendar=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17 4V2h-2v2H9V2H7v2H3v2h4v2h2V6h6v2h2V6h2v13H5V7.5H3V21h18V4h-4Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M8 12.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM12 12.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM16 12.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM8 17.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM12 17.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM16 17.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),ActionCalendarFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7 3v2H3v17h18V5h-4V3h-2v2H9V3H7Zm1 15.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm8-7.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm0 5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm-4-5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm0 5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5ZM9.25 12a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"})),ActionCamera=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m17.47 4-1.26-1.5H7.79L6.53 4H2v12h2V6h3.47l1.26-1.5h6.54L16.53 6H20v12H2v2h20V4h-4.53Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M17 11.5c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5Zm-8 0c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3-3-1.35-3-3Z"})),ActionCameraFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 14.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m17.47 4-1.26-1.5H7.79L6.53 4H2v16h20V4h-4.53ZM12 16.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5Z"})),ActionCheckConnection=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m17.28 12 4.5-5.36-1.54-1.28L14.67 12H9.34L3.76 5.36 2.23 6.64 6.73 12H2.01v5h2v-3h16v5h-18v2h20v-9h-4.73Zm1.48 4.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0ZM8.58 7.91 9.9 9.48a4.88 4.88 0 0 1 4.22 0l1.32-1.57a6.92 6.92 0 0 0-6.86 0ZM12.01 5a8.89 8.89 0 0 1 4.73 1.36l1.27-1.55a10.95 10.95 0 0 0-12 0l1.3 1.55A8.89 8.89 0 0 1 12.01 5Z"})),ActionCheckConnectionFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m17.28 12 4.5-5.36-1.54-1.28L14.67 12H9.34L3.76 5.36 2.23 6.64 6.73 12H2.01v9h20v-9h-4.73Zm.23 5.75a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5ZM8.58 7.91 9.9 9.48a4.88 4.88 0 0 1 4.22 0l1.32-1.57a6.92 6.92 0 0 0-6.86 0ZM12.01 5a8.89 8.89 0 0 1 4.73 1.36l1.27-1.55a10.95 10.95 0 0 0-12 0l1.3 1.55A8.89 8.89 0 0 1 12.01 5Z"})),ActionCopy=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 22h16V6H2v16ZM4 8h12v12H4V8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M6 2v2h14v14h2V2H6Z"})),ActionCopyFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18 6H2v16h16V6Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M6 2v2h14v14h2V2H6Z"})),ActionDownload=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18 13.27v-2.61l-5 4.2V5h-2v9.86l-5-4.2v2.61l6 5 6-5ZM3 20v2h18v-2H3Z"})),ActionDrag=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M9 7.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15 7.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM9 13.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15 13.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM9 19.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15 19.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"})),ActionEdit=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m16.92 5 3.51 3.52 1.42-1.42-4.93-4.93L3 16.09V21h4.91L19.02 9.9 17.6 8.48 7.09 19H5v-2.09L16.92 5Z"})),ActionEditCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M7.5 14.5v2h2l5.03-5.03-2-2L7.5 14.5ZM14.996 7 13.58 8.414l2.002 2.001 1.414-1.414-2.001-2Z"})),ActionEditCircleFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22c5.51 0 10-4.49 10-10S17.51 2 12 2 2 6.49 2 12s4.49 10 10 10Zm3-15 2 2-1.41 1.41-2-2L15 7Zm-7.5 7.5 5.03-5.03 2 2L9.5 16.5h-2v-2Z"})),ActionEditFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 16.09V21h4.91L19 9.91 14.09 5 3 16.09ZM16.92 2.17l-1.41 1.41 4.91 4.91 1.41-1.41-4.91-4.91Z"})),ActionEditPlus=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m19.43 8.35-3.51-3.52L4 16.74v2.09h2.09L16.6 8.31l1.42 1.42-11.11 11.1H2v-4.91L15.92 2l4.93 4.93-1.42 1.42ZM19 14v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2Z"})),ActionEmail=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 20h20V4H2v4.58l10 5.77 8-4.62V18H4v-6l-2-1.11V20ZM4 7.42V6h16v1.42L12 12 4 7.42Z"})),ActionEmailFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 8.58V20h20V8.58l-10 5.77L2 8.58ZM2 4v2.27L12 12l10-5.73V4H2Z"})),ActionExplore=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13.59 13.59a2.25 2.25 0 1 0-3.18-3.184 2.25 2.25 0 0 0 3.18 3.184Zm-7-7L3.78 17 6 16.35 8.2 8.2l10.39-2.79L15.8 15.8 3.18 19.18l-.59 2.23 14.85-4 4-14.85L6.59 6.59Z"})),ActionExploreFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m6.56 6.56-4 14.85 14.85-4 4-14.85-14.85 4ZM12 14.25a2.25 2.25 0 1 1 0-4.501 2.25 2.25 0 0 1 0 4.501Z"})),ActionFilter=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m18.43 6 1.09-3h-2.13l-2.91 8h2.13l1.09-3H22V6h-3.57ZM14.7 6H2v2h11.97l.73-2ZM7.39 13 6.3 16H2v2h3.57l-1.09 3h2.13l2.91-8H7.39ZM9.3 18H22v-2H10.03l-.73 2Z"})),ActionFlag=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M10.66 5H5.39L1.75 15h7.39l.73-2h5.28l.73-2H10.6l2.18-6h6.87l-5.82 16h2.13l6.55-18H11.39l-.73 2Zm-2.91 8H4.6l2.18-6h3.14l-2.17 6Z"})),ActionFlagFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m9.05 15 .73-2h6.88l-2.91 8h2.13l6.55-18H11.3l-.73 2H5.3L1.66 15h7.39Z"})),ActionInsert=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17 4H3v2h14V4ZM13 9H3v2h10V9ZM9 14H3v2h6v-2ZM17 14v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4Z"})),ActionLink=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M10.12 18.12a3 3 0 0 1-4.24 0 3 3 0 0 1 0-4.24l3.29-3.29-1.41-1.42-3.29 3.29a5.003 5.003 0 0 0 0 7.07 5.003 5.003 0 0 0 7.07 0l3.29-3.29-1.41-1.41-3.3 3.29ZM19.54 4.46a5.003 5.003 0 0 0-7.07 0l-3.3 3.3 1.41 1.41 3.29-3.29a3 3 0 0 1 4.24 0 3 3 0 0 1 0 4.24l-3.29 3.29 1.41 1.41 3.29-3.29c1.96-1.94 1.96-5.12.02-7.07Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m14.58 8.005-6.582 6.583 1.414 1.414 6.583-6.583-1.414-1.414Z"})),ActionLock=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17 8V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H4v10h2v-8h12v10H4v2h16V8h-3Zm-2 0H9V6c0-1.65 1.35-3 3-3s3 1.35 3 3v2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 17.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z"})),ActionLockFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 1C9.24 1 7 3.24 7 6v2H4v14h16V8h-3V6c0-2.76-2.24-5-5-5Zm0 16.25c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25 2.25 1.01 2.25 2.25-1.01 2.25-2.25 2.25ZM15 8H9V6c0-1.65 1.35-3 3-3s3 1.35 3 3v2Z"})),ActionMoveToFolder=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M6 13h8.86l-2.52 3h2.61l3.36-4-3.37-4h-2.61l2.52 3H6v2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m12.47 4-1.26-1.5H2V16h2V4.5h6.27L11.53 6H20v12H2v2h20V4h-9.53Z"})),ActionMoveToFolderFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M22 4h-9.53l-1.26-1.5H2V20h20V4Zm-7.05 12h-2.61l2.52-3H6v-2h8.85l-2.52-3h2.61l3.36 4-3.35 4Z"})),ActionPhoto=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 3v11h6.52l2.52 3H19v2H5v-3H3v5h18V3H3Zm16 12h-6.03l-2.52-3H5V5h14v10Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M15.25 11a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z"})),ActionPhotoFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 21V3H3v18h18ZM15.25 6.5c1.24 0 2.25 1.01 2.25 2.25S16.49 11 15.25 11 13 9.99 13 8.75s1.01-2.25 2.25-2.25ZM5 12h4.98l2.52 3H19v4H5v-7Z"})),ActionPin=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13.92.81 10.94 7.2l-5.21.46-1.67 1.67 10.61 10.61 1.67-1.67.46-5.21 6.39-2.98L13.92.81Zm.98 10.92-.45 5.16-7.34-7.34 5.16-.45 2.26-4.85 5.22 5.22-4.85 2.26ZM7.566 15.014l-5.274 5.275 1.414 1.414 5.275-5.275-1.415-1.414Z"})),ActionPinFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m13.92.81-2.98 6.4-5.21.45-1.67 1.67 10.61 10.61 1.67-1.67.45-5.21 6.4-2.98L13.92.81ZM7.566 15.014l-5.274 5.275 1.414 1.414 5.275-5.275-1.415-1.414Z"})),ActionPlay=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.5 12 5 3.63v16.74L19.5 12ZM7 7.09 15.5 12 7 16.91V7.09Z"})),ActionPlayFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.5 12 5 3.63v16.74L19.5 12Z"})),ActionRename=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16.59 8.5 6.09 19H4v-2.09L15.92 5l3.49 3.5 1.42-1.42-4.91-4.91L2 16.09V21h4.91L18 9.91 16.59 8.5ZM21.43 19.43c-.65.46-1.12.58-1.43.58-.4 0-.54-.12-.94-1.26-.35-1-.83-2.37-2.42-2.69-2.51-.5-4.51 1.59-7.63 4.94h2.74c1.79-1.89 3.26-3.23 4.49-2.98.43.09.61.49.93 1.39.36 1.04.91 2.6 2.83 2.6.91 0 1.85-.39 2.86-1.16l-1.43-1.42Z"})),ActionRenameFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13.09 5 2 16.09V21h4.91L18 9.91 13.09 5Zm7.74 2.08-4.91-4.91-1.42 1.42 4.91 4.91 1.42-1.42Zm.6 12.35A2.57 2.57 0 0 1 20 20c-.4 0-.54-.12-.94-1.26-.4-1.14-.83-2.36-2.42-2.69-2.56-.51-4.69 1.78-7.39 4.69L9 21h2.74c1.79-1.89 3.27-3.23 4.49-3 .43.09.62.49.93 1.39.31.9.92 2.61 2.84 2.61a4.77 4.77 0 0 0 2.86-1.15l-1.43-1.42Z"})),ActionResend=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m3.61 20.27 1-5.61-1.88-.88L1 23.73 13.09 18a6 6 0 0 1 1.3-2.83l-10.78 5.1ZM9 14.52v-2.21l-4.61-2.17-.78-4.41 14.89 7v-2.21L1 2.27l1.63 9.24L9 14.52ZM22.25 19A3.25 3.25 0 1 1 19 15.75h1.93l-1.47 1.75h2l2.03-2.5-2.1-2.5h-2l1.47 1.75H19A4.75 4.75 0 1 0 23.75 19h-1.5Z"})),ActionResendFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18.5 12V9.54L1 1.27l1.46 8.31L9 12.67v2.21L2.86 12 1 22.73 13.09 17a6 6 0 0 1 5.41-5Zm3.75 6A3.25 3.25 0 1 1 19 14.75h1.93l-1.47 1.75h2l2.03-2.5-2.1-2.5h-2l1.47 1.75H19A4.75 4.75 0 1 0 23.75 18h-1.5Z"})),ActionSend=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M23.63 12 .97 1.27l1.63 9.24L9 13.52v-2.21L4.39 9.14l-.78-4.41L18.96 12 3.61 19.27l.99-5.61-1.88-.88-1.75 9.95L23.63 12Z"})),ActionSendFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M23.63 12 .97 1.27l1.46 8.31L9 12.67v2.21l-6.14-2.89V12L.97 22.73 23.63 12Z"})),ActionShare=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18 10c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2ZM18 14c-1.2 0-2.27.54-3 1.38l-3.63-1.82-.89 1.79 3.62 1.81C13.51 19.86 15.67 22 18 22c2.21 0 4-1.79 4-4s-1.79-4-4-4Zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2ZM13.52 9.36l-.89-1.79L9 9.38C8.27 8.54 7.2 8 6 8c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.73 0 4.4-2.52 3.91-4.84l3.61-1.8ZM6 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z"})),ActionShareFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM18 14c-1.2 0-2.27.54-3 1.38l-3.63-1.82-.89 1.79 3.62 1.81C13.51 19.86 15.67 22 18 22c2.21 0 4-1.79 4-4s-1.79-4-4-4ZM13.52 9.36l-.89-1.79L9 9.38C8.27 8.54 7.2 8 6 8c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.73 0 4.4-2.52 3.91-4.84l3.61-1.8Z"})),ActionSwitchAccount=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M8.262 9.75a3.75 3.75 0 1 0 7.5 0 3.75 3.75 0 0 0-7.5 0Zm5.5 0a1.75 1.75 0 1 1-3.499 0 1.75 1.75 0 0 1 3.5 0Zm-8.11 7.08A7.93 7.93 0 0 1 4.012 12a8 8 0 0 1 15.59-2.5h2.08a10.001 10.001 0 1 0-9.67 12.5h.5v-2c-.166.01-.333.01-.5 0a8 8 0 0 1-4.8-1.62l.5-1.38h4.8v-2h-6.2l-.66 1.83Zm16.62.67a3.26 3.26 0 0 1-3.26 3.25h-1.93l1.47-1.75h-2l-2.1 2.5 2.1 2.5h2l-1.47-1.75h1.93a4.75 4.75 0 0 0 4.75-4.75h-1.49Zm-3.26-3.25h1.94L19.473 16h2l2.1-2.5-2.1-2.5h-2l1.47 1.75h-1.93a4.75 4.75 0 0 0-4.75 4.75h1.5a3.26 3.26 0 0 1 3.25-3.25Z"})),ActionSwitchAccountFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21.67 9.5A10 10 0 1 0 12 22h.5v-2c-.167.01-.334.01-.5 0a8 8 0 0 1-6.36-3.17L6.3 15h6.2v-1.55a4.214 4.214 0 0 1-.5.05 3.75 3.75 0 1 1 3.72-4h5.95Zm.59 8A3.26 3.26 0 0 1 19 20.75h-1.93L18.54 19h-2l-2.1 2.5 2.1 2.5h2l-1.47-1.75H19a4.75 4.75 0 0 0 4.75-4.75h-1.49ZM19 14.25h1.94L19.46 16h2l2.1-2.5-2.1-2.5h-2l1.47 1.75H19a4.75 4.75 0 0 0-4.75 4.75h1.5A3.26 3.26 0 0 1 19 14.25Z"})),ActionTrash=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M15.98 20H8.02L7.19 9h-2l.97 13h11.68l.97-13h-2l-.83 11ZM20.41 4.55l-.34-1.97-5.12.89-1-.84-4.86.86-.65 1.13-5.12.89.35 1.98 16.74-2.94Z"})),ActionTrashFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M6.17 22h11.67l.98-13H5.19l.98 13ZM20.42 4.55l-.35-1.97-5.12.89-.99-.84-4.86.86-.66 1.13-5.11.89.34 1.98 16.75-2.94Z"})),ActionZapDetails=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 8V6.59L15.41 2H4v20h16V10h-2v10H6V4h8v4h6Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m10.75 18.858 4.809-5.729H13.25V9.067l-4.808 5.729h2.308v4.062Z"})),ActionZapDetailsFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M15.5 2.1v4.4h4.4l-4.4-4.4Z"}),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M14 2v6h6v14H4V2h10Zm1.559 11.13-4.809 5.728v-4.062H8.442l4.808-5.73v4.063h2.309Z",clipRule:"evenodd"})),AlertCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M13 7h-2v6h2V7ZM12 17.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),AlertCircleFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22c5.51 0 10-4.49 10-10S17.51 2 12 2 2 6.49 2 12s4.49 10 10 10ZM11 7h2v6h-2V7Zm1 7.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"})),AlertInfo=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M13 11h-2v6h2v-6ZM12 9.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),AlertInfoFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22c5.51 0 10-4.49 10-10S17.51 2 12 2 2 6.49 2 12s4.49 10 10 10Zm1-5h-2v-6h2v6ZM12 6.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"})),AlertTriangle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 9h-2v5h2V9ZM12 17.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 1.03 2.6 17h2.32L12 4.97 20.25 19H1.43L.25 21h23.5L12 1.03Z"})),AlertTriangleFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M.25 21h23.5L12 1.03.25 21ZM12 17.75a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5ZM13 14h-2V9h2v5Z"})),AppApiBuilder=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"m9 1.523-7 2.8v15.354l7 2.8V1.523Zm-5 16.8V5.677l3-1.2v15.046l-3-1.2ZM15 1.523l7 2.8v15.354l-7 2.8V1.523Zm5 16.8V5.677l-3-1.2v15.046l3-1.2Z",clipRule:"evenodd"}),n.createElement("path",{fill:"#2D2E2E",d:"M13.5 19.68h-3v-2h3v2ZM10.5 6.32h3v-2h-3v2Z"})),AppApiBuilderFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 5v14l5 2V3L3 5ZM21 5v14l-5 2V3l5 2ZM13.5 19.68h-3v-2h3v2ZM10.5 6.32h3v-2h-3v2Z"})),ArrowBigDown=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m11 16.86-6-5.04v2.62l7 5.86 7-5.86v-2.62l-6 5.04V4h-2v12.86Z"})),ArrowBigLeft=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.14 13H20v-2H7.14l5.04-6H9.56l-5.87 7 5.87 7h2.62l-5.04-6Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M7.14 13H20v-2H7.14l5.04-6H9.56l-5.87 7 5.87 7h2.62l-5.04-6Z"})),ArrowBigRight=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16.86 11H4v2h12.86l-5.04 6h2.62l5.86-7-5.86-7h-2.62l5.04 6Z"})),ArrowBigUp=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m13 7.14 6 5.04V9.56l-7-5.87-7 5.87v2.62l6-5.04V20h2V7.14Z"})),ArrowBranch=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M11 5 9 3H3v6l2 2V6.41l6 6V21h2v-9.41L6.41 5H11ZM15 3l-2 2h4.59l-4.3 4.29 1.42 1.42L19 6.41V11l2-2V3h-6Z"})),ArrowCode=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17.27 6h-2.61l5 6-5 6h2.61l5-6-5-6ZM6.73 6l-5 6 5 6h2.61l-5-6 5-6H6.73Z"})),ArrowCodeDots=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 10.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM17.25 12a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0ZM8 10.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM18.27 6h-2.61l5 6-5 6h2.61l5-6-5-6ZM8.34 6H5.73l-5 6 5 6h2.61l-5-6 5-6Z"})),ArrowConnect=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13.5 12h2.61l4.19-5-4.19-5H13.5l3.36 4H4v2h12.86l-3.36 4Zm-3 0H7.89L3.7 17l4.19 5h2.61l-3.36-4H20v-2H7.14l3.36-4Z"})),ArrowDropdown=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m12 3.69-5 4.2v2.61l5-4.19 5 4.19V7.89l-5-4.2ZM7 13.5v2.61l5 4.2 5-4.2V13.5l-5 4.19-5-4.19Z"})),ArrowDropdownCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18a8 8 0 1 1 0-16.001A8 8 0 0 1 12 20Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m7 11.4 5 4.6 5-4.6V9l-5 4.6L7 9v2.4Z"})),ArrowExit=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 21h2V3H3v18ZM17.27 6h-2.61l4.2 5H7v2h11.86l-4.2 5h2.61l5-6-5-6Z"})),ArrowLineLeft=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M6 18h2V6H6v12ZM18.34 6h-2.61l-5 6 5 6h2.61l-5-6 5-6Z"})),ArrowLineRight=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16 6v12h2V6h-2ZM5.66 6l5 6-5 6h2.61l5-6-5-6H5.66Z"})),ArrowOffsite=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M5 3H3v18h18v-2H5V3Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m12 3-2 2h7.59l-8.3 8.29 1.42 1.42L19 6.41V14l2-2V3h-9Z"})),ArrowRedo=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"m15.03 12 2.52-3H10.5a4.5 4.5 0 0 0 0 9h.5v2h-.5a6.5 6.5 0 1 1 0-13h7.05l-2.52-3h2.61L21 8l-3.36 4h-2.61Z",clipRule:"evenodd"})),ArrowRefresh=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 4H7.1l2.52-3H7L3.65 5 7 9h2.62L7.1 6H12a7 7 0 1 1-7 7H3a9 9 0 1 0 9-9Z"})),ArrowSmallDown=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m12 17.3 7-5.86V8.82l-7 5.88-7-5.88v2.62l7 5.86Z"})),ArrowSmallLeft=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m9.3 12 5.88-7h-2.62L6.7 12l5.86 7h2.62L9.3 12Z"})),ArrowSmallRight=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M11.44 5H8.82l5.88 7-5.88 7h2.62l5.86-7-5.86-7Z"})),ArrowSmallUp=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19 15.18v-2.62L12 6.7l-7 5.86v2.62l7-5.88 7 5.88Z"})),ArrowUndo=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M9.97 12 7.45 9h7.05a4.5 4.5 0 1 1 0 9H14v2h.5a6.5 6.5 0 0 0 0-13H7.45l2.52-3H7.36L4 8l3.36 4h2.61Z",clipRule:"evenodd"})),ArrowZoom=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m16 2-2 2h4.59l-4.3 4.29 1.42 1.42L20 5.41V10l2-2V2h-6ZM2 2v6l2 2V5.41l4.29 4.3 1.42-1.42L5.41 4H10L8 2H2ZM20 18.59l-4.29-4.3-1.42 1.42 4.3 4.29H14l2 2h6v-6l-2-2v4.59ZM9.71 15.71l-1.42-1.42L4 18.59V14l-2 2v6h6l2-2H5.41l4.3-4.29Z"})),CommentAdd=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 14v-3h3V9h-3V6h-2v3H8v2h3v3h2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M2 2v16h8v-2H4V4h16v12h-5.47L9.5 22h2.61l3.36-4H22V2H2Z"})),CommentAddFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M10 22h2.11l3.36-4H22V2H2v16h8v4ZM8 11V9h3V6h2v3h3v2h-3v3h-2v-3H8Z"})),CommentBlank=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M10 16H4V4h16v12h-5.47L9.5 22h2.61l3.36-4H22V2H2v16h8v-2Z"})),CommentBlankFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M10 22h2.11l3.36-4H22V2H2v16h8v4Z"})),CommentConvo=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17 2H1v13h6v-2H3V4h12v9h-4.47L7 17.21V20h5.53l1.68 2h2.61l-3.35-4H9l2.47-3H17V9h4v9h-4v2h6V7h-6V2Z"})),CommentConvoFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18.5 7v9.5h-6.33L9.23 20h3.8l1.68 2H17v-2h6V7h-4.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M17 15V2H1v13h6v3h1.95l2.52-3H17Z"})),CommentFilled=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17 7H7v2h10V7ZM15 11H7v2h8v-2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M2 2v16h8v-2H4V4h16v12h-5.47L9.5 22h2.61l3.36-4H22V2H2Z"})),CommentFilledFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 18h8v4h2.11l3.36-4H22V2H2v16ZM7 7h10v2H7V7Zm0 4h8v2H7v-2Z"})),CommentWaiting=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 11.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM16 11.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM8 11.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M2 2v16h8v-2H4V4h16v12h-5.47L9.5 22h2.61l3.36-4H22V2H2Z"})),CommentWaitingFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 18h8v4h2.11l3.36-4H22V2H2v16Zm14-9.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm-4 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm-4 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"})),FileAdd=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 18v-3h3v-2h-3v-3h-2v3H8v2h3v3h2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M20 6.59 15.41 2H4v20h16V10h-2v10H6V4h8v4h6V6.59Z"})),FileAddFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M14 8V2H4v20h16V8h-6Zm2 7h-3v3h-2v-3H8v-2h3v-3h2v3h3v2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M15.5 2.09V6.5h4.41L15.5 2.09Z"})),FileFile=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 8V6.59L15.41 2H4v20h16V10h-2v10H6V4h8v4h6Z"})),FileFileFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M14 8V2H4v20h16V8h-6Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M15.5 2.09V6.5h4.41L15.5 2.09Z"})),FileFilled=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16 16H8v2h8v-2ZM16 12H8v2h8v-2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M20 6.59 15.41 2H4v20h16V10h-2v10H6V4h8v4h6V6.59Z"})),FileFilledFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#000",d:"M15.5 2.1v4.4h4.4l-4.4-4.4Z"}),n.createElement("path",{fill:"#000",d:"M14 8V2H4v20h16V8h-6Zm2 10H8v-2h8v2Zm0-4H8v-2h8v2Z"})),FileGuide=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 4.07 2 2.31v2.03l9 1.59V19.4l-7-1.23V6.72l-2-.35v13.47l10 1.76 10-1.76V2.31L12 4.07Zm8 14.09-7 1.23V5.93l7-1.23v13.46Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m18.5 8.65-4 .7v2.03l4-.7V8.65ZM18.5 12.71l-4 .7v2.03l4-.7v-2.03Z"})),FileGuideFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 3.89v17.53l9-1.59V2.31l-9 1.58Zm6.5 10.85-4 .71v-2.03l4-.71v2.03Zm0-4.06-4 .71V9.35l4-.71v2.04ZM2 19.84l9 1.59V3.89L2 2.31v17.53Z"})),FormAdd=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 19v-6h6v-2h-6V5h-2v6H5v2h6v6h2Z"})),FormAddCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2Z"})),FormAddCircleOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"})),FormAddSquare=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 3H3v18h18V3Zm-4 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2Z"})),FormAddSquareOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4v4Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M3 3v18h18V3H3Zm16 16H5V5h14v14Z"})),FormBlank=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 21h18V3H3v18ZM5 5h14v14H5V5Z"})),FormCheck=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m18.51 6.82-8.26 8.27-4.43-4.43-1.41 1.41 5.84 5.84 9.68-9.67-1.42-1.42Z"})),FormCheckCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20ZM8.21 10.79l2.79 2.8 5.29-5.3 1.42 1.42-6.71 6.7-4.21-4.2 1.42-1.42Z"})),FormCheckCircleOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16.29 8.29 11 13.59l-2.79-2.8-1.42 1.42 4.21 4.2 6.71-6.7-1.42-1.42ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18a8 8 0 1 1 0-16.001A8 8 0 0 1 12 20Z"})),FormCheckSquare=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 21h18V3H3v18ZM17.71 9.71 11 16.41l-4.21-4.2 1.42-1.42 2.79 2.8 5.29-5.3 1.42 1.42Z"})),FormCheckSquareOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 3v18h18V3H3Zm16 16H5V5h14v14Zm-1.29-9.29-1.42-1.42-5.29 5.3-2.79-2.8-1.42 1.42 4.21 4.2 6.71-6.7Z"})),FormDash=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17 11H7v2h10v-2Z"})),FormDashCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm5 11H7v-2h10v2Z"})),FormDashCircleOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17 11H7v2h10v-2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"})),FormDashSquare=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 3H3v18h18V3Zm-4 10H7v-2h10v2Z"})),FormDashSquareOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 3v18h18V3H3Zm16 16H5V5h14v14Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M17 11H7v2h10v-2Z"})),FormRadioCheck=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z"})),FormRadioDot=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z"})),FormRadioUnchecked=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"})),FormText=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M13.25 7.5H19V5H5v2.5h5.75V19h2.5V7.5Z",clipRule:"evenodd"})),FormTextAlignCenter=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M5 5h14v2H5V5Zm3 4h8v2H8V9Zm8 8H8v2h8v-2ZM5 13h14v2H5v-2Z",clipRule:"evenodd"})),FormTextAlignLeft=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M5 5h14v2H5V5Zm0 4h8.75v2H5V9Zm8.75 8H5v2h8.75v-2ZM5 13h14v2H5v-2Z",clipRule:"evenodd"})),FormTextAlignRight=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M5 5h14v2H5V5Zm6 4h8v2h-8V9Zm8 8h-8v2h8v-2ZM5 13h14v2H5v-2Z",clipRule:"evenodd"})),FormTextLong=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 5h-9v2h9V5ZM21 11h-9v2h9v-2ZM21 17h-9v2h9v-2Z"}),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M6.5 9.938H9v-2H2v2h2.5V17h2V9.937Z",clipRule:"evenodd"})),FormToggle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M9 8h6a4 4 0 0 1 0 8H9a4 4 0 0 1 0-8Zm-6 4a6 6 0 0 1 6-6h6a6 6 0 0 1 0 12H9a6 6 0 0 1-6-6Zm15 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z",clipRule:"evenodd"})),FormX=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16.29 6.29 12 10.59l-4.29-4.3-1.42 1.42 4.3 4.29-4.3 4.29 1.42 1.42 4.29-4.3 4.29 4.3 1.42-1.42-4.3-4.29 4.3-4.29-1.42-1.42Z"})),FormXCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.07 4.93a10 10 0 0 0-14.15 0c-3.9 3.9-3.9 10.24 0 14.14a10 10 0 0 0 14.15 0c3.91-3.9 3.91-10.24 0-14.14Zm-2.83 9.81-1.41 1.41L12 13.33l-2.83 2.83-1.41-1.41 2.83-2.83-2.83-2.84 1.41-1.41L12 10.5l2.83-2.83 1.41 1.41-2.83 2.83 2.83 2.83Z"})),FormXCircleOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M14.83 7.67 12 10.5 9.17 7.67 7.76 9.08l2.83 2.83-2.83 2.83 1.41 1.41L12 13.33l2.83 2.82 1.41-1.41-2.83-2.83 2.83-2.83-1.41-1.41Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M19.07 4.93a10 10 0 0 0-14.15 0c-3.9 3.9-3.9 10.24 0 14.14a10 10 0 0 0 14.15 0c3.91-3.9 3.91-10.24 0-14.14Zm-1.41 12.73c-3.13 3.12-8.19 3.13-11.32 0-3.12-3.12-3.12-8.19 0-11.31 3.13-3.12 8.19-3.13 11.32 0 3.12 3.11 3.12 8.19 0 11.31Z"})),MagnifyingGlass=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m5.134 17.452-2.843 2.842 1.415 1.415 2.842-2.843-1.414-1.414ZM13 3c-4.41 0-8 3.59-8 8 0 3.75 2.98 8 8 8 4.41 0 8-3.59 8-8s-3.59-8-8-8Zm0 14c-3.8 0-6-3.21-6-6 0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6Z"})),MiscAiChatbot=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"m5.375 3.827-.734 1.122-.378.34-.983.509.983.508.378.341.734 1.122.734-1.122.378-.34.983-.509-.983-.508-.378-.341-.734-1.122Zm-.837-2.374h1.674l1.427 2.18 2.468 1.277v1.776L7.639 7.962l-1.427 2.181H4.538L3.111 7.962.643 6.686V4.91l2.468-1.276 1.427-2.181ZM2 11.469V18h8v-2H4v-4.531H2ZM11 4h9v12h-5.47L9.5 22h2.61l3.36-4H22V2H11v2Z",clipRule:"evenodd"}),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"m13.122 6.837-.898 2.726-2.732.896v.95l2.732.897.898 2.726h.95l.899-2.726 2.732-.897v-.95l-2.732-.896-.899-2.726h-.95Z",clipRule:"evenodd"})),MiscBolt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm4.87-11L11 18v-5H7.13L13 6v5h3.87Z"})),MiscBoltAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M11 12H7.75L13 5.75V12h3.25L11 18.25V16H9v7.75L20.54 10H15V.25L3.46 14H11v-2Z"})),MiscBoltAltFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M9 23.66 20.54 9.91H15V.16L3.46 13.91H9v9.75Z"})),MiscBoltFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22c5.51 0 10-4.49 10-10S17.51 2 12 2 2 6.49 2 12s4.49 10 10 10Zm1-16v5h3l-5 7v-5H8l5-7Z"})),MiscBoltOutlined=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Zm1-14-5.87 7H11v5l5.87-7H13V6Z"})),MiscChatBot=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#201515",fillRule:"evenodd",d:"M13.5 2h-2v2h-9v5h2V6h16v12h-16v-7h-2v9h20V4h-9V2ZM8.9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-5.396 6.416c1.881 0 3.625-.88 4.803-2.416l1.193.982C17.04 15.9 14.852 17 12.504 17c-2.348 0-4.536-1.101-6.004-3.018L7.7 13c1.179 1.537 2.922 2.416 4.804 2.416ZM14.89 9.89l-3.366 4.01v-2.843H9.909l3.366-4.01V9.89h1.616Z",clipRule:"evenodd"})),MiscClock=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Zm-1-8.47-3.22 2.7 1.29 1.54 3.93-3.3V7h-2v4.53Z"})),MiscClockFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22c5.51 0 10-4.49 10-10S17.51 2 12 2 2 6.49 2 12s4.49 10 10 10Zm-1-10.46V7h2v5.46l-3.82 3.3-1.31-1.51L11 11.54Z"})),MiscCloud=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.43 9.54A7.463 7.463 0 0 0 12 3a7.46 7.46 0 0 0-6.63 4h2.42c1-1.22 2.51-2 4.21-2 2.96 0 5.38 2.32 5.49 5.29l.03.71.67.21C19.87 11.73 21 13.26 21 15c0 2.21-1.79 4-4 4H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h2V9H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6 0-2.39-1.41-4.51-3.57-5.46Z"})),MiscCloudCheck=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m11.5 17.41 5.21-5.2-1.42-1.42-3.79 3.8-1.79-1.8-1.42 1.42 3.21 3.2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M19.43 9.54A7.463 7.463 0 0 0 12 3a7.46 7.46 0 0 0-6.63 4h2.42c1-1.22 2.51-2 4.21-2 2.96 0 5.38 2.32 5.49 5.29l.03.71.67.21C19.87 11.73 21 13.26 21 15c0 2.21-1.79 4-4 4H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h2V9H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6 0-2.39-1.41-4.51-3.57-5.46Z"})),MiscCloudCheckFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.43 9.54A7.463 7.463 0 0 0 12 3a7.46 7.46 0 0 0-6.63 4H9v2H7c-.87 0-1.69.19-2.43.53v.01A5.951 5.951 0 0 0 1 15c0 3.31 2.69 6 6 6h10c3.31 0 6-2.69 6-6 0-2.39-1.41-4.51-3.57-5.46Zm-7.93 7.87L8.29 14.2l1.41-1.41 1.79 1.79 3.79-3.79 1.41 1.41-5.19 5.21Z"})),MiscCloudFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.43 9.54A7.463 7.463 0 0 0 12 3a7.46 7.46 0 0 0-6.63 4H9v2H7c-.87 0-1.69.19-2.43.53v.01A5.951 5.951 0 0 0 1 15c0 3.31 2.69 6 6 6h10c3.31 0 6-2.69 6-6 0-2.39-1.41-4.51-3.57-5.46Z"})),MiscColor=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18.97 4.83A9.918 9.918 0 0 0 11.72 2C6.51 2.15 2.15 6.51 2 11.72c-.08 2.73.93 5.3 2.83 7.26A9.935 9.935 0 0 0 12 22h1v-2h-1c-2.18 0-4.21-.86-5.73-2.42A7.96 7.96 0 0 1 4 11.77C4.12 7.6 7.6 4.12 11.77 4c2.2-.05 4.24.74 5.8 2.26A7.94 7.94 0 0 1 20 12v2h-5c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2h7v-4c0-2.72-1.08-5.27-3.03-7.17Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M8.185 10.835a1.5 1.5 0 1 0-1.37-2.67 1.5 1.5 0 0 0 1.37 2.67ZM8.29 13.22c-.71-.44-1.63-.22-2.06.49-.44.71-.22 1.63.49 2.06.71.44 1.63.22 2.06-.49.43-.7.21-1.62-.49-2.06ZM15.46 10.78c.71.44 1.63.22 2.06-.49.44-.71.22-1.63-.49-2.06-.71-.44-1.63-.22-2.06.49-.43.7-.21 1.62.49 2.06ZM13.32 6.29a1.499 1.499 0 1 0-2.64 1.42 1.499 1.499 0 0 0 2.64-1.42Z"})),MiscColorFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M22 12c0-2.72-1.08-5.27-3.03-7.17A9.902 9.902 0 0 0 11.72 2C6.51 2.15 2.15 6.51 2 11.72c-.08 2.73.93 5.3 2.83 7.26A9.975 9.975 0 0 0 12 22h1v-4c0-1.1.9-2 2-2h7v-4ZM8.78 15.29c-.44.7-1.36.92-2.06.49-.7-.44-.92-1.36-.49-2.06.44-.7 1.36-.92 2.06-.49.7.43.92 1.35.49 2.06ZM7.46 11c-.83-.02-1.48-.72-1.46-1.54.02-.83.72-1.48 1.54-1.46.83.02 1.48.72 1.46 1.54-.02.83-.72 1.48-1.54 1.46Zm5.25-2.68a1.499 1.499 0 1 1-1.42-2.64 1.499 1.499 0 0 1 1.42 2.64Zm4.82 1.97c-.44.7-1.36.92-2.06.49-.7-.44-.92-1.36-.49-2.06.44-.7 1.36-.92 2.06-.49.7.43.92 1.35.49 2.06Z"})),MiscCookie=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18 11.01v-5h-5v-4c-.53 0-4.77-.46-8.17 3.03A9.942 9.942 0 0 0 2 12.29c.14 5.21 4.5 9.57 9.71 9.71 1.01.03 4.36-.01 7.25-2.83A9.998 9.998 0 0 0 21.53 15h-2.15a8.13 8.13 0 0 1-1.81 2.74c-1.56 1.52-3.63 2.31-5.8 2.26-4.17-.11-7.65-3.59-7.77-7.76-.06-2.18.74-4.24 2.26-5.81A7.938 7.938 0 0 1 11 4.07v2.44c0 .83.67 1.5 1.5 1.5H16v3.5c0 .83.67 1.5 1.5 1.5h4.45l.05-2h-4Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 13.26a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM7 14.51a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM10.75 18.26a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM15.5 16.76a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM8.5 9.76a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),MiscCookieFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M22 11h-4V6h-5V2h-1C9.28 2 6.73 3.08 4.83 5.03A9.942 9.942 0 0 0 2 12.28c.14 5.21 4.5 9.57 9.71 9.71H12c2.62 0 5.09-1 6.97-2.83A9.905 9.905 0 0 0 22 12v-1ZM7 14.5A1.25 1.25 0 1 1 7 12a1.25 1.25 0 0 1 0 2.5Zm1.5-4.75a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm2.25 8.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm1.25-5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm3.5 3.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z"})),MiscCreditCard=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 4v12h2v-5h16v7H2v2h20V4H2Zm18 4H4V6h16v2Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M11 14H6v2h5v-2ZM15 14h-2v2h2v-2Z"})),MiscCreditCardFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M22 4H2v4h20V4ZM2 20h20v-9H2v9Zm9-6h2v2h-2v-2Zm-7 0h5v2H4v-2Z"})),MiscDollar=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12.99 4.57V2h-2v2.55c-2.12.28-3.76 1.67-3.97 3.48-.2 1.69.94 3.87 4.71 4.93 1.75.49 2.91 1.2 3.28 2 .23.49.11.95-.03 1.25-.37.8-1.89 1.51-4.38 1.2-1.93-.24-3.22-1.39-3.6-1.77v2.52c1.98 1.25 3.62 1.25 3.99 1.27V22h2v-2.62c1.82-.26 3.22-1.08 3.8-2.33.45-.96.46-2 .03-2.93-.63-1.38-2.17-2.42-4.55-3.09-2.14-.6-3.39-1.67-3.26-2.78.09-.81 1.03-1.7 2.57-1.77 2.87-.11 4.85 1.73 4.92 1.8V5.82c-.85-.51-2.05-1.06-3.51-1.25Z"})),MiscEye=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 4C6.87 4 2.7 7.54.59 12c.14.3.43.98 1.2 2.1C1.88 13.89 4.88 6 12 6c5.31 0 8.34 4.57 9.17 6-.82 1.44-3.84 6-9.17 6-3.77 0-6.39-2.31-7.89-4.16-.43.86-.72 1.63-.88 2.07C5.06 17.9 7.94 20 12 20c5.13 0 9.3-3.54 11.41-8-2.1-4.44-6.25-8-11.41-8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M16.5 12.09c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5 2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5Zm-7 0a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1-5 0Z"})),MiscEyeClosed=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("g",{clipPath:"url(#miscEyeClosed_svg__a)"},n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"m5.432 17.607-2.364 2.364 1.415 1.414 2.662-2.662a10.99 10.99 0 0 0 5.265 1.322c5.13 0 9.3-3.54 11.41-8-1.027-2.171-2.544-4.132-4.43-5.568l2.063-2.063L20.04 3l-2.37 2.37a11.137 11.137 0 0 0-5.259-1.325c-5.13 0-9.3 3.54-11.41 8l.038.081c.153.333.455.99 1.162 2.019l.013-.032c.236-.583 3.262-8.068 10.197-8.068 1.414 0 2.666.324 3.758.826l-1.42 1.42a4.471 4.471 0 0 0-2.338-.656c-2.48 0-4.5 2.02-4.5 4.5 0 .855.24 1.655.657 2.337l-1.69 1.69a12.977 12.977 0 0 1-2.357-2.277c-.43.86-.72 1.63-.88 2.07.514.558 1.11 1.126 1.792 1.652Zm3.22-.39a8.888 8.888 0 0 0 3.758.828c5.33 0 8.35-4.56 9.17-6-.478-.823-1.685-2.687-3.636-4.121l-1.761 1.761c.46.705.727 1.547.727 2.45 0 2.48-2.02 4.5-4.5 4.5a4.472 4.472 0 0 1-2.45-.728l-1.309 1.31Zm2.78-2.781a2.5 2.5 0 0 0 3.28-3.28l-3.28 3.28Zm1.825-4.654a2.5 2.5 0 0 0-3.2 3.2l3.2-3.2Z",clipRule:"evenodd"})),n.createElement("defs",null,n.createElement("clipPath",{id:"miscEyeClosed_svg__a"},n.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),MiscEyeFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 19.91c5.13 0 9.3-3.54 11.41-8-2.09-4.44-6.25-8-11.41-8-5.13 0-9.3 3.54-11.41 8 2.1 4.44 6.25 8 11.41 8ZM12 7.5c2.48 0 4.5 2.02 4.5 4.5s-2.02 4.5-4.5 4.5-4.5-2.02-4.5-4.5S9.52 7.5 12 7.5Z"})),MiscFingerprint=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 16h-2v5h2v-5ZM21 16c0-1.77-.51-3.48-1.48-4.95l-1.67 1.1A7.032 7.032 0 0 1 19 16v5h2v-5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M16.06 7.97A8.928 8.928 0 0 0 12 7c-4.96 0-9 4.04-9 9v5h6v-5c0-.84.36-1.65.98-2.22.63-.57 1.45-.85 2.32-.76 1.52.14 2.7 1.53 2.7 3.16V21h2v-4.83c0-2.65-1.98-4.91-4.51-5.15-1.4-.13-2.81.33-3.85 1.28A5.014 5.014 0 0 0 7 16v3H5v-3a7.008 7.008 0 0 1 10.16-6.25c3.41 1.72 6.03-3.31 2.81-5.16A11.987 11.987 0 0 0 12 3C8.69 3 5.61 4.32 3.32 6.72L4.77 8.1C6.67 6.1 9.24 5 12 5c1.75 0 3.47.46 4.97 1.32.99.57.22 2.22-.91 1.65Z"})),MiscFire=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3.5 14c0 4.69 3.81 8.5 8.5 8.5 4.69 0 8.5-3.81 8.5-8.5 0-3.37-1.47-5.58-2.65-7.56C16.85 8.08 16.08 10 14 10c-1.49 0-2.93-1.15-2.98-2.92-1.03.98-1.38 1.59-1.59 1.9C10.37 11.16 12.39 12 14 12c1.44 0 2.73-.59 3.71-1.69.52 1.22.79 2.46.79 3.69 0 3.58-2.92 6.5-6.5 6.5S5.5 17.58 5.5 14c0-2.14.86-6.91 8.15-11.4l-1.57-1.31c-2 1.2-8.58 5.7-8.58 12.71Z"})),MiscFireFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m13.49 2.32-1.59-.98C9.93 2.52 3.4 7.03 3.4 14c0 4.69 3.81 8.5 8.5 8.5 4.69 0 8.5-3.81 8.5-8.5 0-3.37-1.47-5.58-2.65-7.56C16.43 8.6 15.89 10 13.9 10c-2.73 0-3.39-2.75-2.6-4.49.57-1.26 1.09-1.85 2.19-3.19Z"})),MiscGraph=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13.5 4h-3v16h3V4ZM7.5 12h-3v8h3v-8ZM19.5 9h-3v11h3V9Z"})),MiscGraphBox=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 7h-2v10h2V7ZM17 10h-2v7h2v-7ZM9 13H7v4h2v-4Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M3 3v18h18V3H3Zm16 16H5V5h14v14Z"})),MiscGraphBoxFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 21h18V3H3v18Zm12-11h2v7h-2v-7Zm-4-3h2v10h-2V7Zm-4 6h2v4H7v-4Z"})),MiscHand=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 14.3c0 1.97.68 3.9 1.91 5.44A8.657 8.657 0 0 0 11.7 23H15c3.31 0 6-2.69 6-6V7h-2v4.81l-2-.35V3h-2v8.1l-2-.35V1h-2v9.4l-2-.35V2H7v13h2v-2.92l10 1.76V17c0 2.21-1.79 4-4 4h-3.3a6.66 6.66 0 0 1-5.23-2.52A6.696 6.696 0 0 1 5 14.3V11H3v3.3Z"})),MiscHandFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 14.84h.02c.11 1.78.77 3.5 1.89 4.89A8.636 8.636 0 0 0 11.7 23H15c3.31 0 6-2.69 6-6V7h-2v4.81l-2-.35V3h-2v8.1l-2-.35V1h-2v9.4l-2-.35V2H7v11.51l-2-.35V10H3v4.84Z"})),MiscHeadset=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2.52 12a14.3 14.3 0 0 0 2.08 6.61c.14.24.44.72.44.72l.51.82 4.74-2.73L7.9 12H2.52Zm3.72 5.45A13.27 13.27 0 0 1 4.82 14H6.6l1.14 2.58-1.5.87ZM12 2a9.44 9.44 0 0 0-9.4 8h2A7.45 7.45 0 0 1 12 4a7.4 7.4 0 0 1 7.5 7.28V12h-3.37l-2.39 5.42 3 1.71L15.46 21H11v2h5.54l2.86-4.39a14.119 14.119 0 0 0 2.1-7.33A9.4 9.4 0 0 0 12 2Zm5.76 15.45-1.48-.87L17.42 14h1.76a13.476 13.476 0 0 1-1.42 3.45Z"})),MiscHeadsetFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m5 19.33.51.82 4.74-2.73L7.9 12H4.52v-.72A7.4 7.4 0 0 1 12 4a7.4 7.4 0 0 1 7.5 7.28V12h-3.39l-2.39 5.42 3 1.71L15.46 21H11v2h5.54l2.86-4.39a14.12 14.12 0 0 0 2.1-7.33A9.4 9.4 0 0 0 12 2a9.4 9.4 0 0 0-9.5 9.28A14.59 14.59 0 0 0 5 19.33Z"})),MiscLearn=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 3.35 1 9.7l11 6.35 5-2.89v3.3l-5 2.89-5-2.89v-.99l-2-1.15v3.29l7 4.04 7-4.04V12l2-1.15V19h2V9.7L12 3.35Zm0 10.39L5 9.7l7-4.04 7 4.04-7 4.04Z"})),MiscLearnFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M5 13.74V17.61l7 4.04 7-4.04v-3.87l-7 4.04-7-4.04Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 3.35 1 9.7l11 6.35 7.92-4.58 1.08-.62V19h2V9.7L12 3.35Z"})),MiscList=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M4.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM4.5 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM4.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM21 5.5H8v2h13v-2ZM21 11H8v2h13v-2ZM21 16.5H8v2h13v-2Z"})),MiscMic=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16 6c0-2.21-1.79-4-4-4S8 3.79 8 6v9h8V6Zm-2 7h-4V6c0-1.1.9-2 2-2s2 .9 2 2v7Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M18 11v3.76C18 16 17 17 15.76 17H8.24C7 17 6 16 6 14.76V11H4v3.76C4 17.1 5.9 19 8.24 19H11v3h2v-3h2.76C18.1 19 20 17.1 20 14.76V11h-2Z"})),MiscMicFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16 5.91c0-2.21-1.79-4-4-4s-4 1.79-4 4v9h8v-9Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M18 10.91v3.76c0 1.23-1 2.24-2.24 2.24H8.24C7 16.91 6 15.91 6 14.67v-3.76H4v3.76c0 2.34 1.9 4.24 4.24 4.24H11v3h2v-3h2.76c2.34 0 4.24-1.9 4.24-4.24v-3.76h-2Z"})),MiscPie=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.11 2 1.46 7.1 2.05 13h7.81l-3.72 4.43A8.25 8.25 0 0 1 4.59 15H2.46c1.28 4.05 5.07 7 9.54 7 5.51 0 10-4.49 10-10S17.51 2 12 2Zm-7.93 9C4.56 7.06 7.93 4 12 4c1.6 0 3.08.48 4.33 1.28L11.53 11H4.07ZM12 20c-1.6 0-3.08-.48-4.33-1.28L17.86 6.57A7.979 7.979 0 0 1 20 12c0 4.41-3.59 8-8 8Z"})),MiscPieFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2.05 12.91c.23 2.31 1.26 4.39 2.79 5.97l5.01-5.97h-7.8ZM19.15 4.94 6.37 20.17c1.6 1.1 3.54 1.74 5.63 1.74 5.51 0 10-4.49 10-10 0-2.71-1.09-5.17-2.85-6.97ZM17.63 3.65A9.902 9.902 0 0 0 12 1.91c-5.18 0-9.45 3.95-9.95 9h9.48l6.1-7.26Z"})),MiscPin=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M15.5 10c0-1.93-1.57-3.5-3.5-3.5S8.5 8.07 8.5 10s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5Zm-5 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2c-4.41 0-8 3.59-8 8 0 3.58 2.12 6.38 5.01 9.15l1.51-1.33C7.52 14.97 6 12.74 6 10c0-3.31 2.69-6 6-6s6 2.69 6 6c0 3.17-2.02 5.64-6 9.17l-1.51 1.34c.28.25 1.51 1.32 1.51 1.32 4.8-4.18 8-7.3 8-11.83 0-4.41-3.59-8-8-8Z"})),MiscPinFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2c-4.41 0-8 3.59-8 8 0 4.55 3.28 7.72 8 11.83 4.8-4.18 8-7.3 8-11.83 0-4.41-3.59-8-8-8Zm0 10.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5Z"})),MiscSecurity=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 2v2h16v6c0 4.81-1.97 7.76-7 10.38C6.97 17.76 5 14.81 5 10V6H3v4c0 7.46 4.63 10.43 9 12.62 4.38-2.19 9-5.16 9-12.62V2H3Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m15.29 7.79-3.79 3.8-1.79-1.8-1.42 1.42 3.21 3.2 5.21-5.2-1.42-1.42Z"})),MiscSecurityFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 1.91H3v8c0 7.46 4.63 10.43 9 12.62 4.38-2.19 9-5.16 9-12.62v-8Zm-9.5 12.42-3.21-3.21L9.71 9.7l1.79 1.79 3.79-3.79 1.41 1.41-5.2 5.22Z"})),MiscSteps=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 17.09v4h18v-18h-8v5H8v5H3v2h7v-5h5v-5h4v14H5v-2H3Z"})),MiscSteps1=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m3 10.78 2-.5V17h2V7.72l-4 1v2.06ZM21 5h-9v2h9V5ZM21 11h-9v2h9v-2ZM21 17h-9v2h9v-2Z"})),MiscSteps2=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 5H11v2h10V5ZM21 11H11v2h10v-2ZM21 17H11v2h10v-2ZM5.49 10h1.14V5.44l-2.09.88v1.1L5.49 7v3ZM6.75 15.33c.4-.52.65-.93.65-1.45 0-.77-.61-1.33-1.47-1.33-.57 0-1.08.23-1.41.5v1.08c.27-.23.78-.56 1.22-.56.35 0 .52.17.52.45 0 .34-.39.83-.77 1.34L4.25 17h3.27v-.94H6.19l.56-.73Z"})),MiscSteps3=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21.01 5h-10v2h10V5ZM21.01 11h-10v2h10v-2ZM21.01 17h-10v2h10v-2ZM4.8 8h.95V4.2L4 4.93v.92l.8-.35V8ZM6.54 13.22H5.43l.47-.61c.33-.44.55-.78.55-1.21 0-.64-.51-1.11-1.23-1.11-.48 0-.91.19-1.18.42v.9c.22-.19.65-.46 1.02-.46.29 0 .44.14.44.38 0 .29-.33.69-.65 1.12L3.81 14h2.73v-.78ZM4.1 16.29v.78h1.15l-.64 1.11c.55.04.99.19.99.58 0 .29-.27.47-.6.47-.34 0-.69-.15-.97-.4v.88c.26.16.56.29 1.06.29.73 0 1.41-.46 1.41-1.25 0-.44-.25-.86-.71-1.03l.81-1.44H4.1v.01Z"})),MiscStepsAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 5h-9v2h9V5ZM17 11H8v2h9v-2ZM12 17H3v2h9v-2Z"})),MiscStepsFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 8H8v5H3v8h18V3h-8v5Z"})),MiscTimelapse=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 20a8 8 0 1 1 0-16V2a10 10 0 0 0 0 20 10 10 0 0 0 9.83-8.14l-2-.37A8 8 0 0 1 12 20Zm2.57-15.58a1.24 1.24 0 0 0 1.6-.74 1.24 1.24 0 0 0-.74-1.6 1.24 1.24 0 0 0-1.6.74 1.24 1.24 0 0 0 .74 1.6Zm5.05 2.41a1.25 1.25 0 0 0-.296-2.288 1.24 1.24 0 0 0-.944.128 1.25 1.25 0 0 0 .296 2.288 1.24 1.24 0 0 0 .944-.128Zm-.1 3.89a1.25 1.25 0 0 0 1.45 1 1.25 1.25 0 0 0 1-1.45 1.25 1.25 0 0 0-1.45-1 1.25 1.25 0 0 0-1 1.45Zm-8.52.81-3.22 2.71 1.29 1.53 3.93-3.3V7h-2v4.53Z"})),MiscUptime=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M4 12a8 8 0 0 1 8-8 8 8 0 0 1 7.93 7h2a10 10 0 1 0-9.95 11h1v-2a8.238 8.238 0 0 1-1 .07A7.998 7.998 0 0 1 4 12Zm7-.46-3.13 2.7 1.31 1.52 3.82-3.3V7h-2v4.54Zm8 1.48-4 3.36v2l3.25-2.73V22h1.5v-6.39L23 18.34v-2l-4-3.32Z"})),MiscUptimeFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18 11h3.95c-.5-5.05-4.77-9-9.95-9C6.49 2 2 6.49 2 12s4.49 10 10 10c.34 0 .67-.02 1-.05v-6.63L18 11Zm-8.82 4.76-1.31-1.51 3.13-2.7V7h2v5.46l-3.82 3.3Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M22 11a10 10 0 1 0-10 11h1v-6.75l5-4.2 4-.05Zm-9 1.47-3.93 3.3-1.29-1.53L11 11.53V7h2v5.47Zm6 .55-4 3.36v2l3.25-2.73V22h1.5v-6.39L23 18.34v-2l-4-3.32Z"})),MiscWallet=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M5 6c-.41 0-1-.32-1-1V4h16V2H2v17c0 1.65 1.35 3 3 3h17V6H5Zm15 14H5c-.55 0-1-.45-1-1V7.83c.32.11.66.17 1 .17h15v12Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M16 16.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z"})),MiscWalletFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 4V2H2v17c0 1.65 1.35 3 3 3h17V6H5c-.54 0-1-.43-1-1V4h16Zm-4 7.75c1.24 0 2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25-2.25-1.01-2.25-2.25 1.01-2.25 2.25-2.25Z"})),MiscWorld=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C7.53 2 3.74 4.95 2.46 9h2.13a8.058 8.058 0 0 1 4.54-4.46L6.78 11H2.05C1.46 16.89 6.1 22 12 22c5.51 0 10-4.49 10-10S17.51 2 12 2Zm-.56 2.03c.57-.04.57-.04 1.09 0L15.07 11H8.9l2.54-6.97ZM4.07 13h2.71l2.35 6.46c-2.7-1.05-4.69-3.5-5.06-6.46Zm7.37 6.97L8.9 13h6.17l-2.54 6.97c-.51.04-.52.04-1.09 0Zm3.41-.5L17.2 13h2.73c-.37 2.97-2.38 5.43-5.08 6.47ZM17.2 11l-2.35-6.47A8.007 8.007 0 0 1 19.93 11H17.2Z"})),MiscWorldFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2.05 12.97c.39 4 3.14 7.31 6.84 8.53l-3.1-8.52-3.74-.01ZM7.92 12.98l3.27 8.98c.67.05.94.06 1.62 0l3.26-8.97-8.15-.01ZM15.11 21.5c3.69-1.21 6.45-4.51 6.84-8.5H18.2l-3.09 8.5ZM21.95 11c-.4-3.99-3.15-7.29-6.84-8.5L18.2 11h3.75ZM16.07 10.99l-3.26-8.95c-.67-.05-.94-.06-1.62 0l-3.25 8.94 8.13.01ZM8.89 2.5C5.21 3.71 2.46 7 2.05 10.97H5.8L8.89 2.5Z"})),NavApps=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3 11h8V3H3v8Zm2-6h4v4H5V5ZM3 21h8v-8H3v8Zm2-6h4v4H5v-4ZM13 21h8v-8h-8v8Zm2-6h4v4h-4v-4ZM18 6V3h-2v3h-3v2h3v3h2V8h3V6h-3Z"})),NavAppsFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M11 3H3v8h8V3ZM11 13H3v8h8v-8ZM21 13h-8v8h8v-8ZM18 6V3h-2v3h-3v2h3v3h2V8h3V6h-3Z"})),NavBell=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M6.72 8.9C6.93 6.15 9.25 4 12 4c2.75 0 5.07 2.15 5.28 4.9l.51 6.83L18.86 17H2.53l-.03.04V19h7a2.5 2.5 0 0 0 5 0h7v-1.96l-1.77-2.1-.46-6.19C18.99 4.96 15.79 2 12 2 8.21 2 5.01 4.96 4.73 8.75l-.46 6.19-.06.06h2.05l.46-6.1Z"})),NavBellFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 22.5a2.5 2.5 0 0 0 2.45-2h-4.9a2.5 2.5 0 0 0 2.45 2ZM19.73 14.94l-.46-6.19C18.99 4.96 15.79 2 12 2 8.21 2 5.01 4.96 4.73 8.75l-.46 6.19-1.77 2.1V19h19v-1.96l-1.77-2.1Z"})),NavBlog=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M14 4v16h8V4h-8Zm6 14h-4V6h4v12ZM2 12h10V4H2v8Zm2-6h6v4H4V6ZM12 14H2v2h10v-2ZM12 18H2v2h10v-2Z"})),NavBlogFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M22 4h-8v16h8V4ZM12 4H2v8h10V4ZM12 14H2v2h10v-2ZM12 18H2v2h10v-2Z"})),NavBriefcase=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M22 6h-4.53l-2.52-3h-5.9L6.53 6H2v2h18v6h-7v-2h-2v2H4v-4H2v11h20V6ZM9.14 6l.84-1h4.03l.84 1H9.14ZM20 19H4v-3h7v1h2v-1h7v3Z"})),NavBriefcaseFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m17.47 6-2.52-3h-5.9L6.53 6H2v8h9v-2h2v2h9V6h-4.53ZM9.14 6l.84-1h4.03l.84 1H9.14ZM13 17h-2v-1H2v5h20v-5h-9v1Z"})),NavCanvas=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2d2e2e",fillRule:"evenodd",d:"M8 2H2v6h6zM6 4H4v2h2zm3.5 0H22v9h-6v-2h4V6H9.5zM22 16h-6v6h6zm-7.5-1L9 12l5.5-3zm0 3h-2v2h2zM9 18h2v2H9zm-1.5 0h-2v2h2zM2 18h2v2H2zm2-3.5H2v2h2zM2 11h2v2H2zm5.5 0h-2v2h2z",clipRule:"evenodd"})),NavCanvasV2=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 3H3v4.5h13.5V21H21V3Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M14.25 12a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0ZM9.75 16.5a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"})),NavChatbots=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7 2H2v5h5V2ZM22 12H2v5h20v-5ZM22 12H7V7h5V2h10v10ZM7 22v-5h5l-5 5Z"})),NavCog=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.9 8.9a2.516 2.516 0 0 1-1.26-2.18l.01-2.42-3.29-1.9-2.09 1.22c-.78.45-1.74.45-2.52 0l-2.1-1.23-3.29 1.9.01 2.42c0 .9-.48 1.73-1.26 2.18L2 10.1v3.81l2.1 1.2c.78.45 1.26 1.28 1.26 2.18l-.01 1.63 2.01-1.18v-.44c.01-1.62-.86-3.12-2.27-3.93L4 12.74v-1.48l1.1-.63c1.41-.8 2.28-2.31 2.27-3.93V5.44l1.27-.74 1.09.64c1.4.82 3.14.82 4.54 0l1.09-.64 1.28.74V6.7c-.01 1.62.86 3.12 2.27 3.93l1.1.63v1.48l-1.1.63c-1.41.8-2.28 2.31-2.27 3.93v1.26l-1.28.74-1.09-.64a4.47 4.47 0 0 0-2.27-.61c-.79 0-1.57.2-2.27.61l-3.07 1.8 1.99 1.15 2.09-1.22a2.52 2.52 0 0 1 2.52 0l2.09 1.22 3.29-1.9-.01-2.42c0-.9.48-1.73 1.26-2.18l2.1-1.2V10.1L19.9 8.9Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 16.5c2.48 0 4.5-2.02 4.5-4.5S14.48 7.5 12 7.5 7.5 9.52 7.5 12s2.02 4.5 4.5 4.5Zm0-7a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5Z"})),NavCogFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.9 8.9a2.516 2.516 0 0 1-1.26-2.18l.01-2.42-3.3-1.9-2.09 1.22c-.78.45-1.74.45-2.52 0L8.65 2.39l-3.29 1.9.01 2.42c0 .9-.48 1.73-1.26 2.18L2 10.1v3.81l2.1 1.2c.78.45 1.26 1.28 1.26 2.18l-.01 2.42 3.3 1.9 2.09-1.22a2.52 2.52 0 0 1 2.52 0l2.09 1.22 3.29-1.9-.01-2.42c0-.9.48-1.73 1.26-2.18l2.1-1.2V10.1L19.9 8.9ZM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4Z"})),NavConnectedAssets=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M17 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM17 21a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM7 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM10.452 14.978a4 4 0 1 1-1.41-1.418l3.419-3.42 1.414 1.415-3.423 3.423ZM9 17a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",clipRule:"evenodd"})),NavConnectedAssetsFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M21 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"}),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M17 21a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM7 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),n.createElement("path",{fill:"#2D2E2E",d:"M10.452 14.978a4 4 0 1 1-1.41-1.418l3.423-3.423 1.414 1.414-3.427 3.427Z"})),NavDashboard=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m13.85 4-3.28 9H4V6H2v16h20V2H2v2h11.85ZM4 15h5.84L8 20H4v-5Zm6.15 5 3.28-9H20v9h-9.85ZM20 9h-5.84l1.82-5h4L20 9Z"})),NavDashboardFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 15v7h5.3l2.54-7H2ZM14.58 2H2v11h8.57l4.01-11ZM9.42 22H22V11h-8.57L9.42 22ZM16.7 2l-2.54 7H22V2h-5.3Z"})),NavExplore=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C7.53 2 3.74 4.95 2.46 9h2.13a8.058 8.058 0 0 1 4.54-4.46L6.78 11H2.05C1.46 16.89 6.1 22 12 22c5.51 0 10-4.49 10-10S17.51 2 12 2Zm-.56 2.03c.57-.04.57-.04 1.09 0L15.07 11H8.9l2.54-6.97ZM4.07 13h2.71l2.35 6.46c-2.7-1.05-4.69-3.5-5.06-6.46Zm7.37 6.97L8.9 13h6.17l-2.54 6.97c-.51.04-.52.04-1.09 0Zm3.41-.5L17.2 13h2.73c-.37 2.97-2.38 5.43-5.08 6.47ZM17.2 11l-2.35-6.47A8.007 8.007 0 0 1 19.93 11H17.2Z"})),NavExploreFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2.05 12.97c.39 4 3.14 7.31 6.84 8.53l-3.1-8.52-3.74-.01ZM7.92 12.98l3.27 8.98c.67.05.94.06 1.62 0l3.26-8.97-8.15-.01ZM15.11 21.5c3.69-1.21 6.45-4.51 6.84-8.5H18.2l-3.09 8.5ZM21.95 11c-.4-3.99-3.15-7.29-6.84-8.5L18.2 11h3.75ZM16.07 10.99l-3.26-8.95c-.67-.05-.94-.06-1.62 0l-3.25 8.94 8.13.01ZM8.89 2.5C5.21 3.71 2.46 7 2.05 10.97H5.8L8.89 2.5Z"})),NavFolder=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M4 5h5.86l1.67 2H20v12H2v2h20V5h-9.53l-1.68-2H2v14h2V5Z"})),NavFolderFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M22 5h-9.53l-1.68-2H2v18h20V5Z"})),NavHelp=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12.01 18.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM12.36 6.13c-1.18-.01-2.19.3-2.98.67v1.98c.62-.4 1.65-.9 2.92-.9h.05c1.3.01 2.07.72 2.14 1.38.08.88-.96 1.67-2.65 2.01l-.7.14.01 3.08h1.75v-1.68c2.64-.76 3.47-2.38 3.34-3.73-.18-1.68-1.81-2.93-3.88-2.95Z"})),NavHelpFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 12c0 5.51 4.49 10 10 10s10-4.49 10-10S17.51 2 12 2 2 6.49 2 12Zm10.01 6.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm.35-12.12c2.08.02 3.7 1.27 3.86 2.96.13 1.34-.7 2.97-3.34 3.73v1.68h-1.75l-.01-3.08.7-.14c1.69-.35 2.74-1.14 2.65-2.01-.06-.66-.83-1.37-2.14-1.38h-.05c-1.27 0-2.29.5-2.92.9V6.8c.78-.36 1.76-.66 2.92-.66.03-.01.05-.01.08-.01Z"})),NavHome=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m12 5.16 11 6.34V9.2l-2-1.16V5h-2v1.89l-7-4.04L1 9.2v2.3l2-1.15V21h18v-8.33l-2-1.16V19H5V9.2l7-4.04Z"})),NavHomeFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m21 10.35 2 1.15V9.2l-2-1.16-.07-.04H21V5h-2v1.88l-7-4.03L1 9.2v2.3l2-1.15V21h18V10.35Z"})),NavIntegrations=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m17.47 3-1.26-1.5H7.79L6.53 3H2v2h5.47l1.25-1.5h6.56L16.53 5H20v14H4V7H2v14h20V3h-4.53Zm-1.64 12 2.52-3-2.52-3h-2.61l2.52 3-2.52 3h2.61ZM8.17 9l-2.52 3 2.52 3h2.61l-2.52-3 2.52-3H8.17Z"})),NavIntegrationsFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16.21 1.5H7.79L6.53 3H2v18h20V3h-4.53l-1.26-1.5ZM18.35 12l-2.52 3h-2.61l2.52-3-2.52-3h2.61l2.52 3Zm-7.57-3-2.52 3 2.52 3H8.17l-2.52-3 2.52-3h2.61Z"})),NavInterfaces=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M10 20H4.02V4H20v10l2 2V2H2v20h8v-2Zm2 2V10l10 8.786-6.168-.01-.196.15L12 22ZM6 6h2v2H6V6Zm12 0h-8v2h8V6Z",clipRule:"evenodd"})),NavInterfacesFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M22 2H2v20h20V2Zm0 16.786L12 10v12l3.636-3.074.196-.15 6.168.01ZM8 6H6v2h2V6Zm2 0h8v2h-8V6Z",clipRule:"evenodd"})),NavInterfacesV2=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.5 7.5v9h9V21H3V3h18v13.5h-4.5v-9h-9Z"})),NavMenu=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 6H4v2h16V6ZM20 11H4v2h16v-2ZM20 16H4v2h16v-2Z"})),NavMenuAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 5H4v2h16V5ZM4 14.43l16-2.83V9.57L4 12.4v2.03ZM20 17H4v2h16v-2Z"})),NavMoreHoriz=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 14.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM5 14.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM19 14.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z"})),NavMoreVert=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 14.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM12 21.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM12 7.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z"})),NavProjects=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M13 13h4v2a2 2 0 0 1-2 2h-2v-4ZM7 13h4v4H9a2 2 0 0 1-2-2v-2ZM13 7h2a2 2 0 0 1 2 2v2h-4V7ZM7 9a2 2 0 0 1 2-2h2v4H7V9Z"}),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M2 4v14h2V4h16v16H2v2h20V2H2v2Z",clipRule:"evenodd"})),NavProjectsFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M2 2h20v20H2V2Zm15 11v2a2 2 0 0 1-2 2h-2v-4h4Zm-6 0H7v2a2 2 0 0 0 2 2h2v-4Zm2-6h2a2 2 0 0 1 2 2v2h-4V7ZM9 7a2 2 0 0 0-2 2v2h4V7H9Z",clipRule:"evenodd"})),NavSearch=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m5.134 17.452-2.843 2.842 1.415 1.415 2.842-2.843-1.414-1.414ZM13 3c-4.41 0-8 3.59-8 8 0 3.75 2.98 8 8 8 4.41 0 8-3.59 8-8s-3.59-8-8-8Zm0 14c-3.8 0-6-3.21-6-6 0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6Z"})),NavSearchFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m5.134 17.452-2.843 2.842 1.415 1.415 2.842-2.843-1.414-1.414ZM13 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z"})),NavTable=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#FF4F00",d:"M19 5v4H5V7H3v14h18V3H3v2h16ZM5 11h6v3H5v-3Zm0 8v-3h6v3H5Zm14 0h-6v-3h6v3Zm0-5h-6v-3h6v3Z"})),NavTableFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#FF4F00",d:"M3 21h8v-4H3v4Zm10-6h8v-4h-8v4ZM3 3v6h18V3H3Zm0 12h8v-4H3v4Zm10 6h8v-4h-8v4Z"})),NavTables=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2.998h9.002v4.501H12V2.998ZM12 7.499H2.998V12H12V7.5ZM12 12h9.002v4.501H12v-4.5ZM2.998 16.501H12v4.501H2.998v-4.5Z"})),NavVersions=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M6 2h12v2H6V2ZM4 6h16v2H4V6ZM3 10v8h2v-6h14v8H3v2h18V10H3Z"})),NavVersionsFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M4 6h16v2H4zM5 2h14v2H5zM3 10h18v12H3z"})),PartnerDashboard=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M2 3v18h20v-2H4V3H2Zm4.043 13.04 3.645-3.645 3.976 3.726 8.278-8.277V5.016l-8.277 8.277-3.977-3.727-3.645 3.645v2.828Z",clipRule:"evenodd"})),PartnerEmbed=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M17.47 3H2v2h18v14H4V7H2v14h20V3h-4.53Zm-1.64 12 2.52-3-2.52-3h-2.61l2.52 3-2.52 3h2.61ZM8.17 9l-2.52 3 2.52 3h2.61l-2.52-3 2.52-3H8.17Z"})),PersonAccount=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M8.262 9.75a3.75 3.75 0 1 0 7.5 0 3.75 3.75 0 0 0-7.5 0Zm5.5 0a1.75 1.75 0 1 1-3.499 0 1.75 1.75 0 0 1 3.5 0Zm-8.11 7.08A7.93 7.93 0 0 1 4.012 12a8 8 0 0 1 15.59-2.5h2.08a10.001 10.001 0 1 0-9.67 12.5h.5v-2c-.166.01-.333.01-.5 0a8 8 0 0 1-4.8-1.62l.5-1.38h4.8v-2h-6.2l-.66 1.83Z"}),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M21.492 14.028c0 .421.216.81.567 1.02l.941.562v1.784l-.945.562c-.352.211-.568.6-.568 1.021l.005 1.133-1.482.89-.94-.571a1.097 1.097 0 0 0-1.135 0l-.941.571-1.486-.89.005-1.133c0-.421-.216-.81-.568-1.02L14 17.393V15.61l.95-.566c.351-.211.567-.6.567-1.021l-.004-1.133 1.481-.89.941.576c.351.21.783.21 1.135 0l.94-.571 1.486.89-.004 1.133ZM18.5 17.906a1.406 1.406 0 1 0 0-2.812 1.406 1.406 0 0 0 0 2.812Z",clipRule:"evenodd"})),PersonAdd=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2ZM20 10V7h-2v3h-3v2h3v3h2v-3h3v-2h-3ZM3.3 14 .75 21h12.24l-.72-2H3.61l1.09-3h8.6l1.82 5h2.13l-2.55-7H3.3Z"})),PersonAddFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3.3 13 .75 20h12.24l-.72-1.99L8.25 18l.73-2 4.69.01L15.12 20h2.13l-2.55-7H3.3ZM20 9V6h-2v3h-3v2h3v3h2v-3h3V9h-3ZM9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"})),PersonCircle=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12c0 3.48 1.79 6.54 4.49 8.34L7.7 17h8.6l.5 1.38C15.46 19.39 13.8 20 12 20c-1.08 0-2.1-.22-3.04-.6l-.68 1.88c1.15.46 2.4.72 3.72.72 5.51 0 10-4.49 10-10S17.51 2 12 2Zm6.36 14.83L17.7 15H6.3l-.66 1.83A7.93 7.93 0 0 1 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.81-.61 3.48-1.64 4.83Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M11.99 6.04c-2.06 0-3.74 1.68-3.74 3.74 0 2.06 1.68 3.74 3.74 3.74 2.06 0 3.74-1.68 3.74-3.74 0-2.06-1.68-3.74-3.74-3.74Zm0 5.48a1.741 1.741 0 0 1 0-3.48 1.741 1.741 0 0 1 0 3.48Z"})),PersonCircleFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-2.6 0-4.9-1.25-6.36-3.17L6.3 15h11.4l.66 1.83C16.9 18.75 14.6 20 12 20Zm-.01-13.96c2.06 0 3.74 1.68 3.74 3.74 0 2.06-1.68 3.74-3.74 3.74-2.06 0-3.74-1.68-3.74-3.74 0-2.06 1.68-3.74 3.74-3.74Z"})),PersonGroup=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m10.23 15 .73-2H3.3L.75 20h7.66l.73-2H3.61l1.09-3h5.53ZM7.5 11.5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2ZM17 11.5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2ZM20.7 13h-7.58l-2.55 7h8.42l-.72-2h-4.84l1.09-3h4.78l1.82 5h2.13l-2.55-7Z"})),PersonGroupFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20.7 13h-7.58l-2.55 7h8.46l-.73-2h-2.78l.73-2h3.45l1.45 4h2.1l-2.55-7ZM3.3 13 .75 20h7.66l2.55-7H3.3ZM7.5 11.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM17 11.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"})),PersonOne=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5Zm0-8c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3ZM18.7 14H5.3l-2.91 8h14.96l-.73-2H5.24l1.46-4h10.6l2.18 6h2.13l-2.91-8Z"})),PersonOneFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M18.7 14H5.3l-2.91 8h14.96l-.73-1.99h-5.29l.73-2h5.96L19.48 22h2.13l-2.91-8ZM12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z"})),RatingCool=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 2c2.74 0 5.17 1.39 6.61 3.5H15c-.72 0-1.32.38-1.67.93-.85-.31-1.8-.31-2.65 0-.36-.55-.96-.93-1.68-.93H5.39A8.002 8.002 0 0 1 12 4Zm0 16c-4.41 0-8-3.59-8-8 0-.97.18-1.9.5-2.76v.55c0 .47.11.93.32 1.34l.38.76A2 2 0 0 0 6.99 13H8.7a2 2 0 0 0 1.96-1.61l.29-1.46a2.33 2.33 0 0 1 2.09 0l.29 1.46c.2.94 1.02 1.61 1.97 1.61h1.71a2 2 0 0 0 1.79-1.11l.38-.76c.21-.42.32-.88.32-1.34v-.55c.32.86.5 1.79.5 2.76 0 4.41-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 16c-1.43 0-2.72-.75-3.45-2.01l-1.73 1C7.9 16.85 9.88 18 12 18c2.12 0 4.1-1.15 5.18-3.01l-1.73-1C14.72 15.25 13.43 16 12 16Z"})),RatingHappy=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M8.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 16c-1.43 0-2.72-.75-3.45-2.01l-1.73 1C7.9 16.85 9.88 18 12 18c2.12 0 4.1-1.15 5.18-3.01l-1.73-1C14.72 15.25 13.43 16 12 16Z"})),RatingHappyAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM16.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM18.28 12.95C16.74 14.89 14.46 16 12 16c-2.46 0-4.74-1.11-6.28-3.05l-1.57 1.24C6.07 16.61 8.93 18 12 18a9.94 9.94 0 0 0 7.84-3.81l-1.56-1.24Z"})),RatingHeart=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 21.31c1.02-.86 4.11-3.35 9.01-8.73a5.675 5.675 0 0 0 1.48-4.19 5.646 5.646 0 0 0-1.95-3.97c-2.03-1.77-5-1.84-7.12-.33.52.61.91 1.06 1.31 1.54 1.37-.89 3.22-.82 4.5.3a3.714 3.714 0 0 1 .3 5.31c-2.69 2.95-5.22 5.46-7.53 7.46-1.99-1.71-4.74-4.14-7.53-7.43-1.4-1.66-1.27-4 .27-5.35 1.52-1.33 3.87-1.19 5.24.31.39.43 2.61 3.06 3.04 3.57l1.51-1.25c-.9-1.12-2.97-3.56-3.07-3.66-2.09-2.3-5.69-2.51-8.03-.47-2.38 2.08-2.6 5.65-.49 8.14 3.43 4.03 6.76 6.79 9.06 8.75Z"})),RatingHeartFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 21.31c1.03-.86 4.11-3.35 9.01-8.73a5.675 5.675 0 0 0 1.48-4.19 5.668 5.668 0 0 0-1.95-3.98c-2.03-1.77-5-1.84-7.12-.33 1.04 1.21 1.51 1.77 2.69 3.24l-1.56 1.26c-.8-.99-2.99-3.58-3.09-3.7-2.09-2.3-5.69-2.51-8.03-.47-2.38 2.08-2.6 5.65-.49 8.14 3.43 4.04 6.74 6.79 9.06 8.76Z"})),RatingNeutral=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M8.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M16 14H8v2h8v-2Z"})),RatingNeutralAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM16.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM18 14H6v2h12v-2Z"})),RatingSad=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M8.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 13c-2.12 0-4.1 1.15-5.18 3.01l1.73 1C9.28 15.75 10.57 15 12 15c1.43 0 2.72.75 3.45 2.01l1.73-1C16.1 14.15 14.12 13 12 13Z"})),RatingSadAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM16.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM12 13a9.94 9.94 0 0 0-7.84 3.81l1.57 1.24A7.936 7.936 0 0 1 12 15c2.46 0 4.74 1.11 6.28 3.05l1.57-1.24C17.93 14.39 15.07 13 12 13Z"})),RatingStar=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m22.49 10.26-.65-1.98-6.08-.89-2.67-5.41h-2.18L8.24 7.39l-6.08.89-.69 2.12 8.1-1.18L12 4.29l2.43 4.93 5.45.79-3.94 3.84.93 5.42L12 16.71l-4.87 2.56.93-5.42-2.14-2.08-2.49.36 2.48 2.42-1.07 6.23 1.56 1.13 5.6-2.94 5.6 2.94 1.56-1.13-1.07-6.23 4.4-4.29Z"})),RatingStarFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m21.84 8.28-6.08-.89-2.67-5.41h-2.18L8.24 7.39l-6.08.89-.65 1.98 4.4 4.29-1.07 6.23 1.56 1.13 5.6-2.94 5.6 2.94 1.56-1.13-1.07-6.23 4.4-4.29-.65-1.98Z"})),RatingThumbsBoth=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16 12h7v-2h-8l-4 4.81v2.69a2 2 0 0 0 2 2h3V21a2 2 0 0 0 2 2h1l4-4.76V14h-2v3.51L18.07 21H18v-3.5h-5v-2l3-3.5Zm-3-5.5a2 2 0 0 0-2-2H8V3a2 2 0 0 0-2-2H5L1 5.76V10h2V6.49L5.93 3H6v3.5h5v2l-3 3.53H1v2h8l4-4.81V6.5Z"})),RatingThumbsBothFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m15 10-4 4.81v2.69a2 2 0 0 0 2 2h3V21a2 2 0 0 0 2 2h1l4-4.76V10h-8Zm-2-3.5a2 2 0 0 0-2-2H8V3a2 2 0 0 0-2-2H5L1 5.76V14h8l4-4.81V6.5Z"})),RatingThumbsDown=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 10.6V14a3 3 0 0 0 3 3h4v3a2 2 0 0 0 2 2h1.43L18 15.36V8h-2v6.64L11.5 20H11v-5H5a1 1 0 0 1-1-1v-2.68L8.47 6H18V4H7.53L2 10.6ZM20 4v11h2V4h-2Z"})),RatingThumbsDownFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 4v11h2V4h-2ZM2 10.6V14a3 3 0 0 0 3 3h4v3a2 2 0 0 0 2 2h1.43L18 15.36V4H7.53L2 10.6Z"})),RatingThumbsUp=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19 7h-4V4a2 2 0 0 0-2-2h-1.43L6 8.64V16h2V9.36L12.5 4h.5v5h6a1 1 0 0 1 1 1v2.68L15.53 18H6v2h10.47L22 13.4V10a3 3 0 0 0-3-3ZM2 20h2V9H2v11Z"})),RatingThumbsUpFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M2 20h2V9H2v11ZM19 7h-4V4a2 2 0 0 0-2-2h-1.43L6 8.64V20h10.47L22 13.4V10a3 3 0 0 0-3-3Z"})),RatingVeryHappy=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 18c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5ZM8.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"})),RatingVeryHappyAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM16.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM5.68 13c.68 2.87 3.25 5 6.32 5 3.07 0 5.64-2.13 6.32-5H5.68Z"})),RatingVerySad=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 12c-2.76 0-5 2.24-5 5h10c0-2.76-2.24-5-5-5ZM8.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM15.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"})),RatingVerySadAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M7.5 11.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM16.5 11.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM12 13c-3.07 0-5.64 2.13-6.32 5h12.64c-.68-2.87-3.25-5-6.32-5Z"})),RatingWink=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M15.5 11.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M12 16c-1.43 0-2.72-.75-3.45-2.01l-1.73 1C7.9 16.85 9.88 18 12 18c2.12 0 4.1-1.15 5.18-3.01l-1.73-1C14.72 15.25 13.43 16 12 16ZM10.25 8.5h-3.5v2h3.5v-2Z"})),RatingWinkAlt=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M16.5 9.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM18.28 12.95C16.74 14.89 14.46 16 12 16c-2.46 0-4.74-1.11-6.28-3.05l-1.57 1.24C6.07 16.61 8.93 18 12 18a9.94 9.94 0 0 0 7.84-3.81l-1.56-1.24ZM10 7H6v2h4V7Z"})),StatusFilter=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M3.53 5h14.33L13 10.79v6.34l-2 1.15v-7.49L7.82 7H5.21L9 11.51v10.21l6-3.43v-6.78L22.14 3H1.86l1.67 2Z"})),StatusFilterFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M9 11.51v10.21l6-3.43v-6.78L22.14 3H1.86L9 11.51Z"})),StatusPaused=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M10 5H7v14h3V5ZM17 5h-3v14h3V5Z"})),StatusPlaying=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M5 20.37 19.5 12 5 3.63v16.74ZM7 7.09 15.5 12 7 16.91V7.09Z"})),StatusPlayingFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M5 20.37 19.5 12 5 3.63v16.74Z"})),StatusStatus=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm-7.9 8.735a8 8 0 1 1-.066 2h4.211l1.665-2.69 3.824 7.597 2.71-4.907h1.814v-2h-2.993l-1.449 2.623-3.726-7.404-2.959 4.781H4.099Z",clipRule:"evenodd"})),StatusStatusFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",fillRule:"evenodd",d:"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm11.817 1.358L10.09 5.954l-2.958 4.781h-3.4v2h4.514l1.664-2.69 3.825 7.597 2.71-4.907H20v-2h-4.735l-1.448 2.623Z",clipRule:"evenodd"})),Team=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"m12.47 5-1.68-2H2v14h2V5h5.86l1.67 2H20v12H2v2h20V5h-9.53Z"}),n.createElement("path",{fill:"#2D2E2E",d:"M10.25 12.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM15.75 12.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM14.91 16h3.73l-.73-2h-3.73l.73 2ZM7.36 16h5.96l-.73-2h-4.5l-.73 2Z"})),TeamFill=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M10.79 3H2v18h20V5h-9.53l-1.68-2Zm-.54 6.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5Zm5.5 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5Zm2.16 4.5.73 2h-3.72l-.73-2h3.72Zm-4.59 2H7.36l.73-2h4.5l.73 2Z"})),UpAndDownArrows=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M12 3.18 7 7.5v2.64l5-4.32 5 4.31V7.49l-5-4.31ZM7 13.37v2.64l5 4.31L17 16v-2.64l-5 4.32-5-4.31Z"})),X=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M19.07 4.93a10 10 0 0 0-14.15 0c-3.9 3.9-3.9 10.24 0 14.14a10 10 0 0 0 14.15 0c3.91-3.9 3.91-10.24 0-14.14Zm-2.83 9.81-1.41 1.41L12 13.33l-2.83 2.83-1.41-1.41 2.83-2.83-2.83-2.84 1.41-1.41L12 10.5l2.83-2.83 1.41 1.41-2.83 2.83 2.83 2.83Z"})),ZapDetails=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("path",{fill:"#2D2E2E",d:"M20 8V6.59L15.41 2H4v20h16V10h-2v10H6V4h8v4h6Z"}),n.createElement("path",{fill:"#2D2E2E",d:"m10.75 18.858 4.809-5.729H13.25V9.067l-4.808 5.729h2.308v4.062Z"})),ZapierLogo=e=>n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:e.size,width:e.size},e),n.createElement("rect",{width:20,height:20,x:2,y:2,fill:"#2D2E2E",rx:3})),s=l(98628),h=l(99029);let sanitizeClassName=e=>`${e}`.replace(/[^a-z0-9]/gi,"-"),c=(0,o.B)("Icon",{root:e=>[{label:`-${e.name}`,display:"inline-block",fill:"currentColor",transitionProperty:"fill",transitionTimingFunction:s.f.transitionTimingFunction,transitionDuration:s.f.transitionDuration,"> svg":{display:"block",height:"inherit",width:"inherit"},"*":{fill:"inherit"}},!e.canAcceptPointerEvents&&(0,r.Q)("disable-pointer-events",{pointerEvents:"none"}),e.isBlock&&(0,r.Q)("block",{display:"block"}),(0,r.Q)(sanitizeClassName(`${e.size}x${e.size}`),{height:e.size,width:e.size}),e.color&&(0,r.Q)(e.color,{fill:h.w[e.color]})]}),MissingIcon=()=>(0,a.U)("svg",{"aria-label":"Could not load icon","data-is-missing-icon":"true",viewBox:"0 0 24 24"},(0,a.U)("rect",{height:"24",width:"24",x:"0",y:"0"}));let IconErrorBoundary=class IconErrorBoundary extends n.Component{constructor(){super(...arguments),this.state={didFailToLoad:!1}}static getDerivedStateFromError(){return{didFailToLoad:!0}}render(){return this.state.didFailToLoad?(0,a.U)(MissingIcon,null):this.props.children}};let Icon=({ariaLabel:e,color:t,isBlock:l,name:n,ariaHidden:o=!0,canAcceptPointerEvents:r=!0,size:s=30})=>{let h=function(e){try{if("miscAI"===e)return MiscAi;let t=`${e[0].toUpperCase()}${e.substring(1)}`;return i[t]||MissingIcon}catch(e){return MissingIcon}}(n);return(0,a.U)("span",{"aria-hidden":o?"true":void 0,"aria-label":e,css:c.root({name:n,canAcceptPointerEvents:r,isBlock:l,color:t,size:s}),"data-testid":"iconContainer"},(0,a.U)(IconErrorBoundary,null,(0,a.U)(h,{size:s,color:t,name:n})))}},28952:function(e,t,l){l.d(t,{u:function(){return Modal}});var i=l(2784),n=l(28165),o=l(39479),r=l(77293),a=l(91604),s=l(98628),h=l(99029),c=l(23273);let hasBody=()=>"undefined"!=typeof document&&!!document.body,useUnscrollableBody=({shouldAllowScroll:e})=>{(0,i.useEffect)(()=>(hasBody()&&(document.body.style.overflow=e?"":"hidden"),()=>{hasBody()&&(document.body.style.overflow="")}),[e])},findFocusableNodesWithin=e=>Array.from(e.querySelectorAll("a[href], button, input, textarea, select, details, [tabindex]")).filter(e=>e.matches(':not([disabled]):not([tabindex="-1"])')),findModalNodeToFocus=(e,t)=>{let l=findFocusableNodesWithin(document),i=findFocusableNodesWithin(e),n=i[0],o=i[i.length-1];if(!n)return;let r=l.indexOf(t),a=l.indexOf(n);return r<a?o:n},useFocusTrap=e=>{let[t,l]=(0,i.useState)(!1);(0,i.useEffect)(()=>{if(!t&&e.current){let t=findFocusableNodesWithin(e.current)[0];t&&t.focus(),l(!0)}let onFocusIn=t=>{let l=t.target,i=e.current;if(l&&i&&!i.contains(l)){let e=findModalNodeToFocus(i,l);e&&e.focus()}};return document.addEventListener("focusin",onFocusIn),()=>{document.removeEventListener("focusin",onFocusIn)}},[t,l,e])},v=n.F4`
from { opacity: 0; }
to { opacity: 1; }
`,w=n.F4`
from { opacity: 1; }
to { opacity: 0; }
`,g=(0,o.B)("Modal",{root:n.iv`
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
// Setting height is redundant in most browsers since top/bottom are set,
// but necessary for Safari to properly apply align-items.
height: 100%;
z-index: ${a.C.modalOverlay};
opacity: 0;
display: grid;
align-items: center;
justify-items: center;
`,rootIn:n.iv`
animation: ${v} ${s.f.transitionDuration}
${s.f.transitionTimingFunction} forwards;
`,rootOut:n.iv`
animation: ${w} ${s.f.transitionDuration}
${s.f.transitionTimingFunction} forwards;
`,overlay:n.iv`
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: ${h.w.neutral800};
opacity: 0.8;
z-index: 1;
`,closeButton:n.iv`
display: block;
color: ${h.w.neutral600};
transition: ${s.f.transitionValue};
&:hover,
&:focus {
color: ${h.w.blue};
}
`,modal:n.iv`
position: relative;
z-index: 2;
max-height: 100vh;
// Prevent margin collapsing of children
padding: 1px;
// Ensure children shink by default
display: flex;
`}),Modal=e=>{let t=!1!==e.canClose,[l,n]=(0,i.useState)(!0),o=(0,i.useRef)(null);useUnscrollableBody({shouldAllowScroll:!0===e.canScrollBody});let onClose=()=>{t&&n(!1)};(0,i.useEffect)(()=>{let onEscape=e=>{"Escape"===e.key&&onClose()};return window.addEventListener("keyup",onEscape,{capture:!0}),()=>{window.removeEventListener("keyup",onEscape,{capture:!0})}}),useFocusTrap(o);let a=(0,r.U)("div",{css:g.overlay,"data-testid":"ModalOverlay",onClick:onClose}),s=!!t&&(0,r.U)("button",{css:g.closeButton,"aria-label":"Close modal",onClick:onClose,type:"button"},(0,r.U)(c.J,{isBlock:!0,name:"formX",size:32})),h=e.children&&i.Children.only(e.children),v=Object.assign(Object.assign({},h),{props:Object.assign(Object.assign({},e.children.props||{}),{closeButton:s})}),w=(0,r.U)("div",{"aria-label":e.ariaLabel,"aria-live":"polite","aria-modal":"true",css:g.modal,ref:o,role:"dialog"},v);return(0,r.U)("div",{css:[g.root,l?g.rootIn:g.rootOut],"data-testid":"Modal",onAnimationEnd:()=>{!1===l&&e.onClosed()}},(0,r.U)("div",null,a,w))}},66266:function(e,t,l){l.d(t,{bT:function(){return ModalContentFooter},dE:function(){return ModalContentHeader},hz:function(){return ModalContent},nS:function(){return ModalContentBody}});var i=l(28165),n=l(39479),o=l(77293),r=l(99029),a=l(10391),s=l(3e3),h=l(38137);let c=(0,h.F)("ModalMediaContent",["spacing","footerMarginBottom"]),v=(0,n.B)("ModalContent",{root:i.iv`
${c.spacing}: 20px;
${c.footerMarginBottom}: 0px;
position: relative;
display: flex;
flex-direction: column;
max-height: calc(100vh - 70px);
background-color: ${r.w.neutral100};
padding: var(${c.spacing});
// 40px handles bottom toolbar in iOS Safari
margin: 10px 10px calc(10px + 40px);
border-radius: 5px;
border: 1px solid ${r.w.neutral300};
box-shadow: ${a.f.elevation5};
@media screen and (min-width: 650px) {
// Effectively tighten the bottom padding of ModalContent
// by pulling it up via margin.
${c.footerMarginBottom}: -10px;
min-width: 550px;
max-width: 970px;
max-height: 650px;
padding: calc(var(${c.spacing}) * 2);
margin: 30px;
}
`,closeButton:i.iv`
position: absolute;
top: 8px;
right: 8px;
`,modalContentHeader:i.iv`
${s.ZT.paragraph1Bold};
margin-bottom: var(${c.spacing});
color: ${r.w.neutral800};
// Protect header from close button.
padding-right: 20px;
&[data-align='center'] {
// Ensure header is centered with the padding-right above.
padding-left: 20px;
text-align: center;
}
`,modalContentBody:i.iv`
color: ${r.w.neutral700};
position: relative;
flex: 1;
display: flex;
flex-direction: column;
// Support scrolling the child.
min-height: 0;
&[data-size='small'] {
${s.ZT.paragraph3};
color: ${r.w.neutral700};
}
&[data-size='medium'] {
${s.ZT.paragraph3};
}
&[data-align='center'] {
text-align: center;
}
&[data-scrollable] {
// This is the gradient fader that renders over content
// to help indicate that it's scrollable.
&::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 46px;
pointer-events: none;
background: linear-gradient(0deg, #fffdf9 0%, #fff0 75%);
}
}
`,modalContentBodyInner:i.iv`
flex: 1;
&[data-scrollable] {
overflow: auto;
// Add padding so end content isn't covered by the gradient fader.
// Rebrand linear-gradient is a bit taller
padding-bottom: 26px;
}
`,modalContentFooter:i.iv`
display: flex;
flex-wrap: wrap;
gap: 10px 20px;
justify-content: center;
margin: var(${c.spacing}) auto var(${c.footerMarginBottom});
// Always a little 🤢 to use these selectors, but it helps to ensure
// that they stretch full width on small screens. The attribute qualifiers
// help with specificity.
> *[class],
> *[style] {
flex: 1 1 auto;
}
`}),ModalContentHeader=e=>(0,o.U)("header",{css:v.modalContentHeader,"data-align":e.align},e.children),ModalContentBody=e=>{let{size:t=e.scrollable?"small":"medium"}=e;return(0,o.U)("div",{css:v.modalContentBody,"data-align":e.align,"data-scrollable":!0===e.scrollable?"":void 0,"data-size":t},(0,o.U)("div",{css:v.modalContentBodyInner,"data-scrollable":!0===e.scrollable?"":void 0,tabIndex:!0===e.scrollable?0:void 0},e.children))},ModalContentFooter=e=>(0,o.U)("footer",{css:v.modalContentFooter},e.children),ModalContent=e=>{let t={maxWidth:e.maxWidth};return(0,o.U)("div",{css:v.root,style:t},e.children,e.closeButton&&(0,o.U)("div",{css:v.closeButton},e.closeButton))}},55414:function(e,t,l){l.d(t,{x:function(){return Text}});var i=l(3e3),n=l(99029),o=l(39479),r=l(52676),a=l(77293),__rest=function(e,t){var l={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&0>t.indexOf(i)&&(l[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var n=0,i=Object.getOwnPropertySymbols(e);n<i.length;n++)0>t.indexOf(i[n])&&Object.prototype.propertyIsEnumerable.call(e,i[n])&&(l[i[n]]=e[i[n]]);return l};let s=(0,o.B)("Text",{root:e=>[(0,r.Q)(e.type,i.ZT[e.type]),(0,r.Q)(e.color,{color:n.w[e.color]}),e.fontWeight&&(0,r.Q)(`fontWeight-${e.fontWeight}`,{fontWeight:e.fontWeight}),{margin:e.margin,maxWidth:"100%",textAlign:e.textAlign},e.hasTransition&&{transition:"color 0.2s ease-in-out"}]}),Text=e=>{var{color:t="neutral800",hasTransition:l=!0,tag:i="span",textAlign:n="inherit",type:o="paragraph3"}=e,r=__rest(e,["color","hasTransition","tag","textAlign","type"]);let h=Object.assign({color:t,hasTransition:l,tag:i,textAlign:n,type:o},r);return(0,a.U)(h.tag,{css:s.root(h)},h.children)}},36897:function(e,t,l){l.d(t,{Y:function(){return BaseButton}});var i=l(77293),n=l(23273),o=l(26215),r=l(28165),a=l(39479),s=l(99029),h=l(98628),c=l(10391),v=l(3e3),w=l(38137);let g=(0,w.F)("Button",["baseBackgroundColor","baseBorderColor","baseColor","disabledBackgroundColor","disabledBorderColor","disabledColor","disabledOutlineColor","hoverBackgroundColor","hoverBorderColor","hoverColor","hoverOutlineColor","iconMargin","focusBackgroundColor","focusBorderColor","focusColor","focusOutlineColor","selectedBackgroundColor","selectedBorderColor","selectedColor","selectedOutlineColor","buttonContentPadding"]),d=(0,a.B)("BaseButton",{root:r.iv`
// All of the CSS Custom Properties that are used by this
// component, ensured to be unique. Most are color related
// and are set below via '[data-color]' selectors.
${g.baseBackgroundColor}: transparent;
${g.baseBorderColor}: transparent;
${g.baseColor}: #000;
${g.disabledBackgroundColor}: ${s.w.neutral200};
${g.disabledBorderColor}: ${s.w.neutral400};
${g.disabledColor}: ${s.w.neutral500};
${g.disabledOutlineColor}: transparent;
${g.hoverBackgroundColor}: var(${g.baseBackgroundColor});
${g.hoverBorderColor}: var(${g.baseBorderColor});
${g.hoverColor}: var(${g.baseColor});
${g.hoverOutlineColor}: transparent;
${g.iconMargin}: 6px;
${g.focusBackgroundColor}: var(${g.baseBackgroundColor});
${g.focusBorderColor}: transparent;
${g.focusColor}: var(${g.baseColor});
${g.focusOutlineColor}: var(${g.focusBackgroundColor});
${g.selectedBackgroundColor}: var(${g.baseBackgroundColor});
${g.selectedBorderColor}: transparent;
${g.selectedColor}: var(${g.baseColor});
${g.selectedOutlineColor}: transparent;
${g.buttonContentPadding}: 0 10px;
background-color: var(${g.baseBackgroundColor});
border-color: var(${g.baseBorderColor});
color: var(${g.baseColor});
align-items: center;
appearance: none;
border-radius: 3px;
border-style: solid;
border-width: 1px;
box-sizing: border-box;
position: relative;
cursor: pointer;
display: inline-flex;
justify-content: center;
// Safari applies 2px margin to buttons this clears it
margin: 0;
min-width: 0;
opacity: 1;
text-align: center;
text-decoration: none;
text-transform: none;
transition: all 200ms ease-in-out;
vertical-align: middle;
white-space: nowrap;
&::-moz-focus-inner {
padding: 0;
border: 0;
}
// This is the outline that renders around the button when
// its focused. Its a pseudo element to preserve transparency;
// between the edge of the button and the edge of the outline.
// Its defined here vs only in ':focus' so that it can transition
// between states.
&::before {
content: '';
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 2px solid transparent;
border-radius: 5px;
transition-property: all;
transition-timing-function: ${h.f.transitionTimingFunction};
transition-duration: 200ms;
}
&:hover:not([disabled]),
a:hover & {
background-color: var(${g.hoverBackgroundColor});
border-color: var(${g.hoverBorderColor});
box-shadow: ${c.f.elevation6};
color: var(${g.hoverColor});
}
&:focus:not([disabled]),
a:focus & {
background-color: var(${g.focusBackgroundColor});
border-color: var(${g.focusBorderColor});
color: var(${g.focusColor});
outline: none;
&::before {
border-color: var(${g.focusOutlineColor});
top: -5px;
right: -5px;
bottom: -5px;
left: -5px;
}
}
&[data-selected]:not([data-color='button-nav']) {
background-color: var(${g.selectedBackgroundColor});
border-color: var(${g.selectedBorderColor});
color: var(${g.selectedColor});
// Hide :focus outline on selected buttons
&::before {
content: none;
}
}
&[data-color='primary'] {
${g.baseBackgroundColor}: ${s.w.blue};
${g.baseColor}: ${s.w.neutral100};
${g.hoverBackgroundColor}: ${s.w.night};
}
&[data-color='primary-alt'] {
${g.baseBackgroundColor}: ${s.w.neutral800};
${g.baseColor}: ${s.w.neutral100};
${g.hoverBackgroundColor}: ${s.w.neutral700};
}
&[data-color='danger'] {
${g.baseBackgroundColor}: ${s.w.error400};
${g.baseColor}: ${s.w.neutral100};
${g.hoverBackgroundColor}: ${s.w.error500};
${g.hoverColor}: ${s.w.neutral100};
${g.focusColor}: ${s.w.neutral100};
${g.focusOutlineColor}: ${s.w.error400};
}
&[data-color='secondary'] {
${g.baseBackgroundColor}: transparent;
${g.baseColor}: ${s.w.blue};
${g.hoverBackgroundColor}: ${s.w.blue10};
${g.hoverColor}: ${s.w.blue};
${g.focusBackgroundColor}: ${s.w.blue10};
${g.focusColor}: ${s.w.blue};
${g.baseBorderColor}: ${s.w.blue};
${g.focusOutlineColor}: ${s.w.blue};
}
&[data-color='icon-primary'] {
${g.baseBackgroundColor}: ${s.w.neutral100};
${g.baseBorderColor}: ${s.w.neutral600};
${g.baseColor}: ${s.w.neutral800};
${g.hoverColor}: ${s.w.blueJeans};
${g.focusBorderColor}: ${s.w.blueJeans};
${g.focusColor}: ${s.w.blueJeans};
${g.focusOutlineColor}: ${s.w.blueJeans};
&[disabled] {
background-color: var(${g.disabledBackgroundColor});
border-color: ${s.w.neutral400};
color: ${s.w.neutral500};
outline-color: var(${g.disabledOutlineColor});
}
}
&[data-color='icon-alt'] {
&[data-color='icon-alt'] {
${g.baseBackgroundColor}: ${s.w.neutral100};
${g.baseBorderColor}: ${s.w.blue};
${g.baseColor}: ${s.w.blue};
${g.hoverColor}: ${s.w.blue};
${g.hoverBackgroundColor}: ${s.w.blue10};
${g.focusBackgroundColor}: ${s.w.blue10};
${g.focusBorderColor}: ${s.w.blue};
${g.focusColor}: ${s.w.blue};
${g.focusOutlineColor}: ${s.w.blue};
&[disabled] {
background-color: var(${g.disabledBackgroundColor});
border-color: ${s.w.neutral400};
color: ${s.w.neutral500};
outline-color: var(${g.disabledOutlineColor});
}
}
}
&[data-color='icon-secondary'] {
${g.baseBackgroundColor}: ${s.w.neutral100};
${g.baseBorderColor}: ${s.w.neutral600};
${g.baseColor}: ${s.w.neutral600};
${g.hoverColor}: ${s.w.neutral700};
${g.focusBorderColor}: ${s.w.blueJeans};
${g.focusColor}: ${s.w.blueJeans};
${g.focusOutlineColor}: ${s.w.blueJeans};
&[disabled] {
background-color: var(${g.disabledBackgroundColor});
border-color: ${s.w.neutral400};
color: ${s.w.neutral500};
outline-color: var(${g.disabledOutlineColor});
}
}
&[data-color='number'] {
${g.baseBackgroundColor}: ${s.w.neutral100};
${g.baseBorderColor}: ${s.w.neutral600};
${g.baseColor}: ${s.w.neutral700};
${g.hoverBackgroundColor}: ${s.w.blueJeans};
${g.hoverBorderColor}: ${s.w.blueJeans};
${g.hoverColor}: ${s.w.neutral100};
${g.focusBorderColor}: ${s.w.blueJeans};
${g.focusColor}: ${s.w.blueJeans};
${g.focusOutlineColor}: ${s.w.blueJeans};
&[disabled] {
background-color: var(${g.disabledBackgroundColor});
border-color: ${s.w.neutral400};
color: ${s.w.neutral500};
outline-color: var(${g.disabledOutlineColor});
}
}
&[data-color='primary-dark'],
&[data-color='icon-primary-dark'] {
${g.baseBackgroundColor}: ${s.w.neutral100};
${g.baseColor}: ${s.w.blue};
${g.hoverColor}: ${s.w.night};
${g.hoverBackgroundColor}: ${s.w.neutral100};
${g.focusColor}: ${s.w.blue};
${g.focusOutlineColor}: ${s.w.neutral100};
}
&[data-color='secondary-dark'],
&[data-color='icon-secondary-dark'] {
${g.baseBackgroundColor}: transparent;
${g.baseColor}: ${s.w.neutral100};
${g.baseBorderColor}: ${s.w.neutral100};
${g.hoverColor}: ${s.w.neutral800};
${g.hoverBackgroundColor}: ${s.w.blue10};
${g.hoverBorderColor}: ${s.w.blue10};
${g.focusColor}: ${s.w.neutral800};
${g.focusOutlineColor}: ${s.w.blue10};
${g.focusBackgroundColor}: ${s.w.blue10};
}
&[data-color='button-nav'] {
${g.baseBackgroundColor}: ${s.w.neutral200};
${g.baseColor}: ${s.w.neutral800};
${g.baseBorderColor}: ${s.w.neutral600};
${g.hoverColor}: ${s.w.neutral100};
${g.hoverBackgroundColor}: ${s.w.blue};
${g.hoverBorderColor}: ${s.w.blue};
${g.focusBackgroundColor}: ${s.w.neutral200};
${g.focusBorderColor}: ${s.w.neutral200};
${g.focusOutlineColor}: ${s.w.blue};
border-radius: 30px;
&::before {
border-radius: 30px;
}
&[data-selected] {
${g.baseBackgroundColor}: ${s.w.neutral700};
${g.baseColor}: ${s.w.neutral100};
${g.baseBorderColor}: ${s.w.neutral700};
${g.hoverBackgroundColor}: ${s.w.neutral700};
${g.hoverBorderColor}: ${s.w.neutral700};
${g.focusBorderColor}: ${s.w.neutral700};
${g.focusBackgroundColor}: ${s.w.neutral700};
${g.focusOutlineColor}: ${s.w.neutral700};
}
}
&[data-color='brand'],
&[data-color='brand-nav'] {
${g.baseBackgroundColor}: ${s.w.zapier};
${g.baseColor}: ${s.w.cream};
${g.baseBorderColor}: transparent;
${g.hoverColor}: ${s.w.cream};
${g.hoverBackgroundColor}: ${s.w.zapier};
${g.focusColor}: ${s.w.cream};
${g.focusOutlineColor}: ${s.w.zapier};
${g.focusBackgroundColor}: ${s.w.zapier};
${g.focusBorderColor}: transparent;
}
&[data-color='brand'] {
&[data-size='small'] {
${v.ZT.paragraph1ShortBold};
border-radius: 18px;
&::before {
border-radius: 20px;
}
}
&[data-size='medium'] {
${v.ZT.paragraph1ShortBold};
border-radius: 18px;
&::before {
border-radius: 20px;
}
}
&[data-size='large'] {
${v.ZT.paragraph1ShortBold};
border-radius: 24px;
&::before {
border-radius: 26px;
}
}
}
&[data-color='brand-nav'] {
${g.iconMargin}: 0;
&[data-size='medium'] {
${v.ZT.paragraph1ShortBold};
border-radius: 18px;
&::before {
border-radius: 22px;
}
}
}
&[disabled] {
cursor: not-allowed;
background-color: var(${g.disabledBackgroundColor});
border-color: var(${g.disabledBorderColor});
color: var(${g.disabledColor});
outline-color: var(${g.disabledOutlineColor});
}
&[data-full-width] {
width: 100%;
}
&[data-shadowed] {
box-shadow: ${c.f.elevation5};
}
&[data-size='xsmall'] {
${v.ZT.paragraph3Semibold};
${g.buttonContentPadding}: 0 15px;
height: 30px;
border-radius: 3px;
&[data-icon] {
${g.buttonContentPadding}: 0 8px 0 3px;
}
&[data-square] {
width: 30px;
}
}
&[data-size='small'] {
${v.ZT.paragraph3Semibold};
${g.buttonContentPadding}: 0 20px;
height: 44px;
&[data-icon] {
${g.buttonContentPadding}: 0 10px;
}
&[data-square] {
width: 44px;
}
&[data-color='button-nav'] {
${g.buttonContentPadding}: 0 20px;
}
}
&[data-size='medium'] {
${v.ZT.paragraph3Semibold};
${g.buttonContentPadding}: 0 20px;
height: 50px;
&[data-icon] {
${g.buttonContentPadding}: 0 17px;
&[data-color='brand-nav'] {
${g.buttonContentPadding}: 0 12px;
}
}
&[data-square] {
width: 50px;
}
}
&[data-size='large'] {
${v.ZT.paragraph1ShortSemibold};
${g.buttonContentPadding}: 0 20px;
height: 60px;
&[data-icon] {
${g.buttonContentPadding}: 0 17px;
}
&[data-square] {
width: 60px;
}
}
&[data-unpadded],
&[data-square] {
${g.buttonContentPadding}: 0 !important;
}
&[data-pill] {
border-radius: 100px !important;
&::before {
border-radius: 100px !important;
}
}
`,buttonContent:r.iv`
display: flex;
align-items: center;
min-width: 0;
padding: var(${g.buttonContentPadding});
`,buttonText:r.iv`
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
`,buttonIcon:e=>r.iv`
display: block;
flex: none;
${e&&`margin-right: var(${g.iconMargin});`}
`});var __rest=function(e,t){var l={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&0>t.indexOf(i)&&(l[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var n=0,i=Object.getOwnPropertySymbols(e);n<i.length;n++)0>t.indexOf(i[n])&&Object.prototype.propertyIsEnumerable.call(e,i[n])&&(l[i[n]]=e[i[n]]);return l};let ButtonIcon=e=>(0,i.U)("span",{css:d.buttonIcon(e.hasSibling)},(0,i.U)(n.J,{canAcceptPointerEvents:!1,isBlock:!0,name:e.iconName,size:e.size})),ButtonText=e=>(0,i.U)("span",{css:d.buttonText},e.children),ButtonContent=e=>(0,i.U)("span",{css:d.buttonContent},e.iconBefore&&(0,i.U)(ButtonIcon,{hasSibling:!!e.children,iconName:e.iconBefore,size:24}),(0,i.U)(ButtonText,null,e.children)),getTag=e=>e.presentationOnly?"span":e.htmlFor&&!e.disabled?"label":e.href&&!e.disabled?o.r:"button";function BaseButton(e){var{disabled:t=!1,isFullWidth:l=!1,isPill:n=!1}=e,r=__rest(e,["disabled","isFullWidth","isPill"]);let a=Object.assign({disabled:t,isFullWidth:l,isPill:n},r),s=getTag(a),h=s===o.r,c={[`${h?"ariaLabel":"aria-label"}`]:a.ariaLabel};return(0,i.U)(s,Object.assign({"aria-controls":a.ariaControls,"aria-describedby":a.ariaDescribedBy,"aria-disabled":a.disabled,"aria-expanded":a.ariaExpanded,"aria-haspopup":a.ariaHaspopup,"aria-hidden":a.ariaHidden},c,{color:h?null:void 0,css:d.root,"data-color":a.color,"data-icon":a.iconBefore?"before":void 0,"data-full-width":a.isFullWidth?"":void 0,"data-pill":a.isPill?"":void 0,"data-selected":a.isSelected?"":void 0,"data-shadowed":a.hasShadow?"":void 0,"data-size":a.size,"data-square":a.isSquare?"":void 0,disabled:a.disabled,htmlFor:a.htmlFor,href:h?a.href:void 0,id:a.id,onClick:a.onClick,onKeyDown:a.onKeyDown,rel:h?a.rel:void 0,role:h?void 0:"button",tabIndex:a.tabIndex,target:h?a.target:void 0,type:"button"===s?a.type:void 0}),(0,i.U)(ButtonContent,Object.assign({},a)))}},20110:function(e,t,l){l.d(t,{z:function(){return Button}});var i=l(77293),n=l(36897),__rest=function(e,t){var l={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&0>t.indexOf(i)&&(l[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var n=0,i=Object.getOwnPropertySymbols(e);n<i.length;n++)0>t.indexOf(i[n])&&Object.prototype.propertyIsEnumerable.call(e,i[n])&&(l[i[n]]=e[i[n]]);return l};function Button(e){var{color:t="primary",size:l="medium"}=e,o=__rest(e,["color","size"]);return(0,i.U)(n.Y,Object.assign({color:t,size:l},o))}},26215:function(e,t,l){l.d(t,{r:function(){return g}});var i=l(2784),n=l(28165),o=l(32243),r=l(98628),a=l(99029),s=l(39479),h=l(77293),c=l(93594);let v=(0,s.B)("Link",{root:()=>[n.iv`
// Need to manually unset here since these styles may
// be passed to a component and not directly to an 'a'.
all: unset;
box-sizing: border-box;
text-decoration: underline;
cursor: pointer;
transition: all ${r.f.transitionDuration} ease-in-out;
outline-offset: 1px;
// Fix Safari 13 issue with 'color' and 'all: unset'
// (https://bugs.webkit.org/show_bug.cgi?id=158782).
-webkit-text-fill-color: currentColor;
outline: 1px solid transparent;
&[data-color='ocean'] {
color: ${a.w.blue};
&:hover {
color: ${a.w.night};
}
&:focus {
color: ${a.w.blue};
outline-color: ${a.w.blue};
}
}
&[data-color='white'] {
color: ${a.w.neutral100};
&:hover {
color: ${a.w.neutral500};
}
&:focus {
color: ${a.w.neutral100};
outline-color: ${a.w.neutral100};
}
}
&[data-color='primary'] {
color: ${a.w.blue};
&:hover {
color: ${a.w.night};
}
&:focus {
color: ${a.w.blue};
outline-color: ${a.w.blue};
}
}
&[data-color='secondary'] {
color: ${a.w.neutral100};
&:hover {
color: ${a.w.neutral500};
}
&:focus {
color: ${a.w.neutral100};
outline-color: ${a.w.neutral100};
}
}
&[data-weight='inherit'] {
font-weight: inherit;
}
&[data-weight='normal'] {
font-weight: 400;
}
&[data-weight='bold'] {
font-weight: 700;
}
`]}),w=["zapier.com","zapier-staging.com","localhost"],isLinkExternal=e=>{let t;if(!e||0===e.length)return!1;let l=e;/(^[?#/]|http)|^[^.]+(\/)/.test(e)||(l=`https://${e}`);try{t=new URL(l,"https://zapier.com")}catch(e){return!0}let[i,n]=t.host.split(":")[0].split(".").reverse(),o=n?`${n}.${i}`:i;return!w.includes(o)},buildRel=(e,t,l)=>{let i=[];t&&i.push("noopener"),t&&l&&i.push("noreferrer");let n=e&&e.split(/\s+/)||[];return[...new Set([...n,...i])].join(" ")||void 0},g=(0,i.forwardRef)(function(e,t){let{color:l="primary",component:i,noReferrer:n=!0,weight:r="inherit"}=e,a=e.href?e.href.trim():e.href,{LinkComponent:s}=(0,o.P)(),w=i||s,g=(0,c.s)(Object.entries(e).filter(([e])=>e.startsWith("data-")));return(0,h.U)(w,Object.assign({"aria-current":e.ariaCurrent,"aria-label":e.ariaLabel,className:e.className,css:e.className?void 0:v.root(),"data-color":e.className?void 0:"inherit"===l?null:l,"data-weight":e.className?void 0:r,href:a,id:e.id,name:e.name,onBlur:e.onBlur,onClick:e.onClick,onFocus:e.onFocus,onKeyDown:e.onKeyDown,onMouseDown:e.onMouseDown,onMouseEnter:e.onMouseEnter,onMouseLeave:e.onMouseLeave,onMouseUp:e.onMouseUp,ref:t,rel:buildRel(e.rel,isLinkExternal(e.href),n),role:e.role,style:e.style,tabIndex:e.tabIndex,target:e.target,referrerPolicy:e.referrerPolicy,title:e.title},g),e.children)})},98628:function(e,t,l){l.d(t,{f:function(){return r}});let i="ease-in-out",n="300ms",o=`all ${n} ${i}`,r={transitionTimingFunction:i,transitionDuration:n,transitionValue:o}},10391:function(e,t,l){var i,n;l.d(t,{f:function(){return i}}),(n=i||(i={})).elevation5="0px 5px 10px 0px rgba(0, 0, 0, 0.1)",n.elevation6="0px 5px 10px 0px rgba(0, 0, 0, 0.2)",n.elevation10="0px 20px 30px 0px rgba(0, 0, 0, 0.1)",n.elevation20="0px 10px 30px 0px rgba(0, 0, 0, 0.2)",n.elevation30="0px 10px 20px 0px rgba(0, 0, 0, 0.3)"},91604:function(e,t,l){l.d(t,{C:function(){return i}});let i={supportButtons:12,npsSurvey:99,stickyHeader:99,dropdownMenu:900,blogDialogContainer:901,asyncOverlay:901,signUp:949,universalNav:950,universalTopbarMegaDropdown:960,popover:1002,editorErrorList:1002,modalOverlay:2e3,headerFixedPosition:1e4,pageNotification:10100,perfReport:1e6,fixedSurvey:1000201}},37260:function(e,t,l){l.d(t,{u:function(){return clamp}});let clamp=(e,t,l)=>Math.max(t,Math.min(e,l))},38137:function(e,t,l){l.d(t,{F:function(){return createUniqueCustomProperties}});var i=l(49015);let createUniqueCustomProperty=(e,t)=>{let l=(0,i.W)("design-system"+e+t);return`--${e}-${t}-${l}`},createUniqueCustomProperties=(e,t)=>t.reduce((t,l)=>(t[l]=createUniqueCustomProperty(e,l),t),{})},93594:function(e,t,l){l.d(t,{s:function(){return fromEntries}});let fromEntries=e=>e.reduce((e,[t,l])=>(e[t]=l,e),{})},49015:function(e,t,l){l.d(t,{W:function(){return hashString}});let hashString=e=>{let t=0,l=0;for(l=0;l<e.length;l++)t=(t<<5)-t+e.charCodeAt(l)|0;return Math.abs(t).toString(16)}},18801:function(e,t,l){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.HeadingLevelProvider=t.useHeadingLevel=void 0;var n=i(l(2784)),o=n.default.createContext({level:1});t.useHeadingLevel=function(){return n.default.useContext(o)},t.HeadingLevelProvider=function(e){var t=e.level,l=e.children;return n.default.createElement(o.Provider,{value:{level:void 0===t?1:t}},l)}},30826:function(e,t,l){var i=this&&this.__createBinding||(Object.create?function(e,t,l,i){void 0===i&&(i=l),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[l]}})}:function(e,t,l,i){void 0===i&&(i=l),e[i]=t[l]}),n=this&&this.__exportStar||function(e,t){for(var l in e)"default"===l||t.hasOwnProperty(l)||i(t,e,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(l(18801),t)},77293:function(e,t,l){l.d(t,{U:function(){return isolateComponent}});var i=l(28165);let isHtmlNode=e=>"string"==typeof e,n=new Set(["address","article","aside","blockquote","details","dialog","dd","div","dl","dt","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","ol","p","pre","section","table","ul"]),isBlockNode=e=>n.has(e),o=new Set(["path","rect","ellipse","circle","g","defs","clipPath","linearGradient","stop","animate"]),isSvgNode=e=>o.has(e),r=new Set(["a","label","button"]),isClickableNode=e=>r.has(e),buildResetStyles=e=>i.iv`
all: unset;
box-sizing: border-box;
/* Fix Safari 13 issue with 'color' and 'all: unset'
* (https://bugs.webkit.org/show_bug.cgi?id=158782).
*/
-webkit-text-fill-color: currentColor;
/* Fix Firefox textarea issue with 'all: unset' */
${"textarea"===e?"white-space: pre-wrap;":""}
${"strong"===e?"font-weight: bold;":""}
${"em"===e?"font-style: italic;":""}
${isBlockNode(e)?"display: block;":""}
${isClickableNode(e)?"cursor: pointer;":""}
`,isComponent=e=>{var t;return"function"==typeof e||!!(null===(t=null==e?void 0:e.$$typeof)||void 0===t?void 0:t.toString().includes("forward"))},a="&"+"[class]".repeat(5),isolateCss=(e,t)=>({[a]:[!isComponent(e)&&buildResetStyles(e),t.map(e=>({"&":e}))]}),flatten=e=>e.reduce((e,t)=>e.concat(Array.isArray(t)?flatten(t):t),[]),isolateComponent=(e,t,...l)=>(t=t||{},!e||isSvgNode(e)||(t.css||isHtmlNode(e))&&(t.css=isolateCss(e,flatten([t.css]).filter(Boolean))),(0,i.tZ)(e,t,...l))},39479:function(e,t,l){l.d(t,{B:function(){return labelStyles}});let addLabelToStyles=(e,t)=>"function"==typeof t?(...l)=>[{label:e},t(...l)]:[{label:e},t],labelStyles=(e,t)=>Object.entries(t).map(([t,l])=>{let i=t.startsWith("root")?e:`${e}__${t}`;return[t,addLabelToStyles(i,l)]}).reduce((e,[t,l])=>(e[t]=l,e),{})},52676:function(e,t,l){l.d(t,{Q:function(){return withModifier}});let withModifier=(e,t)=>({"&[class]":Object.assign({label:e&&`-${e}`},t)})}}]);