@elementor/icons 1.66.0 → 1.67.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 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 OneTwoThreeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default OneTwoThreeIcon;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const OneTwoThreeIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M4.46973 7.46948C4.6842 7.25521 5.00699 7.19042 5.28711 7.3064C5.56725 7.42244 5.74985 7.69656 5.75 7.99976V15.9998C5.75 16.4139 5.41416 16.7497 5 16.7498C4.58579 16.7498 4.25 16.414 4.25 15.9998V9.8103L3.53027 10.53C3.23738 10.8229 2.76262 10.8229 2.46973 10.53C2.17696 10.2371 2.17688 9.76233 2.46973 9.46948L4.46973 7.46948Z" }), /* @__PURE__ */ React.createElement("path", { d: "M12.1729 7.25855C12.5734 7.29832 12.9502 7.47536 13.2373 7.76245C13.5654 8.09055 13.7499 8.53576 13.75 8.99976V10.9998C13.75 11.4638 13.5653 11.9089 13.2373 12.2371C12.9091 12.5652 12.4641 12.7497 12 12.7498H10C9.93381 12.7498 9.8701 12.7763 9.82324 12.823C9.77645 12.8698 9.7501 12.9336 9.75 12.9998V14.9998C9.75 15.066 9.77644 15.1296 9.82324 15.1765C9.87013 15.2234 9.9337 15.2498 10 15.2498H13C13.414 15.2498 13.7498 15.5858 13.75 15.9998C13.75 16.4139 13.4142 16.7497 13 16.7498H10C9.53587 16.7498 9.09088 16.5652 8.7627 16.2371C8.43459 15.9089 8.25 15.4638 8.25 14.9998V12.9998C8.2501 12.5358 8.4346 12.0906 8.7627 11.7625C9.09086 11.4344 9.53599 11.2498 10 11.2498H12C12.0663 11.2497 12.1299 11.2234 12.1768 11.1765C12.2235 11.1297 12.25 11.0659 12.25 10.9998V8.99976C12.2499 8.93359 12.2236 8.8698 12.1768 8.823C12.1299 8.77622 12.0662 8.74979 12 8.74976H9C8.58579 8.74976 8.25 8.41397 8.25 7.99976C8.2502 7.58572 8.58591 7.24976 9 7.24976H12L12.1729 7.25855Z" }), /* @__PURE__ */ React.createElement("path", { d: "M19.5 7.24976C20.0966 7.24979 20.6689 7.48709 21.0908 7.90894C21.5127 8.3308 21.7499 8.90316 21.75 9.49976V10.4998C21.75 11.0554 21.5419 11.5881 21.1729 11.9998C21.5419 12.4113 21.7499 12.9441 21.75 13.4998V14.4998C21.75 15.0964 21.5126 15.6686 21.0908 16.0906C20.6689 16.5125 20.0967 16.7497 19.5 16.7498H17C16.5858 16.7498 16.25 16.414 16.25 15.9998C16.2502 15.5857 16.5859 15.2498 17 15.2498H19.5L19.6475 15.2351C19.7914 15.2062 19.9249 15.1354 20.0303 15.03C20.1708 14.8894 20.25 14.6986 20.25 14.4998V13.4998C20.2499 13.301 20.1708 13.11 20.0303 12.9695C19.9249 12.8642 19.7914 12.7933 19.6475 12.7644L19.5 12.7498H18C17.5858 12.7498 17.25 12.414 17.25 11.9998C17.2502 11.5857 17.5859 11.2498 18 11.2498H19.5L19.6475 11.2351C19.7914 11.2062 19.9249 11.1354 20.0303 11.03C20.1708 10.8894 20.25 10.6986 20.25 10.4998V9.49976C20.2499 9.30098 20.1708 9.11005 20.0303 8.96948C19.9249 8.86419 19.7914 8.79327 19.6475 8.76441L19.5 8.74976H17C16.5858 8.74976 16.25 8.41397 16.25 7.99976C16.2502 7.58572 16.5859 7.24976 17 7.24976H19.5Z" }));
6
+ });
7
+ var OneTwoThreeIcon_default = OneTwoThreeIcon;
8
+
9
+ export { OneTwoThreeIcon_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 OneTwoThreeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default OneTwoThreeIcon;
@@ -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 OneTwoThreeIcon = 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: "M4.46973 7.46948C4.6842 7.25521 5.00699 7.19042 5.28711 7.3064C5.56725 7.42244 5.74985 7.69656 5.75 7.99976V15.9998C5.75 16.4139 5.41416 16.7497 5 16.7498C4.58579 16.7498 4.25 16.414 4.25 15.9998V9.8103L3.53027 10.53C3.23738 10.8229 2.76262 10.8229 2.46973 10.53C2.17696 10.2371 2.17688 9.76233 2.46973 9.46948L4.46973 7.46948Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.1729 7.25855C12.5734 7.29832 12.9502 7.47536 13.2373 7.76245C13.5654 8.09055 13.7499 8.53576 13.75 8.99976V10.9998C13.75 11.4638 13.5653 11.9089 13.2373 12.2371C12.9091 12.5652 12.4641 12.7497 12 12.7498H10C9.93381 12.7498 9.8701 12.7763 9.82324 12.823C9.77645 12.8698 9.7501 12.9336 9.75 12.9998V14.9998C9.75 15.066 9.77644 15.1296 9.82324 15.1765C9.87013 15.2234 9.9337 15.2498 10 15.2498H13C13.414 15.2498 13.7498 15.5858 13.75 15.9998C13.75 16.4139 13.4142 16.7497 13 16.7498H10C9.53587 16.7498 9.09088 16.5652 8.7627 16.2371C8.43459 15.9089 8.25 15.4638 8.25 14.9998V12.9998C8.2501 12.5358 8.4346 12.0906 8.7627 11.7625C9.09086 11.4344 9.53599 11.2498 10 11.2498H12C12.0663 11.2497 12.1299 11.2234 12.1768 11.1765C12.2235 11.1297 12.25 11.0659 12.25 10.9998V8.99976C12.2499 8.93359 12.2236 8.8698 12.1768 8.823C12.1299 8.77622 12.0662 8.74979 12 8.74976H9C8.58579 8.74976 8.25 8.41397 8.25 7.99976C8.2502 7.58572 8.58591 7.24976 9 7.24976H12L12.1729 7.25855Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.5 7.24976C20.0966 7.24979 20.6689 7.48709 21.0908 7.90894C21.5127 8.3308 21.7499 8.90316 21.75 9.49976V10.4998C21.75 11.0554 21.5419 11.5881 21.1729 11.9998C21.5419 12.4113 21.7499 12.9441 21.75 13.4998V14.4998C21.75 15.0964 21.5126 15.6686 21.0908 16.0906C20.6689 16.5125 20.0967 16.7497 19.5 16.7498H17C16.5858 16.7498 16.25 16.414 16.25 15.9998C16.2502 15.5857 16.5859 15.2498 17 15.2498H19.5L19.6475 15.2351C19.7914 15.2062 19.9249 15.1354 20.0303 15.03C20.1708 14.8894 20.25 14.6986 20.25 14.4998V13.4998C20.2499 13.301 20.1708 13.11 20.0303 12.9695C19.9249 12.8642 19.7914 12.7933 19.6475 12.7644L19.5 12.7498H18C17.5858 12.7498 17.25 12.414 17.25 11.9998C17.2502 11.5857 17.5859 11.2498 18 11.2498H19.5L19.6475 11.2351C19.7914 11.2062 19.9249 11.1354 20.0303 11.03C20.1708 10.8894 20.25 10.6986 20.25 10.4998V9.49976C20.2499 9.30098 20.1708 9.11005 20.0303 8.96948C19.9249 8.86419 19.7914 8.79327 19.6475 8.76441L19.5 8.74976H17C16.5858 8.74976 16.25 8.41397 16.25 7.99976C16.2502 7.58572 16.5859 7.24976 17 7.24976H19.5Z" }));
31
+ });
32
+ var OneTwoThreeIcon_default = OneTwoThreeIcon;
33
+
34
+ module.exports = OneTwoThreeIcon_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';
@@ -177,6 +179,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
177
179
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
178
180
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
179
181
  export { default as NotificationIcon } from './NotificationIcon';
182
+ export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
180
183
  export { default as OverlineIcon } from './OverlineIcon';
181
184
  export { default as PageTemplateIcon } from './PageTemplateIcon';
182
185
  export { default as PageTypeIcon } from './PageTypeIcon';
@@ -206,6 +209,7 @@ export { default as ReloadIcon } from './ReloadIcon';
206
209
  export { default as RepeatIcon } from './RepeatIcon';
207
210
  export { default as ResetIcon } from './ResetIcon';
208
211
  export { default as RocketIcon } from './RocketIcon';
212
+ export { default as RosetteDiscountCheckIcon } from './RosetteDiscountCheckIcon';
209
213
  export { default as RotateClockwise2Icon } from './RotateClockwise2Icon';
210
214
  export { default as RotateClockwiseIcon } from './RotateClockwiseIcon';
211
215
  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');
@@ -179,6 +181,7 @@ var MobileLandscapeIcon = require('./MobileLandscapeIcon');
179
181
  var MobilePortraitIcon = require('./MobilePortraitIcon');
180
182
  var NotificationFilledIcon = require('./NotificationFilledIcon');
181
183
  var NotificationIcon = require('./NotificationIcon');
184
+ var OneTwoThreeIcon = require('./OneTwoThreeIcon');
182
185
  var OverlineIcon = require('./OverlineIcon');
183
186
  var PageTemplateIcon = require('./PageTemplateIcon');
184
187
  var PageTypeIcon = require('./PageTypeIcon');
@@ -208,6 +211,7 @@ var ReloadIcon = require('./ReloadIcon');
208
211
  var RepeatIcon = require('./RepeatIcon');
209
212
  var ResetIcon = require('./ResetIcon');
210
213
  var RocketIcon = require('./RocketIcon');
214
+ var RosetteDiscountCheckIcon = require('./RosetteDiscountCheckIcon');
211
215
  var RotateClockwise2Icon = require('./RotateClockwise2Icon');
212
216
  var RotateClockwiseIcon = require('./RotateClockwiseIcon');
213
217
  var RotateIcon = require('./RotateIcon');
@@ -424,6 +428,7 @@ var LaptopIcon__default = /*#__PURE__*/_interopDefault(LaptopIcon);
424
428
  var LayoutAlignCenterIcon__default = /*#__PURE__*/_interopDefault(LayoutAlignCenterIcon);
425
429
  var LayoutAlignLeftIcon__default = /*#__PURE__*/_interopDefault(LayoutAlignLeftIcon);
426
430
  var LayoutAlignRightIcon__default = /*#__PURE__*/_interopDefault(LayoutAlignRightIcon);
431
+ var LayoutDashboardIcon__default = /*#__PURE__*/_interopDefault(LayoutDashboardIcon);
427
432
  var LayoutDistributeVerticalIcon__default = /*#__PURE__*/_interopDefault(LayoutDistributeVerticalIcon);
428
433
  var LetterAIcon__default = /*#__PURE__*/_interopDefault(LetterAIcon);
429
434
  var LetterCaseIcon__default = /*#__PURE__*/_interopDefault(LetterCaseIcon);
@@ -439,6 +444,7 @@ var ListIcon__default = /*#__PURE__*/_interopDefault(ListIcon);
439
444
  var Loader2Icon__default = /*#__PURE__*/_interopDefault(Loader2Icon);
440
445
  var LockFilledIcon__default = /*#__PURE__*/_interopDefault(LockFilledIcon);
441
446
  var LockIcon__default = /*#__PURE__*/_interopDefault(LockIcon);
447
+ var LockOpenIcon__default = /*#__PURE__*/_interopDefault(LockOpenIcon);
442
448
  var LogoutIcon__default = /*#__PURE__*/_interopDefault(LogoutIcon);
443
449
  var LoopItemTemplateIcon__default = /*#__PURE__*/_interopDefault(LoopItemTemplateIcon);
444
450
  var MailIcon__default = /*#__PURE__*/_interopDefault(MailIcon);
@@ -456,6 +462,7 @@ var MobileLandscapeIcon__default = /*#__PURE__*/_interopDefault(MobileLandscapeI
456
462
  var MobilePortraitIcon__default = /*#__PURE__*/_interopDefault(MobilePortraitIcon);
457
463
  var NotificationFilledIcon__default = /*#__PURE__*/_interopDefault(NotificationFilledIcon);
458
464
  var NotificationIcon__default = /*#__PURE__*/_interopDefault(NotificationIcon);
465
+ var OneTwoThreeIcon__default = /*#__PURE__*/_interopDefault(OneTwoThreeIcon);
459
466
  var OverlineIcon__default = /*#__PURE__*/_interopDefault(OverlineIcon);
460
467
  var PageTemplateIcon__default = /*#__PURE__*/_interopDefault(PageTemplateIcon);
461
468
  var PageTypeIcon__default = /*#__PURE__*/_interopDefault(PageTypeIcon);
@@ -485,6 +492,7 @@ var ReloadIcon__default = /*#__PURE__*/_interopDefault(ReloadIcon);
485
492
  var RepeatIcon__default = /*#__PURE__*/_interopDefault(RepeatIcon);
486
493
  var ResetIcon__default = /*#__PURE__*/_interopDefault(ResetIcon);
487
494
  var RocketIcon__default = /*#__PURE__*/_interopDefault(RocketIcon);
495
+ var RosetteDiscountCheckIcon__default = /*#__PURE__*/_interopDefault(RosetteDiscountCheckIcon);
488
496
  var RotateClockwise2Icon__default = /*#__PURE__*/_interopDefault(RotateClockwise2Icon);
489
497
  var RotateClockwiseIcon__default = /*#__PURE__*/_interopDefault(RotateClockwiseIcon);
490
498
  var RotateIcon__default = /*#__PURE__*/_interopDefault(RotateIcon);
@@ -1142,6 +1150,10 @@ Object.defineProperty(exports, "LayoutAlignRightIcon", {
1142
1150
  enumerable: true,
1143
1151
  get: function () { return LayoutAlignRightIcon__default.default; }
1144
1152
  });
1153
+ Object.defineProperty(exports, "LayoutDashboardIcon", {
1154
+ enumerable: true,
1155
+ get: function () { return LayoutDashboardIcon__default.default; }
1156
+ });
1145
1157
  Object.defineProperty(exports, "LayoutDistributeVerticalIcon", {
1146
1158
  enumerable: true,
1147
1159
  get: function () { return LayoutDistributeVerticalIcon__default.default; }
@@ -1202,6 +1214,10 @@ Object.defineProperty(exports, "LockIcon", {
1202
1214
  enumerable: true,
1203
1215
  get: function () { return LockIcon__default.default; }
1204
1216
  });
1217
+ Object.defineProperty(exports, "LockOpenIcon", {
1218
+ enumerable: true,
1219
+ get: function () { return LockOpenIcon__default.default; }
1220
+ });
1205
1221
  Object.defineProperty(exports, "LogoutIcon", {
1206
1222
  enumerable: true,
1207
1223
  get: function () { return LogoutIcon__default.default; }
@@ -1270,6 +1286,10 @@ Object.defineProperty(exports, "NotificationIcon", {
1270
1286
  enumerable: true,
1271
1287
  get: function () { return NotificationIcon__default.default; }
1272
1288
  });
1289
+ Object.defineProperty(exports, "OneTwoThreeIcon", {
1290
+ enumerable: true,
1291
+ get: function () { return OneTwoThreeIcon__default.default; }
1292
+ });
1273
1293
  Object.defineProperty(exports, "OverlineIcon", {
1274
1294
  enumerable: true,
1275
1295
  get: function () { return OverlineIcon__default.default; }
@@ -1386,6 +1406,10 @@ Object.defineProperty(exports, "RocketIcon", {
1386
1406
  enumerable: true,
1387
1407
  get: function () { return RocketIcon__default.default; }
1388
1408
  });
1409
+ Object.defineProperty(exports, "RosetteDiscountCheckIcon", {
1410
+ enumerable: true,
1411
+ get: function () { return RosetteDiscountCheckIcon__default.default; }
1412
+ });
1389
1413
  Object.defineProperty(exports, "RotateClockwise2Icon", {
1390
1414
  enumerable: true,
1391
1415
  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';
@@ -177,6 +179,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
177
179
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
178
180
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
179
181
  export { default as NotificationIcon } from './NotificationIcon';
182
+ export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
180
183
  export { default as OverlineIcon } from './OverlineIcon';
181
184
  export { default as PageTemplateIcon } from './PageTemplateIcon';
182
185
  export { default as PageTypeIcon } from './PageTypeIcon';
@@ -206,6 +209,7 @@ export { default as ReloadIcon } from './ReloadIcon';
206
209
  export { default as RepeatIcon } from './RepeatIcon';
207
210
  export { default as ResetIcon } from './ResetIcon';
208
211
  export { default as RocketIcon } from './RocketIcon';
212
+ export { default as RosetteDiscountCheckIcon } from './RosetteDiscountCheckIcon';
209
213
  export { default as RotateClockwise2Icon } from './RotateClockwise2Icon';
210
214
  export { default as RotateClockwiseIcon } from './RotateClockwiseIcon';
211
215
  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';
@@ -177,6 +179,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
177
179
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
178
180
  export { default as NotificationFilledIcon } from './NotificationFilledIcon';
179
181
  export { default as NotificationIcon } from './NotificationIcon';
182
+ export { default as OneTwoThreeIcon } from './OneTwoThreeIcon';
180
183
  export { default as OverlineIcon } from './OverlineIcon';
181
184
  export { default as PageTemplateIcon } from './PageTemplateIcon';
182
185
  export { default as PageTypeIcon } from './PageTypeIcon';
@@ -206,6 +209,7 @@ export { default as ReloadIcon } from './ReloadIcon';
206
209
  export { default as RepeatIcon } from './RepeatIcon';
207
210
  export { default as ResetIcon } from './ResetIcon';
208
211
  export { default as RocketIcon } from './RocketIcon';
212
+ export { default as RosetteDiscountCheckIcon } from './RosetteDiscountCheckIcon';
209
213
  export { default as RotateClockwise2Icon } from './RotateClockwise2Icon';
210
214
  export { default as RotateClockwiseIcon } from './RotateClockwiseIcon';
211
215
  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.67.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",