mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-21 14:05:18 +00:00
- Add proper macOS icon padding (80% scale) so icon matches system icon sizes - Strip glass/glow effects from icon SVG for Liquid Glass compatibility - Add separate flat layer SVGs for Apple Icon Composer - Regenerate all raster icon formats (png, icns, ico) - Update "Learn more" link to https://sandboxagent.dev/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
55 lines
2.3 KiB
XML
55 lines
2.3 KiB
XML
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<!-- macOS squircle clip path (continuous corner radius ~22.37% = 229px) -->
|
|
<clipPath id="squircle-clip">
|
|
<path d="
|
|
M 229 0
|
|
H 795
|
|
C 921.5 0 1024 102.5 1024 229
|
|
V 795
|
|
C 1024 921.5 921.5 1024 795 1024
|
|
H 229
|
|
C 102.5 1024 0 921.5 0 795
|
|
V 229
|
|
C 0 102.5 102.5 0 229 0
|
|
Z
|
|
"/>
|
|
</clipPath>
|
|
|
|
<!-- macOS squircle shape -->
|
|
<path id="squircle-path" d="
|
|
M 229 0
|
|
H 795
|
|
C 921.5 0 1024 102.5 1024 229
|
|
V 795
|
|
C 1024 921.5 921.5 1024 795 1024
|
|
H 229
|
|
C 102.5 1024 0 921.5 0 795
|
|
V 229
|
|
C 0 102.5 102.5 0 229 0
|
|
Z
|
|
"/>
|
|
</defs>
|
|
|
|
<!-- Scale down to ~80% and center for macOS icon padding -->
|
|
<g transform="translate(512, 512) scale(0.8) translate(-512, -512)">
|
|
<!-- Squircle with flat dark fill -->
|
|
<g clip-path="url(#squircle-clip)">
|
|
<use href="#squircle-path" fill="#0D0D0D"/>
|
|
|
|
<!-- Inner rounded border — flat, no glow -->
|
|
<rect x="152" y="152" width="720" height="720" rx="205"
|
|
fill="none" stroke="#F0F0F0" stroke-width="67" stroke-opacity="0.9"/>
|
|
|
|
<!-- Y mark — flat white -->
|
|
<g transform="translate(512, 512) scale(7.87) translate(-65, -64)">
|
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
d="M88.0429 44.2658C89.3803 43.625 90.8907 44.1955 91.5731 45.3776C92.2556 46.5596 91.9945 48.1529 90.7709 48.9907L72.3923 62.885C71.8013 63.2262 71.4248 63.7062 71.1029 64.2861C70.781 64.8659 70.5554 65.3922 70.5443 66.0553L67.7403 88.9495C67.521 90.3894 66.4114 91.423 64.9867 91.4576C63.5619 91.4922 62.3731 90.3429 62.24 88.9751L59.3859 66.0642C59.3971 65.4011 59.2126 64.8489 58.8714 64.2579C58.5302 63.6669 58.1442 63.231 57.5643 62.9091L39.15 48.9819C38.032 48.1828 37.6311 46.5786 38.3734 45.362C39.1157 44.1454 40.5656 43.7013 41.9223 44.2314L63.1512 53.2502C63.731 53.5721 64.2996 53.6398 64.9627 53.651C65.6259 53.6622 66.2298 53.5761 66.8208 53.2349L88.0429 44.2658Z"
|
|
fill="#FFFFFF"/>
|
|
</g>
|
|
</g>
|
|
|
|
<!-- Outer squircle border (subtle) -->
|
|
<use href="#squircle-path" fill="none" stroke="#333333" stroke-width="1.5" stroke-opacity="0.5"/>
|
|
</g>
|
|
</svg>
|