Files
coder/site/static/icon/cursor.svg
T
Jake Howell d1b0722034 feat: standardise sizes of ./site/static/icon/*.svg (#21347)
Related to #21320

This pull-request ensures that all the icons are now `256px * 256px` so
that they're standardised across all rendering situations.

| Previous | Now |
| --- | --- |
| <img width="886" height="1652" alt="CleanShot 2025-12-21 at 12 25
03@2x"
src="https://github.com/user-attachments/assets/c298325c-4419-485b-97e2-bb54e6ccc8c0"
/> | <img width="962" height="980" alt="CleanShot 2025-12-21 at 12 26
35@2x"
src="https://github.com/user-attachments/assets/c9cef5ee-115d-4318-8e12-188ea79cc88b"
/> |

* All `*.svg` files are now `256px * 256px` and..
  * Added a `do.svg` file.
  * Added a `ruby.svg` file.
  * Added a `gcp.svg` file.
* All `*.png` files are now `256px * 256px` and..
  * Updated the `aws.png` file to match `aws.svg` (deprecated).
  * Updated the `azure.png` file to match `azure.svg` (deprecated).
  * Updated the `docker.png` file to match `docker.svg` (deprecated).
  * Updated the `do.png` file to fill the full `256px` width.
  * Deprecated the `do.png`.
  * Deprecated the `ruby.png`.
  * Deprecated the `gcp.png`.
2026-01-08 13:39:31 +11:00

22 lines
1.2 KiB
XML

<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M127.253 256L238.4 192L127.253 128L16 192L127.253 256Z" fill="url(#paint0_linear_2115_1834)"/>
<path d="M238.401 192V64L127.254 0V128L238.401 192Z" fill="url(#paint1_linear_2115_1834)"/>
<path d="M127.253 0L16 64V192L127.253 128V0Z" fill="url(#paint2_linear_2115_1834)"/>
<path d="M238.401 64L127.254 256V128L238.401 64Z" fill="#CCCCCC"/>
<path d="M238.4 64L127.253 128L16 64H238.4Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear_2115_1834" x1="122.752" y1="161.28" x2="176.469" y2="268.971" gradientUnits="userSpaceOnUse">
<stop offset="0.16" stop-color="#7F7F7F"/>
<stop offset="0.66" stop-color="#E5E5E5"/>
</linearGradient>
<linearGradient id="paint1_linear_2115_1834" x1="238.401" y1="65.28" x2="156.084" y2="122.462" gradientUnits="userSpaceOnUse">
<stop offset="0.18" stop-color="#666666"/>
<stop offset="0.71"/>
</linearGradient>
<linearGradient id="paint2_linear_2115_1834" x1="56.0512" y1="-1.76125e-06" x2="114.067" y2="87.0989" gradientUnits="userSpaceOnUse">
<stop stop-color="#B2B2B2"/>
<stop offset="0.67" stop-color="#666666"/>
</linearGradient>
</defs>
</svg>