tntd 2.6.6 → 2.7.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/es/_util/colors.js +3 -0
- package/es/_util/colors.js.map +1 -0
- package/es/_util/easings.js +9 -0
- package/es/_util/easings.js.map +1 -0
- package/es/_util/getDataOrAriaProps.js +8 -0
- package/es/_util/getDataOrAriaProps.js.map +1 -0
- package/es/_util/getScroll.js +14 -0
- package/es/_util/getScroll.js.map +1 -0
- package/es/_util/interopDefault.js +5 -0
- package/es/_util/interopDefault.js.map +1 -0
- package/es/_util/isNumeric.js +4 -0
- package/es/_util/isNumeric.js.map +1 -0
- package/es/_util/motion.js +22 -0
- package/es/_util/motion.js.map +1 -0
- package/es/_util/openAnimation.js +51 -0
- package/es/_util/openAnimation.js.map +1 -0
- package/es/_util/raf.js +25 -0
- package/es/_util/raf.js.map +1 -0
- package/es/_util/reactNode.js +6 -0
- package/es/_util/reactNode.js.map +1 -0
- package/es/_util/ref.js +15 -0
- package/es/_util/ref.js.map +1 -0
- package/es/_util/responsiveObserve.js +82 -0
- package/es/_util/responsiveObserve.js.map +1 -0
- package/es/_util/scrollTo.js +29 -0
- package/es/_util/scrollTo.js.map +1 -0
- package/es/_util/styleChecker.js +12 -0
- package/es/_util/styleChecker.js.map +1 -0
- package/es/_util/throttleByAnimationFrame.js +40 -0
- package/es/_util/throttleByAnimationFrame.js.map +1 -0
- package/es/_util/transButton.js +103 -0
- package/es/_util/transButton.js.map +1 -0
- package/es/_util/triggerEvent.js +8 -0
- package/es/_util/triggerEvent.js.map +1 -0
- package/es/_util/type.js +3 -0
- package/es/_util/type.js.map +1 -0
- package/es/_util/warning.js +5 -0
- package/es/_util/warning.js.map +1 -0
- package/es/_util/wave.js +228 -0
- package/es/_util/wave.js.map +1 -0
- package/es/affix/index.js +1 -2
- package/es/alert/index.js +1 -2
- package/es/anchor/index.js +1 -2
- package/es/array-input/icon.js +24 -6
- package/es/array-input/index.js +203 -119
- package/es/auth-context/index.js +1 -2
- package/es/auto-complete/index.js +1 -2
- package/es/avatar/index.js +1 -2
- package/es/back-top/index.js +1 -2
- package/es/badge/index.js +1 -2
- package/es/breadcrumb/index.js +1 -2
- package/es/button/index.js +1 -2
- package/es/calendar/index.js +1 -2
- package/es/card/index.js +1 -2
- package/es/carousel/index.js +1 -2
- package/es/cascader/index.js +6 -3
- package/es/cascader/index.js.map +1 -1
- package/es/checkbox/checkbox-group.js +5 -0
- package/es/checkbox/checkbox-group.js.map +1 -0
- package/es/checkbox/index.js +6 -2
- package/es/checkbox/index.js.map +1 -1
- package/es/col/index.js +1 -2
- package/es/collapse/index.js +1 -2
- package/es/color-picker/ColorPicker.js +126 -80
- package/es/color-picker/index.js +8 -5
- package/es/columns/index.js +66 -30
- package/es/columns/style/index.js +1 -2
- package/es/comment/index.js +1 -2
- package/es/config-provider/DisabledContext.js +12 -0
- package/es/config-provider/DisabledContext.js.map +1 -0
- package/es/config-provider/SizeContext.js +9 -0
- package/es/config-provider/SizeContext.js.map +1 -0
- package/es/config-provider/config-provider.js +1 -2
- package/es/config-provider/context.js +41 -0
- package/es/config-provider/context.js.map +1 -0
- package/es/config-provider/index.js +4 -0
- package/es/config-provider/index.js.map +1 -1
- package/es/connect/index.js +26 -0
- package/es/connect/index.js.map +1 -0
- package/es/date-picker/index.js +11 -1
- package/es/date-picker/index.js.map +1 -1
- package/es/ellipsis/index.less +1 -1
- package/es/input/input.js +37 -25
- package/es/input/input.js.map +1 -1
- package/es/input-number/index.js +3 -1
- package/es/input-number/index.js.map +1 -1
- package/es/preview-text/index.js +195 -0
- package/es/preview-text/index.js.map +1 -0
- package/es/preview-text/index.less +3 -0
- package/es/query-form/index.js.map +1 -1
- package/es/radio/index.js +3 -0
- package/es/radio/index.js.map +1 -1
- package/es/radio/radio-group.js +6 -0
- package/es/radio/radio-group.js.map +1 -0
- package/es/select/index.js.map +1 -1
- package/es/select/select.js +17 -5
- package/es/select/select.js.map +1 -1
- package/es/switch/index.js +2 -3
- package/es/switch/index.js.map +1 -1
- package/es/switch/switch.js +9 -0
- package/es/switch/switch.js.map +1 -0
- package/es/table/table.less +2 -0
- package/es/time-picker/index.js +3 -1
- package/es/time-picker/index.js.map +1 -1
- package/es/tntd-form/ErrorList.js +53 -0
- package/es/tntd-form/ErrorList.js.map +1 -0
- package/es/tntd-form/Form.js +101 -0
- package/es/tntd-form/Form.js.map +1 -0
- package/es/tntd-form/FormItem/ItemHolder.js +135 -0
- package/es/tntd-form/FormItem/ItemHolder.js.map +1 -0
- package/es/tntd-form/FormItem/index.js +238 -0
- package/es/tntd-form/FormItem/index.js.map +1 -0
- package/es/tntd-form/FormItemInput.js +38 -0
- package/es/tntd-form/FormItemInput.js.map +1 -0
- package/es/tntd-form/FormItemLabel.js +73 -0
- package/es/tntd-form/FormItemLabel.js.map +1 -0
- package/es/tntd-form/FormList.js +34 -0
- package/es/tntd-form/FormList.js.map +1 -0
- package/es/tntd-form/TntdForm/components/ItemComp.js +2 -2
- package/es/tntd-form/TntdForm/components/ItemComp.js.map +1 -1
- package/es/tntd-form/__tests__/demo-extend.test.js +3 -0
- package/es/tntd-form/__tests__/demo-extend.test.js.map +1 -0
- package/es/tntd-form/__tests__/demo.test.js +3 -0
- package/es/tntd-form/__tests__/demo.test.js.map +1 -0
- package/es/tntd-form/__tests__/image.test.js +5 -0
- package/es/tntd-form/__tests__/image.test.js.map +1 -0
- package/es/tntd-form/__tests__/index.test.js +957 -0
- package/es/tntd-form/__tests__/index.test.js.map +1 -0
- package/es/tntd-form/__tests__/list-noStyle.test.js +41 -0
- package/es/tntd-form/__tests__/list-noStyle.test.js.map +1 -0
- package/es/tntd-form/__tests__/list.test.js +164 -0
- package/es/tntd-form/__tests__/list.test.js.map +1 -0
- package/es/tntd-form/__tests__/ref.test.js +45 -0
- package/es/tntd-form/__tests__/ref.test.js.map +1 -0
- package/es/tntd-form/__tests__/type.test.js +74 -0
- package/es/tntd-form/__tests__/type.test.js.map +1 -0
- package/es/tntd-form/_util/motion.js +38 -0
- package/es/tntd-form/_util/motion.js.map +1 -0
- package/es/tntd-form/_util/reactNode.js +15 -0
- package/es/tntd-form/_util/reactNode.js.map +1 -0
- package/es/tntd-form/_util/scrollTo.js +35 -0
- package/es/tntd-form/_util/scrollTo.js.map +1 -0
- package/es/tntd-form/_util/type.js +4 -0
- package/es/tntd-form/_util/type.js.map +1 -0
- package/es/tntd-form/_util/warning.js +6 -0
- package/es/tntd-form/_util/warning.js.map +1 -0
- package/es/tntd-form/_util/wave.js +168 -0
- package/es/tntd-form/_util/wave.js.map +1 -0
- package/es/tntd-form/context.js +35 -0
- package/es/tntd-form/context.js.map +1 -0
- package/es/tntd-form/hooks/useDebounce.js +14 -0
- package/es/tntd-form/hooks/useDebounce.js.map +1 -0
- package/es/tntd-form/hooks/useForm.js +35 -0
- package/es/tntd-form/hooks/useForm.js.map +1 -0
- package/es/tntd-form/hooks/useFormInstance.js +7 -0
- package/es/tntd-form/hooks/useFormInstance.js.map +1 -0
- package/es/tntd-form/hooks/useFormItemStatus.js +10 -0
- package/es/tntd-form/hooks/useFormItemStatus.js.map +1 -0
- package/es/tntd-form/hooks/useFrameState.js +38 -0
- package/es/tntd-form/hooks/useFrameState.js.map +1 -0
- package/es/tntd-form/hooks/useItemRef.js +19 -0
- package/es/tntd-form/hooks/useItemRef.js.map +1 -0
- package/es/tntd-form/index.js +17 -1
- package/es/tntd-form/index.js.map +1 -1
- package/es/tntd-form/interface.js +3 -0
- package/es/tntd-form/interface.js.map +1 -0
- package/es/tntd-form/style/components.less +16 -0
- package/es/tntd-form/style/horizontal.less +26 -0
- package/es/tntd-form/style/index.js +6 -0
- package/es/tntd-form/style/index.js.map +1 -0
- package/es/tntd-form/style/index.less +342 -0
- package/es/tntd-form/style/inline.less +40 -0
- package/es/tntd-form/style/mixin.less +90 -0
- package/es/tntd-form/style/rtl.less +204 -0
- package/es/tntd-form/style/status.less +45 -0
- package/es/tntd-form/style/vertical.less +95 -0
- package/es/tntd-form/tntd-form.stories.js +426 -0
- package/es/tntd-form/tntd-form.stories.js.map +1 -0
- package/es/tntd-form/util.js +21 -0
- package/es/tntd-form/util.js.map +1 -0
- package/es/tntd-form/validateMessagesContext.js +6 -0
- package/es/tntd-form/validateMessagesContext.js.map +1 -0
- package/es/tntd-select/index.js +8 -7
- package/es/tntd-select/index.js.map +1 -1
- package/es/tree-select/index.js +4 -1
- package/es/tree-select/index.js.map +1 -1
- package/es/upload/index.js +6 -1
- package/es/upload/index.js.map +1 -1
- package/lib/_util/colors.d.ts +3 -0
- package/lib/_util/colors.d.ts.map +1 -0
- package/lib/_util/colors.js +7 -0
- package/lib/_util/colors.js.map +1 -0
- package/lib/_util/easings.d.ts +2 -0
- package/lib/_util/easings.d.ts.map +1 -0
- package/lib/_util/easings.js +14 -0
- package/lib/_util/easings.js.map +1 -0
- package/lib/_util/getDataOrAriaProps.d.ts +2 -0
- package/lib/_util/getDataOrAriaProps.d.ts.map +1 -0
- package/lib/_util/getDataOrAriaProps.js +13 -0
- package/lib/_util/getDataOrAriaProps.js.map +1 -0
- package/lib/_util/getScroll.d.ts +2 -0
- package/lib/_util/getScroll.d.ts.map +1 -0
- package/lib/_util/getScroll.js +18 -0
- package/lib/_util/getScroll.js.map +1 -0
- package/lib/_util/interopDefault.d.ts +2 -0
- package/lib/_util/interopDefault.d.ts.map +1 -0
- package/lib/_util/interopDefault.js +9 -0
- package/lib/_util/interopDefault.js.map +1 -0
- package/lib/_util/isNumeric.d.ts +3 -0
- package/lib/_util/isNumeric.d.ts.map +1 -0
- package/lib/_util/isNumeric.js +7 -0
- package/lib/_util/isNumeric.js.map +1 -0
- package/lib/_util/motion.d.ts +24 -0
- package/lib/_util/motion.d.ts.map +1 -0
- package/lib/_util/motion.js +17 -0
- package/lib/_util/motion.js.map +1 -0
- package/lib/_util/openAnimation.d.ts +7 -0
- package/lib/_util/openAnimation.d.ts.map +1 -0
- package/lib/_util/openAnimation.js +58 -0
- package/lib/_util/openAnimation.js.map +1 -0
- package/lib/_util/raf.d.ts +10 -0
- package/lib/_util/raf.d.ts.map +1 -0
- package/lib/_util/raf.js +34 -0
- package/lib/_util/raf.js.map +1 -0
- package/lib/_util/reactNode.d.ts +3 -0
- package/lib/_util/reactNode.d.ts.map +1 -0
- package/lib/_util/reactNode.js +31 -0
- package/lib/_util/reactNode.js.map +1 -0
- package/lib/_util/ref.d.ts +4 -0
- package/lib/_util/ref.d.ts.map +1 -0
- package/lib/_util/ref.js +22 -0
- package/lib/_util/ref.js.map +1 -0
- package/lib/_util/responsiveObserve.d.ts +14 -0
- package/lib/_util/responsiveObserve.d.ts.map +1 -0
- package/lib/_util/responsiveObserve.js +83 -0
- package/lib/_util/responsiveObserve.js.map +1 -0
- package/lib/_util/scrollTo.d.ts +11 -0
- package/lib/_util/scrollTo.d.ts.map +1 -0
- package/lib/_util/scrollTo.js +34 -0
- package/lib/_util/scrollTo.js.map +1 -0
- package/lib/_util/styleChecker.d.ts +4 -0
- package/lib/_util/styleChecker.d.ts.map +1 -0
- package/lib/_util/styleChecker.js +14 -0
- package/lib/_util/styleChecker.js.map +1 -0
- package/lib/_util/throttleByAnimationFrame.d.ts +6 -0
- package/lib/_util/throttleByAnimationFrame.d.ts.map +1 -0
- package/lib/_util/throttleByAnimationFrame.js +49 -0
- package/lib/_util/throttleByAnimationFrame.js.map +1 -0
- package/lib/_util/transButton.d.ts +21 -0
- package/lib/_util/transButton.d.ts.map +1 -0
- package/lib/_util/transButton.js +112 -0
- package/lib/_util/transButton.js.map +1 -0
- package/lib/_util/triggerEvent.d.ts +2 -0
- package/lib/_util/triggerEvent.d.ts.map +1 -0
- package/lib/_util/triggerEvent.js +12 -0
- package/lib/_util/triggerEvent.js.map +1 -0
- package/lib/_util/type.d.ts +4 -0
- package/lib/_util/type.d.ts.map +1 -0
- package/lib/_util/type.js +9 -0
- package/lib/_util/type.js.map +1 -0
- package/lib/_util/warning.d.ts +5 -0
- package/lib/_util/warning.d.ts.map +1 -0
- package/lib/_util/warning.js +28 -0
- package/lib/_util/warning.js.map +1 -0
- package/lib/_util/wave.d.ts +26 -0
- package/lib/_util/wave.d.ts.map +1 -0
- package/lib/_util/wave.js +249 -0
- package/lib/_util/wave.js.map +1 -0
- package/lib/affix/index.js +5 -1
- package/lib/affix/index.js.map +1 -1
- package/lib/alert/index.js +5 -1
- package/lib/alert/index.js.map +1 -1
- package/lib/anchor/index.js +5 -1
- package/lib/anchor/index.js.map +1 -1
- package/lib/array-input/index.js +5 -1
- package/lib/array-input/index.js.map +1 -1
- package/lib/auto-complete/index.js +5 -1
- package/lib/auto-complete/index.js.map +1 -1
- package/lib/avatar/index.js +5 -1
- package/lib/avatar/index.js.map +1 -1
- package/lib/back-top/index.js +5 -1
- package/lib/back-top/index.js.map +1 -1
- package/lib/badge/index.js +5 -1
- package/lib/badge/index.js.map +1 -1
- package/lib/breadcrumb/index.js +5 -1
- package/lib/breadcrumb/index.js.map +1 -1
- package/lib/button/index.js +5 -1
- package/lib/button/index.js.map +1 -1
- package/lib/calendar/index.js +5 -1
- package/lib/calendar/index.js.map +1 -1
- package/lib/card/index.js +5 -1
- package/lib/card/index.js.map +1 -1
- package/lib/carousel/index.js +5 -1
- package/lib/carousel/index.js.map +1 -1
- package/lib/cascader/index.d.ts +6 -1
- package/lib/cascader/index.d.ts.map +1 -1
- package/lib/cascader/index.js +11 -2
- package/lib/cascader/index.js.map +1 -1
- package/lib/checkbox/checkbox-group.d.ts +8 -0
- package/lib/checkbox/checkbox-group.d.ts.map +1 -0
- package/lib/checkbox/checkbox-group.js +11 -0
- package/lib/checkbox/checkbox-group.js.map +1 -0
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/checkbox/index.d.ts.map +1 -1
- package/lib/checkbox/index.js +10 -1
- package/lib/checkbox/index.js.map +1 -1
- package/lib/col/index.js +5 -1
- package/lib/col/index.js.map +1 -1
- package/lib/collapse/index.js +5 -1
- package/lib/collapse/index.js.map +1 -1
- package/lib/color-picker/ColorPicker.js +5 -1
- package/lib/color-picker/ColorPicker.js.map +1 -1
- package/lib/comment/index.js +5 -1
- package/lib/comment/index.js.map +1 -1
- package/lib/config-provider/DisabledContext.d.ts +10 -0
- package/lib/config-provider/DisabledContext.d.ts.map +1 -0
- package/lib/config-provider/DisabledContext.js +35 -0
- package/lib/config-provider/DisabledContext.js.map +1 -0
- package/lib/config-provider/SizeContext.d.ts +10 -0
- package/lib/config-provider/SizeContext.d.ts.map +1 -0
- package/lib/config-provider/SizeContext.js +32 -0
- package/lib/config-provider/SizeContext.js.map +1 -0
- package/lib/config-provider/context.d.ts +61 -0
- package/lib/config-provider/context.d.ts.map +1 -0
- package/lib/config-provider/context.js +64 -0
- package/lib/config-provider/context.js.map +1 -0
- package/lib/config-provider/index.d.ts +1 -0
- package/lib/config-provider/index.d.ts.map +1 -1
- package/lib/config-provider/index.js +9 -1
- package/lib/config-provider/index.js.map +1 -1
- package/lib/connect/index.d.ts +12 -0
- package/lib/connect/index.d.ts.map +1 -0
- package/lib/connect/index.js +32 -0
- package/lib/connect/index.js.map +1 -0
- package/lib/date-picker/index.d.ts +6 -1
- package/lib/date-picker/index.d.ts.map +1 -1
- package/lib/date-picker/index.js +17 -2
- package/lib/date-picker/index.js.map +1 -1
- package/lib/descriptions/descriptions.d.ts +1 -1
- package/lib/descriptions/descriptions.d.ts.map +1 -1
- package/lib/descriptions/descriptions.js +5 -1
- package/lib/descriptions/descriptions.js.map +1 -1
- package/lib/descriptions/index.js +5 -1
- package/lib/descriptions/index.js.map +1 -1
- package/lib/development-login/LoginModal.js +5 -1
- package/lib/development-login/LoginModal.js.map +1 -1
- package/lib/development-login/index.js +5 -1
- package/lib/development-login/index.js.map +1 -1
- package/lib/divider/index.js +5 -1
- package/lib/divider/index.js.map +1 -1
- package/lib/drawer/index.js +5 -1
- package/lib/drawer/index.js.map +1 -1
- package/lib/dropdown/index.js +5 -1
- package/lib/dropdown/index.js.map +1 -1
- package/lib/ellipsis/index.js +5 -1
- package/lib/ellipsis/index.js.map +1 -1
- package/lib/ellipsis/index.less +1 -1
- package/lib/empty/empty.js +5 -1
- package/lib/empty/empty.js.map +1 -1
- package/lib/empty/index.js +5 -1
- package/lib/empty/index.js.map +1 -1
- package/lib/exception/index.js +5 -1
- package/lib/exception/index.js.map +1 -1
- package/lib/form/index.js +5 -1
- package/lib/form/index.js.map +1 -1
- package/lib/handle/index.js +5 -1
- package/lib/handle/index.js.map +1 -1
- package/lib/icon/index.js +5 -1
- package/lib/icon/index.js.map +1 -1
- package/lib/img/index.js +5 -1
- package/lib/img/index.js.map +1 -1
- package/lib/input/index.js +5 -1
- package/lib/input/index.js.map +1 -1
- package/lib/input/input.d.ts +22 -8
- package/lib/input/input.d.ts.map +1 -1
- package/lib/input/input.js +61 -27
- package/lib/input/input.js.map +1 -1
- package/lib/input-number/index.d.ts +7 -2
- package/lib/input-number/index.d.ts.map +1 -1
- package/lib/input-number/index.js +8 -2
- package/lib/input-number/index.js.map +1 -1
- package/lib/label/index.js +5 -1
- package/lib/label/index.js.map +1 -1
- package/lib/layout/index.js +5 -1
- package/lib/layout/index.js.map +1 -1
- package/lib/list/index.js +5 -1
- package/lib/list/index.js.map +1 -1
- package/lib/loading-button/index.js +5 -1
- package/lib/loading-button/index.js.map +1 -1
- package/lib/locale/index.js +5 -1
- package/lib/locale/index.js.map +1 -1
- package/lib/locale-provider/index.js +5 -1
- package/lib/locale-provider/index.js.map +1 -1
- package/lib/mentions/index.js +5 -1
- package/lib/mentions/index.js.map +1 -1
- package/lib/menu/index.js +5 -1
- package/lib/menu/index.js.map +1 -1
- package/lib/message/index.js +5 -1
- package/lib/message/index.js.map +1 -1
- package/lib/modal/index.js +5 -1
- package/lib/modal/index.js.map +1 -1
- package/lib/modal/modal.js +5 -1
- package/lib/modal/modal.js.map +1 -1
- package/lib/notification/index.js +5 -1
- package/lib/notification/index.js.map +1 -1
- package/lib/page-header/index.js +5 -1
- package/lib/page-header/index.js.map +1 -1
- package/lib/pagination/index.js +5 -1
- package/lib/pagination/index.js.map +1 -1
- package/lib/popconfirm/index.js +5 -1
- package/lib/popconfirm/index.js.map +1 -1
- package/lib/popover/index.js +5 -1
- package/lib/popover/index.js.map +1 -1
- package/lib/preview-text/index.d.ts +20 -0
- package/lib/preview-text/index.d.ts.map +1 -0
- package/lib/preview-text/index.js +224 -0
- package/lib/preview-text/index.js.map +1 -0
- package/lib/preview-text/index.less +3 -0
- package/lib/progress/index.js +5 -1
- package/lib/progress/index.js.map +1 -1
- package/lib/query-form/Field/Select.js +5 -1
- package/lib/query-form/Field/Select.js.map +1 -1
- package/lib/query-form/Field/SelectInput.js +5 -1
- package/lib/query-form/Field/SelectInput.js.map +1 -1
- package/lib/query-form/Field/fieldsMap.d.ts +2 -2
- package/lib/query-form/Field/index.d.ts +6 -0
- package/lib/query-form/Field/index.d.ts.map +1 -1
- package/lib/query-form/Field/index.js +5 -1
- package/lib/query-form/Field/index.js.map +1 -1
- package/lib/query-form/index.d.ts +9 -0
- package/lib/query-form/index.d.ts.map +1 -1
- package/lib/query-form/index.js +5 -1
- package/lib/query-form/index.js.map +1 -1
- package/lib/query-list-scene/List.d.ts +13 -0
- package/lib/query-list-scene/List.d.ts.map +1 -1
- package/lib/query-list-scene/List.js +5 -1
- package/lib/query-list-scene/List.js.map +1 -1
- package/lib/query-list-scene/QueryForm.d.ts +3 -0
- package/lib/query-list-scene/QueryForm.d.ts.map +1 -1
- package/lib/query-list-scene/QueryListScene.d.ts +1 -0
- package/lib/query-list-scene/QueryListScene.d.ts.map +1 -1
- package/lib/radio/index.d.ts.map +1 -1
- package/lib/radio/index.js +8 -1
- package/lib/radio/index.js.map +1 -1
- package/lib/radio/radio-group.d.ts +8 -0
- package/lib/radio/radio-group.d.ts.map +1 -0
- package/lib/radio/radio-group.js +11 -0
- package/lib/radio/radio-group.js.map +1 -0
- package/lib/rate/index.js +5 -1
- package/lib/rate/index.js.map +1 -1
- package/lib/result/index.js +5 -1
- package/lib/result/index.js.map +1 -1
- package/lib/row/index.js +5 -1
- package/lib/row/index.js.map +1 -1
- package/lib/select/index.d.ts +2 -1
- package/lib/select/index.d.ts.map +1 -1
- package/lib/select/index.js +5 -1
- package/lib/select/index.js.map +1 -1
- package/lib/select/select.d.ts +20 -6
- package/lib/select/select.d.ts.map +1 -1
- package/lib/select/select.js +41 -7
- package/lib/select/select.js.map +1 -1
- package/lib/skeleton/index.js +5 -1
- package/lib/skeleton/index.js.map +1 -1
- package/lib/slider/index.js +5 -1
- package/lib/slider/index.js.map +1 -1
- package/lib/spin/index.js +5 -1
- package/lib/spin/index.js.map +1 -1
- package/lib/statistic/index.js +5 -1
- package/lib/statistic/index.js.map +1 -1
- package/lib/steps/index.js +5 -1
- package/lib/steps/index.js.map +1 -1
- package/lib/steps/steps.js +5 -1
- package/lib/steps/steps.js.map +1 -1
- package/lib/svg-components/illustration-403.d.ts +1 -1
- package/lib/svg-components/illustration-403.js +5 -1
- package/lib/svg-components/illustration-403.js.map +1 -1
- package/lib/svg-components/illustration-404.d.ts +1 -1
- package/lib/svg-components/illustration-404.js +5 -1
- package/lib/svg-components/illustration-404.js.map +1 -1
- package/lib/svg-components/illustration-500.d.ts +1 -1
- package/lib/svg-components/illustration-500.js +5 -1
- package/lib/svg-components/illustration-500.js.map +1 -1
- package/lib/svg-components/illustration-empty.d.ts +1 -1
- package/lib/svg-components/illustration-empty.js +5 -1
- package/lib/svg-components/illustration-empty.js.map +1 -1
- package/lib/svg-components/illustration-failure.d.ts +1 -1
- package/lib/svg-components/illustration-failure.js +5 -1
- package/lib/svg-components/illustration-failure.js.map +1 -1
- package/lib/svg-components/illustration-no-access.d.ts +1 -1
- package/lib/svg-components/illustration-no-access.js +5 -1
- package/lib/svg-components/illustration-no-access.js.map +1 -1
- package/lib/svg-components/illustration-no-chart.d.ts +1 -1
- package/lib/svg-components/illustration-no-chart.js +5 -1
- package/lib/svg-components/illustration-no-chart.js.map +1 -1
- package/lib/svg-components/illustration-no-result.d.ts +1 -1
- package/lib/svg-components/illustration-no-result.js +5 -1
- package/lib/svg-components/illustration-no-result.js.map +1 -1
- package/lib/svg-components/illustration-offline.d.ts +1 -1
- package/lib/svg-components/illustration-offline.js +5 -1
- package/lib/svg-components/illustration-offline.js.map +1 -1
- package/lib/svg-components/illustration-success.d.ts +1 -1
- package/lib/svg-components/illustration-success.js +5 -1
- package/lib/svg-components/illustration-success.js.map +1 -1
- package/lib/switch/index.d.ts +2 -3
- package/lib/switch/index.d.ts.map +1 -1
- package/lib/switch/index.js +7 -4
- package/lib/switch/index.js.map +1 -1
- package/lib/switch/switch.d.ts +10 -0
- package/lib/switch/switch.d.ts.map +1 -0
- package/lib/switch/switch.js +29 -0
- package/lib/switch/switch.js.map +1 -0
- package/lib/table/assets/image-loading-background.d.ts +1 -1
- package/lib/table/assets/image-loading-background.js +5 -1
- package/lib/table/assets/image-loading-background.js.map +1 -1
- package/lib/table/assets/image-loading.d.ts +1 -1
- package/lib/table/assets/image-loading.js +5 -1
- package/lib/table/assets/image-loading.js.map +1 -1
- package/lib/table/hooks/index.js +5 -1
- package/lib/table/hooks/index.js.map +1 -1
- package/lib/table/index.js +5 -1
- package/lib/table/index.js.map +1 -1
- package/lib/table/table.js +5 -1
- package/lib/table/table.js.map +1 -1
- package/lib/table/table.less +2 -0
- package/lib/tabs/index.js +5 -1
- package/lib/tabs/index.js.map +1 -1
- package/lib/tag/index.js +5 -1
- package/lib/tag/index.js.map +1 -1
- package/lib/time-picker/index.d.ts +7 -2
- package/lib/time-picker/index.d.ts.map +1 -1
- package/lib/time-picker/index.js +8 -2
- package/lib/time-picker/index.js.map +1 -1
- package/lib/timeline/index.js +5 -1
- package/lib/timeline/index.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/DisabledContext.js +5 -1
- package/lib/tntd-cascader/AntdCascader/component/DisabledContext.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/FormItemInputContext.js +5 -1
- package/lib/tntd-cascader/AntdCascader/component/FormItemInputContext.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/SizeContext.js +5 -1
- package/lib/tntd-cascader/AntdCascader/component/SizeContext.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +5 -1
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/getIcons.js +5 -1
- package/lib/tntd-cascader/AntdCascader/component/getIcons.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +5 -1
- package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/config/utils.d.ts +1 -1
- package/lib/tntd-cascader/AntdCascader/config/warning.js +5 -1
- package/lib/tntd-cascader/AntdCascader/config/warning.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/index.js +5 -1
- package/lib/tntd-cascader/AntdCascader/index.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/Cascader.js +5 -1
- package/lib/tntd-cascader/rc-cascader/Cascader.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +5 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +5 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/Column.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/index.js +5 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/index.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +5 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +5 -1
- package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/context.js +5 -1
- package/lib/tntd-cascader/rc-cascader/context.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +5 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useEntities.js +5 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useEntities.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useMissingValues.js +5 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useMissingValues.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useRefFunc.js +5 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useRefFunc.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +5 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js.map +1 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +5 -1
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js.map +1 -1
- package/lib/tntd-form/ErrorList.d.ts +13 -0
- package/lib/tntd-form/ErrorList.d.ts.map +1 -0
- package/lib/tntd-form/ErrorList.js +82 -0
- package/lib/tntd-form/ErrorList.js.map +1 -0
- package/lib/tntd-form/Form.d.ts +36 -0
- package/lib/tntd-form/Form.d.ts.map +1 -0
- package/lib/tntd-form/Form.js +132 -0
- package/lib/tntd-form/Form.js.map +1 -0
- package/lib/tntd-form/FormItem/ItemHolder.d.ts +18 -0
- package/lib/tntd-form/FormItem/ItemHolder.d.ts.map +1 -0
- package/lib/tntd-form/FormItem/ItemHolder.js +164 -0
- package/lib/tntd-form/FormItem/ItemHolder.js.map +1 -0
- package/lib/tntd-form/FormItem/index.d.ts +36 -0
- package/lib/tntd-form/FormItem/index.d.ts.map +1 -0
- package/lib/tntd-form/FormItem/index.js +266 -0
- package/lib/tntd-form/FormItem/index.js.map +1 -0
- package/lib/tntd-form/FormItemInput.d.ts +30 -0
- package/lib/tntd-form/FormItemInput.d.ts.map +1 -0
- package/lib/tntd-form/FormItemInput.js +66 -0
- package/lib/tntd-form/FormItemInput.js.map +1 -0
- package/lib/tntd-form/FormItemLabel.d.ts +24 -0
- package/lib/tntd-form/FormItemLabel.d.ts.map +1 -0
- package/lib/tntd-form/FormItemLabel.js +101 -0
- package/lib/tntd-form/FormItemLabel.js.map +1 -0
- package/lib/tntd-form/FormList.d.ts +26 -0
- package/lib/tntd-form/FormList.d.ts.map +1 -0
- package/lib/tntd-form/FormList.js +62 -0
- package/lib/tntd-form/FormList.js.map +1 -0
- package/lib/tntd-form/TntdForm/components/Item.js +5 -1
- package/lib/tntd-form/TntdForm/components/Item.js.map +1 -1
- package/lib/tntd-form/TntdForm/components/ItemComp.js +7 -3
- package/lib/tntd-form/TntdForm/components/ItemComp.js.map +1 -1
- package/lib/tntd-form/TntdForm/components/List.js +5 -1
- package/lib/tntd-form/TntdForm/components/List.js.map +1 -1
- package/lib/tntd-form/TntdForm/index.js +5 -1
- package/lib/tntd-form/TntdForm/index.js.map +1 -1
- package/lib/tntd-form/__tests__/demo-extend.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/demo-extend.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/demo-extend.test.js +5 -0
- package/lib/tntd-form/__tests__/demo-extend.test.js.map +1 -0
- package/lib/tntd-form/__tests__/demo.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/demo.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/demo.test.js +8 -0
- package/lib/tntd-form/__tests__/demo.test.js.map +1 -0
- package/lib/tntd-form/__tests__/image.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/image.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/image.test.js +7 -0
- package/lib/tntd-form/__tests__/image.test.js.map +1 -0
- package/lib/tntd-form/__tests__/index.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/index.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/index.test.js +981 -0
- package/lib/tntd-form/__tests__/index.test.js.map +1 -0
- package/lib/tntd-form/__tests__/list-noStyle.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/list-noStyle.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/list-noStyle.test.js +46 -0
- package/lib/tntd-form/__tests__/list-noStyle.test.js.map +1 -0
- package/lib/tntd-form/__tests__/list.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/list.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/list.test.js +169 -0
- package/lib/tntd-form/__tests__/list.test.js.map +1 -0
- package/lib/tntd-form/__tests__/ref.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/ref.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/ref.test.js +50 -0
- package/lib/tntd-form/__tests__/ref.test.js.map +1 -0
- package/lib/tntd-form/__tests__/type.test.d.ts +2 -0
- package/lib/tntd-form/__tests__/type.test.d.ts.map +1 -0
- package/lib/tntd-form/__tests__/type.test.js +98 -0
- package/lib/tntd-form/__tests__/type.test.js.map +1 -0
- package/lib/tntd-form/_util/motion.d.ts +9 -0
- package/lib/tntd-form/_util/motion.d.ts.map +1 -0
- package/lib/tntd-form/_util/motion.js +42 -0
- package/lib/tntd-form/_util/motion.js.map +1 -0
- package/lib/tntd-form/_util/reactNode.d.ts +9 -0
- package/lib/tntd-form/_util/reactNode.d.ts.map +1 -0
- package/lib/tntd-form/_util/reactNode.js +44 -0
- package/lib/tntd-form/_util/reactNode.js.map +1 -0
- package/lib/tntd-form/_util/scrollTo.d.ts +1 -0
- package/lib/tntd-form/_util/scrollTo.d.ts.map +1 -0
- package/lib/tntd-form/_util/scrollTo.js +35 -0
- package/lib/tntd-form/_util/scrollTo.js.map +1 -0
- package/lib/tntd-form/_util/type.d.ts +4 -0
- package/lib/tntd-form/_util/type.d.ts.map +1 -0
- package/lib/tntd-form/_util/type.js +9 -0
- package/lib/tntd-form/_util/type.js.map +1 -0
- package/lib/tntd-form/_util/warning.d.ts +5 -0
- package/lib/tntd-form/_util/warning.d.ts.map +1 -0
- package/lib/tntd-form/_util/warning.js +32 -0
- package/lib/tntd-form/_util/warning.js.map +1 -0
- package/lib/tntd-form/_util/wave.d.ts +1 -0
- package/lib/tntd-form/_util/wave.d.ts.map +1 -0
- package/lib/tntd-form/_util/wave.js +168 -0
- package/lib/tntd-form/_util/wave.js.map +1 -0
- package/lib/tntd-form/context.d.ts +51 -0
- package/lib/tntd-form/context.d.ts.map +1 -0
- package/lib/tntd-form/context.js +66 -0
- package/lib/tntd-form/context.js.map +1 -0
- package/lib/tntd-form/hooks/useDebounce.d.ts +2 -0
- package/lib/tntd-form/hooks/useDebounce.d.ts.map +1 -0
- package/lib/tntd-form/hooks/useDebounce.js +40 -0
- package/lib/tntd-form/hooks/useDebounce.js.map +1 -0
- package/lib/tntd-form/hooks/useForm.d.ts +16 -0
- package/lib/tntd-form/hooks/useForm.d.ts.map +1 -0
- package/lib/tntd-form/hooks/useForm.js +64 -0
- package/lib/tntd-form/hooks/useForm.js.map +1 -0
- package/lib/tntd-form/hooks/useFormInstance.d.ts +3 -0
- package/lib/tntd-form/hooks/useFormInstance.d.ts.map +1 -0
- package/lib/tntd-form/hooks/useFormInstance.js +10 -0
- package/lib/tntd-form/hooks/useFormInstance.js.map +1 -0
- package/lib/tntd-form/hooks/useFormItemStatus.d.ts +7 -0
- package/lib/tntd-form/hooks/useFormItemStatus.d.ts.map +1 -0
- package/lib/tntd-form/hooks/useFormItemStatus.js +15 -0
- package/lib/tntd-form/hooks/useFormItemStatus.js.map +1 -0
- package/lib/tntd-form/hooks/useFrameState.d.ts +4 -0
- package/lib/tntd-form/hooks/useFrameState.d.ts.map +1 -0
- package/lib/tntd-form/hooks/useFrameState.js +67 -0
- package/lib/tntd-form/hooks/useFrameState.js.map +1 -0
- package/lib/tntd-form/hooks/useItemRef.d.ts +4 -0
- package/lib/tntd-form/hooks/useItemRef.d.ts.map +1 -0
- package/lib/tntd-form/hooks/useItemRef.js +45 -0
- package/lib/tntd-form/hooks/useItemRef.js.map +1 -0
- package/lib/tntd-form/index.d.ts +23 -1
- package/lib/tntd-form/index.d.ts.map +1 -1
- package/lib/tntd-form/index.js +40 -3
- package/lib/tntd-form/index.js.map +1 -1
- package/lib/tntd-form/interface.d.ts +4 -0
- package/lib/tntd-form/interface.d.ts.map +1 -0
- package/lib/tntd-form/interface.js +5 -0
- package/lib/tntd-form/interface.js.map +1 -0
- package/lib/tntd-form/style/components.less +16 -0
- package/lib/tntd-form/style/horizontal.less +26 -0
- package/lib/tntd-form/style/index.d.ts +5 -0
- package/lib/tntd-form/style/index.d.ts.map +1 -0
- package/lib/tntd-form/style/index.js +8 -0
- package/lib/tntd-form/style/index.js.map +1 -0
- package/lib/tntd-form/style/index.less +342 -0
- package/lib/tntd-form/style/inline.less +40 -0
- package/lib/tntd-form/style/mixin.less +90 -0
- package/lib/tntd-form/style/rtl.less +204 -0
- package/lib/tntd-form/style/status.less +45 -0
- package/lib/tntd-form/style/vertical.less +95 -0
- package/lib/tntd-form/tntd-form.stories.d.ts +33 -0
- package/lib/tntd-form/tntd-form.stories.d.ts.map +1 -0
- package/lib/tntd-form/tntd-form.stories.js +455 -0
- package/lib/tntd-form/tntd-form.stories.js.map +1 -0
- package/lib/tntd-form/util.d.ts +4 -0
- package/lib/tntd-form/util.d.ts.map +1 -0
- package/lib/tntd-form/util.js +26 -0
- package/lib/tntd-form/util.js.map +1 -0
- package/lib/tntd-form/validateMessagesContext.d.ts +5 -0
- package/lib/tntd-form/validateMessagesContext.d.ts.map +1 -0
- package/lib/tntd-form/validateMessagesContext.js +8 -0
- package/lib/tntd-form/validateMessagesContext.js.map +1 -0
- package/lib/tntd-layout/AppList.js +5 -1
- package/lib/tntd-layout/AppList.js.map +1 -1
- package/lib/tntd-layout/Application.js +5 -1
- package/lib/tntd-layout/Application.js.map +1 -1
- package/lib/tntd-layout/Avatar.js +5 -1
- package/lib/tntd-layout/Avatar.js.map +1 -1
- package/lib/tntd-layout/CompatibleLanguage.js +5 -1
- package/lib/tntd-layout/CompatibleLanguage.js.map +1 -1
- package/lib/tntd-layout/EnterpriseLayout/Avatar.js +5 -1
- package/lib/tntd-layout/EnterpriseLayout/Avatar.js.map +1 -1
- package/lib/tntd-layout/EnterpriseLayout/Language.js +5 -1
- package/lib/tntd-layout/EnterpriseLayout/Language.js.map +1 -1
- package/lib/tntd-layout/EnterpriseLayout/Theme.js +5 -1
- package/lib/tntd-layout/EnterpriseLayout/Theme.js.map +1 -1
- package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +5 -1
- package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js.map +1 -1
- package/lib/tntd-layout/GlobalNavigation/index.js +5 -1
- package/lib/tntd-layout/GlobalNavigation/index.js.map +1 -1
- package/lib/tntd-layout/Header.js +5 -1
- package/lib/tntd-layout/Header.js.map +1 -1
- package/lib/tntd-layout/HeaderActions.js +5 -1
- package/lib/tntd-layout/HeaderActions.js.map +1 -1
- package/lib/tntd-layout/HeaderNavs.js +5 -1
- package/lib/tntd-layout/HeaderNavs.js.map +1 -1
- package/lib/tntd-layout/HeaderTabs.js +5 -1
- package/lib/tntd-layout/HeaderTabs.js.map +1 -1
- package/lib/tntd-layout/Language.js +5 -1
- package/lib/tntd-layout/Language.js.map +1 -1
- package/lib/tntd-layout/Layout.js +5 -1
- package/lib/tntd-layout/Layout.js.map +1 -1
- package/lib/tntd-layout/Logo.js +5 -1
- package/lib/tntd-layout/Logo.js.map +1 -1
- package/lib/tntd-layout/OrgAppList.js +5 -1
- package/lib/tntd-layout/OrgAppList.js.map +1 -1
- package/lib/tntd-layout/SideMenu.js +5 -1
- package/lib/tntd-layout/SideMenu.js.map +1 -1
- package/lib/tntd-layout/Theme.js +5 -1
- package/lib/tntd-layout/Theme.js.map +1 -1
- package/lib/tntd-layout/index.js +5 -1
- package/lib/tntd-layout/index.js.map +1 -1
- package/lib/tntd-layout/paaslayout/CompactSideMenu.js +5 -1
- package/lib/tntd-layout/paaslayout/CompactSideMenu.js.map +1 -1
- package/lib/tntd-layout/paaslayout/Header.js +5 -1
- package/lib/tntd-layout/paaslayout/Header.js.map +1 -1
- package/lib/tntd-layout/paaslayout/SideMenu.js +5 -1
- package/lib/tntd-layout/paaslayout/SideMenu.js.map +1 -1
- package/lib/tntd-layout/paaslayout/index.js +5 -1
- package/lib/tntd-layout/paaslayout/index.js.map +1 -1
- package/lib/tntd-modal/index.js +5 -1
- package/lib/tntd-modal/index.js.map +1 -1
- package/lib/tntd-select/DropDownWrap.d.ts +10 -0
- package/lib/tntd-select/DropDownWrap.d.ts.map +1 -1
- package/lib/tntd-select/DropDownWrap.js +5 -1
- package/lib/tntd-select/DropDownWrap.js.map +1 -1
- package/lib/tntd-select/index.d.ts +12 -1
- package/lib/tntd-select/index.d.ts.map +1 -1
- package/lib/tntd-select/index.js +13 -8
- package/lib/tntd-select/index.js.map +1 -1
- package/lib/tooltip/index.js +5 -1
- package/lib/tooltip/index.js.map +1 -1
- package/lib/transfer/index.js +5 -1
- package/lib/transfer/index.js.map +1 -1
- package/lib/tree/index.js +5 -1
- package/lib/tree/index.js.map +1 -1
- package/lib/tree-select/index.d.ts +7 -1
- package/lib/tree-select/index.d.ts.map +1 -1
- package/lib/tree-select/index.js +10 -2
- package/lib/tree-select/index.js.map +1 -1
- package/lib/typography/index.js +5 -1
- package/lib/typography/index.js.map +1 -1
- package/lib/upload/index.d.ts +6 -1
- package/lib/upload/index.d.ts.map +1 -1
- package/lib/upload/index.js +11 -2
- package/lib/upload/index.js.map +1 -1
- package/lib/utils/index.js +5 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/version/index.js +5 -1
- package/lib/version/index.js.map +1 -1
- package/package.json +7 -4
- package/themes/default/variables.less +43 -0
- package/es/mention/index.js +0 -5
- package/es/mention/index.js.map +0 -1
- package/lib/mention/index.d.ts +0 -5
- package/lib/mention/index.d.ts.map +0 -1
- package/lib/mention/index.js +0 -20
- package/lib/mention/index.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"illustration-no-access.js","sourceRoot":"","sources":["../../src/svg-components/illustration-no-access.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationNoAccess(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 161 160\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <circle id=\"illustration-no-access_svg__a\" cx={72} cy={72} r={72} />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M1 0h160v160H1z\" />\n <g transform=\"translate(1 8.533)\">\n <g transform=\"translate(15.662)\">\n <mask id=\"illustration-no-access_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-no-access_svg__a\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-no-access_svg__a\" />\n <path\n fill=\"#E1E1E1\"\n mask=\"url(#illustration-no-access_svg__b)\"\n d=\"M130.133 100.267L56.993 134.4l-43.57-22.605L73.6 100.267z\"\n />\n <g mask=\"url(#illustration-no-access_svg__b)\">\n <path\n d=\"M101.867 12.8c15.61 0 28.266 12.655 28.266 28.267v59.2H73.6v-59.2c0-15.612 12.655-28.267 28.267-28.267z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M101.867 12.8c15.61 0 28.266 12.655 28.266 28.267v59.2H73.6v-59.2c0-15.612 12.655-28.267 28.267-28.267zm0 .533c-15.164 0-27.485 12.17-27.73 27.275l-.004.459v58.666H129.6V41.067c0-15.164-12.17-27.485-27.275-27.73l-.458-.004z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <g transform=\"translate(88.533 30.933)\">\n <path\n d=\"M13.491.747c-5.157 0-9.34 4.135-9.34 9.237v8.462H7.93V9.984l.003-.183c.095-2.954 2.553-5.313 5.56-5.313 3.072 0 5.562 2.462 5.562 5.496v8.462h3.777V9.984l-.003-.23C22.702 4.745 18.56.746 13.49.746zm0 .64c4.723 0 8.58 3.724 8.697 8.378l.003.223-.001 7.817h-2.497V9.984c0-3.39-2.777-6.136-6.202-6.136-3.35 0-6.093 2.632-6.199 5.937l-.003.194v7.826H4.79V9.984c0-4.747 3.895-8.597 8.7-8.597z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <rect fill=\"#126BFB\" y={15.8} width={26.667} height={21.712} rx={3} />\n <path\n d=\"M23.467 15.8a3.2 3.2 0 013.2 3.2V34.31a3.2 3.2 0 01-3.2 3.2H3.2a3.2 3.2 0 01-3.2-3.2V19a3.2 3.2 0 013.2-3.2h20.267zm0 .426H3.2a2.773 2.773 0 00-2.768 2.598L.427 19V34.31a2.773 2.773 0 002.598 2.768l.175.005h20.267a2.773 2.773 0 002.768-2.597l.005-.176V19a2.773 2.773 0 00-2.598-2.768l-.175-.006z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <circle fill=\"#FFF\" cx={13.333} cy={23.289} r={2.667} />\n </g>\n <path fill=\"#FFF\" d=\"M100.977 54.222h1.778v5.333h-1.778z\" />\n </g>\n <g mask=\"url(#illustration-no-access_svg__b)\">\n <path\n d=\"M49.995 74.888c-3.804-.603-5.818-.833-6.04-.69l3.09-13.11 8.807.46v14.288c-.1-.03-2.052-.346-5.857-.948z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.5}\n fill=\"#FFF\"\n />\n <path\n d=\"M56.12 76.192V61.295l-9.283-.486-3.293 13.967.554-.354.019-.007.075-.008h.124l.277.017.53.05.71.082 1.127.148 1.379.198 1.273.195 6.165.995.342.1zM55.584 61.8v13.715l-1.962-.32-4.297-.683-1.637-.248-1.09-.152-.9-.111-.556-.057-.316-.025-.273-.016-.256-.005 2.954-12.535 8.333.437z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M49.907 37.199c-7.851 1.473-12.206 4.918-13.064 10.335-.77 4.868.205 10.202 2.928 16.004a4 4 0 003.084 2.265L58.5 67.919a4 4 0 003.837-1.704C69.246 56.12 70.4 48.53 65.8 43.445c-4.904-5.421-6.37-9.213-4.396-11.375l-11.496 5.129z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M72.55 97.217c13.562 9.096 24.51 6.785 32.843-6.932 2.333-3.839 4.957-16.435-4.839-23.133-5.481-3.747-17.947-7.531-37.396-11.352-3.706-1.994-6.121-2.377-7.245-1.148-1.685 1.844-2.757 4.993.169 5.457l7.634 1.209c23.476 7.046 30 13.814 19.573 20.306-10.428 6.492-14.007 11.69-10.739 15.593z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M55.677 54.436c-.933 1.02-1.611 2.327-1.727 3.429-.142 1.36.559 2.319 2.082 2.56l7.634 1.209 1.254.381 1.22.381 1.188.38 1.154.38.565.19 1.104.38 1.07.378.524.189 1.02.377.988.377.955.377.92.375.888.376c.145.062.289.124.431.187l.837.374c.274.125.542.25.804.374l.77.372c3.015 1.49 5.226 2.965 6.628 4.419 3.1 3.217 2.192 6.302-2.866 9.451l-.42.263-.817.522-.397.258-.772.514-.744.509-.713.503a44.56 44.56 0 00-3.125 2.438l-.536.471c-4.604 4.145-5.732 7.678-3.291 10.593 13.78 9.256 24.933 6.902 33.362-6.971 1.436-2.364 2.424-6.65 2.174-10.68-.326-5.273-2.598-9.802-7.106-12.884a19.73 19.73 0 00-.972-.621l-.533-.311c-.274-.156-.56-.311-.858-.467l-.612-.31-.642-.312-.674-.31-.706-.312-.364-.156-.753-.311a60.217 60.217 0 00-.388-.156l-.8-.311-.831-.312-.863-.312-.894-.312-.925-.311-.957-.312-.49-.157-1.004-.312-.514-.156-1.051-.312-1.083-.313-1.114-.312-1.145-.313-1.177-.313-1.825-.469-1.255-.313-1.288-.313-1.318-.314-1.35-.313-1.382-.314-1.413-.314-1.444-.314-2.226-.471-1.524-.314-2.344-.472-.797-.157c-3.622-1.965-6.125-2.404-7.424-1.17l-.118.12zm7.329 1.645l1.565.312 2.29.467 1.488.31 1.458.311 1.426.31 1.395.31 1.364.31 1.334.31 1.303.308 1.896.463 1.826.463 1.757.462 1.133.307 1.102.307 1.072.307 1.04.307 1.01.306.978.306.948.306.917.305.447.153.871.305.84.305.81.304.778.304c.128.05.253.102.378.152l.733.304.701.303.671.304a33.42 33.42 0 012.106 1.059l.533.302.255.15.486.302.456.302c4.334 2.963 6.514 7.308 6.83 12.394.242 3.904-.717 8.06-2.083 10.308-8.238 13.56-18.98 15.827-32.391 6.832-1.97-2.364-1.176-5.33 2.472-8.885l.481-.457a34.158 34.158 0 011.93-1.65l.62-.486.653-.492c.334-.248.68-.498 1.037-.75l.73-.508.763-.514.793-.52.825-.528.425-.265c5.369-3.343 6.412-6.888 2.988-10.44-.782-.811-1.801-1.626-3.057-2.442l-.596-.377a31.778 31.778 0 00-.63-.377l-.663-.378a45.975 45.975 0 00-2.586-1.325l-.815-.38a63.008 63.008 0 00-.42-.19l-.865-.38a73.058 73.058 0 00-.445-.19l-.915-.38-.95-.382-.982-.381-.504-.191-1.034-.382-.529-.192-1.084-.383-1.117-.383-1.151-.384-.589-.192-1.201-.385-1.236-.385-1.269-.386-7.676-1.218c-1.18-.187-1.653-.834-1.545-1.862.1-.95.715-2.136 1.562-3.063.986-1.078 3.27-.716 6.857 1.213z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M31.1 69.04c2.218 0 8.421 0 12.039 1.882 3.617 1.882 9.516 2.357 14.206 1.381 1.375-.286 22.905-4.902 32.255 3.773 4.284 14.536 3.746 24.09-1.614 28.661-.585.5-5.558-.597-14.92-3.288 6.507 19.1 9.14 39.374 7.9 60.824L-.02 144.386c11.661-25.712 20.283-41.758 25.866-48.14 1.075-1.228-6.01 4.211-6.141 4.02L2.564 81.838C8.622 73.305 18.134 69.04 31.1 69.04z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M77.106 70.821c-4.046-.483-8.466-.398-12.986.097a76.06 76.06 0 00-3.909.53l-1.057.18-.827.15-.766.154-.28.058c-4.586.954-10.156.484-13.652-1.182l-.343-.17c-1.254-.653-2.865-1.12-4.767-1.432-1.491-.244-3.076-.383-4.757-.445l-.96-.028-.67-.01-1.032-.003c-13.064 0-22.675 4.31-28.797 12.932l-.151.212 17.319 18.62.137.08c.067.036.094.04.142.03l.091-.023.068-.026.06-.029.15-.084.094-.058.231-.15.882-.606 3.205-2.285-.396.512-.194.257-.394.533-.403.559-.204.289-.415.597-.423.623-.43.649-.662 1.021-.451.713-.692 1.118-.71 1.175-.483.816-.74 1.272-.758 1.33-.515.92-.524.944-1.071 1.966-.825 1.542-.842 1.6-.861 1.658-1.177 2.3-.903 1.794-1.233 2.481-.946 1.928-1.29 2.662-1.321 2.764-1.013 2.14-1.03 2.2-1.759 3.793-1.443 3.15-.897 1.974 81.739 18.054.021-.375.065-1.193c1.058-20.653-1.484-40.216-7.623-58.689l-.164-.486 2.221.63 2.11.582 1.541.412 1.412.365.975.243 1.189.282.547.123.763.164.694.137.425.076.58.093.349.047.319.036.29.024.134.008.245.006.217-.005.187-.017c.202-.026.346-.076.432-.15 4.891-4.172 5.853-12.317 2.942-24.42l-.275-1.11-.297-1.133c-.205-.763-.424-1.54-.657-2.332l-.09-.144c-2.982-2.767-7.327-4.377-12.71-5.02zm11.975 5.218l.236.213-.024-.086c.233.79.452 1.566.656 2.327l.296 1.13.14.556.263 1.096a64.01 64.01 0 011.064 5.625l.124.95c.961 7.979-.4 13.524-4.057 16.644-.047.04-.146.063-.296.07h-.167c-.03 0-.063-.002-.096-.004l-.218-.016-.252-.027-.285-.038-.49-.078-.367-.066-.832-.164-1.221-.268-1.12-.264-1.245-.307-1.367-.351-1.88-.5-2.067-.568-1.785-.504-1.525-.437.198.58.363 1.08c6.107 18.383 8.636 37.853 7.586 58.412l-.046.835L.436 144.157l.8-1.757 1.418-3.093.929-2.006 1.366-2.925 1.335-2.825 1.303-2.724 1.271-2.624 1.24-2.522.809-1.626.795-1.582.78-1.536.767-1.492.894-1.717.969-1.832.632-1.177.62-1.143.912-1.65.887-1.57.577-1.005.567-.969.829-1.389.539-.882.528-.848.26-.411.512-.796.5-.761.49-.726.241-.35.474-.675.232-.324.457-.622c.15-.202.3-.398.446-.588l.435-.552c.143-.179.285-.352.424-.518l.413-.484c.126-.143.18-.222.19-.348a.334.334 0 00-.349-.363.486.486 0 00-.183.044l-.143.07-.191.112-.242.153-.678.458-.874.615-2.658 1.897-.59.41-.391.26-.194.122L2.976 81.81l-.152.211c5.898-8.305 15.105-12.525 27.656-12.66h1.415l.893.011.232.005c1.926.047 3.724.186 5.396.46 1.687.277 3.13.677 4.271 1.217l.304.15c3.607 1.877 9.546 2.426 14.42 1.411l1.037-.209.818-.15.323-.056a75.064 75.064 0 014.6-.647c4.476-.49 8.85-.574 12.841-.097 5.08.607 9.192 2.086 12.05 4.582z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <path\n d=\"M19.314 82.925c-.47-.646-4.556 2.806-12.255 10.355-9.667 9.478-8.678 15.317-1.427 21.26 8.718 7.147 30.394 9.113 33.389 6.934.053-.038 6.405-3.094 4.276-7.245-2.13-4.151-7.528-1.167-7.724-1.243-2.772-1.08-14.249-2.116-7.166-8.77 2.578-2.422 4.352-3.427 6.045-4.867L19.314 82.925z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M15.69 84.785l-.716.615-.783.69-1.149 1.04-1.267 1.174-.678.638-1.074 1.02-1.534 1.477-1.23 1.197-.424.415a51.4 51.4 0 00-1.472 1.501l-.54.586c-.264.291-.517.579-.76.864l-.472.566c-5.272 6.468-5.136 11.453-.108 16.471l.45.437c.154.145.312.29.474.436l.499.438c.17.146.344.292.523.438 4.01 3.287 11.053 5.749 18.992 7.032l.858.133.85.122.84.11.827.097.815.086.8.074.783.061.764.05.374.021.733.032c.24.01.477.016.71.02l.685.01c.336 0 .662-.003.977-.01l.615-.022c2-.091 3.484-.381 4.157-.87l-.07.053c-.014.012-.017.018-.012.018l.04-.017.215-.12.352-.213.557-.356.374-.25.397-.278c.192-.138.37-.272.519-.395 2.197-1.815 3.133-3.886 2-6.093-.797-1.556-2.085-2.3-3.708-2.378-.967-.046-1.978.142-3.046.494l-.185.062-.357.128-.69.264-.24-.083-.313-.096-.585-.16-2.047-.517-.593-.158-.59-.167c-2.275-.668-3.756-1.413-4.414-2.373-.791-1.154-.317-2.65 1.813-4.65a35.743 35.743 0 012.088-1.818l.62-.488 1.145-.864.951-.709c.382-.288.704-.54 1.006-.79l.477-.403L19.55 82.708c-.244-.336-.732-.237-1.561.297l-.307.206c-.107.075-.219.156-.336.243l-.366.278-.397.315-.43.35-.462.388zm3.366-1.672l14.932 16.205-.185.152-.237.188-.752.573-1.666 1.247-.29.224a36.717 36.717 0 00-2.67 2.28c-2.333 2.192-2.91 4.01-1.903 5.479.769 1.12 2.351 1.917 4.763 2.625l.6.17.6.16 1.818.457.617.164.327.095.27.087.177.065c.063.024.29-.034.554-.118l.325-.109.691-.25c1-.33 1.94-.504 2.816-.463 1.404.068 2.482.69 3.17 2.03.961 1.876.153 3.662-1.84 5.309a7.87 7.87 0 01-.307.24l-.358.257-.377.257-.48.313-.515.32-.277.162-.076.039c-.026.011-.032.01-.015-.005l.064-.05c-.443.322-1.352.546-2.596.669l-.516.043c-.088.007-.179.013-.27.018l-.566.028a29.16 29.16 0 01-.295.01l-.611.01h-.64l-.331-.004-.68-.017a47.47 47.47 0 01-.348-.012l-.715-.034-.736-.044-.755-.056-.772-.067-.788-.078-.802-.09-.814-.1-.823-.113-.832-.124a68.59 68.59 0 01-.419-.067c-7.838-1.266-14.784-3.695-18.689-6.895l-.257-.213-.496-.425c-5.892-5.161-6.442-10.04-.981-16.705l.462-.552.49-.56c.083-.095.168-.19.255-.284l.53-.573c.363-.385.744-.776 1.143-1.174l1.55-1.517 1.56-1.507 1.093-1.042 1.351-1.27.936-.865.868-.788.542-.484.512-.45.712-.61.528-.44.248-.202.46-.364c.44-.339.81-.601 1.111-.787l.12-.071.284-.156.124-.064c.064-.036.091-.057.077-.077z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n <circle fill=\"#126BFB\" fillRule=\"nonzero\" cx={146.435} cy={115.243} r={3.2} />\n </g>\n <path fill=\"#FFF\" d=\"M34.144 54.57l-4.068-8.534-4.466 2.235z\" />\n <path\n d=\"M29.98 45.846l-4.465 2.234a.213.213 0 00-.031.362l8.533 6.3c.179.131.415-.064.32-.264l-4.068-8.533a.213.213 0 00-.288-.1zm-.004.477l3.607 7.568-7.566-5.586 3.959-1.982zM15.795 54.518l-1.058 4.267a.213.213 0 00.243.262l6.4-1.106a.213.213 0 00.072-.394l-5.341-3.16a.213.213 0 00-.316.131zm.344.381l4.598 2.72-5.508.952.91-3.672z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationNoAccess)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
|
|
1
|
+
{"version":3,"file":"illustration-no-access.js","sourceRoot":"","sources":["../../src/svg-components/illustration-no-access.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationNoAccess(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 161 160\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <circle id=\"illustration-no-access_svg__a\" cx={72} cy={72} r={72} />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M1 0h160v160H1z\" />\n <g transform=\"translate(1 8.533)\">\n <g transform=\"translate(15.662)\">\n <mask id=\"illustration-no-access_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-no-access_svg__a\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-no-access_svg__a\" />\n <path\n fill=\"#E1E1E1\"\n mask=\"url(#illustration-no-access_svg__b)\"\n d=\"M130.133 100.267L56.993 134.4l-43.57-22.605L73.6 100.267z\"\n />\n <g mask=\"url(#illustration-no-access_svg__b)\">\n <path\n d=\"M101.867 12.8c15.61 0 28.266 12.655 28.266 28.267v59.2H73.6v-59.2c0-15.612 12.655-28.267 28.267-28.267z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M101.867 12.8c15.61 0 28.266 12.655 28.266 28.267v59.2H73.6v-59.2c0-15.612 12.655-28.267 28.267-28.267zm0 .533c-15.164 0-27.485 12.17-27.73 27.275l-.004.459v58.666H129.6V41.067c0-15.164-12.17-27.485-27.275-27.73l-.458-.004z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <g transform=\"translate(88.533 30.933)\">\n <path\n d=\"M13.491.747c-5.157 0-9.34 4.135-9.34 9.237v8.462H7.93V9.984l.003-.183c.095-2.954 2.553-5.313 5.56-5.313 3.072 0 5.562 2.462 5.562 5.496v8.462h3.777V9.984l-.003-.23C22.702 4.745 18.56.746 13.49.746zm0 .64c4.723 0 8.58 3.724 8.697 8.378l.003.223-.001 7.817h-2.497V9.984c0-3.39-2.777-6.136-6.202-6.136-3.35 0-6.093 2.632-6.199 5.937l-.003.194v7.826H4.79V9.984c0-4.747 3.895-8.597 8.7-8.597z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <rect fill=\"#126BFB\" y={15.8} width={26.667} height={21.712} rx={3} />\n <path\n d=\"M23.467 15.8a3.2 3.2 0 013.2 3.2V34.31a3.2 3.2 0 01-3.2 3.2H3.2a3.2 3.2 0 01-3.2-3.2V19a3.2 3.2 0 013.2-3.2h20.267zm0 .426H3.2a2.773 2.773 0 00-2.768 2.598L.427 19V34.31a2.773 2.773 0 002.598 2.768l.175.005h20.267a2.773 2.773 0 002.768-2.597l.005-.176V19a2.773 2.773 0 00-2.598-2.768l-.175-.006z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <circle fill=\"#FFF\" cx={13.333} cy={23.289} r={2.667} />\n </g>\n <path fill=\"#FFF\" d=\"M100.977 54.222h1.778v5.333h-1.778z\" />\n </g>\n <g mask=\"url(#illustration-no-access_svg__b)\">\n <path\n d=\"M49.995 74.888c-3.804-.603-5.818-.833-6.04-.69l3.09-13.11 8.807.46v14.288c-.1-.03-2.052-.346-5.857-.948z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.5}\n fill=\"#FFF\"\n />\n <path\n d=\"M56.12 76.192V61.295l-9.283-.486-3.293 13.967.554-.354.019-.007.075-.008h.124l.277.017.53.05.71.082 1.127.148 1.379.198 1.273.195 6.165.995.342.1zM55.584 61.8v13.715l-1.962-.32-4.297-.683-1.637-.248-1.09-.152-.9-.111-.556-.057-.316-.025-.273-.016-.256-.005 2.954-12.535 8.333.437z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M49.907 37.199c-7.851 1.473-12.206 4.918-13.064 10.335-.77 4.868.205 10.202 2.928 16.004a4 4 0 003.084 2.265L58.5 67.919a4 4 0 003.837-1.704C69.246 56.12 70.4 48.53 65.8 43.445c-4.904-5.421-6.37-9.213-4.396-11.375l-11.496 5.129z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M72.55 97.217c13.562 9.096 24.51 6.785 32.843-6.932 2.333-3.839 4.957-16.435-4.839-23.133-5.481-3.747-17.947-7.531-37.396-11.352-3.706-1.994-6.121-2.377-7.245-1.148-1.685 1.844-2.757 4.993.169 5.457l7.634 1.209c23.476 7.046 30 13.814 19.573 20.306-10.428 6.492-14.007 11.69-10.739 15.593z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M55.677 54.436c-.933 1.02-1.611 2.327-1.727 3.429-.142 1.36.559 2.319 2.082 2.56l7.634 1.209 1.254.381 1.22.381 1.188.38 1.154.38.565.19 1.104.38 1.07.378.524.189 1.02.377.988.377.955.377.92.375.888.376c.145.062.289.124.431.187l.837.374c.274.125.542.25.804.374l.77.372c3.015 1.49 5.226 2.965 6.628 4.419 3.1 3.217 2.192 6.302-2.866 9.451l-.42.263-.817.522-.397.258-.772.514-.744.509-.713.503a44.56 44.56 0 00-3.125 2.438l-.536.471c-4.604 4.145-5.732 7.678-3.291 10.593 13.78 9.256 24.933 6.902 33.362-6.971 1.436-2.364 2.424-6.65 2.174-10.68-.326-5.273-2.598-9.802-7.106-12.884a19.73 19.73 0 00-.972-.621l-.533-.311c-.274-.156-.56-.311-.858-.467l-.612-.31-.642-.312-.674-.31-.706-.312-.364-.156-.753-.311a60.217 60.217 0 00-.388-.156l-.8-.311-.831-.312-.863-.312-.894-.312-.925-.311-.957-.312-.49-.157-1.004-.312-.514-.156-1.051-.312-1.083-.313-1.114-.312-1.145-.313-1.177-.313-1.825-.469-1.255-.313-1.288-.313-1.318-.314-1.35-.313-1.382-.314-1.413-.314-1.444-.314-2.226-.471-1.524-.314-2.344-.472-.797-.157c-3.622-1.965-6.125-2.404-7.424-1.17l-.118.12zm7.329 1.645l1.565.312 2.29.467 1.488.31 1.458.311 1.426.31 1.395.31 1.364.31 1.334.31 1.303.308 1.896.463 1.826.463 1.757.462 1.133.307 1.102.307 1.072.307 1.04.307 1.01.306.978.306.948.306.917.305.447.153.871.305.84.305.81.304.778.304c.128.05.253.102.378.152l.733.304.701.303.671.304a33.42 33.42 0 012.106 1.059l.533.302.255.15.486.302.456.302c4.334 2.963 6.514 7.308 6.83 12.394.242 3.904-.717 8.06-2.083 10.308-8.238 13.56-18.98 15.827-32.391 6.832-1.97-2.364-1.176-5.33 2.472-8.885l.481-.457a34.158 34.158 0 011.93-1.65l.62-.486.653-.492c.334-.248.68-.498 1.037-.75l.73-.508.763-.514.793-.52.825-.528.425-.265c5.369-3.343 6.412-6.888 2.988-10.44-.782-.811-1.801-1.626-3.057-2.442l-.596-.377a31.778 31.778 0 00-.63-.377l-.663-.378a45.975 45.975 0 00-2.586-1.325l-.815-.38a63.008 63.008 0 00-.42-.19l-.865-.38a73.058 73.058 0 00-.445-.19l-.915-.38-.95-.382-.982-.381-.504-.191-1.034-.382-.529-.192-1.084-.383-1.117-.383-1.151-.384-.589-.192-1.201-.385-1.236-.385-1.269-.386-7.676-1.218c-1.18-.187-1.653-.834-1.545-1.862.1-.95.715-2.136 1.562-3.063.986-1.078 3.27-.716 6.857 1.213z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M31.1 69.04c2.218 0 8.421 0 12.039 1.882 3.617 1.882 9.516 2.357 14.206 1.381 1.375-.286 22.905-4.902 32.255 3.773 4.284 14.536 3.746 24.09-1.614 28.661-.585.5-5.558-.597-14.92-3.288 6.507 19.1 9.14 39.374 7.9 60.824L-.02 144.386c11.661-25.712 20.283-41.758 25.866-48.14 1.075-1.228-6.01 4.211-6.141 4.02L2.564 81.838C8.622 73.305 18.134 69.04 31.1 69.04z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M77.106 70.821c-4.046-.483-8.466-.398-12.986.097a76.06 76.06 0 00-3.909.53l-1.057.18-.827.15-.766.154-.28.058c-4.586.954-10.156.484-13.652-1.182l-.343-.17c-1.254-.653-2.865-1.12-4.767-1.432-1.491-.244-3.076-.383-4.757-.445l-.96-.028-.67-.01-1.032-.003c-13.064 0-22.675 4.31-28.797 12.932l-.151.212 17.319 18.62.137.08c.067.036.094.04.142.03l.091-.023.068-.026.06-.029.15-.084.094-.058.231-.15.882-.606 3.205-2.285-.396.512-.194.257-.394.533-.403.559-.204.289-.415.597-.423.623-.43.649-.662 1.021-.451.713-.692 1.118-.71 1.175-.483.816-.74 1.272-.758 1.33-.515.92-.524.944-1.071 1.966-.825 1.542-.842 1.6-.861 1.658-1.177 2.3-.903 1.794-1.233 2.481-.946 1.928-1.29 2.662-1.321 2.764-1.013 2.14-1.03 2.2-1.759 3.793-1.443 3.15-.897 1.974 81.739 18.054.021-.375.065-1.193c1.058-20.653-1.484-40.216-7.623-58.689l-.164-.486 2.221.63 2.11.582 1.541.412 1.412.365.975.243 1.189.282.547.123.763.164.694.137.425.076.58.093.349.047.319.036.29.024.134.008.245.006.217-.005.187-.017c.202-.026.346-.076.432-.15 4.891-4.172 5.853-12.317 2.942-24.42l-.275-1.11-.297-1.133c-.205-.763-.424-1.54-.657-2.332l-.09-.144c-2.982-2.767-7.327-4.377-12.71-5.02zm11.975 5.218l.236.213-.024-.086c.233.79.452 1.566.656 2.327l.296 1.13.14.556.263 1.096a64.01 64.01 0 011.064 5.625l.124.95c.961 7.979-.4 13.524-4.057 16.644-.047.04-.146.063-.296.07h-.167c-.03 0-.063-.002-.096-.004l-.218-.016-.252-.027-.285-.038-.49-.078-.367-.066-.832-.164-1.221-.268-1.12-.264-1.245-.307-1.367-.351-1.88-.5-2.067-.568-1.785-.504-1.525-.437.198.58.363 1.08c6.107 18.383 8.636 37.853 7.586 58.412l-.046.835L.436 144.157l.8-1.757 1.418-3.093.929-2.006 1.366-2.925 1.335-2.825 1.303-2.724 1.271-2.624 1.24-2.522.809-1.626.795-1.582.78-1.536.767-1.492.894-1.717.969-1.832.632-1.177.62-1.143.912-1.65.887-1.57.577-1.005.567-.969.829-1.389.539-.882.528-.848.26-.411.512-.796.5-.761.49-.726.241-.35.474-.675.232-.324.457-.622c.15-.202.3-.398.446-.588l.435-.552c.143-.179.285-.352.424-.518l.413-.484c.126-.143.18-.222.19-.348a.334.334 0 00-.349-.363.486.486 0 00-.183.044l-.143.07-.191.112-.242.153-.678.458-.874.615-2.658 1.897-.59.41-.391.26-.194.122L2.976 81.81l-.152.211c5.898-8.305 15.105-12.525 27.656-12.66h1.415l.893.011.232.005c1.926.047 3.724.186 5.396.46 1.687.277 3.13.677 4.271 1.217l.304.15c3.607 1.877 9.546 2.426 14.42 1.411l1.037-.209.818-.15.323-.056a75.064 75.064 0 014.6-.647c4.476-.49 8.85-.574 12.841-.097 5.08.607 9.192 2.086 12.05 4.582z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <path\n d=\"M19.314 82.925c-.47-.646-4.556 2.806-12.255 10.355-9.667 9.478-8.678 15.317-1.427 21.26 8.718 7.147 30.394 9.113 33.389 6.934.053-.038 6.405-3.094 4.276-7.245-2.13-4.151-7.528-1.167-7.724-1.243-2.772-1.08-14.249-2.116-7.166-8.77 2.578-2.422 4.352-3.427 6.045-4.867L19.314 82.925z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M15.69 84.785l-.716.615-.783.69-1.149 1.04-1.267 1.174-.678.638-1.074 1.02-1.534 1.477-1.23 1.197-.424.415a51.4 51.4 0 00-1.472 1.501l-.54.586c-.264.291-.517.579-.76.864l-.472.566c-5.272 6.468-5.136 11.453-.108 16.471l.45.437c.154.145.312.29.474.436l.499.438c.17.146.344.292.523.438 4.01 3.287 11.053 5.749 18.992 7.032l.858.133.85.122.84.11.827.097.815.086.8.074.783.061.764.05.374.021.733.032c.24.01.477.016.71.02l.685.01c.336 0 .662-.003.977-.01l.615-.022c2-.091 3.484-.381 4.157-.87l-.07.053c-.014.012-.017.018-.012.018l.04-.017.215-.12.352-.213.557-.356.374-.25.397-.278c.192-.138.37-.272.519-.395 2.197-1.815 3.133-3.886 2-6.093-.797-1.556-2.085-2.3-3.708-2.378-.967-.046-1.978.142-3.046.494l-.185.062-.357.128-.69.264-.24-.083-.313-.096-.585-.16-2.047-.517-.593-.158-.59-.167c-2.275-.668-3.756-1.413-4.414-2.373-.791-1.154-.317-2.65 1.813-4.65a35.743 35.743 0 012.088-1.818l.62-.488 1.145-.864.951-.709c.382-.288.704-.54 1.006-.79l.477-.403L19.55 82.708c-.244-.336-.732-.237-1.561.297l-.307.206c-.107.075-.219.156-.336.243l-.366.278-.397.315-.43.35-.462.388zm3.366-1.672l14.932 16.205-.185.152-.237.188-.752.573-1.666 1.247-.29.224a36.717 36.717 0 00-2.67 2.28c-2.333 2.192-2.91 4.01-1.903 5.479.769 1.12 2.351 1.917 4.763 2.625l.6.17.6.16 1.818.457.617.164.327.095.27.087.177.065c.063.024.29-.034.554-.118l.325-.109.691-.25c1-.33 1.94-.504 2.816-.463 1.404.068 2.482.69 3.17 2.03.961 1.876.153 3.662-1.84 5.309a7.87 7.87 0 01-.307.24l-.358.257-.377.257-.48.313-.515.32-.277.162-.076.039c-.026.011-.032.01-.015-.005l.064-.05c-.443.322-1.352.546-2.596.669l-.516.043c-.088.007-.179.013-.27.018l-.566.028a29.16 29.16 0 01-.295.01l-.611.01h-.64l-.331-.004-.68-.017a47.47 47.47 0 01-.348-.012l-.715-.034-.736-.044-.755-.056-.772-.067-.788-.078-.802-.09-.814-.1-.823-.113-.832-.124a68.59 68.59 0 01-.419-.067c-7.838-1.266-14.784-3.695-18.689-6.895l-.257-.213-.496-.425c-5.892-5.161-6.442-10.04-.981-16.705l.462-.552.49-.56c.083-.095.168-.19.255-.284l.53-.573c.363-.385.744-.776 1.143-1.174l1.55-1.517 1.56-1.507 1.093-1.042 1.351-1.27.936-.865.868-.788.542-.484.512-.45.712-.61.528-.44.248-.202.46-.364c.44-.339.81-.601 1.111-.787l.12-.071.284-.156.124-.064c.064-.036.091-.057.077-.077z\"\n fill=\"#1A1A1A\"\n fillRule=\"nonzero\"\n />\n <circle fill=\"#126BFB\" fillRule=\"nonzero\" cx={146.435} cy={115.243} r={3.2} />\n </g>\n <path fill=\"#FFF\" d=\"M34.144 54.57l-4.068-8.534-4.466 2.235z\" />\n <path\n d=\"M29.98 45.846l-4.465 2.234a.213.213 0 00-.031.362l8.533 6.3c.179.131.415-.064.32-.264l-4.068-8.533a.213.213 0 00-.288-.1zm-.004.477l3.607 7.568-7.566-5.586 3.959-1.982zM15.795 54.518l-1.058 4.267a.213.213 0 00.243.262l6.4-1.106a.213.213 0 00.072-.394l-5.341-3.16a.213.213 0 00-.316.131zm.344.381l4.598 2.72-5.508.952.91-3.672z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationNoAccess)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "
|
|
2
|
+
declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "children" | "key" | "mode" | "id" | "name" | "format" | "className" | "onFocus" | "onBlur" | "onChange" | "onMouseEnter" | "onMouseLeave" | "onSelect" | "tabIndex" | "end" | "onSubmit" | "method" | "target" | "lang" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "direction" | "height" | "opacity" | "type" | "display" | "order" | "offset" | "width" | "max" | "min" | "transform" | "fill" | "values" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "origin" | "crossOrigin" | "local" | "media" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
3
|
export default MemoForwardRef;
|
|
4
4
|
//# sourceMappingURL=illustration-no-chart.d.ts.map
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"illustration-no-chart.js","sourceRoot":"","sources":["../../src/svg-components/illustration-no-chart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"illustration-no-chart.js","sourceRoot":"","sources":["../../src/svg-components/illustration-no-chart.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationNoChart(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg viewBox=\"0 0 160 160\" xmlns=\"http://www.w3.org/2000/svg\" ref={svgRef} {...props}>\n <defs>\n <linearGradient x1=\"50%\" y1=\"98.028%\" x2=\"50%\" y2=\"0%\" id=\"illustration-no-chart_svg__a\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"0%\" />\n <stop stopColor=\"#D6DAE1\" offset=\"100%\" />\n </linearGradient>\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M0 0h160v160H0z\" />\n <g transform=\"translate(9.838 8.88)\">\n <path\n d=\"M0 70.402v.003C0 109.283 31.52 140.8 70.4 140.8c38.88 0 70.4-31.517 70.4-70.395v-.01C140.8 31.517 109.28 0 70.4 0 31.52 0 0 31.517 0 70.395v.007z\"\n fill=\"#F5F5F5\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M132.669 32.443a3.52 3.52 0 100 7.04 3.52 3.52 0 000-7.04zm0 .64a2.88 2.88 0 110 5.76 2.88 2.88 0 010-5.76z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <circle fill=\"#126BFB\" fillRule=\"nonzero\" cx={4.669} cy={96.763} r={3.2} />\n <path\n d=\"M11.496 70.054c0 32.4 26.266 58.667 58.666 58.667 32.401 0 58.667-26.266 58.667-58.667 0-32.4-26.266-58.667-58.667-58.667-32.4 0-58.666 26.266-58.666 58.667z\"\n fill=\"#DEDEDE\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M117.88 133.402H22.92a2.981 2.981 0 01-2.98-2.981V10.383A2.981 2.981 0 0122.92 7.4h94.96a2.981 2.981 0 012.982 2.982V130.42a2.981 2.981 0 01-2.982 2.981z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M117.88 7.081H22.92l-.19.006a3.303 3.303 0 00-3.11 3.296V130.42l.005.191a3.303 3.303 0 003.296 3.11h94.96a3.301 3.301 0 003.3-3.301V10.383l-.005-.191a3.303 3.303 0 00-3.296-3.11zm-94.95.64h94.95c1.41 0 2.573 1.1 2.657 2.5l.005.171v120.029a2.661 2.661 0 01-2.662 2.661H22.92a2.662 2.662 0 01-2.656-2.499l-.005-.172V10.383c0-1.41 1.1-2.573 2.5-2.657l.171-.005z\"\n fill=\"#222\"\n fillRule=\"nonzero\"\n />\n <path fill=\"#393939\" d=\"M38.174 60.79h-1v23.58h1z\" />\n <path\n fill=\"#126BFB\"\n d=\"M39.622 62.026h62.316v2.133H39.622zM39.622 68.35h37.053v2.134H39.622zM39.622 74.676h13.474v2.133H39.622zM39.622 81.002h3.368v2.133h-3.368z\"\n />\n <path\n fill=\"url(#illustration-no-chart_svg__a)\"\n fillRule=\"nonzero\"\n d=\"M40.16 31.403L55.246 41.72l15.083-10.317 15.086 3.975 15.225-7.95v20.75H40.16z\"\n />\n <path\n fill=\"#393939\"\n fillRule=\"nonzero\"\n d=\"M100.443 27.049l.395.756-15.373 8.027-14.99-3.968-15.23 10.373L39.92 31.755l.482-.705 14.845 10.153L70.318 30.94l15.045 3.982z\"\n />\n <path fill=\"#E8EDEB\" fillRule=\"nonzero\" d=\"M61.53 15.57h17.736v2.732H61.529z\" />\n <path\n d=\"M37.096 31.634v.001a3.18 3.18 0 006.358 0v-.002a3.18 3.18 0 00-6.358 0v.001z\"\n fill=\"#7E8B9F\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M38.203 31.403a1.957 1.957 0 003.914 0 1.957 1.957 0 00-3.914 0z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M43.444 98.707a9.435 9.435 0 000 18.87h.426l-.001-9.009h9.01v-.426a9.435 9.435 0 00-9.435-9.435zm.268.857a8.583 8.583 0 018.298 8.045l.004.106h-8.997l-.001 8.997-.105-.004a8.583 8.583 0 01.533-17.148l.268.004z\"\n fill=\"#393939\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M53 109.277a8.423 8.423 0 01-8.421 8.421v-8.42h8.42z\"\n fill=\"#D6DAE1\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M70.823 107.112v-8.406h-.426a9.436 9.436 0 106.674 2.763l-.302-.302-5.946 5.945zm-.854-7.541l.001 9.6 6.79-6.79.148.166a8.582 8.582 0 11-7.043-2.97l.104-.006z\"\n fill=\"#393939\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M76.077 100.922l-4.88 4.88v-6.905c1.831 0 3.587.728 4.88 2.025z\"\n fill=\"#D6DAE1\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M97.783 117.577v-18.87h-.426c-5.212 0-9.436 4.224-9.435 9.435a9.435 9.435 0 009.435 9.435h.426zm-.854-18.006v17.141l-.105-.004a8.583 8.583 0 01-8.048-8.566c-.001-4.56 3.556-8.29 8.048-8.566l.105-.005z\"\n fill=\"#393939\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M107.434 108.144c0 4.969-4.035 9.004-9.014 9.004V99.13a9.013 9.013 0 019.014 9.014z\"\n fill=\"#D6DAE1\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M52.066 41.735a3.18 3.18 0 006.358 0v-.002a3.18 3.18 0 00-6.358 0v.002z\"\n fill=\"#7E8B9F\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M53.288 41.735a1.957 1.957 0 003.913 0 1.957 1.957 0 00-3.913 0z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M67.22 31.403a3.18 3.18 0 006.36 0v-.001a3.18 3.18 0 00-6.36 0z\"\n fill=\"#126BFB\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M68.443 31.403a1.957 1.957 0 003.914 0 1.957 1.957 0 00-3.914 0z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M82.235 35.378a3.18 3.18 0 006.358 0 3.18 3.18 0 00-6.358 0z\"\n fill=\"#7E8B9F\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M85.414 37.334a1.957 1.957 0 100-3.913 1.957 1.957 0 000 3.913z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M97.46 27.427v.001a3.18 3.18 0 006.36 0v-.002a3.18 3.18 0 00-6.36 0v.001z\"\n fill=\"#7E8B9F\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M98.683 27.427a1.957 1.957 0 003.914 0 1.957 1.957 0 00-3.914 0z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationNoChart)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "
|
|
2
|
+
declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "children" | "key" | "mode" | "id" | "name" | "format" | "className" | "onFocus" | "onBlur" | "onChange" | "onMouseEnter" | "onMouseLeave" | "onSelect" | "tabIndex" | "end" | "onSubmit" | "method" | "target" | "lang" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "direction" | "height" | "opacity" | "type" | "display" | "order" | "offset" | "width" | "max" | "min" | "transform" | "fill" | "values" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "origin" | "crossOrigin" | "local" | "media" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
3
|
export default MemoForwardRef;
|
|
4
4
|
//# sourceMappingURL=illustration-no-result.d.ts.map
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"illustration-no-result.js","sourceRoot":"","sources":["../../src/svg-components/illustration-no-result.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"illustration-no-result.js","sourceRoot":"","sources":["../../src/svg-components/illustration-no-result.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8B;AAE9B,SAAS,uBAAuB,CAC9B,KAAoC,EACpC,MAAiC;IAEjC,OAAO,CACL,2CACE,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,OAAO,EAAC,aAAa,EACrB,GAAG,EAAE,MAAM,IACP,KAAK;QAET,mCAEI,gMAAgM,CAE5L;QACR;YACE,gCAAQ,EAAE,EAAC,+BAA+B,EAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAI,CAC3E;QACP,2BAAG,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,SAAS;YACzD,2BAAG,SAAS,EAAC,gBAAgB;gBAC3B,8BAAM,EAAE,EAAC,+BAA+B,EAAC,SAAS,EAAC,+BAA+B;oBAChF,6BAAK,SAAS,EAAC,gCAAgC,GAAG,CAC7C;gBACP,6BAAK,IAAI,EAAC,SAAS,EAAC,SAAS,EAAC,gCAAgC,GAAG;gBACjE,2BAAG,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,qCAAqC;oBAC5D,2BAAG,SAAS,EAAC,+BAA+B;wBAC1C,8BACE,CAAC,EAAC,uMAAuM,EACzM,SAAS,EAAC,+BAA+B,GACzC;wBACF,8BACE,CAAC,EAAC,gEAAgE,EAClE,IAAI,EAAC,cAAc,GACnB,CACA;oBACJ,2BAAG,SAAS,EAAC,6DAA6D;wBACxE,2BAAG,SAAS,EAAC,+BAA+B;4BAC1C,8BAAM,CAAC,EAAC,6UAA6U,GAAG;4BACxV,8BACE,CAAC,EAAC,yIAAyI,EAC3I,IAAI,EAAC,SAAS,GACd,CACA;wBACJ,8BACE,CAAC,EAAC,4FAA4F,EAC9F,WAAW,EAAE,GAAG,EAChB,SAAS,EAAC,+BAA+B,GACzC;wBACF,8BACE,CAAC,EAAC,iMAAiM,EACnM,WAAW,EAAE,GAAG,EAChB,IAAI,EAAC,SAAS,GACd,CACA,CACF,CACF;YACJ,2BAAG,MAAM,EAAC,SAAS;gBACjB,2BAAG,SAAS,EAAC,6DAA6D;oBACxE,8BACE,CAAC,EAAC,qNAAqN,EACvN,WAAW,EAAE,GAAG,EAChB,SAAS,EAAC,+BAA+B,GACzC;oBACF,8BACE,CAAC,EAAC,uFAAuF,EACzF,IAAI,EAAC,SAAS,EACd,SAAS,EAAC,+BAA+B,GACzC,CACA;gBACJ,2BACE,SAAS,EAAC,6BAA6B,EACvC,SAAS,EAAC,6DAA6D;oBAEvE,gCAAQ,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAI;oBAC7C,gCAAQ,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,KAAK,GAAI,CAC1C,CACF;YACJ,gCACE,IAAI,EAAC,cAAc,EACnB,EAAE,EAAE,CAAC,EACL,EAAE,EAAE,KAAK,EACT,CAAC,EAAE,CAAC,EACJ,SAAS,EAAC,+BAA+B,GACzC;YACF,2BAAG,MAAM,EAAC,SAAS,EAAC,WAAW,EAAE,GAAG;gBAClC,gCAAQ,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,GAAI;gBACnC,8BAAM,CAAC,EAAC,mDAAmD,GAAG,CAC5D,CACF,CACA,CACP,CAAA;AACH,CAAC;AAED,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAA;AAC5D,MAAM,cAAc,GAAG,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA;AAC7C,kBAAe,cAAc,CAAA","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationNoResult(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n viewBox=\"0 0 143 140\"\n ref={svgRef}\n {...props}\n >\n <style>\n {\n '.illustration-no-result_svg__B{fill:#fff}.illustration-no-result_svg__C{stroke-linejoin:round}.illustration-no-result_svg__D{stroke-width:.5}.illustration-no-result_svg__F{fill-rule:nonzero}'\n }\n </style>\n <defs>\n <circle id=\"illustration-no-result_svg__A\" cx={67.514} cy={67.514} r={67.514} />\n </defs>\n <g transform=\"translate(.6)\" fill=\"none\" fillRule=\"evenodd\">\n <g transform=\"translate(6.4)\">\n <mask id=\"illustration-no-result_svg__B\" className=\"illustration-no-result_svg__B\">\n <use xlinkHref=\"#illustration-no-result_svg__A\" />\n </mask>\n <use fill=\"#f5f5f5\" xlinkHref=\"#illustration-no-result_svg__A\" />\n <g stroke=\"#1a1a1a\" mask=\"url(#illustration-no-result_svg__B)\">\n <g className=\"illustration-no-result_svg__D\">\n <path\n d=\"M78.875 35.396c3.124 6.932.992 15.62-6.396 26.061-7.573 10.703-10.49 24.3-8.75 40.79l36.252 19.008c.759-19.612 4.384-33.212 10.877-40.801s8.934-16.242 7.324-25.962L79.146 35.134a.2.2 0 00-.271.261z\"\n className=\"illustration-no-result_svg__B\"\n />\n <path\n d=\"M95.013 87.565l2.833 20.152-6.388.898-2.832-20.152 6.387-.898z\"\n fill=\"currentColor\"\n />\n </g>\n <g className=\"illustration-no-result_svg__F illustration-no-result_svg__C\">\n <g className=\"illustration-no-result_svg__D\">\n <path d=\"M50.609 76.869S67.675 98.691 64.992 65.62c-1.151-6.898 5.953-14.462 12.956-13.225 3.985.695 4.674 1.689.37 2.218.224 1.97-1.59 6.768-5.862 7.481 4.767 12.903 1.888 58.004-30.432 43.481-26.487-11.899-17.075-28.409-17.075-28.409l25.66-.296zm-2.396-33.418L35.222 66.602s17.698 3.392 17.894 2.878 4.368-26.012 4.368-26.012l-9.271-.017z\" />\n <path\n d=\"M28.149 61.805c10.462-4.117 19.786-2.291 28.718 1.583 7.696 16.124 8.604 38.987 8.347 63.008l-46.691 8.162s-29.789-36.428 9.626-72.754z\"\n fill=\"#d6dae1\"\n />\n </g>\n <path\n d=\"M63.989 28.215s2.783 24.26-4.183 23.8-17.378-4.227-17.378-4.227-8.75-27.134 21.561-19.573z\"\n strokeWidth={0.7}\n className=\"illustration-no-result_svg__B\"\n />\n <path\n d=\"M36.114 40.437l7.965 4.965s1.84-12.107 4.916-7.836 1.082 4.096 1.082 4.096l2.251.862s.307-7.54 3.979-7.901 8.642 2.427 12.944-7.265l2.421-5.552s-9.375 3.33-16.321-.066-24.1.635-19.237 18.697z\"\n strokeWidth={0.4}\n fill=\"#18263c\"\n />\n </g>\n </g>\n </g>\n <g stroke=\"#1a1a1a\">\n <g className=\"illustration-no-result_svg__C illustration-no-result_svg__F\">\n <path\n d=\"M55.861 91.19s6.952 45.113 37.08 14.303c4.889-5 9.344-5 9.344-6.549-.645-4.107 5.577.047 5.577 5.724 0 3.757-3.773 5.671-7.67 4.77-7.603 11.463-39.837 44.232-58.37 21.878s-11.38-43.633-11.38-43.633l25.421 3.508z\"\n strokeWidth={0.7}\n className=\"illustration-no-result_svg__B\"\n />\n <path\n d=\"M28.471 94.123s-2.929-27.099 17.991-21.644 12.385 24.805 12.385 24.805l-30.376-3.161z\"\n fill=\"#d6dae1\"\n className=\"illustration-no-result_svg__D\"\n />\n </g>\n <g\n transform=\"rotate(16 -174.273 340.865)\"\n className=\"illustration-no-result_svg__B illustration-no-result_svg__D\"\n >\n <circle cx={13.404} cy={13.404} r={13.154} />\n <circle cx={13.404} cy={13.404} r={9.679} />\n </g>\n </g>\n <circle\n fill=\"currentColor\"\n cx={3}\n cy={34.04}\n r={3}\n className=\"illustration-no-result_svg__F\"\n />\n <g stroke=\"#18263c\" strokeWidth={0.6}>\n <circle cx={17} cy={57.04} r={3} />\n <path d=\"M34.233 7.963l-6.1-5.033m-1.87 10.522l-6.13-1.522\" />\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationNoResult)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "
|
|
2
|
+
declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "children" | "key" | "mode" | "id" | "name" | "format" | "className" | "onFocus" | "onBlur" | "onChange" | "onMouseEnter" | "onMouseLeave" | "onSelect" | "tabIndex" | "end" | "onSubmit" | "method" | "target" | "lang" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "direction" | "height" | "opacity" | "type" | "display" | "order" | "offset" | "width" | "max" | "min" | "transform" | "fill" | "values" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "origin" | "crossOrigin" | "local" | "media" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
3
|
export default MemoForwardRef;
|
|
4
4
|
//# sourceMappingURL=illustration-offline.d.ts.map
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"illustration-offline.js","sourceRoot":"","sources":["../../src/svg-components/illustration-offline.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationOffline(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 160 160\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <circle id=\"illustration-offline_svg__a\" cx={71.467} cy={71.467} r={71.467} />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M0 0h160v160H0z\" />\n <g transform=\"translate(8.533 8.533)\">\n <mask id=\"illustration-offline_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-offline_svg__a\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-offline_svg__a\" />\n <g mask=\"url(#illustration-offline_svg__b)\">\n <path\n d=\"M68.525 91.183l3.87-13.73h9.195l3.724 13.73c-4.073 2.914-7.076 4.37-9.008 4.37-1.933 0-4.527-1.456-7.781-4.37z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M81.834 77.133h-9.682l-3.99 14.155.15.133c3.308 2.963 5.96 4.453 7.994 4.453 1.955 0 4.874-1.386 8.799-4.15l.576-.41-3.847-14.181zm-.49.64l3.602 13.277-.583.411c-.501.348-.985.67-1.45.97l-.685.43c-2.573 1.583-4.553 2.373-5.922 2.373l-.193-.005c-1.75-.092-4.11-1.418-7.046-3.993l-.18-.161 3.749-13.303h8.708z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M44.714 83.299c9.246 0 17.183 2.051 23.81 6.154 6.534 3.253 12.13 3.041 16.79-.637 6.99-5.517 15.44-14.83 27.948-14.83 10.08 9.193 15.12 15.643 15.12 19.35 0 5.56-8.527 4.943-15.12 7.822 6.24 25.189 7.521 39.562 3.844 43.12l-76.093 1.739c-1.459-14.03-.052-26.536 4.22-37.52l-4.22 6.006-22.622-12.306c8.303-12.599 17.077-18.898 26.323-18.898z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M113.478 73.75l-.216-.083c-7.516 0-13.608 2.955-21.145 9.062l-.788.647-4.767 4.004-.837.692-.61.493c-4.554 3.596-10.019 3.803-16.447.601-6.656-4.12-14.651-6.187-23.954-6.187-9.234 0-17.973 6.176-26.22 18.486l-.561.846 23.178 12.61 2.977-4.24-.208.613c-3.376 10.064-4.469 21.337-3.279 33.818l.124 1.232 76.388-1.746.215-.09.113-.114c.58-.611 1.037-1.486 1.368-2.625l.118-.44c.131-.527.238-1.105.322-1.733l.065-.551c.03-.282.056-.573.077-.874l.037-.613.014-.316.019-.65c.004-.222.006-.447.007-.677l-.004-.7a46.243 46.243 0 00-.007-.36l-.022-.737-.033-.763-.045-.788-.057-.813-.068-.837-.08-.863-.091-.887-.103-.913-.115-.937-.126-.963-.138-.987-.15-1.013-.161-1.037-.173-1.063-.28-1.64-.202-1.126-.213-1.15-.225-1.176-.36-1.81-.253-1.238-.402-1.905-.283-1.3-.445-2-.472-2.055-.497-2.112-.523-2.168-.303-1.228.395-.162c.87-.346 1.799-.651 2.898-.96l.859-.232.933-.238 2.028-.493 1.053-.266.654-.177.618-.177c4.092-1.214 5.627-2.53 5.627-5.305 0-1.559-.837-3.556-2.512-5.998l-.401-.571a41.128 41.128 0 00-1.382-1.81l-.52-.635-.272-.323-.565-.659-.595-.675-.624-.69a82.547 82.547 0 00-.323-.352l-.67-.715-.345-.363-.714-.74-.743-.754-.773-.771-.803-.787-.833-.804-.863-.82-.892-.835-.922-.852-.472-.432zm-.703.561l.364-.003 1.282 1.18.88.824.85.808.82.792.792.775.763.76 1.088 1.11.69.719.66.703.63.688.304.337.586.663.558.647.528.63.498.615.47.598.44.582c.283.383.547.754.792 1.115l.352.533c1.293 2.012 1.94 3.663 1.94 4.949 0 2.205-1.162 3.375-4.336 4.43l-.547.176-.288.087-.605.173-.318.087-.664.174-2.736.67-.947.241c-1.664.437-2.952.847-4.16 1.351l-.574.248.427 1.737.684 2.845.483 2.069.308 1.348.44 1.977.416 1.92.39 1.866.245 1.212.234 1.188.223 1.163.314 1.698.288 1.642.262 1.587.161 1.026.15 1.002.138.977.128.952.116.928.104.902.094.878.082.852.071.828.031.404.054.79.043.766.032.74.012.362.014.703.004.342-.002.666-.013.64a32.16 32.16 0 01-.011.311l-.03.604a26.81 26.81 0 01-.02.292l-.046.566-.058.54-.07.516c-.099.671-.228 1.275-.387 1.813l-.125.39c-.262.756-.59 1.361-.985 1.816l-.12.13-75.667 1.73.03.293c-1.453-13.982-.053-26.437 4.2-37.37l.955-2.458-5.57 7.929-22.065-12.002-.192.29c8.25-12.518 16.936-18.754 26.055-18.754 9.189 0 17.067 2.036 23.642 6.106 6.53 3.253 12.163 3.11 16.87-.437l.413-.322.678-.552 2.674-2.233 2.86-2.408.167-.138c7.502-6.163 13.478-9.195 20.757-9.324z\"\n fill=\"#182333\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M40.624 114.236c-7.324 16.03-10.559 25.596-9.703 28.697 1.283 4.652 12.043 18.467 13.926 21.718 1.884 3.25 8.785 6.991 6.828 12.01-1.958 5.02-37.29-10.297-41.98-17.208-4.688-6.911-8.743-28.028 9.484-56.932l21.445 11.715z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M41.033 114.096l-21.97-12.002-.16.254c-8.325 13.2-12.607 25.689-13.385 36.863-.607 8.738 1.05 16.208 3.907 20.42.33.488.817 1.022 1.439 1.593l.434.386a29.03 29.03 0 002.116 1.639l.617.43.65.437.336.22.697.446.726.451.755.456.781.46.808.462.832.464.855.467.877.468.899.468.918.469.465.233.945.467.962.465.976.462.99.459 1.004.455 1.014.451 1.025.445.515.221.972.41.898.37 1.322.532 1.29.503.423.16.833.312.817.298.801.284.784.27.767.254.748.241.73.226.71.21.69.196.338.092.66.172.322.08.628.149.606.132.584.116.56.1.271.044.525.074c2.563.329 4.209.018 4.627-1.054 1.074-2.755-.027-4.994-3.173-8.221l-1.859-1.863c-.564-.576-.978-1.035-1.31-1.464a7.258 7.258 0 01-.399-.562l-.19-.312-.273-.42-.769-1.134-2.038-2.936-3.864-5.477-.974-1.409-.597-.875-.84-1.25-.522-.792-.492-.758-.461-.725-.43-.69-.4-.658-.367-.623c-.06-.101-.116-.201-.172-.3l-.32-.572a30.628 30.628 0 01-.29-.538l-.256-.505-.223-.47a9.422 9.422 0 01-.525-1.375c-.093-.337-.134-.756-.124-1.259l.014-.347c.003-.06.008-.12.013-.182l.037-.384.052-.409c.01-.07.02-.141.032-.213l.075-.445.09-.47.105-.494.059-.256.128-.531.143-.555.078-.287.255-.896.189-.629.204-.652.335-1.024.242-.714.392-1.115.426-1.17.46-1.224.494-1.278.349-.883.551-1.37.586-1.423.62-1.477.431-1.015.677-1.568.71-1.622 1.001-2.246 1.186-2.613zm-3.8 40.175l3.603 5.109L43 162.485l1.206 1.767.322.497.035.06c.151.26.335.53.554.812.301.387.66.791 1.12 1.272l1.82 1.826c3.194 3.214 4.293 5.31 3.312 7.824-.231.594-1.113.847-2.514.795l-.414-.023a15.638 15.638 0 01-.91-.096l-.495-.072-.52-.088-.545-.104-.569-.119a36.44 36.44 0 01-.293-.065l-.604-.143a43.98 43.98 0 01-.31-.076l-.637-.165-.659-.18-.679-.194-.699-.21-.718-.222-.737-.237-.755-.252-.772-.265-1.188-.422-1.224-.453-.834-.318-.848-.331-.86-.344-.874-.356-.885-.369-1.022-.435-1.013-.44-1.003-.446-.498-.225-1.475-.68-.966-.457-.952-.46-.47-.23-.926-.463-.908-.463-.448-.231-.878-.463-.858-.462-.835-.46-.811-.457-.786-.455c-.13-.075-.257-.15-.384-.226l-.746-.448-.717-.444-.689-.438-.657-.432a47.506 47.506 0 01-.317-.214l-.608-.422-.575-.413-.54-.405c-1.302-1.001-2.263-1.915-2.79-2.693-2.771-4.084-4.397-11.413-3.798-20.017l.047-.628c.867-10.695 4.965-22.604 12.776-35.196l.304-.487 20.92 11.428-.952 2.1-1.012 2.272-.719 1.64-.684 1.584-.649 1.53-.614 1.474-.579 1.42-.544 1.365-.51 1.31-.475 1.256-.297.806-.282.782-.393 1.128-.359 1.074-.22.685-.204.661-.188.637-.174.613-.158.59-.142.564-.127.54-.058.261-.103.505-.088.48-.039.231-.065.445c-.01.072-.018.143-.026.213l-.042.408-.027.385a7.55 7.55 0 00.002.856l.028.3c.024.193.058.37.102.53.145.526.402 1.163.769 1.912l.26.516.293.55.325.582.174.304.373.633.404.667.436.7.467.735.498.768.805 1.216.575.853 1.247 1.818z\"\n fill=\"#182333\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M113.262 73.987c14.585-7.275 20.19-12.826 16.814-16.655-3.376-3.828-17.297-5.197-41.763-4.106-5.033 1.54-8.024 1.54-8.975 0-1.426-2.31-2.621-5.319 3.878-6.447 6.5-1.128 3.714 1.734 11.439-1.128 7.724-2.862 36.248-13.147 47.025-6.01 10.776 7.138 24.39 33.037-13.787 51.699l-14.63-17.353z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M116.955 38.584c-7.103 1.531-13.812 3.629-20.973 6.238l-2.118.777-.623.218-.29.098-.547.177-.5.15-.459.124-.422.1a7.755 7.755 0 01-1.094.164l-.322.014a5.168 5.168 0 01-.754-.044l-.293-.047a6.648 6.648 0 01-.147-.029l-.375-.084c-1.455-.339-2.563-.378-4.877.024-3.103.538-4.749 1.545-5.164 3.008-.32 1.13.084 2.327 1.069 3.922.849 1.375 3.01 1.65 6.486.896l.668-.154c.455-.11.93-.236 1.427-.379l.76-.225 1.443-.061 2.118-.082 2.737-.087 1.33-.035 1.95-.042 1.894-.029 1.231-.011 1.8-.007 1.744.006.568.005 1.669.024 1.08.023 1.057.028 1.537.054.993.044.968.049 1.405.084.905.063.88.07.855.074.83.081.805.087.78.092.38.048.741.1.717.107.348.056.679.115.653.12.628.127.305.065.59.135.285.07.552.144.267.074.514.152c.167.052.33.104.489.158l.464.163.222.084.425.172c1.17.496 2.034 1.06 2.591 1.692 1.588 1.801.975 4.077-1.88 6.814l-.393.368-.207.186-.434.376-.227.19-.474.384-.246.194-.514.392-.54.398-.567.403-.594.408-.62.414-.32.21-.661.422-.688.427a73.35 73.35 0 01-.354.216l-.727.435-.755.441-.78.447-.81.451-.834.457-.862.463-.89.468-1.383.711-1.32.663 15.053 17.855.224-.11c17.341-8.476 25.406-19.089 25.432-30.457.018-8.775-5.127-17.502-11.609-21.795-4.55-3.014-12.351-3.22-22.514-1.278l-1.183.234c-.398.081-.8.165-1.204.253zm24.548 1.324c6.31 4.18 11.34 12.711 11.321 21.26l-.004.374c-.197 10.834-7.943 20.994-24.494 29.227l-.35.173-14.209-16.852 1.055-.533.913-.471.887-.466.861-.462.836-.457.81-.452.784-.448.758-.443.733-.438.706-.433.681-.429.655-.423.63-.42.603-.414.291-.205.565-.408.538-.402.513-.398.246-.198.474-.39.447-.387c.145-.128.285-.255.421-.382l.396-.377c.382-.374.725-.742 1.03-1.103l.29-.358c1.807-2.315 1.957-4.337.426-6.072-.59-.67-1.484-1.265-2.68-1.787l-.436-.181-.46-.175-.485-.17a20.66 20.66 0 00-.253-.081l-.523-.16-.548-.154-.574-.147a31.395 31.395 0 00-.297-.072l-.611-.138-.637-.132a41.368 41.368 0 00-.328-.064l-.675-.123-.347-.06-.713-.114-.738-.108-.764-.102-.789-.095-.814-.09-.84-.084-.864-.078-.89-.072-.916-.065-.941-.06-.966-.054-.992-.047-1.017-.042-1.573-.05-1.631-.039-1.688-.024-1.157-.008-1.783-.002-1.84.012-1.898.025-1.955.038-2.012.052-2.07.066-2.127.078-2.185.092-.389.116-.75.214-.716.189-.681.164c-3.43.783-5.468.578-6.153-.531-.896-1.452-1.253-2.509-.997-3.411.332-1.172 1.77-2.052 4.658-2.553 2.104-.365 3.132-.353 4.396-.082l.454.104c.814.186 1.562.233 2.563.065l.415-.08c.215-.045.441-.1.682-.164l.502-.14.545-.17.29-.094.618-.21.672-.24.358-.132c7.68-2.846 14.784-5.116 22.324-6.742l1.187-.249c2.745-.559 5.322-.967 7.714-1.211l1.013-.095c6.18-.523 11.042.104 14.243 2.09l.256.164z\"\n fill=\"#182333\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M75.163 73.987c1.373 1.615 2.746 1.615 4.118 0\"\n stroke=\"#182333\"\n strokeWidth={0.6}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M70.692 47.377c3.885-2.08 8.06-2.28 12.524-.598a13.853 13.853 0 018.9 14.335l-.801 8.04h-1.477l-28.437-.646c-2.23-11.264-.854-17.752 4.127-19.464.824-.233 1.54-.119 2.15.343l3.014-2.01z\"\n fill=\"#182333\"\n />\n <path\n d=\"M65.427 54.073c-1.529 1.061-2.648 5.948-3.357 14.662 2.448 6.76 6.161 10.837 11.139 12.228a14.135 14.135 0 0016.344-8.79c.776-2.055 1.164-3.812 1.164-5.272 0-5.441-.235-11.314-2.182-12.356-1.905-1.02-16.224-5.523-19.837-2.726-.08.061-.837.398-.905.466-3.169 3.169-.072.197-2.366 1.788z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M68.502 51.566l-.759.373-.091.053a.609.609 0 00-.034.023l-.051.044-1.189 1.194-.028-.004a.504.504 0 00-.156.015 1.706 1.706 0 00-.414.196l-.242.152c-.09.058-.187.124-.293.198-.603.418-1.135 1.34-1.604 2.773l-.145.47a22.56 22.56 0 00-.28 1.04l-.133.572-.129.606-.125.64-.121.674-.117.708c-.02.121-.038.244-.057.368l-.111.76-.108.794-.103.83-.1.863-.096.898-.136 1.412-.129 1.49.018.136c2.481 6.85 6.266 11.005 11.354 12.427 7.049 1.597 14.18-2.239 16.729-8.985.789-2.088 1.185-3.882 1.185-5.385l-.001-.698-.005-.7-.011-.89L91 63.76l-.025-.817-.016-.394-.037-.761-.045-.725-.053-.688-.03-.33-.066-.634-.075-.598-.085-.562-.094-.526c-.366-1.862-.937-3.006-1.789-3.462a5.122 5.122 0 00-.267-.132l-.335-.146-.399-.16-.455-.17-.507-.18-.553-.187-.593-.192-.954-.294-.67-.197-1.045-.293-.713-.19-.72-.186-.723-.176-.719-.167-.71-.155-.881-.18c-.29-.056-.574-.11-.854-.159l-.827-.138c-3.926-.618-6.84-.493-8.26.605zm19.882 3.261c.608.326 1.06 1.214 1.379 2.65l.096.472c.046.245.089.504.129.776l.075.562.067.598.06.634.05.67c.009.115.016.231.023.349l.04.723.033.759.025.794.019.83.011.865.006 1.392c0 1.417-.38 3.137-1.144 5.16a13.815 13.815 0 01-15.973 8.59l-.337-.099c-4.572-1.41-8.044-5.223-10.402-11.465l-.148-.397.124-1.406.09-.942.093-.907.097-.872.1-.838.105-.803.108-.768.111-.733.115-.699.118-.663.122-.629.125-.593.128-.558c.044-.18.087-.355.132-.524l.135-.487.137-.453c.419-1.305.88-2.134 1.377-2.479l.251-.17.194-.126.028.057.286.02.05-.005a.037.037 0 00.012-.007l.014-.023.079-.068 1.496-1.503h.005l.803-.394.066-.045c1.175-.91 4.202-.929 7.591-.481l.82.116.829.133.417.072.834.156.833.168.825.18c.274.063.546.127.815.192l.8.201.778.21.753.215c.247.073.489.147.725.222l.69.225c1.12.38 2.078.77 2.78 1.146z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M68.525 50.945c1.4 1.369 2.465 2.325 3.194 2.87 5.901 4.402 15.716 6.575 19.85.704 1.61-2.29 2.792-8.751.734-6.506-2.058 2.244-7.968-.923-10.272-.923-4.984 0-9.486 1.285-13.506 3.855z\"\n fill=\"#182333\"\n />\n <path\n d=\"M73.209 51.74c-6.992 11.114-11.13 14.765-12.416 10.953-.951-2.82.689-7.54 6.634-10.52 1.17-.586 3.098-.73 5.782-.433zM88.313 55.79l1.577 13.557 1.227-.194L89.89 55.04z\"\n fill=\"#182333\"\n />\n <path fill=\"#182333\" d=\"M60.94 57.581l-.4 5.13.77 6.178 1.71.264v-9.77z\" />\n </g>\n <circle fill=\"#126BFB\" fillRule=\"nonzero\" cx={137.173} cy={112.043} r={3.2} />\n <g fillRule=\"nonzero\">\n <path\n d=\"M43.77 58.853c2.31 0 4.183 1.808 4.183 4.038 0 2.232-1.873 4.04-4.183 4.04-2.311 0-4.184-1.808-4.184-4.04 0-2.23 1.873-4.038 4.184-4.038z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M43.77 58.533c-2.485 0-4.504 1.948-4.504 4.358 0 2.411 2.019 4.36 4.504 4.36 2.484 0 4.503-1.949 4.503-4.36 0-2.41-2.019-4.358-4.503-4.358zm0 .64c2.136 0 3.863 1.667 3.863 3.718 0 2.053-1.727 3.72-3.863 3.72-2.137 0-3.864-1.667-3.864-3.72 0-2.051 1.727-3.718 3.864-3.718z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M45.232 52.059a14.3 14.3 0 00-1.462-.074c-3.803-.007-7.44 1.511-10.055 4.196l-4.143-4.001a19.825 19.825 0 0110.173-5.452l5.487 5.33z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M46.116 52.471l-6.269-6.09-.165.033a20.145 20.145 0 00-10.337 5.54l-.228.23 4.605 4.449.222-.228c2.554-2.623 6.108-4.107 9.825-4.1.484 0 .962.024 1.43.072l.917.094zm-6.471-5.395l4.737 4.602-.11-.005a14.98 14.98 0 00-.502-.008l-.402.005c-3.609.093-7.045 1.527-9.602 4.008l-.055.054-3.681-3.554-.23.227a19.489 19.489 0 019.533-5.262l.312-.067z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M43.35 34.614c8.68-.016 17 3.373 23.074 9.4l-4.142 3.999c-3.889-3.88-8.942-6.462-14.435-7.374l-6.153-5.985c.548-.028 1.102-.041 1.658-.041l-.001.001z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M44.103 34.302l.01-.01h-.761c-.562 0-1.12.015-1.674.042l-.734.036 6.68 6.498.17.086c5.428.902 10.42 3.453 14.262 7.285l.222.222 4.604-4.444-.232-.23-.379-.37c-5.846-5.611-13.653-8.86-21.85-9.108l-.318-.007zm-.752.632l.537.003c8.222.12 16.08 3.32 21.932 8.934l.145.14-3.682 3.555-.16-.156c-3.752-3.594-8.515-6.027-13.687-6.992L48 40.34l-5.548-5.395.35-.009.55-.003z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M30.11 37.357l4.477 4.354a26.514 26.514 0 00-9.75 5.897l-4.141-4a32.337 32.337 0 019.412-6.251h.001z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M30.24 37.037h-.132l-.128.026a32.657 32.657 0 00-9.505 6.314l-.241.23 4.601 4.444.223-.212a26.194 26.194 0 019.632-5.825l.494-.168-4.945-4.81zm-.198.7l3.952 3.843-.063.023a26.836 26.836 0 00-8.89 5.378l-.2.186-3.682-3.556-.242.229a31.991 31.991 0 018.712-5.917l.413-.186z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M43.35 22.495c12.005-.022 23.516 4.644 31.95 12.95l-4.143 4c-7.332-7.243-17.353-11.313-27.805-11.295-2.605 0-5.15.248-7.61.72l-4.821-4.686a46.274 46.274 0 0112.43-1.689z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M43.975 22.179l-.622-.004-.845.007a46.59 46.59 0 00-11.673 1.694l-.537.15 5.34 5.19.164-.032a40.083 40.083 0 017.55-.714c10.369-.018 20.308 4.019 27.58 11.202l.223.22 4.603-4.445-.234-.23c-8.343-8.217-19.68-12.9-31.55-13.038zm-.62.636l.614.004.615.01c11.273.284 22.02 4.723 30.056 12.42l.2.195-3.683 3.554.225.218c-7.392-7.301-17.494-11.405-28.03-11.386l-.865.009a40.712 40.712 0 00-5.966.565l-.675.12-4.298-4.178-.542.146a45.946 45.946 0 0111.51-1.67l.838-.007z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M25.13 32.517a38.982 38.982 0 00-9.166 6.521l-4.144-4a44.79 44.79 0 019.024-6.688l4.286 4.167z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M25.673 32.598l-4.777-4.644-.209.117a45.11 45.11 0 00-9.088 6.737l-.24.23 4.604 4.444.222-.213a38.662 38.662 0 019.091-6.467l.397-.204zm-4.88-3.85l3.797 3.69-.28.149a39.303 39.303 0 00-8.015 5.702l-.33.307-3.682-3.554-.241.228a44.43 44.43 0 018.263-6.241l.489-.282z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M56.683 53.348l-3.5 3.48-29.827-29.66a44.441 44.441 0 014.91-2.08l28.417 28.26z\"\n fill=\"#D96156\"\n />\n <path\n d=\"M57.137 53.348L28.349 24.719l-.19.067a44.761 44.761 0 00-4.945 2.096l-.4.199 30.37 30.198 3.953-3.931zm-28.952-27.89l28.043 27.889-3.045 3.03L23.9 27.258l-.403.196a44.167 44.167 0 014.047-1.763l.64-.234z\"\n fill=\"#18263C\"\n />\n </g>\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationOffline)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
|
|
1
|
+
{"version":3,"file":"illustration-offline.js","sourceRoot":"","sources":["../../src/svg-components/illustration-offline.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationOffline(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 160 160\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <circle id=\"illustration-offline_svg__a\" cx={71.467} cy={71.467} r={71.467} />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M0 0h160v160H0z\" />\n <g transform=\"translate(8.533 8.533)\">\n <mask id=\"illustration-offline_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-offline_svg__a\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-offline_svg__a\" />\n <g mask=\"url(#illustration-offline_svg__b)\">\n <path\n d=\"M68.525 91.183l3.87-13.73h9.195l3.724 13.73c-4.073 2.914-7.076 4.37-9.008 4.37-1.933 0-4.527-1.456-7.781-4.37z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M81.834 77.133h-9.682l-3.99 14.155.15.133c3.308 2.963 5.96 4.453 7.994 4.453 1.955 0 4.874-1.386 8.799-4.15l.576-.41-3.847-14.181zm-.49.64l3.602 13.277-.583.411c-.501.348-.985.67-1.45.97l-.685.43c-2.573 1.583-4.553 2.373-5.922 2.373l-.193-.005c-1.75-.092-4.11-1.418-7.046-3.993l-.18-.161 3.749-13.303h8.708z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M44.714 83.299c9.246 0 17.183 2.051 23.81 6.154 6.534 3.253 12.13 3.041 16.79-.637 6.99-5.517 15.44-14.83 27.948-14.83 10.08 9.193 15.12 15.643 15.12 19.35 0 5.56-8.527 4.943-15.12 7.822 6.24 25.189 7.521 39.562 3.844 43.12l-76.093 1.739c-1.459-14.03-.052-26.536 4.22-37.52l-4.22 6.006-22.622-12.306c8.303-12.599 17.077-18.898 26.323-18.898z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M113.478 73.75l-.216-.083c-7.516 0-13.608 2.955-21.145 9.062l-.788.647-4.767 4.004-.837.692-.61.493c-4.554 3.596-10.019 3.803-16.447.601-6.656-4.12-14.651-6.187-23.954-6.187-9.234 0-17.973 6.176-26.22 18.486l-.561.846 23.178 12.61 2.977-4.24-.208.613c-3.376 10.064-4.469 21.337-3.279 33.818l.124 1.232 76.388-1.746.215-.09.113-.114c.58-.611 1.037-1.486 1.368-2.625l.118-.44c.131-.527.238-1.105.322-1.733l.065-.551c.03-.282.056-.573.077-.874l.037-.613.014-.316.019-.65c.004-.222.006-.447.007-.677l-.004-.7a46.243 46.243 0 00-.007-.36l-.022-.737-.033-.763-.045-.788-.057-.813-.068-.837-.08-.863-.091-.887-.103-.913-.115-.937-.126-.963-.138-.987-.15-1.013-.161-1.037-.173-1.063-.28-1.64-.202-1.126-.213-1.15-.225-1.176-.36-1.81-.253-1.238-.402-1.905-.283-1.3-.445-2-.472-2.055-.497-2.112-.523-2.168-.303-1.228.395-.162c.87-.346 1.799-.651 2.898-.96l.859-.232.933-.238 2.028-.493 1.053-.266.654-.177.618-.177c4.092-1.214 5.627-2.53 5.627-5.305 0-1.559-.837-3.556-2.512-5.998l-.401-.571a41.128 41.128 0 00-1.382-1.81l-.52-.635-.272-.323-.565-.659-.595-.675-.624-.69a82.547 82.547 0 00-.323-.352l-.67-.715-.345-.363-.714-.74-.743-.754-.773-.771-.803-.787-.833-.804-.863-.82-.892-.835-.922-.852-.472-.432zm-.703.561l.364-.003 1.282 1.18.88.824.85.808.82.792.792.775.763.76 1.088 1.11.69.719.66.703.63.688.304.337.586.663.558.647.528.63.498.615.47.598.44.582c.283.383.547.754.792 1.115l.352.533c1.293 2.012 1.94 3.663 1.94 4.949 0 2.205-1.162 3.375-4.336 4.43l-.547.176-.288.087-.605.173-.318.087-.664.174-2.736.67-.947.241c-1.664.437-2.952.847-4.16 1.351l-.574.248.427 1.737.684 2.845.483 2.069.308 1.348.44 1.977.416 1.92.39 1.866.245 1.212.234 1.188.223 1.163.314 1.698.288 1.642.262 1.587.161 1.026.15 1.002.138.977.128.952.116.928.104.902.094.878.082.852.071.828.031.404.054.79.043.766.032.74.012.362.014.703.004.342-.002.666-.013.64a32.16 32.16 0 01-.011.311l-.03.604a26.81 26.81 0 01-.02.292l-.046.566-.058.54-.07.516c-.099.671-.228 1.275-.387 1.813l-.125.39c-.262.756-.59 1.361-.985 1.816l-.12.13-75.667 1.73.03.293c-1.453-13.982-.053-26.437 4.2-37.37l.955-2.458-5.57 7.929-22.065-12.002-.192.29c8.25-12.518 16.936-18.754 26.055-18.754 9.189 0 17.067 2.036 23.642 6.106 6.53 3.253 12.163 3.11 16.87-.437l.413-.322.678-.552 2.674-2.233 2.86-2.408.167-.138c7.502-6.163 13.478-9.195 20.757-9.324z\"\n fill=\"#182333\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M40.624 114.236c-7.324 16.03-10.559 25.596-9.703 28.697 1.283 4.652 12.043 18.467 13.926 21.718 1.884 3.25 8.785 6.991 6.828 12.01-1.958 5.02-37.29-10.297-41.98-17.208-4.688-6.911-8.743-28.028 9.484-56.932l21.445 11.715z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M41.033 114.096l-21.97-12.002-.16.254c-8.325 13.2-12.607 25.689-13.385 36.863-.607 8.738 1.05 16.208 3.907 20.42.33.488.817 1.022 1.439 1.593l.434.386a29.03 29.03 0 002.116 1.639l.617.43.65.437.336.22.697.446.726.451.755.456.781.46.808.462.832.464.855.467.877.468.899.468.918.469.465.233.945.467.962.465.976.462.99.459 1.004.455 1.014.451 1.025.445.515.221.972.41.898.37 1.322.532 1.29.503.423.16.833.312.817.298.801.284.784.27.767.254.748.241.73.226.71.21.69.196.338.092.66.172.322.08.628.149.606.132.584.116.56.1.271.044.525.074c2.563.329 4.209.018 4.627-1.054 1.074-2.755-.027-4.994-3.173-8.221l-1.859-1.863c-.564-.576-.978-1.035-1.31-1.464a7.258 7.258 0 01-.399-.562l-.19-.312-.273-.42-.769-1.134-2.038-2.936-3.864-5.477-.974-1.409-.597-.875-.84-1.25-.522-.792-.492-.758-.461-.725-.43-.69-.4-.658-.367-.623c-.06-.101-.116-.201-.172-.3l-.32-.572a30.628 30.628 0 01-.29-.538l-.256-.505-.223-.47a9.422 9.422 0 01-.525-1.375c-.093-.337-.134-.756-.124-1.259l.014-.347c.003-.06.008-.12.013-.182l.037-.384.052-.409c.01-.07.02-.141.032-.213l.075-.445.09-.47.105-.494.059-.256.128-.531.143-.555.078-.287.255-.896.189-.629.204-.652.335-1.024.242-.714.392-1.115.426-1.17.46-1.224.494-1.278.349-.883.551-1.37.586-1.423.62-1.477.431-1.015.677-1.568.71-1.622 1.001-2.246 1.186-2.613zm-3.8 40.175l3.603 5.109L43 162.485l1.206 1.767.322.497.035.06c.151.26.335.53.554.812.301.387.66.791 1.12 1.272l1.82 1.826c3.194 3.214 4.293 5.31 3.312 7.824-.231.594-1.113.847-2.514.795l-.414-.023a15.638 15.638 0 01-.91-.096l-.495-.072-.52-.088-.545-.104-.569-.119a36.44 36.44 0 01-.293-.065l-.604-.143a43.98 43.98 0 01-.31-.076l-.637-.165-.659-.18-.679-.194-.699-.21-.718-.222-.737-.237-.755-.252-.772-.265-1.188-.422-1.224-.453-.834-.318-.848-.331-.86-.344-.874-.356-.885-.369-1.022-.435-1.013-.44-1.003-.446-.498-.225-1.475-.68-.966-.457-.952-.46-.47-.23-.926-.463-.908-.463-.448-.231-.878-.463-.858-.462-.835-.46-.811-.457-.786-.455c-.13-.075-.257-.15-.384-.226l-.746-.448-.717-.444-.689-.438-.657-.432a47.506 47.506 0 01-.317-.214l-.608-.422-.575-.413-.54-.405c-1.302-1.001-2.263-1.915-2.79-2.693-2.771-4.084-4.397-11.413-3.798-20.017l.047-.628c.867-10.695 4.965-22.604 12.776-35.196l.304-.487 20.92 11.428-.952 2.1-1.012 2.272-.719 1.64-.684 1.584-.649 1.53-.614 1.474-.579 1.42-.544 1.365-.51 1.31-.475 1.256-.297.806-.282.782-.393 1.128-.359 1.074-.22.685-.204.661-.188.637-.174.613-.158.59-.142.564-.127.54-.058.261-.103.505-.088.48-.039.231-.065.445c-.01.072-.018.143-.026.213l-.042.408-.027.385a7.55 7.55 0 00.002.856l.028.3c.024.193.058.37.102.53.145.526.402 1.163.769 1.912l.26.516.293.55.325.582.174.304.373.633.404.667.436.7.467.735.498.768.805 1.216.575.853 1.247 1.818z\"\n fill=\"#182333\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M113.262 73.987c14.585-7.275 20.19-12.826 16.814-16.655-3.376-3.828-17.297-5.197-41.763-4.106-5.033 1.54-8.024 1.54-8.975 0-1.426-2.31-2.621-5.319 3.878-6.447 6.5-1.128 3.714 1.734 11.439-1.128 7.724-2.862 36.248-13.147 47.025-6.01 10.776 7.138 24.39 33.037-13.787 51.699l-14.63-17.353z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M116.955 38.584c-7.103 1.531-13.812 3.629-20.973 6.238l-2.118.777-.623.218-.29.098-.547.177-.5.15-.459.124-.422.1a7.755 7.755 0 01-1.094.164l-.322.014a5.168 5.168 0 01-.754-.044l-.293-.047a6.648 6.648 0 01-.147-.029l-.375-.084c-1.455-.339-2.563-.378-4.877.024-3.103.538-4.749 1.545-5.164 3.008-.32 1.13.084 2.327 1.069 3.922.849 1.375 3.01 1.65 6.486.896l.668-.154c.455-.11.93-.236 1.427-.379l.76-.225 1.443-.061 2.118-.082 2.737-.087 1.33-.035 1.95-.042 1.894-.029 1.231-.011 1.8-.007 1.744.006.568.005 1.669.024 1.08.023 1.057.028 1.537.054.993.044.968.049 1.405.084.905.063.88.07.855.074.83.081.805.087.78.092.38.048.741.1.717.107.348.056.679.115.653.12.628.127.305.065.59.135.285.07.552.144.267.074.514.152c.167.052.33.104.489.158l.464.163.222.084.425.172c1.17.496 2.034 1.06 2.591 1.692 1.588 1.801.975 4.077-1.88 6.814l-.393.368-.207.186-.434.376-.227.19-.474.384-.246.194-.514.392-.54.398-.567.403-.594.408-.62.414-.32.21-.661.422-.688.427a73.35 73.35 0 01-.354.216l-.727.435-.755.441-.78.447-.81.451-.834.457-.862.463-.89.468-1.383.711-1.32.663 15.053 17.855.224-.11c17.341-8.476 25.406-19.089 25.432-30.457.018-8.775-5.127-17.502-11.609-21.795-4.55-3.014-12.351-3.22-22.514-1.278l-1.183.234c-.398.081-.8.165-1.204.253zm24.548 1.324c6.31 4.18 11.34 12.711 11.321 21.26l-.004.374c-.197 10.834-7.943 20.994-24.494 29.227l-.35.173-14.209-16.852 1.055-.533.913-.471.887-.466.861-.462.836-.457.81-.452.784-.448.758-.443.733-.438.706-.433.681-.429.655-.423.63-.42.603-.414.291-.205.565-.408.538-.402.513-.398.246-.198.474-.39.447-.387c.145-.128.285-.255.421-.382l.396-.377c.382-.374.725-.742 1.03-1.103l.29-.358c1.807-2.315 1.957-4.337.426-6.072-.59-.67-1.484-1.265-2.68-1.787l-.436-.181-.46-.175-.485-.17a20.66 20.66 0 00-.253-.081l-.523-.16-.548-.154-.574-.147a31.395 31.395 0 00-.297-.072l-.611-.138-.637-.132a41.368 41.368 0 00-.328-.064l-.675-.123-.347-.06-.713-.114-.738-.108-.764-.102-.789-.095-.814-.09-.84-.084-.864-.078-.89-.072-.916-.065-.941-.06-.966-.054-.992-.047-1.017-.042-1.573-.05-1.631-.039-1.688-.024-1.157-.008-1.783-.002-1.84.012-1.898.025-1.955.038-2.012.052-2.07.066-2.127.078-2.185.092-.389.116-.75.214-.716.189-.681.164c-3.43.783-5.468.578-6.153-.531-.896-1.452-1.253-2.509-.997-3.411.332-1.172 1.77-2.052 4.658-2.553 2.104-.365 3.132-.353 4.396-.082l.454.104c.814.186 1.562.233 2.563.065l.415-.08c.215-.045.441-.1.682-.164l.502-.14.545-.17.29-.094.618-.21.672-.24.358-.132c7.68-2.846 14.784-5.116 22.324-6.742l1.187-.249c2.745-.559 5.322-.967 7.714-1.211l1.013-.095c6.18-.523 11.042.104 14.243 2.09l.256.164z\"\n fill=\"#182333\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M75.163 73.987c1.373 1.615 2.746 1.615 4.118 0\"\n stroke=\"#182333\"\n strokeWidth={0.6}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M70.692 47.377c3.885-2.08 8.06-2.28 12.524-.598a13.853 13.853 0 018.9 14.335l-.801 8.04h-1.477l-28.437-.646c-2.23-11.264-.854-17.752 4.127-19.464.824-.233 1.54-.119 2.15.343l3.014-2.01z\"\n fill=\"#182333\"\n />\n <path\n d=\"M65.427 54.073c-1.529 1.061-2.648 5.948-3.357 14.662 2.448 6.76 6.161 10.837 11.139 12.228a14.135 14.135 0 0016.344-8.79c.776-2.055 1.164-3.812 1.164-5.272 0-5.441-.235-11.314-2.182-12.356-1.905-1.02-16.224-5.523-19.837-2.726-.08.061-.837.398-.905.466-3.169 3.169-.072.197-2.366 1.788z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M68.502 51.566l-.759.373-.091.053a.609.609 0 00-.034.023l-.051.044-1.189 1.194-.028-.004a.504.504 0 00-.156.015 1.706 1.706 0 00-.414.196l-.242.152c-.09.058-.187.124-.293.198-.603.418-1.135 1.34-1.604 2.773l-.145.47a22.56 22.56 0 00-.28 1.04l-.133.572-.129.606-.125.64-.121.674-.117.708c-.02.121-.038.244-.057.368l-.111.76-.108.794-.103.83-.1.863-.096.898-.136 1.412-.129 1.49.018.136c2.481 6.85 6.266 11.005 11.354 12.427 7.049 1.597 14.18-2.239 16.729-8.985.789-2.088 1.185-3.882 1.185-5.385l-.001-.698-.005-.7-.011-.89L91 63.76l-.025-.817-.016-.394-.037-.761-.045-.725-.053-.688-.03-.33-.066-.634-.075-.598-.085-.562-.094-.526c-.366-1.862-.937-3.006-1.789-3.462a5.122 5.122 0 00-.267-.132l-.335-.146-.399-.16-.455-.17-.507-.18-.553-.187-.593-.192-.954-.294-.67-.197-1.045-.293-.713-.19-.72-.186-.723-.176-.719-.167-.71-.155-.881-.18c-.29-.056-.574-.11-.854-.159l-.827-.138c-3.926-.618-6.84-.493-8.26.605zm19.882 3.261c.608.326 1.06 1.214 1.379 2.65l.096.472c.046.245.089.504.129.776l.075.562.067.598.06.634.05.67c.009.115.016.231.023.349l.04.723.033.759.025.794.019.83.011.865.006 1.392c0 1.417-.38 3.137-1.144 5.16a13.815 13.815 0 01-15.973 8.59l-.337-.099c-4.572-1.41-8.044-5.223-10.402-11.465l-.148-.397.124-1.406.09-.942.093-.907.097-.872.1-.838.105-.803.108-.768.111-.733.115-.699.118-.663.122-.629.125-.593.128-.558c.044-.18.087-.355.132-.524l.135-.487.137-.453c.419-1.305.88-2.134 1.377-2.479l.251-.17.194-.126.028.057.286.02.05-.005a.037.037 0 00.012-.007l.014-.023.079-.068 1.496-1.503h.005l.803-.394.066-.045c1.175-.91 4.202-.929 7.591-.481l.82.116.829.133.417.072.834.156.833.168.825.18c.274.063.546.127.815.192l.8.201.778.21.753.215c.247.073.489.147.725.222l.69.225c1.12.38 2.078.77 2.78 1.146z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M68.525 50.945c1.4 1.369 2.465 2.325 3.194 2.87 5.901 4.402 15.716 6.575 19.85.704 1.61-2.29 2.792-8.751.734-6.506-2.058 2.244-7.968-.923-10.272-.923-4.984 0-9.486 1.285-13.506 3.855z\"\n fill=\"#182333\"\n />\n <path\n d=\"M73.209 51.74c-6.992 11.114-11.13 14.765-12.416 10.953-.951-2.82.689-7.54 6.634-10.52 1.17-.586 3.098-.73 5.782-.433zM88.313 55.79l1.577 13.557 1.227-.194L89.89 55.04z\"\n fill=\"#182333\"\n />\n <path fill=\"#182333\" d=\"M60.94 57.581l-.4 5.13.77 6.178 1.71.264v-9.77z\" />\n </g>\n <circle fill=\"#126BFB\" fillRule=\"nonzero\" cx={137.173} cy={112.043} r={3.2} />\n <g fillRule=\"nonzero\">\n <path\n d=\"M43.77 58.853c2.31 0 4.183 1.808 4.183 4.038 0 2.232-1.873 4.04-4.183 4.04-2.311 0-4.184-1.808-4.184-4.04 0-2.23 1.873-4.038 4.184-4.038z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M43.77 58.533c-2.485 0-4.504 1.948-4.504 4.358 0 2.411 2.019 4.36 4.504 4.36 2.484 0 4.503-1.949 4.503-4.36 0-2.41-2.019-4.358-4.503-4.358zm0 .64c2.136 0 3.863 1.667 3.863 3.718 0 2.053-1.727 3.72-3.863 3.72-2.137 0-3.864-1.667-3.864-3.72 0-2.051 1.727-3.718 3.864-3.718z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M45.232 52.059a14.3 14.3 0 00-1.462-.074c-3.803-.007-7.44 1.511-10.055 4.196l-4.143-4.001a19.825 19.825 0 0110.173-5.452l5.487 5.33z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M46.116 52.471l-6.269-6.09-.165.033a20.145 20.145 0 00-10.337 5.54l-.228.23 4.605 4.449.222-.228c2.554-2.623 6.108-4.107 9.825-4.1.484 0 .962.024 1.43.072l.917.094zm-6.471-5.395l4.737 4.602-.11-.005a14.98 14.98 0 00-.502-.008l-.402.005c-3.609.093-7.045 1.527-9.602 4.008l-.055.054-3.681-3.554-.23.227a19.489 19.489 0 019.533-5.262l.312-.067z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M43.35 34.614c8.68-.016 17 3.373 23.074 9.4l-4.142 3.999c-3.889-3.88-8.942-6.462-14.435-7.374l-6.153-5.985c.548-.028 1.102-.041 1.658-.041l-.001.001z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M44.103 34.302l.01-.01h-.761c-.562 0-1.12.015-1.674.042l-.734.036 6.68 6.498.17.086c5.428.902 10.42 3.453 14.262 7.285l.222.222 4.604-4.444-.232-.23-.379-.37c-5.846-5.611-13.653-8.86-21.85-9.108l-.318-.007zm-.752.632l.537.003c8.222.12 16.08 3.32 21.932 8.934l.145.14-3.682 3.555-.16-.156c-3.752-3.594-8.515-6.027-13.687-6.992L48 40.34l-5.548-5.395.35-.009.55-.003z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M30.11 37.357l4.477 4.354a26.514 26.514 0 00-9.75 5.897l-4.141-4a32.337 32.337 0 019.412-6.251h.001z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M30.24 37.037h-.132l-.128.026a32.657 32.657 0 00-9.505 6.314l-.241.23 4.601 4.444.223-.212a26.194 26.194 0 019.632-5.825l.494-.168-4.945-4.81zm-.198.7l3.952 3.843-.063.023a26.836 26.836 0 00-8.89 5.378l-.2.186-3.682-3.556-.242.229a31.991 31.991 0 018.712-5.917l.413-.186z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M43.35 22.495c12.005-.022 23.516 4.644 31.95 12.95l-4.143 4c-7.332-7.243-17.353-11.313-27.805-11.295-2.605 0-5.15.248-7.61.72l-4.821-4.686a46.274 46.274 0 0112.43-1.689z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M43.975 22.179l-.622-.004-.845.007a46.59 46.59 0 00-11.673 1.694l-.537.15 5.34 5.19.164-.032a40.083 40.083 0 017.55-.714c10.369-.018 20.308 4.019 27.58 11.202l.223.22 4.603-4.445-.234-.23c-8.343-8.217-19.68-12.9-31.55-13.038zm-.62.636l.614.004.615.01c11.273.284 22.02 4.723 30.056 12.42l.2.195-3.683 3.554.225.218c-7.392-7.301-17.494-11.405-28.03-11.386l-.865.009a40.712 40.712 0 00-5.966.565l-.675.12-4.298-4.178-.542.146a45.946 45.946 0 0111.51-1.67l.838-.007z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M25.13 32.517a38.982 38.982 0 00-9.166 6.521l-4.144-4a44.79 44.79 0 019.024-6.688l4.286 4.167z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M25.673 32.598l-4.777-4.644-.209.117a45.11 45.11 0 00-9.088 6.737l-.24.23 4.604 4.444.222-.213a38.662 38.662 0 019.091-6.467l.397-.204zm-4.88-3.85l3.797 3.69-.28.149a39.303 39.303 0 00-8.015 5.702l-.33.307-3.682-3.554-.241.228a44.43 44.43 0 018.263-6.241l.489-.282z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M56.683 53.348l-3.5 3.48-29.827-29.66a44.441 44.441 0 014.91-2.08l28.417 28.26z\"\n fill=\"#D96156\"\n />\n <path\n d=\"M57.137 53.348L28.349 24.719l-.19.067a44.761 44.761 0 00-4.945 2.096l-.4.199 30.37 30.198 3.953-3.931zm-28.952-27.89l28.043 27.889-3.045 3.03L23.9 27.258l-.403.196a44.167 44.167 0 014.047-1.763l.64-.234z\"\n fill=\"#18263C\"\n />\n </g>\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationOffline)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
|