mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add windows icon (#18312)
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
"vsphere.svg",
|
||||
"webstorm.svg",
|
||||
"widgets.svg",
|
||||
"windows.svg",
|
||||
"windsurf.svg",
|
||||
"zed.svg"
|
||||
]
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user