Files
coder/site/static/icon/tensorflow.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

13 lines
1018 B
XML

<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2115_2483)">
<path d="M144.571 39.3828V78.7693L212.854 118.156V78.7693L144.571 39.3828ZM8 78.7693V118.156L42.1417 137.845V98.4625L8 78.7693ZM110.425 98.4625L76.2834 118.156V236.307L110.425 256V177.231L144.571 196.925V157.538L110.425 137.845V98.4625Z" fill="#E55B2D"/>
<path d="M144.572 39.3828L42.1426 98.4625V137.845L110.426 98.4625V137.845L144.572 118.156V39.3828ZM247.001 59.0761L212.855 78.7693V118.156L247.001 98.4625V59.0761ZM178.713 137.845L144.572 157.538V196.925L178.713 177.231V137.845ZM144.572 196.925L110.426 177.231V256L144.572 236.307V196.925Z" fill="#ED8E24"/>
<path d="M144.571 0L8 78.7689L42.1417 98.4622L144.571 39.3824L212.854 78.7689L247 59.0757L144.571 0ZM144.571 118.155L110.425 137.845L144.571 157.538L178.713 137.845L144.571 118.155Z" fill="#F8BF3C"/>
</g>
<defs>
<clipPath id="clip0_2115_2483">
<rect width="256" height="256" fill="white"/>
</clipPath>
</defs>
</svg>