chore: add windows icon (#18312)

This commit is contained in:
ケイラ
2025-06-10 12:56:57 -06:00
committed by GitHub
parent 9b9b89499e
commit 8661d1aed8
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@
"vsphere.svg",
"webstorm.svg",
"widgets.svg",
"windows.svg",
"windsurf.svg",
"zed.svg"
]
+29
View File
@@ -0,0 +1,29 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1_8)">
<rect width="30" height="30" fill="url(#paint0_linear_1_8)"/>
<rect width="30" height="30" transform="translate(0 34)" fill="url(#paint1_linear_1_8)"/>
<rect width="30" height="30" transform="translate(34)" fill="url(#paint2_linear_1_8)"/>
<rect width="30" height="30" transform="translate(34 34)" fill="url(#paint3_linear_1_8)"/>
</g>
<defs>
<linearGradient id="paint0_linear_1_8" x1="0" y1="0" x2="30" y2="30" gradientUnits="userSpaceOnUse">
<stop stop-color="#76F1FF"/>
<stop offset="1" stop-color="#52D5FF"/>
</linearGradient>
<linearGradient id="paint1_linear_1_8" x1="0" y1="0" x2="30" y2="30" gradientUnits="userSpaceOnUse">
<stop stop-color="#51BFEA"/>
<stop offset="1" stop-color="#25AFFF"/>
</linearGradient>
<linearGradient id="paint2_linear_1_8" x1="0" y1="0" x2="30" y2="30" gradientUnits="userSpaceOnUse">
<stop stop-color="#5BDCFF"/>
<stop offset="1" stop-color="#34BCFF"/>
</linearGradient>
<linearGradient id="paint3_linear_1_8" x1="0" y1="0" x2="30" y2="30" gradientUnits="userSpaceOnUse">
<stop stop-color="#39C1FF"/>
<stop offset="1" stop-color="#0D9CFD"/>
</linearGradient>
<clipPath id="clip0_1_8">
<rect width="64" height="64" rx="4" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB