-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy pathindex.d.ts
296 lines (294 loc) · 8.26 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
/// <reference types="react" />
import { FC, SVGAttributes } from 'react';
export interface IconProps extends SVGAttributes<SVGElement> {
color?: string;
size?: string | number;
}
export type Icon = FC<IconProps>;
export const Activity: Icon;
export const Airplay: Icon;
export const AlertCircle: Icon;
export const AlertOctagon: Icon;
export const AlertTriangle: Icon;
export const AlignCenter: Icon;
export const AlignJustify: Icon;
export const AlignLeft: Icon;
export const AlignRight: Icon;
export const Anchor: Icon;
export const Aperture: Icon;
export const Archive: Icon;
export const ArrowDownCircle: Icon;
export const ArrowDownLeft: Icon;
export const ArrowDownRight: Icon;
export const ArrowDown: Icon;
export const ArrowLeftCircle: Icon;
export const ArrowLeft: Icon;
export const ArrowRightCircle: Icon;
export const ArrowRight: Icon;
export const ArrowUpCircle: Icon;
export const ArrowUpLeft: Icon;
export const ArrowUpRight: Icon;
export const ArrowUp: Icon;
export const AtSign: Icon;
export const Award: Icon;
export const BarChart2: Icon;
export const BarChart: Icon;
export const BatteryCharging: Icon;
export const Battery: Icon;
export const BellOff: Icon;
export const Bell: Icon;
export const Bluetooth: Icon;
export const Bold: Icon;
export const BookOpen: Icon;
export const Book: Icon;
export const Bookmark: Icon;
export const Box: Icon;
export const Briefcase: Icon;
export const Calendar: Icon;
export const CameraOff: Icon;
export const Camera: Icon;
export const Cast: Icon;
export const CheckCircle: Icon;
export const CheckSquare: Icon;
export const Check: Icon;
export const ChevronDown: Icon;
export const ChevronLeft: Icon;
export const ChevronRight: Icon;
export const ChevronUp: Icon;
export const ChevronsDown: Icon;
export const ChevronsLeft: Icon;
export const ChevronsRight: Icon;
export const ChevronsUp: Icon;
export const Chrome: Icon;
export const Circle: Icon;
export const Clipboard: Icon;
export const Clock: Icon;
export const CloudDrizzle: Icon;
export const CloudLightning: Icon;
export const CloudOff: Icon;
export const CloudRain: Icon;
export const CloudSnow: Icon;
export const Cloud: Icon;
export const Code: Icon;
export const Codepen: Icon;
export const Codesandbox: Icon;
export const Coffee: Icon;
export const Columns: Icon;
export const Command: Icon;
export const Compass: Icon;
export const Copy: Icon;
export const CornerDownLeft: Icon;
export const CornerDownRight: Icon;
export const CornerLeftDown: Icon;
export const CornerLeftUp: Icon;
export const CornerRightDown: Icon;
export const CornerRightUp: Icon;
export const CornerUpLeft: Icon;
export const CornerUpRight: Icon;
export const Cpu: Icon;
export const CreditCard: Icon;
export const Crop: Icon;
export const Crosshair: Icon;
export const Database: Icon;
export const Delete: Icon;
export const Disc: Icon;
export const DivideCircle: Icon;
export const DivideSquare: Icon;
export const Divide: Icon;
export const DollarSign: Icon;
export const DownloadCloud: Icon;
export const Download: Icon;
export const Dribbble: Icon;
export const Droplet: Icon;
export const Edit2: Icon;
export const Edit3: Icon;
export const Edit: Icon;
export const ExternalLink: Icon;
export const EyeOff: Icon;
export const Eye: Icon;
export const Facebook: Icon;
export const FastForward: Icon;
export const Feather: Icon;
export const Figma: Icon;
export const FileMinus: Icon;
export const FilePlus: Icon;
export const FileText: Icon;
export const File: Icon;
export const Film: Icon;
export const Filter: Icon;
export const Flag: Icon;
export const FolderMinus: Icon;
export const FolderPlus: Icon;
export const Folder: Icon;
export const Framer: Icon;
export const Frown: Icon;
export const Gift: Icon;
export const GitBranch: Icon;
export const GitCommit: Icon;
export const GitMerge: Icon;
export const GitPullRequest: Icon;
export const GitHub: Icon;
export const Gitlab: Icon;
export const Globe: Icon;
export const Grid: Icon;
export const HardDrive: Icon;
export const Hash: Icon;
export const Headphones: Icon;
export const Heart: Icon;
export const HelpCircle: Icon;
export const Hexagon: Icon;
export const Home: Icon;
export const Image: Icon;
export const Inbox: Icon;
export const Info: Icon;
export const Instagram: Icon;
export const Italic: Icon;
export const Key: Icon;
export const Layers: Icon;
export const Layout: Icon;
export const LifeBuoy: Icon;
export const Link2: Icon;
export const Link: Icon;
export const Linkedin: Icon;
export const List: Icon;
export const Loader: Icon;
export const Lock: Icon;
export const LogIn: Icon;
export const LogOut: Icon;
export const Mail: Icon;
export const MapPin: Icon;
export const Map: Icon;
export const Maximize2: Icon;
export const Maximize: Icon;
export const Meh: Icon;
export const Menu: Icon;
export const MessageCircle: Icon;
export const MessageSquare: Icon;
export const MicOff: Icon;
export const Mic: Icon;
export const Minimize2: Icon;
export const Minimize: Icon;
export const MinusCircle: Icon;
export const MinusSquare: Icon;
export const Minus: Icon;
export const Monitor: Icon;
export const Moon: Icon;
export const MoreHorizontal: Icon;
export const MoreVertical: Icon;
export const MousePointer: Icon;
export const Move: Icon;
export const Music: Icon;
export const Navigation2: Icon;
export const Navigation: Icon;
export const Octagon: Icon;
export const Package: Icon;
export const Paperclip: Icon;
export const PauseCircle: Icon;
export const Pause: Icon;
export const PenTool: Icon;
export const Percent: Icon;
export const PhoneCall: Icon;
export const PhoneForwarded: Icon;
export const PhoneIncoming: Icon;
export const PhoneMissed: Icon;
export const PhoneOff: Icon;
export const PhoneOutgoing: Icon;
export const Phone: Icon;
export const PieChart: Icon;
export const PlayCircle: Icon;
export const Play: Icon;
export const PlusCircle: Icon;
export const PlusSquare: Icon;
export const Plus: Icon;
export const Pocket: Icon;
export const Power: Icon;
export const Printer: Icon;
export const Radio: Icon;
export const RefreshCcw: Icon;
export const RefreshCw: Icon;
export const Repeat: Icon;
export const Rewind: Icon;
export const RotateCcw: Icon;
export const RotateCw: Icon;
export const Rss: Icon;
export const Save: Icon;
export const Scissors: Icon;
export const Search: Icon;
export const Send: Icon;
export const Server: Icon;
export const Settings: Icon;
export const Share2: Icon;
export const Share: Icon;
export const ShieldOff: Icon;
export const Shield: Icon;
export const ShoppingBag: Icon;
export const ShoppingCart: Icon;
export const Shuffle: Icon;
export const Sidebar: Icon;
export const SkipBack: Icon;
export const SkipForward: Icon;
export const Slack: Icon;
export const Slash: Icon;
export const Sliders: Icon;
export const Smartphone: Icon;
export const Smile: Icon;
export const Speaker: Icon;
export const Square: Icon;
export const Star: Icon;
export const StopCircle: Icon;
export const Sun: Icon;
export const Sunrise: Icon;
export const Sunset: Icon;
export const Table: Icon;
export const Tablet: Icon;
export const Tag: Icon;
export const Target: Icon;
export const Terminal: Icon;
export const Thermometer: Icon;
export const ThumbsDown: Icon;
export const ThumbsUp: Icon;
export const ToggleLeft: Icon;
export const ToggleRight: Icon;
export const Tool: Icon;
export const Trash2: Icon;
export const Trash: Icon;
export const Trello: Icon;
export const TrendingDown: Icon;
export const TrendingUp: Icon;
export const Triangle: Icon;
export const Truck: Icon;
export const Tv: Icon;
export const Twitch: Icon;
export const Twitter: Icon;
export const Type: Icon;
export const Umbrella: Icon;
export const Underline: Icon;
export const Unlock: Icon;
export const UploadCloud: Icon;
export const Upload: Icon;
export const UserCheck: Icon;
export const UserMinus: Icon;
export const UserPlus: Icon;
export const UserX: Icon;
export const User: Icon;
export const Users: Icon;
export const VideoOff: Icon;
export const Video: Icon;
export const Voicemail: Icon;
export const Volume1: Icon;
export const Volume2: Icon;
export const VolumeX: Icon;
export const Volume: Icon;
export const Watch: Icon;
export const WifiOff: Icon;
export const Wifi: Icon;
export const Wind: Icon;
export const XCircle: Icon;
export const XOctagon: Icon;
export const XSquare: Icon;
export const X: Icon;
export const Youtube: Icon;
export const ZapOff: Icon;
export const Zap: Icon;
export const ZoomIn: Icon;
export const ZoomOut: Icon;