@elementor/icons 1.32.0 → 1.33.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/index.js CHANGED
@@ -1463,6 +1463,17 @@ const NotificationIcon = React__namespace.forwardRef((props, ref) => {
1463
1463
  ));
1464
1464
  });
1465
1465
 
1466
+ const OverlineIcon = React__namespace.forwardRef((props, ref) => {
1467
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1468
+ "path",
1469
+ {
1470
+ fillRule: "evenodd",
1471
+ clipRule: "evenodd",
1472
+ d: "M5 4.72C5 4.32236 5.32235 4 5.72 4H18.0755C18.4732 4 18.7955 4.32236 18.7955 4.72C18.7955 5.11765 18.4732 5.44 18.0755 5.44H5.72C5.32235 5.44 5 5.11765 5 4.72ZM5 7.8726C5 7.47495 5.32235 7.1526 5.72 7.1526H18.0755C18.4732 7.1526 18.7955 7.47495 18.7955 7.8726V9.52C18.7955 9.91765 18.4732 10.24 18.0755 10.24C17.6779 10.24 17.3555 9.91765 17.3555 9.52V8.5926H12.6181V18.2793H13.4091C13.8067 18.2793 14.1291 18.6016 14.1291 18.9993C14.1291 19.3969 13.8067 19.7193 13.4091 19.7193H10.3868C9.9892 19.7193 9.66685 19.3969 9.66685 18.9993C9.66685 18.6016 9.9892 18.2793 10.3868 18.2793H11.1781V8.5926H6.44V9.52C6.44 9.91765 6.11765 10.24 5.72 10.24C5.32235 10.24 5 9.91765 5 9.52V7.8726Z"
1473
+ }
1474
+ ));
1475
+ });
1476
+
1466
1477
  const PageTemplateIcon = React__namespace.forwardRef((props, ref) => {
1467
1478
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1468
1479
  "path",
@@ -2403,6 +2414,7 @@ exports.MobileLandscapeIcon = MobileLandscapeIcon;
2403
2414
  exports.MobilePortraitIcon = MobilePortraitIcon;
2404
2415
  exports.NotificationFilledIcon = NotificationFilledIcon;
2405
2416
  exports.NotificationIcon = NotificationIcon;
2417
+ exports.OverlineIcon = OverlineIcon;
2406
2418
  exports.PageTemplateIcon = PageTemplateIcon;
2407
2419
  exports.PageTypeIcon = PageTypeIcon;
2408
2420
  exports.PagesIcon = PagesIcon;