@gnist/design-system 7.0.0-alpha.0 → 7.0.0-alpha.1

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 (173) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/building-blocks/skeletons/CircularSkeleton.cjs +2 -1
  3. package/dist/building-blocks/skeletons/CircularSkeleton.d.ts.map +1 -1
  4. package/dist/building-blocks/skeletons/CircularSkeleton.js +2 -1
  5. package/dist/building-blocks/skeletons/RectangularSkeleton.cjs +2 -1
  6. package/dist/building-blocks/skeletons/RectangularSkeleton.d.ts.map +1 -1
  7. package/dist/building-blocks/skeletons/RectangularSkeleton.js +2 -1
  8. package/dist/building-blocks/skeletons/TextSkeleton.cjs +2 -1
  9. package/dist/building-blocks/skeletons/TextSkeleton.d.ts.map +1 -1
  10. package/dist/building-blocks/skeletons/TextSkeleton.js +2 -1
  11. package/dist/foundation/logos/Logo.cjs +5 -24
  12. package/dist/foundation/logos/Logo.css.cjs +5 -1
  13. package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
  14. package/dist/foundation/logos/Logo.css.js +5 -1
  15. package/dist/foundation/logos/Logo.d.ts +12 -39
  16. package/dist/foundation/logos/Logo.d.ts.map +1 -1
  17. package/dist/foundation/logos/Logo.js +4 -23
  18. package/dist/foundation/logos/logos.cjs +1 -1
  19. package/dist/foundation/logos/logos.d.ts +2 -15
  20. package/dist/foundation/logos/logos.d.ts.map +1 -1
  21. package/dist/foundation/logos/logos.js +2 -2
  22. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.cjs +51 -0
  23. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.js +49 -0
  24. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.cjs +51 -0
  25. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.js +49 -0
  26. package/dist/foundation/logos/svg/audi/index.cjs +10 -4
  27. package/dist/foundation/logos/svg/audi/index.d.ts +29 -13
  28. package/dist/foundation/logos/svg/audi/index.d.ts.map +1 -1
  29. package/dist/foundation/logos/svg/audi/index.js +10 -4
  30. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.cjs +22 -0
  31. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.js +20 -0
  32. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.cjs +22 -0
  33. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.js +20 -0
  34. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.cjs +22 -0
  35. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.js +20 -0
  36. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.cjs +22 -0
  37. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.js +20 -0
  38. package/dist/foundation/logos/svg/autoria/index.cjs +12 -4
  39. package/dist/foundation/logos/svg/autoria/index.d.ts +29 -13
  40. package/dist/foundation/logos/svg/autoria/index.d.ts.map +1 -1
  41. package/dist/foundation/logos/svg/autoria/index.js +12 -4
  42. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.cjs +22 -0
  43. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.js +20 -0
  44. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.cjs +22 -0
  45. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.js +20 -0
  46. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.cjs +22 -0
  47. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.js +20 -0
  48. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.cjs +22 -0
  49. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.js +20 -0
  50. package/dist/foundation/logos/svg/bilhold/index.cjs +12 -4
  51. package/dist/foundation/logos/svg/bilhold/index.d.ts +29 -13
  52. package/dist/foundation/logos/svg/bilhold/index.d.ts.map +1 -1
  53. package/dist/foundation/logos/svg/bilhold/index.js +12 -4
  54. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.cjs +22 -0
  55. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.js +20 -0
  56. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.cjs +22 -0
  57. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.js +20 -0
  58. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.cjs +51 -0
  59. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.js +49 -0
  60. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.cjs +51 -0
  61. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.js +49 -0
  62. package/dist/foundation/logos/svg/cupra/index.cjs +12 -4
  63. package/dist/foundation/logos/svg/cupra/index.d.ts +29 -13
  64. package/dist/foundation/logos/svg/cupra/index.d.ts.map +1 -1
  65. package/dist/foundation/logos/svg/cupra/index.js +12 -4
  66. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.cjs +61 -0
  67. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.js +59 -0
  68. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.cjs +61 -0
  69. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.js +59 -0
  70. package/dist/foundation/logos/svg/dahles/index.cjs +10 -4
  71. package/dist/foundation/logos/svg/dahles/index.d.ts +29 -13
  72. package/dist/foundation/logos/svg/dahles/index.d.ts.map +1 -1
  73. package/dist/foundation/logos/svg/dahles/index.js +10 -4
  74. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.cjs +22 -0
  75. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.js +20 -0
  76. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.cjs +22 -0
  77. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.js +20 -0
  78. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.cjs +47 -0
  79. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.js +45 -0
  80. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.cjs +47 -0
  81. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.js +45 -0
  82. package/dist/foundation/logos/svg/gumpen/index.cjs +12 -4
  83. package/dist/foundation/logos/svg/gumpen/index.d.ts +29 -13
  84. package/dist/foundation/logos/svg/gumpen/index.d.ts.map +1 -1
  85. package/dist/foundation/logos/svg/gumpen/index.js +12 -4
  86. package/dist/foundation/logos/svg/index.cjs +1 -1
  87. package/dist/foundation/logos/svg/index.d.ts +1 -1
  88. package/dist/foundation/logos/svg/index.js +2 -2
  89. package/dist/foundation/logos/svg/mollerbil/index.cjs +12 -4
  90. package/dist/foundation/logos/svg/mollerbil/index.d.ts +29 -13
  91. package/dist/foundation/logos/svg/mollerbil/index.d.ts.map +1 -1
  92. package/dist/foundation/logos/svg/mollerbil/index.js +12 -4
  93. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.cjs +22 -0
  94. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.js +20 -0
  95. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.cjs +22 -0
  96. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.js +20 -0
  97. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.cjs +57 -0
  98. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.js +55 -0
  99. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.cjs +57 -0
  100. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.js +55 -0
  101. package/dist/foundation/logos/svg/others/index.cjs +72 -18
  102. package/dist/foundation/logos/svg/others/index.d.ts +261 -117
  103. package/dist/foundation/logos/svg/others/index.d.ts.map +1 -1
  104. package/dist/foundation/logos/svg/others/index.js +72 -18
  105. package/dist/foundation/logos/svg/skoda/index.cjs +12 -4
  106. package/dist/foundation/logos/svg/skoda/index.d.ts +29 -13
  107. package/dist/foundation/logos/svg/skoda/index.d.ts.map +1 -1
  108. package/dist/foundation/logos/svg/skoda/index.js +12 -4
  109. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.cjs +22 -0
  110. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.js +20 -0
  111. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.cjs +22 -0
  112. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.js +20 -0
  113. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.cjs +22 -0
  114. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.js +20 -0
  115. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.cjs +22 -0
  116. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.js +20 -0
  117. package/dist/foundation/logos/svg/vw/index.cjs +22 -10
  118. package/dist/foundation/logos/svg/vw/index.d.ts +59 -27
  119. package/dist/foundation/logos/svg/vw/index.d.ts.map +1 -1
  120. package/dist/foundation/logos/svg/vw/index.js +22 -10
  121. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.cjs +29 -0
  122. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.js +27 -0
  123. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.cjs +29 -0
  124. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.js +27 -0
  125. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.cjs +22 -0
  126. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.js +20 -0
  127. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.cjs +22 -0
  128. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.js +20 -0
  129. package/dist/foundation/logos/types.cjs +31 -0
  130. package/dist/foundation/logos/types.d.ts +41 -0
  131. package/dist/foundation/logos/types.d.ts.map +1 -0
  132. package/dist/foundation/logos/types.js +30 -0
  133. package/package.json +3 -3
  134. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.cjs +0 -51
  135. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.js +0 -49
  136. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.cjs +0 -51
  137. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.js +0 -49
  138. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.cjs +0 -22
  139. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.js +0 -20
  140. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.cjs +0 -22
  141. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.js +0 -20
  142. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.cjs +0 -22
  143. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.js +0 -20
  144. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.cjs +0 -22
  145. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.js +0 -20
  146. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.cjs +0 -22
  147. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.js +0 -20
  148. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.cjs +0 -51
  149. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.js +0 -49
  150. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.cjs +0 -61
  151. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.js +0 -59
  152. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.cjs +0 -61
  153. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.js +0 -59
  154. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.cjs +0 -22
  155. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.js +0 -20
  156. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.cjs +0 -47
  157. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.js +0 -45
  158. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.cjs +0 -22
  159. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.js +0 -20
  160. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.cjs +0 -57
  161. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.js +0 -55
  162. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.cjs +0 -22
  163. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.js +0 -20
  164. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.cjs +0 -22
  165. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.js +0 -20
  166. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.cjs +0 -29
  167. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.js +0 -27
  168. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.cjs +0 -29
  169. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.js +0 -27
  170. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.cjs +0 -22
  171. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.js +0 -20
  172. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.cjs +0 -22
  173. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.js +0 -20
@@ -1,16 +1,32 @@
1
1
  export declare const bilhold: {
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: "bilhold";
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
32
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/bilhold/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/bilhold/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOJ,CAAC"}
@@ -1,11 +1,19 @@
1
1
  "use client";
2
- import SvgBilholdSymbol from "./bilhold_symbol.svg-react.js";
3
- import SvgBilholdWordmark from "./bilhold_wordmark.svg-react.js";
2
+ import SvgBilholdSymbolLight from "./bilhold_symbol_light.svg-react.js";
3
+ import SvgBilholdSymbolDark from "./bilhold_symbol_dark.svg-react.js";
4
+ import SvgBilholdWordmarkLight from "./bilhold_wordmark_light.svg-react.js";
5
+ import SvgBilholdWordmarkDark from "./bilhold_wordmark_dark.svg-react.js";
4
6
  //#region src/foundation/logos/svg/bilhold/index.ts
5
7
  var bilhold = {
6
8
  key: "bilhold",
7
- symbol: SvgBilholdSymbol,
8
- wordmark: SvgBilholdWordmark
9
+ symbol: {
10
+ light: SvgBilholdSymbolLight,
11
+ dark: SvgBilholdSymbolDark
12
+ },
13
+ wordmark: {
14
+ light: SvgBilholdWordmarkLight,
15
+ dark: SvgBilholdWordmarkDark
16
+ }
9
17
  };
10
18
  //#endregion
11
19
  export { bilhold };
@@ -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/cupra/cupra_symbol_dark.svg-react
7
+ var SvgCupraSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 22 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: "M17.0023 3.3035L13.516 4.95606L15.6411 5.74607C16.0787 5.9073 16.5996 6.11528 16.791 6.61669C16.9824 7.1181 16.6978 7.58404 16.4432 7.97904L15.2783 9.73962C13.9015 11.828 12.5236 13.9148 11.1446 16C11.1446 15.3551 11.1446 14.7102 11.1446 14.0653C11.6727 12.453 12.1864 10.8408 12.6856 9.22853C12.8265 8.76851 12.9663 8.30848 13.105 7.84845C13.1882 7.57114 13.1349 7.40508 12.8587 7.27287L10.7386 6.26199L8.62681 7.27126C8.35056 7.40347 8.29398 7.56953 8.38052 7.84684C8.51809 8.30794 8.65787 8.76797 8.79988 9.22693C9.29689 10.8456 9.81055 12.4579 10.3409 14.0637C10.3409 14.7086 10.3409 15.3535 10.3409 15.9984C8.95963 13.9132 7.58174 11.8264 6.20717 9.73801L5.04229 7.97743C4.78601 7.58888 4.49812 7.12938 4.69449 6.61507C4.89085 6.10077 5.40673 5.9073 5.8444 5.74446L7.96948 4.95446L4.48314 3.3019L5.56982 5.06731L3.77256 5.73639C2.51338 3.82641 1.25586 1.91428 0 0C3.57786 1.22854 7.15572 2.46836 10.7436 3.65659C14.3364 2.46836 17.9093 1.23015 21.4871 0C20.2335 1.91213 18.9765 3.82212 17.7162 5.72995L15.919 5.06086L17.0057 3.29545",
18
+ fill: "white"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgCupraSymbolDark;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react
5
+ var SvgCupraSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 22 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: "M17.0023 3.3035L13.516 4.95606L15.6411 5.74607C16.0787 5.9073 16.5996 6.11528 16.791 6.61669C16.9824 7.1181 16.6978 7.58404 16.4432 7.97904L15.2783 9.73962C13.9015 11.828 12.5236 13.9148 11.1446 16C11.1446 15.3551 11.1446 14.7102 11.1446 14.0653C11.6727 12.453 12.1864 10.8408 12.6856 9.22853C12.8265 8.76851 12.9663 8.30848 13.105 7.84845C13.1882 7.57114 13.1349 7.40508 12.8587 7.27287L10.7386 6.26199L8.62681 7.27126C8.35056 7.40347 8.29398 7.56953 8.38052 7.84684C8.51809 8.30794 8.65787 8.76797 8.79988 9.22693C9.29689 10.8456 9.81055 12.4579 10.3409 14.0637C10.3409 14.7086 10.3409 15.3535 10.3409 15.9984C8.95963 13.9132 7.58174 11.8264 6.20717 9.73801L5.04229 7.97743C4.78601 7.58888 4.49812 7.12938 4.69449 6.61507C4.89085 6.10077 5.40673 5.9073 5.8444 5.74446L7.96948 4.95446L4.48314 3.3019L5.56982 5.06731L3.77256 5.73639C2.51338 3.82641 1.25586 1.91428 0 0C3.57786 1.22854 7.15572 2.46836 10.7436 3.65659C14.3364 2.46836 17.9093 1.23015 21.4871 0C20.2335 1.91213 18.9765 3.82212 17.7162 5.72995L15.919 5.06086L17.0057 3.29545",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgCupraSymbolDark 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/cupra/cupra_symbol_light.svg-react
7
+ var SvgCupraSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 22 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: "M17.0023 3.3035L13.516 4.95606L15.6411 5.74607C16.0787 5.9073 16.5996 6.11528 16.791 6.61669C16.9824 7.1181 16.6978 7.58404 16.4432 7.97904L15.2783 9.73962C13.9015 11.828 12.5236 13.9148 11.1446 16C11.1446 15.3551 11.1446 14.7102 11.1446 14.0653C11.6727 12.453 12.1864 10.8408 12.6856 9.22853C12.8265 8.76851 12.9663 8.30848 13.105 7.84845C13.1882 7.57114 13.1349 7.40508 12.8587 7.27287L10.7386 6.26199L8.62681 7.27126C8.35056 7.40347 8.29398 7.56953 8.38052 7.84684C8.51809 8.30794 8.65787 8.76797 8.79988 9.22693C9.29689 10.8456 9.81055 12.4579 10.3409 14.0637C10.3409 14.7086 10.3409 15.3535 10.3409 15.9984C8.95963 13.9132 7.58174 11.8264 6.20717 9.73801L5.04229 7.97743C4.78601 7.58888 4.49812 7.12938 4.69449 6.61507C4.89085 6.10077 5.40673 5.9073 5.8444 5.74446L7.96948 4.95446L4.48314 3.3019L5.56982 5.06731L3.77256 5.73639C2.51338 3.82641 1.25586 1.91428 0 0C3.57786 1.22854 7.15572 2.46836 10.7436 3.65659C14.3364 2.46836 17.9093 1.23015 21.4871 0C20.2335 1.91213 18.9765 3.82212 17.7162 5.72995L15.919 5.06086L17.0057 3.29545",
18
+ fill: "#95572B"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgCupraSymbolLight;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/cupra/cupra_symbol_light.svg-react
5
+ var SvgCupraSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 22 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: "M17.0023 3.3035L13.516 4.95606L15.6411 5.74607C16.0787 5.9073 16.5996 6.11528 16.791 6.61669C16.9824 7.1181 16.6978 7.58404 16.4432 7.97904L15.2783 9.73962C13.9015 11.828 12.5236 13.9148 11.1446 16C11.1446 15.3551 11.1446 14.7102 11.1446 14.0653C11.6727 12.453 12.1864 10.8408 12.6856 9.22853C12.8265 8.76851 12.9663 8.30848 13.105 7.84845C13.1882 7.57114 13.1349 7.40508 12.8587 7.27287L10.7386 6.26199L8.62681 7.27126C8.35056 7.40347 8.29398 7.56953 8.38052 7.84684C8.51809 8.30794 8.65787 8.76797 8.79988 9.22693C9.29689 10.8456 9.81055 12.4579 10.3409 14.0637C10.3409 14.7086 10.3409 15.3535 10.3409 15.9984C8.95963 13.9132 7.58174 11.8264 6.20717 9.73801L5.04229 7.97743C4.78601 7.58888 4.49812 7.12938 4.69449 6.61507C4.89085 6.10077 5.40673 5.9073 5.8444 5.74446L7.96948 4.95446L4.48314 3.3019L5.56982 5.06731L3.77256 5.73639C2.51338 3.82641 1.25586 1.91428 0 0C3.57786 1.22854 7.15572 2.46836 10.7436 3.65659C14.3364 2.46836 17.9093 1.23015 21.4871 0C20.2335 1.91213 18.9765 3.82212 17.7162 5.72995L15.919 5.06086L17.0057 3.29545",
16
+ fill: "#95572B"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgCupraSymbolLight as default };
@@ -0,0 +1,51 @@
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/cupra/cupra_wordmark_dark.svg-react
7
+ var SvgCupraWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 43 24",
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: "M1.09468 23.8533H7.60128V22.8024H1.3108C1.26168 22.8041 1.21385 22.787 1.17773 22.7547C1.1416 22.7224 1.12012 22.6776 1.11796 22.6301V21.2313C1.11848 21.2072 1.12399 21.1834 1.13416 21.1614C1.14433 21.1394 1.15896 21.1196 1.17717 21.1031C1.19538 21.0867 1.21681 21.0739 1.24019 21.0657C1.26357 21.0574 1.28843 21.0537 1.31329 21.0549H7.60128V20.0008H1.09468C0.490406 20.0008 0 20.4405 0 20.9825V22.8717C0 23.4136 0.490406 23.8533 1.09468 23.8533Z",
20
+ fill: "white"
21
+ }),
22
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
23
+ d: "M16.2332 22.8717V20L14.9258 20.0008V22.6268C14.9236 22.6744 14.9021 22.7192 14.866 22.7515C14.8299 22.7838 14.782 22.8009 14.7329 22.7992H10.1215C10.0971 22.8001 10.0728 22.7965 10.0499 22.7883C10.0271 22.7802 10.0061 22.7678 9.98816 22.7518C9.97025 22.7357 9.95577 22.7165 9.94555 22.695C9.93534 22.6736 9.92959 22.6504 9.92862 22.6268V20.0008H8.62282V22.8717C8.62282 23.4136 9.11322 23.8533 9.7175 23.8533H15.1386C15.7428 23.8533 16.2332 23.4136 16.2332 22.8717Z",
24
+ fill: "white"
25
+ }),
26
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M40.9006 23.8533H42.1308L42.1266 20.0016C42.1258 20.0056 42.1191 20.0097 42.1075 20.0016H35.6009C34.9966 20.0016 34.5062 20.4413 34.5062 20.9833L34.517 23.8549H35.7472V22.6808H40.9006V23.8533ZM40.9006 20.8431V21.7451C40.7134 21.7446 40.5081 21.7442 40.2907 21.7436C38.45 21.7393 35.7405 21.733 35.7405 21.7402V21.0155C35.7427 20.9679 35.7642 20.9231 35.8003 20.8908C35.8364 20.8585 35.8843 20.8414 35.9334 20.8431H40.9006Z",
30
+ fill: "white"
31
+ }),
32
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M24.866 20.9011C24.866 20.3592 24.5751 20.0008 23.7713 20.0008H17.2431V23.8533H18.4758V22.6792H23.7713C24.6167 22.6792 24.866 22.2395 24.866 21.6975V20.9011ZM23.5527 21.7483H18.4758V20.8447H23.5527C23.6018 20.843 23.6497 20.8601 23.6858 20.8924C23.7219 20.9247 23.7434 20.9695 23.7456 21.0171V21.5759C23.7434 21.6235 23.7219 21.6683 23.6858 21.7006C23.6497 21.7329 23.6018 21.75 23.5527 21.7483Z",
36
+ fill: "white"
37
+ }),
38
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M25.8876 20V23.8509L27.1527 23.8525V22.6784H31.4242L32.1722 23.8525H33.5853L32.7192 22.6301C33.1065 22.6301 33.4889 22.2532 33.4889 21.6967V20.9003C33.4889 20.3584 32.9985 20 32.3942 20H25.8876ZM27.1527 21.7483V20.8439L32.1714 20.8447C32.2205 20.843 32.2684 20.8601 32.3045 20.8924C32.3406 20.9247 32.3621 20.9695 32.3643 21.0171V21.5759C32.3621 21.6235 32.3406 21.6683 32.3045 21.7006C32.2684 21.7329 32.2205 21.75 32.1714 21.7483H27.1527Z",
42
+ fill: "white"
43
+ }),
44
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
45
+ d: "M27.3807 3.3035L23.8944 4.95606L26.0195 5.74607C26.4571 5.9073 26.978 6.11528 27.1694 6.61669C27.3607 7.1181 27.0762 7.58404 26.8216 7.97904L25.6567 9.73962C24.2799 11.828 22.902 13.9148 21.523 16C21.523 15.3551 21.523 14.7102 21.523 14.0653C22.0511 12.453 22.5647 10.8408 23.064 9.22853C23.2049 8.76851 23.3447 8.30848 23.4833 7.84845C23.5665 7.57114 23.5133 7.40508 23.237 7.27287L21.117 6.26199L19.0052 7.27126C18.7289 7.40347 18.6724 7.56953 18.7589 7.84684C18.8965 8.30794 19.0362 8.76797 19.1782 9.22693C19.6753 10.8456 20.1889 12.4579 20.7192 14.0637C20.7192 14.7086 20.7192 15.3535 20.7192 15.9984C19.338 13.9132 17.9601 11.8264 16.5855 9.73801L15.4207 7.97743C15.1644 7.58888 14.8765 7.12938 15.0729 6.61507C15.2692 6.10077 15.7851 5.9073 16.2228 5.74446L18.3479 4.95446L14.8615 3.3019L15.9482 5.06731L14.1509 5.73639C12.8918 3.82641 11.6342 1.91428 10.3784 0C13.9562 1.22854 17.5341 2.46836 21.1219 3.65659C24.7148 2.46836 28.2877 1.23015 31.8655 0C30.6119 1.91213 29.3549 3.82212 28.0946 5.72995L26.2974 5.06086L27.384 3.29545",
46
+ fill: "white"
47
+ })
48
+ ]
49
+ });
50
+ //#endregion
51
+ exports.default = SvgCupraWordmarkDark;
@@ -0,0 +1,49 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react
5
+ var SvgCupraWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 43 24",
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: "M1.09468 23.8533H7.60128V22.8024H1.3108C1.26168 22.8041 1.21385 22.787 1.17773 22.7547C1.1416 22.7224 1.12012 22.6776 1.11796 22.6301V21.2313C1.11848 21.2072 1.12399 21.1834 1.13416 21.1614C1.14433 21.1394 1.15896 21.1196 1.17717 21.1031C1.19538 21.0867 1.21681 21.0739 1.24019 21.0657C1.26357 21.0574 1.28843 21.0537 1.31329 21.0549H7.60128V20.0008H1.09468C0.490406 20.0008 0 20.4405 0 20.9825V22.8717C0 23.4136 0.490406 23.8533 1.09468 23.8533Z",
18
+ fill: "white"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ d: "M16.2332 22.8717V20L14.9258 20.0008V22.6268C14.9236 22.6744 14.9021 22.7192 14.866 22.7515C14.8299 22.7838 14.782 22.8009 14.7329 22.7992H10.1215C10.0971 22.8001 10.0728 22.7965 10.0499 22.7883C10.0271 22.7802 10.0061 22.7678 9.98816 22.7518C9.97025 22.7357 9.95577 22.7165 9.94555 22.695C9.93534 22.6736 9.92959 22.6504 9.92862 22.6268V20.0008H8.62282V22.8717C8.62282 23.4136 9.11322 23.8533 9.7175 23.8533H15.1386C15.7428 23.8533 16.2332 23.4136 16.2332 22.8717Z",
22
+ fill: "white"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M40.9006 23.8533H42.1308L42.1266 20.0016C42.1258 20.0056 42.1191 20.0097 42.1075 20.0016H35.6009C34.9966 20.0016 34.5062 20.4413 34.5062 20.9833L34.517 23.8549H35.7472V22.6808H40.9006V23.8533ZM40.9006 20.8431V21.7451C40.7134 21.7446 40.5081 21.7442 40.2907 21.7436C38.45 21.7393 35.7405 21.733 35.7405 21.7402V21.0155C35.7427 20.9679 35.7642 20.9231 35.8003 20.8908C35.8364 20.8585 35.8843 20.8414 35.9334 20.8431H40.9006Z",
28
+ fill: "white"
29
+ }),
30
+ /* @__PURE__ */ jsx("path", {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M24.866 20.9011C24.866 20.3592 24.5751 20.0008 23.7713 20.0008H17.2431V23.8533H18.4758V22.6792H23.7713C24.6167 22.6792 24.866 22.2395 24.866 21.6975V20.9011ZM23.5527 21.7483H18.4758V20.8447H23.5527C23.6018 20.843 23.6497 20.8601 23.6858 20.8924C23.7219 20.9247 23.7434 20.9695 23.7456 21.0171V21.5759C23.7434 21.6235 23.7219 21.6683 23.6858 21.7006C23.6497 21.7329 23.6018 21.75 23.5527 21.7483Z",
34
+ fill: "white"
35
+ }),
36
+ /* @__PURE__ */ jsx("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M25.8876 20V23.8509L27.1527 23.8525V22.6784H31.4242L32.1722 23.8525H33.5853L32.7192 22.6301C33.1065 22.6301 33.4889 22.2532 33.4889 21.6967V20.9003C33.4889 20.3584 32.9985 20 32.3942 20H25.8876ZM27.1527 21.7483V20.8439L32.1714 20.8447C32.2205 20.843 32.2684 20.8601 32.3045 20.8924C32.3406 20.9247 32.3621 20.9695 32.3643 21.0171V21.5759C32.3621 21.6235 32.3406 21.6683 32.3045 21.7006C32.2684 21.7329 32.2205 21.75 32.1714 21.7483H27.1527Z",
40
+ fill: "white"
41
+ }),
42
+ /* @__PURE__ */ jsx("path", {
43
+ d: "M27.3807 3.3035L23.8944 4.95606L26.0195 5.74607C26.4571 5.9073 26.978 6.11528 27.1694 6.61669C27.3607 7.1181 27.0762 7.58404 26.8216 7.97904L25.6567 9.73962C24.2799 11.828 22.902 13.9148 21.523 16C21.523 15.3551 21.523 14.7102 21.523 14.0653C22.0511 12.453 22.5647 10.8408 23.064 9.22853C23.2049 8.76851 23.3447 8.30848 23.4833 7.84845C23.5665 7.57114 23.5133 7.40508 23.237 7.27287L21.117 6.26199L19.0052 7.27126C18.7289 7.40347 18.6724 7.56953 18.7589 7.84684C18.8965 8.30794 19.0362 8.76797 19.1782 9.22693C19.6753 10.8456 20.1889 12.4579 20.7192 14.0637C20.7192 14.7086 20.7192 15.3535 20.7192 15.9984C19.338 13.9132 17.9601 11.8264 16.5855 9.73801L15.4207 7.97743C15.1644 7.58888 14.8765 7.12938 15.0729 6.61507C15.2692 6.10077 15.7851 5.9073 16.2228 5.74446L18.3479 4.95446L14.8615 3.3019L15.9482 5.06731L14.1509 5.73639C12.8918 3.82641 11.6342 1.91428 10.3784 0C13.9562 1.22854 17.5341 2.46836 21.1219 3.65659C24.7148 2.46836 28.2877 1.23015 31.8655 0C30.6119 1.91213 29.3549 3.82212 28.0946 5.72995L26.2974 5.06086L27.384 3.29545",
44
+ fill: "white"
45
+ })
46
+ ]
47
+ });
48
+ //#endregion
49
+ export { SvgCupraWordmarkDark as default };
@@ -0,0 +1,51 @@
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/cupra/cupra_wordmark_light.svg-react
7
+ var SvgCupraWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 43 24",
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: "M1.09468 23.8533H7.60128V22.8024H1.3108C1.26168 22.8041 1.21385 22.787 1.17773 22.7547C1.1416 22.7224 1.12012 22.6776 1.11796 22.6301V21.2313C1.11848 21.2072 1.12399 21.1834 1.13416 21.1614C1.14433 21.1394 1.15896 21.1196 1.17717 21.1031C1.19538 21.0867 1.21681 21.0739 1.24019 21.0657C1.26357 21.0574 1.28843 21.0537 1.31329 21.0549H7.60128V20.0008H1.09468C0.490406 20.0008 0 20.4405 0 20.9825V22.8717C0 23.4136 0.490406 23.8533 1.09468 23.8533Z",
20
+ fill: "#95572B"
21
+ }),
22
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
23
+ d: "M16.2332 22.8717V20L14.9258 20.0008V22.6268C14.9236 22.6744 14.9021 22.7192 14.866 22.7515C14.8299 22.7838 14.782 22.8009 14.7329 22.7992H10.1215C10.0971 22.8001 10.0728 22.7965 10.0499 22.7883C10.0271 22.7802 10.0061 22.7678 9.98816 22.7518C9.97025 22.7357 9.95577 22.7165 9.94555 22.695C9.93534 22.6736 9.92959 22.6504 9.92862 22.6268V20.0008H8.62282V22.8717C8.62282 23.4136 9.11322 23.8533 9.7175 23.8533H15.1386C15.7428 23.8533 16.2332 23.4136 16.2332 22.8717Z",
24
+ fill: "#95572B"
25
+ }),
26
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M40.9006 23.8533H42.1308L42.1266 20.0016C42.1258 20.0056 42.1191 20.0097 42.1075 20.0016H35.6009C34.9966 20.0016 34.5062 20.4413 34.5062 20.9833L34.517 23.8549H35.7472V22.6808H40.9006V23.8533ZM40.9006 20.8431V21.7451C40.7134 21.7446 40.5081 21.7442 40.2907 21.7436C38.45 21.7393 35.7405 21.733 35.7405 21.7402V21.0155C35.7427 20.9679 35.7642 20.9231 35.8003 20.8908C35.8364 20.8585 35.8843 20.8414 35.9334 20.8431H40.9006Z",
30
+ fill: "#95572B"
31
+ }),
32
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M24.866 20.9011C24.866 20.3592 24.5751 20.0008 23.7713 20.0008H17.2431V23.8533H18.4758V22.6792H23.7713C24.6167 22.6792 24.866 22.2395 24.866 21.6975V20.9011ZM23.5527 21.7483H18.4758V20.8447H23.5527C23.6018 20.843 23.6497 20.8601 23.6858 20.8924C23.7219 20.9247 23.7434 20.9695 23.7456 21.0171V21.5759C23.7434 21.6235 23.7219 21.6683 23.6858 21.7006C23.6497 21.7329 23.6018 21.75 23.5527 21.7483Z",
36
+ fill: "#95572B"
37
+ }),
38
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M25.8876 20V23.8509L27.1527 23.8525V22.6784H31.4242L32.1722 23.8525H33.5853L32.7192 22.6301C33.1065 22.6301 33.4889 22.2532 33.4889 21.6967V20.9003C33.4889 20.3584 32.9985 20 32.3942 20H25.8876ZM27.1527 21.7483V20.8439L32.1714 20.8447C32.2205 20.843 32.2684 20.8601 32.3045 20.8924C32.3406 20.9247 32.3621 20.9695 32.3643 21.0171V21.5759C32.3621 21.6235 32.3406 21.6683 32.3045 21.7006C32.2684 21.7329 32.2205 21.75 32.1714 21.7483H27.1527Z",
42
+ fill: "#95572B"
43
+ }),
44
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
45
+ d: "M27.3807 3.3035L23.8944 4.95606L26.0195 5.74607C26.4571 5.9073 26.978 6.11528 27.1694 6.61669C27.3607 7.1181 27.0762 7.58404 26.8216 7.97904L25.6567 9.73962C24.2799 11.828 22.902 13.9148 21.523 16C21.523 15.3551 21.523 14.7102 21.523 14.0653C22.0511 12.453 22.5647 10.8408 23.064 9.22853C23.2049 8.76851 23.3447 8.30848 23.4833 7.84845C23.5665 7.57114 23.5133 7.40508 23.237 7.27287L21.117 6.26199L19.0052 7.27126C18.7289 7.40347 18.6724 7.56953 18.7589 7.84684C18.8965 8.30794 19.0362 8.76797 19.1782 9.22693C19.6753 10.8456 20.1889 12.4579 20.7192 14.0637C20.7192 14.7086 20.7192 15.3535 20.7192 15.9984C19.338 13.9132 17.9601 11.8264 16.5855 9.73801L15.4207 7.97743C15.1644 7.58888 14.8765 7.12938 15.0729 6.61507C15.2692 6.10077 15.7851 5.9073 16.2228 5.74446L18.3479 4.95446L14.8615 3.3019L15.9482 5.06731L14.1509 5.73639C12.8918 3.82641 11.6342 1.91428 10.3784 0C13.9562 1.22854 17.5341 2.46836 21.1219 3.65659C24.7148 2.46836 28.2877 1.23015 31.8655 0C30.6119 1.91213 29.3549 3.82212 28.0946 5.72995L26.2974 5.06086L27.384 3.29545",
46
+ fill: "#95572B"
47
+ })
48
+ ]
49
+ });
50
+ //#endregion
51
+ exports.default = SvgCupraWordmarkLight;
@@ -0,0 +1,49 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react
5
+ var SvgCupraWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 43 24",
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: "M1.09468 23.8533H7.60128V22.8024H1.3108C1.26168 22.8041 1.21385 22.787 1.17773 22.7547C1.1416 22.7224 1.12012 22.6776 1.11796 22.6301V21.2313C1.11848 21.2072 1.12399 21.1834 1.13416 21.1614C1.14433 21.1394 1.15896 21.1196 1.17717 21.1031C1.19538 21.0867 1.21681 21.0739 1.24019 21.0657C1.26357 21.0574 1.28843 21.0537 1.31329 21.0549H7.60128V20.0008H1.09468C0.490406 20.0008 0 20.4405 0 20.9825V22.8717C0 23.4136 0.490406 23.8533 1.09468 23.8533Z",
18
+ fill: "#95572B"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ d: "M16.2332 22.8717V20L14.9258 20.0008V22.6268C14.9236 22.6744 14.9021 22.7192 14.866 22.7515C14.8299 22.7838 14.782 22.8009 14.7329 22.7992H10.1215C10.0971 22.8001 10.0728 22.7965 10.0499 22.7883C10.0271 22.7802 10.0061 22.7678 9.98816 22.7518C9.97025 22.7357 9.95577 22.7165 9.94555 22.695C9.93534 22.6736 9.92959 22.6504 9.92862 22.6268V20.0008H8.62282V22.8717C8.62282 23.4136 9.11322 23.8533 9.7175 23.8533H15.1386C15.7428 23.8533 16.2332 23.4136 16.2332 22.8717Z",
22
+ fill: "#95572B"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M40.9006 23.8533H42.1308L42.1266 20.0016C42.1258 20.0056 42.1191 20.0097 42.1075 20.0016H35.6009C34.9966 20.0016 34.5062 20.4413 34.5062 20.9833L34.517 23.8549H35.7472V22.6808H40.9006V23.8533ZM40.9006 20.8431V21.7451C40.7134 21.7446 40.5081 21.7442 40.2907 21.7436C38.45 21.7393 35.7405 21.733 35.7405 21.7402V21.0155C35.7427 20.9679 35.7642 20.9231 35.8003 20.8908C35.8364 20.8585 35.8843 20.8414 35.9334 20.8431H40.9006Z",
28
+ fill: "#95572B"
29
+ }),
30
+ /* @__PURE__ */ jsx("path", {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M24.866 20.9011C24.866 20.3592 24.5751 20.0008 23.7713 20.0008H17.2431V23.8533H18.4758V22.6792H23.7713C24.6167 22.6792 24.866 22.2395 24.866 21.6975V20.9011ZM23.5527 21.7483H18.4758V20.8447H23.5527C23.6018 20.843 23.6497 20.8601 23.6858 20.8924C23.7219 20.9247 23.7434 20.9695 23.7456 21.0171V21.5759C23.7434 21.6235 23.7219 21.6683 23.6858 21.7006C23.6497 21.7329 23.6018 21.75 23.5527 21.7483Z",
34
+ fill: "#95572B"
35
+ }),
36
+ /* @__PURE__ */ jsx("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M25.8876 20V23.8509L27.1527 23.8525V22.6784H31.4242L32.1722 23.8525H33.5853L32.7192 22.6301C33.1065 22.6301 33.4889 22.2532 33.4889 21.6967V20.9003C33.4889 20.3584 32.9985 20 32.3942 20H25.8876ZM27.1527 21.7483V20.8439L32.1714 20.8447C32.2205 20.843 32.2684 20.8601 32.3045 20.8924C32.3406 20.9247 32.3621 20.9695 32.3643 21.0171V21.5759C32.3621 21.6235 32.3406 21.6683 32.3045 21.7006C32.2684 21.7329 32.2205 21.75 32.1714 21.7483H27.1527Z",
40
+ fill: "#95572B"
41
+ }),
42
+ /* @__PURE__ */ jsx("path", {
43
+ d: "M27.3807 3.3035L23.8944 4.95606L26.0195 5.74607C26.4571 5.9073 26.978 6.11528 27.1694 6.61669C27.3607 7.1181 27.0762 7.58404 26.8216 7.97904L25.6567 9.73962C24.2799 11.828 22.902 13.9148 21.523 16C21.523 15.3551 21.523 14.7102 21.523 14.0653C22.0511 12.453 22.5647 10.8408 23.064 9.22853C23.2049 8.76851 23.3447 8.30848 23.4833 7.84845C23.5665 7.57114 23.5133 7.40508 23.237 7.27287L21.117 6.26199L19.0052 7.27126C18.7289 7.40347 18.6724 7.56953 18.7589 7.84684C18.8965 8.30794 19.0362 8.76797 19.1782 9.22693C19.6753 10.8456 20.1889 12.4579 20.7192 14.0637C20.7192 14.7086 20.7192 15.3535 20.7192 15.9984C19.338 13.9132 17.9601 11.8264 16.5855 9.73801L15.4207 7.97743C15.1644 7.58888 14.8765 7.12938 15.0729 6.61507C15.2692 6.10077 15.7851 5.9073 16.2228 5.74446L18.3479 4.95446L14.8615 3.3019L15.9482 5.06731L14.1509 5.73639C12.8918 3.82641 11.6342 1.91428 10.3784 0C13.9562 1.22854 17.5341 2.46836 21.1219 3.65659C24.7148 2.46836 28.2877 1.23015 31.8655 0C30.6119 1.91213 29.3549 3.82212 28.0946 5.72995L26.2974 5.06086L27.384 3.29545",
44
+ fill: "#95572B"
45
+ })
46
+ ]
47
+ });
48
+ //#endregion
49
+ export { SvgCupraWordmarkLight as default };
@@ -1,12 +1,20 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const require_cupra_symbol = require("./cupra_symbol.svg-react.cjs");
4
- const require_cupra_wordmark = require("./cupra_wordmark.svg-react.cjs");
3
+ const require_cupra_symbol_light = require("./cupra_symbol_light.svg-react.cjs");
4
+ const require_cupra_symbol_dark = require("./cupra_symbol_dark.svg-react.cjs");
5
+ const require_cupra_wordmark_light = require("./cupra_wordmark_light.svg-react.cjs");
6
+ const require_cupra_wordmark_dark = require("./cupra_wordmark_dark.svg-react.cjs");
5
7
  //#region src/foundation/logos/svg/cupra/index.ts
6
8
  var cupra = {
7
9
  key: "cupra",
8
- symbol: require_cupra_symbol.default,
9
- wordmark: require_cupra_wordmark.default
10
+ symbol: {
11
+ light: require_cupra_symbol_light.default,
12
+ dark: require_cupra_symbol_dark.default
13
+ },
14
+ wordmark: {
15
+ light: require_cupra_wordmark_light.default,
16
+ dark: require_cupra_wordmark_dark.default
17
+ }
10
18
  };
11
19
  //#endregion
12
20
  exports.cupra = cupra;
@@ -1,16 +1,32 @@
1
1
  export declare const cupra: {
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: "cupra";
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
32
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/cupra/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;CAIjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/cupra/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOF,CAAC"}
@@ -1,11 +1,19 @@
1
1
  "use client";
2
- import SvgCupraSymbol from "./cupra_symbol.svg-react.js";
3
- import SvgCupraWordmark from "./cupra_wordmark.svg-react.js";
2
+ import SvgCupraSymbolLight from "./cupra_symbol_light.svg-react.js";
3
+ import SvgCupraSymbolDark from "./cupra_symbol_dark.svg-react.js";
4
+ import SvgCupraWordmarkLight from "./cupra_wordmark_light.svg-react.js";
5
+ import SvgCupraWordmarkDark from "./cupra_wordmark_dark.svg-react.js";
4
6
  //#region src/foundation/logos/svg/cupra/index.ts
5
7
  var cupra = {
6
8
  key: "cupra",
7
- symbol: SvgCupraSymbol,
8
- wordmark: SvgCupraWordmark
9
+ symbol: {
10
+ light: SvgCupraSymbolLight,
11
+ dark: SvgCupraSymbolDark
12
+ },
13
+ wordmark: {
14
+ light: SvgCupraWordmarkLight,
15
+ dark: SvgCupraWordmarkDark
16
+ }
9
17
  };
10
18
  //#endregion
11
19
  export { cupra };
@@ -0,0 +1,61 @@
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/dahles/dahles_wordmark_dark.svg-react
7
+ var SvgDahlesWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 110 16",
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: "M0 14.9536V1.04526H3.93971C5.36714 1.04526 6.60186 1.28702 7.64389 1.77054C8.68591 2.25406 9.49241 3.00778 10.0634 4.03171C10.6486 5.04141 10.9412 6.34265 10.9412 7.93543C10.9412 9.5282 10.6558 10.8437 10.0848 11.8818C9.51382 12.92 8.71446 13.695 7.68671 14.207C6.67323 14.7047 5.48133 14.9536 4.111 14.9536H0ZM3.14748 12.4151H3.747C4.54636 12.4151 5.23867 12.2729 5.82391 11.9885C6.42343 11.704 6.88735 11.2347 7.21566 10.5806C7.54396 9.92639 7.70812 9.04468 7.70812 7.93543C7.70812 6.82617 7.54396 5.95868 7.21566 5.33295C6.88735 4.69299 6.42343 4.24503 5.82391 3.98904C5.23867 3.71884 4.54636 3.58374 3.747 3.58374H3.14748V12.4151Z",
20
+ fill: "white"
21
+ }),
22
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
23
+ d: "M16.0107 15.2096C15.0401 15.2096 14.2693 14.9038 13.6983 14.2923C13.1273 13.6666 12.8418 12.9057 12.8418 12.0098C12.8418 10.9005 13.3129 10.0331 14.255 9.40732C15.1971 8.78159 16.7173 8.36206 18.8156 8.14874C18.7871 7.67944 18.6444 7.30969 18.3874 7.03949C18.1448 6.75507 17.7308 6.61285 17.1455 6.61285C16.703 6.61285 16.2534 6.69818 15.7966 6.86884C15.3398 7.03949 14.8545 7.27414 14.3406 7.57279L13.2058 5.5036C13.8767 5.09119 14.5904 4.75699 15.347 4.50101C16.1178 4.24503 16.9172 4.11703 17.7451 4.11703C19.1011 4.11703 20.1431 4.50812 20.8711 5.29028C21.5991 6.07245 21.9631 7.27414 21.9631 8.89536V14.9536H19.3937L19.1796 13.8657H19.094C18.6515 14.2639 18.1733 14.5909 17.6594 14.8469C17.1598 15.0887 16.6103 15.2096 16.0107 15.2096ZM17.0813 12.7777C17.4382 12.7777 17.7451 12.6995 18.002 12.5431C18.2732 12.3724 18.5444 12.152 18.8156 11.8818V10.0259C17.7022 10.1682 16.9314 10.3957 16.5032 10.7086C16.075 11.0072 15.8609 11.3627 15.8609 11.7751C15.8609 12.1165 15.9679 12.3724 16.182 12.5431C16.4104 12.6995 16.7102 12.7777 17.0813 12.7777Z",
24
+ fill: "white"
25
+ }),
26
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
27
+ d: "M24.6255 14.9536V0H27.773V3.66907L27.6231 5.5676C28.0228 5.21207 28.4867 4.88498 29.0148 4.58633C29.5573 4.27347 30.1853 4.11703 30.8991 4.11703C32.0553 4.11703 32.8903 4.50101 33.4042 5.26895C33.9323 6.02268 34.1964 7.06082 34.1964 8.38339V14.9536H31.0489V8.7887C31.0489 8.02075 30.9419 7.49457 30.7278 7.21014C30.5279 6.92572 30.1996 6.78351 29.7428 6.78351C29.3432 6.78351 29.0006 6.87595 28.7151 7.06082C28.4296 7.23148 28.1156 7.48035 27.773 7.80744V14.9536H24.6255Z",
28
+ fill: "white"
29
+ }),
30
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
31
+ d: "M39.7482 15.2096C38.6633 15.2096 37.9068 14.8896 37.4786 14.2496C37.0646 13.5955 36.8576 12.7351 36.8576 11.6685V0H40.0051V11.7965C40.0051 12.1236 40.0622 12.3511 40.1764 12.4791C40.3049 12.6071 40.4333 12.6711 40.5618 12.6711C40.6332 12.6711 40.6903 12.6711 40.7331 12.6711C40.7902 12.6569 40.8616 12.6426 40.9472 12.6284L41.3326 14.9536C41.1613 15.0247 40.9401 15.0816 40.6689 15.1242C40.4119 15.1811 40.105 15.2096 39.7482 15.2096Z",
32
+ fill: "white"
33
+ }),
34
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
35
+ d: "M47.7375 15.2096C46.724 15.2096 45.8104 14.9891 44.9968 14.5483C44.1832 14.1074 43.5408 13.4746 43.0698 12.6498C42.5987 11.8249 42.3632 10.8294 42.3632 9.6633C42.3632 8.51138 42.5987 7.52301 43.0698 6.69818C43.5551 5.87335 44.1832 5.24051 44.954 4.79965C45.7248 4.34457 46.5313 4.11703 47.3735 4.11703C48.387 4.11703 49.222 4.34457 49.8786 4.79965C50.5495 5.24051 51.0491 5.84491 51.3774 6.61285C51.72 7.36658 51.8913 8.22696 51.8913 9.194C51.8913 9.4642 51.877 9.73441 51.8485 10.0046C51.8199 10.2606 51.7914 10.4526 51.7628 10.5806H45.4036C45.5464 11.3485 45.8675 11.9174 46.3671 12.2871C46.8667 12.6426 47.4663 12.8204 48.1657 12.8204C48.9222 12.8204 49.6859 12.5858 50.4567 12.1165L51.5059 14.015C50.9635 14.3847 50.3568 14.6763 49.6859 14.8896C49.015 15.1029 48.3656 15.2096 47.7375 15.2096ZM45.3822 8.51138H49.2149C49.2149 7.92832 49.0721 7.4519 48.7866 7.08215C48.5154 6.69818 48.0658 6.50619 47.4377 6.50619C46.9524 6.50619 46.517 6.67685 46.1316 7.01816C45.7462 7.34525 45.4964 7.84299 45.3822 8.51138Z",
36
+ fill: "white"
37
+ }),
38
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
39
+ d: "M57.1923 15.2096C56.4929 15.2096 55.772 15.0745 55.0297 14.8043C54.3018 14.5341 53.6666 14.1785 53.1241 13.7377L54.5373 11.7751C55.0226 12.1307 55.4865 12.408 55.929 12.6071C56.3858 12.792 56.8354 12.8844 57.2779 12.8844C57.749 12.8844 58.0916 12.8062 58.3057 12.6498C58.5198 12.4791 58.6269 12.2587 58.6269 11.9885C58.6269 11.7467 58.5198 11.5476 58.3057 11.3912C58.1059 11.2347 57.8418 11.0925 57.5135 10.9645C57.1852 10.8223 56.8354 10.6801 56.4643 10.5379C56.0361 10.3672 55.6079 10.1539 55.1796 9.89795C54.7657 9.64197 54.416 9.31488 54.1305 8.91669C53.845 8.50427 53.7022 8.00653 53.7022 7.42346C53.7022 6.4422 54.0734 5.64581 54.8156 5.0343C55.5722 4.42279 56.5571 4.11703 57.7704 4.11703C58.584 4.11703 59.2978 4.25925 59.9116 4.54367C60.5396 4.81387 61.0749 5.11963 61.5174 5.46094L60.1043 7.33813C59.7331 7.05371 59.362 6.83328 58.9909 6.67685C58.6197 6.52042 58.2486 6.4422 57.8775 6.4422C57.0638 6.4422 56.657 6.71951 56.657 7.27414C56.657 7.61545 56.8569 7.87854 57.2565 8.06342C57.6705 8.23407 58.1487 8.41895 58.6911 8.61804C59.1479 8.77448 59.5904 8.98068 60.0186 9.23666C60.4611 9.47842 60.8251 9.80551 61.1106 10.2179C61.4104 10.6161 61.5602 11.1423 61.5602 11.7965C61.5602 12.7493 61.1891 13.5599 60.4468 14.2283C59.7046 14.8825 58.6197 15.2096 57.1923 15.2096Z",
40
+ fill: "white"
41
+ }),
42
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
43
+ d: "M71.3786 7.91409L71.036 9.194H74.0122L73.691 7.91409C73.5054 7.21726 73.3127 6.47775 73.1129 5.69559C72.9273 4.91342 72.7417 4.1597 72.5562 3.43442H72.4705C72.2992 4.17392 72.1208 4.93475 71.9353 5.71692C71.764 6.48486 71.5784 7.21726 71.3786 7.91409ZM66.3255 14.9536L70.6934 1.04526H74.4832L78.8511 14.9536H75.511L74.6545 11.6472H70.3936L69.5372 14.9536H66.3255Z",
44
+ fill: "white"
45
+ }),
46
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
47
+ d: "M83.3099 15.2096C82.1537 15.2096 81.3115 14.8327 80.7834 14.079C80.2695 13.311 80.0126 12.2658 80.0126 10.9432V4.37302H83.16V10.5379C83.16 11.2916 83.2671 11.8178 83.4812 12.1165C83.6953 12.4009 84.0308 12.5431 84.4875 12.5431C84.8872 12.5431 85.2227 12.4507 85.4939 12.2658C85.7651 12.0809 86.0577 11.7823 86.3717 11.3698V4.37302H89.5192V14.9536H86.9499L86.7143 13.4817H86.6501C86.2076 14.0079 85.7223 14.4274 85.1941 14.7403C84.666 15.0531 84.0379 15.2096 83.3099 15.2096Z",
48
+ fill: "white"
49
+ }),
50
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
51
+ d: "M96.3786 15.2096C95.0654 15.2096 94.1232 14.8327 93.5523 14.079C92.9956 13.3253 92.7172 12.3369 92.7172 11.1139V6.82617H91.2613V4.50101L92.8885 4.37302L93.2525 1.55722H95.8647V4.37302H98.4127V6.82617H95.8647V11.0712C95.8647 11.6685 95.986 12.1022 96.2287 12.3724C96.4856 12.6284 96.8211 12.7564 97.235 12.7564C97.4063 12.7564 97.5776 12.7351 97.7489 12.6924C97.9345 12.6498 98.0986 12.6 98.2414 12.5431L98.7338 14.8256C98.4626 14.9109 98.1272 14.9962 97.7275 15.0816C97.3421 15.1669 96.8925 15.2096 96.3786 15.2096Z",
52
+ fill: "white"
53
+ }),
54
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
55
+ d: "M104.67 15.2096C103.771 15.2096 102.921 14.9962 102.122 14.5696C101.337 14.1288 100.702 13.4959 100.216 12.6711C99.7309 11.832 99.4883 10.8294 99.4883 9.6633C99.4883 8.48294 99.7309 7.48035 100.216 6.65552C100.702 5.83069 101.337 5.20496 102.122 4.77832C102.921 4.33746 103.771 4.11703 104.67 4.11703C105.569 4.11703 106.411 4.33746 107.196 4.77832C107.981 5.20496 108.617 5.83069 109.102 6.65552C109.587 7.48035 109.83 8.48294 109.83 9.6633C109.83 10.8294 109.587 11.832 109.102 12.6711C108.617 13.4959 107.981 14.1288 107.196 14.5696C106.411 14.9962 105.569 15.2096 104.67 15.2096ZM104.67 12.6711C105.312 12.6711 105.798 12.4009 106.126 11.8605C106.454 11.3058 106.618 10.5735 106.618 9.6633C106.618 8.73892 106.454 8.00653 106.126 7.46613C105.798 6.92572 105.312 6.65552 104.67 6.65552C104.013 6.65552 103.521 6.92572 103.192 7.46613C102.878 8.00653 102.721 8.73892 102.721 9.6633C102.721 10.5735 102.878 11.3058 103.192 11.8605C103.521 12.4009 104.013 12.6711 104.67 12.6711Z",
56
+ fill: "white"
57
+ })
58
+ ]
59
+ });
60
+ //#endregion
61
+ exports.default = SvgDahlesWordmarkDark;
@@ -0,0 +1,59 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react
5
+ var SvgDahlesWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 110 16",
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: "M0 14.9536V1.04526H3.93971C5.36714 1.04526 6.60186 1.28702 7.64389 1.77054C8.68591 2.25406 9.49241 3.00778 10.0634 4.03171C10.6486 5.04141 10.9412 6.34265 10.9412 7.93543C10.9412 9.5282 10.6558 10.8437 10.0848 11.8818C9.51382 12.92 8.71446 13.695 7.68671 14.207C6.67323 14.7047 5.48133 14.9536 4.111 14.9536H0ZM3.14748 12.4151H3.747C4.54636 12.4151 5.23867 12.2729 5.82391 11.9885C6.42343 11.704 6.88735 11.2347 7.21566 10.5806C7.54396 9.92639 7.70812 9.04468 7.70812 7.93543C7.70812 6.82617 7.54396 5.95868 7.21566 5.33295C6.88735 4.69299 6.42343 4.24503 5.82391 3.98904C5.23867 3.71884 4.54636 3.58374 3.747 3.58374H3.14748V12.4151Z",
18
+ fill: "white"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ d: "M16.0107 15.2096C15.0401 15.2096 14.2693 14.9038 13.6983 14.2923C13.1273 13.6666 12.8418 12.9057 12.8418 12.0098C12.8418 10.9005 13.3129 10.0331 14.255 9.40732C15.1971 8.78159 16.7173 8.36206 18.8156 8.14874C18.7871 7.67944 18.6444 7.30969 18.3874 7.03949C18.1448 6.75507 17.7308 6.61285 17.1455 6.61285C16.703 6.61285 16.2534 6.69818 15.7966 6.86884C15.3398 7.03949 14.8545 7.27414 14.3406 7.57279L13.2058 5.5036C13.8767 5.09119 14.5904 4.75699 15.347 4.50101C16.1178 4.24503 16.9172 4.11703 17.7451 4.11703C19.1011 4.11703 20.1431 4.50812 20.8711 5.29028C21.5991 6.07245 21.9631 7.27414 21.9631 8.89536V14.9536H19.3937L19.1796 13.8657H19.094C18.6515 14.2639 18.1733 14.5909 17.6594 14.8469C17.1598 15.0887 16.6103 15.2096 16.0107 15.2096ZM17.0813 12.7777C17.4382 12.7777 17.7451 12.6995 18.002 12.5431C18.2732 12.3724 18.5444 12.152 18.8156 11.8818V10.0259C17.7022 10.1682 16.9314 10.3957 16.5032 10.7086C16.075 11.0072 15.8609 11.3627 15.8609 11.7751C15.8609 12.1165 15.9679 12.3724 16.182 12.5431C16.4104 12.6995 16.7102 12.7777 17.0813 12.7777Z",
22
+ fill: "white"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ d: "M24.6255 14.9536V0H27.773V3.66907L27.6231 5.5676C28.0228 5.21207 28.4867 4.88498 29.0148 4.58633C29.5573 4.27347 30.1853 4.11703 30.8991 4.11703C32.0553 4.11703 32.8903 4.50101 33.4042 5.26895C33.9323 6.02268 34.1964 7.06082 34.1964 8.38339V14.9536H31.0489V8.7887C31.0489 8.02075 30.9419 7.49457 30.7278 7.21014C30.5279 6.92572 30.1996 6.78351 29.7428 6.78351C29.3432 6.78351 29.0006 6.87595 28.7151 7.06082C28.4296 7.23148 28.1156 7.48035 27.773 7.80744V14.9536H24.6255Z",
26
+ fill: "white"
27
+ }),
28
+ /* @__PURE__ */ jsx("path", {
29
+ d: "M39.7482 15.2096C38.6633 15.2096 37.9068 14.8896 37.4786 14.2496C37.0646 13.5955 36.8576 12.7351 36.8576 11.6685V0H40.0051V11.7965C40.0051 12.1236 40.0622 12.3511 40.1764 12.4791C40.3049 12.6071 40.4333 12.6711 40.5618 12.6711C40.6332 12.6711 40.6903 12.6711 40.7331 12.6711C40.7902 12.6569 40.8616 12.6426 40.9472 12.6284L41.3326 14.9536C41.1613 15.0247 40.9401 15.0816 40.6689 15.1242C40.4119 15.1811 40.105 15.2096 39.7482 15.2096Z",
30
+ fill: "white"
31
+ }),
32
+ /* @__PURE__ */ jsx("path", {
33
+ d: "M47.7375 15.2096C46.724 15.2096 45.8104 14.9891 44.9968 14.5483C44.1832 14.1074 43.5408 13.4746 43.0698 12.6498C42.5987 11.8249 42.3632 10.8294 42.3632 9.6633C42.3632 8.51138 42.5987 7.52301 43.0698 6.69818C43.5551 5.87335 44.1832 5.24051 44.954 4.79965C45.7248 4.34457 46.5313 4.11703 47.3735 4.11703C48.387 4.11703 49.222 4.34457 49.8786 4.79965C50.5495 5.24051 51.0491 5.84491 51.3774 6.61285C51.72 7.36658 51.8913 8.22696 51.8913 9.194C51.8913 9.4642 51.877 9.73441 51.8485 10.0046C51.8199 10.2606 51.7914 10.4526 51.7628 10.5806H45.4036C45.5464 11.3485 45.8675 11.9174 46.3671 12.2871C46.8667 12.6426 47.4663 12.8204 48.1657 12.8204C48.9222 12.8204 49.6859 12.5858 50.4567 12.1165L51.5059 14.015C50.9635 14.3847 50.3568 14.6763 49.6859 14.8896C49.015 15.1029 48.3656 15.2096 47.7375 15.2096ZM45.3822 8.51138H49.2149C49.2149 7.92832 49.0721 7.4519 48.7866 7.08215C48.5154 6.69818 48.0658 6.50619 47.4377 6.50619C46.9524 6.50619 46.517 6.67685 46.1316 7.01816C45.7462 7.34525 45.4964 7.84299 45.3822 8.51138Z",
34
+ fill: "white"
35
+ }),
36
+ /* @__PURE__ */ jsx("path", {
37
+ d: "M57.1923 15.2096C56.4929 15.2096 55.772 15.0745 55.0297 14.8043C54.3018 14.5341 53.6666 14.1785 53.1241 13.7377L54.5373 11.7751C55.0226 12.1307 55.4865 12.408 55.929 12.6071C56.3858 12.792 56.8354 12.8844 57.2779 12.8844C57.749 12.8844 58.0916 12.8062 58.3057 12.6498C58.5198 12.4791 58.6269 12.2587 58.6269 11.9885C58.6269 11.7467 58.5198 11.5476 58.3057 11.3912C58.1059 11.2347 57.8418 11.0925 57.5135 10.9645C57.1852 10.8223 56.8354 10.6801 56.4643 10.5379C56.0361 10.3672 55.6079 10.1539 55.1796 9.89795C54.7657 9.64197 54.416 9.31488 54.1305 8.91669C53.845 8.50427 53.7022 8.00653 53.7022 7.42346C53.7022 6.4422 54.0734 5.64581 54.8156 5.0343C55.5722 4.42279 56.5571 4.11703 57.7704 4.11703C58.584 4.11703 59.2978 4.25925 59.9116 4.54367C60.5396 4.81387 61.0749 5.11963 61.5174 5.46094L60.1043 7.33813C59.7331 7.05371 59.362 6.83328 58.9909 6.67685C58.6197 6.52042 58.2486 6.4422 57.8775 6.4422C57.0638 6.4422 56.657 6.71951 56.657 7.27414C56.657 7.61545 56.8569 7.87854 57.2565 8.06342C57.6705 8.23407 58.1487 8.41895 58.6911 8.61804C59.1479 8.77448 59.5904 8.98068 60.0186 9.23666C60.4611 9.47842 60.8251 9.80551 61.1106 10.2179C61.4104 10.6161 61.5602 11.1423 61.5602 11.7965C61.5602 12.7493 61.1891 13.5599 60.4468 14.2283C59.7046 14.8825 58.6197 15.2096 57.1923 15.2096Z",
38
+ fill: "white"
39
+ }),
40
+ /* @__PURE__ */ jsx("path", {
41
+ d: "M71.3786 7.91409L71.036 9.194H74.0122L73.691 7.91409C73.5054 7.21726 73.3127 6.47775 73.1129 5.69559C72.9273 4.91342 72.7417 4.1597 72.5562 3.43442H72.4705C72.2992 4.17392 72.1208 4.93475 71.9353 5.71692C71.764 6.48486 71.5784 7.21726 71.3786 7.91409ZM66.3255 14.9536L70.6934 1.04526H74.4832L78.8511 14.9536H75.511L74.6545 11.6472H70.3936L69.5372 14.9536H66.3255Z",
42
+ fill: "white"
43
+ }),
44
+ /* @__PURE__ */ jsx("path", {
45
+ d: "M83.3099 15.2096C82.1537 15.2096 81.3115 14.8327 80.7834 14.079C80.2695 13.311 80.0126 12.2658 80.0126 10.9432V4.37302H83.16V10.5379C83.16 11.2916 83.2671 11.8178 83.4812 12.1165C83.6953 12.4009 84.0308 12.5431 84.4875 12.5431C84.8872 12.5431 85.2227 12.4507 85.4939 12.2658C85.7651 12.0809 86.0577 11.7823 86.3717 11.3698V4.37302H89.5192V14.9536H86.9499L86.7143 13.4817H86.6501C86.2076 14.0079 85.7223 14.4274 85.1941 14.7403C84.666 15.0531 84.0379 15.2096 83.3099 15.2096Z",
46
+ fill: "white"
47
+ }),
48
+ /* @__PURE__ */ jsx("path", {
49
+ d: "M96.3786 15.2096C95.0654 15.2096 94.1232 14.8327 93.5523 14.079C92.9956 13.3253 92.7172 12.3369 92.7172 11.1139V6.82617H91.2613V4.50101L92.8885 4.37302L93.2525 1.55722H95.8647V4.37302H98.4127V6.82617H95.8647V11.0712C95.8647 11.6685 95.986 12.1022 96.2287 12.3724C96.4856 12.6284 96.8211 12.7564 97.235 12.7564C97.4063 12.7564 97.5776 12.7351 97.7489 12.6924C97.9345 12.6498 98.0986 12.6 98.2414 12.5431L98.7338 14.8256C98.4626 14.9109 98.1272 14.9962 97.7275 15.0816C97.3421 15.1669 96.8925 15.2096 96.3786 15.2096Z",
50
+ fill: "white"
51
+ }),
52
+ /* @__PURE__ */ jsx("path", {
53
+ d: "M104.67 15.2096C103.771 15.2096 102.921 14.9962 102.122 14.5696C101.337 14.1288 100.702 13.4959 100.216 12.6711C99.7309 11.832 99.4883 10.8294 99.4883 9.6633C99.4883 8.48294 99.7309 7.48035 100.216 6.65552C100.702 5.83069 101.337 5.20496 102.122 4.77832C102.921 4.33746 103.771 4.11703 104.67 4.11703C105.569 4.11703 106.411 4.33746 107.196 4.77832C107.981 5.20496 108.617 5.83069 109.102 6.65552C109.587 7.48035 109.83 8.48294 109.83 9.6633C109.83 10.8294 109.587 11.832 109.102 12.6711C108.617 13.4959 107.981 14.1288 107.196 14.5696C106.411 14.9962 105.569 15.2096 104.67 15.2096ZM104.67 12.6711C105.312 12.6711 105.798 12.4009 106.126 11.8605C106.454 11.3058 106.618 10.5735 106.618 9.6633C106.618 8.73892 106.454 8.00653 106.126 7.46613C105.798 6.92572 105.312 6.65552 104.67 6.65552C104.013 6.65552 103.521 6.92572 103.192 7.46613C102.878 8.00653 102.721 8.73892 102.721 9.6633C102.721 10.5735 102.878 11.3058 103.192 11.8605C103.521 12.4009 104.013 12.6711 104.67 12.6711Z",
54
+ fill: "white"
55
+ })
56
+ ]
57
+ });
58
+ //#endregion
59
+ export { SvgDahlesWordmarkDark as default };