Adds brand-assets/ (SVGs, brand guide) and REBRAND-IMPLEMENTATION-GUIDE.md as reference docs. Removes .claude/settings.local.json from tracking (contains local permissions and tokens). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="app-gradient" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#818cf8"/>
|
|
<stop offset="100%" stop-color="#a78bfa"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="512" height="512" rx="96" fill="#12121c"/>
|
|
|
|
<!-- Icon scaled and centered -->
|
|
<g transform="translate(96, 96) scale(4)">
|
|
<!-- Input circles -->
|
|
<circle cx="10" cy="14" r="5" fill="url(#app-gradient)" opacity="0.25"/>
|
|
<circle cx="10" cy="30" r="5.5" fill="url(#app-gradient)" opacity="0.4"/>
|
|
<circle cx="10" cy="50" r="5.5" fill="url(#app-gradient)" opacity="0.4"/>
|
|
<circle cx="10" cy="66" r="5" fill="url(#app-gradient)" opacity="0.25"/>
|
|
<!-- Connecting lines -->
|
|
<path d="M15 14L28 34" stroke="url(#app-gradient)" stroke-width="2" stroke-linecap="round" stroke-dasharray="2 3" opacity="0.35"/>
|
|
<path d="M15.5 30L28 38" stroke="url(#app-gradient)" stroke-width="2" stroke-linecap="round" opacity="0.5"/>
|
|
<path d="M15.5 50L28 42" stroke="url(#app-gradient)" stroke-width="2" stroke-linecap="round" opacity="0.5"/>
|
|
<path d="M15 66L28 46" stroke="url(#app-gradient)" stroke-width="2" stroke-linecap="round" stroke-dasharray="2 3" opacity="0.35"/>
|
|
<!-- Center node with glow -->
|
|
<circle cx="36" cy="40" r="10" fill="url(#app-gradient)" opacity="0.12"/>
|
|
<circle cx="36" cy="40" r="7" fill="url(#app-gradient)" opacity="0.9"/>
|
|
<!-- Arrow -->
|
|
<path d="M43 40H70M70 40L60 30M70 40L60 50" stroke="url(#app-gradient)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</g>
|
|
</svg>
|