@elementor/icons 1.67.1 → 1.68.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 ElementorManageIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorManageIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ElementorManageIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11.9863 7.79297C12.3088 7.79326 12.5952 7.99975 12.6973 8.30566L13.7178 11.3662H16.75C17.164 11.3665 17.5 11.7022 17.5 12.1162C17.4999 12.5302 17.164 12.8659 16.75 12.8662H13.1768C12.8542 12.866 12.568 12.6594 12.4658 12.3535L11.9854 10.9141L10.3154 15.9268C10.2248 16.1982 9.98671 16.3945 9.70312 16.4326C9.41959 16.4704 9.13935 16.3433 8.98047 16.1055L6.82031 12.8662H4.83984C4.42566 12.8662 4.0899 12.5304 4.08984 12.1162C4.08984 11.702 4.42563 11.3662 4.83984 11.3662H7.22168L7.31543 11.3721C7.52978 11.3991 7.72415 11.5179 7.8457 11.7002L9.37695 13.9971L11.2744 8.30566L11.3213 8.19629C11.4489 7.9515 11.7038 7.79297 11.9863 7.79297Z" }), /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M19.8027 0.748047C21.8738 0.748047 23.5527 2.42698 23.5527 4.49805V12.0508C23.5527 13.916 22.1908 15.4618 20.4072 15.751V16.2803C20.4072 18.3513 18.7283 20.0303 16.6572 20.0303H11.3525V21.5117C11.3525 21.5961 11.3362 21.6763 11.3105 21.752H15.3301C15.7441 21.7522 16.0801 22.0879 16.0801 22.502C16.0801 22.916 15.7441 23.2517 15.3301 23.252H5.87793C5.46372 23.252 5.12793 22.9162 5.12793 22.502C5.12793 22.0877 5.46372 21.752 5.87793 21.752H9.89551C9.86981 21.6763 9.85254 21.5961 9.85254 21.5117V20.0303H4.54883C2.4778 20.0303 0.798888 18.3513 0.798828 16.2803V7.95117C0.798829 6.00667 2.27883 4.40788 4.17383 4.21973C4.31626 2.27865 5.93565 0.748047 7.91309 0.748047H19.8027ZM4.54883 5.70117C3.30619 5.70117 2.29883 6.70853 2.29883 7.95117V16.2803C2.29889 17.5229 3.30622 18.5303 4.54883 18.5303H16.6572C17.8998 18.5303 18.9072 17.5229 18.9072 16.2803V7.95117C18.9072 6.70853 17.8999 5.70117 16.6572 5.70117H4.54883ZM7.91309 2.24805C6.77118 2.24805 5.82999 3.09898 5.68457 4.20117H16.6572C18.7283 4.20117 20.4072 5.8801 20.4072 7.95117V14.2158C21.3559 13.9515 22.0527 13.0837 22.0527 12.0508V4.49805C22.0527 3.25541 21.0454 2.24805 19.8027 2.24805H7.91309Z"
11
+ }
12
+ ));
13
+ });
14
+ var ElementorManageIcon_default = ElementorManageIcon;
15
+
16
+ export { ElementorManageIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ElementorManageIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ElementorManageIcon;
@@ -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 ElementorManageIcon = 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: "M11.9863 7.79297C12.3088 7.79326 12.5952 7.99975 12.6973 8.30566L13.7178 11.3662H16.75C17.164 11.3665 17.5 11.7022 17.5 12.1162C17.4999 12.5302 17.164 12.8659 16.75 12.8662H13.1768C12.8542 12.866 12.568 12.6594 12.4658 12.3535L11.9854 10.9141L10.3154 15.9268C10.2248 16.1982 9.98671 16.3945 9.70312 16.4326C9.41959 16.4704 9.13935 16.3433 8.98047 16.1055L6.82031 12.8662H4.83984C4.42566 12.8662 4.0899 12.5304 4.08984 12.1162C4.08984 11.702 4.42563 11.3662 4.83984 11.3662H7.22168L7.31543 11.3721C7.52978 11.3991 7.72415 11.5179 7.8457 11.7002L9.37695 13.9971L11.2744 8.30566L11.3213 8.19629C11.4489 7.9515 11.7038 7.79297 11.9863 7.79297Z" }), /* @__PURE__ */ React__namespace.createElement(
31
+ "path",
32
+ {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M19.8027 0.748047C21.8738 0.748047 23.5527 2.42698 23.5527 4.49805V12.0508C23.5527 13.916 22.1908 15.4618 20.4072 15.751V16.2803C20.4072 18.3513 18.7283 20.0303 16.6572 20.0303H11.3525V21.5117C11.3525 21.5961 11.3362 21.6763 11.3105 21.752H15.3301C15.7441 21.7522 16.0801 22.0879 16.0801 22.502C16.0801 22.916 15.7441 23.2517 15.3301 23.252H5.87793C5.46372 23.252 5.12793 22.9162 5.12793 22.502C5.12793 22.0877 5.46372 21.752 5.87793 21.752H9.89551C9.86981 21.6763 9.85254 21.5961 9.85254 21.5117V20.0303H4.54883C2.4778 20.0303 0.798888 18.3513 0.798828 16.2803V7.95117C0.798829 6.00667 2.27883 4.40788 4.17383 4.21973C4.31626 2.27865 5.93565 0.748047 7.91309 0.748047H19.8027ZM4.54883 5.70117C3.30619 5.70117 2.29883 6.70853 2.29883 7.95117V16.2803C2.29889 17.5229 3.30622 18.5303 4.54883 18.5303H16.6572C17.8998 18.5303 18.9072 17.5229 18.9072 16.2803V7.95117C18.9072 6.70853 17.8999 5.70117 16.6572 5.70117H4.54883ZM7.91309 2.24805C6.77118 2.24805 5.82999 3.09898 5.68457 4.20117H16.6572C18.7283 4.20117 20.4072 5.8801 20.4072 7.95117V14.2158C21.3559 13.9515 22.0527 13.0837 22.0527 12.0508V4.49805C22.0527 3.25541 21.0454 2.24805 19.8027 2.24805H7.91309Z"
36
+ }
37
+ ));
38
+ });
39
+ var ElementorManageIcon_default = ElementorManageIcon;
40
+
41
+ module.exports = ElementorManageIcon_default;
package/cjs/index.d.ts CHANGED
@@ -104,6 +104,7 @@ export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDel
104
104
  export { default as ElementorGenericIcon } from './ElementorGenericIcon';
105
105
  export { default as ElementorHostingIcon } from './ElementorHostingIcon';
106
106
  export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
107
+ export { default as ElementorManageIcon } from './ElementorManageIcon';
107
108
  export { default as ElementorOneIcon } from './ElementorOneIcon';
108
109
  export { default as EraseIcon } from './EraseIcon';
109
110
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
package/cjs/index.js CHANGED
@@ -106,6 +106,7 @@ var ElementorEmailDeliverabilityIcon = require('./ElementorEmailDeliverabilityIc
106
106
  var ElementorGenericIcon = require('./ElementorGenericIcon');
107
107
  var ElementorHostingIcon = require('./ElementorHostingIcon');
108
108
  var ElementorImageOptimizerIcon = require('./ElementorImageOptimizerIcon');
109
+ var ElementorManageIcon = require('./ElementorManageIcon');
109
110
  var ElementorOneIcon = require('./ElementorOneIcon');
110
111
  var EraseIcon = require('./EraseIcon');
111
112
  var Error404TemplateIcon = require('./Error404TemplateIcon');
@@ -387,6 +388,7 @@ var ElementorEmailDeliverabilityIcon__default = /*#__PURE__*/_interopDefault(Ele
387
388
  var ElementorGenericIcon__default = /*#__PURE__*/_interopDefault(ElementorGenericIcon);
388
389
  var ElementorHostingIcon__default = /*#__PURE__*/_interopDefault(ElementorHostingIcon);
389
390
  var ElementorImageOptimizerIcon__default = /*#__PURE__*/_interopDefault(ElementorImageOptimizerIcon);
391
+ var ElementorManageIcon__default = /*#__PURE__*/_interopDefault(ElementorManageIcon);
390
392
  var ElementorOneIcon__default = /*#__PURE__*/_interopDefault(ElementorOneIcon);
391
393
  var EraseIcon__default = /*#__PURE__*/_interopDefault(EraseIcon);
392
394
  var Error404TemplateIcon__default = /*#__PURE__*/_interopDefault(Error404TemplateIcon);
@@ -986,6 +988,10 @@ Object.defineProperty(exports, "ElementorImageOptimizerIcon", {
986
988
  enumerable: true,
987
989
  get: function () { return ElementorImageOptimizerIcon__default.default; }
988
990
  });
991
+ Object.defineProperty(exports, "ElementorManageIcon", {
992
+ enumerable: true,
993
+ get: function () { return ElementorManageIcon__default.default; }
994
+ });
989
995
  Object.defineProperty(exports, "ElementorOneIcon", {
990
996
  enumerable: true,
991
997
  get: function () { return ElementorOneIcon__default.default; }
package/index.d.ts CHANGED
@@ -104,6 +104,7 @@ export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDel
104
104
  export { default as ElementorGenericIcon } from './ElementorGenericIcon';
105
105
  export { default as ElementorHostingIcon } from './ElementorHostingIcon';
106
106
  export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
107
+ export { default as ElementorManageIcon } from './ElementorManageIcon';
107
108
  export { default as ElementorOneIcon } from './ElementorOneIcon';
108
109
  export { default as EraseIcon } from './EraseIcon';
109
110
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
package/index.js CHANGED
@@ -104,6 +104,7 @@ export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDel
104
104
  export { default as ElementorGenericIcon } from './ElementorGenericIcon';
105
105
  export { default as ElementorHostingIcon } from './ElementorHostingIcon';
106
106
  export { default as ElementorImageOptimizerIcon } from './ElementorImageOptimizerIcon';
107
+ export { default as ElementorManageIcon } from './ElementorManageIcon';
107
108
  export { default as ElementorOneIcon } from './ElementorOneIcon';
108
109
  export { default as EraseIcon } from './EraseIcon';
109
110
  export { default as Error404TemplateIcon } from './Error404TemplateIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.67.1",
19
+ "version": "1.68.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",