@elementor/icons 1.25.0 → 1.26.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.
Files changed (40) hide show
  1. package/ArrowsMoveHorizontalIcon/index.d.ts +4 -0
  2. package/ArrowsMoveHorizontalIcon/index.esm.js +16 -0
  3. package/ArrowsMoveHorizontalIcon/index.esm.js.map +1 -0
  4. package/ArrowsMoveHorizontalIcon/index.js +43 -0
  5. package/ArrowsMoveHorizontalIcon/index.js.map +1 -0
  6. package/ArrowsMoveHorizontalIcon/package.json +7 -0
  7. package/ArrowsMoveVerticalIcon/index.d.ts +4 -0
  8. package/ArrowsMoveVerticalIcon/index.esm.js +16 -0
  9. package/ArrowsMoveVerticalIcon/index.esm.js.map +1 -0
  10. package/ArrowsMoveVerticalIcon/index.js +43 -0
  11. package/ArrowsMoveVerticalIcon/index.js.map +1 -0
  12. package/ArrowsMoveVerticalIcon/package.json +7 -0
  13. package/ColorFilterIcon/index.d.ts +4 -0
  14. package/ColorFilterIcon/index.esm.js +16 -0
  15. package/ColorFilterIcon/index.esm.js.map +1 -0
  16. package/ColorFilterIcon/index.js +43 -0
  17. package/ColorFilterIcon/index.js.map +1 -0
  18. package/ColorFilterIcon/package.json +7 -0
  19. package/ColorSwatchIcon/index.esm.js +2 -4
  20. package/ColorSwatchIcon/index.esm.js.map +1 -1
  21. package/ColorSwatchIcon/index.js +2 -4
  22. package/ColorSwatchIcon/index.js.map +1 -1
  23. package/LetterXIcon/index.d.ts +4 -0
  24. package/LetterXIcon/index.esm.js +16 -0
  25. package/LetterXIcon/index.esm.js.map +1 -0
  26. package/LetterXIcon/index.js +43 -0
  27. package/LetterXIcon/index.js.map +1 -0
  28. package/LetterXIcon/package.json +7 -0
  29. package/LetterYIcon/index.d.ts +4 -0
  30. package/LetterYIcon/index.esm.js +16 -0
  31. package/LetterYIcon/index.esm.js.map +1 -0
  32. package/LetterYIcon/index.js +43 -0
  33. package/LetterYIcon/index.js.map +1 -0
  34. package/LetterYIcon/package.json +7 -0
  35. package/index.d.ts +5 -0
  36. package/index.esm.js +58 -5
  37. package/index.esm.js.map +1 -1
  38. package/index.js +62 -4
  39. package/index.js.map +1 -1
  40. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ArrowsMoveHorizontalIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ArrowsMoveHorizontalIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ArrowsMoveHorizontalIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M6.53033 8.46967C6.82322 8.76256 6.82322 9.23744 6.53033 9.53033L4.81066 11.25H9C9.41421 11.25 9.75 11.5858 9.75 12C9.75 12.4142 9.41421 12.75 9 12.75H4.81066L6.53033 14.4697C6.82322 14.7626 6.82322 15.2374 6.53033 15.5303C6.23744 15.8232 5.76256 15.8232 5.46967 15.5303L2.46967 12.5303C2.17678 12.2374 2.17678 11.7626 2.46967 11.4697L5.46967 8.46967C5.76256 8.17678 6.23744 8.17678 6.53033 8.46967ZM17.4697 8.46967C17.7626 8.17678 18.2374 8.17678 18.5303 8.46967L21.5303 11.4697C21.8232 11.7626 21.8232 12.2374 21.5303 12.5303L18.5303 15.5303C18.2374 15.8232 17.7626 15.8232 17.4697 15.5303C17.1768 15.2374 17.1768 14.7626 17.4697 14.4697L19.1893 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H19.1893L17.4697 9.53033C17.1768 9.23744 17.1768 8.76256 17.4697 8.46967Z"
11
+ }
12
+ ));
13
+ });
14
+
15
+ export { ArrowsMoveHorizontalIcon as default };
16
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/ArrowsMoveHorizontalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsMoveHorizontalIcon = 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.53033 8.46967C6.82322 8.76256 6.82322 9.23744 6.53033 9.53033L4.81066 11.25H9C9.41421 11.25 9.75 11.5858 9.75 12C9.75 12.4142 9.41421 12.75 9 12.75H4.81066L6.53033 14.4697C6.82322 14.7626 6.82322 15.2374 6.53033 15.5303C6.23744 15.8232 5.76256 15.8232 5.46967 15.5303L2.46967 12.5303C2.17678 12.2374 2.17678 11.7626 2.46967 11.4697L5.46967 8.46967C5.76256 8.17678 6.23744 8.17678 6.53033 8.46967ZM17.4697 8.46967C17.7626 8.17678 18.2374 8.17678 18.5303 8.46967L21.5303 11.4697C21.8232 11.7626 21.8232 12.2374 21.5303 12.5303L18.5303 15.5303C18.2374 15.8232 17.7626 15.8232 17.4697 15.5303C17.1768 15.2374 17.1768 14.7626 17.4697 14.4697L19.1893 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H19.1893L17.4697 9.53033C17.1768 9.23744 17.1768 8.76256 17.4697 8.46967Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsMoveHorizontalIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,wBAA2B,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACnG,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -0,0 +1,43 @@
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 _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
+
10
+ function _interopNamespaceCompat(e) {
11
+ if (e && typeof e === 'object' && 'default' in e) 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__*/_interopNamespaceCompat(React);
29
+ var SvgIcon__default = /*#__PURE__*/_interopDefaultCompat(SvgIcon);
30
+
31
+ const ArrowsMoveHorizontalIcon = React__namespace.forwardRef((props, ref) => {
32
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
33
+ "path",
34
+ {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M6.53033 8.46967C6.82322 8.76256 6.82322 9.23744 6.53033 9.53033L4.81066 11.25H9C9.41421 11.25 9.75 11.5858 9.75 12C9.75 12.4142 9.41421 12.75 9 12.75H4.81066L6.53033 14.4697C6.82322 14.7626 6.82322 15.2374 6.53033 15.5303C6.23744 15.8232 5.76256 15.8232 5.46967 15.5303L2.46967 12.5303C2.17678 12.2374 2.17678 11.7626 2.46967 11.4697L5.46967 8.46967C5.76256 8.17678 6.23744 8.17678 6.53033 8.46967ZM17.4697 8.46967C17.7626 8.17678 18.2374 8.17678 18.5303 8.46967L21.5303 11.4697C21.8232 11.7626 21.8232 12.2374 21.5303 12.5303L18.5303 15.5303C18.2374 15.8232 17.7626 15.8232 17.4697 15.5303C17.1768 15.2374 17.1768 14.7626 17.4697 14.4697L19.1893 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H19.1893L17.4697 9.53033C17.1768 9.23744 17.1768 8.76256 17.4697 8.46967Z"
38
+ }
39
+ ));
40
+ });
41
+
42
+ exports.default = ArrowsMoveHorizontalIcon;
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/ArrowsMoveHorizontalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsMoveHorizontalIcon = 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.53033 8.46967C6.82322 8.76256 6.82322 9.23744 6.53033 9.53033L4.81066 11.25H9C9.41421 11.25 9.75 11.5858 9.75 12C9.75 12.4142 9.41421 12.75 9 12.75H4.81066L6.53033 14.4697C6.82322 14.7626 6.82322 15.2374 6.53033 15.5303C6.23744 15.8232 5.76256 15.8232 5.46967 15.5303L2.46967 12.5303C2.17678 12.2374 2.17678 11.7626 2.46967 11.4697L5.46967 8.46967C5.76256 8.17678 6.23744 8.17678 6.53033 8.46967ZM17.4697 8.46967C17.7626 8.17678 18.2374 8.17678 18.5303 8.46967L21.5303 11.4697C21.8232 11.7626 21.8232 12.2374 21.5303 12.5303L18.5303 15.5303C18.2374 15.8232 17.7626 15.8232 17.4697 15.5303C17.1768 15.2374 17.1768 14.7626 17.4697 14.4697L19.1893 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H19.1893L17.4697 9.53033C17.1768 9.23744 17.1768 8.76256 17.4697 8.46967Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsMoveHorizontalIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,wBAA2B,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACnG,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -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 ArrowsMoveVerticalIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ArrowsMoveVerticalIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ArrowsMoveVerticalIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M11.4697 2.46967C11.7626 2.17678 12.2374 2.17678 12.5303 2.46967L15.5303 5.46967C15.8232 5.76256 15.8232 6.23744 15.5303 6.53033C15.2374 6.82322 14.7626 6.82322 14.4697 6.53033L12.75 4.81066V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V4.81066L9.53033 6.53033C9.23744 6.82322 8.76256 6.82322 8.46967 6.53033C8.17678 6.23744 8.17678 5.76256 8.46967 5.46967L11.4697 2.46967ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V19.1893L14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697C15.8232 17.7626 15.8232 18.2374 15.5303 18.5303L12.5303 21.5303C12.2374 21.8232 11.7626 21.8232 11.4697 21.5303L8.46967 18.5303C8.17678 18.2374 8.17678 17.7626 8.46967 17.4697C8.76256 17.1768 9.23744 17.1768 9.53033 17.4697L11.25 19.1893V15C11.25 14.5858 11.5858 14.25 12 14.25Z"
11
+ }
12
+ ));
13
+ });
14
+
15
+ export { ArrowsMoveVerticalIcon as default };
16
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/ArrowsMoveVerticalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsMoveVerticalIcon = 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=\"M11.4697 2.46967C11.7626 2.17678 12.2374 2.17678 12.5303 2.46967L15.5303 5.46967C15.8232 5.76256 15.8232 6.23744 15.5303 6.53033C15.2374 6.82322 14.7626 6.82322 14.4697 6.53033L12.75 4.81066V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V4.81066L9.53033 6.53033C9.23744 6.82322 8.76256 6.82322 8.46967 6.53033C8.17678 6.23744 8.17678 5.76256 8.46967 5.46967L11.4697 2.46967ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V19.1893L14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697C15.8232 17.7626 15.8232 18.2374 15.5303 18.5303L12.5303 21.5303C12.2374 21.8232 11.7626 21.8232 11.4697 21.5303L8.46967 18.5303C8.17678 18.2374 8.17678 17.7626 8.46967 17.4697C8.76256 17.1768 9.23744 17.1768 9.53033 17.4697L11.25 19.1893V15C11.25 14.5858 11.5858 14.25 12 14.25Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsMoveVerticalIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,sBAAyB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACjG,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -0,0 +1,43 @@
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 _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
+
10
+ function _interopNamespaceCompat(e) {
11
+ if (e && typeof e === 'object' && 'default' in e) 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__*/_interopNamespaceCompat(React);
29
+ var SvgIcon__default = /*#__PURE__*/_interopDefaultCompat(SvgIcon);
30
+
31
+ const ArrowsMoveVerticalIcon = React__namespace.forwardRef((props, ref) => {
32
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
33
+ "path",
34
+ {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M11.4697 2.46967C11.7626 2.17678 12.2374 2.17678 12.5303 2.46967L15.5303 5.46967C15.8232 5.76256 15.8232 6.23744 15.5303 6.53033C15.2374 6.82322 14.7626 6.82322 14.4697 6.53033L12.75 4.81066V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V4.81066L9.53033 6.53033C9.23744 6.82322 8.76256 6.82322 8.46967 6.53033C8.17678 6.23744 8.17678 5.76256 8.46967 5.46967L11.4697 2.46967ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V19.1893L14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697C15.8232 17.7626 15.8232 18.2374 15.5303 18.5303L12.5303 21.5303C12.2374 21.8232 11.7626 21.8232 11.4697 21.5303L8.46967 18.5303C8.17678 18.2374 8.17678 17.7626 8.46967 17.4697C8.76256 17.1768 9.23744 17.1768 9.53033 17.4697L11.25 19.1893V15C11.25 14.5858 11.5858 14.25 12 14.25Z"
38
+ }
39
+ ));
40
+ });
41
+
42
+ exports.default = ArrowsMoveVerticalIcon;
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/ArrowsMoveVerticalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsMoveVerticalIcon = 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=\"M11.4697 2.46967C11.7626 2.17678 12.2374 2.17678 12.5303 2.46967L15.5303 5.46967C15.8232 5.76256 15.8232 6.23744 15.5303 6.53033C15.2374 6.82322 14.7626 6.82322 14.4697 6.53033L12.75 4.81066V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V4.81066L9.53033 6.53033C9.23744 6.82322 8.76256 6.82322 8.46967 6.53033C8.17678 6.23744 8.17678 5.76256 8.46967 5.46967L11.4697 2.46967ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V19.1893L14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697C15.8232 17.7626 15.8232 18.2374 15.5303 18.5303L12.5303 21.5303C12.2374 21.8232 11.7626 21.8232 11.4697 21.5303L8.46967 18.5303C8.17678 18.2374 8.17678 17.7626 8.46967 17.4697C8.76256 17.1768 9.23744 17.1768 9.53033 17.4697L11.25 19.1893V15C11.25 14.5858 11.5858 14.25 12 14.25Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsMoveVerticalIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,sBAAyB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACjG,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -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 ColorFilterIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ColorFilterIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ColorFilterIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M12.0001 2.36841C10.3879 2.36841 8.84165 3.00887 7.70163 4.14889C6.5616 5.28892 5.92114 6.83512 5.92114 8.44736C5.92114 8.95514 5.98467 9.45637 6.10733 9.94041C3.9161 10.8566 2.36841 13.0302 2.36841 15.5525C2.36841 18.9063 5.09288 21.631 8.44652 21.6315C9.72873 21.6342 10.9723 21.2274 12 20.4794C13.0277 21.2274 14.2713 21.6342 15.5535 21.6315C18.9071 21.631 21.6316 18.9063 21.6316 15.5525C21.6316 13.0303 20.084 10.8567 17.8928 9.94049C18.0155 9.45642 18.0791 8.95517 18.0791 8.44736C18.0791 6.83512 17.4386 5.28892 16.2986 4.14889C15.1585 3.00887 13.6123 2.36841 12.0001 2.36841ZM17.3476 11.3384C17.0703 11.8513 16.7183 12.3261 16.2986 12.7458C15.7323 13.3121 15.0659 13.7551 14.3409 14.0575C14.4618 14.5362 14.5263 15.0382 14.5263 15.5525C14.5263 17.0232 14.0011 18.3797 13.1235 19.4303C13.845 19.8873 14.6863 20.1335 15.5509 20.1315L15.5526 20.1315C18.0782 20.1315 20.1316 18.0781 20.1316 15.5525C20.1316 13.6672 18.98 12.0362 17.3476 11.3384ZM12.8953 14.4601C12.6007 14.5039 12.3016 14.5263 12.0001 14.5263C10.3879 14.5263 8.84165 13.8859 7.70163 12.7458C7.28188 12.3261 6.92985 11.8513 6.65259 11.3384C5.02004 12.0361 3.86841 13.6671 3.86841 15.5525C3.86841 18.0781 5.92177 20.1315 8.44736 20.1315L8.44906 20.1315C9.57297 20.134 10.6574 19.7175 11.4905 18.9633C11.4968 18.9574 11.5033 18.9516 11.5098 18.946C12.4423 18.1161 13.0263 16.9 13.0263 15.5525C13.0263 15.1761 12.9806 14.8093 12.8953 14.4601ZM8.76229 5.20955C9.62101 4.35083 10.7857 3.86841 12.0001 3.86841C13.2145 3.86841 14.3792 4.35083 15.2379 5.20955C16.0966 6.06827 16.5791 7.23295 16.5791 8.44736C16.5791 9.66178 16.0966 10.8265 15.2379 11.6852C14.3792 12.5439 13.2145 13.0263 12.0001 13.0263C10.7857 13.0263 9.62101 12.5439 8.76229 11.6852C7.90357 10.8265 7.42114 9.66178 7.42114 8.44736C7.42114 7.23295 7.90357 6.06827 8.76229 5.20955Z"
11
+ }
12
+ ));
13
+ });
14
+
15
+ export { ColorFilterIcon as default };
16
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/ColorFilterIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ColorFilterIcon = 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=\"M12.0001 2.36841C10.3879 2.36841 8.84165 3.00887 7.70163 4.14889C6.5616 5.28892 5.92114 6.83512 5.92114 8.44736C5.92114 8.95514 5.98467 9.45637 6.10733 9.94041C3.9161 10.8566 2.36841 13.0302 2.36841 15.5525C2.36841 18.9063 5.09288 21.631 8.44652 21.6315C9.72873 21.6342 10.9723 21.2274 12 20.4794C13.0277 21.2274 14.2713 21.6342 15.5535 21.6315C18.9071 21.631 21.6316 18.9063 21.6316 15.5525C21.6316 13.0303 20.084 10.8567 17.8928 9.94049C18.0155 9.45642 18.0791 8.95517 18.0791 8.44736C18.0791 6.83512 17.4386 5.28892 16.2986 4.14889C15.1585 3.00887 13.6123 2.36841 12.0001 2.36841ZM17.3476 11.3384C17.0703 11.8513 16.7183 12.3261 16.2986 12.7458C15.7323 13.3121 15.0659 13.7551 14.3409 14.0575C14.4618 14.5362 14.5263 15.0382 14.5263 15.5525C14.5263 17.0232 14.0011 18.3797 13.1235 19.4303C13.845 19.8873 14.6863 20.1335 15.5509 20.1315L15.5526 20.1315C18.0782 20.1315 20.1316 18.0781 20.1316 15.5525C20.1316 13.6672 18.98 12.0362 17.3476 11.3384ZM12.8953 14.4601C12.6007 14.5039 12.3016 14.5263 12.0001 14.5263C10.3879 14.5263 8.84165 13.8859 7.70163 12.7458C7.28188 12.3261 6.92985 11.8513 6.65259 11.3384C5.02004 12.0361 3.86841 13.6671 3.86841 15.5525C3.86841 18.0781 5.92177 20.1315 8.44736 20.1315L8.44906 20.1315C9.57297 20.134 10.6574 19.7175 11.4905 18.9633C11.4968 18.9574 11.5033 18.9516 11.5098 18.946C12.4423 18.1161 13.0263 16.9 13.0263 15.5525C13.0263 15.1761 12.9806 14.8093 12.8953 14.4601ZM8.76229 5.20955C9.62101 4.35083 10.7857 3.86841 12.0001 3.86841C13.2145 3.86841 14.3792 4.35083 15.2379 5.20955C16.0966 6.06827 16.5791 7.23295 16.5791 8.44736C16.5791 9.66178 16.0966 10.8265 15.2379 11.6852C14.3792 12.5439 13.2145 13.0263 12.0001 13.0263C10.7857 13.0263 9.62101 12.5439 8.76229 11.6852C7.90357 10.8265 7.42114 9.66178 7.42114 8.44736C7.42114 7.23295 7.90357 6.06827 8.76229 5.20955Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ColorFilterIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,eAAkB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC1F,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -0,0 +1,43 @@
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 _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
+
10
+ function _interopNamespaceCompat(e) {
11
+ if (e && typeof e === 'object' && 'default' in e) 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__*/_interopNamespaceCompat(React);
29
+ var SvgIcon__default = /*#__PURE__*/_interopDefaultCompat(SvgIcon);
30
+
31
+ const ColorFilterIcon = React__namespace.forwardRef((props, ref) => {
32
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
33
+ "path",
34
+ {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M12.0001 2.36841C10.3879 2.36841 8.84165 3.00887 7.70163 4.14889C6.5616 5.28892 5.92114 6.83512 5.92114 8.44736C5.92114 8.95514 5.98467 9.45637 6.10733 9.94041C3.9161 10.8566 2.36841 13.0302 2.36841 15.5525C2.36841 18.9063 5.09288 21.631 8.44652 21.6315C9.72873 21.6342 10.9723 21.2274 12 20.4794C13.0277 21.2274 14.2713 21.6342 15.5535 21.6315C18.9071 21.631 21.6316 18.9063 21.6316 15.5525C21.6316 13.0303 20.084 10.8567 17.8928 9.94049C18.0155 9.45642 18.0791 8.95517 18.0791 8.44736C18.0791 6.83512 17.4386 5.28892 16.2986 4.14889C15.1585 3.00887 13.6123 2.36841 12.0001 2.36841ZM17.3476 11.3384C17.0703 11.8513 16.7183 12.3261 16.2986 12.7458C15.7323 13.3121 15.0659 13.7551 14.3409 14.0575C14.4618 14.5362 14.5263 15.0382 14.5263 15.5525C14.5263 17.0232 14.0011 18.3797 13.1235 19.4303C13.845 19.8873 14.6863 20.1335 15.5509 20.1315L15.5526 20.1315C18.0782 20.1315 20.1316 18.0781 20.1316 15.5525C20.1316 13.6672 18.98 12.0362 17.3476 11.3384ZM12.8953 14.4601C12.6007 14.5039 12.3016 14.5263 12.0001 14.5263C10.3879 14.5263 8.84165 13.8859 7.70163 12.7458C7.28188 12.3261 6.92985 11.8513 6.65259 11.3384C5.02004 12.0361 3.86841 13.6671 3.86841 15.5525C3.86841 18.0781 5.92177 20.1315 8.44736 20.1315L8.44906 20.1315C9.57297 20.134 10.6574 19.7175 11.4905 18.9633C11.4968 18.9574 11.5033 18.9516 11.5098 18.946C12.4423 18.1161 13.0263 16.9 13.0263 15.5525C13.0263 15.1761 12.9806 14.8093 12.8953 14.4601ZM8.76229 5.20955C9.62101 4.35083 10.7857 3.86841 12.0001 3.86841C13.2145 3.86841 14.3792 4.35083 15.2379 5.20955C16.0966 6.06827 16.5791 7.23295 16.5791 8.44736C16.5791 9.66178 16.0966 10.8265 15.2379 11.6852C14.3792 12.5439 13.2145 13.0263 12.0001 13.0263C10.7857 13.0263 9.62101 12.5439 8.76229 11.6852C7.90357 10.8265 7.42114 9.66178 7.42114 8.44736C7.42114 7.23295 7.90357 6.06827 8.76229 5.20955Z"
38
+ }
39
+ ));
40
+ });
41
+
42
+ exports.default = ColorFilterIcon;
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/ColorFilterIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ColorFilterIcon = 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=\"M12.0001 2.36841C10.3879 2.36841 8.84165 3.00887 7.70163 4.14889C6.5616 5.28892 5.92114 6.83512 5.92114 8.44736C5.92114 8.95514 5.98467 9.45637 6.10733 9.94041C3.9161 10.8566 2.36841 13.0302 2.36841 15.5525C2.36841 18.9063 5.09288 21.631 8.44652 21.6315C9.72873 21.6342 10.9723 21.2274 12 20.4794C13.0277 21.2274 14.2713 21.6342 15.5535 21.6315C18.9071 21.631 21.6316 18.9063 21.6316 15.5525C21.6316 13.0303 20.084 10.8567 17.8928 9.94049C18.0155 9.45642 18.0791 8.95517 18.0791 8.44736C18.0791 6.83512 17.4386 5.28892 16.2986 4.14889C15.1585 3.00887 13.6123 2.36841 12.0001 2.36841ZM17.3476 11.3384C17.0703 11.8513 16.7183 12.3261 16.2986 12.7458C15.7323 13.3121 15.0659 13.7551 14.3409 14.0575C14.4618 14.5362 14.5263 15.0382 14.5263 15.5525C14.5263 17.0232 14.0011 18.3797 13.1235 19.4303C13.845 19.8873 14.6863 20.1335 15.5509 20.1315L15.5526 20.1315C18.0782 20.1315 20.1316 18.0781 20.1316 15.5525C20.1316 13.6672 18.98 12.0362 17.3476 11.3384ZM12.8953 14.4601C12.6007 14.5039 12.3016 14.5263 12.0001 14.5263C10.3879 14.5263 8.84165 13.8859 7.70163 12.7458C7.28188 12.3261 6.92985 11.8513 6.65259 11.3384C5.02004 12.0361 3.86841 13.6671 3.86841 15.5525C3.86841 18.0781 5.92177 20.1315 8.44736 20.1315L8.44906 20.1315C9.57297 20.134 10.6574 19.7175 11.4905 18.9633C11.4968 18.9574 11.5033 18.9516 11.5098 18.946C12.4423 18.1161 13.0263 16.9 13.0263 15.5525C13.0263 15.1761 12.9806 14.8093 12.8953 14.4601ZM8.76229 5.20955C9.62101 4.35083 10.7857 3.86841 12.0001 3.86841C13.2145 3.86841 14.3792 4.35083 15.2379 5.20955C16.0966 6.06827 16.5791 7.23295 16.5791 8.44736C16.5791 9.66178 16.0966 10.8265 15.2379 11.6852C14.3792 12.5439 13.2145 13.0263 12.0001 13.0263C10.7857 13.0263 9.62101 12.5439 8.76229 11.6852C7.90357 10.8265 7.42114 9.66178 7.42114 8.44736C7.42114 7.23295 7.90357 6.06827 8.76229 5.20955Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ColorFilterIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,eAAkB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC1F,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -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
+ }
@@ -2,14 +2,12 @@ import * as React from 'react';
2
2
  import SvgIcon from '@elementor/ui/SvgIcon';
3
3
 
4
4
  const ColorSwatchIcon = React.forwardRef((props, ref) => {
5
- return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z", fill: "#000", fillOpacity: ".54" }), /* @__PURE__ */ React.createElement(
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z" }), /* @__PURE__ */ React.createElement(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
9
9
  clipRule: "evenodd",
10
- d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z",
11
- fill: "#000",
12
- fillOpacity: ".54"
10
+ d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z"
13
11
  }
14
12
  ));
15
13
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../../src/ColorSwatchIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ColorSwatchIcon = 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 d=\"M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z\" fill=\"#000\" fillOpacity=\".54\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z\"\n\t\t\t\tfill=\"#000\"\n\t\t\t\tfillOpacity=\".54\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ColorSwatchIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,eAAkB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC1F,EAAA,uBACE,KAAA,CAAA,aAAA,CAAA,OAAA,EAAA,EAAQ,OAAQ,EAAA,WAAA,EAAc,GAAG,KAAQ,EAAA,GAAA,EAAA,kBACxC,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAK,GAAE,4CAA6C,EAAA,IAAA,EAAK,MAAO,EAAA,WAAA,EAAY,OAAM,CACnF,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA,sjBAAA;AAAA,MACF,IAAK,EAAA,MAAA;AAAA,MACL,WAAY,EAAA;AAAA;AAAA,GAEd,CAAA;AAEF,CAAE;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/ColorSwatchIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ColorSwatchIcon = 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 d=\"M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ColorSwatchIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,eAAkB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC1F,EACC,uBAAA,KAAA,CAAA,aAAA,CAAC,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,KAAQ,EAAA,GAAA,EAAA,kBACxC,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAK,CAAE,EAAA,4CAAA,EAA6C,CACrD,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -29,14 +29,12 @@ var React__namespace = /*#__PURE__*/_interopNamespaceCompat(React);
29
29
  var SvgIcon__default = /*#__PURE__*/_interopDefaultCompat(SvgIcon);
30
30
 
31
31
  const ColorSwatchIcon = React__namespace.forwardRef((props, ref) => {
32
- return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z", fill: "#000", fillOpacity: ".54" }), /* @__PURE__ */ React__namespace.createElement(
32
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z" }), /* @__PURE__ */ React__namespace.createElement(
33
33
  "path",
34
34
  {
35
35
  fillRule: "evenodd",
36
36
  clipRule: "evenodd",
37
- d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z",
38
- fill: "#000",
39
- fillOpacity: ".54"
37
+ d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z"
40
38
  }
41
39
  ));
42
40
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/ColorSwatchIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ColorSwatchIcon = 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 d=\"M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z\" fill=\"#000\" fillOpacity=\".54\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z\"\n\t\t\t\tfill=\"#000\"\n\t\t\t\tfillOpacity=\".54\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ColorSwatchIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,eAAkB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC1F,EAAA,uBACEA,gBAAA,CAAA,aAAA,CAAAC,wBAAA,EAAA,EAAQ,OAAQ,EAAA,WAAA,EAAc,GAAG,KAAQ,EAAA,GAAA,EAAA,kBACxCD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAK,GAAE,4CAA6C,EAAA,IAAA,EAAK,MAAO,EAAA,WAAA,EAAY,OAAM,CACnF,kBAAAA,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA,sjBAAA;AAAA,MACF,IAAK,EAAA,MAAA;AAAA,MACL,WAAY,EAAA;AAAA;AAAA,GAEd,CAAA;AAEF,CAAE;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/ColorSwatchIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ColorSwatchIcon = 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 d=\"M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ColorSwatchIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,eAAkB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC1F,EACC,uBAAAA,gBAAA,CAAA,aAAA,CAACC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,KAAQ,EAAA,GAAA,EAAA,kBACxCD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAK,CAAE,EAAA,4CAAA,EAA6C,CACrD,kBAAAA,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const LetterXIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LetterXIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const LetterXIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M6.56413 4.38976C6.90119 4.149 7.3696 4.22707 7.61036 4.56413L12.0001 10.7097L16.3898 4.56413C16.6305 4.22707 17.0989 4.149 17.436 4.38976C17.773 4.63051 17.8511 5.09893 17.6104 5.43599L12.9217 12.0001L17.6104 18.5641C17.8511 18.9012 17.773 19.3696 17.436 19.6104C17.0989 19.8511 16.6305 19.773 16.3898 19.436L12.0001 13.2904L7.61036 19.436C7.3696 19.773 6.90119 19.8511 6.56413 19.6104C6.22707 19.3696 6.149 18.9012 6.38976 18.5641L11.0784 12.0001L6.38976 5.43599C6.149 5.09893 6.22707 4.63051 6.56413 4.38976Z"
11
+ }
12
+ ));
13
+ });
14
+
15
+ export { LetterXIcon as default };
16
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/LetterXIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst LetterXIcon = 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.56413 4.38976C6.90119 4.149 7.3696 4.22707 7.61036 4.56413L12.0001 10.7097L16.3898 4.56413C16.6305 4.22707 17.0989 4.149 17.436 4.38976C17.773 4.63051 17.8511 5.09893 17.6104 5.43599L12.9217 12.0001L17.6104 18.5641C17.8511 18.9012 17.773 19.3696 17.436 19.6104C17.0989 19.8511 16.6305 19.773 16.3898 19.436L12.0001 13.2904L7.61036 19.436C7.3696 19.773 6.90119 19.8511 6.56413 19.6104C6.22707 19.3696 6.149 18.9012 6.38976 18.5641L11.0784 12.0001L6.38976 5.43599C6.149 5.09893 6.22707 4.63051 6.56413 4.38976Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default LetterXIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,WAAc,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACtF,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -0,0 +1,43 @@
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 _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
+
10
+ function _interopNamespaceCompat(e) {
11
+ if (e && typeof e === 'object' && 'default' in e) 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__*/_interopNamespaceCompat(React);
29
+ var SvgIcon__default = /*#__PURE__*/_interopDefaultCompat(SvgIcon);
30
+
31
+ const LetterXIcon = React__namespace.forwardRef((props, ref) => {
32
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
33
+ "path",
34
+ {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M6.56413 4.38976C6.90119 4.149 7.3696 4.22707 7.61036 4.56413L12.0001 10.7097L16.3898 4.56413C16.6305 4.22707 17.0989 4.149 17.436 4.38976C17.773 4.63051 17.8511 5.09893 17.6104 5.43599L12.9217 12.0001L17.6104 18.5641C17.8511 18.9012 17.773 19.3696 17.436 19.6104C17.0989 19.8511 16.6305 19.773 16.3898 19.436L12.0001 13.2904L7.61036 19.436C7.3696 19.773 6.90119 19.8511 6.56413 19.6104C6.22707 19.3696 6.149 18.9012 6.38976 18.5641L11.0784 12.0001L6.38976 5.43599C6.149 5.09893 6.22707 4.63051 6.56413 4.38976Z"
38
+ }
39
+ ));
40
+ });
41
+
42
+ exports.default = LetterXIcon;
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/LetterXIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst LetterXIcon = 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.56413 4.38976C6.90119 4.149 7.3696 4.22707 7.61036 4.56413L12.0001 10.7097L16.3898 4.56413C16.6305 4.22707 17.0989 4.149 17.436 4.38976C17.773 4.63051 17.8511 5.09893 17.6104 5.43599L12.9217 12.0001L17.6104 18.5641C17.8511 18.9012 17.773 19.3696 17.436 19.6104C17.0989 19.8511 16.6305 19.773 16.3898 19.436L12.0001 13.2904L7.61036 19.436C7.3696 19.773 6.90119 19.8511 6.56413 19.6104C6.22707 19.3696 6.149 18.9012 6.38976 18.5641L11.0784 12.0001L6.38976 5.43599C6.149 5.09893 6.22707 4.63051 6.56413 4.38976Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default LetterXIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,WAAc,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACtF,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -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 LetterYIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default LetterYIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const LetterYIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M6.59797 4.36694C6.94765 4.14491 7.41111 4.2484 7.63313 4.59809L12 11.4759L16.3668 4.59809C16.5888 4.2484 17.0523 4.14491 17.402 4.36694C17.7517 4.58896 17.8552 5.05242 17.6331 5.4021L12.75 13.0931V19.0001C12.75 19.4143 12.4142 19.7501 12 19.7501C11.5858 19.7501 11.25 19.4143 11.25 19.0001V13.0931L6.36681 5.4021C6.14479 5.05242 6.24828 4.58896 6.59797 4.36694Z"
11
+ }
12
+ ));
13
+ });
14
+
15
+ export { LetterYIcon as default };
16
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/LetterYIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst LetterYIcon = 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.59797 4.36694C6.94765 4.14491 7.41111 4.2484 7.63313 4.59809L12 11.4759L16.3668 4.59809C16.5888 4.2484 17.0523 4.14491 17.402 4.36694C17.7517 4.58896 17.8552 5.05242 17.6331 5.4021L12.75 13.0931V19.0001C12.75 19.4143 12.4142 19.7501 12 19.7501C11.5858 19.7501 11.25 19.4143 11.25 19.0001V13.0931L6.36681 5.4021C6.14479 5.05242 6.24828 4.58896 6.59797 4.36694Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default LetterYIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,WAAc,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACtF,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -0,0 +1,43 @@
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 _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
+
10
+ function _interopNamespaceCompat(e) {
11
+ if (e && typeof e === 'object' && 'default' in e) 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__*/_interopNamespaceCompat(React);
29
+ var SvgIcon__default = /*#__PURE__*/_interopDefaultCompat(SvgIcon);
30
+
31
+ const LetterYIcon = React__namespace.forwardRef((props, ref) => {
32
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
33
+ "path",
34
+ {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M6.59797 4.36694C6.94765 4.14491 7.41111 4.2484 7.63313 4.59809L12 11.4759L16.3668 4.59809C16.5888 4.2484 17.0523 4.14491 17.402 4.36694C17.7517 4.58896 17.8552 5.05242 17.6331 5.4021L12.75 13.0931V19.0001C12.75 19.4143 12.4142 19.7501 12 19.7501C11.5858 19.7501 11.25 19.4143 11.25 19.0001V13.0931L6.36681 5.4021C6.14479 5.05242 6.24828 4.58896 6.59797 4.36694Z"
38
+ }
39
+ ));
40
+ });
41
+
42
+ exports.default = LetterYIcon;
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/LetterYIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst LetterYIcon = 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.59797 4.36694C6.94765 4.14491 7.41111 4.2484 7.63313 4.59809L12 11.4759L16.3668 4.59809C16.5888 4.2484 17.0523 4.14491 17.402 4.36694C17.7517 4.58896 17.8552 5.05242 17.6331 5.4021L12.75 13.0931V19.0001C12.75 19.4143 12.4142 19.7501 12 19.7501C11.5858 19.7501 11.25 19.4143 11.25 19.0001V13.0931L6.36681 5.4021C6.14479 5.05242 6.24828 4.58896 6.59797 4.36694Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default LetterYIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,WAAc,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACtF,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
@@ -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
@@ -23,6 +23,8 @@ export { default as ArrowUpRightIcon } from './ArrowUpRightIcon';
23
23
  export { default as ArrowUpSmallIcon } from './ArrowUpSmallIcon';
24
24
  export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
25
25
  export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
26
+ export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
27
+ export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
26
28
  export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
27
29
  export { default as BanIcon } from './BanIcon';
28
30
  export { default as BoltIcon } from './BoltIcon';
@@ -49,6 +51,7 @@ export { default as ClockIcon } from './ClockIcon';
49
51
  export { default as CloudBackupIcon } from './CloudBackupIcon';
50
52
  export { default as CloudIcon } from './CloudIcon';
51
53
  export { default as CodeIcon } from './CodeIcon';
54
+ export { default as ColorFilterIcon } from './ColorFilterIcon';
52
55
  export { default as ColorSwatchIcon } from './ColorSwatchIcon';
53
56
  export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
54
57
  export { default as CopyIcon } from './CopyIcon';
@@ -104,6 +107,8 @@ export { default as LayoutDistributeVerticalIcon } from './LayoutDistributeVerti
104
107
  export { default as LetterCaseIcon } from './LetterCaseIcon';
105
108
  export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
106
109
  export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
110
+ export { default as LetterXIcon } from './LetterXIcon';
111
+ export { default as LetterYIcon } from './LetterYIcon';
107
112
  export { default as LibraryIcon } from './LibraryIcon';
108
113
  export { default as LikeIcon } from './LikeIcon';
109
114
  export { default as LinkIcon } from './LinkIcon';