@customafk/lunas-ui 0.0.1-e → 0.0.1

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,174 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { I as IIconProps } from '../types-DdUenP1k.js';
3
- import { FC } from 'react';
4
-
5
- declare const AvatarIcon: {
6
- (props: IIconProps): react_jsx_runtime.JSX.Element;
7
- displayName: string;
8
- };
9
-
10
- declare const BlackDefaultLogo: {
11
- ({ width, height }: IIconProps): react_jsx_runtime.JSX.Element;
12
- displayName: string;
13
- };
14
-
15
- declare const BlackDefaultLogoWithIcon: {
16
- (props: IIconProps): react_jsx_runtime.JSX.Element;
17
- displayName: string;
18
- };
19
-
20
- declare const DefaultLogo: {
21
- (props: IIconProps): react_jsx_runtime.JSX.Element;
22
- displayName: string;
23
- };
24
-
25
- declare const DefaultLogoWithIcon: {
26
- ({ width, height }: IIconProps): react_jsx_runtime.JSX.Element;
27
- displayName: string;
28
- };
29
-
30
- declare const LocalCartIcon: {
31
- ({ color, size }: IIconProps): react_jsx_runtime.JSX.Element;
32
- displayName: string;
33
- };
34
-
35
- declare const LocalCoinIcon: FC<IIconProps>;
36
-
37
- declare const LocalGoogleIcon: {
38
- ({ size }: IIconProps): react_jsx_runtime.JSX.Element;
39
- displayName: string;
40
- };
41
-
42
- declare const LocalHeartIcon: {
43
- ({ color, size }: IIconProps): react_jsx_runtime.JSX.Element;
44
- displayName: string;
45
- };
46
-
47
- declare const LocalListIcon: {
48
- ({ color, size }: IIconProps): react_jsx_runtime.JSX.Element;
49
- displayName: string;
50
- };
51
-
52
- declare const LocalLockIcon: {
53
- ({ color, size }: IIconProps): react_jsx_runtime.JSX.Element;
54
- displayName: string;
55
- };
56
-
57
- declare const LocalPhoneIcon: {
58
- ({ color, size }: IIconProps): react_jsx_runtime.JSX.Element;
59
- displayName: string;
60
- };
61
-
62
- declare const LocalUserIcon: {
63
- (props: IIconProps): react_jsx_runtime.JSX.Element;
64
- displayName: string;
65
- };
66
-
67
- declare const Lucide2ChartBarIcon: {
68
- ({ color, size, ...rest }: IIconProps): react_jsx_runtime.JSX.Element;
69
- displayName: string;
70
- };
71
-
72
- declare const Lucide2ChevronDownIcon: {
73
- (props: IIconProps): react_jsx_runtime.JSX.Element;
74
- displayName: string;
75
- };
76
-
77
- declare const Lucide2ChevronUpIcon: {
78
- ({ color, size }: IIconProps): react_jsx_runtime.JSX.Element;
79
- displayName: string;
80
- };
81
-
82
- declare const Lucide2ChevronRight: FC<IIconProps>;
83
-
84
- declare const Lucide2CircleAlert: {
85
- (props: IIconProps): react_jsx_runtime.JSX.Element;
86
- displayName: string;
87
- };
88
-
89
- declare const Lucide2DiamondIcon: FC<IIconProps>;
90
-
91
- declare const Lucide2EyeIcon: {
92
- (props: IIconProps): react_jsx_runtime.JSX.Element;
93
- displayName: string;
94
- };
95
-
96
- declare const Lucide2EyeOffIcon: {
97
- (props: IIconProps): react_jsx_runtime.JSX.Element;
98
- displayName: string;
99
- };
100
-
101
- declare const Lucide2LayoutGrid: ({ color, size }: IIconProps) => react_jsx_runtime.JSX.Element;
102
-
103
- declare const Lucide2LayoutListIcon: ({ color, size, ...props }: IIconProps) => react_jsx_runtime.JSX.Element;
104
-
105
- declare const Lucide2LockIcon: {
106
- (props: IIconProps): react_jsx_runtime.JSX.Element;
107
- displayName: string;
108
- };
109
-
110
- declare const Lucide2LogOutIcon: {
111
- (props: IIconProps): react_jsx_runtime.JSX.Element;
112
- displayName: string;
113
- };
114
-
115
- declare const Lucide2MainIcon: {
116
- (props: IIconProps): react_jsx_runtime.JSX.Element;
117
- displayName: string;
118
- };
119
-
120
- declare const Lucide2MapPinIcon: {
121
- (props: IIconProps): react_jsx_runtime.JSX.Element;
122
- displayName: string;
123
- };
124
-
125
- declare const Lucide2MinusIcon: FC<IIconProps>;
126
-
127
- declare const Lucide2NewPaperIcon: {
128
- ({ color, size, ...rest }: IIconProps): react_jsx_runtime.JSX.Element;
129
- displayName: string;
130
- };
131
-
132
- declare const Lucide2PhoneIcon: {
133
- (props: IIconProps): react_jsx_runtime.JSX.Element;
134
- displayName: string;
135
- };
136
-
137
- declare const Lucide2PlusIcon: FC<IIconProps>;
138
-
139
- declare const Lucide2Row2Icon: {
140
- ({ color, size, ...rest }: IIconProps): react_jsx_runtime.JSX.Element;
141
- displayName: string;
142
- };
143
-
144
- declare const Lucide2SquarePenIcon: {
145
- (props: IIconProps): react_jsx_runtime.JSX.Element;
146
- displayName: string;
147
- };
148
-
149
- declare const Lucide2TriangleAlertIcon: {
150
- ({ size, color }: IIconProps): react_jsx_runtime.JSX.Element;
151
- displayName: string;
152
- };
153
-
154
- declare const Lucide2UserIcon: {
155
- (props: IIconProps): react_jsx_runtime.JSX.Element;
156
- displayName: string;
157
- };
158
-
159
- declare const Lucide2XIcon: {
160
- (props: IIconProps): react_jsx_runtime.JSX.Element;
161
- displayName: string;
162
- };
163
-
164
- declare const WhiteLogo: {
165
- (props: IIconProps): react_jsx_runtime.JSX.Element;
166
- displayName: string;
167
- };
168
-
169
- declare const WhiteLogoWithIcon: {
170
- (props: IIconProps): react_jsx_runtime.JSX.Element;
171
- displayName: string;
172
- };
173
-
174
- export { AvatarIcon, BlackDefaultLogo, BlackDefaultLogoWithIcon, DefaultLogo, DefaultLogoWithIcon, LocalCartIcon, LocalCoinIcon, LocalGoogleIcon, LocalHeartIcon, LocalListIcon, LocalLockIcon, LocalPhoneIcon, LocalUserIcon, Lucide2ChartBarIcon, Lucide2ChevronDownIcon, Lucide2ChevronRight as Lucide2ChevronRightIcon, Lucide2ChevronUpIcon, Lucide2CircleAlert, Lucide2DiamondIcon, Lucide2EyeIcon, Lucide2EyeOffIcon, Lucide2LayoutGrid, Lucide2LayoutListIcon, Lucide2LockIcon, Lucide2LogOutIcon, Lucide2MainIcon as Lucide2MailIcon, Lucide2MapPinIcon, Lucide2MinusIcon, Lucide2NewPaperIcon, Lucide2PhoneIcon, Lucide2PlusIcon, Lucide2Row2Icon, Lucide2SquarePenIcon, Lucide2TriangleAlertIcon, Lucide2UserIcon, Lucide2XIcon, WhiteLogo, WhiteLogoWithIcon };