@elementor/icons 1.59.0 → 1.61.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 Columns3Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Columns3Icon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const Columns3Icon = 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.25 4C20.25 3.93369 20.2236 3.87013 20.1768 3.82324C20.1299 3.77636 20.0663 3.75 20 3.75H15.75V20.25H20C20.0663 20.25 20.1299 20.2236 20.1768 20.1768C20.2236 20.1299 20.25 20.0663 20.25 20V4ZM9.75 20.25H14.25V3.75H9.75V20.25ZM3.75 20C3.75 20.0663 3.77636 20.1299 3.82324 20.1768C3.87013 20.2236 3.93369 20.25 4 20.25H8.25V3.75H4C3.9337 3.75 3.87013 3.77636 3.82324 3.82324C3.77636 3.87013 3.75 3.9337 3.75 4V20ZM21.75 20C21.75 20.4641 21.5655 20.9091 21.2373 21.2373C20.9091 21.5655 20.4641 21.75 20 21.75H4C3.53587 21.75 3.09089 21.5655 2.7627 21.2373C2.43451 20.9091 2.25 20.4641 2.25 20V4C2.25 3.53587 2.43451 3.09088 2.7627 2.7627C3.09088 2.43451 3.53587 2.25 4 2.25H20C20.4641 2.25 20.9091 2.43451 21.2373 2.7627C21.5655 3.09089 21.75 3.53587 21.75 4V20Z"
11
+ }
12
+ ));
13
+ });
14
+ var Columns3Icon_default = Columns3Icon;
15
+
16
+ export { Columns3Icon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const PlayerPlayIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default PlayerPlayIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const PlayerPlayIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M6.63379 3.34569C6.87098 3.21315 7.16215 3.21891 7.39355 3.36132L20.3936 11.3613C20.6151 11.4979 20.75 11.7397 20.75 12C20.75 12.2603 20.6151 12.5021 20.3936 12.6387L7.39355 20.6387C7.16215 20.7811 6.87098 20.7868 6.63379 20.6543C6.39686 20.5217 6.25 20.2715 6.25 20V3.99999L6.25684 3.8994C6.28816 3.66775 6.42646 3.46173 6.63379 3.34569ZM7.75 18.6572L18.5684 12L7.75 5.34179V18.6572Z" }));
6
+ });
7
+ var PlayerPlayIcon_default = PlayerPlayIcon;
8
+
9
+ export { PlayerPlayIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const Settings2Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Settings2Icon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const Settings2Icon = 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: "M19.25 15.1558V8.61475C19.2516 8.39374 19.1948 8.1757 19.085 7.98389C18.9752 7.79222 18.8163 7.6334 18.625 7.52295C18.5803 7.49713 18.5404 7.46542 18.5029 7.43213L12.6611 3.95361C12.4677 3.84665 12.2503 3.79058 12.0293 3.79053C11.8095 3.79053 11.593 3.84592 11.4004 3.95166L5.41309 7.51611C5.40673 7.5199 5.40002 7.52424 5.39355 7.52783C5.19868 7.63605 5.03593 7.79473 4.92285 7.98682C4.80987 8.17885 4.75005 8.3978 4.75 8.62061V15.1567L4.76074 15.3228C4.7829 15.487 4.83821 15.6457 4.92285 15.7896C5.00755 15.9333 5.12003 16.0586 5.25293 16.1577L5.39355 16.2485L5.43262 16.272L11.4023 20.0854C11.5858 20.1854 11.791 20.2388 12 20.2388C12.2087 20.2388 12.4134 20.1851 12.5967 20.0854L18.5674 16.272L18.6064 16.2485C18.8013 16.1403 18.9641 15.9816 19.0771 15.7896C19.1902 15.5975 19.2499 15.3786 19.25 15.1558ZM14.25 12.0005C14.25 10.7578 13.2426 9.75049 12 9.75049C10.7574 9.75049 9.75 10.7578 9.75 12.0005C9.75021 13.243 10.7575 14.2505 12 14.2505C13.2425 14.2505 14.2498 13.243 14.25 12.0005ZM20.75 15.1567C20.7498 15.6468 20.6187 16.1279 20.3701 16.5503C20.1291 16.9597 19.7851 17.2984 19.374 17.5356L13.375 21.3696C13.362 21.3779 13.3484 21.3856 13.335 21.3931C12.9266 21.6198 12.4671 21.7388 12 21.7388C11.5329 21.7388 11.0734 21.6198 10.665 21.3931C10.6516 21.3856 10.638 21.3779 10.625 21.3696L4.625 17.5366C4.21455 17.2995 3.87173 16.9601 3.63086 16.5513C3.38211 16.1289 3.25037 15.6478 3.25 15.1577V8.61963L3.25586 8.43701C3.2844 8.01039 3.41212 7.59501 3.62988 7.2251C3.87865 6.80258 4.23639 6.45436 4.66504 6.21631L10.6455 2.65576L10.6641 2.64502C11.0814 2.41269 11.5516 2.29053 12.0293 2.29053C12.5068 2.29058 12.9763 2.41277 13.3936 2.64502C13.3999 2.64857 13.4068 2.65203 13.4131 2.65576L19.4131 6.229C19.4611 6.25763 19.5036 6.29238 19.543 6.32959C19.889 6.56418 20.1782 6.87449 20.3867 7.23877C20.6273 7.65899 20.7525 8.13551 20.75 8.61963V15.1567ZM15.75 12.0005C15.7498 14.0714 14.0709 15.7505 12 15.7505C9.92906 15.7505 8.25021 14.0714 8.25 12.0005C8.25 9.92942 9.92893 8.25049 12 8.25049C14.0711 8.25049 15.75 9.92942 15.75 12.0005Z"
11
+ }
12
+ ));
13
+ });
14
+ var Settings2Icon_default = Settings2Icon;
15
+
16
+ export { Settings2Icon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const SettingsAutomationIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default SettingsAutomationIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const SettingsAutomationIcon = 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.66215 3.91111C10.4042 1.6963 13.5959 1.6963 14.3379 3.91111L14.4043 4.14061L14.4375 4.24998C14.4773 4.3571 14.5357 4.45663 14.6104 4.54393C14.71 4.66036 14.836 4.75183 14.9776 4.81053C15.1193 4.86922 15.2729 4.89367 15.4258 4.88182C15.5787 4.86996 15.7265 4.822 15.8575 4.74217C18.0718 3.39322 20.607 5.92728 19.2588 8.14256C19.1793 8.27327 19.1311 8.42163 19.1192 8.5742C19.1074 8.72698 19.1318 8.88085 19.1905 9.02244C19.2491 9.16403 19.3407 9.28993 19.4571 9.38963C19.5729 9.48879 19.7104 9.55937 19.8584 9.59568C22.3787 10.2071 22.3797 13.7929 19.8594 14.4043C19.7106 14.4404 19.5725 14.5108 19.4561 14.6103C19.3397 14.71 19.2482 14.836 19.1895 14.9775C19.1308 15.1192 19.1064 15.2729 19.1182 15.4258C19.1301 15.5786 19.178 15.7265 19.2579 15.8574C20.6068 18.0717 18.0727 20.607 15.8575 19.2588C15.7268 19.1792 15.5784 19.131 15.4258 19.1191C15.273 19.1073 15.1192 19.1318 14.9776 19.1904C14.836 19.249 14.7101 19.3406 14.6104 19.457C14.511 19.5731 14.4406 19.7109 14.4043 19.8594C13.7929 22.3796 10.2072 22.3796 9.59575 19.8594C9.55965 19.7106 9.48919 19.5724 9.38969 19.456C9.29004 19.3396 9.16407 19.2481 9.02251 19.1894C8.88084 19.1307 8.72715 19.1063 8.57426 19.1181C8.42137 19.13 8.27356 19.178 8.14262 19.2578C5.92834 20.6067 3.39306 18.0727 4.74126 15.8574C4.82083 15.7267 4.86903 15.5783 4.8809 15.4258C4.89273 15.273 4.86824 15.1191 4.80961 14.9775C4.75099 14.8359 4.65939 14.71 4.54301 14.6103C4.42688 14.5109 4.28919 14.4395 4.14067 14.4033C1.62043 13.7919 1.62043 10.2071 4.14067 9.59568L4.25004 9.56248C4.35717 9.52271 4.45669 9.46428 4.54399 9.38963C4.66043 9.28998 4.75189 9.16401 4.81059 9.02244C4.86929 8.88077 4.89373 8.72709 4.88188 8.5742C4.87003 8.42131 4.82206 8.27349 4.74223 8.14256C3.39328 5.92827 5.92735 3.393 8.14262 4.74119L8.25102 4.79783C8.79838 5.04561 9.44904 4.74152 9.59575 4.14061L9.66215 3.91111ZM12.92 4.4033C12.6277 3.53227 11.3724 3.53227 11.0801 4.4033L11.0538 4.49412C10.6702 6.07155 8.91185 6.84516 7.49907 6.09959L7.36333 6.02244C6.49082 5.49125 5.49303 6.48981 6.02348 7.36131L6.09575 7.48826C6.25518 7.78821 6.35161 8.11829 6.37797 8.45799C6.40808 8.84634 6.34542 9.23681 6.19633 9.59666C6.04724 9.95637 5.81541 10.2761 5.51958 10.5293C5.22382 10.7823 4.87247 10.9619 4.49419 11.0537C3.53359 11.2867 3.50313 12.6179 4.40336 12.9199L4.49419 12.9463L4.63481 12.9844C4.95949 13.0839 5.2609 13.25 5.51958 13.4717C5.81493 13.7248 6.04649 14.0439 6.19536 14.4033C6.34426 14.7629 6.40605 15.1529 6.37602 15.541C6.34599 15.929 6.22489 16.3043 6.02251 16.6367C5.49132 17.5092 6.48988 18.507 7.36137 17.9765L7.48833 17.9043C7.78827 17.7448 8.11835 17.6484 8.45805 17.6221C8.8464 17.5919 9.23687 17.6546 9.59672 17.8037C9.95644 17.9528 10.2762 18.1846 10.5293 18.4804C10.7824 18.7762 10.962 19.1276 11.0538 19.5058C11.2944 20.4976 12.7057 20.4976 12.9463 19.5058L12.9844 19.3652C13.0839 19.0405 13.2501 18.7391 13.4717 18.4804C13.7248 18.1851 14.044 17.9535 14.4034 17.8047C14.763 17.6558 15.153 17.594 15.5411 17.624C15.929 17.654 16.3044 17.7751 16.6368 17.9775C17.482 18.4921 18.4446 17.5711 18.0215 16.7207L17.9766 16.6387C17.7739 16.3061 17.6523 15.9303 17.6221 15.542C17.592 15.1536 17.6547 14.7632 17.8038 14.4033C17.9528 14.0436 18.1847 13.7239 18.4805 13.4707C18.7763 13.2176 19.1276 13.038 19.5059 12.9463L19.5967 12.9199C20.4678 12.6277 20.4678 11.3723 19.5967 11.0801L19.5059 11.0537C19.1277 10.9617 18.7761 10.7815 18.4805 10.5283C18.1852 10.2752 17.9536 9.95602 17.8047 9.59666C17.6558 9.23705 17.594 8.84703 17.6241 8.45896C17.6541 8.07099 17.7752 7.69562 17.9776 7.36326C18.4922 6.51798 17.5712 5.55541 16.7207 5.9785L16.6387 6.02342C16.3062 6.22616 15.9303 6.34777 15.542 6.37791C15.1537 6.40802 14.7632 6.34536 14.4034 6.19627C14.0437 6.04718 13.7239 5.81535 13.4707 5.51951C13.2177 5.22376 13.0381 4.8724 12.9463 4.49412L12.92 4.4033ZM9.6309 8.34764C9.86591 8.21465 10.1542 8.21761 10.3858 8.35643L15.3858 11.3564C15.6117 11.492 15.75 11.7365 15.75 12C15.75 12.2634 15.6117 12.508 15.3858 12.6435L10.3858 15.6435C10.1542 15.7824 9.86591 15.7853 9.6309 15.6523C9.39577 15.5192 9.25004 15.2702 9.25004 15V8.99998C9.25004 8.72978 9.39577 8.48077 9.6309 8.34764ZM10.75 13.6748L13.5411 12L10.75 10.3242V13.6748Z"
11
+ }
12
+ ));
13
+ });
14
+ var SettingsAutomationIcon_default = SettingsAutomationIcon;
15
+
16
+ export { SettingsAutomationIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const Columns3Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Columns3Icon;
@@ -0,0 +1,41 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var SvgIcon = require('@elementor/ui/SvgIcon');
5
+
6
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () { return e[k]; }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n.default = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+ var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
28
+
29
+ const Columns3Icon = 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.25 4C20.25 3.93369 20.2236 3.87013 20.1768 3.82324C20.1299 3.77636 20.0663 3.75 20 3.75H15.75V20.25H20C20.0663 20.25 20.1299 20.2236 20.1768 20.1768C20.2236 20.1299 20.25 20.0663 20.25 20V4ZM9.75 20.25H14.25V3.75H9.75V20.25ZM3.75 20C3.75 20.0663 3.77636 20.1299 3.82324 20.1768C3.87013 20.2236 3.93369 20.25 4 20.25H8.25V3.75H4C3.9337 3.75 3.87013 3.77636 3.82324 3.82324C3.77636 3.87013 3.75 3.9337 3.75 4V20ZM21.75 20C21.75 20.4641 21.5655 20.9091 21.2373 21.2373C20.9091 21.5655 20.4641 21.75 20 21.75H4C3.53587 21.75 3.09089 21.5655 2.7627 21.2373C2.43451 20.9091 2.25 20.4641 2.25 20V4C2.25 3.53587 2.43451 3.09088 2.7627 2.7627C3.09088 2.43451 3.53587 2.25 4 2.25H20C20.4641 2.25 20.9091 2.43451 21.2373 2.7627C21.5655 3.09089 21.75 3.53587 21.75 4V20Z"
36
+ }
37
+ ));
38
+ });
39
+ var Columns3Icon_default = Columns3Icon;
40
+
41
+ module.exports = Columns3Icon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const PlayerPlayIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default PlayerPlayIcon;
@@ -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 PlayerPlayIcon = 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: "M6.63379 3.34569C6.87098 3.21315 7.16215 3.21891 7.39355 3.36132L20.3936 11.3613C20.6151 11.4979 20.75 11.7397 20.75 12C20.75 12.2603 20.6151 12.5021 20.3936 12.6387L7.39355 20.6387C7.16215 20.7811 6.87098 20.7868 6.63379 20.6543C6.39686 20.5217 6.25 20.2715 6.25 20V3.99999L6.25684 3.8994C6.28816 3.66775 6.42646 3.46173 6.63379 3.34569ZM7.75 18.6572L18.5684 12L7.75 5.34179V18.6572Z" }));
31
+ });
32
+ var PlayerPlayIcon_default = PlayerPlayIcon;
33
+
34
+ module.exports = PlayerPlayIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const Settings2Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Settings2Icon;
@@ -0,0 +1,41 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var SvgIcon = require('@elementor/ui/SvgIcon');
5
+
6
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () { return e[k]; }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n.default = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+ var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
28
+
29
+ const Settings2Icon = 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: "M19.25 15.1558V8.61475C19.2516 8.39374 19.1948 8.1757 19.085 7.98389C18.9752 7.79222 18.8163 7.6334 18.625 7.52295C18.5803 7.49713 18.5404 7.46542 18.5029 7.43213L12.6611 3.95361C12.4677 3.84665 12.2503 3.79058 12.0293 3.79053C11.8095 3.79053 11.593 3.84592 11.4004 3.95166L5.41309 7.51611C5.40673 7.5199 5.40002 7.52424 5.39355 7.52783C5.19868 7.63605 5.03593 7.79473 4.92285 7.98682C4.80987 8.17885 4.75005 8.3978 4.75 8.62061V15.1567L4.76074 15.3228C4.7829 15.487 4.83821 15.6457 4.92285 15.7896C5.00755 15.9333 5.12003 16.0586 5.25293 16.1577L5.39355 16.2485L5.43262 16.272L11.4023 20.0854C11.5858 20.1854 11.791 20.2388 12 20.2388C12.2087 20.2388 12.4134 20.1851 12.5967 20.0854L18.5674 16.272L18.6064 16.2485C18.8013 16.1403 18.9641 15.9816 19.0771 15.7896C19.1902 15.5975 19.2499 15.3786 19.25 15.1558ZM14.25 12.0005C14.25 10.7578 13.2426 9.75049 12 9.75049C10.7574 9.75049 9.75 10.7578 9.75 12.0005C9.75021 13.243 10.7575 14.2505 12 14.2505C13.2425 14.2505 14.2498 13.243 14.25 12.0005ZM20.75 15.1567C20.7498 15.6468 20.6187 16.1279 20.3701 16.5503C20.1291 16.9597 19.7851 17.2984 19.374 17.5356L13.375 21.3696C13.362 21.3779 13.3484 21.3856 13.335 21.3931C12.9266 21.6198 12.4671 21.7388 12 21.7388C11.5329 21.7388 11.0734 21.6198 10.665 21.3931C10.6516 21.3856 10.638 21.3779 10.625 21.3696L4.625 17.5366C4.21455 17.2995 3.87173 16.9601 3.63086 16.5513C3.38211 16.1289 3.25037 15.6478 3.25 15.1577V8.61963L3.25586 8.43701C3.2844 8.01039 3.41212 7.59501 3.62988 7.2251C3.87865 6.80258 4.23639 6.45436 4.66504 6.21631L10.6455 2.65576L10.6641 2.64502C11.0814 2.41269 11.5516 2.29053 12.0293 2.29053C12.5068 2.29058 12.9763 2.41277 13.3936 2.64502C13.3999 2.64857 13.4068 2.65203 13.4131 2.65576L19.4131 6.229C19.4611 6.25763 19.5036 6.29238 19.543 6.32959C19.889 6.56418 20.1782 6.87449 20.3867 7.23877C20.6273 7.65899 20.7525 8.13551 20.75 8.61963V15.1567ZM15.75 12.0005C15.7498 14.0714 14.0709 15.7505 12 15.7505C9.92906 15.7505 8.25021 14.0714 8.25 12.0005C8.25 9.92942 9.92893 8.25049 12 8.25049C14.0711 8.25049 15.75 9.92942 15.75 12.0005Z"
36
+ }
37
+ ));
38
+ });
39
+ var Settings2Icon_default = Settings2Icon;
40
+
41
+ module.exports = Settings2Icon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const SettingsAutomationIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default SettingsAutomationIcon;
@@ -0,0 +1,41 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var SvgIcon = require('@elementor/ui/SvgIcon');
5
+
6
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () { return e[k]; }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n.default = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+ var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
28
+
29
+ const SettingsAutomationIcon = 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.66215 3.91111C10.4042 1.6963 13.5959 1.6963 14.3379 3.91111L14.4043 4.14061L14.4375 4.24998C14.4773 4.3571 14.5357 4.45663 14.6104 4.54393C14.71 4.66036 14.836 4.75183 14.9776 4.81053C15.1193 4.86922 15.2729 4.89367 15.4258 4.88182C15.5787 4.86996 15.7265 4.822 15.8575 4.74217C18.0718 3.39322 20.607 5.92728 19.2588 8.14256C19.1793 8.27327 19.1311 8.42163 19.1192 8.5742C19.1074 8.72698 19.1318 8.88085 19.1905 9.02244C19.2491 9.16403 19.3407 9.28993 19.4571 9.38963C19.5729 9.48879 19.7104 9.55937 19.8584 9.59568C22.3787 10.2071 22.3797 13.7929 19.8594 14.4043C19.7106 14.4404 19.5725 14.5108 19.4561 14.6103C19.3397 14.71 19.2482 14.836 19.1895 14.9775C19.1308 15.1192 19.1064 15.2729 19.1182 15.4258C19.1301 15.5786 19.178 15.7265 19.2579 15.8574C20.6068 18.0717 18.0727 20.607 15.8575 19.2588C15.7268 19.1792 15.5784 19.131 15.4258 19.1191C15.273 19.1073 15.1192 19.1318 14.9776 19.1904C14.836 19.249 14.7101 19.3406 14.6104 19.457C14.511 19.5731 14.4406 19.7109 14.4043 19.8594C13.7929 22.3796 10.2072 22.3796 9.59575 19.8594C9.55965 19.7106 9.48919 19.5724 9.38969 19.456C9.29004 19.3396 9.16407 19.2481 9.02251 19.1894C8.88084 19.1307 8.72715 19.1063 8.57426 19.1181C8.42137 19.13 8.27356 19.178 8.14262 19.2578C5.92834 20.6067 3.39306 18.0727 4.74126 15.8574C4.82083 15.7267 4.86903 15.5783 4.8809 15.4258C4.89273 15.273 4.86824 15.1191 4.80961 14.9775C4.75099 14.8359 4.65939 14.71 4.54301 14.6103C4.42688 14.5109 4.28919 14.4395 4.14067 14.4033C1.62043 13.7919 1.62043 10.2071 4.14067 9.59568L4.25004 9.56248C4.35717 9.52271 4.45669 9.46428 4.54399 9.38963C4.66043 9.28998 4.75189 9.16401 4.81059 9.02244C4.86929 8.88077 4.89373 8.72709 4.88188 8.5742C4.87003 8.42131 4.82206 8.27349 4.74223 8.14256C3.39328 5.92827 5.92735 3.393 8.14262 4.74119L8.25102 4.79783C8.79838 5.04561 9.44904 4.74152 9.59575 4.14061L9.66215 3.91111ZM12.92 4.4033C12.6277 3.53227 11.3724 3.53227 11.0801 4.4033L11.0538 4.49412C10.6702 6.07155 8.91185 6.84516 7.49907 6.09959L7.36333 6.02244C6.49082 5.49125 5.49303 6.48981 6.02348 7.36131L6.09575 7.48826C6.25518 7.78821 6.35161 8.11829 6.37797 8.45799C6.40808 8.84634 6.34542 9.23681 6.19633 9.59666C6.04724 9.95637 5.81541 10.2761 5.51958 10.5293C5.22382 10.7823 4.87247 10.9619 4.49419 11.0537C3.53359 11.2867 3.50313 12.6179 4.40336 12.9199L4.49419 12.9463L4.63481 12.9844C4.95949 13.0839 5.2609 13.25 5.51958 13.4717C5.81493 13.7248 6.04649 14.0439 6.19536 14.4033C6.34426 14.7629 6.40605 15.1529 6.37602 15.541C6.34599 15.929 6.22489 16.3043 6.02251 16.6367C5.49132 17.5092 6.48988 18.507 7.36137 17.9765L7.48833 17.9043C7.78827 17.7448 8.11835 17.6484 8.45805 17.6221C8.8464 17.5919 9.23687 17.6546 9.59672 17.8037C9.95644 17.9528 10.2762 18.1846 10.5293 18.4804C10.7824 18.7762 10.962 19.1276 11.0538 19.5058C11.2944 20.4976 12.7057 20.4976 12.9463 19.5058L12.9844 19.3652C13.0839 19.0405 13.2501 18.7391 13.4717 18.4804C13.7248 18.1851 14.044 17.9535 14.4034 17.8047C14.763 17.6558 15.153 17.594 15.5411 17.624C15.929 17.654 16.3044 17.7751 16.6368 17.9775C17.482 18.4921 18.4446 17.5711 18.0215 16.7207L17.9766 16.6387C17.7739 16.3061 17.6523 15.9303 17.6221 15.542C17.592 15.1536 17.6547 14.7632 17.8038 14.4033C17.9528 14.0436 18.1847 13.7239 18.4805 13.4707C18.7763 13.2176 19.1276 13.038 19.5059 12.9463L19.5967 12.9199C20.4678 12.6277 20.4678 11.3723 19.5967 11.0801L19.5059 11.0537C19.1277 10.9617 18.7761 10.7815 18.4805 10.5283C18.1852 10.2752 17.9536 9.95602 17.8047 9.59666C17.6558 9.23705 17.594 8.84703 17.6241 8.45896C17.6541 8.07099 17.7752 7.69562 17.9776 7.36326C18.4922 6.51798 17.5712 5.55541 16.7207 5.9785L16.6387 6.02342C16.3062 6.22616 15.9303 6.34777 15.542 6.37791C15.1537 6.40802 14.7632 6.34536 14.4034 6.19627C14.0437 6.04718 13.7239 5.81535 13.4707 5.51951C13.2177 5.22376 13.0381 4.8724 12.9463 4.49412L12.92 4.4033ZM9.6309 8.34764C9.86591 8.21465 10.1542 8.21761 10.3858 8.35643L15.3858 11.3564C15.6117 11.492 15.75 11.7365 15.75 12C15.75 12.2634 15.6117 12.508 15.3858 12.6435L10.3858 15.6435C10.1542 15.7824 9.86591 15.7853 9.6309 15.6523C9.39577 15.5192 9.25004 15.2702 9.25004 15V8.99998C9.25004 8.72978 9.39577 8.48077 9.6309 8.34764ZM10.75 13.6748L13.5411 12L10.75 10.3242V13.6748Z"
36
+ }
37
+ ));
38
+ });
39
+ var SettingsAutomationIcon_default = SettingsAutomationIcon;
40
+
41
+ module.exports = SettingsAutomationIcon_default;
package/cjs/index.d.ts CHANGED
@@ -73,6 +73,7 @@ export { default as CodeIcon } from './CodeIcon';
73
73
  export { default as CoinsIcon } from './CoinsIcon';
74
74
  export { default as ColorFilterIcon } from './ColorFilterIcon';
75
75
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
76
+ export { default as Columns3Icon } from './Columns3Icon';
76
77
  export { default as ComponentsIcon } from './ComponentsIcon';
77
78
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
78
79
  export { default as CopyIcon } from './CopyIcon';
@@ -172,6 +173,7 @@ export { default as PencilSparklesIcon } from './PencilSparklesIcon';
172
173
  export { default as PhotoIcon } from './PhotoIcon';
173
174
  export { default as PinIcon } from './PinIcon';
174
175
  export { default as PinnedOffIcon } from './PinnedOffIcon';
176
+ export { default as PlayerPlayIcon } from './PlayerPlayIcon';
175
177
  export { default as PlugCheckIcon } from './PlugCheckIcon';
176
178
  export { default as PlugIcon } from './PlugIcon';
177
179
  export { default as PlugRefreshIcon } from './PlugRefreshIcon';
@@ -203,6 +205,8 @@ export { default as SelectorIcon } from './SelectorIcon';
203
205
  export { default as Send2Icon } from './Send2Icon';
204
206
  export { default as SendIcon } from './SendIcon';
205
207
  export { default as ServerCogIcon } from './ServerCogIcon';
208
+ export { default as Settings2Icon } from './Settings2Icon';
209
+ export { default as SettingsAutomationIcon } from './SettingsAutomationIcon';
206
210
  export { default as SettingsIcon } from './SettingsIcon';
207
211
  export { default as ShieldCheckIcon } from './ShieldCheckIcon';
208
212
  export { default as ShieldIcon } from './ShieldIcon';
package/cjs/index.js CHANGED
@@ -75,6 +75,7 @@ var CodeIcon = require('./CodeIcon');
75
75
  var CoinsIcon = require('./CoinsIcon');
76
76
  var ColorFilterIcon = require('./ColorFilterIcon');
77
77
  var ColorSwatchIcon = require('./ColorSwatchIcon');
78
+ var Columns3Icon = require('./Columns3Icon');
78
79
  var ComponentsIcon = require('./ComponentsIcon');
79
80
  var ContainerTemplateIcon = require('./ContainerTemplateIcon');
80
81
  var CopyIcon = require('./CopyIcon');
@@ -174,6 +175,7 @@ var PencilSparklesIcon = require('./PencilSparklesIcon');
174
175
  var PhotoIcon = require('./PhotoIcon');
175
176
  var PinIcon = require('./PinIcon');
176
177
  var PinnedOffIcon = require('./PinnedOffIcon');
178
+ var PlayerPlayIcon = require('./PlayerPlayIcon');
177
179
  var PlugCheckIcon = require('./PlugCheckIcon');
178
180
  var PlugIcon = require('./PlugIcon');
179
181
  var PlugRefreshIcon = require('./PlugRefreshIcon');
@@ -205,6 +207,8 @@ var SelectorIcon = require('./SelectorIcon');
205
207
  var Send2Icon = require('./Send2Icon');
206
208
  var SendIcon = require('./SendIcon');
207
209
  var ServerCogIcon = require('./ServerCogIcon');
210
+ var Settings2Icon = require('./Settings2Icon');
211
+ var SettingsAutomationIcon = require('./SettingsAutomationIcon');
208
212
  var SettingsIcon = require('./SettingsIcon');
209
213
  var ShieldCheckIcon = require('./ShieldCheckIcon');
210
214
  var ShieldIcon = require('./ShieldIcon');
@@ -331,6 +335,7 @@ var CodeIcon__default = /*#__PURE__*/_interopDefault(CodeIcon);
331
335
  var CoinsIcon__default = /*#__PURE__*/_interopDefault(CoinsIcon);
332
336
  var ColorFilterIcon__default = /*#__PURE__*/_interopDefault(ColorFilterIcon);
333
337
  var ColorSwatchIcon__default = /*#__PURE__*/_interopDefault(ColorSwatchIcon);
338
+ var Columns3Icon__default = /*#__PURE__*/_interopDefault(Columns3Icon);
334
339
  var ComponentsIcon__default = /*#__PURE__*/_interopDefault(ComponentsIcon);
335
340
  var ContainerTemplateIcon__default = /*#__PURE__*/_interopDefault(ContainerTemplateIcon);
336
341
  var CopyIcon__default = /*#__PURE__*/_interopDefault(CopyIcon);
@@ -430,6 +435,7 @@ var PencilSparklesIcon__default = /*#__PURE__*/_interopDefault(PencilSparklesIco
430
435
  var PhotoIcon__default = /*#__PURE__*/_interopDefault(PhotoIcon);
431
436
  var PinIcon__default = /*#__PURE__*/_interopDefault(PinIcon);
432
437
  var PinnedOffIcon__default = /*#__PURE__*/_interopDefault(PinnedOffIcon);
438
+ var PlayerPlayIcon__default = /*#__PURE__*/_interopDefault(PlayerPlayIcon);
433
439
  var PlugCheckIcon__default = /*#__PURE__*/_interopDefault(PlugCheckIcon);
434
440
  var PlugIcon__default = /*#__PURE__*/_interopDefault(PlugIcon);
435
441
  var PlugRefreshIcon__default = /*#__PURE__*/_interopDefault(PlugRefreshIcon);
@@ -461,6 +467,8 @@ var SelectorIcon__default = /*#__PURE__*/_interopDefault(SelectorIcon);
461
467
  var Send2Icon__default = /*#__PURE__*/_interopDefault(Send2Icon);
462
468
  var SendIcon__default = /*#__PURE__*/_interopDefault(SendIcon);
463
469
  var ServerCogIcon__default = /*#__PURE__*/_interopDefault(ServerCogIcon);
470
+ var Settings2Icon__default = /*#__PURE__*/_interopDefault(Settings2Icon);
471
+ var SettingsAutomationIcon__default = /*#__PURE__*/_interopDefault(SettingsAutomationIcon);
464
472
  var SettingsIcon__default = /*#__PURE__*/_interopDefault(SettingsIcon);
465
473
  var ShieldCheckIcon__default = /*#__PURE__*/_interopDefault(ShieldCheckIcon);
466
474
  var ShieldIcon__default = /*#__PURE__*/_interopDefault(ShieldIcon);
@@ -812,6 +820,10 @@ Object.defineProperty(exports, "ColorSwatchIcon", {
812
820
  enumerable: true,
813
821
  get: function () { return ColorSwatchIcon__default.default; }
814
822
  });
823
+ Object.defineProperty(exports, "Columns3Icon", {
824
+ enumerable: true,
825
+ get: function () { return Columns3Icon__default.default; }
826
+ });
815
827
  Object.defineProperty(exports, "ComponentsIcon", {
816
828
  enumerable: true,
817
829
  get: function () { return ComponentsIcon__default.default; }
@@ -1208,6 +1220,10 @@ Object.defineProperty(exports, "PinnedOffIcon", {
1208
1220
  enumerable: true,
1209
1221
  get: function () { return PinnedOffIcon__default.default; }
1210
1222
  });
1223
+ Object.defineProperty(exports, "PlayerPlayIcon", {
1224
+ enumerable: true,
1225
+ get: function () { return PlayerPlayIcon__default.default; }
1226
+ });
1211
1227
  Object.defineProperty(exports, "PlugCheckIcon", {
1212
1228
  enumerable: true,
1213
1229
  get: function () { return PlugCheckIcon__default.default; }
@@ -1332,6 +1348,14 @@ Object.defineProperty(exports, "ServerCogIcon", {
1332
1348
  enumerable: true,
1333
1349
  get: function () { return ServerCogIcon__default.default; }
1334
1350
  });
1351
+ Object.defineProperty(exports, "Settings2Icon", {
1352
+ enumerable: true,
1353
+ get: function () { return Settings2Icon__default.default; }
1354
+ });
1355
+ Object.defineProperty(exports, "SettingsAutomationIcon", {
1356
+ enumerable: true,
1357
+ get: function () { return SettingsAutomationIcon__default.default; }
1358
+ });
1335
1359
  Object.defineProperty(exports, "SettingsIcon", {
1336
1360
  enumerable: true,
1337
1361
  get: function () { return SettingsIcon__default.default; }
package/index.d.ts CHANGED
@@ -73,6 +73,7 @@ export { default as CodeIcon } from './CodeIcon';
73
73
  export { default as CoinsIcon } from './CoinsIcon';
74
74
  export { default as ColorFilterIcon } from './ColorFilterIcon';
75
75
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
76
+ export { default as Columns3Icon } from './Columns3Icon';
76
77
  export { default as ComponentsIcon } from './ComponentsIcon';
77
78
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
78
79
  export { default as CopyIcon } from './CopyIcon';
@@ -172,6 +173,7 @@ export { default as PencilSparklesIcon } from './PencilSparklesIcon';
172
173
  export { default as PhotoIcon } from './PhotoIcon';
173
174
  export { default as PinIcon } from './PinIcon';
174
175
  export { default as PinnedOffIcon } from './PinnedOffIcon';
176
+ export { default as PlayerPlayIcon } from './PlayerPlayIcon';
175
177
  export { default as PlugCheckIcon } from './PlugCheckIcon';
176
178
  export { default as PlugIcon } from './PlugIcon';
177
179
  export { default as PlugRefreshIcon } from './PlugRefreshIcon';
@@ -203,6 +205,8 @@ export { default as SelectorIcon } from './SelectorIcon';
203
205
  export { default as Send2Icon } from './Send2Icon';
204
206
  export { default as SendIcon } from './SendIcon';
205
207
  export { default as ServerCogIcon } from './ServerCogIcon';
208
+ export { default as Settings2Icon } from './Settings2Icon';
209
+ export { default as SettingsAutomationIcon } from './SettingsAutomationIcon';
206
210
  export { default as SettingsIcon } from './SettingsIcon';
207
211
  export { default as ShieldCheckIcon } from './ShieldCheckIcon';
208
212
  export { default as ShieldIcon } from './ShieldIcon';
package/index.js CHANGED
@@ -73,6 +73,7 @@ export { default as CodeIcon } from './CodeIcon';
73
73
  export { default as CoinsIcon } from './CoinsIcon';
74
74
  export { default as ColorFilterIcon } from './ColorFilterIcon';
75
75
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
76
+ export { default as Columns3Icon } from './Columns3Icon';
76
77
  export { default as ComponentsIcon } from './ComponentsIcon';
77
78
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
78
79
  export { default as CopyIcon } from './CopyIcon';
@@ -172,6 +173,7 @@ export { default as PencilSparklesIcon } from './PencilSparklesIcon';
172
173
  export { default as PhotoIcon } from './PhotoIcon';
173
174
  export { default as PinIcon } from './PinIcon';
174
175
  export { default as PinnedOffIcon } from './PinnedOffIcon';
176
+ export { default as PlayerPlayIcon } from './PlayerPlayIcon';
175
177
  export { default as PlugCheckIcon } from './PlugCheckIcon';
176
178
  export { default as PlugIcon } from './PlugIcon';
177
179
  export { default as PlugRefreshIcon } from './PlugRefreshIcon';
@@ -203,6 +205,8 @@ export { default as SelectorIcon } from './SelectorIcon';
203
205
  export { default as Send2Icon } from './Send2Icon';
204
206
  export { default as SendIcon } from './SendIcon';
205
207
  export { default as ServerCogIcon } from './ServerCogIcon';
208
+ export { default as Settings2Icon } from './Settings2Icon';
209
+ export { default as SettingsAutomationIcon } from './SettingsAutomationIcon';
206
210
  export { default as SettingsIcon } from './SettingsIcon';
207
211
  export { default as ShieldCheckIcon } from './ShieldCheckIcon';
208
212
  export { default as ShieldIcon } from './ShieldIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.59.0",
19
+ "version": "1.61.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",