spotlibs-components 0.1.14 → 0.1.16

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.
@@ -1,103 +1,42 @@
1
1
  export * from '@tabler/icons-react';
2
+ export { A as AnalisisRisikoKreditNasabahIcon, a as AppendixIcon, B as BgBuilding, b as BgPerson, C as ChecklistDokumenPaketKreditIcon, c as CreditRiskRatingIcon, D as DefaultAvatarIcon, d as DefaultImageIcon, e as DokumenPenjagaanIcon, F as FilePdfIcon, I as InformasiKursIcon, f as InformasiNasabahIcon, M as MatriksRiskDanMitigationIcon, N as NotulenRapatPraKomiteIcon, O as OfferingLetterIcon, P as PengajuanDanFasilitasKreditIcon, g as ProfitabilitasDanHubunganNasabahIcon, R as RekeningEscrowIcon, h as RekeningOprasionalIcon, i as RekeningTujuanIcon, j as RekomendasiPutusanIcon, k as RingkasanEksekutifIcon } from '../../rekening-tujuan-icon-BfSXbixN.mjs';
2
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
4
 
4
- declare function FilePdfIcon({ color }: {
5
- color: any;
6
- }): react_jsx_runtime.JSX.Element;
7
-
8
- declare function AnalisisRisikoKreditNasabahIcon(): react_jsx_runtime.JSX.Element;
9
-
10
- declare function AppendixIcon(): react_jsx_runtime.JSX.Element;
11
-
12
- declare function BgBuilding(): react_jsx_runtime.JSX.Element;
13
-
14
- declare function BgPerson(): react_jsx_runtime.JSX.Element;
15
-
16
- declare function ChecklistDokumenPaketKreditIcon(): react_jsx_runtime.JSX.Element;
17
-
18
- declare function CreditRiskRatingIcon(): react_jsx_runtime.JSX.Element;
19
-
20
- declare function DokumenPenjagaanIcon(): react_jsx_runtime.JSX.Element;
21
-
22
- declare function EmptyDataIcon(): react_jsx_runtime.JSX.Element;
23
-
24
- declare function IconFileCSV(): react_jsx_runtime.JSX.Element;
25
-
26
- declare function IconFileDocx(): react_jsx_runtime.JSX.Element;
27
-
28
- declare function IconFileDrive({ color }: {
29
- color: any;
30
- }): react_jsx_runtime.JSX.Element;
31
-
32
- declare function IconFileJPG(): react_jsx_runtime.JSX.Element;
5
+ declare function WarningOutlineHero(): react_jsx_runtime.JSX.Element;
33
6
 
34
- declare function IconFilePDF({ noBorder, ...props }: {
35
- [x: string]: any;
36
- noBorder?: boolean;
37
- }): react_jsx_runtime.JSX.Element;
7
+ declare function SuccessHero(): react_jsx_runtime.JSX.Element;
38
8
 
39
- declare function IconFileXls(): react_jsx_runtime.JSX.Element;
9
+ declare function WarningHero(): react_jsx_runtime.JSX.Element;
40
10
 
41
- declare function InformasiKursIcon(): react_jsx_runtime.JSX.Element;
11
+ declare function LockHero(): react_jsx_runtime.JSX.Element;
42
12
 
43
- declare function InformasiNasabahIcon(): react_jsx_runtime.JSX.Element;
13
+ declare function ErrorHero(): react_jsx_runtime.JSX.Element;
44
14
 
45
- declare function MatriksRiskDanMitigationIcon(): react_jsx_runtime.JSX.Element;
15
+ declare function OnProgressHero(): react_jsx_runtime.JSX.Element;
46
16
 
47
- declare function NotulenRapatPraKomiteIcon(): react_jsx_runtime.JSX.Element;
17
+ declare function SentDecisionHero(): react_jsx_runtime.JSX.Element;
48
18
 
49
- declare function OfferingLetterIcon(): react_jsx_runtime.JSX.Element;
19
+ declare function SentSuccessfullyHero(): react_jsx_runtime.JSX.Element;
50
20
 
51
- declare function IconOnProcess(): react_jsx_runtime.JSX.Element;
21
+ declare function InformationHero(): react_jsx_runtime.JSX.Element;
52
22
 
53
- declare function PengajuanDanFasilitasKreditIcon(): react_jsx_runtime.JSX.Element;
23
+ declare function NoDataHero(): react_jsx_runtime.JSX.Element;
54
24
 
55
- declare function ProfitabilitasDanHubunganNasabahIcon(): react_jsx_runtime.JSX.Element;
25
+ declare function NoDocHero(): react_jsx_runtime.JSX.Element;
56
26
 
57
- declare function RekomendasiPutusanIcon(): react_jsx_runtime.JSX.Element;
27
+ declare function NoInternetHero(): react_jsx_runtime.JSX.Element;
58
28
 
59
- declare function RingkasanEksekutifIcon(): react_jsx_runtime.JSX.Element;
29
+ declare function FileCSVHero(): react_jsx_runtime.JSX.Element;
60
30
 
61
- declare function Thumblock(): react_jsx_runtime.JSX.Element;
31
+ declare function FileDOCXHero(): react_jsx_runtime.JSX.Element;
62
32
 
63
- declare function DefaultAvatarIcon({ width, height, strokeColor, fillColor1, fillColor2, fillColor3, }: {
64
- width?: string;
65
- height?: string;
66
- strokeColor?: string;
67
- fillColor1?: string;
68
- fillColor2?: string;
69
- fillColor3?: string;
70
- }): react_jsx_runtime.JSX.Element;
33
+ declare function FileJPGHero(): react_jsx_runtime.JSX.Element;
71
34
 
72
- declare function DefaultImageIcon({ width, height, bgColor, fillColor, }: {
73
- width?: string;
74
- height?: string;
75
- bgColor?: string;
76
- fillColor?: string;
35
+ declare function FilePDFHero({ noBorder, ...props }: {
36
+ [x: string]: any;
37
+ noBorder?: boolean;
77
38
  }): react_jsx_runtime.JSX.Element;
78
39
 
79
- declare function NoInternetConnectionIcon(): react_jsx_runtime.JSX.Element;
80
-
81
- declare function RekeningEscrowIcon(): react_jsx_runtime.JSX.Element;
82
-
83
- declare function RekeningOprasionalIcon(): react_jsx_runtime.JSX.Element;
84
-
85
- declare function RekeningTujuanIcon(): react_jsx_runtime.JSX.Element;
86
-
87
- declare function WarningOutlineHero(): react_jsx_runtime.JSX.Element;
88
-
89
- declare function SuccessHero(): react_jsx_runtime.JSX.Element;
90
-
91
- declare function WarningHero(): react_jsx_runtime.JSX.Element;
92
-
93
- declare function ErrorHero(): react_jsx_runtime.JSX.Element;
94
-
95
- declare function ThumbOnProgress(): react_jsx_runtime.JSX.Element;
96
-
97
- declare function ThumbSendFailed(): react_jsx_runtime.JSX.Element;
98
-
99
- declare function SentSuccessfullyHero(): react_jsx_runtime.JSX.Element;
100
-
101
- declare function InformationIcon(): react_jsx_runtime.JSX.Element;
40
+ declare function FileXLSHero(): react_jsx_runtime.JSX.Element;
102
41
 
103
- export { AnalisisRisikoKreditNasabahIcon, AppendixIcon, BgBuilding, BgPerson, ChecklistDokumenPaketKreditIcon, CreditRiskRatingIcon, DefaultAvatarIcon, DefaultImageIcon, DokumenPenjagaanIcon, EmptyDataIcon, ErrorHero, FilePdfIcon, IconFileCSV, IconFileDocx, IconFileDrive, IconFileJPG, IconFilePDF, IconFileXls, IconOnProcess, InformasiKursIcon, InformasiNasabahIcon, InformationIcon, MatriksRiskDanMitigationIcon, NoInternetConnectionIcon as NoInternetIcon, NotulenRapatPraKomiteIcon, OfferingLetterIcon, PengajuanDanFasilitasKreditIcon, ProfitabilitasDanHubunganNasabahIcon, RekeningEscrowIcon, RekeningOprasionalIcon, RekeningTujuanIcon, RekomendasiPutusanIcon, RingkasanEksekutifIcon, SentSuccessfullyHero, SuccessHero, ThumbOnProgress, ThumbSendFailed, Thumblock, WarningHero, WarningOutlineHero };
42
+ export { ErrorHero, FileCSVHero, FileDOCXHero, FileJPGHero, FilePDFHero, FileXLSHero, InformationHero, LockHero, NoDataHero, NoDocHero, NoInternetHero, OnProgressHero, SentDecisionHero, SentSuccessfullyHero, SuccessHero, WarningHero, WarningOutlineHero };