@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/main.js
CHANGED
|
@@ -31,6 +31,58 @@ const StyledIcon = designSystemStitches.styled(designSystemPrimitive.Primitive.s
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
+
const IconAddLineBottom = React.forwardRef(
|
|
35
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
36
|
+
StyledIcon,
|
|
37
|
+
{
|
|
38
|
+
...props,
|
|
39
|
+
size,
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
fill: "none",
|
|
42
|
+
ref: forwardRef2
|
|
43
|
+
},
|
|
44
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
45
|
+
clipPath: "url(#a)"
|
|
46
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
47
|
+
stroke: "currentColor",
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeWidth: 2,
|
|
50
|
+
d: "M21 5H3m13 10h-4m0 0H8m4 0v-4m0 4v4"
|
|
51
|
+
})),
|
|
52
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
53
|
+
id: "a"
|
|
54
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
55
|
+
d: "M0 0h24v24H0z"
|
|
56
|
+
})))
|
|
57
|
+
)
|
|
58
|
+
);
|
|
59
|
+
|
|
60
|
+
const IconAddLineRight = React.forwardRef(
|
|
61
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
62
|
+
StyledIcon,
|
|
63
|
+
{
|
|
64
|
+
...props,
|
|
65
|
+
size,
|
|
66
|
+
viewBox: "0 0 24 24",
|
|
67
|
+
fill: "none",
|
|
68
|
+
ref: forwardRef2
|
|
69
|
+
},
|
|
70
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
71
|
+
clipPath: "url(#a)"
|
|
72
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
73
|
+
stroke: "currentColor",
|
|
74
|
+
strokeLinecap: "round",
|
|
75
|
+
strokeWidth: 2,
|
|
76
|
+
d: "M5 3v18M15 8v4m0 0v4m0-4h-4m4 0h4"
|
|
77
|
+
})),
|
|
78
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
79
|
+
id: "a"
|
|
80
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
81
|
+
d: "M0 0h24v24H0z"
|
|
82
|
+
})))
|
|
83
|
+
)
|
|
84
|
+
);
|
|
85
|
+
|
|
34
86
|
const IconAlignBottom = React.forwardRef(
|
|
35
87
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
36
88
|
StyledIcon,
|
|
@@ -56,6 +108,56 @@ const IconAlignBottom = React.forwardRef(
|
|
|
56
108
|
)
|
|
57
109
|
);
|
|
58
110
|
|
|
111
|
+
const IconAlignCenterHorizontal = React.forwardRef(
|
|
112
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
113
|
+
StyledIcon,
|
|
114
|
+
{
|
|
115
|
+
...props,
|
|
116
|
+
size,
|
|
117
|
+
viewBox: "0 0 24 24",
|
|
118
|
+
fill: "none",
|
|
119
|
+
ref: forwardRef2
|
|
120
|
+
},
|
|
121
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
122
|
+
stroke: "currentColor",
|
|
123
|
+
strokeLinecap: "round",
|
|
124
|
+
strokeLinejoin: "round",
|
|
125
|
+
strokeMiterlimit: 1.414,
|
|
126
|
+
strokeWidth: 2,
|
|
127
|
+
d: "M12 3v18"
|
|
128
|
+
}),
|
|
129
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
130
|
+
fill: "currentColor",
|
|
131
|
+
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"
|
|
132
|
+
})
|
|
133
|
+
)
|
|
134
|
+
);
|
|
135
|
+
|
|
136
|
+
const IconAlignCenterVertical = React.forwardRef(
|
|
137
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
138
|
+
StyledIcon,
|
|
139
|
+
{
|
|
140
|
+
...props,
|
|
141
|
+
size,
|
|
142
|
+
viewBox: "0 0 24 24",
|
|
143
|
+
fill: "none",
|
|
144
|
+
ref: forwardRef2
|
|
145
|
+
},
|
|
146
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
147
|
+
stroke: "currentColor",
|
|
148
|
+
strokeLinecap: "round",
|
|
149
|
+
strokeLinejoin: "round",
|
|
150
|
+
strokeMiterlimit: 1.414,
|
|
151
|
+
strokeWidth: 2,
|
|
152
|
+
d: "M3 12h18"
|
|
153
|
+
}),
|
|
154
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
155
|
+
fill: "currentColor",
|
|
156
|
+
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"
|
|
157
|
+
})
|
|
158
|
+
)
|
|
159
|
+
);
|
|
160
|
+
|
|
59
161
|
const IconAlignLeft = React.forwardRef(
|
|
60
162
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
61
163
|
StyledIcon,
|
|
@@ -602,6 +704,33 @@ const IconBell = React.forwardRef(
|
|
|
602
704
|
)
|
|
603
705
|
);
|
|
604
706
|
|
|
707
|
+
const IconBookmark = React.forwardRef(
|
|
708
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
709
|
+
StyledIcon,
|
|
710
|
+
{
|
|
711
|
+
...props,
|
|
712
|
+
size,
|
|
713
|
+
viewBox: "0 0 24 24",
|
|
714
|
+
fill: "none",
|
|
715
|
+
ref: forwardRef2
|
|
716
|
+
},
|
|
717
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
718
|
+
clipPath: "url(#a)"
|
|
719
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
720
|
+
stroke: "currentColor",
|
|
721
|
+
strokeLinecap: "round",
|
|
722
|
+
strokeLinejoin: "round",
|
|
723
|
+
strokeWidth: 2,
|
|
724
|
+
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"
|
|
725
|
+
})),
|
|
726
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
727
|
+
id: "a"
|
|
728
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
729
|
+
d: "M0 0h24v24H0z"
|
|
730
|
+
})))
|
|
731
|
+
)
|
|
732
|
+
);
|
|
733
|
+
|
|
605
734
|
const IconBracketsAngleSlash = React.forwardRef(
|
|
606
735
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
607
736
|
StyledIcon,
|
|
@@ -1317,30 +1446,7 @@ const IconCross = React.forwardRef(
|
|
|
1317
1446
|
)
|
|
1318
1447
|
);
|
|
1319
1448
|
|
|
1320
|
-
const
|
|
1321
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1322
|
-
StyledIcon,
|
|
1323
|
-
{
|
|
1324
|
-
...props,
|
|
1325
|
-
size,
|
|
1326
|
-
viewBox: "0 0 24 24",
|
|
1327
|
-
fill: "none",
|
|
1328
|
-
ref: forwardRef2
|
|
1329
|
-
},
|
|
1330
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1331
|
-
stroke: "currentColor",
|
|
1332
|
-
strokeLinecap: "round",
|
|
1333
|
-
strokeWidth: 2,
|
|
1334
|
-
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"
|
|
1335
|
-
}),
|
|
1336
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1337
|
-
fill: "currentColor",
|
|
1338
|
-
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"
|
|
1339
|
-
})
|
|
1340
|
-
)
|
|
1341
|
-
);
|
|
1342
|
-
|
|
1343
|
-
const IconCursor = React.forwardRef(
|
|
1449
|
+
const IconCube = React.forwardRef(
|
|
1344
1450
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1345
1451
|
StyledIcon,
|
|
1346
1452
|
{
|
|
@@ -1355,8 +1461,9 @@ const IconCursor = React.forwardRef(
|
|
|
1355
1461
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1356
1462
|
stroke: "currentColor",
|
|
1357
1463
|
strokeLinecap: "round",
|
|
1464
|
+
strokeLinejoin: "round",
|
|
1358
1465
|
strokeWidth: 2,
|
|
1359
|
-
d: "
|
|
1466
|
+
d: "m21 7-9-3-9 3m18 0-9 3m9-3v11l-9 3m0-11L3 7m9 3v11M3 7v11l9 3"
|
|
1360
1467
|
})),
|
|
1361
1468
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1362
1469
|
id: "a"
|
|
@@ -1366,7 +1473,7 @@ const IconCursor = React.forwardRef(
|
|
|
1366
1473
|
)
|
|
1367
1474
|
);
|
|
1368
1475
|
|
|
1369
|
-
const
|
|
1476
|
+
const IconCursorFilled = React.forwardRef(
|
|
1370
1477
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1371
1478
|
StyledIcon,
|
|
1372
1479
|
{
|
|
@@ -1380,12 +1487,16 @@ const IconEnvelope = React.forwardRef(
|
|
|
1380
1487
|
stroke: "currentColor",
|
|
1381
1488
|
strokeLinecap: "round",
|
|
1382
1489
|
strokeWidth: 2,
|
|
1383
|
-
d: "
|
|
1490
|
+
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"
|
|
1491
|
+
}),
|
|
1492
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1493
|
+
fill: "currentColor",
|
|
1494
|
+
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"
|
|
1384
1495
|
})
|
|
1385
1496
|
)
|
|
1386
1497
|
);
|
|
1387
1498
|
|
|
1388
|
-
const
|
|
1499
|
+
const IconCursorText = React.forwardRef(
|
|
1389
1500
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1390
1501
|
StyledIcon,
|
|
1391
1502
|
{
|
|
@@ -1395,20 +1506,24 @@ const IconExclamationPointCircle = React.forwardRef(
|
|
|
1395
1506
|
fill: "none",
|
|
1396
1507
|
ref: forwardRef2
|
|
1397
1508
|
},
|
|
1398
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1509
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1510
|
+
clipPath: "url(#a)"
|
|
1511
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1399
1512
|
stroke: "currentColor",
|
|
1400
1513
|
strokeLinecap: "round",
|
|
1514
|
+
strokeLinejoin: "round",
|
|
1401
1515
|
strokeWidth: 2,
|
|
1402
|
-
d: "
|
|
1403
|
-
}),
|
|
1404
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1516
|
+
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"
|
|
1517
|
+
})),
|
|
1518
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1519
|
+
id: "a"
|
|
1520
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1521
|
+
d: "M0 0h24v24H0z"
|
|
1522
|
+
})))
|
|
1408
1523
|
)
|
|
1409
1524
|
);
|
|
1410
1525
|
|
|
1411
|
-
const
|
|
1526
|
+
const IconCursor = React.forwardRef(
|
|
1412
1527
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1413
1528
|
StyledIcon,
|
|
1414
1529
|
{
|
|
@@ -1424,7 +1539,7 @@ const IconFactoryHouse = React.forwardRef(
|
|
|
1424
1539
|
stroke: "currentColor",
|
|
1425
1540
|
strokeLinecap: "round",
|
|
1426
1541
|
strokeWidth: 2,
|
|
1427
|
-
d: "
|
|
1542
|
+
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"
|
|
1428
1543
|
})),
|
|
1429
1544
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1430
1545
|
id: "a"
|
|
@@ -1434,7 +1549,7 @@ const IconFactoryHouse = React.forwardRef(
|
|
|
1434
1549
|
)
|
|
1435
1550
|
);
|
|
1436
1551
|
|
|
1437
|
-
const
|
|
1552
|
+
const IconCurveSquareCircleArrow = React.forwardRef(
|
|
1438
1553
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1439
1554
|
StyledIcon,
|
|
1440
1555
|
{
|
|
@@ -1449,8 +1564,9 @@ const IconFactory = React.forwardRef(
|
|
|
1449
1564
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1450
1565
|
stroke: "currentColor",
|
|
1451
1566
|
strokeLinecap: "round",
|
|
1567
|
+
strokeLinejoin: "round",
|
|
1452
1568
|
strokeWidth: 2,
|
|
1453
|
-
d: "
|
|
1569
|
+
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"
|
|
1454
1570
|
})),
|
|
1455
1571
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1456
1572
|
id: "a"
|
|
@@ -1460,7 +1576,7 @@ const IconFactory = React.forwardRef(
|
|
|
1460
1576
|
)
|
|
1461
1577
|
);
|
|
1462
1578
|
|
|
1463
|
-
const
|
|
1579
|
+
const IconDistributeHorizontal = React.forwardRef(
|
|
1464
1580
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1465
1581
|
StyledIcon,
|
|
1466
1582
|
{
|
|
@@ -1470,23 +1586,24 @@ const IconFunnel = React.forwardRef(
|
|
|
1470
1586
|
fill: "none",
|
|
1471
1587
|
ref: forwardRef2
|
|
1472
1588
|
},
|
|
1473
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1474
|
-
clipPath: "url(#a)"
|
|
1475
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1589
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1476
1590
|
stroke: "currentColor",
|
|
1477
1591
|
strokeLinecap: "round",
|
|
1478
1592
|
strokeWidth: 2,
|
|
1479
|
-
d: "
|
|
1480
|
-
})
|
|
1481
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1593
|
+
d: "M4 3v18M20 3v18"
|
|
1594
|
+
}),
|
|
1595
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
1596
|
+
width: 4,
|
|
1597
|
+
height: 10,
|
|
1598
|
+
x: 10,
|
|
1599
|
+
y: 7,
|
|
1600
|
+
fill: "currentColor",
|
|
1601
|
+
rx: 2
|
|
1602
|
+
})
|
|
1486
1603
|
)
|
|
1487
1604
|
);
|
|
1488
1605
|
|
|
1489
|
-
const
|
|
1606
|
+
const IconDistributeVertical = React.forwardRef(
|
|
1490
1607
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1491
1608
|
StyledIcon,
|
|
1492
1609
|
{
|
|
@@ -1496,22 +1613,25 @@ const IconGauge = React.forwardRef(
|
|
|
1496
1613
|
fill: "none",
|
|
1497
1614
|
ref: forwardRef2
|
|
1498
1615
|
},
|
|
1499
|
-
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1500
|
-
cx: 12,
|
|
1501
|
-
cy: 12,
|
|
1502
|
-
r: 2,
|
|
1503
|
-
fill: "currentColor"
|
|
1504
|
-
}),
|
|
1505
1616
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1506
1617
|
stroke: "currentColor",
|
|
1507
1618
|
strokeLinecap: "round",
|
|
1508
1619
|
strokeWidth: 2,
|
|
1509
|
-
d: "
|
|
1620
|
+
d: "M21 4H3m18 16H3"
|
|
1621
|
+
}),
|
|
1622
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
1623
|
+
width: 4,
|
|
1624
|
+
height: 10,
|
|
1625
|
+
x: 17,
|
|
1626
|
+
y: 10,
|
|
1627
|
+
fill: "currentColor",
|
|
1628
|
+
rx: 2,
|
|
1629
|
+
transform: "rotate(90 17 10)"
|
|
1510
1630
|
})
|
|
1511
1631
|
)
|
|
1512
1632
|
);
|
|
1513
1633
|
|
|
1514
|
-
const
|
|
1634
|
+
const IconEnvelope = React.forwardRef(
|
|
1515
1635
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1516
1636
|
StyledIcon,
|
|
1517
1637
|
{
|
|
@@ -1525,12 +1645,12 @@ const IconGlobe = React.forwardRef(
|
|
|
1525
1645
|
stroke: "currentColor",
|
|
1526
1646
|
strokeLinecap: "round",
|
|
1527
1647
|
strokeWidth: 2,
|
|
1528
|
-
d: "
|
|
1648
|
+
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"
|
|
1529
1649
|
})
|
|
1530
1650
|
)
|
|
1531
1651
|
);
|
|
1532
1652
|
|
|
1533
|
-
const
|
|
1653
|
+
const IconEraser = React.forwardRef(
|
|
1534
1654
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1535
1655
|
StyledIcon,
|
|
1536
1656
|
{
|
|
@@ -1546,9 +1666,8 @@ const IconGraduationCap = React.forwardRef(
|
|
|
1546
1666
|
stroke: "currentColor",
|
|
1547
1667
|
strokeLinecap: "round",
|
|
1548
1668
|
strokeLinejoin: "round",
|
|
1549
|
-
strokeMiterlimit: 1.414,
|
|
1550
1669
|
strokeWidth: 2,
|
|
1551
|
-
d: "
|
|
1670
|
+
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"
|
|
1552
1671
|
})),
|
|
1553
1672
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1554
1673
|
id: "a"
|
|
@@ -1558,7 +1677,7 @@ const IconGraduationCap = React.forwardRef(
|
|
|
1558
1677
|
)
|
|
1559
1678
|
);
|
|
1560
1679
|
|
|
1561
|
-
const
|
|
1680
|
+
const IconExclamationPointCircle = React.forwardRef(
|
|
1562
1681
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1563
1682
|
StyledIcon,
|
|
1564
1683
|
{
|
|
@@ -1568,16 +1687,44 @@ const IconHandFilled = React.forwardRef(
|
|
|
1568
1687
|
fill: "none",
|
|
1569
1688
|
ref: forwardRef2
|
|
1570
1689
|
},
|
|
1690
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1691
|
+
stroke: "currentColor",
|
|
1692
|
+
strokeLinecap: "round",
|
|
1693
|
+
strokeWidth: 2,
|
|
1694
|
+
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"
|
|
1695
|
+
}),
|
|
1571
1696
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1572
1697
|
fill: "currentColor",
|
|
1573
|
-
|
|
1574
|
-
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",
|
|
1575
|
-
clipRule: "evenodd"
|
|
1698
|
+
d: "M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1576
1699
|
})
|
|
1577
1700
|
)
|
|
1578
1701
|
);
|
|
1579
1702
|
|
|
1580
|
-
const
|
|
1703
|
+
const IconEyedropper = React.forwardRef(
|
|
1704
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1705
|
+
StyledIcon,
|
|
1706
|
+
{
|
|
1707
|
+
...props,
|
|
1708
|
+
size,
|
|
1709
|
+
viewBox: "0 0 24 24",
|
|
1710
|
+
fill: "none",
|
|
1711
|
+
ref: forwardRef2
|
|
1712
|
+
},
|
|
1713
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1714
|
+
stroke: "currentColor",
|
|
1715
|
+
strokeLinecap: "round",
|
|
1716
|
+
strokeLinejoin: "round",
|
|
1717
|
+
strokeWidth: 2,
|
|
1718
|
+
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"
|
|
1719
|
+
}),
|
|
1720
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1721
|
+
fill: "currentColor",
|
|
1722
|
+
d: "m13 7 3-3a2.828 2.828 0 1 1 4 4l-3 3-4-4ZM4 17.5 6.5 20H4v-2.5Z"
|
|
1723
|
+
})
|
|
1724
|
+
)
|
|
1725
|
+
);
|
|
1726
|
+
|
|
1727
|
+
const IconFactoryHouse = React.forwardRef(
|
|
1581
1728
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1582
1729
|
StyledIcon,
|
|
1583
1730
|
{
|
|
@@ -1590,8 +1737,10 @@ const IconHand = React.forwardRef(
|
|
|
1590
1737
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1591
1738
|
clipPath: "url(#a)"
|
|
1592
1739
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1593
|
-
|
|
1594
|
-
|
|
1740
|
+
stroke: "currentColor",
|
|
1741
|
+
strokeLinecap: "round",
|
|
1742
|
+
strokeWidth: 2,
|
|
1743
|
+
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"
|
|
1595
1744
|
})),
|
|
1596
1745
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1597
1746
|
id: "a"
|
|
@@ -1601,72 +1750,7 @@ const IconHand = React.forwardRef(
|
|
|
1601
1750
|
)
|
|
1602
1751
|
);
|
|
1603
1752
|
|
|
1604
|
-
const
|
|
1605
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1606
|
-
StyledIcon,
|
|
1607
|
-
{
|
|
1608
|
-
...props,
|
|
1609
|
-
size,
|
|
1610
|
-
viewBox: "0 0 24 24",
|
|
1611
|
-
fill: "none",
|
|
1612
|
-
ref: forwardRef2
|
|
1613
|
-
},
|
|
1614
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1615
|
-
fill: "currentColor",
|
|
1616
|
-
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"
|
|
1617
|
-
})
|
|
1618
|
-
)
|
|
1619
|
-
);
|
|
1620
|
-
|
|
1621
|
-
const IconImage = React.forwardRef(
|
|
1622
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1623
|
-
StyledIcon,
|
|
1624
|
-
{
|
|
1625
|
-
...props,
|
|
1626
|
-
size,
|
|
1627
|
-
viewBox: "0 0 24 24",
|
|
1628
|
-
fill: "none",
|
|
1629
|
-
ref: forwardRef2
|
|
1630
|
-
},
|
|
1631
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1632
|
-
stroke: "currentColor",
|
|
1633
|
-
strokeLinecap: "round",
|
|
1634
|
-
strokeWidth: 2,
|
|
1635
|
-
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"
|
|
1636
|
-
}),
|
|
1637
|
-
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1638
|
-
cx: 16,
|
|
1639
|
-
cy: 8,
|
|
1640
|
-
r: 2,
|
|
1641
|
-
fill: "currentColor"
|
|
1642
|
-
})
|
|
1643
|
-
)
|
|
1644
|
-
);
|
|
1645
|
-
|
|
1646
|
-
const IconInformationMarkCircle = React.forwardRef(
|
|
1647
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1648
|
-
StyledIcon,
|
|
1649
|
-
{
|
|
1650
|
-
...props,
|
|
1651
|
-
size,
|
|
1652
|
-
viewBox: "0 0 24 24",
|
|
1653
|
-
fill: "none",
|
|
1654
|
-
ref: forwardRef2
|
|
1655
|
-
},
|
|
1656
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1657
|
-
fill: "currentColor",
|
|
1658
|
-
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1659
|
-
}),
|
|
1660
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1661
|
-
stroke: "currentColor",
|
|
1662
|
-
strokeLinecap: "round",
|
|
1663
|
-
strokeWidth: 2,
|
|
1664
|
-
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"
|
|
1665
|
-
})
|
|
1666
|
-
)
|
|
1667
|
-
);
|
|
1668
|
-
|
|
1669
|
-
const IconKanban = React.forwardRef(
|
|
1753
|
+
const IconFactory = React.forwardRef(
|
|
1670
1754
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1671
1755
|
StyledIcon,
|
|
1672
1756
|
{
|
|
@@ -1682,7 +1766,7 @@ const IconKanban = React.forwardRef(
|
|
|
1682
1766
|
stroke: "currentColor",
|
|
1683
1767
|
strokeLinecap: "round",
|
|
1684
1768
|
strokeWidth: 2,
|
|
1685
|
-
d: "
|
|
1769
|
+
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"
|
|
1686
1770
|
})),
|
|
1687
1771
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1688
1772
|
id: "a"
|
|
@@ -1692,7 +1776,7 @@ const IconKanban = React.forwardRef(
|
|
|
1692
1776
|
)
|
|
1693
1777
|
);
|
|
1694
1778
|
|
|
1695
|
-
const
|
|
1779
|
+
const IconFunnel = React.forwardRef(
|
|
1696
1780
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1697
1781
|
StyledIcon,
|
|
1698
1782
|
{
|
|
@@ -1705,8 +1789,10 @@ const IconKey = React.forwardRef(
|
|
|
1705
1789
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1706
1790
|
clipPath: "url(#a)"
|
|
1707
1791
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1708
|
-
|
|
1709
|
-
|
|
1792
|
+
stroke: "currentColor",
|
|
1793
|
+
strokeLinecap: "round",
|
|
1794
|
+
strokeWidth: 2,
|
|
1795
|
+
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"
|
|
1710
1796
|
})),
|
|
1711
1797
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1712
1798
|
id: "a"
|
|
@@ -1716,7 +1802,7 @@ const IconKey = React.forwardRef(
|
|
|
1716
1802
|
)
|
|
1717
1803
|
);
|
|
1718
1804
|
|
|
1719
|
-
const
|
|
1805
|
+
const IconGauge = React.forwardRef(
|
|
1720
1806
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1721
1807
|
StyledIcon,
|
|
1722
1808
|
{
|
|
@@ -1726,20 +1812,22 @@ const IconKeycap = React.forwardRef(
|
|
|
1726
1812
|
fill: "none",
|
|
1727
1813
|
ref: forwardRef2
|
|
1728
1814
|
},
|
|
1815
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1816
|
+
cx: 12,
|
|
1817
|
+
cy: 12,
|
|
1818
|
+
r: 2,
|
|
1819
|
+
fill: "currentColor"
|
|
1820
|
+
}),
|
|
1729
1821
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1730
1822
|
stroke: "currentColor",
|
|
1731
1823
|
strokeLinecap: "round",
|
|
1732
1824
|
strokeWidth: 2,
|
|
1733
|
-
d: "
|
|
1734
|
-
}),
|
|
1735
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1736
|
-
fill: "currentColor",
|
|
1737
|
-
d: "M0 0h.001v.001H0z"
|
|
1825
|
+
d: "M12.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0"
|
|
1738
1826
|
})
|
|
1739
1827
|
)
|
|
1740
1828
|
);
|
|
1741
1829
|
|
|
1742
|
-
const
|
|
1830
|
+
const IconGlobe = React.forwardRef(
|
|
1743
1831
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1744
1832
|
StyledIcon,
|
|
1745
1833
|
{
|
|
@@ -1753,12 +1841,12 @@ const IconLaptop = React.forwardRef(
|
|
|
1753
1841
|
stroke: "currentColor",
|
|
1754
1842
|
strokeLinecap: "round",
|
|
1755
1843
|
strokeWidth: 2,
|
|
1756
|
-
d: "
|
|
1844
|
+
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"
|
|
1757
1845
|
})
|
|
1758
1846
|
)
|
|
1759
1847
|
);
|
|
1760
1848
|
|
|
1761
|
-
const
|
|
1849
|
+
const IconGraduationCap = React.forwardRef(
|
|
1762
1850
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1763
1851
|
StyledIcon,
|
|
1764
1852
|
{
|
|
@@ -1772,10 +1860,11 @@ const IconLifesaver = React.forwardRef(
|
|
|
1772
1860
|
clipPath: "url(#a)"
|
|
1773
1861
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1774
1862
|
stroke: "currentColor",
|
|
1775
|
-
strokeLinecap: "
|
|
1863
|
+
strokeLinecap: "round",
|
|
1864
|
+
strokeLinejoin: "round",
|
|
1776
1865
|
strokeMiterlimit: 1.414,
|
|
1777
1866
|
strokeWidth: 2,
|
|
1778
|
-
d: "
|
|
1867
|
+
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"
|
|
1779
1868
|
})),
|
|
1780
1869
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1781
1870
|
id: "a"
|
|
@@ -1785,7 +1874,7 @@ const IconLifesaver = React.forwardRef(
|
|
|
1785
1874
|
)
|
|
1786
1875
|
);
|
|
1787
1876
|
|
|
1788
|
-
const
|
|
1877
|
+
const IconGridFour = React.forwardRef(
|
|
1789
1878
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1790
1879
|
StyledIcon,
|
|
1791
1880
|
{
|
|
@@ -1799,11 +1888,10 @@ const IconLightning = React.forwardRef(
|
|
|
1799
1888
|
clipPath: "url(#a)"
|
|
1800
1889
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1801
1890
|
stroke: "currentColor",
|
|
1802
|
-
strokeLinecap: "
|
|
1891
|
+
strokeLinecap: "round",
|
|
1803
1892
|
strokeLinejoin: "round",
|
|
1804
|
-
strokeMiterlimit: 1.414,
|
|
1805
1893
|
strokeWidth: 2,
|
|
1806
|
-
d: "
|
|
1894
|
+
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"
|
|
1807
1895
|
})),
|
|
1808
1896
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1809
1897
|
id: "a"
|
|
@@ -1813,7 +1901,7 @@ const IconLightning = React.forwardRef(
|
|
|
1813
1901
|
)
|
|
1814
1902
|
);
|
|
1815
1903
|
|
|
1816
|
-
const
|
|
1904
|
+
const IconGridSix = React.forwardRef(
|
|
1817
1905
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1818
1906
|
StyledIcon,
|
|
1819
1907
|
{
|
|
@@ -1828,8 +1916,9 @@ const IconLineDiagonal = React.forwardRef(
|
|
|
1828
1916
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1829
1917
|
stroke: "currentColor",
|
|
1830
1918
|
strokeLinecap: "round",
|
|
1919
|
+
strokeLinejoin: "round",
|
|
1831
1920
|
strokeWidth: 2,
|
|
1832
|
-
d: "
|
|
1921
|
+
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"
|
|
1833
1922
|
})),
|
|
1834
1923
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1835
1924
|
id: "a"
|
|
@@ -1839,7 +1928,7 @@ const IconLineDiagonal = React.forwardRef(
|
|
|
1839
1928
|
)
|
|
1840
1929
|
);
|
|
1841
1930
|
|
|
1842
|
-
const
|
|
1931
|
+
const IconHandFilled = React.forwardRef(
|
|
1843
1932
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1844
1933
|
StyledIcon,
|
|
1845
1934
|
{
|
|
@@ -1850,15 +1939,15 @@ const IconLink = React.forwardRef(
|
|
|
1850
1939
|
ref: forwardRef2
|
|
1851
1940
|
},
|
|
1852
1941
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1942
|
+
fill: "currentColor",
|
|
1943
|
+
fillRule: "evenodd",
|
|
1944
|
+
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",
|
|
1945
|
+
clipRule: "evenodd"
|
|
1857
1946
|
})
|
|
1858
1947
|
)
|
|
1859
1948
|
);
|
|
1860
1949
|
|
|
1861
|
-
const
|
|
1950
|
+
const IconHand = React.forwardRef(
|
|
1862
1951
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1863
1952
|
StyledIcon,
|
|
1864
1953
|
{
|
|
@@ -1868,22 +1957,21 @@ const IconLockClosed = React.forwardRef(
|
|
|
1868
1957
|
fill: "none",
|
|
1869
1958
|
ref: forwardRef2
|
|
1870
1959
|
},
|
|
1871
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
}),
|
|
1877
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
})
|
|
1960
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1961
|
+
clipPath: "url(#a)"
|
|
1962
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1963
|
+
fill: "currentColor",
|
|
1964
|
+
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"
|
|
1965
|
+
})),
|
|
1966
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1967
|
+
id: "a"
|
|
1968
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1969
|
+
d: "M0 0h24v24H0z"
|
|
1970
|
+
})))
|
|
1883
1971
|
)
|
|
1884
1972
|
);
|
|
1885
1973
|
|
|
1886
|
-
const
|
|
1974
|
+
const IconHighlighterUnderline = React.forwardRef(
|
|
1887
1975
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1888
1976
|
StyledIcon,
|
|
1889
1977
|
{
|
|
@@ -1893,22 +1981,22 @@ const IconLockOpen = React.forwardRef(
|
|
|
1893
1981
|
fill: "none",
|
|
1894
1982
|
ref: forwardRef2
|
|
1895
1983
|
},
|
|
1896
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1984
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
1985
|
+
width: 18,
|
|
1986
|
+
height: 2,
|
|
1987
|
+
x: 3,
|
|
1988
|
+
y: 20,
|
|
1989
|
+
fill: "currentColor",
|
|
1990
|
+
rx: 0.5
|
|
1901
1991
|
}),
|
|
1902
1992
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
strokeWidth: 2,
|
|
1906
|
-
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"
|
|
1993
|
+
fill: "currentColor",
|
|
1994
|
+
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"
|
|
1907
1995
|
})
|
|
1908
1996
|
)
|
|
1909
1997
|
);
|
|
1910
1998
|
|
|
1911
|
-
const
|
|
1999
|
+
const IconHighlighter = React.forwardRef(
|
|
1912
2000
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1913
2001
|
StyledIcon,
|
|
1914
2002
|
{
|
|
@@ -1922,10 +2010,10 @@ const IconMagnet = React.forwardRef(
|
|
|
1922
2010
|
clipPath: "url(#a)"
|
|
1923
2011
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1924
2012
|
stroke: "currentColor",
|
|
1925
|
-
strokeLinecap: "
|
|
1926
|
-
|
|
2013
|
+
strokeLinecap: "round",
|
|
2014
|
+
strokeLinejoin: "round",
|
|
1927
2015
|
strokeWidth: 2,
|
|
1928
|
-
d: "
|
|
2016
|
+
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"
|
|
1929
2017
|
})),
|
|
1930
2018
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1931
2019
|
id: "a"
|
|
@@ -1935,7 +2023,24 @@ const IconMagnet = React.forwardRef(
|
|
|
1935
2023
|
)
|
|
1936
2024
|
);
|
|
1937
2025
|
|
|
1938
|
-
const
|
|
2026
|
+
const IconHouse = React.forwardRef(
|
|
2027
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2028
|
+
StyledIcon,
|
|
2029
|
+
{
|
|
2030
|
+
...props,
|
|
2031
|
+
size,
|
|
2032
|
+
viewBox: "0 0 24 24",
|
|
2033
|
+
fill: "none",
|
|
2034
|
+
ref: forwardRef2
|
|
2035
|
+
},
|
|
2036
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2037
|
+
fill: "currentColor",
|
|
2038
|
+
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"
|
|
2039
|
+
})
|
|
2040
|
+
)
|
|
2041
|
+
);
|
|
2042
|
+
|
|
2043
|
+
const IconImage = React.forwardRef(
|
|
1939
2044
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1940
2045
|
StyledIcon,
|
|
1941
2046
|
{
|
|
@@ -1949,12 +2054,18 @@ const IconMagnifyingGlass = React.forwardRef(
|
|
|
1949
2054
|
stroke: "currentColor",
|
|
1950
2055
|
strokeLinecap: "round",
|
|
1951
2056
|
strokeWidth: 2,
|
|
1952
|
-
d: "
|
|
2057
|
+
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"
|
|
2058
|
+
}),
|
|
2059
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2060
|
+
cx: 16,
|
|
2061
|
+
cy: 8,
|
|
2062
|
+
r: 2,
|
|
2063
|
+
fill: "currentColor"
|
|
1953
2064
|
})
|
|
1954
2065
|
)
|
|
1955
2066
|
);
|
|
1956
2067
|
|
|
1957
|
-
const
|
|
2068
|
+
const IconInformationMarkCircle = React.forwardRef(
|
|
1958
2069
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1959
2070
|
StyledIcon,
|
|
1960
2071
|
{
|
|
@@ -1964,25 +2075,20 @@ const IconMap = React.forwardRef(
|
|
|
1964
2075
|
fill: "none",
|
|
1965
2076
|
ref: forwardRef2
|
|
1966
2077
|
},
|
|
1967
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1968
|
-
|
|
1969
|
-
|
|
2078
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2079
|
+
fill: "currentColor",
|
|
2080
|
+
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
2081
|
+
}),
|
|
2082
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1970
2083
|
stroke: "currentColor",
|
|
1971
2084
|
strokeLinecap: "round",
|
|
1972
|
-
strokeLinejoin: "round",
|
|
1973
|
-
strokeMiterlimit: 1.414,
|
|
1974
2085
|
strokeWidth: 2,
|
|
1975
|
-
d: "
|
|
1976
|
-
})
|
|
1977
|
-
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1978
|
-
id: "a"
|
|
1979
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1980
|
-
d: "M0 0h24v24H0z"
|
|
1981
|
-
})))
|
|
2086
|
+
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"
|
|
2087
|
+
})
|
|
1982
2088
|
)
|
|
1983
2089
|
);
|
|
1984
2090
|
|
|
1985
|
-
const
|
|
2091
|
+
const IconKanban = React.forwardRef(
|
|
1986
2092
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1987
2093
|
StyledIcon,
|
|
1988
2094
|
{
|
|
@@ -1998,7 +2104,7 @@ const IconMicrophoneSlash = React.forwardRef(
|
|
|
1998
2104
|
stroke: "currentColor",
|
|
1999
2105
|
strokeLinecap: "round",
|
|
2000
2106
|
strokeWidth: 2,
|
|
2001
|
-
d: "
|
|
2107
|
+
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"
|
|
2002
2108
|
})),
|
|
2003
2109
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2004
2110
|
id: "a"
|
|
@@ -2008,7 +2114,7 @@ const IconMicrophoneSlash = React.forwardRef(
|
|
|
2008
2114
|
)
|
|
2009
2115
|
);
|
|
2010
2116
|
|
|
2011
|
-
const
|
|
2117
|
+
const IconKey = React.forwardRef(
|
|
2012
2118
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2013
2119
|
StyledIcon,
|
|
2014
2120
|
{
|
|
@@ -2021,10 +2127,8 @@ const IconMicrophone = React.forwardRef(
|
|
|
2021
2127
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2022
2128
|
clipPath: "url(#a)"
|
|
2023
2129
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
strokeWidth: 2,
|
|
2027
|
-
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"
|
|
2130
|
+
fill: "currentColor",
|
|
2131
|
+
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"
|
|
2028
2132
|
})),
|
|
2029
2133
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2030
2134
|
id: "a"
|
|
@@ -2034,7 +2138,7 @@ const IconMicrophone = React.forwardRef(
|
|
|
2034
2138
|
)
|
|
2035
2139
|
);
|
|
2036
2140
|
|
|
2037
|
-
const
|
|
2141
|
+
const IconKeycap = React.forwardRef(
|
|
2038
2142
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2039
2143
|
StyledIcon,
|
|
2040
2144
|
{
|
|
@@ -2048,12 +2152,16 @@ const IconMinus = React.forwardRef(
|
|
|
2048
2152
|
stroke: "currentColor",
|
|
2049
2153
|
strokeLinecap: "round",
|
|
2050
2154
|
strokeWidth: 2,
|
|
2051
|
-
d: "
|
|
2155
|
+
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"
|
|
2156
|
+
}),
|
|
2157
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2158
|
+
fill: "currentColor",
|
|
2159
|
+
d: "M0 0h.001v.001H0z"
|
|
2052
2160
|
})
|
|
2053
2161
|
)
|
|
2054
2162
|
);
|
|
2055
2163
|
|
|
2056
|
-
const
|
|
2164
|
+
const IconLaptop = React.forwardRef(
|
|
2057
2165
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2058
2166
|
StyledIcon,
|
|
2059
2167
|
{
|
|
@@ -2067,16 +2175,12 @@ const IconMouse = React.forwardRef(
|
|
|
2067
2175
|
stroke: "currentColor",
|
|
2068
2176
|
strokeLinecap: "round",
|
|
2069
2177
|
strokeWidth: 2,
|
|
2070
|
-
d: "
|
|
2071
|
-
}),
|
|
2072
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2073
|
-
fill: "currentColor",
|
|
2074
|
-
d: "M0 0h.001v.001H0V0Z"
|
|
2178
|
+
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"
|
|
2075
2179
|
})
|
|
2076
2180
|
)
|
|
2077
2181
|
);
|
|
2078
2182
|
|
|
2079
|
-
const
|
|
2183
|
+
const IconLasso = React.forwardRef(
|
|
2080
2184
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2081
2185
|
StyledIcon,
|
|
2082
2186
|
{
|
|
@@ -2090,8 +2194,10 @@ const IconParallelogram = React.forwardRef(
|
|
|
2090
2194
|
clipPath: "url(#a)"
|
|
2091
2195
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2092
2196
|
stroke: "currentColor",
|
|
2197
|
+
strokeDasharray: "1 3",
|
|
2198
|
+
strokeLinecap: "round",
|
|
2093
2199
|
strokeWidth: 2,
|
|
2094
|
-
d: "
|
|
2200
|
+
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"
|
|
2095
2201
|
})),
|
|
2096
2202
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2097
2203
|
id: "a"
|
|
@@ -2101,7 +2207,7 @@ const IconParallelogram = React.forwardRef(
|
|
|
2101
2207
|
)
|
|
2102
2208
|
);
|
|
2103
2209
|
|
|
2104
|
-
const
|
|
2210
|
+
const IconLayout = React.forwardRef(
|
|
2105
2211
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2106
2212
|
StyledIcon,
|
|
2107
2213
|
{
|
|
@@ -2116,8 +2222,9 @@ const IconPauseCircle = React.forwardRef(
|
|
|
2116
2222
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2117
2223
|
stroke: "currentColor",
|
|
2118
2224
|
strokeLinecap: "round",
|
|
2225
|
+
strokeLinejoin: "round",
|
|
2119
2226
|
strokeWidth: 2,
|
|
2120
|
-
d: "
|
|
2227
|
+
d: "M3 9v12h6M3 9V3h18v6M3 9h6m12 0v12H9M21 9H9m0 0v12"
|
|
2121
2228
|
})),
|
|
2122
2229
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2123
2230
|
id: "a"
|
|
@@ -2127,7 +2234,7 @@ const IconPauseCircle = React.forwardRef(
|
|
|
2127
2234
|
)
|
|
2128
2235
|
);
|
|
2129
2236
|
|
|
2130
|
-
const
|
|
2237
|
+
const IconLifesaver = React.forwardRef(
|
|
2131
2238
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2132
2239
|
StyledIcon,
|
|
2133
2240
|
{
|
|
@@ -2141,10 +2248,10 @@ const IconPdf = React.forwardRef(
|
|
|
2141
2248
|
clipPath: "url(#a)"
|
|
2142
2249
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2143
2250
|
stroke: "currentColor",
|
|
2144
|
-
strokeLinecap: "
|
|
2145
|
-
|
|
2251
|
+
strokeLinecap: "square",
|
|
2252
|
+
strokeMiterlimit: 1.414,
|
|
2146
2253
|
strokeWidth: 2,
|
|
2147
|
-
d: "
|
|
2254
|
+
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"
|
|
2148
2255
|
})),
|
|
2149
2256
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2150
2257
|
id: "a"
|
|
@@ -2154,7 +2261,7 @@ const IconPdf = React.forwardRef(
|
|
|
2154
2261
|
)
|
|
2155
2262
|
);
|
|
2156
2263
|
|
|
2157
|
-
const
|
|
2264
|
+
const IconLightning = React.forwardRef(
|
|
2158
2265
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2159
2266
|
StyledIcon,
|
|
2160
2267
|
{
|
|
@@ -2164,16 +2271,1264 @@ const IconPlaceholder = React.forwardRef(
|
|
|
2164
2271
|
fill: "none",
|
|
2165
2272
|
ref: forwardRef2
|
|
2166
2273
|
},
|
|
2167
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2274
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2275
|
+
clipPath: "url(#a)"
|
|
2276
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2277
|
+
stroke: "currentColor",
|
|
2278
|
+
strokeLinecap: "square",
|
|
2279
|
+
strokeLinejoin: "round",
|
|
2280
|
+
strokeMiterlimit: 1.414,
|
|
2281
|
+
strokeWidth: 2,
|
|
2282
|
+
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"
|
|
2283
|
+
})),
|
|
2284
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2285
|
+
id: "a"
|
|
2286
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2287
|
+
d: "M0 0h24v24H0z"
|
|
2288
|
+
})))
|
|
2289
|
+
)
|
|
2290
|
+
);
|
|
2291
|
+
|
|
2292
|
+
const IconLineCurved = React.forwardRef(
|
|
2293
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2294
|
+
StyledIcon,
|
|
2295
|
+
{
|
|
2296
|
+
...props,
|
|
2297
|
+
size,
|
|
2298
|
+
viewBox: "0 0 24 24",
|
|
2299
|
+
fill: "none",
|
|
2300
|
+
ref: forwardRef2
|
|
2301
|
+
},
|
|
2302
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2303
|
+
clipPath: "url(#a)"
|
|
2304
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2305
|
+
stroke: "currentColor",
|
|
2306
|
+
strokeLinecap: "round",
|
|
2307
|
+
strokeLinejoin: "round",
|
|
2308
|
+
strokeWidth: 2,
|
|
2309
|
+
d: "M2 12s2.767-2.553 5-3c4.466-.893 5.534 6.893 10 6 2.233-.447 5-3 5-3"
|
|
2310
|
+
})),
|
|
2311
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2312
|
+
id: "a"
|
|
2313
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2314
|
+
d: "M0 0h24v24H0z"
|
|
2315
|
+
})))
|
|
2316
|
+
)
|
|
2317
|
+
);
|
|
2318
|
+
|
|
2319
|
+
const IconLineDashed = React.forwardRef(
|
|
2320
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2321
|
+
StyledIcon,
|
|
2322
|
+
{
|
|
2323
|
+
...props,
|
|
2324
|
+
size,
|
|
2325
|
+
viewBox: "0 0 24 24",
|
|
2326
|
+
fill: "none",
|
|
2327
|
+
ref: forwardRef2
|
|
2328
|
+
},
|
|
2329
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2330
|
+
clipPath: "url(#a)"
|
|
2331
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2332
|
+
stroke: "currentColor",
|
|
2333
|
+
strokeLinecap: "round",
|
|
2334
|
+
strokeLinejoin: "round",
|
|
2335
|
+
strokeWidth: 2,
|
|
2336
|
+
d: "M2 12h4m4 0h4m4 0h4"
|
|
2337
|
+
})),
|
|
2338
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2339
|
+
id: "a"
|
|
2340
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2341
|
+
d: "M0 0h24v24H0z"
|
|
2342
|
+
})))
|
|
2343
|
+
)
|
|
2344
|
+
);
|
|
2345
|
+
|
|
2346
|
+
const IconLineDiagonal = React.forwardRef(
|
|
2347
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2348
|
+
StyledIcon,
|
|
2349
|
+
{
|
|
2350
|
+
...props,
|
|
2351
|
+
size,
|
|
2352
|
+
viewBox: "0 0 24 24",
|
|
2353
|
+
fill: "none",
|
|
2354
|
+
ref: forwardRef2
|
|
2355
|
+
},
|
|
2356
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2357
|
+
clipPath: "url(#a)"
|
|
2358
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2359
|
+
stroke: "currentColor",
|
|
2360
|
+
strokeLinecap: "round",
|
|
2361
|
+
strokeWidth: 2,
|
|
2362
|
+
d: "M4 20 20 4"
|
|
2363
|
+
})),
|
|
2364
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2365
|
+
id: "a"
|
|
2366
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2367
|
+
d: "M0 0h24v24H0z"
|
|
2368
|
+
})))
|
|
2369
|
+
)
|
|
2370
|
+
);
|
|
2371
|
+
|
|
2372
|
+
const IconLineDotted = React.forwardRef(
|
|
2373
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2374
|
+
StyledIcon,
|
|
2375
|
+
{
|
|
2376
|
+
...props,
|
|
2377
|
+
size,
|
|
2378
|
+
viewBox: "0 0 24 24",
|
|
2379
|
+
fill: "none",
|
|
2380
|
+
ref: forwardRef2
|
|
2381
|
+
},
|
|
2382
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2383
|
+
fill: "currentColor",
|
|
2384
|
+
clipPath: "url(#a)"
|
|
2385
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2386
|
+
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"
|
|
2387
|
+
})),
|
|
2388
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2389
|
+
id: "a"
|
|
2390
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2391
|
+
d: "M0 0h24v24H0z"
|
|
2392
|
+
})))
|
|
2393
|
+
)
|
|
2394
|
+
);
|
|
2395
|
+
|
|
2396
|
+
const IconLineHorizontal = React.forwardRef(
|
|
2397
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2398
|
+
StyledIcon,
|
|
2399
|
+
{
|
|
2400
|
+
...props,
|
|
2401
|
+
size,
|
|
2402
|
+
viewBox: "0 0 24 24",
|
|
2403
|
+
fill: "none",
|
|
2404
|
+
ref: forwardRef2
|
|
2405
|
+
},
|
|
2406
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2407
|
+
clipPath: "url(#a)"
|
|
2408
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2409
|
+
stroke: "currentColor",
|
|
2410
|
+
strokeLinecap: "round",
|
|
2411
|
+
strokeLinejoin: "round",
|
|
2412
|
+
strokeWidth: 2,
|
|
2413
|
+
d: "M3 12h18"
|
|
2414
|
+
})),
|
|
2415
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2416
|
+
id: "a"
|
|
2417
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2418
|
+
d: "M0 0h24v24H0z"
|
|
2419
|
+
})))
|
|
2420
|
+
)
|
|
2421
|
+
);
|
|
2422
|
+
|
|
2423
|
+
const IconLineOrthogonal = React.forwardRef(
|
|
2424
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2425
|
+
StyledIcon,
|
|
2426
|
+
{
|
|
2427
|
+
...props,
|
|
2428
|
+
size,
|
|
2429
|
+
viewBox: "0 0 24 24",
|
|
2430
|
+
fill: "none",
|
|
2431
|
+
ref: forwardRef2
|
|
2432
|
+
},
|
|
2433
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2434
|
+
clipPath: "url(#a)"
|
|
2435
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2436
|
+
stroke: "currentColor",
|
|
2437
|
+
strokeLinecap: "round",
|
|
2438
|
+
strokeLinejoin: "round",
|
|
2439
|
+
strokeWidth: 2,
|
|
2440
|
+
d: "M2 16h10V8h10"
|
|
2441
|
+
})),
|
|
2442
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2443
|
+
id: "a"
|
|
2444
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2445
|
+
d: "M0 0h24v24H0z"
|
|
2446
|
+
})))
|
|
2447
|
+
)
|
|
2448
|
+
);
|
|
2449
|
+
|
|
2450
|
+
const IconLineStraight = React.forwardRef(
|
|
2451
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2452
|
+
StyledIcon,
|
|
2453
|
+
{
|
|
2454
|
+
...props,
|
|
2455
|
+
size,
|
|
2456
|
+
viewBox: "0 0 24 24",
|
|
2457
|
+
fill: "none",
|
|
2458
|
+
ref: forwardRef2
|
|
2459
|
+
},
|
|
2460
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2461
|
+
clipPath: "url(#a)"
|
|
2462
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2463
|
+
stroke: "currentColor",
|
|
2464
|
+
strokeLinecap: "round",
|
|
2465
|
+
strokeLinejoin: "round",
|
|
2466
|
+
strokeWidth: 2,
|
|
2467
|
+
d: "m3 15 18-6"
|
|
2468
|
+
})),
|
|
2469
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2470
|
+
id: "a"
|
|
2471
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2472
|
+
d: "M0 0h24v24H0z"
|
|
2473
|
+
})))
|
|
2474
|
+
)
|
|
2475
|
+
);
|
|
2476
|
+
|
|
2477
|
+
const IconLinesThreeHorizontalLineVerticalCenter = React.forwardRef(
|
|
2478
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2479
|
+
StyledIcon,
|
|
2480
|
+
{
|
|
2481
|
+
...props,
|
|
2482
|
+
size,
|
|
2483
|
+
viewBox: "0 0 24 24",
|
|
2484
|
+
fill: "none",
|
|
2485
|
+
ref: forwardRef2
|
|
2486
|
+
},
|
|
2487
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2488
|
+
clipPath: "url(#a)"
|
|
2489
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2490
|
+
stroke: "currentColor",
|
|
2491
|
+
strokeLinecap: "round",
|
|
2492
|
+
strokeLinejoin: "round",
|
|
2493
|
+
strokeWidth: 2,
|
|
2494
|
+
d: "M4 5h8m8 0h-8m-8 7h16M4 19h8m8 0h-8m0-14v14"
|
|
2495
|
+
})),
|
|
2496
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2497
|
+
id: "a"
|
|
2498
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2499
|
+
d: "M0 0h24v24H0z"
|
|
2500
|
+
})))
|
|
2501
|
+
)
|
|
2502
|
+
);
|
|
2503
|
+
|
|
2504
|
+
const IconLinesThreeHorizontal = React.forwardRef(
|
|
2505
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2506
|
+
StyledIcon,
|
|
2507
|
+
{
|
|
2508
|
+
...props,
|
|
2509
|
+
size,
|
|
2510
|
+
viewBox: "0 0 24 24",
|
|
2511
|
+
fill: "none",
|
|
2512
|
+
ref: forwardRef2
|
|
2513
|
+
},
|
|
2514
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2515
|
+
clipPath: "url(#a)"
|
|
2516
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2517
|
+
stroke: "currentColor",
|
|
2518
|
+
strokeLinecap: "round",
|
|
2519
|
+
strokeWidth: 2,
|
|
2520
|
+
d: "M4 5h16M4 12h16M4 19h16"
|
|
2521
|
+
})),
|
|
2522
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2523
|
+
id: "a"
|
|
2524
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2525
|
+
d: "M0 0h24v24H0z"
|
|
2526
|
+
})))
|
|
2527
|
+
)
|
|
2528
|
+
);
|
|
2529
|
+
|
|
2530
|
+
const IconLinesThreeVertical = React.forwardRef(
|
|
2531
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2532
|
+
StyledIcon,
|
|
2533
|
+
{
|
|
2534
|
+
...props,
|
|
2535
|
+
size,
|
|
2536
|
+
viewBox: "0 0 24 24",
|
|
2537
|
+
fill: "none",
|
|
2538
|
+
ref: forwardRef2
|
|
2539
|
+
},
|
|
2540
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2541
|
+
clipPath: "url(#a)"
|
|
2542
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2543
|
+
stroke: "currentColor",
|
|
2544
|
+
strokeLinecap: "round",
|
|
2545
|
+
strokeWidth: 2,
|
|
2546
|
+
d: "M20 4v16M12 4v16M4 4v16"
|
|
2547
|
+
})),
|
|
2548
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2549
|
+
id: "a"
|
|
2550
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2551
|
+
d: "M0 0h24v24H0z"
|
|
2552
|
+
})))
|
|
2553
|
+
)
|
|
2554
|
+
);
|
|
2555
|
+
|
|
2556
|
+
const IconLink = React.forwardRef(
|
|
2557
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2558
|
+
StyledIcon,
|
|
2559
|
+
{
|
|
2560
|
+
...props,
|
|
2561
|
+
size,
|
|
2562
|
+
viewBox: "0 0 24 24",
|
|
2563
|
+
fill: "none",
|
|
2564
|
+
ref: forwardRef2
|
|
2565
|
+
},
|
|
2566
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2567
|
+
stroke: "currentColor",
|
|
2568
|
+
strokeLinecap: "round",
|
|
2569
|
+
strokeWidth: 2,
|
|
2570
|
+
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"
|
|
2571
|
+
})
|
|
2572
|
+
)
|
|
2573
|
+
);
|
|
2574
|
+
|
|
2575
|
+
const IconListBullets = React.forwardRef(
|
|
2576
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2577
|
+
StyledIcon,
|
|
2578
|
+
{
|
|
2579
|
+
...props,
|
|
2580
|
+
size,
|
|
2581
|
+
viewBox: "0 0 24 24",
|
|
2582
|
+
fill: "none",
|
|
2583
|
+
ref: forwardRef2
|
|
2584
|
+
},
|
|
2585
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2586
|
+
stroke: "currentColor",
|
|
2587
|
+
strokeLinecap: "round",
|
|
2588
|
+
strokeLinejoin: "round",
|
|
2589
|
+
strokeWidth: 2,
|
|
2590
|
+
d: "M9 5h12M9 12h12M9 19h12"
|
|
2591
|
+
}),
|
|
2592
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2593
|
+
fill: "currentColor",
|
|
2594
|
+
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"
|
|
2595
|
+
})
|
|
2596
|
+
)
|
|
2597
|
+
);
|
|
2598
|
+
|
|
2599
|
+
const IconListNumbers = React.forwardRef(
|
|
2600
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2601
|
+
StyledIcon,
|
|
2602
|
+
{
|
|
2603
|
+
...props,
|
|
2604
|
+
size,
|
|
2605
|
+
viewBox: "0 0 24 24",
|
|
2606
|
+
fill: "none",
|
|
2607
|
+
ref: forwardRef2
|
|
2608
|
+
},
|
|
2609
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2610
|
+
clipPath: "url(#a)"
|
|
2611
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2612
|
+
stroke: "currentColor",
|
|
2613
|
+
strokeLinecap: "round",
|
|
2614
|
+
strokeLinejoin: "round",
|
|
2615
|
+
strokeWidth: 2,
|
|
2616
|
+
d: "M3 3h3v6m6-3h9M3 14h4v3H3v3h4m5-3h9"
|
|
2617
|
+
})),
|
|
2618
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2619
|
+
id: "a"
|
|
2620
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2621
|
+
d: "M0 0h24v24H0z"
|
|
2622
|
+
})))
|
|
2623
|
+
)
|
|
2624
|
+
);
|
|
2625
|
+
|
|
2626
|
+
const IconLockClosed = React.forwardRef(
|
|
2627
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2628
|
+
StyledIcon,
|
|
2629
|
+
{
|
|
2630
|
+
...props,
|
|
2631
|
+
size,
|
|
2632
|
+
viewBox: "0 0 24 24",
|
|
2633
|
+
fill: "none",
|
|
2634
|
+
ref: forwardRef2
|
|
2635
|
+
},
|
|
2636
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2637
|
+
cx: 12,
|
|
2638
|
+
cy: 16,
|
|
2639
|
+
r: 1,
|
|
2640
|
+
fill: "currentColor"
|
|
2641
|
+
}),
|
|
2642
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2643
|
+
stroke: "currentColor",
|
|
2644
|
+
strokeLinecap: "round",
|
|
2645
|
+
strokeWidth: 2,
|
|
2646
|
+
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"
|
|
2647
|
+
})
|
|
2648
|
+
)
|
|
2649
|
+
);
|
|
2650
|
+
|
|
2651
|
+
const IconLockOpen = React.forwardRef(
|
|
2652
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2653
|
+
StyledIcon,
|
|
2654
|
+
{
|
|
2655
|
+
...props,
|
|
2656
|
+
size,
|
|
2657
|
+
viewBox: "0 0 24 24",
|
|
2658
|
+
fill: "none",
|
|
2659
|
+
ref: forwardRef2
|
|
2660
|
+
},
|
|
2661
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2662
|
+
cx: 12,
|
|
2663
|
+
cy: 16,
|
|
2664
|
+
r: 1,
|
|
2665
|
+
fill: "currentColor"
|
|
2666
|
+
}),
|
|
2667
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2668
|
+
stroke: "currentColor",
|
|
2669
|
+
strokeLinecap: "round",
|
|
2670
|
+
strokeWidth: 2,
|
|
2671
|
+
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"
|
|
2672
|
+
})
|
|
2673
|
+
)
|
|
2674
|
+
);
|
|
2675
|
+
|
|
2676
|
+
const IconMagnet = React.forwardRef(
|
|
2677
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2678
|
+
StyledIcon,
|
|
2679
|
+
{
|
|
2680
|
+
...props,
|
|
2681
|
+
size,
|
|
2682
|
+
viewBox: "0 0 24 24",
|
|
2683
|
+
fill: "none",
|
|
2684
|
+
ref: forwardRef2
|
|
2685
|
+
},
|
|
2686
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2687
|
+
clipPath: "url(#a)"
|
|
2688
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2689
|
+
stroke: "currentColor",
|
|
2690
|
+
strokeLinecap: "square",
|
|
2691
|
+
strokeMiterlimit: 1.414,
|
|
2692
|
+
strokeWidth: 2,
|
|
2693
|
+
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"
|
|
2694
|
+
})),
|
|
2695
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2696
|
+
id: "a"
|
|
2697
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2698
|
+
d: "M0 0h24v24H0z"
|
|
2699
|
+
})))
|
|
2700
|
+
)
|
|
2701
|
+
);
|
|
2702
|
+
|
|
2703
|
+
const IconMagnifyingGlass = React.forwardRef(
|
|
2704
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2705
|
+
StyledIcon,
|
|
2706
|
+
{
|
|
2707
|
+
...props,
|
|
2708
|
+
size,
|
|
2709
|
+
viewBox: "0 0 24 24",
|
|
2710
|
+
fill: "none",
|
|
2711
|
+
ref: forwardRef2
|
|
2712
|
+
},
|
|
2713
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2714
|
+
stroke: "currentColor",
|
|
2715
|
+
strokeLinecap: "round",
|
|
2716
|
+
strokeWidth: 2,
|
|
2717
|
+
d: "m20 20-5.5-5.5M16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
|
|
2718
|
+
})
|
|
2719
|
+
)
|
|
2720
|
+
);
|
|
2721
|
+
|
|
2722
|
+
const IconMap = React.forwardRef(
|
|
2723
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2724
|
+
StyledIcon,
|
|
2725
|
+
{
|
|
2726
|
+
...props,
|
|
2727
|
+
size,
|
|
2728
|
+
viewBox: "0 0 24 24",
|
|
2729
|
+
fill: "none",
|
|
2730
|
+
ref: forwardRef2
|
|
2731
|
+
},
|
|
2732
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2733
|
+
clipPath: "url(#a)"
|
|
2734
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2735
|
+
stroke: "currentColor",
|
|
2736
|
+
strokeLinecap: "round",
|
|
2737
|
+
strokeLinejoin: "round",
|
|
2738
|
+
strokeMiterlimit: 1.414,
|
|
2739
|
+
strokeWidth: 2,
|
|
2740
|
+
d: "M9 4 3 6v15l6-2.5M9 4l6 2M9 4v14.5M15 6l6-2v14.5L15 21m0-15v15m0 0-6-2.5"
|
|
2741
|
+
})),
|
|
2742
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2743
|
+
id: "a"
|
|
2744
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2745
|
+
d: "M0 0h24v24H0z"
|
|
2746
|
+
})))
|
|
2747
|
+
)
|
|
2748
|
+
);
|
|
2749
|
+
|
|
2750
|
+
const IconMicrophoneSlash = React.forwardRef(
|
|
2751
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2752
|
+
StyledIcon,
|
|
2753
|
+
{
|
|
2754
|
+
...props,
|
|
2755
|
+
size,
|
|
2756
|
+
viewBox: "0 0 24 24",
|
|
2757
|
+
fill: "none",
|
|
2758
|
+
ref: forwardRef2
|
|
2759
|
+
},
|
|
2760
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2761
|
+
clipPath: "url(#a)"
|
|
2762
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2763
|
+
stroke: "currentColor",
|
|
2764
|
+
strokeLinecap: "round",
|
|
2765
|
+
strokeWidth: 2,
|
|
2766
|
+
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"
|
|
2767
|
+
})),
|
|
2768
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2769
|
+
id: "a"
|
|
2770
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2771
|
+
d: "M0 0h24v24H0z"
|
|
2772
|
+
})))
|
|
2773
|
+
)
|
|
2774
|
+
);
|
|
2775
|
+
|
|
2776
|
+
const IconMicrophone = React.forwardRef(
|
|
2777
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2778
|
+
StyledIcon,
|
|
2779
|
+
{
|
|
2780
|
+
...props,
|
|
2781
|
+
size,
|
|
2782
|
+
viewBox: "0 0 24 24",
|
|
2783
|
+
fill: "none",
|
|
2784
|
+
ref: forwardRef2
|
|
2785
|
+
},
|
|
2786
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2787
|
+
clipPath: "url(#a)"
|
|
2788
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2789
|
+
stroke: "currentColor",
|
|
2790
|
+
strokeLinecap: "round",
|
|
2791
|
+
strokeWidth: 2,
|
|
2792
|
+
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"
|
|
2793
|
+
})),
|
|
2794
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2795
|
+
id: "a"
|
|
2796
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2797
|
+
d: "M0 0h24v24H0z"
|
|
2798
|
+
})))
|
|
2799
|
+
)
|
|
2800
|
+
);
|
|
2801
|
+
|
|
2802
|
+
const IconMinus = React.forwardRef(
|
|
2803
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2804
|
+
StyledIcon,
|
|
2805
|
+
{
|
|
2806
|
+
...props,
|
|
2807
|
+
size,
|
|
2808
|
+
viewBox: "0 0 24 24",
|
|
2809
|
+
fill: "none",
|
|
2810
|
+
ref: forwardRef2
|
|
2811
|
+
},
|
|
2812
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2813
|
+
stroke: "currentColor",
|
|
2814
|
+
strokeLinecap: "round",
|
|
2815
|
+
strokeWidth: 2,
|
|
2816
|
+
d: "M6 12h12"
|
|
2817
|
+
})
|
|
2818
|
+
)
|
|
2819
|
+
);
|
|
2820
|
+
|
|
2821
|
+
const IconMouse = React.forwardRef(
|
|
2822
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2823
|
+
StyledIcon,
|
|
2824
|
+
{
|
|
2825
|
+
...props,
|
|
2826
|
+
size,
|
|
2827
|
+
viewBox: "0 0 24 24",
|
|
2828
|
+
fill: "none",
|
|
2829
|
+
ref: forwardRef2
|
|
2830
|
+
},
|
|
2831
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2832
|
+
stroke: "currentColor",
|
|
2833
|
+
strokeLinecap: "round",
|
|
2834
|
+
strokeWidth: 2,
|
|
2835
|
+
d: "M12 8v3M9 3.5h6a4 4 0 0 1 4 4v6a7 7 0 1 1-14 0v-6a4 4 0 0 1 4-4Z"
|
|
2836
|
+
}),
|
|
2837
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2838
|
+
fill: "currentColor",
|
|
2839
|
+
d: "M0 0h.001v.001H0V0Z"
|
|
2840
|
+
})
|
|
2841
|
+
)
|
|
2842
|
+
);
|
|
2843
|
+
|
|
2844
|
+
const IconParallelogram = React.forwardRef(
|
|
2845
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2846
|
+
StyledIcon,
|
|
2847
|
+
{
|
|
2848
|
+
...props,
|
|
2849
|
+
size,
|
|
2850
|
+
viewBox: "0 0 24 24",
|
|
2851
|
+
fill: "none",
|
|
2852
|
+
ref: forwardRef2
|
|
2853
|
+
},
|
|
2854
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2855
|
+
clipPath: "url(#a)"
|
|
2856
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2857
|
+
stroke: "currentColor",
|
|
2858
|
+
strokeWidth: 2,
|
|
2859
|
+
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"
|
|
2860
|
+
})),
|
|
2861
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2862
|
+
id: "a"
|
|
2863
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2864
|
+
d: "M0 0h24v24H0z"
|
|
2865
|
+
})))
|
|
2866
|
+
)
|
|
2867
|
+
);
|
|
2868
|
+
|
|
2869
|
+
const IconPauseCircle = React.forwardRef(
|
|
2870
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2871
|
+
StyledIcon,
|
|
2872
|
+
{
|
|
2873
|
+
...props,
|
|
2874
|
+
size,
|
|
2875
|
+
viewBox: "0 0 24 24",
|
|
2876
|
+
fill: "none",
|
|
2877
|
+
ref: forwardRef2
|
|
2878
|
+
},
|
|
2879
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2880
|
+
clipPath: "url(#a)"
|
|
2881
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2882
|
+
stroke: "currentColor",
|
|
2883
|
+
strokeLinecap: "round",
|
|
2884
|
+
strokeWidth: 2,
|
|
2885
|
+
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"
|
|
2886
|
+
})),
|
|
2887
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2888
|
+
id: "a"
|
|
2889
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2890
|
+
d: "M0 0h24v24H0z"
|
|
2891
|
+
})))
|
|
2892
|
+
)
|
|
2893
|
+
);
|
|
2894
|
+
|
|
2895
|
+
const IconPdf = React.forwardRef(
|
|
2896
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2897
|
+
StyledIcon,
|
|
2898
|
+
{
|
|
2899
|
+
...props,
|
|
2900
|
+
size,
|
|
2901
|
+
viewBox: "0 0 24 24",
|
|
2902
|
+
fill: "none",
|
|
2903
|
+
ref: forwardRef2
|
|
2904
|
+
},
|
|
2905
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2906
|
+
clipPath: "url(#a)"
|
|
2907
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2908
|
+
stroke: "currentColor",
|
|
2909
|
+
strokeLinecap: "round",
|
|
2910
|
+
strokeLinejoin: "round",
|
|
2911
|
+
strokeWidth: 2,
|
|
2912
|
+
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"
|
|
2913
|
+
})),
|
|
2914
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2915
|
+
id: "a"
|
|
2916
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2917
|
+
d: "M0 0h24v24H0z"
|
|
2918
|
+
})))
|
|
2919
|
+
)
|
|
2920
|
+
);
|
|
2921
|
+
|
|
2922
|
+
const IconPenTip = React.forwardRef(
|
|
2923
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2924
|
+
StyledIcon,
|
|
2925
|
+
{
|
|
2926
|
+
...props,
|
|
2927
|
+
size,
|
|
2928
|
+
viewBox: "0 0 24 24",
|
|
2929
|
+
fill: "none",
|
|
2930
|
+
ref: forwardRef2
|
|
2931
|
+
},
|
|
2932
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2933
|
+
clipPath: "url(#a)"
|
|
2934
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2935
|
+
stroke: "currentColor",
|
|
2936
|
+
strokeLinecap: "round",
|
|
2937
|
+
strokeLinejoin: "round",
|
|
2938
|
+
strokeWidth: 2,
|
|
2939
|
+
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"
|
|
2940
|
+
})),
|
|
2941
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2942
|
+
id: "a"
|
|
2943
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2944
|
+
d: "M0 0h24v24H0z"
|
|
2945
|
+
})))
|
|
2946
|
+
)
|
|
2947
|
+
);
|
|
2948
|
+
|
|
2949
|
+
const IconPen = React.forwardRef(
|
|
2950
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2951
|
+
StyledIcon,
|
|
2952
|
+
{
|
|
2953
|
+
...props,
|
|
2954
|
+
size,
|
|
2955
|
+
viewBox: "0 0 24 24",
|
|
2956
|
+
fill: "none",
|
|
2957
|
+
ref: forwardRef2
|
|
2958
|
+
},
|
|
2959
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2960
|
+
clipPath: "url(#a)"
|
|
2961
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2962
|
+
stroke: "currentColor",
|
|
2963
|
+
strokeLinecap: "round",
|
|
2964
|
+
strokeLinejoin: "round",
|
|
2965
|
+
strokeWidth: 2,
|
|
2966
|
+
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"
|
|
2967
|
+
})),
|
|
2968
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2969
|
+
id: "a"
|
|
2970
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2971
|
+
d: "M0 0h24v24H0z"
|
|
2972
|
+
})))
|
|
2973
|
+
)
|
|
2974
|
+
);
|
|
2975
|
+
|
|
2976
|
+
const IconPlaceholder = React.forwardRef(
|
|
2977
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2978
|
+
StyledIcon,
|
|
2979
|
+
{
|
|
2980
|
+
...props,
|
|
2981
|
+
size,
|
|
2982
|
+
viewBox: "0 0 24 24",
|
|
2983
|
+
fill: "none",
|
|
2984
|
+
ref: forwardRef2
|
|
2985
|
+
},
|
|
2986
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2987
|
+
stroke: "currentColor",
|
|
2988
|
+
strokeLinecap: "round",
|
|
2989
|
+
strokeWidth: 2,
|
|
2990
|
+
d: "m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
2991
|
+
})
|
|
2992
|
+
)
|
|
2993
|
+
);
|
|
2994
|
+
|
|
2995
|
+
const IconPlayCircle = React.forwardRef(
|
|
2996
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2997
|
+
StyledIcon,
|
|
2998
|
+
{
|
|
2999
|
+
...props,
|
|
3000
|
+
size,
|
|
3001
|
+
viewBox: "0 0 24 24",
|
|
3002
|
+
fill: "none",
|
|
3003
|
+
ref: forwardRef2
|
|
3004
|
+
},
|
|
3005
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
3006
|
+
cx: 12,
|
|
3007
|
+
cy: 12,
|
|
3008
|
+
r: 8.5,
|
|
3009
|
+
stroke: "currentColor",
|
|
3010
|
+
strokeWidth: 2
|
|
3011
|
+
}),
|
|
3012
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3013
|
+
fill: "currentColor",
|
|
3014
|
+
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"
|
|
3015
|
+
})
|
|
3016
|
+
)
|
|
3017
|
+
);
|
|
3018
|
+
|
|
3019
|
+
const IconPlaybackSpeedCircle = React.forwardRef(
|
|
3020
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3021
|
+
StyledIcon,
|
|
3022
|
+
{
|
|
3023
|
+
...props,
|
|
3024
|
+
size,
|
|
3025
|
+
viewBox: "0 0 24 24",
|
|
3026
|
+
fill: "none",
|
|
3027
|
+
ref: forwardRef2
|
|
3028
|
+
},
|
|
3029
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3030
|
+
fill: "currentColor",
|
|
3031
|
+
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"
|
|
3032
|
+
}),
|
|
3033
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3034
|
+
stroke: "currentColor",
|
|
3035
|
+
strokeLinecap: "round",
|
|
3036
|
+
strokeWidth: 2,
|
|
3037
|
+
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"
|
|
3038
|
+
})
|
|
3039
|
+
)
|
|
3040
|
+
);
|
|
3041
|
+
|
|
3042
|
+
const IconPlug = React.forwardRef(
|
|
3043
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3044
|
+
StyledIcon,
|
|
3045
|
+
{
|
|
3046
|
+
...props,
|
|
3047
|
+
size,
|
|
3048
|
+
viewBox: "0 0 24 24",
|
|
3049
|
+
fill: "none",
|
|
3050
|
+
ref: forwardRef2
|
|
3051
|
+
},
|
|
3052
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3053
|
+
stroke: "currentColor",
|
|
3054
|
+
strokeLinecap: "round",
|
|
3055
|
+
strokeWidth: 2,
|
|
3056
|
+
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"
|
|
3057
|
+
})
|
|
3058
|
+
)
|
|
3059
|
+
);
|
|
3060
|
+
|
|
3061
|
+
const IconPlusText = React.forwardRef(
|
|
3062
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3063
|
+
StyledIcon,
|
|
3064
|
+
{
|
|
3065
|
+
...props,
|
|
3066
|
+
size,
|
|
3067
|
+
viewBox: "0 0 24 24",
|
|
3068
|
+
fill: "none",
|
|
3069
|
+
ref: forwardRef2
|
|
3070
|
+
},
|
|
3071
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3072
|
+
clipPath: "url(#a)"
|
|
3073
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3074
|
+
stroke: "currentColor",
|
|
3075
|
+
strokeLinecap: "round",
|
|
3076
|
+
strokeLinejoin: "round",
|
|
3077
|
+
strokeWidth: 2,
|
|
3078
|
+
d: "M7 5h7m7 0h-7m0 0v15M6 10v6m-3-3h6"
|
|
3079
|
+
})),
|
|
3080
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3081
|
+
id: "a"
|
|
3082
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3083
|
+
d: "M0 0h24v24H0z"
|
|
3084
|
+
})))
|
|
3085
|
+
)
|
|
3086
|
+
);
|
|
3087
|
+
|
|
3088
|
+
const IconPlus = React.forwardRef(
|
|
3089
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3090
|
+
StyledIcon,
|
|
3091
|
+
{
|
|
3092
|
+
...props,
|
|
3093
|
+
size,
|
|
3094
|
+
viewBox: "0 0 24 24",
|
|
3095
|
+
fill: "none",
|
|
3096
|
+
ref: forwardRef2
|
|
3097
|
+
},
|
|
3098
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3099
|
+
stroke: "currentColor",
|
|
3100
|
+
strokeLinecap: "round",
|
|
3101
|
+
strokeWidth: 2,
|
|
3102
|
+
d: "M5 12h14m-7-7v14"
|
|
3103
|
+
})
|
|
3104
|
+
)
|
|
3105
|
+
);
|
|
3106
|
+
|
|
3107
|
+
const IconProhibit = React.forwardRef(
|
|
3108
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3109
|
+
StyledIcon,
|
|
3110
|
+
{
|
|
3111
|
+
...props,
|
|
3112
|
+
size,
|
|
3113
|
+
viewBox: "0 0 24 24",
|
|
3114
|
+
fill: "none",
|
|
3115
|
+
ref: forwardRef2
|
|
3116
|
+
},
|
|
3117
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3118
|
+
clipPath: "url(#a)"
|
|
3119
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3120
|
+
stroke: "currentColor",
|
|
3121
|
+
strokeWidth: 2,
|
|
3122
|
+
d: "M7 17 17 7m2.5 5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"
|
|
3123
|
+
})),
|
|
3124
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3125
|
+
id: "a"
|
|
3126
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3127
|
+
d: "M0 0h24v24H0z"
|
|
3128
|
+
})))
|
|
3129
|
+
)
|
|
3130
|
+
);
|
|
3131
|
+
|
|
3132
|
+
const IconPushPin = React.forwardRef(
|
|
3133
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3134
|
+
StyledIcon,
|
|
3135
|
+
{
|
|
3136
|
+
...props,
|
|
3137
|
+
size,
|
|
3138
|
+
viewBox: "0 0 24 24",
|
|
3139
|
+
fill: "none",
|
|
3140
|
+
ref: forwardRef2
|
|
3141
|
+
},
|
|
3142
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3143
|
+
clipPath: "url(#a)"
|
|
3144
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3145
|
+
fill: "currentColor",
|
|
3146
|
+
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"
|
|
3147
|
+
})),
|
|
3148
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3149
|
+
id: "a"
|
|
3150
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3151
|
+
d: "M0 0h24v24H0z"
|
|
3152
|
+
})))
|
|
3153
|
+
)
|
|
3154
|
+
);
|
|
3155
|
+
|
|
3156
|
+
const IconQuestionMarkCircle = React.forwardRef(
|
|
3157
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3158
|
+
StyledIcon,
|
|
3159
|
+
{
|
|
3160
|
+
...props,
|
|
3161
|
+
size,
|
|
3162
|
+
viewBox: "0 0 24 24",
|
|
3163
|
+
fill: "none",
|
|
3164
|
+
ref: forwardRef2
|
|
3165
|
+
},
|
|
3166
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3167
|
+
stroke: "currentColor",
|
|
3168
|
+
strokeLinecap: "round",
|
|
3169
|
+
strokeWidth: 2,
|
|
3170
|
+
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"
|
|
3171
|
+
})
|
|
3172
|
+
)
|
|
3173
|
+
);
|
|
3174
|
+
|
|
3175
|
+
const IconRectanglesThreeAligned = React.forwardRef(
|
|
3176
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3177
|
+
StyledIcon,
|
|
3178
|
+
{
|
|
3179
|
+
...props,
|
|
3180
|
+
size,
|
|
3181
|
+
viewBox: "0 0 24 24",
|
|
3182
|
+
fill: "none",
|
|
3183
|
+
ref: forwardRef2
|
|
3184
|
+
},
|
|
3185
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3186
|
+
stroke: "currentColor",
|
|
3187
|
+
strokeLinecap: "round",
|
|
3188
|
+
strokeLinejoin: "round",
|
|
3189
|
+
strokeWidth: 2,
|
|
3190
|
+
clipPath: "url(#a)"
|
|
3191
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3192
|
+
d: "M11 4H3v8h8V4Zm6.063 12h-14v5h14v-5ZM19 4h-4v4h4V4Z"
|
|
3193
|
+
})),
|
|
3194
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3195
|
+
id: "a"
|
|
3196
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3197
|
+
d: "M0 0h24v24H0z"
|
|
3198
|
+
})))
|
|
3199
|
+
)
|
|
3200
|
+
);
|
|
3201
|
+
|
|
3202
|
+
const IconRectanglesThreeFree = React.forwardRef(
|
|
3203
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3204
|
+
StyledIcon,
|
|
3205
|
+
{
|
|
3206
|
+
...props,
|
|
3207
|
+
size,
|
|
3208
|
+
viewBox: "0 0 24 24",
|
|
3209
|
+
fill: "none",
|
|
3210
|
+
ref: forwardRef2
|
|
3211
|
+
},
|
|
3212
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3213
|
+
stroke: "currentColor",
|
|
3214
|
+
strokeLinecap: "round",
|
|
3215
|
+
strokeLinejoin: "round",
|
|
3216
|
+
strokeWidth: 2,
|
|
3217
|
+
clipPath: "url(#a)"
|
|
3218
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3219
|
+
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"
|
|
3220
|
+
})),
|
|
3221
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3222
|
+
id: "a"
|
|
3223
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3224
|
+
d: "M0 0h24v24H0z"
|
|
3225
|
+
})))
|
|
3226
|
+
)
|
|
3227
|
+
);
|
|
3228
|
+
|
|
3229
|
+
const IconRectanglesThreeOverlap = React.forwardRef(
|
|
3230
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3231
|
+
StyledIcon,
|
|
3232
|
+
{
|
|
3233
|
+
...props,
|
|
3234
|
+
size,
|
|
3235
|
+
viewBox: "0 0 24 24",
|
|
3236
|
+
fill: "none",
|
|
3237
|
+
ref: forwardRef2
|
|
3238
|
+
},
|
|
3239
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3240
|
+
clipPath: "url(#a)"
|
|
3241
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3242
|
+
stroke: "currentColor",
|
|
3243
|
+
strokeLinecap: "round",
|
|
3244
|
+
strokeLinejoin: "round",
|
|
3245
|
+
strokeWidth: 2,
|
|
3246
|
+
d: "M8 11H4v10h9v-4m-5-6h5v6m-5-6V7h4m1 10h4v-4m-5-6h5v6m-5-6V3h9v10h-4"
|
|
3247
|
+
})),
|
|
3248
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3249
|
+
id: "a"
|
|
3250
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3251
|
+
d: "M0 0h24v24H0z"
|
|
3252
|
+
})))
|
|
3253
|
+
)
|
|
3254
|
+
);
|
|
3255
|
+
|
|
3256
|
+
const IconRectanglesTwoLine = React.forwardRef(
|
|
3257
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3258
|
+
StyledIcon,
|
|
3259
|
+
{
|
|
3260
|
+
...props,
|
|
3261
|
+
size,
|
|
3262
|
+
viewBox: "0 0 24 24",
|
|
3263
|
+
fill: "none",
|
|
3264
|
+
ref: forwardRef2
|
|
3265
|
+
},
|
|
3266
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3267
|
+
clipPath: "url(#a)"
|
|
3268
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3269
|
+
stroke: "currentColor",
|
|
3270
|
+
strokeLinecap: "round",
|
|
3271
|
+
strokeLinejoin: "round",
|
|
3272
|
+
strokeWidth: 2,
|
|
3273
|
+
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"
|
|
3274
|
+
})),
|
|
3275
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3276
|
+
id: "a"
|
|
3277
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3278
|
+
d: "M0 0h24v24H0z"
|
|
3279
|
+
})))
|
|
3280
|
+
)
|
|
3281
|
+
);
|
|
3282
|
+
|
|
3283
|
+
const IconRhombus = React.forwardRef(
|
|
3284
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3285
|
+
StyledIcon,
|
|
3286
|
+
{
|
|
3287
|
+
...props,
|
|
3288
|
+
size,
|
|
3289
|
+
viewBox: "0 0 24 24",
|
|
3290
|
+
fill: "none",
|
|
3291
|
+
ref: forwardRef2
|
|
3292
|
+
},
|
|
3293
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3294
|
+
clipPath: "url(#a)"
|
|
3295
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3296
|
+
stroke: "currentColor",
|
|
3297
|
+
strokeWidth: 2,
|
|
3298
|
+
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"
|
|
3299
|
+
})),
|
|
3300
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3301
|
+
id: "a"
|
|
3302
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3303
|
+
d: "M0 0h24v24H0z"
|
|
3304
|
+
})))
|
|
3305
|
+
)
|
|
3306
|
+
);
|
|
3307
|
+
|
|
3308
|
+
const IconScrollbarXy = React.forwardRef(
|
|
3309
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3310
|
+
StyledIcon,
|
|
3311
|
+
{
|
|
3312
|
+
...props,
|
|
3313
|
+
size,
|
|
3314
|
+
viewBox: "0 0 24 24",
|
|
3315
|
+
fill: "none",
|
|
3316
|
+
ref: forwardRef2
|
|
3317
|
+
},
|
|
3318
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3319
|
+
stroke: "currentColor",
|
|
3320
|
+
strokeLinecap: "round",
|
|
3321
|
+
strokeWidth: 2,
|
|
3322
|
+
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"
|
|
3323
|
+
})
|
|
3324
|
+
)
|
|
3325
|
+
);
|
|
3326
|
+
|
|
3327
|
+
const IconShapes = React.forwardRef(
|
|
3328
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3329
|
+
StyledIcon,
|
|
3330
|
+
{
|
|
3331
|
+
...props,
|
|
3332
|
+
size,
|
|
3333
|
+
viewBox: "0 0 24 24",
|
|
3334
|
+
fill: "none",
|
|
3335
|
+
ref: forwardRef2
|
|
3336
|
+
},
|
|
3337
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3338
|
+
clipPath: "url(#a)"
|
|
3339
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3340
|
+
stroke: "currentColor",
|
|
3341
|
+
strokeLinecap: "round",
|
|
3342
|
+
strokeWidth: 2,
|
|
3343
|
+
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"
|
|
3344
|
+
})),
|
|
3345
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3346
|
+
id: "a"
|
|
3347
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3348
|
+
d: "M0 0h24v24H0z"
|
|
3349
|
+
})))
|
|
3350
|
+
)
|
|
3351
|
+
);
|
|
3352
|
+
|
|
3353
|
+
const IconShieldCheck = React.forwardRef(
|
|
3354
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3355
|
+
StyledIcon,
|
|
3356
|
+
{
|
|
3357
|
+
...props,
|
|
3358
|
+
size,
|
|
3359
|
+
viewBox: "0 0 24 24",
|
|
3360
|
+
fill: "none",
|
|
3361
|
+
ref: forwardRef2
|
|
3362
|
+
},
|
|
3363
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3364
|
+
clipPath: "url(#a)"
|
|
3365
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3366
|
+
stroke: "currentColor",
|
|
3367
|
+
strokeLinecap: "round",
|
|
3368
|
+
strokeMiterlimit: 1.414,
|
|
3369
|
+
strokeWidth: 2,
|
|
3370
|
+
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"
|
|
3371
|
+
})),
|
|
3372
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3373
|
+
id: "a"
|
|
3374
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3375
|
+
d: "M0 0h24v24H0z"
|
|
3376
|
+
})))
|
|
3377
|
+
)
|
|
3378
|
+
);
|
|
3379
|
+
|
|
3380
|
+
const IconShieldLock = React.forwardRef(
|
|
3381
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3382
|
+
StyledIcon,
|
|
3383
|
+
{
|
|
3384
|
+
...props,
|
|
3385
|
+
size,
|
|
3386
|
+
viewBox: "0 0 24 24",
|
|
3387
|
+
fill: "none",
|
|
3388
|
+
ref: forwardRef2
|
|
3389
|
+
},
|
|
3390
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
3391
|
+
width: 8,
|
|
3392
|
+
height: 5,
|
|
3393
|
+
x: 8,
|
|
3394
|
+
y: 11,
|
|
3395
|
+
fill: "currentColor",
|
|
3396
|
+
rx: 1
|
|
3397
|
+
}),
|
|
3398
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3399
|
+
stroke: "currentColor",
|
|
3400
|
+
strokeMiterlimit: 1.414,
|
|
3401
|
+
strokeWidth: 2,
|
|
3402
|
+
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"
|
|
3403
|
+
})
|
|
3404
|
+
)
|
|
3405
|
+
);
|
|
3406
|
+
|
|
3407
|
+
const IconSidebarClosed = React.forwardRef(
|
|
3408
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3409
|
+
StyledIcon,
|
|
3410
|
+
{
|
|
3411
|
+
...props,
|
|
3412
|
+
size,
|
|
3413
|
+
viewBox: "0 0 24 24",
|
|
3414
|
+
fill: "none",
|
|
3415
|
+
ref: forwardRef2
|
|
3416
|
+
},
|
|
3417
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3418
|
+
clipPath: "url(#a)"
|
|
3419
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3420
|
+
stroke: "currentColor",
|
|
3421
|
+
strokeLinecap: "round",
|
|
3422
|
+
strokeLinejoin: "round",
|
|
3423
|
+
strokeMiterlimit: 1.414,
|
|
3424
|
+
strokeWidth: 2,
|
|
3425
|
+
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"
|
|
3426
|
+
})),
|
|
3427
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3428
|
+
id: "a"
|
|
3429
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3430
|
+
d: "M0 0h24v24H0z"
|
|
3431
|
+
})))
|
|
3432
|
+
)
|
|
3433
|
+
);
|
|
3434
|
+
|
|
3435
|
+
const IconSidebarOpen = React.forwardRef(
|
|
3436
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3437
|
+
StyledIcon,
|
|
3438
|
+
{
|
|
3439
|
+
...props,
|
|
3440
|
+
size,
|
|
3441
|
+
viewBox: "0 0 24 24",
|
|
3442
|
+
fill: "none",
|
|
3443
|
+
ref: forwardRef2
|
|
3444
|
+
},
|
|
3445
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3446
|
+
stroke: "currentColor",
|
|
3447
|
+
strokeLinecap: "round",
|
|
3448
|
+
strokeLinejoin: "round",
|
|
3449
|
+
strokeMiterlimit: 1.414,
|
|
3450
|
+
strokeWidth: 2,
|
|
3451
|
+
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"
|
|
3452
|
+
}),
|
|
3453
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3454
|
+
fill: "currentColor",
|
|
3455
|
+
fillRule: "evenodd",
|
|
3456
|
+
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",
|
|
3457
|
+
clipRule: "evenodd"
|
|
3458
|
+
})
|
|
3459
|
+
)
|
|
3460
|
+
);
|
|
3461
|
+
|
|
3462
|
+
const IconSlidersX = React.forwardRef(
|
|
3463
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3464
|
+
StyledIcon,
|
|
3465
|
+
{
|
|
3466
|
+
...props,
|
|
3467
|
+
size,
|
|
3468
|
+
viewBox: "0 0 24 24",
|
|
3469
|
+
fill: "none",
|
|
3470
|
+
ref: forwardRef2
|
|
3471
|
+
},
|
|
3472
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3473
|
+
clipPath: "url(#a)"
|
|
3474
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3475
|
+
stroke: "currentColor",
|
|
3476
|
+
strokeLinecap: "round",
|
|
3477
|
+
strokeWidth: 2,
|
|
3478
|
+
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"
|
|
3479
|
+
})),
|
|
3480
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3481
|
+
id: "a"
|
|
3482
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3483
|
+
d: "M0 0h24v24H0z"
|
|
3484
|
+
})))
|
|
3485
|
+
)
|
|
3486
|
+
);
|
|
3487
|
+
|
|
3488
|
+
const IconSlidersY = React.forwardRef(
|
|
3489
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3490
|
+
StyledIcon,
|
|
3491
|
+
{
|
|
3492
|
+
...props,
|
|
3493
|
+
size,
|
|
3494
|
+
viewBox: "0 0 24 24",
|
|
3495
|
+
fill: "none",
|
|
3496
|
+
ref: forwardRef2
|
|
3497
|
+
},
|
|
3498
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3499
|
+
clipPath: "url(#a)"
|
|
3500
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2168
3501
|
stroke: "currentColor",
|
|
2169
3502
|
strokeLinecap: "round",
|
|
2170
3503
|
strokeWidth: 2,
|
|
2171
|
-
d: "
|
|
3504
|
+
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"
|
|
3505
|
+
})),
|
|
3506
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3507
|
+
id: "a"
|
|
3508
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3509
|
+
d: "M0 0h24v24H0z"
|
|
3510
|
+
})))
|
|
3511
|
+
)
|
|
3512
|
+
);
|
|
3513
|
+
|
|
3514
|
+
const IconSocialFacebook = React.forwardRef(
|
|
3515
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3516
|
+
StyledIcon,
|
|
3517
|
+
{
|
|
3518
|
+
...props,
|
|
3519
|
+
size,
|
|
3520
|
+
viewBox: "0 0 24 24",
|
|
3521
|
+
fill: "none",
|
|
3522
|
+
ref: forwardRef2
|
|
3523
|
+
},
|
|
3524
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3525
|
+
fill: "currentColor",
|
|
3526
|
+
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"
|
|
2172
3527
|
})
|
|
2173
3528
|
)
|
|
2174
3529
|
);
|
|
2175
3530
|
|
|
2176
|
-
const
|
|
3531
|
+
const IconSocialInstagram = React.forwardRef(
|
|
2177
3532
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2178
3533
|
StyledIcon,
|
|
2179
3534
|
{
|
|
@@ -2183,21 +3538,20 @@ const IconPlayCircle = React.forwardRef(
|
|
|
2183
3538
|
fill: "none",
|
|
2184
3539
|
ref: forwardRef2
|
|
2185
3540
|
},
|
|
2186
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
r: 8.5,
|
|
2190
|
-
stroke: "currentColor",
|
|
2191
|
-
strokeWidth: 2
|
|
3541
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3542
|
+
fill: "currentColor",
|
|
3543
|
+
d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
|
|
2192
3544
|
}),
|
|
2193
3545
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2194
3546
|
fill: "currentColor",
|
|
2195
|
-
|
|
3547
|
+
fillRule: "evenodd",
|
|
3548
|
+
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",
|
|
3549
|
+
clipRule: "evenodd"
|
|
2196
3550
|
})
|
|
2197
3551
|
)
|
|
2198
3552
|
);
|
|
2199
3553
|
|
|
2200
|
-
const
|
|
3554
|
+
const IconSocialLinkedin = React.forwardRef(
|
|
2201
3555
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2202
3556
|
StyledIcon,
|
|
2203
3557
|
{
|
|
@@ -2209,18 +3563,72 @@ const IconPlaybackSpeedCircle = React.forwardRef(
|
|
|
2209
3563
|
},
|
|
2210
3564
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2211
3565
|
fill: "currentColor",
|
|
2212
|
-
d: "
|
|
2213
|
-
})
|
|
3566
|
+
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"
|
|
3567
|
+
})
|
|
3568
|
+
)
|
|
3569
|
+
);
|
|
3570
|
+
|
|
3571
|
+
const IconSocialTwitter = React.forwardRef(
|
|
3572
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3573
|
+
StyledIcon,
|
|
3574
|
+
{
|
|
3575
|
+
...props,
|
|
3576
|
+
size,
|
|
3577
|
+
viewBox: "0 0 24 24",
|
|
3578
|
+
fill: "none",
|
|
3579
|
+
ref: forwardRef2
|
|
3580
|
+
},
|
|
3581
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3582
|
+
fill: "currentColor",
|
|
3583
|
+
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"
|
|
3584
|
+
})
|
|
3585
|
+
)
|
|
3586
|
+
);
|
|
3587
|
+
|
|
3588
|
+
const IconSocialYoutube = React.forwardRef(
|
|
3589
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3590
|
+
StyledIcon,
|
|
3591
|
+
{
|
|
3592
|
+
...props,
|
|
3593
|
+
size,
|
|
3594
|
+
viewBox: "0 0 24 24",
|
|
3595
|
+
fill: "none",
|
|
3596
|
+
ref: forwardRef2
|
|
3597
|
+
},
|
|
2214
3598
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3599
|
+
fill: "currentColor",
|
|
3600
|
+
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"
|
|
3601
|
+
})
|
|
3602
|
+
)
|
|
3603
|
+
);
|
|
3604
|
+
|
|
3605
|
+
const IconSpeakerCross = React.forwardRef(
|
|
3606
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3607
|
+
StyledIcon,
|
|
3608
|
+
{
|
|
3609
|
+
...props,
|
|
3610
|
+
size,
|
|
3611
|
+
viewBox: "0 0 24 24",
|
|
3612
|
+
fill: "none",
|
|
3613
|
+
ref: forwardRef2
|
|
3614
|
+
},
|
|
3615
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3616
|
+
clipPath: "url(#a)"
|
|
3617
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2215
3618
|
stroke: "currentColor",
|
|
2216
3619
|
strokeLinecap: "round",
|
|
2217
3620
|
strokeWidth: 2,
|
|
2218
|
-
d: "
|
|
2219
|
-
})
|
|
3621
|
+
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"
|
|
3622
|
+
})),
|
|
3623
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3624
|
+
id: "a"
|
|
3625
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3626
|
+
d: "M0 0h24v24H0z"
|
|
3627
|
+
})))
|
|
2220
3628
|
)
|
|
2221
3629
|
);
|
|
2222
3630
|
|
|
2223
|
-
const
|
|
3631
|
+
const IconSpeakerHigh = React.forwardRef(
|
|
2224
3632
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2225
3633
|
StyledIcon,
|
|
2226
3634
|
{
|
|
@@ -2230,16 +3638,23 @@ const IconPlug = React.forwardRef(
|
|
|
2230
3638
|
fill: "none",
|
|
2231
3639
|
ref: forwardRef2
|
|
2232
3640
|
},
|
|
2233
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
3641
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3642
|
+
clipPath: "url(#a)"
|
|
3643
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2234
3644
|
stroke: "currentColor",
|
|
2235
3645
|
strokeLinecap: "round",
|
|
2236
3646
|
strokeWidth: 2,
|
|
2237
|
-
d: "
|
|
2238
|
-
})
|
|
3647
|
+
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"
|
|
3648
|
+
})),
|
|
3649
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3650
|
+
id: "a"
|
|
3651
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3652
|
+
d: "M0 0h24v24H0z"
|
|
3653
|
+
})))
|
|
2239
3654
|
)
|
|
2240
3655
|
);
|
|
2241
3656
|
|
|
2242
|
-
const
|
|
3657
|
+
const IconSplitVertical = React.forwardRef(
|
|
2243
3658
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2244
3659
|
StyledIcon,
|
|
2245
3660
|
{
|
|
@@ -2249,16 +3664,24 @@ const IconPlus = React.forwardRef(
|
|
|
2249
3664
|
fill: "none",
|
|
2250
3665
|
ref: forwardRef2
|
|
2251
3666
|
},
|
|
2252
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
3667
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3668
|
+
clipPath: "url(#a)"
|
|
3669
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2253
3670
|
stroke: "currentColor",
|
|
2254
3671
|
strokeLinecap: "round",
|
|
3672
|
+
strokeLinejoin: "round",
|
|
2255
3673
|
strokeWidth: 2,
|
|
2256
|
-
d: "M5
|
|
2257
|
-
})
|
|
3674
|
+
d: "M5 6.5V4h14v2.5M2 12h20M5 17.5V20h14v-2.5"
|
|
3675
|
+
})),
|
|
3676
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3677
|
+
id: "a"
|
|
3678
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3679
|
+
d: "M0 0h24v24H0z"
|
|
3680
|
+
})))
|
|
2258
3681
|
)
|
|
2259
3682
|
);
|
|
2260
3683
|
|
|
2261
|
-
const
|
|
3684
|
+
const IconSquareBracketsAngleSlash = React.forwardRef(
|
|
2262
3685
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2263
3686
|
StyledIcon,
|
|
2264
3687
|
{
|
|
@@ -2271,8 +3694,10 @@ const IconPushPin = React.forwardRef(
|
|
|
2271
3694
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2272
3695
|
clipPath: "url(#a)"
|
|
2273
3696
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2274
|
-
|
|
2275
|
-
|
|
3697
|
+
stroke: "currentColor",
|
|
3698
|
+
strokeLinecap: "round",
|
|
3699
|
+
strokeWidth: 2,
|
|
3700
|
+
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"
|
|
2276
3701
|
})),
|
|
2277
3702
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2278
3703
|
id: "a"
|
|
@@ -2282,7 +3707,7 @@ const IconPushPin = React.forwardRef(
|
|
|
2282
3707
|
)
|
|
2283
3708
|
);
|
|
2284
3709
|
|
|
2285
|
-
const
|
|
3710
|
+
const IconSquareCirclesTwo = React.forwardRef(
|
|
2286
3711
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2287
3712
|
StyledIcon,
|
|
2288
3713
|
{
|
|
@@ -2296,12 +3721,16 @@ const IconQuestionMarkCircle = React.forwardRef(
|
|
|
2296
3721
|
stroke: "currentColor",
|
|
2297
3722
|
strokeLinecap: "round",
|
|
2298
3723
|
strokeWidth: 2,
|
|
2299
|
-
d: "
|
|
3724
|
+
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"
|
|
3725
|
+
}),
|
|
3726
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3727
|
+
fill: "currentColor",
|
|
3728
|
+
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"
|
|
2300
3729
|
})
|
|
2301
3730
|
)
|
|
2302
3731
|
);
|
|
2303
3732
|
|
|
2304
|
-
const
|
|
3733
|
+
const IconSquareLineSquareDashed = React.forwardRef(
|
|
2305
3734
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2306
3735
|
StyledIcon,
|
|
2307
3736
|
{
|
|
@@ -2315,8 +3744,10 @@ const IconRhombus = React.forwardRef(
|
|
|
2315
3744
|
clipPath: "url(#a)"
|
|
2316
3745
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2317
3746
|
stroke: "currentColor",
|
|
3747
|
+
strokeLinecap: "round",
|
|
3748
|
+
strokeLinejoin: "round",
|
|
2318
3749
|
strokeWidth: 2,
|
|
2319
|
-
d: "
|
|
3750
|
+
d: "M18 3h3v3m0 4v4m0 4v3h-3m-4 0h-4m-4 0H3v-3M3 3h11v11H3V3Z"
|
|
2320
3751
|
})),
|
|
2321
3752
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2322
3753
|
id: "a"
|
|
@@ -2326,7 +3757,7 @@ const IconRhombus = React.forwardRef(
|
|
|
2326
3757
|
)
|
|
2327
3758
|
);
|
|
2328
3759
|
|
|
2329
|
-
const
|
|
3760
|
+
const IconSquareRounded = React.forwardRef(
|
|
2330
3761
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2331
3762
|
StyledIcon,
|
|
2332
3763
|
{
|
|
@@ -2336,16 +3767,22 @@ const IconScrollbarXy = React.forwardRef(
|
|
|
2336
3767
|
fill: "none",
|
|
2337
3768
|
ref: forwardRef2
|
|
2338
3769
|
},
|
|
2339
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
3770
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3771
|
+
clipPath: "url(#a)"
|
|
3772
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2340
3773
|
stroke: "currentColor",
|
|
2341
|
-
strokeLinecap: "round",
|
|
2342
3774
|
strokeWidth: 2,
|
|
2343
|
-
d: "
|
|
2344
|
-
})
|
|
3775
|
+
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"
|
|
3776
|
+
})),
|
|
3777
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3778
|
+
id: "a"
|
|
3779
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3780
|
+
d: "M0 0h24v24H0z"
|
|
3781
|
+
})))
|
|
2345
3782
|
)
|
|
2346
3783
|
);
|
|
2347
3784
|
|
|
2348
|
-
const
|
|
3785
|
+
const IconSquareTriangleCirclePlus = React.forwardRef(
|
|
2349
3786
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2350
3787
|
StyledIcon,
|
|
2351
3788
|
{
|
|
@@ -2361,7 +3798,7 @@ const IconShapes = React.forwardRef(
|
|
|
2361
3798
|
stroke: "currentColor",
|
|
2362
3799
|
strokeLinecap: "round",
|
|
2363
3800
|
strokeWidth: 2,
|
|
2364
|
-
d: "
|
|
3801
|
+
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"
|
|
2365
3802
|
})),
|
|
2366
3803
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2367
3804
|
id: "a"
|
|
@@ -2371,7 +3808,7 @@ const IconShapes = React.forwardRef(
|
|
|
2371
3808
|
)
|
|
2372
3809
|
);
|
|
2373
3810
|
|
|
2374
|
-
const
|
|
3811
|
+
const IconSquare = React.forwardRef(
|
|
2375
3812
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2376
3813
|
StyledIcon,
|
|
2377
3814
|
{
|
|
@@ -2384,11 +3821,35 @@ const IconShieldCheck = React.forwardRef(
|
|
|
2384
3821
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2385
3822
|
clipPath: "url(#a)"
|
|
2386
3823
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3824
|
+
stroke: "currentColor",
|
|
3825
|
+
strokeWidth: 2,
|
|
3826
|
+
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"
|
|
3827
|
+
})),
|
|
3828
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3829
|
+
id: "a"
|
|
3830
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3831
|
+
d: "M0 0h24v24H0z"
|
|
3832
|
+
})))
|
|
3833
|
+
)
|
|
3834
|
+
);
|
|
3835
|
+
|
|
3836
|
+
const IconSquaresFour = React.forwardRef(
|
|
3837
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3838
|
+
StyledIcon,
|
|
3839
|
+
{
|
|
3840
|
+
...props,
|
|
3841
|
+
size,
|
|
3842
|
+
viewBox: "0 0 24 24",
|
|
3843
|
+
fill: "none",
|
|
3844
|
+
ref: forwardRef2
|
|
3845
|
+
},
|
|
3846
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2387
3847
|
stroke: "currentColor",
|
|
2388
3848
|
strokeLinecap: "round",
|
|
2389
|
-
strokeMiterlimit: 1.414,
|
|
2390
3849
|
strokeWidth: 2,
|
|
2391
|
-
|
|
3850
|
+
clipPath: "url(#a)"
|
|
3851
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3852
|
+
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"
|
|
2392
3853
|
})),
|
|
2393
3854
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2394
3855
|
id: "a"
|
|
@@ -2398,7 +3859,7 @@ const IconShieldCheck = React.forwardRef(
|
|
|
2398
3859
|
)
|
|
2399
3860
|
);
|
|
2400
3861
|
|
|
2401
|
-
const
|
|
3862
|
+
const IconSquaresGroup = React.forwardRef(
|
|
2402
3863
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2403
3864
|
StyledIcon,
|
|
2404
3865
|
{
|
|
@@ -2408,24 +3869,75 @@ const IconShieldLock = React.forwardRef(
|
|
|
2408
3869
|
fill: "none",
|
|
2409
3870
|
ref: forwardRef2
|
|
2410
3871
|
},
|
|
2411
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
3872
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3873
|
+
stroke: "currentColor",
|
|
3874
|
+
strokeLinecap: "round",
|
|
3875
|
+
strokeLinejoin: "round",
|
|
3876
|
+
strokeWidth: 2,
|
|
3877
|
+
d: "M20 4H4v16h16V4Z"
|
|
3878
|
+
}),
|
|
3879
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2416
3880
|
fill: "currentColor",
|
|
2417
|
-
|
|
3881
|
+
d: "M2 2h3v3H2V2Zm17 0h3v3h-3V2Zm0 17h3v3h-3v-3ZM2 19h3v3H2v-3Zm9-12h6v6h-6V7Z"
|
|
2418
3882
|
}),
|
|
2419
3883
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3884
|
+
fill: "currentColor",
|
|
3885
|
+
d: "M7 11h3v3h3v3H7v-6Z"
|
|
3886
|
+
})
|
|
3887
|
+
)
|
|
3888
|
+
);
|
|
3889
|
+
|
|
3890
|
+
const IconSquaresMerge = React.forwardRef(
|
|
3891
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3892
|
+
StyledIcon,
|
|
3893
|
+
{
|
|
3894
|
+
...props,
|
|
3895
|
+
size,
|
|
3896
|
+
viewBox: "0 0 24 24",
|
|
3897
|
+
fill: "none",
|
|
3898
|
+
ref: forwardRef2
|
|
3899
|
+
},
|
|
3900
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3901
|
+
clipPath: "url(#a)"
|
|
3902
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3903
|
+
fill: "currentColor",
|
|
3904
|
+
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"
|
|
3905
|
+
})),
|
|
3906
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3907
|
+
id: "a"
|
|
3908
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3909
|
+
d: "M0 0h24v24H0z"
|
|
3910
|
+
})))
|
|
3911
|
+
)
|
|
3912
|
+
);
|
|
3913
|
+
|
|
3914
|
+
const IconSquaresThree = React.forwardRef(
|
|
3915
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3916
|
+
StyledIcon,
|
|
3917
|
+
{
|
|
3918
|
+
...props,
|
|
3919
|
+
size,
|
|
3920
|
+
viewBox: "0 0 24 24",
|
|
3921
|
+
fill: "none",
|
|
3922
|
+
ref: forwardRef2
|
|
3923
|
+
},
|
|
3924
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2420
3925
|
stroke: "currentColor",
|
|
2421
|
-
|
|
3926
|
+
strokeLinecap: "round",
|
|
2422
3927
|
strokeWidth: 2,
|
|
2423
|
-
|
|
2424
|
-
}
|
|
3928
|
+
clipPath: "url(#a)"
|
|
3929
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3930
|
+
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"
|
|
3931
|
+
})),
|
|
3932
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3933
|
+
id: "a"
|
|
3934
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3935
|
+
d: "M0 0h24v24H0z"
|
|
3936
|
+
})))
|
|
2425
3937
|
)
|
|
2426
3938
|
);
|
|
2427
3939
|
|
|
2428
|
-
const
|
|
3940
|
+
const IconSquaresTwoOverlap = React.forwardRef(
|
|
2429
3941
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2430
3942
|
StyledIcon,
|
|
2431
3943
|
{
|
|
@@ -2441,9 +3953,8 @@ const IconSidebarClosed = React.forwardRef(
|
|
|
2441
3953
|
stroke: "currentColor",
|
|
2442
3954
|
strokeLinecap: "round",
|
|
2443
3955
|
strokeLinejoin: "round",
|
|
2444
|
-
strokeMiterlimit: 1.414,
|
|
2445
3956
|
strokeWidth: 2,
|
|
2446
|
-
d: "
|
|
3957
|
+
d: "M9 5V3h12v12h-2M3 9h12v12H3V9Z"
|
|
2447
3958
|
})),
|
|
2448
3959
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2449
3960
|
id: "a"
|
|
@@ -2453,7 +3964,7 @@ const IconSidebarClosed = React.forwardRef(
|
|
|
2453
3964
|
)
|
|
2454
3965
|
);
|
|
2455
3966
|
|
|
2456
|
-
const
|
|
3967
|
+
const IconSquaresUngroup = React.forwardRef(
|
|
2457
3968
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2458
3969
|
StyledIcon,
|
|
2459
3970
|
{
|
|
@@ -2467,20 +3978,17 @@ const IconSidebarOpen = React.forwardRef(
|
|
|
2467
3978
|
stroke: "currentColor",
|
|
2468
3979
|
strokeLinecap: "round",
|
|
2469
3980
|
strokeLinejoin: "round",
|
|
2470
|
-
strokeMiterlimit: 1.414,
|
|
2471
3981
|
strokeWidth: 2,
|
|
2472
|
-
d: "
|
|
3982
|
+
d: "M10 10v4h4m-4-4V4h10v10h-6m-4-4H4v10h10v-6"
|
|
2473
3983
|
}),
|
|
2474
3984
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2475
3985
|
fill: "currentColor",
|
|
2476
|
-
|
|
2477
|
-
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",
|
|
2478
|
-
clipRule: "evenodd"
|
|
3986
|
+
d: "M8 2h3v3H8V2Zm11 0h3v3h-3V2Zm0 11h3v3h-3v-3ZM8 13h3v3H8v-3ZM2 8h3v3H2V8Zm0 11h3v3H2v-3Zm11 0h3v3h-3v-3Z"
|
|
2479
3987
|
})
|
|
2480
3988
|
)
|
|
2481
3989
|
);
|
|
2482
3990
|
|
|
2483
|
-
const
|
|
3991
|
+
const IconSquaresUnmerge = React.forwardRef(
|
|
2484
3992
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2485
3993
|
StyledIcon,
|
|
2486
3994
|
{
|
|
@@ -2495,8 +4003,9 @@ const IconSlidersX = React.forwardRef(
|
|
|
2495
4003
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2496
4004
|
stroke: "currentColor",
|
|
2497
4005
|
strokeLinecap: "round",
|
|
4006
|
+
strokeLinejoin: "round",
|
|
2498
4007
|
strokeWidth: 2,
|
|
2499
|
-
d: "
|
|
4008
|
+
d: "M9 3h12v12H9V3Zm6 6H3v12h12V9Z"
|
|
2500
4009
|
})),
|
|
2501
4010
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2502
4011
|
id: "a"
|
|
@@ -2506,7 +4015,7 @@ const IconSlidersX = React.forwardRef(
|
|
|
2506
4015
|
)
|
|
2507
4016
|
);
|
|
2508
4017
|
|
|
2509
|
-
const
|
|
4018
|
+
const IconStack = React.forwardRef(
|
|
2510
4019
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2511
4020
|
StyledIcon,
|
|
2512
4021
|
{
|
|
@@ -2521,8 +4030,9 @@ const IconSlidersY = React.forwardRef(
|
|
|
2521
4030
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2522
4031
|
stroke: "currentColor",
|
|
2523
4032
|
strokeLinecap: "round",
|
|
4033
|
+
strokeLinejoin: "round",
|
|
2524
4034
|
strokeWidth: 2,
|
|
2525
|
-
d: "
|
|
4035
|
+
d: "m18 14 4 1.5L12 20 2 15.5 6 14m6-10 10 4.5L12 13 2 8.5 12 4Z"
|
|
2526
4036
|
})),
|
|
2527
4037
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2528
4038
|
id: "a"
|
|
@@ -2532,7 +4042,7 @@ const IconSlidersY = React.forwardRef(
|
|
|
2532
4042
|
)
|
|
2533
4043
|
);
|
|
2534
4044
|
|
|
2535
|
-
const
|
|
4045
|
+
const IconStickyNote = React.forwardRef(
|
|
2536
4046
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2537
4047
|
StyledIcon,
|
|
2538
4048
|
{
|
|
@@ -2542,14 +4052,23 @@ const IconSocialFacebook = React.forwardRef(
|
|
|
2542
4052
|
fill: "none",
|
|
2543
4053
|
ref: forwardRef2
|
|
2544
4054
|
},
|
|
2545
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
4055
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4056
|
+
clipPath: "url(#a)"
|
|
4057
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4058
|
+
stroke: "currentColor",
|
|
4059
|
+
strokeLinecap: "square",
|
|
4060
|
+
strokeWidth: 2,
|
|
4061
|
+
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"
|
|
4062
|
+
})),
|
|
4063
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4064
|
+
id: "a"
|
|
4065
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4066
|
+
d: "M0 0h24v24H0z"
|
|
4067
|
+
})))
|
|
2549
4068
|
)
|
|
2550
4069
|
);
|
|
2551
4070
|
|
|
2552
|
-
const
|
|
4071
|
+
const IconStopCircle = React.forwardRef(
|
|
2553
4072
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2554
4073
|
StyledIcon,
|
|
2555
4074
|
{
|
|
@@ -2559,20 +4078,21 @@ const IconSocialInstagram = React.forwardRef(
|
|
|
2559
4078
|
fill: "none",
|
|
2560
4079
|
ref: forwardRef2
|
|
2561
4080
|
},
|
|
2562
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2563
|
-
|
|
2564
|
-
|
|
4081
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
4082
|
+
cx: 12,
|
|
4083
|
+
cy: 12,
|
|
4084
|
+
r: 8.5,
|
|
4085
|
+
stroke: "currentColor",
|
|
4086
|
+
strokeWidth: 2
|
|
2565
4087
|
}),
|
|
2566
4088
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2567
4089
|
fill: "currentColor",
|
|
2568
|
-
|
|
2569
|
-
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",
|
|
2570
|
-
clipRule: "evenodd"
|
|
4090
|
+
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"
|
|
2571
4091
|
})
|
|
2572
4092
|
)
|
|
2573
4093
|
);
|
|
2574
4094
|
|
|
2575
|
-
const
|
|
4095
|
+
const IconTag = React.forwardRef(
|
|
2576
4096
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2577
4097
|
StyledIcon,
|
|
2578
4098
|
{
|
|
@@ -2583,13 +4103,23 @@ const IconSocialLinkedin = React.forwardRef(
|
|
|
2583
4103
|
ref: forwardRef2
|
|
2584
4104
|
},
|
|
2585
4105
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2586
|
-
|
|
2587
|
-
|
|
4106
|
+
stroke: "currentColor",
|
|
4107
|
+
strokeLinecap: "square",
|
|
4108
|
+
strokeLinejoin: "round",
|
|
4109
|
+
strokeMiterlimit: 1.414,
|
|
4110
|
+
strokeWidth: 2,
|
|
4111
|
+
d: "M11.953 4H4v8l8.839 8.617 7.778-7.778L11.953 4Z"
|
|
4112
|
+
}),
|
|
4113
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
4114
|
+
cx: 8.5,
|
|
4115
|
+
cy: 8.5,
|
|
4116
|
+
r: 1.5,
|
|
4117
|
+
fill: "currentColor"
|
|
2588
4118
|
})
|
|
2589
4119
|
)
|
|
2590
4120
|
);
|
|
2591
4121
|
|
|
2592
|
-
const
|
|
4122
|
+
const IconTextAUnderline = React.forwardRef(
|
|
2593
4123
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2594
4124
|
StyledIcon,
|
|
2595
4125
|
{
|
|
@@ -2599,31 +4129,22 @@ const IconSocialTwitter = React.forwardRef(
|
|
|
2599
4129
|
fill: "none",
|
|
2600
4130
|
ref: forwardRef2
|
|
2601
4131
|
},
|
|
2602
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
4132
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
4133
|
+
width: 18,
|
|
4134
|
+
height: 2,
|
|
4135
|
+
x: 3,
|
|
4136
|
+
y: 19,
|
|
2603
4137
|
fill: "currentColor",
|
|
2604
|
-
|
|
2605
|
-
})
|
|
2606
|
-
)
|
|
2607
|
-
);
|
|
2608
|
-
|
|
2609
|
-
const IconSocialYoutube = React.forwardRef(
|
|
2610
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2611
|
-
StyledIcon,
|
|
2612
|
-
{
|
|
2613
|
-
...props,
|
|
2614
|
-
size,
|
|
2615
|
-
viewBox: "0 0 24 24",
|
|
2616
|
-
fill: "none",
|
|
2617
|
-
ref: forwardRef2
|
|
2618
|
-
},
|
|
4138
|
+
rx: 0.5
|
|
4139
|
+
}),
|
|
2619
4140
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2620
4141
|
fill: "currentColor",
|
|
2621
|
-
d: "
|
|
4142
|
+
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"
|
|
2622
4143
|
})
|
|
2623
4144
|
)
|
|
2624
4145
|
);
|
|
2625
4146
|
|
|
2626
|
-
const
|
|
4147
|
+
const IconTextAlignCenter = React.forwardRef(
|
|
2627
4148
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2628
4149
|
StyledIcon,
|
|
2629
4150
|
{
|
|
@@ -2638,8 +4159,9 @@ const IconSpeakerCross = React.forwardRef(
|
|
|
2638
4159
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2639
4160
|
stroke: "currentColor",
|
|
2640
4161
|
strokeLinecap: "round",
|
|
4162
|
+
strokeLinejoin: "round",
|
|
2641
4163
|
strokeWidth: 2,
|
|
2642
|
-
d: "
|
|
4164
|
+
d: "M5 6h14M8 10h8M5 14h14M8 18h8"
|
|
2643
4165
|
})),
|
|
2644
4166
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2645
4167
|
id: "a"
|
|
@@ -2649,7 +4171,7 @@ const IconSpeakerCross = React.forwardRef(
|
|
|
2649
4171
|
)
|
|
2650
4172
|
);
|
|
2651
4173
|
|
|
2652
|
-
const
|
|
4174
|
+
const IconTextAlignLeft = React.forwardRef(
|
|
2653
4175
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2654
4176
|
StyledIcon,
|
|
2655
4177
|
{
|
|
@@ -2664,8 +4186,9 @@ const IconSpeakerHigh = React.forwardRef(
|
|
|
2664
4186
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2665
4187
|
stroke: "currentColor",
|
|
2666
4188
|
strokeLinecap: "round",
|
|
4189
|
+
strokeLinejoin: "round",
|
|
2667
4190
|
strokeWidth: 2,
|
|
2668
|
-
d: "
|
|
4191
|
+
d: "M5 6h14M5 12h7m-7 6h14"
|
|
2669
4192
|
})),
|
|
2670
4193
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2671
4194
|
id: "a"
|
|
@@ -2675,7 +4198,24 @@ const IconSpeakerHigh = React.forwardRef(
|
|
|
2675
4198
|
)
|
|
2676
4199
|
);
|
|
2677
4200
|
|
|
2678
|
-
const
|
|
4201
|
+
const IconTextBBoldItalicUnderlined = React.forwardRef(
|
|
4202
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4203
|
+
StyledIcon,
|
|
4204
|
+
{
|
|
4205
|
+
...props,
|
|
4206
|
+
size,
|
|
4207
|
+
viewBox: "0 0 24 24",
|
|
4208
|
+
fill: "none",
|
|
4209
|
+
ref: forwardRef2
|
|
4210
|
+
},
|
|
4211
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4212
|
+
fill: "currentColor",
|
|
4213
|
+
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"
|
|
4214
|
+
})
|
|
4215
|
+
)
|
|
4216
|
+
);
|
|
4217
|
+
|
|
4218
|
+
const IconTextBBold = React.forwardRef(
|
|
2679
4219
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2680
4220
|
StyledIcon,
|
|
2681
4221
|
{
|
|
@@ -2690,8 +4230,9 @@ const IconSquareBracketsAngleSlash = React.forwardRef(
|
|
|
2690
4230
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2691
4231
|
stroke: "currentColor",
|
|
2692
4232
|
strokeLinecap: "round",
|
|
2693
|
-
|
|
2694
|
-
|
|
4233
|
+
strokeLinejoin: "round",
|
|
4234
|
+
strokeWidth: 2.5,
|
|
4235
|
+
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"
|
|
2695
4236
|
})),
|
|
2696
4237
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2697
4238
|
id: "a"
|
|
@@ -2701,7 +4242,7 @@ const IconSquareBracketsAngleSlash = React.forwardRef(
|
|
|
2701
4242
|
)
|
|
2702
4243
|
);
|
|
2703
4244
|
|
|
2704
|
-
const
|
|
4245
|
+
const IconTextHOne = React.forwardRef(
|
|
2705
4246
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2706
4247
|
StyledIcon,
|
|
2707
4248
|
{
|
|
@@ -2711,20 +4252,24 @@ const IconSquareCirclesTwo = React.forwardRef(
|
|
|
2711
4252
|
fill: "none",
|
|
2712
4253
|
ref: forwardRef2
|
|
2713
4254
|
},
|
|
2714
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
4255
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4256
|
+
clipPath: "url(#a)"
|
|
4257
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2715
4258
|
stroke: "currentColor",
|
|
2716
4259
|
strokeLinecap: "round",
|
|
4260
|
+
strokeLinejoin: "round",
|
|
2717
4261
|
strokeWidth: 2,
|
|
2718
|
-
d: "
|
|
2719
|
-
}),
|
|
2720
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
4262
|
+
d: "M5 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m5-12h3v12"
|
|
4263
|
+
})),
|
|
4264
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4265
|
+
id: "a"
|
|
4266
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4267
|
+
d: "M0 0h24v24H0z"
|
|
4268
|
+
})))
|
|
2724
4269
|
)
|
|
2725
4270
|
);
|
|
2726
4271
|
|
|
2727
|
-
const
|
|
4272
|
+
const IconTextHThree = React.forwardRef(
|
|
2728
4273
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2729
4274
|
StyledIcon,
|
|
2730
4275
|
{
|
|
@@ -2738,8 +4283,10 @@ const IconSquareRounded = React.forwardRef(
|
|
|
2738
4283
|
clipPath: "url(#a)"
|
|
2739
4284
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2740
4285
|
stroke: "currentColor",
|
|
4286
|
+
strokeLinecap: "round",
|
|
4287
|
+
strokeLinejoin: "round",
|
|
2741
4288
|
strokeWidth: 2,
|
|
2742
|
-
d: "
|
|
4289
|
+
d: "M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5"
|
|
2743
4290
|
})),
|
|
2744
4291
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2745
4292
|
id: "a"
|
|
@@ -2749,7 +4296,7 @@ const IconSquareRounded = React.forwardRef(
|
|
|
2749
4296
|
)
|
|
2750
4297
|
);
|
|
2751
4298
|
|
|
2752
|
-
const
|
|
4299
|
+
const IconTextHTwo = React.forwardRef(
|
|
2753
4300
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2754
4301
|
StyledIcon,
|
|
2755
4302
|
{
|
|
@@ -2764,8 +4311,9 @@ const IconSquareTriangleCirclePlus = React.forwardRef(
|
|
|
2764
4311
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2765
4312
|
stroke: "currentColor",
|
|
2766
4313
|
strokeLinecap: "round",
|
|
4314
|
+
strokeLinejoin: "round",
|
|
2767
4315
|
strokeWidth: 2,
|
|
2768
|
-
d: "
|
|
4316
|
+
d: "M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6h-5v6h5"
|
|
2769
4317
|
})),
|
|
2770
4318
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2771
4319
|
id: "a"
|
|
@@ -2775,7 +4323,7 @@ const IconSquareTriangleCirclePlus = React.forwardRef(
|
|
|
2775
4323
|
)
|
|
2776
4324
|
);
|
|
2777
4325
|
|
|
2778
|
-
const
|
|
4326
|
+
const IconTextIItalic = React.forwardRef(
|
|
2779
4327
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2780
4328
|
StyledIcon,
|
|
2781
4329
|
{
|
|
@@ -2789,8 +4337,9 @@ const IconSquare = React.forwardRef(
|
|
|
2789
4337
|
clipPath: "url(#a)"
|
|
2790
4338
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2791
4339
|
stroke: "currentColor",
|
|
4340
|
+
strokeLinecap: "round",
|
|
2792
4341
|
strokeWidth: 2,
|
|
2793
|
-
d: "
|
|
4342
|
+
d: "M11 5h4m4 0h-4m0 0L9 19m0 0H5m4 0h4"
|
|
2794
4343
|
})),
|
|
2795
4344
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2796
4345
|
id: "a"
|
|
@@ -2800,7 +4349,7 @@ const IconSquare = React.forwardRef(
|
|
|
2800
4349
|
)
|
|
2801
4350
|
);
|
|
2802
4351
|
|
|
2803
|
-
const
|
|
4352
|
+
const IconTextIndent = React.forwardRef(
|
|
2804
4353
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2805
4354
|
StyledIcon,
|
|
2806
4355
|
{
|
|
@@ -2811,12 +4360,13 @@ const IconSquaresFour = React.forwardRef(
|
|
|
2811
4360
|
ref: forwardRef2
|
|
2812
4361
|
},
|
|
2813
4362
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4363
|
+
clipPath: "url(#a)"
|
|
4364
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2814
4365
|
stroke: "currentColor",
|
|
2815
4366
|
strokeLinecap: "round",
|
|
4367
|
+
strokeLinejoin: "round",
|
|
2816
4368
|
strokeWidth: 2,
|
|
2817
|
-
|
|
2818
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2819
|
-
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"
|
|
4369
|
+
d: "M12 3v18M2 12h7m0 0L6 9m3 3-3 3m10-9h6m-6 6h3m-3 6h6"
|
|
2820
4370
|
})),
|
|
2821
4371
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2822
4372
|
id: "a"
|
|
@@ -2826,7 +4376,7 @@ const IconSquaresFour = React.forwardRef(
|
|
|
2826
4376
|
)
|
|
2827
4377
|
);
|
|
2828
4378
|
|
|
2829
|
-
const
|
|
4379
|
+
const IconTextLinesThree = React.forwardRef(
|
|
2830
4380
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2831
4381
|
StyledIcon,
|
|
2832
4382
|
{
|
|
@@ -2837,12 +4387,13 @@ const IconSquaresThree = React.forwardRef(
|
|
|
2837
4387
|
ref: forwardRef2
|
|
2838
4388
|
},
|
|
2839
4389
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4390
|
+
clipPath: "url(#a)"
|
|
4391
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2840
4392
|
stroke: "currentColor",
|
|
2841
4393
|
strokeLinecap: "round",
|
|
4394
|
+
strokeLinejoin: "round",
|
|
2842
4395
|
strokeWidth: 2,
|
|
2843
|
-
|
|
2844
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2845
|
-
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"
|
|
4396
|
+
d: "M4 6h15M4 12h15M4 18h9"
|
|
2846
4397
|
})),
|
|
2847
4398
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2848
4399
|
id: "a"
|
|
@@ -2852,7 +4403,7 @@ const IconSquaresThree = React.forwardRef(
|
|
|
2852
4403
|
)
|
|
2853
4404
|
);
|
|
2854
4405
|
|
|
2855
|
-
const
|
|
4406
|
+
const IconTextSStrikethrough = React.forwardRef(
|
|
2856
4407
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2857
4408
|
StyledIcon,
|
|
2858
4409
|
{
|
|
@@ -2866,9 +4417,10 @@ const IconStickyNote = React.forwardRef(
|
|
|
2866
4417
|
clipPath: "url(#a)"
|
|
2867
4418
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2868
4419
|
stroke: "currentColor",
|
|
2869
|
-
strokeLinecap: "
|
|
4420
|
+
strokeLinecap: "round",
|
|
4421
|
+
strokeLinejoin: "round",
|
|
2870
4422
|
strokeWidth: 2,
|
|
2871
|
-
d: "
|
|
4423
|
+
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"
|
|
2872
4424
|
})),
|
|
2873
4425
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2874
4426
|
id: "a"
|
|
@@ -2878,7 +4430,7 @@ const IconStickyNote = React.forwardRef(
|
|
|
2878
4430
|
)
|
|
2879
4431
|
);
|
|
2880
4432
|
|
|
2881
|
-
const
|
|
4433
|
+
const IconTextStyles = React.forwardRef(
|
|
2882
4434
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2883
4435
|
StyledIcon,
|
|
2884
4436
|
{
|
|
@@ -2888,21 +4440,23 @@ const IconStopCircle = React.forwardRef(
|
|
|
2888
4440
|
fill: "none",
|
|
2889
4441
|
ref: forwardRef2
|
|
2890
4442
|
},
|
|
2891
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2892
|
-
cx: 12,
|
|
2893
|
-
cy: 12,
|
|
2894
|
-
r: 8.5,
|
|
4443
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2895
4444
|
stroke: "currentColor",
|
|
2896
|
-
|
|
4445
|
+
strokeLinecap: "round",
|
|
4446
|
+
strokeLinejoin: "round",
|
|
4447
|
+
strokeWidth: 2,
|
|
4448
|
+
d: "M11.461 12 8 3l-3.462 9m6.923 0H4.538m6.923 0 .52 1.5M3 16l1.538-4"
|
|
2897
4449
|
}),
|
|
2898
4450
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2899
4451
|
fill: "currentColor",
|
|
2900
|
-
|
|
4452
|
+
fillRule: "evenodd",
|
|
4453
|
+
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",
|
|
4454
|
+
clipRule: "evenodd"
|
|
2901
4455
|
})
|
|
2902
4456
|
)
|
|
2903
4457
|
);
|
|
2904
4458
|
|
|
2905
|
-
const
|
|
4459
|
+
const IconTextT = React.forwardRef(
|
|
2906
4460
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2907
4461
|
StyledIcon,
|
|
2908
4462
|
{
|
|
@@ -2912,24 +4466,23 @@ const IconTag = React.forwardRef(
|
|
|
2912
4466
|
fill: "none",
|
|
2913
4467
|
ref: forwardRef2
|
|
2914
4468
|
},
|
|
2915
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
4469
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4470
|
+
clipPath: "url(#a)"
|
|
4471
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2916
4472
|
stroke: "currentColor",
|
|
2917
|
-
strokeLinecap: "
|
|
2918
|
-
strokeLinejoin: "round",
|
|
2919
|
-
strokeMiterlimit: 1.414,
|
|
4473
|
+
strokeLinecap: "round",
|
|
2920
4474
|
strokeWidth: 2,
|
|
2921
|
-
d: "
|
|
2922
|
-
}),
|
|
2923
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
})
|
|
4475
|
+
d: "M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3"
|
|
4476
|
+
})),
|
|
4477
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4478
|
+
id: "a"
|
|
4479
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4480
|
+
d: "M0 0h24v24H0z"
|
|
4481
|
+
})))
|
|
2929
4482
|
)
|
|
2930
4483
|
);
|
|
2931
4484
|
|
|
2932
|
-
const
|
|
4485
|
+
const IconTextUUnderlined = React.forwardRef(
|
|
2933
4486
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2934
4487
|
StyledIcon,
|
|
2935
4488
|
{
|
|
@@ -2944,8 +4497,9 @@ const IconTextT = React.forwardRef(
|
|
|
2944
4497
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2945
4498
|
stroke: "currentColor",
|
|
2946
4499
|
strokeLinecap: "round",
|
|
4500
|
+
strokeLinejoin: "round",
|
|
2947
4501
|
strokeWidth: 2,
|
|
2948
|
-
d: "
|
|
4502
|
+
d: "M7 20h10M7 4v8c0 3 2.723 4 5 4s5-1 5-4V4"
|
|
2949
4503
|
})),
|
|
2950
4504
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2951
4505
|
id: "a"
|
|
@@ -3214,6 +4768,62 @@ const IconUsers = React.forwardRef(
|
|
|
3214
4768
|
)
|
|
3215
4769
|
);
|
|
3216
4770
|
|
|
4771
|
+
const IconViewCenter = React.forwardRef(
|
|
4772
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4773
|
+
StyledIcon,
|
|
4774
|
+
{
|
|
4775
|
+
...props,
|
|
4776
|
+
size,
|
|
4777
|
+
viewBox: "0 0 24 24",
|
|
4778
|
+
fill: "none",
|
|
4779
|
+
ref: forwardRef2
|
|
4780
|
+
},
|
|
4781
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4782
|
+
stroke: "currentColor",
|
|
4783
|
+
strokeLinecap: "round",
|
|
4784
|
+
strokeLinejoin: "round",
|
|
4785
|
+
strokeWidth: 2,
|
|
4786
|
+
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"
|
|
4787
|
+
}),
|
|
4788
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
4789
|
+
width: 10,
|
|
4790
|
+
height: 8,
|
|
4791
|
+
x: 7,
|
|
4792
|
+
y: 8,
|
|
4793
|
+
fill: "currentColor",
|
|
4794
|
+
rx: 1
|
|
4795
|
+
})
|
|
4796
|
+
)
|
|
4797
|
+
);
|
|
4798
|
+
|
|
4799
|
+
const IconViewSideLeft = React.forwardRef(
|
|
4800
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4801
|
+
StyledIcon,
|
|
4802
|
+
{
|
|
4803
|
+
...props,
|
|
4804
|
+
size,
|
|
4805
|
+
viewBox: "0 0 24 24",
|
|
4806
|
+
fill: "none",
|
|
4807
|
+
ref: forwardRef2
|
|
4808
|
+
},
|
|
4809
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4810
|
+
stroke: "currentColor",
|
|
4811
|
+
strokeLinecap: "round",
|
|
4812
|
+
strokeLinejoin: "round",
|
|
4813
|
+
strokeWidth: 2,
|
|
4814
|
+
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"
|
|
4815
|
+
}),
|
|
4816
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
4817
|
+
width: 6,
|
|
4818
|
+
height: 10,
|
|
4819
|
+
x: 6,
|
|
4820
|
+
y: 7,
|
|
4821
|
+
fill: "currentColor",
|
|
4822
|
+
rx: 1
|
|
4823
|
+
})
|
|
4824
|
+
)
|
|
4825
|
+
);
|
|
4826
|
+
|
|
3217
4827
|
const IconWallet = React.forwardRef(
|
|
3218
4828
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3219
4829
|
StyledIcon,
|
|
@@ -3237,7 +4847,11 @@ const IconWallet = React.forwardRef(
|
|
|
3237
4847
|
)
|
|
3238
4848
|
);
|
|
3239
4849
|
|
|
4850
|
+
exports.IconAddLineBottom = IconAddLineBottom;
|
|
4851
|
+
exports.IconAddLineRight = IconAddLineRight;
|
|
3240
4852
|
exports.IconAlignBottom = IconAlignBottom;
|
|
4853
|
+
exports.IconAlignCenterHorizontal = IconAlignCenterHorizontal;
|
|
4854
|
+
exports.IconAlignCenterVertical = IconAlignCenterVertical;
|
|
3241
4855
|
exports.IconAlignLeft = IconAlignLeft;
|
|
3242
4856
|
exports.IconAlignRight = IconAlignRight;
|
|
3243
4857
|
exports.IconAlignTop = IconAlignTop;
|
|
@@ -3262,6 +4876,7 @@ exports.IconBarThree = IconBarThree;
|
|
|
3262
4876
|
exports.IconBell = IconBell;
|
|
3263
4877
|
exports.IconBellSlash = IconBellSlash;
|
|
3264
4878
|
exports.IconBellTilt = IconBellTilt;
|
|
4879
|
+
exports.IconBookmark = IconBookmark;
|
|
3265
4880
|
exports.IconBracketsAngleSlash = IconBracketsAngleSlash;
|
|
3266
4881
|
exports.IconBracketsCurlyCirclesThree = IconBracketsCurlyCirclesThree;
|
|
3267
4882
|
exports.IconCalendarBlank = IconCalendarBlank;
|
|
@@ -3292,18 +4907,29 @@ exports.IconCreditCard = IconCreditCard;
|
|
|
3292
4907
|
exports.IconCrop = IconCrop;
|
|
3293
4908
|
exports.IconCross = IconCross;
|
|
3294
4909
|
exports.IconCrossCircle = IconCrossCircle;
|
|
4910
|
+
exports.IconCube = IconCube;
|
|
3295
4911
|
exports.IconCursor = IconCursor;
|
|
3296
4912
|
exports.IconCursorFilled = IconCursorFilled;
|
|
4913
|
+
exports.IconCursorText = IconCursorText;
|
|
4914
|
+
exports.IconCurveSquareCircleArrow = IconCurveSquareCircleArrow;
|
|
4915
|
+
exports.IconDistributeHorizontal = IconDistributeHorizontal;
|
|
4916
|
+
exports.IconDistributeVertical = IconDistributeVertical;
|
|
3297
4917
|
exports.IconEnvelope = IconEnvelope;
|
|
4918
|
+
exports.IconEraser = IconEraser;
|
|
3298
4919
|
exports.IconExclamationPointCircle = IconExclamationPointCircle;
|
|
4920
|
+
exports.IconEyedropper = IconEyedropper;
|
|
3299
4921
|
exports.IconFactory = IconFactory;
|
|
3300
4922
|
exports.IconFactoryHouse = IconFactoryHouse;
|
|
3301
4923
|
exports.IconFunnel = IconFunnel;
|
|
3302
4924
|
exports.IconGauge = IconGauge;
|
|
3303
4925
|
exports.IconGlobe = IconGlobe;
|
|
3304
4926
|
exports.IconGraduationCap = IconGraduationCap;
|
|
4927
|
+
exports.IconGridFour = IconGridFour;
|
|
4928
|
+
exports.IconGridSix = IconGridSix;
|
|
3305
4929
|
exports.IconHand = IconHand;
|
|
3306
4930
|
exports.IconHandFilled = IconHandFilled;
|
|
4931
|
+
exports.IconHighlighter = IconHighlighter;
|
|
4932
|
+
exports.IconHighlighterUnderline = IconHighlighterUnderline;
|
|
3307
4933
|
exports.IconHouse = IconHouse;
|
|
3308
4934
|
exports.IconImage = IconImage;
|
|
3309
4935
|
exports.IconInformationMarkCircle = IconInformationMarkCircle;
|
|
@@ -3311,10 +4937,23 @@ exports.IconKanban = IconKanban;
|
|
|
3311
4937
|
exports.IconKey = IconKey;
|
|
3312
4938
|
exports.IconKeycap = IconKeycap;
|
|
3313
4939
|
exports.IconLaptop = IconLaptop;
|
|
4940
|
+
exports.IconLasso = IconLasso;
|
|
4941
|
+
exports.IconLayout = IconLayout;
|
|
3314
4942
|
exports.IconLifesaver = IconLifesaver;
|
|
3315
4943
|
exports.IconLightning = IconLightning;
|
|
4944
|
+
exports.IconLineCurved = IconLineCurved;
|
|
4945
|
+
exports.IconLineDashed = IconLineDashed;
|
|
3316
4946
|
exports.IconLineDiagonal = IconLineDiagonal;
|
|
4947
|
+
exports.IconLineDotted = IconLineDotted;
|
|
4948
|
+
exports.IconLineHorizontal = IconLineHorizontal;
|
|
4949
|
+
exports.IconLineOrthogonal = IconLineOrthogonal;
|
|
4950
|
+
exports.IconLineStraight = IconLineStraight;
|
|
4951
|
+
exports.IconLinesThreeHorizontal = IconLinesThreeHorizontal;
|
|
4952
|
+
exports.IconLinesThreeHorizontalLineVerticalCenter = IconLinesThreeHorizontalLineVerticalCenter;
|
|
4953
|
+
exports.IconLinesThreeVertical = IconLinesThreeVertical;
|
|
3317
4954
|
exports.IconLink = IconLink;
|
|
4955
|
+
exports.IconListBullets = IconListBullets;
|
|
4956
|
+
exports.IconListNumbers = IconListNumbers;
|
|
3318
4957
|
exports.IconLockClosed = IconLockClosed;
|
|
3319
4958
|
exports.IconLockOpen = IconLockOpen;
|
|
3320
4959
|
exports.IconMagnet = IconMagnet;
|
|
@@ -3327,13 +4966,21 @@ exports.IconMouse = IconMouse;
|
|
|
3327
4966
|
exports.IconParallelogram = IconParallelogram;
|
|
3328
4967
|
exports.IconPauseCircle = IconPauseCircle;
|
|
3329
4968
|
exports.IconPdf = IconPdf;
|
|
4969
|
+
exports.IconPen = IconPen;
|
|
4970
|
+
exports.IconPenTip = IconPenTip;
|
|
3330
4971
|
exports.IconPlaceholder = IconPlaceholder;
|
|
3331
4972
|
exports.IconPlayCircle = IconPlayCircle;
|
|
3332
4973
|
exports.IconPlaybackSpeedCircle = IconPlaybackSpeedCircle;
|
|
3333
4974
|
exports.IconPlug = IconPlug;
|
|
3334
4975
|
exports.IconPlus = IconPlus;
|
|
4976
|
+
exports.IconPlusText = IconPlusText;
|
|
4977
|
+
exports.IconProhibit = IconProhibit;
|
|
3335
4978
|
exports.IconPushPin = IconPushPin;
|
|
3336
4979
|
exports.IconQuestionMarkCircle = IconQuestionMarkCircle;
|
|
4980
|
+
exports.IconRectanglesThreeAligned = IconRectanglesThreeAligned;
|
|
4981
|
+
exports.IconRectanglesThreeFree = IconRectanglesThreeFree;
|
|
4982
|
+
exports.IconRectanglesThreeOverlap = IconRectanglesThreeOverlap;
|
|
4983
|
+
exports.IconRectanglesTwoLine = IconRectanglesTwoLine;
|
|
3337
4984
|
exports.IconRhombus = IconRhombus;
|
|
3338
4985
|
exports.IconScrollbarXy = IconScrollbarXy;
|
|
3339
4986
|
exports.IconShapes = IconShapes;
|
|
@@ -3350,17 +4997,39 @@ exports.IconSocialTwitter = IconSocialTwitter;
|
|
|
3350
4997
|
exports.IconSocialYoutube = IconSocialYoutube;
|
|
3351
4998
|
exports.IconSpeakerCross = IconSpeakerCross;
|
|
3352
4999
|
exports.IconSpeakerHigh = IconSpeakerHigh;
|
|
5000
|
+
exports.IconSplitVertical = IconSplitVertical;
|
|
3353
5001
|
exports.IconSquare = IconSquare;
|
|
3354
5002
|
exports.IconSquareBracketsAngleSlash = IconSquareBracketsAngleSlash;
|
|
3355
5003
|
exports.IconSquareCirclesTwo = IconSquareCirclesTwo;
|
|
5004
|
+
exports.IconSquareLineSquareDashed = IconSquareLineSquareDashed;
|
|
3356
5005
|
exports.IconSquareRounded = IconSquareRounded;
|
|
3357
5006
|
exports.IconSquareTriangleCirclePlus = IconSquareTriangleCirclePlus;
|
|
3358
5007
|
exports.IconSquaresFour = IconSquaresFour;
|
|
5008
|
+
exports.IconSquaresGroup = IconSquaresGroup;
|
|
5009
|
+
exports.IconSquaresMerge = IconSquaresMerge;
|
|
3359
5010
|
exports.IconSquaresThree = IconSquaresThree;
|
|
5011
|
+
exports.IconSquaresTwoOverlap = IconSquaresTwoOverlap;
|
|
5012
|
+
exports.IconSquaresUngroup = IconSquaresUngroup;
|
|
5013
|
+
exports.IconSquaresUnmerge = IconSquaresUnmerge;
|
|
5014
|
+
exports.IconStack = IconStack;
|
|
3360
5015
|
exports.IconStickyNote = IconStickyNote;
|
|
3361
5016
|
exports.IconStopCircle = IconStopCircle;
|
|
3362
5017
|
exports.IconTag = IconTag;
|
|
5018
|
+
exports.IconTextAUnderline = IconTextAUnderline;
|
|
5019
|
+
exports.IconTextAlignCenter = IconTextAlignCenter;
|
|
5020
|
+
exports.IconTextAlignLeft = IconTextAlignLeft;
|
|
5021
|
+
exports.IconTextBBold = IconTextBBold;
|
|
5022
|
+
exports.IconTextBBoldItalicUnderlined = IconTextBBoldItalicUnderlined;
|
|
5023
|
+
exports.IconTextHOne = IconTextHOne;
|
|
5024
|
+
exports.IconTextHThree = IconTextHThree;
|
|
5025
|
+
exports.IconTextHTwo = IconTextHTwo;
|
|
5026
|
+
exports.IconTextIItalic = IconTextIItalic;
|
|
5027
|
+
exports.IconTextIndent = IconTextIndent;
|
|
5028
|
+
exports.IconTextLinesThree = IconTextLinesThree;
|
|
5029
|
+
exports.IconTextSStrikethrough = IconTextSStrikethrough;
|
|
5030
|
+
exports.IconTextStyles = IconTextStyles;
|
|
3363
5031
|
exports.IconTextT = IconTextT;
|
|
5032
|
+
exports.IconTextUUnderlined = IconTextUUnderlined;
|
|
3364
5033
|
exports.IconThumbsUp = IconThumbsUp;
|
|
3365
5034
|
exports.IconTicket = IconTicket;
|
|
3366
5035
|
exports.IconTimer = IconTimer;
|
|
@@ -3372,5 +5041,7 @@ exports.IconTrident = IconTrident;
|
|
|
3372
5041
|
exports.IconUser = IconUser;
|
|
3373
5042
|
exports.IconUserAdd = IconUserAdd;
|
|
3374
5043
|
exports.IconUsers = IconUsers;
|
|
5044
|
+
exports.IconViewCenter = IconViewCenter;
|
|
5045
|
+
exports.IconViewSideLeft = IconViewSideLeft;
|
|
3375
5046
|
exports.IconWallet = IconWallet;
|
|
3376
5047
|
//# sourceMappingURL=main.js.map
|