@elementor/icons 1.66.1 → 1.67.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 OneTwoThreeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default OneTwoThreeIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const OneTwoThreeIcon = React.forwardRef((props, ref) => {
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
+ });
7
+ var OneTwoThreeIcon_default = OneTwoThreeIcon;
8
+
9
+ export { OneTwoThreeIcon_default as default };
@@ -0,0 +1,4 @@
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;
@@ -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 OneTwoThreeIcon = 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: "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
+ });
32
+ var OneTwoThreeIcon_default = OneTwoThreeIcon;
33
+
34
+ module.exports = OneTwoThreeIcon_default;
package/cjs/index.d.ts CHANGED
@@ -179,6 +179,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
179
179
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
180
180
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
181
181
  export { default as NotificationIcon } from './NotificationIcon';
182
+ export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
182
183
  export { default as OverlineIcon } from './OverlineIcon';
183
184
  export { default as PageTemplateIcon } from './PageTemplateIcon';
184
185
  export { default as PageTypeIcon } from './PageTypeIcon';
package/cjs/index.js CHANGED
@@ -181,6 +181,7 @@ var MobileLandscapeIcon = require('./MobileLandscapeIcon');
181
181
  var MobilePortraitIcon = require('./MobilePortraitIcon');
182
182
  var NotificationFilledIcon = require('./NotificationFilledIcon');
183
183
  var NotificationIcon = require('./NotificationIcon');
184
+ var OneTwoThreeIcon = require('./OneTwoThreeIcon');
184
185
  var OverlineIcon = require('./OverlineIcon');
185
186
  var PageTemplateIcon = require('./PageTemplateIcon');
186
187
  var PageTypeIcon = require('./PageTypeIcon');
@@ -461,6 +462,7 @@ var MobileLandscapeIcon__default = /*#__PURE__*/_interopDefault(MobileLandscapeI
461
462
  var MobilePortraitIcon__default = /*#__PURE__*/_interopDefault(MobilePortraitIcon);
462
463
  var NotificationFilledIcon__default = /*#__PURE__*/_interopDefault(NotificationFilledIcon);
463
464
  var NotificationIcon__default = /*#__PURE__*/_interopDefault(NotificationIcon);
465
+ var OneTwoThreeIcon__default = /*#__PURE__*/_interopDefault(OneTwoThreeIcon);
464
466
  var OverlineIcon__default = /*#__PURE__*/_interopDefault(OverlineIcon);
465
467
  var PageTemplateIcon__default = /*#__PURE__*/_interopDefault(PageTemplateIcon);
466
468
  var PageTypeIcon__default = /*#__PURE__*/_interopDefault(PageTypeIcon);
@@ -1284,6 +1286,10 @@ Object.defineProperty(exports, "NotificationIcon", {
1284
1286
  enumerable: true,
1285
1287
  get: function () { return NotificationIcon__default.default; }
1286
1288
  });
1289
+ Object.defineProperty(exports, "OneTwoThreeIcon", {
1290
+ enumerable: true,
1291
+ get: function () { return OneTwoThreeIcon__default.default; }
1292
+ });
1287
1293
  Object.defineProperty(exports, "OverlineIcon", {
1288
1294
  enumerable: true,
1289
1295
  get: function () { return OverlineIcon__default.default; }
package/index.d.ts CHANGED
@@ -179,6 +179,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
179
179
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
180
180
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
181
181
  export { default as NotificationIcon } from './NotificationIcon';
182
+ export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
182
183
  export { default as OverlineIcon } from './OverlineIcon';
183
184
  export { default as PageTemplateIcon } from './PageTemplateIcon';
184
185
  export { default as PageTypeIcon } from './PageTypeIcon';
package/index.js CHANGED
@@ -179,6 +179,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
179
179
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
180
180
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
181
181
  export { default as NotificationIcon } from './NotificationIcon';
182
+ export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
182
183
  export { default as OverlineIcon } from './OverlineIcon';
183
184
  export { default as PageTemplateIcon } from './PageTemplateIcon';
184
185
  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.66.1",
19
+ "version": "1.67.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",