@elementor/icons 1.67.0 → 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 Number123Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Number123Icon;
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
2
  import SvgIcon from '@elementor/ui/SvgIcon';
3
3
 
4
- const OneTwoThreeIcon = React.forwardRef((props, ref) => {
4
+ const Number123Icon = React.forwardRef((props, ref) => {
5
5
  return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M4.46973 7.46948C4.6842 7.25521 5.00699 7.19042 5.28711 7.3064C5.56725 7.42244 5.74985 7.69656 5.75 7.99976V15.9998C5.75 16.4139 5.41416 16.7497 5 16.7498C4.58579 16.7498 4.25 16.414 4.25 15.9998V9.8103L3.53027 10.53C3.23738 10.8229 2.76262 10.8229 2.46973 10.53C2.17696 10.2371 2.17688 9.76233 2.46973 9.46948L4.46973 7.46948Z" }), /* @__PURE__ */ React.createElement("path", { d: "M12.1729 7.25855C12.5734 7.29832 12.9502 7.47536 13.2373 7.76245C13.5654 8.09055 13.7499 8.53576 13.75 8.99976V10.9998C13.75 11.4638 13.5653 11.9089 13.2373 12.2371C12.9091 12.5652 12.4641 12.7497 12 12.7498H10C9.93381 12.7498 9.8701 12.7763 9.82324 12.823C9.77645 12.8698 9.7501 12.9336 9.75 12.9998V14.9998C9.75 15.066 9.77644 15.1296 9.82324 15.1765C9.87013 15.2234 9.9337 15.2498 10 15.2498H13C13.414 15.2498 13.7498 15.5858 13.75 15.9998C13.75 16.4139 13.4142 16.7497 13 16.7498H10C9.53587 16.7498 9.09088 16.5652 8.7627 16.2371C8.43459 15.9089 8.25 15.4638 8.25 14.9998V12.9998C8.2501 12.5358 8.4346 12.0906 8.7627 11.7625C9.09086 11.4344 9.53599 11.2498 10 11.2498H12C12.0663 11.2497 12.1299 11.2234 12.1768 11.1765C12.2235 11.1297 12.25 11.0659 12.25 10.9998V8.99976C12.2499 8.93359 12.2236 8.8698 12.1768 8.823C12.1299 8.77622 12.0662 8.74979 12 8.74976H9C8.58579 8.74976 8.25 8.41397 8.25 7.99976C8.2502 7.58572 8.58591 7.24976 9 7.24976H12L12.1729 7.25855Z" }), /* @__PURE__ */ React.createElement("path", { d: "M19.5 7.24976C20.0966 7.24979 20.6689 7.48709 21.0908 7.90894C21.5127 8.3308 21.7499 8.90316 21.75 9.49976V10.4998C21.75 11.0554 21.5419 11.5881 21.1729 11.9998C21.5419 12.4113 21.7499 12.9441 21.75 13.4998V14.4998C21.75 15.0964 21.5126 15.6686 21.0908 16.0906C20.6689 16.5125 20.0967 16.7497 19.5 16.7498H17C16.5858 16.7498 16.25 16.414 16.25 15.9998C16.2502 15.5857 16.5859 15.2498 17 15.2498H19.5L19.6475 15.2351C19.7914 15.2062 19.9249 15.1354 20.0303 15.03C20.1708 14.8894 20.25 14.6986 20.25 14.4998V13.4998C20.2499 13.301 20.1708 13.11 20.0303 12.9695C19.9249 12.8642 19.7914 12.7933 19.6475 12.7644L19.5 12.7498H18C17.5858 12.7498 17.25 12.414 17.25 11.9998C17.2502 11.5857 17.5859 11.2498 18 11.2498H19.5L19.6475 11.2351C19.7914 11.2062 19.9249 11.1354 20.0303 11.03C20.1708 10.8894 20.25 10.6986 20.25 10.4998V9.49976C20.2499 9.30098 20.1708 9.11005 20.0303 8.96948C19.9249 8.86419 19.7914 8.79327 19.6475 8.76441L19.5 8.74976H17C16.5858 8.74976 16.25 8.41397 16.25 7.99976C16.2502 7.58572 16.5859 7.24976 17 7.24976H19.5Z" }));
6
6
  });
7
- var OneTwoThreeIcon_default = OneTwoThreeIcon;
7
+ var Number123Icon_default = Number123Icon;
8
8
 
9
- export { OneTwoThreeIcon_default as default };
9
+ export { Number123Icon_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;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const Number123Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Number123Icon;
@@ -26,9 +26,9 @@ function _interopNamespace(e) {
26
26
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
27
  var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
28
28
 
29
- const OneTwoThreeIcon = React__namespace.forwardRef((props, ref) => {
29
+ const Number123Icon = React__namespace.forwardRef((props, ref) => {
30
30
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.46973 7.46948C4.6842 7.25521 5.00699 7.19042 5.28711 7.3064C5.56725 7.42244 5.74985 7.69656 5.75 7.99976V15.9998C5.75 16.4139 5.41416 16.7497 5 16.7498C4.58579 16.7498 4.25 16.414 4.25 15.9998V9.8103L3.53027 10.53C3.23738 10.8229 2.76262 10.8229 2.46973 10.53C2.17696 10.2371 2.17688 9.76233 2.46973 9.46948L4.46973 7.46948Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.1729 7.25855C12.5734 7.29832 12.9502 7.47536 13.2373 7.76245C13.5654 8.09055 13.7499 8.53576 13.75 8.99976V10.9998C13.75 11.4638 13.5653 11.9089 13.2373 12.2371C12.9091 12.5652 12.4641 12.7497 12 12.7498H10C9.93381 12.7498 9.8701 12.7763 9.82324 12.823C9.77645 12.8698 9.7501 12.9336 9.75 12.9998V14.9998C9.75 15.066 9.77644 15.1296 9.82324 15.1765C9.87013 15.2234 9.9337 15.2498 10 15.2498H13C13.414 15.2498 13.7498 15.5858 13.75 15.9998C13.75 16.4139 13.4142 16.7497 13 16.7498H10C9.53587 16.7498 9.09088 16.5652 8.7627 16.2371C8.43459 15.9089 8.25 15.4638 8.25 14.9998V12.9998C8.2501 12.5358 8.4346 12.0906 8.7627 11.7625C9.09086 11.4344 9.53599 11.2498 10 11.2498H12C12.0663 11.2497 12.1299 11.2234 12.1768 11.1765C12.2235 11.1297 12.25 11.0659 12.25 10.9998V8.99976C12.2499 8.93359 12.2236 8.8698 12.1768 8.823C12.1299 8.77622 12.0662 8.74979 12 8.74976H9C8.58579 8.74976 8.25 8.41397 8.25 7.99976C8.2502 7.58572 8.58591 7.24976 9 7.24976H12L12.1729 7.25855Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.5 7.24976C20.0966 7.24979 20.6689 7.48709 21.0908 7.90894C21.5127 8.3308 21.7499 8.90316 21.75 9.49976V10.4998C21.75 11.0554 21.5419 11.5881 21.1729 11.9998C21.5419 12.4113 21.7499 12.9441 21.75 13.4998V14.4998C21.75 15.0964 21.5126 15.6686 21.0908 16.0906C20.6689 16.5125 20.0967 16.7497 19.5 16.7498H17C16.5858 16.7498 16.25 16.414 16.25 15.9998C16.2502 15.5857 16.5859 15.2498 17 15.2498H19.5L19.6475 15.2351C19.7914 15.2062 19.9249 15.1354 20.0303 15.03C20.1708 14.8894 20.25 14.6986 20.25 14.4998V13.4998C20.2499 13.301 20.1708 13.11 20.0303 12.9695C19.9249 12.8642 19.7914 12.7933 19.6475 12.7644L19.5 12.7498H18C17.5858 12.7498 17.25 12.414 17.25 11.9998C17.2502 11.5857 17.5859 11.2498 18 11.2498H19.5L19.6475 11.2351C19.7914 11.2062 19.9249 11.1354 20.0303 11.03C20.1708 10.8894 20.25 10.6986 20.25 10.4998V9.49976C20.2499 9.30098 20.1708 9.11005 20.0303 8.96948C19.9249 8.86419 19.7914 8.79327 19.6475 8.76441L19.5 8.74976H17C16.5858 8.74976 16.25 8.41397 16.25 7.99976C16.2502 7.58572 16.5859 7.24976 17 7.24976H19.5Z" }));
31
31
  });
32
- var OneTwoThreeIcon_default = OneTwoThreeIcon;
32
+ var Number123Icon_default = Number123Icon;
33
33
 
34
- module.exports = OneTwoThreeIcon_default;
34
+ module.exports = Number123Icon_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';
@@ -179,7 +180,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
179
180
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
180
181
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
181
182
  export { default as NotificationIcon } from './NotificationIcon';
182
- export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
183
+ export { default as Number123Icon } from './Number123Icon';
183
184
  export { default as OverlineIcon } from './OverlineIcon';
184
185
  export { default as PageTemplateIcon } from './PageTemplateIcon';
185
186
  export { default as PageTypeIcon } from './PageTypeIcon';
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');
@@ -181,7 +182,7 @@ var MobileLandscapeIcon = require('./MobileLandscapeIcon');
181
182
  var MobilePortraitIcon = require('./MobilePortraitIcon');
182
183
  var NotificationFilledIcon = require('./NotificationFilledIcon');
183
184
  var NotificationIcon = require('./NotificationIcon');
184
- var OneTwoThreeIcon = require('./OneTwoThreeIcon');
185
+ var Number123Icon = require('./Number123Icon');
185
186
  var OverlineIcon = require('./OverlineIcon');
186
187
  var PageTemplateIcon = require('./PageTemplateIcon');
187
188
  var PageTypeIcon = require('./PageTypeIcon');
@@ -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);
@@ -462,7 +464,7 @@ var MobileLandscapeIcon__default = /*#__PURE__*/_interopDefault(MobileLandscapeI
462
464
  var MobilePortraitIcon__default = /*#__PURE__*/_interopDefault(MobilePortraitIcon);
463
465
  var NotificationFilledIcon__default = /*#__PURE__*/_interopDefault(NotificationFilledIcon);
464
466
  var NotificationIcon__default = /*#__PURE__*/_interopDefault(NotificationIcon);
465
- var OneTwoThreeIcon__default = /*#__PURE__*/_interopDefault(OneTwoThreeIcon);
467
+ var Number123Icon__default = /*#__PURE__*/_interopDefault(Number123Icon);
466
468
  var OverlineIcon__default = /*#__PURE__*/_interopDefault(OverlineIcon);
467
469
  var PageTemplateIcon__default = /*#__PURE__*/_interopDefault(PageTemplateIcon);
468
470
  var PageTypeIcon__default = /*#__PURE__*/_interopDefault(PageTypeIcon);
@@ -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; }
@@ -1286,9 +1292,9 @@ Object.defineProperty(exports, "NotificationIcon", {
1286
1292
  enumerable: true,
1287
1293
  get: function () { return NotificationIcon__default.default; }
1288
1294
  });
1289
- Object.defineProperty(exports, "OneTwoThreeIcon", {
1295
+ Object.defineProperty(exports, "Number123Icon", {
1290
1296
  enumerable: true,
1291
- get: function () { return OneTwoThreeIcon__default.default; }
1297
+ get: function () { return Number123Icon__default.default; }
1292
1298
  });
1293
1299
  Object.defineProperty(exports, "OverlineIcon", {
1294
1300
  enumerable: true,
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';
@@ -179,7 +180,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
179
180
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
180
181
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
181
182
  export { default as NotificationIcon } from './NotificationIcon';
182
- export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
183
+ export { default as Number123Icon } from './Number123Icon';
183
184
  export { default as OverlineIcon } from './OverlineIcon';
184
185
  export { default as PageTemplateIcon } from './PageTemplateIcon';
185
186
  export { default as PageTypeIcon } from './PageTypeIcon';
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';
@@ -179,7 +180,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
179
180
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
180
181
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
181
182
  export { default as NotificationIcon } from './NotificationIcon';
182
- export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
183
+ export { default as Number123Icon } from './Number123Icon';
183
184
  export { default as OverlineIcon } from './OverlineIcon';
184
185
  export { default as PageTemplateIcon } from './PageTemplateIcon';
185
186
  export { default as PageTypeIcon } from './PageTypeIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.67.0",
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/",
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
- declare const OneTwoThreeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
- export default OneTwoThreeIcon;
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
- declare const OneTwoThreeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
- export default OneTwoThreeIcon;