@elementor/icons 1.15.0 → 1.17.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 EyeOffIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps<"svg", {}>, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default EyeOffIcon;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const EyeOffIcon = React.forwardRef((props, ref) => {
5
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L17.8174 16.7568C17.8654 16.7941 17.9095 16.8378 17.9483 16.8876L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L17.2465 18.3072C15.6369 19.2662 13.8851 19.7501 12 19.7501C7.63999 19.7501 4.09715 17.1815 1.34883 12.3722C1.21704 12.1416 1.21706 11.8585 1.34887 11.6279C2.57253 9.48713 3.95235 7.78794 5.50007 6.56074L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM6.56879 7.62945C5.2411 8.64776 4.00403 10.095 2.86833 12.0001C5.41111 16.2678 8.46133 18.2501 12 18.2501C13.4819 18.2501 14.8599 17.904 16.1467 17.2073L13.3414 14.402C12.9342 14.6299 12.4719 14.7526 11.997 14.7524C11.2675 14.7522 10.5681 14.4622 10.0524 13.9462C9.53683 13.4302 9.2473 12.7305 9.24756 12.0011C9.24773 11.5268 9.37037 11.0652 9.59796 10.6586L6.56879 7.62945ZM10.7607 11.8213C10.752 11.8807 10.7476 11.9409 10.7476 12.0016C10.7474 12.3332 10.8791 12.6513 11.1135 12.8859C11.3479 13.1205 11.6659 13.2523 11.9975 13.2524C12.0585 13.2525 12.119 13.248 12.1787 13.2393L10.7607 11.8213ZM11.9973 5.75005C11.1762 5.74715 10.3588 5.86029 9.56927 6.08614C9.17104 6.20006 8.75585 5.96957 8.64192 5.57133C8.528 5.17309 8.75849 4.75791 9.15672 4.64398C10.0817 4.37939 11.0393 4.24678 12.0013 4.25006C16.3607 4.25058 19.9031 6.81912 22.6512 11.6279C22.783 11.8586 22.7829 12.1417 22.6511 12.3723C21.8503 13.7731 20.984 14.9842 20.0478 15.9971C19.7666 16.3013 19.2921 16.32 18.9879 16.0388C18.6838 15.7577 18.6651 15.2832 18.9462 14.979C19.7114 14.1512 20.4404 13.1597 21.1317 12C18.5889 7.73236 15.5387 5.75006 12 5.75006L11.9973 5.75005Z" })));
7
+ });
8
+
9
+ export { EyeOffIcon as default };
10
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/EyeOffIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst EyeOffIcon = React.forwardRef< SVGSVGElement, SvgIconProps >( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L17.8174 16.7568C17.8654 16.7941 17.9095 16.8378 17.9483 16.8876L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L17.2465 18.3072C15.6369 19.2662 13.8851 19.7501 12 19.7501C7.63999 19.7501 4.09715 17.1815 1.34883 12.3722C1.21704 12.1416 1.21706 11.8585 1.34887 11.6279C2.57253 9.48713 3.95235 7.78794 5.50007 6.56074L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM6.56879 7.62945C5.2411 8.64776 4.00403 10.095 2.86833 12.0001C5.41111 16.2678 8.46133 18.2501 12 18.2501C13.4819 18.2501 14.8599 17.904 16.1467 17.2073L13.3414 14.402C12.9342 14.6299 12.4719 14.7526 11.997 14.7524C11.2675 14.7522 10.5681 14.4622 10.0524 13.9462C9.53683 13.4302 9.2473 12.7305 9.24756 12.0011C9.24773 11.5268 9.37037 11.0652 9.59796 10.6586L6.56879 7.62945ZM10.7607 11.8213C10.752 11.8807 10.7476 11.9409 10.7476 12.0016C10.7474 12.3332 10.8791 12.6513 11.1135 12.8859C11.3479 13.1205 11.6659 13.2523 11.9975 13.2524C12.0585 13.2525 12.119 13.248 12.1787 13.2393L10.7607 11.8213ZM11.9973 5.75005C11.1762 5.74715 10.3588 5.86029 9.56927 6.08614C9.17104 6.20006 8.75585 5.96957 8.64192 5.57133C8.528 5.17309 8.75849 4.75791 9.15672 4.64398C10.0817 4.37939 11.0393 4.24678 12.0013 4.25006C16.3607 4.25058 19.9031 6.81912 22.6512 11.6279C22.783 11.8586 22.7829 12.1417 22.6511 12.3723C21.8503 13.7731 20.984 14.9842 20.0478 15.9971C19.7666 16.3013 19.2921 16.32 18.9879 16.0388C18.6838 15.7577 18.6651 15.2832 18.9462 14.979C19.7114 14.1512 20.4404 13.1597 21.1317 12C18.5889 7.73236 15.5387 5.75006 12 5.75006L11.9973 5.75005Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default EyeOffIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,UAAU,GAAG,KAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AACpF,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACC,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,knDAAknD,EACnnD,CAAA,CACO,EACT;AACH,CAAC;;;;"}
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+ var SvgIcon = require('@elementor/ui/SvgIcon');
7
+
8
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
+
10
+ function _interopNamespace(e) {
11
+ if (e && e.__esModule) return e;
12
+ var n = Object.create(null);
13
+ if (e) {
14
+ Object.keys(e).forEach(function (k) {
15
+ if (k !== 'default') {
16
+ var d = Object.getOwnPropertyDescriptor(e, k);
17
+ Object.defineProperty(n, k, d.get ? d : {
18
+ enumerable: true,
19
+ get: function () { return e[k]; }
20
+ });
21
+ }
22
+ });
23
+ }
24
+ n["default"] = e;
25
+ return Object.freeze(n);
26
+ }
27
+
28
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
29
+ var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
30
+
31
+ const EyeOffIcon = React__namespace.forwardRef((props, ref) => {
32
+ return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
33
+ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L17.8174 16.7568C17.8654 16.7941 17.9095 16.8378 17.9483 16.8876L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L17.2465 18.3072C15.6369 19.2662 13.8851 19.7501 12 19.7501C7.63999 19.7501 4.09715 17.1815 1.34883 12.3722C1.21704 12.1416 1.21706 11.8585 1.34887 11.6279C2.57253 9.48713 3.95235 7.78794 5.50007 6.56074L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM6.56879 7.62945C5.2411 8.64776 4.00403 10.095 2.86833 12.0001C5.41111 16.2678 8.46133 18.2501 12 18.2501C13.4819 18.2501 14.8599 17.904 16.1467 17.2073L13.3414 14.402C12.9342 14.6299 12.4719 14.7526 11.997 14.7524C11.2675 14.7522 10.5681 14.4622 10.0524 13.9462C9.53683 13.4302 9.2473 12.7305 9.24756 12.0011C9.24773 11.5268 9.37037 11.0652 9.59796 10.6586L6.56879 7.62945ZM10.7607 11.8213C10.752 11.8807 10.7476 11.9409 10.7476 12.0016C10.7474 12.3332 10.8791 12.6513 11.1135 12.8859C11.3479 13.1205 11.6659 13.2523 11.9975 13.2524C12.0585 13.2525 12.119 13.248 12.1787 13.2393L10.7607 11.8213ZM11.9973 5.75005C11.1762 5.74715 10.3588 5.86029 9.56927 6.08614C9.17104 6.20006 8.75585 5.96957 8.64192 5.57133C8.528 5.17309 8.75849 4.75791 9.15672 4.64398C10.0817 4.37939 11.0393 4.24678 12.0013 4.25006C16.3607 4.25058 19.9031 6.81912 22.6512 11.6279C22.783 11.8586 22.7829 12.1417 22.6511 12.3723C21.8503 13.7731 20.984 14.9842 20.0478 15.9971C19.7666 16.3013 19.2921 16.32 18.9879 16.0388C18.6838 15.7577 18.6651 15.2832 18.9462 14.979C19.7114 14.1512 20.4404 13.1597 21.1317 12C18.5889 7.73236 15.5387 5.75006 12 5.75006L11.9973 5.75005Z" })));
34
+ });
35
+
36
+ exports["default"] = EyeOffIcon;
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/EyeOffIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst EyeOffIcon = React.forwardRef< SVGSVGElement, SvgIconProps >( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L17.8174 16.7568C17.8654 16.7941 17.9095 16.8378 17.9483 16.8876L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L17.2465 18.3072C15.6369 19.2662 13.8851 19.7501 12 19.7501C7.63999 19.7501 4.09715 17.1815 1.34883 12.3722C1.21704 12.1416 1.21706 11.8585 1.34887 11.6279C2.57253 9.48713 3.95235 7.78794 5.50007 6.56074L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM6.56879 7.62945C5.2411 8.64776 4.00403 10.095 2.86833 12.0001C5.41111 16.2678 8.46133 18.2501 12 18.2501C13.4819 18.2501 14.8599 17.904 16.1467 17.2073L13.3414 14.402C12.9342 14.6299 12.4719 14.7526 11.997 14.7524C11.2675 14.7522 10.5681 14.4622 10.0524 13.9462C9.53683 13.4302 9.2473 12.7305 9.24756 12.0011C9.24773 11.5268 9.37037 11.0652 9.59796 10.6586L6.56879 7.62945ZM10.7607 11.8213C10.752 11.8807 10.7476 11.9409 10.7476 12.0016C10.7474 12.3332 10.8791 12.6513 11.1135 12.8859C11.3479 13.1205 11.6659 13.2523 11.9975 13.2524C12.0585 13.2525 12.119 13.248 12.1787 13.2393L10.7607 11.8213ZM11.9973 5.75005C11.1762 5.74715 10.3588 5.86029 9.56927 6.08614C9.17104 6.20006 8.75585 5.96957 8.64192 5.57133C8.528 5.17309 8.75849 4.75791 9.15672 4.64398C10.0817 4.37939 11.0393 4.24678 12.0013 4.25006C16.3607 4.25058 19.9031 6.81912 22.6512 11.6279C22.783 11.8586 22.7829 12.1417 22.6511 12.3723C21.8503 13.7731 20.984 14.9842 20.0478 15.9971C19.7666 16.3013 19.2921 16.32 18.9879 16.0388C18.6838 15.7577 18.6651 15.2832 18.9462 14.979C19.7114 14.1512 20.4404 13.1597 21.1317 12C18.5889 7.73236 15.5387 5.75006 12 5.75006L11.9973 5.75005Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default EyeOffIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,UAAU,GAAGA,gBAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AACpF,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACC,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,knDAAknD,EACnnD,CAAA,CACO,EACT;AACH,CAAC;;;;"}
@@ -0,0 +1,7 @@
1
+ {
2
+ "private": true,
3
+ "sideEffects": false,
4
+ "main": "index.js",
5
+ "module": "index.esm.js",
6
+ "types": "index.d.ts"
7
+ }
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const MinusIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps<"svg", {}>, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default MinusIcon;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const MinusIcon = React.forwardRef((props, ref) => {
5
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.19995 12.0498C4.19995 11.6356 4.53574 11.2998 4.94995 11.2998H18.95C19.3642 11.2998 19.7 11.6356 19.7 12.0498C19.7 12.464 19.3642 12.7998 18.95 12.7998H4.94995C4.53574 12.7998 4.19995 12.464 4.19995 12.0498Z" })));
7
+ });
8
+
9
+ export { MinusIcon as default };
10
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/MinusIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MinusIcon = React.forwardRef< SVGSVGElement, SvgIconProps >( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M4.19995 12.0498C4.19995 11.6356 4.53574 11.2998 4.94995 11.2998H18.95C19.3642 11.2998 19.7 11.6356 19.7 12.0498C19.7 12.464 19.3642 12.7998 18.95 12.7998H4.94995C4.53574 12.7998 4.19995 12.464 4.19995 12.0498Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default MinusIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,SAAS,GAAG,KAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AACnF,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACC,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,oNAAoN,EACrN,CAAA,CACO,EACT;AACH,CAAC;;;;"}
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+ var SvgIcon = require('@elementor/ui/SvgIcon');
7
+
8
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
+
10
+ function _interopNamespace(e) {
11
+ if (e && e.__esModule) return e;
12
+ var n = Object.create(null);
13
+ if (e) {
14
+ Object.keys(e).forEach(function (k) {
15
+ if (k !== 'default') {
16
+ var d = Object.getOwnPropertyDescriptor(e, k);
17
+ Object.defineProperty(n, k, d.get ? d : {
18
+ enumerable: true,
19
+ get: function () { return e[k]; }
20
+ });
21
+ }
22
+ });
23
+ }
24
+ n["default"] = e;
25
+ return Object.freeze(n);
26
+ }
27
+
28
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
29
+ var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
30
+
31
+ const MinusIcon = React__namespace.forwardRef((props, ref) => {
32
+ return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
33
+ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.19995 12.0498C4.19995 11.6356 4.53574 11.2998 4.94995 11.2998H18.95C19.3642 11.2998 19.7 11.6356 19.7 12.0498C19.7 12.464 19.3642 12.7998 18.95 12.7998H4.94995C4.53574 12.7998 4.19995 12.464 4.19995 12.0498Z" })));
34
+ });
35
+
36
+ exports["default"] = MinusIcon;
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/MinusIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MinusIcon = React.forwardRef< SVGSVGElement, SvgIconProps >( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M4.19995 12.0498C4.19995 11.6356 4.53574 11.2998 4.94995 11.2998H18.95C19.3642 11.2998 19.7 11.6356 19.7 12.0498C19.7 12.464 19.3642 12.7998 18.95 12.7998H4.94995C4.53574 12.7998 4.19995 12.464 4.19995 12.0498Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default MinusIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,SAAS,GAAGA,gBAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AACnF,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACC,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,oNAAoN,EACrN,CAAA,CACO,EACT;AACH,CAAC;;;;"}
@@ -0,0 +1,7 @@
1
+ {
2
+ "private": true,
3
+ "sideEffects": false,
4
+ "main": "index.js",
5
+ "module": "index.esm.js",
6
+ "types": "index.d.ts"
7
+ }
package/index.d.ts CHANGED
@@ -28,6 +28,7 @@ export { default as Error404TemplateIcon } from './Error404TemplateIcon';
28
28
  export { default as ExpandDiagonalIcon } from './ExpandDiagonalIcon';
29
29
  export { default as ExpandIcon } from './ExpandIcon';
30
30
  export { default as EyeIcon } from './EyeIcon';
31
+ export { default as EyeOffIcon } from './EyeOffIcon';
31
32
  export { default as FileReportIcon } from './FileReportIcon';
32
33
  export { default as FolderIcon } from './FolderIcon';
33
34
  export { default as FooterTemplateIcon } from './FooterTemplateIcon';
@@ -51,6 +52,7 @@ export { default as LoopItemTemplateIcon } from './LoopItemTemplateIcon';
51
52
  export { default as MailIcon } from './MailIcon';
52
53
  export { default as MessageIcon } from './MessageIcon';
53
54
  export { default as MinimizeDiagonalIcon } from './MinimizeDiagonalIcon';
55
+ export { default as MinusIcon } from './MinusIcon';
54
56
  export { default as MobileIcon } from './MobileIcon';
55
57
  export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
56
58
  export { default as MobilePortraitIcon } from './MobilePortraitIcon';
package/index.esm.js CHANGED
@@ -161,6 +161,11 @@ const EyeIcon = React.forwardRef((props, ref) => {
161
161
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.86829 12C5.41108 16.2677 8.46131 18.25 12 18.25C15.5387 18.25 18.5889 16.2677 21.1317 12C18.5889 7.73232 15.5387 5.75 12 5.75C8.46131 5.75 5.41108 7.73232 2.86829 12ZM1.34883 11.6279C4.09715 6.81857 7.63999 4.25 12 4.25C16.36 4.25 19.9028 6.81857 22.6512 11.6279C22.7829 11.8585 22.7829 12.1415 22.6512 12.3721C19.9028 17.1814 16.36 19.75 12 19.75C7.63999 19.75 4.09715 17.1814 1.34883 12.3721C1.21706 12.1415 1.21706 11.8585 1.34883 11.6279ZM12 10.75C11.3096 10.75 10.75 11.3096 10.75 12C10.75 12.6904 11.3096 13.25 12 13.25C12.6904 13.25 13.25 12.6904 13.25 12C13.25 11.3096 12.6904 10.75 12 10.75ZM9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z" })));
162
162
  });
163
163
 
164
+ const EyeOffIcon = React.forwardRef((props, ref) => {
165
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
166
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L17.8174 16.7568C17.8654 16.7941 17.9095 16.8378 17.9483 16.8876L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L17.2465 18.3072C15.6369 19.2662 13.8851 19.7501 12 19.7501C7.63999 19.7501 4.09715 17.1815 1.34883 12.3722C1.21704 12.1416 1.21706 11.8585 1.34887 11.6279C2.57253 9.48713 3.95235 7.78794 5.50007 6.56074L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM6.56879 7.62945C5.2411 8.64776 4.00403 10.095 2.86833 12.0001C5.41111 16.2678 8.46133 18.2501 12 18.2501C13.4819 18.2501 14.8599 17.904 16.1467 17.2073L13.3414 14.402C12.9342 14.6299 12.4719 14.7526 11.997 14.7524C11.2675 14.7522 10.5681 14.4622 10.0524 13.9462C9.53683 13.4302 9.2473 12.7305 9.24756 12.0011C9.24773 11.5268 9.37037 11.0652 9.59796 10.6586L6.56879 7.62945ZM10.7607 11.8213C10.752 11.8807 10.7476 11.9409 10.7476 12.0016C10.7474 12.3332 10.8791 12.6513 11.1135 12.8859C11.3479 13.1205 11.6659 13.2523 11.9975 13.2524C12.0585 13.2525 12.119 13.248 12.1787 13.2393L10.7607 11.8213ZM11.9973 5.75005C11.1762 5.74715 10.3588 5.86029 9.56927 6.08614C9.17104 6.20006 8.75585 5.96957 8.64192 5.57133C8.528 5.17309 8.75849 4.75791 9.15672 4.64398C10.0817 4.37939 11.0393 4.24678 12.0013 4.25006C16.3607 4.25058 19.9031 6.81912 22.6512 11.6279C22.783 11.8586 22.7829 12.1417 22.6511 12.3723C21.8503 13.7731 20.984 14.9842 20.0478 15.9971C19.7666 16.3013 19.2921 16.32 18.9879 16.0388C18.6838 15.7577 18.6651 15.2832 18.9462 14.979C19.7114 14.1512 20.4404 13.1597 21.1317 12C18.5889 7.73236 15.5387 5.75006 12 5.75006L11.9973 5.75005Z" })));
167
+ });
168
+
164
169
  const FileReportIcon = React.forwardRef((props, ref) => {
165
170
  return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
166
171
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 3.75C5.66848 3.75 5.35054 3.8817 5.11612 4.11612C4.8817 4.35054 4.75 4.66848 4.75 5V19C4.75 19.3315 4.8817 19.6495 5.11612 19.8839C5.35054 20.1183 5.66848 20.25 6 20.25H13C13.4142 20.25 13.75 20.5858 13.75 21C13.75 21.4142 13.4142 21.75 13 21.75H6C5.27065 21.75 4.57118 21.4603 4.05546 20.9445C3.53973 20.4288 3.25 19.7293 3.25 19V5C3.25 4.27065 3.53973 3.57118 4.05546 3.05546C4.57118 2.53973 5.27065 2.25 6 2.25H13C13.1989 2.25 13.3897 2.32902 13.5303 2.46967L18.5303 7.46967C18.671 7.61032 18.75 7.80109 18.75 8V11C18.75 11.4142 18.4142 11.75 18 11.75C17.5858 11.75 17.25 11.4142 17.25 11V8.75H14C13.5359 8.75 13.0908 8.56563 12.7626 8.23744C12.4344 7.90925 12.25 7.46413 12.25 7V3.75H6ZM13.75 4.81066L16.1893 7.25H14C13.9337 7.25 13.8701 7.22366 13.8232 7.17678C13.7763 7.12989 13.75 7.0663 13.75 7V4.81066ZM18.5 14.75C16.9812 14.75 15.75 15.9812 15.75 17.5C15.75 19.0188 16.9812 20.25 18.5 20.25C20.0188 20.25 21.25 19.0188 21.25 17.5C21.25 15.9812 20.0188 14.75 18.5 14.75ZM14.25 17.5C14.25 15.1528 16.1528 13.25 18.5 13.25C20.8472 13.25 22.75 15.1528 22.75 17.5C22.75 19.8472 20.8472 21.75 18.5 21.75C16.1528 21.75 14.25 19.8472 14.25 17.5ZM18.1111 15.5833C18.5253 15.5833 18.8611 15.9191 18.8611 16.3333V17.1389H19.6667C20.0809 17.1389 20.4167 17.4747 20.4167 17.8889C20.4167 18.3031 20.0809 18.6389 19.6667 18.6389H18.1111C17.6969 18.6389 17.3611 18.3031 17.3611 17.8889V16.3333C17.3611 15.9191 17.6969 15.5833 18.1111 15.5833Z" })));
@@ -281,6 +286,11 @@ const MinimizeDiagonalIcon = React.forwardRef((props, ref) => {
281
286
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L9.25 8.18934V6C9.25 5.58579 9.58579 5.25 10 5.25C10.4142 5.25 10.75 5.58579 10.75 6V10C10.75 10.4142 10.4142 10.75 10 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8.18934L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967ZM14 13.25H18C18.4142 13.25 18.75 13.5858 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75H15.8107L20.5303 19.4697C20.8232 19.7626 20.8232 20.2374 20.5303 20.5303C20.2374 20.8232 19.7626 20.8232 19.4697 20.5303L14.75 15.8107V18C14.75 18.4142 14.4142 18.75 14 18.75C13.5858 18.75 13.25 18.4142 13.25 18V14C13.25 13.5858 13.5858 13.25 14 13.25Z" })));
282
287
  });
283
288
 
289
+ const MinusIcon = React.forwardRef((props, ref) => {
290
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
291
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.19995 12.0498C4.19995 11.6356 4.53574 11.2998 4.94995 11.2998H18.95C19.3642 11.2998 19.7 11.6356 19.7 12.0498C19.7 12.464 19.3642 12.7998 18.95 12.7998H4.94995C4.53574 12.7998 4.19995 12.464 4.19995 12.0498Z" })));
292
+ });
293
+
284
294
  const MobileIcon = React.forwardRef((props, ref) => {
285
295
  return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
286
296
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.66667 4.25C8.24587 4.25 7.75 4.66893 7.75 5.38889V18.6111C7.75 19.3311 8.24587 19.75 8.66667 19.75H15.3333C15.7541 19.75 16.25 19.3311 16.25 18.6111V5.38889C16.25 4.66893 15.7541 4.25 15.3333 4.25H13.7073C13.735 4.32819 13.75 4.41234 13.75 4.5C13.75 4.91421 13.4142 5.25 13 5.25H11C10.5858 5.25 10.25 4.91421 10.25 4.5C10.25 4.41234 10.265 4.32819 10.2927 4.25H8.66667ZM6.25 5.38889C6.25 4.02244 7.24652 2.75 8.66667 2.75H15.3333C16.7535 2.75 17.75 4.02244 17.75 5.38889V18.6111C17.75 19.9776 16.7535 21.25 15.3333 21.25H8.66667C7.24652 21.25 6.25 19.9776 6.25 18.6111V5.38889Z" })));
@@ -549,5 +559,5 @@ const XIcon = React.forwardRef((props, ref) => {
549
559
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z" })));
550
560
  });
551
561
 
552
- export { AIIcon, AdjustmentsHorizontalIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BorderCornersIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ClearIcon, ClockIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, ItalicIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LinkIcon, Loader2Icon, LockFilledIcon, LockIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PhotoIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShieldCheckIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SpeakerphoneIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
562
+ export { AIIcon, AdjustmentsHorizontalIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BorderCornersIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ClearIcon, ClockIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, EyeOffIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, ItalicIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LinkIcon, Loader2Icon, LockFilledIcon, LockIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PhotoIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShieldCheckIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SpeakerphoneIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
553
563
  //# sourceMappingURL=index.esm.js.map