@wix/wix-ui-icons-common 3.138.0 → 3.138.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/cjs/lazy/general/dist/components/Brand.js +31 -0
  2. package/dist/cjs/lazy/general/dist/components/BrandSmall.js +31 -0
  3. package/dist/cjs/lazy/general/dist/components/Keyboard.js +31 -0
  4. package/dist/cjs/lazy/general/dist/components/KeyboardSmall.js +31 -0
  5. package/dist/cjs/lazy/general/dist/components/Reviews.js +1 -1
  6. package/dist/cjs/lazy/general/dist/components/ReviewsSmall.js +1 -1
  7. package/dist/cjs/lazy/general/dist/index.js +12 -0
  8. package/dist/cjs/odeditor/general/dist/components/Brand.js +37 -0
  9. package/dist/cjs/odeditor/general/dist/components/BrandSmall.js +37 -0
  10. package/dist/cjs/odeditor/general/dist/components/Keyboard.js +37 -0
  11. package/dist/cjs/odeditor/general/dist/components/KeyboardSmall.js +37 -0
  12. package/dist/cjs/odeditor/general/dist/components/Reviews.js +37 -0
  13. package/dist/cjs/odeditor/general/dist/components/ReviewsSmall.js +37 -0
  14. package/dist/cjs/odeditor/general/dist/index.js +18 -0
  15. package/dist/cjs/odeditor/general/metadata.js +21 -0
  16. package/dist/esm/lazy/general/dist/components/Brand.js +11 -0
  17. package/dist/esm/lazy/general/dist/components/BrandSmall.js +11 -0
  18. package/dist/esm/lazy/general/dist/components/Keyboard.js +11 -0
  19. package/dist/esm/lazy/general/dist/components/KeyboardSmall.js +11 -0
  20. package/dist/esm/lazy/general/dist/components/Reviews.js +1 -1
  21. package/dist/esm/lazy/general/dist/components/ReviewsSmall.js +1 -1
  22. package/dist/esm/lazy/general/dist/index.js +328 -320
  23. package/dist/esm/odeditor/general/dist/components/Brand.js +7 -0
  24. package/dist/esm/odeditor/general/dist/components/BrandSmall.js +7 -0
  25. package/dist/esm/odeditor/general/dist/components/Keyboard.js +7 -0
  26. package/dist/esm/odeditor/general/dist/components/KeyboardSmall.js +7 -0
  27. package/dist/esm/odeditor/general/dist/components/Reviews.js +7 -0
  28. package/dist/esm/odeditor/general/dist/components/ReviewsSmall.js +7 -0
  29. package/dist/esm/odeditor/general/dist/index.js +1722 -1710
  30. package/dist/esm/odeditor/general/metadata.js +21 -0
  31. package/dist/statics/icons/odeditor/general/Brand.764d.json +3 -0
  32. package/dist/statics/icons/odeditor/general/BrandSmall.7e6c.json +3 -0
  33. package/dist/statics/icons/odeditor/general/Keyboard.b4a7.json +3 -0
  34. package/dist/statics/icons/odeditor/general/KeyboardSmall.ca78.json +3 -0
  35. package/dist/statics/icons/odeditor/general/Reviews.09aa.json +3 -0
  36. package/dist/statics/icons/odeditor/general/ReviewsSmall.4131.json +3 -0
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/dist/types/lazy/general/dist/components/Brand.d.ts +3 -0
  39. package/dist/types/lazy/general/dist/components/Brand.d.ts.map +1 -0
  40. package/dist/types/lazy/general/dist/components/BrandSmall.d.ts +3 -0
  41. package/dist/types/lazy/general/dist/components/BrandSmall.d.ts.map +1 -0
  42. package/dist/types/lazy/general/dist/components/Keyboard.d.ts +3 -0
  43. package/dist/types/lazy/general/dist/components/Keyboard.d.ts.map +1 -0
  44. package/dist/types/lazy/general/dist/components/KeyboardSmall.d.ts +3 -0
  45. package/dist/types/lazy/general/dist/components/KeyboardSmall.d.ts.map +1 -0
  46. package/dist/types/lazy/general/dist/index.d.ts +4 -0
  47. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  48. package/dist/types/odeditor/general/dist/components/Brand.d.ts +7 -0
  49. package/dist/types/odeditor/general/dist/components/Brand.d.ts.map +1 -0
  50. package/dist/types/odeditor/general/dist/components/BrandSmall.d.ts +7 -0
  51. package/dist/types/odeditor/general/dist/components/BrandSmall.d.ts.map +1 -0
  52. package/dist/types/odeditor/general/dist/components/Keyboard.d.ts +7 -0
  53. package/dist/types/odeditor/general/dist/components/Keyboard.d.ts.map +1 -0
  54. package/dist/types/odeditor/general/dist/components/KeyboardSmall.d.ts +7 -0
  55. package/dist/types/odeditor/general/dist/components/KeyboardSmall.d.ts.map +1 -0
  56. package/dist/types/odeditor/general/dist/components/Reviews.d.ts +7 -0
  57. package/dist/types/odeditor/general/dist/components/Reviews.d.ts.map +1 -0
  58. package/dist/types/odeditor/general/dist/components/ReviewsSmall.d.ts +7 -0
  59. package/dist/types/odeditor/general/dist/components/ReviewsSmall.d.ts.map +1 -0
  60. package/dist/types/odeditor/general/dist/index.d.ts +6 -0
  61. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  62. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  63. package/package.json +2 -2
@@ -1581,166 +1581,170 @@ import { default as default1581 } from "./components/BeforeAfter";
1581
1581
  import { default as default1582 } from "./components/BeforeAfterSmall";
1582
1582
  import { default as default1583 } from "./components/Blank";
1583
1583
  import { default as default1584 } from "./components/BlankSmall";
1584
- import { default as default1585 } from "./components/BulletListSmall";
1585
- import { default as default1586 } from "./components/Cards";
1586
- import { default as default1587 } from "./components/CardsSmall";
1587
- import { default as default1588 } from "./components/CenterAlignmentInner";
1588
- import { default as default1589 } from "./components/CenterAlignmentInnerSmall";
1589
- import { default as default1590 } from "./components/ChatSend";
1590
- import { default as default1591 } from "./components/ChatSendSmall";
1591
- import { default as default1592 } from "./components/CollapseKeyboard";
1592
- import { default as default1593 } from "./components/CollapseKeyboardSmall";
1593
- import { default as default1594 } from "./components/CollectionsSparkles";
1594
- import { default as default1595 } from "./components/CollectionsSparklesSmall";
1595
- import { default as default1596 } from "./components/ContainerFilled";
1596
- import { default as default1597 } from "./components/ContainerFilledSmall";
1597
- import { default as default1598 } from "./components/Copy";
1598
- import { default as default1599 } from "./components/CopySmall";
1599
- import { default as default1600 } from "./components/Counter";
1600
- import { default as default1601 } from "./components/CounterSmall";
1601
- import { default as default1602 } from "./components/Crypto";
1602
- import { default as default1603 } from "./components/CryptoSmall";
1603
- import { default as default1604 } from "./components/DecreaseIndentSmall";
1604
- import { default as default1605 } from "./components/DesignAdd";
1605
- import { default as default1606 } from "./components/DesignAddSmall";
1606
- import { default as default1607 } from "./components/DesignRemove";
1607
- import { default as default1608 } from "./components/DesignRemoveSmall";
1608
- import { default as default1609 } from "./components/DesignSettings";
1609
- import { default as default1610 } from "./components/DesignSettingsSmall";
1610
- import { default as default1611 } from "./components/DistributeEqually";
1611
- import { default as default1612 } from "./components/DistributeEquallySmall";
1612
- import { default as default1613 } from "./components/DragHorizontally";
1613
- import { default as default1614 } from "./components/DragHorizontallySmall";
1614
- import { default as default1615 } from "./components/EnterFromLeft";
1615
- import { default as default1616 } from "./components/EnterFromLeftSmall";
1616
- import { default as default1617 } from "./components/ExitToLeft";
1617
- import { default as default1618 } from "./components/ExitToLeftSmall";
1618
- import { default as default1619 } from "./components/Expand";
1619
- import { default as default1620 } from "./components/ExpandSmall";
1620
- import { default as default1621 } from "./components/Filter";
1621
- import { default as default1622 } from "./components/Flip";
1622
- import { default as default1623 } from "./components/FlipSmall";
1623
- import { default as default1624 } from "./components/FocusMode";
1624
- import { default as default1625 } from "./components/FocusModeSmall";
1625
- import { default as default1626 } from "./components/FolderAdd";
1626
- import { default as default1627 } from "./components/FolderAddSmall";
1627
- import { default as default1628 } from "./components/Gallery";
1628
- import { default as default1629 } from "./components/GallerySmall";
1629
- import { default as default1630 } from "./components/Game";
1630
- import { default as default1631 } from "./components/GameSmall";
1631
- import { default as default1632 } from "./components/GeneratedAssetSparkle";
1632
- import { default as default1633 } from "./components/GeneratedAssetSparkleSmall";
1633
- import { default as default1634 } from "./components/GlitterButton";
1634
- import { default as default1635 } from "./components/GlitterButtonSmall";
1635
- import { default as default1636 } from "./components/Gradient";
1636
- import { default as default1637 } from "./components/GradientSmall";
1637
- import { default as default1638 } from "./components/GridView";
1638
- import { default as default1639 } from "./components/GridViewSmall";
1639
- import { default as default1640 } from "./components/Group";
1640
- import { default as default1641 } from "./components/GroupSmall";
1641
- import { default as default1642 } from "./components/HorizontalText";
1642
- import { default as default1643 } from "./components/HorizontalTextSmall";
1643
- import { default as default1644 } from "./components/IncreaseIndentSmall";
1644
- import { default as default1645 } from "./components/InwardArrowsAll";
1645
- import { default as default1646 } from "./components/InwardArrowsAllSmall";
1646
- import { default as default1647 } from "./components/LayoutGalleryWithPanelsSparkles";
1647
- import { default as default1648 } from "./components/LayoutGalleryWithPanelsSparklesSmall";
1648
- import { default as default1649 } from "./components/LayoutTwoThirds";
1649
- import { default as default1650 } from "./components/LayoutTwoThirdsSmall";
1650
- import { default as default1651 } from "./components/LeftAlignmentInner";
1651
- import { default as default1652 } from "./components/LeftAlignmentInnerSmall";
1652
- import { default as default1653 } from "./components/LineEndArrowLeft";
1653
- import { default as default1654 } from "./components/LineEndArrowLeftSmall";
1654
- import { default as default1655 } from "./components/LineEndArrowRight";
1655
- import { default as default1656 } from "./components/LineEndArrowRightSmall";
1656
- import { default as default1657 } from "./components/LineEndSquareRight";
1657
- import { default as default1658 } from "./components/LineEndSquareRightSmall";
1658
- import { default as default1659 } from "./components/LinkedElement";
1659
- import { default as default1660 } from "./components/LinkedElementSmall";
1660
- import { default as default1661 } from "./components/Logo";
1661
- import { default as default1662 } from "./components/LogoSmall";
1662
- import { default as default1663 } from "./components/MasonryGrid";
1663
- import { default as default1664 } from "./components/MasonryGridSmall";
1664
- import { default as default1665 } from "./components/MatchSize";
1665
- import { default as default1666 } from "./components/MatchSizeSmall";
1666
- import { default as default1667 } from "./components/None";
1667
- import { default as default1668 } from "./components/NoneSmall";
1668
- import { default as default1669 } from "./components/NumberedListSmall";
1669
- import { default as default1670 } from "./components/Offline";
1670
- import { default as default1671 } from "./components/OfflineSmall";
1671
- import { default as default1672 } from "./components/Opacity";
1672
- import { default as default1673 } from "./components/OpacitySmall";
1673
- import { default as default1674 } from "./components/OpenSidebar";
1674
- import { default as default1675 } from "./components/OpenSidebarSmall";
1675
- import { default as default1676 } from "./components/Paste";
1676
- import { default as default1677 } from "./components/PasteSmall";
1677
- import { default as default1678 } from "./components/Popular";
1678
- import { default as default1679 } from "./components/PopularSmall";
1679
- import { default as default1680 } from "./components/Popup";
1680
- import { default as default1681 } from "./components/PopupSmall";
1681
- import { default as default1682 } from "./components/PorftolioSmall";
1682
- import { default as default1683 } from "./components/PositionBottom";
1683
- import { default as default1684 } from "./components/PositionBottomSmall";
1684
- import { default as default1685 } from "./components/PositionLeft";
1685
- import { default as default1686 } from "./components/PositionLeftSmall";
1686
- import { default as default1687 } from "./components/PositionRight";
1687
- import { default as default1688 } from "./components/PositionRightSmall";
1688
- import { default as default1689 } from "./components/PositionTop";
1689
- import { default as default1690 } from "./components/PositionTopSmall";
1690
- import { default as default1691 } from "./components/Remix";
1691
- import { default as default1692 } from "./components/RemixSmall";
1692
- import { default as default1693 } from "./components/Reorder";
1693
- import { default as default1694 } from "./components/ReorderSmall";
1694
- import { default as default1695 } from "./components/RevertClockwise";
1695
- import { default as default1696 } from "./components/RevertClockwiseSmall";
1696
- import { default as default1697 } from "./components/RightAlignmentInner";
1697
- import { default as default1698 } from "./components/RightAlignmentInnerSmall";
1698
- import { default as default1699 } from "./components/SEOAndAccessibility";
1699
- import { default as default1700 } from "./components/SEOAndAccessibilitySmall";
1700
- import { default as default1701 } from "./components/Section";
1701
- import { default as default1702 } from "./components/SectionDividerBottom";
1702
- import { default as default1703 } from "./components/SectionDividerBottomSmall";
1703
- import { default as default1704 } from "./components/SectionDividerTop";
1704
- import { default as default1705 } from "./components/SectionDividerTopSmall";
1705
- import { default as default1706 } from "./components/SectionSmall";
1706
- import { default as default1707 } from "./components/SiteRemove";
1707
- import { default as default1708 } from "./components/SiteRemoveSmall";
1708
- import { default as default1709 } from "./components/SkipBackwards";
1709
- import { default as default1710 } from "./components/SkipBackwardsSmall";
1710
- import { default as default1711 } from "./components/SkipForward";
1711
- import { default as default1712 } from "./components/SkipForwardSmall";
1712
- import { default as default1713 } from "./components/SlidesSmall";
1713
- import { default as default1714 } from "./components/SolidColor";
1714
- import { default as default1715 } from "./components/SolidColorSmall";
1715
- import { default as default1716 } from "./components/SparkleFilled";
1716
- import { default as default1717 } from "./components/SparkleFilledSmall";
1717
- import { default as default1718 } from "./components/SplitHorizontally";
1718
- import { default as default1719 } from "./components/SplitHorizontallySmall";
1719
- import { default as default1720 } from "./components/SplitVertically";
1720
- import { default as default1721 } from "./components/SplitVerticallySmall";
1721
- import { default as default1722 } from "./components/StrikethroughSmall";
1722
- import { default as default1723 } from "./components/SwapImage";
1723
- import { default as default1724 } from "./components/SwapImageSmall";
1724
- import { default as default1725 } from "./components/TextAnimation";
1725
- import { default as default1726 } from "./components/TextAnimationSmall";
1726
- import { default as default1727 } from "./components/TextHighlightColorSmall";
1727
- import { default as default1728 } from "./components/TextSettings";
1728
- import { default as default1729 } from "./components/TextSettingsSmall";
1729
- import { default as default1730 } from "./components/TextStrokeColorSmall";
1730
- import { default as default1731 } from "./components/TimelineView";
1731
- import { default as default1732 } from "./components/TimelineViewSmall";
1732
- import { default as default1733 } from "./components/Transition";
1733
- import { default as default1734 } from "./components/TransitionSmall";
1734
- import { default as default1735 } from "./components/Trending";
1735
- import { default as default1736 } from "./components/TrendingSmall";
1736
- import { default as default1737 } from "./components/Ungroup";
1737
- import { default as default1738 } from "./components/UngroupSmall";
1738
- import { default as default1739 } from "./components/UploadImage";
1739
- import { default as default1740 } from "./components/UploadImageSmall";
1740
- import { default as default1741 } from "./components/VerticalText";
1741
- import { default as default1742 } from "./components/VerticalTextSmall";
1742
- import { default as default1743 } from "./components/VideoFile";
1743
- import { default as default1744 } from "./components/VideoFileSmall";
1584
+ import { default as default1585 } from "./components/Brand";
1585
+ import { default as default1586 } from "./components/BrandSmall";
1586
+ import { default as default1587 } from "./components/BulletListSmall";
1587
+ import { default as default1588 } from "./components/Cards";
1588
+ import { default as default1589 } from "./components/CardsSmall";
1589
+ import { default as default1590 } from "./components/CenterAlignmentInner";
1590
+ import { default as default1591 } from "./components/CenterAlignmentInnerSmall";
1591
+ import { default as default1592 } from "./components/ChatSend";
1592
+ import { default as default1593 } from "./components/ChatSendSmall";
1593
+ import { default as default1594 } from "./components/CollapseKeyboard";
1594
+ import { default as default1595 } from "./components/CollapseKeyboardSmall";
1595
+ import { default as default1596 } from "./components/CollectionsSparkles";
1596
+ import { default as default1597 } from "./components/CollectionsSparklesSmall";
1597
+ import { default as default1598 } from "./components/ContainerFilled";
1598
+ import { default as default1599 } from "./components/ContainerFilledSmall";
1599
+ import { default as default1600 } from "./components/Copy";
1600
+ import { default as default1601 } from "./components/CopySmall";
1601
+ import { default as default1602 } from "./components/Counter";
1602
+ import { default as default1603 } from "./components/CounterSmall";
1603
+ import { default as default1604 } from "./components/Crypto";
1604
+ import { default as default1605 } from "./components/CryptoSmall";
1605
+ import { default as default1606 } from "./components/DecreaseIndentSmall";
1606
+ import { default as default1607 } from "./components/DesignAdd";
1607
+ import { default as default1608 } from "./components/DesignAddSmall";
1608
+ import { default as default1609 } from "./components/DesignRemove";
1609
+ import { default as default1610 } from "./components/DesignRemoveSmall";
1610
+ import { default as default1611 } from "./components/DesignSettings";
1611
+ import { default as default1612 } from "./components/DesignSettingsSmall";
1612
+ import { default as default1613 } from "./components/DistributeEqually";
1613
+ import { default as default1614 } from "./components/DistributeEquallySmall";
1614
+ import { default as default1615 } from "./components/DragHorizontally";
1615
+ import { default as default1616 } from "./components/DragHorizontallySmall";
1616
+ import { default as default1617 } from "./components/EnterFromLeft";
1617
+ import { default as default1618 } from "./components/EnterFromLeftSmall";
1618
+ import { default as default1619 } from "./components/ExitToLeft";
1619
+ import { default as default1620 } from "./components/ExitToLeftSmall";
1620
+ import { default as default1621 } from "./components/Expand";
1621
+ import { default as default1622 } from "./components/ExpandSmall";
1622
+ import { default as default1623 } from "./components/Filter";
1623
+ import { default as default1624 } from "./components/Flip";
1624
+ import { default as default1625 } from "./components/FlipSmall";
1625
+ import { default as default1626 } from "./components/FocusMode";
1626
+ import { default as default1627 } from "./components/FocusModeSmall";
1627
+ import { default as default1628 } from "./components/FolderAdd";
1628
+ import { default as default1629 } from "./components/FolderAddSmall";
1629
+ import { default as default1630 } from "./components/Gallery";
1630
+ import { default as default1631 } from "./components/GallerySmall";
1631
+ import { default as default1632 } from "./components/Game";
1632
+ import { default as default1633 } from "./components/GameSmall";
1633
+ import { default as default1634 } from "./components/GeneratedAssetSparkle";
1634
+ import { default as default1635 } from "./components/GeneratedAssetSparkleSmall";
1635
+ import { default as default1636 } from "./components/GlitterButton";
1636
+ import { default as default1637 } from "./components/GlitterButtonSmall";
1637
+ import { default as default1638 } from "./components/Gradient";
1638
+ import { default as default1639 } from "./components/GradientSmall";
1639
+ import { default as default1640 } from "./components/GridView";
1640
+ import { default as default1641 } from "./components/GridViewSmall";
1641
+ import { default as default1642 } from "./components/Group";
1642
+ import { default as default1643 } from "./components/GroupSmall";
1643
+ import { default as default1644 } from "./components/HorizontalText";
1644
+ import { default as default1645 } from "./components/HorizontalTextSmall";
1645
+ import { default as default1646 } from "./components/IncreaseIndentSmall";
1646
+ import { default as default1647 } from "./components/InwardArrowsAll";
1647
+ import { default as default1648 } from "./components/InwardArrowsAllSmall";
1648
+ import { default as default1649 } from "./components/Keyboard";
1649
+ import { default as default1650 } from "./components/KeyboardSmall";
1650
+ import { default as default1651 } from "./components/LayoutGalleryWithPanelsSparkles";
1651
+ import { default as default1652 } from "./components/LayoutGalleryWithPanelsSparklesSmall";
1652
+ import { default as default1653 } from "./components/LayoutTwoThirds";
1653
+ import { default as default1654 } from "./components/LayoutTwoThirdsSmall";
1654
+ import { default as default1655 } from "./components/LeftAlignmentInner";
1655
+ import { default as default1656 } from "./components/LeftAlignmentInnerSmall";
1656
+ import { default as default1657 } from "./components/LineEndArrowLeft";
1657
+ import { default as default1658 } from "./components/LineEndArrowLeftSmall";
1658
+ import { default as default1659 } from "./components/LineEndArrowRight";
1659
+ import { default as default1660 } from "./components/LineEndArrowRightSmall";
1660
+ import { default as default1661 } from "./components/LineEndSquareRight";
1661
+ import { default as default1662 } from "./components/LineEndSquareRightSmall";
1662
+ import { default as default1663 } from "./components/LinkedElement";
1663
+ import { default as default1664 } from "./components/LinkedElementSmall";
1664
+ import { default as default1665 } from "./components/Logo";
1665
+ import { default as default1666 } from "./components/LogoSmall";
1666
+ import { default as default1667 } from "./components/MasonryGrid";
1667
+ import { default as default1668 } from "./components/MasonryGridSmall";
1668
+ import { default as default1669 } from "./components/MatchSize";
1669
+ import { default as default1670 } from "./components/MatchSizeSmall";
1670
+ import { default as default1671 } from "./components/None";
1671
+ import { default as default1672 } from "./components/NoneSmall";
1672
+ import { default as default1673 } from "./components/NumberedListSmall";
1673
+ import { default as default1674 } from "./components/Offline";
1674
+ import { default as default1675 } from "./components/OfflineSmall";
1675
+ import { default as default1676 } from "./components/Opacity";
1676
+ import { default as default1677 } from "./components/OpacitySmall";
1677
+ import { default as default1678 } from "./components/OpenSidebar";
1678
+ import { default as default1679 } from "./components/OpenSidebarSmall";
1679
+ import { default as default1680 } from "./components/Paste";
1680
+ import { default as default1681 } from "./components/PasteSmall";
1681
+ import { default as default1682 } from "./components/Popular";
1682
+ import { default as default1683 } from "./components/PopularSmall";
1683
+ import { default as default1684 } from "./components/Popup";
1684
+ import { default as default1685 } from "./components/PopupSmall";
1685
+ import { default as default1686 } from "./components/PorftolioSmall";
1686
+ import { default as default1687 } from "./components/PositionBottom";
1687
+ import { default as default1688 } from "./components/PositionBottomSmall";
1688
+ import { default as default1689 } from "./components/PositionLeft";
1689
+ import { default as default1690 } from "./components/PositionLeftSmall";
1690
+ import { default as default1691 } from "./components/PositionRight";
1691
+ import { default as default1692 } from "./components/PositionRightSmall";
1692
+ import { default as default1693 } from "./components/PositionTop";
1693
+ import { default as default1694 } from "./components/PositionTopSmall";
1694
+ import { default as default1695 } from "./components/Remix";
1695
+ import { default as default1696 } from "./components/RemixSmall";
1696
+ import { default as default1697 } from "./components/Reorder";
1697
+ import { default as default1698 } from "./components/ReorderSmall";
1698
+ import { default as default1699 } from "./components/RevertClockwise";
1699
+ import { default as default1700 } from "./components/RevertClockwiseSmall";
1700
+ import { default as default1701 } from "./components/RightAlignmentInner";
1701
+ import { default as default1702 } from "./components/RightAlignmentInnerSmall";
1702
+ import { default as default1703 } from "./components/SEOAndAccessibility";
1703
+ import { default as default1704 } from "./components/SEOAndAccessibilitySmall";
1704
+ import { default as default1705 } from "./components/Section";
1705
+ import { default as default1706 } from "./components/SectionDividerBottom";
1706
+ import { default as default1707 } from "./components/SectionDividerBottomSmall";
1707
+ import { default as default1708 } from "./components/SectionDividerTop";
1708
+ import { default as default1709 } from "./components/SectionDividerTopSmall";
1709
+ import { default as default1710 } from "./components/SectionSmall";
1710
+ import { default as default1711 } from "./components/SiteRemove";
1711
+ import { default as default1712 } from "./components/SiteRemoveSmall";
1712
+ import { default as default1713 } from "./components/SkipBackwards";
1713
+ import { default as default1714 } from "./components/SkipBackwardsSmall";
1714
+ import { default as default1715 } from "./components/SkipForward";
1715
+ import { default as default1716 } from "./components/SkipForwardSmall";
1716
+ import { default as default1717 } from "./components/SlidesSmall";
1717
+ import { default as default1718 } from "./components/SolidColor";
1718
+ import { default as default1719 } from "./components/SolidColorSmall";
1719
+ import { default as default1720 } from "./components/SparkleFilled";
1720
+ import { default as default1721 } from "./components/SparkleFilledSmall";
1721
+ import { default as default1722 } from "./components/SplitHorizontally";
1722
+ import { default as default1723 } from "./components/SplitHorizontallySmall";
1723
+ import { default as default1724 } from "./components/SplitVertically";
1724
+ import { default as default1725 } from "./components/SplitVerticallySmall";
1725
+ import { default as default1726 } from "./components/StrikethroughSmall";
1726
+ import { default as default1727 } from "./components/SwapImage";
1727
+ import { default as default1728 } from "./components/SwapImageSmall";
1728
+ import { default as default1729 } from "./components/TextAnimation";
1729
+ import { default as default1730 } from "./components/TextAnimationSmall";
1730
+ import { default as default1731 } from "./components/TextHighlightColorSmall";
1731
+ import { default as default1732 } from "./components/TextSettings";
1732
+ import { default as default1733 } from "./components/TextSettingsSmall";
1733
+ import { default as default1734 } from "./components/TextStrokeColorSmall";
1734
+ import { default as default1735 } from "./components/TimelineView";
1735
+ import { default as default1736 } from "./components/TimelineViewSmall";
1736
+ import { default as default1737 } from "./components/Transition";
1737
+ import { default as default1738 } from "./components/TransitionSmall";
1738
+ import { default as default1739 } from "./components/Trending";
1739
+ import { default as default1740 } from "./components/TrendingSmall";
1740
+ import { default as default1741 } from "./components/Ungroup";
1741
+ import { default as default1742 } from "./components/UngroupSmall";
1742
+ import { default as default1743 } from "./components/UploadImage";
1743
+ import { default as default1744 } from "./components/UploadImageSmall";
1744
+ import { default as default1745 } from "./components/VerticalText";
1745
+ import { default as default1746 } from "./components/VerticalTextSmall";
1746
+ import { default as default1747 } from "./components/VideoFile";
1747
+ import { default as default1748 } from "./components/VideoFileSmall";
1744
1748
  export {
1745
1749
  default2 as AI,
1746
1750
  default3 as AIAssistant,
@@ -1924,6 +1928,8 @@ export {
1924
1928
  default148 as BoxOpenSmall,
1925
1929
  default149 as Branch,
1926
1930
  default150 as BranchSmall,
1931
+ default1585 as Brand,
1932
+ default1586 as BrandSmall,
1927
1933
  default151 as BreakpointDesktop,
1928
1934
  default152 as BreakpointEqualsMobile,
1929
1935
  default153 as BreakpointMobile,
@@ -1935,7 +1941,7 @@ export {
1935
1941
  default159 as Build,
1936
1942
  default160 as BuildSmall,
1937
1943
  default161 as BulletList,
1938
- default1585 as BulletListSmall,
1944
+ default1587 as BulletListSmall,
1939
1945
  default162 as BulletListThin,
1940
1946
  default163 as BulletListThinSmall,
1941
1947
  default164 as Button,
@@ -1955,8 +1961,8 @@ export {
1955
1961
  default178 as CallMissedSmall,
1956
1962
  default179 as CancelOrder,
1957
1963
  default180 as CancelOrderSmall,
1958
- default1586 as Cards,
1959
- default1587 as CardsSmall,
1964
+ default1588 as Cards,
1965
+ default1589 as CardsSmall,
1960
1966
  default181 as Carousel,
1961
1967
  default182 as CarouselSmall,
1962
1968
  default183 as Cart,
@@ -1969,8 +1975,8 @@ export {
1969
1975
  default190 as CategorySmall,
1970
1976
  default191 as CellBorders,
1971
1977
  default192 as CellBordersSmall,
1972
- default1588 as CenterAlignmentInner,
1973
- default1589 as CenterAlignmentInnerSmall,
1978
+ default1590 as CenterAlignmentInner,
1979
+ default1591 as CenterAlignmentInnerSmall,
1974
1980
  default193 as ChangeOrder,
1975
1981
  default194 as ChangeOrderSmall,
1976
1982
  default195 as Chat,
@@ -1983,8 +1989,8 @@ export {
1983
1989
  default202 as ChatGPTSmall,
1984
1990
  default203 as ChatReply,
1985
1991
  default204 as ChatReplySmall,
1986
- default1590 as ChatSend,
1987
- default1591 as ChatSendSmall,
1992
+ default1592 as ChatSend,
1993
+ default1593 as ChatSendSmall,
1988
1994
  default205 as ChatSmall,
1989
1995
  default206 as Check,
1990
1996
  default207 as Checkbox,
@@ -2049,12 +2055,12 @@ export {
2049
2055
  default266 as CodeObject,
2050
2056
  default267 as CodeObjectSmall,
2051
2057
  default268 as CodeSmall,
2052
- default1592 as CollapseKeyboard,
2053
- default1593 as CollapseKeyboardSmall,
2058
+ default1594 as CollapseKeyboard,
2059
+ default1595 as CollapseKeyboardSmall,
2054
2060
  default269 as Collections,
2055
2061
  default270 as CollectionsSmall,
2056
- default1594 as CollectionsSparkles,
2057
- default1595 as CollectionsSparklesSmall,
2062
+ default1596 as CollectionsSparkles,
2063
+ default1597 as CollectionsSparklesSmall,
2058
2064
  default271 as ColorBucket,
2059
2065
  default272 as ColorBucketSmall,
2060
2066
  default273 as ColorDrop,
@@ -2074,21 +2080,21 @@ export {
2074
2080
  default287 as Confirm,
2075
2081
  default288 as ConfirmSmall,
2076
2082
  default289 as Container,
2077
- default1596 as ContainerFilled,
2078
- default1597 as ContainerFilledSmall,
2083
+ default1598 as ContainerFilled,
2084
+ default1599 as ContainerFilledSmall,
2079
2085
  default290 as ContainerSmall,
2080
2086
  default291 as ContentFilter,
2081
2087
  default292 as ContentFilterSmall,
2082
2088
  default293 as Contrast,
2083
2089
  default294 as ContrastSmall,
2084
- default1598 as Copy,
2085
- default1599 as CopySmall,
2090
+ default1600 as Copy,
2091
+ default1601 as CopySmall,
2086
2092
  default295 as Copyright,
2087
2093
  default296 as CopyrightSmall,
2088
2094
  default297 as CornerRadius,
2089
2095
  default298 as CornerRadiusSmall,
2090
- default1600 as Counter,
2091
- default1601 as CounterSmall,
2096
+ default1602 as Counter,
2097
+ default1603 as CounterSmall,
2092
2098
  default299 as Coupon,
2093
2099
  default300 as CouponSmall,
2094
2100
  default301 as CreditCard,
@@ -2099,8 +2105,8 @@ export {
2099
2105
  default306 as CropRotate,
2100
2106
  default307 as CropRotateSmall,
2101
2107
  default308 as CropSmall,
2102
- default1602 as Crypto,
2103
- default1603 as CryptoSmall,
2108
+ default1604 as Crypto,
2109
+ default1605 as CryptoSmall,
2104
2110
  default309 as Currency,
2105
2111
  default310 as CurrencySmall,
2106
2112
  default311 as CutOut,
@@ -2136,7 +2142,7 @@ export {
2136
2142
  default341 as DecreaseIndent,
2137
2143
  default342 as DecreaseIndentLight,
2138
2144
  default343 as DecreaseIndentLightSmall,
2139
- default1604 as DecreaseIndentSmall,
2145
+ default1606 as DecreaseIndentSmall,
2140
2146
  default344 as Delete,
2141
2147
  default345 as DeleteFilled,
2142
2148
  default346 as DeleteFilledSmall,
@@ -2144,12 +2150,12 @@ export {
2144
2150
  default348 as Delivery,
2145
2151
  default349 as DeliverySmall,
2146
2152
  default350 as Design,
2147
- default1605 as DesignAdd,
2148
- default1606 as DesignAddSmall,
2149
- default1607 as DesignRemove,
2150
- default1608 as DesignRemoveSmall,
2151
- default1609 as DesignSettings,
2152
- default1610 as DesignSettingsSmall,
2153
+ default1607 as DesignAdd,
2154
+ default1608 as DesignAddSmall,
2155
+ default1609 as DesignRemove,
2156
+ default1610 as DesignRemoveSmall,
2157
+ default1611 as DesignSettings,
2158
+ default1612 as DesignSettingsSmall,
2153
2159
  default351 as DesignSmall,
2154
2160
  default352 as DesignSparkles,
2155
2161
  default353 as DesignSparklesSmall,
@@ -2173,8 +2179,8 @@ export {
2173
2179
  default371 as DismissSmall,
2174
2180
  default372 as DistributeCenter,
2175
2181
  default373 as DistributeCenterSmall,
2176
- default1611 as DistributeEqually,
2177
- default1612 as DistributeEquallySmall,
2182
+ default1613 as DistributeEqually,
2183
+ default1614 as DistributeEquallySmall,
2178
2184
  default374 as DistributeFullWidth,
2179
2185
  default375 as DistributeFullWidthSmall,
2180
2186
  default376 as DistributeGlobe,
@@ -2231,8 +2237,8 @@ export {
2231
2237
  default427 as Download,
2232
2238
  default428 as DownloadImport,
2233
2239
  default429 as DownloadImportSmall,
2234
- default1613 as DragHorizontally,
2235
- default1614 as DragHorizontallySmall,
2240
+ default1615 as DragHorizontally,
2241
+ default1616 as DragHorizontallySmall,
2236
2242
  default430 as Draw,
2237
2243
  default431 as DrawSmall,
2238
2244
  default432 as Drink,
@@ -2292,8 +2298,8 @@ export {
2292
2298
  default486 as EnhancePrompt,
2293
2299
  default487 as EnhancePromptSmall,
2294
2300
  default488 as Enter,
2295
- default1615 as EnterFromLeft,
2296
- default1616 as EnterFromLeftSmall,
2301
+ default1617 as EnterFromLeft,
2302
+ default1618 as EnterFromLeftSmall,
2297
2303
  default489 as EnterSmall,
2298
2304
  default490 as Equal,
2299
2305
  default491 as EqualSmall,
@@ -2307,10 +2313,10 @@ export {
2307
2313
  default499 as ExitFullScreen,
2308
2314
  default500 as ExitFullScreenSmall,
2309
2315
  default501 as ExitSmall,
2310
- default1617 as ExitToLeft,
2311
- default1618 as ExitToLeftSmall,
2312
- default1619 as Expand,
2313
- default1620 as ExpandSmall,
2316
+ default1619 as ExitToLeft,
2317
+ default1620 as ExitToLeftSmall,
2318
+ default1621 as Expand,
2319
+ default1622 as ExpandSmall,
2314
2320
  default502 as Experiment,
2315
2321
  default503 as ExperimentSmall,
2316
2322
  default504 as Exposure,
@@ -2345,7 +2351,7 @@ export {
2345
2351
  default533 as Figma,
2346
2352
  default534 as FigmaSmall,
2347
2353
  default535 as FileDocumentSmall,
2348
- default1621 as Filter,
2354
+ default1623 as Filter,
2349
2355
  default536 as FilterSmall,
2350
2356
  default537 as Filters,
2351
2357
  default538 as FiltersSmall,
@@ -2359,15 +2365,15 @@ export {
2359
2365
  default546 as FlagFind,
2360
2366
  default547 as FlagFindSmall,
2361
2367
  default548 as FlagSmall,
2362
- default1622 as Flip,
2363
- default1623 as FlipSmall,
2368
+ default1624 as Flip,
2369
+ default1625 as FlipSmall,
2364
2370
  default549 as Focus,
2365
- default1624 as FocusMode,
2366
- default1625 as FocusModeSmall,
2371
+ default1626 as FocusMode,
2372
+ default1627 as FocusModeSmall,
2367
2373
  default550 as FocusSmall,
2368
2374
  default551 as Folder,
2369
- default1626 as FolderAdd,
2370
- default1627 as FolderAddSmall,
2375
+ default1628 as FolderAdd,
2376
+ default1629 as FolderAddSmall,
2371
2377
  default552 as FolderFind,
2372
2378
  default553 as FolderFindSmall,
2373
2379
  default554 as FolderMove,
@@ -2395,26 +2401,26 @@ export {
2395
2401
  default576 as FunctionSmall,
2396
2402
  default577 as FunnelChart,
2397
2403
  default578 as FunnelChartSmall,
2398
- default1628 as Gallery,
2399
- default1629 as GallerySmall,
2404
+ default1630 as Gallery,
2405
+ default1631 as GallerySmall,
2400
2406
  default579 as GallerySparkle,
2401
2407
  default580 as GallerySparkleSmall,
2402
- default1630 as Game,
2403
- default1631 as GameSmall,
2408
+ default1632 as Game,
2409
+ default1633 as GameSmall,
2404
2410
  default581 as Gem,
2405
2411
  default582 as GemSmall,
2406
2412
  default583 as Gemini,
2407
2413
  default584 as GeminiSmall,
2408
- default1632 as GeneratedAssetSparkle,
2409
- default1633 as GeneratedAssetSparkleSmall,
2414
+ default1634 as GeneratedAssetSparkle,
2415
+ default1635 as GeneratedAssetSparkleSmall,
2410
2416
  default585 as GetStarted,
2411
2417
  default586 as GetStartedSmall,
2412
2418
  default587 as Gift,
2413
2419
  default588 as GiftSmall,
2414
2420
  default589 as GitHub,
2415
2421
  default590 as GitHubSmall,
2416
- default1634 as GlitterButton,
2417
- default1635 as GlitterButtonSmall,
2422
+ default1636 as GlitterButton,
2423
+ default1637 as GlitterButtonSmall,
2418
2424
  default591 as Globe,
2419
2425
  default592 as GlobeSmall,
2420
2426
  default593 as GlutenFree,
@@ -2423,16 +2429,16 @@ export {
2423
2429
  default596 as GoogleAds,
2424
2430
  default597 as GoogleAdsSmall,
2425
2431
  default598 as GoogleSmall,
2426
- default1636 as Gradient,
2427
- default1637 as GradientSmall,
2432
+ default1638 as Gradient,
2433
+ default1639 as GradientSmall,
2428
2434
  default599 as Grafana,
2429
2435
  default600 as GrafanaSmall,
2430
2436
  default601 as Grain,
2431
2437
  default602 as GrainSmall,
2432
- default1638 as GridView,
2433
- default1639 as GridViewSmall,
2434
- default1640 as Group,
2435
- default1641 as GroupSmall,
2438
+ default1640 as GridView,
2439
+ default1641 as GridViewSmall,
2440
+ default1642 as Group,
2441
+ default1643 as GroupSmall,
2436
2442
  default603 as Groups,
2437
2443
  default604 as GroupsSmall,
2438
2444
  default605 as Gun,
@@ -2479,10 +2485,10 @@ export {
2479
2485
  default646 as HorizontalRatioChecked,
2480
2486
  default647 as HorizontalRatioCheckedSmall,
2481
2487
  default648 as HorizontalRatioSmall,
2482
- default1642 as HorizontalText,
2488
+ default1644 as HorizontalText,
2483
2489
  default649 as HorizontalTextLight,
2484
2490
  default650 as HorizontalTextLightSmall,
2485
- default1643 as HorizontalTextSmall,
2491
+ default1645 as HorizontalTextSmall,
2486
2492
  default651 as Hot,
2487
2493
  default652 as HotSmall,
2488
2494
  default653 as Hotel,
@@ -2498,7 +2504,7 @@ export {
2498
2504
  default663 as IncreaseIndent,
2499
2505
  default664 as IncreaseIndentLight,
2500
2506
  default665 as IncreaseIndentLightSmall,
2501
- default1644 as IncreaseIndentSmall,
2507
+ default1646 as IncreaseIndentSmall,
2502
2508
  default666 as IndividualPaddings,
2503
2509
  default667 as IndividualPaddingsSmall,
2504
2510
  default668 as IndoorLight,
@@ -2523,8 +2529,8 @@ export {
2523
2529
  default687 as IntersectSmall,
2524
2530
  default688 as Invoice,
2525
2531
  default689 as InvoiceSmall,
2526
- default1645 as InwardArrowsAll,
2527
- default1646 as InwardArrowsAllSmall,
2532
+ default1647 as InwardArrowsAll,
2533
+ default1648 as InwardArrowsAllSmall,
2528
2534
  default690 as Italic,
2529
2535
  default691 as ItalicLight,
2530
2536
  default692 as ItalicLightSmall,
@@ -2541,6 +2547,8 @@ export {
2541
2547
  default703 as JustifyTextLightSmall,
2542
2548
  default704 as Kanban,
2543
2549
  default705 as KanbanSmall,
2550
+ default1649 as Keyboard,
2551
+ default1650 as KeyboardSmall,
2544
2552
  default706 as Keypad,
2545
2553
  default707 as KeypadSmall,
2546
2554
  default708 as Languages,
@@ -2563,8 +2571,8 @@ export {
2563
2571
  default725 as LayoutGalleryWithPanelSmall,
2564
2572
  default726 as LayoutGalleryWithPanelSparkles,
2565
2573
  default727 as LayoutGalleryWithPanelSparklesSmall,
2566
- default1647 as LayoutGalleryWithPanelsSparkles,
2567
- default1648 as LayoutGalleryWithPanelsSparklesSmall,
2574
+ default1651 as LayoutGalleryWithPanelsSparkles,
2575
+ default1652 as LayoutGalleryWithPanelsSparklesSmall,
2568
2576
  default728 as LayoutList,
2569
2577
  default729 as LayoutListSmall,
2570
2578
  default730 as LayoutListWithPanel,
@@ -2581,10 +2589,10 @@ export {
2581
2589
  default741 as LayoutTwoColumnsSmall,
2582
2590
  default742 as LayoutTwoColumnsSplit,
2583
2591
  default743 as LayoutTwoColumnsSplitSmall,
2584
- default1649 as LayoutTwoThirds,
2585
- default1650 as LayoutTwoThirdsSmall,
2586
- default1651 as LeftAlignmentInner,
2587
- default1652 as LeftAlignmentInnerSmall,
2592
+ default1653 as LayoutTwoThirds,
2593
+ default1654 as LayoutTwoThirdsSmall,
2594
+ default1655 as LeftAlignmentInner,
2595
+ default1656 as LeftAlignmentInnerSmall,
2588
2596
  default744 as LeftToRightText,
2589
2597
  default745 as LeftToRightTextSmall,
2590
2598
  default746 as Legal,
@@ -2602,16 +2610,16 @@ export {
2602
2610
  default758 as LineDotted,
2603
2611
  default759 as LineDottedSmall,
2604
2612
  default760 as LineEndArrow,
2605
- default1653 as LineEndArrowLeft,
2606
- default1654 as LineEndArrowLeftSmall,
2607
- default1655 as LineEndArrowRight,
2608
- default1656 as LineEndArrowRightSmall,
2613
+ default1657 as LineEndArrowLeft,
2614
+ default1658 as LineEndArrowLeftSmall,
2615
+ default1659 as LineEndArrowRight,
2616
+ default1660 as LineEndArrowRightSmall,
2609
2617
  default761 as LineEndArrowSmall,
2610
2618
  default762 as LineEndCircle,
2611
2619
  default763 as LineEndCircleSmall,
2612
2620
  default764 as LineEndSquare,
2613
- default1657 as LineEndSquareRight,
2614
- default1658 as LineEndSquareRightSmall,
2621
+ default1661 as LineEndSquareRight,
2622
+ default1662 as LineEndSquareRightSmall,
2615
2623
  default765 as LineEndSquareSmall,
2616
2624
  default766 as LineTrianglesFilled,
2617
2625
  default767 as LineTrianglesFilledSmall,
@@ -2621,8 +2629,8 @@ export {
2621
2629
  default771 as LinkBold,
2622
2630
  default772 as LinkBoldSmall,
2623
2631
  default773 as LinkSmall,
2624
- default1659 as LinkedElement,
2625
- default1660 as LinkedElementSmall,
2632
+ default1663 as LinkedElement,
2633
+ default1664 as LinkedElementSmall,
2626
2634
  default774 as LinkedIn,
2627
2635
  default775 as LinkedInSmall,
2628
2636
  default776 as List,
@@ -2637,8 +2645,8 @@ export {
2637
2645
  default785 as LockUnlockedFilled,
2638
2646
  default786 as LockUnlockedFilledSmall,
2639
2647
  default787 as LockUnlockedSmall,
2640
- default1661 as Logo,
2641
- default1662 as LogoSmall,
2648
+ default1665 as Logo,
2649
+ default1666 as LogoSmall,
2642
2650
  default788 as LongText,
2643
2651
  default789 as LongTextSmall,
2644
2652
  default790 as LowerCase,
@@ -2659,10 +2667,10 @@ export {
2659
2667
  default805 as MapSmall,
2660
2668
  default806 as MasonaryGrid,
2661
2669
  default807 as MasonaryGridSmall,
2662
- default1663 as MasonryGrid,
2663
- default1664 as MasonryGridSmall,
2664
- default1665 as MatchSize,
2665
- default1666 as MatchSizeSmall,
2670
+ default1667 as MasonryGrid,
2671
+ default1668 as MasonryGridSmall,
2672
+ default1669 as MatchSize,
2673
+ default1670 as MatchSizeSmall,
2666
2674
  default808 as Maximize,
2667
2675
  default809 as MaximizeSmall,
2668
2676
  default810 as MediaProofing,
@@ -2736,8 +2744,8 @@ export {
2736
2744
  default878 as NewReleaseSmall,
2737
2745
  default879 as Newspaper,
2738
2746
  default880 as NewspaperSmall,
2739
- default1667 as None,
2740
- default1668 as NoneSmall,
2747
+ default1671 as None,
2748
+ default1672 as NoneSmall,
2741
2749
  default881 as Note,
2742
2750
  default882 as NoteSmall,
2743
2751
  default883 as Notification,
@@ -2749,7 +2757,7 @@ export {
2749
2757
  default889 as NumberListThinSmall,
2750
2758
  default890 as NumberSmall,
2751
2759
  default891 as NumberedList,
2752
- default1669 as NumberedListSmall,
2760
+ default1673 as NumberedListSmall,
2753
2761
  default892 as ObjectPositionBottom,
2754
2762
  default893 as ObjectPositionBottomFilled,
2755
2763
  default894 as ObjectPositionBottomFilledSmall,
@@ -2770,16 +2778,16 @@ export {
2770
2778
  default909 as ObjectSelectionToolSmall,
2771
2779
  default910 as Objects,
2772
2780
  default911 as ObjectsSmall,
2773
- default1670 as Offline,
2774
- default1671 as OfflineSmall,
2781
+ default1674 as Offline,
2782
+ default1675 as OfflineSmall,
2775
2783
  default912 as OnlinePrograms,
2776
2784
  default913 as OnlineProgramsSmall,
2777
- default1672 as Opacity,
2778
- default1673 as OpacitySmall,
2785
+ default1676 as Opacity,
2786
+ default1677 as OpacitySmall,
2779
2787
  default914 as OpenModal,
2780
2788
  default915 as OpenModalSmall,
2781
- default1674 as OpenSidebar,
2782
- default1675 as OpenSidebarSmall,
2789
+ default1678 as OpenSidebar,
2790
+ default1679 as OpenSidebarSmall,
2783
2791
  default916 as OptimizeImage,
2784
2792
  default917 as OptimizeImageSmall,
2785
2793
  default918 as Order,
@@ -2824,8 +2832,8 @@ export {
2824
2832
  default957 as PanToolSmall,
2825
2833
  default958 as Passkey,
2826
2834
  default959 as PasskeySmall,
2827
- default1676 as Paste,
2828
- default1677 as PasteSmall,
2835
+ default1680 as Paste,
2836
+ default1681 as PasteSmall,
2829
2837
  default960 as Pause,
2830
2838
  default961 as PauseFilled,
2831
2839
  default962 as PauseFilledSmall,
@@ -2866,21 +2874,21 @@ export {
2866
2874
  default997 as PlaySmall,
2867
2875
  default998 as PlayingCards,
2868
2876
  default999 as PlayingCardsSmall,
2869
- default1678 as Popular,
2870
- default1679 as PopularSmall,
2871
- default1680 as Popup,
2872
- default1681 as PopupSmall,
2873
- default1682 as PorftolioSmall,
2877
+ default1682 as Popular,
2878
+ default1683 as PopularSmall,
2879
+ default1684 as Popup,
2880
+ default1685 as PopupSmall,
2881
+ default1686 as PorftolioSmall,
2874
2882
  default1000 as Portfolio,
2875
2883
  default1001 as PortfolioSmall,
2876
- default1683 as PositionBottom,
2877
- default1684 as PositionBottomSmall,
2878
- default1685 as PositionLeft,
2879
- default1686 as PositionLeftSmall,
2880
- default1687 as PositionRight,
2881
- default1688 as PositionRightSmall,
2882
- default1689 as PositionTop,
2883
- default1690 as PositionTopSmall,
2884
+ default1687 as PositionBottom,
2885
+ default1688 as PositionBottomSmall,
2886
+ default1689 as PositionLeft,
2887
+ default1690 as PositionLeftSmall,
2888
+ default1691 as PositionRight,
2889
+ default1692 as PositionRightSmall,
2890
+ default1693 as PositionTop,
2891
+ default1694 as PositionTopSmall,
2884
2892
  default1002 as Power,
2885
2893
  default1003 as PowerSmall,
2886
2894
  default1004 as Premium,
@@ -2947,12 +2955,12 @@ export {
2947
2955
  default1065 as RegenerateSparkleSmall,
2948
2956
  default1066 as RelatedApps,
2949
2957
  default1067 as RelatedAppsSmall,
2950
- default1691 as Remix,
2951
- default1692 as RemixSmall,
2958
+ default1695 as Remix,
2959
+ default1696 as RemixSmall,
2952
2960
  default1068 as Rename,
2953
2961
  default1069 as RenameSmall,
2954
- default1693 as Reorder,
2955
- default1694 as ReorderSmall,
2962
+ default1697 as Reorder,
2963
+ default1698 as ReorderSmall,
2956
2964
  default1070 as RepeaterVertical,
2957
2965
  default1071 as RepeaterVerticalSmall,
2958
2966
  default1072 as Replace,
@@ -2962,16 +2970,16 @@ export {
2962
2970
  default1076 as RestaurantsOrders,
2963
2971
  default1077 as RestaurantsOrdersSmall,
2964
2972
  default1078 as Revert,
2965
- default1695 as RevertClockwise,
2966
- default1696 as RevertClockwiseSmall,
2973
+ default1699 as RevertClockwise,
2974
+ default1700 as RevertClockwiseSmall,
2967
2975
  default1079 as RevertReset,
2968
2976
  default1080 as RevertSmall,
2969
2977
  default1081 as Reviews,
2970
2978
  default1082 as ReviewsSmall,
2971
2979
  default1083 as RichText,
2972
2980
  default1084 as RichTextSmall,
2973
- default1697 as RightAlignmentInner,
2974
- default1698 as RightAlignmentInnerSmall,
2981
+ default1701 as RightAlignmentInner,
2982
+ default1702 as RightAlignmentInnerSmall,
2975
2983
  default1085 as RightToLeftText,
2976
2984
  default1086 as RightToLeftTextSmall,
2977
2985
  default1087 as RotateLeft,
@@ -2992,8 +3000,8 @@ export {
2992
3000
  default1102 as RtlSmall,
2993
3001
  default1103 as Rule,
2994
3002
  default1104 as RuleSmall,
2995
- default1699 as SEOAndAccessibility,
2996
- default1700 as SEOAndAccessibilitySmall,
3003
+ default1703 as SEOAndAccessibility,
3004
+ default1704 as SEOAndAccessibilitySmall,
2997
3005
  default1105 as SaleChannels,
2998
3006
  default1106 as SaleChannelsSmall,
2999
3007
  default1107 as Saturation,
@@ -3014,13 +3022,13 @@ export {
3014
3022
  default1122 as SeatRowSmall,
3015
3023
  default1123 as SeatSelectionTool,
3016
3024
  default1124 as SeatSelectionToolSmall,
3017
- default1701 as Section,
3018
- default1702 as SectionDividerBottom,
3019
- default1703 as SectionDividerBottomSmall,
3020
- default1704 as SectionDividerTop,
3021
- default1705 as SectionDividerTopSmall,
3025
+ default1705 as Section,
3026
+ default1706 as SectionDividerBottom,
3027
+ default1707 as SectionDividerBottomSmall,
3028
+ default1708 as SectionDividerTop,
3029
+ default1709 as SectionDividerTopSmall,
3022
3030
  default1125 as SectionLayout,
3023
- default1706 as SectionSmall,
3031
+ default1710 as SectionSmall,
3024
3032
  default1126 as SectionSparkles,
3025
3033
  default1127 as SectionSparklesSmall,
3026
3034
  default1128 as SelectedTag,
@@ -3078,22 +3086,22 @@ export {
3078
3086
  default1180 as SiteMapSmall,
3079
3087
  default1181 as SiteMove,
3080
3088
  default1182 as SiteMoveSmall,
3081
- default1707 as SiteRemove,
3082
- default1708 as SiteRemoveSmall,
3089
+ default1711 as SiteRemove,
3090
+ default1712 as SiteRemoveSmall,
3083
3091
  default1183 as SiteSearch,
3084
3092
  default1184 as SiteSearchSmall,
3085
3093
  default1185 as SiteSmall,
3086
3094
  default1186 as SizeAndRatio,
3087
3095
  default1187 as SizeAndRatioSmall,
3088
- default1709 as SkipBackwards,
3089
- default1710 as SkipBackwardsSmall,
3090
- default1711 as SkipForward,
3091
- default1712 as SkipForwardSmall,
3096
+ default1713 as SkipBackwards,
3097
+ default1714 as SkipBackwardsSmall,
3098
+ default1715 as SkipForward,
3099
+ default1716 as SkipForwardSmall,
3092
3100
  default1188 as Slack,
3093
3101
  default1189 as SlackSmall,
3094
3102
  default1190 as Slider,
3095
3103
  default1191 as SliderSmall,
3096
- default1713 as SlidesSmall,
3104
+ default1717 as SlidesSmall,
3097
3105
  default1192 as SmallSize,
3098
3106
  default1193 as SmallSizeSmall,
3099
3107
  default1194 as Smile,
@@ -3104,8 +3112,8 @@ export {
3104
3112
  default1199 as SnapchatSmall,
3105
3113
  default1200 as SocialStory,
3106
3114
  default1201 as SocialStorySmall,
3107
- default1714 as SolidColor,
3108
- default1715 as SolidColorSmall,
3115
+ default1718 as SolidColor,
3116
+ default1719 as SolidColorSmall,
3109
3117
  default1202 as SortAZ,
3110
3118
  default1203 as SortAZSmall,
3111
3119
  default1204 as SortAscending,
@@ -3124,8 +3132,8 @@ export {
3124
3132
  default1217 as SoundOff,
3125
3133
  default1218 as SoundOffSmall,
3126
3134
  default1219 as SoundSmall,
3127
- default1716 as SparkleFilled,
3128
- default1717 as SparkleFilledSmall,
3135
+ default1720 as SparkleFilled,
3136
+ default1721 as SparkleFilledSmall,
3129
3137
  default1220 as Sparkles,
3130
3138
  default1221 as SparklesFilled,
3131
3139
  default1222 as SparklesFilledSmall,
@@ -3134,12 +3142,12 @@ export {
3134
3142
  default1225 as SpicySmall,
3135
3143
  default1226 as SplitCell,
3136
3144
  default1227 as SplitCellSmall,
3137
- default1718 as SplitHorizontally,
3138
- default1719 as SplitHorizontallySmall,
3145
+ default1722 as SplitHorizontally,
3146
+ default1723 as SplitHorizontallySmall,
3139
3147
  default1228 as SplitPath,
3140
3148
  default1229 as SplitPathSmall,
3141
- default1720 as SplitVertically,
3142
- default1721 as SplitVerticallySmall,
3149
+ default1724 as SplitVertically,
3150
+ default1725 as SplitVerticallySmall,
3143
3151
  default1230 as Spotify,
3144
3152
  default1231 as SpotifySmall,
3145
3153
  default1232 as SquareCorner,
@@ -3204,13 +3212,13 @@ export {
3204
3212
  default1291 as Strikethrough,
3205
3213
  default1292 as StrikethroughLight,
3206
3214
  default1293 as StrikethroughLightSmall,
3207
- default1722 as StrikethroughSmall,
3215
+ default1726 as StrikethroughSmall,
3208
3216
  default1294 as Styles,
3209
3217
  default1295 as StylesSmall,
3210
3218
  default1296 as Substract,
3211
3219
  default1297 as SubstractSmall,
3212
- default1723 as SwapImage,
3213
- default1724 as SwapImageSmall,
3220
+ default1727 as SwapImage,
3221
+ default1728 as SwapImageSmall,
3214
3222
  default1298 as TS,
3215
3223
  default1299 as TSSmall,
3216
3224
  default1300 as TShirt,
@@ -3259,8 +3267,8 @@ export {
3259
3267
  default1343 as TextAlignRightLight,
3260
3268
  default1344 as TextAlignRightLightSmall,
3261
3269
  default1345 as TextAlignRightSmall,
3262
- default1725 as TextAnimation,
3263
- default1726 as TextAnimationSmall,
3270
+ default1729 as TextAnimation,
3271
+ default1730 as TextAnimationSmall,
3264
3272
  default1346 as TextColor,
3265
3273
  default1347 as TextColorLight,
3266
3274
  default1348 as TextColorLightSmall,
@@ -3270,7 +3278,7 @@ export {
3270
3278
  default1352 as TextHighlightColor,
3271
3279
  default1353 as TextHighlightColorLight,
3272
3280
  default1354 as TextHighlightColorLightSmall,
3273
- default1727 as TextHighlightColorSmall,
3281
+ default1731 as TextHighlightColorSmall,
3274
3282
  default1355 as TextJustify,
3275
3283
  default1356 as TextJustifySmall,
3276
3284
  default1357 as TextLengthLight,
@@ -3280,14 +3288,14 @@ export {
3280
3288
  default1361 as TextRemove,
3281
3289
  default1362 as TextRemoveFilled,
3282
3290
  default1363 as TextRemoveSmall,
3283
- default1728 as TextSettings,
3284
- default1729 as TextSettingsSmall,
3291
+ default1732 as TextSettings,
3292
+ default1733 as TextSettingsSmall,
3285
3293
  default1364 as TextSmall,
3286
3294
  default1365 as TextSparkles,
3287
3295
  default1366 as TextSparklesSmall,
3288
3296
  default1367 as TextStrokeColor,
3289
3297
  default1368 as TextStrokeColorLight,
3290
- default1730 as TextStrokeColorSmall,
3298
+ default1734 as TextStrokeColorSmall,
3291
3299
  default1369 as TextStyles,
3292
3300
  default1370 as TextStylesSmall,
3293
3301
  default1371 as ThreeFourRatio,
@@ -3306,8 +3314,8 @@ export {
3306
3314
  default1384 as TikTokSmall,
3307
3315
  default1385 as Time,
3308
3316
  default1386 as TimeSmall,
3309
- default1731 as TimelineView,
3310
- default1732 as TimelineViewSmall,
3317
+ default1735 as TimelineView,
3318
+ default1736 as TimelineViewSmall,
3311
3319
  default1387 as Timer,
3312
3320
  default1388 as TimerSmall,
3313
3321
  default1389 as Toggle,
@@ -3317,10 +3325,10 @@ export {
3317
3325
  default1393 as Transfer,
3318
3326
  default1394 as TransferSmall,
3319
3327
  default1395 as TransformSmall,
3320
- default1733 as Transition,
3321
- default1734 as TransitionSmall,
3322
- default1735 as Trending,
3323
- default1736 as TrendingSmall,
3328
+ default1737 as Transition,
3329
+ default1738 as TransitionSmall,
3330
+ default1739 as Trending,
3331
+ default1740 as TrendingSmall,
3324
3332
  default1396 as TriangleLarge,
3325
3333
  default1397 as TriangleLargeSmall,
3326
3334
  default1398 as Twitch,
@@ -3337,8 +3345,8 @@ export {
3337
3345
  default1409 as UndoFilled,
3338
3346
  default1410 as UndoFilledSmall,
3339
3347
  default1411 as UndoSmall,
3340
- default1737 as Ungroup,
3341
- default1738 as UngroupSmall,
3348
+ default1741 as Ungroup,
3349
+ default1742 as UngroupSmall,
3342
3350
  default1412 as Union,
3343
3351
  default1413 as UnionSmall,
3344
3352
  default1414 as Unlink,
@@ -3350,8 +3358,8 @@ export {
3350
3358
  default1420 as Upload,
3351
3359
  default1421 as UploadExport,
3352
3360
  default1422 as UploadExportSmall,
3353
- default1739 as UploadImage,
3354
- default1740 as UploadImageSmall,
3361
+ default1743 as UploadImage,
3362
+ default1744 as UploadImageSmall,
3355
3363
  default1423 as UpperCase,
3356
3364
  default1424 as UpperCaseSmall,
3357
3365
  default1425 as UppercaseLight,
@@ -3392,18 +3400,18 @@ export {
3392
3400
  default1460 as VerticalRatioChecked,
3393
3401
  default1461 as VerticalRatioCheckedSmall,
3394
3402
  default1462 as VerticalRatioSmall,
3395
- default1741 as VerticalText,
3403
+ default1745 as VerticalText,
3396
3404
  default1463 as VerticalTextLight,
3397
3405
  default1464 as VerticalTextLightSmall,
3398
- default1742 as VerticalTextSmall,
3406
+ default1746 as VerticalTextSmall,
3399
3407
  default1465 as VideoCamera,
3400
3408
  default1466 as VideoCameraDisabled,
3401
3409
  default1467 as VideoCameraDisabledSmall,
3402
3410
  default1468 as VideoCameraSmall,
3403
3411
  default1469 as VideoCameraSparkles,
3404
3412
  default1470 as VideoCameraSparklesSmall,
3405
- default1743 as VideoFile,
3406
- default1744 as VideoFileSmall,
3413
+ default1747 as VideoFile,
3414
+ default1748 as VideoFileSmall,
3407
3415
  default1471 as VideoLibrary,
3408
3416
  default1472 as VideoLibrarySmall,
3409
3417
  default1473 as ViewExternal,