@konstructio/ui 0.1.2-alpha.93 → 0.1.2-alpha.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/Breadcrumb-xLKDl92B.js +82 -0
  2. package/dist/assets/icons/components/ApiKey.js +31 -0
  3. package/dist/assets/icons/components/ArrowBack.js +20 -0
  4. package/dist/assets/icons/components/CheckAlt.js +24 -0
  5. package/dist/assets/icons/components/Configure.js +41 -0
  6. package/dist/assets/icons/components/Deploy.js +41 -0
  7. package/dist/assets/icons/components/Github.js +34 -0
  8. package/dist/assets/icons/components/LockAlt.js +21 -0
  9. package/dist/assets/icons/components/index.js +208 -194
  10. package/dist/assets/icons/index.js +208 -194
  11. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  12. package/dist/components/Breadcrumb/components/BackButton/BackButton.js +41 -0
  13. package/dist/components/Breadcrumb/components/BackButton/BackButton.variants.js +19 -0
  14. package/dist/components/Breadcrumb/components/Item/Item.js +37 -21
  15. package/dist/components/Breadcrumb/components/index.js +4 -2
  16. package/dist/components/index.js +1 -1
  17. package/dist/icons.js +208 -194
  18. package/dist/index.js +1 -1
  19. package/dist/lib/assets/icons/components/ApiKey.d.ts +3 -0
  20. package/dist/lib/assets/icons/components/ArrowBack.d.ts +3 -0
  21. package/dist/lib/assets/icons/components/CheckAlt.d.ts +3 -0
  22. package/dist/lib/assets/icons/components/Configure.d.ts +3 -0
  23. package/dist/lib/assets/icons/components/Deploy.d.ts +3 -0
  24. package/dist/lib/assets/icons/components/Github.d.ts +3 -0
  25. package/dist/lib/assets/icons/components/LockAlt.d.ts +3 -0
  26. package/dist/lib/assets/icons/components/index.d.ts +7 -0
  27. package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts +9 -0
  28. package/dist/lib/components/Breadcrumb/Breadcrumb.types.d.ts +27 -1
  29. package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.d.ts +3 -0
  30. package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.types.d.ts +7 -0
  31. package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.variants.d.ts +1 -0
  32. package/dist/lib/components/Breadcrumb/components/index.d.ts +1 -0
  33. package/dist/lib/icons.d.ts +1 -1
  34. package/dist/package.json +1 -1
  35. package/dist/styles.css +1 -1
  36. package/package.json +1 -1
  37. package/dist/Breadcrumb-BYO5PNVF.js +0 -77
@@ -0,0 +1,82 @@
1
+ import { o as b } from "./chunk-cI0lbGMq.js";
2
+ import { t as y } from "./prop-types-CE0Kfmwk.js";
3
+ import { t as u } from "./utils-COaoD3PI.js";
4
+ import { breadcrumbVariants as O, breadcrumbWrapperVariants as j } from "./components/Breadcrumb/Breadcrumb.variants.js";
5
+ import { BackButton as w } from "./components/Breadcrumb/components/BackButton/BackButton.js";
6
+ import { Item as _ } from "./components/Breadcrumb/components/Item/Item.js";
7
+ import d, { Fragment as x, forwardRef as N, useId as k } from "react";
8
+ import { jsx as i, jsxs as h } from "react/jsx-runtime";
9
+ var l = /* @__PURE__ */ b(y());
10
+ function m() {
11
+ return m = Object.assign || function(r) {
12
+ for (var n = 1; n < arguments.length; n++) {
13
+ var o = arguments[n];
14
+ for (var e in o) Object.prototype.hasOwnProperty.call(o, e) && (r[e] = o[e]);
15
+ }
16
+ return r;
17
+ }, m.apply(this, arguments);
18
+ }
19
+ function z(r, n) {
20
+ if (r == null) return {};
21
+ var o = P(r, n), e, t;
22
+ if (Object.getOwnPropertySymbols) {
23
+ var a = Object.getOwnPropertySymbols(r);
24
+ for (t = 0; t < a.length; t++)
25
+ e = a[t], !(n.indexOf(e) >= 0) && Object.prototype.propertyIsEnumerable.call(r, e) && (o[e] = r[e]);
26
+ }
27
+ return o;
28
+ }
29
+ function P(r, n) {
30
+ if (r == null) return {};
31
+ var o = {}, e = Object.keys(r), t, a;
32
+ for (a = 0; a < e.length; a++)
33
+ t = e[a], !(n.indexOf(t) >= 0) && (o[t] = r[t]);
34
+ return o;
35
+ }
36
+ var p = N(function(r, n) {
37
+ var o = r.color, e = o === void 0 ? "currentColor" : o, t = r.size, a = t === void 0 ? 24 : t, s = z(r, ["color", "size"]);
38
+ return /* @__PURE__ */ d.createElement("svg", m({
39
+ ref: n,
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: a,
42
+ height: a,
43
+ viewBox: "0 0 24 24",
44
+ fill: "none",
45
+ stroke: e,
46
+ strokeWidth: "2",
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round"
49
+ }, s), /* @__PURE__ */ d.createElement("polyline", { points: "9 18 15 12 9 6" }));
50
+ });
51
+ p.propTypes = {
52
+ color: l.default.string,
53
+ size: l.default.oneOfType([l.default.string, l.default.number])
54
+ };
55
+ p.displayName = "ChevronRight";
56
+ var S = ({ "aria-label": r = "breadcrumb", backButton: n, className: o, steps: e, theme: t, wrapperClassName: a, ...s }) => {
57
+ const g = k();
58
+ return /* @__PURE__ */ h("nav", {
59
+ "aria-label": r,
60
+ "data-theme": t,
61
+ className: u(j({ className: a })),
62
+ children: [n && /* @__PURE__ */ i(w, {
63
+ ...n,
64
+ theme: t
65
+ }), /* @__PURE__ */ i("ol", {
66
+ className: u(O({ className: o })),
67
+ ...s,
68
+ children: e.map(({ label: c, ...v }, f) => /* @__PURE__ */ h(x, { children: [/* @__PURE__ */ i(_, {
69
+ ...v,
70
+ label: c,
71
+ isLast: f === e.length - 1
72
+ }), f !== e.length - 1 && /* @__PURE__ */ i("li", {
73
+ "aria-hidden": "true",
74
+ className: "flex items-center",
75
+ children: /* @__PURE__ */ i(p, { className: "text-gray-400 w-5 h-5" })
76
+ })] }, `${g}-${c}`))
77
+ })]
78
+ });
79
+ };
80
+ export {
81
+ S as t
82
+ };
@@ -0,0 +1,31 @@
1
+ import { forwardRef as e } from "react";
2
+ import { jsx as L, jsxs as a } from "react/jsx-runtime";
3
+ var l = e(({ size: t = 24, color: C = "currentColor", ...i }, r) => /* @__PURE__ */ a("svg", {
4
+ ref: r,
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: t,
7
+ height: t,
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ "aria-hidden": "true",
11
+ ...i,
12
+ children: [
13
+ /* @__PURE__ */ L("path", {
14
+ d: "M17.5 16.25C17.3888 16.25 17.2831 16.2688 17.1806 16.2963L16.5206 15.6369C16.7406 15.265 16.875 14.8369 16.875 14.375C16.875 13.9131 16.7406 13.485 16.5206 13.1131L17.18 12.4538C17.2831 12.4806 17.3888 12.5 17.5 12.5C17.7472 12.5 17.9889 12.4267 18.1945 12.2893C18.4 12.152 18.5602 11.9568 18.6549 11.7284C18.7495 11.4999 18.7742 11.2486 18.726 11.0061C18.6778 10.7637 18.5587 10.5409 18.3839 10.3661C18.2091 10.1913 17.9863 10.0723 17.7439 10.024C17.5014 9.97579 17.2501 10.0005 17.0216 10.0952C16.7932 10.1898 16.598 10.35 16.4607 10.5555C16.3233 10.7611 16.25 11.0028 16.25 11.25C16.25 11.3613 16.2688 11.4669 16.2963 11.57L15.6369 12.2294C15.265 12.0094 14.8369 11.875 14.375 11.875C13.9131 11.875 13.485 12.0094 13.1131 12.2294L12.4538 11.57C12.4806 11.4669 12.5 11.3613 12.5 11.25C12.5 11.0028 12.4267 10.7611 12.2893 10.5555C12.152 10.35 11.9568 10.1898 11.7284 10.0952C11.4999 10.0005 11.2486 9.97579 11.0061 10.024C10.7637 10.0723 10.5409 10.1913 10.3661 10.3661C10.1913 10.5409 10.0723 10.7637 10.024 11.0061C9.97579 11.2486 10.0005 11.4999 10.0952 11.7284C10.1898 11.9568 10.35 12.152 10.5555 12.2893C10.7611 12.4267 11.0028 12.5 11.25 12.5C11.3613 12.5 11.4669 12.4813 11.57 12.4538L12.2294 13.1131C12.0094 13.485 11.875 13.9131 11.875 14.375C11.875 14.8369 12.0094 15.265 12.2294 15.6369L11.57 16.2963C11.4658 16.267 11.3582 16.2515 11.25 16.25C11.0028 16.25 10.7611 16.3233 10.5555 16.4607C10.35 16.598 10.1898 16.7932 10.0952 17.0216C10.0005 17.2501 9.97579 17.5014 10.024 17.7439C10.0723 17.9863 10.1913 18.2091 10.3661 18.3839C10.5409 18.5587 10.7637 18.6778 11.0061 18.726C11.2486 18.7742 11.4999 18.7495 11.7284 18.6549C11.9568 18.5602 12.152 18.4 12.2893 18.1945C12.4267 17.9889 12.5 17.7472 12.5 17.5C12.5 17.3888 12.4813 17.2831 12.4538 17.18L13.1131 16.5206C13.485 16.7406 13.9131 16.875 14.375 16.875C14.8369 16.875 15.265 16.7406 15.6369 16.5206L16.2963 17.18C16.267 17.2842 16.2515 17.3918 16.25 17.5C16.25 17.7472 16.3233 17.9889 16.4607 18.1945C16.598 18.4 16.7932 18.5602 17.0216 18.6549C17.2501 18.7495 17.5014 18.7742 17.7439 18.726C17.9863 18.6778 18.2091 18.5587 18.3839 18.3839C18.5587 18.2091 18.6778 17.9863 18.726 17.7439C18.7742 17.5014 18.7495 17.2501 18.6549 17.0216C18.5602 16.7932 18.4 16.598 18.1945 16.4607C17.9889 16.3233 17.7472 16.25 17.5 16.25ZM13.125 14.375C13.125 13.6863 13.6856 13.125 14.375 13.125C15.0644 13.125 15.625 13.6863 15.625 14.375C15.625 15.0638 15.0644 15.625 14.375 15.625C13.6856 15.625 13.125 15.0644 13.125 14.375Z",
15
+ fill: C
16
+ }),
17
+ /* @__PURE__ */ L("path", {
18
+ d: "M13.75 7.5C14.4404 7.5 15 6.94036 15 6.25C15 5.55964 14.4404 5 13.75 5C13.0596 5 12.5 5.55964 12.5 6.25C12.5 6.94036 13.0596 7.5 13.75 7.5Z",
19
+ fill: C
20
+ }),
21
+ /* @__PURE__ */ L("path", {
22
+ d: "M13.125 1.25C10.0231 1.25 7.5 3.77313 7.5 6.875C7.5 7.36188 7.56188 7.84188 7.68375 8.30688L1.25 14.7413V18.75H5.25875L9.63375 14.375L7.94188 12.6831L7.05813 13.5669L7.86625 14.375L6.8725 15.3687L6.06813 14.5594L5.18188 15.4406L5.98813 16.2525L4.74188 17.5H2.5V15.2587L8.57 9.18875L9.105 8.64687L8.98063 8.28125C8.75828 7.62277 8.69582 6.92084 8.79841 6.23345C8.90101 5.54606 9.1657 4.89295 9.57063 4.3281C9.97555 3.76324 10.5091 3.30285 11.1271 2.98498C11.7452 2.6671 12.43 2.50086 13.125 2.5C15.5375 2.5 17.5006 4.4625 17.5006 6.875H18.7506C18.7506 3.77313 16.2269 1.25 13.125 1.25Z",
23
+ fill: C
24
+ })
25
+ ]
26
+ }));
27
+ l.displayName = "KonstructApiKeyIcon";
28
+ export {
29
+ l as ApiKeyIcon,
30
+ l as default
31
+ };
@@ -0,0 +1,20 @@
1
+ import { forwardRef as w } from "react";
2
+ import { jsx as o } from "react/jsx-runtime";
3
+ var e = w(({ size: r = 24, color: t = "currentColor", ...a }, l) => /* @__PURE__ */ o("svg", {
4
+ ref: l,
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: r,
7
+ height: r,
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ ...a,
11
+ children: /* @__PURE__ */ o("path", {
12
+ d: "M16.6667 9.16669V10.8334H6.66667L11.25 15.4167L10.0667 16.6L3.46667 10L10.0667 3.40002L11.25 4.58336L6.66667 9.16669H16.6667Z",
13
+ fill: t
14
+ })
15
+ }));
16
+ e.displayName = "KonstructArrowBackIcon";
17
+ export {
18
+ e as ArrowBackIcon,
19
+ e as default
20
+ };
@@ -0,0 +1,24 @@
1
+ import { forwardRef as i } from "react";
2
+ import { jsx as o } from "react/jsx-runtime";
3
+ var d = i(({ size: r = 24, color: t = "currentColor", ...e }, n) => /* @__PURE__ */ o("svg", {
4
+ ref: n,
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: r,
7
+ height: r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ "aria-hidden": "true",
11
+ ...e,
12
+ children: /* @__PURE__ */ o("path", {
13
+ d: "M3.33325 9.66663C3.33325 9.66663 4.33325 9.66663 5.66659 12C5.66659 12 9.37259 5.88863 12.6666 4.66663",
14
+ stroke: t,
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }));
20
+ d.displayName = "KonstructCheckAltIcon";
21
+ export {
22
+ d as CheckAltIcon,
23
+ d as default
24
+ };
@@ -0,0 +1,41 @@
1
+ import { forwardRef as h } from "react";
2
+ import { jsx as C, jsxs as e } from "react/jsx-runtime";
3
+ var n = h(({ size: r = 24, color: i = "currentColor", ...l }, t) => /* @__PURE__ */ e("svg", {
4
+ ref: t,
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: r,
7
+ height: r,
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ "aria-hidden": "true",
11
+ ...l,
12
+ children: [/* @__PURE__ */ e("g", {
13
+ clipPath: "url(#configure-icon-clip)",
14
+ children: [
15
+ /* @__PURE__ */ C("path", {
16
+ d: "M23.1111 32C22.9689 32 22.8165 31.9593 22.6946 31.8779C22.4813 31.7354 22.3492 31.5013 22.3492 31.2366V21.9338C22.3492 21.6285 22.5321 21.3537 22.8064 21.2316L30.9333 17.7405C31.167 17.6387 31.4413 17.659 31.6546 17.8015C31.8679 17.944 32 18.1781 32 18.4427V27.7455C32 28.0509 31.8171 28.3257 31.5429 28.4478L23.4159 31.9389C23.3244 31.9796 23.2127 32 23.1111 32ZM23.873 22.4326V30.0763L30.4762 27.2468V19.6031L23.873 22.4427V22.4326ZM10.24 27.4809H3.47429C2.54984 27.4809 1.67619 27.1145 1.01587 26.4631C0.365714 25.8117 0 24.916 0 24V3.48092C0 2.55471 0.365714 1.67939 1.01587 1.01781C1.66603 0.356234 2.53968 0 3.47429 0H27.8552C28.7797 0 29.6533 0.366412 30.3137 1.01781C30.974 1.66921 31.3295 2.54453 31.3295 3.48092V12.4784C31.3295 12.8957 30.9841 13.2417 30.5676 13.2417C30.1511 13.2417 29.8057 12.8957 29.8057 12.4784V8.02036H1.52381V24.0102C1.52381 24.5191 1.72698 25.028 2.0927 25.3944C2.45841 25.7608 2.94603 25.9644 3.47429 25.9644H10.2502C10.6667 25.9644 11.0121 26.3104 11.0121 26.7277C11.0121 27.145 10.6667 27.4911 10.2502 27.4911L10.24 27.4809ZM1.52381 6.49364H29.7956V3.48092C29.7956 2.96183 29.5924 2.47328 29.2267 2.10687C28.861 1.74046 28.3632 1.5369 27.8552 1.5369H3.47429C2.95619 1.5369 2.46857 1.74046 2.0927 2.10687C1.71683 2.47328 1.52381 2.96183 1.52381 3.49109V6.50382V6.49364Z",
17
+ fill: i
18
+ }),
19
+ /* @__PURE__ */ C("path", {
20
+ d: "M23.1111 32C23.0095 32 22.9079 31.9796 22.8063 31.9389L14.6793 28.4478C14.3949 28.3257 14.2222 28.0509 14.2222 27.7455V18.4427C14.2222 18.1883 14.3542 17.944 14.5676 17.8015C14.7809 17.659 15.0552 17.6387 15.2888 17.7404L23.4158 21.2315C23.7003 21.3537 23.873 21.6285 23.873 21.9338V31.2366C23.873 31.4911 23.7409 31.7353 23.5276 31.8778C23.4057 31.9593 23.2533 32 23.1111 32ZM15.746 27.2468L22.3492 30.0763V22.4325L15.746 19.5928V27.2366V27.2468Z",
21
+ fill: i
22
+ }),
23
+ /* @__PURE__ */ C("path", {
24
+ d: "M23.1111 22.6972C23.0095 22.6972 22.9079 22.6768 22.8063 22.6361L14.6793 19.145C14.3949 19.0229 14.2222 18.7481 14.2222 18.4427C14.2222 18.1374 14.405 17.8626 14.6793 17.7405L22.8063 14.2494C22.9993 14.1679 23.2126 14.1679 23.4057 14.2494L31.5326 17.7405C31.8171 17.8626 31.9898 18.1374 31.9898 18.4427C31.9898 18.7481 31.8069 19.0229 31.5326 19.145L23.4057 22.6361C23.3142 22.6768 23.2126 22.6972 23.1009 22.6972H23.1111ZM16.9142 18.4427L23.1111 21.0992L29.3079 18.4427L23.1111 15.7863L16.9142 18.4427Z",
25
+ fill: i
26
+ })
27
+ ]
28
+ }), /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", {
29
+ id: "configure-icon-clip",
30
+ children: /* @__PURE__ */ C("rect", {
31
+ width: "32",
32
+ height: "32",
33
+ fill: "white"
34
+ })
35
+ }) })]
36
+ }));
37
+ n.displayName = "KonstructConfigureIcon";
38
+ export {
39
+ n as ConfigureIcon,
40
+ n as default
41
+ };
@@ -0,0 +1,41 @@
1
+ import { forwardRef as d } from "react";
2
+ import { jsx as C, jsxs as e } from "react/jsx-runtime";
3
+ var h = d(({ size: l = 24, color: i = "currentColor", ...t }, r) => /* @__PURE__ */ e("svg", {
4
+ ref: r,
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: l,
7
+ height: l,
8
+ viewBox: "0 0 28 32",
9
+ fill: "none",
10
+ "aria-hidden": "true",
11
+ ...t,
12
+ children: [/* @__PURE__ */ e("g", {
13
+ clipPath: "url(#deploy-icon-clip)",
14
+ children: [
15
+ /* @__PURE__ */ C("path", {
16
+ d: "M15.2757 16.5585C14.8542 16.1209 14.2733 15.8791 13.6695 15.8791H9.11299C8.50925 15.8791 7.92829 16.1209 7.50681 16.5585C7.07394 16.9845 6.83472 17.5718 6.83472 18.1821V22.7881C6.83472 23.3983 7.07394 23.9856 7.50681 24.4117C7.92829 24.8492 8.50925 25.091 9.11299 25.091H13.6695C14.2733 25.091 14.8542 24.8492 15.2757 24.4117C15.7086 23.9856 15.9478 23.3983 15.9478 22.7881V18.1821C15.9478 17.5718 15.7086 16.9845 15.2757 16.5585ZM13.6695 22.7881H9.11299V18.1821H13.6695V22.7881Z",
17
+ fill: i
18
+ }),
19
+ /* @__PURE__ */ C("path", {
20
+ d: "M27.6697 7.47319C27.2254 7.92227 26.5077 7.91076 26.0749 7.47319L22.7941 4.14538V29.697C22.7828 30.3073 22.5435 30.8946 22.1221 31.3206C21.6892 31.7582 21.1196 32 20.5159 32H2.27828C1.66314 32 1.09357 31.7582 0.6607 31.3206C0.227827 30.8831 0 30.3073 0 29.697V12.4246C0 11.7913 0.512612 11.2731 1.13914 11.2731C1.76566 11.2731 2.27828 11.7913 2.27828 12.4246V29.697H20.5045V4.15689L17.2124 7.47319C16.7681 7.92227 16.0618 7.92227 15.6176 7.47319C15.1733 7.02411 15.1733 6.29867 15.6176 5.84959L21.2335 0.172724C21.4613 -0.0575747 21.8145 -0.0575747 22.0423 0.172724L27.6697 5.8611C28.1139 6.31018 28.1139 7.03562 27.6697 7.48471V7.47319Z",
21
+ fill: i
22
+ }),
23
+ /* @__PURE__ */ C("path", {
24
+ d: "M15.2757 16.5585C14.8542 16.1209 14.2733 15.8791 13.6695 15.8791H9.11299C8.50925 15.8791 7.92829 16.1209 7.50681 16.5585C7.07394 16.9845 6.83472 17.5718 6.83472 18.1821V22.7881C6.83472 23.3983 7.07394 23.9856 7.50681 24.4117C7.92829 24.8492 8.50925 25.091 9.11299 25.091H13.6695C14.2733 25.091 14.8542 24.8492 15.2757 24.4117C15.7086 23.9856 15.9478 23.3983 15.9478 22.7881V18.1821C15.9478 17.5718 15.7086 16.9845 15.2757 16.5585ZM13.6695 22.7881H9.11299V18.1821H13.6695V22.7881Z",
25
+ fill: i
26
+ })
27
+ ]
28
+ }), /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", {
29
+ id: "deploy-icon-clip",
30
+ children: /* @__PURE__ */ C("rect", {
31
+ width: "28",
32
+ height: "32",
33
+ fill: "white"
34
+ })
35
+ }) })]
36
+ }));
37
+ h.displayName = "KonstructDeployIcon";
38
+ export {
39
+ h as DeployIcon,
40
+ h as default
41
+ };
@@ -0,0 +1,34 @@
1
+ import { forwardRef as e } from "react";
2
+ import { jsx as C, jsxs as h } from "react/jsx-runtime";
3
+ var d = e(({ size: i = 24, color: t = "currentColor", ...l }, r) => /* @__PURE__ */ h("svg", {
4
+ ref: r,
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: i,
7
+ height: i,
8
+ viewBox: "0 0 31 32",
9
+ fill: "none",
10
+ "aria-hidden": "true",
11
+ ...l,
12
+ children: [/* @__PURE__ */ h("g", {
13
+ clipPath: "url(#github-icon-clip)",
14
+ children: [/* @__PURE__ */ C("path", {
15
+ d: "M21.8917 32C21.4295 32 21.0463 31.6143 21.0463 31.1492V26.8047C21.0914 26.1467 21.0125 25.5342 20.8095 24.967C20.6066 24.3998 20.291 23.8894 19.8739 23.447C19.6485 23.2088 19.5808 22.8685 19.6823 22.5622C19.7837 22.2559 20.0655 22.0404 20.3812 22.0064C24.8001 21.5072 29.3092 19.9645 29.3092 12.2623C29.3092 10.3566 28.5877 8.55298 27.2914 7.18041C27.0659 6.9422 26.9983 6.6019 27.111 6.29562C27.6634 4.80962 27.6859 3.19885 27.1786 1.7015C26.5248 1.74688 24.9692 2.07584 22.3652 3.83408C22.1623 3.9702 21.9143 4.01558 21.6775 3.94752C18.3859 3.05138 14.8914 3.05138 11.5997 3.94752C11.363 4.00423 11.115 3.9702 10.9121 3.83408C8.31937 2.08718 6.76373 1.75822 6.09864 1.7015C5.59137 3.1875 5.61391 4.79828 6.16627 6.28428C6.279 6.59055 6.21137 6.93086 5.98591 7.16907C4.667 8.55298 3.95682 10.3793 3.96809 12.2963C3.96809 19.9078 8.48846 21.4959 12.9074 22.0404C13.223 22.0858 13.4935 22.3013 13.595 22.5962C13.6965 22.9025 13.6288 23.2428 13.4034 23.4697C12.9863 23.9007 12.6706 24.3998 12.4677 24.967C12.2648 25.5342 12.1859 26.1241 12.2197 26.7139V31.1152C12.2197 31.5803 11.8477 31.966 11.3743 31.966C10.9008 31.966 10.5288 31.5803 10.5288 31.1152V26.7706C10.4725 25.9879 10.5852 25.1712 10.867 24.3772C10.9797 24.0709 11.115 23.7759 11.2728 23.4924C7.05682 22.7097 2.25464 20.4296 2.25464 12.2736C2.25464 10.0957 2.99864 8.00849 4.39646 6.35234C3.81028 4.43529 3.923 2.37077 4.71209 0.510438C4.81355 0.272224 5.00518 0.102072 5.25318 0.0340111C5.60264 -0.0680804 7.519 -0.442416 11.5208 2.16659C14.8688 1.31583 18.3859 1.31583 21.7452 2.16659C25.7357 -0.397042 27.6521 -0.0227064 28.0015 0.079385C28.2383 0.147446 28.4412 0.328942 28.5426 0.555812C29.3317 2.41615 29.4445 4.46932 28.8583 6.39771C30.2448 8.03118 31.0001 10.107 31.0001 12.2623C31.0001 20.509 26.2092 22.755 21.9932 23.4924C22.151 23.7759 22.2863 24.0709 22.399 24.3772C22.6808 25.1712 22.7935 26.0106 22.7259 26.8614V31.1379C22.7259 31.603 22.3539 31.9886 21.8805 31.9886L21.8917 32Z",
16
+ fill: t
17
+ }), /* @__PURE__ */ C("path", {
18
+ d: "M8.12769 29.5271C4.70078 29.5271 1.91641 27.6214 0.0902328 23.9575C-0.123949 23.5377 0.0451419 23.0273 0.473506 22.8118C0.901869 22.5962 1.39787 22.7664 1.61205 23.1974C3.62987 27.2584 6.91023 28.6763 11.115 27.3038C11.5659 27.1563 12.0393 27.4059 12.1859 27.8483C12.3324 28.2907 12.0844 28.7784 11.6448 28.9259C10.416 29.3229 9.24369 29.5271 8.13896 29.5271H8.12769Z",
19
+ fill: t
20
+ })]
21
+ }), /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", {
22
+ id: "github-icon-clip",
23
+ children: /* @__PURE__ */ C("rect", {
24
+ width: "31",
25
+ height: "32",
26
+ fill: "white"
27
+ })
28
+ }) })]
29
+ }));
30
+ d.displayName = "KonstructGithubIcon";
31
+ export {
32
+ d as GithubIcon,
33
+ d as default
34
+ };
@@ -0,0 +1,21 @@
1
+ import { forwardRef as e } from "react";
2
+ import { jsx as o } from "react/jsx-runtime";
3
+ var i = e(({ size: C = 24, color: r = "currentColor", ...t }, l) => /* @__PURE__ */ o("svg", {
4
+ ref: l,
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: C,
7
+ height: C,
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ "aria-hidden": "true",
11
+ ...t,
12
+ children: /* @__PURE__ */ o("path", {
13
+ d: "M24 14H22V8C22 6.4087 21.3679 4.88258 20.2426 3.75736C19.1174 2.63214 17.5913 2 16 2C14.4087 2 12.8826 2.63214 11.7574 3.75736C10.6321 4.88258 10 6.4087 10 8V14H8C7.46957 14 6.96086 14.2107 6.58579 14.5858C6.21071 14.9609 6 15.4696 6 16V28C6 28.5304 6.21071 29.0391 6.58579 29.4142C6.96086 29.7893 7.46957 30 8 30H24C24.5304 30 25.0391 29.7893 25.4142 29.4142C25.7893 29.0391 26 28.5304 26 28V16C26 15.4696 25.7893 14.9609 25.4142 14.5858C25.0391 14.2107 24.5304 14 24 14ZM12 8C12 6.93913 12.4214 5.92172 13.1716 5.17157C13.9217 4.42143 14.9391 4 16 4C17.0609 4 18.0783 4.42143 18.8284 5.17157C19.5786 5.92172 20 6.93913 20 8V14H12V8ZM24 28H8V16H24V28Z",
14
+ fill: r
15
+ })
16
+ }));
17
+ i.displayName = "KonstructLockAltIcon";
18
+ export {
19
+ i as LockAltIcon,
20
+ i as default
21
+ };