@heartpace/icons 0.1.1 → 0.1.3
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/README.md +67 -4
- package/dist/categories.d.ts +23 -0
- package/dist/categories.json +1466 -0
- package/dist/index.d.mts +645 -385
- package/dist/index.d.ts +645 -385
- package/dist/index.js +550 -420
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +293 -228
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,120 +1,340 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
|
|
3
|
-
interface
|
|
3
|
+
interface ArrowChevronDownProps extends React.SVGProps<SVGSVGElement> {
|
|
4
4
|
}
|
|
5
|
-
declare const
|
|
5
|
+
declare const ArrowChevronDown: (props: ArrowChevronDownProps) => React.JSX.Element;
|
|
6
6
|
|
|
7
|
-
interface
|
|
7
|
+
interface ArrowChevronLeftProps extends React.SVGProps<SVGSVGElement> {
|
|
8
8
|
}
|
|
9
|
-
declare const
|
|
9
|
+
declare const ArrowChevronLeft: (props: ArrowChevronLeftProps) => React.JSX.Element;
|
|
10
10
|
|
|
11
|
-
interface
|
|
11
|
+
interface ArrowChevronRightProps extends React.SVGProps<SVGSVGElement> {
|
|
12
12
|
}
|
|
13
|
-
declare const
|
|
13
|
+
declare const ArrowChevronRight: (props: ArrowChevronRightProps) => React.JSX.Element;
|
|
14
14
|
|
|
15
|
-
interface
|
|
15
|
+
interface ArrowChevronUpProps extends React.SVGProps<SVGSVGElement> {
|
|
16
16
|
}
|
|
17
|
-
declare const
|
|
17
|
+
declare const ArrowChevronUp: (props: ArrowChevronUpProps) => React.JSX.Element;
|
|
18
18
|
|
|
19
|
-
interface
|
|
19
|
+
interface ArrowCloseMenuProps extends React.SVGProps<SVGSVGElement> {
|
|
20
20
|
}
|
|
21
|
-
declare const
|
|
21
|
+
declare const ArrowCloseMenu: (props: ArrowCloseMenuProps) => React.JSX.Element;
|
|
22
22
|
|
|
23
|
-
interface
|
|
23
|
+
interface ArrowOpenInNewTabProps extends React.SVGProps<SVGSVGElement> {
|
|
24
24
|
}
|
|
25
|
-
declare const
|
|
25
|
+
declare const ArrowOpenInNewTab: (props: ArrowOpenInNewTabProps) => React.JSX.Element;
|
|
26
26
|
|
|
27
|
-
interface
|
|
27
|
+
interface ArrowOpenMenuProps extends React.SVGProps<SVGSVGElement> {
|
|
28
28
|
}
|
|
29
|
-
declare const
|
|
29
|
+
declare const ArrowOpenMenu: (props: ArrowOpenMenuProps) => React.JSX.Element;
|
|
30
30
|
|
|
31
|
-
interface
|
|
31
|
+
interface ArrowRedoProps extends React.SVGProps<SVGSVGElement> {
|
|
32
32
|
}
|
|
33
|
-
declare const
|
|
33
|
+
declare const ArrowRedo: (props: ArrowRedoProps) => React.JSX.Element;
|
|
34
34
|
|
|
35
|
-
interface
|
|
35
|
+
interface ArrowRefresh2Props extends React.SVGProps<SVGSVGElement> {
|
|
36
36
|
}
|
|
37
|
-
declare const
|
|
37
|
+
declare const ArrowRefresh2: (props: ArrowRefresh2Props) => React.JSX.Element;
|
|
38
38
|
|
|
39
|
-
interface
|
|
39
|
+
interface ArrowRefreshProps extends React.SVGProps<SVGSVGElement> {
|
|
40
40
|
}
|
|
41
|
-
declare const
|
|
41
|
+
declare const ArrowRefresh: (props: ArrowRefreshProps) => React.JSX.Element;
|
|
42
42
|
|
|
43
|
-
interface
|
|
43
|
+
interface ArrowRepeatProps extends React.SVGProps<SVGSVGElement> {
|
|
44
44
|
}
|
|
45
|
-
declare const
|
|
45
|
+
declare const ArrowRepeat: (props: ArrowRepeatProps) => React.JSX.Element;
|
|
46
46
|
|
|
47
|
-
interface
|
|
47
|
+
interface ArrowRotateLeftProps extends React.SVGProps<SVGSVGElement> {
|
|
48
48
|
}
|
|
49
|
-
declare const
|
|
49
|
+
declare const ArrowRotateLeft: (props: ArrowRotateLeftProps) => React.JSX.Element;
|
|
50
50
|
|
|
51
|
-
interface
|
|
51
|
+
interface ArrowRotateRightProps extends React.SVGProps<SVGSVGElement> {
|
|
52
52
|
}
|
|
53
|
-
declare const
|
|
53
|
+
declare const ArrowRotateRight: (props: ArrowRotateRightProps) => React.JSX.Element;
|
|
54
54
|
|
|
55
|
-
interface
|
|
55
|
+
interface ArrowSwap2Props extends React.SVGProps<SVGSVGElement> {
|
|
56
56
|
}
|
|
57
|
-
declare const
|
|
57
|
+
declare const ArrowSwap2: (props: ArrowSwap2Props) => React.JSX.Element;
|
|
58
58
|
|
|
59
|
-
interface
|
|
59
|
+
interface ArrowSwapProps extends React.SVGProps<SVGSVGElement> {
|
|
60
60
|
}
|
|
61
|
-
declare const
|
|
61
|
+
declare const ArrowSwap: (props: ArrowSwapProps) => React.JSX.Element;
|
|
62
62
|
|
|
63
|
-
interface
|
|
63
|
+
interface ArrowTriangleLeftProps extends React.SVGProps<SVGSVGElement> {
|
|
64
64
|
}
|
|
65
|
-
declare const
|
|
65
|
+
declare const ArrowTriangleLeft: (props: ArrowTriangleLeftProps) => React.JSX.Element;
|
|
66
66
|
|
|
67
|
-
interface
|
|
67
|
+
interface ArrowTriangleRightProps extends React.SVGProps<SVGSVGElement> {
|
|
68
68
|
}
|
|
69
|
-
declare const
|
|
69
|
+
declare const ArrowTriangleRight: (props: ArrowTriangleRightProps) => React.JSX.Element;
|
|
70
70
|
|
|
71
|
-
interface
|
|
71
|
+
interface ArrowTriangleUpProps extends React.SVGProps<SVGSVGElement> {
|
|
72
72
|
}
|
|
73
|
-
declare const
|
|
73
|
+
declare const ArrowTriangleUp: (props: ArrowTriangleUpProps) => React.JSX.Element;
|
|
74
74
|
|
|
75
|
-
interface
|
|
75
|
+
interface ArrowTriangleDownProps extends React.SVGProps<SVGSVGElement> {
|
|
76
76
|
}
|
|
77
|
-
declare const
|
|
77
|
+
declare const ArrowTriangleDown: (props: ArrowTriangleDownProps) => React.JSX.Element;
|
|
78
78
|
|
|
79
|
-
interface
|
|
79
|
+
interface ArrowUndoProps extends React.SVGProps<SVGSVGElement> {
|
|
80
80
|
}
|
|
81
|
-
declare const
|
|
81
|
+
declare const ArrowUndo: (props: ArrowUndoProps) => React.JSX.Element;
|
|
82
82
|
|
|
83
|
-
interface
|
|
83
|
+
interface ArrowArrow2Props extends React.SVGProps<SVGSVGElement> {
|
|
84
84
|
}
|
|
85
|
-
declare const
|
|
85
|
+
declare const ArrowArrow2: (props: ArrowArrow2Props) => React.JSX.Element;
|
|
86
86
|
|
|
87
|
-
interface
|
|
87
|
+
interface ArrowArrow3Props extends React.SVGProps<SVGSVGElement> {
|
|
88
88
|
}
|
|
89
|
-
declare const
|
|
89
|
+
declare const ArrowArrow3: (props: ArrowArrow3Props) => React.JSX.Element;
|
|
90
90
|
|
|
91
|
-
interface
|
|
91
|
+
interface ArrowArrowDownProps extends React.SVGProps<SVGSVGElement> {
|
|
92
92
|
}
|
|
93
|
-
declare const
|
|
93
|
+
declare const ArrowArrowDown: (props: ArrowArrowDownProps) => React.JSX.Element;
|
|
94
94
|
|
|
95
|
-
interface
|
|
95
|
+
interface ArrowArrowLeftProps extends React.SVGProps<SVGSVGElement> {
|
|
96
96
|
}
|
|
97
|
-
declare const
|
|
97
|
+
declare const ArrowArrowLeft: (props: ArrowArrowLeftProps) => React.JSX.Element;
|
|
98
98
|
|
|
99
|
-
interface
|
|
99
|
+
interface ArrowArrowRightProps extends React.SVGProps<SVGSVGElement> {
|
|
100
100
|
}
|
|
101
|
-
declare const
|
|
101
|
+
declare const ArrowArrowRight: (props: ArrowArrowRightProps) => React.JSX.Element;
|
|
102
102
|
|
|
103
|
-
interface
|
|
103
|
+
interface ArrowArrowUpProps extends React.SVGProps<SVGSVGElement> {
|
|
104
104
|
}
|
|
105
|
-
declare const
|
|
105
|
+
declare const ArrowArrowUp: (props: ArrowArrowUpProps) => React.JSX.Element;
|
|
106
106
|
|
|
107
|
-
interface
|
|
107
|
+
interface ArrowDownProps extends React.SVGProps<SVGSVGElement> {
|
|
108
108
|
}
|
|
109
|
-
declare const
|
|
109
|
+
declare const ArrowDown: (props: ArrowDownProps) => React.JSX.Element;
|
|
110
110
|
|
|
111
|
-
interface
|
|
111
|
+
interface ArrowResetTimerProps extends React.SVGProps<SVGSVGElement> {
|
|
112
112
|
}
|
|
113
|
-
declare const
|
|
113
|
+
declare const ArrowResetTimer: (props: ArrowResetTimerProps) => React.JSX.Element;
|
|
114
114
|
|
|
115
|
-
interface
|
|
115
|
+
interface ArrowUpProps extends React.SVGProps<SVGSVGElement> {
|
|
116
116
|
}
|
|
117
|
-
declare const
|
|
117
|
+
declare const ArrowUp: (props: ArrowUpProps) => React.JSX.Element;
|
|
118
|
+
|
|
119
|
+
interface BoldAiAssistantProps extends React.SVGProps<SVGSVGElement> {
|
|
120
|
+
}
|
|
121
|
+
declare const BoldAiAssistant: (props: BoldAiAssistantProps) => React.JSX.Element;
|
|
122
|
+
|
|
123
|
+
interface BoldAddProps extends React.SVGProps<SVGSVGElement> {
|
|
124
|
+
}
|
|
125
|
+
declare const BoldAdd: (props: BoldAddProps) => React.JSX.Element;
|
|
126
|
+
|
|
127
|
+
interface BoldAdviceProps extends React.SVGProps<SVGSVGElement> {
|
|
128
|
+
}
|
|
129
|
+
declare const BoldAdvice: (props: BoldAdviceProps) => React.JSX.Element;
|
|
130
|
+
|
|
131
|
+
interface BoldArchiveProps extends React.SVGProps<SVGSVGElement> {
|
|
132
|
+
}
|
|
133
|
+
declare const BoldArchive: (props: BoldArchiveProps) => React.JSX.Element;
|
|
134
|
+
|
|
135
|
+
interface BoldBoardProps extends React.SVGProps<SVGSVGElement> {
|
|
136
|
+
}
|
|
137
|
+
declare const BoldBoard: (props: BoldBoardProps) => React.JSX.Element;
|
|
138
|
+
|
|
139
|
+
interface BoldBonusProps extends React.SVGProps<SVGSVGElement> {
|
|
140
|
+
}
|
|
141
|
+
declare const BoldBonus: (props: BoldBonusProps) => React.JSX.Element;
|
|
142
|
+
|
|
143
|
+
interface BoldCalendarProps extends React.SVGProps<SVGSVGElement> {
|
|
144
|
+
}
|
|
145
|
+
declare const BoldCalendar: (props: BoldCalendarProps) => React.JSX.Element;
|
|
146
|
+
|
|
147
|
+
interface BoldChairProps extends React.SVGProps<SVGSVGElement> {
|
|
148
|
+
}
|
|
149
|
+
declare const BoldChair: (props: BoldChairProps) => React.JSX.Element;
|
|
150
|
+
|
|
151
|
+
interface BoldChartProps extends React.SVGProps<SVGSVGElement> {
|
|
152
|
+
}
|
|
153
|
+
declare const BoldChart: (props: BoldChartProps) => React.JSX.Element;
|
|
154
|
+
|
|
155
|
+
interface BoldColourProps extends React.SVGProps<SVGSVGElement> {
|
|
156
|
+
}
|
|
157
|
+
declare const BoldColour: (props: BoldColourProps) => React.JSX.Element;
|
|
158
|
+
|
|
159
|
+
interface BoldColumnProps extends React.SVGProps<SVGSVGElement> {
|
|
160
|
+
}
|
|
161
|
+
declare const BoldColumn: (props: BoldColumnProps) => React.JSX.Element;
|
|
162
|
+
|
|
163
|
+
interface BoldCommentProps extends React.SVGProps<SVGSVGElement> {
|
|
164
|
+
}
|
|
165
|
+
declare const BoldComment: (props: BoldCommentProps) => React.JSX.Element;
|
|
166
|
+
|
|
167
|
+
interface BoldCopyProps extends React.SVGProps<SVGSVGElement> {
|
|
168
|
+
}
|
|
169
|
+
declare const BoldCopy: (props: BoldCopyProps) => React.JSX.Element;
|
|
170
|
+
|
|
171
|
+
interface BoldDeleteProps extends React.SVGProps<SVGSVGElement> {
|
|
172
|
+
}
|
|
173
|
+
declare const BoldDelete: (props: BoldDeleteProps) => React.JSX.Element;
|
|
174
|
+
|
|
175
|
+
interface BoldDetailsProps extends React.SVGProps<SVGSVGElement> {
|
|
176
|
+
}
|
|
177
|
+
declare const BoldDetails: (props: BoldDetailsProps) => React.JSX.Element;
|
|
178
|
+
|
|
179
|
+
interface BoldDislikeProps extends React.SVGProps<SVGSVGElement> {
|
|
180
|
+
}
|
|
181
|
+
declare const BoldDislike: (props: BoldDislikeProps) => React.JSX.Element;
|
|
182
|
+
|
|
183
|
+
interface BoldDragDropProps extends React.SVGProps<SVGSVGElement> {
|
|
184
|
+
}
|
|
185
|
+
declare const BoldDragDrop: (props: BoldDragDropProps) => React.JSX.Element;
|
|
186
|
+
|
|
187
|
+
interface BoldEditProps extends React.SVGProps<SVGSVGElement> {
|
|
188
|
+
}
|
|
189
|
+
declare const BoldEdit: (props: BoldEditProps) => React.JSX.Element;
|
|
190
|
+
|
|
191
|
+
interface BoldEmailProps extends React.SVGProps<SVGSVGElement> {
|
|
192
|
+
}
|
|
193
|
+
declare const BoldEmail: (props: BoldEmailProps) => React.JSX.Element;
|
|
194
|
+
|
|
195
|
+
interface BoldExportProps extends React.SVGProps<SVGSVGElement> {
|
|
196
|
+
}
|
|
197
|
+
declare const BoldExport: (props: BoldExportProps) => React.JSX.Element;
|
|
198
|
+
|
|
199
|
+
interface BoldExport2Props extends React.SVGProps<SVGSVGElement> {
|
|
200
|
+
}
|
|
201
|
+
declare const BoldExport2: (props: BoldExport2Props) => React.JSX.Element;
|
|
202
|
+
|
|
203
|
+
interface BoldEyeProps extends React.SVGProps<SVGSVGElement> {
|
|
204
|
+
}
|
|
205
|
+
declare const BoldEye: (props: BoldEyeProps) => React.JSX.Element;
|
|
206
|
+
|
|
207
|
+
interface BoldFilterProps extends React.SVGProps<SVGSVGElement> {
|
|
208
|
+
}
|
|
209
|
+
declare const BoldFilter: (props: BoldFilterProps) => React.JSX.Element;
|
|
210
|
+
|
|
211
|
+
interface BoldFlagProps extends React.SVGProps<SVGSVGElement> {
|
|
212
|
+
}
|
|
213
|
+
declare const BoldFlag: (props: BoldFlagProps) => React.JSX.Element;
|
|
214
|
+
|
|
215
|
+
interface BoldGiftProps extends React.SVGProps<SVGSVGElement> {
|
|
216
|
+
}
|
|
217
|
+
declare const BoldGift: (props: BoldGiftProps) => React.JSX.Element;
|
|
218
|
+
|
|
219
|
+
interface BoldHierarchyHorizontalProps extends React.SVGProps<SVGSVGElement> {
|
|
220
|
+
}
|
|
221
|
+
declare const BoldHierarchyHorizontal: (props: BoldHierarchyHorizontalProps) => React.JSX.Element;
|
|
222
|
+
|
|
223
|
+
interface BoldHierarchyVerticalProps extends React.SVGProps<SVGSVGElement> {
|
|
224
|
+
}
|
|
225
|
+
declare const BoldHierarchyVertical: (props: BoldHierarchyVerticalProps) => React.JSX.Element;
|
|
226
|
+
|
|
227
|
+
interface BoldHierarchyProps extends React.SVGProps<SVGSVGElement> {
|
|
228
|
+
}
|
|
229
|
+
declare const BoldHierarchy: (props: BoldHierarchyProps) => React.JSX.Element;
|
|
230
|
+
|
|
231
|
+
interface BoldImageProps extends React.SVGProps<SVGSVGElement> {
|
|
232
|
+
}
|
|
233
|
+
declare const BoldImage: (props: BoldImageProps) => React.JSX.Element;
|
|
234
|
+
|
|
235
|
+
interface BoldInstruction2Props extends React.SVGProps<SVGSVGElement> {
|
|
236
|
+
}
|
|
237
|
+
declare const BoldInstruction2: (props: BoldInstruction2Props) => React.JSX.Element;
|
|
238
|
+
|
|
239
|
+
interface BoldInstructionProps extends React.SVGProps<SVGSVGElement> {
|
|
240
|
+
}
|
|
241
|
+
declare const BoldInstruction: (props: BoldInstructionProps) => React.JSX.Element;
|
|
242
|
+
|
|
243
|
+
interface BoldIntercomProps extends React.SVGProps<SVGSVGElement> {
|
|
244
|
+
}
|
|
245
|
+
declare const BoldIntercom: (props: BoldIntercomProps) => React.JSX.Element;
|
|
246
|
+
|
|
247
|
+
interface BoldLikeProps extends React.SVGProps<SVGSVGElement> {
|
|
248
|
+
}
|
|
249
|
+
declare const BoldLike: (props: BoldLikeProps) => React.JSX.Element;
|
|
250
|
+
|
|
251
|
+
interface BoldLinkProps extends React.SVGProps<SVGSVGElement> {
|
|
252
|
+
}
|
|
253
|
+
declare const BoldLink: (props: BoldLinkProps) => React.JSX.Element;
|
|
254
|
+
|
|
255
|
+
interface BoldLoaderProps extends React.SVGProps<SVGSVGElement> {
|
|
256
|
+
}
|
|
257
|
+
declare const BoldLoader: (props: BoldLoaderProps) => React.JSX.Element;
|
|
258
|
+
|
|
259
|
+
interface BoldLocationProps extends React.SVGProps<SVGSVGElement> {
|
|
260
|
+
}
|
|
261
|
+
declare const BoldLocation: (props: BoldLocationProps) => React.JSX.Element;
|
|
262
|
+
|
|
263
|
+
interface BoldLockProps extends React.SVGProps<SVGSVGElement> {
|
|
264
|
+
}
|
|
265
|
+
declare const BoldLock: (props: BoldLockProps) => React.JSX.Element;
|
|
266
|
+
|
|
267
|
+
interface BoldMapProps extends React.SVGProps<SVGSVGElement> {
|
|
268
|
+
}
|
|
269
|
+
declare const BoldMap: (props: BoldMapProps) => React.JSX.Element;
|
|
270
|
+
|
|
271
|
+
interface BoldOpenInSidebarProps extends React.SVGProps<SVGSVGElement> {
|
|
272
|
+
}
|
|
273
|
+
declare const BoldOpenInSidebar: (props: BoldOpenInSidebarProps) => React.JSX.Element;
|
|
274
|
+
|
|
275
|
+
interface BoldPlaceProps extends React.SVGProps<SVGSVGElement> {
|
|
276
|
+
}
|
|
277
|
+
declare const BoldPlace: (props: BoldPlaceProps) => React.JSX.Element;
|
|
278
|
+
|
|
279
|
+
interface BoldResendProps extends React.SVGProps<SVGSVGElement> {
|
|
280
|
+
}
|
|
281
|
+
declare const BoldResend: (props: BoldResendProps) => React.JSX.Element;
|
|
282
|
+
|
|
283
|
+
interface BoldRowProps extends React.SVGProps<SVGSVGElement> {
|
|
284
|
+
}
|
|
285
|
+
declare const BoldRow: (props: BoldRowProps) => React.JSX.Element;
|
|
286
|
+
|
|
287
|
+
interface BoldSendProps extends React.SVGProps<SVGSVGElement> {
|
|
288
|
+
}
|
|
289
|
+
declare const BoldSend: (props: BoldSendProps) => React.JSX.Element;
|
|
290
|
+
|
|
291
|
+
interface BoldSettingsProps extends React.SVGProps<SVGSVGElement> {
|
|
292
|
+
}
|
|
293
|
+
declare const BoldSettings: (props: BoldSettingsProps) => React.JSX.Element;
|
|
294
|
+
|
|
295
|
+
interface BoldTimeProps extends React.SVGProps<SVGSVGElement> {
|
|
296
|
+
}
|
|
297
|
+
declare const BoldTime: (props: BoldTimeProps) => React.JSX.Element;
|
|
298
|
+
|
|
299
|
+
interface BoldTreemapProps extends React.SVGProps<SVGSVGElement> {
|
|
300
|
+
}
|
|
301
|
+
declare const BoldTreemap: (props: BoldTreemapProps) => React.JSX.Element;
|
|
302
|
+
|
|
303
|
+
interface BoldUserProps extends React.SVGProps<SVGSVGElement> {
|
|
304
|
+
}
|
|
305
|
+
declare const BoldUser: (props: BoldUserProps) => React.JSX.Element;
|
|
306
|
+
|
|
307
|
+
interface BoldUsersProps extends React.SVGProps<SVGSVGElement> {
|
|
308
|
+
}
|
|
309
|
+
declare const BoldUsers: (props: BoldUsersProps) => React.JSX.Element;
|
|
310
|
+
|
|
311
|
+
interface BoldWalletProps extends React.SVGProps<SVGSVGElement> {
|
|
312
|
+
}
|
|
313
|
+
declare const BoldWallet: (props: BoldWalletProps) => React.JSX.Element;
|
|
314
|
+
|
|
315
|
+
interface BoldWorkProps extends React.SVGProps<SVGSVGElement> {
|
|
316
|
+
}
|
|
317
|
+
declare const BoldWork: (props: BoldWorkProps) => React.JSX.Element;
|
|
318
|
+
|
|
319
|
+
interface BoldDotProps extends React.SVGProps<SVGSVGElement> {
|
|
320
|
+
}
|
|
321
|
+
declare const BoldDot: (props: BoldDotProps) => React.JSX.Element;
|
|
322
|
+
|
|
323
|
+
interface BoldHelpProps extends React.SVGProps<SVGSVGElement> {
|
|
324
|
+
}
|
|
325
|
+
declare const BoldHelp: (props: BoldHelpProps) => React.JSX.Element;
|
|
326
|
+
|
|
327
|
+
interface BoldListProps extends React.SVGProps<SVGSVGElement> {
|
|
328
|
+
}
|
|
329
|
+
declare const BoldList: (props: BoldListProps) => React.JSX.Element;
|
|
330
|
+
|
|
331
|
+
interface BoldStarProps extends React.SVGProps<SVGSVGElement> {
|
|
332
|
+
}
|
|
333
|
+
declare const BoldStar: (props: BoldStarProps) => React.JSX.Element;
|
|
334
|
+
|
|
335
|
+
interface BoldTileProps extends React.SVGProps<SVGSVGElement> {
|
|
336
|
+
}
|
|
337
|
+
declare const BoldTile: (props: BoldTileProps) => React.JSX.Element;
|
|
118
338
|
|
|
119
339
|
interface FlagsAustriaProps extends React.SVGProps<SVGSVGElement> {
|
|
120
340
|
}
|
|
@@ -248,656 +468,696 @@ interface FlagsUsaProps extends React.SVGProps<SVGSVGElement> {
|
|
|
248
468
|
}
|
|
249
469
|
declare const FlagsUsa: (props: FlagsUsaProps) => React.JSX.Element;
|
|
250
470
|
|
|
251
|
-
interface
|
|
471
|
+
interface Light2UserProps extends React.SVGProps<SVGSVGElement> {
|
|
472
|
+
}
|
|
473
|
+
declare const Light2User: (props: Light2UserProps) => React.JSX.Element;
|
|
474
|
+
|
|
475
|
+
interface Light3UserProps extends React.SVGProps<SVGSVGElement> {
|
|
476
|
+
}
|
|
477
|
+
declare const Light3User: (props: Light3UserProps) => React.JSX.Element;
|
|
478
|
+
|
|
479
|
+
interface LightActivityProps extends React.SVGProps<SVGSVGElement> {
|
|
480
|
+
}
|
|
481
|
+
declare const LightActivity: (props: LightActivityProps) => React.JSX.Element;
|
|
482
|
+
|
|
483
|
+
interface LightAlignmentProps extends React.SVGProps<SVGSVGElement> {
|
|
484
|
+
}
|
|
485
|
+
declare const LightAlignment: (props: LightAlignmentProps) => React.JSX.Element;
|
|
486
|
+
|
|
487
|
+
interface LightArchiveProps extends React.SVGProps<SVGSVGElement> {
|
|
488
|
+
}
|
|
489
|
+
declare const LightArchive: (props: LightArchiveProps) => React.JSX.Element;
|
|
490
|
+
|
|
491
|
+
interface LightAttachProps extends React.SVGProps<SVGSVGElement> {
|
|
492
|
+
}
|
|
493
|
+
declare const LightAttach: (props: LightAttachProps) => React.JSX.Element;
|
|
494
|
+
|
|
495
|
+
interface LightBarChart2Props extends React.SVGProps<SVGSVGElement> {
|
|
496
|
+
}
|
|
497
|
+
declare const LightBarChart2: (props: LightBarChart2Props) => React.JSX.Element;
|
|
498
|
+
|
|
499
|
+
interface LightBarChartProps extends React.SVGProps<SVGSVGElement> {
|
|
500
|
+
}
|
|
501
|
+
declare const LightBarChart: (props: LightBarChartProps) => React.JSX.Element;
|
|
502
|
+
|
|
503
|
+
interface LightBookmarkProps extends React.SVGProps<SVGSVGElement> {
|
|
504
|
+
}
|
|
505
|
+
declare const LightBookmark: (props: LightBookmarkProps) => React.JSX.Element;
|
|
506
|
+
|
|
507
|
+
interface LightBriefcaseProps extends React.SVGProps<SVGSVGElement> {
|
|
508
|
+
}
|
|
509
|
+
declare const LightBriefcase: (props: LightBriefcaseProps) => React.JSX.Element;
|
|
510
|
+
|
|
511
|
+
interface LightBuildingProps extends React.SVGProps<SVGSVGElement> {
|
|
252
512
|
}
|
|
253
|
-
declare const
|
|
513
|
+
declare const LightBuilding: (props: LightBuildingProps) => React.JSX.Element;
|
|
254
514
|
|
|
255
|
-
interface
|
|
515
|
+
interface LightBuyProps extends React.SVGProps<SVGSVGElement> {
|
|
256
516
|
}
|
|
257
|
-
declare const
|
|
517
|
+
declare const LightBuy: (props: LightBuyProps) => React.JSX.Element;
|
|
258
518
|
|
|
259
|
-
interface
|
|
519
|
+
interface LightCalendarProps extends React.SVGProps<SVGSVGElement> {
|
|
260
520
|
}
|
|
261
|
-
declare const
|
|
521
|
+
declare const LightCalendar: (props: LightCalendarProps) => React.JSX.Element;
|
|
262
522
|
|
|
263
|
-
interface
|
|
523
|
+
interface LightCameraProps extends React.SVGProps<SVGSVGElement> {
|
|
264
524
|
}
|
|
265
|
-
declare const
|
|
525
|
+
declare const LightCamera: (props: LightCameraProps) => React.JSX.Element;
|
|
266
526
|
|
|
267
|
-
interface
|
|
527
|
+
interface LightCategoryProps extends React.SVGProps<SVGSVGElement> {
|
|
268
528
|
}
|
|
269
|
-
declare const
|
|
529
|
+
declare const LightCategory: (props: LightCategoryProps) => React.JSX.Element;
|
|
270
530
|
|
|
271
|
-
interface
|
|
531
|
+
interface LightChairProps extends React.SVGProps<SVGSVGElement> {
|
|
272
532
|
}
|
|
273
|
-
declare const
|
|
533
|
+
declare const LightChair: (props: LightChairProps) => React.JSX.Element;
|
|
274
534
|
|
|
275
|
-
interface
|
|
535
|
+
interface LightChartProps extends React.SVGProps<SVGSVGElement> {
|
|
276
536
|
}
|
|
277
|
-
declare const
|
|
537
|
+
declare const LightChart: (props: LightChartProps) => React.JSX.Element;
|
|
278
538
|
|
|
279
|
-
interface
|
|
539
|
+
interface LightChatProps extends React.SVGProps<SVGSVGElement> {
|
|
280
540
|
}
|
|
281
|
-
declare const
|
|
541
|
+
declare const LightChat: (props: LightChatProps) => React.JSX.Element;
|
|
282
542
|
|
|
283
|
-
interface
|
|
543
|
+
interface LightClockProps extends React.SVGProps<SVGSVGElement> {
|
|
284
544
|
}
|
|
285
|
-
declare const
|
|
545
|
+
declare const LightClock: (props: LightClockProps) => React.JSX.Element;
|
|
286
546
|
|
|
287
|
-
interface
|
|
547
|
+
interface LightCloseSquareProps extends React.SVGProps<SVGSVGElement> {
|
|
288
548
|
}
|
|
289
|
-
declare const
|
|
549
|
+
declare const LightCloseSquare: (props: LightCloseSquareProps) => React.JSX.Element;
|
|
290
550
|
|
|
291
|
-
interface
|
|
551
|
+
interface LightColumnsProps extends React.SVGProps<SVGSVGElement> {
|
|
292
552
|
}
|
|
293
|
-
declare const
|
|
553
|
+
declare const LightColumns: (props: LightColumnsProps) => React.JSX.Element;
|
|
294
554
|
|
|
295
|
-
interface
|
|
555
|
+
interface LightCompetenceProps extends React.SVGProps<SVGSVGElement> {
|
|
296
556
|
}
|
|
297
|
-
declare const
|
|
557
|
+
declare const LightCompetence: (props: LightCompetenceProps) => React.JSX.Element;
|
|
298
558
|
|
|
299
|
-
interface
|
|
559
|
+
interface LightCopyProps extends React.SVGProps<SVGSVGElement> {
|
|
300
560
|
}
|
|
301
|
-
declare const
|
|
561
|
+
declare const LightCopy: (props: LightCopyProps) => React.JSX.Element;
|
|
302
562
|
|
|
303
|
-
interface
|
|
563
|
+
interface LightCreateNewItemProps extends React.SVGProps<SVGSVGElement> {
|
|
304
564
|
}
|
|
305
|
-
declare const
|
|
565
|
+
declare const LightCreateNewItem: (props: LightCreateNewItemProps) => React.JSX.Element;
|
|
306
566
|
|
|
307
|
-
interface
|
|
567
|
+
interface LightCustomFieldProps extends React.SVGProps<SVGSVGElement> {
|
|
308
568
|
}
|
|
309
|
-
declare const
|
|
569
|
+
declare const LightCustomField: (props: LightCustomFieldProps) => React.JSX.Element;
|
|
310
570
|
|
|
311
|
-
interface
|
|
571
|
+
interface LightDelete1Props extends React.SVGProps<SVGSVGElement> {
|
|
312
572
|
}
|
|
313
|
-
declare const
|
|
573
|
+
declare const LightDelete1: (props: LightDelete1Props) => React.JSX.Element;
|
|
314
574
|
|
|
315
|
-
interface
|
|
575
|
+
interface LightDeleteProps extends React.SVGProps<SVGSVGElement> {
|
|
316
576
|
}
|
|
317
|
-
declare const
|
|
577
|
+
declare const LightDelete: (props: LightDeleteProps) => React.JSX.Element;
|
|
318
578
|
|
|
319
|
-
interface
|
|
579
|
+
interface LightDensityProps extends React.SVGProps<SVGSVGElement> {
|
|
320
580
|
}
|
|
321
|
-
declare const
|
|
581
|
+
declare const LightDensity: (props: LightDensityProps) => React.JSX.Element;
|
|
322
582
|
|
|
323
|
-
interface
|
|
583
|
+
interface LightDiscountProps extends React.SVGProps<SVGSVGElement> {
|
|
324
584
|
}
|
|
325
|
-
declare const
|
|
585
|
+
declare const LightDiscount: (props: LightDiscountProps) => React.JSX.Element;
|
|
326
586
|
|
|
327
|
-
interface
|
|
587
|
+
interface LightDiscoveryProps extends React.SVGProps<SVGSVGElement> {
|
|
328
588
|
}
|
|
329
|
-
declare const
|
|
589
|
+
declare const LightDiscovery: (props: LightDiscoveryProps) => React.JSX.Element;
|
|
330
590
|
|
|
331
|
-
interface
|
|
591
|
+
interface LightDocumentProps extends React.SVGProps<SVGSVGElement> {
|
|
332
592
|
}
|
|
333
|
-
declare const
|
|
593
|
+
declare const LightDocument: (props: LightDocumentProps) => React.JSX.Element;
|
|
334
594
|
|
|
335
|
-
interface
|
|
595
|
+
interface LightDownloadProps extends React.SVGProps<SVGSVGElement> {
|
|
336
596
|
}
|
|
337
|
-
declare const
|
|
597
|
+
declare const LightDownload: (props: LightDownloadProps) => React.JSX.Element;
|
|
338
598
|
|
|
339
|
-
interface
|
|
599
|
+
interface LightEditSquareProps extends React.SVGProps<SVGSVGElement> {
|
|
340
600
|
}
|
|
341
|
-
declare const
|
|
601
|
+
declare const LightEditSquare: (props: LightEditSquareProps) => React.JSX.Element;
|
|
342
602
|
|
|
343
|
-
interface
|
|
603
|
+
interface LightEditProps extends React.SVGProps<SVGSVGElement> {
|
|
344
604
|
}
|
|
345
|
-
declare const
|
|
605
|
+
declare const LightEdit: (props: LightEditProps) => React.JSX.Element;
|
|
346
606
|
|
|
347
|
-
interface
|
|
607
|
+
interface LightEducationProps extends React.SVGProps<SVGSVGElement> {
|
|
348
608
|
}
|
|
349
|
-
declare const
|
|
609
|
+
declare const LightEducation: (props: LightEducationProps) => React.JSX.Element;
|
|
350
610
|
|
|
351
|
-
interface
|
|
611
|
+
interface LightExport1Props extends React.SVGProps<SVGSVGElement> {
|
|
352
612
|
}
|
|
353
|
-
declare const
|
|
613
|
+
declare const LightExport1: (props: LightExport1Props) => React.JSX.Element;
|
|
354
614
|
|
|
355
|
-
interface
|
|
615
|
+
interface LightExportProps extends React.SVGProps<SVGSVGElement> {
|
|
356
616
|
}
|
|
357
|
-
declare const
|
|
617
|
+
declare const LightExport: (props: LightExportProps) => React.JSX.Element;
|
|
358
618
|
|
|
359
|
-
interface
|
|
619
|
+
interface LightFilesProps extends React.SVGProps<SVGSVGElement> {
|
|
360
620
|
}
|
|
361
|
-
declare const
|
|
621
|
+
declare const LightFiles: (props: LightFilesProps) => React.JSX.Element;
|
|
362
622
|
|
|
363
|
-
interface
|
|
623
|
+
interface LightFilter3Props extends React.SVGProps<SVGSVGElement> {
|
|
364
624
|
}
|
|
365
|
-
declare const
|
|
625
|
+
declare const LightFilter3: (props: LightFilter3Props) => React.JSX.Element;
|
|
366
626
|
|
|
367
|
-
interface
|
|
627
|
+
interface LightFilterProps extends React.SVGProps<SVGSVGElement> {
|
|
368
628
|
}
|
|
369
|
-
declare const
|
|
629
|
+
declare const LightFilter: (props: LightFilterProps) => React.JSX.Element;
|
|
370
630
|
|
|
371
|
-
interface
|
|
631
|
+
interface LightFolder1Props extends React.SVGProps<SVGSVGElement> {
|
|
372
632
|
}
|
|
373
|
-
declare const
|
|
633
|
+
declare const LightFolder1: (props: LightFolder1Props) => React.JSX.Element;
|
|
374
634
|
|
|
375
|
-
interface
|
|
635
|
+
interface LightFolderProps extends React.SVGProps<SVGSVGElement> {
|
|
376
636
|
}
|
|
377
|
-
declare const
|
|
637
|
+
declare const LightFolder: (props: LightFolderProps) => React.JSX.Element;
|
|
378
638
|
|
|
379
|
-
interface
|
|
639
|
+
interface LightGalleryAddProps extends React.SVGProps<SVGSVGElement> {
|
|
380
640
|
}
|
|
381
|
-
declare const
|
|
641
|
+
declare const LightGalleryAdd: (props: LightGalleryAddProps) => React.JSX.Element;
|
|
382
642
|
|
|
383
|
-
interface
|
|
643
|
+
interface LightGalleryEditProps extends React.SVGProps<SVGSVGElement> {
|
|
384
644
|
}
|
|
385
|
-
declare const
|
|
645
|
+
declare const LightGalleryEdit: (props: LightGalleryEditProps) => React.JSX.Element;
|
|
386
646
|
|
|
387
|
-
interface
|
|
647
|
+
interface LightGiftProps extends React.SVGProps<SVGSVGElement> {
|
|
388
648
|
}
|
|
389
|
-
declare const
|
|
649
|
+
declare const LightGift: (props: LightGiftProps) => React.JSX.Element;
|
|
390
650
|
|
|
391
|
-
interface
|
|
651
|
+
interface LightGlobalSettingsProps extends React.SVGProps<SVGSVGElement> {
|
|
392
652
|
}
|
|
393
|
-
declare const
|
|
653
|
+
declare const LightGlobalSettings: (props: LightGlobalSettingsProps) => React.JSX.Element;
|
|
394
654
|
|
|
395
|
-
interface
|
|
655
|
+
interface LightGraphProps extends React.SVGProps<SVGSVGElement> {
|
|
396
656
|
}
|
|
397
|
-
declare const
|
|
657
|
+
declare const LightGraph: (props: LightGraphProps) => React.JSX.Element;
|
|
398
658
|
|
|
399
|
-
interface
|
|
659
|
+
interface LightHrmProps extends React.SVGProps<SVGSVGElement> {
|
|
400
660
|
}
|
|
401
|
-
declare const
|
|
661
|
+
declare const LightHrm: (props: LightHrmProps) => React.JSX.Element;
|
|
402
662
|
|
|
403
|
-
interface
|
|
663
|
+
interface LightHeartProps extends React.SVGProps<SVGSVGElement> {
|
|
404
664
|
}
|
|
405
|
-
declare const
|
|
665
|
+
declare const LightHeart: (props: LightHeartProps) => React.JSX.Element;
|
|
406
666
|
|
|
407
|
-
interface
|
|
667
|
+
interface LightHelpCenterProps extends React.SVGProps<SVGSVGElement> {
|
|
408
668
|
}
|
|
409
|
-
declare const
|
|
669
|
+
declare const LightHelpCenter: (props: LightHelpCenterProps) => React.JSX.Element;
|
|
410
670
|
|
|
411
|
-
interface
|
|
671
|
+
interface LightHideProps extends React.SVGProps<SVGSVGElement> {
|
|
412
672
|
}
|
|
413
|
-
declare const
|
|
673
|
+
declare const LightHide: (props: LightHideProps) => React.JSX.Element;
|
|
414
674
|
|
|
415
|
-
interface
|
|
675
|
+
interface LightHomeProps extends React.SVGProps<SVGSVGElement> {
|
|
416
676
|
}
|
|
417
|
-
declare const
|
|
677
|
+
declare const LightHome: (props: LightHomeProps) => React.JSX.Element;
|
|
418
678
|
|
|
419
|
-
interface
|
|
679
|
+
interface LightIceContactsProps extends React.SVGProps<SVGSVGElement> {
|
|
420
680
|
}
|
|
421
|
-
declare const
|
|
681
|
+
declare const LightIceContacts: (props: LightIceContactsProps) => React.JSX.Element;
|
|
422
682
|
|
|
423
|
-
interface
|
|
683
|
+
interface LightIdeaProps extends React.SVGProps<SVGSVGElement> {
|
|
424
684
|
}
|
|
425
|
-
declare const
|
|
685
|
+
declare const LightIdea: (props: LightIdeaProps) => React.JSX.Element;
|
|
426
686
|
|
|
427
|
-
interface
|
|
687
|
+
interface LightImageProps extends React.SVGProps<SVGSVGElement> {
|
|
428
688
|
}
|
|
429
|
-
declare const
|
|
689
|
+
declare const LightImage: (props: LightImageProps) => React.JSX.Element;
|
|
430
690
|
|
|
431
|
-
interface
|
|
691
|
+
interface LightImportProps extends React.SVGProps<SVGSVGElement> {
|
|
432
692
|
}
|
|
433
|
-
declare const
|
|
693
|
+
declare const LightImport: (props: LightImportProps) => React.JSX.Element;
|
|
434
694
|
|
|
435
|
-
interface
|
|
695
|
+
interface LightInfoProps extends React.SVGProps<SVGSVGElement> {
|
|
436
696
|
}
|
|
437
|
-
declare const
|
|
697
|
+
declare const LightInfo: (props: LightInfoProps) => React.JSX.Element;
|
|
438
698
|
|
|
439
|
-
interface
|
|
699
|
+
interface LightIntegrationsProps extends React.SVGProps<SVGSVGElement> {
|
|
440
700
|
}
|
|
441
|
-
declare const
|
|
701
|
+
declare const LightIntegrations: (props: LightIntegrationsProps) => React.JSX.Element;
|
|
442
702
|
|
|
443
|
-
interface
|
|
703
|
+
interface LightIntercomProps extends React.SVGProps<SVGSVGElement> {
|
|
444
704
|
}
|
|
445
|
-
declare const
|
|
705
|
+
declare const LightIntercom: (props: LightIntercomProps) => React.JSX.Element;
|
|
446
706
|
|
|
447
|
-
interface
|
|
707
|
+
interface LightKeyProps extends React.SVGProps<SVGSVGElement> {
|
|
448
708
|
}
|
|
449
|
-
declare const
|
|
709
|
+
declare const LightKey: (props: LightKeyProps) => React.JSX.Element;
|
|
450
710
|
|
|
451
|
-
interface
|
|
711
|
+
interface LightLearningHubRegisterProps extends React.SVGProps<SVGSVGElement> {
|
|
452
712
|
}
|
|
453
|
-
declare const
|
|
713
|
+
declare const LightLearningHubRegister: (props: LightLearningHubRegisterProps) => React.JSX.Element;
|
|
454
714
|
|
|
455
|
-
interface
|
|
715
|
+
interface LightLink2Props extends React.SVGProps<SVGSVGElement> {
|
|
456
716
|
}
|
|
457
|
-
declare const
|
|
717
|
+
declare const LightLink2: (props: LightLink2Props) => React.JSX.Element;
|
|
458
718
|
|
|
459
|
-
interface
|
|
719
|
+
interface LightLinkProps extends React.SVGProps<SVGSVGElement> {
|
|
460
720
|
}
|
|
461
|
-
declare const
|
|
721
|
+
declare const LightLink: (props: LightLinkProps) => React.JSX.Element;
|
|
462
722
|
|
|
463
|
-
interface
|
|
723
|
+
interface LightListProps extends React.SVGProps<SVGSVGElement> {
|
|
464
724
|
}
|
|
465
|
-
declare const
|
|
725
|
+
declare const LightList: (props: LightListProps) => React.JSX.Element;
|
|
466
726
|
|
|
467
|
-
interface
|
|
727
|
+
interface LightLocationProps extends React.SVGProps<SVGSVGElement> {
|
|
468
728
|
}
|
|
469
|
-
declare const
|
|
729
|
+
declare const LightLocation: (props: LightLocationProps) => React.JSX.Element;
|
|
470
730
|
|
|
471
|
-
interface
|
|
731
|
+
interface LightLockProps extends React.SVGProps<SVGSVGElement> {
|
|
472
732
|
}
|
|
473
|
-
declare const
|
|
733
|
+
declare const LightLock: (props: LightLockProps) => React.JSX.Element;
|
|
474
734
|
|
|
475
|
-
interface
|
|
735
|
+
interface LightLoginProps extends React.SVGProps<SVGSVGElement> {
|
|
476
736
|
}
|
|
477
|
-
declare const
|
|
737
|
+
declare const LightLogin: (props: LightLoginProps) => React.JSX.Element;
|
|
478
738
|
|
|
479
|
-
interface
|
|
739
|
+
interface LightLogoutProps extends React.SVGProps<SVGSVGElement> {
|
|
480
740
|
}
|
|
481
|
-
declare const
|
|
741
|
+
declare const LightLogout: (props: LightLogoutProps) => React.JSX.Element;
|
|
482
742
|
|
|
483
|
-
interface
|
|
743
|
+
interface LightMagicpenProps extends React.SVGProps<SVGSVGElement> {
|
|
484
744
|
}
|
|
485
|
-
declare const
|
|
745
|
+
declare const LightMagicpen: (props: LightMagicpenProps) => React.JSX.Element;
|
|
486
746
|
|
|
487
|
-
interface
|
|
747
|
+
interface LightMessage1Props extends React.SVGProps<SVGSVGElement> {
|
|
488
748
|
}
|
|
489
|
-
declare const
|
|
749
|
+
declare const LightMessage1: (props: LightMessage1Props) => React.JSX.Element;
|
|
490
750
|
|
|
491
|
-
interface
|
|
751
|
+
interface LightMessageAddProps extends React.SVGProps<SVGSVGElement> {
|
|
492
752
|
}
|
|
493
|
-
declare const
|
|
753
|
+
declare const LightMessageAdd: (props: LightMessageAddProps) => React.JSX.Element;
|
|
494
754
|
|
|
495
|
-
interface
|
|
755
|
+
interface LightMessageProps extends React.SVGProps<SVGSVGElement> {
|
|
496
756
|
}
|
|
497
|
-
declare const
|
|
757
|
+
declare const LightMessage: (props: LightMessageProps) => React.JSX.Element;
|
|
498
758
|
|
|
499
|
-
interface
|
|
759
|
+
interface LightMoreCircleProps extends React.SVGProps<SVGSVGElement> {
|
|
500
760
|
}
|
|
501
|
-
declare const
|
|
761
|
+
declare const LightMoreCircle: (props: LightMoreCircleProps) => React.JSX.Element;
|
|
502
762
|
|
|
503
|
-
interface
|
|
763
|
+
interface LightMoreSquareProps extends React.SVGProps<SVGSVGElement> {
|
|
504
764
|
}
|
|
505
|
-
declare const
|
|
765
|
+
declare const LightMoreSquare: (props: LightMoreSquareProps) => React.JSX.Element;
|
|
506
766
|
|
|
507
|
-
interface
|
|
767
|
+
interface LightNewChatProps extends React.SVGProps<SVGSVGElement> {
|
|
508
768
|
}
|
|
509
|
-
declare const
|
|
769
|
+
declare const LightNewChat: (props: LightNewChatProps) => React.JSX.Element;
|
|
510
770
|
|
|
511
|
-
interface
|
|
771
|
+
interface LightNotificationProps extends React.SVGProps<SVGSVGElement> {
|
|
512
772
|
}
|
|
513
|
-
declare const
|
|
773
|
+
declare const LightNotification: (props: LightNotificationProps) => React.JSX.Element;
|
|
514
774
|
|
|
515
|
-
interface
|
|
775
|
+
interface LightOtherSettingsProps extends React.SVGProps<SVGSVGElement> {
|
|
516
776
|
}
|
|
517
|
-
declare const
|
|
777
|
+
declare const LightOtherSettings: (props: LightOtherSettingsProps) => React.JSX.Element;
|
|
518
778
|
|
|
519
|
-
interface
|
|
779
|
+
interface LightPoBoxProps extends React.SVGProps<SVGSVGElement> {
|
|
520
780
|
}
|
|
521
|
-
declare const
|
|
781
|
+
declare const LightPoBox: (props: LightPoBoxProps) => React.JSX.Element;
|
|
522
782
|
|
|
523
|
-
interface
|
|
783
|
+
interface LightPaperDownloadProps extends React.SVGProps<SVGSVGElement> {
|
|
524
784
|
}
|
|
525
|
-
declare const
|
|
785
|
+
declare const LightPaperDownload: (props: LightPaperDownloadProps) => React.JSX.Element;
|
|
526
786
|
|
|
527
|
-
interface
|
|
787
|
+
interface LightPaperFailProps extends React.SVGProps<SVGSVGElement> {
|
|
528
788
|
}
|
|
529
|
-
declare const
|
|
789
|
+
declare const LightPaperFail: (props: LightPaperFailProps) => React.JSX.Element;
|
|
530
790
|
|
|
531
|
-
interface
|
|
791
|
+
interface LightPaperNegativeProps extends React.SVGProps<SVGSVGElement> {
|
|
532
792
|
}
|
|
533
|
-
declare const
|
|
793
|
+
declare const LightPaperNegative: (props: LightPaperNegativeProps) => React.JSX.Element;
|
|
534
794
|
|
|
535
|
-
interface
|
|
795
|
+
interface LightPaperPlusProps extends React.SVGProps<SVGSVGElement> {
|
|
536
796
|
}
|
|
537
|
-
declare const
|
|
797
|
+
declare const LightPaperPlus: (props: LightPaperPlusProps) => React.JSX.Element;
|
|
538
798
|
|
|
539
|
-
interface
|
|
799
|
+
interface LightPaperUploadProps extends React.SVGProps<SVGSVGElement> {
|
|
540
800
|
}
|
|
541
|
-
declare const
|
|
801
|
+
declare const LightPaperUpload: (props: LightPaperUploadProps) => React.JSX.Element;
|
|
542
802
|
|
|
543
|
-
interface
|
|
803
|
+
interface LightPaperProps extends React.SVGProps<SVGSVGElement> {
|
|
544
804
|
}
|
|
545
|
-
declare const
|
|
805
|
+
declare const LightPaper: (props: LightPaperProps) => React.JSX.Element;
|
|
546
806
|
|
|
547
|
-
interface
|
|
807
|
+
interface LightPasswordProps extends React.SVGProps<SVGSVGElement> {
|
|
548
808
|
}
|
|
549
|
-
declare const
|
|
809
|
+
declare const LightPassword: (props: LightPasswordProps) => React.JSX.Element;
|
|
550
810
|
|
|
551
|
-
interface
|
|
811
|
+
interface LightPercentageProps extends React.SVGProps<SVGSVGElement> {
|
|
552
812
|
}
|
|
553
|
-
declare const
|
|
813
|
+
declare const LightPercentage: (props: LightPercentageProps) => React.JSX.Element;
|
|
554
814
|
|
|
555
|
-
interface
|
|
815
|
+
interface LightPieChartProps extends React.SVGProps<SVGSVGElement> {
|
|
556
816
|
}
|
|
557
|
-
declare const
|
|
817
|
+
declare const LightPieChart: (props: LightPieChartProps) => React.JSX.Element;
|
|
558
818
|
|
|
559
|
-
interface
|
|
819
|
+
interface LightPlusProps extends React.SVGProps<SVGSVGElement> {
|
|
560
820
|
}
|
|
561
|
-
declare const
|
|
821
|
+
declare const LightPlus: (props: LightPlusProps) => React.JSX.Element;
|
|
562
822
|
|
|
563
|
-
interface
|
|
823
|
+
interface LightProfileProps extends React.SVGProps<SVGSVGElement> {
|
|
564
824
|
}
|
|
565
|
-
declare const
|
|
825
|
+
declare const LightProfile: (props: LightProfileProps) => React.JSX.Element;
|
|
566
826
|
|
|
567
|
-
interface
|
|
827
|
+
interface LightRemoveArchiveProps extends React.SVGProps<SVGSVGElement> {
|
|
568
828
|
}
|
|
569
|
-
declare const
|
|
829
|
+
declare const LightRemoveArchive: (props: LightRemoveArchiveProps) => React.JSX.Element;
|
|
570
830
|
|
|
571
|
-
interface
|
|
831
|
+
interface LightSaveFavouriteProps extends React.SVGProps<SVGSVGElement> {
|
|
572
832
|
}
|
|
573
|
-
declare const
|
|
833
|
+
declare const LightSaveFavourite: (props: LightSaveFavouriteProps) => React.JSX.Element;
|
|
574
834
|
|
|
575
|
-
interface
|
|
835
|
+
interface LightSaveRemoveProps extends React.SVGProps<SVGSVGElement> {
|
|
576
836
|
}
|
|
577
|
-
declare const
|
|
837
|
+
declare const LightSaveRemove: (props: LightSaveRemoveProps) => React.JSX.Element;
|
|
578
838
|
|
|
579
|
-
interface
|
|
839
|
+
interface LightScanProps extends React.SVGProps<SVGSVGElement> {
|
|
580
840
|
}
|
|
581
|
-
declare const
|
|
841
|
+
declare const LightScan: (props: LightScanProps) => React.JSX.Element;
|
|
582
842
|
|
|
583
|
-
interface
|
|
843
|
+
interface LightScheduleTalkProps extends React.SVGProps<SVGSVGElement> {
|
|
584
844
|
}
|
|
585
|
-
declare const
|
|
845
|
+
declare const LightScheduleTalk: (props: LightScheduleTalkProps) => React.JSX.Element;
|
|
586
846
|
|
|
587
|
-
interface
|
|
847
|
+
interface LightSearchProps extends React.SVGProps<SVGSVGElement> {
|
|
588
848
|
}
|
|
589
|
-
declare const
|
|
849
|
+
declare const LightSearch: (props: LightSearchProps) => React.JSX.Element;
|
|
590
850
|
|
|
591
|
-
interface
|
|
851
|
+
interface LightSendProps extends React.SVGProps<SVGSVGElement> {
|
|
592
852
|
}
|
|
593
|
-
declare const
|
|
853
|
+
declare const LightSend: (props: LightSendProps) => React.JSX.Element;
|
|
594
854
|
|
|
595
|
-
interface
|
|
855
|
+
interface LightSettingProps extends React.SVGProps<SVGSVGElement> {
|
|
596
856
|
}
|
|
597
|
-
declare const
|
|
857
|
+
declare const LightSetting: (props: LightSettingProps) => React.JSX.Element;
|
|
598
858
|
|
|
599
|
-
interface
|
|
859
|
+
interface LightShieldDoneProps extends React.SVGProps<SVGSVGElement> {
|
|
600
860
|
}
|
|
601
|
-
declare const
|
|
861
|
+
declare const LightShieldDone: (props: LightShieldDoneProps) => React.JSX.Element;
|
|
602
862
|
|
|
603
|
-
interface
|
|
863
|
+
interface LightShieldFailProps extends React.SVGProps<SVGSVGElement> {
|
|
604
864
|
}
|
|
605
|
-
declare const
|
|
865
|
+
declare const LightShieldFail: (props: LightShieldFailProps) => React.JSX.Element;
|
|
606
866
|
|
|
607
|
-
interface
|
|
867
|
+
interface LightShowProps extends React.SVGProps<SVGSVGElement> {
|
|
608
868
|
}
|
|
609
|
-
declare const
|
|
869
|
+
declare const LightShow: (props: LightShowProps) => React.JSX.Element;
|
|
610
870
|
|
|
611
|
-
interface
|
|
871
|
+
interface LightShuffleProps extends React.SVGProps<SVGSVGElement> {
|
|
612
872
|
}
|
|
613
|
-
declare const
|
|
873
|
+
declare const LightShuffle: (props: LightShuffleProps) => React.JSX.Element;
|
|
614
874
|
|
|
615
|
-
interface
|
|
875
|
+
interface LightSignpostProps extends React.SVGProps<SVGSVGElement> {
|
|
616
876
|
}
|
|
617
|
-
declare const
|
|
877
|
+
declare const LightSignpost: (props: LightSignpostProps) => React.JSX.Element;
|
|
618
878
|
|
|
619
|
-
interface
|
|
879
|
+
interface LightSmsProps extends React.SVGProps<SVGSVGElement> {
|
|
620
880
|
}
|
|
621
|
-
declare const
|
|
881
|
+
declare const LightSms: (props: LightSmsProps) => React.JSX.Element;
|
|
622
882
|
|
|
623
|
-
interface
|
|
883
|
+
interface LightStarProps extends React.SVGProps<SVGSVGElement> {
|
|
624
884
|
}
|
|
625
|
-
declare const
|
|
885
|
+
declare const LightStar: (props: LightStarProps) => React.JSX.Element;
|
|
626
886
|
|
|
627
|
-
interface
|
|
887
|
+
interface LightSuccessProps extends React.SVGProps<SVGSVGElement> {
|
|
628
888
|
}
|
|
629
|
-
declare const
|
|
889
|
+
declare const LightSuccess: (props: LightSuccessProps) => React.JSX.Element;
|
|
630
890
|
|
|
631
|
-
interface
|
|
891
|
+
interface LightSunProps extends React.SVGProps<SVGSVGElement> {
|
|
632
892
|
}
|
|
633
|
-
declare const
|
|
893
|
+
declare const LightSun: (props: LightSunProps) => React.JSX.Element;
|
|
634
894
|
|
|
635
|
-
interface
|
|
895
|
+
interface LightTasksProps extends React.SVGProps<SVGSVGElement> {
|
|
636
896
|
}
|
|
637
|
-
declare const
|
|
897
|
+
declare const LightTasks: (props: LightTasksProps) => React.JSX.Element;
|
|
638
898
|
|
|
639
|
-
interface
|
|
899
|
+
interface LightTimeCircleProps extends React.SVGProps<SVGSVGElement> {
|
|
640
900
|
}
|
|
641
|
-
declare const
|
|
901
|
+
declare const LightTimeCircle: (props: LightTimeCircleProps) => React.JSX.Element;
|
|
642
902
|
|
|
643
|
-
interface
|
|
903
|
+
interface LightTimerPauseProps extends React.SVGProps<SVGSVGElement> {
|
|
644
904
|
}
|
|
645
|
-
declare const
|
|
905
|
+
declare const LightTimerPause: (props: LightTimerPauseProps) => React.JSX.Element;
|
|
646
906
|
|
|
647
|
-
interface
|
|
907
|
+
interface LightTimerResetProps extends React.SVGProps<SVGSVGElement> {
|
|
648
908
|
}
|
|
649
|
-
declare const
|
|
909
|
+
declare const LightTimerReset: (props: LightTimerResetProps) => React.JSX.Element;
|
|
650
910
|
|
|
651
|
-
interface
|
|
911
|
+
interface LightUnlockProps extends React.SVGProps<SVGSVGElement> {
|
|
652
912
|
}
|
|
653
|
-
declare const
|
|
913
|
+
declare const LightUnlock: (props: LightUnlockProps) => React.JSX.Element;
|
|
654
914
|
|
|
655
|
-
interface
|
|
915
|
+
interface LightUploadProps extends React.SVGProps<SVGSVGElement> {
|
|
656
916
|
}
|
|
657
|
-
declare const
|
|
917
|
+
declare const LightUpload: (props: LightUploadProps) => React.JSX.Element;
|
|
658
918
|
|
|
659
|
-
interface
|
|
919
|
+
interface LightUser2Props extends React.SVGProps<SVGSVGElement> {
|
|
660
920
|
}
|
|
661
|
-
declare const
|
|
921
|
+
declare const LightUser2: (props: LightUser2Props) => React.JSX.Element;
|
|
662
922
|
|
|
663
|
-
interface
|
|
923
|
+
interface LightUserProps extends React.SVGProps<SVGSVGElement> {
|
|
664
924
|
}
|
|
665
|
-
declare const
|
|
925
|
+
declare const LightUser: (props: LightUserProps) => React.JSX.Element;
|
|
666
926
|
|
|
667
|
-
interface
|
|
927
|
+
interface LightVideoProps extends React.SVGProps<SVGSVGElement> {
|
|
668
928
|
}
|
|
669
|
-
declare const
|
|
929
|
+
declare const LightVideo: (props: LightVideoProps) => React.JSX.Element;
|
|
670
930
|
|
|
671
|
-
interface
|
|
931
|
+
interface LightWalletProps extends React.SVGProps<SVGSVGElement> {
|
|
672
932
|
}
|
|
673
|
-
declare const
|
|
933
|
+
declare const LightWallet: (props: LightWalletProps) => React.JSX.Element;
|
|
674
934
|
|
|
675
|
-
interface
|
|
935
|
+
interface LightWarningProps extends React.SVGProps<SVGSVGElement> {
|
|
676
936
|
}
|
|
677
|
-
declare const
|
|
937
|
+
declare const LightWarning: (props: LightWarningProps) => React.JSX.Element;
|
|
678
938
|
|
|
679
|
-
interface
|
|
939
|
+
interface LightWebhooksProps extends React.SVGProps<SVGSVGElement> {
|
|
680
940
|
}
|
|
681
|
-
declare const
|
|
941
|
+
declare const LightWebhooks: (props: LightWebhooksProps) => React.JSX.Element;
|
|
682
942
|
|
|
683
|
-
interface
|
|
943
|
+
interface LightWebsiteProps extends React.SVGProps<SVGSVGElement> {
|
|
684
944
|
}
|
|
685
|
-
declare const
|
|
945
|
+
declare const LightWebsite: (props: LightWebsiteProps) => React.JSX.Element;
|
|
686
946
|
|
|
687
|
-
interface
|
|
947
|
+
interface LightWorkProps extends React.SVGProps<SVGSVGElement> {
|
|
688
948
|
}
|
|
689
|
-
declare const
|
|
949
|
+
declare const LightWork: (props: LightWorkProps) => React.JSX.Element;
|
|
690
950
|
|
|
691
|
-
interface
|
|
951
|
+
interface LightAddUserProps extends React.SVGProps<SVGSVGElement> {
|
|
692
952
|
}
|
|
693
|
-
declare const
|
|
953
|
+
declare const LightAddUser: (props: LightAddUserProps) => React.JSX.Element;
|
|
694
954
|
|
|
695
|
-
interface
|
|
955
|
+
interface LightAutomationProps extends React.SVGProps<SVGSVGElement> {
|
|
696
956
|
}
|
|
697
|
-
declare const
|
|
957
|
+
declare const LightAutomation: (props: LightAutomationProps) => React.JSX.Element;
|
|
698
958
|
|
|
699
|
-
interface
|
|
959
|
+
interface LightBankProps extends React.SVGProps<SVGSVGElement> {
|
|
700
960
|
}
|
|
701
|
-
declare const
|
|
961
|
+
declare const LightBank: (props: LightBankProps) => React.JSX.Element;
|
|
702
962
|
|
|
703
|
-
interface
|
|
963
|
+
interface LightCandidateAnonymousProps extends React.SVGProps<SVGSVGElement> {
|
|
704
964
|
}
|
|
705
|
-
declare const
|
|
965
|
+
declare const LightCandidateAnonymous: (props: LightCandidateAnonymousProps) => React.JSX.Element;
|
|
706
966
|
|
|
707
|
-
interface
|
|
967
|
+
interface LightDeadlineDateProps extends React.SVGProps<SVGSVGElement> {
|
|
708
968
|
}
|
|
709
|
-
declare const
|
|
969
|
+
declare const LightDeadlineDate: (props: LightDeadlineDateProps) => React.JSX.Element;
|
|
710
970
|
|
|
711
|
-
interface
|
|
971
|
+
interface LightFlag1Props extends React.SVGProps<SVGSVGElement> {
|
|
712
972
|
}
|
|
713
|
-
declare const
|
|
973
|
+
declare const LightFlag1: (props: LightFlag1Props) => React.JSX.Element;
|
|
714
974
|
|
|
715
|
-
interface
|
|
975
|
+
interface LightFlagProps extends React.SVGProps<SVGSVGElement> {
|
|
716
976
|
}
|
|
717
|
-
declare const
|
|
977
|
+
declare const LightFlag: (props: LightFlagProps) => React.JSX.Element;
|
|
718
978
|
|
|
719
|
-
interface
|
|
979
|
+
interface LightPrinterProps extends React.SVGProps<SVGSVGElement> {
|
|
720
980
|
}
|
|
721
|
-
declare const
|
|
981
|
+
declare const LightPrinter: (props: LightPrinterProps) => React.JSX.Element;
|
|
722
982
|
|
|
723
|
-
interface
|
|
983
|
+
interface LightSetting2Props extends React.SVGProps<SVGSVGElement> {
|
|
724
984
|
}
|
|
725
|
-
declare const
|
|
985
|
+
declare const LightSetting2: (props: LightSetting2Props) => React.JSX.Element;
|
|
726
986
|
|
|
727
|
-
interface
|
|
987
|
+
interface LightStrategyProps extends React.SVGProps<SVGSVGElement> {
|
|
728
988
|
}
|
|
729
|
-
declare const
|
|
989
|
+
declare const LightStrategy: (props: LightStrategyProps) => React.JSX.Element;
|
|
730
990
|
|
|
731
|
-
interface
|
|
991
|
+
interface LightTargetProps extends React.SVGProps<SVGSVGElement> {
|
|
732
992
|
}
|
|
733
|
-
declare const
|
|
993
|
+
declare const LightTarget: (props: LightTargetProps) => React.JSX.Element;
|
|
734
994
|
|
|
735
|
-
interface
|
|
995
|
+
interface LightTickProps extends React.SVGProps<SVGSVGElement> {
|
|
736
996
|
}
|
|
737
|
-
declare const
|
|
997
|
+
declare const LightTick: (props: LightTickProps) => React.JSX.Element;
|
|
738
998
|
|
|
739
|
-
interface
|
|
999
|
+
interface MenuAlingmentProps extends React.SVGProps<SVGSVGElement> {
|
|
740
1000
|
}
|
|
741
|
-
declare const
|
|
1001
|
+
declare const MenuAlingment: (props: MenuAlingmentProps) => React.JSX.Element;
|
|
742
1002
|
|
|
743
|
-
interface
|
|
1003
|
+
interface MenuBurgerMenuProps extends React.SVGProps<SVGSVGElement> {
|
|
744
1004
|
}
|
|
745
|
-
declare const
|
|
1005
|
+
declare const MenuBurgerMenu: (props: MenuBurgerMenuProps) => React.JSX.Element;
|
|
746
1006
|
|
|
747
|
-
interface
|
|
1007
|
+
interface MenuCompetenceProps extends React.SVGProps<SVGSVGElement> {
|
|
748
1008
|
}
|
|
749
|
-
declare const
|
|
1009
|
+
declare const MenuCompetence: (props: MenuCompetenceProps) => React.JSX.Element;
|
|
750
1010
|
|
|
751
|
-
interface
|
|
1011
|
+
interface MenuDashboardProps extends React.SVGProps<SVGSVGElement> {
|
|
752
1012
|
}
|
|
753
|
-
declare const
|
|
1013
|
+
declare const MenuDashboard: (props: MenuDashboardProps) => React.JSX.Element;
|
|
754
1014
|
|
|
755
|
-
interface
|
|
1015
|
+
interface MenuDataSourceProps extends React.SVGProps<SVGSVGElement> {
|
|
756
1016
|
}
|
|
757
|
-
declare const
|
|
1017
|
+
declare const MenuDataSource: (props: MenuDataSourceProps) => React.JSX.Element;
|
|
758
1018
|
|
|
759
|
-
interface
|
|
1019
|
+
interface MenuDocumentsProps extends React.SVGProps<SVGSVGElement> {
|
|
760
1020
|
}
|
|
761
|
-
declare const
|
|
1021
|
+
declare const MenuDocuments: (props: MenuDocumentsProps) => React.JSX.Element;
|
|
762
1022
|
|
|
763
|
-
interface
|
|
1023
|
+
interface MenuEqualPayProps extends React.SVGProps<SVGSVGElement> {
|
|
764
1024
|
}
|
|
765
|
-
declare const
|
|
1025
|
+
declare const MenuEqualPay: (props: MenuEqualPayProps) => React.JSX.Element;
|
|
766
1026
|
|
|
767
|
-
interface
|
|
1027
|
+
interface MenuEvaluationProps extends React.SVGProps<SVGSVGElement> {
|
|
768
1028
|
}
|
|
769
|
-
declare const
|
|
1029
|
+
declare const MenuEvaluation: (props: MenuEvaluationProps) => React.JSX.Element;
|
|
770
1030
|
|
|
771
|
-
interface
|
|
1031
|
+
interface MenuIntegrationsProps extends React.SVGProps<SVGSVGElement> {
|
|
772
1032
|
}
|
|
773
|
-
declare const
|
|
1033
|
+
declare const MenuIntegrations: (props: MenuIntegrationsProps) => React.JSX.Element;
|
|
774
1034
|
|
|
775
|
-
interface
|
|
1035
|
+
interface MenuIntercomProps extends React.SVGProps<SVGSVGElement> {
|
|
776
1036
|
}
|
|
777
|
-
declare const
|
|
1037
|
+
declare const MenuIntercom: (props: MenuIntercomProps) => React.JSX.Element;
|
|
778
1038
|
|
|
779
|
-
interface
|
|
1039
|
+
interface MenuOkrProps extends React.SVGProps<SVGSVGElement> {
|
|
780
1040
|
}
|
|
781
|
-
declare const
|
|
1041
|
+
declare const MenuOkr: (props: MenuOkrProps) => React.JSX.Element;
|
|
782
1042
|
|
|
783
|
-
interface
|
|
1043
|
+
interface MenuOldDocumentsProps extends React.SVGProps<SVGSVGElement> {
|
|
784
1044
|
}
|
|
785
|
-
declare const
|
|
1045
|
+
declare const MenuOldDocuments: (props: MenuOldDocumentsProps) => React.JSX.Element;
|
|
786
1046
|
|
|
787
|
-
interface
|
|
1047
|
+
interface MenuOnboardingProps extends React.SVGProps<SVGSVGElement> {
|
|
788
1048
|
}
|
|
789
|
-
declare const
|
|
1049
|
+
declare const MenuOnboarding: (props: MenuOnboardingProps) => React.JSX.Element;
|
|
790
1050
|
|
|
791
|
-
interface
|
|
1051
|
+
interface MenuOrganizationProps extends React.SVGProps<SVGSVGElement> {
|
|
792
1052
|
}
|
|
793
|
-
declare const
|
|
1053
|
+
declare const MenuOrganization: (props: MenuOrganizationProps) => React.JSX.Element;
|
|
794
1054
|
|
|
795
|
-
interface
|
|
1055
|
+
interface MenuPaceProps extends React.SVGProps<SVGSVGElement> {
|
|
796
1056
|
}
|
|
797
|
-
declare const
|
|
1057
|
+
declare const MenuPace: (props: MenuPaceProps) => React.JSX.Element;
|
|
798
1058
|
|
|
799
|
-
interface
|
|
1059
|
+
interface MenuPeopleAnalyticsProps extends React.SVGProps<SVGSVGElement> {
|
|
800
1060
|
}
|
|
801
|
-
declare const
|
|
1061
|
+
declare const MenuPeopleAnalytics: (props: MenuPeopleAnalyticsProps) => React.JSX.Element;
|
|
802
1062
|
|
|
803
|
-
interface
|
|
1063
|
+
interface MenuProfileProps extends React.SVGProps<SVGSVGElement> {
|
|
804
1064
|
}
|
|
805
|
-
declare const
|
|
1065
|
+
declare const MenuProfile: (props: MenuProfileProps) => React.JSX.Element;
|
|
806
1066
|
|
|
807
|
-
interface
|
|
1067
|
+
interface MenuPulseProps extends React.SVGProps<SVGSVGElement> {
|
|
808
1068
|
}
|
|
809
|
-
declare const
|
|
1069
|
+
declare const MenuPulse: (props: MenuPulseProps) => React.JSX.Element;
|
|
810
1070
|
|
|
811
|
-
interface
|
|
1071
|
+
interface MenuRecruiterProps extends React.SVGProps<SVGSVGElement> {
|
|
812
1072
|
}
|
|
813
|
-
declare const
|
|
1073
|
+
declare const MenuRecruiter: (props: MenuRecruiterProps) => React.JSX.Element;
|
|
814
1074
|
|
|
815
|
-
interface
|
|
1075
|
+
interface MenuReportsProps extends React.SVGProps<SVGSVGElement> {
|
|
816
1076
|
}
|
|
817
|
-
declare const
|
|
1077
|
+
declare const MenuReports: (props: MenuReportsProps) => React.JSX.Element;
|
|
818
1078
|
|
|
819
|
-
interface
|
|
1079
|
+
interface MenuSmsProps extends React.SVGProps<SVGSVGElement> {
|
|
820
1080
|
}
|
|
821
|
-
declare const
|
|
1081
|
+
declare const MenuSms: (props: MenuSmsProps) => React.JSX.Element;
|
|
822
1082
|
|
|
823
|
-
interface
|
|
1083
|
+
interface MenuSalaryReviewProps extends React.SVGProps<SVGSVGElement> {
|
|
824
1084
|
}
|
|
825
|
-
declare const
|
|
1085
|
+
declare const MenuSalaryReview: (props: MenuSalaryReviewProps) => React.JSX.Element;
|
|
826
1086
|
|
|
827
|
-
interface
|
|
1087
|
+
interface MenuSurveyProps extends React.SVGProps<SVGSVGElement> {
|
|
828
1088
|
}
|
|
829
|
-
declare const
|
|
1089
|
+
declare const MenuSurvey: (props: MenuSurveyProps) => React.JSX.Element;
|
|
830
1090
|
|
|
831
|
-
interface
|
|
1091
|
+
interface MenuTalksProps extends React.SVGProps<SVGSVGElement> {
|
|
832
1092
|
}
|
|
833
|
-
declare const
|
|
1093
|
+
declare const MenuTalks: (props: MenuTalksProps) => React.JSX.Element;
|
|
834
1094
|
|
|
835
|
-
interface
|
|
1095
|
+
interface MenuWorkforceProps extends React.SVGProps<SVGSVGElement> {
|
|
836
1096
|
}
|
|
837
|
-
declare const
|
|
1097
|
+
declare const MenuWorkforce: (props: MenuWorkforceProps) => React.JSX.Element;
|
|
838
1098
|
|
|
839
|
-
interface
|
|
1099
|
+
interface MenuEsignProps extends React.SVGProps<SVGSVGElement> {
|
|
840
1100
|
}
|
|
841
|
-
declare const
|
|
1101
|
+
declare const MenuEsign: (props: MenuEsignProps) => React.JSX.Element;
|
|
842
1102
|
|
|
843
|
-
interface
|
|
1103
|
+
interface SrTypeKpiProps extends React.SVGProps<SVGSVGElement> {
|
|
844
1104
|
}
|
|
845
|
-
declare const
|
|
1105
|
+
declare const SrTypeKpi: (props: SrTypeKpiProps) => React.JSX.Element;
|
|
846
1106
|
|
|
847
|
-
interface
|
|
1107
|
+
interface SrTypeBenefitProps extends React.SVGProps<SVGSVGElement> {
|
|
848
1108
|
}
|
|
849
|
-
declare const
|
|
1109
|
+
declare const SrTypeBenefit: (props: SrTypeBenefitProps) => React.JSX.Element;
|
|
850
1110
|
|
|
851
|
-
interface
|
|
1111
|
+
interface SrTypeBonusProps extends React.SVGProps<SVGSVGElement> {
|
|
852
1112
|
}
|
|
853
|
-
declare const
|
|
1113
|
+
declare const SrTypeBonus: (props: SrTypeBonusProps) => React.JSX.Element;
|
|
854
1114
|
|
|
855
|
-
interface
|
|
1115
|
+
interface SrTypeCustomAtributesProps extends React.SVGProps<SVGSVGElement> {
|
|
856
1116
|
}
|
|
857
|
-
declare const
|
|
1117
|
+
declare const SrTypeCustomAtributes: (props: SrTypeCustomAtributesProps) => React.JSX.Element;
|
|
858
1118
|
|
|
859
|
-
interface
|
|
1119
|
+
interface SrTypeEmployment2Props extends React.SVGProps<SVGSVGElement> {
|
|
860
1120
|
}
|
|
861
|
-
declare const
|
|
1121
|
+
declare const SrTypeEmployment2: (props: SrTypeEmployment2Props) => React.JSX.Element;
|
|
862
1122
|
|
|
863
|
-
interface
|
|
1123
|
+
interface SrTypeEmploymentProps extends React.SVGProps<SVGSVGElement> {
|
|
864
1124
|
}
|
|
865
|
-
declare const
|
|
1125
|
+
declare const SrTypeEmployment: (props: SrTypeEmploymentProps) => React.JSX.Element;
|
|
866
1126
|
|
|
867
|
-
interface
|
|
1127
|
+
interface SrTypeExclusionProps extends React.SVGProps<SVGSVGElement> {
|
|
868
1128
|
}
|
|
869
|
-
declare const
|
|
1129
|
+
declare const SrTypeExclusion: (props: SrTypeExclusionProps) => React.JSX.Element;
|
|
870
1130
|
|
|
871
|
-
interface
|
|
1131
|
+
interface SrTypeIndexesProps extends React.SVGProps<SVGSVGElement> {
|
|
872
1132
|
}
|
|
873
|
-
declare const
|
|
1133
|
+
declare const SrTypeIndexes: (props: SrTypeIndexesProps) => React.JSX.Element;
|
|
874
1134
|
|
|
875
|
-
interface
|
|
1135
|
+
interface SrTypePersonalProps extends React.SVGProps<SVGSVGElement> {
|
|
876
1136
|
}
|
|
877
|
-
declare const
|
|
1137
|
+
declare const SrTypePersonal: (props: SrTypePersonalProps) => React.JSX.Element;
|
|
878
1138
|
|
|
879
|
-
interface
|
|
1139
|
+
interface SrTypeSalaryProps extends React.SVGProps<SVGSVGElement> {
|
|
880
1140
|
}
|
|
881
|
-
declare const
|
|
1141
|
+
declare const SrTypeSalary: (props: SrTypeSalaryProps) => React.JSX.Element;
|
|
882
1142
|
|
|
883
|
-
interface
|
|
1143
|
+
interface StatusesCrossProps extends React.SVGProps<SVGSVGElement> {
|
|
884
1144
|
}
|
|
885
|
-
declare const
|
|
1145
|
+
declare const StatusesCross: (props: StatusesCrossProps) => React.JSX.Element;
|
|
886
1146
|
|
|
887
|
-
interface
|
|
1147
|
+
interface StatusesErrorProps extends React.SVGProps<SVGSVGElement> {
|
|
888
1148
|
}
|
|
889
|
-
declare const
|
|
1149
|
+
declare const StatusesError: (props: StatusesErrorProps) => React.JSX.Element;
|
|
890
1150
|
|
|
891
|
-
interface
|
|
1151
|
+
interface StatusesInfoProps extends React.SVGProps<SVGSVGElement> {
|
|
892
1152
|
}
|
|
893
|
-
declare const
|
|
1153
|
+
declare const StatusesInfo: (props: StatusesInfoProps) => React.JSX.Element;
|
|
894
1154
|
|
|
895
|
-
interface
|
|
1155
|
+
interface StatusesSuccessProps extends React.SVGProps<SVGSVGElement> {
|
|
896
1156
|
}
|
|
897
|
-
declare const
|
|
1157
|
+
declare const StatusesSuccess: (props: StatusesSuccessProps) => React.JSX.Element;
|
|
898
1158
|
|
|
899
|
-
interface
|
|
1159
|
+
interface StatusesWarningProps extends React.SVGProps<SVGSVGElement> {
|
|
900
1160
|
}
|
|
901
|
-
declare const
|
|
1161
|
+
declare const StatusesWarning: (props: StatusesWarningProps) => React.JSX.Element;
|
|
902
1162
|
|
|
903
|
-
export {
|
|
1163
|
+
export { ArrowArrow2, ArrowArrow3, ArrowArrowDown, ArrowArrowLeft, ArrowArrowRight, ArrowArrowUp, ArrowChevronDown, ArrowChevronLeft, ArrowChevronRight, ArrowChevronUp, ArrowCloseMenu, ArrowDown, ArrowOpenInNewTab, ArrowOpenMenu, ArrowRedo, ArrowRefresh, ArrowRefresh2, ArrowRepeat, ArrowResetTimer, ArrowRotateLeft, ArrowRotateRight, ArrowSwap, ArrowSwap2, ArrowTriangleDown, ArrowTriangleLeft, ArrowTriangleRight, ArrowTriangleUp, ArrowUndo, ArrowUp, BoldAdd, BoldAdvice, BoldAiAssistant, BoldArchive, BoldBoard, BoldBonus, BoldCalendar, BoldChair, BoldChart, BoldColour, BoldColumn, BoldComment, BoldCopy, BoldDelete, BoldDetails, BoldDislike, BoldDot, BoldDragDrop, BoldEdit, BoldEmail, BoldExport, BoldExport2, BoldEye, BoldFilter, BoldFlag, BoldGift, BoldHelp, BoldHierarchy, BoldHierarchyHorizontal, BoldHierarchyVertical, BoldImage, BoldInstruction, BoldInstruction2, BoldIntercom, BoldLike, BoldLink, BoldList, BoldLoader, BoldLocation, BoldLock, BoldMap, BoldOpenInSidebar, BoldPlace, BoldResend, BoldRow, BoldSend, BoldSettings, BoldStar, BoldTile, BoldTime, BoldTreemap, BoldUser, BoldUsers, BoldWallet, BoldWork, FlagsAustria, FlagsBelgium, FlagsBulgaria, FlagsCroatia, FlagsCyprus, FlagsCzechia, FlagsDenmark, FlagsEstonia, FlagsEu, FlagsFinland, FlagsFrance, FlagsGermany, FlagsGreece, FlagsHungary, FlagsIceland, FlagsIreland, FlagsItaly, FlagsLatvia, FlagsLithuania, FlagsLuxembourg, FlagsMalta, FlagsNetherlands, FlagsNorway, FlagsPoland, FlagsPortugal, FlagsRomaniaChad, FlagsSlovakia, FlagsSlovenia, FlagsSpain, FlagsSweden, FlagsSwitzerland, FlagsUk, FlagsUsa, Light2User, Light3User, LightActivity, LightAddUser, LightAlignment, LightArchive, LightAttach, LightAutomation, LightBank, LightBarChart, LightBarChart2, LightBookmark, LightBriefcase, LightBuilding, LightBuy, LightCalendar, LightCamera, LightCandidateAnonymous, LightCategory, LightChair, LightChart, LightChat, LightClock, LightCloseSquare, LightColumns, LightCompetence, LightCopy, LightCreateNewItem, LightCustomField, LightDeadlineDate, LightDelete, LightDelete1, LightDensity, LightDiscount, LightDiscovery, LightDocument, LightDownload, LightEdit, LightEditSquare, LightEducation, LightExport, LightExport1, LightFiles, LightFilter, LightFilter3, LightFlag, LightFlag1, LightFolder, LightFolder1, LightGalleryAdd, LightGalleryEdit, LightGift, LightGlobalSettings, LightGraph, LightHeart, LightHelpCenter, LightHide, LightHome, LightHrm, LightIceContacts, LightIdea, LightImage, LightImport, LightInfo, LightIntegrations, LightIntercom, LightKey, LightLearningHubRegister, LightLink, LightLink2, LightList, LightLocation, LightLock, LightLogin, LightLogout, LightMagicpen, LightMessage, LightMessage1, LightMessageAdd, LightMoreCircle, LightMoreSquare, LightNewChat, LightNotification, LightOtherSettings, LightPaper, LightPaperDownload, LightPaperFail, LightPaperNegative, LightPaperPlus, LightPaperUpload, LightPassword, LightPercentage, LightPieChart, LightPlus, LightPoBox, LightPrinter, LightProfile, LightRemoveArchive, LightSaveFavourite, LightSaveRemove, LightScan, LightScheduleTalk, LightSearch, LightSend, LightSetting, LightSetting2, LightShieldDone, LightShieldFail, LightShow, LightShuffle, LightSignpost, LightSms, LightStar, LightStrategy, LightSuccess, LightSun, LightTarget, LightTasks, LightTick, LightTimeCircle, LightTimerPause, LightTimerReset, LightUnlock, LightUpload, LightUser, LightUser2, LightVideo, LightWallet, LightWarning, LightWebhooks, LightWebsite, LightWork, MenuAlingment, MenuBurgerMenu, MenuCompetence, MenuDashboard, MenuDataSource, MenuDocuments, MenuEqualPay, MenuEsign, MenuEvaluation, MenuIntegrations, MenuIntercom, MenuOkr, MenuOldDocuments, MenuOnboarding, MenuOrganization, MenuPace, MenuPeopleAnalytics, MenuProfile, MenuPulse, MenuRecruiter, MenuReports, MenuSalaryReview, MenuSms, MenuSurvey, MenuTalks, MenuWorkforce, SrTypeBenefit, SrTypeBonus, SrTypeCustomAtributes, SrTypeEmployment, SrTypeEmployment2, SrTypeExclusion, SrTypeIndexes, SrTypeKpi, SrTypePersonal, SrTypeSalary, StatusesCross, StatusesError, StatusesInfo, StatusesSuccess, StatusesWarning };
|