@lucide/astro 1.27.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +124 -124
- package/src/aliases/prefixed.ts +680 -680
- package/src/aliases/suffixed.ts +1026 -1026
- package/src/icons/calendar-1.ts +2 -2
- package/src/icons/calendar-arrow-down.ts +2 -2
- package/src/icons/calendar-arrow-up.ts +2 -2
- package/src/icons/calendar-check-2.ts +2 -2
- package/src/icons/calendar-check.ts +2 -2
- package/src/icons/calendar-clock.ts +2 -2
- package/src/icons/calendar-cog.ts +2 -2
- package/src/icons/calendar-days.ts +2 -2
- package/src/icons/calendar-fold.ts +2 -2
- package/src/icons/calendar-heart.ts +2 -2
- package/src/icons/calendar-minus-2.ts +2 -2
- package/src/icons/calendar-minus.ts +2 -2
- package/src/icons/calendar-off.ts +2 -2
- package/src/icons/calendar-plus-2.ts +2 -2
- package/src/icons/calendar-plus.ts +2 -2
- package/src/icons/calendar-range.ts +2 -2
- package/src/icons/calendar-search.ts +2 -2
- package/src/icons/calendar-sync.ts +2 -2
- package/src/icons/calendar-x-2.ts +2 -2
- package/src/icons/calendar-x.ts +2 -2
- package/src/icons/calendar.ts +2 -2
- package/src/icons/contact-round.ts +2 -2
- package/src/icons/contact.ts +2 -2
- package/src/icons/index.ts +166 -166
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';
|
|
2
3
|
export { default as ALargeSmall } from './a-large-small';
|
|
3
4
|
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';
|
|
@@ -14,17 +14,17 @@ export { default as AlarmClock } from './alarm-clock';
|
|
|
14
14
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
15
15
|
export { default as Album } from './album';
|
|
16
16
|
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
17
|
-
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
18
17
|
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
18
|
+
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
19
19
|
export { default as AlignEndVertical } from './align-end-vertical';
|
|
20
20
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
21
21
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
22
|
-
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
22
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
23
|
+
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
24
24
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
25
25
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
26
|
-
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
27
26
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
|
+
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
28
28
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
29
29
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
30
30
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
@@ -46,17 +46,17 @@ export { default as Antenna } from './antenna';
|
|
|
46
46
|
export { default as Anvil } from './anvil';
|
|
47
47
|
export { default as Aperture } from './aperture';
|
|
48
48
|
export { default as AppWindowMac } from './app-window-mac';
|
|
49
|
+
export { default as AppWindow } from './app-window';
|
|
49
50
|
export { default as Apple } from './apple';
|
|
50
51
|
export { default as ArchiveRestore } from './archive-restore';
|
|
51
|
-
export { default as
|
|
52
|
+
export { default as Archive } from './archive';
|
|
52
53
|
export { default as ArchiveX } from './archive-x';
|
|
53
54
|
export { default as Armchair } from './armchair';
|
|
54
|
-
export { default as Archive } from './archive';
|
|
55
55
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
56
56
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
57
57
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
58
|
-
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
59
58
|
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
59
|
+
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
60
60
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
61
61
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
62
62
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
@@ -66,8 +66,8 @@ export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
|
66
66
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
67
67
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
68
68
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
69
|
-
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
70
69
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
70
|
+
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
71
71
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
72
72
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
73
73
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
@@ -92,8 +92,8 @@ export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
|
92
92
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
93
93
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
94
94
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
95
|
-
export { default as ArrowUp } from './arrow-up';
|
|
96
95
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
96
|
+
export { default as ArrowUp } from './arrow-up';
|
|
97
97
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
98
98
|
export { default as Asterisk } from './asterisk';
|
|
99
99
|
export { default as Astroid } from './astroid';
|
|
@@ -109,8 +109,8 @@ 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';
|
|
112
|
-
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
113
112
|
export { default as BadgeEuro } from './badge-euro';
|
|
113
|
+
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
114
114
|
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';
|
|
@@ -118,8 +118,8 @@ export { default as BadgeMinus } from './badge-minus';
|
|
|
118
118
|
export { default as BadgePercent } from './badge-percent';
|
|
119
119
|
export { default as BadgePlus } from './badge-plus';
|
|
120
120
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
121
|
-
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
122
121
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
122
|
+
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
123
123
|
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
124
124
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
125
125
|
export { default as BadgeX } from './badge-x';
|
|
@@ -146,10 +146,10 @@ export { default as BatteryPlus } from './battery-plus';
|
|
|
146
146
|
export { default as BatteryWarning } from './battery-warning';
|
|
147
147
|
export { default as Battery } from './battery';
|
|
148
148
|
export { default as Beaker } from './beaker';
|
|
149
|
-
export { default as BeanOff } from './bean-off';
|
|
150
149
|
export { default as Bean } from './bean';
|
|
151
|
-
export { default as
|
|
150
|
+
export { default as BeanOff } from './bean-off';
|
|
152
151
|
export { default as BedDouble } from './bed-double';
|
|
152
|
+
export { default as BedSingle } from './bed-single';
|
|
153
153
|
export { default as Bed } from './bed';
|
|
154
154
|
export { default as BeefOff } from './beef-off';
|
|
155
155
|
export { default as Beef } from './beef';
|
|
@@ -159,27 +159,26 @@ export { default as BellCheck } from './bell-check';
|
|
|
159
159
|
export { default as BellDot } from './bell-dot';
|
|
160
160
|
export { default as BellElectric } from './bell-electric';
|
|
161
161
|
export { default as BellMinus } from './bell-minus';
|
|
162
|
-
export { default as BellOff } from './bell-off';
|
|
163
162
|
export { default as BellPlus } from './bell-plus';
|
|
163
|
+
export { default as BellOff } from './bell-off';
|
|
164
164
|
export { default as BellRing } from './bell-ring';
|
|
165
165
|
export { default as Bell } from './bell';
|
|
166
166
|
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
167
167
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
168
|
+
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
168
169
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
169
170
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
170
171
|
export { default as Bike } from './bike';
|
|
171
|
-
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
172
172
|
export { default as Binary } from './binary';
|
|
173
173
|
export { default as Binoculars } from './binoculars';
|
|
174
174
|
export { default as Biohazard } from './biohazard';
|
|
175
175
|
export { default as Bird } from './bird';
|
|
176
176
|
export { default as Birdhouse } from './birdhouse';
|
|
177
177
|
export { default as Bitcoin } from './bitcoin';
|
|
178
|
-
export { default as Blender } from './blender';
|
|
179
178
|
export { default as Blend } from './blend';
|
|
179
|
+
export { default as Blender } from './blender';
|
|
180
180
|
export { default as Blinds } from './blinds';
|
|
181
181
|
export { default as Blocks } from './blocks';
|
|
182
|
-
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
183
182
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
184
183
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
185
184
|
export { default as Bluetooth } from './bluetooth';
|
|
@@ -195,25 +194,26 @@ export { default as BookCheck } from './book-check';
|
|
|
195
194
|
export { default as BookCopy } from './book-copy';
|
|
196
195
|
export { default as BookDashed } from './book-dashed';
|
|
197
196
|
export { default as BookDown } from './book-down';
|
|
197
|
+
export { default as BookHeadphones } from './book-headphones';
|
|
198
198
|
export { default as BookHeart } from './book-heart';
|
|
199
199
|
export { default as BookImage } from './book-image';
|
|
200
|
-
export { default as BookHeadphones } from './book-headphones';
|
|
201
200
|
export { default as BookKey } from './book-key';
|
|
202
201
|
export { default as BookLock } from './book-lock';
|
|
203
202
|
export { default as BookMarked } from './book-marked';
|
|
204
|
-
export { default as BookOpenCheck } from './book-open-check';
|
|
205
203
|
export { default as BookMinus } from './book-minus';
|
|
204
|
+
export { default as BookOpenCheck } from './book-open-check';
|
|
206
205
|
export { default as BookOpenText } from './book-open-text';
|
|
207
206
|
export { default as BookOpen } from './book-open';
|
|
208
207
|
export { default as BookPlus } from './book-plus';
|
|
209
208
|
export { default as BookSearch } from './book-search';
|
|
210
209
|
export { default as BookText } from './book-text';
|
|
211
210
|
export { default as BookType } from './book-type';
|
|
211
|
+
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
212
212
|
export { default as BookUp2 } from './book-up-2';
|
|
213
213
|
export { default as BookUp } from './book-up';
|
|
214
214
|
export { default as BookUser } from './book-user';
|
|
215
|
-
export { default as Book } from './book';
|
|
216
215
|
export { default as BookX } from './book-x';
|
|
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
219
|
export { default as BookmarkOff } from './bookmark-off';
|
|
@@ -228,8 +228,8 @@ 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 Braces } from './braces';
|
|
232
231
|
export { default as Brackets } from './brackets';
|
|
232
|
+
export { default as Braces } from './braces';
|
|
233
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';
|
|
@@ -246,8 +246,8 @@ export { default as BrushCleaning } from './brush-cleaning';
|
|
|
246
246
|
export { default as Brush } from './brush';
|
|
247
247
|
export { default as Bubbles } from './bubbles';
|
|
248
248
|
export { default as BugOff } from './bug-off';
|
|
249
|
-
export { default as Bug } from './bug';
|
|
250
249
|
export { default as BugPlay } from './bug-play';
|
|
250
|
+
export { default as Bug } from './bug';
|
|
251
251
|
export { default as Building2 } from './building-2';
|
|
252
252
|
export { default as Building } from './building';
|
|
253
253
|
export { default as BusFront } from './bus-front';
|
|
@@ -274,22 +274,22 @@ export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
|
274
274
|
export { default as CalendarPlus } from './calendar-plus';
|
|
275
275
|
export { default as CalendarRange } from './calendar-range';
|
|
276
276
|
export { default as CalendarSearch } from './calendar-search';
|
|
277
|
-
export { default as CalendarSync } from './calendar-sync';
|
|
278
277
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
278
|
+
export { default as CalendarSync } from './calendar-sync';
|
|
279
279
|
export { default as CalendarX } from './calendar-x';
|
|
280
280
|
export { default as Calendar } from './calendar';
|
|
281
281
|
export { default as Calendars } from './calendars';
|
|
282
282
|
export { default as CameraOff } from './camera-off';
|
|
283
283
|
export { default as Camera } from './camera';
|
|
284
284
|
export { default as CandyCane } from './candy-cane';
|
|
285
|
-
export { default as Candy } from './candy';
|
|
286
285
|
export { default as CandyOff } from './candy-off';
|
|
286
|
+
export { default as Candy } from './candy';
|
|
287
287
|
export { default as CannabisOff } from './cannabis-off';
|
|
288
|
-
export { default as Cannabis } from './cannabis';
|
|
289
288
|
export { default as CaptionsOff } from './captions-off';
|
|
289
|
+
export { default as Cannabis } from './cannabis';
|
|
290
290
|
export { default as Captions } from './captions';
|
|
291
|
-
export { default as CarTaxiFront } from './car-taxi-front';
|
|
292
291
|
export { default as CarFront } from './car-front';
|
|
292
|
+
export { default as CarTaxiFront } from './car-taxi-front';
|
|
293
293
|
export { default as Car } from './car';
|
|
294
294
|
export { default as Caravan } from './caravan';
|
|
295
295
|
export { default as CardSim } from './card-sim';
|
|
@@ -298,8 +298,8 @@ export { default as CaseLower } from './case-lower';
|
|
|
298
298
|
export { default as CaseSensitive } from './case-sensitive';
|
|
299
299
|
export { default as CaseUpper } from './case-upper';
|
|
300
300
|
export { default as CassetteTape } from './cassette-tape';
|
|
301
|
-
export { default as Cast } from './cast';
|
|
302
301
|
export { default as Castle } from './castle';
|
|
302
|
+
export { default as Cast } from './cast';
|
|
303
303
|
export { default as Cat } from './cat';
|
|
304
304
|
export { default as CctvOff } from './cctv-off';
|
|
305
305
|
export { default as Cctv } from './cctv';
|
|
@@ -323,17 +323,17 @@ export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-i
|
|
|
323
323
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
324
324
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
325
325
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
326
|
-
export { default as ChartPie } from './chart-pie';
|
|
327
326
|
export { default as ChartScatter } from './chart-scatter';
|
|
328
|
-
export { default as CheckCheck } from './check-check';
|
|
329
327
|
export { default as ChartSpline } from './chart-spline';
|
|
328
|
+
export { default as ChartPie } from './chart-pie';
|
|
329
|
+
export { default as CheckCheck } from './check-check';
|
|
330
330
|
export { default as CheckLine } from './check-line';
|
|
331
331
|
export { default as Check } from './check';
|
|
332
332
|
export { default as ChefHat } from './chef-hat';
|
|
333
333
|
export { default as Cherry } from './cherry';
|
|
334
|
+
export { default as ChessBishop } from './chess-bishop';
|
|
334
335
|
export { default as ChessKing } from './chess-king';
|
|
335
336
|
export { default as ChessKnight } from './chess-knight';
|
|
336
|
-
export { default as ChessBishop } from './chess-bishop';
|
|
337
337
|
export { default as ChessPawn } from './chess-pawn';
|
|
338
338
|
export { default as ChessQueen } from './chess-queen';
|
|
339
339
|
export { default as ChessRook } from './chess-rook';
|
|
@@ -347,22 +347,22 @@ export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
|
347
347
|
export { default as ChevronsDown } from './chevrons-down';
|
|
348
348
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
349
349
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
350
|
-
export { default as ChevronsLeft } from './chevrons-left';
|
|
351
350
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
351
|
+
export { default as ChevronsLeft } from './chevrons-left';
|
|
352
352
|
export { default as ChevronsRight } from './chevrons-right';
|
|
353
353
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
354
354
|
export { default as ChevronsUp } from './chevrons-up';
|
|
355
355
|
export { default as Church } from './church';
|
|
356
|
-
export { default as CigaretteOff } from './cigarette-off';
|
|
357
356
|
export { default as Cigarette } from './cigarette';
|
|
357
|
+
export { default as CigaretteOff } from './cigarette-off';
|
|
358
358
|
export { default as CircleAlert } from './circle-alert';
|
|
359
359
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
360
360
|
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
361
361
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
362
362
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
363
363
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
364
|
-
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
365
364
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
365
|
+
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
366
366
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
367
367
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
368
368
|
export { default as CircleCheck } from './circle-check';
|
|
@@ -370,10 +370,10 @@ export { default as CircleChevronDown } from './circle-chevron-down';
|
|
|
370
370
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
371
371
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
372
372
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
373
|
-
export { default as CircleDivide } from './circle-divide';
|
|
374
373
|
export { default as CircleDashed } from './circle-dashed';
|
|
375
|
-
export { default as
|
|
374
|
+
export { default as CircleDivide } from './circle-divide';
|
|
376
375
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
376
|
+
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
377
377
|
export { default as CircleDot } from './circle-dot';
|
|
378
378
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
379
379
|
export { default as CircleEqual } from './circle-equal';
|
|
@@ -384,11 +384,11 @@ export { default as CircleGauge } from './circle-gauge';
|
|
|
384
384
|
export { default as CircleMinus } from './circle-minus';
|
|
385
385
|
export { default as CircleOff } from './circle-off';
|
|
386
386
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
387
|
-
export { default as CircleParking } from './circle-parking';
|
|
388
387
|
export { default as CirclePause } from './circle-pause';
|
|
388
|
+
export { default as CircleParking } from './circle-parking';
|
|
389
389
|
export { default as CirclePercent } from './circle-percent';
|
|
390
|
-
export { default as CirclePlay } from './circle-play';
|
|
391
390
|
export { default as CirclePile } from './circle-pile';
|
|
391
|
+
export { default as CirclePlay } from './circle-play';
|
|
392
392
|
export { default as CirclePlus } from './circle-plus';
|
|
393
393
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
394
394
|
export { default as CirclePower } from './circle-power';
|
|
@@ -401,8 +401,8 @@ export { default as CircleStop } from './circle-stop';
|
|
|
401
401
|
export { default as CircleUserRound } from './circle-user-round';
|
|
402
402
|
export { default as CircleUser } from './circle-user';
|
|
403
403
|
export { default as CircleX } from './circle-x';
|
|
404
|
-
export { default as CircuitBoard } from './circuit-board';
|
|
405
404
|
export { default as Circle } from './circle';
|
|
405
|
+
export { default as CircuitBoard } from './circuit-board';
|
|
406
406
|
export { default as Citrus } from './citrus';
|
|
407
407
|
export { default as Clapperboard } from './clapperboard';
|
|
408
408
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
@@ -412,16 +412,16 @@ export { default as ClipboardList } from './clipboard-list';
|
|
|
412
412
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
413
413
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
414
414
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
415
|
-
export { default as ClipboardPlus } from './clipboard-plus';
|
|
416
415
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
416
|
+
export { default as ClipboardPlus } from './clipboard-plus';
|
|
417
417
|
export { default as ClipboardType } from './clipboard-type';
|
|
418
418
|
export { default as ClipboardX } from './clipboard-x';
|
|
419
419
|
export { default as Clipboard } from './clipboard';
|
|
420
420
|
export { default as Clock1 } from './clock-1';
|
|
421
421
|
export { default as Clock10 } from './clock-10';
|
|
422
422
|
export { default as Clock11 } from './clock-11';
|
|
423
|
-
export { default as Clock2 } from './clock-2';
|
|
424
423
|
export { default as Clock12 } from './clock-12';
|
|
424
|
+
export { default as Clock2 } from './clock-2';
|
|
425
425
|
export { default as Clock3 } from './clock-3';
|
|
426
426
|
export { default as Clock4 } from './clock-4';
|
|
427
427
|
export { default as Clock5 } from './clock-5';
|
|
@@ -451,8 +451,8 @@ export { default as CloudLightning } from './cloud-lightning';
|
|
|
451
451
|
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
452
452
|
export { default as CloudMoon } from './cloud-moon';
|
|
453
453
|
export { default as CloudOff } from './cloud-off';
|
|
454
|
-
export { default as CloudRain } from './cloud-rain';
|
|
455
454
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
455
|
+
export { default as CloudRain } from './cloud-rain';
|
|
456
456
|
export { default as CloudSnow } from './cloud-snow';
|
|
457
457
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
458
458
|
export { default as CloudSun } from './cloud-sun';
|
|
@@ -480,16 +480,16 @@ export { default as ConciergeBell } from './concierge-bell';
|
|
|
480
480
|
export { default as Cone } from './cone';
|
|
481
481
|
export { default as Construction } from './construction';
|
|
482
482
|
export { default as ContactRound } from './contact-round';
|
|
483
|
-
export { default as Contact } from './contact';
|
|
484
483
|
export { default as Container } from './container';
|
|
484
|
+
export { default as Contact } from './contact';
|
|
485
485
|
export { default as Contrast } from './contrast';
|
|
486
486
|
export { default as Cookie } from './cookie';
|
|
487
487
|
export { default as CookingPot } from './cooking-pot';
|
|
488
488
|
export { default as CopyCheck } from './copy-check';
|
|
489
489
|
export { default as CopyMinus } from './copy-minus';
|
|
490
490
|
export { default as CopyPlus } from './copy-plus';
|
|
491
|
-
export { default as CopySlash } from './copy-slash';
|
|
492
491
|
export { default as CopyX } from './copy-x';
|
|
492
|
+
export { default as CopySlash } from './copy-slash';
|
|
493
493
|
export { default as Copy } from './copy';
|
|
494
494
|
export { default as Copyleft } from './copyleft';
|
|
495
495
|
export { default as Copyright } from './copyright';
|
|
@@ -500,8 +500,8 @@ export { default as CornerLeftDown } from './corner-left-down';
|
|
|
500
500
|
export { default as CornerRightDown } from './corner-right-down';
|
|
501
501
|
export { default as CornerRightUp } from './corner-right-up';
|
|
502
502
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
503
|
-
export { default as CornerUpRight } from './corner-up-right';
|
|
504
503
|
export { default as Cpu } from './cpu';
|
|
504
|
+
export { default as CornerUpRight } from './corner-up-right';
|
|
505
505
|
export { default as CreativeCommons } from './creative-commons';
|
|
506
506
|
export { default as CreditCard } from './credit-card';
|
|
507
507
|
export { default as Croissant } from './croissant';
|
|
@@ -514,14 +514,14 @@ export { default as CupSoda } from './cup-soda';
|
|
|
514
514
|
export { default as Currency } from './currency';
|
|
515
515
|
export { default as Cylinder } from './cylinder';
|
|
516
516
|
export { default as Dam } from './dam';
|
|
517
|
-
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
518
517
|
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
518
|
+
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
519
519
|
export { default as DatabaseBackup } from './database-backup';
|
|
520
520
|
export { default as DatabaseCheck } from './database-check';
|
|
521
521
|
export { default as DatabaseMinus } from './database-minus';
|
|
522
522
|
export { default as DatabasePlus } from './database-plus';
|
|
523
|
-
export { default as DatabaseSearch } from './database-search';
|
|
524
523
|
export { default as DatabaseX } from './database-x';
|
|
524
|
+
export { default as DatabaseSearch } from './database-search';
|
|
525
525
|
export { default as DatabaseZap } from './database-zap';
|
|
526
526
|
export { default as Database } from './database';
|
|
527
527
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
@@ -529,8 +529,8 @@ export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
|
529
529
|
export { default as Delete } from './delete';
|
|
530
530
|
export { default as Dessert } from './dessert';
|
|
531
531
|
export { default as Diameter } from './diameter';
|
|
532
|
-
export { default as DiamondMinus } from './diamond-minus';
|
|
533
532
|
export { default as DiamondPercent } from './diamond-percent';
|
|
533
|
+
export { default as DiamondMinus } from './diamond-minus';
|
|
534
534
|
export { default as DiamondPlus } from './diamond-plus';
|
|
535
535
|
export { default as Diamond } from './diamond';
|
|
536
536
|
export { default as Dice1 } from './dice-1';
|
|
@@ -540,14 +540,14 @@ export { default as Dice4 } from './dice-4';
|
|
|
540
540
|
export { default as Dice5 } from './dice-5';
|
|
541
541
|
export { default as Dice6 } from './dice-6';
|
|
542
542
|
export { default as Dices } from './dices';
|
|
543
|
-
export { default as Diff } from './diff';
|
|
544
543
|
export { default as Disc2 } from './disc-2';
|
|
544
|
+
export { default as Diff } from './diff';
|
|
545
545
|
export { default as Disc3 } from './disc-3';
|
|
546
546
|
export { default as DiscAlbum } from './disc-album';
|
|
547
547
|
export { default as Disc } from './disc';
|
|
548
548
|
export { default as Divide } from './divide';
|
|
549
|
-
export { default as DnaOff } from './dna-off';
|
|
550
549
|
export { default as Dna } from './dna';
|
|
550
|
+
export { default as DnaOff } from './dna-off';
|
|
551
551
|
export { default as Dock } from './dock';
|
|
552
552
|
export { default as Dog } from './dog';
|
|
553
553
|
export { default as DollarSign } from './dollar-sign';
|
|
@@ -559,8 +559,8 @@ export { default as Dot } from './dot';
|
|
|
559
559
|
export { default as Download } from './download';
|
|
560
560
|
export { default as DraftingCompass } from './drafting-compass';
|
|
561
561
|
export { default as Drama } from './drama';
|
|
562
|
-
export { default as Drill } from './drill';
|
|
563
562
|
export { default as Drone } from './drone';
|
|
563
|
+
export { default as Drill } from './drill';
|
|
564
564
|
export { default as DropletOff } from './droplet-off';
|
|
565
565
|
export { default as Droplet } from './droplet';
|
|
566
566
|
export { default as Droplets } from './droplets';
|
|
@@ -577,14 +577,14 @@ export { default as EggOff } from './egg-off';
|
|
|
577
577
|
export { default as Egg } from './egg';
|
|
578
578
|
export { default as Ellipse } from './ellipse';
|
|
579
579
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
580
|
-
export { default as EqualApproximately } from './equal-approximately';
|
|
581
580
|
export { default as Ellipsis } from './ellipsis';
|
|
582
|
-
export { default as
|
|
581
|
+
export { default as EqualApproximately } from './equal-approximately';
|
|
583
582
|
export { default as EqualNot } from './equal-not';
|
|
583
|
+
export { default as Equal } from './equal';
|
|
584
584
|
export { default as Eraser } from './eraser';
|
|
585
585
|
export { default as EthernetPort } from './ethernet-port';
|
|
586
|
-
export { default as EvCharger } from './ev-charger';
|
|
587
586
|
export { default as Euro } from './euro';
|
|
587
|
+
export { default as EvCharger } from './ev-charger';
|
|
588
588
|
export { default as Expand } from './expand';
|
|
589
589
|
export { default as ExternalLink } from './external-link';
|
|
590
590
|
export { default as EyeClosed } from './eye-closed';
|
|
@@ -594,9 +594,9 @@ export { default as Eye } from './eye';
|
|
|
594
594
|
export { default as Factory } from './factory';
|
|
595
595
|
export { default as Fan } from './fan';
|
|
596
596
|
export { default as FastForward } from './fast-forward';
|
|
597
|
+
export { default as Feather } from './feather';
|
|
597
598
|
export { default as Fence } from './fence';
|
|
598
599
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
599
|
-
export { default as Feather } from './feather';
|
|
600
600
|
export { default as FileArchive } from './file-archive';
|
|
601
601
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
602
602
|
export { default as FileBadge } from './file-badge';
|
|
@@ -605,16 +605,16 @@ export { default as FileBracesCorner } from './file-braces-corner';
|
|
|
605
605
|
export { default as FileBraces } from './file-braces';
|
|
606
606
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
607
607
|
export { default as FileChartColumn } from './file-chart-column';
|
|
608
|
+
export { default as FileChartLine } from './file-chart-line';
|
|
608
609
|
export { default as FileChartPie } from './file-chart-pie';
|
|
609
610
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
610
|
-
export { default as FileChartLine } from './file-chart-line';
|
|
611
611
|
export { default as FileCheck } from './file-check';
|
|
612
612
|
export { default as FileClock } from './file-clock';
|
|
613
613
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
614
614
|
export { default as FileCode } from './file-code';
|
|
615
615
|
export { default as FileCog } from './file-cog';
|
|
616
|
-
export { default as FileDiff } from './file-diff';
|
|
617
616
|
export { default as FileDigit } from './file-digit';
|
|
617
|
+
export { default as FileDiff } from './file-diff';
|
|
618
618
|
export { default as FileDown } from './file-down';
|
|
619
619
|
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
620
620
|
export { default as FileHeadphone } from './file-headphone';
|
|
@@ -631,16 +631,16 @@ export { default as FilePenLine } from './file-pen-line';
|
|
|
631
631
|
export { default as FilePen } from './file-pen';
|
|
632
632
|
export { default as FilePlay } from './file-play';
|
|
633
633
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
634
|
-
export { default as FileQuestionMark } from './file-question-mark';
|
|
635
634
|
export { default as FilePlus } from './file-plus';
|
|
635
|
+
export { default as FileQuestionMark } from './file-question-mark';
|
|
636
636
|
export { default as FileScan } from './file-scan';
|
|
637
637
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
638
638
|
export { default as FileSearch } from './file-search';
|
|
639
639
|
export { default as FileSignal } from './file-signal';
|
|
640
640
|
export { default as FileSliders } from './file-sliders';
|
|
641
641
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
642
|
-
export { default as FileSymlink } from './file-symlink';
|
|
643
642
|
export { default as FileStack } from './file-stack';
|
|
643
|
+
export { default as FileSymlink } from './file-symlink';
|
|
644
644
|
export { default as FileTerminal } from './file-terminal';
|
|
645
645
|
export { default as FileText } from './file-text';
|
|
646
646
|
export { default as FileTypeCorner } from './file-type-corner';
|
|
@@ -655,15 +655,15 @@ export { default as File } from './file';
|
|
|
655
655
|
export { default as Files } from './files';
|
|
656
656
|
export { default as Film } from './film';
|
|
657
657
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
658
|
-
export { default as FishOff } from './fish-off';
|
|
659
658
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
659
|
+
export { default as FishOff } from './fish-off';
|
|
660
660
|
export { default as FishSymbol } from './fish-symbol';
|
|
661
661
|
export { default as Fish } from './fish';
|
|
662
662
|
export { default as FishingHook } from './fishing-hook';
|
|
663
663
|
export { default as FishingRod } from './fishing-rod';
|
|
664
664
|
export { default as FlagOff } from './flag-off';
|
|
665
|
-
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
666
665
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
666
|
+
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
667
667
|
export { default as Flag } from './flag';
|
|
668
668
|
export { default as FlameKindling } from './flame-kindling';
|
|
669
669
|
export { default as Flame } from './flame';
|
|
@@ -682,20 +682,20 @@ export { default as FoldVertical } from './fold-vertical';
|
|
|
682
682
|
export { default as FolderArchive } from './folder-archive';
|
|
683
683
|
export { default as FolderBookmark } from './folder-bookmark';
|
|
684
684
|
export { default as FolderCheck } from './folder-check';
|
|
685
|
-
export { default as FolderClosed } from './folder-closed';
|
|
686
685
|
export { default as FolderClock } from './folder-clock';
|
|
686
|
+
export { default as FolderClosed } from './folder-closed';
|
|
687
687
|
export { default as FolderCode } from './folder-code';
|
|
688
688
|
export { default as FolderCog } from './folder-cog';
|
|
689
|
-
export { default as FolderDot } from './folder-dot';
|
|
690
689
|
export { default as FolderDown } from './folder-down';
|
|
691
690
|
export { default as FolderGit2 } from './folder-git-2';
|
|
691
|
+
export { default as FolderDot } from './folder-dot';
|
|
692
692
|
export { default as FolderGit } from './folder-git';
|
|
693
|
-
export { default as FolderHeart } from './folder-heart';
|
|
694
693
|
export { default as FolderInput } from './folder-input';
|
|
694
|
+
export { default as FolderHeart } from './folder-heart';
|
|
695
695
|
export { default as FolderKanban } from './folder-kanban';
|
|
696
|
+
export { default as FolderLock } from './folder-lock';
|
|
696
697
|
export { default as FolderKey } from './folder-key';
|
|
697
698
|
export { default as FolderMinus } from './folder-minus';
|
|
698
|
-
export { default as FolderLock } from './folder-lock';
|
|
699
699
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
700
700
|
export { default as FolderOpen } from './folder-open';
|
|
701
701
|
export { default as FolderOutput } from './folder-output';
|
|
@@ -720,8 +720,8 @@ export { default as Frown } from './frown';
|
|
|
720
720
|
export { default as Fuel } from './fuel';
|
|
721
721
|
export { default as Fullscreen } from './fullscreen';
|
|
722
722
|
export { default as FunnelPlus } from './funnel-plus';
|
|
723
|
-
export { default as FunnelX } from './funnel-x';
|
|
724
723
|
export { default as Funnel } from './funnel';
|
|
724
|
+
export { default as FunnelX } from './funnel-x';
|
|
725
725
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
726
726
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
727
727
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
@@ -733,8 +733,8 @@ export { default as Gamepad } from './gamepad';
|
|
|
733
733
|
export { default as Gauge } from './gauge';
|
|
734
734
|
export { default as Gavel } from './gavel';
|
|
735
735
|
export { default as Gem } from './gem';
|
|
736
|
-
export { default as Ghost } from './ghost';
|
|
737
736
|
export { default as GeorgianLari } from './georgian-lari';
|
|
737
|
+
export { default as Ghost } from './ghost';
|
|
738
738
|
export { default as Gift } from './gift';
|
|
739
739
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
740
740
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
@@ -773,34 +773,34 @@ export { default as Grid3x3 } from './grid-3x3';
|
|
|
773
773
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
774
774
|
export { default as GripVertical } from './grip-vertical';
|
|
775
775
|
export { default as Grip } from './grip';
|
|
776
|
-
export { default as Group } from './group';
|
|
777
776
|
export { default as Guitar } from './guitar';
|
|
777
|
+
export { default as Group } from './group';
|
|
778
778
|
export { default as Ham } from './ham';
|
|
779
779
|
export { default as Hamburger } from './hamburger';
|
|
780
|
-
export { default as HandCoins } from './hand-coins';
|
|
781
780
|
export { default as Hammer } from './hammer';
|
|
781
|
+
export { default as HandCoins } from './hand-coins';
|
|
782
782
|
export { default as HandFist } from './hand-fist';
|
|
783
783
|
export { default as HandGrab } from './hand-grab';
|
|
784
|
-
export { default as HandHelping } from './hand-helping';
|
|
785
784
|
export { default as HandHeart } from './hand-heart';
|
|
785
|
+
export { default as HandHelping } from './hand-helping';
|
|
786
786
|
export { default as HandMetal } from './hand-metal';
|
|
787
|
-
export { default as HandPlatter } from './hand-platter';
|
|
788
787
|
export { default as Hand } from './hand';
|
|
788
|
+
export { default as HandPlatter } from './hand-platter';
|
|
789
789
|
export { default as Handbag } from './handbag';
|
|
790
790
|
export { default as Handshake } from './handshake';
|
|
791
|
-
export { default as HardDriveDownload } from './hard-drive-download';
|
|
792
791
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
793
792
|
export { default as HardDrive } from './hard-drive';
|
|
793
|
+
export { default as HardDriveDownload } from './hard-drive-download';
|
|
794
794
|
export { default as HardHat } from './hard-hat';
|
|
795
795
|
export { default as Hash } from './hash';
|
|
796
|
-
export { default as HatGlasses } from './hat-glasses';
|
|
797
796
|
export { default as Haze } from './haze';
|
|
798
797
|
export { default as Hd } from './hd';
|
|
798
|
+
export { default as HatGlasses } from './hat-glasses';
|
|
799
799
|
export { default as HdmiPort } from './hdmi-port';
|
|
800
800
|
export { default as Heading1 } from './heading-1';
|
|
801
|
+
export { default as Heading2 } from './heading-2';
|
|
801
802
|
export { default as Heading3 } from './heading-3';
|
|
802
803
|
export { default as Heading4 } from './heading-4';
|
|
803
|
-
export { default as Heading2 } from './heading-2';
|
|
804
804
|
export { default as Heading5 } from './heading-5';
|
|
805
805
|
export { default as Heading6 } from './heading-6';
|
|
806
806
|
export { default as Heading } from './heading';
|
|
@@ -815,8 +815,8 @@ export { default as HeartPlus } from './heart-plus';
|
|
|
815
815
|
export { default as HeartPulse } from './heart-pulse';
|
|
816
816
|
export { default as HeartX } from './heart-x';
|
|
817
817
|
export { default as Heart } from './heart';
|
|
818
|
-
export { default as Heater } from './heater';
|
|
819
818
|
export { default as Helicopter } from './helicopter';
|
|
819
|
+
export { default as Heater } from './heater';
|
|
820
820
|
export { default as Hexagon } from './hexagon';
|
|
821
821
|
export { default as Highlighter } from './highlighter';
|
|
822
822
|
export { default as HopOff } from './hop-off';
|
|
@@ -832,38 +832,38 @@ export { default as House } from './house';
|
|
|
832
832
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
833
833
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
834
834
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
835
|
-
export { default as IdCard } from './id-card';
|
|
836
835
|
export { default as ImageDown } from './image-down';
|
|
836
|
+
export { default as IdCard } from './id-card';
|
|
837
837
|
export { default as ImageMinus } from './image-minus';
|
|
838
838
|
export { default as ImageOff } from './image-off';
|
|
839
839
|
export { default as ImagePlay } from './image-play';
|
|
840
840
|
export { default as ImagePlus } from './image-plus';
|
|
841
841
|
export { default as ImageUp } from './image-up';
|
|
842
842
|
export { default as ImageUpscale } from './image-upscale';
|
|
843
|
-
export { default as Image } from './image';
|
|
844
843
|
export { default as Images } from './images';
|
|
844
|
+
export { default as Image } from './image';
|
|
845
845
|
export { default as Import } from './import';
|
|
846
|
-
export { default as Inbox } from './inbox';
|
|
847
846
|
export { default as IndianRupee } from './indian-rupee';
|
|
847
|
+
export { default as Inbox } from './inbox';
|
|
848
848
|
export { default as Infinity } from './infinity';
|
|
849
849
|
export { default as Info } from './info';
|
|
850
850
|
export { default as InspectionPanel } from './inspection-panel';
|
|
851
|
-
export { default as Italic } from './italic';
|
|
852
851
|
export { default as IterationCcw } from './iteration-ccw';
|
|
853
852
|
export { default as IterationCw } from './iteration-cw';
|
|
853
|
+
export { default as Italic } from './italic';
|
|
854
854
|
export { default as JapaneseYen } from './japanese-yen';
|
|
855
855
|
export { default as Joystick } from './joystick';
|
|
856
856
|
export { default as Kanban } from './kanban';
|
|
857
|
-
export { default as Kayak } from './kayak';
|
|
858
857
|
export { default as KeyRound } from './key-round';
|
|
858
|
+
export { default as Kayak } from './kayak';
|
|
859
859
|
export { default as KeySquare } from './key-square';
|
|
860
860
|
export { default as Key } from './key';
|
|
861
861
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
862
862
|
export { default as KeyboardOff } from './keyboard-off';
|
|
863
863
|
export { default as Keyboard } from './keyboard';
|
|
864
|
-
export { default as LampCeiling } from './lamp-ceiling';
|
|
865
864
|
export { default as LampDesk } from './lamp-desk';
|
|
866
865
|
export { default as LampFloor } from './lamp-floor';
|
|
866
|
+
export { default as LampCeiling } from './lamp-ceiling';
|
|
867
867
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
868
868
|
export { default as LampWallUp } from './lamp-wall-up';
|
|
869
869
|
export { default as Lamp } from './lamp';
|
|
@@ -874,8 +874,8 @@ export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
|
874
874
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
875
875
|
export { default as Laptop } from './laptop';
|
|
876
876
|
export { default as LassoSelect } from './lasso-select';
|
|
877
|
-
export { default as Laugh } from './laugh';
|
|
878
877
|
export { default as Lasso } from './lasso';
|
|
878
|
+
export { default as Laugh } from './laugh';
|
|
879
879
|
export { default as Layers2 } from './layers-2';
|
|
880
880
|
export { default as LayersMinus } from './layers-minus';
|
|
881
881
|
export { default as LayersPlus } from './layers-plus';
|
|
@@ -889,14 +889,14 @@ export { default as LayoutPanelTop } from './layout-panel-top';
|
|
|
889
889
|
export { default as LayoutTemplate } from './layout-template';
|
|
890
890
|
export { default as Leaf } from './leaf';
|
|
891
891
|
export { default as LeafyGreen } from './leafy-green';
|
|
892
|
-
export { default as LensConcave } from './lens-concave';
|
|
893
892
|
export { default as Lectern } from './lectern';
|
|
893
|
+
export { default as LensConcave } from './lens-concave';
|
|
894
894
|
export { default as LensConvex } from './lens-convex';
|
|
895
895
|
export { default as LibraryBig } from './library-big';
|
|
896
896
|
export { default as Library } from './library';
|
|
897
897
|
export { default as LifeBuoy } from './life-buoy';
|
|
898
|
-
export { default as LightbulbOff } from './lightbulb-off';
|
|
899
898
|
export { default as Ligature } from './ligature';
|
|
899
|
+
export { default as LightbulbOff } from './lightbulb-off';
|
|
900
900
|
export { default as Lightbulb } from './lightbulb';
|
|
901
901
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
902
902
|
export { default as LineSquiggle } from './line-squiggle';
|
|
@@ -959,11 +959,11 @@ export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
|
959
959
|
export { default as MapPinCheck } from './map-pin-check';
|
|
960
960
|
export { default as MapPinHouse } from './map-pin-house';
|
|
961
961
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
962
|
-
export { default as MapPinOff } from './map-pin-off';
|
|
963
962
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
963
|
+
export { default as MapPinOff } from './map-pin-off';
|
|
964
964
|
export { default as MapPinPen } from './map-pin-pen';
|
|
965
|
-
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
966
965
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
966
|
+
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
967
967
|
export { default as MapPinSearch } from './map-pin-search';
|
|
968
968
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
969
969
|
export { default as MapPinX } from './map-pin-x';
|
|
@@ -979,9 +979,9 @@ export { default as Maximize } from './maximize';
|
|
|
979
979
|
export { default as Medal } from './medal';
|
|
980
980
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
981
981
|
export { default as Megaphone } from './megaphone';
|
|
982
|
+
export { default as MemoryStick } from './memory-stick';
|
|
982
983
|
export { default as Meh } from './meh';
|
|
983
984
|
export { default as Menu } from './menu';
|
|
984
|
-
export { default as MemoryStick } from './memory-stick';
|
|
985
985
|
export { default as Merge } from './merge';
|
|
986
986
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
987
987
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
@@ -997,8 +997,8 @@ export { default as MessageCircleX } from './message-circle-x';
|
|
|
997
997
|
export { default as MessageCircle } from './message-circle';
|
|
998
998
|
export { default as MessageSquareCheck } from './message-square-check';
|
|
999
999
|
export { default as MessageSquareCode } from './message-square-code';
|
|
1000
|
-
export { default as MessageSquareDiff } from './message-square-diff';
|
|
1001
1000
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
1001
|
+
export { default as MessageSquareDiff } from './message-square-diff';
|
|
1002
1002
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
1003
1003
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
1004
1004
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
@@ -1007,20 +1007,20 @@ export { default as MessageSquareOff } from './message-square-off';
|
|
|
1007
1007
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
1008
1008
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
1009
1009
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
1010
|
-
export { default as MessageSquareText } from './message-square-text';
|
|
1011
1010
|
export { default as MessageSquareShare } from './message-square-share';
|
|
1012
|
-
export { default as
|
|
1011
|
+
export { default as MessageSquareText } from './message-square-text';
|
|
1013
1012
|
export { default as MessageSquareWarning } from './message-square-warning';
|
|
1013
|
+
export { default as MessageSquareX } from './message-square-x';
|
|
1014
1014
|
export { default as MessageSquare } from './message-square';
|
|
1015
|
-
export { default as MessagesSquare } from './messages-square';
|
|
1016
1015
|
export { default as Metronome } from './metronome';
|
|
1016
|
+
export { default as MessagesSquare } from './messages-square';
|
|
1017
1017
|
export { default as MicAudioLines } from './mic-audio-lines';
|
|
1018
1018
|
export { default as MicOff } from './mic-off';
|
|
1019
1019
|
export { default as MicSignal } from './mic-signal';
|
|
1020
1020
|
export { default as MicVocal } from './mic-vocal';
|
|
1021
1021
|
export { default as Mic } from './mic';
|
|
1022
|
-
export { default as Microscope } from './microscope';
|
|
1023
1022
|
export { default as Microchip } from './microchip';
|
|
1023
|
+
export { default as Microscope } from './microscope';
|
|
1024
1024
|
export { default as Microwave } from './microwave';
|
|
1025
1025
|
export { default as Milestone } from './milestone';
|
|
1026
1026
|
export { default as MilkOff } from './milk-off';
|
|
@@ -1028,11 +1028,11 @@ export { default as Milk } from './milk';
|
|
|
1028
1028
|
export { default as Minimize2 } from './minimize-2';
|
|
1029
1029
|
export { default as Minimize } from './minimize';
|
|
1030
1030
|
export { default as Minus } from './minus';
|
|
1031
|
+
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1031
1032
|
export { default as MirrorRound } from './mirror-round';
|
|
1032
1033
|
export { default as MonitorCheck } from './monitor-check';
|
|
1033
|
-
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1034
|
-
export { default as MonitorCloud } from './monitor-cloud';
|
|
1035
1034
|
export { default as MonitorCog } from './monitor-cog';
|
|
1035
|
+
export { default as MonitorCloud } from './monitor-cloud';
|
|
1036
1036
|
export { default as MonitorDot } from './monitor-dot';
|
|
1037
1037
|
export { default as MonitorDown } from './monitor-down';
|
|
1038
1038
|
export { default as MonitorOff } from './monitor-off';
|
|
@@ -1043,10 +1043,10 @@ export { default as MonitorSpeaker } from './monitor-speaker';
|
|
|
1043
1043
|
export { default as MonitorStop } from './monitor-stop';
|
|
1044
1044
|
export { default as MonitorUp } from './monitor-up';
|
|
1045
1045
|
export { default as MonitorX } from './monitor-x';
|
|
1046
|
-
export { default as Monitor } from './monitor';
|
|
1047
1046
|
export { default as MoonStar } from './moon-star';
|
|
1048
|
-
export { default as Mosque } from './mosque';
|
|
1049
1047
|
export { default as Moon } from './moon';
|
|
1048
|
+
export { default as Monitor } from './monitor';
|
|
1049
|
+
export { default as Mosque } from './mosque';
|
|
1050
1050
|
export { default as Motorbike } from './motorbike';
|
|
1051
1051
|
export { default as MountainSnow } from './mountain-snow';
|
|
1052
1052
|
export { default as Mountain } from './mountain';
|
|
@@ -1054,18 +1054,18 @@ export { default as MouseLeft } from './mouse-left';
|
|
|
1054
1054
|
export { default as MouseOff } from './mouse-off';
|
|
1055
1055
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1056
1056
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1057
|
-
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1058
1057
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1058
|
+
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1059
1059
|
export { default as MousePointer } from './mouse-pointer';
|
|
1060
|
-
export { default as Mouse } from './mouse';
|
|
1061
1060
|
export { default as MouseRight } from './mouse-right';
|
|
1061
|
+
export { default as Mouse } from './mouse';
|
|
1062
1062
|
export { default as Move3d } from './move-3d';
|
|
1063
1063
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1064
1064
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1065
1065
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1066
1066
|
export { default as MoveDownRight } from './move-down-right';
|
|
1067
|
-
export { default as MoveDown } from './move-down';
|
|
1068
1067
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1068
|
+
export { default as MoveDown } from './move-down';
|
|
1069
1069
|
export { default as MoveLeft } from './move-left';
|
|
1070
1070
|
export { default as MoveRight } from './move-right';
|
|
1071
1071
|
export { default as MoveUpLeft } from './move-up-left';
|
|
@@ -1073,19 +1073,19 @@ export { default as MoveUpRight } from './move-up-right';
|
|
|
1073
1073
|
export { default as MoveUp } from './move-up';
|
|
1074
1074
|
export { default as MoveVertical } from './move-vertical';
|
|
1075
1075
|
export { default as Move } from './move';
|
|
1076
|
-
export { default as Music3 } from './music-3';
|
|
1077
1076
|
export { default as Music2 } from './music-2';
|
|
1077
|
+
export { default as Music3 } from './music-3';
|
|
1078
1078
|
export { default as Music4 } from './music-4';
|
|
1079
1079
|
export { default as Music } from './music';
|
|
1080
|
-
export { default as Navigation2Off } from './navigation-2-off';
|
|
1081
1080
|
export { default as Navigation2 } from './navigation-2';
|
|
1081
|
+
export { default as Navigation2Off } from './navigation-2-off';
|
|
1082
1082
|
export { default as NavigationOff } from './navigation-off';
|
|
1083
|
-
export { default as Navigation } from './navigation';
|
|
1084
1083
|
export { default as Network } from './network';
|
|
1085
1084
|
export { default as Newspaper } from './newspaper';
|
|
1085
|
+
export { default as Navigation } from './navigation';
|
|
1086
1086
|
export { default as Nfc } from './nfc';
|
|
1087
|
-
export { default as NotebookPen } from './notebook-pen';
|
|
1088
1087
|
export { default as NonBinary } from './non-binary';
|
|
1088
|
+
export { default as NotebookPen } from './notebook-pen';
|
|
1089
1089
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1090
1090
|
export { default as NotebookText } from './notebook-text';
|
|
1091
1091
|
export { default as Notebook } from './notebook';
|
|
@@ -1105,10 +1105,10 @@ export { default as Origami } from './origami';
|
|
|
1105
1105
|
export { default as Package2 } from './package-2';
|
|
1106
1106
|
export { default as PackageCheck } from './package-check';
|
|
1107
1107
|
export { default as PackageMinus } from './package-minus';
|
|
1108
|
-
export { default as PackagePlus } from './package-plus';
|
|
1109
|
-
export { default as PackageSearch } from './package-search';
|
|
1110
1108
|
export { default as PackageOpen } from './package-open';
|
|
1109
|
+
export { default as PackagePlus } from './package-plus';
|
|
1111
1110
|
export { default as PackageX } from './package-x';
|
|
1111
|
+
export { default as PackageSearch } from './package-search';
|
|
1112
1112
|
export { default as Package } from './package';
|
|
1113
1113
|
export { default as PaintBucket } from './paint-bucket';
|
|
1114
1114
|
export { default as PaintRoller } from './paint-roller';
|
|
@@ -1116,22 +1116,22 @@ export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
|
1116
1116
|
export { default as Paintbrush } from './paintbrush';
|
|
1117
1117
|
export { default as Palette } from './palette';
|
|
1118
1118
|
export { default as Panda } from './panda';
|
|
1119
|
-
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1120
1119
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1120
|
+
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1121
1121
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1122
1122
|
export { default as PanelBottom } from './panel-bottom';
|
|
1123
|
-
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1124
1123
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1124
|
+
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1125
1125
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1126
1126
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1127
1127
|
export { default as PanelLeft } from './panel-left';
|
|
1128
1128
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1129
1129
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1130
|
-
export { default as PanelRight } from './panel-right';
|
|
1131
1130
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1131
|
+
export { default as PanelRight } from './panel-right';
|
|
1132
1132
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1133
|
-
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1134
1133
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1134
|
+
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1135
1135
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1136
1136
|
export { default as PanelTop } from './panel-top';
|
|
1137
1137
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
@@ -1142,14 +1142,14 @@ export { default as Paperclip } from './paperclip';
|
|
|
1142
1142
|
export { default as Parasol } from './parasol';
|
|
1143
1143
|
export { default as Parentheses } from './parentheses';
|
|
1144
1144
|
export { default as ParkingMeter } from './parking-meter';
|
|
1145
|
+
export { default as PartyPopper } from './party-popper';
|
|
1145
1146
|
export { default as Pause } from './pause';
|
|
1146
1147
|
export { default as PawPrint } from './paw-print';
|
|
1147
|
-
export { default as PartyPopper } from './party-popper';
|
|
1148
1148
|
export { default as PcCase } from './pc-case';
|
|
1149
1149
|
export { default as PenLine } from './pen-line';
|
|
1150
|
+
export { default as PenOff } from './pen-off';
|
|
1150
1151
|
export { default as PenTool } from './pen-tool';
|
|
1151
1152
|
export { default as Pen } from './pen';
|
|
1152
|
-
export { default as PenOff } from './pen-off';
|
|
1153
1153
|
export { default as PencilLine } from './pencil-line';
|
|
1154
1154
|
export { default as PencilOff } from './pencil-off';
|
|
1155
1155
|
export { default as PencilRuler } from './pencil-ruler';
|
|
@@ -1162,15 +1162,15 @@ export { default as Phi } from './phi';
|
|
|
1162
1162
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1163
1163
|
export { default as PhoneCall } from './phone-call';
|
|
1164
1164
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1165
|
-
export { default as PhoneMissed } from './phone-missed';
|
|
1166
1165
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1166
|
+
export { default as PhoneMissed } from './phone-missed';
|
|
1167
1167
|
export { default as PhoneOff } from './phone-off';
|
|
1168
1168
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1169
1169
|
export { default as Phone } from './phone';
|
|
1170
1170
|
export { default as Pi } from './pi';
|
|
1171
|
-
export { default as Pickaxe } from './pickaxe';
|
|
1172
1171
|
export { default as Piano } from './piano';
|
|
1173
1172
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1173
|
+
export { default as Pickaxe } from './pickaxe';
|
|
1174
1174
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1175
1175
|
export { default as PiggyBank } from './piggy-bank';
|
|
1176
1176
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
@@ -1182,8 +1182,8 @@ export { default as PinOff } from './pin-off';
|
|
|
1182
1182
|
export { default as Pin } from './pin';
|
|
1183
1183
|
export { default as Pipette } from './pipette';
|
|
1184
1184
|
export { default as Pizza } from './pizza';
|
|
1185
|
-
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1186
1185
|
export { default as PlaneLanding } from './plane-landing';
|
|
1186
|
+
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1187
1187
|
export { default as Plane } from './plane';
|
|
1188
1188
|
export { default as PlayOff } from './play-off';
|
|
1189
1189
|
export { default as Play } from './play';
|
|
@@ -1195,10 +1195,10 @@ export { default as PocketKnife } from './pocket-knife';
|
|
|
1195
1195
|
export { default as Podium } from './podium';
|
|
1196
1196
|
export { default as PointerOff } from './pointer-off';
|
|
1197
1197
|
export { default as Pointer } from './pointer';
|
|
1198
|
-
export { default as Popcorn } from './popcorn';
|
|
1199
1198
|
export { default as Popsicle } from './popsicle';
|
|
1200
|
-
export { default as
|
|
1199
|
+
export { default as Popcorn } from './popcorn';
|
|
1201
1200
|
export { default as PowerOff } from './power-off';
|
|
1201
|
+
export { default as PoundSterling } from './pound-sterling';
|
|
1202
1202
|
export { default as Power } from './power';
|
|
1203
1203
|
export { default as Presentation } from './presentation';
|
|
1204
1204
|
export { default as PrinterCheck } from './printer-check';
|
|
@@ -1206,8 +1206,8 @@ export { default as PrinterX } from './printer-x';
|
|
|
1206
1206
|
export { default as Printer } from './printer';
|
|
1207
1207
|
export { default as Projector } from './projector';
|
|
1208
1208
|
export { default as Proportions } from './proportions';
|
|
1209
|
-
export { default as Pyramid } from './pyramid';
|
|
1210
1209
|
export { default as Puzzle } from './puzzle';
|
|
1210
|
+
export { default as Pyramid } from './pyramid';
|
|
1211
1211
|
export { default as QrCode } from './qr-code';
|
|
1212
1212
|
export { default as Quote } from './quote';
|
|
1213
1213
|
export { default as Rabbit } from './rabbit';
|
|
@@ -1233,26 +1233,26 @@ export { default as ReceiptText } from './receipt-text';
|
|
|
1233
1233
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1234
1234
|
export { default as Receipt } from './receipt';
|
|
1235
1235
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1236
|
-
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1237
|
-
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1238
1236
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1237
|
+
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1238
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1239
1239
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1240
1240
|
export { default as Recycle } from './recycle';
|
|
1241
1241
|
export { default as Redo2 } from './redo-2';
|
|
1242
1242
|
export { default as RedoDot } from './redo-dot';
|
|
1243
1243
|
export { default as Redo } from './redo';
|
|
1244
|
-
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1245
1244
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1246
1245
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1246
|
+
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1247
1247
|
export { default as RefreshCw } from './refresh-cw';
|
|
1248
|
-
export { default as Refrigerator } from './refrigerator';
|
|
1249
1248
|
export { default as Regex } from './regex';
|
|
1249
|
+
export { default as Refrigerator } from './refrigerator';
|
|
1250
1250
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1251
1251
|
export { default as Repeat1 } from './repeat-1';
|
|
1252
|
-
export { default as Repeat2 } from './repeat-2';
|
|
1253
1252
|
export { default as RepeatOff } from './repeat-off';
|
|
1254
|
-
export { default as ReplaceAll } from './replace-all';
|
|
1255
1253
|
export { default as Repeat } from './repeat';
|
|
1254
|
+
export { default as Repeat2 } from './repeat-2';
|
|
1255
|
+
export { default as ReplaceAll } from './replace-all';
|
|
1256
1256
|
export { default as Replace } from './replace';
|
|
1257
1257
|
export { default as ReplyAll } from './reply-all';
|
|
1258
1258
|
export { default as Reply } from './reply';
|
|
@@ -1283,8 +1283,8 @@ export { default as Ruler } from './ruler';
|
|
|
1283
1283
|
export { default as RussianRuble } from './russian-ruble';
|
|
1284
1284
|
export { default as Sailboat } from './sailboat';
|
|
1285
1285
|
export { default as Salad } from './salad';
|
|
1286
|
-
export { default as Sandwich } from './sandwich';
|
|
1287
1286
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1287
|
+
export { default as Sandwich } from './sandwich';
|
|
1288
1288
|
export { default as Satellite } from './satellite';
|
|
1289
1289
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1290
1290
|
export { default as SaveAll } from './save-all';
|
|
@@ -1295,23 +1295,23 @@ export { default as SavePlus } from './save-plus';
|
|
|
1295
1295
|
export { default as Save } from './save';
|
|
1296
1296
|
export { default as Scale3d } from './scale-3d';
|
|
1297
1297
|
export { default as Scale } from './scale';
|
|
1298
|
-
export { default as Scaling } from './scaling';
|
|
1299
1298
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1299
|
+
export { default as Scaling } from './scaling';
|
|
1300
1300
|
export { default as ScanBox } from './scan-box';
|
|
1301
1301
|
export { default as ScanEye } from './scan-eye';
|
|
1302
|
-
export { default as ScanHeart } from './scan-heart';
|
|
1303
1302
|
export { default as ScanFace } from './scan-face';
|
|
1303
|
+
export { default as ScanHeart } from './scan-heart';
|
|
1304
1304
|
export { default as ScanLine } from './scan-line';
|
|
1305
|
-
export { default as ScanSearch } from './scan-search';
|
|
1306
1305
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1307
1306
|
export { default as ScanSquare } from './scan-square';
|
|
1308
1307
|
export { default as ScanText } from './scan-text';
|
|
1308
|
+
export { default as ScanSearch } from './scan-search';
|
|
1309
1309
|
export { default as Scan } from './scan';
|
|
1310
1310
|
export { default as School } from './school';
|
|
1311
|
-
export { default as Scissors } from './scissors';
|
|
1312
|
-
export { default as Scooter } from './scooter';
|
|
1313
1311
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1312
|
+
export { default as Scissors } from './scissors';
|
|
1314
1313
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1314
|
+
export { default as Scooter } from './scooter';
|
|
1315
1315
|
export { default as ScreenShare } from './screen-share';
|
|
1316
1316
|
export { default as ScrollText } from './scroll-text';
|
|
1317
1317
|
export { default as Scroll } from './scroll';
|
|
@@ -1319,32 +1319,32 @@ export { default as SearchAlert } from './search-alert';
|
|
|
1319
1319
|
export { default as SearchCheck } from './search-check';
|
|
1320
1320
|
export { default as SearchCode } from './search-code';
|
|
1321
1321
|
export { default as SearchSlash } from './search-slash';
|
|
1322
|
-
export { default as Search } from './search';
|
|
1323
1322
|
export { default as SearchX } from './search-x';
|
|
1323
|
+
export { default as Search } from './search';
|
|
1324
1324
|
export { default as Section } from './section';
|
|
1325
1325
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1326
1326
|
export { default as SendToBack } from './send-to-back';
|
|
1327
1327
|
export { default as Send } from './send';
|
|
1328
1328
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1329
|
-
export { default as SeparatorVertical } from './separator-vertical';
|
|
1330
1329
|
export { default as ServerCog } from './server-cog';
|
|
1331
|
-
export { default as
|
|
1330
|
+
export { default as SeparatorVertical } from './separator-vertical';
|
|
1332
1331
|
export { default as ServerOff } from './server-off';
|
|
1332
|
+
export { default as ServerCrash } from './server-crash';
|
|
1333
1333
|
export { default as ServerPlus } from './server-plus';
|
|
1334
1334
|
export { default as Server } from './server';
|
|
1335
1335
|
export { default as Settings2 } from './settings-2';
|
|
1336
|
-
export { default as Settings } from './settings';
|
|
1337
1336
|
export { default as Shapes } from './shapes';
|
|
1337
|
+
export { default as Settings } from './settings';
|
|
1338
1338
|
export { default as Share2 } from './share-2';
|
|
1339
1339
|
export { default as Share } from './share';
|
|
1340
|
-
export { default as Shell } from './shell';
|
|
1341
1340
|
export { default as Sheet } from './sheet';
|
|
1341
|
+
export { default as Shell } from './shell';
|
|
1342
1342
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1343
1343
|
export { default as ShieldAlert } from './shield-alert';
|
|
1344
1344
|
export { default as ShieldBan } from './shield-ban';
|
|
1345
1345
|
export { default as ShieldCheck } from './shield-check';
|
|
1346
|
-
export { default as ShieldCog } from './shield-cog';
|
|
1347
1346
|
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1347
|
+
export { default as ShieldCog } from './shield-cog';
|
|
1348
1348
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1349
1349
|
export { default as ShieldHalf } from './shield-half';
|
|
1350
1350
|
export { default as ShieldKeyhole } from './shield-keyhole';
|
|
@@ -1362,8 +1362,8 @@ export { default as ShoppingBag } from './shopping-bag';
|
|
|
1362
1362
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
1363
1363
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1364
1364
|
export { default as Shovel } from './shovel';
|
|
1365
|
-
export { default as Shredder } from './shredder';
|
|
1366
1365
|
export { default as ShowerHead } from './shower-head';
|
|
1366
|
+
export { default as Shredder } from './shredder';
|
|
1367
1367
|
export { default as Shrimp } from './shrimp';
|
|
1368
1368
|
export { default as Shrink } from './shrink';
|
|
1369
1369
|
export { default as Shrub } from './shrub';
|
|
@@ -1371,14 +1371,14 @@ export { default as Shuffle } from './shuffle';
|
|
|
1371
1371
|
export { default as Sigma } from './sigma';
|
|
1372
1372
|
export { default as SignalHigh } from './signal-high';
|
|
1373
1373
|
export { default as SignalLow } from './signal-low';
|
|
1374
|
-
export { default as SignalZero } from './signal-zero';
|
|
1375
1374
|
export { default as SignalMedium } from './signal-medium';
|
|
1375
|
+
export { default as SignalZero } from './signal-zero';
|
|
1376
1376
|
export { default as Signal } from './signal';
|
|
1377
1377
|
export { default as Signature } from './signature';
|
|
1378
1378
|
export { default as SignpostBig } from './signpost-big';
|
|
1379
1379
|
export { default as Signpost } from './signpost';
|
|
1380
|
-
export { default as Siren } from './siren';
|
|
1381
1380
|
export { default as SkipBack } from './skip-back';
|
|
1381
|
+
export { default as Siren } from './siren';
|
|
1382
1382
|
export { default as SkipForward } from './skip-forward';
|
|
1383
1383
|
export { default as Skull } from './skull';
|
|
1384
1384
|
export { default as Slash } from './slash';
|
|
@@ -1388,17 +1388,17 @@ export { default as SlidersVertical } from './sliders-vertical';
|
|
|
1388
1388
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1389
1389
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1390
1390
|
export { default as Smartphone } from './smartphone';
|
|
1391
|
-
export { default as Smile } from './smile';
|
|
1392
1391
|
export { default as SmilePlus } from './smile-plus';
|
|
1392
|
+
export { default as Smile } from './smile';
|
|
1393
1393
|
export { default as Snail } from './snail';
|
|
1394
1394
|
export { default as Snowflake } from './snowflake';
|
|
1395
|
-
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1396
1395
|
export { default as Sofa } from './sofa';
|
|
1396
|
+
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1397
1397
|
export { default as SolarPanel } from './solar-panel';
|
|
1398
1398
|
export { default as Soup } from './soup';
|
|
1399
1399
|
export { default as Space } from './space';
|
|
1400
|
-
export { default as Spade } from './spade';
|
|
1401
1400
|
export { default as Sparkle } from './sparkle';
|
|
1401
|
+
export { default as Spade } from './spade';
|
|
1402
1402
|
export { default as Sparkles } from './sparkles';
|
|
1403
1403
|
export { default as Speaker } from './speaker';
|
|
1404
1404
|
export { default as Speech } from './speech';
|
|
@@ -1416,12 +1416,12 @@ export { default as SquareActivity } from './square-activity';
|
|
|
1416
1416
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1417
1417
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1418
1418
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1419
|
-
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1420
1419
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1420
|
+
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1421
1421
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1422
1422
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1423
|
-
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1424
1423
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1424
|
+
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1425
1425
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1426
1426
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1427
1427
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
@@ -1447,8 +1447,8 @@ export { default as SquareDashedText } from './square-dashed-text';
|
|
|
1447
1447
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1448
1448
|
export { default as SquareDashed } from './square-dashed';
|
|
1449
1449
|
export { default as SquareDivide } from './square-divide';
|
|
1450
|
-
export { default as SquareDot } from './square-dot';
|
|
1451
1450
|
export { default as SquareEqual } from './square-equal';
|
|
1451
|
+
export { default as SquareDot } from './square-dot';
|
|
1452
1452
|
export { default as SquareFunction } from './square-function';
|
|
1453
1453
|
export { default as SquareKanban } from './square-kanban';
|
|
1454
1454
|
export { default as SquareLibrary } from './square-library';
|
|
@@ -1456,20 +1456,20 @@ export { default as SquareM } from './square-m';
|
|
|
1456
1456
|
export { default as SquareMenu } from './square-menu';
|
|
1457
1457
|
export { default as SquareMinus } from './square-minus';
|
|
1458
1458
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1459
|
-
export { default as SquareParkingOff } from './square-parking-off';
|
|
1460
1459
|
export { default as SquareOff } from './square-off';
|
|
1460
|
+
export { default as SquareParkingOff } from './square-parking-off';
|
|
1461
1461
|
export { default as SquareParking } from './square-parking';
|
|
1462
1462
|
export { default as SquarePause } from './square-pause';
|
|
1463
|
-
export { default as SquarePercent } from './square-percent';
|
|
1464
1463
|
export { default as SquarePen } from './square-pen';
|
|
1464
|
+
export { default as SquarePercent } from './square-percent';
|
|
1465
1465
|
export { default as SquarePi } from './square-pi';
|
|
1466
1466
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1467
1467
|
export { default as SquarePlay } from './square-play';
|
|
1468
1468
|
export { default as SquarePlus } from './square-plus';
|
|
1469
1469
|
export { default as SquarePower } from './square-power';
|
|
1470
1470
|
export { default as SquareRadical } from './square-radical';
|
|
1471
|
-
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1472
1471
|
export { default as SquareScissors } from './square-scissors';
|
|
1472
|
+
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1473
1473
|
export { default as SquareSigma } from './square-sigma';
|
|
1474
1474
|
export { default as SquareSlash } from './square-slash';
|
|
1475
1475
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
@@ -1478,10 +1478,10 @@ export { default as SquareSquare } from './square-square';
|
|
|
1478
1478
|
export { default as SquareStack } from './square-stack';
|
|
1479
1479
|
export { default as SquareStar } from './square-star';
|
|
1480
1480
|
export { default as SquareStop } from './square-stop';
|
|
1481
|
-
export { default as SquareTerminal } from './square-terminal';
|
|
1482
1481
|
export { default as SquareUserRound } from './square-user-round';
|
|
1483
|
-
export { default as
|
|
1482
|
+
export { default as SquareTerminal } from './square-terminal';
|
|
1484
1483
|
export { default as SquareUser } from './square-user';
|
|
1484
|
+
export { default as SquareX } from './square-x';
|
|
1485
1485
|
export { default as Square } from './square';
|
|
1486
1486
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1487
1487
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
@@ -1508,8 +1508,8 @@ export { default as StickyNoteOff } from './sticky-note-off';
|
|
|
1508
1508
|
export { default as StickyNotePlus } from './sticky-note-plus';
|
|
1509
1509
|
export { default as StickyNoteX } from './sticky-note-x';
|
|
1510
1510
|
export { default as StickyNote } from './sticky-note';
|
|
1511
|
-
export { default as Stone } from './stone';
|
|
1512
1511
|
export { default as StickyNotes } from './sticky-notes';
|
|
1512
|
+
export { default as Stone } from './stone';
|
|
1513
1513
|
export { default as Store } from './store';
|
|
1514
1514
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1515
1515
|
export { default as StretchVertical } from './stretch-vertical';
|
|
@@ -1523,8 +1523,8 @@ export { default as SunSnow } from './sun-snow';
|
|
|
1523
1523
|
export { default as Sun } from './sun';
|
|
1524
1524
|
export { default as Sunrise } from './sunrise';
|
|
1525
1525
|
export { default as Sunset } from './sunset';
|
|
1526
|
-
export { default as Superscript } from './superscript';
|
|
1527
1526
|
export { default as SwatchBook } from './swatch-book';
|
|
1527
|
+
export { default as Superscript } from './superscript';
|
|
1528
1528
|
export { default as SwissFranc } from './swiss-franc';
|
|
1529
1529
|
export { default as SwitchCamera } from './switch-camera';
|
|
1530
1530
|
export { default as Sword } from './sword';
|
|
@@ -1546,24 +1546,24 @@ export { default as TagX } from './tag-x';
|
|
|
1546
1546
|
export { default as Tag } from './tag';
|
|
1547
1547
|
export { default as Tags } from './tags';
|
|
1548
1548
|
export { default as Tally1 } from './tally-1';
|
|
1549
|
-
export { default as Tally3 } from './tally-3';
|
|
1550
1549
|
export { default as Tally2 } from './tally-2';
|
|
1550
|
+
export { default as Tally3 } from './tally-3';
|
|
1551
1551
|
export { default as Tally4 } from './tally-4';
|
|
1552
1552
|
export { default as Tally5 } from './tally-5';
|
|
1553
1553
|
export { default as Tangent } from './tangent';
|
|
1554
1554
|
export { default as Target } from './target';
|
|
1555
1555
|
export { default as Telescope } from './telescope';
|
|
1556
|
-
export { default as TentTree } from './tent-tree';
|
|
1557
1556
|
export { default as Tent } from './tent';
|
|
1558
|
-
export { default as
|
|
1557
|
+
export { default as TentTree } from './tent-tree';
|
|
1559
1558
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1559
|
+
export { default as Terminal } from './terminal';
|
|
1560
1560
|
export { default as TestTube } from './test-tube';
|
|
1561
1561
|
export { default as TestTubes } from './test-tubes';
|
|
1562
1562
|
export { default as TextAlignCenter } from './text-align-center';
|
|
1563
1563
|
export { default as TextAlignEnd } from './text-align-end';
|
|
1564
1564
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1565
|
-
export { default as TextAlignStart } from './text-align-start';
|
|
1566
1565
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1566
|
+
export { default as TextAlignStart } from './text-align-start';
|
|
1567
1567
|
export { default as TextCursor } from './text-cursor';
|
|
1568
1568
|
export { default as TextInitial } from './text-initial';
|
|
1569
1569
|
export { default as TextQuote } from './text-quote';
|
|
@@ -1593,14 +1593,14 @@ export { default as ToggleRight } from './toggle-right';
|
|
|
1593
1593
|
export { default as Toilet } from './toilet';
|
|
1594
1594
|
export { default as ToolCase } from './tool-case';
|
|
1595
1595
|
export { default as Toolbox } from './toolbox';
|
|
1596
|
-
export { default as Tornado } from './tornado';
|
|
1597
1596
|
export { default as Torus } from './torus';
|
|
1597
|
+
export { default as Tornado } from './tornado';
|
|
1598
1598
|
export { default as TouchpadOff } from './touchpad-off';
|
|
1599
1599
|
export { default as Touchpad } from './touchpad';
|
|
1600
1600
|
export { default as TowelRack } from './towel-rack';
|
|
1601
1601
|
export { default as TowerControl } from './tower-control';
|
|
1602
|
-
export { default as ToyBrick } from './toy-brick';
|
|
1603
1602
|
export { default as Tractor } from './tractor';
|
|
1603
|
+
export { default as ToyBrick } from './toy-brick';
|
|
1604
1604
|
export { default as TrafficCone } from './traffic-cone';
|
|
1605
1605
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1606
1606
|
export { default as TrainFront } from './train-front';
|
|
@@ -1611,11 +1611,11 @@ export { default as Trash2 } from './trash-2';
|
|
|
1611
1611
|
export { default as Trash } from './trash';
|
|
1612
1612
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1613
1613
|
export { default as TreePalm } from './tree-palm';
|
|
1614
|
-
export { default as TreePine } from './tree-pine';
|
|
1615
1614
|
export { default as Trees } from './trees';
|
|
1615
|
+
export { default as TreePine } from './tree-pine';
|
|
1616
1616
|
export { default as TrendingDown } from './trending-down';
|
|
1617
|
-
export { default as TrendingUpDown } from './trending-up-down';
|
|
1618
1617
|
export { default as TrendingUp } from './trending-up';
|
|
1618
|
+
export { default as TrendingUpDown } from './trending-up-down';
|
|
1619
1619
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1620
1620
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1621
1621
|
export { default as TriangleRight } from './triangle-right';
|
|
@@ -1660,9 +1660,9 @@ export { default as UserRoundKey } from './user-round-key';
|
|
|
1660
1660
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1661
1661
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1662
1662
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1663
|
+
export { default as UserRoundX } from './user-round-x';
|
|
1663
1664
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1664
1665
|
export { default as UserRound } from './user-round';
|
|
1665
|
-
export { default as UserRoundX } from './user-round-x';
|
|
1666
1666
|
export { default as UserSearch } from './user-search';
|
|
1667
1667
|
export { default as UserShield } from './user-shield';
|
|
1668
1668
|
export { default as UserStar } from './user-star';
|
|
@@ -1686,13 +1686,13 @@ export { default as Vibrate } from './vibrate';
|
|
|
1686
1686
|
export { default as VideoOff } from './video-off';
|
|
1687
1687
|
export { default as Video } from './video';
|
|
1688
1688
|
export { default as Videotape } from './videotape';
|
|
1689
|
-
export { default as Voicemail } from './voicemail';
|
|
1690
1689
|
export { default as View } from './view';
|
|
1690
|
+
export { default as Voicemail } from './voicemail';
|
|
1691
1691
|
export { default as Volleyball } from './volleyball';
|
|
1692
|
-
export { default as Volume2 } from './volume-2';
|
|
1693
|
-
export { default as VolumeOff } from './volume-off';
|
|
1694
1692
|
export { default as Volume1 } from './volume-1';
|
|
1693
|
+
export { default as Volume2 } from './volume-2';
|
|
1695
1694
|
export { default as VolumeX } from './volume-x';
|
|
1695
|
+
export { default as VolumeOff } from './volume-off';
|
|
1696
1696
|
export { default as Volume } from './volume';
|
|
1697
1697
|
export { default as Vote } from './vote';
|
|
1698
1698
|
export { default as WalletCards } from './wallet-cards';
|
|
@@ -1713,8 +1713,8 @@ export { default as Waypoints } from './waypoints';
|
|
|
1713
1713
|
export { default as WebcamOff } from './webcam-off';
|
|
1714
1714
|
export { default as Webcam } from './webcam';
|
|
1715
1715
|
export { default as WebhookOff } from './webhook-off';
|
|
1716
|
-
export { default as WeightTilde } from './weight-tilde';
|
|
1717
1716
|
export { default as Webhook } from './webhook';
|
|
1717
|
+
export { default as WeightTilde } from './weight-tilde';
|
|
1718
1718
|
export { default as Weight } from './weight';
|
|
1719
1719
|
export { default as WheatOff } from './wheat-off';
|
|
1720
1720
|
export { default as Wheat } from './wheat';
|
|
@@ -1723,9 +1723,9 @@ export { default as WifiCog } from './wifi-cog';
|
|
|
1723
1723
|
export { default as WifiHigh } from './wifi-high';
|
|
1724
1724
|
export { default as WifiLow } from './wifi-low';
|
|
1725
1725
|
export { default as WifiOff } from './wifi-off';
|
|
1726
|
+
export { default as WifiSync } from './wifi-sync';
|
|
1726
1727
|
export { default as WifiPen } from './wifi-pen';
|
|
1727
1728
|
export { default as WifiZero } from './wifi-zero';
|
|
1728
|
-
export { default as WifiSync } from './wifi-sync';
|
|
1729
1729
|
export { default as Wifi } from './wifi';
|
|
1730
1730
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1731
1731
|
export { default as Wind } from './wind';
|
|
@@ -1737,8 +1737,8 @@ export { default as WrenchOff } from './wrench-off';
|
|
|
1737
1737
|
export { default as Wrench } from './wrench';
|
|
1738
1738
|
export { default as XLineTop } from './x-line-top';
|
|
1739
1739
|
export { default as X } from './x';
|
|
1740
|
-
export { default as Zap } from './zap';
|
|
1741
1740
|
export { default as ZapOff } from './zap-off';
|
|
1741
|
+
export { default as Zap } from './zap';
|
|
1742
1742
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1743
1743
|
export { default as ZodiacAries } from './zodiac-aries';
|
|
1744
1744
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
@@ -1752,6 +1752,6 @@ export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
|
1752
1752
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1753
1753
|
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1754
1754
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1755
|
-
export { default as ZoomIn } from './zoom-in';
|
|
1756
1755
|
export { default as ZoomOut } from './zoom-out';
|
|
1756
|
+
export { default as ZoomIn } from './zoom-in';
|
|
1757
1757
|
|