@elementor/icons 1.37.0 → 1.38.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
@@ -1393,6 +1393,10 @@ const MapPinIcon = React__namespace.forwardRef((props, ref) => {
1393
1393
  ));
1394
1394
  });
1395
1395
 
1396
+ const Menu2Icon = React__namespace.forwardRef((props, ref) => {
1397
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M3.25 8C3.25 7.58579 3.58579 7.25 4 7.25H20C20.4142 7.25 20.75 7.58579 20.75 8C20.75 8.41421 20.4142 8.75 20 8.75H4C3.58579 8.75 3.25 8.41421 3.25 8Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M3.25 16C3.25 15.5858 3.58579 15.25 4 15.25H20C20.4142 15.25 20.75 15.5858 20.75 16C20.75 16.4142 20.4142 16.75 20 16.75H4C3.58579 16.75 3.25 16.4142 3.25 16Z" }));
1398
+ });
1399
+
1396
1400
  const MenuIcon = React__namespace.forwardRef((props, ref) => {
1397
1401
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1398
1402
  "path",
@@ -1558,6 +1562,24 @@ const PencilIcon = React__namespace.forwardRef((props, ref) => {
1558
1562
  ));
1559
1563
  });
1560
1564
 
1565
+ const PencilSparklesIcon = React__namespace.forwardRef((props, ref) => {
1566
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1567
+ "path",
1568
+ {
1569
+ fillRule: "evenodd",
1570
+ clipRule: "evenodd",
1571
+ d: "M6.5 3.75C6.5 3.33579 6.16421 3 5.75 3C5.33579 3 5 3.33579 5 3.75C5 4.08152 4.8683 4.39946 4.63388 4.63388C4.39946 4.8683 4.08152 5 3.75 5C3.33579 5 3 5.33579 3 5.75C3 6.16421 3.33579 6.5 3.75 6.5C4.08152 6.5 4.39946 6.6317 4.63388 6.86612C4.8683 7.10054 5 7.41848 5 7.75C5 8.16421 5.33579 8.5 5.75 8.5C6.16421 8.5 6.5 8.16421 6.5 7.75C6.5 7.41848 6.6317 7.10054 6.86612 6.86612C7.10054 6.6317 7.41848 6.5 7.75 6.5C8.16421 6.5 8.5 6.16421 8.5 5.75C8.5 5.33579 8.16421 5 7.75 5C7.41848 5 7.10054 4.8683 6.86612 4.63388C6.6317 4.39946 6.5 4.08152 6.5 3.75ZM5.69454 5.69454C5.71333 5.67576 5.73182 5.65673 5.75 5.63746C5.76818 5.65673 5.78667 5.67576 5.80546 5.69454C5.82424 5.71333 5.84327 5.73182 5.86254 5.75C5.84327 5.76818 5.82424 5.78667 5.80546 5.80546C5.78667 5.82424 5.76818 5.84327 5.75 5.86254C5.73182 5.84327 5.71333 5.82424 5.69454 5.80546C5.67576 5.78667 5.65673 5.76818 5.63746 5.75C5.65673 5.73182 5.67576 5.71333 5.69454 5.69454Z"
1572
+ }
1573
+ ), /* @__PURE__ */ React__namespace.createElement(
1574
+ "path",
1575
+ {
1576
+ fillRule: "evenodd",
1577
+ clipRule: "evenodd",
1578
+ d: "M17.25 3.67188C16.3009 3.67188 15.3908 4.04889 14.7197 4.71997L13.7253 5.71433L13.7197 5.71991L13.7141 5.72555L4.21967 15.22C4.07902 15.3606 4 15.5514 4 15.7503V19.7503C4 20.1645 4.33579 20.5003 4.75 20.5003H8.75C8.94891 20.5003 9.13968 20.4213 9.28033 20.2806L19.7803 9.78063C20.4514 9.10955 20.8284 8.19936 20.8284 7.2503C20.8284 6.30124 20.4514 5.39106 19.7803 4.71997C19.1092 4.04889 18.1991 3.67188 17.25 3.67188ZM5.5 16.061L14.25 7.31093L17.1894 10.2503L8.43934 19.0003H5.5V16.061ZM15.3107 6.25027L18.25 9.18961L18.7197 8.71997C19.1095 8.33019 19.3284 7.80154 19.3284 7.2503C19.3284 6.69907 19.1095 6.17041 18.7197 5.78063C18.3299 5.39085 17.8012 5.17188 17.25 5.17188C16.6988 5.17188 16.1701 5.39085 15.7803 5.78063L15.3107 6.25027Z"
1579
+ }
1580
+ ));
1581
+ });
1582
+
1561
1583
  const PhotoIcon = React__namespace.forwardRef((props, ref) => {
1562
1584
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M15 7.25C14.5858 7.25 14.25 7.58579 14.25 8C14.25 8.41421 14.5858 8.75 15 8.75H15.01C15.4242 8.75 15.76 8.41421 15.76 8C15.76 7.58579 15.4242 7.25 15.01 7.25H15Z" }), /* @__PURE__ */ React__namespace.createElement(
1563
1585
  "path",
@@ -1738,6 +1760,17 @@ const RefreshIcon = React__namespace.forwardRef((props, ref) => {
1738
1760
  ));
1739
1761
  });
1740
1762
 
1763
+ const ReloadIcon = React__namespace.forwardRef((props, ref) => {
1764
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1765
+ "path",
1766
+ {
1767
+ fillRule: "evenodd",
1768
+ clipRule: "evenodd",
1769
+ d: "M18.2295 8.24989H15C14.5858 8.24989 14.25 8.58568 14.25 8.99989C14.25 9.4141 14.5858 9.74989 15 9.74989H19.4164C19.4276 9.75014 19.4389 9.75015 19.4502 9.74989H20C20.4142 9.74989 20.75 9.4141 20.75 8.99989V3.99989C20.75 3.58568 20.4142 3.24989 20 3.24989C19.5858 3.24989 19.25 3.58568 19.25 3.99989V7.05997C17.216 4.05724 13.4602 2.59135 9.82139 3.52648C8.28303 3.92219 6.88124 4.72923 5.76667 5.86098C4.65209 6.99273 3.86662 8.40653 3.49449 9.95076C3.12236 11.495 3.1776 13.1114 3.6543 14.6266C4.13101 16.1418 5.01118 17.4987 6.20042 18.5517C7.38967 19.6047 8.84313 20.3141 10.4049 20.6039C11.9667 20.8936 13.5779 20.7528 15.0657 20.1964C16.5535 19.64 17.8618 18.6892 18.8503 17.4458C19.8388 16.2024 20.4702 14.7134 20.6767 13.1384C20.7306 12.7277 20.4413 12.3511 20.0306 12.2972C19.6199 12.2434 19.2433 12.5327 19.1894 12.9434C19.0183 14.2483 18.4952 15.4821 17.6761 16.5123C16.8571 17.5426 15.7731 18.3304 14.5403 18.7914C13.3076 19.2524 11.9726 19.3691 10.6785 19.129C9.38447 18.889 8.18018 18.3012 7.1948 17.4287C6.20943 16.5562 5.48014 15.4319 5.08516 14.1765C4.69018 12.921 4.6444 11.5817 4.95274 10.3022C5.26108 9.02267 5.9119 7.85123 6.83541 6.9135C7.75887 5.9758 8.92032 5.30712 10.1949 4.97924M10.1949 4.97924C13.3573 4.1666 16.6106 5.53614 18.2295 8.24989L10.1949 4.97924Z"
1770
+ }
1771
+ ));
1772
+ });
1773
+
1741
1774
  const RepeatIcon = React__namespace.forwardRef((props, ref) => {
1742
1775
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1743
1776
  "path",
@@ -1841,6 +1874,17 @@ const SelectorIcon = React__namespace.forwardRef((props, ref) => {
1841
1874
  ));
1842
1875
  });
1843
1876
 
1877
+ const Send2Icon = React__namespace.forwardRef((props, ref) => {
1878
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1879
+ "path",
1880
+ {
1881
+ fillRule: "evenodd",
1882
+ clipRule: "evenodd",
1883
+ d: "M21.3144 12.6811L5.02733 20.6398C5.00765 20.6494 4.98756 20.6582 4.96711 20.666C4.73531 20.7551 4.48227 20.7733 4.2401 20.7183C3.99827 20.6634 3.77817 20.538 3.60769 20.3579C3.44196 20.183 3.32787 19.9657 3.27806 19.7299C3.22873 19.4964 3.24438 19.2539 3.32325 19.0288L5.70806 12L3.32325 4.97117C3.24438 4.74602 3.22873 4.5035 3.27806 4.27C3.32783 4.03443 3.4418 3.81723 3.60734 3.64242C3.77788 3.46214 3.99811 3.33656 4.2401 3.2816C4.48227 3.22661 4.73531 3.24481 4.96711 3.3339C4.98756 3.34175 5.00765 3.3505 5.02733 3.36012L21.3168 11.32C21.3536 11.3372 21.3889 11.3573 21.4222 11.38C21.4973 11.4311 21.5616 11.4949 21.6129 11.5677C21.7005 11.6918 21.7501 11.8421 21.7501 12C21.7501 12.0263 21.7487 12.0524 21.746 12.0782C21.7309 12.224 21.674 12.3574 21.5875 12.4662C21.5508 12.5125 21.5085 12.5546 21.4613 12.5914C21.4161 12.6267 21.3669 12.6569 21.3144 12.6811ZM7.03759 11.25L4.90715 4.9709L17.757 11.25H7.03759ZM7.03757 12.75L4.90715 19.029L17.7569 12.75H7.03757Z"
1884
+ }
1885
+ ));
1886
+ });
1887
+
1844
1888
  const SendIcon = React__namespace.forwardRef((props, ref) => {
1845
1889
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1846
1890
  "path",
@@ -2473,6 +2517,7 @@ exports.LogoutIcon = LogoutIcon;
2473
2517
  exports.LoopItemTemplateIcon = LoopItemTemplateIcon;
2474
2518
  exports.MailIcon = MailIcon;
2475
2519
  exports.MapPinIcon = MapPinIcon;
2520
+ exports.Menu2Icon = Menu2Icon;
2476
2521
  exports.MenuIcon = MenuIcon;
2477
2522
  exports.MessageIcon = MessageIcon;
2478
2523
  exports.MessageLinesIcon = MessageLinesIcon;
@@ -2488,6 +2533,7 @@ exports.PageTemplateIcon = PageTemplateIcon;
2488
2533
  exports.PageTypeIcon = PageTypeIcon;
2489
2534
  exports.PagesIcon = PagesIcon;
2490
2535
  exports.PencilIcon = PencilIcon;
2536
+ exports.PencilSparklesIcon = PencilSparklesIcon;
2491
2537
  exports.PhotoIcon = PhotoIcon;
2492
2538
  exports.PinIcon = PinIcon;
2493
2539
  exports.PinnedOffIcon = PinnedOffIcon;
@@ -2505,6 +2551,7 @@ exports.RadiusBottomRightIcon = RadiusBottomRightIcon;
2505
2551
  exports.RadiusTopLeftIcon = RadiusTopLeftIcon;
2506
2552
  exports.RadiusTopRightIcon = RadiusTopRightIcon;
2507
2553
  exports.RefreshIcon = RefreshIcon;
2554
+ exports.ReloadIcon = ReloadIcon;
2508
2555
  exports.RepeatIcon = RepeatIcon;
2509
2556
  exports.ResetIcon = ResetIcon;
2510
2557
  exports.RocketIcon = RocketIcon;
@@ -2515,6 +2562,7 @@ exports.SearchIcon = SearchIcon;
2515
2562
  exports.SearchResultsTemplateIcon = SearchResultsTemplateIcon;
2516
2563
  exports.SectionTemplateIcon = SectionTemplateIcon;
2517
2564
  exports.SelectorIcon = SelectorIcon;
2565
+ exports.Send2Icon = Send2Icon;
2518
2566
  exports.SendIcon = SendIcon;
2519
2567
  exports.ServerCogIcon = ServerCogIcon;
2520
2568
  exports.SettingsIcon = SettingsIcon;