@agentiffai/design 1.3.29 → 1.4.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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var react = require('react');
4
3
  var jsxRuntime = require('react/jsx-runtime');
4
+ var react = require('react');
5
5
  var button = require('@react-aria/button');
6
6
  var styled = require('styled-components');
7
7
 
@@ -9,7 +9,573 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
9
9
 
10
10
  var styled__default = /*#__PURE__*/_interopDefault(styled);
11
11
 
12
- // src/components/icons/FacebookIcon/FacebookIcon.tsx
12
+ // src/components/icons/AirtableIcon/AirtableIcon.tsx
13
+ function SvgWrapper({
14
+ size,
15
+ className,
16
+ onClick,
17
+ ariaLabel,
18
+ children
19
+ }) {
20
+ return /* @__PURE__ */ jsxRuntime.jsx(
21
+ "svg",
22
+ {
23
+ width: size,
24
+ height: size,
25
+ viewBox: "0 0 176 148",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ className,
29
+ onClick,
30
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
31
+ "aria-label": ariaLabel,
32
+ tabIndex: onClick ? 0 : void 0,
33
+ onKeyDown: onClick ? (e) => {
34
+ if (e.key === "Enter" || e.key === " ") {
35
+ e.preventDefault();
36
+ onClick(e);
37
+ }
38
+ } : void 0,
39
+ children
40
+ }
41
+ );
42
+ }
43
+ var AirtableIconColored = ({
44
+ size = 24,
45
+ className,
46
+ onClick,
47
+ "aria-label": ariaLabel
48
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper, { size, className, onClick, ariaLabel, children: [
49
+ /* @__PURE__ */ jsxRuntime.jsx(
50
+ "path",
51
+ {
52
+ fill: "#FCB400",
53
+ d: "M79 1.867L13.04 29.16c-3.668 1.518-3.63 6.729.061 8.192l66.235 26.266a24.575 24.575 0 0 0 18.12 0l66.236-26.267c3.69-1.462 3.73-6.672.06-8.19L97.794 1.866a24.578 24.578 0 0 0-18.795 0"
54
+ }
55
+ ),
56
+ /* @__PURE__ */ jsxRuntime.jsx(
57
+ "path",
58
+ {
59
+ fill: "#18BFFF",
60
+ d: "M94.273 77.96v65.617c0 3.12 3.147 5.258 6.048 4.108l73.806-28.648a4.418 4.418 0 0 0 2.79-4.108V49.313c0-3.121-3.147-5.258-6.048-4.108L97.063 73.853a4.42 4.42 0 0 0-2.79 4.108"
61
+ }
62
+ ),
63
+ /* @__PURE__ */ jsxRuntime.jsx(
64
+ "path",
65
+ {
66
+ fill: "#F82B60",
67
+ d: "M77.038 81.346L55.134 91.922l-2.224 1.075-46.238 22.155C3.742 116.566 0 114.43 0 111.174V49.588c0-1.178.604-2.195 1.414-2.96a5.024 5.024 0 0 1 1.12-.84c1.104-.663 2.68-.84 4.02-.31L76.67 73.26c3.564 1.414 3.844 6.408.368 8.087"
68
+ }
69
+ ),
70
+ /* @__PURE__ */ jsxRuntime.jsx(
71
+ "path",
72
+ {
73
+ fill: "rgba(0, 0, 0, 0.25)",
74
+ d: "M77.038 81.346L55.134 91.922 1.414 46.627a5.024 5.024 0 0 1 1.12-.839c1.104-.663 2.68-.84 4.02-.31L76.67 73.26c3.564 1.414 3.844 6.408.368 8.087"
75
+ }
76
+ )
77
+ ] });
78
+ function MonoIcon({
79
+ size = 24,
80
+ fill,
81
+ className,
82
+ onClick,
83
+ ariaLabel
84
+ }) {
85
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper, { size, className, onClick, ariaLabel, children: [
86
+ /* @__PURE__ */ jsxRuntime.jsx(
87
+ "path",
88
+ {
89
+ fill,
90
+ d: "M79 1.867L13.04 29.16c-3.668 1.518-3.63 6.729.061 8.192l66.235 26.266a24.575 24.575 0 0 0 18.12 0l66.236-26.267c3.69-1.462 3.73-6.672.06-8.19L97.794 1.866a24.578 24.578 0 0 0-18.795 0"
91
+ }
92
+ ),
93
+ /* @__PURE__ */ jsxRuntime.jsx(
94
+ "path",
95
+ {
96
+ fill,
97
+ d: "M94.273 77.96v65.617c0 3.12 3.147 5.258 6.048 4.108l73.806-28.648a4.418 4.418 0 0 0 2.79-4.108V49.313c0-3.121-3.147-5.258-6.048-4.108L97.063 73.853a4.42 4.42 0 0 0-2.79 4.108"
98
+ }
99
+ ),
100
+ /* @__PURE__ */ jsxRuntime.jsx(
101
+ "path",
102
+ {
103
+ fill,
104
+ d: "M77.038 81.346L55.134 91.922l-2.224 1.075-46.238 22.155C3.742 116.566 0 114.43 0 111.174V49.588c0-1.178.604-2.195 1.414-2.96a5.024 5.024 0 0 1 1.12-.84c1.104-.663 2.68-.84 4.02-.31L76.67 73.26c3.564 1.414 3.844 6.408.368 8.087"
105
+ }
106
+ )
107
+ ] });
108
+ }
109
+ function AirtableIcon({
110
+ variant = "colored",
111
+ size = 24,
112
+ className,
113
+ onClick,
114
+ "aria-label": ariaLabel = "Airtable icon"
115
+ }) {
116
+ const iconProps = {
117
+ size,
118
+ className,
119
+ onClick,
120
+ "aria-label": ariaLabel
121
+ };
122
+ if (variant === "colored") {
123
+ return /* @__PURE__ */ jsxRuntime.jsx(AirtableIconColored, { ...iconProps });
124
+ }
125
+ const fill = variant === "black" ? "black" : "white";
126
+ return /* @__PURE__ */ jsxRuntime.jsx(
127
+ MonoIcon,
128
+ {
129
+ size,
130
+ fill,
131
+ className,
132
+ onClick,
133
+ ariaLabel
134
+ }
135
+ );
136
+ }
137
+ AirtableIcon.displayName = "AirtableIcon";
138
+ var svgPath = "M21.997 18.23c0 .727-.405 2.127-1.315 2.896-.182.14-.364.061-.284-.143.265-.648.871-2.147.587-2.492-.201-.262-1.031-.242-1.739-.182-.323.041-.607.06-.827.105-.204.016-.245-.163-.041-.303a3.1 3.1 0 0 1 .87-.428c1.15-.344 2.479-.137 2.67.083.036.042.079.16.079.463m-1.922 1.294a7.4 7.4 0 0 1-.829.55c-2.122 1.275-4.871 1.943-7.258 1.943-3.843 0-7.28-1.417-9.888-3.788-.224-.182-.039-.446.223-.303 2.81 1.64 6.288 2.632 9.888 2.632 2.266 0 4.708-.424 7.035-1.336.163-.061.345-.144.504-.202.367-.165.69.242.325.504m-6.17-11.03c0-1.041.042-1.654-.303-2.18-.306-.433-.833-.693-1.569-.652-.798.044-1.655.567-1.873 1.526-.043.22-.171.436-.437.483l-2.435-.31c-.174-.04-.439-.173-.352-.521C7.459 4.088 9.81 3.129 12.034 3h.522c1.22 0 2.788.349 3.791 1.264 1.217 1.136 1.087 2.662 1.087 4.32v3.927c0 1.178.478 1.7.958 2.314.13.219.175.477-.044.655a78 78 0 0 1-1.917 1.654c-.175.133-.489.147-.61.045-.77-.645-.958-1.003-1.435-1.658-.83.871-1.527 1.352-2.356 1.613a7 7 0 0 1-1.784.216c-2.09 0-3.745-1.303-3.745-3.88 0-2.049 1.09-3.442 2.7-4.101 1.61-.66 3.95-.87 4.704-.874m-.477 5.192c.52-.872.477-1.586.477-3.185-.652 0-1.306.045-1.871.178-1.045.303-1.875.96-1.875 2.355 0 1.09.568 1.832 1.526 1.832q.198 0 .348-.045c.67-.186 1.088-.522 1.395-1.135";
139
+ function SvgIcon({
140
+ size = 24,
141
+ fill,
142
+ className,
143
+ onClick,
144
+ ariaLabel
145
+ }) {
146
+ return /* @__PURE__ */ jsxRuntime.jsx(
147
+ "svg",
148
+ {
149
+ width: size,
150
+ height: size,
151
+ viewBox: "0 0 24 24",
152
+ fill: "none",
153
+ xmlns: "http://www.w3.org/2000/svg",
154
+ className,
155
+ onClick,
156
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
157
+ "aria-label": ariaLabel,
158
+ tabIndex: onClick ? 0 : void 0,
159
+ onKeyDown: onClick ? (e) => {
160
+ if (e.key === "Enter" || e.key === " ") {
161
+ e.preventDefault();
162
+ onClick(e);
163
+ }
164
+ } : void 0,
165
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: svgPath })
166
+ }
167
+ );
168
+ }
169
+ function AmazonIcon({
170
+ variant = "colored",
171
+ size = 24,
172
+ className,
173
+ onClick,
174
+ "aria-label": ariaLabel = "Amazon icon"
175
+ }) {
176
+ const fill = variant === "colored" ? "#FF9900" : variant === "black" ? "black" : "white";
177
+ return /* @__PURE__ */ jsxRuntime.jsx(
178
+ SvgIcon,
179
+ {
180
+ size,
181
+ fill,
182
+ className,
183
+ onClick,
184
+ ariaLabel
185
+ }
186
+ );
187
+ }
188
+ AmazonIcon.displayName = "AmazonIcon";
189
+ function SvgWrapper2({
190
+ size,
191
+ className,
192
+ onClick,
193
+ ariaLabel,
194
+ children
195
+ }) {
196
+ return /* @__PURE__ */ jsxRuntime.jsx(
197
+ "svg",
198
+ {
199
+ width: size,
200
+ height: size,
201
+ viewBox: "80 0 96 90",
202
+ fill: "none",
203
+ xmlns: "http://www.w3.org/2000/svg",
204
+ className,
205
+ onClick,
206
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
207
+ "aria-label": ariaLabel,
208
+ tabIndex: onClick ? 0 : void 0,
209
+ onKeyDown: onClick ? (e) => {
210
+ if (e.key === "Enter" || e.key === " ") {
211
+ e.preventDefault();
212
+ onClick(e);
213
+ }
214
+ } : void 0,
215
+ children
216
+ }
217
+ );
218
+ }
219
+ var dotsPath = "M155.733 47.358c-11.626 0-21.049 9.423-21.049 21.047 0 11.625 9.423 21.05 21.049 21.05 11.624 0 21.047-9.425 21.047-21.05 0-11.624-9.423-21.047-21.047-21.047zm-54.685.001C89.424 47.36 80 56.781 80 68.406c0 11.624 9.424 21.048 21.048 21.048 11.625 0 21.049-9.424 21.049-21.048 0-11.625-9.424-21.047-21.05-21.047zm48.39-26.311c0 11.624-9.423 21.05-21.047 21.05-11.626 0-21.049-9.426-21.049-21.05S116.765 0 128.391 0c11.624 0 21.046 9.424 21.046 21.048z";
220
+ var AsanaIconColored = ({
221
+ size = 24,
222
+ className,
223
+ onClick,
224
+ "aria-label": ariaLabel
225
+ }) => {
226
+ const uid = react.useId();
227
+ const gradId = `asana-grad-${uid}`;
228
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper2, { size, className, onClick, ariaLabel, children: [
229
+ /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsxs("radialGradient", { cy: "54.652%", fx: "50%", fy: "54.652%", r: "66.263%", id: gradId, children: [
230
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#FFB900", offset: "0%" }),
231
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#F95D8F", offset: "60%" }),
232
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#F95353", offset: "99.91%" })
233
+ ] }) }),
234
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: `url(#${gradId})`, d: dotsPath })
235
+ ] });
236
+ };
237
+ function MonoIcon2({
238
+ size = 24,
239
+ fill,
240
+ className,
241
+ onClick,
242
+ ariaLabel
243
+ }) {
244
+ return /* @__PURE__ */ jsxRuntime.jsx(SvgWrapper2, { size, className, onClick, ariaLabel, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: dotsPath }) });
245
+ }
246
+ function AsanaIcon({
247
+ variant = "colored",
248
+ size = 24,
249
+ className,
250
+ onClick,
251
+ "aria-label": ariaLabel = "Asana icon"
252
+ }) {
253
+ const iconProps = {
254
+ size,
255
+ className,
256
+ onClick,
257
+ "aria-label": ariaLabel
258
+ };
259
+ if (variant === "colored") {
260
+ return /* @__PURE__ */ jsxRuntime.jsx(AsanaIconColored, { ...iconProps });
261
+ }
262
+ const fill = variant === "black" ? "black" : "white";
263
+ return /* @__PURE__ */ jsxRuntime.jsx(
264
+ MonoIcon2,
265
+ {
266
+ size,
267
+ fill,
268
+ className,
269
+ onClick,
270
+ ariaLabel
271
+ }
272
+ );
273
+ }
274
+ AsanaIcon.displayName = "AsanaIcon";
275
+ var outerRingPath = "M330.23,202.5a83.62,83.62,0,0,0-34.45-14.81c0,.11,0,.2,0,.3a89.7,89.7,0,0,1-5,17.45,65.58,65.58,0,0,1,28.48,11.73c0,.08-.05.18-.08.27a153.57,153.57,0,1,1,0-90.63c0,.09.05.19.08.27a65.45,65.45,0,0,1-28.48,11.72,90.3,90.3,0,0,1,5,17.47,2.33,2.33,0,0,0,0,.28,83.6,83.6,0,0,0,34.45-14.8c9.82-7.27,7.92-15.48,6.43-20.34a172.13,172.13,0,1,0,0,101.43c1.49-4.86,3.39-13.07-6.43-20.34";
276
+ var middleShapePath = "M231.58,223.23C220.65,232.93,207,245,182.25,245h-14.8c-17.91,0-34.2-6.51-45.86-18.31-11.39-11.53-17.66-27.31-17.66-44.44V162c0-17.13,6.27-32.91,17.66-44.44,11.66-11.8,27.95-18.3,45.86-18.3h14.8c24.78,0,38.4,12.06,49.33,21.76,11.35,10,21.14,18.74,47.25,18.74a75.11,75.11,0,0,0,11.89-.95l-.09-.23a89.53,89.53,0,0,0-5.49-11.28L267.69,97.07a89.65,89.65,0,0,0-77.64-44.82H155.14A89.65,89.65,0,0,0,77.5,97.07L60.05,127.3a89.67,89.67,0,0,0,0,89.65L77.5,247.18A89.65,89.65,0,0,0,155.14,292h34.91a89.65,89.65,0,0,0,77.64-44.82L285.14,217a89.53,89.53,0,0,0,5.49-11.28l.09-.22a74,74,0,0,0-11.89-1c-26.11,0-35.9,8.69-47.25,18.74";
277
+ var innerShapePath = "M182.25,117.61h-14.8c-27.26,0-45.17,19.47-45.17,44.39v20.25c0,24.92,17.91,44.39,45.17,44.39h14.8c39.72,0,36.6-40.5,96.58-40.5a91.64,91.64,0,0,1,16.94,1.56,89.54,89.54,0,0,0,0-31.15,92.51,92.51,0,0,1-16.94,1.56c-60,0-56.86-40.5-96.58-40.5";
278
+ var overlayPath = "M290.72,138.8a74,74,0,0,1-11.89,1c-26.11,0-35.9-8.69-47.24-18.74-10.94-9.7-24.56-21.77-49.34-21.77h-14.8c-17.92,0-34.2,6.51-45.86,18.31-11.39,11.53-17.66,27.31-17.66,44.44v20.25c0,17.13,6.27,32.91,17.66,44.44,11.66,11.8,27.94,18.3,45.86,18.3h14.8c24.78,0,38.4-12.06,49.34-21.76,11.34-10,21.13-18.74,47.24-18.74a75.11,75.11,0,0,1,11.89.95,89,89,0,0,0,5-17.45,2.68,2.68,0,0,0,0-.3,92.51,92.51,0,0,0-16.94-1.55c-60,0-56.86,40.51-96.58,40.51h-14.8c-27.26,0-45.17-19.48-45.17-44.4V162c0-24.92,17.91-44.39,45.17-44.39h14.8c39.72,0,36.6,40.49,96.58,40.49a91.64,91.64,0,0,0,16.94-1.55c0-.09,0-.18,0-.28a90.3,90.3,0,0,0-5-17.47";
279
+ function CalendlyIconColored({
280
+ size = 24,
281
+ className,
282
+ onClick,
283
+ ariaLabel
284
+ }) {
285
+ return /* @__PURE__ */ jsxRuntime.jsxs(
286
+ "svg",
287
+ {
288
+ width: size,
289
+ height: size,
290
+ viewBox: "0 0 360 360",
291
+ fill: "none",
292
+ xmlns: "http://www.w3.org/2000/svg",
293
+ className,
294
+ onClick,
295
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
296
+ "aria-label": ariaLabel,
297
+ tabIndex: onClick ? 0 : void 0,
298
+ onKeyDown: onClick ? (e) => {
299
+ if (e.key === "Enter" || e.key === " ") {
300
+ e.preventDefault();
301
+ onClick(e);
302
+ }
303
+ } : void 0,
304
+ children: [
305
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#006BFF", d: outerRingPath }),
306
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#006BFF", d: middleShapePath }),
307
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#006BFF", d: innerShapePath }),
308
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0AE8F0", d: overlayPath })
309
+ ]
310
+ }
311
+ );
312
+ }
313
+ function SvgIconMono({
314
+ size = 24,
315
+ fill,
316
+ className,
317
+ onClick,
318
+ ariaLabel
319
+ }) {
320
+ return /* @__PURE__ */ jsxRuntime.jsxs(
321
+ "svg",
322
+ {
323
+ width: size,
324
+ height: size,
325
+ viewBox: "0 0 360 360",
326
+ fill: "none",
327
+ xmlns: "http://www.w3.org/2000/svg",
328
+ className,
329
+ onClick,
330
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
331
+ "aria-label": ariaLabel,
332
+ tabIndex: onClick ? 0 : void 0,
333
+ onKeyDown: onClick ? (e) => {
334
+ if (e.key === "Enter" || e.key === " ") {
335
+ e.preventDefault();
336
+ onClick(e);
337
+ }
338
+ } : void 0,
339
+ children: [
340
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: outerRingPath }),
341
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: middleShapePath }),
342
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: innerShapePath }),
343
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, opacity: "0.7", d: overlayPath })
344
+ ]
345
+ }
346
+ );
347
+ }
348
+ function CalendlyIcon({
349
+ variant = "colored",
350
+ size = 24,
351
+ className,
352
+ onClick,
353
+ "aria-label": ariaLabel = "Calendly icon"
354
+ }) {
355
+ if (variant === "colored") {
356
+ return /* @__PURE__ */ jsxRuntime.jsx(
357
+ CalendlyIconColored,
358
+ {
359
+ size,
360
+ className,
361
+ onClick,
362
+ ariaLabel
363
+ }
364
+ );
365
+ }
366
+ const fill = variant === "black" ? "black" : "white";
367
+ return /* @__PURE__ */ jsxRuntime.jsx(
368
+ SvgIconMono,
369
+ {
370
+ size,
371
+ fill,
372
+ className,
373
+ onClick,
374
+ ariaLabel
375
+ }
376
+ );
377
+ }
378
+ CalendlyIcon.displayName = "CalendlyIcon";
379
+ function SvgWrapper3({
380
+ size,
381
+ className,
382
+ onClick,
383
+ ariaLabel,
384
+ children
385
+ }) {
386
+ return /* @__PURE__ */ jsxRuntime.jsx(
387
+ "svg",
388
+ {
389
+ width: size,
390
+ height: size,
391
+ viewBox: "5 2 28 34",
392
+ fill: "none",
393
+ xmlns: "http://www.w3.org/2000/svg",
394
+ className,
395
+ onClick,
396
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
397
+ "aria-label": ariaLabel,
398
+ tabIndex: onClick ? 0 : void 0,
399
+ onKeyDown: onClick ? (e) => {
400
+ if (e.key === "Enter" || e.key === " ") {
401
+ e.preventDefault();
402
+ onClick(e);
403
+ }
404
+ } : void 0,
405
+ children
406
+ }
407
+ );
408
+ }
409
+ var ClickUpIconColored = ({
410
+ size = 24,
411
+ className,
412
+ onClick,
413
+ "aria-label": ariaLabel
414
+ }) => {
415
+ const uid = react.useId();
416
+ const gradA = `clickup-a-${uid}`;
417
+ const gradB = `clickup-b-${uid}`;
418
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper3, { size, className, onClick, ariaLabel, children: [
419
+ /* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
420
+ /* @__PURE__ */ jsxRuntime.jsxs(
421
+ "linearGradient",
422
+ {
423
+ id: gradA,
424
+ gradientUnits: "userSpaceOnUse",
425
+ x1: "5.615",
426
+ x2: "32.789",
427
+ y1: "31.179",
428
+ y2: "31.179",
429
+ children: [
430
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "0", stopColor: "#8930fd" }),
431
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "1", stopColor: "#49ccf9" })
432
+ ]
433
+ }
434
+ ),
435
+ /* @__PURE__ */ jsxRuntime.jsxs(
436
+ "linearGradient",
437
+ {
438
+ id: gradB,
439
+ gradientUnits: "userSpaceOnUse",
440
+ x1: "5.941",
441
+ x2: "31.978",
442
+ y1: "13.086",
443
+ y2: "13.086",
444
+ children: [
445
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "0", stopColor: "#ff02f0" }),
446
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "1", stopColor: "#ffc800" })
447
+ ]
448
+ }
449
+ )
450
+ ] }),
451
+ /* @__PURE__ */ jsxRuntime.jsx(
452
+ "path",
453
+ {
454
+ clipRule: "evenodd",
455
+ d: "M5.615 27.26l5.015-3.851c2.664 3.485 5.494 5.092 8.645 5.092 3.134 0 5.884-1.588 8.428-5.046l5.086 3.758c-3.67 4.986-8.232 7.62-13.514 7.62-5.265 0-9.871-2.617-13.66-7.574z",
456
+ fill: `url(#${gradA})`,
457
+ fillRule: "evenodd"
458
+ }
459
+ ),
460
+ /* @__PURE__ */ jsxRuntime.jsx(
461
+ "path",
462
+ {
463
+ clipRule: "evenodd",
464
+ d: "M18.992 10.523l-8.925 7.71-4.126-4.797 13.07-11.29 12.967 11.299-4.145 4.78z",
465
+ fill: `url(#${gradB})`,
466
+ fillRule: "evenodd"
467
+ }
468
+ )
469
+ ] });
470
+ };
471
+ function MonoIcon3({
472
+ size = 24,
473
+ fill,
474
+ className,
475
+ onClick,
476
+ ariaLabel
477
+ }) {
478
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper3, { size, className, onClick, ariaLabel, children: [
479
+ /* @__PURE__ */ jsxRuntime.jsx(
480
+ "path",
481
+ {
482
+ clipRule: "evenodd",
483
+ d: "M5.615 27.26l5.015-3.851c2.664 3.485 5.494 5.092 8.645 5.092 3.134 0 5.884-1.588 8.428-5.046l5.086 3.758c-3.67 4.986-8.232 7.62-13.514 7.62-5.265 0-9.871-2.617-13.66-7.574z",
484
+ fill,
485
+ fillRule: "evenodd"
486
+ }
487
+ ),
488
+ /* @__PURE__ */ jsxRuntime.jsx(
489
+ "path",
490
+ {
491
+ clipRule: "evenodd",
492
+ d: "M18.992 10.523l-8.925 7.71-4.126-4.797 13.07-11.29 12.967 11.299-4.145 4.78z",
493
+ fill,
494
+ fillRule: "evenodd"
495
+ }
496
+ )
497
+ ] });
498
+ }
499
+ function ClickUpIcon({
500
+ variant = "colored",
501
+ size = 24,
502
+ className,
503
+ onClick,
504
+ "aria-label": ariaLabel = "ClickUp icon"
505
+ }) {
506
+ const iconProps = {
507
+ size,
508
+ className,
509
+ onClick,
510
+ "aria-label": ariaLabel
511
+ };
512
+ if (variant === "colored") {
513
+ return /* @__PURE__ */ jsxRuntime.jsx(ClickUpIconColored, { ...iconProps });
514
+ }
515
+ const fill = variant === "black" ? "black" : "white";
516
+ return /* @__PURE__ */ jsxRuntime.jsx(
517
+ MonoIcon3,
518
+ {
519
+ size,
520
+ fill,
521
+ className,
522
+ onClick,
523
+ ariaLabel
524
+ }
525
+ );
526
+ }
527
+ ClickUpIcon.displayName = "ClickUpIcon";
528
+ var svgPath2 = "m17.285 10.668 5.215 3.323-5.252 3.346L12 13.993l-5.248 3.344L1.5 13.99l5.215-3.323L1.5 7.346 6.752 4 12 7.343 17.248 4 22.5 7.346zm-.074 0L12 7.348l-5.211 3.32L12 13.988zM6.786 18.446l5.252-3.346 5.252 3.346-5.252 3.346z";
529
+ function SvgIcon2({
530
+ size = 24,
531
+ fill,
532
+ className,
533
+ onClick,
534
+ ariaLabel
535
+ }) {
536
+ return /* @__PURE__ */ jsxRuntime.jsx(
537
+ "svg",
538
+ {
539
+ width: size,
540
+ height: size,
541
+ viewBox: "0 0 24 24",
542
+ fill: "none",
543
+ xmlns: "http://www.w3.org/2000/svg",
544
+ className,
545
+ onClick,
546
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
547
+ "aria-label": ariaLabel,
548
+ tabIndex: onClick ? 0 : void 0,
549
+ onKeyDown: onClick ? (e) => {
550
+ if (e.key === "Enter" || e.key === " ") {
551
+ e.preventDefault();
552
+ onClick(e);
553
+ }
554
+ } : void 0,
555
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: svgPath2 })
556
+ }
557
+ );
558
+ }
559
+ function DropboxIcon({
560
+ variant = "colored",
561
+ size = 24,
562
+ className,
563
+ onClick,
564
+ "aria-label": ariaLabel = "Dropbox icon"
565
+ }) {
566
+ const fill = variant === "colored" ? "#0061FF" : variant === "black" ? "black" : "white";
567
+ return /* @__PURE__ */ jsxRuntime.jsx(
568
+ SvgIcon2,
569
+ {
570
+ size,
571
+ fill,
572
+ className,
573
+ onClick,
574
+ ariaLabel
575
+ }
576
+ );
577
+ }
578
+ DropboxIcon.displayName = "DropboxIcon";
13
579
  function FacebookIcon({
14
580
  variant = "colored",
15
581
  size = 24,
@@ -96,6 +662,179 @@ function FacebookIcon({
96
662
  ) });
97
663
  }
98
664
  FacebookIcon.displayName = "FacebookIcon";
665
+ var GitHubIconColored = ({
666
+ size = 24,
667
+ className,
668
+ onClick,
669
+ "aria-label": ariaLabel
670
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
671
+ "svg",
672
+ {
673
+ width: size,
674
+ height: size,
675
+ viewBox: "0 0 24 24",
676
+ fill: "none",
677
+ xmlns: "http://www.w3.org/2000/svg",
678
+ className,
679
+ onClick,
680
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
681
+ "aria-label": ariaLabel,
682
+ tabIndex: onClick ? 0 : void 0,
683
+ onKeyDown: onClick ? (e) => {
684
+ if (e.key === "Enter" || e.key === " ") {
685
+ e.preventDefault();
686
+ onClick(e);
687
+ }
688
+ } : void 0,
689
+ children: /* @__PURE__ */ jsxRuntime.jsx(
690
+ "path",
691
+ {
692
+ fill: "#24292f",
693
+ d: "M12.001 2c-5.525 0-10 4.475-10 10a9.99 9.99 0 0 0 6.837 9.488c.5.087.688-.213.688-.476 0-.237-.013-1.024-.013-1.862-2.512.463-3.162-.612-3.362-1.175-.113-.288-.6-1.175-1.025-1.413-.35-.187-.85-.65-.013-.662.788-.013 1.35.725 1.538 1.025.9 1.512 2.337 1.087 2.912.825.088-.65.35-1.087.638-1.337-2.225-.25-4.55-1.113-4.55-4.938 0-1.088.387-1.987 1.025-2.687-.1-.25-.45-1.275.1-2.65 0 0 .837-.263 2.75 1.024a9.3 9.3 0 0 1 2.5-.337c.85 0 1.7.112 2.5.337 1.913-1.3 2.75-1.024 2.75-1.024.55 1.375.2 2.4.1 2.65.637.7 1.025 1.587 1.025 2.687 0 3.838-2.337 4.688-4.562 4.938.362.312.675.912.675 1.85 0 1.337-.013 2.412-.013 2.75 0 .262.188.574.688.474A10.02 10.02 0 0 0 22 12c0-5.525-4.475-10-10-10"
694
+ }
695
+ )
696
+ }
697
+ );
698
+ var GitHubIconBlack = ({
699
+ size = 24,
700
+ className,
701
+ onClick,
702
+ "aria-label": ariaLabel
703
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
704
+ "svg",
705
+ {
706
+ width: size,
707
+ height: size,
708
+ viewBox: "0 0 24 24",
709
+ fill: "none",
710
+ xmlns: "http://www.w3.org/2000/svg",
711
+ className,
712
+ onClick,
713
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
714
+ "aria-label": ariaLabel,
715
+ tabIndex: onClick ? 0 : void 0,
716
+ onKeyDown: onClick ? (e) => {
717
+ if (e.key === "Enter" || e.key === " ") {
718
+ e.preventDefault();
719
+ onClick(e);
720
+ }
721
+ } : void 0,
722
+ children: /* @__PURE__ */ jsxRuntime.jsx(
723
+ "path",
724
+ {
725
+ fill: "black",
726
+ d: "M12.001 2c-5.525 0-10 4.475-10 10a9.99 9.99 0 0 0 6.837 9.488c.5.087.688-.213.688-.476 0-.237-.013-1.024-.013-1.862-2.512.463-3.162-.612-3.362-1.175-.113-.288-.6-1.175-1.025-1.413-.35-.187-.85-.65-.013-.662.788-.013 1.35.725 1.538 1.025.9 1.512 2.337 1.087 2.912.825.088-.65.35-1.087.638-1.337-2.225-.25-4.55-1.113-4.55-4.938 0-1.088.387-1.987 1.025-2.687-.1-.25-.45-1.275.1-2.65 0 0 .837-.263 2.75 1.024a9.3 9.3 0 0 1 2.5-.337c.85 0 1.7.112 2.5.337 1.913-1.3 2.75-1.024 2.75-1.024.55 1.375.2 2.4.1 2.65.637.7 1.025 1.587 1.025 2.687 0 3.838-2.337 4.688-4.562 4.938.362.312.675.912.675 1.85 0 1.337-.013 2.412-.013 2.75 0 .262.188.574.688.474A10.02 10.02 0 0 0 22 12c0-5.525-4.475-10-10-10"
727
+ }
728
+ )
729
+ }
730
+ );
731
+ var GitHubIconWhite = ({
732
+ size = 24,
733
+ className,
734
+ onClick,
735
+ "aria-label": ariaLabel
736
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
737
+ "svg",
738
+ {
739
+ width: size,
740
+ height: size,
741
+ viewBox: "0 0 24 24",
742
+ fill: "none",
743
+ xmlns: "http://www.w3.org/2000/svg",
744
+ className,
745
+ onClick,
746
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
747
+ "aria-label": ariaLabel,
748
+ tabIndex: onClick ? 0 : void 0,
749
+ onKeyDown: onClick ? (e) => {
750
+ if (e.key === "Enter" || e.key === " ") {
751
+ e.preventDefault();
752
+ onClick(e);
753
+ }
754
+ } : void 0,
755
+ children: /* @__PURE__ */ jsxRuntime.jsx(
756
+ "path",
757
+ {
758
+ fill: "white",
759
+ d: "M12.001 2c-5.525 0-10 4.475-10 10a9.99 9.99 0 0 0 6.837 9.488c.5.087.688-.213.688-.476 0-.237-.013-1.024-.013-1.862-2.512.463-3.162-.612-3.362-1.175-.113-.288-.6-1.175-1.025-1.413-.35-.187-.85-.65-.013-.662.788-.013 1.35.725 1.538 1.025.9 1.512 2.337 1.087 2.912.825.088-.65.35-1.087.638-1.337-2.225-.25-4.55-1.113-4.55-4.938 0-1.088.387-1.987 1.025-2.687-.1-.25-.45-1.275.1-2.65 0 0 .837-.263 2.75 1.024a9.3 9.3 0 0 1 2.5-.337c.85 0 1.7.112 2.5.337 1.913-1.3 2.75-1.024 2.75-1.024.55 1.375.2 2.4.1 2.65.637.7 1.025 1.587 1.025 2.687 0 3.838-2.337 4.688-4.562 4.938.362.312.675.912.675 1.85 0 1.337-.013 2.412-.013 2.75 0 .262.188.574.688.474A10.02 10.02 0 0 0 22 12c0-5.525-4.475-10-10-10"
760
+ }
761
+ )
762
+ }
763
+ );
764
+ function GitHubIcon({
765
+ variant = "colored",
766
+ size = 24,
767
+ className,
768
+ onClick,
769
+ "aria-label": ariaLabel = "GitHub icon"
770
+ }) {
771
+ const iconProps = {
772
+ size,
773
+ className,
774
+ onClick,
775
+ "aria-label": ariaLabel
776
+ };
777
+ switch (variant) {
778
+ case "black":
779
+ return /* @__PURE__ */ jsxRuntime.jsx(GitHubIconBlack, { ...iconProps });
780
+ case "white":
781
+ return /* @__PURE__ */ jsxRuntime.jsx(GitHubIconWhite, { ...iconProps });
782
+ default:
783
+ return /* @__PURE__ */ jsxRuntime.jsx(GitHubIconColored, { ...iconProps });
784
+ }
785
+ }
786
+ GitHubIcon.displayName = "GitHubIcon";
787
+ var svgPath3 = "M21.6634 9.98693L21.6354 9.91531L18.9164 2.82092C18.8612 2.68178 18.7634 2.56365 18.6371 2.48339C18.5098 2.40304 18.3607 2.36419 18.2104 2.37219C18.0601 2.38019 17.9159 2.43464 17.7979 2.52804C17.6809 2.62181 17.5966 2.75012 17.5569 2.89466L15.7187 8.52049H8.28157L6.44336 2.89466C6.40366 2.75012 6.31934 2.62181 6.20241 2.52804C6.08487 2.43402 5.94083 2.37915 5.79052 2.37114C5.64021 2.36313 5.49116 2.40238 5.36429 2.48339C5.2374 2.56332 5.13921 2.68153 5.08388 2.82092L2.36183 9.92462L2.33379 9.99524C1.94304 11.0184 1.895 12.1407 2.19691 13.1934C2.49882 14.2462 3.13436 15.1725 4.00794 15.833L4.01832 15.8402L4.04221 15.8589L8.18917 18.9632L10.2393 20.5159L11.4856 21.4599C11.6319 21.5705 11.8104 21.6304 11.9939 21.6304C12.1774 21.6304 12.3559 21.5705 12.5023 21.4599L13.7486 20.5159L15.7997 18.9632L19.9706 15.8402L19.9819 15.8319C20.8585 15.1721 21.4966 14.245 21.7999 13.1906C22.1033 12.1362 22.0553 11.0117 21.6634 9.98693Z";
788
+ function SvgIcon3({
789
+ size = 24,
790
+ fill,
791
+ className,
792
+ onClick,
793
+ ariaLabel
794
+ }) {
795
+ return /* @__PURE__ */ jsxRuntime.jsx(
796
+ "svg",
797
+ {
798
+ width: size,
799
+ height: size,
800
+ viewBox: "0 0 24 24",
801
+ fill: "none",
802
+ xmlns: "http://www.w3.org/2000/svg",
803
+ className,
804
+ onClick,
805
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
806
+ "aria-label": ariaLabel,
807
+ tabIndex: onClick ? 0 : void 0,
808
+ onKeyDown: onClick ? (e) => {
809
+ if (e.key === "Enter" || e.key === " ") {
810
+ e.preventDefault();
811
+ onClick(e);
812
+ }
813
+ } : void 0,
814
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: svgPath3 })
815
+ }
816
+ );
817
+ }
818
+ function GitLabIcon({
819
+ variant = "colored",
820
+ size = 24,
821
+ className,
822
+ onClick,
823
+ "aria-label": ariaLabel = "GitLab icon"
824
+ }) {
825
+ const fill = variant === "colored" ? "#FC6D26" : variant === "black" ? "black" : "white";
826
+ return /* @__PURE__ */ jsxRuntime.jsx(
827
+ SvgIcon3,
828
+ {
829
+ size,
830
+ fill,
831
+ className,
832
+ onClick,
833
+ ariaLabel
834
+ }
835
+ );
836
+ }
837
+ GitLabIcon.displayName = "GitLabIcon";
99
838
  var StyledIconWrapper = styled__default.default.button`
100
839
  display: inline-flex;
101
840
  align-items: center;
@@ -365,7 +1104,126 @@ function InstagramIcon({
365
1104
  /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: paths.path3, fill: "white" })
366
1105
  ] });
367
1106
  }
368
- InstagramIcon.displayName = "InstagramIcon";
1107
+ InstagramIcon.displayName = "InstagramIcon";
1108
+ function SvgWrapper4({
1109
+ size,
1110
+ className,
1111
+ onClick,
1112
+ ariaLabel,
1113
+ children
1114
+ }) {
1115
+ return /* @__PURE__ */ jsxRuntime.jsx(
1116
+ "svg",
1117
+ {
1118
+ width: size,
1119
+ height: size,
1120
+ viewBox: "0 -30.632 255.324 285.956",
1121
+ fill: "none",
1122
+ xmlns: "http://www.w3.org/2000/svg",
1123
+ className,
1124
+ onClick,
1125
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
1126
+ "aria-label": ariaLabel,
1127
+ tabIndex: onClick ? 0 : void 0,
1128
+ onKeyDown: onClick ? (e) => {
1129
+ if (e.key === "Enter" || e.key === " ") {
1130
+ e.preventDefault();
1131
+ onClick(e);
1132
+ }
1133
+ } : void 0,
1134
+ children
1135
+ }
1136
+ );
1137
+ }
1138
+ var topPath = "M244.658 0H121.707a55.502 55.502 0 0 0 55.502 55.502h22.649V77.37c.02 30.625 24.841 55.447 55.466 55.467V10.666C255.324 4.777 250.55 0 244.658 0z";
1139
+ var middlePath = "M183.822 61.262H60.872c.019 30.625 24.84 55.447 55.466 55.467h22.649v21.938c.039 30.625 24.877 55.43 55.502 55.43V71.93c0-5.891-4.776-10.667-10.667-10.667z";
1140
+ var bottomPath = "M122.951 122.489H0c0 30.653 24.85 55.502 55.502 55.502h22.72v21.867c.02 30.597 24.798 55.408 55.396 55.466V133.156c0-5.891-4.776-10.667-10.667-10.667z";
1141
+ var JiraIconColored = ({
1142
+ size = 24,
1143
+ className,
1144
+ onClick,
1145
+ "aria-label": ariaLabel
1146
+ }) => {
1147
+ const uid = react.useId();
1148
+ const gradA = `jira-a-${uid}`;
1149
+ const gradB = `jira-b-${uid}`;
1150
+ const gradC = `jira-c-${uid}`;
1151
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper4, { size, className, onClick, ariaLabel, children: [
1152
+ /* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
1153
+ /* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: gradA, children: [
1154
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: ".18", stopColor: "#0052cc" }),
1155
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "1", stopColor: "#2684ff" })
1156
+ ] }),
1157
+ /* @__PURE__ */ jsxRuntime.jsx(
1158
+ "linearGradient",
1159
+ {
1160
+ id: gradB,
1161
+ x1: "98.031%",
1162
+ x2: "58.888%",
1163
+ xlinkHref: `#${gradA}`,
1164
+ y1: ".161%",
1165
+ y2: "40.766%"
1166
+ }
1167
+ ),
1168
+ /* @__PURE__ */ jsxRuntime.jsx(
1169
+ "linearGradient",
1170
+ {
1171
+ id: gradC,
1172
+ x1: "100.665%",
1173
+ x2: "55.402%",
1174
+ xlinkHref: `#${gradA}`,
1175
+ y1: ".455%",
1176
+ y2: "44.727%"
1177
+ }
1178
+ )
1179
+ ] }),
1180
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: topPath, fill: "#2684ff" }),
1181
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: middlePath, fill: `url(#${gradB})` }),
1182
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: bottomPath, fill: `url(#${gradC})` })
1183
+ ] });
1184
+ };
1185
+ function MonoIcon4({
1186
+ size = 24,
1187
+ fill,
1188
+ className,
1189
+ onClick,
1190
+ ariaLabel
1191
+ }) {
1192
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper4, { size, className, onClick, ariaLabel, children: [
1193
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: topPath, fill }),
1194
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: middlePath, fill, opacity: "0.85" }),
1195
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: bottomPath, fill, opacity: "0.7" })
1196
+ ] });
1197
+ }
1198
+ function JiraIcon({
1199
+ variant = "colored",
1200
+ size = 24,
1201
+ className,
1202
+ onClick,
1203
+ "aria-label": ariaLabel = "Jira icon"
1204
+ }) {
1205
+ const iconProps = {
1206
+ size,
1207
+ className,
1208
+ onClick,
1209
+ "aria-label": ariaLabel
1210
+ };
1211
+ if (variant === "colored") {
1212
+ return /* @__PURE__ */ jsxRuntime.jsx(JiraIconColored, { ...iconProps });
1213
+ }
1214
+ const fill = variant === "black" ? "black" : "white";
1215
+ return /* @__PURE__ */ jsxRuntime.jsx(
1216
+ MonoIcon4,
1217
+ {
1218
+ size,
1219
+ fill,
1220
+ className,
1221
+ onClick,
1222
+ ariaLabel
1223
+ }
1224
+ );
1225
+ }
1226
+ JiraIcon.displayName = "JiraIcon";
369
1227
  var StyledIconWrapper2 = styled__default.default.button`
370
1228
  display: inline-flex;
371
1229
  align-items: center;
@@ -502,6 +1360,158 @@ function LinkedInIcon({
502
1360
  return /* @__PURE__ */ jsxRuntime.jsx("span", { className, style: { display: "inline-flex", width: size, height: size }, children: svgElement });
503
1361
  }
504
1362
  LinkedInIcon.displayName = "LinkedInIcon";
1363
+ var squarePath = "M11.501 3v8.5h-8.5V3zm0 18h-8.5v-8.5h8.5zm1-18h8.5v8.5h-8.5zm8.5 9.5V21h-8.5v-8.5z";
1364
+ function SvgBase({
1365
+ size,
1366
+ className,
1367
+ onClick,
1368
+ ariaLabel,
1369
+ children
1370
+ }) {
1371
+ return /* @__PURE__ */ jsxRuntime.jsx(
1372
+ "svg",
1373
+ {
1374
+ width: size,
1375
+ height: size,
1376
+ viewBox: "0 0 24 24",
1377
+ fill: "none",
1378
+ xmlns: "http://www.w3.org/2000/svg",
1379
+ className,
1380
+ onClick,
1381
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
1382
+ "aria-label": ariaLabel,
1383
+ tabIndex: onClick ? 0 : void 0,
1384
+ onKeyDown: onClick ? (e) => {
1385
+ if (e.key === "Enter" || e.key === " ") {
1386
+ e.preventDefault();
1387
+ onClick(e);
1388
+ }
1389
+ } : void 0,
1390
+ children
1391
+ }
1392
+ );
1393
+ }
1394
+ function MicrosoftIcon({
1395
+ variant = "colored",
1396
+ size = 24,
1397
+ className,
1398
+ onClick,
1399
+ "aria-label": ariaLabel = "Microsoft icon"
1400
+ }) {
1401
+ if (variant === "colored") {
1402
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgBase, { size, className, onClick, ariaLabel, children: [
1403
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "3", width: "8.5", height: "8.5", fill: "#F25022" }),
1404
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "12.5", width: "8.5", height: "8.5", fill: "#00A4EF" }),
1405
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "12.5", y: "3", width: "8.5", height: "8.5", fill: "#7FBA00" }),
1406
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "12.5", y: "12.5", width: "8.5", height: "8.5", fill: "#FFB900" })
1407
+ ] });
1408
+ }
1409
+ const fill = variant === "black" ? "black" : "white";
1410
+ return /* @__PURE__ */ jsxRuntime.jsx(SvgBase, { size, className, onClick, ariaLabel, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: squarePath }) });
1411
+ }
1412
+ MicrosoftIcon.displayName = "MicrosoftIcon";
1413
+ var svgPath4 = "M13.372 2.094a10.003 10.003 0 0 0-5.369 19.074 7.8 7.8 0 0 1 .162-2.292c.185-.839 1.296-5.463 1.296-5.463a3.7 3.7 0 0 1-.324-1.577c0-1.485.857-2.593 1.923-2.593a1.334 1.334 0 0 1 1.342 1.508c0 .9-.578 2.262-.88 3.54a1.544 1.544 0 0 0 1.575 1.923c1.897 0 3.17-2.431 3.17-5.301 0-2.201-1.457-3.847-4.143-3.847a4.746 4.746 0 0 0-4.93 4.793 2.96 2.96 0 0 0 .648 1.97.48.48 0 0 1 .162.554c-.046.184-.162.623-.208.785a.354.354 0 0 1-.51.253c-1.384-.554-2.036-2.077-2.036-3.816 0-2.847 2.384-6.255 7.154-6.255 3.796 0 6.319 2.777 6.319 5.747 0 3.909-2.176 6.848-5.393 6.848a2.86 2.86 0 0 1-2.454-1.246s-.579 2.316-.692 2.754a8 8 0 0 1-1.019 2.131c.923.28 1.882.42 2.846.416a9.99 9.99 0 0 0 9.996-10.002 10 10 0 0 0-8.635-9.904";
1414
+ function SvgIcon4({
1415
+ size = 24,
1416
+ fill,
1417
+ className,
1418
+ onClick,
1419
+ ariaLabel
1420
+ }) {
1421
+ return /* @__PURE__ */ jsxRuntime.jsx(
1422
+ "svg",
1423
+ {
1424
+ width: size,
1425
+ height: size,
1426
+ viewBox: "0 0 24 24",
1427
+ fill: "none",
1428
+ xmlns: "http://www.w3.org/2000/svg",
1429
+ className,
1430
+ onClick,
1431
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
1432
+ "aria-label": ariaLabel,
1433
+ tabIndex: onClick ? 0 : void 0,
1434
+ onKeyDown: onClick ? (e) => {
1435
+ if (e.key === "Enter" || e.key === " ") {
1436
+ e.preventDefault();
1437
+ onClick(e);
1438
+ }
1439
+ } : void 0,
1440
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: svgPath4 })
1441
+ }
1442
+ );
1443
+ }
1444
+ function PinterestIcon({
1445
+ variant = "colored",
1446
+ size = 24,
1447
+ className,
1448
+ onClick,
1449
+ "aria-label": ariaLabel = "Pinterest icon"
1450
+ }) {
1451
+ const fill = variant === "colored" ? "#E60023" : variant === "black" ? "black" : "white";
1452
+ return /* @__PURE__ */ jsxRuntime.jsx(
1453
+ SvgIcon4,
1454
+ {
1455
+ size,
1456
+ fill,
1457
+ className,
1458
+ onClick,
1459
+ ariaLabel
1460
+ }
1461
+ );
1462
+ }
1463
+ PinterestIcon.displayName = "PinterestIcon";
1464
+ var svgPath5 = "M59.68 81.18c0 20.36 10.33 42.32 33.05 42.32 16.85 0 33.9-13.16 33.9-42.62 0-25.83-13.4-43.17-33.33-43.17-16.25 0-33.62 11.41-33.62 43.47zm41.62-81.18c40.75 0 68.15 32.27 68.15 80.31 0 47.29-28.86 80.3-70.13 80.3-19.67 0-32.27-8.43-38.86-14.53.05 1.45.08 3.07.08 4.8v64.12H18.33V44.16c0-2.48-.8-3.27-3.26-3.27H.55V3.47h35.42c16.31 0 20.48 8.3 21.28 14.7C63.87 10.75 77.59 0 101.3 0z";
1465
+ function SvgIcon5({
1466
+ size = 24,
1467
+ fill,
1468
+ className,
1469
+ onClick,
1470
+ ariaLabel
1471
+ }) {
1472
+ return /* @__PURE__ */ jsxRuntime.jsx(
1473
+ "svg",
1474
+ {
1475
+ width: size,
1476
+ height: size,
1477
+ viewBox: "0 0 170 215",
1478
+ fill: "none",
1479
+ xmlns: "http://www.w3.org/2000/svg",
1480
+ className,
1481
+ onClick,
1482
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
1483
+ "aria-label": ariaLabel,
1484
+ tabIndex: onClick ? 0 : void 0,
1485
+ onKeyDown: onClick ? (e) => {
1486
+ if (e.key === "Enter" || e.key === " ") {
1487
+ e.preventDefault();
1488
+ onClick(e);
1489
+ }
1490
+ } : void 0,
1491
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: svgPath5 })
1492
+ }
1493
+ );
1494
+ }
1495
+ function PipedriveIcon({
1496
+ variant = "colored",
1497
+ size = 24,
1498
+ className,
1499
+ onClick,
1500
+ "aria-label": ariaLabel = "Pipedrive icon"
1501
+ }) {
1502
+ const fill = variant === "colored" ? "#017737" : variant === "black" ? "black" : "white";
1503
+ return /* @__PURE__ */ jsxRuntime.jsx(
1504
+ SvgIcon5,
1505
+ {
1506
+ size,
1507
+ fill,
1508
+ className,
1509
+ onClick,
1510
+ ariaLabel
1511
+ }
1512
+ );
1513
+ }
1514
+ PipedriveIcon.displayName = "PipedriveIcon";
505
1515
  var StyledIconWrapper3 = styled__default.default.button`
506
1516
  display: inline-flex;
507
1517
  align-items: center;
@@ -779,6 +1789,92 @@ function RedditIcon({
779
1789
  );
780
1790
  }
781
1791
  RedditIcon.displayName = "RedditIcon";
1792
+ function SvgWrapper5({
1793
+ size,
1794
+ className,
1795
+ onClick,
1796
+ ariaLabel,
1797
+ children
1798
+ }) {
1799
+ return /* @__PURE__ */ jsxRuntime.jsx(
1800
+ "svg",
1801
+ {
1802
+ width: size,
1803
+ height: size,
1804
+ viewBox: "0 0 128 128",
1805
+ fill: "none",
1806
+ xmlns: "http://www.w3.org/2000/svg",
1807
+ className,
1808
+ onClick,
1809
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
1810
+ "aria-label": ariaLabel,
1811
+ tabIndex: onClick ? 0 : void 0,
1812
+ onKeyDown: onClick ? (e) => {
1813
+ if (e.key === "Enter" || e.key === " ") {
1814
+ e.preventDefault();
1815
+ onClick(e);
1816
+ }
1817
+ } : void 0,
1818
+ children
1819
+ }
1820
+ );
1821
+ }
1822
+ var SendGridIconColored = ({
1823
+ size = 24,
1824
+ className,
1825
+ onClick,
1826
+ "aria-label": ariaLabel
1827
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper5, { size, className, onClick, ariaLabel, children: [
1828
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M127.3 0H42.4v42.4H0v84.9h84.9V84.9h42.4z" }),
1829
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#00b2e3", opacity: "0.4", d: "M0 42.4v42.5h42.4v42.4h42.5V42.4z" }),
1830
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#1a82e2", d: "M0 84.9h42.4v42.4H0z" }),
1831
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#00b2e3", d: "M84.9 42.4V0H42.4v84.9h84.9V42.4z" }),
1832
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#1a82e2", d: "M84.9 0h42.4v42.4H84.9z" })
1833
+ ] });
1834
+ function MonoIcon5({
1835
+ size = 24,
1836
+ fill,
1837
+ className,
1838
+ onClick,
1839
+ ariaLabel
1840
+ }) {
1841
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper5, { size, className, onClick, ariaLabel, children: [
1842
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: "M127.3 0H42.4v42.4H0v84.9h84.9V84.9h42.4z" }),
1843
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, opacity: "0.4", d: "M0 42.4v42.5h42.4v42.4h42.5V42.4z" }),
1844
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: "M0 84.9h42.4v42.4H0z" }),
1845
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: "M84.9 42.4V0H42.4v84.9h84.9V42.4z" }),
1846
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: "M84.9 0h42.4v42.4H84.9z" })
1847
+ ] });
1848
+ }
1849
+ function SendGridIcon({
1850
+ variant = "colored",
1851
+ size = 24,
1852
+ className,
1853
+ onClick,
1854
+ "aria-label": ariaLabel = "SendGrid icon"
1855
+ }) {
1856
+ const iconProps = {
1857
+ size,
1858
+ className,
1859
+ onClick,
1860
+ "aria-label": ariaLabel
1861
+ };
1862
+ if (variant === "colored") {
1863
+ return /* @__PURE__ */ jsxRuntime.jsx(SendGridIconColored, { ...iconProps });
1864
+ }
1865
+ const fill = variant === "black" ? "black" : "white";
1866
+ return /* @__PURE__ */ jsxRuntime.jsx(
1867
+ MonoIcon5,
1868
+ {
1869
+ size,
1870
+ fill,
1871
+ className,
1872
+ onClick,
1873
+ ariaLabel
1874
+ }
1875
+ );
1876
+ }
1877
+ SendGridIcon.displayName = "SendGridIcon";
782
1878
  var SlackIconColored = ({
783
1879
  size = 24,
784
1880
  className,
@@ -970,6 +2066,57 @@ function SlackIcon({
970
2066
  }
971
2067
  }
972
2068
  SlackIcon.displayName = "SlackIcon";
2069
+ var svgPath6 = "M3.08378 15.2505C1.42044 15.2505 0.483972 13.3382 1.5038 12.0242L10.2099 0.806805C10.794 0.0542044 11.9999 0.467253 11.9999 1.41993V8.75048H20.9159C22.5793 8.75048 23.5157 10.6627 22.4959 11.9767L13.7898 23.1941C13.2057 23.9467 11.9999 23.5337 11.9999 22.581V15.2505H3.08378Z";
2070
+ function SvgIcon6({
2071
+ size = 24,
2072
+ fill,
2073
+ className,
2074
+ onClick,
2075
+ ariaLabel
2076
+ }) {
2077
+ return /* @__PURE__ */ jsxRuntime.jsx(
2078
+ "svg",
2079
+ {
2080
+ width: size,
2081
+ height: size,
2082
+ viewBox: "0 0 24 24",
2083
+ fill: "none",
2084
+ xmlns: "http://www.w3.org/2000/svg",
2085
+ className,
2086
+ onClick,
2087
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
2088
+ "aria-label": ariaLabel,
2089
+ tabIndex: onClick ? 0 : void 0,
2090
+ onKeyDown: onClick ? (e) => {
2091
+ if (e.key === "Enter" || e.key === " ") {
2092
+ e.preventDefault();
2093
+ onClick(e);
2094
+ }
2095
+ } : void 0,
2096
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: svgPath6 })
2097
+ }
2098
+ );
2099
+ }
2100
+ function SupabaseIcon({
2101
+ variant = "colored",
2102
+ size = 24,
2103
+ className,
2104
+ onClick,
2105
+ "aria-label": ariaLabel = "Supabase icon"
2106
+ }) {
2107
+ const fill = variant === "colored" ? "#3ECF8E" : variant === "black" ? "black" : "white";
2108
+ return /* @__PURE__ */ jsxRuntime.jsx(
2109
+ SvgIcon6,
2110
+ {
2111
+ size,
2112
+ fill,
2113
+ className,
2114
+ onClick,
2115
+ ariaLabel
2116
+ }
2117
+ );
2118
+ }
2119
+ SupabaseIcon.displayName = "SupabaseIcon";
973
2120
  function TelegramIcon({
974
2121
  variant = "colored",
975
2122
  size = 24,
@@ -1062,6 +2209,166 @@ function TelegramIcon({
1062
2209
  ) });
1063
2210
  }
1064
2211
  TelegramIcon.displayName = "TelegramIcon";
2212
+ function SvgWrapper6({
2213
+ size,
2214
+ className,
2215
+ onClick,
2216
+ ariaLabel,
2217
+ children
2218
+ }) {
2219
+ return /* @__PURE__ */ jsxRuntime.jsx(
2220
+ "svg",
2221
+ {
2222
+ width: size,
2223
+ height: size,
2224
+ viewBox: "0 0 256 256",
2225
+ fill: "none",
2226
+ xmlns: "http://www.w3.org/2000/svg",
2227
+ className,
2228
+ onClick,
2229
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
2230
+ "aria-label": ariaLabel,
2231
+ tabIndex: onClick ? 0 : void 0,
2232
+ onKeyDown: onClick ? (e) => {
2233
+ if (e.key === "Enter" || e.key === " ") {
2234
+ e.preventDefault();
2235
+ onClick(e);
2236
+ }
2237
+ } : void 0,
2238
+ children
2239
+ }
2240
+ );
2241
+ }
2242
+ var bgPath = "M224.001997,0 L31.9980026,0 C14.3579381,0.0394964443 0.0614809418,14.336846 0,32 L0,224 C0,241.6 14.3971038,256 31.9980026,256 L224.001997,256 C241.602896,256 256,241.6 256,224 L256,32 C256,14.4 241.602896,0 224.001997,0";
2243
+ var stripePath1 = "M54.132778,120.802491 C58.5960224,118.196275 154.476075,62.477451 156.667847,61.1862981 C158.859619,59.9110855 158.97917,55.9898065 156.508446,54.5711324 C154.053661,53.1604284 149.391165,50.4824817 147.661658,49.4543415 C145.192242,48.0957707 142.191169,48.132074 139.755339,49.5499825 C138.527947,50.2672896 56.6035026,97.8486625 53.8697654,99.4107981 C50.5781227,101.291737 46.5372925,101.323617 43.2695601,99.4107981 L0,74.0181257 L0,95.6011002 C10.5205046,101.801822 36.7181549,117.200015 43.062338,120.826401 C46.8481256,122.978322 50.4745117,122.930502 54.1407481,120.802491";
2244
+ var stripePath2 = "M54.132778,161.609296 C58.5960224,159.00308 154.476075,103.284257 156.667847,101.993104 C158.859619,100.717891 158.97917,96.7966121 156.508446,95.377938 C154.053661,93.9672339 149.391165,91.2892873 147.661658,90.2611471 C145.192242,88.9025763 142.191169,88.9388796 139.755339,90.3567881 C138.527947,91.0740952 56.6035026,138.655468 53.8697654,140.217604 C50.5781227,142.098542 46.5372925,142.130423 43.2695601,140.217604 L0,114.824931 L0,136.407906 C10.5205046,142.608627 36.7181549,158.00682 43.062338,161.633206 C46.8481256,163.785128 50.4745117,163.737307 54.1407481,161.609296";
2245
+ var stripePath3 = "M54.132778,204.966527 C58.5960224,202.360311 154.476075,146.641487 156.667847,145.350335 C158.859619,144.075122 158.97917,140.153843 156.508446,138.735169 C154.053661,137.324465 149.391165,134.646518 147.661658,133.618378 C145.192242,132.259807 142.191169,132.29611 139.755339,133.714019 C138.527947,134.431326 56.6035026,182.012699 53.8697654,183.574835 C50.5781227,185.455773 46.5372925,185.487654 43.2695601,183.574835 L0,158.182162 L0,179.765137 C10.5205046,185.965858 36.7181549,201.364051 43.062338,204.990437 C46.8481256,207.142359 50.4745117,207.094538 54.1407481,204.966527";
2246
+ var TodoistIconColored = ({
2247
+ size = 24,
2248
+ className,
2249
+ onClick,
2250
+ "aria-label": ariaLabel
2251
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper6, { size, className, onClick, ariaLabel, children: [
2252
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#E44332", d: bgPath }),
2253
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#FFFFFF", d: stripePath1 }),
2254
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#FFFFFF", d: stripePath2 }),
2255
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#FFFFFF", d: stripePath3 })
2256
+ ] });
2257
+ function MonoIcon6({
2258
+ size = 24,
2259
+ fill,
2260
+ className,
2261
+ onClick,
2262
+ ariaLabel
2263
+ }) {
2264
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgWrapper6, { size, className, onClick, ariaLabel, children: [
2265
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: bgPath }),
2266
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: fill === "black" ? "white" : "black", d: stripePath1 }),
2267
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: fill === "black" ? "white" : "black", d: stripePath2 }),
2268
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: fill === "black" ? "white" : "black", d: stripePath3 })
2269
+ ] });
2270
+ }
2271
+ function TodoistIcon({
2272
+ variant = "colored",
2273
+ size = 24,
2274
+ className,
2275
+ onClick,
2276
+ "aria-label": ariaLabel = "Todoist icon"
2277
+ }) {
2278
+ const iconProps = {
2279
+ size,
2280
+ className,
2281
+ onClick,
2282
+ "aria-label": ariaLabel
2283
+ };
2284
+ if (variant === "colored") {
2285
+ return /* @__PURE__ */ jsxRuntime.jsx(TodoistIconColored, { ...iconProps });
2286
+ }
2287
+ const fill = variant === "black" ? "black" : "white";
2288
+ return /* @__PURE__ */ jsxRuntime.jsx(
2289
+ MonoIcon6,
2290
+ {
2291
+ size,
2292
+ fill,
2293
+ className,
2294
+ onClick,
2295
+ ariaLabel
2296
+ }
2297
+ );
2298
+ }
2299
+ TodoistIcon.displayName = "TodoistIcon";
2300
+ var bgPath2 = "M55.16 1.5H7.88a7.88 7.88 0 0 0-5.572 2.308A7.88 7.88 0 0 0 0 9.39v47.28a7.88 7.88 0 0 0 7.88 7.88h47.28A7.88 7.88 0 0 0 63 56.67V9.4a7.88 7.88 0 0 0-7.84-7.88z";
2301
+ var leftCardPath = "M27.42 49.26A3.78 3.78 0 0 1 23.64 53H12a3.78 3.78 0 0 1-3.8-3.74V13.5A3.78 3.78 0 0 1 12 9.71h11.64a3.78 3.78 0 0 1 3.78 3.78z";
2302
+ var rightCardPath = "M54.85 33.5a3.78 3.78 0 0 1-3.78 3.78H39.4a3.78 3.78 0 0 1-3.78-3.78v-20a3.78 3.78 0 0 1 3.78-3.79h11.67a3.78 3.78 0 0 1 3.78 3.78z";
2303
+ function SvgBase2({
2304
+ size,
2305
+ className,
2306
+ onClick,
2307
+ ariaLabel,
2308
+ children
2309
+ }) {
2310
+ return /* @__PURE__ */ jsxRuntime.jsx(
2311
+ "svg",
2312
+ {
2313
+ width: size,
2314
+ height: size,
2315
+ viewBox: "0 0 63 65",
2316
+ fill: "none",
2317
+ xmlns: "http://www.w3.org/2000/svg",
2318
+ className,
2319
+ onClick,
2320
+ role: onClick ? "button" : ariaLabel ? "img" : "presentation",
2321
+ "aria-label": ariaLabel,
2322
+ tabIndex: onClick ? 0 : void 0,
2323
+ onKeyDown: onClick ? (e) => {
2324
+ if (e.key === "Enter" || e.key === " ") {
2325
+ e.preventDefault();
2326
+ onClick(e);
2327
+ }
2328
+ } : void 0,
2329
+ children
2330
+ }
2331
+ );
2332
+ }
2333
+ function TrelloIcon({
2334
+ variant = "colored",
2335
+ size = 24,
2336
+ className,
2337
+ onClick,
2338
+ "aria-label": ariaLabel = "Trello icon"
2339
+ }) {
2340
+ const gradId = react.useId();
2341
+ if (variant === "colored") {
2342
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgBase2, { size, className, onClick, ariaLabel, children: [
2343
+ /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsxs(
2344
+ "linearGradient",
2345
+ {
2346
+ id: gradId,
2347
+ x1: "31.52",
2348
+ y1: "64.56",
2349
+ x2: "31.52",
2350
+ y2: "1.51",
2351
+ gradientUnits: "userSpaceOnUse",
2352
+ children: [
2353
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: ".18", stopColor: "#0052CC" }),
2354
+ /* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "1", stopColor: "#2684FF" })
2355
+ ]
2356
+ }
2357
+ ) }),
2358
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: `url(#${gradId})`, d: bgPath2 }),
2359
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "white", d: leftCardPath }),
2360
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "white", d: rightCardPath })
2361
+ ] });
2362
+ }
2363
+ const fill = variant === "black" ? "black" : "white";
2364
+ const cardFill = variant === "black" ? "white" : "black";
2365
+ return /* @__PURE__ */ jsxRuntime.jsxs(SvgBase2, { size, className, onClick, ariaLabel, children: [
2366
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill, d: bgPath2 }),
2367
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: cardFill, d: leftCardPath }),
2368
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: cardFill, d: rightCardPath })
2369
+ ] });
2370
+ }
2371
+ TrelloIcon.displayName = "TrelloIcon";
1065
2372
  function WhatsAppIcon({
1066
2373
  variant = "colored",
1067
2374
  size = 24,
@@ -1317,14 +2624,30 @@ function YouTubeIcon({
1317
2624
  }
1318
2625
  YouTubeIcon.displayName = "YouTubeIcon";
1319
2626
 
2627
+ exports.AirtableIcon = AirtableIcon;
2628
+ exports.AmazonIcon = AmazonIcon;
2629
+ exports.AsanaIcon = AsanaIcon;
2630
+ exports.CalendlyIcon = CalendlyIcon;
2631
+ exports.ClickUpIcon = ClickUpIcon;
2632
+ exports.DropboxIcon = DropboxIcon;
1320
2633
  exports.FacebookIcon = FacebookIcon;
2634
+ exports.GitHubIcon = GitHubIcon;
2635
+ exports.GitLabIcon = GitLabIcon;
1321
2636
  exports.GmailIcon = GmailIcon;
1322
2637
  exports.InstagramIcon = InstagramIcon;
2638
+ exports.JiraIcon = JiraIcon;
1323
2639
  exports.LinkedInIcon = LinkedInIcon;
2640
+ exports.MicrosoftIcon = MicrosoftIcon;
2641
+ exports.PinterestIcon = PinterestIcon;
2642
+ exports.PipedriveIcon = PipedriveIcon;
1324
2643
  exports.PostizIcon = PostizIcon;
1325
2644
  exports.RedditIcon = RedditIcon;
2645
+ exports.SendGridIcon = SendGridIcon;
1326
2646
  exports.SlackIcon = SlackIcon;
2647
+ exports.SupabaseIcon = SupabaseIcon;
1327
2648
  exports.TelegramIcon = TelegramIcon;
2649
+ exports.TodoistIcon = TodoistIcon;
2650
+ exports.TrelloIcon = TrelloIcon;
1328
2651
  exports.WhatsAppIcon = WhatsAppIcon;
1329
2652
  exports.XIcon = XIcon;
1330
2653
  exports.YouTubeIcon = YouTubeIcon;