@elementor/icons 1.20.1 → 1.22.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/ArrowsLeftRightIcon/index.d.ts +4 -0
- package/ArrowsLeftRightIcon/index.esm.js +9 -0
- package/ArrowsLeftRightIcon/index.esm.js.map +1 -0
- package/ArrowsLeftRightIcon/index.js +36 -0
- package/ArrowsLeftRightIcon/index.js.map +1 -0
- package/ArrowsLeftRightIcon/package.json +7 -0
- package/ArrowsRightLeftIcon/index.d.ts +4 -0
- package/ArrowsRightLeftIcon/index.esm.js +9 -0
- package/ArrowsRightLeftIcon/index.esm.js.map +1 -0
- package/ArrowsRightLeftIcon/index.js +36 -0
- package/ArrowsRightLeftIcon/index.js.map +1 -0
- package/ArrowsRightLeftIcon/package.json +7 -0
- package/index.d.ts +3 -0
- package/index.esm.js +20 -1
- package/index.esm.js.map +1 -1
- package/index.js +22 -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,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ArrowsLeftRightIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M6.53033 3.46967C6.82322 3.76256 6.82322 4.23744 6.53033 4.53033L4.81066 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7C21.75 7.41421 21.4142 7.75 21 7.75H4.81066L6.53033 9.46967C6.82322 9.76256 6.82322 10.2374 6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303L2.46967 7.53033C2.17678 7.23744 2.17678 6.76256 2.46967 6.46967L5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967Z" }), /* @__PURE__ */ React.createElement("path", { d: "M17.4697 13.4697C17.7626 13.1768 18.2374 13.1768 18.5303 13.4697L21.5303 16.4697C21.8232 16.7626 21.8232 17.2374 21.5303 17.5303L18.5303 20.5303C18.2374 20.8232 17.7626 20.8232 17.4697 20.5303C17.1768 20.2374 17.1768 19.7626 17.4697 19.4697L19.1893 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H19.1893L17.4697 14.5303C17.1768 14.2374 17.1768 13.7626 17.4697 13.4697Z" }));
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
export { ArrowsLeftRightIcon as default };
|
|
9
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/ArrowsLeftRightIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsLeftRightIcon = 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=\"M6.53033 3.46967C6.82322 3.76256 6.82322 4.23744 6.53033 4.53033L4.81066 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7C21.75 7.41421 21.4142 7.75 21 7.75H4.81066L6.53033 9.46967C6.82322 9.76256 6.82322 10.2374 6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303L2.46967 7.53033C2.17678 7.23744 2.17678 6.76256 2.46967 6.46967L5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967Z\" />\n\t\t\t<path d=\"M17.4697 13.4697C17.7626 13.1768 18.2374 13.1768 18.5303 13.4697L21.5303 16.4697C21.8232 16.7626 21.8232 17.2374 21.5303 17.5303L18.5303 20.5303C18.2374 20.8232 17.7626 20.8232 17.4697 20.5303C17.1768 20.2374 17.1768 19.7626 17.4697 19.4697L19.1893 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H19.1893L17.4697 14.5303C17.1768 14.2374 17.1768 13.7626 17.4697 13.4697Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsLeftRightIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,mBAAsB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC9F,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,mZAAkZ,CAC1Z,kBAAA,KAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,mZAAkZ,CAC3Z,CAAA;AAEF,CAAE;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 ArrowsLeftRightIcon = 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: "M6.53033 3.46967C6.82322 3.76256 6.82322 4.23744 6.53033 4.53033L4.81066 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7C21.75 7.41421 21.4142 7.75 21 7.75H4.81066L6.53033 9.46967C6.82322 9.76256 6.82322 10.2374 6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303L2.46967 7.53033C2.17678 7.23744 2.17678 6.76256 2.46967 6.46967L5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.4697 13.4697C17.7626 13.1768 18.2374 13.1768 18.5303 13.4697L21.5303 16.4697C21.8232 16.7626 21.8232 17.2374 21.5303 17.5303L18.5303 20.5303C18.2374 20.8232 17.7626 20.8232 17.4697 20.5303C17.1768 20.2374 17.1768 19.7626 17.4697 19.4697L19.1893 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H19.1893L17.4697 14.5303C17.1768 14.2374 17.1768 13.7626 17.4697 13.4697Z" }));
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
exports.default = ArrowsLeftRightIcon;
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/ArrowsLeftRightIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsLeftRightIcon = 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=\"M6.53033 3.46967C6.82322 3.76256 6.82322 4.23744 6.53033 4.53033L4.81066 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7C21.75 7.41421 21.4142 7.75 21 7.75H4.81066L6.53033 9.46967C6.82322 9.76256 6.82322 10.2374 6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303L2.46967 7.53033C2.17678 7.23744 2.17678 6.76256 2.46967 6.46967L5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967Z\" />\n\t\t\t<path d=\"M17.4697 13.4697C17.7626 13.1768 18.2374 13.1768 18.5303 13.4697L21.5303 16.4697C21.8232 16.7626 21.8232 17.2374 21.5303 17.5303L18.5303 20.5303C18.2374 20.8232 17.7626 20.8232 17.4697 20.5303C17.1768 20.2374 17.1768 19.7626 17.4697 19.4697L19.1893 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H19.1893L17.4697 14.5303C17.1768 14.2374 17.1768 13.7626 17.4697 13.4697Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsLeftRightIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,mBAAsB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC9F,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,mZAAkZ,CAC1Z,kBAAAA,gBAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,mZAAkZ,CAC3Z,CAAA;AAEF,CAAE;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ArrowsRightLeftIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M17.4697 3.46967C17.7626 3.17678 18.2374 3.17678 18.5303 3.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L18.5303 10.5303C18.2374 10.8232 17.7626 10.8232 17.4697 10.5303C17.1768 10.2374 17.1768 9.76256 17.4697 9.46967L19.1893 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H19.1893L17.4697 4.53033C17.1768 4.23744 17.1768 3.76256 17.4697 3.46967Z" }), /* @__PURE__ */ React.createElement("path", { d: "M6.53033 13.4697C6.82322 13.7626 6.82322 14.2374 6.53033 14.5303L4.81066 16.25H21C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H4.81066L6.53033 19.4697C6.82322 19.7626 6.82322 20.2374 6.53033 20.5303C6.23744 20.8232 5.76256 20.8232 5.46967 20.5303L2.46967 17.5303C2.17678 17.2374 2.17678 16.7626 2.46967 16.4697L5.46967 13.4697C5.76256 13.1768 6.23744 13.1768 6.53033 13.4697Z" }));
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
export { ArrowsRightLeftIcon as default };
|
|
9
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/ArrowsRightLeftIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsRightLeftIcon = 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=\"M17.4697 3.46967C17.7626 3.17678 18.2374 3.17678 18.5303 3.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L18.5303 10.5303C18.2374 10.8232 17.7626 10.8232 17.4697 10.5303C17.1768 10.2374 17.1768 9.76256 17.4697 9.46967L19.1893 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H19.1893L17.4697 4.53033C17.1768 4.23744 17.1768 3.76256 17.4697 3.46967Z\" />\n\t\t\t<path d=\"M6.53033 13.4697C6.82322 13.7626 6.82322 14.2374 6.53033 14.5303L4.81066 16.25H21C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H4.81066L6.53033 19.4697C6.82322 19.7626 6.82322 20.2374 6.53033 20.5303C6.23744 20.8232 5.76256 20.8232 5.46967 20.5303L2.46967 17.5303C2.17678 17.2374 2.17678 16.7626 2.46967 16.4697L5.46967 13.4697C5.76256 13.1768 6.23744 13.1768 6.53033 13.4697Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsRightLeftIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,mBAAsB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC9F,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,8YAA6Y,CACrZ,kBAAA,KAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,wZAAuZ,CACha,CAAA;AAEF,CAAE;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 ArrowsRightLeftIcon = 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: "M17.4697 3.46967C17.7626 3.17678 18.2374 3.17678 18.5303 3.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L18.5303 10.5303C18.2374 10.8232 17.7626 10.8232 17.4697 10.5303C17.1768 10.2374 17.1768 9.76256 17.4697 9.46967L19.1893 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H19.1893L17.4697 4.53033C17.1768 4.23744 17.1768 3.76256 17.4697 3.46967Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.53033 13.4697C6.82322 13.7626 6.82322 14.2374 6.53033 14.5303L4.81066 16.25H21C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H4.81066L6.53033 19.4697C6.82322 19.7626 6.82322 20.2374 6.53033 20.5303C6.23744 20.8232 5.76256 20.8232 5.46967 20.5303L2.46967 17.5303C2.17678 17.2374 2.17678 16.7626 2.46967 16.4697L5.46967 13.4697C5.76256 13.1768 6.23744 13.1768 6.53033 13.4697Z" }));
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
exports.default = ArrowsRightLeftIcon;
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/ArrowsRightLeftIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ArrowsRightLeftIcon = 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=\"M17.4697 3.46967C17.7626 3.17678 18.2374 3.17678 18.5303 3.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L18.5303 10.5303C18.2374 10.8232 17.7626 10.8232 17.4697 10.5303C17.1768 10.2374 17.1768 9.76256 17.4697 9.46967L19.1893 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H19.1893L17.4697 4.53033C17.1768 4.23744 17.1768 3.76256 17.4697 3.46967Z\" />\n\t\t\t<path d=\"M6.53033 13.4697C6.82322 13.7626 6.82322 14.2374 6.53033 14.5303L4.81066 16.25H21C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H4.81066L6.53033 19.4697C6.82322 19.7626 6.82322 20.2374 6.53033 20.5303C6.23744 20.8232 5.76256 20.8232 5.46967 20.5303L2.46967 17.5303C2.17678 17.2374 2.17678 16.7626 2.46967 16.4697L5.46967 13.4697C5.76256 13.1768 6.23744 13.1768 6.53033 13.4697Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ArrowsRightLeftIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,mBAAsB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC9F,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,8YAA6Y,CACrZ,kBAAAA,gBAAA,CAAA,aAAA,CAAC,MAAK,EAAA,EAAA,CAAA,EAAE,wZAAuZ,CACha,CAAA;AAEF,CAAE;;;;"}
|
package/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ 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';
|
|
8
9
|
export { default as AlignCenterIcon } from './AlignCenterIcon';
|
|
9
10
|
export { default as AlignJustifiedIcon } from './AlignJustifiedIcon';
|
|
@@ -18,6 +19,8 @@ export { default as ArrowLeftIcon } from './ArrowLeftIcon';
|
|
|
18
19
|
export { default as ArrowRightIcon } from './ArrowRightIcon';
|
|
19
20
|
export { default as ArrowUpRightIcon } from './ArrowUpRightIcon';
|
|
20
21
|
export { default as ArrowUpSmallIcon } from './ArrowUpSmallIcon';
|
|
22
|
+
export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
|
|
23
|
+
export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
|
|
21
24
|
export { default as BanIcon } from './BanIcon';
|
|
22
25
|
export { default as BoltIcon } from './BoltIcon';
|
|
23
26
|
export { default as BorderCornersIcon } from './BorderCornersIcon';
|
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",
|
|
@@ -235,6 +246,14 @@ const ArrowUpSmallIcon = React.forwardRef((props, ref) => {
|
|
|
235
246
|
));
|
|
236
247
|
});
|
|
237
248
|
|
|
249
|
+
const ArrowsLeftRightIcon = React.forwardRef((props, ref) => {
|
|
250
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M6.53033 3.46967C6.82322 3.76256 6.82322 4.23744 6.53033 4.53033L4.81066 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7C21.75 7.41421 21.4142 7.75 21 7.75H4.81066L6.53033 9.46967C6.82322 9.76256 6.82322 10.2374 6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303L2.46967 7.53033C2.17678 7.23744 2.17678 6.76256 2.46967 6.46967L5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967Z" }), /* @__PURE__ */ React.createElement("path", { d: "M17.4697 13.4697C17.7626 13.1768 18.2374 13.1768 18.5303 13.4697L21.5303 16.4697C21.8232 16.7626 21.8232 17.2374 21.5303 17.5303L18.5303 20.5303C18.2374 20.8232 17.7626 20.8232 17.4697 20.5303C17.1768 20.2374 17.1768 19.7626 17.4697 19.4697L19.1893 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H19.1893L17.4697 14.5303C17.1768 14.2374 17.1768 13.7626 17.4697 13.4697Z" }));
|
|
251
|
+
});
|
|
252
|
+
|
|
253
|
+
const ArrowsRightLeftIcon = React.forwardRef((props, ref) => {
|
|
254
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M17.4697 3.46967C17.7626 3.17678 18.2374 3.17678 18.5303 3.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L18.5303 10.5303C18.2374 10.8232 17.7626 10.8232 17.4697 10.5303C17.1768 10.2374 17.1768 9.76256 17.4697 9.46967L19.1893 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H19.1893L17.4697 4.53033C17.1768 4.23744 17.1768 3.76256 17.4697 3.46967Z" }), /* @__PURE__ */ React.createElement("path", { d: "M6.53033 13.4697C6.82322 13.7626 6.82322 14.2374 6.53033 14.5303L4.81066 16.25H21C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H4.81066L6.53033 19.4697C6.82322 19.7626 6.82322 20.2374 6.53033 20.5303C6.23744 20.8232 5.76256 20.8232 5.46967 20.5303L2.46967 17.5303C2.17678 17.2374 2.17678 16.7626 2.46967 16.4697L5.46967 13.4697C5.76256 13.1768 6.23744 13.1768 6.53033 13.4697Z" }));
|
|
255
|
+
});
|
|
256
|
+
|
|
238
257
|
const BanIcon = React.forwardRef((props, ref) => {
|
|
239
258
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
240
259
|
"path",
|
|
@@ -2034,5 +2053,5 @@ const XIcon = React.forwardRef((props, ref) => {
|
|
|
2034
2053
|
));
|
|
2035
2054
|
});
|
|
2036
2055
|
|
|
2037
|
-
export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertTriangleFilledIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, 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 };
|
|
2056
|
+
export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertOctagonFilledIcon, 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 };
|
|
2038
2057
|
//# sourceMappingURL=index.esm.js.map
|