mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-15 16:36:07 +08:00
16 lines
663 B
XML
16 lines
663 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#2563eb"/>
|
|
<stop offset="100%" stop-color="#0ea5e9"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="2" y="2" width="60" height="60" rx="14" fill="url(#g)"/>
|
|
<path d="M16 44 L28 20 L36 36 L44 28 L52 44"
|
|
fill="none" stroke="#ffffff" stroke-width="4"
|
|
stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="28" cy="20" r="2.5" fill="#ffffff"/>
|
|
<circle cx="36" cy="36" r="2.5" fill="#ffffff"/>
|
|
<circle cx="44" cy="28" r="2.5" fill="#ffffff"/>
|
|
</svg>
|