├── LICENSE ├── README.md └── assets ├── 12-dots-scale-rotate.svg ├── 180-ring-with-bg.svg ├── 180-ring.svg ├── 270-ring-with-bg.svg ├── 270-ring.svg ├── 3-dots-bounce.svg ├── 3-dots-fade.svg ├── 3-dots-move.svg ├── 3-dots-rotate.svg ├── 3-dots-scale-middle.svg ├── 3-dots-scale.svg ├── 4-dots-goeey.svg ├── 4-dots-rotate.svg ├── 6-dots-rotate.svg ├── 6-dots-scale-middle.svg ├── 6-dots-scale.svg ├── 8-dots-rotate-scale.svg ├── 8-dots-rotate.svg ├── 90-ring-with-bg.svg ├── 90-ring-with-gradient.svg ├── 90-ring.svg ├── audio.svg ├── ball-triangle.svg ├── bars-fade.svg ├── bars-rotate-fade.svg ├── bars-scale-fade.svg ├── bars-scale-middle.svg ├── bars-scale.svg ├── bars.svg ├── blocks-scale.svg ├── blocks-shuffle-2.svg ├── blocks-shuffle-3.svg ├── blocks-shuffle-4.svg ├── blocks-shuffle-5.svg ├── blocks-wave.svg ├── bouncing-ball.svg ├── circle-fade.svg ├── circles.svg ├── clock.svg ├── cog01.svg ├── cog02.svg ├── cog03.svg ├── cog04.svg ├── cog05.svg ├── cog06.svg ├── cog07.svg ├── cog08.svg ├── cog09.svg ├── cog10.svg ├── cog11.svg ├── cog12.svg ├── cog13.svg ├── cog14.svg ├── cog15.svg ├── cog16.svg ├── cog17.svg ├── cog18.svg ├── cog19.svg ├── cog20.svg ├── cog21.svg ├── cog22.svg ├── cog23.svg ├── cog24.svg ├── dot-revolve.svg ├── eclipse-half.svg ├── eclipse.svg ├── gooey-balls-1.svg ├── gooey-balls-2.svg ├── grid.svg ├── heart-pulse-2.svg ├── heart-pulse-3.svg ├── heart-pulse.svg ├── hearts.svg ├── horizontal-bar.svg ├── jump.svg ├── loader-wifi.svg ├── loader1.svg ├── loader10.svg ├── loader2.svg ├── loader3.svg ├── loader4.svg ├── loader5.svg ├── loader6.svg ├── loader7.svg ├── loader8.svg ├── loader9.svg ├── oval.svg ├── pacman.svg ├── puff.svg ├── pulse-3.svg ├── pulse-multiple.svg ├── pulse-ring.svg ├── pulse-rings-2.svg ├── pulse-rings-3.svg ├── pulse-rings-multiple.svg ├── pulse.svg ├── pulse2.svg ├── ring-resize.svg ├── rings.svg ├── spinner-double.svg ├── spinner-multiple-2.svg ├── spinner-multiple.svg ├── spinner.svg ├── spinning-circles.svg ├── square.svg ├── svgo.config.cjs ├── tadpole.svg ├── tail-spin.svg ├── wifi-fade.svg ├── wifi.svg └── wind-toy.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/README.md -------------------------------------------------------------------------------- /assets/12-dots-scale-rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/12-dots-scale-rotate.svg -------------------------------------------------------------------------------- /assets/180-ring-with-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/180-ring-with-bg.svg -------------------------------------------------------------------------------- /assets/180-ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/180-ring.svg -------------------------------------------------------------------------------- /assets/270-ring-with-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/270-ring-with-bg.svg -------------------------------------------------------------------------------- /assets/270-ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/270-ring.svg -------------------------------------------------------------------------------- /assets/3-dots-bounce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/3-dots-bounce.svg -------------------------------------------------------------------------------- /assets/3-dots-fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/3-dots-fade.svg -------------------------------------------------------------------------------- /assets/3-dots-move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/3-dots-move.svg -------------------------------------------------------------------------------- /assets/3-dots-rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/3-dots-rotate.svg -------------------------------------------------------------------------------- /assets/3-dots-scale-middle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/3-dots-scale-middle.svg -------------------------------------------------------------------------------- /assets/3-dots-scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/3-dots-scale.svg -------------------------------------------------------------------------------- /assets/4-dots-goeey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/4-dots-goeey.svg -------------------------------------------------------------------------------- /assets/4-dots-rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/4-dots-rotate.svg -------------------------------------------------------------------------------- /assets/6-dots-rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/6-dots-rotate.svg -------------------------------------------------------------------------------- /assets/6-dots-scale-middle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/6-dots-scale-middle.svg -------------------------------------------------------------------------------- /assets/6-dots-scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/6-dots-scale.svg -------------------------------------------------------------------------------- /assets/8-dots-rotate-scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/8-dots-rotate-scale.svg -------------------------------------------------------------------------------- /assets/8-dots-rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/8-dots-rotate.svg -------------------------------------------------------------------------------- /assets/90-ring-with-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/90-ring-with-bg.svg -------------------------------------------------------------------------------- /assets/90-ring-with-gradient.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/90-ring-with-gradient.svg -------------------------------------------------------------------------------- /assets/90-ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/90-ring.svg -------------------------------------------------------------------------------- /assets/audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/audio.svg -------------------------------------------------------------------------------- /assets/ball-triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/ball-triangle.svg -------------------------------------------------------------------------------- /assets/bars-fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/bars-fade.svg -------------------------------------------------------------------------------- /assets/bars-rotate-fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/bars-rotate-fade.svg -------------------------------------------------------------------------------- /assets/bars-scale-fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/bars-scale-fade.svg -------------------------------------------------------------------------------- /assets/bars-scale-middle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/bars-scale-middle.svg -------------------------------------------------------------------------------- /assets/bars-scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/bars-scale.svg -------------------------------------------------------------------------------- /assets/bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/bars.svg -------------------------------------------------------------------------------- /assets/blocks-scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/blocks-scale.svg -------------------------------------------------------------------------------- /assets/blocks-shuffle-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/blocks-shuffle-2.svg -------------------------------------------------------------------------------- /assets/blocks-shuffle-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/blocks-shuffle-3.svg -------------------------------------------------------------------------------- /assets/blocks-shuffle-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/blocks-shuffle-4.svg -------------------------------------------------------------------------------- /assets/blocks-shuffle-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/blocks-shuffle-5.svg -------------------------------------------------------------------------------- /assets/blocks-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/blocks-wave.svg -------------------------------------------------------------------------------- /assets/bouncing-ball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/bouncing-ball.svg -------------------------------------------------------------------------------- /assets/circle-fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/circle-fade.svg -------------------------------------------------------------------------------- /assets/circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/circles.svg -------------------------------------------------------------------------------- /assets/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/clock.svg -------------------------------------------------------------------------------- /assets/cog01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog01.svg -------------------------------------------------------------------------------- /assets/cog02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog02.svg -------------------------------------------------------------------------------- /assets/cog03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog03.svg -------------------------------------------------------------------------------- /assets/cog04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog04.svg -------------------------------------------------------------------------------- /assets/cog05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog05.svg -------------------------------------------------------------------------------- /assets/cog06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog06.svg -------------------------------------------------------------------------------- /assets/cog07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog07.svg -------------------------------------------------------------------------------- /assets/cog08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog08.svg -------------------------------------------------------------------------------- /assets/cog09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog09.svg -------------------------------------------------------------------------------- /assets/cog10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog10.svg -------------------------------------------------------------------------------- /assets/cog11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog11.svg -------------------------------------------------------------------------------- /assets/cog12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog12.svg -------------------------------------------------------------------------------- /assets/cog13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog13.svg -------------------------------------------------------------------------------- /assets/cog14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog14.svg -------------------------------------------------------------------------------- /assets/cog15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog15.svg -------------------------------------------------------------------------------- /assets/cog16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog16.svg -------------------------------------------------------------------------------- /assets/cog17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog17.svg -------------------------------------------------------------------------------- /assets/cog18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog18.svg -------------------------------------------------------------------------------- /assets/cog19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog19.svg -------------------------------------------------------------------------------- /assets/cog20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog20.svg -------------------------------------------------------------------------------- /assets/cog21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog21.svg -------------------------------------------------------------------------------- /assets/cog22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog22.svg -------------------------------------------------------------------------------- /assets/cog23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog23.svg -------------------------------------------------------------------------------- /assets/cog24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/cog24.svg -------------------------------------------------------------------------------- /assets/dot-revolve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/dot-revolve.svg -------------------------------------------------------------------------------- /assets/eclipse-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/eclipse-half.svg -------------------------------------------------------------------------------- /assets/eclipse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/eclipse.svg -------------------------------------------------------------------------------- /assets/gooey-balls-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/gooey-balls-1.svg -------------------------------------------------------------------------------- /assets/gooey-balls-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/gooey-balls-2.svg -------------------------------------------------------------------------------- /assets/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/grid.svg -------------------------------------------------------------------------------- /assets/heart-pulse-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/heart-pulse-2.svg -------------------------------------------------------------------------------- /assets/heart-pulse-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/heart-pulse-3.svg -------------------------------------------------------------------------------- /assets/heart-pulse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/heart-pulse.svg -------------------------------------------------------------------------------- /assets/hearts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/hearts.svg -------------------------------------------------------------------------------- /assets/horizontal-bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/horizontal-bar.svg -------------------------------------------------------------------------------- /assets/jump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/jump.svg -------------------------------------------------------------------------------- /assets/loader-wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader-wifi.svg -------------------------------------------------------------------------------- /assets/loader1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader1.svg -------------------------------------------------------------------------------- /assets/loader10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader10.svg -------------------------------------------------------------------------------- /assets/loader2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader2.svg -------------------------------------------------------------------------------- /assets/loader3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader3.svg -------------------------------------------------------------------------------- /assets/loader4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader4.svg -------------------------------------------------------------------------------- /assets/loader5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader5.svg -------------------------------------------------------------------------------- /assets/loader6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader6.svg -------------------------------------------------------------------------------- /assets/loader7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader7.svg -------------------------------------------------------------------------------- /assets/loader8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader8.svg -------------------------------------------------------------------------------- /assets/loader9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/loader9.svg -------------------------------------------------------------------------------- /assets/oval.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/oval.svg -------------------------------------------------------------------------------- /assets/pacman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pacman.svg -------------------------------------------------------------------------------- /assets/puff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/puff.svg -------------------------------------------------------------------------------- /assets/pulse-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse-3.svg -------------------------------------------------------------------------------- /assets/pulse-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse-multiple.svg -------------------------------------------------------------------------------- /assets/pulse-ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse-ring.svg -------------------------------------------------------------------------------- /assets/pulse-rings-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse-rings-2.svg -------------------------------------------------------------------------------- /assets/pulse-rings-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse-rings-3.svg -------------------------------------------------------------------------------- /assets/pulse-rings-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse-rings-multiple.svg -------------------------------------------------------------------------------- /assets/pulse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse.svg -------------------------------------------------------------------------------- /assets/pulse2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/pulse2.svg -------------------------------------------------------------------------------- /assets/ring-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/ring-resize.svg -------------------------------------------------------------------------------- /assets/rings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/rings.svg -------------------------------------------------------------------------------- /assets/spinner-double.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/spinner-double.svg -------------------------------------------------------------------------------- /assets/spinner-multiple-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/spinner-multiple-2.svg -------------------------------------------------------------------------------- /assets/spinner-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/spinner-multiple.svg -------------------------------------------------------------------------------- /assets/spinner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/spinner.svg -------------------------------------------------------------------------------- /assets/spinning-circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/spinning-circles.svg -------------------------------------------------------------------------------- /assets/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/square.svg -------------------------------------------------------------------------------- /assets/svgo.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/svgo.config.cjs -------------------------------------------------------------------------------- /assets/tadpole.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/tadpole.svg -------------------------------------------------------------------------------- /assets/tail-spin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/tail-spin.svg -------------------------------------------------------------------------------- /assets/wifi-fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/wifi-fade.svg -------------------------------------------------------------------------------- /assets/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/wifi.svg -------------------------------------------------------------------------------- /assets/wind-toy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhamjain/svg-spinners/HEAD/assets/wind-toy.svg --------------------------------------------------------------------------------