mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
13 lines
547 B
XML
13 lines
547 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
|
<style>
|
|
.logo-line { stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
|
|
.logo-dot { fill: var(--vp-c-primary, #3B82F6); }
|
|
</style>
|
|
<!-- Three horizontal lines - line style -->
|
|
<line class="logo-line" x1="3" y1="6" x2="18" y2="6"/>
|
|
<line class="logo-line" x1="3" y1="12" x2="15" y2="12"/>
|
|
<line class="logo-line" x1="3" y1="18" x2="12" y2="18"/>
|
|
<!-- Status dot - follows theme -->
|
|
<circle class="logo-dot" cx="19" cy="17" r="3"/>
|
|
</svg>
|