@lucide/astro 0.487.0 → 0.489.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 +71 -71
- package/src/aliases/prefixed.ts +395 -395
- package/src/aliases/suffixed.ts +704 -704
- package/src/icons/index.ts +146 -146
- package/src/icons/layers-2.ts +2 -2
- package/src/icons/letter-text.ts +2 -2
- package/src/icons/text-cursor-input.ts +2 -2
- package/src/icons/text-select.ts +2 -2
- package/src/icons/text.ts +2 -2
- package/src/icons/toggle-left.ts +2 -2
- package/src/icons/toggle-right.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export { default as AArrowDown } from './a-arrow-down';
|
|
2
|
-
export { default as ALargeSmall } from './a-large-small';
|
|
3
2
|
export { default as AArrowUp } from './a-arrow-up';
|
|
4
3
|
export { default as Accessibility } from './accessibility';
|
|
5
4
|
export { default as Activity } from './activity';
|
|
5
|
+
export { default as ALargeSmall } from './a-large-small';
|
|
6
6
|
export { default as AirVent } from './air-vent';
|
|
7
7
|
export { default as Airplay } from './airplay';
|
|
8
8
|
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
9
9
|
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
10
10
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
11
|
-
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
12
11
|
export { default as AlarmClock } from './alarm-clock';
|
|
12
|
+
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
13
13
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
14
|
-
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
15
14
|
export { default as Album } from './album';
|
|
16
15
|
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
16
|
+
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
17
17
|
export { default as AlignCenter } from './align-center';
|
|
18
18
|
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
19
19
|
export { default as AlignEndVertical } from './align-end-vertical';
|
|
@@ -51,9 +51,9 @@ export { default as Aperture } from './aperture';
|
|
|
51
51
|
export { default as AppWindowMac } from './app-window-mac';
|
|
52
52
|
export { default as AppWindow } from './app-window';
|
|
53
53
|
export { default as Apple } from './apple';
|
|
54
|
-
export { default as ArchiveRestore } from './archive-restore';
|
|
55
|
-
export { default as Archive } from './archive';
|
|
56
54
|
export { default as ArchiveX } from './archive-x';
|
|
55
|
+
export { default as Archive } from './archive';
|
|
56
|
+
export { default as ArchiveRestore } from './archive-restore';
|
|
57
57
|
export { default as Armchair } from './armchair';
|
|
58
58
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
59
59
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
@@ -62,50 +62,50 @@ export { default as ArrowBigLeft } from './arrow-big-left';
|
|
|
62
62
|
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
63
63
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
64
64
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
65
|
-
export { default as ArrowBigUp } from './arrow-big-up';
|
|
66
65
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
67
66
|
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
67
|
+
export { default as ArrowBigUp } from './arrow-big-up';
|
|
68
68
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
69
69
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
70
70
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
71
71
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
72
72
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
73
|
-
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
74
73
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
74
|
+
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
75
75
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
76
76
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
77
77
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
78
|
-
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
79
78
|
export { default as ArrowDown } from './arrow-down';
|
|
79
|
+
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
80
80
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
81
81
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
82
82
|
export { default as ArrowLeft } from './arrow-left';
|
|
83
83
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
84
|
-
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
85
84
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
85
|
+
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
86
86
|
export { default as ArrowRight } from './arrow-right';
|
|
87
87
|
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
88
|
-
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
89
88
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
89
|
+
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
90
90
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
91
91
|
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
92
92
|
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
93
93
|
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
94
94
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
95
95
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
96
|
-
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
97
96
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
97
|
+
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
98
98
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
99
99
|
export { default as ArrowUp } from './arrow-up';
|
|
100
100
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
101
|
-
export { default as Asterisk } from './asterisk';
|
|
102
101
|
export { default as AtSign } from './at-sign';
|
|
102
|
+
export { default as Asterisk } from './asterisk';
|
|
103
103
|
export { default as Atom } from './atom';
|
|
104
104
|
export { default as AudioLines } from './audio-lines';
|
|
105
105
|
export { default as AudioWaveform } from './audio-waveform';
|
|
106
|
-
export { default as Award } from './award';
|
|
107
106
|
export { default as Axe } from './axe';
|
|
108
107
|
export { default as Axis3d } from './axis-3d';
|
|
108
|
+
export { default as Award } from './award';
|
|
109
109
|
export { default as Baby } from './baby';
|
|
110
110
|
export { default as Backpack } from './backpack';
|
|
111
111
|
export { default as BadgeAlert } from './badge-alert';
|
|
@@ -113,12 +113,12 @@ export { default as BadgeCent } from './badge-cent';
|
|
|
113
113
|
export { default as BadgeCheck } from './badge-check';
|
|
114
114
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
115
115
|
export { default as BadgeEuro } from './badge-euro';
|
|
116
|
-
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
117
116
|
export { default as BadgeHelp } from './badge-help';
|
|
117
|
+
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
118
118
|
export { default as BadgeInfo } from './badge-info';
|
|
119
|
-
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
120
119
|
export { default as BadgeMinus } from './badge-minus';
|
|
121
120
|
export { default as BadgePercent } from './badge-percent';
|
|
121
|
+
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
122
122
|
export { default as BadgePlus } from './badge-plus';
|
|
123
123
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
124
124
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
@@ -129,24 +129,24 @@ export { default as BaggageClaim } from './baggage-claim';
|
|
|
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 BanknoteX } from './banknote-x';
|
|
135
135
|
export { default as Banknote } from './banknote';
|
|
136
136
|
export { default as Barcode } from './barcode';
|
|
137
137
|
export { default as Baseline } from './baseline';
|
|
138
138
|
export { default as Bath } from './bath';
|
|
139
139
|
export { default as BatteryCharging } from './battery-charging';
|
|
140
|
-
export { default as BatteryFull } from './battery-full';
|
|
141
140
|
export { default as BatteryLow } from './battery-low';
|
|
141
|
+
export { default as BatteryFull } from './battery-full';
|
|
142
142
|
export { default as BatteryMedium } from './battery-medium';
|
|
143
143
|
export { default as BatteryPlus } from './battery-plus';
|
|
144
144
|
export { default as BatteryWarning } from './battery-warning';
|
|
145
145
|
export { default as Battery } from './battery';
|
|
146
146
|
export { default as Beaker } from './beaker';
|
|
147
147
|
export { default as BeanOff } from './bean-off';
|
|
148
|
-
export { default as Bean } from './bean';
|
|
149
148
|
export { default as BedDouble } from './bed-double';
|
|
149
|
+
export { default as Bean } from './bean';
|
|
150
150
|
export { default as BedSingle } from './bed-single';
|
|
151
151
|
export { default as Bed } from './bed';
|
|
152
152
|
export { default as Beef } from './beef';
|
|
@@ -185,9 +185,9 @@ export { default as BookA } from './book-a';
|
|
|
185
185
|
export { default as BookAudio } from './book-audio';
|
|
186
186
|
export { default as BookCheck } from './book-check';
|
|
187
187
|
export { default as BookCopy } from './book-copy';
|
|
188
|
+
export { default as BookDashed } from './book-dashed';
|
|
188
189
|
export { default as BookDown } from './book-down';
|
|
189
190
|
export { default as BookHeadphones } from './book-headphones';
|
|
190
|
-
export { default as BookDashed } from './book-dashed';
|
|
191
191
|
export { default as BookHeart } from './book-heart';
|
|
192
192
|
export { default as BookImage } from './book-image';
|
|
193
193
|
export { default as BookKey } from './book-key';
|
|
@@ -197,12 +197,12 @@ export { default as BookMinus } from './book-minus';
|
|
|
197
197
|
export { default as BookOpenCheck } from './book-open-check';
|
|
198
198
|
export { default as BookOpenText } from './book-open-text';
|
|
199
199
|
export { default as BookOpen } from './book-open';
|
|
200
|
-
export { default as BookText } from './book-text';
|
|
201
200
|
export { default as BookPlus } from './book-plus';
|
|
201
|
+
export { default as BookText } from './book-text';
|
|
202
202
|
export { default as BookType } from './book-type';
|
|
203
203
|
export { default as BookUp2 } from './book-up-2';
|
|
204
|
-
export { default as BookUser } from './book-user';
|
|
205
204
|
export { default as BookUp } from './book-up';
|
|
205
|
+
export { default as BookUser } from './book-user';
|
|
206
206
|
export { default as BookX } from './book-x';
|
|
207
207
|
export { default as Book } from './book';
|
|
208
208
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
@@ -233,8 +233,8 @@ export { default as BugPlay } from './bug-play';
|
|
|
233
233
|
export { default as Bug } from './bug';
|
|
234
234
|
export { default as Building2 } from './building-2';
|
|
235
235
|
export { default as Building } from './building';
|
|
236
|
-
export { default as Bus } from './bus';
|
|
237
236
|
export { default as BusFront } from './bus-front';
|
|
237
|
+
export { default as Bus } from './bus';
|
|
238
238
|
export { default as CableCar } from './cable-car';
|
|
239
239
|
export { default as Cable } from './cable';
|
|
240
240
|
export { default as CakeSlice } from './cake-slice';
|
|
@@ -252,9 +252,9 @@ export { default as CalendarFold } from './calendar-fold';
|
|
|
252
252
|
export { default as CalendarHeart } from './calendar-heart';
|
|
253
253
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
254
254
|
export { default as CalendarMinus } from './calendar-minus';
|
|
255
|
-
export { default as CalendarOff } from './calendar-off';
|
|
256
255
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
257
256
|
export { default as CalendarPlus } from './calendar-plus';
|
|
257
|
+
export { default as CalendarOff } from './calendar-off';
|
|
258
258
|
export { default as CalendarRange } from './calendar-range';
|
|
259
259
|
export { default as CalendarSearch } from './calendar-search';
|
|
260
260
|
export { default as CalendarSync } from './calendar-sync';
|
|
@@ -275,10 +275,10 @@ export { default as Car } from './car';
|
|
|
275
275
|
export { default as Caravan } from './caravan';
|
|
276
276
|
export { default as Carrot } from './carrot';
|
|
277
277
|
export { default as CaseLower } from './case-lower';
|
|
278
|
-
export { default as CaseSensitive } from './case-sensitive';
|
|
279
278
|
export { default as CaseUpper } from './case-upper';
|
|
280
|
-
export { default as
|
|
279
|
+
export { default as CaseSensitive } from './case-sensitive';
|
|
281
280
|
export { default as CassetteTape } from './cassette-tape';
|
|
281
|
+
export { default as Cast } from './cast';
|
|
282
282
|
export { default as Castle } from './castle';
|
|
283
283
|
export { default as Cat } from './cat';
|
|
284
284
|
export { default as Cctv } from './cctv';
|
|
@@ -290,8 +290,8 @@ export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
|
290
290
|
export { default as ChartBar } from './chart-bar';
|
|
291
291
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
292
292
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
293
|
-
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
294
293
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
294
|
+
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
295
295
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
296
296
|
export { default as ChartColumn } from './chart-column';
|
|
297
297
|
export { default as ChartGantt } from './chart-gantt';
|
|
@@ -303,16 +303,16 @@ export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
|
303
303
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
304
304
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
305
305
|
export { default as ChartPie } from './chart-pie';
|
|
306
|
-
export { default as ChartSpline } from './chart-spline';
|
|
307
306
|
export { default as ChartScatter } from './chart-scatter';
|
|
307
|
+
export { default as ChartSpline } from './chart-spline';
|
|
308
308
|
export { default as CheckCheck } from './check-check';
|
|
309
309
|
export { default as Check } from './check';
|
|
310
310
|
export { default as ChefHat } from './chef-hat';
|
|
311
311
|
export { default as Cherry } from './cherry';
|
|
312
312
|
export { default as ChevronDown } from './chevron-down';
|
|
313
313
|
export { default as ChevronFirst } from './chevron-first';
|
|
314
|
-
export { default as ChevronLast } from './chevron-last';
|
|
315
314
|
export { default as ChevronLeft } from './chevron-left';
|
|
315
|
+
export { default as ChevronLast } from './chevron-last';
|
|
316
316
|
export { default as ChevronRight } from './chevron-right';
|
|
317
317
|
export { default as ChevronUp } from './chevron-up';
|
|
318
318
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
@@ -322,16 +322,16 @@ export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
|
322
322
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
323
323
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
324
324
|
export { default as ChevronsRight } from './chevrons-right';
|
|
325
|
-
export { default as ChevronsUp } from './chevrons-up';
|
|
326
325
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
326
|
+
export { default as ChevronsUp } from './chevrons-up';
|
|
327
327
|
export { default as Chrome } from './chrome';
|
|
328
|
-
export { default as Church } from './church';
|
|
329
328
|
export { default as CigaretteOff } from './cigarette-off';
|
|
329
|
+
export { default as Church } from './church';
|
|
330
330
|
export { default as Cigarette } from './cigarette';
|
|
331
331
|
export { default as CircleAlert } from './circle-alert';
|
|
332
332
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
333
|
-
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
334
333
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
334
|
+
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
335
335
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
336
336
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
337
337
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
@@ -342,8 +342,8 @@ export { default as CircleCheck } from './circle-check';
|
|
|
342
342
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
343
343
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
344
344
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
345
|
-
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
346
345
|
export { default as CircleDashed } from './circle-dashed';
|
|
346
|
+
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
347
347
|
export { default as CircleDivide } from './circle-divide';
|
|
348
348
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
349
349
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
@@ -358,11 +358,11 @@ export { default as CircleMinus } from './circle-minus';
|
|
|
358
358
|
export { default as CircleOff } from './circle-off';
|
|
359
359
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
360
360
|
export { default as CircleParking } from './circle-parking';
|
|
361
|
-
export { default as CirclePause } from './circle-pause';
|
|
362
361
|
export { default as CirclePercent } from './circle-percent';
|
|
363
362
|
export { default as CirclePlay } from './circle-play';
|
|
364
|
-
export { default as
|
|
363
|
+
export { default as CirclePause } from './circle-pause';
|
|
365
364
|
export { default as CirclePlus } from './circle-plus';
|
|
365
|
+
export { default as CirclePower } from './circle-power';
|
|
366
366
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
367
367
|
export { default as CircleSlash } from './circle-slash';
|
|
368
368
|
export { default as CircleSmall } from './circle-small';
|
|
@@ -374,38 +374,38 @@ export { default as Circle } from './circle';
|
|
|
374
374
|
export { default as CircuitBoard } from './circuit-board';
|
|
375
375
|
export { default as Citrus } from './citrus';
|
|
376
376
|
export { default as Clapperboard } from './clapperboard';
|
|
377
|
-
export { default as ClipboardCopy } from './clipboard-copy';
|
|
378
377
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
378
|
+
export { default as ClipboardCopy } from './clipboard-copy';
|
|
379
379
|
export { default as ClipboardList } from './clipboard-list';
|
|
380
|
-
export { default as ClipboardPaste } from './clipboard-paste';
|
|
381
380
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
382
381
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
383
382
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
383
|
+
export { default as ClipboardPaste } from './clipboard-paste';
|
|
384
384
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
385
|
-
export { default as ClipboardType } from './clipboard-type';
|
|
386
385
|
export { default as ClipboardX } from './clipboard-x';
|
|
386
|
+
export { default as ClipboardType } from './clipboard-type';
|
|
387
387
|
export { default as Clipboard } from './clipboard';
|
|
388
388
|
export { default as Clock1 } from './clock-1';
|
|
389
389
|
export { default as Clock10 } from './clock-10';
|
|
390
390
|
export { default as Clock11 } from './clock-11';
|
|
391
|
-
export { default as Clock12 } from './clock-12';
|
|
392
391
|
export { default as Clock2 } from './clock-2';
|
|
392
|
+
export { default as Clock12 } from './clock-12';
|
|
393
393
|
export { default as Clock3 } from './clock-3';
|
|
394
394
|
export { default as Clock4 } from './clock-4';
|
|
395
|
-
export { default as Clock5 } from './clock-5';
|
|
396
|
-
export { default as Clock7 } from './clock-7';
|
|
397
395
|
export { default as Clock6 } from './clock-6';
|
|
396
|
+
export { default as Clock7 } from './clock-7';
|
|
397
|
+
export { default as Clock5 } from './clock-5';
|
|
398
398
|
export { default as Clock8 } from './clock-8';
|
|
399
399
|
export { default as Clock9 } from './clock-9';
|
|
400
400
|
export { default as ClockAlert } from './clock-alert';
|
|
401
401
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
402
|
-
export { default as ClockFading } from './clock-fading';
|
|
403
402
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
404
|
-
export { default as
|
|
403
|
+
export { default as ClockFading } from './clock-fading';
|
|
405
404
|
export { default as Clock } from './clock';
|
|
405
|
+
export { default as CloudAlert } from './cloud-alert';
|
|
406
406
|
export { default as CloudCog } from './cloud-cog';
|
|
407
|
-
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
408
407
|
export { default as CloudDownload } from './cloud-download';
|
|
408
|
+
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
409
409
|
export { default as CloudFog } from './cloud-fog';
|
|
410
410
|
export { default as CloudHail } from './cloud-hail';
|
|
411
411
|
export { default as CloudLightning } from './cloud-lightning';
|
|
@@ -422,8 +422,8 @@ export { default as Cloud } from './cloud';
|
|
|
422
422
|
export { default as Cloudy } from './cloudy';
|
|
423
423
|
export { default as Clover } from './clover';
|
|
424
424
|
export { default as Club } from './club';
|
|
425
|
-
export { default as CodeXml } from './code-xml';
|
|
426
425
|
export { default as Code } from './code';
|
|
426
|
+
export { default as CodeXml } from './code-xml';
|
|
427
427
|
export { default as Codepen } from './codepen';
|
|
428
428
|
export { default as Codesandbox } from './codesandbox';
|
|
429
429
|
export { default as Coffee } from './coffee';
|
|
@@ -432,8 +432,8 @@ export { default as Coins } from './coins';
|
|
|
432
432
|
export { default as Columns2 } from './columns-2';
|
|
433
433
|
export { default as Columns3 } from './columns-3';
|
|
434
434
|
export { default as Columns4 } from './columns-4';
|
|
435
|
-
export { default as Command } from './command';
|
|
436
435
|
export { default as Combine } from './combine';
|
|
436
|
+
export { default as Command } from './command';
|
|
437
437
|
export { default as Compass } from './compass';
|
|
438
438
|
export { default as Component } from './component';
|
|
439
439
|
export { default as Computer } from './computer';
|
|
@@ -445,9 +445,9 @@ export { default as Contact } from './contact';
|
|
|
445
445
|
export { default as Container } from './container';
|
|
446
446
|
export { default as Contrast } from './contrast';
|
|
447
447
|
export { default as Cookie } from './cookie';
|
|
448
|
+
export { default as CookingPot } from './cooking-pot';
|
|
448
449
|
export { default as CopyCheck } from './copy-check';
|
|
449
450
|
export { default as CopyMinus } from './copy-minus';
|
|
450
|
-
export { default as CookingPot } from './cooking-pot';
|
|
451
451
|
export { default as CopyPlus } from './copy-plus';
|
|
452
452
|
export { default as CopySlash } from './copy-slash';
|
|
453
453
|
export { default as CopyX } from './copy-x';
|
|
@@ -459,24 +459,24 @@ export { default as CornerDownRight } from './corner-down-right';
|
|
|
459
459
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
460
460
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
461
461
|
export { default as CornerRightDown } from './corner-right-down';
|
|
462
|
-
export { default as CornerRightUp } from './corner-right-up';
|
|
463
462
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
463
|
+
export { default as CornerRightUp } from './corner-right-up';
|
|
464
464
|
export { default as CornerUpRight } from './corner-up-right';
|
|
465
465
|
export { default as Cpu } from './cpu';
|
|
466
466
|
export { default as CreativeCommons } from './creative-commons';
|
|
467
|
-
export { default as CreditCard } from './credit-card';
|
|
468
467
|
export { default as Croissant } from './croissant';
|
|
468
|
+
export { default as CreditCard } from './credit-card';
|
|
469
469
|
export { default as Crop } from './crop';
|
|
470
470
|
export { default as Cross } from './cross';
|
|
471
471
|
export { default as Crosshair } from './crosshair';
|
|
472
472
|
export { default as Crown } from './crown';
|
|
473
|
-
export { default as CupSoda } from './cup-soda';
|
|
474
473
|
export { default as Cuboid } from './cuboid';
|
|
474
|
+
export { default as CupSoda } from './cup-soda';
|
|
475
475
|
export { default as Currency } from './currency';
|
|
476
476
|
export { default as Cylinder } from './cylinder';
|
|
477
477
|
export { default as Dam } from './dam';
|
|
478
|
-
export { default as DatabaseZap } from './database-zap';
|
|
479
478
|
export { default as DatabaseBackup } from './database-backup';
|
|
479
|
+
export { default as DatabaseZap } from './database-zap';
|
|
480
480
|
export { default as Database } from './database';
|
|
481
481
|
export { default as Delete } from './delete';
|
|
482
482
|
export { default as Dessert } from './dessert';
|
|
@@ -485,14 +485,14 @@ export { default as DiamondMinus } from './diamond-minus';
|
|
|
485
485
|
export { default as DiamondPercent } from './diamond-percent';
|
|
486
486
|
export { default as DiamondPlus } from './diamond-plus';
|
|
487
487
|
export { default as Diamond } from './diamond';
|
|
488
|
-
export { default as Dice1 } from './dice-1';
|
|
489
488
|
export { default as Dice2 } from './dice-2';
|
|
490
489
|
export { default as Dice3 } from './dice-3';
|
|
490
|
+
export { default as Dice1 } from './dice-1';
|
|
491
491
|
export { default as Dice4 } from './dice-4';
|
|
492
492
|
export { default as Dice5 } from './dice-5';
|
|
493
493
|
export { default as Dice6 } from './dice-6';
|
|
494
|
-
export { default as Dices } from './dices';
|
|
495
494
|
export { default as Diff } from './diff';
|
|
495
|
+
export { default as Dices } from './dices';
|
|
496
496
|
export { default as Disc2 } from './disc-2';
|
|
497
497
|
export { default as Disc3 } from './disc-3';
|
|
498
498
|
export { default as DiscAlbum } from './disc-album';
|
|
@@ -531,9 +531,9 @@ export { default as Ellipsis } from './ellipsis';
|
|
|
531
531
|
export { default as EqualApproximately } from './equal-approximately';
|
|
532
532
|
export { default as EqualNot } from './equal-not';
|
|
533
533
|
export { default as Equal } from './equal';
|
|
534
|
-
export { default as Eraser } from './eraser';
|
|
535
534
|
export { default as EthernetPort } from './ethernet-port';
|
|
536
535
|
export { default as Euro } from './euro';
|
|
536
|
+
export { default as Eraser } from './eraser';
|
|
537
537
|
export { default as Expand } from './expand';
|
|
538
538
|
export { default as ExternalLink } from './external-link';
|
|
539
539
|
export { default as EyeClosed } from './eye-closed';
|
|
@@ -566,17 +566,17 @@ export { default as FileCode } from './file-code';
|
|
|
566
566
|
export { default as FileCog } from './file-cog';
|
|
567
567
|
export { default as FileDiff } from './file-diff';
|
|
568
568
|
export { default as FileDigit } from './file-digit';
|
|
569
|
+
export { default as FileDown } from './file-down';
|
|
569
570
|
export { default as FileHeart } from './file-heart';
|
|
570
571
|
export { default as FileImage } from './file-image';
|
|
571
|
-
export { default as FileDown } from './file-down';
|
|
572
572
|
export { default as FileInput } from './file-input';
|
|
573
573
|
export { default as FileJson2 } from './file-json-2';
|
|
574
574
|
export { default as FileJson } from './file-json';
|
|
575
575
|
export { default as FileKey2 } from './file-key-2';
|
|
576
576
|
export { default as FileKey } from './file-key';
|
|
577
577
|
export { default as FileLock2 } from './file-lock-2';
|
|
578
|
-
export { default as FileMinus2 } from './file-minus-2';
|
|
579
578
|
export { default as FileLock } from './file-lock';
|
|
579
|
+
export { default as FileMinus2 } from './file-minus-2';
|
|
580
580
|
export { default as FileMinus } from './file-minus';
|
|
581
581
|
export { default as FileMusic } from './file-music';
|
|
582
582
|
export { default as FileOutput } from './file-output';
|
|
@@ -604,28 +604,28 @@ export { default as FileVolume2 } from './file-volume-2';
|
|
|
604
604
|
export { default as FileVolume } from './file-volume';
|
|
605
605
|
export { default as FileWarning } from './file-warning';
|
|
606
606
|
export { default as FileX2 } from './file-x-2';
|
|
607
|
-
export { default as FileX } from './file-x';
|
|
608
607
|
export { default as File } from './file';
|
|
608
|
+
export { default as FileX } from './file-x';
|
|
609
609
|
export { default as Files } from './files';
|
|
610
610
|
export { default as Film } from './film';
|
|
611
611
|
export { default as Fingerprint } from './fingerprint';
|
|
612
612
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
613
|
-
export { default as FishOff } from './fish-off';
|
|
614
613
|
export { default as FishSymbol } from './fish-symbol';
|
|
615
614
|
export { default as Fish } from './fish';
|
|
615
|
+
export { default as FishOff } from './fish-off';
|
|
616
616
|
export { default as FlagOff } from './flag-off';
|
|
617
617
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
618
|
-
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
619
618
|
export { default as Flag } from './flag';
|
|
619
|
+
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
620
620
|
export { default as FlameKindling } from './flame-kindling';
|
|
621
621
|
export { default as Flame } from './flame';
|
|
622
622
|
export { default as FlashlightOff } from './flashlight-off';
|
|
623
623
|
export { default as Flashlight } from './flashlight';
|
|
624
624
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
625
625
|
export { default as FlaskConical } from './flask-conical';
|
|
626
|
-
export { default as FlaskRound } from './flask-round';
|
|
627
626
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
628
627
|
export { default as FlipHorizontal } from './flip-horizontal';
|
|
628
|
+
export { default as FlaskRound } from './flask-round';
|
|
629
629
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
630
630
|
export { default as FlipVertical } from './flip-vertical';
|
|
631
631
|
export { default as Flower2 } from './flower-2';
|
|
@@ -650,8 +650,8 @@ export { default as FolderKey } from './folder-key';
|
|
|
650
650
|
export { default as FolderLock } from './folder-lock';
|
|
651
651
|
export { default as FolderMinus } from './folder-minus';
|
|
652
652
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
653
|
-
export { default as FolderOutput } from './folder-output';
|
|
654
653
|
export { default as FolderOpen } from './folder-open';
|
|
654
|
+
export { default as FolderOutput } from './folder-output';
|
|
655
655
|
export { default as FolderPen } from './folder-pen';
|
|
656
656
|
export { default as FolderPlus } from './folder-plus';
|
|
657
657
|
export { default as FolderRoot } from './folder-root';
|
|
@@ -665,12 +665,12 @@ export { default as FolderX } from './folder-x';
|
|
|
665
665
|
export { default as Folder } from './folder';
|
|
666
666
|
export { default as Folders } from './folders';
|
|
667
667
|
export { default as Footprints } from './footprints';
|
|
668
|
-
export { default as Forklift } from './forklift';
|
|
669
668
|
export { default as Forward } from './forward';
|
|
669
|
+
export { default as Forklift } from './forklift';
|
|
670
670
|
export { default as Frame } from './frame';
|
|
671
671
|
export { default as Framer } from './framer';
|
|
672
|
-
export { default as Fuel } from './fuel';
|
|
673
672
|
export { default as Frown } from './frown';
|
|
673
|
+
export { default as Fuel } from './fuel';
|
|
674
674
|
export { default as Fullscreen } from './fullscreen';
|
|
675
675
|
export { default as FunnelPlus } from './funnel-plus';
|
|
676
676
|
export { default as FunnelX } from './funnel-x';
|
|
@@ -694,33 +694,33 @@ export { default as GitCommitVertical } from './git-commit-vertical';
|
|
|
694
694
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
695
695
|
export { default as GitCompare } from './git-compare';
|
|
696
696
|
export { default as GitFork } from './git-fork';
|
|
697
|
-
export { default as GitGraph } from './git-graph';
|
|
698
697
|
export { default as GitMerge } from './git-merge';
|
|
698
|
+
export { default as GitGraph } from './git-graph';
|
|
699
699
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
700
700
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
701
|
-
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
702
701
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
702
|
+
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
703
703
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
704
704
|
export { default as GitPullRequest } from './git-pull-request';
|
|
705
705
|
export { default as Github } from './github';
|
|
706
706
|
export { default as Gitlab } from './gitlab';
|
|
707
707
|
export { default as GlassWater } from './glass-water';
|
|
708
|
-
export { default as Glasses } from './glasses';
|
|
709
708
|
export { default as GlobeLock } from './globe-lock';
|
|
709
|
+
export { default as Glasses } from './glasses';
|
|
710
710
|
export { default as Globe } from './globe';
|
|
711
711
|
export { default as Goal } from './goal';
|
|
712
712
|
export { default as Grab } from './grab';
|
|
713
713
|
export { default as GraduationCap } from './graduation-cap';
|
|
714
714
|
export { default as Grape } from './grape';
|
|
715
|
-
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
716
715
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
716
|
+
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
717
717
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
718
718
|
export { default as Grid2x2 } from './grid-2x2';
|
|
719
719
|
export { default as Grid3x3 } from './grid-3x3';
|
|
720
720
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
721
721
|
export { default as GripVertical } from './grip-vertical';
|
|
722
|
-
export { default as Group } from './group';
|
|
723
722
|
export { default as Grip } from './grip';
|
|
723
|
+
export { default as Group } from './group';
|
|
724
724
|
export { default as Guitar } from './guitar';
|
|
725
725
|
export { default as Ham } from './ham';
|
|
726
726
|
export { default as Hammer } from './hammer';
|
|
@@ -731,8 +731,8 @@ export { default as HandMetal } from './hand-metal';
|
|
|
731
731
|
export { default as HandPlatter } from './hand-platter';
|
|
732
732
|
export { default as Hand } from './hand';
|
|
733
733
|
export { default as Handshake } from './handshake';
|
|
734
|
-
export { default as HardDriveDownload } from './hard-drive-download';
|
|
735
734
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
735
|
+
export { default as HardDriveDownload } from './hard-drive-download';
|
|
736
736
|
export { default as HardDrive } from './hard-drive';
|
|
737
737
|
export { default as HardHat } from './hard-hat';
|
|
738
738
|
export { default as Hash } from './hash';
|
|
@@ -784,14 +784,14 @@ export { default as IndentDecrease } from './indent-decrease';
|
|
|
784
784
|
export { default as IndentIncrease } from './indent-increase';
|
|
785
785
|
export { default as IndianRupee } from './indian-rupee';
|
|
786
786
|
export { default as Infinity } from './infinity';
|
|
787
|
-
export { default as Info } from './info';
|
|
788
787
|
export { default as InspectionPanel } from './inspection-panel';
|
|
788
|
+
export { default as Info } from './info';
|
|
789
789
|
export { default as Instagram } from './instagram';
|
|
790
790
|
export { default as Italic } from './italic';
|
|
791
|
-
export { default as IterationCcw } from './iteration-ccw';
|
|
792
791
|
export { default as IterationCw } from './iteration-cw';
|
|
793
|
-
export { default as
|
|
792
|
+
export { default as IterationCcw } from './iteration-ccw';
|
|
794
793
|
export { default as Joystick } from './joystick';
|
|
794
|
+
export { default as JapaneseYen } from './japanese-yen';
|
|
795
795
|
export { default as Kanban } from './kanban';
|
|
796
796
|
export { default as KeyRound } from './key-round';
|
|
797
797
|
export { default as KeySquare } from './key-square';
|
|
@@ -802,8 +802,8 @@ export { default as Keyboard } from './keyboard';
|
|
|
802
802
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
803
803
|
export { default as LampDesk } from './lamp-desk';
|
|
804
804
|
export { default as LampFloor } from './lamp-floor';
|
|
805
|
-
export { default as LampWallDown } from './lamp-wall-down';
|
|
806
805
|
export { default as LampWallUp } from './lamp-wall-up';
|
|
806
|
+
export { default as LampWallDown } from './lamp-wall-down';
|
|
807
807
|
export { default as Lamp } from './lamp';
|
|
808
808
|
export { default as LandPlot } from './land-plot';
|
|
809
809
|
export { default as Landmark } from './landmark';
|
|
@@ -821,8 +821,8 @@ export { default as LayoutGrid } from './layout-grid';
|
|
|
821
821
|
export { default as LayoutList } from './layout-list';
|
|
822
822
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
823
823
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
824
|
-
export { default as Leaf } from './leaf';
|
|
825
824
|
export { default as LayoutTemplate } from './layout-template';
|
|
825
|
+
export { default as Leaf } from './leaf';
|
|
826
826
|
export { default as LeafyGreen } from './leafy-green';
|
|
827
827
|
export { default as Lectern } from './lectern';
|
|
828
828
|
export { default as LetterText } from './letter-text';
|
|
@@ -838,16 +838,16 @@ export { default as Link } from './link';
|
|
|
838
838
|
export { default as Linkedin } from './linkedin';
|
|
839
839
|
export { default as ListCheck } from './list-check';
|
|
840
840
|
export { default as ListChecks } from './list-checks';
|
|
841
|
-
export { default as ListCollapse } from './list-collapse';
|
|
842
841
|
export { default as ListEnd } from './list-end';
|
|
842
|
+
export { default as ListCollapse } from './list-collapse';
|
|
843
843
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
844
844
|
export { default as ListFilter } from './list-filter';
|
|
845
845
|
export { default as ListMinus } from './list-minus';
|
|
846
846
|
export { default as ListMusic } from './list-music';
|
|
847
847
|
export { default as ListOrdered } from './list-ordered';
|
|
848
848
|
export { default as ListPlus } from './list-plus';
|
|
849
|
-
export { default as ListRestart } from './list-restart';
|
|
850
849
|
export { default as ListStart } from './list-start';
|
|
850
|
+
export { default as ListRestart } from './list-restart';
|
|
851
851
|
export { default as ListTodo } from './list-todo';
|
|
852
852
|
export { default as ListTree } from './list-tree';
|
|
853
853
|
export { default as ListVideo } from './list-video';
|
|
@@ -861,10 +861,10 @@ export { default as LocateOff } from './locate-off';
|
|
|
861
861
|
export { default as Locate } from './locate';
|
|
862
862
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
863
863
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
864
|
-
export { default as Lock } from './lock';
|
|
865
864
|
export { default as LockOpen } from './lock-open';
|
|
866
|
-
export { default as
|
|
865
|
+
export { default as Lock } from './lock';
|
|
867
866
|
export { default as LogIn } from './log-in';
|
|
867
|
+
export { default as LogOut } from './log-out';
|
|
868
868
|
export { default as Logs } from './logs';
|
|
869
869
|
export { default as Lollipop } from './lollipop';
|
|
870
870
|
export { default as Luggage } from './luggage';
|
|
@@ -881,14 +881,14 @@ export { default as Mail } from './mail';
|
|
|
881
881
|
export { default as Mailbox } from './mailbox';
|
|
882
882
|
export { default as Mails } from './mails';
|
|
883
883
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
884
|
-
export { default as MapPinHouse } from './map-pin-house';
|
|
885
884
|
export { default as MapPinCheck } from './map-pin-check';
|
|
885
|
+
export { default as MapPinHouse } from './map-pin-house';
|
|
886
886
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
887
887
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
888
888
|
export { default as MapPinOff } from './map-pin-off';
|
|
889
889
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
890
|
-
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
891
890
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
891
|
+
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
892
892
|
export { default as MapPinX } from './map-pin-x';
|
|
893
893
|
export { default as MapPin } from './map-pin';
|
|
894
894
|
export { default as MapPinned } from './map-pinned';
|
|
@@ -920,20 +920,20 @@ export { default as MessageCircle } from './message-circle';
|
|
|
920
920
|
export { default as MessageSquareCode } from './message-square-code';
|
|
921
921
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
922
922
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
923
|
-
export { default as MessageSquareHeart } from './message-square-heart';
|
|
924
923
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
924
|
+
export { default as MessageSquareHeart } from './message-square-heart';
|
|
925
925
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
926
926
|
export { default as MessageSquareMore } from './message-square-more';
|
|
927
927
|
export { default as MessageSquareOff } from './message-square-off';
|
|
928
928
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
929
929
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
930
930
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
931
|
-
export { default as MessageSquareText } from './message-square-text';
|
|
932
931
|
export { default as MessageSquareShare } from './message-square-share';
|
|
932
|
+
export { default as MessageSquareText } from './message-square-text';
|
|
933
933
|
export { default as MessageSquareWarning } from './message-square-warning';
|
|
934
934
|
export { default as MessageSquareX } from './message-square-x';
|
|
935
|
-
export { default as MessagesSquare } from './messages-square';
|
|
936
935
|
export { default as MessageSquare } from './message-square';
|
|
936
|
+
export { default as MessagesSquare } from './messages-square';
|
|
937
937
|
export { default as MicOff } from './mic-off';
|
|
938
938
|
export { default as MicVocal } from './mic-vocal';
|
|
939
939
|
export { default as Mic } from './mic';
|
|
@@ -949,8 +949,8 @@ export { default as Minus } from './minus';
|
|
|
949
949
|
export { default as MonitorCheck } from './monitor-check';
|
|
950
950
|
export { default as MonitorCog } from './monitor-cog';
|
|
951
951
|
export { default as MonitorDot } from './monitor-dot';
|
|
952
|
-
export { default as MonitorDown } from './monitor-down';
|
|
953
952
|
export { default as MonitorOff } from './monitor-off';
|
|
953
|
+
export { default as MonitorDown } from './monitor-down';
|
|
954
954
|
export { default as MonitorPause } from './monitor-pause';
|
|
955
955
|
export { default as MonitorPlay } from './monitor-play';
|
|
956
956
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
@@ -960,8 +960,8 @@ export { default as MonitorUp } from './monitor-up';
|
|
|
960
960
|
export { default as MonitorX } from './monitor-x';
|
|
961
961
|
export { default as Monitor } from './monitor';
|
|
962
962
|
export { default as MoonStar } from './moon-star';
|
|
963
|
-
export { default as MountainSnow } from './mountain-snow';
|
|
964
963
|
export { default as Moon } from './moon';
|
|
964
|
+
export { default as MountainSnow } from './mountain-snow';
|
|
965
965
|
export { default as Mountain } from './mountain';
|
|
966
966
|
export { default as MouseOff } from './mouse-off';
|
|
967
967
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
@@ -972,8 +972,8 @@ export { default as Mouse } from './mouse';
|
|
|
972
972
|
export { default as Move3d } from './move-3d';
|
|
973
973
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
974
974
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
975
|
-
export { default as MoveDownLeft } from './move-down-left';
|
|
976
975
|
export { default as MoveDownRight } from './move-down-right';
|
|
976
|
+
export { default as MoveDownLeft } from './move-down-left';
|
|
977
977
|
export { default as MoveDown } from './move-down';
|
|
978
978
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
979
979
|
export { default as MoveLeft } from './move-left';
|
|
@@ -990,8 +990,8 @@ export { default as Music } from './music';
|
|
|
990
990
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
991
991
|
export { default as Navigation2 } from './navigation-2';
|
|
992
992
|
export { default as NavigationOff } from './navigation-off';
|
|
993
|
-
export { default as Network } from './network';
|
|
994
993
|
export { default as Navigation } from './navigation';
|
|
994
|
+
export { default as Network } from './network';
|
|
995
995
|
export { default as Newspaper } from './newspaper';
|
|
996
996
|
export { default as Nfc } from './nfc';
|
|
997
997
|
export { default as NonBinary } from './non-binary';
|
|
@@ -1001,28 +1001,28 @@ export { default as NotebookText } from './notebook-text';
|
|
|
1001
1001
|
export { default as Notebook } from './notebook';
|
|
1002
1002
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1003
1003
|
export { default as NotepadText } from './notepad-text';
|
|
1004
|
-
export { default as NutOff } from './nut-off';
|
|
1005
1004
|
export { default as Nut } from './nut';
|
|
1005
|
+
export { default as NutOff } from './nut-off';
|
|
1006
1006
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1007
1007
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1008
1008
|
export { default as OctagonPause } from './octagon-pause';
|
|
1009
1009
|
export { default as OctagonX } from './octagon-x';
|
|
1010
|
-
export { default as Octagon } from './octagon';
|
|
1011
1010
|
export { default as Omega } from './omega';
|
|
1012
1011
|
export { default as Option } from './option';
|
|
1012
|
+
export { default as Octagon } from './octagon';
|
|
1013
1013
|
export { default as Orbit } from './orbit';
|
|
1014
1014
|
export { default as Origami } from './origami';
|
|
1015
|
-
export { default as Package2 } from './package-2';
|
|
1016
1015
|
export { default as PackageCheck } from './package-check';
|
|
1017
|
-
export { default as
|
|
1016
|
+
export { default as Package2 } from './package-2';
|
|
1018
1017
|
export { default as PackageOpen } from './package-open';
|
|
1019
1018
|
export { default as PackagePlus } from './package-plus';
|
|
1019
|
+
export { default as PackageMinus } from './package-minus';
|
|
1020
1020
|
export { default as PackageSearch } from './package-search';
|
|
1021
|
-
export { default as Package } from './package';
|
|
1022
1021
|
export { default as PackageX } from './package-x';
|
|
1022
|
+
export { default as Package } from './package';
|
|
1023
1023
|
export { default as PaintBucket } from './paint-bucket';
|
|
1024
|
-
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1025
1024
|
export { default as PaintRoller } from './paint-roller';
|
|
1025
|
+
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1026
1026
|
export { default as Paintbrush } from './paintbrush';
|
|
1027
1027
|
export { default as Palette } from './palette';
|
|
1028
1028
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
@@ -1036,8 +1036,8 @@ export { default as PanelLeft } from './panel-left';
|
|
|
1036
1036
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1037
1037
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1038
1038
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1039
|
-
export { default as PanelRight } from './panel-right';
|
|
1040
1039
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1040
|
+
export { default as PanelRight } from './panel-right';
|
|
1041
1041
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1042
1042
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1043
1043
|
export { default as PanelTop } from './panel-top';
|
|
@@ -1049,16 +1049,16 @@ export { default as Parentheses } from './parentheses';
|
|
|
1049
1049
|
export { default as ParkingMeter } from './parking-meter';
|
|
1050
1050
|
export { default as PartyPopper } from './party-popper';
|
|
1051
1051
|
export { default as Pause } from './pause';
|
|
1052
|
-
export { default as PcCase } from './pc-case';
|
|
1053
1052
|
export { default as PawPrint } from './paw-print';
|
|
1053
|
+
export { default as PcCase } from './pc-case';
|
|
1054
1054
|
export { default as PenLine } from './pen-line';
|
|
1055
1055
|
export { default as PenOff } from './pen-off';
|
|
1056
1056
|
export { default as PenTool } from './pen-tool';
|
|
1057
|
-
export { default as Pen } from './pen';
|
|
1058
1057
|
export { default as PencilLine } from './pencil-line';
|
|
1059
|
-
export { default as
|
|
1058
|
+
export { default as Pen } from './pen';
|
|
1060
1059
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1061
1060
|
export { default as Pencil } from './pencil';
|
|
1061
|
+
export { default as PencilOff } from './pencil-off';
|
|
1062
1062
|
export { default as Pentagon } from './pentagon';
|
|
1063
1063
|
export { default as Percent } from './percent';
|
|
1064
1064
|
export { default as PersonStanding } from './person-standing';
|
|
@@ -1066,12 +1066,12 @@ export { default as PhilippinePeso } from './philippine-peso';
|
|
|
1066
1066
|
export { default as PhoneCall } from './phone-call';
|
|
1067
1067
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1068
1068
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1069
|
-
export { default as PhoneOff } from './phone-off';
|
|
1070
1069
|
export { default as PhoneMissed } from './phone-missed';
|
|
1070
|
+
export { default as PhoneOff } from './phone-off';
|
|
1071
1071
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1072
1072
|
export { default as Phone } from './phone';
|
|
1073
|
-
export { default as Pi } from './pi';
|
|
1074
1073
|
export { default as Piano } from './piano';
|
|
1074
|
+
export { default as Pi } from './pi';
|
|
1075
1075
|
export { default as Pickaxe } from './pickaxe';
|
|
1076
1076
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1077
1077
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
@@ -1081,14 +1081,14 @@ export { default as PilcrowRight } from './pilcrow-right';
|
|
|
1081
1081
|
export { default as Pilcrow } from './pilcrow';
|
|
1082
1082
|
export { default as Pill } from './pill';
|
|
1083
1083
|
export { default as PillBottle } from './pill-bottle';
|
|
1084
|
-
export { default as Pin } from './pin';
|
|
1085
1084
|
export { default as PinOff } from './pin-off';
|
|
1085
|
+
export { default as Pin } from './pin';
|
|
1086
1086
|
export { default as Pipette } from './pipette';
|
|
1087
1087
|
export { default as Pizza } from './pizza';
|
|
1088
1088
|
export { default as PlaneLanding } from './plane-landing';
|
|
1089
1089
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1090
|
-
export { default as Plane } from './plane';
|
|
1091
1090
|
export { default as Play } from './play';
|
|
1091
|
+
export { default as Plane } from './plane';
|
|
1092
1092
|
export { default as Plug2 } from './plug-2';
|
|
1093
1093
|
export { default as PlugZap } from './plug-zap';
|
|
1094
1094
|
export { default as Plug } from './plug';
|
|
@@ -1107,8 +1107,8 @@ export { default as Presentation } from './presentation';
|
|
|
1107
1107
|
export { default as Printer } from './printer';
|
|
1108
1108
|
export { default as PrinterCheck } from './printer-check';
|
|
1109
1109
|
export { default as Projector } from './projector';
|
|
1110
|
-
export { default as Proportions } from './proportions';
|
|
1111
1110
|
export { default as Puzzle } from './puzzle';
|
|
1111
|
+
export { default as Proportions } from './proportions';
|
|
1112
1112
|
export { default as Pyramid } from './pyramid';
|
|
1113
1113
|
export { default as QrCode } from './qr-code';
|
|
1114
1114
|
export { default as Quote } from './quote';
|
|
@@ -1117,14 +1117,14 @@ export { default as Radar } from './radar';
|
|
|
1117
1117
|
export { default as Radiation } from './radiation';
|
|
1118
1118
|
export { default as Radical } from './radical';
|
|
1119
1119
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1120
|
-
export { default as RadioTower } from './radio-tower';
|
|
1121
1120
|
export { default as Radio } from './radio';
|
|
1121
|
+
export { default as RadioTower } from './radio-tower';
|
|
1122
1122
|
export { default as Radius } from './radius';
|
|
1123
1123
|
export { default as RailSymbol } from './rail-symbol';
|
|
1124
1124
|
export { default as Rainbow } from './rainbow';
|
|
1125
1125
|
export { default as Rat } from './rat';
|
|
1126
|
-
export { default as Ratio } from './ratio';
|
|
1127
1126
|
export { default as ReceiptCent } from './receipt-cent';
|
|
1127
|
+
export { default as Ratio } from './ratio';
|
|
1128
1128
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1129
1129
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1130
1130
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
@@ -1133,8 +1133,8 @@ export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
|
1133
1133
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1134
1134
|
export { default as ReceiptText } from './receipt-text';
|
|
1135
1135
|
export { default as Receipt } from './receipt';
|
|
1136
|
-
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1137
1136
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1137
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1138
1138
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1139
1139
|
export { default as Recycle } from './recycle';
|
|
1140
1140
|
export { default as Redo2 } from './redo-2';
|
|
@@ -1155,14 +1155,14 @@ export { default as Replace } from './replace';
|
|
|
1155
1155
|
export { default as ReplyAll } from './reply-all';
|
|
1156
1156
|
export { default as Reply } from './reply';
|
|
1157
1157
|
export { default as Rewind } from './rewind';
|
|
1158
|
-
export { default as Ribbon } from './ribbon';
|
|
1159
1158
|
export { default as Rocket } from './rocket';
|
|
1159
|
+
export { default as Ribbon } from './ribbon';
|
|
1160
1160
|
export { default as RockingChair } from './rocking-chair';
|
|
1161
1161
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1162
1162
|
export { default as Rotate3d } from './rotate-3d';
|
|
1163
|
+
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1163
1164
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1164
1165
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1165
|
-
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1166
1166
|
export { default as RotateCw } from './rotate-cw';
|
|
1167
1167
|
export { default as RouteOff } from './route-off';
|
|
1168
1168
|
export { default as Route } from './route';
|
|
@@ -1177,21 +1177,21 @@ export { default as Sailboat } from './sailboat';
|
|
|
1177
1177
|
export { default as Salad } from './salad';
|
|
1178
1178
|
export { default as Sandwich } from './sandwich';
|
|
1179
1179
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1180
|
-
export { default as Satellite } from './satellite';
|
|
1181
1180
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1181
|
+
export { default as Satellite } from './satellite';
|
|
1182
1182
|
export { default as SaveAll } from './save-all';
|
|
1183
1183
|
export { default as SaveOff } from './save-off';
|
|
1184
1184
|
export { default as Save } from './save';
|
|
1185
1185
|
export { default as Scale3d } from './scale-3d';
|
|
1186
1186
|
export { default as Scale } from './scale';
|
|
1187
|
-
export { default as Scaling } from './scaling';
|
|
1188
1187
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1188
|
+
export { default as Scaling } from './scaling';
|
|
1189
1189
|
export { default as ScanEye } from './scan-eye';
|
|
1190
1190
|
export { default as ScanFace } from './scan-face';
|
|
1191
1191
|
export { default as ScanHeart } from './scan-heart';
|
|
1192
1192
|
export { default as ScanLine } from './scan-line';
|
|
1193
|
-
export { default as ScanSearch } from './scan-search';
|
|
1194
1193
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1194
|
+
export { default as ScanSearch } from './scan-search';
|
|
1195
1195
|
export { default as ScanText } from './scan-text';
|
|
1196
1196
|
export { default as Scan } from './scan';
|
|
1197
1197
|
export { default as School } from './school';
|
|
@@ -1204,25 +1204,25 @@ export { default as Scroll } from './scroll';
|
|
|
1204
1204
|
export { default as SearchCheck } from './search-check';
|
|
1205
1205
|
export { default as SearchCode } from './search-code';
|
|
1206
1206
|
export { default as SearchSlash } from './search-slash';
|
|
1207
|
-
export { default as SearchX } from './search-x';
|
|
1208
1207
|
export { default as Search } from './search';
|
|
1209
1208
|
export { default as Section } from './section';
|
|
1209
|
+
export { default as SearchX } from './search-x';
|
|
1210
1210
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1211
1211
|
export { default as SendToBack } from './send-to-back';
|
|
1212
1212
|
export { default as Send } from './send';
|
|
1213
1213
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1214
1214
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1215
1215
|
export { default as ServerCog } from './server-cog';
|
|
1216
|
-
export { default as ServerCrash } from './server-crash';
|
|
1217
1216
|
export { default as ServerOff } from './server-off';
|
|
1217
|
+
export { default as ServerCrash } from './server-crash';
|
|
1218
1218
|
export { default as Server } from './server';
|
|
1219
1219
|
export { default as Settings2 } from './settings-2';
|
|
1220
|
-
export { default as Settings } from './settings';
|
|
1221
1220
|
export { default as Shapes } from './shapes';
|
|
1221
|
+
export { default as Settings } from './settings';
|
|
1222
1222
|
export { default as Share2 } from './share-2';
|
|
1223
1223
|
export { default as Share } from './share';
|
|
1224
|
-
export { default as Sheet } from './sheet';
|
|
1225
1224
|
export { default as Shell } from './shell';
|
|
1225
|
+
export { default as Sheet } from './sheet';
|
|
1226
1226
|
export { default as ShieldAlert } from './shield-alert';
|
|
1227
1227
|
export { default as ShieldBan } from './shield-ban';
|
|
1228
1228
|
export { default as ShieldCheck } from './shield-check';
|
|
@@ -1230,13 +1230,13 @@ export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
|
1230
1230
|
export { default as ShieldHalf } from './shield-half';
|
|
1231
1231
|
export { default as ShieldMinus } from './shield-minus';
|
|
1232
1232
|
export { default as ShieldOff } from './shield-off';
|
|
1233
|
-
export { default as ShieldQuestion } from './shield-question';
|
|
1234
1233
|
export { default as ShieldPlus } from './shield-plus';
|
|
1234
|
+
export { default as ShieldQuestion } from './shield-question';
|
|
1235
1235
|
export { default as ShieldUser } from './shield-user';
|
|
1236
1236
|
export { default as ShieldX } from './shield-x';
|
|
1237
1237
|
export { default as Shield } from './shield';
|
|
1238
|
-
export { default as ShipWheel } from './ship-wheel';
|
|
1239
1238
|
export { default as Ship } from './ship';
|
|
1239
|
+
export { default as ShipWheel } from './ship-wheel';
|
|
1240
1240
|
export { default as Shirt } from './shirt';
|
|
1241
1241
|
export { default as ShoppingBag } from './shopping-bag';
|
|
1242
1242
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
@@ -1247,8 +1247,8 @@ export { default as Shrimp } from './shrimp';
|
|
|
1247
1247
|
export { default as Shrink } from './shrink';
|
|
1248
1248
|
export { default as Shrub } from './shrub';
|
|
1249
1249
|
export { default as Shuffle } from './shuffle';
|
|
1250
|
-
export { default as Sigma } from './sigma';
|
|
1251
1250
|
export { default as SignalHigh } from './signal-high';
|
|
1251
|
+
export { default as Sigma } from './sigma';
|
|
1252
1252
|
export { default as SignalLow } from './signal-low';
|
|
1253
1253
|
export { default as SignalMedium } from './signal-medium';
|
|
1254
1254
|
export { default as SignalZero } from './signal-zero';
|
|
@@ -1273,8 +1273,8 @@ export { default as Smile } from './smile';
|
|
|
1273
1273
|
export { default as Snail } from './snail';
|
|
1274
1274
|
export { default as Snowflake } from './snowflake';
|
|
1275
1275
|
export { default as Sofa } from './sofa';
|
|
1276
|
-
export { default as Soup } from './soup';
|
|
1277
1276
|
export { default as Space } from './space';
|
|
1277
|
+
export { default as Soup } from './soup';
|
|
1278
1278
|
export { default as Spade } from './spade';
|
|
1279
1279
|
export { default as Sparkle } from './sparkle';
|
|
1280
1280
|
export { default as Sparkles } from './sparkles';
|
|
@@ -1288,9 +1288,9 @@ export { default as Split } from './split';
|
|
|
1288
1288
|
export { default as SprayCan } from './spray-can';
|
|
1289
1289
|
export { default as Sprout } from './sprout';
|
|
1290
1290
|
export { default as SquareActivity } from './square-activity';
|
|
1291
|
+
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1291
1292
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1292
1293
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1293
|
-
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1294
1294
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1295
1295
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1296
1296
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
@@ -1299,8 +1299,8 @@ export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
|
1299
1299
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1300
1300
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1301
1301
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1302
|
-
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1303
1302
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1303
|
+
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1304
1304
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1305
1305
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1306
1306
|
export { default as SquareCheckBig } from './square-check-big';
|
|
@@ -1310,23 +1310,23 @@ export { default as SquareChevronLeft } from './square-chevron-left';
|
|
|
1310
1310
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1311
1311
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1312
1312
|
export { default as SquareCode } from './square-code';
|
|
1313
|
+
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1313
1314
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1314
1315
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1315
|
-
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1316
1316
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1317
1317
|
export { default as SquareDashed } from './square-dashed';
|
|
1318
1318
|
export { default as SquareDivide } from './square-divide';
|
|
1319
1319
|
export { default as SquareDot } from './square-dot';
|
|
1320
1320
|
export { default as SquareEqual } from './square-equal';
|
|
1321
|
-
export { default as SquareKanban } from './square-kanban';
|
|
1322
1321
|
export { default as SquareFunction } from './square-function';
|
|
1322
|
+
export { default as SquareKanban } from './square-kanban';
|
|
1323
1323
|
export { default as SquareLibrary } from './square-library';
|
|
1324
1324
|
export { default as SquareM } from './square-m';
|
|
1325
1325
|
export { default as SquareMenu } from './square-menu';
|
|
1326
1326
|
export { default as SquareMinus } from './square-minus';
|
|
1327
1327
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1328
|
-
export { default as SquareParking } from './square-parking';
|
|
1329
1328
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1329
|
+
export { default as SquareParking } from './square-parking';
|
|
1330
1330
|
export { default as SquarePen } from './square-pen';
|
|
1331
1331
|
export { default as SquarePercent } from './square-percent';
|
|
1332
1332
|
export { default as SquarePi } from './square-pi';
|
|
@@ -1372,8 +1372,8 @@ export { default as Sun } from './sun';
|
|
|
1372
1372
|
export { default as Sunrise } from './sunrise';
|
|
1373
1373
|
export { default as Sunset } from './sunset';
|
|
1374
1374
|
export { default as Superscript } from './superscript';
|
|
1375
|
-
export { default as SwatchBook } from './swatch-book';
|
|
1376
1375
|
export { default as SwissFranc } from './swiss-franc';
|
|
1376
|
+
export { default as SwatchBook } from './swatch-book';
|
|
1377
1377
|
export { default as SwitchCamera } from './switch-camera';
|
|
1378
1378
|
export { default as Sword } from './sword';
|
|
1379
1379
|
export { default as Swords } from './swords';
|
|
@@ -1386,48 +1386,48 @@ export { default as TableOfContents } from './table-of-contents';
|
|
|
1386
1386
|
export { default as TableProperties } from './table-properties';
|
|
1387
1387
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1388
1388
|
export { default as Table } from './table';
|
|
1389
|
-
export { default as Tablet } from './tablet';
|
|
1390
1389
|
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1391
|
-
export { default as
|
|
1390
|
+
export { default as Tablet } from './tablet';
|
|
1392
1391
|
export { default as Tag } from './tag';
|
|
1392
|
+
export { default as Tablets } from './tablets';
|
|
1393
1393
|
export { default as Tags } from './tags';
|
|
1394
1394
|
export { default as Tally1 } from './tally-1';
|
|
1395
|
-
export { default as Tally2 } from './tally-2';
|
|
1396
1395
|
export { default as Tally3 } from './tally-3';
|
|
1396
|
+
export { default as Tally2 } from './tally-2';
|
|
1397
1397
|
export { default as Tally4 } from './tally-4';
|
|
1398
1398
|
export { default as Tally5 } from './tally-5';
|
|
1399
|
-
export { default as Tangent } from './tangent';
|
|
1400
1399
|
export { default as Target } from './target';
|
|
1401
1400
|
export { default as Telescope } from './telescope';
|
|
1401
|
+
export { default as Tangent } from './tangent';
|
|
1402
1402
|
export { default as TentTree } from './tent-tree';
|
|
1403
1403
|
export { default as Tent } from './tent';
|
|
1404
1404
|
export { default as Terminal } from './terminal';
|
|
1405
1405
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1406
|
-
export { default as TestTubes } from './test-tubes';
|
|
1407
1406
|
export { default as TestTube } from './test-tube';
|
|
1407
|
+
export { default as TestTubes } from './test-tubes';
|
|
1408
1408
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1409
1409
|
export { default as TextCursor } from './text-cursor';
|
|
1410
|
-
export { default as TextQuote } from './text-quote';
|
|
1411
1410
|
export { default as TextSearch } from './text-search';
|
|
1411
|
+
export { default as TextQuote } from './text-quote';
|
|
1412
1412
|
export { default as TextSelect } from './text-select';
|
|
1413
1413
|
export { default as Text } from './text';
|
|
1414
1414
|
export { default as Theater } from './theater';
|
|
1415
|
-
export { default as ThermometerSun } from './thermometer-sun';
|
|
1416
1415
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1416
|
+
export { default as ThermometerSun } from './thermometer-sun';
|
|
1417
1417
|
export { default as Thermometer } from './thermometer';
|
|
1418
1418
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1419
1419
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1420
1420
|
export { default as TicketCheck } from './ticket-check';
|
|
1421
1421
|
export { default as TicketMinus } from './ticket-minus';
|
|
1422
|
-
export { default as TicketPlus } from './ticket-plus';
|
|
1423
1422
|
export { default as TicketPercent } from './ticket-percent';
|
|
1424
|
-
export { default as
|
|
1423
|
+
export { default as TicketPlus } from './ticket-plus';
|
|
1425
1424
|
export { default as TicketX } from './ticket-x';
|
|
1425
|
+
export { default as TicketSlash } from './ticket-slash';
|
|
1426
1426
|
export { default as Ticket } from './ticket';
|
|
1427
1427
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1428
1428
|
export { default as Tickets } from './tickets';
|
|
1429
|
-
export { default as TimerOff } from './timer-off';
|
|
1430
1429
|
export { default as TimerReset } from './timer-reset';
|
|
1430
|
+
export { default as TimerOff } from './timer-off';
|
|
1431
1431
|
export { default as Timer } from './timer';
|
|
1432
1432
|
export { default as ToggleLeft } from './toggle-left';
|
|
1433
1433
|
export { default as ToggleRight } from './toggle-right';
|
|
@@ -1439,8 +1439,8 @@ export { default as Touchpad } from './touchpad';
|
|
|
1439
1439
|
export { default as TowerControl } from './tower-control';
|
|
1440
1440
|
export { default as ToyBrick } from './toy-brick';
|
|
1441
1441
|
export { default as Tractor } from './tractor';
|
|
1442
|
-
export { default as TrafficCone } from './traffic-cone';
|
|
1443
1442
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1443
|
+
export { default as TrafficCone } from './traffic-cone';
|
|
1444
1444
|
export { default as TrainFront } from './train-front';
|
|
1445
1445
|
export { default as TrainTrack } from './train-track';
|
|
1446
1446
|
export { default as TramFront } from './tram-front';
|
|
@@ -1464,8 +1464,8 @@ export { default as Truck } from './truck';
|
|
|
1464
1464
|
export { default as Turtle } from './turtle';
|
|
1465
1465
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1466
1466
|
export { default as TvMinimal } from './tv-minimal';
|
|
1467
|
-
export { default as Twitch } from './twitch';
|
|
1468
1467
|
export { default as Tv } from './tv';
|
|
1468
|
+
export { default as Twitch } from './twitch';
|
|
1469
1469
|
export { default as Twitter } from './twitter';
|
|
1470
1470
|
export { default as TypeOutline } from './type-outline';
|
|
1471
1471
|
export { default as Type } from './type';
|
|
@@ -1478,14 +1478,14 @@ export { default as Undo } from './undo';
|
|
|
1478
1478
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1479
1479
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1480
1480
|
export { default as Ungroup } from './ungroup';
|
|
1481
|
-
export { default as Unlink2 } from './unlink-2';
|
|
1482
1481
|
export { default as University } from './university';
|
|
1482
|
+
export { default as Unlink2 } from './unlink-2';
|
|
1483
1483
|
export { default as Unlink } from './unlink';
|
|
1484
|
-
export { default as Unplug } from './unplug';
|
|
1485
1484
|
export { default as Upload } from './upload';
|
|
1485
|
+
export { default as Unplug } from './unplug';
|
|
1486
1486
|
export { default as Usb } from './usb';
|
|
1487
|
-
export { default as UserCog } from './user-cog';
|
|
1488
1487
|
export { default as UserCheck } from './user-check';
|
|
1488
|
+
export { default as UserCog } from './user-cog';
|
|
1489
1489
|
export { default as UserMinus } from './user-minus';
|
|
1490
1490
|
export { default as UserPen } from './user-pen';
|
|
1491
1491
|
export { default as UserPlus } from './user-plus';
|
|
@@ -1498,8 +1498,8 @@ export { default as UserRoundSearch } from './user-round-search';
|
|
|
1498
1498
|
export { default as UserRoundX } from './user-round-x';
|
|
1499
1499
|
export { default as UserSearch } from './user-search';
|
|
1500
1500
|
export { default as UserRound } from './user-round';
|
|
1501
|
-
export { default as User } from './user';
|
|
1502
1501
|
export { default as UserX } from './user-x';
|
|
1502
|
+
export { default as User } from './user';
|
|
1503
1503
|
export { default as UsersRound } from './users-round';
|
|
1504
1504
|
export { default as Users } from './users';
|
|
1505
1505
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
@@ -1507,42 +1507,42 @@ export { default as Utensils } from './utensils';
|
|
|
1507
1507
|
export { default as UtilityPole } from './utility-pole';
|
|
1508
1508
|
export { default as Variable } from './variable';
|
|
1509
1509
|
export { default as Vault } from './vault';
|
|
1510
|
-
export { default as Vegan } from './vegan';
|
|
1511
1510
|
export { default as VenetianMask } from './venetian-mask';
|
|
1511
|
+
export { default as Vegan } from './vegan';
|
|
1512
1512
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1513
|
-
export { default as VibrateOff } from './vibrate-off';
|
|
1514
1513
|
export { default as Venus } from './venus';
|
|
1514
|
+
export { default as VibrateOff } from './vibrate-off';
|
|
1515
1515
|
export { default as Vibrate } from './vibrate';
|
|
1516
1516
|
export { default as VideoOff } from './video-off';
|
|
1517
1517
|
export { default as Video } from './video';
|
|
1518
1518
|
export { default as Videotape } from './videotape';
|
|
1519
|
-
export { default as Voicemail } from './voicemail';
|
|
1520
1519
|
export { default as View } from './view';
|
|
1520
|
+
export { default as Voicemail } from './voicemail';
|
|
1521
1521
|
export { default as Volleyball } from './volleyball';
|
|
1522
1522
|
export { default as Volume1 } from './volume-1';
|
|
1523
1523
|
export { default as Volume2 } from './volume-2';
|
|
1524
1524
|
export { default as VolumeOff } from './volume-off';
|
|
1525
1525
|
export { default as VolumeX } from './volume-x';
|
|
1526
|
-
export { default as Vote } from './vote';
|
|
1527
1526
|
export { default as Volume } from './volume';
|
|
1527
|
+
export { default as Vote } from './vote';
|
|
1528
1528
|
export { default as WalletCards } from './wallet-cards';
|
|
1529
1529
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1530
1530
|
export { default as Wallet } from './wallet';
|
|
1531
1531
|
export { default as Wallpaper } from './wallpaper';
|
|
1532
1532
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1533
|
-
export { default as Warehouse } from './warehouse';
|
|
1534
1533
|
export { default as Wand } from './wand';
|
|
1534
|
+
export { default as Warehouse } from './warehouse';
|
|
1535
1535
|
export { default as WashingMachine } from './washing-machine';
|
|
1536
1536
|
export { default as Watch } from './watch';
|
|
1537
1537
|
export { default as WavesLadder } from './waves-ladder';
|
|
1538
1538
|
export { default as Waves } from './waves';
|
|
1539
1539
|
export { default as Waypoints } from './waypoints';
|
|
1540
|
-
export { default as WebhookOff } from './webhook-off';
|
|
1541
1540
|
export { default as Webcam } from './webcam';
|
|
1541
|
+
export { default as WebhookOff } from './webhook-off';
|
|
1542
1542
|
export { default as Webhook } from './webhook';
|
|
1543
1543
|
export { default as Weight } from './weight';
|
|
1544
|
-
export { default as Wheat } from './wheat';
|
|
1545
1544
|
export { default as WheatOff } from './wheat-off';
|
|
1545
|
+
export { default as Wheat } from './wheat';
|
|
1546
1546
|
export { default as WholeWord } from './whole-word';
|
|
1547
1547
|
export { default as WifiHigh } from './wifi-high';
|
|
1548
1548
|
export { default as WifiLow } from './wifi-low';
|