@elementor/icons 1.14.0 → 1.16.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 TextDirectionLtrIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps<"svg", {}>, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default TextDirectionLtrIcon;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const TextDirectionLtrIcon = 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: "M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM16.4697 16.4697C16.7626 16.1768 17.2374 16.1768 17.5303 16.4697L19.5303 18.4697C19.8232 18.7626 19.8232 19.2374 19.5303 19.5303L17.5303 21.5303C17.2374 21.8232 16.7626 21.8232 16.4697 21.5303C16.1768 21.2374 16.1768 20.7626 16.4697 20.4697L17.1893 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H17.1893L16.4697 17.5303C16.1768 17.2374 16.1768 16.7626 16.4697 16.4697Z" })));
7
+ });
8
+
9
+ export { TextDirectionLtrIcon as default };
10
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/TextDirectionLtrIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst TextDirectionLtrIcon = 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=\"M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM16.4697 16.4697C16.7626 16.1768 17.2374 16.1768 17.5303 16.4697L19.5303 18.4697C19.8232 18.7626 19.8232 19.2374 19.5303 19.5303L17.5303 21.5303C17.2374 21.8232 16.7626 21.8232 16.4697 21.5303C16.1768 21.2374 16.1768 20.7626 16.4697 20.4697L17.1893 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H17.1893L16.4697 17.5303C16.1768 17.2374 16.1768 16.7626 16.4697 16.4697Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default TextDirectionLtrIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AAC9F,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,mgCAAmgC,EACpgC,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 TextDirectionLtrIcon = 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: "M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM16.4697 16.4697C16.7626 16.1768 17.2374 16.1768 17.5303 16.4697L19.5303 18.4697C19.8232 18.7626 19.8232 19.2374 19.5303 19.5303L17.5303 21.5303C17.2374 21.8232 16.7626 21.8232 16.4697 21.5303C16.1768 21.2374 16.1768 20.7626 16.4697 20.4697L17.1893 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H17.1893L16.4697 17.5303C16.1768 17.2374 16.1768 16.7626 16.4697 16.4697Z" })));
34
+ });
35
+
36
+ exports["default"] = TextDirectionLtrIcon;
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/TextDirectionLtrIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst TextDirectionLtrIcon = 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=\"M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM16.4697 16.4697C16.7626 16.1768 17.2374 16.1768 17.5303 16.4697L19.5303 18.4697C19.8232 18.7626 19.8232 19.2374 19.5303 19.5303L17.5303 21.5303C17.2374 21.8232 16.7626 21.8232 16.4697 21.5303C16.1768 21.2374 16.1768 20.7626 16.4697 20.4697L17.1893 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H17.1893L16.4697 17.5303C16.1768 17.2374 16.1768 16.7626 16.4697 16.4697Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default TextDirectionLtrIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,oBAAoB,GAAGA,gBAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AAC9F,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,mgCAAmgC,EACpgC,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 TextDirectionRtlIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps<"svg", {}>, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default TextDirectionRtlIcon;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const TextDirectionRtlIcon = 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: "M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM7.53033 16.4697C7.82322 16.7626 7.82322 17.2374 7.53033 17.5303L6.81066 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H6.81066L7.53033 20.4697C7.82322 20.7626 7.82322 21.2374 7.53033 21.5303C7.23744 21.8232 6.76256 21.8232 6.46967 21.5303L4.46967 19.5303C4.17678 19.2374 4.17678 18.7626 4.46967 18.4697L6.46967 16.4697C6.76256 16.1768 7.23744 16.1768 7.53033 16.4697Z" })));
7
+ });
8
+
9
+ export { TextDirectionRtlIcon as default };
10
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/TextDirectionRtlIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst TextDirectionRtlIcon = 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=\"M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM7.53033 16.4697C7.82322 16.7626 7.82322 17.2374 7.53033 17.5303L6.81066 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H6.81066L7.53033 20.4697C7.82322 20.7626 7.82322 21.2374 7.53033 21.5303C7.23744 21.8232 6.76256 21.8232 6.46967 21.5303L4.46967 19.5303C4.17678 19.2374 4.17678 18.7626 4.46967 18.4697L6.46967 16.4697C6.76256 16.1768 7.23744 16.1768 7.53033 16.4697Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default TextDirectionRtlIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AAC9F,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,wgCAAwgC,EACzgC,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 TextDirectionRtlIcon = 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: "M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM7.53033 16.4697C7.82322 16.7626 7.82322 17.2374 7.53033 17.5303L6.81066 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H6.81066L7.53033 20.4697C7.82322 20.7626 7.82322 21.2374 7.53033 21.5303C7.23744 21.8232 6.76256 21.8232 6.46967 21.5303L4.46967 19.5303C4.17678 19.2374 4.17678 18.7626 4.46967 18.4697L6.46967 16.4697C6.76256 16.1768 7.23744 16.1768 7.53033 16.4697Z" })));
34
+ });
35
+
36
+ exports["default"] = TextDirectionRtlIcon;
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/TextDirectionRtlIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst TextDirectionRtlIcon = 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=\"M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM7.53033 16.4697C7.82322 16.7626 7.82322 17.2374 7.53033 17.5303L6.81066 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H6.81066L7.53033 20.4697C7.82322 20.7626 7.82322 21.2374 7.53033 21.5303C7.23744 21.8232 6.76256 21.8232 6.46967 21.5303L4.46967 19.5303C4.17678 19.2374 4.17678 18.7626 4.46967 18.4697L6.46967 16.4697C6.76256 16.1768 7.23744 16.1768 7.53033 16.4697Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default TextDirectionRtlIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,oBAAoB,GAAGA,gBAAK,CAAC,UAAU,CAAiC,CAAE,KAAK,EAAE,GAAG,KAAK;AAC9F,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,wgCAAwgC,EACzgC,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';
@@ -89,6 +90,8 @@ export { default as StructureIcon } from './StructureIcon';
89
90
  export { default as TabletIcon } from './TabletIcon';
90
91
  export { default as TabletLandscapeIcon } from './TabletLandscapeIcon';
91
92
  export { default as TabletPortraitIcon } from './TabletPortraitIcon';
93
+ export { default as TextDirectionLtrIcon } from './TextDirectionLtrIcon';
94
+ export { default as TextDirectionRtlIcon } from './TextDirectionRtlIcon';
92
95
  export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
93
96
  export { default as ToggleRightIcon } from './ToggleRightIcon';
94
97
  export { default as TrashIcon } from './TrashIcon';
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" })));
@@ -488,6 +493,16 @@ const TabletPortraitIcon = React.forwardRef((props, ref) => {
488
493
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33333 3.25C6.3865 3.25 5.75 3.92825 5.75 4.61111V19.3889C5.75 20.0718 6.3865 20.75 7.33333 20.75H16.6667C17.6135 20.75 18.25 20.0718 18.25 19.3889V4.61111C18.25 3.92825 17.6135 3.25 16.6667 3.25H13.7073C13.735 3.32819 13.75 3.41234 13.75 3.5C13.75 3.91421 13.4142 4.25 13 4.25H11C10.5858 4.25 10.25 3.91421 10.25 3.5C10.25 3.41234 10.265 3.32819 10.2927 3.25H7.33333ZM4.25 4.61111C4.25 2.96211 5.70284 1.75 7.33333 1.75H16.6667C18.2972 1.75 19.75 2.96211 19.75 4.61111V19.3889C19.75 21.0379 18.2972 22.25 16.6667 22.25H7.33333C5.70284 22.25 4.25 21.0379 4.25 19.3889V4.61111Z" })));
489
494
  });
490
495
 
496
+ const TextDirectionLtrIcon = React.forwardRef((props, ref) => {
497
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
498
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM16.4697 16.4697C16.7626 16.1768 17.2374 16.1768 17.5303 16.4697L19.5303 18.4697C19.8232 18.7626 19.8232 19.2374 19.5303 19.5303L17.5303 21.5303C17.2374 21.8232 16.7626 21.8232 16.4697 21.5303C16.1768 21.2374 16.1768 20.7626 16.4697 20.4697L17.1893 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H17.1893L16.4697 17.5303C16.1768 17.2374 16.1768 16.7626 16.4697 16.4697Z" })));
499
+ });
500
+
501
+ const TextDirectionRtlIcon = React.forwardRef((props, ref) => {
502
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
503
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.4948 4.4948C7.29183 3.69777 8.37283 3.25 9.5 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H14.75V15C14.75 15.4142 14.4142 15.75 14 15.75C13.5858 15.75 13.25 15.4142 13.25 15V4.75H10.75V15C10.75 15.4142 10.4142 15.75 10 15.75C9.58579 15.75 9.25 15.4142 9.25 15V11.7426C8.214 11.6816 7.2327 11.2431 6.4948 10.5052C5.69777 9.70817 5.25 8.62717 5.25 7.5C5.25 6.37283 5.69777 5.29183 6.4948 4.4948ZM9.25 10.2386V4.76138C8.61233 4.81957 8.01192 5.09899 7.55546 5.55546C7.03973 6.07118 6.75 6.77065 6.75 7.5C6.75 8.22935 7.03973 8.92882 7.55546 9.44454C8.01192 9.90101 8.61233 10.1804 9.25 10.2386ZM7.53033 16.4697C7.82322 16.7626 7.82322 17.2374 7.53033 17.5303L6.81066 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H6.81066L7.53033 20.4697C7.82322 20.7626 7.82322 21.2374 7.53033 21.5303C7.23744 21.8232 6.76256 21.8232 6.46967 21.5303L4.46967 19.5303C4.17678 19.2374 4.17678 18.7626 4.46967 18.4697L6.46967 16.4697C6.76256 16.1768 7.23744 16.1768 7.53033 16.4697Z" })));
504
+ });
505
+
491
506
  const ThemeBuilderIcon = React.forwardRef((props, ref) => {
492
507
  return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
493
508
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4.75C4.86193 4.75 4.75 4.86193 4.75 5V7C4.75 7.13807 4.86193 7.25 5 7.25H19C19.1381 7.25 19.25 7.13807 19.25 7V5C19.25 4.86193 19.1381 4.75 19 4.75H5ZM3.25 5C3.25 4.0335 4.0335 3.25 5 3.25H19C19.9665 3.25 20.75 4.0335 20.75 5V7C20.75 7.9665 19.9665 8.75 19 8.75H5C4.0335 8.75 3.25 7.9665 3.25 7V5ZM5 12.75C4.86193 12.75 4.75 12.8619 4.75 13V19C4.75 19.1381 4.86193 19.25 5 19.25H9C9.13807 19.25 9.25 19.1381 9.25 19V13C9.25 12.8619 9.13807 12.75 9 12.75H5ZM3.25 13C3.25 12.0335 4.0335 11.25 5 11.25H9C9.9665 11.25 10.75 12.0335 10.75 13V19C10.75 19.9665 9.9665 20.75 9 20.75H5C4.0335 20.75 3.25 19.9665 3.25 19V13ZM13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12ZM13.25 16C13.25 15.5858 13.5858 15.25 14 15.25H20C20.4142 15.25 20.75 15.5858 20.75 16C20.75 16.4142 20.4142 16.75 20 16.75H14C13.5858 16.75 13.25 16.4142 13.25 16ZM13.25 20C13.25 19.5858 13.5858 19.25 14 19.25H20C20.4142 19.25 20.75 19.5858 20.75 20C20.75 20.4142 20.4142 20.75 20 20.75H14C13.5858 20.75 13.25 20.4142 13.25 20Z" })));
@@ -539,5 +554,5 @@ const XIcon = React.forwardRef((props, ref) => {
539
554
  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" })));
540
555
  });
541
556
 
542
- 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, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
557
+ 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, 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 };
543
558
  //# sourceMappingURL=index.esm.js.map