symbols-react 1.1.2 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. package/package.json +1 -1
  2. package/src/icons/IconAdobeLogo.js +32 -0
  3. package/src/icons/IconAfterEffectsLogo.js +30 -0
  4. package/src/icons/IconAirbnbLogo.js +16 -0
  5. package/src/icons/IconAngularLogo.js +18 -0
  6. package/src/icons/IconArcLogo.js +18 -0
  7. package/src/icons/IconAstroLogo.js +18 -0
  8. package/src/icons/IconAtomLogo.js +16 -0
  9. package/src/icons/IconAuthyLogo.js +18 -0
  10. package/src/icons/IconAwsLogo.js +18 -0
  11. package/src/icons/IconBingLogo.js +18 -0
  12. package/src/icons/IconBootstrapLogo.js +16 -0
  13. package/src/icons/IconBraveLogo.js +19 -0
  14. package/src/icons/IconCLogo.js +18 -0
  15. package/src/icons/IconCPlusPlusLogo.js +18 -0
  16. package/src/icons/IconCSharpLogo.js +18 -0
  17. package/src/icons/IconChromeLogo.js +18 -0
  18. package/src/icons/IconCss3Logo.js +18 -0
  19. package/src/icons/IconDigitialOceanLogo.js +18 -0
  20. package/src/icons/IconDiscordLogo.js +16 -0
  21. package/src/icons/IconDjangoLogo.js +18 -0
  22. package/src/icons/IconDockerLogo.js +16 -0
  23. package/src/icons/IconFacebookLogo.js +18 -0
  24. package/src/icons/IconFigmaLogo.js +18 -0
  25. package/src/icons/IconFirefoxLogo.js +16 -0
  26. package/src/icons/IconFlutterLogo.js +19 -0
  27. package/src/icons/IconGatsbyLogo.js +16 -0
  28. package/src/icons/IconGitLogo.js +16 -0
  29. package/src/icons/IconGithubLogo.js +16 -0
  30. package/src/icons/IconGitlabLogo.js +16 -0
  31. package/src/icons/IconGoogleLogo.js +18 -0
  32. package/src/icons/IconHtml5Logo.js +18 -0
  33. package/src/icons/IconIllustratorLogo.js +30 -0
  34. package/src/icons/IconIndesignLogo.js +30 -0
  35. package/src/icons/IconInstagramLogo.js +16 -0
  36. package/src/icons/IconJavaLogo.js +18 -0
  37. package/src/icons/IconJavascriptLogo.js +18 -0
  38. package/src/icons/IconKotlinLogo.js +16 -0
  39. package/src/icons/IconLarvelLogo.js +16 -0
  40. package/src/icons/IconLightroomLogo.js +30 -0
  41. package/src/icons/IconLinkedinLogo.js +16 -0
  42. package/src/icons/IconMaterialUiLogo.js +16 -0
  43. package/src/icons/IconMetaLogo.js +18 -0
  44. package/src/icons/IconNextjsLogo.js +34 -0
  45. package/src/icons/IconNotionLogo.js +16 -0
  46. package/src/icons/IconNpmLogo.js +16 -0
  47. package/src/icons/IconNuxtLogo.js +16 -0
  48. package/src/icons/IconPhotoshopLogo.js +30 -0
  49. package/src/icons/IconPhpLogo.js +16 -0
  50. package/src/icons/IconPintrestLogo.js +16 -0
  51. package/src/icons/IconPlanetscaleLogo.js +16 -0
  52. package/src/icons/IconPremiereLogo.js +30 -0
  53. package/src/icons/IconPrismaLogo.js +16 -0
  54. package/src/icons/IconPythonLogo.js +18 -0
  55. package/src/icons/IconQwikLogo.js +18 -0
  56. package/src/icons/IconReactLogo.js +16 -0
  57. package/src/icons/IconRustLogo.js +16 -0
  58. package/src/icons/IconSafariLogo.js +18 -0
  59. package/src/icons/IconSketchLogo.js +18 -0
  60. package/src/icons/IconSlackLogo.js +18 -0
  61. package/src/icons/IconSpotifyLogo.js +16 -0
  62. package/src/icons/IconStripeLogo.js +16 -0
  63. package/src/icons/IconSublimeLogo.js +18 -0
  64. package/src/icons/IconSupabaseLogo.js +19 -0
  65. package/src/icons/IconSvelteLogo.js +18 -0
  66. package/src/icons/IconTailwindLogo.js +16 -0
  67. package/src/icons/IconTelegramLogo.js +16 -0
  68. package/src/icons/IconThreadsLogo.js +16 -0
  69. package/src/icons/IconTwitterLogo.js +16 -0
  70. package/src/icons/IconTypescriptLogo.js +18 -0
  71. package/src/icons/IconUbuntuLogo.js +18 -0
  72. package/src/icons/IconUnityLogo.js +16 -0
  73. package/src/icons/IconUnrealLogo.js +18 -0
  74. package/src/icons/IconVercelLogo.js +16 -0
  75. package/src/icons/IconVimLogo.js +16 -0
  76. package/src/icons/IconVscodeLogo.js +18 -0
  77. package/src/icons/IconVueLogo.js +16 -0
  78. package/src/icons/IconWindowsLogo.js +16 -0
  79. package/src/icons/IconWordpressLogo.js +24 -0
  80. package/src/icons/IconWorkOsLogo.js +18 -0
  81. package/src/icons/IconXLogo.js +16 -0
  82. package/src/icons/IconXdLogo.js +18 -0
  83. package/src/icons/IconYarnLogo.js +16 -0
  84. package/src/icons/IconYoutubeLogo.js +18 -0
  85. package/src/icons/IconZoomLogo.js +16 -0
  86. package/src/index.js +86 -1
  87. package/types/icons/IconAdobeLogo.d.ts +1 -0
  88. package/types/icons/IconAfterEffectsLogo.d.ts +1 -0
  89. package/types/icons/IconAirbnbLogo.d.ts +1 -0
  90. package/types/icons/IconAngularLogo.d.ts +1 -0
  91. package/types/icons/IconArcLogo.d.ts +1 -0
  92. package/types/icons/IconAstroLogo.d.ts +1 -0
  93. package/types/icons/IconAtomLogo.d.ts +1 -0
  94. package/types/icons/IconAuthyLogo.d.ts +1 -0
  95. package/types/icons/IconAwsLogo.d.ts +1 -0
  96. package/types/icons/IconBingLogo.d.ts +1 -0
  97. package/types/icons/IconBootstrapLogo.d.ts +1 -0
  98. package/types/icons/IconBraveLogo.d.ts +1 -0
  99. package/types/icons/IconCLogo.d.ts +1 -0
  100. package/types/icons/IconCPlusPlusLogo.d.ts +1 -0
  101. package/types/icons/IconCSharpLogo.d.ts +1 -0
  102. package/types/icons/IconChromeLogo.d.ts +1 -0
  103. package/types/icons/IconCss3Logo.d.ts +1 -0
  104. package/types/icons/IconDigitialOceanLogo.d.ts +1 -0
  105. package/types/icons/IconDiscordLogo.d.ts +1 -0
  106. package/types/icons/IconDjangoLogo.d.ts +1 -0
  107. package/types/icons/IconDockerLogo.d.ts +1 -0
  108. package/types/icons/IconFacebookLogo.d.ts +1 -0
  109. package/types/icons/IconFigmaLogo.d.ts +1 -0
  110. package/types/icons/IconFirefoxLogo.d.ts +1 -0
  111. package/types/icons/IconFlutterLogo.d.ts +1 -0
  112. package/types/icons/IconGatsbyLogo.d.ts +1 -0
  113. package/types/icons/IconGitLogo.d.ts +1 -0
  114. package/types/icons/IconGithubLogo.d.ts +1 -0
  115. package/types/icons/IconGitlabLogo.d.ts +1 -0
  116. package/types/icons/IconGoogleLogo.d.ts +1 -0
  117. package/types/icons/IconHtml5Logo.d.ts +1 -0
  118. package/types/icons/IconIllustratorLogo.d.ts +1 -0
  119. package/types/icons/IconIndesignLogo.d.ts +1 -0
  120. package/types/icons/IconInstagramLogo.d.ts +1 -0
  121. package/types/icons/IconJavaLogo.d.ts +1 -0
  122. package/types/icons/IconJavascriptLogo.d.ts +1 -0
  123. package/types/icons/IconKotlinLogo.d.ts +1 -0
  124. package/types/icons/IconLarvelLogo.d.ts +1 -0
  125. package/types/icons/IconLightroomLogo.d.ts +1 -0
  126. package/types/icons/IconLinkedinLogo.d.ts +1 -0
  127. package/types/icons/IconMaterialUiLogo.d.ts +1 -0
  128. package/types/icons/IconMetaLogo.d.ts +1 -0
  129. package/types/icons/IconNextjsLogo.d.ts +1 -0
  130. package/types/icons/IconNotionLogo.d.ts +1 -0
  131. package/types/icons/IconNpmLogo.d.ts +1 -0
  132. package/types/icons/IconNuxtLogo.d.ts +1 -0
  133. package/types/icons/IconPhotoshopLogo.d.ts +1 -0
  134. package/types/icons/IconPhpLogo.d.ts +1 -0
  135. package/types/icons/IconPintrestLogo.d.ts +1 -0
  136. package/types/icons/IconPlanetscaleLogo.d.ts +1 -0
  137. package/types/icons/IconPremiereLogo.d.ts +1 -0
  138. package/types/icons/IconPrismaLogo.d.ts +1 -0
  139. package/types/icons/IconPythonLogo.d.ts +1 -0
  140. package/types/icons/IconQwikLogo.d.ts +1 -0
  141. package/types/icons/IconReactLogo.d.ts +1 -0
  142. package/types/icons/IconRustLogo.d.ts +1 -0
  143. package/types/icons/IconSafariLogo.d.ts +1 -0
  144. package/types/icons/IconSketchLogo.d.ts +1 -0
  145. package/types/icons/IconSlackLogo.d.ts +1 -0
  146. package/types/icons/IconSpotifyLogo.d.ts +1 -0
  147. package/types/icons/IconStripeLogo.d.ts +1 -0
  148. package/types/icons/IconSublimeLogo.d.ts +1 -0
  149. package/types/icons/IconSupabaseLogo.d.ts +1 -0
  150. package/types/icons/IconSvelteLogo.d.ts +1 -0
  151. package/types/icons/IconTailwindLogo.d.ts +1 -0
  152. package/types/icons/IconTelegramLogo.d.ts +1 -0
  153. package/types/icons/IconThreadsLogo.d.ts +1 -0
  154. package/types/icons/IconTwitterLogo.d.ts +1 -0
  155. package/types/icons/IconTypescriptLogo.d.ts +1 -0
  156. package/types/icons/IconUbuntuLogo.d.ts +1 -0
  157. package/types/icons/IconUnityLogo.d.ts +1 -0
  158. package/types/icons/IconUnrealLogo.d.ts +1 -0
  159. package/types/icons/IconVercelLogo.d.ts +1 -0
  160. package/types/icons/IconVimLogo.d.ts +1 -0
  161. package/types/icons/IconVscodeLogo.d.ts +1 -0
  162. package/types/icons/IconVueLogo.d.ts +1 -0
  163. package/types/icons/IconWindowsLogo.d.ts +1 -0
  164. package/types/icons/IconWordpressLogo.d.ts +1 -0
  165. package/types/icons/IconWorkOsLogo.d.ts +1 -0
  166. package/types/icons/IconXLogo.d.ts +1 -0
  167. package/types/icons/IconXdLogo.d.ts +1 -0
  168. package/types/icons/IconYarnLogo.d.ts +1 -0
  169. package/types/icons/IconYoutubeLogo.d.ts +1 -0
  170. package/types/icons/IconZoomLogo.d.ts +1 -0
  171. package/types/index.d.ts +84 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symbols-react",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "S̶F̶ symbols for the web",
5
5
  "keywords": [
6
6
  "icons",
@@ -0,0 +1,32 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAdobeLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("mask", {
14
+ id: "mask0_22_109",
15
+ style: "mask-type:luminance",
16
+ maskUnits: "userSpaceOnUse",
17
+ x: "2",
18
+ y: "3",
19
+ width: "24",
20
+ height: "22"
21
+ }, /*#__PURE__*/React.createElement("path", {
22
+ d: "M25.9999 3.38525H2.30518V24.3467H25.9999V3.38525Z"
23
+ })), /*#__PURE__*/React.createElement("g", {
24
+ mask: "url(#mask0_22_109)"
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ d: "M17.2319 3.38525H25.9999V24.3467L17.2319 3.38525Z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M11.0731 3.38525H2.30518V24.3467L11.0731 3.38525Z"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M14.1436 11.1069L19.7345 24.3476H16.0783L14.4099 20.1411H10.3276L14.1436 11.1069Z"
31
+ }))));
32
+ IconAdobeLogo.displayName = 'IconAdobeLogo';
@@ -0,0 +1,30 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAfterEffectsLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("mask", {
14
+ id: "mask0_23_121",
15
+ style: "mask-type:luminance",
16
+ maskUnits: "userSpaceOnUse",
17
+ x: "2",
18
+ y: "1",
19
+ width: "24",
20
+ height: "25"
21
+ }, /*#__PURE__*/React.createElement("path", {
22
+ d: "M26 1.9751H2V25.3751H26V1.9751Z"
23
+ })), /*#__PURE__*/React.createElement("g", {
24
+ mask: "url(#mask0_23_121)"
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M21.75 1.9751H6.24999C3.90279 1.9751 2 3.87789 2 6.22509V21.1251C2 23.4723 3.90279 25.3751 6.24999 25.3751H21.75C24.0972 25.3751 26 23.4723 26 21.1251V6.22509C26 3.87789 24.0972 1.9751 21.75 1.9751ZM11.6415 15.9751H7.92233L7.16563 18.3302C7.15534 18.373 7.13042 18.411 7.09514 18.4374C7.05986 18.4639 7.01646 18.4772 6.97244 18.4751H5.08874C4.98133 18.4751 4.94374 18.416 4.97604 18.298L8.19605 9.06272L8.20311 9.04155L8.20312 9.04153C8.23294 8.95215 8.26281 8.86265 8.29263 8.74816C8.33481 8.53335 8.35637 8.31503 8.35704 8.09612C8.35485 8.08082 8.35628 8.06523 8.36117 8.05055C8.36605 8.0359 8.3743 8.02256 8.38524 8.01162C8.39618 8.00068 8.40949 7.99243 8.42417 7.98755C8.43883 7.98266 8.45445 7.98123 8.46974 7.98342H11.0297C11.1046 7.98342 11.1476 8.01024 11.1585 8.06395L14.8132 18.3141C14.8453 18.4215 14.8131 18.4752 14.7166 18.4751H12.6236C12.5876 18.4791 12.5514 18.4698 12.5218 18.4491C12.4922 18.4284 12.4711 18.3975 12.4626 18.3624L11.6415 15.9751ZM8.50198 13.9893H11.0458C10.9814 13.7747 10.9062 13.5332 10.8203 13.2648C10.7343 12.9966 10.6431 12.7095 10.5466 12.4034L10.2569 11.4858C10.1603 11.1799 10.0717 10.8847 9.99118 10.6002C9.91072 10.316 9.83826 10.0557 9.77386 9.81941H9.75774C9.66715 10.2542 9.5543 10.6841 9.41964 11.1074C9.26921 11.5904 9.11626 12.0842 8.96079 12.5886C8.8051 13.0933 8.65215 13.5601 8.50198 13.9893ZM17.5665 15.0585H20.7382C20.8616 15.0585 20.9819 15.0675 21.0991 15.0763C21.2266 15.0858 21.3505 15.0951 21.4708 15.0922C21.7014 15.0869 21.8946 15.0761 22.0504 15.0601C22.206 15.0439 22.316 15.0359 22.3804 15.0359C22.4161 15.0359 22.4506 15.0228 22.4774 14.999C22.5041 14.9753 22.5212 14.9426 22.5253 14.9071C22.5361 14.8212 22.5495 14.6817 22.5656 14.4885C22.5817 14.2954 22.5897 14.0807 22.5897 13.8445C22.5885 13.4291 22.5234 13.0164 22.3965 12.6209C22.2662 12.2105 22.0646 11.8262 21.8008 11.4858C21.5196 11.1382 21.1575 10.8648 20.7463 10.6894C20.2572 10.4745 19.7267 10.37 19.1926 10.3835C18.5486 10.3835 17.9904 10.4663 17.5182 10.6969C17.052 10.9229 16.6401 11.2469 16.3107 11.6468C15.9768 12.0515 15.7227 12.5159 15.5621 13.0153C15.3953 13.5274 15.311 14.0627 15.3125 14.6012C15.3124 15.0944 15.3829 15.585 15.5218 16.0582C15.6621 16.5377 15.8976 16.9839 16.2141 17.3704C16.553 17.7805 16.983 18.1058 17.4699 18.3203C17.9849 18.5564 18.6236 18.6745 19.3858 18.6745C19.861 18.6819 20.3356 18.6415 20.8026 18.5537C21.1464 18.4975 21.4816 18.3977 21.8001 18.2566C21.8294 18.2382 21.8541 18.2134 21.8725 18.1842C21.891 18.1467 21.8994 18.1051 21.8967 18.0634V16.5339C21.8967 16.4373 21.8698 16.4106 21.8162 16.4534C21.529 16.5667 21.2293 16.6449 20.9234 16.6862C20.5814 16.7553 20.2338 16.7935 19.8849 16.8002C19.4452 16.8095 19.0086 16.7239 18.605 16.5493C18.3071 16.4238 18.0525 16.2139 17.8724 15.9455C17.7096 15.6745 17.6054 15.3723 17.5665 15.0585ZM19.6756 13.5918H17.5665C17.6002 13.3439 17.6736 13.103 17.7839 12.8785C17.908 12.637 18.0996 12.437 18.3355 12.3026C18.5713 12.1682 18.8412 12.1054 19.1122 12.1218C19.4 12.1108 19.6835 12.1947 19.9191 12.3605C20.1547 12.5262 20.3294 12.7648 20.4162 13.0395C20.4557 13.1591 20.4774 13.2839 20.4806 13.4098V13.5064C20.4095 13.5491 20.3297 13.5755 20.2471 13.5838C20.1237 13.5891 19.9332 13.5918 19.6756 13.5918Z"
29
+ }))));
30
+ IconAfterEffectsLogo.displayName = 'IconAfterEffectsLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAirbnbLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M23.457 21.4374C23.2913 22.6873 22.4616 23.768 21.3004 24.2484C20.7315 24.4881 20.115 24.5609 19.4985 24.4881C18.9063 24.4164 18.3131 24.2238 17.6977 23.8643C16.8448 23.3827 15.9908 22.6391 14.9954 21.5337C16.5598 19.5873 17.5077 17.81 17.8634 16.2242C18.0291 15.4794 18.0534 14.8063 17.9816 14.1814C17.8866 13.5811 17.6734 13.0279 17.342 12.5475C16.6073 11.4667 15.3743 10.8418 13.9999 10.8418C12.6256 10.8418 11.3926 11.4902 10.6579 12.5475C10.3265 13.0279 10.1132 13.5811 10.0182 14.1814C9.92322 14.8063 9.94753 15.5029 10.1364 16.2242C10.4922 17.81 11.4633 19.6119 13.0045 21.5573C12.0323 22.6626 11.1562 23.4074 10.3022 23.8878C9.68569 24.2484 9.09351 24.4411 8.50134 24.5127C7.89039 24.5822 7.2728 24.4993 6.70052 24.2731C5.53937 23.7926 4.70967 22.7108 4.54395 21.4621C4.47324 20.8618 4.52075 20.2615 4.75717 19.5884C4.82788 19.3476 4.9472 19.108 5.06541 18.8202C5.23113 18.436 5.42116 18.0273 5.61008 17.6185L5.63439 17.5703C7.26949 13.9899 9.02391 10.3378 10.849 6.78208L10.9197 6.63761C11.1098 6.27811 11.2987 5.89286 11.4887 5.53224C11.6787 5.14811 11.892 4.78749 12.1527 4.47503C12.651 3.89827 13.3139 3.58581 14.0485 3.58581C14.7832 3.58581 15.4472 3.89827 15.9444 4.47503C16.2051 4.78749 16.4183 5.14811 16.6084 5.53224C16.7984 5.89286 16.9873 6.277 17.1773 6.63649L17.2491 6.78096C19.05 10.3602 20.8044 14.0123 22.4395 17.5927V17.6162C22.6295 18.0004 22.7952 18.4338 22.9842 18.8179C23.1024 19.1069 23.2217 19.3465 23.2924 19.5862C23.4813 20.2122 23.552 20.8125 23.457 21.4374ZM13.9999 20.3074C12.7206 18.6734 11.8909 17.1358 11.6058 15.8389C11.4876 15.2857 11.4633 14.8052 11.5351 14.3729C11.5826 13.9888 11.7251 13.6517 11.9141 13.3639C12.3648 12.7154 13.1227 12.3067 13.9999 12.3067C14.8771 12.3067 15.6593 12.6919 16.0858 13.3639C16.2758 13.6528 16.4172 13.9888 16.4647 14.3729C16.5354 14.8052 16.5122 15.3103 16.394 15.8389C16.1101 17.1123 15.2804 18.6499 13.9999 20.3074ZM24.69 19.0587C24.5718 18.7709 24.4524 18.4584 24.3342 18.1941C24.1442 17.7618 23.9553 17.3531 23.7885 16.9689L23.7653 16.9454C22.1302 13.3415 20.3757 9.68941 18.5274 6.08549L18.4567 5.94102C18.2667 5.5804 18.0777 5.19627 17.8877 4.81213C17.6502 4.37984 17.4138 3.92291 17.0348 3.49062C16.2758 2.5286 15.1854 2 14.0242 2C12.8388 2 11.7727 2.5286 10.9894 3.44134C10.6336 3.87364 10.3729 4.33056 10.1364 4.76286C9.94642 5.14699 9.7575 5.53112 9.56747 5.89174L9.49677 6.03509C7.67164 9.63901 5.89401 13.2911 4.25891 16.895L4.23571 16.9432C4.06999 17.3273 3.87996 17.7361 3.68994 18.1684C3.56289 18.4528 3.44467 18.7418 3.33419 19.0329C3.02595 19.9222 2.93094 20.7632 3.04915 21.6278C3.30989 23.4298 4.49534 24.9439 6.13044 25.6159C6.74692 25.8802 7.3866 26 8.05058 26C8.24061 26 8.47704 25.9765 8.66706 25.9518C9.44926 25.8555 10.2547 25.5923 11.0369 25.1354C12.0091 24.5833 12.9327 23.7904 13.9756 22.6369C15.0186 23.7904 15.9665 24.5833 16.9144 25.1354C17.6966 25.5923 18.502 25.8555 19.2842 25.9518C19.4742 25.9765 19.7106 26 19.9007 26C20.5647 26 21.2275 25.8802 21.8208 25.6159C23.4802 24.9428 24.6414 23.4051 24.9021 21.6278C25.0921 20.7879 24.9971 19.9479 24.69 19.0587Z"
15
+ })));
16
+ IconAirbnbLogo.displayName = 'IconAirbnbLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAngularLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M24.3307 18.5849L25.1646 5.98409L16.6405 2L24.3307 18.5849ZM14.0462 25.6266L19.7907 22.291L18.6789 19.4188H9.32093L8.20909 22.291L14.0462 25.6266ZM17.0111 15.7127L14.0462 8.30042L10.9887 15.7127H17.0111ZM2.83521 5.98409L3.66908 18.5849L11.3593 2L2.83521 5.98409Z"
17
+ })));
18
+ IconAngularLogo.displayName = 'IconAngularLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconArcLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M20.8316 17.9952L22.0282 20.5116C22.6998 21.9232 21.9872 23.6533 20.4831 24.0679C20.2638 24.1296 20.0411 24.1604 19.8184 24.1604C19.3457 24.1612 18.8825 24.0277 18.4828 23.7753C18.083 23.523 17.7633 23.1622 17.5607 22.7351L16.4952 20.4945L14.3264 15.931H14.3265L13.261 13.6904C13.1581 13.4745 12.8498 13.4745 12.747 13.6904L11.6575 15.979C9.99587 15.6261 8.32398 14.5982 7.37839 13.3478L10.7462 6.26269C11.1607 5.39242 12.0378 4.8374 13.0006 4.8374C13.4726 4.83771 13.9349 4.97174 14.3339 5.22398C14.7329 5.47621 15.0522 5.83632 15.255 6.26259L18.5576 13.2107C18.5543 13.2107 18.5543 13.2142 18.5543 13.2142L18.5576 13.2107L18.5588 13.2131C19.3326 12.2643 19.894 11.148 20.1338 9.94924C20.1981 9.62753 20.3251 9.32163 20.5076 9.04902C20.6901 8.77641 20.9246 8.54243 21.1976 8.36045C21.4705 8.17848 21.7767 8.05206 22.0985 7.98843C22.4204 7.9248 22.7516 7.9252 23.0733 7.98961C24.4232 8.25678 25.3003 9.57238 25.0296 10.9291C24.4747 13.6999 22.9272 16.1761 20.8316 17.9952ZM3.9627 20.5218L5.1001 18.1304C3.80161 17.0341 2.7669 15.7014 2.18109 14.2488C1.66731 12.9709 2.28383 11.5148 3.56177 10.9975C4.83971 10.4836 6.2958 11.1002 6.81315 12.3781C6.94679 12.7105 7.13855 13.036 7.37502 13.3478C8.32061 14.5982 9.9925 15.6261 11.6542 15.979C12.0551 16.0646 12.4559 16.1091 12.843 16.1091C13.3398 16.1091 13.8366 16.0474 14.323 15.931L16.4883 20.4945C15.3166 20.8884 14.0866 21.1043 12.8396 21.1043C11.7168 21.1043 10.577 20.9094 9.47814 20.5571L8.44056 22.7384C7.8307 24.0164 6.27525 24.5405 5.01102 23.8691C3.81873 23.2353 3.38364 21.738 3.9627 20.5218Z"
17
+ })));
18
+ IconArcLogo.displayName = 'IconArcLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAstroLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M18.6819 3.89021C18.4755 3.21196 18.3722 2.87277 18.1697 2.62136H18.1696C17.9908 2.39938 17.7581 2.22694 17.4937 2.12051C17.1942 2 16.8395 2 16.1301 2H12.891C12.1825 2 11.8283 2 11.5291 2.1203C11.2649 2.22648 11.0323 2.39856 10.8534 2.62013C10.6509 2.87114 10.5472 3.2099 10.3399 3.8873L5.80493 18.7135C7.5075 17.8306 9.33527 17.2136 11.2247 16.8842L14.1275 6.96059C14.1506 6.88132 14.1989 6.81169 14.2649 6.76211C14.331 6.71253 14.4113 6.68567 14.4939 6.68554C14.5765 6.68541 14.6569 6.71202 14.7231 6.76139C14.7893 6.81076 14.8378 6.88024 14.8612 6.95944L17.7996 16.8891C19.6805 17.2201 21.4999 17.8361 23.195 18.7158L18.6821 3.89077L18.6819 3.89021ZM14.7704 20.4914C16.4808 20.4914 17.9658 20.0575 18.7098 19.4214C18.8087 19.7324 18.8621 20.0637 18.8621 20.4074C18.863 20.9467 18.7289 21.4776 18.4721 21.9518C17.9953 22.832 17.3034 23.2709 16.6807 23.6658L16.6806 23.6658C15.8979 24.1622 15.2245 24.5893 15.2245 25.7363C15.224 26.1046 15.3074 26.4681 15.4683 26.7992C14.4228 26.3647 13.6878 25.3337 13.6878 24.131L13.6879 24.0602V24.0598C13.6888 23.2675 13.69 22.2911 12.5707 22.2911C11.9176 22.2911 11.3881 22.8206 11.3881 23.4738C10.1302 22.2159 10.2402 20.4074 10.2402 20.4074C10.2402 20.0392 10.2776 19.4626 10.4446 18.9589C10.9115 19.8378 12.6711 20.4914 14.7704 20.4914Z"
17
+ })));
18
+ IconAstroLogo.displayName = 'IconAstroLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAtomLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M12.6517 4.46478C12.7604 4.55244 12.8292 4.67804 12.8433 4.81449C12.8575 4.95094 12.8158 5.08732 12.7273 5.19423C12.6388 5.30114 12.5106 5.37002 12.3702 5.38602C12.2299 5.40202 12.0887 5.36386 11.9771 5.27977C10.573 4.18533 9.40354 3.82381 8.68231 4.18127C7.84289 4.59674 7.51731 5.9335 7.68675 7.79884L7.71215 8.05073C7.72649 8.1782 7.74293 8.30784 7.76145 8.43966L7.80165 8.70634C7.85155 9.01813 7.91296 9.34093 7.98618 9.6736C8.99728 9.52133 10.0855 9.422 11.2282 9.38067C11.7064 8.78304 12.2088 8.20402 12.7342 7.64497L12.9879 7.37959C13.6223 6.72514 14.2587 6.13928 14.8849 5.6323L15.1349 5.43363C17.4202 3.65211 19.5473 2.94719 20.923 3.81409C22.1213 4.56861 22.4426 6.27777 21.9973 8.56814C21.9853 8.63658 21.9593 8.70202 21.921 8.76062C21.8826 8.81923 21.8326 8.86983 21.7739 8.90948C21.7152 8.94913 21.6489 8.97703 21.579 8.99155C21.509 9.00607 21.4368 9.00692 21.3665 8.99405C21.2962 8.98118 21.2292 8.95486 21.1695 8.91661C21.1098 8.87835 21.0586 8.82894 21.0188 8.77126C20.979 8.71358 20.9514 8.64877 20.9377 8.58064C20.9239 8.5125 20.9243 8.44239 20.9388 8.3744C21.3116 6.45628 21.0661 5.15041 20.3367 4.691C19.3882 4.09354 17.626 4.78135 15.639 6.38783L15.4173 6.57012C15.3043 6.66464 15.1924 6.76046 15.0817 6.85754L14.8561 7.05809C14.6237 7.26828 14.396 7.48324 14.1731 7.70283L13.9437 7.93152C13.9055 7.9701 13.8672 8.00911 13.8288 8.04826L13.5987 8.2871L13.3686 8.53232L13.1384 8.78407C13.0616 8.86905 12.9848 8.95504 12.9083 9.0422L12.6782 9.30642L12.6335 9.35906C13.1693 9.36181 13.7145 9.3769 14.2669 9.40474L14.4813 9.41634L14.9075 9.44273C15.2611 9.46681 15.6108 9.49581 15.9559 9.5296L16.368 9.57238C16.4363 9.57992 16.5044 9.5876 16.5724 9.59543L16.9775 9.64488C17.3132 9.68795 17.6439 9.73552 17.9689 9.78758L18.3561 9.85197L18.7379 9.92056L19.1137 9.99321C20.3568 10.2421 21.4999 10.557 22.5069 10.9262L22.8052 11.0386C25.4505 12.0645 27.0806 13.4766 26.9969 15.0376C26.9276 16.3279 25.7358 17.3932 23.7381 18.1564C23.672 18.183 23.6011 18.1966 23.5296 18.1963C23.458 18.196 23.3872 18.1819 23.3214 18.1548C23.2555 18.1276 23.1958 18.088 23.1459 18.0383C23.096 17.9885 23.0568 17.9296 23.0306 17.865C23.0044 17.8004 22.9917 17.7313 22.9933 17.6619C22.9949 17.5924 23.0107 17.524 23.0399 17.4606C23.069 17.3971 23.1109 17.34 23.1631 17.2924C23.2152 17.2449 23.2766 17.2079 23.3437 17.1837C24.9909 16.5543 25.8794 15.76 25.9211 14.9832C25.9746 13.9887 24.7485 12.9601 22.7076 12.1305L22.4536 12.0298C22.2818 11.9634 22.1044 11.8984 21.9221 11.8351L21.6448 11.7409C21.5513 11.7101 21.4564 11.6795 21.3603 11.6493L21.0684 11.5601L20.7695 11.4734C20.7192 11.4592 20.6685 11.4451 20.6176 11.431L20.3086 11.3484C20.2566 11.3349 20.2043 11.3214 20.1517 11.3081L19.833 11.2298C19.5035 11.1511 19.1725 11.0787 18.8401 11.0125L18.4975 10.9464L18.3242 10.9145L17.9733 10.8536L17.6174 10.7959L17.4375 10.7683L17.0742 10.7161C16.9522 10.6993 16.8296 10.6832 16.7061 10.6677L16.3333 10.6229L15.9564 10.582C15.7654 10.5624 15.5743 10.5446 15.3831 10.5283L14.9961 10.4974C14.8664 10.4879 14.7361 10.4792 14.6052 10.471L14.2109 10.4487L13.8164 10.4312L13.4249 10.4181C12.9772 10.4058 12.5292 10.4025 12.0812 10.4082L11.7734 10.4138L11.6524 10.5695C11.5769 10.6679 11.5019 10.7668 11.4275 10.8661L11.204 11.168C10.864 11.6332 10.5369 12.1071 10.2229 12.5893L10.0156 12.9118C9.79794 13.2548 9.58713 13.6018 9.38322 13.9526C9.4016 13.9964 9.42028 14.0403 9.43925 14.0842L9.58568 14.4198C9.61049 14.4759 9.63559 14.5321 9.66099 14.5883L9.81578 14.9264L9.97626 15.266L10.1424 15.6066L10.3142 15.9483L10.4914 16.2908L10.673 16.6313L10.8572 16.9669L11.0438 17.2975L11.138 17.4608L11.328 17.7837C11.3917 17.8905 11.4558 17.9963 11.52 18.1013L11.714 18.4134C11.779 18.5164 11.8441 18.6186 11.9097 18.7198L12.1069 19.0207L12.3055 19.3157C12.4689 19.5552 12.636 19.7923 12.807 20.0268L13.0091 20.3003C13.1421 20.478 13.2774 20.654 13.4151 20.8282L13.6186 21.082L13.8222 21.3292C13.8562 21.3698 13.8902 21.4102 13.9241 21.4502L14.1277 21.6868L14.3309 21.9164C14.5279 22.1359 14.7301 22.3508 14.9375 22.5611L15.138 22.7608L15.3373 22.9528C15.4349 23.0452 15.5338 23.1363 15.6339 23.226L15.8297 23.398C15.9252 23.4804 16.0221 23.5612 16.1203 23.6406L16.3115 23.7917C17.6119 24.796 18.7641 25.2016 19.5291 24.8228C20.2473 24.4675 20.5902 23.4295 20.5648 21.9577L20.5584 21.7337C20.5552 21.6569 20.5512 21.5801 20.5463 21.5034L20.5287 21.267C20.5218 21.1861 20.5141 21.1053 20.5057 21.0246L20.477 20.7763C20.4717 20.7342 20.4663 20.6922 20.4607 20.6501L20.4239 20.3936L20.3815 20.1318L20.3337 19.865C20.2904 19.6347 20.2426 19.4052 20.1904 19.1766L20.1235 18.8933L20.0511 18.6057C20.0386 18.5574 20.0257 18.509 20.0129 18.4604L19.9323 18.1667L19.8464 17.8692L19.8013 17.7191L19.7072 17.4163L19.6077 17.1101C19.5566 16.9561 19.5034 16.8011 19.4482 16.6449L19.3351 16.3313L19.2166 16.0148C19.1349 15.8005 19.0505 15.587 18.9635 15.3746L18.8288 15.0512L18.6888 14.7259L18.6167 14.5627L18.4687 14.2348L18.3151 13.9053C18.2891 13.8503 18.2628 13.7952 18.2363 13.7401L18.0749 13.4089C18.0475 13.3535 18.0198 13.2981 17.992 13.2429C17.9596 13.181 17.9402 13.1135 17.935 13.0443C17.9298 12.9751 17.9388 12.9056 17.9615 12.8398C17.9842 12.774 18.0202 12.7133 18.0674 12.6611C18.1145 12.609 18.1719 12.5665 18.2362 12.5361C18.3004 12.5057 18.3703 12.488 18.4417 12.484C18.513 12.4801 18.5845 12.49 18.6519 12.5132C18.7193 12.5363 18.7813 12.5722 18.8342 12.6189C18.8871 12.6655 18.93 12.7219 18.9602 12.7848L19.1389 13.1459C19.1975 13.2659 19.2552 13.386 19.3117 13.5058L19.4787 13.8645C19.6403 14.2174 19.7954 14.573 19.9437 14.9313L20.0867 15.2831C20.1102 15.3415 20.1332 15.4 20.156 15.4583L20.2899 15.8067C20.3117 15.8646 20.3332 15.9223 20.3546 15.98L20.4794 16.3246C20.5594 16.5505 20.6364 16.7774 20.7102 17.0053L20.8163 17.341C22.0863 21.4608 21.9235 24.8115 20.0184 25.7542C18.4775 26.517 16.2926 25.4575 14.0933 23.2228L13.8657 22.9876C13.7113 22.825 13.5597 22.6599 13.4109 22.4924L13.1841 22.2328C12.5795 21.5304 11.9805 20.7454 11.4003 19.8913L11.1837 19.5677C10.6247 18.7192 10.1062 17.8461 9.63006 16.9512L9.53189 16.7657C9.46698 16.6422 9.40283 16.5182 9.33944 16.3939L9.15312 16.0228C9.00793 15.7294 8.86716 15.4339 8.73087 15.1365L8.64391 15.3034C8.61701 15.3556 8.59057 15.4078 8.56427 15.46L8.40918 15.7714L8.26021 16.0805L8.11706 16.3871C8.09376 16.438 8.07075 16.4889 8.04789 16.5395L7.91401 16.8422C7.89219 16.8923 7.87068 16.9422 7.84931 16.9922L7.7244 17.2904C7.70408 17.3397 7.68406 17.389 7.66433 17.4382L7.54868 17.7311C7.53001 17.7797 7.51148 17.8281 7.4934 17.8764L7.38701 18.164L7.28691 18.4476C7.23835 18.5883 7.19232 18.7277 7.14855 18.8653L7.06413 19.1383L6.98613 19.4068C6.97373 19.4511 6.96147 19.4952 6.94952 19.5392L6.88109 19.8002C6.82827 20.009 6.78064 20.2191 6.73825 20.4301L6.69238 20.6723C6.38757 22.3878 6.58629 23.653 7.34159 24.1288C8.10242 24.6077 9.51307 24.2433 11.2538 23.0237C11.311 22.9823 11.3762 22.9524 11.4455 22.9356C11.5148 22.9189 11.5869 22.9157 11.6575 22.9263C11.728 22.9368 11.7958 22.9608 11.8567 22.997C11.9176 23.0332 11.9705 23.0807 12.0123 23.1369C12.0541 23.1931 12.084 23.2568 12.1002 23.3243C12.1164 23.3919 12.1186 23.4618 12.1067 23.5302C12.0948 23.5985 12.069 23.6639 12.0308 23.7224C11.9926 23.781 11.9428 23.8316 11.8843 23.8714C9.82131 25.3169 7.99753 25.7879 6.75528 25.0057C5.25424 24.0603 5.14875 21.5605 6.14775 18.4507L6.25145 18.1377C6.32287 17.9277 6.39922 17.7153 6.48035 17.5004L6.60557 17.1766C6.78295 16.7294 6.97353 16.2872 7.17708 15.8507L7.33726 15.5128L7.50416 15.1726C7.72168 14.7373 7.94996 14.3071 8.18878 13.8824C8.15651 13.8023 8.12454 13.7224 8.09301 13.6427L7.9536 13.2838C7.77632 12.8187 7.6121 12.349 7.46113 11.8752L7.35444 11.531C7.28952 11.3159 7.22775 11.1 7.16916 10.8833C7.10267 10.8962 7.03693 10.9094 6.97164 10.9228L6.67878 10.9853L6.39294 11.051C6.34588 11.0621 6.29926 11.0734 6.25279 11.0849L5.97786 11.1549L5.71086 11.228C5.623 11.2528 5.53649 11.2782 5.45147 11.3039L5.2 11.3825C5.11752 11.4091 5.03639 11.4363 4.95675 11.4638L4.72187 11.5478C3.10772 12.1442 2.12455 12.9269 2.07868 13.7793C2.037 14.5563 2.83593 15.4358 4.40719 16.2276C4.47117 16.2585 4.52815 16.3015 4.57482 16.3541C4.6215 16.4066 4.65693 16.4677 4.67906 16.5336C4.70118 16.5996 4.70956 16.6692 4.7037 16.7383C4.69783 16.8075 4.67785 16.8748 4.64491 16.9363C4.61197 16.9979 4.56674 17.0525 4.51184 17.0969C4.45694 17.1414 4.39348 17.1748 4.32516 17.1951C4.25683 17.2155 4.18501 17.2225 4.11388 17.2157C4.04274 17.2089 3.97372 17.1884 3.91083 17.1554C2.00532 16.1951 0.933703 15.0154 1.00318 13.725C1.09956 11.926 3.43942 10.5528 6.91964 9.85951C6.21529 6.59303 6.57374 4.05148 8.19267 3.25013C9.38935 2.6573 10.9527 3.14035 12.6516 4.46492L12.6517 4.46478ZM15.6031 14.1882C15.7818 14.991 15.2562 15.7819 14.4292 15.9557C13.602 16.1291 12.7871 15.6189 12.6081 14.8161C12.4297 14.0135 12.955 13.2226 13.7822 13.0488C14.6092 12.8754 15.4241 13.3856 15.6031 14.1882ZM10.3888 10.475L10.2917 10.4815C10.2174 10.4867 10.1435 10.4921 10.0699 10.4979L9.71956 10.5272L9.37441 10.5602C9.31733 10.566 9.26055 10.5721 9.20392 10.5782L8.86684 10.6169L8.70054 10.6377L8.37212 10.6817L8.24183 10.701L8.28785 10.8679C8.36151 11.1274 8.43962 11.3857 8.52213 11.6426L8.62583 11.9588L8.67992 12.1183L8.79228 12.4392C8.82321 12.5258 8.85474 12.6126 8.88686 12.6999C9.05917 12.4218 9.23549 12.146 9.4158 11.8726L9.53234 11.6974C9.80869 11.284 10.0942 10.8764 10.3888 10.475Z"
15
+ })));
16
+ IconAtomLogo.displayName = 'IconAtomLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAuthyLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M13.1321 11.2509L17.3409 15.2247C17.9484 15.7992 18.9347 15.7992 19.5437 15.2247C20.1514 14.6501 20.1528 13.7194 19.5437 13.1448L15.3347 9.16955C12.3231 6.3246 7.45565 6.27882 4.38023 9.02505C4.3518 9.04762 4.32338 9.07137 4.29722 9.09607C4.28386 9.1088 4.27287 9.12228 4.25951 9.13362C4.24569 9.14602 4.23188 9.15725 4.21874 9.16966C4.19224 9.19469 4.16789 9.22089 4.14468 9.24699C1.2355 12.153 1.28556 16.7503 4.29733 19.5951L8.50634 23.5693C9.11515 24.1436 10.1002 24.1436 10.7089 23.5693C11.3181 22.9947 11.3181 22.0627 10.7104 21.4894L6.50144 17.5142C4.66402 15.7796 4.65168 12.9644 6.46327 11.2149C8.31541 9.5039 11.2946 9.51631 13.1321 11.2509Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M17.291 5.43165C16.6827 6.00631 16.6827 6.93691 17.2925 7.51146L21.4999 11.4866C23.3361 13.2211 23.348 16.0358 21.5366 17.7857C19.6839 19.4951 16.7058 19.4839 14.8689 17.7491L10.6601 13.7745C10.0514 13.1999 9.06483 13.1999 8.45694 13.7745C7.84769 14.3486 7.84769 15.2822 8.45694 15.8552L12.6644 19.8304C15.6769 22.6751 20.5437 22.7215 23.6196 19.9749C23.6481 19.9512 23.6751 19.929 23.7034 19.9039C23.7162 19.8916 23.7282 19.879 23.7408 19.8663C23.7543 19.854 23.7677 19.8426 23.7805 19.8289C23.8075 19.8052 23.8306 19.7791 23.8546 19.7519C26.7638 16.8472 26.7152 12.2516 23.7034 9.40527L19.4946 5.43154C18.8863 4.85613 17.8986 4.85613 17.291 5.43165Z"
17
+ })));
18
+ IconAuthyLogo.displayName = 'IconAuthyLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAwsLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M8.24805 11.6459L8.42077 12.4231C8.42077 12.6822 8.50713 12.8549 8.67985 13.114V13.2867L8.59349 13.5458L7.98897 13.8912L7.81625 13.9776L7.55717 13.8912L7.21173 13.4594L6.95264 12.9413C6.26176 13.7185 5.39816 14.1503 4.44819 14.1503C3.67095 14.1503 3.06643 13.8912 2.72099 13.4594C2.28919 13.114 2.0301 12.5095 2.0301 11.8186C2.0301 11.1277 2.28919 10.5232 2.80735 10.0914C3.32551 9.57322 4.01639 9.4005 4.96636 9.4005C5.6087 9.39699 6.24833 9.48421 6.86628 9.65958V9.05506C6.86628 8.36417 6.69356 7.93237 6.43448 7.67329C6.1754 7.32785 5.7436 7.24149 5.05272 7.24149L4.10275 7.32785C3.68721 7.43395 3.28245 7.5785 2.89371 7.75965H2.72099C2.63463 7.75965 2.54827 7.67329 2.54827 7.50057V7.06877L2.63463 6.80969C2.63463 6.72333 2.72099 6.63697 2.89371 6.63697L3.93003 6.20517L5.3118 6.03245C6.34812 6.03245 7.03901 6.29153 7.55717 6.72333C7.98897 7.24149 8.24805 7.93237 8.24805 8.88234V11.6459ZM4.79364 13.0276L5.65724 12.8549C6.00268 12.7686 6.26176 12.5095 6.52084 12.2504L6.77992 11.7322L6.86628 10.955V10.6095C6.32768 10.4898 5.77718 10.4318 5.22544 10.4368C4.70728 10.4368 4.27547 10.5232 3.93003 10.7823C3.67095 10.955 3.58459 11.3004 3.58459 11.7322C3.58459 12.164 3.67095 12.4231 3.84367 12.6822C4.10275 12.8549 4.36183 13.0276 4.79364 13.0276ZM11.7025 13.8912L11.357 13.8049L11.1843 13.5458L9.19801 6.80969L9.11165 6.46425L9.28437 6.29153H10.148L10.4934 6.37789L10.6661 6.72333L12.1343 12.4231L13.4297 6.72333L13.6024 6.37789L13.9478 6.29153H14.6387L14.9842 6.37789L15.1569 6.72333L16.5386 12.5095L18.0068 6.72333L18.1795 6.37789L18.5249 6.29153H19.3022C19.4749 6.29153 19.5613 6.37789 19.5613 6.46425V6.63697L19.4749 6.80969L17.4022 13.5458L17.2295 13.8912L16.8841 13.9776H16.1068L15.7614 13.8912L15.675 13.5458L14.2933 7.93237L12.9979 13.4594L12.8251 13.8049L12.4797 13.8912H11.7025ZM22.843 14.1503C22.0378 14.1442 21.2431 13.9676 20.5112 13.6322L20.2521 13.3731L20.1658 13.2004V12.7686C20.1658 12.5958 20.2521 12.5095 20.3385 12.5095H20.5112L20.7703 12.5958C21.3926 12.8841 22.0708 13.0315 22.7566 13.0276C23.2748 13.0276 23.7066 12.8549 23.9656 12.6822C24.3111 12.5095 24.3974 12.2504 24.3974 11.9049L24.2247 11.3004L23.3611 10.8686L22.0657 10.4368C21.4612 10.2641 20.943 9.91866 20.6839 9.57322C20.5161 9.35337 20.394 9.10216 20.3248 8.83439C20.2556 8.56662 20.2406 8.2877 20.2809 8.01407C20.3211 7.74044 20.4157 7.47762 20.5591 7.24112C20.7025 7.00461 20.8917 6.79919 21.1157 6.63697L21.9793 6.20517C22.534 6.0151 23.1252 5.95598 23.7066 6.03245C24.0566 6.0993 24.4026 6.1858 24.7429 6.29153L25.0883 6.46425L25.3474 6.63697L25.4338 6.98241V7.32785C25.4338 7.58693 25.3474 7.67329 25.261 7.67329L24.9156 7.50057C24.3974 7.32785 23.8793 7.24149 23.2748 7.24149C22.7566 7.24149 22.3248 7.24149 22.0657 7.41421C21.8066 7.58693 21.7203 7.84601 21.7203 8.19145C21.7203 8.45054 21.8066 8.62326 21.9793 8.79598C22.1521 8.9687 22.4111 9.14142 22.9293 9.31414L24.1384 9.65958C24.7429 9.91866 25.1747 10.1777 25.4338 10.5232C25.6928 10.8686 25.8656 11.3004 25.8656 11.7322L25.6065 12.7686L25.002 13.4594C24.7429 13.7185 24.3974 13.8912 24.052 13.9776L22.843 14.1503ZM24.4838 18.382C20.9609 20.7349 16.7528 21.8429 12.528 21.53C8.30322 21.217 4.30423 19.5011 1.1665 16.6548C0.821055 16.3957 1.08014 16.1366 1.33922 16.3094C4.77028 18.253 8.59974 19.3878 12.5358 19.6272C16.4718 19.8667 20.4106 19.2045 24.052 17.6911C24.4838 17.5184 24.9156 18.0366 24.4838 18.382ZM22.3248 16.9138C23.1884 16.7411 25.261 16.5684 25.6065 17.0002C25.9519 17.432 25.261 19.4183 24.8292 20.2819C24.7429 20.541 25.002 20.6273 25.261 20.4546C26.7292 19.1592 27.161 16.482 26.8155 16.0502C26.5564 15.7048 23.8793 15.3594 22.2384 16.482C21.9793 16.6548 21.9793 16.9138 22.3248 16.9138Z"
17
+ })));
18
+ IconAwsLogo.displayName = 'IconAwsLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconBingLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M6.99046 19.7525L6.98739 16.7005L6.98438 13.6486H6.98477L6.98494 8.70446C6.98511 4.52069 6.98739 3.74986 6.99967 3.69188C7.07857 3.3196 7.38218 3.04571 7.76145 3.00479C7.89157 2.99074 8.02846 3.00774 8.15761 3.05396C8.25692 3.08948 8.28261 3.10517 8.61112 3.3317L10.0498 4.32315L10.7378 4.79701C11.0778 5.03093 11.1919 5.11916 11.3254 5.25121C11.7605 5.68147 12.0194 6.25032 12.0614 6.86909C12.0681 6.96754 12.072 8.22264 12.0721 10.336L12.0722 13.6485V20.8871C12.075 20.8853 12.0767 20.8841 12.0774 20.8835C12.0888 20.8737 12.1709 20.8211 12.2598 20.7665C12.4024 20.6789 12.5449 20.591 12.6872 20.5029C12.8504 20.402 13.0137 20.3013 13.1772 20.2008C13.3181 20.1141 13.4588 20.0272 13.5994 19.9401C13.7084 19.8725 13.8186 19.8046 13.8444 19.7892C13.9124 19.7479 13.9801 19.7063 14.0477 19.6642C14.2004 19.5693 14.3533 19.4746 14.5064 19.3802C14.7565 19.2258 15.0067 19.0716 15.257 18.9176C15.2915 18.8965 15.336 18.8689 15.3561 18.8561C15.3762 18.8433 15.4154 18.8193 15.4435 18.8028L15.8487 18.5514C15.896 18.523 15.9699 18.4779 16.0128 18.4512L17.3785 17.6059C18.0867 17.1677 18.6738 16.8088 18.6834 16.8083C18.6882 16.8081 18.7022 16.8125 18.7232 16.8205C18.3543 16.6635 17.8975 16.5094 17.1962 16.3017C16.2593 16.0243 16.1399 15.9799 15.8991 15.8191C15.7622 15.7276 15.6811 15.6597 15.5584 15.5335C15.3983 15.369 15.2702 15.1858 15.1791 14.991C15.1415 14.9105 14.9179 14.339 13.9952 11.9643C13.5895 10.9205 13.5856 10.9084 13.598 10.7295C13.6268 10.3142 13.936 9.98492 14.3415 9.9378C14.3807 9.93325 14.4197 9.92893 14.4283 9.92825C14.4691 9.9249 14.6316 9.94985 14.6956 9.96935C14.7566 9.98788 14.9705 10.0949 15.476 10.3595C15.6341 10.4422 15.7922 10.5247 15.9504 10.6072L16.4351 10.8599C16.6301 10.9616 16.8529 11.0777 16.9303 11.1179C17.0077 11.1581 17.1133 11.2132 17.1649 11.2404C17.2165 11.2674 17.322 11.3226 17.3995 11.3628C17.9096 11.628 18.2859 11.8252 18.3847 11.8792C19.9569 12.7379 21.0733 14.264 21.4227 16.0324C21.6022 16.9404 21.5694 17.8999 21.3284 18.7934C21.1292 19.5316 20.739 20.3457 20.3558 20.822C20.2205 20.9904 20.1881 21.0135 20.2812 20.8754C20.2999 20.8476 20.318 20.8193 20.3353 20.7903C20.3186 20.8182 20.3012 20.8454 20.2832 20.872C20.2408 20.9348 20.2044 20.991 20.2023 20.9969C20.1921 21.0258 19.9872 21.253 19.8512 21.3862C19.5251 21.7056 19.3158 21.8604 18.6139 22.3015L18.0631 22.6494L17.9037 22.7501L17.8924 22.7573L17.8685 22.7723L17.8607 22.7772L17.6442 22.914L17.0136 23.3123C16.856 23.4114 16.6965 23.5123 16.6592 23.5364C16.6213 23.561 16.5831 23.585 16.5445 23.6085C16.5188 23.6241 16.453 23.6653 16.3986 23.7003C16.3049 23.7601 16.2111 23.8196 16.1171 23.8788L15.7939 24.0826C14.9249 24.6318 14.0777 24.9182 13.1047 24.9919C12.8926 25.008 12.3171 24.9989 12.1138 24.9762C11.5728 24.916 11.0756 24.7934 10.5829 24.5987C8.87183 23.9224 7.60782 22.501 7.16362 20.7533C7.10621 20.5275 7.05295 20.2635 7.02793 20.0809C7.00589 19.92 6.99283 19.7938 6.9965 19.7796L6.99046 19.7525ZM7.07771 20.1202C7.10349 20.2147 7.13409 20.3065 7.16967 20.396C7.13532 20.3083 7.10482 20.2167 7.07771 20.1202ZM7.42273 20.8767C7.44841 20.9152 7.47526 20.9533 7.50328 20.9911C7.53836 21.0385 7.59334 21.1014 7.65594 21.1677C7.56902 21.0737 7.49164 20.9773 7.42273 20.8767ZM7.87214 21.3803C7.92117 21.4249 7.96686 21.4637 8.00386 21.4914C8.11866 21.5771 8.23968 21.6526 8.36612 21.7176C8.32304 21.6952 8.28032 21.6714 8.23793 21.6464C8.0987 21.564 7.98957 21.4853 7.87214 21.3803ZM9.05271 21.956C9.10817 21.967 9.16424 21.9764 9.22086 21.984C9.29345 21.9938 9.39461 21.9993 9.49933 22.0005C9.34626 21.9981 9.19751 21.9833 9.05271 21.956ZM9.58949 22.0004C9.69371 21.9992 9.79436 21.9936 9.8668 21.9838C9.91358 21.9775 9.96023 21.9699 10.0066 21.961C9.87178 21.9852 9.7334 21.9981 9.58949 22.0004ZM10.5668 21.7882C10.673 21.7419 10.7756 21.6889 10.8733 21.6294C11.0912 21.4966 11.4281 21.2889 11.6902 21.1263L11.5588 21.2074C11.2764 21.3816 10.9844 21.5614 10.9098 21.607C10.7951 21.6771 10.6812 21.7374 10.5668 21.7882ZM20.628 19.9349C20.5911 20.1734 20.5305 20.3871 20.4453 20.5784C20.5302 20.3875 20.5911 20.1729 20.6279 19.9349C20.6544 19.7643 20.6542 19.347 20.6277 19.1583C20.5915 18.9015 20.5231 18.6204 20.4419 18.3846C20.5236 18.6167 20.5896 18.887 20.6277 19.1582C20.6543 19.347 20.6544 19.7642 20.628 19.9349ZM20.0112 17.6539C19.8358 17.4668 19.6123 17.2914 19.3449 17.1317C19.6148 17.2919 19.8355 17.4649 20.0112 17.6539Z"
17
+ })));
18
+ IconBingLogo.displayName = 'IconBingLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconBootstrapLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M6.40028 4C4.91676 4 3.81897 5.25385 3.86812 6.61362C3.91535 7.91993 3.85401 9.61197 3.41292 10.9917C2.97052 12.3755 2.2222 13.2521 1 13.3647V14.6353C2.2222 14.7479 2.97052 15.6245 3.41292 17.0084C3.85401 18.3881 3.91535 20.08 3.86812 21.3864C3.81897 22.746 4.91676 24 6.40048 24H21.6016C23.0853 24 24.1828 22.7461 24.1336 21.3864C24.0865 20.0801 24.1477 18.3881 24.5888 17.0084C25.0315 15.6246 25.7778 14.7478 27 14.6353V13.3647C25.7778 13.2521 25.0315 12.3755 24.5889 10.9917C24.1477 9.61216 24.0865 7.92003 24.1336 6.61362C24.1828 5.25405 23.0853 4 21.6016 4H6.40008H6.40028ZM18.6272 16.3113C18.6272 18.1836 17.1809 19.3191 14.7808 19.3191H10.695C10.5781 19.3191 10.466 19.2743 10.3834 19.1945C10.3008 19.1147 10.2544 19.0064 10.2544 18.8936V9.10641C10.2544 9.05052 10.2657 8.99517 10.2879 8.94353C10.31 8.89189 10.3425 8.84497 10.3834 8.80545C10.4243 8.76592 10.4729 8.73457 10.5264 8.71318C10.5799 8.69179 10.6372 8.68078 10.6951 8.68078H14.7575C16.7587 8.68078 18.0721 9.72769 18.0721 11.3349C18.0721 12.463 17.1886 13.473 16.0629 13.6498V13.7087C17.5954 13.871 18.6272 14.8958 18.6272 16.3113ZM14.3352 10.0298H12.0056V13.2073H13.9678C15.4845 13.2073 16.321 12.6175 16.321 11.5632C16.321 10.5753 15.6016 10.0298 14.3352 10.0298ZM12.0056 14.4681V17.9698H14.421C16.0001 17.9698 16.8367 17.3579 16.8367 16.2079C16.8367 15.0577 15.9768 14.4679 14.3194 14.4679H12.0056V14.4681Z"
15
+ })));
16
+ IconBootstrapLogo.displayName = 'IconBootstrapLogo';
@@ -0,0 +1,19 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconBraveLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M23.4141 7.75233L24.1571 9.75766L24.1553 9.76467L24.1571 9.76947L24.075 10.0747L23.6857 11.5792L21.5286 19.8322C21.2809 20.783 20.7057 21.6138 19.9067 22.1891C19.9067 22.1891 17.5978 23.8269 14.6737 25.7443C14.442 25.8961 14.2023 26 13.9467 26C13.691 26 13.4514 25.8961 13.2197 25.7443C10.6231 24.0586 7.98664 22.1971 7.98664 22.1971C7.87878 22.1202 7.77507 22.0387 7.67572 21.953L7.53923 21.8615C7.02791 21.3742 6.63644 20.8229 6.46067 20.1917L6.44559 20.1357C6.41246 20.0386 6.38283 19.9401 6.35681 19.8402L5.93626 18.243L3.70435 9.94939L3.73238 9.87971L3.70435 9.77364L4.43937 7.76831L3.90408 6.56991C3.85614 6.45007 3.88011 6.31425 3.97598 6.21838L5.39809 4.78029C6.01327 4.14913 6.93204 3.93342 7.76293 4.22903L8.14642 4.36485L10.2796 2.03196L13.9227 2H13.9467L17.5659 2.02397L19.707 4.34088L20.0985 4.20506C20.637 4.01683 21.2132 4.04418 21.7195 4.25798C21.8252 4.27495 21.9267 4.32271 22.008 4.40063L22.0197 4.41181C22.1731 4.50535 22.3169 4.61786 22.4474 4.74834L23.7077 6.02312L23.7656 6.07839C23.7737 6.08687 23.7814 6.09576 23.7887 6.10502L23.8455 6.16245C23.9573 6.28229 23.9893 6.45007 23.9254 6.60186L23.4141 7.75233ZM21.905 10.1136C21.937 10.0098 21.937 9.96982 21.937 9.96982C21.937 9.86596 21.929 9.69019 21.913 9.58633L21.8331 9.35464C21.7852 9.25877 21.7053 9.10697 21.6414 9.01909L20.7386 7.68487C20.6826 7.59699 20.5788 7.46117 20.5069 7.37328L19.3404 5.91123C19.2765 5.83134 19.2126 5.75944 19.2046 5.76742H19.1886C19.1886 5.76742 19.1008 5.7834 18.9969 5.79938L17.2153 6.15091C17.1114 6.17488 16.9436 6.20684 16.8398 6.22282L16.8078 6.23081C16.704 6.24679 16.5362 6.2388 16.4323 6.20684L14.9383 5.72748C14.8344 5.69552 14.6667 5.64758 14.5708 5.62362C14.5708 5.62362 14.2672 5.55171 14.0195 5.5597C13.7719 5.5597 13.4683 5.62362 13.4683 5.62362C13.3644 5.64758 13.1966 5.69552 13.1008 5.72748L11.6067 6.20684C11.5029 6.2388 11.3351 6.24679 11.2312 6.23081L11.1993 6.22282C11.1474 6.21483 11.0795 6.20085 11.0115 6.18687L11.0115 6.18686C10.9436 6.17288 10.8757 6.1589 10.8238 6.15091L9.02619 5.81536C8.92233 5.79139 8.83445 5.7834 8.83445 5.7834H8.81847C8.81048 5.7834 8.74656 5.84732 8.68265 5.92721L7.5162 7.38926C7.45839 7.46153 7.3679 7.58609 7.30384 7.67425L7.30384 7.67426L7.28451 7.70085L6.38172 9.03507C6.32579 9.12295 6.23791 9.27475 6.18997 9.37062L6.11008 9.60231C6.0941 9.70617 6.07812 9.88194 6.08611 9.9858C6.08611 9.9858 6.08611 10.0178 6.11807 10.1296C6.17399 10.3214 6.30981 10.4971 6.30981 10.4971C6.37373 10.577 6.49357 10.7128 6.56547 10.7847L9.20994 13.597C9.28185 13.6769 9.30582 13.8207 9.26587 13.9166L8.7146 15.2188C8.67466 15.3147 8.66667 15.4745 8.70662 15.5783L8.85841 15.9858C8.98624 16.3293 9.20195 16.6329 9.48957 16.8646L10.0249 17.2961C10.1048 17.36 10.2486 17.3839 10.3444 17.336L12.0382 16.5291C12.134 16.4811 12.2779 16.3853 12.3577 16.3134L13.5721 15.2188C13.7479 15.059 13.7559 14.7874 13.5961 14.6116L11.0475 12.8939C10.9596 12.838 10.9277 12.7102 10.9756 12.6143L12.0941 10.5051C12.142 10.4092 12.15 10.2574 12.1101 10.1616L11.9743 9.84998C11.9343 9.75411 11.8145 9.64226 11.7186 9.60231L8.43498 8.37195C8.33911 8.33201 8.33911 8.29206 8.44297 8.28407L10.5601 8.08434C10.664 8.07635 10.8318 8.09232 10.9356 8.11629L12.8211 8.64359C12.925 8.67555 12.9889 8.77941 12.9729 8.88327L12.3178 12.4705C12.3018 12.5743 12.3018 12.7182 12.3258 12.7981C12.3498 12.8779 12.4536 12.9498 12.5575 12.9738L13.8677 13.2534C13.9716 13.2774 14.1394 13.2774 14.2432 13.2534L15.4656 12.9738C15.5695 12.9498 15.6733 12.87 15.6973 12.7981C15.7213 12.7261 15.7293 12.5743 15.7053 12.4705L15.0581 8.88327C15.0422 8.77941 15.1061 8.66756 15.2099 8.64359L17.0954 8.11629C17.1993 8.08434 17.3671 8.07635 17.4709 8.08434L19.5881 8.28407C19.692 8.29206 19.7 8.33201 19.5961 8.37195L16.3125 9.61829C16.2166 9.65824 16.0968 9.7621 16.0568 9.86596L15.921 10.1775C15.8811 10.2734 15.8811 10.4332 15.937 10.5211L17.0635 12.6303C17.1114 12.7261 17.0795 12.846 16.9916 12.9099L14.443 14.6356C14.2752 14.8034 14.2912 15.083 14.4669 15.2428L15.6813 16.3373C15.7612 16.4092 15.905 16.5051 16.0009 16.5451L17.7026 17.352C17.7985 17.3999 17.9423 17.3759 18.0222 17.312L18.5575 16.8726C18.8451 16.6409 19.0608 16.3373 19.1807 15.9938L19.3324 15.5863C19.3724 15.4905 19.3644 15.3227 19.3245 15.2268L18.7732 13.9245C18.7332 13.8287 18.7572 13.6849 18.8291 13.605L21.4736 10.7927C21.5094 10.7529 21.5552 10.7011 21.601 10.6494L21.6015 10.6488C21.6474 10.5969 21.6933 10.545 21.7293 10.5051C21.7227 10.4953 21.7429 10.4601 21.7723 10.4088C21.8149 10.3347 21.8767 10.227 21.905 10.1136ZM14.41 16.7643C14.3141 16.7243 14.2103 16.6924 14.1783 16.6924H14.0505H13.9227C13.8907 16.6924 13.7868 16.7243 13.691 16.7643L12.6523 17.1957C12.5565 17.2357 12.3967 17.3076 12.3008 17.3555L10.7349 18.1704C10.639 18.2183 10.631 18.3062 10.7189 18.3701L12.1011 19.3448C12.189 19.4088 12.3248 19.5126 12.4047 19.5845L13.0199 20.1118C13.0598 20.1478 13.1117 20.1937 13.1636 20.2396L13.1636 20.2396C13.2156 20.2856 13.2675 20.3315 13.3075 20.3675L13.8987 20.8948C13.9786 20.9667 14.1064 20.9667 14.1863 20.8948L14.7935 20.3675C14.8333 20.3317 14.8849 20.286 14.9367 20.2402L14.9374 20.2396C14.9893 20.1937 15.0412 20.1478 15.0811 20.1118L15.6963 19.5765C15.7762 19.5046 15.912 19.4008 15.9999 19.3369L17.382 18.3542C17.4699 18.2903 17.4619 18.2024 17.3661 18.1544L15.8002 17.3555C15.7043 17.3076 15.5445 17.2357 15.4486 17.1957L14.41 16.7643Z",
17
+ style: "mix-blend-mode:darken"
18
+ })));
19
+ IconBraveLogo.displayName = 'IconBraveLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M23.7371 7.93421C23.5748 7.65318 23.351 7.40776 23.1049 7.26562L14.5593 2.33185C14.067 2.04759 13.2614 2.04759 12.7691 2.33185L4.22347 7.26562C3.73113 7.54982 3.32837 8.24753 3.32837 8.816V18.6836C3.32837 18.9679 3.42909 19.2844 3.59136 19.5654L7.69779 17.1945C7.1101 16.1806 6.77344 15.0038 6.77344 13.7499C6.77344 9.95046 9.86452 6.85937 13.664 6.85937C16.1157 6.85937 18.4022 8.17871 19.6311 10.3025L16.6491 12.0281C16.034 10.9651 14.8901 10.3047 13.664 10.3047C11.7642 10.3047 10.2187 11.8502 10.2187 13.7499C10.2187 14.3769 10.387 14.9653 10.6809 15.4722L13.6642 13.7498L13.6643 13.7498L16.6486 15.4728C16.6488 15.4724 16.6491 15.472 16.6493 15.4715L17.8948 16.1922L23.7369 19.5652C23.8991 19.2842 23.9999 18.9677 23.9999 18.6834V8.81573C23.9999 8.53158 23.8993 8.21516 23.7371 7.93423L23.7371 7.93421ZM16.6485 15.473L13.6641 13.75L10.681 15.4724C11.2775 16.5015 12.3912 17.1952 13.664 17.1952C14.8897 17.1952 16.0331 16.5354 16.6485 15.473ZM7.69786 17.1947C8.89094 19.253 11.1185 20.6405 13.664 20.6405C16.1158 20.6405 18.4024 19.3211 19.6313 17.1971L18.1373 16.3326L23.737 19.5656C23.5748 19.8466 23.351 20.092 23.1049 20.2341L14.5592 25.1679C14.067 25.4522 13.2613 25.4522 12.769 25.1679L4.22342 20.2341C3.97731 20.0921 3.75344 19.8466 3.59131 19.5656L7.69786 17.1947Z"
17
+ })));
18
+ IconCLogo.displayName = 'IconCLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCPlusPlusLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M23.7264 7.87498C23.5625 7.59108 23.3364 7.34315 23.0878 7.19956L14.4548 2.21538C13.9575 1.92821 13.1436 1.92821 12.6463 2.21538L4.01337 7.19956C3.51601 7.48667 3.10913 8.1915 3.10913 8.76578V18.7342C3.10913 19.0214 3.21088 19.3412 3.37481 19.625L3.37476 19.625C3.53861 19.9089 3.76471 20.1569 4.01332 20.3004L12.6463 25.2846C13.1436 25.5718 13.9575 25.5718 14.4548 25.2846L23.0877 20.3004C23.3364 20.1568 23.5624 19.9089 23.7263 19.625L18.0836 16.3672L19.5789 17.2324C18.3374 19.3781 16.0274 20.711 13.5506 20.711C9.71227 20.711 6.5896 17.5883 6.5896 13.75C6.5896 9.91173 9.71227 6.78906 13.5506 6.78906C16.0273 6.78906 18.3372 8.12188 19.5787 10.2674L16.5662 12.0106C15.9448 10.9367 14.7892 10.2695 13.5506 10.2695C11.6314 10.2695 10.0701 11.8308 10.0701 13.75C10.0701 15.6691 11.6314 17.2305 13.5506 17.2305C14.7888 17.2305 15.9439 16.5639 16.5655 15.4907L13.5506 13.75L16.5655 15.4907C16.5658 15.4902 16.5661 15.4897 16.5664 15.4892L18.0719 16.3604L23.7263 19.625C23.8902 19.3411 23.992 19.0213 23.992 18.7342V8.76573C23.992 8.47856 23.8903 8.15883 23.7264 7.875L23.7264 7.87498ZM20.5115 13.3633H19.738V12.5898H18.9646V13.3633H18.1912V14.1367H18.9646V14.9102H19.738V14.1367H20.5115V13.3633ZM23.4119 13.3633H22.6384V12.5898H21.865V13.3633H21.0916V14.1367H21.865V14.9102H22.6384V14.1367H23.4119V13.3633Z"
17
+ })));
18
+ IconCPlusPlusLogo.displayName = 'IconCPlusPlusLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCSharpLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M24.1611 8.01019L24.1612 8.01035C24.3363 8.31712 24.4235 8.67501 24.4235 9.07982L24.4243 19.0007C24.4243 19.3963 24.3413 19.7476 24.1745 20.0502C23.9883 20.3762 23.7156 20.6446 23.3866 20.8256C22.2035 21.5075 21.0198 22.1887 19.8361 22.87C18.1664 23.831 16.4966 24.792 14.8279 25.7554C14.0592 26.1997 13.314 26.1837 12.5503 25.7327C11.8621 25.3271 9.50134 23.9701 7.37166 22.746C5.98904 21.9512 4.70383 21.2125 4.03693 20.8264C3.789 20.6827 3.58617 20.5117 3.42785 20.3146C3.36054 20.2312 3.3012 20.1433 3.24976 20.0508L3.25071 20.0503L3.25064 20.0502C3.08383 19.7476 3 19.3972 3 19.0015V9.07898C3.00168 8.27676 3.34033 7.65896 4.03861 7.25324C4.71709 6.86026 6.03631 6.10189 7.44689 5.29101L7.44722 5.29081L7.4473 5.29077L7.44734 5.29075L7.44775 5.29051C9.55736 4.07778 11.871 2.74774 12.5512 2.34689C13.314 1.89674 14.0592 1.87998 14.8279 2.32426C16.3541 3.20588 17.882 4.08534 19.4102 4.96496L19.4117 4.96579L19.4117 4.96582C20.7368 5.72851 22.062 6.49132 23.3866 7.25576C23.7077 7.43321 23.9753 7.69379 24.1611 8.01019ZM13.7684 6.07715C15.1658 6.07657 16.5387 6.44384 17.7491 7.14205C18.9596 7.84026 19.9649 8.84481 20.664 10.0547L20.6506 10.0321L17.1844 12.0271C16.838 11.4392 16.3458 10.9507 15.7553 10.6088C15.1648 10.2669 14.496 10.0833 13.8137 10.0757H13.7684C12.7169 10.0757 11.7083 10.4934 10.9648 11.237C10.2212 11.9806 9.80345 12.9891 9.80345 14.0406C9.8025 14.7308 9.98257 15.4092 10.3257 16.0081C10.6732 16.6173 11.1762 17.1234 11.7833 17.4747C12.3904 17.826 13.0799 18.0099 13.7813 18.0076C14.4827 18.0053 15.171 17.8169 15.7758 17.4616C16.3708 17.1121 16.8641 16.6133 17.2071 16.0148L20.6682 18.019C19.9772 19.2179 18.9856 20.216 17.7912 20.9148C16.5969 21.6137 15.241 21.9891 13.8573 22.0041H13.7684C12.7225 22.0046 11.6868 21.7989 10.7204 21.3989C9.75403 20.9988 8.87597 20.4122 8.1364 19.6727C7.39684 18.9331 6.81027 18.055 6.41022 17.0887C6.01017 16.1223 5.80449 15.0866 5.80493 14.0406C5.80493 11.9286 6.64394 9.90305 8.13739 8.4096C9.63083 6.91616 11.6564 6.07715 13.7684 6.07715ZM17.2071 16.0148L17.207 16.0148L17.2238 15.9854L17.2071 16.0148ZM19.9245 11.7502V12.8794H21.0536V11.7494H21.6178V12.8794H22.7477V13.4435H21.6178V14.5735H22.7477V15.1385H21.6178V16.2676H21.0536V15.1368H19.9236V16.2668H19.3595V15.1368H18.2295V14.5726H19.3586V13.4435H18.2295V12.8785H19.3586V11.7485L19.9245 11.7502ZM21.0536 13.4435H19.9236V14.5735H21.0536V13.4435Z"
17
+ })));
18
+ IconCSharpLogo.displayName = 'IconCSharpLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconChromeLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M20.0004 3.60763C21.8246 4.66095 23.3393 6.17592 24.3923 8.00024H14.1229C14.0824 7.99943 14.0417 7.99902 14.001 7.99902C10.8295 7.99902 8.23273 10.4595 8.01523 13.5757L4.30932 6.92523C5.29226 5.57835 6.54814 4.44716 8.00014 3.60851C9.82425 2.55487 11.8936 2.00011 14.0002 2C16.1067 1.99984 18.1761 2.5543 20.0004 3.60763ZM3.60864 8.00203C3.635 7.95636 3.66164 7.91087 3.68857 7.86559L8.08623 15.7575L3.60864 8.00203ZM8.5 16.5L8.0916 15.7671L3.6084 8.00195C2.5548 9.82614 2.00007 11.8956 2 14.0022C1.99993 16.1088 2.55453 18.1782 3.60803 20.0025C4.66145 21.8267 6.17658 23.3415 8.00108 24.3944C9.46405 25.2387 11.0846 25.7622 12.7554 25.9363L16.7011 19.3601C15.8651 19.7815 14.9406 20.0022 14.0013 20.0023C12.9478 20.0025 11.9129 19.7253 11.0006 19.1985C10.0901 18.6728 9.33382 17.9171 8.80739 17.0071L8.78052 16.9603L8.51119 16.4938L8.5 16.5ZM14.0014 26.0009C13.962 26.0009 13.9226 26.0007 13.8832 26.0003L19.4289 16.7575L19.3545 16.7129C19.7354 15.9628 19.9633 15.1219 19.9971 14.2313C20.0001 14.1547 20.0016 14.0779 20.0016 14.001C20.0016 13.9659 20.0013 13.931 20.0007 13.896C19.966 11.8524 18.9098 10.0576 17.3208 9.00024H24.9087C25.6264 10.565 26.0009 12.2702 26.0012 14.0005C26.0015 16.1071 25.4473 18.1766 24.3942 20.001C23.3411 21.8254 21.8262 23.3404 20.0018 24.3937C18.1775 25.4469 16.108 26.0012 14.0014 26.0009L14.0014 26.0009ZM8.53565 16.4804C8.60748 16.6384 8.68596 16.7927 8.77074 16.9431L8.51133 16.4938L8.53565 16.4804ZM18.7514 14.0009C18.7514 16.6247 16.6245 18.7515 14.0009 18.7515C11.3773 18.7515 9.25049 16.6245 9.25049 14.0009C9.25049 11.3773 11.3773 9.25049 14.0009 9.25049C16.6245 9.25049 18.7514 11.3772 18.7514 14.0009Z"
17
+ })));
18
+ IconChromeLogo.displayName = 'IconChromeLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCss3Logo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M3.88086 3L5.62979 22.6222L13.4787 24.8404L21.3702 22.6222L23.1191 3H3.88086ZM13.5214 11.8728H7.89071L8.104 14.3042H13.5213V14.3043H16.4646L16.166 17.4183L13.5214 18.1434V18.1433L8.23197 16.7357L8.53057 19.2951L13.5213 20.6601V20.6602L18.4268 19.2952L19.5359 7.01H13.5214V7.00988H7.46414L7.67743 9.39867H13.5213V9.39879H16.9338L16.6779 11.8729H13.5214V11.8728Z"
17
+ })));
18
+ IconCss3Logo.displayName = 'IconCss3Logo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconDigitialOceanLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M13.9509 20.7402V25.0129C21.1932 25.0129 26.8192 18.0213 24.4511 10.429C23.4234 7.12061 20.7798 4.48992 17.4718 3.44936C9.89156 1.08169 2.8999 6.72008 2.8999 13.949H7.17261C7.17261 9.41331 11.6706 5.90529 16.4446 7.63424C17.3215 7.95423 18.1179 8.46208 18.778 9.12222C19.4381 9.78237 19.9458 10.5788 20.2657 11.4559C22.006 16.2254 18.4931 20.7196 13.9633 20.7278V16.4804H9.70394L9.70349 20.7402H13.9509ZM9.70305 24.0229H6.42079V20.7406H9.70305V24.0229ZM6.42079 20.7406V17.996H3.67655V20.7406H6.42079Z"
17
+ })));
18
+ IconDigitialOceanLogo.displayName = 'IconDigitialOceanLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconDiscordLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M23.0244 5.67503C21.3193 4.88225 19.5155 4.31894 17.6605 4C17.4294 4.4151 17.1595 4.97341 16.9733 5.41758C14.9734 5.11874 12.9918 5.11874 11.0286 5.41758C10.8425 4.97351 10.5665 4.4151 10.3333 4C8.47651 4.31909 6.6711 4.88383 4.96519 5.67917C1.57057 10.7767 0.650313 15.7475 1.11039 20.648C3.36193 22.3188 5.5439 23.3338 7.6891 23.998C8.22224 23.2694 8.69352 22.4981 9.09808 21.692C8.32785 21.4006 7.58533 21.0415 6.87934 20.6189C7.06513 20.4821 7.24654 20.3395 7.42331 20.1913C11.7013 22.1797 16.3496 22.1797 20.5767 20.1913C20.7542 20.3385 20.9356 20.4811 21.1205 20.6189C20.4134 21.0426 19.6695 21.4024 18.8977 21.6941C19.3046 22.5035 19.775 23.2756 20.3067 24C22.4539 23.3359 24.6379 22.3209 26.8895 20.648C27.4294 14.9672 25.9673 10.042 23.0244 5.67503ZM9.68094 17.6343C8.39669 17.6343 7.34348 16.4429 7.34348 14.9921C7.34348 13.5414 8.37424 12.3479 9.68094 12.3479C10.9877 12.3479 12.0408 13.5392 12.0184 14.9921C12.0204 16.4429 10.9877 17.6343 9.68094 17.6343ZM18.3189 17.6343C17.0347 17.6343 15.9816 16.4429 15.9816 14.9921C15.9816 13.5414 17.0122 12.3479 18.3189 12.3479C19.6257 12.3479 20.6788 13.5392 20.6564 14.9921C20.6564 16.4429 19.6257 17.6343 18.3189 17.6343Z"
15
+ })));
16
+ IconDiscordLogo.displayName = 'IconDiscordLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconDjangoLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M17.0724 2H13.1074V7.982C12.5444 7.83795 11.9644 7.77067 11.3834 7.782C7.24038 7.782 4.56738 10.382 4.56738 14.382C4.56738 18.536 7.08738 20.699 11.9294 20.704C13.6572 20.6956 15.3799 20.5164 17.0724 20.169V2ZM11.7704 10.942C12.2242 10.9322 12.6763 10.9998 13.1074 11.142V11.147V17.447C12.6564 17.5135 12.2012 17.5469 11.7454 17.547C9.71438 17.547 8.60738 16.395 8.60738 14.308C8.60738 12.165 9.77038 10.942 11.7704 10.942ZM23.3723 17.1591V8.05909H19.4173V15.8011C19.4173 19.2181 19.2383 20.5171 18.6723 21.6381C17.9866 22.8728 16.8675 23.8095 15.5313 24.2671L19.2093 26.0001C20.599 25.4466 21.7472 24.4179 22.4493 23.0971C23.1373 21.7981 23.3723 20.2921 23.3723 17.1591ZM23.3773 2.02009H19.4133V6.04809H23.3773V2.02009Z"
17
+ })));
18
+ IconDjangoLogo.displayName = 'IconDjangoLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconDockerLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M15.9807 12.6903H18.1007C18.1257 12.6903 18.1504 12.6854 18.1734 12.6758C18.1965 12.6663 18.2174 12.6523 18.2351 12.6346C18.2527 12.617 18.2667 12.596 18.2763 12.573C18.2858 12.5499 18.2907 12.5252 18.2907 12.5003V10.6203C18.2907 10.5953 18.2858 10.5706 18.2763 10.5476C18.2667 10.5245 18.2527 10.5036 18.2351 10.4859C18.2174 10.4683 18.1965 10.4543 18.1734 10.4447C18.1504 10.4352 18.1257 10.4303 18.1007 10.4303H15.9807C15.933 10.4303 15.8872 10.4492 15.8534 10.483C15.8197 10.5168 15.8007 10.5625 15.8007 10.6103V12.5103C15.8007 12.6103 15.8807 12.6903 15.9807 12.6903ZM13.0307 7.26028H15.1507C15.1994 7.25771 15.2452 7.23657 15.2787 7.20121C15.3122 7.16585 15.3308 7.11898 15.3307 7.07028V5.18028C15.3283 5.13332 15.3086 5.08893 15.2753 5.05568C15.2421 5.02243 15.1977 5.00269 15.1507 5.00028H13.0307C13.0063 4.99892 12.9818 5.00256 12.9588 5.011C12.9358 5.01943 12.9147 5.03248 12.8969 5.04933C12.8791 5.06618 12.865 5.08649 12.8553 5.109C12.8457 5.13152 12.8407 5.15577 12.8407 5.18028V7.08028C12.8407 7.18028 12.9307 7.26028 13.0307 7.26028ZM13.0307 9.97028H15.1507C15.1977 9.96786 15.2421 9.94813 15.2753 9.91488C15.3086 9.88163 15.3283 9.83724 15.3307 9.79028V7.90028C15.3283 7.85332 15.3086 7.80893 15.2753 7.77568C15.2421 7.74243 15.1977 7.72269 15.1507 7.72028H13.0307C13.0063 7.71892 12.9818 7.72256 12.9588 7.731C12.9358 7.73943 12.9147 7.75248 12.8969 7.76933C12.8791 7.78618 12.865 7.80649 12.8553 7.829C12.8457 7.85152 12.8407 7.87577 12.8407 7.90028V9.79028C12.8407 9.89028 12.9307 9.97028 13.0307 9.97028ZM10.1007 9.97028H12.2207C12.2677 9.96786 12.3121 9.94813 12.3453 9.91488C12.3786 9.88163 12.3983 9.83724 12.4007 9.79028V7.90028C12.4007 7.85254 12.3818 7.80676 12.348 7.773C12.3142 7.73924 12.2685 7.72028 12.2207 7.72028H10.1007C10.053 7.72028 10.0072 7.73924 9.97344 7.773C9.93969 7.80676 9.92072 7.85254 9.92072 7.90028V9.79028C9.92072 9.89028 10.0007 9.97028 10.1007 9.97028ZM7.14072 9.97028H9.25072C9.29943 9.97035 9.3463 9.95171 9.38166 9.91821C9.41702 9.88471 9.43816 9.83892 9.44072 9.79028V7.90028C9.44076 7.87577 9.4358 7.85152 9.42613 7.829C9.41647 7.80649 9.40231 7.78618 9.38452 7.76933C9.36673 7.75248 9.34569 7.73943 9.32268 7.731C9.29968 7.72256 9.27519 7.71892 9.25072 7.72028H7.14072C7.09202 7.72021 7.04515 7.73885 7.00979 7.77235C6.97443 7.80584 6.95329 7.85164 6.95072 7.90028V9.79028C6.95072 9.89028 7.03072 9.97028 7.14072 9.97028ZM13.0307 12.6903H15.1507C15.1994 12.6877 15.2452 12.6666 15.2787 12.6312C15.3122 12.5959 15.3308 12.549 15.3307 12.5003V10.6203C15.3308 10.5716 15.3122 10.5247 15.2787 10.4893C15.2452 10.454 15.1994 10.4328 15.1507 10.4303H13.0307C13.0063 10.4289 12.9818 10.4326 12.9588 10.441C12.9358 10.4494 12.9147 10.4625 12.8969 10.4793C12.8791 10.4962 12.865 10.5165 12.8553 10.539C12.8457 10.5615 12.8407 10.5858 12.8407 10.6103V12.5103C12.8407 12.6103 12.9307 12.6903 13.0307 12.6903ZM10.1007 12.6903H12.2207C12.2452 12.6903 12.2695 12.6854 12.292 12.6757C12.3145 12.666 12.3348 12.6519 12.3517 12.6341C12.3685 12.6163 12.3816 12.5952 12.39 12.5722C12.3984 12.5492 12.4021 12.5247 12.4007 12.5003V10.6203C12.4021 10.5958 12.3984 10.5713 12.39 10.5483C12.3816 10.5253 12.3685 10.5043 12.3517 10.4865C12.3348 10.4687 12.3145 10.4545 12.292 10.4449C12.2695 10.4352 12.2452 10.4302 12.2207 10.4303H10.1007C10.053 10.4303 10.0072 10.4492 9.97344 10.483C9.93969 10.5168 9.92072 10.5625 9.92072 10.6103V12.5103C9.92072 12.6103 10.0007 12.6903 10.1007 12.6903ZM7.14072 12.6903H9.25072C9.27606 12.6917 9.30141 12.6878 9.32512 12.6788C9.34883 12.6697 9.37036 12.6558 9.3883 12.6379C9.40624 12.6199 9.42018 12.5984 9.42922 12.5747C9.43825 12.551 9.44218 12.5256 9.44072 12.5003V10.6203C9.44209 10.5958 9.43844 10.5713 9.43 10.5483C9.42157 10.5253 9.40853 10.5043 9.39167 10.4865C9.37482 10.4687 9.35452 10.4545 9.332 10.4449C9.30948 10.4352 9.28523 10.4302 9.26072 10.4303H7.14072C7.09033 10.4303 7.04201 10.4503 7.00637 10.4859C6.97074 10.5216 6.95072 10.5699 6.95072 10.6203V12.5003C6.95072 12.6003 7.03072 12.6903 7.14072 12.6903ZM4.22072 12.6903H6.34072C6.36523 12.6903 6.38948 12.6854 6.412 12.6757C6.43451 12.666 6.45482 12.6519 6.47167 12.6341C6.48853 12.6163 6.50157 12.5952 6.51 12.5722C6.51844 12.5492 6.52209 12.5247 6.52072 12.5003V10.6203C6.52209 10.5958 6.51844 10.5713 6.51 10.5483C6.50157 10.5253 6.48853 10.5043 6.47167 10.4865C6.45482 10.4687 6.43451 10.4545 6.412 10.4449C6.38948 10.4352 6.36523 10.4302 6.34072 10.4303H4.22072C4.19626 10.4289 4.17177 10.4326 4.14877 10.441C4.12576 10.4494 4.10472 10.4625 4.08693 10.4793C4.06914 10.4962 4.05498 10.5165 4.04532 10.539C4.03565 10.5615 4.03069 10.5858 4.03072 10.6103V12.5103C4.03072 12.6103 4.11072 12.6903 4.22072 12.6903ZM25.7607 11.5003C25.7007 11.4503 25.0907 10.9903 23.8107 10.9903C23.4707 10.9903 23.1307 11.0203 22.8007 11.0803C22.712 10.5546 22.5128 10.0538 22.2164 9.6108C21.9199 9.1678 21.5328 8.79271 21.0807 8.51028L20.7407 8.31028L20.5107 8.64028C20.2312 9.07955 20.0284 9.56309 19.9107 10.0703C19.6707 11.0403 19.8107 11.9503 20.3107 12.7303C19.7599 12.9817 19.1657 13.1243 18.5607 13.1503H2.76072C2.66139 13.149 2.56279 13.1674 2.47064 13.2045C2.37849 13.2416 2.29462 13.2966 2.22392 13.3664C2.15321 13.4362 2.09707 13.5193 2.05876 13.6109C2.02044 13.7026 2.00072 13.8009 2.00072 13.9003C1.9851 15.2849 2.22232 16.6608 2.70072 17.9603C3.1292 19.2395 3.97424 20.338 5.10072 21.0803C6.28072 21.8103 8.20072 22.2203 10.3807 22.2203C11.3607 22.2203 12.3407 22.1403 13.3107 21.9603C14.6532 21.7098 15.9443 21.2366 17.1307 20.5603C18.1097 19.9954 18.991 19.2761 19.7407 18.4303C20.9907 17.0103 21.7407 15.4303 22.2907 14.0303H22.5207C23.8907 14.0303 24.7307 13.4803 25.2007 13.0303C25.5007 12.7303 25.7507 12.3703 25.9007 11.9703L26.0007 11.6903L25.7607 11.5003Z"
15
+ })));
16
+ IconDockerLogo.displayName = 'IconDockerLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconFacebookLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2.04468 13.9553C2.04468 19.8665 6.36187 24.7815 12.0074 25.7778L12.0741 25.7245C12.0519 25.7202 12.0297 25.7158 12.0075 25.7114V17.2763H9.01866V13.9553H12.0075V11.2986C12.0075 8.30978 13.9336 6.64932 16.6568 6.64932C17.5202 6.64932 18.4501 6.78216 19.3135 6.91499V9.97024H17.7859C16.3247 9.97024 15.9926 10.7008 15.9926 11.6307V13.9553H19.1807L18.6493 17.2763H15.9926V25.7114C15.9704 25.7158 15.9482 25.7202 15.9259 25.7245L15.9925 25.7778C21.6381 24.7815 25.9553 19.8665 25.9553 13.9553C25.9553 7.37989 20.5754 2 14 2C7.42457 2 2.04468 7.37989 2.04468 13.9553Z"
17
+ })));
18
+ IconFacebookLogo.displayName = 'IconFacebookLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconFigmaLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M10.1667 1C7.86667 1 6 2.86667 6 5.16666C6 7.46666 7.86667 9.33335 10.1667 9.33335H14.3333H14.3333H18.4999C20.7999 9.33335 22.6666 7.46666 22.6666 5.16666C22.6666 2.86667 20.7999 1 18.4999 1H14.3333H14.3333H10.1667ZM6 13.5002C6 11.2002 7.86667 9.3335 10.1667 9.3335H14.3333V13.4714C14.3488 11.1846 16.2095 9.3335 18.4999 9.3335C20.7999 9.3335 22.6666 11.2002 22.6666 13.5002C22.6666 15.8002 20.7999 17.6668 18.4999 17.6668C16.2095 17.6668 14.3488 15.8157 14.3333 13.5289V17.6665V17.6668V21.8332C14.3333 24.1332 12.4667 25.9999 10.1667 25.9999C7.86667 25.9999 6 24.1332 6 21.8332C6 19.5458 7.84625 17.687 10.1289 17.6667C7.84625 17.6464 6 15.7875 6 13.5002Z"
17
+ })));
18
+ IconFigmaLogo.displayName = 'IconFigmaLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconFirefoxLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M24.1674 10.0456C23.6671 8.83036 22.6523 7.51825 21.8575 7.10349C22.4243 8.2117 22.8177 9.40184 23.0236 10.6316L23.0257 10.6511C21.7238 7.37458 19.5162 6.05349 17.7132 3.17677C17.6201 3.03013 17.5297 2.88175 17.442 2.73172C17.3968 2.65336 17.3545 2.57334 17.3151 2.49183C17.2403 2.34564 17.1827 2.19113 17.1433 2.03145C17.1434 2.02408 17.1408 2.01694 17.1359 2.01141C17.1311 2.00587 17.1244 2.00232 17.1172 2.00143C17.1101 1.99952 17.1026 1.99952 17.0955 2.00143C17.0941 2.00143 17.0917 2.00415 17.0899 2.00478C17.0881 2.00533 17.0842 2.00805 17.0816 2.00923L17.086 2.00143C14.1939 3.71097 13.2126 6.87557 13.1223 8.4585C13.2566 8.44916 13.3897 8.43773 13.5269 8.43773C14.5531 8.43965 15.5605 8.71586 16.4467 9.23827C17.3328 9.76068 18.0661 10.5107 18.572 11.412C17.7621 10.8456 16.7728 10.6031 15.7958 10.7315C19.9372 12.8218 18.8261 20.0202 13.0866 19.7485C12.5756 19.7273 12.0706 19.629 11.5885 19.4567C11.4744 19.4135 11.3617 19.3669 11.2504 19.3169C11.1854 19.2869 11.1202 19.257 11.0561 19.2233L11.0641 19.2285C11.0078 19.2012 10.9519 19.1731 10.8965 19.1441C10.9503 19.1703 11.0008 19.1985 11.0561 19.2233C9.65001 18.4898 8.48896 17.103 8.34395 15.4193C8.34395 15.4193 8.87547 13.4198 12.1496 13.4198C12.5034 13.4198 13.5163 12.4227 13.5344 12.1335C13.5299 12.039 11.526 11.2338 10.7448 10.457C10.3273 10.0417 10.1291 9.84163 9.95359 9.69135C9.85869 9.61023 9.75951 9.53435 9.65648 9.46406C9.39415 8.53703 9.38298 7.55594 9.62414 6.62307C8.56204 7.14247 7.61829 7.87877 6.85264 8.78538H6.84725C6.39093 8.20147 6.42301 6.27606 6.44915 5.87382C6.31416 5.92863 6.1853 5.9977 6.06471 6.07989C5.6619 6.37016 5.2853 6.69582 4.93933 7.05306C4.54514 7.45657 4.18511 7.89268 3.863 8.35683V8.35856V8.35647C3.12277 9.41595 2.59771 10.6129 2.31814 11.8783L2.30277 11.9551C2.28103 12.0574 2.18391 12.5768 2.16989 12.6883C2.16989 12.6796 2.16989 12.6968 2.16989 12.6883C2.08106 13.2245 2.02433 13.7656 2 14.3087V14.3688C2.00773 23.317 11.6082 28.9011 19.2809 24.4203C20.7411 23.5675 21.9979 22.4012 22.9623 21.0039C23.9267 19.6067 24.5752 18.0126 24.862 16.3344C24.8813 16.1844 24.897 16.036 24.9143 15.8845C25.1514 13.9058 24.8947 11.8986 24.1674 10.0456Z"
15
+ })));
16
+ IconFirefoxLogo.displayName = 'IconFirefoxLogo';