@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.
- package/CHANGELOG.md +24 -0
- package/dist/building-blocks/skeletons/CircularSkeleton.cjs +2 -1
- package/dist/building-blocks/skeletons/CircularSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/CircularSkeleton.js +2 -1
- package/dist/building-blocks/skeletons/RectangularSkeleton.cjs +2 -1
- package/dist/building-blocks/skeletons/RectangularSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/RectangularSkeleton.js +2 -1
- package/dist/building-blocks/skeletons/TextSkeleton.cjs +2 -1
- package/dist/building-blocks/skeletons/TextSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/TextSkeleton.js +2 -1
- package/dist/foundation/logos/Logo.cjs +5 -24
- package/dist/foundation/logos/Logo.css.cjs +5 -1
- package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
- package/dist/foundation/logos/Logo.css.js +5 -1
- package/dist/foundation/logos/Logo.d.ts +12 -39
- package/dist/foundation/logos/Logo.d.ts.map +1 -1
- package/dist/foundation/logos/Logo.js +4 -23
- package/dist/foundation/logos/logos.cjs +1 -1
- package/dist/foundation/logos/logos.d.ts +2 -15
- package/dist/foundation/logos/logos.d.ts.map +1 -1
- package/dist/foundation/logos/logos.js +2 -2
- package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.cjs +51 -0
- package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.js +49 -0
- package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.cjs +51 -0
- package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.js +49 -0
- package/dist/foundation/logos/svg/audi/index.cjs +10 -4
- package/dist/foundation/logos/svg/audi/index.d.ts +29 -13
- package/dist/foundation/logos/svg/audi/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/audi/index.js +10 -4
- package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/autoria/index.cjs +12 -4
- package/dist/foundation/logos/svg/autoria/index.d.ts +29 -13
- package/dist/foundation/logos/svg/autoria/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/autoria/index.js +12 -4
- package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/bilhold/index.cjs +12 -4
- package/dist/foundation/logos/svg/bilhold/index.d.ts +29 -13
- package/dist/foundation/logos/svg/bilhold/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/bilhold/index.js +12 -4
- package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.cjs +51 -0
- package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.js +49 -0
- package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.cjs +51 -0
- package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.js +49 -0
- package/dist/foundation/logos/svg/cupra/index.cjs +12 -4
- package/dist/foundation/logos/svg/cupra/index.d.ts +29 -13
- package/dist/foundation/logos/svg/cupra/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/cupra/index.js +12 -4
- package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.cjs +61 -0
- package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.js +59 -0
- package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.cjs +61 -0
- package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.js +59 -0
- package/dist/foundation/logos/svg/dahles/index.cjs +10 -4
- package/dist/foundation/logos/svg/dahles/index.d.ts +29 -13
- package/dist/foundation/logos/svg/dahles/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/dahles/index.js +10 -4
- package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.cjs +47 -0
- package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.js +45 -0
- package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.cjs +47 -0
- package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.js +45 -0
- package/dist/foundation/logos/svg/gumpen/index.cjs +12 -4
- package/dist/foundation/logos/svg/gumpen/index.d.ts +29 -13
- package/dist/foundation/logos/svg/gumpen/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/gumpen/index.js +12 -4
- package/dist/foundation/logos/svg/index.cjs +1 -1
- package/dist/foundation/logos/svg/index.d.ts +1 -1
- package/dist/foundation/logos/svg/index.js +2 -2
- package/dist/foundation/logos/svg/mollerbil/index.cjs +12 -4
- package/dist/foundation/logos/svg/mollerbil/index.d.ts +29 -13
- package/dist/foundation/logos/svg/mollerbil/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/mollerbil/index.js +12 -4
- package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.cjs +57 -0
- package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.js +55 -0
- package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.cjs +57 -0
- package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.js +55 -0
- package/dist/foundation/logos/svg/others/index.cjs +72 -18
- package/dist/foundation/logos/svg/others/index.d.ts +261 -117
- package/dist/foundation/logos/svg/others/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/others/index.js +72 -18
- package/dist/foundation/logos/svg/skoda/index.cjs +12 -4
- package/dist/foundation/logos/svg/skoda/index.d.ts +29 -13
- package/dist/foundation/logos/svg/skoda/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/skoda/index.js +12 -4
- package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.js +20 -0
- package/dist/foundation/logos/svg/vw/index.cjs +22 -10
- package/dist/foundation/logos/svg/vw/index.d.ts +59 -27
- package/dist/foundation/logos/svg/vw/index.d.ts.map +1 -1
- package/dist/foundation/logos/svg/vw/index.js +22 -10
- package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.cjs +29 -0
- package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.js +27 -0
- package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.cjs +29 -0
- package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.js +27 -0
- package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.js +20 -0
- package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.cjs +22 -0
- package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.js +20 -0
- package/dist/foundation/logos/types.cjs +31 -0
- package/dist/foundation/logos/types.d.ts +41 -0
- package/dist/foundation/logos/types.d.ts.map +1 -0
- package/dist/foundation/logos/types.js +30 -0
- package/package.json +3 -3
- package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.cjs +0 -51
- package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.js +0 -49
- package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.cjs +0 -51
- package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.js +0 -49
- package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.js +0 -20
- package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.js +0 -20
- package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.js +0 -20
- package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.js +0 -20
- package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.js +0 -20
- package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.cjs +0 -51
- package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.js +0 -49
- package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.cjs +0 -61
- package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.js +0 -59
- package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.cjs +0 -61
- package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.js +0 -59
- package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.js +0 -20
- package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.cjs +0 -47
- package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.js +0 -45
- package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.js +0 -20
- package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.cjs +0 -57
- package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.js +0 -55
- package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.js +0 -20
- package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.js +0 -20
- package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.cjs +0 -29
- package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.js +0 -27
- package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.cjs +0 -29
- package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.js +0 -27
- package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.js +0 -20
- package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.cjs +0 -22
- package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.js +0 -20
|
@@ -1,16 +1,32 @@
|
|
|
1
1
|
export declare const audi: {
|
|
2
|
-
key:
|
|
3
|
-
symbol:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
key: "audi";
|
|
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/audi/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/audi/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAID,CAAC"}
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
2
|
+
import SvgAudiSymbolLight from "./audi_symbol_light.svg-react.js";
|
|
3
|
+
import SvgAudiSymbolDark from "./audi_symbol_dark.svg-react.js";
|
|
4
4
|
//#region src/foundation/logos/svg/audi/index.ts
|
|
5
5
|
var audi = {
|
|
6
6
|
key: "audi",
|
|
7
|
-
symbol:
|
|
8
|
-
|
|
7
|
+
symbol: {
|
|
8
|
+
light: SvgAudiSymbolLight,
|
|
9
|
+
dark: SvgAudiSymbolDark
|
|
10
|
+
},
|
|
11
|
+
wordmark: {
|
|
12
|
+
light: SvgAudiSymbolLight,
|
|
13
|
+
dark: SvgAudiSymbolDark
|
|
14
|
+
}
|
|
9
15
|
};
|
|
10
16
|
//#endregion
|
|
11
17
|
export { audi };
|
|
@@ -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/autoria/autoria_symbol_dark.svg-react
|
|
7
|
+
var SvgAutoriaSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 16 19",
|
|
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: "M11.7675 2.7404C11.5312 1.88607 11.047 1.17555 10.3671 0.685451C9.74657 0.237923 9.00453 0.0011589 8.22152 8.44216e-06C7.5676 -0.00137211 6.93048 0.166595 6.37941 0.484352C5.70455 0.873897 5.1712 1.4673 4.79431 2.24915L0.505864 11.1459C-0.247916 12.7096 -0.154729 14.5275 0.754823 16.0091C1.65517 17.4755 3.21565 18.3717 4.92891 18.4064C4.96527 18.4071 5.00139 18.4076 5.03775 18.4076C6.17233 18.4076 7.12353 18.1257 7.94541 17.5459C8.63017 17.0629 9.10945 16.4499 9.53258 15.9092C9.95986 15.363 10.3289 14.8913 10.8673 14.554C11.12 14.3955 11.409 14.2703 11.7373 14.1778L12.8077 18.0486H16L11.7675 2.7404ZM9.23347 11.9464C8.23786 12.5704 7.61201 13.3702 7.10926 14.0133C6.34352 14.9921 6.02829 15.3306 5.03798 15.3306C5.02233 15.3306 5.00668 15.3303 4.99127 15.3301C4.32032 15.3165 3.73198 14.9769 3.37695 14.3989C3.01248 13.8055 2.97636 13.1069 3.27732 12.4818L7.56576 3.5853C7.7809 3.13892 8.00501 3.07679 8.21531 3.07679H8.21692C8.5165 3.07725 8.71323 3.24016 8.80181 3.56022L10.917 11.2115C10.3004 11.3836 9.74174 11.6279 9.23347 11.9464Z",
|
|
18
|
+
fill: "#F9FAF7"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgAutoriaSymbolDark;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react
|
|
5
|
+
var SvgAutoriaSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 16 19",
|
|
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: "M11.7675 2.7404C11.5312 1.88607 11.047 1.17555 10.3671 0.685451C9.74657 0.237923 9.00453 0.0011589 8.22152 8.44216e-06C7.5676 -0.00137211 6.93048 0.166595 6.37941 0.484352C5.70455 0.873897 5.1712 1.4673 4.79431 2.24915L0.505864 11.1459C-0.247916 12.7096 -0.154729 14.5275 0.754823 16.0091C1.65517 17.4755 3.21565 18.3717 4.92891 18.4064C4.96527 18.4071 5.00139 18.4076 5.03775 18.4076C6.17233 18.4076 7.12353 18.1257 7.94541 17.5459C8.63017 17.0629 9.10945 16.4499 9.53258 15.9092C9.95986 15.363 10.3289 14.8913 10.8673 14.554C11.12 14.3955 11.409 14.2703 11.7373 14.1778L12.8077 18.0486H16L11.7675 2.7404ZM9.23347 11.9464C8.23786 12.5704 7.61201 13.3702 7.10926 14.0133C6.34352 14.9921 6.02829 15.3306 5.03798 15.3306C5.02233 15.3306 5.00668 15.3303 4.99127 15.3301C4.32032 15.3165 3.73198 14.9769 3.37695 14.3989C3.01248 13.8055 2.97636 13.1069 3.27732 12.4818L7.56576 3.5853C7.7809 3.13892 8.00501 3.07679 8.21531 3.07679H8.21692C8.5165 3.07725 8.71323 3.24016 8.80181 3.56022L10.917 11.2115C10.3004 11.3836 9.74174 11.6279 9.23347 11.9464Z",
|
|
16
|
+
fill: "#F9FAF7"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgAutoriaSymbolDark 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/autoria/autoria_symbol_light.svg-react
|
|
7
|
+
var SvgAutoriaSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 16 19",
|
|
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: "M11.7675 2.7404C11.5312 1.88607 11.047 1.17555 10.3671 0.685451C9.74657 0.237923 9.00453 0.0011589 8.22152 8.44216e-06C7.5676 -0.00137211 6.93048 0.166595 6.37941 0.484352C5.70455 0.873897 5.1712 1.4673 4.79431 2.24915L0.505864 11.1459C-0.247916 12.7096 -0.154729 14.5275 0.754823 16.0091C1.65517 17.4755 3.21565 18.3717 4.92891 18.4064C4.96527 18.4071 5.00139 18.4076 5.03775 18.4076C6.17233 18.4076 7.12353 18.1257 7.94541 17.5459C8.63017 17.0629 9.10945 16.4499 9.53258 15.9092C9.95986 15.363 10.3289 14.8913 10.8673 14.554C11.12 14.3955 11.409 14.2703 11.7373 14.1778L12.8077 18.0486H16L11.7675 2.7404ZM9.23347 11.9464C8.23786 12.5704 7.61201 13.3702 7.10926 14.0133C6.34352 14.9921 6.02829 15.3306 5.03798 15.3306C5.02233 15.3306 5.00668 15.3303 4.99127 15.3301C4.32032 15.3165 3.73198 14.9769 3.37695 14.3989C3.01248 13.8055 2.97636 13.1069 3.27732 12.4818L7.56576 3.5853C7.7809 3.13892 8.00501 3.07679 8.21531 3.07679H8.21692C8.5165 3.07725 8.71323 3.24016 8.80181 3.56022L10.917 11.2115C10.3004 11.3836 9.74174 11.6279 9.23347 11.9464Z",
|
|
18
|
+
fill: "#2F2F2F"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgAutoriaSymbolLight;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/autoria/autoria_symbol_light.svg-react
|
|
5
|
+
var SvgAutoriaSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 16 19",
|
|
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: "M11.7675 2.7404C11.5312 1.88607 11.047 1.17555 10.3671 0.685451C9.74657 0.237923 9.00453 0.0011589 8.22152 8.44216e-06C7.5676 -0.00137211 6.93048 0.166595 6.37941 0.484352C5.70455 0.873897 5.1712 1.4673 4.79431 2.24915L0.505864 11.1459C-0.247916 12.7096 -0.154729 14.5275 0.754823 16.0091C1.65517 17.4755 3.21565 18.3717 4.92891 18.4064C4.96527 18.4071 5.00139 18.4076 5.03775 18.4076C6.17233 18.4076 7.12353 18.1257 7.94541 17.5459C8.63017 17.0629 9.10945 16.4499 9.53258 15.9092C9.95986 15.363 10.3289 14.8913 10.8673 14.554C11.12 14.3955 11.409 14.2703 11.7373 14.1778L12.8077 18.0486H16L11.7675 2.7404ZM9.23347 11.9464C8.23786 12.5704 7.61201 13.3702 7.10926 14.0133C6.34352 14.9921 6.02829 15.3306 5.03798 15.3306C5.02233 15.3306 5.00668 15.3303 4.99127 15.3301C4.32032 15.3165 3.73198 14.9769 3.37695 14.3989C3.01248 13.8055 2.97636 13.1069 3.27732 12.4818L7.56576 3.5853C7.7809 3.13892 8.00501 3.07679 8.21531 3.07679H8.21692C8.5165 3.07725 8.71323 3.24016 8.80181 3.56022L10.917 11.2115C10.3004 11.3836 9.74174 11.6279 9.23347 11.9464Z",
|
|
16
|
+
fill: "#2F2F2F"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgAutoriaSymbolLight 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/autoria/autoria_wordmark_dark.svg-react
|
|
7
|
+
var SvgAutoriaWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 92 22",
|
|
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: "M29.8148 7.01895V14.5035C29.8148 17.0767 28.5577 18.5382 26.1894 18.5382C24.0842 18.5382 22.9149 17.3395 22.9149 15.3224V7.01895H19.2308V15.6731C19.2308 19.4447 21.6573 21.7545 24.8736 21.7545C27.5343 21.7545 28.8792 20.5262 29.4636 19.1816H29.8732V21.5205H33.4986V7.01895H29.8148ZM45.7828 10.1178V7.01895H41.8065V2.51671H38.1224V7.01922H34.4386V10.1181H38.1224V18.7138C38.1224 20.3514 39.3504 21.5208 40.9875 21.5208H44.9641V18.4216H42.6249C42.0987 18.4216 41.8065 18.1294 41.8065 17.5445V10.1181L45.7828 10.1178ZM53.3724 6.60933C49.1039 6.60933 45.771 9.70849 45.771 14.2697C45.771 18.8307 49.1042 21.9298 53.3724 21.9298C57.6411 21.9298 60.9741 18.8307 60.9741 14.2697C60.9741 9.70849 57.6409 6.60933 53.3724 6.60933ZM53.3724 18.6554C51.0335 18.6554 49.4543 16.9011 49.4543 14.2697C49.4543 11.6383 51.0332 9.88381 53.3724 9.88381C55.7116 9.88381 57.2902 11.6383 57.2902 14.2697C57.29 16.9011 55.7116 18.6554 53.3724 18.6554ZM69.609 6.96078C67.7672 6.96078 66.5392 7.51582 65.9836 9.12411H65.5742V7.01895H61.9489V21.5205H65.6327V13.217C65.6327 11.1706 66.9779 10.1766 68.8487 10.1766H71.0126V6.96078H69.609ZM71.9879 7.01895V21.5205H75.6715V7.01895H71.9879ZM88.3746 7.01895V9.0654H87.9647C87.2047 7.83764 85.9186 6.60933 83.3456 6.60933C79.72 6.60933 76.6795 9.82565 76.6795 14.2697C76.6795 18.7135 79.72 21.9298 83.3456 21.9298C85.9186 21.9298 87.205 20.7013 87.9647 19.4738H88.3746V21.5202H92V7.01867L88.3746 7.01895ZM84.3396 18.6554C82.1176 18.6554 80.3633 17.0767 80.3633 14.2697C80.3633 11.4627 82.1173 9.88381 84.3396 9.88381C86.6204 9.88381 88.3162 11.5215 88.3162 14.2697C88.3159 17.0183 86.6204 18.6554 84.3396 18.6554ZM75.6715 4.65068H71.9879V0.966853H75.6715V4.65068ZM14.0314 3.26763C13.7497 2.24893 13.1724 1.40171 12.3617 0.817326C11.6217 0.283697 10.7369 0.00138186 9.80329 1.00664e-05C9.02356 -0.00163609 8.26385 0.198646 7.60676 0.577536C6.80207 1.04203 6.1661 1.7496 5.7167 2.68187L0.603188 13.2903C-0.295613 15.1548 -0.184498 17.3225 0.900045 19.0891C1.97361 20.8376 3.83432 21.9062 5.8772 21.9477C5.92055 21.9485 5.96362 21.949 6.00697 21.949C7.35984 21.949 8.49404 21.613 9.47405 20.9216C10.2905 20.3457 10.862 19.6148 11.3666 18.97C11.8761 18.3187 12.3161 17.7563 12.9581 17.3541C13.2594 17.165 13.604 17.0158 13.9955 16.9055L15.2718 21.521H19.0783L14.0314 3.26763ZM11.0099 14.2445C9.82277 14.9885 9.07651 15.9422 8.47703 16.7091C7.56396 17.8762 7.18809 18.2798 6.00725 18.2798C5.98859 18.2798 5.96993 18.2795 5.95155 18.2792C5.15152 18.263 4.44998 17.8581 4.02665 17.1689C3.59206 16.4613 3.54899 15.6283 3.90785 14.8829L9.02136 4.27453C9.27789 3.74227 9.54511 3.6682 9.79588 3.6682H9.7978C10.155 3.66875 10.3896 3.86299 10.4952 4.24463L13.0174 13.3679C12.2821 13.5734 11.616 13.8648 11.0099 14.2445Z",
|
|
18
|
+
fill: "#F9FAF7"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgAutoriaWordmarkDark;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react
|
|
5
|
+
var SvgAutoriaWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 92 22",
|
|
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: "M29.8148 7.01895V14.5035C29.8148 17.0767 28.5577 18.5382 26.1894 18.5382C24.0842 18.5382 22.9149 17.3395 22.9149 15.3224V7.01895H19.2308V15.6731C19.2308 19.4447 21.6573 21.7545 24.8736 21.7545C27.5343 21.7545 28.8792 20.5262 29.4636 19.1816H29.8732V21.5205H33.4986V7.01895H29.8148ZM45.7828 10.1178V7.01895H41.8065V2.51671H38.1224V7.01922H34.4386V10.1181H38.1224V18.7138C38.1224 20.3514 39.3504 21.5208 40.9875 21.5208H44.9641V18.4216H42.6249C42.0987 18.4216 41.8065 18.1294 41.8065 17.5445V10.1181L45.7828 10.1178ZM53.3724 6.60933C49.1039 6.60933 45.771 9.70849 45.771 14.2697C45.771 18.8307 49.1042 21.9298 53.3724 21.9298C57.6411 21.9298 60.9741 18.8307 60.9741 14.2697C60.9741 9.70849 57.6409 6.60933 53.3724 6.60933ZM53.3724 18.6554C51.0335 18.6554 49.4543 16.9011 49.4543 14.2697C49.4543 11.6383 51.0332 9.88381 53.3724 9.88381C55.7116 9.88381 57.2902 11.6383 57.2902 14.2697C57.29 16.9011 55.7116 18.6554 53.3724 18.6554ZM69.609 6.96078C67.7672 6.96078 66.5392 7.51582 65.9836 9.12411H65.5742V7.01895H61.9489V21.5205H65.6327V13.217C65.6327 11.1706 66.9779 10.1766 68.8487 10.1766H71.0126V6.96078H69.609ZM71.9879 7.01895V21.5205H75.6715V7.01895H71.9879ZM88.3746 7.01895V9.0654H87.9647C87.2047 7.83764 85.9186 6.60933 83.3456 6.60933C79.72 6.60933 76.6795 9.82565 76.6795 14.2697C76.6795 18.7135 79.72 21.9298 83.3456 21.9298C85.9186 21.9298 87.205 20.7013 87.9647 19.4738H88.3746V21.5202H92V7.01867L88.3746 7.01895ZM84.3396 18.6554C82.1176 18.6554 80.3633 17.0767 80.3633 14.2697C80.3633 11.4627 82.1173 9.88381 84.3396 9.88381C86.6204 9.88381 88.3162 11.5215 88.3162 14.2697C88.3159 17.0183 86.6204 18.6554 84.3396 18.6554ZM75.6715 4.65068H71.9879V0.966853H75.6715V4.65068ZM14.0314 3.26763C13.7497 2.24893 13.1724 1.40171 12.3617 0.817326C11.6217 0.283697 10.7369 0.00138186 9.80329 1.00664e-05C9.02356 -0.00163609 8.26385 0.198646 7.60676 0.577536C6.80207 1.04203 6.1661 1.7496 5.7167 2.68187L0.603188 13.2903C-0.295613 15.1548 -0.184498 17.3225 0.900045 19.0891C1.97361 20.8376 3.83432 21.9062 5.8772 21.9477C5.92055 21.9485 5.96362 21.949 6.00697 21.949C7.35984 21.949 8.49404 21.613 9.47405 20.9216C10.2905 20.3457 10.862 19.6148 11.3666 18.97C11.8761 18.3187 12.3161 17.7563 12.9581 17.3541C13.2594 17.165 13.604 17.0158 13.9955 16.9055L15.2718 21.521H19.0783L14.0314 3.26763ZM11.0099 14.2445C9.82277 14.9885 9.07651 15.9422 8.47703 16.7091C7.56396 17.8762 7.18809 18.2798 6.00725 18.2798C5.98859 18.2798 5.96993 18.2795 5.95155 18.2792C5.15152 18.263 4.44998 17.8581 4.02665 17.1689C3.59206 16.4613 3.54899 15.6283 3.90785 14.8829L9.02136 4.27453C9.27789 3.74227 9.54511 3.6682 9.79588 3.6682H9.7978C10.155 3.66875 10.3896 3.86299 10.4952 4.24463L13.0174 13.3679C12.2821 13.5734 11.616 13.8648 11.0099 14.2445Z",
|
|
16
|
+
fill: "#F9FAF7"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgAutoriaWordmarkDark 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/autoria/autoria_wordmark_light.svg-react
|
|
7
|
+
var SvgAutoriaWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 92 22",
|
|
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: "M29.8148 7.01895V14.5035C29.8148 17.0767 28.5577 18.5382 26.1894 18.5382C24.0842 18.5382 22.9149 17.3395 22.9149 15.3224V7.01895H19.2308V15.6731C19.2308 19.4447 21.6573 21.7545 24.8736 21.7545C27.5343 21.7545 28.8792 20.5262 29.4636 19.1816H29.8732V21.5205H33.4986V7.01895H29.8148ZM45.7828 10.1178V7.01895H41.8065V2.51671H38.1224V7.01922H34.4386V10.1181H38.1224V18.7138C38.1224 20.3514 39.3504 21.5208 40.9875 21.5208H44.9641V18.4216H42.6249C42.0987 18.4216 41.8065 18.1294 41.8065 17.5445V10.1181H45.7828V10.1178ZM53.3724 6.60933C49.1039 6.60933 45.771 9.70849 45.771 14.2697C45.771 18.8307 49.1042 21.9298 53.3724 21.9298C57.6411 21.9298 60.9741 18.8307 60.9741 14.2697C60.9741 9.70849 57.6409 6.60933 53.3724 6.60933ZM53.3724 18.6554C51.0335 18.6554 49.4543 16.9011 49.4543 14.2697C49.4543 11.6383 51.0332 9.88381 53.3724 9.88381C55.7116 9.88381 57.2902 11.6383 57.2902 14.2697C57.29 16.9011 55.7116 18.6554 53.3724 18.6554ZM69.609 6.96078C67.7672 6.96078 66.5392 7.51582 65.9836 9.12411H65.5742V7.01895H61.9489V21.5205H65.6327V13.217C65.6327 11.1706 66.9779 10.1766 68.8487 10.1766H71.0126V6.96078H69.609ZM71.9879 7.01895V21.5205H75.6715V7.01895H71.9879ZM88.3746 7.01895V9.0654H87.9647C87.2047 7.83764 85.9185 6.60933 83.3456 6.60933C79.7199 6.60933 76.6795 9.82565 76.6795 14.2697C76.6795 18.7135 79.7199 21.9298 83.3456 21.9298C85.9185 21.9298 87.205 20.7013 87.9647 19.4738H88.3746V21.5202H92V7.01867H88.3746V7.01895ZM84.3396 18.6554C82.1176 18.6554 80.3633 17.0767 80.3633 14.2697C80.3633 11.4627 82.1173 9.88381 84.3396 9.88381C86.6204 9.88381 88.3162 11.5215 88.3162 14.2697C88.3159 17.0183 86.6204 18.6554 84.3396 18.6554ZM75.6715 4.65068H71.9879V0.966853H75.6715V4.65068ZM14.0314 3.26763C13.7497 2.24893 13.1724 1.40171 12.3617 0.817326C11.6217 0.283697 10.7369 0.00138186 9.80329 1.00664e-05C9.02356 -0.00163609 8.26385 0.198646 7.60676 0.577536C6.80207 1.04203 6.1661 1.7496 5.7167 2.68187L0.603188 13.2903C-0.295613 15.1548 -0.184498 17.3225 0.900045 19.0891C1.97361 20.8376 3.83432 21.9062 5.8772 21.9477C5.92055 21.9485 5.96362 21.949 6.00697 21.949C7.35984 21.949 8.49404 21.613 9.47405 20.9216C10.2905 20.3457 10.862 19.6148 11.3666 18.97C11.8761 18.3187 12.3161 17.7563 12.9581 17.3541C13.2594 17.165 13.604 17.0158 13.9955 16.9055L15.2718 21.521H19.0783L14.0314 3.26763ZM11.0099 14.2445C9.82277 14.9885 9.07651 15.9422 8.47703 16.7091C7.56396 17.8762 7.18809 18.2798 6.00725 18.2798C5.98859 18.2798 5.96993 18.2795 5.95155 18.2792C5.15152 18.263 4.44998 17.8581 4.02665 17.1689C3.59206 16.4613 3.54899 15.6283 3.90785 14.8829L9.02136 4.27453C9.27789 3.74227 9.54511 3.6682 9.79588 3.6682H9.7978C10.155 3.66875 10.3896 3.86299 10.4952 4.24463L13.0174 13.3679C12.2821 13.5734 11.616 13.8648 11.0099 14.2445Z",
|
|
18
|
+
fill: "#2F2F2F"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgAutoriaWordmarkLight;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react
|
|
5
|
+
var SvgAutoriaWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 92 22",
|
|
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: "M29.8148 7.01895V14.5035C29.8148 17.0767 28.5577 18.5382 26.1894 18.5382C24.0842 18.5382 22.9149 17.3395 22.9149 15.3224V7.01895H19.2308V15.6731C19.2308 19.4447 21.6573 21.7545 24.8736 21.7545C27.5343 21.7545 28.8792 20.5262 29.4636 19.1816H29.8732V21.5205H33.4986V7.01895H29.8148ZM45.7828 10.1178V7.01895H41.8065V2.51671H38.1224V7.01922H34.4386V10.1181H38.1224V18.7138C38.1224 20.3514 39.3504 21.5208 40.9875 21.5208H44.9641V18.4216H42.6249C42.0987 18.4216 41.8065 18.1294 41.8065 17.5445V10.1181H45.7828V10.1178ZM53.3724 6.60933C49.1039 6.60933 45.771 9.70849 45.771 14.2697C45.771 18.8307 49.1042 21.9298 53.3724 21.9298C57.6411 21.9298 60.9741 18.8307 60.9741 14.2697C60.9741 9.70849 57.6409 6.60933 53.3724 6.60933ZM53.3724 18.6554C51.0335 18.6554 49.4543 16.9011 49.4543 14.2697C49.4543 11.6383 51.0332 9.88381 53.3724 9.88381C55.7116 9.88381 57.2902 11.6383 57.2902 14.2697C57.29 16.9011 55.7116 18.6554 53.3724 18.6554ZM69.609 6.96078C67.7672 6.96078 66.5392 7.51582 65.9836 9.12411H65.5742V7.01895H61.9489V21.5205H65.6327V13.217C65.6327 11.1706 66.9779 10.1766 68.8487 10.1766H71.0126V6.96078H69.609ZM71.9879 7.01895V21.5205H75.6715V7.01895H71.9879ZM88.3746 7.01895V9.0654H87.9647C87.2047 7.83764 85.9185 6.60933 83.3456 6.60933C79.7199 6.60933 76.6795 9.82565 76.6795 14.2697C76.6795 18.7135 79.7199 21.9298 83.3456 21.9298C85.9185 21.9298 87.205 20.7013 87.9647 19.4738H88.3746V21.5202H92V7.01867H88.3746V7.01895ZM84.3396 18.6554C82.1176 18.6554 80.3633 17.0767 80.3633 14.2697C80.3633 11.4627 82.1173 9.88381 84.3396 9.88381C86.6204 9.88381 88.3162 11.5215 88.3162 14.2697C88.3159 17.0183 86.6204 18.6554 84.3396 18.6554ZM75.6715 4.65068H71.9879V0.966853H75.6715V4.65068ZM14.0314 3.26763C13.7497 2.24893 13.1724 1.40171 12.3617 0.817326C11.6217 0.283697 10.7369 0.00138186 9.80329 1.00664e-05C9.02356 -0.00163609 8.26385 0.198646 7.60676 0.577536C6.80207 1.04203 6.1661 1.7496 5.7167 2.68187L0.603188 13.2903C-0.295613 15.1548 -0.184498 17.3225 0.900045 19.0891C1.97361 20.8376 3.83432 21.9062 5.8772 21.9477C5.92055 21.9485 5.96362 21.949 6.00697 21.949C7.35984 21.949 8.49404 21.613 9.47405 20.9216C10.2905 20.3457 10.862 19.6148 11.3666 18.97C11.8761 18.3187 12.3161 17.7563 12.9581 17.3541C13.2594 17.165 13.604 17.0158 13.9955 16.9055L15.2718 21.521H19.0783L14.0314 3.26763ZM11.0099 14.2445C9.82277 14.9885 9.07651 15.9422 8.47703 16.7091C7.56396 17.8762 7.18809 18.2798 6.00725 18.2798C5.98859 18.2798 5.96993 18.2795 5.95155 18.2792C5.15152 18.263 4.44998 17.8581 4.02665 17.1689C3.59206 16.4613 3.54899 15.6283 3.90785 14.8829L9.02136 4.27453C9.27789 3.74227 9.54511 3.6682 9.79588 3.6682H9.7978C10.155 3.66875 10.3896 3.86299 10.4952 4.24463L13.0174 13.3679C12.2821 13.5734 11.616 13.8648 11.0099 14.2445Z",
|
|
16
|
+
fill: "#2F2F2F"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgAutoriaWordmarkLight as default };
|
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
4
|
-
const
|
|
3
|
+
const require_autoria_symbol_light = require("./autoria_symbol_light.svg-react.cjs");
|
|
4
|
+
const require_autoria_symbol_dark = require("./autoria_symbol_dark.svg-react.cjs");
|
|
5
|
+
const require_autoria_wordmark_light = require("./autoria_wordmark_light.svg-react.cjs");
|
|
6
|
+
const require_autoria_wordmark_dark = require("./autoria_wordmark_dark.svg-react.cjs");
|
|
5
7
|
//#region src/foundation/logos/svg/autoria/index.ts
|
|
6
8
|
var autoria = {
|
|
7
9
|
key: "autoria",
|
|
8
|
-
symbol:
|
|
9
|
-
|
|
10
|
+
symbol: {
|
|
11
|
+
light: require_autoria_symbol_light.default,
|
|
12
|
+
dark: require_autoria_symbol_dark.default
|
|
13
|
+
},
|
|
14
|
+
wordmark: {
|
|
15
|
+
light: require_autoria_wordmark_light.default,
|
|
16
|
+
dark: require_autoria_wordmark_dark.default
|
|
17
|
+
}
|
|
10
18
|
};
|
|
11
19
|
//#endregion
|
|
12
20
|
exports.autoria = autoria;
|
|
@@ -1,16 +1,32 @@
|
|
|
1
1
|
export declare const autoria: {
|
|
2
|
-
key:
|
|
3
|
-
symbol:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
key: "autoria";
|
|
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/autoria/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/autoria/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOJ,CAAC"}
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
2
|
+
import SvgAutoriaSymbolLight from "./autoria_symbol_light.svg-react.js";
|
|
3
|
+
import SvgAutoriaSymbolDark from "./autoria_symbol_dark.svg-react.js";
|
|
4
|
+
import SvgAutoriaWordmarkLight from "./autoria_wordmark_light.svg-react.js";
|
|
5
|
+
import SvgAutoriaWordmarkDark from "./autoria_wordmark_dark.svg-react.js";
|
|
4
6
|
//#region src/foundation/logos/svg/autoria/index.ts
|
|
5
7
|
var autoria = {
|
|
6
8
|
key: "autoria",
|
|
7
|
-
symbol:
|
|
8
|
-
|
|
9
|
+
symbol: {
|
|
10
|
+
light: SvgAutoriaSymbolLight,
|
|
11
|
+
dark: SvgAutoriaSymbolDark
|
|
12
|
+
},
|
|
13
|
+
wordmark: {
|
|
14
|
+
light: SvgAutoriaWordmarkLight,
|
|
15
|
+
dark: SvgAutoriaWordmarkDark
|
|
16
|
+
}
|
|
9
17
|
};
|
|
10
18
|
//#endregion
|
|
11
19
|
export { autoria };
|
|
@@ -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/bilhold/bilhold_symbol_dark.svg-react
|
|
7
|
+
var SvgBilholdSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 12 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: "M5.77082 4.51847V7.93488C7.06324 7.93488 8.1052 8.97683 8.1052 10.2592C8.1052 11.5416 7.05323 12.5836 5.77082 12.5836C4.48842 12.5836 3.43644 11.5416 3.43644 10.2592V0H0V10.2592C0 13.4252 2.59487 16 5.77082 16C8.94678 16 11.5416 13.4252 11.5416 10.2592C11.5416 7.0933 8.94678 4.51847 5.77082 4.51847Z",
|
|
18
|
+
fill: "white"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgBilholdSymbolDark;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react
|
|
5
|
+
var SvgBilholdSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 12 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: "M5.77082 4.51847V7.93488C7.06324 7.93488 8.1052 8.97683 8.1052 10.2592C8.1052 11.5416 7.05323 12.5836 5.77082 12.5836C4.48842 12.5836 3.43644 11.5416 3.43644 10.2592V0H0V10.2592C0 13.4252 2.59487 16 5.77082 16C8.94678 16 11.5416 13.4252 11.5416 10.2592C11.5416 7.0933 8.94678 4.51847 5.77082 4.51847Z",
|
|
16
|
+
fill: "white"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgBilholdSymbolDark 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/bilhold/bilhold_symbol_light.svg-react
|
|
7
|
+
var SvgBilholdSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 12 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: "M5.77082 4.51847V7.93488C7.06324 7.93488 8.1052 8.97683 8.1052 10.2592C8.1052 11.5416 7.05323 12.5836 5.77082 12.5836C4.48842 12.5836 3.43644 11.5416 3.43644 10.2592V0H0V10.2592C0 13.4252 2.59487 16 5.77082 16C8.94678 16 11.5416 13.4252 11.5416 10.2592C11.5416 7.0933 8.94678 4.51847 5.77082 4.51847Z",
|
|
18
|
+
fill: "black"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgBilholdSymbolLight;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react
|
|
5
|
+
var SvgBilholdSymbolLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 12 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: "M5.77082 4.51847V7.93488C7.06324 7.93488 8.1052 8.97683 8.1052 10.2592C8.1052 11.5416 7.05323 12.5836 5.77082 12.5836C4.48842 12.5836 3.43644 11.5416 3.43644 10.2592V0H0V10.2592C0 13.4252 2.59487 16 5.77082 16C8.94678 16 11.5416 13.4252 11.5416 10.2592C11.5416 7.0933 8.94678 4.51847 5.77082 4.51847Z",
|
|
16
|
+
fill: "black"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgBilholdSymbolLight 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/bilhold/bilhold_wordmark_dark.svg-react
|
|
7
|
+
var SvgBilholdWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 60 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: "M56.5494 0.039975V10.2936C56.5494 11.5528 55.5192 12.5721 54.239 12.5721C52.9588 12.5721 51.9286 11.5528 51.9286 10.2936C51.9286 9.03435 52.9588 8.01499 54.239 8.01499V4.59713C51.0585 4.59713 48.4681 7.15553 48.4681 10.2936C48.4681 13.4316 51.0585 15.99 54.239 15.99C57.4196 15.99 60 13.4316 60 10.2936V0.039975H56.5394H56.5494ZM12.7321 4.84697H16.1927V15.6702H12.7321V4.84697ZM17.913 0.039975H21.3736V15.7102H17.913V0.039975ZM43.8673 0.039975H47.3279V15.7102H43.8673V0.039975ZM36.9462 4.59713V8.01499C38.2164 8.01499 39.2565 9.03435 39.2565 10.2936C39.2565 11.5528 38.2264 12.5721 36.9462 12.5721C35.6659 12.5721 34.6358 11.5528 34.6358 10.2936C34.6358 7.15553 32.0453 4.59713 28.8748 4.59713C28.0547 4.59713 27.2745 4.76702 26.5644 5.07683V0.039975H23.1038V15.7502H26.5644V10.3036C26.5644 9.04435 27.5946 8.02498 28.8748 8.02498C30.155 8.02498 31.1852 9.04435 31.1852 10.3036C31.1852 13.4416 33.7756 16 36.9462 16C40.1167 16 42.7071 13.4416 42.7071 10.3036C42.7071 7.16552 40.1167 4.60712 36.9462 4.60712V4.59713ZM5.77096 4.49719V7.90506C7.06118 7.90506 8.10135 8.94441 8.10135 10.2236C8.10135 11.5028 7.05117 12.5422 5.77096 12.5422C4.49075 12.5422 3.44057 11.5028 3.44057 10.2236V0H0V10.2336C0 13.3916 2.59043 15.96 5.76096 15.96C8.93149 15.96 11.5219 13.3916 11.5219 10.2336C11.5219 7.07558 8.93149 4.50718 5.76096 4.50718L5.77096 4.49719Z",
|
|
18
|
+
fill: "white"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgBilholdWordmarkDark;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react
|
|
5
|
+
var SvgBilholdWordmarkDark = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 60 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: "M56.5494 0.039975V10.2936C56.5494 11.5528 55.5192 12.5721 54.239 12.5721C52.9588 12.5721 51.9286 11.5528 51.9286 10.2936C51.9286 9.03435 52.9588 8.01499 54.239 8.01499V4.59713C51.0585 4.59713 48.4681 7.15553 48.4681 10.2936C48.4681 13.4316 51.0585 15.99 54.239 15.99C57.4196 15.99 60 13.4316 60 10.2936V0.039975H56.5394H56.5494ZM12.7321 4.84697H16.1927V15.6702H12.7321V4.84697ZM17.913 0.039975H21.3736V15.7102H17.913V0.039975ZM43.8673 0.039975H47.3279V15.7102H43.8673V0.039975ZM36.9462 4.59713V8.01499C38.2164 8.01499 39.2565 9.03435 39.2565 10.2936C39.2565 11.5528 38.2264 12.5721 36.9462 12.5721C35.6659 12.5721 34.6358 11.5528 34.6358 10.2936C34.6358 7.15553 32.0453 4.59713 28.8748 4.59713C28.0547 4.59713 27.2745 4.76702 26.5644 5.07683V0.039975H23.1038V15.7502H26.5644V10.3036C26.5644 9.04435 27.5946 8.02498 28.8748 8.02498C30.155 8.02498 31.1852 9.04435 31.1852 10.3036C31.1852 13.4416 33.7756 16 36.9462 16C40.1167 16 42.7071 13.4416 42.7071 10.3036C42.7071 7.16552 40.1167 4.60712 36.9462 4.60712V4.59713ZM5.77096 4.49719V7.90506C7.06118 7.90506 8.10135 8.94441 8.10135 10.2236C8.10135 11.5028 7.05117 12.5422 5.77096 12.5422C4.49075 12.5422 3.44057 11.5028 3.44057 10.2236V0H0V10.2336C0 13.3916 2.59043 15.96 5.76096 15.96C8.93149 15.96 11.5219 13.3916 11.5219 10.2336C11.5219 7.07558 8.93149 4.50718 5.76096 4.50718L5.77096 4.49719Z",
|
|
16
|
+
fill: "white"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgBilholdWordmarkDark 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/bilhold/bilhold_wordmark_light.svg-react
|
|
7
|
+
var SvgBilholdWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
8
|
+
viewBox: "0 0 60 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: "M56.5494 0.039975V10.2936C56.5494 11.5528 55.5192 12.5721 54.239 12.5721C52.9588 12.5721 51.9286 11.5528 51.9286 10.2936C51.9286 9.03435 52.9588 8.01499 54.239 8.01499V4.59713C51.0585 4.59713 48.4681 7.15553 48.4681 10.2936C48.4681 13.4316 51.0585 15.99 54.239 15.99C57.4196 15.99 60 13.4316 60 10.2936V0.039975H56.5394H56.5494ZM12.7321 4.84697H16.1927V15.6702H12.7321V4.84697ZM17.913 0.039975H21.3736V15.7102H17.913V0.039975ZM43.8673 0.039975H47.3279V15.7102H43.8673V0.039975ZM36.9462 4.59713V8.01499C38.2164 8.01499 39.2565 9.03435 39.2565 10.2936C39.2565 11.5528 38.2264 12.5721 36.9462 12.5721C35.6659 12.5721 34.6358 11.5528 34.6358 10.2936C34.6358 7.15553 32.0453 4.59713 28.8748 4.59713C28.0547 4.59713 27.2745 4.76702 26.5644 5.07683V0.039975H23.1038V15.7502H26.5644V10.3036C26.5644 9.04435 27.5946 8.02498 28.8748 8.02498C30.155 8.02498 31.1852 9.04435 31.1852 10.3036C31.1852 13.4416 33.7756 16 36.9462 16C40.1167 16 42.7071 13.4416 42.7071 10.3036C42.7071 7.16552 40.1167 4.60712 36.9462 4.60712V4.59713ZM5.77096 4.49719V7.90506C7.06118 7.90506 8.10135 8.94441 8.10135 10.2236C8.10135 11.5028 7.05117 12.5422 5.77096 12.5422C4.49075 12.5422 3.44057 11.5028 3.44057 10.2236V0H0V10.2336C0 13.3916 2.59043 15.96 5.76096 15.96C8.93149 15.96 11.5219 13.3916 11.5219 10.2336C11.5219 7.07558 8.93149 4.50718 5.76096 4.50718L5.77096 4.49719Z",
|
|
18
|
+
fill: "black"
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.default = SvgBilholdWordmarkLight;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
//#region src/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react
|
|
5
|
+
var SvgBilholdWordmarkLight = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
6
|
+
viewBox: "0 0 60 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: "M56.5494 0.039975V10.2936C56.5494 11.5528 55.5192 12.5721 54.239 12.5721C52.9588 12.5721 51.9286 11.5528 51.9286 10.2936C51.9286 9.03435 52.9588 8.01499 54.239 8.01499V4.59713C51.0585 4.59713 48.4681 7.15553 48.4681 10.2936C48.4681 13.4316 51.0585 15.99 54.239 15.99C57.4196 15.99 60 13.4316 60 10.2936V0.039975H56.5394H56.5494ZM12.7321 4.84697H16.1927V15.6702H12.7321V4.84697ZM17.913 0.039975H21.3736V15.7102H17.913V0.039975ZM43.8673 0.039975H47.3279V15.7102H43.8673V0.039975ZM36.9462 4.59713V8.01499C38.2164 8.01499 39.2565 9.03435 39.2565 10.2936C39.2565 11.5528 38.2264 12.5721 36.9462 12.5721C35.6659 12.5721 34.6358 11.5528 34.6358 10.2936C34.6358 7.15553 32.0453 4.59713 28.8748 4.59713C28.0547 4.59713 27.2745 4.76702 26.5644 5.07683V0.039975H23.1038V15.7502H26.5644V10.3036C26.5644 9.04435 27.5946 8.02498 28.8748 8.02498C30.155 8.02498 31.1852 9.04435 31.1852 10.3036C31.1852 13.4416 33.7756 16 36.9462 16C40.1167 16 42.7071 13.4416 42.7071 10.3036C42.7071 7.16552 40.1167 4.60712 36.9462 4.60712V4.59713ZM5.77096 4.49719V7.90506C7.06118 7.90506 8.10135 8.94441 8.10135 10.2236C8.10135 11.5028 7.05117 12.5422 5.77096 12.5422C4.49075 12.5422 3.44057 11.5028 3.44057 10.2236V0H0V10.2336C0 13.3916 2.59043 15.96 5.76096 15.96C8.93149 15.96 11.5219 13.3916 11.5219 10.2336C11.5219 7.07558 8.93149 4.50718 5.76096 4.50718L5.77096 4.49719Z",
|
|
16
|
+
fill: "black"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SvgBilholdWordmarkLight as default };
|
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
4
|
-
const
|
|
3
|
+
const require_bilhold_symbol_light = require("./bilhold_symbol_light.svg-react.cjs");
|
|
4
|
+
const require_bilhold_symbol_dark = require("./bilhold_symbol_dark.svg-react.cjs");
|
|
5
|
+
const require_bilhold_wordmark_light = require("./bilhold_wordmark_light.svg-react.cjs");
|
|
6
|
+
const require_bilhold_wordmark_dark = require("./bilhold_wordmark_dark.svg-react.cjs");
|
|
5
7
|
//#region src/foundation/logos/svg/bilhold/index.ts
|
|
6
8
|
var bilhold = {
|
|
7
9
|
key: "bilhold",
|
|
8
|
-
symbol:
|
|
9
|
-
|
|
10
|
+
symbol: {
|
|
11
|
+
light: require_bilhold_symbol_light.default,
|
|
12
|
+
dark: require_bilhold_symbol_dark.default
|
|
13
|
+
},
|
|
14
|
+
wordmark: {
|
|
15
|
+
light: require_bilhold_wordmark_light.default,
|
|
16
|
+
dark: require_bilhold_wordmark_dark.default
|
|
17
|
+
}
|
|
10
18
|
};
|
|
11
19
|
//#endregion
|
|
12
20
|
exports.bilhold = bilhold;
|