@elementor/icons 1.24.0 → 1.26.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 (42) hide show
  1. package/ArrowsMoveHorizontalIcon/index.d.ts +4 -0
  2. package/ArrowsMoveHorizontalIcon/index.esm.js +16 -0
  3. package/ArrowsMoveHorizontalIcon/index.esm.js.map +1 -0
  4. package/ArrowsMoveHorizontalIcon/index.js +43 -0
  5. package/ArrowsMoveHorizontalIcon/index.js.map +1 -0
  6. package/ArrowsMoveHorizontalIcon/package.json +7 -0
  7. package/ArrowsMoveVerticalIcon/index.d.ts +4 -0
  8. package/ArrowsMoveVerticalIcon/index.esm.js +16 -0
  9. package/ArrowsMoveVerticalIcon/index.esm.js.map +1 -0
  10. package/ArrowsMoveVerticalIcon/index.js +43 -0
  11. package/ArrowsMoveVerticalIcon/index.js.map +1 -0
  12. package/ArrowsMoveVerticalIcon/package.json +7 -0
  13. package/ColorFilterIcon/index.d.ts +4 -0
  14. package/ColorFilterIcon/index.esm.js +16 -0
  15. package/ColorFilterIcon/index.esm.js.map +1 -0
  16. package/ColorFilterIcon/index.js +43 -0
  17. package/ColorFilterIcon/index.js.map +1 -0
  18. package/ColorFilterIcon/package.json +7 -0
  19. package/ColorSwatchIcon/index.d.ts +4 -0
  20. package/ColorSwatchIcon/index.esm.js +16 -0
  21. package/ColorSwatchIcon/index.esm.js.map +1 -0
  22. package/ColorSwatchIcon/index.js +43 -0
  23. package/ColorSwatchIcon/index.js.map +1 -0
  24. package/ColorSwatchIcon/package.json +7 -0
  25. package/LetterXIcon/index.d.ts +4 -0
  26. package/LetterXIcon/index.esm.js +16 -0
  27. package/LetterXIcon/index.esm.js.map +1 -0
  28. package/LetterXIcon/index.js +43 -0
  29. package/LetterXIcon/index.js.map +1 -0
  30. package/LetterXIcon/package.json +7 -0
  31. package/LetterYIcon/index.d.ts +4 -0
  32. package/LetterYIcon/index.esm.js +16 -0
  33. package/LetterYIcon/index.esm.js.map +1 -0
  34. package/LetterYIcon/index.js +43 -0
  35. package/LetterYIcon/index.js.map +1 -0
  36. package/LetterYIcon/package.json +7 -0
  37. package/index.d.ts +6 -0
  38. package/index.esm.js +67 -1
  39. package/index.esm.js.map +1 -1
  40. package/index.js +72 -0
  41. package/index.js.map +1 -1
  42. package/package.json +1 -1
package/index.js CHANGED
@@ -301,6 +301,28 @@ const ArrowsMaximizeIcon = React__namespace.forwardRef((props, ref) => {
301
301
  ));
302
302
  });
303
303
 
304
+ const ArrowsMoveHorizontalIcon = React__namespace.forwardRef((props, ref) => {
305
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
306
+ "path",
307
+ {
308
+ fillRule: "evenodd",
309
+ clipRule: "evenodd",
310
+ d: "M6.53033 8.46967C6.82322 8.76256 6.82322 9.23744 6.53033 9.53033L4.81066 11.25H9C9.41421 11.25 9.75 11.5858 9.75 12C9.75 12.4142 9.41421 12.75 9 12.75H4.81066L6.53033 14.4697C6.82322 14.7626 6.82322 15.2374 6.53033 15.5303C6.23744 15.8232 5.76256 15.8232 5.46967 15.5303L2.46967 12.5303C2.17678 12.2374 2.17678 11.7626 2.46967 11.4697L5.46967 8.46967C5.76256 8.17678 6.23744 8.17678 6.53033 8.46967ZM17.4697 8.46967C17.7626 8.17678 18.2374 8.17678 18.5303 8.46967L21.5303 11.4697C21.8232 11.7626 21.8232 12.2374 21.5303 12.5303L18.5303 15.5303C18.2374 15.8232 17.7626 15.8232 17.4697 15.5303C17.1768 15.2374 17.1768 14.7626 17.4697 14.4697L19.1893 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H19.1893L17.4697 9.53033C17.1768 9.23744 17.1768 8.76256 17.4697 8.46967Z"
311
+ }
312
+ ));
313
+ });
314
+
315
+ const ArrowsMoveVerticalIcon = React__namespace.forwardRef((props, ref) => {
316
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
317
+ "path",
318
+ {
319
+ fillRule: "evenodd",
320
+ clipRule: "evenodd",
321
+ d: "M11.4697 2.46967C11.7626 2.17678 12.2374 2.17678 12.5303 2.46967L15.5303 5.46967C15.8232 5.76256 15.8232 6.23744 15.5303 6.53033C15.2374 6.82322 14.7626 6.82322 14.4697 6.53033L12.75 4.81066V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V4.81066L9.53033 6.53033C9.23744 6.82322 8.76256 6.82322 8.46967 6.53033C8.17678 6.23744 8.17678 5.76256 8.46967 5.46967L11.4697 2.46967ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V19.1893L14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697C15.8232 17.7626 15.8232 18.2374 15.5303 18.5303L12.5303 21.5303C12.2374 21.8232 11.7626 21.8232 11.4697 21.5303L8.46967 18.5303C8.17678 18.2374 8.17678 17.7626 8.46967 17.4697C8.76256 17.1768 9.23744 17.1768 9.53033 17.4697L11.25 19.1893V15C11.25 14.5858 11.5858 14.25 12 14.25Z"
322
+ }
323
+ ));
324
+ });
325
+
304
326
  const ArrowsRightLeftIcon = React__namespace.forwardRef((props, ref) => {
305
327
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.4697 3.46967C17.7626 3.17678 18.2374 3.17678 18.5303 3.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L18.5303 10.5303C18.2374 10.8232 17.7626 10.8232 17.4697 10.5303C17.1768 10.2374 17.1768 9.76256 17.4697 9.46967L19.1893 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H19.1893L17.4697 4.53033C17.1768 4.23744 17.1768 3.76256 17.4697 3.46967Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.53033 13.4697C6.82322 13.7626 6.82322 14.2374 6.53033 14.5303L4.81066 16.25H21C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H4.81066L6.53033 19.4697C6.82322 19.7626 6.82322 20.2374 6.53033 20.5303C6.23744 20.8232 5.76256 20.8232 5.46967 20.5303L2.46967 17.5303C2.17678 17.2374 2.17678 16.7626 2.46967 16.4697L5.46967 13.4697C5.76256 13.1768 6.23744 13.1768 6.53033 13.4697Z" }));
306
328
  });
@@ -601,6 +623,28 @@ const CodeIcon = React__namespace.forwardRef((props, ref) => {
601
623
  ));
602
624
  });
603
625
 
626
+ const ColorFilterIcon = React__namespace.forwardRef((props, ref) => {
627
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
628
+ "path",
629
+ {
630
+ fillRule: "evenodd",
631
+ clipRule: "evenodd",
632
+ d: "M12.0001 2.36841C10.3879 2.36841 8.84165 3.00887 7.70163 4.14889C6.5616 5.28892 5.92114 6.83512 5.92114 8.44736C5.92114 8.95514 5.98467 9.45637 6.10733 9.94041C3.9161 10.8566 2.36841 13.0302 2.36841 15.5525C2.36841 18.9063 5.09288 21.631 8.44652 21.6315C9.72873 21.6342 10.9723 21.2274 12 20.4794C13.0277 21.2274 14.2713 21.6342 15.5535 21.6315C18.9071 21.631 21.6316 18.9063 21.6316 15.5525C21.6316 13.0303 20.084 10.8567 17.8928 9.94049C18.0155 9.45642 18.0791 8.95517 18.0791 8.44736C18.0791 6.83512 17.4386 5.28892 16.2986 4.14889C15.1585 3.00887 13.6123 2.36841 12.0001 2.36841ZM17.3476 11.3384C17.0703 11.8513 16.7183 12.3261 16.2986 12.7458C15.7323 13.3121 15.0659 13.7551 14.3409 14.0575C14.4618 14.5362 14.5263 15.0382 14.5263 15.5525C14.5263 17.0232 14.0011 18.3797 13.1235 19.4303C13.845 19.8873 14.6863 20.1335 15.5509 20.1315L15.5526 20.1315C18.0782 20.1315 20.1316 18.0781 20.1316 15.5525C20.1316 13.6672 18.98 12.0362 17.3476 11.3384ZM12.8953 14.4601C12.6007 14.5039 12.3016 14.5263 12.0001 14.5263C10.3879 14.5263 8.84165 13.8859 7.70163 12.7458C7.28188 12.3261 6.92985 11.8513 6.65259 11.3384C5.02004 12.0361 3.86841 13.6671 3.86841 15.5525C3.86841 18.0781 5.92177 20.1315 8.44736 20.1315L8.44906 20.1315C9.57297 20.134 10.6574 19.7175 11.4905 18.9633C11.4968 18.9574 11.5033 18.9516 11.5098 18.946C12.4423 18.1161 13.0263 16.9 13.0263 15.5525C13.0263 15.1761 12.9806 14.8093 12.8953 14.4601ZM8.76229 5.20955C9.62101 4.35083 10.7857 3.86841 12.0001 3.86841C13.2145 3.86841 14.3792 4.35083 15.2379 5.20955C16.0966 6.06827 16.5791 7.23295 16.5791 8.44736C16.5791 9.66178 16.0966 10.8265 15.2379 11.6852C14.3792 12.5439 13.2145 13.0263 12.0001 13.0263C10.7857 13.0263 9.62101 12.5439 8.76229 11.6852C7.90357 10.8265 7.42114 9.66178 7.42114 8.44736C7.42114 7.23295 7.90357 6.06827 8.76229 5.20955Z"
633
+ }
634
+ ));
635
+ });
636
+
637
+ const ColorSwatchIcon = React__namespace.forwardRef((props, ref) => {
638
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z" }), /* @__PURE__ */ React__namespace.createElement(
639
+ "path",
640
+ {
641
+ fillRule: "evenodd",
642
+ clipRule: "evenodd",
643
+ d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z"
644
+ }
645
+ ));
646
+ });
647
+
604
648
  const ContainerTemplateIcon = React__namespace.forwardRef((props, ref) => {
605
649
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
606
650
  "path",
@@ -1111,6 +1155,28 @@ const LetterCaseUpperIcon = React__namespace.forwardRef((props, ref) => {
1111
1155
  ));
1112
1156
  });
1113
1157
 
1158
+ const LetterXIcon = React__namespace.forwardRef((props, ref) => {
1159
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1160
+ "path",
1161
+ {
1162
+ fillRule: "evenodd",
1163
+ clipRule: "evenodd",
1164
+ d: "M6.56413 4.38976C6.90119 4.149 7.3696 4.22707 7.61036 4.56413L12.0001 10.7097L16.3898 4.56413C16.6305 4.22707 17.0989 4.149 17.436 4.38976C17.773 4.63051 17.8511 5.09893 17.6104 5.43599L12.9217 12.0001L17.6104 18.5641C17.8511 18.9012 17.773 19.3696 17.436 19.6104C17.0989 19.8511 16.6305 19.773 16.3898 19.436L12.0001 13.2904L7.61036 19.436C7.3696 19.773 6.90119 19.8511 6.56413 19.6104C6.22707 19.3696 6.149 18.9012 6.38976 18.5641L11.0784 12.0001L6.38976 5.43599C6.149 5.09893 6.22707 4.63051 6.56413 4.38976Z"
1165
+ }
1166
+ ));
1167
+ });
1168
+
1169
+ const LetterYIcon = React__namespace.forwardRef((props, ref) => {
1170
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1171
+ "path",
1172
+ {
1173
+ fillRule: "evenodd",
1174
+ clipRule: "evenodd",
1175
+ d: "M6.59797 4.36694C6.94765 4.14491 7.41111 4.2484 7.63313 4.59809L12 11.4759L16.3668 4.59809C16.5888 4.2484 17.0523 4.14491 17.402 4.36694C17.7517 4.58896 17.8552 5.05242 17.6331 5.4021L12.75 13.0931V19.0001C12.75 19.4143 12.4142 19.7501 12 19.7501C11.5858 19.7501 11.25 19.4143 11.25 19.0001V13.0931L6.36681 5.4021C6.14479 5.05242 6.24828 4.58896 6.59797 4.36694Z"
1176
+ }
1177
+ ));
1178
+ });
1179
+
1114
1180
  const LibraryIcon = React__namespace.forwardRef((props, ref) => {
1115
1181
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9 7.25C8.58579 7.25 8.25 7.58579 8.25 8C8.25 8.41421 8.58579 8.75 9 8.75H15C15.4142 8.75 15.75 8.41421 15.75 8C15.75 7.58579 15.4142 7.25 15 7.25H9Z" }), /* @__PURE__ */ React__namespace.createElement(
1116
1182
  "path",
@@ -2155,6 +2221,8 @@ exports.ArrowUpRightIcon = ArrowUpRightIcon;
2155
2221
  exports.ArrowUpSmallIcon = ArrowUpSmallIcon;
2156
2222
  exports.ArrowsLeftRightIcon = ArrowsLeftRightIcon;
2157
2223
  exports.ArrowsMaximizeIcon = ArrowsMaximizeIcon;
2224
+ exports.ArrowsMoveHorizontalIcon = ArrowsMoveHorizontalIcon;
2225
+ exports.ArrowsMoveVerticalIcon = ArrowsMoveVerticalIcon;
2158
2226
  exports.ArrowsRightLeftIcon = ArrowsRightLeftIcon;
2159
2227
  exports.BanIcon = BanIcon;
2160
2228
  exports.BoltIcon = BoltIcon;
@@ -2181,6 +2249,8 @@ exports.ClockIcon = ClockIcon;
2181
2249
  exports.CloudBackupIcon = CloudBackupIcon;
2182
2250
  exports.CloudIcon = CloudIcon;
2183
2251
  exports.CodeIcon = CodeIcon;
2252
+ exports.ColorFilterIcon = ColorFilterIcon;
2253
+ exports.ColorSwatchIcon = ColorSwatchIcon;
2184
2254
  exports.ContainerTemplateIcon = ContainerTemplateIcon;
2185
2255
  exports.CopyIcon = CopyIcon;
2186
2256
  exports.CopyPageIcon = CopyPageIcon;
@@ -2235,6 +2305,8 @@ exports.LayoutDistributeVerticalIcon = LayoutDistributeVerticalIcon;
2235
2305
  exports.LetterCaseIcon = LetterCaseIcon;
2236
2306
  exports.LetterCaseLowerIcon = LetterCaseLowerIcon;
2237
2307
  exports.LetterCaseUpperIcon = LetterCaseUpperIcon;
2308
+ exports.LetterXIcon = LetterXIcon;
2309
+ exports.LetterYIcon = LetterYIcon;
2238
2310
  exports.LibraryIcon = LibraryIcon;
2239
2311
  exports.LikeIcon = LikeIcon;
2240
2312
  exports.LinkIcon = LinkIcon;