@elementor/icons 1.65.0 → 1.66.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.
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import SvgIcon from '@elementor/ui/SvgIcon';
3
3
 
4
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" }));
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M19.75 7C19.75 5.20507 18.2949 3.75 16.5 3.75H7C5.20507 3.75 3.75 5.20507 3.75 7V16C3.75 17.7949 5.20507 19.25 7 19.25H13.2559L11.0859 13.3916C10.5572 11.9641 11.9769 10.5889 13.3867 11.1631L19.75 13.7549V7ZM12.8213 12.5518C12.6199 12.4697 12.4168 12.6662 12.4922 12.8701L15.8604 21.9629C15.9381 22.1717 16.2299 22.1824 16.3223 21.9795L17.6543 19.0479C17.8373 18.6452 18.166 18.3264 18.5742 18.1562L21.9717 16.7412C22.1772 16.6552 22.1758 16.3637 21.9697 16.2793L12.8213 12.5518ZM21.25 14.3652L22.5352 14.8896C23.9819 15.4791 23.9899 17.5251 22.5479 18.126L19.1514 19.541C19.0932 19.5653 19.0467 19.6107 19.0205 19.668L17.6875 22.5996C17.0409 24.0221 14.9958 23.9487 14.4531 22.4834L13.8115 20.75H7C4.37665 20.75 2.25 18.6234 2.25 16V7C2.25 4.37665 4.37665 2.25 7 2.25H16.5C19.1234 2.25 21.25 4.37665 21.25 7V14.3652Z" }));
6
6
  });
7
7
  var ElementorEditorIcon_default = ElementorEditorIcon;
8
8
 
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorGenericIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorGenericIcon;
@@ -0,0 +1,30 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorGenericIcon = 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: "M15.7832 12.7529C14.1037 12.7576 12.7501 14.1229 12.75 15.7988V19.2012C12.7502 20.8854 14.1155 22.2509 15.7998 22.251H19.2002C20.8845 22.2509 22.2498 20.8854 22.25 19.2012V15.7988C22.2499 14.1229 20.8964 12.7576 19.2168 12.7529C18.0723 12.7498 16.9277 12.7497 15.7832 12.7529ZM19.2129 14.2529C20.062 14.2553 20.7499 14.9461 20.75 15.7988V19.2012C20.7498 20.057 20.056 20.7509 19.2002 20.751H15.7998C14.944 20.7509 14.2502 20.057 14.25 19.2012V15.7988C14.2501 14.9461 14.938 14.2553 15.7871 14.2529C16.929 14.2498 18.071 14.2498 19.2129 14.2529Z"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M4.7832 12.7529C3.10365 12.7576 1.75014 14.1229 1.75 15.7988V19.2012C1.75017 20.8854 3.11553 22.2509 4.7998 22.251H8.2002C9.88447 22.2509 11.2498 20.8854 11.25 19.2012V15.7988C11.2499 14.1229 9.89635 12.7576 8.2168 12.7529C7.07226 12.7498 5.92773 12.7497 4.7832 12.7529ZM8.21289 14.2529C9.062 14.2553 9.74987 14.9461 9.75 15.7988V19.2012C9.74983 20.057 9.05604 20.7509 8.2002 20.751H4.7998C3.94396 20.7509 3.25017 20.057 3.25 19.2012V15.7988C3.25014 14.9461 3.93801 14.2553 4.78711 14.2529C5.92898 14.2498 7.07102 14.2498 8.21289 14.2529Z"
18
+ }
19
+ ), /* @__PURE__ */ React.createElement(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M4.7832 1.75293C3.10365 1.7576 1.75014 3.12291 1.75 4.79883V8.20117C1.75017 9.88543 3.11553 11.2509 4.7998 11.251H8.2002C9.88447 11.2509 11.2498 9.88543 11.25 8.20117V4.79883C11.2499 3.12292 9.89635 1.75759 8.2168 1.75293C7.07226 1.74975 5.92773 1.74975 4.7832 1.75293ZM8.21289 3.25293C9.062 3.25533 9.74987 3.94612 9.75 4.79883V8.20117C9.74983 9.05701 9.05604 9.75087 8.2002 9.75098H4.7998C3.94396 9.75087 3.25017 9.05701 3.25 8.20117V4.79883C3.25014 3.94614 3.93801 3.25535 4.78711 3.25293C5.92898 3.24976 7.07102 3.24976 8.21289 3.25293Z"
25
+ }
26
+ ), /* @__PURE__ */ React.createElement("path", { d: "M17.25 1.75C16.8362 1.75026 16.5002 2.08615 16.5 2.5V5.75H13.25C12.8359 5.75 12.5002 6.08598 12.5 6.5C12.5 6.91421 12.8358 7.25 13.25 7.25H16.5V10.5C16.5 10.9141 16.836 11.2497 17.25 11.25C17.6642 11.25 18 10.9142 18 10.5V7.25H21.25C21.6642 7.25 22 6.91421 22 6.5C21.9998 6.08598 21.6641 5.75 21.25 5.75H18V2.5C17.9998 2.08598 17.6641 1.75 17.25 1.75Z" }));
27
+ });
28
+ var ElementorGenericIcon_default = ElementorGenericIcon;
29
+
30
+ export { ElementorGenericIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorOneIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorOneIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorOneIcon = 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: "M5.5 1.75C2.60061 1.75013 0.25 4.10058 0.25 7V14.8799C0.250172 15.8624 0.722153 16.7859 1.51855 17.3613C1.85413 17.6035 2.32283 17.5276 2.56543 17.1924C2.80802 16.8566 2.73223 16.3871 2.39648 16.1445C1.9907 15.8511 1.75017 15.3807 1.75 14.8799V7C1.75 4.92901 3.42904 3.25013 5.5 3.25H12.748C13.4747 3.25 14.0885 3.78995 14.1807 4.51074C14.1917 4.59695 14.22 4.67647 14.2568 4.75H8.75C6.12676 4.75013 4 6.87673 4 9.5V17.8799C4.00017 18.8624 4.47215 19.7859 5.26855 20.3613C5.60413 20.6035 6.07283 20.5276 6.31543 20.1924C6.55802 19.8566 6.48223 19.3871 6.14648 19.1445C5.7407 18.8511 5.50017 18.3807 5.5 17.8799V9.5C5.5 7.70515 6.95518 6.25013 8.75 6.25H16.498C17.2247 6.25 17.8385 6.78995 17.9307 7.51074C17.9417 7.59664 17.9702 7.67571 18.0068 7.74902H12C9.65279 7.74902 7.75 9.65181 7.75 11.999V19.499C7.75 21.8462 9.65279 23.749 12 23.749H19.5C21.8472 23.749 23.75 21.8462 23.75 19.499V11.999C23.75 9.65181 21.8472 7.74902 19.5 7.74902H19.3457C19.4098 7.62076 19.4384 7.47319 19.4189 7.32031C19.231 5.85076 17.9796 4.75 16.498 4.75H15.5957C15.6601 4.62156 15.6885 4.47351 15.6689 4.32031C15.481 2.85076 14.2296 1.75 12.748 1.75H5.5ZM19.5 9.24902C21.0188 9.24902 22.25 10.4802 22.25 11.999V19.499C22.25 21.0178 21.0188 22.249 19.5 22.249H12C10.4812 22.249 9.25 21.0178 9.25 19.499V11.999C9.25 10.4802 10.4812 9.24902 12 9.24902H19.5Z"
11
+ }
12
+ ));
13
+ });
14
+ var ElementorOneIcon_default = ElementorOneIcon;
15
+
16
+ export { ElementorOneIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const PlayerPauseIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default PlayerPauseIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const PlayerPauseIcon = 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 4.25C9.46413 4.25 9.90912 4.43451 10.2373 4.7627C10.5655 5.09088 10.75 5.53587 10.75 6V18C10.75 18.4641 10.5655 18.9091 10.2373 19.2373C9.90912 19.5655 9.46413 19.75 9 19.75H7C6.53587 19.75 6.09088 19.5655 5.7627 19.2373C5.43451 18.9091 5.25 18.4641 5.25 18V6C5.25 5.53587 5.43451 5.09088 5.7627 4.7627C6.09088 4.43451 6.53587 4.25 7 4.25H9ZM7 5.75C6.9337 5.75 6.87013 5.77636 6.82324 5.82324C6.77636 5.87013 6.75 5.9337 6.75 6V18C6.75 18.0663 6.77636 18.1299 6.82324 18.1768C6.87013 18.2236 6.93369 18.25 7 18.25H9C9.06631 18.25 9.12987 18.2236 9.17676 18.1768C9.22364 18.1299 9.25 18.0663 9.25 18V6C9.25 5.9337 9.22364 5.87013 9.17676 5.82324C9.12987 5.77636 9.0663 5.75 9 5.75H7Z"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M17 4.25C17.4641 4.25 17.9091 4.43451 18.2373 4.7627C18.5655 5.09088 18.75 5.53587 18.75 6V18C18.75 18.4641 18.5655 18.9091 18.2373 19.2373C17.9091 19.5655 17.4641 19.75 17 19.75H15C14.5359 19.75 14.0909 19.5655 13.7627 19.2373C13.4345 18.9091 13.25 18.4641 13.25 18V6C13.25 5.53587 13.4345 5.09088 13.7627 4.7627C14.0909 4.43451 14.5359 4.25 15 4.25H17ZM15 5.75C14.9337 5.75 14.8701 5.77636 14.8232 5.82324C14.7764 5.87013 14.75 5.9337 14.75 6V18C14.75 18.0663 14.7764 18.1299 14.8232 18.1768C14.8701 18.2236 14.9337 18.25 15 18.25H17C17.0663 18.25 17.1299 18.2236 17.1768 18.1768C17.2236 18.1299 17.25 18.0663 17.25 18V6C17.25 5.93369 17.2236 5.87013 17.1768 5.82324C17.1299 5.77636 17.0663 5.75 17 5.75H15Z"
18
+ }
19
+ ));
20
+ });
21
+ var PlayerPauseIcon_default = PlayerPauseIcon;
22
+
23
+ export { PlayerPauseIcon_default as default };
@@ -27,7 +27,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
27
  var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
28
28
 
29
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" }));
30
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.75 7C19.75 5.20507 18.2949 3.75 16.5 3.75H7C5.20507 3.75 3.75 5.20507 3.75 7V16C3.75 17.7949 5.20507 19.25 7 19.25H13.2559L11.0859 13.3916C10.5572 11.9641 11.9769 10.5889 13.3867 11.1631L19.75 13.7549V7ZM12.8213 12.5518C12.6199 12.4697 12.4168 12.6662 12.4922 12.8701L15.8604 21.9629C15.9381 22.1717 16.2299 22.1824 16.3223 21.9795L17.6543 19.0479C17.8373 18.6452 18.166 18.3264 18.5742 18.1562L21.9717 16.7412C22.1772 16.6552 22.1758 16.3637 21.9697 16.2793L12.8213 12.5518ZM21.25 14.3652L22.5352 14.8896C23.9819 15.4791 23.9899 17.5251 22.5479 18.126L19.1514 19.541C19.0932 19.5653 19.0467 19.6107 19.0205 19.668L17.6875 22.5996C17.0409 24.0221 14.9958 23.9487 14.4531 22.4834L13.8115 20.75H7C4.37665 20.75 2.25 18.6234 2.25 16V7C2.25 4.37665 4.37665 2.25 7 2.25H16.5C19.1234 2.25 21.25 4.37665 21.25 7V14.3652Z" }));
31
31
  });
32
32
  var ElementorEditorIcon_default = ElementorEditorIcon;
33
33
 
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorGenericIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorGenericIcon;
@@ -0,0 +1,55 @@
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 ElementorGenericIcon = 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: "M15.7832 12.7529C14.1037 12.7576 12.7501 14.1229 12.75 15.7988V19.2012C12.7502 20.8854 14.1155 22.2509 15.7998 22.251H19.2002C20.8845 22.2509 22.2498 20.8854 22.25 19.2012V15.7988C22.2499 14.1229 20.8964 12.7576 19.2168 12.7529C18.0723 12.7498 16.9277 12.7497 15.7832 12.7529ZM19.2129 14.2529C20.062 14.2553 20.7499 14.9461 20.75 15.7988V19.2012C20.7498 20.057 20.056 20.7509 19.2002 20.751H15.7998C14.944 20.7509 14.2502 20.057 14.25 19.2012V15.7988C14.2501 14.9461 14.938 14.2553 15.7871 14.2529C16.929 14.2498 18.071 14.2498 19.2129 14.2529Z"
36
+ }
37
+ ), /* @__PURE__ */ React__namespace.createElement(
38
+ "path",
39
+ {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M4.7832 12.7529C3.10365 12.7576 1.75014 14.1229 1.75 15.7988V19.2012C1.75017 20.8854 3.11553 22.2509 4.7998 22.251H8.2002C9.88447 22.2509 11.2498 20.8854 11.25 19.2012V15.7988C11.2499 14.1229 9.89635 12.7576 8.2168 12.7529C7.07226 12.7498 5.92773 12.7497 4.7832 12.7529ZM8.21289 14.2529C9.062 14.2553 9.74987 14.9461 9.75 15.7988V19.2012C9.74983 20.057 9.05604 20.7509 8.2002 20.751H4.7998C3.94396 20.7509 3.25017 20.057 3.25 19.2012V15.7988C3.25014 14.9461 3.93801 14.2553 4.78711 14.2529C5.92898 14.2498 7.07102 14.2498 8.21289 14.2529Z"
43
+ }
44
+ ), /* @__PURE__ */ React__namespace.createElement(
45
+ "path",
46
+ {
47
+ fillRule: "evenodd",
48
+ clipRule: "evenodd",
49
+ d: "M4.7832 1.75293C3.10365 1.7576 1.75014 3.12291 1.75 4.79883V8.20117C1.75017 9.88543 3.11553 11.2509 4.7998 11.251H8.2002C9.88447 11.2509 11.2498 9.88543 11.25 8.20117V4.79883C11.2499 3.12292 9.89635 1.75759 8.2168 1.75293C7.07226 1.74975 5.92773 1.74975 4.7832 1.75293ZM8.21289 3.25293C9.062 3.25533 9.74987 3.94612 9.75 4.79883V8.20117C9.74983 9.05701 9.05604 9.75087 8.2002 9.75098H4.7998C3.94396 9.75087 3.25017 9.05701 3.25 8.20117V4.79883C3.25014 3.94614 3.93801 3.25535 4.78711 3.25293C5.92898 3.24976 7.07102 3.24976 8.21289 3.25293Z"
50
+ }
51
+ ), /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.25 1.75C16.8362 1.75026 16.5002 2.08615 16.5 2.5V5.75H13.25C12.8359 5.75 12.5002 6.08598 12.5 6.5C12.5 6.91421 12.8358 7.25 13.25 7.25H16.5V10.5C16.5 10.9141 16.836 11.2497 17.25 11.25C17.6642 11.25 18 10.9142 18 10.5V7.25H21.25C21.6642 7.25 22 6.91421 22 6.5C21.9998 6.08598 21.6641 5.75 21.25 5.75H18V2.5C17.9998 2.08598 17.6641 1.75 17.25 1.75Z" }));
52
+ });
53
+ var ElementorGenericIcon_default = ElementorGenericIcon;
54
+
55
+ module.exports = ElementorGenericIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorOneIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorOneIcon;
@@ -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 ElementorOneIcon = 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: "M5.5 1.75C2.60061 1.75013 0.25 4.10058 0.25 7V14.8799C0.250172 15.8624 0.722153 16.7859 1.51855 17.3613C1.85413 17.6035 2.32283 17.5276 2.56543 17.1924C2.80802 16.8566 2.73223 16.3871 2.39648 16.1445C1.9907 15.8511 1.75017 15.3807 1.75 14.8799V7C1.75 4.92901 3.42904 3.25013 5.5 3.25H12.748C13.4747 3.25 14.0885 3.78995 14.1807 4.51074C14.1917 4.59695 14.22 4.67647 14.2568 4.75H8.75C6.12676 4.75013 4 6.87673 4 9.5V17.8799C4.00017 18.8624 4.47215 19.7859 5.26855 20.3613C5.60413 20.6035 6.07283 20.5276 6.31543 20.1924C6.55802 19.8566 6.48223 19.3871 6.14648 19.1445C5.7407 18.8511 5.50017 18.3807 5.5 17.8799V9.5C5.5 7.70515 6.95518 6.25013 8.75 6.25H16.498C17.2247 6.25 17.8385 6.78995 17.9307 7.51074C17.9417 7.59664 17.9702 7.67571 18.0068 7.74902H12C9.65279 7.74902 7.75 9.65181 7.75 11.999V19.499C7.75 21.8462 9.65279 23.749 12 23.749H19.5C21.8472 23.749 23.75 21.8462 23.75 19.499V11.999C23.75 9.65181 21.8472 7.74902 19.5 7.74902H19.3457C19.4098 7.62076 19.4384 7.47319 19.4189 7.32031C19.231 5.85076 17.9796 4.75 16.498 4.75H15.5957C15.6601 4.62156 15.6885 4.47351 15.6689 4.32031C15.481 2.85076 14.2296 1.75 12.748 1.75H5.5ZM19.5 9.24902C21.0188 9.24902 22.25 10.4802 22.25 11.999V19.499C22.25 21.0178 21.0188 22.249 19.5 22.249H12C10.4812 22.249 9.25 21.0178 9.25 19.499V11.999C9.25 10.4802 10.4812 9.24902 12 9.24902H19.5Z"
36
+ }
37
+ ));
38
+ });
39
+ var ElementorOneIcon_default = ElementorOneIcon;
40
+
41
+ module.exports = ElementorOneIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const PlayerPauseIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default PlayerPauseIcon;
@@ -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 PlayerPauseIcon = 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 4.25C9.46413 4.25 9.90912 4.43451 10.2373 4.7627C10.5655 5.09088 10.75 5.53587 10.75 6V18C10.75 18.4641 10.5655 18.9091 10.2373 19.2373C9.90912 19.5655 9.46413 19.75 9 19.75H7C6.53587 19.75 6.09088 19.5655 5.7627 19.2373C5.43451 18.9091 5.25 18.4641 5.25 18V6C5.25 5.53587 5.43451 5.09088 5.7627 4.7627C6.09088 4.43451 6.53587 4.25 7 4.25H9ZM7 5.75C6.9337 5.75 6.87013 5.77636 6.82324 5.82324C6.77636 5.87013 6.75 5.9337 6.75 6V18C6.75 18.0663 6.77636 18.1299 6.82324 18.1768C6.87013 18.2236 6.93369 18.25 7 18.25H9C9.06631 18.25 9.12987 18.2236 9.17676 18.1768C9.22364 18.1299 9.25 18.0663 9.25 18V6C9.25 5.9337 9.22364 5.87013 9.17676 5.82324C9.12987 5.77636 9.0663 5.75 9 5.75H7Z"
36
+ }
37
+ ), /* @__PURE__ */ React__namespace.createElement(
38
+ "path",
39
+ {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M17 4.25C17.4641 4.25 17.9091 4.43451 18.2373 4.7627C18.5655 5.09088 18.75 5.53587 18.75 6V18C18.75 18.4641 18.5655 18.9091 18.2373 19.2373C17.9091 19.5655 17.4641 19.75 17 19.75H15C14.5359 19.75 14.0909 19.5655 13.7627 19.2373C13.4345 18.9091 13.25 18.4641 13.25 18V6C13.25 5.53587 13.4345 5.09088 13.7627 4.7627C14.0909 4.43451 14.5359 4.25 15 4.25H17ZM15 5.75C14.9337 5.75 14.8701 5.77636 14.8232 5.82324C14.7764 5.87013 14.75 5.9337 14.75 6V18C14.75 18.0663 14.7764 18.1299 14.8232 18.1768C14.8701 18.2236 14.9337 18.25 15 18.25H17C17.0663 18.25 17.1299 18.2236 17.1768 18.1768C17.2236 18.1299 17.25 18.0663 17.25 18V6C17.25 5.93369 17.2236 5.87013 17.1768 5.82324C17.1299 5.77636 17.0663 5.75 17 5.75H15Z"
43
+ }
44
+ ));
45
+ });
46
+ var PlayerPauseIcon_default = PlayerPauseIcon;
47
+
48
+ module.exports = PlayerPauseIcon_default;
package/cjs/index.d.ts CHANGED
@@ -101,8 +101,10 @@ export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityI
101
101
  export { default as ElementorAngieIcon } from './ElementorAngieIcon';
102
102
  export { default as ElementorEditorIcon } from './ElementorEditorIcon';
103
103
  export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
104
+ export { default as ElementorGenericIcon } from './ElementorGenericIcon';
104
105
  export { default as ElementorHostingIcon } from './ElementorHostingIcon';
105
106
  export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
107
+ export { default as ElementorOneIcon } from './ElementorOneIcon';
106
108
  export { default as EraseIcon } from './EraseIcon';
107
109
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
108
110
  export { default as ExpandBottomIcon } from './ExpandBottomIcon';
@@ -184,6 +186,7 @@ export { default as PencilSparklesIcon } from './PencilSparklesIcon';
184
186
  export { default as PhotoIcon } from './PhotoIcon';
185
187
  export { default as PinIcon } from './PinIcon';
186
188
  export { default as PinnedOffIcon } from './PinnedOffIcon';
189
+ export { default as PlayerPauseIcon } from './PlayerPauseIcon';
187
190
  export { default as PlayerPlayIcon } from './PlayerPlayIcon';
188
191
  export { default as PlugCheckIcon } from './PlugCheckIcon';
189
192
  export { default as PlugIcon } from './PlugIcon';
package/cjs/index.js CHANGED
@@ -103,8 +103,10 @@ var ElementorAccessibilityIcon = require('./ElementorAccessibilityIcon');
103
103
  var ElementorAngieIcon = require('./ElementorAngieIcon');
104
104
  var ElementorEditorIcon = require('./ElementorEditorIcon');
105
105
  var ElementorEmailDeliverabilityIcon = require('./ElementorEmailDeliverabilityIcon');
106
+ var ElementorGenericIcon = require('./ElementorGenericIcon');
106
107
  var ElementorHostingIcon = require('./ElementorHostingIcon');
107
108
  var ElementorImageOptimizerIcon = require('./ElementorImageOptimizerIcon');
109
+ var ElementorOneIcon = require('./ElementorOneIcon');
108
110
  var EraseIcon = require('./EraseIcon');
109
111
  var Error404TemplateIcon = require('./Error404TemplateIcon');
110
112
  var ExpandBottomIcon = require('./ExpandBottomIcon');
@@ -186,6 +188,7 @@ var PencilSparklesIcon = require('./PencilSparklesIcon');
186
188
  var PhotoIcon = require('./PhotoIcon');
187
189
  var PinIcon = require('./PinIcon');
188
190
  var PinnedOffIcon = require('./PinnedOffIcon');
191
+ var PlayerPauseIcon = require('./PlayerPauseIcon');
189
192
  var PlayerPlayIcon = require('./PlayerPlayIcon');
190
193
  var PlugCheckIcon = require('./PlugCheckIcon');
191
194
  var PlugIcon = require('./PlugIcon');
@@ -377,8 +380,10 @@ var ElementorAccessibilityIcon__default = /*#__PURE__*/_interopDefault(Elementor
377
380
  var ElementorAngieIcon__default = /*#__PURE__*/_interopDefault(ElementorAngieIcon);
378
381
  var ElementorEditorIcon__default = /*#__PURE__*/_interopDefault(ElementorEditorIcon);
379
382
  var ElementorEmailDeliverabilityIcon__default = /*#__PURE__*/_interopDefault(ElementorEmailDeliverabilityIcon);
383
+ var ElementorGenericIcon__default = /*#__PURE__*/_interopDefault(ElementorGenericIcon);
380
384
  var ElementorHostingIcon__default = /*#__PURE__*/_interopDefault(ElementorHostingIcon);
381
385
  var ElementorImageOptimizerIcon__default = /*#__PURE__*/_interopDefault(ElementorImageOptimizerIcon);
386
+ var ElementorOneIcon__default = /*#__PURE__*/_interopDefault(ElementorOneIcon);
382
387
  var EraseIcon__default = /*#__PURE__*/_interopDefault(EraseIcon);
383
388
  var Error404TemplateIcon__default = /*#__PURE__*/_interopDefault(Error404TemplateIcon);
384
389
  var ExpandBottomIcon__default = /*#__PURE__*/_interopDefault(ExpandBottomIcon);
@@ -460,6 +465,7 @@ var PencilSparklesIcon__default = /*#__PURE__*/_interopDefault(PencilSparklesIco
460
465
  var PhotoIcon__default = /*#__PURE__*/_interopDefault(PhotoIcon);
461
466
  var PinIcon__default = /*#__PURE__*/_interopDefault(PinIcon);
462
467
  var PinnedOffIcon__default = /*#__PURE__*/_interopDefault(PinnedOffIcon);
468
+ var PlayerPauseIcon__default = /*#__PURE__*/_interopDefault(PlayerPauseIcon);
463
469
  var PlayerPlayIcon__default = /*#__PURE__*/_interopDefault(PlayerPlayIcon);
464
470
  var PlugCheckIcon__default = /*#__PURE__*/_interopDefault(PlugCheckIcon);
465
471
  var PlugIcon__default = /*#__PURE__*/_interopDefault(PlugIcon);
@@ -960,6 +966,10 @@ Object.defineProperty(exports, "ElementorEmailDeliverabilityIcon", {
960
966
  enumerable: true,
961
967
  get: function () { return ElementorEmailDeliverabilityIcon__default.default; }
962
968
  });
969
+ Object.defineProperty(exports, "ElementorGenericIcon", {
970
+ enumerable: true,
971
+ get: function () { return ElementorGenericIcon__default.default; }
972
+ });
963
973
  Object.defineProperty(exports, "ElementorHostingIcon", {
964
974
  enumerable: true,
965
975
  get: function () { return ElementorHostingIcon__default.default; }
@@ -968,6 +978,10 @@ Object.defineProperty(exports, "ElementorImageOptimizerIcon", {
968
978
  enumerable: true,
969
979
  get: function () { return ElementorImageOptimizerIcon__default.default; }
970
980
  });
981
+ Object.defineProperty(exports, "ElementorOneIcon", {
982
+ enumerable: true,
983
+ get: function () { return ElementorOneIcon__default.default; }
984
+ });
971
985
  Object.defineProperty(exports, "EraseIcon", {
972
986
  enumerable: true,
973
987
  get: function () { return EraseIcon__default.default; }
@@ -1292,6 +1306,10 @@ Object.defineProperty(exports, "PinnedOffIcon", {
1292
1306
  enumerable: true,
1293
1307
  get: function () { return PinnedOffIcon__default.default; }
1294
1308
  });
1309
+ Object.defineProperty(exports, "PlayerPauseIcon", {
1310
+ enumerable: true,
1311
+ get: function () { return PlayerPauseIcon__default.default; }
1312
+ });
1295
1313
  Object.defineProperty(exports, "PlayerPlayIcon", {
1296
1314
  enumerable: true,
1297
1315
  get: function () { return PlayerPlayIcon__default.default; }
package/index.d.ts CHANGED
@@ -101,8 +101,10 @@ export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityI
101
101
  export { default as ElementorAngieIcon } from './ElementorAngieIcon';
102
102
  export { default as ElementorEditorIcon } from './ElementorEditorIcon';
103
103
  export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
104
+ export { default as ElementorGenericIcon } from './ElementorGenericIcon';
104
105
  export { default as ElementorHostingIcon } from './ElementorHostingIcon';
105
106
  export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
107
+ export { default as ElementorOneIcon } from './ElementorOneIcon';
106
108
  export { default as EraseIcon } from './EraseIcon';
107
109
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
108
110
  export { default as ExpandBottomIcon } from './ExpandBottomIcon';
@@ -184,6 +186,7 @@ export { default as PencilSparklesIcon } from './PencilSparklesIcon';
184
186
  export { default as PhotoIcon } from './PhotoIcon';
185
187
  export { default as PinIcon } from './PinIcon';
186
188
  export { default as PinnedOffIcon } from './PinnedOffIcon';
189
+ export { default as PlayerPauseIcon } from './PlayerPauseIcon';
187
190
  export { default as PlayerPlayIcon } from './PlayerPlayIcon';
188
191
  export { default as PlugCheckIcon } from './PlugCheckIcon';
189
192
  export { default as PlugIcon } from './PlugIcon';
package/index.js CHANGED
@@ -101,8 +101,10 @@ export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityI
101
101
  export { default as ElementorAngieIcon } from './ElementorAngieIcon';
102
102
  export { default as ElementorEditorIcon } from './ElementorEditorIcon';
103
103
  export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
104
+ export { default as ElementorGenericIcon } from './ElementorGenericIcon';
104
105
  export { default as ElementorHostingIcon } from './ElementorHostingIcon';
105
106
  export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
107
+ export { default as ElementorOneIcon } from './ElementorOneIcon';
106
108
  export { default as EraseIcon } from './EraseIcon';
107
109
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
108
110
  export { default as ExpandBottomIcon } from './ExpandBottomIcon';
@@ -184,6 +186,7 @@ export { default as PencilSparklesIcon } from './PencilSparklesIcon';
184
186
  export { default as PhotoIcon } from './PhotoIcon';
185
187
  export { default as PinIcon } from './PinIcon';
186
188
  export { default as PinnedOffIcon } from './PinnedOffIcon';
189
+ export { default as PlayerPauseIcon } from './PlayerPauseIcon';
187
190
  export { default as PlayerPlayIcon } from './PlayerPlayIcon';
188
191
  export { default as PlugCheckIcon } from './PlugCheckIcon';
189
192
  export { default as PlugIcon } from './PlugIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.65.0",
19
+ "version": "1.66.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",