@lucide/astro 1.24.0 → 1.26.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 +10 -10
- package/src/aliases/aliases.ts +48 -48
- package/src/aliases/prefixed.ts +657 -651
- package/src/aliases/suffixed.ts +895 -889
- package/src/icons/book-open-check.ts +2 -2
- package/src/icons/book-open-text.ts +2 -2
- package/src/icons/book-open.ts +2 -2
- package/src/icons/{circle-euro-sign.ts → circle-euro.ts} +4 -4
- package/src/icons/columns-3-cog.ts +2 -2
- package/src/icons/ethernet-port.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/hdmi-port.ts +2 -2
- package/src/icons/index.ts +166 -163
- package/src/icons/scan-box.ts +18 -0
- package/src/icons/server-plus.ts +18 -0
- package/src/icons/shield-keyhole.ts +18 -0
package/src/icons/index.ts
CHANGED
|
@@ -32,9 +32,9 @@ export { default as AlignVerticalDistributeEnd } from './align-vertical-distribu
|
|
|
32
32
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
33
33
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
34
34
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
35
|
-
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
36
35
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
37
36
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
37
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
38
38
|
export { default as Ambulance } from './ambulance';
|
|
39
39
|
export { default as Ampersand } from './ampersand';
|
|
40
40
|
export { default as Ampersands } from './ampersands';
|
|
@@ -58,8 +58,8 @@ export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
|
58
58
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
59
59
|
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
60
60
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
61
|
-
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
61
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
62
|
+
export { default as ArrowBigUp } from './arrow-big-up';
|
|
63
63
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
64
64
|
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
65
65
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
@@ -90,8 +90,8 @@ export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
|
90
90
|
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
91
91
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
92
92
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
93
|
-
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
94
93
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
94
|
+
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
95
95
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
96
96
|
export { default as ArrowUp } from './arrow-up';
|
|
97
97
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
@@ -117,9 +117,9 @@ export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
|
117
117
|
export { default as BadgeMinus } from './badge-minus';
|
|
118
118
|
export { default as BadgePercent } from './badge-percent';
|
|
119
119
|
export { default as BadgePlus } from './badge-plus';
|
|
120
|
+
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
120
121
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
121
122
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
122
|
-
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
123
123
|
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
124
124
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
125
125
|
export { default as BadgeX } from './badge-x';
|
|
@@ -135,8 +135,8 @@ export { default as BanknoteCheck } from './banknote-check';
|
|
|
135
135
|
export { default as BanknoteX } from './banknote-x';
|
|
136
136
|
export { default as Banknote } from './banknote';
|
|
137
137
|
export { default as Barcode } from './barcode';
|
|
138
|
-
export { default as Barrel } from './barrel';
|
|
139
138
|
export { default as Baseline } from './baseline';
|
|
139
|
+
export { default as Barrel } from './barrel';
|
|
140
140
|
export { default as Bath } from './bath';
|
|
141
141
|
export { default as BatteryCharging } from './battery-charging';
|
|
142
142
|
export { default as BatteryFull } from './battery-full';
|
|
@@ -165,33 +165,33 @@ export { default as BellRing } from './bell-ring';
|
|
|
165
165
|
export { default as Bell } from './bell';
|
|
166
166
|
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
167
167
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
168
|
-
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
169
168
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
169
|
+
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
170
170
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
171
171
|
export { default as Bike } from './bike';
|
|
172
172
|
export { default as Binary } from './binary';
|
|
173
173
|
export { default as Binoculars } from './binoculars';
|
|
174
|
-
export { default as Bird } from './bird';
|
|
175
174
|
export { default as Biohazard } from './biohazard';
|
|
175
|
+
export { default as Bird } from './bird';
|
|
176
176
|
export { default as Birdhouse } from './birdhouse';
|
|
177
177
|
export { default as Bitcoin } from './bitcoin';
|
|
178
178
|
export { default as Blend } from './blend';
|
|
179
179
|
export { default as Blender } from './blender';
|
|
180
180
|
export { default as Blinds } from './blinds';
|
|
181
|
-
export { default as Blocks } from './blocks';
|
|
182
181
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
183
182
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
183
|
+
export { default as Blocks } from './blocks';
|
|
184
184
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
185
185
|
export { default as Bluetooth } from './bluetooth';
|
|
186
186
|
export { default as Bold } from './bold';
|
|
187
187
|
export { default as Bolt } from './bolt';
|
|
188
188
|
export { default as Bomb } from './bomb';
|
|
189
|
-
export { default as BoneFracture } from './bone-fracture';
|
|
190
189
|
export { default as Bone } from './bone';
|
|
190
|
+
export { default as BoneFracture } from './bone-fracture';
|
|
191
191
|
export { default as BookA } from './book-a';
|
|
192
192
|
export { default as BookAlert } from './book-alert';
|
|
193
|
-
export { default as BookCheck } from './book-check';
|
|
194
193
|
export { default as BookAudio } from './book-audio';
|
|
194
|
+
export { default as BookCheck } from './book-check';
|
|
195
195
|
export { default as BookCopy } from './book-copy';
|
|
196
196
|
export { default as BookDashed } from './book-dashed';
|
|
197
197
|
export { default as BookDown } from './book-down';
|
|
@@ -208,18 +208,18 @@ export { default as BookOpen } from './book-open';
|
|
|
208
208
|
export { default as BookPlus } from './book-plus';
|
|
209
209
|
export { default as BookSearch } from './book-search';
|
|
210
210
|
export { default as BookText } from './book-text';
|
|
211
|
-
export { default as BookUp2 } from './book-up-2';
|
|
212
211
|
export { default as BookType } from './book-type';
|
|
212
|
+
export { default as BookUp2 } from './book-up-2';
|
|
213
213
|
export { default as BookUp } from './book-up';
|
|
214
214
|
export { default as BookUser } from './book-user';
|
|
215
215
|
export { default as BookX } from './book-x';
|
|
216
216
|
export { default as Book } from './book';
|
|
217
217
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
218
218
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
219
|
-
export { default as BookmarkPlus } from './bookmark-plus';
|
|
220
219
|
export { default as BookmarkOff } from './bookmark-off';
|
|
221
|
-
export { default as
|
|
220
|
+
export { default as BookmarkPlus } from './bookmark-plus';
|
|
222
221
|
export { default as Bookmark } from './bookmark';
|
|
222
|
+
export { default as BookmarkX } from './bookmark-x';
|
|
223
223
|
export { default as BoomBox } from './boom-box';
|
|
224
224
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
225
225
|
export { default as BotOff } from './bot-off';
|
|
@@ -270,12 +270,12 @@ export { default as CalendarHeart } from './calendar-heart';
|
|
|
270
270
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
271
271
|
export { default as CalendarMinus } from './calendar-minus';
|
|
272
272
|
export { default as CalendarOff } from './calendar-off';
|
|
273
|
-
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
274
273
|
export { default as CalendarPlus } from './calendar-plus';
|
|
274
|
+
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
275
275
|
export { default as CalendarRange } from './calendar-range';
|
|
276
|
-
export { default as CalendarSearch } from './calendar-search';
|
|
277
276
|
export { default as CalendarSync } from './calendar-sync';
|
|
278
277
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
278
|
+
export { default as CalendarSearch } from './calendar-search';
|
|
279
279
|
export { default as CalendarX } from './calendar-x';
|
|
280
280
|
export { default as Calendar } from './calendar';
|
|
281
281
|
export { default as Calendars } from './calendars';
|
|
@@ -293,12 +293,12 @@ export { default as CarTaxiFront } from './car-taxi-front';
|
|
|
293
293
|
export { default as Car } from './car';
|
|
294
294
|
export { default as Caravan } from './caravan';
|
|
295
295
|
export { default as CardSim } from './card-sim';
|
|
296
|
+
export { default as Carrot } from './carrot';
|
|
296
297
|
export { default as CaseLower } from './case-lower';
|
|
297
298
|
export { default as CaseSensitive } from './case-sensitive';
|
|
298
|
-
export { default as Carrot } from './carrot';
|
|
299
299
|
export { default as CaseUpper } from './case-upper';
|
|
300
|
-
export { default as Cast } from './cast';
|
|
301
300
|
export { default as CassetteTape } from './cassette-tape';
|
|
301
|
+
export { default as Cast } from './cast';
|
|
302
302
|
export { default as Castle } from './castle';
|
|
303
303
|
export { default as Cat } from './cat';
|
|
304
304
|
export { default as CctvOff } from './cctv-off';
|
|
@@ -310,34 +310,34 @@ export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
|
310
310
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
311
311
|
export { default as ChartBar } from './chart-bar';
|
|
312
312
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
313
|
-
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
314
313
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
314
|
+
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
315
315
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
316
316
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
317
317
|
export { default as ChartColumn } from './chart-column';
|
|
318
318
|
export { default as ChartGantt } from './chart-gantt';
|
|
319
319
|
export { default as ChartLine } from './chart-line';
|
|
320
320
|
export { default as ChartNetwork } from './chart-network';
|
|
321
|
-
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
322
321
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
322
|
+
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
323
323
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
324
|
-
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
325
324
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
325
|
+
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
326
326
|
export { default as ChartPie } from './chart-pie';
|
|
327
327
|
export { default as ChartScatter } from './chart-scatter';
|
|
328
|
-
export { default as CheckCheck } from './check-check';
|
|
329
328
|
export { default as ChartSpline } from './chart-spline';
|
|
329
|
+
export { default as CheckCheck } from './check-check';
|
|
330
330
|
export { default as CheckLine } from './check-line';
|
|
331
331
|
export { default as Check } from './check';
|
|
332
332
|
export { default as ChefHat } from './chef-hat';
|
|
333
333
|
export { default as Cherry } from './cherry';
|
|
334
|
+
export { default as ChessBishop } from './chess-bishop';
|
|
334
335
|
export { default as ChessKing } from './chess-king';
|
|
335
336
|
export { default as ChessKnight } from './chess-knight';
|
|
336
|
-
export { default as ChessBishop } from './chess-bishop';
|
|
337
|
-
export { default as ChessQueen } from './chess-queen';
|
|
338
337
|
export { default as ChessPawn } from './chess-pawn';
|
|
339
|
-
export { default as
|
|
338
|
+
export { default as ChessQueen } from './chess-queen';
|
|
340
339
|
export { default as ChevronDown } from './chevron-down';
|
|
340
|
+
export { default as ChessRook } from './chess-rook';
|
|
341
341
|
export { default as ChevronFirst } from './chevron-first';
|
|
342
342
|
export { default as ChevronLast } from './chevron-last';
|
|
343
343
|
export { default as ChevronLeft } from './chevron-left';
|
|
@@ -353,42 +353,42 @@ export { default as ChevronsRight } from './chevrons-right';
|
|
|
353
353
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
354
354
|
export { default as ChevronsUp } from './chevrons-up';
|
|
355
355
|
export { default as Church } from './church';
|
|
356
|
-
export { default as CigaretteOff } from './cigarette-off';
|
|
357
356
|
export { default as Cigarette } from './cigarette';
|
|
357
|
+
export { default as CigaretteOff } from './cigarette-off';
|
|
358
358
|
export { default as CircleAlert } from './circle-alert';
|
|
359
|
+
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
359
360
|
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
360
361
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
361
|
-
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
362
362
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
363
363
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
364
|
-
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
365
364
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
365
|
+
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
366
366
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
367
|
-
export { default as CircleCheck } from './circle-check';
|
|
368
367
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
368
|
+
export { default as CircleCheck } from './circle-check';
|
|
369
369
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
370
|
-
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
371
370
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
372
|
-
export { default as
|
|
371
|
+
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
373
372
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
373
|
+
export { default as CircleDashed } from './circle-dashed';
|
|
374
374
|
export { default as CircleDivide } from './circle-divide';
|
|
375
375
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
376
376
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
377
377
|
export { default as CircleDot } from './circle-dot';
|
|
378
378
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
379
379
|
export { default as CircleEqual } from './circle-equal';
|
|
380
|
-
export { default as
|
|
380
|
+
export { default as CircleEuro } from './circle-euro';
|
|
381
381
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
382
382
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
383
383
|
export { default as CircleGauge } from './circle-gauge';
|
|
384
384
|
export { default as CircleMinus } from './circle-minus';
|
|
385
|
-
export { default as CircleOff } from './circle-off';
|
|
386
385
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
386
|
+
export { default as CircleOff } from './circle-off';
|
|
387
387
|
export { default as CircleParking } from './circle-parking';
|
|
388
388
|
export { default as CirclePause } from './circle-pause';
|
|
389
389
|
export { default as CirclePercent } from './circle-percent';
|
|
390
|
-
export { default as CirclePlay } from './circle-play';
|
|
391
390
|
export { default as CirclePile } from './circle-pile';
|
|
391
|
+
export { default as CirclePlay } from './circle-play';
|
|
392
392
|
export { default as CirclePlus } from './circle-plus';
|
|
393
393
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
394
394
|
export { default as CirclePower } from './circle-power';
|
|
@@ -400,24 +400,24 @@ export { default as CircleStar } from './circle-star';
|
|
|
400
400
|
export { default as CircleStop } from './circle-stop';
|
|
401
401
|
export { default as CircleUserRound } from './circle-user-round';
|
|
402
402
|
export { default as CircleUser } from './circle-user';
|
|
403
|
-
export { default as CircleX } from './circle-x';
|
|
404
403
|
export { default as Circle } from './circle';
|
|
404
|
+
export { default as CircleX } from './circle-x';
|
|
405
405
|
export { default as CircuitBoard } from './circuit-board';
|
|
406
|
-
export { default as ClipboardCheck } from './clipboard-check';
|
|
407
|
-
export { default as Clapperboard } from './clapperboard';
|
|
408
406
|
export { default as Citrus } from './citrus';
|
|
407
|
+
export { default as Clapperboard } from './clapperboard';
|
|
409
408
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
409
|
+
export { default as ClipboardCheck } from './clipboard-check';
|
|
410
410
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
411
|
-
export { default as ClipboardMinus } from './clipboard-minus';
|
|
412
|
-
export { default as ClipboardPaste } from './clipboard-paste';
|
|
413
411
|
export { default as ClipboardList } from './clipboard-list';
|
|
412
|
+
export { default as ClipboardMinus } from './clipboard-minus';
|
|
414
413
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
415
|
-
export { default as
|
|
414
|
+
export { default as ClipboardPaste } from './clipboard-paste';
|
|
416
415
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
416
|
+
export { default as ClipboardPen } from './clipboard-pen';
|
|
417
417
|
export { default as ClipboardType } from './clipboard-type';
|
|
418
418
|
export { default as ClipboardX } from './clipboard-x';
|
|
419
|
-
export { default as Clock1 } from './clock-1';
|
|
420
419
|
export { default as Clipboard } from './clipboard';
|
|
420
|
+
export { default as Clock1 } from './clock-1';
|
|
421
421
|
export { default as Clock10 } from './clock-10';
|
|
422
422
|
export { default as Clock11 } from './clock-11';
|
|
423
423
|
export { default as Clock12 } from './clock-12';
|
|
@@ -445,8 +445,8 @@ export { default as CloudCheck } from './cloud-check';
|
|
|
445
445
|
export { default as CloudCog } from './cloud-cog';
|
|
446
446
|
export { default as CloudDownload } from './cloud-download';
|
|
447
447
|
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
448
|
-
export { default as CloudHail } from './cloud-hail';
|
|
449
448
|
export { default as CloudFog } from './cloud-fog';
|
|
449
|
+
export { default as CloudHail } from './cloud-hail';
|
|
450
450
|
export { default as CloudLightning } from './cloud-lightning';
|
|
451
451
|
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
452
452
|
export { default as CloudMoon } from './cloud-moon';
|
|
@@ -454,13 +454,13 @@ export { default as CloudOff } from './cloud-off';
|
|
|
454
454
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
455
455
|
export { default as CloudRain } from './cloud-rain';
|
|
456
456
|
export { default as CloudSnow } from './cloud-snow';
|
|
457
|
-
export { default as CloudSun } from './cloud-sun';
|
|
458
457
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
459
458
|
export { default as CloudSync } from './cloud-sync';
|
|
459
|
+
export { default as CloudSun } from './cloud-sun';
|
|
460
460
|
export { default as CloudUpload } from './cloud-upload';
|
|
461
461
|
export { default as Cloud } from './cloud';
|
|
462
|
-
export { default as Cloudy } from './cloudy';
|
|
463
462
|
export { default as Clover } from './clover';
|
|
463
|
+
export { default as Cloudy } from './cloudy';
|
|
464
464
|
export { default as Club } from './club';
|
|
465
465
|
export { default as CodeXml } from './code-xml';
|
|
466
466
|
export { default as Code } from './code';
|
|
@@ -468,15 +468,15 @@ export { default as Coffee } from './coffee';
|
|
|
468
468
|
export { default as Cog } from './cog';
|
|
469
469
|
export { default as Coins } from './coins';
|
|
470
470
|
export { default as Columns2 } from './columns-2';
|
|
471
|
-
export { default as Columns3 } from './columns-3';
|
|
472
471
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
472
|
+
export { default as Columns3 } from './columns-3';
|
|
473
473
|
export { default as Columns4 } from './columns-4';
|
|
474
474
|
export { default as Combine } from './combine';
|
|
475
475
|
export { default as Command } from './command';
|
|
476
476
|
export { default as Compass } from './compass';
|
|
477
477
|
export { default as Component } from './component';
|
|
478
|
-
export { default as ConciergeBell } from './concierge-bell';
|
|
479
478
|
export { default as Computer } from './computer';
|
|
479
|
+
export { default as ConciergeBell } from './concierge-bell';
|
|
480
480
|
export { default as Cone } from './cone';
|
|
481
481
|
export { default as Construction } from './construction';
|
|
482
482
|
export { default as ContactRound } from './contact-round';
|
|
@@ -491,8 +491,8 @@ export { default as CopyPlus } from './copy-plus';
|
|
|
491
491
|
export { default as CopySlash } from './copy-slash';
|
|
492
492
|
export { default as CopyX } from './copy-x';
|
|
493
493
|
export { default as Copy } from './copy';
|
|
494
|
-
export { default as Copyright } from './copyright';
|
|
495
494
|
export { default as Copyleft } from './copyleft';
|
|
495
|
+
export { default as Copyright } from './copyright';
|
|
496
496
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
497
497
|
export { default as CornerDownRight } from './corner-down-right';
|
|
498
498
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
@@ -502,21 +502,21 @@ export { default as CornerRightUp } from './corner-right-up';
|
|
|
502
502
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
503
503
|
export { default as CornerUpRight } from './corner-up-right';
|
|
504
504
|
export { default as Cpu } from './cpu';
|
|
505
|
-
export { default as CreativeCommons } from './creative-commons';
|
|
506
505
|
export { default as CreditCard } from './credit-card';
|
|
507
506
|
export { default as Croissant } from './croissant';
|
|
507
|
+
export { default as CreativeCommons } from './creative-commons';
|
|
508
508
|
export { default as Crop } from './crop';
|
|
509
509
|
export { default as Cross } from './cross';
|
|
510
510
|
export { default as Crosshair } from './crosshair';
|
|
511
|
-
export { default as Crown } from './crown';
|
|
512
511
|
export { default as Cuboid } from './cuboid';
|
|
512
|
+
export { default as Crown } from './crown';
|
|
513
513
|
export { default as CupSoda } from './cup-soda';
|
|
514
|
-
export { default as Currency } from './currency';
|
|
515
514
|
export { default as Cylinder } from './cylinder';
|
|
516
515
|
export { default as Dam } from './dam';
|
|
516
|
+
export { default as Currency } from './currency';
|
|
517
517
|
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
518
|
-
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
519
518
|
export { default as DatabaseBackup } from './database-backup';
|
|
519
|
+
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
520
520
|
export { default as DatabaseCheck } from './database-check';
|
|
521
521
|
export { default as DatabaseMinus } from './database-minus';
|
|
522
522
|
export { default as DatabasePlus } from './database-plus';
|
|
@@ -525,35 +525,35 @@ export { default as DatabaseX } from './database-x';
|
|
|
525
525
|
export { default as DatabaseZap } from './database-zap';
|
|
526
526
|
export { default as Database } from './database';
|
|
527
527
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
528
|
+
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
528
529
|
export { default as Delete } from './delete';
|
|
529
530
|
export { default as Dessert } from './dessert';
|
|
530
|
-
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
531
531
|
export { default as Diameter } from './diameter';
|
|
532
532
|
export { default as DiamondMinus } from './diamond-minus';
|
|
533
533
|
export { default as DiamondPercent } from './diamond-percent';
|
|
534
|
-
export { default as DiamondPlus } from './diamond-plus';
|
|
535
534
|
export { default as Diamond } from './diamond';
|
|
535
|
+
export { default as DiamondPlus } from './diamond-plus';
|
|
536
536
|
export { default as Dice1 } from './dice-1';
|
|
537
537
|
export { default as Dice2 } from './dice-2';
|
|
538
538
|
export { default as Dice3 } from './dice-3';
|
|
539
539
|
export { default as Dice4 } from './dice-4';
|
|
540
|
-
export { default as Dice6 } from './dice-6';
|
|
541
540
|
export { default as Dice5 } from './dice-5';
|
|
541
|
+
export { default as Dice6 } from './dice-6';
|
|
542
542
|
export { default as Dices } from './dices';
|
|
543
543
|
export { default as Diff } from './diff';
|
|
544
544
|
export { default as Disc2 } from './disc-2';
|
|
545
545
|
export { default as Disc3 } from './disc-3';
|
|
546
546
|
export { default as DiscAlbum } from './disc-album';
|
|
547
|
-
export { default as Disc } from './disc';
|
|
548
547
|
export { default as Divide } from './divide';
|
|
549
548
|
export { default as DnaOff } from './dna-off';
|
|
549
|
+
export { default as Disc } from './disc';
|
|
550
550
|
export { default as Dna } from './dna';
|
|
551
551
|
export { default as Dock } from './dock';
|
|
552
552
|
export { default as Dog } from './dog';
|
|
553
553
|
export { default as DollarSign } from './dollar-sign';
|
|
554
554
|
export { default as Donut } from './donut';
|
|
555
|
-
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
556
555
|
export { default as DoorClosed } from './door-closed';
|
|
556
|
+
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
557
557
|
export { default as DoorOpen } from './door-open';
|
|
558
558
|
export { default as Dot } from './dot';
|
|
559
559
|
export { default as Download } from './download';
|
|
@@ -570,8 +570,8 @@ export { default as Dumbbell } from './dumbbell';
|
|
|
570
570
|
export { default as EarOff } from './ear-off';
|
|
571
571
|
export { default as Ear } from './ear';
|
|
572
572
|
export { default as EarthLock } from './earth-lock';
|
|
573
|
-
export { default as Eclipse } from './eclipse';
|
|
574
573
|
export { default as Earth } from './earth';
|
|
574
|
+
export { default as Eclipse } from './eclipse';
|
|
575
575
|
export { default as EggFried } from './egg-fried';
|
|
576
576
|
export { default as EggOff } from './egg-off';
|
|
577
577
|
export { default as Egg } from './egg';
|
|
@@ -584,8 +584,8 @@ export { default as Equal } from './equal';
|
|
|
584
584
|
export { default as Eraser } from './eraser';
|
|
585
585
|
export { default as EthernetPort } from './ethernet-port';
|
|
586
586
|
export { default as Euro } from './euro';
|
|
587
|
-
export { default as Expand } from './expand';
|
|
588
587
|
export { default as EvCharger } from './ev-charger';
|
|
588
|
+
export { default as Expand } from './expand';
|
|
589
589
|
export { default as ExternalLink } from './external-link';
|
|
590
590
|
export { default as EyeClosed } from './eye-closed';
|
|
591
591
|
export { default as EyeDashed } from './eye-dashed';
|
|
@@ -594,8 +594,8 @@ export { default as Eye } from './eye';
|
|
|
594
594
|
export { default as Factory } from './factory';
|
|
595
595
|
export { default as Fan } from './fan';
|
|
596
596
|
export { default as FastForward } from './fast-forward';
|
|
597
|
-
export { default as Feather } from './feather';
|
|
598
597
|
export { default as Fence } from './fence';
|
|
598
|
+
export { default as Feather } from './feather';
|
|
599
599
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
600
600
|
export { default as FileArchive } from './file-archive';
|
|
601
601
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
@@ -610,13 +610,13 @@ export { default as FileChartPie } from './file-chart-pie';
|
|
|
610
610
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
611
611
|
export { default as FileCheck } from './file-check';
|
|
612
612
|
export { default as FileClock } from './file-clock';
|
|
613
|
-
export { default as FileCode } from './file-code';
|
|
614
613
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
614
|
+
export { default as FileCode } from './file-code';
|
|
615
615
|
export { default as FileCog } from './file-cog';
|
|
616
616
|
export { default as FileDiff } from './file-diff';
|
|
617
617
|
export { default as FileDigit } from './file-digit';
|
|
618
|
-
export { default as FileDown } from './file-down';
|
|
619
618
|
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
619
|
+
export { default as FileDown } from './file-down';
|
|
620
620
|
export { default as FileHeadphone } from './file-headphone';
|
|
621
621
|
export { default as FileHeart } from './file-heart';
|
|
622
622
|
export { default as FileImage } from './file-image';
|
|
@@ -624,8 +624,8 @@ export { default as FileInput } from './file-input';
|
|
|
624
624
|
export { default as FileKey } from './file-key';
|
|
625
625
|
export { default as FileLock } from './file-lock';
|
|
626
626
|
export { default as FileMinus } from './file-minus';
|
|
627
|
-
export { default as FileMusic } from './file-music';
|
|
628
627
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
628
|
+
export { default as FileMusic } from './file-music';
|
|
629
629
|
export { default as FileOutput } from './file-output';
|
|
630
630
|
export { default as FilePenLine } from './file-pen-line';
|
|
631
631
|
export { default as FilePen } from './file-pen';
|
|
@@ -658,8 +658,8 @@ export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
|
658
658
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
659
659
|
export { default as FishOff } from './fish-off';
|
|
660
660
|
export { default as FishSymbol } from './fish-symbol';
|
|
661
|
-
export { default as FishingHook } from './fishing-hook';
|
|
662
661
|
export { default as Fish } from './fish';
|
|
662
|
+
export { default as FishingHook } from './fishing-hook';
|
|
663
663
|
export { default as FishingRod } from './fishing-rod';
|
|
664
664
|
export { default as FlagOff } from './flag-off';
|
|
665
665
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
@@ -682,8 +682,8 @@ export { default as FoldVertical } from './fold-vertical';
|
|
|
682
682
|
export { default as FolderArchive } from './folder-archive';
|
|
683
683
|
export { default as FolderBookmark } from './folder-bookmark';
|
|
684
684
|
export { default as FolderCheck } from './folder-check';
|
|
685
|
-
export { default as FolderClock } from './folder-clock';
|
|
686
685
|
export { default as FolderClosed } from './folder-closed';
|
|
686
|
+
export { default as FolderClock } from './folder-clock';
|
|
687
687
|
export { default as FolderCode } from './folder-code';
|
|
688
688
|
export { default as FolderCog } from './folder-cog';
|
|
689
689
|
export { default as FolderDot } from './folder-dot';
|
|
@@ -700,25 +700,25 @@ export { default as FolderOpenDot } from './folder-open-dot';
|
|
|
700
700
|
export { default as FolderOpen } from './folder-open';
|
|
701
701
|
export { default as FolderOutput } from './folder-output';
|
|
702
702
|
export { default as FolderPen } from './folder-pen';
|
|
703
|
-
export { default as FolderRoot } from './folder-root';
|
|
704
703
|
export { default as FolderPlus } from './folder-plus';
|
|
705
|
-
export { default as
|
|
704
|
+
export { default as FolderRoot } from './folder-root';
|
|
706
705
|
export { default as FolderSearch } from './folder-search';
|
|
706
|
+
export { default as FolderSearch2 } from './folder-search-2';
|
|
707
707
|
export { default as FolderSymlink } from './folder-symlink';
|
|
708
708
|
export { default as FolderSync } from './folder-sync';
|
|
709
|
-
export { default as FolderTree } from './folder-tree';
|
|
710
709
|
export { default as FolderUp } from './folder-up';
|
|
710
|
+
export { default as FolderTree } from './folder-tree';
|
|
711
711
|
export { default as FolderX } from './folder-x';
|
|
712
712
|
export { default as Folder } from './folder';
|
|
713
|
-
export { default as Folders } from './folders';
|
|
714
713
|
export { default as Footprints } from './footprints';
|
|
714
|
+
export { default as Folders } from './folders';
|
|
715
715
|
export { default as Forklift } from './forklift';
|
|
716
|
-
export { default as Form } from './form';
|
|
717
716
|
export { default as Forward } from './forward';
|
|
717
|
+
export { default as Form } from './form';
|
|
718
718
|
export { default as Frame } from './frame';
|
|
719
719
|
export { default as Frown } from './frown';
|
|
720
|
-
export { default as Fuel } from './fuel';
|
|
721
720
|
export { default as Fullscreen } from './fullscreen';
|
|
721
|
+
export { default as Fuel } from './fuel';
|
|
722
722
|
export { default as FunnelPlus } from './funnel-plus';
|
|
723
723
|
export { default as FunnelX } from './funnel-x';
|
|
724
724
|
export { default as Funnel } from './funnel';
|
|
@@ -736,11 +736,11 @@ export { default as Gem } from './gem';
|
|
|
736
736
|
export { default as GeorgianLari } from './georgian-lari';
|
|
737
737
|
export { default as Ghost } from './ghost';
|
|
738
738
|
export { default as Gift } from './gift';
|
|
739
|
-
export { default as GitBranchPlus } from './git-branch-plus';
|
|
740
739
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
740
|
+
export { default as GitBranchPlus } from './git-branch-plus';
|
|
741
|
+
export { default as GitBranch } from './git-branch';
|
|
741
742
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
742
743
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
743
|
-
export { default as GitBranch } from './git-branch';
|
|
744
744
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
745
745
|
export { default as GitCompare } from './git-compare';
|
|
746
746
|
export { default as GitFork } from './git-fork';
|
|
@@ -748,27 +748,27 @@ export { default as GitGraph } from './git-graph';
|
|
|
748
748
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
749
749
|
export { default as GitMerge } from './git-merge';
|
|
750
750
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
751
|
-
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
752
751
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
752
|
+
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
753
753
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
754
754
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
755
755
|
export { default as GitPullRequest } from './git-pull-request';
|
|
756
756
|
export { default as GlassWater } from './glass-water';
|
|
757
757
|
export { default as Glasses } from './glasses';
|
|
758
758
|
export { default as GlobeCheck } from './globe-check';
|
|
759
|
-
export { default as GlobeLock } from './globe-lock';
|
|
760
759
|
export { default as GlobeOff } from './globe-off';
|
|
760
|
+
export { default as GlobeLock } from './globe-lock';
|
|
761
761
|
export { default as GlobeX } from './globe-x';
|
|
762
762
|
export { default as Globe } from './globe';
|
|
763
763
|
export { default as Goal } from './goal';
|
|
764
|
+
export { default as Gpu } from './gpu';
|
|
764
765
|
export { default as GraduationCap } from './graduation-cap';
|
|
765
766
|
export { default as Grape } from './grape';
|
|
766
|
-
export { default as Gpu } from './gpu';
|
|
767
767
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
768
768
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
769
|
+
export { default as Grid2x2X } from './grid-2x2-x';
|
|
769
770
|
export { default as Grid2x2 } from './grid-2x2';
|
|
770
771
|
export { default as Grid3x2 } from './grid-3x2';
|
|
771
|
-
export { default as Grid2x2X } from './grid-2x2-x';
|
|
772
772
|
export { default as Grid3x3 } from './grid-3x3';
|
|
773
773
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
774
774
|
export { default as GripVertical } from './grip-vertical';
|
|
@@ -777,9 +777,9 @@ export { default as Group } from './group';
|
|
|
777
777
|
export { default as Guitar } from './guitar';
|
|
778
778
|
export { default as Ham } from './ham';
|
|
779
779
|
export { default as Hamburger } from './hamburger';
|
|
780
|
+
export { default as HandCoins } from './hand-coins';
|
|
780
781
|
export { default as Hammer } from './hammer';
|
|
781
782
|
export { default as HandFist } from './hand-fist';
|
|
782
|
-
export { default as HandCoins } from './hand-coins';
|
|
783
783
|
export { default as HandGrab } from './hand-grab';
|
|
784
784
|
export { default as HandHeart } from './hand-heart';
|
|
785
785
|
export { default as HandHelping } from './hand-helping';
|
|
@@ -794,16 +794,16 @@ export { default as HardDrive } from './hard-drive';
|
|
|
794
794
|
export { default as HardHat } from './hard-hat';
|
|
795
795
|
export { default as Hash } from './hash';
|
|
796
796
|
export { default as HatGlasses } from './hat-glasses';
|
|
797
|
-
export { default as Hd } from './hd';
|
|
798
797
|
export { default as Haze } from './haze';
|
|
798
|
+
export { default as Hd } from './hd';
|
|
799
799
|
export { default as HdmiPort } from './hdmi-port';
|
|
800
800
|
export { default as Heading1 } from './heading-1';
|
|
801
801
|
export { default as Heading2 } from './heading-2';
|
|
802
802
|
export { default as Heading3 } from './heading-3';
|
|
803
803
|
export { default as Heading4 } from './heading-4';
|
|
804
804
|
export { default as Heading5 } from './heading-5';
|
|
805
|
-
export { default as Heading6 } from './heading-6';
|
|
806
805
|
export { default as Heading } from './heading';
|
|
806
|
+
export { default as Heading6 } from './heading-6';
|
|
807
807
|
export { default as HeadphoneOff } from './headphone-off';
|
|
808
808
|
export { default as Headphones } from './headphones';
|
|
809
809
|
export { default as Headset } from './headset';
|
|
@@ -822,8 +822,8 @@ export { default as Highlighter } from './highlighter';
|
|
|
822
822
|
export { default as History } from './history';
|
|
823
823
|
export { default as HopOff } from './hop-off';
|
|
824
824
|
export { default as Hop } from './hop';
|
|
825
|
-
export { default as Hotel } from './hotel';
|
|
826
825
|
export { default as Hospital } from './hospital';
|
|
826
|
+
export { default as Hotel } from './hotel';
|
|
827
827
|
export { default as Hourglass } from './hourglass';
|
|
828
828
|
export { default as HouseHeart } from './house-heart';
|
|
829
829
|
export { default as HousePlug } from './house-plug';
|
|
@@ -834,8 +834,8 @@ export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
|
834
834
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
835
835
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
836
836
|
export { default as IdCard } from './id-card';
|
|
837
|
-
export { default as ImageDown } from './image-down';
|
|
838
837
|
export { default as ImageMinus } from './image-minus';
|
|
838
|
+
export { default as ImageDown } from './image-down';
|
|
839
839
|
export { default as ImageOff } from './image-off';
|
|
840
840
|
export { default as ImagePlay } from './image-play';
|
|
841
841
|
export { default as ImagePlus } from './image-plus';
|
|
@@ -851,9 +851,9 @@ export { default as Info } from './info';
|
|
|
851
851
|
export { default as InspectionPanel } from './inspection-panel';
|
|
852
852
|
export { default as Italic } from './italic';
|
|
853
853
|
export { default as IterationCcw } from './iteration-ccw';
|
|
854
|
-
export { default as IterationCw } from './iteration-cw';
|
|
855
854
|
export { default as JapaneseYen } from './japanese-yen';
|
|
856
855
|
export { default as Joystick } from './joystick';
|
|
856
|
+
export { default as IterationCw } from './iteration-cw';
|
|
857
857
|
export { default as Kanban } from './kanban';
|
|
858
858
|
export { default as Kayak } from './kayak';
|
|
859
859
|
export { default as KeyRound } from './key-round';
|
|
@@ -865,8 +865,8 @@ export { default as Keyboard } from './keyboard';
|
|
|
865
865
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
866
866
|
export { default as LampDesk } from './lamp-desk';
|
|
867
867
|
export { default as LampFloor } from './lamp-floor';
|
|
868
|
-
export { default as LampWallDown } from './lamp-wall-down';
|
|
869
868
|
export { default as LampWallUp } from './lamp-wall-up';
|
|
869
|
+
export { default as LampWallDown } from './lamp-wall-down';
|
|
870
870
|
export { default as Lamp } from './lamp';
|
|
871
871
|
export { default as LandPlot } from './land-plot';
|
|
872
872
|
export { default as Landmark } from './landmark';
|
|
@@ -876,8 +876,8 @@ export { default as LaptopMinimal } from './laptop-minimal';
|
|
|
876
876
|
export { default as Laptop } from './laptop';
|
|
877
877
|
export { default as LassoSelect } from './lasso-select';
|
|
878
878
|
export { default as Lasso } from './lasso';
|
|
879
|
-
export { default as Layers2 } from './layers-2';
|
|
880
879
|
export { default as Laugh } from './laugh';
|
|
880
|
+
export { default as Layers2 } from './layers-2';
|
|
881
881
|
export { default as LayersMinus } from './layers-minus';
|
|
882
882
|
export { default as LayersPlus } from './layers-plus';
|
|
883
883
|
export { default as Layers } from './layers';
|
|
@@ -893,31 +893,31 @@ export { default as Lectern } from './lectern';
|
|
|
893
893
|
export { default as LensConcave } from './lens-concave';
|
|
894
894
|
export { default as LensConvex } from './lens-convex';
|
|
895
895
|
export { default as LibraryBig } from './library-big';
|
|
896
|
-
export { default as Library } from './library';
|
|
897
896
|
export { default as LifeBuoy } from './life-buoy';
|
|
898
897
|
export { default as Ligature } from './ligature';
|
|
898
|
+
export { default as Library } from './library';
|
|
899
899
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
900
900
|
export { default as Lightbulb } from './lightbulb';
|
|
901
901
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
902
|
-
export { default as LineSquiggle } from './line-squiggle';
|
|
903
902
|
export { default as LineStyle } from './line-style';
|
|
903
|
+
export { default as LineSquiggle } from './line-squiggle';
|
|
904
904
|
export { default as Link2Off } from './link-2-off';
|
|
905
905
|
export { default as Link2 } from './link-2';
|
|
906
|
-
export { default as ListCheck } from './list-check';
|
|
907
906
|
export { default as Link } from './link';
|
|
907
|
+
export { default as ListCheck } from './list-check';
|
|
908
908
|
export { default as ListChecks } from './list-checks';
|
|
909
|
-
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
910
909
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
910
|
+
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
911
911
|
export { default as ListCollapse } from './list-collapse';
|
|
912
|
-
export { default as ListEnd } from './list-end';
|
|
913
912
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
913
|
+
export { default as ListEnd } from './list-end';
|
|
914
914
|
export { default as ListFilter } from './list-filter';
|
|
915
915
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
916
916
|
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
917
917
|
export { default as ListMinus } from './list-minus';
|
|
918
918
|
export { default as ListMusic } from './list-music';
|
|
919
|
-
export { default as ListOrdered } from './list-ordered';
|
|
920
919
|
export { default as ListPlus } from './list-plus';
|
|
920
|
+
export { default as ListOrdered } from './list-ordered';
|
|
921
921
|
export { default as ListRestart } from './list-restart';
|
|
922
922
|
export { default as ListSortAscending } from './list-sort-ascending';
|
|
923
923
|
export { default as ListSortDescending } from './list-sort-descending';
|
|
@@ -933,9 +933,9 @@ export { default as Loader } from './loader';
|
|
|
933
933
|
export { default as LocateFixed } from './locate-fixed';
|
|
934
934
|
export { default as LocateOff } from './locate-off';
|
|
935
935
|
export { default as Locate } from './locate';
|
|
936
|
-
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
937
936
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
938
937
|
export { default as LockOpen } from './lock-open';
|
|
938
|
+
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
939
939
|
export { default as Lock } from './lock';
|
|
940
940
|
export { default as LogIn } from './log-in';
|
|
941
941
|
export { default as LogOut } from './log-out';
|
|
@@ -958,14 +958,14 @@ export { default as MapMinus } from './map-minus';
|
|
|
958
958
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
959
959
|
export { default as MapPinCheck } from './map-pin-check';
|
|
960
960
|
export { default as MapPinHouse } from './map-pin-house';
|
|
961
|
+
export { default as MapPinMinus } from './map-pin-minus';
|
|
961
962
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
962
963
|
export { default as MapPinOff } from './map-pin-off';
|
|
963
|
-
export { default as MapPinMinus } from './map-pin-minus';
|
|
964
964
|
export { default as MapPinPen } from './map-pin-pen';
|
|
965
965
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
966
966
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
967
|
-
export { default as MapPinSearch } from './map-pin-search';
|
|
968
967
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
968
|
+
export { default as MapPinSearch } from './map-pin-search';
|
|
969
969
|
export { default as MapPinX } from './map-pin-x';
|
|
970
970
|
export { default as MapPin } from './map-pin';
|
|
971
971
|
export { default as MapPinned } from './map-pinned';
|
|
@@ -1009,8 +1009,8 @@ export { default as MessageSquareQuote } from './message-square-quote';
|
|
|
1009
1009
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
1010
1010
|
export { default as MessageSquareShare } from './message-square-share';
|
|
1011
1011
|
export { default as MessageSquareText } from './message-square-text';
|
|
1012
|
-
export { default as MessageSquareWarning } from './message-square-warning';
|
|
1013
1012
|
export { default as MessageSquareX } from './message-square-x';
|
|
1013
|
+
export { default as MessageSquareWarning } from './message-square-warning';
|
|
1014
1014
|
export { default as MessageSquare } from './message-square';
|
|
1015
1015
|
export { default as MessagesSquare } from './messages-square';
|
|
1016
1016
|
export { default as Metronome } from './metronome';
|
|
@@ -1018,13 +1018,13 @@ export { default as MicOff } from './mic-off';
|
|
|
1018
1018
|
export { default as MicVocal } from './mic-vocal';
|
|
1019
1019
|
export { default as Mic } from './mic';
|
|
1020
1020
|
export { default as Microchip } from './microchip';
|
|
1021
|
-
export { default as Microscope } from './microscope';
|
|
1022
1021
|
export { default as Microwave } from './microwave';
|
|
1022
|
+
export { default as Microscope } from './microscope';
|
|
1023
1023
|
export { default as Milestone } from './milestone';
|
|
1024
1024
|
export { default as MilkOff } from './milk-off';
|
|
1025
1025
|
export { default as Milk } from './milk';
|
|
1026
|
-
export { default as Minimize } from './minimize';
|
|
1027
1026
|
export { default as Minimize2 } from './minimize-2';
|
|
1027
|
+
export { default as Minimize } from './minimize';
|
|
1028
1028
|
export { default as Minus } from './minus';
|
|
1029
1029
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1030
1030
|
export { default as MirrorRound } from './mirror-round';
|
|
@@ -1038,12 +1038,12 @@ export { default as MonitorPause } from './monitor-pause';
|
|
|
1038
1038
|
export { default as MonitorPlay } from './monitor-play';
|
|
1039
1039
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1040
1040
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1041
|
+
export { default as MonitorStop } from './monitor-stop';
|
|
1041
1042
|
export { default as MonitorUp } from './monitor-up';
|
|
1042
1043
|
export { default as MonitorX } from './monitor-x';
|
|
1043
|
-
export { default as MonitorStop } from './monitor-stop';
|
|
1044
1044
|
export { default as Monitor } from './monitor';
|
|
1045
|
-
export { default as Moon } from './moon';
|
|
1046
1045
|
export { default as MoonStar } from './moon-star';
|
|
1046
|
+
export { default as Moon } from './moon';
|
|
1047
1047
|
export { default as Motorbike } from './motorbike';
|
|
1048
1048
|
export { default as MountainSnow } from './mountain-snow';
|
|
1049
1049
|
export { default as Mountain } from './mountain';
|
|
@@ -1070,8 +1070,8 @@ export { default as MoveUpLeft } from './move-up-left';
|
|
|
1070
1070
|
export { default as MoveUp } from './move-up';
|
|
1071
1071
|
export { default as MoveVertical } from './move-vertical';
|
|
1072
1072
|
export { default as Move } from './move';
|
|
1073
|
-
export { default as Music2 } from './music-2';
|
|
1074
1073
|
export { default as Music3 } from './music-3';
|
|
1074
|
+
export { default as Music2 } from './music-2';
|
|
1075
1075
|
export { default as Music4 } from './music-4';
|
|
1076
1076
|
export { default as Music } from './music';
|
|
1077
1077
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
@@ -1083,8 +1083,8 @@ export { default as Newspaper } from './newspaper';
|
|
|
1083
1083
|
export { default as Nfc } from './nfc';
|
|
1084
1084
|
export { default as NonBinary } from './non-binary';
|
|
1085
1085
|
export { default as NotebookPen } from './notebook-pen';
|
|
1086
|
-
export { default as NotebookText } from './notebook-text';
|
|
1087
1086
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1087
|
+
export { default as NotebookText } from './notebook-text';
|
|
1088
1088
|
export { default as Notebook } from './notebook';
|
|
1089
1089
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1090
1090
|
export { default as NotepadText } from './notepad-text';
|
|
@@ -1111,11 +1111,11 @@ export { default as PaintBucket } from './paint-bucket';
|
|
|
1111
1111
|
export { default as PaintRoller } from './paint-roller';
|
|
1112
1112
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1113
1113
|
export { default as Paintbrush } from './paintbrush';
|
|
1114
|
-
export { default as Panda } from './panda';
|
|
1115
1114
|
export { default as Palette } from './palette';
|
|
1115
|
+
export { default as Panda } from './panda';
|
|
1116
1116
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1117
|
-
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1118
1117
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1118
|
+
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1119
1119
|
export { default as PanelBottom } from './panel-bottom';
|
|
1120
1120
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1121
1121
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
@@ -1128,15 +1128,15 @@ export { default as PanelRightOpen } from './panel-right-open';
|
|
|
1128
1128
|
export { default as PanelRight } from './panel-right';
|
|
1129
1129
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1130
1130
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1131
|
+
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1131
1132
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1132
1133
|
export { default as PanelTop } from './panel-top';
|
|
1133
|
-
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1134
|
-
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1135
1134
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1135
|
+
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1136
1136
|
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1137
1137
|
export { default as PaperBag } from './paper-bag';
|
|
1138
|
-
export { default as Parasol } from './parasol';
|
|
1139
1138
|
export { default as Paperclip } from './paperclip';
|
|
1139
|
+
export { default as Parasol } from './parasol';
|
|
1140
1140
|
export { default as Parentheses } from './parentheses';
|
|
1141
1141
|
export { default as ParkingMeter } from './parking-meter';
|
|
1142
1142
|
export { default as PartyPopper } from './party-popper';
|
|
@@ -1156,8 +1156,8 @@ export { default as Pentagon } from './pentagon';
|
|
|
1156
1156
|
export { default as Percent } from './percent';
|
|
1157
1157
|
export { default as PersonStanding } from './person-standing';
|
|
1158
1158
|
export { default as Phi } from './phi';
|
|
1159
|
-
export { default as PhoneCall } from './phone-call';
|
|
1160
1159
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1160
|
+
export { default as PhoneCall } from './phone-call';
|
|
1161
1161
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1162
1162
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1163
1163
|
export { default as PhoneMissed } from './phone-missed';
|
|
@@ -1170,28 +1170,28 @@ export { default as Pickaxe } from './pickaxe';
|
|
|
1170
1170
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1171
1171
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1172
1172
|
export { default as PiggyBank } from './piggy-bank';
|
|
1173
|
-
export { default as PilcrowRight } from './pilcrow-right';
|
|
1174
1173
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1174
|
+
export { default as PilcrowRight } from './pilcrow-right';
|
|
1175
1175
|
export { default as Pilcrow } from './pilcrow';
|
|
1176
1176
|
export { default as PillBottle } from './pill-bottle';
|
|
1177
1177
|
export { default as Pill } from './pill';
|
|
1178
1178
|
export { default as PinOff } from './pin-off';
|
|
1179
1179
|
export { default as Pin } from './pin';
|
|
1180
|
-
export { default as Pipette } from './pipette';
|
|
1181
1180
|
export { default as Pizza } from './pizza';
|
|
1181
|
+
export { default as Pipette } from './pipette';
|
|
1182
1182
|
export { default as PlaneLanding } from './plane-landing';
|
|
1183
1183
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1184
1184
|
export { default as Plane } from './plane';
|
|
1185
1185
|
export { default as PlayOff } from './play-off';
|
|
1186
|
+
export { default as Play } from './play';
|
|
1186
1187
|
export { default as Plug2 } from './plug-2';
|
|
1187
1188
|
export { default as PlugZap } from './plug-zap';
|
|
1188
|
-
export { default as Play } from './play';
|
|
1189
1189
|
export { default as Plug } from './plug';
|
|
1190
1190
|
export { default as Plus } from './plus';
|
|
1191
1191
|
export { default as PocketKnife } from './pocket-knife';
|
|
1192
1192
|
export { default as Podcast } from './podcast';
|
|
1193
|
-
export { default as Podium } from './podium';
|
|
1194
1193
|
export { default as PointerOff } from './pointer-off';
|
|
1194
|
+
export { default as Podium } from './podium';
|
|
1195
1195
|
export { default as Pointer } from './pointer';
|
|
1196
1196
|
export { default as Popcorn } from './popcorn';
|
|
1197
1197
|
export { default as Popsicle } from './popsicle';
|
|
@@ -1202,10 +1202,10 @@ export { default as Presentation } from './presentation';
|
|
|
1202
1202
|
export { default as PrinterCheck } from './printer-check';
|
|
1203
1203
|
export { default as PrinterX } from './printer-x';
|
|
1204
1204
|
export { default as Printer } from './printer';
|
|
1205
|
-
export { default as Proportions } from './proportions';
|
|
1206
1205
|
export { default as Projector } from './projector';
|
|
1207
|
-
export { default as
|
|
1206
|
+
export { default as Proportions } from './proportions';
|
|
1208
1207
|
export { default as Pyramid } from './pyramid';
|
|
1208
|
+
export { default as Puzzle } from './puzzle';
|
|
1209
1209
|
export { default as QrCode } from './qr-code';
|
|
1210
1210
|
export { default as Quote } from './quote';
|
|
1211
1211
|
export { default as Rabbit } from './rabbit';
|
|
@@ -1228,12 +1228,12 @@ export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
|
1228
1228
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1229
1229
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1230
1230
|
export { default as ReceiptText } from './receipt-text';
|
|
1231
|
-
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1232
|
-
export { default as Receipt } from './receipt';
|
|
1233
1231
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1232
|
+
export { default as Receipt } from './receipt';
|
|
1233
|
+
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1234
1234
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1235
|
-
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1236
1235
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1236
|
+
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1237
1237
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1238
1238
|
export { default as Recycle } from './recycle';
|
|
1239
1239
|
export { default as Redo2 } from './redo-2';
|
|
@@ -1243,8 +1243,8 @@ export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
|
1243
1243
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1244
1244
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1245
1245
|
export { default as RefreshCw } from './refresh-cw';
|
|
1246
|
-
export { default as Refrigerator } from './refrigerator';
|
|
1247
1246
|
export { default as Regex } from './regex';
|
|
1247
|
+
export { default as Refrigerator } from './refrigerator';
|
|
1248
1248
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1249
1249
|
export { default as Repeat1 } from './repeat-1';
|
|
1250
1250
|
export { default as Repeat2 } from './repeat-2';
|
|
@@ -1252,8 +1252,8 @@ export { default as RepeatOff } from './repeat-off';
|
|
|
1252
1252
|
export { default as Repeat } from './repeat';
|
|
1253
1253
|
export { default as ReplaceAll } from './replace-all';
|
|
1254
1254
|
export { default as Replace } from './replace';
|
|
1255
|
-
export { default as ReplyAll } from './reply-all';
|
|
1256
1255
|
export { default as Reply } from './reply';
|
|
1256
|
+
export { default as ReplyAll } from './reply-all';
|
|
1257
1257
|
export { default as Rewind } from './rewind';
|
|
1258
1258
|
export { default as Ribbon } from './ribbon';
|
|
1259
1259
|
export { default as Road } from './road';
|
|
@@ -1269,10 +1269,10 @@ export { default as RotateCwSquare } from './rotate-cw-square';
|
|
|
1269
1269
|
export { default as RotateCw } from './rotate-cw';
|
|
1270
1270
|
export { default as RouteOff } from './route-off';
|
|
1271
1271
|
export { default as Route } from './route';
|
|
1272
|
-
export { default as Router } from './router';
|
|
1273
1272
|
export { default as Rows2 } from './rows-2';
|
|
1274
|
-
export { default as
|
|
1273
|
+
export { default as Router } from './router';
|
|
1275
1274
|
export { default as Rows3 } from './rows-3';
|
|
1275
|
+
export { default as Rows4 } from './rows-4';
|
|
1276
1276
|
export { default as Rss } from './rss';
|
|
1277
1277
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1278
1278
|
export { default as Ruler } from './ruler';
|
|
@@ -1280,19 +1280,20 @@ export { default as RussianRuble } from './russian-ruble';
|
|
|
1280
1280
|
export { default as Sailboat } from './sailboat';
|
|
1281
1281
|
export { default as Salad } from './salad';
|
|
1282
1282
|
export { default as Sandwich } from './sandwich';
|
|
1283
|
-
export { default as Satellite } from './satellite';
|
|
1284
1283
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1284
|
+
export { default as Satellite } from './satellite';
|
|
1285
1285
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1286
1286
|
export { default as SaveAll } from './save-all';
|
|
1287
1287
|
export { default as SaveCheck } from './save-check';
|
|
1288
1288
|
export { default as SaveOff } from './save-off';
|
|
1289
|
-
export { default as SavePlus } from './save-plus';
|
|
1290
1289
|
export { default as SavePen } from './save-pen';
|
|
1290
|
+
export { default as SavePlus } from './save-plus';
|
|
1291
1291
|
export { default as Save } from './save';
|
|
1292
1292
|
export { default as Scale3d } from './scale-3d';
|
|
1293
1293
|
export { default as Scale } from './scale';
|
|
1294
1294
|
export { default as Scaling } from './scaling';
|
|
1295
1295
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1296
|
+
export { default as ScanBox } from './scan-box';
|
|
1296
1297
|
export { default as ScanEye } from './scan-eye';
|
|
1297
1298
|
export { default as ScanFace } from './scan-face';
|
|
1298
1299
|
export { default as ScanHeart } from './scan-heart';
|
|
@@ -1302,8 +1303,8 @@ export { default as ScanSearch } from './scan-search';
|
|
|
1302
1303
|
export { default as ScanText } from './scan-text';
|
|
1303
1304
|
export { default as Scan } from './scan';
|
|
1304
1305
|
export { default as School } from './school';
|
|
1305
|
-
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1306
1306
|
export { default as Scissors } from './scissors';
|
|
1307
|
+
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1307
1308
|
export { default as Scooter } from './scooter';
|
|
1308
1309
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1309
1310
|
export { default as ScreenShare } from './screen-share';
|
|
@@ -1320,10 +1321,11 @@ export { default as SendHorizontal } from './send-horizontal';
|
|
|
1320
1321
|
export { default as SendToBack } from './send-to-back';
|
|
1321
1322
|
export { default as Send } from './send';
|
|
1322
1323
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1323
|
-
export { default as SeparatorVertical } from './separator-vertical';
|
|
1324
1324
|
export { default as ServerCog } from './server-cog';
|
|
1325
|
+
export { default as SeparatorVertical } from './separator-vertical';
|
|
1325
1326
|
export { default as ServerCrash } from './server-crash';
|
|
1326
1327
|
export { default as ServerOff } from './server-off';
|
|
1328
|
+
export { default as ServerPlus } from './server-plus';
|
|
1327
1329
|
export { default as Server } from './server';
|
|
1328
1330
|
export { default as Settings2 } from './settings-2';
|
|
1329
1331
|
export { default as Settings } from './settings';
|
|
@@ -1334,13 +1336,14 @@ export { default as Sheet } from './sheet';
|
|
|
1334
1336
|
export { default as Shell } from './shell';
|
|
1335
1337
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1336
1338
|
export { default as ShieldAlert } from './shield-alert';
|
|
1337
|
-
export { default as ShieldBan } from './shield-ban';
|
|
1338
1339
|
export { default as ShieldCheck } from './shield-check';
|
|
1339
1340
|
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1341
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1340
1342
|
export { default as ShieldCog } from './shield-cog';
|
|
1341
1343
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1342
1344
|
export { default as ShieldHalf } from './shield-half';
|
|
1343
1345
|
export { default as ShieldMinus } from './shield-minus';
|
|
1346
|
+
export { default as ShieldKeyhole } from './shield-keyhole';
|
|
1344
1347
|
export { default as ShieldOff } from './shield-off';
|
|
1345
1348
|
export { default as ShieldPlus } from './shield-plus';
|
|
1346
1349
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
@@ -1364,8 +1367,8 @@ export { default as Sigma } from './sigma';
|
|
|
1364
1367
|
export { default as SignalHigh } from './signal-high';
|
|
1365
1368
|
export { default as SignalLow } from './signal-low';
|
|
1366
1369
|
export { default as SignalMedium } from './signal-medium';
|
|
1367
|
-
export { default as Signal } from './signal';
|
|
1368
1370
|
export { default as SignalZero } from './signal-zero';
|
|
1371
|
+
export { default as Signal } from './signal';
|
|
1369
1372
|
export { default as Signature } from './signature';
|
|
1370
1373
|
export { default as SignpostBig } from './signpost-big';
|
|
1371
1374
|
export { default as Signpost } from './signpost';
|
|
@@ -1375,8 +1378,8 @@ export { default as SkipForward } from './skip-forward';
|
|
|
1375
1378
|
export { default as Skull } from './skull';
|
|
1376
1379
|
export { default as Slash } from './slash';
|
|
1377
1380
|
export { default as Slice } from './slice';
|
|
1378
|
-
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1379
1381
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1382
|
+
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1380
1383
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1381
1384
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1382
1385
|
export { default as Smartphone } from './smartphone';
|
|
@@ -1405,8 +1408,8 @@ export { default as Spotlight } from './spotlight';
|
|
|
1405
1408
|
export { default as SprayCan } from './spray-can';
|
|
1406
1409
|
export { default as Sprout } from './sprout';
|
|
1407
1410
|
export { default as SquareActivity } from './square-activity';
|
|
1408
|
-
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1409
1411
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1412
|
+
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1410
1413
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1411
1414
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1412
1415
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
@@ -1415,12 +1418,12 @@ export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
|
1415
1418
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1416
1419
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1417
1420
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1418
|
-
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1419
1421
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1422
|
+
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1420
1423
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1421
1424
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1422
|
-
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1423
1425
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1426
|
+
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1424
1427
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1425
1428
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1426
1429
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
@@ -1448,8 +1451,8 @@ export { default as SquareM } from './square-m';
|
|
|
1448
1451
|
export { default as SquareMenu } from './square-menu';
|
|
1449
1452
|
export { default as SquareMinus } from './square-minus';
|
|
1450
1453
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1451
|
-
export { default as SquareParkingOff } from './square-parking-off';
|
|
1452
1454
|
export { default as SquareParking } from './square-parking';
|
|
1455
|
+
export { default as SquareParkingOff } from './square-parking-off';
|
|
1453
1456
|
export { default as SquarePause } from './square-pause';
|
|
1454
1457
|
export { default as SquarePen } from './square-pen';
|
|
1455
1458
|
export { default as SquarePercent } from './square-percent';
|
|
@@ -1463,8 +1466,8 @@ export { default as SquareRoundCorner } from './square-round-corner';
|
|
|
1463
1466
|
export { default as SquareScissors } from './square-scissors';
|
|
1464
1467
|
export { default as SquareSigma } from './square-sigma';
|
|
1465
1468
|
export { default as SquareSlash } from './square-slash';
|
|
1466
|
-
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1467
1469
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1470
|
+
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1468
1471
|
export { default as SquareSquare } from './square-square';
|
|
1469
1472
|
export { default as SquareStack } from './square-stack';
|
|
1470
1473
|
export { default as SquareStar } from './square-star';
|
|
@@ -1472,8 +1475,8 @@ export { default as SquareStop } from './square-stop';
|
|
|
1472
1475
|
export { default as SquareTerminal } from './square-terminal';
|
|
1473
1476
|
export { default as SquareUserRound } from './square-user-round';
|
|
1474
1477
|
export { default as SquareUser } from './square-user';
|
|
1475
|
-
export { default as Square } from './square';
|
|
1476
1478
|
export { default as SquareX } from './square-x';
|
|
1479
|
+
export { default as Square } from './square';
|
|
1477
1480
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1478
1481
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1479
1482
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
@@ -1489,9 +1492,9 @@ export { default as StarOff } from './star-off';
|
|
|
1489
1492
|
export { default as StarPlus } from './star-plus';
|
|
1490
1493
|
export { default as StarX } from './star-x';
|
|
1491
1494
|
export { default as Star } from './star';
|
|
1492
|
-
export { default as Stethoscope } from './stethoscope';
|
|
1493
1495
|
export { default as StepBack } from './step-back';
|
|
1494
1496
|
export { default as StepForward } from './step-forward';
|
|
1497
|
+
export { default as Stethoscope } from './stethoscope';
|
|
1495
1498
|
export { default as Sticker } from './sticker';
|
|
1496
1499
|
export { default as StickyNoteCheck } from './sticky-note-check';
|
|
1497
1500
|
export { default as StickyNoteMinus } from './sticky-note-minus';
|
|
@@ -1500,8 +1503,8 @@ export { default as StickyNotePlus } from './sticky-note-plus';
|
|
|
1500
1503
|
export { default as StickyNoteX } from './sticky-note-x';
|
|
1501
1504
|
export { default as StickyNote } from './sticky-note';
|
|
1502
1505
|
export { default as StickyNotes } from './sticky-notes';
|
|
1503
|
-
export { default as Store } from './store';
|
|
1504
1506
|
export { default as Stone } from './stone';
|
|
1507
|
+
export { default as Store } from './store';
|
|
1505
1508
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1506
1509
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1507
1510
|
export { default as Strikethrough } from './strikethrough';
|
|
@@ -1510,27 +1513,27 @@ export { default as Summary } from './summary';
|
|
|
1510
1513
|
export { default as SunDim } from './sun-dim';
|
|
1511
1514
|
export { default as SunMedium } from './sun-medium';
|
|
1512
1515
|
export { default as SunMoon } from './sun-moon';
|
|
1513
|
-
export { default as SunSnow } from './sun-snow';
|
|
1514
1516
|
export { default as Sun } from './sun';
|
|
1517
|
+
export { default as SunSnow } from './sun-snow';
|
|
1515
1518
|
export { default as Sunrise } from './sunrise';
|
|
1516
1519
|
export { default as Sunset } from './sunset';
|
|
1517
1520
|
export { default as Superscript } from './superscript';
|
|
1518
1521
|
export { default as SwatchBook } from './swatch-book';
|
|
1519
|
-
export { default as SwissFranc } from './swiss-franc';
|
|
1520
1522
|
export { default as SwitchCamera } from './switch-camera';
|
|
1523
|
+
export { default as SwissFranc } from './swiss-franc';
|
|
1521
1524
|
export { default as Sword } from './sword';
|
|
1522
|
-
export { default as Swords } from './swords';
|
|
1523
1525
|
export { default as Syringe } from './syringe';
|
|
1524
|
-
export { default as
|
|
1526
|
+
export { default as Swords } from './swords';
|
|
1525
1527
|
export { default as Table2 } from './table-2';
|
|
1526
|
-
export { default as
|
|
1528
|
+
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1527
1529
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1530
|
+
export { default as TableCellsSplit } from './table-cells-split';
|
|
1528
1531
|
export { default as TableOfContents } from './table-of-contents';
|
|
1529
1532
|
export { default as TableProperties } from './table-properties';
|
|
1530
1533
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1531
|
-
export { default as Table } from './table';
|
|
1532
1534
|
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1533
1535
|
export { default as Tablet } from './tablet';
|
|
1536
|
+
export { default as Table } from './table';
|
|
1534
1537
|
export { default as Tablets } from './tablets';
|
|
1535
1538
|
export { default as TagPlus } from './tag-plus';
|
|
1536
1539
|
export { default as TagX } from './tag-x';
|
|
@@ -1566,8 +1569,8 @@ export { default as ThermometerSun } from './thermometer-sun';
|
|
|
1566
1569
|
export { default as Thermometer } from './thermometer';
|
|
1567
1570
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1568
1571
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1569
|
-
export { default as TicketMinus } from './ticket-minus';
|
|
1570
1572
|
export { default as TicketCheck } from './ticket-check';
|
|
1573
|
+
export { default as TicketMinus } from './ticket-minus';
|
|
1571
1574
|
export { default as TicketPercent } from './ticket-percent';
|
|
1572
1575
|
export { default as TicketPlus } from './ticket-plus';
|
|
1573
1576
|
export { default as TicketSlash } from './ticket-slash';
|
|
@@ -1576,14 +1579,14 @@ export { default as Ticket } from './ticket';
|
|
|
1576
1579
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1577
1580
|
export { default as Tickets } from './tickets';
|
|
1578
1581
|
export { default as Timeline } from './timeline';
|
|
1579
|
-
export { default as TimerOff } from './timer-off';
|
|
1580
|
-
export { default as Timer } from './timer';
|
|
1581
1582
|
export { default as TimerReset } from './timer-reset';
|
|
1583
|
+
export { default as Timer } from './timer';
|
|
1584
|
+
export { default as TimerOff } from './timer-off';
|
|
1582
1585
|
export { default as ToggleLeft } from './toggle-left';
|
|
1583
|
-
export { default as ToggleRight } from './toggle-right';
|
|
1584
1586
|
export { default as Toilet } from './toilet';
|
|
1585
|
-
export { default as
|
|
1587
|
+
export { default as ToggleRight } from './toggle-right';
|
|
1586
1588
|
export { default as Toolbox } from './toolbox';
|
|
1589
|
+
export { default as ToolCase } from './tool-case';
|
|
1587
1590
|
export { default as Tornado } from './tornado';
|
|
1588
1591
|
export { default as Torus } from './torus';
|
|
1589
1592
|
export { default as TouchpadOff } from './touchpad-off';
|
|
@@ -1597,8 +1600,8 @@ export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
|
1597
1600
|
export { default as TrainFront } from './train-front';
|
|
1598
1601
|
export { default as TrainTrack } from './train-track';
|
|
1599
1602
|
export { default as TramFront } from './tram-front';
|
|
1600
|
-
export { default as Trash2 } from './trash-2';
|
|
1601
1603
|
export { default as Transgender } from './transgender';
|
|
1604
|
+
export { default as Trash2 } from './trash-2';
|
|
1602
1605
|
export { default as Trash } from './trash';
|
|
1603
1606
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1604
1607
|
export { default as TreePalm } from './tree-palm';
|
|
@@ -1608,8 +1611,8 @@ export { default as TrendingDown } from './trending-down';
|
|
|
1608
1611
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
1609
1612
|
export { default as TrendingUp } from './trending-up';
|
|
1610
1613
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1611
|
-
export { default as TriangleRight } from './triangle-right';
|
|
1612
1614
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1615
|
+
export { default as TriangleRight } from './triangle-right';
|
|
1613
1616
|
export { default as Triangle } from './triangle';
|
|
1614
1617
|
export { default as Trophy } from './trophy';
|
|
1615
1618
|
export { default as TruckElectric } from './truck-electric';
|
|
@@ -1618,41 +1621,41 @@ export { default as TurkishLira } from './turkish-lira';
|
|
|
1618
1621
|
export { default as Turntable } from './turntable';
|
|
1619
1622
|
export { default as Turtle } from './turtle';
|
|
1620
1623
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1621
|
-
export { default as TvMinimal } from './tv-minimal';
|
|
1622
1624
|
export { default as Tv } from './tv';
|
|
1625
|
+
export { default as TvMinimal } from './tv-minimal';
|
|
1623
1626
|
export { default as TypeOutline } from './type-outline';
|
|
1624
1627
|
export { default as Type } from './type';
|
|
1625
1628
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
1626
|
-
export { default as Underline } from './underline';
|
|
1627
1629
|
export { default as Umbrella } from './umbrella';
|
|
1630
|
+
export { default as Underline } from './underline';
|
|
1628
1631
|
export { default as Undo2 } from './undo-2';
|
|
1629
1632
|
export { default as UndoDot } from './undo-dot';
|
|
1630
1633
|
export { default as Undo } from './undo';
|
|
1631
1634
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1632
|
-
export { default as Ungroup } from './ungroup';
|
|
1633
1635
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1636
|
+
export { default as Ungroup } from './ungroup';
|
|
1634
1637
|
export { default as University } from './university';
|
|
1635
1638
|
export { default as Unlink2 } from './unlink-2';
|
|
1636
1639
|
export { default as Unlink } from './unlink';
|
|
1637
1640
|
export { default as Unplug } from './unplug';
|
|
1638
1641
|
export { default as Upload } from './upload';
|
|
1639
|
-
export { default as UserCheck } from './user-check';
|
|
1640
1642
|
export { default as Usb } from './usb';
|
|
1643
|
+
export { default as UserCheck } from './user-check';
|
|
1641
1644
|
export { default as UserCog } from './user-cog';
|
|
1642
1645
|
export { default as UserKey } from './user-key';
|
|
1643
1646
|
export { default as UserLock } from './user-lock';
|
|
1644
|
-
export { default as UserPen } from './user-pen';
|
|
1645
1647
|
export { default as UserMinus } from './user-minus';
|
|
1646
|
-
export { default as
|
|
1648
|
+
export { default as UserPen } from './user-pen';
|
|
1647
1649
|
export { default as UserPlus } from './user-plus';
|
|
1650
|
+
export { default as UserRoundArrowLeft } from './user-round-arrow-left';
|
|
1648
1651
|
export { default as UserRoundCheck } from './user-round-check';
|
|
1649
1652
|
export { default as UserRoundCog } from './user-round-cog';
|
|
1650
1653
|
export { default as UserRoundKey } from './user-round-key';
|
|
1651
1654
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1652
1655
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1653
1656
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1654
|
-
export { default as UserRoundX } from './user-round-x';
|
|
1655
1657
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1658
|
+
export { default as UserRoundX } from './user-round-x';
|
|
1656
1659
|
export { default as UserRound } from './user-round';
|
|
1657
1660
|
export { default as UserSearch } from './user-search';
|
|
1658
1661
|
export { default as UserStar } from './user-star';
|
|
@@ -1663,43 +1666,43 @@ export { default as Users } from './users';
|
|
|
1663
1666
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1664
1667
|
export { default as Utensils } from './utensils';
|
|
1665
1668
|
export { default as UtilityPole } from './utility-pole';
|
|
1666
|
-
export { default as Van } from './van';
|
|
1667
1669
|
export { default as Variable } from './variable';
|
|
1668
1670
|
export { default as Vault } from './vault';
|
|
1671
|
+
export { default as Van } from './van';
|
|
1669
1672
|
export { default as VectorSquare } from './vector-square';
|
|
1670
1673
|
export { default as Vegan } from './vegan';
|
|
1671
1674
|
export { default as VenetianMask } from './venetian-mask';
|
|
1672
1675
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1673
1676
|
export { default as Venus } from './venus';
|
|
1674
1677
|
export { default as VibrateOff } from './vibrate-off';
|
|
1675
|
-
export { default as Vibrate } from './vibrate';
|
|
1676
1678
|
export { default as VideoOff } from './video-off';
|
|
1679
|
+
export { default as Vibrate } from './vibrate';
|
|
1677
1680
|
export { default as Video } from './video';
|
|
1678
1681
|
export { default as Videotape } from './videotape';
|
|
1679
1682
|
export { default as View } from './view';
|
|
1680
1683
|
export { default as Voicemail } from './voicemail';
|
|
1681
1684
|
export { default as Volleyball } from './volleyball';
|
|
1682
|
-
export { default as Volume2 } from './volume-2';
|
|
1683
1685
|
export { default as Volume1 } from './volume-1';
|
|
1686
|
+
export { default as Volume2 } from './volume-2';
|
|
1684
1687
|
export { default as VolumeOff } from './volume-off';
|
|
1685
1688
|
export { default as VolumeX } from './volume-x';
|
|
1686
1689
|
export { default as Volume } from './volume';
|
|
1687
1690
|
export { default as Vote } from './vote';
|
|
1688
|
-
export { default as WalletMinimal } from './wallet-minimal';
|
|
1689
|
-
export { default as WalletCards } from './wallet-cards';
|
|
1690
1691
|
export { default as Wallet } from './wallet';
|
|
1691
|
-
export { default as
|
|
1692
|
+
export { default as WalletCards } from './wallet-cards';
|
|
1693
|
+
export { default as WalletMinimal } from './wallet-minimal';
|
|
1692
1694
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1695
|
+
export { default as Wallpaper } from './wallpaper';
|
|
1693
1696
|
export { default as Wand } from './wand';
|
|
1694
1697
|
export { default as Warehouse } from './warehouse';
|
|
1695
1698
|
export { default as WashingMachine } from './washing-machine';
|
|
1696
1699
|
export { default as Watch } from './watch';
|
|
1697
1700
|
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1698
1701
|
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1699
|
-
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1700
1702
|
export { default as WavesLadder } from './waves-ladder';
|
|
1701
|
-
export { default as
|
|
1703
|
+
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1702
1704
|
export { default as WavesVertical } from './waves-vertical';
|
|
1705
|
+
export { default as Waypoints } from './waypoints';
|
|
1703
1706
|
export { default as WebcamOff } from './webcam-off';
|
|
1704
1707
|
export { default as Webcam } from './webcam';
|
|
1705
1708
|
export { default as WebhookOff } from './webhook-off';
|
|
@@ -1725,12 +1728,12 @@ export { default as Workflow } from './workflow';
|
|
|
1725
1728
|
export { default as Worm } from './worm';
|
|
1726
1729
|
export { default as WrenchOff } from './wrench-off';
|
|
1727
1730
|
export { default as Wrench } from './wrench';
|
|
1728
|
-
export { default as XLineTop } from './x-line-top';
|
|
1729
1731
|
export { default as X } from './x';
|
|
1732
|
+
export { default as XLineTop } from './x-line-top';
|
|
1730
1733
|
export { default as ZapOff } from './zap-off';
|
|
1734
|
+
export { default as Zap } from './zap';
|
|
1731
1735
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1732
1736
|
export { default as ZodiacAries } from './zodiac-aries';
|
|
1733
|
-
export { default as Zap } from './zap';
|
|
1734
1737
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1735
1738
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1736
1739
|
export { default as ZodiacGemini } from './zodiac-gemini';
|