feat: initialize LineUp Tauri reference host
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-label="LineUp">
|
||||
<defs>
|
||||
<linearGradient id="background" x1="44" y1="34" x2="470" y2="488" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#294c3d"/>
|
||||
<stop offset="1" stop-color="#101b16"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="mark" x1="164" y1="132" x2="351" y2="374" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#d8fae8"/>
|
||||
<stop offset="1" stop-color="#86d7b0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="512" height="512" rx="118" fill="url(#background)"/>
|
||||
<path d="M256 106c10 72 38 108 108 120-70 12-98 48-108 120-10-72-38-108-108-120 70-12 98-48 108-120Z" fill="url(#mark)"/>
|
||||
<path d="M354 294c0 58-44 104-98 104-17 0-33-4-47-12l-58 30 16-62c-7-17-11-37-11-60 0-58 45-104 100-104s98 46 98 104Z" fill="#143125" stroke="#9be2bf" stroke-width="14" stroke-linejoin="round"/>
|
||||
<circle cx="215" cy="294" r="12" fill="#d8fae8"/>
|
||||
<circle cx="256" cy="294" r="12" fill="#d8fae8"/>
|
||||
<circle cx="297" cy="294" r="12" fill="#d8fae8"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user