forked from NuQloud/nc-talk-ai
Replaces the generic cloud placeholder: - img/app.svg — white nav icon (monochrome, sparkle as negative space) - img/app-dark.svg — dark variant for light settings surfaces - img/icon-appstore.svg/.png — colored 512px tile (blue→violet gradient) for the App Store listing and README hero
13 lines
572 B
XML
13 lines
572 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#5b8def"/>
|
|
<stop offset="1" stop-color="#7c5cff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="112" fill="url(#g)"/>
|
|
<g transform="translate(75,86) scale(16.5)">
|
|
<path fill="#fff" fill-rule="evenodd" d="M6 2h12a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4h-8l-4.5 4.5L6.2 16H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4Zm6 3-1 3-3 1 3 1 1 3 1-3 3-1-3-1-1-3Z"/>
|
|
</g>
|
|
</svg>
|