@elementor/icons 1.76.0 → 1.77.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/EnterpriseIcon/index.d.ts +4 -0
- package/EnterpriseIcon/index.js +16 -0
- package/cjs/EnterpriseIcon/index.d.ts +4 -0
- package/cjs/EnterpriseIcon/index.js +41 -0
- 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 EnterpriseIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M8.307692 18.461292C8.817489 18.461292 9.230769 18.874585 9.230769 19.384369V19.396431C9.230511 19.905969 8.817342 20.319508 8.307692 20.319508C7.798043 20.319508 7.384874 19.905969 7.384615 19.396431V19.384369C7.384615 18.874585 7.797895 18.461292 8.307692 18.461292Z" }), /* @__PURE__ */ React.createElement("path", { d: "M8.307692 14.768985C8.817489 14.768985 9.230769 15.182277 9.230769 15.692062V15.704123C9.230511 16.213662 8.817342 16.6272 8.307692 16.6272C7.798043 16.6272 7.384874 16.213662 7.384615 15.704123V15.692062C7.384615 15.182277 7.797895 14.768985 8.307692 14.768985Z" }), /* @__PURE__ */ React.createElement("path", { d: "M8.307692 11.076689C8.817489 11.076689 9.230769 11.489957 9.230769 11.999766V12.011778C9.230511 12.521354 8.817342 12.934892 8.307692 12.934892C7.798043 12.934892 7.384874 12.521354 7.384615 12.011778V11.999766C7.384615 11.489957 7.797895 11.076689 8.307692 11.076689Z" }), /* @__PURE__ */ React.createElement("path", { d: "M8.307692 7.384382C8.817489 7.384382 9.230769 7.797649 9.230769 8.307458V8.319471C9.230511 8.829058 8.817342 9.242548 8.307692 9.242548C7.798043 9.242548 7.384874 8.829058 7.384615 8.319471V8.307458C7.384615 7.797649 7.797895 7.384382 8.307692 7.384382Z" }), /* @__PURE__ */ React.createElement(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M12.818462 0.097119C13.104492 -0.045695 13.444308 -0.030112 13.716308 0.137984C13.988185 0.306239 14.153846 0.60315 14.153846 0.922841V5.351926L21.127385 10.00096C21.384123 10.172185 21.538462 10.460443 21.538462 10.768997V22.1536H23.076923C23.586708 22.1536 24 22.566892 24 23.076677C23.999754 23.586215 23.586585 23.999754 23.076923 23.999754H0.923077C0.413434 23.999754 0.000256 23.586215 0 23.076677C0 22.566892 0.413275 22.1536 0.923077 22.1536H2.461538V5.84592C2.461538 5.496357 2.659742 5.176591 2.972357 5.020197L12.818462 0.097119ZM4.307692 6.415631V22.1536H12.307692V2.415631L4.307692 6.415631ZM14.153846 22.1536H19.692308V11.262978L14.153846 7.570683V22.1536Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var EnterpriseIcon_default = EnterpriseIcon;
|
|
15
|
+
|
|
16
|
+
export { EnterpriseIcon_default as default };
|
|
@@ -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 EnterpriseIcon = 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: "M8.307692 18.461292C8.817489 18.461292 9.230769 18.874585 9.230769 19.384369V19.396431C9.230511 19.905969 8.817342 20.319508 8.307692 20.319508C7.798043 20.319508 7.384874 19.905969 7.384615 19.396431V19.384369C7.384615 18.874585 7.797895 18.461292 8.307692 18.461292Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.307692 14.768985C8.817489 14.768985 9.230769 15.182277 9.230769 15.692062V15.704123C9.230511 16.213662 8.817342 16.6272 8.307692 16.6272C7.798043 16.6272 7.384874 16.213662 7.384615 15.704123V15.692062C7.384615 15.182277 7.797895 14.768985 8.307692 14.768985Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.307692 11.076689C8.817489 11.076689 9.230769 11.489957 9.230769 11.999766V12.011778C9.230511 12.521354 8.817342 12.934892 8.307692 12.934892C7.798043 12.934892 7.384874 12.521354 7.384615 12.011778V11.999766C7.384615 11.489957 7.797895 11.076689 8.307692 11.076689Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.307692 7.384382C8.817489 7.384382 9.230769 7.797649 9.230769 8.307458V8.319471C9.230511 8.829058 8.817342 9.242548 8.307692 9.242548C7.798043 9.242548 7.384874 8.829058 7.384615 8.319471V8.307458C7.384615 7.797649 7.797895 7.384382 8.307692 7.384382Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M12.818462 0.097119C13.104492 -0.045695 13.444308 -0.030112 13.716308 0.137984C13.988185 0.306239 14.153846 0.60315 14.153846 0.922841V5.351926L21.127385 10.00096C21.384123 10.172185 21.538462 10.460443 21.538462 10.768997V22.1536H23.076923C23.586708 22.1536 24 22.566892 24 23.076677C23.999754 23.586215 23.586585 23.999754 23.076923 23.999754H0.923077C0.413434 23.999754 0.000256 23.586215 0 23.076677C0 22.566892 0.413275 22.1536 0.923077 22.1536H2.461538V5.84592C2.461538 5.496357 2.659742 5.176591 2.972357 5.020197L12.818462 0.097119ZM4.307692 6.415631V22.1536H12.307692V2.415631L4.307692 6.415631ZM14.153846 22.1536H19.692308V11.262978L14.153846 7.570683V22.1536Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var EnterpriseIcon_default = EnterpriseIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = EnterpriseIcon_default;
|
package/cjs/index.d.ts
CHANGED
|
@@ -192,6 +192,7 @@ export { default as ElementorLogoFilledIcon } from './ElementorLogoFilledIcon';
|
|
|
192
192
|
export { default as ElementorLogoIcon } from './ElementorLogoIcon';
|
|
193
193
|
export { default as ElementorManageIcon } from './ElementorManageIcon';
|
|
194
194
|
export { default as ElementorOneIcon } from './ElementorOneIcon';
|
|
195
|
+
export { default as EnterpriseIcon } from './EnterpriseIcon';
|
|
195
196
|
export { default as EraseIcon } from './EraseIcon';
|
|
196
197
|
export { default as Error404Icon } from './Error404Icon';
|
|
197
198
|
export { default as Error404TemplateIcon } from './Error404TemplateIcon';
|
package/cjs/index.js
CHANGED
|
@@ -194,6 +194,7 @@ var ElementorLogoFilledIcon = require('./ElementorLogoFilledIcon');
|
|
|
194
194
|
var ElementorLogoIcon = require('./ElementorLogoIcon');
|
|
195
195
|
var ElementorManageIcon = require('./ElementorManageIcon');
|
|
196
196
|
var ElementorOneIcon = require('./ElementorOneIcon');
|
|
197
|
+
var EnterpriseIcon = require('./EnterpriseIcon');
|
|
197
198
|
var EraseIcon = require('./EraseIcon');
|
|
198
199
|
var Error404Icon = require('./Error404Icon');
|
|
199
200
|
var Error404TemplateIcon = require('./Error404TemplateIcon');
|
|
@@ -705,6 +706,7 @@ var ElementorLogoFilledIcon__default = /*#__PURE__*/_interopDefault(ElementorLog
|
|
|
705
706
|
var ElementorLogoIcon__default = /*#__PURE__*/_interopDefault(ElementorLogoIcon);
|
|
706
707
|
var ElementorManageIcon__default = /*#__PURE__*/_interopDefault(ElementorManageIcon);
|
|
707
708
|
var ElementorOneIcon__default = /*#__PURE__*/_interopDefault(ElementorOneIcon);
|
|
709
|
+
var EnterpriseIcon__default = /*#__PURE__*/_interopDefault(EnterpriseIcon);
|
|
708
710
|
var EraseIcon__default = /*#__PURE__*/_interopDefault(EraseIcon);
|
|
709
711
|
var Error404Icon__default = /*#__PURE__*/_interopDefault(Error404Icon);
|
|
710
712
|
var Error404TemplateIcon__default = /*#__PURE__*/_interopDefault(Error404TemplateIcon);
|
|
@@ -1798,6 +1800,10 @@ Object.defineProperty(exports, "ElementorOneIcon", {
|
|
|
1798
1800
|
enumerable: true,
|
|
1799
1801
|
get: function () { return ElementorOneIcon__default.default; }
|
|
1800
1802
|
});
|
|
1803
|
+
Object.defineProperty(exports, "EnterpriseIcon", {
|
|
1804
|
+
enumerable: true,
|
|
1805
|
+
get: function () { return EnterpriseIcon__default.default; }
|
|
1806
|
+
});
|
|
1801
1807
|
Object.defineProperty(exports, "EraseIcon", {
|
|
1802
1808
|
enumerable: true,
|
|
1803
1809
|
get: function () { return EraseIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -192,6 +192,7 @@ export { default as ElementorLogoFilledIcon } from './ElementorLogoFilledIcon';
|
|
|
192
192
|
export { default as ElementorLogoIcon } from './ElementorLogoIcon';
|
|
193
193
|
export { default as ElementorManageIcon } from './ElementorManageIcon';
|
|
194
194
|
export { default as ElementorOneIcon } from './ElementorOneIcon';
|
|
195
|
+
export { default as EnterpriseIcon } from './EnterpriseIcon';
|
|
195
196
|
export { default as EraseIcon } from './EraseIcon';
|
|
196
197
|
export { default as Error404Icon } from './Error404Icon';
|
|
197
198
|
export { default as Error404TemplateIcon } from './Error404TemplateIcon';
|
package/index.js
CHANGED
|
@@ -192,6 +192,7 @@ export { default as ElementorLogoFilledIcon } from './ElementorLogoFilledIcon';
|
|
|
192
192
|
export { default as ElementorLogoIcon } from './ElementorLogoIcon';
|
|
193
193
|
export { default as ElementorManageIcon } from './ElementorManageIcon';
|
|
194
194
|
export { default as ElementorOneIcon } from './ElementorOneIcon';
|
|
195
|
+
export { default as EnterpriseIcon } from './EnterpriseIcon';
|
|
195
196
|
export { default as EraseIcon } from './EraseIcon';
|
|
196
197
|
export { default as Error404Icon } from './Error404Icon';
|
|
197
198
|
export { default as Error404TemplateIcon } from './Error404TemplateIcon';
|