techpack-icons 0.1.0
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 +31 -0
- package/dist/index.d.mts +361 -0
- package/dist/index.d.ts +361 -0
- package/dist/index.js +1650 -0
- package/dist/index.mjs +1444 -0
- package/package.json +36 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
declare const ArrowDownLight: ({ className, ...props }: any) => any;
|
|
2
|
+
|
|
3
|
+
declare const ArrowLeftLight: ({ className, ...props }: any) => any;
|
|
4
|
+
|
|
5
|
+
declare const ArrowRightLight: ({ className, ...props }: any) => any;
|
|
6
|
+
|
|
7
|
+
declare const ArrowUpLight: ({ className, ...props }: any) => any;
|
|
8
|
+
|
|
9
|
+
declare const BellSlashLight: ({ className, ...props }: any) => any;
|
|
10
|
+
|
|
11
|
+
declare const BellLight: ({ className, ...props }: any) => any;
|
|
12
|
+
|
|
13
|
+
declare const BookmarkLight: ({ className, ...props }: any) => any;
|
|
14
|
+
|
|
15
|
+
declare const CalendarLight: ({ className, ...props }: any) => any;
|
|
16
|
+
|
|
17
|
+
declare const CameraLight: ({ className, ...props }: any) => any;
|
|
18
|
+
|
|
19
|
+
declare const ChartPieLight: ({ className, ...props }: any) => any;
|
|
20
|
+
|
|
21
|
+
declare const CheckCircleLight: ({ className, ...props }: any) => any;
|
|
22
|
+
|
|
23
|
+
declare const ChevronCircleDownLight: ({ className, ...props }: any) => any;
|
|
24
|
+
|
|
25
|
+
declare const ChevronCircleLeftLight: ({ className, ...props }: any) => any;
|
|
26
|
+
|
|
27
|
+
declare const ChevronCircleRightLight: ({ className, ...props }: any) => any;
|
|
28
|
+
|
|
29
|
+
declare const ChevronCircleUpLight: ({ className, ...props }: any) => any;
|
|
30
|
+
|
|
31
|
+
declare const ChevronDownLight: ({ className, ...props }: any) => any;
|
|
32
|
+
|
|
33
|
+
declare const ChevronLeftLight: ({ className, ...props }: any) => any;
|
|
34
|
+
|
|
35
|
+
declare const ChevronRightLight: ({ className, ...props }: any) => any;
|
|
36
|
+
|
|
37
|
+
declare const ChevronUpLight: ({ className, ...props }: any) => any;
|
|
38
|
+
|
|
39
|
+
declare const ClockLight: ({ className, ...props }: any) => any;
|
|
40
|
+
|
|
41
|
+
declare const CommentDotsLight: ({ className, ...props }: any) => any;
|
|
42
|
+
|
|
43
|
+
declare const CommentLight: ({ className, ...props }: any) => any;
|
|
44
|
+
|
|
45
|
+
declare const CommentsLight: ({ className, ...props }: any) => any;
|
|
46
|
+
|
|
47
|
+
declare const CompassLight: ({ className, ...props }: any) => any;
|
|
48
|
+
|
|
49
|
+
declare const CopyLight: ({ className, ...props }: any) => any;
|
|
50
|
+
|
|
51
|
+
declare const CouponLight: ({ className, ...props }: any) => any;
|
|
52
|
+
|
|
53
|
+
declare const CreditCardLight: ({ className, ...props }: any) => any;
|
|
54
|
+
|
|
55
|
+
declare const DesktopLight: ({ className, ...props }: any) => any;
|
|
56
|
+
|
|
57
|
+
declare const DiscountLight: ({ className, ...props }: any) => any;
|
|
58
|
+
|
|
59
|
+
declare const DownloadLight: ({ className, ...props }: any) => any;
|
|
60
|
+
|
|
61
|
+
declare const EnvelopeLight: ({ className, ...props }: any) => any;
|
|
62
|
+
|
|
63
|
+
declare const ExclamationCircleLight: ({ className, ...props }: any) => any;
|
|
64
|
+
|
|
65
|
+
declare const EyeSlashLight: ({ className, ...props }: any) => any;
|
|
66
|
+
|
|
67
|
+
declare const EyeLight: ({ className, ...props }: any) => any;
|
|
68
|
+
|
|
69
|
+
declare const FileLight: ({ className, ...props }: any) => any;
|
|
70
|
+
|
|
71
|
+
declare const FilmLight: ({ className, ...props }: any) => any;
|
|
72
|
+
|
|
73
|
+
declare const FilterLight: ({ className, ...props }: any) => any;
|
|
74
|
+
|
|
75
|
+
declare const FlagLight: ({ className, ...props }: any) => any;
|
|
76
|
+
|
|
77
|
+
declare const FolderLight: ({ className, ...props }: any) => any;
|
|
78
|
+
|
|
79
|
+
declare const GlobeLight: ({ className, ...props }: any) => any;
|
|
80
|
+
|
|
81
|
+
declare const HeadphonesLight: ({ className, ...props }: any) => any;
|
|
82
|
+
|
|
83
|
+
declare const HeartLight: ({ className, ...props }: any) => any;
|
|
84
|
+
|
|
85
|
+
declare const HomeLight: ({ className, ...props }: any) => any;
|
|
86
|
+
|
|
87
|
+
declare const ImageLight: ({ className, ...props }: any) => any;
|
|
88
|
+
|
|
89
|
+
declare const InboxLight: ({ className, ...props }: any) => any;
|
|
90
|
+
|
|
91
|
+
declare const InfoCircleLight: ({ className, ...props }: any) => any;
|
|
92
|
+
|
|
93
|
+
declare const LinkLight: ({ className, ...props }: any) => any;
|
|
94
|
+
|
|
95
|
+
declare const LockLight: ({ className, ...props }: any) => any;
|
|
96
|
+
|
|
97
|
+
declare const LogInLight: ({ className, ...props }: any) => any;
|
|
98
|
+
|
|
99
|
+
declare const LogOutLight: ({ className, ...props }: any) => any;
|
|
100
|
+
|
|
101
|
+
declare const MapMarkerLight: ({ className, ...props }: any) => any;
|
|
102
|
+
|
|
103
|
+
declare const MapPinLight: ({ className, ...props }: any) => any;
|
|
104
|
+
|
|
105
|
+
declare const MapLight: ({ className, ...props }: any) => any;
|
|
106
|
+
|
|
107
|
+
declare const MenuLight: ({ className, ...props }: any) => any;
|
|
108
|
+
|
|
109
|
+
declare const MicrophoneSlashLight: ({ className, ...props }: any) => any;
|
|
110
|
+
|
|
111
|
+
declare const MicrophoneLight: ({ className, ...props }: any) => any;
|
|
112
|
+
|
|
113
|
+
declare const MinusSquareLight: ({ className, ...props }: any) => any;
|
|
114
|
+
|
|
115
|
+
declare const MobileLight: ({ className, ...props }: any) => any;
|
|
116
|
+
|
|
117
|
+
declare const MoreHCircleLight: ({ className, ...props }: any) => any;
|
|
118
|
+
|
|
119
|
+
declare const MoreVCircleLight: ({ className, ...props }: any) => any;
|
|
120
|
+
|
|
121
|
+
declare const PackageLight: ({ className, ...props }: any) => any;
|
|
122
|
+
|
|
123
|
+
declare const PaperclipLight: ({ className, ...props }: any) => any;
|
|
124
|
+
|
|
125
|
+
declare const PenLight: ({ className, ...props }: any) => any;
|
|
126
|
+
|
|
127
|
+
declare const PhoneLight: ({ className, ...props }: any) => any;
|
|
128
|
+
|
|
129
|
+
declare const PlusSquareLight: ({ className, ...props }: any) => any;
|
|
130
|
+
|
|
131
|
+
declare const QuestionCircleLight: ({ className, ...props }: any) => any;
|
|
132
|
+
|
|
133
|
+
declare const SearchLight: ({ className, ...props }: any) => any;
|
|
134
|
+
|
|
135
|
+
declare const SendLight: ({ className, ...props }: any) => any;
|
|
136
|
+
|
|
137
|
+
declare const SettingsLight: ({ className, ...props }: any) => any;
|
|
138
|
+
|
|
139
|
+
declare const ShieldLight: ({ className, ...props }: any) => any;
|
|
140
|
+
|
|
141
|
+
declare const ShoppingBasketLight: ({ className, ...props }: any) => any;
|
|
142
|
+
|
|
143
|
+
declare const SlidersHLight: ({ className, ...props }: any) => any;
|
|
144
|
+
|
|
145
|
+
declare const SortAscendingLight: ({ className, ...props }: any) => any;
|
|
146
|
+
|
|
147
|
+
declare const SortDescendingLight: ({ className, ...props }: any) => any;
|
|
148
|
+
|
|
149
|
+
declare const StarLight: ({ className, ...props }: any) => any;
|
|
150
|
+
|
|
151
|
+
declare const StopwatchLight: ({ className, ...props }: any) => any;
|
|
152
|
+
|
|
153
|
+
declare const StoreLight: ({ className, ...props }: any) => any;
|
|
154
|
+
|
|
155
|
+
declare const TabletLight: ({ className, ...props }: any) => any;
|
|
156
|
+
|
|
157
|
+
declare const TagLight: ({ className, ...props }: any) => any;
|
|
158
|
+
|
|
159
|
+
declare const ThumbtackLight: ({ className, ...props }: any) => any;
|
|
160
|
+
|
|
161
|
+
declare const TimesSquareLight: ({ className, ...props }: any) => any;
|
|
162
|
+
|
|
163
|
+
declare const TrashLight: ({ className, ...props }: any) => any;
|
|
164
|
+
|
|
165
|
+
declare const UnlockLight: ({ className, ...props }: any) => any;
|
|
166
|
+
|
|
167
|
+
declare const UploadLight: ({ className, ...props }: any) => any;
|
|
168
|
+
|
|
169
|
+
declare const UserLight: ({ className, ...props }: any) => any;
|
|
170
|
+
|
|
171
|
+
declare const UsersThreeLight: ({ className, ...props }: any) => any;
|
|
172
|
+
|
|
173
|
+
declare const UsersLight: ({ className, ...props }: any) => any;
|
|
174
|
+
|
|
175
|
+
declare const VideoSlashLight: ({ className, ...props }: any) => any;
|
|
176
|
+
|
|
177
|
+
declare const VideoLight: ({ className, ...props }: any) => any;
|
|
178
|
+
|
|
179
|
+
declare const VolumeUpLight: ({ className, ...props }: any) => any;
|
|
180
|
+
|
|
181
|
+
declare const ArrowDownBold: ({ className, ...props }: any) => any;
|
|
182
|
+
|
|
183
|
+
declare const ArrowLeftBold: ({ className, ...props }: any) => any;
|
|
184
|
+
|
|
185
|
+
declare const ArrowRightBold: ({ className, ...props }: any) => any;
|
|
186
|
+
|
|
187
|
+
declare const ArrowUpBold: ({ className, ...props }: any) => any;
|
|
188
|
+
|
|
189
|
+
declare const BellSlashBold: ({ className, ...props }: any) => any;
|
|
190
|
+
|
|
191
|
+
declare const BellBold: ({ className, ...props }: any) => any;
|
|
192
|
+
|
|
193
|
+
declare const BookmarkBold: ({ className, ...props }: any) => any;
|
|
194
|
+
|
|
195
|
+
declare const CalendarBold: ({ className, ...props }: any) => any;
|
|
196
|
+
|
|
197
|
+
declare const CameraBold: ({ className, ...props }: any) => any;
|
|
198
|
+
|
|
199
|
+
declare const ChartPieBold: ({ className, ...props }: any) => any;
|
|
200
|
+
|
|
201
|
+
declare const CheckCircleBold: ({ className, ...props }: any) => any;
|
|
202
|
+
|
|
203
|
+
declare const ChevronCircleDownBold: ({ className, ...props }: any) => any;
|
|
204
|
+
|
|
205
|
+
declare const ChevronCircleLeftBold: ({ className, ...props }: any) => any;
|
|
206
|
+
|
|
207
|
+
declare const ChevronCircleRightBold: ({ className, ...props }: any) => any;
|
|
208
|
+
|
|
209
|
+
declare const ChevronCircleUpBold: ({ className, ...props }: any) => any;
|
|
210
|
+
|
|
211
|
+
declare const ChevronDownBold: ({ className, ...props }: any) => any;
|
|
212
|
+
|
|
213
|
+
declare const ChevronLeftBold: ({ className, ...props }: any) => any;
|
|
214
|
+
|
|
215
|
+
declare const ChevronRightBold: ({ className, ...props }: any) => any;
|
|
216
|
+
|
|
217
|
+
declare const ChevronUpBold: ({ className, ...props }: any) => any;
|
|
218
|
+
|
|
219
|
+
declare const ClockBold: ({ className, ...props }: any) => any;
|
|
220
|
+
|
|
221
|
+
declare const CommentDotsBold: ({ className, ...props }: any) => any;
|
|
222
|
+
|
|
223
|
+
declare const CommentBold: ({ className, ...props }: any) => any;
|
|
224
|
+
|
|
225
|
+
declare const CommentsBold: ({ className, ...props }: any) => any;
|
|
226
|
+
|
|
227
|
+
declare const CompassBold: ({ className, ...props }: any) => any;
|
|
228
|
+
|
|
229
|
+
declare const CopyBold: ({ className, ...props }: any) => any;
|
|
230
|
+
|
|
231
|
+
declare const CouponBold: ({ className, ...props }: any) => any;
|
|
232
|
+
|
|
233
|
+
declare const CreditCardBold: ({ className, ...props }: any) => any;
|
|
234
|
+
|
|
235
|
+
declare const DesktopBold: ({ className, ...props }: any) => any;
|
|
236
|
+
|
|
237
|
+
declare const DiscountBold: ({ className, ...props }: any) => any;
|
|
238
|
+
|
|
239
|
+
declare const DownloadBold: ({ className, ...props }: any) => any;
|
|
240
|
+
|
|
241
|
+
declare const EnvelopeBold: ({ className, ...props }: any) => any;
|
|
242
|
+
|
|
243
|
+
declare const ExclamationCircleBold: ({ className, ...props }: any) => any;
|
|
244
|
+
|
|
245
|
+
declare const EyeSlashBold: ({ className, ...props }: any) => any;
|
|
246
|
+
|
|
247
|
+
declare const EyeBold: ({ className, ...props }: any) => any;
|
|
248
|
+
|
|
249
|
+
declare const FileBold: ({ className, ...props }: any) => any;
|
|
250
|
+
|
|
251
|
+
declare const FilmBold: ({ className, ...props }: any) => any;
|
|
252
|
+
|
|
253
|
+
declare const FilterBold: ({ className, ...props }: any) => any;
|
|
254
|
+
|
|
255
|
+
declare const FlagBold: ({ className, ...props }: any) => any;
|
|
256
|
+
|
|
257
|
+
declare const FolderBold: ({ className, ...props }: any) => any;
|
|
258
|
+
|
|
259
|
+
declare const GlobeBold: ({ className, ...props }: any) => any;
|
|
260
|
+
|
|
261
|
+
declare const HeadphonesBold: ({ className, ...props }: any) => any;
|
|
262
|
+
|
|
263
|
+
declare const HeartBold: ({ className, ...props }: any) => any;
|
|
264
|
+
|
|
265
|
+
declare const HomeBold: ({ className, ...props }: any) => any;
|
|
266
|
+
|
|
267
|
+
declare const ImageBold: ({ className, ...props }: any) => any;
|
|
268
|
+
|
|
269
|
+
declare const InboxBold: ({ className, ...props }: any) => any;
|
|
270
|
+
|
|
271
|
+
declare const InfoCircleBold: ({ className, ...props }: any) => any;
|
|
272
|
+
|
|
273
|
+
declare const LinkBold: ({ className, ...props }: any) => any;
|
|
274
|
+
|
|
275
|
+
declare const LockBold: ({ className, ...props }: any) => any;
|
|
276
|
+
|
|
277
|
+
declare const LogInBold: ({ className, ...props }: any) => any;
|
|
278
|
+
|
|
279
|
+
declare const LogOutBold: ({ className, ...props }: any) => any;
|
|
280
|
+
|
|
281
|
+
declare const MapMarkerBold: ({ className, ...props }: any) => any;
|
|
282
|
+
|
|
283
|
+
declare const MapPinBold: ({ className, ...props }: any) => any;
|
|
284
|
+
|
|
285
|
+
declare const MapBold: ({ className, ...props }: any) => any;
|
|
286
|
+
|
|
287
|
+
declare const MenuBold: ({ className, ...props }: any) => any;
|
|
288
|
+
|
|
289
|
+
declare const MicrophoneSlashBold: ({ className, ...props }: any) => any;
|
|
290
|
+
|
|
291
|
+
declare const MicrophoneBold: ({ className, ...props }: any) => any;
|
|
292
|
+
|
|
293
|
+
declare const MinusSquareBold: ({ className, ...props }: any) => any;
|
|
294
|
+
|
|
295
|
+
declare const MobileBold: ({ className, ...props }: any) => any;
|
|
296
|
+
|
|
297
|
+
declare const MoreHCircleBold: ({ className, ...props }: any) => any;
|
|
298
|
+
|
|
299
|
+
declare const MoreVCircleBold: ({ className, ...props }: any) => any;
|
|
300
|
+
|
|
301
|
+
declare const PackageBold: ({ className, ...props }: any) => any;
|
|
302
|
+
|
|
303
|
+
declare const PaperclipBold: ({ className, ...props }: any) => any;
|
|
304
|
+
|
|
305
|
+
declare const PenBold: ({ className, ...props }: any) => any;
|
|
306
|
+
|
|
307
|
+
declare const PhoneBold: ({ className, ...props }: any) => any;
|
|
308
|
+
|
|
309
|
+
declare const PlusSquareBold: ({ className, ...props }: any) => any;
|
|
310
|
+
|
|
311
|
+
declare const QuestionCircleBold: ({ className, ...props }: any) => any;
|
|
312
|
+
|
|
313
|
+
declare const SearchBold: ({ className, ...props }: any) => any;
|
|
314
|
+
|
|
315
|
+
declare const SendBold: ({ className, ...props }: any) => any;
|
|
316
|
+
|
|
317
|
+
declare const SettingsBold: ({ className, ...props }: any) => any;
|
|
318
|
+
|
|
319
|
+
declare const ShieldBold: ({ className, ...props }: any) => any;
|
|
320
|
+
|
|
321
|
+
declare const ShoppingBasketBold: ({ className, ...props }: any) => any;
|
|
322
|
+
|
|
323
|
+
declare const SlidersHBold: ({ className, ...props }: any) => any;
|
|
324
|
+
|
|
325
|
+
declare const SortAscendingBold: ({ className, ...props }: any) => any;
|
|
326
|
+
|
|
327
|
+
declare const SortDescendingBold: ({ className, ...props }: any) => any;
|
|
328
|
+
|
|
329
|
+
declare const StarBold: ({ className, ...props }: any) => any;
|
|
330
|
+
|
|
331
|
+
declare const StopwatchBold: ({ className, ...props }: any) => any;
|
|
332
|
+
|
|
333
|
+
declare const StoreBold: ({ className, ...props }: any) => any;
|
|
334
|
+
|
|
335
|
+
declare const TabletBold: ({ className, ...props }: any) => any;
|
|
336
|
+
|
|
337
|
+
declare const TagBold: ({ className, ...props }: any) => any;
|
|
338
|
+
|
|
339
|
+
declare const ThumbtackBold: ({ className, ...props }: any) => any;
|
|
340
|
+
|
|
341
|
+
declare const TimesSquareBold: ({ className, ...props }: any) => any;
|
|
342
|
+
|
|
343
|
+
declare const TrashBold: ({ className, ...props }: any) => any;
|
|
344
|
+
|
|
345
|
+
declare const UnlockBold: ({ className, ...props }: any) => any;
|
|
346
|
+
|
|
347
|
+
declare const UploadBold: ({ className, ...props }: any) => any;
|
|
348
|
+
|
|
349
|
+
declare const UserBold: ({ className, ...props }: any) => any;
|
|
350
|
+
|
|
351
|
+
declare const UsersThreeBold: ({ className, ...props }: any) => any;
|
|
352
|
+
|
|
353
|
+
declare const UsersBold: ({ className, ...props }: any) => any;
|
|
354
|
+
|
|
355
|
+
declare const VideoSlashBold: ({ className, ...props }: any) => any;
|
|
356
|
+
|
|
357
|
+
declare const VideoBold: ({ className, ...props }: any) => any;
|
|
358
|
+
|
|
359
|
+
declare const VolumeUpBold: ({ className, ...props }: any) => any;
|
|
360
|
+
|
|
361
|
+
export { ArrowDownBold, ArrowDownLight, ArrowLeftBold, ArrowLeftLight, ArrowRightBold, ArrowRightLight, ArrowUpBold, ArrowUpLight, BellBold, BellLight, BellSlashBold, BellSlashLight, BookmarkBold, BookmarkLight, CalendarBold, CalendarLight, CameraBold, CameraLight, ChartPieBold, ChartPieLight, CheckCircleBold, CheckCircleLight, ChevronCircleDownBold, ChevronCircleDownLight, ChevronCircleLeftBold, ChevronCircleLeftLight, ChevronCircleRightBold, ChevronCircleRightLight, ChevronCircleUpBold, ChevronCircleUpLight, ChevronDownBold, ChevronDownLight, ChevronLeftBold, ChevronLeftLight, ChevronRightBold, ChevronRightLight, ChevronUpBold, ChevronUpLight, ClockBold, ClockLight, CommentBold, CommentDotsBold, CommentDotsLight, CommentLight, CommentsBold, CommentsLight, CompassBold, CompassLight, CopyBold, CopyLight, CouponBold, CouponLight, CreditCardBold, CreditCardLight, DesktopBold, DesktopLight, DiscountBold, DiscountLight, DownloadBold, DownloadLight, EnvelopeBold, EnvelopeLight, ExclamationCircleBold, ExclamationCircleLight, EyeBold, EyeLight, EyeSlashBold, EyeSlashLight, FileBold, FileLight, FilmBold, FilmLight, FilterBold, FilterLight, FlagBold, FlagLight, FolderBold, FolderLight, GlobeBold, GlobeLight, HeadphonesBold, HeadphonesLight, HeartBold, HeartLight, HomeBold, HomeLight, ImageBold, ImageLight, InboxBold, InboxLight, InfoCircleBold, InfoCircleLight, LinkBold, LinkLight, LockBold, LockLight, LogInBold, LogInLight, LogOutBold, LogOutLight, MapBold, MapLight, MapMarkerBold, MapMarkerLight, MapPinBold, MapPinLight, MenuBold, MenuLight, MicrophoneBold, MicrophoneLight, MicrophoneSlashBold, MicrophoneSlashLight, MinusSquareBold, MinusSquareLight, MobileBold, MobileLight, MoreHCircleBold, MoreHCircleLight, MoreVCircleBold, MoreVCircleLight, PackageBold, PackageLight, PaperclipBold, PaperclipLight, PenBold, PenLight, PhoneBold, PhoneLight, PlusSquareBold, PlusSquareLight, QuestionCircleBold, QuestionCircleLight, SearchBold, SearchLight, SendBold, SendLight, SettingsBold, SettingsLight, ShieldBold, ShieldLight, ShoppingBasketBold, ShoppingBasketLight, SlidersHBold, SlidersHLight, SortAscendingBold, SortAscendingLight, SortDescendingBold, SortDescendingLight, StarBold, StarLight, StopwatchBold, StopwatchLight, StoreBold, StoreLight, TabletBold, TabletLight, TagBold, TagLight, ThumbtackBold, ThumbtackLight, TimesSquareBold, TimesSquareLight, TrashBold, TrashLight, UnlockBold, UnlockLight, UploadBold, UploadLight, UserBold, UserLight, UsersBold, UsersLight, UsersThreeBold, UsersThreeLight, VideoBold, VideoLight, VideoSlashBold, VideoSlashLight, VolumeUpBold, VolumeUpLight };
|