@elementor/icons 1.63.0 → 1.64.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 ElementorAccessibilityIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorAccessibilityIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorAccessibilityIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M8.24988 14.6074V12.2227C8.24974 12.074 8.12547 11.9689 7.99304 11.9814C6.15259 12.1593 4.38044 12.4009 3.27136 12.5635C2.21368 12.7186 1.24988 11.902 1.24988 10.8223V9.9834C1.25 9.05793 1.90331 8.24468 2.83972 8.08594C4.54704 7.7968 8.26661 7.25001 11.9999 7.25L12.6991 7.25586C16.1896 7.317 19.5581 7.81483 21.1591 8.08594C22.0958 8.24457 22.7499 9.05852 22.7499 9.98438V10.8223C22.7499 11.9023 21.7858 12.7185 20.7284 12.5635C19.6193 12.4008 17.8471 12.1593 16.0067 11.9814C15.8743 11.9689 15.75 12.074 15.7499 12.2227V14.8027C15.7499 14.8623 15.7717 14.9196 15.8104 14.9648L19.7509 19.5576C20.3803 20.2912 20.296 21.3971 19.5624 22.0264L18.8026 22.6768C18.0692 23.3058 16.9651 23.2215 16.3358 22.4883L12.1053 17.5596C12.0056 17.4433 11.8262 17.4433 11.7264 17.5596L7.49695 22.4883C6.86761 23.2217 5.76265 23.306 5.02917 22.6768L4.27039 22.0264C3.53694 21.3971 3.45272 20.2921 4.08191 19.5586L8.18933 14.7705C8.22818 14.7252 8.24984 14.6671 8.24988 14.6074ZM13.2499 4C13.2499 3.30964 12.6902 2.75 11.9999 2.75C11.3096 2.75008 10.7499 3.3097 10.7499 4C10.7499 4.6903 11.3096 5.24992 11.9999 5.25C12.6902 5.25 13.2499 4.69036 13.2499 4ZM2.74988 10.8223C2.74988 10.9762 2.89062 11.104 3.05359 11.0801C4.17558 10.9156 5.97408 10.6694 7.84851 10.4883C8.87792 10.3889 9.74973 11.2042 9.74988 12.2227V14.6074C9.74984 15.0254 9.60014 15.4299 9.328 15.7471L5.22058 20.5352C5.13068 20.6399 5.14217 20.7978 5.24695 20.8877L6.00574 21.5381C6.11047 21.6279 6.26834 21.6163 6.35828 21.5117L10.5878 16.582C11.2861 15.7684 12.5457 15.7684 13.244 16.582L17.4735 21.5117C17.5634 21.6165 17.7213 21.628 17.826 21.5381L18.5858 20.8877C18.6905 20.7978 18.702 20.6399 18.6122 20.5352L14.6718 15.9424C14.3996 15.6252 14.2499 15.2207 14.2499 14.8027V12.2227C14.25 11.2042 15.1218 10.3889 16.1512 10.4883C18.0255 10.6694 19.8241 10.9156 20.9462 11.0801C21.1093 11.1038 21.2499 10.9759 21.2499 10.8223V9.98438C21.2499 9.76603 21.1004 9.59795 20.9091 9.56543C19.2322 9.28146 15.6089 8.75 11.9999 8.75C8.39064 8.75001 4.76735 9.28149 3.0907 9.56543C2.89946 9.59782 2.74999 9.76516 2.74988 9.9834V10.8223ZM14.7499 4C14.7499 5.51878 13.5187 6.75 11.9999 6.75C10.4812 6.74992 9.24988 5.51873 9.24988 4C9.24988 2.48127 10.4812 1.25008 11.9999 1.25C13.5187 1.25 14.7499 2.48122 14.7499 4Z" }));
6
+ });
7
+ var ElementorAccessibilityIcon_default = ElementorAccessibilityIcon;
8
+
9
+ export { ElementorAccessibilityIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorAngieIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorAngieIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorAngieIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M5.29585 2.32615C5.78893 1.64789 6.81759 1.64769 7.3105 2.32615L7.40718 2.48143L7.77632 3.17771C8.08087 3.75206 8.55063 4.22177 9.12496 4.52635L9.82124 4.89549C9.98083 4.98013 10.1108 5.09154 10.2128 5.21873C10.5916 5.14613 10.9778 5.08241 11.3701 5.02928C14.2522 4.63896 16.9768 4.85948 19.0615 5.56639C21.0976 6.25688 22.7607 7.50781 23.0078 9.33201C23.156 10.4262 22.7483 11.4681 22.0341 12.3662C21.5555 12.968 20.9232 13.5237 20.1796 14.0254L21.8212 14.8955C22.707 15.3652 22.707 16.6347 21.8212 17.1045L19.8183 18.166C19.2438 18.4706 18.7733 18.9411 18.4687 19.5156L17.4072 21.5185C16.9373 22.4041 15.668 22.4042 15.1982 21.5185L14.1367 19.5156C13.8321 18.9412 13.3624 18.4706 12.788 18.166L10.7851 17.1045C10.6179 17.0158 10.482 16.8985 10.3779 16.7637C8.16477 16.7897 6.13824 16.4442 4.56343 15.7812C2.86225 15.0649 1.51563 13.8951 1.29585 12.2724C1.05937 10.5254 2.20761 8.94139 3.89546 7.73533C3.76449 7.63809 3.62576 7.55067 3.48042 7.47361L2.78511 7.10447C1.89914 6.63475 1.89914 5.36521 2.78511 4.89549L3.48042 4.52635C4.05492 4.22175 4.52544 3.75221 4.83003 3.17771L5.1982 2.48143L5.29585 2.32615ZM15.4619 13.1875C15.0167 14.0271 14.3298 14.714 13.4902 15.1592L11.9033 16L13.4902 16.8408C14.3298 17.286 15.0167 17.9729 15.4619 18.8125L16.3027 20.3984L17.1435 18.8125C17.5887 17.9729 18.2756 17.286 19.1152 16.8408L20.7011 16L19.1152 15.1592C18.2756 14.714 17.5887 14.0271 17.1435 13.1875L16.3027 11.6006L15.4619 13.1875ZM18.58 6.98728C16.7581 6.36944 14.2739 6.14959 11.5712 6.5156C11.118 6.57699 10.6742 6.65241 10.2421 6.74119C10.1361 6.88493 9.99708 7.01122 9.82124 7.10447L9.12496 7.47361C8.55062 7.7782 8.08086 8.24788 7.77632 8.82225L7.40718 9.51756C6.93746 10.4035 5.66792 10.4035 5.1982 9.51756L4.86421 8.88768C3.30119 9.96846 2.65432 11.1268 2.78218 12.0713C2.89674 12.9171 3.64332 13.7669 5.14546 14.3994C6.48898 14.965 8.3025 15.2877 10.3584 15.2637C10.4649 15.1175 10.6069 14.99 10.7851 14.8955L12.788 13.834C13.3624 13.5294 13.8321 13.0588 14.1367 12.4844L15.1982 10.4814C15.668 9.59585 16.9373 9.59594 17.4072 10.4814L18.4687 12.4844C18.5817 12.6975 18.7176 12.8969 18.873 13.0781C19.7357 12.5623 20.4081 12.0012 20.8603 11.4326C21.403 10.7501 21.5991 10.1069 21.5214 9.53318C21.3921 8.57943 20.4504 7.62159 18.58 6.98728ZM6.15523 3.87986C5.71013 4.71938 5.02301 5.40636 4.18355 5.85154L3.90328 5.99998L4.18355 6.14842C5.023 6.5936 5.71014 7.28059 6.15523 8.1201L6.30269 8.39842L6.45113 8.1201C6.8963 7.28043 7.58313 6.5936 8.42281 6.14842L8.7021 5.99998L8.42281 5.85154C7.58314 5.40637 6.8963 4.71953 6.45113 3.87986L6.30269 3.60057L6.15523 3.87986Z" }));
6
+ });
7
+ var ElementorAngieIcon_default = ElementorAngieIcon;
8
+
9
+ export { ElementorAngieIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorEditorIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorEditorIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorEditorIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M18.75 6C18.75 4.20507 17.2949 2.75 15.5 2.75H6C4.20507 2.75 2.75 4.20507 2.75 6V15C2.75 16.7949 4.20507 18.25 6 18.25H12.2559L10.0859 12.3916C9.55722 10.9641 10.9769 9.58895 12.3867 10.1631L18.75 12.7549V6ZM11.8213 11.5518C11.6199 11.4697 11.4168 11.6662 11.4922 11.8701L14.8604 20.9629C14.9381 21.1717 15.2299 21.1824 15.3223 20.9795L16.6543 18.0479C16.8373 17.6452 17.166 17.3264 17.5742 17.1562L20.9717 15.7412C21.1772 15.6552 21.1758 15.3637 20.9697 15.2793L11.8213 11.5518ZM20.25 13.3652L21.5352 13.8896C22.9819 14.4791 22.9899 16.5251 21.5479 17.126L18.1514 18.541C18.0932 18.5653 18.0467 18.6107 18.0205 18.668L16.6875 21.5996C16.0409 23.0221 13.9958 22.9487 13.4531 21.4834L12.8115 19.75H6C3.37665 19.75 1.25 17.6234 1.25 15V6C1.25 3.37665 3.37665 1.25 6 1.25H15.5C18.1234 1.25 20.25 3.37665 20.25 6V13.3652Z" }));
6
+ });
7
+ var ElementorEditorIcon_default = ElementorEditorIcon;
8
+
9
+ export { ElementorEditorIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorEmailDeliverabilityIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorEmailDeliverabilityIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorEmailDeliverabilityIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M21.2501 14.0561L12.9083 16.977C12.3204 17.1827 11.6798 17.1827 11.0919 16.977L2.75012 14.0561V18.9995C2.75012 20.2421 3.75748 21.2495 5.00012 21.2495H19.0001C20.2428 21.2495 21.2501 20.2421 21.2501 18.9995V14.0561ZM7.00012 6.74949C5.75762 6.74949 4.75035 7.75705 4.75012 8.99949V13.1675L11.587 15.561C11.8544 15.6546 12.1459 15.6546 12.4132 15.561L19.2501 13.1675V8.99949C19.2499 7.75715 18.2425 6.74966 17.0001 6.74949H7.00012ZM3.07141 11.6489C2.8684 11.874 2.75452 12.1655 2.75012 12.4682L3.25012 12.643V11.4507L3.07141 11.6489ZM20.7501 12.643L21.2491 12.4682C21.2447 12.1655 21.1318 11.874 20.9288 11.6489L20.7501 11.4507V12.643ZM12.9445 3.73192C12.4461 3.15767 11.5542 3.15767 11.0558 3.73192L9.7384 5.24949H14.2618L12.9445 3.73192ZM22.7501 18.9995C22.7501 21.0706 21.0712 22.7495 19.0001 22.7495H5.00012C2.92905 22.7495 1.25012 21.0706 1.25012 18.9995V12.4868C1.25012 11.8065 1.50257 11.1502 1.95813 10.645L3.25012 9.21141V8.99949C3.25035 6.92862 4.92919 5.24949 7.00012 5.24949H7.75305L9.92297 2.74852C11.0194 1.4852 12.9808 1.48519 14.0773 2.74852L16.2472 5.24949H17.0001C19.0709 5.24966 20.7499 6.92872 20.7501 8.99949V9.21141L22.0421 10.645C22.4977 11.1502 22.7501 11.8065 22.7501 12.4868V18.9995Z" }));
6
+ });
7
+ var ElementorEmailDeliverabilityIcon_default = ElementorEmailDeliverabilityIcon;
8
+
9
+ export { ElementorEmailDeliverabilityIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorImageOptimizerIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorImageOptimizerIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorImageOptimizerIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M21.2501 9.6377L15.2101 17.1875C14.6064 17.9421 13.5058 18.0645 12.7511 17.4609L9.31262 14.71C9.20488 14.6239 9.04732 14.6414 8.96106 14.749L4.19641 20.7041C4.71246 21.049 5.33284 21.25 6.00012 21.25H18.0001C19.795 21.25 21.2501 19.7949 21.2501 18V9.6377ZM8.25012 7C8.25012 6.30964 7.69048 5.75 7.00012 5.75C6.3098 5.75004 5.75012 6.30967 5.75012 7C5.75014 7.69031 6.30981 8.24996 7.00012 8.25C7.69047 8.25 8.2501 7.69034 8.25012 7ZM21.2501 6C21.2501 4.20507 19.795 2.75 18.0001 2.75H6.00012C4.2052 2.75 2.75012 4.20507 2.75012 6V18C2.75012 18.5777 2.90183 19.1197 3.16614 19.5898L7.79016 13.8125C8.39389 13.058 9.49447 12.9355 10.2491 13.5391L13.6876 16.29C13.7954 16.3761 13.9529 16.3586 14.0392 16.251L21.2501 7.23633V6ZM9.75012 7C9.7501 8.51877 8.51889 9.75 7.00012 9.75C5.48139 9.74996 4.25014 8.51874 4.25012 7C4.25012 5.48124 5.48137 4.25004 7.00012 4.25C8.51891 4.25 9.75012 5.48122 9.75012 7ZM22.7501 18C22.7501 20.6234 20.6235 22.75 18.0001 22.75H6.00012C3.37677 22.75 1.25012 20.6234 1.25012 18V6C1.25012 3.37665 3.37677 1.25 6.00012 1.25H18.0001C20.6235 1.25 22.7501 3.37665 22.7501 6V18Z" }));
6
+ });
7
+ var ElementorImageOptimizerIcon_default = ElementorImageOptimizerIcon;
8
+
9
+ export { ElementorImageOptimizerIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ToolIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ToolIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ToolIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M3.62891 18.9996C3.62891 18.636 3.77319 18.287 4.03027 18.0299L10.0303 12.0299C10.255 11.8051 10.3137 11.4632 10.1768 11.1764C9.70888 10.1967 9.55666 9.096 9.74023 8.02597C9.92381 6.95601 10.4345 5.96942 11.2021 5.20176C11.9698 4.4341 12.9564 3.92247 14.0264 3.73886C14.7293 3.61827 15.4455 3.64359 16.1318 3.80722L13.4697 6.46933C13.3292 6.60997 13.25 6.80076 13.25 6.99961V9.99961C13.2501 10.4137 13.5859 10.7495 14 10.7496H17C17.1988 10.7496 17.3896 10.6704 17.5303 10.5299L20.1924 7.86777C20.356 8.55412 20.3813 9.27034 20.2607 9.97324C20.0771 11.0432 19.5655 12.0298 18.7979 12.7975C18.0302 13.5651 17.0436 14.0758 15.9736 14.2594C14.9036 14.443 13.8029 14.2907 12.8232 13.8228L12.7139 13.7809C12.4531 13.7032 12.1665 13.7726 11.9697 13.9693L5.96973 19.9693C5.71257 20.2264 5.36363 20.3707 5 20.3707C4.63636 20.3707 4.28741 20.2265 4.03027 19.9693C3.77314 19.7122 3.62895 19.3633 3.62891 18.9996ZM2.12891 18.9996C2.12895 19.7611 2.43128 20.4914 2.96973 21.0299C3.50817 21.5683 4.23853 21.8707 5 21.8707C5.76145 21.8707 6.49181 21.5683 7.03027 21.0299L12.6729 15.3873C13.8019 15.8196 15.0294 15.9435 16.2275 15.7379C17.6032 15.5018 18.8724 14.845 19.8594 13.858C20.8461 12.8712 21.5022 11.6025 21.7383 10.2271C21.9743 8.8514 21.7783 7.43594 21.1768 6.17636L21.1328 6.09726C21.02 5.91976 20.837 5.79638 20.627 5.76035C20.387 5.71918 20.1419 5.79717 19.9697 5.96933L16.6895 9.24961H14.75V7.31015L18.0303 4.02988C18.2024 3.85772 18.2804 3.61262 18.2393 3.37265C18.1981 3.13268 18.0429 2.92778 17.8232 2.82285C16.5637 2.2213 15.1482 2.02529 13.7725 2.26133C12.3971 2.49742 11.1285 3.15352 10.1416 4.14023C9.15462 5.12721 8.49779 6.39638 8.26172 7.77207C8.05616 8.97018 8.17996 10.1977 8.6123 11.3268L2.96973 16.9693C2.43134 17.5078 2.12891 18.2382 2.12891 18.9996Z" }));
6
+ });
7
+ var ToolIcon_default = ToolIcon;
8
+
9
+ export { ToolIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorAccessibilityIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorAccessibilityIcon;
@@ -0,0 +1,34 @@
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 ElementorAccessibilityIcon = 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.24988 14.6074V12.2227C8.24974 12.074 8.12547 11.9689 7.99304 11.9814C6.15259 12.1593 4.38044 12.4009 3.27136 12.5635C2.21368 12.7186 1.24988 11.902 1.24988 10.8223V9.9834C1.25 9.05793 1.90331 8.24468 2.83972 8.08594C4.54704 7.7968 8.26661 7.25001 11.9999 7.25L12.6991 7.25586C16.1896 7.317 19.5581 7.81483 21.1591 8.08594C22.0958 8.24457 22.7499 9.05852 22.7499 9.98438V10.8223C22.7499 11.9023 21.7858 12.7185 20.7284 12.5635C19.6193 12.4008 17.8471 12.1593 16.0067 11.9814C15.8743 11.9689 15.75 12.074 15.7499 12.2227V14.8027C15.7499 14.8623 15.7717 14.9196 15.8104 14.9648L19.7509 19.5576C20.3803 20.2912 20.296 21.3971 19.5624 22.0264L18.8026 22.6768C18.0692 23.3058 16.9651 23.2215 16.3358 22.4883L12.1053 17.5596C12.0056 17.4433 11.8262 17.4433 11.7264 17.5596L7.49695 22.4883C6.86761 23.2217 5.76265 23.306 5.02917 22.6768L4.27039 22.0264C3.53694 21.3971 3.45272 20.2921 4.08191 19.5586L8.18933 14.7705C8.22818 14.7252 8.24984 14.6671 8.24988 14.6074ZM13.2499 4C13.2499 3.30964 12.6902 2.75 11.9999 2.75C11.3096 2.75008 10.7499 3.3097 10.7499 4C10.7499 4.6903 11.3096 5.24992 11.9999 5.25C12.6902 5.25 13.2499 4.69036 13.2499 4ZM2.74988 10.8223C2.74988 10.9762 2.89062 11.104 3.05359 11.0801C4.17558 10.9156 5.97408 10.6694 7.84851 10.4883C8.87792 10.3889 9.74973 11.2042 9.74988 12.2227V14.6074C9.74984 15.0254 9.60014 15.4299 9.328 15.7471L5.22058 20.5352C5.13068 20.6399 5.14217 20.7978 5.24695 20.8877L6.00574 21.5381C6.11047 21.6279 6.26834 21.6163 6.35828 21.5117L10.5878 16.582C11.2861 15.7684 12.5457 15.7684 13.244 16.582L17.4735 21.5117C17.5634 21.6165 17.7213 21.628 17.826 21.5381L18.5858 20.8877C18.6905 20.7978 18.702 20.6399 18.6122 20.5352L14.6718 15.9424C14.3996 15.6252 14.2499 15.2207 14.2499 14.8027V12.2227C14.25 11.2042 15.1218 10.3889 16.1512 10.4883C18.0255 10.6694 19.8241 10.9156 20.9462 11.0801C21.1093 11.1038 21.2499 10.9759 21.2499 10.8223V9.98438C21.2499 9.76603 21.1004 9.59795 20.9091 9.56543C19.2322 9.28146 15.6089 8.75 11.9999 8.75C8.39064 8.75001 4.76735 9.28149 3.0907 9.56543C2.89946 9.59782 2.74999 9.76516 2.74988 9.9834V10.8223ZM14.7499 4C14.7499 5.51878 13.5187 6.75 11.9999 6.75C10.4812 6.74992 9.24988 5.51873 9.24988 4C9.24988 2.48127 10.4812 1.25008 11.9999 1.25C13.5187 1.25 14.7499 2.48122 14.7499 4Z" }));
31
+ });
32
+ var ElementorAccessibilityIcon_default = ElementorAccessibilityIcon;
33
+
34
+ module.exports = ElementorAccessibilityIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorAngieIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorAngieIcon;
@@ -0,0 +1,34 @@
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 ElementorAngieIcon = 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: "M5.29585 2.32615C5.78893 1.64789 6.81759 1.64769 7.3105 2.32615L7.40718 2.48143L7.77632 3.17771C8.08087 3.75206 8.55063 4.22177 9.12496 4.52635L9.82124 4.89549C9.98083 4.98013 10.1108 5.09154 10.2128 5.21873C10.5916 5.14613 10.9778 5.08241 11.3701 5.02928C14.2522 4.63896 16.9768 4.85948 19.0615 5.56639C21.0976 6.25688 22.7607 7.50781 23.0078 9.33201C23.156 10.4262 22.7483 11.4681 22.0341 12.3662C21.5555 12.968 20.9232 13.5237 20.1796 14.0254L21.8212 14.8955C22.707 15.3652 22.707 16.6347 21.8212 17.1045L19.8183 18.166C19.2438 18.4706 18.7733 18.9411 18.4687 19.5156L17.4072 21.5185C16.9373 22.4041 15.668 22.4042 15.1982 21.5185L14.1367 19.5156C13.8321 18.9412 13.3624 18.4706 12.788 18.166L10.7851 17.1045C10.6179 17.0158 10.482 16.8985 10.3779 16.7637C8.16477 16.7897 6.13824 16.4442 4.56343 15.7812C2.86225 15.0649 1.51563 13.8951 1.29585 12.2724C1.05937 10.5254 2.20761 8.94139 3.89546 7.73533C3.76449 7.63809 3.62576 7.55067 3.48042 7.47361L2.78511 7.10447C1.89914 6.63475 1.89914 5.36521 2.78511 4.89549L3.48042 4.52635C4.05492 4.22175 4.52544 3.75221 4.83003 3.17771L5.1982 2.48143L5.29585 2.32615ZM15.4619 13.1875C15.0167 14.0271 14.3298 14.714 13.4902 15.1592L11.9033 16L13.4902 16.8408C14.3298 17.286 15.0167 17.9729 15.4619 18.8125L16.3027 20.3984L17.1435 18.8125C17.5887 17.9729 18.2756 17.286 19.1152 16.8408L20.7011 16L19.1152 15.1592C18.2756 14.714 17.5887 14.0271 17.1435 13.1875L16.3027 11.6006L15.4619 13.1875ZM18.58 6.98728C16.7581 6.36944 14.2739 6.14959 11.5712 6.5156C11.118 6.57699 10.6742 6.65241 10.2421 6.74119C10.1361 6.88493 9.99708 7.01122 9.82124 7.10447L9.12496 7.47361C8.55062 7.7782 8.08086 8.24788 7.77632 8.82225L7.40718 9.51756C6.93746 10.4035 5.66792 10.4035 5.1982 9.51756L4.86421 8.88768C3.30119 9.96846 2.65432 11.1268 2.78218 12.0713C2.89674 12.9171 3.64332 13.7669 5.14546 14.3994C6.48898 14.965 8.3025 15.2877 10.3584 15.2637C10.4649 15.1175 10.6069 14.99 10.7851 14.8955L12.788 13.834C13.3624 13.5294 13.8321 13.0588 14.1367 12.4844L15.1982 10.4814C15.668 9.59585 16.9373 9.59594 17.4072 10.4814L18.4687 12.4844C18.5817 12.6975 18.7176 12.8969 18.873 13.0781C19.7357 12.5623 20.4081 12.0012 20.8603 11.4326C21.403 10.7501 21.5991 10.1069 21.5214 9.53318C21.3921 8.57943 20.4504 7.62159 18.58 6.98728ZM6.15523 3.87986C5.71013 4.71938 5.02301 5.40636 4.18355 5.85154L3.90328 5.99998L4.18355 6.14842C5.023 6.5936 5.71014 7.28059 6.15523 8.1201L6.30269 8.39842L6.45113 8.1201C6.8963 7.28043 7.58313 6.5936 8.42281 6.14842L8.7021 5.99998L8.42281 5.85154C7.58314 5.40637 6.8963 4.71953 6.45113 3.87986L6.30269 3.60057L6.15523 3.87986Z" }));
31
+ });
32
+ var ElementorAngieIcon_default = ElementorAngieIcon;
33
+
34
+ module.exports = ElementorAngieIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorEditorIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorEditorIcon;
@@ -0,0 +1,34 @@
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 ElementorEditorIcon = 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: "M18.75 6C18.75 4.20507 17.2949 2.75 15.5 2.75H6C4.20507 2.75 2.75 4.20507 2.75 6V15C2.75 16.7949 4.20507 18.25 6 18.25H12.2559L10.0859 12.3916C9.55722 10.9641 10.9769 9.58895 12.3867 10.1631L18.75 12.7549V6ZM11.8213 11.5518C11.6199 11.4697 11.4168 11.6662 11.4922 11.8701L14.8604 20.9629C14.9381 21.1717 15.2299 21.1824 15.3223 20.9795L16.6543 18.0479C16.8373 17.6452 17.166 17.3264 17.5742 17.1562L20.9717 15.7412C21.1772 15.6552 21.1758 15.3637 20.9697 15.2793L11.8213 11.5518ZM20.25 13.3652L21.5352 13.8896C22.9819 14.4791 22.9899 16.5251 21.5479 17.126L18.1514 18.541C18.0932 18.5653 18.0467 18.6107 18.0205 18.668L16.6875 21.5996C16.0409 23.0221 13.9958 22.9487 13.4531 21.4834L12.8115 19.75H6C3.37665 19.75 1.25 17.6234 1.25 15V6C1.25 3.37665 3.37665 1.25 6 1.25H15.5C18.1234 1.25 20.25 3.37665 20.25 6V13.3652Z" }));
31
+ });
32
+ var ElementorEditorIcon_default = ElementorEditorIcon;
33
+
34
+ module.exports = ElementorEditorIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorEmailDeliverabilityIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorEmailDeliverabilityIcon;
@@ -0,0 +1,34 @@
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 ElementorEmailDeliverabilityIcon = 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: "M21.2501 14.0561L12.9083 16.977C12.3204 17.1827 11.6798 17.1827 11.0919 16.977L2.75012 14.0561V18.9995C2.75012 20.2421 3.75748 21.2495 5.00012 21.2495H19.0001C20.2428 21.2495 21.2501 20.2421 21.2501 18.9995V14.0561ZM7.00012 6.74949C5.75762 6.74949 4.75035 7.75705 4.75012 8.99949V13.1675L11.587 15.561C11.8544 15.6546 12.1459 15.6546 12.4132 15.561L19.2501 13.1675V8.99949C19.2499 7.75715 18.2425 6.74966 17.0001 6.74949H7.00012ZM3.07141 11.6489C2.8684 11.874 2.75452 12.1655 2.75012 12.4682L3.25012 12.643V11.4507L3.07141 11.6489ZM20.7501 12.643L21.2491 12.4682C21.2447 12.1655 21.1318 11.874 20.9288 11.6489L20.7501 11.4507V12.643ZM12.9445 3.73192C12.4461 3.15767 11.5542 3.15767 11.0558 3.73192L9.7384 5.24949H14.2618L12.9445 3.73192ZM22.7501 18.9995C22.7501 21.0706 21.0712 22.7495 19.0001 22.7495H5.00012C2.92905 22.7495 1.25012 21.0706 1.25012 18.9995V12.4868C1.25012 11.8065 1.50257 11.1502 1.95813 10.645L3.25012 9.21141V8.99949C3.25035 6.92862 4.92919 5.24949 7.00012 5.24949H7.75305L9.92297 2.74852C11.0194 1.4852 12.9808 1.48519 14.0773 2.74852L16.2472 5.24949H17.0001C19.0709 5.24966 20.7499 6.92872 20.7501 8.99949V9.21141L22.0421 10.645C22.4977 11.1502 22.7501 11.8065 22.7501 12.4868V18.9995Z" }));
31
+ });
32
+ var ElementorEmailDeliverabilityIcon_default = ElementorEmailDeliverabilityIcon;
33
+
34
+ module.exports = ElementorEmailDeliverabilityIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorImageOptimizerIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorImageOptimizerIcon;
@@ -0,0 +1,34 @@
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 ElementorImageOptimizerIcon = 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: "M21.2501 9.6377L15.2101 17.1875C14.6064 17.9421 13.5058 18.0645 12.7511 17.4609L9.31262 14.71C9.20488 14.6239 9.04732 14.6414 8.96106 14.749L4.19641 20.7041C4.71246 21.049 5.33284 21.25 6.00012 21.25H18.0001C19.795 21.25 21.2501 19.7949 21.2501 18V9.6377ZM8.25012 7C8.25012 6.30964 7.69048 5.75 7.00012 5.75C6.3098 5.75004 5.75012 6.30967 5.75012 7C5.75014 7.69031 6.30981 8.24996 7.00012 8.25C7.69047 8.25 8.2501 7.69034 8.25012 7ZM21.2501 6C21.2501 4.20507 19.795 2.75 18.0001 2.75H6.00012C4.2052 2.75 2.75012 4.20507 2.75012 6V18C2.75012 18.5777 2.90183 19.1197 3.16614 19.5898L7.79016 13.8125C8.39389 13.058 9.49447 12.9355 10.2491 13.5391L13.6876 16.29C13.7954 16.3761 13.9529 16.3586 14.0392 16.251L21.2501 7.23633V6ZM9.75012 7C9.7501 8.51877 8.51889 9.75 7.00012 9.75C5.48139 9.74996 4.25014 8.51874 4.25012 7C4.25012 5.48124 5.48137 4.25004 7.00012 4.25C8.51891 4.25 9.75012 5.48122 9.75012 7ZM22.7501 18C22.7501 20.6234 20.6235 22.75 18.0001 22.75H6.00012C3.37677 22.75 1.25012 20.6234 1.25012 18V6C1.25012 3.37665 3.37677 1.25 6.00012 1.25H18.0001C20.6235 1.25 22.7501 3.37665 22.7501 6V18Z" }));
31
+ });
32
+ var ElementorImageOptimizerIcon_default = ElementorImageOptimizerIcon;
33
+
34
+ module.exports = ElementorImageOptimizerIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ToolIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ToolIcon;
@@ -0,0 +1,34 @@
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 ToolIcon = 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: "M3.62891 18.9996C3.62891 18.636 3.77319 18.287 4.03027 18.0299L10.0303 12.0299C10.255 11.8051 10.3137 11.4632 10.1768 11.1764C9.70888 10.1967 9.55666 9.096 9.74023 8.02597C9.92381 6.95601 10.4345 5.96942 11.2021 5.20176C11.9698 4.4341 12.9564 3.92247 14.0264 3.73886C14.7293 3.61827 15.4455 3.64359 16.1318 3.80722L13.4697 6.46933C13.3292 6.60997 13.25 6.80076 13.25 6.99961V9.99961C13.2501 10.4137 13.5859 10.7495 14 10.7496H17C17.1988 10.7496 17.3896 10.6704 17.5303 10.5299L20.1924 7.86777C20.356 8.55412 20.3813 9.27034 20.2607 9.97324C20.0771 11.0432 19.5655 12.0298 18.7979 12.7975C18.0302 13.5651 17.0436 14.0758 15.9736 14.2594C14.9036 14.443 13.8029 14.2907 12.8232 13.8228L12.7139 13.7809C12.4531 13.7032 12.1665 13.7726 11.9697 13.9693L5.96973 19.9693C5.71257 20.2264 5.36363 20.3707 5 20.3707C4.63636 20.3707 4.28741 20.2265 4.03027 19.9693C3.77314 19.7122 3.62895 19.3633 3.62891 18.9996ZM2.12891 18.9996C2.12895 19.7611 2.43128 20.4914 2.96973 21.0299C3.50817 21.5683 4.23853 21.8707 5 21.8707C5.76145 21.8707 6.49181 21.5683 7.03027 21.0299L12.6729 15.3873C13.8019 15.8196 15.0294 15.9435 16.2275 15.7379C17.6032 15.5018 18.8724 14.845 19.8594 13.858C20.8461 12.8712 21.5022 11.6025 21.7383 10.2271C21.9743 8.8514 21.7783 7.43594 21.1768 6.17636L21.1328 6.09726C21.02 5.91976 20.837 5.79638 20.627 5.76035C20.387 5.71918 20.1419 5.79717 19.9697 5.96933L16.6895 9.24961H14.75V7.31015L18.0303 4.02988C18.2024 3.85772 18.2804 3.61262 18.2393 3.37265C18.1981 3.13268 18.0429 2.92778 17.8232 2.82285C16.5637 2.2213 15.1482 2.02529 13.7725 2.26133C12.3971 2.49742 11.1285 3.15352 10.1416 4.14023C9.15462 5.12721 8.49779 6.39638 8.26172 7.77207C8.05616 8.97018 8.17996 10.1977 8.6123 11.3268L2.96973 16.9693C2.43134 17.5078 2.12891 18.2382 2.12891 18.9996Z" }));
31
+ });
32
+ var ToolIcon_default = ToolIcon;
33
+
34
+ module.exports = ToolIcon_default;
package/cjs/index.d.ts CHANGED
@@ -96,6 +96,11 @@ export { default as DotsHorizontalIcon } from './DotsHorizontalIcon';
96
96
  export { default as DotsVerticalIcon } from './DotsVerticalIcon';
97
97
  export { default as DownloadIcon } from './DownloadIcon';
98
98
  export { default as EditIcon } from './EditIcon';
99
+ export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
100
+ export { default as ElementorAngieIcon } from './ElementorAngieIcon';
101
+ export { default as ElementorEditorIcon } from './ElementorEditorIcon';
102
+ export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
103
+ export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
99
104
  export { default as EraseIcon } from './EraseIcon';
100
105
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
101
106
  export { default as ExpandBottomIcon } from './ExpandBottomIcon';
@@ -244,6 +249,7 @@ export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
244
249
  export { default as ThumbUpIcon } from './ThumbUpIcon';
245
250
  export { default as ThumbsDownIcon } from './ThumbsDownIcon';
246
251
  export { default as ToggleRightIcon } from './ToggleRightIcon';
252
+ export { default as ToolIcon } from './ToolIcon';
247
253
  export { default as TrashIcon } from './TrashIcon';
248
254
  export { default as UnderlineIcon } from './UnderlineIcon';
249
255
  export { default as UpgradeIcon } from './UpgradeIcon';
package/cjs/index.js CHANGED
@@ -98,6 +98,11 @@ var DotsHorizontalIcon = require('./DotsHorizontalIcon');
98
98
  var DotsVerticalIcon = require('./DotsVerticalIcon');
99
99
  var DownloadIcon = require('./DownloadIcon');
100
100
  var EditIcon = require('./EditIcon');
101
+ var ElementorAccessibilityIcon = require('./ElementorAccessibilityIcon');
102
+ var ElementorAngieIcon = require('./ElementorAngieIcon');
103
+ var ElementorEditorIcon = require('./ElementorEditorIcon');
104
+ var ElementorEmailDeliverabilityIcon = require('./ElementorEmailDeliverabilityIcon');
105
+ var ElementorImageOptimizerIcon = require('./ElementorImageOptimizerIcon');
101
106
  var EraseIcon = require('./EraseIcon');
102
107
  var Error404TemplateIcon = require('./Error404TemplateIcon');
103
108
  var ExpandBottomIcon = require('./ExpandBottomIcon');
@@ -246,6 +251,7 @@ var ThemeBuilderIcon = require('./ThemeBuilderIcon');
246
251
  var ThumbUpIcon = require('./ThumbUpIcon');
247
252
  var ThumbsDownIcon = require('./ThumbsDownIcon');
248
253
  var ToggleRightIcon = require('./ToggleRightIcon');
254
+ var ToolIcon = require('./ToolIcon');
249
255
  var TrashIcon = require('./TrashIcon');
250
256
  var UnderlineIcon = require('./UnderlineIcon');
251
257
  var UpgradeIcon = require('./UpgradeIcon');
@@ -364,6 +370,11 @@ var DotsHorizontalIcon__default = /*#__PURE__*/_interopDefault(DotsHorizontalIco
364
370
  var DotsVerticalIcon__default = /*#__PURE__*/_interopDefault(DotsVerticalIcon);
365
371
  var DownloadIcon__default = /*#__PURE__*/_interopDefault(DownloadIcon);
366
372
  var EditIcon__default = /*#__PURE__*/_interopDefault(EditIcon);
373
+ var ElementorAccessibilityIcon__default = /*#__PURE__*/_interopDefault(ElementorAccessibilityIcon);
374
+ var ElementorAngieIcon__default = /*#__PURE__*/_interopDefault(ElementorAngieIcon);
375
+ var ElementorEditorIcon__default = /*#__PURE__*/_interopDefault(ElementorEditorIcon);
376
+ var ElementorEmailDeliverabilityIcon__default = /*#__PURE__*/_interopDefault(ElementorEmailDeliverabilityIcon);
377
+ var ElementorImageOptimizerIcon__default = /*#__PURE__*/_interopDefault(ElementorImageOptimizerIcon);
367
378
  var EraseIcon__default = /*#__PURE__*/_interopDefault(EraseIcon);
368
379
  var Error404TemplateIcon__default = /*#__PURE__*/_interopDefault(Error404TemplateIcon);
369
380
  var ExpandBottomIcon__default = /*#__PURE__*/_interopDefault(ExpandBottomIcon);
@@ -512,6 +523,7 @@ var ThemeBuilderIcon__default = /*#__PURE__*/_interopDefault(ThemeBuilderIcon);
512
523
  var ThumbUpIcon__default = /*#__PURE__*/_interopDefault(ThumbUpIcon);
513
524
  var ThumbsDownIcon__default = /*#__PURE__*/_interopDefault(ThumbsDownIcon);
514
525
  var ToggleRightIcon__default = /*#__PURE__*/_interopDefault(ToggleRightIcon);
526
+ var ToolIcon__default = /*#__PURE__*/_interopDefault(ToolIcon);
515
527
  var TrashIcon__default = /*#__PURE__*/_interopDefault(TrashIcon);
516
528
  var UnderlineIcon__default = /*#__PURE__*/_interopDefault(UnderlineIcon);
517
529
  var UpgradeIcon__default = /*#__PURE__*/_interopDefault(UpgradeIcon);
@@ -924,6 +936,26 @@ Object.defineProperty(exports, "EditIcon", {
924
936
  enumerable: true,
925
937
  get: function () { return EditIcon__default.default; }
926
938
  });
939
+ Object.defineProperty(exports, "ElementorAccessibilityIcon", {
940
+ enumerable: true,
941
+ get: function () { return ElementorAccessibilityIcon__default.default; }
942
+ });
943
+ Object.defineProperty(exports, "ElementorAngieIcon", {
944
+ enumerable: true,
945
+ get: function () { return ElementorAngieIcon__default.default; }
946
+ });
947
+ Object.defineProperty(exports, "ElementorEditorIcon", {
948
+ enumerable: true,
949
+ get: function () { return ElementorEditorIcon__default.default; }
950
+ });
951
+ Object.defineProperty(exports, "ElementorEmailDeliverabilityIcon", {
952
+ enumerable: true,
953
+ get: function () { return ElementorEmailDeliverabilityIcon__default.default; }
954
+ });
955
+ Object.defineProperty(exports, "ElementorImageOptimizerIcon", {
956
+ enumerable: true,
957
+ get: function () { return ElementorImageOptimizerIcon__default.default; }
958
+ });
927
959
  Object.defineProperty(exports, "EraseIcon", {
928
960
  enumerable: true,
929
961
  get: function () { return EraseIcon__default.default; }
@@ -1516,6 +1548,10 @@ Object.defineProperty(exports, "ToggleRightIcon", {
1516
1548
  enumerable: true,
1517
1549
  get: function () { return ToggleRightIcon__default.default; }
1518
1550
  });
1551
+ Object.defineProperty(exports, "ToolIcon", {
1552
+ enumerable: true,
1553
+ get: function () { return ToolIcon__default.default; }
1554
+ });
1519
1555
  Object.defineProperty(exports, "TrashIcon", {
1520
1556
  enumerable: true,
1521
1557
  get: function () { return TrashIcon__default.default; }
package/index.d.ts CHANGED
@@ -96,6 +96,11 @@ export { default as DotsHorizontalIcon } from './DotsHorizontalIcon';
96
96
  export { default as DotsVerticalIcon } from './DotsVerticalIcon';
97
97
  export { default as DownloadIcon } from './DownloadIcon';
98
98
  export { default as EditIcon } from './EditIcon';
99
+ export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
100
+ export { default as ElementorAngieIcon } from './ElementorAngieIcon';
101
+ export { default as ElementorEditorIcon } from './ElementorEditorIcon';
102
+ export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
103
+ export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
99
104
  export { default as EraseIcon } from './EraseIcon';
100
105
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
101
106
  export { default as ExpandBottomIcon } from './ExpandBottomIcon';
@@ -244,6 +249,7 @@ export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
244
249
  export { default as ThumbUpIcon } from './ThumbUpIcon';
245
250
  export { default as ThumbsDownIcon } from './ThumbsDownIcon';
246
251
  export { default as ToggleRightIcon } from './ToggleRightIcon';
252
+ export { default as ToolIcon } from './ToolIcon';
247
253
  export { default as TrashIcon } from './TrashIcon';
248
254
  export { default as UnderlineIcon } from './UnderlineIcon';
249
255
  export { default as UpgradeIcon } from './UpgradeIcon';
package/index.js CHANGED
@@ -96,6 +96,11 @@ export { default as DotsHorizontalIcon } from './DotsHorizontalIcon';
96
96
  export { default as DotsVerticalIcon } from './DotsVerticalIcon';
97
97
  export { default as DownloadIcon } from './DownloadIcon';
98
98
  export { default as EditIcon } from './EditIcon';
99
+ export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
100
+ export { default as ElementorAngieIcon } from './ElementorAngieIcon';
101
+ export { default as ElementorEditorIcon } from './ElementorEditorIcon';
102
+ export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
103
+ export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
99
104
  export { default as EraseIcon } from './EraseIcon';
100
105
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
101
106
  export { default as ExpandBottomIcon } from './ExpandBottomIcon';
@@ -244,6 +249,7 @@ export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
244
249
  export { default as ThumbUpIcon } from './ThumbUpIcon';
245
250
  export { default as ThumbsDownIcon } from './ThumbsDownIcon';
246
251
  export { default as ToggleRightIcon } from './ToggleRightIcon';
252
+ export { default as ToolIcon } from './ToolIcon';
247
253
  export { default as TrashIcon } from './TrashIcon';
248
254
  export { default as UnderlineIcon } from './UnderlineIcon';
249
255
  export { default as UpgradeIcon } from './UpgradeIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.63.0",
19
+ "version": "1.64.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",