first commit

This commit is contained in:
2024-07-15 12:33:27 +02:00
commit ce50ae282b
22084 changed files with 2623791 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 10 10">
<style type="text/css">@keyframes s{0%{transform:rotate(0deg) translate(-50%,-50%)}50%{transform:rotate(430deg) translate(-50%,-50%);stroke-dashoffset:20}100%{transform:rotate(720deg) translate(-50%,-50%)}}ellipse{animation:s 1s linear infinite}</style>
<g transform="translate(5 5)">
<ellipse fill="none" ry="4" rx="4" cy="5" cx="5" stroke="#7e96a7" stroke-width="1" stroke-dashoffset="6.125" stroke-dasharray="25" transform="translate(-5 -5)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 553 B