mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-09-30 19:30:03 +08:00
15 lines
819 B
XML
15 lines
819 B
XML
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em"
|
|
viewBox="0 0 24 24">
|
|
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
|
|
stroke-width="2">
|
|
<path stroke-dasharray="20" stroke-dashoffset="20" d="M3 3V21">
|
|
<animate fill="freeze" attributeName="stroke-dashoffset" dur="0.3s" values="20;0"></animate>
|
|
</path>
|
|
<path stroke-dasharray="15" stroke-dashoffset="15" d="M21 12H7.5">
|
|
<animate fill="freeze" attributeName="stroke-dashoffset" begin="0.4s" dur="0.2s" values="15;0"></animate>
|
|
</path>
|
|
<path stroke-dasharray="12" stroke-dashoffset="12" d="M7 12L14 19M7 12L14 5">
|
|
<animate fill="freeze" attributeName="stroke-dashoffset" begin="0.6s" dur="0.2s" values="12;0"></animate>
|
|
</path>
|
|
</g>
|
|
</svg> |