polpo 0.1.7 → 0.1.9
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 +3 -0
- package/dist/components.cjs.map +1 -0
- package/dist/components.css +2 -0
- package/dist/components.css.map +1 -0
- package/dist/components.d.cts +1866 -0
- package/dist/components.d.ts +1866 -0
- package/dist/components.js +3 -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 +3 -0
- package/dist/layouts.cjs.map +1 -0
- package/dist/layouts.css +2 -0
- package/dist/layouts.css.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 +3 -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,96 +0,0 @@
|
|
|
1
|
-
export const Lines1 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 135 140' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<rect y='10' width='15' height='120' rx='6'>
|
|
5
|
-
<animate
|
|
6
|
-
attributeName='height'
|
|
7
|
-
begin='0.5s'
|
|
8
|
-
dur='1s'
|
|
9
|
-
values='120;110;100;90;80;70;60;50;40;140;120'
|
|
10
|
-
calcMode='linear'
|
|
11
|
-
repeatCount='indefinite'
|
|
12
|
-
/>
|
|
13
|
-
<animate
|
|
14
|
-
attributeName='y'
|
|
15
|
-
begin='0.5s'
|
|
16
|
-
dur='1s'
|
|
17
|
-
values='10;15;20;25;30;35;40;45;50;0;10'
|
|
18
|
-
calcMode='linear'
|
|
19
|
-
repeatCount='indefinite'
|
|
20
|
-
/>
|
|
21
|
-
</rect>
|
|
22
|
-
<rect x='30' y='10' width='15' height='120' rx='6'>
|
|
23
|
-
<animate
|
|
24
|
-
attributeName='height'
|
|
25
|
-
begin='0.25s'
|
|
26
|
-
dur='1s'
|
|
27
|
-
values='120;110;100;90;80;70;60;50;40;140;120'
|
|
28
|
-
calcMode='linear'
|
|
29
|
-
repeatCount='indefinite'
|
|
30
|
-
/>
|
|
31
|
-
<animate
|
|
32
|
-
attributeName='y'
|
|
33
|
-
begin='0.25s'
|
|
34
|
-
dur='1s'
|
|
35
|
-
values='10;15;20;25;30;35;40;45;50;0;10'
|
|
36
|
-
calcMode='linear'
|
|
37
|
-
repeatCount='indefinite'
|
|
38
|
-
/>
|
|
39
|
-
</rect>
|
|
40
|
-
<rect x='60' width='15' height='140' rx='6'>
|
|
41
|
-
<animate
|
|
42
|
-
attributeName='height'
|
|
43
|
-
begin='0s'
|
|
44
|
-
dur='1s'
|
|
45
|
-
values='120;110;100;90;80;70;60;50;40;140;120'
|
|
46
|
-
calcMode='linear'
|
|
47
|
-
repeatCount='indefinite'
|
|
48
|
-
/>
|
|
49
|
-
<animate
|
|
50
|
-
attributeName='y'
|
|
51
|
-
begin='0s'
|
|
52
|
-
dur='1s'
|
|
53
|
-
values='10;15;20;25;30;35;40;45;50;0;10'
|
|
54
|
-
calcMode='linear'
|
|
55
|
-
repeatCount='indefinite'
|
|
56
|
-
/>
|
|
57
|
-
</rect>
|
|
58
|
-
<rect x='90' y='10' width='15' height='120' rx='6'>
|
|
59
|
-
<animate
|
|
60
|
-
attributeName='height'
|
|
61
|
-
begin='0.25s'
|
|
62
|
-
dur='1s'
|
|
63
|
-
values='120;110;100;90;80;70;60;50;40;140;120'
|
|
64
|
-
calcMode='linear'
|
|
65
|
-
repeatCount='indefinite'
|
|
66
|
-
/>
|
|
67
|
-
<animate
|
|
68
|
-
attributeName='y'
|
|
69
|
-
begin='0.25s'
|
|
70
|
-
dur='1s'
|
|
71
|
-
values='10;15;20;25;30;35;40;45;50;0;10'
|
|
72
|
-
calcMode='linear'
|
|
73
|
-
repeatCount='indefinite'
|
|
74
|
-
/>
|
|
75
|
-
</rect>
|
|
76
|
-
<rect x='120' y='10' width='15' height='120' rx='6'>
|
|
77
|
-
<animate
|
|
78
|
-
attributeName='height'
|
|
79
|
-
begin='0.5s'
|
|
80
|
-
dur='1s'
|
|
81
|
-
values='120;110;100;90;80;70;60;50;40;140;120'
|
|
82
|
-
calcMode='linear'
|
|
83
|
-
repeatCount='indefinite'
|
|
84
|
-
/>
|
|
85
|
-
<animate
|
|
86
|
-
attributeName='y'
|
|
87
|
-
begin='0.5s'
|
|
88
|
-
dur='1s'
|
|
89
|
-
values='10;15;20;25;30;35;40;45;50;0;10'
|
|
90
|
-
calcMode='linear'
|
|
91
|
-
repeatCount='indefinite'
|
|
92
|
-
/>
|
|
93
|
-
</rect>
|
|
94
|
-
</svg>
|
|
95
|
-
);
|
|
96
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
export const Lines2 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 55 80' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<g transform='matrix(1 0 0 -1 0 80)'>
|
|
5
|
-
<rect width='10' height='20' rx='3'>
|
|
6
|
-
<animate
|
|
7
|
-
attributeName='height'
|
|
8
|
-
begin='0s'
|
|
9
|
-
dur='4.3s'
|
|
10
|
-
values='20;45;57;80;64;32;66;45;64;23;66;13;64;56;34;34;2;23;76;79;20'
|
|
11
|
-
calcMode='linear'
|
|
12
|
-
repeatCount='indefinite'
|
|
13
|
-
/>
|
|
14
|
-
</rect>
|
|
15
|
-
<rect x='15' width='10' height='80' rx='3'>
|
|
16
|
-
<animate
|
|
17
|
-
attributeName='height'
|
|
18
|
-
begin='0s'
|
|
19
|
-
dur='2s'
|
|
20
|
-
values='80;55;33;5;75;23;73;33;12;14;60;80'
|
|
21
|
-
calcMode='linear'
|
|
22
|
-
repeatCount='indefinite'
|
|
23
|
-
/>
|
|
24
|
-
</rect>
|
|
25
|
-
<rect x='30' width='10' height='50' rx='3'>
|
|
26
|
-
<animate
|
|
27
|
-
attributeName='height'
|
|
28
|
-
begin='0s'
|
|
29
|
-
dur='1.4s'
|
|
30
|
-
values='50;34;78;23;56;23;34;76;80;54;21;50'
|
|
31
|
-
calcMode='linear'
|
|
32
|
-
repeatCount='indefinite'
|
|
33
|
-
/>
|
|
34
|
-
</rect>
|
|
35
|
-
<rect x='45' width='10' height='30' rx='3'>
|
|
36
|
-
<animate
|
|
37
|
-
attributeName='height'
|
|
38
|
-
begin='0s'
|
|
39
|
-
dur='2s'
|
|
40
|
-
values='30;45;13;80;56;72;45;76;34;23;67;30'
|
|
41
|
-
calcMode='linear'
|
|
42
|
-
repeatCount='indefinite'
|
|
43
|
-
/>
|
|
44
|
-
</rect>
|
|
45
|
-
</g>
|
|
46
|
-
</svg>
|
|
47
|
-
);
|
|
48
|
-
};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
export const Pulse1 = () => {
|
|
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='12' cy='12' r='0'>
|
|
5
|
-
<animate
|
|
6
|
-
id='spinner_0Nme'
|
|
7
|
-
begin='0;spinner_ITag.begin+0.4s'
|
|
8
|
-
attributeName='r'
|
|
9
|
-
calcMode='spline'
|
|
10
|
-
dur='1.2s'
|
|
11
|
-
values='0;11'
|
|
12
|
-
keySplines='.52,.6,.25,.99'
|
|
13
|
-
fill='freeze'
|
|
14
|
-
/>
|
|
15
|
-
<animate
|
|
16
|
-
begin='0;spinner_ITag.begin+0.4s'
|
|
17
|
-
attributeName='opacity'
|
|
18
|
-
calcMode='spline'
|
|
19
|
-
dur='1.2s'
|
|
20
|
-
values='1;0'
|
|
21
|
-
keySplines='.52,.6,.25,.99'
|
|
22
|
-
fill='freeze'
|
|
23
|
-
/>
|
|
24
|
-
</circle>
|
|
25
|
-
<circle cx='12' cy='12' r='0'>
|
|
26
|
-
<animate
|
|
27
|
-
id='spinner_f83A'
|
|
28
|
-
begin='spinner_0Nme.begin+0.4s'
|
|
29
|
-
attributeName='r'
|
|
30
|
-
calcMode='spline'
|
|
31
|
-
dur='1.2s'
|
|
32
|
-
values='0;11'
|
|
33
|
-
keySplines='.52,.6,.25,.99'
|
|
34
|
-
fill='freeze'
|
|
35
|
-
/>
|
|
36
|
-
<animate
|
|
37
|
-
begin='spinner_0Nme.begin+0.4s'
|
|
38
|
-
attributeName='opacity'
|
|
39
|
-
calcMode='spline'
|
|
40
|
-
dur='1.2s'
|
|
41
|
-
values='1;0'
|
|
42
|
-
keySplines='.52,.6,.25,.99'
|
|
43
|
-
fill='freeze'
|
|
44
|
-
/>
|
|
45
|
-
</circle>
|
|
46
|
-
<circle cx='12' cy='12' r='0'>
|
|
47
|
-
<animate
|
|
48
|
-
id='spinner_ITag'
|
|
49
|
-
begin='spinner_0Nme.begin+0.8s'
|
|
50
|
-
attributeName='r'
|
|
51
|
-
calcMode='spline'
|
|
52
|
-
dur='1.2s'
|
|
53
|
-
values='0;11'
|
|
54
|
-
keySplines='.52,.6,.25,.99'
|
|
55
|
-
fill='freeze'
|
|
56
|
-
/>
|
|
57
|
-
<animate
|
|
58
|
-
begin='spinner_0Nme.begin+0.8s'
|
|
59
|
-
attributeName='opacity'
|
|
60
|
-
calcMode='spline'
|
|
61
|
-
dur='1.2s'
|
|
62
|
-
values='1;0'
|
|
63
|
-
keySplines='.52,.6,.25,.99'
|
|
64
|
-
fill='freeze'
|
|
65
|
-
/>
|
|
66
|
-
</circle>
|
|
67
|
-
</svg>
|
|
68
|
-
);
|
|
69
|
-
};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
export const Pulse2 = () => {
|
|
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='12' cy='12' r='0'>
|
|
5
|
-
<animate
|
|
6
|
-
id='spinner_kIfO'
|
|
7
|
-
begin='0;spinner_xBIM.end'
|
|
8
|
-
attributeName='r'
|
|
9
|
-
calcMode='spline'
|
|
10
|
-
dur='1.2s'
|
|
11
|
-
values='0;11'
|
|
12
|
-
keySplines='.52,.6,.25,.99'
|
|
13
|
-
fill='freeze'
|
|
14
|
-
/>
|
|
15
|
-
<animate
|
|
16
|
-
begin='0;spinner_xBIM.end'
|
|
17
|
-
attributeName='opacity'
|
|
18
|
-
calcMode='spline'
|
|
19
|
-
dur='1.2s'
|
|
20
|
-
values='1;0'
|
|
21
|
-
keySplines='.52,.6,.25,.99'
|
|
22
|
-
fill='freeze'
|
|
23
|
-
/>
|
|
24
|
-
</circle>
|
|
25
|
-
<circle cx='12' cy='12' r='0'>
|
|
26
|
-
<animate
|
|
27
|
-
id='spinner_Pbsh'
|
|
28
|
-
begin='spinner_kIfO.begin+0.2s'
|
|
29
|
-
attributeName='r'
|
|
30
|
-
calcMode='spline'
|
|
31
|
-
dur='1.2s'
|
|
32
|
-
values='0;11'
|
|
33
|
-
keySplines='.52,.6,.25,.99'
|
|
34
|
-
fill='freeze'
|
|
35
|
-
/>
|
|
36
|
-
<animate
|
|
37
|
-
begin='spinner_kIfO.begin+0.2s'
|
|
38
|
-
attributeName='opacity'
|
|
39
|
-
calcMode='spline'
|
|
40
|
-
dur='1.2s'
|
|
41
|
-
values='1;0'
|
|
42
|
-
keySplines='.52,.6,.25,.99'
|
|
43
|
-
fill='freeze'
|
|
44
|
-
/>
|
|
45
|
-
</circle>
|
|
46
|
-
<circle cx='12' cy='12' r='0'>
|
|
47
|
-
<animate
|
|
48
|
-
id='spinner_xBIM'
|
|
49
|
-
begin='spinner_kIfO.begin+0.4s'
|
|
50
|
-
attributeName='r'
|
|
51
|
-
calcMode='spline'
|
|
52
|
-
dur='1.2s'
|
|
53
|
-
values='0;11'
|
|
54
|
-
keySplines='.52,.6,.25,.99'
|
|
55
|
-
fill='freeze'
|
|
56
|
-
/>
|
|
57
|
-
<animate
|
|
58
|
-
begin='spinner_kIfO.begin+0.4s'
|
|
59
|
-
attributeName='opacity'
|
|
60
|
-
calcMode='spline'
|
|
61
|
-
dur='1.2s'
|
|
62
|
-
values='1;0'
|
|
63
|
-
keySplines='.52,.6,.25,.99'
|
|
64
|
-
fill='freeze'
|
|
65
|
-
/>
|
|
66
|
-
</circle>
|
|
67
|
-
</svg>
|
|
68
|
-
);
|
|
69
|
-
};
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
export const Pulse3 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<path
|
|
5
|
-
d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z'
|
|
6
|
-
transform='translate(12, 12) scale(0)'
|
|
7
|
-
>
|
|
8
|
-
<animateTransform
|
|
9
|
-
id='spinner_XR07'
|
|
10
|
-
begin='0;spinner_npiH.begin+0.4s'
|
|
11
|
-
attributeName='transform'
|
|
12
|
-
calcMode='spline'
|
|
13
|
-
type='translate'
|
|
14
|
-
dur='1.2s'
|
|
15
|
-
values='12 12;0 0'
|
|
16
|
-
keySplines='.52,.6,.25,.99'
|
|
17
|
-
/>
|
|
18
|
-
<animateTransform
|
|
19
|
-
begin='0;spinner_npiH.begin+0.4s'
|
|
20
|
-
attributeName='transform'
|
|
21
|
-
calcMode='spline'
|
|
22
|
-
additive='sum'
|
|
23
|
-
type='scale'
|
|
24
|
-
dur='1.2s'
|
|
25
|
-
values='0;1'
|
|
26
|
-
keySplines='.52,.6,.25,.99'
|
|
27
|
-
/>
|
|
28
|
-
<animate
|
|
29
|
-
begin='0;spinner_npiH.begin+0.4s'
|
|
30
|
-
attributeName='opacity'
|
|
31
|
-
calcMode='spline'
|
|
32
|
-
dur='1.2s'
|
|
33
|
-
values='1;0'
|
|
34
|
-
keySplines='.52,.6,.25,.99'
|
|
35
|
-
/>
|
|
36
|
-
</path>
|
|
37
|
-
<path
|
|
38
|
-
d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z'
|
|
39
|
-
transform='translate(12, 12) scale(0)'
|
|
40
|
-
>
|
|
41
|
-
<animateTransform
|
|
42
|
-
id='spinner_r5ci'
|
|
43
|
-
begin='spinner_XR07.begin+0.4s'
|
|
44
|
-
attributeName='transform'
|
|
45
|
-
calcMode='spline'
|
|
46
|
-
type='translate'
|
|
47
|
-
dur='1.2s'
|
|
48
|
-
values='12 12;0 0'
|
|
49
|
-
keySplines='.52,.6,.25,.99'
|
|
50
|
-
/>
|
|
51
|
-
<animateTransform
|
|
52
|
-
begin='spinner_XR07.begin+0.4s'
|
|
53
|
-
attributeName='transform'
|
|
54
|
-
calcMode='spline'
|
|
55
|
-
additive='sum'
|
|
56
|
-
type='scale'
|
|
57
|
-
dur='1.2s'
|
|
58
|
-
values='0;1'
|
|
59
|
-
keySplines='.52,.6,.25,.99'
|
|
60
|
-
/>
|
|
61
|
-
<animate
|
|
62
|
-
begin='spinner_XR07.begin+0.4s'
|
|
63
|
-
attributeName='opacity'
|
|
64
|
-
calcMode='spline'
|
|
65
|
-
dur='1.2s'
|
|
66
|
-
values='1;0'
|
|
67
|
-
keySplines='.52,.6,.25,.99'
|
|
68
|
-
/>
|
|
69
|
-
</path>
|
|
70
|
-
<path
|
|
71
|
-
d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z'
|
|
72
|
-
transform='translate(12, 12) scale(0)'
|
|
73
|
-
>
|
|
74
|
-
<animateTransform
|
|
75
|
-
id='spinner_npiH'
|
|
76
|
-
begin='spinner_XR07.begin+0.8s'
|
|
77
|
-
attributeName='transform'
|
|
78
|
-
calcMode='spline'
|
|
79
|
-
type='translate'
|
|
80
|
-
dur='1.2s'
|
|
81
|
-
values='12 12;0 0'
|
|
82
|
-
keySplines='.52,.6,.25,.99'
|
|
83
|
-
/>
|
|
84
|
-
<animateTransform
|
|
85
|
-
begin='spinner_XR07.begin+0.8s'
|
|
86
|
-
attributeName='transform'
|
|
87
|
-
calcMode='spline'
|
|
88
|
-
additive='sum'
|
|
89
|
-
type='scale'
|
|
90
|
-
dur='1.2s'
|
|
91
|
-
values='0;1'
|
|
92
|
-
keySplines='.52,.6,.25,.99'
|
|
93
|
-
/>
|
|
94
|
-
<animate
|
|
95
|
-
begin='spinner_XR07.begin+0.8s'
|
|
96
|
-
attributeName='opacity'
|
|
97
|
-
calcMode='spline'
|
|
98
|
-
dur='1.2s'
|
|
99
|
-
values='1;0'
|
|
100
|
-
keySplines='.52,.6,.25,.99'
|
|
101
|
-
/>
|
|
102
|
-
</path>
|
|
103
|
-
</svg>
|
|
104
|
-
);
|
|
105
|
-
};
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
export const Pulse4 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg fill='currentColor' width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<path
|
|
5
|
-
d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z'
|
|
6
|
-
transform='translate(12, 12) scale(0)'
|
|
7
|
-
>
|
|
8
|
-
<animateTransform
|
|
9
|
-
id='spinner_dYH2'
|
|
10
|
-
begin='0;spinner_2BXs.end'
|
|
11
|
-
attributeName='transform'
|
|
12
|
-
calcMode='spline'
|
|
13
|
-
type='translate'
|
|
14
|
-
dur='1.2s'
|
|
15
|
-
values='12 12;0 0'
|
|
16
|
-
keySplines='.52,.6,.25,.99'
|
|
17
|
-
/>
|
|
18
|
-
<animateTransform
|
|
19
|
-
begin='0;spinner_2BXs.end'
|
|
20
|
-
attributeName='transform'
|
|
21
|
-
calcMode='spline'
|
|
22
|
-
additive='sum'
|
|
23
|
-
type='scale'
|
|
24
|
-
dur='1.2s'
|
|
25
|
-
values='0;1'
|
|
26
|
-
keySplines='.52,.6,.25,.99'
|
|
27
|
-
/>
|
|
28
|
-
<animate
|
|
29
|
-
begin='0;spinner_2BXs.end'
|
|
30
|
-
attributeName='opacity'
|
|
31
|
-
calcMode='spline'
|
|
32
|
-
dur='1.2s'
|
|
33
|
-
values='1;0'
|
|
34
|
-
keySplines='.52,.6,.25,.99'
|
|
35
|
-
/>
|
|
36
|
-
</path>
|
|
37
|
-
<path
|
|
38
|
-
d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z'
|
|
39
|
-
transform='translate(12, 12) scale(0)'
|
|
40
|
-
>
|
|
41
|
-
<animateTransform
|
|
42
|
-
id='spinner_novB'
|
|
43
|
-
begin='spinner_dYH2.begin+0.2s'
|
|
44
|
-
attributeName='transform'
|
|
45
|
-
calcMode='spline'
|
|
46
|
-
type='translate'
|
|
47
|
-
dur='1.2s'
|
|
48
|
-
values='12 12;0 0'
|
|
49
|
-
keySplines='.52,.6,.25,.99'
|
|
50
|
-
/>
|
|
51
|
-
<animateTransform
|
|
52
|
-
begin='spinner_dYH2.begin+0.2s'
|
|
53
|
-
attributeName='transform'
|
|
54
|
-
calcMode='spline'
|
|
55
|
-
additive='sum'
|
|
56
|
-
type='scale'
|
|
57
|
-
dur='1.2s'
|
|
58
|
-
values='0;1'
|
|
59
|
-
keySplines='.52,.6,.25,.99'
|
|
60
|
-
/>
|
|
61
|
-
<animate
|
|
62
|
-
begin='spinner_dYH2.begin+0.2s'
|
|
63
|
-
attributeName='opacity'
|
|
64
|
-
calcMode='spline'
|
|
65
|
-
dur='1.2s'
|
|
66
|
-
values='1;0'
|
|
67
|
-
keySplines='.52,.6,.25,.99'
|
|
68
|
-
/>
|
|
69
|
-
</path>
|
|
70
|
-
<path
|
|
71
|
-
d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z'
|
|
72
|
-
transform='translate(12, 12) scale(0)'
|
|
73
|
-
>
|
|
74
|
-
<animateTransform
|
|
75
|
-
id='spinner_2BXs'
|
|
76
|
-
begin='spinner_dYH2.begin+0.4s'
|
|
77
|
-
attributeName='transform'
|
|
78
|
-
calcMode='spline'
|
|
79
|
-
type='translate'
|
|
80
|
-
dur='1.2s'
|
|
81
|
-
values='12 12;0 0'
|
|
82
|
-
keySplines='.52,.6,.25,.99'
|
|
83
|
-
/>
|
|
84
|
-
<animateTransform
|
|
85
|
-
begin='spinner_dYH2.begin+0.4s'
|
|
86
|
-
attributeName='transform'
|
|
87
|
-
calcMode='spline'
|
|
88
|
-
additive='sum'
|
|
89
|
-
type='scale'
|
|
90
|
-
dur='1.2s'
|
|
91
|
-
values='0;1'
|
|
92
|
-
keySplines='.52,.6,.25,.99'
|
|
93
|
-
/>
|
|
94
|
-
<animate
|
|
95
|
-
begin='spinner_dYH2.begin+0.4s'
|
|
96
|
-
attributeName='opacity'
|
|
97
|
-
calcMode='spline'
|
|
98
|
-
dur='1.2s'
|
|
99
|
-
values='1;0'
|
|
100
|
-
keySplines='.52,.6,.25,.99'
|
|
101
|
-
/>
|
|
102
|
-
</path>
|
|
103
|
-
</svg>
|
|
104
|
-
);
|
|
105
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
export const Pulse5 = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg stroke='currentColor' width='1em' height='1em' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg'>
|
|
4
|
-
<g fill='none' fillRule='evenodd' transform='translate(1 1)' strokeWidth='2'>
|
|
5
|
-
<circle cx='22' cy='22' r='6' strokeOpacity='0'>
|
|
6
|
-
<animate attributeName='r' begin='1.5s' dur='3s' values='6;22' calcMode='linear' repeatCount='indefinite' />
|
|
7
|
-
<animate
|
|
8
|
-
attributeName='stroke-opacity'
|
|
9
|
-
begin='1.5s'
|
|
10
|
-
dur='3s'
|
|
11
|
-
values='1;0'
|
|
12
|
-
calcMode='linear'
|
|
13
|
-
repeatCount='indefinite'
|
|
14
|
-
/>
|
|
15
|
-
<animate
|
|
16
|
-
attributeName='stroke-width'
|
|
17
|
-
begin='1.5s'
|
|
18
|
-
dur='3s'
|
|
19
|
-
values='2;0'
|
|
20
|
-
calcMode='linear'
|
|
21
|
-
repeatCount='indefinite'
|
|
22
|
-
/>
|
|
23
|
-
</circle>
|
|
24
|
-
<circle cx='22' cy='22' r='6' strokeOpacity='0'>
|
|
25
|
-
<animate attributeName='r' begin='3s' dur='3s' values='6;22' calcMode='linear' repeatCount='indefinite' />
|
|
26
|
-
<animate
|
|
27
|
-
attributeName='stroke-opacity'
|
|
28
|
-
begin='3s'
|
|
29
|
-
dur='3s'
|
|
30
|
-
values='1;0'
|
|
31
|
-
calcMode='linear'
|
|
32
|
-
repeatCount='indefinite'
|
|
33
|
-
/>
|
|
34
|
-
<animate
|
|
35
|
-
attributeName='stroke-width'
|
|
36
|
-
begin='3s'
|
|
37
|
-
dur='3s'
|
|
38
|
-
values='2;0'
|
|
39
|
-
calcMode='linear'
|
|
40
|
-
repeatCount='indefinite'
|
|
41
|
-
/>
|
|
42
|
-
</circle>
|
|
43
|
-
<circle cx='22' cy='22' r='8'>
|
|
44
|
-
<animate
|
|
45
|
-
attributeName='r'
|
|
46
|
-
begin='0s'
|
|
47
|
-
dur='1.5s'
|
|
48
|
-
values='6;1;2;3;4;5;6'
|
|
49
|
-
calcMode='linear'
|
|
50
|
-
repeatCount='indefinite'
|
|
51
|
-
/>
|
|
52
|
-
</circle>
|
|
53
|
-
</g>
|
|
54
|
-
</svg>
|
|
55
|
-
);
|
|
56
|
-
};
|