@elementor/icons 1.7.0 → 1.9.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/LockFilledIcon/index.d.ts +4 -0
- package/LockFilledIcon/index.esm.js +10 -0
- package/LockFilledIcon/index.esm.js.map +1 -0
- package/LockFilledIcon/index.js +37 -0
- package/LockFilledIcon/index.js.map +1 -0
- package/LockFilledIcon/package.json +7 -0
- package/ShieldCheckIcon/index.d.ts +4 -0
- package/ShieldCheckIcon/index.esm.js +10 -0
- package/ShieldCheckIcon/index.esm.js.map +1 -0
- package/ShieldCheckIcon/index.js +37 -0
- package/ShieldCheckIcon/index.js.map +1 -0
- package/ShieldCheckIcon/package.json +7 -0
- package/SpeakerphoneIcon/index.d.ts +4 -0
- package/SpeakerphoneIcon/index.esm.js +10 -0
- package/SpeakerphoneIcon/index.esm.js.map +1 -0
- package/SpeakerphoneIcon/index.js +37 -0
- package/SpeakerphoneIcon/index.js.map +1 -0
- package/SpeakerphoneIcon/package.json +7 -0
- package/index.d.ts +3 -0
- package/index.esm.js +16 -1
- package/index.esm.js.map +1 -1
- package/index.js +18 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const LockFilledIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.75 3.5C10.888 3.5 10.0614 3.84241 9.4519 4.4519C8.84241 5.0614 8.5 5.88805 8.5 6.75V10H15V6.75C15 5.88805 14.6576 5.0614 14.0481 4.4519C13.4386 3.84241 12.612 3.5 11.75 3.5ZM16.5 10V6.75C16.5 5.49022 15.9996 4.28204 15.1088 3.39124C14.218 2.50044 13.0098 2 11.75 2C10.4902 2 9.28204 2.50044 8.39124 3.39124C7.50044 4.28204 7 5.49022 7 6.75V10H6.75C6.02065 10 5.32118 10.2897 4.80546 10.8055C4.28973 11.3212 4 12.0207 4 12.75V18.75C4 19.4793 4.28973 20.1788 4.80546 20.6945C5.32118 21.2103 6.02065 21.5 6.75 21.5H16.75C17.4793 21.5 18.1788 21.2103 18.6945 20.6945C19.2103 20.1788 19.5 19.4793 19.5 18.75V12.75C19.5 12.0207 19.2103 11.3212 18.6945 10.8055C18.1788 10.2897 17.4793 10 16.75 10H16.5Z" })));
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
export { LockFilledIcon as default };
|
|
10
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/LockFilledIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst LockFilledIcon = 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.75 3.5C10.888 3.5 10.0614 3.84241 9.4519 4.4519C8.84241 5.0614 8.5 5.88805 8.5 6.75V10H15V6.75C15 5.88805 14.6576 5.0614 14.0481 4.4519C13.4386 3.84241 12.612 3.5 11.75 3.5ZM16.5 10V6.75C16.5 5.49022 15.9996 4.28204 15.1088 3.39124C14.218 2.50044 13.0098 2 11.75 2C10.4902 2 9.28204 2.50044 8.39124 3.39124C7.50044 4.28204 7 5.49022 7 6.75V10H6.75C6.02065 10 5.32118 10.2897 4.80546 10.8055C4.28973 11.3212 4 12.0207 4 12.75V18.75C4 19.4793 4.28973 20.1788 4.80546 20.6945C5.32118 21.2103 6.02065 21.5 6.75 21.5H16.75C17.4793 21.5 18.1788 21.2103 18.6945 20.6945C19.2103 20.1788 19.5 19.4793 19.5 18.75V12.75C19.5 12.0207 19.2103 11.3212 18.6945 10.8055C18.1788 10.2897 17.4793 10 16.75 10H16.5Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default LockFilledIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,cAAc,GAAG,KAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AACtF,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,6rBAA6rB,EAAG,CAAA,CACruB,EACT;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
function _interopNamespace(e) {
|
|
11
|
+
if (e && e.__esModule) 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__*/_interopNamespace(React);
|
|
29
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
|
|
30
|
+
|
|
31
|
+
const LockFilledIcon = React__namespace.forwardRef((props, ref) => {
|
|
32
|
+
return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
33
|
+
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.75 3.5C10.888 3.5 10.0614 3.84241 9.4519 4.4519C8.84241 5.0614 8.5 5.88805 8.5 6.75V10H15V6.75C15 5.88805 14.6576 5.0614 14.0481 4.4519C13.4386 3.84241 12.612 3.5 11.75 3.5ZM16.5 10V6.75C16.5 5.49022 15.9996 4.28204 15.1088 3.39124C14.218 2.50044 13.0098 2 11.75 2C10.4902 2 9.28204 2.50044 8.39124 3.39124C7.50044 4.28204 7 5.49022 7 6.75V10H6.75C6.02065 10 5.32118 10.2897 4.80546 10.8055C4.28973 11.3212 4 12.0207 4 12.75V18.75C4 19.4793 4.28973 20.1788 4.80546 20.6945C5.32118 21.2103 6.02065 21.5 6.75 21.5H16.75C17.4793 21.5 18.1788 21.2103 18.6945 20.6945C19.2103 20.1788 19.5 19.4793 19.5 18.75V12.75C19.5 12.0207 19.2103 11.3212 18.6945 10.8055C18.1788 10.2897 17.4793 10 16.75 10H16.5Z" })));
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
exports["default"] = LockFilledIcon;
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/LockFilledIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst LockFilledIcon = 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.75 3.5C10.888 3.5 10.0614 3.84241 9.4519 4.4519C8.84241 5.0614 8.5 5.88805 8.5 6.75V10H15V6.75C15 5.88805 14.6576 5.0614 14.0481 4.4519C13.4386 3.84241 12.612 3.5 11.75 3.5ZM16.5 10V6.75C16.5 5.49022 15.9996 4.28204 15.1088 3.39124C14.218 2.50044 13.0098 2 11.75 2C10.4902 2 9.28204 2.50044 8.39124 3.39124C7.50044 4.28204 7 5.49022 7 6.75V10H6.75C6.02065 10 5.32118 10.2897 4.80546 10.8055C4.28973 11.3212 4 12.0207 4 12.75V18.75C4 19.4793 4.28973 20.1788 4.80546 20.6945C5.32118 21.2103 6.02065 21.5 6.75 21.5H16.75C17.4793 21.5 18.1788 21.2103 18.6945 20.6945C19.2103 20.1788 19.5 19.4793 19.5 18.75V12.75C19.5 12.0207 19.2103 11.3212 18.6945 10.8055C18.1788 10.2897 17.4793 10 16.75 10H16.5Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default LockFilledIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,cAAc,GAAGA,gBAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AACtF,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,6rBAA6rB,EAAG,CAAA,CACruB,EACT;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ShieldCheckIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5031 2.43828C11.7869 2.18724 12.2133 2.18724 12.497 2.43828C14.6869 4.3757 17.545 5.38444 20.4658 5.25078C20.8109 5.23499 21.1222 5.45701 21.2196 5.78848C21.7016 7.42793 21.849 9.14753 21.6533 10.8451C21.4575 12.5427 20.9225 14.1836 20.08 15.6703C19.2375 17.157 18.1048 18.4592 16.7491 19.4995C15.3934 20.5398 13.8425 21.2969 12.1884 21.726C12.0649 21.758 11.9353 21.758 11.8118 21.726C10.1577 21.2969 8.60672 20.5398 7.25104 19.4995C5.89536 18.4592 4.76263 17.157 3.92016 15.6703C3.07769 14.1836 2.54267 12.5427 2.34689 10.8451C2.15112 9.14753 2.29858 7.42793 2.78052 5.78848C2.87796 5.45701 3.18923 5.23499 3.53436 5.25078C6.45517 5.38444 9.31327 4.3757 11.5031 2.43828ZM4.07272 6.76253C3.76637 8.04085 3.68608 9.36448 3.83702 10.6733C4.00976 12.1711 4.48183 13.619 5.22519 14.9308C5.96855 16.2426 6.96802 17.3916 8.16421 18.3095C9.30881 19.1878 10.6112 19.8374 12.0001 20.2234C13.389 19.8374 14.6913 19.1878 15.836 18.3095C17.0321 17.3916 18.0316 16.2426 18.775 14.9308C19.5183 13.619 19.9904 12.1711 20.1631 10.6733C20.3141 9.36447 20.2338 8.04085 19.9274 6.76253C17.0464 6.75719 14.2515 5.77568 12.0001 3.97935C9.74862 5.77568 6.95379 6.75719 4.07272 6.76253ZM15.5304 9.46967C15.8233 9.76256 15.8233 10.2374 15.5304 10.5303L11.5304 14.5303C11.2375 14.8232 10.7626 14.8232 10.4697 14.5303L8.46973 12.5303C8.17684 12.2374 8.17684 11.7626 8.46973 11.4697C8.76262 11.1768 9.2375 11.1768 9.53039 11.4697L11.0001 12.9393L14.4697 9.46967C14.7626 9.17678 15.2375 9.17678 15.5304 9.46967Z" })));
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
export { ShieldCheckIcon as default };
|
|
10
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/ShieldCheckIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ShieldCheckIcon = 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.5031 2.43828C11.7869 2.18724 12.2133 2.18724 12.497 2.43828C14.6869 4.3757 17.545 5.38444 20.4658 5.25078C20.8109 5.23499 21.1222 5.45701 21.2196 5.78848C21.7016 7.42793 21.849 9.14753 21.6533 10.8451C21.4575 12.5427 20.9225 14.1836 20.08 15.6703C19.2375 17.157 18.1048 18.4592 16.7491 19.4995C15.3934 20.5398 13.8425 21.2969 12.1884 21.726C12.0649 21.758 11.9353 21.758 11.8118 21.726C10.1577 21.2969 8.60672 20.5398 7.25104 19.4995C5.89536 18.4592 4.76263 17.157 3.92016 15.6703C3.07769 14.1836 2.54267 12.5427 2.34689 10.8451C2.15112 9.14753 2.29858 7.42793 2.78052 5.78848C2.87796 5.45701 3.18923 5.23499 3.53436 5.25078C6.45517 5.38444 9.31327 4.3757 11.5031 2.43828ZM4.07272 6.76253C3.76637 8.04085 3.68608 9.36448 3.83702 10.6733C4.00976 12.1711 4.48183 13.619 5.22519 14.9308C5.96855 16.2426 6.96802 17.3916 8.16421 18.3095C9.30881 19.1878 10.6112 19.8374 12.0001 20.2234C13.389 19.8374 14.6913 19.1878 15.836 18.3095C17.0321 17.3916 18.0316 16.2426 18.775 14.9308C19.5183 13.619 19.9904 12.1711 20.1631 10.6733C20.3141 9.36447 20.2338 8.04085 19.9274 6.76253C17.0464 6.75719 14.2515 5.77568 12.0001 3.97935C9.74862 5.77568 6.95379 6.75719 4.07272 6.76253ZM15.5304 9.46967C15.8233 9.76256 15.8233 10.2374 15.5304 10.5303L11.5304 14.5303C11.2375 14.8232 10.7626 14.8232 10.4697 14.5303L8.46973 12.5303C8.17684 12.2374 8.17684 11.7626 8.46973 11.4697C8.76262 11.1768 9.2375 11.1768 9.53039 11.4697L11.0001 12.9393L14.4697 9.46967C14.7626 9.17678 15.2375 9.17678 15.5304 9.46967Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ShieldCheckIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,eAAe,GAAG,KAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AACvF,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,k9CAAk9C,EAAG,CAAA,CAC1/C,EACT;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
function _interopNamespace(e) {
|
|
11
|
+
if (e && e.__esModule) 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__*/_interopNamespace(React);
|
|
29
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
|
|
30
|
+
|
|
31
|
+
const ShieldCheckIcon = React__namespace.forwardRef((props, ref) => {
|
|
32
|
+
return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
33
|
+
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5031 2.43828C11.7869 2.18724 12.2133 2.18724 12.497 2.43828C14.6869 4.3757 17.545 5.38444 20.4658 5.25078C20.8109 5.23499 21.1222 5.45701 21.2196 5.78848C21.7016 7.42793 21.849 9.14753 21.6533 10.8451C21.4575 12.5427 20.9225 14.1836 20.08 15.6703C19.2375 17.157 18.1048 18.4592 16.7491 19.4995C15.3934 20.5398 13.8425 21.2969 12.1884 21.726C12.0649 21.758 11.9353 21.758 11.8118 21.726C10.1577 21.2969 8.60672 20.5398 7.25104 19.4995C5.89536 18.4592 4.76263 17.157 3.92016 15.6703C3.07769 14.1836 2.54267 12.5427 2.34689 10.8451C2.15112 9.14753 2.29858 7.42793 2.78052 5.78848C2.87796 5.45701 3.18923 5.23499 3.53436 5.25078C6.45517 5.38444 9.31327 4.3757 11.5031 2.43828ZM4.07272 6.76253C3.76637 8.04085 3.68608 9.36448 3.83702 10.6733C4.00976 12.1711 4.48183 13.619 5.22519 14.9308C5.96855 16.2426 6.96802 17.3916 8.16421 18.3095C9.30881 19.1878 10.6112 19.8374 12.0001 20.2234C13.389 19.8374 14.6913 19.1878 15.836 18.3095C17.0321 17.3916 18.0316 16.2426 18.775 14.9308C19.5183 13.619 19.9904 12.1711 20.1631 10.6733C20.3141 9.36447 20.2338 8.04085 19.9274 6.76253C17.0464 6.75719 14.2515 5.77568 12.0001 3.97935C9.74862 5.77568 6.95379 6.75719 4.07272 6.76253ZM15.5304 9.46967C15.8233 9.76256 15.8233 10.2374 15.5304 10.5303L11.5304 14.5303C11.2375 14.8232 10.7626 14.8232 10.4697 14.5303L8.46973 12.5303C8.17684 12.2374 8.17684 11.7626 8.46973 11.4697C8.76262 11.1768 9.2375 11.1768 9.53039 11.4697L11.0001 12.9393L14.4697 9.46967C14.7626 9.17678 15.2375 9.17678 15.5304 9.46967Z" })));
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
exports["default"] = ShieldCheckIcon;
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/ShieldCheckIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ShieldCheckIcon = 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.5031 2.43828C11.7869 2.18724 12.2133 2.18724 12.497 2.43828C14.6869 4.3757 17.545 5.38444 20.4658 5.25078C20.8109 5.23499 21.1222 5.45701 21.2196 5.78848C21.7016 7.42793 21.849 9.14753 21.6533 10.8451C21.4575 12.5427 20.9225 14.1836 20.08 15.6703C19.2375 17.157 18.1048 18.4592 16.7491 19.4995C15.3934 20.5398 13.8425 21.2969 12.1884 21.726C12.0649 21.758 11.9353 21.758 11.8118 21.726C10.1577 21.2969 8.60672 20.5398 7.25104 19.4995C5.89536 18.4592 4.76263 17.157 3.92016 15.6703C3.07769 14.1836 2.54267 12.5427 2.34689 10.8451C2.15112 9.14753 2.29858 7.42793 2.78052 5.78848C2.87796 5.45701 3.18923 5.23499 3.53436 5.25078C6.45517 5.38444 9.31327 4.3757 11.5031 2.43828ZM4.07272 6.76253C3.76637 8.04085 3.68608 9.36448 3.83702 10.6733C4.00976 12.1711 4.48183 13.619 5.22519 14.9308C5.96855 16.2426 6.96802 17.3916 8.16421 18.3095C9.30881 19.1878 10.6112 19.8374 12.0001 20.2234C13.389 19.8374 14.6913 19.1878 15.836 18.3095C17.0321 17.3916 18.0316 16.2426 18.775 14.9308C19.5183 13.619 19.9904 12.1711 20.1631 10.6733C20.3141 9.36447 20.2338 8.04085 19.9274 6.76253C17.0464 6.75719 14.2515 5.77568 12.0001 3.97935C9.74862 5.77568 6.95379 6.75719 4.07272 6.76253ZM15.5304 9.46967C15.8233 9.76256 15.8233 10.2374 15.5304 10.5303L11.5304 14.5303C11.2375 14.8232 10.7626 14.8232 10.4697 14.5303L8.46973 12.5303C8.17684 12.2374 8.17684 11.7626 8.46973 11.4697C8.76262 11.1768 9.2375 11.1768 9.53039 11.4697L11.0001 12.9393L14.4697 9.46967C14.7626 9.17678 15.2375 9.17678 15.5304 9.46967Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ShieldCheckIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,eAAe,GAAGA,gBAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AACvF,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,k9CAAk9C,EAAG,CAAA,CAC1/C,EACT;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const SpeakerphoneIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.0221 2.2505C14.7086 2.2428 14.3993 2.32462 14.1306 2.48639C13.8619 2.64816 13.6449 2.88316 13.5049 3.16386L10.9999 8.19197L3.92384 11.2998C3.49889 11.4865 3.16549 11.8343 2.99698 12.2667C2.82848 12.6992 2.83867 13.1809 3.02531 13.6058L4.63384 17.2682C4.82048 17.6931 5.16829 18.0265 5.60074 18.195C6.0332 18.3635 6.51489 18.3533 6.93984 18.1667L8.9999 17.2619L10.709 21.1532C10.8956 21.5781 11.2434 21.9115 11.6759 22.08C12.1083 22.2485 12.59 22.2383 13.015 22.0517L13.9306 21.6496C14.3555 21.4629 14.6889 21.1151 14.8574 20.6827C15.0259 20.2502 15.0157 19.7685 14.8291 19.3436L13.12 15.4523L14.0159 15.0588L19.4131 16.616C19.7145 16.7029 20.0346 16.7021 20.3355 16.6137C20.6364 16.5253 20.9059 16.3529 21.1124 16.1168C21.3188 15.8807 21.4537 15.5907 21.5013 15.2806C21.5488 14.9707 21.507 14.6537 21.3808 14.3667M21.3808 14.3667L20.4142 12.1659C21.0102 11.7447 21.4752 11.1551 21.7441 10.4649C22.1052 9.53824 22.0834 8.50606 21.6834 7.59546C21.2835 6.68486 20.5382 5.97043 19.6115 5.60934C18.9213 5.3404 18.1726 5.28388 17.4591 5.43778L16.4927 3.23726C16.3667 2.95018 16.1613 2.70457 15.901 2.52988C15.6405 2.35511 15.3357 2.2582 15.0221 2.2505M18.0836 6.85961C18.4152 6.83504 18.7512 6.88399 19.0669 7.00698C19.6229 7.22364 20.0701 7.6523 20.3101 8.19866C20.55 8.74502 20.5631 9.36433 20.3465 9.92035C20.2235 10.236 20.0321 10.5166 19.7897 10.7441L18.0836 6.85961ZM15.1191 3.8401C15.1077 3.81399 15.0889 3.79133 15.0652 3.77544C15.0415 3.75956 15.0138 3.75075 14.9853 3.75005C14.9568 3.74935 14.9287 3.75678 14.9042 3.77149C14.8798 3.7862 14.8601 3.80756 14.8474 3.83308L12.2214 9.10391C12.1432 9.26095 12.0123 9.38559 11.8517 9.45615L10.7072 9.95881L12.5168 14.0789L13.6613 13.5763C13.8219 13.5057 14.0022 13.4937 14.1708 13.5423L19.8288 15.1748C19.8562 15.1827 19.8852 15.1826 19.9126 15.1746C19.9399 15.1665 19.9645 15.1509 19.9832 15.1294C20.002 15.1079 20.0143 15.0816 20.0186 15.0534C20.0229 15.0252 20.0191 14.9964 20.0076 14.9703L15.1191 3.8401ZM11.7466 16.0555L13.4557 19.9468C13.4824 20.0075 13.4838 20.0763 13.4598 20.1381C13.4357 20.1999 13.3881 20.2495 13.3274 20.2762L12.4118 20.6783C12.3511 20.705 12.2823 20.7064 12.2205 20.6824C12.1587 20.6583 12.109 20.6107 12.0824 20.55L10.3733 16.6587L11.7466 16.0555ZM11.1434 14.6821L9.33384 10.562L4.52704 12.6732C4.46633 12.6999 4.4187 12.7496 4.39463 12.8113C4.37056 12.8731 4.37201 12.9419 4.39868 13.0026L6.00721 16.665C6.03387 16.7257 6.08356 16.7733 6.14534 16.7974C6.20712 16.8214 6.27593 16.82 6.33664 16.7933L11.1434 14.6821Z" })));
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
export { SpeakerphoneIcon as default };
|
|
10
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/SpeakerphoneIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst SpeakerphoneIcon = 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.0221 2.2505C14.7086 2.2428 14.3993 2.32462 14.1306 2.48639C13.8619 2.64816 13.6449 2.88316 13.5049 3.16386L10.9999 8.19197L3.92384 11.2998C3.49889 11.4865 3.16549 11.8343 2.99698 12.2667C2.82848 12.6992 2.83867 13.1809 3.02531 13.6058L4.63384 17.2682C4.82048 17.6931 5.16829 18.0265 5.60074 18.195C6.0332 18.3635 6.51489 18.3533 6.93984 18.1667L8.9999 17.2619L10.709 21.1532C10.8956 21.5781 11.2434 21.9115 11.6759 22.08C12.1083 22.2485 12.59 22.2383 13.015 22.0517L13.9306 21.6496C14.3555 21.4629 14.6889 21.1151 14.8574 20.6827C15.0259 20.2502 15.0157 19.7685 14.8291 19.3436L13.12 15.4523L14.0159 15.0588L19.4131 16.616C19.7145 16.7029 20.0346 16.7021 20.3355 16.6137C20.6364 16.5253 20.9059 16.3529 21.1124 16.1168C21.3188 15.8807 21.4537 15.5907 21.5013 15.2806C21.5488 14.9707 21.507 14.6537 21.3808 14.3667M21.3808 14.3667L20.4142 12.1659C21.0102 11.7447 21.4752 11.1551 21.7441 10.4649C22.1052 9.53824 22.0834 8.50606 21.6834 7.59546C21.2835 6.68486 20.5382 5.97043 19.6115 5.60934C18.9213 5.3404 18.1726 5.28388 17.4591 5.43778L16.4927 3.23726C16.3667 2.95018 16.1613 2.70457 15.901 2.52988C15.6405 2.35511 15.3357 2.2582 15.0221 2.2505M18.0836 6.85961C18.4152 6.83504 18.7512 6.88399 19.0669 7.00698C19.6229 7.22364 20.0701 7.6523 20.3101 8.19866C20.55 8.74502 20.5631 9.36433 20.3465 9.92035C20.2235 10.236 20.0321 10.5166 19.7897 10.7441L18.0836 6.85961ZM15.1191 3.8401C15.1077 3.81399 15.0889 3.79133 15.0652 3.77544C15.0415 3.75956 15.0138 3.75075 14.9853 3.75005C14.9568 3.74935 14.9287 3.75678 14.9042 3.77149C14.8798 3.7862 14.8601 3.80756 14.8474 3.83308L12.2214 9.10391C12.1432 9.26095 12.0123 9.38559 11.8517 9.45615L10.7072 9.95881L12.5168 14.0789L13.6613 13.5763C13.8219 13.5057 14.0022 13.4937 14.1708 13.5423L19.8288 15.1748C19.8562 15.1827 19.8852 15.1826 19.9126 15.1746C19.9399 15.1665 19.9645 15.1509 19.9832 15.1294C20.002 15.1079 20.0143 15.0816 20.0186 15.0534C20.0229 15.0252 20.0191 14.9964 20.0076 14.9703L15.1191 3.8401ZM11.7466 16.0555L13.4557 19.9468C13.4824 20.0075 13.4838 20.0763 13.4598 20.1381C13.4357 20.1999 13.3881 20.2495 13.3274 20.2762L12.4118 20.6783C12.3511 20.705 12.2823 20.7064 12.2205 20.6824C12.1587 20.6583 12.109 20.6107 12.0824 20.55L10.3733 16.6587L11.7466 16.0555ZM11.1434 14.6821L9.33384 10.562L4.52704 12.6732C4.46633 12.6999 4.4187 12.7496 4.39463 12.8113C4.37056 12.8731 4.37201 12.9419 4.39868 13.0026L6.00721 16.665C6.03387 16.7257 6.08356 16.7733 6.14534 16.7974C6.20712 16.8214 6.27593 16.82 6.33664 16.7933L11.1434 14.6821Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default SpeakerphoneIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AACxF,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,k8EAAk8E,EAAG,CAAA,CAC1+E,EACT;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
function _interopNamespace(e) {
|
|
11
|
+
if (e && e.__esModule) 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__*/_interopNamespace(React);
|
|
29
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
|
|
30
|
+
|
|
31
|
+
const SpeakerphoneIcon = React__namespace.forwardRef((props, ref) => {
|
|
32
|
+
return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
33
|
+
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.0221 2.2505C14.7086 2.2428 14.3993 2.32462 14.1306 2.48639C13.8619 2.64816 13.6449 2.88316 13.5049 3.16386L10.9999 8.19197L3.92384 11.2998C3.49889 11.4865 3.16549 11.8343 2.99698 12.2667C2.82848 12.6992 2.83867 13.1809 3.02531 13.6058L4.63384 17.2682C4.82048 17.6931 5.16829 18.0265 5.60074 18.195C6.0332 18.3635 6.51489 18.3533 6.93984 18.1667L8.9999 17.2619L10.709 21.1532C10.8956 21.5781 11.2434 21.9115 11.6759 22.08C12.1083 22.2485 12.59 22.2383 13.015 22.0517L13.9306 21.6496C14.3555 21.4629 14.6889 21.1151 14.8574 20.6827C15.0259 20.2502 15.0157 19.7685 14.8291 19.3436L13.12 15.4523L14.0159 15.0588L19.4131 16.616C19.7145 16.7029 20.0346 16.7021 20.3355 16.6137C20.6364 16.5253 20.9059 16.3529 21.1124 16.1168C21.3188 15.8807 21.4537 15.5907 21.5013 15.2806C21.5488 14.9707 21.507 14.6537 21.3808 14.3667M21.3808 14.3667L20.4142 12.1659C21.0102 11.7447 21.4752 11.1551 21.7441 10.4649C22.1052 9.53824 22.0834 8.50606 21.6834 7.59546C21.2835 6.68486 20.5382 5.97043 19.6115 5.60934C18.9213 5.3404 18.1726 5.28388 17.4591 5.43778L16.4927 3.23726C16.3667 2.95018 16.1613 2.70457 15.901 2.52988C15.6405 2.35511 15.3357 2.2582 15.0221 2.2505M18.0836 6.85961C18.4152 6.83504 18.7512 6.88399 19.0669 7.00698C19.6229 7.22364 20.0701 7.6523 20.3101 8.19866C20.55 8.74502 20.5631 9.36433 20.3465 9.92035C20.2235 10.236 20.0321 10.5166 19.7897 10.7441L18.0836 6.85961ZM15.1191 3.8401C15.1077 3.81399 15.0889 3.79133 15.0652 3.77544C15.0415 3.75956 15.0138 3.75075 14.9853 3.75005C14.9568 3.74935 14.9287 3.75678 14.9042 3.77149C14.8798 3.7862 14.8601 3.80756 14.8474 3.83308L12.2214 9.10391C12.1432 9.26095 12.0123 9.38559 11.8517 9.45615L10.7072 9.95881L12.5168 14.0789L13.6613 13.5763C13.8219 13.5057 14.0022 13.4937 14.1708 13.5423L19.8288 15.1748C19.8562 15.1827 19.8852 15.1826 19.9126 15.1746C19.9399 15.1665 19.9645 15.1509 19.9832 15.1294C20.002 15.1079 20.0143 15.0816 20.0186 15.0534C20.0229 15.0252 20.0191 14.9964 20.0076 14.9703L15.1191 3.8401ZM11.7466 16.0555L13.4557 19.9468C13.4824 20.0075 13.4838 20.0763 13.4598 20.1381C13.4357 20.1999 13.3881 20.2495 13.3274 20.2762L12.4118 20.6783C12.3511 20.705 12.2823 20.7064 12.2205 20.6824C12.1587 20.6583 12.109 20.6107 12.0824 20.55L10.3733 16.6587L11.7466 16.0555ZM11.1434 14.6821L9.33384 10.562L4.52704 12.6732C4.46633 12.6999 4.4187 12.7496 4.39463 12.8113C4.37056 12.8731 4.37201 12.9419 4.39868 13.0026L6.00721 16.665C6.03387 16.7257 6.08356 16.7733 6.14534 16.7974C6.20712 16.8214 6.27593 16.82 6.33664 16.7933L11.1434 14.6821Z" })));
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
exports["default"] = SpeakerphoneIcon;
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/SpeakerphoneIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst SpeakerphoneIcon = 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.0221 2.2505C14.7086 2.2428 14.3993 2.32462 14.1306 2.48639C13.8619 2.64816 13.6449 2.88316 13.5049 3.16386L10.9999 8.19197L3.92384 11.2998C3.49889 11.4865 3.16549 11.8343 2.99698 12.2667C2.82848 12.6992 2.83867 13.1809 3.02531 13.6058L4.63384 17.2682C4.82048 17.6931 5.16829 18.0265 5.60074 18.195C6.0332 18.3635 6.51489 18.3533 6.93984 18.1667L8.9999 17.2619L10.709 21.1532C10.8956 21.5781 11.2434 21.9115 11.6759 22.08C12.1083 22.2485 12.59 22.2383 13.015 22.0517L13.9306 21.6496C14.3555 21.4629 14.6889 21.1151 14.8574 20.6827C15.0259 20.2502 15.0157 19.7685 14.8291 19.3436L13.12 15.4523L14.0159 15.0588L19.4131 16.616C19.7145 16.7029 20.0346 16.7021 20.3355 16.6137C20.6364 16.5253 20.9059 16.3529 21.1124 16.1168C21.3188 15.8807 21.4537 15.5907 21.5013 15.2806C21.5488 14.9707 21.507 14.6537 21.3808 14.3667M21.3808 14.3667L20.4142 12.1659C21.0102 11.7447 21.4752 11.1551 21.7441 10.4649C22.1052 9.53824 22.0834 8.50606 21.6834 7.59546C21.2835 6.68486 20.5382 5.97043 19.6115 5.60934C18.9213 5.3404 18.1726 5.28388 17.4591 5.43778L16.4927 3.23726C16.3667 2.95018 16.1613 2.70457 15.901 2.52988C15.6405 2.35511 15.3357 2.2582 15.0221 2.2505M18.0836 6.85961C18.4152 6.83504 18.7512 6.88399 19.0669 7.00698C19.6229 7.22364 20.0701 7.6523 20.3101 8.19866C20.55 8.74502 20.5631 9.36433 20.3465 9.92035C20.2235 10.236 20.0321 10.5166 19.7897 10.7441L18.0836 6.85961ZM15.1191 3.8401C15.1077 3.81399 15.0889 3.79133 15.0652 3.77544C15.0415 3.75956 15.0138 3.75075 14.9853 3.75005C14.9568 3.74935 14.9287 3.75678 14.9042 3.77149C14.8798 3.7862 14.8601 3.80756 14.8474 3.83308L12.2214 9.10391C12.1432 9.26095 12.0123 9.38559 11.8517 9.45615L10.7072 9.95881L12.5168 14.0789L13.6613 13.5763C13.8219 13.5057 14.0022 13.4937 14.1708 13.5423L19.8288 15.1748C19.8562 15.1827 19.8852 15.1826 19.9126 15.1746C19.9399 15.1665 19.9645 15.1509 19.9832 15.1294C20.002 15.1079 20.0143 15.0816 20.0186 15.0534C20.0229 15.0252 20.0191 14.9964 20.0076 14.9703L15.1191 3.8401ZM11.7466 16.0555L13.4557 19.9468C13.4824 20.0075 13.4838 20.0763 13.4598 20.1381C13.4357 20.1999 13.3881 20.2495 13.3274 20.2762L12.4118 20.6783C12.3511 20.705 12.2823 20.7064 12.2205 20.6824C12.1587 20.6583 12.109 20.6107 12.0824 20.55L10.3733 16.6587L11.7466 16.0555ZM11.1434 14.6821L9.33384 10.562L4.52704 12.6732C4.46633 12.6999 4.4187 12.7496 4.39463 12.8113C4.37056 12.8731 4.37201 12.9419 4.39868 13.0026L6.00721 16.665C6.03387 16.7257 6.08356 16.7733 6.14534 16.7974C6.20712 16.8214 6.27593 16.82 6.33664 16.7933L11.1434 14.6821Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default SpeakerphoneIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,gBAAgB,GAAGA,gBAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AACxF,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,k8EAAk8E,EAAG,CAAA,CAC1+E,EACT;AACH,CAAC;;;;"}
|
package/index.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export { default as KeyboardIcon } from './KeyboardIcon';
|
|
|
33
33
|
export { default as LandingPageTemplateIcon } from './LandingPageTemplateIcon';
|
|
34
34
|
export { default as LaptopIcon } from './LaptopIcon';
|
|
35
35
|
export { default as LinkIcon } from './LinkIcon';
|
|
36
|
+
export { default as LockFilledIcon } from './LockFilledIcon';
|
|
36
37
|
export { default as LockIcon } from './LockIcon';
|
|
37
38
|
export { default as LoopItemTemplateIcon } from './LoopItemTemplateIcon';
|
|
38
39
|
export { default as MailIcon } from './MailIcon';
|
|
@@ -58,7 +59,9 @@ export { default as SearchIcon } from './SearchIcon';
|
|
|
58
59
|
export { default as SearchResultsTemplateIcon } from './SearchResultsTemplateIcon';
|
|
59
60
|
export { default as SectionTemplateIcon } from './SectionTemplateIcon';
|
|
60
61
|
export { default as SettingsIcon } from './SettingsIcon';
|
|
62
|
+
export { default as ShieldCheckIcon } from './ShieldCheckIcon';
|
|
61
63
|
export { default as ShrinkIcon } from './ShrinkIcon';
|
|
64
|
+
export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
|
|
62
65
|
export { default as StructureIcon } from './StructureIcon';
|
|
63
66
|
export { default as TabletIcon } from './TabletIcon';
|
|
64
67
|
export { default as TabletLandscapeIcon } from './TabletLandscapeIcon';
|
package/index.esm.js
CHANGED
|
@@ -189,6 +189,11 @@ const LinkIcon = React.forwardRef((props, ref) => {
|
|
|
189
189
|
React.createElement("path", { d: "M3.90579 8.16591C2.88036 9.19133 2.88036 10.8539 3.90579 11.8793L4.19479 12.1683C5.22021 13.1937 6.88276 13.1937 7.90818 12.1683L8.59463 11.4818C8.7899 11.2866 9.10648 11.2866 9.30174 11.4818C9.497 11.6771 9.497 11.9937 9.30174 12.189L8.61529 12.8754C7.19934 14.2914 4.90363 14.2914 3.48768 12.8754L3.19868 12.5864C1.78273 11.1705 1.78273 8.87475 3.19868 7.4588L3.88513 6.77235C4.0804 6.57709 4.39698 6.57709 4.59224 6.77235C4.7875 6.96761 4.7875 7.28419 4.59224 7.47946L3.90579 8.16591Z", fill: "white" })))));
|
|
190
190
|
});
|
|
191
191
|
|
|
192
|
+
const LockFilledIcon = React.forwardRef((props, ref) => {
|
|
193
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
194
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.75 3.5C10.888 3.5 10.0614 3.84241 9.4519 4.4519C8.84241 5.0614 8.5 5.88805 8.5 6.75V10H15V6.75C15 5.88805 14.6576 5.0614 14.0481 4.4519C13.4386 3.84241 12.612 3.5 11.75 3.5ZM16.5 10V6.75C16.5 5.49022 15.9996 4.28204 15.1088 3.39124C14.218 2.50044 13.0098 2 11.75 2C10.4902 2 9.28204 2.50044 8.39124 3.39124C7.50044 4.28204 7 5.49022 7 6.75V10H6.75C6.02065 10 5.32118 10.2897 4.80546 10.8055C4.28973 11.3212 4 12.0207 4 12.75V18.75C4 19.4793 4.28973 20.1788 4.80546 20.6945C5.32118 21.2103 6.02065 21.5 6.75 21.5H16.75C17.4793 21.5 18.1788 21.2103 18.6945 20.6945C19.2103 20.1788 19.5 19.4793 19.5 18.75V12.75C19.5 12.0207 19.2103 11.3212 18.6945 10.8055C18.1788 10.2897 17.4793 10 16.75 10H16.5Z" })));
|
|
195
|
+
});
|
|
196
|
+
|
|
192
197
|
const LockIcon = React.forwardRef((props, ref) => {
|
|
193
198
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
194
199
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C11.138 3.75 10.3114 4.09241 9.7019 4.7019C9.09241 5.3114 8.75 6.13805 8.75 7V10.25H15.25V7C15.25 6.13805 14.9076 5.3114 14.2981 4.7019C13.6886 4.09241 12.862 3.75 12 3.75ZM16.75 10.25V7C16.75 5.74022 16.2496 4.53204 15.3588 3.64124C14.468 2.75044 13.2598 2.25 12 2.25C10.7402 2.25 9.53204 2.75044 8.64124 3.64124C7.75044 4.53204 7.25 5.74022 7.25 7V10.25H7C6.27065 10.25 5.57118 10.5397 5.05546 11.0555C4.53973 11.5712 4.25 12.2707 4.25 13V19C4.25 19.7293 4.53973 20.4288 5.05546 20.9445C5.57118 21.4603 6.27065 21.75 7 21.75H17C17.7293 21.75 18.4288 21.4603 18.9445 20.9445C19.4603 20.4288 19.75 19.7293 19.75 19V13C19.75 12.2707 19.4603 11.5712 18.9445 11.0555C18.4288 10.5397 17.7293 10.25 17 10.25H16.75ZM7 11.75C6.66848 11.75 6.35054 11.8817 6.11612 12.1161C5.8817 12.3505 5.75 12.6685 5.75 13V19C5.75 19.3315 5.8817 19.6495 6.11612 19.8839C6.35054 20.1183 6.66848 20.25 7 20.25H17C17.3315 20.25 17.6495 20.1183 17.8839 19.8839C18.1183 19.6495 18.25 19.3315 18.25 19V13C18.25 12.6685 18.1183 12.3505 17.8839 12.1161C17.6495 11.8817 17.3315 11.75 17 11.75H7Z" })));
|
|
@@ -326,6 +331,11 @@ const SettingsIcon = React.forwardRef((props, ref) => {
|
|
|
326
331
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9461 4.49382C12.7055 3.50206 11.2945 3.50206 11.0539 4.49382L11.0538 4.49421C10.6578 6.12252 8.79686 6.89441 7.36336 6.02285L7.36299 6.02262C6.49035 5.49135 5.49253 6.49022 6.0235 7.3618C6.22619 7.69432 6.34752 8.06998 6.37762 8.45824C6.40773 8.84659 6.34572 9.23656 6.19663 9.59641C6.04755 9.95627 5.8156 10.2758 5.51966 10.5291C5.22378 10.7823 4.8723 10.9621 4.49382 11.0539C3.50206 11.2945 3.50206 12.7055 4.49382 12.9461L4.49422 12.9462C4.87244 13.0382 5.22363 13.2181 5.51923 13.4714C5.81483 13.7246 6.0465 14.0441 6.19542 14.4037C6.34433 14.7633 6.40629 15.153 6.37625 15.5411C6.34621 15.9292 6.22502 16.3047 6.02253 16.6371C5.49145 17.5098 6.49026 18.5074 7.3618 17.9765C7.69431 17.7738 8.06998 17.6525 8.45824 17.6224C8.84659 17.5923 9.23656 17.6543 9.59641 17.8034C9.95627 17.9525 10.2758 18.1844 10.5291 18.4803C10.7823 18.7762 10.9621 19.1277 11.0539 19.5062C11.2945 20.4979 12.7055 20.4979 12.9461 19.5062L12.9462 19.5058C13.0382 19.1276 13.2181 18.7764 13.4714 18.4808C13.7246 18.1852 14.0441 17.9535 14.4037 17.8046C14.7633 17.6557 15.153 17.5937 15.5411 17.6238C15.9292 17.6538 16.3047 17.775 16.6371 17.9775C17.5097 18.5085 18.5074 17.5097 17.9765 16.6382C17.7738 16.3057 17.6525 15.93 17.6224 15.5418C17.5923 15.1534 17.6543 14.7634 17.8034 14.4036C17.9525 14.0437 18.1844 13.7242 18.4803 13.4709C18.7762 13.2177 19.1277 13.0379 19.5062 12.9461C20.4979 12.7055 20.4979 11.2945 19.5062 11.0539L19.5058 11.0538C19.1276 10.9618 18.7764 10.7819 18.4808 10.5286C18.1852 10.2754 17.9535 9.95594 17.8046 9.59631C17.6557 9.23668 17.5937 8.84698 17.6238 8.45889C17.6538 8.07081 17.775 7.69528 17.9775 7.36285C18.5085 6.49025 17.5097 5.49256 16.6382 6.0235C16.3057 6.22619 15.93 6.34752 15.5418 6.37762C15.1534 6.40773 14.7634 6.34572 14.4036 6.19663C14.0437 6.04755 13.7242 5.8156 13.4709 5.51966C13.2177 5.22378 13.0379 4.8723 12.9461 4.49382ZM9.59624 4.13979C10.2079 1.61994 13.7925 1.62007 14.4039 4.14018L14.4039 4.14039C14.44 4.28943 14.5108 4.42783 14.6105 4.54434C14.7102 4.66085 14.836 4.75216 14.9777 4.81086C15.1194 4.86955 15.2729 4.89397 15.4258 4.88211C15.5787 4.87026 15.7266 4.82247 15.8576 4.74264L15.8578 4.7425C18.0722 3.39347 20.6074 5.92764 19.2586 8.14301L19.2585 8.14315C19.1788 8.27403 19.1311 8.42187 19.1193 8.57465C19.1075 8.72744 19.1318 8.88086 19.1905 9.02245C19.2491 9.16404 19.3403 9.28979 19.4567 9.38949C19.573 9.4891 19.7111 9.5599 19.8598 9.59614C22.3801 10.2075 22.3801 13.7925 19.8598 14.4039L19.8596 14.4039C19.7106 14.44 19.5722 14.5108 19.4557 14.6105C19.3392 14.7102 19.2478 14.836 19.1891 14.9777C19.1304 15.1194 19.106 15.2729 19.1179 15.4258C19.1297 15.5787 19.1775 15.7266 19.2574 15.8576L19.2575 15.8578C20.6065 18.0722 18.0724 20.6074 15.857 19.2586L15.8569 19.2585C15.726 19.1788 15.5781 19.1311 15.4253 19.1193C15.2726 19.1075 15.1191 19.1318 14.9776 19.1905C14.836 19.2491 14.7102 19.3403 14.6105 19.4567C14.5109 19.573 14.4401 19.7111 14.4039 19.8598C13.7925 22.3801 10.2075 22.3801 9.59614 19.8598L9.59609 19.8596C9.55998 19.7106 9.48919 19.5722 9.38948 19.4557C9.28977 19.3392 9.16396 19.2478 9.02228 19.1891C8.88061 19.1304 8.72708 19.106 8.57419 19.1179C8.4213 19.1297 8.27337 19.1775 8.14244 19.2574L8.1422 19.2575C5.92778 20.6065 3.39265 18.0724 4.74138 15.857L4.74147 15.8569C4.82118 15.726 4.86889 15.5781 4.88072 15.4253C4.89255 15.2726 4.86816 15.1191 4.80953 14.9776C4.7509 14.836 4.65969 14.7102 4.54332 14.6105C4.42705 14.5109 4.28893 14.4401 4.14018 14.4039C1.61994 13.7925 1.61994 10.2075 4.14018 9.59614L4.14039 9.59609C4.28943 9.55998 4.42783 9.48919 4.54434 9.38948C4.66085 9.28977 4.75216 9.16396 4.81086 9.02228C4.86955 8.88061 4.89397 8.72708 4.88211 8.57419C4.87026 8.4213 4.82247 8.27337 4.74264 8.14244L4.7425 8.1422C3.39354 5.92791 5.92736 3.39294 8.14263 4.74115C8.70903 5.08552 9.4399 4.7816 9.59614 4.14018M12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75ZM8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z" })));
|
|
327
332
|
});
|
|
328
333
|
|
|
334
|
+
const ShieldCheckIcon = React.forwardRef((props, ref) => {
|
|
335
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
336
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5031 2.43828C11.7869 2.18724 12.2133 2.18724 12.497 2.43828C14.6869 4.3757 17.545 5.38444 20.4658 5.25078C20.8109 5.23499 21.1222 5.45701 21.2196 5.78848C21.7016 7.42793 21.849 9.14753 21.6533 10.8451C21.4575 12.5427 20.9225 14.1836 20.08 15.6703C19.2375 17.157 18.1048 18.4592 16.7491 19.4995C15.3934 20.5398 13.8425 21.2969 12.1884 21.726C12.0649 21.758 11.9353 21.758 11.8118 21.726C10.1577 21.2969 8.60672 20.5398 7.25104 19.4995C5.89536 18.4592 4.76263 17.157 3.92016 15.6703C3.07769 14.1836 2.54267 12.5427 2.34689 10.8451C2.15112 9.14753 2.29858 7.42793 2.78052 5.78848C2.87796 5.45701 3.18923 5.23499 3.53436 5.25078C6.45517 5.38444 9.31327 4.3757 11.5031 2.43828ZM4.07272 6.76253C3.76637 8.04085 3.68608 9.36448 3.83702 10.6733C4.00976 12.1711 4.48183 13.619 5.22519 14.9308C5.96855 16.2426 6.96802 17.3916 8.16421 18.3095C9.30881 19.1878 10.6112 19.8374 12.0001 20.2234C13.389 19.8374 14.6913 19.1878 15.836 18.3095C17.0321 17.3916 18.0316 16.2426 18.775 14.9308C19.5183 13.619 19.9904 12.1711 20.1631 10.6733C20.3141 9.36447 20.2338 8.04085 19.9274 6.76253C17.0464 6.75719 14.2515 5.77568 12.0001 3.97935C9.74862 5.77568 6.95379 6.75719 4.07272 6.76253ZM15.5304 9.46967C15.8233 9.76256 15.8233 10.2374 15.5304 10.5303L11.5304 14.5303C11.2375 14.8232 10.7626 14.8232 10.4697 14.5303L8.46973 12.5303C8.17684 12.2374 8.17684 11.7626 8.46973 11.4697C8.76262 11.1768 9.2375 11.1768 9.53039 11.4697L11.0001 12.9393L14.4697 9.46967C14.7626 9.17678 15.2375 9.17678 15.5304 9.46967Z" })));
|
|
337
|
+
});
|
|
338
|
+
|
|
329
339
|
const ShrinkIcon = React.forwardRef((props, ref) => {
|
|
330
340
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
331
341
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.46967 15.5303C6.17678 15.2374 6.17678 14.7626 6.46967 14.4697L8.93934 12L6.46967 9.53033C6.17678 9.23744 6.17678 8.76256 6.46967 8.46967C6.76256 8.17678 7.23744 8.17678 7.53033 8.46967L10.5303 11.4697C10.8232 11.7626 10.8232 12.2374 10.5303 12.5303L7.53033 15.5303C7.23744 15.8232 6.76256 15.8232 6.46967 15.5303Z" }),
|
|
@@ -338,6 +348,11 @@ const ShrinkIcon = React.forwardRef((props, ref) => {
|
|
|
338
348
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12.75C3.62117e-08 12.3358 0.335786 12 0.75 12L9.5 12C9.91421 12 10.25 12.3358 10.25 12.75C10.25 13.1642 9.91421 13.5 9.5 13.5L0.75 13.5C0.335786 13.5 -3.62117e-08 13.1642 0 12.75Z" })));
|
|
339
349
|
});
|
|
340
350
|
|
|
351
|
+
const SpeakerphoneIcon = React.forwardRef((props, ref) => {
|
|
352
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
353
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.0221 2.2505C14.7086 2.2428 14.3993 2.32462 14.1306 2.48639C13.8619 2.64816 13.6449 2.88316 13.5049 3.16386L10.9999 8.19197L3.92384 11.2998C3.49889 11.4865 3.16549 11.8343 2.99698 12.2667C2.82848 12.6992 2.83867 13.1809 3.02531 13.6058L4.63384 17.2682C4.82048 17.6931 5.16829 18.0265 5.60074 18.195C6.0332 18.3635 6.51489 18.3533 6.93984 18.1667L8.9999 17.2619L10.709 21.1532C10.8956 21.5781 11.2434 21.9115 11.6759 22.08C12.1083 22.2485 12.59 22.2383 13.015 22.0517L13.9306 21.6496C14.3555 21.4629 14.6889 21.1151 14.8574 20.6827C15.0259 20.2502 15.0157 19.7685 14.8291 19.3436L13.12 15.4523L14.0159 15.0588L19.4131 16.616C19.7145 16.7029 20.0346 16.7021 20.3355 16.6137C20.6364 16.5253 20.9059 16.3529 21.1124 16.1168C21.3188 15.8807 21.4537 15.5907 21.5013 15.2806C21.5488 14.9707 21.507 14.6537 21.3808 14.3667M21.3808 14.3667L20.4142 12.1659C21.0102 11.7447 21.4752 11.1551 21.7441 10.4649C22.1052 9.53824 22.0834 8.50606 21.6834 7.59546C21.2835 6.68486 20.5382 5.97043 19.6115 5.60934C18.9213 5.3404 18.1726 5.28388 17.4591 5.43778L16.4927 3.23726C16.3667 2.95018 16.1613 2.70457 15.901 2.52988C15.6405 2.35511 15.3357 2.2582 15.0221 2.2505M18.0836 6.85961C18.4152 6.83504 18.7512 6.88399 19.0669 7.00698C19.6229 7.22364 20.0701 7.6523 20.3101 8.19866C20.55 8.74502 20.5631 9.36433 20.3465 9.92035C20.2235 10.236 20.0321 10.5166 19.7897 10.7441L18.0836 6.85961ZM15.1191 3.8401C15.1077 3.81399 15.0889 3.79133 15.0652 3.77544C15.0415 3.75956 15.0138 3.75075 14.9853 3.75005C14.9568 3.74935 14.9287 3.75678 14.9042 3.77149C14.8798 3.7862 14.8601 3.80756 14.8474 3.83308L12.2214 9.10391C12.1432 9.26095 12.0123 9.38559 11.8517 9.45615L10.7072 9.95881L12.5168 14.0789L13.6613 13.5763C13.8219 13.5057 14.0022 13.4937 14.1708 13.5423L19.8288 15.1748C19.8562 15.1827 19.8852 15.1826 19.9126 15.1746C19.9399 15.1665 19.9645 15.1509 19.9832 15.1294C20.002 15.1079 20.0143 15.0816 20.0186 15.0534C20.0229 15.0252 20.0191 14.9964 20.0076 14.9703L15.1191 3.8401ZM11.7466 16.0555L13.4557 19.9468C13.4824 20.0075 13.4838 20.0763 13.4598 20.1381C13.4357 20.1999 13.3881 20.2495 13.3274 20.2762L12.4118 20.6783C12.3511 20.705 12.2823 20.7064 12.2205 20.6824C12.1587 20.6583 12.109 20.6107 12.0824 20.55L10.3733 16.6587L11.7466 16.0555ZM11.1434 14.6821L9.33384 10.562L4.52704 12.6732C4.46633 12.6999 4.4187 12.7496 4.39463 12.8113C4.37056 12.8731 4.37201 12.9419 4.39868 13.0026L6.00721 16.665C6.03387 16.7257 6.08356 16.7733 6.14534 16.7974C6.20712 16.8214 6.27593 16.82 6.33664 16.7933L11.1434 14.6821Z" })));
|
|
354
|
+
});
|
|
355
|
+
|
|
341
356
|
const StructureIcon = React.forwardRef((props, ref) => {
|
|
342
357
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
343
358
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.6645 3.32918C11.8757 3.22361 12.1242 3.22361 12.3353 3.32918L20.3353 7.32918C20.5894 7.45622 20.7499 7.71592 20.7499 8C20.7499 8.28408 20.5894 8.54378 20.3353 8.67082L12.3353 12.6708C12.1242 12.7764 11.8757 12.7764 11.6645 12.6708L3.66451 8.67082C3.41042 8.54378 3.24992 8.28408 3.24992 8C3.24992 7.71592 3.41042 7.45622 3.66451 7.32918L11.6645 3.32918ZM5.67697 8L11.9999 11.1615L18.3229 8L11.9999 4.83853L5.67697 8ZM3.3291 11.6646C3.51434 11.2941 3.96485 11.1439 4.33533 11.3292L11.9999 15.1615L19.6645 11.3292C20.035 11.1439 20.4855 11.2941 20.6707 11.6646C20.856 12.0351 20.7058 12.4856 20.3353 12.6708L12.3353 16.6708C12.1242 16.7764 11.8757 16.7764 11.6645 16.6708L3.66451 12.6708C3.29403 12.4856 3.14386 12.0351 3.3291 11.6646ZM3.3291 15.6646C3.51434 15.2941 3.96485 15.1439 4.33533 15.3292L11.9999 19.1615L19.6645 15.3292C20.035 15.1439 20.4855 15.2941 20.6707 15.6646C20.856 16.0351 20.7058 16.4856 20.3353 16.6708L12.3353 20.6708C12.1242 20.7764 11.8757 20.7764 11.6645 20.6708L3.66451 16.6708C3.29403 16.4856 3.14386 16.0351 3.3291 15.6646Z" })));
|
|
@@ -404,5 +419,5 @@ const XIcon = React.forwardRef((props, ref) => {
|
|
|
404
419
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z" })));
|
|
405
420
|
});
|
|
406
421
|
|
|
407
|
-
export { AIIcon, AdjustmentsHorizontalIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ClockIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LinkIcon, LockIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShrinkIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
|
|
422
|
+
export { AIIcon, AdjustmentsHorizontalIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ClockIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LinkIcon, LockFilledIcon, LockIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShieldCheckIcon, ShrinkIcon, SpeakerphoneIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
|
|
408
423
|
//# sourceMappingURL=index.esm.js.map
|