mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
35 lines
2.1 KiB
XML
35 lines
2.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
|
|
<defs>
|
|
<linearGradient id="tk-bar" x1="0" y1="40" x2="0" y2="10" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#0891b2"/>
|
|
<stop offset="1" stop-color="#22d3ee"/>
|
|
</linearGradient>
|
|
<linearGradient id="tk-glow" x1="4" y1="40" x2="44" y2="10" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#22d3ee" stop-opacity="0.25"/>
|
|
<stop offset="1" stop-color="#06b6d4" stop-opacity="0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Subtle grid lines -->
|
|
<line x1="4" y1="14" x2="44" y2="14" stroke="#22d3ee" stroke-width="0.5" opacity="0.12"/>
|
|
<line x1="4" y1="22" x2="44" y2="22" stroke="#22d3ee" stroke-width="0.5" opacity="0.12"/>
|
|
<line x1="4" y1="30" x2="44" y2="30" stroke="#22d3ee" stroke-width="0.5" opacity="0.12"/>
|
|
<!-- Base line -->
|
|
<line x1="4" y1="40" x2="44" y2="40" stroke="#0891b2" stroke-width="1" opacity="0.3"/>
|
|
<!-- Activity bars (daily rollups) -->
|
|
<rect x="5" y="30" width="4" height="10" rx="1.5" fill="url(#tk-bar)" opacity="0.4"/>
|
|
<rect x="11" y="24" width="4" height="16" rx="1.5" fill="url(#tk-bar)" opacity="0.55"/>
|
|
<rect x="17" y="28" width="4" height="12" rx="1.5" fill="url(#tk-bar)" opacity="0.5"/>
|
|
<rect x="23" y="18" width="4" height="22" rx="1.5" fill="url(#tk-bar)" opacity="0.7"/>
|
|
<rect x="29" y="22" width="4" height="18" rx="1.5" fill="url(#tk-bar)" opacity="0.6"/>
|
|
<rect x="35" y="14" width="4" height="26" rx="1.5" fill="url(#tk-bar)"/>
|
|
<rect x="41" y="20" width="4" height="20" rx="1.5" fill="url(#tk-bar)" opacity="0.65"/>
|
|
<!-- Trend line -->
|
|
<polyline points="7,28 13,22 19,25.5 25,16 31,20 37,12 43,18" stroke="#67e8f9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.7"/>
|
|
<!-- Trend dot on peak -->
|
|
<circle cx="37" cy="12" r="2.2" fill="#22d3ee" opacity="0.6"/>
|
|
<circle cx="37" cy="12" r="1" fill="white" opacity="0.9"/>
|
|
<!-- Mini counter badge -->
|
|
<rect x="33" y="4" width="12" height="7" rx="3.5" fill="#0891b2"/>
|
|
<text x="39" y="9" text-anchor="middle" font-size="4" font-weight="700" fill="white" font-family="sans-serif">42d</text>
|
|
</svg>
|