@elementor/icons 1.33.0 → 1.35.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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const AtomIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default AtomIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const AtomIcon = React.forwardRef((props, ref) => {
5
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.01C11.25 12.4242 11.5858 12.76 12 12.76C12.4142 12.76 12.75 12.4242 12.75 12.01V12Z" }), /* @__PURE__ */ React.createElement(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M17.3928 3.63405C18.2177 3.61107 19.018 3.8153 19.6014 4.39871C20.1845 4.9822 20.389 5.78211 20.3661 6.60689C20.3431 7.42947 20.0956 8.3483 19.6895 9.29571C19.3209 10.156 18.8085 11.0701 18.1722 11.9989C18.8085 12.9276 19.3208 13.8419 19.6896 14.7024C20.0957 15.6504 20.3434 16.5697 20.3664 17.3926C20.3896 18.2175 20.1856 19.0177 19.6025 19.6012C19.019 20.1843 18.2189 20.389 17.394 20.3661C16.5714 20.3431 15.6524 20.0956 14.7049 19.6896C13.8445 19.3209 12.9302 18.8085 12.0013 18.1721C11.0726 18.8085 10.1583 19.3208 9.29767 19.6896C8.34974 20.0957 7.43037 20.3434 6.60749 20.3664C5.78261 20.3896 4.98237 20.1856 4.39889 19.6025C3.81576 19.019 3.61108 18.2189 3.63405 17.394C3.65695 16.5714 3.90454 15.6524 4.31055 14.7049C4.67923 13.8445 5.19159 12.9302 5.828 12.0013C5.19161 11.0726 4.6793 10.1582 4.31063 9.29763C3.90456 8.34969 3.65697 7.43028 3.63405 6.60734C3.61107 5.78236 3.8153 4.98213 4.39871 4.39872C4.9822 3.81561 5.78211 3.61107 6.60689 3.63405C7.42947 3.65696 8.3483 3.90456 9.29571 4.31056C10.156 4.67923 11.0701 5.19157 11.9989 5.82795C12.9276 5.19159 13.8419 4.67929 14.7025 4.31063C15.6504 3.90456 16.5698 3.65697 17.3928 3.63405ZM18.3108 8.70487C18.0395 9.33787 17.674 10.0166 17.2222 10.7184C16.6628 10.0182 16.0386 9.31993 15.358 8.64031C14.6779 7.96032 13.9797 7.33671 13.2796 6.77773C13.9811 6.32616 14.6599 5.96069 15.2931 5.68945C16.1374 5.32777 16.8641 5.14936 17.4345 5.13347C18.0027 5.11764 18.3431 5.26186 18.5407 5.45937C18.7385 5.65741 18.8824 5.99763 18.8666 6.56513C18.8508 7.13499 18.6724 7.86103 18.3108 8.70487ZM14.2977 9.70138C13.5391 8.94274 12.7638 8.26585 11.999 7.68041C11.2343 8.26601 10.4595 8.94309 9.70179 9.70196C8.94306 10.4607 8.26604 11.2362 7.68047 12.0012C8.26605 12.7658 8.94312 13.5406 9.70196 14.2983C10.4606 15.0569 11.2363 15.7342 12.0011 16.3197C12.7658 15.7341 13.5406 15.057 14.2983 14.2981C15.0571 13.5394 15.7341 12.7639 16.3197 11.999C15.7341 11.2343 15.0566 10.4591 14.2977 9.70138ZM8.70487 5.68929C9.33791 5.96058 10.0167 6.32615 10.7184 6.77787C10.0183 7.33717 9.32021 7.9612 8.64072 8.64171C7.96058 9.32185 7.33683 10.0203 6.77775 10.7205C6.32617 10.019 5.96069 9.34018 5.68945 8.70698C5.32777 7.86267 5.14936 7.13595 5.13347 6.56557C5.11764 5.9974 5.26169 5.65717 5.4592 5.45955C5.65724 5.26175 5.99763 5.11766 6.56513 5.13346C7.13499 5.14934 7.86103 5.32767 8.70487 5.68929ZM5.68931 15.2957C5.96059 14.6626 6.3262 13.9837 6.77797 13.2818C7.33735 13.982 7.96149 14.6802 8.64212 15.3598C9.32213 16.0398 10.0204 16.6634 10.7205 17.2224C10.019 17.674 9.34016 18.0395 8.70694 18.3108C7.86261 18.6725 7.13586 18.851 6.56542 18.867C5.99716 18.883 5.65693 18.739 5.45938 18.5417C5.2616 18.3437 5.11766 18.0034 5.13346 17.4358C5.14934 16.8658 5.32769 16.1396 5.68931 15.2957ZM15.3598 15.358C14.6802 16.0386 13.982 16.6628 13.2818 17.2222C13.9836 17.6739 14.6625 18.0395 15.2957 18.3108C16.1396 18.6724 16.8658 18.8508 17.4358 18.8666C18.0034 18.8824 18.3437 18.7385 18.5417 18.5407C18.739 18.3432 18.883 18.0029 18.867 17.4347C18.851 16.8642 18.6725 16.1375 18.3108 15.2932C18.0395 14.66 17.674 13.9811 17.2224 13.2796C16.6634 13.9797 16.0398 14.6779 15.3598 15.358Z"
11
+ }
12
+ ));
13
+ });
14
+
15
+ export { AtomIcon as default };
16
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/AtomIcon/index.tsx"],"sourcesContent":["'use client';\nimport * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst AtomIcon = 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=\"M12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.01C11.25 12.4242 11.5858 12.76 12 12.76C12.4142 12.76 12.75 12.4242 12.75 12.01V12Z\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M17.3928 3.63405C18.2177 3.61107 19.018 3.8153 19.6014 4.39871C20.1845 4.9822 20.389 5.78211 20.3661 6.60689C20.3431 7.42947 20.0956 8.3483 19.6895 9.29571C19.3209 10.156 18.8085 11.0701 18.1722 11.9989C18.8085 12.9276 19.3208 13.8419 19.6896 14.7024C20.0957 15.6504 20.3434 16.5697 20.3664 17.3926C20.3896 18.2175 20.1856 19.0177 19.6025 19.6012C19.019 20.1843 18.2189 20.389 17.394 20.3661C16.5714 20.3431 15.6524 20.0956 14.7049 19.6896C13.8445 19.3209 12.9302 18.8085 12.0013 18.1721C11.0726 18.8085 10.1583 19.3208 9.29767 19.6896C8.34974 20.0957 7.43037 20.3434 6.60749 20.3664C5.78261 20.3896 4.98237 20.1856 4.39889 19.6025C3.81576 19.019 3.61108 18.2189 3.63405 17.394C3.65695 16.5714 3.90454 15.6524 4.31055 14.7049C4.67923 13.8445 5.19159 12.9302 5.828 12.0013C5.19161 11.0726 4.6793 10.1582 4.31063 9.29763C3.90456 8.34969 3.65697 7.43028 3.63405 6.60734C3.61107 5.78236 3.8153 4.98213 4.39871 4.39872C4.9822 3.81561 5.78211 3.61107 6.60689 3.63405C7.42947 3.65696 8.3483 3.90456 9.29571 4.31056C10.156 4.67923 11.0701 5.19157 11.9989 5.82795C12.9276 5.19159 13.8419 4.67929 14.7025 4.31063C15.6504 3.90456 16.5698 3.65697 17.3928 3.63405ZM18.3108 8.70487C18.0395 9.33787 17.674 10.0166 17.2222 10.7184C16.6628 10.0182 16.0386 9.31993 15.358 8.64031C14.6779 7.96032 13.9797 7.33671 13.2796 6.77773C13.9811 6.32616 14.6599 5.96069 15.2931 5.68945C16.1374 5.32777 16.8641 5.14936 17.4345 5.13347C18.0027 5.11764 18.3431 5.26186 18.5407 5.45937C18.7385 5.65741 18.8824 5.99763 18.8666 6.56513C18.8508 7.13499 18.6724 7.86103 18.3108 8.70487ZM14.2977 9.70138C13.5391 8.94274 12.7638 8.26585 11.999 7.68041C11.2343 8.26601 10.4595 8.94309 9.70179 9.70196C8.94306 10.4607 8.26604 11.2362 7.68047 12.0012C8.26605 12.7658 8.94312 13.5406 9.70196 14.2983C10.4606 15.0569 11.2363 15.7342 12.0011 16.3197C12.7658 15.7341 13.5406 15.057 14.2983 14.2981C15.0571 13.5394 15.7341 12.7639 16.3197 11.999C15.7341 11.2343 15.0566 10.4591 14.2977 9.70138ZM8.70487 5.68929C9.33791 5.96058 10.0167 6.32615 10.7184 6.77787C10.0183 7.33717 9.32021 7.9612 8.64072 8.64171C7.96058 9.32185 7.33683 10.0203 6.77775 10.7205C6.32617 10.019 5.96069 9.34018 5.68945 8.70698C5.32777 7.86267 5.14936 7.13595 5.13347 6.56557C5.11764 5.9974 5.26169 5.65717 5.4592 5.45955C5.65724 5.26175 5.99763 5.11766 6.56513 5.13346C7.13499 5.14934 7.86103 5.32767 8.70487 5.68929ZM5.68931 15.2957C5.96059 14.6626 6.3262 13.9837 6.77797 13.2818C7.33735 13.982 7.96149 14.6802 8.64212 15.3598C9.32213 16.0398 10.0204 16.6634 10.7205 17.2224C10.019 17.674 9.34016 18.0395 8.70694 18.3108C7.86261 18.6725 7.13586 18.851 6.56542 18.867C5.99716 18.883 5.65693 18.739 5.45938 18.5417C5.2616 18.3437 5.11766 18.0034 5.13346 17.4358C5.14934 16.8658 5.32769 16.1396 5.68931 15.2957ZM15.3598 15.358C14.6802 16.0386 13.982 16.6628 13.2818 17.2222C13.9836 17.6739 14.6625 18.0395 15.2957 18.3108C16.1396 18.6724 16.8658 18.8508 17.4358 18.8666C18.0034 18.8824 18.3437 18.7385 18.5417 18.5407C18.739 18.3432 18.883 18.0029 18.867 17.4347C18.851 16.8642 18.6725 16.1375 18.3108 15.2932C18.0395 14.66 17.674 13.9811 17.2224 13.2796C16.6634 13.9797 16.0398 14.6779 15.3598 15.358Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default AtomIcon;\n"],"names":[],"mappings":";;;AAIA,MAAM,QAAW,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACnF,EACC,uBAAA,KAAA,CAAA,aAAA,CAAC,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,KAAQ,EAAA,GAAA,EAAA,kBACxC,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAK,CAAE,EAAA,4KAAA,EAA6K,CACrL,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 AtomIcon = 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: "M12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.01C11.25 12.4242 11.5858 12.76 12 12.76C12.4142 12.76 12.75 12.4242 12.75 12.01V12Z" }), /* @__PURE__ */ React__namespace.createElement(
33
+ "path",
34
+ {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M17.3928 3.63405C18.2177 3.61107 19.018 3.8153 19.6014 4.39871C20.1845 4.9822 20.389 5.78211 20.3661 6.60689C20.3431 7.42947 20.0956 8.3483 19.6895 9.29571C19.3209 10.156 18.8085 11.0701 18.1722 11.9989C18.8085 12.9276 19.3208 13.8419 19.6896 14.7024C20.0957 15.6504 20.3434 16.5697 20.3664 17.3926C20.3896 18.2175 20.1856 19.0177 19.6025 19.6012C19.019 20.1843 18.2189 20.389 17.394 20.3661C16.5714 20.3431 15.6524 20.0956 14.7049 19.6896C13.8445 19.3209 12.9302 18.8085 12.0013 18.1721C11.0726 18.8085 10.1583 19.3208 9.29767 19.6896C8.34974 20.0957 7.43037 20.3434 6.60749 20.3664C5.78261 20.3896 4.98237 20.1856 4.39889 19.6025C3.81576 19.019 3.61108 18.2189 3.63405 17.394C3.65695 16.5714 3.90454 15.6524 4.31055 14.7049C4.67923 13.8445 5.19159 12.9302 5.828 12.0013C5.19161 11.0726 4.6793 10.1582 4.31063 9.29763C3.90456 8.34969 3.65697 7.43028 3.63405 6.60734C3.61107 5.78236 3.8153 4.98213 4.39871 4.39872C4.9822 3.81561 5.78211 3.61107 6.60689 3.63405C7.42947 3.65696 8.3483 3.90456 9.29571 4.31056C10.156 4.67923 11.0701 5.19157 11.9989 5.82795C12.9276 5.19159 13.8419 4.67929 14.7025 4.31063C15.6504 3.90456 16.5698 3.65697 17.3928 3.63405ZM18.3108 8.70487C18.0395 9.33787 17.674 10.0166 17.2222 10.7184C16.6628 10.0182 16.0386 9.31993 15.358 8.64031C14.6779 7.96032 13.9797 7.33671 13.2796 6.77773C13.9811 6.32616 14.6599 5.96069 15.2931 5.68945C16.1374 5.32777 16.8641 5.14936 17.4345 5.13347C18.0027 5.11764 18.3431 5.26186 18.5407 5.45937C18.7385 5.65741 18.8824 5.99763 18.8666 6.56513C18.8508 7.13499 18.6724 7.86103 18.3108 8.70487ZM14.2977 9.70138C13.5391 8.94274 12.7638 8.26585 11.999 7.68041C11.2343 8.26601 10.4595 8.94309 9.70179 9.70196C8.94306 10.4607 8.26604 11.2362 7.68047 12.0012C8.26605 12.7658 8.94312 13.5406 9.70196 14.2983C10.4606 15.0569 11.2363 15.7342 12.0011 16.3197C12.7658 15.7341 13.5406 15.057 14.2983 14.2981C15.0571 13.5394 15.7341 12.7639 16.3197 11.999C15.7341 11.2343 15.0566 10.4591 14.2977 9.70138ZM8.70487 5.68929C9.33791 5.96058 10.0167 6.32615 10.7184 6.77787C10.0183 7.33717 9.32021 7.9612 8.64072 8.64171C7.96058 9.32185 7.33683 10.0203 6.77775 10.7205C6.32617 10.019 5.96069 9.34018 5.68945 8.70698C5.32777 7.86267 5.14936 7.13595 5.13347 6.56557C5.11764 5.9974 5.26169 5.65717 5.4592 5.45955C5.65724 5.26175 5.99763 5.11766 6.56513 5.13346C7.13499 5.14934 7.86103 5.32767 8.70487 5.68929ZM5.68931 15.2957C5.96059 14.6626 6.3262 13.9837 6.77797 13.2818C7.33735 13.982 7.96149 14.6802 8.64212 15.3598C9.32213 16.0398 10.0204 16.6634 10.7205 17.2224C10.019 17.674 9.34016 18.0395 8.70694 18.3108C7.86261 18.6725 7.13586 18.851 6.56542 18.867C5.99716 18.883 5.65693 18.739 5.45938 18.5417C5.2616 18.3437 5.11766 18.0034 5.13346 17.4358C5.14934 16.8658 5.32769 16.1396 5.68931 15.2957ZM15.3598 15.358C14.6802 16.0386 13.982 16.6628 13.2818 17.2222C13.9836 17.6739 14.6625 18.0395 15.2957 18.3108C16.1396 18.6724 16.8658 18.8508 17.4358 18.8666C18.0034 18.8824 18.3437 18.7385 18.5417 18.5407C18.739 18.3432 18.883 18.0029 18.867 17.4347C18.851 16.8642 18.6725 16.1375 18.3108 15.2932C18.0395 14.66 17.674 13.9811 17.2224 13.2796C16.6634 13.9797 16.0398 14.6779 15.3598 15.358Z"
38
+ }
39
+ ));
40
+ });
41
+
42
+ exports.default = AtomIcon;
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/AtomIcon/index.tsx"],"sourcesContent":["'use client';\nimport * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst AtomIcon = 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=\"M12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.01C11.25 12.4242 11.5858 12.76 12 12.76C12.4142 12.76 12.75 12.4242 12.75 12.01V12Z\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M17.3928 3.63405C18.2177 3.61107 19.018 3.8153 19.6014 4.39871C20.1845 4.9822 20.389 5.78211 20.3661 6.60689C20.3431 7.42947 20.0956 8.3483 19.6895 9.29571C19.3209 10.156 18.8085 11.0701 18.1722 11.9989C18.8085 12.9276 19.3208 13.8419 19.6896 14.7024C20.0957 15.6504 20.3434 16.5697 20.3664 17.3926C20.3896 18.2175 20.1856 19.0177 19.6025 19.6012C19.019 20.1843 18.2189 20.389 17.394 20.3661C16.5714 20.3431 15.6524 20.0956 14.7049 19.6896C13.8445 19.3209 12.9302 18.8085 12.0013 18.1721C11.0726 18.8085 10.1583 19.3208 9.29767 19.6896C8.34974 20.0957 7.43037 20.3434 6.60749 20.3664C5.78261 20.3896 4.98237 20.1856 4.39889 19.6025C3.81576 19.019 3.61108 18.2189 3.63405 17.394C3.65695 16.5714 3.90454 15.6524 4.31055 14.7049C4.67923 13.8445 5.19159 12.9302 5.828 12.0013C5.19161 11.0726 4.6793 10.1582 4.31063 9.29763C3.90456 8.34969 3.65697 7.43028 3.63405 6.60734C3.61107 5.78236 3.8153 4.98213 4.39871 4.39872C4.9822 3.81561 5.78211 3.61107 6.60689 3.63405C7.42947 3.65696 8.3483 3.90456 9.29571 4.31056C10.156 4.67923 11.0701 5.19157 11.9989 5.82795C12.9276 5.19159 13.8419 4.67929 14.7025 4.31063C15.6504 3.90456 16.5698 3.65697 17.3928 3.63405ZM18.3108 8.70487C18.0395 9.33787 17.674 10.0166 17.2222 10.7184C16.6628 10.0182 16.0386 9.31993 15.358 8.64031C14.6779 7.96032 13.9797 7.33671 13.2796 6.77773C13.9811 6.32616 14.6599 5.96069 15.2931 5.68945C16.1374 5.32777 16.8641 5.14936 17.4345 5.13347C18.0027 5.11764 18.3431 5.26186 18.5407 5.45937C18.7385 5.65741 18.8824 5.99763 18.8666 6.56513C18.8508 7.13499 18.6724 7.86103 18.3108 8.70487ZM14.2977 9.70138C13.5391 8.94274 12.7638 8.26585 11.999 7.68041C11.2343 8.26601 10.4595 8.94309 9.70179 9.70196C8.94306 10.4607 8.26604 11.2362 7.68047 12.0012C8.26605 12.7658 8.94312 13.5406 9.70196 14.2983C10.4606 15.0569 11.2363 15.7342 12.0011 16.3197C12.7658 15.7341 13.5406 15.057 14.2983 14.2981C15.0571 13.5394 15.7341 12.7639 16.3197 11.999C15.7341 11.2343 15.0566 10.4591 14.2977 9.70138ZM8.70487 5.68929C9.33791 5.96058 10.0167 6.32615 10.7184 6.77787C10.0183 7.33717 9.32021 7.9612 8.64072 8.64171C7.96058 9.32185 7.33683 10.0203 6.77775 10.7205C6.32617 10.019 5.96069 9.34018 5.68945 8.70698C5.32777 7.86267 5.14936 7.13595 5.13347 6.56557C5.11764 5.9974 5.26169 5.65717 5.4592 5.45955C5.65724 5.26175 5.99763 5.11766 6.56513 5.13346C7.13499 5.14934 7.86103 5.32767 8.70487 5.68929ZM5.68931 15.2957C5.96059 14.6626 6.3262 13.9837 6.77797 13.2818C7.33735 13.982 7.96149 14.6802 8.64212 15.3598C9.32213 16.0398 10.0204 16.6634 10.7205 17.2224C10.019 17.674 9.34016 18.0395 8.70694 18.3108C7.86261 18.6725 7.13586 18.851 6.56542 18.867C5.99716 18.883 5.65693 18.739 5.45938 18.5417C5.2616 18.3437 5.11766 18.0034 5.13346 17.4358C5.14934 16.8658 5.32769 16.1396 5.68931 15.2957ZM15.3598 15.358C14.6802 16.0386 13.982 16.6628 13.2818 17.2222C13.9836 17.6739 14.6625 18.0395 15.2957 18.3108C16.1396 18.6724 16.8658 18.8508 17.4358 18.8666C18.0034 18.8824 18.3437 18.7385 18.5417 18.5407C18.739 18.3432 18.883 18.0029 18.867 17.4347C18.851 16.8642 18.6725 16.1375 18.3108 15.2932C18.0395 14.66 17.674 13.9811 17.2224 13.2796C16.6634 13.9797 16.0398 14.6779 15.3598 15.358Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default AtomIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,MAAM,QAAW,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACnF,EACC,uBAAAA,gBAAA,CAAA,aAAA,CAACC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,KAAQ,EAAA,GAAA,EAAA,kBACxCD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAK,CAAE,EAAA,4KAAA,EAA6K,CACrL,kBAAAA,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,7 @@
1
+ {
2
+ "private": true,
3
+ "sideEffects": false,
4
+ "main": "index.js",
5
+ "module": "index.esm.js",
6
+ "types": "index.d.ts"
7
+ }
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const MapPinIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default MapPinIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const MapPinIcon = 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: "M12 7.25C11.0054 7.25 10.0516 7.64509 9.34835 8.34835C8.64509 9.05161 8.25 10.0054 8.25 11C8.25 11.9946 8.64509 12.9484 9.34835 13.6517C10.0516 14.3549 11.0054 14.75 12 14.75C12.9946 14.75 13.9484 14.3549 14.6517 13.6517C15.3549 12.9484 15.75 11.9946 15.75 11C15.75 10.0054 15.3549 9.05161 14.6517 8.34835C13.9484 7.64509 12.9946 7.25 12 7.25ZM10.409 9.40901C10.831 8.98705 11.4033 8.75 12 8.75C12.5967 8.75 13.169 8.98705 13.591 9.40901C14.0129 9.83097 14.25 10.4033 14.25 11C14.25 11.5967 14.0129 12.169 13.591 12.591C13.169 13.0129 12.5967 13.25 12 13.25C11.4033 13.25 10.831 13.0129 10.409 12.591C9.98705 12.169 9.75 11.5967 9.75 11C9.75 10.4033 9.98705 9.83097 10.409 9.40901Z"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M12 2.25024C10.2694 2.25024 8.57773 2.76341 7.13881 3.72485C5.69989 4.6863 4.57838 6.05283 3.9161 7.65166C3.25382 9.25049 3.08052 11.0098 3.4181 12.7071C3.75568 14.4044 4.58907 15.9636 5.81274 17.1873L10.0569 21.4305C10.5726 21.9457 11.2716 22.235 12.0005 22.235C12.7294 22.235 13.4287 21.9454 13.9443 21.4303L18.1873 17.1873C19.411 15.9635 20.2443 14.4044 20.5819 12.7071C20.9195 11.0098 20.7462 9.25049 20.0839 7.65166C19.4216 6.05283 18.3001 4.6863 16.8612 3.72485C15.4223 2.76341 13.7306 2.25024 12 2.25024ZM7.97216 4.97206C9.16441 4.17544 10.5661 3.75024 12 3.75024C13.4339 3.75024 14.8356 4.17544 16.0278 4.97206C17.2201 5.76869 18.1493 6.90096 18.6981 8.2257C19.2468 9.55045 19.3904 11.0082 19.1107 12.4145C18.831 13.8209 18.1406 15.1127 17.1267 16.1266L12.8839 20.3694C12.6496 20.6035 12.3318 20.735 12.0005 20.735C11.6692 20.735 11.3515 20.6035 11.1171 20.3694L6.87327 16.1266C5.85942 15.1126 5.16899 13.8208 4.88928 12.4145C4.60957 11.0082 4.75317 9.55045 5.30191 8.2257C5.85066 6.90096 6.77991 5.76869 7.97216 4.97206Z"
18
+ }
19
+ ));
20
+ });
21
+
22
+ export { MapPinIcon as default };
23
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/MapPinIcon/index.tsx"],"sourcesContent":["'use client';\nimport * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MapPinIcon = 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=\"M12 7.25C11.0054 7.25 10.0516 7.64509 9.34835 8.34835C8.64509 9.05161 8.25 10.0054 8.25 11C8.25 11.9946 8.64509 12.9484 9.34835 13.6517C10.0516 14.3549 11.0054 14.75 12 14.75C12.9946 14.75 13.9484 14.3549 14.6517 13.6517C15.3549 12.9484 15.75 11.9946 15.75 11C15.75 10.0054 15.3549 9.05161 14.6517 8.34835C13.9484 7.64509 12.9946 7.25 12 7.25ZM10.409 9.40901C10.831 8.98705 11.4033 8.75 12 8.75C12.5967 8.75 13.169 8.98705 13.591 9.40901C14.0129 9.83097 14.25 10.4033 14.25 11C14.25 11.5967 14.0129 12.169 13.591 12.591C13.169 13.0129 12.5967 13.25 12 13.25C11.4033 13.25 10.831 13.0129 10.409 12.591C9.98705 12.169 9.75 11.5967 9.75 11C9.75 10.4033 9.98705 9.83097 10.409 9.40901Z\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M12 2.25024C10.2694 2.25024 8.57773 2.76341 7.13881 3.72485C5.69989 4.6863 4.57838 6.05283 3.9161 7.65166C3.25382 9.25049 3.08052 11.0098 3.4181 12.7071C3.75568 14.4044 4.58907 15.9636 5.81274 17.1873L10.0569 21.4305C10.5726 21.9457 11.2716 22.235 12.0005 22.235C12.7294 22.235 13.4287 21.9454 13.9443 21.4303L18.1873 17.1873C19.411 15.9635 20.2443 14.4044 20.5819 12.7071C20.9195 11.0098 20.7462 9.25049 20.0839 7.65166C19.4216 6.05283 18.3001 4.6863 16.8612 3.72485C15.4223 2.76341 13.7306 2.25024 12 2.25024ZM7.97216 4.97206C9.16441 4.17544 10.5661 3.75024 12 3.75024C13.4339 3.75024 14.8356 4.17544 16.0278 4.97206C17.2201 5.76869 18.1493 6.90096 18.6981 8.2257C19.2468 9.55045 19.3904 11.0082 19.1107 12.4145C18.831 13.8209 18.1406 15.1127 17.1267 16.1266L12.8839 20.3694C12.6496 20.6035 12.3318 20.735 12.0005 20.735C11.6692 20.735 11.3515 20.6035 11.1171 20.3694L6.87327 16.1266C5.85942 15.1126 5.16899 13.8208 4.88928 12.4145C4.60957 11.0082 4.75317 9.55045 5.30191 8.2257C5.85066 6.90096 6.77991 5.76869 7.97216 4.97206Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default MapPinIcon;\n"],"names":[],"mappings":";;;AAIA,MAAM,UAAa,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACrF,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,GAEH,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,50 @@
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 MapPinIcon = 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: "M12 7.25C11.0054 7.25 10.0516 7.64509 9.34835 8.34835C8.64509 9.05161 8.25 10.0054 8.25 11C8.25 11.9946 8.64509 12.9484 9.34835 13.6517C10.0516 14.3549 11.0054 14.75 12 14.75C12.9946 14.75 13.9484 14.3549 14.6517 13.6517C15.3549 12.9484 15.75 11.9946 15.75 11C15.75 10.0054 15.3549 9.05161 14.6517 8.34835C13.9484 7.64509 12.9946 7.25 12 7.25ZM10.409 9.40901C10.831 8.98705 11.4033 8.75 12 8.75C12.5967 8.75 13.169 8.98705 13.591 9.40901C14.0129 9.83097 14.25 10.4033 14.25 11C14.25 11.5967 14.0129 12.169 13.591 12.591C13.169 13.0129 12.5967 13.25 12 13.25C11.4033 13.25 10.831 13.0129 10.409 12.591C9.98705 12.169 9.75 11.5967 9.75 11C9.75 10.4033 9.98705 9.83097 10.409 9.40901Z"
38
+ }
39
+ ), /* @__PURE__ */ React__namespace.createElement(
40
+ "path",
41
+ {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M12 2.25024C10.2694 2.25024 8.57773 2.76341 7.13881 3.72485C5.69989 4.6863 4.57838 6.05283 3.9161 7.65166C3.25382 9.25049 3.08052 11.0098 3.4181 12.7071C3.75568 14.4044 4.58907 15.9636 5.81274 17.1873L10.0569 21.4305C10.5726 21.9457 11.2716 22.235 12.0005 22.235C12.7294 22.235 13.4287 21.9454 13.9443 21.4303L18.1873 17.1873C19.411 15.9635 20.2443 14.4044 20.5819 12.7071C20.9195 11.0098 20.7462 9.25049 20.0839 7.65166C19.4216 6.05283 18.3001 4.6863 16.8612 3.72485C15.4223 2.76341 13.7306 2.25024 12 2.25024ZM7.97216 4.97206C9.16441 4.17544 10.5661 3.75024 12 3.75024C13.4339 3.75024 14.8356 4.17544 16.0278 4.97206C17.2201 5.76869 18.1493 6.90096 18.6981 8.2257C19.2468 9.55045 19.3904 11.0082 19.1107 12.4145C18.831 13.8209 18.1406 15.1127 17.1267 16.1266L12.8839 20.3694C12.6496 20.6035 12.3318 20.735 12.0005 20.735C11.6692 20.735 11.3515 20.6035 11.1171 20.3694L6.87327 16.1266C5.85942 15.1126 5.16899 13.8208 4.88928 12.4145C4.60957 11.0082 4.75317 9.55045 5.30191 8.2257C5.85066 6.90096 6.77991 5.76869 7.97216 4.97206Z"
45
+ }
46
+ ));
47
+ });
48
+
49
+ exports.default = MapPinIcon;
50
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/MapPinIcon/index.tsx"],"sourcesContent":["'use client';\nimport * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MapPinIcon = 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=\"M12 7.25C11.0054 7.25 10.0516 7.64509 9.34835 8.34835C8.64509 9.05161 8.25 10.0054 8.25 11C8.25 11.9946 8.64509 12.9484 9.34835 13.6517C10.0516 14.3549 11.0054 14.75 12 14.75C12.9946 14.75 13.9484 14.3549 14.6517 13.6517C15.3549 12.9484 15.75 11.9946 15.75 11C15.75 10.0054 15.3549 9.05161 14.6517 8.34835C13.9484 7.64509 12.9946 7.25 12 7.25ZM10.409 9.40901C10.831 8.98705 11.4033 8.75 12 8.75C12.5967 8.75 13.169 8.98705 13.591 9.40901C14.0129 9.83097 14.25 10.4033 14.25 11C14.25 11.5967 14.0129 12.169 13.591 12.591C13.169 13.0129 12.5967 13.25 12 13.25C11.4033 13.25 10.831 13.0129 10.409 12.591C9.98705 12.169 9.75 11.5967 9.75 11C9.75 10.4033 9.98705 9.83097 10.409 9.40901Z\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M12 2.25024C10.2694 2.25024 8.57773 2.76341 7.13881 3.72485C5.69989 4.6863 4.57838 6.05283 3.9161 7.65166C3.25382 9.25049 3.08052 11.0098 3.4181 12.7071C3.75568 14.4044 4.58907 15.9636 5.81274 17.1873L10.0569 21.4305C10.5726 21.9457 11.2716 22.235 12.0005 22.235C12.7294 22.235 13.4287 21.9454 13.9443 21.4303L18.1873 17.1873C19.411 15.9635 20.2443 14.4044 20.5819 12.7071C20.9195 11.0098 20.7462 9.25049 20.0839 7.65166C19.4216 6.05283 18.3001 4.6863 16.8612 3.72485C15.4223 2.76341 13.7306 2.25024 12 2.25024ZM7.97216 4.97206C9.16441 4.17544 10.5661 3.75024 12 3.75024C13.4339 3.75024 14.8356 4.17544 16.0278 4.97206C17.2201 5.76869 18.1493 6.90096 18.6981 8.2257C19.2468 9.55045 19.3904 11.0082 19.1107 12.4145C18.831 13.8209 18.1406 15.1127 17.1267 16.1266L12.8839 20.3694C12.6496 20.6035 12.3318 20.735 12.0005 20.735C11.6692 20.735 11.3515 20.6035 11.1171 20.3694L6.87327 16.1266C5.85942 15.1126 5.16899 13.8208 4.88928 12.4145C4.60957 11.0082 4.75317 9.55045 5.30191 8.2257C5.85066 6.90096 6.77991 5.76869 7.97216 4.97206Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default MapPinIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,MAAM,UAAa,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACrF,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,GAEH,kBAAAA,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,7 @@
1
+ {
2
+ "private": true,
3
+ "sideEffects": false,
4
+ "main": "index.js",
5
+ "module": "index.esm.js",
6
+ "types": "index.d.ts"
7
+ }
package/index.d.ts CHANGED
@@ -26,6 +26,7 @@ export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
26
26
  export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
27
27
  export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
28
28
  export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
29
+ export { default as AtomIcon } from './AtomIcon';
29
30
  export { default as BanIcon } from './BanIcon';
30
31
  export { default as BoltIcon } from './BoltIcon';
31
32
  export { default as BorderCornersIcon } from './BorderCornersIcon';
@@ -125,6 +126,7 @@ export { default as LockIcon } from './LockIcon';
125
126
  export { default as LogoutIcon } from './LogoutIcon';
126
127
  export { default as LoopItemTemplateIcon } from './LoopItemTemplateIcon';
127
128
  export { default as MailIcon } from './MailIcon';
129
+ export { default as MapPinIcon } from './MapPinIcon';
128
130
  export { default as MenuIcon } from './MenuIcon';
129
131
  export { default as MessageIcon } from './MessageIcon';
130
132
  export { default as MessageLinesIcon } from './MessageLinesIcon';
package/index.esm.js CHANGED
@@ -302,6 +302,17 @@ const ArrowsRightLeftIcon = React.forwardRef((props, ref) => {
302
302
  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" }));
303
303
  });
304
304
 
305
+ const AtomIcon = React.forwardRef((props, ref) => {
306
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.01C11.25 12.4242 11.5858 12.76 12 12.76C12.4142 12.76 12.75 12.4242 12.75 12.01V12Z" }), /* @__PURE__ */ React.createElement(
307
+ "path",
308
+ {
309
+ fillRule: "evenodd",
310
+ clipRule: "evenodd",
311
+ d: "M17.3928 3.63405C18.2177 3.61107 19.018 3.8153 19.6014 4.39871C20.1845 4.9822 20.389 5.78211 20.3661 6.60689C20.3431 7.42947 20.0956 8.3483 19.6895 9.29571C19.3209 10.156 18.8085 11.0701 18.1722 11.9989C18.8085 12.9276 19.3208 13.8419 19.6896 14.7024C20.0957 15.6504 20.3434 16.5697 20.3664 17.3926C20.3896 18.2175 20.1856 19.0177 19.6025 19.6012C19.019 20.1843 18.2189 20.389 17.394 20.3661C16.5714 20.3431 15.6524 20.0956 14.7049 19.6896C13.8445 19.3209 12.9302 18.8085 12.0013 18.1721C11.0726 18.8085 10.1583 19.3208 9.29767 19.6896C8.34974 20.0957 7.43037 20.3434 6.60749 20.3664C5.78261 20.3896 4.98237 20.1856 4.39889 19.6025C3.81576 19.019 3.61108 18.2189 3.63405 17.394C3.65695 16.5714 3.90454 15.6524 4.31055 14.7049C4.67923 13.8445 5.19159 12.9302 5.828 12.0013C5.19161 11.0726 4.6793 10.1582 4.31063 9.29763C3.90456 8.34969 3.65697 7.43028 3.63405 6.60734C3.61107 5.78236 3.8153 4.98213 4.39871 4.39872C4.9822 3.81561 5.78211 3.61107 6.60689 3.63405C7.42947 3.65696 8.3483 3.90456 9.29571 4.31056C10.156 4.67923 11.0701 5.19157 11.9989 5.82795C12.9276 5.19159 13.8419 4.67929 14.7025 4.31063C15.6504 3.90456 16.5698 3.65697 17.3928 3.63405ZM18.3108 8.70487C18.0395 9.33787 17.674 10.0166 17.2222 10.7184C16.6628 10.0182 16.0386 9.31993 15.358 8.64031C14.6779 7.96032 13.9797 7.33671 13.2796 6.77773C13.9811 6.32616 14.6599 5.96069 15.2931 5.68945C16.1374 5.32777 16.8641 5.14936 17.4345 5.13347C18.0027 5.11764 18.3431 5.26186 18.5407 5.45937C18.7385 5.65741 18.8824 5.99763 18.8666 6.56513C18.8508 7.13499 18.6724 7.86103 18.3108 8.70487ZM14.2977 9.70138C13.5391 8.94274 12.7638 8.26585 11.999 7.68041C11.2343 8.26601 10.4595 8.94309 9.70179 9.70196C8.94306 10.4607 8.26604 11.2362 7.68047 12.0012C8.26605 12.7658 8.94312 13.5406 9.70196 14.2983C10.4606 15.0569 11.2363 15.7342 12.0011 16.3197C12.7658 15.7341 13.5406 15.057 14.2983 14.2981C15.0571 13.5394 15.7341 12.7639 16.3197 11.999C15.7341 11.2343 15.0566 10.4591 14.2977 9.70138ZM8.70487 5.68929C9.33791 5.96058 10.0167 6.32615 10.7184 6.77787C10.0183 7.33717 9.32021 7.9612 8.64072 8.64171C7.96058 9.32185 7.33683 10.0203 6.77775 10.7205C6.32617 10.019 5.96069 9.34018 5.68945 8.70698C5.32777 7.86267 5.14936 7.13595 5.13347 6.56557C5.11764 5.9974 5.26169 5.65717 5.4592 5.45955C5.65724 5.26175 5.99763 5.11766 6.56513 5.13346C7.13499 5.14934 7.86103 5.32767 8.70487 5.68929ZM5.68931 15.2957C5.96059 14.6626 6.3262 13.9837 6.77797 13.2818C7.33735 13.982 7.96149 14.6802 8.64212 15.3598C9.32213 16.0398 10.0204 16.6634 10.7205 17.2224C10.019 17.674 9.34016 18.0395 8.70694 18.3108C7.86261 18.6725 7.13586 18.851 6.56542 18.867C5.99716 18.883 5.65693 18.739 5.45938 18.5417C5.2616 18.3437 5.11766 18.0034 5.13346 17.4358C5.14934 16.8658 5.32769 16.1396 5.68931 15.2957ZM15.3598 15.358C14.6802 16.0386 13.982 16.6628 13.2818 17.2222C13.9836 17.6739 14.6625 18.0395 15.2957 18.3108C16.1396 18.6724 16.8658 18.8508 17.4358 18.8666C18.0034 18.8824 18.3437 18.7385 18.5417 18.5407C18.739 18.3432 18.883 18.0029 18.867 17.4347C18.851 16.8642 18.6725 16.1375 18.3108 15.2932C18.0395 14.66 17.674 13.9811 17.2224 13.2796C16.6634 13.9797 16.0398 14.6779 15.3598 15.358Z"
312
+ }
313
+ ));
314
+ });
315
+
305
316
  const BanIcon = React.forwardRef((props, ref) => {
306
317
  return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
307
318
  "path",
@@ -1328,6 +1339,24 @@ const MailIcon = React.forwardRef((props, ref) => {
1328
1339
  ));
1329
1340
  });
1330
1341
 
1342
+ const MapPinIcon = React.forwardRef((props, ref) => {
1343
+ return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
1344
+ "path",
1345
+ {
1346
+ fillRule: "evenodd",
1347
+ clipRule: "evenodd",
1348
+ d: "M12 7.25C11.0054 7.25 10.0516 7.64509 9.34835 8.34835C8.64509 9.05161 8.25 10.0054 8.25 11C8.25 11.9946 8.64509 12.9484 9.34835 13.6517C10.0516 14.3549 11.0054 14.75 12 14.75C12.9946 14.75 13.9484 14.3549 14.6517 13.6517C15.3549 12.9484 15.75 11.9946 15.75 11C15.75 10.0054 15.3549 9.05161 14.6517 8.34835C13.9484 7.64509 12.9946 7.25 12 7.25ZM10.409 9.40901C10.831 8.98705 11.4033 8.75 12 8.75C12.5967 8.75 13.169 8.98705 13.591 9.40901C14.0129 9.83097 14.25 10.4033 14.25 11C14.25 11.5967 14.0129 12.169 13.591 12.591C13.169 13.0129 12.5967 13.25 12 13.25C11.4033 13.25 10.831 13.0129 10.409 12.591C9.98705 12.169 9.75 11.5967 9.75 11C9.75 10.4033 9.98705 9.83097 10.409 9.40901Z"
1349
+ }
1350
+ ), /* @__PURE__ */ React.createElement(
1351
+ "path",
1352
+ {
1353
+ fillRule: "evenodd",
1354
+ clipRule: "evenodd",
1355
+ d: "M12 2.25024C10.2694 2.25024 8.57773 2.76341 7.13881 3.72485C5.69989 4.6863 4.57838 6.05283 3.9161 7.65166C3.25382 9.25049 3.08052 11.0098 3.4181 12.7071C3.75568 14.4044 4.58907 15.9636 5.81274 17.1873L10.0569 21.4305C10.5726 21.9457 11.2716 22.235 12.0005 22.235C12.7294 22.235 13.4287 21.9454 13.9443 21.4303L18.1873 17.1873C19.411 15.9635 20.2443 14.4044 20.5819 12.7071C20.9195 11.0098 20.7462 9.25049 20.0839 7.65166C19.4216 6.05283 18.3001 4.6863 16.8612 3.72485C15.4223 2.76341 13.7306 2.25024 12 2.25024ZM7.97216 4.97206C9.16441 4.17544 10.5661 3.75024 12 3.75024C13.4339 3.75024 14.8356 4.17544 16.0278 4.97206C17.2201 5.76869 18.1493 6.90096 18.6981 8.2257C19.2468 9.55045 19.3904 11.0082 19.1107 12.4145C18.831 13.8209 18.1406 15.1127 17.1267 16.1266L12.8839 20.3694C12.6496 20.6035 12.3318 20.735 12.0005 20.735C11.6692 20.735 11.3515 20.6035 11.1171 20.3694L6.87327 16.1266C5.85942 15.1126 5.16899 13.8208 4.88928 12.4145C4.60957 11.0082 4.75317 9.55045 5.30191 8.2257C5.85066 6.90096 6.77991 5.76869 7.97216 4.97206Z"
1356
+ }
1357
+ ));
1358
+ });
1359
+
1331
1360
  const MenuIcon = React.forwardRef((props, ref) => {
1332
1361
  return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
1333
1362
  "path",
@@ -2252,5 +2281,5 @@ const XIcon = React.forwardRef((props, ref) => {
2252
2281
  ));
2253
2282
  });
2254
2283
 
2255
- export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertOctagonFilledIcon, AlertTriangleFilledIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowBarBothIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, ArrowsLeftRightIcon, ArrowsMaximizeIcon, ArrowsMoveHorizontalIcon, ArrowsMoveVerticalIcon, ArrowsRightLeftIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, BugOffIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CircleMinusIcon, CircleNumber1Icon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, ColorFilterIcon, ColorSwatchIcon, 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, GiftIcon, GridDotsIcon, GripVerticalIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterAIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LetterXIcon, LetterYIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, OverlineIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PinIcon, PinnedOffIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RotateIcon, 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 };
2284
+ export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertOctagonFilledIcon, AlertTriangleFilledIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowBarBothIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, ArrowsLeftRightIcon, ArrowsMaximizeIcon, ArrowsMoveHorizontalIcon, ArrowsMoveVerticalIcon, ArrowsRightLeftIcon, AtomIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, BugOffIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CircleMinusIcon, CircleNumber1Icon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, ColorFilterIcon, ColorSwatchIcon, 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, GiftIcon, GridDotsIcon, GripVerticalIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterAIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LetterXIcon, LetterYIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MapPinIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, OverlineIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PinIcon, PinnedOffIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RotateIcon, 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 };
2256
2285
  //# sourceMappingURL=index.esm.js.map