@elementor/icons 1.51.0 → 1.52.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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ComponentsIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ComponentsIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ComponentsIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M11.5263 14.4181C11.8209 14.1778 12.2556 14.1952 12.5302 14.4698L15.5302 17.4698C15.8231 17.7627 15.8231 18.2375 15.5302 18.5304L12.5302 21.5304C12.2373 21.8233 11.7626 21.8233 11.4697 21.5304L8.46967 18.5304C8.17678 18.2375 8.17678 17.7627 8.46967 17.4698L11.4697 14.4698L11.5263 14.4181ZM10.0605 18.0001L11.9999 19.9396L13.9394 18.0001L11.9999 16.0607L10.0605 18.0001ZM5.52631 8.41809C5.82089 8.17778 6.25561 8.19524 6.53022 8.46984L9.53022 11.4698C9.82311 11.7627 9.82311 12.2375 9.53022 12.5304L6.53022 15.5304C6.23732 15.8233 5.76256 15.8233 5.46967 15.5304L2.46967 12.5304C2.17678 12.2375 2.17678 11.7627 2.46967 11.4698L5.46967 8.46984L5.52631 8.41809ZM17.5263 8.41809C17.8209 8.17778 18.2556 8.19524 18.5302 8.46984L21.5302 11.4698C21.8231 11.7627 21.8231 12.2375 21.5302 12.5304L18.5302 15.5304C18.2373 15.8233 17.7626 15.8233 17.4697 15.5304L14.4697 12.5304C14.1768 12.2375 14.1768 11.7627 14.4697 11.4698L17.4697 8.46984L17.5263 8.41809ZM4.06049 12.0001L5.99994 13.9396L7.9394 12.0001L5.99994 10.0607L4.06049 12.0001ZM16.0605 12.0001L17.9999 13.9396L19.9394 12.0001L17.9999 10.0607L16.0605 12.0001ZM11.5263 2.41809C11.8209 2.17778 12.2556 2.19524 12.5302 2.46984L15.5302 5.46984C15.8231 5.76274 15.8231 6.2375 15.5302 6.53039L12.5302 9.53039C12.2373 9.82328 11.7626 9.82328 11.4697 9.53039L8.46967 6.53039C8.17678 6.2375 8.17678 5.76274 8.46967 5.46984L11.4697 2.46984L11.5263 2.41809ZM10.0605 6.00012L11.9999 7.93957L13.9394 6.00012L11.9999 4.06066L10.0605 6.00012Z"
11
+ }
12
+ ));
13
+ });
14
+ var ComponentsIcon_default = ComponentsIcon;
15
+
16
+ export { ComponentsIcon_default as default };
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import SvgIcon from '@elementor/ui/SvgIcon';
3
3
 
4
4
  const MathFunctionIcon = React.forwardRef((props, ref) => {
5
- return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M8.25 1.57812C8.79701 1.57813 9.32146 1.79558 9.70825 2.18237C10.095 2.56917 10.3125 3.09362 10.3125 3.64062C10.3125 3.95129 10.0607 4.20312 9.75 4.20312C9.43934 4.20312 9.1875 3.95129 9.1875 3.64062C9.1875 3.39198 9.08866 3.1536 8.91284 2.97778C8.75908 2.82402 8.55751 2.72889 8.34302 2.70752L8.25 2.70312C8.11054 2.70312 7.98795 2.7525 7.84131 2.97632C7.67592 3.22885 7.52926 3.63957 7.3916 4.23608C7.2562 4.8229 7.14188 5.52915 7.01221 6.34253C6.91438 6.9562 6.8083 7.62491 6.67969 8.32812H8.25C8.56066 8.32812 8.8125 8.57996 8.8125 8.89062C8.8125 9.20129 8.56066 9.45312 8.25 9.45312H6.46582C6.32297 10.2132 6.20614 10.9386 6.09814 11.616C5.97003 12.4196 5.84991 13.1667 5.7041 13.7986C5.56055 14.4206 5.37895 14.9945 5.09912 15.4216C4.80045 15.8774 4.36045 16.2031 3.75 16.2031C3.20299 16.2031 2.67854 15.9857 2.29175 15.5989C1.90495 15.2121 1.6875 14.6876 1.6875 14.1406C1.6875 13.83 1.93934 13.5781 2.25 13.5781C2.56066 13.5781 2.8125 13.83 2.8125 14.1406C2.8125 14.3893 2.91134 14.6277 3.08716 14.8035C3.26297 14.9793 3.50136 15.0781 3.75 15.0781C3.88946 15.0781 4.01205 15.0288 4.15869 14.8049C4.32408 14.5524 4.47074 14.1417 4.6084 13.5452C4.7438 12.9584 4.85812 12.2521 4.98779 11.4387C5.08562 10.825 5.1917 10.1563 5.32031 9.45312H3.75C3.43934 9.45312 3.1875 9.20129 3.1875 8.89062C3.1875 8.57996 3.43934 8.32812 3.75 8.32812H5.53418C5.67703 7.56809 5.79386 6.84269 5.90186 6.16528C6.02997 5.36164 6.15009 4.61452 6.2959 3.98267C6.43945 3.36069 6.62105 2.78673 6.90088 2.35962C7.19955 1.90385 7.63955 1.57812 8.25 1.57812Z" }), /* @__PURE__ */ React.createElement("path", { d: "M15.3523 8.49292C15.572 8.27329 15.928 8.27328 16.1477 8.49292C16.3673 8.71258 16.3673 9.06866 16.1477 9.28833L14.2954 11.1406L16.1477 12.9929L16.1865 13.0354C16.3667 13.2563 16.3536 13.5824 16.1477 13.7883C15.9418 13.9943 15.6157 14.0074 15.3948 13.8271L15.3523 13.7883L13.5 11.936L11.6477 13.7883C11.428 14.008 11.072 14.008 10.8523 13.7883C10.6326 13.5687 10.6326 13.2126 10.8523 12.9929L12.7046 11.1406L10.8523 9.28833L10.8135 9.24585C10.6333 9.02492 10.6464 8.69884 10.8523 8.49292C11.0582 8.28707 11.3843 8.27398 11.6052 8.4541L11.6477 8.49292L13.5 10.3452L15.3523 8.49292Z" }));
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11 2.25C11.7293 2.25 12.4286 2.53994 12.9443 3.05566C13.4601 3.57139 13.75 4.27065 13.75 5C13.75 5.41421 13.4142 5.75 13 5.75C12.5858 5.75 12.25 5.41421 12.25 5C12.25 4.66848 12.1182 4.35063 11.8838 4.11621C11.6788 3.9112 11.41 3.78436 11.124 3.75586L11 3.75C10.814 3.75 10.6506 3.81583 10.4551 4.11426C10.2346 4.45097 10.039 4.99859 9.85547 5.79395C9.67493 6.57636 9.5225 7.51803 9.34961 8.60254C9.21917 9.42077 9.07773 10.3124 8.90625 11.25H11C11.4142 11.25 11.75 11.5858 11.75 12C11.75 12.4142 11.4142 12.75 11 12.75H8.62109C8.43063 13.7634 8.27485 14.7306 8.13086 15.6338C7.96004 16.7053 7.79989 17.7015 7.60547 18.5439C7.41407 19.3732 7.17193 20.1385 6.79883 20.708C6.4006 21.3157 5.81393 21.75 5 21.75C4.27065 21.75 3.57139 21.4601 3.05566 20.9443C2.53994 20.4286 2.25 19.7293 2.25 19C2.25 18.5858 2.58579 18.25 3 18.25C3.41421 18.25 3.75 18.5858 3.75 19C3.75 19.3315 3.88179 19.6494 4.11621 19.8838C4.35063 20.1182 4.66848 20.25 5 20.25C5.18595 20.25 5.3494 20.1842 5.54492 19.8857C5.76544 19.549 5.96099 19.0014 6.14453 18.2061C6.32507 17.4236 6.4775 16.482 6.65039 15.3975C6.78083 14.5792 6.92227 13.6876 7.09375 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H7.37891C7.56937 10.2366 7.72515 9.26942 7.86914 8.36621C8.03996 7.29469 8.20011 6.29853 8.39453 5.45605C8.58593 4.62675 8.82807 3.86147 9.20117 3.29199C9.5994 2.6843 10.1861 2.25 11 2.25Z" }), /* @__PURE__ */ React.createElement("path", { d: "M20.4697 11.4697C20.7626 11.1769 21.2374 11.1769 21.5303 11.4697C21.8231 11.7626 21.8231 12.2374 21.5303 12.5303L19.0605 15L21.5303 17.4697L21.582 17.5264C21.8223 17.8209 21.8048 18.2557 21.5303 18.5303C21.2557 18.8049 20.8209 18.8223 20.5264 18.582L20.4697 18.5303L18 16.0605L15.5303 18.5303C15.2374 18.8231 14.7626 18.8231 14.4697 18.5303C14.1769 18.2374 14.1769 17.7626 14.4697 17.4697L16.9395 15L14.4697 12.5303L14.418 12.4736C14.1778 12.1791 14.1952 11.7443 14.4697 11.4697C14.7443 11.1953 15.1791 11.1778 15.4736 11.418L15.5303 11.4697L18 13.9395L20.4697 11.4697Z" }));
6
6
  });
7
7
  var MathFunctionIcon_default = MathFunctionIcon;
8
8
 
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ComponentsIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ComponentsIcon;
@@ -0,0 +1,41 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var SvgIcon = require('@elementor/ui/SvgIcon');
5
+
6
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () { return e[k]; }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n.default = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+ var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
28
+
29
+ const ComponentsIcon = React__namespace.forwardRef((props, ref) => {
30
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
31
+ "path",
32
+ {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M11.5263 14.4181C11.8209 14.1778 12.2556 14.1952 12.5302 14.4698L15.5302 17.4698C15.8231 17.7627 15.8231 18.2375 15.5302 18.5304L12.5302 21.5304C12.2373 21.8233 11.7626 21.8233 11.4697 21.5304L8.46967 18.5304C8.17678 18.2375 8.17678 17.7627 8.46967 17.4698L11.4697 14.4698L11.5263 14.4181ZM10.0605 18.0001L11.9999 19.9396L13.9394 18.0001L11.9999 16.0607L10.0605 18.0001ZM5.52631 8.41809C5.82089 8.17778 6.25561 8.19524 6.53022 8.46984L9.53022 11.4698C9.82311 11.7627 9.82311 12.2375 9.53022 12.5304L6.53022 15.5304C6.23732 15.8233 5.76256 15.8233 5.46967 15.5304L2.46967 12.5304C2.17678 12.2375 2.17678 11.7627 2.46967 11.4698L5.46967 8.46984L5.52631 8.41809ZM17.5263 8.41809C17.8209 8.17778 18.2556 8.19524 18.5302 8.46984L21.5302 11.4698C21.8231 11.7627 21.8231 12.2375 21.5302 12.5304L18.5302 15.5304C18.2373 15.8233 17.7626 15.8233 17.4697 15.5304L14.4697 12.5304C14.1768 12.2375 14.1768 11.7627 14.4697 11.4698L17.4697 8.46984L17.5263 8.41809ZM4.06049 12.0001L5.99994 13.9396L7.9394 12.0001L5.99994 10.0607L4.06049 12.0001ZM16.0605 12.0001L17.9999 13.9396L19.9394 12.0001L17.9999 10.0607L16.0605 12.0001ZM11.5263 2.41809C11.8209 2.17778 12.2556 2.19524 12.5302 2.46984L15.5302 5.46984C15.8231 5.76274 15.8231 6.2375 15.5302 6.53039L12.5302 9.53039C12.2373 9.82328 11.7626 9.82328 11.4697 9.53039L8.46967 6.53039C8.17678 6.2375 8.17678 5.76274 8.46967 5.46984L11.4697 2.46984L11.5263 2.41809ZM10.0605 6.00012L11.9999 7.93957L13.9394 6.00012L11.9999 4.06066L10.0605 6.00012Z"
36
+ }
37
+ ));
38
+ });
39
+ var ComponentsIcon_default = ComponentsIcon;
40
+
41
+ module.exports = ComponentsIcon_default;
@@ -27,7 +27,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
27
  var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
28
28
 
29
29
  const MathFunctionIcon = React__namespace.forwardRef((props, ref) => {
30
- return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.25 1.57812C8.79701 1.57813 9.32146 1.79558 9.70825 2.18237C10.095 2.56917 10.3125 3.09362 10.3125 3.64062C10.3125 3.95129 10.0607 4.20312 9.75 4.20312C9.43934 4.20312 9.1875 3.95129 9.1875 3.64062C9.1875 3.39198 9.08866 3.1536 8.91284 2.97778C8.75908 2.82402 8.55751 2.72889 8.34302 2.70752L8.25 2.70312C8.11054 2.70312 7.98795 2.7525 7.84131 2.97632C7.67592 3.22885 7.52926 3.63957 7.3916 4.23608C7.2562 4.8229 7.14188 5.52915 7.01221 6.34253C6.91438 6.9562 6.8083 7.62491 6.67969 8.32812H8.25C8.56066 8.32812 8.8125 8.57996 8.8125 8.89062C8.8125 9.20129 8.56066 9.45312 8.25 9.45312H6.46582C6.32297 10.2132 6.20614 10.9386 6.09814 11.616C5.97003 12.4196 5.84991 13.1667 5.7041 13.7986C5.56055 14.4206 5.37895 14.9945 5.09912 15.4216C4.80045 15.8774 4.36045 16.2031 3.75 16.2031C3.20299 16.2031 2.67854 15.9857 2.29175 15.5989C1.90495 15.2121 1.6875 14.6876 1.6875 14.1406C1.6875 13.83 1.93934 13.5781 2.25 13.5781C2.56066 13.5781 2.8125 13.83 2.8125 14.1406C2.8125 14.3893 2.91134 14.6277 3.08716 14.8035C3.26297 14.9793 3.50136 15.0781 3.75 15.0781C3.88946 15.0781 4.01205 15.0288 4.15869 14.8049C4.32408 14.5524 4.47074 14.1417 4.6084 13.5452C4.7438 12.9584 4.85812 12.2521 4.98779 11.4387C5.08562 10.825 5.1917 10.1563 5.32031 9.45312H3.75C3.43934 9.45312 3.1875 9.20129 3.1875 8.89062C3.1875 8.57996 3.43934 8.32812 3.75 8.32812H5.53418C5.67703 7.56809 5.79386 6.84269 5.90186 6.16528C6.02997 5.36164 6.15009 4.61452 6.2959 3.98267C6.43945 3.36069 6.62105 2.78673 6.90088 2.35962C7.19955 1.90385 7.63955 1.57812 8.25 1.57812Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.3523 8.49292C15.572 8.27329 15.928 8.27328 16.1477 8.49292C16.3673 8.71258 16.3673 9.06866 16.1477 9.28833L14.2954 11.1406L16.1477 12.9929L16.1865 13.0354C16.3667 13.2563 16.3536 13.5824 16.1477 13.7883C15.9418 13.9943 15.6157 14.0074 15.3948 13.8271L15.3523 13.7883L13.5 11.936L11.6477 13.7883C11.428 14.008 11.072 14.008 10.8523 13.7883C10.6326 13.5687 10.6326 13.2126 10.8523 12.9929L12.7046 11.1406L10.8523 9.28833L10.8135 9.24585C10.6333 9.02492 10.6464 8.69884 10.8523 8.49292C11.0582 8.28707 11.3843 8.27398 11.6052 8.4541L11.6477 8.49292L13.5 10.3452L15.3523 8.49292Z" }));
30
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11 2.25C11.7293 2.25 12.4286 2.53994 12.9443 3.05566C13.4601 3.57139 13.75 4.27065 13.75 5C13.75 5.41421 13.4142 5.75 13 5.75C12.5858 5.75 12.25 5.41421 12.25 5C12.25 4.66848 12.1182 4.35063 11.8838 4.11621C11.6788 3.9112 11.41 3.78436 11.124 3.75586L11 3.75C10.814 3.75 10.6506 3.81583 10.4551 4.11426C10.2346 4.45097 10.039 4.99859 9.85547 5.79395C9.67493 6.57636 9.5225 7.51803 9.34961 8.60254C9.21917 9.42077 9.07773 10.3124 8.90625 11.25H11C11.4142 11.25 11.75 11.5858 11.75 12C11.75 12.4142 11.4142 12.75 11 12.75H8.62109C8.43063 13.7634 8.27485 14.7306 8.13086 15.6338C7.96004 16.7053 7.79989 17.7015 7.60547 18.5439C7.41407 19.3732 7.17193 20.1385 6.79883 20.708C6.4006 21.3157 5.81393 21.75 5 21.75C4.27065 21.75 3.57139 21.4601 3.05566 20.9443C2.53994 20.4286 2.25 19.7293 2.25 19C2.25 18.5858 2.58579 18.25 3 18.25C3.41421 18.25 3.75 18.5858 3.75 19C3.75 19.3315 3.88179 19.6494 4.11621 19.8838C4.35063 20.1182 4.66848 20.25 5 20.25C5.18595 20.25 5.3494 20.1842 5.54492 19.8857C5.76544 19.549 5.96099 19.0014 6.14453 18.2061C6.32507 17.4236 6.4775 16.482 6.65039 15.3975C6.78083 14.5792 6.92227 13.6876 7.09375 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H7.37891C7.56937 10.2366 7.72515 9.26942 7.86914 8.36621C8.03996 7.29469 8.20011 6.29853 8.39453 5.45605C8.58593 4.62675 8.82807 3.86147 9.20117 3.29199C9.5994 2.6843 10.1861 2.25 11 2.25Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.4697 11.4697C20.7626 11.1769 21.2374 11.1769 21.5303 11.4697C21.8231 11.7626 21.8231 12.2374 21.5303 12.5303L19.0605 15L21.5303 17.4697L21.582 17.5264C21.8223 17.8209 21.8048 18.2557 21.5303 18.5303C21.2557 18.8049 20.8209 18.8223 20.5264 18.582L20.4697 18.5303L18 16.0605L15.5303 18.5303C15.2374 18.8231 14.7626 18.8231 14.4697 18.5303C14.1769 18.2374 14.1769 17.7626 14.4697 17.4697L16.9395 15L14.4697 12.5303L14.418 12.4736C14.1778 12.1791 14.1952 11.7443 14.4697 11.4697C14.7443 11.1953 15.1791 11.1778 15.4736 11.418L15.5303 11.4697L18 13.9395L20.4697 11.4697Z" }));
31
31
  });
32
32
  var MathFunctionIcon_default = MathFunctionIcon;
33
33
 
package/cjs/index.d.ts CHANGED
@@ -68,6 +68,7 @@ export { default as CodeIcon } from './CodeIcon';
68
68
  export { default as CoinsIcon } from './CoinsIcon';
69
69
  export { default as ColorFilterIcon } from './ColorFilterIcon';
70
70
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
71
+ export { default as ComponentsIcon } from './ComponentsIcon';
71
72
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
72
73
  export { default as CopyIcon } from './CopyIcon';
73
74
  export { default as CopyPageIcon } from './CopyPageIcon';
package/cjs/index.js CHANGED
@@ -70,6 +70,7 @@ var CodeIcon = require('./CodeIcon');
70
70
  var CoinsIcon = require('./CoinsIcon');
71
71
  var ColorFilterIcon = require('./ColorFilterIcon');
72
72
  var ColorSwatchIcon = require('./ColorSwatchIcon');
73
+ var ComponentsIcon = require('./ComponentsIcon');
73
74
  var ContainerTemplateIcon = require('./ContainerTemplateIcon');
74
75
  var CopyIcon = require('./CopyIcon');
75
76
  var CopyPageIcon = require('./CopyPageIcon');
@@ -316,6 +317,7 @@ var CodeIcon__default = /*#__PURE__*/_interopDefault(CodeIcon);
316
317
  var CoinsIcon__default = /*#__PURE__*/_interopDefault(CoinsIcon);
317
318
  var ColorFilterIcon__default = /*#__PURE__*/_interopDefault(ColorFilterIcon);
318
319
  var ColorSwatchIcon__default = /*#__PURE__*/_interopDefault(ColorSwatchIcon);
320
+ var ComponentsIcon__default = /*#__PURE__*/_interopDefault(ComponentsIcon);
319
321
  var ContainerTemplateIcon__default = /*#__PURE__*/_interopDefault(ContainerTemplateIcon);
320
322
  var CopyIcon__default = /*#__PURE__*/_interopDefault(CopyIcon);
321
323
  var CopyPageIcon__default = /*#__PURE__*/_interopDefault(CopyPageIcon);
@@ -772,6 +774,10 @@ Object.defineProperty(exports, "ColorSwatchIcon", {
772
774
  enumerable: true,
773
775
  get: function () { return ColorSwatchIcon__default.default; }
774
776
  });
777
+ Object.defineProperty(exports, "ComponentsIcon", {
778
+ enumerable: true,
779
+ get: function () { return ComponentsIcon__default.default; }
780
+ });
775
781
  Object.defineProperty(exports, "ContainerTemplateIcon", {
776
782
  enumerable: true,
777
783
  get: function () { return ContainerTemplateIcon__default.default; }
package/index.d.ts CHANGED
@@ -68,6 +68,7 @@ export { default as CodeIcon } from './CodeIcon';
68
68
  export { default as CoinsIcon } from './CoinsIcon';
69
69
  export { default as ColorFilterIcon } from './ColorFilterIcon';
70
70
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
71
+ export { default as ComponentsIcon } from './ComponentsIcon';
71
72
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
72
73
  export { default as CopyIcon } from './CopyIcon';
73
74
  export { default as CopyPageIcon } from './CopyPageIcon';
package/index.js CHANGED
@@ -68,6 +68,7 @@ export { default as CodeIcon } from './CodeIcon';
68
68
  export { default as CoinsIcon } from './CoinsIcon';
69
69
  export { default as ColorFilterIcon } from './ColorFilterIcon';
70
70
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
71
+ export { default as ComponentsIcon } from './ComponentsIcon';
71
72
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
72
73
  export { default as CopyIcon } from './CopyIcon';
73
74
  export { default as CopyPageIcon } from './CopyPageIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.51.0",
19
+ "version": "1.52.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",