migrate
This commit is contained in:
Executable
+38
@@ -0,0 +1,38 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xml:space="preserve"
|
||||
viewBox="0 0 256 256" width="256" height="256">
|
||||
|
||||
<style>
|
||||
.st1,.st2{fill:#000;stroke:#fff;stroke-width:9.9999;stroke-miterlimit:15.118}
|
||||
.st2{fill:none;stroke-linecap:round}
|
||||
</style>
|
||||
|
||||
<g id="spinGroup">
|
||||
|
||||
<circle cx="128" cy="128" r="122.8"
|
||||
style="fill:#0084ff;stroke:#fff;stroke-width:10.3641;stroke-miterlimit:15.118"/>
|
||||
|
||||
<circle cx="128" cy="128" r="43.7" fill="#fff" class="st1"/>
|
||||
|
||||
<path fill="#fff"
|
||||
d="M201.8 128c0 40.7-33 73.8-73.8 73.8M54.2 128c0-40.7 33-73.8 73.8-73.8"
|
||||
class="st2"/>
|
||||
|
||||
<path fill="#fff"
|
||||
d="M224.9 128c0 1.2 0 2.5-.1 3.7m-2.2 17.6c-9.7 43.3-48.4 75.6-94.6 75.6
|
||||
M31.1 128c0-1.1 0-2.2.1-3.3m1.8-16c9-44.2 48.1-77.6 95-77.6"
|
||||
class="st2"/>
|
||||
|
||||
<circle cx="128" cy="128" r="9" fill="#fff" class="st1"/>
|
||||
|
||||
<!-- SPIN ANIMATION INSIDE THE GROUP -->
|
||||
<animateTransform
|
||||
attributeName="transform"
|
||||
type="rotate"
|
||||
from="0 128 128"
|
||||
to="360 128 128"
|
||||
dur="3s"
|
||||
repeatCount="indefinite"/>
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user