@elementor/icons 1.51.0 → 1.52.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.
- package/ComponentsIcon/index.d.ts +4 -0
- package/ComponentsIcon/index.js +16 -0
- package/MathFunctionIcon/index.js +1 -1
- package/cjs/ComponentsIcon/index.d.ts +4 -0
- package/cjs/ComponentsIcon/index.js +41 -0
- package/cjs/MathFunctionIcon/index.js +1 -1
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +6 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ComponentsIcon = 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.5263 14.4181C11.8209 14.1778 12.2556 14.1952 12.5302 14.4698L15.5302 17.4698C15.8231 17.7627 15.8231 18.2375 15.5302 18.5304L12.5302 21.5304C12.2373 21.8233 11.7626 21.8233 11.4697 21.5304L8.46967 18.5304C8.17678 18.2375 8.17678 17.7627 8.46967 17.4698L11.4697 14.4698L11.5263 14.4181ZM10.0605 18.0001L11.9999 19.9396L13.9394 18.0001L11.9999 16.0607L10.0605 18.0001ZM5.52631 8.41809C5.82089 8.17778 6.25561 8.19524 6.53022 8.46984L9.53022 11.4698C9.82311 11.7627 9.82311 12.2375 9.53022 12.5304L6.53022 15.5304C6.23732 15.8233 5.76256 15.8233 5.46967 15.5304L2.46967 12.5304C2.17678 12.2375 2.17678 11.7627 2.46967 11.4698L5.46967 8.46984L5.52631 8.41809ZM17.5263 8.41809C17.8209 8.17778 18.2556 8.19524 18.5302 8.46984L21.5302 11.4698C21.8231 11.7627 21.8231 12.2375 21.5302 12.5304L18.5302 15.5304C18.2373 15.8233 17.7626 15.8233 17.4697 15.5304L14.4697 12.5304C14.1768 12.2375 14.1768 11.7627 14.4697 11.4698L17.4697 8.46984L17.5263 8.41809ZM4.06049 12.0001L5.99994 13.9396L7.9394 12.0001L5.99994 10.0607L4.06049 12.0001ZM16.0605 12.0001L17.9999 13.9396L19.9394 12.0001L17.9999 10.0607L16.0605 12.0001ZM11.5263 2.41809C11.8209 2.17778 12.2556 2.19524 12.5302 2.46984L15.5302 5.46984C15.8231 5.76274 15.8231 6.2375 15.5302 6.53039L12.5302 9.53039C12.2373 9.82328 11.7626 9.82328 11.4697 9.53039L8.46967 6.53039C8.17678 6.2375 8.17678 5.76274 8.46967 5.46984L11.4697 2.46984L11.5263 2.41809ZM10.0605 6.00012L11.9999 7.93957L13.9394 6.00012L11.9999 4.06066L10.0605 6.00012Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var ComponentsIcon_default = ComponentsIcon;
|
|
15
|
+
|
|
16
|
+
export { ComponentsIcon_default as default };
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
3
|
|
|
4
4
|
const MathFunctionIcon = React.forwardRef((props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11 2.25C11.7293 2.25 12.4286 2.53994 12.9443 3.05566C13.4601 3.57139 13.75 4.27065 13.75 5C13.75 5.41421 13.4142 5.75 13 5.75C12.5858 5.75 12.25 5.41421 12.25 5C12.25 4.66848 12.1182 4.35063 11.8838 4.11621C11.6788 3.9112 11.41 3.78436 11.124 3.75586L11 3.75C10.814 3.75 10.6506 3.81583 10.4551 4.11426C10.2346 4.45097 10.039 4.99859 9.85547 5.79395C9.67493 6.57636 9.5225 7.51803 9.34961 8.60254C9.21917 9.42077 9.07773 10.3124 8.90625 11.25H11C11.4142 11.25 11.75 11.5858 11.75 12C11.75 12.4142 11.4142 12.75 11 12.75H8.62109C8.43063 13.7634 8.27485 14.7306 8.13086 15.6338C7.96004 16.7053 7.79989 17.7015 7.60547 18.5439C7.41407 19.3732 7.17193 20.1385 6.79883 20.708C6.4006 21.3157 5.81393 21.75 5 21.75C4.27065 21.75 3.57139 21.4601 3.05566 20.9443C2.53994 20.4286 2.25 19.7293 2.25 19C2.25 18.5858 2.58579 18.25 3 18.25C3.41421 18.25 3.75 18.5858 3.75 19C3.75 19.3315 3.88179 19.6494 4.11621 19.8838C4.35063 20.1182 4.66848 20.25 5 20.25C5.18595 20.25 5.3494 20.1842 5.54492 19.8857C5.76544 19.549 5.96099 19.0014 6.14453 18.2061C6.32507 17.4236 6.4775 16.482 6.65039 15.3975C6.78083 14.5792 6.92227 13.6876 7.09375 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H7.37891C7.56937 10.2366 7.72515 9.26942 7.86914 8.36621C8.03996 7.29469 8.20011 6.29853 8.39453 5.45605C8.58593 4.62675 8.82807 3.86147 9.20117 3.29199C9.5994 2.6843 10.1861 2.25 11 2.25Z" }), /* @__PURE__ */ React.createElement("path", { d: "M20.4697 11.4697C20.7626 11.1769 21.2374 11.1769 21.5303 11.4697C21.8231 11.7626 21.8231 12.2374 21.5303 12.5303L19.0605 15L21.5303 17.4697L21.582 17.5264C21.8223 17.8209 21.8048 18.2557 21.5303 18.5303C21.2557 18.8049 20.8209 18.8223 20.5264 18.582L20.4697 18.5303L18 16.0605L15.5303 18.5303C15.2374 18.8231 14.7626 18.8231 14.4697 18.5303C14.1769 18.2374 14.1769 17.7626 14.4697 17.4697L16.9395 15L14.4697 12.5303L14.418 12.4736C14.1778 12.1791 14.1952 11.7443 14.4697 11.4697C14.7443 11.1953 15.1791 11.1778 15.4736 11.418L15.5303 11.4697L18 13.9395L20.4697 11.4697Z" }));
|
|
6
6
|
});
|
|
7
7
|
var MathFunctionIcon_default = MathFunctionIcon;
|
|
8
8
|
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var SvgIcon = require('@elementor/ui/SvgIcon');
|
|
5
|
+
|
|
6
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
7
|
+
|
|
8
|
+
function _interopNamespace(e) {
|
|
9
|
+
if (e && e.__esModule) return e;
|
|
10
|
+
var n = Object.create(null);
|
|
11
|
+
if (e) {
|
|
12
|
+
Object.keys(e).forEach(function (k) {
|
|
13
|
+
if (k !== 'default') {
|
|
14
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
15
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return e[k]; }
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n.default = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
|
+
|
|
29
|
+
const ComponentsIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M11.5263 14.4181C11.8209 14.1778 12.2556 14.1952 12.5302 14.4698L15.5302 17.4698C15.8231 17.7627 15.8231 18.2375 15.5302 18.5304L12.5302 21.5304C12.2373 21.8233 11.7626 21.8233 11.4697 21.5304L8.46967 18.5304C8.17678 18.2375 8.17678 17.7627 8.46967 17.4698L11.4697 14.4698L11.5263 14.4181ZM10.0605 18.0001L11.9999 19.9396L13.9394 18.0001L11.9999 16.0607L10.0605 18.0001ZM5.52631 8.41809C5.82089 8.17778 6.25561 8.19524 6.53022 8.46984L9.53022 11.4698C9.82311 11.7627 9.82311 12.2375 9.53022 12.5304L6.53022 15.5304C6.23732 15.8233 5.76256 15.8233 5.46967 15.5304L2.46967 12.5304C2.17678 12.2375 2.17678 11.7627 2.46967 11.4698L5.46967 8.46984L5.52631 8.41809ZM17.5263 8.41809C17.8209 8.17778 18.2556 8.19524 18.5302 8.46984L21.5302 11.4698C21.8231 11.7627 21.8231 12.2375 21.5302 12.5304L18.5302 15.5304C18.2373 15.8233 17.7626 15.8233 17.4697 15.5304L14.4697 12.5304C14.1768 12.2375 14.1768 11.7627 14.4697 11.4698L17.4697 8.46984L17.5263 8.41809ZM4.06049 12.0001L5.99994 13.9396L7.9394 12.0001L5.99994 10.0607L4.06049 12.0001ZM16.0605 12.0001L17.9999 13.9396L19.9394 12.0001L17.9999 10.0607L16.0605 12.0001ZM11.5263 2.41809C11.8209 2.17778 12.2556 2.19524 12.5302 2.46984L15.5302 5.46984C15.8231 5.76274 15.8231 6.2375 15.5302 6.53039L12.5302 9.53039C12.2373 9.82328 11.7626 9.82328 11.4697 9.53039L8.46967 6.53039C8.17678 6.2375 8.17678 5.76274 8.46967 5.46984L11.4697 2.46984L11.5263 2.41809ZM10.0605 6.00012L11.9999 7.93957L13.9394 6.00012L11.9999 4.06066L10.0605 6.00012Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var ComponentsIcon_default = ComponentsIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = ComponentsIcon_default;
|
|
@@ -27,7 +27,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
27
27
|
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
28
|
|
|
29
29
|
const MathFunctionIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
-
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11 2.25C11.7293 2.25 12.4286 2.53994 12.9443 3.05566C13.4601 3.57139 13.75 4.27065 13.75 5C13.75 5.41421 13.4142 5.75 13 5.75C12.5858 5.75 12.25 5.41421 12.25 5C12.25 4.66848 12.1182 4.35063 11.8838 4.11621C11.6788 3.9112 11.41 3.78436 11.124 3.75586L11 3.75C10.814 3.75 10.6506 3.81583 10.4551 4.11426C10.2346 4.45097 10.039 4.99859 9.85547 5.79395C9.67493 6.57636 9.5225 7.51803 9.34961 8.60254C9.21917 9.42077 9.07773 10.3124 8.90625 11.25H11C11.4142 11.25 11.75 11.5858 11.75 12C11.75 12.4142 11.4142 12.75 11 12.75H8.62109C8.43063 13.7634 8.27485 14.7306 8.13086 15.6338C7.96004 16.7053 7.79989 17.7015 7.60547 18.5439C7.41407 19.3732 7.17193 20.1385 6.79883 20.708C6.4006 21.3157 5.81393 21.75 5 21.75C4.27065 21.75 3.57139 21.4601 3.05566 20.9443C2.53994 20.4286 2.25 19.7293 2.25 19C2.25 18.5858 2.58579 18.25 3 18.25C3.41421 18.25 3.75 18.5858 3.75 19C3.75 19.3315 3.88179 19.6494 4.11621 19.8838C4.35063 20.1182 4.66848 20.25 5 20.25C5.18595 20.25 5.3494 20.1842 5.54492 19.8857C5.76544 19.549 5.96099 19.0014 6.14453 18.2061C6.32507 17.4236 6.4775 16.482 6.65039 15.3975C6.78083 14.5792 6.92227 13.6876 7.09375 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H7.37891C7.56937 10.2366 7.72515 9.26942 7.86914 8.36621C8.03996 7.29469 8.20011 6.29853 8.39453 5.45605C8.58593 4.62675 8.82807 3.86147 9.20117 3.29199C9.5994 2.6843 10.1861 2.25 11 2.25Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.4697 11.4697C20.7626 11.1769 21.2374 11.1769 21.5303 11.4697C21.8231 11.7626 21.8231 12.2374 21.5303 12.5303L19.0605 15L21.5303 17.4697L21.582 17.5264C21.8223 17.8209 21.8048 18.2557 21.5303 18.5303C21.2557 18.8049 20.8209 18.8223 20.5264 18.582L20.4697 18.5303L18 16.0605L15.5303 18.5303C15.2374 18.8231 14.7626 18.8231 14.4697 18.5303C14.1769 18.2374 14.1769 17.7626 14.4697 17.4697L16.9395 15L14.4697 12.5303L14.418 12.4736C14.1778 12.1791 14.1952 11.7443 14.4697 11.4697C14.7443 11.1953 15.1791 11.1778 15.4736 11.418L15.5303 11.4697L18 13.9395L20.4697 11.4697Z" }));
|
|
31
31
|
});
|
|
32
32
|
var MathFunctionIcon_default = MathFunctionIcon;
|
|
33
33
|
|
package/cjs/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export { default as CodeIcon } from './CodeIcon';
|
|
|
68
68
|
export { default as CoinsIcon } from './CoinsIcon';
|
|
69
69
|
export { default as ColorFilterIcon } from './ColorFilterIcon';
|
|
70
70
|
export { default as ColorSwatchIcon } from './ColorSwatchIcon';
|
|
71
|
+
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
71
72
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
72
73
|
export { default as CopyIcon } from './CopyIcon';
|
|
73
74
|
export { default as CopyPageIcon } from './CopyPageIcon';
|
package/cjs/index.js
CHANGED
|
@@ -70,6 +70,7 @@ var CodeIcon = require('./CodeIcon');
|
|
|
70
70
|
var CoinsIcon = require('./CoinsIcon');
|
|
71
71
|
var ColorFilterIcon = require('./ColorFilterIcon');
|
|
72
72
|
var ColorSwatchIcon = require('./ColorSwatchIcon');
|
|
73
|
+
var ComponentsIcon = require('./ComponentsIcon');
|
|
73
74
|
var ContainerTemplateIcon = require('./ContainerTemplateIcon');
|
|
74
75
|
var CopyIcon = require('./CopyIcon');
|
|
75
76
|
var CopyPageIcon = require('./CopyPageIcon');
|
|
@@ -316,6 +317,7 @@ var CodeIcon__default = /*#__PURE__*/_interopDefault(CodeIcon);
|
|
|
316
317
|
var CoinsIcon__default = /*#__PURE__*/_interopDefault(CoinsIcon);
|
|
317
318
|
var ColorFilterIcon__default = /*#__PURE__*/_interopDefault(ColorFilterIcon);
|
|
318
319
|
var ColorSwatchIcon__default = /*#__PURE__*/_interopDefault(ColorSwatchIcon);
|
|
320
|
+
var ComponentsIcon__default = /*#__PURE__*/_interopDefault(ComponentsIcon);
|
|
319
321
|
var ContainerTemplateIcon__default = /*#__PURE__*/_interopDefault(ContainerTemplateIcon);
|
|
320
322
|
var CopyIcon__default = /*#__PURE__*/_interopDefault(CopyIcon);
|
|
321
323
|
var CopyPageIcon__default = /*#__PURE__*/_interopDefault(CopyPageIcon);
|
|
@@ -772,6 +774,10 @@ Object.defineProperty(exports, "ColorSwatchIcon", {
|
|
|
772
774
|
enumerable: true,
|
|
773
775
|
get: function () { return ColorSwatchIcon__default.default; }
|
|
774
776
|
});
|
|
777
|
+
Object.defineProperty(exports, "ComponentsIcon", {
|
|
778
|
+
enumerable: true,
|
|
779
|
+
get: function () { return ComponentsIcon__default.default; }
|
|
780
|
+
});
|
|
775
781
|
Object.defineProperty(exports, "ContainerTemplateIcon", {
|
|
776
782
|
enumerable: true,
|
|
777
783
|
get: function () { return ContainerTemplateIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export { default as CodeIcon } from './CodeIcon';
|
|
|
68
68
|
export { default as CoinsIcon } from './CoinsIcon';
|
|
69
69
|
export { default as ColorFilterIcon } from './ColorFilterIcon';
|
|
70
70
|
export { default as ColorSwatchIcon } from './ColorSwatchIcon';
|
|
71
|
+
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
71
72
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
72
73
|
export { default as CopyIcon } from './CopyIcon';
|
|
73
74
|
export { default as CopyPageIcon } from './CopyPageIcon';
|
package/index.js
CHANGED
|
@@ -68,6 +68,7 @@ export { default as CodeIcon } from './CodeIcon';
|
|
|
68
68
|
export { default as CoinsIcon } from './CoinsIcon';
|
|
69
69
|
export { default as ColorFilterIcon } from './ColorFilterIcon';
|
|
70
70
|
export { default as ColorSwatchIcon } from './ColorSwatchIcon';
|
|
71
|
+
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
71
72
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
72
73
|
export { default as CopyIcon } from './CopyIcon';
|
|
73
74
|
export { default as CopyPageIcon } from './CopyPageIcon';
|