spotlibs-components 0.1.7 → 0.1.8
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/{chunk-Z22JGYYJ.mjs → chunk-ZA4TTXLC.mjs} +91 -58
- package/dist/chunk-ZA4TTXLC.mjs.map +1 -0
- package/dist/index.d.mts +1248 -786
- package/dist/index.mjs +3813 -3461
- package/dist/index.mjs.map +1 -1
- package/dist/legacy/atoms/icons/index.d.mts +149 -147
- package/dist/legacy/atoms/icons/index.mjs +2 -2
- package/dist/types-dakVJwjl.d.mts +942 -0
- package/dist/types.d.mts +4 -0
- package/dist/types.mjs +4 -0
- package/dist/types.mjs.map +1 -0
- package/package.json +45 -48
- package/dist/chunk-3GDQP6AS.mjs +0 -14
- package/dist/chunk-3GDQP6AS.mjs.map +0 -1
- package/dist/chunk-Z22JGYYJ.mjs.map +0 -1
- package/dist/index.es-TOWUPCBA.mjs +0 -481
- package/dist/index.es-TOWUPCBA.mjs.map +0 -1
- package/dist/lib-EPS6AQZX.mjs +0 -391
- package/dist/lib-EPS6AQZX.mjs.map +0 -1
|
@@ -1,7 +1,39 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
3
|
import 'react';
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
var __defProp = Object.defineProperty;
|
|
6
|
+
var __defProps = Object.defineProperties;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
9
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
11
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
12
|
+
var __spreadValues = (a, b) => {
|
|
13
|
+
for (var prop in b || (b = {}))
|
|
14
|
+
if (__hasOwnProp.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
if (__getOwnPropSymbols)
|
|
17
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
18
|
+
if (__propIsEnum.call(b, prop))
|
|
19
|
+
__defNormalProp(a, prop, b[prop]);
|
|
20
|
+
}
|
|
21
|
+
return a;
|
|
22
|
+
};
|
|
23
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
24
|
+
var __objRest = (source, exclude) => {
|
|
25
|
+
var target = {};
|
|
26
|
+
for (var prop in source)
|
|
27
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
28
|
+
target[prop] = source[prop];
|
|
29
|
+
if (source != null && __getOwnPropSymbols)
|
|
30
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
31
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
32
|
+
target[prop] = source[prop];
|
|
33
|
+
}
|
|
34
|
+
return target;
|
|
35
|
+
};
|
|
36
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
37
|
var ArrowLeft = ({ color }) => {
|
|
6
38
|
return (
|
|
7
39
|
// <svg
|
|
@@ -47,8 +79,8 @@ var FilePdfIcon = ({ color }) => {
|
|
|
47
79
|
var IconAdd = ({ color }) => {
|
|
48
80
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: [
|
|
49
81
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_3991_92058)", children: [
|
|
50
|
-
/* @__PURE__ */ jsx("path", { d: "M5 12H19", stroke: color
|
|
51
|
-
/* @__PURE__ */ jsx("path", { d: "M12 5L12 19", stroke: color
|
|
82
|
+
/* @__PURE__ */ jsx("path", { d: "M5 12H19", stroke: color != null ? color : "#ffffff", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
83
|
+
/* @__PURE__ */ jsx("path", { d: "M12 5L12 19", stroke: color != null ? color : "#ffffff", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
52
84
|
] }),
|
|
53
85
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3991_92058", children: /* @__PURE__ */ jsx("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
54
86
|
] });
|
|
@@ -159,17 +191,17 @@ var BgPerson = () => {
|
|
|
159
191
|
var IconBiometricScan = ({ color }) => {
|
|
160
192
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "64", height: "64", viewBox: "0 0 64 64", fill: "none", children: [
|
|
161
193
|
/* @__PURE__ */ jsx("path", { d: "M8 17V14C8 12.4087 8.63214 10.8826 9.75736 9.75736C10.8826 8.63214 12.4087 8 14 8H20M8 47V50C8 51.5913 8.63214 53.1174 9.75736 54.2426C10.8826 55.3679 12.4087 56 14 56H20M44 8H50C51.5913 8 53.1174 8.63214 54.2426 9.75736C55.3679 10.8826 56 12.4087 56 14V17M44 56H50C51.5913 56 53.1174 55.3679 54.2426 54.2426C55.3679 53.1174 56 51.5913 56 50V47", stroke: "#00529C", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
162
|
-
/* @__PURE__ */ jsx("path", { d: "M28 29.3333H28.0133M36 29.3333H36.0133M28.6667 36C29.1012 36.4435 29.6198 36.7958 30.1922 37.0363C30.7645 37.2768 31.3791 37.4007 32 37.4007C32.6209 37.4007 33.2355 37.2768 33.8078 37.0363C34.3802 36.7958 34.8988 36.4435 35.3333 36M20 32C20 33.5759 20.3104 35.1363 20.9134 36.5922C21.5165 38.0481 22.4004 39.371 23.5147 40.4853C24.629 41.5996 25.9519 42.4835 27.4078 43.0866C28.8637 43.6896 30.4241 44 32 44C33.5759 44 35.1363 43.6896 36.5922 43.0866C38.0481 42.4835 39.371 41.5996 40.4853 40.4853C41.5996 39.371 42.4835 38.0481 43.0866 36.5922C43.6896 35.1363 44 33.5759 44 32C44 30.4241 43.6896 28.8637 43.0866 27.4078C42.4835 25.9519 41.5996 24.629 40.4853 23.5147C39.371 22.4004 38.0481 21.5165 36.5922 20.9134C35.1363 20.3104 33.5759 20 32 20C30.4241 20 28.8637 20.3104 27.4078 20.9134C25.9519 21.5165 24.629 22.4004 23.5147 23.5147C22.4004 24.629 21.5165 25.9519 20.9134 27.4078C20.3104 28.8637 20 30.4241 20 32Z", stroke: color
|
|
194
|
+
/* @__PURE__ */ jsx("path", { d: "M28 29.3333H28.0133M36 29.3333H36.0133M28.6667 36C29.1012 36.4435 29.6198 36.7958 30.1922 37.0363C30.7645 37.2768 31.3791 37.4007 32 37.4007C32.6209 37.4007 33.2355 37.2768 33.8078 37.0363C34.3802 36.7958 34.8988 36.4435 35.3333 36M20 32C20 33.5759 20.3104 35.1363 20.9134 36.5922C21.5165 38.0481 22.4004 39.371 23.5147 40.4853C24.629 41.5996 25.9519 42.4835 27.4078 43.0866C28.8637 43.6896 30.4241 44 32 44C33.5759 44 35.1363 43.6896 36.5922 43.0866C38.0481 42.4835 39.371 41.5996 40.4853 40.4853C41.5996 39.371 42.4835 38.0481 43.0866 36.5922C43.6896 35.1363 44 33.5759 44 32C44 30.4241 43.6896 28.8637 43.0866 27.4078C42.4835 25.9519 41.5996 24.629 40.4853 23.5147C39.371 22.4004 38.0481 21.5165 36.5922 20.9134C35.1363 20.3104 33.5759 20 32 20C30.4241 20 28.8637 20.3104 27.4078 20.9134C25.9519 21.5165 24.629 22.4004 23.5147 23.5147C22.4004 24.629 21.5165 25.9519 20.9134 27.4078C20.3104 28.8637 20 30.4241 20 32Z", stroke: color != null ? color : "none", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
163
195
|
] });
|
|
164
196
|
};
|
|
165
197
|
var IconBrokenImage = ({ color }) => {
|
|
166
198
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: [
|
|
167
199
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_7033_1971)", children: [
|
|
168
|
-
/* @__PURE__ */ jsx("path", { d: "M15 8H15.01", stroke: color
|
|
169
|
-
/* @__PURE__ */ jsx("path", { d: "M7 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V17M20.144 20.099C19.8649 20.3847 19.5314 20.6117 19.1632 20.7664C18.7949 20.9212 18.3994 21.0006 18 21H6C5.20435 21 4.44129 20.6839 3.87868 20.1213C3.31607 19.5587 3 18.7956 3 18V6C3 5.155 3.349 4.392 3.91 3.847", stroke: color
|
|
170
|
-
/* @__PURE__ */ jsx("path", { d: "M3 15.9979L8 10.9979C8.928 10.1049 10.072 10.1049 11 10.9979L16 15.9979", stroke: color
|
|
171
|
-
/* @__PURE__ */ jsx("path", { d: "M16.3281 12.3361C16.9021 12.2821 17.4831 12.5021 17.9981 12.9981L20.9981 15.9981", stroke: color
|
|
172
|
-
/* @__PURE__ */ jsx("path", { d: "M3 3L21 21", stroke: color
|
|
200
|
+
/* @__PURE__ */ jsx("path", { d: "M15 8H15.01", stroke: color != null ? color : "#999999", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
201
|
+
/* @__PURE__ */ jsx("path", { d: "M7 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V17M20.144 20.099C19.8649 20.3847 19.5314 20.6117 19.1632 20.7664C18.7949 20.9212 18.3994 21.0006 18 21H6C5.20435 21 4.44129 20.6839 3.87868 20.1213C3.31607 19.5587 3 18.7956 3 18V6C3 5.155 3.349 4.392 3.91 3.847", stroke: color != null ? color : "#999999", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
202
|
+
/* @__PURE__ */ jsx("path", { d: "M3 15.9979L8 10.9979C8.928 10.1049 10.072 10.1049 11 10.9979L16 15.9979", stroke: color != null ? color : "#999999", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
203
|
+
/* @__PURE__ */ jsx("path", { d: "M16.3281 12.3361C16.9021 12.2821 17.4831 12.5021 17.9981 12.9981L20.9981 15.9981", stroke: color != null ? color : "#999999", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
204
|
+
/* @__PURE__ */ jsx("path", { d: "M3 3L21 21", stroke: color != null ? color : "#999999", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
173
205
|
] }),
|
|
174
206
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_7033_1971", children: /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
175
207
|
] });
|
|
@@ -439,10 +471,10 @@ var ChecklistGreen = () => {
|
|
|
439
471
|
);
|
|
440
472
|
};
|
|
441
473
|
var IconChevronLeft = ({ color }) => {
|
|
442
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M12.5 5L7.5 10L12.5 15", stroke: color
|
|
474
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M12.5 5L7.5 10L12.5 15", stroke: color != null ? color : "white", strokeWidth: "1.67", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
443
475
|
};
|
|
444
476
|
var IconChevronRight = ({ color }) => {
|
|
445
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M7.5 5L12.5 10L7.5 15", stroke: color
|
|
477
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M7.5 5L12.5 10L7.5 15", stroke: color != null ? color : "white", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
446
478
|
};
|
|
447
479
|
var CircleCheck = ({
|
|
448
480
|
color = "#27AE60",
|
|
@@ -495,7 +527,7 @@ var CommentBuble = () => {
|
|
|
495
527
|
] });
|
|
496
528
|
};
|
|
497
529
|
var IconConfeti = ({ color }) => {
|
|
498
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M4 5H6M5 4V6M11.5 4L11 6M18 5H20M19 4V6M15 9L14 10M18 13L20 12.5M18 19H20M19 18V20M14.0018 16.518L7.48376 10L3.09376 19.58C3.00699 19.766 2.97955 19.9742 3.01518 20.1763C3.0508 20.3785 3.14776 20.5647 3.29289 20.7099C3.43802 20.855 3.6243 20.952 3.82643 20.9876C4.02856 21.0232 4.23676 20.9958 4.42276 20.909L14.0018 16.518Z", stroke: color
|
|
530
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M4 5H6M5 4V6M11.5 4L11 6M18 5H20M19 4V6M15 9L14 10M18 13L20 12.5M18 19H20M19 18V20M14.0018 16.518L7.48376 10L3.09376 19.58C3.00699 19.766 2.97955 19.9742 3.01518 20.1763C3.0508 20.3785 3.14776 20.5647 3.29289 20.7099C3.43802 20.855 3.6243 20.952 3.82643 20.9876C4.02856 21.0232 4.23676 20.9958 4.42276 20.909L14.0018 16.518Z", stroke: color != null ? color : "none", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) });
|
|
499
531
|
};
|
|
500
532
|
var CreditRiskRatingIcon = () => {
|
|
501
533
|
return /* @__PURE__ */ jsxs("svg", { width: "80", height: "80", viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
@@ -510,7 +542,7 @@ var CreditRiskRatingIcon = () => {
|
|
|
510
542
|
] });
|
|
511
543
|
};
|
|
512
544
|
var IconCrossLine = ({ color }) => {
|
|
513
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M18 6L6 18M6 6L18 18", stroke: color
|
|
545
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M18 6L6 18M6 6L18 18", stroke: color != null ? color : "#E84040", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
514
546
|
};
|
|
515
547
|
var IconCross = ({ color }) => {
|
|
516
548
|
return /* @__PURE__ */ jsxs(
|
|
@@ -566,10 +598,10 @@ var IconDocumentAddOutline = ({ color }) => {
|
|
|
566
598
|
};
|
|
567
599
|
var IconDocumentAdd = ({ color }) => {
|
|
568
600
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", children: [
|
|
569
|
-
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", fill: color
|
|
570
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.117 2.507L12 2.5H7L6.824 2.505C6.06011 2.54989 5.34224 2.88499 4.81728 3.44174C4.29233 3.99849 3.99996 4.73479 4 5.5V19.5L4.005 19.676C4.04989 20.4399 4.38499 21.1578 4.94174 21.6827C5.49849 22.2077 6.23479 22.5 7 22.5H17L17.176 22.495C17.9399 22.4501 18.6578 22.115 19.1827 21.5583C19.7077 21.0015 20 20.2652 20 19.5V10.5L19.993 10.383C19.9667 10.1598 19.8659 9.95194 19.707 9.79301C19.5481 9.63408 19.3402 9.53332 19.117 9.507L19 9.5H15L14.843 9.494C14.3669 9.45666 13.92 9.25023 13.5829 8.91203C13.2458 8.57383 13.0408 8.12617 13.005 7.65L13 7.5V3.5L12.993 3.383C12.9667 3.15978 12.8659 2.95194 12.707 2.79301C12.5481 2.63408 12.3402 2.53332 12.117 2.507ZM12.0016 11.1016C12.4986 11.1016 12.9016 11.5045 12.9016 12.0016V14.1016H15.0016C15.4986 14.1016 15.9016 14.5045 15.9016 15.0016C15.9016 15.4986 15.4986 15.9016 15.0016 15.9016H12.9016V18.0016C12.9016 18.4986 12.4986 18.9016 12.0016 18.9016C11.5045 18.9016 11.1016 18.4986 11.1016 18.0016V15.9016H9.00156C8.50451 15.9016 8.10156 15.4986 8.10156 15.0016C8.10156 14.5045 8.50451 14.1016 9.00156 14.1016H11.1016V12.0016C11.1016 11.5045 11.5045 11.1016 12.0016 11.1016Z", fill: color
|
|
571
|
-
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", stroke: color
|
|
572
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.117 2.507L12 2.5H7L6.824 2.505C6.06011 2.54989 5.34224 2.88499 4.81728 3.44174C4.29233 3.99849 3.99996 4.73479 4 5.5V19.5L4.005 19.676C4.04989 20.4399 4.38499 21.1578 4.94174 21.6827C5.49849 22.2077 6.23479 22.5 7 22.5H17L17.176 22.495C17.9399 22.4501 18.6578 22.115 19.1827 21.5583C19.7077 21.0015 20 20.2652 20 19.5V10.5L19.993 10.383C19.9667 10.1598 19.8659 9.95194 19.707 9.79301C19.5481 9.63408 19.3402 9.53332 19.117 9.507L19 9.5H15L14.843 9.494C14.3669 9.45666 13.92 9.25023 13.5829 8.91203C13.2458 8.57383 13.0408 8.12617 13.005 7.65L13 7.5V3.5L12.993 3.383C12.9667 3.15978 12.8659 2.95194 12.707 2.79301C12.5481 2.63408 12.3402 2.53332 12.117 2.507ZM12.0016 11.1016C12.4986 11.1016 12.9016 11.5045 12.9016 12.0016V14.1016H15.0016C15.4986 14.1016 15.9016 14.5045 15.9016 15.0016C15.9016 15.4986 15.4986 15.9016 15.0016 15.9016H12.9016V18.0016C12.9016 18.4986 12.4986 18.9016 12.0016 18.9016C11.5045 18.9016 11.1016 18.4986 11.1016 18.0016V15.9016H9.00156C8.50451 15.9016 8.10156 15.4986 8.10156 15.0016C8.10156 14.5045 8.50451 14.1016 9.00156 14.1016H11.1016V12.0016C11.1016 11.5045 11.5045 11.1016 12.0016 11.1016Z", stroke: color
|
|
601
|
+
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", fill: color != null ? color : "#00529C" }),
|
|
602
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.117 2.507L12 2.5H7L6.824 2.505C6.06011 2.54989 5.34224 2.88499 4.81728 3.44174C4.29233 3.99849 3.99996 4.73479 4 5.5V19.5L4.005 19.676C4.04989 20.4399 4.38499 21.1578 4.94174 21.6827C5.49849 22.2077 6.23479 22.5 7 22.5H17L17.176 22.495C17.9399 22.4501 18.6578 22.115 19.1827 21.5583C19.7077 21.0015 20 20.2652 20 19.5V10.5L19.993 10.383C19.9667 10.1598 19.8659 9.95194 19.707 9.79301C19.5481 9.63408 19.3402 9.53332 19.117 9.507L19 9.5H15L14.843 9.494C14.3669 9.45666 13.92 9.25023 13.5829 8.91203C13.2458 8.57383 13.0408 8.12617 13.005 7.65L13 7.5V3.5L12.993 3.383C12.9667 3.15978 12.8659 2.95194 12.707 2.79301C12.5481 2.63408 12.3402 2.53332 12.117 2.507ZM12.0016 11.1016C12.4986 11.1016 12.9016 11.5045 12.9016 12.0016V14.1016H15.0016C15.4986 14.1016 15.9016 14.5045 15.9016 15.0016C15.9016 15.4986 15.4986 15.9016 15.0016 15.9016H12.9016V18.0016C12.9016 18.4986 12.4986 18.9016 12.0016 18.9016C11.5045 18.9016 11.1016 18.4986 11.1016 18.0016V15.9016H9.00156C8.50451 15.9016 8.10156 15.4986 8.10156 15.0016C8.10156 14.5045 8.50451 14.1016 9.00156 14.1016H11.1016V12.0016C11.1016 11.5045 11.5045 11.1016 12.0016 11.1016Z", fill: color != null ? color : "#00529C" }),
|
|
603
|
+
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", stroke: color != null ? color : "#00529C" }),
|
|
604
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.117 2.507L12 2.5H7L6.824 2.505C6.06011 2.54989 5.34224 2.88499 4.81728 3.44174C4.29233 3.99849 3.99996 4.73479 4 5.5V19.5L4.005 19.676C4.04989 20.4399 4.38499 21.1578 4.94174 21.6827C5.49849 22.2077 6.23479 22.5 7 22.5H17L17.176 22.495C17.9399 22.4501 18.6578 22.115 19.1827 21.5583C19.7077 21.0015 20 20.2652 20 19.5V10.5L19.993 10.383C19.9667 10.1598 19.8659 9.95194 19.707 9.79301C19.5481 9.63408 19.3402 9.53332 19.117 9.507L19 9.5H15L14.843 9.494C14.3669 9.45666 13.92 9.25023 13.5829 8.91203C13.2458 8.57383 13.0408 8.12617 13.005 7.65L13 7.5V3.5L12.993 3.383C12.9667 3.15978 12.8659 2.95194 12.707 2.79301C12.5481 2.63408 12.3402 2.53332 12.117 2.507ZM12.0016 11.1016C12.4986 11.1016 12.9016 11.5045 12.9016 12.0016V14.1016H15.0016C15.4986 14.1016 15.9016 14.5045 15.9016 15.0016C15.9016 15.4986 15.4986 15.9016 15.0016 15.9016H12.9016V18.0016C12.9016 18.4986 12.4986 18.9016 12.0016 18.9016C11.5045 18.9016 11.1016 18.4986 11.1016 18.0016V15.9016H9.00156C8.50451 15.9016 8.10156 15.4986 8.10156 15.0016C8.10156 14.5045 8.50451 14.1016 9.00156 14.1016H11.1016V12.0016C11.1016 11.5045 11.5045 11.1016 12.0016 11.1016Z", stroke: color != null ? color : "#00529C" })
|
|
573
605
|
] });
|
|
574
606
|
};
|
|
575
607
|
var DocumentNotFound = () => {
|
|
@@ -629,10 +661,10 @@ var IconDocumentSleve = ({ color }) => {
|
|
|
629
661
|
};
|
|
630
662
|
var IconDocument = ({ color }) => {
|
|
631
663
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", children: [
|
|
632
|
-
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", fill: color
|
|
633
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.5L12.117 2.507C12.3402 2.53332 12.5481 2.63408 12.707 2.79301C12.8659 2.95194 12.9667 3.15978 12.993 3.383L13 3.5V7.5L13.005 7.65C13.0408 8.12617 13.2458 8.57383 13.5829 8.91203C13.92 9.25023 14.3669 9.45666 14.843 9.494L15 9.5H19L19.117 9.507C19.3402 9.53332 19.5481 9.63408 19.707 9.79301C19.8659 9.95194 19.9667 10.1598 19.993 10.383L20 10.5V19.5C20 20.2652 19.7077 21.0015 19.1827 21.5583C18.6578 22.115 17.9399 22.4501 17.176 22.495L17 22.5H7C6.23479 22.5 5.49849 22.2077 4.94174 21.6827C4.38499 21.1578 4.04989 20.4399 4.005 19.676L4 19.5V5.5C3.99996 4.73479 4.29233 3.99849 4.81728 3.44174C5.34224 2.88499 6.06011 2.54989 6.824 2.505L7 2.5H12ZM9 12.5C8.44772 12.5 8 12.9477 8 13.5C8 14.0523 8.44772 14.5 9 14.5H15C15.5523 14.5 16 14.0523 16 13.5C16 12.9477 15.5523 12.5 15 12.5H9ZM8 17.5C8 16.9477 8.44772 16.5 9 16.5H15C15.5523 16.5 16 16.9477 16 17.5C16 18.0523 15.5523 18.5 15 18.5H9C8.44772 18.5 8 18.0523 8 17.5Z", fill: color
|
|
634
|
-
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", stroke: color
|
|
635
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.5L12.117 2.507C12.3402 2.53332 12.5481 2.63408 12.707 2.79301C12.8659 2.95194 12.9667 3.15978 12.993 3.383L13 3.5V7.5L13.005 7.65C13.0408 8.12617 13.2458 8.57383 13.5829 8.91203C13.92 9.25023 14.3669 9.45666 14.843 9.494L15 9.5H19L19.117 9.507C19.3402 9.53332 19.5481 9.63408 19.707 9.79301C19.8659 9.95194 19.9667 10.1598 19.993 10.383L20 10.5V19.5C20 20.2652 19.7077 21.0015 19.1827 21.5583C18.6578 22.115 17.9399 22.4501 17.176 22.495L17 22.5H7C6.23479 22.5 5.49849 22.2077 4.94174 21.6827C4.38499 21.1578 4.04989 20.4399 4.005 19.676L4 19.5V5.5C3.99996 4.73479 4.29233 3.99849 4.81728 3.44174C5.34224 2.88499 6.06011 2.54989 6.824 2.505L7 2.5H12ZM9 12.5C8.44772 12.5 8 12.9477 8 13.5C8 14.0523 8.44772 14.5 9 14.5H15C15.5523 14.5 16 14.0523 16 13.5C16 12.9477 15.5523 12.5 15 12.5H9ZM8 17.5C8 16.9477 8.44772 16.5 9 16.5H15C15.5523 16.5 16 16.9477 16 17.5C16 18.0523 15.5523 18.5 15 18.5H9C8.44772 18.5 8 18.0523 8 17.5Z", stroke: color
|
|
664
|
+
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", fill: color != null ? color : "white" }),
|
|
665
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.5L12.117 2.507C12.3402 2.53332 12.5481 2.63408 12.707 2.79301C12.8659 2.95194 12.9667 3.15978 12.993 3.383L13 3.5V7.5L13.005 7.65C13.0408 8.12617 13.2458 8.57383 13.5829 8.91203C13.92 9.25023 14.3669 9.45666 14.843 9.494L15 9.5H19L19.117 9.507C19.3402 9.53332 19.5481 9.63408 19.707 9.79301C19.8659 9.95194 19.9667 10.1598 19.993 10.383L20 10.5V19.5C20 20.2652 19.7077 21.0015 19.1827 21.5583C18.6578 22.115 17.9399 22.4501 17.176 22.495L17 22.5H7C6.23479 22.5 5.49849 22.2077 4.94174 21.6827C4.38499 21.1578 4.04989 20.4399 4.005 19.676L4 19.5V5.5C3.99996 4.73479 4.29233 3.99849 4.81728 3.44174C5.34224 2.88499 6.06011 2.54989 6.824 2.505L7 2.5H12ZM9 12.5C8.44772 12.5 8 12.9477 8 13.5C8 14.0523 8.44772 14.5 9 14.5H15C15.5523 14.5 16 14.0523 16 13.5C16 12.9477 15.5523 12.5 15 12.5H9ZM8 17.5C8 16.9477 8.44772 16.5 9 16.5H15C15.5523 16.5 16 16.9477 16 17.5C16 18.0523 15.5523 18.5 15 18.5H9C8.44772 18.5 8 18.0523 8 17.5Z", fill: color != null ? color : "white" }),
|
|
666
|
+
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", stroke: color != null ? color : "white" }),
|
|
667
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.5L12.117 2.507C12.3402 2.53332 12.5481 2.63408 12.707 2.79301C12.8659 2.95194 12.9667 3.15978 12.993 3.383L13 3.5V7.5L13.005 7.65C13.0408 8.12617 13.2458 8.57383 13.5829 8.91203C13.92 9.25023 14.3669 9.45666 14.843 9.494L15 9.5H19L19.117 9.507C19.3402 9.53332 19.5481 9.63408 19.707 9.79301C19.8659 9.95194 19.9667 10.1598 19.993 10.383L20 10.5V19.5C20 20.2652 19.7077 21.0015 19.1827 21.5583C18.6578 22.115 17.9399 22.4501 17.176 22.495L17 22.5H7C6.23479 22.5 5.49849 22.2077 4.94174 21.6827C4.38499 21.1578 4.04989 20.4399 4.005 19.676L4 19.5V5.5C3.99996 4.73479 4.29233 3.99849 4.81728 3.44174C5.34224 2.88499 6.06011 2.54989 6.824 2.505L7 2.5H12ZM9 12.5C8.44772 12.5 8 12.9477 8 13.5C8 14.0523 8.44772 14.5 9 14.5H15C15.5523 14.5 16 14.0523 16 13.5C16 12.9477 15.5523 12.5 15 12.5H9ZM8 17.5C8 16.9477 8.44772 16.5 9 16.5H15C15.5523 16.5 16 16.9477 16 17.5C16 18.0523 15.5523 18.5 15 18.5H9C8.44772 18.5 8 18.0523 8 17.5Z", stroke: color != null ? color : "white" })
|
|
636
668
|
] });
|
|
637
669
|
};
|
|
638
670
|
var DokumenPenjagaanIcon = () => {
|
|
@@ -651,13 +683,13 @@ var DokumenPenjagaanIcon = () => {
|
|
|
651
683
|
] });
|
|
652
684
|
};
|
|
653
685
|
var DownloadDocumentIcon = ({ color }) => {
|
|
654
|
-
return /* @__PURE__ */ jsx("svg", { width: "14", height: "17", viewBox: "0 0 14 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("path", { d: "M8.39844 0.899902V4.23324C8.39844 4.45425 8.48623 4.66621 8.64252 4.82249C8.7988 4.97877 9.01076 5.06657 9.23177 5.06657H12.5651M8.39844 0.899902H2.5651C2.12308 0.899902 1.69915 1.0755 1.38659 1.38806C1.07403 1.70062 0.898438 2.12454 0.898438 2.56657V14.2332C0.898438 14.6753 1.07403 15.0992 1.38659 15.4117C1.69915 15.7243 2.12308 15.8999 2.5651 15.8999H10.8984C11.3405 15.8999 11.7644 15.7243 12.0769 15.4117C12.3895 15.0992 12.5651 14.6753 12.5651 14.2332V5.06657M8.39844 0.899902L12.5651 5.06657M6.73177 12.5666V7.56657M6.73177 12.5666L4.64844 10.4832M6.73177 12.5666L8.8151 10.4832", stroke: color
|
|
686
|
+
return /* @__PURE__ */ jsx("svg", { width: "14", height: "17", viewBox: "0 0 14 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("path", { d: "M8.39844 0.899902V4.23324C8.39844 4.45425 8.48623 4.66621 8.64252 4.82249C8.7988 4.97877 9.01076 5.06657 9.23177 5.06657H12.5651M8.39844 0.899902H2.5651C2.12308 0.899902 1.69915 1.0755 1.38659 1.38806C1.07403 1.70062 0.898438 2.12454 0.898438 2.56657V14.2332C0.898438 14.6753 1.07403 15.0992 1.38659 15.4117C1.69915 15.7243 2.12308 15.8999 2.5651 15.8999H10.8984C11.3405 15.8999 11.7644 15.7243 12.0769 15.4117C12.3895 15.0992 12.5651 14.6753 12.5651 14.2332V5.06657M8.39844 0.899902L12.5651 5.06657M6.73177 12.5666V7.56657M6.73177 12.5666L4.64844 10.4832M6.73177 12.5666L8.8151 10.4832", stroke: color != null ? color : "white", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) });
|
|
655
687
|
};
|
|
656
688
|
var DownloadIconSmall = (color) => {
|
|
657
689
|
return /* @__PURE__ */ jsx("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("path", { d: "M3.5 12.75V14.25C3.5 14.6478 3.65804 15.0294 3.93934 15.3107C4.22064 15.592 4.60218 15.75 5 15.75H14C14.3978 15.75 14.7794 15.592 15.0607 15.3107C15.342 15.0294 15.5 14.6478 15.5 14.25V12.75M5.75 8.25L9.5 12M9.5 12L13.25 8.25M9.5 12V3", stroke: color.color, strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
658
690
|
};
|
|
659
691
|
var IconDownloadOutline = ({ color }) => {
|
|
660
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3.33398 14.1668V15.8335C3.33398 16.2755 3.50958 16.6994 3.82214 17.012C4.1347 17.3246 4.55862 17.5002 5.00065 17.5002H15.0006C15.4427 17.5002 15.8666 17.3246 16.1792 17.012C16.4917 16.6994 16.6673 16.2755 16.6673 15.8335V14.1668M5.83398 9.16683L10.0006 13.3335M10.0006 13.3335L14.1673 9.16683M10.0006 13.3335V3.3335", stroke: color
|
|
692
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3.33398 14.1668V15.8335C3.33398 16.2755 3.50958 16.6994 3.82214 17.012C4.1347 17.3246 4.55862 17.5002 5.00065 17.5002H15.0006C15.4427 17.5002 15.8666 17.3246 16.1792 17.012C16.4917 16.6994 16.6673 16.2755 16.6673 15.8335V14.1668M5.83398 9.16683L10.0006 13.3335M10.0006 13.3335L14.1673 9.16683M10.0006 13.3335V3.3335", stroke: color != null ? color : "white", strokeWidth: "1.67", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
661
693
|
};
|
|
662
694
|
var DownloadIconLarge = ({
|
|
663
695
|
color = "#00529C",
|
|
@@ -683,7 +715,7 @@ var DownloadIconLarge = ({
|
|
|
683
715
|
);
|
|
684
716
|
};
|
|
685
717
|
var IconDuplicate = ({ color }) => {
|
|
686
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M19.414 19.415C19.0389 19.7897 18.5302 20.0002 18 20H10C9.46957 20 8.96086 19.7893 8.58579 19.4142C8.21071 19.0391 8 18.5304 8 18V10C8 9.446 8.225 8.945 8.589 8.583M12 8H18C18.5304 8 19.0391 8.21071 19.4142 8.58579C19.7893 8.96086 20 9.46957 20 10V16M16 8V6C16 5.46957 15.7893 4.96086 15.4142 4.58579C15.0391 4.21071 14.5304 4 14 4H8M4.582 4.59C4.222 4.95 4 5.45 4 6V14C4 14.5304 4.21071 15.0391 4.58579 15.4142C4.96086 15.7893 5.46957 16 6 16H8M3 3L21 21", stroke: color
|
|
718
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M19.414 19.415C19.0389 19.7897 18.5302 20.0002 18 20H10C9.46957 20 8.96086 19.7893 8.58579 19.4142C8.21071 19.0391 8 18.5304 8 18V10C8 9.446 8.225 8.945 8.589 8.583M12 8H18C18.5304 8 19.0391 8.21071 19.4142 8.58579C19.7893 8.96086 20 9.46957 20 10V16M16 8V6C16 5.46957 15.7893 4.96086 15.4142 4.58579C15.0391 4.21071 14.5304 4 14 4H8M4.582 4.59C4.222 4.95 4 5.45 4 6V14C4 14.5304 4.21071 15.0391 4.58579 15.4142C4.96086 15.7893 5.46957 16 6 16H8M3 3L21 21", stroke: color != null ? color : "#E84040", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
687
719
|
};
|
|
688
720
|
var IconEdit = ({ color, isSmall }) => {
|
|
689
721
|
return /* @__PURE__ */ jsx(
|
|
@@ -775,13 +807,13 @@ var IconExclamation = ({
|
|
|
775
807
|
};
|
|
776
808
|
var FileOutlineCustom = (props) => /* @__PURE__ */ jsx(
|
|
777
809
|
"svg",
|
|
778
|
-
{
|
|
810
|
+
__spreadProps(__spreadValues({
|
|
779
811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
780
812
|
width: "14",
|
|
781
813
|
height: "18",
|
|
782
814
|
fill: "none",
|
|
783
|
-
viewBox: "0 0 14 18"
|
|
784
|
-
|
|
815
|
+
viewBox: "0 0 14 18"
|
|
816
|
+
}, props), {
|
|
785
817
|
children: /* @__PURE__ */ jsx(
|
|
786
818
|
"path",
|
|
787
819
|
{
|
|
@@ -792,16 +824,16 @@ var FileOutlineCustom = (props) => /* @__PURE__ */ jsx(
|
|
|
792
824
|
d: "M8.666 1.5v3.333a.833.833 0 0 0 .833.834h3.334M8.666 1.5H2.833a1.667 1.667 0 0 0-1.667 1.667v11.666A1.666 1.666 0 0 0 2.833 16.5h8.333a1.666 1.666 0 0 0 1.667-1.667V5.667M8.666 1.5l4.167 4.167"
|
|
793
825
|
}
|
|
794
826
|
)
|
|
795
|
-
}
|
|
827
|
+
})
|
|
796
828
|
);
|
|
797
829
|
var IconFileOutline = ({ color }) => {
|
|
798
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "15", viewBox: "0 0 18 15", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3.16667 0.833496H6.5L9 3.3335H14.8333C15.2754 3.3335 15.6993 3.50909 16.0118 3.82165C16.3244 4.13421 16.5 4.55813 16.5 5.00016V11.6668C16.5 12.1089 16.3244 12.5328 16.0118 12.8453C15.6993 13.1579 15.2754 13.3335 14.8333 13.3335H3.16667C2.72464 13.3335 2.30072 13.1579 1.98816 12.8453C1.67559 12.5328 1.5 12.1089 1.5 11.6668V2.50016C1.5 2.05814 1.67559 1.63421 1.98816 1.32165C2.30072 1.00909 2.72464 0.833496 3.16667 0.833496Z", stroke: color
|
|
830
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "15", viewBox: "0 0 18 15", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3.16667 0.833496H6.5L9 3.3335H14.8333C15.2754 3.3335 15.6993 3.50909 16.0118 3.82165C16.3244 4.13421 16.5 4.55813 16.5 5.00016V11.6668C16.5 12.1089 16.3244 12.5328 16.0118 12.8453C15.6993 13.1579 15.2754 13.3335 14.8333 13.3335H3.16667C2.72464 13.3335 2.30072 13.1579 1.98816 12.8453C1.67559 12.5328 1.5 12.1089 1.5 11.6668V2.50016C1.5 2.05814 1.67559 1.63421 1.98816 1.32165C2.30072 1.00909 2.72464 0.833496 3.16667 0.833496Z", stroke: color != null ? color : "white", strokeWidth: "1.67", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
799
831
|
};
|
|
800
832
|
var IconFileSleve = ({ color }) => {
|
|
801
833
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", children: [
|
|
802
834
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_4150_6509)", children: [
|
|
803
|
-
/* @__PURE__ */ jsx("path", { d: "M12 2.5L12.117 2.507C12.3402 2.53332 12.5481 2.63408 12.707 2.79301C12.8659 2.95194 12.9667 3.15978 12.993 3.383L13 3.5V7.5L13.005 7.65C13.0408 8.12617 13.2458 8.57383 13.5829 8.91203C13.92 9.25023 14.3669 9.45666 14.843 9.494L15 9.5H19L19.117 9.507C19.3402 9.53332 19.5481 9.63408 19.707 9.79301C19.8659 9.95194 19.9667 10.1598 19.993 10.383L20 10.5V19.5C20 20.2652 19.7077 21.0015 19.1827 21.5583C18.6578 22.115 17.9399 22.4501 17.176 22.495L17 22.5H7C6.23479 22.5 5.49849 22.2077 4.94174 21.6827C4.38499 21.1578 4.04989 20.4399 4.005 19.676L4 19.5V5.5C3.99996 4.73479 4.29233 3.99849 4.81728 3.44174C5.34224 2.88499 6.06011 2.54989 6.824 2.505L7 2.5H12Z", fill: color
|
|
804
|
-
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", fill: color
|
|
835
|
+
/* @__PURE__ */ jsx("path", { d: "M12 2.5L12.117 2.507C12.3402 2.53332 12.5481 2.63408 12.707 2.79301C12.8659 2.95194 12.9667 3.15978 12.993 3.383L13 3.5V7.5L13.005 7.65C13.0408 8.12617 13.2458 8.57383 13.5829 8.91203C13.92 9.25023 14.3669 9.45666 14.843 9.494L15 9.5H19L19.117 9.507C19.3402 9.53332 19.5481 9.63408 19.707 9.79301C19.8659 9.95194 19.9667 10.1598 19.993 10.383L20 10.5V19.5C20 20.2652 19.7077 21.0015 19.1827 21.5583C18.6578 22.115 17.9399 22.4501 17.176 22.495L17 22.5H7C6.23479 22.5 5.49849 22.2077 4.94174 21.6827C4.38499 21.1578 4.04989 20.4399 4.005 19.676L4 19.5V5.5C3.99996 4.73479 4.29233 3.99849 4.81728 3.44174C5.34224 2.88499 6.06011 2.54989 6.824 2.505L7 2.5H12Z", fill: color != null ? color : "#00529C" }),
|
|
836
|
+
/* @__PURE__ */ jsx("path", { d: "M19.001 7.501H15.001L15 3.5L19.001 7.501Z", fill: color != null ? color : "#00529C" })
|
|
805
837
|
] }),
|
|
806
838
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_4150_6509", children: /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
807
839
|
] });
|
|
@@ -1076,16 +1108,17 @@ var IconFileJPG = () => {
|
|
|
1076
1108
|
}
|
|
1077
1109
|
);
|
|
1078
1110
|
};
|
|
1079
|
-
var IconFilePDF = (
|
|
1111
|
+
var IconFilePDF = (_a) => {
|
|
1112
|
+
var _b = _a, { noBorder = false } = _b, props = __objRest(_b, ["noBorder"]);
|
|
1080
1113
|
return /* @__PURE__ */ jsxs(
|
|
1081
1114
|
"svg",
|
|
1082
|
-
{
|
|
1115
|
+
__spreadProps(__spreadValues({
|
|
1083
1116
|
width: "77",
|
|
1084
1117
|
height: "53",
|
|
1085
1118
|
viewBox: "0 0 77 53",
|
|
1086
1119
|
fill: "none",
|
|
1087
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1088
|
-
|
|
1120
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1121
|
+
}, props), {
|
|
1089
1122
|
children: [
|
|
1090
1123
|
/* @__PURE__ */ jsx("rect", { x: "0.5", y: "0.919922", width: "76", height: "51", rx: "7.5", fill: "white" }),
|
|
1091
1124
|
!noBorder && /* @__PURE__ */ jsx(
|
|
@@ -1161,7 +1194,7 @@ var IconFilePDF = ({ noBorder = false, ...props }) => {
|
|
|
1161
1194
|
}
|
|
1162
1195
|
) }) })
|
|
1163
1196
|
]
|
|
1164
|
-
}
|
|
1197
|
+
})
|
|
1165
1198
|
);
|
|
1166
1199
|
};
|
|
1167
1200
|
var IconFileXls = () => {
|
|
@@ -1181,22 +1214,22 @@ var IconFileXls = () => {
|
|
|
1181
1214
|
};
|
|
1182
1215
|
var IconFingerScan = ({ color, isBordered = true }) => {
|
|
1183
1216
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "64", height: "64", viewBox: "0 0 64 64", fill: "none", children: [
|
|
1184
|
-
isBordered && /* @__PURE__ */ jsx("path", { d: "M8 17V14C8 12.4087 8.63214 10.8826 9.75736 9.75736C10.8826 8.63214 12.4087 8 14 8H20M8 47V50C8 51.5913 8.63214 53.1174 9.75736 54.2426C10.8826 55.3679 12.4087 56 14 56H20M44 8H50C51.5913 8 53.1174 8.63214 54.2426 9.75736C55.3679 10.8826 56 12.4087 56 14V17M44 56H50C51.5913 56 53.1174 55.3679 54.2426 54.2426C55.3679 53.1174 56 51.5913 56 50V47", stroke: color
|
|
1185
|
-
/* @__PURE__ */ jsx("path", { d: "M40.2559 25.3561C41.4036 27.3552 41.894 29.6946 41.6517 32.0146V33.3463C41.6502 34.7485 42.0003 36.1263 42.6668 37.3415M26.4241 30.6829C26.4241 29.2702 26.9588 27.9153 27.9107 26.9163C28.8626 25.9173 30.1536 25.3561 31.4998 25.3561C32.8459 25.3561 34.137 25.9173 35.0888 26.9163C36.0407 27.9153 36.5755 29.2702 36.5755 30.6829V32.0146C36.5755 34.896 37.466 37.6997 39.1133 40.0049M31.4998 30.6829V33.3463C31.4957 37.1542 32.6028 40.8721 34.6721 44M26.4241 36.0098C26.7346 38.7928 27.5076 41.4972 28.7081 44M22.4909 41.3364C21.6347 38.3138 21.2491 35.166 21.3489 32.0144V30.6827C21.344 28.8101 21.8096 26.9693 22.6985 25.3457C23.5875 23.7221 24.8686 22.3731 26.4126 21.4346C27.9566 20.4961 29.7091 20.0013 31.4934 20C33.2777 19.9987 35.0308 20.491 36.576 21.4273", stroke: color
|
|
1217
|
+
isBordered && /* @__PURE__ */ jsx("path", { d: "M8 17V14C8 12.4087 8.63214 10.8826 9.75736 9.75736C10.8826 8.63214 12.4087 8 14 8H20M8 47V50C8 51.5913 8.63214 53.1174 9.75736 54.2426C10.8826 55.3679 12.4087 56 14 56H20M44 8H50C51.5913 8 53.1174 8.63214 54.2426 9.75736C55.3679 10.8826 56 12.4087 56 14V17M44 56H50C51.5913 56 53.1174 55.3679 54.2426 54.2426C55.3679 53.1174 56 51.5913 56 50V47", stroke: color != null ? color : "none", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1218
|
+
/* @__PURE__ */ jsx("path", { d: "M40.2559 25.3561C41.4036 27.3552 41.894 29.6946 41.6517 32.0146V33.3463C41.6502 34.7485 42.0003 36.1263 42.6668 37.3415M26.4241 30.6829C26.4241 29.2702 26.9588 27.9153 27.9107 26.9163C28.8626 25.9173 30.1536 25.3561 31.4998 25.3561C32.8459 25.3561 34.137 25.9173 35.0888 26.9163C36.0407 27.9153 36.5755 29.2702 36.5755 30.6829V32.0146C36.5755 34.896 37.466 37.6997 39.1133 40.0049M31.4998 30.6829V33.3463C31.4957 37.1542 32.6028 40.8721 34.6721 44M26.4241 36.0098C26.7346 38.7928 27.5076 41.4972 28.7081 44M22.4909 41.3364C21.6347 38.3138 21.2491 35.166 21.3489 32.0144V30.6827C21.344 28.8101 21.8096 26.9693 22.6985 25.3457C23.5875 23.7221 24.8686 22.3731 26.4126 21.4346C27.9566 20.4961 29.7091 20.0013 31.4934 20C33.2777 19.9987 35.0308 20.491 36.576 21.4273", stroke: color != null ? color : "none", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1186
1219
|
] });
|
|
1187
1220
|
};
|
|
1188
1221
|
var GenerateDocumentIcon = ({ color }) => {
|
|
1189
1222
|
return /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1190
|
-
/* @__PURE__ */ jsx("path", { d: "M11.6641 2.5V5.83333C11.6641 6.05435 11.7519 6.26631 11.9081 6.42259C12.0644 6.57887 12.2764 6.66667 12.4974 6.66667H15.8307M11.6641 2.5H5.83073C5.3887 2.5 4.96478 2.67559 4.65222 2.98816C4.33966 3.30072 4.16406 3.72464 4.16406 4.16667V15.8333C4.16406 16.2754 4.33966 16.6993 4.65222 17.0118C4.96478 17.3244 5.3887 17.5 5.83073 17.5H14.1641C14.6061 17.5 15.03 17.3244 15.3426 17.0118C15.6551 16.6993 15.8307 16.2754 15.8307 15.8333V6.66667M11.6641 2.5L15.8307 6.66667", stroke: color
|
|
1191
|
-
/* @__PURE__ */ jsx("path", { d: "M10 9.58325V14.5833M7.5 12.0833H12.5", stroke: color
|
|
1223
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6641 2.5V5.83333C11.6641 6.05435 11.7519 6.26631 11.9081 6.42259C12.0644 6.57887 12.2764 6.66667 12.4974 6.66667H15.8307M11.6641 2.5H5.83073C5.3887 2.5 4.96478 2.67559 4.65222 2.98816C4.33966 3.30072 4.16406 3.72464 4.16406 4.16667V15.8333C4.16406 16.2754 4.33966 16.6993 4.65222 17.0118C4.96478 17.3244 5.3887 17.5 5.83073 17.5H14.1641C14.6061 17.5 15.03 17.3244 15.3426 17.0118C15.6551 16.6993 15.8307 16.2754 15.8307 15.8333V6.66667M11.6641 2.5L15.8307 6.66667", stroke: color != null ? color : "#ffffff", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
1224
|
+
/* @__PURE__ */ jsx("path", { d: "M10 9.58325V14.5833M7.5 12.0833H12.5", stroke: color != null ? color : "#ffffff", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
1192
1225
|
] });
|
|
1193
1226
|
};
|
|
1194
1227
|
var IconGradingRounded = ({ color, width, height }) => {
|
|
1195
1228
|
return /* @__PURE__ */ jsxs(
|
|
1196
1229
|
"svg",
|
|
1197
1230
|
{
|
|
1198
|
-
width: width
|
|
1199
|
-
height: height
|
|
1231
|
+
width: width != null ? width : "24",
|
|
1232
|
+
height: height != null ? height : "24",
|
|
1200
1233
|
viewBox: "0 0 24 24",
|
|
1201
1234
|
fill: "none",
|
|
1202
1235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1205,14 +1238,14 @@ var IconGradingRounded = ({ color, width, height }) => {
|
|
|
1205
1238
|
"path",
|
|
1206
1239
|
{
|
|
1207
1240
|
d: "M19.8684 18.3838L17.7283 20.5239L16.7388 19.5352C16.4458 19.2422 15.9712 19.2422 15.6782 19.5352C15.3853 19.8281 15.3853 20.3027 15.6782 20.5957L17.198 22.1147C17.3445 22.2612 17.5364 22.3345 17.7283 22.3345C17.9202 22.3345 18.1121 22.2612 18.2585 22.1147L20.929 19.4443C21.2219 19.1514 21.2219 18.6768 20.929 18.3838C20.636 18.0908 20.1614 18.0908 19.8684 18.3838Z",
|
|
1208
|
-
fill: color
|
|
1241
|
+
fill: color != null ? color : "#00529C"
|
|
1209
1242
|
}
|
|
1210
1243
|
),
|
|
1211
1244
|
/* @__PURE__ */ jsx(
|
|
1212
1245
|
"path",
|
|
1213
1246
|
{
|
|
1214
1247
|
d: "M17.1016 1.5H6.60156C4.53156 1.5 2.85156 3.17999 2.85156 5.25V18.75C2.85156 20.82 4.53156 22.5 6.60156 22.5H15.4591L14.6191 21.66C13.7416 20.7825 13.7416 19.3575 14.6191 18.4725C15.4741 17.6175 16.8465 17.595 17.7241 18.405L18.8116 17.325C19.3666 16.77 20.1391 16.5675 20.8516 16.7175V5.25C20.8516 3.17999 19.1716 1.5 17.1016 1.5ZM16.3516 16.5H7.35156C6.93907 16.5 6.60156 16.1625 6.60156 15.75C6.60156 15.3375 6.93907 15 7.35156 15H16.3516C16.7641 15 17.1016 15.3375 17.1016 15.75C17.1016 16.1625 16.7641 16.5 16.3516 16.5ZM16.3516 12.75H7.35156C6.93907 12.75 6.60156 12.4125 6.60156 12C6.60156 11.5875 6.93907 11.25 7.35156 11.25H16.3516C16.7641 11.25 17.1016 11.5875 17.1016 12C17.1016 12.4125 16.7641 12.75 16.3516 12.75ZM16.3516 9H7.35156C6.93907 9 6.60156 8.66249 6.60156 8.25C6.60156 7.83751 6.93907 7.5 7.35156 7.5H16.3516C16.7641 7.5 17.1016 7.83751 17.1016 8.25C17.1016 8.66249 16.7641 9 16.3516 9Z",
|
|
1215
|
-
fill: color
|
|
1248
|
+
fill: color != null ? color : "#00529C"
|
|
1216
1249
|
}
|
|
1217
1250
|
)
|
|
1218
1251
|
]
|
|
@@ -1288,7 +1321,7 @@ var IconHomeOutlined = () => {
|
|
|
1288
1321
|
};
|
|
1289
1322
|
var IconImage = ({ color }) => {
|
|
1290
1323
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", children: [
|
|
1291
|
-
/* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_8793_79855)", children: /* @__PURE__ */ jsx("path", { d: "M8.813 12.112C9.27 11.732 9.731 11.732 10.199 12.123L10.307 12.221L15.293 17.207L15.387 17.29C15.5794 17.4391 15.8196 17.513 16.0626 17.4976C16.3056 17.4823 16.5346 17.3789 16.7067 17.2067C16.8789 17.0346 16.9823 16.8056 16.9976 16.5626C17.013 16.3196 16.9391 16.0794 16.79 15.887L16.707 15.793L15.415 14.5L15.707 14.207L15.813 14.112C16.27 13.732 16.731 13.732 17.199 14.123L17.307 14.221L21.981 18.896C21.8863 19.8483 21.4534 20.735 20.7608 21.3954C20.0681 22.0557 19.1617 22.4459 18.206 22.495L18 22.5H6C5.00791 22.4999 4.05124 22.1312 3.31576 21.4654C2.58028 20.7996 2.11847 19.8842 2.02 18.897L8.707 12.207L8.813 12.112ZM18 2.5C19.0262 2.5 20.0132 2.89444 20.7568 3.60172C21.5004 4.30901 21.9437 5.27504 21.995 6.3L22 6.5V16.085L18.707 12.793L18.557 12.656C17.301 11.561 15.707 11.559 14.461 12.639L14.307 12.779L14 13.085L11.707 10.793L11.557 10.656C10.301 9.561 8.707 9.559 7.461 10.639L7.307 10.779L2 16.085V6.5C2 5.47376 2.39444 4.48677 3.10172 3.74319C3.80901 2.9996 4.77504 2.55631 5.8 2.505L6 2.5H18ZM15.01 7.5L14.883 7.507C14.64 7.53591 14.4159 7.65296 14.2534 7.83596C14.0909 8.01897 14.0011 8.25524 14.0011 8.5C14.0011 8.74476 14.0909 8.98103 14.2534 9.16403C14.4159 9.34704 14.64 9.46409 14.883 9.493L15 9.5L15.127 9.493C15.37 9.46409 15.5941 9.34704 15.7566 9.16403C15.9191 8.98103 16.0089 8.74476 16.0089 8.5C16.0089 8.25524 15.9191 8.01897 15.7566 7.83596C15.5941 7.65296 15.37 7.53591 15.127 7.507L15.01 7.5Z", fill: color
|
|
1324
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_8793_79855)", children: /* @__PURE__ */ jsx("path", { d: "M8.813 12.112C9.27 11.732 9.731 11.732 10.199 12.123L10.307 12.221L15.293 17.207L15.387 17.29C15.5794 17.4391 15.8196 17.513 16.0626 17.4976C16.3056 17.4823 16.5346 17.3789 16.7067 17.2067C16.8789 17.0346 16.9823 16.8056 16.9976 16.5626C17.013 16.3196 16.9391 16.0794 16.79 15.887L16.707 15.793L15.415 14.5L15.707 14.207L15.813 14.112C16.27 13.732 16.731 13.732 17.199 14.123L17.307 14.221L21.981 18.896C21.8863 19.8483 21.4534 20.735 20.7608 21.3954C20.0681 22.0557 19.1617 22.4459 18.206 22.495L18 22.5H6C5.00791 22.4999 4.05124 22.1312 3.31576 21.4654C2.58028 20.7996 2.11847 19.8842 2.02 18.897L8.707 12.207L8.813 12.112ZM18 2.5C19.0262 2.5 20.0132 2.89444 20.7568 3.60172C21.5004 4.30901 21.9437 5.27504 21.995 6.3L22 6.5V16.085L18.707 12.793L18.557 12.656C17.301 11.561 15.707 11.559 14.461 12.639L14.307 12.779L14 13.085L11.707 10.793L11.557 10.656C10.301 9.561 8.707 9.559 7.461 10.639L7.307 10.779L2 16.085V6.5C2 5.47376 2.39444 4.48677 3.10172 3.74319C3.80901 2.9996 4.77504 2.55631 5.8 2.505L6 2.5H18ZM15.01 7.5L14.883 7.507C14.64 7.53591 14.4159 7.65296 14.2534 7.83596C14.0909 8.01897 14.0011 8.25524 14.0011 8.5C14.0011 8.74476 14.0909 8.98103 14.2534 9.16403C14.4159 9.34704 14.64 9.46409 14.883 9.493L15 9.5L15.127 9.493C15.37 9.46409 15.5941 9.34704 15.7566 9.16403C15.9191 8.98103 16.0089 8.74476 16.0089 8.5C16.0089 8.25524 15.9191 8.01897 15.7566 7.83596C15.5941 7.65296 15.37 7.53591 15.127 7.507L15.01 7.5Z", fill: color != null ? color : "#00529C" }) }),
|
|
1292
1325
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_8793_79855", children: /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1293
1326
|
] });
|
|
1294
1327
|
};
|
|
@@ -1602,8 +1635,8 @@ var NotFoundIcon = ({ width, height }) => {
|
|
|
1602
1635
|
return /* @__PURE__ */ jsxs(
|
|
1603
1636
|
"svg",
|
|
1604
1637
|
{
|
|
1605
|
-
width: width
|
|
1606
|
-
height: height
|
|
1638
|
+
width: width != null ? width : "250",
|
|
1639
|
+
height: height != null ? height : "250",
|
|
1607
1640
|
viewBox: "0 0 250 250",
|
|
1608
1641
|
fill: "none",
|
|
1609
1642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2111,7 +2144,7 @@ var IconSaveOutlined = ({ color }) => {
|
|
|
2111
2144
|
"path",
|
|
2112
2145
|
{
|
|
2113
2146
|
d: "M0 3.05556C0 2.24517 0.321924 1.46798 0.894952 0.894952C1.46798 0.321924 2.24517 1.11011e-07 3.05556 1.11011e-07H14.1267C14.6011 -0.000117513 15.0708 0.0932395 15.5091 0.274737C15.9474 0.456235 16.3457 0.722316 16.6811 1.05778L18.9422 3.31889C19.62 3.99667 20 4.91556 20 5.87333V16.9444C20 17.7548 19.6781 18.532 19.105 19.105C18.532 19.6781 17.7548 20 16.9444 20H3.05556C2.24517 20 1.46798 19.6781 0.894952 19.105C0.321924 18.532 0 17.7548 0 16.9444V3.05556ZM3.05556 1.66667C2.28889 1.66667 1.66667 2.28889 1.66667 3.05556V16.9444C1.66667 17.7111 2.28889 18.3333 3.05556 18.3333H3.33333V12.5C3.33333 11.837 3.59673 11.2011 4.06557 10.7322C4.53441 10.2634 5.17029 10 5.83333 10H14.1667C14.8297 10 15.4656 10.2634 15.9344 10.7322C16.4033 11.2011 16.6667 11.837 16.6667 12.5V18.3333H16.9444C17.7111 18.3333 18.3333 17.7111 18.3333 16.9444V5.87333C18.3333 5.35667 18.1289 4.86222 17.7633 4.49778L15.5022 2.23667C15.2152 1.94913 14.8453 1.75873 14.4444 1.69222V4.72222C14.4444 5.05053 14.3798 5.37562 14.2541 5.67893C14.1285 5.98224 13.9444 6.25784 13.7122 6.48999C13.4801 6.72214 13.2045 6.90628 12.9012 7.03192C12.5978 7.15756 12.2727 7.22222 11.9444 7.22222H6.94444C6.2814 7.22222 5.64552 6.95883 5.17668 6.48999C4.70784 6.02115 4.44444 5.38526 4.44444 4.72222V1.66667H3.05556ZM15 18.3333V12.5C15 12.279 14.9122 12.067 14.7559 11.9107C14.5996 11.7545 14.3877 11.6667 14.1667 11.6667H5.83333C5.61232 11.6667 5.40036 11.7545 5.24408 11.9107C5.0878 12.067 5 12.279 5 12.5V18.3333H15ZM6.11111 1.66667V4.72222C6.11111 5.18222 6.48444 5.55556 6.94444 5.55556H11.9444C12.1655 5.55556 12.3774 5.46776 12.5337 5.31148C12.69 5.1552 12.7778 4.94324 12.7778 4.72222V1.66667H6.11111Z",
|
|
2114
|
-
fill: color
|
|
2147
|
+
fill: color != null ? color : "#ED6E12"
|
|
2115
2148
|
}
|
|
2116
2149
|
)
|
|
2117
2150
|
}
|
|
@@ -2516,7 +2549,7 @@ var Thumblock = () => {
|
|
|
2516
2549
|
);
|
|
2517
2550
|
};
|
|
2518
2551
|
var IconTrashOutline = ({ color }) => {
|
|
2519
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3 5.25H15M3.75 5.25L4.5 14.25C4.5 14.6478 4.65804 15.0294 4.93934 15.3107C5.22064 15.592 5.60218 15.75 6 15.75H12C12.3978 15.75 12.7794 15.592 13.0607 15.3107C13.342 15.0294 13.5 14.6478 13.5 14.25L14.25 5.25M6.75 5.25V3C6.75 2.80109 6.82902 2.61032 6.96967 2.46967C7.11032 2.32902 7.30109 2.25 7.5 2.25H10.5C10.6989 2.25 10.8897 2.32902 11.0303 2.46967C11.171 2.61032 11.25 2.80109 11.25 3V5.25M7.5 9L10.5 12M10.5 9L7.5 12", stroke: color
|
|
2552
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3 5.25H15M3.75 5.25L4.5 14.25C4.5 14.6478 4.65804 15.0294 4.93934 15.3107C5.22064 15.592 5.60218 15.75 6 15.75H12C12.3978 15.75 12.7794 15.592 13.0607 15.3107C13.342 15.0294 13.5 14.6478 13.5 14.25L14.25 5.25M6.75 5.25V3C6.75 2.80109 6.82902 2.61032 6.96967 2.46967C7.11032 2.32902 7.30109 2.25 7.5 2.25H10.5C10.6989 2.25 10.8897 2.32902 11.0303 2.46967C11.171 2.61032 11.25 2.80109 11.25 3V5.25M7.5 9L10.5 12M10.5 9L7.5 12", stroke: color != null ? color : "white", strokeWidth: "1.35", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
2520
2553
|
};
|
|
2521
2554
|
var IconTrash = ({ color, width = "20", height = "21" }) => {
|
|
2522
2555
|
return /* @__PURE__ */ jsx(
|
|
@@ -2593,9 +2626,9 @@ var IconUpload = ({ color }) => {
|
|
|
2593
2626
|
};
|
|
2594
2627
|
var IconUserScan = ({ color }) => {
|
|
2595
2628
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", children: [
|
|
2596
|
-
/* @__PURE__ */ jsx("path", { d: "M8 16.5C8 15.9696 8.21071 15.4609 8.58579 15.0858C8.96086 14.7107 9.46957 14.5 10 14.5H14C14.5304 14.5 15.0391 14.7107 15.4142 15.0858C15.7893 15.4609 16 15.9696 16 16.5H8Z", fill: color
|
|
2597
|
-
/* @__PURE__ */ jsx("path", { d: "M10 9.5C10 10.0304 10.2107 10.5391 10.5858 10.9142C10.9609 11.2893 11.4696 11.5 12 11.5C12.5304 11.5 13.0391 11.2893 13.4142 10.9142C13.7893 10.5391 14 10.0304 14 9.5C14 8.96957 13.7893 8.46086 13.4142 8.08579C13.0391 7.71071 12.5304 7.5 12 7.5C11.4696 7.5 10.9609 7.71071 10.5858 8.08579C10.2107 8.46086 10 8.96957 10 9.5Z", fill: color
|
|
2598
|
-
/* @__PURE__ */ jsx("path", { d: "M4 8.5V6.5C4 5.96957 4.21071 5.46086 4.58579 5.08579C4.96086 4.71071 5.46957 4.5 6 4.5H8M4 16.5V18.5C4 19.0304 4.21071 19.5391 4.58579 19.9142C4.96086 20.2893 5.46957 20.5 6 20.5H8M16 4.5H18C18.5304 4.5 19.0391 4.71071 19.4142 5.08579C19.7893 5.46086 20 5.96957 20 6.5V8.5M16 20.5H18C18.5304 20.5 19.0391 20.2893 19.4142 19.9142C19.7893 19.5391 20 19.0304 20 18.5V16.5M10 9.5C10 10.0304 10.2107 10.5391 10.5858 10.9142C10.9609 11.2893 11.4696 11.5 12 11.5C12.5304 11.5 13.0391 11.2893 13.4142 10.9142C13.7893 10.5391 14 10.0304 14 9.5C14 8.96957 13.7893 8.46086 13.4142 8.08579C13.0391 7.71071 12.5304 7.5 12 7.5C11.4696 7.5 10.9609 7.71071 10.5858 8.08579C10.2107 8.46086 10 8.96957 10 9.5ZM8 16.5C8 15.9696 8.21071 15.4609 8.58579 15.0858C8.96086 14.7107 9.46957 14.5 10 14.5H14C14.5304 14.5 15.0391 14.7107 15.4142 15.0858C15.7893 15.4609 16 15.9696 16 16.5H8Z", stroke: color
|
|
2629
|
+
/* @__PURE__ */ jsx("path", { d: "M8 16.5C8 15.9696 8.21071 15.4609 8.58579 15.0858C8.96086 14.7107 9.46957 14.5 10 14.5H14C14.5304 14.5 15.0391 14.7107 15.4142 15.0858C15.7893 15.4609 16 15.9696 16 16.5H8Z", fill: color != null ? color : "none" }),
|
|
2630
|
+
/* @__PURE__ */ jsx("path", { d: "M10 9.5C10 10.0304 10.2107 10.5391 10.5858 10.9142C10.9609 11.2893 11.4696 11.5 12 11.5C12.5304 11.5 13.0391 11.2893 13.4142 10.9142C13.7893 10.5391 14 10.0304 14 9.5C14 8.96957 13.7893 8.46086 13.4142 8.08579C13.0391 7.71071 12.5304 7.5 12 7.5C11.4696 7.5 10.9609 7.71071 10.5858 8.08579C10.2107 8.46086 10 8.96957 10 9.5Z", fill: color != null ? color : "none" }),
|
|
2631
|
+
/* @__PURE__ */ jsx("path", { d: "M4 8.5V6.5C4 5.96957 4.21071 5.46086 4.58579 5.08579C4.96086 4.71071 5.46957 4.5 6 4.5H8M4 16.5V18.5C4 19.0304 4.21071 19.5391 4.58579 19.9142C4.96086 20.2893 5.46957 20.5 6 20.5H8M16 4.5H18C18.5304 4.5 19.0391 4.71071 19.4142 5.08579C19.7893 5.46086 20 5.96957 20 6.5V8.5M16 20.5H18C18.5304 20.5 19.0391 20.2893 19.4142 19.9142C19.7893 19.5391 20 19.0304 20 18.5V16.5M10 9.5C10 10.0304 10.2107 10.5391 10.5858 10.9142C10.9609 11.2893 11.4696 11.5 12 11.5C12.5304 11.5 13.0391 11.2893 13.4142 10.9142C13.7893 10.5391 14 10.0304 14 9.5C14 8.96957 13.7893 8.46086 13.4142 8.08579C13.0391 7.71071 12.5304 7.5 12 7.5C11.4696 7.5 10.9609 7.71071 10.5858 8.08579C10.2107 8.46086 10 8.96957 10 9.5ZM8 16.5C8 15.9696 8.21071 15.4609 8.58579 15.0858C8.96086 14.7107 9.46957 14.5 10 14.5H14C14.5304 14.5 15.0391 14.7107 15.4142 15.0858C15.7893 15.4609 16 15.9696 16 16.5H8Z", stroke: color != null ? color : "none", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2599
2632
|
] });
|
|
2600
2633
|
};
|
|
2601
2634
|
var IconUser = ({ color }) => {
|
|
@@ -2718,9 +2751,9 @@ var IconWallet = ({ width, height, color }) => {
|
|
|
2718
2751
|
var IconWarningTriangle = ({ color }) => {
|
|
2719
2752
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: [
|
|
2720
2753
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_4038_8399)", children: [
|
|
2721
|
-
/* @__PURE__ */ jsx("path", { d: "M12 9V13", stroke: color
|
|
2722
|
-
/* @__PURE__ */ jsx("path", { d: "M10.3625 3.58728L2.2565 17.1213C2.08939 17.4107 2.00096 17.7388 2.00001 18.0729C1.99905 18.4071 2.0856 18.7357 2.25104 19.026C2.41649 19.3164 2.65506 19.5583 2.94304 19.7278C3.23101 19.8974 3.55835 19.9885 3.8925 19.9923H20.1065C20.4405 19.9884 20.7677 19.8972 21.0555 19.7278C21.3433 19.5583 21.5818 19.3165 21.7472 19.0263C21.9126 18.7361 21.9992 18.4077 21.9984 18.0736C21.9976 17.7396 21.9094 17.4116 21.7425 17.1223L13.6365 3.58628C13.466 3.30479 13.2257 3.07203 12.9389 2.91048C12.6522 2.74893 12.3286 2.66406 11.9995 2.66406C11.6704 2.66406 11.3468 2.74893 11.06 2.91048C10.7733 3.07203 10.533 3.30479 10.3625 3.58628V3.58728Z", stroke: color
|
|
2723
|
-
/* @__PURE__ */ jsx("path", { d: "M12 16H12.01", stroke: color
|
|
2754
|
+
/* @__PURE__ */ jsx("path", { d: "M12 9V13", stroke: color != null ? color : "#E84040", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2755
|
+
/* @__PURE__ */ jsx("path", { d: "M10.3625 3.58728L2.2565 17.1213C2.08939 17.4107 2.00096 17.7388 2.00001 18.0729C1.99905 18.4071 2.0856 18.7357 2.25104 19.026C2.41649 19.3164 2.65506 19.5583 2.94304 19.7278C3.23101 19.8974 3.55835 19.9885 3.8925 19.9923H20.1065C20.4405 19.9884 20.7677 19.8972 21.0555 19.7278C21.3433 19.5583 21.5818 19.3165 21.7472 19.0263C21.9126 18.7361 21.9992 18.4077 21.9984 18.0736C21.9976 17.7396 21.9094 17.4116 21.7425 17.1223L13.6365 3.58628C13.466 3.30479 13.2257 3.07203 12.9389 2.91048C12.6522 2.74893 12.3286 2.66406 11.9995 2.66406C11.6704 2.66406 11.3468 2.74893 11.06 2.91048C10.7733 3.07203 10.533 3.30479 10.3625 3.58628V3.58728Z", stroke: color != null ? color : "#E84040", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2756
|
+
/* @__PURE__ */ jsx("path", { d: "M12 16H12.01", stroke: color != null ? color : "#E84040", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2724
2757
|
] }),
|
|
2725
2758
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_4038_8399", children: /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2726
2759
|
] });
|
|
@@ -3496,6 +3529,6 @@ var ArrowFrameOutlineRightIcon = ({ color }) => /* @__PURE__ */ jsx("svg", { wid
|
|
|
3496
3529
|
var ArrowFrameOutlineDownIcon = ({ color }) => /* @__PURE__ */ jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("path", { d: "M15 11L12 14L9 11M12 3C19.2 3 21 4.8 21 12C21 19.2 19.2 21 12 21C4.8 21 3 19.2 3 12C3 4.8 4.8 3 12 3Z", stroke: color || "#999999", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) });
|
|
3497
3530
|
var ArrowFrameOutlineLeftIcon = ({ color }) => /* @__PURE__ */ jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("path", { d: "M13 15L10 12L13 9M12 3C19.2 3 21 4.8 21 12C21 19.2 19.2 21 12 21C4.8 21 3 19.2 3 12C3 4.8 4.8 3 12 3Z", stroke: color || "#999999", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) });
|
|
3498
3531
|
|
|
3499
|
-
export { AnalisisRisikoKreditNasabahIcon, AppendixIcon, ArrowFrameOutlineDownIcon, ArrowFrameOutlineLeftIcon, ArrowFrameOutlineRightIcon, ArrowFrameOutlineUpIcon, ArrowLeft, ArrowRight, ArrowStandardDownIcon, ArrowStandardLeftIcon, ArrowStandardRightIcon, ArrowStandardUpIcon, ArrowStandardUpRightIcon, ArrowUpDown, AuctionHammerIcon, BgBuilding, BgPerson, CalculatorIcon, CapsLockOn, CashIcon, CheckboxBorder, CheckboxChecked, ChecklistDokumenPaketKreditIcon, ChecklistGreen, CircleCheck, CircleCross, CommentBuble, CreditRiskRatingIcon, Dashboard, DefaultAvatarIcon, DefaultImageIcon, DocumentNotFound, DokumenPenjagaanIcon, DownloadDocumentIcon, DownloadIconLarge, DownloadIconSmall, EmptyDataIcon, FileOutlineCustom, FilePdfIcon, GenerateDocumentIcon, HandstopSign, HomeAssetIcon, IconAdd, IconBiometricScan, IconBrokenImage, IconCalendar, IconCardOrange, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconConfeti, IconCross, IconCrossLine, IconDeleteBin, IconDocument, IconDocumentAdd, IconDocumentAddOutline, IconDocumentSleve, IconDownloadOutline, IconDuplicate, IconEdit, IconExclamation, IconFile, IconFileCSV, IconFileDocx, IconFileDrive, IconFileJPG, IconFileOutline, IconFilePDF, IconFileSleve, IconFileXls, IconFingerScan, IconGradingRounded, IconHomeOutlined, IconImage, IconInfo, IconInfoBgPutih, IconInfoHover, IconListDocument, IconModalClose, IconMoney, IconMoneyOne, IconMoneyTwo, IconNoData, IconOnProcess, IconPeople, IconPeopleGroup, IconPhone, IconPlus, IconProgress, IconRecycle, IconReset, IconSave, IconSaveOutlined, IconSearch, IconSendBlue, IconSendOrange, IconSendWhite, IconSendWhiteFull, IconShuffle, IconTrash, IconTrashOutline, IconUpload, IconUser, IconUserScan, IconVerification, IconWallet, IconWarningTriangle, InformasiKursIcon, InformasiNasabahIcon, InformationIcon, LoaderIcon, LogoutIcon, MatriksRiskDanMitigationIcon, MaximizeIcon, MinimizeIcon, MoneyIcon, NoInternetConnectionIcon, NotFoundIcon, NotulenRapatPraKomiteIcon, OfferingLetterIcon, PengajuanDanFasilitasKreditIcon, PersonIcon, PrimitiveColor, ProfitabilitasDanHubunganNasabahIcon, RefreshIcon, RekeningEscrowIcon, RekeningOprasionalIcon, RekeningTujuanIcon, RekomendasiPutusanIcon, ReloadIcon, RingkasanEksekutifIcon, StepOnProgress, SuffleIcon, TargetDartIcon, ThumbDialogConfirm, ThumbDialogSuccess, ThumbDialogWarning, ThumbDialogWarningV2, ThumbModalError, ThumbOnProgress, ThumbSendFailed, ThumbSendSuccess, Thumblock, ThumbsUp, UploadIcon, UsersIcon };
|
|
3500
|
-
//# sourceMappingURL=chunk-
|
|
3501
|
-
//# sourceMappingURL=chunk-
|
|
3532
|
+
export { AnalisisRisikoKreditNasabahIcon, AppendixIcon, ArrowFrameOutlineDownIcon, ArrowFrameOutlineLeftIcon, ArrowFrameOutlineRightIcon, ArrowFrameOutlineUpIcon, ArrowLeft, ArrowRight, ArrowStandardDownIcon, ArrowStandardLeftIcon, ArrowStandardRightIcon, ArrowStandardUpIcon, ArrowStandardUpRightIcon, ArrowUpDown, AuctionHammerIcon, BgBuilding, BgPerson, CalculatorIcon, CapsLockOn, CashIcon, CheckboxBorder, CheckboxChecked, ChecklistDokumenPaketKreditIcon, ChecklistGreen, CircleCheck, CircleCross, CommentBuble, CreditRiskRatingIcon, Dashboard, DefaultAvatarIcon, DefaultImageIcon, DocumentNotFound, DokumenPenjagaanIcon, DownloadDocumentIcon, DownloadIconLarge, DownloadIconSmall, EmptyDataIcon, FileOutlineCustom, FilePdfIcon, GenerateDocumentIcon, HandstopSign, HomeAssetIcon, IconAdd, IconBiometricScan, IconBrokenImage, IconCalendar, IconCardOrange, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconConfeti, IconCross, IconCrossLine, IconDeleteBin, IconDocument, IconDocumentAdd, IconDocumentAddOutline, IconDocumentSleve, IconDownloadOutline, IconDuplicate, IconEdit, IconExclamation, IconFile, IconFileCSV, IconFileDocx, IconFileDrive, IconFileJPG, IconFileOutline, IconFilePDF, IconFileSleve, IconFileXls, IconFingerScan, IconGradingRounded, IconHomeOutlined, IconImage, IconInfo, IconInfoBgPutih, IconInfoHover, IconListDocument, IconModalClose, IconMoney, IconMoneyOne, IconMoneyTwo, IconNoData, IconOnProcess, IconPeople, IconPeopleGroup, IconPhone, IconPlus, IconProgress, IconRecycle, IconReset, IconSave, IconSaveOutlined, IconSearch, IconSendBlue, IconSendOrange, IconSendWhite, IconSendWhiteFull, IconShuffle, IconTrash, IconTrashOutline, IconUpload, IconUser, IconUserScan, IconVerification, IconWallet, IconWarningTriangle, InformasiKursIcon, InformasiNasabahIcon, InformationIcon, LoaderIcon, LogoutIcon, MatriksRiskDanMitigationIcon, MaximizeIcon, MinimizeIcon, MoneyIcon, NoInternetConnectionIcon, NotFoundIcon, NotulenRapatPraKomiteIcon, OfferingLetterIcon, PengajuanDanFasilitasKreditIcon, PersonIcon, PrimitiveColor, ProfitabilitasDanHubunganNasabahIcon, RefreshIcon, RekeningEscrowIcon, RekeningOprasionalIcon, RekeningTujuanIcon, RekomendasiPutusanIcon, ReloadIcon, RingkasanEksekutifIcon, StepOnProgress, SuffleIcon, TargetDartIcon, ThumbDialogConfirm, ThumbDialogSuccess, ThumbDialogWarning, ThumbDialogWarningV2, ThumbModalError, ThumbOnProgress, ThumbSendFailed, ThumbSendSuccess, Thumblock, ThumbsUp, UploadIcon, UsersIcon, __objRest, __publicField, __spreadProps, __spreadValues };
|
|
3533
|
+
//# sourceMappingURL=chunk-ZA4TTXLC.mjs.map
|
|
3534
|
+
//# sourceMappingURL=chunk-ZA4TTXLC.mjs.map
|