@elementor/icons 1.13.1 → 1.15.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 ClearIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps<"svg", {}>, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ClearIcon;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ClearIcon = 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: "M9.71403 6.89535C9.70479 6.84833 9.69995 6.79973 9.69995 6.75L9.69995 2.58333C9.69995 2.11469 9.9244 1.69984 10.2627 1.41791C10.597 1.13931 11.0256 1 11.45 1H12.45C12.8743 1 13.3029 1.13931 13.6372 1.41791C13.9755 1.69984 14.2 2.11469 14.2 2.58333V6.75C14.2 6.80216 14.1946 6.85307 14.1845 6.90222C14.3206 6.94951 14.4554 7.00114 14.5886 7.05709C15.4274 7.40937 16.1876 7.9254 16.8245 8.575C17.4615 9.2246 17.9625 9.99472 18.2983 10.8403C18.4747 11.2844 18.6036 11.7447 18.6836 12.2135C18.7873 12.3147 18.8623 12.4464 18.8937 12.5965L20.9841 21.5965C21.0303 21.8176 20.9745 22.0477 20.8321 22.223C20.6897 22.3982 20.4758 22.5 20.25 22.5H3.75001C3.52417 22.5 3.31036 22.3982 3.16794 22.223C3.02552 22.0477 2.96966 21.8176 3.01588 21.5965L5.10636 12.5965C5.11848 12.5386 5.1371 12.4834 5.16135 12.4316C5.23631 11.8875 5.37667 11.3532 5.58032 10.8403C5.91608 9.99473 6.41711 9.22462 7.05409 8.57502C7.69107 7.92541 8.45122 7.40937 9.29004 7.05709C9.42974 6.99842 9.57114 6.9445 9.71403 6.89535ZM12.7 6.56577V2.59448C12.6968 2.58977 12.69 2.58113 12.6769 2.57024C12.6362 2.53628 12.556 2.5 12.45 2.5L11.45 2.5C11.3439 2.5 11.2637 2.53628 11.223 2.57024C11.2099 2.58113 11.2031 2.58977 11.2 2.59448V6.56343C11.445 6.53679 11.6918 6.52336 11.9393 6.52336C12.194 6.52336 12.4479 6.53757 12.7 6.56577ZM9.80005 21V18.75C9.80005 18.3358 9.46426 18 9.05005 18C8.63584 18 8.30005 18.3358 8.30005 18.75V21H4.67301L6.44992 13.5H17.5501L19.327 21H15.8V18.75C15.8 18.3358 15.4643 18 15.05 18C14.6358 18 14.3 18.3358 14.3 18.75V21H9.80005ZM16.9042 11.3939C16.9829 11.5922 17.0496 11.7946 17.1039 12H6.77477C6.82907 11.7946 6.89569 11.5922 6.97443 11.3939C7.23658 10.7337 7.62777 10.1324 8.1251 9.62522C8.62244 9.11804 9.21593 8.71513 9.87085 8.44008C10.5258 8.16503 11.229 8.02336 11.9393 8.02336C12.6497 8.02336 13.3529 8.16503 14.0078 8.44007C14.6627 8.71512 15.2562 9.11803 15.7535 9.62521C16.2509 10.1324 16.642 10.7337 16.9042 11.3939Z" })));
7
+ });
8
+
9
+ export { ClearIcon as default };
10
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/ClearIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ClearIcon = 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=\"M9.71403 6.89535C9.70479 6.84833 9.69995 6.79973 9.69995 6.75L9.69995 2.58333C9.69995 2.11469 9.9244 1.69984 10.2627 1.41791C10.597 1.13931 11.0256 1 11.45 1H12.45C12.8743 1 13.3029 1.13931 13.6372 1.41791C13.9755 1.69984 14.2 2.11469 14.2 2.58333V6.75C14.2 6.80216 14.1946 6.85307 14.1845 6.90222C14.3206 6.94951 14.4554 7.00114 14.5886 7.05709C15.4274 7.40937 16.1876 7.9254 16.8245 8.575C17.4615 9.2246 17.9625 9.99472 18.2983 10.8403C18.4747 11.2844 18.6036 11.7447 18.6836 12.2135C18.7873 12.3147 18.8623 12.4464 18.8937 12.5965L20.9841 21.5965C21.0303 21.8176 20.9745 22.0477 20.8321 22.223C20.6897 22.3982 20.4758 22.5 20.25 22.5H3.75001C3.52417 22.5 3.31036 22.3982 3.16794 22.223C3.02552 22.0477 2.96966 21.8176 3.01588 21.5965L5.10636 12.5965C5.11848 12.5386 5.1371 12.4834 5.16135 12.4316C5.23631 11.8875 5.37667 11.3532 5.58032 10.8403C5.91608 9.99473 6.41711 9.22462 7.05409 8.57502C7.69107 7.92541 8.45122 7.40937 9.29004 7.05709C9.42974 6.99842 9.57114 6.9445 9.71403 6.89535ZM12.7 6.56577V2.59448C12.6968 2.58977 12.69 2.58113 12.6769 2.57024C12.6362 2.53628 12.556 2.5 12.45 2.5L11.45 2.5C11.3439 2.5 11.2637 2.53628 11.223 2.57024C11.2099 2.58113 11.2031 2.58977 11.2 2.59448V6.56343C11.445 6.53679 11.6918 6.52336 11.9393 6.52336C12.194 6.52336 12.4479 6.53757 12.7 6.56577ZM9.80005 21V18.75C9.80005 18.3358 9.46426 18 9.05005 18C8.63584 18 8.30005 18.3358 8.30005 18.75V21H4.67301L6.44992 13.5H17.5501L19.327 21H15.8V18.75C15.8 18.3358 15.4643 18 15.05 18C14.6358 18 14.3 18.3358 14.3 18.75V21H9.80005ZM16.9042 11.3939C16.9829 11.5922 17.0496 11.7946 17.1039 12H6.77477C6.82907 11.7946 6.89569 11.5922 6.97443 11.3939C7.23658 10.7337 7.62777 10.1324 8.1251 9.62522C8.62244 9.11804 9.21593 8.71513 9.87085 8.44008C10.5258 8.16503 11.229 8.02336 11.9393 8.02336C12.6497 8.02336 13.3529 8.16503 14.0078 8.44007C14.6627 8.71512 15.2562 9.11803 15.7535 9.62521C16.2509 10.1324 16.642 10.7337 16.9042 11.3939Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ClearIcon;\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,q4DAAq4D,EACt4D,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 ClearIcon = 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: "M9.71403 6.89535C9.70479 6.84833 9.69995 6.79973 9.69995 6.75L9.69995 2.58333C9.69995 2.11469 9.9244 1.69984 10.2627 1.41791C10.597 1.13931 11.0256 1 11.45 1H12.45C12.8743 1 13.3029 1.13931 13.6372 1.41791C13.9755 1.69984 14.2 2.11469 14.2 2.58333V6.75C14.2 6.80216 14.1946 6.85307 14.1845 6.90222C14.3206 6.94951 14.4554 7.00114 14.5886 7.05709C15.4274 7.40937 16.1876 7.9254 16.8245 8.575C17.4615 9.2246 17.9625 9.99472 18.2983 10.8403C18.4747 11.2844 18.6036 11.7447 18.6836 12.2135C18.7873 12.3147 18.8623 12.4464 18.8937 12.5965L20.9841 21.5965C21.0303 21.8176 20.9745 22.0477 20.8321 22.223C20.6897 22.3982 20.4758 22.5 20.25 22.5H3.75001C3.52417 22.5 3.31036 22.3982 3.16794 22.223C3.02552 22.0477 2.96966 21.8176 3.01588 21.5965L5.10636 12.5965C5.11848 12.5386 5.1371 12.4834 5.16135 12.4316C5.23631 11.8875 5.37667 11.3532 5.58032 10.8403C5.91608 9.99473 6.41711 9.22462 7.05409 8.57502C7.69107 7.92541 8.45122 7.40937 9.29004 7.05709C9.42974 6.99842 9.57114 6.9445 9.71403 6.89535ZM12.7 6.56577V2.59448C12.6968 2.58977 12.69 2.58113 12.6769 2.57024C12.6362 2.53628 12.556 2.5 12.45 2.5L11.45 2.5C11.3439 2.5 11.2637 2.53628 11.223 2.57024C11.2099 2.58113 11.2031 2.58977 11.2 2.59448V6.56343C11.445 6.53679 11.6918 6.52336 11.9393 6.52336C12.194 6.52336 12.4479 6.53757 12.7 6.56577ZM9.80005 21V18.75C9.80005 18.3358 9.46426 18 9.05005 18C8.63584 18 8.30005 18.3358 8.30005 18.75V21H4.67301L6.44992 13.5H17.5501L19.327 21H15.8V18.75C15.8 18.3358 15.4643 18 15.05 18C14.6358 18 14.3 18.3358 14.3 18.75V21H9.80005ZM16.9042 11.3939C16.9829 11.5922 17.0496 11.7946 17.1039 12H6.77477C6.82907 11.7946 6.89569 11.5922 6.97443 11.3939C7.23658 10.7337 7.62777 10.1324 8.1251 9.62522C8.62244 9.11804 9.21593 8.71513 9.87085 8.44008C10.5258 8.16503 11.229 8.02336 11.9393 8.02336C12.6497 8.02336 13.3529 8.16503 14.0078 8.44007C14.6627 8.71512 15.2562 9.11803 15.7535 9.62521C16.2509 10.1324 16.642 10.7337 16.9042 11.3939Z" })));
34
+ });
35
+
36
+ exports["default"] = ClearIcon;
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/ClearIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ClearIcon = 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=\"M9.71403 6.89535C9.70479 6.84833 9.69995 6.79973 9.69995 6.75L9.69995 2.58333C9.69995 2.11469 9.9244 1.69984 10.2627 1.41791C10.597 1.13931 11.0256 1 11.45 1H12.45C12.8743 1 13.3029 1.13931 13.6372 1.41791C13.9755 1.69984 14.2 2.11469 14.2 2.58333V6.75C14.2 6.80216 14.1946 6.85307 14.1845 6.90222C14.3206 6.94951 14.4554 7.00114 14.5886 7.05709C15.4274 7.40937 16.1876 7.9254 16.8245 8.575C17.4615 9.2246 17.9625 9.99472 18.2983 10.8403C18.4747 11.2844 18.6036 11.7447 18.6836 12.2135C18.7873 12.3147 18.8623 12.4464 18.8937 12.5965L20.9841 21.5965C21.0303 21.8176 20.9745 22.0477 20.8321 22.223C20.6897 22.3982 20.4758 22.5 20.25 22.5H3.75001C3.52417 22.5 3.31036 22.3982 3.16794 22.223C3.02552 22.0477 2.96966 21.8176 3.01588 21.5965L5.10636 12.5965C5.11848 12.5386 5.1371 12.4834 5.16135 12.4316C5.23631 11.8875 5.37667 11.3532 5.58032 10.8403C5.91608 9.99473 6.41711 9.22462 7.05409 8.57502C7.69107 7.92541 8.45122 7.40937 9.29004 7.05709C9.42974 6.99842 9.57114 6.9445 9.71403 6.89535ZM12.7 6.56577V2.59448C12.6968 2.58977 12.69 2.58113 12.6769 2.57024C12.6362 2.53628 12.556 2.5 12.45 2.5L11.45 2.5C11.3439 2.5 11.2637 2.53628 11.223 2.57024C11.2099 2.58113 11.2031 2.58977 11.2 2.59448V6.56343C11.445 6.53679 11.6918 6.52336 11.9393 6.52336C12.194 6.52336 12.4479 6.53757 12.7 6.56577ZM9.80005 21V18.75C9.80005 18.3358 9.46426 18 9.05005 18C8.63584 18 8.30005 18.3358 8.30005 18.75V21H4.67301L6.44992 13.5H17.5501L19.327 21H15.8V18.75C15.8 18.3358 15.4643 18 15.05 18C14.6358 18 14.3 18.3358 14.3 18.75V21H9.80005ZM16.9042 11.3939C16.9829 11.5922 17.0496 11.7946 17.1039 12H6.77477C6.82907 11.7946 6.89569 11.5922 6.97443 11.3939C7.23658 10.7337 7.62777 10.1324 8.1251 9.62522C8.62244 9.11804 9.21593 8.71513 9.87085 8.44008C10.5258 8.16503 11.229 8.02336 11.9393 8.02336C12.6497 8.02336 13.3529 8.16503 14.0078 8.44007C14.6627 8.71512 15.2562 9.11803 15.7535 9.62521C16.2509 10.1324 16.642 10.7337 16.9042 11.3939Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ClearIcon;\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,q4DAAq4D,EACt4D,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
@@ -12,6 +12,7 @@ export { default as CheckedCircleIcon } from './CheckedCircleIcon';
12
12
  export { default as ChevronDownIcon } from './ChevronDownIcon';
13
13
  export { default as ChevronRightIcon } from './ChevronRightIcon';
14
14
  export { default as CircleCheckFilledIcon } from './CircleCheckFilledIcon';
15
+ export { default as ClearIcon } from './ClearIcon';
15
16
  export { default as ClockIcon } from './ClockIcon';
16
17
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
17
18
  export { default as CopyIcon } from './CopyIcon';
@@ -88,6 +89,8 @@ export { default as StructureIcon } from './StructureIcon';
88
89
  export { default as TabletIcon } from './TabletIcon';
89
90
  export { default as TabletLandscapeIcon } from './TabletLandscapeIcon';
90
91
  export { default as TabletPortraitIcon } from './TabletPortraitIcon';
92
+ export { default as TextDirectionLtrIcon } from './TextDirectionLtrIcon';
93
+ export { default as TextDirectionRtlIcon } from './TextDirectionRtlIcon';
91
94
  export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
92
95
  export { default as ToggleRightIcon } from './ToggleRightIcon';
93
96
  export { default as TrashIcon } from './TrashIcon';
package/index.esm.js CHANGED
@@ -72,6 +72,11 @@ const CircleCheckFilledIcon = React.forwardRef((props, ref) => {
72
72
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.25C10.7196 2.25 9.45176 2.50219 8.26884 2.99217C7.08591 3.48216 6.01108 4.20034 5.10571 5.10571C4.20034 6.01108 3.48216 7.08591 2.99217 8.26884C2.50219 9.45176 2.25 10.7196 2.25 12C2.25 13.2804 2.50219 14.5482 2.99217 15.7312C3.48216 16.9141 4.20034 17.9889 5.10571 18.8943C6.01108 19.7997 7.08591 20.5178 8.26884 21.0078C9.45176 21.4978 10.7196 21.75 12 21.75C13.2804 21.75 14.5482 21.4978 15.7312 21.0078C16.9141 20.5178 17.9889 19.7997 18.8943 18.8943C19.7997 17.9889 20.5178 16.9141 21.0078 15.7312C21.4978 14.5482 21.75 13.2804 21.75 12C21.75 10.7196 21.4978 9.45176 21.0078 8.26884C20.5178 7.08591 19.7997 6.01108 18.8943 5.10571C17.9889 4.20034 16.9141 3.48216 15.7312 2.99217C14.5482 2.50219 13.2804 2.25 12 2.25ZM16.2415 10.0563C16.5344 9.76339 16.5344 9.28852 16.2415 8.99563C15.9486 8.70273 15.4737 8.70273 15.1809 8.99563L10.7631 13.4134L8.81939 11.4697C8.5265 11.1768 8.05163 11.1768 7.75873 11.4697C7.46584 11.7626 7.46584 12.2374 7.75873 12.5303L10.2328 15.0044C10.3734 15.145 10.5642 15.224 10.7631 15.224C10.962 15.224 11.1528 15.145 11.2934 15.0044L16.2415 10.0563Z" })));
73
73
  });
74
74
 
75
+ const ClearIcon = React.forwardRef((props, ref) => {
76
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
77
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.71403 6.89535C9.70479 6.84833 9.69995 6.79973 9.69995 6.75L9.69995 2.58333C9.69995 2.11469 9.9244 1.69984 10.2627 1.41791C10.597 1.13931 11.0256 1 11.45 1H12.45C12.8743 1 13.3029 1.13931 13.6372 1.41791C13.9755 1.69984 14.2 2.11469 14.2 2.58333V6.75C14.2 6.80216 14.1946 6.85307 14.1845 6.90222C14.3206 6.94951 14.4554 7.00114 14.5886 7.05709C15.4274 7.40937 16.1876 7.9254 16.8245 8.575C17.4615 9.2246 17.9625 9.99472 18.2983 10.8403C18.4747 11.2844 18.6036 11.7447 18.6836 12.2135C18.7873 12.3147 18.8623 12.4464 18.8937 12.5965L20.9841 21.5965C21.0303 21.8176 20.9745 22.0477 20.8321 22.223C20.6897 22.3982 20.4758 22.5 20.25 22.5H3.75001C3.52417 22.5 3.31036 22.3982 3.16794 22.223C3.02552 22.0477 2.96966 21.8176 3.01588 21.5965L5.10636 12.5965C5.11848 12.5386 5.1371 12.4834 5.16135 12.4316C5.23631 11.8875 5.37667 11.3532 5.58032 10.8403C5.91608 9.99473 6.41711 9.22462 7.05409 8.57502C7.69107 7.92541 8.45122 7.40937 9.29004 7.05709C9.42974 6.99842 9.57114 6.9445 9.71403 6.89535ZM12.7 6.56577V2.59448C12.6968 2.58977 12.69 2.58113 12.6769 2.57024C12.6362 2.53628 12.556 2.5 12.45 2.5L11.45 2.5C11.3439 2.5 11.2637 2.53628 11.223 2.57024C11.2099 2.58113 11.2031 2.58977 11.2 2.59448V6.56343C11.445 6.53679 11.6918 6.52336 11.9393 6.52336C12.194 6.52336 12.4479 6.53757 12.7 6.56577ZM9.80005 21V18.75C9.80005 18.3358 9.46426 18 9.05005 18C8.63584 18 8.30005 18.3358 8.30005 18.75V21H4.67301L6.44992 13.5H17.5501L19.327 21H15.8V18.75C15.8 18.3358 15.4643 18 15.05 18C14.6358 18 14.3 18.3358 14.3 18.75V21H9.80005ZM16.9042 11.3939C16.9829 11.5922 17.0496 11.7946 17.1039 12H6.77477C6.82907 11.7946 6.89569 11.5922 6.97443 11.3939C7.23658 10.7337 7.62777 10.1324 8.1251 9.62522C8.62244 9.11804 9.21593 8.71513 9.87085 8.44008C10.5258 8.16503 11.229 8.02336 11.9393 8.02336C12.6497 8.02336 13.3529 8.16503 14.0078 8.44007C14.6627 8.71512 15.2562 9.11803 15.7535 9.62521C16.2509 10.1324 16.642 10.7337 16.9042 11.3939Z" })));
78
+ });
79
+
75
80
  const ClockIcon = React.forwardRef((props, ref) => {
76
81
  return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
77
82
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V11.6893L15.5303 14.4697C15.8232 14.7626 15.8232 15.2374 15.5303 15.5303C15.2374 15.8232 14.7626 15.8232 14.4697 15.5303L11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12V7C11.25 6.58579 11.5858 6.25 12 6.25Z" })));
@@ -483,6 +488,16 @@ const TabletPortraitIcon = React.forwardRef((props, ref) => {
483
488
  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" })));
484
489
  });
485
490
 
491
+ const TextDirectionLtrIcon = React.forwardRef((props, ref) => {
492
+ return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
493
+ 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" })));
494
+ });
495
+
496
+ const TextDirectionRtlIcon = 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.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" })));
499
+ });
500
+
486
501
  const ThemeBuilderIcon = React.forwardRef((props, ref) => {
487
502
  return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
488
503
  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" })));
@@ -534,5 +549,5 @@ const XIcon = React.forwardRef((props, ref) => {
534
549
  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" })));
535
550
  });
536
551
 
537
- export { AIIcon, AdjustmentsHorizontalIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BorderCornersIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, 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 };
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 };
538
553
  //# sourceMappingURL=index.esm.js.map