@elementor/icons 1.63.0 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ElementorAIIcon/index.d.ts +4 -0
- package/ElementorAIIcon/index.js +23 -0
- package/ElementorAccessibilityIcon/index.d.ts +4 -0
- package/ElementorAccessibilityIcon/index.js +23 -0
- package/ElementorAngieIcon/index.d.ts +4 -0
- package/ElementorAngieIcon/index.js +9 -0
- package/ElementorEditorIcon/index.d.ts +4 -0
- package/ElementorEditorIcon/index.js +9 -0
- package/ElementorEmailDeliverabilityIcon/index.d.ts +4 -0
- package/ElementorEmailDeliverabilityIcon/index.js +23 -0
- package/ElementorHostingIcon/index.d.ts +4 -0
- package/ElementorHostingIcon/index.js +9 -0
- package/ElementorImageOptimizerIcon/index.d.ts +4 -0
- package/ElementorImageOptimizerIcon/index.js +23 -0
- package/ToolIcon/index.d.ts +4 -0
- package/ToolIcon/index.js +9 -0
- package/cjs/ElementorAIIcon/index.d.ts +4 -0
- package/cjs/ElementorAIIcon/index.js +48 -0
- package/cjs/ElementorAccessibilityIcon/index.d.ts +4 -0
- package/cjs/ElementorAccessibilityIcon/index.js +48 -0
- package/cjs/ElementorAngieIcon/index.d.ts +4 -0
- package/cjs/ElementorAngieIcon/index.js +34 -0
- package/cjs/ElementorEditorIcon/index.d.ts +4 -0
- package/cjs/ElementorEditorIcon/index.js +34 -0
- package/cjs/ElementorEmailDeliverabilityIcon/index.d.ts +4 -0
- package/cjs/ElementorEmailDeliverabilityIcon/index.js +48 -0
- package/cjs/ElementorHostingIcon/index.d.ts +4 -0
- package/cjs/ElementorHostingIcon/index.js +34 -0
- package/cjs/ElementorImageOptimizerIcon/index.d.ts +4 -0
- package/cjs/ElementorImageOptimizerIcon/index.js +48 -0
- package/cjs/ToolIcon/index.d.ts +4 -0
- package/cjs/ToolIcon/index.js +34 -0
- package/cjs/index.d.ts +8 -0
- package/cjs/index.js +48 -0
- package/index.d.ts +8 -0
- package/index.js +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ElementorAIIcon = 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: "M9.10393 4.81438C9.76159 3.57446 11.538 3.57456 12.1957 4.81438L13.9145 8.05559C14.4064 8.98326 15.1656 9.74232 16.0932 10.2343L19.3344 11.9531C20.5747 12.6107 20.5747 14.3872 19.3344 15.0448L16.0932 16.7636C15.1655 17.2555 14.4065 18.0147 13.9145 18.9423L12.1957 22.1835C11.5381 23.4239 9.76154 23.4239 9.10393 22.1835L7.38518 18.9423C6.89319 18.0147 6.1341 17.2555 5.20647 16.7636L1.96526 15.0448C0.725235 14.3871 0.725012 12.6106 1.96526 11.9531L5.20647 10.2343C6.13423 9.74232 6.8932 8.98336 7.38518 8.05559L9.10393 4.81438ZM10.8705 5.51653C10.7764 5.34014 10.5232 5.34004 10.4291 5.51653L8.71037 8.75774C8.07776 9.95094 7.10181 10.9269 5.90862 11.5595L2.6674 13.2782C2.49059 13.3722 2.49081 13.6255 2.6674 13.7197L5.90862 15.4384C7.10168 16.0709 8.07775 17.0471 8.71037 18.2402L10.4291 21.4814C10.5231 21.6583 10.7765 21.6583 10.8705 21.4814L12.5893 18.2402C13.2219 17.0471 14.1979 16.071 15.391 15.4384L18.6322 13.7197C18.8091 13.6256 18.8092 13.3722 18.6322 13.2782L15.391 11.5595C14.198 10.9269 13.2218 9.95084 12.5893 8.75774L10.8705 5.51653Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M18.3559 1.03997C18.7523 0.292696 19.7809 0.246399 20.2563 0.900318L20.3442 1.03997L20.5981 1.51946C20.9893 2.25715 21.5928 2.86066 22.3305 3.25188L22.81 3.50579C23.607 3.9286 23.607 5.07126 22.81 5.49407L22.3305 5.74797C21.5929 6.13921 20.9893 6.74273 20.5981 7.4804L20.3442 7.95989C19.9213 8.75668 18.7787 8.75681 18.3559 7.95989L18.102 7.4804C17.7107 6.74265 17.1073 6.13921 16.3696 5.74797L15.8901 5.49407C15.0932 5.07126 15.0933 3.92869 15.8901 3.50579L16.3696 3.25188C17.1072 2.86069 17.7107 2.2571 18.102 1.51946L18.3559 1.03997ZM19.2065 2.10442C18.698 3.06331 17.9134 3.84798 16.9545 4.35637L16.683 4.49993L16.9545 4.64348C17.9135 5.15192 18.698 5.93644 19.2065 6.89544L19.35 7.16594L19.4936 6.89544C20.002 5.93653 20.7866 5.15193 21.7455 4.64348L22.016 4.49993L21.7455 4.35637C20.7866 3.84794 20.002 3.06336 19.4936 2.10442L19.35 1.83294L19.2065 2.10442Z"
|
|
18
|
+
}
|
|
19
|
+
));
|
|
20
|
+
});
|
|
21
|
+
var ElementorAIIcon_default = ElementorAIIcon;
|
|
22
|
+
|
|
23
|
+
export { ElementorAIIcon_default as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
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(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M20.5205 7.02734C21.7211 6.98073 22.7499 7.94388 22.75 9.17676V9.75391L22.7412 9.95215C22.6575 10.8634 22.002 11.6248 21.1133 11.8428L20.9189 11.8809L17.1357 12.4482C16.8888 12.4853 16.6416 12.5193 16.3994 12.5527C16.1558 12.5864 15.917 12.6197 15.6797 12.6553C15.5894 12.6688 15.5039 12.7518 15.5039 12.877V14.0771C15.5039 14.3587 15.5616 14.482 15.6035 14.5283L20.0137 19.4014C20.8106 20.2818 20.7425 21.6418 19.8623 22.4385L19.2061 23.0322C18.3258 23.8284 16.9675 23.7605 16.1709 22.8809L12.1846 18.4766C12.0853 18.367 11.9127 18.367 11.8135 18.4766L7.82715 22.8809C7.0305 23.7605 5.67136 23.8287 4.79102 23.0322L4.13477 22.4385C3.25469 21.6418 3.18628 20.2817 3.98242 19.4014L8.40234 14.5176C8.44262 14.4731 8.49999 14.3531 8.5 14.0771V12.8848C8.49995 12.7604 8.41331 12.6706 8.3125 12.6553C8.0774 12.6202 7.84067 12.5866 7.60156 12.5527C7.3635 12.519 7.12209 12.4843 6.88086 12.4482L3.08105 11.8799C2.09441 11.7319 1.34839 10.9277 1.25879 9.95117L1.25 9.75293V9.17578C1.25019 7.8614 2.41949 6.85428 3.71973 7.0498L7.65039 7.64258L7.64941 7.64355C10.5448 8.08001 13.4898 8.07856 16.3848 7.64062L20.2783 7.05078L20.5205 7.02734ZM3.49609 8.53223C3.10372 8.47365 2.75019 8.7784 2.75 9.17578V9.75293L2.76074 9.87109C2.81014 10.1398 3.0254 10.3548 3.30371 10.3965L7.10352 10.9648C7.33805 10.9999 7.57363 11.0335 7.8125 11.0674C8.05042 11.1011 8.2918 11.1349 8.5332 11.1709C9.39107 11.299 9.99995 12.0399 10 12.8848V14.0771L9.99609 14.2363C9.97718 14.6249 9.87858 15.1223 9.51465 15.5244L5.0957 20.4072C4.85499 20.6733 4.87473 21.0853 5.14062 21.3262L5.79688 21.9199C6.06288 22.1607 6.4748 22.1403 6.71582 21.874L10.7012 17.4707C11.3959 16.7032 12.6022 16.7032 13.2969 17.4707L17.2822 21.874C17.5232 22.1402 17.9341 22.1606 18.2002 21.9199L18.8564 21.3262C19.1225 21.0853 19.1427 20.6742 18.9023 20.4082L14.4912 15.5352C14.0721 15.0722 14.0039 14.4825 14.0039 14.0771V12.877C14.0039 12.0435 14.5993 11.3006 15.457 11.1719C15.7046 11.1347 15.9522 11.1008 16.1943 11.0674C16.438 11.0337 16.6764 11.0004 16.9131 10.9648L20.6963 10.3975L20.8115 10.3691C21.0697 10.2803 21.25 10.0352 21.25 9.75391V9.17676C21.2499 8.80381 20.9387 8.51346 20.5762 8.52734L20.5029 8.53418L16.6094 9.12402C13.5659 9.58443 10.4704 9.58472 7.42676 9.12598L3.49609 8.53223Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M12 0.650391C13.6569 0.650391 15 1.99354 15 3.65039C15 5.30724 13.6569 6.65039 12 6.65039C10.3431 6.65039 9 5.30724 9 3.65039C9 1.99354 10.3431 0.650391 12 0.650391ZM12 2.15039C11.1716 2.15039 10.5 2.82196 10.5 3.65039C10.5 4.47882 11.1716 5.15039 12 5.15039C12.8284 5.15039 13.5 4.47882 13.5 3.65039C13.5 2.82196 12.8284 2.15039 12 2.15039Z"
|
|
18
|
+
}
|
|
19
|
+
));
|
|
20
|
+
});
|
|
21
|
+
var ElementorAccessibilityIcon_default = ElementorAccessibilityIcon;
|
|
22
|
+
|
|
23
|
+
export { ElementorAccessibilityIcon_default as default };
|
|
@@ -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,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,23 @@
|
|
|
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(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M12.8271 13.7297C12.1367 12.1542 13.8965 10.6316 15.3564 11.5412L22.584 16.0451C23.7039 16.7432 23.6771 18.3834 22.5352 19.0451L15.2383 23.2736C13.7747 24.1217 12.0787 22.6061 12.7578 21.0568L14.3545 17.4143C14.3825 17.3504 14.3824 17.277 14.3545 17.2131L12.8271 13.7297ZM14.5625 12.8147C14.3539 12.6848 14.1025 12.9031 14.2012 13.1281L15.7285 16.6115C15.9246 17.0592 15.9238 17.5682 15.7275 18.0158L14.1318 21.6594C14.0352 21.8805 14.2764 22.0966 14.4854 21.9758L21.7832 17.7473C21.9462 17.6528 21.9497 17.4184 21.79 17.3186L14.5625 12.8147Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M18.7539 2.54707C20.8173 2.55577 22.483 4.23256 22.4834 6.29414V12.5002C22.4834 12.9143 22.1474 13.2499 21.7334 13.2502C21.3192 13.2502 20.9834 12.9144 20.9834 12.5002V6.29414C20.9833 5.88581 20.8719 5.50404 20.6816 5.17403L14.4141 9.05684C12.9111 9.98775 11.0108 9.98769 9.50781 9.05684L3.23926 5.17403C3.04915 5.50394 2.9396 5.88599 2.93945 6.29414V17.1047C2.93969 18.849 4.35423 20.2629 6.09863 20.2629H10.251C10.6646 20.2634 11.0007 20.5993 11.001 21.0129C11.001 21.4268 10.6647 21.7624 10.251 21.7629H6.09863C3.5258 21.7629 1.43969 19.6775 1.43945 17.1047V6.29414C1.43989 4.23239 3.10536 2.5555 5.16895 2.54707C9.69712 2.52859 14.2257 2.52857 18.7539 2.54707ZM5.1748 4.04707C4.92584 4.0481 4.68642 4.09133 4.46289 4.16719L10.2979 7.78145C11.3169 8.41252 12.605 8.41259 13.624 7.78145L19.458 4.16719C19.2349 4.09157 18.9965 4.04815 18.748 4.04707C14.2238 4.02859 9.69904 4.0286 5.1748 4.04707Z"
|
|
18
|
+
}
|
|
19
|
+
), /* @__PURE__ */ React.createElement("path", { d: "M11.25 16.7502C11.6641 16.7502 11.9999 17.0861 12 17.5002C12 17.9144 11.6642 18.2502 11.25 18.2502H9.25C8.83579 18.2502 8.5 17.9144 8.5 17.5002C8.50011 17.0861 8.83585 16.7502 9.25 16.7502H11.25Z" }), /* @__PURE__ */ React.createElement("path", { d: "M10.5 13.2502C10.9141 13.2502 11.2499 13.5861 11.25 14.0002C11.25 14.4144 10.9142 14.7502 10.5 14.7502H7C6.58579 14.7502 6.25 14.4144 6.25 14.0002C6.25011 13.5861 6.58585 13.2502 7 13.2502H10.5Z" }));
|
|
20
|
+
});
|
|
21
|
+
var ElementorEmailDeliverabilityIcon_default = ElementorEmailDeliverabilityIcon;
|
|
22
|
+
|
|
23
|
+
export { ElementorEmailDeliverabilityIcon_default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ElementorHostingIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M13.4814 12.7188C13.8273 12.1393 14.5174 11.8617 15.168 12.041C15.8185 12.2204 16.2695 12.8124 16.2695 13.4873V15.4424H17.5176C18.057 15.4425 18.5548 15.7322 18.8213 16.2012C19.0878 16.6705 19.0822 17.2474 18.8057 17.7109L15.7969 22.7529C15.451 23.3323 14.7608 23.609 14.1104 23.4297C13.4599 23.2504 13.009 22.6591 13.0088 21.9844V20.0293H11.7607C11.221 20.0293 10.7226 19.7389 10.4561 19.2695C10.1897 18.8003 10.1963 18.2241 10.4727 17.7607L13.4814 12.7188ZM11.7607 18.5293H14.1182C14.3338 18.5293 14.5087 18.742 14.5088 19.0049V21.9844L17.5176 16.9424H15.1602C14.9445 16.9424 14.7695 16.7287 14.7695 16.4658V13.4873L11.7607 18.5293ZM14.5752 2.37012C17.8969 2.37012 20.5898 5.0631 20.5898 8.38477C20.5898 8.76286 20.5531 9.13246 20.4863 9.49121C22.2434 10.7009 23.3848 12.6524 23.3848 14.8535C23.3846 17.3896 21.8696 19.5934 19.6426 20.7139L19.376 19.1504C20.8318 18.2601 21.7876 16.7632 21.8779 15.1104L21.8848 14.8535C21.8848 13.1918 21.0256 11.6834 19.6357 10.7266L18.833 10.1748L19.0117 9.2168C19.0499 9.01147 19.0749 8.80397 19.085 8.59473L19.0898 8.38477C19.0898 5.89153 17.0684 3.87012 14.5752 3.87012C12.344 3.87023 10.4884 5.4911 10.126 7.62012L9.90137 8.93945L8.56543 8.86621L8.24316 8.85742C5.20002 8.85742 2.74329 11.2144 2.59277 14.1436L2.58594 14.4287C2.58594 17.4832 5.09301 19.9902 8.22656 19.999L9.10254 20C9.5163 20.0005 9.85156 20.3361 9.85156 20.75C9.85156 21.1641 9.51555 21.4997 9.10156 21.5H8.20117C8.17843 21.5 8.15601 21.4981 8.13379 21.4961C4.23167 21.4383 1.08594 18.298 1.08594 14.4287C1.08595 10.5234 4.29061 7.35742 8.24316 7.35742C8.37884 7.35743 8.51365 7.36079 8.64746 7.36816C9.13052 4.53072 11.6001 2.37024 14.5752 2.37012Z" }));
|
|
6
|
+
});
|
|
7
|
+
var ElementorHostingIcon_default = ElementorHostingIcon;
|
|
8
|
+
|
|
9
|
+
export { ElementorHostingIcon_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,23 @@
|
|
|
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(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M7.40039 4.75C8.86377 4.75021 10.0498 5.93697 10.0498 7.40039C10.0496 8.86364 8.86364 10.0496 7.40039 10.0498C5.93697 10.0498 4.75021 8.86377 4.75 7.40039C4.75 5.93684 5.93684 4.75 7.40039 4.75ZM7.40039 6.25C6.76526 6.25 6.25 6.76526 6.25 7.40039C6.25021 8.03534 6.76539 8.5498 7.40039 8.5498C8.03521 8.54959 8.54959 8.03521 8.5498 7.40039C8.5498 6.76539 8.03534 6.25021 7.40039 6.25Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M17.7002 1.75C20.2129 1.75011 22.2499 3.78706 22.25 6.2998V17.7002C22.2499 20.2129 20.2129 22.2499 17.7002 22.25H6.2998C3.78706 22.2499 1.75011 20.2129 1.75 17.7002V6.2998C1.75011 3.78706 3.78706 1.75011 6.2998 1.75H17.7002ZM15.1104 16.9121C14.5066 17.6668 13.4051 17.7893 12.6504 17.1855L9.46289 14.6348C9.35514 14.5486 9.19761 14.5662 9.11133 14.6738L4.64355 20.2588C5.12073 20.5683 5.68867 20.75 6.2998 20.75H17.7002C19.3845 20.7499 20.7499 19.3845 20.75 17.7002V9.8623L15.1104 16.9121ZM6.2998 3.25C4.61549 3.25011 3.25011 4.61549 3.25 6.2998V17.7002C3.25003 18.2228 3.38164 18.7146 3.61328 19.1445L7.93945 13.7373C8.54322 12.9826 9.64471 12.8601 10.3994 13.4639L13.5879 16.0146C13.6957 16.1007 13.8532 16.0832 13.9395 15.9756L20.75 7.46094V6.2998C20.7499 4.61549 19.3845 3.25011 17.7002 3.25H6.2998Z"
|
|
18
|
+
}
|
|
19
|
+
));
|
|
20
|
+
});
|
|
21
|
+
var ElementorImageOptimizerIcon_default = ElementorImageOptimizerIcon;
|
|
22
|
+
|
|
23
|
+
export { ElementorImageOptimizerIcon_default as default };
|
|
@@ -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,48 @@
|
|
|
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 ElementorAIIcon = 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: "M9.10393 4.81438C9.76159 3.57446 11.538 3.57456 12.1957 4.81438L13.9145 8.05559C14.4064 8.98326 15.1656 9.74232 16.0932 10.2343L19.3344 11.9531C20.5747 12.6107 20.5747 14.3872 19.3344 15.0448L16.0932 16.7636C15.1655 17.2555 14.4065 18.0147 13.9145 18.9423L12.1957 22.1835C11.5381 23.4239 9.76154 23.4239 9.10393 22.1835L7.38518 18.9423C6.89319 18.0147 6.1341 17.2555 5.20647 16.7636L1.96526 15.0448C0.725235 14.3871 0.725012 12.6106 1.96526 11.9531L5.20647 10.2343C6.13423 9.74232 6.8932 8.98336 7.38518 8.05559L9.10393 4.81438ZM10.8705 5.51653C10.7764 5.34014 10.5232 5.34004 10.4291 5.51653L8.71037 8.75774C8.07776 9.95094 7.10181 10.9269 5.90862 11.5595L2.6674 13.2782C2.49059 13.3722 2.49081 13.6255 2.6674 13.7197L5.90862 15.4384C7.10168 16.0709 8.07775 17.0471 8.71037 18.2402L10.4291 21.4814C10.5231 21.6583 10.7765 21.6583 10.8705 21.4814L12.5893 18.2402C13.2219 17.0471 14.1979 16.071 15.391 15.4384L18.6322 13.7197C18.8091 13.6256 18.8092 13.3722 18.6322 13.2782L15.391 11.5595C14.198 10.9269 13.2218 9.95084 12.5893 8.75774L10.8705 5.51653Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M18.3559 1.03997C18.7523 0.292696 19.7809 0.246399 20.2563 0.900318L20.3442 1.03997L20.5981 1.51946C20.9893 2.25715 21.5928 2.86066 22.3305 3.25188L22.81 3.50579C23.607 3.9286 23.607 5.07126 22.81 5.49407L22.3305 5.74797C21.5929 6.13921 20.9893 6.74273 20.5981 7.4804L20.3442 7.95989C19.9213 8.75668 18.7787 8.75681 18.3559 7.95989L18.102 7.4804C17.7107 6.74265 17.1073 6.13921 16.3696 5.74797L15.8901 5.49407C15.0932 5.07126 15.0933 3.92869 15.8901 3.50579L16.3696 3.25188C17.1072 2.86069 17.7107 2.2571 18.102 1.51946L18.3559 1.03997ZM19.2065 2.10442C18.698 3.06331 17.9134 3.84798 16.9545 4.35637L16.683 4.49993L16.9545 4.64348C17.9135 5.15192 18.698 5.93644 19.2065 6.89544L19.35 7.16594L19.4936 6.89544C20.002 5.93653 20.7866 5.15193 21.7455 4.64348L22.016 4.49993L21.7455 4.35637C20.7866 3.84794 20.002 3.06336 19.4936 2.10442L19.35 1.83294L19.2065 2.10442Z"
|
|
43
|
+
}
|
|
44
|
+
));
|
|
45
|
+
});
|
|
46
|
+
var ElementorAIIcon_default = ElementorAIIcon;
|
|
47
|
+
|
|
48
|
+
module.exports = ElementorAIIcon_default;
|
|
@@ -0,0 +1,48 @@
|
|
|
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(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M20.5205 7.02734C21.7211 6.98073 22.7499 7.94388 22.75 9.17676V9.75391L22.7412 9.95215C22.6575 10.8634 22.002 11.6248 21.1133 11.8428L20.9189 11.8809L17.1357 12.4482C16.8888 12.4853 16.6416 12.5193 16.3994 12.5527C16.1558 12.5864 15.917 12.6197 15.6797 12.6553C15.5894 12.6688 15.5039 12.7518 15.5039 12.877V14.0771C15.5039 14.3587 15.5616 14.482 15.6035 14.5283L20.0137 19.4014C20.8106 20.2818 20.7425 21.6418 19.8623 22.4385L19.2061 23.0322C18.3258 23.8284 16.9675 23.7605 16.1709 22.8809L12.1846 18.4766C12.0853 18.367 11.9127 18.367 11.8135 18.4766L7.82715 22.8809C7.0305 23.7605 5.67136 23.8287 4.79102 23.0322L4.13477 22.4385C3.25469 21.6418 3.18628 20.2817 3.98242 19.4014L8.40234 14.5176C8.44262 14.4731 8.49999 14.3531 8.5 14.0771V12.8848C8.49995 12.7604 8.41331 12.6706 8.3125 12.6553C8.0774 12.6202 7.84067 12.5866 7.60156 12.5527C7.3635 12.519 7.12209 12.4843 6.88086 12.4482L3.08105 11.8799C2.09441 11.7319 1.34839 10.9277 1.25879 9.95117L1.25 9.75293V9.17578C1.25019 7.8614 2.41949 6.85428 3.71973 7.0498L7.65039 7.64258L7.64941 7.64355C10.5448 8.08001 13.4898 8.07856 16.3848 7.64062L20.2783 7.05078L20.5205 7.02734ZM3.49609 8.53223C3.10372 8.47365 2.75019 8.7784 2.75 9.17578V9.75293L2.76074 9.87109C2.81014 10.1398 3.0254 10.3548 3.30371 10.3965L7.10352 10.9648C7.33805 10.9999 7.57363 11.0335 7.8125 11.0674C8.05042 11.1011 8.2918 11.1349 8.5332 11.1709C9.39107 11.299 9.99995 12.0399 10 12.8848V14.0771L9.99609 14.2363C9.97718 14.6249 9.87858 15.1223 9.51465 15.5244L5.0957 20.4072C4.85499 20.6733 4.87473 21.0853 5.14062 21.3262L5.79688 21.9199C6.06288 22.1607 6.4748 22.1403 6.71582 21.874L10.7012 17.4707C11.3959 16.7032 12.6022 16.7032 13.2969 17.4707L17.2822 21.874C17.5232 22.1402 17.9341 22.1606 18.2002 21.9199L18.8564 21.3262C19.1225 21.0853 19.1427 20.6742 18.9023 20.4082L14.4912 15.5352C14.0721 15.0722 14.0039 14.4825 14.0039 14.0771V12.877C14.0039 12.0435 14.5993 11.3006 15.457 11.1719C15.7046 11.1347 15.9522 11.1008 16.1943 11.0674C16.438 11.0337 16.6764 11.0004 16.9131 10.9648L20.6963 10.3975L20.8115 10.3691C21.0697 10.2803 21.25 10.0352 21.25 9.75391V9.17676C21.2499 8.80381 20.9387 8.51346 20.5762 8.52734L20.5029 8.53418L16.6094 9.12402C13.5659 9.58443 10.4704 9.58472 7.42676 9.12598L3.49609 8.53223Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M12 0.650391C13.6569 0.650391 15 1.99354 15 3.65039C15 5.30724 13.6569 6.65039 12 6.65039C10.3431 6.65039 9 5.30724 9 3.65039C9 1.99354 10.3431 0.650391 12 0.650391ZM12 2.15039C11.1716 2.15039 10.5 2.82196 10.5 3.65039C10.5 4.47882 11.1716 5.15039 12 5.15039C12.8284 5.15039 13.5 4.47882 13.5 3.65039C13.5 2.82196 12.8284 2.15039 12 2.15039Z"
|
|
43
|
+
}
|
|
44
|
+
));
|
|
45
|
+
});
|
|
46
|
+
var ElementorAccessibilityIcon_default = ElementorAccessibilityIcon;
|
|
47
|
+
|
|
48
|
+
module.exports = ElementorAccessibilityIcon_default;
|
|
@@ -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,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,48 @@
|
|
|
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(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M12.8271 13.7297C12.1367 12.1542 13.8965 10.6316 15.3564 11.5412L22.584 16.0451C23.7039 16.7432 23.6771 18.3834 22.5352 19.0451L15.2383 23.2736C13.7747 24.1217 12.0787 22.6061 12.7578 21.0568L14.3545 17.4143C14.3825 17.3504 14.3824 17.277 14.3545 17.2131L12.8271 13.7297ZM14.5625 12.8147C14.3539 12.6848 14.1025 12.9031 14.2012 13.1281L15.7285 16.6115C15.9246 17.0592 15.9238 17.5682 15.7275 18.0158L14.1318 21.6594C14.0352 21.8805 14.2764 22.0966 14.4854 21.9758L21.7832 17.7473C21.9462 17.6528 21.9497 17.4184 21.79 17.3186L14.5625 12.8147Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M18.7539 2.54707C20.8173 2.55577 22.483 4.23256 22.4834 6.29414V12.5002C22.4834 12.9143 22.1474 13.2499 21.7334 13.2502C21.3192 13.2502 20.9834 12.9144 20.9834 12.5002V6.29414C20.9833 5.88581 20.8719 5.50404 20.6816 5.17403L14.4141 9.05684C12.9111 9.98775 11.0108 9.98769 9.50781 9.05684L3.23926 5.17403C3.04915 5.50394 2.9396 5.88599 2.93945 6.29414V17.1047C2.93969 18.849 4.35423 20.2629 6.09863 20.2629H10.251C10.6646 20.2634 11.0007 20.5993 11.001 21.0129C11.001 21.4268 10.6647 21.7624 10.251 21.7629H6.09863C3.5258 21.7629 1.43969 19.6775 1.43945 17.1047V6.29414C1.43989 4.23239 3.10536 2.5555 5.16895 2.54707C9.69712 2.52859 14.2257 2.52857 18.7539 2.54707ZM5.1748 4.04707C4.92584 4.0481 4.68642 4.09133 4.46289 4.16719L10.2979 7.78145C11.3169 8.41252 12.605 8.41259 13.624 7.78145L19.458 4.16719C19.2349 4.09157 18.9965 4.04815 18.748 4.04707C14.2238 4.02859 9.69904 4.0286 5.1748 4.04707Z"
|
|
43
|
+
}
|
|
44
|
+
), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.25 16.7502C11.6641 16.7502 11.9999 17.0861 12 17.5002C12 17.9144 11.6642 18.2502 11.25 18.2502H9.25C8.83579 18.2502 8.5 17.9144 8.5 17.5002C8.50011 17.0861 8.83585 16.7502 9.25 16.7502H11.25Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.5 13.2502C10.9141 13.2502 11.2499 13.5861 11.25 14.0002C11.25 14.4144 10.9142 14.7502 10.5 14.7502H7C6.58579 14.7502 6.25 14.4144 6.25 14.0002C6.25011 13.5861 6.58585 13.2502 7 13.2502H10.5Z" }));
|
|
45
|
+
});
|
|
46
|
+
var ElementorEmailDeliverabilityIcon_default = ElementorEmailDeliverabilityIcon;
|
|
47
|
+
|
|
48
|
+
module.exports = ElementorEmailDeliverabilityIcon_default;
|
|
@@ -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 ElementorHostingIcon = 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: "M13.4814 12.7188C13.8273 12.1393 14.5174 11.8617 15.168 12.041C15.8185 12.2204 16.2695 12.8124 16.2695 13.4873V15.4424H17.5176C18.057 15.4425 18.5548 15.7322 18.8213 16.2012C19.0878 16.6705 19.0822 17.2474 18.8057 17.7109L15.7969 22.7529C15.451 23.3323 14.7608 23.609 14.1104 23.4297C13.4599 23.2504 13.009 22.6591 13.0088 21.9844V20.0293H11.7607C11.221 20.0293 10.7226 19.7389 10.4561 19.2695C10.1897 18.8003 10.1963 18.2241 10.4727 17.7607L13.4814 12.7188ZM11.7607 18.5293H14.1182C14.3338 18.5293 14.5087 18.742 14.5088 19.0049V21.9844L17.5176 16.9424H15.1602C14.9445 16.9424 14.7695 16.7287 14.7695 16.4658V13.4873L11.7607 18.5293ZM14.5752 2.37012C17.8969 2.37012 20.5898 5.0631 20.5898 8.38477C20.5898 8.76286 20.5531 9.13246 20.4863 9.49121C22.2434 10.7009 23.3848 12.6524 23.3848 14.8535C23.3846 17.3896 21.8696 19.5934 19.6426 20.7139L19.376 19.1504C20.8318 18.2601 21.7876 16.7632 21.8779 15.1104L21.8848 14.8535C21.8848 13.1918 21.0256 11.6834 19.6357 10.7266L18.833 10.1748L19.0117 9.2168C19.0499 9.01147 19.0749 8.80397 19.085 8.59473L19.0898 8.38477C19.0898 5.89153 17.0684 3.87012 14.5752 3.87012C12.344 3.87023 10.4884 5.4911 10.126 7.62012L9.90137 8.93945L8.56543 8.86621L8.24316 8.85742C5.20002 8.85742 2.74329 11.2144 2.59277 14.1436L2.58594 14.4287C2.58594 17.4832 5.09301 19.9902 8.22656 19.999L9.10254 20C9.5163 20.0005 9.85156 20.3361 9.85156 20.75C9.85156 21.1641 9.51555 21.4997 9.10156 21.5H8.20117C8.17843 21.5 8.15601 21.4981 8.13379 21.4961C4.23167 21.4383 1.08594 18.298 1.08594 14.4287C1.08595 10.5234 4.29061 7.35742 8.24316 7.35742C8.37884 7.35743 8.51365 7.36079 8.64746 7.36816C9.13052 4.53072 11.6001 2.37024 14.5752 2.37012Z" }));
|
|
31
|
+
});
|
|
32
|
+
var ElementorHostingIcon_default = ElementorHostingIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = ElementorHostingIcon_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,48 @@
|
|
|
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(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M7.40039 4.75C8.86377 4.75021 10.0498 5.93697 10.0498 7.40039C10.0496 8.86364 8.86364 10.0496 7.40039 10.0498C5.93697 10.0498 4.75021 8.86377 4.75 7.40039C4.75 5.93684 5.93684 4.75 7.40039 4.75ZM7.40039 6.25C6.76526 6.25 6.25 6.76526 6.25 7.40039C6.25021 8.03534 6.76539 8.5498 7.40039 8.5498C8.03521 8.54959 8.54959 8.03521 8.5498 7.40039C8.5498 6.76539 8.03534 6.25021 7.40039 6.25Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M17.7002 1.75C20.2129 1.75011 22.2499 3.78706 22.25 6.2998V17.7002C22.2499 20.2129 20.2129 22.2499 17.7002 22.25H6.2998C3.78706 22.2499 1.75011 20.2129 1.75 17.7002V6.2998C1.75011 3.78706 3.78706 1.75011 6.2998 1.75H17.7002ZM15.1104 16.9121C14.5066 17.6668 13.4051 17.7893 12.6504 17.1855L9.46289 14.6348C9.35514 14.5486 9.19761 14.5662 9.11133 14.6738L4.64355 20.2588C5.12073 20.5683 5.68867 20.75 6.2998 20.75H17.7002C19.3845 20.7499 20.7499 19.3845 20.75 17.7002V9.8623L15.1104 16.9121ZM6.2998 3.25C4.61549 3.25011 3.25011 4.61549 3.25 6.2998V17.7002C3.25003 18.2228 3.38164 18.7146 3.61328 19.1445L7.93945 13.7373C8.54322 12.9826 9.64471 12.8601 10.3994 13.4639L13.5879 16.0146C13.6957 16.1007 13.8532 16.0832 13.9395 15.9756L20.75 7.46094V6.2998C20.7499 4.61549 19.3845 3.25011 17.7002 3.25H6.2998Z"
|
|
43
|
+
}
|
|
44
|
+
));
|
|
45
|
+
});
|
|
46
|
+
var ElementorImageOptimizerIcon_default = ElementorImageOptimizerIcon;
|
|
47
|
+
|
|
48
|
+
module.exports = ElementorImageOptimizerIcon_default;
|
|
@@ -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,13 @@ 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 ElementorAIIcon } from './ElementorAIIcon';
|
|
100
|
+
export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
|
|
101
|
+
export { default as ElementorAngieIcon } from './ElementorAngieIcon';
|
|
102
|
+
export { default as ElementorEditorIcon } from './ElementorEditorIcon';
|
|
103
|
+
export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
|
|
104
|
+
export { default as ElementorHostingIcon } from './ElementorHostingIcon';
|
|
105
|
+
export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
|
|
99
106
|
export { default as EraseIcon } from './EraseIcon';
|
|
100
107
|
export { default as Error404TemplateIcon } from './Error404TemplateIcon';
|
|
101
108
|
export { default as ExpandBottomIcon } from './ExpandBottomIcon';
|
|
@@ -244,6 +251,7 @@ export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
|
|
|
244
251
|
export { default as ThumbUpIcon } from './ThumbUpIcon';
|
|
245
252
|
export { default as ThumbsDownIcon } from './ThumbsDownIcon';
|
|
246
253
|
export { default as ToggleRightIcon } from './ToggleRightIcon';
|
|
254
|
+
export { default as ToolIcon } from './ToolIcon';
|
|
247
255
|
export { default as TrashIcon } from './TrashIcon';
|
|
248
256
|
export { default as UnderlineIcon } from './UnderlineIcon';
|
|
249
257
|
export { default as UpgradeIcon } from './UpgradeIcon';
|
package/cjs/index.js
CHANGED
|
@@ -98,6 +98,13 @@ var DotsHorizontalIcon = require('./DotsHorizontalIcon');
|
|
|
98
98
|
var DotsVerticalIcon = require('./DotsVerticalIcon');
|
|
99
99
|
var DownloadIcon = require('./DownloadIcon');
|
|
100
100
|
var EditIcon = require('./EditIcon');
|
|
101
|
+
var ElementorAIIcon = require('./ElementorAIIcon');
|
|
102
|
+
var ElementorAccessibilityIcon = require('./ElementorAccessibilityIcon');
|
|
103
|
+
var ElementorAngieIcon = require('./ElementorAngieIcon');
|
|
104
|
+
var ElementorEditorIcon = require('./ElementorEditorIcon');
|
|
105
|
+
var ElementorEmailDeliverabilityIcon = require('./ElementorEmailDeliverabilityIcon');
|
|
106
|
+
var ElementorHostingIcon = require('./ElementorHostingIcon');
|
|
107
|
+
var ElementorImageOptimizerIcon = require('./ElementorImageOptimizerIcon');
|
|
101
108
|
var EraseIcon = require('./EraseIcon');
|
|
102
109
|
var Error404TemplateIcon = require('./Error404TemplateIcon');
|
|
103
110
|
var ExpandBottomIcon = require('./ExpandBottomIcon');
|
|
@@ -246,6 +253,7 @@ var ThemeBuilderIcon = require('./ThemeBuilderIcon');
|
|
|
246
253
|
var ThumbUpIcon = require('./ThumbUpIcon');
|
|
247
254
|
var ThumbsDownIcon = require('./ThumbsDownIcon');
|
|
248
255
|
var ToggleRightIcon = require('./ToggleRightIcon');
|
|
256
|
+
var ToolIcon = require('./ToolIcon');
|
|
249
257
|
var TrashIcon = require('./TrashIcon');
|
|
250
258
|
var UnderlineIcon = require('./UnderlineIcon');
|
|
251
259
|
var UpgradeIcon = require('./UpgradeIcon');
|
|
@@ -364,6 +372,13 @@ var DotsHorizontalIcon__default = /*#__PURE__*/_interopDefault(DotsHorizontalIco
|
|
|
364
372
|
var DotsVerticalIcon__default = /*#__PURE__*/_interopDefault(DotsVerticalIcon);
|
|
365
373
|
var DownloadIcon__default = /*#__PURE__*/_interopDefault(DownloadIcon);
|
|
366
374
|
var EditIcon__default = /*#__PURE__*/_interopDefault(EditIcon);
|
|
375
|
+
var ElementorAIIcon__default = /*#__PURE__*/_interopDefault(ElementorAIIcon);
|
|
376
|
+
var ElementorAccessibilityIcon__default = /*#__PURE__*/_interopDefault(ElementorAccessibilityIcon);
|
|
377
|
+
var ElementorAngieIcon__default = /*#__PURE__*/_interopDefault(ElementorAngieIcon);
|
|
378
|
+
var ElementorEditorIcon__default = /*#__PURE__*/_interopDefault(ElementorEditorIcon);
|
|
379
|
+
var ElementorEmailDeliverabilityIcon__default = /*#__PURE__*/_interopDefault(ElementorEmailDeliverabilityIcon);
|
|
380
|
+
var ElementorHostingIcon__default = /*#__PURE__*/_interopDefault(ElementorHostingIcon);
|
|
381
|
+
var ElementorImageOptimizerIcon__default = /*#__PURE__*/_interopDefault(ElementorImageOptimizerIcon);
|
|
367
382
|
var EraseIcon__default = /*#__PURE__*/_interopDefault(EraseIcon);
|
|
368
383
|
var Error404TemplateIcon__default = /*#__PURE__*/_interopDefault(Error404TemplateIcon);
|
|
369
384
|
var ExpandBottomIcon__default = /*#__PURE__*/_interopDefault(ExpandBottomIcon);
|
|
@@ -512,6 +527,7 @@ var ThemeBuilderIcon__default = /*#__PURE__*/_interopDefault(ThemeBuilderIcon);
|
|
|
512
527
|
var ThumbUpIcon__default = /*#__PURE__*/_interopDefault(ThumbUpIcon);
|
|
513
528
|
var ThumbsDownIcon__default = /*#__PURE__*/_interopDefault(ThumbsDownIcon);
|
|
514
529
|
var ToggleRightIcon__default = /*#__PURE__*/_interopDefault(ToggleRightIcon);
|
|
530
|
+
var ToolIcon__default = /*#__PURE__*/_interopDefault(ToolIcon);
|
|
515
531
|
var TrashIcon__default = /*#__PURE__*/_interopDefault(TrashIcon);
|
|
516
532
|
var UnderlineIcon__default = /*#__PURE__*/_interopDefault(UnderlineIcon);
|
|
517
533
|
var UpgradeIcon__default = /*#__PURE__*/_interopDefault(UpgradeIcon);
|
|
@@ -924,6 +940,34 @@ Object.defineProperty(exports, "EditIcon", {
|
|
|
924
940
|
enumerable: true,
|
|
925
941
|
get: function () { return EditIcon__default.default; }
|
|
926
942
|
});
|
|
943
|
+
Object.defineProperty(exports, "ElementorAIIcon", {
|
|
944
|
+
enumerable: true,
|
|
945
|
+
get: function () { return ElementorAIIcon__default.default; }
|
|
946
|
+
});
|
|
947
|
+
Object.defineProperty(exports, "ElementorAccessibilityIcon", {
|
|
948
|
+
enumerable: true,
|
|
949
|
+
get: function () { return ElementorAccessibilityIcon__default.default; }
|
|
950
|
+
});
|
|
951
|
+
Object.defineProperty(exports, "ElementorAngieIcon", {
|
|
952
|
+
enumerable: true,
|
|
953
|
+
get: function () { return ElementorAngieIcon__default.default; }
|
|
954
|
+
});
|
|
955
|
+
Object.defineProperty(exports, "ElementorEditorIcon", {
|
|
956
|
+
enumerable: true,
|
|
957
|
+
get: function () { return ElementorEditorIcon__default.default; }
|
|
958
|
+
});
|
|
959
|
+
Object.defineProperty(exports, "ElementorEmailDeliverabilityIcon", {
|
|
960
|
+
enumerable: true,
|
|
961
|
+
get: function () { return ElementorEmailDeliverabilityIcon__default.default; }
|
|
962
|
+
});
|
|
963
|
+
Object.defineProperty(exports, "ElementorHostingIcon", {
|
|
964
|
+
enumerable: true,
|
|
965
|
+
get: function () { return ElementorHostingIcon__default.default; }
|
|
966
|
+
});
|
|
967
|
+
Object.defineProperty(exports, "ElementorImageOptimizerIcon", {
|
|
968
|
+
enumerable: true,
|
|
969
|
+
get: function () { return ElementorImageOptimizerIcon__default.default; }
|
|
970
|
+
});
|
|
927
971
|
Object.defineProperty(exports, "EraseIcon", {
|
|
928
972
|
enumerable: true,
|
|
929
973
|
get: function () { return EraseIcon__default.default; }
|
|
@@ -1516,6 +1560,10 @@ Object.defineProperty(exports, "ToggleRightIcon", {
|
|
|
1516
1560
|
enumerable: true,
|
|
1517
1561
|
get: function () { return ToggleRightIcon__default.default; }
|
|
1518
1562
|
});
|
|
1563
|
+
Object.defineProperty(exports, "ToolIcon", {
|
|
1564
|
+
enumerable: true,
|
|
1565
|
+
get: function () { return ToolIcon__default.default; }
|
|
1566
|
+
});
|
|
1519
1567
|
Object.defineProperty(exports, "TrashIcon", {
|
|
1520
1568
|
enumerable: true,
|
|
1521
1569
|
get: function () { return TrashIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -96,6 +96,13 @@ 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 ElementorAIIcon } from './ElementorAIIcon';
|
|
100
|
+
export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
|
|
101
|
+
export { default as ElementorAngieIcon } from './ElementorAngieIcon';
|
|
102
|
+
export { default as ElementorEditorIcon } from './ElementorEditorIcon';
|
|
103
|
+
export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
|
|
104
|
+
export { default as ElementorHostingIcon } from './ElementorHostingIcon';
|
|
105
|
+
export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
|
|
99
106
|
export { default as EraseIcon } from './EraseIcon';
|
|
100
107
|
export { default as Error404TemplateIcon } from './Error404TemplateIcon';
|
|
101
108
|
export { default as ExpandBottomIcon } from './ExpandBottomIcon';
|
|
@@ -244,6 +251,7 @@ export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
|
|
|
244
251
|
export { default as ThumbUpIcon } from './ThumbUpIcon';
|
|
245
252
|
export { default as ThumbsDownIcon } from './ThumbsDownIcon';
|
|
246
253
|
export { default as ToggleRightIcon } from './ToggleRightIcon';
|
|
254
|
+
export { default as ToolIcon } from './ToolIcon';
|
|
247
255
|
export { default as TrashIcon } from './TrashIcon';
|
|
248
256
|
export { default as UnderlineIcon } from './UnderlineIcon';
|
|
249
257
|
export { default as UpgradeIcon } from './UpgradeIcon';
|
package/index.js
CHANGED
|
@@ -96,6 +96,13 @@ 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 ElementorAIIcon } from './ElementorAIIcon';
|
|
100
|
+
export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
|
|
101
|
+
export { default as ElementorAngieIcon } from './ElementorAngieIcon';
|
|
102
|
+
export { default as ElementorEditorIcon } from './ElementorEditorIcon';
|
|
103
|
+
export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
|
|
104
|
+
export { default as ElementorHostingIcon } from './ElementorHostingIcon';
|
|
105
|
+
export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
|
|
99
106
|
export { default as EraseIcon } from './EraseIcon';
|
|
100
107
|
export { default as Error404TemplateIcon } from './Error404TemplateIcon';
|
|
101
108
|
export { default as ExpandBottomIcon } from './ExpandBottomIcon';
|
|
@@ -244,6 +251,7 @@ export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
|
|
|
244
251
|
export { default as ThumbUpIcon } from './ThumbUpIcon';
|
|
245
252
|
export { default as ThumbsDownIcon } from './ThumbsDownIcon';
|
|
246
253
|
export { default as ToggleRightIcon } from './ToggleRightIcon';
|
|
254
|
+
export { default as ToolIcon } from './ToolIcon';
|
|
247
255
|
export { default as TrashIcon } from './TrashIcon';
|
|
248
256
|
export { default as UnderlineIcon } from './UnderlineIcon';
|
|
249
257
|
export { default as UpgradeIcon } from './UpgradeIcon';
|