neatkit 0.4.2 → 0.6.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/dist/Alert-DQ5CCE0N.js +29 -0
- package/dist/Alert-LJDkNUqH.cjs +1 -0
- package/dist/Alert.cjs +1 -0
- package/dist/Alert.js +4 -0
- package/dist/Avatar.cjs +1 -0
- package/dist/Avatar.js +55 -0
- package/dist/Badge.cjs +1 -0
- package/dist/Badge.js +25 -0
- package/dist/Button-BAsLfA0D.js +99 -0
- package/dist/Button-D7JUO6Fs.cjs +1 -0
- package/dist/Button.cjs +1 -0
- package/dist/Button.js +5 -0
- package/dist/Card-CPq6dsut.js +34 -0
- package/dist/Card-CQ-8_1tO.cjs +1 -0
- package/dist/Card.cjs +1 -0
- package/dist/Card.js +4 -0
- package/dist/Checkbox-BvXM9VyY.js +68 -0
- package/dist/Checkbox-VQifZrZZ.cjs +1 -0
- package/dist/Checkbox.cjs +1 -0
- package/dist/Checkbox.js +5 -0
- package/dist/CheckboxGroup.cjs +1 -0
- package/dist/CheckboxGroup.js +144 -0
- package/dist/Code-BP2ZCmUf.js +7446 -0
- package/dist/Code-eispVOW3.cjs +6 -0
- package/dist/Code.cjs +1 -0
- package/dist/Code.js +5 -0
- package/dist/Content.cjs +1 -0
- package/dist/Content.js +144 -0
- package/dist/Divider-BE15WVDI.js +42 -0
- package/dist/Divider-CJYbFcSX.cjs +1 -0
- package/dist/Divider.cjs +1 -0
- package/dist/Divider.js +4 -0
- package/dist/Field.cjs +1 -0
- package/dist/Field.js +115 -0
- package/dist/Icon-D8IZceys.cjs +1 -0
- package/dist/Icon-uQmpr5P2.js +1139 -0
- package/dist/Icon.cjs +1 -0
- package/dist/Icon.js +37 -0
- package/dist/Input.cjs +1 -0
- package/dist/Input.js +146 -0
- package/dist/Markdown.cjs +31 -0
- package/dist/Markdown.js +18411 -0
- package/dist/Modal.cjs +1 -0
- package/dist/Modal.js +171 -0
- package/dist/PinInput.cjs +1 -0
- package/dist/PinInput.js +248 -0
- package/dist/Popover.cjs +1 -0
- package/dist/Popover.js +238 -0
- package/dist/Radio.cjs +1 -0
- package/dist/Radio.js +65 -0
- package/dist/RadioGroup.cjs +1 -0
- package/dist/RadioGroup.js +51 -0
- package/dist/RadioGroupContext-BX9KnDek.cjs +1 -0
- package/dist/RadioGroupContext-DbKM4zPZ.js +5 -0
- package/dist/Select.cjs +1 -0
- package/dist/Select.js +473 -0
- package/dist/Skeleton.cjs +1 -0
- package/dist/Skeleton.js +27 -0
- package/dist/Spinner-BXgw60UC.cjs +1 -0
- package/dist/Spinner-CVYvk6YK.js +25 -0
- package/dist/Spinner.cjs +1 -0
- package/dist/Spinner.js +4 -0
- package/dist/Surface-BttJYSDt.cjs +1 -0
- package/dist/Surface-vEFsZC12.js +17 -0
- package/dist/Switch.cjs +1 -0
- package/dist/Switch.js +39 -0
- package/dist/Table-83unQQOi.cjs +1 -0
- package/dist/Table-Cw8u-pEW.js +403 -0
- package/dist/Table.cjs +1 -0
- package/dist/Table.js +5 -0
- package/dist/Text-DWYlIcPj.cjs +1 -0
- package/dist/Text-rN6iDo0V.js +24 -0
- package/dist/Text.cjs +1 -0
- package/dist/Text.js +4 -0
- package/dist/TextArea.cjs +1 -0
- package/dist/TextArea.js +43 -0
- package/dist/Tooltip-BB82wNOE.cjs +1 -0
- package/dist/Tooltip-CqWK_GRD.js +236 -0
- package/dist/Tooltip.cjs +1 -0
- package/dist/Tooltip.js +6 -0
- package/dist/aria-DHnOMyYp.js +10 -0
- package/dist/aria-DKxpE8cA.cjs +1 -0
- package/dist/components/Alert/index.d.ts +1 -1
- package/dist/components/Avatar/index.d.ts +1 -1
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/CheckboxGroup/index.d.ts +1 -1
- package/dist/components/Code/Code.d.ts +47 -0
- package/dist/components/Code/index.d.ts +2 -0
- package/dist/components/Code/utils/highlight.d.ts +17 -0
- package/dist/components/Content/Content.d.ts +3 -3
- package/dist/components/Content/index.d.ts +2 -2
- package/dist/components/Divider/index.d.ts +1 -1
- package/dist/components/Field/index.d.ts +1 -1
- package/dist/components/Icon/index.d.ts +1 -1
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Markdown/Markdown.d.ts +66 -0
- package/dist/components/Markdown/index.d.ts +3 -0
- package/dist/components/Markdown/utils/language.d.ts +9 -0
- package/dist/components/Markdown/utils/renderers.d.ts +15 -0
- package/dist/components/Markdown/utils/security.d.ts +66 -0
- package/dist/components/Modal/index.d.ts +1 -1
- package/dist/components/PinInput/index.d.ts +1 -1
- package/dist/components/Popover/index.d.ts +1 -1
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/RadioGroup/index.d.ts +1 -1
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/Table/Table.d.ts +7 -11
- package/dist/components/Table/index.d.ts +1 -1
- package/dist/components/Text/index.d.ts +1 -1
- package/dist/components/TextArea/index.d.ts +1 -1
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/field-control-NfLwcPj6.cjs +1 -0
- package/dist/field-control-XAn_FKks.js +16 -0
- package/dist/focus-restoration-70WcQRr5.cjs +1 -0
- package/dist/focus-restoration-BvNZzrQA.js +16 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -26
- package/dist/index.js +6 -4409
- package/dist/reference-C2guRuR0.cjs +1 -0
- package/dist/reference-CXMr27nM.js +12 -0
- package/dist/style.css +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/units-BmjPCccF.js +90 -0
- package/dist/units-PzuiQNnw.cjs +1 -0
- package/dist/useFloatingPosition-CxzhAvy8.js +73 -0
- package/dist/useFloatingPosition-D1FqYy0l.cjs +1 -0
- package/dist/useFocusTrap--cgjy78G.cjs +1 -0
- package/dist/useFocusTrap-Da4nEash.js +134 -0
- package/dist/usePresence-DSPt6aKi.js +210 -0
- package/dist/usePresence-qe92UTvK.cjs +1 -0
- package/package.json +155 -2
|
@@ -0,0 +1,1139 @@
|
|
|
1
|
+
import { forwardRef as l, createElement as p } from "react";
|
|
2
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
3
|
+
const x = l(function(t, e) {
|
|
4
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
5
|
+
return /* @__PURE__ */ o(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
...r,
|
|
9
|
+
ref: e,
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
width: n,
|
|
12
|
+
height: c,
|
|
13
|
+
viewBox: "0 0 14 14",
|
|
14
|
+
fill: "none",
|
|
15
|
+
children: /* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M10.5 0h1.6c.5.1 1 .3 1.3.6.3.4.5.8.5 1.3l.1 1.6v8.6c-.1.5-.3 1-.6 1.3a2 2 0 0 1-1.3.5l-1.6.1H1.9a2 2 0 0 1-1.3-.6A2 2 0 0 1 .1 12L0 10.5V1.9C.2 1.4.4.9.7.6A2 2 0 0 1 2 .1L3.5 0h7Zm-7 1.4H2.1c-.3 0-.4.1-.5.2l-.2.5v3.5a11.8 11.8 0 0 0 0 1l.4.3h.3l.7.1h1a1.4 1.4 0 0 1 .8.4l.4.4.1.4v.2l.2.3.1.4h3.2l.2-.5v-.2l.2-.6.4-.4.2-.2.6-.2h1a11.8 11.8 0 0 0 1 0l.3-.4v-.3l.1-.6V2.1c0-.3-.1-.4-.2-.5l-.5-.2H3.5Z",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}), C = l(function(t, e) {
|
|
27
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
28
|
+
return /* @__PURE__ */ o(
|
|
29
|
+
"svg",
|
|
30
|
+
{
|
|
31
|
+
...r,
|
|
32
|
+
ref: e,
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
width: n,
|
|
35
|
+
height: c,
|
|
36
|
+
viewBox: "0 0 14 14",
|
|
37
|
+
fill: "none",
|
|
38
|
+
children: /* @__PURE__ */ o(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
stroke: "currentColor",
|
|
42
|
+
strokeLinecap: "round",
|
|
43
|
+
strokeLinejoin: "round",
|
|
44
|
+
strokeWidth: "1.6",
|
|
45
|
+
d: "M5.75 10 3 7.25m0 0L5.75 4.5M3 7.25h8.5"
|
|
46
|
+
}
|
|
47
|
+
)
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
}), m = l(function(t, e) {
|
|
51
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
52
|
+
return /* @__PURE__ */ o(
|
|
53
|
+
"svg",
|
|
54
|
+
{
|
|
55
|
+
...r,
|
|
56
|
+
ref: e,
|
|
57
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
58
|
+
width: n,
|
|
59
|
+
height: c,
|
|
60
|
+
viewBox: "0 0 14 14",
|
|
61
|
+
fill: "none",
|
|
62
|
+
children: /* @__PURE__ */ o(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
stroke: "currentColor",
|
|
66
|
+
strokeLinecap: "round",
|
|
67
|
+
strokeLinejoin: "round",
|
|
68
|
+
strokeWidth: "1.6",
|
|
69
|
+
d: "M8.25 10 11 7.25m0 0L8.25 4.5M11 7.25H2.5"
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
}), I = l(function(t, e) {
|
|
75
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
76
|
+
return /* @__PURE__ */ s(
|
|
77
|
+
"svg",
|
|
78
|
+
{
|
|
79
|
+
...r,
|
|
80
|
+
ref: e,
|
|
81
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
82
|
+
width: n,
|
|
83
|
+
height: c,
|
|
84
|
+
viewBox: "0 0 14 14",
|
|
85
|
+
fill: "none",
|
|
86
|
+
children: [
|
|
87
|
+
/* @__PURE__ */ o(
|
|
88
|
+
"path",
|
|
89
|
+
{
|
|
90
|
+
stroke: "currentColor",
|
|
91
|
+
strokeLinejoin: "round",
|
|
92
|
+
strokeWidth: "1.633",
|
|
93
|
+
d: "M5.955 11.616 2.177 8.838a.82.82 0 0 0-.32-.143l-.985-.2-.03-.007a.148.148 0 0 1-.026-.087V5.423c0-.049.014-.076.022-.087l.034-.005.984-.202a.818.818 0 0 0 .32-.142l3.78-2.78v9.41Z"
|
|
94
|
+
}
|
|
95
|
+
),
|
|
96
|
+
/* @__PURE__ */ o(
|
|
97
|
+
"path",
|
|
98
|
+
{
|
|
99
|
+
fill: "currentColor",
|
|
100
|
+
d: "M9.383 5.053c-.192-.37-.635-.454-.93-.168l-.044.033a.737.737 0 0 0-.133.825c.162.337.266.724.266 1.144 0 .421-.104.808-.266 1.145a.737.737 0 0 0 .133.824l.044.034c.28.286.738.219.93-.168A4.214 4.214 0 0 0 9.81 6.87c0-.64-.162-1.263-.427-1.818Z"
|
|
101
|
+
}
|
|
102
|
+
),
|
|
103
|
+
/* @__PURE__ */ o(
|
|
104
|
+
"path",
|
|
105
|
+
{
|
|
106
|
+
fill: "currentColor",
|
|
107
|
+
d: "M10.932 3.386c-.207-.336-.635-.387-.9-.117l-.03.033a.768.768 0 0 0-.088.91c.472.756.737 1.699.737 2.692 0 1.01-.28 1.935-.737 2.692a.768.768 0 0 0 .088.91l.03.033c.265.27.693.219.9-.118.62-.993.973-2.205.973-3.517 0-1.313-.354-2.525-.973-3.518Z"
|
|
108
|
+
}
|
|
109
|
+
),
|
|
110
|
+
/* @__PURE__ */ o(
|
|
111
|
+
"path",
|
|
112
|
+
{
|
|
113
|
+
fill: "currentColor",
|
|
114
|
+
d: "M12.48 1.754c-.22-.32-.62-.37-.885-.1l-.044.033c-.236.235-.265.64-.074.925.797 1.195 1.254 2.676 1.254 4.275 0 1.599-.472 3.097-1.254 4.275-.191.286-.162.69.074.925l.044.034c.266.27.664.219.885-.101.96-1.43 1.52-3.214 1.52-5.15 0-1.901-.56-3.685-1.52-5.116Z"
|
|
115
|
+
}
|
|
116
|
+
)
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
);
|
|
120
|
+
}), k = l(function(t, e) {
|
|
121
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
122
|
+
return /* @__PURE__ */ o(
|
|
123
|
+
"svg",
|
|
124
|
+
{
|
|
125
|
+
...r,
|
|
126
|
+
ref: e,
|
|
127
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
128
|
+
width: n,
|
|
129
|
+
height: c,
|
|
130
|
+
viewBox: "0 0 14 14",
|
|
131
|
+
fill: "none",
|
|
132
|
+
children: /* @__PURE__ */ o("path", { fill: "currentColor", d: "M13 2.229c0-.413-.112-.818-.324-1.17a2.2 2.2 0 0 0-.88-.822A2.15 2.15 0 0 0 9.51.441c-.325.246-.577.58-.726.964a2.27 2.27 0 0 0 .4 2.303c.27.308.618.534 1.006.652v.095c0 .507-.197.992-.548 1.35a1.86 1.86 0 0 1-1.325.559H5.82c-.675.007-1.33.23-1.874.636V4.36a2.2 2.2 0 0 0 1.218-.936A2.26 2.26 0 0 0 4.751.542 2.16 2.16 0 0 0 3.322 0c-.525 0-1.032.193-1.43.542a2.26 2.26 0 0 0-.413 2.882c.283.451.716.783 1.219.936v5.28a2.2 2.2 0 0 0-1.218.936 2.26 2.26 0 0 0 .413 2.882c.397.35.904.542 1.43.542.524 0 1.031-.193 1.428-.542a2.26 2.26 0 0 0 .413-2.882 2.2 2.2 0 0 0-1.218-.936v-.095c0-.507.198-.992.55-1.35a1.86 1.86 0 0 1 1.324-.559h2.497c.828 0 1.622-.335 2.208-.931a3.2 3.2 0 0 0 .914-2.25V4.36c.45-.137.846-.418 1.127-.802S13 2.708 13 2.229" })
|
|
133
|
+
}
|
|
134
|
+
);
|
|
135
|
+
}), M = l(function(t, e) {
|
|
136
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
137
|
+
return /* @__PURE__ */ s(
|
|
138
|
+
"svg",
|
|
139
|
+
{
|
|
140
|
+
...r,
|
|
141
|
+
ref: e,
|
|
142
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
143
|
+
width: n,
|
|
144
|
+
height: c,
|
|
145
|
+
viewBox: "0 0 14 14",
|
|
146
|
+
fill: "none",
|
|
147
|
+
children: [
|
|
148
|
+
/* @__PURE__ */ o("rect", { width: "14", height: "2.1", y: "1.75", fill: "currentColor", rx: "1.05" }),
|
|
149
|
+
/* @__PURE__ */ o("rect", { width: "14", height: "2.1", y: "5.95", fill: "currentColor", rx: "1.05" }),
|
|
150
|
+
/* @__PURE__ */ o("rect", { width: "14", height: "2.1", y: "10.15", fill: "currentColor", rx: "1.05" })
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
);
|
|
154
|
+
}), L = l(function(t, e) {
|
|
155
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
156
|
+
return /* @__PURE__ */ s(
|
|
157
|
+
"svg",
|
|
158
|
+
{
|
|
159
|
+
...r,
|
|
160
|
+
ref: e,
|
|
161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
+
width: n,
|
|
163
|
+
height: c,
|
|
164
|
+
viewBox: "0 0 14 14",
|
|
165
|
+
fill: "none",
|
|
166
|
+
children: [
|
|
167
|
+
/* @__PURE__ */ o(
|
|
168
|
+
"path",
|
|
169
|
+
{
|
|
170
|
+
fill: "currentColor",
|
|
171
|
+
fillRule: "evenodd",
|
|
172
|
+
d: "M12.25 2.714h-1.313l-.437-.857C10.242 1.36 10.108 1 9.625 1h-5.25c-.483 0-.643.409-.875.857l-.438.857H1.75C.784 2.714 0 3.482 0 4.43v6.857C0 12.232.784 13 1.75 13h10.5c.966 0 1.75-.768 1.75-1.714V4.429c0-.947-.784-1.715-1.75-1.715ZM7 11.286c-1.933 0-3.5-1.535-3.5-3.429C3.5 5.964 5.067 4.43 7 4.43s3.5 1.535 3.5 3.428c0 1.894-1.567 3.429-3.5 3.429Z",
|
|
173
|
+
clipRule: "evenodd"
|
|
174
|
+
}
|
|
175
|
+
),
|
|
176
|
+
/* @__PURE__ */ o(
|
|
177
|
+
"path",
|
|
178
|
+
{
|
|
179
|
+
fill: "currentColor",
|
|
180
|
+
d: "M4.75 7.9a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"
|
|
181
|
+
}
|
|
182
|
+
)
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
);
|
|
186
|
+
}), Z = l(function(t, e) {
|
|
187
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
188
|
+
return /* @__PURE__ */ o(
|
|
189
|
+
"svg",
|
|
190
|
+
{
|
|
191
|
+
...r,
|
|
192
|
+
ref: e,
|
|
193
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
194
|
+
width: n,
|
|
195
|
+
height: c,
|
|
196
|
+
viewBox: "0 0 14 14",
|
|
197
|
+
fill: "none",
|
|
198
|
+
children: /* @__PURE__ */ o(
|
|
199
|
+
"path",
|
|
200
|
+
{
|
|
201
|
+
fill: "currentColor",
|
|
202
|
+
d: "M1.3 10.7c.1-.4 0-.7-.2-1A6 6 0 0 1 0 6.3C0 2.8 3.1 0 7 0s7 2.8 7 6.3-3.1 6.3-7 6.3c-.6 0-1.2 0-1.7-.2a1 1 0 0 0-.7 0l-3 1.5-.2.1a.7.7 0 0 1-.7-.9l.6-2.4Z"
|
|
203
|
+
}
|
|
204
|
+
)
|
|
205
|
+
}
|
|
206
|
+
);
|
|
207
|
+
}), H = l(function(t, e) {
|
|
208
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
209
|
+
return /* @__PURE__ */ o(
|
|
210
|
+
"svg",
|
|
211
|
+
{
|
|
212
|
+
...r,
|
|
213
|
+
ref: e,
|
|
214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
215
|
+
width: n,
|
|
216
|
+
height: c,
|
|
217
|
+
viewBox: "0 0 14 14",
|
|
218
|
+
fill: "none",
|
|
219
|
+
children: /* @__PURE__ */ o(
|
|
220
|
+
"path",
|
|
221
|
+
{
|
|
222
|
+
stroke: "currentColor",
|
|
223
|
+
strokeLinecap: "round",
|
|
224
|
+
strokeWidth: "1.8",
|
|
225
|
+
d: "m4 7.5 2 2L10.5 5"
|
|
226
|
+
}
|
|
227
|
+
)
|
|
228
|
+
}
|
|
229
|
+
);
|
|
230
|
+
}), P = l(function(t, e) {
|
|
231
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
232
|
+
return /* @__PURE__ */ o(
|
|
233
|
+
"svg",
|
|
234
|
+
{
|
|
235
|
+
...r,
|
|
236
|
+
ref: e,
|
|
237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
238
|
+
width: n,
|
|
239
|
+
height: c,
|
|
240
|
+
viewBox: "0 0 14 14",
|
|
241
|
+
fill: "none",
|
|
242
|
+
children: /* @__PURE__ */ o(
|
|
243
|
+
"path",
|
|
244
|
+
{
|
|
245
|
+
stroke: "currentColor",
|
|
246
|
+
strokeLinecap: "round",
|
|
247
|
+
strokeLinejoin: "round",
|
|
248
|
+
strokeWidth: "1.6",
|
|
249
|
+
d: "M3.5 5.25 7 8.75l3.5-3.5"
|
|
250
|
+
}
|
|
251
|
+
)
|
|
252
|
+
}
|
|
253
|
+
);
|
|
254
|
+
}), B = l(function(t, e) {
|
|
255
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
256
|
+
return /* @__PURE__ */ o(
|
|
257
|
+
"svg",
|
|
258
|
+
{
|
|
259
|
+
...r,
|
|
260
|
+
ref: e,
|
|
261
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
262
|
+
width: n,
|
|
263
|
+
height: c,
|
|
264
|
+
viewBox: "0 0 14 14",
|
|
265
|
+
fill: "none",
|
|
266
|
+
children: /* @__PURE__ */ o(
|
|
267
|
+
"path",
|
|
268
|
+
{
|
|
269
|
+
stroke: "currentColor",
|
|
270
|
+
strokeLinecap: "round",
|
|
271
|
+
strokeLinejoin: "round",
|
|
272
|
+
strokeWidth: "1.6",
|
|
273
|
+
d: "M8.75 3.5 5.25 7l3.5 3.5"
|
|
274
|
+
}
|
|
275
|
+
)
|
|
276
|
+
}
|
|
277
|
+
);
|
|
278
|
+
}), V = l(function(t, e) {
|
|
279
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
280
|
+
return /* @__PURE__ */ o(
|
|
281
|
+
"svg",
|
|
282
|
+
{
|
|
283
|
+
...r,
|
|
284
|
+
ref: e,
|
|
285
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
286
|
+
width: n,
|
|
287
|
+
height: c,
|
|
288
|
+
viewBox: "0 0 14 14",
|
|
289
|
+
fill: "none",
|
|
290
|
+
children: /* @__PURE__ */ o(
|
|
291
|
+
"path",
|
|
292
|
+
{
|
|
293
|
+
stroke: "currentColor",
|
|
294
|
+
strokeLinecap: "round",
|
|
295
|
+
strokeLinejoin: "round",
|
|
296
|
+
strokeWidth: "1.6",
|
|
297
|
+
d: "M5.25 3.5 8.75 7l-3.5 3.5"
|
|
298
|
+
}
|
|
299
|
+
)
|
|
300
|
+
}
|
|
301
|
+
);
|
|
302
|
+
}), A = l(function(t, e) {
|
|
303
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
304
|
+
return /* @__PURE__ */ o(
|
|
305
|
+
"svg",
|
|
306
|
+
{
|
|
307
|
+
...r,
|
|
308
|
+
ref: e,
|
|
309
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
310
|
+
width: n,
|
|
311
|
+
height: c,
|
|
312
|
+
viewBox: "0 0 14 14",
|
|
313
|
+
fill: "none",
|
|
314
|
+
children: /* @__PURE__ */ o(
|
|
315
|
+
"path",
|
|
316
|
+
{
|
|
317
|
+
stroke: "currentColor",
|
|
318
|
+
strokeLinecap: "round",
|
|
319
|
+
strokeLinejoin: "round",
|
|
320
|
+
strokeWidth: "1.6",
|
|
321
|
+
d: "M3.5 8.75 7 5.25l3.5 3.5"
|
|
322
|
+
}
|
|
323
|
+
)
|
|
324
|
+
}
|
|
325
|
+
);
|
|
326
|
+
}), R = l(function(t, e) {
|
|
327
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
328
|
+
return /* @__PURE__ */ o(
|
|
329
|
+
"svg",
|
|
330
|
+
{
|
|
331
|
+
...r,
|
|
332
|
+
ref: e,
|
|
333
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
334
|
+
width: n,
|
|
335
|
+
height: c,
|
|
336
|
+
viewBox: "0 0 14 14",
|
|
337
|
+
fill: "none",
|
|
338
|
+
children: /* @__PURE__ */ o("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.391 7.868a3.501 3.501 0 0 1-6.782 0 1 1 0 0 1-.109.007H.875a.875.875 0 1 1 0-1.75H3.5q.055 0 .109.007a3.501 3.501 0 0 1 6.782 0 1 1 0 0 1 .109-.007h2.625a.875.875 0 1 1 0 1.75H10.5a1 1 0 0 1-.109-.007M7 8.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5", clipRule: "evenodd" })
|
|
339
|
+
}
|
|
340
|
+
);
|
|
341
|
+
}), y = l(function(t, e) {
|
|
342
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
343
|
+
return /* @__PURE__ */ o(
|
|
344
|
+
"svg",
|
|
345
|
+
{
|
|
346
|
+
...r,
|
|
347
|
+
ref: e,
|
|
348
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
349
|
+
width: n,
|
|
350
|
+
height: c,
|
|
351
|
+
viewBox: "0 0 14 14",
|
|
352
|
+
fill: "none",
|
|
353
|
+
children: /* @__PURE__ */ o(
|
|
354
|
+
"path",
|
|
355
|
+
{
|
|
356
|
+
stroke: "currentColor",
|
|
357
|
+
strokeLinecap: "round",
|
|
358
|
+
strokeWidth: "1.6",
|
|
359
|
+
d: "m4 4 6 6M10 4l-6 6"
|
|
360
|
+
}
|
|
361
|
+
)
|
|
362
|
+
}
|
|
363
|
+
);
|
|
364
|
+
}), W = l(function(t, e) {
|
|
365
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
366
|
+
return /* @__PURE__ */ o(
|
|
367
|
+
"svg",
|
|
368
|
+
{
|
|
369
|
+
...r,
|
|
370
|
+
ref: e,
|
|
371
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
372
|
+
width: n,
|
|
373
|
+
height: c,
|
|
374
|
+
viewBox: "0 0 14 14",
|
|
375
|
+
fill: "none",
|
|
376
|
+
children: /* @__PURE__ */ o(
|
|
377
|
+
"path",
|
|
378
|
+
{
|
|
379
|
+
stroke: "currentColor",
|
|
380
|
+
strokeLinecap: "round",
|
|
381
|
+
strokeLinejoin: "round",
|
|
382
|
+
strokeWidth: "1.6",
|
|
383
|
+
d: "M3.5 12.25h7M7 1.75v8.167m0 0L9.917 7M7 9.917 4.083 7"
|
|
384
|
+
}
|
|
385
|
+
)
|
|
386
|
+
}
|
|
387
|
+
);
|
|
388
|
+
}), j = l(function(t, e) {
|
|
389
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
390
|
+
return /* @__PURE__ */ o(
|
|
391
|
+
"svg",
|
|
392
|
+
{
|
|
393
|
+
...r,
|
|
394
|
+
ref: e,
|
|
395
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
396
|
+
width: n,
|
|
397
|
+
height: c,
|
|
398
|
+
viewBox: "0 0 14 14",
|
|
399
|
+
fill: "none",
|
|
400
|
+
children: /* @__PURE__ */ o(
|
|
401
|
+
"path",
|
|
402
|
+
{
|
|
403
|
+
fill: "currentColor",
|
|
404
|
+
d: "M8.152.192c.35 0 .663 0 .92.02.268.023.548.074.82.215.398.205.718.532.918.93.137.273.187.553.209.822.018.223.019.487.02.783.302 0 .574.001.803.02.267.023.547.072.82.213.397.206.718.533.918.932.137.273.185.552.207.821.021.26.02.575.02.93v5.012c0 .356.001.671-.02.931-.022.27-.07.549-.207.822-.2.398-.52.725-.918.93a2.126 2.126 0 0 1-.82.214c-.258.021-.57.02-.921.02H5.848c-.35 0-.663.002-.92-.02a2.124 2.124 0 0 1-.82-.214 2.117 2.117 0 0 1-.919-.931 2.177 2.177 0 0 1-.208-.82 10.57 10.57 0 0 1-.018-.792c-.145-.002-.29-.004-.43-.01a6.939 6.939 0 0 1-.595-.05 1.89 1.89 0 0 1-.6-.165 2.117 2.117 0 0 1-.918-.932 2.176 2.176 0 0 1-.207-.821c-.021-.26-.02-.575-.02-.93V3.11c0-.356-.001-.671.02-.931.022-.27.07-.549.207-.822.2-.398.52-.725.918-.93.273-.141.553-.192.82-.214.258-.021.57-.02.921-.02h5.073ZM5.848 4.577c-.377 0-.611 0-.786.015-.166.014-.207.036-.212.039a.5.5 0 0 0-.217.22l-.017.053a1.207 1.207 0 0 0-.024.174c-.015.18-.015.419-.015.8v5.012c0 .382 0 .621.015.801.007.086.016.14.024.174l.017.053a.506.506 0 0 0 .151.18l.066.04c.005.003.046.025.212.039.175.014.409.015.786.015h5.073c.377 0 .612 0 .787-.015.166-.014.207-.036.212-.038a.501.501 0 0 0 .217-.221c.004-.01.026-.056.04-.227.014-.18.015-.419.015-.801V5.879c0-.382 0-.621-.015-.8-.014-.172-.036-.218-.04-.227a.501.501 0 0 0-.217-.221c-.005-.003-.046-.025-.212-.04-.175-.014-.41-.014-.787-.014H5.848Zm-2.769-2.77c-.377 0-.611.002-.787.016-.166.014-.207.036-.212.038a.502.502 0 0 0-.217.221c-.004.01-.026.056-.04.227-.014.18-.015.419-.015.801v5.011c0 .382 0 .621.015.8.007.086.016.14.024.175l.016.052c.044.087.111.156.19.204.017.003.05.011.101.018.116.016.27.028.453.036.114.005.234.007.355.009V5.879c0-.356-.001-.671.02-.93.021-.27.07-.55.207-.822.2-.4.521-.726.918-.932.273-.14.553-.19.82-.213.258-.021.57-.02.92-.02h3.575c0-.298-.001-.498-.014-.653-.014-.171-.036-.218-.04-.227a.501.501 0 0 0-.218-.22l-.046-.015a1.143 1.143 0 0 0-.166-.024c-.175-.014-.409-.015-.786-.015H3.08Z"
|
|
405
|
+
}
|
|
406
|
+
)
|
|
407
|
+
}
|
|
408
|
+
);
|
|
409
|
+
}), b = l(function(t, e) {
|
|
410
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
411
|
+
return /* @__PURE__ */ s(
|
|
412
|
+
"svg",
|
|
413
|
+
{
|
|
414
|
+
...r,
|
|
415
|
+
ref: e,
|
|
416
|
+
fill: "none",
|
|
417
|
+
height: c,
|
|
418
|
+
viewBox: "0 0 14 14",
|
|
419
|
+
width: n,
|
|
420
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
421
|
+
children: [
|
|
422
|
+
/* @__PURE__ */ o(
|
|
423
|
+
"path",
|
|
424
|
+
{
|
|
425
|
+
d: "M7.042 4.475c.49 0 .97.15 1.377.429.407.28.724.677.912 1.142.187.464.237.976.141 1.469a2.57 2.57 0 0 1-.676 1.303 2.5 2.5 0 0 1-1.035.637 2.42 2.42 0 0 1-2.293-.467 2.54 2.54 0 0 1-.719-.994 2.6 2.6 0 0 1 .23-2.389c.226-.348.534-.633.893-.83a2.4 2.4 0 0 1 1.17-.3m-.017 1.157c-.354 0-.694.145-.944.402s-.392.605-.393.968c0 .755.617 1.389 1.354 1.389.73 0 1.317-.627 1.317-1.389 0-.754-.598-1.37-1.334-1.37",
|
|
426
|
+
fill: "currentColor",
|
|
427
|
+
fillRule: "evenodd",
|
|
428
|
+
clipRule: "evenodd"
|
|
429
|
+
}
|
|
430
|
+
),
|
|
431
|
+
/* @__PURE__ */ o(
|
|
432
|
+
"path",
|
|
433
|
+
{
|
|
434
|
+
d: "M7.023 2c2.73 0 5.303 1.51 6.656 4.154l.127.258.001.002.122.274.005.009v.007a.9.9 0 0 1 .066.303.9.9 0 0 1-.065.317v.005l-.004.008C12.665 10.313 9.904 12 6.997 12 4.09 12 1.333 10.318.066 7.349L.06 7.344l-.003-.01A1.1 1.1 0 0 1 0 7.016c0-.101.02-.202.057-.318L.06 6.69v-.002a7.7 7.7 0 0 1 2.797-3.415A7.43 7.43 0 0 1 7.023 2m0 1.284c-2.308 0-4.601 1.261-5.731 3.726 1.139 2.477 3.401 3.706 5.704 3.706 2.308 0 4.572-1.238 5.7-3.704-1.129-2.466-3.369-3.728-5.673-3.728",
|
|
435
|
+
fill: "currentColor",
|
|
436
|
+
fillRule: "evenodd",
|
|
437
|
+
clipRule: "evenodd"
|
|
438
|
+
}
|
|
439
|
+
)
|
|
440
|
+
]
|
|
441
|
+
}
|
|
442
|
+
);
|
|
443
|
+
}), z = l(function(t, e) {
|
|
444
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
445
|
+
return /* @__PURE__ */ s(
|
|
446
|
+
"svg",
|
|
447
|
+
{
|
|
448
|
+
...r,
|
|
449
|
+
ref: e,
|
|
450
|
+
fill: "none",
|
|
451
|
+
height: c,
|
|
452
|
+
viewBox: "0 0 14 14",
|
|
453
|
+
width: n,
|
|
454
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
455
|
+
children: [
|
|
456
|
+
/* @__PURE__ */ o(
|
|
457
|
+
"path",
|
|
458
|
+
{
|
|
459
|
+
d: "m2.867 12.098 1.266.804 7-11-1.266-.804zM10.264 4.2c1.005.624 1.86 1.564 2.431 2.813-1.127 2.465-3.39 3.703-5.699 3.703q-.423-.002-.84-.06l-.745 1.17A7.5 7.5 0 0 0 6.996 12c2.907 0 5.669-1.687 6.936-4.663l.003-.008v-.005A.9.9 0 0 0 14 7.008a.9.9 0 0 0-.066-.304v-.008l-.005-.008-.121-.274-.001-.002-.127-.258h-.001a7.7 7.7 0 0 0-2.736-3.022zM7.022 2a7.43 7.43 0 0 0-4.166 1.274A7.7 7.7 0 0 0 .061 6.688L.06 6.69l-.003.007a1 1 0 0 0-.057.32q.005.163.058.317l.003.01.004.005c.658 1.54 1.718 2.73 2.99 3.523l.678-1.067C2.727 9.188 1.866 8.259 1.292 7.01c1.13-2.465 3.423-3.727 5.73-3.727q.416 0 .826.057l.743-1.17A7.4 7.4 0 0 0 7.022 2",
|
|
460
|
+
fill: "currentColor"
|
|
461
|
+
}
|
|
462
|
+
),
|
|
463
|
+
/* @__PURE__ */ o(
|
|
464
|
+
"path",
|
|
465
|
+
{
|
|
466
|
+
d: "M8.343 7.219c-.061.408-.292.76-.616.968l-.872 1.369c.305.023.612-.01.906-.1.39-.123.747-.341 1.035-.638.346-.356.581-.81.677-1.303a2.6 2.6 0 0 0-.244-1.69zM7.042 4.475c-.408 0-.81.103-1.17.3-.36.198-.667.483-.893.83a2.61 2.61 0 0 0-.23 2.389q.027.063.058.124l.925-1.455a1.4 1.4 0 0 1 .472-.741l.92-1.444z",
|
|
467
|
+
fill: "currentColor"
|
|
468
|
+
}
|
|
469
|
+
)
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
);
|
|
473
|
+
}), q = l(function(t, e) {
|
|
474
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
475
|
+
return /* @__PURE__ */ o(
|
|
476
|
+
"svg",
|
|
477
|
+
{
|
|
478
|
+
...r,
|
|
479
|
+
ref: e,
|
|
480
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
481
|
+
width: n,
|
|
482
|
+
height: c,
|
|
483
|
+
viewBox: "0 0 14 14",
|
|
484
|
+
fill: "none",
|
|
485
|
+
children: /* @__PURE__ */ o(
|
|
486
|
+
"path",
|
|
487
|
+
{
|
|
488
|
+
stroke: "currentColor",
|
|
489
|
+
strokeLinecap: "round",
|
|
490
|
+
strokeLinejoin: "round",
|
|
491
|
+
strokeWidth: "1.6",
|
|
492
|
+
d: "M7 9.25 9.25 7m0 0L7 4.75M9.25 7H1m0-3.564V3.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.656C2.139 1 2.56 1 3.4 1h7.2c.84 0 1.26 0 1.58.163a1.5 1.5 0 0 1 .657.656c.163.32.163.74.163 1.579v7.205c0 .838 0 1.257-.163 1.578a1.5 1.5 0 0 1-.656.656c-.321.163-.74.163-1.579.163H3.398c-.839 0-1.259 0-1.58-.163a1.5 1.5 0 0 1-.655-.656C1 11.86 1 11.44 1 10.6v-.037"
|
|
493
|
+
}
|
|
494
|
+
)
|
|
495
|
+
}
|
|
496
|
+
);
|
|
497
|
+
}), S = l(function(t, e) {
|
|
498
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
499
|
+
return /* @__PURE__ */ o(
|
|
500
|
+
"svg",
|
|
501
|
+
{
|
|
502
|
+
...r,
|
|
503
|
+
ref: e,
|
|
504
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
505
|
+
width: n,
|
|
506
|
+
height: c,
|
|
507
|
+
viewBox: "0 0 14 14",
|
|
508
|
+
fill: "none",
|
|
509
|
+
children: /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12 5.5v4.867c0 .746 0 1.12-.14 1.405a1.3 1.3 0 0 1-.562.583c-.275.145-.635.145-1.355.145H4.557c-.72 0-1.08 0-1.355-.145a1.3 1.3 0 0 1-.562-.583c-.14-.285-.14-.659-.14-1.405V3.633c0-.746 0-1.12.14-1.405.123-.25.32-.455.562-.583.275-.145.635-.145 1.355-.145h3.586M12 5.5l-3.857-4M12 5.5H8.786a.655.655 0 0 1-.643-.667V1.5" })
|
|
510
|
+
}
|
|
511
|
+
);
|
|
512
|
+
}), G = l(function(t, e) {
|
|
513
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
514
|
+
return /* @__PURE__ */ o(
|
|
515
|
+
"svg",
|
|
516
|
+
{
|
|
517
|
+
...r,
|
|
518
|
+
ref: e,
|
|
519
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
520
|
+
width: n,
|
|
521
|
+
height: c,
|
|
522
|
+
viewBox: "0 0 14 14",
|
|
523
|
+
fill: "none",
|
|
524
|
+
children: /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M2.49 2.25H5.19c.413 0 .508.004.588.021q.133.03.243.093c.064.036.128.088.421.358l.098.09c.244.224.45.42.7.56q.232.13.486.205l.17.044c.278.061.564.058.912.058h2.702c.447 0 .74 0 .966.017.217.017.307.045.356.068a.75.75 0 0 1 .342.308c.013.024.04.084.056.27.018.198.019.459.019.872v5c0 .413-.001.675-.019.872-.016.186-.043.246-.056.27a.75.75 0 0 1-.342.309c-.049.023-.139.051-.356.067-.225.017-.52.018-.966.018H2.489c-.447 0-.74 0-.966-.018-.217-.016-.307-.044-.356-.067a.75.75 0 0 1-.342-.309c-.013-.024-.04-.084-.056-.27a11 11 0 0 1-.019-.872V3.786c0-.413.001-.675.019-.872.016-.186.043-.246.056-.27a.75.75 0 0 1 .342-.309c.049-.023.139-.051.356-.067.225-.017.52-.018.966-.018" })
|
|
525
|
+
}
|
|
526
|
+
);
|
|
527
|
+
}), E = l(function(t, e) {
|
|
528
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
529
|
+
return /* @__PURE__ */ o(
|
|
530
|
+
"svg",
|
|
531
|
+
{
|
|
532
|
+
...r,
|
|
533
|
+
ref: e,
|
|
534
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
535
|
+
width: n,
|
|
536
|
+
height: c,
|
|
537
|
+
viewBox: "0 0 14 14",
|
|
538
|
+
fill: "none",
|
|
539
|
+
children: /* @__PURE__ */ o(
|
|
540
|
+
"path",
|
|
541
|
+
{
|
|
542
|
+
fill: "currentColor",
|
|
543
|
+
d: "M6.293.818a1 1 0 0 1 1.414 0l5.586 5.585c.39.39.39 1.025 0 1.415l-5.586 5.585a1 1 0 0 1-1.414 0L.707 7.818a1 1 0 0 1 0-1.415L4.731 2.38l1.215 1.215a1.187 1.187 0 0 0 .554 1.68v4a1.187 1.187 0 1 0 .95 0V5.275q.06-.026.117-.06l1.865 1.864A1.186 1.186 0 0 0 10.537 8.7a1.188 1.188 0 1 0-.434-2.293L8.135 4.44a1.187 1.187 0 0 0-1.411-1.411l-1.32-1.32z"
|
|
544
|
+
}
|
|
545
|
+
)
|
|
546
|
+
}
|
|
547
|
+
);
|
|
548
|
+
}), D = l(function(t, e) {
|
|
549
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
550
|
+
return /* @__PURE__ */ o(
|
|
551
|
+
"svg",
|
|
552
|
+
{
|
|
553
|
+
...r,
|
|
554
|
+
ref: e,
|
|
555
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
556
|
+
width: n,
|
|
557
|
+
height: c,
|
|
558
|
+
viewBox: "0 0 14 14",
|
|
559
|
+
fill: "none",
|
|
560
|
+
children: /* @__PURE__ */ o(
|
|
561
|
+
"path",
|
|
562
|
+
{
|
|
563
|
+
fill: "currentColor",
|
|
564
|
+
fillRule: "evenodd",
|
|
565
|
+
d: "M7 0a7 7 0 0 1 7 7.2c0 3.1-2 5.8-4.8 6.8-.3 0-.5-.2-.5-.4v-2c0-.6-.2-1-.4-1.3 1.5-.1 3.2-.7 3.2-3.5a3 3 0 0 0-.8-2c.1-.1.4-.8 0-1.8 0 0-.6-.2-2 .7a6.6 6.6 0 0 0-3.5 0C4 2.7 3.3 3 3.3 3c-.4 1-.1 1.7 0 1.9-.5.5-.8 1.1-.8 1.9 0 2.8 1.7 3.4 3.2 3.5-.2.2-.4.5-.4 1-.4.2-1.4.5-2-.6 0 0-.4-.7-1.1-.7 0 0-.7 0 0 .4 0 0 .4.2.7 1 0 0 .4 1.3 2.4 1v1.2c0 .2-.2.5-.5.4A7.2 7.2 0 0 1 0 7.2 7 7 0 0 1 7 0Z",
|
|
566
|
+
clipRule: "evenodd"
|
|
567
|
+
}
|
|
568
|
+
)
|
|
569
|
+
}
|
|
570
|
+
);
|
|
571
|
+
}), U = l(function(t, e) {
|
|
572
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
573
|
+
return /* @__PURE__ */ o(
|
|
574
|
+
"svg",
|
|
575
|
+
{
|
|
576
|
+
...r,
|
|
577
|
+
ref: e,
|
|
578
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
579
|
+
width: n,
|
|
580
|
+
height: c,
|
|
581
|
+
viewBox: "0 0 14 14",
|
|
582
|
+
fill: "none",
|
|
583
|
+
children: /* @__PURE__ */ o(
|
|
584
|
+
"path",
|
|
585
|
+
{
|
|
586
|
+
fill: "currentColor",
|
|
587
|
+
fillRule: "evenodd",
|
|
588
|
+
d: "M7 0a7 7 0 1 1 0 14A7 7 0 0 1 7 0ZM1.4 7.7c.3 2.2 1.9 4 4 4.7a9.7 9.7 0 0 1-1.9-4.7h-2Zm9 0c0 1.5-.6 3-1.8 4.7a5.6 5.6 0 0 0 4-4.7h-2.1ZM5 7.7c.2 1.4.8 3 2.1 4.6A8.7 8.7 0 0 0 9 7.7H5Zm.3-6c-2 .6-3.5 2.4-3.8 4.6h2.1l.1-.8a12 12 0 0 1 1.5-3.8Zm1.8 0A8.2 8.2 0 0 0 5 6.3h4.2v-.6a8.2 8.2 0 0 0-2.1-4Zm1.8 0a9.4 9.4 0 0 1 1.7 4.6h2c-.2-2.2-1.7-4-3.7-4.6Z",
|
|
589
|
+
clipRule: "evenodd"
|
|
590
|
+
}
|
|
591
|
+
)
|
|
592
|
+
}
|
|
593
|
+
);
|
|
594
|
+
}), F = l(function(t, e) {
|
|
595
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
596
|
+
return /* @__PURE__ */ o(
|
|
597
|
+
"svg",
|
|
598
|
+
{
|
|
599
|
+
...r,
|
|
600
|
+
ref: e,
|
|
601
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
602
|
+
width: n,
|
|
603
|
+
height: c,
|
|
604
|
+
viewBox: "0 0 14 14",
|
|
605
|
+
fill: "none",
|
|
606
|
+
children: /* @__PURE__ */ o(
|
|
607
|
+
"path",
|
|
608
|
+
{
|
|
609
|
+
fill: "currentColor",
|
|
610
|
+
d: "M9.71 0c.374 0 .678.304.678.678v.677h.677c.872 0 1.58.708 1.58 1.58v.678h.678a.678.678 0 0 1 0 1.355h-.678v1.355h.678a.677.677 0 0 1 0 1.355h-.678v1.354h.678a.678.678 0 0 1 0 1.356h-.678v.677c0 .872-.708 1.58-1.58 1.58h-.677v.678a.678.678 0 0 1-1.356 0v-.678H7.678v.678a.678.678 0 0 1-1.355 0v-.678H4.968v.678a.677.677 0 0 1-1.355 0v-.678h-.677a1.58 1.58 0 0 1-1.58-1.58v-.677H.677a.678.678 0 0 1 0-1.356h.677V7.678H.678a.678.678 0 0 1 0-1.355h.677V4.968H.678a.678.678 0 1 1 0-1.355h.677v-.677c0-.873.708-1.58 1.58-1.58h.678V.677a.678.678 0 0 1 1.355 0v.677h1.355V.678a.677.677 0 1 1 1.355 0v.677h1.354V.678c0-.374.304-.678.678-.678ZM2.936 2.71a.226.226 0 0 0-.226.226v8.128c0 .125.101.227.226.227h8.128a.228.228 0 0 0 .227-.226v-8.13a.227.227 0 0 0-.226-.225h-8.13Zm5.42 1.354c.872 0 1.58.709 1.58 1.582v2.71a1.58 1.58 0 0 1-1.58 1.58h-2.71c-.873 0-1.581-.708-1.582-1.58v-2.71c0-.873.709-1.582 1.582-1.582h2.71ZM5.645 5.42c-.125 0-.226.1-.226.226v2.71c0 .124.101.225.226.225h2.71a.226.226 0 0 0 .225-.226v-2.71a.226.226 0 0 0-.226-.225h-2.71Z"
|
|
611
|
+
}
|
|
612
|
+
)
|
|
613
|
+
}
|
|
614
|
+
);
|
|
615
|
+
}), K = l(function(t, e) {
|
|
616
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
617
|
+
return /* @__PURE__ */ o(
|
|
618
|
+
"svg",
|
|
619
|
+
{
|
|
620
|
+
...r,
|
|
621
|
+
ref: e,
|
|
622
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
623
|
+
width: n,
|
|
624
|
+
height: c,
|
|
625
|
+
viewBox: "0 0 14 14",
|
|
626
|
+
fill: "none",
|
|
627
|
+
children: /* @__PURE__ */ o(
|
|
628
|
+
"path",
|
|
629
|
+
{
|
|
630
|
+
fill: "currentColor",
|
|
631
|
+
d: "M1 5.7v7.8h4.286v-3.467C5.286 9.076 6.053 8.3 7 8.3s1.714.776 1.714 1.733V13.5H13V5.7L7 .5z"
|
|
632
|
+
}
|
|
633
|
+
)
|
|
634
|
+
}
|
|
635
|
+
);
|
|
636
|
+
}), Q = l(function(t, e) {
|
|
637
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
638
|
+
return /* @__PURE__ */ s(
|
|
639
|
+
"svg",
|
|
640
|
+
{
|
|
641
|
+
...r,
|
|
642
|
+
ref: e,
|
|
643
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
644
|
+
width: n,
|
|
645
|
+
height: c,
|
|
646
|
+
viewBox: "0 0 14 14",
|
|
647
|
+
fill: "none",
|
|
648
|
+
children: [
|
|
649
|
+
/* @__PURE__ */ o("circle", { cx: "7", cy: "7", r: "5.25", stroke: "currentColor", strokeWidth: "1.4" }),
|
|
650
|
+
/* @__PURE__ */ o("circle", { cx: "7", cy: "5", r: "0.75", fill: "currentColor", stroke: "none" }),
|
|
651
|
+
/* @__PURE__ */ o(
|
|
652
|
+
"path",
|
|
653
|
+
{
|
|
654
|
+
stroke: "currentColor",
|
|
655
|
+
strokeLinecap: "round",
|
|
656
|
+
strokeWidth: "1.6",
|
|
657
|
+
d: "M7 7v2.5"
|
|
658
|
+
}
|
|
659
|
+
)
|
|
660
|
+
]
|
|
661
|
+
}
|
|
662
|
+
);
|
|
663
|
+
}), O = l(function(t, e) {
|
|
664
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
665
|
+
return /* @__PURE__ */ o(
|
|
666
|
+
"svg",
|
|
667
|
+
{
|
|
668
|
+
...r,
|
|
669
|
+
ref: e,
|
|
670
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
671
|
+
width: n,
|
|
672
|
+
height: c,
|
|
673
|
+
viewBox: "0 0 14 14",
|
|
674
|
+
fill: "none",
|
|
675
|
+
children: /* @__PURE__ */ o(
|
|
676
|
+
"path",
|
|
677
|
+
{
|
|
678
|
+
fill: "currentColor",
|
|
679
|
+
fillRule: "evenodd",
|
|
680
|
+
d: "M9.254 7.814C11.323 7.814 13 6.177 13 4.157S11.323.5 9.254.5 5.507 2.137 5.507 4.157c0 .57.134 1.11.373 1.592a.55.55 0 0 1-.09.64l-4.423 4.318a.5.5 0 0 0 0 .715l1.779 1.737a.5.5 0 0 0 .698 0l.462-.45a.5.5 0 0 0 0-.716l-.585-.57a.5.5 0 0 1 0-.716l.605-.59a.5.5 0 0 1 .698 0l.62.604a.5.5 0 0 0 .698 0l.461-.45a.5.5 0 0 0 0-.716l-.584-.57a.5.5 0 0 1 0-.716l.761-.744a.55.55 0 0 1 .621-.085c.499.24 1.06.374 1.653.374m0-1.625c1.15 0 2.081-.91 2.081-2.032s-.932-2.032-2.081-2.032-2.082.91-2.082 2.032.932 2.032 2.082 2.032",
|
|
681
|
+
clipRule: "evenodd"
|
|
682
|
+
}
|
|
683
|
+
)
|
|
684
|
+
}
|
|
685
|
+
);
|
|
686
|
+
}), T = l(function(t, e) {
|
|
687
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
688
|
+
return /* @__PURE__ */ o(
|
|
689
|
+
"svg",
|
|
690
|
+
{
|
|
691
|
+
...r,
|
|
692
|
+
ref: e,
|
|
693
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
694
|
+
width: n,
|
|
695
|
+
height: c,
|
|
696
|
+
viewBox: "0 0 14 14",
|
|
697
|
+
fill: "none",
|
|
698
|
+
children: /* @__PURE__ */ o(
|
|
699
|
+
"path",
|
|
700
|
+
{
|
|
701
|
+
fill: "currentColor",
|
|
702
|
+
fillRule: "evenodd",
|
|
703
|
+
d: "M14 14h-2.8V9.1c0-1.3-.6-2-1.7-2s-1.8.7-1.8 2V14H4.9V4.9h2.8v1s.9-1.5 2.9-1.5S14 5.6 14 8v6ZM1.7 3.4C.7 3.4 0 2.7 0 1.7S.8 0 1.7 0a1.7 1.7 0 0 1 0 3.4ZM0 14h3.5V4.9H0V14Z",
|
|
704
|
+
clipRule: "evenodd"
|
|
705
|
+
}
|
|
706
|
+
)
|
|
707
|
+
}
|
|
708
|
+
);
|
|
709
|
+
}), $ = l(function(t, e) {
|
|
710
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
711
|
+
return /* @__PURE__ */ s(
|
|
712
|
+
"svg",
|
|
713
|
+
{
|
|
714
|
+
...r,
|
|
715
|
+
ref: e,
|
|
716
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
717
|
+
width: n,
|
|
718
|
+
height: c,
|
|
719
|
+
viewBox: "3 -2 16 22",
|
|
720
|
+
fill: "none",
|
|
721
|
+
children: [
|
|
722
|
+
/* @__PURE__ */ o(
|
|
723
|
+
"path",
|
|
724
|
+
{
|
|
725
|
+
stroke: "currentColor",
|
|
726
|
+
strokeLinecap: "round",
|
|
727
|
+
strokeLinejoin: "round",
|
|
728
|
+
strokeWidth: "2.5",
|
|
729
|
+
d: "m3 3.7 8 5.9 8-5.9"
|
|
730
|
+
}
|
|
731
|
+
),
|
|
732
|
+
/* @__PURE__ */ o(
|
|
733
|
+
"path",
|
|
734
|
+
{
|
|
735
|
+
stroke: "currentColor",
|
|
736
|
+
strokeLinecap: "round",
|
|
737
|
+
strokeLinejoin: "round",
|
|
738
|
+
strokeWidth: "2.5",
|
|
739
|
+
d: "M18 2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"
|
|
740
|
+
}
|
|
741
|
+
)
|
|
742
|
+
]
|
|
743
|
+
}
|
|
744
|
+
);
|
|
745
|
+
}), J = l(function(t, e) {
|
|
746
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
747
|
+
return /* @__PURE__ */ o(
|
|
748
|
+
"svg",
|
|
749
|
+
{
|
|
750
|
+
...r,
|
|
751
|
+
ref: e,
|
|
752
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
753
|
+
width: n,
|
|
754
|
+
height: c,
|
|
755
|
+
viewBox: "0 0 14 14",
|
|
756
|
+
fill: "none",
|
|
757
|
+
children: /* @__PURE__ */ o(
|
|
758
|
+
"path",
|
|
759
|
+
{
|
|
760
|
+
stroke: "currentColor",
|
|
761
|
+
strokeLinecap: "round",
|
|
762
|
+
strokeWidth: "1.6",
|
|
763
|
+
d: "M3.5 7.121h7.243"
|
|
764
|
+
}
|
|
765
|
+
)
|
|
766
|
+
}
|
|
767
|
+
);
|
|
768
|
+
}), N = l(function(t, e) {
|
|
769
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
770
|
+
return /* @__PURE__ */ o(
|
|
771
|
+
"svg",
|
|
772
|
+
{
|
|
773
|
+
...r,
|
|
774
|
+
ref: e,
|
|
775
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
776
|
+
width: n,
|
|
777
|
+
height: c,
|
|
778
|
+
viewBox: "0 0 14 14",
|
|
779
|
+
fill: "none",
|
|
780
|
+
children: /* @__PURE__ */ o(
|
|
781
|
+
"path",
|
|
782
|
+
{
|
|
783
|
+
fill: "currentColor",
|
|
784
|
+
d: "M9.534 2.136a1.784 1.784 0 0 1 1.944 2.91l-.26.258-2.522-2.522.259-.26c.166-.165.362-.297.579-.386ZM7.989 3.489 2.827 8.65a.5.5 0 0 0-.128.222l-.681 2.497a.5.5 0 0 0 .614.614l2.496-.681a.5.5 0 0 0 .222-.129l5.162-5.162L7.989 3.49Z"
|
|
785
|
+
}
|
|
786
|
+
)
|
|
787
|
+
}
|
|
788
|
+
);
|
|
789
|
+
}), X = l(function(t, e) {
|
|
790
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
791
|
+
return /* @__PURE__ */ o(
|
|
792
|
+
"svg",
|
|
793
|
+
{
|
|
794
|
+
...r,
|
|
795
|
+
ref: e,
|
|
796
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
797
|
+
width: n,
|
|
798
|
+
height: c,
|
|
799
|
+
viewBox: "0 0 14 14",
|
|
800
|
+
fill: "none",
|
|
801
|
+
children: /* @__PURE__ */ o(
|
|
802
|
+
"path",
|
|
803
|
+
{
|
|
804
|
+
stroke: "currentColor",
|
|
805
|
+
strokeLinecap: "round",
|
|
806
|
+
strokeWidth: "1.6",
|
|
807
|
+
d: "M3.5 7.121h7.243M7.122 3.5v7.243"
|
|
808
|
+
}
|
|
809
|
+
)
|
|
810
|
+
}
|
|
811
|
+
);
|
|
812
|
+
}), Y = l(function(t, e) {
|
|
813
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
814
|
+
return /* @__PURE__ */ s(
|
|
815
|
+
"svg",
|
|
816
|
+
{
|
|
817
|
+
...r,
|
|
818
|
+
ref: e,
|
|
819
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
820
|
+
width: n,
|
|
821
|
+
height: c,
|
|
822
|
+
viewBox: "0 0 14 14",
|
|
823
|
+
fill: "none",
|
|
824
|
+
children: [
|
|
825
|
+
/* @__PURE__ */ o("rect", { width: "6", height: "6", fill: "currentColor", rx: "1" }),
|
|
826
|
+
/* @__PURE__ */ o("rect", { width: "6", height: "6", x: "8", fill: "currentColor", rx: "1" }),
|
|
827
|
+
/* @__PURE__ */ o("rect", { width: "6", height: "6", y: "8", fill: "currentColor", rx: "1" }),
|
|
828
|
+
/* @__PURE__ */ o("rect", { width: "6", height: "6", x: "8", y: "8", fill: "currentColor", rx: "1" })
|
|
829
|
+
]
|
|
830
|
+
}
|
|
831
|
+
);
|
|
832
|
+
}), _ = l(function(t, e) {
|
|
833
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
834
|
+
return /* @__PURE__ */ o(
|
|
835
|
+
"svg",
|
|
836
|
+
{
|
|
837
|
+
...r,
|
|
838
|
+
ref: e,
|
|
839
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
840
|
+
width: n,
|
|
841
|
+
height: c,
|
|
842
|
+
viewBox: "0 0 14 14",
|
|
843
|
+
fill: "none",
|
|
844
|
+
children: /* @__PURE__ */ s("g", { fill: "currentColor", children: [
|
|
845
|
+
/* @__PURE__ */ o("path", { d: "M14 14h-3.111v-1.556h1.555V10.89H14V14ZM0 0h6.222v6.222H0V0Zm1.556 1.556v3.11h3.11v-3.11h-3.11ZM7.778 0H14v6.222H7.778V0Zm1.555 1.556v3.11h3.111v-3.11h-3.11ZM0 7.778h6.222V14H0V7.778Zm1.556 1.555v3.111h3.11v-3.11h-3.11Zm10.11-1.555H14V9h-2.333V7.778ZM9.333 10H7.778V7.778h1.555V10ZM9.31 12.444V14H7.779v-2H9.31v.444ZM9.3 11h1v1h-1zM10.3 11h1v1h-1z" }),
|
|
846
|
+
/* @__PURE__ */ o("path", { d: "M11.3 10H14v1h-2.7zM10.3 9h1v1h-1z" })
|
|
847
|
+
] })
|
|
848
|
+
}
|
|
849
|
+
);
|
|
850
|
+
}), o1 = l(function(t, e) {
|
|
851
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
852
|
+
return /* @__PURE__ */ o(
|
|
853
|
+
"svg",
|
|
854
|
+
{
|
|
855
|
+
...r,
|
|
856
|
+
ref: e,
|
|
857
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
858
|
+
width: n,
|
|
859
|
+
height: c,
|
|
860
|
+
viewBox: "0 0 14 14",
|
|
861
|
+
fill: "none",
|
|
862
|
+
children: /* @__PURE__ */ o(
|
|
863
|
+
"path",
|
|
864
|
+
{
|
|
865
|
+
fill: "currentColor",
|
|
866
|
+
fillRule: "evenodd",
|
|
867
|
+
d: "M9.1 9.1a1 1 0 0 1-1-1c0-.7.5-1.2 1-1.2.6 0 1 .5 1 1.1 0 .6-.4 1.1-1 1.1Zm.2 2c-.5.5-1.3.8-2.3.8-1 0-1.8-.3-2.3-.8a.3.3 0 0 1 0-.4c.1-.1.3-.1.4 0 .4.4 1 .6 1.9.6.9 0 1.5-.2 1.9-.6 0-.1.3-.1.4 0v.4ZM3.9 8c0-.7.5-1.2 1-1.2s1 .5 1 1.1c0 .6-.5 1.1-1 1.1s-1-.5-1-1ZM14 6.8c0-1-.7-1.8-1.6-1.8-.4 0-.8.2-1 .5a6.8 6.8 0 0 0-4-1.3l.8-3 2.2.6c0 .8.8 1.5 1.5 1.5s1.4-.7 1.4-1.5c0-.7-.7-1.4-1.4-1.4-.6 0-1.2.4-1.4.9L7.8.7l-1 3.6c-1.6 0-3 .5-4.2 1.2-.3-.2-.6-.4-1-.4-.9 0-1.6.8-1.6 1.8 0 .6.3 1.1.8 1.5C.3 11 3.3 13.5 7 13.5s6.6-2.4 6.2-5.1c.5-.3.8-.9.8-1.5Z",
|
|
868
|
+
clipRule: "evenodd"
|
|
869
|
+
}
|
|
870
|
+
)
|
|
871
|
+
}
|
|
872
|
+
);
|
|
873
|
+
}), n1 = l(function(t, e) {
|
|
874
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
875
|
+
return /* @__PURE__ */ s(
|
|
876
|
+
"svg",
|
|
877
|
+
{
|
|
878
|
+
...r,
|
|
879
|
+
ref: e,
|
|
880
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
881
|
+
width: n,
|
|
882
|
+
height: c,
|
|
883
|
+
viewBox: "0 0 14 15",
|
|
884
|
+
fill: "none",
|
|
885
|
+
children: [
|
|
886
|
+
/* @__PURE__ */ o("path", { fill: "currentColor", d: "M4.875 10.65a.437.437 0 0 0-.437.438v2.625a.438.438 0 0 0 .68.364l1.07-.713 1.07.713a.438.438 0 0 0 .68-.364v-2.625a.437.437 0 0 0-.438-.438z" }),
|
|
887
|
+
/* @__PURE__ */ o("path", { fill: "currentColor", stroke: "currentColor", strokeWidth: ".15", d: "M12.094.075a1.17 1.17 0 0 1 1.169 1.169V12.18a1.17 1.17 0 0 1-1.17 1.17h-2.63a.732.732 0 0 1 0-1.464H11.8V9.413H2.906a.58.58 0 0 0-.58.58v1.313a.58.58 0 0 0 .58.581h.069a.731.731 0 0 1 0 1.463h-.069a2.044 2.044 0 0 1-2.044-2.044V2.12A2.044 2.044 0 0 1 2.906.075zM2.906 1.538a.58.58 0 0 0-.58.58v5.917q.276-.084.58-.085H11.8V1.538z" })
|
|
888
|
+
]
|
|
889
|
+
}
|
|
890
|
+
);
|
|
891
|
+
}), r1 = l(function(t, e) {
|
|
892
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
893
|
+
return /* @__PURE__ */ o(
|
|
894
|
+
"svg",
|
|
895
|
+
{
|
|
896
|
+
...r,
|
|
897
|
+
ref: e,
|
|
898
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
899
|
+
width: n,
|
|
900
|
+
height: c,
|
|
901
|
+
viewBox: "0 0 14 14",
|
|
902
|
+
fill: "none",
|
|
903
|
+
children: /* @__PURE__ */ o(
|
|
904
|
+
"path",
|
|
905
|
+
{
|
|
906
|
+
fill: "currentColor",
|
|
907
|
+
d: "M9.958 0c.194 0 .49.066.663.148 0 0-.112-.12.045.042.141.147 3.117 3.214 3.178 3.278.055.059.024.032.021.03.081.175.135.48.135.673v8.374c0 .62-.743 1.455-1.453 1.455l-2.436-.007A1.02 1.02 0 0 1 10 14H4c-.073 0-.144-.009-.212-.023l-2.345-.006A1.44 1.44 0 0 1 .01 12.56C-.022 11.696.04 2.202.04 1.454.04.708.646.031 1.524.031 2.404.031 9.958 0 9.958 0ZM1.471 1.435a.174.174 0 0 0-.057.037.173.173 0 0 0-.037.056.172.172 0 0 0-.014.067l.014 10.597c0 .193.158.35.352.352L3 12.55V8a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4.592l1.3.008a.349.349 0 0 0 .351-.349l-.012-7.914a.476.476 0 0 0-.127-.297L9.948 1.56c-.07-.068-.126-.044-.126.052V4.69c0 .293-.406.8-.774.801H3.75c-.403 0-.838-.413-.838-.8l-.002-3.079a.177.177 0 0 0-.174-.176l-1.199-.014a.176.176 0 0 0-.067.013Zm2.69 11.122 5.679.029V8.16H4.16v4.397Zm.232-11.099a.175.175 0 0 0-.176.175v2.435c0 .097.079.176.176.176h3.92a.175.175 0 0 0 .174-.176V1.634a.176.176 0 0 0-.175-.176h-3.92Z"
|
|
908
|
+
}
|
|
909
|
+
)
|
|
910
|
+
}
|
|
911
|
+
);
|
|
912
|
+
}), t1 = l(function(t, e) {
|
|
913
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
914
|
+
return /* @__PURE__ */ s(
|
|
915
|
+
"svg",
|
|
916
|
+
{
|
|
917
|
+
...r,
|
|
918
|
+
ref: e,
|
|
919
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
920
|
+
width: n,
|
|
921
|
+
height: c,
|
|
922
|
+
viewBox: "0 0 14 14",
|
|
923
|
+
fill: "none",
|
|
924
|
+
children: [
|
|
925
|
+
/* @__PURE__ */ o(
|
|
926
|
+
"path",
|
|
927
|
+
{
|
|
928
|
+
fill: "currentColor",
|
|
929
|
+
d: "M7 1.25c-2.29 0-4.584.943-6.297 2.838l-.434.485C-.08 4.956-.09 5.596.242 5.998c.335.403.888.415 1.237.032l.438-.482c2.7-2.988 7.466-2.988 10.166 0l.438.482c.349.383.902.37 1.237-.032.332-.402.322-1.042-.027-1.425l-.434-.489C11.584 2.194 9.29 1.25 7 1.25ZM6.973 5.3c-1.375.012-2.739.635-3.682 1.831l-.438.557a1.083 1.083 0 0 0-.229.726c.01.268.113.521.287.703.171.181.397.276.63.26a.828.828 0 0 0 .608-.332l.434-.552c1.118-1.417 3.64-1.512 4.834.004l.437.548c.154.202.373.32.606.332a.8.8 0 0 0 .632-.26c.17-.182.273-.435.284-.703a1.108 1.108 0 0 0-.23-.726l-.437-.553C9.728 5.888 8.343 5.288 6.973 5.3Z"
|
|
930
|
+
}
|
|
931
|
+
),
|
|
932
|
+
/* @__PURE__ */ o("circle", { cx: "7", cy: "11.05", r: "1.867", fill: "currentColor" })
|
|
933
|
+
]
|
|
934
|
+
}
|
|
935
|
+
);
|
|
936
|
+
}), e1 = l(function(t, e) {
|
|
937
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
938
|
+
return /* @__PURE__ */ o(
|
|
939
|
+
"svg",
|
|
940
|
+
{
|
|
941
|
+
...r,
|
|
942
|
+
ref: e,
|
|
943
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
944
|
+
width: n,
|
|
945
|
+
height: c,
|
|
946
|
+
viewBox: "0 0 14 14",
|
|
947
|
+
fill: "none",
|
|
948
|
+
children: /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.031 4.031h.006M6.195 1.5H4.5c-1.05 0-1.575 0-1.976.204-.353.18-.64.467-.82.82-.204.4-.204.926-.204 1.976v1.695c0 .458 0 .688.052.904.046.19.121.374.224.542.116.189.278.35.603.675l2.937 2.938c.743.742 1.114 1.114 1.542 1.253.377.122.782.122 1.159 0 .428-.14.8-.51 1.542-1.253l1.695-1.695c.742-.743 1.114-1.114 1.253-1.542a1.88 1.88 0 0 0 0-1.159c-.14-.428-.51-.8-1.253-1.542L8.316 2.38c-.324-.325-.486-.487-.675-.603a1.9 1.9 0 0 0-.542-.224C6.883 1.5 6.653 1.5 6.195 1.5M4.344 4.031a.312.312 0 1 1-.625 0 .312.312 0 0 1 .625 0" })
|
|
949
|
+
}
|
|
950
|
+
);
|
|
951
|
+
}), c1 = l(function(t, e) {
|
|
952
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
953
|
+
return /* @__PURE__ */ o(
|
|
954
|
+
"svg",
|
|
955
|
+
{
|
|
956
|
+
...r,
|
|
957
|
+
ref: e,
|
|
958
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
959
|
+
width: n,
|
|
960
|
+
height: c,
|
|
961
|
+
viewBox: "0 0 14 14",
|
|
962
|
+
fill: "none",
|
|
963
|
+
children: /* @__PURE__ */ o(
|
|
964
|
+
"path",
|
|
965
|
+
{
|
|
966
|
+
fill: "currentColor",
|
|
967
|
+
d: "M7 0a7 7 0 1 1 0 14A7 7 0 0 1 7 0Zm0 1.866a5.134 5.134 0 0 0-3.257 9.102C3.853 9.002 4.821 7.467 7 7.467c2.179 0 3.146 1.535 3.256 3.5A5.134 5.134 0 0 0 7 1.866ZM7 2.8a1.867 1.867 0 1 1-.001 3.733A1.867 1.867 0 0 1 7 2.8Z"
|
|
968
|
+
}
|
|
969
|
+
)
|
|
970
|
+
}
|
|
971
|
+
);
|
|
972
|
+
}), l1 = l(function(t, e) {
|
|
973
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
974
|
+
return /* @__PURE__ */ s(
|
|
975
|
+
"svg",
|
|
976
|
+
{
|
|
977
|
+
...r,
|
|
978
|
+
ref: e,
|
|
979
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
980
|
+
width: n,
|
|
981
|
+
height: c,
|
|
982
|
+
viewBox: "0 0 14 14",
|
|
983
|
+
fill: "none",
|
|
984
|
+
children: [
|
|
985
|
+
/* @__PURE__ */ o(
|
|
986
|
+
"path",
|
|
987
|
+
{
|
|
988
|
+
stroke: "currentColor",
|
|
989
|
+
strokeLinejoin: "round",
|
|
990
|
+
strokeWidth: "1.4",
|
|
991
|
+
d: "M7 1.5 1.5 11.5h11L7 1.5Z"
|
|
992
|
+
}
|
|
993
|
+
),
|
|
994
|
+
/* @__PURE__ */ o(
|
|
995
|
+
"path",
|
|
996
|
+
{
|
|
997
|
+
stroke: "currentColor",
|
|
998
|
+
strokeLinecap: "round",
|
|
999
|
+
strokeWidth: "1.6",
|
|
1000
|
+
d: "M7 6v2"
|
|
1001
|
+
}
|
|
1002
|
+
),
|
|
1003
|
+
/* @__PURE__ */ o("circle", { cx: "7", cy: "9.75", r: "0.75", fill: "currentColor", stroke: "none" })
|
|
1004
|
+
]
|
|
1005
|
+
}
|
|
1006
|
+
);
|
|
1007
|
+
}), i1 = l(function(t, e) {
|
|
1008
|
+
const { height: c = 14, width: n = 14, ...r } = t;
|
|
1009
|
+
return /* @__PURE__ */ o(
|
|
1010
|
+
"svg",
|
|
1011
|
+
{
|
|
1012
|
+
...r,
|
|
1013
|
+
ref: e,
|
|
1014
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1015
|
+
width: n,
|
|
1016
|
+
height: c,
|
|
1017
|
+
viewBox: "0 0 14 14",
|
|
1018
|
+
fill: "none",
|
|
1019
|
+
children: /* @__PURE__ */ o(
|
|
1020
|
+
"path",
|
|
1021
|
+
{
|
|
1022
|
+
fill: "currentColor",
|
|
1023
|
+
d: "M10.938 1.003c.196.003.376.007.538.018.331.023.668.074.998.216.488.211.918.56 1.199 1.027.199.33.27.672.3.987.028.297.027.655.027 1.035v5.428c0 .38.001.738-.027 1.035-.03.315-.101.657-.3.987a2.553 2.553 0 0 1-1.019.94l-.18.087c-.33.142-.667.193-.998.216-.324.022-.72.021-1.178.021H3.702c-.459 0-.854 0-1.178-.021a3.168 3.168 0 0 1-.874-.167l-.124-.05a2.583 2.583 0 0 1-1.199-1.026c-.199-.33-.27-.672-.3-.987C0 10.452 0 10.094 0 9.714V4.286c0-.38-.001-.738.027-1.035.03-.315.101-.657.3-.987l.112-.17a2.615 2.615 0 0 1 1.087-.857l.124-.049a3.17 3.17 0 0 1 .874-.167C2.848 1 3.244 1 3.702 1h6.596l.64.003ZM3.702 3c-.487 0-.8 0-1.04.017-.23.016-.312.043-.344.057a.596.596 0 0 0-.275.218c.01-.02-.01 0-.024.151C2 3.623 2 3.867 2 4.286v5.428c0 .42.001.664.019.843.008.091.019.134.024.15.044.07.13.157.274.219h.001c.032.014.113.041.344.057.24.017.553.017 1.04.017h6.596c.486 0 .8 0 1.04-.017.23-.016.312-.043.344-.057a.59.59 0 0 0 .274-.219.758.758 0 0 0 .025-.15c.018-.18.019-.424.019-.843V4.286c0-.42-.001-.664-.019-.843a.763.763 0 0 0-.025-.151.594.594 0 0 0-.274-.218c-.032-.014-.113-.041-.344-.057a7.799 7.799 0 0 0-.427-.015L10.298 3H3.702Zm4.24.5a1 1 0 0 1 0 2h-.008a1 1 0 0 1 0-2h.008Zm2.534 0a1 1 0 0 1 0 2h-.01a1 1 0 0 1 0-2h.01Z"
|
|
1024
|
+
}
|
|
1025
|
+
)
|
|
1026
|
+
}
|
|
1027
|
+
);
|
|
1028
|
+
}), s1 = {
|
|
1029
|
+
projects: Y,
|
|
1030
|
+
chat: Z,
|
|
1031
|
+
articles: x,
|
|
1032
|
+
mail: $,
|
|
1033
|
+
github: D,
|
|
1034
|
+
globe: U,
|
|
1035
|
+
linkedin: T,
|
|
1036
|
+
reddit: o1,
|
|
1037
|
+
exit: q,
|
|
1038
|
+
camera: L,
|
|
1039
|
+
"qr-code": _,
|
|
1040
|
+
download: W,
|
|
1041
|
+
save: r1,
|
|
1042
|
+
pencil: N,
|
|
1043
|
+
"arrow-left": C,
|
|
1044
|
+
"arrow-right": m,
|
|
1045
|
+
cross: y,
|
|
1046
|
+
checkmark: H,
|
|
1047
|
+
plus: X,
|
|
1048
|
+
minus: J,
|
|
1049
|
+
window: i1,
|
|
1050
|
+
user: c1,
|
|
1051
|
+
duplicate: j,
|
|
1052
|
+
eye: b,
|
|
1053
|
+
"eye-off": z,
|
|
1054
|
+
signal: t1,
|
|
1055
|
+
audio: I,
|
|
1056
|
+
hardware: F,
|
|
1057
|
+
burger: M,
|
|
1058
|
+
repository: n1,
|
|
1059
|
+
"chevron-down": P,
|
|
1060
|
+
"chevron-up": A,
|
|
1061
|
+
"chevron-left": B,
|
|
1062
|
+
"chevron-right": V,
|
|
1063
|
+
branch: k,
|
|
1064
|
+
commit: R,
|
|
1065
|
+
folder: G,
|
|
1066
|
+
file: S,
|
|
1067
|
+
tag: e1,
|
|
1068
|
+
key: O,
|
|
1069
|
+
git: E,
|
|
1070
|
+
home: K,
|
|
1071
|
+
info: Q,
|
|
1072
|
+
warning: l1
|
|
1073
|
+
}, v1 = l(function(t, e) {
|
|
1074
|
+
const {
|
|
1075
|
+
"aria-hidden": c,
|
|
1076
|
+
"aria-label": n,
|
|
1077
|
+
"aria-labelledby": r,
|
|
1078
|
+
color: h,
|
|
1079
|
+
role: g,
|
|
1080
|
+
size: a = 14,
|
|
1081
|
+
style: u,
|
|
1082
|
+
type: v,
|
|
1083
|
+
...f
|
|
1084
|
+
} = t, w = s1[v];
|
|
1085
|
+
if (!w)
|
|
1086
|
+
return console.warn(`Icon type "${v}" not found`), null;
|
|
1087
|
+
const d = n !== void 0 || r !== void 0;
|
|
1088
|
+
return p(w, {
|
|
1089
|
+
...f,
|
|
1090
|
+
"aria-hidden": c ?? (d ? void 0 : !0),
|
|
1091
|
+
"aria-label": n,
|
|
1092
|
+
"aria-labelledby": r,
|
|
1093
|
+
ref: e,
|
|
1094
|
+
height: a,
|
|
1095
|
+
role: g ?? (d ? "img" : void 0),
|
|
1096
|
+
style: {
|
|
1097
|
+
flexShrink: 0,
|
|
1098
|
+
...u,
|
|
1099
|
+
...h ? { color: h } : void 0
|
|
1100
|
+
},
|
|
1101
|
+
width: a
|
|
1102
|
+
});
|
|
1103
|
+
});
|
|
1104
|
+
export {
|
|
1105
|
+
C as A,
|
|
1106
|
+
M as B,
|
|
1107
|
+
L as C,
|
|
1108
|
+
W as D,
|
|
1109
|
+
q as E,
|
|
1110
|
+
D as G,
|
|
1111
|
+
F as H,
|
|
1112
|
+
Q as I,
|
|
1113
|
+
O as K,
|
|
1114
|
+
T as L,
|
|
1115
|
+
$ as M,
|
|
1116
|
+
N as P,
|
|
1117
|
+
_ as Q,
|
|
1118
|
+
o1 as R,
|
|
1119
|
+
r1 as S,
|
|
1120
|
+
c1 as U,
|
|
1121
|
+
l1 as W,
|
|
1122
|
+
m as a,
|
|
1123
|
+
x as b,
|
|
1124
|
+
I as c,
|
|
1125
|
+
Z as d,
|
|
1126
|
+
H as e,
|
|
1127
|
+
y as f,
|
|
1128
|
+
j as g,
|
|
1129
|
+
b as h,
|
|
1130
|
+
z as i,
|
|
1131
|
+
U as j,
|
|
1132
|
+
J as k,
|
|
1133
|
+
X as l,
|
|
1134
|
+
Y as m,
|
|
1135
|
+
n1 as n,
|
|
1136
|
+
t1 as o,
|
|
1137
|
+
i1 as p,
|
|
1138
|
+
v1 as q
|
|
1139
|
+
};
|