@elementor/icons 1.23.0 → 1.25.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/ArrowBarBothIcon/index.d.ts +4 -0
- package/ArrowBarBothIcon/index.esm.js +9 -0
- package/ArrowBarBothIcon/index.esm.js.map +1 -0
- package/ArrowBarBothIcon/index.js +36 -0
- package/ArrowBarBothIcon/index.js.map +1 -0
- package/ArrowBarBothIcon/package.json +7 -0
- package/ArrowsMaximizeIcon/index.d.ts +4 -0
- package/ArrowsMaximizeIcon/index.esm.js +16 -0
- package/ArrowsMaximizeIcon/index.esm.js.map +1 -0
- package/ArrowsMaximizeIcon/index.js +43 -0
- package/ArrowsMaximizeIcon/index.js.map +1 -0
- package/ArrowsMaximizeIcon/package.json +7 -0
- package/ColorSwatchIcon/index.d.ts +4 -0
- package/ColorSwatchIcon/index.esm.js +18 -0
- package/ColorSwatchIcon/index.esm.js.map +1 -0
- package/ColorSwatchIcon/index.js +45 -0
- package/ColorSwatchIcon/index.js.map +1 -0
- package/ColorSwatchIcon/package.json +7 -0
- package/GridDotsIcon/index.d.ts +4 -0
- package/GridDotsIcon/index.esm.js +16 -0
- package/GridDotsIcon/index.esm.js.map +1 -0
- package/GridDotsIcon/index.js +43 -0
- package/GridDotsIcon/index.js.map +1 -0
- package/GridDotsIcon/package.json +7 -0
- package/PinIcon/index.d.ts +4 -0
- package/PinIcon/index.esm.js +16 -0
- package/PinIcon/index.esm.js.map +1 -0
- package/PinIcon/index.js +43 -0
- package/PinIcon/index.js.map +1 -0
- package/PinIcon/package.json +7 -0
- package/PinnedOffIcon/index.d.ts +4 -0
- package/PinnedOffIcon/index.esm.js +9 -0
- package/PinnedOffIcon/index.esm.js.map +1 -0
- package/PinnedOffIcon/index.js +36 -0
- package/PinnedOffIcon/index.js.map +1 -0
- package/PinnedOffIcon/package.json +7 -0
- package/index.d.ts +6 -0
- package/index.esm.js +55 -1
- package/index.esm.js.map +1 -1
- package/index.js +60 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -191,6 +191,10 @@ const ArrowBackIcon = React.forwardRef((props, ref) => {
|
|
|
191
191
|
));
|
|
192
192
|
});
|
|
193
193
|
|
|
194
|
+
const ArrowBarBothIcon = React.forwardRef((props, ref) => {
|
|
195
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M12.5 3.75C12.5 3.33579 12.1642 3 11.75 3C11.3358 3 11 3.33579 11 3.75V19.75C11 20.1642 11.3358 20.5 11.75 20.5C12.1642 20.5 12.5 20.1642 12.5 19.75V3.75Z" }), /* @__PURE__ */ React.createElement("path", { d: "M5.28033 8.21967C5.57322 8.51256 5.57322 8.98744 5.28033 9.28033L3.56066 11H7.75C8.16421 11 8.5 11.3358 8.5 11.75C8.5 12.1642 8.16421 12.5 7.75 12.5H3.56066L5.28033 14.2197C5.57322 14.5126 5.57322 14.9874 5.28033 15.2803C4.98744 15.5732 4.51256 15.5732 4.21967 15.2803L1.21967 12.2803C1.14776 12.2084 1.09351 12.1255 1.05691 12.0371C1.02024 11.9487 1 11.8517 1 11.75C1 11.5581 1.07322 11.3661 1.21967 11.2197L4.21967 8.21967C4.51256 7.92678 4.98744 7.92678 5.28033 8.21967Z" }), /* @__PURE__ */ React.createElement("path", { d: "M15.75 11C15.3358 11 15 11.3358 15 11.75C15 12.1642 15.3358 12.5 15.75 12.5H19.9393L18.2197 14.2197C17.9268 14.5126 17.9268 14.9874 18.2197 15.2803C18.5126 15.5732 18.9874 15.5732 19.2803 15.2803L22.2803 12.2803C22.3522 12.2084 22.4065 12.1255 22.4431 12.0371C22.4798 11.9487 22.5 11.8517 22.5 11.75C22.5 11.7371 22.4997 11.7242 22.499 11.7114C22.4946 11.6238 22.4751 11.5401 22.4431 11.4629C22.4065 11.3745 22.3522 11.2916 22.2803 11.2197L19.2803 8.21967C18.9874 7.92678 18.5126 7.92678 18.2197 8.21967C17.9268 8.51256 17.9268 8.98744 18.2197 9.28033L19.9393 11H15.75Z" }));
|
|
196
|
+
});
|
|
197
|
+
|
|
194
198
|
const ArrowDownSmallIcon = React.forwardRef((props, ref) => {
|
|
195
199
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
196
200
|
"path",
|
|
@@ -261,6 +265,17 @@ const ArrowsLeftRightIcon = React.forwardRef((props, ref) => {
|
|
|
261
265
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M6.53033 3.46967C6.82322 3.76256 6.82322 4.23744 6.53033 4.53033L4.81066 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7C21.75 7.41421 21.4142 7.75 21 7.75H4.81066L6.53033 9.46967C6.82322 9.76256 6.82322 10.2374 6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303L2.46967 7.53033C2.17678 7.23744 2.17678 6.76256 2.46967 6.46967L5.46967 3.46967C5.76256 3.17678 6.23744 3.17678 6.53033 3.46967Z" }), /* @__PURE__ */ React.createElement("path", { d: "M17.4697 13.4697C17.7626 13.1768 18.2374 13.1768 18.5303 13.4697L21.5303 16.4697C21.8232 16.7626 21.8232 17.2374 21.5303 17.5303L18.5303 20.5303C18.2374 20.8232 17.7626 20.8232 17.4697 20.5303C17.1768 20.2374 17.1768 19.7626 17.4697 19.4697L19.1893 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H19.1893L17.4697 14.5303C17.1768 14.2374 17.1768 13.7626 17.4697 13.4697Z" }));
|
|
262
266
|
});
|
|
263
267
|
|
|
268
|
+
const ArrowsMaximizeIcon = React.forwardRef((props, ref) => {
|
|
269
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
270
|
+
"path",
|
|
271
|
+
{
|
|
272
|
+
fillRule: "evenodd",
|
|
273
|
+
clipRule: "evenodd",
|
|
274
|
+
d: "M16 3.25C15.5858 3.25 15.25 3.58579 15.25 4C15.25 4.41421 15.5858 4.75 16 4.75H18.1893L13.4697 9.46967C13.1768 9.76256 13.1768 10.2374 13.4697 10.5303C13.7626 10.8232 14.2374 10.8232 14.5303 10.5303L19.25 5.81066V8C19.25 8.41421 19.5858 8.75 20 8.75C20.4142 8.75 20.75 8.41421 20.75 8V4C20.75 3.80806 20.6768 3.61612 20.5303 3.46967C20.4584 3.39776 20.3755 3.34351 20.2871 3.30691C20.1987 3.27024 20.1017 3.25 20 3.25H16ZM4 15.25C4.41421 15.25 4.75 15.5858 4.75 16V18.1893L9.46967 13.4697C9.76256 13.1768 10.2374 13.1768 10.5303 13.4697C10.8232 13.7626 10.8232 14.2374 10.5303 14.5303L5.81066 19.25H8C8.41421 19.25 8.75 19.5858 8.75 20C8.75 20.4142 8.41421 20.75 8 20.75H4C3.80806 20.75 3.61612 20.6768 3.46967 20.5303C3.39776 20.4584 3.34351 20.3755 3.30691 20.2871C3.27024 20.1987 3.25 20.1017 3.25 20V16C3.25 15.5858 3.58579 15.25 4 15.25ZM20.75 16V20C20.75 20.1017 20.7298 20.1987 20.6931 20.2871C20.6565 20.3755 20.6022 20.4584 20.5303 20.5303C20.4584 20.6022 20.3755 20.6565 20.2871 20.6931C20.2099 20.7251 20.1262 20.7446 20.0386 20.749C20.0258 20.7497 20.0129 20.75 20 20.75H16C15.5858 20.75 15.25 20.4142 15.25 20C15.25 19.5858 15.5858 19.25 16 19.25H18.1893L13.4697 14.5303C13.1768 14.2374 13.1768 13.7626 13.4697 13.4697C13.7626 13.1768 14.2374 13.1768 14.5303 13.4697L19.25 18.1893V16C19.25 15.5858 19.5858 15.25 20 15.25C20.4142 15.25 20.75 15.5858 20.75 16ZM3.71291 3.30691C3.80134 3.27024 3.89831 3.25 4 3.25H8C8.41421 3.25 8.75 3.58579 8.75 4C8.75 4.41421 8.41421 4.75 8 4.75H5.81066L10.5303 9.46967C10.8232 9.76256 10.8232 10.2374 10.5303 10.5303C10.2374 10.8232 9.76256 10.8232 9.46967 10.5303L4.75 5.81066V8C4.75 8.41421 4.41421 8.75 4 8.75C3.58579 8.75 3.25 8.41421 3.25 8V4C3.25 3.7937 3.33329 3.60686 3.46808 3.47126C3.46861 3.47073 3.46914 3.4702 3.46967 3.46967C3.4702 3.46914 3.47073 3.46861 3.47126 3.46808C3.5428 3.39696 3.62511 3.34324 3.71291 3.30691Z"
|
|
275
|
+
}
|
|
276
|
+
));
|
|
277
|
+
});
|
|
278
|
+
|
|
264
279
|
const ArrowsRightLeftIcon = React.forwardRef((props, ref) => {
|
|
265
280
|
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" }));
|
|
266
281
|
});
|
|
@@ -561,6 +576,19 @@ const CodeIcon = React.forwardRef((props, ref) => {
|
|
|
561
576
|
));
|
|
562
577
|
});
|
|
563
578
|
|
|
579
|
+
const ColorSwatchIcon = React.forwardRef((props, ref) => {
|
|
580
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z", fill: "#000", fillOpacity: ".54" }), /* @__PURE__ */ React.createElement(
|
|
581
|
+
"path",
|
|
582
|
+
{
|
|
583
|
+
fillRule: "evenodd",
|
|
584
|
+
clipRule: "evenodd",
|
|
585
|
+
d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z",
|
|
586
|
+
fill: "#000",
|
|
587
|
+
fillOpacity: ".54"
|
|
588
|
+
}
|
|
589
|
+
));
|
|
590
|
+
});
|
|
591
|
+
|
|
564
592
|
const ContainerTemplateIcon = React.forwardRef((props, ref) => {
|
|
565
593
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
566
594
|
"path",
|
|
@@ -855,6 +883,17 @@ const FooterTemplateIcon = React.forwardRef((props, ref) => {
|
|
|
855
883
|
));
|
|
856
884
|
});
|
|
857
885
|
|
|
886
|
+
const GridDotsIcon = React.forwardRef((props, ref) => {
|
|
887
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
888
|
+
"path",
|
|
889
|
+
{
|
|
890
|
+
fillRule: "evenodd",
|
|
891
|
+
clipRule: "evenodd",
|
|
892
|
+
d: "M3.25 5C3.25 4.0335 4.0335 3.25 5 3.25C5.9665 3.25 6.75 4.0335 6.75 5C6.75 5.9665 5.9665 6.75 5 6.75C4.0335 6.75 3.25 5.9665 3.25 5ZM10.25 5C10.25 4.0335 11.0335 3.25 12 3.25C12.9665 3.25 13.75 4.0335 13.75 5C13.75 5.9665 12.9665 6.75 12 6.75C11.0335 6.75 10.25 5.9665 10.25 5ZM17.25 5C17.25 4.0335 18.0335 3.25 19 3.25C19.9665 3.25 20.75 4.0335 20.75 5C20.75 5.9665 19.9665 6.75 19 6.75C18.0335 6.75 17.25 5.9665 17.25 5ZM3.25 12C3.25 11.0335 4.0335 10.25 5 10.25C5.9665 10.25 6.75 11.0335 6.75 12C6.75 12.9665 5.9665 13.75 5 13.75C4.0335 13.75 3.25 12.9665 3.25 12ZM10.25 12C10.25 11.0335 11.0335 10.25 12 10.25C12.9665 10.25 13.75 11.0335 13.75 12C13.75 12.9665 12.9665 13.75 12 13.75C11.0335 13.75 10.25 12.9665 10.25 12ZM17.25 12C17.25 11.0335 18.0335 10.25 19 10.25C19.9665 10.25 20.75 11.0335 20.75 12C20.75 12.9665 19.9665 13.75 19 13.75C18.0335 13.75 17.25 12.9665 17.25 12ZM3.25 19C3.25 18.0335 4.0335 17.25 5 17.25C5.9665 17.25 6.75 18.0335 6.75 19C6.75 19.9665 5.9665 20.75 5 20.75C4.0335 20.75 3.25 19.9665 3.25 19ZM10.25 19C10.25 18.0335 11.0335 17.25 12 17.25C12.9665 17.25 13.75 18.0335 13.75 19C13.75 19.9665 12.9665 20.75 12 20.75C11.0335 20.75 10.25 19.9665 10.25 19ZM17.25 19C17.25 18.0335 18.0335 17.25 19 17.25C19.9665 17.25 20.75 18.0335 20.75 19C20.75 19.9665 19.9665 20.75 19 20.75C18.0335 20.75 17.25 19.9665 17.25 19Z"
|
|
893
|
+
}
|
|
894
|
+
));
|
|
895
|
+
});
|
|
896
|
+
|
|
858
897
|
const HeaderTemplateIcon = React.forwardRef((props, ref) => {
|
|
859
898
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
860
899
|
"path",
|
|
@@ -1335,6 +1374,21 @@ const PhotoIcon = React.forwardRef((props, ref) => {
|
|
|
1335
1374
|
));
|
|
1336
1375
|
});
|
|
1337
1376
|
|
|
1377
|
+
const PinIcon = React.forwardRef((props, ref) => {
|
|
1378
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
1379
|
+
"path",
|
|
1380
|
+
{
|
|
1381
|
+
fillRule: "evenodd",
|
|
1382
|
+
clipRule: "evenodd",
|
|
1383
|
+
d: "M13.9697 3.46967C14.2626 3.17678 14.7374 3.17678 15.0303 3.46967L20.5303 8.96967C20.8232 9.26256 20.8232 9.73744 20.5303 10.0303C20.2476 10.313 19.7954 10.3229 19.5009 10.0598L16.1452 13.4155L14.7022 17.2633C14.6647 17.3636 14.606 17.4546 14.5303 17.5303L13.0303 19.0303C12.7374 19.3232 12.2626 19.3232 11.9697 19.0303L9 16.0607L5.03033 20.0303C4.73744 20.3232 4.26256 20.3232 3.96967 20.0303C3.67678 19.7374 3.67678 19.2626 3.96967 18.9697L7.93934 15L4.96967 12.0303C4.67678 11.7374 4.67678 11.2626 4.96967 10.9697L6.46967 9.46967C6.54537 9.39396 6.63641 9.33535 6.73666 9.29775L10.5845 7.8548L13.9402 4.49915C13.6771 4.20465 13.687 3.75238 13.9697 3.46967ZM15 5.56066L11.5303 9.03033C11.4546 9.10604 11.3636 9.16465 11.2633 9.20225L7.41546 10.6452L6.56066 11.5L9.53015 14.4695L12.5 17.4393L13.3548 16.5845L14.7978 12.7367C14.8353 12.6364 14.894 12.5454 14.9697 12.4697L18.4393 9L15 5.56066Z"
|
|
1384
|
+
}
|
|
1385
|
+
));
|
|
1386
|
+
});
|
|
1387
|
+
|
|
1388
|
+
const PinnedOffIcon = React.forwardRef((props, ref) => {
|
|
1389
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M3.53033 2.46967C3.23744 2.17678 2.76256 2.17678 2.46967 2.46967C2.17678 2.76256 2.17678 3.23744 2.46967 3.53033L7.82784 8.8885L6.73662 9.29777C6.63639 9.33536 6.54537 9.39397 6.46967 9.46967L4.96967 10.9697C4.67678 11.2626 4.67678 11.7374 4.96967 12.0303L7.93934 15L3.96967 18.9697C3.67678 19.2626 3.67678 19.7374 3.96967 20.0303C4.26256 20.3232 4.73744 20.3232 5.03033 20.0303L9 16.0607L11.9697 19.0303C12.2626 19.3232 12.7374 19.3232 13.0303 19.0303L14.5303 17.5303C14.606 17.4546 14.6646 17.3636 14.7022 17.2634L15.1115 16.1722L20.4697 21.5303C20.7626 21.8232 21.2374 21.8232 21.5303 21.5303C21.8232 21.2374 21.8232 20.7626 21.5303 20.4697L15.4044 14.3438C15.3707 14.3018 15.3324 14.2633 15.2897 14.229L3.53033 2.46967ZM12.5 17.4393L6.56066 11.5L7.41547 10.6452L8.9929 10.0536L13.9465 15.0072L13.3548 16.5845L12.5 17.4393Z" }), /* @__PURE__ */ React.createElement("path", { d: "M15.5303 3.96967L15.0303 3.46967C14.7374 3.17678 14.2626 3.17678 13.9697 3.46967C13.687 3.75238 13.6771 4.20465 13.9402 4.49915L11.2207 7.21867C10.9278 7.51156 10.9278 7.98644 11.2207 8.27933C11.5136 8.57222 11.9884 8.57222 12.2813 8.27933L15 5.56066L18.4394 9.00008L15.7196 11.7208C15.4267 12.0137 15.4268 12.4886 15.7198 12.7814C16.0127 13.0743 16.4876 13.0742 16.7804 12.7812L19.5009 10.0599C19.7954 10.3229 20.2476 10.313 20.5303 10.0303C20.8232 9.73744 20.8232 9.26256 20.5303 8.96967L15.5303 3.96967Z" }));
|
|
1390
|
+
});
|
|
1391
|
+
|
|
1338
1392
|
const PlugCheckIcon = React.forwardRef((props, ref) => {
|
|
1339
1393
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M15.2803 4.28033C15.5732 3.98744 15.5732 3.51256 15.2803 3.21967C14.9874 2.92678 14.5126 2.92678 14.2197 3.21967L11.1425 6.29686L10.0653 5.21967C9.7724 4.92678 9.29752 4.92678 9.00463 5.21967L6.95568 7.26862C6.32944 7.87215 5.82945 8.59421 5.48481 9.39279C5.13918 10.1937 4.95675 11.0555 4.94819 11.9277C4.93964 12.8 5.10513 13.6652 5.43499 14.4727C5.66989 15.0478 5.98478 15.5854 6.36936 16.07L3.21967 19.2197C2.92678 19.5126 2.92678 19.9874 3.21967 20.2803C3.51256 20.5732 3.98744 20.5732 4.28033 20.2803L7.43002 17.1306C7.91462 17.5152 8.45219 17.8301 9.02723 18.065C9.83475 18.3948 10.7 18.5603 11.5722 18.5518C11.9864 18.5477 12.3189 18.2086 12.3148 17.7944C12.3108 17.3803 11.9717 17.0478 11.5575 17.0518C10.8847 17.0584 10.2173 16.9308 9.59445 16.6764C8.97157 16.4219 8.40569 16.0458 7.92992 15.57C7.45415 15.0943 7.07804 14.5284 6.82361 13.9055C6.56917 13.2826 6.44152 12.6153 6.44812 11.9425C6.45472 11.2696 6.59544 10.6049 6.86204 9.98714C7.12864 9.36937 7.51577 8.81098 8.00079 8.34463L8.01129 8.33433L9.53496 6.81066L16.0046 13.2803C16.2975 13.5732 16.7724 13.5732 17.0653 13.2803C17.3105 13.0351 17.3504 12.6624 17.185 12.3756L20.2803 9.28033C20.5732 8.98744 20.5732 8.51256 20.2803 8.21967C19.9874 7.92678 19.5126 7.92678 19.2197 8.21967L16.1425 11.2969L12.2031 7.35752L15.2803 4.28033Z" }), /* @__PURE__ */ React.createElement(
|
|
1340
1394
|
"path",
|
|
@@ -2064,5 +2118,5 @@ const XIcon = React.forwardRef((props, ref) => {
|
|
|
2064
2118
|
));
|
|
2065
2119
|
});
|
|
2066
2120
|
|
|
2067
|
-
export { AIIcon, AcademyIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AffiliatesIcon, AlertCircleIcon, AlertOctagonFilledIcon, AlertTriangleFilledIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, AppsIcon, ArchiveTemplateIcon, ArrowBackIcon, ArrowDownSmallIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpRightIcon, ArrowUpSmallIcon, ArrowsLeftRightIcon, ArrowsRightLeftIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, ContainerTemplateIcon, CopyIcon, CopyPageIcon, CornerUpRightIcon, CreditCardIcon, CrownIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiamondIcon, DiscountCheckFilledIcon, DomainIcon, DotsHorizontalIcon, DotsVerticalIcon, DownloadIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandBottomIcon, ExpandDiagonalIcon, ExpandIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileReportIcon, FilesIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RouterIcon, SFTPIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SelectorIcon, SendIcon, ServerCogIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SiteLockIcon, SiteLockOpenIcon, SocialIcon, SpeakerphoneIcon, StarIcon, StarOffIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserHeartIcon, UserIcon, UserPlusIcon, UsersIcon, WalletIcon, WebsiteIcon, WhatsappIcon, WidescreenIcon, WidgetsIcon, WordpressIcon, WorldIcon, XIcon };
|
|
2121
|
+
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, ArrowsRightLeftIcon, BanIcon, BoltIcon, BorderCornersIcon, BrandFacebookIcon, BriefcaseIcon, BrushIcon, CalendarDollarIcon, CalendarIcon, CameraIcon, CartIcon, ChatbotIcon, CheckIcon, CheckedCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleCheckFilledIcon, CirclePlusIcon, CircleXIcon, ClearIcon, ClockIcon, CloudBackupIcon, CloudIcon, CodeIcon, 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, GridDotsIcon, HeaderTemplateIcon, HeadsetIcon, HeartHandShakeIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleFilledIcon, InfoCircleIcon, ItalicIcon, JustifyBottomIcon, JustifyCenterIcon, JustifyDistributeVerticalIcon, JustifySpaceAroundVerticalIcon, JustifySpaceBetweenVerticalIcon, JustifyTopIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignRightIcon, LayoutDistributeVerticalIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LibraryIcon, LikeIcon, LinkIcon, ListIcon, Loader2Icon, LockFilledIcon, LockIcon, LogoutIcon, LoopItemTemplateIcon, MailIcon, MenuIcon, MessageIcon, MessageLinesIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, NotificationFilledIcon, NotificationIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PencilIcon, PhotoIcon, PinIcon, PinnedOffIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PointFilledIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RepeatIcon, ResetIcon, RocketIcon, RouterIcon, SFTPIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SelectorIcon, SendIcon, ServerCogIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SiteLockIcon, SiteLockOpenIcon, SocialIcon, SpeakerphoneIcon, StarIcon, StarOffIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserHeartIcon, UserIcon, UserPlusIcon, UsersIcon, WalletIcon, WebsiteIcon, WhatsappIcon, WidescreenIcon, WidgetsIcon, WordpressIcon, WorldIcon, XIcon };
|
|
2068
2122
|
//# sourceMappingURL=index.esm.js.map
|