@wix/wix-ui-icons-common 3.165.0 → 3.166.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/cjs/lazy/general/dist/components/Function.js +1 -1
  2. package/dist/cjs/lazy/general/dist/components/FunctionSmall.js +1 -1
  3. package/dist/cjs/lazy/general/dist/components/Paintbrush.js +31 -0
  4. package/dist/cjs/lazy/general/dist/components/PaintbrushFilled.js +31 -0
  5. package/dist/cjs/lazy/general/dist/components/PaintbrushFilledSmall.js +31 -0
  6. package/dist/cjs/lazy/general/dist/components/PaintbrushSmall.js +31 -0
  7. package/dist/cjs/lazy/general/dist/index.js +12 -0
  8. package/dist/cjs/lazy/system/dist/components/CaretDown.js +2 -2
  9. package/dist/cjs/lazy/system/dist/components/CaretRight.js +2 -2
  10. package/dist/cjs/odeditor/general/dist/components/Function.js +37 -0
  11. package/dist/cjs/odeditor/general/dist/components/FunctionSmall.js +37 -0
  12. package/dist/cjs/odeditor/general/dist/components/Paintbrush.js +37 -0
  13. package/dist/cjs/odeditor/general/dist/components/PaintbrushFilled.js +37 -0
  14. package/dist/cjs/odeditor/general/dist/components/PaintbrushFilledSmall.js +37 -0
  15. package/dist/cjs/odeditor/general/dist/components/PaintbrushSmall.js +37 -0
  16. package/dist/cjs/odeditor/general/dist/index.js +18 -0
  17. package/dist/cjs/odeditor/general/metadata.js +21 -0
  18. package/dist/cjs/odeditor/system/dist/components/CaretDown.js +1 -1
  19. package/dist/cjs/odeditor/system/dist/components/CaretRight.js +1 -1
  20. package/dist/cjs/odeditor/system/metadata.js +14 -14
  21. package/dist/esm/lazy/general/dist/components/Function.js +1 -1
  22. package/dist/esm/lazy/general/dist/components/FunctionSmall.js +1 -1
  23. package/dist/esm/lazy/general/dist/components/Paintbrush.js +11 -0
  24. package/dist/esm/lazy/general/dist/components/PaintbrushFilled.js +11 -0
  25. package/dist/esm/lazy/general/dist/components/PaintbrushFilledSmall.js +11 -0
  26. package/dist/esm/lazy/general/dist/components/PaintbrushSmall.js +11 -0
  27. package/dist/esm/lazy/general/dist/index.js +178 -170
  28. package/dist/esm/lazy/system/dist/components/CaretDown.js +2 -2
  29. package/dist/esm/lazy/system/dist/components/CaretRight.js +2 -2
  30. package/dist/esm/odeditor/general/dist/components/Function.js +7 -0
  31. package/dist/esm/odeditor/general/dist/components/FunctionSmall.js +7 -0
  32. package/dist/esm/odeditor/general/dist/components/Paintbrush.js +7 -0
  33. package/dist/esm/odeditor/general/dist/components/PaintbrushFilled.js +7 -0
  34. package/dist/esm/odeditor/general/dist/components/PaintbrushFilledSmall.js +7 -0
  35. package/dist/esm/odeditor/general/dist/components/PaintbrushSmall.js +7 -0
  36. package/dist/esm/odeditor/general/dist/index.js +1470 -1458
  37. package/dist/esm/odeditor/general/metadata.js +21 -0
  38. package/dist/esm/odeditor/system/dist/components/CaretDown.js +1 -1
  39. package/dist/esm/odeditor/system/dist/components/CaretRight.js +1 -1
  40. package/dist/esm/odeditor/system/metadata.js +14 -14
  41. package/dist/statics/icons/odeditor/general/Function.d187.json +3 -0
  42. package/dist/statics/icons/odeditor/general/FunctionSmall.169d.json +3 -0
  43. package/dist/statics/icons/odeditor/general/Paintbrush.0fcc.json +3 -0
  44. package/dist/statics/icons/odeditor/general/PaintbrushFilled.1257.json +3 -0
  45. package/dist/statics/icons/odeditor/general/PaintbrushFilledSmall.8a29.json +3 -0
  46. package/dist/statics/icons/odeditor/general/PaintbrushSmall.e29c.json +3 -0
  47. package/dist/statics/icons/odeditor/system/CaretDown.9499.json +3 -0
  48. package/dist/statics/icons/odeditor/system/CaretRight.6fc1.json +3 -0
  49. package/dist/tsconfig.tsbuildinfo +1 -1
  50. package/dist/types/lazy/general/dist/components/Paintbrush.d.ts +3 -0
  51. package/dist/types/lazy/general/dist/components/Paintbrush.d.ts.map +1 -0
  52. package/dist/types/lazy/general/dist/components/PaintbrushFilled.d.ts +3 -0
  53. package/dist/types/lazy/general/dist/components/PaintbrushFilled.d.ts.map +1 -0
  54. package/dist/types/lazy/general/dist/components/PaintbrushFilledSmall.d.ts +3 -0
  55. package/dist/types/lazy/general/dist/components/PaintbrushFilledSmall.d.ts.map +1 -0
  56. package/dist/types/lazy/general/dist/components/PaintbrushSmall.d.ts +3 -0
  57. package/dist/types/lazy/general/dist/components/PaintbrushSmall.d.ts.map +1 -0
  58. package/dist/types/lazy/general/dist/index.d.ts +4 -0
  59. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  60. package/dist/types/odeditor/general/dist/components/Function.d.ts +7 -0
  61. package/dist/types/odeditor/general/dist/components/Function.d.ts.map +1 -0
  62. package/dist/types/odeditor/general/dist/components/FunctionSmall.d.ts +7 -0
  63. package/dist/types/odeditor/general/dist/components/FunctionSmall.d.ts.map +1 -0
  64. package/dist/types/odeditor/general/dist/components/Paintbrush.d.ts +7 -0
  65. package/dist/types/odeditor/general/dist/components/Paintbrush.d.ts.map +1 -0
  66. package/dist/types/odeditor/general/dist/components/PaintbrushFilled.d.ts +7 -0
  67. package/dist/types/odeditor/general/dist/components/PaintbrushFilled.d.ts.map +1 -0
  68. package/dist/types/odeditor/general/dist/components/PaintbrushFilledSmall.d.ts +7 -0
  69. package/dist/types/odeditor/general/dist/components/PaintbrushFilledSmall.d.ts.map +1 -0
  70. package/dist/types/odeditor/general/dist/components/PaintbrushSmall.d.ts +7 -0
  71. package/dist/types/odeditor/general/dist/components/PaintbrushSmall.d.ts.map +1 -0
  72. package/dist/types/odeditor/general/dist/index.d.ts +6 -0
  73. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  74. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  75. package/package.json +5 -5
  76. package/dist/statics/icons/odeditor/system/CaretDown.f7a0.json +0 -3
  77. package/dist/statics/icons/odeditor/system/CaretRight.f958.json +0 -3
@@ -416,735 +416,741 @@ import { default as default416 } from "./components/ForwardTop";
416
416
  import { default as default417 } from "./components/ForwardTopSmall";
417
417
  import { default as default418 } from "./components/FourThreeRatio";
418
418
  import { default as default419 } from "./components/FourThreeRatioSmall";
419
- import { default as default420 } from "./components/Gallery";
420
- import { default as default421 } from "./components/GallerySmall";
421
- import { default as default422 } from "./components/Game";
422
- import { default as default423 } from "./components/GameSmall";
423
- import { default as default424 } from "./components/Gemini";
424
- import { default as default425 } from "./components/GeminiSmall";
425
- import { default as default426 } from "./components/GeneratedAssetSparkle";
426
- import { default as default427 } from "./components/GeneratedAssetSparkleSmall";
427
- import { default as default428 } from "./components/GetStarted";
428
- import { default as default429 } from "./components/GetStartedSmall";
429
- import { default as default430 } from "./components/Gift";
430
- import { default as default431 } from "./components/GiftSmall";
431
- import { default as default432 } from "./components/GitHub";
432
- import { default as default433 } from "./components/GitHubSmall";
433
- import { default as default434 } from "./components/GlitterButton";
434
- import { default as default435 } from "./components/GlitterButtonSmall";
435
- import { default as default436 } from "./components/Globe";
436
- import { default as default437 } from "./components/GlobeSmall";
437
- import { default as default438 } from "./components/GlutenFree";
438
- import { default as default439 } from "./components/Google";
439
- import { default as default440 } from "./components/GoogleAds";
440
- import { default as default441 } from "./components/GoogleAdsSmall";
441
- import { default as default442 } from "./components/GoogleSmall";
442
- import { default as default443 } from "./components/Gradient";
443
- import { default as default444 } from "./components/GradientSmall";
444
- import { default as default445 } from "./components/Grafana";
445
- import { default as default446 } from "./components/GrafanaSmall";
446
- import { default as default447 } from "./components/Grain";
447
- import { default as default448 } from "./components/GrainSmall";
448
- import { default as default449 } from "./components/GridView";
449
- import { default as default450 } from "./components/GridViewSmall";
450
- import { default as default451 } from "./components/Group";
451
- import { default as default452 } from "./components/GroupSmall";
452
- import { default as default453 } from "./components/Handle";
453
- import { default as default454 } from "./components/HandleSmall";
454
- import { default as default455 } from "./components/HeadingFive";
455
- import { default as default456 } from "./components/HeadingFiveSmall";
456
- import { default as default457 } from "./components/HeadingFour";
457
- import { default as default458 } from "./components/HeadingFourSmall";
458
- import { default as default459 } from "./components/HeadingOne";
459
- import { default as default460 } from "./components/HeadingOneSmall";
460
- import { default as default461 } from "./components/HeadingSix";
461
- import { default as default462 } from "./components/HeadingSixSmall";
462
- import { default as default463 } from "./components/HeadingThree";
463
- import { default as default464 } from "./components/HeadingThreeSmall";
464
- import { default as default465 } from "./components/HeadingTwo";
465
- import { default as default466 } from "./components/HeadingTwoSmall";
466
- import { default as default467 } from "./components/Heart";
467
- import { default as default468 } from "./components/HeartFilled";
468
- import { default as default469 } from "./components/HeartFilledSmall";
469
- import { default as default470 } from "./components/HeartSmall";
470
- import { default as default471 } from "./components/Height";
471
- import { default as default472 } from "./components/HeightSmall";
472
- import { default as default473 } from "./components/Help";
473
- import { default as default474 } from "./components/HelpCircle";
474
- import { default as default475 } from "./components/HelpCircleSmall";
475
- import { default as default476 } from "./components/HelpSmall";
476
- import { default as default477 } from "./components/Hidden";
477
- import { default as default478 } from "./components/HiddenSmall";
478
- import { default as default479 } from "./components/HideSidebar";
479
- import { default as default480 } from "./components/HideSidebarSmall";
480
- import { default as default481 } from "./components/Highlights";
481
- import { default as default482 } from "./components/HighlightsSmall";
482
- import { default as default483 } from "./components/Hint";
483
- import { default as default484 } from "./components/HintSmall";
484
- import { default as default485 } from "./components/History";
485
- import { default as default486 } from "./components/HistorySmall";
486
- import { default as default487 } from "./components/Home";
487
- import { default as default488 } from "./components/HomeSmall";
488
- import { default as default489 } from "./components/HorizontalMenu";
489
- import { default as default490 } from "./components/HorizontalMenuSmall";
490
- import { default as default491 } from "./components/HorizontalRatio";
491
- import { default as default492 } from "./components/HorizontalRatioSmall";
492
- import { default as default493 } from "./components/HorizontalText";
493
- import { default as default494 } from "./components/HorizontalTextSmall";
494
- import { default as default495 } from "./components/HugContent";
495
- import { default as default496 } from "./components/HugContentSmall";
496
- import { default as default497 } from "./components/HugContentVertical";
497
- import { default as default498 } from "./components/HugContentVerticalSmall";
498
- import { default as default499 } from "./components/Image";
499
- import { default as default500 } from "./components/ImageSmall";
500
- import { default as default501 } from "./components/ImageSparkles";
501
- import { default as default502 } from "./components/ImageSparklesSmall";
502
- import { default as default503 } from "./components/IncreaseIndent";
503
- import { default as default504 } from "./components/IncreaseIndentSmall";
504
- import { default as default505 } from "./components/IndividualPaddings";
505
- import { default as default506 } from "./components/IndividualPaddingsSmall";
506
- import { default as default507 } from "./components/InfoCircle";
507
- import { default as default508 } from "./components/InfoCircleFilled";
508
- import { default as default509 } from "./components/InfoCircleFilledSmall";
509
- import { default as default510 } from "./components/InfoCircleSmall";
510
- import { default as default511 } from "./components/InnerShadow";
511
- import { default as default512 } from "./components/InnerShadowSmall";
512
- import { default as default513 } from "./components/Input";
513
- import { default as default514 } from "./components/InputArea";
514
- import { default as default515 } from "./components/InputAreaSmall";
515
- import { default as default516 } from "./components/InputSmall";
516
- import { default as default517 } from "./components/Instagram";
517
- import { default as default518 } from "./components/InstagramSmall";
518
- import { default as default519 } from "./components/Integrations";
519
- import { default as default520 } from "./components/IntegrationsSmall";
520
- import { default as default521 } from "./components/Intersect";
521
- import { default as default522 } from "./components/IntersectSmall";
522
- import { default as default523 } from "./components/Invoice";
523
- import { default as default524 } from "./components/InvoiceSmall";
524
- import { default as default525 } from "./components/InwardArrowsAll";
525
- import { default as default526 } from "./components/InwardArrowsAllSmall";
526
- import { default as default527 } from "./components/Italic";
527
- import { default as default528 } from "./components/ItalicSmall";
528
- import { default as default529 } from "./components/JS";
529
- import { default as default530 } from "./components/JSSmall";
530
- import { default as default531 } from "./components/JSW";
531
- import { default as default532 } from "./components/JSWSmall";
532
- import { default as default533 } from "./components/JSX";
533
- import { default as default534 } from "./components/JSXSmall";
534
- import { default as default535 } from "./components/Kanban";
535
- import { default as default536 } from "./components/KanbanSmall";
536
- import { default as default537 } from "./components/Keyboard";
537
- import { default as default538 } from "./components/KeyboardSmall";
538
- import { default as default539 } from "./components/Keypad";
539
- import { default as default540 } from "./components/KeypadSmall";
540
- import { default as default541 } from "./components/Kosher";
541
- import { default as default542 } from "./components/KosherSmall";
542
- import { default as default543 } from "./components/Languages";
543
- import { default as default544 } from "./components/LanguagesAdd";
544
- import { default as default545 } from "./components/LanguagesAddSmall";
545
- import { default as default546 } from "./components/LanguagesSmall";
546
- import { default as default547 } from "./components/LargeDesktop";
547
- import { default as default548 } from "./components/LargeDesktopSmall";
548
- import { default as default549 } from "./components/LargeSize";
549
- import { default as default550 } from "./components/LargeSizeSmall";
550
- import { default as default551 } from "./components/Layers";
551
- import { default as default552 } from "./components/LayersSmall";
552
- import { default as default553 } from "./components/LayoutFull";
553
- import { default as default554 } from "./components/LayoutFullSmall";
554
- import { default as default555 } from "./components/LayoutGallery";
555
- import { default as default556 } from "./components/LayoutGallerySmall";
556
- import { default as default557 } from "./components/LayoutGalleryWithPanel";
557
- import { default as default558 } from "./components/LayoutGalleryWithPanelSmall";
558
- import { default as default559 } from "./components/LayoutGalleryWithPanelsSparkles";
559
- import { default as default560 } from "./components/LayoutGalleryWithPanelsSparklesSmall";
560
- import { default as default561 } from "./components/LayoutGrid";
561
- import { default as default562 } from "./components/LayoutGridSmall";
562
- import { default as default563 } from "./components/LayoutSplit";
563
- import { default as default564 } from "./components/LayoutSplitSmall";
564
- import { default as default565 } from "./components/LayoutThird";
565
- import { default as default566 } from "./components/LayoutThirdSmall";
566
- import { default as default567 } from "./components/LayoutThreeColumns";
567
- import { default as default568 } from "./components/LayoutThreeColumnsGrid";
568
- import { default as default569 } from "./components/LayoutThreeColumnsGridSmall";
569
- import { default as default570 } from "./components/LayoutThreeColumnsSmall";
570
- import { default as default571 } from "./components/LayoutThreeRows";
571
- import { default as default572 } from "./components/LayoutThreeRowsSmall";
572
- import { default as default573 } from "./components/LayoutTwoColumns";
573
- import { default as default574 } from "./components/LayoutTwoColumnsGrid";
574
- import { default as default575 } from "./components/LayoutTwoColumnsGridSmall";
575
- import { default as default576 } from "./components/LayoutTwoColumnsSmall";
576
- import { default as default577 } from "./components/LayoutTwoColumnsSplit";
577
- import { default as default578 } from "./components/LayoutTwoColumnsSplitSmall";
578
- import { default as default579 } from "./components/LayoutTwoRows";
579
- import { default as default580 } from "./components/LayoutTwoRowsSmall";
580
- import { default as default581 } from "./components/LayoutTwoThirds";
581
- import { default as default582 } from "./components/LayoutTwoThirdsSmall";
582
- import { default as default583 } from "./components/LeftAlignmentInner";
583
- import { default as default584 } from "./components/LeftAlignmentInnerSmall";
584
- import { default as default585 } from "./components/LineChart";
585
- import { default as default586 } from "./components/LineChartSmall";
586
- import { default as default587 } from "./components/LineDifferentWidth";
587
- import { default as default588 } from "./components/LineDifferentWidthSmall";
588
- import { default as default589 } from "./components/LineDotted";
589
- import { default as default590 } from "./components/LineDottedSmall";
590
- import { default as default591 } from "./components/LineEndArrowLeft";
591
- import { default as default592 } from "./components/LineEndArrowLeftSmall";
592
- import { default as default593 } from "./components/LineEndArrowRight";
593
- import { default as default594 } from "./components/LineEndArrowRightSmall";
594
- import { default as default595 } from "./components/LineEndSquare";
595
- import { default as default596 } from "./components/LineEndSquareRight";
596
- import { default as default597 } from "./components/LineEndSquareRightSmall";
597
- import { default as default598 } from "./components/LineEndSquareSmall";
598
- import { default as default599 } from "./components/LineTrianglesFilled";
599
- import { default as default600 } from "./components/LineTrianglesFilledSmall";
600
- import { default as default601 } from "./components/Link";
601
- import { default as default602 } from "./components/LinkSmall";
602
- import { default as default603 } from "./components/LinkedElement";
603
- import { default as default604 } from "./components/LinkedElementSmall";
604
- import { default as default605 } from "./components/LinkedIn";
605
- import { default as default606 } from "./components/LinkedInSmall";
606
- import { default as default607 } from "./components/List";
607
- import { default as default608 } from "./components/ListSmall";
608
- import { default as default609 } from "./components/Location";
609
- import { default as default610 } from "./components/LocationSmall";
610
- import { default as default611 } from "./components/LockLocked";
611
- import { default as default612 } from "./components/LockLockedSmall";
612
- import { default as default613 } from "./components/LockUnlocked";
613
- import { default as default614 } from "./components/LockUnlockedSmall";
614
- import { default as default615 } from "./components/Logo";
615
- import { default as default616 } from "./components/LogoSmall";
616
- import { default as default617 } from "./components/Lottie";
617
- import { default as default618 } from "./components/LottieSmall";
618
- import { default as default619 } from "./components/LowerCase";
619
- import { default as default620 } from "./components/LowerCaseSmall";
620
- import { default as default621 } from "./components/Ltr";
621
- import { default as default622 } from "./components/LtrSmall";
622
- import { default as default623 } from "./components/MagicWandSparkles";
623
- import { default as default624 } from "./components/MagicWandSparklesSmall";
624
- import { default as default625 } from "./components/Mailbox";
625
- import { default as default626 } from "./components/MailboxSmall";
626
- import { default as default627 } from "./components/ManagePhotos";
627
- import { default as default628 } from "./components/ManagePhotosSmall";
628
- import { default as default629 } from "./components/Map";
629
- import { default as default630 } from "./components/MapSmall";
630
- import { default as default631 } from "./components/MasonryGrid";
631
- import { default as default632 } from "./components/MasonryGridSmall";
632
- import { default as default633 } from "./components/MatchSize";
633
- import { default as default634 } from "./components/MatchSizeSmall";
634
- import { default as default635 } from "./components/Maximize";
635
- import { default as default636 } from "./components/MaximizeSmall";
636
- import { default as default637 } from "./components/MediumSize";
637
- import { default as default638 } from "./components/MediumSizeSmall";
638
- import { default as default639 } from "./components/Menu";
639
- import { default as default640 } from "./components/MenuSmall";
640
- import { default as default641 } from "./components/MergeCell";
641
- import { default as default642 } from "./components/MergeCellSmall";
642
- import { default as default643 } from "./components/Microphone";
643
- import { default as default644 } from "./components/MicrophoneDisabled";
644
- import { default as default645 } from "./components/MicrophoneDisabledSmall";
645
- import { default as default646 } from "./components/MicrophoneSmall";
646
- import { default as default647 } from "./components/Microsoft";
647
- import { default as default648 } from "./components/Microsoft365";
648
- import { default as default649 } from "./components/Microsoft365Small";
649
- import { default as default650 } from "./components/MicrosoftSmall";
650
- import { default as default651 } from "./components/Minimise";
651
- import { default as default652 } from "./components/MinimiseSmall";
652
- import { default as default653 } from "./components/Minus";
653
- import { default as default654 } from "./components/MinusSmall";
654
- import { default as default655 } from "./components/MirrorHorizontal";
655
- import { default as default656 } from "./components/MirrorHorizontalSmall";
656
- import { default as default657 } from "./components/MirrorVertical";
657
- import { default as default658 } from "./components/MirrorVerticalSmall";
658
- import { default as default659 } from "./components/Mobile";
659
- import { default as default660 } from "./components/MobileDisconnect";
660
- import { default as default661 } from "./components/MobileDisconnectSmall";
661
- import { default as default662 } from "./components/MobileSmall";
662
- import { default as default663 } from "./components/More";
663
- import { default as default664 } from "./components/MoreFilled";
664
- import { default as default665 } from "./components/MoreFilledSmall";
665
- import { default as default666 } from "./components/MoreSmall";
666
- import { default as default667 } from "./components/MultiSelect";
667
- import { default as default668 } from "./components/MultiSelectSmall";
668
- import { default as default669 } from "./components/Multilingual";
669
- import { default as default670 } from "./components/MultilingualSmall";
670
- import { default as default671 } from "./components/Music";
671
- import { default as default672 } from "./components/MusicLibrary";
672
- import { default as default673 } from "./components/MusicLibrarySmall";
673
- import { default as default674 } from "./components/MusicSmall";
674
- import { default as default675 } from "./components/Naver";
675
- import { default as default676 } from "./components/NaverSmall";
676
- import { default as default677 } from "./components/NewChat";
677
- import { default as default678 } from "./components/NewChatSmall";
678
- import { default as default679 } from "./components/Newspaper";
679
- import { default as default680 } from "./components/NewspaperSmall";
680
- import { default as default681 } from "./components/None";
681
- import { default as default682 } from "./components/NoneSmall";
682
- import { default as default683 } from "./components/Note";
683
- import { default as default684 } from "./components/NoteSmall";
684
- import { default as default685 } from "./components/Notification";
685
- import { default as default686 } from "./components/NotificationSmall";
686
- import { default as default687 } from "./components/Number";
687
- import { default as default688 } from "./components/NumberSmall";
688
- import { default as default689 } from "./components/NumberedList";
689
- import { default as default690 } from "./components/NumberedListSmall";
690
- import { default as default691 } from "./components/ObjectPositionBottom";
691
- import { default as default692 } from "./components/ObjectPositionBottomSmall";
692
- import { default as default693 } from "./components/ObjectPositionLeft";
693
- import { default as default694 } from "./components/ObjectPositionLeftSmall";
694
- import { default as default695 } from "./components/ObjectPositionRight";
695
- import { default as default696 } from "./components/ObjectPositionRightSmall";
696
- import { default as default697 } from "./components/ObjectPositionTop";
697
- import { default as default698 } from "./components/ObjectPositionTopSmall";
698
- import { default as default699 } from "./components/ObjectSelectionTool";
699
- import { default as default700 } from "./components/ObjectSelectionToolSmall";
700
- import { default as default701 } from "./components/Objects";
701
- import { default as default702 } from "./components/ObjectsSmall";
702
- import { default as default703 } from "./components/Offline";
703
- import { default as default704 } from "./components/OfflineSmall";
704
- import { default as default705 } from "./components/OneEightRatio";
705
- import { default as default706 } from "./components/OneEightRatioSmall";
706
- import { default as default707 } from "./components/OneFourRatio";
707
- import { default as default708 } from "./components/OneFourRatioSmall";
708
- import { default as default709 } from "./components/Opacity";
709
- import { default as default710 } from "./components/OpacitySmall";
710
- import { default as default711 } from "./components/OpenSidebar";
711
- import { default as default712 } from "./components/OpenSidebarSmall";
712
- import { default as default713 } from "./components/OptimizeImage";
713
- import { default as default714 } from "./components/OptimizeImageSmall";
714
- import { default as default715 } from "./components/Order";
715
- import { default as default716 } from "./components/OrderSmall";
716
- import { default as default717 } from "./components/Organic";
717
- import { default as default718 } from "./components/OrganicSmall";
718
- import { default as default719 } from "./components/PaddingBottom";
719
- import { default as default720 } from "./components/PaddingBottomSmall";
720
- import { default as default721 } from "./components/PaddingHorizontal";
721
- import { default as default722 } from "./components/PaddingHorizontalSmall";
722
- import { default as default723 } from "./components/PaddingLeft";
723
- import { default as default724 } from "./components/PaddingLeftSmall";
724
- import { default as default725 } from "./components/PaddingRight";
725
- import { default as default726 } from "./components/PaddingRightSmall";
726
- import { default as default727 } from "./components/PaddingTop";
727
- import { default as default728 } from "./components/PaddingTopSmall";
728
- import { default as default729 } from "./components/PaddingVertical";
729
- import { default as default730 } from "./components/PaddingVerticalSmall";
730
- import { default as default731 } from "./components/Page";
731
- import { default as default732 } from "./components/PageAdd";
732
- import { default as default733 } from "./components/PageAddSmall";
733
- import { default as default734 } from "./components/PageCode";
734
- import { default as default735 } from "./components/PageCodeSmall";
735
- import { default as default736 } from "./components/PageSmall";
736
- import { default as default737 } from "./components/Pages";
737
- import { default as default738 } from "./components/PagesSmall";
738
- import { default as default739 } from "./components/PaidPlans";
739
- import { default as default740 } from "./components/PaidPlansSmall";
740
- import { default as default741 } from "./components/PanTool";
741
- import { default as default742 } from "./components/PanToolSmall";
742
- import { default as default743 } from "./components/Passkey";
743
- import { default as default744 } from "./components/PasskeySmall";
744
- import { default as default745 } from "./components/Paste";
745
- import { default as default746 } from "./components/PasteSmall";
746
- import { default as default747 } from "./components/Pause";
747
- import { default as default748 } from "./components/PauseFilled";
748
- import { default as default749 } from "./components/PauseFilledSmall";
749
- import { default as default750 } from "./components/PauseSmall";
750
- import { default as default751 } from "./components/Payment";
751
- import { default as default752 } from "./components/PaymentSmall";
752
- import { default as default753 } from "./components/PenNib";
753
- import { default as default754 } from "./components/PenNibSmall";
754
- import { default as default755 } from "./components/Perplexity";
755
- import { default as default756 } from "./components/PerplexitySmall";
756
- import { default as default757 } from "./components/Phone";
757
- import { default as default758 } from "./components/PhoneSmall";
758
- import { default as default759 } from "./components/PhotoCamera";
759
- import { default as default760 } from "./components/PhotoCameraSmall";
760
- import { default as default761 } from "./components/Pickup";
761
- import { default as default762 } from "./components/PickupSmall";
762
- import { default as default763 } from "./components/Pin";
763
- import { default as default764 } from "./components/PinFill";
764
- import { default as default765 } from "./components/PinFillSmall";
765
- import { default as default766 } from "./components/PinSmall";
766
- import { default as default767 } from "./components/Pinterest";
767
- import { default as default768 } from "./components/PinterestSmall";
768
- import { default as default769 } from "./components/Pipette";
769
- import { default as default770 } from "./components/PipetteSmall";
770
- import { default as default771 } from "./components/Plant";
771
- import { default as default772 } from "./components/PlantSmall";
772
- import { default as default773 } from "./components/Play";
773
- import { default as default774 } from "./components/PlayFilled";
774
- import { default as default775 } from "./components/PlayFilledSmall";
775
- import { default as default776 } from "./components/PlaySmall";
776
- import { default as default777 } from "./components/Popular";
777
- import { default as default778 } from "./components/PopularSmall";
778
- import { default as default779 } from "./components/Popup";
779
- import { default as default780 } from "./components/PopupSmall";
780
- import { default as default781 } from "./components/Portfolio";
781
- import { default as default782 } from "./components/PortfolioSmall";
782
- import { default as default783 } from "./components/PositionBottom";
783
- import { default as default784 } from "./components/PositionBottomSmall";
784
- import { default as default785 } from "./components/PositionLeft";
785
- import { default as default786 } from "./components/PositionLeftSmall";
786
- import { default as default787 } from "./components/PositionRight";
787
- import { default as default788 } from "./components/PositionRightSmall";
788
- import { default as default789 } from "./components/PositionTop";
789
- import { default as default790 } from "./components/PositionTopSmall";
790
- import { default as default791 } from "./components/Premium";
791
- import { default as default792 } from "./components/PremiumSmall";
792
- import { default as default793 } from "./components/ProGalleries";
793
- import { default as default794 } from "./components/ProGalleriesSmall";
794
- import { default as default795 } from "./components/Process";
795
- import { default as default796 } from "./components/ProcessSmall";
796
- import { default as default797 } from "./components/Profile";
797
- import { default as default798 } from "./components/ProfileSmall";
798
- import { default as default799 } from "./components/Promote";
799
- import { default as default800 } from "./components/PromoteSmall";
800
- import { default as default801 } from "./components/Publish";
801
- import { default as default802 } from "./components/PublishSmall";
802
- import { default as default803 } from "./components/QR";
803
- import { default as default804 } from "./components/QRSmall";
804
- import { default as default805 } from "./components/QuickActions";
805
- import { default as default806 } from "./components/QuickActionsSmall";
806
- import { default as default807 } from "./components/Quote";
807
- import { default as default808 } from "./components/QuoteSmall";
808
- import { default as default809 } from "./components/RadioButtonGroup";
809
- import { default as default810 } from "./components/RadioButtonGroupSmall";
810
- import { default as default811 } from "./components/Reddit";
811
- import { default as default812 } from "./components/RedditSmall";
812
- import { default as default813 } from "./components/Redo";
813
- import { default as default814 } from "./components/RedoSmall";
814
- import { default as default815 } from "./components/Reels";
815
- import { default as default816 } from "./components/ReelsSmall";
816
- import { default as default817 } from "./components/Refresh";
817
- import { default as default818 } from "./components/RefreshSmall";
818
- import { default as default819 } from "./components/RegenerateSparkle";
819
- import { default as default820 } from "./components/RegenerateSparkleSmall";
820
- import { default as default821 } from "./components/RelatedApps";
821
- import { default as default822 } from "./components/RelatedAppsSmall";
822
- import { default as default823 } from "./components/Remix";
823
- import { default as default824 } from "./components/RemixSmall";
824
- import { default as default825 } from "./components/Reorder";
825
- import { default as default826 } from "./components/ReorderSmall";
826
- import { default as default827 } from "./components/Replace";
827
- import { default as default828 } from "./components/ReplaceSmall";
828
- import { default as default829 } from "./components/Required";
829
- import { default as default830 } from "./components/RequiredSmall";
830
- import { default as default831 } from "./components/RestaurantsOrders";
831
- import { default as default832 } from "./components/RestaurantsOrdersSmall";
832
- import { default as default833 } from "./components/Revert";
833
- import { default as default834 } from "./components/RevertClockwise";
834
- import { default as default835 } from "./components/RevertClockwiseSmall";
835
- import { default as default836 } from "./components/RevertSmall";
836
- import { default as default837 } from "./components/Reviews";
837
- import { default as default838 } from "./components/ReviewsSmall";
838
- import { default as default839 } from "./components/RichText";
839
- import { default as default840 } from "./components/RichTextSmall";
840
- import { default as default841 } from "./components/RightAlignmentInner";
841
- import { default as default842 } from "./components/RightAlignmentInnerSmall";
842
- import { default as default843 } from "./components/RotateLeft";
843
- import { default as default844 } from "./components/RotateLeftSmall";
844
- import { default as default845 } from "./components/RotateRight";
845
- import { default as default846 } from "./components/RotateRightSmall";
846
- import { default as default847 } from "./components/RoundCorner";
847
- import { default as default848 } from "./components/RoundCornerSmall";
848
- import { default as default849 } from "./components/RoundedCorner";
849
- import { default as default850 } from "./components/RoundedCornerBottomLeft";
850
- import { default as default851 } from "./components/RoundedCornerBottomLeftSmall";
851
- import { default as default852 } from "./components/RoundedCornerBottomRight";
852
- import { default as default853 } from "./components/RoundedCornerBottomRightSmall";
853
- import { default as default854 } from "./components/RoundedCornerSmall";
854
- import { default as default855 } from "./components/RoundedCornerTopLeft";
855
- import { default as default856 } from "./components/RoundedCornerTopLeftSmall";
856
- import { default as default857 } from "./components/Rtl";
857
- import { default as default858 } from "./components/RtlSmall";
858
- import { default as default859 } from "./components/Rule";
859
- import { default as default860 } from "./components/RuleSmall";
860
- import { default as default861 } from "./components/SEOAndAccessibility";
861
- import { default as default862 } from "./components/SEOAndAccessibilitySmall";
862
- import { default as default863 } from "./components/Saturation";
863
- import { default as default864 } from "./components/SaturationSmall";
864
- import { default as default865 } from "./components/Saved";
865
- import { default as default866 } from "./components/SavedSmall";
866
- import { default as default867 } from "./components/Search";
867
- import { default as default868 } from "./components/SearchSmall";
868
- import { default as default869 } from "./components/Section";
869
- import { default as default870 } from "./components/SectionDividerBottom";
870
- import { default as default871 } from "./components/SectionDividerBottomSmall";
871
- import { default as default872 } from "./components/SectionDividerTop";
872
- import { default as default873 } from "./components/SectionDividerTopSmall";
873
- import { default as default874 } from "./components/SectionSmall";
874
- import { default as default875 } from "./components/SectionSparkles";
875
- import { default as default876 } from "./components/SectionSparklesSmall";
876
- import { default as default877 } from "./components/SelectedTag";
877
- import { default as default878 } from "./components/SelectedTagSmall";
878
- import { default as default879 } from "./components/Send";
879
- import { default as default880 } from "./components/SendSmall";
880
- import { default as default881 } from "./components/SentenceCase";
881
- import { default as default882 } from "./components/SentenceCaseSmall";
882
- import { default as default883 } from "./components/Server";
883
- import { default as default884 } from "./components/ServerSmall";
884
- import { default as default885 } from "./components/Settings";
885
- import { default as default886 } from "./components/SettingsSmall";
886
- import { default as default887 } from "./components/Shadows";
887
- import { default as default888 } from "./components/ShadowsSmall";
888
- import { default as default889 } from "./components/Share";
889
- import { default as default890 } from "./components/ShareSmall";
890
- import { default as default891 } from "./components/Sharpness";
891
- import { default as default892 } from "./components/SharpnessSmall";
892
- import { default as default893 } from "./components/Shipping";
893
- import { default as default894 } from "./components/ShippingSmall";
894
- import { default as default895 } from "./components/Shuffle";
895
- import { default as default896 } from "./components/ShuffleSmall";
896
- import { default as default897 } from "./components/Shutterstock";
897
- import { default as default898 } from "./components/ShutterstockSmall";
898
- import { default as default899 } from "./components/SidebarUndock";
899
- import { default as default900 } from "./components/SidebarUndockSmall";
900
- import { default as default901 } from "./components/Site";
901
- import { default as default902 } from "./components/SiteMap";
902
- import { default as default903 } from "./components/SiteMapSmall";
903
- import { default as default904 } from "./components/SiteRemove";
904
- import { default as default905 } from "./components/SiteRemoveSmall";
905
- import { default as default906 } from "./components/SiteSearch";
906
- import { default as default907 } from "./components/SiteSearchSmall";
907
- import { default as default908 } from "./components/SiteSmall";
908
- import { default as default909 } from "./components/SizeAndRatio";
909
- import { default as default910 } from "./components/SizeAndRatioSmall";
910
- import { default as default911 } from "./components/SkipBackwards";
911
- import { default as default912 } from "./components/SkipBackwardsSmall";
912
- import { default as default913 } from "./components/SkipForward";
913
- import { default as default914 } from "./components/SkipForwardSmall";
914
- import { default as default915 } from "./components/Slack";
915
- import { default as default916 } from "./components/SlackFilled";
916
- import { default as default917 } from "./components/SlackFilledSmall";
917
- import { default as default918 } from "./components/SlackSmall";
918
- import { default as default919 } from "./components/Slider";
919
- import { default as default920 } from "./components/SlidesSmall";
920
- import { default as default921 } from "./components/SmallSize";
921
- import { default as default922 } from "./components/SmallSizeSmall";
922
- import { default as default923 } from "./components/Smile";
923
- import { default as default924 } from "./components/SmileSmall";
924
- import { default as default925 } from "./components/Snapchat";
925
- import { default as default926 } from "./components/SnapchatSmall";
926
- import { default as default927 } from "./components/SolidColor";
927
- import { default as default928 } from "./components/SolidColorSmall";
928
- import { default as default929 } from "./components/SortAZ";
929
- import { default as default930 } from "./components/SortAZSmall";
930
- import { default as default931 } from "./components/SortAscending";
931
- import { default as default932 } from "./components/SortAscendingSmall";
932
- import { default as default933 } from "./components/SortDescending";
933
- import { default as default934 } from "./components/SortDescendingSmall";
934
- import { default as default935 } from "./components/SortZA";
935
- import { default as default936 } from "./components/SortZASmall";
936
- import { default as default937 } from "./components/Sound";
937
- import { default as default938 } from "./components/SoundCloud";
938
- import { default as default939 } from "./components/SoundCloudSmall";
939
- import { default as default940 } from "./components/SoundOff";
940
- import { default as default941 } from "./components/SoundOffSmall";
941
- import { default as default942 } from "./components/SoundSmall";
942
- import { default as default943 } from "./components/SparkleFilled";
943
- import { default as default944 } from "./components/SparkleFilledSmall";
944
- import { default as default945 } from "./components/Sparkles";
945
- import { default as default946 } from "./components/SparklesFilled";
946
- import { default as default947 } from "./components/SparklesFilledSmall";
947
- import { default as default948 } from "./components/SparklesSmall";
948
- import { default as default949 } from "./components/Spicy";
949
- import { default as default950 } from "./components/SpicySmall";
950
- import { default as default951 } from "./components/SplitCell";
951
- import { default as default952 } from "./components/SplitCellSmall";
952
- import { default as default953 } from "./components/SplitHorizontally";
953
- import { default as default954 } from "./components/SplitHorizontallySmall";
954
- import { default as default955 } from "./components/SplitVertically";
955
- import { default as default956 } from "./components/SplitVerticallySmall";
956
- import { default as default957 } from "./components/Spotify";
957
- import { default as default958 } from "./components/SpotifySmall";
958
- import { default as default959 } from "./components/SquareCorner";
959
- import { default as default960 } from "./components/SquareCornerSmall";
960
- import { default as default961 } from "./components/SquareRatio";
961
- import { default as default962 } from "./components/SquareRatioSmall";
962
- import { default as default963 } from "./components/Staff";
963
- import { default as default964 } from "./components/StaffSmall";
964
- import { default as default965 } from "./components/Star";
965
- import { default as default966 } from "./components/StarOfDavid";
966
- import { default as default967 } from "./components/StarOfDavidSmall";
967
- import { default as default968 } from "./components/StarSmall";
968
- import { default as default969 } from "./components/Statistics";
969
- import { default as default970 } from "./components/StatisticsSmall";
970
- import { default as default971 } from "./components/StatusAlert";
971
- import { default as default972 } from "./components/StatusAlertFilled";
972
- import { default as default973 } from "./components/StatusAlertFilledSmall";
973
- import { default as default974 } from "./components/StatusAlertSmall";
974
- import { default as default975 } from "./components/StatusComplete";
975
- import { default as default976 } from "./components/StatusCompleteFilled";
976
- import { default as default977 } from "./components/StatusCompleteFilledSmall";
977
- import { default as default978 } from "./components/StatusCompleteSmall";
978
- import { default as default979 } from "./components/StatusDenied";
979
- import { default as default980 } from "./components/StatusDeniedSmall";
980
- import { default as default981 } from "./components/StatusWarningFilled";
981
- import { default as default982 } from "./components/StatusWarningFilledSmall";
982
- import { default as default983 } from "./components/Stop";
983
- import { default as default984 } from "./components/StopFilled";
984
- import { default as default985 } from "./components/StopFilledSmall";
985
- import { default as default986 } from "./components/StopSmall";
986
- import { default as default987 } from "./components/StretchContent";
987
- import { default as default988 } from "./components/StretchContentSmall";
988
- import { default as default989 } from "./components/Strikethrough";
989
- import { default as default990 } from "./components/StrikethroughSmall";
990
- import { default as default991 } from "./components/SwapImage";
991
- import { default as default992 } from "./components/SwapImageSmall";
992
- import { default as default993 } from "./components/TS";
993
- import { default as default994 } from "./components/TSSmall";
994
- import { default as default995 } from "./components/TableChart";
995
- import { default as default996 } from "./components/TableChartSmall";
996
- import { default as default997 } from "./components/TableReservation";
997
- import { default as default998 } from "./components/TableReservationSmall";
998
- import { default as default999 } from "./components/Tablet";
999
- import { default as default1000 } from "./components/TabletSmall";
1000
- import { default as default1001 } from "./components/Tag";
1001
- import { default as default1002 } from "./components/TagSmall";
1002
- import { default as default1003 } from "./components/TaskAdd";
1003
- import { default as default1004 } from "./components/TaskAddSmall";
1004
- import { default as default1005 } from "./components/Tax";
1005
- import { default as default1006 } from "./components/TaxSmall";
1006
- import { default as default1007 } from "./components/Temperature";
1007
- import { default as default1008 } from "./components/TemperatureSmall";
1008
- import { default as default1009 } from "./components/Template";
1009
- import { default as default1010 } from "./components/TemplateSmall";
1010
- import { default as default1011 } from "./components/Text";
1011
- import { default as default1012 } from "./components/TextAlignCenter";
1012
- import { default as default1013 } from "./components/TextAlignCenterSmall";
1013
- import { default as default1014 } from "./components/TextAlignLeft";
1014
- import { default as default1015 } from "./components/TextAlignLeftSmall";
1015
- import { default as default1016 } from "./components/TextAlignRight";
1016
- import { default as default1017 } from "./components/TextAlignRightSmall";
1017
- import { default as default1018 } from "./components/TextAnimation";
1018
- import { default as default1019 } from "./components/TextAnimationSmall";
1019
- import { default as default1020 } from "./components/TextColor";
1020
- import { default as default1021 } from "./components/TextColorSmall";
1021
- import { default as default1022 } from "./components/TextHighlightColor";
1022
- import { default as default1023 } from "./components/TextHighlightColorSmall";
1023
- import { default as default1024 } from "./components/TextJustify";
1024
- import { default as default1025 } from "./components/TextJustifySmall";
1025
- import { default as default1026 } from "./components/TextLineSpacing";
1026
- import { default as default1027 } from "./components/TextLineSpacingSmall";
1027
- import { default as default1028 } from "./components/TextSettings";
1028
- import { default as default1029 } from "./components/TextSettingsSmall";
1029
- import { default as default1030 } from "./components/TextSmall";
1030
- import { default as default1031 } from "./components/TextSparkles";
1031
- import { default as default1032 } from "./components/TextSparklesSmall";
1032
- import { default as default1033 } from "./components/TextStrokeColor";
1033
- import { default as default1034 } from "./components/TextStrokeColorSmall";
1034
- import { default as default1035 } from "./components/TextStyles";
1035
- import { default as default1036 } from "./components/TextStylesSmall";
1036
- import { default as default1037 } from "./components/TextTwist";
1037
- import { default as default1038 } from "./components/TextTwistSmall";
1038
- import { default as default1039 } from "./components/ThreeFourRatio";
1039
- import { default as default1040 } from "./components/ThreeFourRatioSmall";
1040
- import { default as default1041 } from "./components/ThreeTwoRatio";
1041
- import { default as default1042 } from "./components/ThreeTwoRatioSmall";
1042
- import { default as default1043 } from "./components/Thumbnails";
1043
- import { default as default1044 } from "./components/ThumbnailsSmall";
1044
- import { default as default1045 } from "./components/ThumbsDown";
1045
- import { default as default1046 } from "./components/ThumbsDownSmall";
1046
- import { default as default1047 } from "./components/ThumbsUp";
1047
- import { default as default1048 } from "./components/ThumbsUpSmall";
1048
- import { default as default1049 } from "./components/TikTok";
1049
- import { default as default1050 } from "./components/TikTokSmall";
1050
- import { default as default1051 } from "./components/Time";
1051
- import { default as default1052 } from "./components/TimeSmall";
1052
- import { default as default1053 } from "./components/TimelineView";
1053
- import { default as default1054 } from "./components/TimelineViewSmall";
1054
- import { default as default1055 } from "./components/Toolbox";
1055
- import { default as default1056 } from "./components/ToolboxSmall";
1056
- import { default as default1057 } from "./components/Transition";
1057
- import { default as default1058 } from "./components/TransitionSmall";
1058
- import { default as default1059 } from "./components/Trending";
1059
- import { default as default1060 } from "./components/TrendingSmall";
1060
- import { default as default1061 } from "./components/TwentyOneNineRatio";
1061
- import { default as default1062 } from "./components/TwentyOneNineRatioSmall";
1062
- import { default as default1063 } from "./components/Twitch";
1063
- import { default as default1064 } from "./components/TwitchSmall";
1064
- import { default as default1065 } from "./components/Twitter";
1065
- import { default as default1066 } from "./components/TwitterSmall";
1066
- import { default as default1067 } from "./components/TwoThreeRatio";
1067
- import { default as default1068 } from "./components/TwoThreeRatioSmall";
1068
- import { default as default1069 } from "./components/Underline";
1069
- import { default as default1070 } from "./components/UnderlineSmall";
1070
- import { default as default1071 } from "./components/Undo";
1071
- import { default as default1072 } from "./components/UndoSmall";
1072
- import { default as default1073 } from "./components/Ungroup";
1073
- import { default as default1074 } from "./components/UngroupSmall";
1074
- import { default as default1075 } from "./components/Unlink";
1075
- import { default as default1076 } from "./components/UnlinkSmall";
1076
- import { default as default1077 } from "./components/Unsaved";
1077
- import { default as default1078 } from "./components/UnsavedSmall";
1078
- import { default as default1079 } from "./components/UploadExport";
1079
- import { default as default1080 } from "./components/UploadExportSmall";
1080
- import { default as default1081 } from "./components/UploadImage";
1081
- import { default as default1082 } from "./components/UploadImageSmall";
1082
- import { default as default1083 } from "./components/UpperCase";
1083
- import { default as default1084 } from "./components/UpperCaseSmall";
1084
- import { default as default1085 } from "./components/User";
1085
- import { default as default1086 } from "./components/UserAdd";
1086
- import { default as default1087 } from "./components/UserAddSmall";
1087
- import { default as default1088 } from "./components/UserRemove";
1088
- import { default as default1089 } from "./components/UserRemoveSmall";
1089
- import { default as default1090 } from "./components/UserSmall";
1090
- import { default as default1091 } from "./components/Users";
1091
- import { default as default1092 } from "./components/UsersSmall";
1092
- import { default as default1093 } from "./components/Vector";
1093
- import { default as default1094 } from "./components/VectorSmall";
1094
- import { default as default1095 } from "./components/VerticalRatio";
1095
- import { default as default1096 } from "./components/VerticalRatioSmall";
1096
- import { default as default1097 } from "./components/VerticalText";
1097
- import { default as default1098 } from "./components/VerticalTextSmall";
1098
- import { default as default1099 } from "./components/VideoCamera";
1099
- import { default as default1100 } from "./components/VideoCameraDisabled";
1100
- import { default as default1101 } from "./components/VideoCameraDisabledSmall";
1101
- import { default as default1102 } from "./components/VideoCameraSmall";
1102
- import { default as default1103 } from "./components/VideoFile";
1103
- import { default as default1104 } from "./components/VideoFileSmall";
1104
- import { default as default1105 } from "./components/ViewExternal";
1105
- import { default as default1106 } from "./components/ViewExternalSmall";
1106
- import { default as default1107 } from "./components/Vignette";
1107
- import { default as default1108 } from "./components/VignetteSmall";
1108
- import { default as default1109 } from "./components/Vimeo";
1109
- import { default as default1110 } from "./components/VimeoSmall";
1110
- import { default as default1111 } from "./components/Visible";
1111
- import { default as default1112 } from "./components/VisibleSmall";
1112
- import { default as default1113 } from "./components/Waveform";
1113
- import { default as default1114 } from "./components/WaveformSmall";
1114
- import { default as default1115 } from "./components/Whatsapp";
1115
- import { default as default1116 } from "./components/WhatsappSmall";
1116
- import { default as default1117 } from "./components/Widgets";
1117
- import { default as default1118 } from "./components/WidgetsSmall";
1118
- import { default as default1119 } from "./components/Width";
1119
- import { default as default1120 } from "./components/WidthSmall";
1120
- import { default as default1121 } from "./components/WixBooking";
1121
- import { default as default1122 } from "./components/WixBookingSmall";
1122
- import { default as default1123 } from "./components/WixForms";
1123
- import { default as default1124 } from "./components/WixFormsSmall";
1124
- import { default as default1125 } from "./components/WixMenu";
1125
- import { default as default1126 } from "./components/WixMenuSmall";
1126
- import { default as default1127 } from "./components/WixSocialPosts";
1127
- import { default as default1128 } from "./components/WixSocialPostsSmall";
1128
- import { default as default1129 } from "./components/Wrap";
1129
- import { default as default1130 } from "./components/WrapSmall";
1130
- import { default as default1131 } from "./components/XCorp";
1131
- import { default as default1132 } from "./components/XCorpSmall";
1132
- import { default as default1133 } from "./components/Yahoo";
1133
- import { default as default1134 } from "./components/YahooSmall";
1134
- import { default as default1135 } from "./components/YandexEn";
1135
- import { default as default1136 } from "./components/YandexEnSmall";
1136
- import { default as default1137 } from "./components/YandexRu";
1137
- import { default as default1138 } from "./components/YandexRuSmall";
1138
- import { default as default1139 } from "./components/Yelp";
1139
- import { default as default1140 } from "./components/YelpSmall";
1140
- import { default as default1141 } from "./components/Youtube";
1141
- import { default as default1142 } from "./components/YoutubeFilled";
1142
- import { default as default1143 } from "./components/YoutubeFilledSmall";
1143
- import { default as default1144 } from "./components/YoutubeSmall";
1144
- import { default as default1145 } from "./components/ZoomIn";
1145
- import { default as default1146 } from "./components/ZoomInSmall";
1146
- import { default as default1147 } from "./components/ZoomOut";
1147
- import { default as default1148 } from "./components/ZoomOutSmall";
419
+ import { default as default420 } from "./components/Function";
420
+ import { default as default421 } from "./components/FunctionSmall";
421
+ import { default as default422 } from "./components/Gallery";
422
+ import { default as default423 } from "./components/GallerySmall";
423
+ import { default as default424 } from "./components/Game";
424
+ import { default as default425 } from "./components/GameSmall";
425
+ import { default as default426 } from "./components/Gemini";
426
+ import { default as default427 } from "./components/GeminiSmall";
427
+ import { default as default428 } from "./components/GeneratedAssetSparkle";
428
+ import { default as default429 } from "./components/GeneratedAssetSparkleSmall";
429
+ import { default as default430 } from "./components/GetStarted";
430
+ import { default as default431 } from "./components/GetStartedSmall";
431
+ import { default as default432 } from "./components/Gift";
432
+ import { default as default433 } from "./components/GiftSmall";
433
+ import { default as default434 } from "./components/GitHub";
434
+ import { default as default435 } from "./components/GitHubSmall";
435
+ import { default as default436 } from "./components/GlitterButton";
436
+ import { default as default437 } from "./components/GlitterButtonSmall";
437
+ import { default as default438 } from "./components/Globe";
438
+ import { default as default439 } from "./components/GlobeSmall";
439
+ import { default as default440 } from "./components/GlutenFree";
440
+ import { default as default441 } from "./components/Google";
441
+ import { default as default442 } from "./components/GoogleAds";
442
+ import { default as default443 } from "./components/GoogleAdsSmall";
443
+ import { default as default444 } from "./components/GoogleSmall";
444
+ import { default as default445 } from "./components/Gradient";
445
+ import { default as default446 } from "./components/GradientSmall";
446
+ import { default as default447 } from "./components/Grafana";
447
+ import { default as default448 } from "./components/GrafanaSmall";
448
+ import { default as default449 } from "./components/Grain";
449
+ import { default as default450 } from "./components/GrainSmall";
450
+ import { default as default451 } from "./components/GridView";
451
+ import { default as default452 } from "./components/GridViewSmall";
452
+ import { default as default453 } from "./components/Group";
453
+ import { default as default454 } from "./components/GroupSmall";
454
+ import { default as default455 } from "./components/Handle";
455
+ import { default as default456 } from "./components/HandleSmall";
456
+ import { default as default457 } from "./components/HeadingFive";
457
+ import { default as default458 } from "./components/HeadingFiveSmall";
458
+ import { default as default459 } from "./components/HeadingFour";
459
+ import { default as default460 } from "./components/HeadingFourSmall";
460
+ import { default as default461 } from "./components/HeadingOne";
461
+ import { default as default462 } from "./components/HeadingOneSmall";
462
+ import { default as default463 } from "./components/HeadingSix";
463
+ import { default as default464 } from "./components/HeadingSixSmall";
464
+ import { default as default465 } from "./components/HeadingThree";
465
+ import { default as default466 } from "./components/HeadingThreeSmall";
466
+ import { default as default467 } from "./components/HeadingTwo";
467
+ import { default as default468 } from "./components/HeadingTwoSmall";
468
+ import { default as default469 } from "./components/Heart";
469
+ import { default as default470 } from "./components/HeartFilled";
470
+ import { default as default471 } from "./components/HeartFilledSmall";
471
+ import { default as default472 } from "./components/HeartSmall";
472
+ import { default as default473 } from "./components/Height";
473
+ import { default as default474 } from "./components/HeightSmall";
474
+ import { default as default475 } from "./components/Help";
475
+ import { default as default476 } from "./components/HelpCircle";
476
+ import { default as default477 } from "./components/HelpCircleSmall";
477
+ import { default as default478 } from "./components/HelpSmall";
478
+ import { default as default479 } from "./components/Hidden";
479
+ import { default as default480 } from "./components/HiddenSmall";
480
+ import { default as default481 } from "./components/HideSidebar";
481
+ import { default as default482 } from "./components/HideSidebarSmall";
482
+ import { default as default483 } from "./components/Highlights";
483
+ import { default as default484 } from "./components/HighlightsSmall";
484
+ import { default as default485 } from "./components/Hint";
485
+ import { default as default486 } from "./components/HintSmall";
486
+ import { default as default487 } from "./components/History";
487
+ import { default as default488 } from "./components/HistorySmall";
488
+ import { default as default489 } from "./components/Home";
489
+ import { default as default490 } from "./components/HomeSmall";
490
+ import { default as default491 } from "./components/HorizontalMenu";
491
+ import { default as default492 } from "./components/HorizontalMenuSmall";
492
+ import { default as default493 } from "./components/HorizontalRatio";
493
+ import { default as default494 } from "./components/HorizontalRatioSmall";
494
+ import { default as default495 } from "./components/HorizontalText";
495
+ import { default as default496 } from "./components/HorizontalTextSmall";
496
+ import { default as default497 } from "./components/HugContent";
497
+ import { default as default498 } from "./components/HugContentSmall";
498
+ import { default as default499 } from "./components/HugContentVertical";
499
+ import { default as default500 } from "./components/HugContentVerticalSmall";
500
+ import { default as default501 } from "./components/Image";
501
+ import { default as default502 } from "./components/ImageSmall";
502
+ import { default as default503 } from "./components/ImageSparkles";
503
+ import { default as default504 } from "./components/ImageSparklesSmall";
504
+ import { default as default505 } from "./components/IncreaseIndent";
505
+ import { default as default506 } from "./components/IncreaseIndentSmall";
506
+ import { default as default507 } from "./components/IndividualPaddings";
507
+ import { default as default508 } from "./components/IndividualPaddingsSmall";
508
+ import { default as default509 } from "./components/InfoCircle";
509
+ import { default as default510 } from "./components/InfoCircleFilled";
510
+ import { default as default511 } from "./components/InfoCircleFilledSmall";
511
+ import { default as default512 } from "./components/InfoCircleSmall";
512
+ import { default as default513 } from "./components/InnerShadow";
513
+ import { default as default514 } from "./components/InnerShadowSmall";
514
+ import { default as default515 } from "./components/Input";
515
+ import { default as default516 } from "./components/InputArea";
516
+ import { default as default517 } from "./components/InputAreaSmall";
517
+ import { default as default518 } from "./components/InputSmall";
518
+ import { default as default519 } from "./components/Instagram";
519
+ import { default as default520 } from "./components/InstagramSmall";
520
+ import { default as default521 } from "./components/Integrations";
521
+ import { default as default522 } from "./components/IntegrationsSmall";
522
+ import { default as default523 } from "./components/Intersect";
523
+ import { default as default524 } from "./components/IntersectSmall";
524
+ import { default as default525 } from "./components/Invoice";
525
+ import { default as default526 } from "./components/InvoiceSmall";
526
+ import { default as default527 } from "./components/InwardArrowsAll";
527
+ import { default as default528 } from "./components/InwardArrowsAllSmall";
528
+ import { default as default529 } from "./components/Italic";
529
+ import { default as default530 } from "./components/ItalicSmall";
530
+ import { default as default531 } from "./components/JS";
531
+ import { default as default532 } from "./components/JSSmall";
532
+ import { default as default533 } from "./components/JSW";
533
+ import { default as default534 } from "./components/JSWSmall";
534
+ import { default as default535 } from "./components/JSX";
535
+ import { default as default536 } from "./components/JSXSmall";
536
+ import { default as default537 } from "./components/Kanban";
537
+ import { default as default538 } from "./components/KanbanSmall";
538
+ import { default as default539 } from "./components/Keyboard";
539
+ import { default as default540 } from "./components/KeyboardSmall";
540
+ import { default as default541 } from "./components/Keypad";
541
+ import { default as default542 } from "./components/KeypadSmall";
542
+ import { default as default543 } from "./components/Kosher";
543
+ import { default as default544 } from "./components/KosherSmall";
544
+ import { default as default545 } from "./components/Languages";
545
+ import { default as default546 } from "./components/LanguagesAdd";
546
+ import { default as default547 } from "./components/LanguagesAddSmall";
547
+ import { default as default548 } from "./components/LanguagesSmall";
548
+ import { default as default549 } from "./components/LargeDesktop";
549
+ import { default as default550 } from "./components/LargeDesktopSmall";
550
+ import { default as default551 } from "./components/LargeSize";
551
+ import { default as default552 } from "./components/LargeSizeSmall";
552
+ import { default as default553 } from "./components/Layers";
553
+ import { default as default554 } from "./components/LayersSmall";
554
+ import { default as default555 } from "./components/LayoutFull";
555
+ import { default as default556 } from "./components/LayoutFullSmall";
556
+ import { default as default557 } from "./components/LayoutGallery";
557
+ import { default as default558 } from "./components/LayoutGallerySmall";
558
+ import { default as default559 } from "./components/LayoutGalleryWithPanel";
559
+ import { default as default560 } from "./components/LayoutGalleryWithPanelSmall";
560
+ import { default as default561 } from "./components/LayoutGalleryWithPanelsSparkles";
561
+ import { default as default562 } from "./components/LayoutGalleryWithPanelsSparklesSmall";
562
+ import { default as default563 } from "./components/LayoutGrid";
563
+ import { default as default564 } from "./components/LayoutGridSmall";
564
+ import { default as default565 } from "./components/LayoutSplit";
565
+ import { default as default566 } from "./components/LayoutSplitSmall";
566
+ import { default as default567 } from "./components/LayoutThird";
567
+ import { default as default568 } from "./components/LayoutThirdSmall";
568
+ import { default as default569 } from "./components/LayoutThreeColumns";
569
+ import { default as default570 } from "./components/LayoutThreeColumnsGrid";
570
+ import { default as default571 } from "./components/LayoutThreeColumnsGridSmall";
571
+ import { default as default572 } from "./components/LayoutThreeColumnsSmall";
572
+ import { default as default573 } from "./components/LayoutThreeRows";
573
+ import { default as default574 } from "./components/LayoutThreeRowsSmall";
574
+ import { default as default575 } from "./components/LayoutTwoColumns";
575
+ import { default as default576 } from "./components/LayoutTwoColumnsGrid";
576
+ import { default as default577 } from "./components/LayoutTwoColumnsGridSmall";
577
+ import { default as default578 } from "./components/LayoutTwoColumnsSmall";
578
+ import { default as default579 } from "./components/LayoutTwoColumnsSplit";
579
+ import { default as default580 } from "./components/LayoutTwoColumnsSplitSmall";
580
+ import { default as default581 } from "./components/LayoutTwoRows";
581
+ import { default as default582 } from "./components/LayoutTwoRowsSmall";
582
+ import { default as default583 } from "./components/LayoutTwoThirds";
583
+ import { default as default584 } from "./components/LayoutTwoThirdsSmall";
584
+ import { default as default585 } from "./components/LeftAlignmentInner";
585
+ import { default as default586 } from "./components/LeftAlignmentInnerSmall";
586
+ import { default as default587 } from "./components/LineChart";
587
+ import { default as default588 } from "./components/LineChartSmall";
588
+ import { default as default589 } from "./components/LineDifferentWidth";
589
+ import { default as default590 } from "./components/LineDifferentWidthSmall";
590
+ import { default as default591 } from "./components/LineDotted";
591
+ import { default as default592 } from "./components/LineDottedSmall";
592
+ import { default as default593 } from "./components/LineEndArrowLeft";
593
+ import { default as default594 } from "./components/LineEndArrowLeftSmall";
594
+ import { default as default595 } from "./components/LineEndArrowRight";
595
+ import { default as default596 } from "./components/LineEndArrowRightSmall";
596
+ import { default as default597 } from "./components/LineEndSquare";
597
+ import { default as default598 } from "./components/LineEndSquareRight";
598
+ import { default as default599 } from "./components/LineEndSquareRightSmall";
599
+ import { default as default600 } from "./components/LineEndSquareSmall";
600
+ import { default as default601 } from "./components/LineTrianglesFilled";
601
+ import { default as default602 } from "./components/LineTrianglesFilledSmall";
602
+ import { default as default603 } from "./components/Link";
603
+ import { default as default604 } from "./components/LinkSmall";
604
+ import { default as default605 } from "./components/LinkedElement";
605
+ import { default as default606 } from "./components/LinkedElementSmall";
606
+ import { default as default607 } from "./components/LinkedIn";
607
+ import { default as default608 } from "./components/LinkedInSmall";
608
+ import { default as default609 } from "./components/List";
609
+ import { default as default610 } from "./components/ListSmall";
610
+ import { default as default611 } from "./components/Location";
611
+ import { default as default612 } from "./components/LocationSmall";
612
+ import { default as default613 } from "./components/LockLocked";
613
+ import { default as default614 } from "./components/LockLockedSmall";
614
+ import { default as default615 } from "./components/LockUnlocked";
615
+ import { default as default616 } from "./components/LockUnlockedSmall";
616
+ import { default as default617 } from "./components/Logo";
617
+ import { default as default618 } from "./components/LogoSmall";
618
+ import { default as default619 } from "./components/Lottie";
619
+ import { default as default620 } from "./components/LottieSmall";
620
+ import { default as default621 } from "./components/LowerCase";
621
+ import { default as default622 } from "./components/LowerCaseSmall";
622
+ import { default as default623 } from "./components/Ltr";
623
+ import { default as default624 } from "./components/LtrSmall";
624
+ import { default as default625 } from "./components/MagicWandSparkles";
625
+ import { default as default626 } from "./components/MagicWandSparklesSmall";
626
+ import { default as default627 } from "./components/Mailbox";
627
+ import { default as default628 } from "./components/MailboxSmall";
628
+ import { default as default629 } from "./components/ManagePhotos";
629
+ import { default as default630 } from "./components/ManagePhotosSmall";
630
+ import { default as default631 } from "./components/Map";
631
+ import { default as default632 } from "./components/MapSmall";
632
+ import { default as default633 } from "./components/MasonryGrid";
633
+ import { default as default634 } from "./components/MasonryGridSmall";
634
+ import { default as default635 } from "./components/MatchSize";
635
+ import { default as default636 } from "./components/MatchSizeSmall";
636
+ import { default as default637 } from "./components/Maximize";
637
+ import { default as default638 } from "./components/MaximizeSmall";
638
+ import { default as default639 } from "./components/MediumSize";
639
+ import { default as default640 } from "./components/MediumSizeSmall";
640
+ import { default as default641 } from "./components/Menu";
641
+ import { default as default642 } from "./components/MenuSmall";
642
+ import { default as default643 } from "./components/MergeCell";
643
+ import { default as default644 } from "./components/MergeCellSmall";
644
+ import { default as default645 } from "./components/Microphone";
645
+ import { default as default646 } from "./components/MicrophoneDisabled";
646
+ import { default as default647 } from "./components/MicrophoneDisabledSmall";
647
+ import { default as default648 } from "./components/MicrophoneSmall";
648
+ import { default as default649 } from "./components/Microsoft";
649
+ import { default as default650 } from "./components/Microsoft365";
650
+ import { default as default651 } from "./components/Microsoft365Small";
651
+ import { default as default652 } from "./components/MicrosoftSmall";
652
+ import { default as default653 } from "./components/Minimise";
653
+ import { default as default654 } from "./components/MinimiseSmall";
654
+ import { default as default655 } from "./components/Minus";
655
+ import { default as default656 } from "./components/MinusSmall";
656
+ import { default as default657 } from "./components/MirrorHorizontal";
657
+ import { default as default658 } from "./components/MirrorHorizontalSmall";
658
+ import { default as default659 } from "./components/MirrorVertical";
659
+ import { default as default660 } from "./components/MirrorVerticalSmall";
660
+ import { default as default661 } from "./components/Mobile";
661
+ import { default as default662 } from "./components/MobileDisconnect";
662
+ import { default as default663 } from "./components/MobileDisconnectSmall";
663
+ import { default as default664 } from "./components/MobileSmall";
664
+ import { default as default665 } from "./components/More";
665
+ import { default as default666 } from "./components/MoreFilled";
666
+ import { default as default667 } from "./components/MoreFilledSmall";
667
+ import { default as default668 } from "./components/MoreSmall";
668
+ import { default as default669 } from "./components/MultiSelect";
669
+ import { default as default670 } from "./components/MultiSelectSmall";
670
+ import { default as default671 } from "./components/Multilingual";
671
+ import { default as default672 } from "./components/MultilingualSmall";
672
+ import { default as default673 } from "./components/Music";
673
+ import { default as default674 } from "./components/MusicLibrary";
674
+ import { default as default675 } from "./components/MusicLibrarySmall";
675
+ import { default as default676 } from "./components/MusicSmall";
676
+ import { default as default677 } from "./components/Naver";
677
+ import { default as default678 } from "./components/NaverSmall";
678
+ import { default as default679 } from "./components/NewChat";
679
+ import { default as default680 } from "./components/NewChatSmall";
680
+ import { default as default681 } from "./components/Newspaper";
681
+ import { default as default682 } from "./components/NewspaperSmall";
682
+ import { default as default683 } from "./components/None";
683
+ import { default as default684 } from "./components/NoneSmall";
684
+ import { default as default685 } from "./components/Note";
685
+ import { default as default686 } from "./components/NoteSmall";
686
+ import { default as default687 } from "./components/Notification";
687
+ import { default as default688 } from "./components/NotificationSmall";
688
+ import { default as default689 } from "./components/Number";
689
+ import { default as default690 } from "./components/NumberSmall";
690
+ import { default as default691 } from "./components/NumberedList";
691
+ import { default as default692 } from "./components/NumberedListSmall";
692
+ import { default as default693 } from "./components/ObjectPositionBottom";
693
+ import { default as default694 } from "./components/ObjectPositionBottomSmall";
694
+ import { default as default695 } from "./components/ObjectPositionLeft";
695
+ import { default as default696 } from "./components/ObjectPositionLeftSmall";
696
+ import { default as default697 } from "./components/ObjectPositionRight";
697
+ import { default as default698 } from "./components/ObjectPositionRightSmall";
698
+ import { default as default699 } from "./components/ObjectPositionTop";
699
+ import { default as default700 } from "./components/ObjectPositionTopSmall";
700
+ import { default as default701 } from "./components/ObjectSelectionTool";
701
+ import { default as default702 } from "./components/ObjectSelectionToolSmall";
702
+ import { default as default703 } from "./components/Objects";
703
+ import { default as default704 } from "./components/ObjectsSmall";
704
+ import { default as default705 } from "./components/Offline";
705
+ import { default as default706 } from "./components/OfflineSmall";
706
+ import { default as default707 } from "./components/OneEightRatio";
707
+ import { default as default708 } from "./components/OneEightRatioSmall";
708
+ import { default as default709 } from "./components/OneFourRatio";
709
+ import { default as default710 } from "./components/OneFourRatioSmall";
710
+ import { default as default711 } from "./components/Opacity";
711
+ import { default as default712 } from "./components/OpacitySmall";
712
+ import { default as default713 } from "./components/OpenSidebar";
713
+ import { default as default714 } from "./components/OpenSidebarSmall";
714
+ import { default as default715 } from "./components/OptimizeImage";
715
+ import { default as default716 } from "./components/OptimizeImageSmall";
716
+ import { default as default717 } from "./components/Order";
717
+ import { default as default718 } from "./components/OrderSmall";
718
+ import { default as default719 } from "./components/Organic";
719
+ import { default as default720 } from "./components/OrganicSmall";
720
+ import { default as default721 } from "./components/PaddingBottom";
721
+ import { default as default722 } from "./components/PaddingBottomSmall";
722
+ import { default as default723 } from "./components/PaddingHorizontal";
723
+ import { default as default724 } from "./components/PaddingHorizontalSmall";
724
+ import { default as default725 } from "./components/PaddingLeft";
725
+ import { default as default726 } from "./components/PaddingLeftSmall";
726
+ import { default as default727 } from "./components/PaddingRight";
727
+ import { default as default728 } from "./components/PaddingRightSmall";
728
+ import { default as default729 } from "./components/PaddingTop";
729
+ import { default as default730 } from "./components/PaddingTopSmall";
730
+ import { default as default731 } from "./components/PaddingVertical";
731
+ import { default as default732 } from "./components/PaddingVerticalSmall";
732
+ import { default as default733 } from "./components/Page";
733
+ import { default as default734 } from "./components/PageAdd";
734
+ import { default as default735 } from "./components/PageAddSmall";
735
+ import { default as default736 } from "./components/PageCode";
736
+ import { default as default737 } from "./components/PageCodeSmall";
737
+ import { default as default738 } from "./components/PageSmall";
738
+ import { default as default739 } from "./components/Pages";
739
+ import { default as default740 } from "./components/PagesSmall";
740
+ import { default as default741 } from "./components/PaidPlans";
741
+ import { default as default742 } from "./components/PaidPlansSmall";
742
+ import { default as default743 } from "./components/Paintbrush";
743
+ import { default as default744 } from "./components/PaintbrushFilled";
744
+ import { default as default745 } from "./components/PaintbrushFilledSmall";
745
+ import { default as default746 } from "./components/PaintbrushSmall";
746
+ import { default as default747 } from "./components/PanTool";
747
+ import { default as default748 } from "./components/PanToolSmall";
748
+ import { default as default749 } from "./components/Passkey";
749
+ import { default as default750 } from "./components/PasskeySmall";
750
+ import { default as default751 } from "./components/Paste";
751
+ import { default as default752 } from "./components/PasteSmall";
752
+ import { default as default753 } from "./components/Pause";
753
+ import { default as default754 } from "./components/PauseFilled";
754
+ import { default as default755 } from "./components/PauseFilledSmall";
755
+ import { default as default756 } from "./components/PauseSmall";
756
+ import { default as default757 } from "./components/Payment";
757
+ import { default as default758 } from "./components/PaymentSmall";
758
+ import { default as default759 } from "./components/PenNib";
759
+ import { default as default760 } from "./components/PenNibSmall";
760
+ import { default as default761 } from "./components/Perplexity";
761
+ import { default as default762 } from "./components/PerplexitySmall";
762
+ import { default as default763 } from "./components/Phone";
763
+ import { default as default764 } from "./components/PhoneSmall";
764
+ import { default as default765 } from "./components/PhotoCamera";
765
+ import { default as default766 } from "./components/PhotoCameraSmall";
766
+ import { default as default767 } from "./components/Pickup";
767
+ import { default as default768 } from "./components/PickupSmall";
768
+ import { default as default769 } from "./components/Pin";
769
+ import { default as default770 } from "./components/PinFill";
770
+ import { default as default771 } from "./components/PinFillSmall";
771
+ import { default as default772 } from "./components/PinSmall";
772
+ import { default as default773 } from "./components/Pinterest";
773
+ import { default as default774 } from "./components/PinterestSmall";
774
+ import { default as default775 } from "./components/Pipette";
775
+ import { default as default776 } from "./components/PipetteSmall";
776
+ import { default as default777 } from "./components/Plant";
777
+ import { default as default778 } from "./components/PlantSmall";
778
+ import { default as default779 } from "./components/Play";
779
+ import { default as default780 } from "./components/PlayFilled";
780
+ import { default as default781 } from "./components/PlayFilledSmall";
781
+ import { default as default782 } from "./components/PlaySmall";
782
+ import { default as default783 } from "./components/Popular";
783
+ import { default as default784 } from "./components/PopularSmall";
784
+ import { default as default785 } from "./components/Popup";
785
+ import { default as default786 } from "./components/PopupSmall";
786
+ import { default as default787 } from "./components/Portfolio";
787
+ import { default as default788 } from "./components/PortfolioSmall";
788
+ import { default as default789 } from "./components/PositionBottom";
789
+ import { default as default790 } from "./components/PositionBottomSmall";
790
+ import { default as default791 } from "./components/PositionLeft";
791
+ import { default as default792 } from "./components/PositionLeftSmall";
792
+ import { default as default793 } from "./components/PositionRight";
793
+ import { default as default794 } from "./components/PositionRightSmall";
794
+ import { default as default795 } from "./components/PositionTop";
795
+ import { default as default796 } from "./components/PositionTopSmall";
796
+ import { default as default797 } from "./components/Premium";
797
+ import { default as default798 } from "./components/PremiumSmall";
798
+ import { default as default799 } from "./components/ProGalleries";
799
+ import { default as default800 } from "./components/ProGalleriesSmall";
800
+ import { default as default801 } from "./components/Process";
801
+ import { default as default802 } from "./components/ProcessSmall";
802
+ import { default as default803 } from "./components/Profile";
803
+ import { default as default804 } from "./components/ProfileSmall";
804
+ import { default as default805 } from "./components/Promote";
805
+ import { default as default806 } from "./components/PromoteSmall";
806
+ import { default as default807 } from "./components/Publish";
807
+ import { default as default808 } from "./components/PublishSmall";
808
+ import { default as default809 } from "./components/QR";
809
+ import { default as default810 } from "./components/QRSmall";
810
+ import { default as default811 } from "./components/QuickActions";
811
+ import { default as default812 } from "./components/QuickActionsSmall";
812
+ import { default as default813 } from "./components/Quote";
813
+ import { default as default814 } from "./components/QuoteSmall";
814
+ import { default as default815 } from "./components/RadioButtonGroup";
815
+ import { default as default816 } from "./components/RadioButtonGroupSmall";
816
+ import { default as default817 } from "./components/Reddit";
817
+ import { default as default818 } from "./components/RedditSmall";
818
+ import { default as default819 } from "./components/Redo";
819
+ import { default as default820 } from "./components/RedoSmall";
820
+ import { default as default821 } from "./components/Reels";
821
+ import { default as default822 } from "./components/ReelsSmall";
822
+ import { default as default823 } from "./components/Refresh";
823
+ import { default as default824 } from "./components/RefreshSmall";
824
+ import { default as default825 } from "./components/RegenerateSparkle";
825
+ import { default as default826 } from "./components/RegenerateSparkleSmall";
826
+ import { default as default827 } from "./components/RelatedApps";
827
+ import { default as default828 } from "./components/RelatedAppsSmall";
828
+ import { default as default829 } from "./components/Remix";
829
+ import { default as default830 } from "./components/RemixSmall";
830
+ import { default as default831 } from "./components/Reorder";
831
+ import { default as default832 } from "./components/ReorderSmall";
832
+ import { default as default833 } from "./components/Replace";
833
+ import { default as default834 } from "./components/ReplaceSmall";
834
+ import { default as default835 } from "./components/Required";
835
+ import { default as default836 } from "./components/RequiredSmall";
836
+ import { default as default837 } from "./components/RestaurantsOrders";
837
+ import { default as default838 } from "./components/RestaurantsOrdersSmall";
838
+ import { default as default839 } from "./components/Revert";
839
+ import { default as default840 } from "./components/RevertClockwise";
840
+ import { default as default841 } from "./components/RevertClockwiseSmall";
841
+ import { default as default842 } from "./components/RevertSmall";
842
+ import { default as default843 } from "./components/Reviews";
843
+ import { default as default844 } from "./components/ReviewsSmall";
844
+ import { default as default845 } from "./components/RichText";
845
+ import { default as default846 } from "./components/RichTextSmall";
846
+ import { default as default847 } from "./components/RightAlignmentInner";
847
+ import { default as default848 } from "./components/RightAlignmentInnerSmall";
848
+ import { default as default849 } from "./components/RotateLeft";
849
+ import { default as default850 } from "./components/RotateLeftSmall";
850
+ import { default as default851 } from "./components/RotateRight";
851
+ import { default as default852 } from "./components/RotateRightSmall";
852
+ import { default as default853 } from "./components/RoundCorner";
853
+ import { default as default854 } from "./components/RoundCornerSmall";
854
+ import { default as default855 } from "./components/RoundedCorner";
855
+ import { default as default856 } from "./components/RoundedCornerBottomLeft";
856
+ import { default as default857 } from "./components/RoundedCornerBottomLeftSmall";
857
+ import { default as default858 } from "./components/RoundedCornerBottomRight";
858
+ import { default as default859 } from "./components/RoundedCornerBottomRightSmall";
859
+ import { default as default860 } from "./components/RoundedCornerSmall";
860
+ import { default as default861 } from "./components/RoundedCornerTopLeft";
861
+ import { default as default862 } from "./components/RoundedCornerTopLeftSmall";
862
+ import { default as default863 } from "./components/Rtl";
863
+ import { default as default864 } from "./components/RtlSmall";
864
+ import { default as default865 } from "./components/Rule";
865
+ import { default as default866 } from "./components/RuleSmall";
866
+ import { default as default867 } from "./components/SEOAndAccessibility";
867
+ import { default as default868 } from "./components/SEOAndAccessibilitySmall";
868
+ import { default as default869 } from "./components/Saturation";
869
+ import { default as default870 } from "./components/SaturationSmall";
870
+ import { default as default871 } from "./components/Saved";
871
+ import { default as default872 } from "./components/SavedSmall";
872
+ import { default as default873 } from "./components/Search";
873
+ import { default as default874 } from "./components/SearchSmall";
874
+ import { default as default875 } from "./components/Section";
875
+ import { default as default876 } from "./components/SectionDividerBottom";
876
+ import { default as default877 } from "./components/SectionDividerBottomSmall";
877
+ import { default as default878 } from "./components/SectionDividerTop";
878
+ import { default as default879 } from "./components/SectionDividerTopSmall";
879
+ import { default as default880 } from "./components/SectionSmall";
880
+ import { default as default881 } from "./components/SectionSparkles";
881
+ import { default as default882 } from "./components/SectionSparklesSmall";
882
+ import { default as default883 } from "./components/SelectedTag";
883
+ import { default as default884 } from "./components/SelectedTagSmall";
884
+ import { default as default885 } from "./components/Send";
885
+ import { default as default886 } from "./components/SendSmall";
886
+ import { default as default887 } from "./components/SentenceCase";
887
+ import { default as default888 } from "./components/SentenceCaseSmall";
888
+ import { default as default889 } from "./components/Server";
889
+ import { default as default890 } from "./components/ServerSmall";
890
+ import { default as default891 } from "./components/Settings";
891
+ import { default as default892 } from "./components/SettingsSmall";
892
+ import { default as default893 } from "./components/Shadows";
893
+ import { default as default894 } from "./components/ShadowsSmall";
894
+ import { default as default895 } from "./components/Share";
895
+ import { default as default896 } from "./components/ShareSmall";
896
+ import { default as default897 } from "./components/Sharpness";
897
+ import { default as default898 } from "./components/SharpnessSmall";
898
+ import { default as default899 } from "./components/Shipping";
899
+ import { default as default900 } from "./components/ShippingSmall";
900
+ import { default as default901 } from "./components/Shuffle";
901
+ import { default as default902 } from "./components/ShuffleSmall";
902
+ import { default as default903 } from "./components/Shutterstock";
903
+ import { default as default904 } from "./components/ShutterstockSmall";
904
+ import { default as default905 } from "./components/SidebarUndock";
905
+ import { default as default906 } from "./components/SidebarUndockSmall";
906
+ import { default as default907 } from "./components/Site";
907
+ import { default as default908 } from "./components/SiteMap";
908
+ import { default as default909 } from "./components/SiteMapSmall";
909
+ import { default as default910 } from "./components/SiteRemove";
910
+ import { default as default911 } from "./components/SiteRemoveSmall";
911
+ import { default as default912 } from "./components/SiteSearch";
912
+ import { default as default913 } from "./components/SiteSearchSmall";
913
+ import { default as default914 } from "./components/SiteSmall";
914
+ import { default as default915 } from "./components/SizeAndRatio";
915
+ import { default as default916 } from "./components/SizeAndRatioSmall";
916
+ import { default as default917 } from "./components/SkipBackwards";
917
+ import { default as default918 } from "./components/SkipBackwardsSmall";
918
+ import { default as default919 } from "./components/SkipForward";
919
+ import { default as default920 } from "./components/SkipForwardSmall";
920
+ import { default as default921 } from "./components/Slack";
921
+ import { default as default922 } from "./components/SlackFilled";
922
+ import { default as default923 } from "./components/SlackFilledSmall";
923
+ import { default as default924 } from "./components/SlackSmall";
924
+ import { default as default925 } from "./components/Slider";
925
+ import { default as default926 } from "./components/SlidesSmall";
926
+ import { default as default927 } from "./components/SmallSize";
927
+ import { default as default928 } from "./components/SmallSizeSmall";
928
+ import { default as default929 } from "./components/Smile";
929
+ import { default as default930 } from "./components/SmileSmall";
930
+ import { default as default931 } from "./components/Snapchat";
931
+ import { default as default932 } from "./components/SnapchatSmall";
932
+ import { default as default933 } from "./components/SolidColor";
933
+ import { default as default934 } from "./components/SolidColorSmall";
934
+ import { default as default935 } from "./components/SortAZ";
935
+ import { default as default936 } from "./components/SortAZSmall";
936
+ import { default as default937 } from "./components/SortAscending";
937
+ import { default as default938 } from "./components/SortAscendingSmall";
938
+ import { default as default939 } from "./components/SortDescending";
939
+ import { default as default940 } from "./components/SortDescendingSmall";
940
+ import { default as default941 } from "./components/SortZA";
941
+ import { default as default942 } from "./components/SortZASmall";
942
+ import { default as default943 } from "./components/Sound";
943
+ import { default as default944 } from "./components/SoundCloud";
944
+ import { default as default945 } from "./components/SoundCloudSmall";
945
+ import { default as default946 } from "./components/SoundOff";
946
+ import { default as default947 } from "./components/SoundOffSmall";
947
+ import { default as default948 } from "./components/SoundSmall";
948
+ import { default as default949 } from "./components/SparkleFilled";
949
+ import { default as default950 } from "./components/SparkleFilledSmall";
950
+ import { default as default951 } from "./components/Sparkles";
951
+ import { default as default952 } from "./components/SparklesFilled";
952
+ import { default as default953 } from "./components/SparklesFilledSmall";
953
+ import { default as default954 } from "./components/SparklesSmall";
954
+ import { default as default955 } from "./components/Spicy";
955
+ import { default as default956 } from "./components/SpicySmall";
956
+ import { default as default957 } from "./components/SplitCell";
957
+ import { default as default958 } from "./components/SplitCellSmall";
958
+ import { default as default959 } from "./components/SplitHorizontally";
959
+ import { default as default960 } from "./components/SplitHorizontallySmall";
960
+ import { default as default961 } from "./components/SplitVertically";
961
+ import { default as default962 } from "./components/SplitVerticallySmall";
962
+ import { default as default963 } from "./components/Spotify";
963
+ import { default as default964 } from "./components/SpotifySmall";
964
+ import { default as default965 } from "./components/SquareCorner";
965
+ import { default as default966 } from "./components/SquareCornerSmall";
966
+ import { default as default967 } from "./components/SquareRatio";
967
+ import { default as default968 } from "./components/SquareRatioSmall";
968
+ import { default as default969 } from "./components/Staff";
969
+ import { default as default970 } from "./components/StaffSmall";
970
+ import { default as default971 } from "./components/Star";
971
+ import { default as default972 } from "./components/StarOfDavid";
972
+ import { default as default973 } from "./components/StarOfDavidSmall";
973
+ import { default as default974 } from "./components/StarSmall";
974
+ import { default as default975 } from "./components/Statistics";
975
+ import { default as default976 } from "./components/StatisticsSmall";
976
+ import { default as default977 } from "./components/StatusAlert";
977
+ import { default as default978 } from "./components/StatusAlertFilled";
978
+ import { default as default979 } from "./components/StatusAlertFilledSmall";
979
+ import { default as default980 } from "./components/StatusAlertSmall";
980
+ import { default as default981 } from "./components/StatusComplete";
981
+ import { default as default982 } from "./components/StatusCompleteFilled";
982
+ import { default as default983 } from "./components/StatusCompleteFilledSmall";
983
+ import { default as default984 } from "./components/StatusCompleteSmall";
984
+ import { default as default985 } from "./components/StatusDenied";
985
+ import { default as default986 } from "./components/StatusDeniedSmall";
986
+ import { default as default987 } from "./components/StatusWarningFilled";
987
+ import { default as default988 } from "./components/StatusWarningFilledSmall";
988
+ import { default as default989 } from "./components/Stop";
989
+ import { default as default990 } from "./components/StopFilled";
990
+ import { default as default991 } from "./components/StopFilledSmall";
991
+ import { default as default992 } from "./components/StopSmall";
992
+ import { default as default993 } from "./components/StretchContent";
993
+ import { default as default994 } from "./components/StretchContentSmall";
994
+ import { default as default995 } from "./components/Strikethrough";
995
+ import { default as default996 } from "./components/StrikethroughSmall";
996
+ import { default as default997 } from "./components/SwapImage";
997
+ import { default as default998 } from "./components/SwapImageSmall";
998
+ import { default as default999 } from "./components/TS";
999
+ import { default as default1000 } from "./components/TSSmall";
1000
+ import { default as default1001 } from "./components/TableChart";
1001
+ import { default as default1002 } from "./components/TableChartSmall";
1002
+ import { default as default1003 } from "./components/TableReservation";
1003
+ import { default as default1004 } from "./components/TableReservationSmall";
1004
+ import { default as default1005 } from "./components/Tablet";
1005
+ import { default as default1006 } from "./components/TabletSmall";
1006
+ import { default as default1007 } from "./components/Tag";
1007
+ import { default as default1008 } from "./components/TagSmall";
1008
+ import { default as default1009 } from "./components/TaskAdd";
1009
+ import { default as default1010 } from "./components/TaskAddSmall";
1010
+ import { default as default1011 } from "./components/Tax";
1011
+ import { default as default1012 } from "./components/TaxSmall";
1012
+ import { default as default1013 } from "./components/Temperature";
1013
+ import { default as default1014 } from "./components/TemperatureSmall";
1014
+ import { default as default1015 } from "./components/Template";
1015
+ import { default as default1016 } from "./components/TemplateSmall";
1016
+ import { default as default1017 } from "./components/Text";
1017
+ import { default as default1018 } from "./components/TextAlignCenter";
1018
+ import { default as default1019 } from "./components/TextAlignCenterSmall";
1019
+ import { default as default1020 } from "./components/TextAlignLeft";
1020
+ import { default as default1021 } from "./components/TextAlignLeftSmall";
1021
+ import { default as default1022 } from "./components/TextAlignRight";
1022
+ import { default as default1023 } from "./components/TextAlignRightSmall";
1023
+ import { default as default1024 } from "./components/TextAnimation";
1024
+ import { default as default1025 } from "./components/TextAnimationSmall";
1025
+ import { default as default1026 } from "./components/TextColor";
1026
+ import { default as default1027 } from "./components/TextColorSmall";
1027
+ import { default as default1028 } from "./components/TextHighlightColor";
1028
+ import { default as default1029 } from "./components/TextHighlightColorSmall";
1029
+ import { default as default1030 } from "./components/TextJustify";
1030
+ import { default as default1031 } from "./components/TextJustifySmall";
1031
+ import { default as default1032 } from "./components/TextLineSpacing";
1032
+ import { default as default1033 } from "./components/TextLineSpacingSmall";
1033
+ import { default as default1034 } from "./components/TextSettings";
1034
+ import { default as default1035 } from "./components/TextSettingsSmall";
1035
+ import { default as default1036 } from "./components/TextSmall";
1036
+ import { default as default1037 } from "./components/TextSparkles";
1037
+ import { default as default1038 } from "./components/TextSparklesSmall";
1038
+ import { default as default1039 } from "./components/TextStrokeColor";
1039
+ import { default as default1040 } from "./components/TextStrokeColorSmall";
1040
+ import { default as default1041 } from "./components/TextStyles";
1041
+ import { default as default1042 } from "./components/TextStylesSmall";
1042
+ import { default as default1043 } from "./components/TextTwist";
1043
+ import { default as default1044 } from "./components/TextTwistSmall";
1044
+ import { default as default1045 } from "./components/ThreeFourRatio";
1045
+ import { default as default1046 } from "./components/ThreeFourRatioSmall";
1046
+ import { default as default1047 } from "./components/ThreeTwoRatio";
1047
+ import { default as default1048 } from "./components/ThreeTwoRatioSmall";
1048
+ import { default as default1049 } from "./components/Thumbnails";
1049
+ import { default as default1050 } from "./components/ThumbnailsSmall";
1050
+ import { default as default1051 } from "./components/ThumbsDown";
1051
+ import { default as default1052 } from "./components/ThumbsDownSmall";
1052
+ import { default as default1053 } from "./components/ThumbsUp";
1053
+ import { default as default1054 } from "./components/ThumbsUpSmall";
1054
+ import { default as default1055 } from "./components/TikTok";
1055
+ import { default as default1056 } from "./components/TikTokSmall";
1056
+ import { default as default1057 } from "./components/Time";
1057
+ import { default as default1058 } from "./components/TimeSmall";
1058
+ import { default as default1059 } from "./components/TimelineView";
1059
+ import { default as default1060 } from "./components/TimelineViewSmall";
1060
+ import { default as default1061 } from "./components/Toolbox";
1061
+ import { default as default1062 } from "./components/ToolboxSmall";
1062
+ import { default as default1063 } from "./components/Transition";
1063
+ import { default as default1064 } from "./components/TransitionSmall";
1064
+ import { default as default1065 } from "./components/Trending";
1065
+ import { default as default1066 } from "./components/TrendingSmall";
1066
+ import { default as default1067 } from "./components/TwentyOneNineRatio";
1067
+ import { default as default1068 } from "./components/TwentyOneNineRatioSmall";
1068
+ import { default as default1069 } from "./components/Twitch";
1069
+ import { default as default1070 } from "./components/TwitchSmall";
1070
+ import { default as default1071 } from "./components/Twitter";
1071
+ import { default as default1072 } from "./components/TwitterSmall";
1072
+ import { default as default1073 } from "./components/TwoThreeRatio";
1073
+ import { default as default1074 } from "./components/TwoThreeRatioSmall";
1074
+ import { default as default1075 } from "./components/Underline";
1075
+ import { default as default1076 } from "./components/UnderlineSmall";
1076
+ import { default as default1077 } from "./components/Undo";
1077
+ import { default as default1078 } from "./components/UndoSmall";
1078
+ import { default as default1079 } from "./components/Ungroup";
1079
+ import { default as default1080 } from "./components/UngroupSmall";
1080
+ import { default as default1081 } from "./components/Unlink";
1081
+ import { default as default1082 } from "./components/UnlinkSmall";
1082
+ import { default as default1083 } from "./components/Unsaved";
1083
+ import { default as default1084 } from "./components/UnsavedSmall";
1084
+ import { default as default1085 } from "./components/UploadExport";
1085
+ import { default as default1086 } from "./components/UploadExportSmall";
1086
+ import { default as default1087 } from "./components/UploadImage";
1087
+ import { default as default1088 } from "./components/UploadImageSmall";
1088
+ import { default as default1089 } from "./components/UpperCase";
1089
+ import { default as default1090 } from "./components/UpperCaseSmall";
1090
+ import { default as default1091 } from "./components/User";
1091
+ import { default as default1092 } from "./components/UserAdd";
1092
+ import { default as default1093 } from "./components/UserAddSmall";
1093
+ import { default as default1094 } from "./components/UserRemove";
1094
+ import { default as default1095 } from "./components/UserRemoveSmall";
1095
+ import { default as default1096 } from "./components/UserSmall";
1096
+ import { default as default1097 } from "./components/Users";
1097
+ import { default as default1098 } from "./components/UsersSmall";
1098
+ import { default as default1099 } from "./components/Vector";
1099
+ import { default as default1100 } from "./components/VectorSmall";
1100
+ import { default as default1101 } from "./components/VerticalRatio";
1101
+ import { default as default1102 } from "./components/VerticalRatioSmall";
1102
+ import { default as default1103 } from "./components/VerticalText";
1103
+ import { default as default1104 } from "./components/VerticalTextSmall";
1104
+ import { default as default1105 } from "./components/VideoCamera";
1105
+ import { default as default1106 } from "./components/VideoCameraDisabled";
1106
+ import { default as default1107 } from "./components/VideoCameraDisabledSmall";
1107
+ import { default as default1108 } from "./components/VideoCameraSmall";
1108
+ import { default as default1109 } from "./components/VideoFile";
1109
+ import { default as default1110 } from "./components/VideoFileSmall";
1110
+ import { default as default1111 } from "./components/ViewExternal";
1111
+ import { default as default1112 } from "./components/ViewExternalSmall";
1112
+ import { default as default1113 } from "./components/Vignette";
1113
+ import { default as default1114 } from "./components/VignetteSmall";
1114
+ import { default as default1115 } from "./components/Vimeo";
1115
+ import { default as default1116 } from "./components/VimeoSmall";
1116
+ import { default as default1117 } from "./components/Visible";
1117
+ import { default as default1118 } from "./components/VisibleSmall";
1118
+ import { default as default1119 } from "./components/Waveform";
1119
+ import { default as default1120 } from "./components/WaveformSmall";
1120
+ import { default as default1121 } from "./components/Whatsapp";
1121
+ import { default as default1122 } from "./components/WhatsappSmall";
1122
+ import { default as default1123 } from "./components/Widgets";
1123
+ import { default as default1124 } from "./components/WidgetsSmall";
1124
+ import { default as default1125 } from "./components/Width";
1125
+ import { default as default1126 } from "./components/WidthSmall";
1126
+ import { default as default1127 } from "./components/WixBooking";
1127
+ import { default as default1128 } from "./components/WixBookingSmall";
1128
+ import { default as default1129 } from "./components/WixForms";
1129
+ import { default as default1130 } from "./components/WixFormsSmall";
1130
+ import { default as default1131 } from "./components/WixMenu";
1131
+ import { default as default1132 } from "./components/WixMenuSmall";
1132
+ import { default as default1133 } from "./components/WixSocialPosts";
1133
+ import { default as default1134 } from "./components/WixSocialPostsSmall";
1134
+ import { default as default1135 } from "./components/Wrap";
1135
+ import { default as default1136 } from "./components/WrapSmall";
1136
+ import { default as default1137 } from "./components/XCorp";
1137
+ import { default as default1138 } from "./components/XCorpSmall";
1138
+ import { default as default1139 } from "./components/Yahoo";
1139
+ import { default as default1140 } from "./components/YahooSmall";
1140
+ import { default as default1141 } from "./components/YandexEn";
1141
+ import { default as default1142 } from "./components/YandexEnSmall";
1142
+ import { default as default1143 } from "./components/YandexRu";
1143
+ import { default as default1144 } from "./components/YandexRuSmall";
1144
+ import { default as default1145 } from "./components/Yelp";
1145
+ import { default as default1146 } from "./components/YelpSmall";
1146
+ import { default as default1147 } from "./components/Youtube";
1147
+ import { default as default1148 } from "./components/YoutubeFilled";
1148
+ import { default as default1149 } from "./components/YoutubeFilledSmall";
1149
+ import { default as default1150 } from "./components/YoutubeSmall";
1150
+ import { default as default1151 } from "./components/ZoomIn";
1151
+ import { default as default1152 } from "./components/ZoomInSmall";
1152
+ import { default as default1153 } from "./components/ZoomOut";
1153
+ import { default as default1154 } from "./components/ZoomOutSmall";
1148
1154
  export {
1149
1155
  default2 as AIChatbot,
1150
1156
  default3 as AIChatbotSmall,
@@ -1564,733 +1570,739 @@ export {
1564
1570
  default417 as ForwardTopSmall,
1565
1571
  default418 as FourThreeRatio,
1566
1572
  default419 as FourThreeRatioSmall,
1567
- default420 as Gallery,
1568
- default421 as GallerySmall,
1569
- default422 as Game,
1570
- default423 as GameSmall,
1571
- default424 as Gemini,
1572
- default425 as GeminiSmall,
1573
- default426 as GeneratedAssetSparkle,
1574
- default427 as GeneratedAssetSparkleSmall,
1575
- default428 as GetStarted,
1576
- default429 as GetStartedSmall,
1577
- default430 as Gift,
1578
- default431 as GiftSmall,
1579
- default432 as GitHub,
1580
- default433 as GitHubSmall,
1581
- default434 as GlitterButton,
1582
- default435 as GlitterButtonSmall,
1583
- default436 as Globe,
1584
- default437 as GlobeSmall,
1585
- default438 as GlutenFree,
1586
- default439 as Google,
1587
- default440 as GoogleAds,
1588
- default441 as GoogleAdsSmall,
1589
- default442 as GoogleSmall,
1590
- default443 as Gradient,
1591
- default444 as GradientSmall,
1592
- default445 as Grafana,
1593
- default446 as GrafanaSmall,
1594
- default447 as Grain,
1595
- default448 as GrainSmall,
1596
- default449 as GridView,
1597
- default450 as GridViewSmall,
1598
- default451 as Group,
1599
- default452 as GroupSmall,
1600
- default453 as Handle,
1601
- default454 as HandleSmall,
1602
- default455 as HeadingFive,
1603
- default456 as HeadingFiveSmall,
1604
- default457 as HeadingFour,
1605
- default458 as HeadingFourSmall,
1606
- default459 as HeadingOne,
1607
- default460 as HeadingOneSmall,
1608
- default461 as HeadingSix,
1609
- default462 as HeadingSixSmall,
1610
- default463 as HeadingThree,
1611
- default464 as HeadingThreeSmall,
1612
- default465 as HeadingTwo,
1613
- default466 as HeadingTwoSmall,
1614
- default467 as Heart,
1615
- default468 as HeartFilled,
1616
- default469 as HeartFilledSmall,
1617
- default470 as HeartSmall,
1618
- default471 as Height,
1619
- default472 as HeightSmall,
1620
- default473 as Help,
1621
- default474 as HelpCircle,
1622
- default475 as HelpCircleSmall,
1623
- default476 as HelpSmall,
1624
- default477 as Hidden,
1625
- default478 as HiddenSmall,
1626
- default479 as HideSidebar,
1627
- default480 as HideSidebarSmall,
1628
- default481 as Highlights,
1629
- default482 as HighlightsSmall,
1630
- default483 as Hint,
1631
- default484 as HintSmall,
1632
- default485 as History,
1633
- default486 as HistorySmall,
1634
- default487 as Home,
1635
- default488 as HomeSmall,
1636
- default489 as HorizontalMenu,
1637
- default490 as HorizontalMenuSmall,
1638
- default491 as HorizontalRatio,
1639
- default492 as HorizontalRatioSmall,
1640
- default493 as HorizontalText,
1641
- default494 as HorizontalTextSmall,
1642
- default495 as HugContent,
1643
- default496 as HugContentSmall,
1644
- default497 as HugContentVertical,
1645
- default498 as HugContentVerticalSmall,
1646
- default499 as Image,
1647
- default500 as ImageSmall,
1648
- default501 as ImageSparkles,
1649
- default502 as ImageSparklesSmall,
1650
- default503 as IncreaseIndent,
1651
- default504 as IncreaseIndentSmall,
1652
- default505 as IndividualPaddings,
1653
- default506 as IndividualPaddingsSmall,
1654
- default507 as InfoCircle,
1655
- default508 as InfoCircleFilled,
1656
- default509 as InfoCircleFilledSmall,
1657
- default510 as InfoCircleSmall,
1658
- default511 as InnerShadow,
1659
- default512 as InnerShadowSmall,
1660
- default513 as Input,
1661
- default514 as InputArea,
1662
- default515 as InputAreaSmall,
1663
- default516 as InputSmall,
1664
- default517 as Instagram,
1665
- default518 as InstagramSmall,
1666
- default519 as Integrations,
1667
- default520 as IntegrationsSmall,
1668
- default521 as Intersect,
1669
- default522 as IntersectSmall,
1670
- default523 as Invoice,
1671
- default524 as InvoiceSmall,
1672
- default525 as InwardArrowsAll,
1673
- default526 as InwardArrowsAllSmall,
1674
- default527 as Italic,
1675
- default528 as ItalicSmall,
1676
- default529 as JS,
1677
- default530 as JSSmall,
1678
- default531 as JSW,
1679
- default532 as JSWSmall,
1680
- default533 as JSX,
1681
- default534 as JSXSmall,
1682
- default535 as Kanban,
1683
- default536 as KanbanSmall,
1684
- default537 as Keyboard,
1685
- default538 as KeyboardSmall,
1686
- default539 as Keypad,
1687
- default540 as KeypadSmall,
1688
- default541 as Kosher,
1689
- default542 as KosherSmall,
1690
- default543 as Languages,
1691
- default544 as LanguagesAdd,
1692
- default545 as LanguagesAddSmall,
1693
- default546 as LanguagesSmall,
1694
- default547 as LargeDesktop,
1695
- default548 as LargeDesktopSmall,
1696
- default549 as LargeSize,
1697
- default550 as LargeSizeSmall,
1698
- default551 as Layers,
1699
- default552 as LayersSmall,
1700
- default553 as LayoutFull,
1701
- default554 as LayoutFullSmall,
1702
- default555 as LayoutGallery,
1703
- default556 as LayoutGallerySmall,
1704
- default557 as LayoutGalleryWithPanel,
1705
- default558 as LayoutGalleryWithPanelSmall,
1706
- default559 as LayoutGalleryWithPanelsSparkles,
1707
- default560 as LayoutGalleryWithPanelsSparklesSmall,
1708
- default561 as LayoutGrid,
1709
- default562 as LayoutGridSmall,
1710
- default563 as LayoutSplit,
1711
- default564 as LayoutSplitSmall,
1712
- default565 as LayoutThird,
1713
- default566 as LayoutThirdSmall,
1714
- default567 as LayoutThreeColumns,
1715
- default568 as LayoutThreeColumnsGrid,
1716
- default569 as LayoutThreeColumnsGridSmall,
1717
- default570 as LayoutThreeColumnsSmall,
1718
- default571 as LayoutThreeRows,
1719
- default572 as LayoutThreeRowsSmall,
1720
- default573 as LayoutTwoColumns,
1721
- default574 as LayoutTwoColumnsGrid,
1722
- default575 as LayoutTwoColumnsGridSmall,
1723
- default576 as LayoutTwoColumnsSmall,
1724
- default577 as LayoutTwoColumnsSplit,
1725
- default578 as LayoutTwoColumnsSplitSmall,
1726
- default579 as LayoutTwoRows,
1727
- default580 as LayoutTwoRowsSmall,
1728
- default581 as LayoutTwoThirds,
1729
- default582 as LayoutTwoThirdsSmall,
1730
- default583 as LeftAlignmentInner,
1731
- default584 as LeftAlignmentInnerSmall,
1732
- default585 as LineChart,
1733
- default586 as LineChartSmall,
1734
- default587 as LineDifferentWidth,
1735
- default588 as LineDifferentWidthSmall,
1736
- default589 as LineDotted,
1737
- default590 as LineDottedSmall,
1738
- default591 as LineEndArrowLeft,
1739
- default592 as LineEndArrowLeftSmall,
1740
- default593 as LineEndArrowRight,
1741
- default594 as LineEndArrowRightSmall,
1742
- default595 as LineEndSquare,
1743
- default596 as LineEndSquareRight,
1744
- default597 as LineEndSquareRightSmall,
1745
- default598 as LineEndSquareSmall,
1746
- default599 as LineTrianglesFilled,
1747
- default600 as LineTrianglesFilledSmall,
1748
- default601 as Link,
1749
- default602 as LinkSmall,
1750
- default603 as LinkedElement,
1751
- default604 as LinkedElementSmall,
1752
- default605 as LinkedIn,
1753
- default606 as LinkedInSmall,
1754
- default607 as List,
1755
- default608 as ListSmall,
1756
- default609 as Location,
1757
- default610 as LocationSmall,
1758
- default611 as LockLocked,
1759
- default612 as LockLockedSmall,
1760
- default613 as LockUnlocked,
1761
- default614 as LockUnlockedSmall,
1762
- default615 as Logo,
1763
- default616 as LogoSmall,
1764
- default617 as Lottie,
1765
- default618 as LottieSmall,
1766
- default619 as LowerCase,
1767
- default620 as LowerCaseSmall,
1768
- default621 as Ltr,
1769
- default622 as LtrSmall,
1770
- default623 as MagicWandSparkles,
1771
- default624 as MagicWandSparklesSmall,
1772
- default625 as Mailbox,
1773
- default626 as MailboxSmall,
1774
- default627 as ManagePhotos,
1775
- default628 as ManagePhotosSmall,
1776
- default629 as Map,
1777
- default630 as MapSmall,
1778
- default631 as MasonryGrid,
1779
- default632 as MasonryGridSmall,
1780
- default633 as MatchSize,
1781
- default634 as MatchSizeSmall,
1782
- default635 as Maximize,
1783
- default636 as MaximizeSmall,
1784
- default637 as MediumSize,
1785
- default638 as MediumSizeSmall,
1786
- default639 as Menu,
1787
- default640 as MenuSmall,
1788
- default641 as MergeCell,
1789
- default642 as MergeCellSmall,
1790
- default643 as Microphone,
1791
- default644 as MicrophoneDisabled,
1792
- default645 as MicrophoneDisabledSmall,
1793
- default646 as MicrophoneSmall,
1794
- default647 as Microsoft,
1795
- default648 as Microsoft365,
1796
- default649 as Microsoft365Small,
1797
- default650 as MicrosoftSmall,
1798
- default651 as Minimise,
1799
- default652 as MinimiseSmall,
1800
- default653 as Minus,
1801
- default654 as MinusSmall,
1802
- default655 as MirrorHorizontal,
1803
- default656 as MirrorHorizontalSmall,
1804
- default657 as MirrorVertical,
1805
- default658 as MirrorVerticalSmall,
1806
- default659 as Mobile,
1807
- default660 as MobileDisconnect,
1808
- default661 as MobileDisconnectSmall,
1809
- default662 as MobileSmall,
1810
- default663 as More,
1811
- default664 as MoreFilled,
1812
- default665 as MoreFilledSmall,
1813
- default666 as MoreSmall,
1814
- default667 as MultiSelect,
1815
- default668 as MultiSelectSmall,
1816
- default669 as Multilingual,
1817
- default670 as MultilingualSmall,
1818
- default671 as Music,
1819
- default672 as MusicLibrary,
1820
- default673 as MusicLibrarySmall,
1821
- default674 as MusicSmall,
1822
- default675 as Naver,
1823
- default676 as NaverSmall,
1824
- default677 as NewChat,
1825
- default678 as NewChatSmall,
1826
- default679 as Newspaper,
1827
- default680 as NewspaperSmall,
1828
- default681 as None,
1829
- default682 as NoneSmall,
1830
- default683 as Note,
1831
- default684 as NoteSmall,
1832
- default685 as Notification,
1833
- default686 as NotificationSmall,
1834
- default687 as Number,
1835
- default688 as NumberSmall,
1836
- default689 as NumberedList,
1837
- default690 as NumberedListSmall,
1838
- default691 as ObjectPositionBottom,
1839
- default692 as ObjectPositionBottomSmall,
1840
- default693 as ObjectPositionLeft,
1841
- default694 as ObjectPositionLeftSmall,
1842
- default695 as ObjectPositionRight,
1843
- default696 as ObjectPositionRightSmall,
1844
- default697 as ObjectPositionTop,
1845
- default698 as ObjectPositionTopSmall,
1846
- default699 as ObjectSelectionTool,
1847
- default700 as ObjectSelectionToolSmall,
1848
- default701 as Objects,
1849
- default702 as ObjectsSmall,
1850
- default703 as Offline,
1851
- default704 as OfflineSmall,
1852
- default705 as OneEightRatio,
1853
- default706 as OneEightRatioSmall,
1854
- default707 as OneFourRatio,
1855
- default708 as OneFourRatioSmall,
1856
- default709 as Opacity,
1857
- default710 as OpacitySmall,
1858
- default711 as OpenSidebar,
1859
- default712 as OpenSidebarSmall,
1860
- default713 as OptimizeImage,
1861
- default714 as OptimizeImageSmall,
1862
- default715 as Order,
1863
- default716 as OrderSmall,
1864
- default717 as Organic,
1865
- default718 as OrganicSmall,
1866
- default719 as PaddingBottom,
1867
- default720 as PaddingBottomSmall,
1868
- default721 as PaddingHorizontal,
1869
- default722 as PaddingHorizontalSmall,
1870
- default723 as PaddingLeft,
1871
- default724 as PaddingLeftSmall,
1872
- default725 as PaddingRight,
1873
- default726 as PaddingRightSmall,
1874
- default727 as PaddingTop,
1875
- default728 as PaddingTopSmall,
1876
- default729 as PaddingVertical,
1877
- default730 as PaddingVerticalSmall,
1878
- default731 as Page,
1879
- default732 as PageAdd,
1880
- default733 as PageAddSmall,
1881
- default734 as PageCode,
1882
- default735 as PageCodeSmall,
1883
- default736 as PageSmall,
1884
- default737 as Pages,
1885
- default738 as PagesSmall,
1886
- default739 as PaidPlans,
1887
- default740 as PaidPlansSmall,
1888
- default741 as PanTool,
1889
- default742 as PanToolSmall,
1890
- default743 as Passkey,
1891
- default744 as PasskeySmall,
1892
- default745 as Paste,
1893
- default746 as PasteSmall,
1894
- default747 as Pause,
1895
- default748 as PauseFilled,
1896
- default749 as PauseFilledSmall,
1897
- default750 as PauseSmall,
1898
- default751 as Payment,
1899
- default752 as PaymentSmall,
1900
- default753 as PenNib,
1901
- default754 as PenNibSmall,
1902
- default755 as Perplexity,
1903
- default756 as PerplexitySmall,
1904
- default757 as Phone,
1905
- default758 as PhoneSmall,
1906
- default759 as PhotoCamera,
1907
- default760 as PhotoCameraSmall,
1908
- default761 as Pickup,
1909
- default762 as PickupSmall,
1910
- default763 as Pin,
1911
- default764 as PinFill,
1912
- default765 as PinFillSmall,
1913
- default766 as PinSmall,
1914
- default767 as Pinterest,
1915
- default768 as PinterestSmall,
1916
- default769 as Pipette,
1917
- default770 as PipetteSmall,
1918
- default771 as Plant,
1919
- default772 as PlantSmall,
1920
- default773 as Play,
1921
- default774 as PlayFilled,
1922
- default775 as PlayFilledSmall,
1923
- default776 as PlaySmall,
1924
- default777 as Popular,
1925
- default778 as PopularSmall,
1926
- default779 as Popup,
1927
- default780 as PopupSmall,
1928
- default781 as Portfolio,
1929
- default782 as PortfolioSmall,
1930
- default783 as PositionBottom,
1931
- default784 as PositionBottomSmall,
1932
- default785 as PositionLeft,
1933
- default786 as PositionLeftSmall,
1934
- default787 as PositionRight,
1935
- default788 as PositionRightSmall,
1936
- default789 as PositionTop,
1937
- default790 as PositionTopSmall,
1938
- default791 as Premium,
1939
- default792 as PremiumSmall,
1940
- default793 as ProGalleries,
1941
- default794 as ProGalleriesSmall,
1942
- default795 as Process,
1943
- default796 as ProcessSmall,
1944
- default797 as Profile,
1945
- default798 as ProfileSmall,
1946
- default799 as Promote,
1947
- default800 as PromoteSmall,
1948
- default801 as Publish,
1949
- default802 as PublishSmall,
1950
- default803 as QR,
1951
- default804 as QRSmall,
1952
- default805 as QuickActions,
1953
- default806 as QuickActionsSmall,
1954
- default807 as Quote,
1955
- default808 as QuoteSmall,
1956
- default809 as RadioButtonGroup,
1957
- default810 as RadioButtonGroupSmall,
1958
- default811 as Reddit,
1959
- default812 as RedditSmall,
1960
- default813 as Redo,
1961
- default814 as RedoSmall,
1962
- default815 as Reels,
1963
- default816 as ReelsSmall,
1964
- default817 as Refresh,
1965
- default818 as RefreshSmall,
1966
- default819 as RegenerateSparkle,
1967
- default820 as RegenerateSparkleSmall,
1968
- default821 as RelatedApps,
1969
- default822 as RelatedAppsSmall,
1970
- default823 as Remix,
1971
- default824 as RemixSmall,
1972
- default825 as Reorder,
1973
- default826 as ReorderSmall,
1974
- default827 as Replace,
1975
- default828 as ReplaceSmall,
1976
- default829 as Required,
1977
- default830 as RequiredSmall,
1978
- default831 as RestaurantsOrders,
1979
- default832 as RestaurantsOrdersSmall,
1980
- default833 as Revert,
1981
- default834 as RevertClockwise,
1982
- default835 as RevertClockwiseSmall,
1983
- default836 as RevertSmall,
1984
- default837 as Reviews,
1985
- default838 as ReviewsSmall,
1986
- default839 as RichText,
1987
- default840 as RichTextSmall,
1988
- default841 as RightAlignmentInner,
1989
- default842 as RightAlignmentInnerSmall,
1990
- default843 as RotateLeft,
1991
- default844 as RotateLeftSmall,
1992
- default845 as RotateRight,
1993
- default846 as RotateRightSmall,
1994
- default847 as RoundCorner,
1995
- default848 as RoundCornerSmall,
1996
- default849 as RoundedCorner,
1997
- default850 as RoundedCornerBottomLeft,
1998
- default851 as RoundedCornerBottomLeftSmall,
1999
- default852 as RoundedCornerBottomRight,
2000
- default853 as RoundedCornerBottomRightSmall,
2001
- default854 as RoundedCornerSmall,
2002
- default855 as RoundedCornerTopLeft,
2003
- default856 as RoundedCornerTopLeftSmall,
2004
- default857 as Rtl,
2005
- default858 as RtlSmall,
2006
- default859 as Rule,
2007
- default860 as RuleSmall,
2008
- default861 as SEOAndAccessibility,
2009
- default862 as SEOAndAccessibilitySmall,
2010
- default863 as Saturation,
2011
- default864 as SaturationSmall,
2012
- default865 as Saved,
2013
- default866 as SavedSmall,
2014
- default867 as Search,
2015
- default868 as SearchSmall,
2016
- default869 as Section,
2017
- default870 as SectionDividerBottom,
2018
- default871 as SectionDividerBottomSmall,
2019
- default872 as SectionDividerTop,
2020
- default873 as SectionDividerTopSmall,
2021
- default874 as SectionSmall,
2022
- default875 as SectionSparkles,
2023
- default876 as SectionSparklesSmall,
2024
- default877 as SelectedTag,
2025
- default878 as SelectedTagSmall,
2026
- default879 as Send,
2027
- default880 as SendSmall,
2028
- default881 as SentenceCase,
2029
- default882 as SentenceCaseSmall,
2030
- default883 as Server,
2031
- default884 as ServerSmall,
2032
- default885 as Settings,
2033
- default886 as SettingsSmall,
2034
- default887 as Shadows,
2035
- default888 as ShadowsSmall,
2036
- default889 as Share,
2037
- default890 as ShareSmall,
2038
- default891 as Sharpness,
2039
- default892 as SharpnessSmall,
2040
- default893 as Shipping,
2041
- default894 as ShippingSmall,
2042
- default895 as Shuffle,
2043
- default896 as ShuffleSmall,
2044
- default897 as Shutterstock,
2045
- default898 as ShutterstockSmall,
2046
- default899 as SidebarUndock,
2047
- default900 as SidebarUndockSmall,
2048
- default901 as Site,
2049
- default902 as SiteMap,
2050
- default903 as SiteMapSmall,
2051
- default904 as SiteRemove,
2052
- default905 as SiteRemoveSmall,
2053
- default906 as SiteSearch,
2054
- default907 as SiteSearchSmall,
2055
- default908 as SiteSmall,
2056
- default909 as SizeAndRatio,
2057
- default910 as SizeAndRatioSmall,
2058
- default911 as SkipBackwards,
2059
- default912 as SkipBackwardsSmall,
2060
- default913 as SkipForward,
2061
- default914 as SkipForwardSmall,
2062
- default915 as Slack,
2063
- default916 as SlackFilled,
2064
- default917 as SlackFilledSmall,
2065
- default918 as SlackSmall,
2066
- default919 as Slider,
2067
- default920 as SlidesSmall,
2068
- default921 as SmallSize,
2069
- default922 as SmallSizeSmall,
2070
- default923 as Smile,
2071
- default924 as SmileSmall,
2072
- default925 as Snapchat,
2073
- default926 as SnapchatSmall,
2074
- default927 as SolidColor,
2075
- default928 as SolidColorSmall,
2076
- default929 as SortAZ,
2077
- default930 as SortAZSmall,
2078
- default931 as SortAscending,
2079
- default932 as SortAscendingSmall,
2080
- default933 as SortDescending,
2081
- default934 as SortDescendingSmall,
2082
- default935 as SortZA,
2083
- default936 as SortZASmall,
2084
- default937 as Sound,
2085
- default938 as SoundCloud,
2086
- default939 as SoundCloudSmall,
2087
- default940 as SoundOff,
2088
- default941 as SoundOffSmall,
2089
- default942 as SoundSmall,
2090
- default943 as SparkleFilled,
2091
- default944 as SparkleFilledSmall,
2092
- default945 as Sparkles,
2093
- default946 as SparklesFilled,
2094
- default947 as SparklesFilledSmall,
2095
- default948 as SparklesSmall,
2096
- default949 as Spicy,
2097
- default950 as SpicySmall,
2098
- default951 as SplitCell,
2099
- default952 as SplitCellSmall,
2100
- default953 as SplitHorizontally,
2101
- default954 as SplitHorizontallySmall,
2102
- default955 as SplitVertically,
2103
- default956 as SplitVerticallySmall,
2104
- default957 as Spotify,
2105
- default958 as SpotifySmall,
2106
- default959 as SquareCorner,
2107
- default960 as SquareCornerSmall,
2108
- default961 as SquareRatio,
2109
- default962 as SquareRatioSmall,
2110
- default963 as Staff,
2111
- default964 as StaffSmall,
2112
- default965 as Star,
2113
- default966 as StarOfDavid,
2114
- default967 as StarOfDavidSmall,
2115
- default968 as StarSmall,
2116
- default969 as Statistics,
2117
- default970 as StatisticsSmall,
2118
- default971 as StatusAlert,
2119
- default972 as StatusAlertFilled,
2120
- default973 as StatusAlertFilledSmall,
2121
- default974 as StatusAlertSmall,
2122
- default975 as StatusComplete,
2123
- default976 as StatusCompleteFilled,
2124
- default977 as StatusCompleteFilledSmall,
2125
- default978 as StatusCompleteSmall,
2126
- default979 as StatusDenied,
2127
- default980 as StatusDeniedSmall,
2128
- default981 as StatusWarningFilled,
2129
- default982 as StatusWarningFilledSmall,
2130
- default983 as Stop,
2131
- default984 as StopFilled,
2132
- default985 as StopFilledSmall,
2133
- default986 as StopSmall,
2134
- default987 as StretchContent,
2135
- default988 as StretchContentSmall,
2136
- default989 as Strikethrough,
2137
- default990 as StrikethroughSmall,
2138
- default991 as SwapImage,
2139
- default992 as SwapImageSmall,
2140
- default993 as TS,
2141
- default994 as TSSmall,
2142
- default995 as TableChart,
2143
- default996 as TableChartSmall,
2144
- default997 as TableReservation,
2145
- default998 as TableReservationSmall,
2146
- default999 as Tablet,
2147
- default1000 as TabletSmall,
2148
- default1001 as Tag,
2149
- default1002 as TagSmall,
2150
- default1003 as TaskAdd,
2151
- default1004 as TaskAddSmall,
2152
- default1005 as Tax,
2153
- default1006 as TaxSmall,
2154
- default1007 as Temperature,
2155
- default1008 as TemperatureSmall,
2156
- default1009 as Template,
2157
- default1010 as TemplateSmall,
2158
- default1011 as Text,
2159
- default1012 as TextAlignCenter,
2160
- default1013 as TextAlignCenterSmall,
2161
- default1014 as TextAlignLeft,
2162
- default1015 as TextAlignLeftSmall,
2163
- default1016 as TextAlignRight,
2164
- default1017 as TextAlignRightSmall,
2165
- default1018 as TextAnimation,
2166
- default1019 as TextAnimationSmall,
2167
- default1020 as TextColor,
2168
- default1021 as TextColorSmall,
2169
- default1022 as TextHighlightColor,
2170
- default1023 as TextHighlightColorSmall,
2171
- default1024 as TextJustify,
2172
- default1025 as TextJustifySmall,
2173
- default1026 as TextLineSpacing,
2174
- default1027 as TextLineSpacingSmall,
2175
- default1028 as TextSettings,
2176
- default1029 as TextSettingsSmall,
2177
- default1030 as TextSmall,
2178
- default1031 as TextSparkles,
2179
- default1032 as TextSparklesSmall,
2180
- default1033 as TextStrokeColor,
2181
- default1034 as TextStrokeColorSmall,
2182
- default1035 as TextStyles,
2183
- default1036 as TextStylesSmall,
2184
- default1037 as TextTwist,
2185
- default1038 as TextTwistSmall,
2186
- default1039 as ThreeFourRatio,
2187
- default1040 as ThreeFourRatioSmall,
2188
- default1041 as ThreeTwoRatio,
2189
- default1042 as ThreeTwoRatioSmall,
2190
- default1043 as Thumbnails,
2191
- default1044 as ThumbnailsSmall,
2192
- default1045 as ThumbsDown,
2193
- default1046 as ThumbsDownSmall,
2194
- default1047 as ThumbsUp,
2195
- default1048 as ThumbsUpSmall,
2196
- default1049 as TikTok,
2197
- default1050 as TikTokSmall,
2198
- default1051 as Time,
2199
- default1052 as TimeSmall,
2200
- default1053 as TimelineView,
2201
- default1054 as TimelineViewSmall,
2202
- default1055 as Toolbox,
2203
- default1056 as ToolboxSmall,
2204
- default1057 as Transition,
2205
- default1058 as TransitionSmall,
2206
- default1059 as Trending,
2207
- default1060 as TrendingSmall,
2208
- default1061 as TwentyOneNineRatio,
2209
- default1062 as TwentyOneNineRatioSmall,
2210
- default1063 as Twitch,
2211
- default1064 as TwitchSmall,
2212
- default1065 as Twitter,
2213
- default1066 as TwitterSmall,
2214
- default1067 as TwoThreeRatio,
2215
- default1068 as TwoThreeRatioSmall,
2216
- default1069 as Underline,
2217
- default1070 as UnderlineSmall,
2218
- default1071 as Undo,
2219
- default1072 as UndoSmall,
2220
- default1073 as Ungroup,
2221
- default1074 as UngroupSmall,
2222
- default1075 as Unlink,
2223
- default1076 as UnlinkSmall,
2224
- default1077 as Unsaved,
2225
- default1078 as UnsavedSmall,
2226
- default1079 as UploadExport,
2227
- default1080 as UploadExportSmall,
2228
- default1081 as UploadImage,
2229
- default1082 as UploadImageSmall,
2230
- default1083 as UpperCase,
2231
- default1084 as UpperCaseSmall,
2232
- default1085 as User,
2233
- default1086 as UserAdd,
2234
- default1087 as UserAddSmall,
2235
- default1088 as UserRemove,
2236
- default1089 as UserRemoveSmall,
2237
- default1090 as UserSmall,
2238
- default1091 as Users,
2239
- default1092 as UsersSmall,
2240
- default1093 as Vector,
2241
- default1094 as VectorSmall,
2242
- default1095 as VerticalRatio,
2243
- default1096 as VerticalRatioSmall,
2244
- default1097 as VerticalText,
2245
- default1098 as VerticalTextSmall,
2246
- default1099 as VideoCamera,
2247
- default1100 as VideoCameraDisabled,
2248
- default1101 as VideoCameraDisabledSmall,
2249
- default1102 as VideoCameraSmall,
2250
- default1103 as VideoFile,
2251
- default1104 as VideoFileSmall,
2252
- default1105 as ViewExternal,
2253
- default1106 as ViewExternalSmall,
2254
- default1107 as Vignette,
2255
- default1108 as VignetteSmall,
2256
- default1109 as Vimeo,
2257
- default1110 as VimeoSmall,
2258
- default1111 as Visible,
2259
- default1112 as VisibleSmall,
2260
- default1113 as Waveform,
2261
- default1114 as WaveformSmall,
2262
- default1115 as Whatsapp,
2263
- default1116 as WhatsappSmall,
2264
- default1117 as Widgets,
2265
- default1118 as WidgetsSmall,
2266
- default1119 as Width,
2267
- default1120 as WidthSmall,
2268
- default1121 as WixBooking,
2269
- default1122 as WixBookingSmall,
2270
- default1123 as WixForms,
2271
- default1124 as WixFormsSmall,
2272
- default1125 as WixMenu,
2273
- default1126 as WixMenuSmall,
2274
- default1127 as WixSocialPosts,
2275
- default1128 as WixSocialPostsSmall,
2276
- default1129 as Wrap,
2277
- default1130 as WrapSmall,
2278
- default1131 as XCorp,
2279
- default1132 as XCorpSmall,
2280
- default1133 as Yahoo,
2281
- default1134 as YahooSmall,
2282
- default1135 as YandexEn,
2283
- default1136 as YandexEnSmall,
2284
- default1137 as YandexRu,
2285
- default1138 as YandexRuSmall,
2286
- default1139 as Yelp,
2287
- default1140 as YelpSmall,
2288
- default1141 as Youtube,
2289
- default1142 as YoutubeFilled,
2290
- default1143 as YoutubeFilledSmall,
2291
- default1144 as YoutubeSmall,
2292
- default1145 as ZoomIn,
2293
- default1146 as ZoomInSmall,
2294
- default1147 as ZoomOut,
2295
- default1148 as ZoomOutSmall
1573
+ default420 as Function,
1574
+ default421 as FunctionSmall,
1575
+ default422 as Gallery,
1576
+ default423 as GallerySmall,
1577
+ default424 as Game,
1578
+ default425 as GameSmall,
1579
+ default426 as Gemini,
1580
+ default427 as GeminiSmall,
1581
+ default428 as GeneratedAssetSparkle,
1582
+ default429 as GeneratedAssetSparkleSmall,
1583
+ default430 as GetStarted,
1584
+ default431 as GetStartedSmall,
1585
+ default432 as Gift,
1586
+ default433 as GiftSmall,
1587
+ default434 as GitHub,
1588
+ default435 as GitHubSmall,
1589
+ default436 as GlitterButton,
1590
+ default437 as GlitterButtonSmall,
1591
+ default438 as Globe,
1592
+ default439 as GlobeSmall,
1593
+ default440 as GlutenFree,
1594
+ default441 as Google,
1595
+ default442 as GoogleAds,
1596
+ default443 as GoogleAdsSmall,
1597
+ default444 as GoogleSmall,
1598
+ default445 as Gradient,
1599
+ default446 as GradientSmall,
1600
+ default447 as Grafana,
1601
+ default448 as GrafanaSmall,
1602
+ default449 as Grain,
1603
+ default450 as GrainSmall,
1604
+ default451 as GridView,
1605
+ default452 as GridViewSmall,
1606
+ default453 as Group,
1607
+ default454 as GroupSmall,
1608
+ default455 as Handle,
1609
+ default456 as HandleSmall,
1610
+ default457 as HeadingFive,
1611
+ default458 as HeadingFiveSmall,
1612
+ default459 as HeadingFour,
1613
+ default460 as HeadingFourSmall,
1614
+ default461 as HeadingOne,
1615
+ default462 as HeadingOneSmall,
1616
+ default463 as HeadingSix,
1617
+ default464 as HeadingSixSmall,
1618
+ default465 as HeadingThree,
1619
+ default466 as HeadingThreeSmall,
1620
+ default467 as HeadingTwo,
1621
+ default468 as HeadingTwoSmall,
1622
+ default469 as Heart,
1623
+ default470 as HeartFilled,
1624
+ default471 as HeartFilledSmall,
1625
+ default472 as HeartSmall,
1626
+ default473 as Height,
1627
+ default474 as HeightSmall,
1628
+ default475 as Help,
1629
+ default476 as HelpCircle,
1630
+ default477 as HelpCircleSmall,
1631
+ default478 as HelpSmall,
1632
+ default479 as Hidden,
1633
+ default480 as HiddenSmall,
1634
+ default481 as HideSidebar,
1635
+ default482 as HideSidebarSmall,
1636
+ default483 as Highlights,
1637
+ default484 as HighlightsSmall,
1638
+ default485 as Hint,
1639
+ default486 as HintSmall,
1640
+ default487 as History,
1641
+ default488 as HistorySmall,
1642
+ default489 as Home,
1643
+ default490 as HomeSmall,
1644
+ default491 as HorizontalMenu,
1645
+ default492 as HorizontalMenuSmall,
1646
+ default493 as HorizontalRatio,
1647
+ default494 as HorizontalRatioSmall,
1648
+ default495 as HorizontalText,
1649
+ default496 as HorizontalTextSmall,
1650
+ default497 as HugContent,
1651
+ default498 as HugContentSmall,
1652
+ default499 as HugContentVertical,
1653
+ default500 as HugContentVerticalSmall,
1654
+ default501 as Image,
1655
+ default502 as ImageSmall,
1656
+ default503 as ImageSparkles,
1657
+ default504 as ImageSparklesSmall,
1658
+ default505 as IncreaseIndent,
1659
+ default506 as IncreaseIndentSmall,
1660
+ default507 as IndividualPaddings,
1661
+ default508 as IndividualPaddingsSmall,
1662
+ default509 as InfoCircle,
1663
+ default510 as InfoCircleFilled,
1664
+ default511 as InfoCircleFilledSmall,
1665
+ default512 as InfoCircleSmall,
1666
+ default513 as InnerShadow,
1667
+ default514 as InnerShadowSmall,
1668
+ default515 as Input,
1669
+ default516 as InputArea,
1670
+ default517 as InputAreaSmall,
1671
+ default518 as InputSmall,
1672
+ default519 as Instagram,
1673
+ default520 as InstagramSmall,
1674
+ default521 as Integrations,
1675
+ default522 as IntegrationsSmall,
1676
+ default523 as Intersect,
1677
+ default524 as IntersectSmall,
1678
+ default525 as Invoice,
1679
+ default526 as InvoiceSmall,
1680
+ default527 as InwardArrowsAll,
1681
+ default528 as InwardArrowsAllSmall,
1682
+ default529 as Italic,
1683
+ default530 as ItalicSmall,
1684
+ default531 as JS,
1685
+ default532 as JSSmall,
1686
+ default533 as JSW,
1687
+ default534 as JSWSmall,
1688
+ default535 as JSX,
1689
+ default536 as JSXSmall,
1690
+ default537 as Kanban,
1691
+ default538 as KanbanSmall,
1692
+ default539 as Keyboard,
1693
+ default540 as KeyboardSmall,
1694
+ default541 as Keypad,
1695
+ default542 as KeypadSmall,
1696
+ default543 as Kosher,
1697
+ default544 as KosherSmall,
1698
+ default545 as Languages,
1699
+ default546 as LanguagesAdd,
1700
+ default547 as LanguagesAddSmall,
1701
+ default548 as LanguagesSmall,
1702
+ default549 as LargeDesktop,
1703
+ default550 as LargeDesktopSmall,
1704
+ default551 as LargeSize,
1705
+ default552 as LargeSizeSmall,
1706
+ default553 as Layers,
1707
+ default554 as LayersSmall,
1708
+ default555 as LayoutFull,
1709
+ default556 as LayoutFullSmall,
1710
+ default557 as LayoutGallery,
1711
+ default558 as LayoutGallerySmall,
1712
+ default559 as LayoutGalleryWithPanel,
1713
+ default560 as LayoutGalleryWithPanelSmall,
1714
+ default561 as LayoutGalleryWithPanelsSparkles,
1715
+ default562 as LayoutGalleryWithPanelsSparklesSmall,
1716
+ default563 as LayoutGrid,
1717
+ default564 as LayoutGridSmall,
1718
+ default565 as LayoutSplit,
1719
+ default566 as LayoutSplitSmall,
1720
+ default567 as LayoutThird,
1721
+ default568 as LayoutThirdSmall,
1722
+ default569 as LayoutThreeColumns,
1723
+ default570 as LayoutThreeColumnsGrid,
1724
+ default571 as LayoutThreeColumnsGridSmall,
1725
+ default572 as LayoutThreeColumnsSmall,
1726
+ default573 as LayoutThreeRows,
1727
+ default574 as LayoutThreeRowsSmall,
1728
+ default575 as LayoutTwoColumns,
1729
+ default576 as LayoutTwoColumnsGrid,
1730
+ default577 as LayoutTwoColumnsGridSmall,
1731
+ default578 as LayoutTwoColumnsSmall,
1732
+ default579 as LayoutTwoColumnsSplit,
1733
+ default580 as LayoutTwoColumnsSplitSmall,
1734
+ default581 as LayoutTwoRows,
1735
+ default582 as LayoutTwoRowsSmall,
1736
+ default583 as LayoutTwoThirds,
1737
+ default584 as LayoutTwoThirdsSmall,
1738
+ default585 as LeftAlignmentInner,
1739
+ default586 as LeftAlignmentInnerSmall,
1740
+ default587 as LineChart,
1741
+ default588 as LineChartSmall,
1742
+ default589 as LineDifferentWidth,
1743
+ default590 as LineDifferentWidthSmall,
1744
+ default591 as LineDotted,
1745
+ default592 as LineDottedSmall,
1746
+ default593 as LineEndArrowLeft,
1747
+ default594 as LineEndArrowLeftSmall,
1748
+ default595 as LineEndArrowRight,
1749
+ default596 as LineEndArrowRightSmall,
1750
+ default597 as LineEndSquare,
1751
+ default598 as LineEndSquareRight,
1752
+ default599 as LineEndSquareRightSmall,
1753
+ default600 as LineEndSquareSmall,
1754
+ default601 as LineTrianglesFilled,
1755
+ default602 as LineTrianglesFilledSmall,
1756
+ default603 as Link,
1757
+ default604 as LinkSmall,
1758
+ default605 as LinkedElement,
1759
+ default606 as LinkedElementSmall,
1760
+ default607 as LinkedIn,
1761
+ default608 as LinkedInSmall,
1762
+ default609 as List,
1763
+ default610 as ListSmall,
1764
+ default611 as Location,
1765
+ default612 as LocationSmall,
1766
+ default613 as LockLocked,
1767
+ default614 as LockLockedSmall,
1768
+ default615 as LockUnlocked,
1769
+ default616 as LockUnlockedSmall,
1770
+ default617 as Logo,
1771
+ default618 as LogoSmall,
1772
+ default619 as Lottie,
1773
+ default620 as LottieSmall,
1774
+ default621 as LowerCase,
1775
+ default622 as LowerCaseSmall,
1776
+ default623 as Ltr,
1777
+ default624 as LtrSmall,
1778
+ default625 as MagicWandSparkles,
1779
+ default626 as MagicWandSparklesSmall,
1780
+ default627 as Mailbox,
1781
+ default628 as MailboxSmall,
1782
+ default629 as ManagePhotos,
1783
+ default630 as ManagePhotosSmall,
1784
+ default631 as Map,
1785
+ default632 as MapSmall,
1786
+ default633 as MasonryGrid,
1787
+ default634 as MasonryGridSmall,
1788
+ default635 as MatchSize,
1789
+ default636 as MatchSizeSmall,
1790
+ default637 as Maximize,
1791
+ default638 as MaximizeSmall,
1792
+ default639 as MediumSize,
1793
+ default640 as MediumSizeSmall,
1794
+ default641 as Menu,
1795
+ default642 as MenuSmall,
1796
+ default643 as MergeCell,
1797
+ default644 as MergeCellSmall,
1798
+ default645 as Microphone,
1799
+ default646 as MicrophoneDisabled,
1800
+ default647 as MicrophoneDisabledSmall,
1801
+ default648 as MicrophoneSmall,
1802
+ default649 as Microsoft,
1803
+ default650 as Microsoft365,
1804
+ default651 as Microsoft365Small,
1805
+ default652 as MicrosoftSmall,
1806
+ default653 as Minimise,
1807
+ default654 as MinimiseSmall,
1808
+ default655 as Minus,
1809
+ default656 as MinusSmall,
1810
+ default657 as MirrorHorizontal,
1811
+ default658 as MirrorHorizontalSmall,
1812
+ default659 as MirrorVertical,
1813
+ default660 as MirrorVerticalSmall,
1814
+ default661 as Mobile,
1815
+ default662 as MobileDisconnect,
1816
+ default663 as MobileDisconnectSmall,
1817
+ default664 as MobileSmall,
1818
+ default665 as More,
1819
+ default666 as MoreFilled,
1820
+ default667 as MoreFilledSmall,
1821
+ default668 as MoreSmall,
1822
+ default669 as MultiSelect,
1823
+ default670 as MultiSelectSmall,
1824
+ default671 as Multilingual,
1825
+ default672 as MultilingualSmall,
1826
+ default673 as Music,
1827
+ default674 as MusicLibrary,
1828
+ default675 as MusicLibrarySmall,
1829
+ default676 as MusicSmall,
1830
+ default677 as Naver,
1831
+ default678 as NaverSmall,
1832
+ default679 as NewChat,
1833
+ default680 as NewChatSmall,
1834
+ default681 as Newspaper,
1835
+ default682 as NewspaperSmall,
1836
+ default683 as None,
1837
+ default684 as NoneSmall,
1838
+ default685 as Note,
1839
+ default686 as NoteSmall,
1840
+ default687 as Notification,
1841
+ default688 as NotificationSmall,
1842
+ default689 as Number,
1843
+ default690 as NumberSmall,
1844
+ default691 as NumberedList,
1845
+ default692 as NumberedListSmall,
1846
+ default693 as ObjectPositionBottom,
1847
+ default694 as ObjectPositionBottomSmall,
1848
+ default695 as ObjectPositionLeft,
1849
+ default696 as ObjectPositionLeftSmall,
1850
+ default697 as ObjectPositionRight,
1851
+ default698 as ObjectPositionRightSmall,
1852
+ default699 as ObjectPositionTop,
1853
+ default700 as ObjectPositionTopSmall,
1854
+ default701 as ObjectSelectionTool,
1855
+ default702 as ObjectSelectionToolSmall,
1856
+ default703 as Objects,
1857
+ default704 as ObjectsSmall,
1858
+ default705 as Offline,
1859
+ default706 as OfflineSmall,
1860
+ default707 as OneEightRatio,
1861
+ default708 as OneEightRatioSmall,
1862
+ default709 as OneFourRatio,
1863
+ default710 as OneFourRatioSmall,
1864
+ default711 as Opacity,
1865
+ default712 as OpacitySmall,
1866
+ default713 as OpenSidebar,
1867
+ default714 as OpenSidebarSmall,
1868
+ default715 as OptimizeImage,
1869
+ default716 as OptimizeImageSmall,
1870
+ default717 as Order,
1871
+ default718 as OrderSmall,
1872
+ default719 as Organic,
1873
+ default720 as OrganicSmall,
1874
+ default721 as PaddingBottom,
1875
+ default722 as PaddingBottomSmall,
1876
+ default723 as PaddingHorizontal,
1877
+ default724 as PaddingHorizontalSmall,
1878
+ default725 as PaddingLeft,
1879
+ default726 as PaddingLeftSmall,
1880
+ default727 as PaddingRight,
1881
+ default728 as PaddingRightSmall,
1882
+ default729 as PaddingTop,
1883
+ default730 as PaddingTopSmall,
1884
+ default731 as PaddingVertical,
1885
+ default732 as PaddingVerticalSmall,
1886
+ default733 as Page,
1887
+ default734 as PageAdd,
1888
+ default735 as PageAddSmall,
1889
+ default736 as PageCode,
1890
+ default737 as PageCodeSmall,
1891
+ default738 as PageSmall,
1892
+ default739 as Pages,
1893
+ default740 as PagesSmall,
1894
+ default741 as PaidPlans,
1895
+ default742 as PaidPlansSmall,
1896
+ default743 as Paintbrush,
1897
+ default744 as PaintbrushFilled,
1898
+ default745 as PaintbrushFilledSmall,
1899
+ default746 as PaintbrushSmall,
1900
+ default747 as PanTool,
1901
+ default748 as PanToolSmall,
1902
+ default749 as Passkey,
1903
+ default750 as PasskeySmall,
1904
+ default751 as Paste,
1905
+ default752 as PasteSmall,
1906
+ default753 as Pause,
1907
+ default754 as PauseFilled,
1908
+ default755 as PauseFilledSmall,
1909
+ default756 as PauseSmall,
1910
+ default757 as Payment,
1911
+ default758 as PaymentSmall,
1912
+ default759 as PenNib,
1913
+ default760 as PenNibSmall,
1914
+ default761 as Perplexity,
1915
+ default762 as PerplexitySmall,
1916
+ default763 as Phone,
1917
+ default764 as PhoneSmall,
1918
+ default765 as PhotoCamera,
1919
+ default766 as PhotoCameraSmall,
1920
+ default767 as Pickup,
1921
+ default768 as PickupSmall,
1922
+ default769 as Pin,
1923
+ default770 as PinFill,
1924
+ default771 as PinFillSmall,
1925
+ default772 as PinSmall,
1926
+ default773 as Pinterest,
1927
+ default774 as PinterestSmall,
1928
+ default775 as Pipette,
1929
+ default776 as PipetteSmall,
1930
+ default777 as Plant,
1931
+ default778 as PlantSmall,
1932
+ default779 as Play,
1933
+ default780 as PlayFilled,
1934
+ default781 as PlayFilledSmall,
1935
+ default782 as PlaySmall,
1936
+ default783 as Popular,
1937
+ default784 as PopularSmall,
1938
+ default785 as Popup,
1939
+ default786 as PopupSmall,
1940
+ default787 as Portfolio,
1941
+ default788 as PortfolioSmall,
1942
+ default789 as PositionBottom,
1943
+ default790 as PositionBottomSmall,
1944
+ default791 as PositionLeft,
1945
+ default792 as PositionLeftSmall,
1946
+ default793 as PositionRight,
1947
+ default794 as PositionRightSmall,
1948
+ default795 as PositionTop,
1949
+ default796 as PositionTopSmall,
1950
+ default797 as Premium,
1951
+ default798 as PremiumSmall,
1952
+ default799 as ProGalleries,
1953
+ default800 as ProGalleriesSmall,
1954
+ default801 as Process,
1955
+ default802 as ProcessSmall,
1956
+ default803 as Profile,
1957
+ default804 as ProfileSmall,
1958
+ default805 as Promote,
1959
+ default806 as PromoteSmall,
1960
+ default807 as Publish,
1961
+ default808 as PublishSmall,
1962
+ default809 as QR,
1963
+ default810 as QRSmall,
1964
+ default811 as QuickActions,
1965
+ default812 as QuickActionsSmall,
1966
+ default813 as Quote,
1967
+ default814 as QuoteSmall,
1968
+ default815 as RadioButtonGroup,
1969
+ default816 as RadioButtonGroupSmall,
1970
+ default817 as Reddit,
1971
+ default818 as RedditSmall,
1972
+ default819 as Redo,
1973
+ default820 as RedoSmall,
1974
+ default821 as Reels,
1975
+ default822 as ReelsSmall,
1976
+ default823 as Refresh,
1977
+ default824 as RefreshSmall,
1978
+ default825 as RegenerateSparkle,
1979
+ default826 as RegenerateSparkleSmall,
1980
+ default827 as RelatedApps,
1981
+ default828 as RelatedAppsSmall,
1982
+ default829 as Remix,
1983
+ default830 as RemixSmall,
1984
+ default831 as Reorder,
1985
+ default832 as ReorderSmall,
1986
+ default833 as Replace,
1987
+ default834 as ReplaceSmall,
1988
+ default835 as Required,
1989
+ default836 as RequiredSmall,
1990
+ default837 as RestaurantsOrders,
1991
+ default838 as RestaurantsOrdersSmall,
1992
+ default839 as Revert,
1993
+ default840 as RevertClockwise,
1994
+ default841 as RevertClockwiseSmall,
1995
+ default842 as RevertSmall,
1996
+ default843 as Reviews,
1997
+ default844 as ReviewsSmall,
1998
+ default845 as RichText,
1999
+ default846 as RichTextSmall,
2000
+ default847 as RightAlignmentInner,
2001
+ default848 as RightAlignmentInnerSmall,
2002
+ default849 as RotateLeft,
2003
+ default850 as RotateLeftSmall,
2004
+ default851 as RotateRight,
2005
+ default852 as RotateRightSmall,
2006
+ default853 as RoundCorner,
2007
+ default854 as RoundCornerSmall,
2008
+ default855 as RoundedCorner,
2009
+ default856 as RoundedCornerBottomLeft,
2010
+ default857 as RoundedCornerBottomLeftSmall,
2011
+ default858 as RoundedCornerBottomRight,
2012
+ default859 as RoundedCornerBottomRightSmall,
2013
+ default860 as RoundedCornerSmall,
2014
+ default861 as RoundedCornerTopLeft,
2015
+ default862 as RoundedCornerTopLeftSmall,
2016
+ default863 as Rtl,
2017
+ default864 as RtlSmall,
2018
+ default865 as Rule,
2019
+ default866 as RuleSmall,
2020
+ default867 as SEOAndAccessibility,
2021
+ default868 as SEOAndAccessibilitySmall,
2022
+ default869 as Saturation,
2023
+ default870 as SaturationSmall,
2024
+ default871 as Saved,
2025
+ default872 as SavedSmall,
2026
+ default873 as Search,
2027
+ default874 as SearchSmall,
2028
+ default875 as Section,
2029
+ default876 as SectionDividerBottom,
2030
+ default877 as SectionDividerBottomSmall,
2031
+ default878 as SectionDividerTop,
2032
+ default879 as SectionDividerTopSmall,
2033
+ default880 as SectionSmall,
2034
+ default881 as SectionSparkles,
2035
+ default882 as SectionSparklesSmall,
2036
+ default883 as SelectedTag,
2037
+ default884 as SelectedTagSmall,
2038
+ default885 as Send,
2039
+ default886 as SendSmall,
2040
+ default887 as SentenceCase,
2041
+ default888 as SentenceCaseSmall,
2042
+ default889 as Server,
2043
+ default890 as ServerSmall,
2044
+ default891 as Settings,
2045
+ default892 as SettingsSmall,
2046
+ default893 as Shadows,
2047
+ default894 as ShadowsSmall,
2048
+ default895 as Share,
2049
+ default896 as ShareSmall,
2050
+ default897 as Sharpness,
2051
+ default898 as SharpnessSmall,
2052
+ default899 as Shipping,
2053
+ default900 as ShippingSmall,
2054
+ default901 as Shuffle,
2055
+ default902 as ShuffleSmall,
2056
+ default903 as Shutterstock,
2057
+ default904 as ShutterstockSmall,
2058
+ default905 as SidebarUndock,
2059
+ default906 as SidebarUndockSmall,
2060
+ default907 as Site,
2061
+ default908 as SiteMap,
2062
+ default909 as SiteMapSmall,
2063
+ default910 as SiteRemove,
2064
+ default911 as SiteRemoveSmall,
2065
+ default912 as SiteSearch,
2066
+ default913 as SiteSearchSmall,
2067
+ default914 as SiteSmall,
2068
+ default915 as SizeAndRatio,
2069
+ default916 as SizeAndRatioSmall,
2070
+ default917 as SkipBackwards,
2071
+ default918 as SkipBackwardsSmall,
2072
+ default919 as SkipForward,
2073
+ default920 as SkipForwardSmall,
2074
+ default921 as Slack,
2075
+ default922 as SlackFilled,
2076
+ default923 as SlackFilledSmall,
2077
+ default924 as SlackSmall,
2078
+ default925 as Slider,
2079
+ default926 as SlidesSmall,
2080
+ default927 as SmallSize,
2081
+ default928 as SmallSizeSmall,
2082
+ default929 as Smile,
2083
+ default930 as SmileSmall,
2084
+ default931 as Snapchat,
2085
+ default932 as SnapchatSmall,
2086
+ default933 as SolidColor,
2087
+ default934 as SolidColorSmall,
2088
+ default935 as SortAZ,
2089
+ default936 as SortAZSmall,
2090
+ default937 as SortAscending,
2091
+ default938 as SortAscendingSmall,
2092
+ default939 as SortDescending,
2093
+ default940 as SortDescendingSmall,
2094
+ default941 as SortZA,
2095
+ default942 as SortZASmall,
2096
+ default943 as Sound,
2097
+ default944 as SoundCloud,
2098
+ default945 as SoundCloudSmall,
2099
+ default946 as SoundOff,
2100
+ default947 as SoundOffSmall,
2101
+ default948 as SoundSmall,
2102
+ default949 as SparkleFilled,
2103
+ default950 as SparkleFilledSmall,
2104
+ default951 as Sparkles,
2105
+ default952 as SparklesFilled,
2106
+ default953 as SparklesFilledSmall,
2107
+ default954 as SparklesSmall,
2108
+ default955 as Spicy,
2109
+ default956 as SpicySmall,
2110
+ default957 as SplitCell,
2111
+ default958 as SplitCellSmall,
2112
+ default959 as SplitHorizontally,
2113
+ default960 as SplitHorizontallySmall,
2114
+ default961 as SplitVertically,
2115
+ default962 as SplitVerticallySmall,
2116
+ default963 as Spotify,
2117
+ default964 as SpotifySmall,
2118
+ default965 as SquareCorner,
2119
+ default966 as SquareCornerSmall,
2120
+ default967 as SquareRatio,
2121
+ default968 as SquareRatioSmall,
2122
+ default969 as Staff,
2123
+ default970 as StaffSmall,
2124
+ default971 as Star,
2125
+ default972 as StarOfDavid,
2126
+ default973 as StarOfDavidSmall,
2127
+ default974 as StarSmall,
2128
+ default975 as Statistics,
2129
+ default976 as StatisticsSmall,
2130
+ default977 as StatusAlert,
2131
+ default978 as StatusAlertFilled,
2132
+ default979 as StatusAlertFilledSmall,
2133
+ default980 as StatusAlertSmall,
2134
+ default981 as StatusComplete,
2135
+ default982 as StatusCompleteFilled,
2136
+ default983 as StatusCompleteFilledSmall,
2137
+ default984 as StatusCompleteSmall,
2138
+ default985 as StatusDenied,
2139
+ default986 as StatusDeniedSmall,
2140
+ default987 as StatusWarningFilled,
2141
+ default988 as StatusWarningFilledSmall,
2142
+ default989 as Stop,
2143
+ default990 as StopFilled,
2144
+ default991 as StopFilledSmall,
2145
+ default992 as StopSmall,
2146
+ default993 as StretchContent,
2147
+ default994 as StretchContentSmall,
2148
+ default995 as Strikethrough,
2149
+ default996 as StrikethroughSmall,
2150
+ default997 as SwapImage,
2151
+ default998 as SwapImageSmall,
2152
+ default999 as TS,
2153
+ default1000 as TSSmall,
2154
+ default1001 as TableChart,
2155
+ default1002 as TableChartSmall,
2156
+ default1003 as TableReservation,
2157
+ default1004 as TableReservationSmall,
2158
+ default1005 as Tablet,
2159
+ default1006 as TabletSmall,
2160
+ default1007 as Tag,
2161
+ default1008 as TagSmall,
2162
+ default1009 as TaskAdd,
2163
+ default1010 as TaskAddSmall,
2164
+ default1011 as Tax,
2165
+ default1012 as TaxSmall,
2166
+ default1013 as Temperature,
2167
+ default1014 as TemperatureSmall,
2168
+ default1015 as Template,
2169
+ default1016 as TemplateSmall,
2170
+ default1017 as Text,
2171
+ default1018 as TextAlignCenter,
2172
+ default1019 as TextAlignCenterSmall,
2173
+ default1020 as TextAlignLeft,
2174
+ default1021 as TextAlignLeftSmall,
2175
+ default1022 as TextAlignRight,
2176
+ default1023 as TextAlignRightSmall,
2177
+ default1024 as TextAnimation,
2178
+ default1025 as TextAnimationSmall,
2179
+ default1026 as TextColor,
2180
+ default1027 as TextColorSmall,
2181
+ default1028 as TextHighlightColor,
2182
+ default1029 as TextHighlightColorSmall,
2183
+ default1030 as TextJustify,
2184
+ default1031 as TextJustifySmall,
2185
+ default1032 as TextLineSpacing,
2186
+ default1033 as TextLineSpacingSmall,
2187
+ default1034 as TextSettings,
2188
+ default1035 as TextSettingsSmall,
2189
+ default1036 as TextSmall,
2190
+ default1037 as TextSparkles,
2191
+ default1038 as TextSparklesSmall,
2192
+ default1039 as TextStrokeColor,
2193
+ default1040 as TextStrokeColorSmall,
2194
+ default1041 as TextStyles,
2195
+ default1042 as TextStylesSmall,
2196
+ default1043 as TextTwist,
2197
+ default1044 as TextTwistSmall,
2198
+ default1045 as ThreeFourRatio,
2199
+ default1046 as ThreeFourRatioSmall,
2200
+ default1047 as ThreeTwoRatio,
2201
+ default1048 as ThreeTwoRatioSmall,
2202
+ default1049 as Thumbnails,
2203
+ default1050 as ThumbnailsSmall,
2204
+ default1051 as ThumbsDown,
2205
+ default1052 as ThumbsDownSmall,
2206
+ default1053 as ThumbsUp,
2207
+ default1054 as ThumbsUpSmall,
2208
+ default1055 as TikTok,
2209
+ default1056 as TikTokSmall,
2210
+ default1057 as Time,
2211
+ default1058 as TimeSmall,
2212
+ default1059 as TimelineView,
2213
+ default1060 as TimelineViewSmall,
2214
+ default1061 as Toolbox,
2215
+ default1062 as ToolboxSmall,
2216
+ default1063 as Transition,
2217
+ default1064 as TransitionSmall,
2218
+ default1065 as Trending,
2219
+ default1066 as TrendingSmall,
2220
+ default1067 as TwentyOneNineRatio,
2221
+ default1068 as TwentyOneNineRatioSmall,
2222
+ default1069 as Twitch,
2223
+ default1070 as TwitchSmall,
2224
+ default1071 as Twitter,
2225
+ default1072 as TwitterSmall,
2226
+ default1073 as TwoThreeRatio,
2227
+ default1074 as TwoThreeRatioSmall,
2228
+ default1075 as Underline,
2229
+ default1076 as UnderlineSmall,
2230
+ default1077 as Undo,
2231
+ default1078 as UndoSmall,
2232
+ default1079 as Ungroup,
2233
+ default1080 as UngroupSmall,
2234
+ default1081 as Unlink,
2235
+ default1082 as UnlinkSmall,
2236
+ default1083 as Unsaved,
2237
+ default1084 as UnsavedSmall,
2238
+ default1085 as UploadExport,
2239
+ default1086 as UploadExportSmall,
2240
+ default1087 as UploadImage,
2241
+ default1088 as UploadImageSmall,
2242
+ default1089 as UpperCase,
2243
+ default1090 as UpperCaseSmall,
2244
+ default1091 as User,
2245
+ default1092 as UserAdd,
2246
+ default1093 as UserAddSmall,
2247
+ default1094 as UserRemove,
2248
+ default1095 as UserRemoveSmall,
2249
+ default1096 as UserSmall,
2250
+ default1097 as Users,
2251
+ default1098 as UsersSmall,
2252
+ default1099 as Vector,
2253
+ default1100 as VectorSmall,
2254
+ default1101 as VerticalRatio,
2255
+ default1102 as VerticalRatioSmall,
2256
+ default1103 as VerticalText,
2257
+ default1104 as VerticalTextSmall,
2258
+ default1105 as VideoCamera,
2259
+ default1106 as VideoCameraDisabled,
2260
+ default1107 as VideoCameraDisabledSmall,
2261
+ default1108 as VideoCameraSmall,
2262
+ default1109 as VideoFile,
2263
+ default1110 as VideoFileSmall,
2264
+ default1111 as ViewExternal,
2265
+ default1112 as ViewExternalSmall,
2266
+ default1113 as Vignette,
2267
+ default1114 as VignetteSmall,
2268
+ default1115 as Vimeo,
2269
+ default1116 as VimeoSmall,
2270
+ default1117 as Visible,
2271
+ default1118 as VisibleSmall,
2272
+ default1119 as Waveform,
2273
+ default1120 as WaveformSmall,
2274
+ default1121 as Whatsapp,
2275
+ default1122 as WhatsappSmall,
2276
+ default1123 as Widgets,
2277
+ default1124 as WidgetsSmall,
2278
+ default1125 as Width,
2279
+ default1126 as WidthSmall,
2280
+ default1127 as WixBooking,
2281
+ default1128 as WixBookingSmall,
2282
+ default1129 as WixForms,
2283
+ default1130 as WixFormsSmall,
2284
+ default1131 as WixMenu,
2285
+ default1132 as WixMenuSmall,
2286
+ default1133 as WixSocialPosts,
2287
+ default1134 as WixSocialPostsSmall,
2288
+ default1135 as Wrap,
2289
+ default1136 as WrapSmall,
2290
+ default1137 as XCorp,
2291
+ default1138 as XCorpSmall,
2292
+ default1139 as Yahoo,
2293
+ default1140 as YahooSmall,
2294
+ default1141 as YandexEn,
2295
+ default1142 as YandexEnSmall,
2296
+ default1143 as YandexRu,
2297
+ default1144 as YandexRuSmall,
2298
+ default1145 as Yelp,
2299
+ default1146 as YelpSmall,
2300
+ default1147 as Youtube,
2301
+ default1148 as YoutubeFilled,
2302
+ default1149 as YoutubeFilledSmall,
2303
+ default1150 as YoutubeSmall,
2304
+ default1151 as ZoomIn,
2305
+ default1152 as ZoomInSmall,
2306
+ default1153 as ZoomOut,
2307
+ default1154 as ZoomOutSmall
2296
2308
  };