@elementor/icons 1.32.0 → 1.34.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/MapPinIcon/index.d.ts +4 -0
- package/MapPinIcon/index.esm.js +23 -0
- package/MapPinIcon/index.esm.js.map +1 -0
- package/MapPinIcon/index.js +50 -0
- package/MapPinIcon/index.js.map +1 -0
- package/MapPinIcon/package.json +7 -0
- package/OverlineIcon/index.d.ts +4 -0
- package/OverlineIcon/index.esm.js +16 -0
- package/OverlineIcon/index.esm.js.map +1 -0
- package/OverlineIcon/index.js +43 -0
- package/OverlineIcon/index.js.map +1 -0
- package/OverlineIcon/package.json +7 -0
- package/index.d.ts +2 -0
- package/index.esm.js +30 -1
- package/index.esm.js.map +1 -1
- package/index.js +31 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const OverlineIcon = 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: "M5 4.72C5 4.32236 5.32235 4 5.72 4H18.0755C18.4732 4 18.7955 4.32236 18.7955 4.72C18.7955 5.11765 18.4732 5.44 18.0755 5.44H5.72C5.32235 5.44 5 5.11765 5 4.72ZM5 7.8726C5 7.47495 5.32235 7.1526 5.72 7.1526H18.0755C18.4732 7.1526 18.7955 7.47495 18.7955 7.8726V9.52C18.7955 9.91765 18.4732 10.24 18.0755 10.24C17.6779 10.24 17.3555 9.91765 17.3555 9.52V8.5926H12.6181V18.2793H13.4091C13.8067 18.2793 14.1291 18.6016 14.1291 18.9993C14.1291 19.3969 13.8067 19.7193 13.4091 19.7193H10.3868C9.9892 19.7193 9.66685 19.3969 9.66685 18.9993C9.66685 18.6016 9.9892 18.2793 10.3868 18.2793H11.1781V8.5926H6.44V9.52C6.44 9.91765 6.11765 10.24 5.72 10.24C5.32235 10.24 5 9.91765 5 9.52V7.8726Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
export { OverlineIcon as default };
|
|
16
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/OverlineIcon/index.tsx"],"sourcesContent":["'use client';\nimport * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst OverlineIcon = 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=\"M5 4.72C5 4.32236 5.32235 4 5.72 4H18.0755C18.4732 4 18.7955 4.32236 18.7955 4.72C18.7955 5.11765 18.4732 5.44 18.0755 5.44H5.72C5.32235 5.44 5 5.11765 5 4.72ZM5 7.8726C5 7.47495 5.32235 7.1526 5.72 7.1526H18.0755C18.4732 7.1526 18.7955 7.47495 18.7955 7.8726V9.52C18.7955 9.91765 18.4732 10.24 18.0755 10.24C17.6779 10.24 17.3555 9.91765 17.3555 9.52V8.5926H12.6181V18.2793H13.4091C13.8067 18.2793 14.1291 18.6016 14.1291 18.9993C14.1291 19.3969 13.8067 19.7193 13.4091 19.7193H10.3868C9.9892 19.7193 9.66685 19.3969 9.66685 18.9993C9.66685 18.6016 9.9892 18.2793 10.3868 18.2793H11.1781V8.5926H6.44V9.52C6.44 9.91765 6.11765 10.24 5.72 10.24C5.32235 10.24 5 9.91765 5 9.52V7.8726Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default OverlineIcon;\n"],"names":[],"mappings":";;;AAIA,MAAM,YAAe,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACvF,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var SvgIcon = require('@elementor/ui/SvgIcon');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
|
+
|
|
10
|
+
function _interopNamespaceCompat(e) {
|
|
11
|
+
if (e && typeof e === 'object' && 'default' in e) return e;
|
|
12
|
+
var n = Object.create(null);
|
|
13
|
+
if (e) {
|
|
14
|
+
Object.keys(e).forEach(function (k) {
|
|
15
|
+
if (k !== 'default') {
|
|
16
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
17
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return e[k]; }
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
n.default = e;
|
|
25
|
+
return Object.freeze(n);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceCompat(React);
|
|
29
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefaultCompat(SvgIcon);
|
|
30
|
+
|
|
31
|
+
const OverlineIcon = 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: "M5 4.72C5 4.32236 5.32235 4 5.72 4H18.0755C18.4732 4 18.7955 4.32236 18.7955 4.72C18.7955 5.11765 18.4732 5.44 18.0755 5.44H5.72C5.32235 5.44 5 5.11765 5 4.72ZM5 7.8726C5 7.47495 5.32235 7.1526 5.72 7.1526H18.0755C18.4732 7.1526 18.7955 7.47495 18.7955 7.8726V9.52C18.7955 9.91765 18.4732 10.24 18.0755 10.24C17.6779 10.24 17.3555 9.91765 17.3555 9.52V8.5926H12.6181V18.2793H13.4091C13.8067 18.2793 14.1291 18.6016 14.1291 18.9993C14.1291 19.3969 13.8067 19.7193 13.4091 19.7193H10.3868C9.9892 19.7193 9.66685 19.3969 9.66685 18.9993C9.66685 18.6016 9.9892 18.2793 10.3868 18.2793H11.1781V8.5926H6.44V9.52C6.44 9.91765 6.11765 10.24 5.72 10.24C5.32235 10.24 5 9.91765 5 9.52V7.8726Z"
|
|
38
|
+
}
|
|
39
|
+
));
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
exports.default = OverlineIcon;
|
|
43
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/OverlineIcon/index.tsx"],"sourcesContent":["'use client';\nimport * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst OverlineIcon = 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=\"M5 4.72C5 4.32236 5.32235 4 5.72 4H18.0755C18.4732 4 18.7955 4.32236 18.7955 4.72C18.7955 5.11765 18.4732 5.44 18.0755 5.44H5.72C5.32235 5.44 5 5.11765 5 4.72ZM5 7.8726C5 7.47495 5.32235 7.1526 5.72 7.1526H18.0755C18.4732 7.1526 18.7955 7.47495 18.7955 7.8726V9.52C18.7955 9.91765 18.4732 10.24 18.0755 10.24C17.6779 10.24 17.3555 9.91765 17.3555 9.52V8.5926H12.6181V18.2793H13.4091C13.8067 18.2793 14.1291 18.6016 14.1291 18.9993C14.1291 19.3969 13.8067 19.7193 13.4091 19.7193H10.3868C9.9892 19.7193 9.66685 19.3969 9.66685 18.9993C9.66685 18.6016 9.9892 18.2793 10.3868 18.2793H11.1781V8.5926H6.44V9.52C6.44 9.91765 6.11765 10.24 5.72 10.24C5.32235 10.24 5 9.91765 5 9.52V7.8726Z\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default OverlineIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,MAAM,YAAe,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AACvF,EAAA,sDACEC,wBAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAD,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA;AAAA;AAAA,GAEJ,CAAA;AAEF,CAAE;;;;"}
|
package/index.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ export { default as LockIcon } from './LockIcon';
|
|
|
125
125
|
export { default as LogoutIcon } from './LogoutIcon';
|
|
126
126
|
export { default as LoopItemTemplateIcon } from './LoopItemTemplateIcon';
|
|
127
127
|
export { default as MailIcon } from './MailIcon';
|
|
128
|
+
export { default as MapPinIcon } from './MapPinIcon';
|
|
128
129
|
export { default as MenuIcon } from './MenuIcon';
|
|
129
130
|
export { default as MessageIcon } from './MessageIcon';
|
|
130
131
|
export { default as MessageLinesIcon } from './MessageLinesIcon';
|
|
@@ -135,6 +136,7 @@ export { default as MobileLandscapeIcon } from './MobileLandscapeIcon';
|
|
|
135
136
|
export { default as MobilePortraitIcon } from './MobilePortraitIcon';
|
|
136
137
|
export { default as NotificationFilledIcon } from './NotificationFilledIcon';
|
|
137
138
|
export { default as NotificationIcon } from './NotificationIcon';
|
|
139
|
+
export { default as OverlineIcon } from './OverlineIcon';
|
|
138
140
|
export { default as PageTemplateIcon } from './PageTemplateIcon';
|
|
139
141
|
export { default as PageTypeIcon } from './PageTypeIcon';
|
|
140
142
|
export { default as PagesIcon } from './PagesIcon';
|
package/index.esm.js
CHANGED
|
@@ -1328,6 +1328,24 @@ const MailIcon = React.forwardRef((props, ref) => {
|
|
|
1328
1328
|
));
|
|
1329
1329
|
});
|
|
1330
1330
|
|
|
1331
|
+
const MapPinIcon = React.forwardRef((props, ref) => {
|
|
1332
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
1333
|
+
"path",
|
|
1334
|
+
{
|
|
1335
|
+
fillRule: "evenodd",
|
|
1336
|
+
clipRule: "evenodd",
|
|
1337
|
+
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"
|
|
1338
|
+
}
|
|
1339
|
+
), /* @__PURE__ */ React.createElement(
|
|
1340
|
+
"path",
|
|
1341
|
+
{
|
|
1342
|
+
fillRule: "evenodd",
|
|
1343
|
+
clipRule: "evenodd",
|
|
1344
|
+
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"
|
|
1345
|
+
}
|
|
1346
|
+
));
|
|
1347
|
+
});
|
|
1348
|
+
|
|
1331
1349
|
const MenuIcon = React.forwardRef((props, ref) => {
|
|
1332
1350
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
1333
1351
|
"path",
|
|
@@ -1438,6 +1456,17 @@ const NotificationIcon = React.forwardRef((props, ref) => {
|
|
|
1438
1456
|
));
|
|
1439
1457
|
});
|
|
1440
1458
|
|
|
1459
|
+
const OverlineIcon = React.forwardRef((props, ref) => {
|
|
1460
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
1461
|
+
"path",
|
|
1462
|
+
{
|
|
1463
|
+
fillRule: "evenodd",
|
|
1464
|
+
clipRule: "evenodd",
|
|
1465
|
+
d: "M5 4.72C5 4.32236 5.32235 4 5.72 4H18.0755C18.4732 4 18.7955 4.32236 18.7955 4.72C18.7955 5.11765 18.4732 5.44 18.0755 5.44H5.72C5.32235 5.44 5 5.11765 5 4.72ZM5 7.8726C5 7.47495 5.32235 7.1526 5.72 7.1526H18.0755C18.4732 7.1526 18.7955 7.47495 18.7955 7.8726V9.52C18.7955 9.91765 18.4732 10.24 18.0755 10.24C17.6779 10.24 17.3555 9.91765 17.3555 9.52V8.5926H12.6181V18.2793H13.4091C13.8067 18.2793 14.1291 18.6016 14.1291 18.9993C14.1291 19.3969 13.8067 19.7193 13.4091 19.7193H10.3868C9.9892 19.7193 9.66685 19.3969 9.66685 18.9993C9.66685 18.6016 9.9892 18.2793 10.3868 18.2793H11.1781V8.5926H6.44V9.52C6.44 9.91765 6.11765 10.24 5.72 10.24C5.32235 10.24 5 9.91765 5 9.52V7.8726Z"
|
|
1466
|
+
}
|
|
1467
|
+
));
|
|
1468
|
+
});
|
|
1469
|
+
|
|
1441
1470
|
const PageTemplateIcon = React.forwardRef((props, ref) => {
|
|
1442
1471
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
1443
1472
|
"path",
|
|
@@ -2241,5 +2270,5 @@ const XIcon = React.forwardRef((props, ref) => {
|
|
|
2241
2270
|
));
|
|
2242
2271
|
});
|
|
2243
2272
|
|
|
2244
|
-
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, 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 };
|
|
2273
|
+
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, 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 };
|
|
2245
2274
|
//# sourceMappingURL=index.esm.js.map
|