@butternutbox/pawprint-native 0.16.1 → 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 +11 -0
- package/dist/index.cjs +327 -129
- 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 +328 -130
- 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/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import React66, { createContext, forwardRef, useRef, useEffect, useState, useCal
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
import * as AvatarPrimitive from '@rn-primitives/avatar';
|
|
15
15
|
import { Text, View, Animated, Pressable, TextInput, Easing, StyleSheet, useWindowDimensions, PanResponder, Image, ScrollView, Keyboard, ActionSheetIOS, TouchableOpacity, Platform, Modal, TouchableWithoutFeedback, FlatList, Linking, Clipboard, Alert } from 'react-native';
|
|
16
|
-
import Svg, { Path, Defs, LinearGradient, Stop, Rect, G } from 'react-native-svg';
|
|
16
|
+
import Svg, { Path, Defs, LinearGradient, Stop, Rect, G, ClipPath } from 'react-native-svg';
|
|
17
17
|
import * as SwitchPrimitive from '@rn-primitives/switch';
|
|
18
18
|
import Animated10, { Keyframe, Easing as Easing$1, FadeInLeft, FadeInRight, FadeInUp, FadeInDown, FadeIn, FadeOutLeft, FadeOutRight, FadeOutUp, FadeOutDown, FadeOut, useSharedValue, useAnimatedStyle, ComplexAnimationBuilder, withSpring } from 'react-native-reanimated';
|
|
19
19
|
import { Slot } from '@rn-primitives/slot';
|
|
@@ -349,234 +349,432 @@ var __spreadValues2 = (a, b) => {
|
|
|
349
349
|
return a;
|
|
350
350
|
};
|
|
351
351
|
var __spreadProps2 = (a, b) => __defProps2(a, __getOwnPropDescs2(b));
|
|
352
|
-
var Add = (props, ref) =>
|
|
352
|
+
var Add = (props, ref) => {
|
|
353
|
+
var _a, _b;
|
|
354
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
355
|
+
};
|
|
353
356
|
var ForwardRef = forwardRef(Add);
|
|
354
357
|
ForwardRef.category = "core";
|
|
355
358
|
var Add_default = ForwardRef;
|
|
356
|
-
var AddCircle = (props, ref) =>
|
|
359
|
+
var AddCircle = (props, ref) => {
|
|
360
|
+
var _a, _b;
|
|
361
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
362
|
+
};
|
|
357
363
|
var ForwardRef2 = forwardRef(AddCircle);
|
|
358
364
|
ForwardRef2.category = "core";
|
|
359
365
|
var AddCircle_default = ForwardRef2;
|
|
360
|
-
var AddCircleOutline = (props, ref) =>
|
|
366
|
+
var AddCircleOutline = (props, ref) => {
|
|
367
|
+
var _a, _b;
|
|
368
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
369
|
+
};
|
|
361
370
|
var ForwardRef3 = forwardRef(AddCircleOutline);
|
|
362
371
|
ForwardRef3.category = "core";
|
|
363
372
|
var AddCircleOutline_default = ForwardRef3;
|
|
364
|
-
var ArrowBack = (props, ref) =>
|
|
373
|
+
var ArrowBack = (props, ref) => {
|
|
374
|
+
var _a, _b;
|
|
375
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
376
|
+
};
|
|
365
377
|
var ForwardRef4 = forwardRef(ArrowBack);
|
|
366
378
|
ForwardRef4.category = "core";
|
|
367
|
-
var ArrowDownward = (props, ref) =>
|
|
379
|
+
var ArrowDownward = (props, ref) => {
|
|
380
|
+
var _a, _b;
|
|
381
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
382
|
+
};
|
|
368
383
|
var ForwardRef5 = forwardRef(ArrowDownward);
|
|
369
384
|
ForwardRef5.category = "core";
|
|
370
|
-
var ArrowDropDown = (props, ref) =>
|
|
385
|
+
var ArrowDropDown = (props, ref) => {
|
|
386
|
+
var _a, _b;
|
|
387
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
388
|
+
};
|
|
371
389
|
var ForwardRef6 = forwardRef(ArrowDropDown);
|
|
372
390
|
ForwardRef6.category = "core";
|
|
373
|
-
var ArrowDropUp = (props, ref) =>
|
|
391
|
+
var ArrowDropUp = (props, ref) => {
|
|
392
|
+
var _a, _b;
|
|
393
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
394
|
+
};
|
|
374
395
|
var ForwardRef7 = forwardRef(ArrowDropUp);
|
|
375
396
|
ForwardRef7.category = "core";
|
|
376
|
-
var ArrowForward = (props, ref) =>
|
|
397
|
+
var ArrowForward = (props, ref) => {
|
|
398
|
+
var _a, _b;
|
|
399
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
400
|
+
};
|
|
377
401
|
var ForwardRef8 = forwardRef(ArrowForward);
|
|
378
402
|
ForwardRef8.category = "core";
|
|
379
403
|
var ArrowForward_default = ForwardRef8;
|
|
380
|
-
var ArrowLeft = (props, ref) =>
|
|
404
|
+
var ArrowLeft = (props, ref) => {
|
|
405
|
+
var _a, _b;
|
|
406
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
407
|
+
};
|
|
381
408
|
var ForwardRef9 = forwardRef(ArrowLeft);
|
|
382
409
|
ForwardRef9.category = "core";
|
|
383
|
-
var ArrowRight = (props, ref) =>
|
|
410
|
+
var ArrowRight = (props, ref) => {
|
|
411
|
+
var _a, _b;
|
|
412
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
413
|
+
};
|
|
384
414
|
var ForwardRef10 = forwardRef(ArrowRight);
|
|
385
415
|
ForwardRef10.category = "core";
|
|
386
|
-
var ArrowUpward = (props, ref) =>
|
|
416
|
+
var ArrowUpward = (props, ref) => {
|
|
417
|
+
var _a, _b;
|
|
418
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
419
|
+
};
|
|
387
420
|
var ForwardRef11 = forwardRef(ArrowUpward);
|
|
388
421
|
ForwardRef11.category = "core";
|
|
389
|
-
var Autorenew = (props, ref) =>
|
|
422
|
+
var Autorenew = (props, ref) => {
|
|
423
|
+
var _a, _b;
|
|
424
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
425
|
+
};
|
|
390
426
|
var ForwardRef12 = forwardRef(Autorenew);
|
|
391
427
|
ForwardRef12.category = "core";
|
|
392
|
-
var Basket = (props, ref) =>
|
|
393
|
-
|
|
394
|
-
/* @__PURE__ */ jsx(
|
|
395
|
-
|
|
428
|
+
var Basket = (props, ref) => {
|
|
429
|
+
var _a, _b;
|
|
430
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsxs(G, { fillRule: "evenodd", clipRule: "evenodd", children: [
|
|
431
|
+
/* @__PURE__ */ jsx(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" }),
|
|
432
|
+
/* @__PURE__ */ jsx(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" })
|
|
433
|
+
] }) }));
|
|
434
|
+
};
|
|
396
435
|
var ForwardRef13 = forwardRef(Basket);
|
|
397
436
|
ForwardRef13.category = "core";
|
|
398
|
-
var Camera = (props, ref) =>
|
|
399
|
-
|
|
400
|
-
/* @__PURE__ */
|
|
401
|
-
|
|
437
|
+
var Camera = (props, ref) => {
|
|
438
|
+
var _a, _b;
|
|
439
|
+
return /* @__PURE__ */ jsxs(Svg, __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: [
|
|
440
|
+
/* @__PURE__ */ jsx(Path, { d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6" }),
|
|
441
|
+
/* @__PURE__ */ jsx(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" })
|
|
442
|
+
] }));
|
|
443
|
+
};
|
|
402
444
|
var ForwardRef14 = forwardRef(Camera);
|
|
403
445
|
ForwardRef14.category = "core";
|
|
404
|
-
var Cancel = (props, ref) =>
|
|
446
|
+
var Cancel = (props, ref) => {
|
|
447
|
+
var _a, _b;
|
|
448
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
449
|
+
};
|
|
405
450
|
var ForwardRef15 = forwardRef(Cancel);
|
|
406
451
|
ForwardRef15.category = "core";
|
|
407
452
|
var Cancel_default = ForwardRef15;
|
|
408
|
-
var Cart = (props, ref) =>
|
|
453
|
+
var Cart = (props, ref) => {
|
|
454
|
+
var _a, _b;
|
|
455
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
456
|
+
};
|
|
409
457
|
var ForwardRef16 = forwardRef(Cart);
|
|
410
458
|
ForwardRef16.category = "core";
|
|
411
|
-
var Check = (props, ref) =>
|
|
459
|
+
var Check = (props, ref) => {
|
|
460
|
+
var _a, _b;
|
|
461
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
462
|
+
};
|
|
412
463
|
var ForwardRef17 = forwardRef(Check);
|
|
413
464
|
ForwardRef17.category = "core";
|
|
414
465
|
var Check_default = ForwardRef17;
|
|
415
|
-
var CheckCircle = (props, ref) =>
|
|
466
|
+
var CheckCircle = (props, ref) => {
|
|
467
|
+
var _a, _b;
|
|
468
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
469
|
+
};
|
|
416
470
|
var ForwardRef18 = forwardRef(CheckCircle);
|
|
417
471
|
ForwardRef18.category = "core";
|
|
418
472
|
var CheckCircle_default = ForwardRef18;
|
|
419
|
-
var Close = (props, ref) =>
|
|
473
|
+
var Close = (props, ref) => {
|
|
474
|
+
var _a, _b;
|
|
475
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
476
|
+
};
|
|
420
477
|
var ForwardRef19 = forwardRef(Close);
|
|
421
478
|
ForwardRef19.category = "core";
|
|
422
479
|
var Close_default = ForwardRef19;
|
|
423
|
-
var Delete = (props, ref) =>
|
|
480
|
+
var Delete = (props, ref) => {
|
|
481
|
+
var _a, _b;
|
|
482
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
483
|
+
};
|
|
424
484
|
var ForwardRef20 = forwardRef(Delete);
|
|
425
485
|
ForwardRef20.category = "core";
|
|
426
|
-
var DoDisturb = (props, ref) =>
|
|
486
|
+
var DoDisturb = (props, ref) => {
|
|
487
|
+
var _a, _b;
|
|
488
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
489
|
+
};
|
|
427
490
|
var ForwardRef21 = forwardRef(DoDisturb);
|
|
428
491
|
ForwardRef21.category = "core";
|
|
429
|
-
var DogHead = (props, ref) =>
|
|
430
|
-
|
|
431
|
-
/* @__PURE__ */ jsx(
|
|
432
|
-
|
|
433
|
-
|
|
492
|
+
var DogHead = (props, ref) => {
|
|
493
|
+
var _a, _b;
|
|
494
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsxs(G, { fillRule: "evenodd", clipRule: "evenodd", children: [
|
|
495
|
+
/* @__PURE__ */ jsx(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" }),
|
|
496
|
+
/* @__PURE__ */ jsx(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" }),
|
|
497
|
+
/* @__PURE__ */ jsx(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" })
|
|
498
|
+
] }) }));
|
|
499
|
+
};
|
|
434
500
|
var ForwardRef22 = forwardRef(DogHead);
|
|
435
501
|
ForwardRef22.category = "core";
|
|
436
502
|
var DogHead_default = ForwardRef22;
|
|
437
|
-
var Edit = (props, ref) =>
|
|
503
|
+
var Edit = (props, ref) => {
|
|
504
|
+
var _a, _b;
|
|
505
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
506
|
+
};
|
|
438
507
|
var ForwardRef23 = forwardRef(Edit);
|
|
439
508
|
ForwardRef23.category = "core";
|
|
440
|
-
var Error2 = (props, ref) =>
|
|
509
|
+
var Error2 = (props, ref) => {
|
|
510
|
+
var _a, _b;
|
|
511
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
512
|
+
};
|
|
441
513
|
var ForwardRef24 = forwardRef(Error2);
|
|
442
514
|
ForwardRef24.category = "core";
|
|
443
515
|
var Error_default = ForwardRef24;
|
|
444
|
-
var ErrorOutline = (props, ref) =>
|
|
516
|
+
var ErrorOutline = (props, ref) => {
|
|
517
|
+
var _a, _b;
|
|
518
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
519
|
+
};
|
|
445
520
|
var ForwardRef25 = forwardRef(ErrorOutline);
|
|
446
521
|
ForwardRef25.category = "core";
|
|
447
|
-
var Female = (props, ref) =>
|
|
522
|
+
var Female = (props, ref) => {
|
|
523
|
+
var _a, _b;
|
|
524
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
525
|
+
};
|
|
448
526
|
var ForwardRef26 = forwardRef(Female);
|
|
449
527
|
ForwardRef26.category = "core";
|
|
450
|
-
var FilterAlt = (props, ref) =>
|
|
528
|
+
var FilterAlt = (props, ref) => {
|
|
529
|
+
var _a, _b;
|
|
530
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
531
|
+
};
|
|
451
532
|
var ForwardRef27 = forwardRef(FilterAlt);
|
|
452
533
|
ForwardRef27.category = "core";
|
|
453
|
-
var Gift = (props, ref) =>
|
|
454
|
-
|
|
455
|
-
/* @__PURE__ */ jsx(
|
|
456
|
-
|
|
534
|
+
var Gift = (props, ref) => {
|
|
535
|
+
var _a, _b;
|
|
536
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsxs(G, { fillRule: "evenodd", clipRule: "evenodd", children: [
|
|
537
|
+
/* @__PURE__ */ jsx(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" }),
|
|
538
|
+
/* @__PURE__ */ jsx(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" })
|
|
539
|
+
] }) }));
|
|
540
|
+
};
|
|
457
541
|
var ForwardRef28 = forwardRef(Gift);
|
|
458
542
|
ForwardRef28.category = "core";
|
|
459
|
-
var HelpOutline = (props, ref) =>
|
|
543
|
+
var HelpOutline = (props, ref) => {
|
|
544
|
+
var _a, _b;
|
|
545
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
546
|
+
};
|
|
460
547
|
var ForwardRef29 = forwardRef(HelpOutline);
|
|
461
548
|
ForwardRef29.category = "core";
|
|
462
|
-
var HighlightOff = (props, ref) =>
|
|
549
|
+
var HighlightOff = (props, ref) => {
|
|
550
|
+
var _a, _b;
|
|
551
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
552
|
+
};
|
|
463
553
|
var ForwardRef30 = forwardRef(HighlightOff);
|
|
464
554
|
ForwardRef30.category = "core";
|
|
465
|
-
var Home = (props, ref) =>
|
|
466
|
-
|
|
467
|
-
/* @__PURE__ */ jsx(
|
|
468
|
-
|
|
555
|
+
var Home = (props, ref) => {
|
|
556
|
+
var _a, _b;
|
|
557
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsxs(G, { children: [
|
|
558
|
+
/* @__PURE__ */ jsx(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" }),
|
|
559
|
+
/* @__PURE__ */ jsx(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" })
|
|
560
|
+
] }) }));
|
|
561
|
+
};
|
|
469
562
|
var ForwardRef31 = forwardRef(Home);
|
|
470
563
|
ForwardRef31.category = "core";
|
|
471
|
-
var Info = (props, ref) =>
|
|
564
|
+
var Info = (props, ref) => {
|
|
565
|
+
var _a, _b;
|
|
566
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
567
|
+
};
|
|
472
568
|
var ForwardRef32 = forwardRef(Info);
|
|
473
569
|
ForwardRef32.category = "core";
|
|
474
570
|
var Info_default = ForwardRef32;
|
|
475
|
-
var InfoOutline = (props, ref) =>
|
|
571
|
+
var InfoOutline = (props, ref) => {
|
|
572
|
+
var _a, _b;
|
|
573
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
574
|
+
};
|
|
476
575
|
var ForwardRef33 = forwardRef(InfoOutline);
|
|
477
576
|
ForwardRef33.category = "core";
|
|
478
|
-
var KeyboardArrowDown = (props, ref) =>
|
|
577
|
+
var KeyboardArrowDown = (props, ref) => {
|
|
578
|
+
var _a, _b;
|
|
579
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
580
|
+
};
|
|
479
581
|
var ForwardRef34 = forwardRef(KeyboardArrowDown);
|
|
480
582
|
ForwardRef34.category = "core";
|
|
481
583
|
var KeyboardArrowDown_default = ForwardRef34;
|
|
482
|
-
var KeyboardArrowLeft = (props, ref) =>
|
|
584
|
+
var KeyboardArrowLeft = (props, ref) => {
|
|
585
|
+
var _a, _b;
|
|
586
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
587
|
+
};
|
|
483
588
|
var ForwardRef35 = forwardRef(KeyboardArrowLeft);
|
|
484
589
|
ForwardRef35.category = "core";
|
|
485
590
|
var KeyboardArrowLeft_default = ForwardRef35;
|
|
486
|
-
var KeyboardArrowRight = (props, ref) =>
|
|
591
|
+
var KeyboardArrowRight = (props, ref) => {
|
|
592
|
+
var _a, _b;
|
|
593
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
594
|
+
};
|
|
487
595
|
var ForwardRef36 = forwardRef(KeyboardArrowRight);
|
|
488
596
|
ForwardRef36.category = "core";
|
|
489
597
|
var KeyboardArrowRight_default = ForwardRef36;
|
|
490
|
-
var KeyboardArrowUp = (props, ref) =>
|
|
598
|
+
var KeyboardArrowUp = (props, ref) => {
|
|
599
|
+
var _a, _b;
|
|
600
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
601
|
+
};
|
|
491
602
|
var ForwardRef37 = forwardRef(KeyboardArrowUp);
|
|
492
603
|
ForwardRef37.category = "core";
|
|
493
|
-
var KeyboardDoubleArrowDown = (props, ref) =>
|
|
604
|
+
var KeyboardDoubleArrowDown = (props, ref) => {
|
|
605
|
+
var _a, _b;
|
|
606
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
607
|
+
};
|
|
494
608
|
var ForwardRef38 = forwardRef(KeyboardDoubleArrowDown);
|
|
495
609
|
ForwardRef38.category = "core";
|
|
496
|
-
var KeyboardDoubleArrowLeft = (props, ref) =>
|
|
610
|
+
var KeyboardDoubleArrowLeft = (props, ref) => {
|
|
611
|
+
var _a, _b;
|
|
612
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
613
|
+
};
|
|
497
614
|
var ForwardRef39 = forwardRef(KeyboardDoubleArrowLeft);
|
|
498
615
|
ForwardRef39.category = "core";
|
|
499
|
-
var KeyboardDoubleArrowRight = (props, ref) =>
|
|
616
|
+
var KeyboardDoubleArrowRight = (props, ref) => {
|
|
617
|
+
var _a, _b;
|
|
618
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
619
|
+
};
|
|
500
620
|
var ForwardRef40 = forwardRef(KeyboardDoubleArrowRight);
|
|
501
621
|
ForwardRef40.category = "core";
|
|
502
|
-
var KeyboardDoubleArrowUp = (props, ref) =>
|
|
622
|
+
var KeyboardDoubleArrowUp = (props, ref) => {
|
|
623
|
+
var _a, _b;
|
|
624
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
625
|
+
};
|
|
503
626
|
var ForwardRef41 = forwardRef(KeyboardDoubleArrowUp);
|
|
504
627
|
ForwardRef41.category = "core";
|
|
505
|
-
var Language = (props, ref) =>
|
|
628
|
+
var Language = (props, ref) => {
|
|
629
|
+
var _a, _b;
|
|
630
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
631
|
+
};
|
|
506
632
|
var ForwardRef42 = forwardRef(Language);
|
|
507
633
|
ForwardRef42.category = "core";
|
|
508
|
-
var Lock = (props, ref) =>
|
|
634
|
+
var Lock = (props, ref) => {
|
|
635
|
+
var _a, _b;
|
|
636
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
637
|
+
};
|
|
509
638
|
var ForwardRef43 = forwardRef(Lock);
|
|
510
639
|
ForwardRef43.category = "core";
|
|
511
|
-
var
|
|
512
|
-
|
|
640
|
+
var Mail = (props, ref) => /* @__PURE__ */ jsxs(Svg, __spreadProps2(__spreadValues2(__spreadProps2(__spreadValues2({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24 }, { fill: props.color || "currentColor" }), { ref }), props), { children: [
|
|
641
|
+
/* @__PURE__ */ jsx(G, { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(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" }) }),
|
|
642
|
+
/* @__PURE__ */ jsx(Defs, { children: /* @__PURE__ */ jsx(ClipPath, { id: "a", children: /* @__PURE__ */ jsx(Path, { d: "M0 0h24v24H0z" }) }) })
|
|
643
|
+
] }));
|
|
644
|
+
var ForwardRef44 = forwardRef(Mail);
|
|
513
645
|
ForwardRef44.category = "core";
|
|
514
|
-
var
|
|
515
|
-
var
|
|
646
|
+
var Male = (props, ref) => {
|
|
647
|
+
var _a, _b;
|
|
648
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
649
|
+
};
|
|
650
|
+
var ForwardRef45 = forwardRef(Male);
|
|
516
651
|
ForwardRef45.category = "core";
|
|
517
|
-
var
|
|
518
|
-
var
|
|
652
|
+
var Menu = (props, ref) => {
|
|
653
|
+
var _a, _b;
|
|
654
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
655
|
+
};
|
|
656
|
+
var ForwardRef46 = forwardRef(Menu);
|
|
519
657
|
ForwardRef46.category = "core";
|
|
520
|
-
var
|
|
521
|
-
var
|
|
658
|
+
var MoreHoriz = (props, ref) => {
|
|
659
|
+
var _a, _b;
|
|
660
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
661
|
+
};
|
|
662
|
+
var ForwardRef47 = forwardRef(MoreHoriz);
|
|
522
663
|
ForwardRef47.category = "core";
|
|
523
|
-
var
|
|
524
|
-
var
|
|
664
|
+
var MoreVert = (props, ref) => {
|
|
665
|
+
var _a, _b;
|
|
666
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
667
|
+
};
|
|
668
|
+
var ForwardRef48 = forwardRef(MoreVert);
|
|
525
669
|
ForwardRef48.category = "core";
|
|
526
|
-
var
|
|
527
|
-
var
|
|
670
|
+
var Pause = (props, ref) => {
|
|
671
|
+
var _a, _b;
|
|
672
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
673
|
+
};
|
|
674
|
+
var ForwardRef49 = forwardRef(Pause);
|
|
528
675
|
ForwardRef49.category = "core";
|
|
529
|
-
var
|
|
530
|
-
var
|
|
676
|
+
var PlayArrow = (props, ref) => {
|
|
677
|
+
var _a, _b;
|
|
678
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
679
|
+
};
|
|
680
|
+
var ForwardRef50 = forwardRef(PlayArrow);
|
|
531
681
|
ForwardRef50.category = "core";
|
|
532
|
-
var
|
|
533
|
-
var
|
|
682
|
+
var Range = (props, ref) => {
|
|
683
|
+
var _a, _b;
|
|
684
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
685
|
+
};
|
|
686
|
+
var ForwardRef51 = forwardRef(Range);
|
|
534
687
|
ForwardRef51.category = "core";
|
|
535
|
-
var
|
|
536
|
-
var
|
|
688
|
+
var Refresh = (props, ref) => {
|
|
689
|
+
var _a, _b;
|
|
690
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
691
|
+
};
|
|
692
|
+
var ForwardRef52 = forwardRef(Refresh);
|
|
537
693
|
ForwardRef52.category = "core";
|
|
538
|
-
var
|
|
539
|
-
var
|
|
540
|
-
|
|
694
|
+
var Remove = (props, ref) => {
|
|
695
|
+
var _a, _b;
|
|
696
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(Path, { d: "M18 13H6c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1" }) }));
|
|
697
|
+
};
|
|
698
|
+
var ForwardRef53 = forwardRef(Remove);
|
|
541
699
|
ForwardRef53.category = "core";
|
|
542
|
-
var
|
|
543
|
-
var
|
|
544
|
-
var
|
|
700
|
+
var Remove_default = ForwardRef53;
|
|
701
|
+
var RemoveCircle = (props, ref) => {
|
|
702
|
+
var _a, _b;
|
|
703
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
704
|
+
};
|
|
705
|
+
var ForwardRef54 = forwardRef(RemoveCircle);
|
|
545
706
|
ForwardRef54.category = "core";
|
|
546
|
-
var
|
|
547
|
-
var
|
|
548
|
-
var
|
|
707
|
+
var RemoveCircle_default = ForwardRef54;
|
|
708
|
+
var RemoveCircleOutline = (props, ref) => {
|
|
709
|
+
var _a, _b;
|
|
710
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
711
|
+
};
|
|
712
|
+
var ForwardRef55 = forwardRef(RemoveCircleOutline);
|
|
549
713
|
ForwardRef55.category = "core";
|
|
550
|
-
var
|
|
551
|
-
var
|
|
552
|
-
var
|
|
714
|
+
var RemoveCircleOutline_default = ForwardRef55;
|
|
715
|
+
var Search = (props, ref) => {
|
|
716
|
+
var _a, _b;
|
|
717
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
718
|
+
};
|
|
719
|
+
var ForwardRef56 = forwardRef(Search);
|
|
553
720
|
ForwardRef56.category = "core";
|
|
554
|
-
var
|
|
555
|
-
var
|
|
721
|
+
var Search_default = ForwardRef56;
|
|
722
|
+
var Settings = (props, ref) => {
|
|
723
|
+
var _a, _b;
|
|
724
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
725
|
+
};
|
|
726
|
+
var ForwardRef57 = forwardRef(Settings);
|
|
556
727
|
ForwardRef57.category = "core";
|
|
557
|
-
var
|
|
558
|
-
var
|
|
728
|
+
var StarBorder = (props, ref) => {
|
|
729
|
+
var _a, _b;
|
|
730
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
731
|
+
};
|
|
732
|
+
var ForwardRef58 = forwardRef(StarBorder);
|
|
559
733
|
ForwardRef58.category = "core";
|
|
560
|
-
var
|
|
561
|
-
var
|
|
734
|
+
var StarHalf = (props, ref) => {
|
|
735
|
+
var _a, _b;
|
|
736
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
737
|
+
};
|
|
738
|
+
var ForwardRef59 = forwardRef(StarHalf);
|
|
562
739
|
ForwardRef59.category = "core";
|
|
563
|
-
var
|
|
564
|
-
var
|
|
740
|
+
var StarRate = (props, ref) => {
|
|
741
|
+
var _a, _b;
|
|
742
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
743
|
+
};
|
|
744
|
+
var ForwardRef60 = forwardRef(StarRate);
|
|
565
745
|
ForwardRef60.category = "core";
|
|
566
|
-
var
|
|
567
|
-
var
|
|
746
|
+
var User = (props, ref) => {
|
|
747
|
+
var _a, _b;
|
|
748
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
749
|
+
};
|
|
750
|
+
var ForwardRef61 = forwardRef(User);
|
|
568
751
|
ForwardRef61.category = "core";
|
|
569
|
-
var
|
|
570
|
-
var
|
|
571
|
-
|
|
752
|
+
var Visibility = (props, ref) => {
|
|
753
|
+
var _a, _b;
|
|
754
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
755
|
+
};
|
|
756
|
+
var ForwardRef62 = forwardRef(Visibility);
|
|
572
757
|
ForwardRef62.category = "core";
|
|
573
|
-
var
|
|
574
|
-
var
|
|
575
|
-
var
|
|
758
|
+
var Visibility_default = ForwardRef62;
|
|
759
|
+
var VisibilityOff = (props, ref) => {
|
|
760
|
+
var _a, _b;
|
|
761
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
762
|
+
};
|
|
763
|
+
var ForwardRef63 = forwardRef(VisibilityOff);
|
|
576
764
|
ForwardRef63.category = "core";
|
|
577
|
-
var
|
|
578
|
-
var
|
|
765
|
+
var VisibilityOff_default = ForwardRef63;
|
|
766
|
+
var VolumeOff = (props, ref) => {
|
|
767
|
+
var _a, _b;
|
|
768
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
769
|
+
};
|
|
770
|
+
var ForwardRef64 = forwardRef(VolumeOff);
|
|
579
771
|
ForwardRef64.category = "core";
|
|
772
|
+
var VolumeUp = (props, ref) => {
|
|
773
|
+
var _a, _b;
|
|
774
|
+
return /* @__PURE__ */ jsx(Svg, __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__ */ jsx(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" }) }));
|
|
775
|
+
};
|
|
776
|
+
var ForwardRef65 = forwardRef(VolumeUp);
|
|
777
|
+
ForwardRef65.category = "core";
|
|
580
778
|
var SIZE_MAP = {
|
|
581
779
|
sm: "small",
|
|
582
780
|
md: "medium",
|
|
@@ -1960,8 +2158,8 @@ var SvgBCorp = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
1960
2158
|
]
|
|
1961
2159
|
})
|
|
1962
2160
|
);
|
|
1963
|
-
var
|
|
1964
|
-
var BCorp_default =
|
|
2161
|
+
var ForwardRef66 = forwardRef(SvgBCorp);
|
|
2162
|
+
var BCorp_default = ForwardRef66;
|
|
1965
2163
|
var SvgButternutFavicon = (props, ref) => /* @__PURE__ */ jsxs(
|
|
1966
2164
|
"svg",
|
|
1967
2165
|
__spreadProps(__spreadValues({
|
|
@@ -1995,8 +2193,8 @@ var SvgButternutFavicon = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
1995
2193
|
]
|
|
1996
2194
|
})
|
|
1997
2195
|
);
|
|
1998
|
-
var
|
|
1999
|
-
var ButternutFavicon_default =
|
|
2196
|
+
var ForwardRef67 = forwardRef(SvgButternutFavicon);
|
|
2197
|
+
var ButternutFavicon_default = ForwardRef67;
|
|
2000
2198
|
var SvgButternutPrimary = (props, ref) => /* @__PURE__ */ jsxs(
|
|
2001
2199
|
"svg",
|
|
2002
2200
|
__spreadProps(__spreadValues({
|
|
@@ -2323,8 +2521,8 @@ var SvgButternutPrimary = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
2323
2521
|
]
|
|
2324
2522
|
})
|
|
2325
2523
|
);
|
|
2326
|
-
var
|
|
2327
|
-
var ButternutPrimary_default =
|
|
2524
|
+
var ForwardRef68 = forwardRef(SvgButternutPrimary);
|
|
2525
|
+
var ButternutPrimary_default = ForwardRef68;
|
|
2328
2526
|
var SvgButternutTabbedBottom = (props, ref) => /* @__PURE__ */ jsxs(
|
|
2329
2527
|
"svg",
|
|
2330
2528
|
__spreadProps(__spreadValues({
|
|
@@ -2651,8 +2849,8 @@ var SvgButternutTabbedBottom = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
2651
2849
|
]
|
|
2652
2850
|
})
|
|
2653
2851
|
);
|
|
2654
|
-
var
|
|
2655
|
-
var ButternutTabbedBottom_default =
|
|
2852
|
+
var ForwardRef69 = forwardRef(SvgButternutTabbedBottom);
|
|
2853
|
+
var ButternutTabbedBottom_default = ForwardRef69;
|
|
2656
2854
|
var SvgButternutTabbedTop = (props, ref) => /* @__PURE__ */ jsxs(
|
|
2657
2855
|
"svg",
|
|
2658
2856
|
__spreadProps(__spreadValues({
|
|
@@ -2979,8 +3177,8 @@ var SvgButternutTabbedTop = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
2979
3177
|
]
|
|
2980
3178
|
})
|
|
2981
3179
|
);
|
|
2982
|
-
var
|
|
2983
|
-
var ButternutTabbedTop_default =
|
|
3180
|
+
var ForwardRef70 = forwardRef(SvgButternutTabbedTop);
|
|
3181
|
+
var ButternutTabbedTop_default = ForwardRef70;
|
|
2984
3182
|
var SvgButternutWordmark = (props, ref) => /* @__PURE__ */ jsxs(
|
|
2985
3183
|
"svg",
|
|
2986
3184
|
__spreadProps(__spreadValues({
|
|
@@ -3284,8 +3482,8 @@ var SvgButternutWordmark = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
3284
3482
|
]
|
|
3285
3483
|
})
|
|
3286
3484
|
);
|
|
3287
|
-
var
|
|
3288
|
-
var ButternutWordmark_default =
|
|
3485
|
+
var ForwardRef71 = forwardRef(SvgButternutWordmark);
|
|
3486
|
+
var ButternutWordmark_default = ForwardRef71;
|
|
3289
3487
|
var SvgPsiBufetFavicon = (props, ref) => /* @__PURE__ */ jsxs(
|
|
3290
3488
|
"svg",
|
|
3291
3489
|
__spreadProps(__spreadValues({
|
|
@@ -3330,8 +3528,8 @@ var SvgPsiBufetFavicon = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
3330
3528
|
]
|
|
3331
3529
|
})
|
|
3332
3530
|
);
|
|
3333
|
-
var
|
|
3334
|
-
var PsiBufetFavicon_default =
|
|
3531
|
+
var ForwardRef72 = forwardRef(SvgPsiBufetFavicon);
|
|
3532
|
+
var PsiBufetFavicon_default = ForwardRef72;
|
|
3335
3533
|
var SvgPsiBufetPrimary = (props, ref) => /* @__PURE__ */ jsxs(
|
|
3336
3534
|
"svg",
|
|
3337
3535
|
__spreadProps(__spreadValues({
|
|
@@ -3570,8 +3768,8 @@ var SvgPsiBufetPrimary = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
3570
3768
|
]
|
|
3571
3769
|
})
|
|
3572
3770
|
);
|
|
3573
|
-
var
|
|
3574
|
-
var PsiBufetPrimary_default =
|
|
3771
|
+
var ForwardRef73 = forwardRef(SvgPsiBufetPrimary);
|
|
3772
|
+
var PsiBufetPrimary_default = ForwardRef73;
|
|
3575
3773
|
var SvgPsiBufetTabbedBottom = (props, ref) => /* @__PURE__ */ jsxs(
|
|
3576
3774
|
"svg",
|
|
3577
3775
|
__spreadProps(__spreadValues({
|
|
@@ -3810,8 +4008,8 @@ var SvgPsiBufetTabbedBottom = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
3810
4008
|
]
|
|
3811
4009
|
})
|
|
3812
4010
|
);
|
|
3813
|
-
var
|
|
3814
|
-
var PsiBufetTabbedBottom_default =
|
|
4011
|
+
var ForwardRef74 = forwardRef(SvgPsiBufetTabbedBottom);
|
|
4012
|
+
var PsiBufetTabbedBottom_default = ForwardRef74;
|
|
3815
4013
|
var SvgPsiBufetTabbedTop = (props, ref) => /* @__PURE__ */ jsxs(
|
|
3816
4014
|
"svg",
|
|
3817
4015
|
__spreadProps(__spreadValues({
|
|
@@ -4050,8 +4248,8 @@ var SvgPsiBufetTabbedTop = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
4050
4248
|
]
|
|
4051
4249
|
})
|
|
4052
4250
|
);
|
|
4053
|
-
var
|
|
4054
|
-
var PsiBufetTabbedTop_default =
|
|
4251
|
+
var ForwardRef75 = forwardRef(SvgPsiBufetTabbedTop);
|
|
4252
|
+
var PsiBufetTabbedTop_default = ForwardRef75;
|
|
4055
4253
|
var SvgPsiBufetWordmark = (props, ref) => /* @__PURE__ */ jsxs(
|
|
4056
4254
|
"svg",
|
|
4057
4255
|
__spreadProps(__spreadValues({
|
|
@@ -4261,8 +4459,8 @@ var SvgPsiBufetWordmark = (props, ref) => /* @__PURE__ */ jsxs(
|
|
|
4261
4459
|
]
|
|
4262
4460
|
})
|
|
4263
4461
|
);
|
|
4264
|
-
var
|
|
4265
|
-
var PsiBufetWordmark_default =
|
|
4462
|
+
var ForwardRef76 = forwardRef(SvgPsiBufetWordmark);
|
|
4463
|
+
var PsiBufetWordmark_default = ForwardRef76;
|
|
4266
4464
|
|
|
4267
4465
|
// src/components/atoms/Logo/Logo.registry.ts
|
|
4268
4466
|
var LOGOS = {
|