-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.js
214 lines (214 loc) · 14.1 KB
/
index.js
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
export { default as UitAdobeAlt } from './icons/uit-adobe-alt'
export { default as UitAirplay } from './icons/uit-airplay'
export { default as UitAlignAlt } from './icons/uit-align-alt'
export { default as UitAlignCenter } from './icons/uit-align-center'
export { default as UitAlignCenterAlt } from './icons/uit-align-center-alt'
export { default as UitAlignCenterJustify } from './icons/uit-align-center-justify'
export { default as UitAlignLeft } from './icons/uit-align-left'
export { default as UitAlignLeftJustify } from './icons/uit-align-left-justify'
export { default as UitAlignLetterRight } from './icons/uit-align-letter-right'
export { default as UitAlignRight } from './icons/uit-align-right'
export { default as UitAlignRightJustify } from './icons/uit-align-right-justify'
export { default as UitAnchor } from './icons/uit-anchor'
export { default as UitAndroidAlt } from './icons/uit-android-alt'
export { default as UitAngleDoubleDown } from './icons/uit-angle-double-down'
export { default as UitAngleDoubleLeft } from './icons/uit-angle-double-left'
export { default as UitAngleDoubleRight } from './icons/uit-angle-double-right'
export { default as UitAngleUp } from './icons/uit-angle-up'
export { default as UitAnkh } from './icons/uit-ankh'
export { default as UitAppleAlt } from './icons/uit-apple-alt'
export { default as UitArrowCircleDown } from './icons/uit-arrow-circle-down'
export { default as UitArrowCircleLeft } from './icons/uit-arrow-circle-left'
export { default as UitArrowCircleRight } from './icons/uit-arrow-circle-right'
export { default as UitArrowCircleUp } from './icons/uit-arrow-circle-up'
export { default as UitArrowDownLeft } from './icons/uit-arrow-down-left'
export { default as UitArrowDownRight } from './icons/uit-arrow-down-right'
export { default as UitArrowUpLeft } from './icons/uit-arrow-up-left'
export { default as UitArrowUpRight } from './icons/uit-arrow-up-right'
export { default as UitAt } from './icons/uit-at'
export { default as UitBag } from './icons/uit-bag'
export { default as UitBatteryBolt } from './icons/uit-battery-bolt'
export { default as UitBatteryEmpty } from './icons/uit-battery-empty'
export { default as UitBehanceAlt } from './icons/uit-behance-alt'
export { default as UitBitcoinAlt } from './icons/uit-bitcoin-alt'
export { default as UitBloggerAlt } from './icons/uit-blogger-alt'
export { default as UitBookmark } from './icons/uit-bookmark'
export { default as UitBorderAlt } from './icons/uit-border-alt'
export { default as UitBorderBottom } from './icons/uit-border-bottom'
export { default as UitBorderClear } from './icons/uit-border-clear'
export { default as UitBorderHorizontal } from './icons/uit-border-horizontal'
export { default as UitBorderInner } from './icons/uit-border-inner'
export { default as UitBorderLeft } from './icons/uit-border-left'
export { default as UitBorderOut } from './icons/uit-border-out'
export { default as UitBorderTop } from './icons/uit-border-top'
export { default as UitBorderVertical } from './icons/uit-border-vertical'
export { default as UitCalender } from './icons/uit-calender'
export { default as UitChartGrowth } from './icons/uit-chart-growth'
export { default as UitChartPie } from './icons/uit-chart-pie'
export { default as UitCheck } from './icons/uit-check'
export { default as UitCheckCircle } from './icons/uit-check-circle'
export { default as UitCheckSquare } from './icons/uit-check-square'
export { default as UitCircleLayer } from './icons/uit-circle-layer'
export { default as UitCircuit } from './icons/uit-circuit'
export { default as UitClinicMedical } from './icons/uit-clinic-medical'
export { default as UitClock } from './icons/uit-clock'
export { default as UitClockEight } from './icons/uit-clock-eight'
export { default as UitClockFive } from './icons/uit-clock-five'
export { default as UitClockNine } from './icons/uit-clock-nine'
export { default as UitClockSeven } from './icons/uit-clock-seven'
export { default as UitClockTen } from './icons/uit-clock-ten'
export { default as UitClockThree } from './icons/uit-clock-three'
export { default as UitClockTwo } from './icons/uit-clock-two'
export { default as UitColumns } from './icons/uit-columns'
export { default as UitCommentDots } from './icons/uit-comment-dots'
export { default as UitCompress } from './icons/uit-compress'
export { default as UitCornerDownLeft } from './icons/uit-corner-down-left'
export { default as UitCornerDownRight } from './icons/uit-corner-down-right'
export { default as UitCornerLeftDown } from './icons/uit-corner-left-down'
export { default as UitCornerRightDown } from './icons/uit-corner-right-down'
export { default as UitCornerUpLeft } from './icons/uit-corner-up-left'
export { default as UitCornerUpRight } from './icons/uit-corner-up-right'
export { default as UitCovid19 } from './icons/uit-covid-19'
export { default as UitCreateDashboard } from './icons/uit-create-dashboard'
export { default as UitDesktopAltSlash } from './icons/uit-desktop-alt-slash'
export { default as UitDialpad } from './icons/uit-dialpad'
export { default as UitDirection } from './icons/uit-direction'
export { default as UitDocumentLayoutCenter } from './icons/uit-document-layout-center'
export { default as UitDocumentLayoutLeft } from './icons/uit-document-layout-left'
export { default as UitDocumentLayoutRight } from './icons/uit-document-layout-right'
export { default as UitDownloadAlt } from './icons/uit-download-alt'
export { default as UitDropbox } from './icons/uit-dropbox'
export { default as UitEllipsisH } from './icons/uit-ellipsis-h'
export { default as UitEllipsisV } from './icons/uit-ellipsis-v'
export { default as UitExclamationCircle } from './icons/uit-exclamation-circle'
export { default as UitExclamationOctagon } from './icons/uit-exclamation-octagon'
export { default as UitExclamationTriangle } from './icons/uit-exclamation-triangle'
export { default as UitFacebookF } from './icons/uit-facebook-f'
export { default as UitFacebookMessengerAlt } from './icons/uit-facebook-messenger-alt'
export { default as UitFavorite } from './icons/uit-favorite'
export { default as UitFlipH } from './icons/uit-flip-h'
export { default as UitFlipHAlt } from './icons/uit-flip-h-alt'
export { default as UitFlipV } from './icons/uit-flip-v'
export { default as UitFlipVAlt } from './icons/uit-flip-v-alt'
export { default as UitGithubAlt } from './icons/uit-github-alt'
export { default as UitGold } from './icons/uit-gold'
export { default as UitGoogle } from './icons/uit-google'
export { default as UitGoogleDriveAlt } from './icons/uit-google-drive-alt'
export { default as UitGoogleHangoutsAlt } from './icons/uit-google-hangouts-alt'
export { default as UitGooglePlay } from './icons/uit-google-play'
export { default as UitGrid } from './icons/uit-grid'
export { default as UitGrids } from './icons/uit-grids'
export { default as UitGripHorizontalLine } from './icons/uit-grip-horizontal-line'
export { default as UitHeadSide } from './icons/uit-head-side'
export { default as UitHeadSideCough } from './icons/uit-head-side-cough'
export { default as UitHeadSideMask } from './icons/uit-head-side-mask'
export { default as UitHistory } from './icons/uit-history'
export { default as UitHistoryAlt } from './icons/uit-history-alt'
export { default as UitHorizontalAlignLeft } from './icons/uit-horizontal-align-left'
export { default as UitHospital } from './icons/uit-hospital'
export { default as UitHospitalSquareSign } from './icons/uit-hospital-square-sign'
export { default as UitHospitalSymbol } from './icons/uit-hospital-symbol'
export { default as UitHouseUser } from './icons/uit-house-user'
export { default as UitHtml3Alt } from './icons/uit-html3-alt'
export { default as UitImageV } from './icons/uit-image-v'
export { default as UitIntercomAlt } from './icons/uit-intercom-alt'
export { default as UitKeySkeleton } from './icons/uit-key-skeleton'
export { default as UitKeySkeletonAlt } from './icons/uit-key-skeleton-alt'
export { default as UitLaptop } from './icons/uit-laptop'
export { default as UitLayerGroup } from './icons/uit-layer-group'
export { default as UitLayersAlt } from './icons/uit-layers-alt'
export { default as UitLeftIndent } from './icons/uit-left-indent'
export { default as UitLeftIndentAlt } from './icons/uit-left-indent-alt'
export { default as UitLineSpacing } from './icons/uit-line-spacing'
export { default as UitLinkBroken } from './icons/uit-link-broken'
export { default as UitLinkH } from './icons/uit-link-h'
export { default as UitLinkedinAlt } from './icons/uit-linkedin-alt'
export { default as UitListUiAlt } from './icons/uit-list-ui-alt'
export { default as UitListUl } from './icons/uit-list-ul'
export { default as UitMasterCard } from './icons/uit-master-card'
export { default as UitMicroscope } from './icons/uit-microscope'
export { default as UitMinusSquareFull } from './icons/uit-minus-square-full'
export { default as UitModem } from './icons/uit-modem'
export { default as UitMouseAlt2 } from './icons/uit-mouse-alt-2'
export { default as UitMultiply } from './icons/uit-multiply'
export { default as UitObjectGroup } from './icons/uit-object-group'
export { default as UitObjectUngroup } from './icons/uit-object-ungroup'
export { default as UitOperaAlt } from './icons/uit-opera-alt'
export { default as UitPaperclip } from './icons/uit-paperclip'
export { default as UitParagraph } from './icons/uit-paragraph'
export { default as UitPaypal } from './icons/uit-paypal'
export { default as UitPentagon } from './icons/uit-pentagon'
export { default as UitPolygon } from './icons/uit-polygon'
export { default as UitPrevious } from './icons/uit-previous'
export { default as UitPrint } from './icons/uit-print'
export { default as UitProcess } from './icons/uit-process'
export { default as UitPump } from './icons/uit-pump'
export { default as UitQuestionCircle } from './icons/uit-question-circle'
export { default as UitRecordAudio } from './icons/uit-record-audio'
export { default as UitRedditAlienAlt } from './icons/uit-reddit-alien-alt'
export { default as UitRedo } from './icons/uit-redo'
export { default as UitRefresh } from './icons/uit-refresh'
export { default as UitRepeat } from './icons/uit-repeat'
export { default as UitRightIndent } from './icons/uit-right-indent'
export { default as UitRightIndentAlt } from './icons/uit-right-indent-alt'
export { default as UitRocket } from './icons/uit-rocket'
export { default as UitRuler } from './icons/uit-ruler'
export { default as UitRulerCombined } from './icons/uit-ruler-combined'
export { default as UitSanitizer } from './icons/uit-sanitizer'
export { default as UitSanitizerAlt } from './icons/uit-sanitizer-alt'
export { default as UitScenery } from './icons/uit-scenery'
export { default as UitShield } from './icons/uit-shield'
export { default as UitShieldCheck } from './icons/uit-shield-check'
export { default as UitShieldExclamation } from './icons/uit-shield-exclamation'
export { default as UitShieldPlus } from './icons/uit-shield-plus'
export { default as UitShieldQuestion } from './icons/uit-shield-question'
export { default as UitShieldSlash } from './icons/uit-shield-slash'
export { default as UitSignalAlt } from './icons/uit-signal-alt'
export { default as UitSignalAlt3 } from './icons/uit-signal-alt-3'
export { default as UitSignout } from './icons/uit-signout'
export { default as UitSimCard } from './icons/uit-sim-card'
export { default as UitSkypeAlt } from './icons/uit-skype-alt'
export { default as UitSlackAlt } from './icons/uit-slack-alt'
export { default as UitSnapchatAlt } from './icons/uit-snapchat-alt'
export { default as UitSocialDistancing } from './icons/uit-social-distancing'
export { default as UitSpaceKey } from './icons/uit-space-key'
export { default as UitSquareFull } from './icons/uit-square-full'
export { default as UitStar } from './icons/uit-star'
export { default as UitStarHalfAlt } from './icons/uit-star-half-alt'
export { default as UitStepForward } from './icons/uit-step-forward'
export { default as UitStethoscope } from './icons/uit-stethoscope'
export { default as UitStethoscopeAlt } from './icons/uit-stethoscope-alt'
export { default as UitStopwatch } from './icons/uit-stopwatch'
export { default as UitStoreSlash } from './icons/uit-store-slash'
export { default as UitSubject } from './icons/uit-subject'
export { default as UitSyncExclamation } from './icons/uit-sync-exclamation'
export { default as UitSyncSlash } from './icons/uit-sync-slash'
export { default as UitTable } from './icons/uit-table'
export { default as UitTelegramAlt } from './icons/uit-telegram-alt'
export { default as UitTh } from './icons/uit-th'
export { default as UitThLarge } from './icons/uit-th-large'
export { default as UitTimesCircle } from './icons/uit-times-circle'
export { default as UitToggleOff } from './icons/uit-toggle-off'
export { default as UitToggleOn } from './icons/uit-toggle-on'
export { default as UitToiletPaper } from './icons/uit-toilet-paper'
export { default as UitTrafficLight } from './icons/uit-traffic-light'
export { default as UitTriangle } from './icons/uit-triangle'
export { default as UitTumblrAlt } from './icons/uit-tumblr-alt'
export { default as UitTwitterAlt } from './icons/uit-twitter-alt'
export { default as UitUmbrella } from './icons/uit-umbrella'
export { default as UitUploadAlt } from './icons/uit-upload-alt'
export { default as UitUserArrows } from './icons/uit-user-arrows'
export { default as UitVectorSquare } from './icons/uit-vector-square'
export { default as UitVectorSquareAlt } from './icons/uit-vector-square-alt'
export { default as UitVkAlt } from './icons/uit-vk-alt'
export { default as UitVuejsAlt } from './icons/uit-vuejs-alt'
export { default as UitWallet } from './icons/uit-wallet'
export { default as UitWebGrid } from './icons/uit-web-grid'
export { default as UitWebGridAlt } from './icons/uit-web-grid-alt'
export { default as UitWebSection } from './icons/uit-web-section'
export { default as UitWebSectionAlt } from './icons/uit-web-section-alt'
export { default as UitWindowGrid } from './icons/uit-window-grid'
export { default as UitWindowMaximize } from './icons/uit-window-maximize'
export { default as UitWindowSection } from './icons/uit-window-section'
export { default as UitWrapText } from './icons/uit-wrap-text'
export { default as UitYoutube } from './icons/uit-youtube'