@elementor/icons 1.38.0 → 1.39.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.
Files changed (34) hide show
  1. package/ChevronDownSmallIcon/index.d.ts +4 -0
  2. package/ChevronDownSmallIcon/index.esm.js +16 -0
  3. package/ChevronDownSmallIcon/index.esm.js.map +1 -0
  4. package/ChevronDownSmallIcon/index.js +43 -0
  5. package/ChevronDownSmallIcon/index.js.map +1 -0
  6. package/ChevronDownSmallIcon/package.json +7 -0
  7. package/ChevronLeftSmallIcon/index.d.ts +4 -0
  8. package/ChevronLeftSmallIcon/index.esm.js +16 -0
  9. package/ChevronLeftSmallIcon/index.esm.js.map +1 -0
  10. package/ChevronLeftSmallIcon/index.js +43 -0
  11. package/ChevronLeftSmallIcon/index.js.map +1 -0
  12. package/ChevronLeftSmallIcon/package.json +7 -0
  13. package/ChevronRightIcon/index.esm.js +1 -1
  14. package/ChevronRightIcon/index.esm.js.map +1 -1
  15. package/ChevronRightIcon/index.js +1 -1
  16. package/ChevronRightIcon/index.js.map +1 -1
  17. package/ChevronRightSmallIcon/index.d.ts +4 -0
  18. package/ChevronRightSmallIcon/index.esm.js +16 -0
  19. package/ChevronRightSmallIcon/index.esm.js.map +1 -0
  20. package/ChevronRightSmallIcon/index.js +43 -0
  21. package/ChevronRightSmallIcon/index.js.map +1 -0
  22. package/ChevronRightSmallIcon/package.json +7 -0
  23. package/ChevronUpSmallIcon/index.d.ts +4 -0
  24. package/ChevronUpSmallIcon/index.esm.js +16 -0
  25. package/ChevronUpSmallIcon/index.esm.js.map +1 -0
  26. package/ChevronUpSmallIcon/index.js +43 -0
  27. package/ChevronUpSmallIcon/index.js.map +1 -0
  28. package/ChevronUpSmallIcon/package.json +7 -0
  29. package/index.d.ts +4 -0
  30. package/index.esm.js +46 -2
  31. package/index.esm.js.map +1 -1
  32. package/index.js +49 -1
  33. package/index.js.map +1 -1
  34. package/package.json +1 -1
package/index.js CHANGED
@@ -521,6 +521,17 @@ const ChevronDownIcon = React__namespace.forwardRef((props, ref) => {
521
521
  ));
522
522
  });
523
523
 
524
+ const ChevronDownSmallIcon = React__namespace.forwardRef((props, ref) => {
525
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
526
+ "path",
527
+ {
528
+ fillRule: "evenodd",
529
+ clipRule: "evenodd",
530
+ d: "M7.46967 10.4697C7.76256 10.1768 8.23744 10.1768 8.53033 10.4697L12 13.9393L15.4697 10.4697C15.7626 10.1768 16.2374 10.1768 16.5303 10.4697C16.8232 10.7626 16.8232 11.2374 16.5303 11.5303L12.5303 15.5303C12.2374 15.8232 11.7626 15.8232 11.4697 15.5303L7.46967 11.5303C7.17678 11.2374 7.17678 10.7626 7.46967 10.4697Z"
531
+ }
532
+ ));
533
+ });
534
+
524
535
  const ChevronLeftIcon = React__namespace.forwardRef((props, ref) => {
525
536
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
526
537
  "path",
@@ -532,13 +543,35 @@ const ChevronLeftIcon = React__namespace.forwardRef((props, ref) => {
532
543
  ));
533
544
  });
534
545
 
546
+ const ChevronLeftSmallIcon = React__namespace.forwardRef((props, ref) => {
547
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
548
+ "path",
549
+ {
550
+ fillRule: "evenodd",
551
+ clipRule: "evenodd",
552
+ d: "M14.2803 7.46967C14.5732 7.76256 14.5732 8.23744 14.2803 8.53033L10.8107 12L14.2803 15.4697C14.5732 15.7626 14.5732 16.2374 14.2803 16.5303C13.9874 16.8232 13.5126 16.8232 13.2197 16.5303L9.21967 12.5303C8.92678 12.2374 8.92678 11.7626 9.21967 11.4697L13.2197 7.46967C13.5126 7.17678 13.9874 7.17678 14.2803 7.46967Z"
553
+ }
554
+ ));
555
+ });
556
+
535
557
  const ChevronRightIcon = React__namespace.forwardRef((props, ref) => {
536
558
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
537
559
  "path",
538
560
  {
539
561
  fillRule: "evenodd",
540
562
  clipRule: "evenodd",
541
- d: "M9.46967 7.46967C9.17678 7.76256 9.17678 8.23744 9.46967 8.53033L12.9393 12L9.46967 15.4697C9.17678 15.7626 9.17678 16.2374 9.46967 16.5303C9.76256 16.8232 10.2374 16.8232 10.5303 16.5303L14.5303 12.5303C14.8232 12.2374 14.8232 11.7626 14.5303 11.4697L10.5303 7.46967C10.2374 7.17678 9.76256 7.17678 9.46967 7.46967Z"
563
+ d: "M9.01972 18.2803C8.72683 17.9874 8.72683 17.5126 9.01972 17.2197L14.4894 11.75L9.01972 6.28033C8.72682 5.98744 8.72682 5.51256 9.01972 5.21967C9.31261 4.92678 9.78749 4.92678 10.0804 5.21967L16.0804 11.2197C16.3733 11.5126 16.3733 11.9874 16.0804 12.2803L10.0804 18.2803C9.78749 18.5732 9.31261 18.5732 9.01972 18.2803Z"
564
+ }
565
+ ));
566
+ });
567
+
568
+ const ChevronRightSmallIcon = React__namespace.forwardRef((props, ref) => {
569
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
570
+ "path",
571
+ {
572
+ fillRule: "evenodd",
573
+ clipRule: "evenodd",
574
+ d: "M9.71967 16.5303C9.42678 16.2374 9.42678 15.7626 9.71967 15.4697L13.1893 12L9.71967 8.53033C9.42678 8.23744 9.42678 7.76256 9.71967 7.46967C10.0126 7.17678 10.4874 7.17678 10.7803 7.46967L14.7803 11.4697C15.0732 11.7626 15.0732 12.2374 14.7803 12.5303L10.7803 16.5303C10.4874 16.8232 10.0126 16.8232 9.71967 16.5303Z"
542
575
  }
543
576
  ));
544
577
  });
@@ -554,6 +587,17 @@ const ChevronUpIcon = React__namespace.forwardRef((props, ref) => {
554
587
  ));
555
588
  });
556
589
 
590
+ const ChevronUpSmallIcon = React__namespace.forwardRef((props, ref) => {
591
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
592
+ "path",
593
+ {
594
+ fillRule: "evenodd",
595
+ clipRule: "evenodd",
596
+ d: "M16.5303 14.5303C16.2374 14.8232 15.7626 14.8232 15.4697 14.5303L12 11.0607L8.53033 14.5303C8.23744 14.8232 7.76256 14.8232 7.46967 14.5303C7.17678 14.2374 7.17678 13.7626 7.46967 13.4697L11.4697 9.46967C11.7626 9.17678 12.2374 9.17678 12.5303 9.46967L16.5303 13.4697C16.8232 13.7626 16.8232 14.2374 16.5303 14.5303Z"
597
+ }
598
+ ));
599
+ });
600
+
557
601
  const CircleCheckFilledIcon = React__namespace.forwardRef((props, ref) => {
558
602
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
559
603
  "path",
@@ -2432,9 +2476,13 @@ exports.CheckIcon = CheckIcon;
2432
2476
  exports.CheckedCircleIcon = CheckedCircleIcon;
2433
2477
  exports.ChecklistIcon = ChecklistIcon;
2434
2478
  exports.ChevronDownIcon = ChevronDownIcon;
2479
+ exports.ChevronDownSmallIcon = ChevronDownSmallIcon;
2435
2480
  exports.ChevronLeftIcon = ChevronLeftIcon;
2481
+ exports.ChevronLeftSmallIcon = ChevronLeftSmallIcon;
2436
2482
  exports.ChevronRightIcon = ChevronRightIcon;
2483
+ exports.ChevronRightSmallIcon = ChevronRightSmallIcon;
2437
2484
  exports.ChevronUpIcon = ChevronUpIcon;
2485
+ exports.ChevronUpSmallIcon = ChevronUpSmallIcon;
2438
2486
  exports.CircleCheckFilledIcon = CircleCheckFilledIcon;
2439
2487
  exports.CircleMinusIcon = CircleMinusIcon;
2440
2488
  exports.CircleNumber1Icon = CircleNumber1Icon;