@campxdev/react-blueprint 2.0.5 → 2.0.6
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/Icons.d.ts +146 -681
- package/dist/cjs/types/src/components/Input/export.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/Icons.d.ts +146 -681
- package/dist/esm/types/src/components/Input/export.d.ts +1 -0
- package/dist/index.d.ts +152 -682
- package/package.json +1 -1
|
@@ -1,710 +1,175 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
1
|
+
import { FC, MouseEvent } from 'react';
|
|
2
2
|
export interface IconProps {
|
|
3
3
|
color?: string;
|
|
4
4
|
size?: number;
|
|
5
5
|
hoverColor?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
onClick?: (event: MouseEvent<Element>) => void;
|
|
6
8
|
}
|
|
7
9
|
export type IconComponent = FC<IconProps>;
|
|
8
10
|
export type IconsType = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
RedoIcon: IconComponent;
|
|
15
|
-
WhatsappIcon: IconComponent;
|
|
16
|
-
AssignmentIcon: IconComponent;
|
|
17
|
-
ThreeDotsMenuIcon: IconComponent;
|
|
18
|
-
ReportIssueIcon: IconComponent;
|
|
19
|
-
SmsIcon: IconComponent;
|
|
20
|
-
EmailIcon: IconComponent;
|
|
21
|
-
TextLocalIcon: IconComponent;
|
|
22
|
-
ApproveIcon: IconComponent;
|
|
23
|
-
RejectIcon: IconComponent;
|
|
24
|
-
ArrowBackIcon: IconComponent;
|
|
25
|
-
CollapseIcon: IconComponent;
|
|
26
|
-
MinusSquare: IconComponent;
|
|
11
|
+
AcademicFeesIcon: IconComponent;
|
|
12
|
+
AcademicsIcon: IconComponent;
|
|
13
|
+
AccordionArrow: IconComponent;
|
|
14
|
+
ActiveDevicesIcon: IconComponent;
|
|
15
|
+
ActivitylogsIcon: IconComponent;
|
|
27
16
|
AddSquare: IconComponent;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
17
|
+
AdminIcon: IconComponent;
|
|
18
|
+
AdministratorIcon: IconComponent;
|
|
19
|
+
AdmissionIcon: IconComponent;
|
|
20
|
+
AlertFilledIcon: IconComponent;
|
|
32
21
|
AppsIcon: IconComponent;
|
|
22
|
+
ApproveIcon: IconComponent;
|
|
23
|
+
ArchiveIcon: IconComponent;
|
|
24
|
+
ArrowBackIcon: IconComponent;
|
|
25
|
+
AssessmentsIcon: IconComponent;
|
|
26
|
+
AssignmentIcon: IconComponent;
|
|
27
|
+
AttachmentIcon: IconComponent;
|
|
28
|
+
AttendanceIcon: IconComponent;
|
|
29
|
+
BarChartIcon: IconComponent;
|
|
30
|
+
BookletIcon: IconComponent;
|
|
31
|
+
BulbIcon: IconComponent;
|
|
32
|
+
CalendarIcon: IconComponent;
|
|
33
|
+
CampxFullLogoIcon: IconComponent;
|
|
34
|
+
CampxIcon: IconComponent;
|
|
33
35
|
CareerIcon: IconComponent;
|
|
36
|
+
CareersIcon: IconComponent;
|
|
37
|
+
CautionIcon: IconComponent;
|
|
38
|
+
CertificateIcon: IconComponent;
|
|
39
|
+
CetIcon: IconComponent;
|
|
40
|
+
CheckedCheckboxIcon: IconComponent;
|
|
41
|
+
CheckedRadioIcon: IconComponent;
|
|
42
|
+
ClassroomsIcon: IconComponent;
|
|
43
|
+
ClearIcon: IconComponent;
|
|
34
44
|
ClogWheelIcon: IconComponent;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
VisibilityOffIcon: IconComponent;
|
|
38
|
-
DownloadIcon: IconComponent;
|
|
39
|
-
HelpIcon: IconComponent;
|
|
40
|
-
HomeIcon: IconComponent;
|
|
41
|
-
LeftIcon: IconComponent;
|
|
42
|
-
ExamResultIcon: IconComponent;
|
|
43
|
-
NotificationIcon: IconComponent;
|
|
44
|
-
RightIcon: IconComponent;
|
|
45
|
-
SuccessFilledIcon: IconComponent;
|
|
46
|
-
InfoFilledIcon: IconComponent;
|
|
47
|
-
WarningFilledIcon: IconComponent;
|
|
48
|
-
AlertFilledIcon: IconComponent;
|
|
49
|
-
CrossIcon2: IconComponent;
|
|
50
|
-
ExcelIcon: IconComponent;
|
|
51
|
-
ImageIcon: IconComponent;
|
|
52
|
-
AttachmentIcon: IconComponent;
|
|
53
|
-
PdfIcon: IconComponent;
|
|
54
|
-
DocumentIcon: IconComponent;
|
|
55
|
-
ConfigureIcon: IconComponent;
|
|
45
|
+
CollapseIcon: IconComponent;
|
|
46
|
+
ColumnsIcon: IconComponent;
|
|
56
47
|
ComfortableIcon: IconComponent;
|
|
48
|
+
CommutexIcon: IconComponent;
|
|
57
49
|
CompactIcon: IconComponent;
|
|
58
|
-
StandardIcon: IconComponent;
|
|
59
|
-
LogoutIcon: IconComponent;
|
|
60
|
-
ColumnsIcon: IconComponent;
|
|
61
|
-
AccordionArrow: IconComponent;
|
|
62
|
-
TicketsIcon: IconComponent;
|
|
63
|
-
FilterIcon: IconComponent;
|
|
64
|
-
ExportIcon: IconComponent;
|
|
65
|
-
ProfileIcon: IconComponent;
|
|
66
|
-
InstitutionsIcon: IconComponent;
|
|
67
|
-
ActiveDevicesIcon: IconComponent;
|
|
68
|
-
NavigationIcon: IconComponent;
|
|
69
50
|
CompletedStateIcon: IconComponent;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
DeviceIcon: IconComponent;
|
|
51
|
+
ConcessionIcon: IconComponent;
|
|
52
|
+
ConfigurationsIcon: IconComponent;
|
|
53
|
+
ConfigureIcon: IconComponent;
|
|
54
|
+
CopyIcon: IconComponent;
|
|
55
|
+
CounsellorIcon: IconComponent;
|
|
56
|
+
CourseInfoIcon: IconComponent;
|
|
57
|
+
CreditMemoIcon: IconComponent;
|
|
78
58
|
CrossIcon: IconComponent;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
CampxFullLogoIcon: IconComponent;
|
|
83
|
-
CommutexIcon: IconComponent;
|
|
84
|
-
EnrollxIcon: IconComponent;
|
|
85
|
-
PeoplexIcon: IconComponent;
|
|
86
|
-
PayxIcon: IconComponent;
|
|
87
|
-
HostelxIcon: IconComponent;
|
|
88
|
-
ExamxIcon: IconComponent;
|
|
89
|
-
UmsIcon: IconComponent;
|
|
90
|
-
AdminIcon: IconComponent;
|
|
91
|
-
ShareIcon: IconComponent;
|
|
92
|
-
SaveIcon: IconComponent;
|
|
93
|
-
SearchIcon: IconComponent;
|
|
59
|
+
CrossIcon2: IconComponent;
|
|
60
|
+
DashBoardIcon: IconComponent;
|
|
61
|
+
DatabaseIcon: IconComponent;
|
|
94
62
|
DeleteIcon: IconComponent;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
AcademicsIcon: IconComponent;
|
|
99
|
-
ViewsIcon: IconComponent;
|
|
100
|
-
HandoutsIcon: IconComponent;
|
|
101
|
-
StudentsIcon: IconComponent;
|
|
102
|
-
AssessmentsIcon: IconComponent;
|
|
103
|
-
ArchiveIcon: IconComponent;
|
|
104
|
-
TasksIcon: IconComponent;
|
|
105
|
-
CourseInfoIcon: IconComponent;
|
|
106
|
-
StatisticsIcon: IconComponent;
|
|
107
|
-
CalendarIcon: IconComponent;
|
|
108
|
-
AttendanceIcon: IconComponent;
|
|
109
|
-
ResourcesIcon: IconComponent;
|
|
110
|
-
TimeTableIcon: IconComponent;
|
|
111
|
-
TimerIcon: IconComponent;
|
|
112
|
-
QuizIcon: IconComponent;
|
|
113
|
-
LeadsIcon: IconComponent;
|
|
114
|
-
AdmissionIcon: IconComponent;
|
|
115
|
-
CounsellorIcon: IconComponent;
|
|
116
|
-
ConcessionIcon: IconComponent;
|
|
117
|
-
ReportIcon: IconComponent;
|
|
118
|
-
CetIcon: IconComponent;
|
|
119
|
-
CertificateIcon: IconComponent;
|
|
120
|
-
HostlerIcon: IconComponent;
|
|
121
|
-
FeePaymentIcon: IconComponent;
|
|
122
|
-
TicketSystemIcon: IconComponent;
|
|
123
|
-
RegistrationIcon: IconComponent;
|
|
124
|
-
RouteIcon: IconComponent;
|
|
125
|
-
ManageUserIcon: IconComponent;
|
|
126
|
-
ImportIcon: IconComponent;
|
|
127
|
-
ExportMenuIcon: IconComponent;
|
|
128
|
-
NoticeBoardIcon: IconComponent;
|
|
129
|
-
AcademicFeesIcon: IconComponent;
|
|
130
|
-
OnlineTransactionIcon: IconComponent;
|
|
131
|
-
OpenPaymentsIcon: IconComponent;
|
|
132
|
-
TransactionCardIcon: IconComponent;
|
|
133
|
-
HamburgerMenuIcon: IconComponent;
|
|
134
|
-
ObeIcon: IconComponent;
|
|
135
|
-
SettlementsIcon: IconComponent;
|
|
63
|
+
DeviceIcon: IconComponent;
|
|
64
|
+
DocumentIcon: IconComponent;
|
|
65
|
+
DoneSquare: IconComponent;
|
|
136
66
|
DownArrow: IconComponent;
|
|
137
|
-
|
|
138
|
-
LineDividerIcon: IconComponent;
|
|
139
|
-
WorkFlowDocsIcon: IconComponent;
|
|
140
|
-
RaiseTicketIcon: IconComponent;
|
|
141
|
-
HelpDocsIcon: IconComponent;
|
|
142
|
-
FeedbackStarIcon: IconComponent;
|
|
143
|
-
BookletIcon: IconComponent;
|
|
67
|
+
DownloadIcon: IconComponent;
|
|
144
68
|
DFormsIcon: IconComponent;
|
|
69
|
+
EditIcon: IconComponent;
|
|
70
|
+
EmailIcon: IconComponent;
|
|
71
|
+
EnrollxIcon: IconComponent;
|
|
72
|
+
EvaluationIcon: IconComponent;
|
|
145
73
|
ExamConfigurationIcon: IconComponent;
|
|
146
74
|
ExamDetailsIcon: IconComponent;
|
|
75
|
+
ExamResultIcon: IconComponent;
|
|
76
|
+
ExamxIcon: IconComponent;
|
|
77
|
+
ExcelIcon: IconComponent;
|
|
78
|
+
ExpandIcon: IconComponent;
|
|
79
|
+
ExportIcon: IconComponent;
|
|
80
|
+
ExportMenuIcon: IconComponent;
|
|
147
81
|
FeeConfigurationIcon: IconComponent;
|
|
82
|
+
FeePaymentIcon: IconComponent;
|
|
83
|
+
FeedbackStarIcon: IconComponent;
|
|
84
|
+
FilterIcon: IconComponent;
|
|
85
|
+
FormBuilderIcon: IconComponent;
|
|
148
86
|
HallTicketsIcon: IconComponent;
|
|
87
|
+
HamburgerMenuIcon: IconComponent;
|
|
88
|
+
HandoutsIcon: IconComponent;
|
|
89
|
+
HelpDocsIcon: IconComponent;
|
|
90
|
+
HelpIcon: IconComponent;
|
|
91
|
+
HomeIcon: IconComponent;
|
|
92
|
+
HostelxIcon: IconComponent;
|
|
93
|
+
HostlerIcon: IconComponent;
|
|
94
|
+
ImageIcon: IconComponent;
|
|
95
|
+
ImportIcon: IconComponent;
|
|
96
|
+
InfoFilledIcon: IconComponent;
|
|
97
|
+
InfoIcon: IconComponent;
|
|
98
|
+
InstitutionsIcon: IconComponent;
|
|
99
|
+
InternalExamsIcon: IconComponent;
|
|
100
|
+
InvigilationIcon: IconComponent;
|
|
101
|
+
LegacyIcon: IconComponent;
|
|
102
|
+
LeadsIcon: IconComponent;
|
|
103
|
+
LeftIcon: IconComponent;
|
|
104
|
+
LineDividerIcon: IconComponent;
|
|
105
|
+
LocationIcon: IconComponent;
|
|
106
|
+
LogoutIcon: IconComponent;
|
|
107
|
+
ManageUserIcon: IconComponent;
|
|
149
108
|
MarksIcon: IconComponent;
|
|
109
|
+
MenteesIcon: IconComponent;
|
|
110
|
+
MentorsIcon: IconComponent;
|
|
111
|
+
MinusSquare: IconComponent;
|
|
112
|
+
MoreVertIcon: IconComponent;
|
|
113
|
+
NavigationIcon: IconComponent;
|
|
150
114
|
NominalSheetsIcon: IconComponent;
|
|
115
|
+
NoteIcon: IconComponent;
|
|
116
|
+
NoticeBoardIcon: IconComponent;
|
|
117
|
+
NotificationIcon: IconComponent;
|
|
118
|
+
ObeIcon: IconComponent;
|
|
151
119
|
OmrsIcon: IconComponent;
|
|
120
|
+
OnlineTransactionIcon: IconComponent;
|
|
121
|
+
OpenPaymentsIcon: IconComponent;
|
|
122
|
+
PayxIcon: IconComponent;
|
|
123
|
+
PdfIcon: IconComponent;
|
|
124
|
+
PeoplexIcon: IconComponent;
|
|
125
|
+
PrintDesignerIcon: IconComponent;
|
|
126
|
+
PrinterIcon: IconComponent;
|
|
127
|
+
ProductFeaturesIcon: IconComponent;
|
|
128
|
+
ProfileIcon: IconComponent;
|
|
129
|
+
QrIcon: IconComponent;
|
|
130
|
+
QuizIcon: IconComponent;
|
|
131
|
+
RaiseTicketIcon: IconComponent;
|
|
132
|
+
RedirectIcon: IconComponent;
|
|
133
|
+
RedoIcon: IconComponent;
|
|
134
|
+
RegistrationIcon: IconComponent;
|
|
135
|
+
RejectIcon: IconComponent;
|
|
136
|
+
ReportIcon: IconComponent;
|
|
137
|
+
ReportIssueIcon: IconComponent;
|
|
138
|
+
ResourcesIcon: IconComponent;
|
|
152
139
|
RevaluationIcon: IconComponent;
|
|
153
|
-
|
|
154
|
-
ActivitylogsIcon: IconComponent;
|
|
155
|
-
CareersIcon: IconComponent;
|
|
156
|
-
ClassroomsIcon: IconComponent;
|
|
157
|
-
ConfigurationsIcon: IconComponent;
|
|
158
|
-
FormBuilderIcon: IconComponent;
|
|
159
|
-
MenteesIcon: IconComponent;
|
|
160
|
-
MentorsIcon: IconComponent;
|
|
161
|
-
InternalExamsIcon: IconComponent;
|
|
162
|
-
BarChartIcon: IconComponent;
|
|
163
|
-
StopWatchIcon: IconComponent;
|
|
140
|
+
RightIcon: IconComponent;
|
|
164
141
|
RoomsIcon: IconComponent;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
142
|
+
RouteIcon: IconComponent;
|
|
143
|
+
SaveIcon: IconComponent;
|
|
144
|
+
ScanningIcon: IconComponent;
|
|
145
|
+
ScholarshipIcon: IconComponent;
|
|
146
|
+
SearchIcon: IconComponent;
|
|
169
147
|
SeatingPlan: IconComponent;
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
197
|
-
readonly ThreeDotsMenuIcon: ({ size, color, backgroundColor, }: {
|
|
198
|
-
size?: number;
|
|
199
|
-
color?: string;
|
|
200
|
-
backgroundColor?: string;
|
|
201
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
202
|
-
readonly ReportIssueIcon: ({ size }: {
|
|
203
|
-
size?: number;
|
|
204
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
205
|
-
readonly SmsIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
206
|
-
readonly EmailIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
207
|
-
readonly ApproveIcon: ({ size, color, }: {
|
|
208
|
-
size?: number;
|
|
209
|
-
color?: string;
|
|
210
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
211
|
-
readonly RejectIcon: ({ size, color, }: {
|
|
212
|
-
size?: number;
|
|
213
|
-
color?: string;
|
|
214
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
215
|
-
readonly ArrowBackIcon: ({ size }: {
|
|
216
|
-
size?: number;
|
|
217
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
218
|
-
readonly CollapseIcon: ({ size }: {
|
|
219
|
-
size?: number;
|
|
220
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
221
|
-
readonly MinusSquare: ({ size, color, }: {
|
|
222
|
-
size?: number;
|
|
223
|
-
color?: string;
|
|
224
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
225
|
-
readonly AddSquare: ({ size, color, }: {
|
|
226
|
-
size?: number;
|
|
227
|
-
color?: string;
|
|
228
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
229
|
-
readonly DoneSquare: ({ size, color, }: {
|
|
230
|
-
size?: number;
|
|
231
|
-
color?: string;
|
|
232
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
233
|
-
readonly ExpandIcon: ({ size }: {
|
|
234
|
-
size?: number;
|
|
235
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
236
|
-
readonly CreditMemoIcon: ({ color, size, }: {
|
|
237
|
-
color?: string;
|
|
238
|
-
size?: number;
|
|
239
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
240
|
-
readonly ScholarshipIcon: ({ color, size, }: {
|
|
241
|
-
color?: string;
|
|
242
|
-
size?: number;
|
|
243
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
244
|
-
readonly AppsIcon: ({ size }: {
|
|
245
|
-
size?: number;
|
|
246
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
247
|
-
readonly CareerIcon: ({ size }: {
|
|
248
|
-
size?: number;
|
|
249
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
250
|
-
readonly ClogWheelIcon: ({ size }: {
|
|
251
|
-
size?: number;
|
|
252
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
253
|
-
readonly DashBoardIcon: ({ size }: {
|
|
254
|
-
size?: number;
|
|
255
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
256
|
-
readonly VisibilityIcon: ({ size, color }: any) => import("react/jsx-runtime").JSX.Element;
|
|
257
|
-
readonly VisibilityOffIcon: ({ size, color }: any) => import("react/jsx-runtime").JSX.Element;
|
|
258
|
-
readonly DownloadIcon: ({ size }: {
|
|
259
|
-
size?: number;
|
|
260
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
261
|
-
readonly HelpIcon: ({ size }: {
|
|
262
|
-
size?: number;
|
|
263
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
264
|
-
readonly HomeIcon: ({ size }: {
|
|
265
|
-
size?: number;
|
|
266
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
267
|
-
readonly LeftIcon: ({ size }: {
|
|
268
|
-
size?: number;
|
|
269
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
270
|
-
readonly ExamResultIcon: ({ size }: {
|
|
271
|
-
size?: number;
|
|
272
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
273
|
-
readonly NotificationIcon: ({ size }: {
|
|
274
|
-
size?: number;
|
|
275
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
276
|
-
readonly RightIcon: ({ size }: {
|
|
277
|
-
size?: number;
|
|
278
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
279
|
-
readonly SuccessFilledIcon: ({ backgroundColor, size, }: {
|
|
280
|
-
backgroundColor?: string;
|
|
281
|
-
size?: number;
|
|
282
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
283
|
-
readonly InfoFilledIcon: ({ backgroundColor, size, }: {
|
|
284
|
-
backgroundColor?: string;
|
|
285
|
-
size?: number;
|
|
286
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
287
|
-
readonly WarningFilledIcon: ({ size, backgroundColor, }: {
|
|
288
|
-
backgroundColor?: string;
|
|
289
|
-
size?: number;
|
|
290
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
291
|
-
readonly AlertFilledIcon: ({ size, backgroundColor, }: {
|
|
292
|
-
backgroundColor?: string;
|
|
293
|
-
size?: number;
|
|
294
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
295
|
-
readonly CrossIcon2: () => import("react/jsx-runtime").JSX.Element;
|
|
296
|
-
readonly ExcelIcon: ({ size }: {
|
|
297
|
-
size?: number;
|
|
298
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
299
|
-
readonly ImageIcon: ({ size }: {
|
|
300
|
-
size?: number;
|
|
301
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
302
|
-
readonly AttachmentIcon: ({ size }: {
|
|
303
|
-
size?: number;
|
|
304
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
305
|
-
readonly PdfIcon: ({ size }: {
|
|
306
|
-
size?: number;
|
|
307
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
308
|
-
readonly DocumentIcon: ({ size }: {
|
|
309
|
-
size?: number;
|
|
310
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
311
|
-
readonly ConfigureIcon: ({ size }: {
|
|
312
|
-
size?: number;
|
|
313
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
314
|
-
readonly ComfortableIcon: ({ size }: {
|
|
315
|
-
size: number;
|
|
316
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
317
|
-
readonly CompactIcon: ({ size }: {
|
|
318
|
-
size: number;
|
|
319
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
320
|
-
readonly StandardIcon: ({ size }: {
|
|
321
|
-
size: number;
|
|
322
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
323
|
-
readonly LogoutIcon: ({ hoverColor, size, }: {
|
|
324
|
-
hoverColor?: string;
|
|
325
|
-
size?: number;
|
|
326
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
327
|
-
readonly ColumnsIcon: ({ size }: {
|
|
328
|
-
size?: number;
|
|
329
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
330
|
-
readonly AccordionArrow: ({ size }: {
|
|
331
|
-
size?: number;
|
|
332
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
333
|
-
readonly TicketsIcon: ({ size }: {
|
|
334
|
-
size?: number;
|
|
335
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
336
|
-
readonly FilterIcon: ({ size }: {
|
|
337
|
-
size?: number;
|
|
338
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
339
|
-
readonly ExportIcon: ({ sx, color, size, }: {
|
|
340
|
-
sx?: any;
|
|
341
|
-
color?: string;
|
|
342
|
-
size?: number;
|
|
343
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
344
|
-
readonly ProfileIcon: ({ size }: {
|
|
345
|
-
size?: number;
|
|
346
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
347
|
-
readonly InstitutionsIcon: ({ size }: {
|
|
348
|
-
size?: number;
|
|
349
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
350
|
-
readonly ActiveDevicesIcon: ({ size }: {
|
|
351
|
-
size?: number;
|
|
352
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
353
|
-
readonly NavigationIcon: ({ size }: {
|
|
354
|
-
size?: number;
|
|
355
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
356
|
-
readonly CompletedStateIcon: ({ size }: {
|
|
357
|
-
size?: number;
|
|
358
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
359
|
-
readonly UnCheckedCheckboxIcon: ({ size }: {
|
|
360
|
-
size?: number;
|
|
361
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
362
|
-
readonly CheckedCheckboxIcon: ({ size }: {
|
|
363
|
-
size?: number;
|
|
364
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
365
|
-
readonly UnCheckedRadioIcon: ({ size }: {
|
|
366
|
-
size?: number;
|
|
367
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
368
|
-
readonly CheckedRadioIcon: ({ size }: {
|
|
369
|
-
size?: number;
|
|
370
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
371
|
-
readonly BulbIcon: ({ size }: {
|
|
372
|
-
size?: number;
|
|
373
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
374
|
-
readonly InfoIcon: ({ size }: {
|
|
375
|
-
size?: number;
|
|
376
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
377
|
-
readonly LocationIcon: ({ size }: {
|
|
378
|
-
size?: number;
|
|
379
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
380
|
-
readonly DeviceIcon: ({ size }: {
|
|
381
|
-
size?: number;
|
|
382
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
383
|
-
readonly CrossIcon: ({ size }: {
|
|
384
|
-
size?: number;
|
|
385
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
386
|
-
readonly ProductFeaturesIcon: ({ size }: {
|
|
387
|
-
size?: number;
|
|
388
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
389
|
-
readonly CampxIcon: ({ size }: {
|
|
390
|
-
size?: number;
|
|
391
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
392
|
-
readonly AdministratorIcon: ({ size }: {
|
|
393
|
-
size?: number;
|
|
394
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
395
|
-
readonly CampxFullLogoIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
396
|
-
readonly CommutexIcon: ({ size }: {
|
|
397
|
-
size?: number;
|
|
398
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
399
|
-
readonly EnrollxIcon: ({ size }: {
|
|
400
|
-
size?: number;
|
|
401
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
402
|
-
readonly PeoplexIcon: ({ size }: {
|
|
403
|
-
size?: number;
|
|
404
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
405
|
-
readonly PayxIcon: ({ size }: {
|
|
406
|
-
size?: number;
|
|
407
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
408
|
-
readonly HostelxIcon: ({ size }: {
|
|
409
|
-
size?: number;
|
|
410
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
411
|
-
readonly ExamxIcon: ({ size }: {
|
|
412
|
-
size?: number;
|
|
413
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
414
|
-
readonly UmsIcon: ({ size }: {
|
|
415
|
-
size?: number;
|
|
416
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
417
|
-
readonly AdminIcon: ({ size }: {
|
|
418
|
-
size?: number;
|
|
419
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
420
|
-
readonly ShareIcon: ({ size }: {
|
|
421
|
-
size?: number;
|
|
422
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
423
|
-
readonly SaveIcon: ({ size }: {
|
|
424
|
-
size?: number;
|
|
425
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
426
|
-
readonly SearchIcon: ({ size, backgroundColor, }: {
|
|
427
|
-
size?: number;
|
|
428
|
-
backgroundColor?: string;
|
|
429
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
430
|
-
readonly DeleteIcon: ({ size }: {
|
|
431
|
-
size?: number;
|
|
432
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
433
|
-
readonly EditIcon: ({ size }: {
|
|
434
|
-
size?: number;
|
|
435
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
436
|
-
readonly ViewIcon: ({ size }: {
|
|
437
|
-
size?: number;
|
|
438
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
439
|
-
readonly RedirectIcon: ({ size, color, opacity, }: {
|
|
440
|
-
color?: string;
|
|
441
|
-
size?: number;
|
|
442
|
-
opacity?: string;
|
|
443
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
444
|
-
readonly AcademicsIcon: ({ sx, color, size, }: {
|
|
445
|
-
sx?: any;
|
|
446
|
-
color?: string;
|
|
447
|
-
size?: number;
|
|
448
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
449
|
-
readonly ViewsIcon: ({ size }: {
|
|
450
|
-
size?: number;
|
|
451
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
452
|
-
readonly HandoutsIcon: ({ sx, color, size, }: {
|
|
453
|
-
sx?: any;
|
|
454
|
-
color?: string;
|
|
455
|
-
size?: number;
|
|
456
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
457
|
-
readonly StudentsIcon: ({ sx, color, size, }: {
|
|
458
|
-
sx?: any;
|
|
459
|
-
color?: string;
|
|
460
|
-
size?: number;
|
|
461
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
462
|
-
readonly AssessmentsIcon: ({ sx, color, size, }: {
|
|
463
|
-
sx?: any;
|
|
464
|
-
color?: string;
|
|
465
|
-
size?: number;
|
|
466
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
467
|
-
readonly ArchiveIcon: ({ sx, color, size, }: {
|
|
468
|
-
sx?: any;
|
|
469
|
-
color?: string;
|
|
470
|
-
size?: number;
|
|
471
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
472
|
-
readonly TasksIcon: ({ sx, color, size, }: {
|
|
473
|
-
sx?: any;
|
|
474
|
-
color?: string;
|
|
475
|
-
size?: number;
|
|
476
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
477
|
-
readonly CourseInfoIcon: ({ sx, color, size, }: {
|
|
478
|
-
sx?: any;
|
|
479
|
-
color?: string;
|
|
480
|
-
size?: number;
|
|
481
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
482
|
-
readonly StatisticsIcon: ({ sx, color, size, }: {
|
|
483
|
-
sx?: any;
|
|
484
|
-
color?: string;
|
|
485
|
-
size?: number;
|
|
486
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
487
|
-
readonly CalendarIcon: ({ sx, color, size, }: {
|
|
488
|
-
sx?: any;
|
|
489
|
-
color?: string;
|
|
490
|
-
size?: number;
|
|
491
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
492
|
-
readonly AttendanceIcon: ({ sx, color, size, }: {
|
|
493
|
-
sx?: any;
|
|
494
|
-
color?: string;
|
|
495
|
-
size?: number;
|
|
496
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
497
|
-
readonly ResourcesIcon: ({ sx, color, size, }: {
|
|
498
|
-
sx?: any;
|
|
499
|
-
color?: string;
|
|
500
|
-
size?: number;
|
|
501
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
502
|
-
readonly TimeTableIcon: ({ sx, color, size, }: {
|
|
503
|
-
sx?: any;
|
|
504
|
-
color?: string;
|
|
505
|
-
size?: number;
|
|
506
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
507
|
-
readonly TimerIcon: ({ size }: {
|
|
508
|
-
size?: number;
|
|
509
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
510
|
-
readonly QuizIcon: ({ color, size }: {
|
|
511
|
-
color?: string;
|
|
512
|
-
size?: number;
|
|
513
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
514
|
-
readonly LeadsIcon: ({ size }: {
|
|
515
|
-
size?: number;
|
|
516
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
517
|
-
readonly AdmissionIcon: ({ size }: {
|
|
518
|
-
size?: number;
|
|
519
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
520
|
-
readonly CounsellorIcon: ({ size }: {
|
|
521
|
-
size?: number;
|
|
522
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
523
|
-
readonly ConcessionIcon: ({ size }: {
|
|
524
|
-
size?: number;
|
|
525
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
526
|
-
readonly ReportIcon: ({ size }: {
|
|
527
|
-
size?: number;
|
|
528
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
529
|
-
readonly CetIcon: ({ size }: {
|
|
530
|
-
size?: number;
|
|
531
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
532
|
-
readonly CertificateIcon: ({ size }: {
|
|
533
|
-
size?: number;
|
|
534
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
535
|
-
readonly HostlerIcon: ({ size }: {
|
|
536
|
-
size?: number;
|
|
537
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
538
|
-
readonly FeePaymentIcon: ({ size }: {
|
|
539
|
-
size?: number;
|
|
540
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
541
|
-
readonly TicketSystemIcon: ({ size }: {
|
|
542
|
-
size?: number;
|
|
543
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
544
|
-
readonly RegistrationIcon: ({ size }: {
|
|
545
|
-
size?: number;
|
|
546
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
547
|
-
readonly RouteIcon: ({ size }: {
|
|
548
|
-
size?: number;
|
|
549
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
550
|
-
readonly ManageUserIcon: ({ size }: {
|
|
551
|
-
size?: number;
|
|
552
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
553
|
-
readonly ImportIcon: ({ size }: {
|
|
554
|
-
size?: number;
|
|
555
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
556
|
-
readonly ExportMenuIcon: ({ size }: {
|
|
557
|
-
size?: number;
|
|
558
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
559
|
-
readonly NoticeBoardIcon: ({ size }: {
|
|
560
|
-
size?: number;
|
|
561
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
562
|
-
readonly AcademicFeesIcon: ({ size }: {
|
|
563
|
-
size?: number;
|
|
564
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
565
|
-
readonly OnlineTransactionIcon: ({ size }: {
|
|
566
|
-
size?: number;
|
|
567
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
568
|
-
readonly OpenPaymentsIcon: ({ size }: {
|
|
569
|
-
size?: number;
|
|
570
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
571
|
-
readonly TransactionCardIcon: ({ size }: {
|
|
572
|
-
size?: number;
|
|
573
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
574
|
-
readonly HamburgerMenuIcon: ({ size }: {
|
|
575
|
-
size?: number;
|
|
576
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
577
|
-
readonly ObeIcon: ({ size }: {
|
|
578
|
-
size?: number;
|
|
579
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
580
|
-
readonly SettlementsIcon: ({ color, size, }: {
|
|
581
|
-
color?: string;
|
|
582
|
-
size?: number;
|
|
583
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
584
|
-
readonly DownArrow: ({ size, disabled, onClick, }: {
|
|
585
|
-
size?: number;
|
|
586
|
-
disabled?: boolean;
|
|
587
|
-
onClick?: (e: React.MouseEvent<SVGSVGElement>) => void;
|
|
588
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
589
|
-
readonly ClearIcon: ({ size, onClick, }: {
|
|
590
|
-
size?: number;
|
|
591
|
-
onClick?: (e: React.MouseEvent) => void;
|
|
592
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
593
|
-
readonly LineDividerIcon: ({ size, height, }: {
|
|
594
|
-
size?: number;
|
|
595
|
-
height?: number;
|
|
596
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
597
|
-
readonly WorkFlowDocsIcon: ({ size }: {
|
|
598
|
-
size?: number;
|
|
599
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
600
|
-
readonly RaiseTicketIcon: ({ size }: {
|
|
601
|
-
size?: number;
|
|
602
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
603
|
-
readonly HelpDocsIcon: ({ size }: {
|
|
604
|
-
size?: number;
|
|
605
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
606
|
-
readonly FeedbackStarIcon: ({ size }: {
|
|
607
|
-
size: number;
|
|
608
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
609
|
-
readonly BookletIcon: ({ size }: {
|
|
610
|
-
size?: number;
|
|
611
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
612
|
-
readonly DFormsIcon: ({ size }: {
|
|
613
|
-
size?: number;
|
|
614
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
615
|
-
readonly ExamConfigurationIcon: ({ size }: {
|
|
616
|
-
size?: number;
|
|
617
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
618
|
-
readonly ExamDetailsIcon: ({ size }: {
|
|
619
|
-
size?: number;
|
|
620
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
621
|
-
readonly FeeConfigurationIcon: ({ size }: {
|
|
622
|
-
size?: number;
|
|
623
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
624
|
-
readonly HallTicketsIcon: ({ size }: {
|
|
625
|
-
size?: number;
|
|
626
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
627
|
-
readonly MarksIcon: ({ size }: {
|
|
628
|
-
size?: number;
|
|
629
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
630
|
-
readonly NominalSheetsIcon: ({ size }: {
|
|
631
|
-
size?: number;
|
|
632
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
633
|
-
readonly OmrsIcon: ({ size }: {
|
|
634
|
-
size?: number;
|
|
635
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
636
|
-
readonly RevaluationIcon: ({ size }: {
|
|
637
|
-
size?: number;
|
|
638
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
639
|
-
readonly ScanningIcon: ({ size }: {
|
|
640
|
-
size?: number;
|
|
641
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
642
|
-
readonly ActivitylogsIcon: ({ color, size, }: {
|
|
643
|
-
color?: string;
|
|
644
|
-
size?: number;
|
|
645
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
646
|
-
readonly CareersIcon: ({ color, size, }: {
|
|
647
|
-
color?: string;
|
|
648
|
-
size?: number;
|
|
649
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
650
|
-
readonly ClassroomsIcon: ({ color, size, }: {
|
|
651
|
-
color?: string;
|
|
652
|
-
size?: number;
|
|
653
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
654
|
-
readonly ConfigurationsIcon: ({ color, size, }: {
|
|
655
|
-
color?: string;
|
|
656
|
-
size?: number;
|
|
657
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
658
|
-
readonly FormBuilderIcon: ({ color, size, }: {
|
|
659
|
-
color?: string;
|
|
660
|
-
size?: number;
|
|
661
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
662
|
-
readonly MenteesIcon: ({ color, size, }: {
|
|
663
|
-
color?: string;
|
|
664
|
-
size?: number;
|
|
665
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
666
|
-
readonly MentorsIcon: ({ color, size, }: {
|
|
667
|
-
color?: string;
|
|
668
|
-
size?: number;
|
|
669
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
670
|
-
readonly InternalExamsIcon: ({ color, size, }: {
|
|
671
|
-
color?: string;
|
|
672
|
-
size?: number;
|
|
673
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
674
|
-
readonly BarChartIcon: ({ color, size, }: {
|
|
675
|
-
color?: string;
|
|
676
|
-
size?: number;
|
|
677
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
678
|
-
readonly StopWatchIcon: ({ color, size, }: {
|
|
679
|
-
color?: string;
|
|
680
|
-
size?: number;
|
|
681
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
682
|
-
readonly RoomsIcon: ({ color, size, }: {
|
|
683
|
-
color?: string;
|
|
684
|
-
size?: number;
|
|
685
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
686
|
-
readonly EvaluationIcon: ({ color, size, }: {
|
|
687
|
-
color?: string;
|
|
688
|
-
size?: number;
|
|
689
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
690
|
-
readonly SignaturesIcon: ({ color, size, }: {
|
|
691
|
-
color?: string;
|
|
692
|
-
size?: number;
|
|
693
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
694
|
-
readonly InvigilationIcon: ({ color, size, }: {
|
|
695
|
-
color?: string;
|
|
696
|
-
size?: number;
|
|
697
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
698
|
-
readonly DatabaseIcon: ({ color, size, }: {
|
|
699
|
-
color?: string;
|
|
700
|
-
size?: number;
|
|
701
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
702
|
-
readonly SeatingPlan: ({ color, size, }: {
|
|
703
|
-
color?: string;
|
|
704
|
-
size?: number;
|
|
705
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
706
|
-
readonly LegacyIcon: ({ color, size, }: {
|
|
707
|
-
color?: string;
|
|
708
|
-
size?: number;
|
|
709
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
148
|
+
SettlementsIcon: IconComponent;
|
|
149
|
+
ShareIcon: IconComponent;
|
|
150
|
+
SignaturesIcon: IconComponent;
|
|
151
|
+
SmsIcon: IconComponent;
|
|
152
|
+
StandardIcon: IconComponent;
|
|
153
|
+
StatisticsIcon: IconComponent;
|
|
154
|
+
StopWatchIcon: IconComponent;
|
|
155
|
+
StudentsIcon: IconComponent;
|
|
156
|
+
SuccessFilledIcon: IconComponent;
|
|
157
|
+
TasksIcon: IconComponent;
|
|
158
|
+
ThreeDotsMenuIcon: IconComponent;
|
|
159
|
+
TicketSystemIcon: IconComponent;
|
|
160
|
+
TicketsIcon: IconComponent;
|
|
161
|
+
TimeTableIcon: IconComponent;
|
|
162
|
+
TimerIcon: IconComponent;
|
|
163
|
+
TransactionCardIcon: IconComponent;
|
|
164
|
+
UmsIcon: IconComponent;
|
|
165
|
+
UnCheckedCheckboxIcon: IconComponent;
|
|
166
|
+
UnCheckedRadioIcon: IconComponent;
|
|
167
|
+
ViewIcon: IconComponent;
|
|
168
|
+
ViewsIcon: IconComponent;
|
|
169
|
+
VisibilityIcon: IconComponent;
|
|
170
|
+
VisibilityOffIcon: IconComponent;
|
|
171
|
+
WarningFilledIcon: IconComponent;
|
|
172
|
+
WhatsappIcon: IconComponent;
|
|
173
|
+
WorkFlowDocsIcon: IconComponent;
|
|
710
174
|
};
|
|
175
|
+
export declare const Icons: IconsType;
|