mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-21 02:19:45 +00:00
20 lines
806 B
XML
20 lines
806 B
XML
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient fy="0" gradientTransform="rotate(60 0.5 0.5)" id="gradient">
|
|
<stop offset="0" stop-color="#60e1ba"></stop>
|
|
<stop offset="0" stop-color="#339af0">
|
|
<animate
|
|
attributeName="offset"
|
|
dur="25s"
|
|
from="0"
|
|
repeatCount="indefinite"
|
|
to="1"
|
|
values="0;0;1;1;0"
|
|
/>
|
|
</stop>
|
|
<stop offset="1" stop-color="#60e1ba"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<path d="m12 6c-.552 0-1 .448-1 1v5h-3c-.552 0-1 .448-1 1s.448 1 1 1h5v-7c0-.552-.448-1-1-1zm0-6c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 21c-4.97 0-9-4.03-9-9 0-4.971 4.03-9 9-9 4.971 0 9 4.029 9 9 0 4.97-4.029 9-9 9z" fill="url(#gradient)"/>
|
|
</svg>
|