@kakadu/components 5.0.7 → 5.1.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.
- package/build/components/button.js +1 -1
- package/build/components/button.mjs +11 -11
- package/build/components/footer.js +1 -1
- package/build/components/footer.mjs +28 -28
- package/build/components/icon-button.js +1 -1
- package/build/components/icon-button.mjs +22 -22
- package/build/components/logos/akt-logo.d.ts +2 -0
- package/build/components/logos/akt-logo.js +1 -0
- package/build/components/logos/akt-logo.mjs +62 -0
- package/build/components/logos/amedia-logo.d.ts +2 -0
- package/build/components/logos/amedia-logo.js +1 -0
- package/build/components/logos/amedia-logo.mjs +36 -0
- package/build/components/logos/bankaxept-logo.d.ts +2 -0
- package/build/components/logos/bankaxept-logo.js +1 -0
- package/build/components/logos/bankaxept-logo.mjs +37 -0
- package/build/components/logos/bankid-logo.js +1 -0
- package/build/components/{bankid-logo.mjs → logos/bankid-logo.mjs} +2 -2
- package/build/components/logos/dnb-logo.js +1 -0
- package/build/components/{dnb-logo.mjs → logos/dnb-logo.mjs} +2 -2
- package/build/components/logos/entur-logo.d.ts +2 -0
- package/build/components/logos/entur-logo.js +1 -0
- package/build/components/logos/entur-logo.mjs +43 -0
- package/build/components/logos/gjensidige-logo.js +1 -0
- package/build/components/{gjensidige-logo.mjs → logos/gjensidige-logo.mjs} +2 -2
- package/build/components/logos/kakadu-academy-logo.js +1 -0
- package/build/components/{kakadu-academy-logo.mjs → logos/kakadu-academy-logo.mjs} +2 -2
- package/build/components/logos/kakadu-guide-icon.js +1 -0
- package/build/components/{kakadu-guide-icon.mjs → logos/kakadu-guide-icon.mjs} +3 -3
- package/build/components/logos/kakadu-guide-logo.js +1 -0
- package/build/components/{kakadu-guide-logo.mjs → logos/kakadu-guide-logo.mjs} +8 -8
- package/build/components/logos/kakadu-index-logo.js +1 -0
- package/build/components/{kakadu-index-logo.mjs → logos/kakadu-index-logo.mjs} +2 -2
- package/build/components/logos/kakadu-logo.js +1 -0
- package/build/components/{kakadu-logo.mjs → logos/kakadu-logo.mjs} +2 -2
- package/build/components/logos/kolumbus-logo.d.ts +2 -0
- package/build/components/logos/kolumbus-logo.js +1 -0
- package/build/components/logos/kolumbus-logo.mjs +46 -0
- package/build/components/logos/nordea-logo.d.ts +2 -0
- package/build/components/logos/nordea-logo.js +1 -0
- package/build/components/logos/nordea-logo.mjs +35 -0
- package/build/components/logos/norsk-tipping-logo.d.ts +2 -0
- package/build/components/logos/norsk-tipping-logo.js +1 -0
- package/build/components/logos/norsk-tipping-logo.mjs +103 -0
- package/build/components/logos/ruter-logo.d.ts +2 -0
- package/build/components/logos/ruter-logo.js +1 -0
- package/build/components/logos/ruter-logo.mjs +34 -0
- package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.d.ts +2 -0
- package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.js +1 -0
- package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.mjs +84 -0
- package/build/components/logos/sparebank1-logo.js +1 -0
- package/build/components/{sparebank1-logo.mjs → logos/sparebank1-logo.mjs} +2 -2
- package/build/components/logos/sparebanken-norge-logo.d.ts +2 -0
- package/build/components/logos/sparebanken-norge-logo.js +1 -0
- package/build/components/logos/sparebanken-norge-logo.mjs +46 -0
- package/build/components/logos/sto-logo.js +1 -0
- package/build/components/{sto-logo.mjs → logos/sto-logo.mjs} +15 -15
- package/build/components/logos/storebrand-logo.js +1 -0
- package/build/components/{storebrand-logo.mjs → logos/storebrand-logo.mjs} +12 -11
- package/build/components/theme-setter.d.ts +2 -2
- package/build/components/theme-setter.js +2 -2
- package/build/components/theme-setter.mjs +2 -2
- package/build/components/veil.js +1 -1
- package/build/components/veil.mjs +7 -7
- package/build/components.css +1 -1
- package/build/hooks/use-is-in-view.d.ts +2 -2
- package/build/icons/trend-up.js +1 -1
- package/build/icons/trend-up.mjs +9 -7
- package/build/images/made-in-norway.png +0 -0
- package/build/index.d.ts +42 -22
- package/build/index.js +1 -1
- package/build/index.mjs +288 -268
- package/build/theme.js +1 -1
- package/build/theme.mjs +1 -1
- package/package.json +1 -1
- package/build/components/bankid-logo.js +0 -1
- package/build/components/dnb-logo.js +0 -1
- package/build/components/gjensidige-logo.js +0 -1
- package/build/components/kakadu-academy-logo.js +0 -1
- package/build/components/kakadu-guide-icon.js +0 -1
- package/build/components/kakadu-guide-logo.js +0 -1
- package/build/components/kakadu-index-logo.js +0 -1
- package/build/components/kakadu-logo.js +0 -1
- package/build/components/sparebank1-logo.js +0 -1
- package/build/components/sto-logo.js +0 -1
- package/build/components/storebrand-logo.js +0 -1
- /package/build/components/{bankid-logo.d.ts → logos/bankid-logo.d.ts} +0 -0
- /package/build/components/{dnb-logo.d.ts → logos/dnb-logo.d.ts} +0 -0
- /package/build/components/{gjensidige-logo.d.ts → logos/gjensidige-logo.d.ts} +0 -0
- /package/build/components/{kakadu-academy-logo.d.ts → logos/kakadu-academy-logo.d.ts} +0 -0
- /package/build/components/{kakadu-guide-icon.d.ts → logos/kakadu-guide-icon.d.ts} +0 -0
- /package/build/components/{kakadu-guide-logo.d.ts → logos/kakadu-guide-logo.d.ts} +0 -0
- /package/build/components/{kakadu-index-logo.d.ts → logos/kakadu-index-logo.d.ts} +0 -0
- /package/build/components/{kakadu-logo.d.ts → logos/kakadu-logo.d.ts} +0 -0
- /package/build/components/{sparebank1-logo.d.ts → logos/sparebank1-logo.d.ts} +0 -0
- /package/build/components/{sto-logo.d.ts → logos/sto-logo.d.ts} +0 -0
- /package/build/components/{storebrand-logo.d.ts → logos/storebrand-logo.d.ts} +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import l from "../../utilities/scale.mjs";
|
|
3
|
+
function m({
|
|
4
|
+
fill: v,
|
|
5
|
+
...s
|
|
6
|
+
}) {
|
|
7
|
+
const { width: t, height: i } = l({
|
|
8
|
+
originalWidth: 523,
|
|
9
|
+
originalHeight: 159,
|
|
10
|
+
width: s.width,
|
|
11
|
+
height: s.height
|
|
12
|
+
});
|
|
13
|
+
return /* @__PURE__ */ h.jsxs(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
fill: "none",
|
|
17
|
+
viewBox: "0 0 523 159",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...s,
|
|
20
|
+
width: t,
|
|
21
|
+
height: i,
|
|
22
|
+
children: [
|
|
23
|
+
/* @__PURE__ */ h.jsx(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
d: "m21.1 18.7v27.6h53.3v18.7h-53.3v26.7h60.1v18.7h-81.2v-110.4h81.2v18.7z",
|
|
27
|
+
fill: v ?? "#23145f"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ h.jsx("path", { d: "m195.9 156.4h-195.9v-18.7h195.9z", fill: "#ff5959" }),
|
|
31
|
+
/* @__PURE__ */ h.jsxs("g", { fill: v ?? "#23145f", children: [
|
|
32
|
+
/* @__PURE__ */ h.jsx("path", { d: "m193.7 110.2-72.4-65.5v65.5h-21.1v-110.2h2.3l72.4 66.7v-66.7h21.1v110.2z" }),
|
|
33
|
+
/* @__PURE__ */ h.jsx("path", { d: "m299.8 64.9h-31.5v91.5h-21.1v-91.5h-31.5v-18.7h84.2v18.7z" }),
|
|
34
|
+
/* @__PURE__ */ h.jsx("path", { d: "m363.1 158.4c-7.1 0-13.6-1.1-19.4-3.3s-10.8-5.3-14.9-9.3-7.3-8.9-9.6-14.6-3.4-12.1-3.4-19.1v-65.8h21.1v65.7c0 5.5.9 10.1 2.7 13.7s4 6.5 6.7 8.6 5.5 3.6 8.6 4.4 5.8 1.2 8.2 1.2 5.1-.4 8.2-1.2 5.9-2.3 8.6-4.4 4.9-5 6.7-8.6 2.7-8.2 2.7-13.7v-65.8h21.1v65.8c0 7-1.1 13.4-3.3 19.1s-5.4 10.6-9.5 14.6-9.1 7.1-14.9 9.3c-5.8 2.3-12.4 3.4-19.6 3.4z" }),
|
|
35
|
+
/* @__PURE__ */ h.jsx("path", { d: "m451.2 121.4v35.1h-21.1v-110.3h50.1c5.6 0 10.8.9 15.5 2.8s8.7 4.5 12 7.8c3.3 3.4 5.9 7.4 7.8 12 1.9 4.7 2.8 9.8 2.8 15.3 0 4.1-.6 8.1-1.7 12s-2.6 7.4-4.6 10.5-4.4 5.8-7.2 8.1c-2.9 2.3-6 3.8-9.4 4.7l27.4 37h-25.1l-25.5-35.1h-21zm0-18.4h24c4.4 0 8-.6 10.9-1.7s5.1-2.6 6.8-4.4 2.8-3.8 3.4-6.1.9-4.5.9-6.9c0-2.7-.4-5.2-1.3-7.5s-2.2-4.3-3.9-6c-1.8-1.7-4-3.1-6.8-4.1s-6.1-1.5-10-1.5h-24z" })
|
|
36
|
+
] })
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
export {
|
|
42
|
+
m as default
|
|
43
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("../../jsx-runtime-BB_1_6y_.js"),e=require("../../utilities/scale.js");function m({fill:s,...l}){const{width:h,height:t}=e.default({originalWidth:1549,originalHeight:385,width:l.width,height:l.height});return c.jsxRuntimeExports.jsx("svg",{viewBox:"0 0 1549 385",xmlns:"http://www.w3.org/2000/svg",...l,width:h,height:t,children:c.jsxRuntimeExports.jsxs("g",{fill:s??"#060948",fillRule:"evenodd",children:[c.jsxRuntimeExports.jsx("path",{d:"m1548.5 193c0 92.6-65.2 169.7-152.2 188.4l-9.7-8.3s-3.6-12.4-3.6-13.6c0-1.5 10-15.7 10-15.7h3.3c1.3 0 6.6-18.6 8.2-24.7 8-.5 19.9-1.8 24.4-4 .6-1.8.2-8-.5-15.5 10.2.7 26.1 1.6 26.5 1.6.3 0 5.1-3.8 5.1-3.8.1-38.7 0-40.1 0-41.8 0-.5-7.3-4.2-11.7-6.4 1.4-1.6 2.4-4 2.4-6.5 0-.6-.2-1.1-.2-1.7 3.1-1.8 6-4.2 6-7.1 0-2.5-4-10.2-5.5-13.3 0 0-.9-26.8-1.8-27.6-.7-.5-4.2.4-4.2.4l-11.9-23.3s-8.9-41.3-11.8-43.1c-2.4-1.5-16.6-10.2-20.6-12.6-.6-1.3-.9-2.4-.9-2.7 0-1.7.7-8.8.7-11.9s-6.2-13.1-6.2-14.8c0 0 .5-18 .5-19.9 0-1.8-4.7-6.7-10.2-7.8-1.6-.4-14.4-.9-16 .2-3 1.8-14.1 9.3-14.6 11.3-.4 1.3-.2 14.6-1 17.3-.9 2.8-4.7 6.2-4.9 8.1-.3 2.5-1.6 12.7-1.8 14.9-.2.6-.5 1.1-1.1 1.8-5.7 2.6-19.5 8.8-20.8 9.5-4.9 2.9-22.3 26.3-22.3 26.3-.1 0-6.2-1.8-9.6-2.7.7-1.1 1.1-2.2.9-3.1-.4-1.7-4-10.4-4.9-11.7-.4-.4-2.8-.4-5.7 0l-7.1-111.9c24.4-11.1 51.4-17.3 80.1-17.3 106.4 0 192.7 86.3 192.7 193zm-106.2 67.4.1.3-6.2 12.3h-.3l-7-12.6.2-.4zm-10 17.3v.4l-7.7 13.5-.1-.2-1-28.8.2-.2zm17 15.5-9.1-14.8v-.3l9.3-16.8.2.2v31.4zm-28.7-86.9s-1.5 1.8-1.5 3.1c-.1 1.5 7.7 10 9.5 12.6.4.7.8 1.3.9 1.6-1.2 2.6-.9 13.2-.3 14.3.5.9 3.8 1.3 4.4 1.4-.2.9-.4 1.9-.4 3 0 2.3.7 4.5 2 6.2l-13.5 6.7s-10.8-50.9-12.2-53.3l-4-7.1s-.4-8.7-.6-13.9h.4zm-81 129.8 5.8 31-.2 10.8-4.2 6.7c-14.7-1.1-29-3.8-42.7-8l-12.5-198.9c3.1 1.8 9.3 5.3 14.9 5.8 8 1 32.3-23 33.2-23h.7c.2 5.7.4 28.9 0 30-.3 1.3-4.9 4.7-5.8 6-1.4 2-19.9 114.2-17.9 116.6 1.9 2.2 8.6 3.5 23 4.7.2 3.1 1.7 15.5 1.8 16.3.4.9 3.9 2 3.9 2zm91-43.1v-.2l5.5-8.9h.2l6.4 9.8-.2.4zm-160.2-126.4 12.9 205.2c-71.7-28.1-122.4-97.6-122.4-179.1 0-73 40.5-136.5 100.4-169.2l6.9 108c-1.6.6-2.7 1.1-3.1 1.5-1.1 2-4.7 8.4-4.9 13.9-.4 5.8 4 15.7 6.4 17.8.9 1 2.3 1.5 3.8 1.9z"}),c.jsxRuntimeExports.jsx("path",{d:"m610.4 130.1c-8 0-14.5-6.5-14.5-14.5s6.5-14.5 14.5-14.5 14.5 6.5 14.5 14.5-6.5 14.5-14.5 14.5zm-11.1 28.6c0-2.1 1.9-4.2 4.1-4.2h13.8c2.2 0 4.2 1.9 4.2 4.2v105.3h-18c-2.2 0-4.1-1.8-4.1-4.2zm203.9-28.6c-8 0-14.5-6.5-14.5-14.5s6.5-14.5 14.5-14.5c8.1 0 14.5 6.5 14.5 14.5s-6.4 14.5-14.5 14.5zm-11 28.6c0-2.2 1.8-4.2 4.2-4.2h13.9c2.1 0 4.2 1.9 4.2 4.2v105.3h-18.1c-2.2 0-4.2-1.8-4.2-4.2zm-34.3-55.8v161.1h-17.3c-2.4 0-4.2-2-4.2-4.2v-5.8c-9 8-20.8 12.4-33.8 12.4-9.7 0-19.9-3-27.4-7.3-16.6-9.9-27.9-27.9-27.9-49.8s11.5-40.2 28.1-50c7.5-4.4 16.6-7 26.8-7 11.9 0 23.8 3.7 33.6 11.9v-61.3c0-2.4 2-4.2 4.2-4.2h13.9c2.2 0 4.2 1.8 4 4.2zm-21.9 85.7c-6.7-8.7-17.9-15.5-31.2-15.5-21.3 0-35.2 17-35.2 36.2 0 19.5 15.1 36.1 36.3 36.1 11.3 0 22.6-5.7 30.1-15.7zm215.1-29.9v100.5c0 16.2-2.2 27.2-6.6 35.8-8.9 16.9-25.5 27-47.2 27-28.5 0-46.4-14.4-53.3-25.4l12.8-11.8s.2-.2.3-.4c1.5-1.3 3.7-1.5 5.2-.2 7.4 9.3 17.5 16.8 33.7 16.8 11.9 0 21.2-4.4 26.5-12.6 3.8-6 6-14.4 6-28.1v-6c-8.8 7.6-20.1 11.8-33 11.8-9.7 0-19.9-2.9-27.4-7.3-16.6-9.8-27.9-27.9-27.9-49.8s11.7-40.1 28.1-50c7.5-4.3 16.6-6.9 26.8-6.9 12.4 0 24.3 3.8 34.3 12.4v-5.8c0-2.4 2-4.2 4.2-4.2h13.1c2.2 0 4 1.8 4.4 4.2zm-22.6 70.9v-41c-6.8-8.8-17.9-15.5-31.2-15.5-21.2 0-35 17-35 36.1 0 19.5 15.1 36.1 36.3 36.1 11.3 0 22.6-5.6 30.1-15.7zm-593.4-19.5c-.1 2-2.1 3.7-4.3 3.7h-80.1c1.2 18.4 16.2 33 35.4 33 13.6 0 22-5.5 28.1-11.5 0 0 .7-.7 1.2-1.1 1.3-.7 3-.9 4.4 0l12.1 11.5c-8.3 10.4-23.9 20.4-46.2 20.4-31.9 0-56.6-24.2-56.6-56.9 0-32.6 22.3-56.9 53.3-56.9 30.5 0 52.6 24.6 52.6 56.9 0 .2 0 .9.1.9zm-23.3-14.9c-3.3-13.9-15.9-23.8-28.8-23.8-14.1 0-27 9.5-30.7 23.8zm770.5 14.9c-.2 2-2.2 3.7-4.4 3.7h-80.1c1.1 18.4 16.3 33 35.4 33 13.9 0 22.1-5.5 28.1-11.5 0 0 .7-.7 1.3-1.1 1.3-.7 2.9-.9 4.4 0l12 11.5c-8 10.4-23.7 20.4-46 20.4-31.9 0-56.5-24.2-56.5-56.9 0-32.6 22.2-56.9 53.3-56.9 30.4 0 52.5 24.6 52.5 56.9zm-23.2-14.9c-3.3-13.9-15.7-23.8-28.8-23.8-14.2 0-27 9.5-30.7 23.8zm-867-65.2c-8.1 0-14.6-6.5-14.6-14.5s6.5-14.5 14.6-14.5c8 0 14.5 6.5 14.5 14.5s-6.5 14.5-14.5 14.5zm11 143.3c0 14.6-2 23.7-6.9 30.6-7.9 11.5-21 18.3-35.8 18.3-4.7 0-10-.8-13-1.7l3.7-16.2c.5-2.2 2.7-3.7 4.9-3.3l4 .2c6.2 0 13-2.8 16.8-7.7 3.1-4 4.2-9.5 4.2-19.5v-115.3c0-2.2 1.8-4.2 4.2-4.2h13.9c2.2 0 4.2 1.8 4.2 4.2v110.4zm263.6-62.6v53.4h-17.9c-2.3 0-4.2-2-4.2-4.2v-46.5l-.1-4c0-14.1-2.6-20.4-6.6-25.4-5.1-6.5-13.5-10.7-22.6-10.7-14.4 0-24.8 7.6-31.4 15.5v71c0 2.3-2 4.2-4.2 4.2h-13.9c-2.4 0-4.2-2.1-4.2-4.2v-101.1c0-2.4 2-4.2 4.2-4.2h13.2c2.1 0 4 2 4 4.2v6.2c5.8-5.7 16.9-12.8 32.8-12.8 16.1 0 30.5 7.5 39.8 19.3 6.9 9 10.7 20.1 11.1 39.3zm31.6 27c1.4-1.7 4-1.8 5.6-.6 9.3 6.2 19.2 9.5 28.9 9.5 9.6 0 19.1-5.1 19.1-13.7 0-12.6-18.2-13.3-34.3-18.6-13.3-4.4-25.2-12.7-25.2-28.1 0-23.3 21-34.1 40.5-34.1 13.9 0 24.7 3.8 32.9 9.5l.5.5c1.7 1.7 1.9 3.7.2 5.9l-.4.5-5.8 8.1c-1.3 1.8-3.8 2.3-5.8 1.2-6-3.8-12.6-6.4-20.1-6.4-10.8 0-19.9 5.2-19.9 13.7 0 7.5 8.6 10.1 19.5 12.8 17.2 4.4 39.8 12 39.8 34.7 0 20.8-19.3 33.5-40.7 33.5-17.3 0-32.1-5.2-44.1-15.1zm-350.5-1.8c-14.1 17.7-38.1 30.3-63.3 30.3-48.7 0-84.5-35.6-84.5-83.8 0-47.1 35.4-83.7 82.3-84.1 21.9 0 42.5 8.4 56.7 22.3v.1c.2.2.2.4.4.6 1.1 1.6.9 3.6-.4 5.1-.2 0-.2.2-.2.2l-9.8 9.6h.2s0 .2-.2.2c-1.6 1.3-4 1.3-5.5-.2-9.8-8.9-25.2-15.5-41-15.5-33.2 0-59.1 26.5-59.1 61.7 0 36.7 26.4 61.7 61.1 61.7 17.1 0 31.4-6.6 39.9-15.2v-41.9h-42.5c-2 0-3.8-1.7-4-3.9v-18.2h65.7c2.4 0 4.2 2 4.2 4.2zm350.3 2q.3 0 0 0z"})]})})}exports.default=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),e=require("../../utilities/scale.js");function i({fill:c,...t}){const{width:x,height:h}=e.default({originalWidth:120,originalHeight:59,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 120 59",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:h,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{d:"m91.2012 7.831v-7.82785355c3.063-.07955845 5.7249 1.34557355 6.5685 4.73545355.1744.72258.2615 1.46352.2592 2.20688.0185 6.52152.0185 13.04412 0 19.56792v.5396c-1.5902-.0242-3.0629-.3217-4.3386-1.2695-.083-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1303 2.9021-11.6884.7471-13.9286-4.6974-1.5626-3.805-.9818-7.3886 1.808-10.4395 2.6827-2.93325 6.0569-3.82915 9.9184-2.83986zm0 9.3844c.0131-.3968-.0544-.7921-.1984-1.162-.1441-.3699-.3617-.7068-.6396-.9901-.278-.2833-.6106-.5072-.9776-.6581s-.7608-.2257-1.1575-.2199c-.8023-.0064-1.5742.3063-2.1461.8694-.5718.563-.8966 1.3303-.9031 2.1331-.0064.8027.3062 1.5751.8689 2.1472.5628.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1608-.2199.3683-.1502.7028-.3729.9835-.6548.2808-.2819.5022-.6173.6511-.9864.1489-.369.2222-.7642.2157-1.1622z"}),s.jsxRuntimeExports.jsx("path",{d:"m100.081 7.38135c1.967.03459 3.72.48427 5.082 1.94053 1.081 1.18252 1.695 2.71812 1.728 4.32042.063 1.1587 0 2.3244.025 3.4901-.027.6725.178 1.3337.58 1.8732s.977.9247 1.629 1.0913c1.67.4877 3.567-.8406 3.585-2.5667.031-3.2134 0-6.4234.021-9.63345v-.49465c3.242-.0588 6.039 1.49086 6.679 5.154.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.862 7.1326-1.986.3138-4.022.0101-5.831-.8701-1.808-.8803-3.304-2.2946-4.284-4.0522-.806-1.4223-1.224-3.0314-1.213-4.6662 0-3.2274 0-6.4512 0-9.68542-.011-.07264-.004-.15566.003-.25943z"}),s.jsxRuntimeExports.jsx("path",{d:"m11.255 17.0749 7.8925 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.566-.8025-2.84517-1.9613-4.09664-3.1616-.17631-.1661-.32151-.3667-.54277-.6261-1.06132 3.2273-3.33263 4.5279-6.530446 4.5487v-27.04990547c1.832256 0 3.495126.38395547 4.839936 1.69148547 1.42086 1.38362 1.94288 3.11315 1.9982 5.02947.04148 1.48394 0 2.97133 0 4.56595l.42176-.3666c1.03713-.9202 1.99129-1.91983 3.08716-2.74309 2.5341-1.9094 5.1546-1.72953 7.5054.40471.2385.21447.4701.43585.7605.69182z"}),s.jsxRuntimeExports.jsx("path",{d:"m58.1609 9.27762-7.8407 7.76218 7.813 7.8001c-1.7665 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3248-2.9817-.3699-.3459-.6914-.7333-1.0579-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5099.3182336 2.7311.837095 4.1485 3.261895 4.2626 5.932295.076 1.63613 0 3.27919 0 5.0364.1832-.1695.2938-.2733.4114-.377 1.0371-.9167 1.9982-1.90599 3.0906-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5117.4566.8228.73678z"}),s.jsxRuntimeExports.jsx("path",{d:"m77.0128 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0905-.0893-.2099-.1433-.3368-.1522-.1268-.0089-.2526.028-.3546.1038-1.2391.7059-2.6167 1.1337-4.0375 1.2537-1.4207.12-2.8506-.0705-4.1903-.5585-1.3398-.488-2.5575-1.2617-3.5687-2.2675-1.0111-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6944-2.7671-.5828-4.1894.1116-1.4222.531-2.8031 1.2291-4.047.6982-1.2439 1.6584-2.321 2.814-3.15657s2.4791-1.40966 3.8786-1.68246c2.3386-.48754 4.7749-.07632 6.8243 1.15187.0851.06077.1897.08802.2936.07654.104-.01149.2001-.06091.2699-.13881 1.2687-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9142-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3435-.7065-.6152-.9901-.2717-.2835-.5996-.5073-.9627-.6568s-.7534-.2215-1.1459-.2115c-.7893.0149-1.5418.3365-2.0983.8968s-.8732 1.3153-.8831 2.1051c-.0099.7899.2878 1.5525.8301 2.1266s1.2866.9145 2.0753.9491c1.6905.0207 2.9385-1.266 2.9627-3.0648z"}),s.jsxRuntimeExports.jsx("path",{d:"m37.522 7.37438v19.71662c-.5808-.0553-1.1582-.0657-1.7286-.1764-.9537-.1677-1.8561-.5523-2.6377-1.1242-.08-.0401-.1682-.0611-.2576-.0611s-.1776.021-.2575.0611c-1.6385.9205-3.5022 1.3627-5.3793 1.2764-2.1622-.0759-4.2344-.8845-5.877-2.2933-1.1087-.8975-2.0002-2.0342-2.6079-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.0429-1.9845.5274-3.9339 1.6331-5.5819s2.6928-2.91439 4.5447-3.62614c1.3834-.58375 2.8846-.83375 4.3824-.7298 1.4977.10395 2.9501.55895 4.2396 1.32822.0732.03601.1536.05474.2351.05474s.162-.01873.2351-.05474c1.2757-1.00659 2.7622-1.26948 4.3767-1.3352zm-6.8762 9.76142c0-1.7502-1.2342-2.9886-2.9316-2.9713-.3986.003-.7927.0844-1.1599.2398-.3671.1554-.7001.3815-.9798.6656-.2798.2842-.5009.6206-.6507.9902s-.2254.7651-.2225 1.164c.003.3988.0844.7931.2397 1.1605.1553.3673.3813.7005.6653.9804.2839.2799.6202.5012.9896.6511.3693.1498.7646.2255 1.1632.2225 1.6629-.0173 2.9075-1.3455 2.8867-3.1028z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.8,children:[s.jsxRuntimeExports.jsx("path",{d:"m80.3091 58.2949.2871-1.5791.5332.0308c.3144.0615.5981.0615.8511 0 .2597-.0615.4922-.2119.6972-.4512.2051-.2324.3897-.5742.5537-1.0254l.4307-1.1792-4.3066-11.2178h1.9687l2.3994 6.5831c.2325.6357.4375 1.268.6153 1.8969.1845.6289.3691 1.2442.5537 1.8457h-.5845c.1846-.6015.3691-1.2168.5537-1.8457.1846-.6357.3897-1.268.6153-1.8969l2.3994-6.5831h1.9482l-5.0142 13.043c-.2187.5606-.4853 1.0254-.7998 1.3945-.3076.376-.6699.6563-1.0869.8409-.4101.1845-.8681.2768-1.374.2768-.2734 0-.5195-.0171-.7383-.0512-.2119-.0274-.3794-.0547-.5024-.0821z"}),s.jsxRuntimeExports.jsx("path",{d:"m62.6914 54.0908v-11.2178h1.7534l.0103 2.4302h-.1743c.1777-.5879.4375-1.0732.7793-1.456.3418-.3897.7382-.6836 1.1894-.8819.4512-.1982.9229-.2973 1.4151-.2973.8339 0 1.5244.2529 2.0712.7588.5469.499.8955 1.1279 1.0459 1.8867h-.2973c.1504-.5264.3999-.9878.7485-1.3843s.7759-.7041 1.2817-.9229c.5059-.2255 1.063-.3383 1.6714-.3383.6631 0 1.2681.1435 1.815.4306s.9809.7212 1.3022 1.3023c.3281.581.4922 1.3159.4922 2.2046v7.4853h-1.8047v-7.4546c0-.8271-.2358-1.4184-.7075-1.7739-.4648-.3623-1.0049-.5435-1.6201-.5435-.5195 0-.9673.1094-1.3433.3282-.376.2119-.6665.5092-.8716.8921-.205.3759-.3076.81-.3076 1.3022v7.2495h-1.8047v-7.6391c0-.6426-.2153-1.1587-.646-1.5484-.4238-.3896-.9638-.5845-1.6201-.5845-.4443 0-.8647.106-1.2612.3179-.3965.2051-.7144.5161-.9536.9331-.2393.417-.3589.9297-.3589 1.5381v6.9829z"}),s.jsxRuntimeExports.jsx("path",{d:"m55.4951 54.3369c-1.0869 0-2.0234-.2427-2.8096-.728-.7793-.4922-1.3774-1.1724-1.7944-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4238-.8818 1.0151-1.5723 1.7739-2.0713.7657-.499 1.6509-.7485 2.6558-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2476.1607-1.7329.482-.4854.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1401 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5947-.9843l1.7637.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3467.3896-2.1328.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m42.564 54.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2886-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9638-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6425 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7535v-1.7226h-.1333c-.1777.2939-.4101.5913-.6972.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1075-1.4561-.4853-.3486-1.0732-.523-1.7636-.523-.6836 0-1.2681.1744-1.7535.523-.4785.3486-.8442.8374-1.0971 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2597.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m30.125 54.3164c-.7246 0-1.3774-.1299-1.9585-.3896-.5811-.2666-1.0425-.6563-1.3843-1.169s-.5127-1.1382-.5127-1.8765c0-.6425.1265-1.1621.3794-1.5585.253-.4034.5913-.7212 1.0152-.9537.4238-.2324.8955-.4067 1.415-.5229.5264-.1162 1.0562-.2085 1.5894-.2769.6904-.0888 1.2441-.1572 1.6611-.205.417-.0479.7212-.1265.9126-.2359.1914-.1162.2871-.3144.2871-.5947v-.082c0-.4444-.0923-.8272-.2769-1.1485-.1777-.3213-.4443-.5674-.7998-.7383-.3554-.1777-.7964-.2666-1.3227-.2666-.5264 0-.9844.0855-1.374.2564-.3897.1641-.7041.3828-.9434.6562-.2324.2666-.3931.5503-.4819.8511l-1.774-.3589c.1914-.6836.5127-1.2441.9639-1.6816.4512-.4444.9878-.7725 1.6099-.9844.622-.2187 1.2783-.3281 1.9687-.3281.4785 0 .9639.0615 1.4561.1846.499.123.957.3281 1.374.6152.4238.2871.7622.6802 1.0151 1.1792.253.499.3794 1.1245.3794 1.8765v7.5263h-1.7739v-1.5483h-.0923c-.1299.2597-.3315.5298-.605.81-.2734.2735-.6357.5025-1.0869.6871-.4443.1845-.9912.2768-1.6406.2768zm.2871-1.5996c.6973 0 1.2749-.1299 1.7329-.3897.4649-.2666.8101-.6083 1.0357-1.0253.2324-.4239.3486-.8682.3486-1.333v-1.5074c-.0684.0821-.2153.1573-.4409.2256-.2256.0615-.4888.1196-.7896.1743s-.605.1026-.9126.1436c-.3008.041-.5674.0752-.7998.1025-.4306.0547-.8374.1504-1.2202.2871-.3828.1299-.6904.3213-.9228.5743-.2325.246-.3487.5844-.3487 1.0151 0 .3691.0991.6836.2974.9433.1982.2598.4683.4581.81.5948.3487.1299.752.1948 1.21.1948z"}),s.jsxRuntimeExports.jsx("path",{d:"m19.6978 54.3369c-1.0186 0-1.9141-.2427-2.6866-.728-.7724-.4922-1.374-1.1724-1.8047-2.0405-.4306-.875-.646-1.8868-.646-3.0352 0-1.1621.2154-2.1807.646-3.0557.4307-.8818 1.0323-1.5654 1.8047-2.0507.7725-.4922 1.668-.7383 2.6866-.7383.581 0 1.121.082 1.6201.2461.5058.1572.9604.3862 1.3637.687.4034.2939.7452.6494 1.0254 1.0664.2803.417.482.8852.605 1.4048l-1.7739.3076c-.0684-.3008-.1846-.5776-.3486-.8306-.1641-.2597-.3658-.4819-.605-.6665-.2393-.1845-.5161-.3281-.8306-.4306-.3144-.1094-.6665-.1641-1.0561-.1641-.7315 0-1.3433.188-1.8355.564-.4853.3759-.8545.8852-1.1074 1.5278-.2461.6357-.3692 1.3467-.3692 2.1328 0 .7793.1231 1.4868.3692 2.1226.2529.6289.6221 1.1313 1.1074 1.5073.4922.3691 1.104.5537 1.8355.5537.3896 0 .7417-.0513 1.0561-.1538.3213-.1026.6016-.2495.8408-.4409.2393-.1914.4375-.417.5948-.6768.164-.2666.2871-.5571.3691-.8716l1.7842.3076c-.1231.5196-.3247.9913-.605 1.4151-.2803.417-.6255.7793-1.0357 1.0869-.4033.3076-.8613.5435-1.374.7075-.5058.1641-1.0493.2461-1.6303.2461z"}),s.jsxRuntimeExports.jsx("path",{d:"m0 54.0908 5.57812-15.2783h2.19434l5.59864 15.2783h-2.02l-3.21975-9.1157c-.20508-.5811-.44092-1.2783-.70752-2.0918-.25977-.8203-.58447-1.873-.97412-3.1582h.43066c-.37598 1.292-.70068 2.3516-.97412 3.1787-.2666.8272-.49561 1.5176-.68701 2.0713l-3.20947 9.1157zm2.83008-4.2759v-1.6713h7.71092v1.6713z"})]})]})})}exports.default=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../../jsx-runtime-BB_1_6y_.js"),s=require("@kuma-ui/core"),u=require("../../icons/kakadu-guide-glyph.js"),o=require("../../theme.js");function r({size:e=56}){return t.jsxRuntimeExports.jsx("div",{style:{"--size":`${e}px`,"--bevel-shadow-offset":`${e/11}px`,"--drop-shadow-offset-multiplier":`${e/30}`},className:s.cx(o.nonInteractiveEffectStyles,o.overlayEffectStyles,"kakadu-components-4158731457"),children:t.jsxRuntimeExports.jsx(u.default,{fill:"#fff",width:e/1.8793103448,height:e/2,className:"kakadu-components-392715920"})})}exports.default=r;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { j as o } from "
|
|
1
|
+
import { j as o } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
2
|
import { cx as e } from "@kuma-ui/core";
|
|
3
|
-
import a from "
|
|
4
|
-
import { nonInteractiveEffectStyles as f, overlayEffectStyles as r } from "
|
|
3
|
+
import a from "../../icons/kakadu-guide-glyph.mjs";
|
|
4
|
+
import { nonInteractiveEffectStyles as f, overlayEffectStyles as r } from "../../theme.mjs";
|
|
5
5
|
function i({
|
|
6
6
|
size: t = 56
|
|
7
7
|
}) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),i=require("../../icons/kakadu-guide-icon.js"),u=require("../../utilities/scale.js"),n=require("../flex.js"),r=require("../aria-text.js"),a=require("./kakadu-guide-icon.js");function e({fill:c,...t}){const{width:x,height:o}=u.default({originalWidth:110,originalHeight:52,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 110 52",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:o,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.8,children:[s.jsxRuntimeExports.jsx("path",{d:"m50.0654 51.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3466.3896-2.1328.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m37.1343 51.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2885-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9639-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6426 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7534v-1.7226h-.1333c-.1778.2939-.4102.5913-.6973.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1074-1.4561-.4854-.3486-1.0733-.523-1.7637-.523-.6836 0-1.2681.1744-1.7534.523-.4786.3486-.8443.8374-1.0972 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2598.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m28.1001 51.0908v-11.2178h1.8047v11.2178zm.9023-13.1865c-.3349 0-.6254-.1162-.8715-.3486-.2461-.2393-.3692-.5264-.3692-.8614 0-.3349.1231-.6186.3692-.851.2461-.2393.5366-.3589.8715-.3589.3487 0 .646.1196.8921.3589.2461.2324.3692.5195.3692.8613 0 .3281-.1231.6118-.3692.8511-.2461.2324-.5434.3486-.8921.3486z"}),s.jsxRuntimeExports.jsx("path",{d:"m19.96 51.2549c-.752 0-1.4253-.1572-2.0201-.4717-.5947-.3213-1.0595-.7998-1.3945-1.4355-.335-.6426-.5024-1.4458-.5024-2.4097v-7.065h1.8047v6.9214c0 .9024.229 1.5996.687 2.0918s1.0903.7383 1.8969.7383c.5332 0 1.0152-.1128 1.4458-.3384.4375-.2324.7828-.5776 1.0357-1.0356.2529-.4649.3794-1.0357.3794-1.7124v-6.6651h1.8149v11.2178h-1.7534v-2.7173h.3486c-.3554 1.0323-.8579 1.7705-1.5073 2.2149-.6426.4443-1.3877.6665-2.2353.6665z"}),s.jsxRuntimeExports.jsx("path",{d:"m7.01953 51.3164c-1.36035 0-2.55664-.3247-3.58887-.9741-1.03222-.6563-1.84228-1.5723-2.43017-2.7481-.581056-1.1757-.871584-2.5532-.871584-4.1323 0-1.5928.290528-2.977.871584-4.1528.58105-1.1758 1.38428-2.0884 2.40967-2.7378 1.03222-.6563 2.21142-.9844 3.53759-.9844.80664 0 1.56202.1231 2.26612.3692.7041.246 1.33303.5947 1.88673 1.0459.5605.4511 1.0254.9877 1.3945 1.6098.3692.6153.6221 1.2988.7588 2.0508h-1.9585c-.1367-.499-.3384-.9502-.605-1.3535s-.5879-.7486-.96384-1.0357c-.36914-.2939-.78955-.5195-1.26123-.6767-.46484-.1572-.9707-.2359-1.51758-.2359-.94336 0-1.78759.2427-2.53271.7281-.74512.4853-1.33301 1.1826-1.76367 2.0918-.43067.9091-.646 2.0029-.646 3.2812 0 1.2647.21533 2.3516.646 3.2608.43066.9023 1.02197 1.5996 1.77392 2.0918.75879.4853 1.62354.728 2.59424.728.86133 0 1.62695-.1846 2.29688-.5537.66992-.376 1.19629-.9024 1.57909-1.5791.3897-.6768.5845-1.4732.5845-2.3892l.5845.082h-4.55278v-1.6713h5.84468v1.6611c0 1.2373-.2768 2.3242-.8305 3.2607-.5469.9297-1.2988 1.6577-2.2559 2.1841-.95018.5195-2.03367.7793-3.25047.7793z"})]})]})})}const m=["default","flat"];function d({variant:c="default",height:t=56}){return s.jsxRuntimeExports.jsxs(n.default,{direction:"row",preset:"start",style:{gap:t/3},children:[c==="flat"?s.jsxRuntimeExports.jsx(i.default,{width:t,height:t,fill:"var(--foreground-color)"}):s.jsxRuntimeExports.jsx(a.default,{size:t}),s.jsxRuntimeExports.jsx(e,{height:t-2,className:"kakadu-components-3861346893"}),s.jsxRuntimeExports.jsx(r.default,{children:"Kakadu Guide"})]})}exports.KakaduGuideLogoSvg=e;exports.default=d;exports.kakaduGuideLogoVariants=m;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { j as c } from "
|
|
2
|
-
import h from "
|
|
3
|
-
import m from "
|
|
4
|
-
import o from "
|
|
5
|
-
import i from "
|
|
6
|
-
import r from "./
|
|
1
|
+
import { j as c } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import h from "../../icons/kakadu-guide-icon.mjs";
|
|
3
|
+
import m from "../../utilities/scale.mjs";
|
|
4
|
+
import o from "../flex.mjs";
|
|
5
|
+
import i from "../aria-text.mjs";
|
|
6
|
+
import r from "./kakadu-guide-icon.mjs";
|
|
7
7
|
function v({
|
|
8
8
|
fill: t,
|
|
9
9
|
...s
|
|
@@ -47,9 +47,9 @@ function u({
|
|
|
47
47
|
return /* @__PURE__ */ c.jsxs(o, { direction: "row", preset: "start", style: {
|
|
48
48
|
gap: s / 3
|
|
49
49
|
}, children: [
|
|
50
|
-
t === "flat" ? /* @__PURE__ */ c.jsx(h, { width: s, height: s, fill: "var(--foreground-color)" }) : /* @__PURE__ */ c.jsx(
|
|
50
|
+
t === "flat" ? /* @__PURE__ */ c.jsx(h, { width: s, height: s, fill: "var(--foreground-color)" }) : /* @__PURE__ */ c.jsx(r, { size: s }),
|
|
51
51
|
/* @__PURE__ */ c.jsx(v, { height: s - 2, className: "kakadu-components-3861346893" }),
|
|
52
|
-
/* @__PURE__ */ c.jsx(
|
|
52
|
+
/* @__PURE__ */ c.jsx(i, { children: "Kakadu Guide" })
|
|
53
53
|
] });
|
|
54
54
|
}
|
|
55
55
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),h=require("../../utilities/scale.js");function i({fill:c,...t}){const{width:x,height:e}=h.default({originalWidth:120,originalHeight:55,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 120 55",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:e,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"#000",children:[s.jsxRuntimeExports.jsx("path",{d:"m90.6113 7.831v-7.82785355c3.063-.07955845 5.725 1.34557355 6.5685 4.73545355.1745.72258.2616 1.46352.2593 2.20688.0184 6.52152.0184 13.04412 0 19.56792v.5396c-1.5903-.0242-3.063-.3217-4.3386-1.2695-.0831-.0805-.1922-.1285-.3076-.1355s-.2295.0276-.3216.0975c-5.1304 2.9021-11.6885.7471-13.9287-4.6974-1.5626-3.805-.9818-7.3886 1.8081-10.4395 2.6827-2.93325 6.0568-3.82915 9.9184-2.83986zm0 9.3844c.0132-.3968-.0543-.7921-.1984-1.162-.144-.3699-.3616-.7068-.6396-.9901s-.6105-.5072-.9775-.6581-.7608-.2257-1.1576-.2199c-.8022-.0064-1.5742.3063-2.146.8694-.5718.563-.8967 1.3303-.9031 2.1331-.0064.8027.3061 1.5751.8689 2.1472.5627.5722 1.3296.8972 2.1319.9037.3977.0051.7924-.0697 1.1607-.2199.3684-.1502.7028-.3729.9836-.6548s.5021-.6173.651-.9864c.1489-.369.2223-.7642.2158-1.1622z"}),s.jsxRuntimeExports.jsx("path",{d:"m99.4912 7.38135c1.9668.03459 3.7198.48427 5.0818 1.94053 1.081 1.18252 1.696 2.71812 1.729 4.32042.062 1.1587 0 2.3244.024 3.4901-.027.6725.178 1.3337.58 1.8732s.977.9247 1.629 1.0913c1.67.4877 3.568-.8406 3.585-2.5667.031-3.2134 0-6.4234.021-9.63345v-.49465c3.242-.0588 6.039 1.49086 6.679 5.154.44 2.3936.392 4.8516-.142 7.226-.84 3.6009-4.197 6.548-7.861 7.1326-1.987.3138-4.023.0101-5.831-.8701-1.809-.8803-3.305-2.2946-4.285-4.0522-.8055-1.4223-1.224-3.0314-1.2133-4.6662 0-3.2274 0-6.4512 0-9.68542-.0104-.07264-.0034-.15566.0035-.25943z"}),s.jsxRuntimeExports.jsx("path",{d:"m10.6651 17.0749 7.8926 7.7967c-1.9913 2.1654-4.5945 2.8399-7.3878 1.4217-1.56609-.8025-2.84522-1.9613-4.09669-3.1616-.17631-.1661-.32151-.3667-.54276-.6261-1.06133 3.2273-3.33264 4.5279-6.53045 4.5487v-27.04990547c1.83226 0 3.49512.38395547 4.83993 1.69148547 1.42087 1.38362 1.94289 3.11315 1.9982 5.02947.04149 1.48394 0 2.97133 0 4.56595l.42177-.3666c1.03713-.9202 1.99128-1.91983 3.0872-2.74309 2.534-1.9094 5.1545-1.72953 7.5053.40471.2386.21447.4702.43585.7606.69182z"}),s.jsxRuntimeExports.jsx("path",{d:"m57.5711 9.27762-7.8407 7.76218 7.813 7.8001c-1.7666 1.9613-4.1485 2.7673-6.6445 1.778-1.6767-.6607-3.0284-1.7814-4.3249-2.9817-.3699-.3459-.6914-.7333-1.0578-1.1346-1.5004 3.3207-3.5297 4.7113-6.5201 4.5175v-26.9979286c.8491-.0499943 1.7001.0579059 2.5098.3182336 2.7311.837095 4.1486 3.261895 4.2626 5.932295.0761 1.63613 0 3.27919 0 5.0364.1833-.1695.2939-.2733.4114-.377 1.0372-.9167 1.9982-1.90599 3.0907-2.73617 2.5237-1.9094 5.0854-1.7572 7.4777.34591.2662.21792.5116.4566.8228.73678z"}),s.jsxRuntimeExports.jsx("path",{d:"m76.4229 27.0363c-1.5253.0947-3.0374-.3335-4.2868-1.2142-.0904-.0893-.2099-.1433-.3367-.1522s-.2526.028-.3547.1038c-1.239.7059-2.6167 1.1337-4.0374 1.2537-1.4208.12-2.8506-.0705-4.1904-.5585s-2.5575-1.2617-3.5686-2.2675c-1.0112-1.0058-1.7916-2.2196-2.2872-3.5573-.4956-1.3376-.6945-2.7671-.5829-4.1894.1116-1.4222.531-2.8031 1.2292-4.047.6981-1.2439 1.6583-2.321 2.814-3.15657 1.1556-.83557 2.4791-1.40966 3.8785-1.68246 2.3387-.48754 4.775-.07632 6.8243 1.15187.0852.06077.1897.08802.2937.07654.1039-.01149.2-.06091.2698-.13881 1.2688-.98583 2.7657-1.23834 4.3352-1.27639zm-6.9141-9.8584c.0266-.3919-.0289-.7851-.1629-1.1544-.134-.3692-.3436-.7065-.6153-.9901-.2717-.2835-.5996-.5073-.9627-.6568-.363-.1495-.7533-.2215-1.1458-.2115-.7893.0149-1.5419.3365-2.0984.8968-.5564.5603-.8731 1.3153-.883 2.1051-.0099.7899.2878 1.5525.8301 2.1266s1.2865.9145 2.0752.9491c1.6905.0207 2.9386-1.266 2.9628-3.0648z"}),s.jsxRuntimeExports.jsx("path",{d:"m36.9321 7.37438v19.71662c-.5808-.0553-1.1581-.0657-1.7285-.1764-.9537-.1677-1.8562-.5523-2.6378-1.1242-.0799-.0401-.1681-.0611-.2575-.0611-.0895 0-.1777.021-.2576.0611-1.6385.9205-3.5021 1.3627-5.3792 1.2764-2.1622-.0759-4.2344-.8845-5.8771-2.2933-1.1087-.8975-2.0002-2.0342-2.6078-3.325-.6076-1.2909-.9157-2.7025-.9011-4.1293-.043-1.9845.5273-3.9339 1.633-5.5819s2.6929-2.91439 4.5448-3.62614c1.3834-.58375 2.8846-.83375 4.3823-.7298 1.4978.10395 2.9501.55895 4.2397 1.32822.0731.03601.1535.05474.2351.05474.0815 0 .1619-.01873.235-.05474 1.2757-1.00659 2.7623-1.26948 4.3767-1.3352zm-6.8761 9.76152c0-1.7503-1.2342-2.9887-2.9316-2.9714-.3987.003-.7928.0844-1.1599.2398s-.7001.3815-.9799.6656c-.2797.2842-.5008.6206-.6507.9902-.1498.3696-.2254.7651-.2224 1.164.0029.3988.0844.7931.2396 1.1605.1553.3673.3814.7005.6653.9804.284.2799.6202.5012.9896.6511.3694.1498.7647.2255 1.1633.2225 1.6629-.0173 2.9074-1.3455 2.8867-3.1027z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.8,children:[s.jsxRuntimeExports.jsx("path",{d:"m40.7637 54.0908 4.5322-6.4394-.0103 1.3842-4.2861-6.1626h2.1226l1.4355 2.1944c.3418.5127.6494 1.0049.9229 1.4765.2734.4649.5537.9229.8408 1.3741h-.9229c.294-.4512.5708-.9092.8306-1.3741.2598-.4716.5606-.9638.9023-1.4765l1.4664-2.1944h2.0815l-4.2964 6.2139v-1.3535l4.481 6.3574h-2.1123l-1.6919-2.5327c-.335-.499-.6358-.9741-.9024-1.4253s-.54-.8955-.8203-1.333h.9331c-.2803.4375-.5503.8818-.81 1.333-.253.4512-.5469.9263-.8819 1.4253l-1.7124 2.5327z"}),s.jsxRuntimeExports.jsx("path",{d:"m35.0732 54.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6254-1.8833-.6254-3.0249s.2084-2.1534.6254-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5893 1.1075-.6358.2597-1.3467.3896-2.1329.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m22.144 54.3164c-.9433 0-1.7773-.2393-2.5019-.7178s-1.2886-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2016-2.1977.6049-3.0659.4034-.8681.9639-1.5381 1.6817-2.0097.7246-.4786 1.5586-.7178 2.5019-.7178.6426 0 1.1792.1025 1.6099.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8046v15.2783h-1.7534v-1.7226h-.1333c-.1777.2939-.4101.5913-.6972.8921-.2803.3007-.6392.5537-1.0767.7587-.4307.1983-.9605.2974-1.5894.2974zm.2666-1.6099c.6905 0 1.2749-.1777 1.7535-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2597-.6358.3896-1.3706.3896-2.2046 0-.8408-.1264-1.5723-.3794-2.1943-.2529-.6221-.622-1.1075-1.1074-1.4561-.4853-.3486-1.0732-.523-1.7637-.523-.6835 0-1.268.1744-1.7534.523-.4785.3486-.8442.8374-1.0971 1.4663-.253.6221-.3794 1.3501-.3794 2.1841 0 .8271.1264 1.5586.3794 2.1943.2597.6289.6289 1.1245 1.1074 1.4868.4853.3555 1.0664.5332 1.7431.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m7.6543 47.4258v6.665h-1.80469v-11.2178h1.74316v2.7173h-.33838c.34864-1.0254.84082-1.7602 1.47657-2.2046.64258-.4511 1.39794-.6767 2.26614-.6767.7519 0 1.4218.1606 2.0097.4819.5948.3145 1.0596.7896 1.3946 1.4253.3349.6358.5024 1.439.5024 2.4097v7.0649h-1.8047v-6.9214c0-.9023-.229-1.5996-.687-2.0918-.4512-.4922-1.0801-.7382-1.8867-.7382-.54005 0-1.02882.1162-1.46632.3486-.43066.2256-.77246.5674-1.02539 1.0254s-.37939 1.0288-.37939 1.7124z"}),s.jsxRuntimeExports.jsx("path",{d:"m2.62988 38.8125v15.2783h-1.907224v-15.2783z"})]})]})})}exports.default=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),l=require("../../utilities/scale.js");function n({fill:e,...t}){const{width:c,height:i}=l.default({originalWidth:140,originalHeight:32,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 140 32",xmlns:"http://www.w3.org/2000/svg",...t,width:c,height:i,children:s.jsxRuntimeExports.jsxs("g",{fill:e??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{clipRule:"evenodd",d:"m106.506.0400016v9.1954484l-.403-.07314c-4.538-1.16213-8.5042-.10971-11.6574 3.33609-3.2792 3.5839-3.9618 7.7935-2.1252 12.2633 2.6331 6.3957 10.3416 8.9272 16.3716 5.518.108-.0821.242-.1227.378-.1145.135.0082.264.0647.361.1592 1.5 1.1134 3.231 1.4629 5.1 1.4913v-.6339c.022-7.6635.022-15.3257 0-22.98658.003-.87323-.1-1.74362-.305-2.59244-.991-3.98212-4.12-5.6562364-7.72-5.5627784zm-.233 18.8542984c.169.4346.248.899.233 1.3651h-.012c.007.4675-.079.9317-.254 1.3653-.175.4335-.435.8275-.765 1.1586-.33.3312-.723.5928-1.156.7693-.433.1764-.897.2643-1.365.2582-.943-.0075-1.844-.3893-2.505-1.0615-.6619-.6721-1.0293-1.5794-1.0217-2.5224.0075-.9429.3894-1.8443 1.0617-2.5057.672-.6615 1.579-1.0288 2.522-1.0213.467-.0069.929.081 1.361.2583.431.1773.822.4403 1.149.7731.326.3328.582.7285.752 1.163z",fillRule:"evenodd"}),s.jsxRuntimeExports.jsx("path",{d:"m122.913 10.9868c-1.6-1.71072-3.661-2.23896-5.973-2.2796l-.002.02823c-.007.10889-.013.19788-.002.27653v11.37744c-.012 1.9206.479 3.8107 1.426 5.4816 1.152 2.0646 2.91 3.726 5.036 4.76s4.519 1.3908 6.854 1.0222c4.307-.6868 8.253-4.1488 9.24-8.3788.628-2.7892.684-5.6766.167-8.4884-.752-4.3031-4.039-6.1235-7.851-6.05442v.58107c-.011 1.71375-.009 3.42745-.008 5.14145.002 2.0574.004 4.1159-.016 6.1751-.02 2.0276-2.251 3.588-4.214 3.015-.766-.1956-1.442-.6481-1.914-1.2819-.473-.6337-.713-1.4105-.682-2.2004-.012-.5614-.007-1.1228-.001-1.6836.008-.8072.015-1.6132-.028-2.4164-.039-1.8822-.761-3.686-2.032-5.0751z"}),s.jsxRuntimeExports.jsx("path",{d:"m12.5356 20.0929 9.2767 9.1588c-2.3405 2.5437-5.4003 3.3361-8.6835 1.6701-1.8407-.9427-3.34416-2.3039-4.81511-3.7139-.14097-.1327-.26502-.2842-.4118-.4635-.06899-.0842-.143-.1746-.22615-.272-1.24746 3.7911-3.91711 5.319-7.67574 5.3433v-31.7756609c2.1536 0 4.10809.4510359 5.68874 1.9870009 1.67006 1.62535 2.28363 3.65705 2.34864 5.90816.03226 1.153.02184 2.3078.01109 3.4996-.0055.6101-.01109 1.2299-.01109 1.8641l.49574-.4307c.41101-.3645.81094-.7395 1.20991-1.1137.78427-.7355 1.56497-1.4676 2.41867-2.10861 2.9785-2.24299 6.0585-2.03169 8.8216.47541.1132.1017.2251.2048.3408.3113.1706.1571.3499.3223.5532.5014z"}),s.jsxRuntimeExports.jsx("path",{d:"m58.452 20.0522 9.2157-9.1182c-.1178-.106-.2275-.207-.3327-.3037-.2213-.2034-.4223-.3883-.6344-.5618-2.8118-2.47056-5.8228-2.64935-8.7891-.40636-.8505.64596-1.6332 1.37386-2.4191 2.10476-.4006.3725-.802.7458-1.2135 1.1094-.1111.098-.2169.1959-.366.334l-.1176.1089c0-.6986.0103-1.3819.0203-2.0547.0198-1.31502.0389-2.59014-.0203-3.86161-.1341-3.13693-1.8001-5.98537-5.0101-6.968708-.9518-.305809-1.9521-.4325605-2.9501-.3738318v31.7147498c3.5149.2276 5.9001-1.4059 7.6636-5.3068.119.1302.2339.2592.3471.3862.2966.3328.5817.6526.8963.9466 1.5238 1.41 3.1125 2.7265 5.0833 3.5027 2.9338 1.1621 5.7334.2153 7.8098-2.0886z"}),s.jsxRuntimeExports.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",children:[s.jsxRuntimeExports.jsx("path",{d:"m89.8294 31.7954c-1.7928.1113-3.5701-.3917-5.0386-1.4262-.1064-.105-.2468-.1684-.3958-.1788-.1491-.0105-.2969.0328-.4169.1219-1.4563.8292-3.0756 1.3317-4.7455 1.4727s-3.3505-.0829-4.9253-.6561c-1.5747-.5732-3.006-1.4821-4.1945-2.6636s-2.1058-2.6074-2.6883-4.1788c-.5825-1.5713-.8162-3.2506-.6851-4.9213.1312-1.6707.6242-3.2929 1.4448-4.7541s1.9491-2.7265 3.3075-3.708c1.3583-.98157 2.9138-1.65596 4.5588-1.97642 2.7487-.57272 5.6123-.08965 8.0211 1.35312.1.0714.2229.1034.3451.0899s.2351-.0715.3172-.1631c1.4913-1.15802 3.2507-1.45465 5.0955-1.49935zm-8.1268-11.5806c.0313-.4605-.0339-.9223-.1914-1.3561s-.4038-.8299-.7232-1.1631c-.3193-.3331-.7047-.5959-1.1315-.7716-.4267-.1756-.8855-.2602-1.3468-.2484-.9277.0174-1.8123.3952-2.4664 1.0534-.654.6582-1.0263 1.5451-1.0379 2.4729-.0116.9279.3383 1.8238.9757 2.4982.6374.6743 1.5122 1.0742 2.4392 1.1148 1.987.0244 3.4539-1.4872 3.4823-3.6001z"}),s.jsxRuntimeExports.jsx("path",{d:"m43.4094 31.8604v-23.16135c-1.8976.07721-3.6449.38602-5.1443 1.56845-.086.0423-.1805.0643-.2763.0643s-.1903-.022-.2763-.0643c-1.5157-.90365-3.2228-1.43813-4.9832-1.56025-1.7604-.12211-3.5249.17156-5.1509.8573-2.1767.83615-4.0422 2.32375-5.3418 4.25965-1.2996 1.936-1.97 4.2259-1.9195 6.5571-.0171 1.6761.345 3.3343 1.0592 4.8507s1.7621 2.8516 3.0652 3.9059c1.9307 1.6549 4.3664 2.6048 6.9077 2.694 2.2063.1014 4.3968-.4181 6.3227-1.4994.0939-.0471.1976-.0717.3027-.0717s.2088.0246.3027.0717c.9187.6718 1.9794 1.1236 3.1004 1.3206.4644.0901.9327.1236 1.4036.1573.2089.015.4183.03.6281.05zm-11.5279-15.1849c1.9951-.0203 3.4458 1.4344 3.4458 3.4904.0244 2.0642-1.4385 3.6246-3.393 3.6449-.4685.0035-.9331-.0854-1.3672-.2615-.4342-.1761-.8295-.4359-1.1632-.7648-.3337-.3288-.5994-.7202-.7819-1.1517s-.2782-.8947-.2817-1.3632c-.0035-.4686.0854-.9332.2614-1.3673.1761-.4342.436-.8295.7648-1.1632.3289-.3337.7202-.5994 1.1518-.7819.4315-.1825.8947-.2782 1.3632-.2817z"})]})]})})}exports.default=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../../jsx-runtime-BB_1_6y_.js"),c=require("react"),l=require("../../utilities/scale.js");function n({fill:e,...s}){const i=c.useId(),{width:x,height:h}=l.default({originalWidth:2847,originalHeight:502,width:s.width,height:s.height});return t.jsxRuntimeExports.jsxs("svg",{fill:"none",viewBox:"0 0 2847 502",xmlns:"http://www.w3.org/2000/svg",...s,width:x,height:h,children:[t.jsxRuntimeExports.jsx("clipPath",{id:i,children:t.jsxRuntimeExports.jsx("path",{d:"m0 0h2846.44v501.38h-2846.44z"})}),t.jsxRuntimeExports.jsxs("g",{clipPath:`url(#${CSS.escape(i)})`,children:[t.jsxRuntimeExports.jsx("path",{d:"m0 361.13v140.25l320.01-177.31v-142.32z",fill:"#3cb454"}),t.jsxRuntimeExports.jsx("path",{d:"m0 139.25 157.23 88.73-157.23-88.75z",fill:"#3cb454"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0v139.23l157.23 88.75 126.46-70.79z",fill:"#3cb454"}),t.jsxRuntimeExports.jsxs("g",{fill:e??"#003307",children:[t.jsxRuntimeExports.jsx("path",{d:"m598.1 242.37-38.66 42.08v147.85h-67.11v-398h67.11v167.7l153.56-167.74h78.48l-146.75 160.35 160.92 237.69h-80.74z"}),t.jsxRuntimeExports.jsx("path",{d:"m1074.79 297.53c0 84.73-51.75 142.16-135.34 142.16-83 0-134.77-57.43-134.77-142.16s51.75-142.16 134.77-142.16c83.55 0 135.34 57.44 135.34 142.16zm-66 0c0-51.17-21.6-92.68-69.37-92.68-46.63 0-68.81 41.51-68.81 92.68s22.18 92.69 68.81 92.69c47.8 0 69.4-41.51 69.4-92.69z"}),t.jsxRuntimeExports.jsx("path",{d:"m1122 34.26h64.83v398h-64.83z"}),t.jsxRuntimeExports.jsx("path",{d:"m1485.7 432.3h-61.41v-40.37c-16.49 27.86-42.08 47.76-83.6 47.76-51.17 0-93.82-30.13-93.82-90.41v-186.51h64.26v170.59c0 38.66 23.88 53.45 48.9 53.45 31.28 0 61.41-27.87 61.41-81.31v-142.73h64.26z"}),t.jsxRuntimeExports.jsx("path",{d:"m1553 162.77h62v40.94c15.35-27.86 40.94-48.34 80.18-48.34 37.52 0 67.66 17.64 81.88 48.34 15.35-23.88 46-48.34 86.43-48.34 48.9 0 89.85 30.15 89.85 90.42v186.51h-64.83v-170.59c0-38.67-21.61-53.45-44.92-53.45-30.14 0-58 27.86-58 81.31v142.73h-64.89v-170.59c0-38.67-22.17-53.45-45.49-53.45-29.57 0-57.43 27.86-57.43 81.31v142.73h-64.78z"}),t.jsxRuntimeExports.jsx("path",{d:"m2288.1 297.53c0 87.58-52.32 142.16-121.69 142.16-46.06 0-72.78-22.75-87.57-47.19v39.8h-62v-398h64.82v163.15c15.92-22.74 44.36-42.08 84.73-42.08 69.39 0 121.71 54.63 121.71 142.16zm-207 13.08c0 56.3 39.81 77.91 71.65 77.91 42.65 0 69.38-38.67 69.38-91 0-51.74-26.73-91-69.38-91-31.84 0-71.65 21.61-71.65 77.9z"}),t.jsxRuntimeExports.jsx("path",{d:"m2568.54 432.3h-61.42v-40.37c-16.49 27.86-42.08 47.76-83.59 47.76-51.17 0-93.82-30.13-93.82-90.41v-186.51h64.29v170.59c0 38.66 23.89 53.45 48.91 53.45 31.27 0 61.41-27.87 61.41-81.31v-142.73h64.26z"}),t.jsxRuntimeExports.jsx("path",{d:"m2740.1 270.24c56.29 8 106.34 25.59 106.34 82.45 0 54-46.06 87-116 87-66.53 0-112-28.42-118.28-81.31l62.56-9.1c2.84 30.14 23.88 43.22 56.29 43.22 30.14 0 50.61-11.38 50.61-35.26 0-21-14.79-29.57-59.71-36.39-61.41-9.1-102.35-29.57-102.35-81.89 0-56.86 52.88-83.59 110.88-83.59 59.14 0 104.63 27.87 112 73.93l-62.56 13.07c-3.41-25.59-20.47-40.36-50.6-40.36-25 0-44.92 11.36-44.92 32.41.02 23.88 22.76 30.7 55.74 35.82z"})]})]})]})}exports.default=n;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import { useId as i } from "react";
|
|
3
|
+
import d from "../../utilities/scale.mjs";
|
|
4
|
+
function j({
|
|
5
|
+
fill: c,
|
|
6
|
+
...t
|
|
7
|
+
}) {
|
|
8
|
+
const s = i(), { width: l, height: v } = d({
|
|
9
|
+
originalWidth: 2847,
|
|
10
|
+
originalHeight: 502,
|
|
11
|
+
width: t.width,
|
|
12
|
+
height: t.height
|
|
13
|
+
});
|
|
14
|
+
return /* @__PURE__ */ h.jsxs(
|
|
15
|
+
"svg",
|
|
16
|
+
{
|
|
17
|
+
fill: "none",
|
|
18
|
+
viewBox: "0 0 2847 502",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
...t,
|
|
21
|
+
width: l,
|
|
22
|
+
height: v,
|
|
23
|
+
children: [
|
|
24
|
+
/* @__PURE__ */ h.jsx("clipPath", { id: s, children: /* @__PURE__ */ h.jsx("path", { d: "m0 0h2846.44v501.38h-2846.44z" }) }),
|
|
25
|
+
/* @__PURE__ */ h.jsxs("g", { clipPath: `url(#${CSS.escape(s)})`, children: [
|
|
26
|
+
/* @__PURE__ */ h.jsx("path", { d: "m0 361.13v140.25l320.01-177.31v-142.32z", fill: "#3cb454" }),
|
|
27
|
+
/* @__PURE__ */ h.jsx("path", { d: "m0 139.25 157.23 88.73-157.23-88.75z", fill: "#3cb454" }),
|
|
28
|
+
/* @__PURE__ */ h.jsx("path", { d: "m0 0v139.23l157.23 88.75 126.46-70.79z", fill: "#3cb454" }),
|
|
29
|
+
/* @__PURE__ */ h.jsxs("g", { fill: c ?? "#003307", children: [
|
|
30
|
+
/* @__PURE__ */ h.jsx("path", { d: "m598.1 242.37-38.66 42.08v147.85h-67.11v-398h67.11v167.7l153.56-167.74h78.48l-146.75 160.35 160.92 237.69h-80.74z" }),
|
|
31
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1074.79 297.53c0 84.73-51.75 142.16-135.34 142.16-83 0-134.77-57.43-134.77-142.16s51.75-142.16 134.77-142.16c83.55 0 135.34 57.44 135.34 142.16zm-66 0c0-51.17-21.6-92.68-69.37-92.68-46.63 0-68.81 41.51-68.81 92.68s22.18 92.69 68.81 92.69c47.8 0 69.4-41.51 69.4-92.69z" }),
|
|
32
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1122 34.26h64.83v398h-64.83z" }),
|
|
33
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1485.7 432.3h-61.41v-40.37c-16.49 27.86-42.08 47.76-83.6 47.76-51.17 0-93.82-30.13-93.82-90.41v-186.51h64.26v170.59c0 38.66 23.88 53.45 48.9 53.45 31.28 0 61.41-27.87 61.41-81.31v-142.73h64.26z" }),
|
|
34
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1553 162.77h62v40.94c15.35-27.86 40.94-48.34 80.18-48.34 37.52 0 67.66 17.64 81.88 48.34 15.35-23.88 46-48.34 86.43-48.34 48.9 0 89.85 30.15 89.85 90.42v186.51h-64.83v-170.59c0-38.67-21.61-53.45-44.92-53.45-30.14 0-58 27.86-58 81.31v142.73h-64.89v-170.59c0-38.67-22.17-53.45-45.49-53.45-29.57 0-57.43 27.86-57.43 81.31v142.73h-64.78z" }),
|
|
35
|
+
/* @__PURE__ */ h.jsx("path", { d: "m2288.1 297.53c0 87.58-52.32 142.16-121.69 142.16-46.06 0-72.78-22.75-87.57-47.19v39.8h-62v-398h64.82v163.15c15.92-22.74 44.36-42.08 84.73-42.08 69.39 0 121.71 54.63 121.71 142.16zm-207 13.08c0 56.3 39.81 77.91 71.65 77.91 42.65 0 69.38-38.67 69.38-91 0-51.74-26.73-91-69.38-91-31.84 0-71.65 21.61-71.65 77.9z" }),
|
|
36
|
+
/* @__PURE__ */ h.jsx("path", { d: "m2568.54 432.3h-61.42v-40.37c-16.49 27.86-42.08 47.76-83.59 47.76-51.17 0-93.82-30.13-93.82-90.41v-186.51h64.29v170.59c0 38.66 23.89 53.45 48.91 53.45 31.27 0 61.41-27.87 61.41-81.31v-142.73h64.26z" }),
|
|
37
|
+
/* @__PURE__ */ h.jsx("path", { d: "m2740.1 270.24c56.29 8 106.34 25.59 106.34 82.45 0 54-46.06 87-116 87-66.53 0-112-28.42-118.28-81.31l62.56-9.1c2.84 30.14 23.88 43.22 56.29 43.22 30.14 0 50.61-11.38 50.61-35.26 0-21-14.79-29.57-59.71-36.39-61.41-9.1-102.35-29.57-102.35-81.89 0-56.86 52.88-83.59 110.88-83.59 59.14 0 104.63 27.87 112 73.93l-62.56 13.07c-3.41-25.59-20.47-40.36-50.6-40.36-25 0-44.92 11.36-44.92 32.41.02 23.88 22.76 30.7 55.74 35.82z" })
|
|
38
|
+
] })
|
|
39
|
+
] })
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export {
|
|
45
|
+
j as default
|
|
46
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../../jsx-runtime-BB_1_6y_.js"),x=require("../../utilities/scale.js");function c({fill:e,...s}){const{width:i,height:h}=x.default({originalWidth:136,originalHeight:29,width:s.width,height:s.height});return t.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 136 29",xmlns:"http://www.w3.org/2000/svg",...s,width:i,height:h,children:t.jsxRuntimeExports.jsxs("g",{fill:e??"#0000a0",children:[t.jsxRuntimeExports.jsx("path",{d:"m124 6.1c-5.5.4-9.9 4.9-10.3 10.4-.4 6.5 4.7 11.9 11.1 11.9 2.3 0 5.4-1.2 6.8-3.6v3.3h4.3v-10.6c.2-7-5.4-11.9-11.9-11.4zm7.3 11.4c-.2 3.7-3.4 6.5-7.2 6-2.9-.4-5.2-2.7-5.6-5.6-.4-3.9 2.6-7.2 6.4-7.2 3.4 0 6.2 2.7 6.4 6.1z"}),t.jsxRuntimeExports.jsx("path",{d:"m100.4 6.1c-5.9.2-10.9 4.7-10.9 11.3 0 6 4.9 11.1 11.2 11.1 4.4 0 8.7-2.6 10.4-6.9l-4.3-1.3c-.8 1.8-2.7 3.3-4.8 3.7-3 .6-5.8-1.3-6.9-3.3l16.7-4.6c-.5-4.4-4.3-10.2-11.4-10zm-6.2 10.6c0-2.3 1.4-5 4.4-6.1 3.4-1.3 6.4.4 7.7 2.8z"}),t.jsxRuntimeExports.jsx("path",{d:"m63.7001 10.6v-4.6c-4.2 0-5.6 2.1-6.3 3.2v-2.5h-4.8v10.2 11.1h4.9c0-6.6 0-6.5 0-10.5 0-4.8 2.8-6.7 6.2-6.9z"}),t.jsxRuntimeExports.jsx("path",{d:"m19.6 19.5-14.6-17.2h-5v25.7h5.2v-17.2l14.8 17.3h4.5v-25.8h-4.9z"}),t.jsxRuntimeExports.jsx("path",{d:"m86.6001 0h-4.6v8.4c-1.1-1.4-4.5-2.6-7.4-2.3-5.5.4-9.9 4.9-10.3 10.4-.4 6.5 4.7 11.9 11.1 11.9 2.4 0 5.7-1.1 6.8-3.2v2.8h4.3v-10.6c0-.1 0-.1 0-.2s0-.1 0-.2zm-4.8 17.5c-.2 3.7-3.4 6.5-7.2 6-2.9-.4-5.2-2.7-5.6-5.6-.4-3.9 2.6-7.2 6.4-7.2 3.4 0 6.2 2.7 6.4 6.1z"}),t.jsxRuntimeExports.jsx("path",{d:"m38.5999 6c-6.2 0-11.2 5-11.2 11.2s5 11.2 11.2 11.2 11.2-5 11.2-11.2c-.1-6.2-5.1-11.2-11.2-11.2zm0 17.6c-3.5 0-6.4-2.9-6.4-6.4s2.9-6.4 6.4-6.4 6.4 2.9 6.4 6.4c0 3.6-2.9 6.4-6.4 6.4z"})]})})}exports.default=c;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import m from "../../utilities/scale.mjs";
|
|
3
|
+
function d({
|
|
4
|
+
fill: c,
|
|
5
|
+
...t
|
|
6
|
+
}) {
|
|
7
|
+
const { width: i, height: s } = m({
|
|
8
|
+
originalWidth: 136,
|
|
9
|
+
originalHeight: 29,
|
|
10
|
+
width: t.width,
|
|
11
|
+
height: t.height
|
|
12
|
+
});
|
|
13
|
+
return /* @__PURE__ */ h.jsx(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
fill: "none",
|
|
17
|
+
viewBox: "0 0 136 29",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...t,
|
|
20
|
+
width: i,
|
|
21
|
+
height: s,
|
|
22
|
+
children: /* @__PURE__ */ h.jsxs("g", { fill: c ?? "#0000a0", children: [
|
|
23
|
+
/* @__PURE__ */ h.jsx("path", { d: "m124 6.1c-5.5.4-9.9 4.9-10.3 10.4-.4 6.5 4.7 11.9 11.1 11.9 2.3 0 5.4-1.2 6.8-3.6v3.3h4.3v-10.6c.2-7-5.4-11.9-11.9-11.4zm7.3 11.4c-.2 3.7-3.4 6.5-7.2 6-2.9-.4-5.2-2.7-5.6-5.6-.4-3.9 2.6-7.2 6.4-7.2 3.4 0 6.2 2.7 6.4 6.1z" }),
|
|
24
|
+
/* @__PURE__ */ h.jsx("path", { d: "m100.4 6.1c-5.9.2-10.9 4.7-10.9 11.3 0 6 4.9 11.1 11.2 11.1 4.4 0 8.7-2.6 10.4-6.9l-4.3-1.3c-.8 1.8-2.7 3.3-4.8 3.7-3 .6-5.8-1.3-6.9-3.3l16.7-4.6c-.5-4.4-4.3-10.2-11.4-10zm-6.2 10.6c0-2.3 1.4-5 4.4-6.1 3.4-1.3 6.4.4 7.7 2.8z" }),
|
|
25
|
+
/* @__PURE__ */ h.jsx("path", { d: "m63.7001 10.6v-4.6c-4.2 0-5.6 2.1-6.3 3.2v-2.5h-4.8v10.2 11.1h4.9c0-6.6 0-6.5 0-10.5 0-4.8 2.8-6.7 6.2-6.9z" }),
|
|
26
|
+
/* @__PURE__ */ h.jsx("path", { d: "m19.6 19.5-14.6-17.2h-5v25.7h5.2v-17.2l14.8 17.3h4.5v-25.8h-4.9z" }),
|
|
27
|
+
/* @__PURE__ */ h.jsx("path", { d: "m86.6001 0h-4.6v8.4c-1.1-1.4-4.5-2.6-7.4-2.3-5.5.4-9.9 4.9-10.3 10.4-.4 6.5 4.7 11.9 11.1 11.9 2.4 0 5.7-1.1 6.8-3.2v2.8h4.3v-10.6c0-.1 0-.1 0-.2s0-.1 0-.2zm-4.8 17.5c-.2 3.7-3.4 6.5-7.2 6-2.9-.4-5.2-2.7-5.6-5.6-.4-3.9 2.6-7.2 6.4-7.2 3.4 0 6.2 2.7 6.4 6.1z" }),
|
|
28
|
+
/* @__PURE__ */ h.jsx("path", { d: "m38.5999 6c-6.2 0-11.2 5-11.2 11.2s5 11.2 11.2 11.2 11.2-5 11.2-11.2c-.1-6.2-5.1-11.2-11.2-11.2zm0 17.6c-3.5 0-6.4-2.9-6.4-6.4s2.9-6.4 6.4-6.4 6.4 2.9 6.4 6.4c0 3.6-2.9 6.4-6.4 6.4z" })
|
|
29
|
+
] })
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
d as default
|
|
35
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../../jsx-runtime-BB_1_6y_.js"),l=require("react"),m=require("../../utilities/scale.js");function n({fill:r,...s}){const h=l.useId(),{width:e,height:i}=m.default({originalWidth:1055.0453,originalHeight:743.83868,width:s.width,height:s.height});return t.jsxRuntimeExports.jsxs("svg",{viewBox:"0 0 1055.0453 743.83868",xmlns:"http://www.w3.org/2000/svg",...s,width:e,height:i,children:[t.jsxRuntimeExports.jsx("clipPath",{id:h,children:t.jsxRuntimeExports.jsx("path",{d:"m0 557.879h791.284v-557.879h-791.284z"})}),t.jsxRuntimeExports.jsxs("g",{transform:"matrix(1.3333333 0 0 -1.3333333 0 743.83867)",children:[t.jsxRuntimeExports.jsx("path",{d:"m0 0-71.54-71.539 103.479-103.461-103.479-103.461 71.54-71.539 175 175z",fill:"#ffc000",transform:"translate(292.1823 557.8794)"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0 246.539-103.461h-143.06z",fill:"#96d94e",transform:"translate(220.6427 486.3399)"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0-71.54-71.539 246.54-103.461z",fill:"#00a332",transform:"translate(292.1823 557.8794)"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0-31.939-175 175 175z",fill:"#ff7337",transform:"translate(324.1212 382.8785)"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0-87.243-87.243 71.539-71.54 87.242 87.244z",fill:"#ff7ea9",transform:"translate(499.104 557.8794)"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0-15.704-158.783 87.242 87.244z",fill:"#ef2500",transform:"translate(499.104 557.8794)"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0-87.243 87.243-71.54-71.539 87.244-87.243z",fill:"#00c1ff",transform:"translate(570.6422 279.4181)"}),t.jsxRuntimeExports.jsx("path",{d:"m0 0-87.244 87.243 158.783-15.704z",fill:"#0058ff",transform:"translate(499.1031 207.879)"}),t.jsxRuntimeExports.jsx("g",{clipPath:`url(#${CSS.escape(h)})`,children:t.jsxRuntimeExports.jsx("path",{d:"m436.132 29.245h19.326v69.206h-19.326zm9.662 99.893c-6.659 0-12.013-5.354-12.013-12.014 0-6.658 5.354-12.142 12.013-12.142 6.661 0 12.145 5.484 12.145 12.142 0 6.66-5.484 12.014-12.145 12.014m-108.047-30.687h-22.982l-23.765-31.077v61.111h-19.326v-99.24h19.326v32.253l24.419-32.253h23.634l-28.205 35.257zm19.577 11.231h26.246v-80.437h20.24v80.437h24.135v18.803h-70.621zm264.246-80.437h19.326v69.206h-19.326zm131.323 36.822c-6.267 0-10.184 3.918-10.184 10.187 0 6.268 4.047 10.186 10.446 10.186 6.267 0 9.924-3.789 9.924-10.186 0-6.269-3.787-10.187-10.186-10.187m-10.315-36.429h16.453c6.79 0 9.794-2.222 9.794-7.053 0-5.353-5.355-8.225-15.539-8.225-9.271 0-14.365 2.872-14.365 8.095 0 2.872 1.307 5.486 3.657 7.183m48.706 70.642h-1.958c-6.79 0-11.231-1.697-16.062-6.79-4.831 4.309-11.883 6.79-20.371 6.79-16.844 0-27.943-9.532-27.943-24.157 0-7.834 3.264-14.364 8.879-18.543-6.399-2.741-9.662-7.311-9.662-13.449 0-4.831 1.958-8.748 5.745-11.23-6.138-2.872-9.794-7.704-9.794-13.71 0-12.275 11.491-19.196 32.123-19.196 22.46 0 36.301 9.142 36.301 23.767 0 13.187-9.402 20.761-25.986 20.892h-16.06c-4.571 0-6.53 1.305-6.53 4.179 0 1.957 1.176 3.394 3.656 4.179 2.743-.654 5.877-1.045 9.271-1.045 16.845 0 27.944 9.662 27.944 24.156 0 2.611-.391 4.962-1.044 7.313h11.491zm-100.472 0c-10.055 0-17.237-3.918-21.546-10.446l-3.134 8.617h-12.143v-69.206h19.325v40.349c0 7.835 4.309 13.319 12.144 13.319 6.529 0 9.532-3.395 9.532-9.924v-43.744h19.326v48.837c0 14.102-9.663 22.198-23.504 22.198m-443.562-30.164-11.883 4.179c-4.832 1.566-6.921 3.525-6.921 6.529 0 3.657 2.873 6.006 7.444 6.006 5.745 0 9.139-2.872 10.706-9.139l15.278 4.831c-3.133 11.882-11.751 17.758-25.854 17.758-15.409 0-25.463-8.487-25.463-21.285 0-9.139 5.485-16.061 15.408-19.717l11.622-4.309c4.048-1.306 7.312-3.264 7.312-7.051 0-4.048-3.395-7.052-8.487-7.052-6.007 0-10.969 4.179-12.667 10.839l-15.278-4.962c3.396-12.667 13.058-19.327 27.945-19.327 16.452 0 27.421 9.402 27.421 23.636 0 8.618-5.876 15.408-16.583 19.064m255.382-25.723c-9.01 0-15.8 7.704-15.8 19.456 0 11.883 6.79 19.717 15.8 19.717 8.487 0 14.625-7.443 14.625-19.717 0-12.927-5.615-19.456-14.625-19.456m3.526 55.887c-9.925 0-17.237-4.308-21.806-11.882l-3.657 10.053h-12.144v-96.627h19.326v33.689c4.569-5.093 10.837-8.097 18.412-8.097 18.803 0 30.424 13.19 30.424 36.433s-11.491 36.431-30.555 36.431m125.074 28.858c-6.659 0-12.013-5.354-12.013-12.014 0-6.658 5.354-12.142 12.013-12.142 6.661 0 12.145 5.484 12.145 12.142 0 6.66-5.484 12.014-12.145 12.014m-52.308-84.745c-9.009 0-15.799 7.704-15.799 19.456 0 11.883 6.79 19.717 15.799 19.717 8.488 0 14.625-7.443 14.625-19.717 0-12.927-5.615-19.456-14.625-19.456m3.526 55.887c-9.924 0-17.237-4.308-21.807-11.882l-3.656 10.053h-12.144v-96.627h19.326v33.689c4.571-5.093 10.838-8.097 18.411-8.097 18.803 0 30.425 13.19 30.425 36.433s-11.491 36.431-30.555 36.431m-400.987-9.402-3.264 7.573h-13.058v-69.206h19.325v52.363h20.371v18.672h-1.567c-8.879 0-15.408-3.264-21.807-9.402m-121.396-19.717-53.407 58.499h-6.66v-100.415h18.804v57.195l53.276-58.37h6.79v100.415h-18.803zm62.369-26.768c-7.443 0-14.494 4.44-14.494 19.456s7.051 19.717 14.494 19.717 14.755-5.746 14.755-19.717c0-15.278-7.312-19.456-14.755-19.456m0 55.887c-18.934 0-33.95-13.057-33.95-36.431 0-23.373 15.016-36.433 33.95-36.433 18.673 0 34.081 13.06 34.081 36.433 0 23.374-15.277 36.431-34.081 36.431",fill:r??"#261440"})})]})]})}exports.default=n;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import { useId as r } from "react";
|
|
3
|
+
import c from "../../utilities/scale.mjs";
|
|
4
|
+
function v({
|
|
5
|
+
fill: a,
|
|
6
|
+
...t
|
|
7
|
+
}) {
|
|
8
|
+
const l = r(), { width: s, height: m } = c({
|
|
9
|
+
originalWidth: 1055.0453,
|
|
10
|
+
originalHeight: 743.83868,
|
|
11
|
+
width: t.width,
|
|
12
|
+
height: t.height
|
|
13
|
+
});
|
|
14
|
+
return /* @__PURE__ */ h.jsxs(
|
|
15
|
+
"svg",
|
|
16
|
+
{
|
|
17
|
+
viewBox: "0 0 1055.0453 743.83868",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...t,
|
|
20
|
+
width: s,
|
|
21
|
+
height: m,
|
|
22
|
+
children: [
|
|
23
|
+
/* @__PURE__ */ h.jsx("clipPath", { id: l, children: /* @__PURE__ */ h.jsx("path", { d: "m0 557.879h791.284v-557.879h-791.284z" }) }),
|
|
24
|
+
/* @__PURE__ */ h.jsxs("g", { transform: "matrix(1.3333333 0 0 -1.3333333 0 743.83867)", children: [
|
|
25
|
+
/* @__PURE__ */ h.jsx(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "m0 0-71.54-71.539 103.479-103.461-103.479-103.461 71.54-71.539 175 175z",
|
|
29
|
+
fill: "#ffc000",
|
|
30
|
+
transform: "translate(292.1823 557.8794)"
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ h.jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "m0 0 246.539-103.461h-143.06z",
|
|
37
|
+
fill: "#96d94e",
|
|
38
|
+
transform: "translate(220.6427 486.3399)"
|
|
39
|
+
}
|
|
40
|
+
),
|
|
41
|
+
/* @__PURE__ */ h.jsx(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
d: "m0 0-71.54-71.539 246.54-103.461z",
|
|
45
|
+
fill: "#00a332",
|
|
46
|
+
transform: "translate(292.1823 557.8794)"
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
/* @__PURE__ */ h.jsx(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
d: "m0 0-31.939-175 175 175z",
|
|
53
|
+
fill: "#ff7337",
|
|
54
|
+
transform: "translate(324.1212 382.8785)"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ h.jsx(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "m0 0-87.243-87.243 71.539-71.54 87.242 87.244z",
|
|
61
|
+
fill: "#ff7ea9",
|
|
62
|
+
transform: "translate(499.104 557.8794)"
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ h.jsx(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
d: "m0 0-15.704-158.783 87.242 87.244z",
|
|
69
|
+
fill: "#ef2500",
|
|
70
|
+
transform: "translate(499.104 557.8794)"
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
/* @__PURE__ */ h.jsx(
|
|
74
|
+
"path",
|
|
75
|
+
{
|
|
76
|
+
d: "m0 0-87.243 87.243-71.54-71.539 87.244-87.243z",
|
|
77
|
+
fill: "#00c1ff",
|
|
78
|
+
transform: "translate(570.6422 279.4181)"
|
|
79
|
+
}
|
|
80
|
+
),
|
|
81
|
+
/* @__PURE__ */ h.jsx(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
d: "m0 0-87.244 87.243 158.783-15.704z",
|
|
85
|
+
fill: "#0058ff",
|
|
86
|
+
transform: "translate(499.1031 207.879)"
|
|
87
|
+
}
|
|
88
|
+
),
|
|
89
|
+
/* @__PURE__ */ h.jsx("g", { clipPath: `url(#${CSS.escape(l)})`, children: /* @__PURE__ */ h.jsx(
|
|
90
|
+
"path",
|
|
91
|
+
{
|
|
92
|
+
d: "m436.132 29.245h19.326v69.206h-19.326zm9.662 99.893c-6.659 0-12.013-5.354-12.013-12.014 0-6.658 5.354-12.142 12.013-12.142 6.661 0 12.145 5.484 12.145 12.142 0 6.66-5.484 12.014-12.145 12.014m-108.047-30.687h-22.982l-23.765-31.077v61.111h-19.326v-99.24h19.326v32.253l24.419-32.253h23.634l-28.205 35.257zm19.577 11.231h26.246v-80.437h20.24v80.437h24.135v18.803h-70.621zm264.246-80.437h19.326v69.206h-19.326zm131.323 36.822c-6.267 0-10.184 3.918-10.184 10.187 0 6.268 4.047 10.186 10.446 10.186 6.267 0 9.924-3.789 9.924-10.186 0-6.269-3.787-10.187-10.186-10.187m-10.315-36.429h16.453c6.79 0 9.794-2.222 9.794-7.053 0-5.353-5.355-8.225-15.539-8.225-9.271 0-14.365 2.872-14.365 8.095 0 2.872 1.307 5.486 3.657 7.183m48.706 70.642h-1.958c-6.79 0-11.231-1.697-16.062-6.79-4.831 4.309-11.883 6.79-20.371 6.79-16.844 0-27.943-9.532-27.943-24.157 0-7.834 3.264-14.364 8.879-18.543-6.399-2.741-9.662-7.311-9.662-13.449 0-4.831 1.958-8.748 5.745-11.23-6.138-2.872-9.794-7.704-9.794-13.71 0-12.275 11.491-19.196 32.123-19.196 22.46 0 36.301 9.142 36.301 23.767 0 13.187-9.402 20.761-25.986 20.892h-16.06c-4.571 0-6.53 1.305-6.53 4.179 0 1.957 1.176 3.394 3.656 4.179 2.743-.654 5.877-1.045 9.271-1.045 16.845 0 27.944 9.662 27.944 24.156 0 2.611-.391 4.962-1.044 7.313h11.491zm-100.472 0c-10.055 0-17.237-3.918-21.546-10.446l-3.134 8.617h-12.143v-69.206h19.325v40.349c0 7.835 4.309 13.319 12.144 13.319 6.529 0 9.532-3.395 9.532-9.924v-43.744h19.326v48.837c0 14.102-9.663 22.198-23.504 22.198m-443.562-30.164-11.883 4.179c-4.832 1.566-6.921 3.525-6.921 6.529 0 3.657 2.873 6.006 7.444 6.006 5.745 0 9.139-2.872 10.706-9.139l15.278 4.831c-3.133 11.882-11.751 17.758-25.854 17.758-15.409 0-25.463-8.487-25.463-21.285 0-9.139 5.485-16.061 15.408-19.717l11.622-4.309c4.048-1.306 7.312-3.264 7.312-7.051 0-4.048-3.395-7.052-8.487-7.052-6.007 0-10.969 4.179-12.667 10.839l-15.278-4.962c3.396-12.667 13.058-19.327 27.945-19.327 16.452 0 27.421 9.402 27.421 23.636 0 8.618-5.876 15.408-16.583 19.064m255.382-25.723c-9.01 0-15.8 7.704-15.8 19.456 0 11.883 6.79 19.717 15.8 19.717 8.487 0 14.625-7.443 14.625-19.717 0-12.927-5.615-19.456-14.625-19.456m3.526 55.887c-9.925 0-17.237-4.308-21.806-11.882l-3.657 10.053h-12.144v-96.627h19.326v33.689c4.569-5.093 10.837-8.097 18.412-8.097 18.803 0 30.424 13.19 30.424 36.433s-11.491 36.431-30.555 36.431m125.074 28.858c-6.659 0-12.013-5.354-12.013-12.014 0-6.658 5.354-12.142 12.013-12.142 6.661 0 12.145 5.484 12.145 12.142 0 6.66-5.484 12.014-12.145 12.014m-52.308-84.745c-9.009 0-15.799 7.704-15.799 19.456 0 11.883 6.79 19.717 15.799 19.717 8.488 0 14.625-7.443 14.625-19.717 0-12.927-5.615-19.456-14.625-19.456m3.526 55.887c-9.924 0-17.237-4.308-21.807-11.882l-3.656 10.053h-12.144v-96.627h19.326v33.689c4.571-5.093 10.838-8.097 18.411-8.097 18.803 0 30.425 13.19 30.425 36.433s-11.491 36.431-30.555 36.431m-400.987-9.402-3.264 7.573h-13.058v-69.206h19.325v52.363h20.371v18.672h-1.567c-8.879 0-15.408-3.264-21.807-9.402m-121.396-19.717-53.407 58.499h-6.66v-100.415h18.804v57.195l53.276-58.37h6.79v100.415h-18.803zm62.369-26.768c-7.443 0-14.494 4.44-14.494 19.456s7.051 19.717 14.494 19.717 14.755-5.746 14.755-19.717c0-15.278-7.312-19.456-14.755-19.456m0 55.887c-18.934 0-33.95-13.057-33.95-36.431 0-23.373 15.016-36.433 33.95-36.433 18.673 0 34.081 13.06 34.081 36.433 0 23.374-15.277 36.431-34.081 36.431",
|
|
93
|
+
fill: a ?? "#261440"
|
|
94
|
+
}
|
|
95
|
+
) })
|
|
96
|
+
] })
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
export {
|
|
102
|
+
v as default
|
|
103
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("../../jsx-runtime-BB_1_6y_.js"),v=require("../../utilities/scale.js");function c({fill:t,...h}){const{width:e,height:i}=v.default({originalWidth:960,originalHeight:207,width:h.width,height:h.height});return l.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 960 207",xmlns:"http://www.w3.org/2000/svg",...h,width:e,height:i,children:l.jsxRuntimeExports.jsx("path",{d:"m953.883 78.716 6.12-31.47h-49.56l9.17-47.2059915h-33.04l-9.18 47.2059915h-49.56l9.17-47.2059915h-33.05l-9.167 47.2059915h-49.57l-6.115 31.47h49.565l-9.16 47.21h-49.57l-6.115 31.471h49.57l-9.18 47.21h33.042l9.18-47.21h49.57l-9.18 47.21h33.05l9.18-47.21h49.57l6.12-31.471h-49.57l9.17-47.21zm-91.78 47.21h-49.57l9.18-47.21h49.56zm-753.537 78.576-39.925-81.581h-28.715v81.581h-39.926v-204.502h80.131c41.645 0 66.371 28.431 66.371 62.611 0 28.725-17.526 46.5-37.341 53.71l45.646 88.181zm-31-168.881h-37.64v54h37.625c17.5 0 29-11.205 29-27s-11.485-27.01-29-27.01zm190.166 168.881v-13.795c-9.765 10.34-23.55 15.5-37.34 15.5-14.93 0-27-4.88-35.325-13.205-12.06-12.07-15.22-26.135-15.22-42.5v-95.646h37.34v90.466c0 20.4 12.925 27.29 24.695 27.29s25-6.89 25-27.29v-90.466h37.341v149.646zm125.226 0c-30.445 0-43.365-21.54-43.365-42.79v-78.641h-15.8v-28.435h15.8v-39.7h37.335v39.7h26.421v28.435h-26.421v76.326c0 8.625 4 13.5 12.92 13.5h13.501v31.605zm82.666-63.195c0 19.24 11.775 33.31 32.74 33.31 16.375 0 24.415-4.595 33.896-14.07l22.69 22.115c-15.23 15.225-29.876 23.55-56.876 23.55-35.32 0-69.21-16.08-69.21-76.68 0-48.826 26.42-76.396 65.195-76.396 41.641 0 65.196 30.44 65.196 71.5v16.661zm53.42-41.646c-4-8.905-12.35-15.5-25-15.5s-20.97 6.605-25 15.5c-2.3 5.455-3.165 9.475-3.45 16.08h56.91c-.3-6.605-1.17-10.625-3.46-16.08zm171.177-41.415c-6.855-3.645-14.345-5.11-23.53-5.11-16.086 0-30.451 7.465-37.626 16.08v-14.36h-36.475v149.646h37.335v-90.196c0-18.955 12.68-26.47 24.13-27.57 13.62-1.31 21.061 5.615 21.061 5.615z",fill:t??"#e60000"})})}exports.default=c;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { j as l } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import c from "../../utilities/scale.mjs";
|
|
3
|
+
function s({
|
|
4
|
+
fill: v,
|
|
5
|
+
...h
|
|
6
|
+
}) {
|
|
7
|
+
const { width: t, height: i } = c({
|
|
8
|
+
originalWidth: 960,
|
|
9
|
+
originalHeight: 207,
|
|
10
|
+
width: h.width,
|
|
11
|
+
height: h.height
|
|
12
|
+
});
|
|
13
|
+
return /* @__PURE__ */ l.jsx(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
fill: "none",
|
|
17
|
+
viewBox: "0 0 960 207",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...h,
|
|
20
|
+
width: t,
|
|
21
|
+
height: i,
|
|
22
|
+
children: /* @__PURE__ */ l.jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "m953.883 78.716 6.12-31.47h-49.56l9.17-47.2059915h-33.04l-9.18 47.2059915h-49.56l9.17-47.2059915h-33.05l-9.167 47.2059915h-49.57l-6.115 31.47h49.565l-9.16 47.21h-49.57l-6.115 31.471h49.57l-9.18 47.21h33.042l9.18-47.21h49.57l-9.18 47.21h33.05l9.18-47.21h49.57l6.12-31.471h-49.57l9.17-47.21zm-91.78 47.21h-49.57l9.18-47.21h49.56zm-753.537 78.576-39.925-81.581h-28.715v81.581h-39.926v-204.502h80.131c41.645 0 66.371 28.431 66.371 62.611 0 28.725-17.526 46.5-37.341 53.71l45.646 88.181zm-31-168.881h-37.64v54h37.625c17.5 0 29-11.205 29-27s-11.485-27.01-29-27.01zm190.166 168.881v-13.795c-9.765 10.34-23.55 15.5-37.34 15.5-14.93 0-27-4.88-35.325-13.205-12.06-12.07-15.22-26.135-15.22-42.5v-95.646h37.34v90.466c0 20.4 12.925 27.29 24.695 27.29s25-6.89 25-27.29v-90.466h37.341v149.646zm125.226 0c-30.445 0-43.365-21.54-43.365-42.79v-78.641h-15.8v-28.435h15.8v-39.7h37.335v39.7h26.421v28.435h-26.421v76.326c0 8.625 4 13.5 12.92 13.5h13.501v31.605zm82.666-63.195c0 19.24 11.775 33.31 32.74 33.31 16.375 0 24.415-4.595 33.896-14.07l22.69 22.115c-15.23 15.225-29.876 23.55-56.876 23.55-35.32 0-69.21-16.08-69.21-76.68 0-48.826 26.42-76.396 65.195-76.396 41.641 0 65.196 30.44 65.196 71.5v16.661zm53.42-41.646c-4-8.905-12.35-15.5-25-15.5s-20.97 6.605-25 15.5c-2.3 5.455-3.165 9.475-3.45 16.08h56.91c-.3-6.605-1.17-10.625-3.46-16.08zm171.177-41.415c-6.855-3.645-14.345-5.11-23.53-5.11-16.086 0-30.451 7.465-37.626 16.08v-14.36h-36.475v149.646h37.335v-90.196c0-18.955 12.68-26.47 24.13-27.57 13.62-1.31 21.061 5.615 21.061 5.615z",
|
|
26
|
+
fill: v ?? "#e60000"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
export {
|
|
33
|
+
s as default
|
|
34
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../jsx-runtime-BB_1_6y_.js"),m=require("../../utilities/scale.js");function v({fill:t,...c}){const{width:h,height:x}=m.default({originalWidth:684,originalHeight:228,width:c.width,height:c.height});return s.jsxRuntimeExports.jsxs("svg",{fill:"none",viewBox:"0 0 684 228",xmlns:"http://www.w3.org/2000/svg",...c,width:h,height:x,children:[s.jsxRuntimeExports.jsx("path",{d:"m131.062 108.162-41.4805-106.9095c-.65-1.67-3.01-1.67-3.66 0l-41.48 106.9095c-.75 1.93.68 4.011 2.74 4.011h81.1305c2.07 0 3.489-2.081 2.739-4.011z",fill:"#ed6e27"}),s.jsxRuntimeExports.jsx("path",{d:"m131.401 131.553h-91.8898c-2.19 0-4.15 1.34-4.94 3.38l-34.420035 88.9c-.76 1.96 1.469995 4.01 3.909995 2.29l128.52984-90.54c2.53-1.83 1.6-4.03-1.2-4.03z",fill:"#397f7d"}),s.jsxRuntimeExports.jsx("path",{d:"m175.592 223.882-28.36-73.14c-.5-1.29-2.09-1.759-3.21-.949l-39.12 27.559c-1.18.85-1.18 2.601 0 3.441l67.48 45.58c1.71 1.23 3.97-.521 3.21-2.491z",fill:"#553c7b"}),s.jsxRuntimeExports.jsxs("g",{fill:t??"#1e1e1c",children:[s.jsxRuntimeExports.jsx("path",{d:"m238.222 47.9468c-1.88.776-4.014 1.1491-6.417 1.1491-2.194 0-4.208-.3432-6.029-1.0297-1.82-.6865-3.298-1.7311-4.417-3.119s-1.746-3.119-1.895-5.1933h-6.716c.164 3.0742 1.03 5.7604 2.582 8.0287 1.552 2.2684 3.746 4.0443 6.551 5.3128 2.806 1.2685 6.119 1.9102 9.909 1.9102 3.791 0 7.358-.6566 10.178-1.9699 2.821-1.3133 4.984-3.119 6.492-5.4023 1.507-2.2833 2.253-4.8799 2.253-7.7602 0-2.2832-.448-4.2382-1.358-5.8798s-2.104-2.9996-3.567-4.089c-1.462-1.0894-3.059-1.9997-4.79-2.716-1.731-.7164-3.417-1.2835-5.074-1.7013l-5.357-1.4327c-1.538-.4178-3.09-.9551-4.642-1.6117s-2.85-1.5222-3.88-2.6116c-1.029-1.0894-1.552-2.4773-1.552-4.1785 0-1.7013.478-3.119 1.418-4.4024.94-1.28346 2.268-2.29826 3.97-3.04443 1.701-.74617 3.671-1.11925 5.909-1.11925 3.224 0 5.895.74617 8.014 2.23851 2.119 1.49237 3.328 3.59657 3.597 6.29767h6.432c-.09-2.7757-.896-5.253-2.418-7.41693-1.522-2.16389-3.596-3.86516-6.238-5.1038-2.641-1.23864-5.701-1.85051-9.178-1.85051s-6.462.61186-9.163 1.83558-4.835 2.93991-6.402 5.14858c-1.567 2.20868-2.343 4.79038-2.343 7.74528 0 3.4771 1.164 6.3126 3.492 8.5212 2.328 2.2087 5.731 3.91 10.178 5.1188l6.193 1.7162c2 .5372 3.791 1.1491 5.328 1.8505s2.776 1.5818 3.656 2.6414c.881 1.0596 1.328 2.4027 1.328 4.0442 0 1.8356-.537 3.4623-1.626 4.8502-1.09 1.3878-2.567 2.4623-4.448 3.2383z"}),s.jsxRuntimeExports.jsx("path",{d:"m275.935 54.9465c2.686 0 5.104-.4328 7.253-1.3133s3.954-2.0893 5.402-3.6562c1.448-1.567 2.462-3.3578 3.044-5.3874l-6.044-1.3282c-.462 1.3282-1.149 2.4475-2.059 3.3578s-2 1.5968-3.268 2.0594c-1.269.4627-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.5669-1.776-1.0447-3.164-2.5818-4.134-4.5815-.866-1.8057-1.328-3.9398-1.418-6.4022h28.086v-2.4176c0-3.4323-.463-6.3723-1.403-8.8495-.94-2.4773-2.208-4.492-3.805-6.0739-1.597-1.5818-3.433-2.7309-5.462-3.4622-2.03-.7312-4.134-1.1043-6.328-1.1043-3.477 0-6.521.8506-9.148 2.5519-2.626 1.7012-4.656 4.0741-6.088 7.1035-1.433 3.0295-2.149 6.5216-2.149 10.4613 0 3.9398.716 7.402 2.163 10.3867 1.448 2.9847 3.522 5.3128 6.224 6.9991 2.701 1.6863 5.924 2.5221 9.655 2.5221zm-10.461-28.3396c.88-1.8505 2.164-3.3428 3.835-4.4621 1.671-1.1192 3.656-1.6714 5.969-1.6714 2.314 0 4.298.5522 5.895 1.6565s2.806 2.6414 3.641 4.5964c.612 1.4476.926 3.1041 1.075 4.865h-21.609c.134-1.7759.477-3.4622 1.209-4.9844z"}),s.jsxRuntimeExports.jsx("path",{d:"m311.839 21.756c1.477-.7909 3.148-1.1938 5.014-1.1938 2.731 0 4.88.8506 6.432 2.5369 1.552 1.6864 2.343 4.0443 2.343 7.0887v23.9222h6.223v-24.4147c0-3.313-.567-6.0589-1.701-8.2377-1.135-2.1789-2.687-3.8055-4.686-4.8949-2-1.0894-4.298-1.6267-6.91-1.6267-2.955 0-5.537.7611-7.73 2.2982-1.612 1.1342-2.955 2.8206-4.03 5.0441l-.029-6.7752h-5.985v38.6218h6.223v-23.0119c0-2.3131.433-4.2382 1.299-5.8052.865-1.567 2.029-2.7459 3.522-3.5368z"}),s.jsxRuntimeExports.jsx("path",{d:"m343.821 44.7387c0 3.104.91 5.5067 2.731 7.208 1.82 1.7012 4.402 2.5519 7.73 2.5519.776 0 1.552-.0448 2.358-.1343.806-.0896 1.537-.2388 2.179-.4179l-1.015-5.253c-.507.0746-1.075.1343-1.701.2089-.627.0746-1.134.1045-1.552.1045-1.627 0-2.791-.3731-3.477-1.1342-.687-.7611-1.03-1.9699-1.03-3.6264v-23.4298h7.939v-5.3127h-7.939v-9.47636h-6.223v9.47636h-6.014v5.3127h6.014z"}),s.jsxRuntimeExports.jsx("path",{d:"m371.429 52.4244c2.701 1.6714 5.925 2.5221 9.655 2.5221 2.687 0 5.104-.4328 7.253-1.3133s3.955-2.0893 5.402-3.6562c1.448-1.567 2.463-3.3578 3.045-5.3874l-6.044-1.3282c-.463 1.3282-1.149 2.4475-2.06 3.3578-.91.9103-1.999 1.5968-3.268 2.0594-1.268.4627-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.5669-1.776-1.0447-3.164-2.5818-4.134-4.5815-.865-1.8057-1.328-3.9398-1.417-6.4022h28.085v-2.4176c0-3.4323-.462-6.3723-1.402-8.8495-.94-2.4773-2.209-4.492-3.806-6.0739-1.597-1.5818-3.432-2.7309-5.462-3.4622-2.029-.7312-4.134-1.1043-6.327-1.1043-3.477 0-6.522.8506-9.148 2.5519-2.627 1.7012-4.656 4.0741-6.089 7.1035-1.433 3.0295-2.149 6.5216-2.149 10.4613 0 3.9398.716 7.402 2.164 10.3867 1.447 2.9847 3.522 5.3128 6.223 6.9991zm-.806-25.8175c.881-1.8505 2.164-3.3428 3.835-4.4621 1.672-1.1192 3.657-1.6714 5.97-1.6714s4.298.5522 5.894 1.6565c1.597 1.1043 2.806 2.6414 3.642 4.5964.612 1.4476.925 3.1041 1.074 4.865h-21.609c.135-1.7759.478-3.4622 1.209-4.9844z"}),s.jsxRuntimeExports.jsx("path",{d:"m416.707 22.0702c1.418-.7462 2.984-1.1193 4.745-1.1193.836 0 1.627.0448 2.358.1343.732.0896 1.194.1642 1.388.209v-6.2679c-.328-.0298-.791-.0447-1.403-.0746-.611-.0298-1.149-.0298-1.641-.0298-2.313 0-4.343.5969-6.119 1.7908s-3.014 2.7608-3.746 4.7158h-.343v-5.9395h-5.984v38.6218h6.223v-24.1014c0-1.8355.403-3.4323 1.209-4.7904.806-1.358 1.91-2.4026 3.328-3.1488z"}),s.jsxRuntimeExports.jsx("path",{d:"m437.465 52.4244c2.701 1.6714 5.925 2.5221 9.656 2.5221 2.686 0 5.103-.4328 7.252-1.3133s3.955-2.0893 5.403-3.6562c1.447-1.567 2.462-3.3578 3.044-5.3874l-6.044-1.3282c-.463 1.3282-1.149 2.4475-2.059 3.3578-.911.9103-2 1.5968-3.269 2.0594-1.268.4627-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.5669-1.776-1.0447-3.163-2.5818-4.133-4.5815-.866-1.8057-1.329-3.9398-1.418-6.4022h28.086v-2.4176c0-3.4323-.463-6.3723-1.403-8.8495-.94-2.4773-2.209-4.492-3.806-6.0739-1.596-1.5818-3.432-2.7309-5.462-3.4622-2.029-.7312-4.133-1.1043-6.327-1.1043-3.477 0-6.522.8506-9.148 2.5519-2.627 1.7012-4.656 4.0741-6.089 7.1035-1.433 3.0295-2.149 6.5216-2.149 10.4613 0 3.9398.716 7.402 2.164 10.3867s3.522 5.3128 6.223 6.9991zm-.806-25.8175c.881-1.8505 2.164-3.3428 3.836-4.4621 1.671-1.1192 3.656-1.6714 5.969-1.6714s4.298.5522 5.895 1.6565c1.596 1.1043 2.805 2.6414 3.641 4.5964.612 1.4476.925 3.1041 1.074 4.865h-21.609c.135-1.7759.478-3.4622 1.209-4.9844z"}),s.jsxRuntimeExports.jsx("path",{d:"m485.683 48.9023c-.612.0746-1.134.1045-1.552.1045-1.627 0-2.791-.3731-3.477-1.1342-.687-.7611-1.03-1.9699-1.03-3.6264v-23.4298h7.939v-5.3127h-7.939v-9.47636h-6.223v9.47636h-6.014v5.3127h6.014v23.9223c0 3.104.91 5.5067 2.731 7.208 1.821 1.7012 4.402 2.5519 7.73 2.5519.776 0 1.552-.0448 2.358-.1343.806-.0896 1.537-.2388 2.179-.4179l-1.015-5.253c-.507.0746-1.074.1343-1.701.2089z"}),s.jsxRuntimeExports.jsx("path",{d:"m525.123 7.14639c.821-.92525 2.179-1.38788 4.045-1.38788.776 0 1.432.0597 2.014.16416s1.015.20892 1.313.29846l1.359-5.312725c-.403-.164158-1.06-.343237-2-.522318-.94-.17908-2.06-.283548-3.388-.283548-1.91 0-3.686.373085-5.327 1.119251-1.642.74618-2.97 1.85051-3.97 3.32793s-1.507 3.28315-1.507 5.41719v5.52169h-7.447v5.3127h7.447v33.2941h6.223v-33.2941h8.67v-5.3127h-8.67v-4.2383c0-1.82063.418-3.19358 1.238-4.10391z"}),s.jsxRuntimeExports.jsx("path",{d:"m563.58 17.4432c-2.656-1.6715-5.745-2.5072-9.267-2.5072s-6.611.8357-9.253 2.5072c-2.641 1.6714-4.715 4.0144-6.193 7.0289-1.477 3.0145-2.223 6.5364-2.223 10.5508s.746 7.417 2.223 10.4166c1.478 2.9996 3.552 5.3426 6.193 7.014 2.642 1.6714 5.731 2.5071 9.253 2.5071s6.611-.8357 9.267-2.5071c2.657-1.6714 4.731-3.9995 6.208-7.014 1.478-3.0146 2.224-6.4768 2.224-10.4166 0-3.9397-.746-7.5214-2.224-10.5508-1.477-3.0295-3.551-5.3575-6.208-7.0289zm.896 24.7579c-.821 2.1788-2.09 3.9249-3.776 5.2232s-3.82 1.955-6.387 1.955-4.686-.6567-6.343-1.955c-1.656-1.2983-2.925-3.0444-3.76-5.2232-.836-2.1788-1.254-4.5815-1.254-7.1931s.418-5.0889 1.254-7.2826c.835-2.1937 2.104-3.9398 3.775-5.268 1.672-1.3281 3.791-1.9699 6.328-1.9699s4.686.6567 6.387 1.9699c1.701 1.3133 2.955 3.0743 3.776 5.2829.82 2.2087 1.238 4.6263 1.238 7.2528s-.418 5.0143-1.238 7.1931z"}),s.jsxRuntimeExports.jsx("path",{d:"m598.549 21.0852c.731.0896 1.193.1642 1.387.209v-6.2679c-.328-.0298-.79-.0447-1.402-.0746-.612-.0298-1.149-.0298-1.642-.0298-2.313 0-4.343.5969-6.119 1.7908-1.775 1.1939-3.014 2.7608-3.745 4.7158h-.344v-5.9395h-5.984v38.6218h6.223v-24.1014c0-1.8355.403-3.4323 1.209-4.7904.806-1.358 1.91-2.4026 3.328-3.1488s2.985-1.1193 4.746-1.1193c.835 0 1.626.0448 2.358.1343z"}),s.jsxRuntimeExports.jsx("path",{d:"m653.719 19.5026c-1.611-1.567-3.432-2.731-5.462-3.4622-2.029-.7313-4.134-1.1044-6.327-1.1044-3.477 0-6.522.8507-9.148 2.5519-2.627 1.7013-4.656 4.0741-6.089 7.1036-1.433 3.0294-2.149 6.5215-2.149 10.4613s.716 7.402 2.164 10.3867c1.447 2.9847 3.522 5.3127 6.223 6.9991 2.701 1.6863 5.924 2.522 9.655 2.522 2.687 0 5.104-.4328 7.253-1.3132 2.149-.8805 3.955-2.0893 5.402-3.6563 1.448-1.5669 2.463-3.3577 3.045-5.3873l-6.044-1.3282c-.463 1.3282-1.149 2.4474-2.06 3.3578-.91.9103-1.999 1.5968-3.268 2.0594-1.268.4626-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.567-1.776-1.0446-3.164-2.5817-4.134-4.5815-.865-1.8057-1.328-3.9397-1.417-6.4021h28.085v-2.4176c0-3.4324-.462-6.3723-1.402-8.8496s-2.209-4.4919-3.806-6.0738zm-21.579 7.1035c.88-1.8505 2.164-3.3428 3.835-4.4621 1.672-1.1192 3.657-1.6714 5.97-1.6714s4.298.5522 5.894 1.6565c1.597 1.1044 2.806 2.6415 3.642 4.5964.612 1.4476.925 3.1041 1.074 4.8651h-21.609c.134-1.7759.478-3.4623 1.209-4.9845z"}),s.jsxRuntimeExports.jsx("path",{d:"m682.852 48.6934c-.507.0746-1.075.1343-1.701.2089-.627.0746-1.135.1045-1.552.1045-1.627 0-2.791-.3731-3.478-1.1342-.686-.7611-1.029-1.9699-1.029-3.6264v-23.4298h7.939v-5.3127h-7.939v-9.47636h-6.223v9.47636h-6.015v5.3127h6.015v23.9223c0 3.104.91 5.5067 2.731 7.208 1.82 1.7012 4.402 2.5519 7.73 2.5519.776 0 1.552-.0448 2.358-.1343.806-.0896 1.537-.2388 2.179-.4179z"}),s.jsxRuntimeExports.jsx("path",{d:"m218.553 132.384c2 .91 4.223 1.358 6.7 1.358 2.209 0 4.089-.313 5.627-.955 1.537-.642 2.79-1.433 3.745-2.403s1.657-1.895 2.104-2.805h.344v5.313h6.118v-25.714c0-2.775-.462-5.044-1.402-6.805-.941-1.7606-2.135-3.1186-3.627-4.0737s-3.059-1.6266-4.746-2.0147c-1.686-.388-3.268-.582-4.76-.582-2.209 0-4.373.3283-6.447.9999s-3.94 1.7162-5.537 3.1488c-1.596 1.4327-2.805 3.3277-3.596 5.6857l6.044 1.567c.328-1 .91-1.955 1.731-2.85.821-.896 1.895-1.627 3.223-2.209 1.329-.5819 2.896-.8506 4.746-.8506 1.851 0 3.298.2985 4.507.8956 1.209.597 2.134 1.447 2.746 2.567.612 1.119.925 2.462.925 4.029v.239c0 .955-.343 1.626-1.03 2.014-.686.388-1.746.657-3.178.821-1.433.164-3.328.403-5.686.702-1.821.238-3.626.552-5.402.94s-3.403 1-4.865 1.806c-1.463.805-2.627 1.895-3.492 3.268-.866 1.373-1.314 3.164-1.314 5.387 0 2.537.582 4.701 1.761 6.477s2.761 3.119 4.761 4.029zm.925-13.685c.791-.865 1.836-1.522 3.149-1.97 1.313-.447 2.701-.776 4.193-.955.717-.089 1.597-.209 2.642-.328 1.044-.119 2.089-.283 3.149-.478 1.059-.194 1.999-.402 2.805-.626s1.328-.493 1.597-.776v5.253c0 1.582-.403 3.104-1.224 4.551-.82 1.448-2.014 2.612-3.596 3.522-1.582.911-3.552 1.343-5.91 1.343-1.567 0-2.94-.223-4.134-.686s-2.134-1.134-2.82-2.03c-.687-.895-1.03-1.999-1.03-3.298 0-1.462.403-2.641 1.194-3.492z"}),s.jsxRuntimeExports.jsx("path",{d:"m259.98 80.7935h-6.223v52.1125h6.223z"}),s.jsxRuntimeExports.jsx("path",{d:"m296.886 100.373h-.388c-.507-.866-1.209-1.8062-2.104-2.8359s-2.074-1.9251-3.567-2.6713c-1.492-.7462-3.402-1.1342-5.73-1.1342-3.224 0-6.074.8208-8.551 2.4475-2.478 1.6266-4.418 3.9399-5.806 6.9249-1.387 2.984-2.074 6.506-2.074 10.565s.687 7.626 2.074 10.611c1.388 2.985 3.313 5.313 5.791 6.954 2.477 1.642 5.327 2.463 8.566 2.463 2.283 0 4.178-.374 5.671-1.135 1.492-.761 2.686-1.656 3.596-2.716.91-1.059 1.627-2.014 2.164-2.91h.567v5.94h6.014v-52.1128h-6.223v19.5798zm-1.119 20.833c-.866 2.178-2.119 3.88-3.761 5.103-1.641 1.224-3.641 1.836-5.999 1.836s-4.358-.627-6.014-1.895c-1.657-1.269-2.91-2.985-3.761-5.179-.85-2.193-1.283-4.671-1.283-7.446 0-2.776.433-5.239 1.283-7.402.851-2.164 2.104-3.851 3.746-5.089 1.642-1.239 3.656-1.8509 6.029-1.8509s4.388.597 6.029 1.8059c1.642 1.209 2.895 2.88 3.746 5.014s1.283 4.656 1.283 7.522c0 2.865-.433 5.387-1.298 7.566z"}),s.jsxRuntimeExports.jsx("path",{d:"m342.491 128.772c1.448-1.567 2.463-3.358 3.045-5.387l-6.044-1.329c-.463 1.329-1.149 2.448-2.06 3.358-.91.91-1.999 1.597-3.268 2.06-1.268.462-2.701.701-4.283.701-2.373 0-4.462-.522-6.238-1.567s-3.164-2.582-4.134-4.582c-.865-1.805-1.328-3.939-1.417-6.402h28.085v-2.417c0-3.433-.462-6.373-1.402-8.85-.941-2.477-2.209-4.4918-3.806-6.0737-1.597-1.5818-3.432-2.7309-5.462-3.4622-2.029-.7312-4.134-1.1043-6.327-1.1043-3.477 0-6.522.8506-9.148 2.5519-2.627 1.7013-4.656 4.0743-6.089 7.1033-1.433 3.03-2.149 6.522-2.149 10.462 0 3.939.716 7.402 2.164 10.386 1.447 2.985 3.522 5.313 6.223 6.999 2.701 1.687 5.924 2.522 9.655 2.522 2.687 0 5.104-.432 7.253-1.313 2.149-.88 3.955-2.089 5.402-3.656zm-23.116-23.37c.88-1.851 2.164-3.343 3.835-4.462 1.672-1.1195 3.657-1.6717 5.97-1.6717s4.298.5522 5.894 1.6567c1.597 1.104 2.806 2.641 3.642 4.596.612 1.448.925 3.104 1.074 4.865h-21.609c.134-1.776.478-3.462 1.209-4.984z"}),s.jsxRuntimeExports.jsx("path",{d:"m370.906 93.7324c-2.313 0-4.343.597-6.119 1.7908-1.776 1.1939-3.014 2.7609-3.746 4.7158h-.343v-5.9395h-5.984v38.6215h6.223v-24.101c0-1.836.403-3.432 1.209-4.79s1.91-2.403 3.328-3.149c1.417-.746 2.984-1.1195 4.745-1.1195.836 0 1.627.0447 2.358.1343.731.0895 1.194.1642 1.388.2092v-6.2681c-.328-.0299-.791-.0448-1.403-.0746-.612-.0299-1.149-.0299-1.641-.0299z"}),s.jsxRuntimeExports.jsx("path",{d:"m387.053 95.164c-2.149.9551-3.835 2.2833-5.059 3.9697-1.224 1.6863-1.835 3.6413-1.835 5.8653 0 2.731.865 4.969 2.581 6.73 1.717 1.761 4.343 3.044 7.865 3.865l6.402 1.537c1.866.418 3.283 1.075 4.253 1.955.97.881 1.448 2 1.448 3.358 0 1.612-.806 2.985-2.403 4.149s-3.731 1.731-6.417 1.731c-2.403 0-4.372-.522-5.895-1.552-1.522-1.03-2.537-2.642-3.029-4.806l-5.94 1.12c.403 2.328 1.269 4.298 2.627 5.88 1.358 1.581 3.074 2.775 5.178 3.581 2.105.806 4.477 1.209 7.134 1.209 2.984 0 5.611-.493 7.894-1.492 2.283-1 4.044-2.358 5.328-4.104 1.283-1.746 1.925-3.761 1.925-6.044 0-2.687-.851-4.895-2.537-6.626s-4.313-3.03-7.85-3.865l-5.909-1.403c-2.164-.508-3.776-1.194-4.821-2.06-1.044-.865-1.567-2.014-1.567-3.462 0-1.627.747-2.985 2.254-4.059 1.507-1.0746 3.417-1.6118 5.76-1.6118 2.478 0 4.358.582 5.656 1.7608 1.299 1.179 2.149 2.522 2.567 4.044l5.701-1.149c-.463-1.955-1.284-3.6858-2.463-5.1781-1.178-1.4924-2.716-2.6564-4.641-3.4921s-4.193-1.2536-6.85-1.2536c-2.656 0-5.193.4776-7.342 1.4327z"}),s.jsxRuntimeExports.jsx("path",{d:"m435.016 117.057c-.821 2.268-1.537 4.522-2.149 6.775-.284 1-.567 1.955-.851 2.925-.283-.985-.567-1.925-.85-2.925-.612-2.253-1.329-4.507-2.164-6.775l-8.253-22.7733h-6.79l14.759 38.6213h6.507l14.759-38.6213h-6.745z"}),s.jsxRuntimeExports.jsx("path",{d:"m482.861 98.299c-1.612-1.567-3.433-2.731-5.462-3.4622-2.03-.7313-4.134-1.1044-6.328-1.1044-3.477 0-6.521.8507-9.148 2.5519-2.626 1.7013-4.656 4.0737-6.088 7.1037-1.433 3.029-2.149 6.521-2.149 10.461s.716 7.402 2.163 10.387c1.448 2.985 3.522 5.313 6.223 6.999 2.702 1.686 5.925 2.522 9.656 2.522 2.686 0 5.104-.433 7.253-1.313 2.149-.881 3.954-2.09 5.402-3.656 1.448-1.567 2.462-3.358 3.044-5.388l-6.044-1.328c-.462 1.328-1.149 2.447-2.059 3.358-.91.91-2 1.597-3.268 2.059-1.269.463-2.701.702-4.283.702-2.373 0-4.462-.523-6.238-1.567-1.776-1.045-3.164-2.582-4.134-4.582-.866-1.806-1.328-3.94-1.418-6.402h28.086v-2.418c0-3.432-.463-6.372-1.403-8.849s-2.208-4.4921-3.805-6.074zm-21.579 7.104c.88-1.851 2.163-3.343 3.835-4.463 1.671-1.1188 3.656-1.671 5.969-1.671s4.298.5522 5.895 1.657c1.597 1.104 2.806 2.641 3.641 4.596.612 1.447.926 3.104 1.075 4.865h-21.609c.134-1.776.477-3.462 1.208-4.984z"}),s.jsxRuntimeExports.jsx("path",{d:"m521.29 95.3591c-2-1.0894-4.298-1.6267-6.91-1.6267-2.955 0-5.536.7611-7.73 2.2982-1.612 1.1342-2.955 2.8206-4.029 5.0444l-.03-6.7755h-5.985v38.6215h6.223v-23.012c0-2.313.433-4.238 1.299-5.805.865-1.567 2.029-2.746 3.522-3.537 1.492-.7906 3.149-1.1935 5.014-1.1935 2.731 0 4.88.8505 6.432 2.5365 1.552 1.687 2.343 4.045 2.343 7.089v23.922h6.223v-24.414c0-3.313-.567-6.059-1.701-8.238-1.134-2.1789-2.686-3.8056-4.686-4.895z"}),s.jsxRuntimeExports.jsx("path",{d:"m562.911 95.3591c-2-1.0894-4.298-1.6267-6.91-1.6267-2.955 0-5.536.7611-7.73 2.2982-1.612 1.1342-2.955 2.8206-4.029 5.0444l-.03-6.7755h-5.984v38.6215h6.223v-23.012c0-2.313.432-4.238 1.298-5.805s2.03-2.746 3.522-3.537c1.492-.7906 3.149-1.1935 5.014-1.1935 2.731 0 4.88.8505 6.432 2.5365 1.552 1.687 2.343 4.045 2.343 7.089v23.922h6.223v-24.414c0-3.313-.567-6.059-1.701-8.238-1.134-2.1789-2.686-3.8056-4.686-4.895z"}),s.jsxRuntimeExports.jsx("path",{d:"m586.07 80.7935h-6.223v52.1125h6.223z"}),s.jsxRuntimeExports.jsx("path",{d:"m599.757 79.4204c-1.164 0-2.179.4029-3.029 1.2088-.851.8059-1.284 1.7759-1.284 2.925s.433 2.1191 1.284 2.9399c.85.8208 1.865 1.2237 3.029 1.2237s2.209-.4029 3.06-1.2237c.85-.8208 1.283-1.7908 1.283-2.9399s-.433-2.1191-1.283-2.925c-.851-.8059-1.866-1.2088-3.06-1.2088z"}),s.jsxRuntimeExports.jsx("path",{d:"m602.861 94.2837h-6.223v38.6213h6.223z"}),s.jsxRuntimeExports.jsx("path",{d:"m639.974 100.448h-.448c-.537-.8805-1.254-1.8505-2.164-2.9101s-2.104-1.9401-3.596-2.6862c-1.493-.7462-3.388-1.1193-5.701-1.1193-3.239 0-6.104.8208-8.581 2.4475-2.477 1.6266-4.417 3.9251-5.82 6.8801-1.403 2.954-2.104 6.417-2.104 10.401 0 3.985.716 7.447 2.134 10.297 1.417 2.851 3.372 5.044 5.835 6.537 2.462 1.492 5.283 2.253 8.431 2.253 2.314 0 4.209-.343 5.701-1.044 1.492-.702 2.686-1.552 3.567-2.567.88-1.015 1.612-1.97 2.164-2.851h.447v7.343c0 3.193-.985 5.566-2.969 7.103-1.985 1.537-4.552 2.313-7.701 2.313-2.119 0-3.88-.298-5.268-.895s-2.507-1.343-3.343-2.239c-.835-.895-1.522-1.79-2.029-2.671l-5.313 2.552c.701 1.657 1.746 3.149 3.149 4.462s3.164 2.358 5.313 3.119 4.641 1.134 7.491 1.134c3.119 0 5.97-.507 8.521-1.507 2.552-1 4.582-2.582 6.089-4.746 1.507-2.163 2.254-4.939 2.254-8.342v-39.4125h-6.044v6.1485zm-1.284 20.221c-.85 2.06-2.104 3.627-3.745 4.716-1.642 1.089-3.642 1.642-6 1.642s-4.402-.568-6.044-1.702c-1.641-1.134-2.91-2.716-3.775-4.775-.866-2.06-1.299-4.447-1.299-7.208s.433-5.119 1.284-7.223c.85-2.104 2.104-3.776 3.76-4.999 1.657-1.2242 3.687-1.8361 6.089-1.8361 2.403 0 4.388.597 6.029 1.7911 1.642 1.194 2.881 2.835 3.731 4.954.851 2.119 1.254 4.552 1.254 7.328 0 2.775-.433 5.253-1.284 7.312z"}),s.jsxRuntimeExports.jsx("path",{d:"m249.638 191.943c0 .984 0 2.238.03 3.76s.075 3.194.164 4.985c.045 1.044.135 2.104.209 3.163-.537-1.059-1.059-2.163-1.612-3.163-.895-1.627-1.731-3.104-2.507-4.418-.776-1.313-1.417-2.387-1.955-3.193l-21.266-33.473h-7.7v52.112h6.581v-29.832c0-.925-.03-2.209-.074-3.805-.045-1.597-.105-3.507-.194-5.686-.06-1.433-.12-3.015-.194-4.641 1.059 1.85 2.029 3.566 2.85 4.999 1.134 1.985 2.134 3.701 3.014 5.149.881 1.447 1.702 2.805 2.508 4.059l18.922 29.772h7.761v-52.113h-6.537v32.354z"}),s.jsxRuntimeExports.jsx("path",{d:"m292.559 175.035c-2.657-1.671-5.746-2.507-9.268-2.507s-6.611.836-9.252 2.507c-2.642 1.671-4.716 4.014-6.193 7.029-1.478 3.014-2.224 6.536-2.224 10.551 0 4.014.746 7.417 2.224 10.416 1.477 3 3.551 5.343 6.193 7.014 2.641 1.672 5.73 2.507 9.252 2.507s6.611-.835 9.268-2.507c2.656-1.671 4.731-3.999 6.208-7.014 1.477-3.014 2.224-6.476 2.224-10.416s-.747-7.522-2.224-10.551c-1.477-3.03-3.552-5.358-6.208-7.029zm.88 24.758c-.821 2.179-2.089 3.925-3.775 5.223-1.687 1.298-3.821 1.955-6.388 1.955-2.566 0-4.686-.657-6.342-1.955-1.657-1.298-2.925-3.044-3.761-5.223-.835-2.179-1.253-4.582-1.253-7.193 0-2.612.418-5.089 1.253-7.283.836-2.194 2.105-3.94 3.776-5.268s3.79-1.97 6.327-1.97 4.686.657 6.388 1.97c1.701 1.314 2.954 3.074 3.775 5.283s1.239 4.626 1.239 7.253c0 2.626-.418 5.014-1.239 7.193z"}),s.jsxRuntimeExports.jsx("path",{d:"m325.852 172.528c-2.313 0-4.343.597-6.119 1.791-1.775 1.194-3.014 2.76-3.745 4.715h-.344v-5.939h-5.984v38.622h6.223v-24.102c0-1.835.403-3.432 1.209-4.79s1.91-2.403 3.328-3.149 2.985-1.119 4.746-1.119c.835 0 1.626.045 2.357.134.732.09 1.194.164 1.388.209v-6.268c-.328-.03-.791-.044-1.402-.074-.612-.03-1.15-.03-1.642-.03z"}),s.jsxRuntimeExports.jsx("path",{d:"m361.205 179.243h-.447c-.538-.88-1.254-1.85-2.164-2.91-.911-1.059-2.105-1.94-3.597-2.686s-3.388-1.119-5.701-1.119c-3.238 0-6.103.821-8.581 2.447-2.477 1.627-4.417 3.925-5.82 6.88s-2.104 6.417-2.104 10.402c0 3.984.716 7.446 2.134 10.297 1.418 2.85 3.373 5.044 5.835 6.536 2.462 1.493 5.283 2.254 8.432 2.254 2.313 0 4.208-.344 5.701-1.045 1.492-.701 2.686-1.552 3.566-2.567.881-1.015 1.612-1.97 2.164-2.85h.448v7.342c0 3.194-.985 5.567-2.97 7.104s-4.551 2.313-7.7 2.313c-2.119 0-3.88-.299-5.268-.896s-2.507-1.343-3.343-2.238c-.836-.896-1.522-1.791-2.03-2.671l-5.312 2.551c.701 1.657 1.746 3.149 3.148 4.463 1.403 1.313 3.164 2.357 5.313 3.119 2.149.761 4.641 1.134 7.492 1.134 3.119 0 5.969-.508 8.521-1.508 2.552-.999 4.581-2.581 6.089-4.745 1.507-2.164 2.253-4.94 2.253-8.342v-39.413h-6.044v6.148zm-1.268 20.222c-.851 2.059-2.104 3.626-3.746 4.715-1.642 1.09-3.641 1.642-5.999 1.642s-4.403-.567-6.044-1.701c-1.642-1.134-2.91-2.716-3.776-4.776-.865-2.059-1.298-4.447-1.298-7.208s.433-5.119 1.283-7.223c.851-2.104 2.104-3.775 3.761-4.999 1.656-1.224 3.686-1.836 6.089-1.836 2.402 0 4.387.597 6.029 1.791 1.641 1.194 2.88 2.836 3.731 4.955.85 2.119 1.253 4.551 1.253 7.327s-.433 5.253-1.283 7.313z"}),s.jsxRuntimeExports.jsx("path",{d:"m405.11 177.094c-1.612-1.567-3.433-2.731-5.462-3.462-2.03-.731-4.134-1.104-6.328-1.104-3.477 0-6.521.85-9.148 2.552-2.626 1.701-4.656 4.074-6.088 7.103-1.433 3.03-2.149 6.522-2.149 10.462 0 3.939.716 7.402 2.163 10.386 1.448 2.985 3.522 5.313 6.224 6.999 2.701 1.687 5.924 2.522 9.655 2.522 2.686 0 5.104-.432 7.253-1.313 2.149-.88 3.954-2.089 5.402-3.656s2.462-3.358 3.044-5.387l-6.044-1.329c-.462 1.329-1.149 2.448-2.059 3.358s-2 1.597-3.268 2.06c-1.269.462-2.701.701-4.283.701-2.373 0-4.462-.522-6.238-1.567s-3.164-2.582-4.134-4.581c-.866-1.806-1.328-3.94-1.418-6.403h28.086v-2.417c0-3.433-.463-6.372-1.403-8.85-.94-2.477-2.208-4.492-3.805-6.074zm-21.579 7.104c.88-1.851 2.163-3.343 3.835-4.462 1.671-1.119 3.656-1.672 5.969-1.672s4.298.553 5.895 1.657 2.806 2.641 3.641 4.596c.612 1.448.926 3.104 1.075 4.865h-21.609c.134-1.776.477-3.462 1.209-4.984z"})]})]})}exports.default=v;
|