@xmart/xorder-ui-icons 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +98 -98
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +98 -98
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -381,7 +381,7 @@ const SvgIcon = forwardRef(
|
|
|
381
381
|
);
|
|
382
382
|
}
|
|
383
383
|
);
|
|
384
|
-
SvgIcon.displayName = "@xmart
|
|
384
|
+
SvgIcon.displayName = "@xmart/xorder-ui-icons/SvgIcon";
|
|
385
385
|
const XoAlarmOutlineIcon = forwardRef((props, ref) => {
|
|
386
386
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
387
387
|
SvgIcon,
|
|
@@ -398,7 +398,7 @@ const XoAlarmOutlineIcon = forwardRef((props, ref) => {
|
|
|
398
398
|
}
|
|
399
399
|
);
|
|
400
400
|
});
|
|
401
|
-
XoAlarmOutlineIcon.displayName = "@xmart
|
|
401
|
+
XoAlarmOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoAlarmOutlineIcon";
|
|
402
402
|
const XoArrowLeftOutlineIcon = forwardRef((props, ref) => {
|
|
403
403
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
404
404
|
SvgIcon,
|
|
@@ -412,7 +412,7 @@ const XoArrowLeftOutlineIcon = forwardRef((props, ref) => {
|
|
|
412
412
|
}
|
|
413
413
|
);
|
|
414
414
|
});
|
|
415
|
-
XoArrowLeftOutlineIcon.displayName = "@xmart
|
|
415
|
+
XoArrowLeftOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoArrowLeftOutlineIcon";
|
|
416
416
|
const XoAtEmailOutlineIcon = forwardRef((props, ref) => {
|
|
417
417
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
418
418
|
SvgIcon,
|
|
@@ -426,7 +426,7 @@ const XoAtEmailOutlineIcon = forwardRef((props, ref) => {
|
|
|
426
426
|
}
|
|
427
427
|
);
|
|
428
428
|
});
|
|
429
|
-
XoAtEmailOutlineIcon.displayName = "@xmart
|
|
429
|
+
XoAtEmailOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoAtEmailOutlineIcon";
|
|
430
430
|
const XoAttachmentOutlineIcon = forwardRef((props, ref) => {
|
|
431
431
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
432
432
|
SvgIcon,
|
|
@@ -440,7 +440,7 @@ const XoAttachmentOutlineIcon = forwardRef((props, ref) => {
|
|
|
440
440
|
}
|
|
441
441
|
);
|
|
442
442
|
});
|
|
443
|
-
XoAttachmentOutlineIcon.displayName = "@xmart
|
|
443
|
+
XoAttachmentOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoAttachmentOutlineIcon";
|
|
444
444
|
const XoBellFillIcon = forwardRef((props, ref) => {
|
|
445
445
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
446
446
|
SvgIcon,
|
|
@@ -457,7 +457,7 @@ const XoBellFillIcon = forwardRef((props, ref) => {
|
|
|
457
457
|
}
|
|
458
458
|
);
|
|
459
459
|
});
|
|
460
|
-
XoBellFillIcon.displayName = "@xmart
|
|
460
|
+
XoBellFillIcon.displayName = "@xmart/xorder-ui-icons/XoBellFillIcon";
|
|
461
461
|
const XoBellOutlineIcon = forwardRef((props, ref) => {
|
|
462
462
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
463
463
|
SvgIcon,
|
|
@@ -471,7 +471,7 @@ const XoBellOutlineIcon = forwardRef((props, ref) => {
|
|
|
471
471
|
}
|
|
472
472
|
);
|
|
473
473
|
});
|
|
474
|
-
XoBellOutlineIcon.displayName = "@xmart
|
|
474
|
+
XoBellOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoBellOutlineIcon";
|
|
475
475
|
const XoCalendarOutlineIcon = forwardRef((props, ref) => {
|
|
476
476
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
477
477
|
SvgIcon,
|
|
@@ -485,7 +485,7 @@ const XoCalendarOutlineIcon = forwardRef((props, ref) => {
|
|
|
485
485
|
}
|
|
486
486
|
);
|
|
487
487
|
});
|
|
488
|
-
XoCalendarOutlineIcon.displayName = "@xmart
|
|
488
|
+
XoCalendarOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCalendarOutlineIcon";
|
|
489
489
|
const XoCartOutlineIcon = forwardRef((props, ref) => {
|
|
490
490
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
491
491
|
SvgIcon,
|
|
@@ -499,7 +499,7 @@ const XoCartOutlineIcon = forwardRef((props, ref) => {
|
|
|
499
499
|
}
|
|
500
500
|
);
|
|
501
501
|
});
|
|
502
|
-
XoCartOutlineIcon.displayName = "@xmart
|
|
502
|
+
XoCartOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCartOutlineIcon";
|
|
503
503
|
const XoCatalogFillIcon = forwardRef((props, ref) => {
|
|
504
504
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
505
505
|
SvgIcon,
|
|
@@ -516,7 +516,7 @@ const XoCatalogFillIcon = forwardRef((props, ref) => {
|
|
|
516
516
|
}
|
|
517
517
|
);
|
|
518
518
|
});
|
|
519
|
-
XoCatalogFillIcon.displayName = "@xmart
|
|
519
|
+
XoCatalogFillIcon.displayName = "@xmart/xorder-ui-icons/XoCatalogFillIcon";
|
|
520
520
|
const XoCatalogOutlineIcon = forwardRef((props, ref) => {
|
|
521
521
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
522
522
|
SvgIcon,
|
|
@@ -530,7 +530,7 @@ const XoCatalogOutlineIcon = forwardRef((props, ref) => {
|
|
|
530
530
|
}
|
|
531
531
|
);
|
|
532
532
|
});
|
|
533
|
-
XoCatalogOutlineIcon.displayName = "@xmart
|
|
533
|
+
XoCatalogOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCatalogOutlineIcon";
|
|
534
534
|
const XoCheckCircleFillIcon = forwardRef((props, ref) => {
|
|
535
535
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
536
536
|
SvgIcon,
|
|
@@ -547,7 +547,7 @@ const XoCheckCircleFillIcon = forwardRef((props, ref) => {
|
|
|
547
547
|
}
|
|
548
548
|
);
|
|
549
549
|
});
|
|
550
|
-
XoCheckCircleFillIcon.displayName = "@xmart
|
|
550
|
+
XoCheckCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoCheckCircleFillIcon";
|
|
551
551
|
const XoCheckCircleOutlineIcon = forwardRef((props, ref) => {
|
|
552
552
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
553
553
|
SvgIcon,
|
|
@@ -561,7 +561,7 @@ const XoCheckCircleOutlineIcon = forwardRef((props, ref) => {
|
|
|
561
561
|
}
|
|
562
562
|
);
|
|
563
563
|
});
|
|
564
|
-
XoCheckCircleOutlineIcon.displayName = "@xmart
|
|
564
|
+
XoCheckCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCheckCircleOutlineIcon";
|
|
565
565
|
const XoCheckOutlineIcon = forwardRef((props, ref) => {
|
|
566
566
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
567
567
|
SvgIcon,
|
|
@@ -575,7 +575,7 @@ const XoCheckOutlineIcon = forwardRef((props, ref) => {
|
|
|
575
575
|
}
|
|
576
576
|
);
|
|
577
577
|
});
|
|
578
|
-
XoCheckOutlineIcon.displayName = "@xmart
|
|
578
|
+
XoCheckOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCheckOutlineIcon";
|
|
579
579
|
const XoCheckSOutlineIcon = forwardRef((props, ref) => {
|
|
580
580
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
581
581
|
SvgIcon,
|
|
@@ -589,7 +589,7 @@ const XoCheckSOutlineIcon = forwardRef((props, ref) => {
|
|
|
589
589
|
}
|
|
590
590
|
);
|
|
591
591
|
});
|
|
592
|
-
XoCheckSOutlineIcon.displayName = "@xmart
|
|
592
|
+
XoCheckSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCheckSOutlineIcon";
|
|
593
593
|
const XoChevronCircleDownOutlineIcon = forwardRef((props, ref) => {
|
|
594
594
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
595
595
|
SvgIcon,
|
|
@@ -603,7 +603,7 @@ const XoChevronCircleDownOutlineIcon = forwardRef((props, ref) => {
|
|
|
603
603
|
}
|
|
604
604
|
);
|
|
605
605
|
});
|
|
606
|
-
XoChevronCircleDownOutlineIcon.displayName = "@xmart
|
|
606
|
+
XoChevronCircleDownOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleDownOutlineIcon";
|
|
607
607
|
const XoChevronCircleLeftOutlineIcon = forwardRef((props, ref) => {
|
|
608
608
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
609
609
|
SvgIcon,
|
|
@@ -617,7 +617,7 @@ const XoChevronCircleLeftOutlineIcon = forwardRef((props, ref) => {
|
|
|
617
617
|
}
|
|
618
618
|
);
|
|
619
619
|
});
|
|
620
|
-
XoChevronCircleLeftOutlineIcon.displayName = "@xmart
|
|
620
|
+
XoChevronCircleLeftOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleLeftOutlineIcon";
|
|
621
621
|
const XoChevronCircleRightOutlineIcon = forwardRef((props, ref) => {
|
|
622
622
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
623
623
|
SvgIcon,
|
|
@@ -631,7 +631,7 @@ const XoChevronCircleRightOutlineIcon = forwardRef((props, ref) => {
|
|
|
631
631
|
}
|
|
632
632
|
);
|
|
633
633
|
});
|
|
634
|
-
XoChevronCircleRightOutlineIcon.displayName = "@xmart
|
|
634
|
+
XoChevronCircleRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleRightOutlineIcon";
|
|
635
635
|
const XoChevronCircleUpOutlineIcon = forwardRef((props, ref) => {
|
|
636
636
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
637
637
|
SvgIcon,
|
|
@@ -645,7 +645,7 @@ const XoChevronCircleUpOutlineIcon = forwardRef((props, ref) => {
|
|
|
645
645
|
}
|
|
646
646
|
);
|
|
647
647
|
});
|
|
648
|
-
XoChevronCircleUpOutlineIcon.displayName = "@xmart
|
|
648
|
+
XoChevronCircleUpOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleUpOutlineIcon";
|
|
649
649
|
const XoChevronDownOutlineIcon = forwardRef((props, ref) => {
|
|
650
650
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
651
651
|
SvgIcon,
|
|
@@ -659,7 +659,7 @@ const XoChevronDownOutlineIcon = forwardRef((props, ref) => {
|
|
|
659
659
|
}
|
|
660
660
|
);
|
|
661
661
|
});
|
|
662
|
-
XoChevronDownOutlineIcon.displayName = "@xmart
|
|
662
|
+
XoChevronDownOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronDownOutlineIcon";
|
|
663
663
|
const XoChevronLeftOutlineIcon = forwardRef((props, ref) => {
|
|
664
664
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
665
665
|
SvgIcon,
|
|
@@ -673,7 +673,7 @@ const XoChevronLeftOutlineIcon = forwardRef((props, ref) => {
|
|
|
673
673
|
}
|
|
674
674
|
);
|
|
675
675
|
});
|
|
676
|
-
XoChevronLeftOutlineIcon.displayName = "@xmart
|
|
676
|
+
XoChevronLeftOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronLeftOutlineIcon";
|
|
677
677
|
const XoChevronRightOutlineIcon = forwardRef((props, ref) => {
|
|
678
678
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
679
679
|
SvgIcon,
|
|
@@ -687,7 +687,7 @@ const XoChevronRightOutlineIcon = forwardRef((props, ref) => {
|
|
|
687
687
|
}
|
|
688
688
|
);
|
|
689
689
|
});
|
|
690
|
-
XoChevronRightOutlineIcon.displayName = "@xmart
|
|
690
|
+
XoChevronRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronRightOutlineIcon";
|
|
691
691
|
const XoChevronUpOutlineIcon = forwardRef((props, ref) => {
|
|
692
692
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
693
693
|
SvgIcon,
|
|
@@ -701,7 +701,7 @@ const XoChevronUpOutlineIcon = forwardRef((props, ref) => {
|
|
|
701
701
|
}
|
|
702
702
|
);
|
|
703
703
|
});
|
|
704
|
-
XoChevronUpOutlineIcon.displayName = "@xmart
|
|
704
|
+
XoChevronUpOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronUpOutlineIcon";
|
|
705
705
|
const XoChevronWDownOutlineIcon = forwardRef((props, ref) => {
|
|
706
706
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
707
707
|
SvgIcon,
|
|
@@ -718,7 +718,7 @@ const XoChevronWDownOutlineIcon = forwardRef((props, ref) => {
|
|
|
718
718
|
}
|
|
719
719
|
);
|
|
720
720
|
});
|
|
721
|
-
XoChevronWDownOutlineIcon.displayName = "@xmart
|
|
721
|
+
XoChevronWDownOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronWDownOutlineIcon";
|
|
722
722
|
const XoClockFillIcon = forwardRef((props, ref) => {
|
|
723
723
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
724
724
|
SvgIcon,
|
|
@@ -735,7 +735,7 @@ const XoClockFillIcon = forwardRef((props, ref) => {
|
|
|
735
735
|
}
|
|
736
736
|
);
|
|
737
737
|
});
|
|
738
|
-
XoClockFillIcon.displayName = "@xmart
|
|
738
|
+
XoClockFillIcon.displayName = "@xmart/xorder-ui-icons/XoClockFillIcon";
|
|
739
739
|
const XoClockOutlineIcon = forwardRef((props, ref) => {
|
|
740
740
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
741
741
|
SvgIcon,
|
|
@@ -749,7 +749,7 @@ const XoClockOutlineIcon = forwardRef((props, ref) => {
|
|
|
749
749
|
}
|
|
750
750
|
);
|
|
751
751
|
});
|
|
752
|
-
XoClockOutlineIcon.displayName = "@xmart
|
|
752
|
+
XoClockOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoClockOutlineIcon";
|
|
753
753
|
const XoCrossOutlineIcon = forwardRef((props, ref) => {
|
|
754
754
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
755
755
|
SvgIcon,
|
|
@@ -763,7 +763,7 @@ const XoCrossOutlineIcon = forwardRef((props, ref) => {
|
|
|
763
763
|
}
|
|
764
764
|
);
|
|
765
765
|
});
|
|
766
|
-
XoCrossOutlineIcon.displayName = "@xmart
|
|
766
|
+
XoCrossOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCrossOutlineIcon";
|
|
767
767
|
const XoCrossSOutlineIcon = forwardRef((props, ref) => {
|
|
768
768
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
769
769
|
SvgIcon,
|
|
@@ -777,7 +777,7 @@ const XoCrossSOutlineIcon = forwardRef((props, ref) => {
|
|
|
777
777
|
}
|
|
778
778
|
);
|
|
779
779
|
});
|
|
780
|
-
XoCrossSOutlineIcon.displayName = "@xmart
|
|
780
|
+
XoCrossSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCrossSOutlineIcon";
|
|
781
781
|
const XoDownloadOutlineIcon = forwardRef((props, ref) => {
|
|
782
782
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
783
783
|
SvgIcon,
|
|
@@ -791,7 +791,7 @@ const XoDownloadOutlineIcon = forwardRef((props, ref) => {
|
|
|
791
791
|
}
|
|
792
792
|
);
|
|
793
793
|
});
|
|
794
|
-
XoDownloadOutlineIcon.displayName = "@xmart
|
|
794
|
+
XoDownloadOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoDownloadOutlineIcon";
|
|
795
795
|
const XoEditOutlineIcon = forwardRef((props, ref) => {
|
|
796
796
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
797
797
|
SvgIcon,
|
|
@@ -805,7 +805,7 @@ const XoEditOutlineIcon = forwardRef((props, ref) => {
|
|
|
805
805
|
}
|
|
806
806
|
);
|
|
807
807
|
});
|
|
808
|
-
XoEditOutlineIcon.displayName = "@xmart
|
|
808
|
+
XoEditOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoEditOutlineIcon";
|
|
809
809
|
const XoEyeClosedOutlineIcon = forwardRef((props, ref) => {
|
|
810
810
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
811
811
|
SvgIcon,
|
|
@@ -819,7 +819,7 @@ const XoEyeClosedOutlineIcon = forwardRef((props, ref) => {
|
|
|
819
819
|
}
|
|
820
820
|
);
|
|
821
821
|
});
|
|
822
|
-
XoEyeClosedOutlineIcon.displayName = "@xmart
|
|
822
|
+
XoEyeClosedOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoEyeClosedOutlineIcon";
|
|
823
823
|
const XoEyeOpenOutlineIcon = forwardRef((props, ref) => {
|
|
824
824
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
825
825
|
SvgIcon,
|
|
@@ -836,7 +836,7 @@ const XoEyeOpenOutlineIcon = forwardRef((props, ref) => {
|
|
|
836
836
|
}
|
|
837
837
|
);
|
|
838
838
|
});
|
|
839
|
-
XoEyeOpenOutlineIcon.displayName = "@xmart
|
|
839
|
+
XoEyeOpenOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoEyeOpenOutlineIcon";
|
|
840
840
|
const XoFiltersOutlineIcon = forwardRef((props, ref) => {
|
|
841
841
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
842
842
|
SvgIcon,
|
|
@@ -850,7 +850,7 @@ const XoFiltersOutlineIcon = forwardRef((props, ref) => {
|
|
|
850
850
|
}
|
|
851
851
|
);
|
|
852
852
|
});
|
|
853
|
-
XoFiltersOutlineIcon.displayName = "@xmart
|
|
853
|
+
XoFiltersOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoFiltersOutlineIcon";
|
|
854
854
|
const XoGridOutlineIcon = forwardRef((props, ref) => {
|
|
855
855
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
856
856
|
SvgIcon,
|
|
@@ -869,7 +869,7 @@ const XoGridOutlineIcon = forwardRef((props, ref) => {
|
|
|
869
869
|
}
|
|
870
870
|
);
|
|
871
871
|
});
|
|
872
|
-
XoGridOutlineIcon.displayName = "@xmart
|
|
872
|
+
XoGridOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoGridOutlineIcon";
|
|
873
873
|
const XoHomeFillIcon = forwardRef((props, ref) => {
|
|
874
874
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
875
875
|
SvgIcon,
|
|
@@ -883,7 +883,7 @@ const XoHomeFillIcon = forwardRef((props, ref) => {
|
|
|
883
883
|
}
|
|
884
884
|
);
|
|
885
885
|
});
|
|
886
|
-
XoHomeFillIcon.displayName = "@xmart
|
|
886
|
+
XoHomeFillIcon.displayName = "@xmart/xorder-ui-icons/XoHomeFillIcon";
|
|
887
887
|
const XoHomeOutlineIcon = forwardRef((props, ref) => {
|
|
888
888
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
889
889
|
SvgIcon,
|
|
@@ -897,7 +897,7 @@ const XoHomeOutlineIcon = forwardRef((props, ref) => {
|
|
|
897
897
|
}
|
|
898
898
|
);
|
|
899
899
|
});
|
|
900
|
-
XoHomeOutlineIcon.displayName = "@xmart
|
|
900
|
+
XoHomeOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoHomeOutlineIcon";
|
|
901
901
|
const XoImageAddOutlineIcon = forwardRef((props, ref) => {
|
|
902
902
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
903
903
|
SvgIcon,
|
|
@@ -910,7 +910,7 @@ const XoImageAddOutlineIcon = forwardRef((props, ref) => {
|
|
|
910
910
|
}
|
|
911
911
|
);
|
|
912
912
|
});
|
|
913
|
-
XoImageAddOutlineIcon.displayName = "@xmart
|
|
913
|
+
XoImageAddOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoImageAddOutlineIcon";
|
|
914
914
|
const XoImageEditOutlineIcon = forwardRef((props, ref) => {
|
|
915
915
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
916
916
|
SvgIcon,
|
|
@@ -923,7 +923,7 @@ const XoImageEditOutlineIcon = forwardRef((props, ref) => {
|
|
|
923
923
|
}
|
|
924
924
|
);
|
|
925
925
|
});
|
|
926
|
-
XoImageEditOutlineIcon.displayName = "@xmart
|
|
926
|
+
XoImageEditOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoImageEditOutlineIcon";
|
|
927
927
|
const XoImageOutlineIcon = forwardRef((props, ref) => {
|
|
928
928
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
929
929
|
SvgIcon,
|
|
@@ -936,7 +936,7 @@ const XoImageOutlineIcon = forwardRef((props, ref) => {
|
|
|
936
936
|
}
|
|
937
937
|
);
|
|
938
938
|
});
|
|
939
|
-
XoImageOutlineIcon.displayName = "@xmart
|
|
939
|
+
XoImageOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoImageOutlineIcon";
|
|
940
940
|
const XoInboxOutlineIcon = forwardRef((props, ref) => {
|
|
941
941
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
942
942
|
SvgIcon,
|
|
@@ -950,7 +950,7 @@ const XoInboxOutlineIcon = forwardRef((props, ref) => {
|
|
|
950
950
|
}
|
|
951
951
|
);
|
|
952
952
|
});
|
|
953
|
-
XoInboxOutlineIcon.displayName = "@xmart
|
|
953
|
+
XoInboxOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoInboxOutlineIcon";
|
|
954
954
|
const XoInfoCircleFillIcon = forwardRef((props, ref) => {
|
|
955
955
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
956
956
|
SvgIcon,
|
|
@@ -967,7 +967,7 @@ const XoInfoCircleFillIcon = forwardRef((props, ref) => {
|
|
|
967
967
|
}
|
|
968
968
|
);
|
|
969
969
|
});
|
|
970
|
-
XoInfoCircleFillIcon.displayName = "@xmart
|
|
970
|
+
XoInfoCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoInfoCircleFillIcon";
|
|
971
971
|
const XoInfoCircleOutlineIcon = forwardRef((props, ref) => {
|
|
972
972
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
973
973
|
SvgIcon,
|
|
@@ -981,7 +981,7 @@ const XoInfoCircleOutlineIcon = forwardRef((props, ref) => {
|
|
|
981
981
|
}
|
|
982
982
|
);
|
|
983
983
|
});
|
|
984
|
-
XoInfoCircleOutlineIcon.displayName = "@xmart
|
|
984
|
+
XoInfoCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoInfoCircleOutlineIcon";
|
|
985
985
|
const XoLaptopOutlineIcon = forwardRef((props, ref) => {
|
|
986
986
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
987
987
|
SvgIcon,
|
|
@@ -995,7 +995,7 @@ const XoLaptopOutlineIcon = forwardRef((props, ref) => {
|
|
|
995
995
|
}
|
|
996
996
|
);
|
|
997
997
|
});
|
|
998
|
-
XoLaptopOutlineIcon.displayName = "@xmart
|
|
998
|
+
XoLaptopOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLaptopOutlineIcon";
|
|
999
999
|
const XoLikeFillIcon = forwardRef((props, ref) => {
|
|
1000
1000
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1001
1001
|
SvgIcon,
|
|
@@ -1012,7 +1012,7 @@ const XoLikeFillIcon = forwardRef((props, ref) => {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
);
|
|
1014
1014
|
});
|
|
1015
|
-
XoLikeFillIcon.displayName = "@xmart
|
|
1015
|
+
XoLikeFillIcon.displayName = "@xmart/xorder-ui-icons/XoLikeFillIcon";
|
|
1016
1016
|
const XoLikeOutlineIcon = forwardRef((props, ref) => {
|
|
1017
1017
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1018
1018
|
SvgIcon,
|
|
@@ -1026,7 +1026,7 @@ const XoLikeOutlineIcon = forwardRef((props, ref) => {
|
|
|
1026
1026
|
}
|
|
1027
1027
|
);
|
|
1028
1028
|
});
|
|
1029
|
-
XoLikeOutlineIcon.displayName = "@xmart
|
|
1029
|
+
XoLikeOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLikeOutlineIcon";
|
|
1030
1030
|
const XoListRightOutlineIcon = forwardRef((props, ref) => {
|
|
1031
1031
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1032
1032
|
SvgIcon,
|
|
@@ -1040,7 +1040,7 @@ const XoListRightOutlineIcon = forwardRef((props, ref) => {
|
|
|
1040
1040
|
}
|
|
1041
1041
|
);
|
|
1042
1042
|
});
|
|
1043
|
-
XoListRightOutlineIcon.displayName = "@xmart
|
|
1043
|
+
XoListRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoListRightOutlineIcon";
|
|
1044
1044
|
const XoLockOffOutlineIcon = forwardRef((props, ref) => {
|
|
1045
1045
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1046
1046
|
SvgIcon,
|
|
@@ -1054,7 +1054,7 @@ const XoLockOffOutlineIcon = forwardRef((props, ref) => {
|
|
|
1054
1054
|
}
|
|
1055
1055
|
);
|
|
1056
1056
|
});
|
|
1057
|
-
XoLockOffOutlineIcon.displayName = "@xmart
|
|
1057
|
+
XoLockOffOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLockOffOutlineIcon";
|
|
1058
1058
|
const XoLockOnOutlineIcon = forwardRef((props, ref) => {
|
|
1059
1059
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1060
1060
|
SvgIcon,
|
|
@@ -1068,7 +1068,7 @@ const XoLockOnOutlineIcon = forwardRef((props, ref) => {
|
|
|
1068
1068
|
}
|
|
1069
1069
|
);
|
|
1070
1070
|
});
|
|
1071
|
-
XoLockOnOutlineIcon.displayName = "@xmart
|
|
1071
|
+
XoLockOnOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLockOnOutlineIcon";
|
|
1072
1072
|
const XoMailOutlineIcon = forwardRef((props, ref) => {
|
|
1073
1073
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1074
1074
|
SvgIcon,
|
|
@@ -1082,7 +1082,7 @@ const XoMailOutlineIcon = forwardRef((props, ref) => {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
);
|
|
1084
1084
|
});
|
|
1085
|
-
XoMailOutlineIcon.displayName = "@xmart
|
|
1085
|
+
XoMailOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMailOutlineIcon";
|
|
1086
1086
|
const XoMenuOutlineIcon = forwardRef((props, ref) => {
|
|
1087
1087
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1088
1088
|
SvgIcon,
|
|
@@ -1096,7 +1096,7 @@ const XoMenuOutlineIcon = forwardRef((props, ref) => {
|
|
|
1096
1096
|
}
|
|
1097
1097
|
);
|
|
1098
1098
|
});
|
|
1099
|
-
XoMenuOutlineIcon.displayName = "@xmart
|
|
1099
|
+
XoMenuOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMenuOutlineIcon";
|
|
1100
1100
|
const XoMenuVerticalFillIcon = forwardRef((props, ref) => {
|
|
1101
1101
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1102
1102
|
SvgIcon,
|
|
@@ -1113,7 +1113,7 @@ const XoMenuVerticalFillIcon = forwardRef((props, ref) => {
|
|
|
1113
1113
|
}
|
|
1114
1114
|
);
|
|
1115
1115
|
});
|
|
1116
|
-
XoMenuVerticalFillIcon.displayName = "@xmart
|
|
1116
|
+
XoMenuVerticalFillIcon.displayName = "@xmart/xorder-ui-icons/XoMenuVerticalFillIcon";
|
|
1117
1117
|
const XoMessageCircleDotsOutlineIcon = forwardRef((props, ref) => {
|
|
1118
1118
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1119
1119
|
SvgIcon,
|
|
@@ -1127,7 +1127,7 @@ const XoMessageCircleDotsOutlineIcon = forwardRef((props, ref) => {
|
|
|
1127
1127
|
}
|
|
1128
1128
|
);
|
|
1129
1129
|
});
|
|
1130
|
-
XoMessageCircleDotsOutlineIcon.displayName = "@xmart
|
|
1130
|
+
XoMessageCircleDotsOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMessageCircleDotsOutlineIcon";
|
|
1131
1131
|
const XoMinusCircleFillIcon = forwardRef((props, ref) => {
|
|
1132
1132
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1133
1133
|
SvgIcon,
|
|
@@ -1144,7 +1144,7 @@ const XoMinusCircleFillIcon = forwardRef((props, ref) => {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
);
|
|
1146
1146
|
});
|
|
1147
|
-
XoMinusCircleFillIcon.displayName = "@xmart
|
|
1147
|
+
XoMinusCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoMinusCircleFillIcon";
|
|
1148
1148
|
const XoMinusCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1149
1149
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1150
1150
|
SvgIcon,
|
|
@@ -1158,7 +1158,7 @@ const XoMinusCircleOutlineIcon = forwardRef((props, ref) => {
|
|
|
1158
1158
|
}
|
|
1159
1159
|
);
|
|
1160
1160
|
});
|
|
1161
|
-
XoMinusCircleOutlineIcon.displayName = "@xmart
|
|
1161
|
+
XoMinusCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMinusCircleOutlineIcon";
|
|
1162
1162
|
const XoMinusOutlineIcon = forwardRef((props, ref) => {
|
|
1163
1163
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1164
1164
|
SvgIcon,
|
|
@@ -1172,7 +1172,7 @@ const XoMinusOutlineIcon = forwardRef((props, ref) => {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
);
|
|
1174
1174
|
});
|
|
1175
|
-
XoMinusOutlineIcon.displayName = "@xmart
|
|
1175
|
+
XoMinusOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMinusOutlineIcon";
|
|
1176
1176
|
const XoMinusSOutlineIcon = forwardRef((props, ref) => {
|
|
1177
1177
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1178
1178
|
SvgIcon,
|
|
@@ -1186,7 +1186,7 @@ const XoMinusSOutlineIcon = forwardRef((props, ref) => {
|
|
|
1186
1186
|
}
|
|
1187
1187
|
);
|
|
1188
1188
|
});
|
|
1189
|
-
XoMinusSOutlineIcon.displayName = "@xmart
|
|
1189
|
+
XoMinusSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMinusSOutlineIcon";
|
|
1190
1190
|
const XoNewscreenOutlineIcon = forwardRef((props, ref) => {
|
|
1191
1191
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1192
1192
|
SvgIcon,
|
|
@@ -1200,7 +1200,7 @@ const XoNewscreenOutlineIcon = forwardRef((props, ref) => {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
);
|
|
1202
1202
|
});
|
|
1203
|
-
XoNewscreenOutlineIcon.displayName = "@xmart
|
|
1203
|
+
XoNewscreenOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoNewscreenOutlineIcon";
|
|
1204
1204
|
const XoPauseFillIcon = forwardRef((props, ref) => {
|
|
1205
1205
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1206
1206
|
SvgIcon,
|
|
@@ -1214,7 +1214,7 @@ const XoPauseFillIcon = forwardRef((props, ref) => {
|
|
|
1214
1214
|
}
|
|
1215
1215
|
);
|
|
1216
1216
|
});
|
|
1217
|
-
XoPauseFillIcon.displayName = "@xmart
|
|
1217
|
+
XoPauseFillIcon.displayName = "@xmart/xorder-ui-icons/XoPauseFillIcon";
|
|
1218
1218
|
const XoPhoneOutlineIcon = forwardRef((props, ref) => {
|
|
1219
1219
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1220
1220
|
SvgIcon,
|
|
@@ -1228,7 +1228,7 @@ const XoPhoneOutlineIcon = forwardRef((props, ref) => {
|
|
|
1228
1228
|
}
|
|
1229
1229
|
);
|
|
1230
1230
|
});
|
|
1231
|
-
XoPhoneOutlineIcon.displayName = "@xmart
|
|
1231
|
+
XoPhoneOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPhoneOutlineIcon";
|
|
1232
1232
|
const XoPlayFillIcon = forwardRef((props, ref) => {
|
|
1233
1233
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1234
1234
|
SvgIcon,
|
|
@@ -1242,7 +1242,7 @@ const XoPlayFillIcon = forwardRef((props, ref) => {
|
|
|
1242
1242
|
}
|
|
1243
1243
|
);
|
|
1244
1244
|
});
|
|
1245
|
-
XoPlayFillIcon.displayName = "@xmart
|
|
1245
|
+
XoPlayFillIcon.displayName = "@xmart/xorder-ui-icons/XoPlayFillIcon";
|
|
1246
1246
|
const XoPlusCircleFillIcon = forwardRef((props, ref) => {
|
|
1247
1247
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1248
1248
|
SvgIcon,
|
|
@@ -1259,7 +1259,7 @@ const XoPlusCircleFillIcon = forwardRef((props, ref) => {
|
|
|
1259
1259
|
}
|
|
1260
1260
|
);
|
|
1261
1261
|
});
|
|
1262
|
-
XoPlusCircleFillIcon.displayName = "@xmart
|
|
1262
|
+
XoPlusCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoPlusCircleFillIcon";
|
|
1263
1263
|
const XoPlusCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1264
1264
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1265
1265
|
SvgIcon,
|
|
@@ -1273,7 +1273,7 @@ const XoPlusCircleOutlineIcon = forwardRef((props, ref) => {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
);
|
|
1275
1275
|
});
|
|
1276
|
-
XoPlusCircleOutlineIcon.displayName = "@xmart
|
|
1276
|
+
XoPlusCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPlusCircleOutlineIcon";
|
|
1277
1277
|
const XoPlusOutlineIcon = forwardRef((props, ref) => {
|
|
1278
1278
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1279
1279
|
SvgIcon,
|
|
@@ -1287,7 +1287,7 @@ const XoPlusOutlineIcon = forwardRef((props, ref) => {
|
|
|
1287
1287
|
}
|
|
1288
1288
|
);
|
|
1289
1289
|
});
|
|
1290
|
-
XoPlusOutlineIcon.displayName = "@xmart
|
|
1290
|
+
XoPlusOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPlusOutlineIcon";
|
|
1291
1291
|
const XoPlusSOutlineIcon = forwardRef((props, ref) => {
|
|
1292
1292
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1293
1293
|
SvgIcon,
|
|
@@ -1301,7 +1301,7 @@ const XoPlusSOutlineIcon = forwardRef((props, ref) => {
|
|
|
1301
1301
|
}
|
|
1302
1302
|
);
|
|
1303
1303
|
});
|
|
1304
|
-
XoPlusSOutlineIcon.displayName = "@xmart
|
|
1304
|
+
XoPlusSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPlusSOutlineIcon";
|
|
1305
1305
|
const XoPrintOutlineIcon = forwardRef((props, ref) => {
|
|
1306
1306
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1307
1307
|
SvgIcon,
|
|
@@ -1315,7 +1315,7 @@ const XoPrintOutlineIcon = forwardRef((props, ref) => {
|
|
|
1315
1315
|
}
|
|
1316
1316
|
);
|
|
1317
1317
|
});
|
|
1318
|
-
XoPrintOutlineIcon.displayName = "@xmart
|
|
1318
|
+
XoPrintOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPrintOutlineIcon";
|
|
1319
1319
|
const XoQuestionCircleFillIcon = forwardRef((props, ref) => {
|
|
1320
1320
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1321
1321
|
SvgIcon,
|
|
@@ -1332,7 +1332,7 @@ const XoQuestionCircleFillIcon = forwardRef((props, ref) => {
|
|
|
1332
1332
|
}
|
|
1333
1333
|
);
|
|
1334
1334
|
});
|
|
1335
|
-
XoQuestionCircleFillIcon.displayName = "@xmart
|
|
1335
|
+
XoQuestionCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoQuestionCircleFillIcon";
|
|
1336
1336
|
const XoQuestionCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1337
1337
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1338
1338
|
SvgIcon,
|
|
@@ -1349,7 +1349,7 @@ const XoQuestionCircleOutlineIcon = forwardRef((props, ref) => {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
);
|
|
1351
1351
|
});
|
|
1352
|
-
XoQuestionCircleOutlineIcon.displayName = "@xmart
|
|
1352
|
+
XoQuestionCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoQuestionCircleOutlineIcon";
|
|
1353
1353
|
const XoRotateRightOutlineIcon = forwardRef((props, ref) => {
|
|
1354
1354
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1355
1355
|
SvgIcon,
|
|
@@ -1363,7 +1363,7 @@ const XoRotateRightOutlineIcon = forwardRef((props, ref) => {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
);
|
|
1365
1365
|
});
|
|
1366
|
-
XoRotateRightOutlineIcon.displayName = "@xmart
|
|
1366
|
+
XoRotateRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoRotateRightOutlineIcon";
|
|
1367
1367
|
const XoRouteOutlineIcon = forwardRef((props, ref) => {
|
|
1368
1368
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1369
1369
|
SvgIcon,
|
|
@@ -1376,7 +1376,7 @@ const XoRouteOutlineIcon = forwardRef((props, ref) => {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
);
|
|
1378
1378
|
});
|
|
1379
|
-
XoRouteOutlineIcon.displayName = "@xmart
|
|
1379
|
+
XoRouteOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoRouteOutlineIcon";
|
|
1380
1380
|
const XoScreenOutlineIcon = forwardRef((props, ref) => {
|
|
1381
1381
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1382
1382
|
SvgIcon,
|
|
@@ -1390,7 +1390,7 @@ const XoScreenOutlineIcon = forwardRef((props, ref) => {
|
|
|
1390
1390
|
}
|
|
1391
1391
|
);
|
|
1392
1392
|
});
|
|
1393
|
-
XoScreenOutlineIcon.displayName = "@xmart
|
|
1393
|
+
XoScreenOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoScreenOutlineIcon";
|
|
1394
1394
|
const XoSearchFillIcon = forwardRef((props, ref) => {
|
|
1395
1395
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1396
1396
|
SvgIcon,
|
|
@@ -1403,7 +1403,7 @@ const XoSearchFillIcon = forwardRef((props, ref) => {
|
|
|
1403
1403
|
}
|
|
1404
1404
|
);
|
|
1405
1405
|
});
|
|
1406
|
-
XoSearchFillIcon.displayName = "@xmart
|
|
1406
|
+
XoSearchFillIcon.displayName = "@xmart/xorder-ui-icons/XoSearchFillIcon";
|
|
1407
1407
|
const XoSearchOutlineIcon = forwardRef((props, ref) => {
|
|
1408
1408
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1409
1409
|
SvgIcon,
|
|
@@ -1416,7 +1416,7 @@ const XoSearchOutlineIcon = forwardRef((props, ref) => {
|
|
|
1416
1416
|
}
|
|
1417
1417
|
);
|
|
1418
1418
|
});
|
|
1419
|
-
XoSearchOutlineIcon.displayName = "@xmart
|
|
1419
|
+
XoSearchOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSearchOutlineIcon";
|
|
1420
1420
|
const XoSendFillIcon = forwardRef((props, ref) => {
|
|
1421
1421
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1422
1422
|
SvgIcon,
|
|
@@ -1433,7 +1433,7 @@ const XoSendFillIcon = forwardRef((props, ref) => {
|
|
|
1433
1433
|
}
|
|
1434
1434
|
);
|
|
1435
1435
|
});
|
|
1436
|
-
XoSendFillIcon.displayName = "@xmart
|
|
1436
|
+
XoSendFillIcon.displayName = "@xmart/xorder-ui-icons/XoSendFillIcon";
|
|
1437
1437
|
const XoSendOutlineIcon = forwardRef((props, ref) => {
|
|
1438
1438
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1439
1439
|
SvgIcon,
|
|
@@ -1447,7 +1447,7 @@ const XoSendOutlineIcon = forwardRef((props, ref) => {
|
|
|
1447
1447
|
}
|
|
1448
1448
|
);
|
|
1449
1449
|
});
|
|
1450
|
-
XoSendOutlineIcon.displayName = "@xmart
|
|
1450
|
+
XoSendOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSendOutlineIcon";
|
|
1451
1451
|
const XoSettingsOutlineIcon = forwardRef((props, ref) => {
|
|
1452
1452
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1453
1453
|
SvgIcon,
|
|
@@ -1464,7 +1464,7 @@ const XoSettingsOutlineIcon = forwardRef((props, ref) => {
|
|
|
1464
1464
|
}
|
|
1465
1465
|
);
|
|
1466
1466
|
});
|
|
1467
|
-
XoSettingsOutlineIcon.displayName = "@xmart
|
|
1467
|
+
XoSettingsOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSettingsOutlineIcon";
|
|
1468
1468
|
const XoShareOutlineIcon = forwardRef((props, ref) => {
|
|
1469
1469
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1470
1470
|
SvgIcon,
|
|
@@ -1478,7 +1478,7 @@ const XoShareOutlineIcon = forwardRef((props, ref) => {
|
|
|
1478
1478
|
}
|
|
1479
1479
|
);
|
|
1480
1480
|
});
|
|
1481
|
-
XoShareOutlineIcon.displayName = "@xmart
|
|
1481
|
+
XoShareOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoShareOutlineIcon";
|
|
1482
1482
|
const XoSmartphoneOutlineIcon = forwardRef((props, ref) => {
|
|
1483
1483
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1484
1484
|
SvgIcon,
|
|
@@ -1492,7 +1492,7 @@ const XoSmartphoneOutlineIcon = forwardRef((props, ref) => {
|
|
|
1492
1492
|
}
|
|
1493
1493
|
);
|
|
1494
1494
|
});
|
|
1495
|
-
XoSmartphoneOutlineIcon.displayName = "@xmart
|
|
1495
|
+
XoSmartphoneOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSmartphoneOutlineIcon";
|
|
1496
1496
|
const XoSortDownFillIcon = forwardRef((props, ref) => {
|
|
1497
1497
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1498
1498
|
SvgIcon,
|
|
@@ -1509,7 +1509,7 @@ const XoSortDownFillIcon = forwardRef((props, ref) => {
|
|
|
1509
1509
|
}
|
|
1510
1510
|
);
|
|
1511
1511
|
});
|
|
1512
|
-
XoSortDownFillIcon.displayName = "@xmart
|
|
1512
|
+
XoSortDownFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortDownFillIcon";
|
|
1513
1513
|
const XoSortFillIcon = forwardRef((props, ref) => {
|
|
1514
1514
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1515
1515
|
SvgIcon,
|
|
@@ -1523,7 +1523,7 @@ const XoSortFillIcon = forwardRef((props, ref) => {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
);
|
|
1525
1525
|
});
|
|
1526
|
-
XoSortFillIcon.displayName = "@xmart
|
|
1526
|
+
XoSortFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortFillIcon";
|
|
1527
1527
|
const XoSortOrderOutlineIcon = forwardRef((props, ref) => {
|
|
1528
1528
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1529
1529
|
SvgIcon,
|
|
@@ -1537,7 +1537,7 @@ const XoSortOrderOutlineIcon = forwardRef((props, ref) => {
|
|
|
1537
1537
|
}
|
|
1538
1538
|
);
|
|
1539
1539
|
});
|
|
1540
|
-
XoSortOrderOutlineIcon.displayName = "@xmart
|
|
1540
|
+
XoSortOrderOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSortOrderOutlineIcon";
|
|
1541
1541
|
const XoSortUnselectedFillIcon = forwardRef((props, ref) => {
|
|
1542
1542
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1543
1543
|
SvgIcon,
|
|
@@ -1554,7 +1554,7 @@ const XoSortUnselectedFillIcon = forwardRef((props, ref) => {
|
|
|
1554
1554
|
}
|
|
1555
1555
|
);
|
|
1556
1556
|
});
|
|
1557
|
-
XoSortUnselectedFillIcon.displayName = "@xmart
|
|
1557
|
+
XoSortUnselectedFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortUnselectedFillIcon";
|
|
1558
1558
|
const XoSortUpFillIcon = forwardRef((props, ref) => {
|
|
1559
1559
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1560
1560
|
SvgIcon,
|
|
@@ -1571,7 +1571,7 @@ const XoSortUpFillIcon = forwardRef((props, ref) => {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
);
|
|
1573
1573
|
});
|
|
1574
|
-
XoSortUpFillIcon.displayName = "@xmart
|
|
1574
|
+
XoSortUpFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortUpFillIcon";
|
|
1575
1575
|
const XoSpeakerOffFillIcon = forwardRef((props, ref) => {
|
|
1576
1576
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1577
1577
|
SvgIcon,
|
|
@@ -1588,7 +1588,7 @@ const XoSpeakerOffFillIcon = forwardRef((props, ref) => {
|
|
|
1588
1588
|
}
|
|
1589
1589
|
);
|
|
1590
1590
|
});
|
|
1591
|
-
XoSpeakerOffFillIcon.displayName = "@xmart
|
|
1591
|
+
XoSpeakerOffFillIcon.displayName = "@xmart/xorder-ui-icons/XoSpeakerOffFillIcon";
|
|
1592
1592
|
const XoSpeakerOnFillIcon = forwardRef((props, ref) => {
|
|
1593
1593
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1594
1594
|
SvgIcon,
|
|
@@ -1605,7 +1605,7 @@ const XoSpeakerOnFillIcon = forwardRef((props, ref) => {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
);
|
|
1607
1607
|
});
|
|
1608
|
-
XoSpeakerOnFillIcon.displayName = "@xmart
|
|
1608
|
+
XoSpeakerOnFillIcon.displayName = "@xmart/xorder-ui-icons/XoSpeakerOnFillIcon";
|
|
1609
1609
|
const XoStarFillIcon = forwardRef((props, ref) => {
|
|
1610
1610
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1611
1611
|
SvgIcon,
|
|
@@ -1619,7 +1619,7 @@ const XoStarFillIcon = forwardRef((props, ref) => {
|
|
|
1619
1619
|
}
|
|
1620
1620
|
);
|
|
1621
1621
|
});
|
|
1622
|
-
XoStarFillIcon.displayName = "@xmart
|
|
1622
|
+
XoStarFillIcon.displayName = "@xmart/xorder-ui-icons/XoStarFillIcon";
|
|
1623
1623
|
const XoStarOutlineIcon = forwardRef((props, ref) => {
|
|
1624
1624
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1625
1625
|
SvgIcon,
|
|
@@ -1633,7 +1633,7 @@ const XoStarOutlineIcon = forwardRef((props, ref) => {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
);
|
|
1635
1635
|
});
|
|
1636
|
-
XoStarOutlineIcon.displayName = "@xmart
|
|
1636
|
+
XoStarOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoStarOutlineIcon";
|
|
1637
1637
|
const XoSwipeDownFillIcon = forwardRef((props, ref) => {
|
|
1638
1638
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1639
1639
|
SvgIcon,
|
|
@@ -1649,7 +1649,7 @@ const XoSwipeDownFillIcon = forwardRef((props, ref) => {
|
|
|
1649
1649
|
}
|
|
1650
1650
|
);
|
|
1651
1651
|
});
|
|
1652
|
-
XoSwipeDownFillIcon.displayName = "@xmart
|
|
1652
|
+
XoSwipeDownFillIcon.displayName = "@xmart/xorder-ui-icons/XoSwipeDownFillIcon";
|
|
1653
1653
|
const XoSwipeOutlineIcon = forwardRef((props, ref) => {
|
|
1654
1654
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1655
1655
|
SvgIcon,
|
|
@@ -1663,7 +1663,7 @@ const XoSwipeOutlineIcon = forwardRef((props, ref) => {
|
|
|
1663
1663
|
}
|
|
1664
1664
|
);
|
|
1665
1665
|
});
|
|
1666
|
-
XoSwipeOutlineIcon.displayName = "@xmart
|
|
1666
|
+
XoSwipeOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSwipeOutlineIcon";
|
|
1667
1667
|
const XoSwipe_upFillIcon = forwardRef((props, ref) => {
|
|
1668
1668
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1669
1669
|
SvgIcon,
|
|
@@ -1679,7 +1679,7 @@ const XoSwipe_upFillIcon = forwardRef((props, ref) => {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
);
|
|
1681
1681
|
});
|
|
1682
|
-
XoSwipe_upFillIcon.displayName = "@xmart
|
|
1682
|
+
XoSwipe_upFillIcon.displayName = "@xmart/xorder-ui-icons/XoSwipe_upFillIcon";
|
|
1683
1683
|
const XoTranslateFillIcon = forwardRef((props, ref) => {
|
|
1684
1684
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1685
1685
|
SvgIcon,
|
|
@@ -1696,7 +1696,7 @@ const XoTranslateFillIcon = forwardRef((props, ref) => {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
);
|
|
1698
1698
|
});
|
|
1699
|
-
XoTranslateFillIcon.displayName = "@xmart
|
|
1699
|
+
XoTranslateFillIcon.displayName = "@xmart/xorder-ui-icons/XoTranslateFillIcon";
|
|
1700
1700
|
const XoTrashOutlineIcon = forwardRef((props, ref) => {
|
|
1701
1701
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1702
1702
|
SvgIcon,
|
|
@@ -1710,7 +1710,7 @@ const XoTrashOutlineIcon = forwardRef((props, ref) => {
|
|
|
1710
1710
|
}
|
|
1711
1711
|
);
|
|
1712
1712
|
});
|
|
1713
|
-
XoTrashOutlineIcon.displayName = "@xmart
|
|
1713
|
+
XoTrashOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoTrashOutlineIcon";
|
|
1714
1714
|
const XoTrendingUpOutlineIcon = forwardRef((props, ref) => {
|
|
1715
1715
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1716
1716
|
SvgIcon,
|
|
@@ -1724,7 +1724,7 @@ const XoTrendingUpOutlineIcon = forwardRef((props, ref) => {
|
|
|
1724
1724
|
}
|
|
1725
1725
|
);
|
|
1726
1726
|
});
|
|
1727
|
-
XoTrendingUpOutlineIcon.displayName = "@xmart
|
|
1727
|
+
XoTrendingUpOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoTrendingUpOutlineIcon";
|
|
1728
1728
|
const XoUserOutlineIcon = forwardRef((props, ref) => {
|
|
1729
1729
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1730
1730
|
SvgIcon,
|
|
@@ -1738,7 +1738,7 @@ const XoUserOutlineIcon = forwardRef((props, ref) => {
|
|
|
1738
1738
|
}
|
|
1739
1739
|
);
|
|
1740
1740
|
});
|
|
1741
|
-
XoUserOutlineIcon.displayName = "@xmart
|
|
1741
|
+
XoUserOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoUserOutlineIcon";
|
|
1742
1742
|
const XoWalletOutlineIcon = forwardRef((props, ref) => {
|
|
1743
1743
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1744
1744
|
SvgIcon,
|
|
@@ -1752,7 +1752,7 @@ const XoWalletOutlineIcon = forwardRef((props, ref) => {
|
|
|
1752
1752
|
}
|
|
1753
1753
|
);
|
|
1754
1754
|
});
|
|
1755
|
-
XoWalletOutlineIcon.displayName = "@xmart
|
|
1755
|
+
XoWalletOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoWalletOutlineIcon";
|
|
1756
1756
|
const XoWarningCircleFillIcon = forwardRef((props, ref) => {
|
|
1757
1757
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1758
1758
|
SvgIcon,
|
|
@@ -1769,7 +1769,7 @@ const XoWarningCircleFillIcon = forwardRef((props, ref) => {
|
|
|
1769
1769
|
}
|
|
1770
1770
|
);
|
|
1771
1771
|
});
|
|
1772
|
-
XoWarningCircleFillIcon.displayName = "@xmart
|
|
1772
|
+
XoWarningCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoWarningCircleFillIcon";
|
|
1773
1773
|
const XoWarningCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1774
1774
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1775
1775
|
SvgIcon,
|
|
@@ -1783,7 +1783,7 @@ const XoWarningCircleOutlineIcon = forwardRef((props, ref) => {
|
|
|
1783
1783
|
}
|
|
1784
1784
|
);
|
|
1785
1785
|
});
|
|
1786
|
-
XoWarningCircleOutlineIcon.displayName = "@xmart
|
|
1786
|
+
XoWarningCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoWarningCircleOutlineIcon";
|
|
1787
1787
|
const XoZoomInOutlineIcon = forwardRef((props, ref) => {
|
|
1788
1788
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1789
1789
|
SvgIcon,
|
|
@@ -1796,7 +1796,7 @@ const XoZoomInOutlineIcon = forwardRef((props, ref) => {
|
|
|
1796
1796
|
}
|
|
1797
1797
|
);
|
|
1798
1798
|
});
|
|
1799
|
-
XoZoomInOutlineIcon.displayName = "@xmart
|
|
1799
|
+
XoZoomInOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoZoomInOutlineIcon";
|
|
1800
1800
|
const XoZoomOutOutlineIcon = forwardRef((props, ref) => {
|
|
1801
1801
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1802
1802
|
SvgIcon,
|
|
@@ -1809,7 +1809,7 @@ const XoZoomOutOutlineIcon = forwardRef((props, ref) => {
|
|
|
1809
1809
|
}
|
|
1810
1810
|
);
|
|
1811
1811
|
});
|
|
1812
|
-
XoZoomOutOutlineIcon.displayName = "@xmart
|
|
1812
|
+
XoZoomOutOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoZoomOutOutlineIcon";
|
|
1813
1813
|
export {
|
|
1814
1814
|
SvgIcon,
|
|
1815
1815
|
XoAlarmOutlineIcon,
|