mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-26 21:30:40 +00:00
20 lines
878 B
XML
20 lines
878 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="m0 10.926 2.805 7.707 7.442-2.709-6.659-6.304zm20.684 6.837-1.684-1.263v-3.762l3.683-1.341c1.038-.378 1.573-1.525 1.195-2.563l-2.736-7.518c-.378-1.038-1.525-1.573-2.563-1.195l-15.973 5.815 9.742 9.224 4.652-1.694v4.034l3.023 2.268c-.004.078-.023.152-.023.232 0 2.209 1.791 4 4 4v-8c-1.38 0-2.598.699-3.316 1.763z" fill="url(#gradient)"/>
|
|
</svg>
|