- 设计Precision Elegance视觉哲学 - 创建16/48/128尺寸SVG图标 - 图标融合文档、MD标识和阅读隐喻 - 添加docs/design-philosophy.md设计文档 Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
752 B
XML
17 lines
752 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<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="128" height="128" rx="20" fill="url(#bgGrad)"/>
|
|
<path d="M24 16h64l16 16v72a4 4 0 0 1-4 4H24a4 4 0 0 1-4-4V20a4 4 0 0 1 4-4" fill="#f8f9fa"/>
|
|
<path d="M104 16v12h12" fill="#dee2e6"/>
|
|
<g stroke="#4f46e5" stroke-width="4" stroke-linecap="round">
|
|
<path d="M36 52l20 20-20 20"/>
|
|
<path d="M64 72h36"/>
|
|
<path d="M36 100h24"/>
|
|
</g>
|
|
<text x="36" y="40" font-family="system-ui, sans-serif" font-size="18" font-weight="bold" fill="#4f46e5">MD</text>
|
|
</svg> |