Files
ClaudeProjectManager-main/logo_header.svg
Claude Project Manager ec92da8a64 Initial commit
2025-07-07 22:11:38 +02:00

37 Zeilen
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="50" height="50" viewBox="0 0 100 115" xmlns="http://www.w3.org/2000/svg">
<!-- Shield and eye logo for header - resized -->
<g transform="translate(0, 0)">
<!-- Angular shield shape -->
<path d="M 35 30
L 65 30
L 75 40
L 75 80
L 50 115
L 25 80
L 25 40
L 35 30 Z"
fill="none"
stroke="#FFFFFF"
stroke-width="3.5"
stroke-linejoin="miter"/>
<!-- Eye centered in shield -->
<g transform="translate(50, 65)">
<!-- Almond/football shaped eye -->
<ellipse cx="0" cy="0" rx="24" ry="13"
fill="none"
stroke="#FFFFFF"
stroke-width="3.5"/>
<!-- Circular iris -->
<circle cx="0" cy="0" r="10"
fill="none"
stroke="#FFFFFF"
stroke-width="3.5"/>
<!-- Pupil -->
<circle cx="0" cy="0" r="4" fill="#FFFFFF"/>
</g>
</g>
</svg>