Skip to content

Commit 81522ce

Browse files
authored
ui-components: partner logos
1 parent 77f675c commit 81522ce

File tree

4 files changed

+127
-0
lines changed

4 files changed

+127
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// https://www.cloudflare.com/logo/
2+
import type { FC, SVGProps } from 'react';
3+
4+
const Cloudflare: FC<SVGProps<SVGSVGElement>> = props => (
5+
<svg
6+
xmlns="http://www.w3.org/2000/svg"
7+
viewBox="0 0 209.51 94.74"
8+
width={209}
9+
height={94}
10+
{...props}
11+
>
12+
<path
13+
fill="#f4801f"
14+
d="M143.05,93.42l1.07-3.71c1.27-4.41.8-8.48-1.34-11.48-2-2.76-5.26-4.38-9.25-4.57L58,72.7a1.47,1.47,0,0,1-1.35-2,2,2,0,0,1,1.75-1.34l76.26-1c9-.41,18.84-7.75,22.27-16.71l4.34-11.36a2.68,2.68,0,0,0,.18-1,3.31,3.31,0,0,0-.06-.54,49.67,49.67,0,0,0-95.49-5.14,22.35,22.35,0,0,0-35,23.42A31.73,31.73,0,0,0,.34,93.45a1.47,1.47,0,0,0,1.45,1.27l139.49,0h0A1.83,1.83,0,0,0,143.05,93.42Z"
15+
/>
16+
<path
17+
fill="#f9ab41"
18+
d="M168.22,41.15q-1,0-2.1.06a.88.88,0,0,0-.32.07,1.17,1.17,0,0,0-.76.8l-3,10.26c-1.28,4.41-.81,8.48,1.34,11.48a11.65,11.65,0,0,0,9.24,4.57l16.11,1a1.44,1.44,0,0,1,1.14.62,1.5,1.5,0,0,1,.17,1.37,2,2,0,0,1-1.75,1.34l-16.73,1c-9.09.42-18.88,7.75-22.31,16.7l-1.21,3.16a.9.9,0,0,0,.79,1.22h57.63A1.55,1.55,0,0,0,208,93.63a41.34,41.34,0,0,0-39.76-52.48Z"
19+
/>
20+
</svg>
21+
);
22+
23+
export default Cloudflare;
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// https://www.rackspace.com/newsroom/media-kit
2+
import type { FC, SVGProps } from 'react';
3+
4+
const Rackspace: FC<SVGProps<SVGSVGElement>> = props => (
5+
<svg
6+
width={150}
7+
height={150}
8+
viewBox="0 0 150 150"
9+
xmlns="http://www.w3.org/2000/svg"
10+
xmlnsXlink="http://www.w3.org/1999/xlink"
11+
{...props}
12+
>
13+
<linearGradient
14+
id="a"
15+
gradientUnits="userSpaceOnUse"
16+
x1="74.9428"
17+
x2="74.9428"
18+
y1="132.50575"
19+
y2="17.49425"
20+
>
21+
<stop offset="0" stop-color="#005ac8" />
22+
<stop offset=".5" stop-color="#95098a" />
23+
<stop offset="1" stop-color="#eb0000" />
24+
</linearGradient>
25+
<path
26+
d="m74.9011 44.50936 4.64918-24.46992h-28.72326l-21.36273 112.32183h32.62005l8.80833-46.31165c5.19365-27.30877 20.86122-38.23665 43.15829-34.8609l6.37036-33.50316c-20.07345-1.83054-37.97842 9.6533-45.52021 26.8238zm-6.3348 85.97355c.10199-1.12188-.72242-2.03128-1.8443-2.03128s-2.10778.9094-2.20977 2.03128c-.11049 1.02839.64593 2.02279 1.8443 2.02279 1.12188.0085 2.10778-.90091 2.20977-2.02279zm-.28897-.0255c-.08499.9689-.9519 1.75931-1.92079 1.75931-.9519 0-1.64033-.76492-1.55534-1.70832.08499-.9604.9434-1.75931 1.92079-1.75931.9434 0 1.64033.76492 1.55534 1.70832zm-1.40235.27197.32297.9434h-.31446l-.31446-.9179h-.45046l-.16998.9179h-.29747l.45046-2.38825h.78191c.35696 0 .62894.26347.63743.60344.0085.31447-.21248.72242-.64593.84141zm.0085-1.15588h-.54394l-.16998.89241h.49295c.26347 0 .49295-.20398.56094-.47595.05099-.21248-.11899-.41646-.33996-.41646z"
27+
fill="url(#a)"
28+
/>
29+
</svg>
30+
);
31+
32+
export default Rackspace;
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
// https://ultraviolet.scaleway.com/6dd9b5c45/p/6840d3-logo
2+
import type { FC, SVGProps } from 'react';
3+
4+
const Scaleway: FC<SVGProps<SVGSVGElement>> = props => (
5+
<svg
6+
width="410"
7+
height="80"
8+
viewBox="0 0 410 80"
9+
fill="none"
10+
xmlns="http://www.w3.org/2000/svg"
11+
{...props}
12+
>
13+
<path
14+
d="M24.9107 54.3209C24.9274 56.8686 27.0181 58.9206 29.5804 58.9042L42.1861 58.8841C45.0739 58.5267 47.2897 56.164 47.4468 53.2747V35.2209C47.4468 32.6897 45.3831 30.6377 42.8374 30.6377C40.2917 30.6377 38.228 32.6897 38.228 35.2209V46.6889C38.228 48.3397 36.8821 49.6779 35.2219 49.6779H29.5202C26.9579 49.6944 24.8942 51.7731 24.9107 54.3209Z"
15+
fill="#521094"
16+
/>
17+
<path
18+
d="M22.035 45.4135C19.4893 45.4135 17.4256 43.3616 17.4256 40.8304V22.7666C17.5772 19.8767 19.7889 17.5098 22.6763 17.1472H35.292C37.8416 17.1523 39.9179 19.1858 39.9616 21.7204C39.9749 22.9464 39.4958 24.1271 38.6305 25.0005C37.7652 25.874 36.5852 26.3681 35.3522 26.3734H29.6405C27.9803 26.3734 26.6344 27.7116 26.6344 29.3624V40.8304C26.6344 43.3577 24.5768 45.4081 22.035 45.4135Z"
19+
fill="#521094"
20+
/>
21+
<path
22+
fill-rule="evenodd"
23+
clip-rule="evenodd"
24+
d="M14.4796 4.55169e-05H37.3562C44.5954 -0.0131325 51.5429 2.83563 56.6684 7.91884C61.7938 13.002 64.6767 19.9027 64.682 27.1007V63.2382C63.944 70.0767 58.4198 75.4272 51.5252 75.9815H27.3358C20.0878 75.992 13.1333 73.1359 8.00535 68.0428C2.87745 62.9496 -0.00266304 56.0377 1.84766e-06 48.831V14.4172C0.00551173 6.4649 6.48177 0.0165653 14.4796 4.55169e-05ZM50.1458 14.5586C46.7362 11.1591 42.1046 9.25081 37.2761 9.25614L14.8303 9.21629C11.7215 9.25996 9.22756 11.7841 9.23882 14.8755V48.6616C9.2362 53.4532 11.1494 58.0494 14.5569 61.4375C17.9645 64.8257 22.5869 66.728 27.4059 66.7254H50.6333C53.0728 66.3869 55.015 64.5241 55.4433 62.1123V27.3697C55.4618 22.5687 53.5554 17.9582 50.1458 14.5586Z"
25+
fill="#521094"
26+
/>
27+
<path
28+
d="M104.493 67.7317C100.27 67.7021 96.1195 66.6378 92.4086 64.6331C88.5532 62.6416 85.2129 59.7909 82.6487 56.3036C82.3105 55.8858 82.1561 55.35 82.2202 54.8175C82.2843 54.285 82.5616 53.8006 82.9894 53.474L87.6589 49.3491C88.0366 49.0076 88.5312 48.8223 89.0417 48.831H89.3824C89.9862 48.9245 90.5216 49.2686 90.8554 49.7775C92.4311 52.3094 94.5919 54.4307 97.1583 55.9648C99.6108 57.4255 102.416 58.1969 105.275 58.1967C108.381 58.1967 110.716 57.5889 112.179 56.3036C113.616 55.0959 114.387 53.278 114.253 51.4115C114.408 49.4054 113.571 47.45 112.009 46.1708C110.192 44.7958 107.256 43.5072 103.201 42.3049C91.1761 39.3856 85.1638 33.7164 85.1638 25.3671C85.1638 20.216 86.8873 16.1808 90.3444 13.3511C93.8014 10.5215 98.2906 9.22626 103.992 9.22626C111.809 8.99634 119.263 12.5093 124.033 18.6716C124.739 19.5593 124.625 20.8408 123.773 21.5909L119.233 25.377C118.86 25.7249 118.362 25.9112 117.851 25.8951H117.59C116.999 25.8392 116.463 25.5253 116.127 25.0383C114.738 23.0268 112.908 21.3543 110.776 20.1462C108.661 19.0881 106.32 18.5549 103.952 18.5919C101.601 18.4991 99.2774 19.1288 97.2986 20.3953C95.8526 21.4259 95.0124 23.1004 95.054 24.8689C94.9621 26.6539 95.7328 28.3752 97.1282 29.5019C98.7716 30.8769 101.708 31.9928 105.846 33.019C111.467 34.5733 115.866 36.6258 119.063 39.296C122.43 42.2153 124.163 46.2704 124.163 51.4016C124.179 54.4298 123.275 57.3923 121.568 59.9004C119.831 62.4462 117.397 64.4445 114.554 65.6593C111.406 67.1128 107.963 67.8221 104.493 67.7317Z"
29+
fill="#521094"
30+
/>
31+
<path
32+
d="M149.205 67.9011C145.557 67.9905 141.961 67.036 138.843 65.1511C135.81 63.3472 133.354 60.725 131.759 57.5889C130.027 54.247 129.166 50.5268 129.254 46.7686C129.157 43.038 130.019 39.3444 131.759 36.0379C133.359 32.908 135.814 30.2903 138.843 28.4856C141.961 26.6794 145.506 25.7303 149.114 25.7357C152.134 25.6691 155.117 26.4088 157.752 27.8778C160.285 29.3689 162.512 31.3228 164.315 33.6367C165.002 34.5447 164.852 35.8286 163.975 36.556L160.177 39.5451C159.797 39.8179 159.343 39.9707 158.874 39.9834H158.534C157.97 39.903 157.467 39.5878 157.151 39.1166C155.466 36.3527 152.455 34.6612 149.205 34.653C147.321 34.6582 145.474 35.1638 143.854 36.1176C142.227 37.1265 140.934 38.5886 140.136 40.3222C138.322 44.427 138.322 49.1001 140.136 53.205C140.931 54.9639 142.223 56.4557 143.854 57.4992C145.437 58.5355 147.311 59.0448 149.205 58.9539C150.933 59.0546 152.658 58.7115 154.215 57.9575C155.628 57.1916 156.864 56.1394 157.842 54.8688C158.537 54.0159 159.771 53.8301 160.688 54.4404L164.756 57.27C165.214 57.5893 165.525 58.0765 165.621 58.6242C165.717 59.172 165.59 59.7351 165.267 60.1893C165.27 60.2121 165.263 60.2351 165.248 60.2523C165.232 60.2694 165.21 60.2792 165.187 60.279C163.312 62.5875 160.952 64.4611 158.273 65.7689C155.462 67.1814 152.354 67.9121 149.205 67.9011Z"
33+
fill="#521094"
34+
/>
35+
<path
36+
fill-rule="evenodd"
37+
clip-rule="evenodd"
38+
d="M170.628 57.5889C173.948 64.0489 180.689 68.0542 187.984 67.9011C190.817 67.9399 193.614 67.261 196.11 65.9283C196.892 65.46 197.663 64.9818 198.445 64.4637V64.5533C198.461 65.684 199.382 66.5951 200.519 66.6058H205.7C206.837 66.5951 207.758 65.684 207.774 64.5533V28.9938C207.758 27.8614 206.839 26.9474 205.7 26.9313H200.509C199.37 26.9474 198.451 27.8614 198.435 28.9938V29.1731C197.685 28.5749 196.876 28.0542 196.02 27.6188C193.47 26.3623 190.659 25.7174 187.813 25.7357C180.569 25.598 173.887 29.6036 170.628 36.0379C167.251 42.8292 167.251 50.7977 170.628 57.5889ZM182.543 36.1276C184.129 35.1626 185.954 34.6554 187.813 34.663C189.747 34.5783 191.657 35.1202 193.254 36.2073C194.859 37.2433 196.143 38.7024 196.962 40.4218C198.782 44.522 198.782 49.1945 196.962 53.2946C196.177 55.057 194.888 56.5505 193.254 57.5889C191.6 58.5412 189.725 59.0462 187.813 59.0535C185.943 59.1455 184.094 58.6316 182.543 57.5889C180.909 56.5484 179.617 55.0558 178.825 53.2946C177.86 51.256 177.39 49.0208 177.452 46.7686C177.427 44.5487 177.896 42.3508 178.825 40.3322C179.68 38.6361 180.96 37.1879 182.543 36.1276Z"
39+
fill="#521094"
40+
/>
41+
<path
42+
d="M216.662 9.52515H221.843C222.982 9.54121 223.901 10.4553 223.917 11.5876V64.5733C223.901 65.7056 222.982 66.6196 221.843 66.6357H216.662C215.523 66.6196 214.604 65.7056 214.588 64.5733V11.5876C214.568 11.0348 214.78 10.4987 215.174 10.1075C215.567 9.71639 216.106 9.50544 216.662 9.52515Z"
43+
fill="#521094"
44+
/>
45+
<path
46+
d="M305.423 65.2408C305.673 66.128 306.502 66.7295 307.427 66.6955L312.768 66.6855C313.681 66.6792 314.488 66.0936 314.772 65.2308L326.516 29.6513C326.853 28.6109 326.324 27.4884 325.304 27.0808C325.025 26.987 324.736 26.9268 324.442 26.9014H319.512C318.597 26.9122 317.791 27.5013 317.508 28.366L310.424 50.2857L303.409 28.366C303.164 27.4749 302.334 26.8685 301.405 26.9014H296.305C295.39 26.9122 294.584 27.5013 294.301 28.366L287.026 50.5547L279.851 28.3959C279.605 27.5047 278.776 26.8984 277.847 26.9313H272.366C271.977 26.9353 271.594 27.0237 271.244 27.1904C270.351 27.6733 269.93 28.7194 270.242 29.6812L282.076 65.2408C282.325 66.128 283.154 66.7295 284.08 66.6955H289.26C290.164 66.7394 290.985 66.1761 291.264 65.3205L298.599 44.0286L305.423 65.2408Z"
47+
fill="#521094"
48+
/>
49+
<path
50+
fill-rule="evenodd"
51+
clip-rule="evenodd"
52+
d="M347.589 67.9011C340.299 68.0398 333.565 64.0387 330.234 57.5889C326.868 50.7952 326.868 42.8316 330.234 36.0379C333.509 29.5756 340.233 25.5656 347.509 25.7357C350.336 25.7447 353.12 26.428 355.626 27.7284C356.481 28.1616 357.29 28.679 358.041 29.2727V29.1034C358.05 27.953 358.959 27.0093 360.115 26.9512H365.386C366.525 26.9673 367.444 27.8814 367.46 29.0137V64.5733C367.444 65.7039 366.523 66.615 365.386 66.6257H360.205C359.068 66.615 358.147 65.7039 358.131 64.5733V64.4836C357.383 65.0178 356.603 65.5068 355.796 65.9482C353.265 67.2633 350.445 67.9343 347.589 67.9011ZM347.509 34.663C345.65 34.6554 343.825 35.1626 342.238 36.1276C340.654 37.1855 339.373 38.6343 338.521 40.3322C337.546 42.336 337.072 44.5438 337.138 46.7686C337.079 49.0215 337.553 51.2568 338.521 53.2946C339.313 55.0558 340.605 56.5484 342.238 57.5889C343.79 58.6316 345.639 59.1455 347.509 59.0535C349.394 59.0577 351.243 58.5514 352.86 57.5889C354.494 56.5484 355.786 55.0558 356.578 53.2946C358.398 49.1945 358.398 44.522 356.578 40.4218C355.78 38.6856 354.487 37.2202 352.86 36.2073C351.296 35.1217 349.415 34.5789 347.509 34.663Z"
53+
fill="#521094"
54+
/>
55+
<path
56+
fill-rule="evenodd"
57+
clip-rule="evenodd"
58+
d="M259.319 54.5899C260.083 53.6547 261.445 53.4675 262.436 54.1615L265.973 56.7221C265.973 56.7716 266.013 56.8117 266.063 56.8117C266.555 57.1866 266.877 57.7407 266.958 58.3519C267.039 58.9631 266.872 59.5811 266.494 60.0698C264.778 62.2739 262.635 64.1135 260.191 65.4799C256.86 67.2044 253.143 68.0613 249.389 67.9708C245.753 67.9799 242.179 67.0347 239.028 65.2309C236.018 63.3986 233.568 60.7837 231.943 57.6686C230.218 54.3245 229.357 50.6059 229.438 46.8483C229.405 43.1244 230.264 39.4462 231.943 36.1176C233.512 32.9861 235.945 30.3631 238.958 28.5554C242.042 26.7403 245.564 25.79 249.148 25.8055C256.149 25.7488 262.604 29.5547 265.913 35.6892C267.593 38.7702 268.452 42.2277 268.408 45.7324C268.429 46.5336 268.402 47.3355 268.328 48.1336C268.239 49.206 267.336 50.0303 266.253 50.0266H239.198C239.629 52.2116 240.612 54.2517 242.054 55.9549C243.894 58.0468 246.597 59.1849 249.389 59.0436C251.666 59.1174 253.925 58.6134 255.952 57.5789C257.251 56.7988 258.393 55.7852 259.319 54.5899ZM249.309 34.5833C246.83 34.4938 244.423 35.4236 242.655 37.1538C241.363 38.3715 240.375 39.8728 239.769 41.5378H258.548C258.145 39.7527 257.246 38.1162 255.952 36.8151C254.399 35.2608 252.155 34.5833 249.309 34.5833Z"
59+
fill="#521094"
60+
/>
61+
<path
62+
d="M409.686 27.8778C409.269 27.3513 408.637 27.0372 407.963 27.021H403.043C402.152 27.0212 401.355 27.5684 401.038 28.3959L390.938 54.3009L381.348 28.2764C380.995 27.4912 380.209 26.9872 379.344 26.991H373.903C373.202 26.9849 372.548 27.3439 372.18 27.9376C371.774 28.5251 371.706 29.2803 371.999 29.9303L386.068 66.8649C385.837 68.2296 385.096 69.4574 383.994 70.3022C382.702 71.1585 380.199 71.2486 378.816 71.2985L378.813 71.2986C377.613 71.3567 376.668 72.3361 376.659 73.5304V77.0475C376.653 77.641 376.888 78.2118 377.31 78.6316C377.732 79.0513 378.306 79.2847 378.903 79.2793C379.105 79.2793 379.319 79.2808 379.544 79.2824L379.546 79.2824C381.718 79.2975 384.865 79.3194 387.371 78.0737C392.405 75.43 393.598 72.2252 394.943 68.6108C395.119 68.1389 395.297 67.6592 395.487 67.1737L409.907 29.731C410.085 29.1088 410.006 28.4415 409.686 27.8778Z"
63+
fill="#521094"
64+
/>
65+
</svg>
66+
);
67+
68+
export default Scaleway;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import Cloudflare from './Cloudflare';
2+
import Rackspace from './Rackspace';
3+
4+
export { Cloudflare, Rackspace };

0 commit comments

Comments
 (0)