@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
package/index.js
CHANGED
|
@@ -1353,6 +1353,24 @@ const MailIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
1353
1353
|
));
|
|
1354
1354
|
});
|
|
1355
1355
|
|
|
1356
|
+
const MapPinIcon = React__namespace.forwardRef((props, ref) => {
|
|
1357
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1358
|
+
"path",
|
|
1359
|
+
{
|
|
1360
|
+
fillRule: "evenodd",
|
|
1361
|
+
clipRule: "evenodd",
|
|
1362
|
+
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"
|
|
1363
|
+
}
|
|
1364
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
1365
|
+
"path",
|
|
1366
|
+
{
|
|
1367
|
+
fillRule: "evenodd",
|
|
1368
|
+
clipRule: "evenodd",
|
|
1369
|
+
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"
|
|
1370
|
+
}
|
|
1371
|
+
));
|
|
1372
|
+
});
|
|
1373
|
+
|
|
1356
1374
|
const MenuIcon = React__namespace.forwardRef((props, ref) => {
|
|
1357
1375
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1358
1376
|
"path",
|
|
@@ -1463,6 +1481,17 @@ const NotificationIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
1463
1481
|
));
|
|
1464
1482
|
});
|
|
1465
1483
|
|
|
1484
|
+
const OverlineIcon = React__namespace.forwardRef((props, ref) => {
|
|
1485
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1486
|
+
"path",
|
|
1487
|
+
{
|
|
1488
|
+
fillRule: "evenodd",
|
|
1489
|
+
clipRule: "evenodd",
|
|
1490
|
+
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"
|
|
1491
|
+
}
|
|
1492
|
+
));
|
|
1493
|
+
});
|
|
1494
|
+
|
|
1466
1495
|
const PageTemplateIcon = React__namespace.forwardRef((props, ref) => {
|
|
1467
1496
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1468
1497
|
"path",
|
|
@@ -2393,6 +2422,7 @@ exports.LockIcon = LockIcon;
|
|
|
2393
2422
|
exports.LogoutIcon = LogoutIcon;
|
|
2394
2423
|
exports.LoopItemTemplateIcon = LoopItemTemplateIcon;
|
|
2395
2424
|
exports.MailIcon = MailIcon;
|
|
2425
|
+
exports.MapPinIcon = MapPinIcon;
|
|
2396
2426
|
exports.MenuIcon = MenuIcon;
|
|
2397
2427
|
exports.MessageIcon = MessageIcon;
|
|
2398
2428
|
exports.MessageLinesIcon = MessageLinesIcon;
|
|
@@ -2403,6 +2433,7 @@ exports.MobileLandscapeIcon = MobileLandscapeIcon;
|
|
|
2403
2433
|
exports.MobilePortraitIcon = MobilePortraitIcon;
|
|
2404
2434
|
exports.NotificationFilledIcon = NotificationFilledIcon;
|
|
2405
2435
|
exports.NotificationIcon = NotificationIcon;
|
|
2436
|
+
exports.OverlineIcon = OverlineIcon;
|
|
2406
2437
|
exports.PageTemplateIcon = PageTemplateIcon;
|
|
2407
2438
|
exports.PageTypeIcon = PageTypeIcon;
|
|
2408
2439
|
exports.PagesIcon = PagesIcon;
|