@mirohq/design-system-icons 0.8.0 → 0.9.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 +1226 -37
- package/dist/main.js.map +1 -1
- package/dist/module.js +1183 -38
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +92 -1
- package/package.json +3 -3
- package/react/arrow-arc-left.tsx +34 -0
- package/react/arrow-arc-right.tsx +34 -0
- package/react/arrow-bend-up-right.tsx +34 -0
- package/react/arrow-fat-up-right.tsx +31 -0
- package/react/arrow-up-circle.tsx +31 -0
- package/react/arrows-in-simple.tsx +34 -0
- package/react/arrows-out-cardinal.tsx +34 -0
- package/react/arrows-out-lines-horizontal.tsx +34 -0
- package/react/arrows-out-simple.tsx +34 -0
- package/react/chevron-down-double.tsx +34 -0
- package/react/chevron-left-double.tsx +34 -0
- package/react/chevron-right-double.tsx +34 -0
- package/react/chevron-up-double.tsx +34 -0
- package/react/chevron-up-down-line.tsx +34 -0
- package/react/chevron-up-down.tsx +34 -0
- package/react/circle-slash.tsx +33 -0
- package/react/cross-square.tsx +34 -0
- package/react/cursor-lines.tsx +31 -0
- package/react/dots-nine.tsx +25 -0
- package/react/dots-three.tsx +25 -0
- package/react/dots-two.tsx +25 -0
- package/react/download.tsx +34 -0
- package/react/export.tsx +34 -0
- package/react/grid.tsx +34 -0
- package/react/hand-pointing.tsx +31 -0
- package/react/index.ts +44 -0
- package/react/login.tsx +34 -0
- package/react/logout.tsx +34 -0
- package/react/navigation-arrow-lines.tsx +31 -0
- package/react/navigation-up-left-filled.tsx +31 -0
- package/react/navigation-up-left-slash.tsx +34 -0
- package/react/navigation-up-right.tsx +34 -0
- package/react/paper-plane-filled-right.tsx +27 -0
- package/react/paper-plane-tilt.tsx +34 -0
- package/react/rectangle-arrow-up-center.tsx +34 -0
- package/react/shuffle.tsx +34 -0
- package/react/star-filled.tsx +31 -0
- package/react/star.tsx +34 -0
- package/react/sticky-corners.tsx +1 -1
- package/react/stroke-1.tsx +34 -0
- package/react/stroke-2.tsx +34 -0
- package/react/stroke-3.tsx +34 -0
- package/react/stroke-4.tsx +34 -0
- package/react/stroke-5.tsx +34 -0
- package/react/stroke-6.tsx +34 -0
- package/react/tick-circle.tsx +31 -0
- package/svg/24/arrow-arc-left.svg +1 -0
- package/svg/24/arrow-arc-right.svg +1 -0
- package/svg/24/arrow-bend-up-right.svg +1 -0
- package/svg/24/arrow-fat-up-right.svg +1 -0
- package/svg/24/arrow-up-circle.svg +1 -0
- package/svg/24/arrows-in-simple.svg +1 -0
- package/svg/24/arrows-out-cardinal.svg +1 -0
- package/svg/24/arrows-out-lines-horizontal.svg +1 -0
- package/svg/24/arrows-out-simple.svg +1 -0
- package/svg/24/chevron-down-double.svg +1 -0
- package/svg/24/chevron-left-double.svg +1 -0
- package/svg/24/chevron-right-double.svg +1 -0
- package/svg/24/chevron-up-double.svg +1 -0
- package/svg/24/chevron-up-down-line.svg +1 -0
- package/svg/24/chevron-up-down.svg +1 -0
- package/svg/24/circle-slash.svg +1 -0
- package/svg/24/cross-square.svg +1 -0
- package/svg/24/cursor-lines.svg +1 -0
- package/svg/24/dots-nine.svg +1 -0
- package/svg/24/dots-three.svg +1 -0
- package/svg/24/dots-two.svg +1 -0
- package/svg/24/download.svg +1 -0
- package/svg/24/export.svg +1 -0
- package/svg/24/grid.svg +1 -0
- package/svg/24/hand-pointing.svg +1 -0
- package/svg/24/login.svg +1 -0
- package/svg/24/logout.svg +1 -0
- package/svg/24/navigation-arrow-lines.svg +1 -0
- package/svg/24/navigation-up-left-filled.svg +1 -0
- package/svg/24/navigation-up-left-slash.svg +1 -0
- package/svg/24/navigation-up-right.svg +1 -0
- package/svg/24/paper-plane-filled-right.svg +1 -0
- package/svg/24/paper-plane-tilt.svg +1 -0
- package/svg/24/rectangle-arrow-up-center.svg +1 -0
- package/svg/24/shuffle.svg +1 -0
- package/svg/24/star-filled.svg +1 -0
- package/svg/24/star.svg +1 -0
- package/svg/24/sticky-corners.svg +1 -1
- package/svg/24/stroke-1.svg +1 -0
- package/svg/24/stroke-2.svg +1 -0
- package/svg/24/stroke-3.svg +1 -0
- package/svg/24/stroke-4.svg +1 -0
- package/svg/24/stroke-5.svg +1 -0
- package/svg/24/stroke-6.svg +1 -0
- package/svg/24/tick-circle.svg +1 -0
- package/svg/meta.json +380 -7
package/dist/module.js
CHANGED
|
@@ -225,6 +225,87 @@ const IconAlignTop = forwardRef(
|
|
|
225
225
|
)
|
|
226
226
|
);
|
|
227
227
|
|
|
228
|
+
const IconArrowArcLeft = forwardRef(
|
|
229
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
230
|
+
StyledIcon,
|
|
231
|
+
{
|
|
232
|
+
...props,
|
|
233
|
+
size,
|
|
234
|
+
viewBox: "0 0 24 24",
|
|
235
|
+
fill: "none",
|
|
236
|
+
ref: forwardRef2
|
|
237
|
+
},
|
|
238
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
239
|
+
clipPath: "url(#a)"
|
|
240
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
241
|
+
stroke: "currentColor",
|
|
242
|
+
strokeLinecap: "round",
|
|
243
|
+
strokeLinejoin: "round",
|
|
244
|
+
strokeWidth: 2,
|
|
245
|
+
d: "M20 15C18 9 9.5 7 4 15m0 0v-5m0 5h5"
|
|
246
|
+
})),
|
|
247
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
248
|
+
id: "a"
|
|
249
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
250
|
+
d: "M0 0h24v24H0z"
|
|
251
|
+
})))
|
|
252
|
+
)
|
|
253
|
+
);
|
|
254
|
+
|
|
255
|
+
const IconArrowArcRight = forwardRef(
|
|
256
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
257
|
+
StyledIcon,
|
|
258
|
+
{
|
|
259
|
+
...props,
|
|
260
|
+
size,
|
|
261
|
+
viewBox: "0 0 24 24",
|
|
262
|
+
fill: "none",
|
|
263
|
+
ref: forwardRef2
|
|
264
|
+
},
|
|
265
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
266
|
+
clipPath: "url(#a)"
|
|
267
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
268
|
+
stroke: "currentColor",
|
|
269
|
+
strokeLinecap: "round",
|
|
270
|
+
strokeLinejoin: "round",
|
|
271
|
+
strokeWidth: 2,
|
|
272
|
+
d: "M4 15c2-6 10.5-8 16 0m0 0v-5m0 5h-5"
|
|
273
|
+
})),
|
|
274
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
275
|
+
id: "a"
|
|
276
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
277
|
+
d: "M0 0h24v24H0z"
|
|
278
|
+
})))
|
|
279
|
+
)
|
|
280
|
+
);
|
|
281
|
+
|
|
282
|
+
const IconArrowBendUpRight = forwardRef(
|
|
283
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
284
|
+
StyledIcon,
|
|
285
|
+
{
|
|
286
|
+
...props,
|
|
287
|
+
size,
|
|
288
|
+
viewBox: "0 0 24 24",
|
|
289
|
+
fill: "none",
|
|
290
|
+
ref: forwardRef2
|
|
291
|
+
},
|
|
292
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
293
|
+
clipPath: "url(#a)"
|
|
294
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
295
|
+
stroke: "currentColor",
|
|
296
|
+
strokeLinecap: "round",
|
|
297
|
+
strokeLinejoin: "round",
|
|
298
|
+
strokeWidth: 2,
|
|
299
|
+
d: "M4 19c0-7 3-9 7-9h9m0 0-5-5m5 5-5 5"
|
|
300
|
+
})),
|
|
301
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
302
|
+
id: "a"
|
|
303
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
304
|
+
d: "M0 0h24v24H0z"
|
|
305
|
+
})))
|
|
306
|
+
)
|
|
307
|
+
);
|
|
308
|
+
|
|
228
309
|
const IconArrowBoxOut = forwardRef(
|
|
229
310
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
230
311
|
StyledIcon,
|
|
@@ -430,6 +511,30 @@ const IconArrowFatRight = forwardRef(
|
|
|
430
511
|
)
|
|
431
512
|
);
|
|
432
513
|
|
|
514
|
+
const IconArrowFatUpRight = forwardRef(
|
|
515
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
516
|
+
StyledIcon,
|
|
517
|
+
{
|
|
518
|
+
...props,
|
|
519
|
+
size,
|
|
520
|
+
viewBox: "0 0 24 24",
|
|
521
|
+
fill: "none",
|
|
522
|
+
ref: forwardRef2
|
|
523
|
+
},
|
|
524
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
525
|
+
clipPath: "url(#a)"
|
|
526
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
527
|
+
fill: "currentColor",
|
|
528
|
+
d: "m21 3 .97.243a1 1 0 0 0-1.212-1.213L21 3Zm-3 12-.707.707a1 1 0 0 0 1.677-.465L18 15Zm-3-3 .707-.707-.604-.604-.691.502L15 12ZM4 20l-.809-.588a1 1 0 0 0 1.397 1.397L4 20Zm8-11 .809.588.502-.69-.604-.605L12 9ZM9 6l-.243-.97a1 1 0 0 0-.464 1.677L9 6Zm11.03-3.243-3 12 1.94.486 3-12-1.94-.486Zm-1.323 11.536-3-3-1.414 1.414 3 3 1.414-1.414Zm-4.295-3.102-11 8 1.176 1.618 11-8-1.176-1.618Zm-9.603 9.397 8-11-1.618-1.176-8 11 1.618 1.176Zm7.898-12.295-3-3-1.414 1.414 3 3 1.414-1.414ZM9.243 6.97l12-3-.485-1.94-12 3 .485 1.94Z"
|
|
529
|
+
})),
|
|
530
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
531
|
+
id: "a"
|
|
532
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
533
|
+
d: "M0 0h24v24H0z"
|
|
534
|
+
})))
|
|
535
|
+
)
|
|
536
|
+
);
|
|
537
|
+
|
|
433
538
|
const IconArrowLeft = forwardRef(
|
|
434
539
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
435
540
|
StyledIcon,
|
|
@@ -468,6 +573,30 @@ const IconArrowRight = forwardRef(
|
|
|
468
573
|
)
|
|
469
574
|
);
|
|
470
575
|
|
|
576
|
+
const IconArrowUpCircle = forwardRef(
|
|
577
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
578
|
+
StyledIcon,
|
|
579
|
+
{
|
|
580
|
+
...props,
|
|
581
|
+
size,
|
|
582
|
+
viewBox: "0 0 24 24",
|
|
583
|
+
fill: "none",
|
|
584
|
+
ref: forwardRef2
|
|
585
|
+
},
|
|
586
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
587
|
+
clipPath: "url(#a)"
|
|
588
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
589
|
+
fill: "currentColor",
|
|
590
|
+
d: "M11 17a1 1 0 1 0 2 0h-2Zm1-10 .707-.707a1 1 0 0 0-1.414 0L12 7Zm3.293 4.707a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-8-1.414a1 1 0 1 0 1.414 1.414l-1.414-1.414ZM13 17V7h-2v10h2Zm-1.707-9.293 4 4 1.414-1.414-4-4-1.414 1.414Zm0-1.414-4 4 1.414 1.414 4-4-1.414-1.414ZM21 12a9 9 0 0 1-9 9v2c6.075 0 11-4.925 11-11h-2Zm-9 9a9 9 0 0 1-9-9H1c0 6.075 4.925 11 11 11v-2Zm-9-9a9 9 0 0 1 9-9V1C5.925 1 1 5.925 1 12h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2Z"
|
|
591
|
+
})),
|
|
592
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
593
|
+
id: "a"
|
|
594
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
595
|
+
d: "M0 0h24v24H0z"
|
|
596
|
+
})))
|
|
597
|
+
)
|
|
598
|
+
);
|
|
599
|
+
|
|
471
600
|
const IconArrowUpLeft = forwardRef(
|
|
472
601
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
473
602
|
StyledIcon,
|
|
@@ -577,6 +706,114 @@ const IconArrowsClockwiseY = forwardRef(
|
|
|
577
706
|
)
|
|
578
707
|
);
|
|
579
708
|
|
|
709
|
+
const IconArrowsInSimple = forwardRef(
|
|
710
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
711
|
+
StyledIcon,
|
|
712
|
+
{
|
|
713
|
+
...props,
|
|
714
|
+
size,
|
|
715
|
+
viewBox: "0 0 24 24",
|
|
716
|
+
fill: "none",
|
|
717
|
+
ref: forwardRef2
|
|
718
|
+
},
|
|
719
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
720
|
+
clipPath: "url(#a)"
|
|
721
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
722
|
+
stroke: "currentColor",
|
|
723
|
+
strokeLinecap: "round",
|
|
724
|
+
strokeLinejoin: "round",
|
|
725
|
+
strokeWidth: 2,
|
|
726
|
+
d: "m21 3-5 5m0 0V3m0 5h5M3 21l5-5m0 0v5m0-5H3"
|
|
727
|
+
})),
|
|
728
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
729
|
+
id: "a"
|
|
730
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
731
|
+
d: "M0 0h24v24H0z"
|
|
732
|
+
})))
|
|
733
|
+
)
|
|
734
|
+
);
|
|
735
|
+
|
|
736
|
+
const IconArrowsOutCardinal = forwardRef(
|
|
737
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
738
|
+
StyledIcon,
|
|
739
|
+
{
|
|
740
|
+
...props,
|
|
741
|
+
size,
|
|
742
|
+
viewBox: "0 0 24 24",
|
|
743
|
+
fill: "none",
|
|
744
|
+
ref: forwardRef2
|
|
745
|
+
},
|
|
746
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
747
|
+
clipPath: "url(#a)"
|
|
748
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
749
|
+
stroke: "currentColor",
|
|
750
|
+
strokeLinecap: "round",
|
|
751
|
+
strokeLinejoin: "round",
|
|
752
|
+
strokeWidth: 2,
|
|
753
|
+
d: "M12 3v18m0-18 3 3m-3-3L9 6m3 15 3-3m-3 3-3-3m-6-6h18M3 12l3-3m-3 3 3 3m15-3-3-3m3 3-3 3"
|
|
754
|
+
})),
|
|
755
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
756
|
+
id: "a"
|
|
757
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
758
|
+
d: "M0 0h24v24H0z"
|
|
759
|
+
})))
|
|
760
|
+
)
|
|
761
|
+
);
|
|
762
|
+
|
|
763
|
+
const IconArrowsOutLinesHorizontal = forwardRef(
|
|
764
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
765
|
+
StyledIcon,
|
|
766
|
+
{
|
|
767
|
+
...props,
|
|
768
|
+
size,
|
|
769
|
+
viewBox: "0 0 24 24",
|
|
770
|
+
fill: "none",
|
|
771
|
+
ref: forwardRef2
|
|
772
|
+
},
|
|
773
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
774
|
+
clipPath: "url(#a)"
|
|
775
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
776
|
+
stroke: "currentColor",
|
|
777
|
+
strokeLinecap: "round",
|
|
778
|
+
strokeLinejoin: "round",
|
|
779
|
+
strokeWidth: 2,
|
|
780
|
+
d: "M2 6v12M22 6v12m-3-6H5m14 0-3-3m3 3-3 3M5 12l3-3m-3 3 3 3"
|
|
781
|
+
})),
|
|
782
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
783
|
+
id: "a"
|
|
784
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
785
|
+
d: "M0 0h24v24H0z"
|
|
786
|
+
})))
|
|
787
|
+
)
|
|
788
|
+
);
|
|
789
|
+
|
|
790
|
+
const IconArrowsOutSimple = forwardRef(
|
|
791
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
792
|
+
StyledIcon,
|
|
793
|
+
{
|
|
794
|
+
...props,
|
|
795
|
+
size,
|
|
796
|
+
viewBox: "0 0 24 24",
|
|
797
|
+
fill: "none",
|
|
798
|
+
ref: forwardRef2
|
|
799
|
+
},
|
|
800
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
801
|
+
clipPath: "url(#a)"
|
|
802
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
803
|
+
stroke: "currentColor",
|
|
804
|
+
strokeLinecap: "round",
|
|
805
|
+
strokeLinejoin: "round",
|
|
806
|
+
strokeWidth: 2,
|
|
807
|
+
d: "m16 8 5-5m0 0v5m0-5h-5M8 16l-5 5m0 0v-5m0 5h5"
|
|
808
|
+
})),
|
|
809
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
810
|
+
id: "a"
|
|
811
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
812
|
+
d: "M0 0h24v24H0z"
|
|
813
|
+
})))
|
|
814
|
+
)
|
|
815
|
+
);
|
|
816
|
+
|
|
580
817
|
const IconArticle = forwardRef(
|
|
581
818
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
582
819
|
StyledIcon,
|
|
@@ -1263,7 +1500,148 @@ const IconCheckMark = forwardRef(
|
|
|
1263
1500
|
)
|
|
1264
1501
|
);
|
|
1265
1502
|
|
|
1266
|
-
const IconCheckboardSquareCentered = forwardRef(
|
|
1503
|
+
const IconCheckboardSquareCentered = forwardRef(
|
|
1504
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1505
|
+
StyledIcon,
|
|
1506
|
+
{
|
|
1507
|
+
...props,
|
|
1508
|
+
size,
|
|
1509
|
+
viewBox: "0 0 24 24",
|
|
1510
|
+
fill: "none",
|
|
1511
|
+
ref: forwardRef2
|
|
1512
|
+
},
|
|
1513
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1514
|
+
fill: "currentColor",
|
|
1515
|
+
d: "M1 2a1 1 0 0 1 1-1h1v2H1V2Zm2 1h2v2H3V3ZM1 5h2v2H1V5Zm2 2h2v2H3V7ZM1 9h2v2H1V9Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm0 4h2v2H2a1 1 0 0 1-1-1v-1Zm2-2h2v2H3v-2ZM5 1h2v2H5V1Zm2 2h2v2H7V3ZM5 5h2L5 7V5Zm0 12 2 2H5v-2Zm0 4h2v2H5v-2Zm2-2h2v2H7v-2ZM9 1h2v2H9V1Zm2 2h2v2h-2V3ZM9 21h2v2H9v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm2 2h2v2h-2V3Zm-2 18h2v2h-2v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm4 0h1a1 1 0 0 1 1 1v1h-2V1Zm-2 2h2v2h-2V3Zm-2 2h2v2l-2-2Zm4 0h2v2h-2V5Zm-2 2h2v2h-2V7Zm2 2h2v2h-2V9Zm-2 2h2v2h-2v-2Zm2 2h2v2h-2v-2Zm-2 2h2v2h-2v-2Zm0 2v2h-2l2-2Zm-2 4h2v2h-2v-2Zm4-4h2v2h-2v-2Zm0 4h2v1a1 1 0 0 1-1 1h-1v-2Zm-2-2h2v2h-2v-2ZM7 9a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9Z"
|
|
1516
|
+
}),
|
|
1517
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1518
|
+
stroke: "currentColor",
|
|
1519
|
+
strokeWidth: 5,
|
|
1520
|
+
d: "M22 21h.001"
|
|
1521
|
+
})
|
|
1522
|
+
)
|
|
1523
|
+
);
|
|
1524
|
+
|
|
1525
|
+
const IconChevronDownDouble = forwardRef(
|
|
1526
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1527
|
+
StyledIcon,
|
|
1528
|
+
{
|
|
1529
|
+
...props,
|
|
1530
|
+
size,
|
|
1531
|
+
viewBox: "0 0 24 24",
|
|
1532
|
+
fill: "none",
|
|
1533
|
+
ref: forwardRef2
|
|
1534
|
+
},
|
|
1535
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1536
|
+
clipPath: "url(#a)"
|
|
1537
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1538
|
+
stroke: "currentColor",
|
|
1539
|
+
strokeLinecap: "round",
|
|
1540
|
+
strokeLinejoin: "round",
|
|
1541
|
+
strokeWidth: 2,
|
|
1542
|
+
d: "m15 14-3 3-3-3m6-7-3 3-3-3"
|
|
1543
|
+
})),
|
|
1544
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1545
|
+
id: "a"
|
|
1546
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1547
|
+
d: "M0 0h24v24H0z"
|
|
1548
|
+
})))
|
|
1549
|
+
)
|
|
1550
|
+
);
|
|
1551
|
+
|
|
1552
|
+
const IconChevronDown = forwardRef(
|
|
1553
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1554
|
+
StyledIcon,
|
|
1555
|
+
{
|
|
1556
|
+
...props,
|
|
1557
|
+
size,
|
|
1558
|
+
viewBox: "0 0 24 24",
|
|
1559
|
+
fill: "none",
|
|
1560
|
+
ref: forwardRef2
|
|
1561
|
+
},
|
|
1562
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1563
|
+
stroke: "currentColor",
|
|
1564
|
+
strokeLinecap: "round",
|
|
1565
|
+
strokeWidth: 2,
|
|
1566
|
+
d: "m6 9.5 6 6 6-6"
|
|
1567
|
+
})
|
|
1568
|
+
)
|
|
1569
|
+
);
|
|
1570
|
+
|
|
1571
|
+
const IconChevronLeftDouble = forwardRef(
|
|
1572
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1573
|
+
StyledIcon,
|
|
1574
|
+
{
|
|
1575
|
+
...props,
|
|
1576
|
+
size,
|
|
1577
|
+
viewBox: "0 0 24 24",
|
|
1578
|
+
fill: "none",
|
|
1579
|
+
ref: forwardRef2
|
|
1580
|
+
},
|
|
1581
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1582
|
+
clipPath: "url(#a)"
|
|
1583
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1584
|
+
stroke: "currentColor",
|
|
1585
|
+
strokeLinecap: "round",
|
|
1586
|
+
strokeLinejoin: "round",
|
|
1587
|
+
strokeWidth: 2,
|
|
1588
|
+
d: "m10 15-3-3 3-3m7 6-3-3 3-3"
|
|
1589
|
+
})),
|
|
1590
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1591
|
+
id: "a"
|
|
1592
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1593
|
+
d: "M0 0h24v24H0z"
|
|
1594
|
+
})))
|
|
1595
|
+
)
|
|
1596
|
+
);
|
|
1597
|
+
|
|
1598
|
+
const IconChevronLeft = forwardRef(
|
|
1599
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1600
|
+
StyledIcon,
|
|
1601
|
+
{
|
|
1602
|
+
...props,
|
|
1603
|
+
size,
|
|
1604
|
+
viewBox: "0 0 24 24",
|
|
1605
|
+
fill: "none",
|
|
1606
|
+
ref: forwardRef2
|
|
1607
|
+
},
|
|
1608
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1609
|
+
stroke: "currentColor",
|
|
1610
|
+
strokeLinecap: "round",
|
|
1611
|
+
strokeWidth: 2,
|
|
1612
|
+
d: "m14.5 6-6 6 6 6"
|
|
1613
|
+
})
|
|
1614
|
+
)
|
|
1615
|
+
);
|
|
1616
|
+
|
|
1617
|
+
const IconChevronRightDouble = forwardRef(
|
|
1618
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1619
|
+
StyledIcon,
|
|
1620
|
+
{
|
|
1621
|
+
...props,
|
|
1622
|
+
size,
|
|
1623
|
+
viewBox: "0 0 24 24",
|
|
1624
|
+
fill: "none",
|
|
1625
|
+
ref: forwardRef2
|
|
1626
|
+
},
|
|
1627
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1628
|
+
clipPath: "url(#a)"
|
|
1629
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1630
|
+
stroke: "currentColor",
|
|
1631
|
+
strokeLinecap: "round",
|
|
1632
|
+
strokeLinejoin: "round",
|
|
1633
|
+
strokeWidth: 2,
|
|
1634
|
+
d: "m14 9 3 3-3 3M7 9l3 3-3 3"
|
|
1635
|
+
})),
|
|
1636
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1637
|
+
id: "a"
|
|
1638
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1639
|
+
d: "M0 0h24v24H0z"
|
|
1640
|
+
})))
|
|
1641
|
+
)
|
|
1642
|
+
);
|
|
1643
|
+
|
|
1644
|
+
const IconChevronRight = forwardRef(
|
|
1267
1645
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1268
1646
|
StyledIcon,
|
|
1269
1647
|
{
|
|
@@ -1273,19 +1651,16 @@ const IconCheckboardSquareCentered = forwardRef(
|
|
|
1273
1651
|
fill: "none",
|
|
1274
1652
|
ref: forwardRef2
|
|
1275
1653
|
},
|
|
1276
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1277
|
-
fill: "currentColor",
|
|
1278
|
-
d: "M1 2a1 1 0 0 1 1-1h1v2H1V2Zm2 1h2v2H3V3ZM1 5h2v2H1V5Zm2 2h2v2H3V7ZM1 9h2v2H1V9Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm0 4h2v2H2a1 1 0 0 1-1-1v-1Zm2-2h2v2H3v-2ZM5 1h2v2H5V1Zm2 2h2v2H7V3ZM5 5h2L5 7V5Zm0 12 2 2H5v-2Zm0 4h2v2H5v-2Zm2-2h2v2H7v-2ZM9 1h2v2H9V1Zm2 2h2v2h-2V3ZM9 21h2v2H9v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm2 2h2v2h-2V3Zm-2 18h2v2h-2v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm4 0h1a1 1 0 0 1 1 1v1h-2V1Zm-2 2h2v2h-2V3Zm-2 2h2v2l-2-2Zm4 0h2v2h-2V5Zm-2 2h2v2h-2V7Zm2 2h2v2h-2V9Zm-2 2h2v2h-2v-2Zm2 2h2v2h-2v-2Zm-2 2h2v2h-2v-2Zm0 2v2h-2l2-2Zm-2 4h2v2h-2v-2Zm4-4h2v2h-2v-2Zm0 4h2v1a1 1 0 0 1-1 1h-1v-2Zm-2-2h2v2h-2v-2ZM7 9a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9Z"
|
|
1279
|
-
}),
|
|
1280
1654
|
/* @__PURE__ */ React.createElement("path", {
|
|
1281
1655
|
stroke: "currentColor",
|
|
1282
|
-
|
|
1283
|
-
|
|
1656
|
+
strokeLinecap: "round",
|
|
1657
|
+
strokeWidth: 2,
|
|
1658
|
+
d: "m9.5 6 6 6-6 6"
|
|
1284
1659
|
})
|
|
1285
1660
|
)
|
|
1286
1661
|
);
|
|
1287
1662
|
|
|
1288
|
-
const
|
|
1663
|
+
const IconChevronUpDouble = forwardRef(
|
|
1289
1664
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1290
1665
|
StyledIcon,
|
|
1291
1666
|
{
|
|
@@ -1295,16 +1670,24 @@ const IconChevronDown = forwardRef(
|
|
|
1295
1670
|
fill: "none",
|
|
1296
1671
|
ref: forwardRef2
|
|
1297
1672
|
},
|
|
1298
|
-
/* @__PURE__ */ React.createElement("
|
|
1673
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1674
|
+
clipPath: "url(#a)"
|
|
1675
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1299
1676
|
stroke: "currentColor",
|
|
1300
1677
|
strokeLinecap: "round",
|
|
1678
|
+
strokeLinejoin: "round",
|
|
1301
1679
|
strokeWidth: 2,
|
|
1302
|
-
d: "
|
|
1303
|
-
})
|
|
1680
|
+
d: "m9 10 3-3 3 3m-6 7 3-3 3 3"
|
|
1681
|
+
})),
|
|
1682
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1683
|
+
id: "a"
|
|
1684
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1685
|
+
d: "M0 0h24v24H0z"
|
|
1686
|
+
})))
|
|
1304
1687
|
)
|
|
1305
1688
|
);
|
|
1306
1689
|
|
|
1307
|
-
const
|
|
1690
|
+
const IconChevronUpDownLine = forwardRef(
|
|
1308
1691
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1309
1692
|
StyledIcon,
|
|
1310
1693
|
{
|
|
@@ -1314,16 +1697,24 @@ const IconChevronLeft = forwardRef(
|
|
|
1314
1697
|
fill: "none",
|
|
1315
1698
|
ref: forwardRef2
|
|
1316
1699
|
},
|
|
1317
|
-
/* @__PURE__ */ React.createElement("
|
|
1700
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1701
|
+
clipPath: "url(#a)"
|
|
1702
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1318
1703
|
stroke: "currentColor",
|
|
1319
1704
|
strokeLinecap: "round",
|
|
1705
|
+
strokeLinejoin: "round",
|
|
1320
1706
|
strokeWidth: 2,
|
|
1321
|
-
d: "
|
|
1322
|
-
})
|
|
1707
|
+
d: "m8 7.5 4-4 4 4m0 9-4 4-4-4M5 12h14"
|
|
1708
|
+
})),
|
|
1709
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1710
|
+
id: "a"
|
|
1711
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1712
|
+
d: "M0 0h24v24H0z"
|
|
1713
|
+
})))
|
|
1323
1714
|
)
|
|
1324
1715
|
);
|
|
1325
1716
|
|
|
1326
|
-
const
|
|
1717
|
+
const IconChevronUpDown = forwardRef(
|
|
1327
1718
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1328
1719
|
StyledIcon,
|
|
1329
1720
|
{
|
|
@@ -1333,12 +1724,20 @@ const IconChevronRight = forwardRef(
|
|
|
1333
1724
|
fill: "none",
|
|
1334
1725
|
ref: forwardRef2
|
|
1335
1726
|
},
|
|
1336
|
-
/* @__PURE__ */ React.createElement("
|
|
1727
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1728
|
+
clipPath: "url(#a)"
|
|
1729
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1337
1730
|
stroke: "currentColor",
|
|
1338
1731
|
strokeLinecap: "round",
|
|
1732
|
+
strokeLinejoin: "round",
|
|
1339
1733
|
strokeWidth: 2,
|
|
1340
|
-
d: "
|
|
1341
|
-
})
|
|
1734
|
+
d: "m8 8.5 4-4 4 4m0 7-4 4-4-4"
|
|
1735
|
+
})),
|
|
1736
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1737
|
+
id: "a"
|
|
1738
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1739
|
+
d: "M0 0h24v24H0z"
|
|
1740
|
+
})))
|
|
1342
1741
|
)
|
|
1343
1742
|
);
|
|
1344
1743
|
|
|
@@ -1439,6 +1838,32 @@ const IconCircleNotch = forwardRef(
|
|
|
1439
1838
|
)
|
|
1440
1839
|
);
|
|
1441
1840
|
|
|
1841
|
+
const IconCircleSlash = forwardRef(
|
|
1842
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1843
|
+
StyledIcon,
|
|
1844
|
+
{
|
|
1845
|
+
...props,
|
|
1846
|
+
size,
|
|
1847
|
+
viewBox: "0 0 24 24",
|
|
1848
|
+
fill: "none",
|
|
1849
|
+
ref: forwardRef2
|
|
1850
|
+
},
|
|
1851
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1852
|
+
clipPath: "url(#a)"
|
|
1853
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1854
|
+
stroke: "currentColor",
|
|
1855
|
+
strokeLinecap: "round",
|
|
1856
|
+
strokeWidth: 2,
|
|
1857
|
+
d: "M15.806 2.75A9.97 9.97 0 0 0 12 2C6.477 2 2 6.477 2 12a9.97 9.97 0 0 0 .756 3.822m5.412 5.418c1.18.49 2.475.76 3.832.76 5.523 0 10-4.477 10-10a9.97 9.97 0 0 0-.758-3.827M4 20 20 4"
|
|
1858
|
+
})),
|
|
1859
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1860
|
+
id: "a"
|
|
1861
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1862
|
+
d: "M0 0h24v24H0z"
|
|
1863
|
+
})))
|
|
1864
|
+
)
|
|
1865
|
+
);
|
|
1866
|
+
|
|
1442
1867
|
const IconCircle = forwardRef(
|
|
1443
1868
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1444
1869
|
StyledIcon,
|
|
@@ -1779,6 +2204,33 @@ const IconCrossCircle = forwardRef(
|
|
|
1779
2204
|
)
|
|
1780
2205
|
);
|
|
1781
2206
|
|
|
2207
|
+
const IconCrossSquare = forwardRef(
|
|
2208
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2209
|
+
StyledIcon,
|
|
2210
|
+
{
|
|
2211
|
+
...props,
|
|
2212
|
+
size,
|
|
2213
|
+
viewBox: "0 0 24 24",
|
|
2214
|
+
fill: "none",
|
|
2215
|
+
ref: forwardRef2
|
|
2216
|
+
},
|
|
2217
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2218
|
+
clipPath: "url(#a)"
|
|
2219
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2220
|
+
stroke: "currentColor",
|
|
2221
|
+
strokeLinecap: "round",
|
|
2222
|
+
strokeLinejoin: "round",
|
|
2223
|
+
strokeWidth: 2,
|
|
2224
|
+
d: "m8 8 8 8m0-8-8 8M4 4h16v16H4V4Z"
|
|
2225
|
+
})),
|
|
2226
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2227
|
+
id: "a"
|
|
2228
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2229
|
+
d: "M0 0h24v24H0z"
|
|
2230
|
+
})))
|
|
2231
|
+
)
|
|
2232
|
+
);
|
|
2233
|
+
|
|
1782
2234
|
const IconCross = forwardRef(
|
|
1783
2235
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1784
2236
|
StyledIcon,
|
|
@@ -1848,6 +2300,30 @@ const IconCursorFilled = forwardRef(
|
|
|
1848
2300
|
)
|
|
1849
2301
|
);
|
|
1850
2302
|
|
|
2303
|
+
const IconCursorLines = forwardRef(
|
|
2304
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2305
|
+
StyledIcon,
|
|
2306
|
+
{
|
|
2307
|
+
...props,
|
|
2308
|
+
size,
|
|
2309
|
+
viewBox: "0 0 24 24",
|
|
2310
|
+
fill: "none",
|
|
2311
|
+
ref: forwardRef2
|
|
2312
|
+
},
|
|
2313
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2314
|
+
fill: "currentColor",
|
|
2315
|
+
d: "M13.84 13.315 4.407 4.069C4.25 3.916 4 4.035 4 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.469.469 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z"
|
|
2316
|
+
}),
|
|
2317
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2318
|
+
stroke: "currentColor",
|
|
2319
|
+
strokeLinecap: "round",
|
|
2320
|
+
strokeLinejoin: "round",
|
|
2321
|
+
strokeWidth: 2,
|
|
2322
|
+
d: "m10.5 20-1.917-4.97M11 4h10m-6 4h2M4.406 4.069l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.469.469 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"
|
|
2323
|
+
})
|
|
2324
|
+
)
|
|
2325
|
+
);
|
|
2326
|
+
|
|
1851
2327
|
const IconCursorText = forwardRef(
|
|
1852
2328
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1853
2329
|
StyledIcon,
|
|
@@ -2091,6 +2567,99 @@ const IconDistributeVertical = forwardRef(
|
|
|
2091
2567
|
)
|
|
2092
2568
|
);
|
|
2093
2569
|
|
|
2570
|
+
const IconDotsNine = forwardRef(
|
|
2571
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2572
|
+
StyledIcon,
|
|
2573
|
+
{
|
|
2574
|
+
...props,
|
|
2575
|
+
size,
|
|
2576
|
+
viewBox: "0 0 24 24",
|
|
2577
|
+
fill: "none",
|
|
2578
|
+
ref: forwardRef2
|
|
2579
|
+
},
|
|
2580
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2581
|
+
fill: "currentColor",
|
|
2582
|
+
d: "M6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM6 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
2583
|
+
}),
|
|
2584
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2585
|
+
stroke: "currentColor",
|
|
2586
|
+
strokeWidth: 2,
|
|
2587
|
+
d: "M22 21h.001"
|
|
2588
|
+
})
|
|
2589
|
+
)
|
|
2590
|
+
);
|
|
2591
|
+
|
|
2592
|
+
const IconDotsThree = forwardRef(
|
|
2593
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2594
|
+
StyledIcon,
|
|
2595
|
+
{
|
|
2596
|
+
...props,
|
|
2597
|
+
size,
|
|
2598
|
+
viewBox: "0 0 24 24",
|
|
2599
|
+
fill: "none",
|
|
2600
|
+
ref: forwardRef2
|
|
2601
|
+
},
|
|
2602
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2603
|
+
fill: "currentColor",
|
|
2604
|
+
d: "M6 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
2605
|
+
}),
|
|
2606
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2607
|
+
stroke: "currentColor",
|
|
2608
|
+
strokeWidth: 2,
|
|
2609
|
+
d: "M22 21h.001"
|
|
2610
|
+
})
|
|
2611
|
+
)
|
|
2612
|
+
);
|
|
2613
|
+
|
|
2614
|
+
const IconDotsTwo = forwardRef(
|
|
2615
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2616
|
+
StyledIcon,
|
|
2617
|
+
{
|
|
2618
|
+
...props,
|
|
2619
|
+
size,
|
|
2620
|
+
viewBox: "0 0 24 24",
|
|
2621
|
+
fill: "none",
|
|
2622
|
+
ref: forwardRef2
|
|
2623
|
+
},
|
|
2624
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2625
|
+
fill: "currentColor",
|
|
2626
|
+
d: "M10 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
2627
|
+
}),
|
|
2628
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2629
|
+
stroke: "currentColor",
|
|
2630
|
+
strokeWidth: 2,
|
|
2631
|
+
d: "M22 21h.001"
|
|
2632
|
+
})
|
|
2633
|
+
)
|
|
2634
|
+
);
|
|
2635
|
+
|
|
2636
|
+
const IconDownload = forwardRef(
|
|
2637
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2638
|
+
StyledIcon,
|
|
2639
|
+
{
|
|
2640
|
+
...props,
|
|
2641
|
+
size,
|
|
2642
|
+
viewBox: "0 0 24 24",
|
|
2643
|
+
fill: "none",
|
|
2644
|
+
ref: forwardRef2
|
|
2645
|
+
},
|
|
2646
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2647
|
+
clipPath: "url(#a)"
|
|
2648
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2649
|
+
stroke: "currentColor",
|
|
2650
|
+
strokeLinecap: "round",
|
|
2651
|
+
strokeLinejoin: "round",
|
|
2652
|
+
strokeWidth: 2,
|
|
2653
|
+
d: "M21 13v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6m9-10v11m0 0L8 9.5m4 4.5 4-4.5"
|
|
2654
|
+
})),
|
|
2655
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2656
|
+
id: "a"
|
|
2657
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2658
|
+
d: "M0 0h24v24H0z"
|
|
2659
|
+
})))
|
|
2660
|
+
)
|
|
2661
|
+
);
|
|
2662
|
+
|
|
2094
2663
|
const IconEnvelope = forwardRef(
|
|
2095
2664
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2096
2665
|
StyledIcon,
|
|
@@ -2160,6 +2729,33 @@ const IconExclamationPointCircle = forwardRef(
|
|
|
2160
2729
|
)
|
|
2161
2730
|
);
|
|
2162
2731
|
|
|
2732
|
+
const IconExport = forwardRef(
|
|
2733
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2734
|
+
StyledIcon,
|
|
2735
|
+
{
|
|
2736
|
+
...props,
|
|
2737
|
+
size,
|
|
2738
|
+
viewBox: "0 0 24 24",
|
|
2739
|
+
fill: "none",
|
|
2740
|
+
ref: forwardRef2
|
|
2741
|
+
},
|
|
2742
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2743
|
+
clipPath: "url(#a)"
|
|
2744
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2745
|
+
stroke: "currentColor",
|
|
2746
|
+
strokeLinecap: "round",
|
|
2747
|
+
strokeLinejoin: "round",
|
|
2748
|
+
strokeWidth: 2,
|
|
2749
|
+
d: "M21 13v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6m9 1V3m0 0 4 4.5M12 3 8 7.5"
|
|
2750
|
+
})),
|
|
2751
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2752
|
+
id: "a"
|
|
2753
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2754
|
+
d: "M0 0h24v24H0z"
|
|
2755
|
+
})))
|
|
2756
|
+
)
|
|
2757
|
+
);
|
|
2758
|
+
|
|
2163
2759
|
const IconEyeClosedDotsFourFrameBroken = forwardRef(
|
|
2164
2760
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2165
2761
|
StyledIcon,
|
|
@@ -2554,12 +3150,40 @@ const IconGlobe = forwardRef(
|
|
|
2554
3150
|
stroke: "currentColor",
|
|
2555
3151
|
strokeLinecap: "round",
|
|
2556
3152
|
strokeWidth: 2,
|
|
2557
|
-
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"
|
|
2558
|
-
})
|
|
3153
|
+
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"
|
|
3154
|
+
})
|
|
3155
|
+
)
|
|
3156
|
+
);
|
|
3157
|
+
|
|
3158
|
+
const IconGraduationCap = forwardRef(
|
|
3159
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3160
|
+
StyledIcon,
|
|
3161
|
+
{
|
|
3162
|
+
...props,
|
|
3163
|
+
size,
|
|
3164
|
+
viewBox: "0 0 24 24",
|
|
3165
|
+
fill: "none",
|
|
3166
|
+
ref: forwardRef2
|
|
3167
|
+
},
|
|
3168
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3169
|
+
clipPath: "url(#a)"
|
|
3170
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3171
|
+
stroke: "currentColor",
|
|
3172
|
+
strokeLinecap: "round",
|
|
3173
|
+
strokeLinejoin: "round",
|
|
3174
|
+
strokeMiterlimit: 1.414,
|
|
3175
|
+
strokeWidth: 2,
|
|
3176
|
+
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"
|
|
3177
|
+
})),
|
|
3178
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3179
|
+
id: "a"
|
|
3180
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3181
|
+
d: "M0 0h24v24H0z"
|
|
3182
|
+
})))
|
|
2559
3183
|
)
|
|
2560
3184
|
);
|
|
2561
3185
|
|
|
2562
|
-
const
|
|
3186
|
+
const IconGridFour = forwardRef(
|
|
2563
3187
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2564
3188
|
StyledIcon,
|
|
2565
3189
|
{
|
|
@@ -2575,9 +3199,8 @@ const IconGraduationCap = forwardRef(
|
|
|
2575
3199
|
stroke: "currentColor",
|
|
2576
3200
|
strokeLinecap: "round",
|
|
2577
3201
|
strokeLinejoin: "round",
|
|
2578
|
-
strokeMiterlimit: 1.414,
|
|
2579
3202
|
strokeWidth: 2,
|
|
2580
|
-
d: "
|
|
3203
|
+
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"
|
|
2581
3204
|
})),
|
|
2582
3205
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2583
3206
|
id: "a"
|
|
@@ -2587,7 +3210,7 @@ const IconGraduationCap = forwardRef(
|
|
|
2587
3210
|
)
|
|
2588
3211
|
);
|
|
2589
3212
|
|
|
2590
|
-
const
|
|
3213
|
+
const IconGridSix = forwardRef(
|
|
2591
3214
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2592
3215
|
StyledIcon,
|
|
2593
3216
|
{
|
|
@@ -2604,7 +3227,7 @@ const IconGridFour = forwardRef(
|
|
|
2604
3227
|
strokeLinecap: "round",
|
|
2605
3228
|
strokeLinejoin: "round",
|
|
2606
3229
|
strokeWidth: 2,
|
|
2607
|
-
d: "M12 3H3.25a.25.25 0 0 0-.25.
|
|
3230
|
+
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"
|
|
2608
3231
|
})),
|
|
2609
3232
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2610
3233
|
id: "a"
|
|
@@ -2614,7 +3237,7 @@ const IconGridFour = forwardRef(
|
|
|
2614
3237
|
)
|
|
2615
3238
|
);
|
|
2616
3239
|
|
|
2617
|
-
const
|
|
3240
|
+
const IconGrid = forwardRef(
|
|
2618
3241
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2619
3242
|
StyledIcon,
|
|
2620
3243
|
{
|
|
@@ -2631,7 +3254,7 @@ const IconGridSix = forwardRef(
|
|
|
2631
3254
|
strokeLinecap: "round",
|
|
2632
3255
|
strokeLinejoin: "round",
|
|
2633
3256
|
strokeWidth: 2,
|
|
2634
|
-
d: "
|
|
3257
|
+
d: "M3 6h18M3 12h18M3 18h18M6 3v18m6-18v18m6-18v18"
|
|
2635
3258
|
})),
|
|
2636
3259
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2637
3260
|
id: "a"
|
|
@@ -2660,6 +3283,30 @@ const IconHandFilled = forwardRef(
|
|
|
2660
3283
|
)
|
|
2661
3284
|
);
|
|
2662
3285
|
|
|
3286
|
+
const IconHandPointing = forwardRef(
|
|
3287
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3288
|
+
StyledIcon,
|
|
3289
|
+
{
|
|
3290
|
+
...props,
|
|
3291
|
+
size,
|
|
3292
|
+
viewBox: "0 0 24 24",
|
|
3293
|
+
fill: "none",
|
|
3294
|
+
ref: forwardRef2
|
|
3295
|
+
},
|
|
3296
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
3297
|
+
clipPath: "url(#a)"
|
|
3298
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3299
|
+
fill: "currentColor",
|
|
3300
|
+
d: "m2.748 14.261-.847.531a.994.994 0 0 0 .042.063l.805-.594Zm18.29-2.511h1v-.019l-.001-.018-1 .037Zm-14 2.5-.718.697a1 1 0 0 0 1.717-.697h-1Zm3.44-5.5h-1v1h1v-1Zm-1 3a1 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-.804.595.805-.594Zm13.751-7.304v4.375h2V11.75h-2ZM4.632 13.21l1.688 1.737 1.434-1.394-1.688-1.737-1.434 1.393Zm3.405 1.04V3.75h-2v10.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-9.98c0-.443.327-.75.713-.75V1C7.203 1 6.037 2.26 6.037 3.75h2ZM8.75 3a.73.73 0 0 1 .727.75h2C11.477 2.249 10.286 1 8.75 1v2Zm.727.75v5h2v-5h-2Zm1 6h.06v-2h-.06v2Zm1-1A.77.77 0 0 1 12.25 8V6c-1.502 0-2.773 1.214-2.773 2.75h2ZM12.25 8a.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-.75V9c-1.474 0-2.81 1.188-2.81 2.75h2Zm.81-.75c.393 0 .732.288.751.787l1.999-.074C21.98 10.212 20.827 9 19.287 9v2Zm-4.31-1.25c0-.247.084-.425.194-.537.105-.106.292-.213.616-.213V7c-.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-6v8h2v-8h-2Zm3.5 6v1.5h2v-1.5h-2Zm3.5 1.5v1h2v-1h-2Zm3.56 4.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"
|
|
3301
|
+
})),
|
|
3302
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3303
|
+
id: "a"
|
|
3304
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
3305
|
+
d: "M0 0h24v24H0z"
|
|
3306
|
+
})))
|
|
3307
|
+
)
|
|
3308
|
+
);
|
|
3309
|
+
|
|
2663
3310
|
const IconHand = forwardRef(
|
|
2664
3311
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2665
3312
|
StyledIcon,
|
|
@@ -3386,6 +4033,60 @@ const IconLockOpen = forwardRef(
|
|
|
3386
4033
|
)
|
|
3387
4034
|
);
|
|
3388
4035
|
|
|
4036
|
+
const IconLogin = forwardRef(
|
|
4037
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4038
|
+
StyledIcon,
|
|
4039
|
+
{
|
|
4040
|
+
...props,
|
|
4041
|
+
size,
|
|
4042
|
+
viewBox: "0 0 24 24",
|
|
4043
|
+
fill: "none",
|
|
4044
|
+
ref: forwardRef2
|
|
4045
|
+
},
|
|
4046
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4047
|
+
clipPath: "url(#a)"
|
|
4048
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4049
|
+
stroke: "currentColor",
|
|
4050
|
+
strokeLinecap: "round",
|
|
4051
|
+
strokeLinejoin: "round",
|
|
4052
|
+
strokeWidth: 2,
|
|
4053
|
+
d: "M13 3h8v18h-8M3 12h12m0 0-3-3m3 3-3 3"
|
|
4054
|
+
})),
|
|
4055
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4056
|
+
id: "a"
|
|
4057
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4058
|
+
d: "M0 0h24v24H0z"
|
|
4059
|
+
})))
|
|
4060
|
+
)
|
|
4061
|
+
);
|
|
4062
|
+
|
|
4063
|
+
const IconLogout = forwardRef(
|
|
4064
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4065
|
+
StyledIcon,
|
|
4066
|
+
{
|
|
4067
|
+
...props,
|
|
4068
|
+
size,
|
|
4069
|
+
viewBox: "0 0 24 24",
|
|
4070
|
+
fill: "none",
|
|
4071
|
+
ref: forwardRef2
|
|
4072
|
+
},
|
|
4073
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4074
|
+
clipPath: "url(#a)"
|
|
4075
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4076
|
+
stroke: "currentColor",
|
|
4077
|
+
strokeLinecap: "round",
|
|
4078
|
+
strokeLinejoin: "round",
|
|
4079
|
+
strokeWidth: 2,
|
|
4080
|
+
d: "M11 3H3v18h8m-2-9h12m0 0-3-3m3 3-3 3"
|
|
4081
|
+
})),
|
|
4082
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4083
|
+
id: "a"
|
|
4084
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4085
|
+
d: "M0 0h24v24H0z"
|
|
4086
|
+
})))
|
|
4087
|
+
)
|
|
4088
|
+
);
|
|
4089
|
+
|
|
3389
4090
|
const IconMagnet = forwardRef(
|
|
3390
4091
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3391
4092
|
StyledIcon,
|
|
@@ -3660,6 +4361,108 @@ const IconMouse = forwardRef(
|
|
|
3660
4361
|
)
|
|
3661
4362
|
);
|
|
3662
4363
|
|
|
4364
|
+
const IconNavigationArrowLines = forwardRef(
|
|
4365
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4366
|
+
StyledIcon,
|
|
4367
|
+
{
|
|
4368
|
+
...props,
|
|
4369
|
+
size,
|
|
4370
|
+
viewBox: "0 0 24 24",
|
|
4371
|
+
fill: "none",
|
|
4372
|
+
ref: forwardRef2
|
|
4373
|
+
},
|
|
4374
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4375
|
+
stroke: "currentColor",
|
|
4376
|
+
strokeLinecap: "round",
|
|
4377
|
+
strokeLinejoin: "round",
|
|
4378
|
+
strokeWidth: 2,
|
|
4379
|
+
d: "M11 4h10m-6 4h2M4.406 6.069l9.434 9.245c.315.309.136.874-.289.909H8.5a.468.468 0 0 0-.285.13l-3.408 3.71c-.312.3-.807.06-.807-.391V6.262c0-.227.25-.346.406-.193Z"
|
|
4380
|
+
}),
|
|
4381
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4382
|
+
fill: "currentColor",
|
|
4383
|
+
d: "M13.84 15.315 4.407 6.069C4.25 5.916 4 6.035 4 6.262v13.41c0 .451.495.69.807.39l3.408-3.709a.468.468 0 0 1 .285-.13h5.051c.425-.035.604-.6.29-.908Z"
|
|
4384
|
+
})
|
|
4385
|
+
)
|
|
4386
|
+
);
|
|
4387
|
+
|
|
4388
|
+
const IconNavigationUpLeftFilled = forwardRef(
|
|
4389
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4390
|
+
StyledIcon,
|
|
4391
|
+
{
|
|
4392
|
+
...props,
|
|
4393
|
+
size,
|
|
4394
|
+
viewBox: "0 0 24 24",
|
|
4395
|
+
fill: "none",
|
|
4396
|
+
ref: forwardRef2
|
|
4397
|
+
},
|
|
4398
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4399
|
+
stroke: "currentColor",
|
|
4400
|
+
strokeLinecap: "round",
|
|
4401
|
+
strokeLinejoin: "round",
|
|
4402
|
+
strokeWidth: 2,
|
|
4403
|
+
d: "M20.536 9.963 3.456 3.026c-.282-.114-.545.165-.427.454l6.98 17.058c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303Z"
|
|
4404
|
+
}),
|
|
4405
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4406
|
+
fill: "currentColor",
|
|
4407
|
+
d: "M20.536 9.963 3.456 3.026c-.282-.114-.545.165-.427.454l6.98 17.058c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303Z"
|
|
4408
|
+
})
|
|
4409
|
+
)
|
|
4410
|
+
);
|
|
4411
|
+
|
|
4412
|
+
const IconNavigationUpLeftSlash = forwardRef(
|
|
4413
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4414
|
+
StyledIcon,
|
|
4415
|
+
{
|
|
4416
|
+
...props,
|
|
4417
|
+
size,
|
|
4418
|
+
viewBox: "0 0 24 24",
|
|
4419
|
+
fill: "none",
|
|
4420
|
+
ref: forwardRef2
|
|
4421
|
+
},
|
|
4422
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4423
|
+
clipPath: "url(#a)"
|
|
4424
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4425
|
+
stroke: "currentColor",
|
|
4426
|
+
strokeLinecap: "round",
|
|
4427
|
+
strokeLinejoin: "round",
|
|
4428
|
+
strokeWidth: 2,
|
|
4429
|
+
d: "m7.897 15.375 2.112 5.163c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303l-5.09-2.067M5.594 9.75 3.029 3.48c-.118-.289.145-.568.427-.454L9.75 5.583M3 19.875 19.875 3"
|
|
4430
|
+
})),
|
|
4431
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4432
|
+
id: "a"
|
|
4433
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4434
|
+
d: "M0 0h24v24H0z"
|
|
4435
|
+
})))
|
|
4436
|
+
)
|
|
4437
|
+
);
|
|
4438
|
+
|
|
4439
|
+
const IconNavigationUpRight = forwardRef(
|
|
4440
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4441
|
+
StyledIcon,
|
|
4442
|
+
{
|
|
4443
|
+
...props,
|
|
4444
|
+
size,
|
|
4445
|
+
viewBox: "0 0 24 24",
|
|
4446
|
+
fill: "none",
|
|
4447
|
+
ref: forwardRef2
|
|
4448
|
+
},
|
|
4449
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4450
|
+
clipPath: "url(#a)"
|
|
4451
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4452
|
+
stroke: "currentColor",
|
|
4453
|
+
strokeLinecap: "round",
|
|
4454
|
+
strokeLinejoin: "round",
|
|
4455
|
+
strokeWidth: 2,
|
|
4456
|
+
d: "m14.037 20.536 6.937-17.08c.114-.282-.165-.545-.454-.427l-17.058 6.98c-.574.235-.626 1.003-.084 1.254l6.46 2.5a.65.65 0 0 1 .313.302l2.583 6.568c.261.533 1.072.473 1.303-.097Z"
|
|
4457
|
+
})),
|
|
4458
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4459
|
+
id: "a"
|
|
4460
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4461
|
+
d: "M0 0h24v24H0z"
|
|
4462
|
+
})))
|
|
4463
|
+
)
|
|
4464
|
+
);
|
|
4465
|
+
|
|
3663
4466
|
const IconNext = forwardRef(
|
|
3664
4467
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3665
4468
|
StyledIcon,
|
|
@@ -3865,6 +4668,57 @@ const IconNoteMagnifyingGlass = forwardRef(
|
|
|
3865
4668
|
)
|
|
3866
4669
|
);
|
|
3867
4670
|
|
|
4671
|
+
const IconPaperPlaneFilledRight = forwardRef(
|
|
4672
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4673
|
+
StyledIcon,
|
|
4674
|
+
{
|
|
4675
|
+
...props,
|
|
4676
|
+
size,
|
|
4677
|
+
viewBox: "0 0 24 24",
|
|
4678
|
+
fill: "none",
|
|
4679
|
+
ref: forwardRef2
|
|
4680
|
+
},
|
|
4681
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4682
|
+
fill: "currentColor",
|
|
4683
|
+
fillRule: "evenodd",
|
|
4684
|
+
d: "M3.421 2.595c-.847-.39-1.72.49-1.322 1.334L5 11h3.5c1.5 0 1.5 1.873 0 1.873H5l-2.901 7.056c-.397.843.475 1.723 1.322 1.334L21.6 12.984c.776-.356.776-1.627 0-1.984L3.42 2.595Z",
|
|
4685
|
+
clipRule: "evenodd"
|
|
4686
|
+
}),
|
|
4687
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4688
|
+
stroke: "currentColor",
|
|
4689
|
+
strokeWidth: 4,
|
|
4690
|
+
d: "M22 21h.001"
|
|
4691
|
+
})
|
|
4692
|
+
)
|
|
4693
|
+
);
|
|
4694
|
+
|
|
4695
|
+
const IconPaperPlaneTilt = forwardRef(
|
|
4696
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4697
|
+
StyledIcon,
|
|
4698
|
+
{
|
|
4699
|
+
...props,
|
|
4700
|
+
size,
|
|
4701
|
+
viewBox: "0 0 24 24",
|
|
4702
|
+
fill: "none",
|
|
4703
|
+
ref: forwardRef2
|
|
4704
|
+
},
|
|
4705
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
4706
|
+
clipPath: "url(#a)"
|
|
4707
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4708
|
+
stroke: "currentColor",
|
|
4709
|
+
strokeLinecap: "round",
|
|
4710
|
+
strokeLinejoin: "round",
|
|
4711
|
+
strokeWidth: 2,
|
|
4712
|
+
d: "M10 14 21 3M10 14l4 8 7-19M10 14l-8-4 19-7"
|
|
4713
|
+
})),
|
|
4714
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4715
|
+
id: "a"
|
|
4716
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4717
|
+
d: "M0 0h24v24H0z"
|
|
4718
|
+
})))
|
|
4719
|
+
)
|
|
4720
|
+
);
|
|
4721
|
+
|
|
3868
4722
|
const IconParallelogram = forwardRef(
|
|
3869
4723
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
3870
4724
|
StyledIcon,
|
|
@@ -4474,7 +5328,31 @@ const IconQuestionMarkCircle = forwardRef(
|
|
|
4474
5328
|
)
|
|
4475
5329
|
);
|
|
4476
5330
|
|
|
4477
|
-
const IconQuestionMark = forwardRef(
|
|
5331
|
+
const IconQuestionMark = forwardRef(
|
|
5332
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
5333
|
+
StyledIcon,
|
|
5334
|
+
{
|
|
5335
|
+
...props,
|
|
5336
|
+
size,
|
|
5337
|
+
viewBox: "0 0 24 24",
|
|
5338
|
+
fill: "none",
|
|
5339
|
+
ref: forwardRef2
|
|
5340
|
+
},
|
|
5341
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5342
|
+
fill: "currentColor",
|
|
5343
|
+
d: "M12 21a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"
|
|
5344
|
+
}),
|
|
5345
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5346
|
+
stroke: "currentColor",
|
|
5347
|
+
strokeLinecap: "round",
|
|
5348
|
+
strokeLinejoin: "round",
|
|
5349
|
+
strokeWidth: 2,
|
|
5350
|
+
d: "M7 8.23C7 5.895 9.239 4 12 4s5 1.894 5 4.23c0 1.748-1.252 3.248-3.039 3.894C12.922 12.499 12 13.357 12 14.46V15"
|
|
5351
|
+
})
|
|
5352
|
+
)
|
|
5353
|
+
);
|
|
5354
|
+
|
|
5355
|
+
const IconRectangleArrowUpCenter = forwardRef(
|
|
4478
5356
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4479
5357
|
StyledIcon,
|
|
4480
5358
|
{
|
|
@@ -4484,17 +5362,20 @@ const IconQuestionMark = forwardRef(
|
|
|
4484
5362
|
fill: "none",
|
|
4485
5363
|
ref: forwardRef2
|
|
4486
5364
|
},
|
|
4487
|
-
/* @__PURE__ */ React.createElement("
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
}),
|
|
4491
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
5365
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
5366
|
+
clipPath: "url(#a)"
|
|
5367
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
4492
5368
|
stroke: "currentColor",
|
|
4493
5369
|
strokeLinecap: "round",
|
|
4494
5370
|
strokeLinejoin: "round",
|
|
4495
5371
|
strokeWidth: 2,
|
|
4496
|
-
d: "
|
|
4497
|
-
})
|
|
5372
|
+
d: "M3 10V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v6m-9 10V9m0 0 4 4.5M12 9l-4 4.5"
|
|
5373
|
+
})),
|
|
5374
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5375
|
+
id: "a"
|
|
5376
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
5377
|
+
d: "M0 0h24v24H0z"
|
|
5378
|
+
})))
|
|
4498
5379
|
)
|
|
4499
5380
|
);
|
|
4500
5381
|
|
|
@@ -4968,6 +5849,33 @@ const IconShieldLock = forwardRef(
|
|
|
4968
5849
|
)
|
|
4969
5850
|
);
|
|
4970
5851
|
|
|
5852
|
+
const IconShuffle = forwardRef(
|
|
5853
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
5854
|
+
StyledIcon,
|
|
5855
|
+
{
|
|
5856
|
+
...props,
|
|
5857
|
+
size,
|
|
5858
|
+
viewBox: "0 0 24 24",
|
|
5859
|
+
fill: "none",
|
|
5860
|
+
ref: forwardRef2
|
|
5861
|
+
},
|
|
5862
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
5863
|
+
clipPath: "url(#a)"
|
|
5864
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
5865
|
+
stroke: "currentColor",
|
|
5866
|
+
strokeLinecap: "round",
|
|
5867
|
+
strokeLinejoin: "round",
|
|
5868
|
+
strokeWidth: 2,
|
|
5869
|
+
d: "M3 6s2.464-.282 4 0c5.761 1.06 3.282 10.73 9 12 1.906.424 5 0 5 0m0 0-3-3m3 3-3 3M3 18s2.464.282 4 0c.864-.159 1.542-.511 2.091-1M21 6s-3.094-.424-5 0a4.333 4.333 0 0 0-2 1.012M21 6l-3 3m3-3-3-3"
|
|
5870
|
+
})),
|
|
5871
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5872
|
+
id: "a"
|
|
5873
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
5874
|
+
d: "M0 0h24v24H0z"
|
|
5875
|
+
})))
|
|
5876
|
+
)
|
|
5877
|
+
);
|
|
5878
|
+
|
|
4971
5879
|
const IconSidebarClosed = forwardRef(
|
|
4972
5880
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
4973
5881
|
StyledIcon,
|
|
@@ -5699,6 +6607,57 @@ const IconStack = forwardRef(
|
|
|
5699
6607
|
)
|
|
5700
6608
|
);
|
|
5701
6609
|
|
|
6610
|
+
const IconStarFilled = forwardRef(
|
|
6611
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6612
|
+
StyledIcon,
|
|
6613
|
+
{
|
|
6614
|
+
...props,
|
|
6615
|
+
size,
|
|
6616
|
+
viewBox: "0 0 24 24",
|
|
6617
|
+
fill: "none",
|
|
6618
|
+
ref: forwardRef2
|
|
6619
|
+
},
|
|
6620
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6621
|
+
stroke: "currentColor",
|
|
6622
|
+
strokeLinecap: "round",
|
|
6623
|
+
strokeLinejoin: "round",
|
|
6624
|
+
strokeWidth: 2,
|
|
6625
|
+
d: "m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z"
|
|
6626
|
+
}),
|
|
6627
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6628
|
+
fill: "currentColor",
|
|
6629
|
+
d: "m15 9-3-6-3 6-6 1 4 4.5L6 21l6-3 6 3-1-6.5 4-4.5-6-1Z"
|
|
6630
|
+
})
|
|
6631
|
+
)
|
|
6632
|
+
);
|
|
6633
|
+
|
|
6634
|
+
const IconStar = forwardRef(
|
|
6635
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6636
|
+
StyledIcon,
|
|
6637
|
+
{
|
|
6638
|
+
...props,
|
|
6639
|
+
size,
|
|
6640
|
+
viewBox: "0 0 24 24",
|
|
6641
|
+
fill: "none",
|
|
6642
|
+
ref: forwardRef2
|
|
6643
|
+
},
|
|
6644
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6645
|
+
clipPath: "url(#a)"
|
|
6646
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6647
|
+
stroke: "currentColor",
|
|
6648
|
+
strokeLinecap: "round",
|
|
6649
|
+
strokeLinejoin: "round",
|
|
6650
|
+
strokeWidth: 2,
|
|
6651
|
+
d: "m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z"
|
|
6652
|
+
})),
|
|
6653
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6654
|
+
id: "a"
|
|
6655
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6656
|
+
d: "M0 0h24v24H0z"
|
|
6657
|
+
})))
|
|
6658
|
+
)
|
|
6659
|
+
);
|
|
6660
|
+
|
|
5702
6661
|
const IconStickyCorners = forwardRef(
|
|
5703
6662
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
5704
6663
|
StyledIcon,
|
|
@@ -5716,7 +6675,7 @@ const IconStickyCorners = forwardRef(
|
|
|
5716
6675
|
strokeLinecap: "round",
|
|
5717
6676
|
strokeLinejoin: "round",
|
|
5718
6677
|
strokeWidth: 2,
|
|
5719
|
-
d: "M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-
|
|
6678
|
+
d: "M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-4m13-4V8H8v8h5m3-3-3 3m3-3h-3v3"
|
|
5720
6679
|
})),
|
|
5721
6680
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5722
6681
|
id: "a"
|
|
@@ -5857,6 +6816,168 @@ const IconStopCircle = forwardRef(
|
|
|
5857
6816
|
)
|
|
5858
6817
|
);
|
|
5859
6818
|
|
|
6819
|
+
const IconStroke1 = forwardRef(
|
|
6820
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6821
|
+
StyledIcon,
|
|
6822
|
+
{
|
|
6823
|
+
...props,
|
|
6824
|
+
size,
|
|
6825
|
+
viewBox: "0 0 24 24",
|
|
6826
|
+
fill: "none",
|
|
6827
|
+
ref: forwardRef2
|
|
6828
|
+
},
|
|
6829
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6830
|
+
clipPath: "url(#a)"
|
|
6831
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6832
|
+
stroke: "currentColor",
|
|
6833
|
+
strokeLinecap: "round",
|
|
6834
|
+
strokeLinejoin: "round",
|
|
6835
|
+
strokeWidth: 2,
|
|
6836
|
+
d: "M5.106 17.81 18.894 6.24"
|
|
6837
|
+
})),
|
|
6838
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6839
|
+
id: "a"
|
|
6840
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6841
|
+
d: "M0 0h24v24H0z"
|
|
6842
|
+
})))
|
|
6843
|
+
)
|
|
6844
|
+
);
|
|
6845
|
+
|
|
6846
|
+
const IconStroke2 = forwardRef(
|
|
6847
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6848
|
+
StyledIcon,
|
|
6849
|
+
{
|
|
6850
|
+
...props,
|
|
6851
|
+
size,
|
|
6852
|
+
viewBox: "0 0 24 24",
|
|
6853
|
+
fill: "none",
|
|
6854
|
+
ref: forwardRef2
|
|
6855
|
+
},
|
|
6856
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6857
|
+
clipPath: "url(#a)"
|
|
6858
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6859
|
+
stroke: "currentColor",
|
|
6860
|
+
strokeLinecap: "round",
|
|
6861
|
+
strokeLinejoin: "round",
|
|
6862
|
+
strokeWidth: 4,
|
|
6863
|
+
d: "M5.872 17.167 18.128 6.883"
|
|
6864
|
+
})),
|
|
6865
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6866
|
+
id: "a"
|
|
6867
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6868
|
+
d: "M0 0h24v24H0z"
|
|
6869
|
+
})))
|
|
6870
|
+
)
|
|
6871
|
+
);
|
|
6872
|
+
|
|
6873
|
+
const IconStroke3 = forwardRef(
|
|
6874
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6875
|
+
StyledIcon,
|
|
6876
|
+
{
|
|
6877
|
+
...props,
|
|
6878
|
+
size,
|
|
6879
|
+
viewBox: "0 0 24 24",
|
|
6880
|
+
fill: "none",
|
|
6881
|
+
ref: forwardRef2
|
|
6882
|
+
},
|
|
6883
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6884
|
+
clipPath: "url(#a)"
|
|
6885
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6886
|
+
stroke: "currentColor",
|
|
6887
|
+
strokeLinecap: "round",
|
|
6888
|
+
strokeLinejoin: "round",
|
|
6889
|
+
strokeWidth: 6,
|
|
6890
|
+
d: "m6.638 16.524 10.724-8.999"
|
|
6891
|
+
})),
|
|
6892
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6893
|
+
id: "a"
|
|
6894
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6895
|
+
d: "M0 0h24v24H0z"
|
|
6896
|
+
})))
|
|
6897
|
+
)
|
|
6898
|
+
);
|
|
6899
|
+
|
|
6900
|
+
const IconStroke4 = forwardRef(
|
|
6901
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6902
|
+
StyledIcon,
|
|
6903
|
+
{
|
|
6904
|
+
...props,
|
|
6905
|
+
size,
|
|
6906
|
+
viewBox: "0 0 24 24",
|
|
6907
|
+
fill: "none",
|
|
6908
|
+
ref: forwardRef2
|
|
6909
|
+
},
|
|
6910
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6911
|
+
clipPath: "url(#a)"
|
|
6912
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6913
|
+
stroke: "currentColor",
|
|
6914
|
+
strokeLinecap: "round",
|
|
6915
|
+
strokeLinejoin: "round",
|
|
6916
|
+
strokeWidth: 8,
|
|
6917
|
+
d: "m7.404 15.882 9.192-7.714"
|
|
6918
|
+
})),
|
|
6919
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6920
|
+
id: "a"
|
|
6921
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6922
|
+
d: "M0 0h24v24H0z"
|
|
6923
|
+
})))
|
|
6924
|
+
)
|
|
6925
|
+
);
|
|
6926
|
+
|
|
6927
|
+
const IconStroke5 = forwardRef(
|
|
6928
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6929
|
+
StyledIcon,
|
|
6930
|
+
{
|
|
6931
|
+
...props,
|
|
6932
|
+
size,
|
|
6933
|
+
viewBox: "0 0 24 24",
|
|
6934
|
+
fill: "none",
|
|
6935
|
+
ref: forwardRef2
|
|
6936
|
+
},
|
|
6937
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6938
|
+
clipPath: "url(#a)"
|
|
6939
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6940
|
+
stroke: "currentColor",
|
|
6941
|
+
strokeLinecap: "round",
|
|
6942
|
+
strokeLinejoin: "round",
|
|
6943
|
+
strokeWidth: 10,
|
|
6944
|
+
d: "m8.17 15.239 7.66-6.428"
|
|
6945
|
+
})),
|
|
6946
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6947
|
+
id: "a"
|
|
6948
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6949
|
+
d: "M0 0h24v24H0z"
|
|
6950
|
+
})))
|
|
6951
|
+
)
|
|
6952
|
+
);
|
|
6953
|
+
|
|
6954
|
+
const IconStroke6 = forwardRef(
|
|
6955
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6956
|
+
StyledIcon,
|
|
6957
|
+
{
|
|
6958
|
+
...props,
|
|
6959
|
+
size,
|
|
6960
|
+
viewBox: "0 0 24 24",
|
|
6961
|
+
fill: "none",
|
|
6962
|
+
ref: forwardRef2
|
|
6963
|
+
},
|
|
6964
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6965
|
+
clipPath: "url(#a)"
|
|
6966
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6967
|
+
stroke: "currentColor",
|
|
6968
|
+
strokeLinecap: "round",
|
|
6969
|
+
strokeLinejoin: "round",
|
|
6970
|
+
strokeWidth: 12,
|
|
6971
|
+
d: "m8.936 14.596 6.128-5.142"
|
|
6972
|
+
})),
|
|
6973
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6974
|
+
id: "a"
|
|
6975
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6976
|
+
d: "M0 0h24v24H0z"
|
|
6977
|
+
})))
|
|
6978
|
+
)
|
|
6979
|
+
);
|
|
6980
|
+
|
|
5860
6981
|
const IconTag = forwardRef(
|
|
5861
6982
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
5862
6983
|
StyledIcon,
|
|
@@ -6323,6 +7444,30 @@ const IconThumbsUp = forwardRef(
|
|
|
6323
7444
|
)
|
|
6324
7445
|
);
|
|
6325
7446
|
|
|
7447
|
+
const IconTickCircle = forwardRef(
|
|
7448
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
7449
|
+
StyledIcon,
|
|
7450
|
+
{
|
|
7451
|
+
...props,
|
|
7452
|
+
size,
|
|
7453
|
+
viewBox: "0 0 24 24",
|
|
7454
|
+
fill: "none",
|
|
7455
|
+
ref: forwardRef2
|
|
7456
|
+
},
|
|
7457
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
7458
|
+
clipPath: "url(#a)"
|
|
7459
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
7460
|
+
fill: "currentColor",
|
|
7461
|
+
d: "M8.707 11.293a1 1 0 0 0-1.414 1.414l1.414-1.414ZM11 15l-.707.707a1 1 0 0 0 1.414 0L11 15Zm6.707-5.293a1 1 0 0 0-1.414-1.414l1.414 1.414ZM21 12a9 9 0 0 1-9 9v2c6.075 0 11-4.925 11-11h-2Zm-9 9a9 9 0 0 1-9-9H1c0 6.075 4.925 11 11 11v-2Zm-9-9a9 9 0 0 1 9-9V1C5.925 1 1 5.925 1 12h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2Zm-4.707 9.707 3 3 1.414-1.414-3-3-1.414 1.414Zm4.414 3 6-6-1.414-1.414-6 6 1.414 1.414Z"
|
|
7462
|
+
})),
|
|
7463
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7464
|
+
id: "a"
|
|
7465
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
7466
|
+
d: "M0 0h24v24H0z"
|
|
7467
|
+
})))
|
|
7468
|
+
)
|
|
7469
|
+
);
|
|
7470
|
+
|
|
6326
7471
|
const IconTicket = forwardRef(
|
|
6327
7472
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
6328
7473
|
StyledIcon,
|
|
@@ -6937,5 +8082,5 @@ const IconWallet = forwardRef(
|
|
|
6937
8082
|
)
|
|
6938
8083
|
);
|
|
6939
8084
|
|
|
6940
|
-
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconAt, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookmark, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconConeSerpentine, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCube, IconCursor, IconCursorFilled, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconEnvelope, IconEraser, IconExclamationPointCircle, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGlobe, IconGraduationCap, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLink, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconMagnet, IconMagnifyingGlass, IconMap, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMouse, IconNext, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPlaceholder, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconPushPin, IconQuestionMark, IconQuestionMarkCircle, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStickyCorners, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
8085
|
+
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArticle, IconAt, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookmark, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconConeSerpentine, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLink, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMap, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPlaceholder, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconPushPin, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStickyCorners, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
6941
8086
|
//# sourceMappingURL=module.js.map
|