@gnist/design-system 7.0.0-alpha.0 → 7.0.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 (174) hide show
  1. package/CHANGELOG.md +13 -7
  2. package/README.md +0 -1
  3. package/dist/building-blocks/skeletons/CircularSkeleton.cjs +2 -1
  4. package/dist/building-blocks/skeletons/CircularSkeleton.d.ts.map +1 -1
  5. package/dist/building-blocks/skeletons/CircularSkeleton.js +2 -1
  6. package/dist/building-blocks/skeletons/RectangularSkeleton.cjs +2 -1
  7. package/dist/building-blocks/skeletons/RectangularSkeleton.d.ts.map +1 -1
  8. package/dist/building-blocks/skeletons/RectangularSkeleton.js +2 -1
  9. package/dist/building-blocks/skeletons/TextSkeleton.cjs +2 -1
  10. package/dist/building-blocks/skeletons/TextSkeleton.d.ts.map +1 -1
  11. package/dist/building-blocks/skeletons/TextSkeleton.js +2 -1
  12. package/dist/foundation/logos/Logo.cjs +5 -24
  13. package/dist/foundation/logos/Logo.css.cjs +5 -1
  14. package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
  15. package/dist/foundation/logos/Logo.css.js +5 -1
  16. package/dist/foundation/logos/Logo.d.ts +12 -39
  17. package/dist/foundation/logos/Logo.d.ts.map +1 -1
  18. package/dist/foundation/logos/Logo.js +4 -23
  19. package/dist/foundation/logos/logos.cjs +1 -1
  20. package/dist/foundation/logos/logos.d.ts +2 -15
  21. package/dist/foundation/logos/logos.d.ts.map +1 -1
  22. package/dist/foundation/logos/logos.js +2 -2
  23. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.cjs +51 -0
  24. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.js +49 -0
  25. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.cjs +51 -0
  26. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.js +49 -0
  27. package/dist/foundation/logos/svg/audi/index.cjs +10 -4
  28. package/dist/foundation/logos/svg/audi/index.d.ts +29 -13
  29. package/dist/foundation/logos/svg/audi/index.d.ts.map +1 -1
  30. package/dist/foundation/logos/svg/audi/index.js +10 -4
  31. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.cjs +22 -0
  32. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.js +20 -0
  33. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.cjs +22 -0
  34. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.js +20 -0
  35. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.cjs +22 -0
  36. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.js +20 -0
  37. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.cjs +22 -0
  38. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.js +20 -0
  39. package/dist/foundation/logos/svg/autoria/index.cjs +12 -4
  40. package/dist/foundation/logos/svg/autoria/index.d.ts +29 -13
  41. package/dist/foundation/logos/svg/autoria/index.d.ts.map +1 -1
  42. package/dist/foundation/logos/svg/autoria/index.js +12 -4
  43. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.cjs +22 -0
  44. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.js +20 -0
  45. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.cjs +22 -0
  46. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.js +20 -0
  47. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.cjs +22 -0
  48. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.js +20 -0
  49. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.cjs +22 -0
  50. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.js +20 -0
  51. package/dist/foundation/logos/svg/bilhold/index.cjs +12 -4
  52. package/dist/foundation/logos/svg/bilhold/index.d.ts +29 -13
  53. package/dist/foundation/logos/svg/bilhold/index.d.ts.map +1 -1
  54. package/dist/foundation/logos/svg/bilhold/index.js +12 -4
  55. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.cjs +22 -0
  56. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.js +20 -0
  57. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.cjs +22 -0
  58. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.js +20 -0
  59. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.cjs +51 -0
  60. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.js +49 -0
  61. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.cjs +51 -0
  62. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.js +49 -0
  63. package/dist/foundation/logos/svg/cupra/index.cjs +12 -4
  64. package/dist/foundation/logos/svg/cupra/index.d.ts +29 -13
  65. package/dist/foundation/logos/svg/cupra/index.d.ts.map +1 -1
  66. package/dist/foundation/logos/svg/cupra/index.js +12 -4
  67. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.cjs +61 -0
  68. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.js +59 -0
  69. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.cjs +61 -0
  70. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.js +59 -0
  71. package/dist/foundation/logos/svg/dahles/index.cjs +10 -4
  72. package/dist/foundation/logos/svg/dahles/index.d.ts +29 -13
  73. package/dist/foundation/logos/svg/dahles/index.d.ts.map +1 -1
  74. package/dist/foundation/logos/svg/dahles/index.js +10 -4
  75. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.cjs +22 -0
  76. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.js +20 -0
  77. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.cjs +22 -0
  78. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.js +20 -0
  79. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.cjs +47 -0
  80. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.js +45 -0
  81. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.cjs +47 -0
  82. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.js +45 -0
  83. package/dist/foundation/logos/svg/gumpen/index.cjs +12 -4
  84. package/dist/foundation/logos/svg/gumpen/index.d.ts +29 -13
  85. package/dist/foundation/logos/svg/gumpen/index.d.ts.map +1 -1
  86. package/dist/foundation/logos/svg/gumpen/index.js +12 -4
  87. package/dist/foundation/logos/svg/index.cjs +1 -1
  88. package/dist/foundation/logos/svg/index.d.ts +1 -1
  89. package/dist/foundation/logos/svg/index.js +2 -2
  90. package/dist/foundation/logos/svg/mollerbil/index.cjs +12 -4
  91. package/dist/foundation/logos/svg/mollerbil/index.d.ts +29 -13
  92. package/dist/foundation/logos/svg/mollerbil/index.d.ts.map +1 -1
  93. package/dist/foundation/logos/svg/mollerbil/index.js +12 -4
  94. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.cjs +22 -0
  95. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.js +20 -0
  96. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.cjs +22 -0
  97. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.js +20 -0
  98. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.cjs +57 -0
  99. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.js +55 -0
  100. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.cjs +57 -0
  101. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.js +55 -0
  102. package/dist/foundation/logos/svg/others/index.cjs +72 -18
  103. package/dist/foundation/logos/svg/others/index.d.ts +261 -117
  104. package/dist/foundation/logos/svg/others/index.d.ts.map +1 -1
  105. package/dist/foundation/logos/svg/others/index.js +72 -18
  106. package/dist/foundation/logos/svg/skoda/index.cjs +12 -4
  107. package/dist/foundation/logos/svg/skoda/index.d.ts +29 -13
  108. package/dist/foundation/logos/svg/skoda/index.d.ts.map +1 -1
  109. package/dist/foundation/logos/svg/skoda/index.js +12 -4
  110. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.cjs +22 -0
  111. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.js +20 -0
  112. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.cjs +22 -0
  113. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.js +20 -0
  114. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.cjs +22 -0
  115. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.js +20 -0
  116. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.cjs +22 -0
  117. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.js +20 -0
  118. package/dist/foundation/logos/svg/vw/index.cjs +22 -10
  119. package/dist/foundation/logos/svg/vw/index.d.ts +59 -27
  120. package/dist/foundation/logos/svg/vw/index.d.ts.map +1 -1
  121. package/dist/foundation/logos/svg/vw/index.js +22 -10
  122. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.cjs +29 -0
  123. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.js +27 -0
  124. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.cjs +29 -0
  125. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.js +27 -0
  126. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.cjs +22 -0
  127. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.js +20 -0
  128. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.cjs +22 -0
  129. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.js +20 -0
  130. package/dist/foundation/logos/types.cjs +31 -0
  131. package/dist/foundation/logos/types.d.ts +41 -0
  132. package/dist/foundation/logos/types.d.ts.map +1 -0
  133. package/dist/foundation/logos/types.js +30 -0
  134. package/package.json +4 -4
  135. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.cjs +0 -51
  136. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.js +0 -49
  137. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.cjs +0 -51
  138. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.js +0 -49
  139. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.cjs +0 -22
  140. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.js +0 -20
  141. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.cjs +0 -22
  142. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.js +0 -20
  143. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.cjs +0 -22
  144. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.js +0 -20
  145. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.cjs +0 -22
  146. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.js +0 -20
  147. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.cjs +0 -22
  148. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.js +0 -20
  149. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.cjs +0 -51
  150. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.js +0 -49
  151. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.cjs +0 -61
  152. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.js +0 -59
  153. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.cjs +0 -61
  154. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.js +0 -59
  155. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.cjs +0 -22
  156. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.js +0 -20
  157. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.cjs +0 -47
  158. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.js +0 -45
  159. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.cjs +0 -22
  160. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.js +0 -20
  161. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.cjs +0 -57
  162. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.js +0 -55
  163. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.cjs +0 -22
  164. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.js +0 -20
  165. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.cjs +0 -22
  166. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.js +0 -20
  167. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.cjs +0 -29
  168. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.js +0 -27
  169. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.cjs +0 -29
  170. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.js +0 -27
  171. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.cjs +0 -22
  172. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.js +0 -20
  173. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.cjs +0 -22
  174. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.js +0 -20
@@ -2,7 +2,7 @@ export { bilhold } from "./bilhold/index.js";
2
2
  export { mollerbil } from "./mollerbil/index.js";
3
3
  export { skoda } from "./skoda/index.js";
4
4
  export { gumpen } from "./gumpen/index.js";
5
- export { vw, vwnytte } from "./vw/index.js";
5
+ export { vw, vwNytte } from "./vw/index.js";
6
6
  export { dahles } from "./dahles/index.js";
7
7
  export { autoria } from "./autoria/index.js";
8
8
  export { audi } from "./audi/index.js";
@@ -3,10 +3,10 @@ import { bilhold } from "./bilhold/index.js";
3
3
  import { mollerbil } from "./mollerbil/index.js";
4
4
  import { skoda } from "./skoda/index.js";
5
5
  import { gumpen } from "./gumpen/index.js";
6
- import { vw, vwnytte } from "./vw/index.js";
6
+ import { vw, vwNytte } from "./vw/index.js";
7
7
  import { dahles } from "./dahles/index.js";
8
8
  import { autoria } from "./autoria/index.js";
9
9
  import { audi } from "./audi/index.js";
10
10
  import { cupra } from "./cupra/index.js";
11
11
  import { albjerk, alta, berge, fremme, kirkenes, mobile, slatlem, sulland, svebjorn } from "./others/index.js";
12
- export { albjerk, alta, audi, autoria, berge, bilhold, cupra, dahles, fremme, gumpen, kirkenes, mobile, mollerbil, skoda, slatlem, sulland, svebjorn, vw, vwnytte };
12
+ export { albjerk, alta, audi, autoria, berge, bilhold, cupra, dahles, fremme, gumpen, kirkenes, mobile, mollerbil, skoda, slatlem, sulland, svebjorn, vw, vwNytte };
@@ -1,12 +1,20 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const require_mollerbil_symbol = require("./mollerbil_symbol.svg-react.cjs");
4
- const require_mollerbil_wordmark = require("./mollerbil_wordmark.svg-react.cjs");
3
+ const require_mollerbil_symbol_light = require("./mollerbil_symbol_light.svg-react.cjs");
4
+ const require_mollerbil_symbol_dark = require("./mollerbil_symbol_dark.svg-react.cjs");
5
+ const require_mollerbil_wordmark_light = require("./mollerbil_wordmark_light.svg-react.cjs");
6
+ const require_mollerbil_wordmark_dark = require("./mollerbil_wordmark_dark.svg-react.cjs");
5
7
  //#region src/foundation/logos/svg/mollerbil/index.ts
6
8
  var mollerbil = {
7
9
  key: "mollerbil",
8
- symbol: require_mollerbil_symbol.default,
9
- wordmark: require_mollerbil_wordmark.default
10
+ symbol: {
11
+ light: require_mollerbil_symbol_light.default,
12
+ dark: require_mollerbil_symbol_dark.default
13
+ },
14
+ wordmark: {
15
+ light: require_mollerbil_wordmark_light.default,
16
+ dark: require_mollerbil_wordmark_dark.default
17
+ }
10
18
  };
11
19
  //#endregion
12
20
  exports.mollerbil = mollerbil;
@@ -1,16 +1,32 @@
1
1
  export declare const mollerbil: {
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: "mollerbil";
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/mollerbil/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;CAIrB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/mollerbil/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAON,CAAC"}
@@ -1,11 +1,19 @@
1
1
  "use client";
2
- import SvgMollerbilSymbol from "./mollerbil_symbol.svg-react.js";
3
- import SvgMollerbilWordmark from "./mollerbil_wordmark.svg-react.js";
2
+ import SvgMollerbilSymbolLight from "./mollerbil_symbol_light.svg-react.js";
3
+ import SvgMollerbilSymbolDark from "./mollerbil_symbol_dark.svg-react.js";
4
+ import SvgMollerbilWordmarkLight from "./mollerbil_wordmark_light.svg-react.js";
5
+ import SvgMollerbilWordmarkDark from "./mollerbil_wordmark_dark.svg-react.js";
4
6
  //#region src/foundation/logos/svg/mollerbil/index.ts
5
7
  var mollerbil = {
6
8
  key: "mollerbil",
7
- symbol: SvgMollerbilSymbol,
8
- wordmark: SvgMollerbilWordmark
9
+ symbol: {
10
+ light: SvgMollerbilSymbolLight,
11
+ dark: SvgMollerbilSymbolDark
12
+ },
13
+ wordmark: {
14
+ light: SvgMollerbilWordmarkLight,
15
+ dark: SvgMollerbilWordmarkDark
16
+ }
9
17
  };
10
18
  //#endregion
11
19
  export { mollerbil };
@@ -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/mollerbil/mollerbil_symbol_dark.svg-react
7
+ var SvgMollerbilSymbolDark = ({ 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: "M9.0999 0.0059254V3.5493C10.8716 4.03222 12.0789 5.66762 12.0789 7.77854C12.0789 9.88945 10.8716 11.4671 9.0999 11.9293V15.4726C13.1721 14.9942 16 11.9011 16 7.77854C15.9985 3.66336 13.0877 0.503657 9.0999 0.0059254ZM6.9001 3.53893V0C2.92417 0.487362 0 3.62781 0 7.77854C0 11.9085 2.83826 15.006 6.9001 15.4741V11.9322C5.1373 11.476 3.92112 9.89686 3.92112 7.77854C3.92112 5.63355 5.12101 4.00704 6.9001 3.53893Z",
18
+ fill: "white"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgMollerbilSymbolDark;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react
5
+ var SvgMollerbilSymbolDark = ({ 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: "M9.0999 0.0059254V3.5493C10.8716 4.03222 12.0789 5.66762 12.0789 7.77854C12.0789 9.88945 10.8716 11.4671 9.0999 11.9293V15.4726C13.1721 14.9942 16 11.9011 16 7.77854C15.9985 3.66336 13.0877 0.503657 9.0999 0.0059254ZM6.9001 3.53893V0C2.92417 0.487362 0 3.62781 0 7.77854C0 11.9085 2.83826 15.006 6.9001 15.4741V11.9322C5.1373 11.476 3.92112 9.89686 3.92112 7.77854C3.92112 5.63355 5.12101 4.00704 6.9001 3.53893Z",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgMollerbilSymbolDark 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/mollerbil/mollerbil_symbol_light.svg-react
7
+ var SvgMollerbilSymbolLight = ({ 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: "M9.0999 0.0059254V3.5493C10.8716 4.03222 12.0789 5.66762 12.0789 7.77854C12.0789 9.88945 10.8716 11.4671 9.0999 11.9293V15.4726C13.1721 14.9942 16 11.9011 16 7.77854C15.9985 3.66336 13.0877 0.503657 9.0999 0.0059254ZM6.9001 3.53893V0C2.92417 0.487362 0 3.62781 0 7.77854C0 11.9085 2.83826 15.006 6.9001 15.4741V11.9322C5.1373 11.476 3.92112 9.89686 3.92112 7.77854C3.92112 5.63355 5.12101 4.00704 6.9001 3.53893Z",
18
+ fill: "#0000FF"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgMollerbilSymbolLight;
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react
5
+ var SvgMollerbilSymbolLight = ({ 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: "M9.0999 0.0059254V3.5493C10.8716 4.03222 12.0789 5.66762 12.0789 7.77854C12.0789 9.88945 10.8716 11.4671 9.0999 11.9293V15.4726C13.1721 14.9942 16 11.9011 16 7.77854C15.9985 3.66336 13.0877 0.503657 9.0999 0.0059254ZM6.9001 3.53893V0C2.92417 0.487362 0 3.62781 0 7.77854C0 11.9085 2.83826 15.006 6.9001 15.4741V11.9322C5.1373 11.476 3.92112 9.89686 3.92112 7.77854C3.92112 5.63355 5.12101 4.00704 6.9001 3.53893Z",
16
+ fill: "#0000FF"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { SvgMollerbilSymbolLight as default };
@@ -0,0 +1,57 @@
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/mollerbil/mollerbil_wordmark_dark.svg-react
7
+ var SvgMollerbilWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 86 17",
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: "M73.176 14.7813C75.2677 14.7813 76.7503 13.6346 76.7503 11.5428C76.7503 9.45105 75.1289 8.37157 73.1088 8.37157H70.2735V14.7813H73.176ZM73.3103 7.3548C74.999 7.3548 76.2128 6.07375 76.2128 4.4523C76.2128 2.76365 74.999 1.5498 73.3103 1.5498H70.2735V7.3548H73.3103ZM69.194 0.541984H73.176C75.6709 0.541984 77.3595 2.16344 77.3595 4.45678C77.3595 6.07823 76.4144 7.29209 75.3349 7.82959C76.7503 8.2999 77.897 9.7198 77.897 11.5428C77.897 13.9033 76.074 15.7935 73.5119 15.7935H69.194V0.541984Z",
20
+ fill: "white"
21
+ }),
22
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
23
+ d: "M80.5308 4.45678H81.6102V15.7935H80.5308V4.45678ZM81.0727 0.541984C81.5431 0.541984 81.9507 0.945108 81.9507 1.4199C81.9507 1.89469 81.5475 2.29782 81.0727 2.29782C80.6024 2.29782 80.1948 1.89469 80.1948 1.4199C80.1948 0.945108 80.5979 0.541984 81.0727 0.541984Z",
24
+ fill: "white"
25
+ }),
26
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
27
+ d: "M85.9998 0H84.9203V15.7891H85.9998V0Z",
28
+ fill: "white"
29
+ }),
30
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
31
+ d: "M8.36708 10.9337L12.7522 0.541984H16.667V15.7935H13.7645V4.8599L9.7825 14.508H6.94719L2.96521 4.8599V15.7935H0V0.541984H3.9775L8.36708 10.9337Z",
32
+ fill: "white"
33
+ }),
34
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
35
+ d: "M35.3227 0H32.2858V15.7891H35.3227V0Z",
36
+ fill: "white"
37
+ }),
38
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
39
+ d: "M40.7201 0H37.6832V15.7891H40.7201V0Z",
40
+ fill: "white"
41
+ }),
42
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
43
+ d: "M50.5743 8.90906C50.5071 7.49364 49.4948 6.61573 48.1466 6.61573C46.7312 6.61573 45.7861 7.62802 45.6517 8.90906H50.5743ZM48.0749 4.11635C51.5821 4.11635 53.6067 6.47687 53.6067 10.1901C53.6067 10.3917 53.6067 10.5932 53.6067 10.8665H45.5755C45.6427 12.4162 46.8566 13.5002 48.5452 13.5002C50.095 13.5002 50.9729 12.5551 51.3133 12.0848L53.2707 13.5674C52.8676 14.3781 51.3133 16.0623 48.478 16.0623C44.8365 16.0623 42.4715 13.5674 42.4715 10.1229C42.4715 6.67843 44.8365 4.11635 48.0749 4.11635Z",
44
+ fill: "white"
45
+ }),
46
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
47
+ d: "M61.3691 7.15323C59.1429 7.15323 58.265 8.56865 58.265 10.7948V15.7891H55.2281V4.38958H58.1978V6.07823C58.6681 4.93156 59.8193 4.12083 61.3691 4.12083V7.15323Z",
48
+ fill: "white"
49
+ }),
50
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
51
+ d: "M25.3207 4.18802V6.90687C26.6824 7.27865 27.6051 8.53281 27.6051 10.1543C27.6051 11.7757 26.6779 12.9851 25.3207 13.339V16.0578C28.4472 15.6905 30.6151 13.3166 30.6151 10.1543C30.6151 6.99646 28.38 4.56875 25.3207 4.18802ZM23.6321 6.9024V4.18802C20.5773 4.55979 18.3377 6.96958 18.3377 10.1543C18.3377 13.3255 20.5146 15.704 23.6321 16.0623V13.3434C22.2794 12.9941 21.3477 11.7802 21.3477 10.1543C21.3432 8.50594 22.2659 7.26073 23.6321 6.9024Z",
52
+ fill: "white"
53
+ })
54
+ ]
55
+ });
56
+ //#endregion
57
+ exports.default = SvgMollerbilWordmarkDark;
@@ -0,0 +1,55 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react
5
+ var SvgMollerbilWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 86 17",
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: "M73.176 14.7813C75.2677 14.7813 76.7503 13.6346 76.7503 11.5428C76.7503 9.45105 75.1289 8.37157 73.1088 8.37157H70.2735V14.7813H73.176ZM73.3103 7.3548C74.999 7.3548 76.2128 6.07375 76.2128 4.4523C76.2128 2.76365 74.999 1.5498 73.3103 1.5498H70.2735V7.3548H73.3103ZM69.194 0.541984H73.176C75.6709 0.541984 77.3595 2.16344 77.3595 4.45678C77.3595 6.07823 76.4144 7.29209 75.3349 7.82959C76.7503 8.2999 77.897 9.7198 77.897 11.5428C77.897 13.9033 76.074 15.7935 73.5119 15.7935H69.194V0.541984Z",
18
+ fill: "white"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ d: "M80.5308 4.45678H81.6102V15.7935H80.5308V4.45678ZM81.0727 0.541984C81.5431 0.541984 81.9507 0.945108 81.9507 1.4199C81.9507 1.89469 81.5475 2.29782 81.0727 2.29782C80.6024 2.29782 80.1948 1.89469 80.1948 1.4199C80.1948 0.945108 80.5979 0.541984 81.0727 0.541984Z",
22
+ fill: "white"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ d: "M85.9998 0H84.9203V15.7891H85.9998V0Z",
26
+ fill: "white"
27
+ }),
28
+ /* @__PURE__ */ jsx("path", {
29
+ d: "M8.36708 10.9337L12.7522 0.541984H16.667V15.7935H13.7645V4.8599L9.7825 14.508H6.94719L2.96521 4.8599V15.7935H0V0.541984H3.9775L8.36708 10.9337Z",
30
+ fill: "white"
31
+ }),
32
+ /* @__PURE__ */ jsx("path", {
33
+ d: "M35.3227 0H32.2858V15.7891H35.3227V0Z",
34
+ fill: "white"
35
+ }),
36
+ /* @__PURE__ */ jsx("path", {
37
+ d: "M40.7201 0H37.6832V15.7891H40.7201V0Z",
38
+ fill: "white"
39
+ }),
40
+ /* @__PURE__ */ jsx("path", {
41
+ d: "M50.5743 8.90906C50.5071 7.49364 49.4948 6.61573 48.1466 6.61573C46.7312 6.61573 45.7861 7.62802 45.6517 8.90906H50.5743ZM48.0749 4.11635C51.5821 4.11635 53.6067 6.47687 53.6067 10.1901C53.6067 10.3917 53.6067 10.5932 53.6067 10.8665H45.5755C45.6427 12.4162 46.8566 13.5002 48.5452 13.5002C50.095 13.5002 50.9729 12.5551 51.3133 12.0848L53.2707 13.5674C52.8676 14.3781 51.3133 16.0623 48.478 16.0623C44.8365 16.0623 42.4715 13.5674 42.4715 10.1229C42.4715 6.67843 44.8365 4.11635 48.0749 4.11635Z",
42
+ fill: "white"
43
+ }),
44
+ /* @__PURE__ */ jsx("path", {
45
+ d: "M61.3691 7.15323C59.1429 7.15323 58.265 8.56865 58.265 10.7948V15.7891H55.2281V4.38958H58.1978V6.07823C58.6681 4.93156 59.8193 4.12083 61.3691 4.12083V7.15323Z",
46
+ fill: "white"
47
+ }),
48
+ /* @__PURE__ */ jsx("path", {
49
+ d: "M25.3207 4.18802V6.90687C26.6824 7.27865 27.6051 8.53281 27.6051 10.1543C27.6051 11.7757 26.6779 12.9851 25.3207 13.339V16.0578C28.4472 15.6905 30.6151 13.3166 30.6151 10.1543C30.6151 6.99646 28.38 4.56875 25.3207 4.18802ZM23.6321 6.9024V4.18802C20.5773 4.55979 18.3377 6.96958 18.3377 10.1543C18.3377 13.3255 20.5146 15.704 23.6321 16.0623V13.3434C22.2794 12.9941 21.3477 11.7802 21.3477 10.1543C21.3432 8.50594 22.2659 7.26073 23.6321 6.9024Z",
50
+ fill: "white"
51
+ })
52
+ ]
53
+ });
54
+ //#endregion
55
+ export { SvgMollerbilWordmarkDark as default };
@@ -0,0 +1,57 @@
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/mollerbil/mollerbil_wordmark_light.svg-react
7
+ var SvgMollerbilWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 86 17",
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: "M73.176 14.7813C75.2677 14.7813 76.7503 13.6346 76.7503 11.5428C76.7503 9.45105 75.1289 8.37157 73.1088 8.37157H70.2735V14.7813H73.176ZM73.3103 7.3548C74.999 7.3548 76.2128 6.07375 76.2128 4.4523C76.2128 2.76365 74.999 1.5498 73.3103 1.5498H70.2735V7.3548H73.3103ZM69.194 0.541984H73.176C75.6709 0.541984 77.3595 2.16344 77.3595 4.45678C77.3595 6.07823 76.4144 7.29209 75.3349 7.82959C76.7503 8.2999 77.897 9.7198 77.897 11.5428C77.897 13.9033 76.074 15.7935 73.5119 15.7935H69.194V0.541984Z",
20
+ fill: "#0000FF"
21
+ }),
22
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
23
+ d: "M80.5308 4.45678H81.6102V15.7935H80.5308V4.45678ZM81.0727 0.541984C81.5431 0.541984 81.9507 0.945108 81.9507 1.4199C81.9507 1.89469 81.5475 2.29782 81.0727 2.29782C80.6024 2.29782 80.1948 1.89469 80.1948 1.4199C80.1948 0.945108 80.5979 0.541984 81.0727 0.541984Z",
24
+ fill: "#0000FF"
25
+ }),
26
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
27
+ d: "M85.9998 0H84.9203V15.7891H85.9998V0Z",
28
+ fill: "#0000FF"
29
+ }),
30
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
31
+ d: "M8.36708 10.9337L12.7522 0.541984H16.667V15.7935H13.7645V4.8599L9.7825 14.508H6.94719L2.96521 4.8599V15.7935H0V0.541984H3.9775L8.36708 10.9337Z",
32
+ fill: "#0000FF"
33
+ }),
34
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
35
+ d: "M35.3227 0H32.2858V15.7891H35.3227V0Z",
36
+ fill: "#0000FF"
37
+ }),
38
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
39
+ d: "M40.7201 0H37.6832V15.7891H40.7201V0Z",
40
+ fill: "#0000FF"
41
+ }),
42
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
43
+ d: "M50.5743 8.90906C50.5071 7.49364 49.4948 6.61573 48.1466 6.61573C46.7312 6.61573 45.7861 7.62802 45.6517 8.90906H50.5743ZM48.0749 4.11635C51.5821 4.11635 53.6067 6.47687 53.6067 10.1901C53.6067 10.3917 53.6067 10.5932 53.6067 10.8665H45.5755C45.6427 12.4162 46.8566 13.5002 48.5452 13.5002C50.095 13.5002 50.9729 12.5551 51.3133 12.0848L53.2707 13.5674C52.8676 14.3781 51.3133 16.0623 48.478 16.0623C44.8365 16.0623 42.4715 13.5674 42.4715 10.1229C42.4715 6.67843 44.8365 4.11635 48.0749 4.11635Z",
44
+ fill: "#0000FF"
45
+ }),
46
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
47
+ d: "M61.3691 7.15323C59.1429 7.15323 58.265 8.56865 58.265 10.7948V15.7891H55.2281V4.38958H58.1978V6.07823C58.6681 4.93156 59.8193 4.12083 61.3691 4.12083V7.15323Z",
48
+ fill: "#0000FF"
49
+ }),
50
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
51
+ d: "M25.3207 4.18802V6.90687C26.6824 7.27865 27.6051 8.53281 27.6051 10.1543C27.6051 11.7757 26.6779 12.9851 25.3207 13.339V16.0578C28.4472 15.6905 30.6151 13.3166 30.6151 10.1543C30.6151 6.99646 28.38 4.56875 25.3207 4.18802ZM23.6321 6.9024V4.18802C20.5773 4.55979 18.3377 6.96958 18.3377 10.1543C18.3377 13.3255 20.5146 15.704 23.6321 16.0623V13.3434C22.2794 12.9941 21.3477 11.7802 21.3477 10.1543C21.3432 8.50594 22.2659 7.26073 23.6321 6.9024Z",
52
+ fill: "#0000FF"
53
+ })
54
+ ]
55
+ });
56
+ //#endregion
57
+ exports.default = SvgMollerbilWordmarkLight;
@@ -0,0 +1,55 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ //#region src/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react
5
+ var SvgMollerbilWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
6
+ viewBox: "0 0 86 17",
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: "M73.176 14.7813C75.2677 14.7813 76.7503 13.6346 76.7503 11.5428C76.7503 9.45105 75.1289 8.37157 73.1088 8.37157H70.2735V14.7813H73.176ZM73.3103 7.3548C74.999 7.3548 76.2128 6.07375 76.2128 4.4523C76.2128 2.76365 74.999 1.5498 73.3103 1.5498H70.2735V7.3548H73.3103ZM69.194 0.541984H73.176C75.6709 0.541984 77.3595 2.16344 77.3595 4.45678C77.3595 6.07823 76.4144 7.29209 75.3349 7.82959C76.7503 8.2999 77.897 9.7198 77.897 11.5428C77.897 13.9033 76.074 15.7935 73.5119 15.7935H69.194V0.541984Z",
18
+ fill: "#0000FF"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ d: "M80.5308 4.45678H81.6102V15.7935H80.5308V4.45678ZM81.0727 0.541984C81.5431 0.541984 81.9507 0.945108 81.9507 1.4199C81.9507 1.89469 81.5475 2.29782 81.0727 2.29782C80.6024 2.29782 80.1948 1.89469 80.1948 1.4199C80.1948 0.945108 80.5979 0.541984 81.0727 0.541984Z",
22
+ fill: "#0000FF"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ d: "M85.9998 0H84.9203V15.7891H85.9998V0Z",
26
+ fill: "#0000FF"
27
+ }),
28
+ /* @__PURE__ */ jsx("path", {
29
+ d: "M8.36708 10.9337L12.7522 0.541984H16.667V15.7935H13.7645V4.8599L9.7825 14.508H6.94719L2.96521 4.8599V15.7935H0V0.541984H3.9775L8.36708 10.9337Z",
30
+ fill: "#0000FF"
31
+ }),
32
+ /* @__PURE__ */ jsx("path", {
33
+ d: "M35.3227 0H32.2858V15.7891H35.3227V0Z",
34
+ fill: "#0000FF"
35
+ }),
36
+ /* @__PURE__ */ jsx("path", {
37
+ d: "M40.7201 0H37.6832V15.7891H40.7201V0Z",
38
+ fill: "#0000FF"
39
+ }),
40
+ /* @__PURE__ */ jsx("path", {
41
+ d: "M50.5743 8.90906C50.5071 7.49364 49.4948 6.61573 48.1466 6.61573C46.7312 6.61573 45.7861 7.62802 45.6517 8.90906H50.5743ZM48.0749 4.11635C51.5821 4.11635 53.6067 6.47687 53.6067 10.1901C53.6067 10.3917 53.6067 10.5932 53.6067 10.8665H45.5755C45.6427 12.4162 46.8566 13.5002 48.5452 13.5002C50.095 13.5002 50.9729 12.5551 51.3133 12.0848L53.2707 13.5674C52.8676 14.3781 51.3133 16.0623 48.478 16.0623C44.8365 16.0623 42.4715 13.5674 42.4715 10.1229C42.4715 6.67843 44.8365 4.11635 48.0749 4.11635Z",
42
+ fill: "#0000FF"
43
+ }),
44
+ /* @__PURE__ */ jsx("path", {
45
+ d: "M61.3691 7.15323C59.1429 7.15323 58.265 8.56865 58.265 10.7948V15.7891H55.2281V4.38958H58.1978V6.07823C58.6681 4.93156 59.8193 4.12083 61.3691 4.12083V7.15323Z",
46
+ fill: "#0000FF"
47
+ }),
48
+ /* @__PURE__ */ jsx("path", {
49
+ d: "M25.3207 4.18802V6.90687C26.6824 7.27865 27.6051 8.53281 27.6051 10.1543C27.6051 11.7757 26.6779 12.9851 25.3207 13.339V16.0578C28.4472 15.6905 30.6151 13.3166 30.6151 10.1543C30.6151 6.99646 28.38 4.56875 25.3207 4.18802ZM23.6321 6.9024V4.18802C20.5773 4.55979 18.3377 6.96958 18.3377 10.1543C18.3377 13.3255 20.5146 15.704 23.6321 16.0623V13.3434C22.2794 12.9941 21.3477 11.7802 21.3477 10.1543C21.3432 8.50594 22.2659 7.26073 23.6321 6.9024Z",
50
+ fill: "#0000FF"
51
+ })
52
+ ]
53
+ });
54
+ //#endregion
55
+ export { SvgMollerbilWordmarkLight as default };
@@ -12,48 +12,102 @@ const require_kirkenes_wordmark = require("./kirkenes_wordmark.svg-react.cjs");
12
12
  //#region src/foundation/logos/svg/others/index.ts
13
13
  var berge = {
14
14
  key: "berge",
15
- symbol: require_berge_wordmark.default,
16
- wordmark: require_berge_wordmark.default
15
+ symbol: {
16
+ light: require_berge_wordmark.default,
17
+ dark: require_berge_wordmark.default
18
+ },
19
+ wordmark: {
20
+ light: require_berge_wordmark.default,
21
+ dark: require_berge_wordmark.default
22
+ }
17
23
  };
18
24
  var fremme = {
19
25
  key: "fremme",
20
- symbol: require_fremme_wordmark.default,
21
- wordmark: require_fremme_wordmark.default
26
+ symbol: {
27
+ light: require_fremme_wordmark.default,
28
+ dark: require_fremme_wordmark.default
29
+ },
30
+ wordmark: {
31
+ light: require_fremme_wordmark.default,
32
+ dark: require_fremme_wordmark.default
33
+ }
22
34
  };
23
35
  var sulland = {
24
36
  key: "sulland",
25
- symbol: require_sulland_wordmark.default,
26
- wordmark: require_sulland_wordmark.default
37
+ symbol: {
38
+ light: require_sulland_wordmark.default,
39
+ dark: require_sulland_wordmark.default
40
+ },
41
+ wordmark: {
42
+ light: require_sulland_wordmark.default,
43
+ dark: require_sulland_wordmark.default
44
+ }
27
45
  };
28
46
  var slatlem = {
29
47
  key: "slatlem",
30
- symbol: require_slatlem_wordmark.default,
31
- wordmark: require_slatlem_wordmark.default
48
+ symbol: {
49
+ light: require_slatlem_wordmark.default,
50
+ dark: require_slatlem_wordmark.default
51
+ },
52
+ wordmark: {
53
+ light: require_slatlem_wordmark.default,
54
+ dark: require_slatlem_wordmark.default
55
+ }
32
56
  };
33
57
  var albjerk = {
34
58
  key: "albjerk",
35
- symbol: require_albjerk_wordmark.default,
36
- wordmark: require_albjerk_wordmark.default
59
+ symbol: {
60
+ light: require_albjerk_wordmark.default,
61
+ dark: require_albjerk_wordmark.default
62
+ },
63
+ wordmark: {
64
+ light: require_albjerk_wordmark.default,
65
+ dark: require_albjerk_wordmark.default
66
+ }
37
67
  };
38
68
  var kirkenes = {
39
69
  key: "kirkenes",
40
- symbol: require_kirkenes_wordmark.default,
41
- wordmark: require_kirkenes_wordmark.default
70
+ symbol: {
71
+ light: require_kirkenes_wordmark.default,
72
+ dark: require_kirkenes_wordmark.default
73
+ },
74
+ wordmark: {
75
+ light: require_kirkenes_wordmark.default,
76
+ dark: require_kirkenes_wordmark.default
77
+ }
42
78
  };
43
79
  var alta = {
44
80
  key: "alta",
45
- symbol: require_alta_wordmark.default,
46
- wordmark: require_alta_wordmark.default
81
+ symbol: {
82
+ light: require_alta_wordmark.default,
83
+ dark: require_alta_wordmark.default
84
+ },
85
+ wordmark: {
86
+ light: require_alta_wordmark.default,
87
+ dark: require_alta_wordmark.default
88
+ }
47
89
  };
48
90
  var svebjorn = {
49
91
  key: "svebjorn",
50
- symbol: require_svebjorn_wordmark.default,
51
- wordmark: require_svebjorn_wordmark.default
92
+ symbol: {
93
+ light: require_svebjorn_wordmark.default,
94
+ dark: require_svebjorn_wordmark.default
95
+ },
96
+ wordmark: {
97
+ light: require_svebjorn_wordmark.default,
98
+ dark: require_svebjorn_wordmark.default
99
+ }
52
100
  };
53
101
  var mobile = {
54
102
  key: "mobile",
55
- symbol: require_mobile_wordmark.default,
56
- wordmark: require_mobile_wordmark.default
103
+ symbol: {
104
+ light: require_mobile_wordmark.default,
105
+ dark: require_mobile_wordmark.default
106
+ },
107
+ wordmark: {
108
+ light: require_mobile_wordmark.default,
109
+ dark: require_mobile_wordmark.default
110
+ }
57
111
  };
58
112
  //#endregion
59
113
  exports.albjerk = albjerk;