@elementor/icons 1.25.0 → 1.27.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 (46) 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.esm.js +2 -4
  20. package/ColorSwatchIcon/index.esm.js.map +1 -1
  21. package/ColorSwatchIcon/index.js +2 -4
  22. package/ColorSwatchIcon/index.js.map +1 -1
  23. package/LetterAIcon/index.d.ts +4 -0
  24. package/LetterAIcon/index.esm.js +16 -0
  25. package/LetterAIcon/index.esm.js.map +1 -0
  26. package/LetterAIcon/index.js +43 -0
  27. package/LetterAIcon/index.js.map +1 -0
  28. package/LetterAIcon/package.json +7 -0
  29. package/LetterXIcon/index.d.ts +4 -0
  30. package/LetterXIcon/index.esm.js +16 -0
  31. package/LetterXIcon/index.esm.js.map +1 -0
  32. package/LetterXIcon/index.js +43 -0
  33. package/LetterXIcon/index.js.map +1 -0
  34. package/LetterXIcon/package.json +7 -0
  35. package/LetterYIcon/index.d.ts +4 -0
  36. package/LetterYIcon/index.esm.js +16 -0
  37. package/LetterYIcon/index.esm.js.map +1 -0
  38. package/LetterYIcon/index.js +43 -0
  39. package/LetterYIcon/index.js.map +1 -0
  40. package/LetterYIcon/package.json +7 -0
  41. package/index.d.ts +6 -0
  42. package/index.esm.js +69 -5
  43. package/index.esm.js.map +1 -1
  44. package/index.js +74 -4
  45. package/index.js.map +1 -1
  46. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -23,6 +23,8 @@ export { default as ArrowUpRightIcon } from './ArrowUpRightIcon';
23
23
  export { default as ArrowUpSmallIcon } from './ArrowUpSmallIcon';
24
24
  export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
25
25
  export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
26
+ export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
27
+ export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
26
28
  export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
27
29
  export { default as BanIcon } from './BanIcon';
28
30
  export { default as BoltIcon } from './BoltIcon';
@@ -49,6 +51,7 @@ export { default as ClockIcon } from './ClockIcon';
49
51
  export { default as CloudBackupIcon } from './CloudBackupIcon';
50
52
  export { default as CloudIcon } from './CloudIcon';
51
53
  export { default as CodeIcon } from './CodeIcon';
54
+ export { default as ColorFilterIcon } from './ColorFilterIcon';
52
55
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
53
56
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
54
57
  export { default as CopyIcon } from './CopyIcon';
@@ -101,9 +104,12 @@ export { default as LayoutAlignCenterIcon } from './LayoutAlignCenterIcon';
101
104
  export { default as LayoutAlignLeftIcon } from './LayoutAlignLeftIcon';
102
105
  export { default as LayoutAlignRightIcon } from './LayoutAlignRightIcon';
103
106
  export { default as LayoutDistributeVerticalIcon } from './LayoutDistributeVerticalIcon';
107
+ export { default as LetterAIcon } from './LetterAIcon';
104
108
  export { default as LetterCaseIcon } from './LetterCaseIcon';
105
109
  export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
106
110
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
111
+ export { default as LetterXIcon } from './LetterXIcon';
112
+ export { default as LetterYIcon } from './LetterYIcon';
107
113
  export { default as LibraryIcon } from './LibraryIcon';
108
114
  export { default as LikeIcon } from './LikeIcon';
109
115
  export { default as LinkIcon } from './LinkIcon';
package/index.esm.js CHANGED
@@ -276,6 +276,28 @@ const ArrowsMaximizeIcon = React.forwardRef((props, ref) => {
276
276
  ));
277
277
  });
278
278
 
279
+ const ArrowsMoveHorizontalIcon = React.forwardRef((props, ref) => {
280
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
281
+ "path",
282
+ {
283
+ fillRule: "evenodd",
284
+ clipRule: "evenodd",
285
+ 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"
286
+ }
287
+ ));
288
+ });
289
+
290
+ const ArrowsMoveVerticalIcon = React.forwardRef((props, ref) => {
291
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
292
+ "path",
293
+ {
294
+ fillRule: "evenodd",
295
+ clipRule: "evenodd",
296
+ 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"
297
+ }
298
+ ));
299
+ });
300
+
279
301
  const ArrowsRightLeftIcon = React.forwardRef((props, ref) => {
280
302
  return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.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.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" }));
281
303
  });
@@ -576,15 +598,24 @@ const CodeIcon = React.forwardRef((props, ref) => {
576
598
  ));
577
599
  });
578
600
 
601
+ const ColorFilterIcon = React.forwardRef((props, ref) => {
602
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
603
+ "path",
604
+ {
605
+ fillRule: "evenodd",
606
+ clipRule: "evenodd",
607
+ 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"
608
+ }
609
+ ));
610
+ });
611
+
579
612
  const ColorSwatchIcon = React.forwardRef((props, ref) => {
580
- return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z", fill: "#000", fillOpacity: ".54" }), /* @__PURE__ */ React.createElement(
613
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z" }), /* @__PURE__ */ React.createElement(
581
614
  "path",
582
615
  {
583
616
  fillRule: "evenodd",
584
617
  clipRule: "evenodd",
585
- 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",
586
- fill: "#000",
587
- fillOpacity: ".54"
618
+ 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"
588
619
  }
589
620
  ));
590
621
  });
@@ -1066,6 +1097,17 @@ const LayoutDistributeVerticalIcon = React.forwardRef((props, ref) => {
1066
1097
  return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M21.5278 3.75C21.5278 3.33579 21.192 3 20.7778 3C20.3636 3 20.0278 3.33579 20.0278 3.75V19.75C20.0278 20.1642 20.3636 20.5 20.7778 20.5C21.192 20.5 21.5278 20.1642 21.5278 19.75V3.75Z" }), /* @__PURE__ */ React.createElement("path", { d: "M4.5 3.75C4.5 3.33579 4.16421 3 3.75 3C3.33579 3 3 3.33579 3 3.75L3 19.75C3 20.1642 3.33579 20.5 3.75 20.5C4.16421 20.5 4.5 20.1642 4.5 19.75L4.5 3.75Z" }), /* @__PURE__ */ React.createElement("path", { d: "M17.7639 13.751C17.7639 14.3033 17.3162 14.751 16.7639 14.751L7.76392 14.751C7.21163 14.751 6.76392 14.3033 6.76392 13.751C6.76392 13.1987 7.21163 12.751 7.76392 12.751L16.7639 12.751C17.3162 12.751 17.7639 13.1987 17.7639 13.751Z" }), /* @__PURE__ */ React.createElement("path", { d: "M16.7639 10.749C17.3162 10.749 17.7639 10.3013 17.7639 9.74902C17.7639 9.19674 17.3162 8.74902 16.7639 8.74902L7.76392 8.74902C7.21163 8.74902 6.76392 9.19674 6.76392 9.74902C6.76392 10.3013 7.21163 10.749 7.76392 10.749L16.7639 10.749Z" }));
1067
1098
  });
1068
1099
 
1100
+ const LetterAIcon = React.forwardRef((props, ref) => {
1101
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
1102
+ "path",
1103
+ {
1104
+ fillRule: "evenodd",
1105
+ clipRule: "evenodd",
1106
+ d: "M6.25 8C6.25 6.74022 6.75044 5.53204 7.64124 4.64124C8.53204 3.75044 9.74022 3.25 11 3.25H13C14.2598 3.25 15.468 3.75044 16.3588 4.64124C17.2496 5.53204 17.75 6.74022 17.75 8V20C17.75 20.4142 17.4142 20.75 17 20.75C16.5858 20.75 16.25 20.4142 16.25 20V13.75H7.75V20C7.75 20.4142 7.41421 20.75 7 20.75C6.58579 20.75 6.25 20.4142 6.25 20V8ZM8.7019 5.7019C9.3114 5.09241 10.138 4.75 11 4.75H13C13.862 4.75 14.6886 5.09241 15.2981 5.7019C15.9076 6.3114 16.25 7.13805 16.25 8V12.25H7.75V8C7.75 7.13805 8.09241 6.3114 8.7019 5.7019Z"
1107
+ }
1108
+ ));
1109
+ });
1110
+
1069
1111
  const LetterCaseIcon = React.forwardRef((props, ref) => {
1070
1112
  return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
1071
1113
  "path",
@@ -1099,6 +1141,28 @@ const LetterCaseUpperIcon = React.forwardRef((props, ref) => {
1099
1141
  ));
1100
1142
  });
1101
1143
 
1144
+ const LetterXIcon = React.forwardRef((props, ref) => {
1145
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
1146
+ "path",
1147
+ {
1148
+ fillRule: "evenodd",
1149
+ clipRule: "evenodd",
1150
+ 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"
1151
+ }
1152
+ ));
1153
+ });
1154
+
1155
+ const LetterYIcon = React.forwardRef((props, ref) => {
1156
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
1157
+ "path",
1158
+ {
1159
+ fillRule: "evenodd",
1160
+ clipRule: "evenodd",
1161
+ 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"
1162
+ }
1163
+ ));
1164
+ });
1165
+
1102
1166
  const LibraryIcon = React.forwardRef((props, ref) => {
1103
1167
  return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.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.createElement(
1104
1168
  "path",
@@ -2118,5 +2182,5 @@ const XIcon = React.forwardRef((props, ref) => {
2118
2182
  ));
2119
2183
  });
2120
2184
 
2121
- export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertOctagonFilledIcon, AlertTriangleFilledIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowBarBothIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, ArrowsLeftRightIcon, ArrowsMaximizeIcon, ArrowsRightLeftIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, ColorSwatchIcon, ContainerTemplateIcon, CopyIcon, CopyPageIcon, CornerUpRightIcon, CreditCardIcon, CrownIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiamondIcon, DiscountCheckFilledIcon, DomainIcon, DotsHorizontalIcon, DotsVerticalIcon, DownloadIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandBottomIcon, ExpandDiagonalIcon, ExpandIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileReportIcon, FilesIcon, FolderIcon, FooterTemplateIcon, GridDotsIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PinIcon, PinnedOffIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RouterIcon, SFTPIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SelectorIcon, SendIcon, ServerCogIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SiteLockIcon, SiteLockOpenIcon, SocialIcon, SpeakerphoneIcon, StarIcon, StarOffIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserHeartIcon, UserIcon, UserPlusIcon, UsersIcon, WalletIcon, WebsiteIcon, WhatsappIcon, WidescreenIcon, WidgetsIcon, WordpressIcon, WorldIcon, XIcon };
2185
+ export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertOctagonFilledIcon, AlertTriangleFilledIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowBarBothIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, ArrowsLeftRightIcon, ArrowsMaximizeIcon, ArrowsMoveHorizontalIcon, ArrowsMoveVerticalIcon, ArrowsRightLeftIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, ColorFilterIcon, ColorSwatchIcon, ContainerTemplateIcon, CopyIcon, CopyPageIcon, CornerUpRightIcon, CreditCardIcon, CrownIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiamondIcon, DiscountCheckFilledIcon, DomainIcon, DotsHorizontalIcon, DotsVerticalIcon, DownloadIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandBottomIcon, ExpandDiagonalIcon, ExpandIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileReportIcon, FilesIcon, FolderIcon, FooterTemplateIcon, GridDotsIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterAIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LetterXIcon, LetterYIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PinIcon, PinnedOffIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RouterIcon, SFTPIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SelectorIcon, SendIcon, ServerCogIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SiteLockIcon, SiteLockOpenIcon, SocialIcon, SpeakerphoneIcon, StarIcon, StarOffIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserHeartIcon, UserIcon, UserPlusIcon, UsersIcon, WalletIcon, WebsiteIcon, WhatsappIcon, WidescreenIcon, WidgetsIcon, WordpressIcon, WorldIcon, XIcon };
2122
2186
  //# sourceMappingURL=index.esm.js.map