readmd/icons/icon48.svg
ddshi f83795eeb2 feat: 添加ReadMD图标设计和设计哲学文档
- 设计Precision Elegance视觉哲学
- 创建16/48/128尺寸SVG图标
- 图标融合文档、MD标识和阅读隐喻
- 添加docs/design-philosophy.md设计文档

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 15:40:31 +08:00

12 lines
567 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#1a1a2e"/>
<stop offset="100%" stop-color="#16213e"/>
</linearGradient>
</defs>
<rect width="48" height="48" rx="8" fill="url(#bgGrad)"/>
<path d="M10 6h22l6 6v28a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2" fill="#f8f9fa"/>
<path d="M38 6v4h4" fill="#dee2e6"/>
<path d="M14 18l8 8-8 8M26 26h12M14 34h8" stroke="#4f46e5" stroke-width="2" stroke-linecap="round"/>
</svg>