-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.d.ts
More file actions
249 lines (249 loc) · 6.87 KB
/
index.d.ts
File metadata and controls
249 lines (249 loc) · 6.87 KB
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
/// <reference types="react" />
import { ComponentType, SVGAttributes } from 'react';
interface Props extends SVGAttributes<SVGElement> {
color?: string;
size?: string | number;
}
type Icon = ComponentType<Props>;
export const Activity: Icon;
export const AddCart: Icon;
export const AlignBottom: Icon;
export const AlignCenter: Icon;
export const AlignLeft: Icon;
export const AlignRight: Icon;
export const AlignTop: Icon;
export const AlignVertically: Icon;
export const Angry: Icon;
export const AppMenu: Icon;
export const Apron: Icon;
export const ArrowDown: Icon;
export const ArrowLeft: Icon;
export const ArrowRight: Icon;
export const ArrowUp: Icon;
export const Artboard: Icon;
export const AudioPlayer: Icon;
export const Backward: Icon;
export const BarChart: Icon;
export const Bar: Icon;
export const Beer: Icon;
export const Beginner: Icon;
export const Bell: Icon;
export const BirthdayCake: Icon;
export const Bold: Icon;
export const Bolt: Icon;
export const Book: Icon;
export const Bookmark: Icon;
export const Browser: Icon;
export const Brush: Icon;
export const Bug: Icon;
export const Building: Icon;
export const Cage: Icon;
export const Calendar: Icon;
export const Camera: Icon;
export const Cart: Icon;
export const CheckCircleO: Icon;
export const CheckCircle: Icon;
export const CheckVerified: Icon;
export const Check: Icon;
export const Clock: Icon;
export const Close: Icon;
export const Cloud: Icon;
export const Cocktail: Icon;
export const Code: Icon;
export const Codepen: Icon;
export const Coffee: Icon;
export const Columns: Icon;
export const CommentO: Icon;
export const Comment: Icon;
export const Commenting: Icon;
export const Comments: Icon;
export const Compress: Icon;
export const CreditCard: Icon;
export const Crop: Icon;
export const Cry: Icon;
export const Cutlery: Icon;
export const DeleteLink: Icon;
export const Desktop: Icon;
export const Diamond: Icon;
export const Difference: Icon;
export const Disabled: Icon;
export const Disappointed: Icon;
export const DistributeHorizontally: Icon;
export const DistributeVertically: Icon;
export const Document: Icon;
export const Donut: Icon;
export const Download: Icon;
export const DropDown: Icon;
export const DropLeft: Icon;
export const DropRight: Icon;
export const DropUp: Icon;
export const Edit: Icon;
export const Eject: Icon;
export const ElipsisH: Icon;
export const ElipsisV: Icon;
export const Equalizer: Icon;
export const Eraser: Icon;
export const Expand: Icon;
export const Export: Icon;
export const Eye: Icon;
export const Facebook: Icon;
export const FastBackward: Icon;
export const FastForward: Icon;
export const Feather: Icon;
export const Feed: Icon;
export const FileAudio: Icon;
export const FileExcel: Icon;
export const FileImage: Icon;
export const FileMovie: Icon;
export const FilePowerpoint: Icon;
export const FileWord: Icon;
export const FileZip: Icon;
export const File: Icon;
export const Filter: Icon;
export const Flag: Icon;
export const FolderOpen: Icon;
export const Folder: Icon;
export const Fork: Icon;
export const Forward: Icon;
export const Frowing: Icon;
export const Gamepad: Icon;
export const Gear: Icon;
export const Gift: Icon;
export const Git: Icon;
export const GithubAlt: Icon;
export const Github: Icon;
export const Globe: Icon;
export const GooglePlus: Icon;
export const Google: Icon;
export const Hash: Icon;
export const Headphone: Icon;
export const HeartO: Icon;
export const Heart: Icon;
export const Home: Icon;
export const Import: Icon;
export const Info: Icon;
export const InsertLink: Icon;
export const Instagram: Icon;
export const Intersect: Icon;
export const Italic: Icon;
export const Key: Icon;
export const Keyboard: Icon;
export const KitchenCooker: Icon;
export const Laptop: Icon;
export const Layer: Icon;
export const Layout: Icon;
export const LineChart: Icon;
export const LinkExternal: Icon;
export const Link: Icon;
export const ListBullet: Icon;
export const ListOrder: Icon;
export const ListTask: Icon;
export const Location: Icon;
export const Lock: Icon;
export const Login: Icon;
export const Logout: Icon;
export const Loop: Icon;
export const Magic: Icon;
export const Mail: Icon;
export const Map: Icon;
export const Mask: Icon;
export const Medal: Icon;
export const Megaphone: Icon;
export const Mention: Icon;
export const Messanger: Icon;
export const Minus: Icon;
export const Mobile: Icon;
export const Money: Icon;
export const Moon: Icon;
export const Mouse: Icon;
export const Music: Icon;
export const Octpus: Icon;
export const OpenMouth: Icon;
export const Palette: Icon;
export const PaperPlane: Icon;
export const Pause: Icon;
export const Pencil: Icon;
export const Phone: Icon;
export const PictureSquare: Icon;
export const Picture: Icon;
export const PieChart: Icon;
export const Pinterest: Icon;
export const Pizza: Icon;
export const Play: Icon;
export const Plug: Icon;
export const Plus: Icon;
export const Pocket: Icon;
export const Pot: Icon;
export const Print: Icon;
export const Prototype: Icon;
export const Question: Icon;
export const QuoteLeft: Icon;
export const QuoteRight: Icon;
export const Rage: Icon;
export const Random: Icon;
export const RemoveCart: Icon;
export const RiceCracker: Icon;
export const Rocket: Icon;
export const Scale: Icon;
export const SearchMinus: Icon;
export const SearchPlus: Icon;
export const Search: Icon;
export const Share: Icon;
export const Shield: Icon;
export const ShoppingBag: Icon;
export const Sitemap: Icon;
export const SmileAlt: Icon;
export const SmileHeart: Icon;
export const SmilePlus: Icon;
export const Smile: Icon;
export const Speaker: Icon;
export const Squid: Icon;
export const StarO: Icon;
export const Star: Icon;
export const StepBackward: Icon;
export const StepForward: Icon;
export const Stop: Icon;
export const Subtract: Icon;
export const SunnyO: Icon;
export const Sunrise: Icon;
export const Sync: Icon;
export const Table: Icon;
export const Tablet: Icon;
export const Tag: Icon;
export const Target: Icon;
export const Terminal: Icon;
export const TextAlignCenter: Icon;
export const TextAlignJustify: Icon;
export const TextAlignLeft: Icon;
export const TextAlignRight: Icon;
export const TextSize: Icon;
export const Ticket: Icon;
export const Tiled: Icon;
export const Timeline: Icon;
export const Tired: Icon;
export const Train: Icon;
export const Trash: Icon;
export const Trophy: Icon;
export const Truck: Icon;
export const Twitter: Icon;
export const Umbrella: Icon;
export const Underline: Icon;
export const Union: Icon;
export const Unlock: Icon;
export const Upload: Icon;
export const Usb: Icon;
export const UserMinus: Icon;
export const UserPlus: Icon;
export const User: Icon;
export const Users: Icon;
export const Vector: Icon;
export const Video: Icon;
export const Wallet: Icon;
export const Warning: Icon;
export const WatchAlt: Icon;
export const Watch: Icon;
export const WineGlass: Icon;
export const WordpressAlt: Icon;
export const Wordpress: Icon;
export const Wrench: Icon;
export const Youtube: Icon;