Initial import
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="MangoTune">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#f5a623"/>
|
||||
<stop offset="100%" stop-color="#e86e1f"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="8" y="8" width="112" height="112" rx="24" fill="url(#bg)"/>
|
||||
<rect x="24" y="82" width="80" height="8" rx="4" fill="#ffffff" opacity="0.9"/>
|
||||
<rect x="24" y="64" width="60" height="8" rx="4" fill="#ffffff" opacity="0.9"/>
|
||||
<rect x="24" y="46" width="46" height="8" rx="4" fill="#ffffff" opacity="0.9"/>
|
||||
<circle cx="92" cy="40" r="14" fill="#1f2937"/>
|
||||
<path d="M92 30v10l7 4" stroke="#f9fafb" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 811 B |
Reference in New Issue
Block a user