mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<style>
|
|
@keyframes anim {
|
|
from {
|
|
r: 2px;
|
|
}
|
|
to {
|
|
r: 6px;
|
|
}
|
|
to {
|
|
r: 8px;
|
|
}
|
|
}
|
|
.circle {
|
|
animation-name: anim;
|
|
animation-duration: 1.2s;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
</style>
|
|
<g>
|
|
<rect x="10" y="13" width="44" height="38" rx="4" ry="4" fill="#acbde5"/>
|
|
<path d="M12,23h40v24c0,1.1-.9,2-2,2H14c-1.1,0-2-.9-2-2v-24h0Z" fill="#5f739b"/>
|
|
<path d="M12,15h40v4c0,1.1-.9,2-2,2H14c-1.1,0-2-.9-2-2v-4h0Z" transform="translate(64 36) rotate(180)" fill="#334766"/>
|
|
<path d="M21,44.05c-.38,0-.77-.15-1.06-.44-.59-.59-.59-1.54,0-2.12l3.13-3.13-3.1-3.1c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l4.16,4.16c.28.28.44.66.44,1.06s-.16.78-.44,1.06l-4.19,4.19c-.29.29-.68.44-1.06.44Z" fill="#fff"/>
|
|
<path d="M34.5,43.5h-5c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z" fill="#fff"/>
|
|
<circle cx="49" cy="18" r="1.5" fill="#78ea6c"/>
|
|
<circle cx="44" cy="18" r="1.5" fill="#eaea11"/>
|
|
<circle cx="39" cy="18" r="1.5" fill="#f45b5b"/>
|
|
</g>
|
|
<circle cx="49" cy="49" r="12" fill="#0d0e15"/>
|
|
<circle class="circle" cx="16" cy="16" r="8" fill="#D3FF00" style="transform: translate(33px, 33px)" />
|
|
</svg> |