@elementor/icons 1.71.0 → 1.72.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 RefreshOffIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default RefreshOffIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const RefreshOffIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M3.1806 1.8078C3.4938 1.5368 3.9681 1.5708 4.2392 1.884L7.205 5.3117C7.255 5.3475 7.3023 5.3885 7.3437 5.4377C7.3809 5.482 7.4111 5.5299 7.4364 5.5793L17.7606 17.5109C17.785 17.5331 17.8091 17.5564 17.831 17.5822C17.849 17.6037 17.8644 17.6268 17.8798 17.6496L20.8955 21.134C21.1665 21.4472 21.1325 21.9215 20.8193 22.1926C20.506 22.4636 20.0327 22.4286 19.7617 22.1154L17.1503 19.0979C16.925 19.258 16.6919 19.4089 16.4511 19.5481C14.7704 20.519 12.8166 20.9106 10.8915 20.6623C8.9665 20.4139 7.176 19.5397 5.7968 18.174C4.4175 16.8082 3.525 15.0264 3.2577 13.1037C3.2007 12.6935 3.4872 12.3142 3.8974 12.257C4.3074 12.2002 4.6869 12.4867 4.744 12.8967C4.9659 14.4935 5.7069 15.9732 6.8524 17.1076C7.9979 18.2418 9.4842 18.9687 11.0829 19.175C12.6817 19.3812 14.3043 19.0556 15.7001 18.2492C15.8585 18.1577 16.0117 18.0587 16.1621 17.9563L6.6942 7.0149C6.1681 7.5605 5.7293 8.1861 5.3934 8.8674L7.747 8.8664C8.1608 8.8665 8.4965 9.2016 8.497 9.6154C8.4971 10.0296 8.1611 10.3662 7.747 10.3664L3.747 10.3684C3.5483 10.3683 3.3573 10.2891 3.2167 10.1486C3.0762 10.0081 2.998 9.8171 2.9979 9.6184L2.995 5.6184C2.995 5.2045 3.3302 4.8689 3.744 4.8684C4.1581 4.8682 4.4945 5.2034 4.495 5.6174L4.496 7.4045C4.8431 6.8529 5.2505 6.341 5.7108 5.8781L3.1044 2.8654C2.8337 2.5522 2.8675 2.0788 3.1806 1.8078Z" }), /* @__PURE__ */ React.createElement("path", { d: "M19.9873 14.1135C20.4012 14.1137 20.7371 14.4495 20.7373 14.8635V17.594C20.737 18.0078 20.401 18.3437 19.9873 18.344C19.5732 18.3438 19.2375 18.0079 19.2373 17.594V15.6135H17.2568C16.8427 15.6133 16.5068 15.2776 16.5068 14.8635C16.5069 14.4495 16.8428 14.1136 17.2568 14.1135H19.9873Z" }), /* @__PURE__ */ React.createElement("path", { d: "M12.4062 3.2776C14.3448 3.3697 16.1996 4.0963 17.6844 5.3459C19.1695 6.5959 20.2033 8.2999 20.6249 10.1945C20.7148 10.5988 20.4598 10.999 20.0556 11.0891C19.6514 11.1789 19.2501 10.9248 19.16 10.5207C18.8098 8.9474 17.9526 7.5324 16.7197 6.4943C15.4863 5.4562 13.9452 4.8521 12.3349 4.7756C11.3083 4.7269 10.289 4.8938 9.3417 5.259C8.9554 5.4076 8.522 5.2154 8.3729 4.8293C8.224 4.4429 8.4163 4.0086 8.8026 3.8596C9.9431 3.4199 11.1701 3.2189 12.4062 3.2776Z" }));
6
+ });
7
+ var RefreshOffIcon_default = RefreshOffIcon;
8
+
9
+ export { RefreshOffIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const RefreshOffIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default RefreshOffIcon;
@@ -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 RefreshOffIcon = 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: "M3.1806 1.8078C3.4938 1.5368 3.9681 1.5708 4.2392 1.884L7.205 5.3117C7.255 5.3475 7.3023 5.3885 7.3437 5.4377C7.3809 5.482 7.4111 5.5299 7.4364 5.5793L17.7606 17.5109C17.785 17.5331 17.8091 17.5564 17.831 17.5822C17.849 17.6037 17.8644 17.6268 17.8798 17.6496L20.8955 21.134C21.1665 21.4472 21.1325 21.9215 20.8193 22.1926C20.506 22.4636 20.0327 22.4286 19.7617 22.1154L17.1503 19.0979C16.925 19.258 16.6919 19.4089 16.4511 19.5481C14.7704 20.519 12.8166 20.9106 10.8915 20.6623C8.9665 20.4139 7.176 19.5397 5.7968 18.174C4.4175 16.8082 3.525 15.0264 3.2577 13.1037C3.2007 12.6935 3.4872 12.3142 3.8974 12.257C4.3074 12.2002 4.6869 12.4867 4.744 12.8967C4.9659 14.4935 5.7069 15.9732 6.8524 17.1076C7.9979 18.2418 9.4842 18.9687 11.0829 19.175C12.6817 19.3812 14.3043 19.0556 15.7001 18.2492C15.8585 18.1577 16.0117 18.0587 16.1621 17.9563L6.6942 7.0149C6.1681 7.5605 5.7293 8.1861 5.3934 8.8674L7.747 8.8664C8.1608 8.8665 8.4965 9.2016 8.497 9.6154C8.4971 10.0296 8.1611 10.3662 7.747 10.3664L3.747 10.3684C3.5483 10.3683 3.3573 10.2891 3.2167 10.1486C3.0762 10.0081 2.998 9.8171 2.9979 9.6184L2.995 5.6184C2.995 5.2045 3.3302 4.8689 3.744 4.8684C4.1581 4.8682 4.4945 5.2034 4.495 5.6174L4.496 7.4045C4.8431 6.8529 5.2505 6.341 5.7108 5.8781L3.1044 2.8654C2.8337 2.5522 2.8675 2.0788 3.1806 1.8078Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.9873 14.1135C20.4012 14.1137 20.7371 14.4495 20.7373 14.8635V17.594C20.737 18.0078 20.401 18.3437 19.9873 18.344C19.5732 18.3438 19.2375 18.0079 19.2373 17.594V15.6135H17.2568C16.8427 15.6133 16.5068 15.2776 16.5068 14.8635C16.5069 14.4495 16.8428 14.1136 17.2568 14.1135H19.9873Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.4062 3.2776C14.3448 3.3697 16.1996 4.0963 17.6844 5.3459C19.1695 6.5959 20.2033 8.2999 20.6249 10.1945C20.7148 10.5988 20.4598 10.999 20.0556 11.0891C19.6514 11.1789 19.2501 10.9248 19.16 10.5207C18.8098 8.9474 17.9526 7.5324 16.7197 6.4943C15.4863 5.4562 13.9452 4.8521 12.3349 4.7756C11.3083 4.7269 10.289 4.8938 9.3417 5.259C8.9554 5.4076 8.522 5.2154 8.3729 4.8293C8.224 4.4429 8.4163 4.0086 8.8026 3.8596C9.9431 3.4199 11.1701 3.2189 12.4062 3.2776Z" }));
31
+ });
32
+ var RefreshOffIcon_default = RefreshOffIcon;
33
+
34
+ module.exports = RefreshOffIcon_default;
package/cjs/index.d.ts CHANGED
@@ -212,6 +212,7 @@ export { default as RadiusBottomRightIcon } from './RadiusBottomRightIcon';
212
212
  export { default as RadiusTopLeftIcon } from './RadiusTopLeftIcon';
213
213
  export { default as RadiusTopRightIcon } from './RadiusTopRightIcon';
214
214
  export { default as RefreshIcon } from './RefreshIcon';
215
+ export { default as RefreshOffIcon } from './RefreshOffIcon';
215
216
  export { default as ReloadIcon } from './ReloadIcon';
216
217
  export { default as RepeatIcon } from './RepeatIcon';
217
218
  export { default as ResetIcon } from './ResetIcon';
package/cjs/index.js CHANGED
@@ -214,6 +214,7 @@ var RadiusBottomRightIcon = require('./RadiusBottomRightIcon');
214
214
  var RadiusTopLeftIcon = require('./RadiusTopLeftIcon');
215
215
  var RadiusTopRightIcon = require('./RadiusTopRightIcon');
216
216
  var RefreshIcon = require('./RefreshIcon');
217
+ var RefreshOffIcon = require('./RefreshOffIcon');
217
218
  var ReloadIcon = require('./ReloadIcon');
218
219
  var RepeatIcon = require('./RepeatIcon');
219
220
  var ResetIcon = require('./ResetIcon');
@@ -502,6 +503,7 @@ var RadiusBottomRightIcon__default = /*#__PURE__*/_interopDefault(RadiusBottomRi
502
503
  var RadiusTopLeftIcon__default = /*#__PURE__*/_interopDefault(RadiusTopLeftIcon);
503
504
  var RadiusTopRightIcon__default = /*#__PURE__*/_interopDefault(RadiusTopRightIcon);
504
505
  var RefreshIcon__default = /*#__PURE__*/_interopDefault(RefreshIcon);
506
+ var RefreshOffIcon__default = /*#__PURE__*/_interopDefault(RefreshOffIcon);
505
507
  var ReloadIcon__default = /*#__PURE__*/_interopDefault(ReloadIcon);
506
508
  var RepeatIcon__default = /*#__PURE__*/_interopDefault(RepeatIcon);
507
509
  var ResetIcon__default = /*#__PURE__*/_interopDefault(ResetIcon);
@@ -1432,6 +1434,10 @@ Object.defineProperty(exports, "RefreshIcon", {
1432
1434
  enumerable: true,
1433
1435
  get: function () { return RefreshIcon__default.default; }
1434
1436
  });
1437
+ Object.defineProperty(exports, "RefreshOffIcon", {
1438
+ enumerable: true,
1439
+ get: function () { return RefreshOffIcon__default.default; }
1440
+ });
1435
1441
  Object.defineProperty(exports, "ReloadIcon", {
1436
1442
  enumerable: true,
1437
1443
  get: function () { return ReloadIcon__default.default; }
package/index.d.ts CHANGED
@@ -212,6 +212,7 @@ export { default as RadiusBottomRightIcon } from './RadiusBottomRightIcon';
212
212
  export { default as RadiusTopLeftIcon } from './RadiusTopLeftIcon';
213
213
  export { default as RadiusTopRightIcon } from './RadiusTopRightIcon';
214
214
  export { default as RefreshIcon } from './RefreshIcon';
215
+ export { default as RefreshOffIcon } from './RefreshOffIcon';
215
216
  export { default as ReloadIcon } from './ReloadIcon';
216
217
  export { default as RepeatIcon } from './RepeatIcon';
217
218
  export { default as ResetIcon } from './ResetIcon';
package/index.js CHANGED
@@ -212,6 +212,7 @@ export { default as RadiusBottomRightIcon } from './RadiusBottomRightIcon';
212
212
  export { default as RadiusTopLeftIcon } from './RadiusTopLeftIcon';
213
213
  export { default as RadiusTopRightIcon } from './RadiusTopRightIcon';
214
214
  export { default as RefreshIcon } from './RefreshIcon';
215
+ export { default as RefreshOffIcon } from './RefreshOffIcon';
215
216
  export { default as ReloadIcon } from './ReloadIcon';
216
217
  export { default as RepeatIcon } from './RepeatIcon';
217
218
  export { default as ResetIcon } from './ResetIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.71.0",
19
+ "version": "1.72.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",