@lucide/astro 1.31.0 → 1.32.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 +90 -90
- package/src/aliases/prefixed.ts +594 -590
- package/src/aliases/suffixed.ts +958 -954
- package/src/createLucideIcon.ts +1 -1
- package/src/icons/car-battery.ts +18 -0
- package/src/icons/index.ts +181 -179
- package/src/icons/square-text.ts +18 -0
- package/src/types.ts +1 -1
- package/src/utils/hasA11yProp.ts +1 -1
package/src/icons/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as AArrowDown } from './a-arrow-down';
|
|
2
|
-
export { default as AArrowUp } from './a-arrow-up';
|
|
3
2
|
export { default as ALargeSmall } from './a-large-small';
|
|
4
3
|
export { default as Accessibility } from './accessibility';
|
|
4
|
+
export { default as AArrowUp } from './a-arrow-up';
|
|
5
5
|
export { default as Activity } from './activity';
|
|
6
6
|
export { default as Ad } from './ad';
|
|
7
7
|
export { default as AirVent } from './air-vent';
|
|
@@ -40,8 +40,8 @@ export { default as Ampersand } from './ampersand';
|
|
|
40
40
|
export { default as Ampersands } from './ampersands';
|
|
41
41
|
export { default as Amphora } from './amphora';
|
|
42
42
|
export { default as Anchor } from './anchor';
|
|
43
|
-
export { default as Angle } from './angle';
|
|
44
43
|
export { default as Antenna } from './antenna';
|
|
44
|
+
export { default as Angle } from './angle';
|
|
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';
|
|
@@ -62,22 +62,22 @@ export { default as ArrowBigUp } from './arrow-big-up';
|
|
|
62
62
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
63
63
|
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
64
64
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
65
|
-
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
66
65
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
66
|
+
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
67
67
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
68
|
-
export { default as ArrowDownRight } from './arrow-down-right';
|
|
69
|
-
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
70
68
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
69
|
+
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
70
|
+
export { default as ArrowDownRight } from './arrow-down-right';
|
|
71
71
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
72
72
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
73
73
|
export { default as ArrowDown } from './arrow-down';
|
|
74
|
-
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
75
74
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
75
|
+
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
76
76
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
77
77
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
78
|
-
export { default as ArrowLeft } from './arrow-left';
|
|
79
78
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
80
79
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
80
|
+
export { default as ArrowLeft } from './arrow-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';
|
|
@@ -91,8 +91,8 @@ export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
|
91
91
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
92
92
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
93
93
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
94
|
-
export { default as ArrowUp } from './arrow-up';
|
|
95
94
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
95
|
+
export { default as ArrowUp } from './arrow-up';
|
|
96
96
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
97
97
|
export { default as Asterisk } from './asterisk';
|
|
98
98
|
export { default as Astroid } from './astroid';
|
|
@@ -104,8 +104,8 @@ export { default as AudioWaveform } from './audio-waveform';
|
|
|
104
104
|
export { default as Award } from './award';
|
|
105
105
|
export { default as Axe } from './axe';
|
|
106
106
|
export { default as Axis3d } from './axis-3d';
|
|
107
|
-
export { default as Backpack } from './backpack';
|
|
108
107
|
export { default as Baby } from './baby';
|
|
108
|
+
export { default as Backpack } from './backpack';
|
|
109
109
|
export { default as BadgeAlert } from './badge-alert';
|
|
110
110
|
export { default as BadgeCent } from './badge-cent';
|
|
111
111
|
export { default as BadgeCheck } from './badge-check';
|
|
@@ -115,8 +115,8 @@ export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
|
115
115
|
export { default as BadgeInfo } from './badge-info';
|
|
116
116
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
117
117
|
export { default as BadgeMinus } from './badge-minus';
|
|
118
|
-
export { default as BadgePercent } from './badge-percent';
|
|
119
118
|
export { default as BadgePlus } from './badge-plus';
|
|
119
|
+
export { default as BadgePercent } from './badge-percent';
|
|
120
120
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
121
121
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
122
122
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
@@ -129,13 +129,13 @@ export { default as Balloon } from './balloon';
|
|
|
129
129
|
export { default as Ban } from './ban';
|
|
130
130
|
export { default as Banana } from './banana';
|
|
131
131
|
export { default as Bandage } from './bandage';
|
|
132
|
-
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
133
132
|
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
133
|
+
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
134
134
|
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
|
-
export { default as Barcode } from './barcode';
|
|
138
137
|
export { default as Barrel } from './barrel';
|
|
138
|
+
export { default as Barcode } from './barcode';
|
|
139
139
|
export { default as Baseline } from './baseline';
|
|
140
140
|
export { default as Bath } from './bath';
|
|
141
141
|
export { default as BatteryCharging } from './battery-charging';
|
|
@@ -157,8 +157,8 @@ export { default as BeerOff } from './beer-off';
|
|
|
157
157
|
export { default as Beer } from './beer';
|
|
158
158
|
export { default as BellCheck } from './bell-check';
|
|
159
159
|
export { default as BellDot } from './bell-dot';
|
|
160
|
-
export { default as BellElectric } from './bell-electric';
|
|
161
160
|
export { default as BellMinus } from './bell-minus';
|
|
161
|
+
export { default as BellElectric } from './bell-electric';
|
|
162
162
|
export { default as BellOff } from './bell-off';
|
|
163
163
|
export { default as BellPlus } from './bell-plus';
|
|
164
164
|
export { default as BellRing } from './bell-ring';
|
|
@@ -166,8 +166,8 @@ 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
168
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
169
|
-
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
170
169
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
170
|
+
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
171
171
|
export { default as Bike } from './bike';
|
|
172
172
|
export { default as Binary } from './binary';
|
|
173
173
|
export { default as Binoculars } from './binoculars';
|
|
@@ -201,9 +201,9 @@ export { default as BookImage } from './book-image';
|
|
|
201
201
|
export { default as BookKey } from './book-key';
|
|
202
202
|
export { default as BookLock } from './book-lock';
|
|
203
203
|
export { default as BookMarked } from './book-marked';
|
|
204
|
+
export { default as BookMinus } from './book-minus';
|
|
204
205
|
export { default as BookOpenCheck } from './book-open-check';
|
|
205
206
|
export { default as BookOpenText } from './book-open-text';
|
|
206
|
-
export { default as BookMinus } from './book-minus';
|
|
207
207
|
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';
|
|
@@ -216,8 +216,8 @@ 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';
|
|
220
|
+
export { default as BookmarkPlus } from './bookmark-plus';
|
|
221
221
|
export { default as BookmarkX } from './bookmark-x';
|
|
222
222
|
export { default as Bookmark } from './bookmark';
|
|
223
223
|
export { default as BoomBox } from './boom-box';
|
|
@@ -228,9 +228,9 @@ export { default as BottleWine } from './bottle-wine';
|
|
|
228
228
|
export { default as BowArrow } from './bow-arrow';
|
|
229
229
|
export { default as Box } from './box';
|
|
230
230
|
export { default as Boxes } from './boxes';
|
|
231
|
-
export { default as BrainCircuit } from './brain-circuit';
|
|
232
231
|
export { default as Braces } from './braces';
|
|
233
232
|
export { default as Brackets } from './brackets';
|
|
233
|
+
export { default as BrainCircuit } from './brain-circuit';
|
|
234
234
|
export { default as BrainCog } from './brain-cog';
|
|
235
235
|
export { default as Brain } from './brain';
|
|
236
236
|
export { default as BrickWallFire } from './brick-wall-fire';
|
|
@@ -243,8 +243,8 @@ export { default as Briefcase } from './briefcase';
|
|
|
243
243
|
export { default as BringToFront } from './bring-to-front';
|
|
244
244
|
export { default as Broccoli } from './broccoli';
|
|
245
245
|
export { default as BroomSparkles } from './broom-sparkles';
|
|
246
|
-
export { default as BrushCleaning } from './brush-cleaning';
|
|
247
246
|
export { default as Broom } from './broom';
|
|
247
|
+
export { default as BrushCleaning } from './brush-cleaning';
|
|
248
248
|
export { default as Brush } from './brush';
|
|
249
249
|
export { default as Bubbles } from './bubbles';
|
|
250
250
|
export { default as BugOff } from './bug-off';
|
|
@@ -278,9 +278,9 @@ export { default as CalendarRange } from './calendar-range';
|
|
|
278
278
|
export { default as CalendarSearch } from './calendar-search';
|
|
279
279
|
export { default as CalendarSync } from './calendar-sync';
|
|
280
280
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
281
|
+
export { default as Calendar } from './calendar';
|
|
281
282
|
export { default as CalendarX } from './calendar-x';
|
|
282
283
|
export { default as Calendars } from './calendars';
|
|
283
|
-
export { default as Calendar } from './calendar';
|
|
284
284
|
export { default as CameraOff } from './camera-off';
|
|
285
285
|
export { default as Camera } from './camera';
|
|
286
286
|
export { default as CandyCane } from './candy-cane';
|
|
@@ -289,20 +289,21 @@ export { default as Candy } from './candy';
|
|
|
289
289
|
export { default as CannabisOff } from './cannabis-off';
|
|
290
290
|
export { default as Cannabis } from './cannabis';
|
|
291
291
|
export { default as CaptionsOff } from './captions-off';
|
|
292
|
-
export { default as CarFront } from './car-front';
|
|
293
292
|
export { default as Captions } from './captions';
|
|
293
|
+
export { default as CarBattery } from './car-battery';
|
|
294
|
+
export { default as CarFront } from './car-front';
|
|
294
295
|
export { default as CarTaxiFront } from './car-taxi-front';
|
|
295
296
|
export { default as Car } from './car';
|
|
296
297
|
export { default as Caravan } from './caravan';
|
|
297
298
|
export { default as CardSim } from './card-sim';
|
|
298
|
-
export { default as Carrot } from './carrot';
|
|
299
299
|
export { default as CaseLower } from './case-lower';
|
|
300
|
+
export { default as Carrot } from './carrot';
|
|
300
301
|
export { default as CaseSensitive } from './case-sensitive';
|
|
301
302
|
export { default as CaseUpper } from './case-upper';
|
|
302
|
-
export { default as CassetteTape } from './cassette-tape';
|
|
303
303
|
export { default as Cast } from './cast';
|
|
304
|
-
export { default as
|
|
304
|
+
export { default as CassetteTape } from './cassette-tape';
|
|
305
305
|
export { default as Cat } from './cat';
|
|
306
|
+
export { default as Castle } from './castle';
|
|
306
307
|
export { default as CctvOff } from './cctv-off';
|
|
307
308
|
export { default as Cctv } from './cctv';
|
|
308
309
|
export { default as ChartArea } from './chart-area';
|
|
@@ -315,14 +316,14 @@ export { default as ChartCandlestick } from './chart-candlestick';
|
|
|
315
316
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
316
317
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
317
318
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
318
|
-
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
319
319
|
export { default as ChartColumn } from './chart-column';
|
|
320
320
|
export { default as ChartGantt } from './chart-gantt';
|
|
321
|
+
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
321
322
|
export { default as ChartLine } from './chart-line';
|
|
322
|
-
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
323
323
|
export { default as ChartNetwork } from './chart-network';
|
|
324
|
-
export { default as
|
|
324
|
+
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
325
325
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
326
|
+
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
326
327
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
327
328
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
328
329
|
export { default as ChartPie } from './chart-pie';
|
|
@@ -332,19 +333,19 @@ export { default as CheckCheck } from './check-check';
|
|
|
332
333
|
export { default as CheckLine } from './check-line';
|
|
333
334
|
export { default as Check } from './check';
|
|
334
335
|
export { default as Cherry } from './cherry';
|
|
335
|
-
export { default as ChessBishop } from './chess-bishop';
|
|
336
336
|
export { default as ChefHat } from './chef-hat';
|
|
337
|
+
export { default as ChessBishop } from './chess-bishop';
|
|
337
338
|
export { default as ChessKing } from './chess-king';
|
|
339
|
+
export { default as ChessPawn } from './chess-pawn';
|
|
338
340
|
export { default as ChessKnight } from './chess-knight';
|
|
339
341
|
export { default as ChessQueen } from './chess-queen';
|
|
340
|
-
export { default as ChessPawn } from './chess-pawn';
|
|
341
342
|
export { default as ChessRook } from './chess-rook';
|
|
342
343
|
export { default as ChevronDown } from './chevron-down';
|
|
343
344
|
export { default as ChevronFirst } from './chevron-first';
|
|
344
345
|
export { default as ChevronLast } from './chevron-last';
|
|
345
|
-
export { default as ChevronLeft } from './chevron-left';
|
|
346
346
|
export { default as ChevronRight } from './chevron-right';
|
|
347
347
|
export { default as ChevronUp } from './chevron-up';
|
|
348
|
+
export { default as ChevronLeft } from './chevron-left';
|
|
348
349
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
349
350
|
export { default as ChevronsDown } from './chevrons-down';
|
|
350
351
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
@@ -375,12 +376,12 @@ export { default as CircleChevronUp } from './circle-chevron-up';
|
|
|
375
376
|
export { default as CircleDashed } from './circle-dashed';
|
|
376
377
|
export { default as CircleDivide } from './circle-divide';
|
|
377
378
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
378
|
-
export { default as CircleDot } from './circle-dot';
|
|
379
379
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
380
|
+
export { default as CircleDot } from './circle-dot';
|
|
380
381
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
381
382
|
export { default as CircleEqual } from './circle-equal';
|
|
382
|
-
export { default as CircleEuro } from './circle-euro';
|
|
383
383
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
384
|
+
export { default as CircleEuro } from './circle-euro';
|
|
384
385
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
385
386
|
export { default as CircleGauge } from './circle-gauge';
|
|
386
387
|
export { default as CircleMinus } from './circle-minus';
|
|
@@ -399,9 +400,9 @@ export { default as CircleSlash2 } from './circle-slash-2';
|
|
|
399
400
|
export { default as CircleSlash } from './circle-slash';
|
|
400
401
|
export { default as CircleSmall } from './circle-small';
|
|
401
402
|
export { default as CircleStar } from './circle-star';
|
|
403
|
+
export { default as CircleStop } from './circle-stop';
|
|
402
404
|
export { default as CircleUserRound } from './circle-user-round';
|
|
403
405
|
export { default as CircleUser } from './circle-user';
|
|
404
|
-
export { default as CircleStop } from './circle-stop';
|
|
405
406
|
export { default as CircleX } from './circle-x';
|
|
406
407
|
export { default as Circle } from './circle';
|
|
407
408
|
export { default as CircuitBoard } from './circuit-board';
|
|
@@ -409,8 +410,8 @@ export { default as Citrus } from './citrus';
|
|
|
409
410
|
export { default as Clapperboard } from './clapperboard';
|
|
410
411
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
411
412
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
412
|
-
export { default as ClipboardList } from './clipboard-list';
|
|
413
413
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
414
|
+
export { default as ClipboardList } from './clipboard-list';
|
|
414
415
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
415
416
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
416
417
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
@@ -422,12 +423,12 @@ export { default as Clipboard } from './clipboard';
|
|
|
422
423
|
export { default as Clock1 } from './clock-1';
|
|
423
424
|
export { default as Clock10 } from './clock-10';
|
|
424
425
|
export { default as Clock11 } from './clock-11';
|
|
425
|
-
export { default as Clock12 } from './clock-12';
|
|
426
426
|
export { default as Clock2 } from './clock-2';
|
|
427
|
+
export { default as Clock12 } from './clock-12';
|
|
427
428
|
export { default as Clock3 } from './clock-3';
|
|
429
|
+
export { default as Clock4 } from './clock-4';
|
|
428
430
|
export { default as Clock5 } from './clock-5';
|
|
429
431
|
export { default as Clock6 } from './clock-6';
|
|
430
|
-
export { default as Clock4 } from './clock-4';
|
|
431
432
|
export { default as Clock7 } from './clock-7';
|
|
432
433
|
export { default as Clock8 } from './clock-8';
|
|
433
434
|
export { default as Clock9 } from './clock-9';
|
|
@@ -435,13 +436,13 @@ export { default as ClockAlert } from './clock-alert';
|
|
|
435
436
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
436
437
|
export { default as ClockArrowLeft } from './clock-arrow-left';
|
|
437
438
|
export { default as ClockArrowRight } from './clock-arrow-right';
|
|
438
|
-
export { default as ClockCheck } from './clock-check';
|
|
439
439
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
440
|
+
export { default as ClockCheck } from './clock-check';
|
|
440
441
|
export { default as ClockFading } from './clock-fading';
|
|
441
|
-
export { default as Clock } from './clock';
|
|
442
442
|
export { default as ClockPlus } from './clock-plus';
|
|
443
|
-
export { default as
|
|
443
|
+
export { default as Clock } from './clock';
|
|
444
444
|
export { default as CloudAlert } from './cloud-alert';
|
|
445
|
+
export { default as ClosedCaption } from './closed-caption';
|
|
445
446
|
export { default as CloudBackup } from './cloud-backup';
|
|
446
447
|
export { default as CloudCheck } from './cloud-check';
|
|
447
448
|
export { default as CloudCog } from './cloud-cog';
|
|
@@ -453,9 +454,9 @@ export { default as CloudLightning } from './cloud-lightning';
|
|
|
453
454
|
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
454
455
|
export { default as CloudMoon } from './cloud-moon';
|
|
455
456
|
export { default as CloudOff } from './cloud-off';
|
|
456
|
-
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
457
457
|
export { default as CloudRain } from './cloud-rain';
|
|
458
458
|
export { default as CloudSnow } from './cloud-snow';
|
|
459
|
+
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
459
460
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
460
461
|
export { default as CloudSun } from './cloud-sun';
|
|
461
462
|
export { default as CloudSync } from './cloud-sync';
|
|
@@ -463,20 +464,20 @@ export { default as CloudUpload } from './cloud-upload';
|
|
|
463
464
|
export { default as Cloud } from './cloud';
|
|
464
465
|
export { default as Cloudy } from './cloudy';
|
|
465
466
|
export { default as Clover } from './clover';
|
|
466
|
-
export { default as Club } from './club';
|
|
467
467
|
export { default as CodeXml } from './code-xml';
|
|
468
|
+
export { default as Club } from './club';
|
|
468
469
|
export { default as Code } from './code';
|
|
469
470
|
export { default as Coffee } from './coffee';
|
|
470
471
|
export { default as Cog } from './cog';
|
|
471
472
|
export { default as Coins } from './coins';
|
|
472
473
|
export { default as Columns2 } from './columns-2';
|
|
473
474
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
474
|
-
export { default as Columns3 } from './columns-3';
|
|
475
475
|
export { default as Columns4 } from './columns-4';
|
|
476
|
+
export { default as Columns3 } from './columns-3';
|
|
476
477
|
export { default as Combine } from './combine';
|
|
477
478
|
export { default as Command } from './command';
|
|
478
|
-
export { default as Component } from './component';
|
|
479
479
|
export { default as Compass } from './compass';
|
|
480
|
+
export { default as Component } from './component';
|
|
480
481
|
export { default as Computer } from './computer';
|
|
481
482
|
export { default as ConciergeBell } from './concierge-bell';
|
|
482
483
|
export { default as Cone } from './cone';
|
|
@@ -486,12 +487,12 @@ export { default as Contact } from './contact';
|
|
|
486
487
|
export { default as Container } from './container';
|
|
487
488
|
export { default as Contrast } from './contrast';
|
|
488
489
|
export { default as Cookie } from './cookie';
|
|
489
|
-
export { default as CookingPot } from './cooking-pot';
|
|
490
490
|
export { default as CopyCheck } from './copy-check';
|
|
491
|
+
export { default as CookingPot } from './cooking-pot';
|
|
491
492
|
export { default as CopyMinus } from './copy-minus';
|
|
492
493
|
export { default as CopyPlus } from './copy-plus';
|
|
493
|
-
export { default as CopySlash } from './copy-slash';
|
|
494
494
|
export { default as CopyX } from './copy-x';
|
|
495
|
+
export { default as CopySlash } from './copy-slash';
|
|
495
496
|
export { default as Copy } from './copy';
|
|
496
497
|
export { default as Copyleft } from './copyleft';
|
|
497
498
|
export { default as Copyright } from './copyright';
|
|
@@ -503,55 +504,55 @@ export { default as CornerRightDown } from './corner-right-down';
|
|
|
503
504
|
export { default as CornerRightUp } from './corner-right-up';
|
|
504
505
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
505
506
|
export { default as CornerUpRight } from './corner-up-right';
|
|
506
|
-
export { default as CreativeCommons } from './creative-commons';
|
|
507
507
|
export { default as Cpu } from './cpu';
|
|
508
|
+
export { default as CreativeCommons } from './creative-commons';
|
|
508
509
|
export { default as CreditCard } from './credit-card';
|
|
509
|
-
export { default as Crop } from './crop';
|
|
510
510
|
export { default as Croissant } from './croissant';
|
|
511
|
+
export { default as Crop } from './crop';
|
|
511
512
|
export { default as Cross } from './cross';
|
|
512
513
|
export { default as Crosshair } from './crosshair';
|
|
513
514
|
export { default as Crown } from './crown';
|
|
514
515
|
export { default as Cuboid } from './cuboid';
|
|
515
516
|
export { default as CupSoda } from './cup-soda';
|
|
516
517
|
export { default as Currency } from './currency';
|
|
517
|
-
export { default as Dam } from './dam';
|
|
518
518
|
export { default as Cylinder } from './cylinder';
|
|
519
|
+
export { default as Dam } from './dam';
|
|
519
520
|
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
520
521
|
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
521
|
-
export { default as DatabaseBackup } from './database-backup';
|
|
522
522
|
export { default as DatabaseCheck } from './database-check';
|
|
523
|
+
export { default as DatabaseBackup } from './database-backup';
|
|
523
524
|
export { default as DatabaseMinus } from './database-minus';
|
|
524
|
-
export { default as DatabasePlus } from './database-plus';
|
|
525
525
|
export { default as DatabaseSearch } from './database-search';
|
|
526
526
|
export { default as DatabaseX } from './database-x';
|
|
527
|
+
export { default as DatabasePlus } from './database-plus';
|
|
527
528
|
export { default as DatabaseZap } from './database-zap';
|
|
528
|
-
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
529
529
|
export { default as Database } from './database';
|
|
530
|
+
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
530
531
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
531
532
|
export { default as Dessert } from './dessert';
|
|
532
533
|
export { default as Delete } from './delete';
|
|
533
534
|
export { default as Diameter } from './diameter';
|
|
534
|
-
export { default as DiamondMinus } from './diamond-minus';
|
|
535
535
|
export { default as DiamondPercent } from './diamond-percent';
|
|
536
|
+
export { default as DiamondMinus } from './diamond-minus';
|
|
536
537
|
export { default as DiamondPlus } from './diamond-plus';
|
|
537
538
|
export { default as Diamond } from './diamond';
|
|
538
539
|
export { default as Dice1 } from './dice-1';
|
|
539
540
|
export { default as Dice2 } from './dice-2';
|
|
540
|
-
export { default as Dice3 } from './dice-3';
|
|
541
541
|
export { default as Dice4 } from './dice-4';
|
|
542
|
+
export { default as Dice3 } from './dice-3';
|
|
542
543
|
export { default as Dice5 } from './dice-5';
|
|
543
544
|
export { default as Dice6 } from './dice-6';
|
|
544
|
-
export { default as Diff } from './diff';
|
|
545
545
|
export { default as Dices } from './dices';
|
|
546
|
+
export { default as Diff } from './diff';
|
|
546
547
|
export { default as Disc2 } from './disc-2';
|
|
547
548
|
export { default as Disc3 } from './disc-3';
|
|
548
|
-
export { default as DiscAlbum } from './disc-album';
|
|
549
549
|
export { default as Disc } from './disc';
|
|
550
|
+
export { default as DiscAlbum } from './disc-album';
|
|
550
551
|
export { default as Divide } from './divide';
|
|
551
552
|
export { default as DnaOff } from './dna-off';
|
|
552
553
|
export { default as Dna } from './dna';
|
|
553
|
-
export { default as Dock } from './dock';
|
|
554
554
|
export { default as Dog } from './dog';
|
|
555
|
+
export { default as Dock } from './dock';
|
|
555
556
|
export { default as DollarSign } from './dollar-sign';
|
|
556
557
|
export { default as Donut } from './donut';
|
|
557
558
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
@@ -567,9 +568,9 @@ export { default as DropletOff } from './droplet-off';
|
|
|
567
568
|
export { default as Droplet } from './droplet';
|
|
568
569
|
export { default as Droplets } from './droplets';
|
|
569
570
|
export { default as Drum } from './drum';
|
|
570
|
-
export { default as Drumstick } from './drumstick';
|
|
571
571
|
export { default as Dumbbell } from './dumbbell';
|
|
572
572
|
export { default as EarOff } from './ear-off';
|
|
573
|
+
export { default as Drumstick } from './drumstick';
|
|
573
574
|
export { default as Ear } from './ear';
|
|
574
575
|
export { default as EarthLock } from './earth-lock';
|
|
575
576
|
export { default as Earth } from './earth';
|
|
@@ -578,13 +579,13 @@ export { default as EggFried } from './egg-fried';
|
|
|
578
579
|
export { default as EggOff } from './egg-off';
|
|
579
580
|
export { default as Egg } from './egg';
|
|
580
581
|
export { default as Eject } from './eject';
|
|
581
|
-
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
582
582
|
export { default as Ellipse } from './ellipse';
|
|
583
583
|
export { default as Ellipsis } from './ellipsis';
|
|
584
|
+
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
584
585
|
export { default as EqualApproximately } from './equal-approximately';
|
|
586
|
+
export { default as Equal } from './equal';
|
|
585
587
|
export { default as EqualNot } from './equal-not';
|
|
586
588
|
export { default as Eraser } from './eraser';
|
|
587
|
-
export { default as Equal } from './equal';
|
|
588
589
|
export { default as EthernetPort } from './ethernet-port';
|
|
589
590
|
export { default as Euro } from './euro';
|
|
590
591
|
export { default as EvCharger } from './ev-charger';
|
|
@@ -598,14 +599,14 @@ export { default as FaceAngry } from './face-angry';
|
|
|
598
599
|
export { default as FaceExpressionless } from './face-expressionless';
|
|
599
600
|
export { default as FaceGrinning } from './face-grinning';
|
|
600
601
|
export { default as FaceNeutral } from './face-neutral';
|
|
601
|
-
export { default as FaceSlightlySmilingPlus } from './face-slightly-smiling-plus';
|
|
602
602
|
export { default as FaceSlightlyFrowning } from './face-slightly-frowning';
|
|
603
|
+
export { default as FaceSlightlySmilingPlus } from './face-slightly-smiling-plus';
|
|
603
604
|
export { default as FaceSlightlySmiling } from './face-slightly-smiling';
|
|
604
605
|
export { default as Factory } from './factory';
|
|
605
606
|
export { default as Fan } from './fan';
|
|
606
607
|
export { default as FastForward } from './fast-forward';
|
|
607
|
-
export { default as Fence } from './fence';
|
|
608
608
|
export { default as Feather } from './feather';
|
|
609
|
+
export { default as Fence } from './fence';
|
|
609
610
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
610
611
|
export { default as FileArchive } from './file-archive';
|
|
611
612
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
@@ -622,12 +623,12 @@ export { default as FileCheck } from './file-check';
|
|
|
622
623
|
export { default as FileClock } from './file-clock';
|
|
623
624
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
624
625
|
export { default as FileCode } from './file-code';
|
|
625
|
-
export { default as FileDiff } from './file-diff';
|
|
626
626
|
export { default as FileCog } from './file-cog';
|
|
627
|
+
export { default as FileDiff } from './file-diff';
|
|
628
|
+
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
627
629
|
export { default as FileDigit } from './file-digit';
|
|
628
630
|
export { default as FileDown } from './file-down';
|
|
629
631
|
export { default as FileHeadphone } from './file-headphone';
|
|
630
|
-
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
631
632
|
export { default as FileHeart } from './file-heart';
|
|
632
633
|
export { default as FileImage } from './file-image';
|
|
633
634
|
export { default as FileInput } from './file-input';
|
|
@@ -660,24 +661,24 @@ export { default as FileUser } from './file-user';
|
|
|
660
661
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
661
662
|
export { default as FileVolume } from './file-volume';
|
|
662
663
|
export { default as FileXCorner } from './file-x-corner';
|
|
663
|
-
export { default as File } from './file';
|
|
664
664
|
export { default as FileX } from './file-x';
|
|
665
|
+
export { default as File } from './file';
|
|
665
666
|
export { default as Files } from './files';
|
|
666
667
|
export { default as Film } from './film';
|
|
667
668
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
668
669
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
669
|
-
export { default as FishOff } from './fish-off';
|
|
670
670
|
export { default as FishSymbol } from './fish-symbol';
|
|
671
671
|
export { default as Fish } from './fish';
|
|
672
|
+
export { default as FishOff } from './fish-off';
|
|
672
673
|
export { default as FishingHook } from './fishing-hook';
|
|
673
674
|
export { default as FishingRod } from './fishing-rod';
|
|
674
675
|
export { default as FlagOff } from './flag-off';
|
|
675
676
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
677
|
+
export { default as Flag } from './flag';
|
|
676
678
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
677
679
|
export { default as FlameKindling } from './flame-kindling';
|
|
678
|
-
export { default as Flame } from './flame';
|
|
679
|
-
export { default as Flag } from './flag';
|
|
680
680
|
export { default as FlashlightOff } from './flashlight-off';
|
|
681
|
+
export { default as Flame } from './flame';
|
|
681
682
|
export { default as Flashlight } from './flashlight';
|
|
682
683
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
683
684
|
export { default as FlaskConical } from './flask-conical';
|
|
@@ -685,17 +686,17 @@ export { default as FlaskRound } from './flask-round';
|
|
|
685
686
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
686
687
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
687
688
|
export { default as Flower2 } from './flower-2';
|
|
688
|
-
export { default as Focus } from './focus';
|
|
689
689
|
export { default as Flower } from './flower';
|
|
690
|
-
export { default as
|
|
690
|
+
export { default as Focus } from './focus';
|
|
691
691
|
export { default as FoldVertical } from './fold-vertical';
|
|
692
|
+
export { default as FoldHorizontal } from './fold-horizontal';
|
|
692
693
|
export { default as FolderArchive } from './folder-archive';
|
|
693
694
|
export { default as FolderBookmark } from './folder-bookmark';
|
|
695
|
+
export { default as FolderClock } from './folder-clock';
|
|
694
696
|
export { default as FolderCheck } from './folder-check';
|
|
695
697
|
export { default as FolderClosed } from './folder-closed';
|
|
696
|
-
export { default as FolderClock } from './folder-clock';
|
|
697
|
-
export { default as FolderCog } from './folder-cog';
|
|
698
698
|
export { default as FolderCode } from './folder-code';
|
|
699
|
+
export { default as FolderCog } from './folder-cog';
|
|
699
700
|
export { default as FolderDot } from './folder-dot';
|
|
700
701
|
export { default as FolderDown } from './folder-down';
|
|
701
702
|
export { default as FolderGit2 } from './folder-git-2';
|
|
@@ -707,14 +708,14 @@ export { default as FolderKey } from './folder-key';
|
|
|
707
708
|
export { default as FolderLock } from './folder-lock';
|
|
708
709
|
export { default as FolderMinus } from './folder-minus';
|
|
709
710
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
710
|
-
export { default as FolderOutput } from './folder-output';
|
|
711
711
|
export { default as FolderOpen } from './folder-open';
|
|
712
|
+
export { default as FolderOutput } from './folder-output';
|
|
712
713
|
export { default as FolderPen } from './folder-pen';
|
|
713
714
|
export { default as FolderPlus } from './folder-plus';
|
|
714
715
|
export { default as FolderRoot } from './folder-root';
|
|
715
716
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
716
|
-
export { default as FolderSearch } from './folder-search';
|
|
717
717
|
export { default as FolderSymlink } from './folder-symlink';
|
|
718
|
+
export { default as FolderSearch } from './folder-search';
|
|
718
719
|
export { default as FolderSync } from './folder-sync';
|
|
719
720
|
export { default as FolderTree } from './folder-tree';
|
|
720
721
|
export { default as FolderUp } from './folder-up';
|
|
@@ -734,10 +735,10 @@ export { default as Funnel } from './funnel';
|
|
|
734
735
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
735
736
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
736
737
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
737
|
-
export { default as
|
|
738
|
+
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
738
739
|
export { default as Gamepad2 } from './gamepad-2';
|
|
740
|
+
export { default as GalleryVertical } from './gallery-vertical';
|
|
739
741
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
740
|
-
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
741
742
|
export { default as Gamepad } from './gamepad';
|
|
742
743
|
export { default as Gauge } from './gauge';
|
|
743
744
|
export { default as Gavel } from './gavel';
|
|
@@ -747,8 +748,8 @@ export { default as Ghost } from './ghost';
|
|
|
747
748
|
export { default as Gift } from './gift';
|
|
748
749
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
749
750
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
750
|
-
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
751
751
|
export { default as GitBranch } from './git-branch';
|
|
752
|
+
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
752
753
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
753
754
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
754
755
|
export { default as GitCompare } from './git-compare';
|
|
@@ -757,8 +758,8 @@ export { default as GitGraph } from './git-graph';
|
|
|
757
758
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
758
759
|
export { default as GitMerge } from './git-merge';
|
|
759
760
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
760
|
-
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
761
761
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
762
|
+
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
762
763
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
763
764
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
764
765
|
export { default as GitPullRequest } from './git-pull-request';
|
|
@@ -768,8 +769,8 @@ export { default as GlobeCheck } from './globe-check';
|
|
|
768
769
|
export { default as GlobeLock } from './globe-lock';
|
|
769
770
|
export { default as GlobeOff } from './globe-off';
|
|
770
771
|
export { default as GlobeX } from './globe-x';
|
|
771
|
-
export { default as Globe } from './globe';
|
|
772
772
|
export { default as Goal } from './goal';
|
|
773
|
+
export { default as Globe } from './globe';
|
|
773
774
|
export { default as Gpu } from './gpu';
|
|
774
775
|
export { default as GraduationCap } from './graduation-cap';
|
|
775
776
|
export { default as Grape } from './grape';
|
|
@@ -778,8 +779,8 @@ export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
|
778
779
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
779
780
|
export { default as Grid2x2 } from './grid-2x2';
|
|
780
781
|
export { default as Grid3x2 } from './grid-3x2';
|
|
781
|
-
export { default as Grid3x3 } from './grid-3x3';
|
|
782
782
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
783
|
+
export { default as Grid3x3 } from './grid-3x3';
|
|
783
784
|
export { default as GripVertical } from './grip-vertical';
|
|
784
785
|
export { default as Grip } from './grip';
|
|
785
786
|
export { default as Group } from './group';
|
|
@@ -815,8 +816,8 @@ export { default as Heading6 } from './heading-6';
|
|
|
815
816
|
export { default as Heading } from './heading';
|
|
816
817
|
export { default as HeadphoneOff } from './headphone-off';
|
|
817
818
|
export { default as Headphones } from './headphones';
|
|
818
|
-
export { default as HeartCrack } from './heart-crack';
|
|
819
819
|
export { default as Headset } from './headset';
|
|
820
|
+
export { default as HeartCrack } from './heart-crack';
|
|
820
821
|
export { default as HeartHandshake } from './heart-handshake';
|
|
821
822
|
export { default as HeartMinus } from './heart-minus';
|
|
822
823
|
export { default as HeartOff } from './heart-off';
|
|
@@ -824,8 +825,8 @@ export { default as HeartPlus } from './heart-plus';
|
|
|
824
825
|
export { default as HeartPulse } from './heart-pulse';
|
|
825
826
|
export { default as HeartX } from './heart-x';
|
|
826
827
|
export { default as Heart } from './heart';
|
|
827
|
-
export { default as Heater } from './heater';
|
|
828
828
|
export { default as Helicopter } from './helicopter';
|
|
829
|
+
export { default as Heater } from './heater';
|
|
829
830
|
export { default as Hexagon } from './hexagon';
|
|
830
831
|
export { default as Highlighter } from './highlighter';
|
|
831
832
|
export { default as HopOff } from './hop-off';
|
|
@@ -835,18 +836,18 @@ export { default as Hotel } from './hotel';
|
|
|
835
836
|
export { default as Hourglass } from './hourglass';
|
|
836
837
|
export { default as HouseHeart } from './house-heart';
|
|
837
838
|
export { default as HousePlug } from './house-plug';
|
|
838
|
-
export { default as HousePlus } from './house-plus';
|
|
839
839
|
export { default as HouseWifi } from './house-wifi';
|
|
840
840
|
export { default as House } from './house';
|
|
841
|
-
export { default as
|
|
841
|
+
export { default as HousePlus } from './house-plus';
|
|
842
842
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
843
|
+
export { default as IceCreamCone } from './ice-cream-cone';
|
|
843
844
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
844
845
|
export { default as IdCard } from './id-card';
|
|
845
846
|
export { default as ImageDown } from './image-down';
|
|
846
847
|
export { default as ImageMinus } from './image-minus';
|
|
848
|
+
export { default as ImageOff } from './image-off';
|
|
847
849
|
export { default as ImagePlay } from './image-play';
|
|
848
850
|
export { default as ImagePlus } from './image-plus';
|
|
849
|
-
export { default as ImageOff } from './image-off';
|
|
850
851
|
export { default as ImageUp } from './image-up';
|
|
851
852
|
export { default as ImageUpscale } from './image-upscale';
|
|
852
853
|
export { default as Image } from './image';
|
|
@@ -857,10 +858,10 @@ export { default as IndianRupee } from './indian-rupee';
|
|
|
857
858
|
export { default as Infinity } from './infinity';
|
|
858
859
|
export { default as Info } from './info';
|
|
859
860
|
export { default as InspectionPanel } from './inspection-panel';
|
|
860
|
-
export { default as IterationCcw } from './iteration-ccw';
|
|
861
861
|
export { default as Italic } from './italic';
|
|
862
|
-
export { default as
|
|
862
|
+
export { default as IterationCcw } from './iteration-ccw';
|
|
863
863
|
export { default as IterationCw } from './iteration-cw';
|
|
864
|
+
export { default as JapaneseYen } from './japanese-yen';
|
|
864
865
|
export { default as Joystick } from './joystick';
|
|
865
866
|
export { default as Kanban } from './kanban';
|
|
866
867
|
export { default as Kayak } from './kayak';
|
|
@@ -880,17 +881,17 @@ export { default as LandPlot } from './land-plot';
|
|
|
880
881
|
export { default as Landmark } from './landmark';
|
|
881
882
|
export { default as Languages } from './languages';
|
|
882
883
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
883
|
-
export { default as Laptop } from './laptop';
|
|
884
884
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
885
|
+
export { default as Laptop } from './laptop';
|
|
885
886
|
export { default as LassoSelect } from './lasso-select';
|
|
886
887
|
export { default as Lasso } from './lasso';
|
|
887
888
|
export { default as LayerArrowDown } from './layer-arrow-down';
|
|
888
|
-
export { default as LayerArrowUp } from './layer-arrow-up';
|
|
889
889
|
export { default as Layers2 } from './layers-2';
|
|
890
|
+
export { default as LayerArrowUp } from './layer-arrow-up';
|
|
890
891
|
export { default as LayersArrowDown } from './layers-arrow-down';
|
|
891
892
|
export { default as LayersArrowUp } from './layers-arrow-up';
|
|
892
|
-
export { default as LayersPlus } from './layers-plus';
|
|
893
893
|
export { default as LayersMinus } from './layers-minus';
|
|
894
|
+
export { default as LayersPlus } from './layers-plus';
|
|
894
895
|
export { default as Layers } from './layers';
|
|
895
896
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
896
897
|
export { default as LayoutFreeform } from './layout-freeform';
|
|
@@ -907,13 +908,13 @@ export { default as LensConvex } from './lens-convex';
|
|
|
907
908
|
export { default as LibraryBig } from './library-big';
|
|
908
909
|
export { default as Library } from './library';
|
|
909
910
|
export { default as LifeBuoy } from './life-buoy';
|
|
910
|
-
export { default as Ligature } from './ligature';
|
|
911
911
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
912
|
+
export { default as Ligature } from './ligature';
|
|
912
913
|
export { default as Lightbulb } from './lightbulb';
|
|
913
914
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
914
915
|
export { default as LineSquiggle } from './line-squiggle';
|
|
915
|
-
export { default as Link2Off } from './link-2-off';
|
|
916
916
|
export { default as LineStyle } from './line-style';
|
|
917
|
+
export { default as Link2Off } from './link-2-off';
|
|
917
918
|
export { default as Link2 } from './link-2';
|
|
918
919
|
export { default as Link } from './link';
|
|
919
920
|
export { default as ListCheck } from './list-check';
|
|
@@ -922,8 +923,8 @@ export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
|
922
923
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
923
924
|
export { default as ListCollapse } from './list-collapse';
|
|
924
925
|
export { default as ListEnd } from './list-end';
|
|
925
|
-
export { default as ListFilterPlus } from './list-filter-plus';
|
|
926
926
|
export { default as ListFilter } from './list-filter';
|
|
927
|
+
export { default as ListFilterPlus } from './list-filter-plus';
|
|
927
928
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
928
929
|
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
929
930
|
export { default as ListMinus } from './list-minus';
|
|
@@ -962,17 +963,17 @@ export { default as MailOpen } from './mail-open';
|
|
|
962
963
|
export { default as MailPlus } from './mail-plus';
|
|
963
964
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
964
965
|
export { default as MailSearch } from './mail-search';
|
|
965
|
-
export { default as MailWarning } from './mail-warning';
|
|
966
966
|
export { default as MailX } from './mail-x';
|
|
967
|
+
export { default as MailWarning } from './mail-warning';
|
|
967
968
|
export { default as Mail } from './mail';
|
|
968
969
|
export { default as Mailbox } from './mailbox';
|
|
969
970
|
export { default as Mails } from './mails';
|
|
970
971
|
export { default as MapMinus } from './map-minus';
|
|
971
972
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
972
973
|
export { default as MapPinCheck } from './map-pin-check';
|
|
973
|
-
export { default as MapPinHouse } from './map-pin-house';
|
|
974
974
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
975
975
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
976
|
+
export { default as MapPinHouse } from './map-pin-house';
|
|
976
977
|
export { default as MapPinOff } from './map-pin-off';
|
|
977
978
|
export { default as MapPinPen } from './map-pin-pen';
|
|
978
979
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
@@ -985,43 +986,43 @@ export { default as MapPinned } from './map-pinned';
|
|
|
985
986
|
export { default as MapPlus } from './map-plus';
|
|
986
987
|
export { default as Map } from './map';
|
|
987
988
|
export { default as MarsStroke } from './mars-stroke';
|
|
988
|
-
export { default as Mars } from './mars';
|
|
989
989
|
export { default as Martini } from './martini';
|
|
990
|
+
export { default as Mars } from './mars';
|
|
990
991
|
export { default as Maximize2 } from './maximize-2';
|
|
991
992
|
export { default as Maximize } from './maximize';
|
|
993
|
+
export { default as Medal } from './medal';
|
|
992
994
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
993
995
|
export { default as Megaphone } from './megaphone';
|
|
994
|
-
export { default as Medal } from './medal';
|
|
995
996
|
export { default as MemoryStick } from './memory-stick';
|
|
996
997
|
export { default as Menu } from './menu';
|
|
997
998
|
export { default as Merge } from './merge';
|
|
998
999
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
999
1000
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
1000
|
-
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
1001
1001
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
1002
|
+
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
1002
1003
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
1003
1004
|
export { default as MessageCircleOff } from './message-circle-off';
|
|
1004
|
-
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
1005
1005
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
1006
|
+
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
1006
1007
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
1007
1008
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
1008
|
-
export { default as MessageCircleX } from './message-circle-x';
|
|
1009
1009
|
export { default as MessageCircle } from './message-circle';
|
|
1010
|
+
export { default as MessageCircleX } from './message-circle-x';
|
|
1010
1011
|
export { default as MessageSquareCheck } from './message-square-check';
|
|
1011
1012
|
export { default as MessageSquareCode } from './message-square-code';
|
|
1012
1013
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
1013
1014
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
1014
|
-
export { default as MessageSquareHeart } from './message-square-heart';
|
|
1015
1015
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
1016
|
+
export { default as MessageSquareHeart } from './message-square-heart';
|
|
1016
1017
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
1017
1018
|
export { default as MessageSquareMore } from './message-square-more';
|
|
1018
1019
|
export { default as MessageSquareOff } from './message-square-off';
|
|
1019
1020
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
1020
1021
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
1021
1022
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
1022
|
-
export { default as MessageSquareShare } from './message-square-share';
|
|
1023
1023
|
export { default as MessageSquareText } from './message-square-text';
|
|
1024
1024
|
export { default as MessageSquareWarning } from './message-square-warning';
|
|
1025
|
+
export { default as MessageSquareShare } from './message-square-share';
|
|
1025
1026
|
export { default as MessageSquare } from './message-square';
|
|
1026
1027
|
export { default as MessageSquareX } from './message-square-x';
|
|
1027
1028
|
export { default as MessagesSquare } from './messages-square';
|
|
@@ -1034,35 +1035,35 @@ export { default as Mic } from './mic';
|
|
|
1034
1035
|
export { default as Microchip } from './microchip';
|
|
1035
1036
|
export { default as Microscope } from './microscope';
|
|
1036
1037
|
export { default as Microwave } from './microwave';
|
|
1038
|
+
export { default as Milestone } from './milestone';
|
|
1037
1039
|
export { default as MilkOff } from './milk-off';
|
|
1038
1040
|
export { default as Milk } from './milk';
|
|
1039
|
-
export { default as Milestone } from './milestone';
|
|
1040
1041
|
export { default as Minimize2 } from './minimize-2';
|
|
1041
1042
|
export { default as Minimize } from './minimize';
|
|
1042
1043
|
export { default as Minus } from './minus';
|
|
1043
1044
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1045
|
+
export { default as MirrorRound } from './mirror-round';
|
|
1044
1046
|
export { default as MonitorCheck } from './monitor-check';
|
|
1045
1047
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1046
|
-
export { default as MirrorRound } from './mirror-round';
|
|
1047
1048
|
export { default as MonitorCog } from './monitor-cog';
|
|
1048
1049
|
export { default as MonitorDot } from './monitor-dot';
|
|
1049
|
-
export { default as MonitorOff } from './monitor-off';
|
|
1050
1050
|
export { default as MonitorDown } from './monitor-down';
|
|
1051
|
+
export { default as MonitorOff } from './monitor-off';
|
|
1051
1052
|
export { default as MonitorPause } from './monitor-pause';
|
|
1052
|
-
export { default as MonitorPlay } from './monitor-play';
|
|
1053
1053
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1054
|
+
export { default as MonitorPlay } from './monitor-play';
|
|
1054
1055
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1055
1056
|
export { default as MonitorStop } from './monitor-stop';
|
|
1056
|
-
export { default as MonitorX } from './monitor-x';
|
|
1057
1057
|
export { default as MonitorUp } from './monitor-up';
|
|
1058
|
+
export { default as MonitorX } from './monitor-x';
|
|
1058
1059
|
export { default as Monitor } from './monitor';
|
|
1059
1060
|
export { default as MoonStar } from './moon-star';
|
|
1060
1061
|
export { default as Moon } from './moon';
|
|
1061
1062
|
export { default as Mosque } from './mosque';
|
|
1062
1063
|
export { default as Motorbike } from './motorbike';
|
|
1064
|
+
export { default as MountainSnow } from './mountain-snow';
|
|
1063
1065
|
export { default as Mountain } from './mountain';
|
|
1064
1066
|
export { default as MouseLeft } from './mouse-left';
|
|
1065
|
-
export { default as MountainSnow } from './mountain-snow';
|
|
1066
1067
|
export { default as MouseOff } from './mouse-off';
|
|
1067
1068
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1068
1069
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
@@ -1079,9 +1080,9 @@ export { default as MoveDownRight } from './move-down-right';
|
|
|
1079
1080
|
export { default as MoveDown } from './move-down';
|
|
1080
1081
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1081
1082
|
export { default as MoveLeft } from './move-left';
|
|
1082
|
-
export { default as MoveUpRight } from './move-up-right';
|
|
1083
1083
|
export { default as MoveRight } from './move-right';
|
|
1084
1084
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1085
|
+
export { default as MoveUpRight } from './move-up-right';
|
|
1085
1086
|
export { default as MoveUp } from './move-up';
|
|
1086
1087
|
export { default as MoveVertical } from './move-vertical';
|
|
1087
1088
|
export { default as Move } from './move';
|
|
@@ -1106,9 +1107,9 @@ export { default as NotepadText } from './notepad-text';
|
|
|
1106
1107
|
export { default as NutOff } from './nut-off';
|
|
1107
1108
|
export { default as Nut } from './nut';
|
|
1108
1109
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1109
|
-
export { default as OctagonMinus } from './octagon-minus';
|
|
1110
1110
|
export { default as OctagonPause } from './octagon-pause';
|
|
1111
1111
|
export { default as OctagonX } from './octagon-x';
|
|
1112
|
+
export { default as OctagonMinus } from './octagon-minus';
|
|
1112
1113
|
export { default as Octagon } from './octagon';
|
|
1113
1114
|
export { default as Omega } from './omega';
|
|
1114
1115
|
export { default as Option } from './option';
|
|
@@ -1117,16 +1118,16 @@ export { default as Origami } from './origami';
|
|
|
1117
1118
|
export { default as Package2 } from './package-2';
|
|
1118
1119
|
export { default as PackageCheck } from './package-check';
|
|
1119
1120
|
export { default as PackageMinus } from './package-minus';
|
|
1120
|
-
export { default as PackageOpen } from './package-open';
|
|
1121
1121
|
export { default as PackagePlus } from './package-plus';
|
|
1122
|
+
export { default as PackageOpen } from './package-open';
|
|
1122
1123
|
export { default as PackageSearch } from './package-search';
|
|
1123
1124
|
export { default as PackageX } from './package-x';
|
|
1124
|
-
export { default as Package } from './package';
|
|
1125
1125
|
export { default as PaintBucket } from './paint-bucket';
|
|
1126
1126
|
export { default as PaintRoller } from './paint-roller';
|
|
1127
|
+
export { default as Package } from './package';
|
|
1127
1128
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1128
|
-
export { default as Paintbrush } from './paintbrush';
|
|
1129
1129
|
export { default as Palette } from './palette';
|
|
1130
|
+
export { default as Paintbrush } from './paintbrush';
|
|
1130
1131
|
export { default as Panda } from './panda';
|
|
1131
1132
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1132
1133
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
@@ -1137,8 +1138,8 @@ export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
|
1137
1138
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1138
1139
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1139
1140
|
export { default as PanelLeft } from './panel-left';
|
|
1140
|
-
export { default as PanelRightClose } from './panel-right-close';
|
|
1141
1141
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1142
|
+
export { default as PanelRightClose } from './panel-right-close';
|
|
1142
1143
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1143
1144
|
export { default as PanelRight } from './panel-right';
|
|
1144
1145
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
@@ -1149,26 +1150,26 @@ export { default as PanelTop } from './panel-top';
|
|
|
1149
1150
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1150
1151
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1151
1152
|
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1153
|
+
export { default as PaperBag } from './paper-bag';
|
|
1152
1154
|
export { default as Paperclip } from './paperclip';
|
|
1153
1155
|
export { default as Parasol } from './parasol';
|
|
1154
|
-
export { default as PaperBag } from './paper-bag';
|
|
1155
1156
|
export { default as Parentheses } from './parentheses';
|
|
1156
1157
|
export { default as ParkingMeter } from './parking-meter';
|
|
1157
1158
|
export { default as PartyPopper } from './party-popper';
|
|
1158
|
-
export { default as PawPrint } from './paw-print';
|
|
1159
1159
|
export { default as Pause } from './pause';
|
|
1160
|
+
export { default as PawPrint } from './paw-print';
|
|
1160
1161
|
export { default as PcCase } from './pc-case';
|
|
1161
1162
|
export { default as PenLine } from './pen-line';
|
|
1162
1163
|
export { default as PenOff } from './pen-off';
|
|
1163
|
-
export { default as PencilLine } from './pencil-line';
|
|
1164
1164
|
export { default as PenTool } from './pen-tool';
|
|
1165
1165
|
export { default as Pen } from './pen';
|
|
1166
|
+
export { default as PencilLine } from './pencil-line';
|
|
1166
1167
|
export { default as PencilOff } from './pencil-off';
|
|
1167
1168
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1168
1169
|
export { default as PencilSparkles } from './pencil-sparkles';
|
|
1169
1170
|
export { default as Pencil } from './pencil';
|
|
1170
|
-
export { default as Percent } from './percent';
|
|
1171
1171
|
export { default as Pentagon } from './pentagon';
|
|
1172
|
+
export { default as Percent } from './percent';
|
|
1172
1173
|
export { default as PersonStanding } from './person-standing';
|
|
1173
1174
|
export { default as Phi } from './phi';
|
|
1174
1175
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
@@ -1187,12 +1188,12 @@ export { default as PictureInPicture } from './picture-in-picture';
|
|
|
1187
1188
|
export { default as PiggyBank } from './piggy-bank';
|
|
1188
1189
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1189
1190
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
1190
|
-
export { default as Pilcrow } from './pilcrow';
|
|
1191
1191
|
export { default as PillBottle } from './pill-bottle';
|
|
1192
1192
|
export { default as Pill } from './pill';
|
|
1193
|
+
export { default as Pilcrow } from './pilcrow';
|
|
1193
1194
|
export { default as PinOff } from './pin-off';
|
|
1194
|
-
export { default as Pin } from './pin';
|
|
1195
1195
|
export { default as Pipette } from './pipette';
|
|
1196
|
+
export { default as Pin } from './pin';
|
|
1196
1197
|
export { default as Pizza } from './pizza';
|
|
1197
1198
|
export { default as PlaneLanding } from './plane-landing';
|
|
1198
1199
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
@@ -1203,9 +1204,9 @@ export { default as Plug2 } from './plug-2';
|
|
|
1203
1204
|
export { default as PlugZap } from './plug-zap';
|
|
1204
1205
|
export { default as Plug } from './plug';
|
|
1205
1206
|
export { default as Plus } from './plus';
|
|
1207
|
+
export { default as Podium } from './podium';
|
|
1206
1208
|
export { default as PocketKnife } from './pocket-knife';
|
|
1207
1209
|
export { default as PointerOff } from './pointer-off';
|
|
1208
|
-
export { default as Podium } from './podium';
|
|
1209
1210
|
export { default as Pointer } from './pointer';
|
|
1210
1211
|
export { default as Popcorn } from './popcorn';
|
|
1211
1212
|
export { default as Popsicle } from './popsicle';
|
|
@@ -1218,8 +1219,8 @@ export { default as PrinterX } from './printer-x';
|
|
|
1218
1219
|
export { default as Printer } from './printer';
|
|
1219
1220
|
export { default as Projector } from './projector';
|
|
1220
1221
|
export { default as Proportions } from './proportions';
|
|
1221
|
-
export { default as Pyramid } from './pyramid';
|
|
1222
1222
|
export { default as Puzzle } from './puzzle';
|
|
1223
|
+
export { default as Pyramid } from './pyramid';
|
|
1223
1224
|
export { default as QrCode } from './qr-code';
|
|
1224
1225
|
export { default as Quote } from './quote';
|
|
1225
1226
|
export { default as Rabbit } from './rabbit';
|
|
@@ -1231,21 +1232,21 @@ export { default as RadioReceiver } from './radio-receiver';
|
|
|
1231
1232
|
export { default as RadioTower } from './radio-tower';
|
|
1232
1233
|
export { default as Radio } from './radio';
|
|
1233
1234
|
export { default as Radius } from './radius';
|
|
1234
|
-
export { default as Rat } from './rat';
|
|
1235
1235
|
export { default as Rainbow } from './rainbow';
|
|
1236
|
+
export { default as Rat } from './rat';
|
|
1236
1237
|
export { default as Ratio } from './ratio';
|
|
1237
1238
|
export { default as ReceiptCent } from './receipt-cent';
|
|
1238
1239
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1239
1240
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1240
|
-
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1241
1241
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1242
|
+
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1242
1243
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1243
1244
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1244
1245
|
export { default as ReceiptText } from './receipt-text';
|
|
1245
1246
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1246
1247
|
export { default as Receipt } from './receipt';
|
|
1247
|
-
export { default as RectangleCircle } from './rectangle-circle';
|
|
1248
1248
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1249
|
+
export { default as RectangleCircle } from './rectangle-circle';
|
|
1249
1250
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1250
1251
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1251
1252
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
@@ -1253,13 +1254,13 @@ export { default as Recycle } from './recycle';
|
|
|
1253
1254
|
export { default as Redo2 } from './redo-2';
|
|
1254
1255
|
export { default as RedoDot } from './redo-dot';
|
|
1255
1256
|
export { default as Redo } from './redo';
|
|
1256
|
-
export { default as RefreshCcw } from './refresh-ccw';
|
|
1257
1257
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1258
|
+
export { default as RefreshCcw } from './refresh-ccw';
|
|
1258
1259
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1259
|
-
export { default as RefreshCw } from './refresh-cw';
|
|
1260
1260
|
export { default as Refrigerator } from './refrigerator';
|
|
1261
|
-
export { default as
|
|
1261
|
+
export { default as RefreshCw } from './refresh-cw';
|
|
1262
1262
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1263
|
+
export { default as Regex } from './regex';
|
|
1263
1264
|
export { default as Repeat1 } from './repeat-1';
|
|
1264
1265
|
export { default as Repeat2 } from './repeat-2';
|
|
1265
1266
|
export { default as RepeatOff } from './repeat-off';
|
|
@@ -1273,12 +1274,12 @@ export { default as Ribbon } from './ribbon';
|
|
|
1273
1274
|
export { default as Road } from './road';
|
|
1274
1275
|
export { default as Rocket } from './rocket';
|
|
1275
1276
|
export { default as RockingChair } from './rocking-chair';
|
|
1276
|
-
export { default as RollerCoaster } from './roller-coaster';
|
|
1277
1277
|
export { default as Rose } from './rose';
|
|
1278
|
-
export { default as
|
|
1278
|
+
export { default as RollerCoaster } from './roller-coaster';
|
|
1279
1279
|
export { default as Rotate3d } from './rotate-3d';
|
|
1280
|
-
export { default as
|
|
1280
|
+
export { default as RotateCcwClock } from './rotate-ccw-clock';
|
|
1281
1281
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1282
|
+
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1282
1283
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1283
1284
|
export { default as RotateCwFadingClock } from './rotate-cw-fading-clock';
|
|
1284
1285
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
@@ -1292,12 +1293,12 @@ export { default as Rows4 } from './rows-4';
|
|
|
1292
1293
|
export { default as Rss } from './rss';
|
|
1293
1294
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1294
1295
|
export { default as Ruler } from './ruler';
|
|
1295
|
-
export { default as Sailboat } from './sailboat';
|
|
1296
1296
|
export { default as RussianRuble } from './russian-ruble';
|
|
1297
|
+
export { default as Sailboat } from './sailboat';
|
|
1297
1298
|
export { default as Salad } from './salad';
|
|
1299
|
+
export { default as SatelliteDish } from './satellite-dish';
|
|
1298
1300
|
export { default as Sandwich } from './sandwich';
|
|
1299
1301
|
export { default as Satellite } from './satellite';
|
|
1300
|
-
export { default as SatelliteDish } from './satellite-dish';
|
|
1301
1302
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1302
1303
|
export { default as SaveAll } from './save-all';
|
|
1303
1304
|
export { default as SaveCheck } from './save-check';
|
|
@@ -1328,8 +1329,8 @@ export { default as ScreenShare } from './screen-share';
|
|
|
1328
1329
|
export { default as ScrollText } from './scroll-text';
|
|
1329
1330
|
export { default as Scroll } from './scroll';
|
|
1330
1331
|
export { default as SearchAlert } from './search-alert';
|
|
1331
|
-
export { default as SearchCheck } from './search-check';
|
|
1332
1332
|
export { default as SearchCode } from './search-code';
|
|
1333
|
+
export { default as SearchCheck } from './search-check';
|
|
1333
1334
|
export { default as SearchSlash } from './search-slash';
|
|
1334
1335
|
export { default as SearchX } from './search-x';
|
|
1335
1336
|
export { default as Search } from './search';
|
|
@@ -1353,8 +1354,8 @@ export { default as Sheet } from './sheet';
|
|
|
1353
1354
|
export { default as Shell } from './shell';
|
|
1354
1355
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1355
1356
|
export { default as ShieldAlert } from './shield-alert';
|
|
1356
|
-
export { default as ShieldBan } from './shield-ban';
|
|
1357
1357
|
export { default as ShieldCheck } from './shield-check';
|
|
1358
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1358
1359
|
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1359
1360
|
export { default as ShieldCog } from './shield-cog';
|
|
1360
1361
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
@@ -1362,8 +1363,8 @@ export { default as ShieldHalf } from './shield-half';
|
|
|
1362
1363
|
export { default as ShieldKeyhole } from './shield-keyhole';
|
|
1363
1364
|
export { default as ShieldLock } from './shield-lock';
|
|
1364
1365
|
export { default as ShieldMinus } from './shield-minus';
|
|
1365
|
-
export { default as ShieldPlus } from './shield-plus';
|
|
1366
1366
|
export { default as ShieldOff } from './shield-off';
|
|
1367
|
+
export { default as ShieldPlus } from './shield-plus';
|
|
1367
1368
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
1368
1369
|
export { default as ShieldUser } from './shield-user';
|
|
1369
1370
|
export { default as ShieldX } from './shield-x';
|
|
@@ -1394,21 +1395,21 @@ export { default as Siren } from './siren';
|
|
|
1394
1395
|
export { default as SkipBack } from './skip-back';
|
|
1395
1396
|
export { default as SkipForward } from './skip-forward';
|
|
1396
1397
|
export { default as Skull } from './skull';
|
|
1397
|
-
export { default as Slash } from './slash';
|
|
1398
1398
|
export { default as Slice } from './slice';
|
|
1399
1399
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1400
|
+
export { default as Slash } from './slash';
|
|
1400
1401
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1402
|
+
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1401
1403
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1402
1404
|
export { default as Smartphone } from './smartphone';
|
|
1403
|
-
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1404
1405
|
export { default as Snail } from './snail';
|
|
1405
1406
|
export { default as Snowflake } from './snowflake';
|
|
1406
1407
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1407
1408
|
export { default as Sofa } from './sofa';
|
|
1408
1409
|
export { default as SolarPanel } from './solar-panel';
|
|
1409
1410
|
export { default as Soup } from './soup';
|
|
1410
|
-
export { default as Space } from './space';
|
|
1411
1411
|
export { default as Spade } from './spade';
|
|
1412
|
+
export { default as Space } from './space';
|
|
1412
1413
|
export { default as Sparkle } from './sparkle';
|
|
1413
1414
|
export { default as Sparkles } from './sparkles';
|
|
1414
1415
|
export { default as Speaker } from './speaker';
|
|
@@ -1416,13 +1417,13 @@ export { default as Speech } from './speech';
|
|
|
1416
1417
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1417
1418
|
export { default as SpellCheck } from './spell-check';
|
|
1418
1419
|
export { default as SplinePointer } from './spline-pointer';
|
|
1419
|
-
export { default as Spline } from './spline';
|
|
1420
1420
|
export { default as Split } from './split';
|
|
1421
|
+
export { default as Spline } from './spline';
|
|
1421
1422
|
export { default as Spool } from './spool';
|
|
1422
1423
|
export { default as SportShoe } from './sport-shoe';
|
|
1423
1424
|
export { default as Spotlight } from './spotlight';
|
|
1424
|
-
export { default as SprayCan } from './spray-can';
|
|
1425
1425
|
export { default as Sprout } from './sprout';
|
|
1426
|
+
export { default as SprayCan } from './spray-can';
|
|
1426
1427
|
export { default as SquareActivity } from './square-activity';
|
|
1427
1428
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1428
1429
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
@@ -1439,38 +1440,38 @@ export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
|
1439
1440
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1440
1441
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1441
1442
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1443
|
+
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1442
1444
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1443
1445
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1444
|
-
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1445
1446
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1446
1447
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1447
|
-
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1448
1448
|
export { default as SquareCheck } from './square-check';
|
|
1449
|
+
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1449
1450
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1450
1451
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1451
1452
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1452
|
-
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1453
1453
|
export { default as SquareCode } from './square-code';
|
|
1454
1454
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1455
|
+
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1455
1456
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1457
|
+
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1456
1458
|
export { default as SquareDashedText } from './square-dashed-text';
|
|
1457
1459
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1458
|
-
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1459
1460
|
export { default as SquareDashed } from './square-dashed';
|
|
1460
1461
|
export { default as SquareDivide } from './square-divide';
|
|
1461
1462
|
export { default as SquareDot } from './square-dot';
|
|
1462
1463
|
export { default as SquareEqual } from './square-equal';
|
|
1463
1464
|
export { default as SquareFunction } from './square-function';
|
|
1464
1465
|
export { default as SquareKanban } from './square-kanban';
|
|
1465
|
-
export { default as SquareLibrary } from './square-library';
|
|
1466
1466
|
export { default as SquareM } from './square-m';
|
|
1467
1467
|
export { default as SquareMenu } from './square-menu';
|
|
1468
|
+
export { default as SquareLibrary } from './square-library';
|
|
1468
1469
|
export { default as SquareMinus } from './square-minus';
|
|
1469
1470
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1470
1471
|
export { default as SquareOff } from './square-off';
|
|
1471
1472
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1472
|
-
export { default as SquarePause } from './square-pause';
|
|
1473
1473
|
export { default as SquareParking } from './square-parking';
|
|
1474
|
+
export { default as SquarePause } from './square-pause';
|
|
1474
1475
|
export { default as SquarePen } from './square-pen';
|
|
1475
1476
|
export { default as SquarePercent } from './square-percent';
|
|
1476
1477
|
export { default as SquarePi } from './square-pi';
|
|
@@ -1480,8 +1481,8 @@ export { default as SquarePlus } from './square-plus';
|
|
|
1480
1481
|
export { default as SquarePower } from './square-power';
|
|
1481
1482
|
export { default as SquareRadical } from './square-radical';
|
|
1482
1483
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1483
|
-
export { default as SquareSigma } from './square-sigma';
|
|
1484
1484
|
export { default as SquareScissors } from './square-scissors';
|
|
1485
|
+
export { default as SquareSigma } from './square-sigma';
|
|
1485
1486
|
export { default as SquareSlash } from './square-slash';
|
|
1486
1487
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1487
1488
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
@@ -1490,6 +1491,7 @@ export { default as SquareStack } from './square-stack';
|
|
|
1490
1491
|
export { default as SquareStar } from './square-star';
|
|
1491
1492
|
export { default as SquareStop } from './square-stop';
|
|
1492
1493
|
export { default as SquareTerminal } from './square-terminal';
|
|
1494
|
+
export { default as SquareText } from './square-text';
|
|
1493
1495
|
export { default as SquareUserRound } from './square-user-round';
|
|
1494
1496
|
export { default as SquareUser } from './square-user';
|
|
1495
1497
|
export { default as SquareX } from './square-x';
|
|
@@ -1497,12 +1499,12 @@ export { default as Square } from './square';
|
|
|
1497
1499
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1498
1500
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1499
1501
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1500
|
-
export { default as SquircleDashed } from './squircle-dashed';
|
|
1501
1502
|
export { default as SquaresUnite } from './squares-unite';
|
|
1503
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1502
1504
|
export { default as Squircle } from './squircle';
|
|
1503
1505
|
export { default as Squirrel } from './squirrel';
|
|
1504
|
-
export { default as Stamp } from './stamp';
|
|
1505
1506
|
export { default as StarCheck } from './star-check';
|
|
1507
|
+
export { default as Stamp } from './stamp';
|
|
1506
1508
|
export { default as StarHalf } from './star-half';
|
|
1507
1509
|
export { default as StarMinus } from './star-minus';
|
|
1508
1510
|
export { default as StarOff } from './star-off';
|
|
@@ -1511,17 +1513,17 @@ export { default as StarX } from './star-x';
|
|
|
1511
1513
|
export { default as Star } from './star';
|
|
1512
1514
|
export { default as StepBack } from './step-back';
|
|
1513
1515
|
export { default as StepForward } from './step-forward';
|
|
1514
|
-
export { default as Sticker } from './sticker';
|
|
1515
1516
|
export { default as Stethoscope } from './stethoscope';
|
|
1516
|
-
export { default as
|
|
1517
|
+
export { default as Sticker } from './sticker';
|
|
1517
1518
|
export { default as StickyNoteCheck } from './sticky-note-check';
|
|
1519
|
+
export { default as StickyNoteMinus } from './sticky-note-minus';
|
|
1518
1520
|
export { default as StickyNoteOff } from './sticky-note-off';
|
|
1519
1521
|
export { default as StickyNotePlus } from './sticky-note-plus';
|
|
1520
1522
|
export { default as StickyNoteX } from './sticky-note-x';
|
|
1521
1523
|
export { default as StickyNote } from './sticky-note';
|
|
1522
1524
|
export { default as StickyNotes } from './sticky-notes';
|
|
1523
|
-
export { default as Store } from './store';
|
|
1524
1525
|
export { default as Stone } from './stone';
|
|
1526
|
+
export { default as Store } from './store';
|
|
1525
1527
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1526
1528
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1527
1529
|
export { default as Strikethrough } from './strikethrough';
|
|
@@ -1553,8 +1555,8 @@ export { default as TabletSmartphone } from './tablet-smartphone';
|
|
|
1553
1555
|
export { default as Tablet } from './tablet';
|
|
1554
1556
|
export { default as Tablets } from './tablets';
|
|
1555
1557
|
export { default as TagPlus } from './tag-plus';
|
|
1556
|
-
export { default as TagX } from './tag-x';
|
|
1557
1558
|
export { default as Tag } from './tag';
|
|
1559
|
+
export { default as TagX } from './tag-x';
|
|
1558
1560
|
export { default as Tags } from './tags';
|
|
1559
1561
|
export { default as Tally1 } from './tally-1';
|
|
1560
1562
|
export { default as Tally2 } from './tally-2';
|
|
@@ -1570,36 +1572,36 @@ export { default as Terminal } from './terminal';
|
|
|
1570
1572
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1571
1573
|
export { default as TestTube } from './test-tube';
|
|
1572
1574
|
export { default as TestTubes } from './test-tubes';
|
|
1573
|
-
export { default as TextAlignEnd } from './text-align-end';
|
|
1574
1575
|
export { default as TextAlignCenter } from './text-align-center';
|
|
1576
|
+
export { default as TextAlignEnd } from './text-align-end';
|
|
1575
1577
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1576
|
-
export { default as TextAlignStart } from './text-align-start';
|
|
1577
1578
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1579
|
+
export { default as TextAlignStart } from './text-align-start';
|
|
1578
1580
|
export { default as TextCursor } from './text-cursor';
|
|
1579
1581
|
export { default as TextInitial } from './text-initial';
|
|
1580
1582
|
export { default as TextQuote } from './text-quote';
|
|
1581
1583
|
export { default as TextSearch } from './text-search';
|
|
1582
|
-
export { default as TextWrap } from './text-wrap';
|
|
1583
1584
|
export { default as Theater } from './theater';
|
|
1585
|
+
export { default as TextWrap } from './text-wrap';
|
|
1584
1586
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1585
1587
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1586
1588
|
export { default as Thermometer } from './thermometer';
|
|
1587
|
-
export { default as ThumbsUp } from './thumbs-up';
|
|
1588
1589
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1590
|
+
export { default as ThumbsUp } from './thumbs-up';
|
|
1589
1591
|
export { default as TicketCheck } from './ticket-check';
|
|
1590
1592
|
export { default as TicketMinus } from './ticket-minus';
|
|
1591
1593
|
export { default as TicketPercent } from './ticket-percent';
|
|
1592
1594
|
export { default as TicketPlus } from './ticket-plus';
|
|
1593
1595
|
export { default as TicketSlash } from './ticket-slash';
|
|
1594
1596
|
export { default as TicketX } from './ticket-x';
|
|
1597
|
+
export { default as Ticket } from './ticket';
|
|
1595
1598
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1596
1599
|
export { default as Tickets } from './tickets';
|
|
1597
|
-
export { default as Ticket } from './ticket';
|
|
1598
1600
|
export { default as Timeline } from './timeline';
|
|
1599
1601
|
export { default as TimerOff } from './timer-off';
|
|
1600
1602
|
export { default as TimerReset } from './timer-reset';
|
|
1601
|
-
export { default as ToggleLeft } from './toggle-left';
|
|
1602
1603
|
export { default as Timer } from './timer';
|
|
1604
|
+
export { default as ToggleLeft } from './toggle-left';
|
|
1603
1605
|
export { default as ToggleRight } from './toggle-right';
|
|
1604
1606
|
export { default as Toilet } from './toilet';
|
|
1605
1607
|
export { default as ToolCase } from './tool-case';
|
|
@@ -1621,8 +1623,8 @@ export { default as Transgender } from './transgender';
|
|
|
1621
1623
|
export { default as Trash2 } from './trash-2';
|
|
1622
1624
|
export { default as Trash } from './trash';
|
|
1623
1625
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1624
|
-
export { default as TreePine } from './tree-pine';
|
|
1625
1626
|
export { default as TreePalm } from './tree-palm';
|
|
1627
|
+
export { default as TreePine } from './tree-pine';
|
|
1626
1628
|
export { default as Trees } from './trees';
|
|
1627
1629
|
export { default as TrendingDown } from './trending-down';
|
|
1628
1630
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
@@ -1632,18 +1634,18 @@ export { default as TriangleDashed } from './triangle-dashed';
|
|
|
1632
1634
|
export { default as TriangleRight } from './triangle-right';
|
|
1633
1635
|
export { default as Triangle } from './triangle';
|
|
1634
1636
|
export { default as Trophy } from './trophy';
|
|
1635
|
-
export { default as Truck } from './truck';
|
|
1636
1637
|
export { default as TruckElectric } from './truck-electric';
|
|
1637
1638
|
export { default as TurkishLira } from './turkish-lira';
|
|
1638
1639
|
export { default as Turntable } from './turntable';
|
|
1639
1640
|
export { default as Turtle } from './turtle';
|
|
1640
|
-
export { default as
|
|
1641
|
+
export { default as Truck } from './truck';
|
|
1641
1642
|
export { default as TvMinimal } from './tv-minimal';
|
|
1642
|
-
export { default as
|
|
1643
|
+
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1643
1644
|
export { default as Tv } from './tv';
|
|
1644
1645
|
export { default as Type } from './type';
|
|
1645
|
-
export { default as
|
|
1646
|
+
export { default as TypeOutline } from './type-outline';
|
|
1646
1647
|
export { default as Umbrella } from './umbrella';
|
|
1648
|
+
export { default as UmbrellaOff } from './umbrella-off';
|
|
1647
1649
|
export { default as Underline } from './underline';
|
|
1648
1650
|
export { default as Undo2 } from './undo-2';
|
|
1649
1651
|
export { default as UndoDot } from './undo-dot';
|
|
@@ -1656,41 +1658,41 @@ export { default as Unlink2 } from './unlink-2';
|
|
|
1656
1658
|
export { default as Unlink } from './unlink';
|
|
1657
1659
|
export { default as Unplug } from './unplug';
|
|
1658
1660
|
export { default as Upload } from './upload';
|
|
1659
|
-
export { default as UserCheck } from './user-check';
|
|
1660
1661
|
export { default as Usb } from './usb';
|
|
1661
1662
|
export { default as UserCog } from './user-cog';
|
|
1663
|
+
export { default as UserCheck } from './user-check';
|
|
1662
1664
|
export { default as UserKey } from './user-key';
|
|
1663
1665
|
export { default as UserLock } from './user-lock';
|
|
1664
1666
|
export { default as UserMinus } from './user-minus';
|
|
1667
|
+
export { default as UserPen } from './user-pen';
|
|
1665
1668
|
export { default as UserPlus } from './user-plus';
|
|
1666
1669
|
export { default as UserRoundArrowLeft } from './user-round-arrow-left';
|
|
1667
|
-
export { default as UserPen } from './user-pen';
|
|
1668
1670
|
export { default as UserRoundCheck } from './user-round-check';
|
|
1669
1671
|
export { default as UserRoundCog } from './user-round-cog';
|
|
1670
1672
|
export { default as UserRoundKey } from './user-round-key';
|
|
1671
1673
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1672
1674
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1673
1675
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1674
|
-
export { default as UserRoundX } from './user-round-x';
|
|
1675
1676
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1677
|
+
export { default as UserRoundX } from './user-round-x';
|
|
1676
1678
|
export { default as UserRound } from './user-round';
|
|
1677
1679
|
export { default as UserSearch } from './user-search';
|
|
1678
1680
|
export { default as UserShield } from './user-shield';
|
|
1681
|
+
export { default as UserStar } from './user-star';
|
|
1679
1682
|
export { default as UserX } from './user-x';
|
|
1680
1683
|
export { default as User } from './user';
|
|
1681
|
-
export { default as UserStar } from './user-star';
|
|
1682
|
-
export { default as Users } from './users';
|
|
1683
1684
|
export { default as UsersRound } from './users-round';
|
|
1685
|
+
export { default as Users } from './users';
|
|
1684
1686
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1685
1687
|
export { default as Utensils } from './utensils';
|
|
1686
1688
|
export { default as UtilityPole } from './utility-pole';
|
|
1687
|
-
export { default as Van } from './van';
|
|
1688
1689
|
export { default as Variable } from './variable';
|
|
1690
|
+
export { default as Van } from './van';
|
|
1689
1691
|
export { default as Vault } from './vault';
|
|
1690
1692
|
export { default as VectorSquare } from './vector-square';
|
|
1691
|
-
export { default as Vegan } from './vegan';
|
|
1692
1693
|
export { default as VenetianMask } from './venetian-mask';
|
|
1693
1694
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1695
|
+
export { default as Vegan } from './vegan';
|
|
1694
1696
|
export { default as Venus } from './venus';
|
|
1695
1697
|
export { default as VibrateOff } from './vibrate-off';
|
|
1696
1698
|
export { default as Vibrate } from './vibrate';
|
|
@@ -1698,10 +1700,10 @@ export { default as VideoOff } from './video-off';
|
|
|
1698
1700
|
export { default as Video } from './video';
|
|
1699
1701
|
export { default as Videotape } from './videotape';
|
|
1700
1702
|
export { default as View } from './view';
|
|
1701
|
-
export { default as Voicemail } from './voicemail';
|
|
1702
1703
|
export { default as Volleyball } from './volleyball';
|
|
1703
|
-
export { default as
|
|
1704
|
+
export { default as Voicemail } from './voicemail';
|
|
1704
1705
|
export { default as Volume1 } from './volume-1';
|
|
1706
|
+
export { default as Volume2 } from './volume-2';
|
|
1705
1707
|
export { default as VolumeOff } from './volume-off';
|
|
1706
1708
|
export { default as VolumeX } from './volume-x';
|
|
1707
1709
|
export { default as Volume } from './volume';
|
|
@@ -1716,31 +1718,31 @@ export { default as Warehouse } from './warehouse';
|
|
|
1716
1718
|
export { default as WashingMachine } from './washing-machine';
|
|
1717
1719
|
export { default as Watch } from './watch';
|
|
1718
1720
|
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1719
|
-
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1720
1721
|
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1721
|
-
export { default as
|
|
1722
|
+
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1722
1723
|
export { default as WavesLadder } from './waves-ladder';
|
|
1724
|
+
export { default as WavesVertical } from './waves-vertical';
|
|
1723
1725
|
export { default as Waypoints } from './waypoints';
|
|
1724
1726
|
export { default as WebcamOff } from './webcam-off';
|
|
1725
1727
|
export { default as Webcam } from './webcam';
|
|
1726
|
-
export { default as Webhook } from './webhook';
|
|
1727
1728
|
export { default as WebhookOff } from './webhook-off';
|
|
1729
|
+
export { default as Webhook } from './webhook';
|
|
1728
1730
|
export { default as WeightTilde } from './weight-tilde';
|
|
1729
1731
|
export { default as Weight } from './weight';
|
|
1730
1732
|
export { default as WheatOff } from './wheat-off';
|
|
1731
1733
|
export { default as Wheat } from './wheat';
|
|
1732
|
-
export { default as WholeWord } from './whole-word';
|
|
1733
1734
|
export { default as WifiCog } from './wifi-cog';
|
|
1734
|
-
export { default as
|
|
1735
|
+
export { default as WholeWord } from './whole-word';
|
|
1735
1736
|
export { default as WifiHigh } from './wifi-high';
|
|
1737
|
+
export { default as WifiLow } from './wifi-low';
|
|
1736
1738
|
export { default as WifiOff } from './wifi-off';
|
|
1737
1739
|
export { default as WifiPen } from './wifi-pen';
|
|
1738
1740
|
export { default as WifiSync } from './wifi-sync';
|
|
1739
1741
|
export { default as WifiZero } from './wifi-zero';
|
|
1740
1742
|
export { default as Wifi } from './wifi';
|
|
1741
1743
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1742
|
-
export { default as WineOff } from './wine-off';
|
|
1743
1744
|
export { default as Wind } from './wind';
|
|
1745
|
+
export { default as WineOff } from './wine-off';
|
|
1744
1746
|
export { default as Wine } from './wine';
|
|
1745
1747
|
export { default as Workflow } from './workflow';
|
|
1746
1748
|
export { default as Worm } from './worm';
|
|
@@ -1757,8 +1759,8 @@ export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
|
1757
1759
|
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1758
1760
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1759
1761
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1760
|
-
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1761
1762
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1763
|
+
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1762
1764
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1763
1765
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1764
1766
|
export { default as ZodiacTaurus } from './zodiac-taurus';
|