@ogcio/design-system-react 1.11.1 → 1.11.3
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/dist/accordion/accordion-item.d.ts +11 -0
- package/dist/accordion/accordion-item.js +76 -0
- package/dist/accordion/accordion.d.ts +10 -0
- package/dist/accordion/accordion.js +39 -0
- package/dist/alert/alert.d.ts +89 -0
- package/dist/alert/alert.js +115 -0
- package/dist/assets/logos/gov-of-ireland/harp-gold-text-green.d.ts +2 -0
- package/dist/assets/logos/gov-of-ireland/harp-gold-text-green.js +322 -0
- package/dist/assets/logos/gov-of-ireland/harp-white.d.ts +2 -0
- package/dist/assets/logos/gov-of-ireland/harp-white.js +322 -0
- package/dist/assets/logos/harp/harp-white.d.ts +2 -0
- package/dist/assets/logos/harp/harp-white.js +60 -0
- package/dist/autocomplete/autocomplete.d.ts +4 -0
- package/dist/autocomplete/autocomplete.js +252 -0
- package/dist/autocomplete/types.d.ts +61 -0
- package/dist/autocomplete/types.js +13 -0
- package/dist/blockquote/blockquote.d.ts +3 -0
- package/dist/blockquote/blockquote.js +7 -0
- package/dist/breadcrumbs/breadcrumbs.d.ts +5 -0
- package/dist/breadcrumbs/breadcrumbs.js +38 -0
- package/dist/breadcrumbs/types.d.ts +17 -0
- package/dist/breadcrumbs/types.js +1 -0
- package/dist/button/button.d.ts +9 -0
- package/dist/button/button.js +38 -0
- package/dist/button/helpers.d.ts +13 -0
- package/dist/button/helpers.js +39 -0
- package/dist/button/types.d.ts +13 -0
- package/dist/button/types.js +4 -0
- package/dist/button-group/button-group.d.ts +21 -0
- package/dist/button-group/button-group.js +85 -0
- package/dist/card/card-legacy.d.ts +5 -0
- package/dist/card/card-legacy.js +68 -0
- package/dist/card/card-next.d.ts +13 -0
- package/dist/card/card-next.js +84 -0
- package/dist/card/card.d.ts +2 -0
- package/dist/card/card.js +26 -0
- package/dist/card/types.d.ts +92 -0
- package/dist/card/types.js +1 -0
- package/dist/checkbox/checkbox-group.d.ts +4 -0
- package/dist/checkbox/checkbox-group.js +7 -0
- package/dist/checkbox/checkbox.d.ts +4 -0
- package/dist/checkbox/checkbox.js +7 -0
- package/dist/checkbox/types.d.ts +14 -0
- package/dist/checkbox/types.js +5 -0
- package/dist/chip/chip.d.ts +9 -0
- package/dist/chip/chip.js +37 -0
- package/dist/cn.d.ts +2 -0
- package/dist/cn.js +19 -0
- package/dist/combo-box/combo-box.content.d.ts +12 -0
- package/dist/combo-box/combo-box.content.js +685 -0
- package/dist/combo-box/combo-box.d.ts +2 -0
- package/dist/combo-box/combo-box.js +17 -0
- package/dist/combo-box/dropdown-item.d.ts +2 -0
- package/dist/combo-box/dropdown-item.js +154 -0
- package/dist/combo-box/types.d.ts +18 -0
- package/dist/combo-box/types.js +1 -0
- package/dist/common/types.d.ts +7 -0
- package/dist/common/types.js +1 -0
- package/dist/container/container.d.ts +16 -0
- package/dist/container/container.js +37 -0
- package/dist/cookie-banner/cookie-banner.content.d.ts +3 -0
- package/dist/cookie-banner/cookie-banner.content.js +21 -0
- package/dist/cookie-banner/cookie-banner.d.ts +12 -0
- package/dist/cookie-banner/cookie-banner.js +31 -0
- package/dist/details/details.d.ts +4 -0
- package/dist/details/details.js +55 -0
- package/dist/drawer/drawer.content.d.ts +3 -0
- package/dist/drawer/drawer.content.js +68 -0
- package/dist/drawer/drawer.d.ts +26 -0
- package/dist/drawer/drawer.js +48 -0
- package/dist/error-text/error-text.d.ts +7 -0
- package/dist/error-text/error-text.js +40 -0
- package/dist/error-text/types.d.ts +8 -0
- package/dist/error-text/types.js +1 -0
- package/dist/file-upload/file-upload.d.ts +9 -0
- package/dist/file-upload/file-upload.js +6 -0
- package/dist/footer/footer.d.ts +11 -0
- package/dist/footer/footer.js +108 -0
- package/dist/forms/form-field-with-tag/form-field-with-tag.d.ts +24 -0
- package/dist/forms/form-field-with-tag/form-field-with-tag.js +50 -0
- package/dist/forms/form-field.d.ts +11 -0
- package/dist/forms/form-field.js +41 -0
- package/dist/forms/form.d.ts +4 -0
- package/dist/forms/form.js +5 -0
- package/dist/header/components/header-menu.d.ts +13 -0
- package/dist/header/components/header-menu.js +126 -0
- package/dist/header/components/header-search.d.ts +7 -0
- package/dist/header/components/header-search.js +59 -0
- package/dist/header/components/header-slot.d.ts +12 -0
- package/dist/header/components/header-slot.js +129 -0
- package/dist/header/header.d.ts +2 -0
- package/dist/header/header.js +201 -0
- package/dist/header/helper.d.ts +2 -0
- package/dist/header/helper.js +79 -0
- package/dist/header/types.d.ts +76 -0
- package/dist/header/types.js +1 -0
- package/dist/heading/heading.d.ts +82 -0
- package/dist/heading/heading.js +50 -0
- package/dist/hint-text/hint-text.d.ts +7 -0
- package/dist/hint-text/hint-text.js +30 -0
- package/dist/hint-text/types.d.ts +7 -0
- package/dist/hint-text/types.js +1 -0
- package/dist/hooks/use-breakpoint.d.ts +12 -0
- package/dist/hooks/use-breakpoint.js +24 -0
- package/dist/hooks/use-dom-id.d.ts +1 -0
- package/dist/hooks/use-dom-id.js +8 -0
- package/dist/i18n/config.d.ts +7 -0
- package/dist/i18n/config.js +13 -0
- package/dist/i18n/utility.d.ts +1 -0
- package/dist/i18n/utility.js +5 -0
- package/dist/i18next-DxWa09nx.js +1395 -0
- package/dist/icon/icon.d.ts +15 -0
- package/dist/icon/icon.js +173 -0
- package/dist/icon/icons.d.ts +2 -0
- package/dist/icon/icons.js +144 -0
- package/dist/icon/svg.d.ts +7 -0
- package/dist/icon/svg.js +22 -0
- package/dist/icon/svgs/bluesky.d.ts +5 -0
- package/dist/icon/svgs/bluesky.js +24 -0
- package/dist/icon/svgs/facebook.d.ts +5 -0
- package/dist/icon/svgs/facebook.js +24 -0
- package/dist/icon/svgs/instagram.d.ts +5 -0
- package/dist/icon/svgs/instagram.js +24 -0
- package/dist/icon/svgs/linkedin.d.ts +5 -0
- package/dist/icon/svgs/linkedin.js +24 -0
- package/dist/icon/svgs/placeholder.d.ts +5 -0
- package/dist/icon/svgs/placeholder.js +30 -0
- package/dist/icon/svgs/threads.d.ts +5 -0
- package/dist/icon/svgs/threads.js +24 -0
- package/dist/icon/svgs/tiktok.d.ts +5 -0
- package/dist/icon/svgs/tiktok.js +24 -0
- package/dist/icon/svgs/x.d.ts +5 -0
- package/dist/icon/svgs/x.js +24 -0
- package/dist/icon/svgs/youtube.d.ts +5 -0
- package/dist/icon/svgs/youtube.js +29 -0
- package/dist/icon-button/icon-button.d.ts +10 -0
- package/dist/icon-button/icon-button.js +43 -0
- package/dist/index-DNkhmzZp.js +2419 -0
- package/dist/index-ntYL1VRC.js +64 -0
- package/dist/index.d.ts +102 -0
- package/dist/index.js +190 -0
- package/dist/input-checkbox/input-checkbox.d.ts +3 -0
- package/dist/input-checkbox/input-checkbox.js +51 -0
- package/dist/input-checkbox/types.d.ts +12 -0
- package/dist/input-checkbox/types.js +8 -0
- package/dist/input-checkbox-group/input-checkbox-group.d.ts +2 -0
- package/dist/input-checkbox-group/input-checkbox-group.js +24 -0
- package/dist/input-checkbox-group/types.d.ts +7 -0
- package/dist/input-checkbox-group/types.js +1 -0
- package/dist/input-file/input-file.d.ts +2 -0
- package/dist/input-file/input-file.js +20 -0
- package/dist/input-file/types.d.ts +1 -0
- package/dist/input-file/types.js +1 -0
- package/dist/input-password/input-password.d.ts +2 -0
- package/dist/input-password/input-password.js +30 -0
- package/dist/input-password/types.d.ts +2 -0
- package/dist/input-password/types.js +1 -0
- package/dist/input-radio/input-radio.d.ts +3 -0
- package/dist/input-radio/input-radio.js +68 -0
- package/dist/input-radio/types.d.ts +14 -0
- package/dist/input-radio/types.js +8 -0
- package/dist/input-radio-group/input-radio-group.d.ts +3 -0
- package/dist/input-radio-group/input-radio-group.js +28 -0
- package/dist/input-radio-group/types.d.ts +5 -0
- package/dist/input-radio-group/types.js +1 -0
- package/dist/input-text/input-text.d.ts +19 -0
- package/dist/input-text/input-text.js +140 -0
- package/dist/input-text/type.d.ts +27 -0
- package/dist/input-text/type.js +1 -0
- package/dist/label/label.d.ts +11 -0
- package/dist/label/label.js +27 -0
- package/dist/label/types.d.ts +7 -0
- package/dist/label/types.js +1 -0
- package/dist/link/link.d.ts +47 -0
- package/dist/link/link.js +104 -0
- package/dist/list/list.d.ts +13 -0
- package/dist/list/list.js +44 -0
- package/dist/list-item/list-item.d.ts +9 -0
- package/dist/list-item/list-item.js +19 -0
- package/dist/modal/modal.content.d.ts +2 -0
- package/dist/modal/modal.content.js +19 -0
- package/dist/modal/modal.d.ts +11 -0
- package/dist/modal/modal.js +222 -0
- package/dist/modal/types.d.ts +39 -0
- package/dist/modal/types.js +1 -0
- package/dist/pagination/pagination.d.ts +8 -0
- package/dist/pagination/pagination.js +104 -0
- package/dist/paragraph/paragraph.d.ts +17 -0
- package/dist/paragraph/paragraph.js +60 -0
- package/dist/phase-banner/phase-banner.d.ts +5 -0
- package/dist/phase-banner/phase-banner.js +10 -0
- package/dist/popover/popover.d.ts +2 -0
- package/dist/popover/popover.js +946 -0
- package/dist/popover/types.d.ts +10 -0
- package/dist/popover/types.js +1 -0
- package/dist/primitives/anchor.d.ts +7 -0
- package/dist/primitives/anchor.js +14 -0
- package/dist/primitives/input.d.ts +3 -0
- package/dist/primitives/input.js +9 -0
- package/dist/progress-bar/progress-bar.d.ts +7 -0
- package/dist/progress-bar/progress-bar.js +40 -0
- package/dist/progress-stepper/progress-stepper.d.ts +5 -0
- package/dist/progress-stepper/progress-stepper.js +198 -0
- package/dist/progress-stepper/types.d.ts +49 -0
- package/dist/progress-stepper/types.js +7 -0
- package/dist/radio/radio-group.d.ts +4 -0
- package/dist/radio/radio-group.js +7 -0
- package/dist/radio/radio.d.ts +4 -0
- package/dist/radio/radio.js +7 -0
- package/dist/radio/types.d.ts +14 -0
- package/dist/radio/types.js +5 -0
- package/dist/score-select/score-select.d.ts +3 -0
- package/dist/score-select/score-select.js +124 -0
- package/dist/score-select/type.d.ts +14 -0
- package/dist/score-select/type.js +1 -0
- package/dist/section-break/section-break.d.ts +7 -0
- package/dist/section-break/section-break.js +38 -0
- package/dist/select/select-menu.d.ts +7 -0
- package/dist/select/select-menu.js +141 -0
- package/dist/select/select-native.d.ts +5 -0
- package/dist/select/select-native.js +27 -0
- package/dist/select/select-next.d.ts +5 -0
- package/dist/select/select-next.js +162 -0
- package/dist/select/select.d.ts +5 -0
- package/dist/select/select.js +10 -0
- package/dist/select/types.d.ts +62 -0
- package/dist/select/types.js +1 -0
- package/dist/side-nav/side-nav.d.ts +6 -0
- package/dist/side-nav/side-nav.js +171 -0
- package/dist/side-nav/types.d.ts +18 -0
- package/dist/side-nav/types.js +1 -0
- package/dist/spinner/spinner.d.ts +35 -0
- package/dist/spinner/spinner.js +84 -0
- package/dist/stack/stack.d.ts +3 -0
- package/dist/stack/stack.js +186 -0
- package/dist/stack/types.d.ts +32 -0
- package/dist/stack/types.js +1 -0
- package/dist/styles.css +3 -0
- package/dist/summary-list/summary-list.d.ts +14 -0
- package/dist/summary-list/summary-list.js +46 -0
- package/dist/summary-list/types.d.ts +20 -0
- package/dist/summary-list/types.js +1 -0
- package/dist/table/caption.d.ts +5 -0
- package/dist/table/caption.js +15 -0
- package/dist/table/column-group.d.ts +2 -0
- package/dist/table/column-group.js +10 -0
- package/dist/table/column.d.ts +2 -0
- package/dist/table/column.js +10 -0
- package/dist/table/table-body.d.ts +2 -0
- package/dist/table/table-body.js +10 -0
- package/dist/table/table-content.d.ts +1 -0
- package/dist/table/table-content.js +26 -0
- package/dist/table/table-data.d.ts +8 -0
- package/dist/table/table-data.js +35 -0
- package/dist/table/table-foot.d.ts +2 -0
- package/dist/table/table-foot.js +10 -0
- package/dist/table/table-head.d.ts +2 -0
- package/dist/table/table-head.js +10 -0
- package/dist/table/table-header.d.ts +8 -0
- package/dist/table/table-header.js +35 -0
- package/dist/table/table-row.d.ts +2 -0
- package/dist/table/table-row.js +10 -0
- package/dist/table/table.d.ts +25 -0
- package/dist/table/table.js +33 -0
- package/dist/tabs/tab-item.d.ts +17 -0
- package/dist/tabs/tab-item.js +42 -0
- package/dist/tabs/tab-list.d.ts +5 -0
- package/dist/tabs/tab-list.js +62 -0
- package/dist/tabs/tab-panel.d.ts +7 -0
- package/dist/tabs/tab-panel.js +22 -0
- package/dist/tabs/tabs-content.d.ts +1 -0
- package/dist/tabs/tabs-content.js +17 -0
- package/dist/tabs/tabs.d.ts +7 -0
- package/dist/tabs/tabs.js +24 -0
- package/dist/tag/tag.d.ts +19 -0
- package/dist/tag/tag.js +27 -0
- package/dist/text-input/text-input.d.ts +23 -0
- package/dist/text-input/text-input.js +7 -0
- package/dist/textarea/textarea.d.ts +13 -0
- package/dist/textarea/textarea.js +98 -0
- package/dist/toast/ds-toast.d.ts +82 -0
- package/dist/toast/ds-toast.js +116 -0
- package/dist/toast/toast.d.ts +6 -0
- package/dist/toast/toast.js +125 -0
- package/dist/toast/types.d.ts +24 -0
- package/dist/toast/types.js +1 -0
- package/dist/tooltip/tooltip.d.ts +10 -0
- package/dist/tooltip/tooltip.js +67 -0
- package/dist/utilities.d.ts +9 -0
- package/dist/utilities.js +13 -0
- package/dist/utils/utilities.d.ts +24 -0
- package/dist/utils/utilities.js +20 -0
- package/package.json +4 -4
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { iconIds } from './icons.js';
|
|
2
|
+
export type IconId = (typeof iconIds)[number];
|
|
3
|
+
export type IconSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
+
export type IconProps = React.HTMLAttributes<HTMLSpanElement> & {
|
|
5
|
+
icon: IconId;
|
|
6
|
+
size?: IconSize;
|
|
7
|
+
filled?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
ariaHidden?: boolean;
|
|
10
|
+
ariaLabel?: string;
|
|
11
|
+
inline?: boolean;
|
|
12
|
+
className?: string;
|
|
13
|
+
onClick?: React.MouseEventHandler<HTMLSpanElement>;
|
|
14
|
+
};
|
|
15
|
+
export declare function Icon({ icon, size, filled, disabled, ariaHidden, ariaLabel, inline, className, onClick, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
3
|
+
import { cn as a } from "../cn.js";
|
|
4
|
+
import u from "./svgs/bluesky.js";
|
|
5
|
+
import b from "./svgs/facebook.js";
|
|
6
|
+
import y from "./svgs/instagram.js";
|
|
7
|
+
import z from "./svgs/linkedin.js";
|
|
8
|
+
import N from "./svgs/placeholder.js";
|
|
9
|
+
import h from "./svgs/threads.js";
|
|
10
|
+
import x from "./svgs/tiktok.js";
|
|
11
|
+
import n from "./svgs/x.js";
|
|
12
|
+
import _ from "./svgs/youtube.js";
|
|
13
|
+
function v({
|
|
14
|
+
icon: t,
|
|
15
|
+
size: g = "md",
|
|
16
|
+
filled: c,
|
|
17
|
+
disabled: e,
|
|
18
|
+
ariaHidden: l,
|
|
19
|
+
ariaLabel: i,
|
|
20
|
+
inline: r = !1,
|
|
21
|
+
className: k = "",
|
|
22
|
+
onClick: m,
|
|
23
|
+
...f
|
|
24
|
+
}) {
|
|
25
|
+
let o = "24px";
|
|
26
|
+
switch (g) {
|
|
27
|
+
case "sm": {
|
|
28
|
+
o = "16px";
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
31
|
+
case "lg": {
|
|
32
|
+
o = "32px";
|
|
33
|
+
break;
|
|
34
|
+
}
|
|
35
|
+
case "xl": {
|
|
36
|
+
o = "48px";
|
|
37
|
+
break;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
if (t === "social_bluesky")
|
|
41
|
+
return /* @__PURE__ */ s(
|
|
42
|
+
u,
|
|
43
|
+
{
|
|
44
|
+
size: o,
|
|
45
|
+
className: a({
|
|
46
|
+
"gi-block": !r,
|
|
47
|
+
"gi-inline-block": r,
|
|
48
|
+
"gi-stroke-gray-700": e
|
|
49
|
+
})
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
if (t === "social_facebook")
|
|
53
|
+
return /* @__PURE__ */ s(
|
|
54
|
+
b,
|
|
55
|
+
{
|
|
56
|
+
size: o,
|
|
57
|
+
className: a({
|
|
58
|
+
"gi-block": !r,
|
|
59
|
+
"gi-inline-block": r,
|
|
60
|
+
"gi-stroke-gray-700": e
|
|
61
|
+
})
|
|
62
|
+
}
|
|
63
|
+
);
|
|
64
|
+
if (t === "social_instagram")
|
|
65
|
+
return /* @__PURE__ */ s(
|
|
66
|
+
y,
|
|
67
|
+
{
|
|
68
|
+
size: o,
|
|
69
|
+
className: a({
|
|
70
|
+
"gi-block": !r,
|
|
71
|
+
"gi-inline-block": r,
|
|
72
|
+
"gi-stroke-gray-700": e
|
|
73
|
+
})
|
|
74
|
+
}
|
|
75
|
+
);
|
|
76
|
+
if (t === "social_linkedin")
|
|
77
|
+
return /* @__PURE__ */ s(
|
|
78
|
+
z,
|
|
79
|
+
{
|
|
80
|
+
size: o,
|
|
81
|
+
className: a({
|
|
82
|
+
"gi-block": !r,
|
|
83
|
+
"gi-inline-block": r,
|
|
84
|
+
"gi-stroke-gray-700": e
|
|
85
|
+
})
|
|
86
|
+
}
|
|
87
|
+
);
|
|
88
|
+
if (t === "social_threads")
|
|
89
|
+
return /* @__PURE__ */ s(
|
|
90
|
+
h,
|
|
91
|
+
{
|
|
92
|
+
size: o,
|
|
93
|
+
className: a({
|
|
94
|
+
"gi-block": !r,
|
|
95
|
+
"gi-inline-block": r,
|
|
96
|
+
"gi-stroke-gray-700": e
|
|
97
|
+
})
|
|
98
|
+
}
|
|
99
|
+
);
|
|
100
|
+
if (t === "social_tiktok")
|
|
101
|
+
return /* @__PURE__ */ s(
|
|
102
|
+
x,
|
|
103
|
+
{
|
|
104
|
+
size: o,
|
|
105
|
+
className: a({
|
|
106
|
+
"gi-block": !r,
|
|
107
|
+
"gi-inline-block": r,
|
|
108
|
+
"gi-stroke-gray-700": e
|
|
109
|
+
})
|
|
110
|
+
}
|
|
111
|
+
);
|
|
112
|
+
if (t === "social_x")
|
|
113
|
+
return /* @__PURE__ */ s(
|
|
114
|
+
n,
|
|
115
|
+
{
|
|
116
|
+
size: o,
|
|
117
|
+
className: a({
|
|
118
|
+
"gi-block": !r,
|
|
119
|
+
"gi-inline-block": r,
|
|
120
|
+
"gi-stroke-gray-700": e
|
|
121
|
+
})
|
|
122
|
+
}
|
|
123
|
+
);
|
|
124
|
+
if (t === "social_youtube")
|
|
125
|
+
return /* @__PURE__ */ s(
|
|
126
|
+
_,
|
|
127
|
+
{
|
|
128
|
+
size: o,
|
|
129
|
+
className: a({
|
|
130
|
+
"gi-block": !r,
|
|
131
|
+
"gi-inline-block": r,
|
|
132
|
+
"gi-stroke-gray-700": e
|
|
133
|
+
})
|
|
134
|
+
}
|
|
135
|
+
);
|
|
136
|
+
if (t === "placeholder")
|
|
137
|
+
return /* @__PURE__ */ s(
|
|
138
|
+
N,
|
|
139
|
+
{
|
|
140
|
+
size: o,
|
|
141
|
+
className: a({
|
|
142
|
+
"gi-block": !r,
|
|
143
|
+
"gi-inline-block": r,
|
|
144
|
+
"gi-fill-gray-700": e
|
|
145
|
+
})
|
|
146
|
+
}
|
|
147
|
+
);
|
|
148
|
+
const p = c ? "'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' " + o : "'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' " + o;
|
|
149
|
+
return /* @__PURE__ */ s(
|
|
150
|
+
"span",
|
|
151
|
+
{
|
|
152
|
+
...f,
|
|
153
|
+
"data-testid": "govie-icon",
|
|
154
|
+
onClick: m,
|
|
155
|
+
"aria-hidden": l || void 0,
|
|
156
|
+
"aria-label": i || t,
|
|
157
|
+
role: i ? "img" : "presentation",
|
|
158
|
+
className: a(
|
|
159
|
+
{ "gi-block": !r, "gi-text-gray-700": e },
|
|
160
|
+
"material-symbols-outlined",
|
|
161
|
+
k
|
|
162
|
+
),
|
|
163
|
+
style: {
|
|
164
|
+
fontSize: o,
|
|
165
|
+
fontVariationSettings: p
|
|
166
|
+
},
|
|
167
|
+
children: t
|
|
168
|
+
}
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
export {
|
|
172
|
+
v as Icon
|
|
173
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const iconIds: readonly ["accessibility_new", "add_circle", "apps", "arrow_back", "arrow_downward", "arrow_drop_down", "arrow_drop_up", "arrow_forward", "arrow_left_alt", "arrow_outward", "arrow_right_alt", "arrow_upward", "attach_file", "block", "call", "cancel", "candlestick_chart", "chat_bubble", "check", "check_circle", "chevron_left", "chevron_right", "child_care", "close", "content_copy", "credit_card", "delete", "directions_car", "do_not_disturb_on", "download", "edit", "error", "event", "filter_list", "health_and_safety", "home", "info", "keyboard_arrow_down", "keyboard_arrow_up", "location_on", "login", "logout", "mail", "menu", "mic", "more_horiz", "more_vert", "open_in_new", "person", "person_cancel", "person_check", "refresh", "search", "send", "settings", "sort", "space_dashboard", "sync", "thumb_down", "thumb_up", "upload", "visibility", "visibility_off", "warning", "work", "social_bluesky", "social_facebook", "social_instagram", "social_linkedin", "social_threads", "social_tiktok", "social_x", "social_youtube", "placeholder"];
|
|
2
|
+
export declare const Icons: ("accessibility_new" | "add_circle" | "apps" | "arrow_back" | "arrow_downward" | "arrow_drop_down" | "arrow_drop_up" | "arrow_forward" | "arrow_left_alt" | "arrow_outward" | "arrow_right_alt" | "arrow_upward" | "attach_file" | "block" | "call" | "cancel" | "candlestick_chart" | "chat_bubble" | "check" | "check_circle" | "chevron_left" | "chevron_right" | "child_care" | "close" | "content_copy" | "credit_card" | "delete" | "directions_car" | "do_not_disturb_on" | "download" | "edit" | "error" | "event" | "filter_list" | "health_and_safety" | "home" | "info" | "keyboard_arrow_down" | "keyboard_arrow_up" | "location_on" | "login" | "logout" | "mail" | "menu" | "mic" | "more_horiz" | "more_vert" | "open_in_new" | "person" | "person_cancel" | "person_check" | "refresh" | "search" | "send" | "settings" | "sort" | "space_dashboard" | "sync" | "thumb_down" | "thumb_up" | "upload" | "visibility" | "visibility_off" | "warning" | "work" | "social_bluesky" | "social_facebook" | "social_instagram" | "social_linkedin" | "social_threads" | "social_tiktok" | "social_x" | "social_youtube" | "placeholder")[];
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
const o = [
|
|
2
|
+
"accessibility_new",
|
|
3
|
+
// Accessibility new
|
|
4
|
+
"add_circle",
|
|
5
|
+
// Add Circle outline
|
|
6
|
+
"apps",
|
|
7
|
+
// Apps
|
|
8
|
+
"arrow_back",
|
|
9
|
+
// Arrow back
|
|
10
|
+
"arrow_downward",
|
|
11
|
+
// Arrow downward
|
|
12
|
+
"arrow_drop_down",
|
|
13
|
+
// Arrow drop down
|
|
14
|
+
"arrow_drop_up",
|
|
15
|
+
// Arrow drop up
|
|
16
|
+
"arrow_forward",
|
|
17
|
+
// Arrow forward
|
|
18
|
+
"arrow_left_alt",
|
|
19
|
+
// Arrow left
|
|
20
|
+
"arrow_outward",
|
|
21
|
+
// Arrow outward
|
|
22
|
+
"arrow_right_alt",
|
|
23
|
+
// Arrow right
|
|
24
|
+
"arrow_upward",
|
|
25
|
+
// Arrow upward
|
|
26
|
+
"attach_file",
|
|
27
|
+
// Attach file
|
|
28
|
+
"block",
|
|
29
|
+
// Block
|
|
30
|
+
"call",
|
|
31
|
+
// Call
|
|
32
|
+
"cancel",
|
|
33
|
+
// Cancel
|
|
34
|
+
"candlestick_chart",
|
|
35
|
+
"chat_bubble",
|
|
36
|
+
// Chat bubble
|
|
37
|
+
"check",
|
|
38
|
+
// Check
|
|
39
|
+
"check_circle",
|
|
40
|
+
// Check circle
|
|
41
|
+
"chevron_left",
|
|
42
|
+
// Chevron left
|
|
43
|
+
"chevron_right",
|
|
44
|
+
// Chevron right
|
|
45
|
+
"child_care",
|
|
46
|
+
// Child care
|
|
47
|
+
"close",
|
|
48
|
+
// Close
|
|
49
|
+
"content_copy",
|
|
50
|
+
// Content copy
|
|
51
|
+
"credit_card",
|
|
52
|
+
// Credit card
|
|
53
|
+
"delete",
|
|
54
|
+
// Delete
|
|
55
|
+
"directions_car",
|
|
56
|
+
// Car
|
|
57
|
+
"do_not_disturb_on",
|
|
58
|
+
// Remove circle outline
|
|
59
|
+
"download",
|
|
60
|
+
// File download
|
|
61
|
+
"edit",
|
|
62
|
+
// Edit
|
|
63
|
+
"error",
|
|
64
|
+
// Error
|
|
65
|
+
"event",
|
|
66
|
+
// Event
|
|
67
|
+
"filter_list",
|
|
68
|
+
// Filter list
|
|
69
|
+
"health_and_safety",
|
|
70
|
+
// Health and safety
|
|
71
|
+
"home",
|
|
72
|
+
// Home
|
|
73
|
+
"info",
|
|
74
|
+
// Info
|
|
75
|
+
"keyboard_arrow_down",
|
|
76
|
+
// Keyboard arrow down
|
|
77
|
+
"keyboard_arrow_up",
|
|
78
|
+
// Keyboard arrow up
|
|
79
|
+
"location_on",
|
|
80
|
+
// Location on
|
|
81
|
+
"login",
|
|
82
|
+
// Login
|
|
83
|
+
"logout",
|
|
84
|
+
// Logout
|
|
85
|
+
"mail",
|
|
86
|
+
// Email
|
|
87
|
+
"menu",
|
|
88
|
+
// Menu
|
|
89
|
+
"mic",
|
|
90
|
+
// Mic
|
|
91
|
+
"more_horiz",
|
|
92
|
+
// More horizontal
|
|
93
|
+
"more_vert",
|
|
94
|
+
// More vertical
|
|
95
|
+
"open_in_new",
|
|
96
|
+
// Open in new
|
|
97
|
+
"person",
|
|
98
|
+
// Person
|
|
99
|
+
"person_cancel",
|
|
100
|
+
// Person cancel
|
|
101
|
+
"person_check",
|
|
102
|
+
// Person check
|
|
103
|
+
"refresh",
|
|
104
|
+
// Refresh
|
|
105
|
+
"search",
|
|
106
|
+
// Search
|
|
107
|
+
"send",
|
|
108
|
+
// Send
|
|
109
|
+
"settings",
|
|
110
|
+
// Settings
|
|
111
|
+
"sort",
|
|
112
|
+
// Sort
|
|
113
|
+
"space_dashboard",
|
|
114
|
+
// Space dashboard
|
|
115
|
+
"sync",
|
|
116
|
+
// Sync
|
|
117
|
+
"thumb_down",
|
|
118
|
+
// Thumb down
|
|
119
|
+
"thumb_up",
|
|
120
|
+
// Thumb up
|
|
121
|
+
"upload",
|
|
122
|
+
// File upload
|
|
123
|
+
"visibility",
|
|
124
|
+
// Visibility
|
|
125
|
+
"visibility_off",
|
|
126
|
+
// Visibility off
|
|
127
|
+
"warning",
|
|
128
|
+
// Warning
|
|
129
|
+
"work",
|
|
130
|
+
// Work
|
|
131
|
+
"social_bluesky",
|
|
132
|
+
"social_facebook",
|
|
133
|
+
"social_instagram",
|
|
134
|
+
"social_linkedin",
|
|
135
|
+
"social_threads",
|
|
136
|
+
"social_tiktok",
|
|
137
|
+
"social_x",
|
|
138
|
+
"social_youtube",
|
|
139
|
+
"placeholder"
|
|
140
|
+
], r = [...o];
|
|
141
|
+
export {
|
|
142
|
+
r as Icons,
|
|
143
|
+
o as iconIds
|
|
144
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type SvgProps = {
|
|
3
|
+
width: number | string;
|
|
4
|
+
height: number | string;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
} & React.ComponentProps<'svg'>;
|
|
7
|
+
export declare function Svg({ width, height, children, ...props }: SvgProps): import("react/jsx-runtime").JSX.Element;
|
package/dist/icon/svg.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
function s({ width: o, height: r, children: n, ...t }) {
|
|
3
|
+
return /* @__PURE__ */ e(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: o,
|
|
8
|
+
height: r,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
stroke: "none",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
...t,
|
|
16
|
+
children: n
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
s as Svg
|
|
22
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function i({ className: l, size: C }) {
|
|
3
|
+
return /* @__PURE__ */ t(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C || "24",
|
|
7
|
+
height: C || "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
className: l,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: /* @__PURE__ */ t(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M5.76884 3.30802C8.29094 5.20793 11.0042 9.05965 12 11.1266V16.5861C12 16.4699 11.9553 16.6012 11.8591 16.8841C11.3393 18.4158 9.30912 24.394 4.66678 19.6148C2.22237 17.0986 3.354 14.5823 7.8035 13.8226C5.25803 14.2571 2.39631 13.5391 1.61119 10.7237C1.385 9.91387 1 4.92537 1 4.25162C1 0.876681 3.94903 1.93749 5.76884 3.30802ZM18.2312 3.30802C15.7091 5.20793 12.9958 9.05965 12 11.1266V16.5861C12 16.4699 12.0447 16.6012 12.1409 16.8841C12.6607 18.4158 14.6909 24.394 19.3332 19.6148C21.7776 17.0986 20.646 14.5823 16.1965 13.8226C18.742 14.2571 21.6037 13.5391 22.3888 10.7237C22.615 9.91387 23 4.92537 23 4.25162C23 0.876681 20.0513 1.93749 18.2312 3.30802Z",
|
|
16
|
+
fill: "#0B0C0C"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
i as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
function i({ className: C, size: t }) {
|
|
3
|
+
return /* @__PURE__ */ o(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: t || "24",
|
|
7
|
+
height: t || "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
className: C,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: /* @__PURE__ */ o(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M12 1C5.925 1 1 5.95031 1 12.0565C1 17.5999 5.0625 22.1768 10.356 22.9764V14.987H7.6345V12.0807H10.356V10.1468C10.356 6.9449 11.908 5.53921 14.5555 5.53921C15.8235 5.53921 16.494 5.63369 16.8115 5.67692V8.21389H15.0055C13.8815 8.21389 13.489 9.28486 13.489 10.492V12.0807H16.783L16.336 14.987H13.489V23C18.858 22.2678 23 17.6537 23 12.0565C23 5.95031 18.075 1 12 1Z",
|
|
16
|
+
fill: "#0B0C0C"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
i as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function i({ className: n, size: C }) {
|
|
3
|
+
return /* @__PURE__ */ t(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C || "24",
|
|
7
|
+
height: C || "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
className: n,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: /* @__PURE__ */ t(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M7.44432 1.07693C6.27391 1.13215 5.47464 1.31893 4.77592 1.59349C4.05277 1.87531 3.43984 2.25349 2.83 2.86553C2.22015 3.47757 1.84461 4.09093 1.56476 4.81517C1.29394 5.51542 1.11046 6.31534 1.05876 7.4864C1.00706 8.65746 0.995618 9.03388 1.00134 12.021C1.00706 15.0082 1.02026 15.3826 1.07702 16.5561C1.1329 17.7263 1.31902 18.5253 1.59358 19.2243C1.87585 19.9474 2.25359 20.5601 2.86586 21.1702C3.47812 21.7802 4.09105 22.1549 4.81706 22.4352C5.51666 22.7055 6.31681 22.8899 7.48766 22.9412C8.65852 22.9924 9.03538 23.0043 12.0217 22.9986C15.008 22.9929 15.384 22.9797 16.5573 22.924C17.7305 22.8683 18.5254 22.6809 19.2246 22.4077C19.9477 22.1247 20.5609 21.7477 21.1705 21.1352C21.7801 20.5227 22.1554 19.9089 22.4351 19.1842C22.7061 18.4846 22.8902 17.6845 22.9411 16.5145C22.9923 15.3404 23.0044 14.9655 22.9987 11.9788C22.993 8.99208 22.9796 8.61764 22.9239 7.4446C22.8682 6.27156 22.6819 5.47494 22.4076 4.77557C22.1249 4.05243 21.7475 3.44017 21.1355 2.82967C20.5235 2.21917 19.9092 1.84407 19.1847 1.56511C18.4847 1.29429 17.685 1.10971 16.5141 1.05911C15.3433 1.00851 14.9664 0.995531 11.979 1.00125C8.9916 1.00697 8.6176 1.01973 7.44432 1.07693ZM7.5728 20.9623C6.50029 20.9156 5.91795 20.7374 5.52986 20.5883C5.01594 20.3903 4.64986 20.1509 4.26309 19.7679C3.87633 19.3849 3.63872 19.0175 3.43808 18.5046C3.28738 18.1166 3.10588 17.5349 3.05572 16.4624C3.00116 15.3032 2.98972 14.9552 2.98334 12.0184C2.97696 9.08162 2.98818 8.73402 3.039 7.5744C3.08476 6.50278 3.26406 5.91978 3.413 5.53192C3.611 5.01735 3.84949 4.65193 4.23339 4.26539C4.61729 3.87885 4.9836 3.64081 5.49686 3.44017C5.88451 3.28881 6.46619 3.10885 7.53826 3.05781C8.69834 3.00281 9.04594 2.99181 11.9823 2.98543C14.9187 2.97905 15.2672 2.99005 16.4277 3.04109C17.4993 3.08773 18.0825 3.26527 18.47 3.41509C18.9841 3.61309 19.35 3.85091 19.7365 4.23547C20.1231 4.62003 20.3613 4.98501 20.562 5.49936C20.7135 5.8859 20.8935 6.46736 20.9441 7.54008C20.9993 8.70014 21.0119 9.04796 21.0171 11.9841C21.0224 14.9202 21.0121 15.2689 20.9613 16.4281C20.9144 17.5006 20.7366 18.0831 20.5873 18.4716C20.3893 18.9853 20.1506 19.3516 19.7664 19.738C19.3823 20.1243 19.0164 20.3623 18.503 20.563C18.1158 20.7141 17.5334 20.8945 16.4622 20.9455C15.3021 21.0001 14.9545 21.0115 12.0171 21.0179C9.0796 21.0243 8.73288 21.0124 7.5728 20.9623ZM16.5403 6.12086C16.5408 6.38195 16.6186 6.63705 16.764 6.85389C16.9095 7.07073 17.1159 7.23957 17.3573 7.33906C17.5987 7.43856 17.8642 7.46423 18.1202 7.41283C18.3762 7.36144 18.6111 7.23528 18.7954 7.05033C18.9797 6.86537 19.105 6.62992 19.1555 6.37375C19.2059 6.11758 19.1793 5.85221 19.0789 5.61118C18.9785 5.37016 18.8089 5.16432 18.5915 5.01969C18.3742 4.87506 18.1188 4.79814 17.8577 4.79867C17.5077 4.79937 17.1723 4.93905 16.9252 5.18699C16.6782 5.43494 16.5397 5.77085 16.5403 6.12086ZM6.35201 12.0109C6.35817 15.1305 8.89172 17.6537 12.0107 17.6477C15.1297 17.6418 17.6546 15.1085 17.6487 11.9889C17.6427 8.86932 15.1085 6.34548 11.9891 6.35164C8.86972 6.3578 6.34607 8.89176 6.35201 12.0109ZM8.33335 12.007C8.33192 11.2817 8.54557 10.5724 8.94728 9.96861C9.349 9.36482 9.92074 8.89372 10.5902 8.61486C11.2597 8.33601 11.9968 8.26194 12.7084 8.40201C13.4199 8.54209 14.074 8.89002 14.5878 9.4018C15.1016 9.91359 15.4521 10.5662 15.595 11.2772C15.7379 11.9882 15.6668 12.7256 15.3906 13.3962C15.1144 14.0667 14.6455 14.6403 14.0433 15.0444C13.4411 15.4485 12.7326 15.665 12.0074 15.6664C11.5258 15.6674 11.0488 15.5736 10.6036 15.3902C10.1583 15.2068 9.75351 14.9376 9.41233 14.5977C9.07115 14.2579 8.80026 13.8542 8.61513 13.4097C8.43 12.9651 8.33425 12.4885 8.33335 12.007Z",
|
|
16
|
+
fill: "#0B0C0C"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
i as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function V({ className: i, size: C }) {
|
|
3
|
+
return /* @__PURE__ */ t(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C || "24",
|
|
7
|
+
height: C || "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
className: i,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: /* @__PURE__ */ t(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M21.3719 1C22.2689 1 22.9994 1.71022 22.9994 2.58626V21.4125C22.9994 22.2886 22.2689 23 21.3719 23H2.62264C1.72745 23 1 22.2886 1 21.4125V2.58626C1 1.71022 1.72745 1 2.62264 1H21.3719ZM19.7469 19.7463V13.9885C19.7469 11.1609 19.1364 8.98705 15.8326 8.98705C14.2451 8.98705 13.1804 9.8575 12.7453 10.6828H12.7007V9.24759H9.57286V19.7463H12.8319V14.5536C12.8319 13.184 13.091 11.8571 14.7888 11.8571C16.4633 11.8571 16.4843 13.4233 16.4843 14.6408V19.7463H19.7469ZM7.52588 9.24759H4.25963V19.7463H7.52588V9.24759ZM5.89362 4.02869C4.84566 4.02869 4.00064 4.87646 4.00064 5.92085C4.00064 6.9655 4.84566 7.81323 5.89362 7.81323C6.93745 7.81323 7.78488 6.9655 7.78488 5.92085C7.78488 4.87646 6.93745 4.02869 5.89362 4.02869Z",
|
|
16
|
+
fill: "#0B0C0C"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
V as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs as t, jsx as L } from "react/jsx-runtime";
|
|
2
|
+
function l({
|
|
3
|
+
className: e,
|
|
4
|
+
size: C
|
|
5
|
+
}) {
|
|
6
|
+
return /* @__PURE__ */ t(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
width: C || "24",
|
|
10
|
+
height: C || "24",
|
|
11
|
+
className: e,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ L(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M21.7258 14.3355L19.7807 13.8701C19.9238 13.2721 20 12.6463 20 12C20 11.3537 19.9238 10.7279 19.7807 10.1299L21.7258 9.66454C21.9051 10.4138 22 11.1958 22 12C22 12.8042 21.9051 13.5862 21.7258 14.3355ZM20.5277 6.7744L18.8234 7.82099C18.1629 6.74539 17.2546 5.83713 16.179 5.17661L17.2256 3.47231C18.5691 4.29732 19.7027 5.43092 20.5277 6.7744ZM14.3355 2.27419L13.8701 4.21929C13.2721 4.07623 12.6463 4 12 4C11.3537 4 10.7279 4.07623 10.1299 4.21929L9.66454 2.27419C10.4138 2.09493 11.1958 2 12 2C12.8042 2 13.5862 2.09493 14.3355 2.27419ZM6.7744 3.47231L7.82099 5.17661C6.74539 5.83713 5.83713 6.74539 5.17661 7.821L3.47231 6.7744C4.29732 5.43092 5.43092 4.29733 6.7744 3.47231ZM2.27419 9.66454C2.09493 10.4138 2 11.1958 2 12C2 12.8042 2.09493 13.5862 2.27419 14.3355L4.21929 13.8701C4.07623 13.2721 4 12.6463 4 12C4 11.3537 4.07623 10.7279 4.21929 10.1299L2.27419 9.66454ZM3.47231 17.2256L5.17661 16.179C5.83713 17.2546 6.74539 18.1629 7.821 18.8234L6.7744 20.5277C5.43092 19.7027 4.29733 18.5691 3.47231 17.2256ZM9.66454 21.7258L10.1299 19.7807C10.7279 19.9238 11.3537 20 12 20C12.6463 20 13.2721 19.9238 13.8701 19.7807L14.3355 21.7258C13.5862 21.9051 12.8042 22 12 22C11.1958 22 10.4138 21.9051 9.66454 21.7258ZM17.2256 20.5277L16.179 18.8234C17.2546 18.1629 18.1629 17.2546 18.8234 16.179L20.5277 17.2256C19.7027 18.5691 18.5691 19.7027 17.2256 20.5277Z"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ L("path", { d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z" })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
l as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function h({ className: r, size: C }) {
|
|
3
|
+
return /* @__PURE__ */ t(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C || "24",
|
|
7
|
+
height: C || "24",
|
|
8
|
+
className: r,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: /* @__PURE__ */ t(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M17.7282 11.1966C17.6334 11.1512 17.5372 11.1074 17.4397 11.0656C17.2699 7.93667 15.5602 6.14536 12.6894 6.12703C12.6764 6.12695 12.6634 6.12695 12.6504 6.12695C10.9333 6.12695 9.50525 6.85989 8.62627 8.19362L10.2051 9.27668C10.8617 8.28043 11.8923 8.06805 12.6512 8.06805C12.66 8.06805 12.6688 8.06805 12.6774 8.06813C13.6227 8.07416 14.336 8.34899 14.7976 8.88494C15.1336 9.27513 15.3583 9.81432 15.4695 10.4948C14.6315 10.3524 13.7251 10.3086 12.7562 10.3641C10.0268 10.5213 8.27211 12.1132 8.38995 14.3251C8.44976 15.4471 9.00872 16.4124 9.9638 17.0429C10.7713 17.576 11.8113 17.8366 12.8922 17.7776C14.3197 17.6994 15.4395 17.1548 16.2207 16.1589C16.8141 15.4027 17.1893 14.4226 17.355 13.1878C18.0353 13.5983 18.5394 14.1386 18.8179 14.788C19.2913 15.8921 19.319 17.7062 17.8387 19.1853C16.5417 20.481 14.9827 21.0415 12.6265 21.0588C10.013 21.0395 8.03637 20.2013 6.75124 18.5676C5.54782 17.0378 4.92588 14.8281 4.90268 12C4.92588 9.17183 5.54782 6.96218 6.75124 5.43239C8.03637 3.79869 10.0129 2.96052 12.6265 2.9411C15.259 2.96067 17.2701 3.80287 18.6044 5.44446C19.2587 6.24947 19.752 7.26184 20.0772 8.44222L21.9273 7.94859C21.5332 6.49567 20.9129 5.24367 20.0689 4.20535C18.3583 2.10077 15.8565 1.02236 12.633 1H12.6201C9.4031 1.02228 6.9293 2.10479 5.26741 4.21742C3.78855 6.0974 3.02571 8.71326 3.00008 11.9923L3 12L3.00008 12.0077C3.02571 15.2867 3.78855 17.9026 5.26741 19.7826C6.9293 21.8952 9.4031 22.9778 12.6201 23H12.633C15.493 22.9802 17.509 22.2314 19.1698 20.5721C21.3426 18.4013 21.2772 15.6803 20.561 14.0099C20.0473 12.8121 19.0677 11.8391 17.7282 11.1966ZM12.7901 15.8393C11.5938 15.9067 10.351 15.3698 10.2897 14.2197C10.2443 13.367 10.8966 12.4155 12.8635 12.3021C13.0887 12.2891 13.3098 12.2828 13.5269 12.2828C14.2413 12.2828 14.9097 12.3522 15.5173 12.485C15.2907 15.3155 13.9613 15.7751 12.7901 15.8393Z",
|
|
16
|
+
fill: "#0B0C0C"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
h as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function l({ className: i, size: C }) {
|
|
3
|
+
return /* @__PURE__ */ t(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C || "24",
|
|
7
|
+
height: C || "24",
|
|
8
|
+
className: i,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: /* @__PURE__ */ t(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M18.6931 5.70502C18.5446 5.62827 18.4001 5.54414 18.26 5.45294C17.8527 5.18367 17.4792 4.86638 17.1477 4.50791C16.3181 3.55875 16.0083 2.59584 15.8942 1.92166H15.8988C15.8034 1.36207 15.8429 1 15.8488 1H12.0705V15.61C12.0705 15.8062 12.0705 16 12.0623 16.1916C12.0623 16.2154 12.06 16.2374 12.0586 16.2631C12.0586 16.2737 12.0586 16.2847 12.0563 16.2957C12.0563 16.2984 12.0563 16.3012 12.0563 16.3039C12.0165 16.8281 11.8484 17.3345 11.567 17.7785C11.2855 18.2225 10.8992 18.5906 10.4421 18.8503C9.96574 19.1213 9.42693 19.2635 8.87883 19.2628C7.11846 19.2628 5.69174 17.8273 5.69174 16.0546C5.69174 14.2818 7.11846 12.8464 8.87883 12.8464C9.21206 12.8461 9.54324 12.8985 9.86008 13.0018L9.86466 9.15472C8.90283 9.03048 7.92569 9.10692 6.99489 9.37922C6.06408 9.65152 5.19981 10.1138 4.4566 10.7368C3.80537 11.3026 3.25788 11.9778 2.83876 12.7318C2.67927 13.0068 2.07751 14.1118 2.00463 15.9052C1.9588 16.9231 2.2645 17.9777 2.41024 18.4135V18.4227C2.5019 18.6793 2.85709 19.5552 3.43594 20.2935C3.9027 20.8858 4.45416 21.406 5.07256 21.8375V21.8284L5.08173 21.8375C6.91085 23.0805 8.93887 22.9989 8.93887 22.9989C9.28994 22.9847 10.466 22.9989 11.8015 22.366C13.2827 21.6643 14.126 20.6189 14.126 20.6189C14.6648 19.9943 15.0932 19.2824 15.3928 18.5139C15.7347 17.6151 15.8488 16.5372 15.8488 16.1064V8.35542C15.8947 8.38292 16.5051 8.78669 16.5051 8.78669C16.5051 8.78669 17.3846 9.35042 18.7568 9.71752C19.7412 9.97876 21.0676 10.0338 21.0676 10.0338V6.28294C20.6029 6.33336 19.6592 6.1867 18.6931 5.70502Z",
|
|
16
|
+
fill: "#0B0C0C"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
l as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
function n({ className: i, size: t }) {
|
|
3
|
+
return /* @__PURE__ */ L(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: t || "24",
|
|
7
|
+
height: t || "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
className: i,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: /* @__PURE__ */ L(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M13.8623 10.4686L21.1542 2H19.4263L13.0947 9.3532L8.03772 2H2.20508L9.85224 13.1193L2.20508 22H3.93312L10.6194 14.2348L15.96 22H21.7926L13.8623 10.4686ZM4.55576 3.29968H7.20993L19.4271 20.7594H16.7729L4.55576 3.29968Z",
|
|
16
|
+
fill: "#0B0C0C"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
n as default
|
|
24
|
+
};
|