syntaxis/assets/logos/static/syntaxis-logo-monogram.svg
Jesús Pérez 9cef9b8d57 refactor: consolidate configuration directories
Merge _configs/ into config/ for single configuration directory.
Update all path references.

Changes:
- Move _configs/* to config/
- Update .gitignore for new patterns
- No code references to _configs/ found

Impact: -1 root directory (layout_conventions.md compliance)
2025-12-26 18:36:23 +00:00

28 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<!-- SYNTAXIS Monogram "S" - Constructed from geometric shapes -->
<!-- Top curve of S (diamonds and squares) -->
<path d="M 140 40 L 150 50 L 140 60 L 130 50 Z" fill="#2C5F8E"/>
<rect x="110" y="40" width="20" height="20" fill="#2C5F8E"/>
<path d="M 80 40 L 90 50 L 80 60 L 70 50 Z" fill="#2C5F8E"/>
<rect x="50" y="40" width="20" height="20" fill="#6B7280"/>
<!-- Upper middle section -->
<rect x="50" y="70" width="20" height="20" fill="#2C5F8E"/>
<path d="M 80 80 L 90 90 L 80 100 L 70 90 Z" fill="#6B7280"/>
<!-- Center pivot with triangle -->
<rect x="80" y="100" width="20" height="20" fill="#2C5F8E"/>
<path d="M 115 105 L 130 120 L 100 120 Z" fill="#D97706"/>
<!-- Lower middle section -->
<path d="M 120 130 L 130 140 L 120 150 L 110 140 Z" fill="#6B7280"/>
<rect x="130" y="130" width="20" height="20" fill="#2C5F8E"/>
<!-- Bottom curve of S -->
<rect x="130" y="160" width="20" height="20" fill="#6B7280"/>
<path d="M 120 160 L 130 170 L 120 180 L 110 170 Z" fill="#2C5F8E"/>
<rect x="90" y="160" width="20" height="20" fill="#2C5F8E"/>
<path d="M 60 160 L 70 170 L 60 180 L 50 170 Z" fill="#2C5F8E"/>
</svg>