@elementor/icons 1.52.0 → 1.53.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 BrandYoutubeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default BrandYoutubeIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const BrandYoutubeIcon = 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: "M7 5.75C5.20507 5.75 3.75 7.20507 3.75 9V15C3.75 16.7949 5.20507 18.25 7 18.25H17C18.7949 18.25 20.25 16.7949 20.25 15V9C20.25 7.20507 18.7949 5.75 17 5.75H7ZM2.25 9C2.25 6.37665 4.37665 4.25 7 4.25H17C19.6234 4.25 21.75 6.37665 21.75 9V15C21.75 17.6234 19.6234 19.75 17 19.75H7C4.37665 19.75 2.25 17.6234 2.25 15V9ZM9.63048 8.34735C9.86561 8.21422 10.1542 8.21786 10.3859 8.35688L15.3859 11.3569C15.6118 11.4924 15.75 11.7366 15.75 12C15.75 12.2634 15.6118 12.5076 15.3859 12.6431L10.3859 15.6431C10.1542 15.7821 9.86561 15.7858 9.63048 15.6526C9.39534 15.5195 9.25 15.2702 9.25 15V9C9.25 8.7298 9.39534 8.48048 9.63048 8.34735ZM10.75 10.3246V13.6754L13.5423 12L10.75 10.3246Z"
11
+ }
12
+ ));
13
+ });
14
+ var BrandYoutubeIcon_default = BrandYoutubeIcon;
15
+
16
+ export { BrandYoutubeIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const BrandYoutubeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default BrandYoutubeIcon;
@@ -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 BrandYoutubeIcon = 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: "M7 5.75C5.20507 5.75 3.75 7.20507 3.75 9V15C3.75 16.7949 5.20507 18.25 7 18.25H17C18.7949 18.25 20.25 16.7949 20.25 15V9C20.25 7.20507 18.7949 5.75 17 5.75H7ZM2.25 9C2.25 6.37665 4.37665 4.25 7 4.25H17C19.6234 4.25 21.75 6.37665 21.75 9V15C21.75 17.6234 19.6234 19.75 17 19.75H7C4.37665 19.75 2.25 17.6234 2.25 15V9ZM9.63048 8.34735C9.86561 8.21422 10.1542 8.21786 10.3859 8.35688L15.3859 11.3569C15.6118 11.4924 15.75 11.7366 15.75 12C15.75 12.2634 15.6118 12.5076 15.3859 12.6431L10.3859 15.6431C10.1542 15.7821 9.86561 15.7858 9.63048 15.6526C9.39534 15.5195 9.25 15.2702 9.25 15V9C9.25 8.7298 9.39534 8.48048 9.63048 8.34735ZM10.75 10.3246V13.6754L13.5423 12L10.75 10.3246Z"
36
+ }
37
+ ));
38
+ });
39
+ var BrandYoutubeIcon_default = BrandYoutubeIcon;
40
+
41
+ module.exports = BrandYoutubeIcon_default;
package/cjs/index.d.ts CHANGED
@@ -35,6 +35,7 @@ export { default as BanIcon } from './BanIcon';
35
35
  export { default as BoltIcon } from './BoltIcon';
36
36
  export { default as BorderCornersIcon } from './BorderCornersIcon';
37
37
  export { default as BrandFacebookIcon } from './BrandFacebookIcon';
38
+ export { default as BrandYoutubeIcon } from './BrandYoutubeIcon';
38
39
  export { default as BriefcaseIcon } from './BriefcaseIcon';
39
40
  export { default as BrushBigIcon } from './BrushBigIcon';
40
41
  export { default as BrushIcon } from './BrushIcon';
package/cjs/index.js CHANGED
@@ -37,6 +37,7 @@ var BanIcon = require('./BanIcon');
37
37
  var BoltIcon = require('./BoltIcon');
38
38
  var BorderCornersIcon = require('./BorderCornersIcon');
39
39
  var BrandFacebookIcon = require('./BrandFacebookIcon');
40
+ var BrandYoutubeIcon = require('./BrandYoutubeIcon');
40
41
  var BriefcaseIcon = require('./BriefcaseIcon');
41
42
  var BrushBigIcon = require('./BrushBigIcon');
42
43
  var BrushIcon = require('./BrushIcon');
@@ -284,6 +285,7 @@ var BanIcon__default = /*#__PURE__*/_interopDefault(BanIcon);
284
285
  var BoltIcon__default = /*#__PURE__*/_interopDefault(BoltIcon);
285
286
  var BorderCornersIcon__default = /*#__PURE__*/_interopDefault(BorderCornersIcon);
286
287
  var BrandFacebookIcon__default = /*#__PURE__*/_interopDefault(BrandFacebookIcon);
288
+ var BrandYoutubeIcon__default = /*#__PURE__*/_interopDefault(BrandYoutubeIcon);
287
289
  var BriefcaseIcon__default = /*#__PURE__*/_interopDefault(BriefcaseIcon);
288
290
  var BrushBigIcon__default = /*#__PURE__*/_interopDefault(BrushBigIcon);
289
291
  var BrushIcon__default = /*#__PURE__*/_interopDefault(BrushIcon);
@@ -642,6 +644,10 @@ Object.defineProperty(exports, "BrandFacebookIcon", {
642
644
  enumerable: true,
643
645
  get: function () { return BrandFacebookIcon__default.default; }
644
646
  });
647
+ Object.defineProperty(exports, "BrandYoutubeIcon", {
648
+ enumerable: true,
649
+ get: function () { return BrandYoutubeIcon__default.default; }
650
+ });
645
651
  Object.defineProperty(exports, "BriefcaseIcon", {
646
652
  enumerable: true,
647
653
  get: function () { return BriefcaseIcon__default.default; }
package/index.d.ts CHANGED
@@ -35,6 +35,7 @@ export { default as BanIcon } from './BanIcon';
35
35
  export { default as BoltIcon } from './BoltIcon';
36
36
  export { default as BorderCornersIcon } from './BorderCornersIcon';
37
37
  export { default as BrandFacebookIcon } from './BrandFacebookIcon';
38
+ export { default as BrandYoutubeIcon } from './BrandYoutubeIcon';
38
39
  export { default as BriefcaseIcon } from './BriefcaseIcon';
39
40
  export { default as BrushBigIcon } from './BrushBigIcon';
40
41
  export { default as BrushIcon } from './BrushIcon';
package/index.js CHANGED
@@ -35,6 +35,7 @@ export { default as BanIcon } from './BanIcon';
35
35
  export { default as BoltIcon } from './BoltIcon';
36
36
  export { default as BorderCornersIcon } from './BorderCornersIcon';
37
37
  export { default as BrandFacebookIcon } from './BrandFacebookIcon';
38
+ export { default as BrandYoutubeIcon } from './BrandYoutubeIcon';
38
39
  export { default as BriefcaseIcon } from './BriefcaseIcon';
39
40
  export { default as BrushBigIcon } from './BrushBigIcon';
40
41
  export { default as BrushIcon } from './BrushIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.52.0",
19
+ "version": "1.53.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",