@gnist/design-system 6.2.3 → 6.3.0

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 (164) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/foundation/logos/Logo.cjs +5 -24
  3. package/dist/foundation/logos/Logo.css.cjs +5 -1
  4. package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
  5. package/dist/foundation/logos/Logo.css.js +5 -1
  6. package/dist/foundation/logos/Logo.d.ts +12 -39
  7. package/dist/foundation/logos/Logo.d.ts.map +1 -1
  8. package/dist/foundation/logos/Logo.js +4 -23
  9. package/dist/foundation/logos/logos.cjs +1 -1
  10. package/dist/foundation/logos/logos.d.ts +2 -15
  11. package/dist/foundation/logos/logos.d.ts.map +1 -1
  12. package/dist/foundation/logos/logos.js +2 -2
  13. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.cjs +51 -0
  14. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.js +49 -0
  15. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.cjs +51 -0
  16. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.js +49 -0
  17. package/dist/foundation/logos/svg/audi/index.cjs +10 -4
  18. package/dist/foundation/logos/svg/audi/index.d.ts +29 -13
  19. package/dist/foundation/logos/svg/audi/index.d.ts.map +1 -1
  20. package/dist/foundation/logos/svg/audi/index.js +10 -4
  21. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.cjs +22 -0
  22. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.js +20 -0
  23. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.cjs +22 -0
  24. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.js +20 -0
  25. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.cjs +22 -0
  26. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.js +20 -0
  27. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.cjs +22 -0
  28. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.js +20 -0
  29. package/dist/foundation/logos/svg/autoria/index.cjs +12 -4
  30. package/dist/foundation/logos/svg/autoria/index.d.ts +29 -13
  31. package/dist/foundation/logos/svg/autoria/index.d.ts.map +1 -1
  32. package/dist/foundation/logos/svg/autoria/index.js +12 -4
  33. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.cjs +22 -0
  34. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.js +20 -0
  35. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.cjs +22 -0
  36. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.js +20 -0
  37. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.cjs +22 -0
  38. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.js +20 -0
  39. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.cjs +22 -0
  40. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.js +20 -0
  41. package/dist/foundation/logos/svg/bilhold/index.cjs +12 -4
  42. package/dist/foundation/logos/svg/bilhold/index.d.ts +29 -13
  43. package/dist/foundation/logos/svg/bilhold/index.d.ts.map +1 -1
  44. package/dist/foundation/logos/svg/bilhold/index.js +12 -4
  45. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.cjs +22 -0
  46. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.js +20 -0
  47. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.cjs +22 -0
  48. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.js +20 -0
  49. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.cjs +51 -0
  50. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.js +49 -0
  51. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.cjs +51 -0
  52. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.js +49 -0
  53. package/dist/foundation/logos/svg/cupra/index.cjs +12 -4
  54. package/dist/foundation/logos/svg/cupra/index.d.ts +29 -13
  55. package/dist/foundation/logos/svg/cupra/index.d.ts.map +1 -1
  56. package/dist/foundation/logos/svg/cupra/index.js +12 -4
  57. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.cjs +61 -0
  58. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.js +59 -0
  59. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.cjs +61 -0
  60. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.js +59 -0
  61. package/dist/foundation/logos/svg/dahles/index.cjs +10 -4
  62. package/dist/foundation/logos/svg/dahles/index.d.ts +29 -13
  63. package/dist/foundation/logos/svg/dahles/index.d.ts.map +1 -1
  64. package/dist/foundation/logos/svg/dahles/index.js +10 -4
  65. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.cjs +22 -0
  66. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.js +20 -0
  67. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.cjs +22 -0
  68. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.js +20 -0
  69. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.cjs +47 -0
  70. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.js +45 -0
  71. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.cjs +47 -0
  72. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.js +45 -0
  73. package/dist/foundation/logos/svg/gumpen/index.cjs +12 -4
  74. package/dist/foundation/logos/svg/gumpen/index.d.ts +29 -13
  75. package/dist/foundation/logos/svg/gumpen/index.d.ts.map +1 -1
  76. package/dist/foundation/logos/svg/gumpen/index.js +12 -4
  77. package/dist/foundation/logos/svg/index.cjs +1 -1
  78. package/dist/foundation/logos/svg/index.d.ts +1 -1
  79. package/dist/foundation/logos/svg/index.js +2 -2
  80. package/dist/foundation/logos/svg/mollerbil/index.cjs +12 -4
  81. package/dist/foundation/logos/svg/mollerbil/index.d.ts +29 -13
  82. package/dist/foundation/logos/svg/mollerbil/index.d.ts.map +1 -1
  83. package/dist/foundation/logos/svg/mollerbil/index.js +12 -4
  84. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.cjs +22 -0
  85. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.js +20 -0
  86. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.cjs +22 -0
  87. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.js +20 -0
  88. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.cjs +57 -0
  89. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.js +55 -0
  90. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.cjs +57 -0
  91. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.js +55 -0
  92. package/dist/foundation/logos/svg/others/index.cjs +72 -18
  93. package/dist/foundation/logos/svg/others/index.d.ts +261 -117
  94. package/dist/foundation/logos/svg/others/index.d.ts.map +1 -1
  95. package/dist/foundation/logos/svg/others/index.js +72 -18
  96. package/dist/foundation/logos/svg/skoda/index.cjs +12 -4
  97. package/dist/foundation/logos/svg/skoda/index.d.ts +29 -13
  98. package/dist/foundation/logos/svg/skoda/index.d.ts.map +1 -1
  99. package/dist/foundation/logos/svg/skoda/index.js +12 -4
  100. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.cjs +22 -0
  101. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.js +20 -0
  102. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.cjs +22 -0
  103. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.js +20 -0
  104. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.cjs +22 -0
  105. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.js +20 -0
  106. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.cjs +22 -0
  107. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.js +20 -0
  108. package/dist/foundation/logos/svg/vw/index.cjs +22 -10
  109. package/dist/foundation/logos/svg/vw/index.d.ts +59 -27
  110. package/dist/foundation/logos/svg/vw/index.d.ts.map +1 -1
  111. package/dist/foundation/logos/svg/vw/index.js +22 -10
  112. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.cjs +29 -0
  113. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.js +27 -0
  114. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.cjs +29 -0
  115. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.js +27 -0
  116. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.cjs +22 -0
  117. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.js +20 -0
  118. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.cjs +22 -0
  119. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.js +20 -0
  120. package/dist/foundation/logos/types.cjs +31 -0
  121. package/dist/foundation/logos/types.d.ts +41 -0
  122. package/dist/foundation/logos/types.d.ts.map +1 -0
  123. package/dist/foundation/logos/types.js +30 -0
  124. package/package.json +2 -2
  125. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.cjs +0 -51
  126. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.js +0 -49
  127. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.cjs +0 -51
  128. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.js +0 -49
  129. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.cjs +0 -22
  130. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.js +0 -20
  131. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.cjs +0 -22
  132. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.js +0 -20
  133. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.cjs +0 -22
  134. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.js +0 -20
  135. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.cjs +0 -22
  136. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.js +0 -20
  137. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.cjs +0 -22
  138. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.js +0 -20
  139. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.cjs +0 -51
  140. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.js +0 -49
  141. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.cjs +0 -61
  142. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.js +0 -59
  143. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.cjs +0 -61
  144. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.js +0 -59
  145. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.cjs +0 -22
  146. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.js +0 -20
  147. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.cjs +0 -47
  148. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.js +0 -45
  149. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.cjs +0 -22
  150. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.js +0 -20
  151. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.cjs +0 -57
  152. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.js +0 -55
  153. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.cjs +0 -22
  154. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.js +0 -20
  155. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.cjs +0 -22
  156. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.js +0 -20
  157. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.cjs +0 -29
  158. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.js +0 -27
  159. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.cjs +0 -29
  160. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.js +0 -27
  161. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.cjs +0 -22
  162. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.js +0 -20
  163. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.cjs +0 -22
  164. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.js +0 -20
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react
5
+ var SvgSkodaSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 16 16",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", {
15
+ d: "M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM8 15.3091C3.96332 15.3091 0.690941 12.0367 0.690941 8C0.690941 3.96332 3.96332 0.690941 8 0.690941C12.0367 0.690941 15.3091 3.96332 15.3091 8C15.3091 12.0367 12.0367 15.3091 8 15.3091ZM11.4593 10.4874L11.2799 10.9716H10.6241C10.7994 10.499 13.0096 5.22644 8.66653 1.65034C7.75482 1.55374 6.83301 1.6557 5.96445 1.94922C6.10932 2.0659 7.61377 3.30092 8.32266 4.82583L8.11466 4.88183C7.72389 4.45606 6.30426 2.893 4.95146 2.38995C4.22355 2.78678 3.57949 3.321 3.05496 3.96304C3.6903 4.28806 5.3504 5.27958 5.98133 6.04984C5.94519 6.06608 5.80333 6.14251 5.80333 6.14251C4.64603 5.26288 2.59009 4.80633 2.485 4.78366C2.0528 5.52244 1.77461 6.34106 1.66721 7.19021C4.85112 7.83106 5.70842 9.30453 5.85505 10.9716H5.252L4.21568 10.5199C4.16169 10.4997 4.10495 10.4877 4.04738 10.4845H2.11781C2.42327 11.2056 2.85865 11.8644 3.40226 12.4282H4.22454C4.29539 12.4282 4.3574 12.4193 4.4194 12.3839L5.252 11.9587H11.2799L11.4593 12.443C12.2082 12.3566 12.9033 12.0106 13.4237 11.4652C12.9033 10.9197 12.2082 10.5738 11.4593 10.4874ZM9.13817 10.2348C8.98195 10.2348 8.82925 10.1885 8.69936 10.1017C8.56947 10.0149 8.46824 9.89153 8.40846 9.7472C8.34868 9.60288 8.33304 9.44407 8.36351 9.29086C8.39399 9.13765 8.46921 8.99691 8.57967 8.88645C8.69013 8.77599 8.83087 8.70077 8.98408 8.67029C9.13729 8.63982 9.2961 8.65546 9.44042 8.71524C9.58475 8.77502 9.7081 8.87625 9.79489 9.00614C9.88168 9.13603 9.928 9.28873 9.928 9.44495C9.928 9.65442 9.84479 9.85532 9.69666 10.0034C9.54854 10.1516 9.34764 10.2348 9.13817 10.2348Z",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgSkodaSymbolDark as default };
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/skoda/skoda_symbol_light.svg-react
7
+ var SvgSkodaSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
17
+ d: "M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM8 15.3091C3.96332 15.3091 0.690941 12.0367 0.690941 8C0.690941 3.96332 3.96332 0.690941 8 0.690941C12.0367 0.690941 15.3091 3.96332 15.3091 8C15.3091 12.0367 12.0367 15.3091 8 15.3091ZM11.4593 10.4874L11.2799 10.9716H10.6241C10.7994 10.499 13.0096 5.22644 8.66653 1.65034C7.75482 1.55374 6.83301 1.6557 5.96445 1.94922C6.10932 2.0659 7.61377 3.30092 8.32266 4.82583L8.11466 4.88183C7.72389 4.45606 6.30426 2.893 4.95146 2.38995C4.22355 2.78678 3.57949 3.321 3.05496 3.96304C3.6903 4.28806 5.3504 5.27958 5.98133 6.04984C5.94519 6.06608 5.80333 6.14251 5.80333 6.14251C4.64603 5.26288 2.59009 4.80633 2.485 4.78366C2.0528 5.52244 1.77461 6.34106 1.66721 7.19021C4.85112 7.83106 5.70842 9.30453 5.85505 10.9716H5.252L4.21568 10.5199C4.16169 10.4997 4.10495 10.4877 4.04738 10.4845H2.11781C2.42327 11.2056 2.85865 11.8644 3.40226 12.4282H4.22454C4.29539 12.4282 4.3574 12.4193 4.4194 12.3839L5.252 11.9587H11.2799L11.4593 12.443C12.2082 12.3566 12.9033 12.0106 13.4237 11.4652C12.9033 10.9197 12.2082 10.5738 11.4593 10.4874ZM9.13817 10.2348C8.98195 10.2348 8.82925 10.1885 8.69936 10.1017C8.56947 10.0149 8.46824 9.89153 8.40846 9.7472C8.34868 9.60288 8.33304 9.44407 8.36351 9.29086C8.39399 9.13765 8.46921 8.99691 8.57967 8.88645C8.69013 8.77599 8.83087 8.70077 8.98408 8.67029C9.13729 8.63982 9.2961 8.65546 9.44042 8.71524C9.58475 8.77502 9.7081 8.87625 9.79489 9.00614C9.88168 9.13603 9.928 9.28873 9.928 9.44495C9.928 9.65442 9.84479 9.85532 9.69666 10.0034C9.54854 10.1516 9.34764 10.2348 9.13817 10.2348Z",
18
+ fill: "#0E3A2F"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgSkodaSymbolLight;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/skoda/skoda_symbol_light.svg-react
5
+ var SvgSkodaSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 16 16",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", {
15
+ d: "M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM8 15.3091C3.96332 15.3091 0.690941 12.0367 0.690941 8C0.690941 3.96332 3.96332 0.690941 8 0.690941C12.0367 0.690941 15.3091 3.96332 15.3091 8C15.3091 12.0367 12.0367 15.3091 8 15.3091ZM11.4593 10.4874L11.2799 10.9716H10.6241C10.7994 10.499 13.0096 5.22644 8.66653 1.65034C7.75482 1.55374 6.83301 1.6557 5.96445 1.94922C6.10932 2.0659 7.61377 3.30092 8.32266 4.82583L8.11466 4.88183C7.72389 4.45606 6.30426 2.893 4.95146 2.38995C4.22355 2.78678 3.57949 3.321 3.05496 3.96304C3.6903 4.28806 5.3504 5.27958 5.98133 6.04984C5.94519 6.06608 5.80333 6.14251 5.80333 6.14251C4.64603 5.26288 2.59009 4.80633 2.485 4.78366C2.0528 5.52244 1.77461 6.34106 1.66721 7.19021C4.85112 7.83106 5.70842 9.30453 5.85505 10.9716H5.252L4.21568 10.5199C4.16169 10.4997 4.10495 10.4877 4.04738 10.4845H2.11781C2.42327 11.2056 2.85865 11.8644 3.40226 12.4282H4.22454C4.29539 12.4282 4.3574 12.4193 4.4194 12.3839L5.252 11.9587H11.2799L11.4593 12.443C12.2082 12.3566 12.9033 12.0106 13.4237 11.4652C12.9033 10.9197 12.2082 10.5738 11.4593 10.4874ZM9.13817 10.2348C8.98195 10.2348 8.82925 10.1885 8.69936 10.1017C8.56947 10.0149 8.46824 9.89153 8.40846 9.7472C8.34868 9.60288 8.33304 9.44407 8.36351 9.29086C8.39399 9.13765 8.46921 8.99691 8.57967 8.88645C8.69013 8.77599 8.83087 8.70077 8.98408 8.67029C9.13729 8.63982 9.2961 8.65546 9.44042 8.71524C9.58475 8.77502 9.7081 8.87625 9.79489 9.00614C9.88168 9.13603 9.928 9.28873 9.928 9.44495C9.928 9.65442 9.84479 9.85532 9.69666 10.0034C9.54854 10.1516 9.34764 10.2348 9.13817 10.2348Z",
16
+ fill: "#0E3A2F"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgSkodaSymbolLight as default };
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react
7
+ var SvgSkodaWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 86 13",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
17
+ d: "M0 12.04L1.5932 9.49089H10.8338C11.3572 9.49089 11.6986 9.14947 11.6986 8.62601V7.1466H3.7554C1.38836 7.1466 0.34142 6.09966 0.34142 3.77814V2.77671C0.34142 1.04696 1.3656 0 2.98156 0H3.16364V3.73262C3.16364 4.25611 3.50506 4.59751 4.02852 4.59751H11.7214C13.4739 4.59751 14.5209 5.64446 14.5209 7.35145V8.67155C14.5209 10.9248 13.4056 12.04 11.1069 12.04L0 12.04ZM55.3736 9.44538H62.5202C63.7037 9.44538 64.4548 8.71706 64.4548 7.57906V4.46095C64.4548 3.32295 63.7037 2.59463 62.5202 2.59463H55.3736V9.44538ZM52.5058 12.04V0H62.5885C65.5928 0 67.3226 1.72975 67.3226 4.59751V7.44249C67.3226 10.3102 65.5928 12.04 62.5885 12.04H52.5058ZM38.6083 9.44538H44.6397C45.7322 9.44538 46.4377 8.76258 46.4377 7.69286V4.34715C46.4377 3.27743 45.7322 2.59463 44.6397 2.59463H38.6083C37.5158 2.59463 36.8103 3.27743 36.8103 4.34715V7.69285C36.8103 8.76254 37.5158 9.44538 38.6083 9.44538ZM44.708 12.04H38.54C35.6268 12.04 33.9425 10.3558 33.9425 7.55629V4.4837C33.9425 1.68423 35.6267 0 38.54 0H44.708C47.6212 0 49.3055 1.68423 49.3055 4.4837V7.55629C49.3055 10.3558 47.6213 12.04 44.708 12.04ZM68.4975 12.04L75.2573 0H79.2403L86 12.04H82.7225L81.5618 9.96884H75.8035L74.2558 7.51078L71.7067 12.04H68.4975ZM74.3241 7.37422H80.1051L77.2146 2.2532L74.3241 7.37422ZM5.98588 2.50359L4.34716 0H14.2478L12.6546 2.50359H5.98588ZM17.6765 12.04V0H20.5443V4.68855H24.3452L29.2841 0H33.0851L26.8033 5.98586L33.1989 12.04H29.1703L24.2314 7.28318H20.5443V12.04H17.6765Z",
18
+ fill: "white"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgSkodaWordmarkDark;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react
5
+ var SvgSkodaWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 86 13",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", {
15
+ d: "M0 12.04L1.5932 9.49089H10.8338C11.3572 9.49089 11.6986 9.14947 11.6986 8.62601V7.1466H3.7554C1.38836 7.1466 0.34142 6.09966 0.34142 3.77814V2.77671C0.34142 1.04696 1.3656 0 2.98156 0H3.16364V3.73262C3.16364 4.25611 3.50506 4.59751 4.02852 4.59751H11.7214C13.4739 4.59751 14.5209 5.64446 14.5209 7.35145V8.67155C14.5209 10.9248 13.4056 12.04 11.1069 12.04L0 12.04ZM55.3736 9.44538H62.5202C63.7037 9.44538 64.4548 8.71706 64.4548 7.57906V4.46095C64.4548 3.32295 63.7037 2.59463 62.5202 2.59463H55.3736V9.44538ZM52.5058 12.04V0H62.5885C65.5928 0 67.3226 1.72975 67.3226 4.59751V7.44249C67.3226 10.3102 65.5928 12.04 62.5885 12.04H52.5058ZM38.6083 9.44538H44.6397C45.7322 9.44538 46.4377 8.76258 46.4377 7.69286V4.34715C46.4377 3.27743 45.7322 2.59463 44.6397 2.59463H38.6083C37.5158 2.59463 36.8103 3.27743 36.8103 4.34715V7.69285C36.8103 8.76254 37.5158 9.44538 38.6083 9.44538ZM44.708 12.04H38.54C35.6268 12.04 33.9425 10.3558 33.9425 7.55629V4.4837C33.9425 1.68423 35.6267 0 38.54 0H44.708C47.6212 0 49.3055 1.68423 49.3055 4.4837V7.55629C49.3055 10.3558 47.6213 12.04 44.708 12.04ZM68.4975 12.04L75.2573 0H79.2403L86 12.04H82.7225L81.5618 9.96884H75.8035L74.2558 7.51078L71.7067 12.04H68.4975ZM74.3241 7.37422H80.1051L77.2146 2.2532L74.3241 7.37422ZM5.98588 2.50359L4.34716 0H14.2478L12.6546 2.50359H5.98588ZM17.6765 12.04V0H20.5443V4.68855H24.3452L29.2841 0H33.0851L26.8033 5.98586L33.1989 12.04H29.1703L24.2314 7.28318H20.5443V12.04H17.6765Z",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgSkodaWordmarkDark as default };
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react
7
+ var SvgSkodaWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 86 13",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
17
+ d: "M0 12.04L1.5932 9.49089H10.8338C11.3572 9.49089 11.6986 9.14947 11.6986 8.62601V7.1466H3.7554C1.38836 7.1466 0.34142 6.09966 0.34142 3.77814V2.77671C0.34142 1.04696 1.3656 0 2.98156 0H3.16364V3.73262C3.16364 4.25611 3.50506 4.59751 4.02852 4.59751H11.7214C13.4739 4.59751 14.5209 5.64446 14.5209 7.35145V8.67155C14.5209 10.9248 13.4056 12.04 11.1069 12.04L0 12.04ZM55.3736 9.44538H62.5202C63.7037 9.44538 64.4548 8.71706 64.4548 7.57906V4.46095C64.4548 3.32294 63.7037 2.59463 62.5202 2.59463H55.3736V9.44538ZM52.5058 12.04V0H62.5885C65.5928 0 67.3226 1.72975 67.3226 4.59751V7.44249C67.3226 10.3102 65.5928 12.04 62.5885 12.04H52.5058ZM38.6083 9.44538H44.6397C45.7322 9.44538 46.4377 8.76258 46.4377 7.69286V4.34715C46.4377 3.27743 45.7322 2.59463 44.6397 2.59463H38.6083C37.5158 2.59463 36.8103 3.27743 36.8103 4.34715V7.69285C36.8103 8.76254 37.5158 9.44538 38.6083 9.44538ZM44.708 12.04H38.54C35.6268 12.04 33.9425 10.3558 33.9425 7.55629V4.4837C33.9425 1.68423 35.6267 0 38.54 0H44.708C47.6212 0 49.3055 1.68423 49.3055 4.4837V7.55629C49.3055 10.3558 47.6213 12.04 44.708 12.04ZM68.4975 12.04L75.2573 0H79.2403L86 12.04H82.7225L81.5618 9.96884H75.8035L74.2558 7.51078L71.7067 12.04H68.4975ZM74.3241 7.37422H80.1051L77.2146 2.2532L74.3241 7.37422ZM5.98588 2.50359L4.34716 0H14.2478L12.6546 2.50359H5.98588ZM17.6765 12.04V0H20.5443V4.68855H24.3452L29.2841 0H33.0851L26.8033 5.98586L33.1989 12.04H29.1703L24.2314 7.28318H20.5443V12.04H17.6765Z",
18
+ fill: "#0E3A2F"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgSkodaWordmarkLight;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react
5
+ var SvgSkodaWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 86 13",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", {
15
+ d: "M0 12.04L1.5932 9.49089H10.8338C11.3572 9.49089 11.6986 9.14947 11.6986 8.62601V7.1466H3.7554C1.38836 7.1466 0.34142 6.09966 0.34142 3.77814V2.77671C0.34142 1.04696 1.3656 0 2.98156 0H3.16364V3.73262C3.16364 4.25611 3.50506 4.59751 4.02852 4.59751H11.7214C13.4739 4.59751 14.5209 5.64446 14.5209 7.35145V8.67155C14.5209 10.9248 13.4056 12.04 11.1069 12.04L0 12.04ZM55.3736 9.44538H62.5202C63.7037 9.44538 64.4548 8.71706 64.4548 7.57906V4.46095C64.4548 3.32294 63.7037 2.59463 62.5202 2.59463H55.3736V9.44538ZM52.5058 12.04V0H62.5885C65.5928 0 67.3226 1.72975 67.3226 4.59751V7.44249C67.3226 10.3102 65.5928 12.04 62.5885 12.04H52.5058ZM38.6083 9.44538H44.6397C45.7322 9.44538 46.4377 8.76258 46.4377 7.69286V4.34715C46.4377 3.27743 45.7322 2.59463 44.6397 2.59463H38.6083C37.5158 2.59463 36.8103 3.27743 36.8103 4.34715V7.69285C36.8103 8.76254 37.5158 9.44538 38.6083 9.44538ZM44.708 12.04H38.54C35.6268 12.04 33.9425 10.3558 33.9425 7.55629V4.4837C33.9425 1.68423 35.6267 0 38.54 0H44.708C47.6212 0 49.3055 1.68423 49.3055 4.4837V7.55629C49.3055 10.3558 47.6213 12.04 44.708 12.04ZM68.4975 12.04L75.2573 0H79.2403L86 12.04H82.7225L81.5618 9.96884H75.8035L74.2558 7.51078L71.7067 12.04H68.4975ZM74.3241 7.37422H80.1051L77.2146 2.2532L74.3241 7.37422ZM5.98588 2.50359L4.34716 0H14.2478L12.6546 2.50359H5.98588ZM17.6765 12.04V0H20.5443V4.68855H24.3452L29.2841 0H33.0851L26.8033 5.98586L33.1989 12.04H29.1703L24.2314 7.28318H20.5443V12.04H17.6765Z",
16
+ fill: "#0E3A2F"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgSkodaWordmarkLight as default };
@@ -1,20 +1,32 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const require_vw_symbol = require("./vw_symbol.svg-react.cjs");
4
- const require_vw_wordmark = require("./vw_wordmark.svg-react.cjs");
5
- const require_vwNytte_symbol = require("./vwNytte_symbol.svg-react.cjs");
6
- const require_vwNytte_wordmark = require("./vwNytte_wordmark.svg-react.cjs");
3
+ const require_vw_symbol_light = require("./vw_symbol_light.svg-react.cjs");
4
+ const require_vw_symbol_dark = require("./vw_symbol_dark.svg-react.cjs");
5
+ const require_vwNytte_symbol_light = require("./vwNytte_symbol_light.svg-react.cjs");
6
+ const require_vwNytte_symbol_dark = require("./vwNytte_symbol_dark.svg-react.cjs");
7
7
  //#region src/foundation/logos/svg/vw/index.ts
8
8
  var vw = {
9
9
  key: "vw",
10
- symbol: require_vw_symbol.default,
11
- wordmark: require_vw_wordmark.default
10
+ symbol: {
11
+ light: require_vw_symbol_light.default,
12
+ dark: require_vw_symbol_dark.default
13
+ },
14
+ wordmark: {
15
+ light: require_vw_symbol_light.default,
16
+ dark: require_vw_symbol_dark.default
17
+ }
12
18
  };
13
- var vwnytte = {
19
+ var vwNytte = {
14
20
  key: "vwNytte",
15
- symbol: require_vwNytte_symbol.default,
16
- wordmark: require_vwNytte_wordmark.default
21
+ symbol: {
22
+ light: require_vwNytte_symbol_light.default,
23
+ dark: require_vwNytte_symbol_dark.default
24
+ },
25
+ wordmark: {
26
+ light: require_vwNytte_symbol_light.default,
27
+ dark: require_vwNytte_symbol_dark.default
28
+ }
17
29
  };
18
30
  //#endregion
19
31
  exports.vw = vw;
20
- exports.vwnytte = vwnytte;
32
+ exports.vwNytte = vwNytte;
@@ -1,31 +1,63 @@
1
1
  export declare const vw: {
2
- key: string;
3
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
- title?: string;
5
- titleId?: string;
6
- desc?: string;
7
- descId?: string;
8
- }>;
9
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
10
- title?: string;
11
- titleId?: string;
12
- desc?: string;
13
- descId?: string;
14
- }>;
2
+ key: "vw";
3
+ symbol: {
4
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
5
+ title?: string;
6
+ titleId?: string;
7
+ desc?: string;
8
+ descId?: string;
9
+ }>;
10
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
11
+ title?: string;
12
+ titleId?: string;
13
+ desc?: string;
14
+ descId?: string;
15
+ }>;
16
+ };
17
+ wordmark: {
18
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
19
+ title?: string;
20
+ titleId?: string;
21
+ desc?: string;
22
+ descId?: string;
23
+ }>;
24
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
25
+ title?: string;
26
+ titleId?: string;
27
+ desc?: string;
28
+ descId?: string;
29
+ }>;
30
+ };
15
31
  };
16
- export declare const vwnytte: {
17
- key: string;
18
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
19
- title?: string;
20
- titleId?: string;
21
- desc?: string;
22
- descId?: string;
23
- }>;
24
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
25
- title?: string;
26
- titleId?: string;
27
- desc?: string;
28
- descId?: string;
29
- }>;
32
+ export declare const vwNytte: {
33
+ key: "vwNytte";
34
+ symbol: {
35
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
+ title?: string;
37
+ titleId?: string;
38
+ desc?: string;
39
+ descId?: string;
40
+ }>;
41
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
42
+ title?: string;
43
+ titleId?: string;
44
+ desc?: string;
45
+ descId?: string;
46
+ }>;
47
+ };
48
+ wordmark: {
49
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
50
+ title?: string;
51
+ titleId?: string;
52
+ desc?: string;
53
+ descId?: string;
54
+ }>;
55
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
+ title?: string;
57
+ titleId?: string;
58
+ desc?: string;
59
+ descId?: string;
60
+ }>;
61
+ };
30
62
  };
31
63
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/vw/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,EAAE;;;;;;;;;;;;;;CAId,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/vw/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOC,CAAC;AAEjB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOJ,CAAC"}
@@ -1,18 +1,30 @@
1
1
  "use client";
2
- import SvgVwSymbol from "./vw_symbol.svg-react.js";
3
- import SvgVwWordmark from "./vw_wordmark.svg-react.js";
4
- import SvgVwNytteSymbol from "./vwNytte_symbol.svg-react.js";
5
- import SvgVwNytteWordmark from "./vwNytte_wordmark.svg-react.js";
2
+ import SvgVwSymbolLight from "./vw_symbol_light.svg-react.js";
3
+ import SvgVwSymbolDark from "./vw_symbol_dark.svg-react.js";
4
+ import SvgVwNytteSymbolLight from "./vwNytte_symbol_light.svg-react.js";
5
+ import SvgVwNytteSymbolDark from "./vwNytte_symbol_dark.svg-react.js";
6
6
  //#region src/foundation/logos/svg/vw/index.ts
7
7
  var vw = {
8
8
  key: "vw",
9
- symbol: SvgVwSymbol,
10
- wordmark: SvgVwWordmark
9
+ symbol: {
10
+ light: SvgVwSymbolLight,
11
+ dark: SvgVwSymbolDark
12
+ },
13
+ wordmark: {
14
+ light: SvgVwSymbolLight,
15
+ dark: SvgVwSymbolDark
16
+ }
11
17
  };
12
- var vwnytte = {
18
+ var vwNytte = {
13
19
  key: "vwNytte",
14
- symbol: SvgVwNytteSymbol,
15
- wordmark: SvgVwNytteWordmark
20
+ symbol: {
21
+ light: SvgVwNytteSymbolLight,
22
+ dark: SvgVwNytteSymbolDark
23
+ },
24
+ wordmark: {
25
+ light: SvgVwNytteSymbolLight,
26
+ dark: SvgVwNytteSymbolDark
27
+ }
16
28
  };
17
29
  //#endregion
18
- export { vw, vwnytte };
30
+ export { vw, vwNytte };
@@ -0,0 +1,29 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react
7
+ var SvgVwNytteSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 99 85",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [
14
+ title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
15
+ id: titleId,
16
+ children: title
17
+ }) : null,
18
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
19
+ d: "M49.4306 54.4199C35.5086 54.4199 24.0897 42.922 24.0897 29C24.0897 25.8707 24.637 22.8994 25.6939 20.1237L40.5148 49.963C40.7104 50.3561 40.9455 50.6663 41.4137 50.6663C41.8839 50.6663 42.1407 50.3482 42.3126 49.963L49.1165 34.6719C49.1955 34.5158 49.2725 34.3598 49.4286 34.3598C49.5847 34.3598 49.6637 34.5158 49.7408 34.6719L56.5447 49.963C56.7166 50.3482 56.9754 50.6663 57.4436 50.6663C57.9118 50.6663 58.1489 50.3541 58.3425 49.963L73.1633 20.1237C74.2183 22.8994 74.7655 25.8726 74.7655 29C74.7715 42.922 63.3526 54.4199 49.4306 54.4199ZM49.4306 23.251C49.2745 23.251 49.1955 23.095 49.1185 22.9389L41.141 5.02822C43.7231 4.08982 46.5383 3.58209 49.4306 3.58209C52.3229 3.58209 55.14 4.08982 57.7221 5.02822L49.7447 22.9389C49.6657 23.095 49.5867 23.251 49.4306 23.251ZM41.3346 41.6319C41.1786 41.6319 41.0995 41.4758 41.0225 41.3198L28.118 15.3131C30.4254 11.7926 33.5153 8.8213 37.2294 6.74896L46.4968 27.3978C46.6529 27.789 46.888 27.868 47.2002 27.868H51.6591C51.9712 27.868 52.2063 27.789 52.3624 27.3978L61.6298 6.74896C65.344 8.8213 68.4357 11.7946 70.7413 15.3131L57.8367 41.3198C57.7577 41.4758 57.6806 41.6319 57.5246 41.6319C57.3685 41.6319 57.2895 41.4758 57.2124 41.3198L52.3643 30.213C52.2083 29.8218 51.9732 29.7428 51.661 29.7428H47.2021C46.89 29.7428 46.6549 29.8218 46.4988 30.213L41.6488 41.3198C41.5697 41.4739 41.4927 41.6319 41.3346 41.6319ZM49.4306 57C64.9172 57 77.4306 44.4866 77.4306 29C77.4306 13.5134 64.9172 1 49.4306 1C33.944 1 21.4306 13.5134 21.4306 29C21.4306 44.4866 33.944 57 49.4306 57Z",
20
+ fill: "white"
21
+ }),
22
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
23
+ d: "M11.104 78.042H11.146V71.476H13.092V80.996H11.034L6.988 74.43H6.946V80.996H5V71.476H7.058L11.104 78.042ZM21.4686 74.248V74.388L18.5706 81.822C17.9686 83.334 17.0446 83.978 15.8686 83.978C15.4206 83.978 15.0846 83.922 14.7626 83.852V82.354C15.0846 82.41 15.4766 82.424 15.6306 82.424C16.2326 82.424 16.5686 82.228 16.7786 81.682L17.0586 80.926L14.3426 74.388V74.248H16.3026L17.9266 78.84H17.9686L19.5086 74.248H21.4686ZM23.1524 72.68H25.0424V74.248H26.9744V75.69H25.0424V78.882C25.0424 79.372 25.2944 79.652 25.8404 79.652C26.1624 79.652 26.6104 79.554 26.9324 79.456V80.996C26.6524 81.066 26.0084 81.206 25.3504 81.206C23.8524 81.206 23.1524 80.59 23.1524 79.232V75.69H21.9204V74.668L23.1524 74.248V72.68ZM28.963 72.68H30.853V74.248H32.785V75.69H30.853V78.882C30.853 79.372 31.105 79.652 31.651 79.652C31.973 79.652 32.421 79.554 32.743 79.456V80.996C32.463 81.066 31.819 81.206 31.161 81.206C29.663 81.206 28.963 80.59 28.963 79.232V75.69H27.731V74.668L28.963 74.248V72.68ZM40.1915 78.168H35.6835C35.7535 79.12 36.3695 79.694 37.3775 79.694C38.1615 79.694 38.8755 79.512 39.5335 79.274L39.9675 80.632C39.2955 80.954 38.3155 81.206 37.2375 81.206C34.8995 81.206 33.7655 79.596 33.7655 77.608C33.7655 75.69 34.9415 74.038 37.1395 74.038C39.3235 74.038 40.2895 75.368 40.2895 76.95C40.2895 77.384 40.2335 77.93 40.1915 78.168ZM35.6835 76.992H38.5535C38.5675 76.922 38.5675 76.852 38.5675 76.782C38.5675 76.026 38.2175 75.41 37.1535 75.41C36.2015 75.41 35.7255 76.18 35.6835 76.992ZM43.5944 77.874H43.5664V80.996H41.6764V71.196H43.5664V77.286H43.5944L45.9604 74.248H48.0184V74.388L45.4564 77.524L48.1444 80.856V80.996H46.0024L43.5944 77.874ZM49.2096 74.248H51.0996V81.43C51.0996 83.18 50.2876 83.978 48.6776 83.978C48.3836 83.978 47.9916 83.936 47.6976 83.88V82.354C47.9356 82.41 48.1736 82.424 48.4396 82.424C48.9856 82.424 49.2096 82.158 49.2096 81.542V74.248ZM49.0696 72.036C49.0696 71.434 49.5036 71 50.1616 71C50.8336 71 51.2676 71.434 51.2676 72.036C51.2676 72.638 50.8336 73.072 50.1616 73.072C49.5036 73.072 49.0696 72.638 49.0696 72.036ZM53.728 81.472L52.79 80.674L53.294 80.044C52.748 79.386 52.496 78.56 52.496 77.622C52.496 75.662 53.742 74.038 56.052 74.038C56.738 74.038 57.34 74.164 57.83 74.43L58.32 73.814L59.286 74.57L58.796 75.186C59.342 75.844 59.622 76.67 59.622 77.622C59.622 79.582 58.404 81.206 56.052 81.206C55.338 81.206 54.75 81.066 54.246 80.8L53.728 81.472ZM57.788 77.552C57.788 77.174 57.746 76.838 57.648 76.572L55.184 79.61C55.422 79.708 55.688 79.764 55.996 79.764C57.088 79.764 57.788 79.036 57.788 77.552ZM54.33 77.692C54.33 78.07 54.358 78.378 54.456 78.644L56.892 75.634C56.668 75.536 56.402 75.48 56.108 75.48C55.03 75.48 54.33 76.208 54.33 77.692ZM61.0221 74.248H62.5481L62.8141 75.06H62.8421C63.0941 74.626 63.6541 74.038 64.5501 74.038C64.7881 74.038 65.0541 74.08 65.2221 74.122L65.0541 75.704C64.8441 75.662 64.5501 75.648 64.3821 75.648C63.5981 75.648 63.1501 76.012 62.9121 76.306V80.996H61.0221V74.248ZM72.211 78.168H67.703C67.773 79.12 68.389 79.694 69.397 79.694C70.181 79.694 70.895 79.512 71.553 79.274L71.987 80.632C71.315 80.954 70.335 81.206 69.257 81.206C66.919 81.206 65.785 79.596 65.785 77.608C65.785 75.69 66.961 74.038 69.159 74.038C71.343 74.038 72.309 75.368 72.309 76.95C72.309 77.384 72.253 77.93 72.211 78.168ZM67.703 76.992H70.573C70.587 76.922 70.587 76.852 70.587 76.782C70.587 76.026 70.237 75.41 69.173 75.41C68.221 75.41 67.745 76.18 67.703 76.992ZM74.3399 72.68H76.2299V74.248H78.1619V75.69H76.2299V78.882C76.2299 79.372 76.4819 79.652 77.0279 79.652C77.3499 79.652 77.7979 79.554 78.1199 79.456V80.996C77.8399 81.066 77.1959 81.206 76.5379 81.206C75.0399 81.206 74.3399 80.59 74.3399 79.232V75.69H73.1079V74.668L74.3399 74.248V72.68ZM80.3745 81.472L79.4365 80.674L79.9405 80.044C79.3945 79.386 79.1425 78.56 79.1425 77.622C79.1425 75.662 80.3885 74.038 82.6985 74.038C83.3845 74.038 83.9865 74.164 84.4765 74.43L84.9665 73.814L85.9325 74.57L85.4425 75.186C85.9885 75.844 86.2685 76.67 86.2685 77.622C86.2685 79.582 85.0505 81.206 82.6985 81.206C81.9845 81.206 81.3965 81.066 80.8925 80.8L80.3745 81.472ZM84.4345 77.552C84.4345 77.174 84.3925 76.838 84.2945 76.572L81.8305 79.61C82.0685 79.708 82.3345 79.764 82.6425 79.764C83.7345 79.764 84.4345 79.036 84.4345 77.552ZM80.9765 77.692C80.9765 78.07 81.0045 78.378 81.1025 78.644L83.5385 75.634C83.3145 75.536 83.0485 75.48 82.7545 75.48C81.6765 75.48 80.9765 76.208 80.9765 77.692ZM93.8612 74.248V74.388L90.9632 81.822C90.3612 83.334 89.4372 83.978 88.2612 83.978C87.8132 83.978 87.4772 83.922 87.1552 83.852V82.354C87.4772 82.41 87.8692 82.424 88.0232 82.424C88.6252 82.424 88.9612 82.228 89.1712 81.682L89.4512 80.926L86.7352 74.388V74.248H88.6952L90.3192 78.84H90.3612L91.9012 74.248H93.8612Z",
24
+ fill: "white"
25
+ })
26
+ ]
27
+ });
28
+ //#endregion
29
+ exports.default = SvgVwNytteSymbolDark;
@@ -0,0 +1,27 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react
5
+ var SvgVwNytteSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 99 85",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [
12
+ title ? /* @__PURE__ */ jsx("title", {
13
+ id: titleId,
14
+ children: title
15
+ }) : null,
16
+ /* @__PURE__ */ jsx("path", {
17
+ d: "M49.4306 54.4199C35.5086 54.4199 24.0897 42.922 24.0897 29C24.0897 25.8707 24.637 22.8994 25.6939 20.1237L40.5148 49.963C40.7104 50.3561 40.9455 50.6663 41.4137 50.6663C41.8839 50.6663 42.1407 50.3482 42.3126 49.963L49.1165 34.6719C49.1955 34.5158 49.2725 34.3598 49.4286 34.3598C49.5847 34.3598 49.6637 34.5158 49.7408 34.6719L56.5447 49.963C56.7166 50.3482 56.9754 50.6663 57.4436 50.6663C57.9118 50.6663 58.1489 50.3541 58.3425 49.963L73.1633 20.1237C74.2183 22.8994 74.7655 25.8726 74.7655 29C74.7715 42.922 63.3526 54.4199 49.4306 54.4199ZM49.4306 23.251C49.2745 23.251 49.1955 23.095 49.1185 22.9389L41.141 5.02822C43.7231 4.08982 46.5383 3.58209 49.4306 3.58209C52.3229 3.58209 55.14 4.08982 57.7221 5.02822L49.7447 22.9389C49.6657 23.095 49.5867 23.251 49.4306 23.251ZM41.3346 41.6319C41.1786 41.6319 41.0995 41.4758 41.0225 41.3198L28.118 15.3131C30.4254 11.7926 33.5153 8.8213 37.2294 6.74896L46.4968 27.3978C46.6529 27.789 46.888 27.868 47.2002 27.868H51.6591C51.9712 27.868 52.2063 27.789 52.3624 27.3978L61.6298 6.74896C65.344 8.8213 68.4357 11.7946 70.7413 15.3131L57.8367 41.3198C57.7577 41.4758 57.6806 41.6319 57.5246 41.6319C57.3685 41.6319 57.2895 41.4758 57.2124 41.3198L52.3643 30.213C52.2083 29.8218 51.9732 29.7428 51.661 29.7428H47.2021C46.89 29.7428 46.6549 29.8218 46.4988 30.213L41.6488 41.3198C41.5697 41.4739 41.4927 41.6319 41.3346 41.6319ZM49.4306 57C64.9172 57 77.4306 44.4866 77.4306 29C77.4306 13.5134 64.9172 1 49.4306 1C33.944 1 21.4306 13.5134 21.4306 29C21.4306 44.4866 33.944 57 49.4306 57Z",
18
+ fill: "white"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ d: "M11.104 78.042H11.146V71.476H13.092V80.996H11.034L6.988 74.43H6.946V80.996H5V71.476H7.058L11.104 78.042ZM21.4686 74.248V74.388L18.5706 81.822C17.9686 83.334 17.0446 83.978 15.8686 83.978C15.4206 83.978 15.0846 83.922 14.7626 83.852V82.354C15.0846 82.41 15.4766 82.424 15.6306 82.424C16.2326 82.424 16.5686 82.228 16.7786 81.682L17.0586 80.926L14.3426 74.388V74.248H16.3026L17.9266 78.84H17.9686L19.5086 74.248H21.4686ZM23.1524 72.68H25.0424V74.248H26.9744V75.69H25.0424V78.882C25.0424 79.372 25.2944 79.652 25.8404 79.652C26.1624 79.652 26.6104 79.554 26.9324 79.456V80.996C26.6524 81.066 26.0084 81.206 25.3504 81.206C23.8524 81.206 23.1524 80.59 23.1524 79.232V75.69H21.9204V74.668L23.1524 74.248V72.68ZM28.963 72.68H30.853V74.248H32.785V75.69H30.853V78.882C30.853 79.372 31.105 79.652 31.651 79.652C31.973 79.652 32.421 79.554 32.743 79.456V80.996C32.463 81.066 31.819 81.206 31.161 81.206C29.663 81.206 28.963 80.59 28.963 79.232V75.69H27.731V74.668L28.963 74.248V72.68ZM40.1915 78.168H35.6835C35.7535 79.12 36.3695 79.694 37.3775 79.694C38.1615 79.694 38.8755 79.512 39.5335 79.274L39.9675 80.632C39.2955 80.954 38.3155 81.206 37.2375 81.206C34.8995 81.206 33.7655 79.596 33.7655 77.608C33.7655 75.69 34.9415 74.038 37.1395 74.038C39.3235 74.038 40.2895 75.368 40.2895 76.95C40.2895 77.384 40.2335 77.93 40.1915 78.168ZM35.6835 76.992H38.5535C38.5675 76.922 38.5675 76.852 38.5675 76.782C38.5675 76.026 38.2175 75.41 37.1535 75.41C36.2015 75.41 35.7255 76.18 35.6835 76.992ZM43.5944 77.874H43.5664V80.996H41.6764V71.196H43.5664V77.286H43.5944L45.9604 74.248H48.0184V74.388L45.4564 77.524L48.1444 80.856V80.996H46.0024L43.5944 77.874ZM49.2096 74.248H51.0996V81.43C51.0996 83.18 50.2876 83.978 48.6776 83.978C48.3836 83.978 47.9916 83.936 47.6976 83.88V82.354C47.9356 82.41 48.1736 82.424 48.4396 82.424C48.9856 82.424 49.2096 82.158 49.2096 81.542V74.248ZM49.0696 72.036C49.0696 71.434 49.5036 71 50.1616 71C50.8336 71 51.2676 71.434 51.2676 72.036C51.2676 72.638 50.8336 73.072 50.1616 73.072C49.5036 73.072 49.0696 72.638 49.0696 72.036ZM53.728 81.472L52.79 80.674L53.294 80.044C52.748 79.386 52.496 78.56 52.496 77.622C52.496 75.662 53.742 74.038 56.052 74.038C56.738 74.038 57.34 74.164 57.83 74.43L58.32 73.814L59.286 74.57L58.796 75.186C59.342 75.844 59.622 76.67 59.622 77.622C59.622 79.582 58.404 81.206 56.052 81.206C55.338 81.206 54.75 81.066 54.246 80.8L53.728 81.472ZM57.788 77.552C57.788 77.174 57.746 76.838 57.648 76.572L55.184 79.61C55.422 79.708 55.688 79.764 55.996 79.764C57.088 79.764 57.788 79.036 57.788 77.552ZM54.33 77.692C54.33 78.07 54.358 78.378 54.456 78.644L56.892 75.634C56.668 75.536 56.402 75.48 56.108 75.48C55.03 75.48 54.33 76.208 54.33 77.692ZM61.0221 74.248H62.5481L62.8141 75.06H62.8421C63.0941 74.626 63.6541 74.038 64.5501 74.038C64.7881 74.038 65.0541 74.08 65.2221 74.122L65.0541 75.704C64.8441 75.662 64.5501 75.648 64.3821 75.648C63.5981 75.648 63.1501 76.012 62.9121 76.306V80.996H61.0221V74.248ZM72.211 78.168H67.703C67.773 79.12 68.389 79.694 69.397 79.694C70.181 79.694 70.895 79.512 71.553 79.274L71.987 80.632C71.315 80.954 70.335 81.206 69.257 81.206C66.919 81.206 65.785 79.596 65.785 77.608C65.785 75.69 66.961 74.038 69.159 74.038C71.343 74.038 72.309 75.368 72.309 76.95C72.309 77.384 72.253 77.93 72.211 78.168ZM67.703 76.992H70.573C70.587 76.922 70.587 76.852 70.587 76.782C70.587 76.026 70.237 75.41 69.173 75.41C68.221 75.41 67.745 76.18 67.703 76.992ZM74.3399 72.68H76.2299V74.248H78.1619V75.69H76.2299V78.882C76.2299 79.372 76.4819 79.652 77.0279 79.652C77.3499 79.652 77.7979 79.554 78.1199 79.456V80.996C77.8399 81.066 77.1959 81.206 76.5379 81.206C75.0399 81.206 74.3399 80.59 74.3399 79.232V75.69H73.1079V74.668L74.3399 74.248V72.68ZM80.3745 81.472L79.4365 80.674L79.9405 80.044C79.3945 79.386 79.1425 78.56 79.1425 77.622C79.1425 75.662 80.3885 74.038 82.6985 74.038C83.3845 74.038 83.9865 74.164 84.4765 74.43L84.9665 73.814L85.9325 74.57L85.4425 75.186C85.9885 75.844 86.2685 76.67 86.2685 77.622C86.2685 79.582 85.0505 81.206 82.6985 81.206C81.9845 81.206 81.3965 81.066 80.8925 80.8L80.3745 81.472ZM84.4345 77.552C84.4345 77.174 84.3925 76.838 84.2945 76.572L81.8305 79.61C82.0685 79.708 82.3345 79.764 82.6425 79.764C83.7345 79.764 84.4345 79.036 84.4345 77.552ZM80.9765 77.692C80.9765 78.07 81.0045 78.378 81.1025 78.644L83.5385 75.634C83.3145 75.536 83.0485 75.48 82.7545 75.48C81.6765 75.48 80.9765 76.208 80.9765 77.692ZM93.8612 74.248V74.388L90.9632 81.822C90.3612 83.334 89.4372 83.978 88.2612 83.978C87.8132 83.978 87.4772 83.922 87.1552 83.852V82.354C87.4772 82.41 87.8692 82.424 88.0232 82.424C88.6252 82.424 88.9612 82.228 89.1712 81.682L89.4512 80.926L86.7352 74.388V74.248H88.6952L90.3192 78.84H90.3612L91.9012 74.248H93.8612Z",
22
+ fill: "white"
23
+ })
24
+ ]
25
+ });
26
+ //#endregion
27
+ export { SvgVwNytteSymbolDark as default };
@@ -0,0 +1,29 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react
7
+ var SvgVwNytteSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 99 85",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [
14
+ title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
15
+ id: titleId,
16
+ children: title
17
+ }) : null,
18
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
19
+ d: "M49.4306 54.4199C35.5086 54.4199 24.0897 42.922 24.0897 29C24.0897 25.8707 24.637 22.8994 25.6939 20.1237L40.5148 49.963C40.7104 50.3561 40.9455 50.6663 41.4137 50.6663C41.8839 50.6663 42.1407 50.3482 42.3126 49.963L49.1165 34.6719C49.1955 34.5158 49.2725 34.3598 49.4286 34.3598C49.5847 34.3598 49.6637 34.5158 49.7408 34.6719L56.5447 49.963C56.7166 50.3482 56.9754 50.6663 57.4436 50.6663C57.9118 50.6663 58.1489 50.3541 58.3425 49.963L73.1633 20.1237C74.2183 22.8994 74.7655 25.8726 74.7655 29C74.7715 42.922 63.3526 54.4199 49.4306 54.4199ZM49.4306 23.251C49.2745 23.251 49.1955 23.095 49.1185 22.9389L41.141 5.02822C43.7231 4.08982 46.5383 3.58209 49.4306 3.58209C52.3229 3.58209 55.14 4.08982 57.7221 5.02822L49.7447 22.9389C49.6657 23.095 49.5867 23.251 49.4306 23.251ZM41.3346 41.6319C41.1786 41.6319 41.0995 41.4758 41.0225 41.3198L28.118 15.3131C30.4254 11.7926 33.5153 8.8213 37.2294 6.74896L46.4968 27.3978C46.6529 27.789 46.888 27.868 47.2002 27.868H51.6591C51.9712 27.868 52.2063 27.789 52.3624 27.3978L61.6298 6.74896C65.344 8.8213 68.4357 11.7946 70.7413 15.3131L57.8367 41.3198C57.7577 41.4758 57.6806 41.6319 57.5246 41.6319C57.3685 41.6319 57.2895 41.4758 57.2124 41.3198L52.3643 30.213C52.2083 29.8218 51.9732 29.7428 51.661 29.7428H47.2021C46.89 29.7428 46.6549 29.8218 46.4988 30.213L41.6488 41.3198C41.5697 41.4739 41.4927 41.6319 41.3346 41.6319ZM49.4306 57C64.9172 57 77.4306 44.4866 77.4306 29C77.4306 13.5134 64.9172 1 49.4306 1C33.944 1 21.4306 13.5134 21.4306 29C21.4306 44.4866 33.944 57 49.4306 57Z",
20
+ fill: "#001E50"
21
+ }),
22
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
23
+ d: "M11.104 78.042H11.146V71.476H13.092V80.996H11.034L6.988 74.43H6.946V80.996H5V71.476H7.058L11.104 78.042ZM21.4686 74.248V74.388L18.5706 81.822C17.9686 83.334 17.0446 83.978 15.8686 83.978C15.4206 83.978 15.0846 83.922 14.7626 83.852V82.354C15.0846 82.41 15.4766 82.424 15.6306 82.424C16.2326 82.424 16.5686 82.228 16.7786 81.682L17.0586 80.926L14.3426 74.388V74.248H16.3026L17.9266 78.84H17.9686L19.5086 74.248H21.4686ZM23.1524 72.68H25.0424V74.248H26.9744V75.69H25.0424V78.882C25.0424 79.372 25.2944 79.652 25.8404 79.652C26.1624 79.652 26.6104 79.554 26.9324 79.456V80.996C26.6524 81.066 26.0084 81.206 25.3504 81.206C23.8524 81.206 23.1524 80.59 23.1524 79.232V75.69H21.9204V74.668L23.1524 74.248V72.68ZM28.963 72.68H30.853V74.248H32.785V75.69H30.853V78.882C30.853 79.372 31.105 79.652 31.651 79.652C31.973 79.652 32.421 79.554 32.743 79.456V80.996C32.463 81.066 31.819 81.206 31.161 81.206C29.663 81.206 28.963 80.59 28.963 79.232V75.69H27.731V74.668L28.963 74.248V72.68ZM40.1915 78.168H35.6835C35.7535 79.12 36.3695 79.694 37.3775 79.694C38.1615 79.694 38.8755 79.512 39.5335 79.274L39.9675 80.632C39.2955 80.954 38.3155 81.206 37.2375 81.206C34.8995 81.206 33.7655 79.596 33.7655 77.608C33.7655 75.69 34.9415 74.038 37.1395 74.038C39.3235 74.038 40.2895 75.368 40.2895 76.95C40.2895 77.384 40.2335 77.93 40.1915 78.168ZM35.6835 76.992H38.5535C38.5675 76.922 38.5675 76.852 38.5675 76.782C38.5675 76.026 38.2175 75.41 37.1535 75.41C36.2015 75.41 35.7255 76.18 35.6835 76.992ZM43.5944 77.874H43.5664V80.996H41.6764V71.196H43.5664V77.286H43.5944L45.9604 74.248H48.0184V74.388L45.4564 77.524L48.1444 80.856V80.996H46.0024L43.5944 77.874ZM49.2096 74.248H51.0996V81.43C51.0996 83.18 50.2876 83.978 48.6776 83.978C48.3836 83.978 47.9916 83.936 47.6976 83.88V82.354C47.9356 82.41 48.1736 82.424 48.4396 82.424C48.9856 82.424 49.2096 82.158 49.2096 81.542V74.248ZM49.0696 72.036C49.0696 71.434 49.5036 71 50.1616 71C50.8336 71 51.2676 71.434 51.2676 72.036C51.2676 72.638 50.8336 73.072 50.1616 73.072C49.5036 73.072 49.0696 72.638 49.0696 72.036ZM53.728 81.472L52.79 80.674L53.294 80.044C52.748 79.386 52.496 78.56 52.496 77.622C52.496 75.662 53.742 74.038 56.052 74.038C56.738 74.038 57.34 74.164 57.83 74.43L58.32 73.814L59.286 74.57L58.796 75.186C59.342 75.844 59.622 76.67 59.622 77.622C59.622 79.582 58.404 81.206 56.052 81.206C55.338 81.206 54.75 81.066 54.246 80.8L53.728 81.472ZM57.788 77.552C57.788 77.174 57.746 76.838 57.648 76.572L55.184 79.61C55.422 79.708 55.688 79.764 55.996 79.764C57.088 79.764 57.788 79.036 57.788 77.552ZM54.33 77.692C54.33 78.07 54.358 78.378 54.456 78.644L56.892 75.634C56.668 75.536 56.402 75.48 56.108 75.48C55.03 75.48 54.33 76.208 54.33 77.692ZM61.0221 74.248H62.5481L62.8141 75.06H62.8421C63.0941 74.626 63.6541 74.038 64.5501 74.038C64.7881 74.038 65.0541 74.08 65.2221 74.122L65.0541 75.704C64.8441 75.662 64.5501 75.648 64.3821 75.648C63.5981 75.648 63.1501 76.012 62.9121 76.306V80.996H61.0221V74.248ZM72.211 78.168H67.703C67.773 79.12 68.389 79.694 69.397 79.694C70.181 79.694 70.895 79.512 71.553 79.274L71.987 80.632C71.315 80.954 70.335 81.206 69.257 81.206C66.919 81.206 65.785 79.596 65.785 77.608C65.785 75.69 66.961 74.038 69.159 74.038C71.343 74.038 72.309 75.368 72.309 76.95C72.309 77.384 72.253 77.93 72.211 78.168ZM67.703 76.992H70.573C70.587 76.922 70.587 76.852 70.587 76.782C70.587 76.026 70.237 75.41 69.173 75.41C68.221 75.41 67.745 76.18 67.703 76.992ZM74.3399 72.68H76.2299V74.248H78.1619V75.69H76.2299V78.882C76.2299 79.372 76.4819 79.652 77.0279 79.652C77.3499 79.652 77.7979 79.554 78.1199 79.456V80.996C77.8399 81.066 77.1959 81.206 76.5379 81.206C75.0399 81.206 74.3399 80.59 74.3399 79.232V75.69H73.1079V74.668L74.3399 74.248V72.68ZM80.3745 81.472L79.4365 80.674L79.9405 80.044C79.3945 79.386 79.1425 78.56 79.1425 77.622C79.1425 75.662 80.3885 74.038 82.6985 74.038C83.3845 74.038 83.9865 74.164 84.4765 74.43L84.9665 73.814L85.9325 74.57L85.4425 75.186C85.9885 75.844 86.2685 76.67 86.2685 77.622C86.2685 79.582 85.0505 81.206 82.6985 81.206C81.9845 81.206 81.3965 81.066 80.8925 80.8L80.3745 81.472ZM84.4345 77.552C84.4345 77.174 84.3925 76.838 84.2945 76.572L81.8305 79.61C82.0685 79.708 82.3345 79.764 82.6425 79.764C83.7345 79.764 84.4345 79.036 84.4345 77.552ZM80.9765 77.692C80.9765 78.07 81.0045 78.378 81.1025 78.644L83.5385 75.634C83.3145 75.536 83.0485 75.48 82.7545 75.48C81.6765 75.48 80.9765 76.208 80.9765 77.692ZM93.8612 74.248V74.388L90.9632 81.822C90.3612 83.334 89.4372 83.978 88.2612 83.978C87.8132 83.978 87.4772 83.922 87.1552 83.852V82.354C87.4772 82.41 87.8692 82.424 88.0232 82.424C88.6252 82.424 88.9612 82.228 89.1712 81.682L89.4512 80.926L86.7352 74.388V74.248H88.6952L90.3192 78.84H90.3612L91.9012 74.248H93.8612Z",
24
+ fill: "#001E50"
25
+ })
26
+ ]
27
+ });
28
+ //#endregion
29
+ exports.default = SvgVwNytteSymbolLight;
@@ -0,0 +1,27 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react
5
+ var SvgVwNytteSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 99 85",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [
12
+ title ? /* @__PURE__ */ jsx("title", {
13
+ id: titleId,
14
+ children: title
15
+ }) : null,
16
+ /* @__PURE__ */ jsx("path", {
17
+ d: "M49.4306 54.4199C35.5086 54.4199 24.0897 42.922 24.0897 29C24.0897 25.8707 24.637 22.8994 25.6939 20.1237L40.5148 49.963C40.7104 50.3561 40.9455 50.6663 41.4137 50.6663C41.8839 50.6663 42.1407 50.3482 42.3126 49.963L49.1165 34.6719C49.1955 34.5158 49.2725 34.3598 49.4286 34.3598C49.5847 34.3598 49.6637 34.5158 49.7408 34.6719L56.5447 49.963C56.7166 50.3482 56.9754 50.6663 57.4436 50.6663C57.9118 50.6663 58.1489 50.3541 58.3425 49.963L73.1633 20.1237C74.2183 22.8994 74.7655 25.8726 74.7655 29C74.7715 42.922 63.3526 54.4199 49.4306 54.4199ZM49.4306 23.251C49.2745 23.251 49.1955 23.095 49.1185 22.9389L41.141 5.02822C43.7231 4.08982 46.5383 3.58209 49.4306 3.58209C52.3229 3.58209 55.14 4.08982 57.7221 5.02822L49.7447 22.9389C49.6657 23.095 49.5867 23.251 49.4306 23.251ZM41.3346 41.6319C41.1786 41.6319 41.0995 41.4758 41.0225 41.3198L28.118 15.3131C30.4254 11.7926 33.5153 8.8213 37.2294 6.74896L46.4968 27.3978C46.6529 27.789 46.888 27.868 47.2002 27.868H51.6591C51.9712 27.868 52.2063 27.789 52.3624 27.3978L61.6298 6.74896C65.344 8.8213 68.4357 11.7946 70.7413 15.3131L57.8367 41.3198C57.7577 41.4758 57.6806 41.6319 57.5246 41.6319C57.3685 41.6319 57.2895 41.4758 57.2124 41.3198L52.3643 30.213C52.2083 29.8218 51.9732 29.7428 51.661 29.7428H47.2021C46.89 29.7428 46.6549 29.8218 46.4988 30.213L41.6488 41.3198C41.5697 41.4739 41.4927 41.6319 41.3346 41.6319ZM49.4306 57C64.9172 57 77.4306 44.4866 77.4306 29C77.4306 13.5134 64.9172 1 49.4306 1C33.944 1 21.4306 13.5134 21.4306 29C21.4306 44.4866 33.944 57 49.4306 57Z",
18
+ fill: "#001E50"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ d: "M11.104 78.042H11.146V71.476H13.092V80.996H11.034L6.988 74.43H6.946V80.996H5V71.476H7.058L11.104 78.042ZM21.4686 74.248V74.388L18.5706 81.822C17.9686 83.334 17.0446 83.978 15.8686 83.978C15.4206 83.978 15.0846 83.922 14.7626 83.852V82.354C15.0846 82.41 15.4766 82.424 15.6306 82.424C16.2326 82.424 16.5686 82.228 16.7786 81.682L17.0586 80.926L14.3426 74.388V74.248H16.3026L17.9266 78.84H17.9686L19.5086 74.248H21.4686ZM23.1524 72.68H25.0424V74.248H26.9744V75.69H25.0424V78.882C25.0424 79.372 25.2944 79.652 25.8404 79.652C26.1624 79.652 26.6104 79.554 26.9324 79.456V80.996C26.6524 81.066 26.0084 81.206 25.3504 81.206C23.8524 81.206 23.1524 80.59 23.1524 79.232V75.69H21.9204V74.668L23.1524 74.248V72.68ZM28.963 72.68H30.853V74.248H32.785V75.69H30.853V78.882C30.853 79.372 31.105 79.652 31.651 79.652C31.973 79.652 32.421 79.554 32.743 79.456V80.996C32.463 81.066 31.819 81.206 31.161 81.206C29.663 81.206 28.963 80.59 28.963 79.232V75.69H27.731V74.668L28.963 74.248V72.68ZM40.1915 78.168H35.6835C35.7535 79.12 36.3695 79.694 37.3775 79.694C38.1615 79.694 38.8755 79.512 39.5335 79.274L39.9675 80.632C39.2955 80.954 38.3155 81.206 37.2375 81.206C34.8995 81.206 33.7655 79.596 33.7655 77.608C33.7655 75.69 34.9415 74.038 37.1395 74.038C39.3235 74.038 40.2895 75.368 40.2895 76.95C40.2895 77.384 40.2335 77.93 40.1915 78.168ZM35.6835 76.992H38.5535C38.5675 76.922 38.5675 76.852 38.5675 76.782C38.5675 76.026 38.2175 75.41 37.1535 75.41C36.2015 75.41 35.7255 76.18 35.6835 76.992ZM43.5944 77.874H43.5664V80.996H41.6764V71.196H43.5664V77.286H43.5944L45.9604 74.248H48.0184V74.388L45.4564 77.524L48.1444 80.856V80.996H46.0024L43.5944 77.874ZM49.2096 74.248H51.0996V81.43C51.0996 83.18 50.2876 83.978 48.6776 83.978C48.3836 83.978 47.9916 83.936 47.6976 83.88V82.354C47.9356 82.41 48.1736 82.424 48.4396 82.424C48.9856 82.424 49.2096 82.158 49.2096 81.542V74.248ZM49.0696 72.036C49.0696 71.434 49.5036 71 50.1616 71C50.8336 71 51.2676 71.434 51.2676 72.036C51.2676 72.638 50.8336 73.072 50.1616 73.072C49.5036 73.072 49.0696 72.638 49.0696 72.036ZM53.728 81.472L52.79 80.674L53.294 80.044C52.748 79.386 52.496 78.56 52.496 77.622C52.496 75.662 53.742 74.038 56.052 74.038C56.738 74.038 57.34 74.164 57.83 74.43L58.32 73.814L59.286 74.57L58.796 75.186C59.342 75.844 59.622 76.67 59.622 77.622C59.622 79.582 58.404 81.206 56.052 81.206C55.338 81.206 54.75 81.066 54.246 80.8L53.728 81.472ZM57.788 77.552C57.788 77.174 57.746 76.838 57.648 76.572L55.184 79.61C55.422 79.708 55.688 79.764 55.996 79.764C57.088 79.764 57.788 79.036 57.788 77.552ZM54.33 77.692C54.33 78.07 54.358 78.378 54.456 78.644L56.892 75.634C56.668 75.536 56.402 75.48 56.108 75.48C55.03 75.48 54.33 76.208 54.33 77.692ZM61.0221 74.248H62.5481L62.8141 75.06H62.8421C63.0941 74.626 63.6541 74.038 64.5501 74.038C64.7881 74.038 65.0541 74.08 65.2221 74.122L65.0541 75.704C64.8441 75.662 64.5501 75.648 64.3821 75.648C63.5981 75.648 63.1501 76.012 62.9121 76.306V80.996H61.0221V74.248ZM72.211 78.168H67.703C67.773 79.12 68.389 79.694 69.397 79.694C70.181 79.694 70.895 79.512 71.553 79.274L71.987 80.632C71.315 80.954 70.335 81.206 69.257 81.206C66.919 81.206 65.785 79.596 65.785 77.608C65.785 75.69 66.961 74.038 69.159 74.038C71.343 74.038 72.309 75.368 72.309 76.95C72.309 77.384 72.253 77.93 72.211 78.168ZM67.703 76.992H70.573C70.587 76.922 70.587 76.852 70.587 76.782C70.587 76.026 70.237 75.41 69.173 75.41C68.221 75.41 67.745 76.18 67.703 76.992ZM74.3399 72.68H76.2299V74.248H78.1619V75.69H76.2299V78.882C76.2299 79.372 76.4819 79.652 77.0279 79.652C77.3499 79.652 77.7979 79.554 78.1199 79.456V80.996C77.8399 81.066 77.1959 81.206 76.5379 81.206C75.0399 81.206 74.3399 80.59 74.3399 79.232V75.69H73.1079V74.668L74.3399 74.248V72.68ZM80.3745 81.472L79.4365 80.674L79.9405 80.044C79.3945 79.386 79.1425 78.56 79.1425 77.622C79.1425 75.662 80.3885 74.038 82.6985 74.038C83.3845 74.038 83.9865 74.164 84.4765 74.43L84.9665 73.814L85.9325 74.57L85.4425 75.186C85.9885 75.844 86.2685 76.67 86.2685 77.622C86.2685 79.582 85.0505 81.206 82.6985 81.206C81.9845 81.206 81.3965 81.066 80.8925 80.8L80.3745 81.472ZM84.4345 77.552C84.4345 77.174 84.3925 76.838 84.2945 76.572L81.8305 79.61C82.0685 79.708 82.3345 79.764 82.6425 79.764C83.7345 79.764 84.4345 79.036 84.4345 77.552ZM80.9765 77.692C80.9765 78.07 81.0045 78.378 81.1025 78.644L83.5385 75.634C83.3145 75.536 83.0485 75.48 82.7545 75.48C81.6765 75.48 80.9765 76.208 80.9765 77.692ZM93.8612 74.248V74.388L90.9632 81.822C90.3612 83.334 89.4372 83.978 88.2612 83.978C87.8132 83.978 87.4772 83.922 87.1552 83.852V82.354C87.4772 82.41 87.8692 82.424 88.0232 82.424C88.6252 82.424 88.9612 82.228 89.1712 81.682L89.4512 80.926L86.7352 74.388V74.248H88.6952L90.3192 78.84H90.3612L91.9012 74.248H93.8612Z",
22
+ fill: "#001E50"
23
+ })
24
+ ]
25
+ });
26
+ //#endregion
27
+ export { SvgVwNytteSymbolLight as default };
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/vw/vw_symbol_dark.svg-react
7
+ var SvgVwSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
17
+ d: "M8 15.0571C4.14286 15.0571 0.971429 11.8571 0.971429 8C0.971429 7.2 1.11429 6.42857 1.37143 5.68572L5.48571 13.6857C5.54286 13.8 5.6 13.8857 5.74286 13.8857C5.88571 13.8857 5.94286 13.8 6 13.6857L7.91429 9.42857C7.94286 9.37143 7.97143 9.34286 8 9.34286C8.05714 9.34286 8.05714 9.4 8.08571 9.42857L10.0286 13.6857C10.0857 13.8 10.1429 13.8857 10.2857 13.8857C10.4286 13.8857 10.4857 13.8 10.5429 13.6857L14.6571 5.68572C14.9143 6.4 15.0571 7.17143 15.0571 8C15.0286 11.8571 11.8571 15.0571 8 15.0571ZM8 6.17143C7.94286 6.17143 7.94286 6.11429 7.91429 6.08571L5.71429 1.34286C6.42857 1.08571 7.2 0.942857 8 0.942857C8.8 0.942857 9.57143 1.08571 10.2857 1.34286L8.08571 6.08571C8.05714 6.11429 8.05714 6.17143 8 6.17143ZM5.68572 11.3143C5.62857 11.3143 5.62857 11.2571 5.6 11.2286L2 4.31429C2.62857 3.28571 3.54286 2.42857 4.6 1.82857L7.14286 7.31429C7.2 7.42857 7.25714 7.45714 7.34286 7.45714H8.65714C8.74286 7.45714 8.8 7.42857 8.85714 7.31429L11.3714 1.82857C12.4286 2.42857 13.3429 3.28571 13.9714 4.31429L10.4 11.2286C10.3714 11.2857 10.3429 11.3143 10.3143 11.3143C10.2571 11.3143 10.2571 11.2571 10.2286 11.2286L8.85714 8.2C8.8 8.08572 8.74286 8.05714 8.65714 8.05714H7.34286C7.25714 8.05714 7.2 8.08572 7.14286 8.2L5.77143 11.2286C5.74286 11.2571 5.74286 11.3143 5.68572 11.3143ZM8 16C12.4286 16 16 12.4286 16 8C16 3.57143 12.4286 0 8 0C3.57143 0 0 3.57143 0 8C0 12.4286 3.57143 16 8 16Z",
18
+ fill: "white"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgVwSymbolDark;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/vw/vw_symbol_dark.svg-react
5
+ var SvgVwSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 16 16",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", {
15
+ d: "M8 15.0571C4.14286 15.0571 0.971429 11.8571 0.971429 8C0.971429 7.2 1.11429 6.42857 1.37143 5.68572L5.48571 13.6857C5.54286 13.8 5.6 13.8857 5.74286 13.8857C5.88571 13.8857 5.94286 13.8 6 13.6857L7.91429 9.42857C7.94286 9.37143 7.97143 9.34286 8 9.34286C8.05714 9.34286 8.05714 9.4 8.08571 9.42857L10.0286 13.6857C10.0857 13.8 10.1429 13.8857 10.2857 13.8857C10.4286 13.8857 10.4857 13.8 10.5429 13.6857L14.6571 5.68572C14.9143 6.4 15.0571 7.17143 15.0571 8C15.0286 11.8571 11.8571 15.0571 8 15.0571ZM8 6.17143C7.94286 6.17143 7.94286 6.11429 7.91429 6.08571L5.71429 1.34286C6.42857 1.08571 7.2 0.942857 8 0.942857C8.8 0.942857 9.57143 1.08571 10.2857 1.34286L8.08571 6.08571C8.05714 6.11429 8.05714 6.17143 8 6.17143ZM5.68572 11.3143C5.62857 11.3143 5.62857 11.2571 5.6 11.2286L2 4.31429C2.62857 3.28571 3.54286 2.42857 4.6 1.82857L7.14286 7.31429C7.2 7.42857 7.25714 7.45714 7.34286 7.45714H8.65714C8.74286 7.45714 8.8 7.42857 8.85714 7.31429L11.3714 1.82857C12.4286 2.42857 13.3429 3.28571 13.9714 4.31429L10.4 11.2286C10.3714 11.2857 10.3429 11.3143 10.3143 11.3143C10.2571 11.3143 10.2571 11.2571 10.2286 11.2286L8.85714 8.2C8.8 8.08572 8.74286 8.05714 8.65714 8.05714H7.34286C7.25714 8.05714 7.2 8.08572 7.14286 8.2L5.77143 11.2286C5.74286 11.2571 5.74286 11.3143 5.68572 11.3143ZM8 16C12.4286 16 16 12.4286 16 8C16 3.57143 12.4286 0 8 0C3.57143 0 0 3.57143 0 8C0 12.4286 3.57143 16 8 16Z",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgVwSymbolDark as default };
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/vw/vw_symbol_light.svg-react
7
+ var SvgVwSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
17
+ d: "M8 15.0571C4.14286 15.0571 0.971429 11.8571 0.971429 8C0.971429 7.2 1.11429 6.42857 1.37143 5.68572L5.48571 13.6857C5.54286 13.8 5.6 13.8857 5.74286 13.8857C5.88571 13.8857 5.94286 13.8 6 13.6857L7.91429 9.42857C7.94286 9.37143 7.97143 9.34286 8 9.34286C8.05714 9.34286 8.05714 9.4 8.08571 9.42857L10.0286 13.6857C10.0857 13.8 10.1429 13.8857 10.2857 13.8857C10.4286 13.8857 10.4857 13.8 10.5429 13.6857L14.6571 5.68572C14.9143 6.4 15.0571 7.17143 15.0571 8C15.0286 11.8571 11.8571 15.0571 8 15.0571ZM8 6.17143C7.94286 6.17143 7.94286 6.11429 7.91429 6.08571L5.71429 1.34286C6.42857 1.08571 7.2 0.942857 8 0.942857C8.8 0.942857 9.57143 1.08571 10.2857 1.34286L8.08571 6.08571C8.05714 6.11429 8.05714 6.17143 8 6.17143ZM5.68572 11.3143C5.62857 11.3143 5.62857 11.2571 5.6 11.2286L2 4.31429C2.62857 3.28571 3.54286 2.42857 4.6 1.82857L7.14286 7.31429C7.2 7.42857 7.25714 7.45714 7.34286 7.45714H8.65714C8.74286 7.45714 8.8 7.42857 8.85714 7.31429L11.3714 1.82857C12.4286 2.42857 13.3429 3.28571 13.9714 4.31429L10.4 11.2286C10.3714 11.2857 10.3429 11.3143 10.3143 11.3143C10.2571 11.3143 10.2571 11.2571 10.2286 11.2286L8.85714 8.2C8.8 8.08572 8.74286 8.05714 8.65714 8.05714H7.34286C7.25714 8.05714 7.2 8.08572 7.14286 8.2L5.77143 11.2286C5.74286 11.2571 5.74286 11.3143 5.68572 11.3143ZM8 16C12.4286 16 16 12.4286 16 8C16 3.57143 12.4286 0 8 0C3.57143 0 0 3.57143 0 8C0 12.4286 3.57143 16 8 16Z",
18
+ fill: "#001E50"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgVwSymbolLight;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/vw/vw_symbol_light.svg-react
5
+ var SvgVwSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 16 16",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "aria-labelledby": titleId,
10
+ ...props,
11
+ children: [title ? /* @__PURE__ */ jsx("title", {
12
+ id: titleId,
13
+ children: title
14
+ }) : null, /* @__PURE__ */ jsx("path", {
15
+ d: "M8 15.0571C4.14286 15.0571 0.971429 11.8571 0.971429 8C0.971429 7.2 1.11429 6.42857 1.37143 5.68572L5.48571 13.6857C5.54286 13.8 5.6 13.8857 5.74286 13.8857C5.88571 13.8857 5.94286 13.8 6 13.6857L7.91429 9.42857C7.94286 9.37143 7.97143 9.34286 8 9.34286C8.05714 9.34286 8.05714 9.4 8.08571 9.42857L10.0286 13.6857C10.0857 13.8 10.1429 13.8857 10.2857 13.8857C10.4286 13.8857 10.4857 13.8 10.5429 13.6857L14.6571 5.68572C14.9143 6.4 15.0571 7.17143 15.0571 8C15.0286 11.8571 11.8571 15.0571 8 15.0571ZM8 6.17143C7.94286 6.17143 7.94286 6.11429 7.91429 6.08571L5.71429 1.34286C6.42857 1.08571 7.2 0.942857 8 0.942857C8.8 0.942857 9.57143 1.08571 10.2857 1.34286L8.08571 6.08571C8.05714 6.11429 8.05714 6.17143 8 6.17143ZM5.68572 11.3143C5.62857 11.3143 5.62857 11.2571 5.6 11.2286L2 4.31429C2.62857 3.28571 3.54286 2.42857 4.6 1.82857L7.14286 7.31429C7.2 7.42857 7.25714 7.45714 7.34286 7.45714H8.65714C8.74286 7.45714 8.8 7.42857 8.85714 7.31429L11.3714 1.82857C12.4286 2.42857 13.3429 3.28571 13.9714 4.31429L10.4 11.2286C10.3714 11.2857 10.3429 11.3143 10.3143 11.3143C10.2571 11.3143 10.2571 11.2571 10.2286 11.2286L8.85714 8.2C8.8 8.08572 8.74286 8.05714 8.65714 8.05714H7.34286C7.25714 8.05714 7.2 8.08572 7.14286 8.2L5.77143 11.2286C5.74286 11.2571 5.74286 11.3143 5.68572 11.3143ZM8 16C12.4286 16 16 12.4286 16 8C16 3.57143 12.4286 0 8 0C3.57143 0 0 3.57143 0 8C0 12.4286 3.57143 16 8 16Z",
16
+ fill: "#001E50"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgVwSymbolLight as default };