@elementor/icons 1.48.0 → 1.49.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 StarFilledIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default StarFilledIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const StarFilledIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M12 2C12.2659 2 12.5088 2.15027 12.6264 2.38762L15.3383 7.85709L21.4016 8.73178C21.6649 8.76976 21.8837 8.95331 21.9658 9.20518C22.048 9.45705 21.9793 9.73351 21.7887 9.91822L17.3949 14.1754L18.4309 20.1871C18.4759 20.4481 18.368 20.7118 18.1527 20.8674C17.9374 21.0229 17.652 21.0433 17.4167 20.9198L12.0062 18.0819L6.58274 20.9201C6.34738 21.0433 6.06216 21.0228 5.84703 20.8672C5.6319 20.7116 5.52417 20.448 5.56912 20.1871L6.60515 14.1754L2.21133 9.91822C2.02069 9.73351 1.95201 9.45705 2.03418 9.20518C2.11635 8.95331 2.33511 8.76976 2.59841 8.73178L8.66173 7.85709L11.3736 2.38762C11.4912 2.15027 11.7341 2 12 2Z"
12
+ }
13
+ ));
14
+ });
15
+ var StarFilledIcon_default = StarFilledIcon;
16
+
17
+ export { StarFilledIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const StarFilledIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default StarFilledIcon;
@@ -0,0 +1,42 @@
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 StarFilledIcon = 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
+ xmlns: "http://www.w3.org/2000/svg",
34
+ fillRule: "evenodd",
35
+ clipRule: "evenodd",
36
+ d: "M12 2C12.2659 2 12.5088 2.15027 12.6264 2.38762L15.3383 7.85709L21.4016 8.73178C21.6649 8.76976 21.8837 8.95331 21.9658 9.20518C22.048 9.45705 21.9793 9.73351 21.7887 9.91822L17.3949 14.1754L18.4309 20.1871C18.4759 20.4481 18.368 20.7118 18.1527 20.8674C17.9374 21.0229 17.652 21.0433 17.4167 20.9198L12.0062 18.0819L6.58274 20.9201C6.34738 21.0433 6.06216 21.0228 5.84703 20.8672C5.6319 20.7116 5.52417 20.448 5.56912 20.1871L6.60515 14.1754L2.21133 9.91822C2.02069 9.73351 1.95201 9.45705 2.03418 9.20518C2.11635 8.95331 2.33511 8.76976 2.59841 8.73178L8.66173 7.85709L11.3736 2.38762C11.4912 2.15027 11.7341 2 12 2Z"
37
+ }
38
+ ));
39
+ });
40
+ var StarFilledIcon_default = StarFilledIcon;
41
+
42
+ module.exports = StarFilledIcon_default;
package/cjs/index.d.ts CHANGED
@@ -206,6 +206,7 @@ export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
206
206
  export { default as SkewXIcon } from './SkewXIcon';
207
207
  export { default as SocialIcon } from './SocialIcon';
208
208
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
209
+ export { default as StarFilledIcon } from './StarFilledIcon';
209
210
  export { default as StarIcon } from './StarIcon';
210
211
  export { default as StarOffIcon } from './StarOffIcon';
211
212
  export { default as StrikethroughIcon } from './StrikethroughIcon';
package/cjs/index.js CHANGED
@@ -208,6 +208,7 @@ var SiteLockOpenIcon = require('./SiteLockOpenIcon');
208
208
  var SkewXIcon = require('./SkewXIcon');
209
209
  var SocialIcon = require('./SocialIcon');
210
210
  var SpeakerphoneIcon = require('./SpeakerphoneIcon');
211
+ var StarFilledIcon = require('./StarFilledIcon');
211
212
  var StarIcon = require('./StarIcon');
212
213
  var StarOffIcon = require('./StarOffIcon');
213
214
  var StrikethroughIcon = require('./StrikethroughIcon');
@@ -449,6 +450,7 @@ var SiteLockOpenIcon__default = /*#__PURE__*/_interopDefault(SiteLockOpenIcon);
449
450
  var SkewXIcon__default = /*#__PURE__*/_interopDefault(SkewXIcon);
450
451
  var SocialIcon__default = /*#__PURE__*/_interopDefault(SocialIcon);
451
452
  var SpeakerphoneIcon__default = /*#__PURE__*/_interopDefault(SpeakerphoneIcon);
453
+ var StarFilledIcon__default = /*#__PURE__*/_interopDefault(StarFilledIcon);
452
454
  var StarIcon__default = /*#__PURE__*/_interopDefault(StarIcon);
453
455
  var StarOffIcon__default = /*#__PURE__*/_interopDefault(StarOffIcon);
454
456
  var StrikethroughIcon__default = /*#__PURE__*/_interopDefault(StrikethroughIcon);
@@ -1314,6 +1316,10 @@ Object.defineProperty(exports, "SpeakerphoneIcon", {
1314
1316
  enumerable: true,
1315
1317
  get: function () { return SpeakerphoneIcon__default.default; }
1316
1318
  });
1319
+ Object.defineProperty(exports, "StarFilledIcon", {
1320
+ enumerable: true,
1321
+ get: function () { return StarFilledIcon__default.default; }
1322
+ });
1317
1323
  Object.defineProperty(exports, "StarIcon", {
1318
1324
  enumerable: true,
1319
1325
  get: function () { return StarIcon__default.default; }
package/index.d.ts CHANGED
@@ -206,6 +206,7 @@ export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
206
206
  export { default as SkewXIcon } from './SkewXIcon';
207
207
  export { default as SocialIcon } from './SocialIcon';
208
208
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
209
+ export { default as StarFilledIcon } from './StarFilledIcon';
209
210
  export { default as StarIcon } from './StarIcon';
210
211
  export { default as StarOffIcon } from './StarOffIcon';
211
212
  export { default as StrikethroughIcon } from './StrikethroughIcon';
package/index.js CHANGED
@@ -206,6 +206,7 @@ export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
206
206
  export { default as SkewXIcon } from './SkewXIcon';
207
207
  export { default as SocialIcon } from './SocialIcon';
208
208
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
209
+ export { default as StarFilledIcon } from './StarFilledIcon';
209
210
  export { default as StarIcon } from './StarIcon';
210
211
  export { default as StarOffIcon } from './StarOffIcon';
211
212
  export { default as StrikethroughIcon } from './StrikethroughIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.48.0",
19
+ "version": "1.49.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",