mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
41 lines
2.3 KiB
XML
41 lines
2.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
|
|
<defs>
|
|
<linearGradient id="ac-card" x1="6" y1="8" x2="38" y2="44" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#34d399"/>
|
|
<stop offset="1" stop-color="#059669"/>
|
|
</linearGradient>
|
|
<linearGradient id="ac-glow" x1="8" y1="10" x2="36" y2="42" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#6ee7b7" stop-opacity="0.5"/>
|
|
<stop offset="1" stop-color="#059669" stop-opacity="0"/>
|
|
</linearGradient>
|
|
<filter id="ac-soft" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2"/>
|
|
</filter>
|
|
</defs>
|
|
<!-- Glow aura behind card -->
|
|
<rect x="6" y="8" width="28" height="36" rx="5" fill="url(#ac-glow)" filter="url(#ac-soft)"/>
|
|
<!-- Shadow card (back) -->
|
|
<rect x="14" y="5" width="26" height="34" rx="4" fill="#059669" opacity="0.15"/>
|
|
<!-- Main card -->
|
|
<rect x="6" y="9" width="26" height="34" rx="4" fill="url(#ac-card)"/>
|
|
<!-- Sentence line -->
|
|
<rect x="10" y="16" width="16" height="2.5" rx="1.25" fill="white" opacity="0.9"/>
|
|
<!-- Audio waveform mini -->
|
|
<rect x="10" y="22" width="1.8" height="5" rx="0.9" fill="white" opacity="0.55"/>
|
|
<rect x="13" y="20.5" width="1.8" height="8" rx="0.9" fill="white" opacity="0.55"/>
|
|
<rect x="16" y="21.5" width="1.8" height="6" rx="0.9" fill="white" opacity="0.55"/>
|
|
<rect x="19" y="23" width="1.8" height="3" rx="0.9" fill="white" opacity="0.55"/>
|
|
<rect x="22" y="21" width="1.8" height="7" rx="0.9" fill="white" opacity="0.55"/>
|
|
<rect x="25" y="22.5" width="1.8" height="4" rx="0.9" fill="white" opacity="0.55"/>
|
|
<!-- Image thumbnail placeholder -->
|
|
<rect x="10" y="30" width="10" height="8" rx="2" fill="white" opacity="0.25"/>
|
|
<path d="M12.5 35.5l2-2.5 2 1.8 1.5-1 2.5 3h-8z" fill="white" opacity="0.5"/>
|
|
<!-- Translation line -->
|
|
<rect x="22" y="32" width="7" height="2" rx="1" fill="white" opacity="0.35"/>
|
|
<rect x="22" y="35.5" width="5" height="2" rx="1" fill="white" opacity="0.25"/>
|
|
<!-- Enrichment sparkle burst -->
|
|
<path d="M40 10l1.6 3.8 3.8 1.6-3.8 1.6L40 20.8l-1.6-3.8L34.6 15.4l3.8-1.6z" fill="#6ee7b7"/>
|
|
<path d="M37 29l0.9 2.1 2.1 0.9-2.1 0.9L37 35l-0.9-2.1-2.1-0.9 2.1-0.9z" fill="#6ee7b7" opacity="0.5"/>
|
|
<circle cx="43" cy="25" r="1.2" fill="#34d399" opacity="0.4"/>
|
|
</svg>
|