@lucide/astro 1.4.0 → 1.6.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/package.json +1 -1
- package/src/aliases/aliases.ts +124 -124
- package/src/aliases/prefixed.ts +618 -614
- package/src/aliases/suffixed.ts +998 -994
- package/src/icons/beef-off.ts +18 -0
- package/src/icons/index.ts +220 -218
- package/src/icons/radio-off.ts +18 -0
package/src/icons/index.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as AArrowDown } from './a-arrow-down';
|
|
2
|
-
export { default as AArrowUp } from './a-arrow-up';
|
|
3
1
|
export { default as ALargeSmall } from './a-large-small';
|
|
2
|
+
export { default as AArrowUp } from './a-arrow-up';
|
|
3
|
+
export { default as AArrowDown } from './a-arrow-down';
|
|
4
4
|
export { default as Accessibility } from './accessibility';
|
|
5
5
|
export { default as Activity } from './activity';
|
|
6
6
|
export { default as AirVent } from './air-vent';
|
|
@@ -9,13 +9,13 @@ export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
|
9
9
|
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
10
10
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
11
11
|
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
12
|
-
export { default as AlarmSmoke } from './alarm-smoke';
|
|
13
12
|
export { default as AlarmClock } from './alarm-clock';
|
|
14
|
-
export { default as
|
|
13
|
+
export { default as AlarmSmoke } from './alarm-smoke';
|
|
15
14
|
export { default as Album } from './album';
|
|
15
|
+
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
16
16
|
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
17
|
-
export { default as AlignEndVertical } from './align-end-vertical';
|
|
18
17
|
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
18
|
+
export { default as AlignEndVertical } from './align-end-vertical';
|
|
19
19
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
20
20
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
21
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
@@ -38,25 +38,25 @@ export { default as Ambulance } from './ambulance';
|
|
|
38
38
|
export { default as Ampersand } from './ampersand';
|
|
39
39
|
export { default as Ampersands } from './ampersands';
|
|
40
40
|
export { default as Amphora } from './amphora';
|
|
41
|
-
export { default as Annoyed } from './annoyed';
|
|
42
41
|
export { default as Anchor } from './anchor';
|
|
43
42
|
export { default as Angry } from './angry';
|
|
43
|
+
export { default as Annoyed } from './annoyed';
|
|
44
44
|
export { default as Antenna } from './antenna';
|
|
45
45
|
export { default as Anvil } from './anvil';
|
|
46
46
|
export { default as Aperture } from './aperture';
|
|
47
47
|
export { default as AppWindowMac } from './app-window-mac';
|
|
48
48
|
export { default as AppWindow } from './app-window';
|
|
49
49
|
export { default as Apple } from './apple';
|
|
50
|
-
export { default as ArchiveX } from './archive-x';
|
|
51
50
|
export { default as ArchiveRestore } from './archive-restore';
|
|
52
|
-
export { default as
|
|
51
|
+
export { default as ArchiveX } from './archive-x';
|
|
53
52
|
export { default as Armchair } from './armchair';
|
|
53
|
+
export { default as Archive } from './archive';
|
|
54
54
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
55
55
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
56
56
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
57
57
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
58
|
-
export { default as ArrowBigRight } from './arrow-big-right';
|
|
59
58
|
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
59
|
+
export { default as ArrowBigRight } from './arrow-big-right';
|
|
60
60
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
61
61
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
62
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
@@ -81,8 +81,8 @@ export { default as ArrowRightLeft } from './arrow-right-left';
|
|
|
81
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
82
82
|
export { default as ArrowRight } from './arrow-right';
|
|
83
83
|
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
84
|
-
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
85
84
|
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
85
|
+
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
86
86
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
87
87
|
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
88
88
|
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
@@ -116,9 +116,9 @@ export { default as BadgeMinus } from './badge-minus';
|
|
|
116
116
|
export { default as BadgePercent } from './badge-percent';
|
|
117
117
|
export { default as BadgePlus } from './badge-plus';
|
|
118
118
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
119
|
-
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
120
|
-
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
121
119
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
120
|
+
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
121
|
+
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
122
122
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
123
123
|
export { default as BadgeX } from './badge-x';
|
|
124
124
|
export { default as Badge } from './badge';
|
|
@@ -148,17 +148,18 @@ export { default as Bean } from './bean';
|
|
|
148
148
|
export { default as BedDouble } from './bed-double';
|
|
149
149
|
export { default as BedSingle } from './bed-single';
|
|
150
150
|
export { default as Bed } from './bed';
|
|
151
|
+
export { default as BeefOff } from './beef-off';
|
|
151
152
|
export { default as Beef } from './beef';
|
|
152
153
|
export { default as BeerOff } from './beer-off';
|
|
153
154
|
export { default as Beer } from './beer';
|
|
154
155
|
export { default as BellDot } from './bell-dot';
|
|
155
156
|
export { default as BellElectric } from './bell-electric';
|
|
156
157
|
export { default as BellMinus } from './bell-minus';
|
|
157
|
-
export { default as BellPlus } from './bell-plus';
|
|
158
158
|
export { default as BellOff } from './bell-off';
|
|
159
|
+
export { default as BellPlus } from './bell-plus';
|
|
159
160
|
export { default as BellRing } from './bell-ring';
|
|
160
|
-
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
161
161
|
export { default as Bell } from './bell';
|
|
162
|
+
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
162
163
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
163
164
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
164
165
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
@@ -169,39 +170,39 @@ export { default as Binoculars } from './binoculars';
|
|
|
169
170
|
export { default as Biohazard } from './biohazard';
|
|
170
171
|
export { default as Bird } from './bird';
|
|
171
172
|
export { default as Birdhouse } from './birdhouse';
|
|
172
|
-
export { default as Bitcoin } from './bitcoin';
|
|
173
173
|
export { default as Blend } from './blend';
|
|
174
|
+
export { default as Bitcoin } from './bitcoin';
|
|
174
175
|
export { default as Blinds } from './blinds';
|
|
175
176
|
export { default as Blocks } from './blocks';
|
|
176
177
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
177
178
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
178
|
-
export { default as Bluetooth } from './bluetooth';
|
|
179
179
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
180
|
-
export { default as
|
|
180
|
+
export { default as Bluetooth } from './bluetooth';
|
|
181
181
|
export { default as Bold } from './bold';
|
|
182
|
+
export { default as Bolt } from './bolt';
|
|
182
183
|
export { default as Bomb } from './bomb';
|
|
183
184
|
export { default as Bone } from './bone';
|
|
184
185
|
export { default as BookAlert } from './book-alert';
|
|
186
|
+
export { default as BookAudio } from './book-audio';
|
|
185
187
|
export { default as BookA } from './book-a';
|
|
186
188
|
export { default as BookCheck } from './book-check';
|
|
187
|
-
export { default as BookAudio } from './book-audio';
|
|
188
189
|
export { default as BookCopy } from './book-copy';
|
|
189
190
|
export { default as BookDashed } from './book-dashed';
|
|
190
191
|
export { default as BookDown } from './book-down';
|
|
191
|
-
export { default as BookHeart } from './book-heart';
|
|
192
192
|
export { default as BookHeadphones } from './book-headphones';
|
|
193
|
+
export { default as BookHeart } from './book-heart';
|
|
193
194
|
export { default as BookImage } from './book-image';
|
|
194
195
|
export { default as BookKey } from './book-key';
|
|
195
196
|
export { default as BookLock } from './book-lock';
|
|
196
197
|
export { default as BookMarked } from './book-marked';
|
|
197
|
-
export { default as BookOpenCheck } from './book-open-check';
|
|
198
198
|
export { default as BookMinus } from './book-minus';
|
|
199
|
+
export { default as BookOpenCheck } from './book-open-check';
|
|
199
200
|
export { default as BookOpenText } from './book-open-text';
|
|
200
201
|
export { default as BookOpen } from './book-open';
|
|
201
202
|
export { default as BookPlus } from './book-plus';
|
|
202
203
|
export { default as BookSearch } from './book-search';
|
|
203
|
-
export { default as BookText } from './book-text';
|
|
204
204
|
export { default as BookType } from './book-type';
|
|
205
|
+
export { default as BookText } from './book-text';
|
|
205
206
|
export { default as BookUp2 } from './book-up-2';
|
|
206
207
|
export { default as BookUp } from './book-up';
|
|
207
208
|
export { default as BookUser } from './book-user';
|
|
@@ -215,10 +216,10 @@ export { default as Bookmark } from './bookmark';
|
|
|
215
216
|
export { default as BoomBox } from './boom-box';
|
|
216
217
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
217
218
|
export { default as BotOff } from './bot-off';
|
|
218
|
-
export { default as BottleWine } from './bottle-wine';
|
|
219
219
|
export { default as Bot } from './bot';
|
|
220
|
-
export { default as
|
|
220
|
+
export { default as BottleWine } from './bottle-wine';
|
|
221
221
|
export { default as BowArrow } from './bow-arrow';
|
|
222
|
+
export { default as Box } from './box';
|
|
222
223
|
export { default as Boxes } from './boxes';
|
|
223
224
|
export { default as Braces } from './braces';
|
|
224
225
|
export { default as Brackets } from './brackets';
|
|
@@ -233,14 +234,14 @@ export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
|
233
234
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
234
235
|
export { default as Briefcase } from './briefcase';
|
|
235
236
|
export { default as BringToFront } from './bring-to-front';
|
|
236
|
-
export { default as Brush } from './brush';
|
|
237
237
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
238
|
+
export { default as Brush } from './brush';
|
|
238
239
|
export { default as Bubbles } from './bubbles';
|
|
239
240
|
export { default as BugOff } from './bug-off';
|
|
240
241
|
export { default as BugPlay } from './bug-play';
|
|
241
242
|
export { default as Bug } from './bug';
|
|
242
|
-
export { default as Building } from './building';
|
|
243
243
|
export { default as Building2 } from './building-2';
|
|
244
|
+
export { default as Building } from './building';
|
|
244
245
|
export { default as BusFront } from './bus-front';
|
|
245
246
|
export { default as Bus } from './bus';
|
|
246
247
|
export { default as CableCar } from './cable-car';
|
|
@@ -258,11 +259,11 @@ export { default as CalendarCog } from './calendar-cog';
|
|
|
258
259
|
export { default as CalendarDays } from './calendar-days';
|
|
259
260
|
export { default as CalendarFold } from './calendar-fold';
|
|
260
261
|
export { default as CalendarHeart } from './calendar-heart';
|
|
261
|
-
export { default as CalendarMinus } from './calendar-minus';
|
|
262
262
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
263
|
+
export { default as CalendarMinus } from './calendar-minus';
|
|
263
264
|
export { default as CalendarOff } from './calendar-off';
|
|
264
|
-
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
265
265
|
export { default as CalendarPlus } from './calendar-plus';
|
|
266
|
+
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
266
267
|
export { default as CalendarRange } from './calendar-range';
|
|
267
268
|
export { default as CalendarSearch } from './calendar-search';
|
|
268
269
|
export { default as CalendarSync } from './calendar-sync';
|
|
@@ -294,8 +295,8 @@ export { default as Castle } from './castle';
|
|
|
294
295
|
export { default as Cat } from './cat';
|
|
295
296
|
export { default as CctvOff } from './cctv-off';
|
|
296
297
|
export { default as Cctv } from './cctv';
|
|
297
|
-
export { default as ChartBarBig } from './chart-bar-big';
|
|
298
298
|
export { default as ChartArea } from './chart-area';
|
|
299
|
+
export { default as ChartBarBig } from './chart-bar-big';
|
|
299
300
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
300
301
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
301
302
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
@@ -304,17 +305,17 @@ export { default as ChartCandlestick } from './chart-candlestick';
|
|
|
304
305
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
305
306
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
306
307
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
307
|
-
export { default as ChartColumn } from './chart-column';
|
|
308
308
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
309
|
+
export { default as ChartColumn } from './chart-column';
|
|
309
310
|
export { default as ChartGantt } from './chart-gantt';
|
|
310
311
|
export { default as ChartLine } from './chart-line';
|
|
311
|
-
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
312
312
|
export { default as ChartNetwork } from './chart-network';
|
|
313
|
+
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
313
314
|
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
314
315
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
316
|
+
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
315
317
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
316
318
|
export { default as ChartPie } from './chart-pie';
|
|
317
|
-
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
318
319
|
export { default as ChartScatter } from './chart-scatter';
|
|
319
320
|
export { default as ChartSpline } from './chart-spline';
|
|
320
321
|
export { default as CheckCheck } from './check-check';
|
|
@@ -322,8 +323,8 @@ export { default as CheckLine } from './check-line';
|
|
|
322
323
|
export { default as Check } from './check';
|
|
323
324
|
export { default as ChefHat } from './chef-hat';
|
|
324
325
|
export { default as Cherry } from './cherry';
|
|
325
|
-
export { default as ChessKing } from './chess-king';
|
|
326
326
|
export { default as ChessBishop } from './chess-bishop';
|
|
327
|
+
export { default as ChessKing } from './chess-king';
|
|
327
328
|
export { default as ChessKnight } from './chess-knight';
|
|
328
329
|
export { default as ChessPawn } from './chess-pawn';
|
|
329
330
|
export { default as ChessQueen } from './chess-queen';
|
|
@@ -337,40 +338,40 @@ export { default as ChevronUp } from './chevron-up';
|
|
|
337
338
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
338
339
|
export { default as ChevronsDown } from './chevrons-down';
|
|
339
340
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
340
|
-
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
341
341
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
342
|
+
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
342
343
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
343
344
|
export { default as ChevronsRight } from './chevrons-right';
|
|
344
345
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
345
|
-
export { default as Church } from './church';
|
|
346
346
|
export { default as ChevronsUp } from './chevrons-up';
|
|
347
|
+
export { default as Church } from './church';
|
|
347
348
|
export { default as CigaretteOff } from './cigarette-off';
|
|
348
349
|
export { default as Cigarette } from './cigarette';
|
|
349
350
|
export { default as CircleAlert } from './circle-alert';
|
|
350
|
-
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
351
351
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
352
|
+
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
352
353
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
353
354
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
354
355
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
355
356
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
356
357
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
357
358
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
358
|
-
export { default as CircleCheckBig } from './circle-check-big';
|
|
359
359
|
export { default as CircleCheck } from './circle-check';
|
|
360
360
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
361
|
+
export { default as CircleCheckBig } from './circle-check-big';
|
|
361
362
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
362
363
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
363
364
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
364
365
|
export { default as CircleDashed } from './circle-dashed';
|
|
365
|
-
export { default as CircleDivide } from './circle-divide';
|
|
366
366
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
367
|
+
export { default as CircleDivide } from './circle-divide';
|
|
367
368
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
368
369
|
export { default as CircleDot } from './circle-dot';
|
|
369
370
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
370
371
|
export { default as CircleEqual } from './circle-equal';
|
|
371
372
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
372
|
-
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
373
373
|
export { default as CircleGauge } from './circle-gauge';
|
|
374
|
+
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
374
375
|
export { default as CircleMinus } from './circle-minus';
|
|
375
376
|
export { default as CircleOff } from './circle-off';
|
|
376
377
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
@@ -385,28 +386,28 @@ export { default as CirclePower } from './circle-power';
|
|
|
385
386
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
386
387
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
387
388
|
export { default as CircleSlash } from './circle-slash';
|
|
388
|
-
export { default as CircleStar } from './circle-star';
|
|
389
389
|
export { default as CircleSmall } from './circle-small';
|
|
390
|
+
export { default as CircleStar } from './circle-star';
|
|
390
391
|
export { default as CircleStop } from './circle-stop';
|
|
391
392
|
export { default as CircleUserRound } from './circle-user-round';
|
|
392
|
-
export { default as CircleX } from './circle-x';
|
|
393
393
|
export { default as CircleUser } from './circle-user';
|
|
394
|
+
export { default as CircleX } from './circle-x';
|
|
394
395
|
export { default as Circle } from './circle';
|
|
395
396
|
export { default as CircuitBoard } from './circuit-board';
|
|
396
|
-
export { default as Clapperboard } from './clapperboard';
|
|
397
397
|
export { default as Citrus } from './citrus';
|
|
398
|
+
export { default as Clapperboard } from './clapperboard';
|
|
398
399
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
399
|
-
export { default as ClipboardClock } from './clipboard-clock';
|
|
400
400
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
401
|
+
export { default as ClipboardClock } from './clipboard-clock';
|
|
401
402
|
export { default as ClipboardList } from './clipboard-list';
|
|
402
|
-
export { default as ClipboardPaste } from './clipboard-paste';
|
|
403
403
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
404
|
+
export { default as ClipboardPaste } from './clipboard-paste';
|
|
404
405
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
405
406
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
406
407
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
407
408
|
export { default as ClipboardType } from './clipboard-type';
|
|
408
|
-
export { default as Clipboard } from './clipboard';
|
|
409
409
|
export { default as ClipboardX } from './clipboard-x';
|
|
410
|
+
export { default as Clipboard } from './clipboard';
|
|
410
411
|
export { default as Clock1 } from './clock-1';
|
|
411
412
|
export { default as Clock10 } from './clock-10';
|
|
412
413
|
export { default as Clock11 } from './clock-11';
|
|
@@ -425,8 +426,8 @@ export { default as ClockArrowUp } from './clock-arrow-up';
|
|
|
425
426
|
export { default as ClockCheck } from './clock-check';
|
|
426
427
|
export { default as ClockFading } from './clock-fading';
|
|
427
428
|
export { default as ClockPlus } from './clock-plus';
|
|
428
|
-
export { default as Clock } from './clock';
|
|
429
429
|
export { default as ClosedCaption } from './closed-caption';
|
|
430
|
+
export { default as Clock } from './clock';
|
|
430
431
|
export { default as CloudAlert } from './cloud-alert';
|
|
431
432
|
export { default as CloudBackup } from './cloud-backup';
|
|
432
433
|
export { default as CloudCheck } from './cloud-check';
|
|
@@ -445,8 +446,8 @@ export { default as CloudSnow } from './cloud-snow';
|
|
|
445
446
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
446
447
|
export { default as CloudSun } from './cloud-sun';
|
|
447
448
|
export { default as CloudSync } from './cloud-sync';
|
|
448
|
-
export { default as Cloud } from './cloud';
|
|
449
449
|
export { default as CloudUpload } from './cloud-upload';
|
|
450
|
+
export { default as Cloud } from './cloud';
|
|
450
451
|
export { default as Cloudy } from './cloudy';
|
|
451
452
|
export { default as Clover } from './clover';
|
|
452
453
|
export { default as Club } from './club';
|
|
@@ -480,14 +481,14 @@ export { default as CopySlash } from './copy-slash';
|
|
|
480
481
|
export { default as CopyX } from './copy-x';
|
|
481
482
|
export { default as Copy } from './copy';
|
|
482
483
|
export { default as Copyleft } from './copyleft';
|
|
483
|
-
export { default as CornerDownLeft } from './corner-down-left';
|
|
484
484
|
export { default as Copyright } from './copyright';
|
|
485
|
-
export { default as
|
|
485
|
+
export { default as CornerDownLeft } from './corner-down-left';
|
|
486
486
|
export { default as CornerDownRight } from './corner-down-right';
|
|
487
|
+
export { default as CornerLeftDown } from './corner-left-down';
|
|
487
488
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
488
489
|
export { default as CornerRightDown } from './corner-right-down';
|
|
489
|
-
export { default as CornerRightUp } from './corner-right-up';
|
|
490
490
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
491
|
+
export { default as CornerRightUp } from './corner-right-up';
|
|
491
492
|
export { default as CornerUpRight } from './corner-up-right';
|
|
492
493
|
export { default as Cpu } from './cpu';
|
|
493
494
|
export { default as CreativeCommons } from './creative-commons';
|
|
@@ -495,25 +496,25 @@ export { default as CreditCard } from './credit-card';
|
|
|
495
496
|
export { default as Croissant } from './croissant';
|
|
496
497
|
export { default as Crop } from './crop';
|
|
497
498
|
export { default as Cross } from './cross';
|
|
499
|
+
export { default as Crown } from './crown';
|
|
498
500
|
export { default as Crosshair } from './crosshair';
|
|
499
501
|
export { default as Cuboid } from './cuboid';
|
|
500
|
-
export { default as Crown } from './crown';
|
|
501
502
|
export { default as CupSoda } from './cup-soda';
|
|
502
503
|
export { default as Currency } from './currency';
|
|
503
504
|
export { default as Cylinder } from './cylinder';
|
|
504
505
|
export { default as Dam } from './dam';
|
|
505
506
|
export { default as DatabaseBackup } from './database-backup';
|
|
506
507
|
export { default as DatabaseSearch } from './database-search';
|
|
507
|
-
export { default as DatabaseZap } from './database-zap';
|
|
508
508
|
export { default as Database } from './database';
|
|
509
|
+
export { default as DatabaseZap } from './database-zap';
|
|
509
510
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
510
511
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
512
|
+
export { default as Delete } from './delete';
|
|
511
513
|
export { default as Dessert } from './dessert';
|
|
512
514
|
export { default as Diameter } from './diameter';
|
|
513
515
|
export { default as DiamondMinus } from './diamond-minus';
|
|
514
|
-
export { default as Delete } from './delete';
|
|
515
|
-
export { default as DiamondPlus } from './diamond-plus';
|
|
516
516
|
export { default as DiamondPercent } from './diamond-percent';
|
|
517
|
+
export { default as DiamondPlus } from './diamond-plus';
|
|
517
518
|
export { default as Diamond } from './diamond';
|
|
518
519
|
export { default as Dice1 } from './dice-1';
|
|
519
520
|
export { default as Dice2 } from './dice-2';
|
|
@@ -526,8 +527,8 @@ export { default as Diff } from './diff';
|
|
|
526
527
|
export { default as Disc2 } from './disc-2';
|
|
527
528
|
export { default as Disc3 } from './disc-3';
|
|
528
529
|
export { default as DiscAlbum } from './disc-album';
|
|
529
|
-
export { default as Divide } from './divide';
|
|
530
530
|
export { default as Disc } from './disc';
|
|
531
|
+
export { default as Divide } from './divide';
|
|
531
532
|
export { default as DnaOff } from './dna-off';
|
|
532
533
|
export { default as Dna } from './dna';
|
|
533
534
|
export { default as Dock } from './dock';
|
|
@@ -547,33 +548,33 @@ export { default as DropletOff } from './droplet-off';
|
|
|
547
548
|
export { default as Droplet } from './droplet';
|
|
548
549
|
export { default as Droplets } from './droplets';
|
|
549
550
|
export { default as Drum } from './drum';
|
|
550
|
-
export { default as Dumbbell } from './dumbbell';
|
|
551
551
|
export { default as Drumstick } from './drumstick';
|
|
552
|
+
export { default as Dumbbell } from './dumbbell';
|
|
552
553
|
export { default as EarOff } from './ear-off';
|
|
554
|
+
export { default as EarthLock } from './earth-lock';
|
|
553
555
|
export { default as Ear } from './ear';
|
|
554
556
|
export { default as Earth } from './earth';
|
|
555
|
-
export { default as EarthLock } from './earth-lock';
|
|
556
557
|
export { default as Eclipse } from './eclipse';
|
|
557
|
-
export { default as EggFried } from './egg-fried';
|
|
558
558
|
export { default as EggOff } from './egg-off';
|
|
559
|
+
export { default as EggFried } from './egg-fried';
|
|
559
560
|
export { default as Egg } from './egg';
|
|
560
561
|
export { default as Ellipse } from './ellipse';
|
|
561
562
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
562
563
|
export { default as Ellipsis } from './ellipsis';
|
|
563
564
|
export { default as EqualApproximately } from './equal-approximately';
|
|
564
565
|
export { default as EqualNot } from './equal-not';
|
|
565
|
-
export { default as Equal } from './equal';
|
|
566
566
|
export { default as Eraser } from './eraser';
|
|
567
|
+
export { default as Equal } from './equal';
|
|
567
568
|
export { default as EthernetPort } from './ethernet-port';
|
|
568
569
|
export { default as Euro } from './euro';
|
|
569
570
|
export { default as EvCharger } from './ev-charger';
|
|
570
571
|
export { default as Expand } from './expand';
|
|
571
|
-
export { default as EyeClosed } from './eye-closed';
|
|
572
572
|
export { default as ExternalLink } from './external-link';
|
|
573
|
+
export { default as EyeClosed } from './eye-closed';
|
|
573
574
|
export { default as EyeOff } from './eye-off';
|
|
574
575
|
export { default as Eye } from './eye';
|
|
575
|
-
export { default as Fan } from './fan';
|
|
576
576
|
export { default as Factory } from './factory';
|
|
577
|
+
export { default as Fan } from './fan';
|
|
577
578
|
export { default as FastForward } from './fast-forward';
|
|
578
579
|
export { default as Feather } from './feather';
|
|
579
580
|
export { default as Fence } from './fence';
|
|
@@ -590,8 +591,8 @@ export { default as FileChartLine } from './file-chart-line';
|
|
|
590
591
|
export { default as FileChartPie } from './file-chart-pie';
|
|
591
592
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
592
593
|
export { default as FileCheck } from './file-check';
|
|
593
|
-
export { default as FileCodeCorner } from './file-code-corner';
|
|
594
594
|
export { default as FileClock } from './file-clock';
|
|
595
|
+
export { default as FileCodeCorner } from './file-code-corner';
|
|
595
596
|
export { default as FileCode } from './file-code';
|
|
596
597
|
export { default as FileCog } from './file-cog';
|
|
597
598
|
export { default as FileDiff } from './file-diff';
|
|
@@ -607,16 +608,16 @@ export { default as FileLock } from './file-lock';
|
|
|
607
608
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
608
609
|
export { default as FileMinus } from './file-minus';
|
|
609
610
|
export { default as FileMusic } from './file-music';
|
|
610
|
-
export { default as FileOutput } from './file-output';
|
|
611
611
|
export { default as FilePenLine } from './file-pen-line';
|
|
612
|
+
export { default as FileOutput } from './file-output';
|
|
612
613
|
export { default as FilePen } from './file-pen';
|
|
613
614
|
export { default as FilePlay } from './file-play';
|
|
614
615
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
615
616
|
export { default as FilePlus } from './file-plus';
|
|
616
617
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
617
618
|
export { default as FileScan } from './file-scan';
|
|
618
|
-
export { default as FileSearchCorner } from './file-search-corner';
|
|
619
619
|
export { default as FileSearch } from './file-search';
|
|
620
|
+
export { default as FileSearchCorner } from './file-search-corner';
|
|
620
621
|
export { default as FileSignal } from './file-signal';
|
|
621
622
|
export { default as FileSliders } from './file-sliders';
|
|
622
623
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
@@ -625,57 +626,57 @@ export { default as FileSymlink } from './file-symlink';
|
|
|
625
626
|
export { default as FileTerminal } from './file-terminal';
|
|
626
627
|
export { default as FileText } from './file-text';
|
|
627
628
|
export { default as FileTypeCorner } from './file-type-corner';
|
|
628
|
-
export { default as FileUp } from './file-up';
|
|
629
629
|
export { default as FileType } from './file-type';
|
|
630
|
+
export { default as FileUp } from './file-up';
|
|
630
631
|
export { default as FileUser } from './file-user';
|
|
631
|
-
export { default as FileVolume } from './file-volume';
|
|
632
632
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
633
|
+
export { default as FileVolume } from './file-volume';
|
|
633
634
|
export { default as FileXCorner } from './file-x-corner';
|
|
634
|
-
export { default as File } from './file';
|
|
635
635
|
export { default as FileX } from './file-x';
|
|
636
|
+
export { default as File } from './file';
|
|
636
637
|
export { default as Files } from './files';
|
|
637
|
-
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
638
638
|
export { default as Film } from './film';
|
|
639
|
+
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
639
640
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
640
641
|
export { default as FishOff } from './fish-off';
|
|
641
642
|
export { default as FishSymbol } from './fish-symbol';
|
|
642
643
|
export { default as Fish } from './fish';
|
|
643
644
|
export { default as FishingHook } from './fishing-hook';
|
|
644
|
-
export { default as FishingRod } from './fishing-rod';
|
|
645
645
|
export { default as FlagOff } from './flag-off';
|
|
646
|
+
export { default as FishingRod } from './fishing-rod';
|
|
646
647
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
647
648
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
648
649
|
export { default as Flag } from './flag';
|
|
649
650
|
export { default as FlameKindling } from './flame-kindling';
|
|
650
|
-
export { default as Flame } from './flame';
|
|
651
651
|
export { default as FlashlightOff } from './flashlight-off';
|
|
652
|
+
export { default as Flame } from './flame';
|
|
652
653
|
export { default as Flashlight } from './flashlight';
|
|
653
654
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
654
655
|
export { default as FlaskConical } from './flask-conical';
|
|
655
|
-
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
656
656
|
export { default as FlaskRound } from './flask-round';
|
|
657
|
+
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
657
658
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
658
659
|
export { default as Flower2 } from './flower-2';
|
|
659
660
|
export { default as Flower } from './flower';
|
|
660
661
|
export { default as Focus } from './focus';
|
|
661
|
-
export { default as FoldHorizontal } from './fold-horizontal';
|
|
662
662
|
export { default as FoldVertical } from './fold-vertical';
|
|
663
|
-
export { default as
|
|
663
|
+
export { default as FoldHorizontal } from './fold-horizontal';
|
|
664
664
|
export { default as FolderArchive } from './folder-archive';
|
|
665
|
-
export { default as
|
|
665
|
+
export { default as FolderCheck } from './folder-check';
|
|
666
666
|
export { default as FolderClosed } from './folder-closed';
|
|
667
|
+
export { default as FolderClock } from './folder-clock';
|
|
667
668
|
export { default as FolderCode } from './folder-code';
|
|
668
669
|
export { default as FolderCog } from './folder-cog';
|
|
669
670
|
export { default as FolderDot } from './folder-dot';
|
|
670
671
|
export { default as FolderDown } from './folder-down';
|
|
671
672
|
export { default as FolderGit2 } from './folder-git-2';
|
|
672
|
-
export { default as FolderHeart } from './folder-heart';
|
|
673
673
|
export { default as FolderGit } from './folder-git';
|
|
674
674
|
export { default as FolderInput } from './folder-input';
|
|
675
|
-
export { default as
|
|
675
|
+
export { default as FolderHeart } from './folder-heart';
|
|
676
676
|
export { default as FolderKanban } from './folder-kanban';
|
|
677
677
|
export { default as FolderLock } from './folder-lock';
|
|
678
678
|
export { default as FolderMinus } from './folder-minus';
|
|
679
|
+
export { default as FolderKey } from './folder-key';
|
|
679
680
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
680
681
|
export { default as FolderOpen } from './folder-open';
|
|
681
682
|
export { default as FolderPen } from './folder-pen';
|
|
@@ -685,14 +686,14 @@ export { default as FolderRoot } from './folder-root';
|
|
|
685
686
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
686
687
|
export { default as FolderSearch } from './folder-search';
|
|
687
688
|
export { default as FolderSymlink } from './folder-symlink';
|
|
688
|
-
export { default as FolderTree } from './folder-tree';
|
|
689
689
|
export { default as FolderSync } from './folder-sync';
|
|
690
|
+
export { default as FolderTree } from './folder-tree';
|
|
690
691
|
export { default as FolderUp } from './folder-up';
|
|
691
692
|
export { default as FolderX } from './folder-x';
|
|
692
693
|
export { default as Folder } from './folder';
|
|
693
694
|
export { default as Folders } from './folders';
|
|
694
|
-
export { default as Forklift } from './forklift';
|
|
695
695
|
export { default as Footprints } from './footprints';
|
|
696
|
+
export { default as Forklift } from './forklift';
|
|
696
697
|
export { default as Form } from './form';
|
|
697
698
|
export { default as Forward } from './forward';
|
|
698
699
|
export { default as Frame } from './frame';
|
|
@@ -703,12 +704,12 @@ export { default as FunnelPlus } from './funnel-plus';
|
|
|
703
704
|
export { default as FunnelX } from './funnel-x';
|
|
704
705
|
export { default as Funnel } from './funnel';
|
|
705
706
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
706
|
-
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
707
707
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
708
708
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
709
|
+
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
709
710
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
710
|
-
export { default as Gamepad2 } from './gamepad-2';
|
|
711
711
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
712
|
+
export { default as Gamepad2 } from './gamepad-2';
|
|
712
713
|
export { default as Gamepad } from './gamepad';
|
|
713
714
|
export { default as Gauge } from './gauge';
|
|
714
715
|
export { default as Gavel } from './gavel';
|
|
@@ -720,11 +721,11 @@ export { default as GitBranchMinus } from './git-branch-minus';
|
|
|
720
721
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
721
722
|
export { default as GitBranch } from './git-branch';
|
|
722
723
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
723
|
-
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
724
724
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
725
|
-
export { default as
|
|
725
|
+
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
726
726
|
export { default as GitCompare } from './git-compare';
|
|
727
727
|
export { default as GitGraph } from './git-graph';
|
|
728
|
+
export { default as GitFork } from './git-fork';
|
|
728
729
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
729
730
|
export { default as GitMerge } from './git-merge';
|
|
730
731
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
@@ -737,8 +738,8 @@ export { default as GlassWater } from './glass-water';
|
|
|
737
738
|
export { default as Glasses } from './glasses';
|
|
738
739
|
export { default as GlobeLock } from './globe-lock';
|
|
739
740
|
export { default as GlobeOff } from './globe-off';
|
|
740
|
-
export { default as Globe } from './globe';
|
|
741
741
|
export { default as GlobeX } from './globe-x';
|
|
742
|
+
export { default as Globe } from './globe';
|
|
742
743
|
export { default as Goal } from './goal';
|
|
743
744
|
export { default as GraduationCap } from './graduation-cap';
|
|
744
745
|
export { default as Gpu } from './gpu';
|
|
@@ -750,25 +751,25 @@ export { default as Grid2x2 } from './grid-2x2';
|
|
|
750
751
|
export { default as Grid3x2 } from './grid-3x2';
|
|
751
752
|
export { default as Grid3x3 } from './grid-3x3';
|
|
752
753
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
753
|
-
export { default as Grip } from './grip';
|
|
754
754
|
export { default as GripVertical } from './grip-vertical';
|
|
755
|
-
export { default as
|
|
755
|
+
export { default as Grip } from './grip';
|
|
756
756
|
export { default as Group } from './group';
|
|
757
|
-
export { default as
|
|
757
|
+
export { default as Guitar } from './guitar';
|
|
758
758
|
export { default as Hamburger } from './hamburger';
|
|
759
|
+
export { default as Ham } from './ham';
|
|
759
760
|
export { default as Hammer } from './hammer';
|
|
760
761
|
export { default as HandCoins } from './hand-coins';
|
|
761
|
-
export { default as HandFist } from './hand-fist';
|
|
762
|
-
export { default as HandHelping } from './hand-helping';
|
|
763
762
|
export { default as HandGrab } from './hand-grab';
|
|
763
|
+
export { default as HandFist } from './hand-fist';
|
|
764
764
|
export { default as HandHeart } from './hand-heart';
|
|
765
765
|
export { default as HandMetal } from './hand-metal';
|
|
766
|
+
export { default as HandHelping } from './hand-helping';
|
|
766
767
|
export { default as HandPlatter } from './hand-platter';
|
|
767
|
-
export { default as Hand } from './hand';
|
|
768
768
|
export { default as Handbag } from './handbag';
|
|
769
|
+
export { default as Hand } from './hand';
|
|
769
770
|
export { default as Handshake } from './handshake';
|
|
770
|
-
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
771
771
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
772
|
+
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
772
773
|
export { default as HardDrive } from './hard-drive';
|
|
773
774
|
export { default as HardHat } from './hard-hat';
|
|
774
775
|
export { default as Hash } from './hash';
|
|
@@ -776,39 +777,39 @@ export { default as HatGlasses } from './hat-glasses';
|
|
|
776
777
|
export { default as Haze } from './haze';
|
|
777
778
|
export { default as Hd } from './hd';
|
|
778
779
|
export { default as HdmiPort } from './hdmi-port';
|
|
779
|
-
export { default as Heading2 } from './heading-2';
|
|
780
780
|
export { default as Heading1 } from './heading-1';
|
|
781
|
+
export { default as Heading2 } from './heading-2';
|
|
781
782
|
export { default as Heading3 } from './heading-3';
|
|
782
783
|
export { default as Heading4 } from './heading-4';
|
|
783
784
|
export { default as Heading5 } from './heading-5';
|
|
784
|
-
export { default as Heading } from './heading';
|
|
785
785
|
export { default as Heading6 } from './heading-6';
|
|
786
|
+
export { default as Heading } from './heading';
|
|
786
787
|
export { default as HeadphoneOff } from './headphone-off';
|
|
787
788
|
export { default as Headphones } from './headphones';
|
|
788
789
|
export { default as Headset } from './headset';
|
|
789
790
|
export { default as HeartCrack } from './heart-crack';
|
|
790
|
-
export { default as HeartMinus } from './heart-minus';
|
|
791
791
|
export { default as HeartHandshake } from './heart-handshake';
|
|
792
|
-
export { default as
|
|
792
|
+
export { default as HeartMinus } from './heart-minus';
|
|
793
793
|
export { default as HeartOff } from './heart-off';
|
|
794
|
-
export { default as
|
|
794
|
+
export { default as HeartPlus } from './heart-plus';
|
|
795
795
|
export { default as HeartPulse } from './heart-pulse';
|
|
796
|
+
export { default as Heart } from './heart';
|
|
796
797
|
export { default as Heater } from './heater';
|
|
797
798
|
export { default as Helicopter } from './helicopter';
|
|
798
799
|
export { default as Hexagon } from './hexagon';
|
|
799
800
|
export { default as Highlighter } from './highlighter';
|
|
800
801
|
export { default as History } from './history';
|
|
801
802
|
export { default as HopOff } from './hop-off';
|
|
802
|
-
export { default as Hospital } from './hospital';
|
|
803
803
|
export { default as Hop } from './hop';
|
|
804
|
+
export { default as Hospital } from './hospital';
|
|
804
805
|
export { default as Hotel } from './hotel';
|
|
805
806
|
export { default as Hourglass } from './hourglass';
|
|
806
807
|
export { default as HouseHeart } from './house-heart';
|
|
807
808
|
export { default as HousePlug } from './house-plug';
|
|
808
809
|
export { default as HousePlus } from './house-plus';
|
|
809
810
|
export { default as HouseWifi } from './house-wifi';
|
|
810
|
-
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
811
811
|
export { default as House } from './house';
|
|
812
|
+
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
812
813
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
813
814
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
814
815
|
export { default as IdCard } from './id-card';
|
|
@@ -833,8 +834,8 @@ export { default as IterationCw } from './iteration-cw';
|
|
|
833
834
|
export { default as JapaneseYen } from './japanese-yen';
|
|
834
835
|
export { default as Joystick } from './joystick';
|
|
835
836
|
export { default as Kanban } from './kanban';
|
|
836
|
-
export { default as KeyRound } from './key-round';
|
|
837
837
|
export { default as Kayak } from './kayak';
|
|
838
|
+
export { default as KeyRound } from './key-round';
|
|
838
839
|
export { default as KeySquare } from './key-square';
|
|
839
840
|
export { default as Key } from './key';
|
|
840
841
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
@@ -850,28 +851,28 @@ export { default as LandPlot } from './land-plot';
|
|
|
850
851
|
export { default as Landmark } from './landmark';
|
|
851
852
|
export { default as Languages } from './languages';
|
|
852
853
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
853
|
-
export { default as LaptopMinimal } from './laptop-minimal';
|
|
854
854
|
export { default as Laptop } from './laptop';
|
|
855
|
+
export { default as LaptopMinimal } from './laptop-minimal';
|
|
855
856
|
export { default as LassoSelect } from './lasso-select';
|
|
856
857
|
export { default as Lasso } from './lasso';
|
|
857
|
-
export { default as Layers2 } from './layers-2';
|
|
858
858
|
export { default as Laugh } from './laugh';
|
|
859
|
+
export { default as Layers2 } from './layers-2';
|
|
859
860
|
export { default as LayersPlus } from './layers-plus';
|
|
860
861
|
export { default as Layers } from './layers';
|
|
862
|
+
export { default as LayoutDashboard } from './layout-dashboard';
|
|
861
863
|
export { default as LayoutGrid } from './layout-grid';
|
|
862
864
|
export { default as LayoutList } from './layout-list';
|
|
863
|
-
export { default as LayoutDashboard } from './layout-dashboard';
|
|
864
865
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
865
|
-
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
866
866
|
export { default as LayoutTemplate } from './layout-template';
|
|
867
|
+
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
867
868
|
export { default as Leaf } from './leaf';
|
|
868
|
-
export { default as Lectern } from './lectern';
|
|
869
869
|
export { default as LeafyGreen } from './leafy-green';
|
|
870
|
+
export { default as Lectern } from './lectern';
|
|
870
871
|
export { default as LensConcave } from './lens-concave';
|
|
871
872
|
export { default as LensConvex } from './lens-convex';
|
|
873
|
+
export { default as LibraryBig } from './library-big';
|
|
872
874
|
export { default as Library } from './library';
|
|
873
875
|
export { default as LifeBuoy } from './life-buoy';
|
|
874
|
-
export { default as LibraryBig } from './library-big';
|
|
875
876
|
export { default as Ligature } from './ligature';
|
|
876
877
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
877
878
|
export { default as Lightbulb } from './lightbulb';
|
|
@@ -881,24 +882,24 @@ export { default as LineStyle } from './line-style';
|
|
|
881
882
|
export { default as Link2Off } from './link-2-off';
|
|
882
883
|
export { default as Link2 } from './link-2';
|
|
883
884
|
export { default as Link } from './link';
|
|
884
|
-
export { default as ListChecks } from './list-checks';
|
|
885
885
|
export { default as ListCheck } from './list-check';
|
|
886
|
+
export { default as ListChecks } from './list-checks';
|
|
886
887
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
887
888
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
888
889
|
export { default as ListCollapse } from './list-collapse';
|
|
889
|
-
export { default as ListEnd } from './list-end';
|
|
890
890
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
891
|
+
export { default as ListEnd } from './list-end';
|
|
891
892
|
export { default as ListFilter } from './list-filter';
|
|
892
893
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
893
894
|
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
894
895
|
export { default as ListMinus } from './list-minus';
|
|
895
896
|
export { default as ListMusic } from './list-music';
|
|
896
|
-
export { default as ListOrdered } from './list-ordered';
|
|
897
897
|
export { default as ListPlus } from './list-plus';
|
|
898
|
+
export { default as ListOrdered } from './list-ordered';
|
|
898
899
|
export { default as ListRestart } from './list-restart';
|
|
899
900
|
export { default as ListStart } from './list-start';
|
|
900
|
-
export { default as ListTree } from './list-tree';
|
|
901
901
|
export { default as ListTodo } from './list-todo';
|
|
902
|
+
export { default as ListTree } from './list-tree';
|
|
902
903
|
export { default as ListVideo } from './list-video';
|
|
903
904
|
export { default as ListX } from './list-x';
|
|
904
905
|
export { default as List } from './list';
|
|
@@ -910,23 +911,23 @@ export { default as LocateOff } from './locate-off';
|
|
|
910
911
|
export { default as Locate } from './locate';
|
|
911
912
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
912
913
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
914
|
+
export { default as Lock } from './lock';
|
|
913
915
|
export { default as LockOpen } from './lock-open';
|
|
914
916
|
export { default as LogIn } from './log-in';
|
|
915
|
-
export { default as Lock } from './lock';
|
|
916
917
|
export { default as LogOut } from './log-out';
|
|
917
918
|
export { default as Logs } from './logs';
|
|
918
919
|
export { default as Lollipop } from './lollipop';
|
|
919
920
|
export { default as Luggage } from './luggage';
|
|
920
921
|
export { default as Magnet } from './magnet';
|
|
921
|
-
export { default as MailMinus } from './mail-minus';
|
|
922
922
|
export { default as MailCheck } from './mail-check';
|
|
923
|
-
export { default as
|
|
923
|
+
export { default as MailMinus } from './mail-minus';
|
|
924
924
|
export { default as MailPlus } from './mail-plus';
|
|
925
|
-
export { default as MailSearch } from './mail-search';
|
|
926
925
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
926
|
+
export { default as MailOpen } from './mail-open';
|
|
927
|
+
export { default as MailSearch } from './mail-search';
|
|
927
928
|
export { default as MailWarning } from './mail-warning';
|
|
928
|
-
export { default as Mail } from './mail';
|
|
929
929
|
export { default as MailX } from './mail-x';
|
|
930
|
+
export { default as Mail } from './mail';
|
|
930
931
|
export { default as Mailbox } from './mailbox';
|
|
931
932
|
export { default as Mails } from './mails';
|
|
932
933
|
export { default as MapMinus } from './map-minus';
|
|
@@ -935,23 +936,23 @@ export { default as MapPinCheck } from './map-pin-check';
|
|
|
935
936
|
export { default as MapPinHouse } from './map-pin-house';
|
|
936
937
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
937
938
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
938
|
-
export { default as MapPinOff } from './map-pin-off';
|
|
939
939
|
export { default as MapPinPen } from './map-pin-pen';
|
|
940
|
-
export { default as
|
|
940
|
+
export { default as MapPinOff } from './map-pin-off';
|
|
941
941
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
942
|
+
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
942
943
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
943
944
|
export { default as MapPin } from './map-pin';
|
|
944
945
|
export { default as MapPinX } from './map-pin-x';
|
|
945
946
|
export { default as MapPinned } from './map-pinned';
|
|
946
947
|
export { default as MapPlus } from './map-plus';
|
|
947
948
|
export { default as Map } from './map';
|
|
948
|
-
export { default as MarsStroke } from './mars-stroke';
|
|
949
949
|
export { default as Mars } from './mars';
|
|
950
|
+
export { default as MarsStroke } from './mars-stroke';
|
|
950
951
|
export { default as Martini } from './martini';
|
|
951
952
|
export { default as Maximize2 } from './maximize-2';
|
|
952
953
|
export { default as Maximize } from './maximize';
|
|
953
|
-
export { default as Medal } from './medal';
|
|
954
954
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
955
|
+
export { default as Medal } from './medal';
|
|
955
956
|
export { default as Megaphone } from './megaphone';
|
|
956
957
|
export { default as Meh } from './meh';
|
|
957
958
|
export { default as MemoryStick } from './memory-stick';
|
|
@@ -966,12 +967,12 @@ export { default as MessageCircleOff } from './message-circle-off';
|
|
|
966
967
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
967
968
|
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
968
969
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
969
|
-
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
970
970
|
export { default as MessageCircleX } from './message-circle-x';
|
|
971
|
+
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
971
972
|
export { default as MessageCircle } from './message-circle';
|
|
972
973
|
export { default as MessageSquareCheck } from './message-square-check';
|
|
973
|
-
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
974
974
|
export { default as MessageSquareCode } from './message-square-code';
|
|
975
|
+
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
975
976
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
976
977
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
977
978
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
@@ -984,24 +985,24 @@ export { default as MessageSquareReply } from './message-square-reply';
|
|
|
984
985
|
export { default as MessageSquareShare } from './message-square-share';
|
|
985
986
|
export { default as MessageSquareText } from './message-square-text';
|
|
986
987
|
export { default as MessageSquareWarning } from './message-square-warning';
|
|
987
|
-
export { default as MessageSquare } from './message-square';
|
|
988
988
|
export { default as MessageSquareX } from './message-square-x';
|
|
989
|
+
export { default as MessageSquare } from './message-square';
|
|
989
990
|
export { default as MessagesSquare } from './messages-square';
|
|
990
991
|
export { default as Metronome } from './metronome';
|
|
991
992
|
export { default as MicOff } from './mic-off';
|
|
992
|
-
export { default as Microchip } from './microchip';
|
|
993
993
|
export { default as MicVocal } from './mic-vocal';
|
|
994
994
|
export { default as Mic } from './mic';
|
|
995
|
+
export { default as Microchip } from './microchip';
|
|
995
996
|
export { default as Microscope } from './microscope';
|
|
996
|
-
export { default as Milestone } from './milestone';
|
|
997
997
|
export { default as Microwave } from './microwave';
|
|
998
|
+
export { default as Milestone } from './milestone';
|
|
998
999
|
export { default as MilkOff } from './milk-off';
|
|
999
1000
|
export { default as Milk } from './milk';
|
|
1000
1001
|
export { default as Minimize2 } from './minimize-2';
|
|
1001
1002
|
export { default as Minimize } from './minimize';
|
|
1002
|
-
export { default as Minus } from './minus';
|
|
1003
|
-
export { default as MirrorRound } from './mirror-round';
|
|
1004
1003
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1004
|
+
export { default as MirrorRound } from './mirror-round';
|
|
1005
|
+
export { default as Minus } from './minus';
|
|
1005
1006
|
export { default as MonitorCheck } from './monitor-check';
|
|
1006
1007
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1007
1008
|
export { default as MonitorCog } from './monitor-cog';
|
|
@@ -1015,29 +1016,29 @@ export { default as MonitorSpeaker } from './monitor-speaker';
|
|
|
1015
1016
|
export { default as MonitorStop } from './monitor-stop';
|
|
1016
1017
|
export { default as MonitorUp } from './monitor-up';
|
|
1017
1018
|
export { default as MonitorX } from './monitor-x';
|
|
1018
|
-
export { default as MoonStar } from './moon-star';
|
|
1019
1019
|
export { default as Monitor } from './monitor';
|
|
1020
1020
|
export { default as Moon } from './moon';
|
|
1021
|
+
export { default as MoonStar } from './moon-star';
|
|
1021
1022
|
export { default as Motorbike } from './motorbike';
|
|
1022
1023
|
export { default as MountainSnow } from './mountain-snow';
|
|
1023
|
-
export { default as Mountain } from './mountain';
|
|
1024
1024
|
export { default as MouseLeft } from './mouse-left';
|
|
1025
|
+
export { default as Mountain } from './mountain';
|
|
1025
1026
|
export { default as MouseOff } from './mouse-off';
|
|
1026
1027
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1027
1028
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1028
|
-
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1029
1029
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1030
|
+
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1030
1031
|
export { default as MousePointer } from './mouse-pointer';
|
|
1031
1032
|
export { default as MouseRight } from './mouse-right';
|
|
1032
|
-
export { default as Move3d } from './move-3d';
|
|
1033
1033
|
export { default as Mouse } from './mouse';
|
|
1034
|
-
export { default as
|
|
1034
|
+
export { default as Move3d } from './move-3d';
|
|
1035
1035
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1036
|
+
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1036
1037
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1037
1038
|
export { default as MoveDownRight } from './move-down-right';
|
|
1038
1039
|
export { default as MoveDown } from './move-down';
|
|
1039
|
-
export { default as MoveLeft } from './move-left';
|
|
1040
1040
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1041
|
+
export { default as MoveLeft } from './move-left';
|
|
1041
1042
|
export { default as MoveRight } from './move-right';
|
|
1042
1043
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1043
1044
|
export { default as MoveUpRight } from './move-up-right';
|
|
@@ -1049,8 +1050,8 @@ export { default as Music3 } from './music-3';
|
|
|
1049
1050
|
export { default as Music4 } from './music-4';
|
|
1050
1051
|
export { default as Music } from './music';
|
|
1051
1052
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
1052
|
-
export { default as Navigation2 } from './navigation-2';
|
|
1053
1053
|
export { default as NavigationOff } from './navigation-off';
|
|
1054
|
+
export { default as Navigation2 } from './navigation-2';
|
|
1054
1055
|
export { default as Navigation } from './navigation';
|
|
1055
1056
|
export { default as Network } from './network';
|
|
1056
1057
|
export { default as Newspaper } from './newspaper';
|
|
@@ -1065,9 +1066,9 @@ export { default as NotepadText } from './notepad-text';
|
|
|
1065
1066
|
export { default as NutOff } from './nut-off';
|
|
1066
1067
|
export { default as Nut } from './nut';
|
|
1067
1068
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1069
|
+
export { default as OctagonPause } from './octagon-pause';
|
|
1068
1070
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1069
1071
|
export { default as OctagonX } from './octagon-x';
|
|
1070
|
-
export { default as OctagonPause } from './octagon-pause';
|
|
1071
1072
|
export { default as Octagon } from './octagon';
|
|
1072
1073
|
export { default as Omega } from './omega';
|
|
1073
1074
|
export { default as Option } from './option';
|
|
@@ -1075,42 +1076,42 @@ export { default as Orbit } from './orbit';
|
|
|
1075
1076
|
export { default as Origami } from './origami';
|
|
1076
1077
|
export { default as Package2 } from './package-2';
|
|
1077
1078
|
export { default as PackageCheck } from './package-check';
|
|
1079
|
+
export { default as PackageMinus } from './package-minus';
|
|
1078
1080
|
export { default as PackageOpen } from './package-open';
|
|
1079
1081
|
export { default as PackagePlus } from './package-plus';
|
|
1080
|
-
export { default as
|
|
1082
|
+
export { default as PackageX } from './package-x';
|
|
1081
1083
|
export { default as PackageSearch } from './package-search';
|
|
1082
1084
|
export { default as Package } from './package';
|
|
1083
|
-
export { default as PackageX } from './package-x';
|
|
1084
1085
|
export { default as PaintBucket } from './paint-bucket';
|
|
1085
1086
|
export { default as PaintRoller } from './paint-roller';
|
|
1086
1087
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1087
1088
|
export { default as Paintbrush } from './paintbrush';
|
|
1088
|
-
export { default as Panda } from './panda';
|
|
1089
1089
|
export { default as Palette } from './palette';
|
|
1090
|
+
export { default as Panda } from './panda';
|
|
1090
1091
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1091
1092
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1092
|
-
export { default as PanelBottom } from './panel-bottom';
|
|
1093
1093
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1094
|
+
export { default as PanelBottom } from './panel-bottom';
|
|
1094
1095
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1095
|
-
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1096
1096
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1097
|
+
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1097
1098
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1098
1099
|
export { default as PanelLeft } from './panel-left';
|
|
1099
1100
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1100
1101
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1101
|
-
export { default as PanelRight } from './panel-right';
|
|
1102
1102
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1103
|
+
export { default as PanelRight } from './panel-right';
|
|
1103
1104
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1104
1105
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1105
1106
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1106
1107
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1107
1108
|
export { default as PanelTop } from './panel-top';
|
|
1108
|
-
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1109
|
-
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1110
1109
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1110
|
+
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1111
1111
|
export { default as Paperclip } from './paperclip';
|
|
1112
|
-
export { default as
|
|
1112
|
+
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1113
1113
|
export { default as Parentheses } from './parentheses';
|
|
1114
|
+
export { default as ParkingMeter } from './parking-meter';
|
|
1114
1115
|
export { default as PartyPopper } from './party-popper';
|
|
1115
1116
|
export { default as Pause } from './pause';
|
|
1116
1117
|
export { default as PawPrint } from './paw-print';
|
|
@@ -1125,10 +1126,10 @@ export { default as PencilRuler } from './pencil-ruler';
|
|
|
1125
1126
|
export { default as Pencil } from './pencil';
|
|
1126
1127
|
export { default as Pentagon } from './pentagon';
|
|
1127
1128
|
export { default as Percent } from './percent';
|
|
1128
|
-
export { default as PhilippinePeso } from './philippine-peso';
|
|
1129
1129
|
export { default as PersonStanding } from './person-standing';
|
|
1130
|
-
export { default as
|
|
1130
|
+
export { default as PhilippinePeso } from './philippine-peso';
|
|
1131
1131
|
export { default as PhoneCall } from './phone-call';
|
|
1132
|
+
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1132
1133
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1133
1134
|
export { default as PhoneMissed } from './phone-missed';
|
|
1134
1135
|
export { default as PhoneOff } from './phone-off';
|
|
@@ -1144,8 +1145,8 @@ export { default as PilcrowLeft } from './pilcrow-left';
|
|
|
1144
1145
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
1145
1146
|
export { default as Pilcrow } from './pilcrow';
|
|
1146
1147
|
export { default as PillBottle } from './pill-bottle';
|
|
1147
|
-
export { default as PinOff } from './pin-off';
|
|
1148
1148
|
export { default as Pill } from './pill';
|
|
1149
|
+
export { default as PinOff } from './pin-off';
|
|
1149
1150
|
export { default as Pin } from './pin';
|
|
1150
1151
|
export { default as Pipette } from './pipette';
|
|
1151
1152
|
export { default as Pizza } from './pizza';
|
|
@@ -1153,15 +1154,15 @@ export { default as PlaneLanding } from './plane-landing';
|
|
|
1153
1154
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1154
1155
|
export { default as Plane } from './plane';
|
|
1155
1156
|
export { default as Play } from './play';
|
|
1156
|
-
export { default as Plug2 } from './plug-2';
|
|
1157
1157
|
export { default as PlugZap } from './plug-zap';
|
|
1158
1158
|
export { default as Plug } from './plug';
|
|
1159
|
+
export { default as Plug2 } from './plug-2';
|
|
1159
1160
|
export { default as Plus } from './plus';
|
|
1160
|
-
export { default as Podcast } from './podcast';
|
|
1161
1161
|
export { default as PocketKnife } from './pocket-knife';
|
|
1162
|
+
export { default as Podcast } from './podcast';
|
|
1162
1163
|
export { default as PointerOff } from './pointer-off';
|
|
1163
|
-
export { default as Pointer } from './pointer';
|
|
1164
1164
|
export { default as Popcorn } from './popcorn';
|
|
1165
|
+
export { default as Pointer } from './pointer';
|
|
1165
1166
|
export { default as Popsicle } from './popsicle';
|
|
1166
1167
|
export { default as PoundSterling } from './pound-sterling';
|
|
1167
1168
|
export { default as PowerOff } from './power-off';
|
|
@@ -1170,22 +1171,23 @@ export { default as Presentation } from './presentation';
|
|
|
1170
1171
|
export { default as PrinterCheck } from './printer-check';
|
|
1171
1172
|
export { default as PrinterX } from './printer-x';
|
|
1172
1173
|
export { default as Printer } from './printer';
|
|
1173
|
-
export { default as Proportions } from './proportions';
|
|
1174
1174
|
export { default as Projector } from './projector';
|
|
1175
|
+
export { default as Proportions } from './proportions';
|
|
1175
1176
|
export { default as Puzzle } from './puzzle';
|
|
1176
1177
|
export { default as Pyramid } from './pyramid';
|
|
1177
|
-
export { default as Quote } from './quote';
|
|
1178
1178
|
export { default as QrCode } from './qr-code';
|
|
1179
|
+
export { default as Quote } from './quote';
|
|
1179
1180
|
export { default as Rabbit } from './rabbit';
|
|
1180
|
-
export { default as Radiation } from './radiation';
|
|
1181
1181
|
export { default as Radar } from './radar';
|
|
1182
|
+
export { default as Radiation } from './radiation';
|
|
1182
1183
|
export { default as Radical } from './radical';
|
|
1184
|
+
export { default as RadioOff } from './radio-off';
|
|
1183
1185
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1184
1186
|
export { default as RadioTower } from './radio-tower';
|
|
1185
1187
|
export { default as Radio } from './radio';
|
|
1186
1188
|
export { default as Radius } from './radius';
|
|
1187
|
-
export { default as Rat } from './rat';
|
|
1188
1189
|
export { default as Rainbow } from './rainbow';
|
|
1190
|
+
export { default as Rat } from './rat';
|
|
1189
1191
|
export { default as Ratio } from './ratio';
|
|
1190
1192
|
export { default as ReceiptCent } from './receipt-cent';
|
|
1191
1193
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
@@ -1194,22 +1196,22 @@ export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
|
1194
1196
|
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1195
1197
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1196
1198
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1197
|
-
export { default as ReceiptText } from './receipt-text';
|
|
1198
1199
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1200
|
+
export { default as ReceiptText } from './receipt-text';
|
|
1199
1201
|
export { default as Receipt } from './receipt';
|
|
1200
|
-
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1201
1202
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1203
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1202
1204
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1203
1205
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1204
1206
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1205
|
-
export { default as Recycle } from './recycle';
|
|
1206
1207
|
export { default as Redo2 } from './redo-2';
|
|
1208
|
+
export { default as Recycle } from './recycle';
|
|
1207
1209
|
export { default as RedoDot } from './redo-dot';
|
|
1208
1210
|
export { default as Redo } from './redo';
|
|
1211
|
+
export { default as RefreshCcw } from './refresh-ccw';
|
|
1209
1212
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1210
|
-
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1211
1213
|
export { default as RefreshCw } from './refresh-cw';
|
|
1212
|
-
export { default as
|
|
1214
|
+
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1213
1215
|
export { default as Refrigerator } from './refrigerator';
|
|
1214
1216
|
export { default as Regex } from './regex';
|
|
1215
1217
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
@@ -1217,27 +1219,27 @@ export { default as Repeat1 } from './repeat-1';
|
|
|
1217
1219
|
export { default as Repeat2 } from './repeat-2';
|
|
1218
1220
|
export { default as Repeat } from './repeat';
|
|
1219
1221
|
export { default as ReplaceAll } from './replace-all';
|
|
1220
|
-
export { default as Replace } from './replace';
|
|
1221
1222
|
export { default as ReplyAll } from './reply-all';
|
|
1222
|
-
export { default as
|
|
1223
|
+
export { default as Replace } from './replace';
|
|
1223
1224
|
export { default as Rewind } from './rewind';
|
|
1225
|
+
export { default as Reply } from './reply';
|
|
1224
1226
|
export { default as Ribbon } from './ribbon';
|
|
1225
1227
|
export { default as Road } from './road';
|
|
1226
1228
|
export { default as Rocket } from './rocket';
|
|
1227
|
-
export { default as Rose } from './rose';
|
|
1228
1229
|
export { default as RockingChair } from './rocking-chair';
|
|
1229
1230
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1231
|
+
export { default as Rose } from './rose';
|
|
1230
1232
|
export { default as Rotate3d } from './rotate-3d';
|
|
1231
1233
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1232
|
-
export { default as RotateCcw } from './rotate-ccw';
|
|
1233
1234
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1235
|
+
export { default as RotateCcw } from './rotate-ccw';
|
|
1234
1236
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1235
|
-
export { default as RouteOff } from './route-off';
|
|
1236
1237
|
export { default as RotateCw } from './rotate-cw';
|
|
1237
1238
|
export { default as Route } from './route';
|
|
1239
|
+
export { default as RouteOff } from './route-off';
|
|
1238
1240
|
export { default as Router } from './router';
|
|
1239
|
-
export { default as Rows3 } from './rows-3';
|
|
1240
1241
|
export { default as Rows2 } from './rows-2';
|
|
1242
|
+
export { default as Rows3 } from './rows-3';
|
|
1241
1243
|
export { default as Rows4 } from './rows-4';
|
|
1242
1244
|
export { default as Rss } from './rss';
|
|
1243
1245
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
@@ -1245,8 +1247,8 @@ export { default as Ruler } from './ruler';
|
|
|
1245
1247
|
export { default as RussianRuble } from './russian-ruble';
|
|
1246
1248
|
export { default as Sailboat } from './sailboat';
|
|
1247
1249
|
export { default as Salad } from './salad';
|
|
1248
|
-
export { default as Sandwich } from './sandwich';
|
|
1249
1250
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1251
|
+
export { default as Sandwich } from './sandwich';
|
|
1250
1252
|
export { default as Satellite } from './satellite';
|
|
1251
1253
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1252
1254
|
export { default as SaveAll } from './save-all';
|
|
@@ -1260,9 +1262,9 @@ export { default as ScanEye } from './scan-eye';
|
|
|
1260
1262
|
export { default as ScanFace } from './scan-face';
|
|
1261
1263
|
export { default as ScanHeart } from './scan-heart';
|
|
1262
1264
|
export { default as ScanLine } from './scan-line';
|
|
1265
|
+
export { default as ScanSearch } from './scan-search';
|
|
1263
1266
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1264
1267
|
export { default as ScanText } from './scan-text';
|
|
1265
|
-
export { default as ScanSearch } from './scan-search';
|
|
1266
1268
|
export { default as Scan } from './scan';
|
|
1267
1269
|
export { default as School } from './school';
|
|
1268
1270
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
@@ -1273,11 +1275,11 @@ export { default as ScreenShare } from './screen-share';
|
|
|
1273
1275
|
export { default as ScrollText } from './scroll-text';
|
|
1274
1276
|
export { default as Scroll } from './scroll';
|
|
1275
1277
|
export { default as SearchAlert } from './search-alert';
|
|
1276
|
-
export { default as SearchCode } from './search-code';
|
|
1277
1278
|
export { default as SearchCheck } from './search-check';
|
|
1279
|
+
export { default as SearchCode } from './search-code';
|
|
1278
1280
|
export { default as SearchSlash } from './search-slash';
|
|
1279
|
-
export { default as Search } from './search';
|
|
1280
1281
|
export { default as SearchX } from './search-x';
|
|
1282
|
+
export { default as Search } from './search';
|
|
1281
1283
|
export { default as Section } from './section';
|
|
1282
1284
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1283
1285
|
export { default as SendToBack } from './send-to-back';
|
|
@@ -1290,16 +1292,16 @@ export { default as ServerOff } from './server-off';
|
|
|
1290
1292
|
export { default as Server } from './server';
|
|
1291
1293
|
export { default as Settings2 } from './settings-2';
|
|
1292
1294
|
export { default as Settings } from './settings';
|
|
1293
|
-
export { default as Shapes } from './shapes';
|
|
1294
1295
|
export { default as Share2 } from './share-2';
|
|
1296
|
+
export { default as Shapes } from './shapes';
|
|
1295
1297
|
export { default as Share } from './share';
|
|
1296
1298
|
export { default as Sheet } from './sheet';
|
|
1297
1299
|
export { default as Shell } from './shell';
|
|
1298
1300
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1299
1301
|
export { default as ShieldAlert } from './shield-alert';
|
|
1302
|
+
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1300
1303
|
export { default as ShieldBan } from './shield-ban';
|
|
1301
1304
|
export { default as ShieldCheck } from './shield-check';
|
|
1302
|
-
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1303
1305
|
export { default as ShieldCog } from './shield-cog';
|
|
1304
1306
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1305
1307
|
export { default as ShieldHalf } from './shield-half';
|
|
@@ -1318,38 +1320,38 @@ export { default as ShoppingBasket } from './shopping-basket';
|
|
|
1318
1320
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1319
1321
|
export { default as Shovel } from './shovel';
|
|
1320
1322
|
export { default as ShowerHead } from './shower-head';
|
|
1321
|
-
export { default as Shredder } from './shredder';
|
|
1322
1323
|
export { default as Shrimp } from './shrimp';
|
|
1323
|
-
export { default as
|
|
1324
|
+
export { default as Shredder } from './shredder';
|
|
1324
1325
|
export { default as Shrink } from './shrink';
|
|
1326
|
+
export { default as Shrub } from './shrub';
|
|
1325
1327
|
export { default as Shuffle } from './shuffle';
|
|
1326
1328
|
export { default as Sigma } from './sigma';
|
|
1327
1329
|
export { default as SignalHigh } from './signal-high';
|
|
1328
1330
|
export { default as SignalLow } from './signal-low';
|
|
1329
1331
|
export { default as SignalMedium } from './signal-medium';
|
|
1330
|
-
export { default as Signal } from './signal';
|
|
1331
1332
|
export { default as SignalZero } from './signal-zero';
|
|
1333
|
+
export { default as Signal } from './signal';
|
|
1332
1334
|
export { default as Signature } from './signature';
|
|
1333
1335
|
export { default as SignpostBig } from './signpost-big';
|
|
1334
1336
|
export { default as Signpost } from './signpost';
|
|
1335
1337
|
export { default as Siren } from './siren';
|
|
1336
|
-
export { default as SkipForward } from './skip-forward';
|
|
1337
1338
|
export { default as SkipBack } from './skip-back';
|
|
1338
|
-
export { default as
|
|
1339
|
-
export { default as Slash } from './slash';
|
|
1339
|
+
export { default as SkipForward } from './skip-forward';
|
|
1340
1340
|
export { default as Slice } from './slice';
|
|
1341
|
+
export { default as Slash } from './slash';
|
|
1342
|
+
export { default as Skull } from './skull';
|
|
1341
1343
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1342
1344
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1343
1345
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1344
1346
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1345
1347
|
export { default as Smartphone } from './smartphone';
|
|
1346
|
-
export { default as Smile } from './smile';
|
|
1347
1348
|
export { default as SmilePlus } from './smile-plus';
|
|
1349
|
+
export { default as Smile } from './smile';
|
|
1348
1350
|
export { default as Snail } from './snail';
|
|
1349
1351
|
export { default as Snowflake } from './snowflake';
|
|
1350
1352
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1351
|
-
export { default as Sofa } from './sofa';
|
|
1352
1353
|
export { default as SolarPanel } from './solar-panel';
|
|
1354
|
+
export { default as Sofa } from './sofa';
|
|
1353
1355
|
export { default as Soup } from './soup';
|
|
1354
1356
|
export { default as Space } from './space';
|
|
1355
1357
|
export { default as Spade } from './spade';
|
|
@@ -1358,17 +1360,17 @@ export { default as Sparkles } from './sparkles';
|
|
|
1358
1360
|
export { default as Speaker } from './speaker';
|
|
1359
1361
|
export { default as Speech } from './speech';
|
|
1360
1362
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1361
|
-
export { default as SplinePointer } from './spline-pointer';
|
|
1362
1363
|
export { default as SpellCheck } from './spell-check';
|
|
1364
|
+
export { default as SplinePointer } from './spline-pointer';
|
|
1363
1365
|
export { default as Spline } from './spline';
|
|
1364
1366
|
export { default as Split } from './split';
|
|
1365
1367
|
export { default as Spool } from './spool';
|
|
1366
|
-
export { default as Spotlight } from './spotlight';
|
|
1367
1368
|
export { default as SportShoe } from './sport-shoe';
|
|
1368
1369
|
export { default as SprayCan } from './spray-can';
|
|
1370
|
+
export { default as Spotlight } from './spotlight';
|
|
1369
1371
|
export { default as Sprout } from './sprout';
|
|
1370
|
-
export { default as SquareActivity } from './square-activity';
|
|
1371
1372
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1373
|
+
export { default as SquareActivity } from './square-activity';
|
|
1372
1374
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1373
1375
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1374
1376
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
@@ -1377,13 +1379,13 @@ export { default as SquareArrowOutDownRight } from './square-arrow-out-down-righ
|
|
|
1377
1379
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1378
1380
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1379
1381
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1380
|
-
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1381
1382
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1383
|
+
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1382
1384
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1383
1385
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1384
1386
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1385
|
-
export { default as SquareAsterisk } from './square-asterisk';
|
|
1386
1387
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1388
|
+
export { default as SquareAsterisk } from './square-asterisk';
|
|
1387
1389
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1388
1390
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1389
1391
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
@@ -1395,16 +1397,16 @@ export { default as SquareChevronRight } from './square-chevron-right';
|
|
|
1395
1397
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1396
1398
|
export { default as SquareCode } from './square-code';
|
|
1397
1399
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1398
|
-
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1399
1400
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1400
|
-
export { default as
|
|
1401
|
+
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1401
1402
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1403
|
+
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1402
1404
|
export { default as SquareDashed } from './square-dashed';
|
|
1403
1405
|
export { default as SquareDivide } from './square-divide';
|
|
1404
1406
|
export { default as SquareDot } from './square-dot';
|
|
1405
1407
|
export { default as SquareEqual } from './square-equal';
|
|
1406
|
-
export { default as SquareKanban } from './square-kanban';
|
|
1407
1408
|
export { default as SquareFunction } from './square-function';
|
|
1409
|
+
export { default as SquareKanban } from './square-kanban';
|
|
1408
1410
|
export { default as SquareLibrary } from './square-library';
|
|
1409
1411
|
export { default as SquareM } from './square-m';
|
|
1410
1412
|
export { default as SquareMenu } from './square-menu';
|
|
@@ -1419,14 +1421,14 @@ export { default as SquarePi } from './square-pi';
|
|
|
1419
1421
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1420
1422
|
export { default as SquarePlay } from './square-play';
|
|
1421
1423
|
export { default as SquarePlus } from './square-plus';
|
|
1422
|
-
export { default as SquarePower } from './square-power';
|
|
1423
1424
|
export { default as SquareRadical } from './square-radical';
|
|
1425
|
+
export { default as SquarePower } from './square-power';
|
|
1424
1426
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1425
|
-
export { default as SquareSigma } from './square-sigma';
|
|
1426
1427
|
export { default as SquareScissors } from './square-scissors';
|
|
1428
|
+
export { default as SquareSigma } from './square-sigma';
|
|
1427
1429
|
export { default as SquareSlash } from './square-slash';
|
|
1428
|
-
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1429
1430
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1431
|
+
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1430
1432
|
export { default as SquareSquare } from './square-square';
|
|
1431
1433
|
export { default as SquareStack } from './square-stack';
|
|
1432
1434
|
export { default as SquareStar } from './square-star';
|
|
@@ -1437,39 +1439,39 @@ export { default as SquareUser } from './square-user';
|
|
|
1437
1439
|
export { default as SquareX } from './square-x';
|
|
1438
1440
|
export { default as Square } from './square';
|
|
1439
1441
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1440
|
-
export { default as SquaresSubtract } from './squares-subtract';
|
|
1441
1442
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1442
|
-
export { default as
|
|
1443
|
+
export { default as SquaresSubtract } from './squares-subtract';
|
|
1443
1444
|
export { default as SquaresUnite } from './squares-unite';
|
|
1445
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1444
1446
|
export { default as Squircle } from './squircle';
|
|
1445
1447
|
export { default as Squirrel } from './squirrel';
|
|
1446
1448
|
export { default as Stamp } from './stamp';
|
|
1447
1449
|
export { default as StarHalf } from './star-half';
|
|
1448
1450
|
export { default as StarOff } from './star-off';
|
|
1449
|
-
export { default as StepBack } from './step-back';
|
|
1450
1451
|
export { default as Star } from './star';
|
|
1452
|
+
export { default as StepBack } from './step-back';
|
|
1451
1453
|
export { default as StepForward } from './step-forward';
|
|
1452
1454
|
export { default as Stethoscope } from './stethoscope';
|
|
1453
1455
|
export { default as Sticker } from './sticker';
|
|
1454
1456
|
export { default as StickyNote } from './sticky-note';
|
|
1455
1457
|
export { default as Stone } from './stone';
|
|
1456
|
-
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1457
1458
|
export { default as Store } from './store';
|
|
1459
|
+
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1458
1460
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1459
1461
|
export { default as Strikethrough } from './strikethrough';
|
|
1460
1462
|
export { default as Subscript } from './subscript';
|
|
1461
1463
|
export { default as SunDim } from './sun-dim';
|
|
1462
1464
|
export { default as SunMedium } from './sun-medium';
|
|
1463
|
-
export { default as SunSnow } from './sun-snow';
|
|
1464
1465
|
export { default as SunMoon } from './sun-moon';
|
|
1466
|
+
export { default as SunSnow } from './sun-snow';
|
|
1465
1467
|
export { default as Sun } from './sun';
|
|
1466
1468
|
export { default as Sunrise } from './sunrise';
|
|
1467
1469
|
export { default as Sunset } from './sunset';
|
|
1468
|
-
export { default as SwatchBook } from './swatch-book';
|
|
1469
1470
|
export { default as Superscript } from './superscript';
|
|
1471
|
+
export { default as SwatchBook } from './swatch-book';
|
|
1470
1472
|
export { default as SwissFranc } from './swiss-franc';
|
|
1471
|
-
export { default as SwitchCamera } from './switch-camera';
|
|
1472
1473
|
export { default as Sword } from './sword';
|
|
1474
|
+
export { default as SwitchCamera } from './switch-camera';
|
|
1473
1475
|
export { default as Swords } from './swords';
|
|
1474
1476
|
export { default as Syringe } from './syringe';
|
|
1475
1477
|
export { default as Table2 } from './table-2';
|
|
@@ -1486,8 +1488,8 @@ export { default as Tablets } from './tablets';
|
|
|
1486
1488
|
export { default as Tag } from './tag';
|
|
1487
1489
|
export { default as Tags } from './tags';
|
|
1488
1490
|
export { default as Tally1 } from './tally-1';
|
|
1489
|
-
export { default as Tally3 } from './tally-3';
|
|
1490
1491
|
export { default as Tally2 } from './tally-2';
|
|
1492
|
+
export { default as Tally3 } from './tally-3';
|
|
1491
1493
|
export { default as Tally4 } from './tally-4';
|
|
1492
1494
|
export { default as Tally5 } from './tally-5';
|
|
1493
1495
|
export { default as Tangent } from './tangent';
|
|
@@ -1506,17 +1508,17 @@ export { default as TextAlignStart } from './text-align-start';
|
|
|
1506
1508
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1507
1509
|
export { default as TextCursor } from './text-cursor';
|
|
1508
1510
|
export { default as TextInitial } from './text-initial';
|
|
1509
|
-
export { default as TextSearch } from './text-search';
|
|
1510
1511
|
export { default as TextQuote } from './text-quote';
|
|
1512
|
+
export { default as TextSearch } from './text-search';
|
|
1511
1513
|
export { default as TextSelect } from './text-select';
|
|
1512
1514
|
export { default as TextWrap } from './text-wrap';
|
|
1513
1515
|
export { default as Theater } from './theater';
|
|
1514
1516
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1515
|
-
export { default as ThumbsDown } from './thumbs-down';
|
|
1516
1517
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1517
1518
|
export { default as Thermometer } from './thermometer';
|
|
1518
|
-
export { default as
|
|
1519
|
+
export { default as ThumbsDown } from './thumbs-down';
|
|
1519
1520
|
export { default as TicketCheck } from './ticket-check';
|
|
1521
|
+
export { default as ThumbsUp } from './thumbs-up';
|
|
1520
1522
|
export { default as TicketMinus } from './ticket-minus';
|
|
1521
1523
|
export { default as TicketPercent } from './ticket-percent';
|
|
1522
1524
|
export { default as TicketPlus } from './ticket-plus';
|
|
@@ -1526,8 +1528,8 @@ export { default as Ticket } from './ticket';
|
|
|
1526
1528
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1527
1529
|
export { default as Tickets } from './tickets';
|
|
1528
1530
|
export { default as TimerOff } from './timer-off';
|
|
1529
|
-
export { default as Timer } from './timer';
|
|
1530
1531
|
export { default as TimerReset } from './timer-reset';
|
|
1532
|
+
export { default as Timer } from './timer';
|
|
1531
1533
|
export { default as ToggleLeft } from './toggle-left';
|
|
1532
1534
|
export { default as ToggleRight } from './toggle-right';
|
|
1533
1535
|
export { default as Toilet } from './toilet';
|
|
@@ -1547,8 +1549,8 @@ export { default as TrainFront } from './train-front';
|
|
|
1547
1549
|
export { default as TrainTrack } from './train-track';
|
|
1548
1550
|
export { default as TramFront } from './tram-front';
|
|
1549
1551
|
export { default as Transgender } from './transgender';
|
|
1550
|
-
export { default as Trash } from './trash';
|
|
1551
1552
|
export { default as Trash2 } from './trash-2';
|
|
1553
|
+
export { default as Trash } from './trash';
|
|
1552
1554
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1553
1555
|
export { default as TreePalm } from './tree-palm';
|
|
1554
1556
|
export { default as TreePine } from './tree-pine';
|
|
@@ -1562,8 +1564,8 @@ export { default as TriangleRight } from './triangle-right';
|
|
|
1562
1564
|
export { default as Triangle } from './triangle';
|
|
1563
1565
|
export { default as Trophy } from './trophy';
|
|
1564
1566
|
export { default as TruckElectric } from './truck-electric';
|
|
1565
|
-
export { default as TurkishLira } from './turkish-lira';
|
|
1566
1567
|
export { default as Truck } from './truck';
|
|
1568
|
+
export { default as TurkishLira } from './turkish-lira';
|
|
1567
1569
|
export { default as Turntable } from './turntable';
|
|
1568
1570
|
export { default as Turtle } from './turtle';
|
|
1569
1571
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
@@ -1595,62 +1597,62 @@ export { default as UserPen } from './user-pen';
|
|
|
1595
1597
|
export { default as UserPlus } from './user-plus';
|
|
1596
1598
|
export { default as UserRoundCheck } from './user-round-check';
|
|
1597
1599
|
export { default as UserRoundCog } from './user-round-cog';
|
|
1598
|
-
export { default as UserRoundKey } from './user-round-key';
|
|
1599
1600
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1601
|
+
export { default as UserRoundKey } from './user-round-key';
|
|
1600
1602
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1601
1603
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1602
1604
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1603
|
-
export { default as UserRoundX } from './user-round-x';
|
|
1604
1605
|
export { default as UserRound } from './user-round';
|
|
1605
1606
|
export { default as UserSearch } from './user-search';
|
|
1607
|
+
export { default as UserRoundX } from './user-round-x';
|
|
1606
1608
|
export { default as UserStar } from './user-star';
|
|
1607
|
-
export { default as UserX } from './user-x';
|
|
1608
1609
|
export { default as User } from './user';
|
|
1610
|
+
export { default as UserX } from './user-x';
|
|
1609
1611
|
export { default as UsersRound } from './users-round';
|
|
1610
1612
|
export { default as Users } from './users';
|
|
1611
|
-
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1612
1613
|
export { default as Utensils } from './utensils';
|
|
1614
|
+
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1613
1615
|
export { default as UtilityPole } from './utility-pole';
|
|
1614
1616
|
export { default as Van } from './van';
|
|
1615
1617
|
export { default as Variable } from './variable';
|
|
1616
1618
|
export { default as Vault } from './vault';
|
|
1617
1619
|
export { default as VectorSquare } from './vector-square';
|
|
1618
|
-
export { default as Vegan } from './vegan';
|
|
1619
1620
|
export { default as VenetianMask } from './venetian-mask';
|
|
1621
|
+
export { default as Vegan } from './vegan';
|
|
1620
1622
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1621
1623
|
export { default as Venus } from './venus';
|
|
1622
1624
|
export { default as VibrateOff } from './vibrate-off';
|
|
1623
1625
|
export { default as Vibrate } from './vibrate';
|
|
1624
|
-
export { default as Video } from './video';
|
|
1625
1626
|
export { default as VideoOff } from './video-off';
|
|
1626
|
-
export { default as
|
|
1627
|
+
export { default as Video } from './video';
|
|
1627
1628
|
export { default as View } from './view';
|
|
1629
|
+
export { default as Videotape } from './videotape';
|
|
1628
1630
|
export { default as Voicemail } from './voicemail';
|
|
1629
1631
|
export { default as Volleyball } from './volleyball';
|
|
1630
1632
|
export { default as Volume1 } from './volume-1';
|
|
1631
|
-
export { default as Volume2 } from './volume-2';
|
|
1632
1633
|
export { default as VolumeOff } from './volume-off';
|
|
1634
|
+
export { default as Volume2 } from './volume-2';
|
|
1633
1635
|
export { default as VolumeX } from './volume-x';
|
|
1634
1636
|
export { default as Volume } from './volume';
|
|
1635
1637
|
export { default as Vote } from './vote';
|
|
1636
1638
|
export { default as WalletCards } from './wallet-cards';
|
|
1637
|
-
export { default as WalletMinimal } from './wallet-minimal';
|
|
1638
1639
|
export { default as Wallet } from './wallet';
|
|
1640
|
+
export { default as WalletMinimal } from './wallet-minimal';
|
|
1639
1641
|
export { default as Wallpaper } from './wallpaper';
|
|
1640
1642
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1641
|
-
export { default as Warehouse } from './warehouse';
|
|
1642
1643
|
export { default as Wand } from './wand';
|
|
1643
|
-
export { default as
|
|
1644
|
+
export { default as Warehouse } from './warehouse';
|
|
1644
1645
|
export { default as Watch } from './watch';
|
|
1645
|
-
export { default as
|
|
1646
|
+
export { default as WashingMachine } from './washing-machine';
|
|
1646
1647
|
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1648
|
+
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1647
1649
|
export { default as WavesLadder } from './waves-ladder';
|
|
1648
|
-
export { default as Waves } from './waves';
|
|
1649
1650
|
export { default as Waypoints } from './waypoints';
|
|
1651
|
+
export { default as Waves } from './waves';
|
|
1650
1652
|
export { default as Webcam } from './webcam';
|
|
1651
1653
|
export { default as WebhookOff } from './webhook-off';
|
|
1652
|
-
export { default as Webhook } from './webhook';
|
|
1653
1654
|
export { default as WeightTilde } from './weight-tilde';
|
|
1655
|
+
export { default as Webhook } from './webhook';
|
|
1654
1656
|
export { default as Weight } from './weight';
|
|
1655
1657
|
export { default as WheatOff } from './wheat-off';
|
|
1656
1658
|
export { default as Wheat } from './wheat';
|
|
@@ -1664,23 +1666,23 @@ export { default as WifiSync } from './wifi-sync';
|
|
|
1664
1666
|
export { default as WifiZero } from './wifi-zero';
|
|
1665
1667
|
export { default as Wifi } from './wifi';
|
|
1666
1668
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1667
|
-
export { default as Wind } from './wind';
|
|
1668
1669
|
export { default as WineOff } from './wine-off';
|
|
1670
|
+
export { default as Wind } from './wind';
|
|
1669
1671
|
export { default as Wine } from './wine';
|
|
1670
1672
|
export { default as Workflow } from './workflow';
|
|
1671
1673
|
export { default as Worm } from './worm';
|
|
1672
1674
|
export { default as Wrench } from './wrench';
|
|
1673
1675
|
export { default as XLineTop } from './x-line-top';
|
|
1674
|
-
export { default as X } from './x';
|
|
1675
1676
|
export { default as ZapOff } from './zap-off';
|
|
1677
|
+
export { default as X } from './x';
|
|
1676
1678
|
export { default as Zap } from './zap';
|
|
1677
|
-
export { default as ZodiacAries } from './zodiac-aries';
|
|
1678
1679
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1680
|
+
export { default as ZodiacAries } from './zodiac-aries';
|
|
1679
1681
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1680
1682
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1681
1683
|
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1682
|
-
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1683
1684
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1685
|
+
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1684
1686
|
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1685
1687
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1686
1688
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|