feat(site): add RustRover icon for JetBrains Gateway module (#16057)

This commit is contained in:
Muhammad Atif Ali
2025-01-07 20:50:00 +05:00
committed by GitHub
parent fc7a7dfff7
commit b5c85a8abd
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@
"ruby.png",
"rubymine.svg",
"rust.svg",
"rustrover.svg",
"slack.svg",
"swift.svg",
"tensorflow.svg",
+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="none" viewBox="0 0 64 64">
<defs>
<linearGradient id="a" x1="7.62141" x2="61.2476" y1="64.7192" y2="39.8564" gradientUnits="userSpaceOnUse">
<stop offset=".08" stop-color="#00D886"/>
<stop offset=".46" stop-color="#FFAB00"/>
</linearGradient>
<linearGradient id="b" x1="60.0186" x2="1.31316" y1="59.7777" y2="1.07287" gradientUnits="userSpaceOnUse">
<stop offset=".19" stop-color="#FFAB00"/>
<stop offset=".83" stop-color="#FF004C"/>
</linearGradient>
</defs>
<path fill="#00D886" d="m5.81836 48.0512.00174 11.8755c0 2.2493 1.82342 4.0721 4.07273 4.0721H21.3994c1.1887 0 2.3186-.5196 3.0924-1.422l32.7098-38.1614c.6325-.7383.9804-1.6786.9804-2.6508V9.88913c0-2.24931-1.8234-4.07272-4.0727-4.07272H42.6009c-1.1887 0-2.3185.51956-3.0924 1.42196L6.79872 45.3998c-.63302.7383-.98036 1.6786-.98036 2.6514Z"/>
<path fill="url(#a)" d="M5.81836 49.4825v10.4466c0 2.2493 1.82342 4.0727 4.07273 4.0727H22.9837c.1926 0 .3852-.014.576-.0407l36.9437-5.2771c2.0067-.2868 3.4968-2.005 3.4968-4.032V38.979c0-2.2499-1.824-4.0733-4.0739-4.0727l-18.5385.0046c-.4375 0-.8721.0704-1.287.2089L8.60294 45.6193c-1.66284.5544-2.78458 2.1108-2.78458 3.8638v-.0006Z"/>
<path fill="url(#b)" d="M0 4.07273V38.041c0 1.6291.971054 3.1017 2.46807 3.7434L39.9587 57.8525c.5067.217 1.0531.3293 1.6046.3293h18.364c2.2493 0 4.0727-1.8234 4.0727-4.0727v-17.966c0-.8046-.2386-1.5913-.6854-2.2609L41.9113 1.81353C41.1561.681309 39.8854.001745 38.5239.001745L4.07273 0C1.82342 0 0 1.82342 0 4.07273Z"/>
<path fill="#000" d="M52 12H12v40h40V12Z"/>
<path fill="#fff" fill-rule="evenodd" d="M20.0198 26.3347h2.5244L25.7735 32h3.3538l-3.5713-6.0085c.0732-.0233.1478-.0446.2224-.0659.1681-.0481.3363-.0962.4881-.1666.8145-.4017 1.439-.9511 1.8753-1.6605.4425-.71.6641-1.5268.6641-2.4647 0-.9379-.2181-1.7277-.6538-2.4239-.4288-.6963-1.0429-1.2456-1.8431-1.6342-.8001-.3886-1.7248-.5757-2.7752-.5757h-6.4396v15h2.9251l.0005-5.6653Zm0-6.897h3.3217c.4931 0 .9213.0936 1.2857.2681.3714.1871.6573.4419.8576.7772.1997.3346.3002.7232.3002 1.1784 0 .4551-.0999.8437-.3002 1.1921-.2003.3347-.4856.5895-.8576.7766-.3644.1877-.7926.2681-1.2857.2681h-3.3217v-4.4605Z" clip-rule="evenodd"/>
<path fill="#fff" fill-rule="evenodd" d="m43.5671 32-3.5714-6.0085c.0733-.0233.1479-.0446.2225-.0659.1681-.0481.3363-.0962.4881-.1666.8145-.4017 1.4396-.9511 1.8753-1.6605.4425-.71.6641-1.5268.6641-2.4647 0-.9379-.2182-1.7277-.6538-2.4239-.4288-.6963-1.043-1.2456-1.8431-1.6342C39.9487 17.1871 39.024 17 37.9736 17H31.534v15h2.9251v-5.6653h2.5244L40.2127 32h3.3544Zm-9.1069-12.5623h3.3217c.493 0 .9212.0936 1.2857.2681.3714.1871.6572.4419.857.7772.1997.3346.3002.7232.3002 1.1784 0 .4551-.0999.8437-.3002 1.1921-.2004.3347-.4856.5895-.857.7766-.3645.1877-.7927.2681-1.2857.2681h-3.3217v-4.4605Z" clip-rule="evenodd"/>
<path fill="#fff" d="M16.9941 44h16v3h-16v-3Z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB