@butternutbox/pawprint-native 0.16.0 → 0.17.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/.turbo/turbo-build.log +9 -9
- package/CHANGELOG.md +20 -0
- package/dist/index.cjs +333 -131
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +334 -132
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/atoms/Button/Button.stories.tsx +44 -0
- package/src/components/atoms/Icon/Icon.tsx +1 -1
- package/src/components/molecules/NumberField/NumberFieldInput.tsx +10 -2
package/dist/index.cjs
CHANGED
|
@@ -387,234 +387,432 @@ var __spreadValues2 = (a, b) => {
|
|
|
387
387
|
return a;
|
|
388
388
|
};
|
|
389
389
|
var __spreadProps2 = (a, b) => __defProps2(a, __getOwnPropDescs2(b));
|
|
390
|
-
var Add = (props, ref) =>
|
|
390
|
+
var Add = (props, ref) => {
|
|
391
|
+
var _a, _b;
|
|
392
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1" }) }));
|
|
393
|
+
};
|
|
391
394
|
var ForwardRef = React66.forwardRef(Add);
|
|
392
395
|
ForwardRef.category = "core";
|
|
393
396
|
var Add_default = ForwardRef;
|
|
394
|
-
var AddCircle = (props, ref) =>
|
|
397
|
+
var AddCircle = (props, ref) => {
|
|
398
|
+
var _a, _b;
|
|
399
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4 11h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H8c-.55 0-1-.45-1-1s.45-1 1-1h3V8c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1" }) }));
|
|
400
|
+
};
|
|
395
401
|
var ForwardRef2 = React66.forwardRef(AddCircle);
|
|
396
402
|
ForwardRef2.category = "core";
|
|
397
403
|
var AddCircle_default = ForwardRef2;
|
|
398
|
-
var AddCircleOutline = (props, ref) =>
|
|
404
|
+
var AddCircleOutline = (props, ref) => {
|
|
405
|
+
var _a, _b;
|
|
406
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1m0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" }) }));
|
|
407
|
+
};
|
|
399
408
|
var ForwardRef3 = React66.forwardRef(AddCircleOutline);
|
|
400
409
|
ForwardRef3.category = "core";
|
|
401
410
|
var AddCircleOutline_default = ForwardRef3;
|
|
402
|
-
var ArrowBack = (props, ref) =>
|
|
411
|
+
var ArrowBack = (props, ref) => {
|
|
412
|
+
var _a, _b;
|
|
413
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M19 11H7.83l4.88-4.88c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0l-6.59 6.59a.996.996 0 0 0 0 1.41l6.59 6.59a.996.996 0 1 0 1.41-1.41L7.83 13H19c.55 0 1-.45 1-1s-.45-1-1-1" }) }));
|
|
414
|
+
};
|
|
403
415
|
var ForwardRef4 = React66.forwardRef(ArrowBack);
|
|
404
416
|
ForwardRef4.category = "core";
|
|
405
|
-
var ArrowDownward = (props, ref) =>
|
|
417
|
+
var ArrowDownward = (props, ref) => {
|
|
418
|
+
var _a, _b;
|
|
419
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M11 5v11.17l-4.88-4.88c-.39-.39-1.03-.39-1.42 0a.996.996 0 0 0 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0l6.59-6.59a.996.996 0 1 0-1.41-1.41L13 16.17V5c0-.55-.45-1-1-1s-1 .45-1 1" }) }));
|
|
420
|
+
};
|
|
406
421
|
var ForwardRef5 = React66.forwardRef(ArrowDownward);
|
|
407
422
|
ForwardRef5.category = "core";
|
|
408
|
-
var ArrowDropDown = (props, ref) =>
|
|
423
|
+
var ArrowDropDown = (props, ref) => {
|
|
424
|
+
var _a, _b;
|
|
425
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "m8.71 11.71 2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71" }) }));
|
|
426
|
+
};
|
|
409
427
|
var ForwardRef6 = React66.forwardRef(ArrowDropDown);
|
|
410
428
|
ForwardRef6.category = "core";
|
|
411
|
-
var ArrowDropUp = (props, ref) =>
|
|
429
|
+
var ArrowDropUp = (props, ref) => {
|
|
430
|
+
var _a, _b;
|
|
431
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M8.71 12.29 11.3 9.7a.996.996 0 0 1 1.41 0l2.59 2.59c.63.63.18 1.71-.71 1.71H9.41c-.89 0-1.33-1.08-.7-1.71" }) }));
|
|
432
|
+
};
|
|
412
433
|
var ForwardRef7 = React66.forwardRef(ArrowDropUp);
|
|
413
434
|
ForwardRef7.category = "core";
|
|
414
|
-
var ArrowForward = (props, ref) =>
|
|
435
|
+
var ArrowForward = (props, ref) => {
|
|
436
|
+
var _a, _b;
|
|
437
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42s1.02.39 1.41 0l6.59-6.59a.996.996 0 0 0 0-1.41l-6.58-6.6a.996.996 0 1 0-1.41 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1" }) }));
|
|
438
|
+
};
|
|
415
439
|
var ForwardRef8 = React66.forwardRef(ArrowForward);
|
|
416
440
|
ForwardRef8.category = "core";
|
|
417
441
|
var ArrowForward_default = ForwardRef8;
|
|
418
|
-
var ArrowLeft = (props, ref) =>
|
|
442
|
+
var ArrowLeft = (props, ref) => {
|
|
443
|
+
var _a, _b;
|
|
444
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12.29 8.71 9.7 11.3a.996.996 0 0 0 0 1.41l2.59 2.59c.63.63 1.71.18 1.71-.71V9.41c0-.89-1.08-1.33-1.71-.7" }) }));
|
|
445
|
+
};
|
|
419
446
|
var ForwardRef9 = React66.forwardRef(ArrowLeft);
|
|
420
447
|
ForwardRef9.category = "core";
|
|
421
|
-
var ArrowRight = (props, ref) =>
|
|
448
|
+
var ArrowRight = (props, ref) => {
|
|
449
|
+
var _a, _b;
|
|
450
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "m11.71 15.29 2.59-2.59a.996.996 0 0 0 0-1.41L11.71 8.7c-.63-.62-1.71-.18-1.71.71v5.17c0 .9 1.08 1.34 1.71.71" }) }));
|
|
451
|
+
};
|
|
422
452
|
var ForwardRef10 = React66.forwardRef(ArrowRight);
|
|
423
453
|
ForwardRef10.category = "core";
|
|
424
|
-
var ArrowUpward = (props, ref) =>
|
|
454
|
+
var ArrowUpward = (props, ref) => {
|
|
455
|
+
var _a, _b;
|
|
456
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M13 19V7.83l4.88 4.88c.39.39 1.03.39 1.42 0a.996.996 0 0 0 0-1.41l-6.59-6.59a.996.996 0 0 0-1.41 0l-6.6 6.58a.996.996 0 1 0 1.41 1.41L11 7.83V19c0 .55.45 1 1 1s1-.45 1-1" }) }));
|
|
457
|
+
};
|
|
425
458
|
var ForwardRef11 = React66.forwardRef(ArrowUpward);
|
|
426
459
|
ForwardRef11.category = "core";
|
|
427
|
-
var Autorenew = (props, ref) =>
|
|
460
|
+
var Autorenew = (props, ref) => {
|
|
461
|
+
var _a, _b;
|
|
462
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 6v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79a.5.5 0 0 0-.85.36V4c-4.42 0-8 3.58-8 8 0 1.04.2 2.04.57 2.95.27.67 1.13.85 1.64.34.27-.27.38-.68.23-1.04C6.15 13.56 6 12.79 6 12c0-3.31 2.69-6 6-6m5.79 2.71c-.27.27-.38.69-.23 1.04.28.7.44 1.46.44 2.25 0 3.31-2.69 6-6 6v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79a.5.5 0 0 0 .85-.35V20c4.42 0 8-3.58 8-8 0-1.04-.2-2.04-.57-2.95-.27-.67-1.13-.85-1.64-.34" }) }));
|
|
463
|
+
};
|
|
428
464
|
var ForwardRef12 = React66.forwardRef(Autorenew);
|
|
429
465
|
ForwardRef12.category = "core";
|
|
430
|
-
var Basket = (props, ref) =>
|
|
431
|
-
|
|
432
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
433
|
-
|
|
466
|
+
var Basket = (props, ref) => {
|
|
467
|
+
var _a, _b;
|
|
468
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsxs(Svg.G, { fillRule: "evenodd", clipRule: "evenodd", children: [
|
|
469
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M5.25 14.513c-.705 0-.75.54-.187.817h3.052c.17 1.022.434 2.026.787 3 .983 1.335.24-1.957.098-2.955 1.538 0 3.158.06 4.41.09a21.3 21.3 0 0 0 .255 3.367.247.247 0 0 0 .435.046c.223-1.118.29-2.262.195-3.398 3.93.098 3.307.135 4.125-.082a.27.27 0 0 0 0-.533c-.27 0-2.048-.045-4.148-.112 0-.93-.097-1.845-.187-2.573-.09-.727-.697-.367-.69 0v2.543l-4.537-.158a13.3 13.3 0 0 0-.698-2.385c-.15-.54-.585-.412-.607 0s.21 1.125.404 2.355c-.397-.045-1.65-.082-2.707-.022" }),
|
|
470
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M20.82 11.393a.94.94 0 0 0-.817-.488c-.12-.48-.48-1.552-.63-2.182-.128-.473-.248-.968-.338-1.223-.142-.397-.383-1.5-.825-1.8a2.87 2.87 0 0 0-2.295-.33c.157-1.455-.473-1.583-1.912-1.68l-3.556.06c-1.297.143-1.5.15-1.837.473a3 3 0 0 0-.532.802c-.3-.18-2.078.487-2.37.66S4.29 8.303 4.41 10.688a.2.2 0 0 0 0 .067H3.33a.263.263 0 0 0 0 .525c11.167.105 12.112-.135 15.188.195.524.06.457.09 1.5.263.277.6-.188 1.59-.36 2.295-.42 1.725-.6 3.502-1.343 5.047-.525.27-2.13.068-2.618.113-2.4.247-5.107.322-7.5.352-.51 0-2.25.21-2.624-.143A6.6 6.6 0 0 1 5.107 18c-.75-2.175-1.38-5.107-1.695-5.715a.232.232 0 0 0-.405.21c.09.367 1.013 4.028 1.5 5.693.086.606.284 1.191.586 1.725.607.577 2.407.337 3.157.337a75 75 0 0 0 7.605-.195c.75-.075 2.872.352 3.323-.57.817-1.703.982-3.488 1.402-5.25.165-.832.698-1.905.24-2.842M8.7 4.92c.383-.712.18-.675 4.253-.54a7.3 7.3 0 0 1 2.114.3 4.4 4.4 0 0 1-.247 1.763c-.06-.075.127.082-.75.082a26 26 0 0 0-3.052 0c-.63 0-2.468.225-2.558-.69a1.57 1.57 0 0 1 .24-.915m7.747 5.67c-4.5-.345-11.58.293-11.572.113a11.3 11.3 0 0 1 .675-2.505c0-.083.577-1.696.69-1.943.534-.31 1.1-.562 1.688-.75a1.23 1.23 0 0 0 .75 1.447c.754.279 1.559.397 2.362.346 3.75.187 4.672.517 4.845-1.373a2.29 2.29 0 0 1 1.875.488c.397 1.177.293.96 1.65 4.417q-1.472-.223-2.963-.24" })
|
|
471
|
+
] }) }));
|
|
472
|
+
};
|
|
434
473
|
var ForwardRef13 = React66.forwardRef(Basket);
|
|
435
474
|
ForwardRef13.category = "core";
|
|
436
|
-
var Camera = (props, ref) =>
|
|
437
|
-
|
|
438
|
-
/* @__PURE__ */ jsxRuntime.
|
|
439
|
-
|
|
475
|
+
var Camera = (props, ref) => {
|
|
476
|
+
var _a, _b;
|
|
477
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: [
|
|
478
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6" }),
|
|
479
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M20 4h-3.17l-1.24-1.35A2 2 0 0 0 14.12 2H9.88c-.56 0-1.1.24-1.48.65L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-8 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5" })
|
|
480
|
+
] }));
|
|
481
|
+
};
|
|
440
482
|
var ForwardRef14 = React66.forwardRef(Camera);
|
|
441
483
|
ForwardRef14.category = "core";
|
|
442
|
-
var Cancel = (props, ref) =>
|
|
484
|
+
var Cancel = (props, ref) => {
|
|
485
|
+
var _a, _b;
|
|
486
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m4.3 14.3a.996.996 0 0 1-1.41 0L12 13.41 9.11 16.3a.996.996 0 1 1-1.41-1.41L10.59 12 7.7 9.11A.996.996 0 1 1 9.11 7.7L12 10.59l2.89-2.89a.996.996 0 1 1 1.41 1.41L13.41 12l2.89 2.89c.38.38.38 1.02 0 1.41" }) }));
|
|
487
|
+
};
|
|
443
488
|
var ForwardRef15 = React66.forwardRef(Cancel);
|
|
444
489
|
ForwardRef15.category = "core";
|
|
445
490
|
var Cancel_default = ForwardRef15;
|
|
446
|
-
var Cart = (props, ref) =>
|
|
491
|
+
var Cart = (props, ref) => {
|
|
492
|
+
var _a, _b;
|
|
493
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M8 18c-1.1 0-1.99.9-1.99 2S6.9 22 8 22s2-.9 2-2-.9-2-2-2M2 3c0 .55.45 1 1 1h1l3.6 7.59-1.35 2.44C5.52 15.37 6.48 17 8 17h11c.55 0 1-.45 1-1s-.45-1-1-1H8l1.1-2h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A.996.996 0 0 0 21.01 4H6.21l-.67-1.43a.99.99 0 0 0-.9-.57H3c-.55 0-1 .45-1 1m16 15c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2" }) }));
|
|
494
|
+
};
|
|
447
495
|
var ForwardRef16 = React66.forwardRef(Cart);
|
|
448
496
|
ForwardRef16.category = "core";
|
|
449
|
-
var Check = (props, ref) =>
|
|
497
|
+
var Check = (props, ref) => {
|
|
498
|
+
var _a, _b;
|
|
499
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M9 16.17 5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41z" }) }));
|
|
500
|
+
};
|
|
450
501
|
var ForwardRef17 = React66.forwardRef(Check);
|
|
451
502
|
ForwardRef17.category = "core";
|
|
452
503
|
var Check_default = ForwardRef17;
|
|
453
|
-
var CheckCircle = (props, ref) =>
|
|
504
|
+
var CheckCircle = (props, ref) => {
|
|
505
|
+
var _a, _b;
|
|
506
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M9.29 16.29 5.7 12.7a.996.996 0 1 1 1.41-1.41L10 14.17l6.88-6.88a.996.996 0 1 1 1.41 1.41l-7.59 7.59a.996.996 0 0 1-1.41 0" }) }));
|
|
507
|
+
};
|
|
454
508
|
var ForwardRef18 = React66.forwardRef(CheckCircle);
|
|
455
509
|
ForwardRef18.category = "core";
|
|
456
510
|
var CheckCircle_default = ForwardRef18;
|
|
457
|
-
var Close = (props, ref) =>
|
|
511
|
+
var Close = (props, ref) => {
|
|
512
|
+
var _a, _b;
|
|
513
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4" }) }));
|
|
514
|
+
};
|
|
458
515
|
var ForwardRef19 = React66.forwardRef(Close);
|
|
459
516
|
ForwardRef19.category = "core";
|
|
460
517
|
var Close_default = ForwardRef19;
|
|
461
|
-
var Delete = (props, ref) =>
|
|
518
|
+
var Delete = (props, ref) => {
|
|
519
|
+
var _a, _b;
|
|
520
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2zM18 4h-2.5l-.71-.71c-.18-.18-.44-.29-.7-.29H9.91c-.26 0-.52.11-.7.29L8.5 4H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1" }) }));
|
|
521
|
+
};
|
|
462
522
|
var ForwardRef20 = React66.forwardRef(Delete);
|
|
463
523
|
ForwardRef20.category = "core";
|
|
464
|
-
var DoDisturb = (props, ref) =>
|
|
524
|
+
var DoDisturb = (props, ref) => {
|
|
525
|
+
var _a, _b;
|
|
526
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31A7.9 7.9 0 0 1 12 20m6.31-3.1L7.1 5.69A7.9 7.9 0 0 1 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9" }) }));
|
|
527
|
+
};
|
|
465
528
|
var ForwardRef21 = React66.forwardRef(DoDisturb);
|
|
466
529
|
ForwardRef21.category = "core";
|
|
467
|
-
var DogHead = (props, ref) =>
|
|
468
|
-
|
|
469
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
470
|
-
|
|
471
|
-
|
|
530
|
+
var DogHead = (props, ref) => {
|
|
531
|
+
var _a, _b;
|
|
532
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsxs(Svg.G, { fillRule: "evenodd", clipRule: "evenodd", children: [
|
|
533
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M15.218 8.587a.998.998 0 0 0-.368 1.95c1.043.278 1.71-1.387.69-1.815zM12.75 17.13c.247-.127.487-.27.75-.405.27-.142.51-.336.705-.57a1.5 1.5 0 0 0 .315-1.103 1.15 1.15 0 0 0-.75-.982 4.2 4.2 0 0 0-1.5-.248 4.7 4.7 0 0 0-1.455.24A1.5 1.5 0 0 0 9.803 15a.98.98 0 0 0 .314.945q.093.089.195.165c.143.098.293.18.443.278q.3.207.622.382.243.113.503.172A.23.23 0 0 0 12 16.5a1.4 1.4 0 0 1-.375-.165 4.5 4.5 0 0 1-.547-.405l-.495-.412c-.136-.18-.158-.323-.075-.436.152-.16.352-.268.57-.307a4.1 4.1 0 0 1 1.215-.173c.41-.005.817.056 1.207.18a.45.45 0 0 1 .315.36.85.85 0 0 1-.127.616q-.098.134-.218.247c-.09.082-.187.15-.285.225-.218.142-.435.3-.667.435a4 4 0 0 1-.45.233c-.18.15.202.464.532.292z" }),
|
|
534
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M20.303 6.63a3.5 3.5 0 0 0-.285-.63 5 5 0 0 0-.39-.532 3.38 3.38 0 0 0-1.726-.968 2.64 2.64 0 0 0-1.927.232 4.8 4.8 0 0 0-2.775-1.62A5.3 5.3 0 0 0 11.813 3c-.462.018-.92.088-1.366.21a8 8 0 0 0-2.782 1.365c-.165-.075-.338-.173-.51-.24a1.5 1.5 0 0 0-.458-.112 2.14 2.14 0 0 0-1.38.48c-.539.434-.992.965-1.335 1.567a4.8 4.8 0 0 0-.585 1.86 5.7 5.7 0 0 0 .106 1.912 3.53 3.53 0 0 0 2.437 2.813H6c0 .487 0 .975.053 1.5q.072.758.24 1.5c.08.358.204.706.367 1.035q.185.373.427.712.272.354.63.616c.41.277.876.459 1.366.532a.1.1 0 0 0 0 .045A1.28 1.28 0 0 0 9.36 19.8c.311.363.701.65 1.14.84.477.199.984.318 1.5.352a4.2 4.2 0 0 0 1.553-.21 2.43 2.43 0 0 0 1.567-1.41.24.24 0 0 0-.108-.342.24.24 0 0 0-.327.148 1.88 1.88 0 0 1-1.328.937c-.43.095-.873.123-1.312.082-.444-.02-.883-.1-1.305-.24a2.5 2.5 0 0 1-.99-.51.81.81 0 0 1-.262-.622q.307.023.615 0a3.4 3.4 0 0 0 2.092-.997c.218.187.435.382.667.555q.293.209.623.352.29.104.593.165.297.053.6.075a3.36 3.36 0 0 0 1.71-.368 2.64 2.64 0 0 0 1.23-1.357q.129-.323.187-.668c.09-.48.098-.982.165-1.454a24 24 0 0 0 .21-3.21l-.082-1.643V8.482a3.6 3.6 0 0 0-.173-.81.248.248 0 0 0-.338-.172.24.24 0 0 0-.142.308c.09.299.13.61.12.922 0 .518-.068 1.042-.075 1.5v1.59c0 .42-.052.84-.09 1.252-.06.63-.135 1.245-.225 1.876-.053.404-.068.817-.12 1.23q-.037.366-.165.712c-.16.42-.459.772-.848.998-.41.245-.879.377-1.357.382h-.533a2.7 2.7 0 0 1-.502-.105 2 2 0 0 1-.525-.262c-.187-.113-.39-.503-.96-.578s-1.425.75-2.122.825a2.8 2.8 0 0 1-1.898-.547 2.2 2.2 0 0 1-.367-.376 4 4 0 0 1-.42-.75 4.5 4.5 0 0 1-.3-.862q-.153-.676-.226-1.365a16 16 0 0 1-.142-1.687c-.053-1.35 0-2.7-.12-4.058a.217.217 0 0 0-.217-.195.21.21 0 0 0-.203.225c0 1.305-.12 2.61-.158 3.915a2.8 2.8 0 0 1-1.62-1.883A5.5 5.5 0 0 1 4.149 9c-.03-.802.14-1.598.495-2.317.26-.557.621-1.06 1.065-1.485.262-.257.608-.411.974-.436a.8.8 0 0 1 .3.053c.173.052.345.143.526.21.18.067.337-.06.345-.06a8.3 8.3 0 0 1 2.76-1.013 10 10 0 0 1 1.237-.15 6.8 6.8 0 0 1 1.23.053c.958.096 1.856.51 2.55 1.177.105.113.487.068.525.053a2.12 2.12 0 0 1 1.59-.045c.524.178.98.513 1.305.96q.162.209.285.442.128.227.21.473c.17.538.277 1.094.315 1.657.059.56.026 1.125-.097 1.673a2.12 2.12 0 0 1-1.29 1.575.237.237 0 0 0-.11.377.24.24 0 0 0 .252.073 2.64 2.64 0 0 0 1.77-1.845 5.3 5.3 0 0 0 .247-1.898 6.9 6.9 0 0 0-.33-1.897" }),
|
|
535
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M8.37 10.178a1.07 1.07 0 0 0 1.163.502 1.1 1.1 0 0 0 .562-1.5c-.518-.825-2.445-.3-1.725.998" })
|
|
536
|
+
] }) }));
|
|
537
|
+
};
|
|
472
538
|
var ForwardRef22 = React66.forwardRef(DogHead);
|
|
473
539
|
ForwardRef22.category = "core";
|
|
474
540
|
var DogHead_default = ForwardRef22;
|
|
475
|
-
var Edit = (props, ref) =>
|
|
541
|
+
var Edit = (props, ref) => {
|
|
542
|
+
var _a, _b;
|
|
543
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M3 17.46v3.04c0 .28.22.5.5.5h3.04c.13 0 .26-.05.35-.15L17.81 9.94l-3.75-3.75L3.15 17.1q-.15.15-.15.36M20.71 7.04a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z" }) }));
|
|
544
|
+
};
|
|
476
545
|
var ForwardRef23 = React66.forwardRef(Edit);
|
|
477
546
|
ForwardRef23.category = "core";
|
|
478
|
-
var Error2 = (props, ref) =>
|
|
547
|
+
var Error2 = (props, ref) => {
|
|
548
|
+
var _a, _b;
|
|
549
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 11c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1m1 4h-2v-2h2z" }) }));
|
|
550
|
+
};
|
|
479
551
|
var ForwardRef24 = React66.forwardRef(Error2);
|
|
480
552
|
ForwardRef24.category = "core";
|
|
481
553
|
var Error_default = ForwardRef24;
|
|
482
|
-
var ErrorOutline = (props, ref) =>
|
|
554
|
+
var ErrorOutline = (props, ref) => {
|
|
555
|
+
var _a, _b;
|
|
556
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1m-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m1-3h-2v-2h2z" }) }));
|
|
557
|
+
};
|
|
483
558
|
var ForwardRef25 = React66.forwardRef(ErrorOutline);
|
|
484
559
|
ForwardRef25.category = "core";
|
|
485
|
-
var Female = (props, ref) =>
|
|
560
|
+
var Female = (props, ref) => {
|
|
561
|
+
var _a, _b;
|
|
562
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 6c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6m1 8.91a5.5 5.5 0 0 0 4.5-5.41C17.5 6.46 15.04 4 12 4S6.5 6.46 6.5 9.5a5.5 5.5 0 0 0 4.5 5.41V17h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1z" }) }));
|
|
563
|
+
};
|
|
486
564
|
var ForwardRef26 = React66.forwardRef(Female);
|
|
487
565
|
ForwardRef26.category = "core";
|
|
488
|
-
var FilterAlt = (props, ref) =>
|
|
566
|
+
var FilterAlt = (props, ref) => {
|
|
567
|
+
var _a, _b;
|
|
568
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M4.25 5.61C6.57 8.59 10 13 10 13v5c0 1.1.9 2 2 2s2-.9 2-2v-5s3.43-4.41 5.75-7.39c.51-.66.04-1.61-.8-1.61H5.04c-.83 0-1.3.95-.79 1.61" }) }));
|
|
569
|
+
};
|
|
489
570
|
var ForwardRef27 = React66.forwardRef(FilterAlt);
|
|
490
571
|
ForwardRef27.category = "core";
|
|
491
|
-
var Gift = (props, ref) =>
|
|
492
|
-
|
|
493
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
494
|
-
|
|
572
|
+
var Gift = (props, ref) => {
|
|
573
|
+
var _a, _b;
|
|
574
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsxs(Svg.G, { fillRule: "evenodd", clipRule: "evenodd", children: [
|
|
575
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M5.46 9.405a4.5 4.5 0 0 0-.96-.247.225.225 0 0 0-.15.277c.053.18.623.3.75.345.66.255 1.365.495 2.558.99.33.127.854-.24.637-.383-1.223-.397-2.1-.735-2.835-.982M8.573 12.405q.005-.534.104-1.057a1.6 1.6 0 0 1 .646-.646l.3-.262q.48-.45 1.02-.825a.225.225 0 0 0 .097-.3.23.23 0 0 0-.307-.09q-.734.406-1.395.922l-.413.353c-.234.13-.424.325-.547.563A5.5 5.5 0 0 0 7.92 12c-.15 1.65.037 2.595.037 6.683 0 .367.526.51.63.127.06-1.56 0-2.4 0-3.45-.022-.922-.06-1.545-.014-2.955M16.98 10.147a1 1 0 0 0-.18-.194 4.1 4.1 0 0 0-1.14-.563.225.225 0 1 0-.173.412q.442.191.825.48l.12.12a1.03 1.03 0 0 1 .293.75c.067.51.12 1.756.135 2.333.135 4.02.233 4.845.233 4.845.052.323.562.083.54-.202 0-.068-.136-5.385-.203-6.068-.06-.57-.127-1.027-.187-1.32a1.15 1.15 0 0 0-.263-.593M19.665 9a.247.247 0 0 0-.345 0 19 19 0 0 1-1.905 1.027c-.24.218-.187.676.15.556.997-.54 1.672-.915 2.032-1.163a.256.256 0 0 0 .068-.42" }),
|
|
576
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M15.112 14.558c-.75.39-1.35.75-1.77.922a1 1 0 0 1-.142.045c0-.248 0-.607.037-1.02q.018-.255 0-.51c0-.165 0-.337-.045-.502a16 16 0 0 0-.165-.833q1.071-.31 2.063-.818c.42-.202.75-.375 1.223-.607.277-.12.292-.885-.24-.668-.06 0-1.665.75-2.303.976a4 4 0 0 1-.885.285 17.6 17.6 0 0 1-2.767-.855l-.585-.18c-.353-.113-.713.45-.398.652s.69.293 1.072.435a19 19 0 0 0 2.25.75c0 .27-.082.585-.097.93q-.017.255 0 .51.012.257.06.51c.06.367.127.683.18.915-.713-.217-1.883-.592-3.42-1.117-.465-.113-.645.45-.202.667 2.1.75 3.892 1.402 4.004 1.417.297-.032.585-.12.848-.262.578-.27 1.5-.75 2.415-1.297l.217-.135c.323-.27.375-1.043-.172-.878zM20.775 10.605a12 12 0 0 0-.165-1.95c-.1-.238-.288-.43-.525-.532q-.585-.285-1.2-.503a.226.226 0 0 0-.308.082.23.23 0 0 0 .022.252.2.2 0 0 0 .069.056c.082.045.6.232 1.02.457.195.105.39.196.412.308q.094.747.067 1.5.007.67-.075 1.335c-.074 0-.217.173-.39.277-.457.285-1.05.75-1.875 1.253-.285.27-.307.87.045.75.818-.502 1.418-.893 1.95-1.238 0 .6 0 1.366-.044 2.048q.002.699-.068 1.395-.821.628-1.71 1.155c-.36.293-.36.907 0 .87 1.23-.825 2.018-1.402 2.107-1.5a2.25 2.25 0 0 0 .233-1.013c.06-.922.038-2.377 0-3.254l.225-.165c.07-.05.123-.121.15-.203.075-.456.095-.92.06-1.38M16.395 18.218a70 70 0 0 1-2.895 1.77v-1.1560000000000001a3.5 3.5 0 0 0-.053-.487c-.067-.442-.172-.825-.202-1.14a.225.225 0 1 0-.442 0 8 8 0 0 0-.165 1.208 4 4 0 0 0 0 .51c0 .165 0 .337.067.502.068.165.083.435.127.637h-.037c-.51-.18-1.305-.517-2.205-.907-.623-.262-.795-.315-1.5-.608-.383-.075-.592.51-.18.788.563.27.75.36 1.305.593q1.253.593 2.565 1.042c.168.06.348.078.525.053q1.108-.553 2.13-1.253l1.32-.863c.457-.307.173-.915-.127-.84zM4.823 16.553l-.54-.248a8 8 0 0 1 0-1.147c0-.75.044-1.56.082-1.98.645.3 3.113 1.26 3.165 1.274.367.098.33-.592 0-.675l-.75-.24a23 23 0 0 1-2.625-1.005H4.11c-.045 0 0-.09 0-.142-.045-.585 0-1.695 0-2.543v-.832h.09c.592-.3 1.898-.953 2.843-1.41a.26.26 0 0 0 .135-.338.247.247 0 0 0-.33-.127c-.998.36-2.385.848-3 1.11a3 3 0 0 0-.33.158.44.44 0 0 0-.195.202 2 2 0 0 0-.068.593c0 .397.053 1.027.127 1.65q.102.936.323 1.852c.052.21.143.322.188.338.045.015.052 0 .082 0a.3.3 0 0 0-.038.06 33 33 0 0 0-.18 2.415c-.034.397-.001.798.098 1.185q.36.245.75.435c.75.375 1.702.87 3.053 1.5.375.187.337-.556 0-.706-1.305-.562-2.153-1.064-2.836-1.38M11.49 8.25a.225.225 0 0 0-.04-.437.2.2 0 0 0-.087.01c-1.05.284-2.82-.548-3.668-1.65a1.5 1.5 0 0 1 .135-2.198c.6-.502 1.17-.098 1.733.525.714.878 1.319 1.84 1.8 2.865q.086.183.195.352a.44.44 0 0 0 .33.21.56.56 0 0 0 .3-.06q.265-.175.487-.405c.795-.75 2.46-2.624 3.81-3.172a1.01 1.01 0 0 1 .848-.067 1.16 1.16 0 0 1 .48.75A2.033 2.033 0 0 1 16.83 7.5a7.85 7.85 0 0 1-4.83.54.25.25 0 0 0-.33.135.247.247 0 0 0 .143.33 8.68 8.68 0 0 0 5.37-.405 2.67 2.67 0 0 0 1.387-3.352 1.88 1.88 0 0 0-.863-1.238 1.74 1.74 0 0 0-1.5 0c-1.44.555-3.254 2.498-4.102 3.308C11.617 6 10.665 4.238 9.6 3.45a1.62 1.62 0 0 0-2.25 0 2.055 2.055 0 0 0-.135 3.105C8.25 7.77 10.297 8.625 11.49 8.25" })
|
|
577
|
+
] }) }));
|
|
578
|
+
};
|
|
495
579
|
var ForwardRef28 = React66.forwardRef(Gift);
|
|
496
580
|
ForwardRef28.category = "core";
|
|
497
|
-
var HelpOutline = (props, ref) =>
|
|
581
|
+
var HelpOutline = (props, ref) => {
|
|
582
|
+
var _a, _b;
|
|
583
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m-1-4h2v2h-2zm1.61-9.96c-2.06-.3-3.88.97-4.43 2.79-.18.58.26 1.17.87 1.17h.2c.41 0 .74-.29.88-.67.32-.89 1.27-1.5 2.3-1.28.95.2 1.65 1.13 1.57 2.1-.1 1.34-1.62 1.63-2.45 2.88 0 .01-.01.01-.01.02-.01.02-.02.03-.03.05-.09.15-.18.32-.25.5-.01.03-.03.05-.04.08-.01.02-.01.04-.02.07-.12.34-.2.75-.2 1.25h2c0-.42.11-.77.28-1.07.02-.03.03-.06.05-.09.08-.14.18-.27.28-.39.01-.01.02-.03.03-.04.1-.12.21-.23.33-.34.96-.91 2.26-1.65 1.99-3.56-.24-1.74-1.61-3.21-3.35-3.47" }) }));
|
|
584
|
+
};
|
|
498
585
|
var ForwardRef29 = React66.forwardRef(HelpOutline);
|
|
499
586
|
ForwardRef29.category = "core";
|
|
500
|
-
var HighlightOff = (props, ref) =>
|
|
587
|
+
var HighlightOff = (props, ref) => {
|
|
588
|
+
var _a, _b;
|
|
589
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M13.89 8.7 12 10.59 10.11 8.7a.996.996 0 1 0-1.41 1.41L10.59 12 8.7 13.89a.996.996 0 1 0 1.41 1.41L12 13.41l1.89 1.89a.996.996 0 1 0 1.41-1.41L13.41 12l1.89-1.89a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.38-1.41 0M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" }) }));
|
|
590
|
+
};
|
|
501
591
|
var ForwardRef30 = React66.forwardRef(HighlightOff);
|
|
502
592
|
ForwardRef30.category = "core";
|
|
503
|
-
var Home = (props, ref) =>
|
|
504
|
-
|
|
505
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
506
|
-
|
|
593
|
+
var Home = (props, ref) => {
|
|
594
|
+
var _a, _b;
|
|
595
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsxs(Svg.G, { children: [
|
|
596
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fillRule: "evenodd", d: "m20.873 12-.458-.457c-.9-.893-2.828-2.82-4.59-4.5-1.32-1.276-2.55-2.43-3.142-2.948a2.3 2.3 0 0 0-.39-.345.51.51 0 0 0-.458-.075c-.06 0-1.02.75-2.25 1.852-.96.833-2.085 1.83-3.105 2.776a26.4 26.4 0 0 0-3.338 3.374 2.6 2.6 0 0 0-.142.75.39.39 0 0 0 .18.323.8.8 0 0 0 .278.082h.675l2.182.06c0 .038-.045.068-.045.105a33 33 0 0 0-.27 4.32c.016.683.202 1.35.54 1.943a2.76 2.76 0 0 0 1.643.75c1.194.22 2.408.32 3.622.3a18 18 0 0 0 4.148-.412c.667-.188 1.065-.488 1.154-.75.205-.864.32-1.746.346-2.633.082-1.223.127-2.543.134-3.323.589.06 1.182.06 1.77 0a2.7 2.7 0 0 0 1.56-.645.435.435 0 0 0-.045-.547m-1.598.54a8.3 8.3 0 0 1-1.695.082.28.28 0 0 0-.27-.232c-.48 0-.203.75-.562 4.072a14 14 0 0 1-.39 2.363l-.105.068q-.24.099-.495.15a19 19 0 0 1-3.93.314 22.3 22.3 0 0 1-3.458-.224c-.555-.098-.99-.165-1.125-.353a4.16 4.16 0 0 1-.555-2.123c-.075-1.327.082-2.79.082-3.644a.26.26 0 0 0-.022-.135.26.26 0 0 0 .158-.18.25.25 0 0 0-.21-.285 3.5 3.5 0 0 0-.518-.06c-.63-.045-1.395 0-1.928-.098l-.554-.038c0-.12.075-.27.082-.307q1.112-1.229 2.415-2.25c1.365-1.185 3-2.58 4.275-3.623.75-.592 1.268-1.08 1.545-1.305l.503.45c1.657 1.5 5.392 4.95 7.087 6.54l.585.54a2.9 2.9 0 0 1-.915.285z", clipRule: "evenodd" }),
|
|
597
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M9.9 18.653c0-.39-.097-.803-.067-1.215a4 4 0 0 1 .6-1.838 1.33 1.33 0 0 1 1.147-.6 1.63 1.63 0 0 1 1.26.555c.337.387.544.87.593 1.38q.078.847.067 1.695c0 .218.465.338.563 0 .086-.76.086-1.527 0-2.287A3 3 0 0 0 13.5 15a2.44 2.44 0 0 0-1.89-.892 2.13 2.13 0 0 0-1.86 1.057 4.72 4.72 0 0 0-.352 3.51c.097.225.487.225.502-.022" })
|
|
598
|
+
] }) }));
|
|
599
|
+
};
|
|
507
600
|
var ForwardRef31 = React66.forwardRef(Home);
|
|
508
601
|
ForwardRef31.category = "core";
|
|
509
|
-
var Info = (props, ref) =>
|
|
602
|
+
var Info = (props, ref) => {
|
|
603
|
+
var _a, _b;
|
|
604
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 15c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1m1-8h-2V7h2z" }) }));
|
|
605
|
+
};
|
|
510
606
|
var ForwardRef32 = React66.forwardRef(Info);
|
|
511
607
|
ForwardRef32.category = "core";
|
|
512
608
|
var Info_default = ForwardRef32;
|
|
513
|
-
var InfoOutline = (props, ref) =>
|
|
609
|
+
var InfoOutline = (props, ref) => {
|
|
610
|
+
var _a, _b;
|
|
611
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M11 7h2v2h-2zm1 10c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1m0-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" }) }));
|
|
612
|
+
};
|
|
514
613
|
var ForwardRef33 = React66.forwardRef(InfoOutline);
|
|
515
614
|
ForwardRef33.category = "core";
|
|
516
|
-
var KeyboardArrowDown = (props, ref) =>
|
|
615
|
+
var KeyboardArrowDown = (props, ref) => {
|
|
616
|
+
var _a, _b;
|
|
617
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0" }) }));
|
|
618
|
+
};
|
|
517
619
|
var ForwardRef34 = React66.forwardRef(KeyboardArrowDown);
|
|
518
620
|
ForwardRef34.category = "core";
|
|
519
621
|
var KeyboardArrowDown_default = ForwardRef34;
|
|
520
|
-
var KeyboardArrowLeft = (props, ref) =>
|
|
622
|
+
var KeyboardArrowLeft = (props, ref) => {
|
|
623
|
+
var _a, _b;
|
|
624
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M14.71 15.88 10.83 12l3.88-3.88a.996.996 0 1 0-1.41-1.41L8.71 11.3a.996.996 0 0 0 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42" }) }));
|
|
625
|
+
};
|
|
521
626
|
var ForwardRef35 = React66.forwardRef(KeyboardArrowLeft);
|
|
522
627
|
ForwardRef35.category = "core";
|
|
523
628
|
var KeyboardArrowLeft_default = ForwardRef35;
|
|
524
|
-
var KeyboardArrowRight = (props, ref) =>
|
|
629
|
+
var KeyboardArrowRight = (props, ref) => {
|
|
630
|
+
var _a, _b;
|
|
631
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M9.29 15.88 13.17 12 9.29 8.12a.996.996 0 1 1 1.41-1.41l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3a.996.996 0 0 1-1.41 0c-.38-.39-.39-1.03 0-1.42" }) }));
|
|
632
|
+
};
|
|
525
633
|
var ForwardRef36 = React66.forwardRef(KeyboardArrowRight);
|
|
526
634
|
ForwardRef36.category = "core";
|
|
527
635
|
var KeyboardArrowRight_default = ForwardRef36;
|
|
528
|
-
var KeyboardArrowUp = (props, ref) =>
|
|
636
|
+
var KeyboardArrowUp = (props, ref) => {
|
|
637
|
+
var _a, _b;
|
|
638
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M8.12 14.71 12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0" }) }));
|
|
639
|
+
};
|
|
529
640
|
var ForwardRef37 = React66.forwardRef(KeyboardArrowUp);
|
|
530
641
|
ForwardRef37.category = "core";
|
|
531
|
-
var KeyboardDoubleArrowDown = (props, ref) =>
|
|
642
|
+
var KeyboardDoubleArrowDown = (props, ref) => {
|
|
643
|
+
var _a, _b;
|
|
644
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fillRule: "evenodd", d: "M6.702 12.282a.996.996 0 0 1 1.41 0l3.88 3.88 3.88-3.87a.996.996 0 0 1 1.41 0c.39.39.39 1.02.01 1.4l-4.59 4.59a.996.996 0 0 1-1.41 0l-4.59-4.59a.996.996 0 0 1 0-1.41m-.01-6.59a.995.995 0 0 1 1.41 0l3.89 3.88 3.88-3.87a.996.996 0 0 1 1.41 0c.39.39.39 1.02 0 1.4l-4.59 4.59a.997.997 0 0 1-1.41 0l-4.59-4.59a.995.995 0 0 1 0-1.41", clipRule: "evenodd" }) }));
|
|
645
|
+
};
|
|
532
646
|
var ForwardRef38 = React66.forwardRef(KeyboardDoubleArrowDown);
|
|
533
647
|
ForwardRef38.category = "core";
|
|
534
|
-
var KeyboardDoubleArrowLeft = (props, ref) =>
|
|
648
|
+
var KeyboardDoubleArrowLeft = (props, ref) => {
|
|
649
|
+
var _a, _b;
|
|
650
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fillRule: "evenodd", d: "M10.282 6.692a.996.996 0 1 1 1.41 1.41l-3.88 3.88 3.87 3.88c.39.39.39 1.02 0 1.41a.993.993 0 0 1-1.4.01l-4.59-4.59a.996.996 0 0 1 0-1.41zm6.59 0a.996.996 0 1 1 1.41 1.41l-3.88 3.88 3.87 3.88c.39.39.39 1.02 0 1.41a.993.993 0 0 1-1.4.01l-4.59-4.59a.996.996 0 0 1 0-1.41z", clipRule: "evenodd" }) }));
|
|
651
|
+
};
|
|
535
652
|
var ForwardRef39 = React66.forwardRef(KeyboardDoubleArrowLeft);
|
|
536
653
|
ForwardRef39.category = "core";
|
|
537
|
-
var KeyboardDoubleArrowRight = (props, ref) =>
|
|
654
|
+
var KeyboardDoubleArrowRight = (props, ref) => {
|
|
655
|
+
var _a, _b;
|
|
656
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fillRule: "evenodd", d: "M5.692 6.693a1.01 1.01 0 0 1 1.421 0l4.58 4.58c.39.39.39 1.02 0 1.41l-4.59 4.59a.996.996 0 1 1-1.41-1.41l3.88-3.88-3.88-3.88a.997.997 0 0 1 0-1.41m6.591 0c.39-.39 1.03-.39 1.41-.01l4.59 4.59c.39.39.39 1.02 0 1.41l-4.59 4.59a.996.996 0 1 1-1.41-1.41l3.88-3.88-3.88-3.88a.996.996 0 0 1 0-1.41", clipRule: "evenodd" }) }));
|
|
657
|
+
};
|
|
538
658
|
var ForwardRef40 = React66.forwardRef(KeyboardDoubleArrowRight);
|
|
539
659
|
ForwardRef40.category = "core";
|
|
540
|
-
var KeyboardDoubleArrowUp = (props, ref) =>
|
|
660
|
+
var KeyboardDoubleArrowUp = (props, ref) => {
|
|
661
|
+
var _a, _b;
|
|
662
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fillRule: "evenodd", d: "M11.282 12.282a.996.996 0 0 1 1.41 0l4.59 4.59a.996.996 0 1 1-1.41 1.41l-3.88-3.88-3.89 3.87a.995.995 0 0 1-1.41 0 .995.995 0 0 1 0-1.41zm0-6.59a.996.996 0 0 1 1.41 0l4.59 4.59a.996.996 0 1 1-1.41 1.41l-3.88-3.88-3.89 3.87a.996.996 0 1 1-1.41-1.41z", clipRule: "evenodd" }) }));
|
|
663
|
+
};
|
|
541
664
|
var ForwardRef41 = React66.forwardRef(KeyboardDoubleArrowUp);
|
|
542
665
|
ForwardRef41.category = "core";
|
|
543
|
-
var Language = (props, ref) =>
|
|
666
|
+
var Language = (props, ref) => {
|
|
667
|
+
var _a, _b;
|
|
668
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m6.93 6h-2.95a15.7 15.7 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8M12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A8 8 0 0 1 5.08 16m2.95-8H5.08a8 8 0 0 1 4.33-3.56A15.7 15.7 0 0 0 8.03 8M12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96M14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2z" }) }));
|
|
669
|
+
};
|
|
544
670
|
var ForwardRef42 = React66.forwardRef(Language);
|
|
545
671
|
ForwardRef42.category = "core";
|
|
546
|
-
var Lock = (props, ref) =>
|
|
672
|
+
var Lock = (props, ref) => {
|
|
673
|
+
var _a, _b;
|
|
674
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2z" }) }));
|
|
675
|
+
};
|
|
547
676
|
var ForwardRef43 = React66.forwardRef(Lock);
|
|
548
677
|
ForwardRef43.category = "core";
|
|
549
|
-
var
|
|
550
|
-
|
|
678
|
+
var Mail = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24 }, { fill: props.color || "currentColor" }), { ref }), props), { children: [
|
|
679
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.G, { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-.4 4.25-7.07 4.42c-.32.2-.74.2-1.06 0L4.4 8.25a.85.85 0 1 1 .9-1.44L12 11l6.7-4.19a.85.85 0 1 1 .9 1.44" }) }),
|
|
680
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Defs, { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.ClipPath, { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M0 0h24v24H0z" }) }) })
|
|
681
|
+
] }));
|
|
682
|
+
var ForwardRef44 = React66.forwardRef(Mail);
|
|
551
683
|
ForwardRef44.category = "core";
|
|
552
|
-
var
|
|
553
|
-
var
|
|
684
|
+
var Male = (props, ref) => {
|
|
685
|
+
var _a, _b;
|
|
686
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M19 4h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.58l-3.97 3.97C11.73 9.36 10.66 9 9.5 9 6.46 9 4 11.46 4 14.5S6.46 20 9.5 20s5.5-2.46 5.5-5.5c0-1.16-.36-2.23-.97-3.12L18 7.42V9c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1M9.5 18C7.57 18 6 16.43 6 14.5S7.57 11 9.5 11s3.5 1.57 3.5 3.5S11.43 18 9.5 18" }) }));
|
|
687
|
+
};
|
|
688
|
+
var ForwardRef45 = React66.forwardRef(Male);
|
|
554
689
|
ForwardRef45.category = "core";
|
|
555
|
-
var
|
|
556
|
-
var
|
|
690
|
+
var Menu = (props, ref) => {
|
|
691
|
+
var _a, _b;
|
|
692
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1m0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1M3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1" }) }));
|
|
693
|
+
};
|
|
694
|
+
var ForwardRef46 = React66.forwardRef(Menu);
|
|
557
695
|
ForwardRef46.category = "core";
|
|
558
|
-
var
|
|
559
|
-
var
|
|
696
|
+
var MoreHoriz = (props, ref) => {
|
|
697
|
+
var _a, _b;
|
|
698
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }) }));
|
|
699
|
+
};
|
|
700
|
+
var ForwardRef47 = React66.forwardRef(MoreHoriz);
|
|
560
701
|
ForwardRef47.category = "core";
|
|
561
|
-
var
|
|
562
|
-
var
|
|
702
|
+
var MoreVert = (props, ref) => {
|
|
703
|
+
var _a, _b;
|
|
704
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }) }));
|
|
705
|
+
};
|
|
706
|
+
var ForwardRef48 = React66.forwardRef(MoreVert);
|
|
563
707
|
ForwardRef48.category = "core";
|
|
564
|
-
var
|
|
565
|
-
var
|
|
708
|
+
var Pause = (props, ref) => {
|
|
709
|
+
var _a, _b;
|
|
710
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M8 19c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2s-2 .9-2 2v10c0 1.1.9 2 2 2m6-12v10c0 1.1.9 2 2 2s2-.9 2-2V7c0-1.1-.9-2-2-2s-2 .9-2 2" }) }));
|
|
711
|
+
};
|
|
712
|
+
var ForwardRef49 = React66.forwardRef(Pause);
|
|
566
713
|
ForwardRef49.category = "core";
|
|
567
|
-
var
|
|
568
|
-
var
|
|
714
|
+
var PlayArrow = (props, ref) => {
|
|
715
|
+
var _a, _b;
|
|
716
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18a1 1 0 0 0 0-1.69L9.54 5.98A.998.998 0 0 0 8 6.82" }) }));
|
|
717
|
+
};
|
|
718
|
+
var ForwardRef50 = React66.forwardRef(PlayArrow);
|
|
569
719
|
ForwardRef50.category = "core";
|
|
570
|
-
var
|
|
571
|
-
var
|
|
720
|
+
var Range = (props, ref) => {
|
|
721
|
+
var _a, _b;
|
|
722
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "m5.83 12 2.46-2.46a.996.996 0 1 0-1.41-1.41L3.7 11.3a.996.996 0 0 0 0 1.41l3.18 3.17a.996.996 0 1 0 1.41-1.41zm12.34 0-2.46 2.46a.996.996 0 1 0 1.41 1.41l3.18-3.17a.996.996 0 0 0 0-1.41l-3.17-3.17a.996.996 0 1 0-1.41 1.41z" }) }));
|
|
723
|
+
};
|
|
724
|
+
var ForwardRef51 = React66.forwardRef(Range);
|
|
572
725
|
ForwardRef51.category = "core";
|
|
573
|
-
var
|
|
574
|
-
var
|
|
726
|
+
var Refresh = (props, ref) => {
|
|
727
|
+
var _a, _b;
|
|
728
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M17.65 6.35a7.95 7.95 0 0 0-6.48-2.31c-3.67.37-6.69 3.35-7.1 7.02C3.52 15.91 7.27 20 12 20a7.98 7.98 0 0 0 7.21-4.56c.32-.67-.16-1.44-.9-1.44-.37 0-.72.2-.88.53a5.994 5.994 0 0 1-6.8 3.31c-2.22-.49-4.01-2.3-4.48-4.52A6.002 6.002 0 0 1 12 6c1.66 0 3.14.69 4.22 1.78l-1.51 1.51c-.63.63-.19 1.71.7 1.71H19c.55 0 1-.45 1-1V6.41c0-.89-1.08-1.34-1.71-.71z" }) }));
|
|
729
|
+
};
|
|
730
|
+
var ForwardRef52 = React66.forwardRef(Refresh);
|
|
575
731
|
ForwardRef52.category = "core";
|
|
576
|
-
var
|
|
577
|
-
var
|
|
578
|
-
|
|
732
|
+
var Remove = (props, ref) => {
|
|
733
|
+
var _a, _b;
|
|
734
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M18 13H6c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1" }) }));
|
|
735
|
+
};
|
|
736
|
+
var ForwardRef53 = React66.forwardRef(Remove);
|
|
579
737
|
ForwardRef53.category = "core";
|
|
580
|
-
var
|
|
581
|
-
var
|
|
582
|
-
var
|
|
738
|
+
var Remove_default = ForwardRef53;
|
|
739
|
+
var RemoveCircle = (props, ref) => {
|
|
740
|
+
var _a, _b;
|
|
741
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4 11H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1" }) }));
|
|
742
|
+
};
|
|
743
|
+
var ForwardRef54 = React66.forwardRef(RemoveCircle);
|
|
583
744
|
ForwardRef54.category = "core";
|
|
584
|
-
var
|
|
585
|
-
var
|
|
586
|
-
var
|
|
745
|
+
var RemoveCircle_default = ForwardRef54;
|
|
746
|
+
var RemoveCircleOutline = (props, ref) => {
|
|
747
|
+
var _a, _b;
|
|
748
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M7 12c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1m5-10C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" }) }));
|
|
749
|
+
};
|
|
750
|
+
var ForwardRef55 = React66.forwardRef(RemoveCircleOutline);
|
|
587
751
|
ForwardRef55.category = "core";
|
|
588
|
-
var
|
|
589
|
-
var
|
|
590
|
-
var
|
|
752
|
+
var RemoveCircleOutline_default = ForwardRef55;
|
|
753
|
+
var Search = (props, ref) => {
|
|
754
|
+
var _a, _b;
|
|
755
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14" }) }));
|
|
756
|
+
};
|
|
757
|
+
var ForwardRef56 = React66.forwardRef(Search);
|
|
591
758
|
ForwardRef56.category = "core";
|
|
592
|
-
var
|
|
593
|
-
var
|
|
759
|
+
var Search_default = ForwardRef56;
|
|
760
|
+
var Settings = (props, ref) => {
|
|
761
|
+
var _a, _b;
|
|
762
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M19.5 12c0-.23-.01-.45-.03-.68l1.86-1.41c.4-.3.51-.86.26-1.3l-1.87-3.23a.987.987 0 0 0-1.25-.42l-2.15.91c-.37-.26-.76-.49-1.17-.68l-.29-2.31c-.06-.5-.49-.88-.99-.88h-3.73c-.51 0-.94.38-1 .88l-.29 2.31c-.41.19-.8.42-1.17.68l-2.15-.91c-.46-.2-1-.02-1.25.42L2.41 8.62c-.25.44-.14.99.26 1.3l1.86 1.41a7.3 7.3 0 0 0 0 1.35l-1.86 1.41c-.4.3-.51.86-.26 1.3l1.87 3.23c.25.44.79.62 1.25.42l2.15-.91c.37.26.76.49 1.17.68l.29 2.31c.06.5.49.88.99.88h3.73c.5 0 .93-.38.99-.88l.29-2.31c.41-.19.8-.42 1.17-.68l2.15.91c.46.2 1 .02 1.25-.42l1.87-3.23c.25-.44.14-.99-.26-1.3l-1.86-1.41c.03-.23.04-.45.04-.68m-7.46 3.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5" }) }));
|
|
763
|
+
};
|
|
764
|
+
var ForwardRef57 = React66.forwardRef(Settings);
|
|
594
765
|
ForwardRef57.category = "core";
|
|
595
|
-
var
|
|
596
|
-
var
|
|
766
|
+
var StarBorder = (props, ref) => {
|
|
767
|
+
var _a, _b;
|
|
768
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "m19.65 9.04-4.84-.42-1.89-4.45c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.73 3.67-3.18c.67-.58.32-1.68-.56-1.75M12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z" }) }));
|
|
769
|
+
};
|
|
770
|
+
var ForwardRef58 = React66.forwardRef(StarBorder);
|
|
597
771
|
ForwardRef58.category = "core";
|
|
598
|
-
var
|
|
599
|
-
var
|
|
772
|
+
var StarHalf = (props, ref) => {
|
|
773
|
+
var _a, _b;
|
|
774
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "m19.65 9.04-4.84-.42-1.89-4.45c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.73 3.67-3.18c.67-.58.32-1.68-.56-1.75M12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z" }) }));
|
|
775
|
+
};
|
|
776
|
+
var ForwardRef59 = React66.forwardRef(StarHalf);
|
|
600
777
|
ForwardRef59.category = "core";
|
|
601
|
-
var
|
|
602
|
-
var
|
|
778
|
+
var StarRate = (props, ref) => {
|
|
779
|
+
var _a, _b;
|
|
780
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "m11.957 17.498 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72 3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41-1.89-4.46c-.34-.81-1.5-.81-1.84 0l-1.89 4.45-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08z" }) }));
|
|
781
|
+
};
|
|
782
|
+
var ForwardRef60 = React66.forwardRef(StarRate);
|
|
603
783
|
ForwardRef60.category = "core";
|
|
604
|
-
var
|
|
605
|
-
var
|
|
784
|
+
var User = (props, ref) => {
|
|
785
|
+
var _a, _b;
|
|
786
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 12a4.665 4.665 0 0 0 4.667-4.667A4.665 4.665 0 0 0 12 2.667a4.665 4.665 0 0 0-4.667 4.666A4.665 4.665 0 0 0 12 12m0-7a2.34 2.34 0 0 1 2.333 2.333A2.34 2.34 0 0 1 12 9.667a2.34 2.34 0 0 1-2.333-2.334A2.34 2.34 0 0 1 12 5m0 8.167c-3.115 0-9.333 1.563-9.333 4.666v2.334a1.17 1.17 0 0 0 1.166 1.166h16.334a1.17 1.17 0 0 0 1.166-1.166v-2.334c0-3.103-6.218-4.666-9.333-4.666M19 19H5v-1.155c.233-.84 3.85-2.345 7-2.345s6.767 1.505 7 2.333z" }) }));
|
|
787
|
+
};
|
|
788
|
+
var ForwardRef61 = React66.forwardRef(User);
|
|
606
789
|
ForwardRef61.category = "core";
|
|
607
|
-
var
|
|
608
|
-
var
|
|
609
|
-
|
|
790
|
+
var Visibility = (props, ref) => {
|
|
791
|
+
var _a, _b;
|
|
792
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3" }) }));
|
|
793
|
+
};
|
|
794
|
+
var ForwardRef62 = React66.forwardRef(Visibility);
|
|
610
795
|
ForwardRef62.category = "core";
|
|
611
|
-
var
|
|
612
|
-
var
|
|
613
|
-
var
|
|
796
|
+
var Visibility_default = ForwardRef62;
|
|
797
|
+
var VisibilityOff = (props, ref) => {
|
|
798
|
+
var _a, _b;
|
|
799
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M12 6.5c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24M2.71 3.16a.996.996 0 0 0 0 1.41l1.97 1.97A11.9 11.9 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.97-.3 4.31-.82l2.72 2.72a.996.996 0 1 0 1.41-1.41L4.13 3.16c-.39-.39-1.03-.39-1.42 0M12 16.5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5m2.97-5.33a2.97 2.97 0 0 0-2.64-2.64z" }) }));
|
|
800
|
+
};
|
|
801
|
+
var ForwardRef63 = React66.forwardRef(VisibilityOff);
|
|
614
802
|
ForwardRef63.category = "core";
|
|
615
|
-
var
|
|
616
|
-
var
|
|
803
|
+
var VisibilityOff_default = ForwardRef63;
|
|
804
|
+
var VolumeOff = (props, ref) => {
|
|
805
|
+
var _a, _b;
|
|
806
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M3.63 3.63a.996.996 0 0 0 0 1.41L7.29 8.7 7 9H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71v-4.17l4.18 4.18c-.49.37-1.02.68-1.6.91-.36.15-.58.53-.58.92 0 .72.73 1.18 1.39.91.8-.33 1.55-.77 2.22-1.31l1.34 1.34a.996.996 0 1 0 1.41-1.41L5.05 3.63c-.39-.39-1.02-.39-1.42 0M19 12c0 .82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-3.83-2.4-7.11-5.78-8.4-.59-.23-1.22.23-1.22.86v.19c0 .38.25.71.61.85C17.18 6.54 19 9.06 19 12m-8.71-6.29-.17.17L12 7.76V6.41c0-.89-1.08-1.33-1.71-.7M16.5 12A4.5 4.5 0 0 0 14 7.97v1.79l2.48 2.48c.01-.08.02-.16.02-.24" }) }));
|
|
807
|
+
};
|
|
808
|
+
var ForwardRef64 = React66.forwardRef(VolumeOff);
|
|
617
809
|
ForwardRef64.category = "core";
|
|
810
|
+
var VolumeUp = (props, ref) => {
|
|
811
|
+
var _a, _b;
|
|
812
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: (_a = props.width) != null ? _a : 24, height: (_b = props.height) != null ? _b : 24 }, { fill: props.color || "currentColor" }), { viewBox: "0 0 24 24", ref }), props), { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M3 10v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.41c0-.89-1.08-1.34-1.71-.71L7 9H4c-.55 0-1 .45-1 1m13.5 2A4.5 4.5 0 0 0 14 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02M14 4.45v.2c0 .38.25.71.6.85A7 7 0 0 1 19 12c0 2.94-1.82 5.47-4.4 6.5-.36.14-.6.47-.6.85v.2c0 .63.63 1.07 1.21.85A8.98 8.98 0 0 0 21 12c0-3.84-2.4-7.11-5.79-8.4-.58-.23-1.21.22-1.21.85" }) }));
|
|
813
|
+
};
|
|
814
|
+
var ForwardRef65 = React66.forwardRef(VolumeUp);
|
|
815
|
+
ForwardRef65.category = "core";
|
|
618
816
|
var SIZE_MAP = {
|
|
619
817
|
sm: "small",
|
|
620
818
|
md: "medium",
|
|
@@ -1998,8 +2196,8 @@ var SvgBCorp = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
1998
2196
|
]
|
|
1999
2197
|
})
|
|
2000
2198
|
);
|
|
2001
|
-
var
|
|
2002
|
-
var BCorp_default =
|
|
2199
|
+
var ForwardRef66 = React66.forwardRef(SvgBCorp);
|
|
2200
|
+
var BCorp_default = ForwardRef66;
|
|
2003
2201
|
var SvgButternutFavicon = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2004
2202
|
"svg",
|
|
2005
2203
|
__spreadProps(__spreadValues({
|
|
@@ -2033,8 +2231,8 @@ var SvgButternutFavicon = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
2033
2231
|
]
|
|
2034
2232
|
})
|
|
2035
2233
|
);
|
|
2036
|
-
var
|
|
2037
|
-
var ButternutFavicon_default =
|
|
2234
|
+
var ForwardRef67 = React66.forwardRef(SvgButternutFavicon);
|
|
2235
|
+
var ButternutFavicon_default = ForwardRef67;
|
|
2038
2236
|
var SvgButternutPrimary = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2039
2237
|
"svg",
|
|
2040
2238
|
__spreadProps(__spreadValues({
|
|
@@ -2361,8 +2559,8 @@ var SvgButternutPrimary = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
2361
2559
|
]
|
|
2362
2560
|
})
|
|
2363
2561
|
);
|
|
2364
|
-
var
|
|
2365
|
-
var ButternutPrimary_default =
|
|
2562
|
+
var ForwardRef68 = React66.forwardRef(SvgButternutPrimary);
|
|
2563
|
+
var ButternutPrimary_default = ForwardRef68;
|
|
2366
2564
|
var SvgButternutTabbedBottom = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2367
2565
|
"svg",
|
|
2368
2566
|
__spreadProps(__spreadValues({
|
|
@@ -2689,8 +2887,8 @@ var SvgButternutTabbedBottom = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
2689
2887
|
]
|
|
2690
2888
|
})
|
|
2691
2889
|
);
|
|
2692
|
-
var
|
|
2693
|
-
var ButternutTabbedBottom_default =
|
|
2890
|
+
var ForwardRef69 = React66.forwardRef(SvgButternutTabbedBottom);
|
|
2891
|
+
var ButternutTabbedBottom_default = ForwardRef69;
|
|
2694
2892
|
var SvgButternutTabbedTop = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2695
2893
|
"svg",
|
|
2696
2894
|
__spreadProps(__spreadValues({
|
|
@@ -3017,8 +3215,8 @@ var SvgButternutTabbedTop = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
3017
3215
|
]
|
|
3018
3216
|
})
|
|
3019
3217
|
);
|
|
3020
|
-
var
|
|
3021
|
-
var ButternutTabbedTop_default =
|
|
3218
|
+
var ForwardRef70 = React66.forwardRef(SvgButternutTabbedTop);
|
|
3219
|
+
var ButternutTabbedTop_default = ForwardRef70;
|
|
3022
3220
|
var SvgButternutWordmark = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3023
3221
|
"svg",
|
|
3024
3222
|
__spreadProps(__spreadValues({
|
|
@@ -3322,8 +3520,8 @@ var SvgButternutWordmark = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
3322
3520
|
]
|
|
3323
3521
|
})
|
|
3324
3522
|
);
|
|
3325
|
-
var
|
|
3326
|
-
var ButternutWordmark_default =
|
|
3523
|
+
var ForwardRef71 = React66.forwardRef(SvgButternutWordmark);
|
|
3524
|
+
var ButternutWordmark_default = ForwardRef71;
|
|
3327
3525
|
var SvgPsiBufetFavicon = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3328
3526
|
"svg",
|
|
3329
3527
|
__spreadProps(__spreadValues({
|
|
@@ -3368,8 +3566,8 @@ var SvgPsiBufetFavicon = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
3368
3566
|
]
|
|
3369
3567
|
})
|
|
3370
3568
|
);
|
|
3371
|
-
var
|
|
3372
|
-
var PsiBufetFavicon_default =
|
|
3569
|
+
var ForwardRef72 = React66.forwardRef(SvgPsiBufetFavicon);
|
|
3570
|
+
var PsiBufetFavicon_default = ForwardRef72;
|
|
3373
3571
|
var SvgPsiBufetPrimary = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3374
3572
|
"svg",
|
|
3375
3573
|
__spreadProps(__spreadValues({
|
|
@@ -3608,8 +3806,8 @@ var SvgPsiBufetPrimary = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
3608
3806
|
]
|
|
3609
3807
|
})
|
|
3610
3808
|
);
|
|
3611
|
-
var
|
|
3612
|
-
var PsiBufetPrimary_default =
|
|
3809
|
+
var ForwardRef73 = React66.forwardRef(SvgPsiBufetPrimary);
|
|
3810
|
+
var PsiBufetPrimary_default = ForwardRef73;
|
|
3613
3811
|
var SvgPsiBufetTabbedBottom = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3614
3812
|
"svg",
|
|
3615
3813
|
__spreadProps(__spreadValues({
|
|
@@ -3848,8 +4046,8 @@ var SvgPsiBufetTabbedBottom = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
3848
4046
|
]
|
|
3849
4047
|
})
|
|
3850
4048
|
);
|
|
3851
|
-
var
|
|
3852
|
-
var PsiBufetTabbedBottom_default =
|
|
4049
|
+
var ForwardRef74 = React66.forwardRef(SvgPsiBufetTabbedBottom);
|
|
4050
|
+
var PsiBufetTabbedBottom_default = ForwardRef74;
|
|
3853
4051
|
var SvgPsiBufetTabbedTop = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3854
4052
|
"svg",
|
|
3855
4053
|
__spreadProps(__spreadValues({
|
|
@@ -4088,8 +4286,8 @@ var SvgPsiBufetTabbedTop = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
4088
4286
|
]
|
|
4089
4287
|
})
|
|
4090
4288
|
);
|
|
4091
|
-
var
|
|
4092
|
-
var PsiBufetTabbedTop_default =
|
|
4289
|
+
var ForwardRef75 = React66.forwardRef(SvgPsiBufetTabbedTop);
|
|
4290
|
+
var PsiBufetTabbedTop_default = ForwardRef75;
|
|
4093
4291
|
var SvgPsiBufetWordmark = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4094
4292
|
"svg",
|
|
4095
4293
|
__spreadProps(__spreadValues({
|
|
@@ -4299,8 +4497,8 @@ var SvgPsiBufetWordmark = (props, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
|
4299
4497
|
]
|
|
4300
4498
|
})
|
|
4301
4499
|
);
|
|
4302
|
-
var
|
|
4303
|
-
var PsiBufetWordmark_default =
|
|
4500
|
+
var ForwardRef76 = React66.forwardRef(SvgPsiBufetWordmark);
|
|
4501
|
+
var PsiBufetWordmark_default = ForwardRef76;
|
|
4304
4502
|
|
|
4305
4503
|
// src/components/atoms/Logo/Logo.registry.ts
|
|
4306
4504
|
var LOGOS = {
|
|
@@ -7157,7 +7355,11 @@ var NumberFieldInput = React66__default.default.forwardRef(
|
|
|
7157
7355
|
style: {
|
|
7158
7356
|
position: "absolute",
|
|
7159
7357
|
bottom: 4,
|
|
7160
|
-
width
|
|
7358
|
+
// Span the full field (not the min-width) so the help text
|
|
7359
|
+
// centres and never wraps into the value when the field is
|
|
7360
|
+
// wider than its min-width (e.g. fullWidth) or the copy is long.
|
|
7361
|
+
left: 0,
|
|
7362
|
+
right: 0,
|
|
7161
7363
|
display: "flex",
|
|
7162
7364
|
justifyContent: "center",
|
|
7163
7365
|
alignItems: "center"
|
|
@@ -7165,7 +7367,7 @@ var NumberFieldInput = React66__default.default.forwardRef(
|
|
|
7165
7367
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7166
7368
|
Typography,
|
|
7167
7369
|
{
|
|
7168
|
-
token:
|
|
7370
|
+
token: isLarge ? tokens3.typography.large.secondaryContent : tokens3.typography.small.smallLabel,
|
|
7169
7371
|
color: inputTokens3.colour.description.default,
|
|
7170
7372
|
children: inlineHelpText
|
|
7171
7373
|
}
|