@elementor/icons 1.44.0 → 1.45.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 Arrow360Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Arrow360Icon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const Arrow360Icon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M12 7.25C14.5647 7.25 16.9228 7.71086 18.668 8.48633C19.5396 8.87366 20.2918 9.35405 20.8359 9.92578C21.3837 10.5014 21.75 11.2035 21.75 12C21.75 13.0029 21.1751 13.8485 20.3789 14.4971C19.5794 15.1483 18.4796 15.6704 17.2139 16.0469C16.8169 16.1649 16.3994 15.9389 16.2812 15.542C16.1632 15.145 16.3892 14.7275 16.7861 14.6094C17.9343 14.2679 18.8347 13.8202 19.4316 13.334C20.0319 12.845 20.25 12.3851 20.25 12C20.25 11.6915 20.1122 11.3415 19.749 10.96C19.3822 10.5746 18.8165 10.1928 18.0596 9.85645C16.5473 9.18445 14.4052 8.75 12 8.75C9.59478 8.75 7.45272 9.18445 5.94043 9.85645C5.18349 10.1928 4.61777 10.5746 4.25098 10.96C3.88784 11.3415 3.75 11.6915 3.75 12C3.75 12.3085 3.88784 12.6585 4.25098 13.04C4.61777 13.4254 5.18349 13.8072 5.94043 14.1436C7.03943 14.6319 8.47134 14.9933 10.0947 15.1553L8.46973 13.5303L8.41797 13.4736C8.17766 13.1791 8.19512 12.7443 8.46973 12.4697C8.74433 12.1951 9.17905 12.1777 9.47363 12.418L9.53027 12.4697L12.5303 15.4697L12.582 15.5264C12.8223 15.8209 12.8049 16.2557 12.5303 16.5303L9.53027 19.5303C9.23738 19.8232 8.76262 19.8232 8.46973 19.5303C8.17683 19.2374 8.17683 18.7626 8.46973 18.4697L10.2617 16.6768C8.37913 16.5192 6.6743 16.1101 5.33203 15.5137C4.46037 15.1263 3.70817 14.646 3.16406 14.0742C2.6163 13.4986 2.25 12.7965 2.25 12C2.25 11.2035 2.6163 10.5014 3.16406 9.92578C3.70817 9.35405 4.46037 8.87366 5.33203 8.48633C7.07723 7.71086 9.43528 7.25 12 7.25Z" }));
6
+ });
7
+ var Arrow360Icon_default = Arrow360Icon;
8
+
9
+ export { Arrow360Icon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ArrowDownLeftIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ArrowDownLeftIcon = 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: "M16.75 17C16.75 17.4142 16.4142 17.75 16 17.75L7 17.75C6.58579 17.75 6.25 17.4142 6.25 17L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 15.1893L16.4697 6.46967C16.7626 6.17678 17.2374 6.17678 17.5303 6.46967C17.8232 6.76256 17.8232 7.23744 17.5303 7.53033L8.81066 16.25L16 16.25C16.4142 16.25 16.75 16.5858 16.75 17Z"
11
+ }
12
+ ));
13
+ });
14
+ var ArrowDownLeftIcon_default = ArrowDownLeftIcon;
15
+
16
+ export { ArrowDownLeftIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ArrowsRightDownIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ArrowsRightDownIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ArrowsRightDownIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M16.4697 2.46976C16.7442 2.19525 17.179 2.17783 17.4736 2.418L17.5302 2.46976L21.5302 6.46976L21.582 6.5264C21.8223 6.82096 21.8048 7.2557 21.5302 7.53031L17.5302 11.5303C17.2373 11.8232 16.7625 11.8232 16.4697 11.5303C16.1769 11.2374 16.1768 10.7626 16.4697 10.4698L19.1894 7.75003H9.99993C9.40324 7.75005 8.83104 7.98731 8.40911 8.40921C7.98719 8.83113 7.74998 9.40336 7.74993 10V19.1895L10.4697 16.4698C10.7625 16.177 11.2373 16.177 11.5302 16.4698C11.8231 16.7626 11.823 17.2374 11.5302 17.5303L7.5302 21.5303C7.2556 21.8049 6.82088 21.8224 6.5263 21.5821L6.46965 21.5303L2.46965 17.5303L2.4179 17.4737C2.17772 17.1791 2.1951 16.7443 2.46965 16.4698C2.74422 16.1952 3.179 16.1778 3.47356 16.418L3.5302 16.4698L6.24993 19.1895V10C6.24998 9.00554 6.64534 8.05188 7.34856 7.34867C8.0518 6.64545 9.00542 6.25005 9.99993 6.25003H19.1894L16.4697 3.53031L16.4179 3.47367C16.1777 3.17909 16.1951 2.74432 16.4697 2.46976Z" }));
6
+ });
7
+ var ArrowsRightDownIcon_default = ArrowsRightDownIcon;
8
+
9
+ export { ArrowsRightDownIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const LetterZIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LetterZIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const LetterZIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M17.1006 3.25684C17.3333 3.2883 17.5405 3.42793 17.6562 3.63672C17.7718 3.84544 17.7802 4.0947 17.6836 4.30859L17.6357 4.39746L8.35254 19.25H17C17.4142 19.25 17.75 19.5858 17.75 20C17.75 20.4142 17.4142 20.75 17 20.75H7C6.72736 20.75 6.47592 20.6017 6.34375 20.3633C6.21178 20.1249 6.21983 19.8336 6.36426 19.6025L15.6475 4.75H7C6.58579 4.75 6.25 4.41421 6.25 4C6.25 3.58579 6.58579 3.25 7 3.25H17L17.1006 3.25684Z" }));
6
+ });
7
+ var LetterZIcon_default = LetterZIcon;
8
+
9
+ export { LetterZIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const SkewXIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default SkewXIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const SkewXIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M3.26074 5.01358C3.28175 4.82264 3.33402 4.63552 3.41602 4.46084C3.52526 4.22831 3.68418 4.02242 3.88184 3.8583C4.07965 3.69407 4.31169 3.57524 4.56055 3.51065C4.80933 3.44612 5.06964 3.43797 5.32227 3.48526L19.3223 6.11026L19.4707 6.14444C19.8124 6.23984 20.1185 6.43706 20.3467 6.71182C20.6074 7.02594 20.75 7.42174 20.75 7.82998V16.1698L20.7432 16.3222C20.7123 16.6757 20.5749 17.0131 20.3467 17.288C20.1185 17.5628 19.8124 17.7599 19.4707 17.8554L19.3223 17.8905L5.32227 20.5155C5.06962 20.5628 4.80936 20.5537 4.56055 20.4892C4.31169 20.4246 4.07965 20.3057 3.88184 20.1415C3.68417 19.9773 3.52523 19.7715 3.41602 19.539C3.33411 19.3645 3.2818 19.1779 3.26074 18.9872L3.25 18.7948V5.20498L3.26074 5.01358ZM4.75 18.7948L4.75586 18.8495C4.75982 18.8673 4.76567 18.8847 4.77344 18.9013C4.78897 18.9344 4.81177 18.9638 4.83984 18.9872C4.8681 19.0107 4.90195 19.0278 4.9375 19.037C4.97293 19.0462 5.00991 19.0476 5.0459 19.0409L19.0459 16.4159L19.127 16.3856C19.1516 16.3711 19.1738 16.3523 19.1924 16.33C19.2111 16.3075 19.2256 16.2819 19.2354 16.2548L19.25 16.1698V7.82998C19.25 7.77166 19.2296 7.7147 19.1924 7.66983C19.1738 7.64752 19.1516 7.62866 19.127 7.61416L19.0459 7.58389L5.0459 4.95889C5.00996 4.95219 4.9729 4.95366 4.9375 4.9628C4.90195 4.97202 4.8681 4.98914 4.83984 5.0126C4.81172 5.03601 4.789 5.06542 4.77344 5.09854C4.75783 5.13178 4.75 5.16826 4.75 5.20498V18.7948Z" }));
6
+ });
7
+ var SkewXIcon_default = SkewXIcon;
8
+
9
+ export { SkewXIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const Arrow360Icon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default Arrow360Icon;
@@ -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 Arrow360Icon = 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: "M12 7.25C14.5647 7.25 16.9228 7.71086 18.668 8.48633C19.5396 8.87366 20.2918 9.35405 20.8359 9.92578C21.3837 10.5014 21.75 11.2035 21.75 12C21.75 13.0029 21.1751 13.8485 20.3789 14.4971C19.5794 15.1483 18.4796 15.6704 17.2139 16.0469C16.8169 16.1649 16.3994 15.9389 16.2812 15.542C16.1632 15.145 16.3892 14.7275 16.7861 14.6094C17.9343 14.2679 18.8347 13.8202 19.4316 13.334C20.0319 12.845 20.25 12.3851 20.25 12C20.25 11.6915 20.1122 11.3415 19.749 10.96C19.3822 10.5746 18.8165 10.1928 18.0596 9.85645C16.5473 9.18445 14.4052 8.75 12 8.75C9.59478 8.75 7.45272 9.18445 5.94043 9.85645C5.18349 10.1928 4.61777 10.5746 4.25098 10.96C3.88784 11.3415 3.75 11.6915 3.75 12C3.75 12.3085 3.88784 12.6585 4.25098 13.04C4.61777 13.4254 5.18349 13.8072 5.94043 14.1436C7.03943 14.6319 8.47134 14.9933 10.0947 15.1553L8.46973 13.5303L8.41797 13.4736C8.17766 13.1791 8.19512 12.7443 8.46973 12.4697C8.74433 12.1951 9.17905 12.1777 9.47363 12.418L9.53027 12.4697L12.5303 15.4697L12.582 15.5264C12.8223 15.8209 12.8049 16.2557 12.5303 16.5303L9.53027 19.5303C9.23738 19.8232 8.76262 19.8232 8.46973 19.5303C8.17683 19.2374 8.17683 18.7626 8.46973 18.4697L10.2617 16.6768C8.37913 16.5192 6.6743 16.1101 5.33203 15.5137C4.46037 15.1263 3.70817 14.646 3.16406 14.0742C2.6163 13.4986 2.25 12.7965 2.25 12C2.25 11.2035 2.6163 10.5014 3.16406 9.92578C3.70817 9.35405 4.46037 8.87366 5.33203 8.48633C7.07723 7.71086 9.43528 7.25 12 7.25Z" }));
31
+ });
32
+ var Arrow360Icon_default = Arrow360Icon;
33
+
34
+ module.exports = Arrow360Icon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ArrowDownLeftIcon;
@@ -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 ArrowDownLeftIcon = 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: "M16.75 17C16.75 17.4142 16.4142 17.75 16 17.75L7 17.75C6.58579 17.75 6.25 17.4142 6.25 17L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 15.1893L16.4697 6.46967C16.7626 6.17678 17.2374 6.17678 17.5303 6.46967C17.8232 6.76256 17.8232 7.23744 17.5303 7.53033L8.81066 16.25L16 16.25C16.4142 16.25 16.75 16.5858 16.75 17Z"
36
+ }
37
+ ));
38
+ });
39
+ var ArrowDownLeftIcon_default = ArrowDownLeftIcon;
40
+
41
+ module.exports = ArrowDownLeftIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ArrowsRightDownIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ArrowsRightDownIcon;
@@ -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 ArrowsRightDownIcon = 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: "M16.4697 2.46976C16.7442 2.19525 17.179 2.17783 17.4736 2.418L17.5302 2.46976L21.5302 6.46976L21.582 6.5264C21.8223 6.82096 21.8048 7.2557 21.5302 7.53031L17.5302 11.5303C17.2373 11.8232 16.7625 11.8232 16.4697 11.5303C16.1769 11.2374 16.1768 10.7626 16.4697 10.4698L19.1894 7.75003H9.99993C9.40324 7.75005 8.83104 7.98731 8.40911 8.40921C7.98719 8.83113 7.74998 9.40336 7.74993 10V19.1895L10.4697 16.4698C10.7625 16.177 11.2373 16.177 11.5302 16.4698C11.8231 16.7626 11.823 17.2374 11.5302 17.5303L7.5302 21.5303C7.2556 21.8049 6.82088 21.8224 6.5263 21.5821L6.46965 21.5303L2.46965 17.5303L2.4179 17.4737C2.17772 17.1791 2.1951 16.7443 2.46965 16.4698C2.74422 16.1952 3.179 16.1778 3.47356 16.418L3.5302 16.4698L6.24993 19.1895V10C6.24998 9.00554 6.64534 8.05188 7.34856 7.34867C8.0518 6.64545 9.00542 6.25005 9.99993 6.25003H19.1894L16.4697 3.53031L16.4179 3.47367C16.1777 3.17909 16.1951 2.74432 16.4697 2.46976Z" }));
31
+ });
32
+ var ArrowsRightDownIcon_default = ArrowsRightDownIcon;
33
+
34
+ module.exports = ArrowsRightDownIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const LetterZIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LetterZIcon;
@@ -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 LetterZIcon = 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: "M17.1006 3.25684C17.3333 3.2883 17.5405 3.42793 17.6562 3.63672C17.7718 3.84544 17.7802 4.0947 17.6836 4.30859L17.6357 4.39746L8.35254 19.25H17C17.4142 19.25 17.75 19.5858 17.75 20C17.75 20.4142 17.4142 20.75 17 20.75H7C6.72736 20.75 6.47592 20.6017 6.34375 20.3633C6.21178 20.1249 6.21983 19.8336 6.36426 19.6025L15.6475 4.75H7C6.58579 4.75 6.25 4.41421 6.25 4C6.25 3.58579 6.58579 3.25 7 3.25H17L17.1006 3.25684Z" }));
31
+ });
32
+ var LetterZIcon_default = LetterZIcon;
33
+
34
+ module.exports = LetterZIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const SkewXIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default SkewXIcon;
@@ -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 SkewXIcon = 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.26074 5.01358C3.28175 4.82264 3.33402 4.63552 3.41602 4.46084C3.52526 4.22831 3.68418 4.02242 3.88184 3.8583C4.07965 3.69407 4.31169 3.57524 4.56055 3.51065C4.80933 3.44612 5.06964 3.43797 5.32227 3.48526L19.3223 6.11026L19.4707 6.14444C19.8124 6.23984 20.1185 6.43706 20.3467 6.71182C20.6074 7.02594 20.75 7.42174 20.75 7.82998V16.1698L20.7432 16.3222C20.7123 16.6757 20.5749 17.0131 20.3467 17.288C20.1185 17.5628 19.8124 17.7599 19.4707 17.8554L19.3223 17.8905L5.32227 20.5155C5.06962 20.5628 4.80936 20.5537 4.56055 20.4892C4.31169 20.4246 4.07965 20.3057 3.88184 20.1415C3.68417 19.9773 3.52523 19.7715 3.41602 19.539C3.33411 19.3645 3.2818 19.1779 3.26074 18.9872L3.25 18.7948V5.20498L3.26074 5.01358ZM4.75 18.7948L4.75586 18.8495C4.75982 18.8673 4.76567 18.8847 4.77344 18.9013C4.78897 18.9344 4.81177 18.9638 4.83984 18.9872C4.8681 19.0107 4.90195 19.0278 4.9375 19.037C4.97293 19.0462 5.00991 19.0476 5.0459 19.0409L19.0459 16.4159L19.127 16.3856C19.1516 16.3711 19.1738 16.3523 19.1924 16.33C19.2111 16.3075 19.2256 16.2819 19.2354 16.2548L19.25 16.1698V7.82998C19.25 7.77166 19.2296 7.7147 19.1924 7.66983C19.1738 7.64752 19.1516 7.62866 19.127 7.61416L19.0459 7.58389L5.0459 4.95889C5.00996 4.95219 4.9729 4.95366 4.9375 4.9628C4.90195 4.97202 4.8681 4.98914 4.83984 5.0126C4.81172 5.03601 4.789 5.06542 4.77344 5.09854C4.75783 5.13178 4.75 5.16826 4.75 5.20498V18.7948Z" }));
31
+ });
32
+ var SkewXIcon_default = SkewXIcon;
33
+
34
+ module.exports = SkewXIcon_default;
package/cjs/index.d.ts CHANGED
@@ -13,8 +13,10 @@ export { default as AlignLeftIcon } from './AlignLeftIcon';
13
13
  export { default as AlignRightIcon } from './AlignRightIcon';
14
14
  export { default as AppsIcon } from './AppsIcon';
15
15
  export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
16
+ export { default as Arrow360Icon } from './Arrow360Icon';
16
17
  export { default as ArrowBackIcon } from './ArrowBackIcon';
17
18
  export { default as ArrowBarBothIcon } from './ArrowBarBothIcon';
19
+ export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';
18
20
  export { default as ArrowDownSmallIcon } from './ArrowDownSmallIcon';
19
21
  export { default as ArrowForwardIcon } from './ArrowForwardIcon';
20
22
  export { default as ArrowLeftIcon } from './ArrowLeftIcon';
@@ -25,6 +27,7 @@ export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
25
27
  export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
26
28
  export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
27
29
  export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
30
+ export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
28
31
  export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
29
32
  export { default as AtomIcon } from './AtomIcon';
30
33
  export { default as BanIcon } from './BanIcon';
@@ -123,6 +126,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
123
126
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
124
127
  export { default as LetterXIcon } from './LetterXIcon';
125
128
  export { default as LetterYIcon } from './LetterYIcon';
129
+ export { default as LetterZIcon } from './LetterZIcon';
126
130
  export { default as LibraryIcon } from './LibraryIcon';
127
131
  export { default as LikeIcon } from './LikeIcon';
128
132
  export { default as LinkIcon } from './LinkIcon';
@@ -195,6 +199,7 @@ export { default as SideRightIcon } from './SideRightIcon';
195
199
  export { default as SideTopIcon } from './SideTopIcon';
196
200
  export { default as SiteLockIcon } from './SiteLockIcon';
197
201
  export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
202
+ export { default as SkewXIcon } from './SkewXIcon';
198
203
  export { default as SocialIcon } from './SocialIcon';
199
204
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
200
205
  export { default as StarIcon } from './StarIcon';
package/cjs/index.js CHANGED
@@ -15,8 +15,10 @@ var AlignLeftIcon = require('./AlignLeftIcon');
15
15
  var AlignRightIcon = require('./AlignRightIcon');
16
16
  var AppsIcon = require('./AppsIcon');
17
17
  var ArchiveTemplateIcon = require('./ArchiveTemplateIcon');
18
+ var Arrow360Icon = require('./Arrow360Icon');
18
19
  var ArrowBackIcon = require('./ArrowBackIcon');
19
20
  var ArrowBarBothIcon = require('./ArrowBarBothIcon');
21
+ var ArrowDownLeftIcon = require('./ArrowDownLeftIcon');
20
22
  var ArrowDownSmallIcon = require('./ArrowDownSmallIcon');
21
23
  var ArrowForwardIcon = require('./ArrowForwardIcon');
22
24
  var ArrowLeftIcon = require('./ArrowLeftIcon');
@@ -27,6 +29,7 @@ var ArrowsLeftRightIcon = require('./ArrowsLeftRightIcon');
27
29
  var ArrowsMaximizeIcon = require('./ArrowsMaximizeIcon');
28
30
  var ArrowsMoveHorizontalIcon = require('./ArrowsMoveHorizontalIcon');
29
31
  var ArrowsMoveVerticalIcon = require('./ArrowsMoveVerticalIcon');
32
+ var ArrowsRightDownIcon = require('./ArrowsRightDownIcon');
30
33
  var ArrowsRightLeftIcon = require('./ArrowsRightLeftIcon');
31
34
  var AtomIcon = require('./AtomIcon');
32
35
  var BanIcon = require('./BanIcon');
@@ -125,6 +128,7 @@ var LetterCaseLowerIcon = require('./LetterCaseLowerIcon');
125
128
  var LetterCaseUpperIcon = require('./LetterCaseUpperIcon');
126
129
  var LetterXIcon = require('./LetterXIcon');
127
130
  var LetterYIcon = require('./LetterYIcon');
131
+ var LetterZIcon = require('./LetterZIcon');
128
132
  var LibraryIcon = require('./LibraryIcon');
129
133
  var LikeIcon = require('./LikeIcon');
130
134
  var LinkIcon = require('./LinkIcon');
@@ -197,6 +201,7 @@ var SideRightIcon = require('./SideRightIcon');
197
201
  var SideTopIcon = require('./SideTopIcon');
198
202
  var SiteLockIcon = require('./SiteLockIcon');
199
203
  var SiteLockOpenIcon = require('./SiteLockOpenIcon');
204
+ var SkewXIcon = require('./SkewXIcon');
200
205
  var SocialIcon = require('./SocialIcon');
201
206
  var SpeakerphoneIcon = require('./SpeakerphoneIcon');
202
207
  var StarIcon = require('./StarIcon');
@@ -247,8 +252,10 @@ var AlignLeftIcon__default = /*#__PURE__*/_interopDefault(AlignLeftIcon);
247
252
  var AlignRightIcon__default = /*#__PURE__*/_interopDefault(AlignRightIcon);
248
253
  var AppsIcon__default = /*#__PURE__*/_interopDefault(AppsIcon);
249
254
  var ArchiveTemplateIcon__default = /*#__PURE__*/_interopDefault(ArchiveTemplateIcon);
255
+ var Arrow360Icon__default = /*#__PURE__*/_interopDefault(Arrow360Icon);
250
256
  var ArrowBackIcon__default = /*#__PURE__*/_interopDefault(ArrowBackIcon);
251
257
  var ArrowBarBothIcon__default = /*#__PURE__*/_interopDefault(ArrowBarBothIcon);
258
+ var ArrowDownLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowDownLeftIcon);
252
259
  var ArrowDownSmallIcon__default = /*#__PURE__*/_interopDefault(ArrowDownSmallIcon);
253
260
  var ArrowForwardIcon__default = /*#__PURE__*/_interopDefault(ArrowForwardIcon);
254
261
  var ArrowLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowLeftIcon);
@@ -259,6 +266,7 @@ var ArrowsLeftRightIcon__default = /*#__PURE__*/_interopDefault(ArrowsLeftRightI
259
266
  var ArrowsMaximizeIcon__default = /*#__PURE__*/_interopDefault(ArrowsMaximizeIcon);
260
267
  var ArrowsMoveHorizontalIcon__default = /*#__PURE__*/_interopDefault(ArrowsMoveHorizontalIcon);
261
268
  var ArrowsMoveVerticalIcon__default = /*#__PURE__*/_interopDefault(ArrowsMoveVerticalIcon);
269
+ var ArrowsRightDownIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightDownIcon);
262
270
  var ArrowsRightLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightLeftIcon);
263
271
  var AtomIcon__default = /*#__PURE__*/_interopDefault(AtomIcon);
264
272
  var BanIcon__default = /*#__PURE__*/_interopDefault(BanIcon);
@@ -357,6 +365,7 @@ var LetterCaseLowerIcon__default = /*#__PURE__*/_interopDefault(LetterCaseLowerI
357
365
  var LetterCaseUpperIcon__default = /*#__PURE__*/_interopDefault(LetterCaseUpperIcon);
358
366
  var LetterXIcon__default = /*#__PURE__*/_interopDefault(LetterXIcon);
359
367
  var LetterYIcon__default = /*#__PURE__*/_interopDefault(LetterYIcon);
368
+ var LetterZIcon__default = /*#__PURE__*/_interopDefault(LetterZIcon);
360
369
  var LibraryIcon__default = /*#__PURE__*/_interopDefault(LibraryIcon);
361
370
  var LikeIcon__default = /*#__PURE__*/_interopDefault(LikeIcon);
362
371
  var LinkIcon__default = /*#__PURE__*/_interopDefault(LinkIcon);
@@ -429,6 +438,7 @@ var SideRightIcon__default = /*#__PURE__*/_interopDefault(SideRightIcon);
429
438
  var SideTopIcon__default = /*#__PURE__*/_interopDefault(SideTopIcon);
430
439
  var SiteLockIcon__default = /*#__PURE__*/_interopDefault(SiteLockIcon);
431
440
  var SiteLockOpenIcon__default = /*#__PURE__*/_interopDefault(SiteLockOpenIcon);
441
+ var SkewXIcon__default = /*#__PURE__*/_interopDefault(SkewXIcon);
432
442
  var SocialIcon__default = /*#__PURE__*/_interopDefault(SocialIcon);
433
443
  var SpeakerphoneIcon__default = /*#__PURE__*/_interopDefault(SpeakerphoneIcon);
434
444
  var StarIcon__default = /*#__PURE__*/_interopDefault(StarIcon);
@@ -524,6 +534,10 @@ Object.defineProperty(exports, "ArchiveTemplateIcon", {
524
534
  enumerable: true,
525
535
  get: function () { return ArchiveTemplateIcon__default.default; }
526
536
  });
537
+ Object.defineProperty(exports, "Arrow360Icon", {
538
+ enumerable: true,
539
+ get: function () { return Arrow360Icon__default.default; }
540
+ });
527
541
  Object.defineProperty(exports, "ArrowBackIcon", {
528
542
  enumerable: true,
529
543
  get: function () { return ArrowBackIcon__default.default; }
@@ -532,6 +546,10 @@ Object.defineProperty(exports, "ArrowBarBothIcon", {
532
546
  enumerable: true,
533
547
  get: function () { return ArrowBarBothIcon__default.default; }
534
548
  });
549
+ Object.defineProperty(exports, "ArrowDownLeftIcon", {
550
+ enumerable: true,
551
+ get: function () { return ArrowDownLeftIcon__default.default; }
552
+ });
535
553
  Object.defineProperty(exports, "ArrowDownSmallIcon", {
536
554
  enumerable: true,
537
555
  get: function () { return ArrowDownSmallIcon__default.default; }
@@ -572,6 +590,10 @@ Object.defineProperty(exports, "ArrowsMoveVerticalIcon", {
572
590
  enumerable: true,
573
591
  get: function () { return ArrowsMoveVerticalIcon__default.default; }
574
592
  });
593
+ Object.defineProperty(exports, "ArrowsRightDownIcon", {
594
+ enumerable: true,
595
+ get: function () { return ArrowsRightDownIcon__default.default; }
596
+ });
575
597
  Object.defineProperty(exports, "ArrowsRightLeftIcon", {
576
598
  enumerable: true,
577
599
  get: function () { return ArrowsRightLeftIcon__default.default; }
@@ -964,6 +986,10 @@ Object.defineProperty(exports, "LetterYIcon", {
964
986
  enumerable: true,
965
987
  get: function () { return LetterYIcon__default.default; }
966
988
  });
989
+ Object.defineProperty(exports, "LetterZIcon", {
990
+ enumerable: true,
991
+ get: function () { return LetterZIcon__default.default; }
992
+ });
967
993
  Object.defineProperty(exports, "LibraryIcon", {
968
994
  enumerable: true,
969
995
  get: function () { return LibraryIcon__default.default; }
@@ -1252,6 +1278,10 @@ Object.defineProperty(exports, "SiteLockOpenIcon", {
1252
1278
  enumerable: true,
1253
1279
  get: function () { return SiteLockOpenIcon__default.default; }
1254
1280
  });
1281
+ Object.defineProperty(exports, "SkewXIcon", {
1282
+ enumerable: true,
1283
+ get: function () { return SkewXIcon__default.default; }
1284
+ });
1255
1285
  Object.defineProperty(exports, "SocialIcon", {
1256
1286
  enumerable: true,
1257
1287
  get: function () { return SocialIcon__default.default; }
package/index.d.ts CHANGED
@@ -13,8 +13,10 @@ export { default as AlignLeftIcon } from './AlignLeftIcon';
13
13
  export { default as AlignRightIcon } from './AlignRightIcon';
14
14
  export { default as AppsIcon } from './AppsIcon';
15
15
  export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
16
+ export { default as Arrow360Icon } from './Arrow360Icon';
16
17
  export { default as ArrowBackIcon } from './ArrowBackIcon';
17
18
  export { default as ArrowBarBothIcon } from './ArrowBarBothIcon';
19
+ export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';
18
20
  export { default as ArrowDownSmallIcon } from './ArrowDownSmallIcon';
19
21
  export { default as ArrowForwardIcon } from './ArrowForwardIcon';
20
22
  export { default as ArrowLeftIcon } from './ArrowLeftIcon';
@@ -25,6 +27,7 @@ export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
25
27
  export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
26
28
  export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
27
29
  export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
30
+ export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
28
31
  export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
29
32
  export { default as AtomIcon } from './AtomIcon';
30
33
  export { default as BanIcon } from './BanIcon';
@@ -123,6 +126,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
123
126
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
124
127
  export { default as LetterXIcon } from './LetterXIcon';
125
128
  export { default as LetterYIcon } from './LetterYIcon';
129
+ export { default as LetterZIcon } from './LetterZIcon';
126
130
  export { default as LibraryIcon } from './LibraryIcon';
127
131
  export { default as LikeIcon } from './LikeIcon';
128
132
  export { default as LinkIcon } from './LinkIcon';
@@ -195,6 +199,7 @@ export { default as SideRightIcon } from './SideRightIcon';
195
199
  export { default as SideTopIcon } from './SideTopIcon';
196
200
  export { default as SiteLockIcon } from './SiteLockIcon';
197
201
  export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
202
+ export { default as SkewXIcon } from './SkewXIcon';
198
203
  export { default as SocialIcon } from './SocialIcon';
199
204
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
200
205
  export { default as StarIcon } from './StarIcon';
package/index.js CHANGED
@@ -13,8 +13,10 @@ export { default as AlignLeftIcon } from './AlignLeftIcon';
13
13
  export { default as AlignRightIcon } from './AlignRightIcon';
14
14
  export { default as AppsIcon } from './AppsIcon';
15
15
  export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
16
+ export { default as Arrow360Icon } from './Arrow360Icon';
16
17
  export { default as ArrowBackIcon } from './ArrowBackIcon';
17
18
  export { default as ArrowBarBothIcon } from './ArrowBarBothIcon';
19
+ export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';
18
20
  export { default as ArrowDownSmallIcon } from './ArrowDownSmallIcon';
19
21
  export { default as ArrowForwardIcon } from './ArrowForwardIcon';
20
22
  export { default as ArrowLeftIcon } from './ArrowLeftIcon';
@@ -25,6 +27,7 @@ export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
25
27
  export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
26
28
  export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
27
29
  export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
30
+ export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
28
31
  export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
29
32
  export { default as AtomIcon } from './AtomIcon';
30
33
  export { default as BanIcon } from './BanIcon';
@@ -123,6 +126,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
123
126
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
124
127
  export { default as LetterXIcon } from './LetterXIcon';
125
128
  export { default as LetterYIcon } from './LetterYIcon';
129
+ export { default as LetterZIcon } from './LetterZIcon';
126
130
  export { default as LibraryIcon } from './LibraryIcon';
127
131
  export { default as LikeIcon } from './LikeIcon';
128
132
  export { default as LinkIcon } from './LinkIcon';
@@ -195,6 +199,7 @@ export { default as SideRightIcon } from './SideRightIcon';
195
199
  export { default as SideTopIcon } from './SideTopIcon';
196
200
  export { default as SiteLockIcon } from './SiteLockIcon';
197
201
  export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
202
+ export { default as SkewXIcon } from './SkewXIcon';
198
203
  export { default as SocialIcon } from './SocialIcon';
199
204
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
200
205
  export { default as StarIcon } from './StarIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.44.0",
19
+ "version": "1.45.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",