@mirohq/design-system-icons 0.5.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +2049 -378
- package/dist/main.js.map +1 -1
- package/dist/module.js +1989 -379
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +123 -1
- package/package.json +1 -1
- package/react/add-line-bottom.tsx +33 -0
- package/react/add-line-right.tsx +33 -0
- package/react/align-center-horizontal.tsx +32 -0
- package/react/align-center-vertical.tsx +32 -0
- package/react/bookmark.tsx +34 -0
- package/react/cube.tsx +34 -0
- package/react/cursor-text.tsx +34 -0
- package/react/curve-square-circle-arrow.tsx +34 -0
- package/react/distribute-horizontal.tsx +27 -0
- package/react/distribute-vertical.tsx +35 -0
- package/react/eraser.tsx +34 -0
- package/react/eyedropper.tsx +31 -0
- package/react/grid-four.tsx +34 -0
- package/react/grid-six.tsx +34 -0
- package/react/highlighter-underline.tsx +25 -0
- package/react/highlighter.tsx +34 -0
- package/react/index.ts +61 -0
- package/react/lasso.tsx +34 -0
- package/react/layout.tsx +34 -0
- package/react/line-curved.tsx +34 -0
- package/react/line-dashed.tsx +34 -0
- package/react/line-dotted.tsx +28 -0
- package/react/line-horizontal.tsx +34 -0
- package/react/line-orthogonal.tsx +34 -0
- package/react/line-straight.tsx +34 -0
- package/react/lines-three-horizontal-line-vertical-center.tsx +34 -0
- package/react/lines-three-horizontal.tsx +33 -0
- package/react/lines-three-vertical.tsx +33 -0
- package/react/list-bullets.tsx +31 -0
- package/react/list-numbers.tsx +34 -0
- package/react/minus.tsx +1 -1
- package/react/pen-tip.tsx +34 -0
- package/react/pen.tsx +34 -0
- package/react/plus-text.tsx +34 -0
- package/react/prohibit.tsx +32 -0
- package/react/rectangles-three-aligned.tsx +34 -0
- package/react/rectangles-three-free.tsx +34 -0
- package/react/rectangles-three-overlap.tsx +34 -0
- package/react/rectangles-two-line.tsx +34 -0
- package/react/split-vertical.tsx +34 -0
- package/react/square-line-square-dashed.tsx +34 -0
- package/react/squares-group.tsx +32 -0
- package/react/squares-merge.tsx +31 -0
- package/react/squares-two-overlap.tsx +34 -0
- package/react/squares-ungroup.tsx +31 -0
- package/react/squares-unmerge.tsx +34 -0
- package/react/stack.tsx +34 -0
- package/react/text-a-underline.tsx +25 -0
- package/react/text-align-center.tsx +34 -0
- package/react/text-align-left.tsx +34 -0
- package/react/text-b-bold-italic-underlined.tsx +24 -0
- package/react/text-b-bold.tsx +34 -0
- package/react/text-h-one.tsx +34 -0
- package/react/text-h-three.tsx +34 -0
- package/react/text-h-two.tsx +34 -0
- package/react/text-i-italic.tsx +33 -0
- package/react/text-indent.tsx +34 -0
- package/react/text-lines-three.tsx +34 -0
- package/react/text-s-strikethrough.tsx +34 -0
- package/react/text-styles.tsx +33 -0
- package/react/text-u-underlined.tsx +34 -0
- package/react/view-center.tsx +28 -0
- package/react/view-side-left.tsx +28 -0
- package/svg/24/add-line-bottom.svg +1 -0
- package/svg/24/add-line-right.svg +1 -0
- package/svg/24/align-center-horizontal.svg +1 -0
- package/svg/24/align-center-vertical.svg +1 -0
- package/svg/24/bookmark.svg +1 -0
- package/svg/24/cube.svg +1 -0
- package/svg/24/cursor-text.svg +1 -0
- package/svg/24/curve-square-circle-arrow.svg +1 -0
- package/svg/24/distribute-horizontal.svg +1 -0
- package/svg/24/distribute-vertical.svg +1 -0
- package/svg/24/eraser.svg +1 -0
- package/svg/24/eyedropper.svg +1 -0
- package/svg/24/grid-four.svg +1 -0
- package/svg/24/grid-six.svg +1 -0
- package/svg/24/highlighter-underline.svg +1 -0
- package/svg/24/highlighter.svg +1 -0
- package/svg/24/lasso.svg +1 -0
- package/svg/24/layout.svg +1 -0
- package/svg/24/line-curved.svg +1 -0
- package/svg/24/line-dashed.svg +1 -0
- package/svg/24/line-dotted.svg +1 -0
- package/svg/24/line-horizontal.svg +1 -0
- package/svg/24/line-orthogonal.svg +1 -0
- package/svg/24/line-straight.svg +1 -0
- package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -0
- package/svg/24/lines-three-horizontal.svg +1 -0
- package/svg/24/lines-three-vertical.svg +1 -0
- package/svg/24/list-bullets.svg +1 -0
- package/svg/24/list-numbers.svg +1 -0
- package/svg/24/minus.svg +1 -1
- package/svg/24/pen-tip.svg +1 -0
- package/svg/24/pen.svg +1 -0
- package/svg/24/plus-text.svg +1 -0
- package/svg/24/prohibit.svg +1 -0
- package/svg/24/rectangles-three-aligned.svg +1 -0
- package/svg/24/rectangles-three-free.svg +1 -0
- package/svg/24/rectangles-three-overlap.svg +1 -0
- package/svg/24/rectangles-two-line.svg +1 -0
- package/svg/24/split-vertical.svg +1 -0
- package/svg/24/square-line-square-dashed.svg +1 -0
- package/svg/24/squares-group.svg +1 -0
- package/svg/24/squares-merge.svg +1 -0
- package/svg/24/squares-two-overlap.svg +1 -0
- package/svg/24/squares-ungroup.svg +1 -0
- package/svg/24/squares-unmerge.svg +1 -0
- package/svg/24/stack.svg +1 -0
- package/svg/24/text-a-underline.svg +1 -0
- package/svg/24/text-align-center.svg +1 -0
- package/svg/24/text-align-left.svg +1 -0
- package/svg/24/text-b-bold-italic-underlined.svg +1 -0
- package/svg/24/text-b-bold.svg +1 -0
- package/svg/24/text-h-one.svg +1 -0
- package/svg/24/text-h-three.svg +1 -0
- package/svg/24/text-h-two.svg +1 -0
- package/svg/24/text-i-italic.svg +1 -0
- package/svg/24/text-indent.svg +1 -0
- package/svg/24/text-lines-three.svg +1 -0
- package/svg/24/text-s-strikethrough.svg +1 -0
- package/svg/24/text-styles.svg +1 -0
- package/svg/24/text-u-underlined.svg +1 -0
- package/svg/24/view-center.svg +1 -0
- package/svg/24/view-side-left.svg +1 -0
- package/svg/meta.json +490 -0
package/dist/module.js
CHANGED
|
@@ -23,6 +23,58 @@ const StyledIcon = styled(Primitive.svg, {
|
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
25
|
|
|
26
|
+
const IconAddLineBottom = forwardRef(
|
|
27
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
28
|
+
StyledIcon,
|
|
29
|
+
{
|
|
30
|
+
...props,
|
|
31
|
+
size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none",
|
|
34
|
+
ref: forwardRef2
|
|
35
|
+
},
|
|
36
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
37
|
+
clipPath: "url(#a)"
|
|
38
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeWidth: 2,
|
|
42
|
+
d: "M21 5H3m13 10h-4m0 0H8m4 0v-4m0 4v4"
|
|
43
|
+
})),
|
|
44
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
45
|
+
id: "a"
|
|
46
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
47
|
+
d: "M0 0h24v24H0z"
|
|
48
|
+
})))
|
|
49
|
+
)
|
|
50
|
+
);
|
|
51
|
+
|
|
52
|
+
const IconAddLineRight = forwardRef(
|
|
53
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
54
|
+
StyledIcon,
|
|
55
|
+
{
|
|
56
|
+
...props,
|
|
57
|
+
size,
|
|
58
|
+
viewBox: "0 0 24 24",
|
|
59
|
+
fill: "none",
|
|
60
|
+
ref: forwardRef2
|
|
61
|
+
},
|
|
62
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
63
|
+
clipPath: "url(#a)"
|
|
64
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
65
|
+
stroke: "currentColor",
|
|
66
|
+
strokeLinecap: "round",
|
|
67
|
+
strokeWidth: 2,
|
|
68
|
+
d: "M5 3v18M15 8v4m0 0v4m0-4h-4m4 0h4"
|
|
69
|
+
})),
|
|
70
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
71
|
+
id: "a"
|
|
72
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
73
|
+
d: "M0 0h24v24H0z"
|
|
74
|
+
})))
|
|
75
|
+
)
|
|
76
|
+
);
|
|
77
|
+
|
|
26
78
|
const IconAlignBottom = forwardRef(
|
|
27
79
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
28
80
|
StyledIcon,
|
|
@@ -48,6 +100,56 @@ const IconAlignBottom = forwardRef(
|
|
|
48
100
|
)
|
|
49
101
|
);
|
|
50
102
|
|
|
103
|
+
const IconAlignCenterHorizontal = forwardRef(
|
|
104
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
105
|
+
StyledIcon,
|
|
106
|
+
{
|
|
107
|
+
...props,
|
|
108
|
+
size,
|
|
109
|
+
viewBox: "0 0 24 24",
|
|
110
|
+
fill: "none",
|
|
111
|
+
ref: forwardRef2
|
|
112
|
+
},
|
|
113
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
114
|
+
stroke: "currentColor",
|
|
115
|
+
strokeLinecap: "round",
|
|
116
|
+
strokeLinejoin: "round",
|
|
117
|
+
strokeMiterlimit: 1.414,
|
|
118
|
+
strokeWidth: 2,
|
|
119
|
+
d: "M12 3v18"
|
|
120
|
+
}),
|
|
121
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
122
|
+
fill: "currentColor",
|
|
123
|
+
d: "M19.5 7a1.5 1.5 0 0 1 0 3h-15a1.5 1.5 0 1 1 0-3h15Zm-3 7a1.5 1.5 0 0 1 0 3h-9a1.5 1.5 0 0 1 0-3h9Z"
|
|
124
|
+
})
|
|
125
|
+
)
|
|
126
|
+
);
|
|
127
|
+
|
|
128
|
+
const IconAlignCenterVertical = forwardRef(
|
|
129
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
130
|
+
StyledIcon,
|
|
131
|
+
{
|
|
132
|
+
...props,
|
|
133
|
+
size,
|
|
134
|
+
viewBox: "0 0 24 24",
|
|
135
|
+
fill: "none",
|
|
136
|
+
ref: forwardRef2
|
|
137
|
+
},
|
|
138
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
139
|
+
stroke: "currentColor",
|
|
140
|
+
strokeLinecap: "round",
|
|
141
|
+
strokeLinejoin: "round",
|
|
142
|
+
strokeMiterlimit: 1.414,
|
|
143
|
+
strokeWidth: 2,
|
|
144
|
+
d: "M3 12h18"
|
|
145
|
+
}),
|
|
146
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
147
|
+
fill: "currentColor",
|
|
148
|
+
d: "M7 4.5a1.5 1.5 0 1 1 3 0v15a1.5 1.5 0 0 1-3 0v-15Zm7 3a1.5 1.5 0 0 1 3 0v9a1.5 1.5 0 0 1-3 0v-9Z"
|
|
149
|
+
})
|
|
150
|
+
)
|
|
151
|
+
);
|
|
152
|
+
|
|
51
153
|
const IconAlignLeft = forwardRef(
|
|
52
154
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
53
155
|
StyledIcon,
|
|
@@ -594,6 +696,33 @@ const IconBell = forwardRef(
|
|
|
594
696
|
)
|
|
595
697
|
);
|
|
596
698
|
|
|
699
|
+
const IconBookmark = forwardRef(
|
|
700
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
701
|
+
StyledIcon,
|
|
702
|
+
{
|
|
703
|
+
...props,
|
|
704
|
+
size,
|
|
705
|
+
viewBox: "0 0 24 24",
|
|
706
|
+
fill: "none",
|
|
707
|
+
ref: forwardRef2
|
|
708
|
+
},
|
|
709
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
710
|
+
clipPath: "url(#a)"
|
|
711
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
712
|
+
stroke: "currentColor",
|
|
713
|
+
strokeLinecap: "round",
|
|
714
|
+
strokeLinejoin: "round",
|
|
715
|
+
strokeWidth: 2,
|
|
716
|
+
d: "M17.5 3h-11a.5.5 0 0 0-.5.5V21l6-4.5 6 4.5V3.5a.5.5 0 0 0-.5-.5Z"
|
|
717
|
+
})),
|
|
718
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
719
|
+
id: "a"
|
|
720
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
721
|
+
d: "M0 0h24v24H0z"
|
|
722
|
+
})))
|
|
723
|
+
)
|
|
724
|
+
);
|
|
725
|
+
|
|
597
726
|
const IconBracketsAngleSlash = forwardRef(
|
|
598
727
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
599
728
|
StyledIcon,
|
|
@@ -1309,30 +1438,7 @@ const IconCross = forwardRef(
|
|
|
1309
1438
|
)
|
|
1310
1439
|
);
|
|
1311
1440
|
|
|
1312
|
-
const
|
|
1313
|
-
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1314
|
-
StyledIcon,
|
|
1315
|
-
{
|
|
1316
|
-
...props,
|
|
1317
|
-
size,
|
|
1318
|
-
viewBox: "0 0 24 24",
|
|
1319
|
-
fill: "none",
|
|
1320
|
-
ref: forwardRef2
|
|
1321
|
-
},
|
|
1322
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1323
|
-
stroke: "currentColor",
|
|
1324
|
-
strokeLinecap: "round",
|
|
1325
|
-
strokeWidth: 2,
|
|
1326
|
-
d: "m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"
|
|
1327
|
-
}),
|
|
1328
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1329
|
-
fill: "currentColor",
|
|
1330
|
-
d: "M17.84 13.315 8.406 4.069C8.25 3.916 8 4.035 8 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.468.468 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z"
|
|
1331
|
-
})
|
|
1332
|
-
)
|
|
1333
|
-
);
|
|
1334
|
-
|
|
1335
|
-
const IconCursor = forwardRef(
|
|
1441
|
+
const IconCube = forwardRef(
|
|
1336
1442
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1337
1443
|
StyledIcon,
|
|
1338
1444
|
{
|
|
@@ -1347,8 +1453,9 @@ const IconCursor = forwardRef(
|
|
|
1347
1453
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1348
1454
|
stroke: "currentColor",
|
|
1349
1455
|
strokeLinecap: "round",
|
|
1456
|
+
strokeLinejoin: "round",
|
|
1350
1457
|
strokeWidth: 2,
|
|
1351
|
-
d: "
|
|
1458
|
+
d: "m21 7-9-3-9 3m18 0-9 3m9-3v11l-9 3m0-11L3 7m9 3v11M3 7v11l9 3"
|
|
1352
1459
|
})),
|
|
1353
1460
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1354
1461
|
id: "a"
|
|
@@ -1358,7 +1465,7 @@ const IconCursor = forwardRef(
|
|
|
1358
1465
|
)
|
|
1359
1466
|
);
|
|
1360
1467
|
|
|
1361
|
-
const
|
|
1468
|
+
const IconCursorFilled = forwardRef(
|
|
1362
1469
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1363
1470
|
StyledIcon,
|
|
1364
1471
|
{
|
|
@@ -1372,12 +1479,16 @@ const IconEnvelope = forwardRef(
|
|
|
1372
1479
|
stroke: "currentColor",
|
|
1373
1480
|
strokeLinecap: "round",
|
|
1374
1481
|
strokeWidth: 2,
|
|
1375
|
-
d: "
|
|
1482
|
+
d: "m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"
|
|
1483
|
+
}),
|
|
1484
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1485
|
+
fill: "currentColor",
|
|
1486
|
+
d: "M17.84 13.315 8.406 4.069C8.25 3.916 8 4.035 8 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.468.468 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z"
|
|
1376
1487
|
})
|
|
1377
1488
|
)
|
|
1378
1489
|
);
|
|
1379
1490
|
|
|
1380
|
-
const
|
|
1491
|
+
const IconCursorText = forwardRef(
|
|
1381
1492
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1382
1493
|
StyledIcon,
|
|
1383
1494
|
{
|
|
@@ -1387,20 +1498,24 @@ const IconExclamationPointCircle = forwardRef(
|
|
|
1387
1498
|
fill: "none",
|
|
1388
1499
|
ref: forwardRef2
|
|
1389
1500
|
},
|
|
1390
|
-
/* @__PURE__ */ React.createElement("
|
|
1501
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1502
|
+
clipPath: "url(#a)"
|
|
1503
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1391
1504
|
stroke: "currentColor",
|
|
1392
1505
|
strokeLinecap: "round",
|
|
1506
|
+
strokeLinejoin: "round",
|
|
1393
1507
|
strokeWidth: 2,
|
|
1394
|
-
d: "
|
|
1395
|
-
}),
|
|
1396
|
-
/* @__PURE__ */ React.createElement("
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1508
|
+
d: "M7 5h3a2 2 0 0 1 2 2m0 0v10m0-10a2 2 0 0 1 2-2h3m-5 12a2 2 0 0 1-2 2H7m5-2a2 2 0 0 0 2 2h3"
|
|
1509
|
+
})),
|
|
1510
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1511
|
+
id: "a"
|
|
1512
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1513
|
+
d: "M0 0h24v24H0z"
|
|
1514
|
+
})))
|
|
1400
1515
|
)
|
|
1401
1516
|
);
|
|
1402
1517
|
|
|
1403
|
-
const
|
|
1518
|
+
const IconCursor = forwardRef(
|
|
1404
1519
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1405
1520
|
StyledIcon,
|
|
1406
1521
|
{
|
|
@@ -1416,7 +1531,7 @@ const IconFactoryHouse = forwardRef(
|
|
|
1416
1531
|
stroke: "currentColor",
|
|
1417
1532
|
strokeLinecap: "round",
|
|
1418
1533
|
strokeWidth: 2,
|
|
1419
|
-
d: "
|
|
1534
|
+
d: "m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"
|
|
1420
1535
|
})),
|
|
1421
1536
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1422
1537
|
id: "a"
|
|
@@ -1426,7 +1541,7 @@ const IconFactoryHouse = forwardRef(
|
|
|
1426
1541
|
)
|
|
1427
1542
|
);
|
|
1428
1543
|
|
|
1429
|
-
const
|
|
1544
|
+
const IconCurveSquareCircleArrow = forwardRef(
|
|
1430
1545
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1431
1546
|
StyledIcon,
|
|
1432
1547
|
{
|
|
@@ -1441,8 +1556,9 @@ const IconFactory = forwardRef(
|
|
|
1441
1556
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1442
1557
|
stroke: "currentColor",
|
|
1443
1558
|
strokeLinecap: "round",
|
|
1559
|
+
strokeLinejoin: "round",
|
|
1444
1560
|
strokeWidth: 2,
|
|
1445
|
-
d: "
|
|
1561
|
+
d: "M11 6h-1a4 4 0 0 0-4 4v1m8 7h8m0 0-2-3m2 3-2 3m-10-3a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm6-16h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Z"
|
|
1446
1562
|
})),
|
|
1447
1563
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1448
1564
|
id: "a"
|
|
@@ -1452,7 +1568,7 @@ const IconFactory = forwardRef(
|
|
|
1452
1568
|
)
|
|
1453
1569
|
);
|
|
1454
1570
|
|
|
1455
|
-
const
|
|
1571
|
+
const IconDistributeHorizontal = forwardRef(
|
|
1456
1572
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1457
1573
|
StyledIcon,
|
|
1458
1574
|
{
|
|
@@ -1462,23 +1578,24 @@ const IconFunnel = forwardRef(
|
|
|
1462
1578
|
fill: "none",
|
|
1463
1579
|
ref: forwardRef2
|
|
1464
1580
|
},
|
|
1465
|
-
/* @__PURE__ */ React.createElement("
|
|
1466
|
-
clipPath: "url(#a)"
|
|
1467
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
1581
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1468
1582
|
stroke: "currentColor",
|
|
1469
1583
|
strokeLinecap: "round",
|
|
1470
1584
|
strokeWidth: 2,
|
|
1471
|
-
d: "
|
|
1472
|
-
})
|
|
1473
|
-
/* @__PURE__ */ React.createElement("
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1585
|
+
d: "M4 3v18M20 3v18"
|
|
1586
|
+
}),
|
|
1587
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
1588
|
+
width: 4,
|
|
1589
|
+
height: 10,
|
|
1590
|
+
x: 10,
|
|
1591
|
+
y: 7,
|
|
1592
|
+
fill: "currentColor",
|
|
1593
|
+
rx: 2
|
|
1594
|
+
})
|
|
1478
1595
|
)
|
|
1479
1596
|
);
|
|
1480
1597
|
|
|
1481
|
-
const
|
|
1598
|
+
const IconDistributeVertical = forwardRef(
|
|
1482
1599
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1483
1600
|
StyledIcon,
|
|
1484
1601
|
{
|
|
@@ -1488,22 +1605,25 @@ const IconGauge = forwardRef(
|
|
|
1488
1605
|
fill: "none",
|
|
1489
1606
|
ref: forwardRef2
|
|
1490
1607
|
},
|
|
1491
|
-
/* @__PURE__ */ React.createElement("circle", {
|
|
1492
|
-
cx: 12,
|
|
1493
|
-
cy: 12,
|
|
1494
|
-
r: 2,
|
|
1495
|
-
fill: "currentColor"
|
|
1496
|
-
}),
|
|
1497
1608
|
/* @__PURE__ */ React.createElement("path", {
|
|
1498
1609
|
stroke: "currentColor",
|
|
1499
1610
|
strokeLinecap: "round",
|
|
1500
1611
|
strokeWidth: 2,
|
|
1501
|
-
d: "
|
|
1612
|
+
d: "M21 4H3m18 16H3"
|
|
1613
|
+
}),
|
|
1614
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
1615
|
+
width: 4,
|
|
1616
|
+
height: 10,
|
|
1617
|
+
x: 17,
|
|
1618
|
+
y: 10,
|
|
1619
|
+
fill: "currentColor",
|
|
1620
|
+
rx: 2,
|
|
1621
|
+
transform: "rotate(90 17 10)"
|
|
1502
1622
|
})
|
|
1503
1623
|
)
|
|
1504
1624
|
);
|
|
1505
1625
|
|
|
1506
|
-
const
|
|
1626
|
+
const IconEnvelope = forwardRef(
|
|
1507
1627
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1508
1628
|
StyledIcon,
|
|
1509
1629
|
{
|
|
@@ -1517,12 +1637,12 @@ const IconGlobe = forwardRef(
|
|
|
1517
1637
|
stroke: "currentColor",
|
|
1518
1638
|
strokeLinecap: "round",
|
|
1519
1639
|
strokeWidth: 2,
|
|
1520
|
-
d: "
|
|
1640
|
+
d: "m7 9 3.618 3.459a2 2 0 0 0 2.764 0L17 9M4 19h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1Z"
|
|
1521
1641
|
})
|
|
1522
1642
|
)
|
|
1523
1643
|
);
|
|
1524
1644
|
|
|
1525
|
-
const
|
|
1645
|
+
const IconEraser = forwardRef(
|
|
1526
1646
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1527
1647
|
StyledIcon,
|
|
1528
1648
|
{
|
|
@@ -1538,9 +1658,8 @@ const IconGraduationCap = forwardRef(
|
|
|
1538
1658
|
stroke: "currentColor",
|
|
1539
1659
|
strokeLinecap: "round",
|
|
1540
1660
|
strokeLinejoin: "round",
|
|
1541
|
-
strokeMiterlimit: 1.414,
|
|
1542
1661
|
strokeWidth: 2,
|
|
1543
|
-
d: "
|
|
1662
|
+
d: "M18 20h-6m0 0H6.828a2 2 0 0 1-1.414-.586l-2-2a2 2 0 0 1 0-2.828L11 7m1 13 6-6m0 0 2.586-2.586a2 2 0 0 0 0-2.828l-4.172-4.172a2 2 0 0 0-2.828 0L11 7m7 7-7-7"
|
|
1544
1663
|
})),
|
|
1545
1664
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1546
1665
|
id: "a"
|
|
@@ -1550,7 +1669,7 @@ const IconGraduationCap = forwardRef(
|
|
|
1550
1669
|
)
|
|
1551
1670
|
);
|
|
1552
1671
|
|
|
1553
|
-
const
|
|
1672
|
+
const IconExclamationPointCircle = forwardRef(
|
|
1554
1673
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1555
1674
|
StyledIcon,
|
|
1556
1675
|
{
|
|
@@ -1560,16 +1679,44 @@ const IconHandFilled = forwardRef(
|
|
|
1560
1679
|
fill: "none",
|
|
1561
1680
|
ref: forwardRef2
|
|
1562
1681
|
},
|
|
1682
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1683
|
+
stroke: "currentColor",
|
|
1684
|
+
strokeLinecap: "round",
|
|
1685
|
+
strokeWidth: 2,
|
|
1686
|
+
d: "M12 8v4m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-8.5 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
1687
|
+
}),
|
|
1563
1688
|
/* @__PURE__ */ React.createElement("path", {
|
|
1564
1689
|
fill: "currentColor",
|
|
1565
|
-
|
|
1566
|
-
d: "M19 17c0 6.27-8.5 8-12.5 3l-4.542-6.358a.991.991 0 0 1 .062-1.235c.11-.123.195-.217.205-.222a.916.916 0 0 1 1.042-.098c.03.008 3.233 1.845 3.233 1.845V5c0-.622.378-1 1-1 .623 0 1 .378 1 1v5.25a.75.75 0 0 0 1.5 0V3c0-.623.377-1 1-1s1 .377 1 1v7.25a.75.75 0 0 0 1.5 0V4c0-.623.377-1 1-1s1 .377 1 1v6.25a.75.75 0 0 0 1.5 0V6c0-.622.378-1 1-1s1 .378 1 1v11Z",
|
|
1567
|
-
clipRule: "evenodd"
|
|
1690
|
+
d: "M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1568
1691
|
})
|
|
1569
1692
|
)
|
|
1570
1693
|
);
|
|
1571
1694
|
|
|
1572
|
-
const
|
|
1695
|
+
const IconEyedropper = forwardRef(
|
|
1696
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1697
|
+
StyledIcon,
|
|
1698
|
+
{
|
|
1699
|
+
...props,
|
|
1700
|
+
size,
|
|
1701
|
+
viewBox: "0 0 24 24",
|
|
1702
|
+
fill: "none",
|
|
1703
|
+
ref: forwardRef2
|
|
1704
|
+
},
|
|
1705
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1706
|
+
stroke: "currentColor",
|
|
1707
|
+
strokeLinecap: "round",
|
|
1708
|
+
strokeLinejoin: "round",
|
|
1709
|
+
strokeWidth: 2,
|
|
1710
|
+
d: "m12 6 1.5 1.5M18 12l-1.5-1.5m-3-3-10 10L3 21l3.5-.5 10-10m-3-3 3 3"
|
|
1711
|
+
}),
|
|
1712
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1713
|
+
fill: "currentColor",
|
|
1714
|
+
d: "m13 7 3-3a2.828 2.828 0 1 1 4 4l-3 3-4-4ZM4 17.5 6.5 20H4v-2.5Z"
|
|
1715
|
+
})
|
|
1716
|
+
)
|
|
1717
|
+
);
|
|
1718
|
+
|
|
1719
|
+
const IconFactoryHouse = forwardRef(
|
|
1573
1720
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1574
1721
|
StyledIcon,
|
|
1575
1722
|
{
|
|
@@ -1582,8 +1729,10 @@ const IconHand = forwardRef(
|
|
|
1582
1729
|
/* @__PURE__ */ React.createElement("g", {
|
|
1583
1730
|
clipPath: "url(#a)"
|
|
1584
1731
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1585
|
-
|
|
1586
|
-
|
|
1732
|
+
stroke: "currentColor",
|
|
1733
|
+
strokeLinecap: "round",
|
|
1734
|
+
strokeWidth: 2,
|
|
1735
|
+
d: "M10 20v-5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V20M7 4v3.25m0 0-2.621.655A.5.5 0 0 0 4 8.39V19.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V4.64a.5.5 0 0 0-.621-.485L7 7.25Z"
|
|
1587
1736
|
})),
|
|
1588
1737
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1589
1738
|
id: "a"
|
|
@@ -1593,72 +1742,7 @@ const IconHand = forwardRef(
|
|
|
1593
1742
|
)
|
|
1594
1743
|
);
|
|
1595
1744
|
|
|
1596
|
-
const
|
|
1597
|
-
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1598
|
-
StyledIcon,
|
|
1599
|
-
{
|
|
1600
|
-
...props,
|
|
1601
|
-
size,
|
|
1602
|
-
viewBox: "0 0 24 24",
|
|
1603
|
-
fill: "none",
|
|
1604
|
-
ref: forwardRef2
|
|
1605
|
-
},
|
|
1606
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1607
|
-
fill: "currentColor",
|
|
1608
|
-
d: "m12 4.4.707-.707L12 2.986l-.707.707L12 4.4Zm-9.707 8.293a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm18 1.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-9-10.414-9 9 1.414 1.414 9-9-1.414-1.414Zm0 1.414 9 9 1.414-1.414-9-9-1.414 1.414ZM7 19v-8.5H5V19h2Zm0 0H5a2 2 0 0 0 2 2v-2Zm10 0H7v2h10v-2Zm0 0v2a2 2 0 0 0 2-2h-2Zm0-8.5V19h2v-8.5h-2Z"
|
|
1609
|
-
})
|
|
1610
|
-
)
|
|
1611
|
-
);
|
|
1612
|
-
|
|
1613
|
-
const IconImage = forwardRef(
|
|
1614
|
-
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1615
|
-
StyledIcon,
|
|
1616
|
-
{
|
|
1617
|
-
...props,
|
|
1618
|
-
size,
|
|
1619
|
-
viewBox: "0 0 24 24",
|
|
1620
|
-
fill: "none",
|
|
1621
|
-
ref: forwardRef2
|
|
1622
|
-
},
|
|
1623
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1624
|
-
stroke: "currentColor",
|
|
1625
|
-
strokeLinecap: "round",
|
|
1626
|
-
strokeWidth: 2,
|
|
1627
|
-
d: "M3 18v1.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5h-17a.5.5 0 0 0-.5.5V18Zm0 0 6.646-6.646a.5.5 0 0 1 .708 0L14 15m-2 2 3.646-3.646a.5.5 0 0 1 .708 0L20 17"
|
|
1628
|
-
}),
|
|
1629
|
-
/* @__PURE__ */ React.createElement("circle", {
|
|
1630
|
-
cx: 16,
|
|
1631
|
-
cy: 8,
|
|
1632
|
-
r: 2,
|
|
1633
|
-
fill: "currentColor"
|
|
1634
|
-
})
|
|
1635
|
-
)
|
|
1636
|
-
);
|
|
1637
|
-
|
|
1638
|
-
const IconInformationMarkCircle = forwardRef(
|
|
1639
|
-
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1640
|
-
StyledIcon,
|
|
1641
|
-
{
|
|
1642
|
-
...props,
|
|
1643
|
-
size,
|
|
1644
|
-
viewBox: "0 0 24 24",
|
|
1645
|
-
fill: "none",
|
|
1646
|
-
ref: forwardRef2
|
|
1647
|
-
},
|
|
1648
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1649
|
-
fill: "currentColor",
|
|
1650
|
-
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1651
|
-
}),
|
|
1652
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1653
|
-
stroke: "currentColor",
|
|
1654
|
-
strokeLinecap: "round",
|
|
1655
|
-
strokeWidth: 2,
|
|
1656
|
-
d: "M12 12v4m9-4a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-8.5-3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
1657
|
-
})
|
|
1658
|
-
)
|
|
1659
|
-
);
|
|
1660
|
-
|
|
1661
|
-
const IconKanban = forwardRef(
|
|
1745
|
+
const IconFactory = forwardRef(
|
|
1662
1746
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1663
1747
|
StyledIcon,
|
|
1664
1748
|
{
|
|
@@ -1674,7 +1758,7 @@ const IconKanban = forwardRef(
|
|
|
1674
1758
|
stroke: "currentColor",
|
|
1675
1759
|
strokeLinecap: "round",
|
|
1676
1760
|
strokeWidth: 2,
|
|
1677
|
-
d: "
|
|
1761
|
+
d: "M21 13.588v7.162a.25.25 0 0 1-.25.25H16m5-7.412a.25.25 0 0 0-.055-.156l-1.826-2.283a.25.25 0 0 0-.294-.074l-3.412 1.463L12 14l-2.377-2.853a.25.25 0 0 0-.297-.067l-6.18 2.853A.25.25 0 0 0 3 14.16v6.59c0 .138.112.25.25.25H8m13-7.412L20.575 9l-.538-5.795A.25.25 0 0 0 19.791 3H17a.25.25 0 0 0-.245.201L16 8.5M8 21v-4m0 4h8m0 0v-4"
|
|
1678
1762
|
})),
|
|
1679
1763
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1680
1764
|
id: "a"
|
|
@@ -1684,7 +1768,7 @@ const IconKanban = forwardRef(
|
|
|
1684
1768
|
)
|
|
1685
1769
|
);
|
|
1686
1770
|
|
|
1687
|
-
const
|
|
1771
|
+
const IconFunnel = forwardRef(
|
|
1688
1772
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1689
1773
|
StyledIcon,
|
|
1690
1774
|
{
|
|
@@ -1697,8 +1781,10 @@ const IconKey = forwardRef(
|
|
|
1697
1781
|
/* @__PURE__ */ React.createElement("g", {
|
|
1698
1782
|
clipPath: "url(#a)"
|
|
1699
1783
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1700
|
-
|
|
1701
|
-
|
|
1784
|
+
stroke: "currentColor",
|
|
1785
|
+
strokeLinecap: "round",
|
|
1786
|
+
strokeWidth: 2,
|
|
1787
|
+
d: "M19.772 4H4.228a.1.1 0 0 0-.073.168L10 10.5V19l3.447-1.724a1 1 0 0 0 .553-.894V10.5l5.845-6.332A.1.1 0 0 0 19.772 4Z"
|
|
1702
1788
|
})),
|
|
1703
1789
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1704
1790
|
id: "a"
|
|
@@ -1708,7 +1794,7 @@ const IconKey = forwardRef(
|
|
|
1708
1794
|
)
|
|
1709
1795
|
);
|
|
1710
1796
|
|
|
1711
|
-
const
|
|
1797
|
+
const IconGauge = forwardRef(
|
|
1712
1798
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1713
1799
|
StyledIcon,
|
|
1714
1800
|
{
|
|
@@ -1718,20 +1804,22 @@ const IconKeycap = forwardRef(
|
|
|
1718
1804
|
fill: "none",
|
|
1719
1805
|
ref: forwardRef2
|
|
1720
1806
|
},
|
|
1807
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
1808
|
+
cx: 12,
|
|
1809
|
+
cy: 12,
|
|
1810
|
+
r: 2,
|
|
1811
|
+
fill: "currentColor"
|
|
1812
|
+
}),
|
|
1721
1813
|
/* @__PURE__ */ React.createElement("path", {
|
|
1722
1814
|
stroke: "currentColor",
|
|
1723
1815
|
strokeLinecap: "round",
|
|
1724
1816
|
strokeWidth: 2,
|
|
1725
|
-
d: "
|
|
1726
|
-
}),
|
|
1727
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1728
|
-
fill: "currentColor",
|
|
1729
|
-
d: "M0 0h.001v.001H0z"
|
|
1817
|
+
d: "M12.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0"
|
|
1730
1818
|
})
|
|
1731
1819
|
)
|
|
1732
1820
|
);
|
|
1733
1821
|
|
|
1734
|
-
const
|
|
1822
|
+
const IconGlobe = forwardRef(
|
|
1735
1823
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1736
1824
|
StyledIcon,
|
|
1737
1825
|
{
|
|
@@ -1745,12 +1833,12 @@ const IconLaptop = forwardRef(
|
|
|
1745
1833
|
stroke: "currentColor",
|
|
1746
1834
|
strokeLinecap: "round",
|
|
1747
1835
|
strokeWidth: 2,
|
|
1748
|
-
d: "
|
|
1836
|
+
d: "M11.663 3C9.495 4.62 8 8.042 8 12s1.495 7.38 3.663 9m.674-18C14.505 4.62 16 8.042 16 12s-1.495 7.38-3.663 9M4 9h16M4 15h16m1-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1749
1837
|
})
|
|
1750
1838
|
)
|
|
1751
1839
|
);
|
|
1752
1840
|
|
|
1753
|
-
const
|
|
1841
|
+
const IconGraduationCap = forwardRef(
|
|
1754
1842
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1755
1843
|
StyledIcon,
|
|
1756
1844
|
{
|
|
@@ -1764,10 +1852,11 @@ const IconLifesaver = forwardRef(
|
|
|
1764
1852
|
clipPath: "url(#a)"
|
|
1765
1853
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1766
1854
|
stroke: "currentColor",
|
|
1767
|
-
strokeLinecap: "
|
|
1855
|
+
strokeLinecap: "round",
|
|
1856
|
+
strokeLinejoin: "round",
|
|
1768
1857
|
strokeMiterlimit: 1.414,
|
|
1769
1858
|
strokeWidth: 2,
|
|
1770
|
-
d: "
|
|
1859
|
+
d: "M2 8.23 12.5 3 23 8.23 19.684 9.8M2 8.23V20M2 8.23 5.316 9.8m0 0 7.184 3.4 7.184-3.4m-14.368 0v3.016A7.184 7.184 0 0 0 12.5 20v0a7.184 7.184 0 0 0 7.184-7.184V9.8"
|
|
1771
1860
|
})),
|
|
1772
1861
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1773
1862
|
id: "a"
|
|
@@ -1777,7 +1866,7 @@ const IconLifesaver = forwardRef(
|
|
|
1777
1866
|
)
|
|
1778
1867
|
);
|
|
1779
1868
|
|
|
1780
|
-
const
|
|
1869
|
+
const IconGridFour = forwardRef(
|
|
1781
1870
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1782
1871
|
StyledIcon,
|
|
1783
1872
|
{
|
|
@@ -1791,11 +1880,10 @@ const IconLightning = forwardRef(
|
|
|
1791
1880
|
clipPath: "url(#a)"
|
|
1792
1881
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1793
1882
|
stroke: "currentColor",
|
|
1794
|
-
strokeLinecap: "
|
|
1883
|
+
strokeLinecap: "round",
|
|
1795
1884
|
strokeLinejoin: "round",
|
|
1796
|
-
strokeMiterlimit: 1.414,
|
|
1797
1885
|
strokeWidth: 2,
|
|
1798
|
-
d: "
|
|
1886
|
+
d: "M12 3H3.25a.25.25 0 0 0-.25.25V12m9-9h8.75a.25.25 0 0 1 .25.25V12m-9-9v18m0 0h8.75a.25.25 0 0 0 .25-.25V12m-9 9H3.25a.25.25 0 0 1-.25-.25V12m0 0h18"
|
|
1799
1887
|
})),
|
|
1800
1888
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1801
1889
|
id: "a"
|
|
@@ -1805,7 +1893,7 @@ const IconLightning = forwardRef(
|
|
|
1805
1893
|
)
|
|
1806
1894
|
);
|
|
1807
1895
|
|
|
1808
|
-
const
|
|
1896
|
+
const IconGridSix = forwardRef(
|
|
1809
1897
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1810
1898
|
StyledIcon,
|
|
1811
1899
|
{
|
|
@@ -1820,8 +1908,9 @@ const IconLineDiagonal = forwardRef(
|
|
|
1820
1908
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1821
1909
|
stroke: "currentColor",
|
|
1822
1910
|
strokeLinecap: "round",
|
|
1911
|
+
strokeLinejoin: "round",
|
|
1823
1912
|
strokeWidth: 2,
|
|
1824
|
-
d: "
|
|
1913
|
+
d: "M12 3H3.25a.25.25 0 0 0-.25.25V9m9-6h8.75a.25.25 0 0 1 .25.25V9m-9-6v18m0 0h8.75a.25.25 0 0 0 .25-.25V15m-9 6H3.25a.25.25 0 0 1-.25-.25V15m0-6h18M3 9v6m18-6v6M3 15h18"
|
|
1825
1914
|
})),
|
|
1826
1915
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1827
1916
|
id: "a"
|
|
@@ -1831,7 +1920,7 @@ const IconLineDiagonal = forwardRef(
|
|
|
1831
1920
|
)
|
|
1832
1921
|
);
|
|
1833
1922
|
|
|
1834
|
-
const
|
|
1923
|
+
const IconHandFilled = forwardRef(
|
|
1835
1924
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1836
1925
|
StyledIcon,
|
|
1837
1926
|
{
|
|
@@ -1842,15 +1931,15 @@ const IconLink = forwardRef(
|
|
|
1842
1931
|
ref: forwardRef2
|
|
1843
1932
|
},
|
|
1844
1933
|
/* @__PURE__ */ React.createElement("path", {
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1934
|
+
fill: "currentColor",
|
|
1935
|
+
fillRule: "evenodd",
|
|
1936
|
+
d: "M19 17c0 6.27-8.5 8-12.5 3l-4.542-6.358a.991.991 0 0 1 .062-1.235c.11-.123.195-.217.205-.222a.916.916 0 0 1 1.042-.098c.03.008 3.233 1.845 3.233 1.845V5c0-.622.378-1 1-1 .623 0 1 .378 1 1v5.25a.75.75 0 0 0 1.5 0V3c0-.623.377-1 1-1s1 .377 1 1v7.25a.75.75 0 0 0 1.5 0V4c0-.623.377-1 1-1s1 .377 1 1v6.25a.75.75 0 0 0 1.5 0V6c0-.622.378-1 1-1s1 .378 1 1v11Z",
|
|
1937
|
+
clipRule: "evenodd"
|
|
1849
1938
|
})
|
|
1850
1939
|
)
|
|
1851
1940
|
);
|
|
1852
1941
|
|
|
1853
|
-
const
|
|
1942
|
+
const IconHand = forwardRef(
|
|
1854
1943
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1855
1944
|
StyledIcon,
|
|
1856
1945
|
{
|
|
@@ -1860,22 +1949,21 @@ const IconLockClosed = forwardRef(
|
|
|
1860
1949
|
fill: "none",
|
|
1861
1950
|
ref: forwardRef2
|
|
1862
1951
|
},
|
|
1863
|
-
/* @__PURE__ */ React.createElement("
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
}),
|
|
1869
|
-
/* @__PURE__ */ React.createElement("
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
})
|
|
1952
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1953
|
+
clipPath: "url(#a)"
|
|
1954
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1955
|
+
fill: "currentColor",
|
|
1956
|
+
d: "m2.748 14.261-.847.531a.994.994 0 0 0 .042.063l.805-.594Zm18.29-7.511h1v-.019l-.001-.018-1 .037Zm-14 7.5-.718.697a1 1 0 0 0 1.717-.697h-1Zm2.44-2.5a1 1 0 1 0 2 0h-2Zm3.5-.5a1 1 0 1 0 2 0h-2Zm3.5 1a1 1 0 1 0 2 0h-2Zm-11.13.263-.716.697.717-.697Zm-1.432-.634-.067-.997.067.997Zm2.86 7.715-.657.755.657-.755Zm-.49-.54.805-.593-.804.594ZM20.038 6.75v9.375h2V6.75h-2ZM4.632 13.21l1.688 1.737 1.434-1.394-1.688-1.737-1.434 1.393Zm3.405 1.04v-8.5h-2v8.5h2Zm-4.354-1.292c.016-.015.081-.066.3-.08l-.134-1.996c-.439.029-1.072.155-1.578.66l1.412 1.416Zm-.088.772a.623.623 0 0 1 .088-.772l-1.412-1.416a2.623 2.623 0 0 0-.37 3.25l1.694-1.062Zm4.442-7.98c0-.443.327-.75.713-.75V3C7.203 3 6.037 4.26 6.037 5.75h2ZM8.75 5a.73.73 0 0 1 .727.75h2C11.477 4.249 10.286 3 8.75 3v2Zm2.727.75v-2h-2v2h2Zm-1-1h.06v-2h-.06v2Zm1-1A.77.77 0 0 1 12.25 3V1c-1.502 0-2.773 1.214-2.773 2.75h2ZM12.25 3a.73.73 0 0 1 .727.75h2c0-1.501-1.191-2.75-2.727-2.75v2Zm.727.75v1h2v-1h-2Zm5.5 3c0-.37.352-.75.81-.75V4c-1.474 0-2.81 1.188-2.81 2.75h2Zm.81-.75c.393 0 .732.288.751.787l1.999-.074C21.98 5.212 20.827 4 19.287 4v2Zm-4.31-1.25c0-.247.084-.425.194-.537.105-.106.292-.213.616-.213V2c-.806 0-1.525.285-2.042.812-.513.521-.768 1.219-.768 1.938h2Zm.81-.75c.37 0 .69.29.69.75h2c0-1.472-1.126-2.75-2.69-2.75v2Zm.69.75v2h2v-2h-2Zm-7 1v6h2v-6h-2Zm3.5-1v6.5h2v-6.5h-2Zm3.5 1.5v6h2v-6h-2Zm3.56 9.875c0 1.885-1.676 3.689-4.341 4.465-2.6.756-5.8.393-8.264-1.75l-1.313 1.509c3.054 2.656 6.985 3.078 10.136 2.16 3.086-.898 5.782-3.228 5.782-6.384h-2ZM7.091 18.461l-3.539-4.794-1.609 1.188 3.54 4.794L7.09 18.46Zm-1.025-6.645c-.501-.516-1.287-.997-2.217-.934l.134 1.995c.148-.01.397.073.649.332l1.434-1.393Zm1.366 7.024a2.348 2.348 0 0 1-.34-.38l-1.61 1.189c.176.238.386.481.637.7l1.313-1.51Z"
|
|
1957
|
+
})),
|
|
1958
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1959
|
+
id: "a"
|
|
1960
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1961
|
+
d: "M0 0h24v24H0z"
|
|
1962
|
+
})))
|
|
1875
1963
|
)
|
|
1876
1964
|
);
|
|
1877
1965
|
|
|
1878
|
-
const
|
|
1966
|
+
const IconHighlighterUnderline = forwardRef(
|
|
1879
1967
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1880
1968
|
StyledIcon,
|
|
1881
1969
|
{
|
|
@@ -1885,22 +1973,22 @@ const IconLockOpen = forwardRef(
|
|
|
1885
1973
|
fill: "none",
|
|
1886
1974
|
ref: forwardRef2
|
|
1887
1975
|
},
|
|
1888
|
-
/* @__PURE__ */ React.createElement("
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1976
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
1977
|
+
width: 18,
|
|
1978
|
+
height: 2,
|
|
1979
|
+
x: 3,
|
|
1980
|
+
y: 20,
|
|
1981
|
+
fill: "currentColor",
|
|
1982
|
+
rx: 0.5
|
|
1893
1983
|
}),
|
|
1894
1984
|
/* @__PURE__ */ React.createElement("path", {
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
strokeWidth: 2,
|
|
1898
|
-
d: "M16.5 11V5a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v1.5M7 21h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Zm6-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1985
|
+
fill: "currentColor",
|
|
1986
|
+
d: "M9 17v-1h-.414l-.293.293L9 17Zm2 0v1h.42l.294-.3L11 17Zm1-10-.707-.707L12 7Zm-5.5 5.5-.707-.707-.214.214-.06.297.981.196ZM6 15l.707.707.214-.214.06-.297L6 15Zm-2 2-.707-.707-.293.293V17h1Zm0 1H3v1h1v-1Zm4 0v1h.414l.293-.293L8 18ZM21 7l.69.724a1 1 0 0 0 .017-1.431L21 7Zm-4.5-4.5.707-.707a1 1 0 0 0-1.414 0l.707.707ZM9.25 9.75l.707.707-.707-.707ZM9 18h2v-2H9v2Zm-3.48-5.696-.5 2.5 1.96.392.5-2.5-1.96-.392ZM3 17v1h2v-1H3Zm1 2h4v-2H4v2Zm4.707-.293 1-1-1.414-1.414-1 1 1.414 1.414Zm13-12.414-4.5-4.5-1.414 1.414 4.5 4.5 1.414-1.414Zm-1.397-.017-3 2.857 1.38 1.448 3-2.857-1.38-1.448Zm-3.024 2.881-7 7.143 1.428 1.4 7-7.143-1.428-1.4Zm-4.579-1.45 1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm1.5-1.5 3-3-1.414-1.414-3 3 1.414 1.414Zm4.489 2.932-4.5-4.357-1.392 1.436 4.5 4.358 1.392-1.437Zm-7.403-2.846-2.75 2.75 1.414 1.414 2.75-2.75-1.414-1.414Zm-2.75 2.75-2.75 2.75 1.414 1.414 2.75-2.75-1.414-1.414Zm-3.25 5.25-1 1 1.414 1.414 1-1-1.414-1.414Zm-1 1-1 1 1.414 1.414 1-1-1.414-1.414Z"
|
|
1899
1987
|
})
|
|
1900
1988
|
)
|
|
1901
1989
|
);
|
|
1902
1990
|
|
|
1903
|
-
const
|
|
1991
|
+
const IconHighlighter = forwardRef(
|
|
1904
1992
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1905
1993
|
StyledIcon,
|
|
1906
1994
|
{
|
|
@@ -1914,10 +2002,10 @@ const IconMagnet = forwardRef(
|
|
|
1914
2002
|
clipPath: "url(#a)"
|
|
1915
2003
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1916
2004
|
stroke: "currentColor",
|
|
1917
|
-
strokeLinecap: "
|
|
1918
|
-
|
|
2005
|
+
strokeLinecap: "round",
|
|
2006
|
+
strokeLinejoin: "round",
|
|
1919
2007
|
strokeWidth: 2,
|
|
1920
|
-
d: "
|
|
2008
|
+
d: "m3 22 .89-7.124A1 1 0 0 1 4.883 14H6m15 8-.89-7.124a1 1 0 0 0-.993-.876H18M6 14v-3a1 1 0 0 1 1-1h1m-2 4h12m0 0v-3a1 1 0 0 0-1-1h-1m-8 0V4.78a1 1 0 0 1 .757-.97l6-1.5A1 1 0 0 1 16 3.28V10m-8 0h8"
|
|
1921
2009
|
})),
|
|
1922
2010
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1923
2011
|
id: "a"
|
|
@@ -1927,7 +2015,24 @@ const IconMagnet = forwardRef(
|
|
|
1927
2015
|
)
|
|
1928
2016
|
);
|
|
1929
2017
|
|
|
1930
|
-
const
|
|
2018
|
+
const IconHouse = forwardRef(
|
|
2019
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2020
|
+
StyledIcon,
|
|
2021
|
+
{
|
|
2022
|
+
...props,
|
|
2023
|
+
size,
|
|
2024
|
+
viewBox: "0 0 24 24",
|
|
2025
|
+
fill: "none",
|
|
2026
|
+
ref: forwardRef2
|
|
2027
|
+
},
|
|
2028
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2029
|
+
fill: "currentColor",
|
|
2030
|
+
d: "m12 4.4.707-.707L12 2.986l-.707.707L12 4.4Zm-9.707 8.293a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm18 1.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-9-10.414-9 9 1.414 1.414 9-9-1.414-1.414Zm0 1.414 9 9 1.414-1.414-9-9-1.414 1.414ZM7 19v-8.5H5V19h2Zm0 0H5a2 2 0 0 0 2 2v-2Zm10 0H7v2h10v-2Zm0 0v2a2 2 0 0 0 2-2h-2Zm0-8.5V19h2v-8.5h-2Z"
|
|
2031
|
+
})
|
|
2032
|
+
)
|
|
2033
|
+
);
|
|
2034
|
+
|
|
2035
|
+
const IconImage = forwardRef(
|
|
1931
2036
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1932
2037
|
StyledIcon,
|
|
1933
2038
|
{
|
|
@@ -1941,12 +2046,18 @@ const IconMagnifyingGlass = forwardRef(
|
|
|
1941
2046
|
stroke: "currentColor",
|
|
1942
2047
|
strokeLinecap: "round",
|
|
1943
2048
|
strokeWidth: 2,
|
|
1944
|
-
d: "
|
|
2049
|
+
d: "M3 18v1.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5h-17a.5.5 0 0 0-.5.5V18Zm0 0 6.646-6.646a.5.5 0 0 1 .708 0L14 15m-2 2 3.646-3.646a.5.5 0 0 1 .708 0L20 17"
|
|
2050
|
+
}),
|
|
2051
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
2052
|
+
cx: 16,
|
|
2053
|
+
cy: 8,
|
|
2054
|
+
r: 2,
|
|
2055
|
+
fill: "currentColor"
|
|
1945
2056
|
})
|
|
1946
2057
|
)
|
|
1947
2058
|
);
|
|
1948
2059
|
|
|
1949
|
-
const
|
|
2060
|
+
const IconInformationMarkCircle = forwardRef(
|
|
1950
2061
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1951
2062
|
StyledIcon,
|
|
1952
2063
|
{
|
|
@@ -1956,25 +2067,20 @@ const IconMap = forwardRef(
|
|
|
1956
2067
|
fill: "none",
|
|
1957
2068
|
ref: forwardRef2
|
|
1958
2069
|
},
|
|
1959
|
-
/* @__PURE__ */ React.createElement("
|
|
1960
|
-
|
|
1961
|
-
|
|
2070
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2071
|
+
fill: "currentColor",
|
|
2072
|
+
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
2073
|
+
}),
|
|
2074
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1962
2075
|
stroke: "currentColor",
|
|
1963
2076
|
strokeLinecap: "round",
|
|
1964
|
-
strokeLinejoin: "round",
|
|
1965
|
-
strokeMiterlimit: 1.414,
|
|
1966
2077
|
strokeWidth: 2,
|
|
1967
|
-
d: "
|
|
1968
|
-
})
|
|
1969
|
-
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1970
|
-
id: "a"
|
|
1971
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
1972
|
-
d: "M0 0h24v24H0z"
|
|
1973
|
-
})))
|
|
2078
|
+
d: "M12 12v4m9-4a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-8.5-3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
2079
|
+
})
|
|
1974
2080
|
)
|
|
1975
2081
|
);
|
|
1976
2082
|
|
|
1977
|
-
const
|
|
2083
|
+
const IconKanban = forwardRef(
|
|
1978
2084
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1979
2085
|
StyledIcon,
|
|
1980
2086
|
{
|
|
@@ -1990,7 +2096,7 @@ const IconMicrophoneSlash = forwardRef(
|
|
|
1990
2096
|
stroke: "currentColor",
|
|
1991
2097
|
strokeLinecap: "round",
|
|
1992
2098
|
strokeWidth: 2,
|
|
1993
|
-
d: "
|
|
2099
|
+
d: "M12 4H4.5a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V15m0-11v11m0-11h7.5a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H12"
|
|
1994
2100
|
})),
|
|
1995
2101
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1996
2102
|
id: "a"
|
|
@@ -2000,7 +2106,7 @@ const IconMicrophoneSlash = forwardRef(
|
|
|
2000
2106
|
)
|
|
2001
2107
|
);
|
|
2002
2108
|
|
|
2003
|
-
const
|
|
2109
|
+
const IconKey = forwardRef(
|
|
2004
2110
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2005
2111
|
StyledIcon,
|
|
2006
2112
|
{
|
|
@@ -2013,10 +2119,8 @@ const IconMicrophone = forwardRef(
|
|
|
2013
2119
|
/* @__PURE__ */ React.createElement("g", {
|
|
2014
2120
|
clipPath: "url(#a)"
|
|
2015
2121
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
strokeWidth: 2,
|
|
2019
|
-
d: "M5 8v3a7 7 0 0 0 7 7m7-10v3a7 7 0 0 1-7 7m0 0v3m3-15v5a3 3 0 1 1-6 0V6a3 3 0 1 1 6 0Z"
|
|
2122
|
+
fill: "currentColor",
|
|
2123
|
+
d: "M11 11h-1v2h1v-2Zm10 2a1 1 0 1 0 0-2v2Zm-3 2a1 1 0 1 0 2 0h-2Zm-8-4v2h2v-2h-2Zm-6 2v-2H2v2h2Zm3 3a3 3 0 0 1-3-3H2a5 5 0 0 0 5 5v-2Zm3-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2ZM7 8a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm0-2a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V6Zm4 7h8v-2h-8v2Zm8 0h2v-2h-2v2Zm-1-1v3h2v-3h-2Z"
|
|
2020
2124
|
})),
|
|
2021
2125
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2022
2126
|
id: "a"
|
|
@@ -2026,7 +2130,7 @@ const IconMicrophone = forwardRef(
|
|
|
2026
2130
|
)
|
|
2027
2131
|
);
|
|
2028
2132
|
|
|
2029
|
-
const
|
|
2133
|
+
const IconKeycap = forwardRef(
|
|
2030
2134
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2031
2135
|
StyledIcon,
|
|
2032
2136
|
{
|
|
@@ -2040,12 +2144,16 @@ const IconMinus = forwardRef(
|
|
|
2040
2144
|
stroke: "currentColor",
|
|
2041
2145
|
strokeLinecap: "round",
|
|
2042
2146
|
strokeWidth: 2,
|
|
2043
|
-
d: "
|
|
2147
|
+
d: "M7 8h6m-3 0v6M6 4h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z"
|
|
2148
|
+
}),
|
|
2149
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2150
|
+
fill: "currentColor",
|
|
2151
|
+
d: "M0 0h.001v.001H0z"
|
|
2044
2152
|
})
|
|
2045
2153
|
)
|
|
2046
2154
|
);
|
|
2047
2155
|
|
|
2048
|
-
const
|
|
2156
|
+
const IconLaptop = forwardRef(
|
|
2049
2157
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2050
2158
|
StyledIcon,
|
|
2051
2159
|
{
|
|
@@ -2059,16 +2167,12 @@ const IconMouse = forwardRef(
|
|
|
2059
2167
|
stroke: "currentColor",
|
|
2060
2168
|
strokeLinecap: "round",
|
|
2061
2169
|
strokeWidth: 2,
|
|
2062
|
-
d: "
|
|
2063
|
-
}),
|
|
2064
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
2065
|
-
fill: "currentColor",
|
|
2066
|
-
d: "M0 0h.001v.001H0V0Z"
|
|
2170
|
+
d: "M2.5 20h19M5 4h14a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Z"
|
|
2067
2171
|
})
|
|
2068
2172
|
)
|
|
2069
2173
|
);
|
|
2070
2174
|
|
|
2071
|
-
const
|
|
2175
|
+
const IconLasso = forwardRef(
|
|
2072
2176
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2073
2177
|
StyledIcon,
|
|
2074
2178
|
{
|
|
@@ -2082,8 +2186,10 @@ const IconParallelogram = forwardRef(
|
|
|
2082
2186
|
clipPath: "url(#a)"
|
|
2083
2187
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2084
2188
|
stroke: "currentColor",
|
|
2189
|
+
strokeDasharray: "1 3",
|
|
2190
|
+
strokeLinecap: "round",
|
|
2085
2191
|
strokeWidth: 2,
|
|
2086
|
-
d: "
|
|
2192
|
+
d: "M10.5 21.5s1.471-1.096 3-2.5c2.394-2.198 5.263-2.253 7-5 1.29-2.041 1.385-3.116 1-5.5-.363-2.248-.697-3.609-2.5-5-2.063-1.591-5.396-1.075-8-1-3.335.096-4.711 1.072-7 3.5-1.498 1.588-1.157 1.823-1 4 .151 2.107.356 2.674 2 4 1.779 1.435 5.5 1.333 8 .5s4-4.5 4-4.5"
|
|
2087
2193
|
})),
|
|
2088
2194
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2089
2195
|
id: "a"
|
|
@@ -2093,7 +2199,7 @@ const IconParallelogram = forwardRef(
|
|
|
2093
2199
|
)
|
|
2094
2200
|
);
|
|
2095
2201
|
|
|
2096
|
-
const
|
|
2202
|
+
const IconLayout = forwardRef(
|
|
2097
2203
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2098
2204
|
StyledIcon,
|
|
2099
2205
|
{
|
|
@@ -2108,8 +2214,9 @@ const IconPauseCircle = forwardRef(
|
|
|
2108
2214
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2109
2215
|
stroke: "currentColor",
|
|
2110
2216
|
strokeLinecap: "round",
|
|
2217
|
+
strokeLinejoin: "round",
|
|
2111
2218
|
strokeWidth: 2,
|
|
2112
|
-
d: "
|
|
2219
|
+
d: "M3 9v12h6M3 9V3h18v6M3 9h6m12 0v12H9M21 9H9m0 0v12"
|
|
2113
2220
|
})),
|
|
2114
2221
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2115
2222
|
id: "a"
|
|
@@ -2119,7 +2226,7 @@ const IconPauseCircle = forwardRef(
|
|
|
2119
2226
|
)
|
|
2120
2227
|
);
|
|
2121
2228
|
|
|
2122
|
-
const
|
|
2229
|
+
const IconLifesaver = forwardRef(
|
|
2123
2230
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2124
2231
|
StyledIcon,
|
|
2125
2232
|
{
|
|
@@ -2133,10 +2240,10 @@ const IconPdf = forwardRef(
|
|
|
2133
2240
|
clipPath: "url(#a)"
|
|
2134
2241
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2135
2242
|
stroke: "currentColor",
|
|
2136
|
-
strokeLinecap: "
|
|
2137
|
-
|
|
2243
|
+
strokeLinecap: "square",
|
|
2244
|
+
strokeMiterlimit: 1.414,
|
|
2138
2245
|
strokeWidth: 2,
|
|
2139
|
-
d: "
|
|
2246
|
+
d: "M14.828 14.828a4 4 0 0 1-5.656 0m5.656 0a4 4 0 0 0 0-5.656m0 5.656 3.182 3.182m-8.838-3.182a4 4 0 0 1 0-5.656m0 5.656L5.99 18.01m3.182-8.838a4 4 0 0 1 5.656 0m-5.656 0L5.99 5.99m8.838 3.182L18.01 5.99m.354 12.374A9 9 0 1 1 5.636 5.636a9 9 0 0 1 12.728 12.728Z"
|
|
2140
2247
|
})),
|
|
2141
2248
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2142
2249
|
id: "a"
|
|
@@ -2146,7 +2253,7 @@ const IconPdf = forwardRef(
|
|
|
2146
2253
|
)
|
|
2147
2254
|
);
|
|
2148
2255
|
|
|
2149
|
-
const
|
|
2256
|
+
const IconLightning = forwardRef(
|
|
2150
2257
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2151
2258
|
StyledIcon,
|
|
2152
2259
|
{
|
|
@@ -2156,16 +2263,1264 @@ const IconPlaceholder = forwardRef(
|
|
|
2156
2263
|
fill: "none",
|
|
2157
2264
|
ref: forwardRef2
|
|
2158
2265
|
},
|
|
2159
|
-
/* @__PURE__ */ React.createElement("
|
|
2266
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2267
|
+
clipPath: "url(#a)"
|
|
2268
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2269
|
+
stroke: "currentColor",
|
|
2270
|
+
strokeLinecap: "square",
|
|
2271
|
+
strokeLinejoin: "round",
|
|
2272
|
+
strokeMiterlimit: 1.414,
|
|
2273
|
+
strokeWidth: 2,
|
|
2274
|
+
d: "M11.973 1.867 4.231 14.62a.25.25 0 0 0 .213.38H11.5l-.44 7.04c-.016.258.32.368.46.152l8.232-12.807a.25.25 0 0 0-.21-.385H12l.437-6.987c.016-.261-.328-.37-.463-.146Z"
|
|
2275
|
+
})),
|
|
2276
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2277
|
+
id: "a"
|
|
2278
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2279
|
+
d: "M0 0h24v24H0z"
|
|
2280
|
+
})))
|
|
2281
|
+
)
|
|
2282
|
+
);
|
|
2283
|
+
|
|
2284
|
+
const IconLineCurved = forwardRef(
|
|
2285
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2286
|
+
StyledIcon,
|
|
2287
|
+
{
|
|
2288
|
+
...props,
|
|
2289
|
+
size,
|
|
2290
|
+
viewBox: "0 0 24 24",
|
|
2291
|
+
fill: "none",
|
|
2292
|
+
ref: forwardRef2
|
|
2293
|
+
},
|
|
2294
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2295
|
+
clipPath: "url(#a)"
|
|
2296
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2297
|
+
stroke: "currentColor",
|
|
2298
|
+
strokeLinecap: "round",
|
|
2299
|
+
strokeLinejoin: "round",
|
|
2300
|
+
strokeWidth: 2,
|
|
2301
|
+
d: "M2 12s2.767-2.553 5-3c4.466-.893 5.534 6.893 10 6 2.233-.447 5-3 5-3"
|
|
2302
|
+
})),
|
|
2303
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2304
|
+
id: "a"
|
|
2305
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2306
|
+
d: "M0 0h24v24H0z"
|
|
2307
|
+
})))
|
|
2308
|
+
)
|
|
2309
|
+
);
|
|
2310
|
+
|
|
2311
|
+
const IconLineDashed = forwardRef(
|
|
2312
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2313
|
+
StyledIcon,
|
|
2314
|
+
{
|
|
2315
|
+
...props,
|
|
2316
|
+
size,
|
|
2317
|
+
viewBox: "0 0 24 24",
|
|
2318
|
+
fill: "none",
|
|
2319
|
+
ref: forwardRef2
|
|
2320
|
+
},
|
|
2321
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2322
|
+
clipPath: "url(#a)"
|
|
2323
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2324
|
+
stroke: "currentColor",
|
|
2325
|
+
strokeLinecap: "round",
|
|
2326
|
+
strokeLinejoin: "round",
|
|
2327
|
+
strokeWidth: 2,
|
|
2328
|
+
d: "M2 12h4m4 0h4m4 0h4"
|
|
2329
|
+
})),
|
|
2330
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2331
|
+
id: "a"
|
|
2332
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2333
|
+
d: "M0 0h24v24H0z"
|
|
2334
|
+
})))
|
|
2335
|
+
)
|
|
2336
|
+
);
|
|
2337
|
+
|
|
2338
|
+
const IconLineDiagonal = forwardRef(
|
|
2339
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2340
|
+
StyledIcon,
|
|
2341
|
+
{
|
|
2342
|
+
...props,
|
|
2343
|
+
size,
|
|
2344
|
+
viewBox: "0 0 24 24",
|
|
2345
|
+
fill: "none",
|
|
2346
|
+
ref: forwardRef2
|
|
2347
|
+
},
|
|
2348
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2349
|
+
clipPath: "url(#a)"
|
|
2350
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2351
|
+
stroke: "currentColor",
|
|
2352
|
+
strokeLinecap: "round",
|
|
2353
|
+
strokeWidth: 2,
|
|
2354
|
+
d: "M4 20 20 4"
|
|
2355
|
+
})),
|
|
2356
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2357
|
+
id: "a"
|
|
2358
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2359
|
+
d: "M0 0h24v24H0z"
|
|
2360
|
+
})))
|
|
2361
|
+
)
|
|
2362
|
+
);
|
|
2363
|
+
|
|
2364
|
+
const IconLineDotted = forwardRef(
|
|
2365
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2366
|
+
StyledIcon,
|
|
2367
|
+
{
|
|
2368
|
+
...props,
|
|
2369
|
+
size,
|
|
2370
|
+
viewBox: "0 0 24 24",
|
|
2371
|
+
fill: "none",
|
|
2372
|
+
ref: forwardRef2
|
|
2373
|
+
},
|
|
2374
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2375
|
+
fill: "currentColor",
|
|
2376
|
+
clipPath: "url(#a)"
|
|
2377
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2378
|
+
d: "M3 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
2379
|
+
})),
|
|
2380
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2381
|
+
id: "a"
|
|
2382
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2383
|
+
d: "M0 0h24v24H0z"
|
|
2384
|
+
})))
|
|
2385
|
+
)
|
|
2386
|
+
);
|
|
2387
|
+
|
|
2388
|
+
const IconLineHorizontal = forwardRef(
|
|
2389
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2390
|
+
StyledIcon,
|
|
2391
|
+
{
|
|
2392
|
+
...props,
|
|
2393
|
+
size,
|
|
2394
|
+
viewBox: "0 0 24 24",
|
|
2395
|
+
fill: "none",
|
|
2396
|
+
ref: forwardRef2
|
|
2397
|
+
},
|
|
2398
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2399
|
+
clipPath: "url(#a)"
|
|
2400
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2401
|
+
stroke: "currentColor",
|
|
2402
|
+
strokeLinecap: "round",
|
|
2403
|
+
strokeLinejoin: "round",
|
|
2404
|
+
strokeWidth: 2,
|
|
2405
|
+
d: "M3 12h18"
|
|
2406
|
+
})),
|
|
2407
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2408
|
+
id: "a"
|
|
2409
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2410
|
+
d: "M0 0h24v24H0z"
|
|
2411
|
+
})))
|
|
2412
|
+
)
|
|
2413
|
+
);
|
|
2414
|
+
|
|
2415
|
+
const IconLineOrthogonal = forwardRef(
|
|
2416
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2417
|
+
StyledIcon,
|
|
2418
|
+
{
|
|
2419
|
+
...props,
|
|
2420
|
+
size,
|
|
2421
|
+
viewBox: "0 0 24 24",
|
|
2422
|
+
fill: "none",
|
|
2423
|
+
ref: forwardRef2
|
|
2424
|
+
},
|
|
2425
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2426
|
+
clipPath: "url(#a)"
|
|
2427
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2428
|
+
stroke: "currentColor",
|
|
2429
|
+
strokeLinecap: "round",
|
|
2430
|
+
strokeLinejoin: "round",
|
|
2431
|
+
strokeWidth: 2,
|
|
2432
|
+
d: "M2 16h10V8h10"
|
|
2433
|
+
})),
|
|
2434
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2435
|
+
id: "a"
|
|
2436
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2437
|
+
d: "M0 0h24v24H0z"
|
|
2438
|
+
})))
|
|
2439
|
+
)
|
|
2440
|
+
);
|
|
2441
|
+
|
|
2442
|
+
const IconLineStraight = forwardRef(
|
|
2443
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2444
|
+
StyledIcon,
|
|
2445
|
+
{
|
|
2446
|
+
...props,
|
|
2447
|
+
size,
|
|
2448
|
+
viewBox: "0 0 24 24",
|
|
2449
|
+
fill: "none",
|
|
2450
|
+
ref: forwardRef2
|
|
2451
|
+
},
|
|
2452
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2453
|
+
clipPath: "url(#a)"
|
|
2454
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2455
|
+
stroke: "currentColor",
|
|
2456
|
+
strokeLinecap: "round",
|
|
2457
|
+
strokeLinejoin: "round",
|
|
2458
|
+
strokeWidth: 2,
|
|
2459
|
+
d: "m3 15 18-6"
|
|
2460
|
+
})),
|
|
2461
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2462
|
+
id: "a"
|
|
2463
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2464
|
+
d: "M0 0h24v24H0z"
|
|
2465
|
+
})))
|
|
2466
|
+
)
|
|
2467
|
+
);
|
|
2468
|
+
|
|
2469
|
+
const IconLinesThreeHorizontalLineVerticalCenter = forwardRef(
|
|
2470
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2471
|
+
StyledIcon,
|
|
2472
|
+
{
|
|
2473
|
+
...props,
|
|
2474
|
+
size,
|
|
2475
|
+
viewBox: "0 0 24 24",
|
|
2476
|
+
fill: "none",
|
|
2477
|
+
ref: forwardRef2
|
|
2478
|
+
},
|
|
2479
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2480
|
+
clipPath: "url(#a)"
|
|
2481
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2482
|
+
stroke: "currentColor",
|
|
2483
|
+
strokeLinecap: "round",
|
|
2484
|
+
strokeLinejoin: "round",
|
|
2485
|
+
strokeWidth: 2,
|
|
2486
|
+
d: "M4 5h8m8 0h-8m-8 7h16M4 19h8m8 0h-8m0-14v14"
|
|
2487
|
+
})),
|
|
2488
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2489
|
+
id: "a"
|
|
2490
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2491
|
+
d: "M0 0h24v24H0z"
|
|
2492
|
+
})))
|
|
2493
|
+
)
|
|
2494
|
+
);
|
|
2495
|
+
|
|
2496
|
+
const IconLinesThreeHorizontal = forwardRef(
|
|
2497
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2498
|
+
StyledIcon,
|
|
2499
|
+
{
|
|
2500
|
+
...props,
|
|
2501
|
+
size,
|
|
2502
|
+
viewBox: "0 0 24 24",
|
|
2503
|
+
fill: "none",
|
|
2504
|
+
ref: forwardRef2
|
|
2505
|
+
},
|
|
2506
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2507
|
+
clipPath: "url(#a)"
|
|
2508
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2509
|
+
stroke: "currentColor",
|
|
2510
|
+
strokeLinecap: "round",
|
|
2511
|
+
strokeWidth: 2,
|
|
2512
|
+
d: "M4 5h16M4 12h16M4 19h16"
|
|
2513
|
+
})),
|
|
2514
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2515
|
+
id: "a"
|
|
2516
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2517
|
+
d: "M0 0h24v24H0z"
|
|
2518
|
+
})))
|
|
2519
|
+
)
|
|
2520
|
+
);
|
|
2521
|
+
|
|
2522
|
+
const IconLinesThreeVertical = forwardRef(
|
|
2523
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2524
|
+
StyledIcon,
|
|
2525
|
+
{
|
|
2526
|
+
...props,
|
|
2527
|
+
size,
|
|
2528
|
+
viewBox: "0 0 24 24",
|
|
2529
|
+
fill: "none",
|
|
2530
|
+
ref: forwardRef2
|
|
2531
|
+
},
|
|
2532
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2533
|
+
clipPath: "url(#a)"
|
|
2534
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2535
|
+
stroke: "currentColor",
|
|
2536
|
+
strokeLinecap: "round",
|
|
2537
|
+
strokeWidth: 2,
|
|
2538
|
+
d: "M20 4v16M12 4v16M4 4v16"
|
|
2539
|
+
})),
|
|
2540
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2541
|
+
id: "a"
|
|
2542
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2543
|
+
d: "M0 0h24v24H0z"
|
|
2544
|
+
})))
|
|
2545
|
+
)
|
|
2546
|
+
);
|
|
2547
|
+
|
|
2548
|
+
const IconLink = forwardRef(
|
|
2549
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2550
|
+
StyledIcon,
|
|
2551
|
+
{
|
|
2552
|
+
...props,
|
|
2553
|
+
size,
|
|
2554
|
+
viewBox: "0 0 24 24",
|
|
2555
|
+
fill: "none",
|
|
2556
|
+
ref: forwardRef2
|
|
2557
|
+
},
|
|
2558
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2559
|
+
stroke: "currentColor",
|
|
2560
|
+
strokeLinecap: "round",
|
|
2561
|
+
strokeWidth: 2,
|
|
2562
|
+
d: "m7.757 11.293-3.182 3.182a3.5 3.5 0 0 0 4.95 4.95l3.182-3.182M10.939 8.11l3.535-3.535a3.5 3.5 0 1 1 4.95 4.95L15.89 13.06m-7.425 2.475 7.071-7.071"
|
|
2563
|
+
})
|
|
2564
|
+
)
|
|
2565
|
+
);
|
|
2566
|
+
|
|
2567
|
+
const IconListBullets = forwardRef(
|
|
2568
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2569
|
+
StyledIcon,
|
|
2570
|
+
{
|
|
2571
|
+
...props,
|
|
2572
|
+
size,
|
|
2573
|
+
viewBox: "0 0 24 24",
|
|
2574
|
+
fill: "none",
|
|
2575
|
+
ref: forwardRef2
|
|
2576
|
+
},
|
|
2577
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2578
|
+
stroke: "currentColor",
|
|
2579
|
+
strokeLinecap: "round",
|
|
2580
|
+
strokeLinejoin: "round",
|
|
2581
|
+
strokeWidth: 2,
|
|
2582
|
+
d: "M9 5h12M9 12h12M9 19h12"
|
|
2583
|
+
}),
|
|
2584
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2585
|
+
fill: "currentColor",
|
|
2586
|
+
d: "M5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM5 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
2587
|
+
})
|
|
2588
|
+
)
|
|
2589
|
+
);
|
|
2590
|
+
|
|
2591
|
+
const IconListNumbers = forwardRef(
|
|
2592
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2593
|
+
StyledIcon,
|
|
2594
|
+
{
|
|
2595
|
+
...props,
|
|
2596
|
+
size,
|
|
2597
|
+
viewBox: "0 0 24 24",
|
|
2598
|
+
fill: "none",
|
|
2599
|
+
ref: forwardRef2
|
|
2600
|
+
},
|
|
2601
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2602
|
+
clipPath: "url(#a)"
|
|
2603
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2604
|
+
stroke: "currentColor",
|
|
2605
|
+
strokeLinecap: "round",
|
|
2606
|
+
strokeLinejoin: "round",
|
|
2607
|
+
strokeWidth: 2,
|
|
2608
|
+
d: "M3 3h3v6m6-3h9M3 14h4v3H3v3h4m5-3h9"
|
|
2609
|
+
})),
|
|
2610
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2611
|
+
id: "a"
|
|
2612
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2613
|
+
d: "M0 0h24v24H0z"
|
|
2614
|
+
})))
|
|
2615
|
+
)
|
|
2616
|
+
);
|
|
2617
|
+
|
|
2618
|
+
const IconLockClosed = forwardRef(
|
|
2619
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2620
|
+
StyledIcon,
|
|
2621
|
+
{
|
|
2622
|
+
...props,
|
|
2623
|
+
size,
|
|
2624
|
+
viewBox: "0 0 24 24",
|
|
2625
|
+
fill: "none",
|
|
2626
|
+
ref: forwardRef2
|
|
2627
|
+
},
|
|
2628
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
2629
|
+
cx: 12,
|
|
2630
|
+
cy: 16,
|
|
2631
|
+
r: 1,
|
|
2632
|
+
fill: "currentColor"
|
|
2633
|
+
}),
|
|
2634
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2635
|
+
stroke: "currentColor",
|
|
2636
|
+
strokeLinecap: "round",
|
|
2637
|
+
strokeWidth: 2,
|
|
2638
|
+
d: "M16.5 11V5a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v6M7 21h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Zm6-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
2639
|
+
})
|
|
2640
|
+
)
|
|
2641
|
+
);
|
|
2642
|
+
|
|
2643
|
+
const IconLockOpen = forwardRef(
|
|
2644
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2645
|
+
StyledIcon,
|
|
2646
|
+
{
|
|
2647
|
+
...props,
|
|
2648
|
+
size,
|
|
2649
|
+
viewBox: "0 0 24 24",
|
|
2650
|
+
fill: "none",
|
|
2651
|
+
ref: forwardRef2
|
|
2652
|
+
},
|
|
2653
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
2654
|
+
cx: 12,
|
|
2655
|
+
cy: 16,
|
|
2656
|
+
r: 1,
|
|
2657
|
+
fill: "currentColor"
|
|
2658
|
+
}),
|
|
2659
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2660
|
+
stroke: "currentColor",
|
|
2661
|
+
strokeLinecap: "round",
|
|
2662
|
+
strokeWidth: 2,
|
|
2663
|
+
d: "M16.5 11V5a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v1.5M7 21h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Zm6-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
2664
|
+
})
|
|
2665
|
+
)
|
|
2666
|
+
);
|
|
2667
|
+
|
|
2668
|
+
const IconMagnet = forwardRef(
|
|
2669
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2670
|
+
StyledIcon,
|
|
2671
|
+
{
|
|
2672
|
+
...props,
|
|
2673
|
+
size,
|
|
2674
|
+
viewBox: "0 0 24 24",
|
|
2675
|
+
fill: "none",
|
|
2676
|
+
ref: forwardRef2
|
|
2677
|
+
},
|
|
2678
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2679
|
+
clipPath: "url(#a)"
|
|
2680
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2681
|
+
stroke: "currentColor",
|
|
2682
|
+
strokeLinecap: "square",
|
|
2683
|
+
strokeMiterlimit: 1.414,
|
|
2684
|
+
strokeWidth: 2,
|
|
2685
|
+
d: "M8.435 4.828 4.95 8.314a7 7 0 0 0 0 9.9l.641.64a7 7 0 0 0 9.858.041l3.556-3.497M8.435 4.828l2.475-2.474a.5.5 0 0 1 .707 0l2.293 2.293a.5.5 0 0 1 0 .707l-2.475 2.474m-3-3 3 3m0 0-3.314 3.314C6.95 12.314 7 14 8.121 15.385l.522.522c1.357 1.093 3.071 1.171 4.243 0l3.314-3.314m0 0 2.475-2.475a.5.5 0 0 1 .707 0l2.118 2.119a.5.5 0 0 1-.003.71l-2.492 2.451M16.2 12.593l2.805 2.805"
|
|
2686
|
+
})),
|
|
2687
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2688
|
+
id: "a"
|
|
2689
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2690
|
+
d: "M0 0h24v24H0z"
|
|
2691
|
+
})))
|
|
2692
|
+
)
|
|
2693
|
+
);
|
|
2694
|
+
|
|
2695
|
+
const IconMagnifyingGlass = forwardRef(
|
|
2696
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2697
|
+
StyledIcon,
|
|
2698
|
+
{
|
|
2699
|
+
...props,
|
|
2700
|
+
size,
|
|
2701
|
+
viewBox: "0 0 24 24",
|
|
2702
|
+
fill: "none",
|
|
2703
|
+
ref: forwardRef2
|
|
2704
|
+
},
|
|
2705
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2706
|
+
stroke: "currentColor",
|
|
2707
|
+
strokeLinecap: "round",
|
|
2708
|
+
strokeWidth: 2,
|
|
2709
|
+
d: "m20 20-5.5-5.5M16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
|
|
2710
|
+
})
|
|
2711
|
+
)
|
|
2712
|
+
);
|
|
2713
|
+
|
|
2714
|
+
const IconMap = forwardRef(
|
|
2715
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2716
|
+
StyledIcon,
|
|
2717
|
+
{
|
|
2718
|
+
...props,
|
|
2719
|
+
size,
|
|
2720
|
+
viewBox: "0 0 24 24",
|
|
2721
|
+
fill: "none",
|
|
2722
|
+
ref: forwardRef2
|
|
2723
|
+
},
|
|
2724
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2725
|
+
clipPath: "url(#a)"
|
|
2726
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2727
|
+
stroke: "currentColor",
|
|
2728
|
+
strokeLinecap: "round",
|
|
2729
|
+
strokeLinejoin: "round",
|
|
2730
|
+
strokeMiterlimit: 1.414,
|
|
2731
|
+
strokeWidth: 2,
|
|
2732
|
+
d: "M9 4 3 6v15l6-2.5M9 4l6 2M9 4v14.5M15 6l6-2v14.5L15 21m0-15v15m0 0-6-2.5"
|
|
2733
|
+
})),
|
|
2734
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2735
|
+
id: "a"
|
|
2736
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2737
|
+
d: "M0 0h24v24H0z"
|
|
2738
|
+
})))
|
|
2739
|
+
)
|
|
2740
|
+
);
|
|
2741
|
+
|
|
2742
|
+
const IconMicrophoneSlash = forwardRef(
|
|
2743
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2744
|
+
StyledIcon,
|
|
2745
|
+
{
|
|
2746
|
+
...props,
|
|
2747
|
+
size,
|
|
2748
|
+
viewBox: "0 0 24 24",
|
|
2749
|
+
fill: "none",
|
|
2750
|
+
ref: forwardRef2
|
|
2751
|
+
},
|
|
2752
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2753
|
+
clipPath: "url(#a)"
|
|
2754
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2755
|
+
stroke: "currentColor",
|
|
2756
|
+
strokeLinecap: "round",
|
|
2757
|
+
strokeWidth: 2,
|
|
2758
|
+
d: "M19 8v3a7 7 0 0 1-7 7m0 0v3m0-3a6.984 6.984 0 0 1-5.284-2.409M15 7v4a3 3 0 0 1-5.387 1.818M15 7 4 18M15 7l4-4M5 8v3c0 .34.024.673.07 1M9 7.5V6a3 3 0 0 1 4.5-2.599"
|
|
2759
|
+
})),
|
|
2760
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2761
|
+
id: "a"
|
|
2762
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2763
|
+
d: "M0 0h24v24H0z"
|
|
2764
|
+
})))
|
|
2765
|
+
)
|
|
2766
|
+
);
|
|
2767
|
+
|
|
2768
|
+
const IconMicrophone = forwardRef(
|
|
2769
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2770
|
+
StyledIcon,
|
|
2771
|
+
{
|
|
2772
|
+
...props,
|
|
2773
|
+
size,
|
|
2774
|
+
viewBox: "0 0 24 24",
|
|
2775
|
+
fill: "none",
|
|
2776
|
+
ref: forwardRef2
|
|
2777
|
+
},
|
|
2778
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2779
|
+
clipPath: "url(#a)"
|
|
2780
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2781
|
+
stroke: "currentColor",
|
|
2782
|
+
strokeLinecap: "round",
|
|
2783
|
+
strokeWidth: 2,
|
|
2784
|
+
d: "M5 8v3a7 7 0 0 0 7 7m7-10v3a7 7 0 0 1-7 7m0 0v3m3-15v5a3 3 0 1 1-6 0V6a3 3 0 1 1 6 0Z"
|
|
2785
|
+
})),
|
|
2786
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2787
|
+
id: "a"
|
|
2788
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2789
|
+
d: "M0 0h24v24H0z"
|
|
2790
|
+
})))
|
|
2791
|
+
)
|
|
2792
|
+
);
|
|
2793
|
+
|
|
2794
|
+
const IconMinus = forwardRef(
|
|
2795
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2796
|
+
StyledIcon,
|
|
2797
|
+
{
|
|
2798
|
+
...props,
|
|
2799
|
+
size,
|
|
2800
|
+
viewBox: "0 0 24 24",
|
|
2801
|
+
fill: "none",
|
|
2802
|
+
ref: forwardRef2
|
|
2803
|
+
},
|
|
2804
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2805
|
+
stroke: "currentColor",
|
|
2806
|
+
strokeLinecap: "round",
|
|
2807
|
+
strokeWidth: 2,
|
|
2808
|
+
d: "M6 12h12"
|
|
2809
|
+
})
|
|
2810
|
+
)
|
|
2811
|
+
);
|
|
2812
|
+
|
|
2813
|
+
const IconMouse = forwardRef(
|
|
2814
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2815
|
+
StyledIcon,
|
|
2816
|
+
{
|
|
2817
|
+
...props,
|
|
2818
|
+
size,
|
|
2819
|
+
viewBox: "0 0 24 24",
|
|
2820
|
+
fill: "none",
|
|
2821
|
+
ref: forwardRef2
|
|
2822
|
+
},
|
|
2823
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2824
|
+
stroke: "currentColor",
|
|
2825
|
+
strokeLinecap: "round",
|
|
2826
|
+
strokeWidth: 2,
|
|
2827
|
+
d: "M12 8v3M9 3.5h6a4 4 0 0 1 4 4v6a7 7 0 1 1-14 0v-6a4 4 0 0 1 4-4Z"
|
|
2828
|
+
}),
|
|
2829
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2830
|
+
fill: "currentColor",
|
|
2831
|
+
d: "M0 0h.001v.001H0V0Z"
|
|
2832
|
+
})
|
|
2833
|
+
)
|
|
2834
|
+
);
|
|
2835
|
+
|
|
2836
|
+
const IconParallelogram = forwardRef(
|
|
2837
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2838
|
+
StyledIcon,
|
|
2839
|
+
{
|
|
2840
|
+
...props,
|
|
2841
|
+
size,
|
|
2842
|
+
viewBox: "0 0 24 24",
|
|
2843
|
+
fill: "none",
|
|
2844
|
+
ref: forwardRef2
|
|
2845
|
+
},
|
|
2846
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2847
|
+
clipPath: "url(#a)"
|
|
2848
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2849
|
+
stroke: "currentColor",
|
|
2850
|
+
strokeWidth: 2,
|
|
2851
|
+
d: "M21.68 4H6.195a.25.25 0 0 0-.242.19l-3.875 15.5a.25.25 0 0 0 .242.31h15.485a.25.25 0 0 0 .242-.19l3.875-15.5A.25.25 0 0 0 21.68 4Z"
|
|
2852
|
+
})),
|
|
2853
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2854
|
+
id: "a"
|
|
2855
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2856
|
+
d: "M0 0h24v24H0z"
|
|
2857
|
+
})))
|
|
2858
|
+
)
|
|
2859
|
+
);
|
|
2860
|
+
|
|
2861
|
+
const IconPauseCircle = forwardRef(
|
|
2862
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2863
|
+
StyledIcon,
|
|
2864
|
+
{
|
|
2865
|
+
...props,
|
|
2866
|
+
size,
|
|
2867
|
+
viewBox: "0 0 24 24",
|
|
2868
|
+
fill: "none",
|
|
2869
|
+
ref: forwardRef2
|
|
2870
|
+
},
|
|
2871
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2872
|
+
clipPath: "url(#a)"
|
|
2873
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2874
|
+
stroke: "currentColor",
|
|
2875
|
+
strokeLinecap: "round",
|
|
2876
|
+
strokeWidth: 2,
|
|
2877
|
+
d: "M13.889 9.167v5.666M10.11 9.167v5.666M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Z"
|
|
2878
|
+
})),
|
|
2879
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2880
|
+
id: "a"
|
|
2881
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2882
|
+
d: "M0 0h24v24H0z"
|
|
2883
|
+
})))
|
|
2884
|
+
)
|
|
2885
|
+
);
|
|
2886
|
+
|
|
2887
|
+
const IconPdf = forwardRef(
|
|
2888
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2889
|
+
StyledIcon,
|
|
2890
|
+
{
|
|
2891
|
+
...props,
|
|
2892
|
+
size,
|
|
2893
|
+
viewBox: "0 0 24 24",
|
|
2894
|
+
fill: "none",
|
|
2895
|
+
ref: forwardRef2
|
|
2896
|
+
},
|
|
2897
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2898
|
+
clipPath: "url(#a)"
|
|
2899
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2900
|
+
stroke: "currentColor",
|
|
2901
|
+
strokeLinecap: "round",
|
|
2902
|
+
strokeLinejoin: "round",
|
|
2903
|
+
strokeWidth: 2,
|
|
2904
|
+
d: "M5.64 5.28C4.615 3.583 7.07 2.02 7.71 3.763c1.098 2.992 2.864 11.086-1.12 16.587-1.111 1.534-3.509.082-2.219-1.515a19.508 19.508 0 0 1 6.745-5.146 19.396 19.396 0 0 1 8.276-1.784c2.01.076 1.907 2.95.109 2.729a18.7 18.7 0 0 1-8.02-3.041A18.84 18.84 0 0 1 5.64 5.28Z"
|
|
2905
|
+
})),
|
|
2906
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2907
|
+
id: "a"
|
|
2908
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2909
|
+
d: "M0 0h24v24H0z"
|
|
2910
|
+
})))
|
|
2911
|
+
)
|
|
2912
|
+
);
|
|
2913
|
+
|
|
2914
|
+
const IconPenTip = forwardRef(
|
|
2915
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2916
|
+
StyledIcon,
|
|
2917
|
+
{
|
|
2918
|
+
...props,
|
|
2919
|
+
size,
|
|
2920
|
+
viewBox: "0 0 24 24",
|
|
2921
|
+
fill: "none",
|
|
2922
|
+
ref: forwardRef2
|
|
2923
|
+
},
|
|
2924
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2925
|
+
clipPath: "url(#a)"
|
|
2926
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2927
|
+
stroke: "currentColor",
|
|
2928
|
+
strokeLinecap: "round",
|
|
2929
|
+
strokeLinejoin: "round",
|
|
2930
|
+
strokeWidth: 2,
|
|
2931
|
+
d: "M6 21v-4.6a2 2 0 0 1 .154-.77L8.5 10M18 21v-4.6a2 2 0 0 0-.154-.77L15.5 10m-7 0 3.042-6.953a.5.5 0 0 1 .916 0L15.5 10m-7 0h7"
|
|
2932
|
+
})),
|
|
2933
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2934
|
+
id: "a"
|
|
2935
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2936
|
+
d: "M0 0h24v24H0z"
|
|
2937
|
+
})))
|
|
2938
|
+
)
|
|
2939
|
+
);
|
|
2940
|
+
|
|
2941
|
+
const IconPen = forwardRef(
|
|
2942
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2943
|
+
StyledIcon,
|
|
2944
|
+
{
|
|
2945
|
+
...props,
|
|
2946
|
+
size,
|
|
2947
|
+
viewBox: "0 0 24 24",
|
|
2948
|
+
fill: "none",
|
|
2949
|
+
ref: forwardRef2
|
|
2950
|
+
},
|
|
2951
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2952
|
+
clipPath: "url(#a)"
|
|
2953
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2954
|
+
stroke: "currentColor",
|
|
2955
|
+
strokeLinecap: "round",
|
|
2956
|
+
strokeLinejoin: "round",
|
|
2957
|
+
strokeWidth: 2,
|
|
2958
|
+
d: "m13 7-8.572 8.572a2 2 0 0 0-.547 1.022l-.807 4.038a.25.25 0 0 0 .294.294l4.038-.807a2 2 0 0 0 1.022-.547L17 11m-4-4 2.586-2.586a2 2 0 0 1 2.828 0l1.172 1.172a2 2 0 0 1 0 2.828L17 11m-4-4 4 4"
|
|
2959
|
+
})),
|
|
2960
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2961
|
+
id: "a"
|
|
2962
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2963
|
+
d: "M0 0h24v24H0z"
|
|
2964
|
+
})))
|
|
2965
|
+
)
|
|
2966
|
+
);
|
|
2967
|
+
|
|
2968
|
+
const IconPlaceholder = forwardRef(
|
|
2969
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2970
|
+
StyledIcon,
|
|
2971
|
+
{
|
|
2972
|
+
...props,
|
|
2973
|
+
size,
|
|
2974
|
+
viewBox: "0 0 24 24",
|
|
2975
|
+
fill: "none",
|
|
2976
|
+
ref: forwardRef2
|
|
2977
|
+
},
|
|
2978
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2979
|
+
stroke: "currentColor",
|
|
2980
|
+
strokeLinecap: "round",
|
|
2981
|
+
strokeWidth: 2,
|
|
2982
|
+
d: "m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
2983
|
+
})
|
|
2984
|
+
)
|
|
2985
|
+
);
|
|
2986
|
+
|
|
2987
|
+
const IconPlayCircle = forwardRef(
|
|
2988
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2989
|
+
StyledIcon,
|
|
2990
|
+
{
|
|
2991
|
+
...props,
|
|
2992
|
+
size,
|
|
2993
|
+
viewBox: "0 0 24 24",
|
|
2994
|
+
fill: "none",
|
|
2995
|
+
ref: forwardRef2
|
|
2996
|
+
},
|
|
2997
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
2998
|
+
cx: 12,
|
|
2999
|
+
cy: 12,
|
|
3000
|
+
r: 8.5,
|
|
3001
|
+
stroke: "currentColor",
|
|
3002
|
+
strokeWidth: 2
|
|
3003
|
+
}),
|
|
3004
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3005
|
+
fill: "currentColor",
|
|
3006
|
+
d: "M15.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z"
|
|
3007
|
+
})
|
|
3008
|
+
)
|
|
3009
|
+
);
|
|
3010
|
+
|
|
3011
|
+
const IconPlaybackSpeedCircle = forwardRef(
|
|
3012
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3013
|
+
StyledIcon,
|
|
3014
|
+
{
|
|
3015
|
+
...props,
|
|
3016
|
+
size,
|
|
3017
|
+
viewBox: "0 0 24 24",
|
|
3018
|
+
fill: "none",
|
|
3019
|
+
ref: forwardRef2
|
|
3020
|
+
},
|
|
3021
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3022
|
+
fill: "currentColor",
|
|
3023
|
+
d: "M15.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z"
|
|
3024
|
+
}),
|
|
3025
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3026
|
+
stroke: "currentColor",
|
|
3027
|
+
strokeLinecap: "round",
|
|
3028
|
+
strokeWidth: 2,
|
|
3029
|
+
d: "M10.583 3.618a8.5 8.5 0 1 1 .173 16.792M5.078 7.066A8.547 8.547 0 0 1 7.3 4.916m-3.666 5.572a8.55 8.55 0 0 0-.016 2.929m3.188 5.312a8.55 8.55 0 0 1-1.71-1.769"
|
|
3030
|
+
})
|
|
3031
|
+
)
|
|
3032
|
+
);
|
|
3033
|
+
|
|
3034
|
+
const IconPlug = forwardRef(
|
|
3035
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3036
|
+
StyledIcon,
|
|
3037
|
+
{
|
|
3038
|
+
...props,
|
|
3039
|
+
size,
|
|
3040
|
+
viewBox: "0 0 24 24",
|
|
3041
|
+
fill: "none",
|
|
3042
|
+
ref: forwardRef2
|
|
3043
|
+
},
|
|
3044
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3045
|
+
stroke: "currentColor",
|
|
3046
|
+
strokeLinecap: "round",
|
|
3047
|
+
strokeWidth: 2,
|
|
3048
|
+
d: "m12.385 5.9 3.535-3.536m2.122 9.192 3.535-3.535M3.192 20.749l4.95-4.95m2.122-12.02 9.899 9.899-3.536 3.535a5 5 0 0 1-7.07 0l-2.83-2.828a5 5 0 0 1 0-7.071l3.537-3.536Z"
|
|
3049
|
+
})
|
|
3050
|
+
)
|
|
3051
|
+
);
|
|
3052
|
+
|
|
3053
|
+
const IconPlusText = forwardRef(
|
|
3054
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3055
|
+
StyledIcon,
|
|
3056
|
+
{
|
|
3057
|
+
...props,
|
|
3058
|
+
size,
|
|
3059
|
+
viewBox: "0 0 24 24",
|
|
3060
|
+
fill: "none",
|
|
3061
|
+
ref: forwardRef2
|
|
3062
|
+
},
|
|
3063
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3064
|
+
clipPath: "url(#a)"
|
|
3065
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3066
|
+
stroke: "currentColor",
|
|
3067
|
+
strokeLinecap: "round",
|
|
3068
|
+
strokeLinejoin: "round",
|
|
3069
|
+
strokeWidth: 2,
|
|
3070
|
+
d: "M7 5h7m7 0h-7m0 0v15M6 10v6m-3-3h6"
|
|
3071
|
+
})),
|
|
3072
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3073
|
+
id: "a"
|
|
3074
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3075
|
+
d: "M0 0h24v24H0z"
|
|
3076
|
+
})))
|
|
3077
|
+
)
|
|
3078
|
+
);
|
|
3079
|
+
|
|
3080
|
+
const IconPlus = forwardRef(
|
|
3081
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3082
|
+
StyledIcon,
|
|
3083
|
+
{
|
|
3084
|
+
...props,
|
|
3085
|
+
size,
|
|
3086
|
+
viewBox: "0 0 24 24",
|
|
3087
|
+
fill: "none",
|
|
3088
|
+
ref: forwardRef2
|
|
3089
|
+
},
|
|
3090
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3091
|
+
stroke: "currentColor",
|
|
3092
|
+
strokeLinecap: "round",
|
|
3093
|
+
strokeWidth: 2,
|
|
3094
|
+
d: "M5 12h14m-7-7v14"
|
|
3095
|
+
})
|
|
3096
|
+
)
|
|
3097
|
+
);
|
|
3098
|
+
|
|
3099
|
+
const IconProhibit = forwardRef(
|
|
3100
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3101
|
+
StyledIcon,
|
|
3102
|
+
{
|
|
3103
|
+
...props,
|
|
3104
|
+
size,
|
|
3105
|
+
viewBox: "0 0 24 24",
|
|
3106
|
+
fill: "none",
|
|
3107
|
+
ref: forwardRef2
|
|
3108
|
+
},
|
|
3109
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3110
|
+
clipPath: "url(#a)"
|
|
3111
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3112
|
+
stroke: "currentColor",
|
|
3113
|
+
strokeWidth: 2,
|
|
3114
|
+
d: "M7 17 17 7m2.5 5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"
|
|
3115
|
+
})),
|
|
3116
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3117
|
+
id: "a"
|
|
3118
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3119
|
+
d: "M0 0h24v24H0z"
|
|
3120
|
+
})))
|
|
3121
|
+
)
|
|
3122
|
+
);
|
|
3123
|
+
|
|
3124
|
+
const IconPushPin = forwardRef(
|
|
3125
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3126
|
+
StyledIcon,
|
|
3127
|
+
{
|
|
3128
|
+
...props,
|
|
3129
|
+
size,
|
|
3130
|
+
viewBox: "0 0 24 24",
|
|
3131
|
+
fill: "none",
|
|
3132
|
+
ref: forwardRef2
|
|
3133
|
+
},
|
|
3134
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3135
|
+
clipPath: "url(#a)"
|
|
3136
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3137
|
+
fill: "currentColor",
|
|
3138
|
+
d: "M14.092 2.293a1 1 0 1 0-1.415 1.414l1.415-1.414Zm-9.948 8.55a1 1 0 0 0 1.173 1.62l-1.173-1.62Zm15.471-1.612.708-.707-.708.707Zm.678 2.091a1 1 0 0 0 1.414-1.414l-1.414 1.415Zm-8.757 7.36-.586.81 1.62 1.174.586-.81-1.62-1.173Zm1.142 3.025a1 1 0 0 0 1.414-1.414l-1.415 1.414ZM3.707 9.908a1 1 0 1 0-1.415 1.415l1.414-1.415ZM2.292 20.293a1 1 0 1 0 1.414 1.414l-1.414-1.414ZM12.677 3.707l1.385 1.385 1.414-1.414-1.384-1.385-1.415 1.414Zm1.506-.132L4.144 10.844l1.173 1.62 10.039-7.27-1.173-1.62Zm-.12 1.517 4.845 4.846 1.415-1.414-4.847-4.846-1.414 1.414Zm4.845 4.846 1.385 1.384 1.414-1.414-1.384-1.384-1.415 1.414Zm-.103-1.294-7.269 10.039 1.62 1.173 7.27-10.039-1.62-1.173Zm-4.713 11.649L8.899 15.1l-1.414 1.414 5.192 5.192 1.415-1.414ZM8.899 15.1 3.707 9.908l-1.414 1.415 5.192 5.192L8.9 15.1Zm-5.192 6.606L8.9 16.515 7.485 15.1l-5.192 5.192 1.414 1.414Z"
|
|
3139
|
+
})),
|
|
3140
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3141
|
+
id: "a"
|
|
3142
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3143
|
+
d: "M0 0h24v24H0z"
|
|
3144
|
+
})))
|
|
3145
|
+
)
|
|
3146
|
+
);
|
|
3147
|
+
|
|
3148
|
+
const IconQuestionMarkCircle = forwardRef(
|
|
3149
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3150
|
+
StyledIcon,
|
|
3151
|
+
{
|
|
3152
|
+
...props,
|
|
3153
|
+
size,
|
|
3154
|
+
viewBox: "0 0 24 24",
|
|
3155
|
+
fill: "none",
|
|
3156
|
+
ref: forwardRef2
|
|
3157
|
+
},
|
|
3158
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3159
|
+
stroke: "currentColor",
|
|
3160
|
+
strokeLinecap: "round",
|
|
3161
|
+
strokeWidth: 2,
|
|
3162
|
+
d: "M9.17 9a3.001 3.001 0 1 1 3.812 3.836c-.522.18-.982.612-.982 1.164v.25m0 2.65v.1m9-5a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
3163
|
+
})
|
|
3164
|
+
)
|
|
3165
|
+
);
|
|
3166
|
+
|
|
3167
|
+
const IconRectanglesThreeAligned = forwardRef(
|
|
3168
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3169
|
+
StyledIcon,
|
|
3170
|
+
{
|
|
3171
|
+
...props,
|
|
3172
|
+
size,
|
|
3173
|
+
viewBox: "0 0 24 24",
|
|
3174
|
+
fill: "none",
|
|
3175
|
+
ref: forwardRef2
|
|
3176
|
+
},
|
|
3177
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3178
|
+
stroke: "currentColor",
|
|
3179
|
+
strokeLinecap: "round",
|
|
3180
|
+
strokeLinejoin: "round",
|
|
3181
|
+
strokeWidth: 2,
|
|
3182
|
+
clipPath: "url(#a)"
|
|
3183
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3184
|
+
d: "M11 4H3v8h8V4Zm6.063 12h-14v5h14v-5ZM19 4h-4v4h4V4Z"
|
|
3185
|
+
})),
|
|
3186
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3187
|
+
id: "a"
|
|
3188
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3189
|
+
d: "M0 0h24v24H0z"
|
|
3190
|
+
})))
|
|
3191
|
+
)
|
|
3192
|
+
);
|
|
3193
|
+
|
|
3194
|
+
const IconRectanglesThreeFree = forwardRef(
|
|
3195
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3196
|
+
StyledIcon,
|
|
3197
|
+
{
|
|
3198
|
+
...props,
|
|
3199
|
+
size,
|
|
3200
|
+
viewBox: "0 0 24 24",
|
|
3201
|
+
fill: "none",
|
|
3202
|
+
ref: forwardRef2
|
|
3203
|
+
},
|
|
3204
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3205
|
+
stroke: "currentColor",
|
|
3206
|
+
strokeLinecap: "round",
|
|
3207
|
+
strokeLinejoin: "round",
|
|
3208
|
+
strokeWidth: 2,
|
|
3209
|
+
clipPath: "url(#a)"
|
|
3210
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3211
|
+
d: "m12.818 4.852-7.69-2.205-2.205 7.69 7.69 2.205 2.205-7.69ZM19.063 16h-14v5h14v-5Zm.649-9.92-3.845 1.102 1.102 3.845 3.845-1.102-1.102-3.845Z"
|
|
3212
|
+
})),
|
|
3213
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3214
|
+
id: "a"
|
|
3215
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3216
|
+
d: "M0 0h24v24H0z"
|
|
3217
|
+
})))
|
|
3218
|
+
)
|
|
3219
|
+
);
|
|
3220
|
+
|
|
3221
|
+
const IconRectanglesThreeOverlap = forwardRef(
|
|
3222
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3223
|
+
StyledIcon,
|
|
3224
|
+
{
|
|
3225
|
+
...props,
|
|
3226
|
+
size,
|
|
3227
|
+
viewBox: "0 0 24 24",
|
|
3228
|
+
fill: "none",
|
|
3229
|
+
ref: forwardRef2
|
|
3230
|
+
},
|
|
3231
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3232
|
+
clipPath: "url(#a)"
|
|
3233
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3234
|
+
stroke: "currentColor",
|
|
3235
|
+
strokeLinecap: "round",
|
|
3236
|
+
strokeLinejoin: "round",
|
|
3237
|
+
strokeWidth: 2,
|
|
3238
|
+
d: "M8 11H4v10h9v-4m-5-6h5v6m-5-6V7h4m1 10h4v-4m-5-6h5v6m-5-6V3h9v10h-4"
|
|
3239
|
+
})),
|
|
3240
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3241
|
+
id: "a"
|
|
3242
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3243
|
+
d: "M0 0h24v24H0z"
|
|
3244
|
+
})))
|
|
3245
|
+
)
|
|
3246
|
+
);
|
|
3247
|
+
|
|
3248
|
+
const IconRectanglesTwoLine = forwardRef(
|
|
3249
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3250
|
+
StyledIcon,
|
|
3251
|
+
{
|
|
3252
|
+
...props,
|
|
3253
|
+
size,
|
|
3254
|
+
viewBox: "0 0 24 24",
|
|
3255
|
+
fill: "none",
|
|
3256
|
+
ref: forwardRef2
|
|
3257
|
+
},
|
|
3258
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3259
|
+
clipPath: "url(#a)"
|
|
3260
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3261
|
+
stroke: "currentColor",
|
|
3262
|
+
strokeLinecap: "round",
|
|
3263
|
+
strokeLinejoin: "round",
|
|
3264
|
+
strokeWidth: 2,
|
|
3265
|
+
d: "M21 3v18M3.25 4h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25H3.25A.25.25 0 0 1 3 9.75v-5.5A.25.25 0 0 1 3.25 4Zm0 10h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25H3.25a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25Z"
|
|
3266
|
+
})),
|
|
3267
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3268
|
+
id: "a"
|
|
3269
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3270
|
+
d: "M0 0h24v24H0z"
|
|
3271
|
+
})))
|
|
3272
|
+
)
|
|
3273
|
+
);
|
|
3274
|
+
|
|
3275
|
+
const IconRhombus = forwardRef(
|
|
3276
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3277
|
+
StyledIcon,
|
|
3278
|
+
{
|
|
3279
|
+
...props,
|
|
3280
|
+
size,
|
|
3281
|
+
viewBox: "0 0 24 24",
|
|
3282
|
+
fill: "none",
|
|
3283
|
+
ref: forwardRef2
|
|
3284
|
+
},
|
|
3285
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3286
|
+
clipPath: "url(#a)"
|
|
3287
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3288
|
+
stroke: "currentColor",
|
|
3289
|
+
strokeWidth: 2,
|
|
3290
|
+
d: "m11.823 3.177-8.646 8.646a.25.25 0 0 0 0 .354l8.646 8.646a.25.25 0 0 0 .354 0l8.646-8.646a.25.25 0 0 0 0-.354l-8.646-8.646a.25.25 0 0 0-.354 0Z"
|
|
3291
|
+
})),
|
|
3292
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3293
|
+
id: "a"
|
|
3294
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3295
|
+
d: "M0 0h24v24H0z"
|
|
3296
|
+
})))
|
|
3297
|
+
)
|
|
3298
|
+
);
|
|
3299
|
+
|
|
3300
|
+
const IconScrollbarXy = forwardRef(
|
|
3301
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3302
|
+
StyledIcon,
|
|
3303
|
+
{
|
|
3304
|
+
...props,
|
|
3305
|
+
size,
|
|
3306
|
+
viewBox: "0 0 24 24",
|
|
3307
|
+
fill: "none",
|
|
3308
|
+
ref: forwardRef2
|
|
3309
|
+
},
|
|
3310
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3311
|
+
stroke: "currentColor",
|
|
3312
|
+
strokeLinecap: "round",
|
|
3313
|
+
strokeWidth: 2,
|
|
3314
|
+
d: "M6.706 17H12m6-10v8M5.118 4h13.764C20.052 4 21 4.895 21 6v12c0 1.105-.948 2-2.118 2H5.118C3.948 20 3 19.105 3 18V6c0-1.105.948-2 2.118-2Z"
|
|
3315
|
+
})
|
|
3316
|
+
)
|
|
3317
|
+
);
|
|
3318
|
+
|
|
3319
|
+
const IconShapes = forwardRef(
|
|
3320
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3321
|
+
StyledIcon,
|
|
3322
|
+
{
|
|
3323
|
+
...props,
|
|
3324
|
+
size,
|
|
3325
|
+
viewBox: "0 0 24 24",
|
|
3326
|
+
fill: "none",
|
|
3327
|
+
ref: forwardRef2
|
|
3328
|
+
},
|
|
3329
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3330
|
+
clipPath: "url(#a)"
|
|
3331
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3332
|
+
stroke: "currentColor",
|
|
3333
|
+
strokeLinecap: "round",
|
|
3334
|
+
strokeWidth: 2,
|
|
3335
|
+
d: "M8 9.5a6.5 6.5 0 1 1 6.5 6.5M3.25 10h10.5a.25.25 0 0 1 .25.25v10.5a.25.25 0 0 1-.25.25H3.25a.25.25 0 0 1-.25-.25v-10.5a.25.25 0 0 1 .25-.25Z"
|
|
3336
|
+
})),
|
|
3337
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3338
|
+
id: "a"
|
|
3339
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3340
|
+
d: "M0 0h24v24H0z"
|
|
3341
|
+
})))
|
|
3342
|
+
)
|
|
3343
|
+
);
|
|
3344
|
+
|
|
3345
|
+
const IconShieldCheck = forwardRef(
|
|
3346
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3347
|
+
StyledIcon,
|
|
3348
|
+
{
|
|
3349
|
+
...props,
|
|
3350
|
+
size,
|
|
3351
|
+
viewBox: "0 0 24 24",
|
|
3352
|
+
fill: "none",
|
|
3353
|
+
ref: forwardRef2
|
|
3354
|
+
},
|
|
3355
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3356
|
+
clipPath: "url(#a)"
|
|
3357
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3358
|
+
stroke: "currentColor",
|
|
3359
|
+
strokeLinecap: "round",
|
|
3360
|
+
strokeMiterlimit: 1.414,
|
|
3361
|
+
strokeWidth: 2,
|
|
3362
|
+
d: "m9 12 2 1.5L16 9M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z"
|
|
3363
|
+
})),
|
|
3364
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3365
|
+
id: "a"
|
|
3366
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3367
|
+
d: "M0 0h24v24H0z"
|
|
3368
|
+
})))
|
|
3369
|
+
)
|
|
3370
|
+
);
|
|
3371
|
+
|
|
3372
|
+
const IconShieldLock = forwardRef(
|
|
3373
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3374
|
+
StyledIcon,
|
|
3375
|
+
{
|
|
3376
|
+
...props,
|
|
3377
|
+
size,
|
|
3378
|
+
viewBox: "0 0 24 24",
|
|
3379
|
+
fill: "none",
|
|
3380
|
+
ref: forwardRef2
|
|
3381
|
+
},
|
|
3382
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
3383
|
+
width: 8,
|
|
3384
|
+
height: 5,
|
|
3385
|
+
x: 8,
|
|
3386
|
+
y: 11,
|
|
3387
|
+
fill: "currentColor",
|
|
3388
|
+
rx: 1
|
|
3389
|
+
}),
|
|
3390
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3391
|
+
stroke: "currentColor",
|
|
3392
|
+
strokeMiterlimit: 1.414,
|
|
3393
|
+
strokeWidth: 2,
|
|
3394
|
+
d: "M10 13V9.5a2 2 0 1 1 4 0V13M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z"
|
|
3395
|
+
})
|
|
3396
|
+
)
|
|
3397
|
+
);
|
|
3398
|
+
|
|
3399
|
+
const IconSidebarClosed = forwardRef(
|
|
3400
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3401
|
+
StyledIcon,
|
|
3402
|
+
{
|
|
3403
|
+
...props,
|
|
3404
|
+
size,
|
|
3405
|
+
viewBox: "0 0 24 24",
|
|
3406
|
+
fill: "none",
|
|
3407
|
+
ref: forwardRef2
|
|
3408
|
+
},
|
|
3409
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3410
|
+
clipPath: "url(#a)"
|
|
3411
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3412
|
+
stroke: "currentColor",
|
|
3413
|
+
strokeLinecap: "round",
|
|
3414
|
+
strokeLinejoin: "round",
|
|
3415
|
+
strokeMiterlimit: 1.414,
|
|
3416
|
+
strokeWidth: 2,
|
|
3417
|
+
d: "M11 4H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7m0-16h9a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-9m0-16v16M6 8h2m-2 4h2m-2 4h2"
|
|
3418
|
+
})),
|
|
3419
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3420
|
+
id: "a"
|
|
3421
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3422
|
+
d: "M0 0h24v24H0z"
|
|
3423
|
+
})))
|
|
3424
|
+
)
|
|
3425
|
+
);
|
|
3426
|
+
|
|
3427
|
+
const IconSidebarOpen = forwardRef(
|
|
3428
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3429
|
+
StyledIcon,
|
|
3430
|
+
{
|
|
3431
|
+
...props,
|
|
3432
|
+
size,
|
|
3433
|
+
viewBox: "0 0 24 24",
|
|
3434
|
+
fill: "none",
|
|
3435
|
+
ref: forwardRef2
|
|
3436
|
+
},
|
|
3437
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3438
|
+
stroke: "currentColor",
|
|
3439
|
+
strokeLinecap: "round",
|
|
3440
|
+
strokeLinejoin: "round",
|
|
3441
|
+
strokeMiterlimit: 1.414,
|
|
3442
|
+
strokeWidth: 2,
|
|
3443
|
+
d: "M21 19V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1Z"
|
|
3444
|
+
}),
|
|
3445
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3446
|
+
fill: "currentColor",
|
|
3447
|
+
fillRule: "evenodd",
|
|
3448
|
+
d: "M11 5H3v14h8V5ZM6 7a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Z",
|
|
3449
|
+
clipRule: "evenodd"
|
|
3450
|
+
})
|
|
3451
|
+
)
|
|
3452
|
+
);
|
|
3453
|
+
|
|
3454
|
+
const IconSlidersX = forwardRef(
|
|
3455
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3456
|
+
StyledIcon,
|
|
3457
|
+
{
|
|
3458
|
+
...props,
|
|
3459
|
+
size,
|
|
3460
|
+
viewBox: "0 0 24 24",
|
|
3461
|
+
fill: "none",
|
|
3462
|
+
ref: forwardRef2
|
|
3463
|
+
},
|
|
3464
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3465
|
+
clipPath: "url(#a)"
|
|
3466
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3467
|
+
stroke: "currentColor",
|
|
3468
|
+
strokeLinecap: "round",
|
|
3469
|
+
strokeWidth: 2,
|
|
3470
|
+
d: "M20 8h-5M9 8H4m11.5 8H4m8-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"
|
|
3471
|
+
})),
|
|
3472
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3473
|
+
id: "a"
|
|
3474
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3475
|
+
d: "M0 0h24v24H0z"
|
|
3476
|
+
})))
|
|
3477
|
+
)
|
|
3478
|
+
);
|
|
3479
|
+
|
|
3480
|
+
const IconSlidersY = forwardRef(
|
|
3481
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3482
|
+
StyledIcon,
|
|
3483
|
+
{
|
|
3484
|
+
...props,
|
|
3485
|
+
size,
|
|
3486
|
+
viewBox: "0 0 24 24",
|
|
3487
|
+
fill: "none",
|
|
3488
|
+
ref: forwardRef2
|
|
3489
|
+
},
|
|
3490
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3491
|
+
clipPath: "url(#a)"
|
|
3492
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2160
3493
|
stroke: "currentColor",
|
|
2161
3494
|
strokeLinecap: "round",
|
|
2162
3495
|
strokeWidth: 2,
|
|
2163
|
-
d: "
|
|
3496
|
+
d: "M5 5v4m0 6v4m7-14v10m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm7-5.5V19M7 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm14-5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
3497
|
+
})),
|
|
3498
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3499
|
+
id: "a"
|
|
3500
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3501
|
+
d: "M0 0h24v24H0z"
|
|
3502
|
+
})))
|
|
3503
|
+
)
|
|
3504
|
+
);
|
|
3505
|
+
|
|
3506
|
+
const IconSocialFacebook = forwardRef(
|
|
3507
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3508
|
+
StyledIcon,
|
|
3509
|
+
{
|
|
3510
|
+
...props,
|
|
3511
|
+
size,
|
|
3512
|
+
viewBox: "0 0 24 24",
|
|
3513
|
+
fill: "none",
|
|
3514
|
+
ref: forwardRef2
|
|
3515
|
+
},
|
|
3516
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3517
|
+
fill: "currentColor",
|
|
3518
|
+
d: "M22 12.061C22 6.505 17.523 2 12 2S2 6.505 2 12.061c0 5.022 3.657 9.184 8.438 9.939v-7.03h-2.54v-2.91h2.54V9.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 8.437-4.917 8.437-9.939Z"
|
|
2164
3519
|
})
|
|
2165
3520
|
)
|
|
2166
3521
|
);
|
|
2167
3522
|
|
|
2168
|
-
const
|
|
3523
|
+
const IconSocialInstagram = forwardRef(
|
|
2169
3524
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2170
3525
|
StyledIcon,
|
|
2171
3526
|
{
|
|
@@ -2175,21 +3530,20 @@ const IconPlayCircle = forwardRef(
|
|
|
2175
3530
|
fill: "none",
|
|
2176
3531
|
ref: forwardRef2
|
|
2177
3532
|
},
|
|
2178
|
-
/* @__PURE__ */ React.createElement("
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
r: 8.5,
|
|
2182
|
-
stroke: "currentColor",
|
|
2183
|
-
strokeWidth: 2
|
|
3533
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3534
|
+
fill: "currentColor",
|
|
3535
|
+
d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
|
|
2184
3536
|
}),
|
|
2185
3537
|
/* @__PURE__ */ React.createElement("path", {
|
|
2186
3538
|
fill: "currentColor",
|
|
2187
|
-
|
|
3539
|
+
fillRule: "evenodd",
|
|
3540
|
+
d: "M12 2c-2.716 0-3.056.012-4.123.06-1.064.049-1.791.218-2.427.465a4.902 4.902 0 0 0-1.772 1.153A4.902 4.902 0 0 0 2.525 5.45c-.247.636-.416 1.363-.465 2.427C2.011 8.944 2 9.284 2 12s.011 3.056.06 4.123c.049 1.064.218 1.791.465 2.427a4.902 4.902 0 0 0 1.153 1.772 4.901 4.901 0 0 0 1.772 1.153c.636.247 1.363.416 2.427.465 1.067.048 1.407.06 4.123.06s3.056-.012 4.123-.06c1.064-.049 1.791-.218 2.427-.465a4.902 4.902 0 0 0 1.772-1.153 4.902 4.902 0 0 0 1.153-1.772c.247-.636.416-1.363.465-2.427.048-1.067.06-1.407.06-4.123s-.012-3.056-.06-4.123c-.049-1.064-.218-1.791-.465-2.427a4.901 4.901 0 0 0-1.153-1.772 4.902 4.902 0 0 0-1.772-1.153c-.636-.247-1.363-.416-2.427-.465C15.056 2.012 14.716 2 12 2Zm6.538 4.662a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0ZM6.865 12a5.135 5.135 0 1 1 10.27 0 5.135 5.135 0 0 1-10.27 0Z",
|
|
3541
|
+
clipRule: "evenodd"
|
|
2188
3542
|
})
|
|
2189
3543
|
)
|
|
2190
3544
|
);
|
|
2191
3545
|
|
|
2192
|
-
const
|
|
3546
|
+
const IconSocialLinkedin = forwardRef(
|
|
2193
3547
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2194
3548
|
StyledIcon,
|
|
2195
3549
|
{
|
|
@@ -2201,18 +3555,72 @@ const IconPlaybackSpeedCircle = forwardRef(
|
|
|
2201
3555
|
},
|
|
2202
3556
|
/* @__PURE__ */ React.createElement("path", {
|
|
2203
3557
|
fill: "currentColor",
|
|
2204
|
-
d: "
|
|
2205
|
-
})
|
|
3558
|
+
d: "M20.52 2c.816 0 1.48.646 1.48 1.442v17.115c0 .796-.664 1.443-1.48 1.443H3.475C2.661 22 2 21.353 2 20.557V3.442C2 2.646 2.661 2 3.475 2h17.046Zm-1.477 17.042v-5.234c0-2.57-.555-4.547-3.558-4.547-1.444 0-2.412.791-2.807 1.542h-.04V9.498H9.793v9.544h2.963v-4.72c0-1.246.235-2.452 1.779-2.452 1.522 0 1.541 1.424 1.541 2.53v4.642h2.966ZM7.933 9.498h-2.97v9.544h2.97V9.498ZM6.449 4.753a1.72 1.72 0 1 0-.003 3.44 1.72 1.72 0 0 0 .003-3.44Z"
|
|
3559
|
+
})
|
|
3560
|
+
)
|
|
3561
|
+
);
|
|
3562
|
+
|
|
3563
|
+
const IconSocialTwitter = forwardRef(
|
|
3564
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3565
|
+
StyledIcon,
|
|
3566
|
+
{
|
|
3567
|
+
...props,
|
|
3568
|
+
size,
|
|
3569
|
+
viewBox: "0 0 24 24",
|
|
3570
|
+
fill: "none",
|
|
3571
|
+
ref: forwardRef2
|
|
3572
|
+
},
|
|
3573
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3574
|
+
fill: "currentColor",
|
|
3575
|
+
d: "M7.919 21C16.22 21 20.76 14.074 20.76 8.068c0-.196 0-.392-.013-.587A9.22 9.22 0 0 0 23 5.128a8.963 8.963 0 0 1-2.593.715 4.556 4.556 0 0 0 1.985-2.514 9.01 9.01 0 0 1-2.866 1.104A4.505 4.505 0 0 0 16.235 3c-2.479 0-4.518 2.054-4.518 4.55 0 .345.039.69.117 1.028A12.791 12.791 0 0 1 2.53 3.829c-1.19 2.065-.574 4.741 1.4 6.067a4.456 4.456 0 0 1-2.049-.569v.058c0 2.155 1.523 4.029 3.621 4.455a4.477 4.477 0 0 1-2.038.078 4.532 4.532 0 0 0 4.217 3.157A9.019 9.019 0 0 1 1 18.958a12.716 12.716 0 0 0 6.919 2.039"
|
|
3576
|
+
})
|
|
3577
|
+
)
|
|
3578
|
+
);
|
|
3579
|
+
|
|
3580
|
+
const IconSocialYoutube = forwardRef(
|
|
3581
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3582
|
+
StyledIcon,
|
|
3583
|
+
{
|
|
3584
|
+
...props,
|
|
3585
|
+
size,
|
|
3586
|
+
viewBox: "0 0 24 24",
|
|
3587
|
+
fill: "none",
|
|
3588
|
+
ref: forwardRef2
|
|
3589
|
+
},
|
|
2206
3590
|
/* @__PURE__ */ React.createElement("path", {
|
|
3591
|
+
fill: "currentColor",
|
|
3592
|
+
d: "M23.02 6.155c-.265-1.045-1.044-1.868-2.034-2.147C19.192 3.5 12 3.5 12 3.5s-7.192 0-8.986.508C2.024 4.287 1.245 5.11.98 6.155.5 8.049.5 12 .5 12s0 3.952.48 5.845c.265 1.045 1.044 1.868 2.034 2.148C4.808 20.5 12 20.5 12 20.5s7.192 0 8.986-.507c.99-.28 1.77-1.103 2.034-2.148.48-1.893.48-5.845.48-5.845s0-3.951-.48-5.845ZM9.7 15.643V8.357L15.675 12 9.7 15.643Z"
|
|
3593
|
+
})
|
|
3594
|
+
)
|
|
3595
|
+
);
|
|
3596
|
+
|
|
3597
|
+
const IconSpeakerCross = forwardRef(
|
|
3598
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3599
|
+
StyledIcon,
|
|
3600
|
+
{
|
|
3601
|
+
...props,
|
|
3602
|
+
size,
|
|
3603
|
+
viewBox: "0 0 24 24",
|
|
3604
|
+
fill: "none",
|
|
3605
|
+
ref: forwardRef2
|
|
3606
|
+
},
|
|
3607
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3608
|
+
clipPath: "url(#a)"
|
|
3609
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2207
3610
|
stroke: "currentColor",
|
|
2208
3611
|
strokeLinecap: "round",
|
|
2209
3612
|
strokeWidth: 2,
|
|
2210
|
-
d: "
|
|
2211
|
-
})
|
|
3613
|
+
d: "m21 9.5-5 5m0-5 5 5M3.1 15h3.856a.1.1 0 0 1 .074.033l4.796 5.276A.1.1 0 0 0 12 20.24V3.76a.1.1 0 0 0-.174-.068L7.03 8.967A.1.1 0 0 1 6.956 9H3.1a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"
|
|
3614
|
+
})),
|
|
3615
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3616
|
+
id: "a"
|
|
3617
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3618
|
+
d: "M0 0h24v24H0z"
|
|
3619
|
+
})))
|
|
2212
3620
|
)
|
|
2213
3621
|
);
|
|
2214
3622
|
|
|
2215
|
-
const
|
|
3623
|
+
const IconSpeakerHigh = forwardRef(
|
|
2216
3624
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2217
3625
|
StyledIcon,
|
|
2218
3626
|
{
|
|
@@ -2222,16 +3630,23 @@ const IconPlug = forwardRef(
|
|
|
2222
3630
|
fill: "none",
|
|
2223
3631
|
ref: forwardRef2
|
|
2224
3632
|
},
|
|
2225
|
-
/* @__PURE__ */ React.createElement("
|
|
3633
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3634
|
+
clipPath: "url(#a)"
|
|
3635
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2226
3636
|
stroke: "currentColor",
|
|
2227
3637
|
strokeLinecap: "round",
|
|
2228
3638
|
strokeWidth: 2,
|
|
2229
|
-
d: "
|
|
2230
|
-
})
|
|
3639
|
+
d: "M16 10v4m3-8.5V18M3.1 15h3.856a.1.1 0 0 1 .074.033l4.796 5.276A.1.1 0 0 0 12 20.24V3.76a.1.1 0 0 0-.174-.068L7.03 8.967A.1.1 0 0 1 6.956 9H3.1a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"
|
|
3640
|
+
})),
|
|
3641
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3642
|
+
id: "a"
|
|
3643
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3644
|
+
d: "M0 0h24v24H0z"
|
|
3645
|
+
})))
|
|
2231
3646
|
)
|
|
2232
3647
|
);
|
|
2233
3648
|
|
|
2234
|
-
const
|
|
3649
|
+
const IconSplitVertical = forwardRef(
|
|
2235
3650
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2236
3651
|
StyledIcon,
|
|
2237
3652
|
{
|
|
@@ -2241,16 +3656,24 @@ const IconPlus = forwardRef(
|
|
|
2241
3656
|
fill: "none",
|
|
2242
3657
|
ref: forwardRef2
|
|
2243
3658
|
},
|
|
2244
|
-
/* @__PURE__ */ React.createElement("
|
|
3659
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3660
|
+
clipPath: "url(#a)"
|
|
3661
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2245
3662
|
stroke: "currentColor",
|
|
2246
3663
|
strokeLinecap: "round",
|
|
3664
|
+
strokeLinejoin: "round",
|
|
2247
3665
|
strokeWidth: 2,
|
|
2248
|
-
d: "M5
|
|
2249
|
-
})
|
|
3666
|
+
d: "M5 6.5V4h14v2.5M2 12h20M5 17.5V20h14v-2.5"
|
|
3667
|
+
})),
|
|
3668
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3669
|
+
id: "a"
|
|
3670
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3671
|
+
d: "M0 0h24v24H0z"
|
|
3672
|
+
})))
|
|
2250
3673
|
)
|
|
2251
3674
|
);
|
|
2252
3675
|
|
|
2253
|
-
const
|
|
3676
|
+
const IconSquareBracketsAngleSlash = forwardRef(
|
|
2254
3677
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2255
3678
|
StyledIcon,
|
|
2256
3679
|
{
|
|
@@ -2263,8 +3686,10 @@ const IconPushPin = forwardRef(
|
|
|
2263
3686
|
/* @__PURE__ */ React.createElement("g", {
|
|
2264
3687
|
clipPath: "url(#a)"
|
|
2265
3688
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2266
|
-
|
|
2267
|
-
|
|
3689
|
+
stroke: "currentColor",
|
|
3690
|
+
strokeLinecap: "round",
|
|
3691
|
+
strokeWidth: 2,
|
|
3692
|
+
d: "M6 4 3.177 6.823a.25.25 0 0 0 0 .354L6 10m5-7-2 8m5-7 2.823 2.823a.25.25 0 0 1 0 .354L14 10m5-7v0a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5"
|
|
2268
3693
|
})),
|
|
2269
3694
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2270
3695
|
id: "a"
|
|
@@ -2274,7 +3699,7 @@ const IconPushPin = forwardRef(
|
|
|
2274
3699
|
)
|
|
2275
3700
|
);
|
|
2276
3701
|
|
|
2277
|
-
const
|
|
3702
|
+
const IconSquareCirclesTwo = forwardRef(
|
|
2278
3703
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2279
3704
|
StyledIcon,
|
|
2280
3705
|
{
|
|
@@ -2288,12 +3713,16 @@ const IconQuestionMarkCircle = forwardRef(
|
|
|
2288
3713
|
stroke: "currentColor",
|
|
2289
3714
|
strokeLinecap: "round",
|
|
2290
3715
|
strokeWidth: 2,
|
|
2291
|
-
d: "
|
|
3716
|
+
d: "M19.75 4H4.25a.25.25 0 0 0-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25Z"
|
|
3717
|
+
}),
|
|
3718
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3719
|
+
fill: "currentColor",
|
|
3720
|
+
d: "M16 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm7-3a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
|
|
2292
3721
|
})
|
|
2293
3722
|
)
|
|
2294
3723
|
);
|
|
2295
3724
|
|
|
2296
|
-
const
|
|
3725
|
+
const IconSquareLineSquareDashed = forwardRef(
|
|
2297
3726
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2298
3727
|
StyledIcon,
|
|
2299
3728
|
{
|
|
@@ -2307,8 +3736,10 @@ const IconRhombus = forwardRef(
|
|
|
2307
3736
|
clipPath: "url(#a)"
|
|
2308
3737
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2309
3738
|
stroke: "currentColor",
|
|
3739
|
+
strokeLinecap: "round",
|
|
3740
|
+
strokeLinejoin: "round",
|
|
2310
3741
|
strokeWidth: 2,
|
|
2311
|
-
d: "
|
|
3742
|
+
d: "M18 3h3v3m0 4v4m0 4v3h-3m-4 0h-4m-4 0H3v-3M3 3h11v11H3V3Z"
|
|
2312
3743
|
})),
|
|
2313
3744
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2314
3745
|
id: "a"
|
|
@@ -2318,7 +3749,7 @@ const IconRhombus = forwardRef(
|
|
|
2318
3749
|
)
|
|
2319
3750
|
);
|
|
2320
3751
|
|
|
2321
|
-
const
|
|
3752
|
+
const IconSquareRounded = forwardRef(
|
|
2322
3753
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2323
3754
|
StyledIcon,
|
|
2324
3755
|
{
|
|
@@ -2328,16 +3759,22 @@ const IconScrollbarXy = forwardRef(
|
|
|
2328
3759
|
fill: "none",
|
|
2329
3760
|
ref: forwardRef2
|
|
2330
3761
|
},
|
|
2331
|
-
/* @__PURE__ */ React.createElement("
|
|
3762
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3763
|
+
clipPath: "url(#a)"
|
|
3764
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2332
3765
|
stroke: "currentColor",
|
|
2333
|
-
strokeLinecap: "round",
|
|
2334
3766
|
strokeWidth: 2,
|
|
2335
|
-
d: "
|
|
2336
|
-
})
|
|
3767
|
+
d: "M16 4H8a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4Z"
|
|
3768
|
+
})),
|
|
3769
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3770
|
+
id: "a"
|
|
3771
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3772
|
+
d: "M0 0h24v24H0z"
|
|
3773
|
+
})))
|
|
2337
3774
|
)
|
|
2338
3775
|
);
|
|
2339
3776
|
|
|
2340
|
-
const
|
|
3777
|
+
const IconSquareTriangleCirclePlus = forwardRef(
|
|
2341
3778
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2342
3779
|
StyledIcon,
|
|
2343
3780
|
{
|
|
@@ -2353,7 +3790,7 @@ const IconShapes = forwardRef(
|
|
|
2353
3790
|
stroke: "currentColor",
|
|
2354
3791
|
strokeLinecap: "round",
|
|
2355
3792
|
strokeWidth: 2,
|
|
2356
|
-
d: "
|
|
3793
|
+
d: "M17 14v3m0 0v3m0-3h-3m3 0h3M5 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm9.164 5.645 2.609-5.653a.25.25 0 0 1 .454 0l2.61 5.653a.25.25 0 0 1-.228.355h-5.218a.25.25 0 0 1-.227-.355Zm-9.285 9.476A3 3 0 1 0 9.12 14.88a3 3 0 0 0-4.24 4.24Z"
|
|
2357
3794
|
})),
|
|
2358
3795
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2359
3796
|
id: "a"
|
|
@@ -2363,7 +3800,7 @@ const IconShapes = forwardRef(
|
|
|
2363
3800
|
)
|
|
2364
3801
|
);
|
|
2365
3802
|
|
|
2366
|
-
const
|
|
3803
|
+
const IconSquare = forwardRef(
|
|
2367
3804
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2368
3805
|
StyledIcon,
|
|
2369
3806
|
{
|
|
@@ -2376,11 +3813,35 @@ const IconShieldCheck = forwardRef(
|
|
|
2376
3813
|
/* @__PURE__ */ React.createElement("g", {
|
|
2377
3814
|
clipPath: "url(#a)"
|
|
2378
3815
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3816
|
+
stroke: "currentColor",
|
|
3817
|
+
strokeWidth: 2,
|
|
3818
|
+
d: "M20.75 3H3.25a.25.25 0 0 0-.25.25v17.5c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25V3.25a.25.25 0 0 0-.25-.25Z"
|
|
3819
|
+
})),
|
|
3820
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3821
|
+
id: "a"
|
|
3822
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3823
|
+
d: "M0 0h24v24H0z"
|
|
3824
|
+
})))
|
|
3825
|
+
)
|
|
3826
|
+
);
|
|
3827
|
+
|
|
3828
|
+
const IconSquaresFour = forwardRef(
|
|
3829
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3830
|
+
StyledIcon,
|
|
3831
|
+
{
|
|
3832
|
+
...props,
|
|
3833
|
+
size,
|
|
3834
|
+
viewBox: "0 0 24 24",
|
|
3835
|
+
fill: "none",
|
|
3836
|
+
ref: forwardRef2
|
|
3837
|
+
},
|
|
3838
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2379
3839
|
stroke: "currentColor",
|
|
2380
3840
|
strokeLinecap: "round",
|
|
2381
|
-
strokeMiterlimit: 1.414,
|
|
2382
3841
|
strokeWidth: 2,
|
|
2383
|
-
|
|
3842
|
+
clipPath: "url(#a)"
|
|
3843
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3844
|
+
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
2384
3845
|
})),
|
|
2385
3846
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2386
3847
|
id: "a"
|
|
@@ -2390,7 +3851,7 @@ const IconShieldCheck = forwardRef(
|
|
|
2390
3851
|
)
|
|
2391
3852
|
);
|
|
2392
3853
|
|
|
2393
|
-
const
|
|
3854
|
+
const IconSquaresGroup = forwardRef(
|
|
2394
3855
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2395
3856
|
StyledIcon,
|
|
2396
3857
|
{
|
|
@@ -2400,24 +3861,75 @@ const IconShieldLock = forwardRef(
|
|
|
2400
3861
|
fill: "none",
|
|
2401
3862
|
ref: forwardRef2
|
|
2402
3863
|
},
|
|
2403
|
-
/* @__PURE__ */ React.createElement("
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
3864
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3865
|
+
stroke: "currentColor",
|
|
3866
|
+
strokeLinecap: "round",
|
|
3867
|
+
strokeLinejoin: "round",
|
|
3868
|
+
strokeWidth: 2,
|
|
3869
|
+
d: "M20 4H4v16h16V4Z"
|
|
3870
|
+
}),
|
|
3871
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2408
3872
|
fill: "currentColor",
|
|
2409
|
-
|
|
3873
|
+
d: "M2 2h3v3H2V2Zm17 0h3v3h-3V2Zm0 17h3v3h-3v-3ZM2 19h3v3H2v-3Zm9-12h6v6h-6V7Z"
|
|
2410
3874
|
}),
|
|
2411
3875
|
/* @__PURE__ */ React.createElement("path", {
|
|
3876
|
+
fill: "currentColor",
|
|
3877
|
+
d: "M7 11h3v3h3v3H7v-6Z"
|
|
3878
|
+
})
|
|
3879
|
+
)
|
|
3880
|
+
);
|
|
3881
|
+
|
|
3882
|
+
const IconSquaresMerge = forwardRef(
|
|
3883
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3884
|
+
StyledIcon,
|
|
3885
|
+
{
|
|
3886
|
+
...props,
|
|
3887
|
+
size,
|
|
3888
|
+
viewBox: "0 0 24 24",
|
|
3889
|
+
fill: "none",
|
|
3890
|
+
ref: forwardRef2
|
|
3891
|
+
},
|
|
3892
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3893
|
+
clipPath: "url(#a)"
|
|
3894
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3895
|
+
fill: "currentColor",
|
|
3896
|
+
d: "M9 3V2a1 1 0 0 0-1 1h1Zm12 0h1a1 1 0 0 0-1-1v1Zm0 12v1a1 1 0 0 0 1-1h-1Zm-6 0v-1h-1v1h1Zm0 6v1a1 1 0 0 0 1-1h-1ZM3 21H2a1 1 0 0 0 1 1v-1ZM3 9V8a1 1 0 0 0-1 1h1Zm6 0v1h1V9H9Zm0-5h12V2H9v2Zm11-1v12h2V3h-2Zm1 11h-6v2h6v-2Zm-7 1v6h2v-6h-2Zm1 5H3v2h12v-2ZM4 21V9H2v12h2ZM3 10h6V8H3v2Zm7-1V3H8v6h2Z"
|
|
3897
|
+
})),
|
|
3898
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3899
|
+
id: "a"
|
|
3900
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3901
|
+
d: "M0 0h24v24H0z"
|
|
3902
|
+
})))
|
|
3903
|
+
)
|
|
3904
|
+
);
|
|
3905
|
+
|
|
3906
|
+
const IconSquaresThree = forwardRef(
|
|
3907
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3908
|
+
StyledIcon,
|
|
3909
|
+
{
|
|
3910
|
+
...props,
|
|
3911
|
+
size,
|
|
3912
|
+
viewBox: "0 0 24 24",
|
|
3913
|
+
fill: "none",
|
|
3914
|
+
ref: forwardRef2
|
|
3915
|
+
},
|
|
3916
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2412
3917
|
stroke: "currentColor",
|
|
2413
|
-
|
|
3918
|
+
strokeLinecap: "round",
|
|
2414
3919
|
strokeWidth: 2,
|
|
2415
|
-
|
|
2416
|
-
}
|
|
3920
|
+
clipPath: "url(#a)"
|
|
3921
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3922
|
+
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
3923
|
+
})),
|
|
3924
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3925
|
+
id: "a"
|
|
3926
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3927
|
+
d: "M0 0h24v24H0z"
|
|
3928
|
+
})))
|
|
2417
3929
|
)
|
|
2418
3930
|
);
|
|
2419
3931
|
|
|
2420
|
-
const
|
|
3932
|
+
const IconSquaresTwoOverlap = forwardRef(
|
|
2421
3933
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2422
3934
|
StyledIcon,
|
|
2423
3935
|
{
|
|
@@ -2433,9 +3945,8 @@ const IconSidebarClosed = forwardRef(
|
|
|
2433
3945
|
stroke: "currentColor",
|
|
2434
3946
|
strokeLinecap: "round",
|
|
2435
3947
|
strokeLinejoin: "round",
|
|
2436
|
-
strokeMiterlimit: 1.414,
|
|
2437
3948
|
strokeWidth: 2,
|
|
2438
|
-
d: "
|
|
3949
|
+
d: "M9 5V3h12v12h-2M3 9h12v12H3V9Z"
|
|
2439
3950
|
})),
|
|
2440
3951
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2441
3952
|
id: "a"
|
|
@@ -2445,7 +3956,7 @@ const IconSidebarClosed = forwardRef(
|
|
|
2445
3956
|
)
|
|
2446
3957
|
);
|
|
2447
3958
|
|
|
2448
|
-
const
|
|
3959
|
+
const IconSquaresUngroup = forwardRef(
|
|
2449
3960
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2450
3961
|
StyledIcon,
|
|
2451
3962
|
{
|
|
@@ -2459,20 +3970,17 @@ const IconSidebarOpen = forwardRef(
|
|
|
2459
3970
|
stroke: "currentColor",
|
|
2460
3971
|
strokeLinecap: "round",
|
|
2461
3972
|
strokeLinejoin: "round",
|
|
2462
|
-
strokeMiterlimit: 1.414,
|
|
2463
3973
|
strokeWidth: 2,
|
|
2464
|
-
d: "
|
|
3974
|
+
d: "M10 10v4h4m-4-4V4h10v10h-6m-4-4H4v10h10v-6"
|
|
2465
3975
|
}),
|
|
2466
3976
|
/* @__PURE__ */ React.createElement("path", {
|
|
2467
3977
|
fill: "currentColor",
|
|
2468
|
-
|
|
2469
|
-
d: "M11 5H3v14h8V5ZM6 7a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Z",
|
|
2470
|
-
clipRule: "evenodd"
|
|
3978
|
+
d: "M8 2h3v3H8V2Zm11 0h3v3h-3V2Zm0 11h3v3h-3v-3ZM8 13h3v3H8v-3ZM2 8h3v3H2V8Zm0 11h3v3H2v-3Zm11 0h3v3h-3v-3Z"
|
|
2471
3979
|
})
|
|
2472
3980
|
)
|
|
2473
3981
|
);
|
|
2474
3982
|
|
|
2475
|
-
const
|
|
3983
|
+
const IconSquaresUnmerge = forwardRef(
|
|
2476
3984
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2477
3985
|
StyledIcon,
|
|
2478
3986
|
{
|
|
@@ -2487,8 +3995,9 @@ const IconSlidersX = forwardRef(
|
|
|
2487
3995
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2488
3996
|
stroke: "currentColor",
|
|
2489
3997
|
strokeLinecap: "round",
|
|
3998
|
+
strokeLinejoin: "round",
|
|
2490
3999
|
strokeWidth: 2,
|
|
2491
|
-
d: "
|
|
4000
|
+
d: "M9 3h12v12H9V3Zm6 6H3v12h12V9Z"
|
|
2492
4001
|
})),
|
|
2493
4002
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2494
4003
|
id: "a"
|
|
@@ -2498,7 +4007,7 @@ const IconSlidersX = forwardRef(
|
|
|
2498
4007
|
)
|
|
2499
4008
|
);
|
|
2500
4009
|
|
|
2501
|
-
const
|
|
4010
|
+
const IconStack = forwardRef(
|
|
2502
4011
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2503
4012
|
StyledIcon,
|
|
2504
4013
|
{
|
|
@@ -2513,8 +4022,9 @@ const IconSlidersY = forwardRef(
|
|
|
2513
4022
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2514
4023
|
stroke: "currentColor",
|
|
2515
4024
|
strokeLinecap: "round",
|
|
4025
|
+
strokeLinejoin: "round",
|
|
2516
4026
|
strokeWidth: 2,
|
|
2517
|
-
d: "
|
|
4027
|
+
d: "m18 14 4 1.5L12 20 2 15.5 6 14m6-10 10 4.5L12 13 2 8.5 12 4Z"
|
|
2518
4028
|
})),
|
|
2519
4029
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2520
4030
|
id: "a"
|
|
@@ -2524,7 +4034,7 @@ const IconSlidersY = forwardRef(
|
|
|
2524
4034
|
)
|
|
2525
4035
|
);
|
|
2526
4036
|
|
|
2527
|
-
const
|
|
4037
|
+
const IconStickyNote = forwardRef(
|
|
2528
4038
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2529
4039
|
StyledIcon,
|
|
2530
4040
|
{
|
|
@@ -2534,14 +4044,23 @@ const IconSocialFacebook = forwardRef(
|
|
|
2534
4044
|
fill: "none",
|
|
2535
4045
|
ref: forwardRef2
|
|
2536
4046
|
},
|
|
2537
|
-
/* @__PURE__ */ React.createElement("
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
4047
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4048
|
+
clipPath: "url(#a)"
|
|
4049
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4050
|
+
stroke: "currentColor",
|
|
4051
|
+
strokeLinecap: "square",
|
|
4052
|
+
strokeWidth: 2,
|
|
4053
|
+
d: "M14 19v-5.5a.5.5 0 0 1 .5-.5H20M4.5 4h16a.5.5 0 0 1 .5.5v7.843a4 4 0 0 1-1.172 2.829l-3.656 3.656A4 4 0 0 1 13.343 20H4.5a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5Z"
|
|
4054
|
+
})),
|
|
4055
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4056
|
+
id: "a"
|
|
4057
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4058
|
+
d: "M0 0h24v24H0z"
|
|
4059
|
+
})))
|
|
2541
4060
|
)
|
|
2542
4061
|
);
|
|
2543
4062
|
|
|
2544
|
-
const
|
|
4063
|
+
const IconStopCircle = forwardRef(
|
|
2545
4064
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2546
4065
|
StyledIcon,
|
|
2547
4066
|
{
|
|
@@ -2551,20 +4070,21 @@ const IconSocialInstagram = forwardRef(
|
|
|
2551
4070
|
fill: "none",
|
|
2552
4071
|
ref: forwardRef2
|
|
2553
4072
|
},
|
|
2554
|
-
/* @__PURE__ */ React.createElement("
|
|
2555
|
-
|
|
2556
|
-
|
|
4073
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
4074
|
+
cx: 12,
|
|
4075
|
+
cy: 12,
|
|
4076
|
+
r: 8.5,
|
|
4077
|
+
stroke: "currentColor",
|
|
4078
|
+
strokeWidth: 2
|
|
2557
4079
|
}),
|
|
2558
4080
|
/* @__PURE__ */ React.createElement("path", {
|
|
2559
4081
|
fill: "currentColor",
|
|
2560
|
-
|
|
2561
|
-
d: "M12 2c-2.716 0-3.056.012-4.123.06-1.064.049-1.791.218-2.427.465a4.902 4.902 0 0 0-1.772 1.153A4.902 4.902 0 0 0 2.525 5.45c-.247.636-.416 1.363-.465 2.427C2.011 8.944 2 9.284 2 12s.011 3.056.06 4.123c.049 1.064.218 1.791.465 2.427a4.902 4.902 0 0 0 1.153 1.772 4.901 4.901 0 0 0 1.772 1.153c.636.247 1.363.416 2.427.465 1.067.048 1.407.06 4.123.06s3.056-.012 4.123-.06c1.064-.049 1.791-.218 2.427-.465a4.902 4.902 0 0 0 1.772-1.153 4.902 4.902 0 0 0 1.153-1.772c.247-.636.416-1.363.465-2.427.048-1.067.06-1.407.06-4.123s-.012-3.056-.06-4.123c-.049-1.064-.218-1.791-.465-2.427a4.901 4.901 0 0 0-1.153-1.772 4.902 4.902 0 0 0-1.772-1.153c-.636-.247-1.363-.416-2.427-.465C15.056 2.012 14.716 2 12 2Zm6.538 4.662a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0ZM6.865 12a5.135 5.135 0 1 1 10.27 0 5.135 5.135 0 0 1-10.27 0Z",
|
|
2562
|
-
clipRule: "evenodd"
|
|
4082
|
+
d: "M9 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Z"
|
|
2563
4083
|
})
|
|
2564
4084
|
)
|
|
2565
4085
|
);
|
|
2566
4086
|
|
|
2567
|
-
const
|
|
4087
|
+
const IconTag = forwardRef(
|
|
2568
4088
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2569
4089
|
StyledIcon,
|
|
2570
4090
|
{
|
|
@@ -2575,13 +4095,23 @@ const IconSocialLinkedin = forwardRef(
|
|
|
2575
4095
|
ref: forwardRef2
|
|
2576
4096
|
},
|
|
2577
4097
|
/* @__PURE__ */ React.createElement("path", {
|
|
2578
|
-
|
|
2579
|
-
|
|
4098
|
+
stroke: "currentColor",
|
|
4099
|
+
strokeLinecap: "square",
|
|
4100
|
+
strokeLinejoin: "round",
|
|
4101
|
+
strokeMiterlimit: 1.414,
|
|
4102
|
+
strokeWidth: 2,
|
|
4103
|
+
d: "M11.953 4H4v8l8.839 8.617 7.778-7.778L11.953 4Z"
|
|
4104
|
+
}),
|
|
4105
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
4106
|
+
cx: 8.5,
|
|
4107
|
+
cy: 8.5,
|
|
4108
|
+
r: 1.5,
|
|
4109
|
+
fill: "currentColor"
|
|
2580
4110
|
})
|
|
2581
4111
|
)
|
|
2582
4112
|
);
|
|
2583
4113
|
|
|
2584
|
-
const
|
|
4114
|
+
const IconTextAUnderline = forwardRef(
|
|
2585
4115
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2586
4116
|
StyledIcon,
|
|
2587
4117
|
{
|
|
@@ -2591,31 +4121,22 @@ const IconSocialTwitter = forwardRef(
|
|
|
2591
4121
|
fill: "none",
|
|
2592
4122
|
ref: forwardRef2
|
|
2593
4123
|
},
|
|
2594
|
-
/* @__PURE__ */ React.createElement("
|
|
4124
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
4125
|
+
width: 18,
|
|
4126
|
+
height: 2,
|
|
4127
|
+
x: 3,
|
|
4128
|
+
y: 19,
|
|
2595
4129
|
fill: "currentColor",
|
|
2596
|
-
|
|
2597
|
-
})
|
|
2598
|
-
)
|
|
2599
|
-
);
|
|
2600
|
-
|
|
2601
|
-
const IconSocialYoutube = forwardRef(
|
|
2602
|
-
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2603
|
-
StyledIcon,
|
|
2604
|
-
{
|
|
2605
|
-
...props,
|
|
2606
|
-
size,
|
|
2607
|
-
viewBox: "0 0 24 24",
|
|
2608
|
-
fill: "none",
|
|
2609
|
-
ref: forwardRef2
|
|
2610
|
-
},
|
|
4130
|
+
rx: 0.5
|
|
4131
|
+
}),
|
|
2611
4132
|
/* @__PURE__ */ React.createElement("path", {
|
|
2612
4133
|
fill: "currentColor",
|
|
2613
|
-
d: "
|
|
4134
|
+
d: "M6.077 15.615a1 1 0 1 0 1.846.77l-1.846-.77ZM12 4l.923-.385a1 1 0 0 0-1.846 0L12 4Zm4.077 12.385a1 1 0 0 0 1.846-.77l-1.846.77Zm-5-12 3.75 9 1.846-.77-3.75-9-1.846.77Zm3.75 9 1.25 3 1.846-.77-1.25-3-1.846.77Zm-6.904 3 1.25-3-1.846-.77-1.25 3 1.846.77Zm1.25-3 3.75-9-1.846-.77-3.75 9 1.846.77ZM15.75 12h-7.5v2h7.5v-2Z"
|
|
2614
4135
|
})
|
|
2615
4136
|
)
|
|
2616
4137
|
);
|
|
2617
4138
|
|
|
2618
|
-
const
|
|
4139
|
+
const IconTextAlignCenter = forwardRef(
|
|
2619
4140
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2620
4141
|
StyledIcon,
|
|
2621
4142
|
{
|
|
@@ -2630,8 +4151,9 @@ const IconSpeakerCross = forwardRef(
|
|
|
2630
4151
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2631
4152
|
stroke: "currentColor",
|
|
2632
4153
|
strokeLinecap: "round",
|
|
4154
|
+
strokeLinejoin: "round",
|
|
2633
4155
|
strokeWidth: 2,
|
|
2634
|
-
d: "
|
|
4156
|
+
d: "M5 6h14M8 10h8M5 14h14M8 18h8"
|
|
2635
4157
|
})),
|
|
2636
4158
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2637
4159
|
id: "a"
|
|
@@ -2641,7 +4163,7 @@ const IconSpeakerCross = forwardRef(
|
|
|
2641
4163
|
)
|
|
2642
4164
|
);
|
|
2643
4165
|
|
|
2644
|
-
const
|
|
4166
|
+
const IconTextAlignLeft = forwardRef(
|
|
2645
4167
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2646
4168
|
StyledIcon,
|
|
2647
4169
|
{
|
|
@@ -2656,8 +4178,9 @@ const IconSpeakerHigh = forwardRef(
|
|
|
2656
4178
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2657
4179
|
stroke: "currentColor",
|
|
2658
4180
|
strokeLinecap: "round",
|
|
4181
|
+
strokeLinejoin: "round",
|
|
2659
4182
|
strokeWidth: 2,
|
|
2660
|
-
d: "
|
|
4183
|
+
d: "M5 6h14M5 12h7m-7 6h14"
|
|
2661
4184
|
})),
|
|
2662
4185
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2663
4186
|
id: "a"
|
|
@@ -2667,7 +4190,24 @@ const IconSpeakerHigh = forwardRef(
|
|
|
2667
4190
|
)
|
|
2668
4191
|
);
|
|
2669
4192
|
|
|
2670
|
-
const
|
|
4193
|
+
const IconTextBBoldItalicUnderlined = forwardRef(
|
|
4194
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4195
|
+
StyledIcon,
|
|
4196
|
+
{
|
|
4197
|
+
...props,
|
|
4198
|
+
size,
|
|
4199
|
+
viewBox: "0 0 24 24",
|
|
4200
|
+
fill: "none",
|
|
4201
|
+
ref: forwardRef2
|
|
4202
|
+
},
|
|
4203
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4204
|
+
fill: "currentColor",
|
|
4205
|
+
d: "M4 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm3.5-4.25-1.229-.23L5.994 17H7.5v-1.25Zm2.25-12V2.5H8.713L8.52 3.52l1.229.23Zm2.75 6V11 9.75Zm-2.75-6V5h3.75V2.5H9.75v1.25Zm-2.25 12V17h4v-2.5h-4v1.25Zm9.5-3.5c0-1.342-.506-2.405-1.512-3.052-.895-.574-2.008-.698-2.988-.698V11c.852 0 1.364.126 1.636.302.161.103.364.29.364.948H17Zm-2.5 0c0 1.106-.967 2.25-3 2.25V17c2.967 0 5.5-1.856 5.5-4.75h-2.5Zm-2-1.25c1.053 0 2.321-.21 3.367-.889 1.119-.725 1.883-1.928 1.883-3.611h-2.5c0 .817-.32 1.24-.743 1.514-.496.322-1.229.486-2.007.486V11Zm5.25-4.5c0-1.778-.941-2.852-1.964-3.41A5.096 5.096 0 0 0 13.5 2.5V5c.13 0 .65.045 1.089.285.202.11.357.245.463.409.1.155.198.4.198.806h2.5ZM8.521 3.52l-1.125 6 2.458.46 1.125-6-2.458-.46Zm-1.125 6-1.125 6 2.458.46 1.125-6-2.458-.46ZM12.5 8.5H8.625V11H12.5V8.5Z"
|
|
4206
|
+
})
|
|
4207
|
+
)
|
|
4208
|
+
);
|
|
4209
|
+
|
|
4210
|
+
const IconTextBBold = forwardRef(
|
|
2671
4211
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2672
4212
|
StyledIcon,
|
|
2673
4213
|
{
|
|
@@ -2682,8 +4222,9 @@ const IconSquareBracketsAngleSlash = forwardRef(
|
|
|
2682
4222
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2683
4223
|
stroke: "currentColor",
|
|
2684
4224
|
strokeLinecap: "round",
|
|
2685
|
-
|
|
2686
|
-
|
|
4225
|
+
strokeLinejoin: "round",
|
|
4226
|
+
strokeWidth: 2.5,
|
|
4227
|
+
d: "M13.5 11.75H7.25m6.25 0c1.055 0 2.5-1.18 2.5-3s-1.082-3.5-3.25-3.5h-5.5v6.5m6.25 0c2.5 0 3.5 1.838 3.5 3.5s-1.225 3.5-3.5 3.5H7.25v-7"
|
|
2687
4228
|
})),
|
|
2688
4229
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2689
4230
|
id: "a"
|
|
@@ -2693,7 +4234,7 @@ const IconSquareBracketsAngleSlash = forwardRef(
|
|
|
2693
4234
|
)
|
|
2694
4235
|
);
|
|
2695
4236
|
|
|
2696
|
-
const
|
|
4237
|
+
const IconTextHOne = forwardRef(
|
|
2697
4238
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2698
4239
|
StyledIcon,
|
|
2699
4240
|
{
|
|
@@ -2703,20 +4244,24 @@ const IconSquareCirclesTwo = forwardRef(
|
|
|
2703
4244
|
fill: "none",
|
|
2704
4245
|
ref: forwardRef2
|
|
2705
4246
|
},
|
|
2706
|
-
/* @__PURE__ */ React.createElement("
|
|
4247
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4248
|
+
clipPath: "url(#a)"
|
|
4249
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2707
4250
|
stroke: "currentColor",
|
|
2708
4251
|
strokeLinecap: "round",
|
|
4252
|
+
strokeLinejoin: "round",
|
|
2709
4253
|
strokeWidth: 2,
|
|
2710
|
-
d: "
|
|
2711
|
-
}),
|
|
2712
|
-
/* @__PURE__ */ React.createElement("
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
4254
|
+
d: "M5 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m5-12h3v12"
|
|
4255
|
+
})),
|
|
4256
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4257
|
+
id: "a"
|
|
4258
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4259
|
+
d: "M0 0h24v24H0z"
|
|
4260
|
+
})))
|
|
2716
4261
|
)
|
|
2717
4262
|
);
|
|
2718
4263
|
|
|
2719
|
-
const
|
|
4264
|
+
const IconTextHThree = forwardRef(
|
|
2720
4265
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2721
4266
|
StyledIcon,
|
|
2722
4267
|
{
|
|
@@ -2730,8 +4275,10 @@ const IconSquareRounded = forwardRef(
|
|
|
2730
4275
|
clipPath: "url(#a)"
|
|
2731
4276
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2732
4277
|
stroke: "currentColor",
|
|
4278
|
+
strokeLinecap: "round",
|
|
4279
|
+
strokeLinejoin: "round",
|
|
2733
4280
|
strokeWidth: 2,
|
|
2734
|
-
d: "
|
|
4281
|
+
d: "M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5"
|
|
2735
4282
|
})),
|
|
2736
4283
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2737
4284
|
id: "a"
|
|
@@ -2741,7 +4288,7 @@ const IconSquareRounded = forwardRef(
|
|
|
2741
4288
|
)
|
|
2742
4289
|
);
|
|
2743
4290
|
|
|
2744
|
-
const
|
|
4291
|
+
const IconTextHTwo = forwardRef(
|
|
2745
4292
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2746
4293
|
StyledIcon,
|
|
2747
4294
|
{
|
|
@@ -2756,8 +4303,9 @@ const IconSquareTriangleCirclePlus = forwardRef(
|
|
|
2756
4303
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2757
4304
|
stroke: "currentColor",
|
|
2758
4305
|
strokeLinecap: "round",
|
|
4306
|
+
strokeLinejoin: "round",
|
|
2759
4307
|
strokeWidth: 2,
|
|
2760
|
-
d: "
|
|
4308
|
+
d: "M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6h-5v6h5"
|
|
2761
4309
|
})),
|
|
2762
4310
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2763
4311
|
id: "a"
|
|
@@ -2767,7 +4315,7 @@ const IconSquareTriangleCirclePlus = forwardRef(
|
|
|
2767
4315
|
)
|
|
2768
4316
|
);
|
|
2769
4317
|
|
|
2770
|
-
const
|
|
4318
|
+
const IconTextIItalic = forwardRef(
|
|
2771
4319
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2772
4320
|
StyledIcon,
|
|
2773
4321
|
{
|
|
@@ -2781,8 +4329,9 @@ const IconSquare = forwardRef(
|
|
|
2781
4329
|
clipPath: "url(#a)"
|
|
2782
4330
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2783
4331
|
stroke: "currentColor",
|
|
4332
|
+
strokeLinecap: "round",
|
|
2784
4333
|
strokeWidth: 2,
|
|
2785
|
-
d: "
|
|
4334
|
+
d: "M11 5h4m4 0h-4m0 0L9 19m0 0H5m4 0h4"
|
|
2786
4335
|
})),
|
|
2787
4336
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2788
4337
|
id: "a"
|
|
@@ -2792,7 +4341,7 @@ const IconSquare = forwardRef(
|
|
|
2792
4341
|
)
|
|
2793
4342
|
);
|
|
2794
4343
|
|
|
2795
|
-
const
|
|
4344
|
+
const IconTextIndent = forwardRef(
|
|
2796
4345
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2797
4346
|
StyledIcon,
|
|
2798
4347
|
{
|
|
@@ -2803,12 +4352,13 @@ const IconSquaresFour = forwardRef(
|
|
|
2803
4352
|
ref: forwardRef2
|
|
2804
4353
|
},
|
|
2805
4354
|
/* @__PURE__ */ React.createElement("g", {
|
|
4355
|
+
clipPath: "url(#a)"
|
|
4356
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2806
4357
|
stroke: "currentColor",
|
|
2807
4358
|
strokeLinecap: "round",
|
|
4359
|
+
strokeLinejoin: "round",
|
|
2808
4360
|
strokeWidth: 2,
|
|
2809
|
-
|
|
2810
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
2811
|
-
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
4361
|
+
d: "M12 3v18M2 12h7m0 0L6 9m3 3-3 3m10-9h6m-6 6h3m-3 6h6"
|
|
2812
4362
|
})),
|
|
2813
4363
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2814
4364
|
id: "a"
|
|
@@ -2818,7 +4368,7 @@ const IconSquaresFour = forwardRef(
|
|
|
2818
4368
|
)
|
|
2819
4369
|
);
|
|
2820
4370
|
|
|
2821
|
-
const
|
|
4371
|
+
const IconTextLinesThree = forwardRef(
|
|
2822
4372
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2823
4373
|
StyledIcon,
|
|
2824
4374
|
{
|
|
@@ -2829,12 +4379,13 @@ const IconSquaresThree = forwardRef(
|
|
|
2829
4379
|
ref: forwardRef2
|
|
2830
4380
|
},
|
|
2831
4381
|
/* @__PURE__ */ React.createElement("g", {
|
|
4382
|
+
clipPath: "url(#a)"
|
|
4383
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2832
4384
|
stroke: "currentColor",
|
|
2833
4385
|
strokeLinecap: "round",
|
|
4386
|
+
strokeLinejoin: "round",
|
|
2834
4387
|
strokeWidth: 2,
|
|
2835
|
-
|
|
2836
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
2837
|
-
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
4388
|
+
d: "M4 6h15M4 12h15M4 18h9"
|
|
2838
4389
|
})),
|
|
2839
4390
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2840
4391
|
id: "a"
|
|
@@ -2844,7 +4395,7 @@ const IconSquaresThree = forwardRef(
|
|
|
2844
4395
|
)
|
|
2845
4396
|
);
|
|
2846
4397
|
|
|
2847
|
-
const
|
|
4398
|
+
const IconTextSStrikethrough = forwardRef(
|
|
2848
4399
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2849
4400
|
StyledIcon,
|
|
2850
4401
|
{
|
|
@@ -2858,9 +4409,10 @@ const IconStickyNote = forwardRef(
|
|
|
2858
4409
|
clipPath: "url(#a)"
|
|
2859
4410
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2860
4411
|
stroke: "currentColor",
|
|
2861
|
-
strokeLinecap: "
|
|
4412
|
+
strokeLinecap: "round",
|
|
4413
|
+
strokeLinejoin: "round",
|
|
2862
4414
|
strokeWidth: 2,
|
|
2863
|
-
d: "
|
|
4415
|
+
d: "M8 19s1.196.992 4 1c.98.003 4-.5 4-4s-4-4-4-4m0 0H5m7 0h7m-3.5-7.25s-3.276-1.816-6 0C8.284 5.56 7.954 6.794 8.051 8"
|
|
2864
4416
|
})),
|
|
2865
4417
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2866
4418
|
id: "a"
|
|
@@ -2870,7 +4422,7 @@ const IconStickyNote = forwardRef(
|
|
|
2870
4422
|
)
|
|
2871
4423
|
);
|
|
2872
4424
|
|
|
2873
|
-
const
|
|
4425
|
+
const IconTextStyles = forwardRef(
|
|
2874
4426
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2875
4427
|
StyledIcon,
|
|
2876
4428
|
{
|
|
@@ -2880,21 +4432,23 @@ const IconStopCircle = forwardRef(
|
|
|
2880
4432
|
fill: "none",
|
|
2881
4433
|
ref: forwardRef2
|
|
2882
4434
|
},
|
|
2883
|
-
/* @__PURE__ */ React.createElement("
|
|
2884
|
-
cx: 12,
|
|
2885
|
-
cy: 12,
|
|
2886
|
-
r: 8.5,
|
|
4435
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2887
4436
|
stroke: "currentColor",
|
|
2888
|
-
|
|
4437
|
+
strokeLinecap: "round",
|
|
4438
|
+
strokeLinejoin: "round",
|
|
4439
|
+
strokeWidth: 2,
|
|
4440
|
+
d: "M11.461 12 8 3l-3.462 9m6.923 0H4.538m6.923 0 .52 1.5M3 16l1.538-4"
|
|
2889
4441
|
}),
|
|
2890
4442
|
/* @__PURE__ */ React.createElement("path", {
|
|
2891
4443
|
fill: "currentColor",
|
|
2892
|
-
|
|
4444
|
+
fillRule: "evenodd",
|
|
4445
|
+
d: "M21.693 21.321c.227-.164.43-.344.608-.54.183-.198.33-.393.442-.584a1.505 1.505 0 0 0 .257-.746.371.371 0 0 0-.137-.273.404.404 0 0 0-.29-.124c-.094 0-.166.064-.22.137a7.654 7.654 0 0 1-.168.22l-.001.001v.001a2.271 2.271 0 0 1-.752.661c-.27.145-.626.222-1.072.222a1.09 1.09 0 0 1-.505-.124c-.146-.078-.28-.221-.401-.443-.12-.226-.216-.537-.287-.937-.071-.397-.107-.912-.107-1.547 0-.22.02-.465.062-.736.042-.272.087-.533.134-.781.054-.256.102-.478.144-.668.041-.188.065-.324.065-.395a.656.656 0 0 0-.169-.474l-.11-.127a.666.666 0 0 1-.074-.205v-.002l-.001-.002a1.311 1.311 0 0 0-.358-.57 1.25 1.25 0 0 0-.262-.201.573.573 0 0 0-.28-.084.414.414 0 0 0-.186.046c-.05.024-.099.052-.148.082l-.136.067a.314.314 0 0 1-.106.02.671.671 0 0 1-.153-.024 4.687 4.687 0 0 0-.21-.07 3.322 3.322 0 0 0-.218-.08.627.627 0 0 0-.21-.041c-.219 0-.489.103-.804.29a5.806 5.806 0 0 0-.987.753 9.1 9.1 0 0 0-1.018 1.1 7.927 7.927 0 0 0-.864 1.328c-.217.412-.4.792-.552 1.14-.145.348-.266.672-.363.972v.002a6.308 6.308 0 0 0-.2.833l-.001.002c-.037.26-.055.509-.055.745a2.025 2.025 0 0 0 .453 1.273l.001.002c.145.17.31.304.494.405l.001.001c.193.102.394.154.602.154.307 0 .652-.098 1.031-.287a7.16 7.16 0 0 0 1.159-.742c.393-.306.771-.649 1.134-1.027a9.21 9.21 0 0 0 .827-.968c.071.337.157.66.257.968v.001c.129.376.288.708.48.995v.002c.199.283.433.51.702.678.281.17.611.255.986.255.287 0 .566-.053.835-.158.265-.104.509-.236.731-.396Zm-4.1-6.764c.121.172.19.47.19.912 0 .215-.036.453-.112.714a5.971 5.971 0 0 1-.301.792c-.125.27-.264.535-.419.795v.001c-.15.26-.298.5-.446.717l-.001.001a5.11 5.11 0 0 1-.52.648 9.373 9.373 0 0 1-.66.628 5.672 5.672 0 0 1-.619.483 1.85 1.85 0 0 1-.246.133.422.422 0 0 1-.152.04c-.285 0-.45-.079-.533-.207-.095-.153-.147-.36-.147-.629 0-.18.031-.386.096-.618.064-.24.15-.49.257-.748.112-.266.24-.537.383-.815.143-.278.292-.55.447-.817.162-.267.32-.521.475-.764.161-.243.313-.458.455-.647l.002-.002a2.04 2.04 0 0 1 .266-.299c.11-.103.232-.198.365-.284a2.03 2.03 0 0 1 .412-.205h.002c.146-.056.288-.083.425-.083.132 0 .26.073.381.254Z",
|
|
4446
|
+
clipRule: "evenodd"
|
|
2893
4447
|
})
|
|
2894
4448
|
)
|
|
2895
4449
|
);
|
|
2896
4450
|
|
|
2897
|
-
const
|
|
4451
|
+
const IconTextT = forwardRef(
|
|
2898
4452
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2899
4453
|
StyledIcon,
|
|
2900
4454
|
{
|
|
@@ -2904,24 +4458,23 @@ const IconTag = forwardRef(
|
|
|
2904
4458
|
fill: "none",
|
|
2905
4459
|
ref: forwardRef2
|
|
2906
4460
|
},
|
|
2907
|
-
/* @__PURE__ */ React.createElement("
|
|
4461
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4462
|
+
clipPath: "url(#a)"
|
|
4463
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2908
4464
|
stroke: "currentColor",
|
|
2909
|
-
strokeLinecap: "
|
|
2910
|
-
strokeLinejoin: "round",
|
|
2911
|
-
strokeMiterlimit: 1.414,
|
|
4465
|
+
strokeLinecap: "round",
|
|
2912
4466
|
strokeWidth: 2,
|
|
2913
|
-
d: "
|
|
2914
|
-
}),
|
|
2915
|
-
/* @__PURE__ */ React.createElement("
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
})
|
|
4467
|
+
d: "M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3"
|
|
4468
|
+
})),
|
|
4469
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4470
|
+
id: "a"
|
|
4471
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4472
|
+
d: "M0 0h24v24H0z"
|
|
4473
|
+
})))
|
|
2921
4474
|
)
|
|
2922
4475
|
);
|
|
2923
4476
|
|
|
2924
|
-
const
|
|
4477
|
+
const IconTextUUnderlined = forwardRef(
|
|
2925
4478
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2926
4479
|
StyledIcon,
|
|
2927
4480
|
{
|
|
@@ -2936,8 +4489,9 @@ const IconTextT = forwardRef(
|
|
|
2936
4489
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2937
4490
|
stroke: "currentColor",
|
|
2938
4491
|
strokeLinecap: "round",
|
|
4492
|
+
strokeLinejoin: "round",
|
|
2939
4493
|
strokeWidth: 2,
|
|
2940
|
-
d: "
|
|
4494
|
+
d: "M7 20h10M7 4v8c0 3 2.723 4 5 4s5-1 5-4V4"
|
|
2941
4495
|
})),
|
|
2942
4496
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2943
4497
|
id: "a"
|
|
@@ -3206,6 +4760,62 @@ const IconUsers = forwardRef(
|
|
|
3206
4760
|
)
|
|
3207
4761
|
);
|
|
3208
4762
|
|
|
4763
|
+
const IconViewCenter = forwardRef(
|
|
4764
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4765
|
+
StyledIcon,
|
|
4766
|
+
{
|
|
4767
|
+
...props,
|
|
4768
|
+
size,
|
|
4769
|
+
viewBox: "0 0 24 24",
|
|
4770
|
+
fill: "none",
|
|
4771
|
+
ref: forwardRef2
|
|
4772
|
+
},
|
|
4773
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4774
|
+
stroke: "currentColor",
|
|
4775
|
+
strokeLinecap: "round",
|
|
4776
|
+
strokeLinejoin: "round",
|
|
4777
|
+
strokeWidth: 2,
|
|
4778
|
+
d: "M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z"
|
|
4779
|
+
}),
|
|
4780
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
4781
|
+
width: 10,
|
|
4782
|
+
height: 8,
|
|
4783
|
+
x: 7,
|
|
4784
|
+
y: 8,
|
|
4785
|
+
fill: "currentColor",
|
|
4786
|
+
rx: 1
|
|
4787
|
+
})
|
|
4788
|
+
)
|
|
4789
|
+
);
|
|
4790
|
+
|
|
4791
|
+
const IconViewSideLeft = forwardRef(
|
|
4792
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4793
|
+
StyledIcon,
|
|
4794
|
+
{
|
|
4795
|
+
...props,
|
|
4796
|
+
size,
|
|
4797
|
+
viewBox: "0 0 24 24",
|
|
4798
|
+
fill: "none",
|
|
4799
|
+
ref: forwardRef2
|
|
4800
|
+
},
|
|
4801
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4802
|
+
stroke: "currentColor",
|
|
4803
|
+
strokeLinecap: "round",
|
|
4804
|
+
strokeLinejoin: "round",
|
|
4805
|
+
strokeWidth: 2,
|
|
4806
|
+
d: "M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z"
|
|
4807
|
+
}),
|
|
4808
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
4809
|
+
width: 6,
|
|
4810
|
+
height: 10,
|
|
4811
|
+
x: 6,
|
|
4812
|
+
y: 7,
|
|
4813
|
+
fill: "currentColor",
|
|
4814
|
+
rx: 1
|
|
4815
|
+
})
|
|
4816
|
+
)
|
|
4817
|
+
);
|
|
4818
|
+
|
|
3209
4819
|
const IconWallet = forwardRef(
|
|
3210
4820
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3211
4821
|
StyledIcon,
|
|
@@ -3229,5 +4839,5 @@ const IconWallet = forwardRef(
|
|
|
3229
4839
|
)
|
|
3230
4840
|
);
|
|
3231
4841
|
|
|
3232
|
-
export { IconAlignBottom, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCursor, IconCursorFilled, IconEnvelope, IconExclamationPointCircle, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconGraduationCap, IconHand, IconHandFilled, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLifesaver, IconLightning, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnet, IconMagnifyingGlass, IconMap, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPushPin, IconQuestionMarkCircle, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresThree, IconStickyNote, IconStopCircle, IconTag, IconTextT, IconThumbsUp, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, IconWallet };
|
|
4842
|
+
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBookmark, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCube, IconCursor, IconCursorFilled, IconCursorText, IconCurveSquareCircleArrow, IconDistributeHorizontal, IconDistributeVertical, IconEnvelope, IconEraser, IconExclamationPointCircle, IconEyedropper, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconGraduationCap, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLink, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconMagnet, IconMagnifyingGlass, IconMap, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusText, IconProhibit, IconPushPin, IconQuestionMarkCircle, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStickyNote, IconStopCircle, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
3233
4843
|
//# sourceMappingURL=module.js.map
|