polpo 0.1.7 → 0.1.8
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/dist/components.cjs +31 -0
- package/dist/components.cjs.map +1 -0
- package/dist/components.d.cts +1866 -0
- package/dist/components.d.ts +1866 -0
- package/dist/components.js +31 -0
- package/dist/components.js.map +1 -0
- package/dist/{get-modal-position-drle0OjP.d.cts → get-modal-position-C5jQsaGx.d.cts} +1 -1
- package/dist/{get-modal-position-drle0OjP.d.ts → get-modal-position-C5jQsaGx.d.ts} +1 -1
- package/dist/helpers.cjs +1 -1
- package/dist/helpers.cjs.map +1 -1
- package/dist/helpers.d.cts +2 -2
- package/dist/helpers.d.ts +2 -2
- package/dist/helpers.js +1 -1
- package/dist/helpers.js.map +1 -1
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.cjs.map +1 -1
- package/dist/hooks.d.cts +15 -13
- package/dist/hooks.d.ts +15 -13
- package/dist/hooks.js +1 -1
- package/dist/hooks.js.map +1 -1
- package/dist/layouts.cjs +4 -0
- package/dist/layouts.cjs.map +1 -0
- package/dist/{ui.d.cts → layouts.d.cts} +237 -2202
- package/dist/{ui.d.ts → layouts.d.ts} +237 -2202
- package/dist/layouts.js +4 -0
- package/dist/layouts.js.map +1 -0
- package/dist/types.cjs +3 -0
- package/dist/types.cjs.map +1 -0
- package/dist/types.d.cts +8 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/{use-modal-transition-XQHye62R.d.cts → use-modal-transition-C0lyjvkD.d.ts} +4 -4
- package/dist/{use-modal-transition-DPZFWFFf.d.ts → use-modal-transition-C7DzbnY5.d.cts} +4 -4
- package/package.json +76 -76
- package/.eslintrc.cjs +0 -9
- package/.storybook/decorators.tsx +0 -61
- package/.storybook/main.ts +0 -47
- package/.storybook/manager-head.html +0 -2
- package/.storybook/manager.ts +0 -7
- package/.storybook/preview-head.html +0 -2
- package/.storybook/preview.ts +0 -38
- package/.storybook/theme.ts +0 -47
- package/.turbo/turbo-lint.log +0 -4
- package/README.md +0 -65
- package/dist/chunk-CF5MBMWG.js +0 -3
- package/dist/chunk-CF5MBMWG.js.map +0 -1
- package/dist/chunk-MAWW6AA7.js +0 -3
- package/dist/chunk-MAWW6AA7.js.map +0 -1
- package/dist/ui.cjs +0 -2279
- package/dist/ui.cjs.map +0 -1
- package/dist/ui.js +0 -2279
- package/dist/ui.js.map +0 -1
- package/src/components/accordion/accordion-item.stories.tsx +0 -128
- package/src/components/accordion/accordion-item.tsx +0 -119
- package/src/components/accordion/accordion.stories.tsx +0 -74
- package/src/components/accordion/accordion.style.ts +0 -42
- package/src/components/accordion/accordion.tsx +0 -74
- package/src/components/accordion/index.ts +0 -2
- package/src/components/buttons/button/button.stories.tsx +0 -103
- package/src/components/buttons/button/button.style.ts +0 -152
- package/src/components/buttons/button/button.tsx +0 -107
- package/src/components/buttons/button/index.ts +0 -1
- package/src/components/buttons/index.ts +0 -1
- package/src/components/cards/flip-card/flip-card.stories.tsx +0 -61
- package/src/components/cards/flip-card/flip-card.style.ts +0 -45
- package/src/components/cards/flip-card/flip-card.tsx +0 -55
- package/src/components/cards/flip-card/index.ts +0 -1
- package/src/components/cards/hover-card/hover-card.stories.tsx +0 -45
- package/src/components/cards/hover-card/hover-card.style.ts +0 -13
- package/src/components/cards/hover-card/hover-card.tsx +0 -71
- package/src/components/cards/hover-card/index.ts +0 -1
- package/src/components/cards/index.ts +0 -3
- package/src/components/cards/slide-card/index.ts +0 -1
- package/src/components/cards/slide-card/slide-card.stories.tsx +0 -47
- package/src/components/cards/slide-card/slide-card.tsx +0 -42
- package/src/components/cursor/cursor.stories.tsx +0 -36
- package/src/components/cursor/cursor.style.ts +0 -73
- package/src/components/cursor/cursor.tsx +0 -49
- package/src/components/cursor/index.ts +0 -1
- package/src/components/form/checkbox/checkbox.stories.tsx +0 -85
- package/src/components/form/checkbox/checkbox.style.ts +0 -109
- package/src/components/form/checkbox/checkbox.tsx +0 -120
- package/src/components/form/checkbox/index.ts +0 -1
- package/src/components/form/controller/controller.tsx +0 -42
- package/src/components/form/controller/index.ts +0 -1
- package/src/components/form/date-picker/date-picker.stories.tsx +0 -38
- package/src/components/form/date-picker/date-picker.tsx +0 -67
- package/src/components/form/date-picker/index.ts +0 -1
- package/src/components/form/field/field.stories.tsx +0 -52
- package/src/components/form/field/field.style.ts +0 -94
- package/src/components/form/field/field.tsx +0 -86
- package/src/components/form/field/field.types.ts +0 -34
- package/src/components/form/field/index.ts +0 -2
- package/src/components/form/form.stories.types.tsx +0 -50
- package/src/components/form/form.types.ts +0 -37
- package/src/components/form/index.ts +0 -14
- package/src/components/form/input/index.ts +0 -1
- package/src/components/form/input/input.stories.tsx +0 -41
- package/src/components/form/input/input.tsx +0 -73
- package/src/components/form/input-color/index.ts +0 -1
- package/src/components/form/input-color/input-color.stories.tsx +0 -46
- package/src/components/form/input-color/input-color.style.ts +0 -94
- package/src/components/form/input-color/input-color.tsx +0 -162
- package/src/components/form/input-file/index.ts +0 -1
- package/src/components/form/input-file/input-file.stories.tsx +0 -40
- package/src/components/form/input-file/input-file.style.ts +0 -143
- package/src/components/form/input-file/input-file.tsx +0 -214
- package/src/components/form/input-password/index.ts +0 -1
- package/src/components/form/input-password/input-password.stories.tsx +0 -37
- package/src/components/form/input-password/input-password.tsx +0 -83
- package/src/components/form/radio/index.ts +0 -1
- package/src/components/form/radio/radio.stories.tsx +0 -68
- package/src/components/form/radio/radio.style.ts +0 -79
- package/src/components/form/radio/radio.tsx +0 -106
- package/src/components/form/select/data.stories.json +0 -452
- package/src/components/form/select/index.ts +0 -1
- package/src/components/form/select/option.tsx +0 -101
- package/src/components/form/select/options.tsx +0 -161
- package/src/components/form/select/select.stories.tsx +0 -369
- package/src/components/form/select/select.style.ts +0 -116
- package/src/components/form/select/select.tsx +0 -312
- package/src/components/form/select/select.types.ts +0 -97
- package/src/components/form/slider/index.ts +0 -1
- package/src/components/form/slider/slider.stories.tsx +0 -40
- package/src/components/form/slider/slider.style.ts +0 -92
- package/src/components/form/slider/slider.tsx +0 -108
- package/src/components/form/switch/index.ts +0 -1
- package/src/components/form/switch/switch.stories.tsx +0 -88
- package/src/components/form/switch/switch.style.ts +0 -137
- package/src/components/form/switch/switch.tsx +0 -177
- package/src/components/form/textarea/index.ts +0 -1
- package/src/components/form/textarea/textarea.stories.tsx +0 -43
- package/src/components/form/textarea/textarea.style.ts +0 -7
- package/src/components/form/textarea/textarea.tsx +0 -76
- package/src/components/icon/icon.stories.tsx +0 -63
- package/src/components/icon/icon.tsx +0 -64
- package/src/components/icon/icons/index.ts +0 -18
- package/src/components/icon/icons/object.tsx +0 -482
- package/src/components/icon/icons/social.tsx +0 -88
- package/src/components/icon/icons/symbol.tsx +0 -776
- package/src/components/icon/index.ts +0 -5
- package/src/components/image/image.stories.tsx +0 -25
- package/src/components/image/image.tsx +0 -7
- package/src/components/image/index.ts +0 -1
- package/src/components/index.ts +0 -17
- package/src/components/infinity-scroll/index.ts +0 -1
- package/src/components/infinity-scroll/infinity-scroll.stories.tsx +0 -118
- package/src/components/infinity-scroll/infinity-scroll.style.ts +0 -30
- package/src/components/infinity-scroll/infinity-scroll.tsx +0 -53
- package/src/components/line/index.ts +0 -1
- package/src/components/line/line.stories.tsx +0 -66
- package/src/components/line/line.style.ts +0 -57
- package/src/components/line/line.tsx +0 -76
- package/src/components/loaders/icons/box-1.tsx +0 -31
- package/src/components/loaders/icons/box-2.tsx +0 -30
- package/src/components/loaders/icons/box-3.tsx +0 -66
- package/src/components/loaders/icons/clock-1.tsx +0 -25
- package/src/components/loaders/icons/clock-2.tsx +0 -58
- package/src/components/loaders/icons/dots-1.tsx +0 -194
- package/src/components/loaders/icons/dots-2.tsx +0 -15
- package/src/components/loaders/icons/dots-3.tsx +0 -38
- package/src/components/loaders/icons/dots-4.tsx +0 -90
- package/src/components/loaders/icons/dots-5.tsx +0 -30
- package/src/components/loaders/icons/dots-6.tsx +0 -72
- package/src/components/loaders/icons/dots-7.tsx +0 -51
- package/src/components/loaders/icons/dots-8.tsx +0 -42
- package/src/components/loaders/icons/dots-9.tsx +0 -27
- package/src/components/loaders/icons/lines-1.tsx +0 -96
- package/src/components/loaders/icons/lines-2.tsx +0 -48
- package/src/components/loaders/icons/pulse-1.tsx +0 -69
- package/src/components/loaders/icons/pulse-2.tsx +0 -69
- package/src/components/loaders/icons/pulse-3.tsx +0 -105
- package/src/components/loaders/icons/pulse-4.tsx +0 -105
- package/src/components/loaders/icons/pulse-5.tsx +0 -56
- package/src/components/loaders/icons/spinner-1.tsx +0 -162
- package/src/components/loaders/icons/spinner-2.tsx +0 -147
- package/src/components/loaders/icons/spinner-3.tsx +0 -35
- package/src/components/loaders/icons/spinner-4.tsx +0 -16
- package/src/components/loaders/index.ts +0 -1
- package/src/components/loaders/simple-loader/index.ts +0 -1
- package/src/components/loaders/simple-loader/simple-loader.stories.tsx +0 -42
- package/src/components/loaders/simple-loader/simple-loader.style.ts +0 -12
- package/src/components/loaders/simple-loader/simple-loader.tsx +0 -99
- package/src/components/modals/action-modal/action-modal.stories.tsx +0 -157
- package/src/components/modals/action-modal/action-modal.style.ts +0 -117
- package/src/components/modals/action-modal/action-modal.tsx +0 -148
- package/src/components/modals/action-modal/index.ts +0 -1
- package/src/components/modals/aside-modal/aside-modal.stories.tsx +0 -81
- package/src/components/modals/aside-modal/aside-modal.style.ts +0 -88
- package/src/components/modals/aside-modal/aside-modal.tsx +0 -64
- package/src/components/modals/aside-modal/index.ts +0 -1
- package/src/components/modals/confirmation-modal/confirmation-modal.stories.tsx +0 -62
- package/src/components/modals/confirmation-modal/confirmation-modal.style.ts +0 -17
- package/src/components/modals/confirmation-modal/confirmation-modal.tsx +0 -43
- package/src/components/modals/confirmation-modal/index.ts +0 -1
- package/src/components/modals/index.ts +0 -6
- package/src/components/modals/menu/index.ts +0 -1
- package/src/components/modals/menu/menu.stories.tsx +0 -79
- package/src/components/modals/menu/menu.style.ts +0 -103
- package/src/components/modals/menu/menu.tsx +0 -186
- package/src/components/modals/modal/backdrop.tsx +0 -70
- package/src/components/modals/modal/index.ts +0 -2
- package/src/components/modals/modal/modal.stories.tsx +0 -328
- package/src/components/modals/modal/modal.style.ts +0 -70
- package/src/components/modals/modal/modal.tsx +0 -106
- package/src/components/modals/portal/index.ts +0 -1
- package/src/components/modals/portal/portal.tsx +0 -21
- package/src/components/ripple/index.ts +0 -1
- package/src/components/ripple/ripple.stories.tsx +0 -38
- package/src/components/ripple/ripple.style.ts +0 -33
- package/src/components/ripple/ripple.tsx +0 -65
- package/src/components/smart-table/index.ts +0 -1
- package/src/components/smart-table/smart-table.column.tsx +0 -63
- package/src/components/smart-table/smart-table.helpers.tsx +0 -59
- package/src/components/smart-table/smart-table.hooks.ts +0 -27
- package/src/components/smart-table/smart-table.row.tsx +0 -29
- package/src/components/smart-table/smart-table.stories.tsx +0 -301
- package/src/components/smart-table/smart-table.style.ts +0 -102
- package/src/components/smart-table/smart-table.tsx +0 -112
- package/src/components/smart-table/smart-table.types.ts +0 -41
- package/src/components/tabs/index.ts +0 -1
- package/src/components/tabs/tabs-container.stories.tsx +0 -159
- package/src/components/tabs/tabs-list.tsx +0 -134
- package/src/components/tabs/tabs.stories.tsx +0 -68
- package/src/components/tabs/tabs.style.ts +0 -137
- package/src/components/tabs/tabs.tsx +0 -117
- package/src/components/tag/index.ts +0 -1
- package/src/components/tag/tag.stories.tsx +0 -48
- package/src/components/tag/tag.style.ts +0 -29
- package/src/components/tag/tag.tsx +0 -34
- package/src/components/tooltips/click-to-copy/click-to-copy.stories.tsx +0 -39
- package/src/components/tooltips/click-to-copy/click-to-copy.tsx +0 -41
- package/src/components/tooltips/click-to-copy/index.ts +0 -1
- package/src/components/tooltips/index.ts +0 -2
- package/src/components/tooltips/tooltip/index.ts +0 -1
- package/src/components/tooltips/tooltip/tooltip.stories.tsx +0 -38
- package/src/components/tooltips/tooltip/tooltip.style.ts +0 -93
- package/src/components/tooltips/tooltip/tooltip.tsx +0 -59
- package/src/components/typography/index.ts +0 -2
- package/src/components/typography/typography.constants.ts +0 -43
- package/src/components/typography/typography.stories.tsx +0 -108
- package/src/components/typography/typography.style.ts +0 -76
- package/src/components/typography/typography.tsx +0 -100
- package/src/contexts/fetch-context/fetch-context.tsx +0 -114
- package/src/contexts/fetch-context/index.ts +0 -1
- package/src/contexts/form-context/form-context.tsx +0 -43
- package/src/contexts/form-context/index.ts +0 -1
- package/src/contexts/index.ts +0 -3
- package/src/contexts/theme-context/index.ts +0 -3
- package/src/contexts/theme-context/theme-context.tsx +0 -158
- package/src/contexts/theme-context/theme.animations.ts +0 -269
- package/src/contexts/theme-context/theme.defaults.ts +0 -209
- package/src/contexts/theme-context/theme.style.ts +0 -78
- package/src/contexts/theme-context/themes.ts +0 -98
- package/src/core/http-client.d.ts +0 -11
- package/src/core/http-client.d.ts.map +0 -1
- package/src/core/http-client.ts +0 -49
- package/src/core/index.d.ts +0 -2
- package/src/core/index.d.ts.map +0 -1
- package/src/core/index.ts +0 -1
- package/src/core/variants/color.ts +0 -9
- package/src/core/variants/index.ts +0 -3
- package/src/core/variants/radius.ts +0 -27
- package/src/core/variants/size.ts +0 -19
- package/src/helpers/format-bytes.ts +0 -11
- package/src/helpers/format-dates.ts +0 -11
- package/src/helpers/get-modal-position-relative-to-screen.ts +0 -86
- package/src/helpers/get-modal-position.ts +0 -211
- package/src/helpers/index.ts +0 -5
- package/src/helpers/text/index.ts +0 -1
- package/src/helpers/text/to-capitalize.ts +0 -17
- package/src/hooks/index.ts +0 -29
- package/src/hooks/use-async.ts +0 -88
- package/src/hooks/use-classnames.ts +0 -13
- package/src/hooks/use-click-outside.ts +0 -32
- package/src/hooks/use-constant.ts +0 -3
- package/src/hooks/use-cookie.ts +0 -124
- package/src/hooks/use-debounce.ts +0 -15
- package/src/hooks/use-dimensions.ts +0 -19
- package/src/hooks/use-dom-container.ts +0 -35
- package/src/hooks/use-event-listener.ts +0 -71
- package/src/hooks/use-file-reader.ts +0 -69
- package/src/hooks/use-geolocation.ts +0 -63
- package/src/hooks/use-hover.ts +0 -17
- package/src/hooks/use-in-view.ts +0 -18
- package/src/hooks/use-input-handlers.ts +0 -49
- package/src/hooks/use-intersection-observer.ts +0 -19
- package/src/hooks/use-media-query.ts +0 -25
- package/src/hooks/use-modal-in-container.ts +0 -85
- package/src/hooks/use-modal-transition.ts +0 -64
- package/src/hooks/use-modal.ts +0 -21
- package/src/hooks/use-mouse-position.ts +0 -64
- package/src/hooks/use-online-status.ts +0 -12
- package/src/hooks/use-render-count.ts +0 -11
- package/src/hooks/use-resize-observer.ts +0 -18
- package/src/hooks/use-safe-dispatch.ts +0 -22
- package/src/hooks/use-scroll.ts +0 -31
- package/src/hooks/use-state-history.ts +0 -22
- package/src/hooks/use-toggle-values.ts +0 -14
- package/src/hooks/use-toggle.ts +0 -11
- package/src/hooks/use-viewport.ts +0 -38
- package/src/index.ts +0 -5
- package/src/layouts/flex/flex.tsx +0 -75
- package/src/layouts/flex/index.ts +0 -1
- package/src/layouts/grid/grid.tsx +0 -86
- package/src/layouts/grid/index.ts +0 -1
- package/src/layouts/index.ts +0 -3
- package/src/layouts/section-layout/index.ts +0 -1
- package/src/layouts/section-layout/section-layout.stories.tsx +0 -55
- package/src/layouts/section-layout/section-layout.style.ts +0 -21
- package/src/layouts/section-layout/section-layout.tsx +0 -46
- package/src/stories/GettingStarted.mdx +0 -62
- package/src/types/generics.ts +0 -68
- package/src/types/index.ts +0 -1
- package/svg/Name=airplane, Category=object.svg +0 -3
- package/svg/Name=arrow-circle, Category=symbol.svg +0 -3
- package/svg/Name=arrow-down, Category=symbol.svg +0 -3
- package/svg/Name=arrow-left, Category=symbol.svg +0 -3
- package/svg/Name=arrow-right, Category=symbol.svg +0 -3
- package/svg/Name=arrow-up, Category=symbol.svg +0 -3
- package/svg/Name=bell, Category=object.svg +0 -3
- package/svg/Name=bicycle, Category=object.svg +0 -3
- package/svg/Name=book-open, Category=object.svg +0 -3
- package/svg/Name=book-solid, Category=object.svg +0 -6
- package/svg/Name=box-shadow, Category=symbol.svg +0 -5
- package/svg/Name=calendar, Category=object.svg +0 -3
- package/svg/Name=camera, Category=object.svg +0 -3
- package/svg/Name=caret-down, Category=symbol.svg +0 -3
- package/svg/Name=caret-left, Category=symbol.svg +0 -3
- package/svg/Name=caret-right, Category=symbol.svg +0 -3
- package/svg/Name=caret-up, Category=symbol.svg +0 -3
- package/svg/Name=checkmark, Category=symbol.svg +0 -3
- package/svg/Name=clean-computer, Category=object.svg +0 -10
- package/svg/Name=codepen, Category=social.svg +0 -3
- package/svg/Name=creative, Category=symbol.svg +0 -5
- package/svg/Name=cross, Category=symbol.svg +0 -4
- package/svg/Name=crossed-flags, Category=object.svg +0 -4
- package/svg/Name=cv, Category=symbol.svg +0 -5
- package/svg/Name=design-ui, Category=symbol.svg +0 -9
- package/svg/Name=document, Category=object.svg +0 -3
- package/svg/Name=door-closed, Category=object.svg +0 -3
- package/svg/Name=door-open, Category=object.svg +0 -3
- package/svg/Name=double-caret-down, Category=symbol.svg +0 -4
- package/svg/Name=double-caret-left, Category=symbol.svg +0 -4
- package/svg/Name=double-caret-righ, Category=symbol.svg +0 -4
- package/svg/Name=double-caret-up, Category=symbol.svg +0 -4
- package/svg/Name=download, Category=symbol.svg +0 -5
- package/svg/Name=dropper, Category=object.svg +0 -5
- package/svg/Name=envelope, Category=object.svg +0 -3
- package/svg/Name=exclamation-close, Category=symbol.svg +0 -4
- package/svg/Name=exclamation-open, Category=symbol.svg +0 -4
- package/svg/Name=external-link, Category=symbol.svg +0 -3
- package/svg/Name=eye, Category=object.svg +0 -4
- package/svg/Name=eye-hidden, Category=object.svg +0 -7
- package/svg/Name=facebook, Category=social.svg +0 -3
- package/svg/Name=form, Category=symbol.svg +0 -8
- package/svg/Name=game-control, Category=object.svg +0 -3
- package/svg/Name=gear, Category=object.svg +0 -3
- package/svg/Name=github, Category=social.svg +0 -3
- package/svg/Name=house, Category=object.svg +0 -3
- package/svg/Name=hyphen, Category=symbol.svg +0 -3
- package/svg/Name=info, Category=symbol.svg +0 -3
- package/svg/Name=instagram, Category=social.svg +0 -3
- package/svg/Name=link, Category=symbol.svg +0 -5
- package/svg/Name=linkedin, Category=social.svg +0 -3
- package/svg/Name=magnifying-glass, Category=object.svg +0 -3
- package/svg/Name=message, Category=symbol.svg +0 -4
- package/svg/Name=moon, Category=object.svg +0 -5
- package/svg/Name=npm, Category=social.svg +0 -3
- package/svg/Name=order-list, Category=symbol.svg +0 -7
- package/svg/Name=pencil, Category=object.svg +0 -3
- package/svg/Name=pin-location, Category=symbol.svg +0 -3
- package/svg/Name=question-mark-close, Category=symbol.svg +0 -3
- package/svg/Name=question-mark-open, Category=symbol.svg +0 -3
- package/svg/Name=share, Category=symbol.svg +0 -5
- package/svg/Name=spinner, Category=symbol.svg +0 -9
- package/svg/Name=star, Category=object.svg +0 -3
- package/svg/Name=star-empty, Category=object.svg +0 -3
- package/svg/Name=sun, Category=object.svg +0 -11
- package/svg/Name=text-shadow, Category=symbol.svg +0 -4
- package/svg/Name=thinking, Category=symbol.svg +0 -3
- package/svg/Name=trash-can, Category=object.svg +0 -4
- package/svg/Name=upload, Category=symbol.svg +0 -5
- package/svg/Name=user, Category=symbol.svg +0 -4
- package/svg/Name=warning, Category=symbol.svg +0 -5
- package/svg/Name=whatsapp, Category=social.svg +0 -3
- package/svgconfig.json +0 -4
- package/tsconfig.json +0 -15
- package/tsup.config.cjs +0 -21
- package/vite.config.ts +0 -14
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export const Clock2 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg
|
|
4
|
-
width='1em'
|
|
5
|
-
height='1em'
|
|
6
|
-
version='1.1'
|
|
7
|
-
id='L2'
|
|
8
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
-
x='0px'
|
|
10
|
-
y='0px'
|
|
11
|
-
viewBox='0 0 100 100'
|
|
12
|
-
enableBackground='new 0 0 100 100'
|
|
13
|
-
xmlSpace='preserve'
|
|
14
|
-
>
|
|
15
|
-
<circle fill='none' stroke='currentColor' strokeWidth='4' strokeMiterlimit='10' cx='50' cy='50' r='48' />
|
|
16
|
-
<line
|
|
17
|
-
fill='none'
|
|
18
|
-
strokeLinecap='round'
|
|
19
|
-
stroke='currentColor'
|
|
20
|
-
strokeWidth='4'
|
|
21
|
-
strokeMiterlimit='10'
|
|
22
|
-
x1='50'
|
|
23
|
-
y1='50'
|
|
24
|
-
x2='85'
|
|
25
|
-
y2='50.5'
|
|
26
|
-
>
|
|
27
|
-
<animateTransform
|
|
28
|
-
attributeName='transform'
|
|
29
|
-
dur='2s'
|
|
30
|
-
type='rotate'
|
|
31
|
-
from='0 50 50'
|
|
32
|
-
to='360 50 50'
|
|
33
|
-
repeatCount='indefinite'
|
|
34
|
-
/>
|
|
35
|
-
</line>
|
|
36
|
-
<line
|
|
37
|
-
fill='none'
|
|
38
|
-
strokeLinecap='round'
|
|
39
|
-
stroke='currentColor'
|
|
40
|
-
strokeWidth='4'
|
|
41
|
-
strokeMiterlimit='10'
|
|
42
|
-
x1='50'
|
|
43
|
-
y1='50'
|
|
44
|
-
x2='49.5'
|
|
45
|
-
y2='74'
|
|
46
|
-
>
|
|
47
|
-
<animateTransform
|
|
48
|
-
attributeName='transform'
|
|
49
|
-
dur='15s'
|
|
50
|
-
type='rotate'
|
|
51
|
-
from='0 50 50'
|
|
52
|
-
to='360 50 50'
|
|
53
|
-
repeatCount='indefinite'
|
|
54
|
-
/>
|
|
55
|
-
</line>
|
|
56
|
-
</svg>
|
|
57
|
-
);
|
|
58
|
-
};
|
|
@@ -1,194 +0,0 @@
|
|
|
1
|
-
export const Dots1 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<circle cx='4' cy='12' r='0'>
|
|
5
|
-
<animate
|
|
6
|
-
begin='0;spinner_z0Or.end'
|
|
7
|
-
attributeName='r'
|
|
8
|
-
calcMode='spline'
|
|
9
|
-
dur='0.5s'
|
|
10
|
-
keySplines='.36,.6,.31,1'
|
|
11
|
-
values='0;3'
|
|
12
|
-
fill='freeze'
|
|
13
|
-
/>
|
|
14
|
-
<animate
|
|
15
|
-
begin='spinner_OLMs.end'
|
|
16
|
-
attributeName='cx'
|
|
17
|
-
calcMode='spline'
|
|
18
|
-
dur='0.5s'
|
|
19
|
-
keySplines='.36,.6,.31,1'
|
|
20
|
-
values='4;12'
|
|
21
|
-
fill='freeze'
|
|
22
|
-
/>
|
|
23
|
-
<animate
|
|
24
|
-
begin='spinner_UHR2.end'
|
|
25
|
-
attributeName='cx'
|
|
26
|
-
calcMode='spline'
|
|
27
|
-
dur='0.5s'
|
|
28
|
-
keySplines='.36,.6,.31,1'
|
|
29
|
-
values='12;20'
|
|
30
|
-
fill='freeze'
|
|
31
|
-
/>
|
|
32
|
-
<animate
|
|
33
|
-
id='spinner_lo66'
|
|
34
|
-
begin='spinner_Aguh.end'
|
|
35
|
-
attributeName='r'
|
|
36
|
-
calcMode='spline'
|
|
37
|
-
dur='0.5s'
|
|
38
|
-
keySplines='.36,.6,.31,1'
|
|
39
|
-
values='3;0'
|
|
40
|
-
fill='freeze'
|
|
41
|
-
/>
|
|
42
|
-
<animate
|
|
43
|
-
id='spinner_z0Or'
|
|
44
|
-
begin='spinner_lo66.end'
|
|
45
|
-
attributeName='cx'
|
|
46
|
-
dur='0.001s'
|
|
47
|
-
values='20;4'
|
|
48
|
-
fill='freeze'
|
|
49
|
-
/>
|
|
50
|
-
</circle>
|
|
51
|
-
<circle cx='4' cy='12' r='3'>
|
|
52
|
-
<animate
|
|
53
|
-
begin='0;spinner_z0Or.end'
|
|
54
|
-
attributeName='cx'
|
|
55
|
-
calcMode='spline'
|
|
56
|
-
dur='0.5s'
|
|
57
|
-
keySplines='.36,.6,.31,1'
|
|
58
|
-
values='4;12'
|
|
59
|
-
fill='freeze'
|
|
60
|
-
/>
|
|
61
|
-
<animate
|
|
62
|
-
begin='spinner_OLMs.end'
|
|
63
|
-
attributeName='cx'
|
|
64
|
-
calcMode='spline'
|
|
65
|
-
dur='0.5s'
|
|
66
|
-
keySplines='.36,.6,.31,1'
|
|
67
|
-
values='12;20'
|
|
68
|
-
fill='freeze'
|
|
69
|
-
/>
|
|
70
|
-
<animate
|
|
71
|
-
id='spinner_JsnR'
|
|
72
|
-
begin='spinner_UHR2.end'
|
|
73
|
-
attributeName='r'
|
|
74
|
-
calcMode='spline'
|
|
75
|
-
dur='0.5s'
|
|
76
|
-
keySplines='.36,.6,.31,1'
|
|
77
|
-
values='3;0'
|
|
78
|
-
fill='freeze'
|
|
79
|
-
/>
|
|
80
|
-
<animate
|
|
81
|
-
id='spinner_Aguh'
|
|
82
|
-
begin='spinner_JsnR.end'
|
|
83
|
-
attributeName='cx'
|
|
84
|
-
dur='0.001s'
|
|
85
|
-
values='20;4'
|
|
86
|
-
fill='freeze'
|
|
87
|
-
/>
|
|
88
|
-
<animate
|
|
89
|
-
begin='spinner_Aguh.end'
|
|
90
|
-
attributeName='r'
|
|
91
|
-
calcMode='spline'
|
|
92
|
-
dur='0.5s'
|
|
93
|
-
keySplines='.36,.6,.31,1'
|
|
94
|
-
values='0;3'
|
|
95
|
-
fill='freeze'
|
|
96
|
-
/>
|
|
97
|
-
</circle>
|
|
98
|
-
<circle cx='12' cy='12' r='3'>
|
|
99
|
-
<animate
|
|
100
|
-
begin='0;spinner_z0Or.end'
|
|
101
|
-
attributeName='cx'
|
|
102
|
-
calcMode='spline'
|
|
103
|
-
dur='0.5s'
|
|
104
|
-
keySplines='.36,.6,.31,1'
|
|
105
|
-
values='12;20'
|
|
106
|
-
fill='freeze'
|
|
107
|
-
/>
|
|
108
|
-
<animate
|
|
109
|
-
id='spinner_hSjk'
|
|
110
|
-
begin='spinner_OLMs.end'
|
|
111
|
-
attributeName='r'
|
|
112
|
-
calcMode='spline'
|
|
113
|
-
dur='0.5s'
|
|
114
|
-
keySplines='.36,.6,.31,1'
|
|
115
|
-
values='3;0'
|
|
116
|
-
fill='freeze'
|
|
117
|
-
/>
|
|
118
|
-
<animate
|
|
119
|
-
id='spinner_UHR2'
|
|
120
|
-
begin='spinner_hSjk.end'
|
|
121
|
-
attributeName='cx'
|
|
122
|
-
dur='0.001s'
|
|
123
|
-
values='20;4'
|
|
124
|
-
fill='freeze'
|
|
125
|
-
/>
|
|
126
|
-
<animate
|
|
127
|
-
begin='spinner_UHR2.end'
|
|
128
|
-
attributeName='r'
|
|
129
|
-
calcMode='spline'
|
|
130
|
-
dur='0.5s'
|
|
131
|
-
keySplines='.36,.6,.31,1'
|
|
132
|
-
values='0;3'
|
|
133
|
-
fill='freeze'
|
|
134
|
-
/>
|
|
135
|
-
<animate
|
|
136
|
-
begin='spinner_Aguh.end'
|
|
137
|
-
attributeName='cx'
|
|
138
|
-
calcMode='spline'
|
|
139
|
-
dur='0.5s'
|
|
140
|
-
keySplines='.36,.6,.31,1'
|
|
141
|
-
values='4;12'
|
|
142
|
-
fill='freeze'
|
|
143
|
-
/>
|
|
144
|
-
</circle>
|
|
145
|
-
<circle cx='20' cy='12' r='3'>
|
|
146
|
-
<animate
|
|
147
|
-
id='spinner_4v5M'
|
|
148
|
-
begin='0;spinner_z0Or.end'
|
|
149
|
-
attributeName='r'
|
|
150
|
-
calcMode='spline'
|
|
151
|
-
dur='0.5s'
|
|
152
|
-
keySplines='.36,.6,.31,1'
|
|
153
|
-
values='3;0'
|
|
154
|
-
fill='freeze'
|
|
155
|
-
/>
|
|
156
|
-
<animate
|
|
157
|
-
id='spinner_OLMs'
|
|
158
|
-
begin='spinner_4v5M.end'
|
|
159
|
-
attributeName='cx'
|
|
160
|
-
dur='0.001s'
|
|
161
|
-
values='20;4'
|
|
162
|
-
fill='freeze'
|
|
163
|
-
/>
|
|
164
|
-
<animate
|
|
165
|
-
begin='spinner_OLMs.end'
|
|
166
|
-
attributeName='r'
|
|
167
|
-
calcMode='spline'
|
|
168
|
-
dur='0.5s'
|
|
169
|
-
keySplines='.36,.6,.31,1'
|
|
170
|
-
values='0;3'
|
|
171
|
-
fill='freeze'
|
|
172
|
-
/>
|
|
173
|
-
<animate
|
|
174
|
-
begin='spinner_UHR2.end'
|
|
175
|
-
attributeName='cx'
|
|
176
|
-
calcMode='spline'
|
|
177
|
-
dur='0.5s'
|
|
178
|
-
keySplines='.36,.6,.31,1'
|
|
179
|
-
values='4;12'
|
|
180
|
-
fill='freeze'
|
|
181
|
-
/>
|
|
182
|
-
<animate
|
|
183
|
-
begin='spinner_Aguh.end'
|
|
184
|
-
attributeName='cx'
|
|
185
|
-
calcMode='spline'
|
|
186
|
-
dur='0.5s'
|
|
187
|
-
keySplines='.36,.6,.31,1'
|
|
188
|
-
values='12;20'
|
|
189
|
-
fill='freeze'
|
|
190
|
-
/>
|
|
191
|
-
</circle>
|
|
192
|
-
</svg>
|
|
193
|
-
);
|
|
194
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export const Dots2 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<circle cx='4' cy='12' r='3'>
|
|
5
|
-
<animate id='spinner_jObz' begin='0;spinner_vwSQ.end-0.25s' attributeName='r' dur='0.75s' values='3;.2;3' />
|
|
6
|
-
</circle>
|
|
7
|
-
<circle cx='12' cy='12' r='3'>
|
|
8
|
-
<animate begin='spinner_jObz.end-0.6s' attributeName='r' dur='0.75s' values='3;.2;3' />
|
|
9
|
-
</circle>
|
|
10
|
-
<circle cx='20' cy='12' r='3'>
|
|
11
|
-
<animate id='spinner_vwSQ' begin='spinner_jObz.end-0.45s' attributeName='r' dur='0.75s' values='3;.2;3' />
|
|
12
|
-
</circle>
|
|
13
|
-
</svg>
|
|
14
|
-
);
|
|
15
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export const Dots3 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<circle cx='4' cy='12' r='3'>
|
|
5
|
-
<animate
|
|
6
|
-
id='spinner_qFRN'
|
|
7
|
-
begin='0;spinner_OcgL.end+0.25s'
|
|
8
|
-
attributeName='cy'
|
|
9
|
-
calcMode='spline'
|
|
10
|
-
dur='0.6s'
|
|
11
|
-
values='12;6;12'
|
|
12
|
-
keySplines='.33,.66,.66,1;.33,0,.66,.33'
|
|
13
|
-
/>
|
|
14
|
-
</circle>
|
|
15
|
-
<circle cx='12' cy='12' r='3'>
|
|
16
|
-
<animate
|
|
17
|
-
begin='spinner_qFRN.begin+0.1s'
|
|
18
|
-
attributeName='cy'
|
|
19
|
-
calcMode='spline'
|
|
20
|
-
dur='0.6s'
|
|
21
|
-
values='12;6;12'
|
|
22
|
-
keySplines='.33,.66,.66,1;.33,0,.66,.33'
|
|
23
|
-
/>
|
|
24
|
-
</circle>
|
|
25
|
-
<circle cx='20' cy='12' r='3'>
|
|
26
|
-
<animate
|
|
27
|
-
id='spinner_OcgL'
|
|
28
|
-
begin='spinner_qFRN.begin+0.2s'
|
|
29
|
-
attributeName='cy'
|
|
30
|
-
calcMode='spline'
|
|
31
|
-
dur='0.6s'
|
|
32
|
-
values='12;6;12'
|
|
33
|
-
keySplines='.33,.66,.66,1;.33,0,.66,.33'
|
|
34
|
-
/>
|
|
35
|
-
</circle>
|
|
36
|
-
</svg>
|
|
37
|
-
);
|
|
38
|
-
};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
export const Dots4 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 58 58' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<g fill='none' fillRule='evenodd'>
|
|
5
|
-
<g transform='translate(2 1)' stroke='currentColor' strokeWidth='1.5'>
|
|
6
|
-
<circle cx='42.601' cy='11.462' r='5' fillOpacity='1' fill='currentColor'>
|
|
7
|
-
<animate
|
|
8
|
-
attributeName='fill-opacity'
|
|
9
|
-
begin='0s'
|
|
10
|
-
dur='1.3s'
|
|
11
|
-
values='1;0;0;0;0;0;0;0'
|
|
12
|
-
calcMode='linear'
|
|
13
|
-
repeatCount='indefinite'
|
|
14
|
-
/>
|
|
15
|
-
</circle>
|
|
16
|
-
<circle cx='49.063' cy='27.063' r='5' fillOpacity='0' fill='currentColor'>
|
|
17
|
-
<animate
|
|
18
|
-
attributeName='fill-opacity'
|
|
19
|
-
begin='0s'
|
|
20
|
-
dur='1.3s'
|
|
21
|
-
values='0;1;0;0;0;0;0;0'
|
|
22
|
-
calcMode='linear'
|
|
23
|
-
repeatCount='indefinite'
|
|
24
|
-
/>
|
|
25
|
-
</circle>
|
|
26
|
-
<circle cx='42.601' cy='42.663' r='5' fillOpacity='0' fill='currentColor'>
|
|
27
|
-
<animate
|
|
28
|
-
attributeName='fill-opacity'
|
|
29
|
-
begin='0s'
|
|
30
|
-
dur='1.3s'
|
|
31
|
-
values='0;0;1;0;0;0;0;0'
|
|
32
|
-
calcMode='linear'
|
|
33
|
-
repeatCount='indefinite'
|
|
34
|
-
/>
|
|
35
|
-
</circle>
|
|
36
|
-
<circle cx='27' cy='49.125' r='5' fillOpacity='0' fill='currentColor'>
|
|
37
|
-
<animate
|
|
38
|
-
attributeName='fill-opacity'
|
|
39
|
-
begin='0s'
|
|
40
|
-
dur='1.3s'
|
|
41
|
-
values='0;0;0;1;0;0;0;0'
|
|
42
|
-
calcMode='linear'
|
|
43
|
-
repeatCount='indefinite'
|
|
44
|
-
/>
|
|
45
|
-
</circle>
|
|
46
|
-
<circle cx='11.399' cy='42.663' r='5' fillOpacity='0' fill='currentColor'>
|
|
47
|
-
<animate
|
|
48
|
-
attributeName='fill-opacity'
|
|
49
|
-
begin='0s'
|
|
50
|
-
dur='1.3s'
|
|
51
|
-
values='0;0;0;0;1;0;0;0'
|
|
52
|
-
calcMode='linear'
|
|
53
|
-
repeatCount='indefinite'
|
|
54
|
-
/>
|
|
55
|
-
</circle>
|
|
56
|
-
<circle cx='4.938' cy='27.063' r='5' fillOpacity='0' fill='currentColor'>
|
|
57
|
-
<animate
|
|
58
|
-
attributeName='fill-opacity'
|
|
59
|
-
begin='0s'
|
|
60
|
-
dur='1.3s'
|
|
61
|
-
values='0;0;0;0;0;1;0;0'
|
|
62
|
-
calcMode='linear'
|
|
63
|
-
repeatCount='indefinite'
|
|
64
|
-
/>
|
|
65
|
-
</circle>
|
|
66
|
-
<circle cx='11.399' cy='11.462' r='5' fillOpacity='0' fill='currentColor'>
|
|
67
|
-
<animate
|
|
68
|
-
attributeName='fill-opacity'
|
|
69
|
-
begin='0s'
|
|
70
|
-
dur='1.3s'
|
|
71
|
-
values='0;0;0;0;0;0;1;0'
|
|
72
|
-
calcMode='linear'
|
|
73
|
-
repeatCount='indefinite'
|
|
74
|
-
/>
|
|
75
|
-
</circle>
|
|
76
|
-
<circle cx='27' cy='5' r='5' fillOpacity='0' fill='currentColor'>
|
|
77
|
-
<animate
|
|
78
|
-
attributeName='fill-opacity'
|
|
79
|
-
begin='0s'
|
|
80
|
-
dur='1.3s'
|
|
81
|
-
values='0;0;0;0;0;0;0;1'
|
|
82
|
-
calcMode='linear'
|
|
83
|
-
repeatCount='indefinite'
|
|
84
|
-
/>
|
|
85
|
-
</circle>
|
|
86
|
-
</g>
|
|
87
|
-
</g>
|
|
88
|
-
</svg>
|
|
89
|
-
);
|
|
90
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export const Dots5 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg
|
|
4
|
-
fill='currentColor'
|
|
5
|
-
width='1em'
|
|
6
|
-
height='1em'
|
|
7
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
8
|
-
xmlSpace='preserve'
|
|
9
|
-
id='cog9_1_'
|
|
10
|
-
x={0}
|
|
11
|
-
y={0}
|
|
12
|
-
viewBox='-13 -13 45 45'
|
|
13
|
-
>
|
|
14
|
-
<style>
|
|
15
|
-
{
|
|
16
|
-
'@keyframes moveBox5631-1{9.0909090909%,90.9090909091%{transform:translate(-12px,0)}18.1818181818%,27.2727272727%,81.8181818182%,to{transform:translate(0,0)}36.3636363636%,72.7272727273%{transform:translate(12px,0)}45.4545454545%,54.5454545455%,63.6363636364%{transform:translate(12px,12px)}}@keyframes moveBox5631-2{27.2727272727%,9.0909090909%,to{transform:translate(0,0)}18.1818181818%,36.3636363636%{transform:translate(12px,0)}45.4545454545%,54.5454545455%,63.6363636364%,72.7272727273%{transform:translate(12px,12px)}81.8181818182%,90.9090909091%{transform:translate(0,12px)}}@keyframes moveBox5631-3{18.1818181818%,36.3636363636%,45.4545454545%,54.5454545455%,63.6363636364%,72.7272727273%,9.0909090909%{transform:translate(-12px,0)}27.2727272727%,to{transform:translate(0,0)}81.8181818182%{transform:translate(-12px,-12px)}90.9090909091%{transform:translate(0,-12px)}}@keyframes moveBox5631-4{18.1818181818%,9.0909090909%,90.9090909091%{transform:translate(-12px,0)}27.2727272727%,81.8181818182%{transform:translate(-12px,-12px)}36.3636363636%,54.5454545455%,63.6363636364%,72.7272727273%{transform:translate(0,-12px)}45.4545454545%,to{transform:translate(0,0)}}@keyframes moveBox5631-5{18.1818181818%,27.2727272727%,9.0909090909%,to{transform:translate(0,0)}36.3636363636%,45.4545454545%,54.5454545455%,63.6363636364%,72.7272727273%{transform:translate(12px,0)}81.8181818182%{transform:translate(12px,-12px)}90.9090909091%{transform:translate(0,-12px)}}@keyframes moveBox5631-6{36.3636363636%,45.4545454545%,54.5454545455%,63.6363636364%,9.0909090909%,to{transform:translate(0,0)}18.1818181818%,27.2727272727%,90.9090909091%{transform:translate(-12px,0)}72.7272727273%{transform:translate(0,12px)}81.8181818182%{transform:translate(-12px,12px)}}@keyframes moveBox5631-7{18.1818181818%,27.2727272727%,9.0909090909%,90.9090909091%{transform:translate(12px,0)}36.3636363636%,81.8181818182%,to{transform:translate(0,0)}45.4545454545%,63.6363636364%,72.7272727273%{transform:translate(0,-12px)}54.5454545455%{transform:translate(12px,-12px)}}@keyframes moveBox5631-8{9.0909090909%,to{transform:translate(0,0)}18.1818181818%{transform:translate(-12px,0)}27.2727272727%{transform:translate(-12px,-12px)}36.3636363636%,45.4545454545%,54.5454545455%,63.6363636364%,72.7272727273%{transform:translate(0,-12px)}81.8181818182%{transform:translate(12px,-12px)}90.9090909091%{transform:translate(12px,0)}}@keyframes moveBox5631-9{18.1818181818%,36.3636363636%,63.6363636364%,72.7272727273%,9.0909090909%,90.9090909091%{transform:translate(-12px,0)}27.2727272727%,45.4545454545%,54.5454545455%,to{transform:translate(0,0)}81.8181818182%{transform:translate(-24px,0)}}.box5631{transform-origin:50% 50%;fill:currentColor}.box5631:nth-child(1){animation:moveBox5631-1 4s infinite}.box5631:nth-child(2){animation:moveBox5631-2 4s infinite}.box5631:nth-child(3){animation:moveBox5631-3 4s infinite}.box5631:nth-child(4){animation:moveBox5631-4 4s infinite}.box5631:nth-child(5){animation:moveBox5631-5 4s infinite}.box5631:nth-child(6){animation:moveBox5631-6 4s infinite}.box5631:nth-child(7){animation:moveBox5631-7 4s infinite}.box5631:nth-child(8){animation:moveBox5631-8 4s infinite}.box5631:nth-child(9){animation:moveBox5631-9 4s infinite}'
|
|
17
|
-
}
|
|
18
|
-
</style>
|
|
19
|
-
<circle cx={13} cy={1} r={5} className='box5631' />
|
|
20
|
-
<circle cx={13} cy={1} r={5} className='box5631' />
|
|
21
|
-
<circle cx={25} cy={25} r={5} className='box5631' />
|
|
22
|
-
<circle cx={13} cy={13} r={5} className='box5631' />
|
|
23
|
-
<circle cx={13} cy={13} r={5} className='box5631' />
|
|
24
|
-
<circle cx={25} cy={13} r={5} className='box5631' />
|
|
25
|
-
<circle cx={1} cy={25} r={5} className='box5631' />
|
|
26
|
-
<circle cx={13} cy={25} r={5} className='box5631' />
|
|
27
|
-
<circle cx={25} cy={25} r={5} className='box5631' />
|
|
28
|
-
</svg>
|
|
29
|
-
);
|
|
30
|
-
};
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
export const Dots6 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg viewBox='0 0 240 240' fill='currentColor' width='1em' height='1em'>
|
|
4
|
-
<style>
|
|
5
|
-
{
|
|
6
|
-
'@keyframes ringA{0%,4%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-330}12%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-335}32%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-595}40%,54%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-660}62%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-665}82%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-925}90%,to{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-990}}@keyframes ringB{0%,12%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-110}20%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-115}40%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-195}48%,62%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-220}70%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-225}90%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-305}98%,to{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-330}}@keyframes ringC{0%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}8%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}28%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}36%,58%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}66%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}86%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}94%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}@keyframes ringD{0%,8%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}16%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}36%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}44%,50%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}58%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}78%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}86%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}.pl1123__ring{animation:ringA 2s linear infinite}'
|
|
7
|
-
}
|
|
8
|
-
</style>
|
|
9
|
-
<circle
|
|
10
|
-
cx={120}
|
|
11
|
-
cy={120}
|
|
12
|
-
r={105}
|
|
13
|
-
fill='none'
|
|
14
|
-
stroke='#000'
|
|
15
|
-
strokeDasharray='0 660'
|
|
16
|
-
strokeDashoffset={-330}
|
|
17
|
-
strokeLinecap='round'
|
|
18
|
-
strokeWidth={20}
|
|
19
|
-
className='pl1123__ring'
|
|
20
|
-
style={{
|
|
21
|
-
stroke: 'currentColor',
|
|
22
|
-
}}
|
|
23
|
-
/>
|
|
24
|
-
<circle
|
|
25
|
-
cx={120}
|
|
26
|
-
cy={120}
|
|
27
|
-
r={35}
|
|
28
|
-
fill='none'
|
|
29
|
-
stroke='#000'
|
|
30
|
-
strokeDasharray='0 220'
|
|
31
|
-
strokeDashoffset={-110}
|
|
32
|
-
strokeLinecap='round'
|
|
33
|
-
strokeWidth={20}
|
|
34
|
-
className='pl1123__ring'
|
|
35
|
-
style={{
|
|
36
|
-
animationName: 'ringB',
|
|
37
|
-
stroke: 'currentColor',
|
|
38
|
-
}}
|
|
39
|
-
/>
|
|
40
|
-
<circle
|
|
41
|
-
cx={85}
|
|
42
|
-
cy={120}
|
|
43
|
-
r={70}
|
|
44
|
-
fill='none'
|
|
45
|
-
stroke='#000'
|
|
46
|
-
strokeDasharray='0 440'
|
|
47
|
-
strokeLinecap='round'
|
|
48
|
-
strokeWidth={20}
|
|
49
|
-
className='pl1123__ring'
|
|
50
|
-
style={{
|
|
51
|
-
animationName: 'ringC',
|
|
52
|
-
stroke: 'currentColor',
|
|
53
|
-
}}
|
|
54
|
-
/>
|
|
55
|
-
<circle
|
|
56
|
-
cx={155}
|
|
57
|
-
cy={120}
|
|
58
|
-
r={70}
|
|
59
|
-
fill='none'
|
|
60
|
-
stroke='#000'
|
|
61
|
-
strokeDasharray='0 440'
|
|
62
|
-
strokeLinecap='round'
|
|
63
|
-
strokeWidth={20}
|
|
64
|
-
className='pl1123__ring'
|
|
65
|
-
style={{
|
|
66
|
-
animationName: 'ringD',
|
|
67
|
-
stroke: 'currentColor',
|
|
68
|
-
}}
|
|
69
|
-
/>
|
|
70
|
-
</svg>
|
|
71
|
-
);
|
|
72
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
export const Dots7 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<defs>
|
|
5
|
-
<filter id='spinner-gF00'>
|
|
6
|
-
<feGaussianBlur in='SourceGraphic' stdDeviation='1.5' result='y' />
|
|
7
|
-
<feColorMatrix in='y' mode='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7' result='z' />
|
|
8
|
-
<feBlend in='SourceGraphic' in2='z' />
|
|
9
|
-
</filter>
|
|
10
|
-
</defs>
|
|
11
|
-
<g filter='url(#spinner-gF00)'>
|
|
12
|
-
<circle cx='4' cy='12' r='3'>
|
|
13
|
-
<animate
|
|
14
|
-
attributeName='cx'
|
|
15
|
-
calcMode='spline'
|
|
16
|
-
dur='0.75s'
|
|
17
|
-
values='4;9;4'
|
|
18
|
-
keySplines='.56,.52,.17,.98;.56,.52,.17,.98'
|
|
19
|
-
repeatCount='indefinite'
|
|
20
|
-
/>
|
|
21
|
-
<animate
|
|
22
|
-
attributeName='r'
|
|
23
|
-
calcMode='spline'
|
|
24
|
-
dur='0.75s'
|
|
25
|
-
values='3;8;3'
|
|
26
|
-
keySplines='.56,.52,.17,.98;.56,.52,.17,.98'
|
|
27
|
-
repeatCount='indefinite'
|
|
28
|
-
/>
|
|
29
|
-
</circle>
|
|
30
|
-
<circle cx='15' cy='12' r='8'>
|
|
31
|
-
<animate
|
|
32
|
-
attributeName='cx'
|
|
33
|
-
calcMode='spline'
|
|
34
|
-
dur='0.75s'
|
|
35
|
-
values='15;20;15'
|
|
36
|
-
keySplines='.56,.52,.17,.98;.56,.52,.17,.98'
|
|
37
|
-
repeatCount='indefinite'
|
|
38
|
-
/>
|
|
39
|
-
<animate
|
|
40
|
-
attributeName='r'
|
|
41
|
-
calcMode='spline'
|
|
42
|
-
dur='0.75s'
|
|
43
|
-
values='8;3;8'
|
|
44
|
-
keySplines='.56,.52,.17,.98;.56,.52,.17,.98'
|
|
45
|
-
repeatCount='indefinite'
|
|
46
|
-
/>
|
|
47
|
-
</circle>
|
|
48
|
-
</g>
|
|
49
|
-
</svg>
|
|
50
|
-
);
|
|
51
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export const Dots8 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<defs>
|
|
5
|
-
<filter id='spinner-gF01'>
|
|
6
|
-
<feGaussianBlur in='SourceGraphic' stdDeviation='1' result='y' />
|
|
7
|
-
<feColorMatrix in='y' mode='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7' result='z' />
|
|
8
|
-
<feBlend in='SourceGraphic' in2='z' />
|
|
9
|
-
</filter>
|
|
10
|
-
</defs>
|
|
11
|
-
<g filter='url(#spinner-gF01)'>
|
|
12
|
-
<circle cx='5' cy='12' r='4'>
|
|
13
|
-
<animate
|
|
14
|
-
attributeName='cx'
|
|
15
|
-
calcMode='spline'
|
|
16
|
-
dur='2s'
|
|
17
|
-
values='5;8;5'
|
|
18
|
-
keySplines='.36,.62,.43,.99;.79,0,.58,.57'
|
|
19
|
-
repeatCount='indefinite'
|
|
20
|
-
/>
|
|
21
|
-
</circle>
|
|
22
|
-
<circle cx='19' cy='12' r='4'>
|
|
23
|
-
<animate
|
|
24
|
-
attributeName='cx'
|
|
25
|
-
calcMode='spline'
|
|
26
|
-
dur='2s'
|
|
27
|
-
values='19;16;19'
|
|
28
|
-
keySplines='.36,.62,.43,.99;.79,0,.58,.57'
|
|
29
|
-
repeatCount='indefinite'
|
|
30
|
-
/>
|
|
31
|
-
</circle>
|
|
32
|
-
<animateTransform
|
|
33
|
-
attributeName='transform'
|
|
34
|
-
type='rotate'
|
|
35
|
-
dur='0.75s'
|
|
36
|
-
values='0 12 12;360 12 12'
|
|
37
|
-
repeatCount='indefinite'
|
|
38
|
-
/>
|
|
39
|
-
</g>
|
|
40
|
-
</svg>
|
|
41
|
-
);
|
|
42
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export const Dots9 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg
|
|
4
|
-
fill='currentColor'
|
|
5
|
-
width='1em'
|
|
6
|
-
height='1em'
|
|
7
|
-
version='1.1'
|
|
8
|
-
id='L4'
|
|
9
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
10
|
-
x='0px'
|
|
11
|
-
y='0px'
|
|
12
|
-
viewBox='0 40 60 16'
|
|
13
|
-
enableBackground='new 0 0 0 0'
|
|
14
|
-
xmlSpace='preserve'
|
|
15
|
-
>
|
|
16
|
-
<circle fill='currentColor' stroke='none' cx='6' cy='50' r='6'>
|
|
17
|
-
<animate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1' />
|
|
18
|
-
</circle>
|
|
19
|
-
<circle fill='currentColor' stroke='none' cx='26' cy='50' r='6'>
|
|
20
|
-
<animate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2' />
|
|
21
|
-
</circle>
|
|
22
|
-
<circle fill='currentColor' stroke='none' cx='46' cy='50' r='6'>
|
|
23
|
-
<animate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3' />
|
|
24
|
-
</circle>
|
|
25
|
-
</svg>
|
|
26
|
-
);
|
|
27
|
-
};
|