@rubenpazch/icons 3.0.1 → 3.0.2
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/dist/ArchiveIcon.d.ts +8 -0
- package/dist/ArchiveIcon.d.ts.map +1 -0
- package/dist/BusinessPlanIcon.d.ts +8 -0
- package/dist/BusinessPlanIcon.d.ts.map +1 -0
- package/dist/CheckOutIcon.d.ts +9 -0
- package/dist/CheckOutIcon.d.ts.map +1 -0
- package/dist/ChecksIcon.d.ts +8 -0
- package/dist/ChecksIcon.d.ts.map +1 -0
- package/dist/CoinsHandIcon.d.ts +9 -0
- package/dist/CoinsHandIcon.d.ts.map +1 -0
- package/dist/ExclamationTriangleIcon.d.ts +9 -0
- package/dist/ExclamationTriangleIcon.d.ts.map +1 -0
- package/dist/EyeCheckIcon.d.ts +9 -0
- package/dist/EyeCheckIcon.d.ts.map +1 -0
- package/dist/GalleryPhotoIcon.d.ts +8 -0
- package/dist/GalleryPhotoIcon.d.ts.map +1 -0
- package/dist/GlassesIcon.d.ts +9 -0
- package/dist/GlassesIcon.d.ts.map +1 -0
- package/dist/PresentationChartIcon.d.ts +9 -0
- package/dist/PresentationChartIcon.d.ts.map +1 -0
- package/dist/RobotIcon.d.ts +8 -0
- package/dist/RobotIcon.d.ts.map +1 -0
- package/dist/RobotOffIcon.d.ts +8 -0
- package/dist/RobotOffIcon.d.ts.map +1 -0
- package/dist/TargetIcon.d.ts +17 -0
- package/dist/TargetIcon.d.ts.map +1 -0
- package/dist/UploadIcon.d.ts +4 -32
- package/dist/UploadIcon.d.ts.map +1 -1
- package/dist/UserPlusIcon.d.ts +8 -0
- package/dist/UserPlusIcon.d.ts.map +1 -0
- package/dist/WalletOpenIcon.d.ts +9 -0
- package/dist/WalletOpenIcon.d.ts.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +82 -76
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface ArchiveIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const ArchiveIcon: React.FC<ArchiveIconProps>;
|
|
8
|
+
//# sourceMappingURL=ArchiveIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchiveIcon.d.ts","sourceRoot":"","sources":["../src/ArchiveIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACrE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2BlD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface BusinessPlanIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const BusinessPlanIcon: React.FC<BusinessPlanIconProps>;
|
|
8
|
+
//# sourceMappingURL=BusinessPlanIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BusinessPlanIcon.d.ts","sourceRoot":"","sources":["../src/BusinessPlanIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,qBAAsB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC1E,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA8B5D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface CheckOutIconProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
size?: "sm" | "md" | "lg";
|
|
5
|
+
color?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const CheckOutIcon: React.FC<CheckOutIconProps>;
|
|
8
|
+
export default CheckOutIcon;
|
|
9
|
+
//# sourceMappingURL=CheckOutIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckOutIcon.d.ts","sourceRoot":"","sources":["../src/CheckOutIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,iBAAiB;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAyB7C,CAAC;AAGF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface ChecksIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const ChecksIcon: React.FC<ChecksIconProps>;
|
|
8
|
+
//# sourceMappingURL=ChecksIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChecksIcon.d.ts","sourceRoot":"","sources":["../src/ChecksIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACpE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0BhD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface CoinsHandIconProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
size?: "sm" | "md" | "lg";
|
|
5
|
+
color?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const CoinsHandIcon: React.FC<CoinsHandIconProps>;
|
|
8
|
+
export default CoinsHandIcon;
|
|
9
|
+
//# sourceMappingURL=CoinsHandIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CoinsHandIcon.d.ts","sourceRoot":"","sources":["../src/CoinsHandIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyB/C,CAAC;AAGF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface ExclamationTriangleIconProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
size?: "sm" | "md" | "lg";
|
|
5
|
+
color?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const ExclamationTriangleIcon: React.FC<ExclamationTriangleIconProps>;
|
|
8
|
+
export default ExclamationTriangleIcon;
|
|
9
|
+
//# sourceMappingURL=ExclamationTriangleIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExclamationTriangleIcon.d.ts","sourceRoot":"","sources":["../src/ExclamationTriangleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,4BAA4B;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAyBnE,CAAC;AAGF,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface EyeCheckIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const EyeCheckIcon: React.FC<EyeCheckIconProps>;
|
|
8
|
+
export default EyeCheckIcon;
|
|
9
|
+
//# sourceMappingURL=EyeCheckIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EyeCheckIcon.d.ts","sourceRoot":"","sources":["../src/EyeCheckIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACtE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2B7C,CAAC;AAGF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface GalleryPhotoIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const GalleryPhotoIcon: React.FC<GalleryPhotoIconProps>;
|
|
8
|
+
//# sourceMappingURL=GalleryPhotoIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GalleryPhotoIcon.d.ts","sourceRoot":"","sources":["../src/GalleryPhotoIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,qBAAsB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC1E,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA6B5D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlassesIcon.d.ts","sourceRoot":"","sources":["../src/GlassesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,gBAAgB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAyB3C,CAAC;AAGF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface PresentationChartIconProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
size?: "sm" | "md" | "lg";
|
|
5
|
+
color?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const PresentationChartIcon: React.FC<PresentationChartIconProps>;
|
|
8
|
+
export default PresentationChartIcon;
|
|
9
|
+
//# sourceMappingURL=PresentationChartIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PresentationChartIcon.d.ts","sourceRoot":"","sources":["../src/PresentationChartIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,0BAA0B;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAyB/D,CAAC;AAGF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface RobotIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const RobotIcon: React.FC<RobotIconProps>;
|
|
8
|
+
//# sourceMappingURL=RobotIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RobotIcon.d.ts","sourceRoot":"","sources":["../src/RobotIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACnE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAiC9C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface RobotOffIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const RobotOffIcon: React.FC<RobotOffIconProps>;
|
|
8
|
+
//# sourceMappingURL=RobotOffIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RobotOffIcon.d.ts","sourceRoot":"","sources":["../src/RobotOffIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACtE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgCpD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
interface TargetIconProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* TargetIcon Component
|
|
8
|
+
*
|
|
9
|
+
* A target/crosshair icon for selection, focus, or goal indication.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* <TargetIcon size="md" />
|
|
13
|
+
* <TargetIcon className="w-6 h-6 text-blue-600" />
|
|
14
|
+
*/
|
|
15
|
+
declare const TargetIcon: React.FC<TargetIconProps>;
|
|
16
|
+
export default TargetIcon;
|
|
17
|
+
//# sourceMappingURL=TargetIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TargetIcon.d.ts","sourceRoot":"","sources":["../src/TargetIcon.tsx"],"names":[],"mappings":"AAAA,UAAU,eAAe;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;;GAQG;AACH,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAyBzC,CAAC;AAGF,eAAe,UAAU,CAAC"}
|
package/dist/UploadIcon.d.ts
CHANGED
|
@@ -1,37 +1,9 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
interface UploadIconProps {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* @default 'h-12 w-12'
|
|
6
|
-
*/
|
|
7
|
-
size?: string;
|
|
8
|
-
/**
|
|
9
|
-
* Additional CSS classes to apply
|
|
10
|
-
*/
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface UploadIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
11
5
|
className?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Accessible label for screen readers
|
|
14
|
-
*/
|
|
15
|
-
ariaLabel?: string;
|
|
16
6
|
}
|
|
17
|
-
/**
|
|
18
|
-
* UploadIcon Component
|
|
19
|
-
*
|
|
20
|
-
* A reusable upload/image icon component typically used for file upload interfaces.
|
|
21
|
-
* Shows an image frame with an upload indicator.
|
|
22
|
-
*
|
|
23
|
-
* @example
|
|
24
|
-
* // Default usage
|
|
25
|
-
* <UploadIcon />
|
|
26
|
-
*
|
|
27
|
-
* @example
|
|
28
|
-
* // With custom size
|
|
29
|
-
* <UploadIcon size="h-16 w-16" />
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* // With custom styling
|
|
33
|
-
* <UploadIcon className="text-blue-500" />
|
|
34
|
-
*/
|
|
35
7
|
declare const UploadIcon: React.FC<UploadIconProps>;
|
|
36
8
|
export default UploadIcon;
|
|
37
9
|
//# sourceMappingURL=UploadIcon.d.ts.map
|
package/dist/UploadIcon.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UploadIcon.d.ts","sourceRoot":"","sources":["../src/UploadIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"UploadIcon.d.ts","sourceRoot":"","sources":["../src/UploadIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACpE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAwBzC,CAAC;AAGF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface UserPlusIconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: "sm" | "md" | "lg";
|
|
4
|
+
color?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const UserPlusIcon: React.FC<UserPlusIconProps>;
|
|
8
|
+
//# sourceMappingURL=UserPlusIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserPlusIcon.d.ts","sourceRoot":"","sources":["../src/UserPlusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACtE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4BpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletOpenIcon.d.ts","sourceRoot":"","sources":["../src/WalletOpenIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,eAAe;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAyBzC,CAAC;AAGF,eAAe,UAAU,CAAC"}
|
package/dist/index.cjs.js
CHANGED
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the MIT license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/function a(){return t||(t=1,"production"!==process.env.NODE_ENV&&function(){function e(r){if(null==r)return null;if("function"==typeof r)return r.$$typeof===$?null:r.displayName||r.name||null;if("string"==typeof r)return r;switch(r){case u:return"Fragment";case v:return"Profiler";case p:return"StrictMode";case k:return"Suspense";case y:return"SuspenseList";case N:return"Activity"}if("object"==typeof r)switch("number"==typeof r.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),r.$$typeof){case x:return"Portal";case g:return r.displayName||"Context";case f:return(r._context.displayName||"Context")+".Consumer";case j:var o=r.render;return(r=r.displayName)||(r=""!==(r=o.displayName||o.name||"")?"ForwardRef("+r+")":"ForwardRef"),r;case L:return null!==(o=r.displayName||null)?o:e(r.type)||"Memo";case C:o=r._payload,r=r._init;try{return e(r(o))}catch(e){}}return null}function o(e){return""+e}function s(e){try{o(e);var r=!1}catch(e){r=!0}if(r){var s=(r=console).error,t="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return s.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",t),o(e)}}function t(r){if(r===u)return"<>";if("object"==typeof r&&null!==r&&r.$$typeof===C)return"<...>";try{var o=e(r);return o?"<"+o+">":"<...>"}catch(e){return"<...>"}}function n(){return Error("react-stack-top-frame")}function a(){var r=e(this.type);return B[r]||(B[r]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(r=this.props.ref)?r:null}function i(r,o,t,n,l,i){var h,m=o.children;if(void 0!==m)if(n)if(M(m)){for(n=0;n<m.length;n++)c(m[n]);Object.freeze&&Object.freeze(m)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else c(m);if(z.call(o,"key")){m=e(r);var x=Object.keys(o).filter(function(e){return"key"!==e});n=0<x.length?"{key: someKey, "+x.join(": ..., ")+": ...}":"{key: someKey}",S[m+n]||(x=0<x.length?"{"+x.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',n,m,x,m),S[m+n]=!0)}if(m=null,void 0!==t&&(s(t),m=""+t),function(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return void 0!==e.key}(o)&&(s(o.key),m=""+o.key),"key"in o)for(var u in t={},o)"key"!==u&&(t[u]=o[u]);else t=o;return m&&function(e,r){function o(){d||(d=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}o.isReactWarning=!0,Object.defineProperty(e,"key",{get:o,configurable:!0})}(t,"function"==typeof r?r.displayName||r.name||"Unknown":r),function(e,r,o,s,t,n){var l=o.ref;return e={$$typeof:w,type:e,key:r,props:o,_owner:s},null!==(void 0!==l?l:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:a}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:t}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:n}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(r,m,t,null===(h=b.A)?null:h.getOwner(),l,i)}function c(e){h(e)?e._store&&(e._store.validated=1):"object"==typeof e&&null!==e&&e.$$typeof===C&&("fulfilled"===e._payload.status?h(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function h(e){return"object"==typeof e&&null!==e&&e.$$typeof===w}var d,m=r,w=Symbol.for("react.transitional.element"),x=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),f=Symbol.for("react.consumer"),g=Symbol.for("react.context"),j=Symbol.for("react.forward_ref"),k=Symbol.for("react.suspense"),y=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),b=m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,M=Array.isArray,I=console.createTask?console.createTask:function(){return null},B={},W=(m={react_stack_bottom_frame:function(e){return e()}}).react_stack_bottom_frame.bind(m,n)(),H=I(t(n)),S={};l.Fragment=u,l.jsx=function(e,r,o){var s=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,o,!1,s?Error("react-stack-top-frame"):W,s?I(t(e)):H)},l.jsxs=function(e,r,o){var s=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,o,!0,s?Error("react-stack-top-frame"):W,s?I(t(e)):H)}}()),l}var i=(n||(n=1,"production"===process.env.NODE_ENV?o.exports=function(){if(e)return s;e=1;var r=Symbol.for("react.transitional.element"),o=Symbol.for("react.fragment");function t(e,o,s){var t=null;if(void 0!==s&&(t=""+s),void 0!==o.key&&(t=""+o.key),"key"in o)for(var n in s={},o)"key"!==n&&(s[n]=o[n]);else s=o;return o=s.ref,{$$typeof:r,type:e,key:t,ref:void 0!==o?o:null,props:s}}return s.Fragment=o,s.jsx=t,s.jsxs=t,s}():o.exports=a()),o.exports);const c={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},h={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};const d={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},m={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},w={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};const x={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},u={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};exports.ArrowDetailsIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"View Details",children:i.jsx("path",{d:"M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"})})},exports.BrandingIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:o,"aria-label":"Branding",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 00-5.78 1.128 2.25 2.25 0 01-2.4 2.245 4.5 4.5 0 008.4-2.245c0-.399-.078-.78-.22-1.128zm0 0a15.998 15.998 0 003.388-1.62m-5.043-.025a15.994 15.994 0 011.622-3.395m3.42 3.42a15.995 15.995 0 004.764-4.648l3.876-5.814a1.151 1.151 0 00-1.597-1.597L14.146 6.32a15.996 15.996 0 00-4.649 4.763m3.42 3.42a6.776 6.776 0 00-3.42-3.42"})})},exports.CalendarIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:o,"aria-label":"Calendar",children:i.jsx("path",{fillRule:"evenodd",d:"M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z",clipRule:"evenodd"})})},exports.CheckIcon=function({className:e="",size:r="md"}){const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:o,"aria-label":"Check",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})})},exports.CheckmarkIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`.trim();return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:3,stroke:"currentColor",className:o,children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})})},exports.ChevronIcon=({className:e="",size:r="md",color:o="currentColor",direction:s="down"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${{up:"rotate-180",down:"",left:"rotate-90",right:"-rotate-90"}[s]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 9l6 6 6-6"})}),exports.CityIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${c[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"})}),exports.ClockIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${h[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})}),exports.CloseIcon=function({className:e="",size:r="md",color:o="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 18L18 6M6 6l12 12"})})},exports.DocumentIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Document",children:i.jsx("path",{d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})})},exports.DownloadIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"})}),exports.DragHandleIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:o,"aria-hidden":"true",children:i.jsx("path",{d:"M10 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm8-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"})})},exports.EditIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Edit",children:i.jsx("path",{d:"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"})})},exports.EmailIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${d[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"})}),exports.ErrorIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:o,viewBox:"0 0 20 20",fill:"currentColor","aria-label":"Error",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})})},exports.EyeIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),i.jsx("circle",{cx:"12",cy:"12",r:"3"})]}),exports.FilterIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-hidden":"true",children:i.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"})})},exports.HomeIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M3 12l2-4m0 0l7-4 7 4M5 8v10a1 1 0 001 1h12a1 1 0 001-1V8m-9 4v4m4-4v4"})}),exports.InfoIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Info",children:i.jsx("path",{d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})},exports.LinkIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:o,viewBox:"0 0 20 20","aria-label":"Link",children:i.jsx("path",{fillRule:"evenodd",d:"M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z",clipRule:"evenodd"})}),exports.LocationIcon=({size:e="md",className:r=""})=>i.jsxs("svg",{className:`${m[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}),exports.ManualIdentifierIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:o,fill:"currentColor",viewBox:"0 0 21 21",xmlns:"http://www.w3.org/2000/svg","aria-label":"Manual Identifier",children:i.jsx("path",{d:"M327.2,654 L325.1,654 L325.1,646 L327.2,646 L327.2,644 L323,644 L323,656 L327.2,656 L327.2,654 Z M333.5,644 L333.5,646 L341.9,646 L341.9,654 L333.5,654 L333.5,656 L344,656 L344,644 L333.5,644 Z M331.4,658 L333.5,658 L333.5,660 L327.2,660 L327.2,658 L329.3,658 L329.3,642 L327.2,642 L327.2,640 L333.5,640 L333.5,642 L331.4,642 L331.4,658 Z",transform:"translate(-323, -640)"})})},exports.MapIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${w[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"})}),exports.MinusIcon=function({className:e="",size:r="md",color:o="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M5 12h14"})})},exports.MoreIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${x[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"})}),exports.NotificationIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:o,"aria-label":"Notifications",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"})})},exports.PatientIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),exports.PatientsIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"9",cy:"7",r:"4"}),i.jsx("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),i.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),exports.PhoneIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${u[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}),exports.PlusIcon=function({className:e="",size:r="md"}){const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Plus",children:i.jsx("path",{d:"M12 4v16m8-8H4"})})},exports.PrescriptionIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M9 12h6m-6 4h6m2-13H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"}),i.jsx("path",{d:"M9 3v2m6-2v2"})]}),exports.PrintIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Print",children:[i.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),i.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),i.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]})},exports.RefreshIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Refresh",children:i.jsx("path",{d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})})},exports.SearchIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Search",children:i.jsx("path",{d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})})},exports.SettingsIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:o,viewBox:"0 0 24 24",children:i.jsxs("g",{children:[i.jsx("circle",{cx:"12",cy:"12",r:"3",fill:o}),i.jsx("circle",{cx:"12",cy:"12",r:"7",fill:"none",stroke:o,strokeWidth:"1.5"}),i.jsx("rect",{x:"11",y:"2",width:"2",height:"2.5",fill:o}),i.jsx("rect",{x:"15.2",y:"3.5",width:"2.2",height:"2",fill:o,transform:"rotate(30 16.3 4.5)"}),i.jsx("rect",{x:"18.5",y:"7.2",width:"2",height:"2.2",fill:o,transform:"rotate(60 19.5 8.3)"}),i.jsx("rect",{x:"20.5",y:"11",width:"2.5",height:"2",fill:o}),i.jsx("rect",{x:"18.5",y:"14.8",width:"2",height:"2.2",fill:o,transform:"rotate(120 19.5 15.9)"}),i.jsx("rect",{x:"15.2",y:"18.5",width:"2.2",height:"2",fill:o,transform:"rotate(150 16.3 19.5)"}),i.jsx("rect",{x:"11",y:"20.5",width:"2",height:"2.5",fill:o}),i.jsx("rect",{x:"6.6",y:"18.5",width:"2.2",height:"2",fill:o,transform:"rotate(210 7.7 19.5)"}),i.jsx("rect",{x:"3.5",y:"14.8",width:"2",height:"2.2",fill:o,transform:"rotate(240 4.5 15.9)"}),i.jsx("rect",{x:"1",y:"11",width:"2.5",height:"2",fill:o}),i.jsx("rect",{x:"3.5",y:"7.2",width:"2",height:"2.2",fill:o,transform:"rotate(300 4.5 8.3)"}),i.jsx("rect",{x:"6.6",y:"3.5",width:"2.2",height:"2",fill:o,transform:"rotate(330 7.7 4.5)"})]})}),exports.SortIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-hidden":"true",children:[i.jsx("path",{d:"M3 6h18"}),i.jsx("path",{d:"M7 12h10"}),i.jsx("path",{d:"M10 18h4"})]})},exports.SpinnerIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} animate-spin ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",children:[i.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),i.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),exports.SystemIdentifierIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:o,"aria-label":"System Identifier",children:[i.jsx("rect",{x:"3",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"3",y:"16",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"16",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),i.jsx("rect",{x:"6",y:"10",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12.5 2H13.5C13.7761 2 14 2.22386 14 2.5V5.5C14 5.77614 13.7761 6 13.5 6H12.5C12.2239 6 12 6.22386 12 6.5V7.5C12 7.77614 11.7761 8 11.5 8H10.5C10.2239 8 10 7.77614 10 7.5V4.5C10 4.22386 10.2239 4 10.5 4H11.5C11.7761 4 12 3.77614 12 3.5V2.5C12 2.22386 12.2239 2 12.5 2Z",fill:"currentColor"}),i.jsx("rect",{x:"8",y:"12",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"18",y:"10",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"12",y:"18",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"10",y:"16",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12 11.5V10.5C12 10.2239 12.2239 10 12.5 10H15.5C15.7761 10 16 10.2239 16 10.5V14H17.5C17.7761 14 18 14.2239 18 14.5V15.5C18 15.7761 17.7761 16 17.5 16H16H14.5C14.2239 16 14 15.7761 14 15.5V12.5C14 12.2239 13.7761 12 13.5 12H12.5C12.2239 12 12 11.7761 12 11.5Z",fill:"currentColor"}),i.jsx("path",{d:"M16.5 20L17.5 20C17.7761 20 18 19.7761 18 19.5L18 18.5C18 18.2239 18.2239 18 18.5 18L19.5 18C19.7761 18 20 17.7761 20 17.5L20 14.5C20 14.2239 20.2239 14 20.5 14L21.5 14C21.7761 14 22 14.2239 22 14.5L22 16L22 18L22 19.5C22 19.7761 21.7761 20 21.5 20L20.5 20C20.2239 20 20 20.2239 20 20.5L20 21.5C20 21.7761 19.7761 22 19.5 22L16.5 22C16.2239 22 16 21.7761 16 21.5L16 20.5C16 20.2239 16.2239 20 16.5 20Z",fill:"currentColor"}),i.jsx("path",{d:"M2 13.5V10.5C2 10.2239 2.22386 10 2.5 10H3.5C3.77614 10 4 10.2239 4 10.5V11.5C4 11.7761 4.22386 12 4.5 12H5.5C5.77614 12 6 12.2239 6 12.5V13.5C6 13.7761 5.77614 14 5.5 14H2.5C2.22386 14 2 13.7761 2 13.5Z",fill:"currentColor"}),i.jsx("path",{d:"M13.5 22H10.5C10.2239 22 10 21.7761 10 21.5V20.5C10 20.2239 10.2239 20 10.5 20H11.5C11.7761 20 12 19.7761 12 19.5V18.5C12 18.2239 12.2239 18 12.5 18H15.5C15.7761 18 16 18.2239 16 18.5V19.5C16 19.7761 15.7761 20 15.5 20H14.5C14.2239 20 14 20.2239 14 20.5V21.5C14 21.7761 13.7761 22 13.5 22Z",fill:"currentColor"})]})},exports.TrashIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Delete",children:i.jsx("path",{d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})},exports.UploadIcon=({size:e="h-12 w-12",className:r="text-gray-400",ariaLabel:o="Upload"})=>i.jsx("svg",{className:`${e} ${r}`,stroke:"currentColor",fill:"none",viewBox:"0 0 48 48","aria-hidden":"true","aria-label":o,children:i.jsx("path",{d:"M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})}),exports.UserManagementIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:i.jsx("path",{stroke:o,strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"2",d:"M10 19H5a1 1 0 0 1-1-1v-1a3 3 0 0 1 3-3h2m10 1a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m3 3h1m-4 3a3 3 0 0 1-3-3m3 3v1m-3-4a3 3 0 0 1 3-3m-3 3h-1m4-3v-1m-2.121 1.879-.707-.707m5.656 5.656-.707-.707m-4.242 0-.707.707m5.656-5.656-.707.707M12 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"})}),exports.UserSelectIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),exports.UsersIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:o,"aria-label":"Users",children:[i.jsx("circle",{cx:"6",cy:"7",r:"2.5"}),i.jsx("path",{d:"M4 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2H4z"}),i.jsx("circle",{cx:"12",cy:"6",r:"2.5"}),i.jsx("path",{d:"M10 13c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-3c0-1.1-.9-2-2-2h-4z"}),i.jsx("circle",{cx:"18",cy:"7",r:"2.5"}),i.jsx("path",{d:"M16 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2h-4z"})]})},exports.ZoomInIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom In",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),exports.ZoomOutIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom Out",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]});
|
|
10
|
+
*/function a(){return t||(t=1,"production"!==process.env.NODE_ENV&&function(){function e(r){if(null==r)return null;if("function"==typeof r)return r.$$typeof===$?null:r.displayName||r.name||null;if("string"==typeof r)return r;switch(r){case u:return"Fragment";case v:return"Profiler";case p:return"StrictMode";case k:return"Suspense";case y:return"SuspenseList";case N:return"Activity"}if("object"==typeof r)switch("number"==typeof r.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),r.$$typeof){case x:return"Portal";case f:return r.displayName||"Context";case g:return(r._context.displayName||"Context")+".Consumer";case j:var o=r.render;return(r=r.displayName)||(r=""!==(r=o.displayName||o.name||"")?"ForwardRef("+r+")":"ForwardRef"),r;case L:return null!==(o=r.displayName||null)?o:e(r.type)||"Memo";case C:o=r._payload,r=r._init;try{return e(r(o))}catch(e){}}return null}function o(e){return""+e}function s(e){try{o(e);var r=!1}catch(e){r=!0}if(r){var s=(r=console).error,t="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return s.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",t),o(e)}}function t(r){if(r===u)return"<>";if("object"==typeof r&&null!==r&&r.$$typeof===C)return"<...>";try{var o=e(r);return o?"<"+o+">":"<...>"}catch(e){return"<...>"}}function n(){return Error("react-stack-top-frame")}function a(){var r=e(this.type);return B[r]||(B[r]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(r=this.props.ref)?r:null}function i(r,o,t,n,l,i){var h,m=o.children;if(void 0!==m)if(n)if(z(m)){for(n=0;n<m.length;n++)c(m[n]);Object.freeze&&Object.freeze(m)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else c(m);if(M.call(o,"key")){m=e(r);var x=Object.keys(o).filter(function(e){return"key"!==e});n=0<x.length?"{key: someKey, "+x.join(": ..., ")+": ...}":"{key: someKey}",S[m+n]||(x=0<x.length?"{"+x.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',n,m,x,m),S[m+n]=!0)}if(m=null,void 0!==t&&(s(t),m=""+t),function(e){if(M.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return void 0!==e.key}(o)&&(s(o.key),m=""+o.key),"key"in o)for(var u in t={},o)"key"!==u&&(t[u]=o[u]);else t=o;return m&&function(e,r){function o(){d||(d=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}o.isReactWarning=!0,Object.defineProperty(e,"key",{get:o,configurable:!0})}(t,"function"==typeof r?r.displayName||r.name||"Unknown":r),function(e,r,o,s,t,n){var l=o.ref;return e={$$typeof:w,type:e,key:r,props:o,_owner:s},null!==(void 0!==l?l:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:a}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:t}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:n}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(r,m,t,null===(h=b.A)?null:h.getOwner(),l,i)}function c(e){h(e)?e._store&&(e._store.validated=1):"object"==typeof e&&null!==e&&e.$$typeof===C&&("fulfilled"===e._payload.status?h(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function h(e){return"object"==typeof e&&null!==e&&e.$$typeof===w}var d,m=r,w=Symbol.for("react.transitional.element"),x=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),g=Symbol.for("react.consumer"),f=Symbol.for("react.context"),j=Symbol.for("react.forward_ref"),k=Symbol.for("react.suspense"),y=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),b=m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,M=Object.prototype.hasOwnProperty,z=Array.isArray,I=console.createTask?console.createTask:function(){return null},B={},H=(m={react_stack_bottom_frame:function(e){return e()}}).react_stack_bottom_frame.bind(m,n)(),W=I(t(n)),S={};l.Fragment=u,l.jsx=function(e,r,o){var s=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,o,!1,s?Error("react-stack-top-frame"):H,s?I(t(e)):W)},l.jsxs=function(e,r,o){var s=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,o,!0,s?Error("react-stack-top-frame"):H,s?I(t(e)):W)}}()),l}var i=(n||(n=1,"production"===process.env.NODE_ENV?o.exports=function(){if(e)return s;e=1;var r=Symbol.for("react.transitional.element"),o=Symbol.for("react.fragment");function t(e,o,s){var t=null;if(void 0!==s&&(t=""+s),void 0!==o.key&&(t=""+o.key),"key"in o)for(var n in s={},o)"key"!==n&&(s[n]=o[n]);else s=o;return o=s.ref,{$$typeof:r,type:e,key:t,ref:void 0!==o?o:null,props:s}}return s.Fragment=o,s.jsx=t,s.jsxs=t,s}():o.exports=a()),o.exports);const c={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},h={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};const d={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},m={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},w={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};const x={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},u={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};const p={sm:16,md:20,lg:28},v={sm:16,md:20,lg:28},g={sm:16,md:24,lg:32},f=({size:e="md",color:r="currentColor",className:o="",...s})=>{const t="string"==typeof e?g[e]||24:e;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 48 48",fill:"none",stroke:r,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",className:`icon icon-tabler icon-tabler-upload ${o}`.trim(),...s,children:i.jsx("path",{d:"M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02"})})};f.displayName="UploadIcon";const j={sm:16,md:24,lg:32},k=({size:e="md",color:r="currentColor",className:o="",...s})=>{const t="string"==typeof e?j[e]||24:e;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:r,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",className:`icon icon-tabler icons-tabler-outline icon-tabler-robot ${o}`.trim(),...s,children:[i.jsx("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.jsx("path",{d:"M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z"}),i.jsx("path",{d:"M12 2v2"}),i.jsx("path",{d:"M9 12v9"}),i.jsx("path",{d:"M15 12v9"}),i.jsx("path",{d:"M5 16l4 -2"}),i.jsx("path",{d:"M15 14l4 2"}),i.jsx("path",{d:"M9 18h6"}),i.jsx("path",{d:"M10 8v.01"}),i.jsx("path",{d:"M14 8v.01"})]})};k.displayName="RobotIcon";const y=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-label":"Target",children:i.jsx("path",{d:"M16 8V5L19 2L20 4L22 5L19 8H16ZM16 8L12 11.9999M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7"})});y.displayName="TargetIcon",exports.ArrowDetailsIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"View Details",children:i.jsx("path",{d:"M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"})})},exports.ArrowLeftIcon=({size:e="md",...r})=>i.jsx("svg",{width:p[e],height:p[e],viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",...r,children:i.jsx("path",{fillRule:"evenodd",d:"M12.293 15.707a1 1 0 010-1.414L15.586 11H4a1 1 0 110-2h11.586l-3.293-3.293a1 1 0 111.414-1.414l5 5a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),exports.ArrowRightIcon=({size:e="md",...r})=>i.jsx("svg",{width:v[e],height:v[e],viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",...r,children:i.jsx("path",{fillRule:"evenodd",d:"M7.707 4.293a1 1 0 010 1.414L4.414 9H16a1 1 0 110 2H4.414l3.293 3.293a1 1 0 11-1.414 1.414l-5-5a1 1 0 010-1.414l5-5a1 1 0 011.414 0z",clipRule:"evenodd"})}),exports.BrandingIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:o,"aria-label":"Branding",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 00-5.78 1.128 2.25 2.25 0 01-2.4 2.245 4.5 4.5 0 008.4-2.245c0-.399-.078-.78-.22-1.128zm0 0a15.998 15.998 0 003.388-1.62m-5.043-.025a15.994 15.994 0 011.622-3.395m3.42 3.42a15.995 15.995 0 004.764-4.648l3.876-5.814a1.151 1.151 0 00-1.597-1.597L14.146 6.32a15.996 15.996 0 00-4.649 4.763m3.42 3.42a6.776 6.776 0 00-3.42-3.42"})})},exports.CalendarIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:o,"aria-label":"Calendar",children:i.jsx("path",{fillRule:"evenodd",d:"M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z",clipRule:"evenodd"})})},exports.CheckIcon=function({className:e="",size:r="md"}){const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:o,"aria-label":"Check",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})})},exports.CheckmarkIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`.trim();return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:3,stroke:"currentColor",className:o,children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})})},exports.ChevronIcon=({className:e="",size:r="md",color:o="currentColor",direction:s="down"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${{up:"rotate-180",down:"",left:"rotate-90",right:"-rotate-90"}[s]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 9l6 6 6-6"})}),exports.CityIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${c[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"})}),exports.ClockIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${h[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})}),exports.CloseIcon=function({className:e="",size:r="md",color:o="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 18L18 6M6 6l12 12"})})},exports.DocumentIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Document",children:i.jsx("path",{d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})})},exports.DownloadIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"})}),exports.DragHandleIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:o,"aria-hidden":"true",children:i.jsx("path",{d:"M10 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm8-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"})})},exports.EditIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Edit",children:i.jsx("path",{d:"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"})})},exports.EmailIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${d[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"})}),exports.ErrorIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:o,viewBox:"0 0 20 20",fill:"currentColor","aria-label":"Error",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})})},exports.EyeIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),i.jsx("circle",{cx:"12",cy:"12",r:"3"})]}),exports.FilterIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-hidden":"true",children:i.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"})})},exports.HomeIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M3 12l2-4m0 0l7-4 7 4M5 8v10a1 1 0 001 1h12a1 1 0 001-1V8m-9 4v4m4-4v4"})}),exports.InfoIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Info",children:i.jsx("path",{d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})},exports.LinkIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:o,viewBox:"0 0 20 20","aria-label":"Link",children:i.jsx("path",{fillRule:"evenodd",d:"M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z",clipRule:"evenodd"})}),exports.LocationIcon=({size:e="md",className:r=""})=>i.jsxs("svg",{className:`${m[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}),exports.ManualIdentifierIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:o,fill:"currentColor",viewBox:"0 0 21 21",xmlns:"http://www.w3.org/2000/svg","aria-label":"Manual Identifier",children:i.jsx("path",{d:"M327.2,654 L325.1,654 L325.1,646 L327.2,646 L327.2,644 L323,644 L323,656 L327.2,656 L327.2,654 Z M333.5,644 L333.5,646 L341.9,646 L341.9,654 L333.5,654 L333.5,656 L344,656 L344,644 L333.5,644 Z M331.4,658 L333.5,658 L333.5,660 L327.2,660 L327.2,658 L329.3,658 L329.3,642 L327.2,642 L327.2,640 L333.5,640 L333.5,642 L331.4,642 L331.4,658 Z",transform:"translate(-323, -640)"})})},exports.MapIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${w[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"})}),exports.MinusIcon=function({className:e="",size:r="md",color:o="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M5 12h14"})})},exports.MoreIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${x[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"})}),exports.NotificationIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:o,"aria-label":"Notifications",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"})})},exports.PatientIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),exports.PatientsIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"9",cy:"7",r:"4"}),i.jsx("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),i.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),exports.PhoneIcon=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${u[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}),exports.PlusIcon=function({className:e="",size:r="md"}){const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Plus",children:i.jsx("path",{d:"M12 4v16m8-8H4"})})},exports.PrescriptionIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M9 12h6m-6 4h6m2-13H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"}),i.jsx("path",{d:"M9 3v2m6-2v2"})]}),exports.PrintIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Print",children:[i.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),i.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),i.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]})},exports.RefreshIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Refresh",children:i.jsx("path",{d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})})},exports.RobotIcon=k,exports.SearchIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Search",children:i.jsx("path",{d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})})},exports.SettingsIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:o,viewBox:"0 0 24 24",children:i.jsxs("g",{children:[i.jsx("circle",{cx:"12",cy:"12",r:"3",fill:o}),i.jsx("circle",{cx:"12",cy:"12",r:"7",fill:"none",stroke:o,strokeWidth:"1.5"}),i.jsx("rect",{x:"11",y:"2",width:"2",height:"2.5",fill:o}),i.jsx("rect",{x:"15.2",y:"3.5",width:"2.2",height:"2",fill:o,transform:"rotate(30 16.3 4.5)"}),i.jsx("rect",{x:"18.5",y:"7.2",width:"2",height:"2.2",fill:o,transform:"rotate(60 19.5 8.3)"}),i.jsx("rect",{x:"20.5",y:"11",width:"2.5",height:"2",fill:o}),i.jsx("rect",{x:"18.5",y:"14.8",width:"2",height:"2.2",fill:o,transform:"rotate(120 19.5 15.9)"}),i.jsx("rect",{x:"15.2",y:"18.5",width:"2.2",height:"2",fill:o,transform:"rotate(150 16.3 19.5)"}),i.jsx("rect",{x:"11",y:"20.5",width:"2",height:"2.5",fill:o}),i.jsx("rect",{x:"6.6",y:"18.5",width:"2.2",height:"2",fill:o,transform:"rotate(210 7.7 19.5)"}),i.jsx("rect",{x:"3.5",y:"14.8",width:"2",height:"2.2",fill:o,transform:"rotate(240 4.5 15.9)"}),i.jsx("rect",{x:"1",y:"11",width:"2.5",height:"2",fill:o}),i.jsx("rect",{x:"3.5",y:"7.2",width:"2",height:"2.2",fill:o,transform:"rotate(300 4.5 8.3)"}),i.jsx("rect",{x:"6.6",y:"3.5",width:"2.2",height:"2",fill:o,transform:"rotate(330 7.7 4.5)"})]})}),exports.SortIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-hidden":"true",children:[i.jsx("path",{d:"M3 6h18"}),i.jsx("path",{d:"M7 12h10"}),i.jsx("path",{d:"M10 18h4"})]})},exports.SpinnerIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} animate-spin ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",children:[i.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),i.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),exports.SystemIdentifierIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:o,"aria-label":"System Identifier",children:[i.jsx("rect",{x:"3",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"3",y:"16",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"16",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),i.jsx("rect",{x:"6",y:"10",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12.5 2H13.5C13.7761 2 14 2.22386 14 2.5V5.5C14 5.77614 13.7761 6 13.5 6H12.5C12.2239 6 12 6.22386 12 6.5V7.5C12 7.77614 11.7761 8 11.5 8H10.5C10.2239 8 10 7.77614 10 7.5V4.5C10 4.22386 10.2239 4 10.5 4H11.5C11.7761 4 12 3.77614 12 3.5V2.5C12 2.22386 12.2239 2 12.5 2Z",fill:"currentColor"}),i.jsx("rect",{x:"8",y:"12",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"18",y:"10",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"12",y:"18",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"10",y:"16",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12 11.5V10.5C12 10.2239 12.2239 10 12.5 10H15.5C15.7761 10 16 10.2239 16 10.5V14H17.5C17.7761 14 18 14.2239 18 14.5V15.5C18 15.7761 17.7761 16 17.5 16H16H14.5C14.2239 16 14 15.7761 14 15.5V12.5C14 12.2239 13.7761 12 13.5 12H12.5C12.2239 12 12 11.7761 12 11.5Z",fill:"currentColor"}),i.jsx("path",{d:"M16.5 20L17.5 20C17.7761 20 18 19.7761 18 19.5L18 18.5C18 18.2239 18.2239 18 18.5 18L19.5 18C19.7761 18 20 17.7761 20 17.5L20 14.5C20 14.2239 20.2239 14 20.5 14L21.5 14C21.7761 14 22 14.2239 22 14.5L22 16L22 18L22 19.5C22 19.7761 21.7761 20 21.5 20L20.5 20C20.2239 20 20 20.2239 20 20.5L20 21.5C20 21.7761 19.7761 22 19.5 22L16.5 22C16.2239 22 16 21.7761 16 21.5L16 20.5C16 20.2239 16.2239 20 16.5 20Z",fill:"currentColor"}),i.jsx("path",{d:"M2 13.5V10.5C2 10.2239 2.22386 10 2.5 10H3.5C3.77614 10 4 10.2239 4 10.5V11.5C4 11.7761 4.22386 12 4.5 12H5.5C5.77614 12 6 12.2239 6 12.5V13.5C6 13.7761 5.77614 14 5.5 14H2.5C2.22386 14 2 13.7761 2 13.5Z",fill:"currentColor"}),i.jsx("path",{d:"M13.5 22H10.5C10.2239 22 10 21.7761 10 21.5V20.5C10 20.2239 10.2239 20 10.5 20H11.5C11.7761 20 12 19.7761 12 19.5V18.5C12 18.2239 12.2239 18 12.5 18H15.5C15.7761 18 16 18.2239 16 18.5V19.5C16 19.7761 15.7761 20 15.5 20H14.5C14.2239 20 14 20.2239 14 20.5V21.5C14 21.7761 13.7761 22 13.5 22Z",fill:"currentColor"})]})},exports.TargetIcon=y,exports.TrashIcon=({className:e="",size:r="md",color:o="currentColor"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Delete",children:i.jsx("path",{d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})},exports.UploadIcon=f,exports.UserManagementIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:i.jsx("path",{stroke:o,strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"2",d:"M10 19H5a1 1 0 0 1-1-1v-1a3 3 0 0 1 3-3h2m10 1a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m3 3h1m-4 3a3 3 0 0 1-3-3m3 3v1m-3-4a3 3 0 0 1 3-3m-3 3h-1m4-3v-1m-2.121 1.879-.707-.707m5.656 5.656-.707-.707m-4.242 0-.707.707m5.656-5.656-.707.707M12 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"})}),exports.UserSelectIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),exports.UsersIcon=({className:e="",size:r="md"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:o,"aria-label":"Users",children:[i.jsx("circle",{cx:"6",cy:"7",r:"2.5"}),i.jsx("path",{d:"M4 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2H4z"}),i.jsx("circle",{cx:"12",cy:"6",r:"2.5"}),i.jsx("path",{d:"M10 13c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-3c0-1.1-.9-2-2-2h-4z"}),i.jsx("circle",{cx:"18",cy:"7",r:"2.5"}),i.jsx("path",{d:"M16 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2h-4z"})]})},exports.ZoomInIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom In",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),exports.ZoomOutIcon=({className:e="",size:r="md",color:o="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:o,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom Out",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]});
|
|
11
11
|
//# sourceMappingURL=index.cjs.js.map
|