mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
d1b0722034
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`.
15 lines
604 B
XML
15 lines
604 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_1882)">
|
|
<path d="M0 0H256V256H0V0Z" fill="#F3F3F3"/>
|
|
<path d="M11.1304 11.1305H122.435V122.435H11.1304V11.1305Z" fill="#F35325"/>
|
|
<path d="M133.565 11.1305H244.87V122.435H133.565V11.1305Z" fill="#81BC06"/>
|
|
<path d="M11.1304 133.565H122.435V244.87H11.1304V133.565Z" fill="#05A6F0"/>
|
|
<path d="M133.565 133.565H244.87V244.87H133.565V133.565Z" fill="#FFBA08"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_2115_1882">
|
|
<rect width="256" height="256" fill="white"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|