feat: add 8-dots-rotate.svg

This commit is contained in:
claviering
2022-06-25 18:03:36 +08:00
parent 8b9892e1b1
commit f3c385bef9
4 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<svg width="36" height="36" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <g> <circle cx="12" cy="3" r="3"> </circle> <circle cx="18.36" cy="5.64" r="3"> </circle> <circle cx="21" cy="12" r="3"> </circle> <circle cx="18.36" cy="18.36" r="3"> </circle> <circle cx="12" cy="21" r="3"> </circle> <circle cx="5.64" cy="18.36" r="3"> </circle> <circle cx="3" cy="12" r="3"> </circle> <circle cx="5.64" cy="5.64" r="3"> </circle> <animateTransform attributeName="transform" type="rotate" dur="2s" values="0 12 12;360 12 12" repeatCount="indefinite" /> </g> </svg>

After

Width:  |  Height:  |  Size: 568 B

View File

@@ -0,0 +1 @@
<svg width="36" height="36" fill="#fff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <g> <circle cx="12" cy="3" r="3"> </circle> <circle cx="18.36" cy="5.64" r="3"> </circle> <circle cx="21" cy="12" r="3"> </circle> <circle cx="18.36" cy="18.36" r="3"> </circle> <circle cx="12" cy="21" r="3"> </circle> <circle cx="5.64" cy="18.36" r="3"> </circle> <circle cx="3" cy="12" r="3"> </circle> <circle cx="5.64" cy="5.64" r="3"> </circle> <animateTransform attributeName="transform" type="rotate" dur="2s" values="0 12 12;360 12 12" repeatCount="indefinite" /> </g> </svg>

After

Width:  |  Height:  |  Size: 580 B

1
svg/8-dots-rotate.svg Normal file
View File

@@ -0,0 +1 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <g> <circle cx="12" cy="3" r="3"> </circle> <circle cx="18.36" cy="5.64" r="3"> </circle> <circle cx="21" cy="12" r="3"> </circle> <circle cx="18.36" cy="18.36" r="3"> </circle> <circle cx="12" cy="21" r="3"> </circle> <circle cx="5.64" cy="18.36" r="3"> </circle> <circle cx="3" cy="12" r="3"> </circle> <circle cx="5.64" cy="5.64" r="3"> </circle> <animateTransform attributeName="transform" type="rotate" dur="2s" values="0 12 12;360 12 12" repeatCount="indefinite" /> </g> </svg>

After

Width:  |  Height:  |  Size: 568 B