@intlayer/design-system 8.5.1 → 8.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
  2. package/dist/esm/components/TechLogo/TechLogo.mjs +57 -0
  3. package/dist/esm/components/TechLogo/TechLogo.mjs.map +1 -0
  4. package/dist/esm/components/TechLogo/index.mjs +5 -0
  5. package/dist/esm/components/TechLogo/logos/Adonis.mjs +25 -0
  6. package/dist/esm/components/TechLogo/logos/Adonis.mjs.map +1 -0
  7. package/dist/esm/components/TechLogo/logos/Angular.mjs +30 -0
  8. package/dist/esm/components/TechLogo/logos/Angular.mjs.map +1 -0
  9. package/dist/esm/components/TechLogo/logos/Anthropic.mjs +26 -0
  10. package/dist/esm/components/TechLogo/logos/Anthropic.mjs.map +1 -0
  11. package/dist/esm/components/TechLogo/logos/Astro.mjs +41 -0
  12. package/dist/esm/components/TechLogo/logos/Astro.mjs.map +1 -0
  13. package/dist/esm/components/TechLogo/logos/ChatGPT.mjs +19 -0
  14. package/dist/esm/components/TechLogo/logos/ChatGPT.mjs.map +1 -0
  15. package/dist/esm/components/TechLogo/logos/Claude.mjs +18 -0
  16. package/dist/esm/components/TechLogo/logos/Claude.mjs.map +1 -0
  17. package/dist/esm/components/TechLogo/logos/DeepSeek.mjs +21 -0
  18. package/dist/esm/components/TechLogo/logos/DeepSeek.mjs.map +1 -0
  19. package/dist/esm/components/TechLogo/logos/Express.mjs +24 -0
  20. package/dist/esm/components/TechLogo/logos/Express.mjs.map +1 -0
  21. package/dist/esm/components/TechLogo/logos/Fastify.mjs +18 -0
  22. package/dist/esm/components/TechLogo/logos/Fastify.mjs.map +1 -0
  23. package/dist/esm/components/TechLogo/logos/Gemini.mjs +16 -0
  24. package/dist/esm/components/TechLogo/logos/Gemini.mjs.map +1 -0
  25. package/dist/esm/components/TechLogo/logos/GoogleAI.mjs +20 -0
  26. package/dist/esm/components/TechLogo/logos/GoogleAI.mjs.map +1 -0
  27. package/dist/esm/components/TechLogo/logos/Grok.mjs +18 -0
  28. package/dist/esm/components/TechLogo/logos/Grok.mjs.map +1 -0
  29. package/dist/esm/components/TechLogo/logos/Hono.mjs +22 -0
  30. package/dist/esm/components/TechLogo/logos/Hono.mjs.map +1 -0
  31. package/dist/esm/components/TechLogo/logos/Lit.mjs +32 -0
  32. package/dist/esm/components/TechLogo/logos/Lit.mjs.map +1 -0
  33. package/dist/esm/components/TechLogo/logos/Lynx.mjs +43 -0
  34. package/dist/esm/components/TechLogo/logos/Lynx.mjs.map +1 -0
  35. package/dist/esm/components/TechLogo/logos/Mistral.mjs +62 -0
  36. package/dist/esm/components/TechLogo/logos/Mistral.mjs.map +1 -0
  37. package/dist/esm/components/TechLogo/logos/NestJS.mjs +22 -0
  38. package/dist/esm/components/TechLogo/logos/NestJS.mjs.map +1 -0
  39. package/dist/esm/components/TechLogo/logos/Nextjs.mjs +23 -0
  40. package/dist/esm/components/TechLogo/logos/Nextjs.mjs.map +1 -0
  41. package/dist/esm/components/TechLogo/logos/Node.mjs +129 -0
  42. package/dist/esm/components/TechLogo/logos/Node.mjs.map +1 -0
  43. package/dist/esm/components/TechLogo/logos/Nuxt.mjs +33 -0
  44. package/dist/esm/components/TechLogo/logos/Nuxt.mjs.map +1 -0
  45. package/dist/esm/components/TechLogo/logos/Ollama.mjs +15 -0
  46. package/dist/esm/components/TechLogo/logos/Ollama.mjs.map +1 -0
  47. package/dist/esm/components/TechLogo/logos/OpenAI.mjs +18 -0
  48. package/dist/esm/components/TechLogo/logos/OpenAI.mjs.map +1 -0
  49. package/dist/esm/components/TechLogo/logos/Perplexity.mjs +18 -0
  50. package/dist/esm/components/TechLogo/logos/Perplexity.mjs.map +1 -0
  51. package/dist/esm/components/TechLogo/logos/Preact.mjs +49 -0
  52. package/dist/esm/components/TechLogo/logos/Preact.mjs.map +1 -0
  53. package/dist/esm/components/TechLogo/logos/Reactjs.mjs +23 -0
  54. package/dist/esm/components/TechLogo/logos/Reactjs.mjs.map +1 -0
  55. package/dist/esm/components/TechLogo/logos/Solid.mjs +136 -0
  56. package/dist/esm/components/TechLogo/logos/Solid.mjs.map +1 -0
  57. package/dist/esm/components/TechLogo/logos/Svelte.mjs +23 -0
  58. package/dist/esm/components/TechLogo/logos/Svelte.mjs.map +1 -0
  59. package/dist/esm/components/TechLogo/logos/Tanstack.mjs +21 -0
  60. package/dist/esm/components/TechLogo/logos/Tanstack.mjs.map +1 -0
  61. package/dist/esm/components/TechLogo/logos/Vanilla.mjs +20 -0
  62. package/dist/esm/components/TechLogo/logos/Vanilla.mjs.map +1 -0
  63. package/dist/esm/components/TechLogo/logos/Vitejs.mjs +56 -0
  64. package/dist/esm/components/TechLogo/logos/Vitejs.mjs.map +1 -0
  65. package/dist/esm/components/TechLogo/logos/Vuejs.mjs +31 -0
  66. package/dist/esm/components/TechLogo/logos/Vuejs.mjs.map +1 -0
  67. package/dist/esm/components/TechLogo/techLogos.mjs +71 -0
  68. package/dist/esm/components/TechLogo/techLogos.mjs.map +1 -0
  69. package/dist/esm/components/TechLogo/types.mjs +39 -0
  70. package/dist/esm/components/TechLogo/types.mjs.map +1 -0
  71. package/dist/esm/components/index.mjs +4 -1
  72. package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
  73. package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
  74. package/dist/esm/libs/auth.mjs +1 -1
  75. package/dist/types/components/Badge/index.d.ts +1 -1
  76. package/dist/types/components/Button/Button.d.ts +2 -2
  77. package/dist/types/components/Command/index.d.ts +2 -2
  78. package/dist/types/components/Container/index.d.ts +3 -3
  79. package/dist/types/components/Input/Checkbox.d.ts +1 -1
  80. package/dist/types/components/Link/Link.d.ts +2 -2
  81. package/dist/types/components/Tag/index.d.ts +1 -1
  82. package/dist/types/components/TechLogo/TechLogo.d.ts +11 -0
  83. package/dist/types/components/TechLogo/TechLogo.d.ts.map +1 -0
  84. package/dist/types/components/TechLogo/index.d.ts +4 -0
  85. package/dist/types/components/TechLogo/logos/Adonis.d.ts +7 -0
  86. package/dist/types/components/TechLogo/logos/Adonis.d.ts.map +1 -0
  87. package/dist/types/components/TechLogo/logos/Angular.d.ts +7 -0
  88. package/dist/types/components/TechLogo/logos/Angular.d.ts.map +1 -0
  89. package/dist/types/components/TechLogo/logos/Anthropic.d.ts +7 -0
  90. package/dist/types/components/TechLogo/logos/Anthropic.d.ts.map +1 -0
  91. package/dist/types/components/TechLogo/logos/Astro.d.ts +7 -0
  92. package/dist/types/components/TechLogo/logos/Astro.d.ts.map +1 -0
  93. package/dist/types/components/TechLogo/logos/ChatGPT.d.ts +7 -0
  94. package/dist/types/components/TechLogo/logos/ChatGPT.d.ts.map +1 -0
  95. package/dist/types/components/TechLogo/logos/Claude.d.ts +7 -0
  96. package/dist/types/components/TechLogo/logos/Claude.d.ts.map +1 -0
  97. package/dist/types/components/TechLogo/logos/DeepSeek.d.ts +7 -0
  98. package/dist/types/components/TechLogo/logos/DeepSeek.d.ts.map +1 -0
  99. package/dist/types/components/TechLogo/logos/Express.d.ts +7 -0
  100. package/dist/types/components/TechLogo/logos/Express.d.ts.map +1 -0
  101. package/dist/types/components/TechLogo/logos/Fastify.d.ts +7 -0
  102. package/dist/types/components/TechLogo/logos/Fastify.d.ts.map +1 -0
  103. package/dist/types/components/TechLogo/logos/Gemini.d.ts +7 -0
  104. package/dist/types/components/TechLogo/logos/Gemini.d.ts.map +1 -0
  105. package/dist/types/components/TechLogo/logos/GoogleAI.d.ts +7 -0
  106. package/dist/types/components/TechLogo/logos/GoogleAI.d.ts.map +1 -0
  107. package/dist/types/components/TechLogo/logos/Grok.d.ts +7 -0
  108. package/dist/types/components/TechLogo/logos/Grok.d.ts.map +1 -0
  109. package/dist/types/components/TechLogo/logos/Hono.d.ts +7 -0
  110. package/dist/types/components/TechLogo/logos/Hono.d.ts.map +1 -0
  111. package/dist/types/components/TechLogo/logos/Lit.d.ts +8 -0
  112. package/dist/types/components/TechLogo/logos/Lit.d.ts.map +1 -0
  113. package/dist/types/components/TechLogo/logos/Lynx.d.ts +7 -0
  114. package/dist/types/components/TechLogo/logos/Lynx.d.ts.map +1 -0
  115. package/dist/types/components/TechLogo/logos/Mistral.d.ts +7 -0
  116. package/dist/types/components/TechLogo/logos/Mistral.d.ts.map +1 -0
  117. package/dist/types/components/TechLogo/logos/NestJS.d.ts +7 -0
  118. package/dist/types/components/TechLogo/logos/NestJS.d.ts.map +1 -0
  119. package/dist/types/components/TechLogo/logos/Nextjs.d.ts +7 -0
  120. package/dist/types/components/TechLogo/logos/Nextjs.d.ts.map +1 -0
  121. package/dist/types/components/TechLogo/logos/Node.d.ts +7 -0
  122. package/dist/types/components/TechLogo/logos/Node.d.ts.map +1 -0
  123. package/dist/types/components/TechLogo/logos/Nuxt.d.ts +7 -0
  124. package/dist/types/components/TechLogo/logos/Nuxt.d.ts.map +1 -0
  125. package/dist/types/components/TechLogo/logos/Ollama.d.ts +7 -0
  126. package/dist/types/components/TechLogo/logos/Ollama.d.ts.map +1 -0
  127. package/dist/types/components/TechLogo/logos/OpenAI.d.ts +7 -0
  128. package/dist/types/components/TechLogo/logos/OpenAI.d.ts.map +1 -0
  129. package/dist/types/components/TechLogo/logos/Perplexity.d.ts +7 -0
  130. package/dist/types/components/TechLogo/logos/Perplexity.d.ts.map +1 -0
  131. package/dist/types/components/TechLogo/logos/Preact.d.ts +7 -0
  132. package/dist/types/components/TechLogo/logos/Preact.d.ts.map +1 -0
  133. package/dist/types/components/TechLogo/logos/Reactjs.d.ts +7 -0
  134. package/dist/types/components/TechLogo/logos/Reactjs.d.ts.map +1 -0
  135. package/dist/types/components/TechLogo/logos/Solid.d.ts +7 -0
  136. package/dist/types/components/TechLogo/logos/Solid.d.ts.map +1 -0
  137. package/dist/types/components/TechLogo/logos/Svelte.d.ts +7 -0
  138. package/dist/types/components/TechLogo/logos/Svelte.d.ts.map +1 -0
  139. package/dist/types/components/TechLogo/logos/Tanstack.d.ts +7 -0
  140. package/dist/types/components/TechLogo/logos/Tanstack.d.ts.map +1 -0
  141. package/dist/types/components/TechLogo/logos/Vanilla.d.ts +8 -0
  142. package/dist/types/components/TechLogo/logos/Vanilla.d.ts.map +1 -0
  143. package/dist/types/components/TechLogo/logos/Vitejs.d.ts +7 -0
  144. package/dist/types/components/TechLogo/logos/Vitejs.d.ts.map +1 -0
  145. package/dist/types/components/TechLogo/logos/Vuejs.d.ts +7 -0
  146. package/dist/types/components/TechLogo/logos/Vuejs.d.ts.map +1 -0
  147. package/dist/types/components/TechLogo/techLogos.d.ts +39 -0
  148. package/dist/types/components/TechLogo/techLogos.d.ts.map +1 -0
  149. package/dist/types/components/TechLogo/types.d.ts +37 -0
  150. package/dist/types/components/TechLogo/types.d.ts.map +1 -0
  151. package/dist/types/components/index.d.ts +4 -1
  152. package/package.json +14 -14
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Lynx.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Lynx.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const LynxLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"27\"\n height=\"28\"\n viewBox=\"0 0 27 28\"\n fill=\"currentColor\"\n role=\"img\"\n aria-label=\"Lynx logo\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g style={{ opacity: 0 }} />\n <g>\n <circle\n style={{\n fill: '#ffffff',\n strokeWidth: 0.2,\n stroke: '#1a1a1a',\n strokeDasharray: 'none',\n }}\n cx=\"13.533393\"\n cy=\"-14.052804\"\n r=\"13.173257\"\n transform=\"scale(1,-1)\"\n />\n <g\n transform=\"matrix(0.81399984,0,0,0.81399984,2.5290274,2.4955799)\"\n style={{ fill: '#000000' }}\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M 7.56542,6.19594 3.90642,8.7164 C 3.50877,8.99031 3.23346,9.40191 3.13675,9.86708 L 2.77902,11.5878 C 2.76005,11.679 2.71799,11.7642 2.65665,11.8355 l -1.660344,2.1766 c -0.223545,0.2601 -0.218154,0.9511 0.394134,1.3936 0.23479,0.2046 0.54871,0.6634 0.90578,1.1853 0.75602,1.1049 1.70547,2.4926 2.5069,2.3484 1.13408,-0.3984 2.52232,-0.5259 3.58816,0 2.07192,1.7888 1.56321,3.4381 0.83386,5.8027 -0.29349,0.9515 -0.62271,2.0188 -0.83386,3.2576 0.99515,-3.622 3.23292,-7.8286 7.26792,-9.256 -0.727,-0.5939 -2.2106,-1.1456 -3.5235,-1.2784 0,0 4.0334,-3.4532 9.0082,-5.0399 C 17.671,4.16205 11.9386,0.213095 11.9386,0.213095 11.6465,-0.148197 11.0566,-0.0296711 10.9349,0.414774 10.8371,1.72112 10.675,2.60942 10.4074,3.44676 L 8.39128,1.12029 C 8.18068,0.866399 7.75965,1.013 7.76176,1.33949 8.10312,3.23719 8.05521,4.30239 7.56542,6.19594 Z M 8.9846,6.02248 8.99663,6.02171 C 9.02298,6.02002 9.0489,6.01659 9.07424,6.01153 Z M 11.7123,1.7617 C 13.094,4.1491 13.7199,5.5054 13.9322,8.03659 12.4625,7.2017 11.8221,6.98923 10.7413,6.99451 11.3718,5.0773 11.5644,3.92284 11.7123,1.7617 Z\"\n fill=\"white\"\n style={{ fill: '#000000' }}\n />\n <path\n d=\"m 20.5926,19.4929 c -5.6277,1.2877 -8.8245,3.2269 -11.26936,8.5072 4.38876,-7.3634 17.67436,-6.0465 17.67436,-6.0465 -0.2482,-1.2028 -2.8897,-3.4965 -4.627,-4.9033 0,0 1.4016,-1.7231 4.5,-2.5953 0,0 -5.9571,0.3452 -9.4251,2.2177 1.1235,0.5929 2.5626,1.5936 3.1471,2.8202 z\"\n fill=\"white\"\n style={{ fill: '#000000' }}\n />\n </g>\n </g>\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,YAAyC,UACpD,qBAAC,OAAD;CACE,OAAM;CACN,QAAO;CACP,SAAQ;CACR,MAAK;CACL,MAAK;CACL,cAAW;CACX,OAAM;CACN,GAAI;WARN,CAUE,oBAAC,KAAD,EAAG,OAAO,EAAE,SAAS,GAAG,EAAI,GAC5B,qBAAC,KAAD,aACE,oBAAC,UAAD;EACE,OAAO;GACL,MAAM;GACN,aAAa;GACb,QAAQ;GACR,iBAAiB;GAClB;EACD,IAAG;EACH,IAAG;EACH,GAAE;EACF,WAAU;EACV,GACF,qBAAC,KAAD;EACE,WAAU;EACV,OAAO,EAAE,MAAM,WAAW;YAF5B,CAIE,oBAAC,QAAD;GACE,UAAS;GACT,UAAS;GACT,GAAE;GACF,MAAK;GACL,OAAO,EAAE,MAAM,WAAW;GAC1B,GACF,oBAAC,QAAD;GACE,GAAE;GACF,MAAK;GACL,OAAO,EAAE,MAAM,WAAW;GAC1B,EACA;IACF,IACA"}
@@ -0,0 +1,62 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Mistral.tsx
4
+ const MistralLogo = (props) => /* @__PURE__ */ jsxs("svg", {
5
+ ...props,
6
+ preserveAspectRatio: "xMidYMid",
7
+ viewBox: "0 0 256 233",
8
+ role: "img",
9
+ "aria-label": "Mistral logo",
10
+ children: [
11
+ /* @__PURE__ */ jsx("path", { d: "M186.18182 0h46.54545v46.54545h-46.54545z" }),
12
+ /* @__PURE__ */ jsx("path", {
13
+ fill: "#F7D046",
14
+ d: "M209.45454 0h46.54545v46.54545h-46.54545z"
15
+ }),
16
+ /* @__PURE__ */ jsx("path", { d: "M0 0h46.54545v46.54545H0zM0 46.54545h46.54545V93.0909H0zM0 93.09091h46.54545v46.54545H0zM0 139.63636h46.54545v46.54545H0zM0 186.18182h46.54545v46.54545H0z" }),
17
+ /* @__PURE__ */ jsx("path", {
18
+ fill: "#F7D046",
19
+ d: "M23.27273 0h46.54545v46.54545H23.27273z"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ fill: "#F2A73B",
23
+ d: "M209.45454 46.54545h46.54545V93.0909h-46.54545zM23.27273 46.54545h46.54545V93.0909H23.27273z"
24
+ }),
25
+ /* @__PURE__ */ jsx("path", { d: "M139.63636 46.54545h46.54545V93.0909h-46.54545z" }),
26
+ /* @__PURE__ */ jsx("path", {
27
+ fill: "#F2A73B",
28
+ d: "M162.90909 46.54545h46.54545V93.0909h-46.54545zM69.81818 46.54545h46.54545V93.0909H69.81818z"
29
+ }),
30
+ /* @__PURE__ */ jsx("path", {
31
+ fill: "#EE792F",
32
+ d: "M116.36364 93.09091h46.54545v46.54545h-46.54545zM162.90909 93.09091h46.54545v46.54545h-46.54545zM69.81818 93.09091h46.54545v46.54545H69.81818z"
33
+ }),
34
+ /* @__PURE__ */ jsx("path", { d: "M93.09091 139.63636h46.54545v46.54545H93.09091z" }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ fill: "#EB5829",
37
+ d: "M116.36364 139.63636h46.54545v46.54545h-46.54545"
38
+ }),
39
+ /* @__PURE__ */ jsx("path", {
40
+ fill: "#EE792F",
41
+ d: "M209.45454 93.09091h46.54545v46.54545h-46.54545zM23.27273 93.09091h46.54545v46.54545H23.27273z"
42
+ }),
43
+ /* @__PURE__ */ jsx("path", { d: "M186.18182 139.63636h46.54545v46.54545h-46.54545z" }),
44
+ /* @__PURE__ */ jsx("path", {
45
+ fill: "#EB5829",
46
+ d: "M209.45454 139.63636h46.54545v46.54545h-46.54545z"
47
+ }),
48
+ /* @__PURE__ */ jsx("path", { d: "M186.18182 186.18182h46.54545v46.54545h-46.54545z" }),
49
+ /* @__PURE__ */ jsx("path", {
50
+ fill: "#EB5829",
51
+ d: "M23.27273 139.63636h46.54545v46.54545H23.27273z"
52
+ }),
53
+ /* @__PURE__ */ jsx("path", {
54
+ fill: "#EA3326",
55
+ d: "M209.45454 186.18182h46.54545v46.54545h-46.54545zM23.27273 186.18182h46.54545v46.54545H23.27273z"
56
+ })
57
+ ]
58
+ });
59
+
60
+ //#endregion
61
+ export { MistralLogo };
62
+ //# sourceMappingURL=Mistral.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Mistral.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Mistral.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const MistralLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n {...props}\n preserveAspectRatio=\"xMidYMid\"\n viewBox=\"0 0 256 233\"\n role=\"img\"\n aria-label=\"Mistral logo\"\n >\n <path d=\"M186.18182 0h46.54545v46.54545h-46.54545z\" />\n <path fill=\"#F7D046\" d=\"M209.45454 0h46.54545v46.54545h-46.54545z\" />\n <path d=\"M0 0h46.54545v46.54545H0zM0 46.54545h46.54545V93.0909H0zM0 93.09091h46.54545v46.54545H0zM0 139.63636h46.54545v46.54545H0zM0 186.18182h46.54545v46.54545H0z\" />\n <path fill=\"#F7D046\" d=\"M23.27273 0h46.54545v46.54545H23.27273z\" />\n <path\n fill=\"#F2A73B\"\n d=\"M209.45454 46.54545h46.54545V93.0909h-46.54545zM23.27273 46.54545h46.54545V93.0909H23.27273z\"\n />\n <path d=\"M139.63636 46.54545h46.54545V93.0909h-46.54545z\" />\n <path\n fill=\"#F2A73B\"\n d=\"M162.90909 46.54545h46.54545V93.0909h-46.54545zM69.81818 46.54545h46.54545V93.0909H69.81818z\"\n />\n <path\n fill=\"#EE792F\"\n d=\"M116.36364 93.09091h46.54545v46.54545h-46.54545zM162.90909 93.09091h46.54545v46.54545h-46.54545zM69.81818 93.09091h46.54545v46.54545H69.81818z\"\n />\n <path d=\"M93.09091 139.63636h46.54545v46.54545H93.09091z\" />\n <path fill=\"#EB5829\" d=\"M116.36364 139.63636h46.54545v46.54545h-46.54545\" />\n <path\n fill=\"#EE792F\"\n d=\"M209.45454 93.09091h46.54545v46.54545h-46.54545zM23.27273 93.09091h46.54545v46.54545H23.27273z\"\n />\n <path d=\"M186.18182 139.63636h46.54545v46.54545h-46.54545z\" />\n <path\n fill=\"#EB5829\"\n d=\"M209.45454 139.63636h46.54545v46.54545h-46.54545z\"\n />\n <path d=\"M186.18182 186.18182h46.54545v46.54545h-46.54545z\" />\n <path fill=\"#EB5829\" d=\"M23.27273 139.63636h46.54545v46.54545H23.27273z\" />\n <path\n fill=\"#EA3326\"\n d=\"M209.45454 186.18182h46.54545v46.54545h-46.54545zM23.27273 186.18182h46.54545v46.54545H23.27273z\"\n />\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,eAA4C,UACvD,qBAAC,OAAD;CACE,GAAI;CACJ,qBAAoB;CACpB,SAAQ;CACR,MAAK;CACL,cAAW;WALb;EAOE,oBAAC,QAAD,EAAM,GAAE,6CAA8C;EACtD,oBAAC,QAAD;GAAM,MAAK;GAAU,GAAE;GAA8C;EACrE,oBAAC,QAAD,EAAM,GAAE,8JAA+J;EACvK,oBAAC,QAAD;GAAM,MAAK;GAAU,GAAE;GAA4C;EACnE,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF;EACF,oBAAC,QAAD,EAAM,GAAE,mDAAoD;EAC5D,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF;EACF,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF;EACF,oBAAC,QAAD,EAAM,GAAE,mDAAoD;EAC5D,oBAAC,QAAD;GAAM,MAAK;GAAU,GAAE;GAAqD;EAC5E,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF;EACF,oBAAC,QAAD,EAAM,GAAE,qDAAsD;EAC9D,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF;EACF,oBAAC,QAAD,EAAM,GAAE,qDAAsD;EAC9D,oBAAC,QAAD;GAAM,MAAK;GAAU,GAAE;GAAoD;EAC3E,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF;EACE"}
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/NestJS.tsx
4
+ const NestJSLogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ height: "966",
7
+ viewBox: "0 0 264.58333 255.58751",
8
+ width: "1000",
9
+ role: "img",
10
+ "aria-label": "NestJS logo",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx("path", {
13
+ d: "m153.33845 45.652481c-1.80934 0-3.48944.387729-5.04032.904673 3.29558 2.19706 5.10493 5.104961 6.00963 8.400551.0648.45233.19386.775444.25856 1.227759.0648.387729.12916.775444.12916 1.163171.2586 5.686509-1.48628 6.397323-2.71403 9.757543-1.87398 4.329529-1.35704 8.982133.90466 12.730079.19387.452318.45234.969275.77546 1.421618-2.45558-16.348759 11.17919-18.804304 13.69932-23.90924.19386-4.458761-3.48944-7.431263-6.39731-9.499092-2.77864-1.680104-5.29884-2.197062-7.62513-2.197062zm20.54903 3.683318c-.25858 1.486247-.0647 1.09853-.12913 1.873973-.0647.516945-.0647 1.163157-.12914 1.680102-.12914.516959-.2586 1.033904-.45236 1.550886-.12913.516945-.32309 1.033903-.51694 1.550847-.2586.516983-.45234.969301-.71082 1.486258-.19385.258585-.32309.516945-.51695.775443-.12914.193857-.25858.387715-.38771.581572-.32309.452355-.64621.904673-.96929 1.292387-.38774.387729-.71083.840046-1.16319 1.163171v.0647c-.38771.3231-.77543.710815-1.22775 1.033903-1.35702 1.033902-2.90787 1.809344-4.32952 2.778644-.45231.323088-.90468.581587-1.29238.9693-.45233.323088-.84006.646176-1.22776 1.033903-.45236.387715-.77545.775442-1.16318 1.227784-.32309.387728-.7108.840048-.96927 1.292402-.32312.452317-.6462.904661-.9047 1.35699-.25857.516944-.45233.969299-.71081 1.486245-.19385.516944-.38773.969301-.51695 1.486244-.19386.581586-.3231 1.098544-.45234 1.615514-.0647.258583-.0647.58156-.12914.840045-.0648.258584-.0648.516945-.12913.775443 0 .516944-.0647 1.09853-.0647 1.615475 0 .387727 0 .775441.0647 1.163169 0 .516946.0647 1.033892.19385 1.615476.0647.516944.19384 1.033902.32312 1.550885.19386.516944.3231 1.033902.51694 1.550847.12916.323126.32309.646213.45236.904673l-14.86252-5.75114c-2.52018-.710815-4.9757-1.35699-7.49588-1.938576-1.357-.323087-2.714-.646198-4.07102-.969299-3.87719-.77543-7.81895-1.356991-11.76076-1.744705-.12913 0-.19385-.06471-.32309-.06471-3.8772-.387714-7.68973-.581572-11.5669-.581572-2.84328 0-5.68656.129131-8.465201.323088-3.941798.258584-7.883602.775442-11.825373 1.421617-.969302.129144-1.938602.323125-2.907905.516984-2.003199.387689-3.941771.840044-5.815742 1.292386-.9693.258584-1.938602.516958-2.907903.775419-.96927.387713-1.87394.84007-2.778642 1.227784-.710811.323088-1.421619.646187-2.132431.9693-.129139.06471-.25858.06471-.32309.129144-.64621.323087-1.22779.581547-1.809341.904671-.193861.06471-.323122.129132-.452351.193859-.71081.323089-1.421618.710803-2.003201 1.033902-.45235.193858-.90467.452343-1.292389.646213-.193862.129131-.452353.258572-.581582.323088-.581579.323088-1.16316.646174-1.680111.9693-.581581.323087-1.098532.646175-1.550882.969263-.452318.323125-.904667.581585-1.29239.904672-.06474.06471-.129139.06471-.193861.129145-.387719.258583-.840039.581571-1.227758.904696 0 0-.06473.0647-.12914.129142-.32309.258584-.646212.516947-.969301.775407-.129138.06471-.258581.193857-.38772.258583-.32309.258586-.64618.581586-.969271.84007-.06473.129143-.193859.193858-.258581.258585-.38772.387715-.775441.710802-1.163161 1.09853-.06473 0-.06473.06471-.129139.129131-.38772.3231-.775439.710816-1.163159 1.098543-.06473.06471-.06473.12913-.12914.12913-.32309.323089-.64618.646213-.969301 1.033902-.129137.129143-.32309.258586-.452319.387715-.32309.387728-.710811.775443-1.09853 1.163171-.06473.129132-.19386.193858-.258582.323087-.516952.516983-.969302 1.033928-1.486252 1.550885-.06473.06471-.129138.129128-.193859.193858-1.033931 1.098529-2.132463 2.197059-3.295594 3.166352-1.163159 1.0339-2.390922 2.0032-3.618711 2.84325-1.292392.9047-2.520152 1.68011-3.877173 2.45555-1.292392.71079-2.649412 1.35701-4.071032 1.9386-1.357022.58157-2.778641 1.09854-4.200264 1.55085-2.714041.58157-5.492684 1.68011-7.883605 1.87397-.51695 0-1.098531.12915-1.615482.19385-.581578.12914-1.098529.25859-1.615479.38774-.516951.19384-1.033931.38771-1.550883.58156-.516951.19386-1.033901.45235-1.550852.71083-.45235.32308-.969299.58157-1.421651.90466-.452322.32309-.904672.7108-1.292393 1.09853-.452319.32312-.904669.77545-1.29239 1.16315-.387721.45237-.77544.84008-1.0985304 1.29239-.3230901.51695-.7108108.96931-.9693016 1.48627-.32309.45235-.6461799.96929-.9046707 1.48622-.2585815.58161-.5169498 1.09855-.7108107 1.68014-.1938599.51695-.3877199 1.09852-.5815799 1.68011-.1291382.51694-.2585813 1.0339-.3230898 1.55083 0 .0648-.064719.12916-.064719.19387-.1291392.58161-.1291392 1.35706-.1938608 1.74479-.064719.45232-.1291373.84002-.1291373 1.29238 0 .25858 0 .58155.064719.84003.064719.45236.1291371.84007.2585814 1.22782.1291382.38766.2585815.77539.4523201 1.16312v.0647c.1938599.38775.4523506.77545.7108108 1.16317.2585814.38772.5169804.77544.8400704 1.16317.3230899.32309.7108109.71078 1.0985304 1.03389.3877209.38772.7754421.71081 1.2277611 1.0339 1.550881 1.35703 1.938601 1.80938 3.941806 2.84327.323087.19387.64621.32311 1.03393.51697.06473 0 .129139.0647.193859.0647 0 .12913 0 .19387.06473.32313.06472.51696.193859 1.03389.32309 1.55086.129138.58158.323121 1.09855.516981 1.55087.19386.38773.32309.77543.516951 1.16317.06472.12915.12914.25858.19386.32309.258581.51694.51695.96932.77541 1.42162.323121.45233.64621.90466.969299 1.35703.323092.3877.710813.84004 1.098532 1.22775.387721.38773.775442.71083 1.227793 1.09852 0 0 .06473.0648.129137.0648.387722.32312.77544.64622 1.163162.90466.45232.32311.90467.58157 1.421619.84007.452351.25858.969302.51695 1.486252.71082.387721.19386.84004.32311 1.292392.45234.06473.0648.129138.0648.258582.12916.258581.0648.581548.12912.840039.19384-.193859 3.48945-.258582 6.78504.258583 7.94822.58155 1.29238 3.424821-2.64941 6.268094-7.17277-.387719 4.45875-.646211 9.6929 0 11.24381.710809 1.61545 4.587982-3.42487 7.948203-8.98215 45.815262-10.59757 87.62418 21.066 92.01829 65.78273-.84006-6.97892-9.43446-10.85608-13.37623-9.88677-1.93861 4.78183-5.2342 10.92068-10.53299 14.73324.45233-4.2649.25856-8.65901-.64619-12.92392-1.42165 5.94501-4.2003 11.50232-8.01287 16.28415-6.138857.45232-12.277729-2.52019-15.50872-6.97891-.258582-.19388-.323091-.58159-.516951-.84006-.193862-.45238-.387719-.90467-.516951-1.35703-.193859-.45232-.323089-.90467-.387719-1.35699-.06473-.45236-.06473-.90469-.06473-1.42163 0-.32312 0-.6462 0-.96928.06473-.45238.19386-.90471.323091-1.35705.129138-.45232.25858-.90467.45235-1.35701.258582-.45231.45232-.90466.775441-1.35698 1.09853-3.10178 1.09853-5.62192-.90467-7.10816-.387721-.25858-.775441-.45236-1.227791-.64622-.258584-.0647-.581582-.19386-.84004-.25857-.193861-.0647-.32309-.12916-.516951-.19387-.452351-.12914-.904702-.25859-1.357022-.32309-.45235-.12913-.90467-.19386-1.35702-.19386-.452321-.0648-.969303-.12914-1.421622-.12914-.323089 0-.64621.0647-.969301.0647-.516949 0-.969299.0648-1.421621.19386-.45235.0648-.904669.12913-1.357019.25856-.452322.12915-.904673.25859-1.357023.45238-.452319.19385-.840041.38771-1.292389.58157-.38769.19387-.775412.45232-1.227761.64618-15.056371 9.82217-6.074235 32.82674 4.200264 39.48256-3.877175.71081-7.818947 1.5509-8.917479 2.39092-.06473.0647-.129138.12915-.129138.12915 2.778642 1.68009 5.686516 3.10173 8.723616 4.32949 4.135665 1.35702 8.529786 2.58479 10.468387 3.10176v.0647c5.363424 1.09854 10.79148 1.48626 16.284139 1.16317 28.62649-2.00321 52.0834-23.78003 56.3483-52.47111.12914.58159.25858 1.09852.38772 1.68012.19387 1.16312.45232 2.3909.58155 3.61867v.0648c.12914.58158.19386 1.16315.25858 1.6801v.25859c.0648.58157.12915 1.16316.12915 1.6801.0647.71082.12914 1.42162.12914 2.13247v1.0339c0 .32312.0647.7108.0647 1.03392 0 .38773-.0647.77542-.0647 1.16314v.90467c0 .45236-.0648.84006-.0648 1.2924 0 .25856 0 .51696-.0647.84006 0 .45236-.0647.90466-.0647 1.42162-.0648.19386-.0648.38772-.0648.58159-.0647.51696-.12914.9693-.19387 1.48626 0 .19387 0 .38771-.0647.58159-.0648.64617-.19385 1.22777-.25855 1.87394v.0648.0647c-.12914.58157-.2586 1.22776-.38775 1.80933v.19387c-.12912.58156-.25858 1.16316-.3877 1.74471 0 .0648-.0647.19387-.0647.25856-.12916.5816-.2586 1.16317-.45232 1.74478v.19384c-.19386.64617-.38773 1.22776-.51698 1.80934-.0647.0647-.0647.12914-.0647.12914-.19387.64621-.38771 1.29239-.58155 1.93858-.25858.64621-.45234 1.22778-.71081 1.87398-.25857.6462-.45236 1.2924-.71083 1.87396-.25859.64622-.51697 1.2278-.77543 1.87397h-.0648c-.2586.58157-.51699 1.22779-.8401 1.80938-.0647.19383-.12912.32309-.19384.4523-.0647.0648-.0647.12914-.12914.19388-4.20026 8.46514-10.40377 15.89639-18.15809 21.71217-.51695.32309-1.03392.71082-1.55086 1.09852-.12915.12915-.32312.19388-.45235.32309-.45235.3231-.90468.64618-1.42161.96931l.19385.38772h.0647c.90466-.12913 1.80934-.25858 2.71402-.38772h.0647c1.68012-.25858 3.36023-.58158 5.04035-.90467.45231-.0648.9693-.19385 1.42161-.32312.32309-.0648.58158-.12913.90467-.19386.45235-.0648.90468-.19386 1.35704-.25857.3877-.12914.77543-.19388 1.16314-.3231 6.46195-1.55089 12.73007-3.68335 18.73965-6.20349-10.27448 14.02243-24.03847 25.33087-40.12874 32.76212 7.43127-.51696 14.86251-1.74472 22.03528-3.81254 26.0417-7.68977 47.94772-25.20165 61.06549-48.7878-2.6494 14.92714-8.5944 29.14344-17.38265 41.55041 6.26809-4.13569 12.01923-8.91753 17.25342-14.34557 14.47478-15.12097 23.97388-34.31296 27.20483-54.92665 2.19708 10.2099 2.84328 20.74293 1.87398 31.14666 46.65534-65.07192 3.87717-132.53476-14.02244-150.305141-.0648-.129133-.12914-.193858-.12914-.323089-.0648.0647-.0648.0647-.0648.129144 0-.06471 0-.06471-.0647-.129144 0 .775442-.0647 1.550848-.12914 2.326291-.19387 1.48625-.38771 2.907879-.64621 4.329529-.32308 1.42162-.71081 2.84322-1.09854 4.26488-.45232 1.35699-.96925 2.77862-1.55085 4.13565-.58158 1.29237-1.22778 2.64939-1.93859 3.9418-.71082 1.22778-1.48625 2.52016-2.32629 3.6833-.84006 1.2278-1.74474 2.39093-2.64943 3.48944-.96931 1.16318-2.00319 2.1971-3.03712 3.23101-.64618.58158-1.22775 1.09853-1.87398 1.61546-.51694.45236-.96927.84009-1.48625 1.29239-1.16314.90468-2.32629 1.74474-3.61867 2.52019-1.22778.77542-2.52014 1.55086-3.81254 2.19707-1.35702.64619-2.71404 1.22776-4.07104 1.80935-1.35702.51693-2.77864.96928-4.20031 1.35701-1.42161.3877-2.90785.71081-4.32949.96928-1.48623.25858-2.97249.38771-4.39412.51697-1.03392.0647-2.06782.12915-3.10175.12915-1.48626 0-2.97248-.12915-4.39412-.25858-1.48624-.12914-2.97251-.32314-4.39413-.64623-1.48625-.25858-2.9079-.64621-4.32953-1.09851h-.0647c1.42163-.12914 2.84327-.2586 4.26492-.51697 1.48622-.25858 2.90785-.58156 4.3295-.96931 1.42162-.38771 2.84325-.84006 4.20026-1.357 1.42162-.51696 2.77865-1.16313 4.07105-1.80936 1.357-.64621 2.58478-1.357 3.87716-2.13244 1.22776-.84005 2.45554-1.68009 3.61869-2.58479 1.16316-.90466 2.26167-1.87394 3.29562-2.90786 1.09853-.96932 2.06781-2.06784 3.03711-3.16638.96927-1.16312 1.87396-2.32628 2.71402-3.48944.12915-.19387.25859-.45232.38774-.64619.64617-1.03392 1.29235-2.06783 1.87392-3.10176.71083-1.29239 1.35704-2.58479 1.9386-3.94177.58159-1.35702 1.09855-2.71405 1.55089-4.13566.45232-1.35703.77542-2.77864 1.09853-4.200258.25859-1.486258.51694-2.90791.64619-4.329528.12914-1.486244.25857-2.972503.25857-4.394119 0-1.033928-.0648-2.06783-.12912-3.101733-.12915-1.486246-.32311-2.9079-.51696-4.329519-.25859-1.486257-.58157-2.907873-.96931-4.329529-.45231-1.356991-.90467-2.778634-1.42161-4.135623-.51699-1.357028-1.16315-2.714042-1.80938-4.006443-.71081-1.292388-1.42161-2.584776-2.19704-3.812536-.84005-1.22776-1.68013-2.390917-2.5848-3.554087-.96927-1.098531-1.93857-2.19706-2.97251-3.29559-.51694-.516947-1.09853-1.098532-1.6801-1.615476-2.90787-2.2617-5.945-4.394159-8.9821-6.332732-.45233-.258574-.84005-.452342-1.2924-.646212-2.13246-1.356992-4.13566-2.067831-6.13885-2.714007z",
14
+ fill: "#e0234e",
15
+ fillRule: "evenodd",
16
+ transform: "translate(0 -41.412487)"
17
+ })
18
+ });
19
+
20
+ //#endregion
21
+ export { NestJSLogo };
22
+ //# sourceMappingURL=NestJS.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestJS.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/NestJS.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const NestJSLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n height=\"966\"\n viewBox=\"0 0 264.58333 255.58751\"\n width=\"1000\"\n role=\"img\"\n aria-label=\"NestJS logo\"\n {...props}\n >\n <path\n d=\"m153.33845 45.652481c-1.80934 0-3.48944.387729-5.04032.904673 3.29558 2.19706 5.10493 5.104961 6.00963 8.400551.0648.45233.19386.775444.25856 1.227759.0648.387729.12916.775444.12916 1.163171.2586 5.686509-1.48628 6.397323-2.71403 9.757543-1.87398 4.329529-1.35704 8.982133.90466 12.730079.19387.452318.45234.969275.77546 1.421618-2.45558-16.348759 11.17919-18.804304 13.69932-23.90924.19386-4.458761-3.48944-7.431263-6.39731-9.499092-2.77864-1.680104-5.29884-2.197062-7.62513-2.197062zm20.54903 3.683318c-.25858 1.486247-.0647 1.09853-.12913 1.873973-.0647.516945-.0647 1.163157-.12914 1.680102-.12914.516959-.2586 1.033904-.45236 1.550886-.12913.516945-.32309 1.033903-.51694 1.550847-.2586.516983-.45234.969301-.71082 1.486258-.19385.258585-.32309.516945-.51695.775443-.12914.193857-.25858.387715-.38771.581572-.32309.452355-.64621.904673-.96929 1.292387-.38774.387729-.71083.840046-1.16319 1.163171v.0647c-.38771.3231-.77543.710815-1.22775 1.033903-1.35702 1.033902-2.90787 1.809344-4.32952 2.778644-.45231.323088-.90468.581587-1.29238.9693-.45233.323088-.84006.646176-1.22776 1.033903-.45236.387715-.77545.775442-1.16318 1.227784-.32309.387728-.7108.840048-.96927 1.292402-.32312.452317-.6462.904661-.9047 1.35699-.25857.516944-.45233.969299-.71081 1.486245-.19385.516944-.38773.969301-.51695 1.486244-.19386.581586-.3231 1.098544-.45234 1.615514-.0647.258583-.0647.58156-.12914.840045-.0648.258584-.0648.516945-.12913.775443 0 .516944-.0647 1.09853-.0647 1.615475 0 .387727 0 .775441.0647 1.163169 0 .516946.0647 1.033892.19385 1.615476.0647.516944.19384 1.033902.32312 1.550885.19386.516944.3231 1.033902.51694 1.550847.12916.323126.32309.646213.45236.904673l-14.86252-5.75114c-2.52018-.710815-4.9757-1.35699-7.49588-1.938576-1.357-.323087-2.714-.646198-4.07102-.969299-3.87719-.77543-7.81895-1.356991-11.76076-1.744705-.12913 0-.19385-.06471-.32309-.06471-3.8772-.387714-7.68973-.581572-11.5669-.581572-2.84328 0-5.68656.129131-8.465201.323088-3.941798.258584-7.883602.775442-11.825373 1.421617-.969302.129144-1.938602.323125-2.907905.516984-2.003199.387689-3.941771.840044-5.815742 1.292386-.9693.258584-1.938602.516958-2.907903.775419-.96927.387713-1.87394.84007-2.778642 1.227784-.710811.323088-1.421619.646187-2.132431.9693-.129139.06471-.25858.06471-.32309.129144-.64621.323087-1.22779.581547-1.809341.904671-.193861.06471-.323122.129132-.452351.193859-.71081.323089-1.421618.710803-2.003201 1.033902-.45235.193858-.90467.452343-1.292389.646213-.193862.129131-.452353.258572-.581582.323088-.581579.323088-1.16316.646174-1.680111.9693-.581581.323087-1.098532.646175-1.550882.969263-.452318.323125-.904667.581585-1.29239.904672-.06474.06471-.129139.06471-.193861.129145-.387719.258583-.840039.581571-1.227758.904696 0 0-.06473.0647-.12914.129142-.32309.258584-.646212.516947-.969301.775407-.129138.06471-.258581.193857-.38772.258583-.32309.258586-.64618.581586-.969271.84007-.06473.129143-.193859.193858-.258581.258585-.38772.387715-.775441.710802-1.163161 1.09853-.06473 0-.06473.06471-.129139.129131-.38772.3231-.775439.710816-1.163159 1.098543-.06473.06471-.06473.12913-.12914.12913-.32309.323089-.64618.646213-.969301 1.033902-.129137.129143-.32309.258586-.452319.387715-.32309.387728-.710811.775443-1.09853 1.163171-.06473.129132-.19386.193858-.258582.323087-.516952.516983-.969302 1.033928-1.486252 1.550885-.06473.06471-.129138.129128-.193859.193858-1.033931 1.098529-2.132463 2.197059-3.295594 3.166352-1.163159 1.0339-2.390922 2.0032-3.618711 2.84325-1.292392.9047-2.520152 1.68011-3.877173 2.45555-1.292392.71079-2.649412 1.35701-4.071032 1.9386-1.357022.58157-2.778641 1.09854-4.200264 1.55085-2.714041.58157-5.492684 1.68011-7.883605 1.87397-.51695 0-1.098531.12915-1.615482.19385-.581578.12914-1.098529.25859-1.615479.38774-.516951.19384-1.033931.38771-1.550883.58156-.516951.19386-1.033901.45235-1.550852.71083-.45235.32308-.969299.58157-1.421651.90466-.452322.32309-.904672.7108-1.292393 1.09853-.452319.32312-.904669.77545-1.29239 1.16315-.387721.45237-.77544.84008-1.0985304 1.29239-.3230901.51695-.7108108.96931-.9693016 1.48627-.32309.45235-.6461799.96929-.9046707 1.48622-.2585815.58161-.5169498 1.09855-.7108107 1.68014-.1938599.51695-.3877199 1.09852-.5815799 1.68011-.1291382.51694-.2585813 1.0339-.3230898 1.55083 0 .0648-.064719.12916-.064719.19387-.1291392.58161-.1291392 1.35706-.1938608 1.74479-.064719.45232-.1291373.84002-.1291373 1.29238 0 .25858 0 .58155.064719.84003.064719.45236.1291371.84007.2585814 1.22782.1291382.38766.2585815.77539.4523201 1.16312v.0647c.1938599.38775.4523506.77545.7108108 1.16317.2585814.38772.5169804.77544.8400704 1.16317.3230899.32309.7108109.71078 1.0985304 1.03389.3877209.38772.7754421.71081 1.2277611 1.0339 1.550881 1.35703 1.938601 1.80938 3.941806 2.84327.323087.19387.64621.32311 1.03393.51697.06473 0 .129139.0647.193859.0647 0 .12913 0 .19387.06473.32313.06472.51696.193859 1.03389.32309 1.55086.129138.58158.323121 1.09855.516981 1.55087.19386.38773.32309.77543.516951 1.16317.06472.12915.12914.25858.19386.32309.258581.51694.51695.96932.77541 1.42162.323121.45233.64621.90466.969299 1.35703.323092.3877.710813.84004 1.098532 1.22775.387721.38773.775442.71083 1.227793 1.09852 0 0 .06473.0648.129137.0648.387722.32312.77544.64622 1.163162.90466.45232.32311.90467.58157 1.421619.84007.452351.25858.969302.51695 1.486252.71082.387721.19386.84004.32311 1.292392.45234.06473.0648.129138.0648.258582.12916.258581.0648.581548.12912.840039.19384-.193859 3.48945-.258582 6.78504.258583 7.94822.58155 1.29238 3.424821-2.64941 6.268094-7.17277-.387719 4.45875-.646211 9.6929 0 11.24381.710809 1.61545 4.587982-3.42487 7.948203-8.98215 45.815262-10.59757 87.62418 21.066 92.01829 65.78273-.84006-6.97892-9.43446-10.85608-13.37623-9.88677-1.93861 4.78183-5.2342 10.92068-10.53299 14.73324.45233-4.2649.25856-8.65901-.64619-12.92392-1.42165 5.94501-4.2003 11.50232-8.01287 16.28415-6.138857.45232-12.277729-2.52019-15.50872-6.97891-.258582-.19388-.323091-.58159-.516951-.84006-.193862-.45238-.387719-.90467-.516951-1.35703-.193859-.45232-.323089-.90467-.387719-1.35699-.06473-.45236-.06473-.90469-.06473-1.42163 0-.32312 0-.6462 0-.96928.06473-.45238.19386-.90471.323091-1.35705.129138-.45232.25858-.90467.45235-1.35701.258582-.45231.45232-.90466.775441-1.35698 1.09853-3.10178 1.09853-5.62192-.90467-7.10816-.387721-.25858-.775441-.45236-1.227791-.64622-.258584-.0647-.581582-.19386-.84004-.25857-.193861-.0647-.32309-.12916-.516951-.19387-.452351-.12914-.904702-.25859-1.357022-.32309-.45235-.12913-.90467-.19386-1.35702-.19386-.452321-.0648-.969303-.12914-1.421622-.12914-.323089 0-.64621.0647-.969301.0647-.516949 0-.969299.0648-1.421621.19386-.45235.0648-.904669.12913-1.357019.25856-.452322.12915-.904673.25859-1.357023.45238-.452319.19385-.840041.38771-1.292389.58157-.38769.19387-.775412.45232-1.227761.64618-15.056371 9.82217-6.074235 32.82674 4.200264 39.48256-3.877175.71081-7.818947 1.5509-8.917479 2.39092-.06473.0647-.129138.12915-.129138.12915 2.778642 1.68009 5.686516 3.10173 8.723616 4.32949 4.135665 1.35702 8.529786 2.58479 10.468387 3.10176v.0647c5.363424 1.09854 10.79148 1.48626 16.284139 1.16317 28.62649-2.00321 52.0834-23.78003 56.3483-52.47111.12914.58159.25858 1.09852.38772 1.68012.19387 1.16312.45232 2.3909.58155 3.61867v.0648c.12914.58158.19386 1.16315.25858 1.6801v.25859c.0648.58157.12915 1.16316.12915 1.6801.0647.71082.12914 1.42162.12914 2.13247v1.0339c0 .32312.0647.7108.0647 1.03392 0 .38773-.0647.77542-.0647 1.16314v.90467c0 .45236-.0648.84006-.0648 1.2924 0 .25856 0 .51696-.0647.84006 0 .45236-.0647.90466-.0647 1.42162-.0648.19386-.0648.38772-.0648.58159-.0647.51696-.12914.9693-.19387 1.48626 0 .19387 0 .38771-.0647.58159-.0648.64617-.19385 1.22777-.25855 1.87394v.0648.0647c-.12914.58157-.2586 1.22776-.38775 1.80933v.19387c-.12912.58156-.25858 1.16316-.3877 1.74471 0 .0648-.0647.19387-.0647.25856-.12916.5816-.2586 1.16317-.45232 1.74478v.19384c-.19386.64617-.38773 1.22776-.51698 1.80934-.0647.0647-.0647.12914-.0647.12914-.19387.64621-.38771 1.29239-.58155 1.93858-.25858.64621-.45234 1.22778-.71081 1.87398-.25857.6462-.45236 1.2924-.71083 1.87396-.25859.64622-.51697 1.2278-.77543 1.87397h-.0648c-.2586.58157-.51699 1.22779-.8401 1.80938-.0647.19383-.12912.32309-.19384.4523-.0647.0648-.0647.12914-.12914.19388-4.20026 8.46514-10.40377 15.89639-18.15809 21.71217-.51695.32309-1.03392.71082-1.55086 1.09852-.12915.12915-.32312.19388-.45235.32309-.45235.3231-.90468.64618-1.42161.96931l.19385.38772h.0647c.90466-.12913 1.80934-.25858 2.71402-.38772h.0647c1.68012-.25858 3.36023-.58158 5.04035-.90467.45231-.0648.9693-.19385 1.42161-.32312.32309-.0648.58158-.12913.90467-.19386.45235-.0648.90468-.19386 1.35704-.25857.3877-.12914.77543-.19388 1.16314-.3231 6.46195-1.55089 12.73007-3.68335 18.73965-6.20349-10.27448 14.02243-24.03847 25.33087-40.12874 32.76212 7.43127-.51696 14.86251-1.74472 22.03528-3.81254 26.0417-7.68977 47.94772-25.20165 61.06549-48.7878-2.6494 14.92714-8.5944 29.14344-17.38265 41.55041 6.26809-4.13569 12.01923-8.91753 17.25342-14.34557 14.47478-15.12097 23.97388-34.31296 27.20483-54.92665 2.19708 10.2099 2.84328 20.74293 1.87398 31.14666 46.65534-65.07192 3.87717-132.53476-14.02244-150.305141-.0648-.129133-.12914-.193858-.12914-.323089-.0648.0647-.0648.0647-.0648.129144 0-.06471 0-.06471-.0647-.129144 0 .775442-.0647 1.550848-.12914 2.326291-.19387 1.48625-.38771 2.907879-.64621 4.329529-.32308 1.42162-.71081 2.84322-1.09854 4.26488-.45232 1.35699-.96925 2.77862-1.55085 4.13565-.58158 1.29237-1.22778 2.64939-1.93859 3.9418-.71082 1.22778-1.48625 2.52016-2.32629 3.6833-.84006 1.2278-1.74474 2.39093-2.64943 3.48944-.96931 1.16318-2.00319 2.1971-3.03712 3.23101-.64618.58158-1.22775 1.09853-1.87398 1.61546-.51694.45236-.96927.84009-1.48625 1.29239-1.16314.90468-2.32629 1.74474-3.61867 2.52019-1.22778.77542-2.52014 1.55086-3.81254 2.19707-1.35702.64619-2.71404 1.22776-4.07104 1.80935-1.35702.51693-2.77864.96928-4.20031 1.35701-1.42161.3877-2.90785.71081-4.32949.96928-1.48623.25858-2.97249.38771-4.39412.51697-1.03392.0647-2.06782.12915-3.10175.12915-1.48626 0-2.97248-.12915-4.39412-.25858-1.48624-.12914-2.97251-.32314-4.39413-.64623-1.48625-.25858-2.9079-.64621-4.32953-1.09851h-.0647c1.42163-.12914 2.84327-.2586 4.26492-.51697 1.48622-.25858 2.90785-.58156 4.3295-.96931 1.42162-.38771 2.84325-.84006 4.20026-1.357 1.42162-.51696 2.77865-1.16313 4.07105-1.80936 1.357-.64621 2.58478-1.357 3.87716-2.13244 1.22776-.84005 2.45554-1.68009 3.61869-2.58479 1.16316-.90466 2.26167-1.87394 3.29562-2.90786 1.09853-.96932 2.06781-2.06784 3.03711-3.16638.96927-1.16312 1.87396-2.32628 2.71402-3.48944.12915-.19387.25859-.45232.38774-.64619.64617-1.03392 1.29235-2.06783 1.87392-3.10176.71083-1.29239 1.35704-2.58479 1.9386-3.94177.58159-1.35702 1.09855-2.71405 1.55089-4.13566.45232-1.35703.77542-2.77864 1.09853-4.200258.25859-1.486258.51694-2.90791.64619-4.329528.12914-1.486244.25857-2.972503.25857-4.394119 0-1.033928-.0648-2.06783-.12912-3.101733-.12915-1.486246-.32311-2.9079-.51696-4.329519-.25859-1.486257-.58157-2.907873-.96931-4.329529-.45231-1.356991-.90467-2.778634-1.42161-4.135623-.51699-1.357028-1.16315-2.714042-1.80938-4.006443-.71081-1.292388-1.42161-2.584776-2.19704-3.812536-.84005-1.22776-1.68013-2.390917-2.5848-3.554087-.96927-1.098531-1.93857-2.19706-2.97251-3.29559-.51694-.516947-1.09853-1.098532-1.6801-1.615476-2.90787-2.2617-5.945-4.394159-8.9821-6.332732-.45233-.258574-.84005-.452342-1.2924-.646212-2.13246-1.356992-4.13566-2.067831-6.13885-2.714007z\"\n fill=\"#e0234e\"\n fillRule=\"evenodd\"\n transform=\"translate(0 -41.412487)\"\n />\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,cAA2C,UACtD,oBAAC,OAAD;CACE,OAAM;CACN,QAAO;CACP,SAAQ;CACR,OAAM;CACN,MAAK;CACL,cAAW;CACX,GAAI;WAEJ,oBAAC,QAAD;EACE,GAAE;EACF,MAAK;EACL,UAAS;EACT,WAAU;EACV;CACE"}
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Nextjs.tsx
4
+ const NextJSLogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ width: "800px",
6
+ height: "800px",
7
+ viewBox: "0 0 256 256",
8
+ version: "1.1",
9
+ preserveAspectRatio: "xMidYMid",
10
+ fill: "currentColor",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ role: "img",
13
+ "aria-label": "Nextjs logo",
14
+ ...props,
15
+ children: /* @__PURE__ */ jsx("path", {
16
+ d: "m 119.90598,4.4814875 c -0.53154,0.048313 -2.22282,0.2174192 -3.745,0.3382075 C 81.054703,7.9843533 48.17125,26.923985 27.344258,56.034007 15.746859,72.219661 8.329357,90.57951 5.5266527,110.02645 c -0.9906106,6.78831 -1.1114168,8.7934 -1.1114168,17.99748 0,9.20409 0.1208062,11.20918 1.1114168,17.99749 6.7168263,46.40692 39.7452473,85.39745 84.5401943,99.84374 8.021533,2.58488 16.477973,4.34839 26.094133,5.41133 3.745,0.41069 19.93304,0.41069 23.67803,0 16.59877,-1.83598 30.66062,-5.94279 44.52917,-13.021 2.12619,-1.08709 2.53693,-1.37699 2.247,-1.61856 -0.19329,-0.14494 -9.25375,-12.29627 -20.12631,-26.98414 l -19.7639,-26.69426 -24.76528,-36.64721 c -13.62694,-20.14753 -24.83776,-36.62307 -24.934405,-36.62307 -0.09665,-0.0242 -0.19329,16.25813 -0.241612,36.13991 -0.07248,34.81123 -0.09665,36.21238 -0.531547,37.03375 -0.628193,1.18372 -1.111418,1.66687 -2.12619,2.19834 -0.77316,0.38652 -1.449674,0.459 -5.098022,0.459 h -4.179896 l -1.111416,-0.70058 c -0.724838,-0.45899 -1.256386,-1.06293 -1.618805,-1.7635 l -0.507385,-1.08711 0.04832,-48.43617 0.07249,-48.460335 0.748999,-0.94215 c 0.386579,-0.507311 1.208061,-1.159569 1.787931,-1.47362 0.990612,-0.483153 1.377191,-0.531468 5.557087,-0.531468 4.928894,0 5.750376,0.193262 7.030921,1.594408 0.36242,0.386523 13.7719,20.582355 29.81498,44.909155 16.04305,24.3268 37.98146,57.54363 48.75739,73.85007 l 19.5706,29.64148 0.99061,-0.65225 c 8.77054,-5.70121 18.04845,-13.81819 25.39347,-22.27339 15.63232,-17.94917 25.70756,-39.83604 29.09014,-63.17237 0.99062,-6.78831 1.11141,-8.7934 1.11141,-17.99749 0,-9.20408 -0.12079,-11.20917 -1.11141,-17.99748 C 243.75652,63.619523 210.72809,24.629005 165.93316,10.182703 158.03243,7.6219874 149.62432,5.8584758 140.20143,4.7955375 137.88194,4.5539609 121.91136,4.2882259 119.90598,4.4814875 Z m 50.59365,74.7439055 c 1.15974,0.579785 2.10202,1.691038 2.44028,2.850608 0.1933,0.6281 0.24162,14.059778 0.1933,44.329369 l -0.0725,43.43554 -7.65911,-11.74064 -7.68328,-11.74064 v -31.57411 c 0,-20.413252 0.0966,-31.888157 0.24161,-32.443785 0.38658,-1.352829 1.23223,-2.415769 2.39196,-3.043868 0.99061,-0.507311 1.35304,-0.555627 5.14636,-0.555627 3.57585,0 4.20405,0.04831 5.00138,0.483153 z",
17
+ fill: "currentColor"
18
+ })
19
+ });
20
+
21
+ //#endregion
22
+ export { NextJSLogo };
23
+ //# sourceMappingURL=Nextjs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Nextjs.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Nextjs.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const NextJSLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 256 256\"\n version=\"1.1\"\n preserveAspectRatio=\"xMidYMid\"\n fill=\"currentColor\"\n xmlns=\"http://www.w3.org/2000/svg\"\n role=\"img\"\n aria-label=\"Nextjs logo\"\n {...props}\n >\n <path\n d=\"m 119.90598,4.4814875 c -0.53154,0.048313 -2.22282,0.2174192 -3.745,0.3382075 C 81.054703,7.9843533 48.17125,26.923985 27.344258,56.034007 15.746859,72.219661 8.329357,90.57951 5.5266527,110.02645 c -0.9906106,6.78831 -1.1114168,8.7934 -1.1114168,17.99748 0,9.20409 0.1208062,11.20918 1.1114168,17.99749 6.7168263,46.40692 39.7452473,85.39745 84.5401943,99.84374 8.021533,2.58488 16.477973,4.34839 26.094133,5.41133 3.745,0.41069 19.93304,0.41069 23.67803,0 16.59877,-1.83598 30.66062,-5.94279 44.52917,-13.021 2.12619,-1.08709 2.53693,-1.37699 2.247,-1.61856 -0.19329,-0.14494 -9.25375,-12.29627 -20.12631,-26.98414 l -19.7639,-26.69426 -24.76528,-36.64721 c -13.62694,-20.14753 -24.83776,-36.62307 -24.934405,-36.62307 -0.09665,-0.0242 -0.19329,16.25813 -0.241612,36.13991 -0.07248,34.81123 -0.09665,36.21238 -0.531547,37.03375 -0.628193,1.18372 -1.111418,1.66687 -2.12619,2.19834 -0.77316,0.38652 -1.449674,0.459 -5.098022,0.459 h -4.179896 l -1.111416,-0.70058 c -0.724838,-0.45899 -1.256386,-1.06293 -1.618805,-1.7635 l -0.507385,-1.08711 0.04832,-48.43617 0.07249,-48.460335 0.748999,-0.94215 c 0.386579,-0.507311 1.208061,-1.159569 1.787931,-1.47362 0.990612,-0.483153 1.377191,-0.531468 5.557087,-0.531468 4.928894,0 5.750376,0.193262 7.030921,1.594408 0.36242,0.386523 13.7719,20.582355 29.81498,44.909155 16.04305,24.3268 37.98146,57.54363 48.75739,73.85007 l 19.5706,29.64148 0.99061,-0.65225 c 8.77054,-5.70121 18.04845,-13.81819 25.39347,-22.27339 15.63232,-17.94917 25.70756,-39.83604 29.09014,-63.17237 0.99062,-6.78831 1.11141,-8.7934 1.11141,-17.99749 0,-9.20408 -0.12079,-11.20917 -1.11141,-17.99748 C 243.75652,63.619523 210.72809,24.629005 165.93316,10.182703 158.03243,7.6219874 149.62432,5.8584758 140.20143,4.7955375 137.88194,4.5539609 121.91136,4.2882259 119.90598,4.4814875 Z m 50.59365,74.7439055 c 1.15974,0.579785 2.10202,1.691038 2.44028,2.850608 0.1933,0.6281 0.24162,14.059778 0.1933,44.329369 l -0.0725,43.43554 -7.65911,-11.74064 -7.68328,-11.74064 v -31.57411 c 0,-20.413252 0.0966,-31.888157 0.24161,-32.443785 0.38658,-1.352829 1.23223,-2.415769 2.39196,-3.043868 0.99061,-0.507311 1.35304,-0.555627 5.14636,-0.555627 3.57585,0 4.20405,0.04831 5.00138,0.483153 z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,cAA2C,UACtD,oBAAC,OAAD;CACE,OAAM;CACN,QAAO;CACP,SAAQ;CACR,SAAQ;CACR,qBAAoB;CACpB,MAAK;CACL,OAAM;CACN,MAAK;CACL,cAAW;CACX,GAAI;WAEJ,oBAAC,QAAD;EACE,GAAE;EACF,MAAK;EACL;CACE"}
@@ -0,0 +1,129 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Node.tsx
4
+ const NodejsLogo = (props) => /* @__PURE__ */ jsxs("svg", {
5
+ ...props,
6
+ viewBox: "0 0 256 292",
7
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
8
+ role: "img",
9
+ "aria-label": "Nodejs logo",
10
+ children: [
11
+ /* @__PURE__ */ jsxs("defs", { children: [
12
+ /* @__PURE__ */ jsxs("linearGradient", {
13
+ id: "nodejs__a",
14
+ x1: "68.188%",
15
+ x2: "27.823%",
16
+ y1: "17.487%",
17
+ y2: "89.755%",
18
+ children: [
19
+ /* @__PURE__ */ jsx("stop", {
20
+ offset: "0%",
21
+ stopColor: "#41873F"
22
+ }),
23
+ /* @__PURE__ */ jsx("stop", {
24
+ offset: "32.88%",
25
+ stopColor: "#418B3D"
26
+ }),
27
+ /* @__PURE__ */ jsx("stop", {
28
+ offset: "63.52%",
29
+ stopColor: "#419637"
30
+ }),
31
+ /* @__PURE__ */ jsx("stop", {
32
+ offset: "93.19%",
33
+ stopColor: "#3FA92D"
34
+ }),
35
+ /* @__PURE__ */ jsx("stop", {
36
+ offset: "100%",
37
+ stopColor: "#3FAE2A"
38
+ })
39
+ ]
40
+ }),
41
+ /* @__PURE__ */ jsxs("linearGradient", {
42
+ id: "nodejs__c",
43
+ x1: "43.277%",
44
+ x2: "159.245%",
45
+ y1: "55.169%",
46
+ y2: "-18.306%",
47
+ children: [
48
+ /* @__PURE__ */ jsx("stop", {
49
+ offset: "13.76%",
50
+ stopColor: "#41873F"
51
+ }),
52
+ /* @__PURE__ */ jsx("stop", {
53
+ offset: "40.32%",
54
+ stopColor: "#54A044"
55
+ }),
56
+ /* @__PURE__ */ jsx("stop", {
57
+ offset: "71.36%",
58
+ stopColor: "#66B848"
59
+ }),
60
+ /* @__PURE__ */ jsx("stop", {
61
+ offset: "90.81%",
62
+ stopColor: "#6CC04A"
63
+ })
64
+ ]
65
+ }),
66
+ /* @__PURE__ */ jsxs("linearGradient", {
67
+ id: "nodejs__f",
68
+ x1: "-4.389%",
69
+ x2: "101.499%",
70
+ y1: "49.997%",
71
+ y2: "49.997%",
72
+ children: [
73
+ /* @__PURE__ */ jsx("stop", {
74
+ offset: "9.192%",
75
+ stopColor: "#6CC04A"
76
+ }),
77
+ /* @__PURE__ */ jsx("stop", {
78
+ offset: "28.64%",
79
+ stopColor: "#66B848"
80
+ }),
81
+ /* @__PURE__ */ jsx("stop", {
82
+ offset: "59.68%",
83
+ stopColor: "#54A044"
84
+ }),
85
+ /* @__PURE__ */ jsx("stop", {
86
+ offset: "86.24%",
87
+ stopColor: "#41873F"
88
+ })
89
+ ]
90
+ }),
91
+ /* @__PURE__ */ jsx("path", {
92
+ id: "nodejs__b",
93
+ d: "M134.923 1.832c-4.344-2.443-9.502-2.443-13.846 0L6.787 67.801C2.443 70.244 0 74.859 0 79.745v132.208c0 4.887 2.715 9.502 6.787 11.945l114.29 65.968c4.344 2.444 9.502 2.444 13.846 0l114.29-65.968c4.344-2.443 6.787-7.058 6.787-11.945V79.745c0-4.886-2.715-9.501-6.787-11.944L134.923 1.832Z"
94
+ }),
95
+ /* @__PURE__ */ jsx("path", {
96
+ id: "nodejs__e",
97
+ d: "M134.923 1.832c-4.344-2.443-9.502-2.443-13.846 0L6.787 67.801C2.443 70.244 0 74.859 0 79.745v132.208c0 4.887 2.715 9.502 6.787 11.945l114.29 65.968c4.344 2.444 9.502 2.444 13.846 0l114.29-65.968c4.344-2.443 6.787-7.058 6.787-11.945V79.745c0-4.886-2.715-9.501-6.787-11.944L134.923 1.832Z"
98
+ })
99
+ ] }),
100
+ /* @__PURE__ */ jsx("path", {
101
+ fill: "url(#nodejs__a)",
102
+ d: "M134.923 1.832c-4.344-2.443-9.502-2.443-13.846 0L6.787 67.801C2.443 70.244 0 74.859 0 79.745v132.208c0 4.887 2.715 9.502 6.787 11.945l114.29 65.968c4.344 2.444 9.502 2.444 13.846 0l114.29-65.968c4.344-2.443 6.787-7.058 6.787-11.945V79.745c0-4.886-2.715-9.501-6.787-11.944L134.923 1.832Z"
103
+ }),
104
+ /* @__PURE__ */ jsx("mask", {
105
+ id: "nodejs__d",
106
+ fill: "#fff",
107
+ children: /* @__PURE__ */ jsx("use", { xlinkHref: "#nodejs__b" })
108
+ }),
109
+ /* @__PURE__ */ jsx("path", {
110
+ fill: "url(#nodejs__c)",
111
+ d: "M249.485 67.8 134.65 1.833c-1.086-.542-2.443-1.085-3.529-1.357L2.443 220.912c1.086 1.357 2.444 2.443 3.8 3.258l114.834 65.968c3.258 1.9 7.059 2.443 10.588 1.357L252.47 70.515c-.815-1.086-1.9-1.9-2.986-2.714Z",
112
+ mask: "url(#nodejs__d)"
113
+ }),
114
+ /* @__PURE__ */ jsx("mask", {
115
+ id: "nodejs__g",
116
+ fill: "#fff",
117
+ children: /* @__PURE__ */ jsx("use", { xlinkHref: "#nodejs__e" })
118
+ }),
119
+ /* @__PURE__ */ jsx("path", {
120
+ fill: "url(#nodejs__f)",
121
+ d: "M249.756 223.898c3.258-1.9 5.701-5.158 6.787-8.687L130.579.204c-3.258-.543-6.787-.272-9.773 1.628L6.786 67.53l122.979 224.238c1.628-.272 3.529-.815 5.158-1.63l114.833-66.239Z",
122
+ mask: "url(#nodejs__g)"
123
+ })
124
+ ]
125
+ });
126
+
127
+ //#endregion
128
+ export { NodejsLogo };
129
+ //# sourceMappingURL=Node.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Node.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Node.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const NodejsLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n {...props}\n viewBox=\"0 0 256 292\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n role=\"img\"\n aria-label=\"Nodejs logo\"\n >\n <defs>\n <linearGradient\n id=\"nodejs__a\"\n x1=\"68.188%\"\n x2=\"27.823%\"\n y1=\"17.487%\"\n y2=\"89.755%\"\n >\n <stop offset=\"0%\" stopColor=\"#41873F\" />\n <stop offset=\"32.88%\" stopColor=\"#418B3D\" />\n <stop offset=\"63.52%\" stopColor=\"#419637\" />\n <stop offset=\"93.19%\" stopColor=\"#3FA92D\" />\n <stop offset=\"100%\" stopColor=\"#3FAE2A\" />\n </linearGradient>\n <linearGradient\n id=\"nodejs__c\"\n x1=\"43.277%\"\n x2=\"159.245%\"\n y1=\"55.169%\"\n y2=\"-18.306%\"\n >\n <stop offset=\"13.76%\" stopColor=\"#41873F\" />\n <stop offset=\"40.32%\" stopColor=\"#54A044\" />\n <stop offset=\"71.36%\" stopColor=\"#66B848\" />\n <stop offset=\"90.81%\" stopColor=\"#6CC04A\" />\n </linearGradient>\n <linearGradient\n id=\"nodejs__f\"\n x1=\"-4.389%\"\n x2=\"101.499%\"\n y1=\"49.997%\"\n y2=\"49.997%\"\n >\n <stop offset=\"9.192%\" stopColor=\"#6CC04A\" />\n <stop offset=\"28.64%\" stopColor=\"#66B848\" />\n <stop offset=\"59.68%\" stopColor=\"#54A044\" />\n <stop offset=\"86.24%\" stopColor=\"#41873F\" />\n </linearGradient>\n <path\n id=\"nodejs__b\"\n d=\"M134.923 1.832c-4.344-2.443-9.502-2.443-13.846 0L6.787 67.801C2.443 70.244 0 74.859 0 79.745v132.208c0 4.887 2.715 9.502 6.787 11.945l114.29 65.968c4.344 2.444 9.502 2.444 13.846 0l114.29-65.968c4.344-2.443 6.787-7.058 6.787-11.945V79.745c0-4.886-2.715-9.501-6.787-11.944L134.923 1.832Z\"\n />\n <path\n id=\"nodejs__e\"\n d=\"M134.923 1.832c-4.344-2.443-9.502-2.443-13.846 0L6.787 67.801C2.443 70.244 0 74.859 0 79.745v132.208c0 4.887 2.715 9.502 6.787 11.945l114.29 65.968c4.344 2.444 9.502 2.444 13.846 0l114.29-65.968c4.344-2.443 6.787-7.058 6.787-11.945V79.745c0-4.886-2.715-9.501-6.787-11.944L134.923 1.832Z\"\n />\n </defs>\n <path\n fill=\"url(#nodejs__a)\"\n d=\"M134.923 1.832c-4.344-2.443-9.502-2.443-13.846 0L6.787 67.801C2.443 70.244 0 74.859 0 79.745v132.208c0 4.887 2.715 9.502 6.787 11.945l114.29 65.968c4.344 2.444 9.502 2.444 13.846 0l114.29-65.968c4.344-2.443 6.787-7.058 6.787-11.945V79.745c0-4.886-2.715-9.501-6.787-11.944L134.923 1.832Z\"\n />\n <mask id=\"nodejs__d\" fill=\"#fff\">\n <use xlinkHref=\"#nodejs__b\" />\n </mask>\n <path\n fill=\"url(#nodejs__c)\"\n d=\"M249.485 67.8 134.65 1.833c-1.086-.542-2.443-1.085-3.529-1.357L2.443 220.912c1.086 1.357 2.444 2.443 3.8 3.258l114.834 65.968c3.258 1.9 7.059 2.443 10.588 1.357L252.47 70.515c-.815-1.086-1.9-1.9-2.986-2.714Z\"\n mask=\"url(#nodejs__d)\"\n />\n <mask id=\"nodejs__g\" fill=\"#fff\">\n <use xlinkHref=\"#nodejs__e\" />\n </mask>\n <path\n fill=\"url(#nodejs__f)\"\n d=\"M249.756 223.898c3.258-1.9 5.701-5.158 6.787-8.687L130.579.204c-3.258-.543-6.787-.272-9.773 1.628L6.786 67.53l122.979 224.238c1.628-.272 3.529-.815 5.158-1.63l114.833-66.239Z\"\n mask=\"url(#nodejs__g)\"\n />\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,cAA2C,UACtD,qBAAC,OAAD;CACE,GAAI;CACJ,SAAQ;CACR,YAAW;CACX,MAAK;CACL,cAAW;WALb;EAOE,qBAAC,QAAD;GACE,qBAAC,kBAAD;IACE,IAAG;IACH,IAAG;IACH,IAAG;IACH,IAAG;IACH,IAAG;cALL;KAOE,oBAAC,QAAD;MAAM,QAAO;MAAK,WAAU;MAAY;KACxC,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAO,WAAU;MAAY;KAC3B;;GACjB,qBAAC,kBAAD;IACE,IAAG;IACH,IAAG;IACH,IAAG;IACH,IAAG;IACH,IAAG;cALL;KAOE,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC7B;;GACjB,qBAAC,kBAAD;IACE,IAAG;IACH,IAAG;IACH,IAAG;IACH,IAAG;IACH,IAAG;cALL;KAOE,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC5C,oBAAC,QAAD;MAAM,QAAO;MAAS,WAAU;MAAY;KAC7B;;GACjB,oBAAC,QAAD;IACE,IAAG;IACH,GAAE;IACF;GACF,oBAAC,QAAD;IACE,IAAG;IACH,GAAE;IACF;GACG;EACP,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF;EACF,oBAAC,QAAD;GAAM,IAAG;GAAY,MAAK;aACxB,oBAAC,OAAD,EAAK,WAAU,cAAe;GACzB;EACP,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF,MAAK;GACL;EACF,oBAAC,QAAD;GAAM,IAAG;GAAY,MAAK;aACxB,oBAAC,OAAD,EAAK,WAAU,cAAe;GACzB;EACP,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACF,MAAK;GACL;EACE"}
@@ -0,0 +1,33 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Nuxt.tsx
4
+ const NuxtLogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 400 298",
7
+ preserveAspectRatio: "xMidYMid",
8
+ role: "img",
9
+ "aria-label": "Nuxt logo",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsxs("g", {
12
+ fill: "none",
13
+ fillRule: "nonzero",
14
+ children: [
15
+ /* @__PURE__ */ jsx("path", {
16
+ fill: "#00C58E",
17
+ d: "M227.92099 82.07407l-13.6889 23.7037-46.8148-81.08641L23.7037 273.58025h97.3037c0 13.0912 10.61252 23.7037 23.70371 23.7037H23.70371c-8.46771 0-16.29145-4.52017-20.5246-11.85382-4.23315-7.33366-4.23272-16.36849.00114-23.70174L146.89383 12.83951c4.23415-7.33433 12.0596-11.85252 20.5284-11.85252 8.46878 0 16.29423 4.51819 20.52839 11.85252l39.97037 69.23456z"
18
+ }),
19
+ /* @__PURE__ */ jsx("path", {
20
+ fill: "#2F495E",
21
+ d: "M331.6642 261.7284l-90.05432-155.95062-13.6889-23.7037-13.68888 23.7037-90.04445 155.95061c-4.23385 7.33325-4.23428 16.36808-.00113 23.70174 4.23314 7.33365 12.05689 11.85382 20.5246 11.85382h166.4c8.46946 0 16.29644-4.51525 20.532-11.84955 4.23555-7.3343 4.23606-16.37123.00132-23.706h.01976zM144.7111 273.58024L227.921 129.48148l83.19012 144.09877h-166.4z"
22
+ }),
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: "#108775",
25
+ d: "M396.04938 285.4321c-4.23344 7.33254-12.05656 11.85185-20.52345 11.85185H311.1111c13.0912 0 23.7037-10.6125 23.7037-23.7037h40.66173L260.09877 73.74815l-18.4889 32.02963-13.68888-23.7037L239.5753 61.8963c4.23416-7.33433 12.0596-11.85252 20.5284-11.85252 8.46879 0 16.29423 4.51819 20.52839 11.85252l115.41728 199.8321c4.23426 7.33395 4.23426 16.36975 0 23.7037z"
26
+ })
27
+ ]
28
+ })
29
+ });
30
+
31
+ //#endregion
32
+ export { NuxtLogo };
33
+ //# sourceMappingURL=Nuxt.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Nuxt.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Nuxt.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const NuxtLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 400 298\"\n preserveAspectRatio=\"xMidYMid\"\n role=\"img\"\n aria-label=\"Nuxt logo\"\n {...props}\n >\n <g fill=\"none\" fillRule=\"nonzero\">\n <path\n fill=\"#00C58E\"\n d=\"M227.92099 82.07407l-13.6889 23.7037-46.8148-81.08641L23.7037 273.58025h97.3037c0 13.0912 10.61252 23.7037 23.70371 23.7037H23.70371c-8.46771 0-16.29145-4.52017-20.5246-11.85382-4.23315-7.33366-4.23272-16.36849.00114-23.70174L146.89383 12.83951c4.23415-7.33433 12.0596-11.85252 20.5284-11.85252 8.46878 0 16.29423 4.51819 20.52839 11.85252l39.97037 69.23456z\"\n />\n <path\n fill=\"#2F495E\"\n d=\"M331.6642 261.7284l-90.05432-155.95062-13.6889-23.7037-13.68888 23.7037-90.04445 155.95061c-4.23385 7.33325-4.23428 16.36808-.00113 23.70174 4.23314 7.33365 12.05689 11.85382 20.5246 11.85382h166.4c8.46946 0 16.29644-4.51525 20.532-11.84955 4.23555-7.3343 4.23606-16.37123.00132-23.706h.01976zM144.7111 273.58024L227.921 129.48148l83.19012 144.09877h-166.4z\"\n />\n <path\n fill=\"#108775\"\n d=\"M396.04938 285.4321c-4.23344 7.33254-12.05656 11.85185-20.52345 11.85185H311.1111c13.0912 0 23.7037-10.6125 23.7037-23.7037h40.66173L260.09877 73.74815l-18.4889 32.02963-13.68888-23.7037L239.5753 61.8963c4.23416-7.33433 12.0596-11.85252 20.5284-11.85252 8.46879 0 16.29423 4.51819 20.52839 11.85252l115.41728 199.8321c4.23426 7.33395 4.23426 16.36975 0 23.7037z\"\n />\n </g>\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,YAAyC,UACpD,oBAAC,OAAD;CACE,OAAM;CACN,SAAQ;CACR,qBAAoB;CACpB,MAAK;CACL,cAAW;CACX,GAAI;WAEJ,qBAAC,KAAD;EAAG,MAAK;EAAO,UAAS;YAAxB;GACE,oBAAC,QAAD;IACE,MAAK;IACL,GAAE;IACF;GACF,oBAAC,QAAD;IACE,MAAK;IACL,GAAE;IACF;GACF,oBAAC,QAAD;IACE,MAAK;IACL,GAAE;IACF;GACA;;CACA"}
@@ -0,0 +1,15 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Ollama.tsx
4
+ const OllamaLogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ ...props,
6
+ preserveAspectRatio: "xMidYMid",
7
+ viewBox: "0 0 256 256",
8
+ role: "img",
9
+ "aria-label": "Ollama logo",
10
+ children: /* @__PURE__ */ jsx("path", { d: "M128 0c70.692 0 128 57.308 128 128s-57.308 128-128 128S0 198.692 0 128 57.308 0 128 0zm0 32c-53.019 0-96 42.981-96 96s42.981 96 96 96 96-42.981 96-96-42.981-96-96-96zm0 32c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zm0 32c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z" })
11
+ });
12
+
13
+ //#endregion
14
+ export { OllamaLogo };
15
+ //# sourceMappingURL=Ollama.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ollama.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Ollama.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const OllamaLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n {...props}\n preserveAspectRatio=\"xMidYMid\"\n viewBox=\"0 0 256 256\"\n role=\"img\"\n aria-label=\"Ollama logo\"\n >\n <path d=\"M128 0c70.692 0 128 57.308 128 128s-57.308 128-128 128S0 198.692 0 128 57.308 0 128 0zm0 32c-53.019 0-96 42.981-96 96s42.981 96 96 96 96-42.981 96-96-42.981-96-96-96zm0 32c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zm0 32c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\" />\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,cAA2C,UACtD,oBAAC,OAAD;CACE,GAAI;CACJ,qBAAoB;CACpB,SAAQ;CACR,MAAK;CACL,cAAW;WAEX,oBAAC,QAAD,EAAM,GAAE,0UAA2U;CAC/U"}
@@ -0,0 +1,18 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/OpenAI.tsx
4
+ const OpenAILogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ ...props,
6
+ preserveAspectRatio: "xMidYMid",
7
+ viewBox: "0 0 256 260",
8
+ role: "img",
9
+ "aria-label": "OpenAI logo",
10
+ children: /* @__PURE__ */ jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M239.184 106.203a64.716 64.716 0 0 0-5.576-53.103C219.452 28.459 191 15.784 163.213 21.74A65.586 65.586 0 0 0 52.096 45.22a64.716 64.716 0 0 0-43.23 31.36c-14.31 24.602-11.061 55.634 8.033 76.74a64.665 64.665 0 0 0 5.525 53.102c14.174 24.65 42.644 37.324 70.446 31.36a64.72 64.72 0 0 0 48.754 21.744c28.481.025 53.714-18.361 62.414-45.481a64.767 64.767 0 0 0 43.229-31.36c14.137-24.558 10.875-55.423-8.083-76.483Zm-97.56 136.338a48.397 48.397 0 0 1-31.105-11.255l1.535-.87 51.67-29.825a8.595 8.595 0 0 0 4.247-7.367v-72.85l21.845 12.636c.218.111.37.32.409.563v60.367c-.056 26.818-21.783 48.545-48.601 48.601Zm-104.466-44.61a48.345 48.345 0 0 1-5.781-32.589l1.534.921 51.722 29.826a8.339 8.339 0 0 0 8.441 0l63.181-36.425v25.221a.87.87 0 0 1-.358.665l-52.335 30.184c-23.257 13.398-52.97 5.431-66.404-17.803ZM23.549 85.38a48.499 48.499 0 0 1 25.58-21.333v61.39a8.288 8.288 0 0 0 4.195 7.316l62.874 36.272-21.845 12.636a.819.819 0 0 1-.767 0L41.353 151.53c-23.211-13.454-31.171-43.144-17.804-66.405v.256Zm179.466 41.695-63.08-36.63L161.73 77.86a.819.819 0 0 1 .768 0l52.233 30.184a48.6 48.6 0 0 1-7.316 87.635v-61.391a8.544 8.544 0 0 0-4.4-7.213Zm21.742-32.69-1.535-.922-51.619-30.081a8.39 8.39 0 0 0-8.492 0L99.98 99.808V74.587a.716.716 0 0 1 .307-.665l52.233-30.133a48.652 48.652 0 0 1 72.236 50.391v.205ZM88.061 139.097l-21.845-12.585a.87.87 0 0 1-.41-.614V65.685a48.652 48.652 0 0 1 79.757-37.346l-1.535.87-51.67 29.825a8.595 8.595 0 0 0-4.246 7.367l-.051 72.697Zm11.868-25.58 28.138-16.217 28.188 16.218v32.434l-28.086 16.218-28.188-16.218-.052-32.434Z"
13
+ })
14
+ });
15
+
16
+ //#endregion
17
+ export { OpenAILogo };
18
+ //# sourceMappingURL=OpenAI.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OpenAI.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/OpenAI.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const OpenAILogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n {...props}\n preserveAspectRatio=\"xMidYMid\"\n viewBox=\"0 0 256 260\"\n role=\"img\"\n aria-label=\"OpenAI logo\"\n >\n <path\n fill=\"currentColor\"\n d=\"M239.184 106.203a64.716 64.716 0 0 0-5.576-53.103C219.452 28.459 191 15.784 163.213 21.74A65.586 65.586 0 0 0 52.096 45.22a64.716 64.716 0 0 0-43.23 31.36c-14.31 24.602-11.061 55.634 8.033 76.74a64.665 64.665 0 0 0 5.525 53.102c14.174 24.65 42.644 37.324 70.446 31.36a64.72 64.72 0 0 0 48.754 21.744c28.481.025 53.714-18.361 62.414-45.481a64.767 64.767 0 0 0 43.229-31.36c14.137-24.558 10.875-55.423-8.083-76.483Zm-97.56 136.338a48.397 48.397 0 0 1-31.105-11.255l1.535-.87 51.67-29.825a8.595 8.595 0 0 0 4.247-7.367v-72.85l21.845 12.636c.218.111.37.32.409.563v60.367c-.056 26.818-21.783 48.545-48.601 48.601Zm-104.466-44.61a48.345 48.345 0 0 1-5.781-32.589l1.534.921 51.722 29.826a8.339 8.339 0 0 0 8.441 0l63.181-36.425v25.221a.87.87 0 0 1-.358.665l-52.335 30.184c-23.257 13.398-52.97 5.431-66.404-17.803ZM23.549 85.38a48.499 48.499 0 0 1 25.58-21.333v61.39a8.288 8.288 0 0 0 4.195 7.316l62.874 36.272-21.845 12.636a.819.819 0 0 1-.767 0L41.353 151.53c-23.211-13.454-31.171-43.144-17.804-66.405v.256Zm179.466 41.695-63.08-36.63L161.73 77.86a.819.819 0 0 1 .768 0l52.233 30.184a48.6 48.6 0 0 1-7.316 87.635v-61.391a8.544 8.544 0 0 0-4.4-7.213Zm21.742-32.69-1.535-.922-51.619-30.081a8.39 8.39 0 0 0-8.492 0L99.98 99.808V74.587a.716.716 0 0 1 .307-.665l52.233-30.133a48.652 48.652 0 0 1 72.236 50.391v.205ZM88.061 139.097l-21.845-12.585a.87.87 0 0 1-.41-.614V65.685a48.652 48.652 0 0 1 79.757-37.346l-1.535.87-51.67 29.825a8.595 8.595 0 0 0-4.246 7.367l-.051 72.697Zm11.868-25.58 28.138-16.217 28.188 16.218v32.434l-28.086 16.218-28.188-16.218-.052-32.434Z\"\n />\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,cAA2C,UACtD,oBAAC,OAAD;CACE,GAAI;CACJ,qBAAoB;CACpB,SAAQ;CACR,MAAK;CACL,cAAW;WAEX,oBAAC,QAAD;EACE,MAAK;EACL,GAAE;EACF;CACE"}
@@ -0,0 +1,18 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Perplexity.tsx
4
+ const PerplexityLogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ fill: "currentColor",
6
+ role: "img",
7
+ "aria-label": "Perplexity logo",
8
+ height: "1em",
9
+ viewBox: "0 0 24 24",
10
+ width: "1em",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx("path", { d: "M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 2c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10zm0 3c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7 3.134-7 7-7zm0 2c-2.761 0-5 2.239-5 5s2.239 5 5 5 5-2.239 5-5-2.239-5-5-5z" })
14
+ });
15
+
16
+ //#endregion
17
+ export { PerplexityLogo };
18
+ //# sourceMappingURL=Perplexity.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Perplexity.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Perplexity.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const PerplexityLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n role=\"img\"\n aria-label=\"Perplexity logo\"\n height=\"1em\"\n viewBox=\"0 0 24 24\"\n width=\"1em\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 2c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10zm0 3c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7 3.134-7 7-7zm0 2c-2.761 0-5 2.239-5 5s2.239 5 5 5 5-2.239 5-5-2.239-5-5-5z\" />\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,kBAA+C,UAC1D,oBAAC,OAAD;CACE,MAAK;CACL,MAAK;CACL,cAAW;CACX,QAAO;CACP,SAAQ;CACR,OAAM;CACN,OAAM;CACN,GAAI;WAEJ,oBAAC,QAAD,EAAM,GAAE,qRAAsR;CAC1R"}
@@ -0,0 +1,49 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Preact.tsx
4
+ const PreactLogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ "aria-label": "Preact",
7
+ role: "img",
8
+ viewBox: "0 0 512 512",
9
+ ...props,
10
+ children: /* @__PURE__ */ jsxs("g", {
11
+ transform: "translate(256,256)",
12
+ children: [
13
+ /* @__PURE__ */ jsx("path", {
14
+ d: "M0,-256 222,-128 222,128 0,256 -222,128 -222,-128z",
15
+ fill: "#673ab8"
16
+ }),
17
+ /* @__PURE__ */ jsx("ellipse", {
18
+ cx: "0",
19
+ cy: "0",
20
+ strokeWidth: "16",
21
+ rx: "75",
22
+ ry: "196",
23
+ fill: "none",
24
+ stroke: "#ffffff",
25
+ transform: "rotate(52.5)"
26
+ }),
27
+ /* @__PURE__ */ jsx("ellipse", {
28
+ cx: "0",
29
+ cy: "0",
30
+ strokeWidth: "16",
31
+ rx: "75",
32
+ ry: "196",
33
+ fill: "none",
34
+ stroke: "#ffffff",
35
+ transform: "rotate(-52.5)"
36
+ }),
37
+ /* @__PURE__ */ jsx("circle", {
38
+ cx: "0",
39
+ cy: "0",
40
+ r: "34",
41
+ fill: "#ffffff"
42
+ })
43
+ ]
44
+ })
45
+ });
46
+
47
+ //#endregion
48
+ export { PreactLogo };
49
+ //# sourceMappingURL=Preact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Preact.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Preact.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const PreactLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n aria-label=\"Preact\"\n role=\"img\"\n viewBox=\"0 0 512 512\"\n {...props}\n >\n <g transform=\"translate(256,256)\">\n <path\n d=\"M0,-256 222,-128 222,128 0,256 -222,128 -222,-128z\"\n fill=\"#673ab8\"\n />\n\n <ellipse\n cx=\"0\"\n cy=\"0\"\n strokeWidth=\"16\"\n rx=\"75\"\n ry=\"196\"\n fill=\"none\"\n stroke=\"#ffffff\"\n transform=\"rotate(52.5)\"\n />\n\n <ellipse\n cx=\"0\"\n cy=\"0\"\n strokeWidth=\"16\"\n rx=\"75\"\n ry=\"196\"\n fill=\"none\"\n stroke=\"#ffffff\"\n transform=\"rotate(-52.5)\"\n />\n\n <circle cx=\"0\" cy=\"0\" r=\"34\" fill=\"#ffffff\" />\n </g>\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,cAA2C,UACtD,oBAAC,OAAD;CACE,OAAM;CACN,cAAW;CACX,MAAK;CACL,SAAQ;CACR,GAAI;WAEJ,qBAAC,KAAD;EAAG,WAAU;YAAb;GACE,oBAAC,QAAD;IACE,GAAE;IACF,MAAK;IACL;GAEF,oBAAC,WAAD;IACE,IAAG;IACH,IAAG;IACH,aAAY;IACZ,IAAG;IACH,IAAG;IACH,MAAK;IACL,QAAO;IACP,WAAU;IACV;GAEF,oBAAC,WAAD;IACE,IAAG;IACH,IAAG;IACH,aAAY;IACZ,IAAG;IACH,IAAG;IACH,MAAK;IACL,QAAO;IACP,WAAU;IACV;GAEF,oBAAC,UAAD;IAAQ,IAAG;IAAI,IAAG;IAAI,GAAE;IAAK,MAAK;IAAY;GAC5C;;CACA"}
@@ -0,0 +1,23 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+
3
+ //#region src/components/TechLogo/logos/Reactjs.tsx
4
+ const ReactLogo = (props) => /* @__PURE__ */ jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ preserveAspectRatio: "xMidYMid",
7
+ viewBox: "175.7 78 490.6 436.9",
8
+ role: "img",
9
+ "aria-label": "React logo",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsxs("g", {
12
+ fill: "#61dafb",
13
+ children: [/* @__PURE__ */ jsx("path", { d: "m666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9v-22.3c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6v-22.3c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zm-101.4 106.7c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24s9.5 15.8 14.4 23.4zm73.9-208.1c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6s22.9-35.6 58.3-50.6c8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zm53.8 142.9c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6z" }), /* @__PURE__ */ jsx("circle", {
14
+ cx: "420.9",
15
+ cy: "296.5",
16
+ r: "45.7"
17
+ })]
18
+ })
19
+ });
20
+
21
+ //#endregion
22
+ export { ReactLogo };
23
+ //# sourceMappingURL=Reactjs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Reactjs.mjs","names":[],"sources":["../../../../../src/components/TechLogo/logos/Reactjs.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const ReactLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"xMidYMid\"\n viewBox=\"175.7 78 490.6 436.9\"\n role=\"img\"\n aria-label=\"React logo\"\n {...props}\n >\n <g fill=\"#61dafb\">\n <path d=\"m666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9v-22.3c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6v-22.3c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zm-101.4 106.7c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24s9.5 15.8 14.4 23.4zm73.9-208.1c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6s22.9-35.6 58.3-50.6c8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zm53.8 142.9c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6z\" />\n <circle cx=\"420.9\" cy=\"296.5\" r=\"45.7\" />\n </g>\n </svg>\n);\n"],"mappings":";;;AAEA,MAAa,aAA0C,UACrD,oBAAC,OAAD;CACE,OAAM;CACN,qBAAoB;CACpB,SAAQ;CACR,MAAK;CACL,cAAW;CACX,GAAI;WAEJ,qBAAC,KAAD;EAAG,MAAK;YAAR,CACE,oBAAC,QAAD,EAAM,GAAE,o5EAAq5E,GAC75E,oBAAC,UAAD;GAAQ,IAAG;GAAQ,IAAG;GAAQ,GAAE;GAAS,EACvC;;CACA"}