@elementor/icons 1.74.0 → 1.75.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/AngieIcon/index.d.ts +4 -0
- package/AngieIcon/index.js +9 -0
- package/AngieLogoIcon/index.d.ts +4 -0
- package/AngieLogoIcon/index.js +9 -0
- package/cjs/AngieIcon/index.d.ts +4 -0
- package/cjs/AngieIcon/index.js +34 -0
- package/cjs/AngieLogoIcon/index.d.ts +4 -0
- package/cjs/AngieLogoIcon/index.js +34 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +12 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const AngieIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M9.46191 0C9.92291 0.000106053 10.2969 0.374912 10.2969 0.835938C10.2967 4.72059 8.00036 8.07092 4.69922 9.56738C8.00069 11.0638 10.2969 14.4158 10.2969 18.3008C10.2966 18.7616 9.92275 19.1356 9.46191 19.1357C9.00104 19.1357 8.62723 18.7616 8.62695 18.3008C8.62695 13.9308 5.12766 10.4034 0.834961 10.4033C0.374033 10.4033 0.000263895 10.0292 0 9.56836C0 9.13622 0.328206 8.78024 0.749023 8.7373C0.777214 8.73443 0.806012 8.7334 0.834961 8.7334L1.23438 8.72266C5.34245 8.51185 8.6267 5.06936 8.62695 0.835938C8.62695 0.374878 9.00087 5.10159e-05 9.46191 0Z" }), /* @__PURE__ */ React.createElement("path", { d: "M15.5449 6.95117C15.6183 6.76587 15.8806 6.76601 15.9541 6.95117C16.4288 8.16975 17.2234 9.13373 18.5166 9.58105C18.6985 9.64514 18.6984 9.90264 18.5166 9.9668C17.2234 10.4141 16.4288 11.3781 15.9541 12.5967C15.8807 12.7821 15.6183 12.7821 15.5449 12.5967C15.0702 11.3783 14.2357 10.4141 12.9346 9.9668C12.7524 9.90276 12.7524 9.64509 12.9346 9.58105C14.2276 9.13366 15.0621 8.16961 15.5449 6.95117Z" }));
|
|
6
|
+
});
|
|
7
|
+
var AngieIcon_default = AngieIcon;
|
|
8
|
+
|
|
9
|
+
export { AngieIcon_default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const AngieLogoIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11.126 9.75C12.7298 9.14667 13.7649 7.8593 14.3564 6.22363L14.6074 5.52734L14.8574 6.22363C15.449 7.85931 16.4275 9.14663 18.0312 9.75L18.7139 10.0059L18.0312 10.2607C16.4273 10.8641 15.449 12.1522 14.8574 13.7881L14.6074 14.4844L14.3564 13.7881C13.7648 12.1522 12.73 10.8641 11.126 10.2607L10.4434 10.0059L11.126 9.75Z" }), /* @__PURE__ */ React.createElement("path", { d: "M0 7.92481C4.25077 7.92481 7.74218 4.40608 7.74219 1.2806e-07L10.6719 0C10.6719 4.47919 7.9982 8.34752 4.16113 10C7.99821 11.6525 10.6719 15.5208 10.6719 20H7.74219C7.74219 15.5939 4.25078 12.0752 1.81419e-07 12.0752L0 7.92481Z" }));
|
|
6
|
+
});
|
|
7
|
+
var AngieLogoIcon_default = AngieLogoIcon;
|
|
8
|
+
|
|
9
|
+
export { AngieLogoIcon_default as default };
|
|
@@ -0,0 +1,34 @@
|
|
|
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 AngieIcon = 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: "M9.46191 0C9.92291 0.000106053 10.2969 0.374912 10.2969 0.835938C10.2967 4.72059 8.00036 8.07092 4.69922 9.56738C8.00069 11.0638 10.2969 14.4158 10.2969 18.3008C10.2966 18.7616 9.92275 19.1356 9.46191 19.1357C9.00104 19.1357 8.62723 18.7616 8.62695 18.3008C8.62695 13.9308 5.12766 10.4034 0.834961 10.4033C0.374033 10.4033 0.000263895 10.0292 0 9.56836C0 9.13622 0.328206 8.78024 0.749023 8.7373C0.777214 8.73443 0.806012 8.7334 0.834961 8.7334L1.23438 8.72266C5.34245 8.51185 8.6267 5.06936 8.62695 0.835938C8.62695 0.374878 9.00087 5.10159e-05 9.46191 0Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.5449 6.95117C15.6183 6.76587 15.8806 6.76601 15.9541 6.95117C16.4288 8.16975 17.2234 9.13373 18.5166 9.58105C18.6985 9.64514 18.6984 9.90264 18.5166 9.9668C17.2234 10.4141 16.4288 11.3781 15.9541 12.5967C15.8807 12.7821 15.6183 12.7821 15.5449 12.5967C15.0702 11.3783 14.2357 10.4141 12.9346 9.9668C12.7524 9.90276 12.7524 9.64509 12.9346 9.58105C14.2276 9.13366 15.0621 8.16961 15.5449 6.95117Z" }));
|
|
31
|
+
});
|
|
32
|
+
var AngieIcon_default = AngieIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = AngieIcon_default;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 AngieLogoIcon = 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: "M11.126 9.75C12.7298 9.14667 13.7649 7.8593 14.3564 6.22363L14.6074 5.52734L14.8574 6.22363C15.449 7.85931 16.4275 9.14663 18.0312 9.75L18.7139 10.0059L18.0312 10.2607C16.4273 10.8641 15.449 12.1522 14.8574 13.7881L14.6074 14.4844L14.3564 13.7881C13.7648 12.1522 12.73 10.8641 11.126 10.2607L10.4434 10.0059L11.126 9.75Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M0 7.92481C4.25077 7.92481 7.74218 4.40608 7.74219 1.2806e-07L10.6719 0C10.6719 4.47919 7.9982 8.34752 4.16113 10C7.99821 11.6525 10.6719 15.5208 10.6719 20H7.74219C7.74219 15.5939 4.25078 12.0752 1.81419e-07 12.0752L0 7.92481Z" }));
|
|
31
|
+
});
|
|
32
|
+
var AngieLogoIcon_default = AngieLogoIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = AngieLogoIcon_default;
|
package/cjs/index.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ export { default as AlignCenterIcon } from './AlignCenterIcon';
|
|
|
17
17
|
export { default as AlignJustifiedIcon } from './AlignJustifiedIcon';
|
|
18
18
|
export { default as AlignLeftIcon } from './AlignLeftIcon';
|
|
19
19
|
export { default as AlignRightIcon } from './AlignRightIcon';
|
|
20
|
+
export { default as AngieIcon } from './AngieIcon';
|
|
21
|
+
export { default as AngieLogoIcon } from './AngieLogoIcon';
|
|
20
22
|
export { default as AppsIcon } from './AppsIcon';
|
|
21
23
|
export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
|
|
22
24
|
export { default as Arrow360Icon } from './Arrow360Icon';
|
package/cjs/index.js
CHANGED
|
@@ -19,6 +19,8 @@ var AlignCenterIcon = require('./AlignCenterIcon');
|
|
|
19
19
|
var AlignJustifiedIcon = require('./AlignJustifiedIcon');
|
|
20
20
|
var AlignLeftIcon = require('./AlignLeftIcon');
|
|
21
21
|
var AlignRightIcon = require('./AlignRightIcon');
|
|
22
|
+
var AngieIcon = require('./AngieIcon');
|
|
23
|
+
var AngieLogoIcon = require('./AngieLogoIcon');
|
|
22
24
|
var AppsIcon = require('./AppsIcon');
|
|
23
25
|
var ArchiveTemplateIcon = require('./ArchiveTemplateIcon');
|
|
24
26
|
var Arrow360Icon = require('./Arrow360Icon');
|
|
@@ -427,6 +429,8 @@ var AlignCenterIcon__default = /*#__PURE__*/_interopDefault(AlignCenterIcon);
|
|
|
427
429
|
var AlignJustifiedIcon__default = /*#__PURE__*/_interopDefault(AlignJustifiedIcon);
|
|
428
430
|
var AlignLeftIcon__default = /*#__PURE__*/_interopDefault(AlignLeftIcon);
|
|
429
431
|
var AlignRightIcon__default = /*#__PURE__*/_interopDefault(AlignRightIcon);
|
|
432
|
+
var AngieIcon__default = /*#__PURE__*/_interopDefault(AngieIcon);
|
|
433
|
+
var AngieLogoIcon__default = /*#__PURE__*/_interopDefault(AngieLogoIcon);
|
|
430
434
|
var AppsIcon__default = /*#__PURE__*/_interopDefault(AppsIcon);
|
|
431
435
|
var ArchiveTemplateIcon__default = /*#__PURE__*/_interopDefault(ArchiveTemplateIcon);
|
|
432
436
|
var Arrow360Icon__default = /*#__PURE__*/_interopDefault(Arrow360Icon);
|
|
@@ -892,6 +896,14 @@ Object.defineProperty(exports, "AlignRightIcon", {
|
|
|
892
896
|
enumerable: true,
|
|
893
897
|
get: function () { return AlignRightIcon__default.default; }
|
|
894
898
|
});
|
|
899
|
+
Object.defineProperty(exports, "AngieIcon", {
|
|
900
|
+
enumerable: true,
|
|
901
|
+
get: function () { return AngieIcon__default.default; }
|
|
902
|
+
});
|
|
903
|
+
Object.defineProperty(exports, "AngieLogoIcon", {
|
|
904
|
+
enumerable: true,
|
|
905
|
+
get: function () { return AngieLogoIcon__default.default; }
|
|
906
|
+
});
|
|
895
907
|
Object.defineProperty(exports, "AppsIcon", {
|
|
896
908
|
enumerable: true,
|
|
897
909
|
get: function () { return AppsIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ export { default as AlignCenterIcon } from './AlignCenterIcon';
|
|
|
17
17
|
export { default as AlignJustifiedIcon } from './AlignJustifiedIcon';
|
|
18
18
|
export { default as AlignLeftIcon } from './AlignLeftIcon';
|
|
19
19
|
export { default as AlignRightIcon } from './AlignRightIcon';
|
|
20
|
+
export { default as AngieIcon } from './AngieIcon';
|
|
21
|
+
export { default as AngieLogoIcon } from './AngieLogoIcon';
|
|
20
22
|
export { default as AppsIcon } from './AppsIcon';
|
|
21
23
|
export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
|
|
22
24
|
export { default as Arrow360Icon } from './Arrow360Icon';
|
package/index.js
CHANGED
|
@@ -17,6 +17,8 @@ export { default as AlignCenterIcon } from './AlignCenterIcon';
|
|
|
17
17
|
export { default as AlignJustifiedIcon } from './AlignJustifiedIcon';
|
|
18
18
|
export { default as AlignLeftIcon } from './AlignLeftIcon';
|
|
19
19
|
export { default as AlignRightIcon } from './AlignRightIcon';
|
|
20
|
+
export { default as AngieIcon } from './AngieIcon';
|
|
21
|
+
export { default as AngieLogoIcon } from './AngieLogoIcon';
|
|
20
22
|
export { default as AppsIcon } from './AppsIcon';
|
|
21
23
|
export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
|
|
22
24
|
export { default as Arrow360Icon } from './Arrow360Icon';
|