@elementor/icons 1.66.0 → 1.66.1

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 LayoutDashboardIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LayoutDashboardIcon;
@@ -0,0 +1,37 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const LayoutDashboardIcon = 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: "M4 3.25C3.58579 3.25 3.25 3.58579 3.25 4V12C3.25 12.4142 3.58579 12.75 4 12.75H10C10.4142 12.75 10.75 12.4142 10.75 12V4C10.75 3.58579 10.4142 3.25 10 3.25H4ZM4.75 11.25V4.75H9.25V11.25H4.75Z"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M4 15.25C3.58579 15.25 3.25 15.5858 3.25 16V20C3.25 20.4142 3.58579 20.75 4 20.75H10C10.4142 20.75 10.75 20.4142 10.75 20V16C10.75 15.5858 10.4142 15.25 10 15.25H4ZM4.75 19.25V16.75H9.25V19.25H4.75Z"
18
+ }
19
+ ), /* @__PURE__ */ React.createElement(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12V20C20.75 20.4142 20.4142 20.75 20 20.75H14C13.5858 20.75 13.25 20.4142 13.25 20V12ZM14.75 19.25H19.25V12.75H14.75V19.25Z"
25
+ }
26
+ ), /* @__PURE__ */ React.createElement(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M14 3.25C13.5858 3.25 13.25 3.58579 13.25 4V8C13.25 8.41421 13.5858 8.75 14 8.75H20C20.4142 8.75 20.75 8.41421 20.75 8V4C20.75 3.58579 20.4142 3.25 20 3.25H14ZM14.75 7.25V4.75H19.25V7.25H14.75Z"
32
+ }
33
+ ));
34
+ });
35
+ var LayoutDashboardIcon_default = LayoutDashboardIcon;
36
+
37
+ export { LayoutDashboardIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const LockOpenIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LockOpenIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const LockOpenIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M12 2.75C11.138 2.75 10.3114 3.09241 9.7019 3.7019C9.09241 4.3114 8.75 5.13805 8.75 6V10.25H17C18.5188 10.25 19.75 11.4812 19.75 13V19C19.75 20.5188 18.5188 21.75 17 21.75H7C5.48122 21.75 4.25 20.5188 4.25 19V13C4.25 11.4812 5.48122 10.25 7 10.25H7.25V6C7.25 4.74022 7.75044 3.53204 8.64124 2.64124C9.53204 1.75045 10.7402 1.25 12 1.25C13.2598 1.25 14.468 1.75045 15.3588 2.64124C16.2496 3.53204 16.75 4.74022 16.75 6C16.75 6.41421 16.4142 6.75 16 6.75C15.5858 6.75 15.25 6.41421 15.25 6C15.25 5.13805 14.9076 4.3114 14.2981 3.7019C13.6886 3.09241 12.862 2.75 12 2.75ZM7 11.75C6.30964 11.75 5.75 12.3096 5.75 13V19C5.75 19.6904 6.30964 20.25 7 20.25H17C17.6904 20.25 18.25 19.6904 18.25 19V13C18.25 12.3096 17.6904 11.75 17 11.75H7Z"
11
+ }
12
+ ));
13
+ });
14
+ var LockOpenIcon_default = LockOpenIcon;
15
+
16
+ export { LockOpenIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const RosetteDiscountCheckIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default RosetteDiscountCheckIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const RosetteDiscountCheckIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M15.5303 10.5303C15.8232 10.2374 15.8232 9.76256 15.5303 9.46967C15.2374 9.17678 14.7626 9.17678 14.4697 9.46967L11 12.9393L9.53033 11.4697C9.23744 11.1768 8.76256 11.1768 8.46967 11.4697C8.17678 11.7626 8.17678 12.2374 8.46967 12.5303L10.4697 14.5303C10.7626 14.8232 11.2374 14.8232 11.5303 14.5303L15.5303 10.5303Z" }), /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M12.01 2.25C11.6212 2.25 11.2362 2.32685 10.8772 2.47614C10.5186 2.6253 10.1929 2.84381 9.91891 3.11915L9.91815 3.1199L9.22043 3.81762C8.94906 4.08711 8.58201 4.23847 8.19954 4.23874L7.19997 4.23874C6.41758 4.23874 5.66724 4.54955 5.11401 5.10278C4.56078 5.65601 4.24997 6.40635 4.24997 7.18874V8.1885C4.2497 8.57097 4.09764 8.93853 3.82815 9.2099L3.13114 9.90692L3.13038 9.90768C2.85504 10.1817 2.63653 10.5073 2.48737 10.866C2.33808 11.225 2.26123 11.6099 2.26123 11.9987C2.26123 12.3875 2.33808 12.7725 2.48737 13.1315C2.63653 13.4902 2.85505 13.8158 3.1304 14.0898L3.13114 14.0906L3.82877 14.7882C4.0983 15.0596 4.2497 15.4267 4.24997 15.8092L4.24997 16.8087C4.24997 17.5911 4.56078 18.3415 5.11401 18.8947C5.66724 19.4479 6.41758 19.7587 7.19997 19.7587H8.19954C8.58202 19.759 8.94891 19.9103 9.22031 20.1797L9.22114 20.1806L9.91815 20.8776L9.91928 20.8787C10.1932 21.1539 10.5187 21.3723 10.8772 21.5213C11.2362 21.6706 11.6212 21.7475 12.01 21.7475C12.3988 21.7475 12.7837 21.6706 13.1427 21.5213C13.5013 21.3722 13.8269 21.1538 14.1009 20.8785L14.1018 20.8776L14.7994 20.1799C15.0709 19.9104 15.4378 19.759 15.8204 19.7587H16.82C17.6024 19.7587 18.3527 19.4479 18.9059 18.8947C19.4592 18.3415 19.77 17.5911 19.77 16.8087V15.8092C19.7702 15.4266 19.9222 15.059 20.1918 14.7876L20.8888 14.0906L20.8897 14.0896C21.165 13.8157 21.3834 13.4901 21.5326 13.1315C21.6819 12.7725 21.7587 12.3875 21.7587 11.9987C21.7587 11.6099 21.6819 11.225 21.5326 10.866C21.3835 10.5075 21.1651 10.182 20.8899 9.90805L20.8888 9.90692L20.1916 9.2097L20.1907 9.20879C19.9212 8.93748 19.77 8.5701 19.77 8.18874V7.18874C19.77 6.40635 19.4592 5.65601 18.9059 5.10278C18.3527 4.54955 17.6024 4.23874 16.82 4.23874H15.82C15.4384 4.23874 15.0704 4.08689 14.799 3.81712L14.1018 3.1199L14.1011 3.11917C13.8271 2.84382 13.5014 2.6253 13.1427 2.47614C12.7837 2.32685 12.3988 2.25 12.01 2.25ZM11.4532 3.86116C11.6297 3.78778 11.8189 3.75 12.01 3.75C12.2011 3.75 12.3903 3.78778 12.5667 3.86116C12.7432 3.93454 12.9034 4.04207 13.0382 4.17758L13.0396 4.17907L13.7396 4.87907L13.7409 4.88036C14.2935 5.43027 15.0418 5.73874 15.82 5.73874H16.82C17.2045 5.73874 17.5734 5.89151 17.8453 6.16344C18.1172 6.43537 18.27 6.80418 18.27 7.18874V8.18874C18.27 8.96695 18.5784 9.71518 19.1284 10.2678L19.1296 10.2691L19.8296 10.9691L19.8311 10.9706C19.9666 11.1053 20.0742 11.2655 20.1476 11.442C20.2209 11.6184 20.2587 11.8076 20.2587 11.9987C20.2587 12.1898 20.2209 12.3791 20.1476 12.5555C20.0742 12.732 19.9666 12.8922 19.8311 13.0269L19.8296 13.0284L19.1296 13.7284L19.1282 13.7299C18.5789 14.2822 18.2704 15.0298 18.27 15.8087V16.8087C18.27 17.1933 18.1172 17.5621 17.8453 17.834C17.5734 18.106 17.2045 18.2587 16.82 18.2587H15.8195C15.0406 18.2592 14.2935 18.5677 13.7411 19.1169L13.7396 19.1184L13.0396 19.8184L13.0382 19.8199C12.9034 19.9554 12.7432 20.0629 12.5667 20.1363C12.3903 20.2097 12.2011 20.2475 12.01 20.2475C11.8189 20.2475 11.6297 20.2097 11.4532 20.1363C11.2767 20.0629 11.1165 19.9554 10.9818 19.8199L10.2803 19.1184L10.2788 19.1169C9.72648 18.5677 8.9789 18.2592 8.19997 18.2587H7.19997C6.81541 18.2587 6.4466 18.106 6.17467 17.834C5.90274 17.5621 5.74997 17.1933 5.74997 16.8087L5.74997 15.8083C5.74953 15.0294 5.44103 14.2822 4.89179 13.7299L4.19031 13.0284L4.18881 13.0269C4.0533 12.8922 3.94577 12.732 3.87239 12.5555C3.79901 12.3791 3.76123 12.1898 3.76123 11.9987C3.76123 11.8076 3.79901 11.6184 3.87239 11.442C3.94577 11.2655 4.0533 11.1053 4.18881 10.9706L4.1903 10.9691L4.8903 10.2691L4.89179 10.2676C5.44103 9.71525 5.74953 8.96767 5.74997 8.18874V7.18874C5.74997 6.80418 5.90274 6.43537 6.17467 6.16344C6.4466 5.89151 6.81541 5.73874 7.19997 5.73874L8.2004 5.73874C8.97933 5.7383 9.72648 5.4298 10.2788 4.88056L10.2803 4.87907L10.9803 4.17907L10.9818 4.17758C11.1165 4.04207 11.2767 3.93454 11.4532 3.86116Z"
11
+ }
12
+ ));
13
+ });
14
+ var RosetteDiscountCheckIcon_default = RosetteDiscountCheckIcon;
15
+
16
+ export { RosetteDiscountCheckIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const LayoutDashboardIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LayoutDashboardIcon;
@@ -0,0 +1,62 @@
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 LayoutDashboardIcon = 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: "M4 3.25C3.58579 3.25 3.25 3.58579 3.25 4V12C3.25 12.4142 3.58579 12.75 4 12.75H10C10.4142 12.75 10.75 12.4142 10.75 12V4C10.75 3.58579 10.4142 3.25 10 3.25H4ZM4.75 11.25V4.75H9.25V11.25H4.75Z"
36
+ }
37
+ ), /* @__PURE__ */ React__namespace.createElement(
38
+ "path",
39
+ {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M4 15.25C3.58579 15.25 3.25 15.5858 3.25 16V20C3.25 20.4142 3.58579 20.75 4 20.75H10C10.4142 20.75 10.75 20.4142 10.75 20V16C10.75 15.5858 10.4142 15.25 10 15.25H4ZM4.75 19.25V16.75H9.25V19.25H4.75Z"
43
+ }
44
+ ), /* @__PURE__ */ React__namespace.createElement(
45
+ "path",
46
+ {
47
+ fillRule: "evenodd",
48
+ clipRule: "evenodd",
49
+ d: "M13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12V20C20.75 20.4142 20.4142 20.75 20 20.75H14C13.5858 20.75 13.25 20.4142 13.25 20V12ZM14.75 19.25H19.25V12.75H14.75V19.25Z"
50
+ }
51
+ ), /* @__PURE__ */ React__namespace.createElement(
52
+ "path",
53
+ {
54
+ fillRule: "evenodd",
55
+ clipRule: "evenodd",
56
+ d: "M14 3.25C13.5858 3.25 13.25 3.58579 13.25 4V8C13.25 8.41421 13.5858 8.75 14 8.75H20C20.4142 8.75 20.75 8.41421 20.75 8V4C20.75 3.58579 20.4142 3.25 20 3.25H14ZM14.75 7.25V4.75H19.25V7.25H14.75Z"
57
+ }
58
+ ));
59
+ });
60
+ var LayoutDashboardIcon_default = LayoutDashboardIcon;
61
+
62
+ module.exports = LayoutDashboardIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const LockOpenIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LockOpenIcon;
@@ -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 LockOpenIcon = React__namespace.forwardRef((props, ref) => {
30
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
31
+ "path",
32
+ {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M12 2.75C11.138 2.75 10.3114 3.09241 9.7019 3.7019C9.09241 4.3114 8.75 5.13805 8.75 6V10.25H17C18.5188 10.25 19.75 11.4812 19.75 13V19C19.75 20.5188 18.5188 21.75 17 21.75H7C5.48122 21.75 4.25 20.5188 4.25 19V13C4.25 11.4812 5.48122 10.25 7 10.25H7.25V6C7.25 4.74022 7.75044 3.53204 8.64124 2.64124C9.53204 1.75045 10.7402 1.25 12 1.25C13.2598 1.25 14.468 1.75045 15.3588 2.64124C16.2496 3.53204 16.75 4.74022 16.75 6C16.75 6.41421 16.4142 6.75 16 6.75C15.5858 6.75 15.25 6.41421 15.25 6C15.25 5.13805 14.9076 4.3114 14.2981 3.7019C13.6886 3.09241 12.862 2.75 12 2.75ZM7 11.75C6.30964 11.75 5.75 12.3096 5.75 13V19C5.75 19.6904 6.30964 20.25 7 20.25H17C17.6904 20.25 18.25 19.6904 18.25 19V13C18.25 12.3096 17.6904 11.75 17 11.75H7Z"
36
+ }
37
+ ));
38
+ });
39
+ var LockOpenIcon_default = LockOpenIcon;
40
+
41
+ module.exports = LockOpenIcon_default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const RosetteDiscountCheckIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default RosetteDiscountCheckIcon;
@@ -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 RosetteDiscountCheckIcon = 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: "M15.5303 10.5303C15.8232 10.2374 15.8232 9.76256 15.5303 9.46967C15.2374 9.17678 14.7626 9.17678 14.4697 9.46967L11 12.9393L9.53033 11.4697C9.23744 11.1768 8.76256 11.1768 8.46967 11.4697C8.17678 11.7626 8.17678 12.2374 8.46967 12.5303L10.4697 14.5303C10.7626 14.8232 11.2374 14.8232 11.5303 14.5303L15.5303 10.5303Z" }), /* @__PURE__ */ React__namespace.createElement(
31
+ "path",
32
+ {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M12.01 2.25C11.6212 2.25 11.2362 2.32685 10.8772 2.47614C10.5186 2.6253 10.1929 2.84381 9.91891 3.11915L9.91815 3.1199L9.22043 3.81762C8.94906 4.08711 8.58201 4.23847 8.19954 4.23874L7.19997 4.23874C6.41758 4.23874 5.66724 4.54955 5.11401 5.10278C4.56078 5.65601 4.24997 6.40635 4.24997 7.18874V8.1885C4.2497 8.57097 4.09764 8.93853 3.82815 9.2099L3.13114 9.90692L3.13038 9.90768C2.85504 10.1817 2.63653 10.5073 2.48737 10.866C2.33808 11.225 2.26123 11.6099 2.26123 11.9987C2.26123 12.3875 2.33808 12.7725 2.48737 13.1315C2.63653 13.4902 2.85505 13.8158 3.1304 14.0898L3.13114 14.0906L3.82877 14.7882C4.0983 15.0596 4.2497 15.4267 4.24997 15.8092L4.24997 16.8087C4.24997 17.5911 4.56078 18.3415 5.11401 18.8947C5.66724 19.4479 6.41758 19.7587 7.19997 19.7587H8.19954C8.58202 19.759 8.94891 19.9103 9.22031 20.1797L9.22114 20.1806L9.91815 20.8776L9.91928 20.8787C10.1932 21.1539 10.5187 21.3723 10.8772 21.5213C11.2362 21.6706 11.6212 21.7475 12.01 21.7475C12.3988 21.7475 12.7837 21.6706 13.1427 21.5213C13.5013 21.3722 13.8269 21.1538 14.1009 20.8785L14.1018 20.8776L14.7994 20.1799C15.0709 19.9104 15.4378 19.759 15.8204 19.7587H16.82C17.6024 19.7587 18.3527 19.4479 18.9059 18.8947C19.4592 18.3415 19.77 17.5911 19.77 16.8087V15.8092C19.7702 15.4266 19.9222 15.059 20.1918 14.7876L20.8888 14.0906L20.8897 14.0896C21.165 13.8157 21.3834 13.4901 21.5326 13.1315C21.6819 12.7725 21.7587 12.3875 21.7587 11.9987C21.7587 11.6099 21.6819 11.225 21.5326 10.866C21.3835 10.5075 21.1651 10.182 20.8899 9.90805L20.8888 9.90692L20.1916 9.2097L20.1907 9.20879C19.9212 8.93748 19.77 8.5701 19.77 8.18874V7.18874C19.77 6.40635 19.4592 5.65601 18.9059 5.10278C18.3527 4.54955 17.6024 4.23874 16.82 4.23874H15.82C15.4384 4.23874 15.0704 4.08689 14.799 3.81712L14.1018 3.1199L14.1011 3.11917C13.8271 2.84382 13.5014 2.6253 13.1427 2.47614C12.7837 2.32685 12.3988 2.25 12.01 2.25ZM11.4532 3.86116C11.6297 3.78778 11.8189 3.75 12.01 3.75C12.2011 3.75 12.3903 3.78778 12.5667 3.86116C12.7432 3.93454 12.9034 4.04207 13.0382 4.17758L13.0396 4.17907L13.7396 4.87907L13.7409 4.88036C14.2935 5.43027 15.0418 5.73874 15.82 5.73874H16.82C17.2045 5.73874 17.5734 5.89151 17.8453 6.16344C18.1172 6.43537 18.27 6.80418 18.27 7.18874V8.18874C18.27 8.96695 18.5784 9.71518 19.1284 10.2678L19.1296 10.2691L19.8296 10.9691L19.8311 10.9706C19.9666 11.1053 20.0742 11.2655 20.1476 11.442C20.2209 11.6184 20.2587 11.8076 20.2587 11.9987C20.2587 12.1898 20.2209 12.3791 20.1476 12.5555C20.0742 12.732 19.9666 12.8922 19.8311 13.0269L19.8296 13.0284L19.1296 13.7284L19.1282 13.7299C18.5789 14.2822 18.2704 15.0298 18.27 15.8087V16.8087C18.27 17.1933 18.1172 17.5621 17.8453 17.834C17.5734 18.106 17.2045 18.2587 16.82 18.2587H15.8195C15.0406 18.2592 14.2935 18.5677 13.7411 19.1169L13.7396 19.1184L13.0396 19.8184L13.0382 19.8199C12.9034 19.9554 12.7432 20.0629 12.5667 20.1363C12.3903 20.2097 12.2011 20.2475 12.01 20.2475C11.8189 20.2475 11.6297 20.2097 11.4532 20.1363C11.2767 20.0629 11.1165 19.9554 10.9818 19.8199L10.2803 19.1184L10.2788 19.1169C9.72648 18.5677 8.9789 18.2592 8.19997 18.2587H7.19997C6.81541 18.2587 6.4466 18.106 6.17467 17.834C5.90274 17.5621 5.74997 17.1933 5.74997 16.8087L5.74997 15.8083C5.74953 15.0294 5.44103 14.2822 4.89179 13.7299L4.19031 13.0284L4.18881 13.0269C4.0533 12.8922 3.94577 12.732 3.87239 12.5555C3.79901 12.3791 3.76123 12.1898 3.76123 11.9987C3.76123 11.8076 3.79901 11.6184 3.87239 11.442C3.94577 11.2655 4.0533 11.1053 4.18881 10.9706L4.1903 10.9691L4.8903 10.2691L4.89179 10.2676C5.44103 9.71525 5.74953 8.96767 5.74997 8.18874V7.18874C5.74997 6.80418 5.90274 6.43537 6.17467 6.16344C6.4466 5.89151 6.81541 5.73874 7.19997 5.73874L8.2004 5.73874C8.97933 5.7383 9.72648 5.4298 10.2788 4.88056L10.2803 4.87907L10.9803 4.17907L10.9818 4.17758C11.1165 4.04207 11.2767 3.93454 11.4532 3.86116Z"
36
+ }
37
+ ));
38
+ });
39
+ var RosetteDiscountCheckIcon_default = RosetteDiscountCheckIcon;
40
+
41
+ module.exports = RosetteDiscountCheckIcon_default;
package/cjs/index.d.ts CHANGED
@@ -145,6 +145,7 @@ export { default as LaptopIcon } from './LaptopIcon';
145
145
  export { default as LayoutAlignCenterIcon } from './LayoutAlignCenterIcon';
146
146
  export { default as LayoutAlignLeftIcon } from './LayoutAlignLeftIcon';
147
147
  export { default as LayoutAlignRightIcon } from './LayoutAlignRightIcon';
148
+ export { default as LayoutDashboardIcon } from './LayoutDashboardIcon';
148
149
  export { default as LayoutDistributeVerticalIcon } from './LayoutDistributeVerticalIcon';
149
150
  export { default as LetterAIcon } from './LetterAIcon';
150
151
  export { default as LetterCaseIcon } from './LetterCaseIcon';
@@ -160,6 +161,7 @@ export { default as ListIcon } from './ListIcon';
160
161
  export { default as Loader2Icon } from './Loader2Icon';
161
162
  export { default as LockFilledIcon } from './LockFilledIcon';
162
163
  export { default as LockIcon } from './LockIcon';
164
+ export { default as LockOpenIcon } from './LockOpenIcon';
163
165
  export { default as LogoutIcon } from './LogoutIcon';
164
166
  export { default as LoopItemTemplateIcon } from './LoopItemTemplateIcon';
165
167
  export { default as MailIcon } from './MailIcon';
@@ -206,6 +208,7 @@ export { default as ReloadIcon } from './ReloadIcon';
206
208
  export { default as RepeatIcon } from './RepeatIcon';
207
209
  export { default as ResetIcon } from './ResetIcon';
208
210
  export { default as RocketIcon } from './RocketIcon';
211
+ export { default as RosetteDiscountCheckIcon } from './RosetteDiscountCheckIcon';
209
212
  export { default as RotateClockwise2Icon } from './RotateClockwise2Icon';
210
213
  export { default as RotateClockwiseIcon } from './RotateClockwiseIcon';
211
214
  export { default as RotateIcon } from './RotateIcon';
package/cjs/index.js CHANGED
@@ -147,6 +147,7 @@ var LaptopIcon = require('./LaptopIcon');
147
147
  var LayoutAlignCenterIcon = require('./LayoutAlignCenterIcon');
148
148
  var LayoutAlignLeftIcon = require('./LayoutAlignLeftIcon');
149
149
  var LayoutAlignRightIcon = require('./LayoutAlignRightIcon');
150
+ var LayoutDashboardIcon = require('./LayoutDashboardIcon');
150
151
  var LayoutDistributeVerticalIcon = require('./LayoutDistributeVerticalIcon');
151
152
  var LetterAIcon = require('./LetterAIcon');
152
153
  var LetterCaseIcon = require('./LetterCaseIcon');
@@ -162,6 +163,7 @@ var ListIcon = require('./ListIcon');
162
163
  var Loader2Icon = require('./Loader2Icon');
163
164
  var LockFilledIcon = require('./LockFilledIcon');
164
165
  var LockIcon = require('./LockIcon');
166
+ var LockOpenIcon = require('./LockOpenIcon');
165
167
  var LogoutIcon = require('./LogoutIcon');
166
168
  var LoopItemTemplateIcon = require('./LoopItemTemplateIcon');
167
169
  var MailIcon = require('./MailIcon');
@@ -208,6 +210,7 @@ var ReloadIcon = require('./ReloadIcon');
208
210
  var RepeatIcon = require('./RepeatIcon');
209
211
  var ResetIcon = require('./ResetIcon');
210
212
  var RocketIcon = require('./RocketIcon');
213
+ var RosetteDiscountCheckIcon = require('./RosetteDiscountCheckIcon');
211
214
  var RotateClockwise2Icon = require('./RotateClockwise2Icon');
212
215
  var RotateClockwiseIcon = require('./RotateClockwiseIcon');
213
216
  var RotateIcon = require('./RotateIcon');
@@ -424,6 +427,7 @@ var LaptopIcon__default = /*#__PURE__*/_interopDefault(LaptopIcon);
424
427
  var LayoutAlignCenterIcon__default = /*#__PURE__*/_interopDefault(LayoutAlignCenterIcon);
425
428
  var LayoutAlignLeftIcon__default = /*#__PURE__*/_interopDefault(LayoutAlignLeftIcon);
426
429
  var LayoutAlignRightIcon__default = /*#__PURE__*/_interopDefault(LayoutAlignRightIcon);
430
+ var LayoutDashboardIcon__default = /*#__PURE__*/_interopDefault(LayoutDashboardIcon);
427
431
  var LayoutDistributeVerticalIcon__default = /*#__PURE__*/_interopDefault(LayoutDistributeVerticalIcon);
428
432
  var LetterAIcon__default = /*#__PURE__*/_interopDefault(LetterAIcon);
429
433
  var LetterCaseIcon__default = /*#__PURE__*/_interopDefault(LetterCaseIcon);
@@ -439,6 +443,7 @@ var ListIcon__default = /*#__PURE__*/_interopDefault(ListIcon);
439
443
  var Loader2Icon__default = /*#__PURE__*/_interopDefault(Loader2Icon);
440
444
  var LockFilledIcon__default = /*#__PURE__*/_interopDefault(LockFilledIcon);
441
445
  var LockIcon__default = /*#__PURE__*/_interopDefault(LockIcon);
446
+ var LockOpenIcon__default = /*#__PURE__*/_interopDefault(LockOpenIcon);
442
447
  var LogoutIcon__default = /*#__PURE__*/_interopDefault(LogoutIcon);
443
448
  var LoopItemTemplateIcon__default = /*#__PURE__*/_interopDefault(LoopItemTemplateIcon);
444
449
  var MailIcon__default = /*#__PURE__*/_interopDefault(MailIcon);
@@ -485,6 +490,7 @@ var ReloadIcon__default = /*#__PURE__*/_interopDefault(ReloadIcon);
485
490
  var RepeatIcon__default = /*#__PURE__*/_interopDefault(RepeatIcon);
486
491
  var ResetIcon__default = /*#__PURE__*/_interopDefault(ResetIcon);
487
492
  var RocketIcon__default = /*#__PURE__*/_interopDefault(RocketIcon);
493
+ var RosetteDiscountCheckIcon__default = /*#__PURE__*/_interopDefault(RosetteDiscountCheckIcon);
488
494
  var RotateClockwise2Icon__default = /*#__PURE__*/_interopDefault(RotateClockwise2Icon);
489
495
  var RotateClockwiseIcon__default = /*#__PURE__*/_interopDefault(RotateClockwiseIcon);
490
496
  var RotateIcon__default = /*#__PURE__*/_interopDefault(RotateIcon);
@@ -1142,6 +1148,10 @@ Object.defineProperty(exports, "LayoutAlignRightIcon", {
1142
1148
  enumerable: true,
1143
1149
  get: function () { return LayoutAlignRightIcon__default.default; }
1144
1150
  });
1151
+ Object.defineProperty(exports, "LayoutDashboardIcon", {
1152
+ enumerable: true,
1153
+ get: function () { return LayoutDashboardIcon__default.default; }
1154
+ });
1145
1155
  Object.defineProperty(exports, "LayoutDistributeVerticalIcon", {
1146
1156
  enumerable: true,
1147
1157
  get: function () { return LayoutDistributeVerticalIcon__default.default; }
@@ -1202,6 +1212,10 @@ Object.defineProperty(exports, "LockIcon", {
1202
1212
  enumerable: true,
1203
1213
  get: function () { return LockIcon__default.default; }
1204
1214
  });
1215
+ Object.defineProperty(exports, "LockOpenIcon", {
1216
+ enumerable: true,
1217
+ get: function () { return LockOpenIcon__default.default; }
1218
+ });
1205
1219
  Object.defineProperty(exports, "LogoutIcon", {
1206
1220
  enumerable: true,
1207
1221
  get: function () { return LogoutIcon__default.default; }
@@ -1386,6 +1400,10 @@ Object.defineProperty(exports, "RocketIcon", {
1386
1400
  enumerable: true,
1387
1401
  get: function () { return RocketIcon__default.default; }
1388
1402
  });
1403
+ Object.defineProperty(exports, "RosetteDiscountCheckIcon", {
1404
+ enumerable: true,
1405
+ get: function () { return RosetteDiscountCheckIcon__default.default; }
1406
+ });
1389
1407
  Object.defineProperty(exports, "RotateClockwise2Icon", {
1390
1408
  enumerable: true,
1391
1409
  get: function () { return RotateClockwise2Icon__default.default; }
package/index.d.ts CHANGED
@@ -145,6 +145,7 @@ export { default as LaptopIcon } from './LaptopIcon';
145
145
  export { default as LayoutAlignCenterIcon } from './LayoutAlignCenterIcon';
146
146
  export { default as LayoutAlignLeftIcon } from './LayoutAlignLeftIcon';
147
147
  export { default as LayoutAlignRightIcon } from './LayoutAlignRightIcon';
148
+ export { default as LayoutDashboardIcon } from './LayoutDashboardIcon';
148
149
  export { default as LayoutDistributeVerticalIcon } from './LayoutDistributeVerticalIcon';
149
150
  export { default as LetterAIcon } from './LetterAIcon';
150
151
  export { default as LetterCaseIcon } from './LetterCaseIcon';
@@ -160,6 +161,7 @@ export { default as ListIcon } from './ListIcon';
160
161
  export { default as Loader2Icon } from './Loader2Icon';
161
162
  export { default as LockFilledIcon } from './LockFilledIcon';
162
163
  export { default as LockIcon } from './LockIcon';
164
+ export { default as LockOpenIcon } from './LockOpenIcon';
163
165
  export { default as LogoutIcon } from './LogoutIcon';
164
166
  export { default as LoopItemTemplateIcon } from './LoopItemTemplateIcon';
165
167
  export { default as MailIcon } from './MailIcon';
@@ -206,6 +208,7 @@ export { default as ReloadIcon } from './ReloadIcon';
206
208
  export { default as RepeatIcon } from './RepeatIcon';
207
209
  export { default as ResetIcon } from './ResetIcon';
208
210
  export { default as RocketIcon } from './RocketIcon';
211
+ export { default as RosetteDiscountCheckIcon } from './RosetteDiscountCheckIcon';
209
212
  export { default as RotateClockwise2Icon } from './RotateClockwise2Icon';
210
213
  export { default as RotateClockwiseIcon } from './RotateClockwiseIcon';
211
214
  export { default as RotateIcon } from './RotateIcon';
package/index.js CHANGED
@@ -145,6 +145,7 @@ export { default as LaptopIcon } from './LaptopIcon';
145
145
  export { default as LayoutAlignCenterIcon } from './LayoutAlignCenterIcon';
146
146
  export { default as LayoutAlignLeftIcon } from './LayoutAlignLeftIcon';
147
147
  export { default as LayoutAlignRightIcon } from './LayoutAlignRightIcon';
148
+ export { default as LayoutDashboardIcon } from './LayoutDashboardIcon';
148
149
  export { default as LayoutDistributeVerticalIcon } from './LayoutDistributeVerticalIcon';
149
150
  export { default as LetterAIcon } from './LetterAIcon';
150
151
  export { default as LetterCaseIcon } from './LetterCaseIcon';
@@ -160,6 +161,7 @@ export { default as ListIcon } from './ListIcon';
160
161
  export { default as Loader2Icon } from './Loader2Icon';
161
162
  export { default as LockFilledIcon } from './LockFilledIcon';
162
163
  export { default as LockIcon } from './LockIcon';
164
+ export { default as LockOpenIcon } from './LockOpenIcon';
163
165
  export { default as LogoutIcon } from './LogoutIcon';
164
166
  export { default as LoopItemTemplateIcon } from './LoopItemTemplateIcon';
165
167
  export { default as MailIcon } from './MailIcon';
@@ -206,6 +208,7 @@ export { default as ReloadIcon } from './ReloadIcon';
206
208
  export { default as RepeatIcon } from './RepeatIcon';
207
209
  export { default as ResetIcon } from './ResetIcon';
208
210
  export { default as RocketIcon } from './RocketIcon';
211
+ export { default as RosetteDiscountCheckIcon } from './RosetteDiscountCheckIcon';
209
212
  export { default as RotateClockwise2Icon } from './RotateClockwise2Icon';
210
213
  export { default as RotateClockwiseIcon } from './RotateClockwiseIcon';
211
214
  export { default as RotateIcon } from './RotateIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.66.0",
19
+ "version": "1.66.1",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",