@admin-layout/gluestack-ui-mobile 12.0.16-alpha.93 → 12.2.1-alpha.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.
- package/CHANGELOG.md +3 -235
- package/lib/components/AuthWrapper.js +3 -5
- package/lib/components/AuthWrapper.js.map +1 -1
- package/lib/components/ErrorBounday.js.map +1 -1
- package/lib/components/Fallback.js +12 -12
- package/lib/components/Fallback.js.map +1 -1
- package/lib/components/Layout/components/BasicLayout.js +2 -2
- package/lib/components/Layout/components/BasicLayout.js.map +1 -1
- package/lib/components/Layout/components/BottomTabBar.js +6 -6
- package/lib/components/Layout/components/BottomTabBar.js.map +1 -1
- package/lib/components/Layout/components/Drawer.js +17 -16
- package/lib/components/Layout/components/Drawer.js.map +1 -1
- package/lib/components/Layout/components/Header.js +15 -12
- package/lib/components/Layout/components/Header.js.map +1 -1
- package/lib/components/Layout/components/Sample.js +1 -1
- package/lib/components/Layout/components/Sample.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/LayoutButton.js +9 -9
- package/lib/components/Layout/components/SettingDrawer/LayoutButton.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js +36 -37
- package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js +2 -13
- package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js.map +1 -1
- package/lib/components/Layout/components/SideBar.js +10 -7
- package/lib/components/Layout/components/SideBar.js.map +1 -1
- package/lib/components/NavigationComponent.js.map +1 -1
- package/lib/components/ToastAlert.d.ts +1 -1
- package/lib/components/ToastAlert.js +4 -4
- package/lib/components/ToastAlert.js.map +1 -1
- package/lib/components/UnAuthenticatedComponent.js +9 -9
- package/lib/components/UnAuthenticatedComponent.js.map +1 -1
- package/lib/components/WithConfiguration.d.ts +2 -2
- package/lib/components/WithConfiguration.js +4 -4
- package/lib/components/WithConfiguration.js.map +1 -1
- package/lib/components/WithPermission.js +1 -1
- package/lib/components/WithPermission.js.map +1 -1
- package/lib/components/WithPolicy.d.ts +2 -1
- package/lib/components/WithPolicy.js +1 -1
- package/lib/components/WithPolicy.js.map +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.js +0 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/with-interactions-lifecycle-managed.js +11 -13
- package/lib/components/with-interactions-lifecycle-managed.js.map +1 -1
- package/lib/components/with-interactions-managed.js +5 -4
- package/lib/components/with-interactions-managed.js.map +1 -1
- package/lib/containers/layout/ProLayout.js +2 -2
- package/lib/containers/layout/ProLayout.js.map +1 -1
- package/lib/index.d.ts +3 -0
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/interfaces/settings.d.ts +0 -1
- package/lib/redux/settings.d.ts +0 -1
- package/lib/utils/generateMobileNavigations.js +2 -26
- package/lib/utils/generateMobileNavigations.js.map +1 -1
- package/package.json +8 -37
- package/src/components/AuthWrapper.tsx +3 -6
- package/src/components/ErrorBounday.tsx +19 -18
- package/src/components/Fallback.tsx +58 -54
- package/src/components/Layout/components/BasicLayout.tsx +2 -2
- package/src/components/Layout/components/BottomTabBar.tsx +101 -92
- package/src/components/Layout/components/Drawer.tsx +28 -31
- package/src/components/Layout/components/Header.tsx +27 -26
- package/src/components/Layout/components/Sample.tsx +1 -1
- package/src/components/Layout/components/SettingDrawer/LayoutButton.tsx +29 -15
- package/src/components/Layout/components/SettingDrawer/SettingDrawer.tsx +57 -49
- package/src/components/Layout/components/SettingDrawer/ThemeColorButton.tsx +5 -14
- package/src/components/Layout/components/SideBar.tsx +17 -12
- package/src/components/NavigationComponent.tsx +1 -1
- package/src/components/ToastAlert.tsx +13 -13
- package/src/components/UnAuthenticatedComponent.tsx +29 -19
- package/src/components/WithConfiguration.tsx +6 -6
- package/src/components/WithPermission.tsx +1 -1
- package/src/components/WithPolicy.tsx +4 -4
- package/src/components/index.ts +0 -1
- package/src/components/with-interactions-lifecycle-managed.tsx +18 -13
- package/src/components/with-interactions-managed.tsx +10 -5
- package/src/containers/layout/ProLayout.tsx +3 -3
- package/src/index.ts +7 -6
- package/src/interfaces/settings.ts +0 -1
- package/src/utils/generateMobileNavigations.ts +1 -29
- package/tsconfig.json +9 -3
- package/lib/components/ui/IconSymbol.d.ts +0 -19
- package/lib/components/ui/IconSymbol.ios.d.ts +0 -10
- package/lib/components/ui/IconSymbol.ios.js +0 -12
- package/lib/components/ui/IconSymbol.ios.js.map +0 -1
- package/lib/components/ui/IconSymbol.js +0 -21
- package/lib/components/ui/IconSymbol.js.map +0 -1
- package/lib/components/ui/TabBarBackground.d.ts +0 -2
- package/lib/components/ui/TabBarBackground.ios.d.ts +0 -3
- package/lib/components/ui/TabBarBackground.ios.js +0 -20
- package/lib/components/ui/TabBarBackground.ios.js.map +0 -1
- package/lib/components/ui/TabBarBackground.js +0 -6
- package/lib/components/ui/TabBarBackground.js.map +0 -1
- package/lib/components/ui/accordion/index.d.ts +0 -193
- package/lib/components/ui/accordion/index.js +0 -177
- package/lib/components/ui/accordion/index.js.map +0 -1
- package/lib/components/ui/accordion/index.web.d.ts +0 -209
- package/lib/components/ui/accordion/index.web.js +0 -156
- package/lib/components/ui/accordion/index.web.js.map +0 -1
- package/lib/components/ui/actionsheet/index.d.ts +0 -727
- package/lib/components/ui/actionsheet/index.js +0 -274
- package/lib/components/ui/actionsheet/index.js.map +0 -1
- package/lib/components/ui/actionsheet/index.web.d.ts +0 -872
- package/lib/components/ui/actionsheet/index.web.js +0 -286
- package/lib/components/ui/actionsheet/index.web.js.map +0 -1
- package/lib/components/ui/alert/index.d.ts +0 -479
- package/lib/components/ui/alert/index.js +0 -153
- package/lib/components/ui/alert/index.js.map +0 -1
- package/lib/components/ui/alert/index.web.d.ts +0 -135
- package/lib/components/ui/alert/index.web.js +0 -38
- package/lib/components/ui/alert/index.web.js.map +0 -1
- package/lib/components/ui/alert-dialog/index.d.ts +0 -53
- package/lib/components/ui/alert-dialog/index.js +0 -137
- package/lib/components/ui/alert-dialog/index.js.map +0 -1
- package/lib/components/ui/alert-dialog/index.web.d.ts +0 -58
- package/lib/components/ui/alert-dialog/index.web.js +0 -139
- package/lib/components/ui/alert-dialog/index.web.js.map +0 -1
- package/lib/components/ui/avatar/index.d.ts +0 -144
- package/lib/components/ui/avatar/index.js +0 -99
- package/lib/components/ui/avatar/index.js.map +0 -1
- package/lib/components/ui/avatar/index.web.d.ts +0 -21
- package/lib/components/ui/avatar/index.web.js +0 -92
- package/lib/components/ui/avatar/index.web.js.map +0 -1
- package/lib/components/ui/badge/index.d.ts +0 -386
- package/lib/components/ui/badge/index.js +0 -139
- package/lib/components/ui/badge/index.js.map +0 -1
- package/lib/components/ui/badge/index.web.d.ts +0 -382
- package/lib/components/ui/badge/index.web.js +0 -138
- package/lib/components/ui/badge/index.web.js.map +0 -1
- package/lib/components/ui/box/index.d.ts +0 -7
- package/lib/components/ui/box/index.js +0 -9
- package/lib/components/ui/box/index.js.map +0 -1
- package/lib/components/ui/box/index.web.d.ts +0 -6
- package/lib/components/ui/box/index.web.js +0 -8
- package/lib/components/ui/box/index.web.js.map +0 -1
- package/lib/components/ui/box/styles.d.ts +0 -1
- package/lib/components/ui/box/styles.js +0 -9
- package/lib/components/ui/box/styles.js.map +0 -1
- package/lib/components/ui/button/index.d.ts +0 -529
- package/lib/components/ui/button/index.js +0 -280
- package/lib/components/ui/button/index.js.map +0 -1
- package/lib/components/ui/button/index.web.d.ts +0 -247
- package/lib/components/ui/button/index.web.js +0 -57
- package/lib/components/ui/button/index.web.js.map +0 -1
- package/lib/components/ui/card/index.d.ts +0 -129
- package/lib/components/ui/card/index.js +0 -9
- package/lib/components/ui/card/index.js.map +0 -1
- package/lib/components/ui/card/index.web.d.ts +0 -126
- package/lib/components/ui/card/index.web.js +0 -8
- package/lib/components/ui/card/index.web.js.map +0 -1
- package/lib/components/ui/card/styles.d.ts +0 -123
- package/lib/components/ui/card/styles.js +0 -20
- package/lib/components/ui/card/styles.js.map +0 -1
- package/lib/components/ui/center/index.d.ts +0 -5
- package/lib/components/ui/center/index.js +0 -9
- package/lib/components/ui/center/index.js.map +0 -1
- package/lib/components/ui/center/index.web.d.ts +0 -4
- package/lib/components/ui/center/index.web.js +0 -8
- package/lib/components/ui/center/index.web.js.map +0 -1
- package/lib/components/ui/center/styles.d.ts +0 -1
- package/lib/components/ui/center/styles.js +0 -7
- package/lib/components/ui/center/styles.js.map +0 -1
- package/lib/components/ui/checkbox/index.d.ts +0 -115
- package/lib/components/ui/checkbox/index.js +0 -127
- package/lib/components/ui/checkbox/index.js.map +0 -1
- package/lib/components/ui/checkbox/index.web.d.ts +0 -265
- package/lib/components/ui/checkbox/index.web.js +0 -77
- package/lib/components/ui/checkbox/index.web.js.map +0 -1
- package/lib/components/ui/divider/index.d.ts +0 -54
- package/lib/components/ui/divider/index.js +0 -22
- package/lib/components/ui/divider/index.js.map +0 -1
- package/lib/components/ui/divider/index.web.d.ts +0 -53
- package/lib/components/ui/divider/index.web.js +0 -21
- package/lib/components/ui/divider/index.web.js.map +0 -1
- package/lib/components/ui/drawer/index.d.ts +0 -203
- package/lib/components/ui/drawer/index.js +0 -198
- package/lib/components/ui/drawer/index.js.map +0 -1
- package/lib/components/ui/drawer/index.web.d.ts +0 -174
- package/lib/components/ui/drawer/index.web.js +0 -65
- package/lib/components/ui/drawer/index.web.js.map +0 -1
- package/lib/components/ui/fab/index.d.ts +0 -520
- package/lib/components/ui/fab/index.js +0 -142
- package/lib/components/ui/fab/index.js.map +0 -1
- package/lib/components/ui/fab/index.web.d.ts +0 -520
- package/lib/components/ui/fab/index.web.js +0 -146
- package/lib/components/ui/fab/index.web.js.map +0 -1
- package/lib/components/ui/flat-list/index.d.ts +0 -1
- package/lib/components/ui/flat-list/index.js +0 -3
- package/lib/components/ui/flat-list/index.js.map +0 -1
- package/lib/components/ui/flat-list/index.web.d.ts +0 -21
- package/lib/components/ui/flat-list/index.web.js +0 -41
- package/lib/components/ui/flat-list/index.web.js.map +0 -1
- package/lib/components/ui/form-control/index.d.ts +0 -2072
- package/lib/components/ui/form-control/index.js +0 -290
- package/lib/components/ui/form-control/index.js.map +0 -1
- package/lib/components/ui/form-control/index.web.d.ts +0 -2071
- package/lib/components/ui/form-control/index.web.js +0 -290
- package/lib/components/ui/form-control/index.web.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/config.d.ts +0 -4
- package/lib/components/ui/gluestack-ui-provider/config.js +0 -287
- package/lib/components/ui/gluestack-ui-provider/config.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/index.d.ts +0 -8
- package/lib/components/ui/gluestack-ui-provider/index.js +0 -22
- package/lib/components/ui/gluestack-ui-provider/index.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/index.web.d.ts +0 -7
- package/lib/components/ui/gluestack-ui-provider/index.web.js +0 -69
- package/lib/components/ui/gluestack-ui-provider/index.web.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/script.d.ts +0 -1
- package/lib/components/ui/gluestack-ui-provider/script.js +0 -17
- package/lib/components/ui/gluestack-ui-provider/script.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/types.d.ts +0 -1
- package/lib/components/ui/gluestack-ui-provider/types.js +0 -2
- package/lib/components/ui/gluestack-ui-provider/types.js.map +0 -1
- package/lib/components/ui/grid/index.d.ts +0 -27
- package/lib/components/ui/grid/index.js +0 -175
- package/lib/components/ui/grid/index.js.map +0 -1
- package/lib/components/ui/grid/index.web.d.ts +0 -23
- package/lib/components/ui/grid/index.web.js +0 -20
- package/lib/components/ui/grid/index.web.js.map +0 -1
- package/lib/components/ui/grid/styles.d.ts +0 -2
- package/lib/components/ui/grid/styles.js +0 -11
- package/lib/components/ui/grid/styles.js.map +0 -1
- package/lib/components/ui/heading/index.d.ts +0 -335
- package/lib/components/ui/heading/index.js +0 -135
- package/lib/components/ui/heading/index.js.map +0 -1
- package/lib/components/ui/heading/index.web.d.ts +0 -335
- package/lib/components/ui/heading/index.web.js +0 -113
- package/lib/components/ui/heading/index.web.js.map +0 -1
- package/lib/components/ui/heading/styles.d.ts +0 -330
- package/lib/components/ui/heading/styles.js +0 -43
- package/lib/components/ui/heading/styles.js.map +0 -1
- package/lib/components/ui/hstack/index.d.ts +0 -150
- package/lib/components/ui/hstack/index.js +0 -9
- package/lib/components/ui/hstack/index.js.map +0 -1
- package/lib/components/ui/hstack/index.web.d.ts +0 -148
- package/lib/components/ui/hstack/index.web.js +0 -8
- package/lib/components/ui/hstack/index.web.js.map +0 -1
- package/lib/components/ui/hstack/styles.d.ts +0 -145
- package/lib/components/ui/hstack/styles.js +0 -24
- package/lib/components/ui/hstack/styles.js.map +0 -1
- package/lib/components/ui/icon/index.d.ts +0 -364
- package/lib/components/ui/icon/index.js +0 -565
- package/lib/components/ui/icon/index.js.map +0 -1
- package/lib/components/ui/icon/index.web.d.ts +0 -489
- package/lib/components/ui/icon/index.web.js +0 -555
- package/lib/components/ui/icon/index.web.js.map +0 -1
- package/lib/components/ui/image/index.d.ts +0 -132
- package/lib/components/ui/image/index.js +0 -33
- package/lib/components/ui/image/index.js.map +0 -1
- package/lib/components/ui/image/index.web.d.ts +0 -142
- package/lib/components/ui/image/index.web.js +0 -29
- package/lib/components/ui/image/index.web.js.map +0 -1
- package/lib/components/ui/image-background/index.d.ts +0 -3
- package/lib/components/ui/image-background/index.js +0 -11
- package/lib/components/ui/image-background/index.js.map +0 -1
- package/lib/components/ui/image-background/index.web.d.ts +0 -8
- package/lib/components/ui/image-background/index.web.js +0 -23
- package/lib/components/ui/image-background/index.web.js.map +0 -1
- package/lib/components/ui/index.d.ts +0 -54
- package/lib/components/ui/index.js +0 -55
- package/lib/components/ui/index.js.map +0 -1
- package/lib/components/ui/input/index.d.ts +0 -262
- package/lib/components/ui/input/index.js +0 -121
- package/lib/components/ui/input/index.js.map +0 -1
- package/lib/components/ui/input/index.web.d.ts +0 -163
- package/lib/components/ui/input/index.web.js +0 -50
- package/lib/components/ui/input/index.web.js.map +0 -1
- package/lib/components/ui/input-accessory-view/index.d.ts +0 -1
- package/lib/components/ui/input-accessory-view/index.js +0 -3
- package/lib/components/ui/input-accessory-view/index.js.map +0 -1
- package/lib/components/ui/input-accessory-view/index.web.d.ts +0 -9
- package/lib/components/ui/input-accessory-view/index.web.js +0 -16
- package/lib/components/ui/input-accessory-view/index.web.js.map +0 -1
- package/lib/components/ui/keyboard-avoiding-view/index.d.ts +0 -1
- package/lib/components/ui/keyboard-avoiding-view/index.js +0 -3
- package/lib/components/ui/keyboard-avoiding-view/index.js.map +0 -1
- package/lib/components/ui/keyboard-avoiding-view/index.web.d.ts +0 -9
- package/lib/components/ui/keyboard-avoiding-view/index.web.js +0 -8
- package/lib/components/ui/keyboard-avoiding-view/index.web.js.map +0 -1
- package/lib/components/ui/link/index.d.ts +0 -369
- package/lib/components/ui/link/index.js +0 -69
- package/lib/components/ui/link/index.js.map +0 -1
- package/lib/components/ui/link/index.web.d.ts +0 -365
- package/lib/components/ui/link/index.web.js +0 -70
- package/lib/components/ui/link/index.web.js.map +0 -1
- package/lib/components/ui/menu/index.d.ts +0 -376
- package/lib/components/ui/menu/index.js +0 -120
- package/lib/components/ui/menu/index.js.map +0 -1
- package/lib/components/ui/menu/index.web.d.ts +0 -142
- package/lib/components/ui/menu/index.web.js +0 -83
- package/lib/components/ui/menu/index.web.js.map +0 -1
- package/lib/components/ui/modal/index.d.ts +0 -142
- package/lib/components/ui/modal/index.js +0 -137
- package/lib/components/ui/modal/index.js.map +0 -1
- package/lib/components/ui/modal/index.web.d.ts +0 -111
- package/lib/components/ui/modal/index.web.js +0 -58
- package/lib/components/ui/modal/index.web.js.map +0 -1
- package/lib/components/ui/popover/index.d.ts +0 -306
- package/lib/components/ui/popover/index.js +0 -172
- package/lib/components/ui/popover/index.js.map +0 -1
- package/lib/components/ui/popover/index.web.d.ts +0 -305
- package/lib/components/ui/popover/index.web.js +0 -184
- package/lib/components/ui/popover/index.web.js.map +0 -1
- package/lib/components/ui/portal/index.d.ts +0 -2
- package/lib/components/ui/portal/index.js +0 -9
- package/lib/components/ui/portal/index.js.map +0 -1
- package/lib/components/ui/portal/index.web.d.ts +0 -9
- package/lib/components/ui/portal/index.web.js +0 -16
- package/lib/components/ui/portal/index.web.js.map +0 -1
- package/lib/components/ui/pressable/index.d.ts +0 -13
- package/lib/components/ui/pressable/index.js +0 -20
- package/lib/components/ui/pressable/index.js.map +0 -1
- package/lib/components/ui/pressable/index.web.d.ts +0 -8
- package/lib/components/ui/pressable/index.web.js +0 -44
- package/lib/components/ui/pressable/index.web.js.map +0 -1
- package/lib/components/ui/progress/index.d.ts +0 -174
- package/lib/components/ui/progress/index.js +0 -127
- package/lib/components/ui/progress/index.js.map +0 -1
- package/lib/components/ui/progress/index.web.d.ts +0 -237
- package/lib/components/ui/progress/index.web.js +0 -73
- package/lib/components/ui/progress/index.web.js.map +0 -1
- package/lib/components/ui/radio/index.d.ts +0 -160
- package/lib/components/ui/radio/index.js +0 -122
- package/lib/components/ui/radio/index.js.map +0 -1
- package/lib/components/ui/radio/index.web.d.ts +0 -224
- package/lib/components/ui/radio/index.web.js +0 -69
- package/lib/components/ui/radio/index.web.js.map +0 -1
- package/lib/components/ui/refresh-control/index.d.ts +0 -1
- package/lib/components/ui/refresh-control/index.js +0 -3
- package/lib/components/ui/refresh-control/index.js.map +0 -1
- package/lib/components/ui/refresh-control/index.web.d.ts +0 -14
- package/lib/components/ui/refresh-control/index.web.js +0 -69
- package/lib/components/ui/refresh-control/index.web.js.map +0 -1
- package/lib/components/ui/safe-area-view/index.d.ts +0 -6
- package/lib/components/ui/safe-area-view/index.js +0 -9
- package/lib/components/ui/safe-area-view/index.js.map +0 -1
- package/lib/components/ui/safe-area-view/index.web.d.ts +0 -6
- package/lib/components/ui/safe-area-view/index.web.js +0 -10
- package/lib/components/ui/safe-area-view/index.web.js.map +0 -1
- package/lib/components/ui/safe-area-view/styles.d.ts +0 -1
- package/lib/components/ui/safe-area-view/styles.js +0 -9
- package/lib/components/ui/safe-area-view/styles.js.map +0 -1
- package/lib/components/ui/scroll-view/index.d.ts +0 -1
- package/lib/components/ui/scroll-view/index.js +0 -3
- package/lib/components/ui/scroll-view/index.js.map +0 -1
- package/lib/components/ui/scroll-view/index.web.d.ts +0 -44
- package/lib/components/ui/scroll-view/index.web.js +0 -41
- package/lib/components/ui/scroll-view/index.web.js.map +0 -1
- package/lib/components/ui/section-list/index.d.ts +0 -1
- package/lib/components/ui/section-list/index.js +0 -3
- package/lib/components/ui/section-list/index.js.map +0 -1
- package/lib/components/ui/section-list/index.web.d.ts +0 -26
- package/lib/components/ui/section-list/index.web.js +0 -35
- package/lib/components/ui/section-list/index.web.js.map +0 -1
- package/lib/components/ui/select/index.d.ts +0 -1690
- package/lib/components/ui/select/index.js +0 -155
- package/lib/components/ui/select/index.js.map +0 -1
- package/lib/components/ui/select/index.web.d.ts +0 -162
- package/lib/components/ui/select/index.web.js +0 -51
- package/lib/components/ui/select/index.web.js.map +0 -1
- package/lib/components/ui/select/select-actionsheet.d.ts +0 -896
- package/lib/components/ui/select/select-actionsheet.js +0 -275
- package/lib/components/ui/select/select-actionsheet.js.map +0 -1
- package/lib/components/ui/skeleton/index.d.ts +0 -268
- package/lib/components/ui/skeleton/index.js +0 -63
- package/lib/components/ui/skeleton/index.js.map +0 -1
- package/lib/components/ui/skeleton/index.web.d.ts +0 -267
- package/lib/components/ui/skeleton/index.web.js +0 -37
- package/lib/components/ui/skeleton/index.web.js.map +0 -1
- package/lib/components/ui/skeleton/styles.d.ts +0 -257
- package/lib/components/ui/skeleton/styles.js +0 -35
- package/lib/components/ui/skeleton/styles.js.map +0 -1
- package/lib/components/ui/slider/index.d.ts +0 -211
- package/lib/components/ui/slider/index.js +0 -180
- package/lib/components/ui/slider/index.js.map +0 -1
- package/lib/components/ui/slider/index.web.d.ts +0 -223
- package/lib/components/ui/slider/index.web.js +0 -189
- package/lib/components/ui/slider/index.web.js.map +0 -1
- package/lib/components/ui/spinner/index.d.ts +0 -4
- package/lib/components/ui/spinner/index.js +0 -15
- package/lib/components/ui/spinner/index.js.map +0 -1
- package/lib/components/ui/spinner/index.web.d.ts +0 -176
- package/lib/components/ui/spinner/index.web.js +0 -55
- package/lib/components/ui/spinner/index.web.js.map +0 -1
- package/lib/components/ui/status-bar/index.d.ts +0 -1
- package/lib/components/ui/status-bar/index.js +0 -3
- package/lib/components/ui/status-bar/index.js.map +0 -1
- package/lib/components/ui/status-bar/index.web.d.ts +0 -14
- package/lib/components/ui/status-bar/index.web.js +0 -7
- package/lib/components/ui/status-bar/index.web.js.map +0 -1
- package/lib/components/ui/switch/index.d.ts +0 -72
- package/lib/components/ui/switch/index.js +0 -25
- package/lib/components/ui/switch/index.js.map +0 -1
- package/lib/components/ui/switch/index.web.d.ts +0 -71
- package/lib/components/ui/switch/index.web.js +0 -27
- package/lib/components/ui/switch/index.web.js.map +0 -1
- package/lib/components/ui/table/index.d.ts +0 -17
- package/lib/components/ui/table/index.js +0 -96
- package/lib/components/ui/table/index.js.map +0 -1
- package/lib/components/ui/table/index.web.d.ts +0 -10
- package/lib/components/ui/table/index.web.js +0 -60
- package/lib/components/ui/table/index.web.js.map +0 -1
- package/lib/components/ui/table/styles.d.ts +0 -75
- package/lib/components/ui/table/styles.js +0 -36
- package/lib/components/ui/table/styles.js.map +0 -1
- package/lib/components/ui/tabs/index.web.d.ts +0 -351
- package/lib/components/ui/tabs/index.web.js +0 -120
- package/lib/components/ui/tabs/index.web.js.map +0 -1
- package/lib/components/ui/text/index.d.ts +0 -358
- package/lib/components/ui/text/index.js +0 -19
- package/lib/components/ui/text/index.js.map +0 -1
- package/lib/components/ui/text/index.web.d.ts +0 -6
- package/lib/components/ui/text/index.web.js +0 -18
- package/lib/components/ui/text/index.web.js.map +0 -1
- package/lib/components/ui/text/styles.d.ts +0 -352
- package/lib/components/ui/text/styles.js +0 -45
- package/lib/components/ui/text/styles.js.map +0 -1
- package/lib/components/ui/textarea/index.d.ts +0 -129
- package/lib/components/ui/textarea/index.js +0 -52
- package/lib/components/ui/textarea/index.js.map +0 -1
- package/lib/components/ui/textarea/index.web.d.ts +0 -162
- package/lib/components/ui/textarea/index.web.js +0 -50
- package/lib/components/ui/textarea/index.web.js.map +0 -1
- package/lib/components/ui/toast/index.d.ts +0 -527
- package/lib/components/ui/toast/index.js +0 -165
- package/lib/components/ui/toast/index.js.map +0 -1
- package/lib/components/ui/toast/index.web.d.ts +0 -225
- package/lib/components/ui/toast/index.web.js +0 -80
- package/lib/components/ui/toast/index.web.js.map +0 -1
- package/lib/components/ui/tooltip/index.d.ts +0 -391
- package/lib/components/ui/tooltip/index.js +0 -75
- package/lib/components/ui/tooltip/index.js.map +0 -1
- package/lib/components/ui/tooltip/index.web.d.ts +0 -86
- package/lib/components/ui/tooltip/index.web.js +0 -110
- package/lib/components/ui/tooltip/index.web.js.map +0 -1
- package/lib/components/ui/utils/use-break-point-value.d.ts +0 -14
- package/lib/components/ui/utils/use-break-point-value.js +0 -54
- package/lib/components/ui/utils/use-break-point-value.js.map +0 -1
- package/lib/components/ui/view/index.d.ts +0 -1
- package/lib/components/ui/view/index.js +0 -3
- package/lib/components/ui/view/index.js.map +0 -1
- package/lib/components/ui/view/index.web.d.ts +0 -2
- package/lib/components/ui/view/index.web.js +0 -7
- package/lib/components/ui/view/index.web.js.map +0 -1
- package/lib/components/ui/virtualized-list/index.d.ts +0 -1
- package/lib/components/ui/virtualized-list/index.js +0 -3
- package/lib/components/ui/virtualized-list/index.js.map +0 -1
- package/lib/components/ui/virtualized-list/index.web.d.ts +0 -19
- package/lib/components/ui/virtualized-list/index.web.js +0 -30
- package/lib/components/ui/virtualized-list/index.web.js.map +0 -1
- package/lib/components/ui/vstack/index.d.ts +0 -149
- package/lib/components/ui/vstack/index.js +0 -9
- package/lib/components/ui/vstack/index.js.map +0 -1
- package/lib/components/ui/vstack/index.web.d.ts +0 -6
- package/lib/components/ui/vstack/index.web.js +0 -8
- package/lib/components/ui/vstack/index.web.js.map +0 -1
- package/lib/components/ui/vstack/styles.d.ts +0 -145
- package/lib/components/ui/vstack/styles.js +0 -24
- package/lib/components/ui/vstack/styles.js.map +0 -1
- package/lib/global.css +0 -3
- package/lib/gluestack-ui-base-config.d.ts +0 -8
- package/lib/gluestack-ui-base-config.js +0 -12
- package/lib/gluestack-ui-base-config.js.map +0 -1
- package/lib/nativewind-env.d.ts +0 -1
- package/lib/tailwind-base-config.d.ts +0 -194
- package/lib/tailwind-base-config.js +0 -197
- package/lib/tailwind-base-config.js.map +0 -1
- package/lib/tailwind.config.d.ts +0 -1
- package/lib/tailwind.config.js +0 -197
- package/lib/tailwind.config.js.map +0 -1
- package/src/components/ui/IconSymbol.ios.tsx +0 -33
- package/src/components/ui/IconSymbol.tsx +0 -40
- package/src/components/ui/TabBarBackground.ios.tsx +0 -23
- package/src/components/ui/TabBarBackground.tsx +0 -6
- package/src/components/ui/accordion/index.tsx +0 -304
- package/src/components/ui/accordion/index.web.tsx +0 -294
- package/src/components/ui/actionsheet/index.tsx +0 -499
- package/src/components/ui/actionsheet/index.web.tsx +0 -555
- package/src/components/ui/alert/index.tsx +0 -205
- package/src/components/ui/alert/index.web.tsx +0 -71
- package/src/components/ui/alert-dialog/index.tsx +0 -260
- package/src/components/ui/alert-dialog/index.web.tsx +0 -241
- package/src/components/ui/avatar/index.tsx +0 -162
- package/src/components/ui/avatar/index.web.tsx +0 -150
- package/src/components/ui/badge/index.tsx +0 -188
- package/src/components/ui/badge/index.web.tsx +0 -188
- package/src/components/ui/box/index.tsx +0 -14
- package/src/components/ui/box/index.web.tsx +0 -13
- package/src/components/ui/box/styles.tsx +0 -10
- package/src/components/ui/button/index.tsx +0 -353
- package/src/components/ui/button/index.web.tsx +0 -86
- package/src/components/ui/card/index.tsx +0 -16
- package/src/components/ui/card/index.web.tsx +0 -15
- package/src/components/ui/card/styles.tsx +0 -20
- package/src/components/ui/center/index.tsx +0 -14
- package/src/components/ui/center/index.web.tsx +0 -14
- package/src/components/ui/center/styles.tsx +0 -8
- package/src/components/ui/checkbox/index.tsx +0 -192
- package/src/components/ui/checkbox/index.web.tsx +0 -151
- package/src/components/ui/divider/index.tsx +0 -38
- package/src/components/ui/divider/index.web.tsx +0 -37
- package/src/components/ui/drawer/index.tsx +0 -311
- package/src/components/ui/drawer/index.web.tsx +0 -144
- package/src/components/ui/fab/index.tsx +0 -190
- package/src/components/ui/fab/index.web.tsx +0 -201
- package/src/components/ui/flat-list/index.tsx +0 -2
- package/src/components/ui/flat-list/index.web.tsx +0 -89
- package/src/components/ui/form-control/index.tsx +0 -432
- package/src/components/ui/form-control/index.web.tsx +0 -451
- package/src/components/ui/gluestack-ui-provider/config.ts +0 -309
- package/src/components/ui/gluestack-ui-provider/index.tsx +0 -38
- package/src/components/ui/gluestack-ui-provider/index.web.tsx +0 -88
- package/src/components/ui/gluestack-ui-provider/script.ts +0 -17
- package/src/components/ui/gluestack-ui-provider/types.ts +0 -1
- package/src/components/ui/grid/index.tsx +0 -284
- package/src/components/ui/grid/index.web.tsx +0 -61
- package/src/components/ui/grid/styles.tsx +0 -13
- package/src/components/ui/heading/index.tsx +0 -193
- package/src/components/ui/heading/index.web.tsx +0 -177
- package/src/components/ui/heading/styles.tsx +0 -43
- package/src/components/ui/hstack/index.tsx +0 -17
- package/src/components/ui/hstack/index.web.tsx +0 -15
- package/src/components/ui/hstack/styles.tsx +0 -25
- package/src/components/ui/icon/index.tsx +0 -1202
- package/src/components/ui/icon/index.web.tsx +0 -1190
- package/src/components/ui/image/index.tsx +0 -48
- package/src/components/ui/image/index.web.tsx +0 -43
- package/src/components/ui/image-background/index.tsx +0 -21
- package/src/components/ui/image-background/index.web.tsx +0 -43
- package/src/components/ui/index.ts +0 -54
- package/src/components/ui/input/index.tsx +0 -191
- package/src/components/ui/input/index.web.tsx +0 -80
- package/src/components/ui/input-accessory-view/index.tsx +0 -2
- package/src/components/ui/input-accessory-view/index.web.tsx +0 -31
- package/src/components/ui/keyboard-avoiding-view/index.tsx +0 -2
- package/src/components/ui/keyboard-avoiding-view/index.web.tsx +0 -23
- package/src/components/ui/link/index.tsx +0 -92
- package/src/components/ui/link/index.web.tsx +0 -103
- package/src/components/ui/menu/index.tsx +0 -179
- package/src/components/ui/menu/index.web.tsx +0 -159
- package/src/components/ui/modal/index.tsx +0 -244
- package/src/components/ui/modal/index.web.tsx +0 -135
- package/src/components/ui/popover/index.tsx +0 -309
- package/src/components/ui/popover/index.web.tsx +0 -326
- package/src/components/ui/portal/index.tsx +0 -12
- package/src/components/ui/portal/index.web.tsx +0 -34
- package/src/components/ui/pressable/index.tsx +0 -34
- package/src/components/ui/pressable/index.web.tsx +0 -73
- package/src/components/ui/progress/index.tsx +0 -160
- package/src/components/ui/progress/index.web.tsx +0 -123
- package/src/components/ui/radio/index.tsx +0 -178
- package/src/components/ui/radio/index.web.tsx +0 -130
- package/src/components/ui/refresh-control/index.tsx +0 -2
- package/src/components/ui/refresh-control/index.web.tsx +0 -104
- package/src/components/ui/safe-area-view/index.tsx +0 -22
- package/src/components/ui/safe-area-view/index.web.tsx +0 -24
- package/src/components/ui/safe-area-view/styles.tsx +0 -10
- package/src/components/ui/scroll-view/index.tsx +0 -2
- package/src/components/ui/scroll-view/index.web.tsx +0 -142
- package/src/components/ui/section-list/index.tsx +0 -2
- package/src/components/ui/section-list/index.web.tsx +0 -93
- package/src/components/ui/select/index.tsx +0 -251
- package/src/components/ui/select/index.web.tsx +0 -83
- package/src/components/ui/select/select-actionsheet.tsx +0 -503
- package/src/components/ui/skeleton/index.tsx +0 -113
- package/src/components/ui/skeleton/index.web.tsx +0 -92
- package/src/components/ui/skeleton/styles.tsx +0 -35
- package/src/components/ui/slider/index.tsx +0 -239
- package/src/components/ui/slider/index.web.tsx +0 -283
- package/src/components/ui/spinner/index.tsx +0 -31
- package/src/components/ui/spinner/index.web.tsx +0 -81
- package/src/components/ui/status-bar/index.tsx +0 -2
- package/src/components/ui/status-bar/index.web.tsx +0 -20
- package/src/components/ui/switch/index.tsx +0 -33
- package/src/components/ui/switch/index.web.tsx +0 -44
- package/src/components/ui/table/index.tsx +0 -171
- package/src/components/ui/table/index.web.tsx +0 -95
- package/src/components/ui/table/styles.tsx +0 -44
- package/src/components/ui/tabs/index.web.tsx +0 -205
- package/src/components/ui/text/index.tsx +0 -53
- package/src/components/ui/text/index.web.tsx +0 -45
- package/src/components/ui/text/styles.tsx +0 -47
- package/src/components/ui/textarea/index.tsx +0 -83
- package/src/components/ui/textarea/index.web.tsx +0 -86
- package/src/components/ui/toast/index.tsx +0 -218
- package/src/components/ui/toast/index.web.tsx +0 -132
- package/src/components/ui/tooltip/index.tsx +0 -104
- package/src/components/ui/tooltip/index.web.tsx +0 -155
- package/src/components/ui/utils/use-break-point-value.ts +0 -79
- package/src/components/ui/view/index.tsx +0 -2
- package/src/components/ui/view/index.web.tsx +0 -15
- package/src/components/ui/virtualized-list/index.tsx +0 -2
- package/src/components/ui/virtualized-list/index.web.tsx +0 -84
- package/src/components/ui/vstack/index.tsx +0 -17
- package/src/components/ui/vstack/index.web.tsx +0 -16
- package/src/components/ui/vstack/styles.tsx +0 -25
- package/src/global.css +0 -3
- package/src/gluestack-ui-base-config.js +0 -12
- package/src/gluestack-ui.config.json +0 -10
- package/src/nativewind-env.d.ts +0 -1
- package/src/tailwind-base-config.js +0 -197
- package/src/tailwind.config.js +0 -198
|
@@ -1,555 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { createIcon } from '@gluestack-ui/icon';
|
|
4
|
-
import { tva } from '@gluestack-ui/nativewind-utils/tva';
|
|
5
|
-
import { PrimitiveIcon, Svg } from '@gluestack-ui/icon';
|
|
6
|
-
export const UIIcon = createIcon({
|
|
7
|
-
Root: PrimitiveIcon,
|
|
8
|
-
});
|
|
9
|
-
const iconStyle = tva({
|
|
10
|
-
base: 'text-typography-950 fill-none pointer-events-none',
|
|
11
|
-
variants: {
|
|
12
|
-
size: {
|
|
13
|
-
'2xs': 'h-3 w-3',
|
|
14
|
-
xs: 'h-3.5 w-3.5',
|
|
15
|
-
sm: 'h-4 w-4',
|
|
16
|
-
md: 'h-[18px] w-[18px]',
|
|
17
|
-
lg: 'h-5 w-5',
|
|
18
|
-
xl: 'h-6 w-6',
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
});
|
|
22
|
-
export const Icon = React.forwardRef(({ size = 'md', className, ...props }, ref) => {
|
|
23
|
-
if (typeof size === 'number') {
|
|
24
|
-
return React.createElement(UIIcon, { ref: ref, ...props, className: iconStyle({ class: className }), size: size });
|
|
25
|
-
}
|
|
26
|
-
else if ((props.height !== undefined || props.width !== undefined) && size === undefined) {
|
|
27
|
-
return React.createElement(UIIcon, { ref: ref, ...props, className: iconStyle({ class: className }) });
|
|
28
|
-
}
|
|
29
|
-
return React.createElement(UIIcon, { ref: ref, ...props, className: iconStyle({ size, class: className }) });
|
|
30
|
-
});
|
|
31
|
-
const accessClassName = (style) => {
|
|
32
|
-
const styleObject = Array.isArray(style) ? style[0] : style;
|
|
33
|
-
const keys = Object.keys(styleObject);
|
|
34
|
-
return styleObject[keys[1]];
|
|
35
|
-
};
|
|
36
|
-
const createIconUI = ({ ...props }) => {
|
|
37
|
-
const NewUIIcon = createIcon({ Root: Svg, ...props });
|
|
38
|
-
return React.forwardRef(({ className, ...inComingprops }, ref) => {
|
|
39
|
-
const calculateClassName = React.useMemo(() => {
|
|
40
|
-
return className === undefined ? accessClassName(inComingprops?.style) : className;
|
|
41
|
-
}, [className, inComingprops?.style]);
|
|
42
|
-
return React.createElement(NewUIIcon, { ref: ref, ...inComingprops, className: calculateClassName });
|
|
43
|
-
});
|
|
44
|
-
};
|
|
45
|
-
export { createIconUI as createIcon };
|
|
46
|
-
// All Icons
|
|
47
|
-
const AddIcon = createIcon({
|
|
48
|
-
Root: Svg,
|
|
49
|
-
viewBox: '0 0 24 24',
|
|
50
|
-
path: (React.createElement(React.Fragment, null,
|
|
51
|
-
React.createElement("path", { d: "M12 5V19", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
52
|
-
React.createElement("path", { d: "M5 12H19", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
53
|
-
});
|
|
54
|
-
AddIcon.displayName = 'AddIcon';
|
|
55
|
-
export { AddIcon };
|
|
56
|
-
const AlertCircleIcon = createIcon({
|
|
57
|
-
Root: Svg,
|
|
58
|
-
viewBox: '0 0 24 24',
|
|
59
|
-
path: (React.createElement(React.Fragment, null,
|
|
60
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
61
|
-
React.createElement("path", { d: "M12 8V12", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
62
|
-
React.createElement("path", { d: "M12 16H12.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
63
|
-
});
|
|
64
|
-
AlertCircleIcon.displayName = 'AlertCircleIcon';
|
|
65
|
-
export { AlertCircleIcon };
|
|
66
|
-
const ArrowUpIcon = createIcon({
|
|
67
|
-
Root: Svg,
|
|
68
|
-
viewBox: '0 0 24 24',
|
|
69
|
-
path: (React.createElement(React.Fragment, null,
|
|
70
|
-
React.createElement("path", { d: "M12 19V5", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
71
|
-
React.createElement("path", { d: "M5 12L12 5L19 12", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
72
|
-
});
|
|
73
|
-
const ArrowDownIcon = createIcon({
|
|
74
|
-
Root: Svg,
|
|
75
|
-
viewBox: '0 0 24 24',
|
|
76
|
-
path: (React.createElement(React.Fragment, null,
|
|
77
|
-
React.createElement("path", { d: "M12 5V19", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
78
|
-
React.createElement("path", { d: "M19 12L12 19L5 12", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
79
|
-
});
|
|
80
|
-
const ArrowRightIcon = createIcon({
|
|
81
|
-
Root: Svg,
|
|
82
|
-
viewBox: '0 0 24 24',
|
|
83
|
-
path: (React.createElement(React.Fragment, null,
|
|
84
|
-
React.createElement("path", { d: "M5 12H19", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
85
|
-
React.createElement("path", { d: "M12 5L19 12L12 19", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
86
|
-
});
|
|
87
|
-
const ArrowLeftIcon = createIcon({
|
|
88
|
-
Root: Svg,
|
|
89
|
-
viewBox: '0 0 24 24',
|
|
90
|
-
path: (React.createElement(React.Fragment, null,
|
|
91
|
-
React.createElement("path", { d: "M19 12H5", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
92
|
-
React.createElement("path", { d: "M12 19L5 12L12 5", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
93
|
-
});
|
|
94
|
-
ArrowUpIcon.displayName = 'ArrowUpIcon';
|
|
95
|
-
ArrowDownIcon.displayName = 'ArrowDownIcon';
|
|
96
|
-
ArrowRightIcon.displayName = 'ArrowRightIcon';
|
|
97
|
-
ArrowLeftIcon.displayName = 'ArrowLeftIcon';
|
|
98
|
-
export { ArrowUpIcon, ArrowDownIcon, ArrowRightIcon, ArrowLeftIcon };
|
|
99
|
-
const AtSignIcon = createIcon({
|
|
100
|
-
Root: Svg,
|
|
101
|
-
viewBox: '0 0 24 24',
|
|
102
|
-
path: (React.createElement(React.Fragment, null,
|
|
103
|
-
React.createElement(React.Fragment, null,
|
|
104
|
-
React.createElement("path", { d: "M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
105
|
-
React.createElement("path", { d: "M16 7.99999V13C16 13.7956 16.3161 14.5587 16.8787 15.1213C17.4413 15.6839 18.2044 16 19 16C19.7957 16 20.5587 15.6839 21.1213 15.1213C21.6839 14.5587 22 13.7956 22 13V12C21.9999 9.74302 21.2362 7.55247 19.8333 5.78452C18.4303 4.01658 16.4706 2.77521 14.2726 2.26229C12.0747 1.74936 9.76794 1.99503 7.72736 2.95936C5.68677 3.92368 4.03241 5.54995 3.03327 7.57371C2.03413 9.59748 1.74898 11.8997 2.22418 14.1061C2.69938 16.3125 3.90699 18.2932 5.65064 19.7263C7.39429 21.1593 9.57144 21.9603 11.8281 21.9991C14.0847 22.0379 16.2881 21.3122 18.08 19.94", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })))),
|
|
106
|
-
});
|
|
107
|
-
AtSignIcon.displayName = 'AtSignIcon';
|
|
108
|
-
export { AtSignIcon };
|
|
109
|
-
const BellIcon = createIcon({
|
|
110
|
-
Root: Svg,
|
|
111
|
-
viewBox: '0 0 24 24',
|
|
112
|
-
path: (React.createElement(React.Fragment, null,
|
|
113
|
-
React.createElement("path", { d: "M18 8C18 6.4087 17.3679 4.88258 16.2426 3.75736C15.1174 2.63214 13.5913 2 12 2C10.4087 2 8.88258 2.63214 7.75736 3.75736C6.63214 4.88258 6 6.4087 6 8C6 15 3 17 3 17H21C21 17 18 15 18 8Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
114
|
-
React.createElement("path", { d: "M13.73 21C13.5542 21.3031 13.3018 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
115
|
-
});
|
|
116
|
-
BellIcon.displayName = 'BellIcon';
|
|
117
|
-
export { BellIcon };
|
|
118
|
-
const CalendarDaysIcon = createIcon({
|
|
119
|
-
Root: Svg,
|
|
120
|
-
viewBox: '0 0 24 24',
|
|
121
|
-
path: (React.createElement(React.Fragment, null,
|
|
122
|
-
React.createElement("path", { d: "M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
123
|
-
React.createElement("path", { d: "M16 2V6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
124
|
-
React.createElement("path", { d: "M8 2V6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
125
|
-
React.createElement("path", { d: "M3 10H21", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
126
|
-
React.createElement("path", { d: "M8 14H8.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
127
|
-
React.createElement("path", { d: "M12 14H12.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
128
|
-
React.createElement("path", { d: "M16 14H16.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
129
|
-
React.createElement("path", { d: "M8 18H8.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
130
|
-
React.createElement("path", { d: "M12 18H12.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
131
|
-
React.createElement("path", { d: "M16 18H16.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
132
|
-
});
|
|
133
|
-
CalendarDaysIcon.displayName = 'CalendarDaysIcon';
|
|
134
|
-
export { CalendarDaysIcon };
|
|
135
|
-
const CheckIcon = createIcon({
|
|
136
|
-
Root: Svg,
|
|
137
|
-
viewBox: '0 0 24 24',
|
|
138
|
-
path: (React.createElement(React.Fragment, null,
|
|
139
|
-
React.createElement("path", { d: "M20 6L9 17L4 12", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
140
|
-
});
|
|
141
|
-
const CheckCircleIcon = createIcon({
|
|
142
|
-
Root: Svg,
|
|
143
|
-
viewBox: '0 0 24 24',
|
|
144
|
-
path: (React.createElement(React.Fragment, null,
|
|
145
|
-
React.createElement("path", { d: "M12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
146
|
-
React.createElement("path", { d: "M9 12L11 14L15 10", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
147
|
-
});
|
|
148
|
-
CheckIcon.displayName = 'CheckIcon';
|
|
149
|
-
CheckCircleIcon.displayName = 'CheckCircleIcon';
|
|
150
|
-
export { CheckIcon, CheckCircleIcon };
|
|
151
|
-
const ChevronUpIcon = createIcon({
|
|
152
|
-
Root: Svg,
|
|
153
|
-
viewBox: '0 0 24 24',
|
|
154
|
-
d: 'M12 10L8 6L4 10',
|
|
155
|
-
path: (React.createElement(React.Fragment, null,
|
|
156
|
-
React.createElement("path", { d: "M18 15L12 9L6 15", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
157
|
-
});
|
|
158
|
-
const ChevronDownIcon = createIcon({
|
|
159
|
-
Root: Svg,
|
|
160
|
-
viewBox: '0 0 24 24',
|
|
161
|
-
path: (React.createElement(React.Fragment, null,
|
|
162
|
-
React.createElement("path", { d: "M6 9L12 15L18 9", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
163
|
-
});
|
|
164
|
-
const ChevronLeftIcon = createIcon({
|
|
165
|
-
Root: Svg,
|
|
166
|
-
viewBox: '0 0 24 24',
|
|
167
|
-
path: (React.createElement(React.Fragment, null,
|
|
168
|
-
React.createElement("path", { d: "M15 18L9 12L15 6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
169
|
-
});
|
|
170
|
-
const ChevronRightIcon = createIcon({
|
|
171
|
-
Root: Svg,
|
|
172
|
-
viewBox: '0 0 24 24',
|
|
173
|
-
path: (React.createElement(React.Fragment, null,
|
|
174
|
-
React.createElement("path", { d: "M9 18L15 12L9 6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
175
|
-
});
|
|
176
|
-
const ChevronsLeftIcon = createIcon({
|
|
177
|
-
Root: Svg,
|
|
178
|
-
viewBox: '0 0 24 24',
|
|
179
|
-
path: (React.createElement(React.Fragment, null,
|
|
180
|
-
React.createElement("path", { d: "M11 17L6 12L11 7", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
181
|
-
React.createElement("path", { d: "M18 17L13 12L18 7", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
182
|
-
});
|
|
183
|
-
const ChevronsRightIcon = createIcon({
|
|
184
|
-
Root: Svg,
|
|
185
|
-
viewBox: '0 0 24 24',
|
|
186
|
-
path: (React.createElement(React.Fragment, null,
|
|
187
|
-
React.createElement("path", { d: "M13 17L18 12L13 7", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
188
|
-
React.createElement("path", { d: "M6 17L11 12L6 7", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
189
|
-
});
|
|
190
|
-
const ChevronsUpDownIcon = createIcon({
|
|
191
|
-
Root: Svg,
|
|
192
|
-
viewBox: '0 0 24 24',
|
|
193
|
-
path: (React.createElement(React.Fragment, null,
|
|
194
|
-
React.createElement("path", { d: "M7 15L12 20L17 15", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
195
|
-
React.createElement("path", { d: "M7 9L12 4L17 9", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
196
|
-
});
|
|
197
|
-
ChevronUpIcon.displayName = 'ChevronUpIcon';
|
|
198
|
-
ChevronDownIcon.displayName = 'ChevronDownIcon';
|
|
199
|
-
ChevronLeftIcon.displayName = 'ChevronLeftIcon';
|
|
200
|
-
ChevronRightIcon.displayName = 'ChevronRightIcon';
|
|
201
|
-
ChevronsLeftIcon.displayName = 'ChevronsLeftIcon';
|
|
202
|
-
ChevronsRightIcon.displayName = 'ChevronsRightIcon';
|
|
203
|
-
ChevronsUpDownIcon.displayName = 'ChevronsUpDownIcon';
|
|
204
|
-
export { ChevronUpIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, };
|
|
205
|
-
const CircleIcon = createIcon({
|
|
206
|
-
Root: Svg,
|
|
207
|
-
viewBox: '0 0 24 24',
|
|
208
|
-
path: (React.createElement(React.Fragment, null,
|
|
209
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
210
|
-
});
|
|
211
|
-
CircleIcon.displayName = 'CircleIcon';
|
|
212
|
-
export { CircleIcon };
|
|
213
|
-
const ClockIcon = createIcon({
|
|
214
|
-
Root: Svg,
|
|
215
|
-
viewBox: '0 0 24 24',
|
|
216
|
-
path: (React.createElement(React.Fragment, null,
|
|
217
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
218
|
-
React.createElement("path", { d: "M12 6V12L16 14", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
219
|
-
});
|
|
220
|
-
ClockIcon.displayName = 'ClockIcon';
|
|
221
|
-
export { ClockIcon };
|
|
222
|
-
const CloseIcon = createIcon({
|
|
223
|
-
Root: Svg,
|
|
224
|
-
viewBox: '0 0 24 24',
|
|
225
|
-
path: (React.createElement(React.Fragment, null,
|
|
226
|
-
React.createElement("path", { d: "M18 6L6 18", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
227
|
-
React.createElement("path", { d: "M6 6L18 18", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
228
|
-
});
|
|
229
|
-
const CloseCircleIcon = createIcon({
|
|
230
|
-
Root: Svg,
|
|
231
|
-
viewBox: '0 0 24 24',
|
|
232
|
-
path: (React.createElement(React.Fragment, null,
|
|
233
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
234
|
-
React.createElement("path", { d: "M15 9L9 15", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
235
|
-
React.createElement("path", { d: "M9 9L15 15", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
236
|
-
});
|
|
237
|
-
CloseIcon.displayName = 'CloseIcon';
|
|
238
|
-
CloseCircleIcon.displayName = 'CloseCircleIcon';
|
|
239
|
-
export { CloseIcon, CloseCircleIcon };
|
|
240
|
-
const CopyIcon = createIcon({
|
|
241
|
-
Root: Svg,
|
|
242
|
-
viewBox: '0 0 24 24',
|
|
243
|
-
path: (React.createElement(React.Fragment, null,
|
|
244
|
-
React.createElement("path", { d: "M20 9H11C9.89543 9 9 9.89543 9 11V20C9 21.1046 9.89543 22 11 22H20C21.1046 22 22 21.1046 22 20V11C22 9.89543 21.1046 9 20 9Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
245
|
-
React.createElement("path", { d: "M5 15H4C3.46957 15 2.96086 14.7893 2.58579 14.4142C2.21071 14.0391 2 13.5304 2 13V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H13C13.5304 2 14.0391 2.21071 14.4142 2.58579C14.7893 2.96086 15 3.46957 15 4V5", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
246
|
-
});
|
|
247
|
-
CopyIcon.displayName = 'CopyIcon';
|
|
248
|
-
export { CopyIcon };
|
|
249
|
-
const DownloadIcon = createIcon({
|
|
250
|
-
Root: Svg,
|
|
251
|
-
viewBox: '0 0 24 24',
|
|
252
|
-
path: (React.createElement(React.Fragment, null,
|
|
253
|
-
React.createElement("path", { d: "M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
254
|
-
React.createElement("path", { d: "M7 10L12 15L17 10", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
255
|
-
React.createElement("path", { d: "M12 15V3", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
256
|
-
});
|
|
257
|
-
DownloadIcon.displayName = 'DownloadIcon';
|
|
258
|
-
export { DownloadIcon };
|
|
259
|
-
const EditIcon = createIcon({
|
|
260
|
-
Root: Svg,
|
|
261
|
-
viewBox: '0 0 24 24',
|
|
262
|
-
path: (React.createElement(React.Fragment, null,
|
|
263
|
-
React.createElement("path", { d: "M11 4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V20C2 20.5304 2.21071 21.0391 2.58579 21.4142C2.96086 21.7893 3.46957 22 4 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V13", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
264
|
-
React.createElement("path", { d: "M18.5 2.50001C18.8978 2.10219 19.4374 1.87869 20 1.87869C20.5626 1.87869 21.1022 2.10219 21.5 2.50001C21.8978 2.89784 22.1213 3.4374 22.1213 4.00001C22.1213 4.56262 21.8978 5.10219 21.5 5.50001L12 15L8 16L9 12L18.5 2.50001Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
265
|
-
});
|
|
266
|
-
EditIcon.displayName = 'EditIcon';
|
|
267
|
-
export { EditIcon };
|
|
268
|
-
const EyeIcon = createIcon({
|
|
269
|
-
Root: Svg,
|
|
270
|
-
viewBox: '0 0 24 24',
|
|
271
|
-
path: (React.createElement(React.Fragment, null,
|
|
272
|
-
React.createElement("path", { d: "M2 12C2 12 5 5 12 5C19 5 22 12 22 12C22 12 19 19 12 19C5 19 2 12 2 12Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
273
|
-
React.createElement("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
274
|
-
});
|
|
275
|
-
EyeIcon.displayName = 'EyeIcon';
|
|
276
|
-
const EyeOffIcon = createIcon({
|
|
277
|
-
Root: Svg,
|
|
278
|
-
viewBox: '0 0 24 24',
|
|
279
|
-
path: (React.createElement(React.Fragment, null,
|
|
280
|
-
React.createElement("path", { d: "M9.88 9.88C9.58525 10.1546 9.34884 10.4859 9.18487 10.8538C9.02091 11.2218 8.93274 11.6191 8.92563 12.0219C8.91852 12.4247 8.99262 12.8248 9.14351 13.1984C9.29439 13.5719 9.51897 13.9113 9.80384 14.1962C10.0887 14.481 10.4281 14.7056 10.8016 14.8565C11.1752 15.0074 11.5753 15.0815 11.9781 15.0744C12.3809 15.0673 12.7782 14.9791 13.1461 14.8151C13.5141 14.6512 13.8453 14.4147 14.12 14.12", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
281
|
-
React.createElement("path", { d: "M10.73 5.08C11.1513 5.02751 11.5754 5.00079 12 5C19 5 22 12 22 12C21.5529 12.9571 20.9922 13.8569 20.33 14.68", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
282
|
-
React.createElement("path", { d: "M6.61 6.61C4.62125 7.96462 3.02987 9.82526 2 12C2 12 5 19 12 19C13.9159 19.0051 15.7908 18.4451 17.39 17.39", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
283
|
-
React.createElement("path", { d: "M2 2L22 22", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
284
|
-
});
|
|
285
|
-
EyeOffIcon.displayName = 'EyeOffIcon';
|
|
286
|
-
export { EyeIcon, EyeOffIcon };
|
|
287
|
-
const FavouriteIcon = createIcon({
|
|
288
|
-
Root: Svg,
|
|
289
|
-
viewBox: '0 0 24 24',
|
|
290
|
-
path: (React.createElement(React.Fragment, null,
|
|
291
|
-
React.createElement("path", { d: "M20.42 4.58C19.9183 4.07658 19.3222 3.67714 18.6658 3.40459C18.0094 3.13204 17.3057 2.99174 16.595 2.99174C15.8843 2.99174 15.1806 3.13204 14.5242 3.40459C13.8678 3.67714 13.2717 4.07658 12.77 4.58L12 5.36L11.23 4.58C10.7283 4.07658 10.1322 3.67714 9.47582 3.40459C8.81944 3.13204 8.11571 2.99174 7.40499 2.99174C6.69428 2.99174 5.99055 3.13204 5.33417 3.40459C4.67779 3.67714 4.08167 4.07658 3.57999 4.58C1.45999 6.7 1.32999 10.28 3.99999 13L12 21L20 13C22.67 10.28 22.54 6.7 20.42 4.58Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
292
|
-
});
|
|
293
|
-
FavouriteIcon.displayName = 'FavouriteIcon';
|
|
294
|
-
export { FavouriteIcon };
|
|
295
|
-
const GlobeIcon = createIcon({
|
|
296
|
-
Root: Svg,
|
|
297
|
-
viewBox: '0 0 24 24',
|
|
298
|
-
path: (React.createElement(React.Fragment, null,
|
|
299
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
300
|
-
React.createElement("path", { d: "M2 12H22", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
301
|
-
React.createElement("path", { d: "M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22C9.49872 19.2616 8.07725 15.708 8 12C8.07725 8.29203 9.49872 4.73835 12 2V2Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
302
|
-
});
|
|
303
|
-
GlobeIcon.displayName = 'GlobeIcon';
|
|
304
|
-
export { GlobeIcon };
|
|
305
|
-
const GripVerticalIcon = createIcon({
|
|
306
|
-
Root: Svg,
|
|
307
|
-
viewBox: '0 0 24 24',
|
|
308
|
-
path: (React.createElement(React.Fragment, null,
|
|
309
|
-
React.createElement("path", { d: "M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
310
|
-
React.createElement("path", { d: "M9 6C9.55228 6 10 5.55228 10 5C10 4.44772 9.55228 4 9 4C8.44772 4 8 4.44772 8 5C8 5.55228 8.44772 6 9 6Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
311
|
-
React.createElement("path", { d: "M9 20C9.55228 20 10 19.5523 10 19C10 18.4477 9.55228 18 9 18C8.44772 18 8 18.4477 8 19C8 19.5523 8.44772 20 9 20Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
312
|
-
React.createElement("path", { d: "M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
313
|
-
React.createElement("path", { d: "M15 6C15.5523 6 16 5.55228 16 5C16 4.44772 15.5523 4 15 4C14.4477 4 14 4.44772 14 5C14 5.55228 14.4477 6 15 6Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
314
|
-
React.createElement("path", { d: "M15 20C15.5523 20 16 19.5523 16 19C16 18.4477 15.5523 18 15 18C14.4477 18 14 18.4477 14 19C14 19.5523 14.4477 20 15 20Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
315
|
-
});
|
|
316
|
-
GripVerticalIcon.displayName = 'GripVerticalIcon';
|
|
317
|
-
export { GripVerticalIcon };
|
|
318
|
-
const HelpCircleIcon = createIcon({
|
|
319
|
-
Root: Svg,
|
|
320
|
-
viewBox: '0 0 24 24',
|
|
321
|
-
path: (React.createElement(React.Fragment, null,
|
|
322
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
323
|
-
React.createElement("path", { d: "M9.09 9.00001C9.3251 8.33167 9.78915 7.76811 10.4 7.40914C11.0108 7.05016 11.7289 6.91894 12.4272 7.03872C13.1255 7.15849 13.7588 7.52153 14.2151 8.06353C14.6713 8.60554 14.9211 9.29153 14.92 10C14.92 12 11.92 13 11.92 13", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
324
|
-
React.createElement("path", { d: "M12 17H12.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
325
|
-
});
|
|
326
|
-
HelpCircleIcon.displayName = 'HelpCircleIcon';
|
|
327
|
-
export { HelpCircleIcon };
|
|
328
|
-
const InfoIcon = createIcon({
|
|
329
|
-
Root: Svg,
|
|
330
|
-
viewBox: '0 0 24 24',
|
|
331
|
-
path: (React.createElement(React.Fragment, null,
|
|
332
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
333
|
-
React.createElement("path", { d: "M12 16V12", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
334
|
-
React.createElement("path", { d: "M12 8H12.01", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
335
|
-
});
|
|
336
|
-
InfoIcon.displayName = 'InfoIcon';
|
|
337
|
-
export { InfoIcon };
|
|
338
|
-
const LinkIcon = createIcon({
|
|
339
|
-
Root: Svg,
|
|
340
|
-
viewBox: '0 0 24 24',
|
|
341
|
-
path: (React.createElement(React.Fragment, null,
|
|
342
|
-
React.createElement("path", { d: "M10 13C10.4295 13.5741 10.9774 14.0492 11.6066 14.3929C12.2357 14.7367 12.9315 14.9411 13.6467 14.9923C14.3618 15.0435 15.0796 14.9404 15.7513 14.6898C16.4231 14.4392 17.0331 14.0471 17.54 13.54L20.54 10.54C21.4508 9.59699 21.9548 8.33397 21.9434 7.02299C21.932 5.71201 21.4061 4.45794 20.4791 3.5309C19.5521 2.60386 18.298 2.07802 16.987 2.06663C15.676 2.05523 14.413 2.55921 13.47 3.47L11.75 5.18", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
343
|
-
React.createElement("path", { d: "M14 11C13.5705 10.4259 13.0226 9.95083 12.3935 9.60707C11.7643 9.26331 11.0685 9.05889 10.3534 9.00768C9.63821 8.95646 8.92041 9.05964 8.24866 9.31023C7.5769 9.56082 6.96689 9.95294 6.46 10.46L3.46 13.46C2.54921 14.403 2.04524 15.666 2.05663 16.977C2.06802 18.288 2.59387 19.5421 3.52091 20.4691C4.44795 21.3961 5.70201 21.922 7.013 21.9334C8.32398 21.9448 9.58699 21.4408 10.53 20.53L12.24 18.82", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
344
|
-
});
|
|
345
|
-
LinkIcon.displayName = 'LinkIcon';
|
|
346
|
-
const ExternalLinkIcon = createIcon({
|
|
347
|
-
Root: Svg,
|
|
348
|
-
viewBox: '0 0 24 24',
|
|
349
|
-
path: (React.createElement(React.Fragment, null,
|
|
350
|
-
React.createElement("path", { d: "M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
351
|
-
React.createElement("path", { d: "M15 3H21V9", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
352
|
-
React.createElement("path", { d: "M10 14L21 3", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
353
|
-
});
|
|
354
|
-
ExternalLinkIcon.displayName = 'ExternalLinkIcon';
|
|
355
|
-
export { LinkIcon, ExternalLinkIcon };
|
|
356
|
-
const LoaderIcon = createIcon({
|
|
357
|
-
Root: Svg,
|
|
358
|
-
viewBox: '0 0 24 24',
|
|
359
|
-
path: (React.createElement(React.Fragment, null,
|
|
360
|
-
React.createElement("path", { d: "M21 12C20.9999 13.9006 20.3981 15.7524 19.2809 17.2899C18.1637 18.8275 16.5885 19.9719 14.7809 20.5592C12.9733 21.1464 11.0262 21.1464 9.21864 20.559C7.41109 19.9716 5.83588 18.8271 4.71876 17.2895C3.60165 15.7519 2.99999 13.9001 3 11.9995C3.00001 10.0989 3.60171 8.24711 4.71884 6.7095C5.83598 5.17189 7.4112 4.02741 9.21877 3.44008C11.0263 2.85274 12.9734 2.85272 14.781 3.44", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
361
|
-
});
|
|
362
|
-
LoaderIcon.displayName = 'LoaderIcon';
|
|
363
|
-
export { LoaderIcon };
|
|
364
|
-
const LockIcon = createIcon({
|
|
365
|
-
Root: Svg,
|
|
366
|
-
viewBox: '0 0 24 24',
|
|
367
|
-
path: (React.createElement(React.Fragment, null,
|
|
368
|
-
React.createElement("path", { d: "M19 11H5C3.89543 11 3 11.8954 3 13V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V13C21 11.8954 20.1046 11 19 11Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
369
|
-
React.createElement("path", { d: "M7 11V7C7 5.67392 7.52678 4.40215 8.46447 3.46447C9.40215 2.52678 10.6739 2 12 2C13.3261 2 14.5979 2.52678 15.5355 3.46447C16.4732 4.40215 17 5.67392 17 7V11", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
370
|
-
});
|
|
371
|
-
LockIcon.displayName = 'LockIcon';
|
|
372
|
-
export { LockIcon };
|
|
373
|
-
const MailIcon = createIcon({
|
|
374
|
-
Root: Svg,
|
|
375
|
-
viewBox: '0 0 24 24',
|
|
376
|
-
path: (React.createElement(React.Fragment, null,
|
|
377
|
-
React.createElement("path", { d: "M20 4H4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
378
|
-
React.createElement("path", { d: "M22 7L13.03 12.7C12.7213 12.8934 12.3643 12.996 12 12.996C11.6357 12.996 11.2787 12.8934 10.97 12.7L2 7", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
379
|
-
});
|
|
380
|
-
MailIcon.displayName = 'MailIcon';
|
|
381
|
-
export { MailIcon };
|
|
382
|
-
const MenuIcon = createIcon({
|
|
383
|
-
Root: Svg,
|
|
384
|
-
viewBox: '0 0 24 24',
|
|
385
|
-
path: (React.createElement(React.Fragment, null,
|
|
386
|
-
React.createElement("path", { d: "M4 12H20", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
387
|
-
React.createElement("path", { d: "M4 6H20", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
388
|
-
React.createElement("path", { d: "M4 18H20", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
389
|
-
});
|
|
390
|
-
MenuIcon.displayName = 'MenuIcon';
|
|
391
|
-
export { MenuIcon };
|
|
392
|
-
const MessageCircleIcon = createIcon({
|
|
393
|
-
Root: Svg,
|
|
394
|
-
viewBox: '0 0 24 24',
|
|
395
|
-
path: (React.createElement(React.Fragment, null,
|
|
396
|
-
React.createElement("path", { d: "M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7117 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0034 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92176 4.44061 8.37485 5.27072 7.03255C6.10083 5.69025 7.28825 4.60557 8.7 3.9C9.87812 3.30493 11.1801 2.99656 12.5 3H13C15.0843 3.11499 17.053 3.99476 18.5291 5.47086C20.0052 6.94695 20.885 8.91565 21 11V11.5Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
397
|
-
});
|
|
398
|
-
MessageCircleIcon.displayName = 'MessageCircleIcon';
|
|
399
|
-
export { MessageCircleIcon };
|
|
400
|
-
const MoonIcon = createIcon({
|
|
401
|
-
Root: Svg,
|
|
402
|
-
viewBox: '0 0 24 24',
|
|
403
|
-
path: (React.createElement(React.Fragment, null,
|
|
404
|
-
React.createElement("path", { d: "M12 3C10.8134 4.19491 10.1488 5.81141 10.1518 7.49539C10.1547 9.17936 10.825 10.7935 12.0157 11.9843C13.2065 13.175 14.8206 13.8453 16.5046 13.8482C18.1886 13.8512 19.8051 13.1866 21 12C21 13.78 20.4722 15.5201 19.4832 17.0001C18.4943 18.4802 17.0887 19.6337 15.4442 20.3149C13.7996 20.9961 11.99 21.1743 10.2442 20.8271C8.49836 20.4798 6.89472 19.6226 5.63604 18.364C4.37737 17.1053 3.5202 15.5016 3.17294 13.7558C2.82567 12.01 3.0039 10.2004 3.68509 8.55585C4.36628 6.91131 5.51983 5.50571 6.99987 4.51677C8.47991 3.52784 10.22 3 12 3V3Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
405
|
-
});
|
|
406
|
-
MoonIcon.displayName = 'MoonIcon';
|
|
407
|
-
export { MoonIcon };
|
|
408
|
-
const PaperclipIcon = createIcon({
|
|
409
|
-
Root: Svg,
|
|
410
|
-
viewBox: '0 0 24 24',
|
|
411
|
-
path: (React.createElement(React.Fragment, null,
|
|
412
|
-
React.createElement("path", { d: "M21.44 11.05L12.25 20.24C11.1242 21.3658 9.59718 21.9983 8.005 21.9983C6.41282 21.9983 4.88584 21.3658 3.76 20.24C2.63416 19.1141 2.00166 17.5872 2.00166 15.995C2.00166 14.4028 2.63416 12.8758 3.76 11.75L12.33 3.17997C13.0806 2.42808 14.0991 2.00515 15.1615 2.00421C16.2239 2.00328 17.2431 2.42441 17.995 3.17497C18.7469 3.92554 19.1698 4.94404 19.1708 6.00644C19.1717 7.06883 18.7506 8.08808 18 8.83997L9.41 17.41C9.03472 17.7853 8.52573 17.9961 7.995 17.9961C7.46427 17.9961 6.95528 17.7853 6.58 17.41C6.20472 17.0347 5.99389 16.5257 5.99389 15.995C5.99389 15.4642 6.20472 14.9553 6.58 14.58L15.07 6.09997", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
413
|
-
});
|
|
414
|
-
PaperclipIcon.displayName = 'PaperclipIcon';
|
|
415
|
-
export { PaperclipIcon };
|
|
416
|
-
const PhoneIcon = createIcon({
|
|
417
|
-
Root: Svg,
|
|
418
|
-
viewBox: '0 0 24 24',
|
|
419
|
-
path: (React.createElement(React.Fragment, null,
|
|
420
|
-
React.createElement("path", { d: "M22 16.92V19.92C22.0011 20.1985 21.9441 20.4742 21.8325 20.7294C21.7209 20.9845 21.5573 21.2136 21.3521 21.4019C21.1469 21.5901 20.9046 21.7335 20.6408 21.8227C20.3769 21.9119 20.0974 21.9451 19.82 21.92C16.7428 21.5856 13.787 20.5342 11.19 18.85C8.77383 17.3147 6.72534 15.2662 5.19 12.85C3.49998 10.2412 2.44824 7.271 2.12 4.18001C2.09501 3.90347 2.12788 3.62477 2.2165 3.36163C2.30513 3.09849 2.44757 2.85669 2.63477 2.65163C2.82196 2.44656 3.04981 2.28271 3.30379 2.17053C3.55778 2.05834 3.83234 2.00027 4.11 2.00001H7.11C7.59531 1.99523 8.06579 2.16708 8.43376 2.48354C8.80173 2.79999 9.04208 3.23945 9.11 3.72001C9.23662 4.68007 9.47145 5.62273 9.81 6.53001C9.94455 6.88793 9.97366 7.27692 9.89391 7.65089C9.81415 8.02485 9.62886 8.36812 9.36 8.64001L8.09 9.91001C9.51356 12.4136 11.5865 14.4865 14.09 15.91L15.36 14.64C15.6319 14.3711 15.9752 14.1859 16.3491 14.1061C16.7231 14.0263 17.1121 14.0555 17.47 14.19C18.3773 14.5286 19.3199 14.7634 20.28 14.89C20.7658 14.9585 21.2094 15.2032 21.5265 15.5775C21.8437 15.9518 22.0122 16.4296 22 16.92Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
421
|
-
});
|
|
422
|
-
PhoneIcon.displayName = 'PhoneIcon';
|
|
423
|
-
export { PhoneIcon };
|
|
424
|
-
const PlayIcon = createIcon({
|
|
425
|
-
Root: Svg,
|
|
426
|
-
viewBox: '0 0 24 24',
|
|
427
|
-
path: (React.createElement(React.Fragment, null,
|
|
428
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
429
|
-
React.createElement("path", { d: "M10 8L16 12L10 16V8Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
430
|
-
});
|
|
431
|
-
PlayIcon.displayName = 'PlayIcon';
|
|
432
|
-
export { PlayIcon };
|
|
433
|
-
const RemoveIcon = createIcon({
|
|
434
|
-
Root: Svg,
|
|
435
|
-
viewBox: '0 0 24 24',
|
|
436
|
-
path: (React.createElement(React.Fragment, null,
|
|
437
|
-
React.createElement("path", { d: "M5 12H19", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
438
|
-
});
|
|
439
|
-
RemoveIcon.displayName = 'RemoveIcon';
|
|
440
|
-
export { RemoveIcon };
|
|
441
|
-
const RepeatIcon = createIcon({
|
|
442
|
-
Root: Svg,
|
|
443
|
-
viewBox: '0 0 24 24',
|
|
444
|
-
path: (React.createElement(React.Fragment, null,
|
|
445
|
-
React.createElement("path", { d: "M17 2L21 6L17 10", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
446
|
-
React.createElement("path", { d: "M3 11V10C3 8.93913 3.42143 7.92172 4.17157 7.17157C4.92172 6.42143 5.93913 6 7 6H21", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
447
|
-
React.createElement("path", { d: "M7 22L3 18L7 14", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
448
|
-
React.createElement("path", { d: "M21 13V14C21 15.0609 20.5786 16.0783 19.8284 16.8284C19.0783 17.5786 18.0609 18 17 18H3", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
449
|
-
});
|
|
450
|
-
RepeatIcon.displayName = 'RepeatIcon';
|
|
451
|
-
const Repeat1Icon = createIcon({
|
|
452
|
-
Root: Svg,
|
|
453
|
-
viewBox: '0 0 24 24',
|
|
454
|
-
path: (React.createElement(React.Fragment, null,
|
|
455
|
-
React.createElement("path", { d: "M17 2L21 6L17 10", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
456
|
-
React.createElement("path", { d: "M3 11V10C3 8.93913 3.42143 7.92172 4.17157 7.17157C4.92172 6.42143 5.93913 6 7 6H21", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
457
|
-
React.createElement("path", { d: "M7 22L3 18L7 14", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
458
|
-
React.createElement("path", { d: "M21 13V14C21 15.0609 20.5786 16.0783 19.8284 16.8284C19.0783 17.5786 18.0609 18 17 18H3", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
459
|
-
React.createElement("path", { d: "M11 10H12V14", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
460
|
-
});
|
|
461
|
-
Repeat1Icon.displayName = 'Repeat1Icon';
|
|
462
|
-
export { RepeatIcon, Repeat1Icon };
|
|
463
|
-
const SearchIcon = createIcon({
|
|
464
|
-
Root: Svg,
|
|
465
|
-
viewBox: '0 0 24 24',
|
|
466
|
-
path: (React.createElement(React.Fragment, null,
|
|
467
|
-
React.createElement("path", { d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
468
|
-
React.createElement("path", { d: "M21 21L16.65 16.65", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
469
|
-
});
|
|
470
|
-
SearchIcon.displayName = 'SearchIcon';
|
|
471
|
-
export { SearchIcon };
|
|
472
|
-
const SettingsIcon = createIcon({
|
|
473
|
-
Root: Svg,
|
|
474
|
-
viewBox: '0 0 24 24',
|
|
475
|
-
path: (React.createElement(React.Fragment, null,
|
|
476
|
-
React.createElement("path", { d: "M12.22 2H11.78C11.2496 2 10.7409 2.21071 10.3658 2.58579C9.99072 2.96086 9.78 3.46957 9.78 4V4.18C9.77964 4.53073 9.68706 4.87519 9.51154 5.17884C9.33602 5.48248 9.08374 5.73464 8.78 5.91L8.35 6.16C8.04596 6.33554 7.70108 6.42795 7.35 6.42795C6.99893 6.42795 6.65404 6.33554 6.35 6.16L6.2 6.08C5.74107 5.81526 5.19584 5.74344 4.684 5.88031C4.17217 6.01717 3.73555 6.35154 3.47 6.81L3.25 7.19C2.98526 7.64893 2.91345 8.19416 3.05031 8.706C3.18717 9.21783 3.52154 9.65445 3.98 9.92L4.13 10.02C4.43228 10.1945 4.68362 10.4451 4.85905 10.7468C5.03448 11.0486 5.1279 11.391 5.13 11.74V12.25C5.1314 12.6024 5.03965 12.949 4.86405 13.2545C4.68844 13.5601 4.43521 13.8138 4.13 13.99L3.98 14.08C3.52154 14.3456 3.18717 14.7822 3.05031 15.294C2.91345 15.8058 2.98526 16.3511 3.25 16.81L3.47 17.19C3.73555 17.6485 4.17217 17.9828 4.684 18.1197C5.19584 18.2566 5.74107 18.1847 6.2 17.92L6.35 17.84C6.65404 17.6645 6.99893 17.5721 7.35 17.5721C7.70108 17.5721 8.04596 17.6645 8.35 17.84L8.78 18.09C9.08374 18.2654 9.33602 18.5175 9.51154 18.8212C9.68706 19.1248 9.77964 19.4693 9.78 19.82V20C9.78 20.5304 9.99072 21.0391 10.3658 21.4142C10.7409 21.7893 11.2496 22 11.78 22H12.22C12.7504 22 13.2591 21.7893 13.6342 21.4142C14.0093 21.0391 14.22 20.5304 14.22 20V19.82C14.2204 19.4693 14.3129 19.1248 14.4885 18.8212C14.664 18.5175 14.9163 18.2654 15.22 18.09L15.65 17.84C15.954 17.6645 16.2989 17.5721 16.65 17.5721C17.0011 17.5721 17.346 17.6645 17.65 17.84L17.8 17.92C18.2589 18.1847 18.8042 18.2566 19.316 18.1197C19.8278 17.9828 20.2645 17.6485 20.53 17.19L20.75 16.8C21.0147 16.3411 21.0866 15.7958 20.9497 15.284C20.8128 14.7722 20.4785 14.3356 20.02 14.07L19.87 13.99C19.5648 13.8138 19.3116 13.5601 19.136 13.2545C18.9604 12.949 18.8686 12.6024 18.87 12.25V11.75C18.8686 11.3976 18.9604 11.051 19.136 10.7455C19.3116 10.4399 19.5648 10.1862 19.87 10.01L20.02 9.92C20.4785 9.65445 20.8128 9.21783 20.9497 8.706C21.0866 8.19416 21.0147 7.64893 20.75 7.19L20.53 6.81C20.2645 6.35154 19.8278 6.01717 19.316 5.88031C18.8042 5.74344 18.2589 5.81526 17.8 6.08L17.65 6.16C17.346 6.33554 17.0011 6.42795 16.65 6.42795C16.2989 6.42795 15.954 6.33554 15.65 6.16L15.22 5.91C14.9163 5.73464 14.664 5.48248 14.4885 5.17884C14.3129 4.87519 14.2204 4.53073 14.22 4.18V4C14.22 3.46957 14.0093 2.96086 13.6342 2.58579C13.2591 2.21071 12.7504 2 12.22 2V2Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
477
|
-
React.createElement("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
478
|
-
});
|
|
479
|
-
SettingsIcon.displayName = 'SettingsIcon';
|
|
480
|
-
export { SettingsIcon };
|
|
481
|
-
const ShareIcon = createIcon({
|
|
482
|
-
Root: Svg,
|
|
483
|
-
viewBox: '0 0 24 24',
|
|
484
|
-
path: (React.createElement(React.Fragment, null,
|
|
485
|
-
React.createElement("path", { d: "M18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2C16.3431 2 15 3.34315 15 5C15 6.65685 16.3431 8 18 8Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
486
|
-
React.createElement("path", { d: "M6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
487
|
-
React.createElement("path", { d: "M18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C16.3431 16 15 17.3431 15 19C15 20.6569 16.3431 22 18 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
488
|
-
React.createElement("path", { d: "M8.59 13.51L15.42 17.49", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
489
|
-
React.createElement("path", { d: "M15.41 6.51L8.59 10.49", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
490
|
-
});
|
|
491
|
-
ShareIcon.displayName = 'ShareIcon';
|
|
492
|
-
export { ShareIcon };
|
|
493
|
-
const SlashIcon = createIcon({
|
|
494
|
-
Root: Svg,
|
|
495
|
-
viewBox: '0 0 24 24',
|
|
496
|
-
path: (React.createElement(React.Fragment, null,
|
|
497
|
-
React.createElement("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
498
|
-
React.createElement("path", { d: "M4.92999 4.92999L19.07 19.07", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
499
|
-
});
|
|
500
|
-
SlashIcon.displayName = 'SlashIcon';
|
|
501
|
-
export { SlashIcon };
|
|
502
|
-
const StarIcon = createIcon({
|
|
503
|
-
Root: Svg,
|
|
504
|
-
viewBox: '0 0 24 24',
|
|
505
|
-
path: (React.createElement(React.Fragment, null,
|
|
506
|
-
React.createElement("path", { d: "M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
507
|
-
});
|
|
508
|
-
StarIcon.displayName = 'StarIcon';
|
|
509
|
-
export { StarIcon };
|
|
510
|
-
const SunIcon = createIcon({
|
|
511
|
-
Root: Svg,
|
|
512
|
-
viewBox: '0 0 24 24',
|
|
513
|
-
path: (React.createElement(React.Fragment, null,
|
|
514
|
-
React.createElement("path", { d: "M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
515
|
-
React.createElement("path", { d: "M12 2V4", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
516
|
-
React.createElement("path", { d: "M12 20V22", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
517
|
-
React.createElement("path", { d: "M4.92999 4.93L6.33999 6.34", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
518
|
-
React.createElement("path", { d: "M17.66 17.66L19.07 19.07", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
519
|
-
React.createElement("path", { d: "M2 12H4", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
520
|
-
React.createElement("path", { d: "M20 12H22", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
521
|
-
React.createElement("path", { d: "M6.33999 17.66L4.92999 19.07", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
522
|
-
React.createElement("path", { d: "M19.07 4.93L17.66 6.34", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
523
|
-
});
|
|
524
|
-
SunIcon.displayName = 'SunIcon';
|
|
525
|
-
export { SunIcon };
|
|
526
|
-
const ThreeDotsIcon = createIcon({
|
|
527
|
-
Root: Svg,
|
|
528
|
-
viewBox: '0 0 24 24',
|
|
529
|
-
path: (React.createElement(React.Fragment, null,
|
|
530
|
-
React.createElement("path", { d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
531
|
-
React.createElement("path", { d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
532
|
-
React.createElement("path", { d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44771 11 4 11.4477 4 12C4 12.5523 4.44771 13 5 13Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
533
|
-
});
|
|
534
|
-
ThreeDotsIcon.displayName = 'ThreeDotsIcon';
|
|
535
|
-
export { ThreeDotsIcon };
|
|
536
|
-
const TrashIcon = createIcon({
|
|
537
|
-
Root: Svg,
|
|
538
|
-
viewBox: '0 0 24 24',
|
|
539
|
-
path: (React.createElement(React.Fragment, null,
|
|
540
|
-
React.createElement("path", { d: "M3 6H21", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
541
|
-
React.createElement("path", { d: "M19 6V20C19 21 18 22 17 22H7C6 22 5 21 5 20V6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
542
|
-
React.createElement("path", { d: "M8 6V4C8 3 9 2 10 2H14C15 2 16 3 16 4V6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
543
|
-
});
|
|
544
|
-
TrashIcon.displayName = 'TrashIcon';
|
|
545
|
-
export { TrashIcon };
|
|
546
|
-
const UnlockIcon = createIcon({
|
|
547
|
-
Root: Svg,
|
|
548
|
-
viewBox: '0 0 24 24',
|
|
549
|
-
path: (React.createElement(React.Fragment, null,
|
|
550
|
-
React.createElement("path", { d: "M19 11H5C3.89543 11 3 11.8954 3 13V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V13C21 11.8954 20.1046 11 19 11Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
551
|
-
React.createElement("path", { d: "M7 11V7C6.99876 5.76005 7.45828 4.56387 8.28938 3.64367C9.12047 2.72347 10.2638 2.1449 11.4975 2.02029C12.7312 1.89568 13.9671 2.2339 14.9655 2.96931C15.9638 3.70472 16.6533 4.78485 16.9 6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
552
|
-
});
|
|
553
|
-
UnlockIcon.displayName = 'UnlockIcon';
|
|
554
|
-
export { UnlockIcon };
|
|
555
|
-
//# sourceMappingURL=index.web.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.web.js","sourceRoot":"","sources":["../../../../src/components/ui/icon/index.web.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,oCAAoC,CAAC;AAEzD,OAAO,EAAE,aAAa,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,CAAC,MAAM,MAAM,GAAG,UAAU,CAAC;IAC7B,IAAI,EAAE,aAAa;CACtB,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,GAAG,CAAC;IAClB,IAAI,EAAE,mDAAmD;IACzD,QAAQ,EAAE;QACN,IAAI,EAAE;YACF,KAAK,EAAE,SAAS;YAChB,EAAE,EAAE,aAAa;YACjB,EAAE,EAAE,SAAS;YACb,EAAE,EAAE,mBAAmB;YACvB,EAAE,EAAE,SAAS;YACb,EAAE,EAAE,SAAS;SAChB;KACJ;CACJ,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAC,UAAU,CAOlC,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC5C,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC3B,OAAO,oBAAC,MAAM,IAAC,GAAG,EAAE,GAAG,KAAM,KAAK,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,GAAI,CAAC;IACnG,CAAC;SAAM,IAAI,CAAC,KAAK,CAAC,MAAM,KAAK,SAAS,IAAI,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;QACzF,OAAO,oBAAC,MAAM,IAAC,GAAG,EAAE,GAAG,KAAM,KAAK,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,GAAI,CAAC;IACvF,CAAC;IACD,OAAO,oBAAC,MAAM,IAAC,GAAG,EAAE,GAAG,KAAM,KAAK,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,GAAI,CAAC;AAC7F,CAAC,CAAC,CAAC;AAIH,MAAM,eAAe,GAAG,CAAC,KAAU,EAAE,EAAE;IACnC,MAAM,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;IAC5D,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IACtC,OAAO,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAChC,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,EAAE,GAAG,KAAK,EAAkB,EAAE,EAAE;IAClD,MAAM,SAAS,GAAG,UAAU,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC;IACtD,OAAO,KAAK,CAAC,UAAU,CAOrB,CAAC,EAAE,SAAS,EAAE,GAAG,aAAa,EAAE,EAAE,GAAG,EAAE,EAAE;QACvC,MAAM,kBAAkB,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;YAC1C,OAAO,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,eAAe,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QACvF,CAAC,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,KAAK,CAAC,CAAC,CAAC;QACtC,OAAO,oBAAC,SAAS,IAAC,GAAG,EAAE,GAAG,KAAM,aAAa,EAAE,SAAS,EAAE,kBAAkB,GAAI,CAAC;IACrF,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,OAAO,EAAE,YAAY,IAAI,UAAU,EAAE,CAAC;AAEtC,YAAY;AACZ,MAAM,OAAO,GAAG,UAAU,CAAC;IACvB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACnF,CACN;CACJ,CAAC,CAAC;AAEH,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,MAAM,eAAe,GAAG,UAAU,CAAC;IAC/B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACvF,CACN;CACJ,CAAC,CAAC;AAEH,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,CAAC;AAE3B,MAAM,WAAW,GAAG,UAAU,CAAC;IAC3B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,kBAAkB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC3F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,UAAU,CAAC;IAC7B,IAAI,EAAE,GAAG;IAET,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,mBAAmB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC5F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,cAAc,GAAG,UAAU,CAAC;IAC9B,IAAI,EAAE,GAAG;IAET,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,mBAAmB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC5F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,UAAU,CAAC;IAC7B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,kBAAkB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC3F,CACN;CACJ,CAAC,CAAC;AAEH,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AACxC,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAC5C,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAC9C,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC;AAErE,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI;YACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;YACF,8BACI,CAAC,EAAC,uiBAAuiB,EACziB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACJ,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,2LAA2L,EAC7L,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,+LAA+L,EACjM,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,gBAAgB,GAAG,UAAU,CAAC;IAChC,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,0HAA0H,EAC5H,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACjF,8BAAM,CAAC,EAAC,QAAQ,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAChF,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACpF,8BAAM,CAAC,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACtF,8BAAM,CAAC,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACtF,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACpF,8BAAM,CAAC,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACtF,8BAAM,CAAC,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACvF,CACN;CACJ,CAAC,CAAC;AAEH,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,CAAC;AAE5B,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,iBAAiB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC1F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,UAAU,CAAC;IAC/B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,uGAAuG,EACzG,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,mBAAmB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC5F,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;AAEtC,MAAM,aAAa,GAAG,UAAU,CAAC;IAC7B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,CAAC,EAAE,iBAAiB;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,kBAAkB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC3F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,UAAU,CAAC;IAC/B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,iBAAiB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC1F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,UAAU,CAAC;IAC/B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,kBAAkB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC3F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,gBAAgB,GAAG,UAAU,CAAC;IAChC,IAAI,EAAE,GAAG;IAET,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,iBAAiB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC1F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,gBAAgB,GAAG,UAAU,CAAC;IAChC,IAAI,EAAE,GAAG;IAET,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,kBAAkB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAC1F,8BAAM,CAAC,EAAC,mBAAmB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC5F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,UAAU,CAAC;IACjC,IAAI,EAAE,GAAG;IAET,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,mBAAmB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAC3F,8BAAM,CAAC,EAAC,iBAAiB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC1F,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,kBAAkB,GAAG,UAAU,CAAC;IAClC,IAAI,EAAE,GAAG;IAET,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,mBAAmB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAC3F,8BAAM,CAAC,EAAC,gBAAgB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACzF,CACN;CACJ,CAAC,CAAC;AAEH,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAC5C,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAChD,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAChD,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAClD,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAClD,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AACpD,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,OAAO,EACH,aAAa,EACb,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,GACrB,CAAC;AAEF,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,gBAAgB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACzF,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACpF,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACrF,CACN;CACJ,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,UAAU,CAAC;IAC/B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACpF,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACrF,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;AAEtC,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,8HAA8H,EAChI,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,4OAA4O,EAC9O,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,YAAY,GAAG,UAAU,CAAC;IAC5B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,sKAAsK,EACxK,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,mBAAmB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAC3F,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACnF,CACN;CACJ,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,gPAAgP,EAClP,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,iOAAiO,EACnO,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,OAAO,GAAG,UAAU,CAAC;IACvB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,wEAAwE,EAC1E,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC;AAEhC,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,uYAAuY,EACzY,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,+GAA+G,EACjH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,6GAA6G,EAC/G,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACrF,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;AAE/B,MAAM,aAAa,GAAG,UAAU,CAAC;IAC7B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,0eAA0e,EAC5e,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BACI,CAAC,EAAC,8JAA8J,EAChK,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,gBAAgB,GAAG,UAAU,CAAC;IAChC,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,0GAA0G,EAC5G,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,yHAAyH,EAC3H,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,gHAAgH,EAClH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,yHAAyH,EAC3H,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,CAAC;AAE5B,MAAM,cAAc,GAAG,UAAU,CAAC;IAC9B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,+NAA+N,EACjO,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACvF,CACN;CACJ,CAAC,CAAC;AAEH,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,CAAC;AAE1B,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,WAAW,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACnF,8BAAM,CAAC,EAAC,aAAa,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACtF,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,gZAAgZ,EAClZ,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,8YAA8Y,EAChZ,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,MAAM,gBAAgB,GAAG,UAAU,CAAC;IAChC,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,gPAAgP,EAClP,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,YAAY,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACpF,8BAAM,CAAC,EAAC,aAAa,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACtF,CACN;CACJ,CAAC,CAAC;AAEH,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC;AAEtC,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,2XAA2X,EAC7X,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,gIAAgI,EAClI,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,+JAA+J,EACjK,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,0HAA0H,EAC5H,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,yGAAyG,EAC3G,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClF,8BAAM,CAAC,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACjF,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACnF,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,iBAAiB,GAAG,UAAU,CAAC;IACjC,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,scAAsc,EACxc,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AAEpD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAE7B,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,6hBAA6hB,EAC/hB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,aAAa,GAAG,UAAU,CAAC;IAC7B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,imBAAimB,EACnmB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,6hCAA6hC,EAC/hC,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,sBAAsB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC/F,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,UAAU,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACnF,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,kBAAkB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAC1F,8BACI,CAAC,EAAC,qFAAqF,EACvF,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,iBAAiB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACzF,8BACI,CAAC,EAAC,yFAAyF,EAC3F,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,MAAM,WAAW,GAAG,UAAU,CAAC;IAC3B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,kBAAkB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAC1F,8BACI,CAAC,EAAC,qFAAqF,EACvF,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,iBAAiB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACzF,8BACI,CAAC,EAAC,yFAAyF,EAC3F,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACvF,CACN;CACJ,CAAC,CAAC;AAEH,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,CAAC;AAEnC,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,oBAAoB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC7F,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,MAAM,YAAY,GAAG,UAAU,CAAC;IAC5B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,4xEAA4xE,EAC9xE,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,gHAAgH,EAClH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,6GAA6G,EAC/G,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,yHAAyH,EAC3H,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,yBAAyB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACjG,8BAAM,CAAC,EAAC,wBAAwB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACjG,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,8BAA8B,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACvG,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,QAAQ,GAAG,UAAU,CAAC;IACxB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,kGAAkG,EACpG,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,OAAO,GAAG,UAAU,CAAC;IACvB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,mHAAmH,EACrH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BAAM,CAAC,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACjF,8BAAM,CAAC,EAAC,WAAW,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACnF,8BAAM,CAAC,EAAC,4BAA4B,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACpG,8BAAM,CAAC,EAAC,0BAA0B,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QAClG,8BAAM,CAAC,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACjF,8BAAM,CAAC,EAAC,WAAW,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACnF,8BAAM,CAAC,EAAC,8BAA8B,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACtG,8BAAM,CAAC,EAAC,wBAAwB,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CACjG,CACN;CACJ,CAAC,CAAC;AAEH,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,MAAM,aAAa,GAAG,UAAU,CAAC;IAC7B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,yHAAyH,EAC3H,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,yHAAyH,EAC3H,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,gHAAgH,EAClH,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,MAAM,SAAS,GAAG,UAAU,CAAC;IACzB,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BAAM,CAAC,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG;QACjF,8BACI,CAAC,EAAC,+CAA+C,EACjD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,yCAAyC,EAC3C,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,UAAU,GAAG,UAAU,CAAC;IAC1B,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,WAAW;IACpB,IAAI,EAAE,CACF;QACI,8BACI,CAAC,EAAC,gIAAgI,EAClI,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB;QACF,8BACI,CAAC,EAAC,8LAA8L,EAChM,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACxB,CACH,CACN;CACJ,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,CAAC"}
|