-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.ts
326 lines (326 loc) · 11.7 KB
/
index.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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
export const Activity = 'activity';
export const AddAppointment = 'add-appointment';
export const AddFile = 'add-file';
export const AddNote = 'add-note';
export const AddO = 'add-o';
export const AddThin = 'add-thin';
export const Add = 'add';
export const Addcard = 'addcard';
export const Afternoon = 'afternoon';
export const Analytics = 'analytics';
export const Anchor = 'anchor';
export const Appointment = 'appointment';
export const Archive = 'archive';
export const ArrowCollapse = 'arrow-collapse';
export const ArrowDown = 'arrow-down';
export const ArrowLeftH = 'arrow-left-h';
export const ArrowLeft = 'arrow-left';
export const ArrowRightH = 'arrow-right-h';
export const ArrowRight = 'arrow-right';
export const ArrowUp = 'arrow-up';
export const ArrowsResize = 'arrows-resize';
export const Attach = 'attach';
export const Automation = 'automation';
export const BackOffice = 'back-office';
export const Beaker = 'beaker';
export const Bell = 'bell';
export const BillableCharge = 'billable-charge';
export const Board = 'board';
export const Bolt = 'bolt';
export const Book = 'book';
export const BookmarkO = 'bookmark-o';
export const Bookmark = 'bookmark';
export const BorderAll = 'border-all';
export const BorderBottom = 'border-bottom';
export const BorderLeft = 'border-left';
export const BorderNone = 'border-none';
export const BorderRight = 'border-right';
export const BorderTop = 'border-top';
export const Bot = 'bot';
export const BoxCheckO = 'box-check-o';
export const BoxCheck = 'box-check';
export const BoxEmpty = 'box-empty';
export const BoxMinusO = 'box-minus-o';
export const BoxMinus = 'box-minus';
export const BoxPlusO = 'box-plus-o';
export const BoxPlus = 'box-plus';
export const BoxTimesO = 'box-times-o';
export const BoxTimes = 'box-times';
export const Bug = 'bug';
export const Bull = 'bull';
export const Calculator = 'calculator';
export const Calendar = 'calendar';
export const Camera = 'camera';
export const CandidateCircle = 'candidate-circle';
export const Candidate = 'candidate';
export const Canvas = 'canvas';
export const CardExpand = 'card-expand';
export const CategoryTags = 'category-tags';
export const CautionO = 'caution-o';
export const CautionTriangleO = 'caution-triangle-o';
export const Caution = 'caution';
export const Certification = 'certification';
export const ChartBar = 'chart-bar';
export const ChartDonut = 'chart-donut';
export const ChartFunnel = 'chart-funnel';
export const ChartLine = 'chart-line';
export const ChartPieO = 'chart-pie-o';
export const ChartPie = 'chart-pie';
export const CheckCircleFilled = 'check-circle-filled';
export const CheckCircle = 'check-circle';
export const CheckO = 'check-o';
export const Check = 'check';
export const CheckboxAdd = 'checkbox-add';
export const CheckboxEmpty = 'checkbox-empty';
export const CheckboxFilled = 'checkbox-filled';
export const CheckboxIndeterminate = 'checkbox-indeterminate';
export const CircleO = 'circle-o';
export const Circle = 'circle';
export const Clipboard = 'clipboard';
export const ClockArrow = 'clock-arrow';
export const Clock = 'clock';
export const CloseO = 'close-o';
export const Close = 'close';
export const Coffee = 'coffee';
export const Collapse = 'collapse';
export const Columns = 'columns';
export const CommentO = 'comment-o';
export const Comment = 'comment';
export const Commission = 'commission';
export const CompanyCircle = 'company-circle';
export const Company = 'company';
export const ComparisonTable = 'comparison-table';
export const Compass = 'compass';
export const Complex = 'complex';
export const ComplianceManager = 'compliance-manager';
export const ConfigureO = 'configure-o';
export const Configure = 'configure';
export const Convert = 'convert';
export const Crane = 'crane';
export const Credential = 'credential';
export const Crf = 'crf';
export const Crown = 'crown';
export const CustomObjects = 'custom-objects';
export const DashboardO = 'dashboard-o';
export const Dashboard = 'dashboard';
export const Day = 'day';
export const DeleteO = 'delete-o';
export const Delete = 'delete';
export const Department = 'department';
export const Dependencies = 'dependencies';
export const Desktop = 'desktop';
export const Download = 'download';
export const Dropzone = 'dropzone';
export const Duplicate = 'duplicate';
export const EarnCodeTemplate = 'earn-code-template';
export const EarnCode = 'earn-code';
export const EditCircleFilled = 'edit-circle-filled';
export const EditCircle = 'edit-circle';
export const EditO = 'edit-o';
export const Edit = 'edit';
export const Education = 'education';
export const EmailAutoadd = 'email-autoadd';
export const EmailInvoiceTemplate = 'email-invoice-template';
export const Email = 'email';
export const Engagement = 'engagement';
export const Evening = 'evening';
export const Exclude = 'exclude';
export const Expand = 'expand';
export const Expense = 'expense';
export const ExportHtml = 'export-html';
export const ExportMs = 'export-ms';
export const ExternalOpen = 'external-open';
export const External = 'external';
export const FacebookO = 'facebook-o';
export const Facebook = 'facebook';
export const Fasterfind = 'fasterfind';
export const FieldAdd = 'field-add';
export const FieldDropdown = 'field-dropdown';
export const FieldParagraph = 'field-paragraph';
export const FieldSignatureText = 'field-signature-text';
export const FieldSignature = 'field-signature';
export const FieldText = 'field-text';
export const FieldTextblock = 'field-textblock';
export const File = 'file';
export const Filter = 'filter';
export const Flag = 'flag';
export const FlaggedEmail = 'flagged-email';
export const FloppyDiskPencil = 'floppy-disk-pencil';
export const FloppyDisk = 'floppy-disk';
export const Flower = 'flower';
export const Footprint = 'footprint';
export const Funnel = 'funnel';
export const GlobeO = 'globe-o';
export const Globe = 'globe';
export const Google = 'google';
export const Hammer = 'hammer';
export const Heading = 'Heading';
export const Headset = 'headset';
export const Herefish = 'herefish';
export const Hidden = 'hidden';
export const Holiday = 'holiday';
export const Home = 'home';
export const HourglassBottom = 'hourglass-bottom';
export const HourglassMiddle = 'hourglass-middle';
export const HourglassTop = 'hourglass-top';
export const I9 = 'i9';
export const IceCream = 'ice-cream';
export const Idea = 'idea';
export const Inactive = 'inactive';
export const InboundCall = 'inbound-call';
export const Inbox = 'inbox';
export const Industry = 'industry';
export const InfoO = 'info-o';
export const Info = 'info';
export const Inherit = 'inherit';
export const Interview = 'interview';
export const Invoice = 'invoice';
export const JobCircle = 'job-circle';
export const JobCode = 'job-code';
export const Job = 'job';
export const KebabMenu = 'kebab-menu';
export const Key = 'key';
export const Layout = 'layout';
export const LeadCircle = 'lead-circle';
export const Lead = 'lead';
export const Link = 'link';
export const LinkedinF = 'linkedin-f';
export const LinkedinO = 'linkedin-o';
export const Linkedin = 'linkedin';
export const ListO = 'list-o';
export const List = 'list';
export const LocationO = 'location-o';
export const Location = 'location';
export const Lock = 'lock';
export const Logout = 'logout';
export const Magic = 'magic';
export const Map = 'map';
export const MenuO = 'menu-o';
export const Menu = 'menu';
export const MinusCircleO = 'minus-circle-o';
export const MinusCircle = 'minus-circle';
export const Mirrored = 'mirrored';
export const MissedCall = 'missed-call';
export const Mobile = 'mobile';
export const More = 'more';
export const Morning1 = 'morning-1';
export const Morning2 = 'morning-2';
export const Morning3 = 'morning-3';
export const Morning = 'morning';
export const Move = 'move';
export const Music = 'music';
export const News = 'news';
export const Next = 'next';
export const Night = 'night';
export const NoData = 'no-data';
export const NonEditable = 'non-editable';
export const NonPayroll = 'non-payroll';
export const Note = 'note';
export const Notes = 'notes';
export const Nps = 'nps';
export const Ob365 = 'ob365';
export const Occupation = 'occupation';
export const Offer = 'offer';
export const Onboarding365 = 'onboarding-365';
export const Onboarding = 'onboarding';
export const OpportunityCircle = 'opportunity-circle';
export const Opportunity = 'opportunity';
export const Organize = 'organize';
export const OutboundCall = 'outbound-call';
export const OutboundEmail = 'outbound-email';
export const Overnight = 'overnight';
export const Overview = 'overview';
export const Packets = 'packets';
export const PayableCharge = 'payable-charge';
export const Payable = 'payable';
export const Payroll = 'payroll';
export const PersonCircle = 'person-circle';
export const Person = 'person';
export const Phone = 'phone';
export const Pin = 'pin';
export const Plus = 'plus';
export const Preview = 'preview';
export const Previous = 'previous';
export const Print = 'print';
export const ProgressBars = 'progress-bars';
export const ProjectsSquare = 'projects-square';
export const Projects = 'projects';
export const Publish = 'publish';
export const Pulse = 'pulse';
export const PurchaseOrder = 'purchase-order';
export const Puzzle = 'puzzle';
export const QuestionO = 'question-o';
export const Question = 'question';
export const RadioEmpty = 'radio-empty';
export const RadioFilled = 'radio-filled';
export const RateCircle = 'rate-circle';
export const RateFilled = 'rate-filled';
export const RateRequest = 'rate-request';
export const RateRule = 'rate-rule';
export const Rate = 'rate';
export const Receivables = 'receivables';
export const RefreshO = 'refresh-o';
export const Refresh = 'refresh';
export const Rent = 'rent';
export const Reply = 'reply';
export const ReportCode = 'report-code';
export const Report = 'report';
export const Republish = 'republish';
export const Resume = 'resume';
export const Rocket = 'rocket';
export const RulesConfig = 'rules-config';
export const Sailboat = 'sailboat';
export const Save = 'save';
export const SearchCheck = 'search-check';
export const SearchMenu = 'search-menu';
export const SearchPrivate = 'search-private';
export const SearchQuestion = 'search-question';
export const SearchShared = 'search-shared';
export const Search = 'search';
export const Section = 'section';
export const Send = 'send';
export const Sendout = 'sendout';
export const Settings = 'settings';
export const ShareO = 'share-o';
export const Share = 'share';
export const Shield = 'shield';
export const ShippingBox = 'shipping-box';
export const Slideout = 'slideout';
export const Sms = 'sms';
export const SortAsc = 'sort-asc';
export const SortDesc = 'sort-desc';
export const Sortable = 'sortable';
export const Source = 'source';
export const StarCircle = 'star-circle';
export const StarOCircle = 'star-o-circle';
export const StarO = 'star-o';
export const Star = 'star';
export const Stethoscope = 'stethoscope';
export const StopLight = 'stop-light';
export const Tab = 'tab';
export const Tearsheet = 'tearsheet';
export const Tie = 'tie';
export const Times = 'times';
export const Timetable = 'timetable';
export const Tools = 'tools';
export const Tower = 'tower';
export const TrendingDown = 'trending-down';
export const TrendingUp = 'trending-up';
export const Truck = 'truck';
export const TwitterF = 'twitter-f';
export const TwitterO = 'twitter-o';
export const Twitter = 'twitter';
export const Umbrella = 'umbrella';
export const Unit = 'unit';
export const Unlock = 'unlock';
export const Upload = 'upload';
export const UserO = 'user-o';
export const User = 'user';
export const Users = 'users';
export const Vendor = 'vendor';
export const ViewList = 'view-list';
export const ViewModule = 'view-module';
export const Viewall = 'viewall';
export const Vms = 'vms';
export const Workflow = 'workflow';
export const X = 'x';