31e03335cb
- Expanded CHANGELOG with project scaffolding and core tech details. - Added export presets configuration for Windows and Linux. - Introduced placeholder icon.svg for project branding. - Corrected application resource modification setting in export presets.
7 lines
341 B
XML
7 lines
341 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
|
|
<rect width="128" height="128" rx="16" fill="#1a2b3c"/>
|
|
<rect x="54" y="28" width="20" height="72" rx="4" fill="#e8eef2"/>
|
|
<rect x="28" y="54" width="72" height="20" rx="4" fill="#e8eef2"/>
|
|
<circle cx="64" cy="64" r="10" fill="#4fb286"/>
|
|
</svg>
|