@elementor/icons 1.69.0 → 1.70.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 CalculatorIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default CalculatorIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const CalculatorIcon = 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: "M3 5A3 3 0 0 1 6 2H18A3 3 0 0 1 21 5V19A3 3 0 0 1 18 22H6A3 3 0 0 1 3 19ZM5 5A1 1 0 0 1 6 4H18A1 1 0 0 1 19 5V19A1 1 0 0 1 18 20H6A1 1 0 0 1 5 19ZM7 8A2 2 0 0 1 9 6H15A2 2 0 0 1 17 8V9A2 2 0 0 1 15 11H9A2 2 0 0 1 7 9ZM9 8H15V9H9ZM7 14A1 1 0 1 1 9 14A1 1 0 1 1 7 14ZM11 14A1 1 0 1 1 13 14A1 1 0 1 1 11 14ZM15 14A1 1 0 1 1 17 14A1 1 0 1 1 15 14ZM7 17A1 1 0 1 1 9 17A1 1 0 1 1 7 17ZM11 17A1 1 0 1 1 13 17A1 1 0 1 1 11 17ZM15 17A1 1 0 1 1 17 17A1 1 0 1 1 15 17Z"
11
+ }
12
+ ));
13
+ });
14
+ var CalculatorIcon_default = CalculatorIcon;
15
+
16
+ export { CalculatorIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const CalculatorIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default CalculatorIcon;
@@ -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 CalculatorIcon = 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: "M3 5A3 3 0 0 1 6 2H18A3 3 0 0 1 21 5V19A3 3 0 0 1 18 22H6A3 3 0 0 1 3 19ZM5 5A1 1 0 0 1 6 4H18A1 1 0 0 1 19 5V19A1 1 0 0 1 18 20H6A1 1 0 0 1 5 19ZM7 8A2 2 0 0 1 9 6H15A2 2 0 0 1 17 8V9A2 2 0 0 1 15 11H9A2 2 0 0 1 7 9ZM9 8H15V9H9ZM7 14A1 1 0 1 1 9 14A1 1 0 1 1 7 14ZM11 14A1 1 0 1 1 13 14A1 1 0 1 1 11 14ZM15 14A1 1 0 1 1 17 14A1 1 0 1 1 15 14ZM7 17A1 1 0 1 1 9 17A1 1 0 1 1 7 17ZM11 17A1 1 0 1 1 13 17A1 1 0 1 1 11 17ZM15 17A1 1 0 1 1 17 17A1 1 0 1 1 15 17Z"
36
+ }
37
+ ));
38
+ });
39
+ var CalculatorIcon_default = CalculatorIcon;
40
+
41
+ module.exports = CalculatorIcon_default;
package/cjs/index.d.ts CHANGED
@@ -45,6 +45,7 @@ export { default as BrushBigIcon } from './BrushBigIcon';
45
45
  export { default as BrushIcon } from './BrushIcon';
46
46
  export { default as BugOffIcon } from './BugOffIcon';
47
47
  export { default as BulbIcon } from './BulbIcon';
48
+ export { default as CalculatorIcon } from './CalculatorIcon';
48
49
  export { default as CalendarDollarIcon } from './CalendarDollarIcon';
49
50
  export { default as CalendarIcon } from './CalendarIcon';
50
51
  export { default as CameraIcon } from './CameraIcon';
package/cjs/index.js CHANGED
@@ -47,6 +47,7 @@ var BrushBigIcon = require('./BrushBigIcon');
47
47
  var BrushIcon = require('./BrushIcon');
48
48
  var BugOffIcon = require('./BugOffIcon');
49
49
  var BulbIcon = require('./BulbIcon');
50
+ var CalculatorIcon = require('./CalculatorIcon');
50
51
  var CalendarDollarIcon = require('./CalendarDollarIcon');
51
52
  var CalendarIcon = require('./CalendarIcon');
52
53
  var CameraIcon = require('./CameraIcon');
@@ -331,6 +332,7 @@ var BrushBigIcon__default = /*#__PURE__*/_interopDefault(BrushBigIcon);
331
332
  var BrushIcon__default = /*#__PURE__*/_interopDefault(BrushIcon);
332
333
  var BugOffIcon__default = /*#__PURE__*/_interopDefault(BugOffIcon);
333
334
  var BulbIcon__default = /*#__PURE__*/_interopDefault(BulbIcon);
335
+ var CalculatorIcon__default = /*#__PURE__*/_interopDefault(CalculatorIcon);
334
336
  var CalendarDollarIcon__default = /*#__PURE__*/_interopDefault(CalendarDollarIcon);
335
337
  var CalendarIcon__default = /*#__PURE__*/_interopDefault(CalendarIcon);
336
338
  var CameraIcon__default = /*#__PURE__*/_interopDefault(CameraIcon);
@@ -756,6 +758,10 @@ Object.defineProperty(exports, "BulbIcon", {
756
758
  enumerable: true,
757
759
  get: function () { return BulbIcon__default.default; }
758
760
  });
761
+ Object.defineProperty(exports, "CalculatorIcon", {
762
+ enumerable: true,
763
+ get: function () { return CalculatorIcon__default.default; }
764
+ });
759
765
  Object.defineProperty(exports, "CalendarDollarIcon", {
760
766
  enumerable: true,
761
767
  get: function () { return CalendarDollarIcon__default.default; }
package/index.d.ts CHANGED
@@ -45,6 +45,7 @@ export { default as BrushBigIcon } from './BrushBigIcon';
45
45
  export { default as BrushIcon } from './BrushIcon';
46
46
  export { default as BugOffIcon } from './BugOffIcon';
47
47
  export { default as BulbIcon } from './BulbIcon';
48
+ export { default as CalculatorIcon } from './CalculatorIcon';
48
49
  export { default as CalendarDollarIcon } from './CalendarDollarIcon';
49
50
  export { default as CalendarIcon } from './CalendarIcon';
50
51
  export { default as CameraIcon } from './CameraIcon';
package/index.js CHANGED
@@ -45,6 +45,7 @@ export { default as BrushBigIcon } from './BrushBigIcon';
45
45
  export { default as BrushIcon } from './BrushIcon';
46
46
  export { default as BugOffIcon } from './BugOffIcon';
47
47
  export { default as BulbIcon } from './BulbIcon';
48
+ export { default as CalculatorIcon } from './CalculatorIcon';
48
49
  export { default as CalendarDollarIcon } from './CalendarDollarIcon';
49
50
  export { default as CalendarIcon } from './CalendarIcon';
50
51
  export { default as CameraIcon } from './CameraIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.69.0",
19
+ "version": "1.70.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",