mirror of
https://github.com/coder/coder.git
synced 2026-06-06 14:38:23 +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`.
12 lines
1.2 KiB
XML
12 lines
1.2 KiB
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_2330)">
|
|
<path d="M104.96 97.2803C113.107 97.2803 120.921 100.516 126.682 106.277C132.443 112.038 135.68 119.853 135.68 128C135.68 136.147 132.443 143.961 126.682 149.722C120.921 155.483 113.107 158.72 104.96 158.72C96.8125 158.72 88.9984 155.483 83.2373 149.722C77.4764 143.961 74.2403 136.147 74.2402 128C74.2402 119.853 77.4762 112.038 83.2373 106.277C88.9984 100.516 96.8125 97.2803 104.96 97.2803Z" fill="white"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M128 0C198.692 0 256 57.3076 256 128C256 198.692 198.692 256 128 256C57.3076 256 0 198.692 0 128C0 57.3076 57.3076 0 128 0ZM104.96 76.7998C91.3809 76.7998 78.3577 82.194 68.7559 91.7959C59.154 101.398 53.7598 114.421 53.7598 128C53.7598 141.579 59.154 154.602 68.7559 164.204C78.3577 173.806 91.381 179.2 104.96 179.2C118.539 179.2 131.562 173.806 141.164 164.204C150.766 154.602 156.16 141.579 156.16 128C156.16 114.421 150.766 101.398 141.164 91.7959C131.562 82.1941 118.539 76.7999 104.96 76.7998ZM171.52 76.7998V179.2H192V76.7998H171.52Z" fill="white"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_2115_2330">
|
|
<rect width="256" height="256" fill="white"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|