@elementor/icons 1.47.0 → 1.48.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 CrownFilledIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default CrownFilledIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const CrownFilledIcon = 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: "M12 5.25C12.2508 5.25 12.485 5.37533 12.6241 5.58397L16.1703 10.9033L20.5315 7.41435C20.7777 7.21743 21.1207 7.19544 21.39 7.35933C21.6592 7.52321 21.7973 7.83798 21.7355 8.14709L19.7355 18.1471C19.6654 18.4977 19.3576 18.75 19 18.75H5.00004C4.64253 18.75 4.33472 18.4977 4.26461 18.1471L2.2646 8.14709C2.20278 7.83798 2.34084 7.52321 2.61012 7.35933C2.8794 7.19544 3.22241 7.21743 3.46856 7.41435L7.82977 10.9033L11.376 5.58397C11.5151 5.37533 11.7493 5.25 12 5.25Z"
11
+ }
12
+ ));
13
+ });
14
+ var CrownFilledIcon_default = CrownFilledIcon;
15
+
16
+ export { CrownFilledIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const CrownFilledIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default CrownFilledIcon;
@@ -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 CrownFilledIcon = 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: "M12 5.25C12.2508 5.25 12.485 5.37533 12.6241 5.58397L16.1703 10.9033L20.5315 7.41435C20.7777 7.21743 21.1207 7.19544 21.39 7.35933C21.6592 7.52321 21.7973 7.83798 21.7355 8.14709L19.7355 18.1471C19.6654 18.4977 19.3576 18.75 19 18.75H5.00004C4.64253 18.75 4.33472 18.4977 4.26461 18.1471L2.2646 8.14709C2.20278 7.83798 2.34084 7.52321 2.61012 7.35933C2.8794 7.19544 3.22241 7.21743 3.46856 7.41435L7.82977 10.9033L11.376 5.58397C11.5151 5.37533 11.7493 5.25 12 5.25Z"
36
+ }
37
+ ));
38
+ });
39
+ var CrownFilledIcon_default = CrownFilledIcon;
40
+
41
+ module.exports = CrownFilledIcon_default;
package/cjs/index.d.ts CHANGED
@@ -71,6 +71,7 @@ export { default as CopyIcon } from './CopyIcon';
71
71
  export { default as CopyPageIcon } from './CopyPageIcon';
72
72
  export { default as CornerUpRightIcon } from './CornerUpRightIcon';
73
73
  export { default as CreditCardIcon } from './CreditCardIcon';
74
+ export { default as CrownFilledIcon } from './CrownFilledIcon';
74
75
  export { default as CrownIcon } from './CrownIcon';
75
76
  export { default as CurrentLocationIcon } from './CurrentLocationIcon';
76
77
  export { default as DatabaseIcon } from './DatabaseIcon';
package/cjs/index.js CHANGED
@@ -73,6 +73,7 @@ var CopyIcon = require('./CopyIcon');
73
73
  var CopyPageIcon = require('./CopyPageIcon');
74
74
  var CornerUpRightIcon = require('./CornerUpRightIcon');
75
75
  var CreditCardIcon = require('./CreditCardIcon');
76
+ var CrownFilledIcon = require('./CrownFilledIcon');
76
77
  var CrownIcon = require('./CrownIcon');
77
78
  var CurrentLocationIcon = require('./CurrentLocationIcon');
78
79
  var DatabaseIcon = require('./DatabaseIcon');
@@ -313,6 +314,7 @@ var CopyIcon__default = /*#__PURE__*/_interopDefault(CopyIcon);
313
314
  var CopyPageIcon__default = /*#__PURE__*/_interopDefault(CopyPageIcon);
314
315
  var CornerUpRightIcon__default = /*#__PURE__*/_interopDefault(CornerUpRightIcon);
315
316
  var CreditCardIcon__default = /*#__PURE__*/_interopDefault(CreditCardIcon);
317
+ var CrownFilledIcon__default = /*#__PURE__*/_interopDefault(CrownFilledIcon);
316
318
  var CrownIcon__default = /*#__PURE__*/_interopDefault(CrownIcon);
317
319
  var CurrentLocationIcon__default = /*#__PURE__*/_interopDefault(CurrentLocationIcon);
318
320
  var DatabaseIcon__default = /*#__PURE__*/_interopDefault(DatabaseIcon);
@@ -772,6 +774,10 @@ Object.defineProperty(exports, "CreditCardIcon", {
772
774
  enumerable: true,
773
775
  get: function () { return CreditCardIcon__default.default; }
774
776
  });
777
+ Object.defineProperty(exports, "CrownFilledIcon", {
778
+ enumerable: true,
779
+ get: function () { return CrownFilledIcon__default.default; }
780
+ });
775
781
  Object.defineProperty(exports, "CrownIcon", {
776
782
  enumerable: true,
777
783
  get: function () { return CrownIcon__default.default; }
package/index.d.ts CHANGED
@@ -71,6 +71,7 @@ export { default as CopyIcon } from './CopyIcon';
71
71
  export { default as CopyPageIcon } from './CopyPageIcon';
72
72
  export { default as CornerUpRightIcon } from './CornerUpRightIcon';
73
73
  export { default as CreditCardIcon } from './CreditCardIcon';
74
+ export { default as CrownFilledIcon } from './CrownFilledIcon';
74
75
  export { default as CrownIcon } from './CrownIcon';
75
76
  export { default as CurrentLocationIcon } from './CurrentLocationIcon';
76
77
  export { default as DatabaseIcon } from './DatabaseIcon';
package/index.js CHANGED
@@ -71,6 +71,7 @@ export { default as CopyIcon } from './CopyIcon';
71
71
  export { default as CopyPageIcon } from './CopyPageIcon';
72
72
  export { default as CornerUpRightIcon } from './CornerUpRightIcon';
73
73
  export { default as CreditCardIcon } from './CreditCardIcon';
74
+ export { default as CrownFilledIcon } from './CrownFilledIcon';
74
75
  export { default as CrownIcon } from './CrownIcon';
75
76
  export { default as CurrentLocationIcon } from './CurrentLocationIcon';
76
77
  export { default as DatabaseIcon } from './DatabaseIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.47.0",
19
+ "version": "1.48.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",