Two clean sets from their SVG sources:
logo.svg → logo-{16..1024}.png (bare, transparent)
appicon.svg → appicon-{16..1024}.png (on dark circle)
All rendered from 2048px masters. References updated in
pubspec.yaml, welcome view, and native runner.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
437 B
XML
8 lines
437 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160" width="160" height="160">
|
|
<g fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(-20,0)">
|
|
<polyline points="89,55 66,80 89,105" stroke="#5691a1" stroke-width="8"/>
|
|
<polyline points="111,55 134,80 111,105" stroke="#33404c" stroke-width="8"/>
|
|
<line x1="100" y1="118" x2="134" y2="118" stroke="#d97757" stroke-width="5"/>
|
|
</g>
|
|
</svg>
|