Full-featured sales campaign dashboard replacing Looker Studio with responsive Next.js app. Includes Executive Overview, Account Explorer with priority algorithm, Activities with detail overlay, Pipeline/Opps with deal panels, Implementation tracking, and Data Admin with CSV import and CRUD operations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
511 B
XML
13 lines
511 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none">
|
|
<defs>
|
|
<linearGradient id="g1" x1="0" y1="1" x2="1" y2="0">
|
|
<stop offset="0%" stop-color="#005C8A"/>
|
|
<stop offset="50%" stop-color="#0098C7"/>
|
|
<stop offset="100%" stop-color="#007B8C"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Parallelogram brand element -->
|
|
<path d="M8 32 L16 4 L36 4 L28 32 Z" rx="3" fill="url(#g1)" opacity="0.9"/>
|
|
<path d="M4 36 L10 16 L22 16 L16 36 Z" fill="#005C8A" opacity="0.6"/>
|
|
</svg>
|