@wix/wix-ui-icons-common 3.178.0 → 3.180.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 (49) hide show
  1. package/dist/cjs/lazy/general/dist/components/Decrease.js +31 -0
  2. package/dist/cjs/lazy/general/dist/components/DecreaseSmall.js +31 -0
  3. package/dist/cjs/lazy/general/dist/components/Downwardtrend.js +31 -0
  4. package/dist/cjs/lazy/general/dist/components/DownwardtrendSmall.js +31 -0
  5. package/dist/cjs/lazy/general/dist/index.js +12 -0
  6. package/dist/cjs/odeditor/general/dist/components/Decrease.js +37 -0
  7. package/dist/cjs/odeditor/general/dist/components/DecreaseSmall.js +37 -0
  8. package/dist/cjs/odeditor/general/dist/components/Downwardtrend.js +37 -0
  9. package/dist/cjs/odeditor/general/dist/components/DownwardtrendSmall.js +37 -0
  10. package/dist/cjs/odeditor/general/dist/index.js +12 -0
  11. package/dist/cjs/odeditor/general/metadata.js +14 -0
  12. package/dist/esm/lazy/general/dist/components/Decrease.js +11 -0
  13. package/dist/esm/lazy/general/dist/components/DecreaseSmall.js +11 -0
  14. package/dist/esm/lazy/general/dist/components/Downwardtrend.js +11 -0
  15. package/dist/esm/lazy/general/dist/components/DownwardtrendSmall.js +11 -0
  16. package/dist/esm/lazy/general/dist/index.js +434 -426
  17. package/dist/esm/odeditor/general/dist/components/Decrease.js +7 -0
  18. package/dist/esm/odeditor/general/dist/components/DecreaseSmall.js +7 -0
  19. package/dist/esm/odeditor/general/dist/components/Downwardtrend.js +7 -0
  20. package/dist/esm/odeditor/general/dist/components/DownwardtrendSmall.js +7 -0
  21. package/dist/esm/odeditor/general/dist/index.js +1826 -1818
  22. package/dist/esm/odeditor/general/metadata.js +14 -0
  23. package/dist/statics/icons/odeditor/general/Decrease.bb2b.json +3 -0
  24. package/dist/statics/icons/odeditor/general/DecreaseSmall.b490.json +3 -0
  25. package/dist/statics/icons/odeditor/general/Downwardtrend.393e.json +3 -0
  26. package/dist/statics/icons/odeditor/general/DownwardtrendSmall.8b09.json +3 -0
  27. package/dist/tsconfig.tsbuildinfo +1 -1
  28. package/dist/types/lazy/general/dist/components/Decrease.d.ts +3 -0
  29. package/dist/types/lazy/general/dist/components/Decrease.d.ts.map +1 -0
  30. package/dist/types/lazy/general/dist/components/DecreaseSmall.d.ts +3 -0
  31. package/dist/types/lazy/general/dist/components/DecreaseSmall.d.ts.map +1 -0
  32. package/dist/types/lazy/general/dist/components/Downwardtrend.d.ts +3 -0
  33. package/dist/types/lazy/general/dist/components/Downwardtrend.d.ts.map +1 -0
  34. package/dist/types/lazy/general/dist/components/DownwardtrendSmall.d.ts +3 -0
  35. package/dist/types/lazy/general/dist/components/DownwardtrendSmall.d.ts.map +1 -0
  36. package/dist/types/lazy/general/dist/index.d.ts +4 -0
  37. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  38. package/dist/types/odeditor/general/dist/components/Decrease.d.ts +7 -0
  39. package/dist/types/odeditor/general/dist/components/Decrease.d.ts.map +1 -0
  40. package/dist/types/odeditor/general/dist/components/DecreaseSmall.d.ts +7 -0
  41. package/dist/types/odeditor/general/dist/components/DecreaseSmall.d.ts.map +1 -0
  42. package/dist/types/odeditor/general/dist/components/Downwardtrend.d.ts +7 -0
  43. package/dist/types/odeditor/general/dist/components/Downwardtrend.d.ts.map +1 -0
  44. package/dist/types/odeditor/general/dist/components/DownwardtrendSmall.d.ts +7 -0
  45. package/dist/types/odeditor/general/dist/components/DownwardtrendSmall.d.ts.map +1 -0
  46. package/dist/types/odeditor/general/dist/index.d.ts +4 -0
  47. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  48. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  49. package/package.json +3 -3
@@ -1712,219 +1712,223 @@ import { default as default1712 } from "./components/CustomGrid";
1712
1712
  import { default as default1713 } from "./components/CustomGridSmall";
1713
1713
  import { default as default1714 } from "./components/DarkMode";
1714
1714
  import { default as default1715 } from "./components/DarkModeSmall";
1715
- import { default as default1716 } from "./components/DecreaseIndentSmall";
1716
- import { default as default1717 } from "./components/DesignAdd";
1717
- import { default as default1718 } from "./components/DesignAddSmall";
1718
- import { default as default1719 } from "./components/DesignRemove";
1719
- import { default as default1720 } from "./components/DesignRemoveSmall";
1720
- import { default as default1721 } from "./components/DistributeEqually";
1721
- import { default as default1722 } from "./components/DistributeEquallySmall";
1722
- import { default as default1723 } from "./components/Dot";
1723
- import { default as default1724 } from "./components/DotSmall";
1724
- import { default as default1725 } from "./components/DragHorizontally";
1725
- import { default as default1726 } from "./components/DragHorizontallySmall";
1726
- import { default as default1727 } from "./components/DrawElement";
1727
- import { default as default1728 } from "./components/DrawElementSmall";
1728
- import { default as default1729 } from "./components/EditSparkle";
1729
- import { default as default1730 } from "./components/EditSparkleSmall";
1730
- import { default as default1731 } from "./components/Education";
1731
- import { default as default1732 } from "./components/EducationSmall";
1732
- import { default as default1733 } from "./components/EnterFromLeft";
1733
- import { default as default1734 } from "./components/EnterFromLeftSmall";
1734
- import { default as default1735 } from "./components/ExitToLeft";
1735
- import { default as default1736 } from "./components/ExitToLeftSmall";
1736
- import { default as default1737 } from "./components/Expand";
1737
- import { default as default1738 } from "./components/ExpandSmall";
1738
- import { default as default1739 } from "./components/FileCode";
1739
- import { default as default1740 } from "./components/FileCodeSmall";
1740
- import { default as default1741 } from "./components/FileDiff";
1741
- import { default as default1742 } from "./components/FileDiffSmall";
1742
- import { default as default1743 } from "./components/Filter";
1743
- import { default as default1744 } from "./components/Flip";
1744
- import { default as default1745 } from "./components/FlipSmall";
1745
- import { default as default1746 } from "./components/FocusMode";
1746
- import { default as default1747 } from "./components/FocusModeSmall";
1747
- import { default as default1748 } from "./components/FolderAdd";
1748
- import { default as default1749 } from "./components/FolderAddSmall";
1749
- import { default as default1750 } from "./components/FolderDownload";
1750
- import { default as default1751 } from "./components/FolderDownloadSmall";
1751
- import { default as default1752 } from "./components/Gallery";
1752
- import { default as default1753 } from "./components/GallerySmall";
1753
- import { default as default1754 } from "./components/Game";
1754
- import { default as default1755 } from "./components/GameSmall";
1755
- import { default as default1756 } from "./components/GeneratedAssetSparkle";
1756
- import { default as default1757 } from "./components/GeneratedAssetSparkleSmall";
1757
- import { default as default1758 } from "./components/GlitterButton";
1758
- import { default as default1759 } from "./components/GlitterButtonSmall";
1759
- import { default as default1760 } from "./components/GlobeLock";
1760
- import { default as default1761 } from "./components/GlobeLockSmall";
1761
- import { default as default1762 } from "./components/GridView";
1762
- import { default as default1763 } from "./components/GridViewSmall";
1763
- import { default as default1764 } from "./components/Group";
1764
- import { default as default1765 } from "./components/GroupSmall";
1765
- import { default as default1766 } from "./components/Handshake";
1766
- import { default as default1767 } from "./components/HandshakeSmall";
1767
- import { default as default1768 } from "./components/Headset";
1768
- import { default as default1769 } from "./components/HeadsetSmall";
1769
- import { default as default1770 } from "./components/HorizontalText";
1770
- import { default as default1771 } from "./components/HorizontalTextSmall";
1771
- import { default as default1772 } from "./components/HugContentVertical";
1772
- import { default as default1773 } from "./components/HugContentVerticalSmall";
1773
- import { default as default1774 } from "./components/IncreaseIndentSmall";
1774
- import { default as default1775 } from "./components/InwardArrowsAll";
1775
- import { default as default1776 } from "./components/InwardArrowsAllSmall";
1776
- import { default as default1777 } from "./components/Key";
1777
- import { default as default1778 } from "./components/KeySmall";
1778
- import { default as default1779 } from "./components/Keyboard";
1779
- import { default as default1780 } from "./components/KeyboardSmall";
1780
- import { default as default1781 } from "./components/Kosher";
1781
- import { default as default1782 } from "./components/KosherSmall";
1782
- import { default as default1783 } from "./components/LayoutGalleryWithPanelsSparkles";
1783
- import { default as default1784 } from "./components/LayoutGalleryWithPanelsSparklesSmall";
1784
- import { default as default1785 } from "./components/LayoutGrid";
1785
- import { default as default1786 } from "./components/LayoutGridSmall";
1786
- import { default as default1787 } from "./components/LayoutThreeColumnsGrid";
1787
- import { default as default1788 } from "./components/LayoutThreeColumnsGridSmall";
1788
- import { default as default1789 } from "./components/LayoutThreeRows";
1789
- import { default as default1790 } from "./components/LayoutThreeRowsSmall";
1790
- import { default as default1791 } from "./components/LayoutTwoColumnsGrid";
1791
- import { default as default1792 } from "./components/LayoutTwoColumnsGridSmall";
1792
- import { default as default1793 } from "./components/LayoutTwoRows";
1793
- import { default as default1794 } from "./components/LayoutTwoRowsSmall";
1794
- import { default as default1795 } from "./components/LayoutTwoThirds";
1795
- import { default as default1796 } from "./components/LayoutTwoThirdsSmall";
1796
- import { default as default1797 } from "./components/LeftAlignmentInner";
1797
- import { default as default1798 } from "./components/LeftAlignmentInnerSmall";
1798
- import { default as default1799 } from "./components/LineEndArrowLeft";
1799
- import { default as default1800 } from "./components/LineEndArrowLeftSmall";
1800
- import { default as default1801 } from "./components/LineEndArrowRight";
1801
- import { default as default1802 } from "./components/LineEndArrowRightSmall";
1802
- import { default as default1803 } from "./components/LineEndSquareRight";
1803
- import { default as default1804 } from "./components/LineEndSquareRightSmall";
1804
- import { default as default1805 } from "./components/LinkedElement";
1805
- import { default as default1806 } from "./components/LinkedElementSmall";
1806
- import { default as default1807 } from "./components/Logo";
1807
- import { default as default1808 } from "./components/LogoSmall";
1808
- import { default as default1809 } from "./components/Lottie";
1809
- import { default as default1810 } from "./components/LottieSmall";
1810
- import { default as default1811 } from "./components/Mailbox";
1811
- import { default as default1812 } from "./components/MailboxSmall";
1812
- import { default as default1813 } from "./components/MasonryGrid";
1813
- import { default as default1814 } from "./components/MasonryGridSmall";
1814
- import { default as default1815 } from "./components/MatchSize";
1815
- import { default as default1816 } from "./components/MatchSizeSmall";
1816
- import { default as default1817 } from "./components/MobileDisconnect";
1817
- import { default as default1818 } from "./components/MobileDisconnectSmall";
1818
- import { default as default1819 } from "./components/MonitorOff";
1819
- import { default as default1820 } from "./components/MonitorOffSmall";
1820
- import { default as default1821 } from "./components/None";
1821
- import { default as default1822 } from "./components/NoneSmall";
1822
- import { default as default1823 } from "./components/NumberedListSmall";
1823
- import { default as default1824 } from "./components/Offline";
1824
- import { default as default1825 } from "./components/OfflineSmall";
1825
- import { default as default1826 } from "./components/OneEightRatio";
1826
- import { default as default1827 } from "./components/OneEightRatioSmall";
1827
- import { default as default1828 } from "./components/OneFourRatio";
1828
- import { default as default1829 } from "./components/OneFourRatioSmall";
1829
- import { default as default1830 } from "./components/OpenSidebar";
1830
- import { default as default1831 } from "./components/OpenSidebarSmall";
1831
- import { default as default1832 } from "./components/Paintbrush";
1832
- import { default as default1833 } from "./components/PaintbrushFilled";
1833
- import { default as default1834 } from "./components/PaintbrushFilledSmall";
1834
- import { default as default1835 } from "./components/PaintbrushSmall";
1835
- import { default as default1836 } from "./components/Paste";
1836
- import { default as default1837 } from "./components/PasteSmall";
1837
- import { default as default1838 } from "./components/Pickup";
1838
- import { default as default1839 } from "./components/PickupSmall";
1839
- import { default as default1840 } from "./components/PinFill";
1840
- import { default as default1841 } from "./components/PinFillSmall";
1841
- import { default as default1842 } from "./components/Plug";
1842
- import { default as default1843 } from "./components/PlugSmall";
1843
- import { default as default1844 } from "./components/Popular";
1844
- import { default as default1845 } from "./components/PopularSmall";
1845
- import { default as default1846 } from "./components/Popup";
1846
- import { default as default1847 } from "./components/PopupSmall";
1847
- import { default as default1848 } from "./components/PositionBottom";
1848
- import { default as default1849 } from "./components/PositionBottomSmall";
1849
- import { default as default1850 } from "./components/PositionLeft";
1850
- import { default as default1851 } from "./components/PositionLeftSmall";
1851
- import { default as default1852 } from "./components/PositionRight";
1852
- import { default as default1853 } from "./components/PositionRightSmall";
1853
- import { default as default1854 } from "./components/PositionTop";
1854
- import { default as default1855 } from "./components/PositionTopSmall";
1855
- import { default as default1856 } from "./components/Profile";
1856
- import { default as default1857 } from "./components/ProfileSmall";
1857
- import { default as default1858 } from "./components/QuickActions";
1858
- import { default as default1859 } from "./components/QuickActionsSmall";
1859
- import { default as default1860 } from "./components/Remix";
1860
- import { default as default1861 } from "./components/RemixSmall";
1861
- import { default as default1862 } from "./components/Reorder";
1862
- import { default as default1863 } from "./components/ReorderSmall";
1863
- import { default as default1864 } from "./components/RightAlignmentInner";
1864
- import { default as default1865 } from "./components/RightAlignmentInnerSmall";
1865
- import { default as default1866 } from "./components/Robot";
1866
- import { default as default1867 } from "./components/RobotSmall";
1867
- import { default as default1868 } from "./components/SEOAndAccessibility";
1868
- import { default as default1869 } from "./components/SEOAndAccessibilitySmall";
1869
- import { default as default1870 } from "./components/Section";
1870
- import { default as default1871 } from "./components/SectionDividerTop";
1871
- import { default as default1872 } from "./components/SectionDividerTopSmall";
1872
- import { default as default1873 } from "./components/SectionSmall";
1873
- import { default as default1874 } from "./components/Shield";
1874
- import { default as default1875 } from "./components/ShieldSmall";
1875
- import { default as default1876 } from "./components/SiteRemove";
1876
- import { default as default1877 } from "./components/SiteRemoveSmall";
1877
- import { default as default1878 } from "./components/SkipBackwards";
1878
- import { default as default1879 } from "./components/SkipBackwardsSmall";
1879
- import { default as default1880 } from "./components/SkipForward";
1880
- import { default as default1881 } from "./components/SkipForwardSmall";
1881
- import { default as default1882 } from "./components/SlackFilled";
1882
- import { default as default1883 } from "./components/SlackFilledSmall";
1883
- import { default as default1884 } from "./components/Slash";
1884
- import { default as default1885 } from "./components/SlashSmall";
1885
- import { default as default1886 } from "./components/SlidesSmall";
1886
- import { default as default1887 } from "./components/SparkleFilled";
1887
- import { default as default1888 } from "./components/SparkleFilledSmall";
1888
- import { default as default1889 } from "./components/SplitHorizontally";
1889
- import { default as default1890 } from "./components/SplitHorizontallySmall";
1890
- import { default as default1891 } from "./components/SplitVertically";
1891
- import { default as default1892 } from "./components/SplitVerticallySmall";
1892
- import { default as default1893 } from "./components/Sso";
1893
- import { default as default1894 } from "./components/SsoSmall";
1894
- import { default as default1895 } from "./components/StarOfDavid";
1895
- import { default as default1896 } from "./components/StarOfDavidSmall";
1896
- import { default as default1897 } from "./components/StarSmall";
1897
- import { default as default1898 } from "./components/StrikethroughSmall";
1898
- import { default as default1899 } from "./components/SwapImage";
1899
- import { default as default1900 } from "./components/SwapImageSmall";
1900
- import { default as default1901 } from "./components/TextAnimation";
1901
- import { default as default1902 } from "./components/TextAnimationSmall";
1902
- import { default as default1903 } from "./components/TextHighlightColorSmall";
1903
- import { default as default1904 } from "./components/TextSettings";
1904
- import { default as default1905 } from "./components/TextSettingsSmall";
1905
- import { default as default1906 } from "./components/TextStrokeColorSmall";
1906
- import { default as default1907 } from "./components/TextTwist";
1907
- import { default as default1908 } from "./components/TextTwistSmall";
1908
- import { default as default1909 } from "./components/ThreeTwoRatio";
1909
- import { default as default1910 } from "./components/ThreeTwoRatioSmall";
1910
- import { default as default1911 } from "./components/TimelineView";
1911
- import { default as default1912 } from "./components/TimelineViewSmall";
1912
- import { default as default1913 } from "./components/Transition";
1913
- import { default as default1914 } from "./components/TransitionSmall";
1914
- import { default as default1915 } from "./components/Trending";
1915
- import { default as default1916 } from "./components/TrendingSmall";
1916
- import { default as default1917 } from "./components/TwentyOneNineRatio";
1917
- import { default as default1918 } from "./components/TwentyOneNineRatioSmall";
1918
- import { default as default1919 } from "./components/TwoThreeRatio";
1919
- import { default as default1920 } from "./components/TwoThreeRatioSmall";
1920
- import { default as default1921 } from "./components/Ungroup";
1921
- import { default as default1922 } from "./components/UngroupSmall";
1922
- import { default as default1923 } from "./components/UploadImage";
1923
- import { default as default1924 } from "./components/UploadImageSmall";
1924
- import { default as default1925 } from "./components/VerticalText";
1925
- import { default as default1926 } from "./components/VerticalTextSmall";
1926
- import { default as default1927 } from "./components/VideoFile";
1927
- import { default as default1928 } from "./components/VideoFileSmall";
1715
+ import { default as default1716 } from "./components/Decrease";
1716
+ import { default as default1717 } from "./components/DecreaseIndentSmall";
1717
+ import { default as default1718 } from "./components/DecreaseSmall";
1718
+ import { default as default1719 } from "./components/DesignAdd";
1719
+ import { default as default1720 } from "./components/DesignAddSmall";
1720
+ import { default as default1721 } from "./components/DesignRemove";
1721
+ import { default as default1722 } from "./components/DesignRemoveSmall";
1722
+ import { default as default1723 } from "./components/DistributeEqually";
1723
+ import { default as default1724 } from "./components/DistributeEquallySmall";
1724
+ import { default as default1725 } from "./components/Dot";
1725
+ import { default as default1726 } from "./components/DotSmall";
1726
+ import { default as default1727 } from "./components/Downwardtrend";
1727
+ import { default as default1728 } from "./components/DownwardtrendSmall";
1728
+ import { default as default1729 } from "./components/DragHorizontally";
1729
+ import { default as default1730 } from "./components/DragHorizontallySmall";
1730
+ import { default as default1731 } from "./components/DrawElement";
1731
+ import { default as default1732 } from "./components/DrawElementSmall";
1732
+ import { default as default1733 } from "./components/EditSparkle";
1733
+ import { default as default1734 } from "./components/EditSparkleSmall";
1734
+ import { default as default1735 } from "./components/Education";
1735
+ import { default as default1736 } from "./components/EducationSmall";
1736
+ import { default as default1737 } from "./components/EnterFromLeft";
1737
+ import { default as default1738 } from "./components/EnterFromLeftSmall";
1738
+ import { default as default1739 } from "./components/ExitToLeft";
1739
+ import { default as default1740 } from "./components/ExitToLeftSmall";
1740
+ import { default as default1741 } from "./components/Expand";
1741
+ import { default as default1742 } from "./components/ExpandSmall";
1742
+ import { default as default1743 } from "./components/FileCode";
1743
+ import { default as default1744 } from "./components/FileCodeSmall";
1744
+ import { default as default1745 } from "./components/FileDiff";
1745
+ import { default as default1746 } from "./components/FileDiffSmall";
1746
+ import { default as default1747 } from "./components/Filter";
1747
+ import { default as default1748 } from "./components/Flip";
1748
+ import { default as default1749 } from "./components/FlipSmall";
1749
+ import { default as default1750 } from "./components/FocusMode";
1750
+ import { default as default1751 } from "./components/FocusModeSmall";
1751
+ import { default as default1752 } from "./components/FolderAdd";
1752
+ import { default as default1753 } from "./components/FolderAddSmall";
1753
+ import { default as default1754 } from "./components/FolderDownload";
1754
+ import { default as default1755 } from "./components/FolderDownloadSmall";
1755
+ import { default as default1756 } from "./components/Gallery";
1756
+ import { default as default1757 } from "./components/GallerySmall";
1757
+ import { default as default1758 } from "./components/Game";
1758
+ import { default as default1759 } from "./components/GameSmall";
1759
+ import { default as default1760 } from "./components/GeneratedAssetSparkle";
1760
+ import { default as default1761 } from "./components/GeneratedAssetSparkleSmall";
1761
+ import { default as default1762 } from "./components/GlitterButton";
1762
+ import { default as default1763 } from "./components/GlitterButtonSmall";
1763
+ import { default as default1764 } from "./components/GlobeLock";
1764
+ import { default as default1765 } from "./components/GlobeLockSmall";
1765
+ import { default as default1766 } from "./components/GridView";
1766
+ import { default as default1767 } from "./components/GridViewSmall";
1767
+ import { default as default1768 } from "./components/Group";
1768
+ import { default as default1769 } from "./components/GroupSmall";
1769
+ import { default as default1770 } from "./components/Handshake";
1770
+ import { default as default1771 } from "./components/HandshakeSmall";
1771
+ import { default as default1772 } from "./components/Headset";
1772
+ import { default as default1773 } from "./components/HeadsetSmall";
1773
+ import { default as default1774 } from "./components/HorizontalText";
1774
+ import { default as default1775 } from "./components/HorizontalTextSmall";
1775
+ import { default as default1776 } from "./components/HugContentVertical";
1776
+ import { default as default1777 } from "./components/HugContentVerticalSmall";
1777
+ import { default as default1778 } from "./components/IncreaseIndentSmall";
1778
+ import { default as default1779 } from "./components/InwardArrowsAll";
1779
+ import { default as default1780 } from "./components/InwardArrowsAllSmall";
1780
+ import { default as default1781 } from "./components/Key";
1781
+ import { default as default1782 } from "./components/KeySmall";
1782
+ import { default as default1783 } from "./components/Keyboard";
1783
+ import { default as default1784 } from "./components/KeyboardSmall";
1784
+ import { default as default1785 } from "./components/Kosher";
1785
+ import { default as default1786 } from "./components/KosherSmall";
1786
+ import { default as default1787 } from "./components/LayoutGalleryWithPanelsSparkles";
1787
+ import { default as default1788 } from "./components/LayoutGalleryWithPanelsSparklesSmall";
1788
+ import { default as default1789 } from "./components/LayoutGrid";
1789
+ import { default as default1790 } from "./components/LayoutGridSmall";
1790
+ import { default as default1791 } from "./components/LayoutThreeColumnsGrid";
1791
+ import { default as default1792 } from "./components/LayoutThreeColumnsGridSmall";
1792
+ import { default as default1793 } from "./components/LayoutThreeRows";
1793
+ import { default as default1794 } from "./components/LayoutThreeRowsSmall";
1794
+ import { default as default1795 } from "./components/LayoutTwoColumnsGrid";
1795
+ import { default as default1796 } from "./components/LayoutTwoColumnsGridSmall";
1796
+ import { default as default1797 } from "./components/LayoutTwoRows";
1797
+ import { default as default1798 } from "./components/LayoutTwoRowsSmall";
1798
+ import { default as default1799 } from "./components/LayoutTwoThirds";
1799
+ import { default as default1800 } from "./components/LayoutTwoThirdsSmall";
1800
+ import { default as default1801 } from "./components/LeftAlignmentInner";
1801
+ import { default as default1802 } from "./components/LeftAlignmentInnerSmall";
1802
+ import { default as default1803 } from "./components/LineEndArrowLeft";
1803
+ import { default as default1804 } from "./components/LineEndArrowLeftSmall";
1804
+ import { default as default1805 } from "./components/LineEndArrowRight";
1805
+ import { default as default1806 } from "./components/LineEndArrowRightSmall";
1806
+ import { default as default1807 } from "./components/LineEndSquareRight";
1807
+ import { default as default1808 } from "./components/LineEndSquareRightSmall";
1808
+ import { default as default1809 } from "./components/LinkedElement";
1809
+ import { default as default1810 } from "./components/LinkedElementSmall";
1810
+ import { default as default1811 } from "./components/Logo";
1811
+ import { default as default1812 } from "./components/LogoSmall";
1812
+ import { default as default1813 } from "./components/Lottie";
1813
+ import { default as default1814 } from "./components/LottieSmall";
1814
+ import { default as default1815 } from "./components/Mailbox";
1815
+ import { default as default1816 } from "./components/MailboxSmall";
1816
+ import { default as default1817 } from "./components/MasonryGrid";
1817
+ import { default as default1818 } from "./components/MasonryGridSmall";
1818
+ import { default as default1819 } from "./components/MatchSize";
1819
+ import { default as default1820 } from "./components/MatchSizeSmall";
1820
+ import { default as default1821 } from "./components/MobileDisconnect";
1821
+ import { default as default1822 } from "./components/MobileDisconnectSmall";
1822
+ import { default as default1823 } from "./components/MonitorOff";
1823
+ import { default as default1824 } from "./components/MonitorOffSmall";
1824
+ import { default as default1825 } from "./components/None";
1825
+ import { default as default1826 } from "./components/NoneSmall";
1826
+ import { default as default1827 } from "./components/NumberedListSmall";
1827
+ import { default as default1828 } from "./components/Offline";
1828
+ import { default as default1829 } from "./components/OfflineSmall";
1829
+ import { default as default1830 } from "./components/OneEightRatio";
1830
+ import { default as default1831 } from "./components/OneEightRatioSmall";
1831
+ import { default as default1832 } from "./components/OneFourRatio";
1832
+ import { default as default1833 } from "./components/OneFourRatioSmall";
1833
+ import { default as default1834 } from "./components/OpenSidebar";
1834
+ import { default as default1835 } from "./components/OpenSidebarSmall";
1835
+ import { default as default1836 } from "./components/Paintbrush";
1836
+ import { default as default1837 } from "./components/PaintbrushFilled";
1837
+ import { default as default1838 } from "./components/PaintbrushFilledSmall";
1838
+ import { default as default1839 } from "./components/PaintbrushSmall";
1839
+ import { default as default1840 } from "./components/Paste";
1840
+ import { default as default1841 } from "./components/PasteSmall";
1841
+ import { default as default1842 } from "./components/Pickup";
1842
+ import { default as default1843 } from "./components/PickupSmall";
1843
+ import { default as default1844 } from "./components/PinFill";
1844
+ import { default as default1845 } from "./components/PinFillSmall";
1845
+ import { default as default1846 } from "./components/Plug";
1846
+ import { default as default1847 } from "./components/PlugSmall";
1847
+ import { default as default1848 } from "./components/Popular";
1848
+ import { default as default1849 } from "./components/PopularSmall";
1849
+ import { default as default1850 } from "./components/Popup";
1850
+ import { default as default1851 } from "./components/PopupSmall";
1851
+ import { default as default1852 } from "./components/PositionBottom";
1852
+ import { default as default1853 } from "./components/PositionBottomSmall";
1853
+ import { default as default1854 } from "./components/PositionLeft";
1854
+ import { default as default1855 } from "./components/PositionLeftSmall";
1855
+ import { default as default1856 } from "./components/PositionRight";
1856
+ import { default as default1857 } from "./components/PositionRightSmall";
1857
+ import { default as default1858 } from "./components/PositionTop";
1858
+ import { default as default1859 } from "./components/PositionTopSmall";
1859
+ import { default as default1860 } from "./components/Profile";
1860
+ import { default as default1861 } from "./components/ProfileSmall";
1861
+ import { default as default1862 } from "./components/QuickActions";
1862
+ import { default as default1863 } from "./components/QuickActionsSmall";
1863
+ import { default as default1864 } from "./components/Remix";
1864
+ import { default as default1865 } from "./components/RemixSmall";
1865
+ import { default as default1866 } from "./components/Reorder";
1866
+ import { default as default1867 } from "./components/ReorderSmall";
1867
+ import { default as default1868 } from "./components/RightAlignmentInner";
1868
+ import { default as default1869 } from "./components/RightAlignmentInnerSmall";
1869
+ import { default as default1870 } from "./components/Robot";
1870
+ import { default as default1871 } from "./components/RobotSmall";
1871
+ import { default as default1872 } from "./components/SEOAndAccessibility";
1872
+ import { default as default1873 } from "./components/SEOAndAccessibilitySmall";
1873
+ import { default as default1874 } from "./components/Section";
1874
+ import { default as default1875 } from "./components/SectionDividerTop";
1875
+ import { default as default1876 } from "./components/SectionDividerTopSmall";
1876
+ import { default as default1877 } from "./components/SectionSmall";
1877
+ import { default as default1878 } from "./components/Shield";
1878
+ import { default as default1879 } from "./components/ShieldSmall";
1879
+ import { default as default1880 } from "./components/SiteRemove";
1880
+ import { default as default1881 } from "./components/SiteRemoveSmall";
1881
+ import { default as default1882 } from "./components/SkipBackwards";
1882
+ import { default as default1883 } from "./components/SkipBackwardsSmall";
1883
+ import { default as default1884 } from "./components/SkipForward";
1884
+ import { default as default1885 } from "./components/SkipForwardSmall";
1885
+ import { default as default1886 } from "./components/SlackFilled";
1886
+ import { default as default1887 } from "./components/SlackFilledSmall";
1887
+ import { default as default1888 } from "./components/Slash";
1888
+ import { default as default1889 } from "./components/SlashSmall";
1889
+ import { default as default1890 } from "./components/SlidesSmall";
1890
+ import { default as default1891 } from "./components/SparkleFilled";
1891
+ import { default as default1892 } from "./components/SparkleFilledSmall";
1892
+ import { default as default1893 } from "./components/SplitHorizontally";
1893
+ import { default as default1894 } from "./components/SplitHorizontallySmall";
1894
+ import { default as default1895 } from "./components/SplitVertically";
1895
+ import { default as default1896 } from "./components/SplitVerticallySmall";
1896
+ import { default as default1897 } from "./components/Sso";
1897
+ import { default as default1898 } from "./components/SsoSmall";
1898
+ import { default as default1899 } from "./components/StarOfDavid";
1899
+ import { default as default1900 } from "./components/StarOfDavidSmall";
1900
+ import { default as default1901 } from "./components/StarSmall";
1901
+ import { default as default1902 } from "./components/StrikethroughSmall";
1902
+ import { default as default1903 } from "./components/SwapImage";
1903
+ import { default as default1904 } from "./components/SwapImageSmall";
1904
+ import { default as default1905 } from "./components/TextAnimation";
1905
+ import { default as default1906 } from "./components/TextAnimationSmall";
1906
+ import { default as default1907 } from "./components/TextHighlightColorSmall";
1907
+ import { default as default1908 } from "./components/TextSettings";
1908
+ import { default as default1909 } from "./components/TextSettingsSmall";
1909
+ import { default as default1910 } from "./components/TextStrokeColorSmall";
1910
+ import { default as default1911 } from "./components/TextTwist";
1911
+ import { default as default1912 } from "./components/TextTwistSmall";
1912
+ import { default as default1913 } from "./components/ThreeTwoRatio";
1913
+ import { default as default1914 } from "./components/ThreeTwoRatioSmall";
1914
+ import { default as default1915 } from "./components/TimelineView";
1915
+ import { default as default1916 } from "./components/TimelineViewSmall";
1916
+ import { default as default1917 } from "./components/Transition";
1917
+ import { default as default1918 } from "./components/TransitionSmall";
1918
+ import { default as default1919 } from "./components/Trending";
1919
+ import { default as default1920 } from "./components/TrendingSmall";
1920
+ import { default as default1921 } from "./components/TwentyOneNineRatio";
1921
+ import { default as default1922 } from "./components/TwentyOneNineRatioSmall";
1922
+ import { default as default1923 } from "./components/TwoThreeRatio";
1923
+ import { default as default1924 } from "./components/TwoThreeRatioSmall";
1924
+ import { default as default1925 } from "./components/Ungroup";
1925
+ import { default as default1926 } from "./components/UngroupSmall";
1926
+ import { default as default1927 } from "./components/UploadImage";
1927
+ import { default as default1928 } from "./components/UploadImageSmall";
1928
+ import { default as default1929 } from "./components/VerticalText";
1929
+ import { default as default1930 } from "./components/VerticalTextSmall";
1930
+ import { default as default1931 } from "./components/VideoFile";
1931
+ import { default as default1932 } from "./components/VideoFileSmall";
1928
1932
  export {
1929
1933
  default2 as AI,
1930
1934
  default3 as AIAssistant,
@@ -2393,10 +2397,12 @@ export {
2393
2397
  default352 as DateSmall,
2394
2398
  default353 as DateSync,
2395
2399
  default354 as DateSyncSmall,
2400
+ default1716 as Decrease,
2396
2401
  default355 as DecreaseIndent,
2397
2402
  default356 as DecreaseIndentLight,
2398
2403
  default357 as DecreaseIndentLightSmall,
2399
- default1716 as DecreaseIndentSmall,
2404
+ default1717 as DecreaseIndentSmall,
2405
+ default1718 as DecreaseSmall,
2400
2406
  default358 as Delete,
2401
2407
  default359 as DeleteFilled,
2402
2408
  default360 as DeleteFilledSmall,
@@ -2404,10 +2410,10 @@ export {
2404
2410
  default362 as Delivery,
2405
2411
  default363 as DeliverySmall,
2406
2412
  default364 as Design,
2407
- default1717 as DesignAdd,
2408
- default1718 as DesignAddSmall,
2409
- default1719 as DesignRemove,
2410
- default1720 as DesignRemoveSmall,
2413
+ default1719 as DesignAdd,
2414
+ default1720 as DesignAddSmall,
2415
+ default1721 as DesignRemove,
2416
+ default1722 as DesignRemoveSmall,
2411
2417
  default365 as DesignSettings,
2412
2418
  default366 as DesignSettingsSmall,
2413
2419
  default367 as DesignSmall,
@@ -2433,8 +2439,8 @@ export {
2433
2439
  default387 as DismissSmall,
2434
2440
  default388 as DistributeCenter,
2435
2441
  default389 as DistributeCenterSmall,
2436
- default1721 as DistributeEqually,
2437
- default1722 as DistributeEquallySmall,
2442
+ default1723 as DistributeEqually,
2443
+ default1724 as DistributeEquallySmall,
2438
2444
  default390 as DistributeFullWidth,
2439
2445
  default391 as DistributeFullWidthSmall,
2440
2446
  default392 as DistributeGlobe,
@@ -2484,8 +2490,8 @@ export {
2484
2490
  default436 as DonationSmall,
2485
2491
  default437 as Door,
2486
2492
  default438 as DoorSmall,
2487
- default1723 as Dot,
2488
- default1724 as DotSmall,
2493
+ default1725 as Dot,
2494
+ default1726 as DotSmall,
2489
2495
  default439 as Doughnut,
2490
2496
  default440 as DoughnutFilled,
2491
2497
  default441 as DoughnutFilledSmall,
@@ -2493,11 +2499,13 @@ export {
2493
2499
  default443 as Download,
2494
2500
  default444 as DownloadImport,
2495
2501
  default445 as DownloadImportSmall,
2496
- default1725 as DragHorizontally,
2497
- default1726 as DragHorizontallySmall,
2502
+ default1727 as Downwardtrend,
2503
+ default1728 as DownwardtrendSmall,
2504
+ default1729 as DragHorizontally,
2505
+ default1730 as DragHorizontallySmall,
2498
2506
  default446 as Draw,
2499
- default1727 as DrawElement,
2500
- default1728 as DrawElementSmall,
2507
+ default1731 as DrawElement,
2508
+ default1732 as DrawElementSmall,
2501
2509
  default447 as DrawSmall,
2502
2510
  default448 as Drink,
2503
2511
  default449 as DrinkSmall,
@@ -2523,14 +2531,14 @@ export {
2523
2531
  default469 as EditDisabled,
2524
2532
  default470 as EditDisabledSmall,
2525
2533
  default471 as EditSmall,
2526
- default1729 as EditSparkle,
2527
- default1730 as EditSparkleSmall,
2534
+ default1733 as EditSparkle,
2535
+ default1734 as EditSparkleSmall,
2528
2536
  default472 as EditSparkles,
2529
2537
  default473 as EditSparklesSmall,
2530
2538
  default474 as EditorX,
2531
2539
  default475 as EditorXSmall,
2532
- default1731 as Education,
2533
- default1732 as EducationSmall,
2540
+ default1735 as Education,
2541
+ default1736 as EducationSmall,
2534
2542
  default476 as ElementSelectionTool,
2535
2543
  default477 as ElementSelectionToolSmall,
2536
2544
  default478 as Elevator,
@@ -2560,8 +2568,8 @@ export {
2560
2568
  default502 as EnhancePrompt,
2561
2569
  default503 as EnhancePromptSmall,
2562
2570
  default504 as Enter,
2563
- default1733 as EnterFromLeft,
2564
- default1734 as EnterFromLeftSmall,
2571
+ default1737 as EnterFromLeft,
2572
+ default1738 as EnterFromLeftSmall,
2565
2573
  default505 as EnterSmall,
2566
2574
  default506 as Equal,
2567
2575
  default507 as EqualSmall,
@@ -2575,10 +2583,10 @@ export {
2575
2583
  default515 as ExitFullScreen,
2576
2584
  default516 as ExitFullScreenSmall,
2577
2585
  default517 as ExitSmall,
2578
- default1735 as ExitToLeft,
2579
- default1736 as ExitToLeftSmall,
2580
- default1737 as Expand,
2581
- default1738 as ExpandSmall,
2586
+ default1739 as ExitToLeft,
2587
+ default1740 as ExitToLeftSmall,
2588
+ default1741 as Expand,
2589
+ default1742 as ExpandSmall,
2582
2590
  default518 as Experiment,
2583
2591
  default519 as ExperimentSmall,
2584
2592
  default520 as Exposure,
@@ -2614,12 +2622,12 @@ export {
2614
2622
  default550 as FemaleSmall,
2615
2623
  default551 as Figma,
2616
2624
  default552 as FigmaSmall,
2617
- default1739 as FileCode,
2618
- default1740 as FileCodeSmall,
2619
- default1741 as FileDiff,
2620
- default1742 as FileDiffSmall,
2625
+ default1743 as FileCode,
2626
+ default1744 as FileCodeSmall,
2627
+ default1745 as FileDiff,
2628
+ default1746 as FileDiffSmall,
2621
2629
  default553 as FileDocumentSmall,
2622
- default1743 as Filter,
2630
+ default1747 as Filter,
2623
2631
  default554 as FilterSmall,
2624
2632
  default555 as Filters,
2625
2633
  default556 as FiltersSmall,
@@ -2633,17 +2641,17 @@ export {
2633
2641
  default564 as FlagFind,
2634
2642
  default565 as FlagFindSmall,
2635
2643
  default566 as FlagSmall,
2636
- default1744 as Flip,
2637
- default1745 as FlipSmall,
2644
+ default1748 as Flip,
2645
+ default1749 as FlipSmall,
2638
2646
  default567 as Focus,
2639
- default1746 as FocusMode,
2640
- default1747 as FocusModeSmall,
2647
+ default1750 as FocusMode,
2648
+ default1751 as FocusModeSmall,
2641
2649
  default568 as FocusSmall,
2642
2650
  default569 as Folder,
2643
- default1748 as FolderAdd,
2644
- default1749 as FolderAddSmall,
2645
- default1750 as FolderDownload,
2646
- default1751 as FolderDownloadSmall,
2651
+ default1752 as FolderAdd,
2652
+ default1753 as FolderAddSmall,
2653
+ default1754 as FolderDownload,
2654
+ default1755 as FolderDownloadSmall,
2647
2655
  default570 as FolderFind,
2648
2656
  default571 as FolderFindSmall,
2649
2657
  default572 as FolderMove,
@@ -2673,29 +2681,29 @@ export {
2673
2681
  default596 as FunctionSmall,
2674
2682
  default597 as FunnelChart,
2675
2683
  default598 as FunnelChartSmall,
2676
- default1752 as Gallery,
2677
- default1753 as GallerySmall,
2684
+ default1756 as Gallery,
2685
+ default1757 as GallerySmall,
2678
2686
  default599 as GallerySparkle,
2679
2687
  default600 as GallerySparkleSmall,
2680
- default1754 as Game,
2681
- default1755 as GameSmall,
2688
+ default1758 as Game,
2689
+ default1759 as GameSmall,
2682
2690
  default601 as Gem,
2683
2691
  default602 as GemSmall,
2684
2692
  default603 as Gemini,
2685
2693
  default604 as GeminiSmall,
2686
- default1756 as GeneratedAssetSparkle,
2687
- default1757 as GeneratedAssetSparkleSmall,
2694
+ default1760 as GeneratedAssetSparkle,
2695
+ default1761 as GeneratedAssetSparkleSmall,
2688
2696
  default605 as GetStarted,
2689
2697
  default606 as GetStartedSmall,
2690
2698
  default607 as Gift,
2691
2699
  default608 as GiftSmall,
2692
2700
  default609 as GitHub,
2693
2701
  default610 as GitHubSmall,
2694
- default1758 as GlitterButton,
2695
- default1759 as GlitterButtonSmall,
2702
+ default1762 as GlitterButton,
2703
+ default1763 as GlitterButtonSmall,
2696
2704
  default611 as Globe,
2697
- default1760 as GlobeLock,
2698
- default1761 as GlobeLockSmall,
2705
+ default1764 as GlobeLock,
2706
+ default1765 as GlobeLockSmall,
2699
2707
  default612 as GlobeSmall,
2700
2708
  default613 as GlutenFree,
2701
2709
  default614 as GlutenFreeSmall,
@@ -2709,18 +2717,18 @@ export {
2709
2717
  default622 as GrafanaSmall,
2710
2718
  default623 as Grain,
2711
2719
  default624 as GrainSmall,
2712
- default1762 as GridView,
2713
- default1763 as GridViewSmall,
2714
- default1764 as Group,
2715
- default1765 as GroupSmall,
2720
+ default1766 as GridView,
2721
+ default1767 as GridViewSmall,
2722
+ default1768 as Group,
2723
+ default1769 as GroupSmall,
2716
2724
  default625 as Groups,
2717
2725
  default626 as GroupsSmall,
2718
2726
  default627 as Gun,
2719
2727
  default628 as GunSmall,
2720
2728
  default629 as Handle,
2721
2729
  default630 as HandleSmall,
2722
- default1766 as Handshake,
2723
- default1767 as HandshakeSmall,
2730
+ default1770 as Handshake,
2731
+ default1771 as HandshakeSmall,
2724
2732
  default631 as Heading,
2725
2733
  default632 as HeadingFive,
2726
2734
  default633 as HeadingFiveSmall,
@@ -2735,8 +2743,8 @@ export {
2735
2743
  default642 as HeadingThreeSmall,
2736
2744
  default643 as HeadingTwo,
2737
2745
  default644 as HeadingTwoSmall,
2738
- default1768 as Headset,
2739
- default1769 as HeadsetSmall,
2746
+ default1772 as Headset,
2747
+ default1773 as HeadsetSmall,
2740
2748
  default645 as Heart,
2741
2749
  default646 as HeartFilled,
2742
2750
  default647 as HeartFilledSmall,
@@ -2769,18 +2777,18 @@ export {
2769
2777
  default674 as HorizontalRatioChecked,
2770
2778
  default675 as HorizontalRatioCheckedSmall,
2771
2779
  default676 as HorizontalRatioSmall,
2772
- default1770 as HorizontalText,
2780
+ default1774 as HorizontalText,
2773
2781
  default677 as HorizontalTextLight,
2774
2782
  default678 as HorizontalTextLightSmall,
2775
- default1771 as HorizontalTextSmall,
2783
+ default1775 as HorizontalTextSmall,
2776
2784
  default679 as Hot,
2777
2785
  default680 as HotSmall,
2778
2786
  default681 as Hotel,
2779
2787
  default682 as HotelSmall,
2780
2788
  default683 as HugContent,
2781
2789
  default684 as HugContentSmall,
2782
- default1772 as HugContentVertical,
2783
- default1773 as HugContentVerticalSmall,
2790
+ default1776 as HugContentVertical,
2791
+ default1777 as HugContentVerticalSmall,
2784
2792
  default685 as Image,
2785
2793
  default686 as ImageSmall,
2786
2794
  default687 as ImageSparkles,
@@ -2790,7 +2798,7 @@ export {
2790
2798
  default691 as IncreaseIndent,
2791
2799
  default692 as IncreaseIndentLight,
2792
2800
  default693 as IncreaseIndentLightSmall,
2793
- default1774 as IncreaseIndentSmall,
2801
+ default1778 as IncreaseIndentSmall,
2794
2802
  default694 as IndividualPaddings,
2795
2803
  default695 as IndividualPaddingsSmall,
2796
2804
  default696 as IndoorLight,
@@ -2815,8 +2823,8 @@ export {
2815
2823
  default715 as IntersectSmall,
2816
2824
  default716 as Invoice,
2817
2825
  default717 as InvoiceSmall,
2818
- default1775 as InwardArrowsAll,
2819
- default1776 as InwardArrowsAllSmall,
2826
+ default1779 as InwardArrowsAll,
2827
+ default1780 as InwardArrowsAllSmall,
2820
2828
  default718 as Italic,
2821
2829
  default719 as ItalicLight,
2822
2830
  default720 as ItalicLightSmall,
@@ -2835,14 +2843,14 @@ export {
2835
2843
  default733 as JustifyTextLightSmall,
2836
2844
  default734 as Kanban,
2837
2845
  default735 as KanbanSmall,
2838
- default1777 as Key,
2839
- default1778 as KeySmall,
2840
- default1779 as Keyboard,
2841
- default1780 as KeyboardSmall,
2846
+ default1781 as Key,
2847
+ default1782 as KeySmall,
2848
+ default1783 as Keyboard,
2849
+ default1784 as KeyboardSmall,
2842
2850
  default736 as Keypad,
2843
2851
  default737 as KeypadSmall,
2844
- default1781 as Kosher,
2845
- default1782 as KosherSmall,
2852
+ default1785 as Kosher,
2853
+ default1786 as KosherSmall,
2846
2854
  default738 as Languages,
2847
2855
  default739 as LanguagesAdd,
2848
2856
  default740 as LanguagesAddSmall,
@@ -2863,10 +2871,10 @@ export {
2863
2871
  default755 as LayoutGalleryWithPanelSmall,
2864
2872
  default756 as LayoutGalleryWithPanelSparkles,
2865
2873
  default757 as LayoutGalleryWithPanelSparklesSmall,
2866
- default1783 as LayoutGalleryWithPanelsSparkles,
2867
- default1784 as LayoutGalleryWithPanelsSparklesSmall,
2868
- default1785 as LayoutGrid,
2869
- default1786 as LayoutGridSmall,
2874
+ default1787 as LayoutGalleryWithPanelsSparkles,
2875
+ default1788 as LayoutGalleryWithPanelsSparklesSmall,
2876
+ default1789 as LayoutGrid,
2877
+ default1790 as LayoutGridSmall,
2870
2878
  default758 as LayoutList,
2871
2879
  default759 as LayoutListSmall,
2872
2880
  default760 as LayoutListWithPanel,
@@ -2878,23 +2886,23 @@ export {
2878
2886
  default766 as LayoutThird,
2879
2887
  default767 as LayoutThirdSmall,
2880
2888
  default768 as LayoutThreeColumns,
2881
- default1787 as LayoutThreeColumnsGrid,
2882
- default1788 as LayoutThreeColumnsGridSmall,
2889
+ default1791 as LayoutThreeColumnsGrid,
2890
+ default1792 as LayoutThreeColumnsGridSmall,
2883
2891
  default769 as LayoutThreeColumnsSmall,
2884
- default1789 as LayoutThreeRows,
2885
- default1790 as LayoutThreeRowsSmall,
2892
+ default1793 as LayoutThreeRows,
2893
+ default1794 as LayoutThreeRowsSmall,
2886
2894
  default770 as LayoutTwoColumns,
2887
- default1791 as LayoutTwoColumnsGrid,
2888
- default1792 as LayoutTwoColumnsGridSmall,
2895
+ default1795 as LayoutTwoColumnsGrid,
2896
+ default1796 as LayoutTwoColumnsGridSmall,
2889
2897
  default771 as LayoutTwoColumnsSmall,
2890
2898
  default772 as LayoutTwoColumnsSplit,
2891
2899
  default773 as LayoutTwoColumnsSplitSmall,
2892
- default1793 as LayoutTwoRows,
2893
- default1794 as LayoutTwoRowsSmall,
2894
- default1795 as LayoutTwoThirds,
2895
- default1796 as LayoutTwoThirdsSmall,
2896
- default1797 as LeftAlignmentInner,
2897
- default1798 as LeftAlignmentInnerSmall,
2900
+ default1797 as LayoutTwoRows,
2901
+ default1798 as LayoutTwoRowsSmall,
2902
+ default1799 as LayoutTwoThirds,
2903
+ default1800 as LayoutTwoThirdsSmall,
2904
+ default1801 as LeftAlignmentInner,
2905
+ default1802 as LeftAlignmentInnerSmall,
2898
2906
  default774 as LeftToRightText,
2899
2907
  default775 as LeftToRightTextSmall,
2900
2908
  default776 as Legal,
@@ -2912,16 +2920,16 @@ export {
2912
2920
  default788 as LineDotted,
2913
2921
  default789 as LineDottedSmall,
2914
2922
  default790 as LineEndArrow,
2915
- default1799 as LineEndArrowLeft,
2916
- default1800 as LineEndArrowLeftSmall,
2917
- default1801 as LineEndArrowRight,
2918
- default1802 as LineEndArrowRightSmall,
2923
+ default1803 as LineEndArrowLeft,
2924
+ default1804 as LineEndArrowLeftSmall,
2925
+ default1805 as LineEndArrowRight,
2926
+ default1806 as LineEndArrowRightSmall,
2919
2927
  default791 as LineEndArrowSmall,
2920
2928
  default792 as LineEndCircle,
2921
2929
  default793 as LineEndCircleSmall,
2922
2930
  default794 as LineEndSquare,
2923
- default1803 as LineEndSquareRight,
2924
- default1804 as LineEndSquareRightSmall,
2931
+ default1807 as LineEndSquareRight,
2932
+ default1808 as LineEndSquareRightSmall,
2925
2933
  default795 as LineEndSquareSmall,
2926
2934
  default796 as LineTrianglesFilled,
2927
2935
  default797 as LineTrianglesFilledSmall,
@@ -2931,8 +2939,8 @@ export {
2931
2939
  default801 as LinkBold,
2932
2940
  default802 as LinkBoldSmall,
2933
2941
  default803 as LinkSmall,
2934
- default1805 as LinkedElement,
2935
- default1806 as LinkedElementSmall,
2942
+ default1809 as LinkedElement,
2943
+ default1810 as LinkedElementSmall,
2936
2944
  default804 as LinkedIn,
2937
2945
  default805 as LinkedInSmall,
2938
2946
  default806 as List,
@@ -2947,12 +2955,12 @@ export {
2947
2955
  default815 as LockUnlockedFilled,
2948
2956
  default816 as LockUnlockedFilledSmall,
2949
2957
  default817 as LockUnlockedSmall,
2950
- default1807 as Logo,
2951
- default1808 as LogoSmall,
2958
+ default1811 as Logo,
2959
+ default1812 as LogoSmall,
2952
2960
  default818 as LongText,
2953
2961
  default819 as LongTextSmall,
2954
- default1809 as Lottie,
2955
- default1810 as LottieSmall,
2962
+ default1813 as Lottie,
2963
+ default1814 as LottieSmall,
2956
2964
  default820 as LowerCase,
2957
2965
  default821 as LowerCaseSmall,
2958
2966
  default822 as LowercaseLight,
@@ -2965,8 +2973,8 @@ export {
2965
2973
  default829 as MagicWandSmall,
2966
2974
  default830 as MagicWandSparkles,
2967
2975
  default831 as MagicWandSparklesSmall,
2968
- default1811 as Mailbox,
2969
- default1812 as MailboxSmall,
2976
+ default1815 as Mailbox,
2977
+ default1816 as MailboxSmall,
2970
2978
  default832 as Male,
2971
2979
  default833 as MaleSmall,
2972
2980
  default834 as ManagePhotos,
@@ -2975,10 +2983,10 @@ export {
2975
2983
  default837 as MapSmall,
2976
2984
  default838 as MasonaryGrid,
2977
2985
  default839 as MasonaryGridSmall,
2978
- default1813 as MasonryGrid,
2979
- default1814 as MasonryGridSmall,
2980
- default1815 as MatchSize,
2981
- default1816 as MatchSizeSmall,
2986
+ default1817 as MasonryGrid,
2987
+ default1818 as MasonryGridSmall,
2988
+ default1819 as MatchSize,
2989
+ default1820 as MatchSizeSmall,
2982
2990
  default840 as Maximize,
2983
2991
  default841 as MaximizeSmall,
2984
2992
  default842 as MediaProofing,
@@ -3012,14 +3020,14 @@ export {
3012
3020
  default870 as MirrorVertical,
3013
3021
  default871 as MirrorVerticalSmall,
3014
3022
  default872 as Mobile,
3015
- default1817 as MobileDisconnect,
3016
- default1818 as MobileDisconnectSmall,
3023
+ default1821 as MobileDisconnect,
3024
+ default1822 as MobileDisconnectSmall,
3017
3025
  default873 as MobileHeader,
3018
3026
  default874 as MobileHeaderSmall,
3019
3027
  default875 as MobileSmall,
3020
3028
  default876 as ModalSmall,
3021
- default1819 as MonitorOff,
3022
- default1820 as MonitorOffSmall,
3029
+ default1823 as MonitorOff,
3030
+ default1824 as MonitorOffSmall,
3023
3031
  default877 as Moon,
3024
3032
  default878 as MoonFilled,
3025
3033
  default879 as MoonFilledSmall,
@@ -3060,8 +3068,8 @@ export {
3060
3068
  default914 as NewReleaseSmall,
3061
3069
  default915 as Newspaper,
3062
3070
  default916 as NewspaperSmall,
3063
- default1821 as None,
3064
- default1822 as NoneSmall,
3071
+ default1825 as None,
3072
+ default1826 as NoneSmall,
3065
3073
  default917 as Note,
3066
3074
  default918 as NoteSmall,
3067
3075
  default919 as Notification,
@@ -3073,7 +3081,7 @@ export {
3073
3081
  default925 as NumberListThinSmall,
3074
3082
  default926 as NumberSmall,
3075
3083
  default927 as NumberedList,
3076
- default1823 as NumberedListSmall,
3084
+ default1827 as NumberedListSmall,
3077
3085
  default928 as ObjectPositionBottom,
3078
3086
  default929 as ObjectPositionBottomFilled,
3079
3087
  default930 as ObjectPositionBottomFilledSmall,
@@ -3094,20 +3102,20 @@ export {
3094
3102
  default945 as ObjectSelectionToolSmall,
3095
3103
  default946 as Objects,
3096
3104
  default947 as ObjectsSmall,
3097
- default1824 as Offline,
3098
- default1825 as OfflineSmall,
3099
- default1826 as OneEightRatio,
3100
- default1827 as OneEightRatioSmall,
3101
- default1828 as OneFourRatio,
3102
- default1829 as OneFourRatioSmall,
3105
+ default1828 as Offline,
3106
+ default1829 as OfflineSmall,
3107
+ default1830 as OneEightRatio,
3108
+ default1831 as OneEightRatioSmall,
3109
+ default1832 as OneFourRatio,
3110
+ default1833 as OneFourRatioSmall,
3103
3111
  default948 as OnlinePrograms,
3104
3112
  default949 as OnlineProgramsSmall,
3105
3113
  default950 as Opacity,
3106
3114
  default951 as OpacitySmall,
3107
3115
  default952 as OpenModal,
3108
3116
  default953 as OpenModalSmall,
3109
- default1830 as OpenSidebar,
3110
- default1831 as OpenSidebarSmall,
3117
+ default1834 as OpenSidebar,
3118
+ default1835 as OpenSidebarSmall,
3111
3119
  default954 as OptimizeImage,
3112
3120
  default955 as OptimizeImageSmall,
3113
3121
  default956 as Order,
@@ -3148,16 +3156,16 @@ export {
3148
3156
  default991 as PaidPlansSell,
3149
3157
  default992 as PaidPlansSellSmall,
3150
3158
  default993 as PaidPlansSmall,
3151
- default1832 as Paintbrush,
3152
- default1833 as PaintbrushFilled,
3153
- default1834 as PaintbrushFilledSmall,
3154
- default1835 as PaintbrushSmall,
3159
+ default1836 as Paintbrush,
3160
+ default1837 as PaintbrushFilled,
3161
+ default1838 as PaintbrushFilledSmall,
3162
+ default1839 as PaintbrushSmall,
3155
3163
  default994 as PanTool,
3156
3164
  default995 as PanToolSmall,
3157
3165
  default996 as Passkey,
3158
3166
  default997 as PasskeySmall,
3159
- default1836 as Paste,
3160
- default1837 as PasteSmall,
3167
+ default1840 as Paste,
3168
+ default1841 as PasteSmall,
3161
3169
  default998 as Pause,
3162
3170
  default999 as PauseFilled,
3163
3171
  default1000 as PauseFilledSmall,
@@ -3178,15 +3186,15 @@ export {
3178
3186
  default1015 as PhotoAlbumsSmall,
3179
3187
  default1016 as PhotoCamera,
3180
3188
  default1017 as PhotoCameraSmall,
3181
- default1838 as Pickup,
3182
- default1839 as PickupSmall,
3189
+ default1842 as Pickup,
3190
+ default1843 as PickupSmall,
3183
3191
  default1018 as PieChart,
3184
3192
  default1019 as PieChartSlice,
3185
3193
  default1020 as PieChartSliceSmall,
3186
3194
  default1021 as PieChartSmall,
3187
3195
  default1022 as Pin,
3188
- default1840 as PinFill,
3189
- default1841 as PinFillSmall,
3196
+ default1844 as PinFill,
3197
+ default1845 as PinFillSmall,
3190
3198
  default1023 as PinFilled,
3191
3199
  default1024 as PinFilledSmall,
3192
3200
  default1025 as PinSmall,
@@ -3202,22 +3210,22 @@ export {
3202
3210
  default1035 as PlaySmall,
3203
3211
  default1036 as PlayingCards,
3204
3212
  default1037 as PlayingCardsSmall,
3205
- default1842 as Plug,
3206
- default1843 as PlugSmall,
3207
- default1844 as Popular,
3208
- default1845 as PopularSmall,
3209
- default1846 as Popup,
3210
- default1847 as PopupSmall,
3213
+ default1846 as Plug,
3214
+ default1847 as PlugSmall,
3215
+ default1848 as Popular,
3216
+ default1849 as PopularSmall,
3217
+ default1850 as Popup,
3218
+ default1851 as PopupSmall,
3211
3219
  default1038 as Portfolio,
3212
3220
  default1039 as PortfolioSmall,
3213
- default1848 as PositionBottom,
3214
- default1849 as PositionBottomSmall,
3215
- default1850 as PositionLeft,
3216
- default1851 as PositionLeftSmall,
3217
- default1852 as PositionRight,
3218
- default1853 as PositionRightSmall,
3219
- default1854 as PositionTop,
3220
- default1855 as PositionTopSmall,
3221
+ default1852 as PositionBottom,
3222
+ default1853 as PositionBottomSmall,
3223
+ default1854 as PositionLeft,
3224
+ default1855 as PositionLeftSmall,
3225
+ default1856 as PositionRight,
3226
+ default1857 as PositionRightSmall,
3227
+ default1858 as PositionTop,
3228
+ default1859 as PositionTopSmall,
3221
3229
  default1040 as Power,
3222
3230
  default1041 as PowerSmall,
3223
3231
  default1042 as Premium,
@@ -3236,8 +3244,8 @@ export {
3236
3244
  default1055 as ProGalleriesSmall,
3237
3245
  default1056 as Process,
3238
3246
  default1057 as ProcessSmall,
3239
- default1856 as Profile,
3240
- default1857 as ProfileSmall,
3247
+ default1860 as Profile,
3248
+ default1861 as ProfileSmall,
3241
3249
  default1058 as Promote,
3242
3250
  default1059 as PromoteFilled,
3243
3251
  default1060 as PromoteFilledSmall,
@@ -3258,8 +3266,8 @@ export {
3258
3266
  default1075 as QuarterCircleTopSmall,
3259
3267
  default1076 as QuickAccess,
3260
3268
  default1077 as QuickAccessSmall,
3261
- default1858 as QuickActions,
3262
- default1859 as QuickActionsSmall,
3269
+ default1862 as QuickActions,
3270
+ default1863 as QuickActionsSmall,
3263
3271
  default1078 as QuickFormat,
3264
3272
  default1079 as QuickFormatSmall,
3265
3273
  default1080 as Quote,
@@ -3290,12 +3298,12 @@ export {
3290
3298
  default1105 as RegenerateSparkleSmall,
3291
3299
  default1106 as RelatedApps,
3292
3300
  default1107 as RelatedAppsSmall,
3293
- default1860 as Remix,
3294
- default1861 as RemixSmall,
3301
+ default1864 as Remix,
3302
+ default1865 as RemixSmall,
3295
3303
  default1108 as Rename,
3296
3304
  default1109 as RenameSmall,
3297
- default1862 as Reorder,
3298
- default1863 as ReorderSmall,
3305
+ default1866 as Reorder,
3306
+ default1867 as ReorderSmall,
3299
3307
  default1110 as RepeaterVertical,
3300
3308
  default1111 as RepeaterVerticalSmall,
3301
3309
  default1112 as Replace,
@@ -3313,12 +3321,12 @@ export {
3313
3321
  default1124 as ReviewsSmall,
3314
3322
  default1125 as RichText,
3315
3323
  default1126 as RichTextSmall,
3316
- default1864 as RightAlignmentInner,
3317
- default1865 as RightAlignmentInnerSmall,
3324
+ default1868 as RightAlignmentInner,
3325
+ default1869 as RightAlignmentInnerSmall,
3318
3326
  default1127 as RightToLeftText,
3319
3327
  default1128 as RightToLeftTextSmall,
3320
- default1866 as Robot,
3321
- default1867 as RobotSmall,
3328
+ default1870 as Robot,
3329
+ default1871 as RobotSmall,
3322
3330
  default1129 as RotateLeft,
3323
3331
  default1130 as RotateLeftSmall,
3324
3332
  default1131 as RotateRight,
@@ -3337,8 +3345,8 @@ export {
3337
3345
  default1144 as RtlSmall,
3338
3346
  default1145 as Rule,
3339
3347
  default1146 as RuleSmall,
3340
- default1868 as SEOAndAccessibility,
3341
- default1869 as SEOAndAccessibilitySmall,
3348
+ default1872 as SEOAndAccessibility,
3349
+ default1873 as SEOAndAccessibilitySmall,
3342
3350
  default1147 as SaleChannels,
3343
3351
  default1148 as SaleChannelsSmall,
3344
3352
  default1149 as Saturation,
@@ -3359,13 +3367,13 @@ export {
3359
3367
  default1164 as SeatRowSmall,
3360
3368
  default1165 as SeatSelectionTool,
3361
3369
  default1166 as SeatSelectionToolSmall,
3362
- default1870 as Section,
3370
+ default1874 as Section,
3363
3371
  default1167 as SectionDividerBottom,
3364
3372
  default1168 as SectionDividerBottomSmall,
3365
- default1871 as SectionDividerTop,
3366
- default1872 as SectionDividerTopSmall,
3373
+ default1875 as SectionDividerTop,
3374
+ default1876 as SectionDividerTopSmall,
3367
3375
  default1169 as SectionLayout,
3368
- default1873 as SectionSmall,
3376
+ default1877 as SectionSmall,
3369
3377
  default1170 as SectionSparkles,
3370
3378
  default1171 as SectionSparklesSmall,
3371
3379
  default1172 as SelectedTag,
@@ -3396,8 +3404,8 @@ export {
3396
3404
  default1197 as ShareSmall,
3397
3405
  default1198 as Sharpness,
3398
3406
  default1199 as SharpnessSmall,
3399
- default1874 as Shield,
3400
- default1875 as ShieldSmall,
3407
+ default1878 as Shield,
3408
+ default1879 as ShieldSmall,
3401
3409
  default1200 as Shipping,
3402
3410
  default1201 as ShippingSmall,
3403
3411
  default1202 as ShortText,
@@ -3425,26 +3433,26 @@ export {
3425
3433
  default1224 as SiteMapSmall,
3426
3434
  default1225 as SiteMove,
3427
3435
  default1226 as SiteMoveSmall,
3428
- default1876 as SiteRemove,
3429
- default1877 as SiteRemoveSmall,
3436
+ default1880 as SiteRemove,
3437
+ default1881 as SiteRemoveSmall,
3430
3438
  default1227 as SiteSearch,
3431
3439
  default1228 as SiteSearchSmall,
3432
3440
  default1229 as SiteSmall,
3433
3441
  default1230 as SizeAndRatio,
3434
3442
  default1231 as SizeAndRatioSmall,
3435
- default1878 as SkipBackwards,
3436
- default1879 as SkipBackwardsSmall,
3437
- default1880 as SkipForward,
3438
- default1881 as SkipForwardSmall,
3443
+ default1882 as SkipBackwards,
3444
+ default1883 as SkipBackwardsSmall,
3445
+ default1884 as SkipForward,
3446
+ default1885 as SkipForwardSmall,
3439
3447
  default1232 as Slack,
3440
- default1882 as SlackFilled,
3441
- default1883 as SlackFilledSmall,
3448
+ default1886 as SlackFilled,
3449
+ default1887 as SlackFilledSmall,
3442
3450
  default1233 as SlackSmall,
3443
- default1884 as Slash,
3444
- default1885 as SlashSmall,
3451
+ default1888 as Slash,
3452
+ default1889 as SlashSmall,
3445
3453
  default1234 as Slider,
3446
3454
  default1235 as SliderSmall,
3447
- default1886 as SlidesSmall,
3455
+ default1890 as SlidesSmall,
3448
3456
  default1236 as SmallSize,
3449
3457
  default1237 as SmallSizeSmall,
3450
3458
  default1238 as Smile,
@@ -3475,8 +3483,8 @@ export {
3475
3483
  default1263 as SoundOff,
3476
3484
  default1264 as SoundOffSmall,
3477
3485
  default1265 as SoundSmall,
3478
- default1887 as SparkleFilled,
3479
- default1888 as SparkleFilledSmall,
3486
+ default1891 as SparkleFilled,
3487
+ default1892 as SparkleFilledSmall,
3480
3488
  default1266 as Sparkles,
3481
3489
  default1267 as SparklesFilled,
3482
3490
  default1268 as SparklesFilledSmall,
@@ -3485,12 +3493,12 @@ export {
3485
3493
  default1271 as SpicySmall,
3486
3494
  default1272 as SplitCell,
3487
3495
  default1273 as SplitCellSmall,
3488
- default1889 as SplitHorizontally,
3489
- default1890 as SplitHorizontallySmall,
3496
+ default1893 as SplitHorizontally,
3497
+ default1894 as SplitHorizontallySmall,
3490
3498
  default1274 as SplitPath,
3491
3499
  default1275 as SplitPathSmall,
3492
- default1891 as SplitVertically,
3493
- default1892 as SplitVerticallySmall,
3500
+ default1895 as SplitVertically,
3501
+ default1896 as SplitVerticallySmall,
3494
3502
  default1276 as Spotify,
3495
3503
  default1277 as SpotifySmall,
3496
3504
  default1278 as SquareCorner,
@@ -3499,8 +3507,8 @@ export {
3499
3507
  default1281 as SquareRatioChecked,
3500
3508
  default1282 as SquareRatioCheckedSmall,
3501
3509
  default1283 as SquareRatioSmall,
3502
- default1893 as Sso,
3503
- default1894 as SsoSmall,
3510
+ default1897 as Sso,
3511
+ default1898 as SsoSmall,
3504
3512
  default1284 as StackHorizontal,
3505
3513
  default1285 as StackHorizontalSmall,
3506
3514
  default1286 as StackVertical,
@@ -3515,9 +3523,9 @@ export {
3515
3523
  default1295 as StandingAreaSmall,
3516
3524
  default1296 as Star,
3517
3525
  default1297 as StarFilled,
3518
- default1895 as StarOfDavid,
3519
- default1896 as StarOfDavidSmall,
3520
- default1897 as StarSmall,
3526
+ default1899 as StarOfDavid,
3527
+ default1900 as StarOfDavidSmall,
3528
+ default1901 as StarSmall,
3521
3529
  default1298 as Statistics,
3522
3530
  default1299 as StatisticsHorizontal,
3523
3531
  default1300 as StatisticsHorizontalSmall,
@@ -3560,13 +3568,13 @@ export {
3560
3568
  default1337 as Strikethrough,
3561
3569
  default1338 as StrikethroughLight,
3562
3570
  default1339 as StrikethroughLightSmall,
3563
- default1898 as StrikethroughSmall,
3571
+ default1902 as StrikethroughSmall,
3564
3572
  default1340 as Styles,
3565
3573
  default1341 as StylesSmall,
3566
3574
  default1342 as Substract,
3567
3575
  default1343 as SubstractSmall,
3568
- default1899 as SwapImage,
3569
- default1900 as SwapImageSmall,
3576
+ default1903 as SwapImage,
3577
+ default1904 as SwapImageSmall,
3570
3578
  default1344 as TS,
3571
3579
  default1345 as TSSmall,
3572
3580
  default1346 as TShirt,
@@ -3615,8 +3623,8 @@ export {
3615
3623
  default1389 as TextAlignRightLight,
3616
3624
  default1390 as TextAlignRightLightSmall,
3617
3625
  default1391 as TextAlignRightSmall,
3618
- default1901 as TextAnimation,
3619
- default1902 as TextAnimationSmall,
3626
+ default1905 as TextAnimation,
3627
+ default1906 as TextAnimationSmall,
3620
3628
  default1392 as TextColor,
3621
3629
  default1393 as TextColorLight,
3622
3630
  default1394 as TextColorLightSmall,
@@ -3626,7 +3634,7 @@ export {
3626
3634
  default1398 as TextHighlightColor,
3627
3635
  default1399 as TextHighlightColorLight,
3628
3636
  default1400 as TextHighlightColorLightSmall,
3629
- default1903 as TextHighlightColorSmall,
3637
+ default1907 as TextHighlightColorSmall,
3630
3638
  default1401 as TextJustify,
3631
3639
  default1402 as TextJustifySmall,
3632
3640
  default1403 as TextLengthLight,
@@ -3636,22 +3644,22 @@ export {
3636
3644
  default1407 as TextRemove,
3637
3645
  default1408 as TextRemoveFilled,
3638
3646
  default1409 as TextRemoveSmall,
3639
- default1904 as TextSettings,
3640
- default1905 as TextSettingsSmall,
3647
+ default1908 as TextSettings,
3648
+ default1909 as TextSettingsSmall,
3641
3649
  default1410 as TextSmall,
3642
3650
  default1411 as TextSparkles,
3643
3651
  default1412 as TextSparklesSmall,
3644
3652
  default1413 as TextStrokeColor,
3645
3653
  default1414 as TextStrokeColorLight,
3646
- default1906 as TextStrokeColorSmall,
3654
+ default1910 as TextStrokeColorSmall,
3647
3655
  default1415 as TextStyles,
3648
3656
  default1416 as TextStylesSmall,
3649
- default1907 as TextTwist,
3650
- default1908 as TextTwistSmall,
3657
+ default1911 as TextTwist,
3658
+ default1912 as TextTwistSmall,
3651
3659
  default1417 as ThreeFourRatio,
3652
3660
  default1418 as ThreeFourRatioSmall,
3653
- default1909 as ThreeTwoRatio,
3654
- default1910 as ThreeTwoRatioSmall,
3661
+ default1913 as ThreeTwoRatio,
3662
+ default1914 as ThreeTwoRatioSmall,
3655
3663
  default1419 as Thumbnails,
3656
3664
  default1420 as ThumbnailsSmall,
3657
3665
  default1421 as ThumbsDown,
@@ -3668,8 +3676,8 @@ export {
3668
3676
  default1432 as TikTokSmall,
3669
3677
  default1433 as Time,
3670
3678
  default1434 as TimeSmall,
3671
- default1911 as TimelineView,
3672
- default1912 as TimelineViewSmall,
3679
+ default1915 as TimelineView,
3680
+ default1916 as TimelineViewSmall,
3673
3681
  default1435 as Timer,
3674
3682
  default1436 as TimerSmall,
3675
3683
  default1437 as Toggle,
@@ -3681,20 +3689,20 @@ export {
3681
3689
  default1443 as Transfer,
3682
3690
  default1444 as TransferSmall,
3683
3691
  default1445 as TransformSmall,
3684
- default1913 as Transition,
3685
- default1914 as TransitionSmall,
3686
- default1915 as Trending,
3687
- default1916 as TrendingSmall,
3692
+ default1917 as Transition,
3693
+ default1918 as TransitionSmall,
3694
+ default1919 as Trending,
3695
+ default1920 as TrendingSmall,
3688
3696
  default1446 as TriangleLarge,
3689
3697
  default1447 as TriangleLargeSmall,
3690
- default1917 as TwentyOneNineRatio,
3691
- default1918 as TwentyOneNineRatioSmall,
3698
+ default1921 as TwentyOneNineRatio,
3699
+ default1922 as TwentyOneNineRatioSmall,
3692
3700
  default1448 as Twitch,
3693
3701
  default1449 as TwitchSmall,
3694
3702
  default1450 as Twitter,
3695
3703
  default1451 as TwitterSmall,
3696
- default1919 as TwoThreeRatio,
3697
- default1920 as TwoThreeRatioSmall,
3704
+ default1923 as TwoThreeRatio,
3705
+ default1924 as TwoThreeRatioSmall,
3698
3706
  default1452 as Unarchive,
3699
3707
  default1453 as UnarchiveSmall,
3700
3708
  default1454 as Underline,
@@ -3705,8 +3713,8 @@ export {
3705
3713
  default1459 as UndoFilled,
3706
3714
  default1460 as UndoFilledSmall,
3707
3715
  default1461 as UndoSmall,
3708
- default1921 as Ungroup,
3709
- default1922 as UngroupSmall,
3716
+ default1925 as Ungroup,
3717
+ default1926 as UngroupSmall,
3710
3718
  default1462 as Union,
3711
3719
  default1463 as UnionSmall,
3712
3720
  default1464 as Unlink,
@@ -3718,8 +3726,8 @@ export {
3718
3726
  default1470 as Upload,
3719
3727
  default1471 as UploadExport,
3720
3728
  default1472 as UploadExportSmall,
3721
- default1923 as UploadImage,
3722
- default1924 as UploadImageSmall,
3729
+ default1927 as UploadImage,
3730
+ default1928 as UploadImageSmall,
3723
3731
  default1473 as UpperCase,
3724
3732
  default1474 as UpperCaseSmall,
3725
3733
  default1475 as UppercaseLight,
@@ -3762,18 +3770,18 @@ export {
3762
3770
  default1512 as VerticalRatioChecked,
3763
3771
  default1513 as VerticalRatioCheckedSmall,
3764
3772
  default1514 as VerticalRatioSmall,
3765
- default1925 as VerticalText,
3773
+ default1929 as VerticalText,
3766
3774
  default1515 as VerticalTextLight,
3767
3775
  default1516 as VerticalTextLightSmall,
3768
- default1926 as VerticalTextSmall,
3776
+ default1930 as VerticalTextSmall,
3769
3777
  default1517 as VideoCamera,
3770
3778
  default1518 as VideoCameraDisabled,
3771
3779
  default1519 as VideoCameraDisabledSmall,
3772
3780
  default1520 as VideoCameraSmall,
3773
3781
  default1521 as VideoCameraSparkles,
3774
3782
  default1522 as VideoCameraSparklesSmall,
3775
- default1927 as VideoFile,
3776
- default1928 as VideoFileSmall,
3783
+ default1931 as VideoFile,
3784
+ default1932 as VideoFileSmall,
3777
3785
  default1523 as VideoLibrary,
3778
3786
  default1524 as VideoLibrarySmall,
3779
3787
  default1525 as ViewExternal,