foamicons 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +921 -792
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +108 -100
- package/dist/index.d.ts +108 -100
- package/dist/index.js +851 -726
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
|
|
4
|
-
// src/icons/
|
|
5
|
-
var
|
|
4
|
+
// src/icons/Alert.tsx
|
|
5
|
+
var Alert = forwardRef(
|
|
6
6
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
7
7
|
"svg",
|
|
8
8
|
{
|
|
@@ -13,20 +13,19 @@ var AddContent = forwardRef(
|
|
|
13
13
|
fill: "none",
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
15
|
strokeWidth,
|
|
16
|
-
className: ["foamicon", "foamicon-
|
|
16
|
+
className: ["foamicon", "foamicon-alert", className].filter(Boolean).join(" "),
|
|
17
17
|
"aria-hidden": "true",
|
|
18
18
|
...props,
|
|
19
19
|
children: [
|
|
20
|
-
/* @__PURE__ */ jsx("
|
|
21
|
-
/* @__PURE__ */ jsx("path", { d: "M8
|
|
22
|
-
/* @__PURE__ */ jsx("
|
|
23
|
-
/* @__PURE__ */ jsx("path", { d: "M12 7H8", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M11.25 7.75C11.9574 8.92444 12.7917 10.5497 13.3543 11.6796C13.6688 12.3112 13.2374 13.0502 12.5329 13.0897C11.256 13.1614 9.39596 13.25 8 13.25C6.60404 13.25 4.74404 13.1614 3.46706 13.0897C2.76259 13.0502 2.33116 12.3112 2.64567 11.6796C3.20829 10.5497 4.04258 8.92444 4.75 7.75C5.45152 6.58536 6.49354 5.09165 7.20742 4.09313C7.59827 3.54644 8.40173 3.54644 8.79258 4.09313C9.50646 5.09165 10.5485 6.58536 11.25 7.75Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M8 9V11.4873", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
22
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "6.875", r: "0.5", fill: "currentColor", stroke: "currentColor", strokeWidth: "0.25" })
|
|
24
23
|
]
|
|
25
24
|
}
|
|
26
25
|
)
|
|
27
26
|
);
|
|
28
|
-
|
|
29
|
-
var
|
|
27
|
+
Alert.displayName = "Alert";
|
|
28
|
+
var ArchiveArrowUp = forwardRef(
|
|
30
29
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
31
30
|
"svg",
|
|
32
31
|
{
|
|
@@ -37,19 +36,20 @@ var Alert = forwardRef(
|
|
|
37
36
|
fill: "none",
|
|
38
37
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39
38
|
strokeWidth,
|
|
40
|
-
className: ["foamicon", "foamicon-
|
|
39
|
+
className: ["foamicon", "foamicon-archive-arrow-up", className].filter(Boolean).join(" "),
|
|
41
40
|
"aria-hidden": "true",
|
|
42
41
|
...props,
|
|
43
42
|
children: [
|
|
44
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
45
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
46
|
-
/* @__PURE__ */ jsx("
|
|
43
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 5.5V11.3426C2.5 12.317 3.20217 13.1475 4.17017 13.2591C5.20658 13.3786 6.60329 13.5 8 13.5C9.39671 13.5 10.7934 13.3786 11.8298 13.2591C12.7978 13.1475 13.5 12.317 13.5 11.3426V5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
44
|
+
/* @__PURE__ */ jsx("path", { d: "M1.5 3.11582C1.5 2.84784 1.70959 2.62777 1.97741 2.618C2.99692 2.58079 5.49846 2.5 8 2.5C10.5015 2.5 13.0031 2.58079 14.0226 2.618C14.2904 2.62777 14.5 2.84784 14.5 3.11582V4.88418C14.5 5.15216 14.2904 5.37223 14.0226 5.382C13.0031 5.41921 10.5015 5.5 8 5.5C5.49846 5.5 2.99692 5.41921 1.97741 5.382C1.70959 5.37223 1.5 5.15216 1.5 4.88418V3.11582Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
45
|
+
/* @__PURE__ */ jsx("path", { d: "M6.33337 9.16667L7.64649 7.85355C7.84175 7.65829 8.15833 7.65829 8.35359 7.85355L9.66671 9.16667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
46
|
+
/* @__PURE__ */ jsx("path", { d: "M8 8.66675V11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
47
47
|
]
|
|
48
48
|
}
|
|
49
49
|
)
|
|
50
50
|
);
|
|
51
|
-
|
|
52
|
-
var
|
|
51
|
+
ArchiveArrowUp.displayName = "ArchiveArrowUp";
|
|
52
|
+
var Archive = forwardRef(
|
|
53
53
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
54
54
|
"svg",
|
|
55
55
|
{
|
|
@@ -60,20 +60,19 @@ var ArchiveArrowUp = forwardRef(
|
|
|
60
60
|
fill: "none",
|
|
61
61
|
xmlns: "http://www.w3.org/2000/svg",
|
|
62
62
|
strokeWidth,
|
|
63
|
-
className: ["foamicon", "foamicon-archive
|
|
63
|
+
className: ["foamicon", "foamicon-archive", className].filter(Boolean).join(" "),
|
|
64
64
|
"aria-hidden": "true",
|
|
65
65
|
...props,
|
|
66
66
|
children: [
|
|
67
|
-
/* @__PURE__ */ jsx("path", { d: "M2.5 5.5V11.3426C2.5 12.317 3.20217 13.1475 4.17017 13.2591C5.20658 13.3786 6.60329 13.5 8 13.5C9.39671 13.5 10.7934 13.3786 11.8298 13.2591C12.7978 13.1475 13.5 12.317 13.5 11.3426V5.5", stroke: "
|
|
68
|
-
/* @__PURE__ */ jsx("path", { d: "M1.5 3.11582C1.5 2.84784 1.70959 2.62777 1.97741 2.618C2.99692 2.58079 5.49846 2.5 8 2.5C10.5015 2.5 13.0031 2.58079 14.0226 2.618C14.2904 2.62777 14.5 2.84784 14.5 3.11582V4.88418C14.5 5.15216 14.2904 5.37223 14.0226 5.382C13.0031 5.41921 10.5015 5.5 8 5.5C5.49846 5.5 2.99692 5.41921 1.97741 5.382C1.70959 5.37223 1.5 5.15216 1.5 4.88418V3.11582Z", stroke: "
|
|
69
|
-
/* @__PURE__ */ jsx("path", { d: "M6.
|
|
70
|
-
/* @__PURE__ */ jsx("path", { d: "M8 8.66675V11", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
67
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 5.5V11.3426C2.5 12.317 3.20217 13.1475 4.17017 13.2591C5.20658 13.3786 6.60329 13.5 8 13.5C9.39671 13.5 10.7934 13.3786 11.8298 13.2591C12.7978 13.1475 13.5 12.317 13.5 11.3426V5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
68
|
+
/* @__PURE__ */ jsx("path", { d: "M1.5 3.11582C1.5 2.84784 1.70959 2.62777 1.97741 2.618C2.99692 2.58079 5.49846 2.5 8 2.5C10.5015 2.5 13.0031 2.58079 14.0226 2.618C14.2904 2.62777 14.5 2.84784 14.5 3.11582V4.88418C14.5 5.15216 14.2904 5.37223 14.0226 5.382C13.0031 5.41921 10.5015 5.5 8 5.5C5.49846 5.5 2.99692 5.41921 1.97741 5.382C1.70959 5.37223 1.5 5.15216 1.5 4.88418V3.11582Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
69
|
+
/* @__PURE__ */ jsx("path", { d: "M6.5 8H9.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
71
70
|
]
|
|
72
71
|
}
|
|
73
72
|
)
|
|
74
73
|
);
|
|
75
|
-
|
|
76
|
-
var
|
|
74
|
+
Archive.displayName = "Archive";
|
|
75
|
+
var ArrowDownNarrowWide = forwardRef(
|
|
77
76
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
78
77
|
"svg",
|
|
79
78
|
{
|
|
@@ -84,19 +83,21 @@ var Archive = forwardRef(
|
|
|
84
83
|
fill: "none",
|
|
85
84
|
xmlns: "http://www.w3.org/2000/svg",
|
|
86
85
|
strokeWidth,
|
|
87
|
-
className: ["foamicon", "foamicon-
|
|
86
|
+
className: ["foamicon", "foamicon-arrow-down-narrow-wide", className].filter(Boolean).join(" "),
|
|
88
87
|
"aria-hidden": "true",
|
|
89
88
|
...props,
|
|
90
89
|
children: [
|
|
91
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
92
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
93
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
90
|
+
/* @__PURE__ */ jsx("path", { d: "M9.66675 9.99996L6.35363 13.3131C6.15837 13.5083 5.84179 13.5083 5.64653 13.3131L2.33341 9.99996", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
91
|
+
/* @__PURE__ */ jsx("path", { d: "M6 13L6 2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
92
|
+
/* @__PURE__ */ jsx("path", { d: "M8.5 7H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
93
|
+
/* @__PURE__ */ jsx("path", { d: "M8.5 5H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
94
|
+
/* @__PURE__ */ jsx("path", { d: "M8.5 3H9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
94
95
|
]
|
|
95
96
|
}
|
|
96
97
|
)
|
|
97
98
|
);
|
|
98
|
-
|
|
99
|
-
var
|
|
99
|
+
ArrowDownNarrowWide.displayName = "ArrowDownNarrowWide";
|
|
100
|
+
var ArrowDownUp = forwardRef(
|
|
100
101
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
101
102
|
"svg",
|
|
102
103
|
{
|
|
@@ -107,18 +108,20 @@ var ArrowDown = forwardRef(
|
|
|
107
108
|
fill: "none",
|
|
108
109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
109
110
|
strokeWidth,
|
|
110
|
-
className: ["foamicon", "foamicon-arrow-down", className].filter(Boolean).join(" "),
|
|
111
|
+
className: ["foamicon", "foamicon-arrow-down-up", className].filter(Boolean).join(" "),
|
|
111
112
|
"aria-hidden": "true",
|
|
112
113
|
...props,
|
|
113
114
|
children: [
|
|
114
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
115
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
115
|
+
/* @__PURE__ */ jsx("path", { d: "M8.5 5.66667L10.8131 3.35355C11.0084 3.15829 11.325 3.15829 11.5202 3.35355L13.8333 5.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
116
|
+
/* @__PURE__ */ jsx("path", { d: "M11.1667 3.66675V12.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
117
|
+
/* @__PURE__ */ jsx("path", { d: "M7.83337 10.3333L5.52026 12.6464C5.325 12.8417 5.00842 12.8417 4.81315 12.6464L2.50004 10.3333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
118
|
+
/* @__PURE__ */ jsx("path", { d: "M5.16663 12.3333L5.16663 3.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
116
119
|
]
|
|
117
120
|
}
|
|
118
121
|
)
|
|
119
122
|
);
|
|
120
|
-
|
|
121
|
-
var
|
|
123
|
+
ArrowDownUp.displayName = "ArrowDownUp";
|
|
124
|
+
var ArrowDownWideNarrow = forwardRef(
|
|
122
125
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
123
126
|
"svg",
|
|
124
127
|
{
|
|
@@ -129,18 +132,21 @@ var ArrowLeft = forwardRef(
|
|
|
129
132
|
fill: "none",
|
|
130
133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
134
|
strokeWidth,
|
|
132
|
-
className: ["foamicon", "foamicon-arrow-
|
|
135
|
+
className: ["foamicon", "foamicon-arrow-down-wide-narrow", className].filter(Boolean).join(" "),
|
|
133
136
|
"aria-hidden": "true",
|
|
134
137
|
...props,
|
|
135
138
|
children: [
|
|
136
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
137
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
139
|
+
/* @__PURE__ */ jsx("path", { d: "M9.66675 9.99996L6.35363 13.3131C6.15837 13.5083 5.84179 13.5083 5.64653 13.3131L2.33341 9.99996", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
140
|
+
/* @__PURE__ */ jsx("path", { d: "M6 13L6 2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
141
|
+
/* @__PURE__ */ jsx("path", { d: "M8.5 3H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
142
|
+
/* @__PURE__ */ jsx("path", { d: "M8.5 5H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
143
|
+
/* @__PURE__ */ jsx("path", { d: "M8.5 7H9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
138
144
|
]
|
|
139
145
|
}
|
|
140
146
|
)
|
|
141
147
|
);
|
|
142
|
-
|
|
143
|
-
var
|
|
148
|
+
ArrowDownWideNarrow.displayName = "ArrowDownWideNarrow";
|
|
149
|
+
var ArrowDown = forwardRef(
|
|
144
150
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
145
151
|
"svg",
|
|
146
152
|
{
|
|
@@ -151,18 +157,18 @@ var ArrowRight = forwardRef(
|
|
|
151
157
|
fill: "none",
|
|
152
158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
153
159
|
strokeWidth,
|
|
154
|
-
className: ["foamicon", "foamicon-arrow-
|
|
160
|
+
className: ["foamicon", "foamicon-arrow-down", className].filter(Boolean).join(" "),
|
|
155
161
|
"aria-hidden": "true",
|
|
156
162
|
...props,
|
|
157
163
|
children: [
|
|
158
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
159
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
164
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6666 8.33333L8.35351 11.6464C8.15825 11.8417 7.84167 11.8417 7.64641 11.6464L4.33329 8.33333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
165
|
+
/* @__PURE__ */ jsx("path", { d: "M7.99988 11.3333L7.99988 3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
160
166
|
]
|
|
161
167
|
}
|
|
162
168
|
)
|
|
163
169
|
);
|
|
164
|
-
|
|
165
|
-
var
|
|
170
|
+
ArrowDown.displayName = "ArrowDown";
|
|
171
|
+
var ArrowLeft = forwardRef(
|
|
166
172
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
167
173
|
"svg",
|
|
168
174
|
{
|
|
@@ -173,19 +179,19 @@ var ArrowUp = forwardRef(
|
|
|
173
179
|
fill: "none",
|
|
174
180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
175
181
|
strokeWidth,
|
|
176
|
-
className: ["foamicon", "foamicon-arrow-
|
|
182
|
+
className: ["foamicon", "foamicon-arrow-left", className].filter(Boolean).join(" "),
|
|
177
183
|
"aria-hidden": "true",
|
|
178
184
|
...props,
|
|
179
185
|
children: [
|
|
180
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
181
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
186
|
+
/* @__PURE__ */ jsx("path", { d: "M7.66667 12L4.35355 8.68689C4.15829 8.49162 4.15829 8.17504 4.35355 7.97978L7.66667 4.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
187
|
+
/* @__PURE__ */ jsx("path", { d: "M4.66667 8.33333H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
182
188
|
]
|
|
183
189
|
}
|
|
184
190
|
)
|
|
185
191
|
);
|
|
186
|
-
|
|
187
|
-
var
|
|
188
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
192
|
+
ArrowLeft.displayName = "ArrowLeft";
|
|
193
|
+
var ArrowRightToLine = forwardRef(
|
|
194
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
189
195
|
"svg",
|
|
190
196
|
{
|
|
191
197
|
ref,
|
|
@@ -195,15 +201,19 @@ var Bell = forwardRef(
|
|
|
195
201
|
fill: "none",
|
|
196
202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
197
203
|
strokeWidth,
|
|
198
|
-
className: ["foamicon", "foamicon-
|
|
204
|
+
className: ["foamicon", "foamicon-arrow-right-to-line", className].filter(Boolean).join(" "),
|
|
199
205
|
"aria-hidden": "true",
|
|
200
206
|
...props,
|
|
201
|
-
children:
|
|
207
|
+
children: [
|
|
208
|
+
/* @__PURE__ */ jsx("path", { d: "M6.83333 4L10.1464 7.31311C10.3417 7.50838 10.3417 7.82496 10.1464 8.02022L6.83333 11.3333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
209
|
+
/* @__PURE__ */ jsx("path", { d: "M10.3333 7.66669L3 7.66669", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
210
|
+
/* @__PURE__ */ jsx("path", { d: "M13 2V14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
211
|
+
]
|
|
202
212
|
}
|
|
203
213
|
)
|
|
204
214
|
);
|
|
205
|
-
|
|
206
|
-
var
|
|
215
|
+
ArrowRightToLine.displayName = "ArrowRightToLine";
|
|
216
|
+
var ArrowRight = forwardRef(
|
|
207
217
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
208
218
|
"svg",
|
|
209
219
|
{
|
|
@@ -214,19 +224,19 @@ var Block = forwardRef(
|
|
|
214
224
|
fill: "none",
|
|
215
225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
216
226
|
strokeWidth,
|
|
217
|
-
className: ["foamicon", "foamicon-
|
|
227
|
+
className: ["foamicon", "foamicon-arrow-right", className].filter(Boolean).join(" "),
|
|
218
228
|
"aria-hidden": "true",
|
|
219
229
|
...props,
|
|
220
230
|
children: [
|
|
221
|
-
/* @__PURE__ */ jsx("
|
|
222
|
-
/* @__PURE__ */ jsx("
|
|
231
|
+
/* @__PURE__ */ jsx("path", { d: "M8.33333 4L11.6464 7.31311C11.8417 7.50838 11.8417 7.82496 11.6464 8.02022L8.33333 11.3333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
232
|
+
/* @__PURE__ */ jsx("path", { d: "M11.3333 7.66667L3 7.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
223
233
|
]
|
|
224
234
|
}
|
|
225
235
|
)
|
|
226
236
|
);
|
|
227
|
-
|
|
228
|
-
var
|
|
229
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
237
|
+
ArrowRight.displayName = "ArrowRight";
|
|
238
|
+
var ArrowUpAZ = forwardRef(
|
|
239
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
230
240
|
"svg",
|
|
231
241
|
{
|
|
232
242
|
ref,
|
|
@@ -236,15 +246,21 @@ var Bookmark = forwardRef(
|
|
|
236
246
|
fill: "none",
|
|
237
247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
238
248
|
strokeWidth,
|
|
239
|
-
className: ["foamicon", "foamicon-
|
|
249
|
+
className: ["foamicon", "foamicon-arrow-up-az", className].filter(Boolean).join(" "),
|
|
240
250
|
"aria-hidden": "true",
|
|
241
251
|
...props,
|
|
242
|
-
children:
|
|
252
|
+
children: [
|
|
253
|
+
/* @__PURE__ */ jsx("path", { d: "M2.17 4.66667L4.48311 2.35355C4.67838 2.15829 4.99496 2.15829 5.19022 2.35355L7.50333 4.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
254
|
+
/* @__PURE__ */ jsx("path", { d: "M4.83675 2.66663L4.83675 13.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
255
|
+
/* @__PURE__ */ jsx("path", { d: "M13.3333 5.33337H10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
256
|
+
/* @__PURE__ */ jsx("path", { d: "M10 6.66663V4.33329C10 3.89127 10.1756 3.46734 10.4882 3.15478C10.8007 2.84222 11.2246 2.66663 11.6667 2.66663C12.1087 2.66663 12.5326 2.84222 12.8452 3.15478C13.1577 3.46734 13.3333 3.89127 13.3333 4.33329V6.66663", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
257
|
+
/* @__PURE__ */ jsx("path", { d: "M10 9.33337H12.9063C13.0759 9.33337 13.1685 9.53115 13.06 9.66141L10.2734 13.0053C10.1648 13.1356 10.2574 13.3334 10.427 13.3334H13.3333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
258
|
+
]
|
|
243
259
|
}
|
|
244
260
|
)
|
|
245
261
|
);
|
|
246
|
-
|
|
247
|
-
var
|
|
262
|
+
ArrowUpAZ.displayName = "ArrowUpAZ";
|
|
263
|
+
var ArrowUpNarrowWide = forwardRef(
|
|
248
264
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
249
265
|
"svg",
|
|
250
266
|
{
|
|
@@ -255,21 +271,22 @@ var Calendar = forwardRef(
|
|
|
255
271
|
fill: "none",
|
|
256
272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
257
273
|
strokeWidth,
|
|
258
|
-
className: ["foamicon", "foamicon-
|
|
274
|
+
className: ["foamicon", "foamicon-arrow-up-narrow-wide", className].filter(Boolean).join(" "),
|
|
259
275
|
"aria-hidden": "true",
|
|
260
276
|
...props,
|
|
261
277
|
children: [
|
|
262
|
-
/* @__PURE__ */ jsx("path", { d: "M5
|
|
263
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
264
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
265
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
278
|
+
/* @__PURE__ */ jsx("path", { d: "M5.66667 5.66667L8.97978 2.35355C9.17504 2.15829 9.49162 2.15829 9.68689 2.35355L13 5.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
279
|
+
/* @__PURE__ */ jsx("path", { d: "M9.33342 2.66663L9.33341 13.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
280
|
+
/* @__PURE__ */ jsx("path", { d: "M6.83341 12.6666L2.33341 12.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
281
|
+
/* @__PURE__ */ jsx("path", { d: "M6.83341 10.6666L4.33341 10.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
282
|
+
/* @__PURE__ */ jsx("path", { d: "M6.83341 8.66663L6.33341 8.66663", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
266
283
|
]
|
|
267
284
|
}
|
|
268
285
|
)
|
|
269
286
|
);
|
|
270
|
-
|
|
271
|
-
var
|
|
272
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
287
|
+
ArrowUpNarrowWide.displayName = "ArrowUpNarrowWide";
|
|
288
|
+
var ArrowUpWideNarrow = forwardRef(
|
|
289
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
273
290
|
"svg",
|
|
274
291
|
{
|
|
275
292
|
ref,
|
|
@@ -279,15 +296,21 @@ var Chat = forwardRef(
|
|
|
279
296
|
fill: "none",
|
|
280
297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
281
298
|
strokeWidth,
|
|
282
|
-
className: ["foamicon", "foamicon-
|
|
299
|
+
className: ["foamicon", "foamicon-arrow-up-wide-narrow", className].filter(Boolean).join(" "),
|
|
283
300
|
"aria-hidden": "true",
|
|
284
301
|
...props,
|
|
285
|
-
children:
|
|
302
|
+
children: [
|
|
303
|
+
/* @__PURE__ */ jsx("path", { d: "M5.66667 5.66667L8.97978 2.35355C9.17504 2.15829 9.49162 2.15829 9.68689 2.35355L13 5.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
304
|
+
/* @__PURE__ */ jsx("path", { d: "M9.33342 2.66663L9.33341 13.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
305
|
+
/* @__PURE__ */ jsx("path", { d: "M6.83341 8.66663L2.33341 8.66663", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
306
|
+
/* @__PURE__ */ jsx("path", { d: "M6.83341 10.6666L4.33341 10.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
307
|
+
/* @__PURE__ */ jsx("path", { d: "M6.83341 12.6666L6.33341 12.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
308
|
+
]
|
|
286
309
|
}
|
|
287
310
|
)
|
|
288
311
|
);
|
|
289
|
-
|
|
290
|
-
var
|
|
312
|
+
ArrowUpWideNarrow.displayName = "ArrowUpWideNarrow";
|
|
313
|
+
var ArrowUpZA = forwardRef(
|
|
291
314
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
292
315
|
"svg",
|
|
293
316
|
{
|
|
@@ -298,18 +321,21 @@ var Chats = forwardRef(
|
|
|
298
321
|
fill: "none",
|
|
299
322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
300
323
|
strokeWidth,
|
|
301
|
-
className: ["foamicon", "foamicon-
|
|
324
|
+
className: ["foamicon", "foamicon-arrow-up-za", className].filter(Boolean).join(" "),
|
|
302
325
|
"aria-hidden": "true",
|
|
303
326
|
...props,
|
|
304
327
|
children: [
|
|
305
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
306
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
328
|
+
/* @__PURE__ */ jsx("path", { d: "M2.17 4.66667L4.48311 2.35355C4.67838 2.15829 4.99496 2.15829 5.19022 2.35355L7.50333 4.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
329
|
+
/* @__PURE__ */ jsx("path", { d: "M4.83675 2.66663L4.83675 13.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
330
|
+
/* @__PURE__ */ jsx("path", { d: "M13.3333 11.8368H10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
331
|
+
/* @__PURE__ */ jsx("path", { d: "M10 13.17V10.8367C10 10.3947 10.1756 9.97073 10.4882 9.65817C10.8007 9.34561 11.2246 9.17001 11.6667 9.17001C12.1087 9.17001 12.5326 9.34561 12.8452 9.65817C13.1577 9.97073 13.3333 10.3947 13.3333 10.8367V13.17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
332
|
+
/* @__PURE__ */ jsx("path", { d: "M10 2.82999H12.9063C13.0759 2.82999 13.1685 3.02776 13.06 3.15802L10.2734 6.50195C10.1648 6.63222 10.2574 6.82999 10.427 6.82999H13.3333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
307
333
|
]
|
|
308
334
|
}
|
|
309
335
|
)
|
|
310
336
|
);
|
|
311
|
-
|
|
312
|
-
var
|
|
337
|
+
ArrowUpZA.displayName = "ArrowUpZA";
|
|
338
|
+
var ArrowUp = forwardRef(
|
|
313
339
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
314
340
|
"svg",
|
|
315
341
|
{
|
|
@@ -320,19 +346,19 @@ var Checkbox = forwardRef(
|
|
|
320
346
|
fill: "none",
|
|
321
347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
322
348
|
strokeWidth,
|
|
323
|
-
className: ["foamicon", "foamicon-
|
|
349
|
+
className: ["foamicon", "foamicon-arrow-up", className].filter(Boolean).join(" "),
|
|
324
350
|
"aria-hidden": "true",
|
|
325
351
|
...props,
|
|
326
352
|
children: [
|
|
327
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
328
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
353
|
+
/* @__PURE__ */ jsx("path", { d: "M4.33337 7.66667L7.64649 4.35355C7.84175 4.15829 8.15833 4.15829 8.35359 4.35355L11.6667 7.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
354
|
+
/* @__PURE__ */ jsx("path", { d: "M8.00012 4.66666V13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
329
355
|
]
|
|
330
356
|
}
|
|
331
357
|
)
|
|
332
358
|
);
|
|
333
|
-
|
|
334
|
-
var
|
|
335
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
359
|
+
ArrowUp.displayName = "ArrowUp";
|
|
360
|
+
var Ban = forwardRef(
|
|
361
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
336
362
|
"svg",
|
|
337
363
|
{
|
|
338
364
|
ref,
|
|
@@ -342,15 +368,18 @@ var Checkmark = forwardRef(
|
|
|
342
368
|
fill: "none",
|
|
343
369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
344
370
|
strokeWidth,
|
|
345
|
-
className: ["foamicon", "foamicon-
|
|
371
|
+
className: ["foamicon", "foamicon-ban", className].filter(Boolean).join(" "),
|
|
346
372
|
"aria-hidden": "true",
|
|
347
373
|
...props,
|
|
348
|
-
children:
|
|
374
|
+
children: [
|
|
375
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_6_105)", children: /* @__PURE__ */ jsx("path", { d: "M12.2426 12.2426C9.89949 14.5858 6.10051 14.5858 3.75736 12.2426C1.41421 9.89949 1.41421 6.1005 3.75736 3.75735M12.2426 12.2426C14.5858 9.89949 14.5858 6.1005 12.2426 3.75735C9.89949 1.4142 6.10051 1.4142 3.75736 3.75735M12.2426 12.2426L3.75736 3.75735", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
376
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_6_105", children: /* @__PURE__ */ jsx("rect", { width: "16", height: "16", fill: "currentColor" }) }) })
|
|
377
|
+
]
|
|
349
378
|
}
|
|
350
379
|
)
|
|
351
380
|
);
|
|
352
|
-
|
|
353
|
-
var
|
|
381
|
+
Ban.displayName = "Ban";
|
|
382
|
+
var Bell = forwardRef(
|
|
354
383
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
355
384
|
"svg",
|
|
356
385
|
{
|
|
@@ -361,15 +390,15 @@ var ChevronDown = forwardRef(
|
|
|
361
390
|
fill: "none",
|
|
362
391
|
xmlns: "http://www.w3.org/2000/svg",
|
|
363
392
|
strokeWidth,
|
|
364
|
-
className: ["foamicon", "foamicon-
|
|
393
|
+
className: ["foamicon", "foamicon-bell", className].filter(Boolean).join(" "),
|
|
365
394
|
"aria-hidden": "true",
|
|
366
395
|
...props,
|
|
367
|
-
children: /* @__PURE__ */ jsx("path", { d: "
|
|
396
|
+
children: /* @__PURE__ */ jsx("path", { d: "M9.9047 11.3878C10.9161 11.2678 11.8985 11.0535 12.843 10.7539C13.18 10.647 13.2845 10.2272 13.0817 9.93758C12.4 8.96402 12 7.77873 12 6.5V6.03279C12.0001 6.02187 12.0001 6.01094 12.0001 6C12.0001 3.79086 10.2093 2 8.00013 2C5.79099 2 4.00013 3.79086 4.00013 6L4 6.5C4 7.77873 3.59998 8.96402 2.91826 9.93758C2.71546 10.2272 2.81998 10.647 3.15698 10.7539C4.10155 11.0536 5.08409 11.2679 6.09556 11.3878M9.9047 11.3878C9.28012 11.4619 8.64451 11.5 8 11.5C7.35558 11.5 6.72005 11.4619 6.09556 11.3878M9.9047 11.3878C9.96667 11.5807 10.0001 11.7865 10.0001 12C10.0001 13.1046 9.1047 14 8.00013 14C6.89556 14 6.00013 13.1046 6.00013 12C6.00013 11.7865 6.03359 11.5808 6.09556 11.3878", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
368
397
|
}
|
|
369
398
|
)
|
|
370
399
|
);
|
|
371
|
-
|
|
372
|
-
var
|
|
400
|
+
Bell.displayName = "Bell";
|
|
401
|
+
var Bold = forwardRef(
|
|
373
402
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
374
403
|
"svg",
|
|
375
404
|
{
|
|
@@ -380,15 +409,15 @@ var ChevronLeft = forwardRef(
|
|
|
380
409
|
fill: "none",
|
|
381
410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
382
411
|
strokeWidth,
|
|
383
|
-
className: ["foamicon", "foamicon-
|
|
412
|
+
className: ["foamicon", "foamicon-bold", className].filter(Boolean).join(" "),
|
|
384
413
|
"aria-hidden": "true",
|
|
385
414
|
...props,
|
|
386
|
-
children: /* @__PURE__ */ jsx("path", { d: "
|
|
415
|
+
children: /* @__PURE__ */ jsx("path", { d: "M7.71214 13.5H4.35061C3.86539 13.5 3.51774 13.3925 3.30764 13.1774C3.10255 12.9573 3 12.6096 3 12.1344V3.86562C3 3.3804 3.10505 3.03274 3.31514 2.82265C3.53024 2.60755 3.8754 2.5 4.35061 2.5H7.91473C8.43997 2.5 8.89518 2.53251 9.28035 2.59754C9.66553 2.66257 10.0107 2.78763 10.3158 2.97271C10.5759 3.12779 10.806 3.32538 11.0061 3.56548C11.2062 3.80059 11.3588 4.06321 11.4638 4.35334C11.5689 4.63847 11.6214 4.94111 11.6214 5.26126C11.6214 6.36176 11.0712 7.16712 9.97067 7.67735C11.4163 8.13756 12.1392 9.03297 12.1392 10.3636C12.1392 10.9789 11.9816 11.5341 11.6664 12.0293C11.3513 12.5196 10.9261 12.8822 10.3909 13.1173C10.0557 13.2574 9.67053 13.3574 9.23533 13.4175C8.80014 13.4725 8.29241 13.5 7.71214 13.5ZM7.54707 8.61528H5.22851V11.8267H7.6221C9.12779 11.8267 9.88063 11.284 9.88063 10.1985C9.88063 9.64325 9.68554 9.24056 9.29536 8.99045C8.90518 8.74034 8.32242 8.61528 7.54707 8.61528ZM5.22851 4.17326V7.01705H7.26944C7.82469 7.01705 8.25239 6.96453 8.55252 6.85948C8.85766 6.75443 9.09027 6.55434 9.25034 6.25921C9.3754 6.04911 9.43793 5.81401 9.43793 5.55389C9.43793 4.99864 9.24034 4.63097 8.84516 4.45089C8.44998 4.2658 7.8472 4.17326 7.03684 4.17326H5.22851Z", fill: "currentColor" })
|
|
387
416
|
}
|
|
388
417
|
)
|
|
389
418
|
);
|
|
390
|
-
|
|
391
|
-
var
|
|
419
|
+
Bold.displayName = "Bold";
|
|
420
|
+
var Bookmark = forwardRef(
|
|
392
421
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
393
422
|
"svg",
|
|
394
423
|
{
|
|
@@ -399,16 +428,16 @@ var ChevronRight = forwardRef(
|
|
|
399
428
|
fill: "none",
|
|
400
429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
401
430
|
strokeWidth,
|
|
402
|
-
className: ["foamicon", "foamicon-
|
|
431
|
+
className: ["foamicon", "foamicon-bookmark", className].filter(Boolean).join(" "),
|
|
403
432
|
"aria-hidden": "true",
|
|
404
433
|
...props,
|
|
405
|
-
children: /* @__PURE__ */ jsx("path", { d: "
|
|
434
|
+
children: /* @__PURE__ */ jsx("path", { d: "M4.25 3.75425C4.25 3.51212 4.42325 3.30546 4.66273 3.26968C5.31772 3.17183 6.65886 3 8 3C9.34114 3 10.6823 3.17183 11.3373 3.26968C11.5767 3.30546 11.75 3.51212 11.75 3.75425V12.6058C11.75 13.0808 11.1392 13.2977 10.8308 12.9364C9.91058 11.8586 8.55417 10.3889 8 10.3889C7.44583 10.3889 6.08942 11.8586 5.16924 12.9364C4.86081 13.2977 4.25 13.0808 4.25 12.6058V3.75425Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
406
435
|
}
|
|
407
436
|
)
|
|
408
437
|
);
|
|
409
|
-
|
|
410
|
-
var
|
|
411
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
438
|
+
Bookmark.displayName = "Bookmark";
|
|
439
|
+
var Calendar = forwardRef(
|
|
440
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
412
441
|
"svg",
|
|
413
442
|
{
|
|
414
443
|
ref,
|
|
@@ -418,15 +447,20 @@ var ChevronUp = forwardRef(
|
|
|
418
447
|
fill: "none",
|
|
419
448
|
xmlns: "http://www.w3.org/2000/svg",
|
|
420
449
|
strokeWidth,
|
|
421
|
-
className: ["foamicon", "foamicon-
|
|
450
|
+
className: ["foamicon", "foamicon-calendar", className].filter(Boolean).join(" "),
|
|
422
451
|
"aria-hidden": "true",
|
|
423
452
|
...props,
|
|
424
|
-
children:
|
|
453
|
+
children: [
|
|
454
|
+
/* @__PURE__ */ jsx("path", { d: "M5 3V4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
455
|
+
/* @__PURE__ */ jsx("path", { d: "M11 3V4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
456
|
+
/* @__PURE__ */ jsx("path", { d: "M2 6.17434C2 5.18547 2.7226 4.34728 3.70613 4.24462C4.84726 4.1255 6.42363 4 8 4C9.57637 4 11.1527 4.1255 12.2939 4.24462C13.2774 4.34728 14 5.18547 14 6.17434V11.8257C14 12.8145 13.2774 13.6527 12.2939 13.7554C11.1527 13.8745 9.57637 14 8 14C6.42363 14 4.84726 13.8745 3.70613 13.7554C2.7226 13.6527 2 12.8145 2 11.8257V6.17434Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
457
|
+
/* @__PURE__ */ jsx("path", { d: "M2 8.6675C2 7.90032 2.57803 7.2585 3.34288 7.1987C4.49736 7.10843 6.24868 7 8 7C9.75132 7 11.5026 7.10843 12.6571 7.1987C13.422 7.2585 14 7.90032 14 8.6675V12.3325C14 13.0997 13.422 13.7415 12.6571 13.8013C11.5026 13.8916 9.75132 14 8 14C6.24868 14 4.49736 13.8916 3.34288 13.8013C2.57803 13.7415 2 13.0997 2 12.3325V8.6675Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
458
|
+
]
|
|
425
459
|
}
|
|
426
460
|
)
|
|
427
461
|
);
|
|
428
|
-
|
|
429
|
-
var
|
|
462
|
+
Calendar.displayName = "Calendar";
|
|
463
|
+
var ChartColumnSquare = forwardRef(
|
|
430
464
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
431
465
|
"svg",
|
|
432
466
|
{
|
|
@@ -437,18 +471,20 @@ var Close = forwardRef(
|
|
|
437
471
|
fill: "none",
|
|
438
472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
439
473
|
strokeWidth,
|
|
440
|
-
className: ["foamicon", "foamicon-
|
|
474
|
+
className: ["foamicon", "foamicon-chart-column-square", className].filter(Boolean).join(" "),
|
|
441
475
|
"aria-hidden": "true",
|
|
442
476
|
...props,
|
|
443
477
|
children: [
|
|
444
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
445
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
478
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 4.66915C2.5 3.70258 3.1911 2.87634 4.15044 2.75834C5.18882 2.63062 6.59441 2.5 8 2.5C9.40559 2.5 10.8112 2.63062 11.8496 2.75834C12.8089 2.87634 13.5 3.70258 13.5 4.66915V11.3308C13.5 12.2974 12.8089 13.1237 11.8496 13.2417C10.8112 13.3694 9.40559 13.5 8 13.5C6.59441 13.5 5.18882 13.3694 4.15044 13.2417C3.1911 13.1237 2.5 12.2974 2.5 11.3308V4.66915Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
479
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 11V7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
480
|
+
/* @__PURE__ */ jsx("path", { d: "M8 11V5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
481
|
+
/* @__PURE__ */ jsx("path", { d: "M10.5 11V9.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
446
482
|
]
|
|
447
483
|
}
|
|
448
484
|
)
|
|
449
485
|
);
|
|
450
|
-
|
|
451
|
-
var
|
|
486
|
+
ChartColumnSquare.displayName = "ChartColumnSquare";
|
|
487
|
+
var Checkbox = forwardRef(
|
|
452
488
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
453
489
|
"svg",
|
|
454
490
|
{
|
|
@@ -459,19 +495,19 @@ var Cogwheel = forwardRef(
|
|
|
459
495
|
fill: "none",
|
|
460
496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
461
497
|
strokeWidth,
|
|
462
|
-
className: ["foamicon", "foamicon-
|
|
498
|
+
className: ["foamicon", "foamicon-checkbox", className].filter(Boolean).join(" "),
|
|
463
499
|
"aria-hidden": "true",
|
|
464
500
|
...props,
|
|
465
501
|
children: [
|
|
466
|
-
/* @__PURE__ */ jsx("path", {
|
|
467
|
-
/* @__PURE__ */ jsx("
|
|
502
|
+
/* @__PURE__ */ jsx("path", { d: "M13.5 4.5L8.12275 9.87725C7.91239 10.0876 7.56601 10.0689 7.37957 9.83705L5.5 7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
503
|
+
/* @__PURE__ */ jsx("path", { d: "M13 8C13 9.91468 12.7334 11.5361 12.6085 12.1904C12.5722 12.3806 12.4251 12.5262 12.235 12.5629C11.5375 12.6972 9.76875 13 8 13C6.23125 13 4.46249 12.6972 3.76503 12.5629C3.57488 12.5262 3.42776 12.3806 3.39146 12.1904C3.26662 11.5361 3 9.91468 3 8C3 6.08532 3.26662 4.46393 3.39146 3.80965C3.42776 3.61943 3.57488 3.47376 3.76503 3.43715C4.46249 3.30284 6.23125 3 8 3C9.22265 3 10.4453 3.1447 11.3141 3.27842", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
468
504
|
]
|
|
469
505
|
}
|
|
470
506
|
)
|
|
471
507
|
);
|
|
472
|
-
|
|
473
|
-
var
|
|
474
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
508
|
+
Checkbox.displayName = "Checkbox";
|
|
509
|
+
var Checkmark = forwardRef(
|
|
510
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
475
511
|
"svg",
|
|
476
512
|
{
|
|
477
513
|
ref,
|
|
@@ -481,20 +517,16 @@ var Columns = forwardRef(
|
|
|
481
517
|
fill: "none",
|
|
482
518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
483
519
|
strokeWidth,
|
|
484
|
-
className: ["foamicon", "foamicon-
|
|
520
|
+
className: ["foamicon", "foamicon-checkmark", className].filter(Boolean).join(" "),
|
|
485
521
|
"aria-hidden": "true",
|
|
486
522
|
...props,
|
|
487
|
-
children:
|
|
488
|
-
/* @__PURE__ */ jsx("path", { d: "M2.5 4.44152C2.5 3.58066 3.06061 2.84096 3.91395 2.72739C4.79328 2.61036 6.12073 2.5 8 2.5C9.87927 2.5 11.2067 2.61036 12.0861 2.72739C12.9394 2.84096 13.5 3.58066 13.5 4.44152V11.5585C13.5 12.4193 12.9394 13.159 12.0861 13.2726C11.2067 13.3896 9.87927 13.5 8 13.5C6.12073 13.5 4.79328 13.3896 3.91395 13.2726C3.06061 13.159 2.5 12.4193 2.5 11.5585V4.44152Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
489
|
-
/* @__PURE__ */ jsx("path", { d: "M10 2.5V13.5", stroke: "black", strokeLinejoin: "round" }),
|
|
490
|
-
/* @__PURE__ */ jsx("path", { d: "M6 2.5V13.5", stroke: "black", strokeLinejoin: "round" })
|
|
491
|
-
]
|
|
523
|
+
children: /* @__PURE__ */ jsx("path", { d: "M12.2712 5.5L6.89399 10.8772C6.68364 11.0876 6.33725 11.0689 6.15081 10.8371L4.27124 8.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
492
524
|
}
|
|
493
525
|
)
|
|
494
526
|
);
|
|
495
|
-
|
|
496
|
-
var
|
|
497
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
527
|
+
Checkmark.displayName = "Checkmark";
|
|
528
|
+
var ChevronDown = forwardRef(
|
|
529
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
498
530
|
"svg",
|
|
499
531
|
{
|
|
500
532
|
ref,
|
|
@@ -504,22 +536,16 @@ var Command = forwardRef(
|
|
|
504
536
|
fill: "none",
|
|
505
537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
506
538
|
strokeWidth,
|
|
507
|
-
className: ["foamicon", "foamicon-
|
|
539
|
+
className: ["foamicon", "foamicon-chevron-down", className].filter(Boolean).join(" "),
|
|
508
540
|
"aria-hidden": "true",
|
|
509
541
|
...props,
|
|
510
|
-
children:
|
|
511
|
-
/* @__PURE__ */ jsx("path", { d: "M3 4.75C3 3.7835 3.7835 3 4.75 3V3C5.7165 3 6.5 3.7835 6.5 4.75V6.5H4.75C3.7835 6.5 3 5.7165 3 4.75V4.75Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
512
|
-
/* @__PURE__ */ jsx("path", { d: "M9.5 4.75C9.5 3.7835 10.2835 3 11.25 3V3C12.2165 3 13 3.7835 13 4.75V4.75C13 5.7165 12.2165 6.5 11.25 6.5H9.5V4.75Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
513
|
-
/* @__PURE__ */ jsx("path", { d: "M3 11.25C3 10.2835 3.7835 9.5 4.75 9.5H6.5V11.25C6.5 12.2165 5.7165 13 4.75 13V13C3.7835 13 3 12.2165 3 11.25V11.25Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
514
|
-
/* @__PURE__ */ jsx("path", { d: "M9.5 9.5H11.25C12.2165 9.5 13 10.2835 13 11.25V11.25C13 12.2165 12.2165 13 11.25 13V13C10.2835 13 9.5 12.2165 9.5 11.25V9.5Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
515
|
-
/* @__PURE__ */ jsx("rect", { x: "6.5", y: "6.5", width: "3", height: "3", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
516
|
-
]
|
|
542
|
+
children: /* @__PURE__ */ jsx("path", { d: "M10.6667 7.33333L8.35356 9.64645C8.1583 9.84171 7.84171 9.84171 7.64645 9.64645L5.33334 7.33333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
517
543
|
}
|
|
518
544
|
)
|
|
519
545
|
);
|
|
520
|
-
|
|
521
|
-
var
|
|
522
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
546
|
+
ChevronDown.displayName = "ChevronDown";
|
|
547
|
+
var ChevronLeft = forwardRef(
|
|
548
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
523
549
|
"svg",
|
|
524
550
|
{
|
|
525
551
|
ref,
|
|
@@ -529,18 +555,53 @@ var Copy = forwardRef(
|
|
|
529
555
|
fill: "none",
|
|
530
556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
531
557
|
strokeWidth,
|
|
532
|
-
className: ["foamicon", "foamicon-
|
|
558
|
+
className: ["foamicon", "foamicon-chevron-left", className].filter(Boolean).join(" "),
|
|
533
559
|
"aria-hidden": "true",
|
|
534
560
|
...props,
|
|
535
|
-
children:
|
|
536
|
-
/* @__PURE__ */ jsx("rect", { x: "6", y: "2", width: "7", height: "9", rx: "1", stroke: "black" }),
|
|
537
|
-
/* @__PURE__ */ jsx("path", { d: "M5.5 4H5C4.44772 4 4 4.44772 4 5V12C4 12.5523 4.44772 13 5 13H10C10.5523 13 11 12.5523 11 12V11.5", stroke: "black" })
|
|
538
|
-
]
|
|
561
|
+
children: /* @__PURE__ */ jsx("path", { d: "M8.66667 10.6667L6.35355 8.35357C6.15829 8.15831 6.15829 7.84173 6.35355 7.64647L8.66667 5.33335", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
539
562
|
}
|
|
540
563
|
)
|
|
541
564
|
);
|
|
542
|
-
|
|
543
|
-
var
|
|
565
|
+
ChevronLeft.displayName = "ChevronLeft";
|
|
566
|
+
var ChevronRight = forwardRef(
|
|
567
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
568
|
+
"svg",
|
|
569
|
+
{
|
|
570
|
+
ref,
|
|
571
|
+
width: size,
|
|
572
|
+
height: size,
|
|
573
|
+
viewBox: "0 0 16 16",
|
|
574
|
+
fill: "none",
|
|
575
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
576
|
+
strokeWidth,
|
|
577
|
+
className: ["foamicon", "foamicon-chevron-right", className].filter(Boolean).join(" "),
|
|
578
|
+
"aria-hidden": "true",
|
|
579
|
+
...props,
|
|
580
|
+
children: /* @__PURE__ */ jsx("path", { d: "M7.33333 5.33331L9.64645 7.64643C9.84171 7.84169 9.84171 8.15827 9.64645 8.35353L7.33333 10.6666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
581
|
+
}
|
|
582
|
+
)
|
|
583
|
+
);
|
|
584
|
+
ChevronRight.displayName = "ChevronRight";
|
|
585
|
+
var ChevronUp = forwardRef(
|
|
586
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
587
|
+
"svg",
|
|
588
|
+
{
|
|
589
|
+
ref,
|
|
590
|
+
width: size,
|
|
591
|
+
height: size,
|
|
592
|
+
viewBox: "0 0 16 16",
|
|
593
|
+
fill: "none",
|
|
594
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
595
|
+
strokeWidth,
|
|
596
|
+
className: ["foamicon", "foamicon-chevron-up", className].filter(Boolean).join(" "),
|
|
597
|
+
"aria-hidden": "true",
|
|
598
|
+
...props,
|
|
599
|
+
children: /* @__PURE__ */ jsx("path", { d: "M5.33333 8.66667L7.64644 6.35355C7.8417 6.15829 8.15829 6.15829 8.35355 6.35355L10.6667 8.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
600
|
+
}
|
|
601
|
+
)
|
|
602
|
+
);
|
|
603
|
+
ChevronUp.displayName = "ChevronUp";
|
|
604
|
+
var CircleAlert = forwardRef(
|
|
544
605
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
545
606
|
"svg",
|
|
546
607
|
{
|
|
@@ -551,20 +612,19 @@ var Dollar = forwardRef(
|
|
|
551
612
|
fill: "none",
|
|
552
613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
553
614
|
strokeWidth,
|
|
554
|
-
className: ["foamicon", "foamicon-
|
|
615
|
+
className: ["foamicon", "foamicon-circle-alert", className].filter(Boolean).join(" "),
|
|
555
616
|
"aria-hidden": "true",
|
|
556
617
|
...props,
|
|
557
618
|
children: [
|
|
558
|
-
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "6", stroke: "
|
|
559
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
560
|
-
/* @__PURE__ */ jsx("
|
|
561
|
-
/* @__PURE__ */ jsx("path", { d: "M7.99966 3.96936V12.0306", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
619
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
620
|
+
/* @__PURE__ */ jsx("path", { d: "M8 8.43986L8 4.75003", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
621
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "10.8623", r: "0.5", transform: "rotate(-180 8 10.8623)", fill: "currentColor", stroke: "currentColor", strokeWidth: "0.25" })
|
|
562
622
|
]
|
|
563
623
|
}
|
|
564
624
|
)
|
|
565
625
|
);
|
|
566
|
-
|
|
567
|
-
var
|
|
626
|
+
CircleAlert.displayName = "CircleAlert";
|
|
627
|
+
var CircleDollarSign = forwardRef(
|
|
568
628
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
569
629
|
"svg",
|
|
570
630
|
{
|
|
@@ -575,19 +635,20 @@ var Download = forwardRef(
|
|
|
575
635
|
fill: "none",
|
|
576
636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
577
637
|
strokeWidth,
|
|
578
|
-
className: ["foamicon", "foamicon-
|
|
638
|
+
className: ["foamicon", "foamicon-circle-dollar-sign", className].filter(Boolean).join(" "),
|
|
579
639
|
"aria-hidden": "true",
|
|
580
640
|
...props,
|
|
581
641
|
children: [
|
|
582
|
-
/* @__PURE__ */ jsx("
|
|
583
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
584
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
642
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
643
|
+
/* @__PURE__ */ jsx("path", { d: "M6.18006 9.20677C6.18006 10.0275 6.99339 10.6928 7.99667 10.6928C8.99995 10.6928 9.81327 10.0275 9.81327 9.20677C9.81327 8.38604 8.99995 7.7207 7.99667 7.7207", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
644
|
+
/* @__PURE__ */ jsx("path", { d: "M9.81327 6.24155C9.81327 5.42463 8.99995 4.76239 7.99667 4.76239C6.99339 4.76239 6.18006 5.42463 6.18006 6.24155C6.18006 7.05846 6.99339 7.7207 7.99667 7.7207", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
645
|
+
/* @__PURE__ */ jsx("path", { d: "M7.99966 3.96936V12.0306", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
585
646
|
]
|
|
586
647
|
}
|
|
587
648
|
)
|
|
588
649
|
);
|
|
589
|
-
|
|
590
|
-
var
|
|
650
|
+
CircleDollarSign.displayName = "CircleDollarSign";
|
|
651
|
+
var CircleQuestionMark = forwardRef(
|
|
591
652
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
592
653
|
"svg",
|
|
593
654
|
{
|
|
@@ -598,19 +659,19 @@ var EditDocument = forwardRef(
|
|
|
598
659
|
fill: "none",
|
|
599
660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
600
661
|
strokeWidth,
|
|
601
|
-
className: ["foamicon", "foamicon-
|
|
662
|
+
className: ["foamicon", "foamicon-circle-question-mark", className].filter(Boolean).join(" "),
|
|
602
663
|
"aria-hidden": "true",
|
|
603
664
|
...props,
|
|
604
665
|
children: [
|
|
605
|
-
/* @__PURE__ */ jsx("
|
|
606
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
607
|
-
/* @__PURE__ */ jsx("
|
|
666
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
667
|
+
/* @__PURE__ */ jsx("path", { d: "M8.05453 8.86291C8.12045 7.91806 9.21944 7.27066 9.5132 6.95069C9.70825 6.73825 9.82337 6.47638 9.82337 6.19312C9.82337 5.48321 9.1003 4.90771 8.20834 4.90771C7.31638 4.90771 6.5933 5.48321 6.5933 6.19312", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
668
|
+
/* @__PURE__ */ jsx("circle", { cx: "8.06641", cy: "10.457", r: "0.644531", fill: "currentColor" })
|
|
608
669
|
]
|
|
609
670
|
}
|
|
610
671
|
)
|
|
611
672
|
);
|
|
612
|
-
|
|
613
|
-
var
|
|
673
|
+
CircleQuestionMark.displayName = "CircleQuestionMark";
|
|
674
|
+
var CircleX = forwardRef(
|
|
614
675
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
615
676
|
"svg",
|
|
616
677
|
{
|
|
@@ -621,18 +682,18 @@ var EditLine = forwardRef(
|
|
|
621
682
|
fill: "none",
|
|
622
683
|
xmlns: "http://www.w3.org/2000/svg",
|
|
623
684
|
strokeWidth,
|
|
624
|
-
className: ["foamicon", "foamicon-
|
|
685
|
+
className: ["foamicon", "foamicon-circle-x", className].filter(Boolean).join(" "),
|
|
625
686
|
"aria-hidden": "true",
|
|
626
687
|
...props,
|
|
627
688
|
children: [
|
|
628
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
629
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
689
|
+
/* @__PURE__ */ jsx("path", { d: "M11.182 4.81799L4.81802 11.182", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
690
|
+
/* @__PURE__ */ jsx("path", { d: "M11.182 11.182L4.81802 4.81805", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
630
691
|
]
|
|
631
692
|
}
|
|
632
693
|
)
|
|
633
694
|
);
|
|
634
|
-
|
|
635
|
-
var
|
|
695
|
+
CircleX.displayName = "CircleX";
|
|
696
|
+
var Clock = forwardRef(
|
|
636
697
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
637
698
|
"svg",
|
|
638
699
|
{
|
|
@@ -643,20 +704,18 @@ var EmojiSad = forwardRef(
|
|
|
643
704
|
fill: "none",
|
|
644
705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
645
706
|
strokeWidth,
|
|
646
|
-
className: ["foamicon", "foamicon-
|
|
707
|
+
className: ["foamicon", "foamicon-clock", className].filter(Boolean).join(" "),
|
|
647
708
|
"aria-hidden": "true",
|
|
648
709
|
...props,
|
|
649
710
|
children: [
|
|
650
|
-
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "
|
|
651
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
652
|
-
/* @__PURE__ */ jsx("circle", { cx: "6.25", cy: "6.75", r: "0.75", fill: "black" }),
|
|
653
|
-
/* @__PURE__ */ jsx("circle", { cx: "9.75", cy: "6.75", r: "0.75", fill: "black" })
|
|
711
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
712
|
+
/* @__PURE__ */ jsx("path", { d: "M8 4V7.58579C8 7.851 8.10536 8.10536 8.29289 8.29289L10 10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
654
713
|
]
|
|
655
714
|
}
|
|
656
715
|
)
|
|
657
716
|
);
|
|
658
|
-
|
|
659
|
-
var
|
|
717
|
+
Clock.displayName = "Clock";
|
|
718
|
+
var Cog = forwardRef(
|
|
660
719
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
661
720
|
"svg",
|
|
662
721
|
{
|
|
@@ -667,18 +726,18 @@ var Engagement = forwardRef(
|
|
|
667
726
|
fill: "none",
|
|
668
727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
669
728
|
strokeWidth,
|
|
670
|
-
className: ["foamicon", "foamicon-
|
|
729
|
+
className: ["foamicon", "foamicon-cog", className].filter(Boolean).join(" "),
|
|
671
730
|
"aria-hidden": "true",
|
|
672
731
|
...props,
|
|
673
732
|
children: [
|
|
674
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
675
|
-
/* @__PURE__ */ jsx("
|
|
733
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3407 10.5061C12.1369 10.8543 12.0671 11.2754 12.2175 11.6497L12.6439 12.7109C12.6717 12.7858 12.672 12.8682 12.6448 12.9433C12.6176 13.0184 12.5647 13.0815 12.4954 13.1213L10.1816 14.4557C10.1122 14.4947 10.0313 14.5079 9.95316 14.4931C9.87498 14.4782 9.80455 14.4363 9.75428 14.3746L8.82164 13.1837C8.77003 13.1184 8.70302 13.0668 8.6266 13.0337C8.55017 13.0006 8.46673 12.987 8.38375 12.9941C8.12457 13.0147 7.86419 13.0156 7.60487 12.9969C7.52329 12.9911 7.44154 13.0054 7.36683 13.0387C7.29212 13.0719 7.22674 13.1231 7.17648 13.1876L6.24607 14.3785C6.19459 14.4401 6.12333 14.4818 6.04448 14.4966C5.96562 14.5115 5.88407 14.4984 5.81375 14.4598L3.49876 13.1232C3.43112 13.0826 3.37933 13.0202 3.35194 12.9462C3.32454 12.8722 3.32317 12.791 3.34804 12.7162L3.91337 11.317C3.9441 11.2402 3.95538 11.157 3.9462 11.0747C3.93701 10.9925 3.90766 10.9138 3.86073 10.8457C3.71476 10.6311 3.58622 10.4052 3.47636 10.1702C3.44108 10.0951 3.38767 10.03 3.32095 9.98067C3.25423 9.93138 3.17629 9.89946 3.09416 9.88779L1.59694 9.67542C1.51841 9.66277 1.44686 9.6228 1.39489 9.56257C1.34293 9.50234 1.31389 9.4257 1.31289 9.34616L1.31165 6.67519C1.31139 6.59527 1.33951 6.51785 1.39099 6.45671C1.44248 6.39558 1.51399 6.3547 1.59279 6.34136L3.09563 6.12649C3.17825 6.11422 3.2565 6.08152 3.32327 6.03135C3.39005 5.98118 3.44324 5.91513 3.47801 5.83919C3.53342 5.72071 3.59247 5.60469 3.65763 5.49183C3.72278 5.37898 3.79253 5.2713 3.86629 5.16667C3.91367 5.09859 3.94337 5.01979 3.95272 4.93738C3.96207 4.85496 3.95076 4.77152 3.91983 4.69456L3.35503 3.28594C3.32818 3.2113 3.32846 3.12958 3.35582 3.05512C3.38317 2.98066 3.43586 2.9182 3.50464 2.87869L5.81839 1.54428C5.88776 1.50531 5.96866 1.49207 6.04684 1.50691C6.12502 1.52174 6.19545 1.5637 6.24572 1.62538L7.17836 2.81624C7.22996 2.88161 7.29698 2.93316 7.3734 2.96626C7.44983 2.99936 7.53327 3.01299 7.61625 3.00591C7.87543 2.98528 8.13581 2.98434 8.39513 3.0031C8.47671 3.00892 8.55846 2.99456 8.63317 2.9613C8.70788 2.92803 8.77326 2.87688 8.82352 2.81237L9.75393 1.62146C9.80541 1.55992 9.87667 1.51817 9.95552 1.50334C10.0344 1.48851 10.1159 1.50153 10.1863 1.54017L12.5012 2.87673C12.5689 2.91736 12.6207 2.97981 12.6481 3.05381C12.6755 3.12781 12.6768 3.20893 12.652 3.28381L12.0866 4.68298C12.0559 4.7598 12.0446 4.84302 12.0538 4.92525C12.063 5.00748 12.0923 5.08617 12.1393 5.15431C12.2852 5.36884 12.4138 5.59473 12.5236 5.82981C12.5589 5.90489 12.6123 5.97001 12.6791 6.01931C12.7458 6.0686 12.8237 6.10052 12.9058 6.11218L14.4031 6.32456C14.4816 6.33721 14.5531 6.37717 14.6051 6.43741C14.6571 6.49764 14.6861 6.57428 14.6871 6.65382L14.6884 9.32478C14.6886 9.40471 14.6605 9.48213 14.609 9.54326C14.5575 9.6044 14.486 9.64528 14.4072 9.65862L12.9044 9.87349C12.8216 9.88546 12.7431 9.91795 12.6761 9.96799C12.6091 10.018 12.5556 10.084 12.5206 10.16C12.4649 10.2772 12.4058 10.3932 12.3407 10.5061Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
734
|
+
/* @__PURE__ */ jsx("circle", { cx: "8.02673", cy: "7.95831", r: "2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
676
735
|
]
|
|
677
736
|
}
|
|
678
737
|
)
|
|
679
738
|
);
|
|
680
|
-
|
|
681
|
-
var
|
|
739
|
+
Cog.displayName = "Cog";
|
|
740
|
+
var Columns3 = forwardRef(
|
|
682
741
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
683
742
|
"svg",
|
|
684
743
|
{
|
|
@@ -689,20 +748,19 @@ var EnvelopeMove = forwardRef(
|
|
|
689
748
|
fill: "none",
|
|
690
749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
691
750
|
strokeWidth,
|
|
692
|
-
className: ["foamicon", "foamicon-
|
|
751
|
+
className: ["foamicon", "foamicon-columns3", className].filter(Boolean).join(" "),
|
|
693
752
|
"aria-hidden": "true",
|
|
694
753
|
...props,
|
|
695
754
|
children: [
|
|
696
|
-
/* @__PURE__ */ jsx("path", { d: "M2.5 4.
|
|
697
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
698
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
699
|
-
/* @__PURE__ */ jsx("path", { d: "M1 10H5.5", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
755
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 4.44152C2.5 3.58066 3.06061 2.84096 3.91395 2.72739C4.79328 2.61036 6.12073 2.5 8 2.5C9.87927 2.5 11.2067 2.61036 12.0861 2.72739C12.9394 2.84096 13.5 3.58066 13.5 4.44152V11.5585C13.5 12.4193 12.9394 13.159 12.0861 13.2726C11.2067 13.3896 9.87927 13.5 8 13.5C6.12073 13.5 4.79328 13.3896 3.91395 13.2726C3.06061 13.159 2.5 12.4193 2.5 11.5585V4.44152Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
756
|
+
/* @__PURE__ */ jsx("path", { d: "M10 2.5V13.5", stroke: "currentColor", strokeLinejoin: "round" }),
|
|
757
|
+
/* @__PURE__ */ jsx("path", { d: "M6 2.5V13.5", stroke: "currentColor", strokeLinejoin: "round" })
|
|
700
758
|
]
|
|
701
759
|
}
|
|
702
760
|
)
|
|
703
761
|
);
|
|
704
|
-
|
|
705
|
-
var
|
|
762
|
+
Columns3.displayName = "Columns3";
|
|
763
|
+
var Command = forwardRef(
|
|
706
764
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
707
765
|
"svg",
|
|
708
766
|
{
|
|
@@ -713,20 +771,21 @@ var EnvelopePlus = forwardRef(
|
|
|
713
771
|
fill: "none",
|
|
714
772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
715
773
|
strokeWidth,
|
|
716
|
-
className: ["foamicon", "foamicon-
|
|
774
|
+
className: ["foamicon", "foamicon-command", className].filter(Boolean).join(" "),
|
|
717
775
|
"aria-hidden": "true",
|
|
718
776
|
...props,
|
|
719
777
|
children: [
|
|
720
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
721
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
722
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
723
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
778
|
+
/* @__PURE__ */ jsx("path", { d: "M3 4.75C3 3.7835 3.7835 3 4.75 3V3C5.7165 3 6.5 3.7835 6.5 4.75V6.5H4.75C3.7835 6.5 3 5.7165 3 4.75V4.75Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
779
|
+
/* @__PURE__ */ jsx("path", { d: "M9.5 4.75C9.5 3.7835 10.2835 3 11.25 3V3C12.2165 3 13 3.7835 13 4.75V4.75C13 5.7165 12.2165 6.5 11.25 6.5H9.5V4.75Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
780
|
+
/* @__PURE__ */ jsx("path", { d: "M3 11.25C3 10.2835 3.7835 9.5 4.75 9.5H6.5V11.25C6.5 12.2165 5.7165 13 4.75 13V13C3.7835 13 3 12.2165 3 11.25V11.25Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
781
|
+
/* @__PURE__ */ jsx("path", { d: "M9.5 9.5H11.25C12.2165 9.5 13 10.2835 13 11.25V11.25C13 12.2165 12.2165 13 11.25 13V13C10.2835 13 9.5 12.2165 9.5 11.25V9.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
782
|
+
/* @__PURE__ */ jsx("rect", { x: "6.5", y: "6.5", width: "3", height: "3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
724
783
|
]
|
|
725
784
|
}
|
|
726
785
|
)
|
|
727
786
|
);
|
|
728
|
-
|
|
729
|
-
var
|
|
787
|
+
Command.displayName = "Command";
|
|
788
|
+
var ContentPlus = forwardRef(
|
|
730
789
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
731
790
|
"svg",
|
|
732
791
|
{
|
|
@@ -737,18 +796,20 @@ var Envelope = forwardRef(
|
|
|
737
796
|
fill: "none",
|
|
738
797
|
xmlns: "http://www.w3.org/2000/svg",
|
|
739
798
|
strokeWidth,
|
|
740
|
-
className: ["foamicon", "foamicon-
|
|
799
|
+
className: ["foamicon", "foamicon-content-plus", className].filter(Boolean).join(" "),
|
|
741
800
|
"aria-hidden": "true",
|
|
742
801
|
...props,
|
|
743
802
|
children: [
|
|
744
|
-
/* @__PURE__ */ jsx("
|
|
745
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
803
|
+
/* @__PURE__ */ jsx("rect", { x: "6", y: "2", width: "8", height: "10", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
804
|
+
/* @__PURE__ */ jsx("path", { d: "M8.45189 13.6945L5.55412 14.471C5.02065 14.6139 4.47231 14.2974 4.32937 13.7639L2.25882 6.03648C2.11588 5.50302 2.43246 4.95468 2.96593 4.81174L3.93185 4.55292", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
805
|
+
/* @__PURE__ */ jsx("path", { d: "M10 5L10 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
806
|
+
/* @__PURE__ */ jsx("path", { d: "M12 7H8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
746
807
|
]
|
|
747
808
|
}
|
|
748
809
|
)
|
|
749
810
|
);
|
|
750
|
-
|
|
751
|
-
var
|
|
811
|
+
ContentPlus.displayName = "ContentPlus";
|
|
812
|
+
var Copy = forwardRef(
|
|
752
813
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
753
814
|
"svg",
|
|
754
815
|
{
|
|
@@ -759,19 +820,18 @@ var Error = forwardRef(
|
|
|
759
820
|
fill: "none",
|
|
760
821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
761
822
|
strokeWidth,
|
|
762
|
-
className: ["foamicon", "foamicon-
|
|
823
|
+
className: ["foamicon", "foamicon-copy", className].filter(Boolean).join(" "),
|
|
763
824
|
"aria-hidden": "true",
|
|
764
825
|
...props,
|
|
765
826
|
children: [
|
|
766
|
-
/* @__PURE__ */ jsx("
|
|
767
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
768
|
-
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "10.8623", r: "0.5", transform: "rotate(-180 8 10.8623)", fill: "black", stroke: "black", strokeWidth: "0.25" })
|
|
827
|
+
/* @__PURE__ */ jsx("rect", { x: "6", y: "2", width: "7", height: "9", rx: "1", stroke: "currentColor" }),
|
|
828
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 4H5C4.44772 4 4 4.44772 4 5V12C4 12.5523 4.44772 13 5 13H10C10.5523 13 11 12.5523 11 12V11.5", stroke: "currentColor" })
|
|
769
829
|
]
|
|
770
830
|
}
|
|
771
831
|
)
|
|
772
832
|
);
|
|
773
|
-
|
|
774
|
-
var
|
|
833
|
+
Copy.displayName = "Copy";
|
|
834
|
+
var Download = forwardRef(
|
|
775
835
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
776
836
|
"svg",
|
|
777
837
|
{
|
|
@@ -782,19 +842,19 @@ var EyeOff = forwardRef(
|
|
|
782
842
|
fill: "none",
|
|
783
843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
784
844
|
strokeWidth,
|
|
785
|
-
className: ["foamicon", "foamicon-
|
|
845
|
+
className: ["foamicon", "foamicon-download", className].filter(Boolean).join(" "),
|
|
786
846
|
"aria-hidden": "true",
|
|
787
847
|
...props,
|
|
788
848
|
children: [
|
|
789
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
790
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
791
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
849
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6667 7.00002L8.35355 10.3131C8.15829 10.5084 7.84171 10.5084 7.64645 10.3131L4.33333 7.00002", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
850
|
+
/* @__PURE__ */ jsx("path", { d: "M8 10V3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
851
|
+
/* @__PURE__ */ jsx("path", { d: "M14 11.2727V12.2556C14 12.9972 13.4577 13.6257 12.7208 13.709C11.5676 13.8393 9.78381 14 8 14C6.21619 14 4.43238 13.8393 3.27924 13.709C2.54228 13.6257 2 12.9972 2 12.2556V11.2727", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
792
852
|
]
|
|
793
853
|
}
|
|
794
854
|
)
|
|
795
855
|
);
|
|
796
|
-
|
|
797
|
-
var
|
|
856
|
+
Download.displayName = "Download";
|
|
857
|
+
var Eclipse = forwardRef(
|
|
798
858
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
799
859
|
"svg",
|
|
800
860
|
{
|
|
@@ -805,18 +865,18 @@ var Eye = forwardRef(
|
|
|
805
865
|
fill: "none",
|
|
806
866
|
xmlns: "http://www.w3.org/2000/svg",
|
|
807
867
|
strokeWidth,
|
|
808
|
-
className: ["foamicon", "foamicon-
|
|
868
|
+
className: ["foamicon", "foamicon-eclipse", className].filter(Boolean).join(" "),
|
|
809
869
|
"aria-hidden": "true",
|
|
810
870
|
...props,
|
|
811
871
|
children: [
|
|
812
|
-
/* @__PURE__ */ jsx("
|
|
813
|
-
/* @__PURE__ */ jsx("
|
|
872
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
873
|
+
/* @__PURE__ */ jsx("path", { d: "M8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2V14Z", fill: "currentColor" })
|
|
814
874
|
]
|
|
815
875
|
}
|
|
816
876
|
)
|
|
817
877
|
);
|
|
818
|
-
|
|
819
|
-
var
|
|
878
|
+
Eclipse.displayName = "Eclipse";
|
|
879
|
+
var ExternalLink = forwardRef(
|
|
820
880
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
821
881
|
"svg",
|
|
822
882
|
{
|
|
@@ -827,21 +887,19 @@ var FilterDown = forwardRef(
|
|
|
827
887
|
fill: "none",
|
|
828
888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
829
889
|
strokeWidth,
|
|
830
|
-
className: ["foamicon", "foamicon-
|
|
890
|
+
className: ["foamicon", "foamicon-external-link", className].filter(Boolean).join(" "),
|
|
831
891
|
"aria-hidden": "true",
|
|
832
892
|
...props,
|
|
833
893
|
children: [
|
|
834
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
835
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
836
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
837
|
-
/* @__PURE__ */ jsx("path", { d: "M8.5 5H11", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
838
|
-
/* @__PURE__ */ jsx("path", { d: "M8.5 7H9", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
894
|
+
/* @__PURE__ */ jsx("path", { d: "M7 4C5.63076 4 4.26152 4.18148 3.38927 4.32577C2.81611 4.42059 2.37338 4.86121 2.28326 5.43512C2.15443 6.25552 2 7.54283 2 9C2 10.4572 2.15443 11.7445 2.28326 12.5649C2.37338 13.1388 2.81611 13.5794 3.38927 13.6742C4.26152 13.8185 5.63076 14 7 14C8.36924 14 9.73848 13.8185 10.6107 13.6742C11.1839 13.5794 11.6266 13.1388 11.7167 12.5649C11.8456 11.7445 12 10.4572 12 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
895
|
+
/* @__PURE__ */ jsx("path", { d: "M13.5 2.5L7.72876 8.27124", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
896
|
+
/* @__PURE__ */ jsx("path", { d: "M9.5 2H13.25C13.6642 2 14 2.33579 14 2.75V6.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
839
897
|
]
|
|
840
898
|
}
|
|
841
899
|
)
|
|
842
900
|
);
|
|
843
|
-
|
|
844
|
-
var
|
|
901
|
+
ExternalLink.displayName = "ExternalLink";
|
|
902
|
+
var EyeOff = forwardRef(
|
|
845
903
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
846
904
|
"svg",
|
|
847
905
|
{
|
|
@@ -852,22 +910,20 @@ var FilterUp = forwardRef(
|
|
|
852
910
|
fill: "none",
|
|
853
911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
854
912
|
strokeWidth,
|
|
855
|
-
className: ["foamicon", "foamicon-
|
|
913
|
+
className: ["foamicon", "foamicon-eye-off", className].filter(Boolean).join(" "),
|
|
856
914
|
"aria-hidden": "true",
|
|
857
915
|
...props,
|
|
858
916
|
children: [
|
|
859
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
860
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
861
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
862
|
-
/* @__PURE__ */ jsx("path", { d: "M6.8334 10.6666L4.3334 10.6666", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
863
|
-
/* @__PURE__ */ jsx("path", { d: "M6.8334 8.66663L6.3334 8.66663", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
917
|
+
/* @__PURE__ */ jsx("path", { d: "M10.0596 3.31191C9.40844 3.11459 8.7168 3 8 3C4.13401 3 1 6.33333 1 8C1 8.7316 1.60388 9.78435 2.60847 10.7353M11.9704 4.17702C13.8006 5.29999 15 6.96893 15 8C15 9.66667 11.866 13 8 13C6.66349 13 5.41446 12.6016 4.35216 12.0114M4.35216 12.0114C4.31469 11.9906 4.27747 11.9696 4.24047 11.9483L4.35216 12.0114Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
918
|
+
/* @__PURE__ */ jsx("path", { d: "M6.08844 7.41004C6.06944 7.47169 6.05333 7.53461 6.04029 7.59865L6.08844 7.41004ZM6.08844 7.41004C6.29472 6.74093 6.84265 6.22165 7.52854 6.05591M9.50083 6.67805C9.81152 7.0305 10 7.49325 10 8.00002C10 9.10459 9.10457 10 8 10C7.49772 10 7.03868 9.81486 6.68742 9.50908", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
919
|
+
/* @__PURE__ */ jsx("path", { d: "M13.6667 2.5L2.5 13.67", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
864
920
|
]
|
|
865
921
|
}
|
|
866
922
|
)
|
|
867
923
|
);
|
|
868
|
-
|
|
869
|
-
var
|
|
870
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
924
|
+
EyeOff.displayName = "EyeOff";
|
|
925
|
+
var Eye = forwardRef(
|
|
926
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
871
927
|
"svg",
|
|
872
928
|
{
|
|
873
929
|
ref,
|
|
@@ -877,14 +933,17 @@ var Filter = forwardRef(
|
|
|
877
933
|
fill: "none",
|
|
878
934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
879
935
|
strokeWidth,
|
|
880
|
-
className: ["foamicon", "foamicon-
|
|
936
|
+
className: ["foamicon", "foamicon-eye", className].filter(Boolean).join(" "),
|
|
881
937
|
"aria-hidden": "true",
|
|
882
938
|
...props,
|
|
883
|
-
children:
|
|
939
|
+
children: [
|
|
940
|
+
/* @__PURE__ */ jsx("path", { d: "M15 8C15 9.66667 11.866 13 8 13C4.13401 13 1 9.66667 1 8C1 6.33333 4.13401 3 8 3C11.866 3 15 6.33333 15 8Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
941
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
942
|
+
]
|
|
884
943
|
}
|
|
885
944
|
)
|
|
886
945
|
);
|
|
887
|
-
|
|
946
|
+
Eye.displayName = "Eye";
|
|
888
947
|
var Flame = forwardRef(
|
|
889
948
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
890
949
|
"svg",
|
|
@@ -899,12 +958,12 @@ var Flame = forwardRef(
|
|
|
899
958
|
className: ["foamicon", "foamicon-flame", className].filter(Boolean).join(" "),
|
|
900
959
|
"aria-hidden": "true",
|
|
901
960
|
...props,
|
|
902
|
-
children: /* @__PURE__ */ jsx("path", { d: "M7.
|
|
961
|
+
children: /* @__PURE__ */ jsx("path", { d: "M7.8431 1.12598L8.04081 0.666725C7.88134 0.598075 7.69767 0.617062 7.55562 0.716883C7.41357 0.816704 7.33347 0.983068 7.34402 1.15636L7.8431 1.12598ZM10.6663 5.41406L11.1663 5.41408V5.41406H10.6663ZM10.6615 5.58691L10.1618 5.5687V5.5687L10.6615 5.58691ZM8.41732 9.4043L8.15763 8.97703C7.9702 9.09094 7.87889 9.31372 7.93246 9.52641C7.98603 9.73911 8.17196 9.89206 8.391 9.9036L8.41732 9.4043ZM8.66634 9.41406L8.66631 9.91406H8.66634V9.41406ZM12.3197 7.64844L12.7824 7.45912C12.7152 7.29486 12.566 7.17853 12.3903 7.15345C12.2146 7.12838 12.0388 7.19831 11.9283 7.33721L12.3197 7.64844ZM12.6663 9.41406L13.1663 9.4141V9.41405L12.6663 9.41406ZM8.00033 14.0801V14.5801H8.00036L8.00033 14.0801ZM3.33333 9.41406L2.83333 9.41405V9.4141L3.33333 9.41406ZM3.40853 8.57617L3.90049 8.66548L3.90052 8.66532L3.40853 8.57617ZM3.42415 8.50098L2.93374 8.40354L2.93371 8.40371L3.42415 8.50098ZM3.45247 8.36328L3.93971 8.47554L3.93975 8.47536L3.45247 8.36328ZM3.47298 8.28223L2.98785 8.16119L2.98781 8.16138L3.47298 8.28223ZM3.64681 7.73242L4.11313 7.91283L4.11321 7.91262L3.64681 7.73242ZM3.78548 7.41211L3.33404 7.19716L3.33395 7.19735L3.78548 7.41211ZM4.15951 6.76367L4.57075 7.04806L4.57083 7.04794L4.15951 6.76367ZM4.20736 6.69434L3.80129 6.4026L3.80122 6.4027L4.20736 6.69434ZM4.28646 6.58887L4.68416 6.8919L4.68423 6.89182L4.28646 6.58887ZM4.32845 6.5332L3.93529 6.22429L3.93523 6.22437L4.32845 6.5332ZM4.34603 6.51172L4.73736 6.82294L4.73741 6.82287L4.34603 6.51172ZM5.52376 5.45898L5.78957 5.88248C6.01588 5.74044 6.09052 5.44557 5.95905 5.21296C5.82758 4.98036 5.53647 4.89221 5.29805 5.01283L5.52376 5.45898ZM5.45931 5.48926L5.21537 5.0528C4.9863 5.18083 4.89519 5.46417 5.0067 5.70173C5.11821 5.93928 5.3944 6.0502 5.63924 5.95576L5.45931 5.48926ZM7.85384 1.41406L8.35384 1.41408V1.41406H7.85384ZM7.8431 1.12598L7.64539 1.58523C9.12903 2.22393 10.1663 3.69838 10.1663 5.41406H10.6663H11.1663C11.1663 3.2847 9.87807 1.45766 8.04081 0.666725L7.8431 1.12598ZM10.6663 5.41406L10.1663 5.41405C10.1663 5.45998 10.1642 5.50322 10.1618 5.5687L10.6615 5.58691L11.1611 5.60513C11.1629 5.55585 11.1663 5.48392 11.1663 5.41408L10.6663 5.41406ZM10.6615 5.58691L10.1618 5.5687C10.1091 7.01332 9.32049 8.27025 8.15763 8.97703L8.41732 9.4043L8.67701 9.83157C10.1155 8.95726 11.0957 7.39928 11.1611 5.60513L10.6615 5.58691ZM8.41732 9.4043L8.391 9.9036C8.46468 9.90749 8.56579 9.91406 8.66631 9.91406L8.66634 9.41406L8.66638 8.91406C8.59969 8.91406 8.53499 8.90981 8.44364 8.90499L8.41732 9.4043ZM8.66634 9.41406V9.91406C10.3059 9.91406 11.7656 9.1484 12.711 7.95966L12.3197 7.64844L11.9283 7.33721C11.1639 8.29844 9.98727 8.91406 8.66634 8.91406V9.41406ZM12.3197 7.64844L11.8569 7.83775C12.0558 8.3239 12.1663 8.85581 12.1663 9.41408L12.6663 9.41406L13.1663 9.41405C13.1663 8.7226 13.0292 8.0623 12.7824 7.45912L12.3197 7.64844ZM12.6663 9.41406L12.1663 9.41403C12.1662 11.715 10.3012 13.5799 8.00029 13.5801L8.00033 14.0801L8.00036 14.5801C10.8535 14.5799 13.1661 12.2673 13.1663 9.4141L12.6663 9.41406ZM8.00033 14.0801V13.5801C5.69914 13.5801 3.83349 11.715 3.83333 9.41403L3.33333 9.41406L2.83333 9.4141C2.83353 12.2675 5.14706 14.5801 8.00033 14.5801V14.0801ZM3.33333 9.41406L3.83333 9.41408C3.83334 9.1582 3.85645 8.90806 3.90049 8.66548L3.40853 8.57617L2.91657 8.48687C2.86191 8.78794 2.83334 9.09784 2.83333 9.41405L3.33333 9.41406ZM3.40853 8.57617L3.90052 8.66532C3.90638 8.63296 3.90146 8.66449 3.9146 8.59824L3.42415 8.50098L2.93371 8.40371C2.93233 8.41064 2.93089 8.41712 2.92755 8.43255C2.92472 8.44561 2.92047 8.46533 2.91654 8.48703L3.40853 8.57617ZM3.42415 8.50098L3.91457 8.59841C3.92506 8.54558 3.93145 8.5114 3.93971 8.47554L3.45247 8.36328L2.96524 8.25102C2.9525 8.30631 2.94155 8.36423 2.93374 8.40354L3.42415 8.50098ZM3.45247 8.36328L3.93975 8.47536C3.9455 8.45037 3.94583 8.45258 3.95816 8.40307L3.47298 8.28223L2.98781 8.16138C2.98668 8.16589 2.97196 8.22181 2.9652 8.25121L3.45247 8.36328ZM3.47298 8.28223L3.95811 8.40326C4.00011 8.23493 4.05183 8.07127 4.11313 7.91283L3.64681 7.73242L3.18049 7.55202C3.10387 7.75006 3.03969 7.95343 2.98785 8.16119L3.47298 8.28223ZM3.64681 7.73242L4.11321 7.91262C4.14999 7.81742 4.19153 7.72249 4.23701 7.62687L3.78548 7.41211L3.33395 7.19735C3.27974 7.31133 3.2278 7.42956 3.18041 7.55222L3.64681 7.73242ZM3.78548 7.41211L4.23692 7.62706C4.33393 7.42331 4.4452 7.22961 4.57075 7.04806L4.15951 6.76367L3.74826 6.47928C3.59067 6.70717 3.45287 6.9476 3.33404 7.19716L3.78548 7.41211ZM4.15951 6.76367L4.57083 7.04794C4.59501 7.01297 4.59998 7.0048 4.6135 6.98597L4.20736 6.69434L3.80122 6.4027C3.78199 6.42948 3.75594 6.46816 3.74818 6.4794L4.15951 6.76367ZM4.20736 6.69434L4.61342 6.98607C4.63387 6.95761 4.65513 6.93001 4.68416 6.8919L4.28646 6.58887L3.88875 6.28583C3.86454 6.31761 3.83214 6.35966 3.80129 6.4026L4.20736 6.69434ZM4.28646 6.58887L4.68423 6.89182C4.71293 6.85413 4.70727 6.86037 4.72167 6.84204L4.32845 6.5332L3.93523 6.22437C3.9239 6.23879 3.91376 6.25235 3.90639 6.26224C3.89795 6.27358 3.89361 6.27945 3.88869 6.28592L4.28646 6.58887ZM4.32845 6.5332L4.72161 6.84211C4.72095 6.84296 4.72043 6.84361 4.72009 6.84402C4.71992 6.84423 4.71979 6.84439 4.71971 6.8445C4.71962 6.84461 4.71957 6.84466 4.71957 6.84467C4.71957 6.84467 4.71961 6.84462 4.71969 6.84452C4.71977 6.84443 4.71989 6.84428 4.72006 6.84408C4.72041 6.84365 4.72085 6.84312 4.72155 6.84229C4.72265 6.84095 4.72509 6.83804 4.72752 6.83509C4.7301 6.83196 4.73352 6.82777 4.73736 6.82294L4.34603 6.51172L3.95469 6.2005C3.95567 6.19927 3.95618 6.19866 3.95581 6.19911C3.9553 6.19973 3.95476 6.20038 3.9529 6.20261C3.95025 6.2058 3.94305 6.21442 3.93529 6.22429L4.32845 6.5332ZM4.34603 6.51172L4.73741 6.82287C5.03132 6.45319 5.38744 6.13488 5.78957 5.88248L5.52376 5.45898L5.25796 5.03549C4.76049 5.34773 4.31932 5.74186 3.95464 6.20056L4.34603 6.51172ZM5.52376 5.45898L5.29805 5.01283C5.29492 5.01441 5.29187 5.01596 5.28941 5.01722C5.28678 5.01855 5.28473 5.0196 5.28273 5.02061C5.27877 5.02261 5.27646 5.02376 5.27489 5.02452C5.27175 5.02604 5.27398 5.02484 5.27938 5.02275L5.45931 5.48926L5.63924 5.95576C5.69197 5.93542 5.74033 5.90976 5.74947 5.90514L5.52376 5.45898ZM5.45931 5.48926L5.70325 5.92571C7.28257 5.04301 8.35378 3.35473 8.35384 1.41408L7.85384 1.41406L7.35384 1.41405C7.35379 2.97722 6.49202 4.33927 5.21537 5.0528L5.45931 5.48926ZM7.85384 1.41406H8.35384C8.35384 1.30146 8.3481 1.19286 8.34218 1.09559L7.8431 1.12598L7.34402 1.15636C7.3497 1.2496 7.35384 1.33323 7.35384 1.41406H7.85384Z", fill: "currentColor" })
|
|
903
962
|
}
|
|
904
963
|
)
|
|
905
964
|
);
|
|
906
965
|
Flame.displayName = "Flame";
|
|
907
|
-
var
|
|
966
|
+
var Frown = forwardRef(
|
|
908
967
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
909
968
|
"svg",
|
|
910
969
|
{
|
|
@@ -915,20 +974,20 @@ var Globe = forwardRef(
|
|
|
915
974
|
fill: "none",
|
|
916
975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
917
976
|
strokeWidth,
|
|
918
|
-
className: ["foamicon", "foamicon-
|
|
977
|
+
className: ["foamicon", "foamicon-frown", className].filter(Boolean).join(" "),
|
|
919
978
|
"aria-hidden": "true",
|
|
920
979
|
...props,
|
|
921
980
|
children: [
|
|
922
|
-
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "5.5", stroke: "
|
|
923
|
-
/* @__PURE__ */ jsx("
|
|
924
|
-
/* @__PURE__ */ jsx("
|
|
925
|
-
/* @__PURE__ */ jsx("
|
|
981
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
982
|
+
/* @__PURE__ */ jsx("path", { d: "M10 10.2639C9.46924 9.78885 8.76835 9.5 8 9.5C7.23165 9.5 6.53076 9.78885 6 10.2639", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
983
|
+
/* @__PURE__ */ jsx("circle", { cx: "6.25", cy: "6.75", r: "0.75", fill: "currentColor" }),
|
|
984
|
+
/* @__PURE__ */ jsx("circle", { cx: "9.75", cy: "6.75", r: "0.75", fill: "currentColor" })
|
|
926
985
|
]
|
|
927
986
|
}
|
|
928
987
|
)
|
|
929
988
|
);
|
|
930
|
-
|
|
931
|
-
var
|
|
989
|
+
Frown.displayName = "Frown";
|
|
990
|
+
var Fullscreen = forwardRef(
|
|
932
991
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
933
992
|
"svg",
|
|
934
993
|
{
|
|
@@ -939,19 +998,22 @@ var History = forwardRef(
|
|
|
939
998
|
fill: "none",
|
|
940
999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
941
1000
|
strokeWidth,
|
|
942
|
-
className: ["foamicon", "foamicon-
|
|
1001
|
+
className: ["foamicon", "foamicon-fullscreen", className].filter(Boolean).join(" "),
|
|
943
1002
|
"aria-hidden": "true",
|
|
944
1003
|
...props,
|
|
945
1004
|
children: [
|
|
946
|
-
/* @__PURE__ */ jsx("
|
|
947
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1005
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 4.66915C2.5 3.70258 3.1911 2.87634 4.15044 2.75834C5.18882 2.63062 6.59441 2.5 8 2.5C9.40559 2.5 10.8112 2.63062 11.8496 2.75834C12.8089 2.87634 13.5 3.70258 13.5 4.66915V11.3308C13.5 12.2974 12.8089 13.1237 11.8496 13.2417C10.8112 13.3694 9.40559 13.5 8 13.5C6.59441 13.5 5.18882 13.3694 4.15044 13.2417C3.1911 13.1237 2.5 12.2974 2.5 11.3308V4.66915Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1006
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5004 9.4187C4.5004 9.4187 4.50063 10.4626 4.50055 11.0076C4.50052 11.1939 4.60917 11.354 4.79319 11.3831C5.33766 11.4692 6.36946 11.5106 6.36946 11.5106", stroke: "currentColor", strokeLinecap: "round" }),
|
|
1007
|
+
/* @__PURE__ */ jsx("path", { d: "M11.4996 9.4187C11.4996 9.4187 11.4994 10.4626 11.4995 11.0076C11.4995 11.1939 11.3908 11.354 11.2068 11.3831C10.6623 11.4692 9.63054 11.5106 9.63054 11.5106", stroke: "currentColor", strokeLinecap: "round" }),
|
|
1008
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5004 6.5813C4.5004 6.5813 4.50063 5.53741 4.50055 4.99241C4.50052 4.80611 4.60917 4.64598 4.79319 4.61689C5.33766 4.53082 6.36946 4.48943 6.36946 4.48943", stroke: "currentColor", strokeLinecap: "round" }),
|
|
1009
|
+
/* @__PURE__ */ jsx("path", { d: "M11.4996 6.5813C11.4996 6.5813 11.4994 5.53741 11.4995 4.99241C11.4995 4.80611 11.3908 4.64598 11.2068 4.61689C10.6623 4.53082 9.63054 4.48943 9.63054 4.48943", stroke: "currentColor", strokeLinecap: "round" })
|
|
948
1010
|
]
|
|
949
1011
|
}
|
|
950
1012
|
)
|
|
951
1013
|
);
|
|
952
|
-
|
|
953
|
-
var
|
|
954
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1014
|
+
Fullscreen.displayName = "Fullscreen";
|
|
1015
|
+
var Globe = forwardRef(
|
|
1016
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
955
1017
|
"svg",
|
|
956
1018
|
{
|
|
957
1019
|
ref,
|
|
@@ -961,16 +1023,21 @@ var Home = forwardRef(
|
|
|
961
1023
|
fill: "none",
|
|
962
1024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
963
1025
|
strokeWidth,
|
|
964
|
-
className: ["foamicon", "foamicon-
|
|
1026
|
+
className: ["foamicon", "foamicon-globe", className].filter(Boolean).join(" "),
|
|
965
1027
|
"aria-hidden": "true",
|
|
966
1028
|
...props,
|
|
967
|
-
children:
|
|
1029
|
+
children: [
|
|
1030
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1031
|
+
/* @__PURE__ */ jsx("ellipse", { cx: "8", cy: "8", rx: "2.5", ry: "5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1032
|
+
/* @__PURE__ */ jsx("path", { d: "M3 6H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1033
|
+
/* @__PURE__ */ jsx("path", { d: "M3 10H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1034
|
+
]
|
|
968
1035
|
}
|
|
969
1036
|
)
|
|
970
1037
|
);
|
|
971
|
-
|
|
972
|
-
var
|
|
973
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1038
|
+
Globe.displayName = "Globe";
|
|
1039
|
+
var Grid1x2 = forwardRef(
|
|
1040
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
974
1041
|
"svg",
|
|
975
1042
|
{
|
|
976
1043
|
ref,
|
|
@@ -980,15 +1047,19 @@ var Hotspot = forwardRef(
|
|
|
980
1047
|
fill: "none",
|
|
981
1048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
982
1049
|
strokeWidth,
|
|
983
|
-
className: ["foamicon", "foamicon-
|
|
1050
|
+
className: ["foamicon", "foamicon-grid1x2", className].filter(Boolean).join(" "),
|
|
984
1051
|
"aria-hidden": "true",
|
|
985
1052
|
...props,
|
|
986
|
-
children:
|
|
1053
|
+
children: [
|
|
1054
|
+
/* @__PURE__ */ jsx("rect", { x: "2", y: "2", width: "5", height: "12", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1055
|
+
/* @__PURE__ */ jsx("rect", { x: "9", y: "2", width: "5", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1056
|
+
/* @__PURE__ */ jsx("rect", { x: "9", y: "9", width: "5", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1057
|
+
]
|
|
987
1058
|
}
|
|
988
1059
|
)
|
|
989
1060
|
);
|
|
990
|
-
|
|
991
|
-
var
|
|
1061
|
+
Grid1x2.displayName = "Grid1x2";
|
|
1062
|
+
var Grid2x2 = forwardRef(
|
|
992
1063
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
993
1064
|
"svg",
|
|
994
1065
|
{
|
|
@@ -999,19 +1070,20 @@ var Import = forwardRef(
|
|
|
999
1070
|
fill: "none",
|
|
1000
1071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1001
1072
|
strokeWidth,
|
|
1002
|
-
className: ["foamicon", "foamicon-
|
|
1073
|
+
className: ["foamicon", "foamicon-grid2x2", className].filter(Boolean).join(" "),
|
|
1003
1074
|
"aria-hidden": "true",
|
|
1004
1075
|
...props,
|
|
1005
1076
|
children: [
|
|
1006
|
-
/* @__PURE__ */ jsx("
|
|
1007
|
-
/* @__PURE__ */ jsx("
|
|
1008
|
-
/* @__PURE__ */ jsx("
|
|
1077
|
+
/* @__PURE__ */ jsx("rect", { x: "2", y: "2", width: "5", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1078
|
+
/* @__PURE__ */ jsx("rect", { x: "2", y: "9", width: "5", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1079
|
+
/* @__PURE__ */ jsx("rect", { x: "9", y: "2", width: "5", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1080
|
+
/* @__PURE__ */ jsx("rect", { x: "9", y: "9", width: "5", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1009
1081
|
]
|
|
1010
1082
|
}
|
|
1011
1083
|
)
|
|
1012
1084
|
);
|
|
1013
|
-
|
|
1014
|
-
var
|
|
1085
|
+
Grid2x2.displayName = "Grid2x2";
|
|
1086
|
+
var History = forwardRef(
|
|
1015
1087
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1016
1088
|
"svg",
|
|
1017
1089
|
{
|
|
@@ -1022,21 +1094,19 @@ var Inbox = forwardRef(
|
|
|
1022
1094
|
fill: "none",
|
|
1023
1095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1024
1096
|
strokeWidth,
|
|
1025
|
-
className: ["foamicon", "foamicon-
|
|
1097
|
+
className: ["foamicon", "foamicon-history", className].filter(Boolean).join(" "),
|
|
1026
1098
|
"aria-hidden": "true",
|
|
1027
1099
|
...props,
|
|
1028
1100
|
children: [
|
|
1029
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1030
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1031
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1032
|
-
/* @__PURE__ */ jsx("path", { d: "M5 6H11", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1033
|
-
/* @__PURE__ */ jsx("path", { d: "M5.5 4H10.5", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1101
|
+
/* @__PURE__ */ jsx("path", { d: "M8 5.25V8.25H9.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1102
|
+
/* @__PURE__ */ jsx("path", { d: "M6.00003 5.3103L3.65515 5.31028C3.37901 5.31027 3.15515 5.08642 3.15515 4.81028L3.15515 2.49997", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1103
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 8C2.5 11.0376 4.96243 13.5 8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5C6.13984 2.5 4.49537 3.42345 3.5 4.83692", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1034
1104
|
]
|
|
1035
1105
|
}
|
|
1036
1106
|
)
|
|
1037
1107
|
);
|
|
1038
|
-
|
|
1039
|
-
var
|
|
1108
|
+
History.displayName = "History";
|
|
1109
|
+
var Hotspot = forwardRef(
|
|
1040
1110
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1041
1111
|
"svg",
|
|
1042
1112
|
{
|
|
@@ -1047,20 +1117,20 @@ var Info = forwardRef(
|
|
|
1047
1117
|
fill: "none",
|
|
1048
1118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1049
1119
|
strokeWidth,
|
|
1050
|
-
className: ["foamicon", "foamicon-
|
|
1120
|
+
className: ["foamicon", "foamicon-hotspot", className].filter(Boolean).join(" "),
|
|
1051
1121
|
"aria-hidden": "true",
|
|
1052
1122
|
...props,
|
|
1053
1123
|
children: [
|
|
1054
|
-
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "
|
|
1055
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1056
|
-
/* @__PURE__ */ jsx("
|
|
1124
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "1.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1125
|
+
/* @__PURE__ */ jsx("path", { d: "M5.35418 11C4.52375 10.2671 4 9.19469 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 9.11849 11.5409 10.1298 10.8009 10.8557", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1126
|
+
/* @__PURE__ */ jsx("path", { d: "M12.5 12.6904C13.7327 11.5075 14.5 9.84336 14.5 8C14.5 4.41015 11.5899 1.5 8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 9.84336 2.26733 11.5075 3.5 12.6904", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1057
1127
|
]
|
|
1058
1128
|
}
|
|
1059
1129
|
)
|
|
1060
1130
|
);
|
|
1061
|
-
|
|
1062
|
-
var
|
|
1063
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1131
|
+
Hotspot.displayName = "Hotspot";
|
|
1132
|
+
var House = forwardRef(
|
|
1133
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1064
1134
|
"svg",
|
|
1065
1135
|
{
|
|
1066
1136
|
ref,
|
|
@@ -1070,19 +1140,15 @@ var LayoutColumn = forwardRef(
|
|
|
1070
1140
|
fill: "none",
|
|
1071
1141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1072
1142
|
strokeWidth,
|
|
1073
|
-
className: ["foamicon", "foamicon-
|
|
1143
|
+
className: ["foamicon", "foamicon-house", className].filter(Boolean).join(" "),
|
|
1074
1144
|
"aria-hidden": "true",
|
|
1075
1145
|
...props,
|
|
1076
|
-
children:
|
|
1077
|
-
/* @__PURE__ */ jsx("rect", { x: "2", y: "2", width: "5", height: "12", rx: "1", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1078
|
-
/* @__PURE__ */ jsx("rect", { x: "9", y: "2", width: "5", height: "5", rx: "1", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1079
|
-
/* @__PURE__ */ jsx("rect", { x: "9", y: "9", width: "5", height: "5", rx: "1", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1080
|
-
]
|
|
1146
|
+
children: /* @__PURE__ */ jsx("path", { d: "M2.5 7.35696C2.5 7.12612 2.57775 6.90489 2.72543 6.72747C3.64888 5.61799 7.13471 1.5 8 1.5C8.86529 1.5 12.3511 5.61799 13.2746 6.72747C13.4222 6.90489 13.5 7.12612 13.5 7.35696V12.1654C13.5 12.6487 13.1546 13.0615 12.6764 13.1309C12.2583 13.1916 11.7046 13.2645 11.0708 13.3295C10.4932 13.3887 10 12.9292 10 12.3486V9.49612C10 8.93235 9.53477 8.47607 8.97102 8.48151C8.34823 8.48752 7.58993 8.4922 6.99531 8.49535C6.44452 8.49827 6 8.94539 6 9.49618L6 12.3486C5.99999 12.9292 5.50675 13.3887 4.92916 13.3295C4.2954 13.2645 3.7417 13.1916 3.32363 13.1309C2.84536 13.0615 2.5 12.6487 2.5 12.1654V7.35696Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1081
1147
|
}
|
|
1082
1148
|
)
|
|
1083
1149
|
);
|
|
1084
|
-
|
|
1085
|
-
var
|
|
1150
|
+
House.displayName = "House";
|
|
1151
|
+
var Image = forwardRef(
|
|
1086
1152
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1087
1153
|
"svg",
|
|
1088
1154
|
{
|
|
@@ -1093,21 +1159,20 @@ var LayoutGrid = forwardRef(
|
|
|
1093
1159
|
fill: "none",
|
|
1094
1160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1095
1161
|
strokeWidth,
|
|
1096
|
-
className: ["foamicon", "foamicon-
|
|
1162
|
+
className: ["foamicon", "foamicon-image", className].filter(Boolean).join(" "),
|
|
1097
1163
|
"aria-hidden": "true",
|
|
1098
1164
|
...props,
|
|
1099
1165
|
children: [
|
|
1100
|
-
/* @__PURE__ */ jsx("
|
|
1101
|
-
/* @__PURE__ */ jsx("
|
|
1102
|
-
/* @__PURE__ */ jsx("
|
|
1103
|
-
/* @__PURE__ */ jsx("rect", { x: "9", y: "9", width: "5", height: "5", rx: "1", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1166
|
+
/* @__PURE__ */ jsx("path", { d: "M2 4.74439C2 4.00274 2.54228 3.37428 3.27924 3.29101C4.43238 3.16071 6.21619 3 8 3C9.78381 3 11.5676 3.16071 12.7208 3.29101C13.4577 3.37428 14 4.00274 14 4.74439V11.2556C14 11.9973 13.4577 12.6257 12.7208 12.709C11.5676 12.8393 9.78381 13 8 13C6.21619 13 4.43238 12.8393 3.27924 12.709C2.54228 12.6257 2 11.9973 2 11.2556V4.74439Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1167
|
+
/* @__PURE__ */ jsx("path", { d: "M2 9L3.45139 7.54861C4.28299 6.71701 5.64915 6.77898 6.40205 7.68245L6.62717 7.9526C7.14763 8.57716 8.01105 8.79558 8.7659 8.49364C9.5053 8.19788 10.3509 8.40098 10.8753 9.0003L13.5 12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1168
|
+
/* @__PURE__ */ jsx("circle", { cx: "10.75", cy: "5.75", r: "0.75", fill: "currentColor" })
|
|
1104
1169
|
]
|
|
1105
1170
|
}
|
|
1106
1171
|
)
|
|
1107
1172
|
);
|
|
1108
|
-
|
|
1109
|
-
var
|
|
1110
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1173
|
+
Image.displayName = "Image";
|
|
1174
|
+
var Images = forwardRef(
|
|
1175
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1111
1176
|
"svg",
|
|
1112
1177
|
{
|
|
1113
1178
|
ref,
|
|
@@ -1117,15 +1182,20 @@ var LayoutList = forwardRef(
|
|
|
1117
1182
|
fill: "none",
|
|
1118
1183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1119
1184
|
strokeWidth,
|
|
1120
|
-
className: ["foamicon", "foamicon-
|
|
1185
|
+
className: ["foamicon", "foamicon-images", className].filter(Boolean).join(" "),
|
|
1121
1186
|
"aria-hidden": "true",
|
|
1122
1187
|
...props,
|
|
1123
|
-
children:
|
|
1188
|
+
children: [
|
|
1189
|
+
/* @__PURE__ */ jsx("path", { d: "M3.2 4.69894C3.2 3.95729 3.74155 3.32886 4.47875 3.24769C5.51778 3.13328 7.05889 3 8.6 3C10.1411 3 11.6822 3.13328 12.7212 3.24769C13.4584 3.32886 14 3.95729 14 4.69894V10.3011C14 11.0427 13.4584 11.6711 12.7213 11.7523C11.6822 11.8667 10.1411 12 8.6 12C7.05889 12 5.51778 11.8667 4.47875 11.7523C3.74155 11.6711 3.2 11.0427 3.2 10.3011V4.69894Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1190
|
+
/* @__PURE__ */ jsx("path", { d: "M3.2 8.39995L4.40598 7.19397C5.20827 6.39168 6.52626 6.45147 7.25262 7.32309L7.36445 7.45729C7.83287 8.01939 8.60995 8.21597 9.28931 7.94423C9.95477 7.67804 10.7158 7.86083 11.1877 8.40022L13.55 11.1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1191
|
+
/* @__PURE__ */ jsx("circle", { cx: "11.125", cy: "5.69995", r: "0.75", fill: "currentColor" }),
|
|
1192
|
+
/* @__PURE__ */ jsx("path", { d: "M1.19104 5.5144C1.19104 5.5144 1.19101 5.87688 1.19104 6.10915C1.19124 7.42246 1.17849 8.53554 1.23113 9.47261C1.19923 11.9535 2.27253 13.3008 4.55519 13.7588C5.14063 13.8762 5.7439 13.8414 6.50112 13.8626C9.08753 13.8626 9.27153 13.8675 11.1581 13.7588C11.382 13.7459 11.8633 13.707 11.8633 13.707", stroke: "currentColor", strokeLinecap: "round" })
|
|
1193
|
+
]
|
|
1124
1194
|
}
|
|
1125
1195
|
)
|
|
1126
1196
|
);
|
|
1127
|
-
|
|
1128
|
-
var
|
|
1197
|
+
Images.displayName = "Images";
|
|
1198
|
+
var Inbox = forwardRef(
|
|
1129
1199
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1130
1200
|
"svg",
|
|
1131
1201
|
{
|
|
@@ -1136,18 +1206,21 @@ var LayoutRow = forwardRef(
|
|
|
1136
1206
|
fill: "none",
|
|
1137
1207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1138
1208
|
strokeWidth,
|
|
1139
|
-
className: ["foamicon", "foamicon-
|
|
1209
|
+
className: ["foamicon", "foamicon-inbox", className].filter(Boolean).join(" "),
|
|
1140
1210
|
"aria-hidden": "true",
|
|
1141
1211
|
...props,
|
|
1142
1212
|
children: [
|
|
1143
|
-
/* @__PURE__ */ jsx("
|
|
1144
|
-
/* @__PURE__ */ jsx("
|
|
1213
|
+
/* @__PURE__ */ jsx("path", { d: "M3.83352 3.16596C3.93984 2.7697 4.20859 2.44065 4.60557 2.33703C5.19555 2.18302 6.26224 2 8 2C9.73776 2 10.8044 2.18302 11.3944 2.33703C11.7914 2.44065 12.0602 2.7697 12.1665 3.16596L13.9488 9.80903C13.9828 9.9358 14 10.0665 14 10.1977V12.2027C14 12.9276 13.4821 13.5468 12.7638 13.6449C11.6123 13.8023 9.80617 14 8 14C6.19383 14 4.38766 13.8023 3.23618 13.6449C2.51792 13.5468 2 12.9276 2 12.2027V10.1977C2 10.0665 2.01723 9.9358 2.05124 9.80903L3.83352 3.16596Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1214
|
+
/* @__PURE__ */ jsx("path", { d: "M2.13574 10H5.15879C5.7476 10 6.29712 10.2955 6.62181 10.7867C7.31516 11.8356 8.85452 11.8356 9.54786 10.7867C9.87255 10.2955 10.4221 10 11.0109 10H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1215
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 8H11.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1216
|
+
/* @__PURE__ */ jsx("path", { d: "M5 6H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1217
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 4H10.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1145
1218
|
]
|
|
1146
1219
|
}
|
|
1147
1220
|
)
|
|
1148
1221
|
);
|
|
1149
|
-
|
|
1150
|
-
var
|
|
1222
|
+
Inbox.displayName = "Inbox";
|
|
1223
|
+
var Info = forwardRef(
|
|
1151
1224
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1152
1225
|
"svg",
|
|
1153
1226
|
{
|
|
@@ -1158,19 +1231,20 @@ var Link = forwardRef(
|
|
|
1158
1231
|
fill: "none",
|
|
1159
1232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1160
1233
|
strokeWidth,
|
|
1161
|
-
className: ["foamicon", "foamicon-
|
|
1234
|
+
className: ["foamicon", "foamicon-info", className].filter(Boolean).join(" "),
|
|
1162
1235
|
"aria-hidden": "true",
|
|
1163
1236
|
...props,
|
|
1164
1237
|
children: [
|
|
1165
|
-
/* @__PURE__ */ jsx("
|
|
1166
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1238
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1239
|
+
/* @__PURE__ */ jsx("path", { d: "M8 7.79751V11.4873", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1240
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "5.375", r: "0.625", fill: "currentColor" })
|
|
1167
1241
|
]
|
|
1168
1242
|
}
|
|
1169
1243
|
)
|
|
1170
1244
|
);
|
|
1171
|
-
|
|
1172
|
-
var
|
|
1173
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1245
|
+
Info.displayName = "Info";
|
|
1246
|
+
var Italic = forwardRef(
|
|
1247
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1174
1248
|
"svg",
|
|
1175
1249
|
{
|
|
1176
1250
|
ref,
|
|
@@ -1180,22 +1254,15 @@ var List = forwardRef(
|
|
|
1180
1254
|
fill: "none",
|
|
1181
1255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1182
1256
|
strokeWidth,
|
|
1183
|
-
className: ["foamicon", "foamicon-
|
|
1257
|
+
className: ["foamicon", "foamicon-italic", className].filter(Boolean).join(" "),
|
|
1184
1258
|
"aria-hidden": "true",
|
|
1185
1259
|
...props,
|
|
1186
|
-
children:
|
|
1187
|
-
/* @__PURE__ */ jsx("path", { d: "M5.5 4H13", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1188
|
-
/* @__PURE__ */ jsx("path", { d: "M5.5 8H13", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1189
|
-
/* @__PURE__ */ jsx("path", { d: "M5.5 12H13", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1190
|
-
/* @__PURE__ */ jsx("circle", { cx: "2.75", cy: "4", r: "0.75", fill: "black" }),
|
|
1191
|
-
/* @__PURE__ */ jsx("circle", { cx: "2.75", cy: "8", r: "0.75", fill: "black" }),
|
|
1192
|
-
/* @__PURE__ */ jsx("circle", { cx: "2.75", cy: "12", r: "0.75", fill: "black" })
|
|
1193
|
-
]
|
|
1260
|
+
children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 3C7.5 2.72386 7.72386 2.5 8 2.5H14C14.2761 2.5 14.5 2.72386 14.5 3C14.5 3.27614 14.2761 3.5 14 3.5H11.455L6.66387 12.5H9C9.27614 12.5 9.5 12.7239 9.5 13C9.5 13.2761 9.27614 13.5 9 13.5H3C2.72386 13.5 2.5 13.2761 2.5 13C2.5 12.7239 2.72386 12.5 3 12.5H5.531L10.3222 3.5H8C7.72386 3.5 7.5 3.27614 7.5 3Z", fill: "currentColor" })
|
|
1194
1261
|
}
|
|
1195
1262
|
)
|
|
1196
1263
|
);
|
|
1197
|
-
|
|
1198
|
-
var
|
|
1264
|
+
Italic.displayName = "Italic";
|
|
1265
|
+
var Link = forwardRef(
|
|
1199
1266
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1200
1267
|
"svg",
|
|
1201
1268
|
{
|
|
@@ -1206,19 +1273,19 @@ var Location = forwardRef(
|
|
|
1206
1273
|
fill: "none",
|
|
1207
1274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1208
1275
|
strokeWidth,
|
|
1209
|
-
className: ["foamicon", "foamicon-
|
|
1276
|
+
className: ["foamicon", "foamicon-link", className].filter(Boolean).join(" "),
|
|
1210
1277
|
"aria-hidden": "true",
|
|
1211
1278
|
...props,
|
|
1212
1279
|
children: [
|
|
1213
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1214
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1280
|
+
/* @__PURE__ */ jsx("path", { d: "M11.88 8.13L12.7553 7.25171C13.8576 6.14562 13.856 4.35585 12.7518 3.25165C11.6463 2.14611 9.85384 2.14612 8.74831 3.25168L7.88001 4.12M8.12 11.88L7.24996 12.7501C6.14538 13.8547 4.35448 13.8547 3.24989 12.7501C2.1453 11.6455 2.14531 9.85464 3.24991 8.75007L4.12 7.87999", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1281
|
+
/* @__PURE__ */ jsx("path", { d: "M9.84372 6.15613L5.84372 10.1561", stroke: "currentColor", strokeLinecap: "round" })
|
|
1215
1282
|
]
|
|
1216
1283
|
}
|
|
1217
1284
|
)
|
|
1218
1285
|
);
|
|
1219
|
-
|
|
1220
|
-
var
|
|
1221
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1286
|
+
Link.displayName = "Link";
|
|
1287
|
+
var ListFilter = forwardRef(
|
|
1288
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1222
1289
|
"svg",
|
|
1223
1290
|
{
|
|
1224
1291
|
ref,
|
|
@@ -1228,19 +1295,15 @@ var Lock = forwardRef(
|
|
|
1228
1295
|
fill: "none",
|
|
1229
1296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1230
1297
|
strokeWidth,
|
|
1231
|
-
className: ["foamicon", "foamicon-
|
|
1298
|
+
className: ["foamicon", "foamicon-list-filter", className].filter(Boolean).join(" "),
|
|
1232
1299
|
"aria-hidden": "true",
|
|
1233
1300
|
...props,
|
|
1234
|
-
children:
|
|
1235
|
-
/* @__PURE__ */ jsx("path", { d: "M10.3335 7.5V5.5C10.3335 4.11929 9.21421 3 7.8335 3C6.45278 3 5.3335 4.11929 5.3335 5.5V7.5", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1236
|
-
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "11", r: "1", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1237
|
-
/* @__PURE__ */ jsx("path", { d: "M3 9.13937C3 8.38417 3.56081 7.74849 4.31298 7.68089C5.271 7.59479 6.6355 7.5 8 7.5C9.3645 7.5 10.729 7.59479 11.687 7.68089C12.4392 7.74849 13 8.38417 13 9.13937V12.8606C13 13.6158 12.4392 14.2515 11.687 14.3191C10.729 14.4052 9.3645 14.5 8 14.5C6.6355 14.5 5.271 14.4052 4.31298 14.3191C3.56081 14.2515 3 13.6158 3 12.8606V9.13937Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1238
|
-
]
|
|
1301
|
+
children: /* @__PURE__ */ jsx("path", { d: "M3.33333 4.66663H12.6667M5.33333 7.99996H10.6667M6.66667 11.3333H9.33333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1239
1302
|
}
|
|
1240
1303
|
)
|
|
1241
1304
|
);
|
|
1242
|
-
|
|
1243
|
-
var
|
|
1305
|
+
ListFilter.displayName = "ListFilter";
|
|
1306
|
+
var ListIndentDecrease = forwardRef(
|
|
1244
1307
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1245
1308
|
"svg",
|
|
1246
1309
|
{
|
|
@@ -1251,19 +1314,20 @@ var Magic = forwardRef(
|
|
|
1251
1314
|
fill: "none",
|
|
1252
1315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1253
1316
|
strokeWidth,
|
|
1254
|
-
className: ["foamicon", "foamicon-
|
|
1317
|
+
className: ["foamicon", "foamicon-list-indent-decrease", className].filter(Boolean).join(" "),
|
|
1255
1318
|
"aria-hidden": "true",
|
|
1256
1319
|
...props,
|
|
1257
1320
|
children: [
|
|
1258
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1259
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1260
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1321
|
+
/* @__PURE__ */ jsx("path", { d: "M6 4H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1322
|
+
/* @__PURE__ */ jsx("path", { d: "M6 8H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1323
|
+
/* @__PURE__ */ jsx("path", { d: "M6 12H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1324
|
+
/* @__PURE__ */ jsx("path", { d: "M4 9.83325L2.16667 7.99992L4 6.16659", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1261
1325
|
]
|
|
1262
1326
|
}
|
|
1263
1327
|
)
|
|
1264
1328
|
);
|
|
1265
|
-
|
|
1266
|
-
var
|
|
1329
|
+
ListIndentDecrease.displayName = "ListIndentDecrease";
|
|
1330
|
+
var ListIndentIncrease = forwardRef(
|
|
1267
1331
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1268
1332
|
"svg",
|
|
1269
1333
|
{
|
|
@@ -1274,20 +1338,20 @@ var Maximize = forwardRef(
|
|
|
1274
1338
|
fill: "none",
|
|
1275
1339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1276
1340
|
strokeWidth,
|
|
1277
|
-
className: ["foamicon", "foamicon-
|
|
1341
|
+
className: ["foamicon", "foamicon-list-indent-increase", className].filter(Boolean).join(" "),
|
|
1278
1342
|
"aria-hidden": "true",
|
|
1279
1343
|
...props,
|
|
1280
1344
|
children: [
|
|
1281
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1282
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1283
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1284
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1345
|
+
/* @__PURE__ */ jsx("path", { d: "M6 4H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1346
|
+
/* @__PURE__ */ jsx("path", { d: "M6 8H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1347
|
+
/* @__PURE__ */ jsx("path", { d: "M6 12H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1348
|
+
/* @__PURE__ */ jsx("path", { d: "M2.16667 6.16663L4 7.99996L2.16667 9.83329", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1285
1349
|
]
|
|
1286
1350
|
}
|
|
1287
1351
|
)
|
|
1288
1352
|
);
|
|
1289
|
-
|
|
1290
|
-
var
|
|
1353
|
+
ListIndentIncrease.displayName = "ListIndentIncrease";
|
|
1354
|
+
var ListOrdered = forwardRef(
|
|
1291
1355
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1292
1356
|
"svg",
|
|
1293
1357
|
{
|
|
@@ -1298,20 +1362,22 @@ var MediaPacks = forwardRef(
|
|
|
1298
1362
|
fill: "none",
|
|
1299
1363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1300
1364
|
strokeWidth,
|
|
1301
|
-
className: ["foamicon", "foamicon-
|
|
1365
|
+
className: ["foamicon", "foamicon-list-ordered", className].filter(Boolean).join(" "),
|
|
1302
1366
|
"aria-hidden": "true",
|
|
1303
1367
|
...props,
|
|
1304
1368
|
children: [
|
|
1305
|
-
/* @__PURE__ */ jsx("
|
|
1306
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1307
|
-
/* @__PURE__ */ jsx("
|
|
1308
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1369
|
+
/* @__PURE__ */ jsx("path", { d: "M6.5 4H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1370
|
+
/* @__PURE__ */ jsx("path", { d: "M6.5 8H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1371
|
+
/* @__PURE__ */ jsx("path", { d: "M6.5 12H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1372
|
+
/* @__PURE__ */ jsx("path", { d: "M2.85938 11.7775C3.03906 11.7775 3.19336 11.7336 3.32227 11.6456C3.45312 11.5577 3.51855 11.4315 3.51855 11.2671C3.51855 11.1417 3.4668 11.0342 3.36328 10.9447C3.25977 10.8535 3.12012 10.8079 2.94434 10.8079C2.8252 10.8079 2.72656 10.8218 2.64844 10.8494C2.57227 10.8771 2.51172 10.9138 2.4668 10.9593C2.42188 11.0049 2.37891 11.0635 2.33789 11.1352C2.29883 11.2068 2.2627 11.2744 2.22949 11.3379C2.20996 11.3721 2.1748 11.399 2.12402 11.4185C2.07324 11.438 2.01465 11.4478 1.94824 11.4478C1.87012 11.4478 1.79785 11.4218 1.73145 11.3697C1.66699 11.3159 1.63477 11.2451 1.63477 11.1572C1.63477 11.0725 1.66504 10.9838 1.72559 10.891C1.78809 10.7965 1.87793 10.707 1.99512 10.6223C2.11426 10.5376 2.26172 10.4701 2.4375 10.4196C2.61328 10.3675 2.80957 10.3414 3.02637 10.3414C3.21582 10.3414 3.38867 10.3634 3.54492 10.4074C3.70117 10.4497 3.83691 10.5116 3.95215 10.593C4.06738 10.6744 4.1543 10.7688 4.21289 10.8763C4.27148 10.9838 4.30078 11.0994 4.30078 11.2231C4.30078 11.3859 4.25781 11.526 4.17188 11.6432C4.08789 11.7588 3.9668 11.872 3.80859 11.9827C3.96094 12.0511 4.08887 12.1292 4.19238 12.2171C4.29785 12.3051 4.37695 12.4028 4.42969 12.5102C4.48242 12.6161 4.50879 12.7308 4.50879 12.8546C4.50879 13.0028 4.47266 13.146 4.40039 13.2844C4.33008 13.4228 4.22559 13.5466 4.08691 13.6557C3.94824 13.7631 3.7832 13.8478 3.5918 13.9097C3.40234 13.9699 3.19238 14 2.96191 14C2.72754 14 2.51758 13.965 2.33203 13.895C2.14648 13.825 1.99316 13.7379 1.87207 13.6337C1.75293 13.5279 1.66211 13.4188 1.59961 13.3064C1.53906 13.1941 1.50879 13.1013 1.50879 13.028C1.50879 12.9336 1.54492 12.8578 1.61719 12.8009C1.69141 12.7422 1.7832 12.7129 1.89258 12.7129C1.94727 12.7129 2 12.7268 2.05078 12.7545C2.10156 12.7805 2.13477 12.8123 2.15039 12.8497C2.25195 13.076 2.36035 13.2446 2.47559 13.3553C2.59277 13.4644 2.75684 13.5189 2.96777 13.5189C3.08887 13.5189 3.20508 13.4945 3.31641 13.4456C3.42969 13.3952 3.52246 13.3211 3.59473 13.2234C3.66895 13.1257 3.70605 13.0125 3.70605 12.8839C3.70605 12.6934 3.64355 12.5444 3.51855 12.437C3.39355 12.3279 3.21973 12.2733 2.99707 12.2733C2.95801 12.2733 2.89746 12.2766 2.81543 12.2831C2.7334 12.2896 2.68066 12.2929 2.65723 12.2929C2.5498 12.2929 2.4668 12.2709 2.4082 12.2269C2.34961 12.1813 2.32031 12.1186 2.32031 12.0389C2.32031 11.9607 2.35547 11.898 2.42578 11.8508C2.49609 11.8019 2.60059 11.7775 2.73926 11.7775H2.85938Z", fill: "currentColor" }),
|
|
1373
|
+
/* @__PURE__ */ jsx("path", { d: "M2.55469 9.19426H4.08398C4.23633 9.19426 4.35254 9.22032 4.43262 9.27242C4.5127 9.32452 4.55273 9.39535 4.55273 9.4849C4.55273 9.56469 4.52051 9.63226 4.45605 9.68762C4.39355 9.74298 4.29785 9.77066 4.16895 9.77066H2.0127C1.86621 9.77066 1.75195 9.73728 1.66992 9.67052C1.58789 9.60213 1.54688 9.52235 1.54688 9.43117C1.54688 9.37256 1.57324 9.29521 1.62598 9.19915C1.67871 9.10146 1.73633 9.02493 1.79883 8.96957C2.05859 8.74488 2.29297 8.55274 2.50195 8.39318C2.71094 8.23199 2.86035 8.12615 2.9502 8.07568C3.11035 7.98124 3.24316 7.8868 3.34863 7.79236C3.45605 7.6963 3.53711 7.59861 3.5918 7.49928C3.64844 7.39834 3.67676 7.29983 3.67676 7.20376C3.67676 7.09956 3.64648 7.00675 3.58594 6.92534C3.52734 6.8423 3.44629 6.77798 3.34277 6.73239C3.24121 6.6868 3.12988 6.66401 3.00879 6.66401C2.75293 6.66401 2.55176 6.75763 2.40527 6.94488C2.38574 6.9693 2.35254 7.03606 2.30566 7.14515C2.26074 7.25424 2.20898 7.33809 2.15039 7.39671C2.09375 7.45532 2.00977 7.48463 1.89844 7.48463C1.80078 7.48463 1.71973 7.45777 1.65527 7.40403C1.59082 7.3503 1.55859 7.27703 1.55859 7.18422C1.55859 7.07188 1.58887 6.95464 1.64941 6.83253C1.70996 6.71041 1.7998 6.59969 1.91895 6.50037C2.04004 6.40105 2.19238 6.32127 2.37598 6.26102C2.56152 6.19915 2.77832 6.16821 3.02637 6.16821C3.3252 6.16821 3.58008 6.20729 3.79102 6.28544C3.92773 6.33755 4.04785 6.40919 4.15137 6.50037C4.25488 6.59155 4.33496 6.69739 4.3916 6.81787C4.4502 6.93673 4.47949 7.06048 4.47949 7.18911C4.47949 7.39101 4.41895 7.575 4.29785 7.74108C4.17871 7.90553 4.05664 8.03497 3.93164 8.12941C3.80664 8.22222 3.59668 8.36876 3.30176 8.56903C3.00879 8.7693 2.80762 8.92479 2.69824 9.03551C2.65137 9.07947 2.60352 9.13239 2.55469 9.19426Z", fill: "currentColor" }),
|
|
1374
|
+
/* @__PURE__ */ jsx("path", { d: "M2.90918 5.26784V3.04532C2.41309 3.36282 2.0791 3.52157 1.90723 3.52157C1.8252 3.52157 1.75195 3.49471 1.6875 3.44098C1.625 3.38562 1.59375 3.32212 1.59375 3.25047C1.59375 3.16744 1.625 3.10638 1.6875 3.0673C1.75 3.02822 1.86035 2.97775 2.01855 2.91588C2.25488 2.82307 2.44336 2.72537 2.58398 2.6228C2.72656 2.52022 2.85254 2.40543 2.96191 2.27843C3.07129 2.15142 3.14258 2.07327 3.17578 2.04396C3.20898 2.01465 3.27148 2 3.36328 2C3.4668 2 3.5498 2.03338 3.6123 2.10014C3.6748 2.16689 3.70605 2.25889 3.70605 2.37612V5.17259C3.70605 5.49986 3.57227 5.6635 3.30469 5.6635C3.18555 5.6635 3.08984 5.63012 3.01758 5.56336C2.94531 5.49661 2.90918 5.3981 2.90918 5.26784Z", fill: "currentColor" })
|
|
1309
1375
|
]
|
|
1310
1376
|
}
|
|
1311
1377
|
)
|
|
1312
1378
|
);
|
|
1313
|
-
|
|
1314
|
-
var
|
|
1379
|
+
ListOrdered.displayName = "ListOrdered";
|
|
1380
|
+
var List = forwardRef(
|
|
1315
1381
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1316
1382
|
"svg",
|
|
1317
1383
|
{
|
|
@@ -1322,19 +1388,22 @@ var Menu = forwardRef(
|
|
|
1322
1388
|
fill: "none",
|
|
1323
1389
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1324
1390
|
strokeWidth,
|
|
1325
|
-
className: ["foamicon", "foamicon-
|
|
1391
|
+
className: ["foamicon", "foamicon-list", className].filter(Boolean).join(" "),
|
|
1326
1392
|
"aria-hidden": "true",
|
|
1327
1393
|
...props,
|
|
1328
1394
|
children: [
|
|
1329
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1330
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1331
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1395
|
+
/* @__PURE__ */ jsx("path", { d: "M5.75 4H13.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1396
|
+
/* @__PURE__ */ jsx("path", { d: "M5.75 8H13.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1397
|
+
/* @__PURE__ */ jsx("path", { d: "M5.75 12H13.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1398
|
+
/* @__PURE__ */ jsx("circle", { cx: "3", cy: "4", r: "0.75", fill: "currentColor" }),
|
|
1399
|
+
/* @__PURE__ */ jsx("circle", { cx: "3", cy: "8", r: "0.75", fill: "currentColor" }),
|
|
1400
|
+
/* @__PURE__ */ jsx("circle", { cx: "3", cy: "12", r: "0.75", fill: "currentColor" })
|
|
1332
1401
|
]
|
|
1333
1402
|
}
|
|
1334
1403
|
)
|
|
1335
1404
|
);
|
|
1336
|
-
|
|
1337
|
-
var
|
|
1405
|
+
List.displayName = "List";
|
|
1406
|
+
var LoaderCircle = forwardRef(
|
|
1338
1407
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1339
1408
|
"svg",
|
|
1340
1409
|
{
|
|
@@ -1345,15 +1414,15 @@ var Minus = forwardRef(
|
|
|
1345
1414
|
fill: "none",
|
|
1346
1415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1347
1416
|
strokeWidth,
|
|
1348
|
-
className: ["foamicon", "foamicon-
|
|
1417
|
+
className: ["foamicon", "foamicon-loader-circle", className].filter(Boolean).join(" "),
|
|
1349
1418
|
"aria-hidden": "true",
|
|
1350
1419
|
...props,
|
|
1351
|
-
children: /* @__PURE__ */ jsx("path", { d: "
|
|
1420
|
+
children: /* @__PURE__ */ jsx("path", { d: "M13.5 8C13.5 9.21074 13.1005 10.3876 12.3634 11.3482C11.6264 12.3087 10.593 12.9992 9.4235 13.3126C8.25402 13.626 7.01381 13.5447 5.89524 13.0813C4.77666 12.618 3.84223 11.7985 3.23686 10.75C2.63149 9.70147 2.38902 8.48249 2.54705 7.28211C2.70508 6.08173 3.25479 4.96703 4.11091 4.11091C4.96703 3.25479 6.08172 2.70509 7.2821 2.54705C8.48248 2.38902 9.70147 2.63149 10.75 3.23686", stroke: "currentColor", strokeLinecap: "round" })
|
|
1352
1421
|
}
|
|
1353
1422
|
)
|
|
1354
1423
|
);
|
|
1355
|
-
|
|
1356
|
-
var
|
|
1424
|
+
LoaderCircle.displayName = "LoaderCircle";
|
|
1425
|
+
var Lock = forwardRef(
|
|
1357
1426
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1358
1427
|
"svg",
|
|
1359
1428
|
{
|
|
@@ -1364,22 +1433,19 @@ var Move = forwardRef(
|
|
|
1364
1433
|
fill: "none",
|
|
1365
1434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1366
1435
|
strokeWidth,
|
|
1367
|
-
className: ["foamicon", "foamicon-
|
|
1436
|
+
className: ["foamicon", "foamicon-lock", className].filter(Boolean).join(" "),
|
|
1368
1437
|
"aria-hidden": "true",
|
|
1369
1438
|
...props,
|
|
1370
1439
|
children: [
|
|
1371
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1372
|
-
/* @__PURE__ */ jsx("
|
|
1373
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1374
|
-
/* @__PURE__ */ jsx("path", { d: "M11.6667 6L13.1464 7.47978C13.3417 7.67504 13.3417 7.99162 13.1464 8.18689L11.6667 9.66667", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1375
|
-
/* @__PURE__ */ jsx("path", { d: "M3.66668 9.66663L2.1869 8.18685C1.99163 7.99158 1.99163 7.675 2.1869 7.47974L3.66668 5.99996", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1376
|
-
/* @__PURE__ */ jsx("path", { d: "M12.8333 7.83337L2.50001 7.83337", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1440
|
+
/* @__PURE__ */ jsx("path", { d: "M10.3335 7.5V5.5C10.3335 4.11929 9.21421 3 7.8335 3C6.45278 3 5.3335 4.11929 5.3335 5.5V7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1441
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "11", r: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1442
|
+
/* @__PURE__ */ jsx("path", { d: "M3 9.13937C3 8.38417 3.56081 7.74849 4.31298 7.68089C5.271 7.59479 6.6355 7.5 8 7.5C9.3645 7.5 10.729 7.59479 11.687 7.68089C12.4392 7.74849 13 8.38417 13 9.13937V12.8606C13 13.6158 12.4392 14.2515 11.687 14.3191C10.729 14.4052 9.3645 14.5 8 14.5C6.6355 14.5 5.271 14.4052 4.31298 14.3191C3.56081 14.2515 3 13.6158 3 12.8606V9.13937Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1377
1443
|
]
|
|
1378
1444
|
}
|
|
1379
1445
|
)
|
|
1380
1446
|
);
|
|
1381
|
-
|
|
1382
|
-
var
|
|
1447
|
+
Lock.displayName = "Lock";
|
|
1448
|
+
var LogOut = forwardRef(
|
|
1383
1449
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1384
1450
|
"svg",
|
|
1385
1451
|
{
|
|
@@ -1390,19 +1456,19 @@ var Open = forwardRef(
|
|
|
1390
1456
|
fill: "none",
|
|
1391
1457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1392
1458
|
strokeWidth,
|
|
1393
|
-
className: ["foamicon", "foamicon-
|
|
1459
|
+
className: ["foamicon", "foamicon-log-out", className].filter(Boolean).join(" "),
|
|
1394
1460
|
"aria-hidden": "true",
|
|
1395
1461
|
...props,
|
|
1396
1462
|
children: [
|
|
1397
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1398
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1399
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1463
|
+
/* @__PURE__ */ jsx("path", { d: "M9.72705 14L5.74417 14C5.00252 14 4.37406 13.4577 4.29078 12.7208C4.16048 11.5676 3.99978 9.78381 3.99978 8C3.99978 6.21619 4.16048 4.43238 4.29078 3.27924C4.37406 2.54228 5.00252 2 5.74417 2L9.72705 2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1464
|
+
/* @__PURE__ */ jsx("path", { d: "M10.8334 5.33337L12.9698 7.46971C13.2626 7.7626 13.2626 8.23748 12.9698 8.53037L10.8334 10.6667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1465
|
+
/* @__PURE__ */ jsx("path", { d: "M12.8333 8H7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1400
1466
|
]
|
|
1401
1467
|
}
|
|
1402
1468
|
)
|
|
1403
1469
|
);
|
|
1404
|
-
|
|
1405
|
-
var
|
|
1470
|
+
LogOut.displayName = "LogOut";
|
|
1471
|
+
var MailMove = forwardRef(
|
|
1406
1472
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1407
1473
|
"svg",
|
|
1408
1474
|
{
|
|
@@ -1413,20 +1479,20 @@ var Options = forwardRef(
|
|
|
1413
1479
|
fill: "none",
|
|
1414
1480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1415
1481
|
strokeWidth,
|
|
1416
|
-
className: ["foamicon", "foamicon-
|
|
1482
|
+
className: ["foamicon", "foamicon-mail-move", className].filter(Boolean).join(" "),
|
|
1417
1483
|
"aria-hidden": "true",
|
|
1418
1484
|
...props,
|
|
1419
1485
|
children: [
|
|
1420
|
-
/* @__PURE__ */ jsx("path", { d: "M2.5
|
|
1421
|
-
/* @__PURE__ */ jsx("path", { d: "M2.5
|
|
1422
|
-
/* @__PURE__ */ jsx("
|
|
1423
|
-
/* @__PURE__ */ jsx("
|
|
1486
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 4.5L6.73353 7.96379C7.47026 8.56657 8.52974 8.56657 9.26648 7.96379L13.5 4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1487
|
+
/* @__PURE__ */ jsx("path", { d: "M2 12.5455C2 12.5455 5 13 8 13C9.78381 13 11.5676 12.8393 12.7208 12.709C13.4577 12.6257 14 11.9973 14 11.2556V4.74439C14 4.00274 13.4577 3.37428 12.7208 3.29101C11.5676 3.16071 9.78381 3 8 3C5.66332 3 3.32664 3.27576 2.40757 3.39771C2.17273 3.42886 2 3.62964 2 3.86653C2 4.01034 2.06459 4.14653 2.17594 4.23753L3.78296 5.55078", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1488
|
+
/* @__PURE__ */ jsx("path", { d: "M1 8H2.91187", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1489
|
+
/* @__PURE__ */ jsx("path", { d: "M1 10H5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1424
1490
|
]
|
|
1425
1491
|
}
|
|
1426
1492
|
)
|
|
1427
1493
|
);
|
|
1428
|
-
|
|
1429
|
-
var
|
|
1494
|
+
MailMove.displayName = "MailMove";
|
|
1495
|
+
var MailPlus = forwardRef(
|
|
1430
1496
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1431
1497
|
"svg",
|
|
1432
1498
|
{
|
|
@@ -1437,18 +1503,20 @@ var Person = forwardRef(
|
|
|
1437
1503
|
fill: "none",
|
|
1438
1504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1439
1505
|
strokeWidth,
|
|
1440
|
-
className: ["foamicon", "foamicon-
|
|
1506
|
+
className: ["foamicon", "foamicon-mail-plus", className].filter(Boolean).join(" "),
|
|
1441
1507
|
"aria-hidden": "true",
|
|
1442
1508
|
...props,
|
|
1443
1509
|
children: [
|
|
1444
|
-
/* @__PURE__ */ jsx("
|
|
1445
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1510
|
+
/* @__PURE__ */ jsx("path", { d: "M2 4.5L6.55014 8.22284C7.10269 8.67493 7.89731 8.67493 8.44986 8.22284L13 4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1511
|
+
/* @__PURE__ */ jsx("path", { d: "M13.5 8V4.74439C13.5 4.00274 12.9577 3.37428 12.2208 3.29101C11.0676 3.16071 9.28381 3 7.5 3C5.71619 3 3.93238 3.16071 2.77924 3.29101C2.04228 3.37428 1.5 4.00274 1.5 4.74439V11.2556C1.5 11.9973 2.04228 12.6257 2.77924 12.709C3.93238 12.8393 5.71619 13 7.5 13C7.9745 13 8.44899 12.9886 8.91162 12.9695", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1512
|
+
/* @__PURE__ */ jsx("path", { d: "M13.4116 11V14.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1513
|
+
/* @__PURE__ */ jsx("path", { d: "M15.1616 12.75L11.6616 12.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1446
1514
|
]
|
|
1447
1515
|
}
|
|
1448
1516
|
)
|
|
1449
1517
|
);
|
|
1450
|
-
|
|
1451
|
-
var
|
|
1518
|
+
MailPlus.displayName = "MailPlus";
|
|
1519
|
+
var Mail = forwardRef(
|
|
1452
1520
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1453
1521
|
"svg",
|
|
1454
1522
|
{
|
|
@@ -1459,20 +1527,18 @@ var Persons = forwardRef(
|
|
|
1459
1527
|
fill: "none",
|
|
1460
1528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1461
1529
|
strokeWidth,
|
|
1462
|
-
className: ["foamicon", "foamicon-
|
|
1530
|
+
className: ["foamicon", "foamicon-mail", className].filter(Boolean).join(" "),
|
|
1463
1531
|
"aria-hidden": "true",
|
|
1464
1532
|
...props,
|
|
1465
1533
|
children: [
|
|
1466
|
-
/* @__PURE__ */ jsx("
|
|
1467
|
-
/* @__PURE__ */ jsx("
|
|
1468
|
-
/* @__PURE__ */ jsx("path", { d: "M9.38285 11.8491C9.8863 11.8912 10.5603 11.9336 11.2344 11.9336C12.4245 11.9336 13.6147 11.8014 13.8658 11.7719C13.8939 11.7686 13.9141 11.7449 13.9141 11.7166V11.1028C13.9141 9.56816 12.769 8.24902 11.2344 8.24902C11.0021 8.24902 10.7919 8.26032 10.6031 8.27901C9.70685 8.36768 9.03758 9.01992 8.55469 9.78013", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1469
|
-
/* @__PURE__ */ jsx("path", { d: "M2.08594 12.0742C2.08594 10.0177 3.62032 8.25 5.67685 8.25C7.73337 8.25 9.26776 10.0177 9.26776 12.0742V12.8967C9.26776 12.9346 9.24067 12.9664 9.20304 12.9708C8.8666 13.0104 7.27172 13.1875 5.67685 13.1875C4.08197 13.1875 2.48709 13.0104 2.15066 12.9708C2.11302 12.9664 2.08594 12.9346 2.08594 12.8967V12.0742Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1534
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 4.5L6.73353 7.96379C7.47026 8.56657 8.52974 8.56657 9.26648 7.96379L13.5 4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1535
|
+
/* @__PURE__ */ jsx("path", { d: "M2 4.74439C2 4.00274 2.54228 3.37428 3.27924 3.29101C4.43238 3.16071 6.21619 3 8 3C9.78381 3 11.5676 3.16071 12.7208 3.29101C13.4577 3.37428 14 4.00274 14 4.74439V11.2556C14 11.9973 13.4577 12.6257 12.7208 12.709C11.5676 12.8393 9.78381 13 8 13C6.21619 13 4.43238 12.8393 3.27924 12.709C2.54228 12.6257 2 11.9973 2 11.2556V4.74439Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1470
1536
|
]
|
|
1471
1537
|
}
|
|
1472
1538
|
)
|
|
1473
1539
|
);
|
|
1474
|
-
|
|
1475
|
-
var
|
|
1540
|
+
Mail.displayName = "Mail";
|
|
1541
|
+
var MapPin = forwardRef(
|
|
1476
1542
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1477
1543
|
"svg",
|
|
1478
1544
|
{
|
|
@@ -1483,19 +1549,18 @@ var Picture = forwardRef(
|
|
|
1483
1549
|
fill: "none",
|
|
1484
1550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1485
1551
|
strokeWidth,
|
|
1486
|
-
className: ["foamicon", "foamicon-
|
|
1552
|
+
className: ["foamicon", "foamicon-map-pin", className].filter(Boolean).join(" "),
|
|
1487
1553
|
"aria-hidden": "true",
|
|
1488
1554
|
...props,
|
|
1489
1555
|
children: [
|
|
1490
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1491
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1492
|
-
/* @__PURE__ */ jsx("circle", { cx: "10.75", cy: "5.75", r: "0.75", fill: "black" })
|
|
1556
|
+
/* @__PURE__ */ jsx("path", { d: "M13 6.90909C13 9.60241 10.5121 12.0243 9.0462 13.2176C8.42954 13.7196 7.57046 13.7196 6.9538 13.2176C5.4879 12.0243 3 9.60241 3 6.90909C3 5.60712 3.52678 4.35847 4.46447 3.43784C5.40215 2.51721 6.67392 2 8 2C9.32608 2 10.5979 2.51721 11.5355 3.43784C12.4732 4.35847 13 5.60712 13 6.90909Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1557
|
+
/* @__PURE__ */ jsx("path", { d: "M8 9C9.10457 9 10 8.10457 10 7C10 5.89543 9.10457 5 8 5C6.89543 5 6 5.89543 6 7C6 8.10457 6.89543 9 8 9Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1493
1558
|
]
|
|
1494
1559
|
}
|
|
1495
1560
|
)
|
|
1496
1561
|
);
|
|
1497
|
-
|
|
1498
|
-
var
|
|
1562
|
+
MapPin.displayName = "MapPin";
|
|
1563
|
+
var Maximize = forwardRef(
|
|
1499
1564
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1500
1565
|
"svg",
|
|
1501
1566
|
{
|
|
@@ -1506,20 +1571,20 @@ var Pictures = forwardRef(
|
|
|
1506
1571
|
fill: "none",
|
|
1507
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1508
1573
|
strokeWidth,
|
|
1509
|
-
className: ["foamicon", "foamicon-
|
|
1574
|
+
className: ["foamicon", "foamicon-maximize", className].filter(Boolean).join(" "),
|
|
1510
1575
|
"aria-hidden": "true",
|
|
1511
1576
|
...props,
|
|
1512
1577
|
children: [
|
|
1513
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1514
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1515
|
-
/* @__PURE__ */ jsx("
|
|
1516
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1578
|
+
/* @__PURE__ */ jsx("path", { d: "M9.5 3.5H13V7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1579
|
+
/* @__PURE__ */ jsx("path", { d: "M7 13H3.5V9.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1580
|
+
/* @__PURE__ */ jsx("path", { d: "M13 3.5L9.5 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1581
|
+
/* @__PURE__ */ jsx("path", { d: "M3.5 13L7 9.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1517
1582
|
]
|
|
1518
1583
|
}
|
|
1519
1584
|
)
|
|
1520
1585
|
);
|
|
1521
|
-
|
|
1522
|
-
var
|
|
1586
|
+
Maximize.displayName = "Maximize";
|
|
1587
|
+
var MediaKits = forwardRef(
|
|
1523
1588
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1524
1589
|
"svg",
|
|
1525
1590
|
{
|
|
@@ -1530,19 +1595,21 @@ var Pin = forwardRef(
|
|
|
1530
1595
|
fill: "none",
|
|
1531
1596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1532
1597
|
strokeWidth,
|
|
1533
|
-
className: ["foamicon", "foamicon-
|
|
1598
|
+
className: ["foamicon", "foamicon-media-kits", className].filter(Boolean).join(" "),
|
|
1534
1599
|
"aria-hidden": "true",
|
|
1535
1600
|
...props,
|
|
1536
1601
|
children: [
|
|
1537
|
-
/* @__PURE__ */ jsx("
|
|
1538
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1602
|
+
/* @__PURE__ */ jsx("circle", { cx: "9.90907", cy: "4.99568", r: "0.932931", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1603
|
+
/* @__PURE__ */ jsx("path", { d: "M8.01911 9.35127C8.01911 8.26888 8.82669 7.3385 9.90908 7.3385C10.9915 7.3385 11.799 8.26888 11.799 9.35127V9.78417C11.799 9.80412 11.7848 9.82085 11.765 9.82318C11.5879 9.844 10.7485 9.93721 9.90908 9.93721C9.06966 9.93721 8.23024 9.844 8.05317 9.82318C8.03336 9.82085 8.01911 9.80412 8.01911 9.78417V9.35127Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1604
|
+
/* @__PURE__ */ jsx("rect", { x: "6", y: "2", width: "8", height: "10", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1605
|
+
/* @__PURE__ */ jsx("path", { d: "M8.45189 13.6945L5.55412 14.471C5.02065 14.6139 4.47231 14.2974 4.32937 13.7639L2.25882 6.03648C2.11588 5.50302 2.43246 4.95468 2.96593 4.81174L3.93185 4.55292", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1539
1606
|
]
|
|
1540
1607
|
}
|
|
1541
1608
|
)
|
|
1542
1609
|
);
|
|
1543
|
-
|
|
1544
|
-
var
|
|
1545
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1610
|
+
MediaKits.displayName = "MediaKits";
|
|
1611
|
+
var MegaphoneActive = forwardRef(
|
|
1612
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1546
1613
|
"svg",
|
|
1547
1614
|
{
|
|
1548
1615
|
ref,
|
|
@@ -1552,15 +1619,21 @@ var Play = forwardRef(
|
|
|
1552
1619
|
fill: "none",
|
|
1553
1620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1554
1621
|
strokeWidth,
|
|
1555
|
-
className: ["foamicon", "foamicon-
|
|
1622
|
+
className: ["foamicon", "foamicon-megaphone-active", className].filter(Boolean).join(" "),
|
|
1556
1623
|
"aria-hidden": "true",
|
|
1557
1624
|
...props,
|
|
1558
|
-
children:
|
|
1625
|
+
children: [
|
|
1626
|
+
/* @__PURE__ */ jsx("path", { d: "M2.44745 12.4475C2.12567 12.1257 2.06173 11.6272 2.29186 11.2346L6.63315 3.8289C6.96429 3.26401 7.73996 3.1645 8.20296 3.62751L12.0759 7.50048C12.5389 7.96348 12.4394 8.73914 11.8745 9.07028L4.46881 13.4116C4.07623 13.6417 3.57776 13.5778 3.25598 13.256L2.44745 12.4475Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1627
|
+
/* @__PURE__ */ jsx("path", { d: "M9.53553 10.707L9.71231 10.8838C10.3957 11.5672 10.3957 12.6753 9.71231 13.3587L9.53553 13.5355C8.75449 14.3165 7.48816 14.3165 6.70711 13.5355L6 12.8284", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1628
|
+
/* @__PURE__ */ jsx("path", { d: "M11.957 3.70715L12.957 2.70715", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1629
|
+
/* @__PURE__ */ jsx("path", { d: "M12.7499 5.20711L14.1641 5.20711", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1630
|
+
/* @__PURE__ */ jsx("path", { d: "M10.4571 2.91426L10.4571 1.50005", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1631
|
+
]
|
|
1559
1632
|
}
|
|
1560
1633
|
)
|
|
1561
1634
|
);
|
|
1562
|
-
|
|
1563
|
-
var
|
|
1635
|
+
MegaphoneActive.displayName = "MegaphoneActive";
|
|
1636
|
+
var Megaphone = forwardRef(
|
|
1564
1637
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1565
1638
|
"svg",
|
|
1566
1639
|
{
|
|
@@ -1571,18 +1644,18 @@ var Plus = forwardRef(
|
|
|
1571
1644
|
fill: "none",
|
|
1572
1645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1573
1646
|
strokeWidth,
|
|
1574
|
-
className: ["foamicon", "foamicon-
|
|
1647
|
+
className: ["foamicon", "foamicon-megaphone", className].filter(Boolean).join(" "),
|
|
1575
1648
|
"aria-hidden": "true",
|
|
1576
1649
|
...props,
|
|
1577
1650
|
children: [
|
|
1578
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1579
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1651
|
+
/* @__PURE__ */ jsx("path", { d: "M2 6.7726C2 6.31753 2.30725 5.91985 2.74758 5.80498L12.2476 3.32672C12.8812 3.16144 13.5 3.63955 13.5 4.29434V10.7057C13.5 11.3605 12.8812 11.8386 12.2476 11.6733L2.74758 9.19502C2.30725 9.08015 2 8.68247 2 8.2274V6.7726Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1652
|
+
/* @__PURE__ */ jsx("path", { d: "M9 11V11.25C9 12.2165 8.2165 13 7.25 13H7C5.89543 13 5 12.1046 5 11V10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1580
1653
|
]
|
|
1581
1654
|
}
|
|
1582
1655
|
)
|
|
1583
1656
|
);
|
|
1584
|
-
|
|
1585
|
-
var
|
|
1657
|
+
Megaphone.displayName = "Megaphone";
|
|
1658
|
+
var Menu = forwardRef(
|
|
1586
1659
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1587
1660
|
"svg",
|
|
1588
1661
|
{
|
|
@@ -1593,19 +1666,20 @@ var PromoteActive = forwardRef(
|
|
|
1593
1666
|
fill: "none",
|
|
1594
1667
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1595
1668
|
strokeWidth,
|
|
1596
|
-
className: ["foamicon", "foamicon-
|
|
1669
|
+
className: ["foamicon", "foamicon-menu", className].filter(Boolean).join(" "),
|
|
1597
1670
|
"aria-hidden": "true",
|
|
1598
1671
|
...props,
|
|
1599
1672
|
children: [
|
|
1600
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1601
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1673
|
+
/* @__PURE__ */ jsx("path", { d: "M3 4H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1674
|
+
/* @__PURE__ */ jsx("path", { d: "M3 8H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1675
|
+
/* @__PURE__ */ jsx("path", { d: "M3 12H13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1602
1676
|
]
|
|
1603
1677
|
}
|
|
1604
1678
|
)
|
|
1605
1679
|
);
|
|
1606
|
-
|
|
1607
|
-
var
|
|
1608
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1680
|
+
Menu.displayName = "Menu";
|
|
1681
|
+
var MessageSquare = forwardRef(
|
|
1682
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1609
1683
|
"svg",
|
|
1610
1684
|
{
|
|
1611
1685
|
ref,
|
|
@@ -1615,21 +1689,15 @@ var Promote = forwardRef(
|
|
|
1615
1689
|
fill: "none",
|
|
1616
1690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1617
1691
|
strokeWidth,
|
|
1618
|
-
className: ["foamicon", "foamicon-
|
|
1692
|
+
className: ["foamicon", "foamicon-message-square", className].filter(Boolean).join(" "),
|
|
1619
1693
|
"aria-hidden": "true",
|
|
1620
1694
|
...props,
|
|
1621
|
-
children:
|
|
1622
|
-
/* @__PURE__ */ jsx("path", { d: "M2.44745 12.4475C2.12567 12.1257 2.06173 11.6272 2.29186 11.2346L6.63315 3.8289C6.96429 3.26401 7.73996 3.1645 8.20296 3.62751L12.0759 7.50048C12.5389 7.96348 12.4394 8.73914 11.8745 9.07028L4.46881 13.4116C4.07623 13.6417 3.57776 13.5778 3.25598 13.256L2.44745 12.4475Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1623
|
-
/* @__PURE__ */ jsx("path", { d: "M9.53553 10.707L9.71231 10.8838C10.3957 11.5672 10.3957 12.6753 9.71231 13.3587L9.53553 13.5355C8.75449 14.3165 7.48816 14.3165 6.70711 13.5355L6 12.8284", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1624
|
-
/* @__PURE__ */ jsx("path", { d: "M11.957 3.70715L12.957 2.70715", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1625
|
-
/* @__PURE__ */ jsx("path", { d: "M12.7499 5.20711L14.1641 5.20711", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1626
|
-
/* @__PURE__ */ jsx("path", { d: "M10.4571 2.91426L10.4571 1.50005", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1627
|
-
]
|
|
1695
|
+
children: /* @__PURE__ */ jsx("path", { d: "M2.79566 5.34648C2.79566 4.24191 3.69175 3.34886 4.79447 3.28506C5.71423 3.23184 6.59712 3.16333 8.23235 3.16333C9.96834 3.16333 10.9226 3.24054 12.0012 3.2947C13.1044 3.35009 14.0005 4.24191 14.0005 5.34648V9.60515C14.0005 10.7097 13.1051 11.6051 12.0005 11.6051H8.73895C8.42048 11.6051 8.12106 11.7568 7.93267 12.0136L6.36241 14.1539C6.24808 14.3097 6.00115 14.2289 6.00115 14.0356V11.8051C6.00115 11.6947 5.91161 11.6051 5.80115 11.6051H4.79566C3.69109 11.6051 2.79566 10.7097 2.79566 9.60515V5.34648Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1628
1696
|
}
|
|
1629
1697
|
)
|
|
1630
1698
|
);
|
|
1631
|
-
|
|
1632
|
-
var
|
|
1699
|
+
MessageSquare.displayName = "MessageSquare";
|
|
1700
|
+
var MessagesSquare = forwardRef(
|
|
1633
1701
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1634
1702
|
"svg",
|
|
1635
1703
|
{
|
|
@@ -1640,20 +1708,19 @@ var Question = forwardRef(
|
|
|
1640
1708
|
fill: "none",
|
|
1641
1709
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1642
1710
|
strokeWidth,
|
|
1643
|
-
className: ["foamicon", "foamicon-
|
|
1711
|
+
className: ["foamicon", "foamicon-messages-square", className].filter(Boolean).join(" "),
|
|
1644
1712
|
"aria-hidden": "true",
|
|
1645
1713
|
...props,
|
|
1646
1714
|
children: [
|
|
1647
|
-
/* @__PURE__ */ jsx("
|
|
1648
|
-
/* @__PURE__ */ jsx("path", { d: "M8.
|
|
1649
|
-
/* @__PURE__ */ jsx("circle", { cx: "8.06641", cy: "10.457", r: "0.644531", fill: "black" })
|
|
1715
|
+
/* @__PURE__ */ jsx("path", { d: "M6.9 9.5C6.9 9.5 6.8 9.5 6.7 9.5C6.7 9.5 5.1 11.9 5.1 11.5V9.5H3.5C2.7 9.4 2 8.8 2 8V3.7C2 2.5 3 2.3 3.5 2.2C4 2.1 4.9 2 6.7 2C8.5 2 9.2 2 10 2.2C10.8 2.4 11.4 2.60534 11.4 3.7V6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1716
|
+
/* @__PURE__ */ jsx("path", { d: "M8.31142 11.942L10.7971 12C10.8551 12 10.913 12 10.942 12.087C10.942 12.087 12.1594 13.8841 12.2174 13.6812C12.3333 13.3043 12.7101 12.058 12.7101 12.058C12.7101 12.058 12.7101 12.029 12.7391 12.029L13.5217 11.942C14.1884 11.942 14.7101 11.4783 14.7101 10.8116V7.36232C14.7101 6.69565 14.1594 6.14493 13.4928 6.14493C13.4928 6.14493 12.3333 6 10.8551 6C9.37681 6 8.21739 6.14493 8.21739 6.14493C7.55072 6.14493 7 6.69565 7 7.36232V10.8116C7 11.4783 7.57971 11.942 8.24638 11.942L8.31142 11.942Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1650
1717
|
]
|
|
1651
1718
|
}
|
|
1652
1719
|
)
|
|
1653
1720
|
);
|
|
1654
|
-
|
|
1655
|
-
var
|
|
1656
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1721
|
+
MessagesSquare.displayName = "MessagesSquare";
|
|
1722
|
+
var Minus = forwardRef(
|
|
1723
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1657
1724
|
"svg",
|
|
1658
1725
|
{
|
|
1659
1726
|
ref,
|
|
@@ -1663,37 +1730,16 @@ var Reach = forwardRef(
|
|
|
1663
1730
|
fill: "none",
|
|
1664
1731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1665
1732
|
strokeWidth,
|
|
1666
|
-
className: ["foamicon", "foamicon-
|
|
1733
|
+
className: ["foamicon", "foamicon-minus", className].filter(Boolean).join(" "),
|
|
1667
1734
|
"aria-hidden": "true",
|
|
1668
1735
|
...props,
|
|
1669
|
-
children:
|
|
1670
|
-
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_1_474)", children: [
|
|
1671
|
-
/* @__PURE__ */ jsx("path", { d: "M6.72934 2.35433L7.64644 1.4371C7.8417 1.24181 8.1583 1.2418 8.35358 1.43707L9.27083 2.35433", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1672
|
-
/* @__PURE__ */ jsx("path", { d: "M7.9998 1.75V4.25", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1673
|
-
/* @__PURE__ */ jsx("path", { d: "M9.27066 13.8957L8.35356 14.8129C8.1583 15.0082 7.8417 15.0082 7.64642 14.8129L6.72917 13.8957", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1674
|
-
/* @__PURE__ */ jsx("path", { d: "M8.0002 14.5V12", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1675
|
-
/* @__PURE__ */ jsx("path", { d: "M13.6456 6.72937L14.5629 7.64647C14.7581 7.84173 14.7582 8.15833 14.5629 8.35361L13.6456 9.27086", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1676
|
-
/* @__PURE__ */ jsx("path", { d: "M14.2498 7.99976L11.7498 7.99976", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1677
|
-
/* @__PURE__ */ jsx("path", { d: "M2.10404 9.27063L1.18681 8.35353C0.991524 8.15827 0.991512 7.84167 1.18678 7.64639L2.10404 6.72914", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1678
|
-
/* @__PURE__ */ jsx("path", { d: "M1.49983 8.00024L3.99983 8.00024", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1679
|
-
/* @__PURE__ */ jsx("path", { d: "M11.0936 3.10939L12.3906 3.1093C12.6668 3.10929 12.8907 3.33315 12.8907 3.6093L12.8907 4.9065", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1680
|
-
/* @__PURE__ */ jsx("path", { d: "M12.4192 3.58032L10.6514 5.34809", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1681
|
-
/* @__PURE__ */ jsx("path", { d: "M4.72941 13.0674L3.43234 13.0675C3.15619 13.0675 2.93231 12.8436 2.93231 12.5675L2.93231 11.2703", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1682
|
-
/* @__PURE__ */ jsx("path", { d: "M3.40382 12.5964L5.17159 10.8287", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1683
|
-
/* @__PURE__ */ jsx("path", { d: "M12.8905 11.0937L12.8906 12.3907C12.8907 12.6669 12.6668 12.8908 12.3906 12.8908L11.0934 12.8908", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1684
|
-
/* @__PURE__ */ jsx("path", { d: "M12.4194 12.4192L10.6517 10.6514", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1685
|
-
/* @__PURE__ */ jsx("path", { d: "M2.93244 4.72958L2.93235 3.43251C2.93233 3.15636 3.15619 2.93248 3.43235 2.93248L4.72954 2.93248", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1686
|
-
/* @__PURE__ */ jsx("path", { d: "M3.40353 3.40405L5.1713 5.17182", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1687
|
-
/* @__PURE__ */ jsx("circle", { cx: "7.99994", cy: "8", r: "1.46558", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1688
|
-
] }),
|
|
1689
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_1_474", children: /* @__PURE__ */ jsx("rect", { width: "16", height: "16", fill: "white", transform: "matrix(-1 0 0 -1 16 16)" }) }) })
|
|
1690
|
-
]
|
|
1736
|
+
children: /* @__PURE__ */ jsx("path", { d: "M12.5 8L3.5 8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1691
1737
|
}
|
|
1692
1738
|
)
|
|
1693
1739
|
);
|
|
1694
|
-
|
|
1695
|
-
var
|
|
1696
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
1740
|
+
Minus.displayName = "Minus";
|
|
1741
|
+
var Moon = forwardRef(
|
|
1742
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1697
1743
|
"svg",
|
|
1698
1744
|
{
|
|
1699
1745
|
ref,
|
|
@@ -1703,19 +1749,15 @@ var Recents = forwardRef(
|
|
|
1703
1749
|
fill: "none",
|
|
1704
1750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1705
1751
|
strokeWidth,
|
|
1706
|
-
className: ["foamicon", "foamicon-
|
|
1752
|
+
className: ["foamicon", "foamicon-moon", className].filter(Boolean).join(" "),
|
|
1707
1753
|
"aria-hidden": "true",
|
|
1708
1754
|
...props,
|
|
1709
|
-
children:
|
|
1710
|
-
/* @__PURE__ */ jsx("path", { d: "M8 5.25V8.25H9.75", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1711
|
-
/* @__PURE__ */ jsx("path", { d: "M6.00003 5.3103L3.65514 5.31028C3.379 5.31027 3.15515 5.08642 3.15515 4.81028L3.15515 2.49997", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1712
|
-
/* @__PURE__ */ jsx("path", { d: "M2.5 8C2.5 11.0376 4.96243 13.5 8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5C6.13984 2.5 4.49537 3.42345 3.5 4.83692", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1713
|
-
]
|
|
1755
|
+
children: /* @__PURE__ */ jsx("path", { d: "M13 8C13 11.0376 10.5376 13.5 7.5 13.5C5.18834 13.5 3.56619 12.2471 2.54992 10.3809C2.47093 10.2358 4.73028 10.4917 6.67044 7.55378C8.46277 4.04302 6.50413 2.5 7.5 2.5C10.5376 2.5 13 4.96243 13 8Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1714
1756
|
}
|
|
1715
1757
|
)
|
|
1716
1758
|
);
|
|
1717
|
-
|
|
1718
|
-
var
|
|
1759
|
+
Moon.displayName = "Moon";
|
|
1760
|
+
var MousePointerClick = forwardRef(
|
|
1719
1761
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1720
1762
|
"svg",
|
|
1721
1763
|
{
|
|
@@ -1726,26 +1768,18 @@ var Reel = forwardRef(
|
|
|
1726
1768
|
fill: "none",
|
|
1727
1769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1728
1770
|
strokeWidth,
|
|
1729
|
-
className: ["foamicon", "foamicon-
|
|
1771
|
+
className: ["foamicon", "foamicon-mouse-pointer-click", className].filter(Boolean).join(" "),
|
|
1730
1772
|
"aria-hidden": "true",
|
|
1731
1773
|
...props,
|
|
1732
1774
|
children: [
|
|
1733
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1734
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1735
|
-
/* @__PURE__ */ jsx("path", { d: "M2 6H3.5", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1736
|
-
/* @__PURE__ */ jsx("path", { d: "M2 8H3.5", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1737
|
-
/* @__PURE__ */ jsx("path", { d: "M2 10H3.5", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1738
|
-
/* @__PURE__ */ jsx("path", { d: "M12.5 6H14", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1739
|
-
/* @__PURE__ */ jsx("path", { d: "M12.5 8H14", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1740
|
-
/* @__PURE__ */ jsx("path", { d: "M12.5 10H14", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1741
|
-
/* @__PURE__ */ jsx("path", { d: "M12 4V12", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1742
|
-
/* @__PURE__ */ jsx("path", { d: "M6.09808 6.36603C6.09808 5.98113 6.51474 5.74056 6.84808 5.93301L9.84808 7.66506C10.1814 7.85751 10.1814 8.33864 9.84808 8.53109L6.84808 10.2631C6.51474 10.4556 6.09808 10.215 6.09808 9.83013L6.09808 6.36603Z", fill: "black" })
|
|
1775
|
+
/* @__PURE__ */ jsx("path", { d: "M6.98653 14.2836V6.17577V5.36499L14.0674 10.4459L9.59935 10.3624L6.98653 14.2836Z", stroke: "currentColor", strokeLinejoin: "round" }),
|
|
1776
|
+
/* @__PURE__ */ jsx("path", { d: "M5.36495 4.14866L4.14878 2.93248M6.98652 3.33787V1.71631M8.60808 4.14866L9.82426 2.93248M4.55417 5.77022H2.9326", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1743
1777
|
]
|
|
1744
1778
|
}
|
|
1745
1779
|
)
|
|
1746
1780
|
);
|
|
1747
|
-
|
|
1748
|
-
var
|
|
1781
|
+
MousePointerClick.displayName = "MousePointerClick";
|
|
1782
|
+
var Move = forwardRef(
|
|
1749
1783
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1750
1784
|
"svg",
|
|
1751
1785
|
{
|
|
@@ -1756,19 +1790,22 @@ var Refresh = forwardRef(
|
|
|
1756
1790
|
fill: "none",
|
|
1757
1791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1758
1792
|
strokeWidth,
|
|
1759
|
-
className: ["foamicon", "foamicon-
|
|
1793
|
+
className: ["foamicon", "foamicon-move", className].filter(Boolean).join(" "),
|
|
1760
1794
|
"aria-hidden": "true",
|
|
1761
1795
|
...props,
|
|
1762
1796
|
children: [
|
|
1763
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1764
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1765
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1797
|
+
/* @__PURE__ */ jsx("path", { d: "M6 3.66667L7.31311 2.35355C7.50838 2.15829 7.82496 2.15829 8.02022 2.35355L9.33333 3.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1798
|
+
/* @__PURE__ */ jsx("path", { d: "M9.33333 12.0001L8.02022 13.3132C7.82496 13.5085 7.50838 13.5085 7.31311 13.3132L6 12.0001", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1799
|
+
/* @__PURE__ */ jsx("path", { d: "M7.66667 2.66675V13.0001", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1800
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6667 6L13.1464 7.47978C13.3417 7.67504 13.3417 7.99162 13.1464 8.18689L11.6667 9.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1801
|
+
/* @__PURE__ */ jsx("path", { d: "M3.66667 9.66675L2.18689 8.18697C1.99162 7.99171 1.99162 7.67512 2.18689 7.47986L3.66667 6.00008", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1802
|
+
/* @__PURE__ */ jsx("path", { d: "M12.8333 7.83325L2.5 7.83325", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1766
1803
|
]
|
|
1767
1804
|
}
|
|
1768
1805
|
)
|
|
1769
1806
|
);
|
|
1770
|
-
|
|
1771
|
-
var
|
|
1807
|
+
Move.displayName = "Move";
|
|
1808
|
+
var PanelLeft = forwardRef(
|
|
1772
1809
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1773
1810
|
"svg",
|
|
1774
1811
|
{
|
|
@@ -1779,19 +1816,18 @@ var Reload = forwardRef(
|
|
|
1779
1816
|
fill: "none",
|
|
1780
1817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1781
1818
|
strokeWidth,
|
|
1782
|
-
className: ["foamicon", "foamicon-
|
|
1819
|
+
className: ["foamicon", "foamicon-panel-left", className].filter(Boolean).join(" "),
|
|
1783
1820
|
"aria-hidden": "true",
|
|
1784
1821
|
...props,
|
|
1785
1822
|
children: [
|
|
1786
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1787
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1788
|
-
/* @__PURE__ */ jsx("path", { d: "M11.5117 11.6919C9.55829 13.6453 6.39117 13.6453 4.43775 11.6919C3.23242 10.4865 2.77082 8.8191 3.05295 7.25984", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1823
|
+
/* @__PURE__ */ jsx("path", { d: "M3.26818 4.23755C3.36204 3.51872 3.98148 3 4.70641 3H11.2936C12.0185 3 12.638 3.51872 12.7318 4.23755C12.8573 5.19855 13 6.59928 13 8C13 9.40072 12.8573 10.8014 12.7318 11.7624C12.638 12.4813 12.0185 13 11.2936 13H4.70641C3.98148 13 3.36204 12.4813 3.26818 11.7625C3.14269 10.8014 3 9.40072 3 8C3 6.59928 3.14269 5.19855 3.26818 4.23755Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1824
|
+
/* @__PURE__ */ jsx("path", { d: "M6 3V13", stroke: "currentColor" })
|
|
1789
1825
|
]
|
|
1790
1826
|
}
|
|
1791
1827
|
)
|
|
1792
1828
|
);
|
|
1793
|
-
|
|
1794
|
-
var
|
|
1829
|
+
PanelLeft.displayName = "PanelLeft";
|
|
1830
|
+
var PanelRight = forwardRef(
|
|
1795
1831
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1796
1832
|
"svg",
|
|
1797
1833
|
{
|
|
@@ -1802,18 +1838,18 @@ var Reply = forwardRef(
|
|
|
1802
1838
|
fill: "none",
|
|
1803
1839
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1804
1840
|
strokeWidth,
|
|
1805
|
-
className: ["foamicon", "foamicon-
|
|
1841
|
+
className: ["foamicon", "foamicon-panel-right", className].filter(Boolean).join(" "),
|
|
1806
1842
|
"aria-hidden": "true",
|
|
1807
1843
|
...props,
|
|
1808
1844
|
children: [
|
|
1809
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1810
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1845
|
+
/* @__PURE__ */ jsx("path", { d: "M3.26818 4.23755C3.36204 3.51872 3.98148 3 4.70641 3H11.2936C12.0185 3 12.638 3.51872 12.7318 4.23755C12.8573 5.19855 13 6.59928 13 8C13 9.40072 12.8573 10.8014 12.7318 11.7624C12.638 12.4813 12.0185 13 11.2936 13H4.70641C3.98148 13 3.36204 12.4813 3.26818 11.7625C3.14269 10.8014 3 9.40072 3 8C3 6.59928 3.14269 5.19855 3.26818 4.23755Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1846
|
+
/* @__PURE__ */ jsx("path", { d: "M10 3V13", stroke: "currentColor" })
|
|
1811
1847
|
]
|
|
1812
1848
|
}
|
|
1813
1849
|
)
|
|
1814
1850
|
);
|
|
1815
|
-
|
|
1816
|
-
var
|
|
1851
|
+
PanelRight.displayName = "PanelRight";
|
|
1852
|
+
var Pencil = forwardRef(
|
|
1817
1853
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1818
1854
|
"svg",
|
|
1819
1855
|
{
|
|
@@ -1824,19 +1860,18 @@ var Save = forwardRef(
|
|
|
1824
1860
|
fill: "none",
|
|
1825
1861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1826
1862
|
strokeWidth,
|
|
1827
|
-
className: ["foamicon", "foamicon-
|
|
1863
|
+
className: ["foamicon", "foamicon-pencil", className].filter(Boolean).join(" "),
|
|
1828
1864
|
"aria-hidden": "true",
|
|
1829
1865
|
...props,
|
|
1830
1866
|
children: [
|
|
1831
|
-
/* @__PURE__ */ jsx("path", { d: "M2
|
|
1832
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1833
|
-
/* @__PURE__ */ jsx("path", { d: "M4.5 13.5V9.5C4.5 8.94772 4.94772 8.5 5.5 8.5H10.5C11.0523 8.5 11.5 8.94772 11.5 9.5V13.5", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1867
|
+
/* @__PURE__ */ jsx("path", { d: "M2 13H5.5M12.0707 3.07071L13.4293 4.42929C13.4683 4.46834 13.4683 4.53166 13.4293 4.57071L7.02929 10.9707C7.01054 10.9895 6.9851 11 6.95858 11H5.6C5.54477 11 5.5 10.9552 5.5 10.9V9.54142C5.5 9.5149 5.51054 9.48946 5.52929 9.47071L11.9293 3.07071C11.9683 3.03166 12.0317 3.03166 12.0707 3.07071Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1868
|
+
/* @__PURE__ */ jsx("path", { d: "M10.5 5L11.5 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1834
1869
|
]
|
|
1835
1870
|
}
|
|
1836
1871
|
)
|
|
1837
1872
|
);
|
|
1838
|
-
|
|
1839
|
-
var
|
|
1873
|
+
Pencil.displayName = "Pencil";
|
|
1874
|
+
var Pin = forwardRef(
|
|
1840
1875
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1841
1876
|
"svg",
|
|
1842
1877
|
{
|
|
@@ -1847,20 +1882,18 @@ var SearchPerson = forwardRef(
|
|
|
1847
1882
|
fill: "none",
|
|
1848
1883
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1849
1884
|
strokeWidth,
|
|
1850
|
-
className: ["foamicon", "foamicon-
|
|
1885
|
+
className: ["foamicon", "foamicon-pin", className].filter(Boolean).join(" "),
|
|
1851
1886
|
"aria-hidden": "true",
|
|
1852
1887
|
...props,
|
|
1853
1888
|
children: [
|
|
1854
|
-
/* @__PURE__ */ jsx("
|
|
1855
|
-
/* @__PURE__ */ jsx("
|
|
1856
|
-
/* @__PURE__ */ jsx("g", { mask: "url(#mask0_1_529)", children: /* @__PURE__ */ jsx("path", { d: "M4.32031 11.9983C4.32031 10.4637 5.46533 9.14453 7 9.14453C8.53467 9.14453 9.67969 10.4637 9.67969 11.9983V12.6121C9.67969 12.6404 9.65948 12.6641 9.63139 12.6674C9.38033 12.697 8.19017 12.8291 7 12.8291C5.80983 12.8291 4.61967 12.697 4.36861 12.6674C4.34052 12.6641 4.32031 12.6404 4.32031 12.6121V11.9983Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1857
|
-
/* @__PURE__ */ jsx("path", { d: "M14 14L10.5355 10.5355M10.5355 10.5355C11.4404 9.63071 12 8.38071 12 7C12 4.23858 9.76142 2 7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12C8.38071 12 9.63071 11.4404 10.5355 10.5355Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1889
|
+
/* @__PURE__ */ jsx("path", { d: "M5.10663 11L3.12133 12.9853", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1890
|
+
/* @__PURE__ */ jsx("path", { d: "M3 8.15674L5.88804 7.72834C6.14434 7.69032 6.34438 7.48699 6.37821 7.23009C6.48199 6.44205 6.74655 5.68372 7.1555 5.00215L7.9979 3.59814C8.33262 3.04028 9.10248 2.94551 9.5625 3.40553L12.701 6.54399C13.161 7.00401 13.0662 7.77387 12.5083 8.10859L11.1043 8.95099C10.4228 9.35994 9.66444 9.6245 8.87639 9.72827C8.6195 9.7621 8.41617 9.96214 8.37815 10.2185L7.94975 13.1065L3 8.15674Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1858
1891
|
]
|
|
1859
1892
|
}
|
|
1860
1893
|
)
|
|
1861
1894
|
);
|
|
1862
|
-
|
|
1863
|
-
var
|
|
1895
|
+
Pin.displayName = "Pin";
|
|
1896
|
+
var Play = forwardRef(
|
|
1864
1897
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
1865
1898
|
"svg",
|
|
1866
1899
|
{
|
|
@@ -1871,15 +1904,15 @@ var Search = forwardRef(
|
|
|
1871
1904
|
fill: "none",
|
|
1872
1905
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1873
1906
|
strokeWidth,
|
|
1874
|
-
className: ["foamicon", "foamicon-
|
|
1907
|
+
className: ["foamicon", "foamicon-play", className].filter(Boolean).join(" "),
|
|
1875
1908
|
"aria-hidden": "true",
|
|
1876
1909
|
...props,
|
|
1877
|
-
children: /* @__PURE__ */ jsx("path", { d: "
|
|
1910
|
+
children: /* @__PURE__ */ jsx("path", { d: "M5.19615 4.73205C5.19615 3.96225 6.02949 3.48113 6.69615 3.86603L12.6962 7.33013C13.3628 7.71503 13.3628 8.67728 12.6962 9.06218L6.69615 12.5263C6.02949 12.9112 5.19615 12.4301 5.19615 11.6603L5.19615 4.73205Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1878
1911
|
}
|
|
1879
1912
|
)
|
|
1880
1913
|
);
|
|
1881
|
-
|
|
1882
|
-
var
|
|
1914
|
+
Play.displayName = "Play";
|
|
1915
|
+
var Plus = forwardRef(
|
|
1883
1916
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1884
1917
|
"svg",
|
|
1885
1918
|
{
|
|
@@ -1890,19 +1923,18 @@ var Share = forwardRef(
|
|
|
1890
1923
|
fill: "none",
|
|
1891
1924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1892
1925
|
strokeWidth,
|
|
1893
|
-
className: ["foamicon", "foamicon-
|
|
1926
|
+
className: ["foamicon", "foamicon-plus", className].filter(Boolean).join(" "),
|
|
1894
1927
|
"aria-hidden": "true",
|
|
1895
1928
|
...props,
|
|
1896
1929
|
children: [
|
|
1897
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1898
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1899
|
-
/* @__PURE__ */ jsx("path", { d: "M13 6.27271V12.2936C13 13.0185 12.4813 13.6379 11.7625 13.7318C10.8014 13.8573 9.40072 14 8 14C6.59928 14 5.19855 13.8573 4.23755 13.7318C3.51872 13.6379 3 13.0185 3 12.2936V6.27271", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1930
|
+
/* @__PURE__ */ jsx("path", { d: "M8 3.5V12.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1931
|
+
/* @__PURE__ */ jsx("path", { d: "M12.5 8L3.5 8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1900
1932
|
]
|
|
1901
1933
|
}
|
|
1902
1934
|
)
|
|
1903
1935
|
);
|
|
1904
|
-
|
|
1905
|
-
var
|
|
1936
|
+
Plus.displayName = "Plus";
|
|
1937
|
+
var Reach = forwardRef(
|
|
1906
1938
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1907
1939
|
"svg",
|
|
1908
1940
|
{
|
|
@@ -1913,18 +1945,33 @@ var Sidepanel = forwardRef(
|
|
|
1913
1945
|
fill: "none",
|
|
1914
1946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1915
1947
|
strokeWidth,
|
|
1916
|
-
className: ["foamicon", "foamicon-
|
|
1948
|
+
className: ["foamicon", "foamicon-reach", className].filter(Boolean).join(" "),
|
|
1917
1949
|
"aria-hidden": "true",
|
|
1918
1950
|
...props,
|
|
1919
1951
|
children: [
|
|
1920
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1921
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1952
|
+
/* @__PURE__ */ jsx("path", { d: "M6.72934 2.35433L7.64645 1.4371C7.8417 1.24181 8.15831 1.2418 8.35358 1.43707L9.27083 2.35433", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1953
|
+
/* @__PURE__ */ jsx("path", { d: "M7.9998 1.75V4.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1954
|
+
/* @__PURE__ */ jsx("path", { d: "M9.27066 13.8957L8.35355 14.8129C8.1583 15.0082 7.84169 15.0082 7.64642 14.8129L6.72917 13.8957", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1955
|
+
/* @__PURE__ */ jsx("path", { d: "M8.0002 14.5V12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1956
|
+
/* @__PURE__ */ jsx("path", { d: "M13.6456 6.72937L14.5629 7.64647C14.7581 7.84173 14.7582 8.15833 14.5629 8.35361L13.6456 9.27086", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1957
|
+
/* @__PURE__ */ jsx("path", { d: "M14.2498 7.99976L11.7498 7.99976", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1958
|
+
/* @__PURE__ */ jsx("path", { d: "M2.10404 9.27063L1.18681 8.35353C0.991529 8.15827 0.991518 7.84167 1.18679 7.64639L2.10404 6.72914", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1959
|
+
/* @__PURE__ */ jsx("path", { d: "M1.49984 8.00024L3.99984 8.00024", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1960
|
+
/* @__PURE__ */ jsx("path", { d: "M11.0936 3.10939L12.3906 3.1093C12.6668 3.10929 12.8907 3.33315 12.8907 3.6093L12.8907 4.9065", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1961
|
+
/* @__PURE__ */ jsx("path", { d: "M12.4192 3.58032L10.6514 5.34809", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1962
|
+
/* @__PURE__ */ jsx("path", { d: "M4.72941 13.0674L3.43234 13.0675C3.15619 13.0675 2.93231 12.8436 2.93231 12.5675L2.93231 11.2703", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1963
|
+
/* @__PURE__ */ jsx("path", { d: "M3.40383 12.5964L5.17159 10.8287", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1964
|
+
/* @__PURE__ */ jsx("path", { d: "M12.8905 11.0937L12.8906 12.3907C12.8907 12.6669 12.6668 12.8908 12.3906 12.8908L11.0934 12.8908", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1965
|
+
/* @__PURE__ */ jsx("path", { d: "M12.4194 12.4192L10.6517 10.6514", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1966
|
+
/* @__PURE__ */ jsx("path", { d: "M2.93243 4.72958L2.93234 3.43251C2.93232 3.15636 3.15619 2.93248 3.43234 2.93248L4.72953 2.93248", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1967
|
+
/* @__PURE__ */ jsx("path", { d: "M3.40354 3.40405L5.17131 5.17182", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1968
|
+
/* @__PURE__ */ jsx("circle", { cx: "7.99994", cy: "8", r: "1.46558", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1922
1969
|
]
|
|
1923
1970
|
}
|
|
1924
1971
|
)
|
|
1925
1972
|
);
|
|
1926
|
-
|
|
1927
|
-
var
|
|
1973
|
+
Reach.displayName = "Reach";
|
|
1974
|
+
var Reel = forwardRef(
|
|
1928
1975
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1929
1976
|
"svg",
|
|
1930
1977
|
{
|
|
@@ -1935,19 +1982,26 @@ var SignOut = forwardRef(
|
|
|
1935
1982
|
fill: "none",
|
|
1936
1983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1937
1984
|
strokeWidth,
|
|
1938
|
-
className: ["foamicon", "foamicon-
|
|
1985
|
+
className: ["foamicon", "foamicon-reel", className].filter(Boolean).join(" "),
|
|
1939
1986
|
"aria-hidden": "true",
|
|
1940
1987
|
...props,
|
|
1941
1988
|
children: [
|
|
1942
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1943
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1944
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1989
|
+
/* @__PURE__ */ jsx("path", { d: "M1.5 4.79111C1.5 4.28711 1.87445 3.86309 2.37584 3.81187C3.56 3.69088 5.78 3.5 8 3.5C10.22 3.5 12.44 3.69088 13.6242 3.81187C14.1255 3.8631 14.5 4.28711 14.5 4.79111V11.2089C14.5 11.7129 14.1255 12.1369 13.6242 12.1881C12.44 12.3091 10.22 12.5 8 12.5C5.78 12.5 3.56 12.3091 2.37584 12.1881C1.87445 12.1369 1.5 11.7129 1.5 11.2089V4.79111Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1990
|
+
/* @__PURE__ */ jsx("path", { d: "M4 4V12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1991
|
+
/* @__PURE__ */ jsx("path", { d: "M2 6H3.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1992
|
+
/* @__PURE__ */ jsx("path", { d: "M2 8H3.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1993
|
+
/* @__PURE__ */ jsx("path", { d: "M2 10H3.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1994
|
+
/* @__PURE__ */ jsx("path", { d: "M12.5 6H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1995
|
+
/* @__PURE__ */ jsx("path", { d: "M12.5 8H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1996
|
+
/* @__PURE__ */ jsx("path", { d: "M12.5 10H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1997
|
+
/* @__PURE__ */ jsx("path", { d: "M12 4V12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1998
|
+
/* @__PURE__ */ jsx("path", { d: "M6.09808 6.36603C6.09808 5.98113 6.51474 5.74056 6.84808 5.93301L9.84808 7.66506C10.1814 7.85751 10.1814 8.33864 9.84808 8.53109L6.84808 10.2631C6.51474 10.4556 6.09808 10.215 6.09808 9.83013L6.09808 6.36603Z", fill: "currentColor" })
|
|
1945
1999
|
]
|
|
1946
2000
|
}
|
|
1947
2001
|
)
|
|
1948
2002
|
);
|
|
1949
|
-
|
|
1950
|
-
var
|
|
2003
|
+
Reel.displayName = "Reel";
|
|
2004
|
+
var RefreshCw = forwardRef(
|
|
1951
2005
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1952
2006
|
"svg",
|
|
1953
2007
|
{
|
|
@@ -1958,20 +2012,19 @@ var SortSmall = forwardRef(
|
|
|
1958
2012
|
fill: "none",
|
|
1959
2013
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1960
2014
|
strokeWidth,
|
|
1961
|
-
className: ["foamicon", "foamicon-
|
|
2015
|
+
className: ["foamicon", "foamicon-refresh-cw", className].filter(Boolean).join(" "),
|
|
1962
2016
|
"aria-hidden": "true",
|
|
1963
2017
|
...props,
|
|
1964
2018
|
children: [
|
|
1965
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1966
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1967
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1968
|
-
/* @__PURE__ */ jsx("path", { d: "M11.1666 12.3333L11.1666 4.99992", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2019
|
+
/* @__PURE__ */ jsx("path", { d: "M10.8233 2.31184L11.2918 4.06047C11.3633 4.3272 11.205 4.60137 10.9383 4.67284L9.18965 5.14138", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2020
|
+
/* @__PURE__ */ jsx("path", { d: "M4.94795 13.8483L4.47941 12.0997C4.40794 11.833 4.56623 11.5588 4.83296 11.4873L6.58159 11.0188", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2021
|
+
/* @__PURE__ */ jsx("path", { d: "M12.8064 6.8604C13.5214 9.52882 11.9378 12.2716 9.26941 12.9866C7.6229 13.4278 5.94807 12.9939 4.73878 11.9699M3.14318 9.44964C2.42818 6.78122 4.01174 4.03842 6.68016 3.32341C8.32508 2.88266 9.99827 3.31535 11.2073 4.33719", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1969
2022
|
]
|
|
1970
2023
|
}
|
|
1971
2024
|
)
|
|
1972
2025
|
);
|
|
1973
|
-
|
|
1974
|
-
var
|
|
2026
|
+
RefreshCw.displayName = "RefreshCw";
|
|
2027
|
+
var RemoveFormatting = forwardRef(
|
|
1975
2028
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1976
2029
|
"svg",
|
|
1977
2030
|
{
|
|
@@ -1982,18 +2035,18 @@ var Sort = forwardRef(
|
|
|
1982
2035
|
fill: "none",
|
|
1983
2036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1984
2037
|
strokeWidth,
|
|
1985
|
-
className: ["foamicon", "foamicon-
|
|
2038
|
+
className: ["foamicon", "foamicon-remove-formatting", className].filter(Boolean).join(" "),
|
|
1986
2039
|
"aria-hidden": "true",
|
|
1987
2040
|
...props,
|
|
1988
2041
|
children: [
|
|
1989
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1990
|
-
/* @__PURE__ */ jsx("path", { d: "M8.
|
|
2042
|
+
/* @__PURE__ */ jsx("path", { d: "M13.3251 2.29834L3.06451 12.5588", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2043
|
+
/* @__PURE__ */ jsx("path", { d: "M8.83789 11.1162C8.83792 11.6584 8.92223 11.9958 9.09082 12.1279C9.25964 12.2554 9.62906 12.3399 10.1982 12.3809V12.6338H6.11719V12.3809C6.70936 12.3353 7.07881 12.2373 7.22461 12.0869C7.37035 11.9365 7.44334 11.558 7.44336 10.9521V10.2969L8.83789 8.90234V11.1162ZM12.124 4.20117L11.5391 4.78613C11.4389 4.564 11.3303 4.3994 11.21 4.29395C10.9594 4.06613 10.4281 3.95219 9.61719 3.95215H8.83789V7.48828L7.44336 8.88281V3.95215H6.66406C5.88949 3.95215 5.36072 4.0639 5.07812 4.28711C4.80013 4.51042 4.59049 4.99805 4.44922 5.75H4.10645L4.18945 3.37109H12.0986L12.124 4.20117ZM12.1738 5.75H11.9902L12.168 5.57129L12.1738 5.75Z", fill: "currentColor" })
|
|
1991
2044
|
]
|
|
1992
2045
|
}
|
|
1993
2046
|
)
|
|
1994
2047
|
);
|
|
1995
|
-
|
|
1996
|
-
var
|
|
2048
|
+
RemoveFormatting.displayName = "RemoveFormatting";
|
|
2049
|
+
var Reply = forwardRef(
|
|
1997
2050
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
1998
2051
|
"svg",
|
|
1999
2052
|
{
|
|
@@ -2004,20 +2057,18 @@ var SpeakerOff = forwardRef(
|
|
|
2004
2057
|
fill: "none",
|
|
2005
2058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2006
2059
|
strokeWidth,
|
|
2007
|
-
className: ["foamicon", "foamicon-
|
|
2060
|
+
className: ["foamicon", "foamicon-reply", className].filter(Boolean).join(" "),
|
|
2008
2061
|
"aria-hidden": "true",
|
|
2009
2062
|
...props,
|
|
2010
2063
|
children: [
|
|
2011
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2012
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2013
|
-
/* @__PURE__ */ jsx("path", { d: "M10.5737 10.8332C11.3004 10.109 11.75 9.10706 11.75 8.00008C11.75 7.00819 11.389 6.10062 10.7912 5.40161", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2014
|
-
/* @__PURE__ */ jsx("path", { d: "M13.6667 2.5L2.5 13.67", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2064
|
+
/* @__PURE__ */ jsx("path", { d: "M6.66666 10.9998L3.35355 7.68664C3.15829 7.49138 3.15829 7.1748 3.35355 6.97954L6.66666 3.66642", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2065
|
+
/* @__PURE__ */ jsx("path", { d: "M3.66667 7.33325L8.99653 7.33325C11.1409 7.33325 12.9038 9.02422 12.9931 11.1667L13 11.3333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2015
2066
|
]
|
|
2016
2067
|
}
|
|
2017
2068
|
)
|
|
2018
2069
|
);
|
|
2019
|
-
|
|
2020
|
-
var
|
|
2070
|
+
Reply.displayName = "Reply";
|
|
2071
|
+
var RotateCw = forwardRef(
|
|
2021
2072
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2022
2073
|
"svg",
|
|
2023
2074
|
{
|
|
@@ -2028,20 +2079,20 @@ var Speaker = forwardRef(
|
|
|
2028
2079
|
fill: "none",
|
|
2029
2080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2030
2081
|
strokeWidth,
|
|
2031
|
-
className: ["foamicon", "foamicon-
|
|
2082
|
+
className: ["foamicon", "foamicon-rotate-cw", className].filter(Boolean).join(" "),
|
|
2032
2083
|
"aria-hidden": "true",
|
|
2033
2084
|
...props,
|
|
2034
2085
|
children: [
|
|
2035
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2036
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2037
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2086
|
+
/* @__PURE__ */ jsx("path", { d: "M10.8233 2.31184L11.2918 4.06047C11.3633 4.3272 11.205 4.60137 10.9383 4.67284L9.18965 5.14138", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2087
|
+
/* @__PURE__ */ jsx("path", { d: "M12.8064 6.8604C13.5214 9.52882 11.9378 12.2716 9.26941 12.9866C7.6229 13.4278 5.94807 12.9939 4.73878 11.9699M3.14318 9.44964C2.42818 6.78122 4.01174 4.03842 6.68016 3.32341C8.32508 2.88266 9.99827 3.31535 11.2073 4.33719", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2088
|
+
/* @__PURE__ */ jsx("path", { d: "M11.5117 11.6919C9.55828 13.6453 6.39116 13.6453 4.43774 11.6919C3.23242 10.4865 2.77082 8.8191 3.05295 7.25984", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2038
2089
|
]
|
|
2039
2090
|
}
|
|
2040
2091
|
)
|
|
2041
2092
|
);
|
|
2042
|
-
|
|
2043
|
-
var
|
|
2044
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2093
|
+
RotateCw.displayName = "RotateCw";
|
|
2094
|
+
var Rows2 = forwardRef(
|
|
2095
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2045
2096
|
"svg",
|
|
2046
2097
|
{
|
|
2047
2098
|
ref,
|
|
@@ -2051,16 +2102,19 @@ var Spinner = forwardRef(
|
|
|
2051
2102
|
fill: "none",
|
|
2052
2103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2053
2104
|
strokeWidth,
|
|
2054
|
-
className: ["foamicon", "foamicon-
|
|
2105
|
+
className: ["foamicon", "foamicon-rows2", className].filter(Boolean).join(" "),
|
|
2055
2106
|
"aria-hidden": "true",
|
|
2056
2107
|
...props,
|
|
2057
|
-
children:
|
|
2108
|
+
children: [
|
|
2109
|
+
/* @__PURE__ */ jsx("rect", { x: "2", y: "2", width: "12", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2110
|
+
/* @__PURE__ */ jsx("rect", { x: "2", y: "9", width: "12", height: "5", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2111
|
+
]
|
|
2058
2112
|
}
|
|
2059
2113
|
)
|
|
2060
2114
|
);
|
|
2061
|
-
|
|
2062
|
-
var
|
|
2063
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2115
|
+
Rows2.displayName = "Rows2";
|
|
2116
|
+
var Save = forwardRef(
|
|
2117
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2064
2118
|
"svg",
|
|
2065
2119
|
{
|
|
2066
2120
|
ref,
|
|
@@ -2070,15 +2124,19 @@ var Star = forwardRef(
|
|
|
2070
2124
|
fill: "none",
|
|
2071
2125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2072
2126
|
strokeWidth,
|
|
2073
|
-
className: ["foamicon", "foamicon-
|
|
2127
|
+
className: ["foamicon", "foamicon-save", className].filter(Boolean).join(" "),
|
|
2074
2128
|
"aria-hidden": "true",
|
|
2075
2129
|
...props,
|
|
2076
|
-
children:
|
|
2130
|
+
children: [
|
|
2131
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 4C2.5 3.17157 3.17157 2.5 4 2.5H8H10.1373C10.53 2.5 10.9071 2.65401 11.1875 2.92897L12.168 3.89039L13.0715 4.8126C13.3462 5.09297 13.5 5.46983 13.5 5.86233V8V12C13.5 12.8284 12.8284 13.5 12 13.5H4C3.17157 13.5 2.5 12.8284 2.5 12V4Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2132
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 2.5V4.5C5.5 5.05228 5.94772 5.5 6.5 5.5H8.5C9.05228 5.5 9.5 5.05228 9.5 4.5V2.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2133
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 13.5V9.5C4.5 8.94772 4.94772 8.5 5.5 8.5H10.5C11.0523 8.5 11.5 8.94772 11.5 9.5V13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2134
|
+
]
|
|
2077
2135
|
}
|
|
2078
2136
|
)
|
|
2079
2137
|
);
|
|
2080
|
-
|
|
2081
|
-
var
|
|
2138
|
+
Save.displayName = "Save";
|
|
2139
|
+
var SearchUser = forwardRef(
|
|
2082
2140
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2083
2141
|
"svg",
|
|
2084
2142
|
{
|
|
@@ -2089,20 +2147,20 @@ var Statistics = forwardRef(
|
|
|
2089
2147
|
fill: "none",
|
|
2090
2148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2091
2149
|
strokeWidth,
|
|
2092
|
-
className: ["foamicon", "foamicon-
|
|
2150
|
+
className: ["foamicon", "foamicon-search-user", className].filter(Boolean).join(" "),
|
|
2093
2151
|
"aria-hidden": "true",
|
|
2094
2152
|
...props,
|
|
2095
2153
|
children: [
|
|
2096
|
-
/* @__PURE__ */ jsx("
|
|
2097
|
-
/* @__PURE__ */ jsx("
|
|
2098
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2099
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2154
|
+
/* @__PURE__ */ jsx("circle", { cx: "7", cy: "5.82275", r: "1.32275", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2155
|
+
/* @__PURE__ */ jsx("mask", { id: "mask0_6_425", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "2", y: "2", width: "10", height: "10", children: /* @__PURE__ */ jsx("path", { d: "M12 7C12 8.38071 11.4404 9.63071 10.5355 10.5355C9.63071 11.4404 8.38071 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7Z", fill: "currentColor" }) }),
|
|
2156
|
+
/* @__PURE__ */ jsx("g", { mask: "url(#mask0_6_425)", children: /* @__PURE__ */ jsx("path", { d: "M4.32031 11.9983C4.32031 10.4637 5.46533 9.14453 7 9.14453C8.53467 9.14453 9.67969 10.4637 9.67969 11.9983V12.6121C9.67969 12.6404 9.65948 12.6641 9.63139 12.6674C9.38033 12.697 8.19017 12.8291 7 12.8291C5.80983 12.8291 4.61967 12.697 4.36861 12.6674C4.34052 12.6641 4.32031 12.6404 4.32031 12.6121V11.9983Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
2157
|
+
/* @__PURE__ */ jsx("path", { d: "M14 14L10.5355 10.5355M10.5355 10.5355C11.4404 9.63071 12 8.38071 12 7C12 4.23858 9.76142 2 7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12C8.38071 12 9.63071 11.4404 10.5355 10.5355Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2100
2158
|
]
|
|
2101
2159
|
}
|
|
2102
2160
|
)
|
|
2103
2161
|
);
|
|
2104
|
-
|
|
2105
|
-
var
|
|
2162
|
+
SearchUser.displayName = "SearchUser";
|
|
2163
|
+
var Search = forwardRef(
|
|
2106
2164
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
2107
2165
|
"svg",
|
|
2108
2166
|
{
|
|
@@ -2113,16 +2171,16 @@ var Stop = forwardRef(
|
|
|
2113
2171
|
fill: "none",
|
|
2114
2172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2115
2173
|
strokeWidth,
|
|
2116
|
-
className: ["foamicon", "foamicon-
|
|
2174
|
+
className: ["foamicon", "foamicon-search", className].filter(Boolean).join(" "),
|
|
2117
2175
|
"aria-hidden": "true",
|
|
2118
2176
|
...props,
|
|
2119
|
-
children: /* @__PURE__ */ jsx("path", { d: "
|
|
2177
|
+
children: /* @__PURE__ */ jsx("path", { d: "M14 14L10.5355 10.5355M10.5355 10.5355C11.4404 9.63071 12 8.38071 12 7C12 4.23858 9.76142 2 7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12C8.38071 12 9.63071 11.4404 10.5355 10.5355Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2120
2178
|
}
|
|
2121
2179
|
)
|
|
2122
2180
|
);
|
|
2123
|
-
|
|
2124
|
-
var
|
|
2125
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2181
|
+
Search.displayName = "Search";
|
|
2182
|
+
var Share = forwardRef(
|
|
2183
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2126
2184
|
"svg",
|
|
2127
2185
|
{
|
|
2128
2186
|
ref,
|
|
@@ -2132,15 +2190,19 @@ var TextCenter = forwardRef(
|
|
|
2132
2190
|
fill: "none",
|
|
2133
2191
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2134
2192
|
strokeWidth,
|
|
2135
|
-
className: ["foamicon", "foamicon-
|
|
2193
|
+
className: ["foamicon", "foamicon-share", className].filter(Boolean).join(" "),
|
|
2136
2194
|
"aria-hidden": "true",
|
|
2137
2195
|
...props,
|
|
2138
|
-
children:
|
|
2196
|
+
children: [
|
|
2197
|
+
/* @__PURE__ */ jsx("path", { d: "M5.3335 4.66667L7.64661 2.35355C7.84187 2.15829 8.15845 2.15829 8.35372 2.35355L10.6668 4.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2198
|
+
/* @__PURE__ */ jsx("path", { d: "M8.00024 2.66675L8.00024 9.66675", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2199
|
+
/* @__PURE__ */ jsx("path", { d: "M13 6.27271V12.2936C13 13.0185 12.4813 13.6379 11.7625 13.7318C10.8014 13.8573 9.40072 14 8 14C6.59928 14 5.19855 13.8573 4.23755 13.7318C3.51872 13.6379 3 13.0185 3 12.2936V6.27271", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2200
|
+
]
|
|
2139
2201
|
}
|
|
2140
2202
|
)
|
|
2141
2203
|
);
|
|
2142
|
-
|
|
2143
|
-
var
|
|
2204
|
+
Share.displayName = "Share";
|
|
2205
|
+
var SlidersHorizontal = forwardRef(
|
|
2144
2206
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2145
2207
|
"svg",
|
|
2146
2208
|
{
|
|
@@ -2151,20 +2213,20 @@ var TextDedent = forwardRef(
|
|
|
2151
2213
|
fill: "none",
|
|
2152
2214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2153
2215
|
strokeWidth,
|
|
2154
|
-
className: ["foamicon", "foamicon-
|
|
2216
|
+
className: ["foamicon", "foamicon-sliders-horizontal", className].filter(Boolean).join(" "),
|
|
2155
2217
|
"aria-hidden": "true",
|
|
2156
2218
|
...props,
|
|
2157
2219
|
children: [
|
|
2158
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2159
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2160
|
-
/* @__PURE__ */ jsx("
|
|
2161
|
-
/* @__PURE__ */ jsx("
|
|
2220
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 5H8.5M13.5 5H11.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2221
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 12H4.5M13.5 12H7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2222
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "5", r: "1.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2223
|
+
/* @__PURE__ */ jsx("circle", { cx: "6", cy: "12", r: "1.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2162
2224
|
]
|
|
2163
2225
|
}
|
|
2164
2226
|
)
|
|
2165
2227
|
);
|
|
2166
|
-
|
|
2167
|
-
var
|
|
2228
|
+
SlidersHorizontal.displayName = "SlidersHorizontal";
|
|
2229
|
+
var Sparkles = forwardRef(
|
|
2168
2230
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2169
2231
|
"svg",
|
|
2170
2232
|
{
|
|
@@ -2175,21 +2237,20 @@ var TextIndent = forwardRef(
|
|
|
2175
2237
|
fill: "none",
|
|
2176
2238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2177
2239
|
strokeWidth,
|
|
2178
|
-
className: ["foamicon", "foamicon-
|
|
2240
|
+
className: ["foamicon", "foamicon-sparkles", className].filter(Boolean).join(" "),
|
|
2179
2241
|
"aria-hidden": "true",
|
|
2180
2242
|
...props,
|
|
2181
2243
|
children: [
|
|
2182
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2183
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2184
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2185
|
-
/* @__PURE__ */ jsx("path", { d: "M2.16667 6.1665L4 7.99984L2.16667 9.83317", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2244
|
+
/* @__PURE__ */ jsx("path", { d: "M13.9384 6.70777C12.5484 6.42112 11.4686 5.3319 11.1814 3.94452C11.1699 3.87574 11.1125 3.82983 11.032 3.82983C10.9631 3.82983 10.9057 3.87566 10.8827 3.94452C10.5955 5.33192 9.50417 6.42112 8.12565 6.70777C8.05674 6.7192 8.01074 6.77655 8.01074 6.85684C8.01074 6.92563 8.05666 6.98297 8.12565 7.00592C9.51568 7.29257 10.5955 8.38179 10.8827 9.7577C10.8941 9.82648 10.9516 9.87239 11.032 9.87239C11.1009 9.87239 11.1584 9.82656 11.1814 9.7577C11.4686 8.37031 12.5599 7.29257 13.9384 7.00592C14.0073 6.99449 14.0533 6.93714 14.0533 6.85684C14.0533 6.77655 14.0074 6.7192 13.9384 6.70777Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2245
|
+
/* @__PURE__ */ jsx("path", { d: "M7.92679 11.0555C6.9038 10.8451 6.1023 10.0454 5.89135 9.01436C5.88083 8.96173 5.8386 8.93018 5.78586 8.93018C5.73311 8.93018 5.69096 8.96173 5.68036 9.01436C5.46946 10.0454 4.66788 10.8451 3.64493 11.0555C3.59218 11.066 3.56055 11.1081 3.56055 11.1607C3.56055 11.2134 3.59218 11.2554 3.64493 11.266C4.66792 11.4764 5.46942 12.2761 5.68036 13.2966C5.69088 13.3492 5.73311 13.3808 5.78586 13.3808C5.8386 13.3808 5.88076 13.3492 5.89135 13.2966C6.10226 12.276 6.90383 11.4764 7.92679 11.266C7.97954 11.2555 8.01117 11.2134 8.01117 11.1607C8.01117 11.1081 7.97954 11.0661 7.92679 11.0555Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2246
|
+
/* @__PURE__ */ jsx("path", { d: "M4.15666 6.57225C4.17352 6.62263 4.21562 6.65625 4.26611 6.65625C4.31661 6.65625 4.36711 6.62269 4.37556 6.57225C4.55237 5.8249 5.15839 5.22866 5.8992 5.05235C5.94969 5.03554 5.9834 4.99354 5.9834 4.94316C5.9834 4.89279 5.94975 4.84241 5.8992 4.83398C5.14162 4.64924 4.55231 4.06143 4.37556 3.30568C4.36717 3.2553 4.31661 3.22168 4.26611 3.22168C4.21562 3.22168 4.16512 3.25524 4.15666 3.30568C3.97147 4.0614 3.39062 4.64927 2.63303 4.83398C2.58253 4.85079 2.54883 4.89279 2.54883 4.94316C2.54883 4.99354 2.58247 5.04391 2.63303 5.05235C3.37382 5.22866 3.97146 5.8249 4.15666 6.57225Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2186
2247
|
]
|
|
2187
2248
|
}
|
|
2188
2249
|
)
|
|
2189
2250
|
);
|
|
2190
|
-
|
|
2191
|
-
var
|
|
2192
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2251
|
+
Sparkles.displayName = "Sparkles";
|
|
2252
|
+
var SquarePen = forwardRef(
|
|
2253
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2193
2254
|
"svg",
|
|
2194
2255
|
{
|
|
2195
2256
|
ref,
|
|
@@ -2199,15 +2260,19 @@ var TextItalic = forwardRef(
|
|
|
2199
2260
|
fill: "none",
|
|
2200
2261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2201
2262
|
strokeWidth,
|
|
2202
|
-
className: ["foamicon", "foamicon-
|
|
2263
|
+
className: ["foamicon", "foamicon-square-pen", className].filter(Boolean).join(" "),
|
|
2203
2264
|
"aria-hidden": "true",
|
|
2204
2265
|
...props,
|
|
2205
|
-
children:
|
|
2266
|
+
children: [
|
|
2267
|
+
/* @__PURE__ */ jsx("path", { d: "M8 2H4C2.89543 2 2 2.89543 2 4V12C2 13.1046 2.89543 14 4 14H12C13.1046 14 14 13.1046 14 12V8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2268
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 10.9V9.54142C5.5 9.5149 5.51054 9.48946 5.52929 9.47071L11.9293 3.07071C11.9683 3.03166 12.0317 3.03166 12.0707 3.07071L13.4293 4.42929C13.4683 4.46834 13.4683 4.53166 13.4293 4.57071L7.02929 10.9707C7.01054 10.9895 6.9851 11 6.95858 11H5.6C5.54477 11 5.5 10.9552 5.5 10.9Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2269
|
+
/* @__PURE__ */ jsx("path", { d: "M10.5 5L11.5 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2270
|
+
]
|
|
2206
2271
|
}
|
|
2207
2272
|
)
|
|
2208
2273
|
);
|
|
2209
|
-
|
|
2210
|
-
var
|
|
2274
|
+
SquarePen.displayName = "SquarePen";
|
|
2275
|
+
var Square = forwardRef(
|
|
2211
2276
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
2212
2277
|
"svg",
|
|
2213
2278
|
{
|
|
@@ -2218,15 +2283,15 @@ var TextJustified = forwardRef(
|
|
|
2218
2283
|
fill: "none",
|
|
2219
2284
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2220
2285
|
strokeWidth,
|
|
2221
|
-
className: ["foamicon", "foamicon-
|
|
2286
|
+
className: ["foamicon", "foamicon-square", className].filter(Boolean).join(" "),
|
|
2222
2287
|
"aria-hidden": "true",
|
|
2223
2288
|
...props,
|
|
2224
|
-
children: /* @__PURE__ */ jsx("path", { d: "
|
|
2289
|
+
children: /* @__PURE__ */ jsx("path", { d: "M2.5 4.02087C2.5 3.2021 3.15565 2.53499 3.97435 2.52549C5.02654 2.51329 6.51327 2.5 8 2.5C9.48673 2.5 10.9735 2.51329 12.0256 2.52549C12.8444 2.53499 13.5 3.2021 13.5 4.02087V11.9791C13.5 12.7979 12.8444 13.465 12.0256 13.4745C10.9735 13.4867 9.48673 13.5 8 13.5C6.51327 13.5 5.02654 13.4867 3.97435 13.4745C3.15565 13.465 2.5 12.7979 2.5 11.9791V4.02087Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2225
2290
|
}
|
|
2226
2291
|
)
|
|
2227
2292
|
);
|
|
2228
|
-
|
|
2229
|
-
var
|
|
2293
|
+
Square.displayName = "Square";
|
|
2294
|
+
var Star = forwardRef(
|
|
2230
2295
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
2231
2296
|
"svg",
|
|
2232
2297
|
{
|
|
@@ -2237,15 +2302,15 @@ var TextLeft = forwardRef(
|
|
|
2237
2302
|
fill: "none",
|
|
2238
2303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2239
2304
|
strokeWidth,
|
|
2240
|
-
className: ["foamicon", "foamicon-
|
|
2305
|
+
className: ["foamicon", "foamicon-star", className].filter(Boolean).join(" "),
|
|
2241
2306
|
"aria-hidden": "true",
|
|
2242
2307
|
...props,
|
|
2243
|
-
children: /* @__PURE__ */ jsx("path", {
|
|
2308
|
+
children: /* @__PURE__ */ jsx("path", { d: "M7.55165 2.56823C7.73506 2.19664 8.26494 2.19664 8.44835 2.56823L9.94378 5.59779C10.0165 5.74521 10.1571 5.84744 10.3198 5.87122L13.6648 6.36014C14.0747 6.42006 14.2381 6.92398 13.9413 7.21306L11.5217 9.56975C11.4038 9.68462 11.35 9.85019 11.3778 10.0125L11.9487 13.3412C12.0188 13.7497 11.59 14.0612 11.2232 13.8683L8.23273 12.2956C8.08703 12.219 7.91297 12.219 7.76727 12.2956L4.77682 13.8683C4.41 14.0612 3.98123 13.7497 4.05129 13.3412L4.62221 10.0125C4.65004 9.85019 4.59621 9.68462 4.47827 9.56975L2.05867 7.21306C1.76188 6.92398 1.92527 6.42006 2.33523 6.36014L5.68018 5.87122C5.84286 5.84744 5.98345 5.74521 6.05622 5.59779L7.55165 2.56823Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2244
2309
|
}
|
|
2245
2310
|
)
|
|
2246
2311
|
);
|
|
2247
|
-
|
|
2248
|
-
var
|
|
2312
|
+
Star.displayName = "Star";
|
|
2313
|
+
var Sun = forwardRef(
|
|
2249
2314
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2250
2315
|
"svg",
|
|
2251
2316
|
{
|
|
@@ -2256,22 +2321,18 @@ var TextListNumbered = forwardRef(
|
|
|
2256
2321
|
fill: "none",
|
|
2257
2322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2258
2323
|
strokeWidth,
|
|
2259
|
-
className: ["foamicon", "foamicon-
|
|
2324
|
+
className: ["foamicon", "foamicon-sun", className].filter(Boolean).join(" "),
|
|
2260
2325
|
"aria-hidden": "true",
|
|
2261
2326
|
...props,
|
|
2262
2327
|
children: [
|
|
2263
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2264
|
-
/* @__PURE__ */ jsx("
|
|
2265
|
-
/* @__PURE__ */ jsx("path", { d: "M6.5 12H13", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2266
|
-
/* @__PURE__ */ jsx("path", { d: "M2.85938 11.7774C3.03906 11.7774 3.19336 11.7334 3.32227 11.6455C3.45312 11.5576 3.51855 11.4314 3.51855 11.267C3.51855 11.1416 3.4668 11.0341 3.36328 10.9446C3.25977 10.8534 3.12012 10.8078 2.94434 10.8078C2.8252 10.8078 2.72656 10.8216 2.64844 10.8493C2.57227 10.877 2.51172 10.9136 2.4668 10.9592C2.42188 11.0048 2.37891 11.0634 2.33789 11.1351C2.29883 11.2067 2.2627 11.2743 2.22949 11.3378C2.20996 11.372 2.1748 11.3988 2.12402 11.4184C2.07324 11.4379 2.01465 11.4477 1.94824 11.4477C1.87012 11.4477 1.79785 11.4216 1.73145 11.3695C1.66699 11.3158 1.63477 11.245 1.63477 11.157C1.63477 11.0724 1.66504 10.9836 1.72559 10.8908C1.78809 10.7964 1.87793 10.7068 1.99512 10.6222C2.11426 10.5375 2.26172 10.4699 2.4375 10.4195C2.61328 10.3674 2.80957 10.3413 3.02637 10.3413C3.21582 10.3413 3.38867 10.3633 3.54492 10.4073C3.70117 10.4496 3.83691 10.5115 3.95215 10.5929C4.06738 10.6743 4.1543 10.7687 4.21289 10.8762C4.27148 10.9836 4.30078 11.0992 4.30078 11.223C4.30078 11.3858 4.25781 11.5258 4.17188 11.6431C4.08789 11.7587 3.9668 11.8718 3.80859 11.9826C3.96094 12.0509 4.08887 12.1291 4.19238 12.217C4.29785 12.3049 4.37695 12.4026 4.42969 12.5101C4.48242 12.6159 4.50879 12.7307 4.50879 12.8545C4.50879 13.0026 4.47266 13.1459 4.40039 13.2843C4.33008 13.4227 4.22559 13.5465 4.08691 13.6556C3.94824 13.763 3.7832 13.8477 3.5918 13.9096C3.40234 13.9698 3.19238 13.9999 2.96191 13.9999C2.72754 13.9999 2.51758 13.9649 2.33203 13.8949C2.14648 13.8249 1.99316 13.7378 1.87207 13.6336C1.75293 13.5277 1.66211 13.4186 1.59961 13.3063C1.53906 13.194 1.50879 13.1011 1.50879 13.0279C1.50879 12.9334 1.54492 12.8577 1.61719 12.8007C1.69141 12.7421 1.7832 12.7128 1.89258 12.7128C1.94727 12.7128 2 12.7267 2.05078 12.7543C2.10156 12.7804 2.13477 12.8121 2.15039 12.8496C2.25195 13.0759 2.36035 13.2444 2.47559 13.3551C2.59277 13.4642 2.75684 13.5188 2.96777 13.5188C3.08887 13.5188 3.20508 13.4944 3.31641 13.4455C3.42969 13.395 3.52246 13.321 3.59473 13.2233C3.66895 13.1256 3.70605 13.0124 3.70605 12.8838C3.70605 12.6933 3.64355 12.5443 3.51855 12.4368C3.39355 12.3277 3.21973 12.2732 2.99707 12.2732C2.95801 12.2732 2.89746 12.2765 2.81543 12.283C2.7334 12.2895 2.68066 12.2927 2.65723 12.2927C2.5498 12.2927 2.4668 12.2708 2.4082 12.2268C2.34961 12.1812 2.32031 12.1185 2.32031 12.0387C2.32031 11.9606 2.35547 11.8979 2.42578 11.8507C2.49609 11.8018 2.60059 11.7774 2.73926 11.7774H2.85938Z", fill: "black" }),
|
|
2267
|
-
/* @__PURE__ */ jsx("path", { d: "M2.55469 9.19426H4.08398C4.23633 9.19426 4.35254 9.22032 4.43262 9.27242C4.5127 9.32452 4.55273 9.39535 4.55273 9.4849C4.55273 9.56469 4.52051 9.63226 4.45605 9.68762C4.39355 9.74298 4.29785 9.77066 4.16895 9.77066H2.0127C1.86621 9.77066 1.75195 9.73728 1.66992 9.67052C1.58789 9.60213 1.54688 9.52235 1.54688 9.43117C1.54688 9.37256 1.57324 9.29521 1.62598 9.19915C1.67871 9.10146 1.73633 9.02493 1.79883 8.96957C2.05859 8.74488 2.29297 8.55274 2.50195 8.39318C2.71094 8.23199 2.86035 8.12615 2.9502 8.07568C3.11035 7.98124 3.24316 7.8868 3.34863 7.79236C3.45605 7.6963 3.53711 7.59861 3.5918 7.49928C3.64844 7.39834 3.67676 7.29983 3.67676 7.20376C3.67676 7.09956 3.64648 7.00675 3.58594 6.92534C3.52734 6.8423 3.44629 6.77798 3.34277 6.73239C3.24121 6.6868 3.12988 6.66401 3.00879 6.66401C2.75293 6.66401 2.55176 6.75763 2.40527 6.94488C2.38574 6.9693 2.35254 7.03606 2.30566 7.14515C2.26074 7.25424 2.20898 7.33809 2.15039 7.39671C2.09375 7.45532 2.00977 7.48463 1.89844 7.48463C1.80078 7.48463 1.71973 7.45777 1.65527 7.40403C1.59082 7.3503 1.55859 7.27703 1.55859 7.18422C1.55859 7.07188 1.58887 6.95464 1.64941 6.83253C1.70996 6.71041 1.7998 6.59969 1.91895 6.50037C2.04004 6.40105 2.19238 6.32127 2.37598 6.26102C2.56152 6.19915 2.77832 6.16821 3.02637 6.16821C3.3252 6.16821 3.58008 6.20729 3.79102 6.28544C3.92773 6.33755 4.04785 6.40919 4.15137 6.50037C4.25488 6.59155 4.33496 6.69739 4.3916 6.81787C4.4502 6.93673 4.47949 7.06048 4.47949 7.18911C4.47949 7.39101 4.41895 7.575 4.29785 7.74108C4.17871 7.90553 4.05664 8.03497 3.93164 8.12941C3.80664 8.22222 3.59668 8.36876 3.30176 8.56903C3.00879 8.7693 2.80762 8.92479 2.69824 9.03551C2.65137 9.07947 2.60352 9.13239 2.55469 9.19426Z", fill: "black" }),
|
|
2268
|
-
/* @__PURE__ */ jsx("path", { d: "M2.90918 5.26784V3.04532C2.41309 3.36282 2.0791 3.52157 1.90723 3.52157C1.8252 3.52157 1.75195 3.49471 1.6875 3.44098C1.625 3.38562 1.59375 3.32212 1.59375 3.25047C1.59375 3.16744 1.625 3.10638 1.6875 3.0673C1.75 3.02822 1.86035 2.97775 2.01855 2.91588C2.25488 2.82307 2.44336 2.72537 2.58398 2.6228C2.72656 2.52022 2.85254 2.40543 2.96191 2.27843C3.07129 2.15142 3.14258 2.07327 3.17578 2.04396C3.20898 2.01465 3.27148 2 3.36328 2C3.4668 2 3.5498 2.03338 3.6123 2.10014C3.6748 2.16689 3.70605 2.25889 3.70605 2.37612V5.17259C3.70605 5.49986 3.57227 5.6635 3.30469 5.6635C3.18555 5.6635 3.08984 5.63012 3.01758 5.56336C2.94531 5.49661 2.90918 5.3981 2.90918 5.26784Z", fill: "black" })
|
|
2328
|
+
/* @__PURE__ */ jsx("path", { d: "M8 1.5V2.5M8 13.5V14.5M11.5 11.5L12.5 12.5M3.5 3.5L4.5 4.5M1.5 8H2.5M3.5 12.5L4.5 11.5M14.5 8H13.5M12.5 3.5L11.5 4.5", stroke: "currentColor", strokeLinecap: "round" }),
|
|
2329
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "2.5", stroke: "currentColor", strokeLinecap: "round" })
|
|
2269
2330
|
]
|
|
2270
2331
|
}
|
|
2271
2332
|
)
|
|
2272
2333
|
);
|
|
2273
|
-
|
|
2274
|
-
var
|
|
2334
|
+
Sun.displayName = "Sun";
|
|
2335
|
+
var TextAlignCenter = forwardRef(
|
|
2275
2336
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2276
2337
|
"svg",
|
|
2277
2338
|
{
|
|
@@ -2282,23 +2343,20 @@ var TextList = forwardRef(
|
|
|
2282
2343
|
fill: "none",
|
|
2283
2344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2284
2345
|
strokeWidth,
|
|
2285
|
-
className: ["foamicon", "foamicon-text-
|
|
2346
|
+
className: ["foamicon", "foamicon-text-align-center", className].filter(Boolean).join(" "),
|
|
2286
2347
|
"aria-hidden": "true",
|
|
2287
2348
|
...props,
|
|
2288
2349
|
children: [
|
|
2289
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2290
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2291
|
-
/* @__PURE__ */ jsx("path", { d: "M5
|
|
2292
|
-
/* @__PURE__ */ jsx("circle", { cx: "2.75", cy: "4", r: "0.75", fill: "black" }),
|
|
2293
|
-
/* @__PURE__ */ jsx("circle", { cx: "2.75", cy: "8", r: "0.75", fill: "black" }),
|
|
2294
|
-
/* @__PURE__ */ jsx("circle", { cx: "2.75", cy: "12", r: "0.75", fill: "black" })
|
|
2350
|
+
/* @__PURE__ */ jsx("path", { d: "M2 8H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2351
|
+
/* @__PURE__ */ jsx("path", { d: "M4 4H12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2352
|
+
/* @__PURE__ */ jsx("path", { d: "M5 12H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2295
2353
|
]
|
|
2296
2354
|
}
|
|
2297
2355
|
)
|
|
2298
2356
|
);
|
|
2299
|
-
|
|
2300
|
-
var
|
|
2301
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2357
|
+
TextAlignCenter.displayName = "TextAlignCenter";
|
|
2358
|
+
var TextAlignEnd = forwardRef(
|
|
2359
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2302
2360
|
"svg",
|
|
2303
2361
|
{
|
|
2304
2362
|
ref,
|
|
@@ -2308,15 +2366,19 @@ var TextRight = forwardRef(
|
|
|
2308
2366
|
fill: "none",
|
|
2309
2367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2310
2368
|
strokeWidth,
|
|
2311
|
-
className: ["foamicon", "foamicon-text-
|
|
2369
|
+
className: ["foamicon", "foamicon-text-align-end", className].filter(Boolean).join(" "),
|
|
2312
2370
|
"aria-hidden": "true",
|
|
2313
2371
|
...props,
|
|
2314
|
-
children:
|
|
2372
|
+
children: [
|
|
2373
|
+
/* @__PURE__ */ jsx("path", { d: "M2 8H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2374
|
+
/* @__PURE__ */ jsx("path", { d: "M5 4H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2375
|
+
/* @__PURE__ */ jsx("path", { d: "M8 12H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2376
|
+
]
|
|
2315
2377
|
}
|
|
2316
2378
|
)
|
|
2317
2379
|
);
|
|
2318
|
-
|
|
2319
|
-
var
|
|
2380
|
+
TextAlignEnd.displayName = "TextAlignEnd";
|
|
2381
|
+
var TextAlignJustify = forwardRef(
|
|
2320
2382
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2321
2383
|
"svg",
|
|
2322
2384
|
{
|
|
@@ -2327,19 +2389,20 @@ var TextUnformat = forwardRef(
|
|
|
2327
2389
|
fill: "none",
|
|
2328
2390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2329
2391
|
strokeWidth,
|
|
2330
|
-
className: ["foamicon", "foamicon-text-
|
|
2392
|
+
className: ["foamicon", "foamicon-text-align-justify", className].filter(Boolean).join(" "),
|
|
2331
2393
|
"aria-hidden": "true",
|
|
2332
2394
|
...props,
|
|
2333
2395
|
children: [
|
|
2334
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2335
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2396
|
+
/* @__PURE__ */ jsx("path", { d: "M2 4H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2397
|
+
/* @__PURE__ */ jsx("path", { d: "M2 8H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2398
|
+
/* @__PURE__ */ jsx("path", { d: "M2 12H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2336
2399
|
]
|
|
2337
2400
|
}
|
|
2338
2401
|
)
|
|
2339
2402
|
);
|
|
2340
|
-
|
|
2341
|
-
var
|
|
2342
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2403
|
+
TextAlignJustify.displayName = "TextAlignJustify";
|
|
2404
|
+
var TextAlignStart = forwardRef(
|
|
2405
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2343
2406
|
"svg",
|
|
2344
2407
|
{
|
|
2345
2408
|
ref,
|
|
@@ -2349,16 +2412,20 @@ var Text = forwardRef(
|
|
|
2349
2412
|
fill: "none",
|
|
2350
2413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2351
2414
|
strokeWidth,
|
|
2352
|
-
className: ["foamicon", "foamicon-text", className].filter(Boolean).join(" "),
|
|
2415
|
+
className: ["foamicon", "foamicon-text-align-start", className].filter(Boolean).join(" "),
|
|
2353
2416
|
"aria-hidden": "true",
|
|
2354
2417
|
...props,
|
|
2355
|
-
children:
|
|
2418
|
+
children: [
|
|
2419
|
+
/* @__PURE__ */ jsx("path", { d: "M2 8H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2420
|
+
/* @__PURE__ */ jsx("path", { d: "M2 4H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2421
|
+
/* @__PURE__ */ jsx("path", { d: "M2 12H8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2422
|
+
]
|
|
2356
2423
|
}
|
|
2357
2424
|
)
|
|
2358
2425
|
);
|
|
2359
|
-
|
|
2360
|
-
var
|
|
2361
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2426
|
+
TextAlignStart.displayName = "TextAlignStart";
|
|
2427
|
+
var ThumbsDown = forwardRef(
|
|
2428
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2362
2429
|
"svg",
|
|
2363
2430
|
{
|
|
2364
2431
|
ref,
|
|
@@ -2368,15 +2435,18 @@ var ThemeDark = forwardRef(
|
|
|
2368
2435
|
fill: "none",
|
|
2369
2436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2370
2437
|
strokeWidth,
|
|
2371
|
-
className: ["foamicon", "foamicon-
|
|
2438
|
+
className: ["foamicon", "foamicon-thumbs-down", className].filter(Boolean).join(" "),
|
|
2372
2439
|
"aria-hidden": "true",
|
|
2373
2440
|
...props,
|
|
2374
|
-
children:
|
|
2441
|
+
children: [
|
|
2442
|
+
/* @__PURE__ */ jsx("path", { d: "M3.79033 9.67211L3.82714 9.67211L6.47534 9.67211C6.64082 9.67211 6.75113 9.8009 6.75113 9.94791L6.75113 12.4306C6.75113 13.5524 7.92809 13.6076 8.49815 13.5708C8.66363 13.5524 8.77395 13.4236 8.75561 13.2582C8.59013 10.0399 10.2085 9.01007 11.0544 8.69744C11.3486 8.58699 11.5326 8.31118 11.5326 7.99859L11.5326 3.97117C11.5326 2.49994 10.0613 2.49994 10.0613 2.49994L4.91213 2.49994C4.17659 2.49994 3.44089 3.05167 3.56969 3.56656C3.60651 3.7137 3.56969 3.86083 3.51453 3.9895L3.29389 4.39408C3.20191 4.57803 3.18357 4.78033 3.29389 4.96413C3.38587 5.14809 3.38587 5.36871 3.27555 5.55268L2.98128 6.03079C2.8893 6.15958 2.87096 6.32506 2.90777 6.47218L3.01809 6.96874C3.07325 7.17104 2.99975 7.37332 2.87095 7.52048L2.687 7.70443C2.59503 7.79641 2.53987 7.92507 2.52152 8.05387C2.3191 9.41467 3.60649 9.6353 3.79033 9.67211Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2443
|
+
/* @__PURE__ */ jsx("path", { d: "M12.1621 8.57837L13.403 8.57837C13.7627 8.57837 14.0326 8.29968 14.0326 7.96874L14.0326 3.10963C14.0326 2.76134 13.7448 2.5 13.403 2.5L12.1621 2.5C11.8024 2.5 11.5326 2.77869 11.5326 3.10963L11.5326 7.96874C11.5326 8.29956 11.8203 8.57837 12.1621 8.57837Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2444
|
+
]
|
|
2375
2445
|
}
|
|
2376
2446
|
)
|
|
2377
2447
|
);
|
|
2378
|
-
|
|
2379
|
-
var
|
|
2448
|
+
ThumbsDown.displayName = "ThumbsDown";
|
|
2449
|
+
var ThumbsUp = forwardRef(
|
|
2380
2450
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2381
2451
|
"svg",
|
|
2382
2452
|
{
|
|
@@ -2387,18 +2457,18 @@ var ThemeLight = forwardRef(
|
|
|
2387
2457
|
fill: "none",
|
|
2388
2458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2389
2459
|
strokeWidth,
|
|
2390
|
-
className: ["foamicon", "foamicon-
|
|
2460
|
+
className: ["foamicon", "foamicon-thumbs-up", className].filter(Boolean).join(" "),
|
|
2391
2461
|
"aria-hidden": "true",
|
|
2392
2462
|
...props,
|
|
2393
2463
|
children: [
|
|
2394
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2395
|
-
/* @__PURE__ */ jsx("
|
|
2464
|
+
/* @__PURE__ */ jsx("path", { d: "M12.7422 6.40626L12.7054 6.40626L10.0572 6.40626C9.89175 6.40626 9.78143 6.27747 9.78143 6.13046L9.78143 3.64775C9.78143 2.52596 8.60447 2.47079 8.03441 2.5076C7.86893 2.52594 7.75861 2.65473 7.77696 2.82021C7.94244 6.03846 6.32408 7.0683 5.47821 7.38093C5.18394 7.49138 5 7.76719 5 8.07979L5 12.1072C5 13.5784 6.47123 13.5784 6.47123 13.5784L11.6204 13.5784C12.356 13.5784 13.0917 13.0267 12.9629 12.5118C12.9261 12.3647 12.9629 12.2175 13.018 12.0889L13.2387 11.6843C13.3306 11.5003 13.349 11.298 13.2387 11.1142C13.1467 10.9303 13.1467 10.7097 13.257 10.5257L13.5513 10.0476C13.6433 9.91879 13.6616 9.75331 13.6248 9.60619L13.5145 9.10963C13.4593 8.90733 13.5328 8.70505 13.6616 8.55789L13.8456 8.37394C13.9375 8.28197 13.9927 8.1533 14.011 8.0245C14.2135 6.6637 12.9261 6.44307 12.7422 6.40626Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2465
|
+
/* @__PURE__ */ jsx("path", { d: "M4.37048 7.5L3.12952 7.5C2.76986 7.5 2.5 7.77869 2.5 8.10963L2.5 12.9687C2.5 13.317 2.78778 13.5784 3.12952 13.5784L4.37048 13.5784C4.73014 13.5784 5 13.2997 5 12.9687L5 8.10963C5 7.77882 4.71222 7.5 4.37048 7.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2396
2466
|
]
|
|
2397
2467
|
}
|
|
2398
2468
|
)
|
|
2399
2469
|
);
|
|
2400
|
-
|
|
2401
|
-
var
|
|
2470
|
+
ThumbsUp.displayName = "ThumbsUp";
|
|
2471
|
+
var Trash = forwardRef(
|
|
2402
2472
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2403
2473
|
"svg",
|
|
2404
2474
|
{
|
|
@@ -2409,18 +2479,20 @@ var ThemeSystem = forwardRef(
|
|
|
2409
2479
|
fill: "none",
|
|
2410
2480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2411
2481
|
strokeWidth,
|
|
2412
|
-
className: ["foamicon", "foamicon-
|
|
2482
|
+
className: ["foamicon", "foamicon-trash", className].filter(Boolean).join(" "),
|
|
2413
2483
|
"aria-hidden": "true",
|
|
2414
2484
|
...props,
|
|
2415
2485
|
children: [
|
|
2416
|
-
/* @__PURE__ */ jsx("
|
|
2417
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2486
|
+
/* @__PURE__ */ jsx("path", { d: "M2.5 4H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2487
|
+
/* @__PURE__ */ jsx("path", { d: "M3.27586 4L3.90367 13.1032C3.95791 13.8897 4.61174 14.5 5.40011 14.5H10.5999C11.3883 14.5 12.0421 13.8897 12.0963 13.1032L12.7241 4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2488
|
+
/* @__PURE__ */ jsx("path", { d: "M10.5 4V3.5C10.5 2.39543 9.60457 1.5 8.5 1.5H7.5C6.39543 1.5 5.5 2.39543 5.5 3.5V4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2489
|
+
/* @__PURE__ */ jsx("path", { d: "M9.5 12L10 6M6.5 12L6 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2418
2490
|
]
|
|
2419
2491
|
}
|
|
2420
2492
|
)
|
|
2421
2493
|
);
|
|
2422
|
-
|
|
2423
|
-
var
|
|
2494
|
+
Trash.displayName = "Trash";
|
|
2495
|
+
var TrendingDown = forwardRef(
|
|
2424
2496
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2425
2497
|
"svg",
|
|
2426
2498
|
{
|
|
@@ -2431,18 +2503,18 @@ var ThumbUp = forwardRef(
|
|
|
2431
2503
|
fill: "none",
|
|
2432
2504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2433
2505
|
strokeWidth,
|
|
2434
|
-
className: ["foamicon", "foamicon-
|
|
2506
|
+
className: ["foamicon", "foamicon-trending-down", className].filter(Boolean).join(" "),
|
|
2435
2507
|
"aria-hidden": "true",
|
|
2436
2508
|
...props,
|
|
2437
2509
|
children: [
|
|
2438
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2439
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2510
|
+
/* @__PURE__ */ jsx("path", { d: "M14 8V11.15C14 11.2052 13.9552 11.25 13.9 11.25H10.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2511
|
+
/* @__PURE__ */ jsx("path", { d: "M2.25 4.5L6.17929 8.42929C6.21834 8.46834 6.28166 8.46834 6.32071 8.42929L8.67929 6.07071C8.71834 6.03166 8.78166 6.03166 8.82071 6.07071L13.75 11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2440
2512
|
]
|
|
2441
2513
|
}
|
|
2442
2514
|
)
|
|
2443
2515
|
);
|
|
2444
|
-
|
|
2445
|
-
var
|
|
2516
|
+
TrendingDown.displayName = "TrendingDown";
|
|
2517
|
+
var TrendingUp = forwardRef(
|
|
2446
2518
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2447
2519
|
"svg",
|
|
2448
2520
|
{
|
|
@@ -2453,18 +2525,18 @@ var ThumbsDown = forwardRef(
|
|
|
2453
2525
|
fill: "none",
|
|
2454
2526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2455
2527
|
strokeWidth,
|
|
2456
|
-
className: ["foamicon", "foamicon-
|
|
2528
|
+
className: ["foamicon", "foamicon-trending-up", className].filter(Boolean).join(" "),
|
|
2457
2529
|
"aria-hidden": "true",
|
|
2458
2530
|
...props,
|
|
2459
2531
|
children: [
|
|
2460
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2461
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2532
|
+
/* @__PURE__ */ jsx("path", { d: "M14 7.75V4.6C14 4.54477 13.9552 4.5 13.9 4.5H10.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2533
|
+
/* @__PURE__ */ jsx("path", { d: "M2.25 11.25L6.17929 7.32071C6.21834 7.28166 6.28166 7.28166 6.32071 7.32071L8.67929 9.67929C8.71834 9.71834 8.78166 9.71834 8.82071 9.67929L13.75 4.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2462
2534
|
]
|
|
2463
2535
|
}
|
|
2464
2536
|
)
|
|
2465
2537
|
);
|
|
2466
|
-
|
|
2467
|
-
var
|
|
2538
|
+
TrendingUp.displayName = "TrendingUp";
|
|
2539
|
+
var TriangleDownUp = forwardRef(
|
|
2468
2540
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2469
2541
|
"svg",
|
|
2470
2542
|
{
|
|
@@ -2475,21 +2547,19 @@ var Trash = forwardRef(
|
|
|
2475
2547
|
fill: "none",
|
|
2476
2548
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2477
2549
|
strokeWidth,
|
|
2478
|
-
className: ["foamicon", "foamicon-
|
|
2550
|
+
className: ["foamicon", "foamicon-triangle-down-up", className].filter(Boolean).join(" "),
|
|
2479
2551
|
"aria-hidden": "true",
|
|
2480
2552
|
...props,
|
|
2481
2553
|
children: [
|
|
2482
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2483
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2484
|
-
/* @__PURE__ */ jsx("path", { d: "M10.5 4V3.5C10.5 2.39543 9.60457 1.5 8.5 1.5H7.5C6.39543 1.5 5.5 2.39543 5.5 3.5V4", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2485
|
-
/* @__PURE__ */ jsx("path", { d: "M9.5 12L10 6M6.5 12L6 6", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2554
|
+
/* @__PURE__ */ jsx("path", { d: "M7.78787 4.21213L5.51213 6.48787C5.32314 6.67686 5.45699 7 5.72426 7H10.2757C10.543 7 10.6769 6.67686 10.4879 6.48787L8.21213 4.21213C8.09497 4.09497 7.90503 4.09497 7.78787 4.21213Z", fill: "currentColor" }),
|
|
2555
|
+
/* @__PURE__ */ jsx("path", { d: "M8.21213 11.7879L10.4879 9.51213C10.6769 9.32314 10.543 9 10.2757 9L5.72426 9C5.45699 9 5.32314 9.32314 5.51213 9.51213L7.78787 11.7879C7.90503 11.905 8.09497 11.905 8.21213 11.7879Z", fill: "currentColor" })
|
|
2486
2556
|
]
|
|
2487
2557
|
}
|
|
2488
2558
|
)
|
|
2489
2559
|
);
|
|
2490
|
-
|
|
2491
|
-
var
|
|
2492
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2560
|
+
TriangleDownUp.displayName = "TriangleDownUp";
|
|
2561
|
+
var Unlink = forwardRef(
|
|
2562
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2493
2563
|
"svg",
|
|
2494
2564
|
{
|
|
2495
2565
|
ref,
|
|
@@ -2499,16 +2569,23 @@ var TrendDown = forwardRef(
|
|
|
2499
2569
|
fill: "none",
|
|
2500
2570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2501
2571
|
strokeWidth,
|
|
2502
|
-
className: ["foamicon", "foamicon-
|
|
2572
|
+
className: ["foamicon", "foamicon-unlink", className].filter(Boolean).join(" "),
|
|
2503
2573
|
"aria-hidden": "true",
|
|
2504
2574
|
...props,
|
|
2505
|
-
children:
|
|
2575
|
+
children: [
|
|
2576
|
+
/* @__PURE__ */ jsx("path", { d: "M11.88 8.12988L12.7553 7.25159C13.8576 6.1455 13.856 4.35572 12.7518 3.25153C11.6463 2.14598 9.85384 2.146 8.74831 3.25156L7.88001 4.11988M8.12 11.8799L7.24996 12.75C6.14538 13.8546 4.35448 13.8546 3.24989 12.75C2.1453 11.6454 2.14531 9.85452 3.24991 8.74994L4.12 7.87987", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2577
|
+
/* @__PURE__ */ jsx("path", { d: "M9.84372 6.15601L5.84372 10.156", stroke: "currentColor", strokeLinecap: "round" }),
|
|
2578
|
+
/* @__PURE__ */ jsx("path", { d: "M10 14V12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2579
|
+
/* @__PURE__ */ jsx("path", { d: "M12 10L14 10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2580
|
+
/* @__PURE__ */ jsx("path", { d: "M6 2L6 4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2581
|
+
/* @__PURE__ */ jsx("path", { d: "M4 6L2 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2582
|
+
]
|
|
2506
2583
|
}
|
|
2507
2584
|
)
|
|
2508
2585
|
);
|
|
2509
|
-
|
|
2510
|
-
var
|
|
2511
|
-
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */
|
|
2586
|
+
Unlink.displayName = "Unlink";
|
|
2587
|
+
var Unlock = forwardRef(
|
|
2588
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2512
2589
|
"svg",
|
|
2513
2590
|
{
|
|
2514
2591
|
ref,
|
|
@@ -2518,15 +2595,19 @@ var TrendUp = forwardRef(
|
|
|
2518
2595
|
fill: "none",
|
|
2519
2596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2520
2597
|
strokeWidth,
|
|
2521
|
-
className: ["foamicon", "foamicon-
|
|
2598
|
+
className: ["foamicon", "foamicon-unlock", className].filter(Boolean).join(" "),
|
|
2522
2599
|
"aria-hidden": "true",
|
|
2523
2600
|
...props,
|
|
2524
|
-
children:
|
|
2601
|
+
children: [
|
|
2602
|
+
/* @__PURE__ */ jsx("path", { d: "M10.4151 5.33013L9.16509 3.16506C8.47473 1.96933 6.94576 1.55964 5.75002 2.25C4.55429 2.94036 4.1446 4.46933 4.83496 5.66506L5.89436 7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2603
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "11", r: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2604
|
+
/* @__PURE__ */ jsx("path", { d: "M3 9.13937C3 8.38417 3.56081 7.74849 4.31298 7.68089C5.271 7.59479 6.6355 7.5 8 7.5C9.3645 7.5 10.729 7.59479 11.687 7.68089C12.4392 7.74849 13 8.38417 13 9.13937V12.8606C13 13.6158 12.4392 14.2515 11.687 14.3191C10.729 14.4052 9.3645 14.5 8 14.5C6.6355 14.5 5.271 14.4052 4.31298 14.3191C3.56081 14.2515 3 13.6158 3 12.8606V9.13937Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2605
|
+
]
|
|
2525
2606
|
}
|
|
2526
2607
|
)
|
|
2527
2608
|
);
|
|
2528
|
-
|
|
2529
|
-
var
|
|
2609
|
+
Unlock.displayName = "Unlock";
|
|
2610
|
+
var Upload = forwardRef(
|
|
2530
2611
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2531
2612
|
"svg",
|
|
2532
2613
|
{
|
|
@@ -2537,22 +2618,19 @@ var Unlink = forwardRef(
|
|
|
2537
2618
|
fill: "none",
|
|
2538
2619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2539
2620
|
strokeWidth,
|
|
2540
|
-
className: ["foamicon", "foamicon-
|
|
2621
|
+
className: ["foamicon", "foamicon-upload", className].filter(Boolean).join(" "),
|
|
2541
2622
|
"aria-hidden": "true",
|
|
2542
2623
|
...props,
|
|
2543
2624
|
children: [
|
|
2544
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2545
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2546
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2547
|
-
/* @__PURE__ */ jsx("path", { d: "M12 10L14 10", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2548
|
-
/* @__PURE__ */ jsx("path", { d: "M6 2L6 4", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2549
|
-
/* @__PURE__ */ jsx("path", { d: "M4 6L2 6", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2625
|
+
/* @__PURE__ */ jsx("path", { d: "M4.3335 6.66667L7.64661 3.35355C7.84187 3.15829 8.15845 3.15829 8.35372 3.35355L11.6668 6.66667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2626
|
+
/* @__PURE__ */ jsx("path", { d: "M8.00025 3.66675L8.00024 10.6667", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2627
|
+
/* @__PURE__ */ jsx("path", { d: "M14 11.2727V12.2556C14 12.9972 13.4577 13.6257 12.7208 13.709C11.5676 13.8393 9.78381 14 8 14C6.21619 14 4.43238 13.8393 3.27924 13.709C2.54228 13.6257 2 12.9972 2 12.2556V11.2727", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2550
2628
|
]
|
|
2551
2629
|
}
|
|
2552
2630
|
)
|
|
2553
2631
|
);
|
|
2554
|
-
|
|
2555
|
-
var
|
|
2632
|
+
Upload.displayName = "Upload";
|
|
2633
|
+
var User = forwardRef(
|
|
2556
2634
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2557
2635
|
"svg",
|
|
2558
2636
|
{
|
|
@@ -2563,19 +2641,18 @@ var Unlock = forwardRef(
|
|
|
2563
2641
|
fill: "none",
|
|
2564
2642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2565
2643
|
strokeWidth,
|
|
2566
|
-
className: ["foamicon", "foamicon-
|
|
2644
|
+
className: ["foamicon", "foamicon-user", className].filter(Boolean).join(" "),
|
|
2567
2645
|
"aria-hidden": "true",
|
|
2568
2646
|
...props,
|
|
2569
2647
|
children: [
|
|
2570
|
-
/* @__PURE__ */ jsx("
|
|
2571
|
-
/* @__PURE__ */ jsx("
|
|
2572
|
-
/* @__PURE__ */ jsx("path", { d: "M3 9.13937C3 8.38417 3.56081 7.74849 4.31298 7.68089C5.271 7.59479 6.6355 7.5 8 7.5C9.3645 7.5 10.729 7.59479 11.687 7.68089C12.4392 7.74849 13 8.38417 13 9.13937V12.8606C13 13.6158 12.4392 14.2515 11.687 14.3191C10.729 14.4052 9.3645 14.5 8 14.5C6.6355 14.5 5.271 14.4052 4.31298 14.3191C3.56081 14.2515 3 13.6158 3 12.8606V9.13937Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2648
|
+
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "4.5", r: "2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2649
|
+
/* @__PURE__ */ jsx("path", { d: "M4 12.7599C4 10.4691 5.70919 8.5 8 8.5C10.2908 8.5 12 10.4691 12 12.7599V13.6761C12 13.7183 11.9698 13.7537 11.9279 13.7587C11.5531 13.8027 9.77657 14 8 14C6.22343 14 4.44685 13.8027 4.07209 13.7587C4.03017 13.7537 4 13.7183 4 13.6761V12.7599Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2573
2650
|
]
|
|
2574
2651
|
}
|
|
2575
2652
|
)
|
|
2576
2653
|
);
|
|
2577
|
-
|
|
2578
|
-
var
|
|
2654
|
+
User.displayName = "User";
|
|
2655
|
+
var Users = forwardRef(
|
|
2579
2656
|
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2580
2657
|
"svg",
|
|
2581
2658
|
{
|
|
@@ -2586,22 +2663,70 @@ var Upload = forwardRef(
|
|
|
2586
2663
|
fill: "none",
|
|
2587
2664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2588
2665
|
strokeWidth,
|
|
2589
|
-
className: ["foamicon", "foamicon-
|
|
2666
|
+
className: ["foamicon", "foamicon-users", className].filter(Boolean).join(" "),
|
|
2590
2667
|
"aria-hidden": "true",
|
|
2591
2668
|
...props,
|
|
2592
2669
|
children: [
|
|
2593
|
-
/* @__PURE__ */ jsx("
|
|
2594
|
-
/* @__PURE__ */ jsx("
|
|
2595
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2670
|
+
/* @__PURE__ */ jsx("circle", { cx: "5.67676", cy: "4.52344", r: "1.72656", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2671
|
+
/* @__PURE__ */ jsx("circle", { cx: "11.2344", cy: "4.92725", r: "1.32275", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2672
|
+
/* @__PURE__ */ jsx("path", { d: "M9.38285 11.8491C9.8863 11.8912 10.5603 11.9336 11.2344 11.9336C12.4245 11.9336 13.6147 11.8014 13.8658 11.7719C13.8939 11.7686 13.9141 11.7449 13.9141 11.7166V11.1028C13.9141 9.56816 12.769 8.24902 11.2344 8.24902C11.0021 8.24902 10.7919 8.26032 10.6031 8.27901C9.70685 8.36768 9.03758 9.01992 8.55469 9.78013", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2673
|
+
/* @__PURE__ */ jsx("path", { d: "M2.08594 12.0742C2.08594 10.0177 3.62032 8.25 5.67685 8.25C7.73337 8.25 9.26776 10.0177 9.26776 12.0742V12.8967C9.26776 12.9346 9.24067 12.9664 9.20304 12.9708C8.8666 13.0104 7.27172 13.1875 5.67685 13.1875C4.08197 13.1875 2.48709 13.0104 2.15066 12.9708C2.11302 12.9664 2.08594 12.9346 2.08594 12.8967V12.0742Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2596
2674
|
]
|
|
2597
2675
|
}
|
|
2598
2676
|
)
|
|
2599
2677
|
);
|
|
2600
|
-
|
|
2678
|
+
Users.displayName = "Users";
|
|
2679
|
+
var Volume2 = forwardRef(
|
|
2680
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2681
|
+
"svg",
|
|
2682
|
+
{
|
|
2683
|
+
ref,
|
|
2684
|
+
width: size,
|
|
2685
|
+
height: size,
|
|
2686
|
+
viewBox: "0 0 16 16",
|
|
2687
|
+
fill: "none",
|
|
2688
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2689
|
+
strokeWidth,
|
|
2690
|
+
className: ["foamicon", "foamicon-volume2", className].filter(Boolean).join(" "),
|
|
2691
|
+
"aria-hidden": "true",
|
|
2692
|
+
...props,
|
|
2693
|
+
children: [
|
|
2694
|
+
/* @__PURE__ */ jsx("path", { d: "M2.55016 5.86327C2.64817 5.61521 2.90004 5.5 3.16676 5.5H4.92157C5.45201 5.5 5.96071 5.28929 6.33579 4.91421L7.5547 3.6953C7.90686 3.34314 8.54843 3.67408 8.48716 4.16833C8.36659 5.14105 8.25 6.47568 8.25 8C8.25 9.52432 8.36659 10.859 8.48716 11.8317C8.54843 12.3259 7.90686 12.6569 7.5547 12.3047L6.33579 11.0858C5.96071 10.7107 5.45201 10.5 4.92157 10.5H3.16676C2.90004 10.5 2.64817 10.3848 2.55016 10.1367C2.41091 9.78429 2.25 9.13211 2.25 8C2.25 6.86789 2.41091 6.21571 2.55016 5.86327Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2695
|
+
/* @__PURE__ */ jsx("path", { d: "M11.75 3.52783C11.8271 3.59687 11.9025 3.66787 11.9759 3.74075C13.0715 4.82783 13.75 6.3347 13.75 8.00004C13.75 9.66538 13.0715 11.1723 11.9759 12.2593C11.9025 12.3322 11.8271 12.4032 11.75 12.4723", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2696
|
+
/* @__PURE__ */ jsx("path", { d: "M10.5737 5.16699C11.3004 5.89122 11.75 6.89318 11.75 8.00016C11.75 9.10714 11.3004 10.1091 10.5737 10.8333", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2697
|
+
]
|
|
2698
|
+
}
|
|
2699
|
+
)
|
|
2700
|
+
);
|
|
2701
|
+
Volume2.displayName = "Volume2";
|
|
2702
|
+
var VolumeOff = forwardRef(
|
|
2703
|
+
({ size = 16, strokeWidth = 1, className, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
2704
|
+
"svg",
|
|
2705
|
+
{
|
|
2706
|
+
ref,
|
|
2707
|
+
width: size,
|
|
2708
|
+
height: size,
|
|
2709
|
+
viewBox: "0 0 16 16",
|
|
2710
|
+
fill: "none",
|
|
2711
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2712
|
+
strokeWidth,
|
|
2713
|
+
className: ["foamicon", "foamicon-volume-off", className].filter(Boolean).join(" "),
|
|
2714
|
+
"aria-hidden": "true",
|
|
2715
|
+
...props,
|
|
2716
|
+
children: [
|
|
2717
|
+
/* @__PURE__ */ jsx("path", { d: "M5.75 10.5L7.5547 12.3047C7.90686 12.6569 8.54843 12.3259 8.48716 11.8317C8.36659 10.859 8.25 9.52432 8.25 8M8.43639 4.60381C8.45299 4.45198 8.46999 4.30693 8.48706 4.16914C8.54831 3.67489 7.90686 3.34314 7.5547 3.6953L6.33579 4.91421C5.96071 5.28929 5.45201 5.5 4.92157 5.5H3.16676C2.90004 5.5 2.64817 5.61521 2.55016 5.86327C2.41091 6.21571 2.25 6.86789 2.25 8C2.25 9.20317 2.43174 9.86428 2.57609 10.1996C2.66438 10.4047 2.87562 10.5 3.09893 10.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2718
|
+
/* @__PURE__ */ jsx("path", { d: "M11.75 12.4723C11.8271 12.4033 11.9025 12.3323 11.9759 12.2594C13.0715 11.1723 13.75 9.66543 13.75 8.00009C13.75 6.47989 13.1846 5.09174 12.2527 4.03442", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2719
|
+
/* @__PURE__ */ jsx("path", { d: "M10.5737 10.8332C11.3004 10.109 11.75 9.10706 11.75 8.00008C11.75 7.00819 11.389 6.10062 10.7912 5.40161", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2720
|
+
/* @__PURE__ */ jsx("path", { d: "M13.6667 2.5L2.5 13.67", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2721
|
+
]
|
|
2722
|
+
}
|
|
2723
|
+
)
|
|
2724
|
+
);
|
|
2725
|
+
VolumeOff.displayName = "VolumeOff";
|
|
2601
2726
|
|
|
2602
2727
|
// src/index.ts
|
|
2603
|
-
var iconNames = ["
|
|
2728
|
+
var iconNames = ["Alert", "ArchiveArrowUp", "Archive", "ArrowDownNarrowWide", "ArrowDownUp", "ArrowDownWideNarrow", "ArrowDown", "ArrowLeft", "ArrowRightToLine", "ArrowRight", "ArrowUpAZ", "ArrowUpNarrowWide", "ArrowUpWideNarrow", "ArrowUpZA", "ArrowUp", "Ban", "Bell", "Bold", "Bookmark", "Calendar", "ChartColumnSquare", "Checkbox", "Checkmark", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleAlert", "CircleDollarSign", "CircleQuestionMark", "CircleX", "Clock", "Cog", "Columns3", "Command", "ContentPlus", "Copy", "Download", "Eclipse", "ExternalLink", "EyeOff", "Eye", "Flame", "Frown", "Fullscreen", "Globe", "Grid1x2", "Grid2x2", "History", "Hotspot", "House", "Image", "Images", "Inbox", "Info", "Italic", "Link", "ListFilter", "ListIndentDecrease", "ListIndentIncrease", "ListOrdered", "List", "LoaderCircle", "Lock", "LogOut", "MailMove", "MailPlus", "Mail", "MapPin", "Maximize", "MediaKits", "MegaphoneActive", "Megaphone", "Menu", "MessageSquare", "MessagesSquare", "Minus", "Moon", "MousePointerClick", "Move", "PanelLeft", "PanelRight", "Pencil", "Pin", "Play", "Plus", "Reach", "Reel", "RefreshCw", "RemoveFormatting", "Reply", "RotateCw", "Rows2", "Save", "SearchUser", "Search", "Share", "SlidersHorizontal", "Sparkles", "SquarePen", "Square", "Star", "Sun", "TextAlignCenter", "TextAlignEnd", "TextAlignJustify", "TextAlignStart", "ThumbsDown", "ThumbsUp", "Trash", "TrendingDown", "TrendingUp", "TriangleDownUp", "Unlink", "Unlock", "Upload", "User", "Users", "Volume2", "VolumeOff"];
|
|
2604
2729
|
|
|
2605
|
-
export {
|
|
2730
|
+
export { Alert, Archive, ArchiveArrowUp, ArrowDown, ArrowDownNarrowWide, ArrowDownUp, ArrowDownWideNarrow, ArrowLeft, ArrowRight, ArrowRightToLine, ArrowUp, ArrowUpAZ, ArrowUpNarrowWide, ArrowUpWideNarrow, ArrowUpZA, Ban, Bell, Bold, Bookmark, Calendar, ChartColumnSquare, Checkbox, Checkmark, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleAlert, CircleDollarSign, CircleQuestionMark, CircleX, Clock, Cog, Columns3, Command, ContentPlus, Copy, Download, Eclipse, ExternalLink, Eye, EyeOff, Flame, Frown, Fullscreen, Globe, Grid1x2, Grid2x2, History, Hotspot, House, Image, Images, Inbox, Info, Italic, Link, List, ListFilter, ListIndentDecrease, ListIndentIncrease, ListOrdered, LoaderCircle, Lock, LogOut, Mail, MailMove, MailPlus, MapPin, Maximize, MediaKits, Megaphone, MegaphoneActive, Menu, MessageSquare, MessagesSquare, Minus, Moon, MousePointerClick, Move, PanelLeft, PanelRight, Pencil, Pin, Play, Plus, Reach, Reel, RefreshCw, RemoveFormatting, Reply, RotateCw, Rows2, Save, Search, SearchUser, Share, SlidersHorizontal, Sparkles, Square, SquarePen, Star, Sun, TextAlignCenter, TextAlignEnd, TextAlignJustify, TextAlignStart, ThumbsDown, ThumbsUp, Trash, TrendingDown, TrendingUp, TriangleDownUp, Unlink, Unlock, Upload, User, Users, Volume2, VolumeOff, iconNames };
|
|
2606
2731
|
//# sourceMappingURL=index.js.map
|
|
2607
2732
|
//# sourceMappingURL=index.js.map
|