@elementor/icons 1.43.1 → 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 BrushBigIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default BrushBigIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const BrushBigIcon = 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.4563 2.48026C16.8551 1.60007 17.8837 1.22602 18.7542 1.6453L19.2347 1.87773C20.1053 2.29743 20.488 3.35086 20.0892 4.23124L17.4358 10.0877C17.7419 10.2653 18.0422 10.4633 18.3089 10.6961C18.7793 11.1068 19.1707 11.638 19.3274 12.3426C19.4628 12.9518 19.4085 13.6244 19.1702 14.3699L19.056 14.6932C18.4749 16.2264 18.1182 17.712 17.8089 19.035C17.5467 20.1565 17.3059 21.2325 16.971 22.0603L16.8216 22.3992C16.6682 22.716 16.3981 22.8887 16.1604 22.9754C15.9305 23.0591 15.6826 23.0828 15.4573 23.0828C15.0042 23.0828 14.4532 22.9838 13.8694 22.8328C12.6887 22.5272 11.1915 21.9584 9.6751 21.2625C8.15461 20.5647 6.58574 19.7258 5.26396 18.8689C4.04972 18.0817 2.96442 17.2303 2.3499 16.4129L2.23271 16.2498C1.94482 15.8247 1.9419 15.3354 2.12627 14.9344C2.29983 14.5571 2.62503 14.2759 2.98759 14.1238L3.60967 13.8553C5.10977 13.1846 6.89951 12.2104 8.0501 10.8084L8.75908 9.92558C8.98377 9.64461 9.19649 9.38333 9.39385 9.16093C9.80164 8.70142 10.2501 8.28151 10.8196 8.04276C11.6827 7.6811 12.6294 7.80972 13.8186 8.30155L16.4563 2.48026ZM9.20635 11.7576C7.82967 13.435 5.76823 14.5331 4.19951 15.2322L3.56084 15.5086L3.55693 15.5096C3.99694 16.0938 4.88399 16.8301 6.08427 17.6082C7.3342 18.4185 8.83654 19.2233 10.305 19.8973C10.7137 20.0848 11.1179 20.2607 11.511 20.4236C11.5252 20.3989 11.5413 20.3744 11.556 20.3484C11.7807 19.9499 12.0412 19.4444 12.2952 18.9266C12.8125 17.8721 13.2635 16.8503 13.3411 16.6219L13.3694 16.5506C13.5277 16.2041 13.9259 16.0259 14.2933 16.1492C14.6602 16.2728 14.867 16.6544 14.7815 17.0252L14.761 17.0994C14.647 17.4349 14.1507 18.5407 13.6399 19.5818C13.402 20.0669 13.1486 20.5543 12.9202 20.9666C13.4031 21.1366 13.852 21.2771 14.2522 21.3807C14.7911 21.5201 15.199 21.5818 15.4651 21.5818C15.4969 21.5818 15.525 21.5775 15.5491 21.576C15.8339 20.9085 16.0563 19.9524 16.3489 18.701C16.5636 17.7826 16.8118 16.7449 17.1497 15.6492L9.29814 11.6414L9.20635 11.7576ZM14.5384 10.3162C12.5933 9.27522 11.8526 9.23344 11.3919 9.42655C11.1395 9.5324 10.8742 9.74592 10.512 10.1541C10.4294 10.2472 10.3474 10.3444 10.263 10.4461L17.638 14.2107C17.6434 14.1964 17.6492 14.1821 17.6546 14.1678L17.7425 13.9178C17.9211 13.3587 17.9273 12.9624 17.8636 12.6756C17.7926 12.3565 17.6162 12.088 17.3206 11.8299C17.0132 11.5615 16.6022 11.3262 16.1038 11.0799C15.7593 10.9096 15.3333 10.7166 14.93 10.5174L14.5384 10.3162ZM18.136 3.01249C18.0117 2.95253 17.8639 3.00586 17.8069 3.13163L15.1702 8.94999C15.1966 8.96398 15.2237 8.97679 15.2503 8.99101L15.6155 9.17948C15.7736 9.25743 15.9332 9.33182 16.097 9.40898L18.7376 3.57987C18.7945 3.45428 18.7405 3.30406 18.6165 3.24394L18.136 3.01249Z"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement("path", { d: "M19.6409 19.824C20.2586 19.824 20.7591 20.3412 20.7591 20.9783C20.7588 21.6153 20.2584 22.1316 19.6409 22.1316C19.0236 22.1315 18.523 21.6152 18.5228 20.9783C18.5228 20.3413 19.0234 19.8242 19.6409 19.824Z" }), /* @__PURE__ */ React.createElement("path", { d: "M21.68 17.285C22.2976 17.285 22.7981 17.8021 22.7981 18.4392C22.7979 19.0762 22.2975 19.5926 21.68 19.5926C21.0626 19.5924 20.562 19.0761 20.5618 18.4392C20.5618 17.8022 21.0625 17.2851 21.68 17.285Z" }));
13
+ });
14
+ var BrushBigIcon_default = BrushBigIcon;
15
+
16
+ export { BrushBigIcon_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 BrushBigIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default BrushBigIcon;
@@ -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 BrushBigIcon = 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.4563 2.48026C16.8551 1.60007 17.8837 1.22602 18.7542 1.6453L19.2347 1.87773C20.1053 2.29743 20.488 3.35086 20.0892 4.23124L17.4358 10.0877C17.7419 10.2653 18.0422 10.4633 18.3089 10.6961C18.7793 11.1068 19.1707 11.638 19.3274 12.3426C19.4628 12.9518 19.4085 13.6244 19.1702 14.3699L19.056 14.6932C18.4749 16.2264 18.1182 17.712 17.8089 19.035C17.5467 20.1565 17.3059 21.2325 16.971 22.0603L16.8216 22.3992C16.6682 22.716 16.3981 22.8887 16.1604 22.9754C15.9305 23.0591 15.6826 23.0828 15.4573 23.0828C15.0042 23.0828 14.4532 22.9838 13.8694 22.8328C12.6887 22.5272 11.1915 21.9584 9.6751 21.2625C8.15461 20.5647 6.58574 19.7258 5.26396 18.8689C4.04972 18.0817 2.96442 17.2303 2.3499 16.4129L2.23271 16.2498C1.94482 15.8247 1.9419 15.3354 2.12627 14.9344C2.29983 14.5571 2.62503 14.2759 2.98759 14.1238L3.60967 13.8553C5.10977 13.1846 6.89951 12.2104 8.0501 10.8084L8.75908 9.92558C8.98377 9.64461 9.19649 9.38333 9.39385 9.16093C9.80164 8.70142 10.2501 8.28151 10.8196 8.04276C11.6827 7.6811 12.6294 7.80972 13.8186 8.30155L16.4563 2.48026ZM9.20635 11.7576C7.82967 13.435 5.76823 14.5331 4.19951 15.2322L3.56084 15.5086L3.55693 15.5096C3.99694 16.0938 4.88399 16.8301 6.08427 17.6082C7.3342 18.4185 8.83654 19.2233 10.305 19.8973C10.7137 20.0848 11.1179 20.2607 11.511 20.4236C11.5252 20.3989 11.5413 20.3744 11.556 20.3484C11.7807 19.9499 12.0412 19.4444 12.2952 18.9266C12.8125 17.8721 13.2635 16.8503 13.3411 16.6219L13.3694 16.5506C13.5277 16.2041 13.9259 16.0259 14.2933 16.1492C14.6602 16.2728 14.867 16.6544 14.7815 17.0252L14.761 17.0994C14.647 17.4349 14.1507 18.5407 13.6399 19.5818C13.402 20.0669 13.1486 20.5543 12.9202 20.9666C13.4031 21.1366 13.852 21.2771 14.2522 21.3807C14.7911 21.5201 15.199 21.5818 15.4651 21.5818C15.4969 21.5818 15.525 21.5775 15.5491 21.576C15.8339 20.9085 16.0563 19.9524 16.3489 18.701C16.5636 17.7826 16.8118 16.7449 17.1497 15.6492L9.29814 11.6414L9.20635 11.7576ZM14.5384 10.3162C12.5933 9.27522 11.8526 9.23344 11.3919 9.42655C11.1395 9.5324 10.8742 9.74592 10.512 10.1541C10.4294 10.2472 10.3474 10.3444 10.263 10.4461L17.638 14.2107C17.6434 14.1964 17.6492 14.1821 17.6546 14.1678L17.7425 13.9178C17.9211 13.3587 17.9273 12.9624 17.8636 12.6756C17.7926 12.3565 17.6162 12.088 17.3206 11.8299C17.0132 11.5615 16.6022 11.3262 16.1038 11.0799C15.7593 10.9096 15.3333 10.7166 14.93 10.5174L14.5384 10.3162ZM18.136 3.01249C18.0117 2.95253 17.8639 3.00586 17.8069 3.13163L15.1702 8.94999C15.1966 8.96398 15.2237 8.97679 15.2503 8.99101L15.6155 9.17948C15.7736 9.25743 15.9332 9.33182 16.097 9.40898L18.7376 3.57987C18.7945 3.45428 18.7405 3.30406 18.6165 3.24394L18.136 3.01249Z"
36
+ }
37
+ ), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.6409 19.824C20.2586 19.824 20.7591 20.3412 20.7591 20.9783C20.7588 21.6153 20.2584 22.1316 19.6409 22.1316C19.0236 22.1315 18.523 21.6152 18.5228 20.9783C18.5228 20.3413 19.0234 19.8242 19.6409 19.824Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M21.68 17.285C22.2976 17.285 22.7981 17.8021 22.7981 18.4392C22.7979 19.0762 22.2975 19.5926 21.68 19.5926C21.0626 19.5924 20.562 19.0761 20.5618 18.4392C20.5618 17.8022 21.0625 17.2851 21.68 17.285Z" }));
38
+ });
39
+ var BrushBigIcon_default = BrushBigIcon;
40
+
41
+ module.exports = BrushBigIcon_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';
@@ -32,6 +35,7 @@ export { default as BoltIcon } from './BoltIcon';
32
35
  export { default as BorderCornersIcon } from './BorderCornersIcon';
33
36
  export { default as BrandFacebookIcon } from './BrandFacebookIcon';
34
37
  export { default as BriefcaseIcon } from './BriefcaseIcon';
38
+ export { default as BrushBigIcon } from './BrushBigIcon';
35
39
  export { default as BrushIcon } from './BrushIcon';
36
40
  export { default as BugOffIcon } from './BugOffIcon';
37
41
  export { default as CalendarDollarIcon } from './CalendarDollarIcon';
@@ -122,6 +126,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
122
126
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
123
127
  export { default as LetterXIcon } from './LetterXIcon';
124
128
  export { default as LetterYIcon } from './LetterYIcon';
129
+ export { default as LetterZIcon } from './LetterZIcon';
125
130
  export { default as LibraryIcon } from './LibraryIcon';
126
131
  export { default as LikeIcon } from './LikeIcon';
127
132
  export { default as LinkIcon } from './LinkIcon';
@@ -194,6 +199,7 @@ export { default as SideRightIcon } from './SideRightIcon';
194
199
  export { default as SideTopIcon } from './SideTopIcon';
195
200
  export { default as SiteLockIcon } from './SiteLockIcon';
196
201
  export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
202
+ export { default as SkewXIcon } from './SkewXIcon';
197
203
  export { default as SocialIcon } from './SocialIcon';
198
204
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
199
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');
@@ -34,6 +37,7 @@ var BoltIcon = require('./BoltIcon');
34
37
  var BorderCornersIcon = require('./BorderCornersIcon');
35
38
  var BrandFacebookIcon = require('./BrandFacebookIcon');
36
39
  var BriefcaseIcon = require('./BriefcaseIcon');
40
+ var BrushBigIcon = require('./BrushBigIcon');
37
41
  var BrushIcon = require('./BrushIcon');
38
42
  var BugOffIcon = require('./BugOffIcon');
39
43
  var CalendarDollarIcon = require('./CalendarDollarIcon');
@@ -124,6 +128,7 @@ var LetterCaseLowerIcon = require('./LetterCaseLowerIcon');
124
128
  var LetterCaseUpperIcon = require('./LetterCaseUpperIcon');
125
129
  var LetterXIcon = require('./LetterXIcon');
126
130
  var LetterYIcon = require('./LetterYIcon');
131
+ var LetterZIcon = require('./LetterZIcon');
127
132
  var LibraryIcon = require('./LibraryIcon');
128
133
  var LikeIcon = require('./LikeIcon');
129
134
  var LinkIcon = require('./LinkIcon');
@@ -196,6 +201,7 @@ var SideRightIcon = require('./SideRightIcon');
196
201
  var SideTopIcon = require('./SideTopIcon');
197
202
  var SiteLockIcon = require('./SiteLockIcon');
198
203
  var SiteLockOpenIcon = require('./SiteLockOpenIcon');
204
+ var SkewXIcon = require('./SkewXIcon');
199
205
  var SocialIcon = require('./SocialIcon');
200
206
  var SpeakerphoneIcon = require('./SpeakerphoneIcon');
201
207
  var StarIcon = require('./StarIcon');
@@ -246,8 +252,10 @@ var AlignLeftIcon__default = /*#__PURE__*/_interopDefault(AlignLeftIcon);
246
252
  var AlignRightIcon__default = /*#__PURE__*/_interopDefault(AlignRightIcon);
247
253
  var AppsIcon__default = /*#__PURE__*/_interopDefault(AppsIcon);
248
254
  var ArchiveTemplateIcon__default = /*#__PURE__*/_interopDefault(ArchiveTemplateIcon);
255
+ var Arrow360Icon__default = /*#__PURE__*/_interopDefault(Arrow360Icon);
249
256
  var ArrowBackIcon__default = /*#__PURE__*/_interopDefault(ArrowBackIcon);
250
257
  var ArrowBarBothIcon__default = /*#__PURE__*/_interopDefault(ArrowBarBothIcon);
258
+ var ArrowDownLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowDownLeftIcon);
251
259
  var ArrowDownSmallIcon__default = /*#__PURE__*/_interopDefault(ArrowDownSmallIcon);
252
260
  var ArrowForwardIcon__default = /*#__PURE__*/_interopDefault(ArrowForwardIcon);
253
261
  var ArrowLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowLeftIcon);
@@ -258,6 +266,7 @@ var ArrowsLeftRightIcon__default = /*#__PURE__*/_interopDefault(ArrowsLeftRightI
258
266
  var ArrowsMaximizeIcon__default = /*#__PURE__*/_interopDefault(ArrowsMaximizeIcon);
259
267
  var ArrowsMoveHorizontalIcon__default = /*#__PURE__*/_interopDefault(ArrowsMoveHorizontalIcon);
260
268
  var ArrowsMoveVerticalIcon__default = /*#__PURE__*/_interopDefault(ArrowsMoveVerticalIcon);
269
+ var ArrowsRightDownIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightDownIcon);
261
270
  var ArrowsRightLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightLeftIcon);
262
271
  var AtomIcon__default = /*#__PURE__*/_interopDefault(AtomIcon);
263
272
  var BanIcon__default = /*#__PURE__*/_interopDefault(BanIcon);
@@ -265,6 +274,7 @@ var BoltIcon__default = /*#__PURE__*/_interopDefault(BoltIcon);
265
274
  var BorderCornersIcon__default = /*#__PURE__*/_interopDefault(BorderCornersIcon);
266
275
  var BrandFacebookIcon__default = /*#__PURE__*/_interopDefault(BrandFacebookIcon);
267
276
  var BriefcaseIcon__default = /*#__PURE__*/_interopDefault(BriefcaseIcon);
277
+ var BrushBigIcon__default = /*#__PURE__*/_interopDefault(BrushBigIcon);
268
278
  var BrushIcon__default = /*#__PURE__*/_interopDefault(BrushIcon);
269
279
  var BugOffIcon__default = /*#__PURE__*/_interopDefault(BugOffIcon);
270
280
  var CalendarDollarIcon__default = /*#__PURE__*/_interopDefault(CalendarDollarIcon);
@@ -355,6 +365,7 @@ var LetterCaseLowerIcon__default = /*#__PURE__*/_interopDefault(LetterCaseLowerI
355
365
  var LetterCaseUpperIcon__default = /*#__PURE__*/_interopDefault(LetterCaseUpperIcon);
356
366
  var LetterXIcon__default = /*#__PURE__*/_interopDefault(LetterXIcon);
357
367
  var LetterYIcon__default = /*#__PURE__*/_interopDefault(LetterYIcon);
368
+ var LetterZIcon__default = /*#__PURE__*/_interopDefault(LetterZIcon);
358
369
  var LibraryIcon__default = /*#__PURE__*/_interopDefault(LibraryIcon);
359
370
  var LikeIcon__default = /*#__PURE__*/_interopDefault(LikeIcon);
360
371
  var LinkIcon__default = /*#__PURE__*/_interopDefault(LinkIcon);
@@ -427,6 +438,7 @@ var SideRightIcon__default = /*#__PURE__*/_interopDefault(SideRightIcon);
427
438
  var SideTopIcon__default = /*#__PURE__*/_interopDefault(SideTopIcon);
428
439
  var SiteLockIcon__default = /*#__PURE__*/_interopDefault(SiteLockIcon);
429
440
  var SiteLockOpenIcon__default = /*#__PURE__*/_interopDefault(SiteLockOpenIcon);
441
+ var SkewXIcon__default = /*#__PURE__*/_interopDefault(SkewXIcon);
430
442
  var SocialIcon__default = /*#__PURE__*/_interopDefault(SocialIcon);
431
443
  var SpeakerphoneIcon__default = /*#__PURE__*/_interopDefault(SpeakerphoneIcon);
432
444
  var StarIcon__default = /*#__PURE__*/_interopDefault(StarIcon);
@@ -522,6 +534,10 @@ Object.defineProperty(exports, "ArchiveTemplateIcon", {
522
534
  enumerable: true,
523
535
  get: function () { return ArchiveTemplateIcon__default.default; }
524
536
  });
537
+ Object.defineProperty(exports, "Arrow360Icon", {
538
+ enumerable: true,
539
+ get: function () { return Arrow360Icon__default.default; }
540
+ });
525
541
  Object.defineProperty(exports, "ArrowBackIcon", {
526
542
  enumerable: true,
527
543
  get: function () { return ArrowBackIcon__default.default; }
@@ -530,6 +546,10 @@ Object.defineProperty(exports, "ArrowBarBothIcon", {
530
546
  enumerable: true,
531
547
  get: function () { return ArrowBarBothIcon__default.default; }
532
548
  });
549
+ Object.defineProperty(exports, "ArrowDownLeftIcon", {
550
+ enumerable: true,
551
+ get: function () { return ArrowDownLeftIcon__default.default; }
552
+ });
533
553
  Object.defineProperty(exports, "ArrowDownSmallIcon", {
534
554
  enumerable: true,
535
555
  get: function () { return ArrowDownSmallIcon__default.default; }
@@ -570,6 +590,10 @@ Object.defineProperty(exports, "ArrowsMoveVerticalIcon", {
570
590
  enumerable: true,
571
591
  get: function () { return ArrowsMoveVerticalIcon__default.default; }
572
592
  });
593
+ Object.defineProperty(exports, "ArrowsRightDownIcon", {
594
+ enumerable: true,
595
+ get: function () { return ArrowsRightDownIcon__default.default; }
596
+ });
573
597
  Object.defineProperty(exports, "ArrowsRightLeftIcon", {
574
598
  enumerable: true,
575
599
  get: function () { return ArrowsRightLeftIcon__default.default; }
@@ -598,6 +622,10 @@ Object.defineProperty(exports, "BriefcaseIcon", {
598
622
  enumerable: true,
599
623
  get: function () { return BriefcaseIcon__default.default; }
600
624
  });
625
+ Object.defineProperty(exports, "BrushBigIcon", {
626
+ enumerable: true,
627
+ get: function () { return BrushBigIcon__default.default; }
628
+ });
601
629
  Object.defineProperty(exports, "BrushIcon", {
602
630
  enumerable: true,
603
631
  get: function () { return BrushIcon__default.default; }
@@ -958,6 +986,10 @@ Object.defineProperty(exports, "LetterYIcon", {
958
986
  enumerable: true,
959
987
  get: function () { return LetterYIcon__default.default; }
960
988
  });
989
+ Object.defineProperty(exports, "LetterZIcon", {
990
+ enumerable: true,
991
+ get: function () { return LetterZIcon__default.default; }
992
+ });
961
993
  Object.defineProperty(exports, "LibraryIcon", {
962
994
  enumerable: true,
963
995
  get: function () { return LibraryIcon__default.default; }
@@ -1246,6 +1278,10 @@ Object.defineProperty(exports, "SiteLockOpenIcon", {
1246
1278
  enumerable: true,
1247
1279
  get: function () { return SiteLockOpenIcon__default.default; }
1248
1280
  });
1281
+ Object.defineProperty(exports, "SkewXIcon", {
1282
+ enumerable: true,
1283
+ get: function () { return SkewXIcon__default.default; }
1284
+ });
1249
1285
  Object.defineProperty(exports, "SocialIcon", {
1250
1286
  enumerable: true,
1251
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';
@@ -32,6 +35,7 @@ export { default as BoltIcon } from './BoltIcon';
32
35
  export { default as BorderCornersIcon } from './BorderCornersIcon';
33
36
  export { default as BrandFacebookIcon } from './BrandFacebookIcon';
34
37
  export { default as BriefcaseIcon } from './BriefcaseIcon';
38
+ export { default as BrushBigIcon } from './BrushBigIcon';
35
39
  export { default as BrushIcon } from './BrushIcon';
36
40
  export { default as BugOffIcon } from './BugOffIcon';
37
41
  export { default as CalendarDollarIcon } from './CalendarDollarIcon';
@@ -122,6 +126,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
122
126
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
123
127
  export { default as LetterXIcon } from './LetterXIcon';
124
128
  export { default as LetterYIcon } from './LetterYIcon';
129
+ export { default as LetterZIcon } from './LetterZIcon';
125
130
  export { default as LibraryIcon } from './LibraryIcon';
126
131
  export { default as LikeIcon } from './LikeIcon';
127
132
  export { default as LinkIcon } from './LinkIcon';
@@ -194,6 +199,7 @@ export { default as SideRightIcon } from './SideRightIcon';
194
199
  export { default as SideTopIcon } from './SideTopIcon';
195
200
  export { default as SiteLockIcon } from './SiteLockIcon';
196
201
  export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
202
+ export { default as SkewXIcon } from './SkewXIcon';
197
203
  export { default as SocialIcon } from './SocialIcon';
198
204
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
199
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';
@@ -32,6 +35,7 @@ export { default as BoltIcon } from './BoltIcon';
32
35
  export { default as BorderCornersIcon } from './BorderCornersIcon';
33
36
  export { default as BrandFacebookIcon } from './BrandFacebookIcon';
34
37
  export { default as BriefcaseIcon } from './BriefcaseIcon';
38
+ export { default as BrushBigIcon } from './BrushBigIcon';
35
39
  export { default as BrushIcon } from './BrushIcon';
36
40
  export { default as BugOffIcon } from './BugOffIcon';
37
41
  export { default as CalendarDollarIcon } from './CalendarDollarIcon';
@@ -122,6 +126,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
122
126
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
123
127
  export { default as LetterXIcon } from './LetterXIcon';
124
128
  export { default as LetterYIcon } from './LetterYIcon';
129
+ export { default as LetterZIcon } from './LetterZIcon';
125
130
  export { default as LibraryIcon } from './LibraryIcon';
126
131
  export { default as LikeIcon } from './LikeIcon';
127
132
  export { default as LinkIcon } from './LinkIcon';
@@ -194,6 +199,7 @@ export { default as SideRightIcon } from './SideRightIcon';
194
199
  export { default as SideTopIcon } from './SideTopIcon';
195
200
  export { default as SiteLockIcon } from './SiteLockIcon';
196
201
  export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
202
+ export { default as SkewXIcon } from './SkewXIcon';
197
203
  export { default as SocialIcon } from './SocialIcon';
198
204
  export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
199
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.43.1",
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/",