// SVG abstract glyphs — one per tool. Geometric, evocative, cinematic.
// Each is a 80×80 component that responds to currentColor where useful.
const Glyph = {
// ClaudeCode CLI — terminal cursor + brackets
ClaudeCodeCLI: () => (
),
// Hermes — winged staff (caduceus simplified) → diamond + curves
Hermes: () => (
),
// OpenCode — orbiting nodes
OpenCode: () => (
),
// Codex — stacked book/lines with seal
Codex: () => (
),
// Claude Code App — concentric squares
ClaudeApp: () => (
),
// Gentle-AI — soft circle with gentle wave
GentleAI: () => (
),
// autoSDD — cycle/refresh
AutoSDD: () => (
),
// Stark Kit — geometric S/star
StarkKit: () => (
),
// E2E Forge — anvil + spark
E2EForge: () => (
),
// be-code-kit — toolbox
BeCodeKit: () => (
),
// OpenClaw — gateway/portal
OpenClaw: () => (
),
// Cobalt — hexagonal crystal
Cobalt: () => (
),
// Document — for CLAUDE.md/SOUL.md
Document: () => (
),
// Embedding — vector field
Embedding: () => (
),
// Versioning — branching git tree
Versioning: () => (
),
// Voice — waveform
Voice: () => (
),
// Bubble/burst — for the AI bubble plot twist
Bubble: () => (
),
// SuperWhisper — speech orb
SuperWhisper: () => (
),
// Skill — rune/spark
Skill: () => (
),
};
window.Glyph = Glyph;