@elementor/icons 1.21.0 → 1.23.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/AlertOctagonFilledIcon/index.d.ts +4 -0
- package/AlertOctagonFilledIcon/index.esm.js +16 -0
- package/AlertOctagonFilledIcon/index.esm.js.map +1 -0
- package/AlertOctagonFilledIcon/index.js +43 -0
- package/AlertOctagonFilledIcon/index.js.map +1 -0
- package/AlertOctagonFilledIcon/package.json +7 -0
- package/AlertTriangleIcon/index.d.ts +4 -0
- package/AlertTriangleIcon/index.esm.js +16 -0
- package/AlertTriangleIcon/index.esm.js.map +1 -0
- package/AlertTriangleIcon/index.js +43 -0
- package/AlertTriangleIcon/index.js.map +1 -0
- package/AlertTriangleIcon/package.json +7 -0
- package/index.d.ts +2 -0
- package/index.esm.js +23 -1
- package/index.esm.js.map +1 -1
- package/index.js +24 -0
- package/index.js.map +1 -1
- 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 AlertOctagonFilledIcon = 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: "M8.7 2.25C8.46249 2.25 8.23103 2.29047 8.0079 2.38964C7.78802 2.48736 7.61395 2.62539 7.46967 2.76967L2.76967 7.46967C2.62539 7.61395 2.48736 7.78802 2.38964 8.0079C2.29047 8.23103 2.25 8.46249 2.25 8.7V15.3C2.25 15.5375 2.29047 15.769 2.38964 15.9921C2.48736 16.212 2.62539 16.3861 2.76967 16.5303L7.46967 21.2303C7.61395 21.3746 7.78802 21.5126 8.0079 21.6104C8.23103 21.7095 8.46249 21.75 8.7 21.75H15.3C15.5375 21.75 15.769 21.7095 15.9921 21.6104C16.212 21.5126 16.3861 21.3746 16.5303 21.2303L21.2303 16.5303C21.3746 16.3861 21.5126 16.212 21.6104 15.9921C21.7095 15.769 21.75 15.5375 21.75 15.3V8.7C21.75 8.46249 21.7095 8.23103 21.6104 8.0079C21.5126 7.78802 21.3746 7.61395 21.2303 7.46967L16.5303 2.76967C16.3861 2.62539 16.212 2.48736 15.9921 2.38964C15.769 2.29047 15.5375 2.25 15.3 2.25H8.7ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12V8ZM12 15.25C11.5858 15.25 11.25 15.5858 11.25 16C11.25 16.4142 11.5858 16.75 12 16.75H12.01C12.4242 16.75 12.76 16.4142 12.76 16C12.76 15.5858 12.4242 15.25 12.01 15.25H12Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
export { AlertOctagonFilledIcon as default };
|
|
16
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/AlertOctagonFilledIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst AlertOctagonFilledIcon = 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=\"M8.7 2.25C8.46249 2.25 8.23103 2.29047 8.0079 2.38964C7.78802 2.48736 7.61395 2.62539 7.46967 2.76967L2.76967 7.46967C2.62539 7.61395 2.48736 7.78802 2.38964 8.0079C2.29047 8.23103 2.25 8.46249 2.25 8.7V15.3C2.25 15.5375 2.29047 15.769 2.38964 15.9921C2.48736 16.212 2.62539 16.3861 2.76967 16.5303L7.46967 21.2303C7.61395 21.3746 7.78802 21.5126 8.0079 21.6104C8.23103 21.7095 8.46249 21.75 8.7 21.75H15.3C15.5375 21.75 15.769 21.7095 15.9921 21.6104C16.212 21.5126 16.3861 21.3746 16.5303 21.2303L21.2303 16.5303C21.3746 16.3861 21.5126 16.212 21.6104 15.9921C21.7095 15.769 21.75 15.5375 21.75 15.3V8.7C21.75 8.46249 21.7095 8.23103 21.6104 8.0079C21.5126 7.78802 21.3746 7.61395 21.2303 7.46967L16.5303 2.76967C16.3861 2.62539 16.212 2.48736 15.9921 2.38964C15.769 2.29047 15.5375 2.25 15.3 2.25H8.7ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12V8ZM12 15.25C11.5858 15.25 11.25 15.5858 11.25 16C11.25 16.4142 11.5858 16.75 12 16.75H12.01C12.4242 16.75 12.76 16.4142 12.76 16C12.76 15.5858 12.4242 15.25 12.01 15.25H12Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default AlertOctagonFilledIcon;\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 AlertOctagonFilledIcon = 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: "M8.7 2.25C8.46249 2.25 8.23103 2.29047 8.0079 2.38964C7.78802 2.48736 7.61395 2.62539 7.46967 2.76967L2.76967 7.46967C2.62539 7.61395 2.48736 7.78802 2.38964 8.0079C2.29047 8.23103 2.25 8.46249 2.25 8.7V15.3C2.25 15.5375 2.29047 15.769 2.38964 15.9921C2.48736 16.212 2.62539 16.3861 2.76967 16.5303L7.46967 21.2303C7.61395 21.3746 7.78802 21.5126 8.0079 21.6104C8.23103 21.7095 8.46249 21.75 8.7 21.75H15.3C15.5375 21.75 15.769 21.7095 15.9921 21.6104C16.212 21.5126 16.3861 21.3746 16.5303 21.2303L21.2303 16.5303C21.3746 16.3861 21.5126 16.212 21.6104 15.9921C21.7095 15.769 21.75 15.5375 21.75 15.3V8.7C21.75 8.46249 21.7095 8.23103 21.6104 8.0079C21.5126 7.78802 21.3746 7.61395 21.2303 7.46967L16.5303 2.76967C16.3861 2.62539 16.212 2.48736 15.9921 2.38964C15.769 2.29047 15.5375 2.25 15.3 2.25H8.7ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12V8ZM12 15.25C11.5858 15.25 11.25 15.5858 11.25 16C11.25 16.4142 11.5858 16.75 12 16.75H12.01C12.4242 16.75 12.76 16.4142 12.76 16C12.76 15.5858 12.4242 15.25 12.01 15.25H12Z"
|
|
38
|
+
}
|
|
39
|
+
));
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
exports.default = AlertOctagonFilledIcon;
|
|
43
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/AlertOctagonFilledIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst AlertOctagonFilledIcon = 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=\"M8.7 2.25C8.46249 2.25 8.23103 2.29047 8.0079 2.38964C7.78802 2.48736 7.61395 2.62539 7.46967 2.76967L2.76967 7.46967C2.62539 7.61395 2.48736 7.78802 2.38964 8.0079C2.29047 8.23103 2.25 8.46249 2.25 8.7V15.3C2.25 15.5375 2.29047 15.769 2.38964 15.9921C2.48736 16.212 2.62539 16.3861 2.76967 16.5303L7.46967 21.2303C7.61395 21.3746 7.78802 21.5126 8.0079 21.6104C8.23103 21.7095 8.46249 21.75 8.7 21.75H15.3C15.5375 21.75 15.769 21.7095 15.9921 21.6104C16.212 21.5126 16.3861 21.3746 16.5303 21.2303L21.2303 16.5303C21.3746 16.3861 21.5126 16.212 21.6104 15.9921C21.7095 15.769 21.75 15.5375 21.75 15.3V8.7C21.75 8.46249 21.7095 8.23103 21.6104 8.0079C21.5126 7.78802 21.3746 7.61395 21.2303 7.46967L16.5303 2.76967C16.3861 2.62539 16.212 2.48736 15.9921 2.38964C15.769 2.29047 15.5375 2.25 15.3 2.25H8.7ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12V8ZM12 15.25C11.5858 15.25 11.25 15.5858 11.25 16C11.25 16.4142 11.5858 16.75 12 16.75H12.01C12.4242 16.75 12.76 16.4142 12.76 16C12.76 15.5858 12.4242 15.25 12.01 15.25H12Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default AlertOctagonFilledIcon;\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,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const AlertTriangleIcon = 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: "M10.5963 3.38038C11.0196 3.13134 11.502 3 11.9934 3C12.4849 3 12.9673 3.13134 13.3906 3.38038C13.8116 3.62805 14.1588 3.98312 14.3966 4.40904L21.4957 16.6309C21.5134 16.6613 21.5289 16.693 21.5421 16.7256C21.7105 17.1408 21.7744 17.5907 21.7284 18.0362C21.6825 18.4818 21.5279 18.9093 21.2783 19.2815C21.0287 19.6537 20.6916 19.9594 20.2965 20.1718C19.9013 20.3841 19.4601 20.4968 19.0112 20.5L19.006 20.5H5.00094C4.98254 20.5 4.96429 20.4993 4.94623 20.498C4.91535 20.5003 4.88399 20.5006 4.85227 20.499C4.41403 20.4764 3.98755 20.3496 3.60844 20.1291C3.22934 19.9086 2.9086 19.6008 2.67301 19.2313C2.43741 18.8619 2.2938 18.4416 2.25417 18.0056C2.21453 17.5695 2.28001 17.1303 2.44515 16.7246C2.45828 16.6923 2.47365 16.661 2.49115 16.6309L9.59024 4.40906C9.82805 3.98314 10.1753 3.62805 10.5963 3.38038ZM4.94571 19.0047C4.96395 19.0034 4.98236 19.0027 5.00094 19.0027H19.003C19.2062 19.0009 19.406 18.9497 19.5849 18.8535C19.7645 18.757 19.9178 18.6181 20.0312 18.4489C20.1447 18.2797 20.2149 18.0854 20.2358 17.8828C20.2551 17.6958 20.2318 17.5071 20.1678 17.3307L13.095 5.15393L13.0876 5.14096C12.9795 4.94594 12.8209 4.78338 12.6285 4.67018C12.4361 4.55698 12.2168 4.49728 11.9934 4.49728C11.7701 4.49728 11.5508 4.55698 11.3584 4.67018C11.166 4.78338 11.0074 4.94594 10.8993 5.14096L10.8919 5.15393L3.81876 17.3312C3.756 17.5034 3.73195 17.6875 3.74857 17.8703C3.76659 18.0685 3.83187 18.2596 3.93895 18.4275C4.04604 18.5954 4.19183 18.7353 4.36415 18.8356C4.53647 18.9358 4.73032 18.9934 4.92953 19.0037C4.93494 19.004 4.94033 19.0043 4.94571 19.0047ZM12.0035 8.02081C12.4179 8.02081 12.7538 8.35599 12.7538 8.76945V12.7658C12.7538 13.1793 12.4179 13.5145 12.0035 13.5145C11.5891 13.5145 11.2532 13.1793 11.2532 12.7658V8.76945C11.2532 8.35599 11.5891 8.02081 12.0035 8.02081ZM12.0035 15.0099C12.4179 15.0099 12.7538 15.3451 12.7538 15.7586V15.7686C12.7538 16.182 12.4179 16.5172 12.0035 16.5172C11.5891 16.5172 11.2532 16.182 11.2532 15.7686V15.7586C11.2532 15.3451 11.5891 15.0099 12.0035 15.0099Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
export { AlertTriangleIcon as default };
|
|
16
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/AlertTriangleIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst AlertTriangleIcon = 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=\"M10.5963 3.38038C11.0196 3.13134 11.502 3 11.9934 3C12.4849 3 12.9673 3.13134 13.3906 3.38038C13.8116 3.62805 14.1588 3.98312 14.3966 4.40904L21.4957 16.6309C21.5134 16.6613 21.5289 16.693 21.5421 16.7256C21.7105 17.1408 21.7744 17.5907 21.7284 18.0362C21.6825 18.4818 21.5279 18.9093 21.2783 19.2815C21.0287 19.6537 20.6916 19.9594 20.2965 20.1718C19.9013 20.3841 19.4601 20.4968 19.0112 20.5L19.006 20.5H5.00094C4.98254 20.5 4.96429 20.4993 4.94623 20.498C4.91535 20.5003 4.88399 20.5006 4.85227 20.499C4.41403 20.4764 3.98755 20.3496 3.60844 20.1291C3.22934 19.9086 2.9086 19.6008 2.67301 19.2313C2.43741 18.8619 2.2938 18.4416 2.25417 18.0056C2.21453 17.5695 2.28001 17.1303 2.44515 16.7246C2.45828 16.6923 2.47365 16.661 2.49115 16.6309L9.59024 4.40906C9.82805 3.98314 10.1753 3.62805 10.5963 3.38038ZM4.94571 19.0047C4.96395 19.0034 4.98236 19.0027 5.00094 19.0027H19.003C19.2062 19.0009 19.406 18.9497 19.5849 18.8535C19.7645 18.757 19.9178 18.6181 20.0312 18.4489C20.1447 18.2797 20.2149 18.0854 20.2358 17.8828C20.2551 17.6958 20.2318 17.5071 20.1678 17.3307L13.095 5.15393L13.0876 5.14096C12.9795 4.94594 12.8209 4.78338 12.6285 4.67018C12.4361 4.55698 12.2168 4.49728 11.9934 4.49728C11.7701 4.49728 11.5508 4.55698 11.3584 4.67018C11.166 4.78338 11.0074 4.94594 10.8993 5.14096L10.8919 5.15393L3.81876 17.3312C3.756 17.5034 3.73195 17.6875 3.74857 17.8703C3.76659 18.0685 3.83187 18.2596 3.93895 18.4275C4.04604 18.5954 4.19183 18.7353 4.36415 18.8356C4.53647 18.9358 4.73032 18.9934 4.92953 19.0037C4.93494 19.004 4.94033 19.0043 4.94571 19.0047ZM12.0035 8.02081C12.4179 8.02081 12.7538 8.35599 12.7538 8.76945V12.7658C12.7538 13.1793 12.4179 13.5145 12.0035 13.5145C11.5891 13.5145 11.2532 13.1793 11.2532 12.7658V8.76945C11.2532 8.35599 11.5891 8.02081 12.0035 8.02081ZM12.0035 15.0099C12.4179 15.0099 12.7538 15.3451 12.7538 15.7586V15.7686C12.7538 16.182 12.4179 16.5172 12.0035 16.5172C11.5891 16.5172 11.2532 16.182 11.2532 15.7686V15.7586C11.2532 15.3451 11.5891 15.0099 12.0035 15.0099Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default AlertTriangleIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,iBAAoB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC5F,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 AlertTriangleIcon = 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: "M10.5963 3.38038C11.0196 3.13134 11.502 3 11.9934 3C12.4849 3 12.9673 3.13134 13.3906 3.38038C13.8116 3.62805 14.1588 3.98312 14.3966 4.40904L21.4957 16.6309C21.5134 16.6613 21.5289 16.693 21.5421 16.7256C21.7105 17.1408 21.7744 17.5907 21.7284 18.0362C21.6825 18.4818 21.5279 18.9093 21.2783 19.2815C21.0287 19.6537 20.6916 19.9594 20.2965 20.1718C19.9013 20.3841 19.4601 20.4968 19.0112 20.5L19.006 20.5H5.00094C4.98254 20.5 4.96429 20.4993 4.94623 20.498C4.91535 20.5003 4.88399 20.5006 4.85227 20.499C4.41403 20.4764 3.98755 20.3496 3.60844 20.1291C3.22934 19.9086 2.9086 19.6008 2.67301 19.2313C2.43741 18.8619 2.2938 18.4416 2.25417 18.0056C2.21453 17.5695 2.28001 17.1303 2.44515 16.7246C2.45828 16.6923 2.47365 16.661 2.49115 16.6309L9.59024 4.40906C9.82805 3.98314 10.1753 3.62805 10.5963 3.38038ZM4.94571 19.0047C4.96395 19.0034 4.98236 19.0027 5.00094 19.0027H19.003C19.2062 19.0009 19.406 18.9497 19.5849 18.8535C19.7645 18.757 19.9178 18.6181 20.0312 18.4489C20.1447 18.2797 20.2149 18.0854 20.2358 17.8828C20.2551 17.6958 20.2318 17.5071 20.1678 17.3307L13.095 5.15393L13.0876 5.14096C12.9795 4.94594 12.8209 4.78338 12.6285 4.67018C12.4361 4.55698 12.2168 4.49728 11.9934 4.49728C11.7701 4.49728 11.5508 4.55698 11.3584 4.67018C11.166 4.78338 11.0074 4.94594 10.8993 5.14096L10.8919 5.15393L3.81876 17.3312C3.756 17.5034 3.73195 17.6875 3.74857 17.8703C3.76659 18.0685 3.83187 18.2596 3.93895 18.4275C4.04604 18.5954 4.19183 18.7353 4.36415 18.8356C4.53647 18.9358 4.73032 18.9934 4.92953 19.0037C4.93494 19.004 4.94033 19.0043 4.94571 19.0047ZM12.0035 8.02081C12.4179 8.02081 12.7538 8.35599 12.7538 8.76945V12.7658C12.7538 13.1793 12.4179 13.5145 12.0035 13.5145C11.5891 13.5145 11.2532 13.1793 11.2532 12.7658V8.76945C11.2532 8.35599 11.5891 8.02081 12.0035 8.02081ZM12.0035 15.0099C12.4179 15.0099 12.7538 15.3451 12.7538 15.7586V15.7686C12.7538 16.182 12.4179 16.5172 12.0035 16.5172C11.5891 16.5172 11.2532 16.182 11.2532 15.7686V15.7586C11.2532 15.3451 11.5891 15.0099 12.0035 15.0099Z"
|
|
38
|
+
}
|
|
39
|
+
));
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
exports.default = AlertTriangleIcon;
|
|
43
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/AlertTriangleIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst AlertTriangleIcon = 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=\"M10.5963 3.38038C11.0196 3.13134 11.502 3 11.9934 3C12.4849 3 12.9673 3.13134 13.3906 3.38038C13.8116 3.62805 14.1588 3.98312 14.3966 4.40904L21.4957 16.6309C21.5134 16.6613 21.5289 16.693 21.5421 16.7256C21.7105 17.1408 21.7744 17.5907 21.7284 18.0362C21.6825 18.4818 21.5279 18.9093 21.2783 19.2815C21.0287 19.6537 20.6916 19.9594 20.2965 20.1718C19.9013 20.3841 19.4601 20.4968 19.0112 20.5L19.006 20.5H5.00094C4.98254 20.5 4.96429 20.4993 4.94623 20.498C4.91535 20.5003 4.88399 20.5006 4.85227 20.499C4.41403 20.4764 3.98755 20.3496 3.60844 20.1291C3.22934 19.9086 2.9086 19.6008 2.67301 19.2313C2.43741 18.8619 2.2938 18.4416 2.25417 18.0056C2.21453 17.5695 2.28001 17.1303 2.44515 16.7246C2.45828 16.6923 2.47365 16.661 2.49115 16.6309L9.59024 4.40906C9.82805 3.98314 10.1753 3.62805 10.5963 3.38038ZM4.94571 19.0047C4.96395 19.0034 4.98236 19.0027 5.00094 19.0027H19.003C19.2062 19.0009 19.406 18.9497 19.5849 18.8535C19.7645 18.757 19.9178 18.6181 20.0312 18.4489C20.1447 18.2797 20.2149 18.0854 20.2358 17.8828C20.2551 17.6958 20.2318 17.5071 20.1678 17.3307L13.095 5.15393L13.0876 5.14096C12.9795 4.94594 12.8209 4.78338 12.6285 4.67018C12.4361 4.55698 12.2168 4.49728 11.9934 4.49728C11.7701 4.49728 11.5508 4.55698 11.3584 4.67018C11.166 4.78338 11.0074 4.94594 10.8993 5.14096L10.8919 5.15393L3.81876 17.3312C3.756 17.5034 3.73195 17.6875 3.74857 17.8703C3.76659 18.0685 3.83187 18.2596 3.93895 18.4275C4.04604 18.5954 4.19183 18.7353 4.36415 18.8356C4.53647 18.9358 4.73032 18.9934 4.92953 19.0037C4.93494 19.004 4.94033 19.0043 4.94571 19.0047ZM12.0035 8.02081C12.4179 8.02081 12.7538 8.35599 12.7538 8.76945V12.7658C12.7538 13.1793 12.4179 13.5145 12.0035 13.5145C11.5891 13.5145 11.2532 13.1793 11.2532 12.7658V8.76945C11.2532 8.35599 11.5891 8.02081 12.0035 8.02081ZM12.0035 15.0099C12.4179 15.0099 12.7538 15.3451 12.7538 15.7586V15.7686C12.7538 16.182 12.4179 16.5172 12.0035 16.5172C11.5891 16.5172 11.2532 16.182 11.2532 15.7686V15.7586C11.2532 15.3451 11.5891 15.0099 12.0035 15.0099Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default AlertTriangleIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,iBAAoB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC5F,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;;;;"}
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,9 @@ export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIco
|
|
|
4
4
|
export { default as AdjustmentsIcon } from './AdjustmentsIcon';
|
|
5
5
|
export { default as AffiliatesIcon } from './AffiliatesIcon';
|
|
6
6
|
export { default as AlertCircleIcon } from './AlertCircleIcon';
|
|
7
|
+
export { default as AlertOctagonFilledIcon } from './AlertOctagonFilledIcon';
|
|
7
8
|
export { default as AlertTriangleFilledIcon } from './AlertTriangleFilledIcon';
|
|
9
|
+
export { default as AlertTriangleIcon } from './AlertTriangleIcon';
|
|
8
10
|
export { default as AlignCenterIcon } from './AlignCenterIcon';
|
|
9
11
|
export { default as AlignJustifiedIcon } from './AlignJustifiedIcon';
|
|
10
12
|
export { default as AlignLeftIcon } from './AlignLeftIcon';
|
package/index.esm.js
CHANGED
|
@@ -67,6 +67,17 @@ const AlertCircleIcon = React.forwardRef((props, ref) => {
|
|
|
67
67
|
));
|
|
68
68
|
});
|
|
69
69
|
|
|
70
|
+
const AlertOctagonFilledIcon = React.forwardRef((props, ref) => {
|
|
71
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
72
|
+
"path",
|
|
73
|
+
{
|
|
74
|
+
fillRule: "evenodd",
|
|
75
|
+
clipRule: "evenodd",
|
|
76
|
+
d: "M8.7 2.25C8.46249 2.25 8.23103 2.29047 8.0079 2.38964C7.78802 2.48736 7.61395 2.62539 7.46967 2.76967L2.76967 7.46967C2.62539 7.61395 2.48736 7.78802 2.38964 8.0079C2.29047 8.23103 2.25 8.46249 2.25 8.7V15.3C2.25 15.5375 2.29047 15.769 2.38964 15.9921C2.48736 16.212 2.62539 16.3861 2.76967 16.5303L7.46967 21.2303C7.61395 21.3746 7.78802 21.5126 8.0079 21.6104C8.23103 21.7095 8.46249 21.75 8.7 21.75H15.3C15.5375 21.75 15.769 21.7095 15.9921 21.6104C16.212 21.5126 16.3861 21.3746 16.5303 21.2303L21.2303 16.5303C21.3746 16.3861 21.5126 16.212 21.6104 15.9921C21.7095 15.769 21.75 15.5375 21.75 15.3V8.7C21.75 8.46249 21.7095 8.23103 21.6104 8.0079C21.5126 7.78802 21.3746 7.61395 21.2303 7.46967L16.5303 2.76967C16.3861 2.62539 16.212 2.48736 15.9921 2.38964C15.769 2.29047 15.5375 2.25 15.3 2.25H8.7ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12V8ZM12 15.25C11.5858 15.25 11.25 15.5858 11.25 16C11.25 16.4142 11.5858 16.75 12 16.75H12.01C12.4242 16.75 12.76 16.4142 12.76 16C12.76 15.5858 12.4242 15.25 12.01 15.25H12Z"
|
|
77
|
+
}
|
|
78
|
+
));
|
|
79
|
+
});
|
|
80
|
+
|
|
70
81
|
const AlertTriangleFilledIcon = React.forwardRef((props, ref) => {
|
|
71
82
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
72
83
|
"path",
|
|
@@ -78,6 +89,17 @@ const AlertTriangleFilledIcon = React.forwardRef((props, ref) => {
|
|
|
78
89
|
));
|
|
79
90
|
});
|
|
80
91
|
|
|
92
|
+
const AlertTriangleIcon = React.forwardRef((props, ref) => {
|
|
93
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
94
|
+
"path",
|
|
95
|
+
{
|
|
96
|
+
fillRule: "evenodd",
|
|
97
|
+
clipRule: "evenodd",
|
|
98
|
+
d: "M10.5963 3.38038C11.0196 3.13134 11.502 3 11.9934 3C12.4849 3 12.9673 3.13134 13.3906 3.38038C13.8116 3.62805 14.1588 3.98312 14.3966 4.40904L21.4957 16.6309C21.5134 16.6613 21.5289 16.693 21.5421 16.7256C21.7105 17.1408 21.7744 17.5907 21.7284 18.0362C21.6825 18.4818 21.5279 18.9093 21.2783 19.2815C21.0287 19.6537 20.6916 19.9594 20.2965 20.1718C19.9013 20.3841 19.4601 20.4968 19.0112 20.5L19.006 20.5H5.00094C4.98254 20.5 4.96429 20.4993 4.94623 20.498C4.91535 20.5003 4.88399 20.5006 4.85227 20.499C4.41403 20.4764 3.98755 20.3496 3.60844 20.1291C3.22934 19.9086 2.9086 19.6008 2.67301 19.2313C2.43741 18.8619 2.2938 18.4416 2.25417 18.0056C2.21453 17.5695 2.28001 17.1303 2.44515 16.7246C2.45828 16.6923 2.47365 16.661 2.49115 16.6309L9.59024 4.40906C9.82805 3.98314 10.1753 3.62805 10.5963 3.38038ZM4.94571 19.0047C4.96395 19.0034 4.98236 19.0027 5.00094 19.0027H19.003C19.2062 19.0009 19.406 18.9497 19.5849 18.8535C19.7645 18.757 19.9178 18.6181 20.0312 18.4489C20.1447 18.2797 20.2149 18.0854 20.2358 17.8828C20.2551 17.6958 20.2318 17.5071 20.1678 17.3307L13.095 5.15393L13.0876 5.14096C12.9795 4.94594 12.8209 4.78338 12.6285 4.67018C12.4361 4.55698 12.2168 4.49728 11.9934 4.49728C11.7701 4.49728 11.5508 4.55698 11.3584 4.67018C11.166 4.78338 11.0074 4.94594 10.8993 5.14096L10.8919 5.15393L3.81876 17.3312C3.756 17.5034 3.73195 17.6875 3.74857 17.8703C3.76659 18.0685 3.83187 18.2596 3.93895 18.4275C4.04604 18.5954 4.19183 18.7353 4.36415 18.8356C4.53647 18.9358 4.73032 18.9934 4.92953 19.0037C4.93494 19.004 4.94033 19.0043 4.94571 19.0047ZM12.0035 8.02081C12.4179 8.02081 12.7538 8.35599 12.7538 8.76945V12.7658C12.7538 13.1793 12.4179 13.5145 12.0035 13.5145C11.5891 13.5145 11.2532 13.1793 11.2532 12.7658V8.76945C11.2532 8.35599 11.5891 8.02081 12.0035 8.02081ZM12.0035 15.0099C12.4179 15.0099 12.7538 15.3451 12.7538 15.7586V15.7686C12.7538 16.182 12.4179 16.5172 12.0035 16.5172C11.5891 16.5172 11.2532 16.182 11.2532 15.7686V15.7586C11.2532 15.3451 11.5891 15.0099 12.0035 15.0099Z"
|
|
99
|
+
}
|
|
100
|
+
));
|
|
101
|
+
});
|
|
102
|
+
|
|
81
103
|
const AlignCenterIcon = React.forwardRef((props, ref) => {
|
|
82
104
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
83
105
|
"path",
|
|
@@ -2042,5 +2064,5 @@ const XIcon = React.forwardRef((props, ref) => {
|
|
|
2042
2064
|
));
|
|
2043
2065
|
});
|
|
2044
2066
|
|
|
2045
|
-
export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertTriangleFilledIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, ArrowsLeftRightIcon, ArrowsRightLeftIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, ContainerTemplateIcon, CopyIcon, CopyPageIcon, CornerUpRightIcon, CreditCardIcon, CrownIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiamondIcon, DiscountCheckFilledIcon, DomainIcon, DotsHorizontalIcon, DotsVerticalIcon, DownloadIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandBottomIcon, ExpandDiagonalIcon, ExpandIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileReportIcon, FilesIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RouterIcon, SFTPIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SelectorIcon, SendIcon, ServerCogIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SiteLockIcon, SiteLockOpenIcon, SocialIcon, SpeakerphoneIcon, StarIcon, StarOffIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserHeartIcon, UserIcon, UserPlusIcon, UsersIcon, WalletIcon, WebsiteIcon, WhatsappIcon, WidescreenIcon, WidgetsIcon, WordpressIcon, WorldIcon, XIcon };
|
|
2067
|
+
export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertOctagonFilledIcon, AlertTriangleFilledIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, ArrowsLeftRightIcon, ArrowsRightLeftIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, ContainerTemplateIcon, CopyIcon, CopyPageIcon, CornerUpRightIcon, CreditCardIcon, CrownIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiamondIcon, DiscountCheckFilledIcon, DomainIcon, DotsHorizontalIcon, DotsVerticalIcon, DownloadIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandBottomIcon, ExpandDiagonalIcon, ExpandIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileReportIcon, FilesIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RouterIcon, SFTPIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SelectorIcon, SendIcon, ServerCogIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SiteLockIcon, SiteLockOpenIcon, SocialIcon, SpeakerphoneIcon, StarIcon, StarOffIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserHeartIcon, UserIcon, UserPlusIcon, UsersIcon, WalletIcon, WebsiteIcon, WhatsappIcon, WidescreenIcon, WidgetsIcon, WordpressIcon, WorldIcon, XIcon };
|
|
2046
2068
|
//# sourceMappingURL=index.esm.js.map
|