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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/cjs/lazy/general/dist/components/Function.js +1 -1
  2. package/dist/cjs/lazy/general/dist/components/FunctionSmall.js +1 -1
  3. package/dist/cjs/lazy/general/dist/components/Paintbrush.js +31 -0
  4. package/dist/cjs/lazy/general/dist/components/PaintbrushFilled.js +31 -0
  5. package/dist/cjs/lazy/general/dist/components/PaintbrushFilledSmall.js +31 -0
  6. package/dist/cjs/lazy/general/dist/components/PaintbrushSmall.js +31 -0
  7. package/dist/cjs/lazy/general/dist/index.js +12 -0
  8. package/dist/cjs/lazy/system/dist/components/CaretDown.js +2 -2
  9. package/dist/cjs/lazy/system/dist/components/CaretRight.js +2 -2
  10. package/dist/cjs/odeditor/general/dist/components/Function.js +37 -0
  11. package/dist/cjs/odeditor/general/dist/components/FunctionSmall.js +37 -0
  12. package/dist/cjs/odeditor/general/dist/components/Paintbrush.js +37 -0
  13. package/dist/cjs/odeditor/general/dist/components/PaintbrushFilled.js +37 -0
  14. package/dist/cjs/odeditor/general/dist/components/PaintbrushFilledSmall.js +37 -0
  15. package/dist/cjs/odeditor/general/dist/components/PaintbrushSmall.js +37 -0
  16. package/dist/cjs/odeditor/general/dist/index.js +18 -0
  17. package/dist/cjs/odeditor/general/metadata.js +21 -0
  18. package/dist/cjs/odeditor/system/dist/components/CaretDown.js +1 -1
  19. package/dist/cjs/odeditor/system/dist/components/CaretRight.js +1 -1
  20. package/dist/cjs/odeditor/system/metadata.js +14 -14
  21. package/dist/esm/lazy/general/dist/components/Function.js +1 -1
  22. package/dist/esm/lazy/general/dist/components/FunctionSmall.js +1 -1
  23. package/dist/esm/lazy/general/dist/components/Paintbrush.js +11 -0
  24. package/dist/esm/lazy/general/dist/components/PaintbrushFilled.js +11 -0
  25. package/dist/esm/lazy/general/dist/components/PaintbrushFilledSmall.js +11 -0
  26. package/dist/esm/lazy/general/dist/components/PaintbrushSmall.js +11 -0
  27. package/dist/esm/lazy/general/dist/index.js +178 -170
  28. package/dist/esm/lazy/system/dist/components/CaretDown.js +2 -2
  29. package/dist/esm/lazy/system/dist/components/CaretRight.js +2 -2
  30. package/dist/esm/odeditor/general/dist/components/Function.js +7 -0
  31. package/dist/esm/odeditor/general/dist/components/FunctionSmall.js +7 -0
  32. package/dist/esm/odeditor/general/dist/components/Paintbrush.js +7 -0
  33. package/dist/esm/odeditor/general/dist/components/PaintbrushFilled.js +7 -0
  34. package/dist/esm/odeditor/general/dist/components/PaintbrushFilledSmall.js +7 -0
  35. package/dist/esm/odeditor/general/dist/components/PaintbrushSmall.js +7 -0
  36. package/dist/esm/odeditor/general/dist/index.js +1470 -1458
  37. package/dist/esm/odeditor/general/metadata.js +21 -0
  38. package/dist/esm/odeditor/system/dist/components/CaretDown.js +1 -1
  39. package/dist/esm/odeditor/system/dist/components/CaretRight.js +1 -1
  40. package/dist/esm/odeditor/system/metadata.js +14 -14
  41. package/dist/statics/icons/odeditor/general/Function.d187.json +3 -0
  42. package/dist/statics/icons/odeditor/general/FunctionSmall.169d.json +3 -0
  43. package/dist/statics/icons/odeditor/general/Paintbrush.0fcc.json +3 -0
  44. package/dist/statics/icons/odeditor/general/PaintbrushFilled.1257.json +3 -0
  45. package/dist/statics/icons/odeditor/general/PaintbrushFilledSmall.8a29.json +3 -0
  46. package/dist/statics/icons/odeditor/general/PaintbrushSmall.e29c.json +3 -0
  47. package/dist/statics/icons/odeditor/system/CaretDown.9499.json +3 -0
  48. package/dist/statics/icons/odeditor/system/CaretRight.6fc1.json +3 -0
  49. package/dist/tsconfig.tsbuildinfo +1 -1
  50. package/dist/types/lazy/general/dist/components/Paintbrush.d.ts +3 -0
  51. package/dist/types/lazy/general/dist/components/Paintbrush.d.ts.map +1 -0
  52. package/dist/types/lazy/general/dist/components/PaintbrushFilled.d.ts +3 -0
  53. package/dist/types/lazy/general/dist/components/PaintbrushFilled.d.ts.map +1 -0
  54. package/dist/types/lazy/general/dist/components/PaintbrushFilledSmall.d.ts +3 -0
  55. package/dist/types/lazy/general/dist/components/PaintbrushFilledSmall.d.ts.map +1 -0
  56. package/dist/types/lazy/general/dist/components/PaintbrushSmall.d.ts +3 -0
  57. package/dist/types/lazy/general/dist/components/PaintbrushSmall.d.ts.map +1 -0
  58. package/dist/types/lazy/general/dist/index.d.ts +4 -0
  59. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  60. package/dist/types/odeditor/general/dist/components/Function.d.ts +7 -0
  61. package/dist/types/odeditor/general/dist/components/Function.d.ts.map +1 -0
  62. package/dist/types/odeditor/general/dist/components/FunctionSmall.d.ts +7 -0
  63. package/dist/types/odeditor/general/dist/components/FunctionSmall.d.ts.map +1 -0
  64. package/dist/types/odeditor/general/dist/components/Paintbrush.d.ts +7 -0
  65. package/dist/types/odeditor/general/dist/components/Paintbrush.d.ts.map +1 -0
  66. package/dist/types/odeditor/general/dist/components/PaintbrushFilled.d.ts +7 -0
  67. package/dist/types/odeditor/general/dist/components/PaintbrushFilled.d.ts.map +1 -0
  68. package/dist/types/odeditor/general/dist/components/PaintbrushFilledSmall.d.ts +7 -0
  69. package/dist/types/odeditor/general/dist/components/PaintbrushFilledSmall.d.ts.map +1 -0
  70. package/dist/types/odeditor/general/dist/components/PaintbrushSmall.d.ts +7 -0
  71. package/dist/types/odeditor/general/dist/components/PaintbrushSmall.d.ts.map +1 -0
  72. package/dist/types/odeditor/general/dist/index.d.ts +6 -0
  73. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  74. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  75. package/package.json +5 -5
  76. package/dist/statics/icons/odeditor/system/CaretDown.f7a0.json +0 -3
  77. package/dist/statics/icons/odeditor/system/CaretRight.f958.json +0 -3
@@ -1788,91 +1788,95 @@ import { default as default1788 } from "./components/OneFourRatio";
1788
1788
  import { default as default1789 } from "./components/OneFourRatioSmall";
1789
1789
  import { default as default1790 } from "./components/OpenSidebar";
1790
1790
  import { default as default1791 } from "./components/OpenSidebarSmall";
1791
- import { default as default1792 } from "./components/Paste";
1792
- import { default as default1793 } from "./components/PasteSmall";
1793
- import { default as default1794 } from "./components/Pickup";
1794
- import { default as default1795 } from "./components/PickupSmall";
1795
- import { default as default1796 } from "./components/PinFill";
1796
- import { default as default1797 } from "./components/PinFillSmall";
1797
- import { default as default1798 } from "./components/Popular";
1798
- import { default as default1799 } from "./components/PopularSmall";
1799
- import { default as default1800 } from "./components/Popup";
1800
- import { default as default1801 } from "./components/PopupSmall";
1801
- import { default as default1802 } from "./components/PositionBottom";
1802
- import { default as default1803 } from "./components/PositionBottomSmall";
1803
- import { default as default1804 } from "./components/PositionLeft";
1804
- import { default as default1805 } from "./components/PositionLeftSmall";
1805
- import { default as default1806 } from "./components/PositionRight";
1806
- import { default as default1807 } from "./components/PositionRightSmall";
1807
- import { default as default1808 } from "./components/PositionTop";
1808
- import { default as default1809 } from "./components/PositionTopSmall";
1809
- import { default as default1810 } from "./components/Profile";
1810
- import { default as default1811 } from "./components/ProfileSmall";
1811
- import { default as default1812 } from "./components/QuickActions";
1812
- import { default as default1813 } from "./components/QuickActionsSmall";
1813
- import { default as default1814 } from "./components/Remix";
1814
- import { default as default1815 } from "./components/RemixSmall";
1815
- import { default as default1816 } from "./components/Reorder";
1816
- import { default as default1817 } from "./components/ReorderSmall";
1817
- import { default as default1818 } from "./components/RightAlignmentInner";
1818
- import { default as default1819 } from "./components/RightAlignmentInnerSmall";
1819
- import { default as default1820 } from "./components/SEOAndAccessibility";
1820
- import { default as default1821 } from "./components/SEOAndAccessibilitySmall";
1821
- import { default as default1822 } from "./components/Section";
1822
- import { default as default1823 } from "./components/SectionDividerBottom";
1823
- import { default as default1824 } from "./components/SectionDividerBottomSmall";
1824
- import { default as default1825 } from "./components/SectionDividerTop";
1825
- import { default as default1826 } from "./components/SectionDividerTopSmall";
1826
- import { default as default1827 } from "./components/SectionSmall";
1827
- import { default as default1828 } from "./components/SiteRemove";
1828
- import { default as default1829 } from "./components/SiteRemoveSmall";
1829
- import { default as default1830 } from "./components/SkipBackwards";
1830
- import { default as default1831 } from "./components/SkipBackwardsSmall";
1831
- import { default as default1832 } from "./components/SkipForward";
1832
- import { default as default1833 } from "./components/SkipForwardSmall";
1833
- import { default as default1834 } from "./components/SlackFilled";
1834
- import { default as default1835 } from "./components/SlackFilledSmall";
1835
- import { default as default1836 } from "./components/SlidesSmall";
1836
- import { default as default1837 } from "./components/SparkleFilled";
1837
- import { default as default1838 } from "./components/SparkleFilledSmall";
1838
- import { default as default1839 } from "./components/SplitHorizontally";
1839
- import { default as default1840 } from "./components/SplitHorizontallySmall";
1840
- import { default as default1841 } from "./components/SplitVertically";
1841
- import { default as default1842 } from "./components/SplitVerticallySmall";
1842
- import { default as default1843 } from "./components/StarOfDavid";
1843
- import { default as default1844 } from "./components/StarOfDavidSmall";
1844
- import { default as default1845 } from "./components/StarSmall";
1845
- import { default as default1846 } from "./components/StrikethroughSmall";
1846
- import { default as default1847 } from "./components/SwapImage";
1847
- import { default as default1848 } from "./components/SwapImageSmall";
1848
- import { default as default1849 } from "./components/TextAnimation";
1849
- import { default as default1850 } from "./components/TextAnimationSmall";
1850
- import { default as default1851 } from "./components/TextHighlightColorSmall";
1851
- import { default as default1852 } from "./components/TextSettings";
1852
- import { default as default1853 } from "./components/TextSettingsSmall";
1853
- import { default as default1854 } from "./components/TextStrokeColorSmall";
1854
- import { default as default1855 } from "./components/TextTwist";
1855
- import { default as default1856 } from "./components/TextTwistSmall";
1856
- import { default as default1857 } from "./components/ThreeTwoRatio";
1857
- import { default as default1858 } from "./components/ThreeTwoRatioSmall";
1858
- import { default as default1859 } from "./components/TimelineView";
1859
- import { default as default1860 } from "./components/TimelineViewSmall";
1860
- import { default as default1861 } from "./components/Transition";
1861
- import { default as default1862 } from "./components/TransitionSmall";
1862
- import { default as default1863 } from "./components/Trending";
1863
- import { default as default1864 } from "./components/TrendingSmall";
1864
- import { default as default1865 } from "./components/TwentyOneNineRatio";
1865
- import { default as default1866 } from "./components/TwentyOneNineRatioSmall";
1866
- import { default as default1867 } from "./components/TwoThreeRatio";
1867
- import { default as default1868 } from "./components/TwoThreeRatioSmall";
1868
- import { default as default1869 } from "./components/Ungroup";
1869
- import { default as default1870 } from "./components/UngroupSmall";
1870
- import { default as default1871 } from "./components/UploadImage";
1871
- import { default as default1872 } from "./components/UploadImageSmall";
1872
- import { default as default1873 } from "./components/VerticalText";
1873
- import { default as default1874 } from "./components/VerticalTextSmall";
1874
- import { default as default1875 } from "./components/VideoFile";
1875
- import { default as default1876 } from "./components/VideoFileSmall";
1791
+ import { default as default1792 } from "./components/Paintbrush";
1792
+ import { default as default1793 } from "./components/PaintbrushFilled";
1793
+ import { default as default1794 } from "./components/PaintbrushFilledSmall";
1794
+ import { default as default1795 } from "./components/PaintbrushSmall";
1795
+ import { default as default1796 } from "./components/Paste";
1796
+ import { default as default1797 } from "./components/PasteSmall";
1797
+ import { default as default1798 } from "./components/Pickup";
1798
+ import { default as default1799 } from "./components/PickupSmall";
1799
+ import { default as default1800 } from "./components/PinFill";
1800
+ import { default as default1801 } from "./components/PinFillSmall";
1801
+ import { default as default1802 } from "./components/Popular";
1802
+ import { default as default1803 } from "./components/PopularSmall";
1803
+ import { default as default1804 } from "./components/Popup";
1804
+ import { default as default1805 } from "./components/PopupSmall";
1805
+ import { default as default1806 } from "./components/PositionBottom";
1806
+ import { default as default1807 } from "./components/PositionBottomSmall";
1807
+ import { default as default1808 } from "./components/PositionLeft";
1808
+ import { default as default1809 } from "./components/PositionLeftSmall";
1809
+ import { default as default1810 } from "./components/PositionRight";
1810
+ import { default as default1811 } from "./components/PositionRightSmall";
1811
+ import { default as default1812 } from "./components/PositionTop";
1812
+ import { default as default1813 } from "./components/PositionTopSmall";
1813
+ import { default as default1814 } from "./components/Profile";
1814
+ import { default as default1815 } from "./components/ProfileSmall";
1815
+ import { default as default1816 } from "./components/QuickActions";
1816
+ import { default as default1817 } from "./components/QuickActionsSmall";
1817
+ import { default as default1818 } from "./components/Remix";
1818
+ import { default as default1819 } from "./components/RemixSmall";
1819
+ import { default as default1820 } from "./components/Reorder";
1820
+ import { default as default1821 } from "./components/ReorderSmall";
1821
+ import { default as default1822 } from "./components/RightAlignmentInner";
1822
+ import { default as default1823 } from "./components/RightAlignmentInnerSmall";
1823
+ import { default as default1824 } from "./components/SEOAndAccessibility";
1824
+ import { default as default1825 } from "./components/SEOAndAccessibilitySmall";
1825
+ import { default as default1826 } from "./components/Section";
1826
+ import { default as default1827 } from "./components/SectionDividerBottom";
1827
+ import { default as default1828 } from "./components/SectionDividerBottomSmall";
1828
+ import { default as default1829 } from "./components/SectionDividerTop";
1829
+ import { default as default1830 } from "./components/SectionDividerTopSmall";
1830
+ import { default as default1831 } from "./components/SectionSmall";
1831
+ import { default as default1832 } from "./components/SiteRemove";
1832
+ import { default as default1833 } from "./components/SiteRemoveSmall";
1833
+ import { default as default1834 } from "./components/SkipBackwards";
1834
+ import { default as default1835 } from "./components/SkipBackwardsSmall";
1835
+ import { default as default1836 } from "./components/SkipForward";
1836
+ import { default as default1837 } from "./components/SkipForwardSmall";
1837
+ import { default as default1838 } from "./components/SlackFilled";
1838
+ import { default as default1839 } from "./components/SlackFilledSmall";
1839
+ import { default as default1840 } from "./components/SlidesSmall";
1840
+ import { default as default1841 } from "./components/SparkleFilled";
1841
+ import { default as default1842 } from "./components/SparkleFilledSmall";
1842
+ import { default as default1843 } from "./components/SplitHorizontally";
1843
+ import { default as default1844 } from "./components/SplitHorizontallySmall";
1844
+ import { default as default1845 } from "./components/SplitVertically";
1845
+ import { default as default1846 } from "./components/SplitVerticallySmall";
1846
+ import { default as default1847 } from "./components/StarOfDavid";
1847
+ import { default as default1848 } from "./components/StarOfDavidSmall";
1848
+ import { default as default1849 } from "./components/StarSmall";
1849
+ import { default as default1850 } from "./components/StrikethroughSmall";
1850
+ import { default as default1851 } from "./components/SwapImage";
1851
+ import { default as default1852 } from "./components/SwapImageSmall";
1852
+ import { default as default1853 } from "./components/TextAnimation";
1853
+ import { default as default1854 } from "./components/TextAnimationSmall";
1854
+ import { default as default1855 } from "./components/TextHighlightColorSmall";
1855
+ import { default as default1856 } from "./components/TextSettings";
1856
+ import { default as default1857 } from "./components/TextSettingsSmall";
1857
+ import { default as default1858 } from "./components/TextStrokeColorSmall";
1858
+ import { default as default1859 } from "./components/TextTwist";
1859
+ import { default as default1860 } from "./components/TextTwistSmall";
1860
+ import { default as default1861 } from "./components/ThreeTwoRatio";
1861
+ import { default as default1862 } from "./components/ThreeTwoRatioSmall";
1862
+ import { default as default1863 } from "./components/TimelineView";
1863
+ import { default as default1864 } from "./components/TimelineViewSmall";
1864
+ import { default as default1865 } from "./components/Transition";
1865
+ import { default as default1866 } from "./components/TransitionSmall";
1866
+ import { default as default1867 } from "./components/Trending";
1867
+ import { default as default1868 } from "./components/TrendingSmall";
1868
+ import { default as default1869 } from "./components/TwentyOneNineRatio";
1869
+ import { default as default1870 } from "./components/TwentyOneNineRatioSmall";
1870
+ import { default as default1871 } from "./components/TwoThreeRatio";
1871
+ import { default as default1872 } from "./components/TwoThreeRatioSmall";
1872
+ import { default as default1873 } from "./components/Ungroup";
1873
+ import { default as default1874 } from "./components/UngroupSmall";
1874
+ import { default as default1875 } from "./components/UploadImage";
1875
+ import { default as default1876 } from "./components/UploadImageSmall";
1876
+ import { default as default1877 } from "./components/VerticalText";
1877
+ import { default as default1878 } from "./components/VerticalTextSmall";
1878
+ import { default as default1879 } from "./components/VideoFile";
1879
+ import { default as default1880 } from "./components/VideoFileSmall";
1876
1880
  export {
1877
1881
  default2 as AI,
1878
1882
  default3 as AIAssistant,
@@ -3056,12 +3060,16 @@ export {
3056
3060
  default991 as PaidPlansSell,
3057
3061
  default992 as PaidPlansSellSmall,
3058
3062
  default993 as PaidPlansSmall,
3063
+ default1792 as Paintbrush,
3064
+ default1793 as PaintbrushFilled,
3065
+ default1794 as PaintbrushFilledSmall,
3066
+ default1795 as PaintbrushSmall,
3059
3067
  default994 as PanTool,
3060
3068
  default995 as PanToolSmall,
3061
3069
  default996 as Passkey,
3062
3070
  default997 as PasskeySmall,
3063
- default1792 as Paste,
3064
- default1793 as PasteSmall,
3071
+ default1796 as Paste,
3072
+ default1797 as PasteSmall,
3065
3073
  default998 as Pause,
3066
3074
  default999 as PauseFilled,
3067
3075
  default1000 as PauseFilledSmall,
@@ -3082,15 +3090,15 @@ export {
3082
3090
  default1015 as PhotoAlbumsSmall,
3083
3091
  default1016 as PhotoCamera,
3084
3092
  default1017 as PhotoCameraSmall,
3085
- default1794 as Pickup,
3086
- default1795 as PickupSmall,
3093
+ default1798 as Pickup,
3094
+ default1799 as PickupSmall,
3087
3095
  default1018 as PieChart,
3088
3096
  default1019 as PieChartSlice,
3089
3097
  default1020 as PieChartSliceSmall,
3090
3098
  default1021 as PieChartSmall,
3091
3099
  default1022 as Pin,
3092
- default1796 as PinFill,
3093
- default1797 as PinFillSmall,
3100
+ default1800 as PinFill,
3101
+ default1801 as PinFillSmall,
3094
3102
  default1023 as PinFilled,
3095
3103
  default1024 as PinFilledSmall,
3096
3104
  default1025 as PinSmall,
@@ -3106,20 +3114,20 @@ export {
3106
3114
  default1035 as PlaySmall,
3107
3115
  default1036 as PlayingCards,
3108
3116
  default1037 as PlayingCardsSmall,
3109
- default1798 as Popular,
3110
- default1799 as PopularSmall,
3111
- default1800 as Popup,
3112
- default1801 as PopupSmall,
3117
+ default1802 as Popular,
3118
+ default1803 as PopularSmall,
3119
+ default1804 as Popup,
3120
+ default1805 as PopupSmall,
3113
3121
  default1038 as Portfolio,
3114
3122
  default1039 as PortfolioSmall,
3115
- default1802 as PositionBottom,
3116
- default1803 as PositionBottomSmall,
3117
- default1804 as PositionLeft,
3118
- default1805 as PositionLeftSmall,
3119
- default1806 as PositionRight,
3120
- default1807 as PositionRightSmall,
3121
- default1808 as PositionTop,
3122
- default1809 as PositionTopSmall,
3123
+ default1806 as PositionBottom,
3124
+ default1807 as PositionBottomSmall,
3125
+ default1808 as PositionLeft,
3126
+ default1809 as PositionLeftSmall,
3127
+ default1810 as PositionRight,
3128
+ default1811 as PositionRightSmall,
3129
+ default1812 as PositionTop,
3130
+ default1813 as PositionTopSmall,
3123
3131
  default1040 as Power,
3124
3132
  default1041 as PowerSmall,
3125
3133
  default1042 as Premium,
@@ -3138,8 +3146,8 @@ export {
3138
3146
  default1055 as ProGalleriesSmall,
3139
3147
  default1056 as Process,
3140
3148
  default1057 as ProcessSmall,
3141
- default1810 as Profile,
3142
- default1811 as ProfileSmall,
3149
+ default1814 as Profile,
3150
+ default1815 as ProfileSmall,
3143
3151
  default1058 as Promote,
3144
3152
  default1059 as PromoteFilled,
3145
3153
  default1060 as PromoteFilledSmall,
@@ -3160,8 +3168,8 @@ export {
3160
3168
  default1075 as QuarterCircleTopSmall,
3161
3169
  default1076 as QuickAccess,
3162
3170
  default1077 as QuickAccessSmall,
3163
- default1812 as QuickActions,
3164
- default1813 as QuickActionsSmall,
3171
+ default1816 as QuickActions,
3172
+ default1817 as QuickActionsSmall,
3165
3173
  default1078 as QuickFormat,
3166
3174
  default1079 as QuickFormatSmall,
3167
3175
  default1080 as Quote,
@@ -3192,12 +3200,12 @@ export {
3192
3200
  default1105 as RegenerateSparkleSmall,
3193
3201
  default1106 as RelatedApps,
3194
3202
  default1107 as RelatedAppsSmall,
3195
- default1814 as Remix,
3196
- default1815 as RemixSmall,
3203
+ default1818 as Remix,
3204
+ default1819 as RemixSmall,
3197
3205
  default1108 as Rename,
3198
3206
  default1109 as RenameSmall,
3199
- default1816 as Reorder,
3200
- default1817 as ReorderSmall,
3207
+ default1820 as Reorder,
3208
+ default1821 as ReorderSmall,
3201
3209
  default1110 as RepeaterVertical,
3202
3210
  default1111 as RepeaterVerticalSmall,
3203
3211
  default1112 as Replace,
@@ -3215,8 +3223,8 @@ export {
3215
3223
  default1124 as ReviewsSmall,
3216
3224
  default1125 as RichText,
3217
3225
  default1126 as RichTextSmall,
3218
- default1818 as RightAlignmentInner,
3219
- default1819 as RightAlignmentInnerSmall,
3226
+ default1822 as RightAlignmentInner,
3227
+ default1823 as RightAlignmentInnerSmall,
3220
3228
  default1127 as RightToLeftText,
3221
3229
  default1128 as RightToLeftTextSmall,
3222
3230
  default1129 as RotateLeft,
@@ -3237,8 +3245,8 @@ export {
3237
3245
  default1144 as RtlSmall,
3238
3246
  default1145 as Rule,
3239
3247
  default1146 as RuleSmall,
3240
- default1820 as SEOAndAccessibility,
3241
- default1821 as SEOAndAccessibilitySmall,
3248
+ default1824 as SEOAndAccessibility,
3249
+ default1825 as SEOAndAccessibilitySmall,
3242
3250
  default1147 as SaleChannels,
3243
3251
  default1148 as SaleChannelsSmall,
3244
3252
  default1149 as Saturation,
@@ -3259,13 +3267,13 @@ export {
3259
3267
  default1164 as SeatRowSmall,
3260
3268
  default1165 as SeatSelectionTool,
3261
3269
  default1166 as SeatSelectionToolSmall,
3262
- default1822 as Section,
3263
- default1823 as SectionDividerBottom,
3264
- default1824 as SectionDividerBottomSmall,
3265
- default1825 as SectionDividerTop,
3266
- default1826 as SectionDividerTopSmall,
3270
+ default1826 as Section,
3271
+ default1827 as SectionDividerBottom,
3272
+ default1828 as SectionDividerBottomSmall,
3273
+ default1829 as SectionDividerTop,
3274
+ default1830 as SectionDividerTopSmall,
3267
3275
  default1167 as SectionLayout,
3268
- default1827 as SectionSmall,
3276
+ default1831 as SectionSmall,
3269
3277
  default1168 as SectionSparkles,
3270
3278
  default1169 as SectionSparklesSmall,
3271
3279
  default1170 as SelectedTag,
@@ -3323,24 +3331,24 @@ export {
3323
3331
  default1222 as SiteMapSmall,
3324
3332
  default1223 as SiteMove,
3325
3333
  default1224 as SiteMoveSmall,
3326
- default1828 as SiteRemove,
3327
- default1829 as SiteRemoveSmall,
3334
+ default1832 as SiteRemove,
3335
+ default1833 as SiteRemoveSmall,
3328
3336
  default1225 as SiteSearch,
3329
3337
  default1226 as SiteSearchSmall,
3330
3338
  default1227 as SiteSmall,
3331
3339
  default1228 as SizeAndRatio,
3332
3340
  default1229 as SizeAndRatioSmall,
3333
- default1830 as SkipBackwards,
3334
- default1831 as SkipBackwardsSmall,
3335
- default1832 as SkipForward,
3336
- default1833 as SkipForwardSmall,
3341
+ default1834 as SkipBackwards,
3342
+ default1835 as SkipBackwardsSmall,
3343
+ default1836 as SkipForward,
3344
+ default1837 as SkipForwardSmall,
3337
3345
  default1230 as Slack,
3338
- default1834 as SlackFilled,
3339
- default1835 as SlackFilledSmall,
3346
+ default1838 as SlackFilled,
3347
+ default1839 as SlackFilledSmall,
3340
3348
  default1231 as SlackSmall,
3341
3349
  default1232 as Slider,
3342
3350
  default1233 as SliderSmall,
3343
- default1836 as SlidesSmall,
3351
+ default1840 as SlidesSmall,
3344
3352
  default1234 as SmallSize,
3345
3353
  default1235 as SmallSizeSmall,
3346
3354
  default1236 as Smile,
@@ -3371,8 +3379,8 @@ export {
3371
3379
  default1261 as SoundOff,
3372
3380
  default1262 as SoundOffSmall,
3373
3381
  default1263 as SoundSmall,
3374
- default1837 as SparkleFilled,
3375
- default1838 as SparkleFilledSmall,
3382
+ default1841 as SparkleFilled,
3383
+ default1842 as SparkleFilledSmall,
3376
3384
  default1264 as Sparkles,
3377
3385
  default1265 as SparklesFilled,
3378
3386
  default1266 as SparklesFilledSmall,
@@ -3381,12 +3389,12 @@ export {
3381
3389
  default1269 as SpicySmall,
3382
3390
  default1270 as SplitCell,
3383
3391
  default1271 as SplitCellSmall,
3384
- default1839 as SplitHorizontally,
3385
- default1840 as SplitHorizontallySmall,
3392
+ default1843 as SplitHorizontally,
3393
+ default1844 as SplitHorizontallySmall,
3386
3394
  default1272 as SplitPath,
3387
3395
  default1273 as SplitPathSmall,
3388
- default1841 as SplitVertically,
3389
- default1842 as SplitVerticallySmall,
3396
+ default1845 as SplitVertically,
3397
+ default1846 as SplitVerticallySmall,
3390
3398
  default1274 as Spotify,
3391
3399
  default1275 as SpotifySmall,
3392
3400
  default1276 as SquareCorner,
@@ -3409,9 +3417,9 @@ export {
3409
3417
  default1293 as StandingAreaSmall,
3410
3418
  default1294 as Star,
3411
3419
  default1295 as StarFilled,
3412
- default1843 as StarOfDavid,
3413
- default1844 as StarOfDavidSmall,
3414
- default1845 as StarSmall,
3420
+ default1847 as StarOfDavid,
3421
+ default1848 as StarOfDavidSmall,
3422
+ default1849 as StarSmall,
3415
3423
  default1296 as Statistics,
3416
3424
  default1297 as StatisticsHorizontal,
3417
3425
  default1298 as StatisticsHorizontalSmall,
@@ -3454,13 +3462,13 @@ export {
3454
3462
  default1335 as Strikethrough,
3455
3463
  default1336 as StrikethroughLight,
3456
3464
  default1337 as StrikethroughLightSmall,
3457
- default1846 as StrikethroughSmall,
3465
+ default1850 as StrikethroughSmall,
3458
3466
  default1338 as Styles,
3459
3467
  default1339 as StylesSmall,
3460
3468
  default1340 as Substract,
3461
3469
  default1341 as SubstractSmall,
3462
- default1847 as SwapImage,
3463
- default1848 as SwapImageSmall,
3470
+ default1851 as SwapImage,
3471
+ default1852 as SwapImageSmall,
3464
3472
  default1342 as TS,
3465
3473
  default1343 as TSSmall,
3466
3474
  default1344 as TShirt,
@@ -3509,8 +3517,8 @@ export {
3509
3517
  default1387 as TextAlignRightLight,
3510
3518
  default1388 as TextAlignRightLightSmall,
3511
3519
  default1389 as TextAlignRightSmall,
3512
- default1849 as TextAnimation,
3513
- default1850 as TextAnimationSmall,
3520
+ default1853 as TextAnimation,
3521
+ default1854 as TextAnimationSmall,
3514
3522
  default1390 as TextColor,
3515
3523
  default1391 as TextColorLight,
3516
3524
  default1392 as TextColorLightSmall,
@@ -3520,7 +3528,7 @@ export {
3520
3528
  default1396 as TextHighlightColor,
3521
3529
  default1397 as TextHighlightColorLight,
3522
3530
  default1398 as TextHighlightColorLightSmall,
3523
- default1851 as TextHighlightColorSmall,
3531
+ default1855 as TextHighlightColorSmall,
3524
3532
  default1399 as TextJustify,
3525
3533
  default1400 as TextJustifySmall,
3526
3534
  default1401 as TextLengthLight,
@@ -3530,22 +3538,22 @@ export {
3530
3538
  default1405 as TextRemove,
3531
3539
  default1406 as TextRemoveFilled,
3532
3540
  default1407 as TextRemoveSmall,
3533
- default1852 as TextSettings,
3534
- default1853 as TextSettingsSmall,
3541
+ default1856 as TextSettings,
3542
+ default1857 as TextSettingsSmall,
3535
3543
  default1408 as TextSmall,
3536
3544
  default1409 as TextSparkles,
3537
3545
  default1410 as TextSparklesSmall,
3538
3546
  default1411 as TextStrokeColor,
3539
3547
  default1412 as TextStrokeColorLight,
3540
- default1854 as TextStrokeColorSmall,
3548
+ default1858 as TextStrokeColorSmall,
3541
3549
  default1413 as TextStyles,
3542
3550
  default1414 as TextStylesSmall,
3543
- default1855 as TextTwist,
3544
- default1856 as TextTwistSmall,
3551
+ default1859 as TextTwist,
3552
+ default1860 as TextTwistSmall,
3545
3553
  default1415 as ThreeFourRatio,
3546
3554
  default1416 as ThreeFourRatioSmall,
3547
- default1857 as ThreeTwoRatio,
3548
- default1858 as ThreeTwoRatioSmall,
3555
+ default1861 as ThreeTwoRatio,
3556
+ default1862 as ThreeTwoRatioSmall,
3549
3557
  default1417 as Thumbnails,
3550
3558
  default1418 as ThumbnailsSmall,
3551
3559
  default1419 as ThumbsDown,
@@ -3562,8 +3570,8 @@ export {
3562
3570
  default1430 as TikTokSmall,
3563
3571
  default1431 as Time,
3564
3572
  default1432 as TimeSmall,
3565
- default1859 as TimelineView,
3566
- default1860 as TimelineViewSmall,
3573
+ default1863 as TimelineView,
3574
+ default1864 as TimelineViewSmall,
3567
3575
  default1433 as Timer,
3568
3576
  default1434 as TimerSmall,
3569
3577
  default1435 as Toggle,
@@ -3575,20 +3583,20 @@ export {
3575
3583
  default1441 as Transfer,
3576
3584
  default1442 as TransferSmall,
3577
3585
  default1443 as TransformSmall,
3578
- default1861 as Transition,
3579
- default1862 as TransitionSmall,
3580
- default1863 as Trending,
3581
- default1864 as TrendingSmall,
3586
+ default1865 as Transition,
3587
+ default1866 as TransitionSmall,
3588
+ default1867 as Trending,
3589
+ default1868 as TrendingSmall,
3582
3590
  default1444 as TriangleLarge,
3583
3591
  default1445 as TriangleLargeSmall,
3584
- default1865 as TwentyOneNineRatio,
3585
- default1866 as TwentyOneNineRatioSmall,
3592
+ default1869 as TwentyOneNineRatio,
3593
+ default1870 as TwentyOneNineRatioSmall,
3586
3594
  default1446 as Twitch,
3587
3595
  default1447 as TwitchSmall,
3588
3596
  default1448 as Twitter,
3589
3597
  default1449 as TwitterSmall,
3590
- default1867 as TwoThreeRatio,
3591
- default1868 as TwoThreeRatioSmall,
3598
+ default1871 as TwoThreeRatio,
3599
+ default1872 as TwoThreeRatioSmall,
3592
3600
  default1450 as Unarchive,
3593
3601
  default1451 as UnarchiveSmall,
3594
3602
  default1452 as Underline,
@@ -3599,8 +3607,8 @@ export {
3599
3607
  default1457 as UndoFilled,
3600
3608
  default1458 as UndoFilledSmall,
3601
3609
  default1459 as UndoSmall,
3602
- default1869 as Ungroup,
3603
- default1870 as UngroupSmall,
3610
+ default1873 as Ungroup,
3611
+ default1874 as UngroupSmall,
3604
3612
  default1460 as Union,
3605
3613
  default1461 as UnionSmall,
3606
3614
  default1462 as Unlink,
@@ -3612,8 +3620,8 @@ export {
3612
3620
  default1468 as Upload,
3613
3621
  default1469 as UploadExport,
3614
3622
  default1470 as UploadExportSmall,
3615
- default1871 as UploadImage,
3616
- default1872 as UploadImageSmall,
3623
+ default1875 as UploadImage,
3624
+ default1876 as UploadImageSmall,
3617
3625
  default1471 as UpperCase,
3618
3626
  default1472 as UpperCaseSmall,
3619
3627
  default1473 as UppercaseLight,
@@ -3656,18 +3664,18 @@ export {
3656
3664
  default1510 as VerticalRatioChecked,
3657
3665
  default1511 as VerticalRatioCheckedSmall,
3658
3666
  default1512 as VerticalRatioSmall,
3659
- default1873 as VerticalText,
3667
+ default1877 as VerticalText,
3660
3668
  default1513 as VerticalTextLight,
3661
3669
  default1514 as VerticalTextLightSmall,
3662
- default1874 as VerticalTextSmall,
3670
+ default1878 as VerticalTextSmall,
3663
3671
  default1515 as VideoCamera,
3664
3672
  default1516 as VideoCameraDisabled,
3665
3673
  default1517 as VideoCameraDisabledSmall,
3666
3674
  default1518 as VideoCameraSmall,
3667
3675
  default1519 as VideoCameraSparkles,
3668
3676
  default1520 as VideoCameraSparklesSmall,
3669
- default1875 as VideoFile,
3670
- default1876 as VideoFileSmall,
3677
+ default1879 as VideoFile,
3678
+ default1880 as VideoFileSmall,
3671
3679
  default1521 as VideoLibrary,
3672
3680
  default1522 as VideoLibrarySmall,
3673
3681
  default1523 as ViewExternal,
@@ -1,9 +1,9 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var CaretDown_default = icon({
3
3
  name: "CaretDown",
4
- hashes: { "default": "d8fc", "odeditor": "f7a0" },
4
+ hashes: { "default": "d8fc", "odeditor": "9499" },
5
5
  category: "system",
6
- width: 12,
6
+ width: 18,
7
7
  height: 18
8
8
  });
9
9
  export {
@@ -1,9 +1,9 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var CaretRight_default = icon({
3
3
  name: "CaretRight",
4
- hashes: { "default": "d641", "odeditor": "f958" },
4
+ hashes: { "default": "d641", "odeditor": "6fc1" },
5
5
  category: "system",
6
- width: 12,
6
+ width: 18,
7
7
  height: 18
8
8
  });
9
9
  export {
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const Function = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M9.63 7.74C9.82 5.45 12.11 3.94 14.29 4.67L15.11 4.94L14.64 6.37L13.82 6.09C12.56 5.67 11.24 6.55 11.13 7.87L11.02 9.1H13.38V10.6H10.9L10.39 16.74C10.17 19.33 7.34 20.81 5.09 19.53L4 18.91L4.75 17.6L5.83 18.22C7.13 18.97 8.77 18.11 8.89 16.61L9.39 10.6H7.38V9.1H9.52L9.63 7.74ZM20 14L19.82 14.17C19.82 14.18 19.81 14.18 19.81 14.19C19.81 14.19 19.8 14.2 19.8 14.2L19.74 14.25C19.74 14.26 19.73 14.26 19.73 14.27C19.73 14.27 19.72 14.28 19.72 14.28L19.64 14.36C19.63 14.36 19.63 14.37 19.63 14.37C19.62 14.38 19.62 14.38 19.61 14.39L19.52 14.48C19.52 14.48 19.51 14.49 19.51 14.49C19.5 14.49 19.5 14.5 19.49 14.5L19.44 14.55C19.44 14.56 19.43 14.56 19.43 14.57C19.43 14.57 19.42 14.58 19.42 14.58L19.3 14.69C19.3 14.7 19.3 14.7 19.29 14.71C19.29 14.71 19.28 14.72 19.28 14.72L19.23 14.77C19.22 14.77 19.22 14.78 19.22 14.78C19.21 14.79 19.21 14.79 19.2 14.79L19.18 14.82C19.17 14.82 19.17 14.83 19.17 14.83C19.16 14.84 19.16 14.84 19.15 14.84C19.15 14.85 19.14 14.85 19.14 14.86C19.14 14.86 19.13 14.87 19.13 14.87C19.12 14.87 19.12 14.88 19.12 14.88L18.98 15.02C18.98 15.02 18.97 15.02 18.97 15.03C18.97 15.03 18.96 15.04 18.96 15.04L18.92 15.08C18.92 15.08 18.91 15.09 18.91 15.09C18.91 15.09 18.9 15.1 18.9 15.1C18.89 15.1 18.89 15.11 18.88 15.11C18.88 15.12 18.88 15.12 18.87 15.13C18.87 15.13 18.86 15.13 18.86 15.14L18.84 15.16C18.83 15.16 18.83 15.17 18.83 15.17C18.82 15.18 18.82 15.18 18.81 15.18L18.78 15.22C18.77 15.22 18.77 15.23 18.77 15.23C18.76 15.24 18.76 15.24 18.75 15.24L18.51 15.49C18.5 15.49 18.5 15.5 18.5 15.5C18.49 15.51 18.49 15.51 18.48 15.51L18.45 15.55C18.45 15.55 18.44 15.56 18.44 15.56C18.43 15.56 18.43 15.57 18.43 15.57L18.27 15.73C18.26 15.73 18.26 15.74 18.26 15.74C18.25 15.75 18.25 15.75 18.24 15.75L18.06 15.93C18.06 15.94 18.06 15.94 18.05 15.94C18.05 15.95 18.05 15.95 18.04 15.96L18.01 15.99C18.01 15.99 18 16 18 16C17.99 16 17.99 16.01 17.99 16.01C17.98 16.01 17.98 16.02 17.98 16.02C17.97 16.03 17.97 16.03 17.96 16.03C17.96 16.04 17.96 16.04 17.95 16.04C17.95 16.05 17.95 16.05 17.94 16.06C17.94 16.06 17.94 16.06 17.93 16.07C17.93 16.07 17.92 16.07 17.92 16.08C17.92 16.08 17.91 16.08 17.91 16.09C17.91 16.09 17.9 16.1 17.9 16.1C17.89 16.1 17.89 16.11 17.89 16.11L17.78 16.22C17.77 16.22 17.77 16.23 17.77 16.23C17.76 16.24 17.76 16.24 17.75 16.24L17.65 16.35C17.64 16.35 17.64 16.36 17.64 16.36C17.63 16.37 17.63 16.37 17.62 16.37L17.55 16.45C17.55 16.45 17.54 16.46 17.54 16.46C17.53 16.46 17.53 16.47 17.53 16.47L17.53 16.47C17.53 16.48 17.54 16.48 17.54 16.49L17.61 16.56C17.62 16.56 17.62 16.57 17.63 16.57C17.63 16.58 17.63 16.58 17.64 16.58L17.75 16.69C17.75 16.7 17.75 16.7 17.76 16.7C17.76 16.71 17.76 16.71 17.77 16.71L17.88 16.82C17.88 16.83 17.89 16.83 17.89 16.83C17.89 16.84 17.9 16.84 17.9 16.85C17.9 16.85 17.91 16.85 17.91 16.86C17.91 16.86 17.92 16.86 17.92 16.87C17.93 16.87 17.93 16.88 17.93 16.88C17.94 16.88 17.94 16.89 17.94 16.89C17.95 16.89 17.95 16.9 17.96 16.9C17.96 16.9 17.96 16.91 17.97 16.91C17.97 16.92 17.97 16.92 17.98 16.92C17.98 16.93 17.98 16.93 17.99 16.93C17.99 16.94 18 16.94 18 16.95L18.03 16.98C18.04 16.98 18.04 16.99 18.04 16.99C18.05 16.99 18.05 17 18.05 17L18.23 17.18C18.24 17.18 18.24 17.19 18.25 17.19C18.25 17.2 18.25 17.2 18.26 17.2L18.42 17.36C18.42 17.37 18.43 17.37 18.43 17.37C18.43 17.38 18.44 17.38 18.44 17.39L18.47 17.42C18.48 17.42 18.48 17.43 18.49 17.43C18.49 17.44 18.49 17.44 18.5 17.44L18.74 17.69C18.75 17.69 18.75 17.7 18.76 17.7C18.76 17.71 18.76 17.71 18.77 17.71L18.8 17.75C18.81 17.75 18.81 17.76 18.82 17.76C18.82 17.77 18.82 17.77 18.83 17.77L18.85 17.8C18.85 17.8 18.86 17.81 18.86 17.81C18.87 17.81 18.87 17.82 18.88 17.82C18.88 17.83 18.88 17.83 18.89 17.83C18.89 17.84 18.9 17.84 18.9 17.85C18.9 17.85 18.91 17.85 18.91 17.86L18.95 17.89C18.95 17.9 18.96 17.9 18.96 17.91C18.96 17.91 18.97 17.91 18.97 17.92L19.11 18.05C19.11 18.06 19.12 18.06 19.12 18.06C19.12 18.07 19.13 18.07 19.13 18.08C19.14 18.08 19.14 18.09 19.14 18.09C19.15 18.09 19.15 18.1 19.16 18.1C19.16 18.11 19.16 18.11 19.17 18.11L19.19 18.14C19.2 18.14 19.2 18.15 19.21 18.15C19.21 18.16 19.21 18.16 19.22 18.16L19.27 18.22C19.27 18.22 19.28 18.22 19.28 18.23C19.29 18.23 19.29 18.24 19.29 18.24L19.41 18.35C19.41 18.36 19.42 18.36 19.42 18.37C19.43 18.37 19.43 18.38 19.43 18.38L19.48 18.43C19.49 18.44 19.49 18.44 19.5 18.44C19.5 18.45 19.51 18.45 19.51 18.46L19.6 18.55C19.61 18.55 19.61 18.56 19.62 18.56C19.62 18.57 19.62 18.57 19.63 18.57L19.71 18.65C19.71 18.66 19.72 18.66 19.72 18.67C19.73 18.67 19.73 18.68 19.73 18.68L19.79 18.73C19.79 18.74 19.8 18.74 19.8 18.75C19.81 18.75 19.81 18.76 19.81 18.76L19.99 18.94L18.93 20L18.75 19.82C18.75 19.82 18.74 19.81 18.74 19.81C18.73 19.8 18.73 19.8 18.73 19.79L18.67 19.74C18.67 19.74 18.66 19.73 18.66 19.73C18.65 19.72 18.65 19.72 18.65 19.71L18.57 19.64C18.56 19.63 18.56 19.63 18.55 19.62C18.55 19.62 18.55 19.61 18.54 19.61L18.45 19.52C18.45 19.51 18.44 19.51 18.44 19.51C18.43 19.5 18.43 19.5 18.42 19.49L18.37 19.44C18.37 19.44 18.36 19.43 18.36 19.43C18.36 19.42 18.35 19.42 18.35 19.41L18.23 19.3C18.23 19.3 18.22 19.29 18.22 19.29C18.22 19.28 18.21 19.28 18.21 19.28L18.16 19.22C18.15 19.22 18.15 19.22 18.14 19.21C18.14 19.21 18.14 19.2 18.13 19.2L18.11 19.18C18.1 19.17 18.1 19.17 18.09 19.16C18.09 19.16 18.09 19.15 18.08 19.15C18.08 19.15 18.07 19.14 18.07 19.14C18.07 19.13 18.06 19.13 18.06 19.13C18.05 19.12 18.05 19.12 18.05 19.11L17.91 18.98C17.91 18.97 17.9 18.97 17.9 18.97C17.89 18.96 17.89 18.96 17.89 18.95L17.85 18.92C17.85 18.91 17.84 18.91 17.84 18.91C17.83 18.9 17.83 18.9 17.83 18.89L17.81 18.88C17.81 18.88 17.81 18.87 17.8 18.87C17.8 18.87 17.79 18.86 17.79 18.86L17.77 18.83C17.76 18.83 17.76 18.83 17.75 18.82C17.75 18.82 17.75 18.81 17.74 18.81L17.71 18.77C17.7 18.77 17.7 18.77 17.69 18.76C17.69 18.76 17.69 18.75 17.68 18.75L17.44 18.5C17.43 18.5 17.43 18.5 17.42 18.49C17.42 18.49 17.42 18.49 17.41 18.48L17.38 18.45C17.38 18.44 17.37 18.44 17.37 18.44C17.36 18.43 17.36 18.43 17.36 18.42L17.2 18.26C17.19 18.26 17.19 18.26 17.18 18.25C17.18 18.25 17.18 18.25 17.17 18.24L16.99 18.06C16.99 18.06 16.99 18.05 16.98 18.05C16.98 18.05 16.98 18.04 16.97 18.04L16.94 18.01C16.93 18 16.93 18 16.93 18C16.92 17.99 16.92 17.99 16.92 17.98C16.91 17.98 16.91 17.98 16.91 17.97C16.9 17.97 16.9 17.97 16.89 17.96C16.89 17.96 16.89 17.95 16.88 17.95C16.88 17.95 16.88 17.94 16.87 17.94C16.87 17.94 16.86 17.93 16.86 17.93C16.86 17.93 16.85 17.92 16.85 17.92C16.85 17.91 16.84 17.91 16.84 17.91C16.84 17.9 16.83 17.9 16.83 17.9C16.82 17.89 16.82 17.89 16.82 17.88L16.71 17.77C16.7 17.77 16.7 17.77 16.7 17.76C16.69 17.76 16.69 17.76 16.68 17.75L16.58 17.64C16.57 17.64 16.57 17.64 16.56 17.63C16.56 17.63 16.56 17.63 16.55 17.62L16.48 17.55C16.47 17.54 16.47 17.54 16.47 17.54L16.46 17.53L16.46 17.54C16.46 17.54 16.45 17.54 16.45 17.55L16.38 17.62C16.37 17.63 16.37 17.63 16.37 17.63C16.36 17.64 16.36 17.64 16.35 17.64L16.25 17.75C16.24 17.76 16.24 17.76 16.23 17.76C16.23 17.77 16.23 17.77 16.22 17.77L16.11 17.88C16.11 17.89 16.11 17.89 16.1 17.9C16.1 17.9 16.09 17.9 16.09 17.91C16.09 17.91 16.08 17.91 16.08 17.92C16.08 17.92 16.07 17.93 16.07 17.93C16.07 17.93 16.06 17.94 16.06 17.94C16.05 17.94 16.05 17.95 16.05 17.95C16.04 17.95 16.04 17.96 16.04 17.96C16.03 17.97 16.03 17.97 16.02 17.97C16.02 17.98 16.02 17.98 16.01 17.98C16.01 17.99 16.01 17.99 16 18C16 18 15.99 18 15.99 18.01L15.96 18.04C15.95 18.04 15.95 18.05 15.95 18.05C15.94 18.05 15.94 18.06 15.94 18.06L15.76 18.24C15.75 18.25 15.75 18.25 15.75 18.25C15.74 18.26 15.74 18.26 15.73 18.26L15.57 18.42C15.57 18.43 15.57 18.43 15.56 18.44C15.56 18.44 15.55 18.44 15.55 18.45L15.52 18.48C15.51 18.49 15.51 18.49 15.5 18.49C15.5 18.5 15.5 18.5 15.49 18.5L15.25 18.75C15.24 18.75 15.24 18.76 15.24 18.76C15.23 18.77 15.23 18.77 15.22 18.77L15.19 18.81C15.18 18.81 15.18 18.82 15.18 18.82C15.17 18.83 15.17 18.83 15.16 18.83L15.14 18.86C15.14 18.86 15.13 18.87 15.13 18.87C15.12 18.87 15.12 18.88 15.12 18.88L15.1 18.89C15.1 18.9 15.1 18.9 15.09 18.91C15.09 18.91 15.08 18.91 15.08 18.92L15.04 18.95C15.04 18.96 15.04 18.96 15.03 18.97C15.03 18.97 15.02 18.97 15.02 18.98L14.88 19.11C14.88 19.12 14.88 19.12 14.87 19.13C14.87 19.13 14.86 19.13 14.86 19.14C14.86 19.14 14.85 19.15 14.85 19.15C14.84 19.15 14.84 19.16 14.84 19.16C14.83 19.17 14.83 19.17 14.82 19.18L14.8 19.2C14.79 19.2 14.79 19.21 14.79 19.21C14.78 19.22 14.78 19.22 14.77 19.22L14.72 19.28C14.72 19.28 14.71 19.28 14.71 19.29C14.71 19.29 14.7 19.3 14.7 19.3L14.58 19.41C14.58 19.42 14.57 19.42 14.57 19.43C14.57 19.43 14.56 19.44 14.56 19.44L14.51 19.49C14.5 19.5 14.5 19.5 14.49 19.51C14.49 19.51 14.48 19.51 14.48 19.52L14.39 19.61C14.38 19.61 14.38 19.62 14.38 19.62C14.37 19.63 14.37 19.63 14.36 19.64L14.28 19.71C14.28 19.72 14.27 19.72 14.27 19.73C14.27 19.73 14.26 19.74 14.26 19.74L14.2 19.79C14.2 19.8 14.19 19.8 14.19 19.81C14.19 19.81 14.18 19.82 14.18 19.82L14 20L12.94 18.94L13.12 18.76C13.12 18.76 13.12 18.75 13.13 18.75C13.13 18.74 13.14 18.74 13.14 18.73L13.2 18.68C13.2 18.68 13.2 18.67 13.21 18.67C13.21 18.66 13.22 18.66 13.22 18.65L13.3 18.57C13.31 18.57 13.31 18.57 13.31 18.56C13.32 18.56 13.32 18.55 13.33 18.55L13.42 18.46C13.42 18.45 13.43 18.45 13.43 18.44C13.44 18.44 13.44 18.44 13.45 18.43L13.5 18.38C13.5 18.38 13.5 18.37 13.51 18.37C13.51 18.36 13.52 18.36 13.52 18.35L13.64 18.24C13.64 18.24 13.64 18.23 13.65 18.23C13.65 18.22 13.66 18.22 13.66 18.22L13.71 18.16C13.72 18.16 13.72 18.16 13.72 18.15C13.73 18.15 13.73 18.14 13.74 18.14L13.76 18.11C13.77 18.11 13.77 18.11 13.77 18.1C13.78 18.1 13.78 18.09 13.79 18.09C13.79 18.09 13.79 18.08 13.8 18.08C13.8 18.07 13.81 18.07 13.81 18.06C13.81 18.06 13.82 18.06 13.82 18.05L13.96 17.92C13.96 17.91 13.97 17.91 13.97 17.91C13.97 17.9 13.98 17.9 13.98 17.89L14.02 17.86C14.02 17.85 14.03 17.85 14.03 17.85C14.03 17.84 14.04 17.84 14.04 17.83C14.05 17.83 14.05 17.83 14.05 17.82C14.06 17.82 14.06 17.81 14.07 17.81C14.07 17.81 14.08 17.8 14.08 17.8L14.1 17.77C14.11 17.77 14.11 17.77 14.11 17.76C14.12 17.76 14.12 17.75 14.13 17.75L14.16 17.71C14.17 17.71 14.17 17.71 14.17 17.7C14.18 17.7 14.18 17.69 14.19 17.69L14.43 17.44C14.44 17.44 14.44 17.44 14.44 17.43C14.45 17.43 14.45 17.42 14.46 17.42L14.49 17.39C14.49 17.38 14.5 17.38 14.5 17.37C14.5 17.37 14.51 17.37 14.51 17.36L14.67 17.2C14.68 17.2 14.68 17.2 14.68 17.19C14.69 17.19 14.69 17.18 14.7 17.18L14.88 17C14.88 17 14.88 16.99 14.89 16.99C14.89 16.99 14.89 16.98 14.9 16.98L14.93 16.95C14.93 16.94 14.94 16.94 14.94 16.93C14.95 16.93 14.95 16.93 14.95 16.92C14.96 16.92 14.96 16.92 14.96 16.91C14.97 16.91 14.97 16.9 14.97 16.9C14.98 16.9 14.98 16.89 14.99 16.89C14.99 16.89 14.99 16.88 15 16.88C15 16.88 15 16.87 15.01 16.87C15.01 16.86 15.02 16.86 15.02 16.86C15.02 16.85 15.03 16.85 15.03 16.85C15.03 16.84 15.04 16.84 15.04 16.83C15.04 16.83 15.05 16.83 15.05 16.82L15.16 16.71C15.17 16.71 15.17 16.71 15.17 16.7C15.18 16.7 15.18 16.7 15.18 16.69L15.29 16.58C15.3 16.58 15.3 16.58 15.3 16.57C15.31 16.57 15.31 16.56 15.32 16.56L15.39 16.49C15.39 16.48 15.4 16.48 15.4 16.47L15.4 16.47C15.4 16.47 15.4 16.46 15.39 16.46C15.39 16.46 15.38 16.45 15.38 16.45L15.31 16.37C15.3 16.37 15.3 16.37 15.29 16.36C15.29 16.36 15.29 16.35 15.28 16.35L15.17 16.24C15.17 16.24 15.17 16.24 15.16 16.23C15.16 16.23 15.16 16.22 15.15 16.22L15.04 16.11C15.04 16.11 15.03 16.1 15.03 16.1C15.03 16.1 15.02 16.09 15.02 16.09C15.02 16.08 15.01 16.08 15.01 16.08C15.01 16.07 15 16.07 15 16.07C14.99 16.06 14.99 16.06 14.99 16.06C14.98 16.05 14.98 16.05 14.98 16.04C14.97 16.04 14.97 16.04 14.96 16.03C14.96 16.03 14.96 16.03 14.95 16.02C14.95 16.02 14.95 16.01 14.94 16.01C14.94 16.01 14.94 16 14.93 16C14.93 16 14.92 15.99 14.92 15.99L14.89 15.96C14.88 15.95 14.88 15.95 14.88 15.94C14.87 15.94 14.87 15.94 14.87 15.93L14.69 15.75C14.68 15.75 14.68 15.75 14.67 15.74C14.67 15.74 14.67 15.73 14.66 15.73L14.5 15.57C14.5 15.57 14.49 15.56 14.49 15.56C14.49 15.56 14.48 15.55 14.48 15.55L14.45 15.51C14.44 15.51 14.44 15.51 14.43 15.5C14.43 15.5 14.43 15.49 14.42 15.49L14.18 15.24C14.17 15.24 14.17 15.24 14.16 15.23C14.16 15.23 14.16 15.22 14.15 15.22L14.12 15.18C14.11 15.18 14.11 15.18 14.1 15.17C14.1 15.17 14.1 15.16 14.09 15.16L14.07 15.14C14.07 15.13 14.06 15.13 14.06 15.13C14.05 15.12 14.05 15.12 14.04 15.11C14.04 15.11 14.04 15.1 14.03 15.1C14.03 15.1 14.02 15.09 14.02 15.09C14.02 15.09 14.01 15.08 14.01 15.08L13.97 15.04C13.97 15.04 13.96 15.03 13.96 15.03C13.96 15.02 13.95 15.02 13.95 15.02L13.81 14.88C13.81 14.88 13.8 14.87 13.8 14.87C13.8 14.87 13.79 14.86 13.79 14.86C13.79 14.85 13.78 14.85 13.78 14.84C13.77 14.84 13.77 14.84 13.76 14.83C13.76 14.83 13.76 14.82 13.75 14.82L13.73 14.79C13.72 14.79 13.72 14.79 13.71 14.78C13.71 14.78 13.71 14.77 13.7 14.77L13.65 14.72C13.65 14.72 13.64 14.71 13.64 14.71C13.63 14.7 13.63 14.7 13.63 14.69L13.51 14.58C13.51 14.58 13.5 14.57 13.5 14.57C13.49 14.56 13.49 14.56 13.49 14.55L13.44 14.5C13.43 14.5 13.43 14.49 13.42 14.49C13.42 14.49 13.41 14.48 13.41 14.48L13.32 14.39C13.31 14.38 13.31 14.38 13.3 14.37C13.3 14.37 13.3 14.36 13.29 14.36L13.21 14.28C13.21 14.28 13.2 14.27 13.2 14.27C13.19 14.26 13.19 14.26 13.19 14.25L13.13 14.2C13.13 14.2 13.12 14.19 13.12 14.19C13.11 14.18 13.11 14.18 13.11 14.17L12.93 14L13.99 12.94L14.17 13.11C14.17 13.12 14.18 13.12 14.18 13.13C14.19 13.13 14.19 13.14 14.19 13.14L14.25 13.19C14.25 13.2 14.26 13.2 14.26 13.21C14.27 13.21 14.27 13.22 14.27 13.22L14.35 13.3C14.36 13.3 14.36 13.31 14.37 13.31C14.37 13.32 14.37 13.32 14.38 13.33L14.47 13.42C14.47 13.42 14.48 13.42 14.48 13.43C14.49 13.43 14.49 13.44 14.5 13.44L14.55 13.49C14.55 13.5 14.56 13.5 14.56 13.51C14.56 13.51 14.57 13.52 14.57 13.52L14.69 13.63C14.69 13.64 14.7 13.64 14.7 13.65C14.7 13.65 14.71 13.65 14.71 13.66L14.76 13.71C14.77 13.71 14.77 13.72 14.78 13.72C14.78 13.73 14.78 13.73 14.79 13.73L14.81 13.76C14.82 13.76 14.82 13.77 14.83 13.77C14.83 13.77 14.83 13.78 14.84 13.78L14.85 13.8C14.85 13.8 14.86 13.8 14.86 13.81C14.87 13.81 14.87 13.82 14.87 13.82L15.01 13.96C15.01 13.96 15.02 13.96 15.02 13.97C15.03 13.97 15.03 13.98 15.03 13.98L15.07 14.02C15.07 14.02 15.08 14.02 15.08 14.03C15.09 14.03 15.09 14.04 15.09 14.04C15.1 14.04 15.1 14.05 15.11 14.05C15.11 14.06 15.11 14.06 15.12 14.06C15.12 14.07 15.13 14.07 15.13 14.08L15.15 14.1C15.16 14.1 15.16 14.11 15.17 14.11C15.17 14.12 15.17 14.12 15.18 14.12L15.21 14.16C15.22 14.16 15.22 14.17 15.23 14.17C15.23 14.18 15.23 14.18 15.24 14.18L15.48 14.43C15.49 14.43 15.49 14.44 15.5 14.44C15.5 14.44 15.5 14.45 15.51 14.45L15.54 14.49C15.54 14.49 15.55 14.49 15.55 14.5C15.56 14.5 15.56 14.51 15.56 14.51L15.72 14.67C15.73 14.67 15.73 14.68 15.74 14.68C15.74 14.68 15.74 14.69 15.75 14.69L15.93 14.87C15.93 14.88 15.93 14.88 15.94 14.88C15.94 14.89 15.94 14.89 15.95 14.89L15.98 14.93C15.99 14.93 15.99 14.94 15.99 14.94C16 14.94 16 14.95 16 14.95C16.01 14.95 16.01 14.96 16.01 14.96C16.02 14.96 16.02 14.97 16.03 14.97C16.03 14.98 16.03 14.98 16.04 14.98C16.04 14.99 16.04 14.99 16.05 14.99C16.05 15 16.06 15 16.06 15.01C16.06 15.01 16.07 15.01 16.07 15.02C16.07 15.02 16.08 15.02 16.08 15.03C16.08 15.03 16.09 15.03 16.09 15.04C16.1 15.04 16.1 15.05 16.1 15.05L16.21 15.16C16.22 15.16 16.22 15.17 16.22 15.17C16.23 15.17 16.23 15.18 16.24 15.18L16.34 15.29C16.35 15.29 16.35 15.3 16.36 15.3C16.36 15.3 16.36 15.31 16.37 15.31L16.44 15.39C16.45 15.39 16.45 15.4 16.45 15.4C16.46 15.4 16.46 15.41 16.46 15.41L16.46 15.41L16.47 15.41C16.47 15.41 16.47 15.4 16.48 15.4C16.48 15.4 16.48 15.39 16.49 15.39L16.56 15.31C16.57 15.31 16.57 15.3 16.57 15.3C16.58 15.3 16.58 15.29 16.59 15.29L16.69 15.18C16.7 15.18 16.7 15.17 16.71 15.17C16.71 15.17 16.71 15.16 16.72 15.16L16.83 15.05C16.83 15.05 16.83 15.04 16.84 15.04C16.84 15.03 16.85 15.03 16.85 15.03C16.85 15.02 16.86 15.02 16.86 15.02C16.86 15.01 16.87 15.01 16.87 15.01C16.87 15 16.88 15 16.88 14.99C16.89 14.99 16.89 14.99 16.89 14.98C16.9 14.98 16.9 14.98 16.9 14.97C16.91 14.97 16.91 14.96 16.92 14.96C16.92 14.96 16.92 14.95 16.93 14.95C16.93 14.95 16.93 14.94 16.94 14.94C16.94 14.94 16.94 14.93 16.95 14.93L16.98 14.89C16.99 14.89 16.99 14.89 16.99 14.88C17 14.88 17 14.88 17 14.87L17.18 14.69C17.19 14.69 17.19 14.68 17.19 14.68C17.2 14.68 17.2 14.67 17.21 14.67L17.37 14.51C17.37 14.51 17.37 14.5 17.38 14.5C17.38 14.49 17.39 14.49 17.39 14.49L17.42 14.45C17.43 14.45 17.43 14.44 17.43 14.44C17.44 14.44 17.44 14.43 17.45 14.43L17.69 14.18C17.7 14.18 17.7 14.18 17.7 14.17C17.71 14.17 17.71 14.16 17.72 14.16L17.75 14.12C17.76 14.12 17.76 14.12 17.76 14.11C17.77 14.11 17.77 14.1 17.78 14.1L17.8 14.08C17.8 14.07 17.81 14.07 17.81 14.06C17.82 14.06 17.82 14.06 17.82 14.05C17.83 14.05 17.83 14.04 17.84 14.04C17.84 14.04 17.84 14.03 17.85 14.03C17.85 14.02 17.86 14.02 17.86 14.02L17.9 13.98C17.9 13.98 17.9 13.97 17.91 13.97C17.91 13.96 17.92 13.96 17.92 13.96L18.06 13.82C18.06 13.82 18.06 13.81 18.07 13.81C18.07 13.8 18.08 13.8 18.08 13.8L18.09 13.78C18.1 13.78 18.1 13.77 18.1 13.77C18.11 13.77 18.11 13.76 18.12 13.76L18.14 13.73C18.15 13.73 18.15 13.73 18.15 13.72C18.16 13.72 18.16 13.71 18.17 13.71L18.22 13.66C18.22 13.65 18.23 13.65 18.23 13.65C18.23 13.64 18.24 13.64 18.24 13.63L18.36 13.52C18.36 13.52 18.36 13.51 18.37 13.51C18.37 13.5 18.38 13.5 18.38 13.49L18.43 13.44C18.44 13.44 18.44 13.43 18.45 13.43C18.45 13.42 18.46 13.42 18.46 13.42L18.55 13.33C18.56 13.32 18.56 13.32 18.56 13.31C18.57 13.31 18.57 13.3 18.58 13.3L18.66 13.22C18.66 13.22 18.66 13.21 18.67 13.21C18.67 13.2 18.68 13.2 18.68 13.19L18.74 13.14C18.74 13.14 18.74 13.13 18.75 13.13C18.75 13.12 18.76 13.12 18.76 13.11L18.94 12.94L20 14Z" }));
3
+ Function.displayName = "Function";
4
+ var Function_default = Function;
5
+ export {
6
+ Function_default as default
7
+ };