Files
SubMiner/docs-site/public/assets/launcher.svg
2026-03-10 19:47:16 -07:00

30 lines
1.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
<defs>
<linearGradient id="ln" x1="4" y1="6" x2="44" y2="42" gradientUnits="userSpaceOnUse">
<stop stop-color="#34d399"/>
<stop offset="1" stop-color="#059669"/>
</linearGradient>
</defs>
<!-- Terminal window -->
<rect x="4" y="6" width="40" height="36" rx="4" fill="url(#ln)" opacity="0.1"/>
<rect x="4" y="6" width="40" height="36" rx="4" stroke="url(#ln)" stroke-width="1.4" fill="none"/>
<!-- Title bar dots -->
<circle cx="10" cy="11" r="1.5" fill="#34d399" opacity="0.5"/>
<circle cx="15" cy="11" r="1.5" fill="#34d399" opacity="0.35"/>
<circle cx="20" cy="11" r="1.5" fill="#34d399" opacity="0.2"/>
<!-- Divider -->
<line x1="4" y1="16" x2="44" y2="16" stroke="#34d399" stroke-width="0.8" opacity="0.2"/>
<!-- Prompt + search text -->
<text x="9" y="24" font-size="5" font-weight="700" fill="#34d399" opacity="0.7" font-family="monospace">$</text>
<rect x="16" y="20.5" width="18" height="4.5" rx="1.5" fill="#34d399" opacity="0.15"/>
<!-- File list lines -->
<rect x="9" y="28" width="8" height="2" rx="1" fill="#34d399" opacity="0.5"/>
<rect x="19" y="28" width="16" height="2" rx="1" fill="#34d399" opacity="0.25"/>
<!-- Active/selected line -->
<rect x="8" y="32" width="30" height="3" rx="1.5" fill="url(#ln)" opacity="0.35"/>
<text x="10" y="34.8" font-size="3.5" font-weight="700" fill="white" opacity="0.85" font-family="monospace"></text>
<!-- More lines -->
<rect x="9" y="37" width="10" height="2" rx="1" fill="#34d399" opacity="0.2"/>
<rect x="21" y="37" width="14" height="2" rx="1" fill="#34d399" opacity="0.12"/>
</svg>