@lucide/astro 1.26.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 +2 -2
- package/src/aliases/aliases.ts +110 -98
- package/src/aliases/prefixed.ts +705 -683
- package/src/aliases/suffixed.ts +1023 -1001
- package/src/icons/a-large-small.ts +1 -1
- package/src/icons/ambulance.ts +1 -1
- package/src/icons/barrel.ts +2 -2
- package/src/icons/bone-fracture.ts +1 -1
- package/src/icons/bot-off.ts +1 -1
- 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/captions.ts +1 -1
- package/src/icons/circle-fading-plus.ts +1 -1
- package/src/icons/contact-round.ts +2 -2
- package/src/icons/contact.ts +2 -2
- package/src/icons/diamond-minus.ts +1 -1
- package/src/icons/diamond-plus.ts +1 -1
- package/src/icons/feather.ts +2 -2
- package/src/icons/flag-triangle-left.ts +1 -1
- package/src/icons/gamepad-directional.ts +1 -1
- package/src/icons/git-merge-conflict.ts +1 -1
- package/src/icons/id-card-lanyard.ts +1 -1
- package/src/icons/index.ts +172 -165
- package/src/icons/keyboard-off.ts +1 -1
- package/src/icons/layers-plus.ts +1 -1
- package/src/icons/layout-freeform.ts +18 -0
- package/src/icons/lens-convex.ts +1 -1
- package/src/icons/line-squiggle.ts +1 -1
- package/src/icons/mic-audio-lines.ts +18 -0
- package/src/icons/mic-signal.ts +18 -0
- package/src/icons/mirror-rectangular.ts +1 -1
- package/src/icons/mirror-round.ts +1 -1
- package/src/icons/mosque.ts +18 -0
- package/src/icons/pilcrow-right.ts +1 -1
- package/src/icons/{history.ts → rotate-ccw-clock.ts} +4 -4
- package/src/icons/rotate-cw-fading-clock.ts +18 -0
- package/src/icons/{podcast.ts → scan-square.ts} +4 -4
- package/src/icons/scooter.ts +1 -1
- package/src/icons/search-alert.ts +1 -1
- package/src/icons/spline-pointer.ts +1 -1
- package/src/icons/square-arrow-right-enter.ts +1 -1
- package/src/icons/square-arrow-right-exit.ts +1 -1
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-off.ts +18 -0
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/squares-exclude.ts +1 -1
- package/src/icons/squares-intersect.ts +1 -1
- package/src/icons/squares-subtract.ts +1 -1
- package/src/icons/squares-unite.ts +1 -1
- package/src/icons/toilet.ts +1 -1
- package/src/icons/toolbox.ts +2 -2
- package/src/icons/trophy.ts +2 -2
- package/src/icons/truck.ts +1 -1
- package/src/icons/user-shield.ts +18 -0
- package/src/icons/van.ts +1 -1
- package/src/icons/zap-off.ts +2 -2
- package/src/icons/zap.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -14,8 +14,8 @@ 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';
|
|
@@ -23,8 +23,8 @@ export { default as AlignHorizontalDistributeStart } from './align-horizontal-di
|
|
|
23
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';
|
|
@@ -32,9 +32,9 @@ export { default as AlignVerticalDistributeEnd } from './align-vertical-distribu
|
|
|
32
32
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
33
33
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
34
34
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
35
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
35
36
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
36
37
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
37
|
-
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
38
38
|
export { default as Ambulance } from './ambulance';
|
|
39
39
|
export { default as Ampersand } from './ampersand';
|
|
40
40
|
export { default as Ampersands } from './ampersands';
|
|
@@ -49,14 +49,14 @@ export { default as AppWindowMac } from './app-window-mac';
|
|
|
49
49
|
export { default as AppWindow } from './app-window';
|
|
50
50
|
export { default as Apple } from './apple';
|
|
51
51
|
export { default as ArchiveRestore } from './archive-restore';
|
|
52
|
-
export { default as ArchiveX } from './archive-x';
|
|
53
52
|
export { default as Archive } from './archive';
|
|
53
|
+
export { default as ArchiveX } from './archive-x';
|
|
54
54
|
export { default as Armchair } from './armchair';
|
|
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';
|
|
@@ -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';
|
|
@@ -146,8 +146,8 @@ 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';
|
|
150
|
+
export { default as BeanOff } from './bean-off';
|
|
151
151
|
export { default as BedDouble } from './bed-double';
|
|
152
152
|
export { default as BedSingle } from './bed-single';
|
|
153
153
|
export { default as Bed } from './bed';
|
|
@@ -159,8 +159,8 @@ 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';
|
|
@@ -178,16 +178,15 @@ export { default as Bitcoin } from './bitcoin';
|
|
|
178
178
|
export { default as Blend } from './blend';
|
|
179
179
|
export { default as Blender } from './blender';
|
|
180
180
|
export { default as Blinds } from './blinds';
|
|
181
|
-
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
182
|
-
export { default as BluetoothOff } from './bluetooth-off';
|
|
183
181
|
export { default as Blocks } from './blocks';
|
|
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';
|
|
186
185
|
export { default as Bold } from './bold';
|
|
187
186
|
export { default as Bolt } from './bolt';
|
|
188
187
|
export { default as Bomb } from './bomb';
|
|
189
|
-
export { default as Bone } from './bone';
|
|
190
188
|
export { default as BoneFracture } from './bone-fracture';
|
|
189
|
+
export { default as Bone } from './bone';
|
|
191
190
|
export { default as BookA } from './book-a';
|
|
192
191
|
export { default as BookAlert } from './book-alert';
|
|
193
192
|
export { default as BookAudio } from './book-audio';
|
|
@@ -209,6 +208,7 @@ 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';
|
|
@@ -218,8 +218,8 @@ 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';
|
|
220
220
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
221
|
-
export { default as Bookmark } from './bookmark';
|
|
222
221
|
export { default as BookmarkX } from './bookmark-x';
|
|
222
|
+
export { default as Bookmark } from './bookmark';
|
|
223
223
|
export { default as BoomBox } from './boom-box';
|
|
224
224
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
225
225
|
export { default as BotOff } from './bot-off';
|
|
@@ -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';
|
|
@@ -270,12 +270,12 @@ export { default as CalendarHeart } from './calendar-heart';
|
|
|
270
270
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
271
271
|
export { default as CalendarMinus } from './calendar-minus';
|
|
272
272
|
export { default as CalendarOff } from './calendar-off';
|
|
273
|
-
export { default as CalendarPlus } from './calendar-plus';
|
|
274
273
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
274
|
+
export { default as CalendarPlus } from './calendar-plus';
|
|
275
275
|
export { default as CalendarRange } from './calendar-range';
|
|
276
|
-
export { default as CalendarSync } from './calendar-sync';
|
|
277
|
-
export { default as CalendarX2 } from './calendar-x-2';
|
|
278
276
|
export { default as CalendarSearch } from './calendar-search';
|
|
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';
|
|
@@ -285,8 +285,8 @@ export { default as CandyCane } from './candy-cane';
|
|
|
285
285
|
export { default as CandyOff } from './candy-off';
|
|
286
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
291
|
export { default as CarFront } from './car-front';
|
|
292
292
|
export { default as CarTaxiFront } from './car-taxi-front';
|
|
@@ -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,9 +323,9 @@ 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
327
|
export { default as ChartSpline } from './chart-spline';
|
|
328
|
+
export { default as ChartPie } from './chart-pie';
|
|
329
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';
|
|
@@ -336,8 +336,8 @@ export { default as ChessKing } from './chess-king';
|
|
|
336
336
|
export { default as ChessKnight } from './chess-knight';
|
|
337
337
|
export { default as ChessPawn } from './chess-pawn';
|
|
338
338
|
export { default as ChessQueen } from './chess-queen';
|
|
339
|
-
export { default as ChevronDown } from './chevron-down';
|
|
340
339
|
export { default as ChessRook } from './chess-rook';
|
|
340
|
+
export { default as ChevronDown } from './chevron-down';
|
|
341
341
|
export { default as ChevronFirst } from './chevron-first';
|
|
342
342
|
export { default as ChevronLast } from './chevron-last';
|
|
343
343
|
export { default as ChevronLeft } from './chevron-left';
|
|
@@ -347,8 +347,8 @@ 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';
|
|
@@ -361,8 +361,8 @@ 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';
|
|
@@ -382,10 +382,10 @@ export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
|
382
382
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
383
383
|
export { default as CircleGauge } from './circle-gauge';
|
|
384
384
|
export { default as CircleMinus } from './circle-minus';
|
|
385
|
-
export { default as CircleParkingOff } from './circle-parking-off';
|
|
386
385
|
export { default as CircleOff } from './circle-off';
|
|
387
|
-
export { default as
|
|
386
|
+
export { default as CircleParkingOff } from './circle-parking-off';
|
|
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
390
|
export { default as CirclePile } from './circle-pile';
|
|
391
391
|
export { default as CirclePlay } from './circle-play';
|
|
@@ -400,20 +400,20 @@ export { default as CircleStar } from './circle-star';
|
|
|
400
400
|
export { default as CircleStop } from './circle-stop';
|
|
401
401
|
export { default as CircleUserRound } from './circle-user-round';
|
|
402
402
|
export { default as CircleUser } from './circle-user';
|
|
403
|
-
export { default as Circle } from './circle';
|
|
404
403
|
export { default as CircleX } from './circle-x';
|
|
404
|
+
export { default as Circle } from './circle';
|
|
405
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
|
-
export { default as ClipboardClock } from './clipboard-clock';
|
|
409
408
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
409
|
+
export { default as ClipboardClock } from './clipboard-clock';
|
|
410
410
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
411
411
|
export { default as ClipboardList } from './clipboard-list';
|
|
412
412
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
413
|
-
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
414
413
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
415
|
-
export { default as
|
|
414
|
+
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
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';
|
|
@@ -455,12 +455,12 @@ export { default as CloudRainWind } from './cloud-rain-wind';
|
|
|
455
455
|
export { default as CloudRain } from './cloud-rain';
|
|
456
456
|
export { default as CloudSnow } from './cloud-snow';
|
|
457
457
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
458
|
-
export { default as CloudSync } from './cloud-sync';
|
|
459
458
|
export { default as CloudSun } from './cloud-sun';
|
|
459
|
+
export { default as CloudSync } from './cloud-sync';
|
|
460
460
|
export { default as CloudUpload } from './cloud-upload';
|
|
461
461
|
export { default as Cloud } from './cloud';
|
|
462
|
-
export { default as Clover } from './clover';
|
|
463
462
|
export { default as Cloudy } from './cloudy';
|
|
463
|
+
export { default as Clover } from './clover';
|
|
464
464
|
export { default as Club } from './club';
|
|
465
465
|
export { default as CodeXml } from './code-xml';
|
|
466
466
|
export { default as Code } from './code';
|
|
@@ -480,48 +480,48 @@ 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';
|
|
496
496
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
497
497
|
export { default as CornerDownRight } from './corner-down-right';
|
|
498
|
-
export { default as CornerLeftDown } from './corner-left-down';
|
|
499
498
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
499
|
+
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
|
+
export { default as CreativeCommons } from './creative-commons';
|
|
505
506
|
export { default as CreditCard } from './credit-card';
|
|
506
507
|
export { default as Croissant } from './croissant';
|
|
507
|
-
export { default as CreativeCommons } from './creative-commons';
|
|
508
508
|
export { default as Crop } from './crop';
|
|
509
509
|
export { default as Cross } from './cross';
|
|
510
510
|
export { default as Crosshair } from './crosshair';
|
|
511
|
-
export { default as Cuboid } from './cuboid';
|
|
512
511
|
export { default as Crown } from './crown';
|
|
512
|
+
export { default as Cuboid } from './cuboid';
|
|
513
513
|
export { default as CupSoda } from './cup-soda';
|
|
514
|
+
export { default as Currency } from './currency';
|
|
514
515
|
export { default as Cylinder } from './cylinder';
|
|
515
516
|
export { default as Dam } from './dam';
|
|
516
|
-
export { default as Currency } from './currency';
|
|
517
517
|
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
518
|
-
export { default as DatabaseBackup } from './database-backup';
|
|
519
518
|
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
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,10 +529,10 @@ 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';
|
|
534
|
-
export { default as
|
|
533
|
+
export { default as DiamondMinus } from './diamond-minus';
|
|
535
534
|
export { default as DiamondPlus } from './diamond-plus';
|
|
535
|
+
export { default as Diamond } from './diamond';
|
|
536
536
|
export { default as Dice1 } from './dice-1';
|
|
537
537
|
export { default as Dice2 } from './dice-2';
|
|
538
538
|
export { default as Dice3 } from './dice-3';
|
|
@@ -540,27 +540,27 @@ 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
|
-
export { default as Divide } from './divide';
|
|
548
|
-
export { default as DnaOff } from './dna-off';
|
|
549
547
|
export { default as Disc } from './disc';
|
|
548
|
+
export { default as Divide } from './divide';
|
|
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';
|
|
554
554
|
export { default as Donut } from './donut';
|
|
555
|
-
export { default as DoorClosed } from './door-closed';
|
|
556
555
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
556
|
+
export { default as DoorClosed } from './door-closed';
|
|
557
557
|
export { default as DoorOpen } from './door-open';
|
|
558
558
|
export { default as Dot } from './dot';
|
|
559
559
|
export { default as Download } from './download';
|
|
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';
|
|
@@ -594,8 +594,8 @@ export { default as Eye } from './eye';
|
|
|
594
594
|
export { default as Factory } from './factory';
|
|
595
595
|
export { default as Fan } from './fan';
|
|
596
596
|
export { default as FastForward } from './fast-forward';
|
|
597
|
-
export { default as Fence } from './fence';
|
|
598
597
|
export { default as Feather } from './feather';
|
|
598
|
+
export { default as Fence } from './fence';
|
|
599
599
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
600
600
|
export { default as FileArchive } from './file-archive';
|
|
601
601
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
@@ -613,18 +613,18 @@ 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';
|
|
618
|
-
export { default as
|
|
617
|
+
export { default as FileDiff } from './file-diff';
|
|
619
618
|
export { default as FileDown } from './file-down';
|
|
619
|
+
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
620
620
|
export { default as FileHeadphone } from './file-headphone';
|
|
621
621
|
export { default as FileHeart } from './file-heart';
|
|
622
622
|
export { default as FileImage } from './file-image';
|
|
623
623
|
export { default as FileInput } from './file-input';
|
|
624
624
|
export { default as FileKey } from './file-key';
|
|
625
625
|
export { default as FileLock } from './file-lock';
|
|
626
|
-
export { default as FileMinus } from './file-minus';
|
|
627
626
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
627
|
+
export { default as FileMinus } from './file-minus';
|
|
628
628
|
export { default as FileMusic } from './file-music';
|
|
629
629
|
export { default as FileOutput } from './file-output';
|
|
630
630
|
export { default as FilePenLine } from './file-pen-line';
|
|
@@ -682,19 +682,19 @@ 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 FolderKey } from './folder-key';
|
|
697
696
|
export { default as FolderLock } from './folder-lock';
|
|
697
|
+
export { default as FolderKey } from './folder-key';
|
|
698
698
|
export { default as FolderMinus } from './folder-minus';
|
|
699
699
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
700
700
|
export { default as FolderOpen } from './folder-open';
|
|
@@ -702,30 +702,30 @@ export { default as FolderOutput } from './folder-output';
|
|
|
702
702
|
export { default as FolderPen } from './folder-pen';
|
|
703
703
|
export { default as FolderPlus } from './folder-plus';
|
|
704
704
|
export { default as FolderRoot } from './folder-root';
|
|
705
|
-
export { default as FolderSearch } from './folder-search';
|
|
706
705
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
706
|
+
export { default as FolderSearch } from './folder-search';
|
|
707
707
|
export { default as FolderSymlink } from './folder-symlink';
|
|
708
708
|
export { default as FolderSync } from './folder-sync';
|
|
709
|
-
export { default as FolderUp } from './folder-up';
|
|
710
709
|
export { default as FolderTree } from './folder-tree';
|
|
710
|
+
export { default as FolderUp } from './folder-up';
|
|
711
711
|
export { default as FolderX } from './folder-x';
|
|
712
712
|
export { default as Folder } from './folder';
|
|
713
|
-
export { default as Footprints } from './footprints';
|
|
714
713
|
export { default as Folders } from './folders';
|
|
714
|
+
export { default as Footprints } from './footprints';
|
|
715
715
|
export { default as Forklift } from './forklift';
|
|
716
|
-
export { default as Forward } from './forward';
|
|
717
716
|
export { default as Form } from './form';
|
|
717
|
+
export { default as Forward } from './forward';
|
|
718
718
|
export { default as Frame } from './frame';
|
|
719
719
|
export { default as Frown } from './frown';
|
|
720
|
-
export { default as Fullscreen } from './fullscreen';
|
|
721
720
|
export { default as Fuel } from './fuel';
|
|
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
|
-
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
728
727
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
728
|
+
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
729
729
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
730
730
|
export { default as Gamepad2 } from './gamepad-2';
|
|
731
731
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
@@ -748,16 +748,16 @@ export { default as GitGraph } from './git-graph';
|
|
|
748
748
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
749
749
|
export { default as GitMerge } from './git-merge';
|
|
750
750
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
751
|
-
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
752
751
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
752
|
+
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
753
753
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
754
754
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
755
755
|
export { default as GitPullRequest } from './git-pull-request';
|
|
756
756
|
export { default as GlassWater } from './glass-water';
|
|
757
757
|
export { default as Glasses } from './glasses';
|
|
758
758
|
export { default as GlobeCheck } from './globe-check';
|
|
759
|
-
export { default as GlobeOff } from './globe-off';
|
|
760
759
|
export { default as GlobeLock } from './globe-lock';
|
|
760
|
+
export { default as GlobeOff } from './globe-off';
|
|
761
761
|
export { default as GlobeX } from './globe-x';
|
|
762
762
|
export { default as Globe } from './globe';
|
|
763
763
|
export { default as Goal } from './goal';
|
|
@@ -773,37 +773,37 @@ 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
784
|
export { default as HandHeart } from './hand-heart';
|
|
785
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
801
|
export { default as Heading2 } from './heading-2';
|
|
802
802
|
export { default as Heading3 } from './heading-3';
|
|
803
803
|
export { default as Heading4 } from './heading-4';
|
|
804
804
|
export { default as Heading5 } from './heading-5';
|
|
805
|
-
export { default as Heading } from './heading';
|
|
806
805
|
export { default as Heading6 } from './heading-6';
|
|
806
|
+
export { default as Heading } from './heading';
|
|
807
807
|
export { default as HeadphoneOff } from './headphone-off';
|
|
808
808
|
export { default as Headphones } from './headphones';
|
|
809
809
|
export { default as Headset } from './headset';
|
|
@@ -815,11 +815,10 @@ 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
|
-
export { default as History } from './history';
|
|
823
822
|
export { default as HopOff } from './hop-off';
|
|
824
823
|
export { default as Hop } from './hop';
|
|
825
824
|
export { default as Hospital } from './hospital';
|
|
@@ -833,40 +832,40 @@ export { default as House } from './house';
|
|
|
833
832
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
834
833
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
835
834
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
835
|
+
export { default as ImageDown } from './image-down';
|
|
836
836
|
export { default as IdCard } from './id-card';
|
|
837
837
|
export { default as ImageMinus } from './image-minus';
|
|
838
|
-
export { default as ImageDown } from './image-down';
|
|
839
838
|
export { default as ImageOff } from './image-off';
|
|
840
839
|
export { default as ImagePlay } from './image-play';
|
|
841
840
|
export { default as ImagePlus } from './image-plus';
|
|
842
841
|
export { default as ImageUp } from './image-up';
|
|
843
842
|
export { default as ImageUpscale } from './image-upscale';
|
|
844
|
-
export { default as Image } from './image';
|
|
845
843
|
export { default as Images } from './images';
|
|
844
|
+
export { default as Image } from './image';
|
|
846
845
|
export { default as Import } from './import';
|
|
847
|
-
export { default as Inbox } from './inbox';
|
|
848
846
|
export { default as IndianRupee } from './indian-rupee';
|
|
847
|
+
export { default as Inbox } from './inbox';
|
|
849
848
|
export { default as Infinity } from './infinity';
|
|
850
849
|
export { default as Info } from './info';
|
|
851
850
|
export { default as InspectionPanel } from './inspection-panel';
|
|
852
|
-
export { default as Italic } from './italic';
|
|
853
851
|
export { default as IterationCcw } from './iteration-ccw';
|
|
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
|
-
export { default as IterationCw } from './iteration-cw';
|
|
857
856
|
export { default as Kanban } from './kanban';
|
|
858
|
-
export { default as Kayak } from './kayak';
|
|
859
857
|
export { default as KeyRound } from './key-round';
|
|
858
|
+
export { default as Kayak } from './kayak';
|
|
860
859
|
export { default as KeySquare } from './key-square';
|
|
861
860
|
export { default as Key } from './key';
|
|
862
861
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
863
862
|
export { default as KeyboardOff } from './keyboard-off';
|
|
864
863
|
export { default as Keyboard } from './keyboard';
|
|
865
|
-
export { default as LampCeiling } from './lamp-ceiling';
|
|
866
864
|
export { default as LampDesk } from './lamp-desk';
|
|
867
865
|
export { default as LampFloor } from './lamp-floor';
|
|
868
|
-
export { default as
|
|
866
|
+
export { default as LampCeiling } from './lamp-ceiling';
|
|
869
867
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
868
|
+
export { default as LampWallUp } from './lamp-wall-up';
|
|
870
869
|
export { default as Lamp } from './lamp';
|
|
871
870
|
export { default as LandPlot } from './land-plot';
|
|
872
871
|
export { default as Landmark } from './landmark';
|
|
@@ -882,6 +881,7 @@ export { default as LayersMinus } from './layers-minus';
|
|
|
882
881
|
export { default as LayersPlus } from './layers-plus';
|
|
883
882
|
export { default as Layers } from './layers';
|
|
884
883
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
884
|
+
export { default as LayoutFreeform } from './layout-freeform';
|
|
885
885
|
export { default as LayoutGrid } from './layout-grid';
|
|
886
886
|
export { default as LayoutList } from './layout-list';
|
|
887
887
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
@@ -893,37 +893,37 @@ export { default as Lectern } from './lectern';
|
|
|
893
893
|
export { default as LensConcave } from './lens-concave';
|
|
894
894
|
export { default as LensConvex } from './lens-convex';
|
|
895
895
|
export { default as LibraryBig } from './library-big';
|
|
896
|
+
export { default as Library } from './library';
|
|
896
897
|
export { default as LifeBuoy } from './life-buoy';
|
|
897
898
|
export { default as Ligature } from './ligature';
|
|
898
|
-
export { default as Library } from './library';
|
|
899
899
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
900
900
|
export { default as Lightbulb } from './lightbulb';
|
|
901
901
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
902
|
-
export { default as LineStyle } from './line-style';
|
|
903
902
|
export { default as LineSquiggle } from './line-squiggle';
|
|
903
|
+
export { default as LineStyle } from './line-style';
|
|
904
904
|
export { default as Link2Off } from './link-2-off';
|
|
905
905
|
export { default as Link2 } from './link-2';
|
|
906
906
|
export { default as Link } from './link';
|
|
907
907
|
export { default as ListCheck } from './list-check';
|
|
908
908
|
export { default as ListChecks } from './list-checks';
|
|
909
|
-
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
910
909
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
910
|
+
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
911
911
|
export { default as ListCollapse } from './list-collapse';
|
|
912
|
-
export { default as ListFilterPlus } from './list-filter-plus';
|
|
913
912
|
export { default as ListEnd } from './list-end';
|
|
913
|
+
export { default as ListFilterPlus } from './list-filter-plus';
|
|
914
914
|
export { default as ListFilter } from './list-filter';
|
|
915
915
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
916
916
|
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
917
917
|
export { default as ListMinus } from './list-minus';
|
|
918
918
|
export { default as ListMusic } from './list-music';
|
|
919
|
-
export { default as ListPlus } from './list-plus';
|
|
920
919
|
export { default as ListOrdered } from './list-ordered';
|
|
920
|
+
export { default as ListPlus } from './list-plus';
|
|
921
921
|
export { default as ListRestart } from './list-restart';
|
|
922
922
|
export { default as ListSortAscending } from './list-sort-ascending';
|
|
923
923
|
export { default as ListSortDescending } from './list-sort-descending';
|
|
924
924
|
export { default as ListStart } from './list-start';
|
|
925
|
-
export { default as ListTree } from './list-tree';
|
|
926
925
|
export { default as ListTodo } from './list-todo';
|
|
926
|
+
export { default as ListTree } from './list-tree';
|
|
927
927
|
export { default as ListVideo } from './list-video';
|
|
928
928
|
export { default as ListX } from './list-x';
|
|
929
929
|
export { default as List } from './list';
|
|
@@ -933,9 +933,9 @@ export { default as Loader } from './loader';
|
|
|
933
933
|
export { default as LocateFixed } from './locate-fixed';
|
|
934
934
|
export { default as LocateOff } from './locate-off';
|
|
935
935
|
export { default as Locate } from './locate';
|
|
936
|
+
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
936
937
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
937
938
|
export { default as LockOpen } from './lock-open';
|
|
938
|
-
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
939
939
|
export { default as Lock } from './lock';
|
|
940
940
|
export { default as LogIn } from './log-in';
|
|
941
941
|
export { default as LogOut } from './log-out';
|
|
@@ -958,14 +958,14 @@ export { default as MapMinus } from './map-minus';
|
|
|
958
958
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
959
959
|
export { default as MapPinCheck } from './map-pin-check';
|
|
960
960
|
export { default as MapPinHouse } from './map-pin-house';
|
|
961
|
-
export { default as MapPinMinus } from './map-pin-minus';
|
|
962
961
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
962
|
+
export { default as MapPinMinus } from './map-pin-minus';
|
|
963
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';
|
|
967
|
-
export { default as
|
|
966
|
+
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
968
967
|
export { default as MapPinSearch } from './map-pin-search';
|
|
968
|
+
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
969
969
|
export { default as MapPinX } from './map-pin-x';
|
|
970
970
|
export { default as MapPin } from './map-pin';
|
|
971
971
|
export { default as MapPinned } from './map-pinned';
|
|
@@ -979,8 +979,8 @@ 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 Meh } from './meh';
|
|
983
982
|
export { default as MemoryStick } from './memory-stick';
|
|
983
|
+
export { default as Meh } from './meh';
|
|
984
984
|
export { default as Menu } from './menu';
|
|
985
985
|
export { default as Merge } from './merge';
|
|
986
986
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
@@ -1009,17 +1009,19 @@ export { default as MessageSquareQuote } from './message-square-quote';
|
|
|
1009
1009
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
1010
1010
|
export { default as MessageSquareShare } from './message-square-share';
|
|
1011
1011
|
export { default as MessageSquareText } from './message-square-text';
|
|
1012
|
-
export { default as MessageSquareX } from './message-square-x';
|
|
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
|
+
export { default as MicAudioLines } from './mic-audio-lines';
|
|
1017
1018
|
export { default as MicOff } from './mic-off';
|
|
1019
|
+
export { default as MicSignal } from './mic-signal';
|
|
1018
1020
|
export { default as MicVocal } from './mic-vocal';
|
|
1019
1021
|
export { default as Mic } from './mic';
|
|
1020
1022
|
export { default as Microchip } from './microchip';
|
|
1021
|
-
export { default as Microwave } from './microwave';
|
|
1022
1023
|
export { default as Microscope } from './microscope';
|
|
1024
|
+
export { default as Microwave } from './microwave';
|
|
1023
1025
|
export { default as Milestone } from './milestone';
|
|
1024
1026
|
export { default as MilkOff } from './milk-off';
|
|
1025
1027
|
export { default as Milk } from './milk';
|
|
@@ -1029,8 +1031,8 @@ export { default as Minus } from './minus';
|
|
|
1029
1031
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1030
1032
|
export { default as MirrorRound } from './mirror-round';
|
|
1031
1033
|
export { default as MonitorCheck } from './monitor-check';
|
|
1032
|
-
export { default as MonitorCloud } from './monitor-cloud';
|
|
1033
1034
|
export { default as MonitorCog } from './monitor-cog';
|
|
1035
|
+
export { default as MonitorCloud } from './monitor-cloud';
|
|
1034
1036
|
export { default as MonitorDot } from './monitor-dot';
|
|
1035
1037
|
export { default as MonitorDown } from './monitor-down';
|
|
1036
1038
|
export { default as MonitorOff } from './monitor-off';
|
|
@@ -1041,9 +1043,10 @@ export { default as MonitorSpeaker } from './monitor-speaker';
|
|
|
1041
1043
|
export { default as MonitorStop } from './monitor-stop';
|
|
1042
1044
|
export { default as MonitorUp } from './monitor-up';
|
|
1043
1045
|
export { default as MonitorX } from './monitor-x';
|
|
1044
|
-
export { default as Monitor } from './monitor';
|
|
1045
1046
|
export { default as MoonStar } from './moon-star';
|
|
1046
1047
|
export { default as Moon } from './moon';
|
|
1048
|
+
export { default as Monitor } from './monitor';
|
|
1049
|
+
export { default as Mosque } from './mosque';
|
|
1047
1050
|
export { default as Motorbike } from './motorbike';
|
|
1048
1051
|
export { default as MountainSnow } from './mountain-snow';
|
|
1049
1052
|
export { default as Mountain } from './mountain';
|
|
@@ -1051,8 +1054,8 @@ export { default as MouseLeft } from './mouse-left';
|
|
|
1051
1054
|
export { default as MouseOff } from './mouse-off';
|
|
1052
1055
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1053
1056
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1054
|
-
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1055
1057
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1058
|
+
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1056
1059
|
export { default as MousePointer } from './mouse-pointer';
|
|
1057
1060
|
export { default as MouseRight } from './mouse-right';
|
|
1058
1061
|
export { default as Mouse } from './mouse';
|
|
@@ -1061,25 +1064,25 @@ export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
|
1061
1064
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1062
1065
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1063
1066
|
export { default as MoveDownRight } from './move-down-right';
|
|
1064
|
-
export { default as MoveDown } from './move-down';
|
|
1065
1067
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1068
|
+
export { default as MoveDown } from './move-down';
|
|
1066
1069
|
export { default as MoveLeft } from './move-left';
|
|
1067
1070
|
export { default as MoveRight } from './move-right';
|
|
1068
|
-
export { default as MoveUpRight } from './move-up-right';
|
|
1069
1071
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1072
|
+
export { default as MoveUpRight } from './move-up-right';
|
|
1070
1073
|
export { default as MoveUp } from './move-up';
|
|
1071
1074
|
export { default as MoveVertical } from './move-vertical';
|
|
1072
1075
|
export { default as Move } from './move';
|
|
1073
|
-
export { default as Music3 } from './music-3';
|
|
1074
1076
|
export { default as Music2 } from './music-2';
|
|
1077
|
+
export { default as Music3 } from './music-3';
|
|
1075
1078
|
export { default as Music4 } from './music-4';
|
|
1076
1079
|
export { default as Music } from './music';
|
|
1077
|
-
export { default as Navigation2Off } from './navigation-2-off';
|
|
1078
1080
|
export { default as Navigation2 } from './navigation-2';
|
|
1081
|
+
export { default as Navigation2Off } from './navigation-2-off';
|
|
1079
1082
|
export { default as NavigationOff } from './navigation-off';
|
|
1080
|
-
export { default as Navigation } from './navigation';
|
|
1081
1083
|
export { default as Network } from './network';
|
|
1082
1084
|
export { default as Newspaper } from './newspaper';
|
|
1085
|
+
export { default as Navigation } from './navigation';
|
|
1083
1086
|
export { default as Nfc } from './nfc';
|
|
1084
1087
|
export { default as NonBinary } from './non-binary';
|
|
1085
1088
|
export { default as NotebookPen } from './notebook-pen';
|
|
@@ -1104,8 +1107,8 @@ export { default as PackageCheck } from './package-check';
|
|
|
1104
1107
|
export { default as PackageMinus } from './package-minus';
|
|
1105
1108
|
export { default as PackageOpen } from './package-open';
|
|
1106
1109
|
export { default as PackagePlus } from './package-plus';
|
|
1107
|
-
export { default as PackageSearch } from './package-search';
|
|
1108
1110
|
export { default as PackageX } from './package-x';
|
|
1111
|
+
export { default as PackageSearch } from './package-search';
|
|
1109
1112
|
export { default as Package } from './package';
|
|
1110
1113
|
export { default as PaintBucket } from './paint-bucket';
|
|
1111
1114
|
export { default as PaintRoller } from './paint-roller';
|
|
@@ -1114,8 +1117,8 @@ export { default as Paintbrush } from './paintbrush';
|
|
|
1114
1117
|
export { default as Palette } from './palette';
|
|
1115
1118
|
export { default as Panda } from './panda';
|
|
1116
1119
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1117
|
-
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1118
1120
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1121
|
+
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1119
1122
|
export { default as PanelBottom } from './panel-bottom';
|
|
1120
1123
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1121
1124
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
@@ -1166,8 +1169,8 @@ export { default as PhoneOutgoing } from './phone-outgoing';
|
|
|
1166
1169
|
export { default as Phone } from './phone';
|
|
1167
1170
|
export { default as Pi } from './pi';
|
|
1168
1171
|
export { default as Piano } from './piano';
|
|
1169
|
-
export { default as Pickaxe } from './pickaxe';
|
|
1170
1172
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1173
|
+
export { default as Pickaxe } from './pickaxe';
|
|
1171
1174
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1172
1175
|
export { default as PiggyBank } from './piggy-bank';
|
|
1173
1176
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
@@ -1177,8 +1180,8 @@ export { default as PillBottle } from './pill-bottle';
|
|
|
1177
1180
|
export { default as Pill } from './pill';
|
|
1178
1181
|
export { default as PinOff } from './pin-off';
|
|
1179
1182
|
export { default as Pin } from './pin';
|
|
1180
|
-
export { default as Pizza } from './pizza';
|
|
1181
1183
|
export { default as Pipette } from './pipette';
|
|
1184
|
+
export { default as Pizza } from './pizza';
|
|
1182
1185
|
export { default as PlaneLanding } from './plane-landing';
|
|
1183
1186
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1184
1187
|
export { default as Plane } from './plane';
|
|
@@ -1189,14 +1192,13 @@ export { default as PlugZap } from './plug-zap';
|
|
|
1189
1192
|
export { default as Plug } from './plug';
|
|
1190
1193
|
export { default as Plus } from './plus';
|
|
1191
1194
|
export { default as PocketKnife } from './pocket-knife';
|
|
1192
|
-
export { default as Podcast } from './podcast';
|
|
1193
|
-
export { default as PointerOff } from './pointer-off';
|
|
1194
1195
|
export { default as Podium } from './podium';
|
|
1196
|
+
export { default as PointerOff } from './pointer-off';
|
|
1195
1197
|
export { default as Pointer } from './pointer';
|
|
1196
|
-
export { default as Popcorn } from './popcorn';
|
|
1197
1198
|
export { default as Popsicle } from './popsicle';
|
|
1198
|
-
export { default as
|
|
1199
|
+
export { default as Popcorn } from './popcorn';
|
|
1199
1200
|
export { default as PowerOff } from './power-off';
|
|
1201
|
+
export { default as PoundSterling } from './pound-sterling';
|
|
1200
1202
|
export { default as Power } from './power';
|
|
1201
1203
|
export { default as Presentation } from './presentation';
|
|
1202
1204
|
export { default as PrinterCheck } from './printer-check';
|
|
@@ -1204,8 +1206,8 @@ export { default as PrinterX } from './printer-x';
|
|
|
1204
1206
|
export { default as Printer } from './printer';
|
|
1205
1207
|
export { default as Projector } from './projector';
|
|
1206
1208
|
export { default as Proportions } from './proportions';
|
|
1207
|
-
export { default as Pyramid } from './pyramid';
|
|
1208
1209
|
export { default as Puzzle } from './puzzle';
|
|
1210
|
+
export { default as Pyramid } from './pyramid';
|
|
1209
1211
|
export { default as QrCode } from './qr-code';
|
|
1210
1212
|
export { default as Quote } from './quote';
|
|
1211
1213
|
export { default as Rabbit } from './rabbit';
|
|
@@ -1228,32 +1230,32 @@ export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
|
1228
1230
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1229
1231
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1230
1232
|
export { default as ReceiptText } from './receipt-text';
|
|
1231
|
-
export { default as RectangleCircle } from './rectangle-circle';
|
|
1232
|
-
export { default as Receipt } from './receipt';
|
|
1233
1233
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1234
|
-
export { default as
|
|
1235
|
-
export { default as
|
|
1234
|
+
export { default as Receipt } from './receipt';
|
|
1235
|
+
export { default as RectangleCircle } from './rectangle-circle';
|
|
1236
1236
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1237
|
+
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1238
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1237
1239
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1238
1240
|
export { default as Recycle } from './recycle';
|
|
1239
1241
|
export { default as Redo2 } from './redo-2';
|
|
1240
1242
|
export { default as RedoDot } from './redo-dot';
|
|
1241
1243
|
export { default as Redo } from './redo';
|
|
1242
|
-
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1243
1244
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1244
1245
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1246
|
+
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1245
1247
|
export { default as RefreshCw } from './refresh-cw';
|
|
1246
1248
|
export { default as Regex } from './regex';
|
|
1247
1249
|
export { default as Refrigerator } from './refrigerator';
|
|
1248
1250
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1249
1251
|
export { default as Repeat1 } from './repeat-1';
|
|
1250
|
-
export { default as Repeat2 } from './repeat-2';
|
|
1251
1252
|
export { default as RepeatOff } from './repeat-off';
|
|
1252
1253
|
export { default as Repeat } from './repeat';
|
|
1254
|
+
export { default as Repeat2 } from './repeat-2';
|
|
1253
1255
|
export { default as ReplaceAll } from './replace-all';
|
|
1254
1256
|
export { default as Replace } from './replace';
|
|
1255
|
-
export { default as Reply } from './reply';
|
|
1256
1257
|
export { default as ReplyAll } from './reply-all';
|
|
1258
|
+
export { default as Reply } from './reply';
|
|
1257
1259
|
export { default as Rewind } from './rewind';
|
|
1258
1260
|
export { default as Ribbon } from './ribbon';
|
|
1259
1261
|
export { default as Road } from './road';
|
|
@@ -1262,15 +1264,17 @@ export { default as RockingChair } from './rocking-chair';
|
|
|
1262
1264
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1263
1265
|
export { default as Rose } from './rose';
|
|
1264
1266
|
export { default as Rotate3d } from './rotate-3d';
|
|
1267
|
+
export { default as RotateCcwClock } from './rotate-ccw-clock';
|
|
1265
1268
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1266
1269
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1267
1270
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1271
|
+
export { default as RotateCwFadingClock } from './rotate-cw-fading-clock';
|
|
1268
1272
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1269
1273
|
export { default as RotateCw } from './rotate-cw';
|
|
1270
1274
|
export { default as RouteOff } from './route-off';
|
|
1271
1275
|
export { default as Route } from './route';
|
|
1272
|
-
export { default as Rows2 } from './rows-2';
|
|
1273
1276
|
export { default as Router } from './router';
|
|
1277
|
+
export { default as Rows2 } from './rows-2';
|
|
1274
1278
|
export { default as Rows3 } from './rows-3';
|
|
1275
1279
|
export { default as Rows4 } from './rows-4';
|
|
1276
1280
|
export { default as Rss } from './rss';
|
|
@@ -1279,8 +1283,8 @@ export { default as Ruler } from './ruler';
|
|
|
1279
1283
|
export { default as RussianRuble } from './russian-ruble';
|
|
1280
1284
|
export { default as Sailboat } from './sailboat';
|
|
1281
1285
|
export { default as Salad } from './salad';
|
|
1282
|
-
export { default as Sandwich } from './sandwich';
|
|
1283
1286
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1287
|
+
export { default as Sandwich } from './sandwich';
|
|
1284
1288
|
export { default as Satellite } from './satellite';
|
|
1285
1289
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1286
1290
|
export { default as SaveAll } from './save-all';
|
|
@@ -1291,22 +1295,23 @@ export { default as SavePlus } from './save-plus';
|
|
|
1291
1295
|
export { default as Save } from './save';
|
|
1292
1296
|
export { default as Scale3d } from './scale-3d';
|
|
1293
1297
|
export { default as Scale } from './scale';
|
|
1294
|
-
export { default as Scaling } from './scaling';
|
|
1295
1298
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1299
|
+
export { default as Scaling } from './scaling';
|
|
1296
1300
|
export { default as ScanBox } from './scan-box';
|
|
1297
1301
|
export { default as ScanEye } from './scan-eye';
|
|
1298
1302
|
export { default as ScanFace } from './scan-face';
|
|
1299
1303
|
export { default as ScanHeart } from './scan-heart';
|
|
1300
1304
|
export { default as ScanLine } from './scan-line';
|
|
1301
1305
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1302
|
-
export { default as
|
|
1306
|
+
export { default as ScanSquare } from './scan-square';
|
|
1303
1307
|
export { default as ScanText } from './scan-text';
|
|
1308
|
+
export { default as ScanSearch } from './scan-search';
|
|
1304
1309
|
export { default as Scan } from './scan';
|
|
1305
1310
|
export { default as School } from './school';
|
|
1306
|
-
export { default as Scissors } from './scissors';
|
|
1307
1311
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1308
|
-
export { default as
|
|
1312
|
+
export { default as Scissors } from './scissors';
|
|
1309
1313
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1314
|
+
export { default as Scooter } from './scooter';
|
|
1310
1315
|
export { default as ScreenShare } from './screen-share';
|
|
1311
1316
|
export { default as ScrollText } from './scroll-text';
|
|
1312
1317
|
export { default as Scroll } from './scroll';
|
|
@@ -1323,27 +1328,27 @@ export { default as Send } from './send';
|
|
|
1323
1328
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1324
1329
|
export { default as ServerCog } from './server-cog';
|
|
1325
1330
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1326
|
-
export { default as ServerCrash } from './server-crash';
|
|
1327
1331
|
export { default as ServerOff } from './server-off';
|
|
1332
|
+
export { default as ServerCrash } from './server-crash';
|
|
1328
1333
|
export { default as ServerPlus } from './server-plus';
|
|
1329
1334
|
export { default as Server } from './server';
|
|
1330
1335
|
export { default as Settings2 } from './settings-2';
|
|
1331
|
-
export { default as Settings } from './settings';
|
|
1332
1336
|
export { default as Shapes } from './shapes';
|
|
1337
|
+
export { default as Settings } from './settings';
|
|
1333
1338
|
export { default as Share2 } from './share-2';
|
|
1334
1339
|
export { default as Share } from './share';
|
|
1335
1340
|
export { default as Sheet } from './sheet';
|
|
1336
1341
|
export { default as Shell } from './shell';
|
|
1337
1342
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1338
1343
|
export { default as ShieldAlert } from './shield-alert';
|
|
1344
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1339
1345
|
export { default as ShieldCheck } from './shield-check';
|
|
1340
1346
|
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1341
|
-
export { default as ShieldBan } from './shield-ban';
|
|
1342
1347
|
export { default as ShieldCog } from './shield-cog';
|
|
1343
1348
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1344
1349
|
export { default as ShieldHalf } from './shield-half';
|
|
1345
|
-
export { default as ShieldMinus } from './shield-minus';
|
|
1346
1350
|
export { default as ShieldKeyhole } from './shield-keyhole';
|
|
1351
|
+
export { default as ShieldMinus } from './shield-minus';
|
|
1347
1352
|
export { default as ShieldOff } from './shield-off';
|
|
1348
1353
|
export { default as ShieldPlus } from './shield-plus';
|
|
1349
1354
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
@@ -1372,14 +1377,14 @@ export { default as Signal } from './signal';
|
|
|
1372
1377
|
export { default as Signature } from './signature';
|
|
1373
1378
|
export { default as SignpostBig } from './signpost-big';
|
|
1374
1379
|
export { default as Signpost } from './signpost';
|
|
1375
|
-
export { default as Siren } from './siren';
|
|
1376
1380
|
export { default as SkipBack } from './skip-back';
|
|
1381
|
+
export { default as Siren } from './siren';
|
|
1377
1382
|
export { default as SkipForward } from './skip-forward';
|
|
1378
1383
|
export { default as Skull } from './skull';
|
|
1379
1384
|
export { default as Slash } from './slash';
|
|
1380
1385
|
export { default as Slice } from './slice';
|
|
1381
|
-
export { default as SlidersVertical } from './sliders-vertical';
|
|
1382
1386
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1387
|
+
export { default as SlidersVertical } from './sliders-vertical';
|
|
1383
1388
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1384
1389
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1385
1390
|
export { default as Smartphone } from './smartphone';
|
|
@@ -1387,13 +1392,13 @@ export { default as SmilePlus } from './smile-plus';
|
|
|
1387
1392
|
export { default as Smile } from './smile';
|
|
1388
1393
|
export { default as Snail } from './snail';
|
|
1389
1394
|
export { default as Snowflake } from './snowflake';
|
|
1390
|
-
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1391
1395
|
export { default as Sofa } from './sofa';
|
|
1396
|
+
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1392
1397
|
export { default as SolarPanel } from './solar-panel';
|
|
1393
1398
|
export { default as Soup } from './soup';
|
|
1394
1399
|
export { default as Space } from './space';
|
|
1395
|
-
export { default as Spade } from './spade';
|
|
1396
1400
|
export { default as Sparkle } from './sparkle';
|
|
1401
|
+
export { default as Spade } from './spade';
|
|
1397
1402
|
export { default as Sparkles } from './sparkles';
|
|
1398
1403
|
export { default as Speaker } from './speaker';
|
|
1399
1404
|
export { default as Speech } from './speech';
|
|
@@ -1408,18 +1413,18 @@ export { default as Spotlight } from './spotlight';
|
|
|
1408
1413
|
export { default as SprayCan } from './spray-can';
|
|
1409
1414
|
export { default as Sprout } from './sprout';
|
|
1410
1415
|
export { default as SquareActivity } from './square-activity';
|
|
1411
|
-
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1412
1416
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1417
|
+
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1413
1418
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1414
|
-
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1415
1419
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1420
|
+
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1416
1421
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1417
1422
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1418
1423
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1419
1424
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1420
1425
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1421
|
-
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1422
1426
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1427
|
+
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1423
1428
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1424
1429
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1425
1430
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
@@ -1442,8 +1447,8 @@ export { default as SquareDashedText } from './square-dashed-text';
|
|
|
1442
1447
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1443
1448
|
export { default as SquareDashed } from './square-dashed';
|
|
1444
1449
|
export { default as SquareDivide } from './square-divide';
|
|
1445
|
-
export { default as SquareDot } from './square-dot';
|
|
1446
1450
|
export { default as SquareEqual } from './square-equal';
|
|
1451
|
+
export { default as SquareDot } from './square-dot';
|
|
1447
1452
|
export { default as SquareFunction } from './square-function';
|
|
1448
1453
|
export { default as SquareKanban } from './square-kanban';
|
|
1449
1454
|
export { default as SquareLibrary } from './square-library';
|
|
@@ -1451,8 +1456,9 @@ export { default as SquareM } from './square-m';
|
|
|
1451
1456
|
export { default as SquareMenu } from './square-menu';
|
|
1452
1457
|
export { default as SquareMinus } from './square-minus';
|
|
1453
1458
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1454
|
-
export { default as
|
|
1459
|
+
export { default as SquareOff } from './square-off';
|
|
1455
1460
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1461
|
+
export { default as SquareParking } from './square-parking';
|
|
1456
1462
|
export { default as SquarePause } from './square-pause';
|
|
1457
1463
|
export { default as SquarePen } from './square-pen';
|
|
1458
1464
|
export { default as SquarePercent } from './square-percent';
|
|
@@ -1462,8 +1468,8 @@ export { default as SquarePlay } from './square-play';
|
|
|
1462
1468
|
export { default as SquarePlus } from './square-plus';
|
|
1463
1469
|
export { default as SquarePower } from './square-power';
|
|
1464
1470
|
export { default as SquareRadical } from './square-radical';
|
|
1465
|
-
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1466
1471
|
export { default as SquareScissors } from './square-scissors';
|
|
1472
|
+
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1467
1473
|
export { default as SquareSigma } from './square-sigma';
|
|
1468
1474
|
export { default as SquareSlash } from './square-slash';
|
|
1469
1475
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
@@ -1472,8 +1478,8 @@ export { default as SquareSquare } from './square-square';
|
|
|
1472
1478
|
export { default as SquareStack } from './square-stack';
|
|
1473
1479
|
export { default as SquareStar } from './square-star';
|
|
1474
1480
|
export { default as SquareStop } from './square-stop';
|
|
1475
|
-
export { default as SquareTerminal } from './square-terminal';
|
|
1476
1481
|
export { default as SquareUserRound } from './square-user-round';
|
|
1482
|
+
export { default as SquareTerminal } from './square-terminal';
|
|
1477
1483
|
export { default as SquareUser } from './square-user';
|
|
1478
1484
|
export { default as SquareX } from './square-x';
|
|
1479
1485
|
export { default as Square } from './square';
|
|
@@ -1513,27 +1519,27 @@ export { default as Summary } from './summary';
|
|
|
1513
1519
|
export { default as SunDim } from './sun-dim';
|
|
1514
1520
|
export { default as SunMedium } from './sun-medium';
|
|
1515
1521
|
export { default as SunMoon } from './sun-moon';
|
|
1516
|
-
export { default as Sun } from './sun';
|
|
1517
1522
|
export { default as SunSnow } from './sun-snow';
|
|
1523
|
+
export { default as Sun } from './sun';
|
|
1518
1524
|
export { default as Sunrise } from './sunrise';
|
|
1519
1525
|
export { default as Sunset } from './sunset';
|
|
1520
|
-
export { default as Superscript } from './superscript';
|
|
1521
1526
|
export { default as SwatchBook } from './swatch-book';
|
|
1522
|
-
export { default as
|
|
1527
|
+
export { default as Superscript } from './superscript';
|
|
1523
1528
|
export { default as SwissFranc } from './swiss-franc';
|
|
1529
|
+
export { default as SwitchCamera } from './switch-camera';
|
|
1524
1530
|
export { default as Sword } from './sword';
|
|
1525
|
-
export { default as Syringe } from './syringe';
|
|
1526
1531
|
export { default as Swords } from './swords';
|
|
1532
|
+
export { default as Syringe } from './syringe';
|
|
1527
1533
|
export { default as Table2 } from './table-2';
|
|
1528
1534
|
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1529
|
-
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1530
1535
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1536
|
+
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1531
1537
|
export { default as TableOfContents } from './table-of-contents';
|
|
1532
1538
|
export { default as TableProperties } from './table-properties';
|
|
1533
1539
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1540
|
+
export { default as Table } from './table';
|
|
1534
1541
|
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1535
1542
|
export { default as Tablet } from './tablet';
|
|
1536
|
-
export { default as Table } from './table';
|
|
1537
1543
|
export { default as Tablets } from './tablets';
|
|
1538
1544
|
export { default as TagPlus } from './tag-plus';
|
|
1539
1545
|
export { default as TagX } from './tag-x';
|
|
@@ -1547,17 +1553,17 @@ export { default as Tally5 } from './tally-5';
|
|
|
1547
1553
|
export { default as Tangent } from './tangent';
|
|
1548
1554
|
export { default as Target } from './target';
|
|
1549
1555
|
export { default as Telescope } from './telescope';
|
|
1550
|
-
export { default as TentTree } from './tent-tree';
|
|
1551
1556
|
export { default as Tent } from './tent';
|
|
1552
|
-
export { default as
|
|
1557
|
+
export { default as TentTree } from './tent-tree';
|
|
1553
1558
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1559
|
+
export { default as Terminal } from './terminal';
|
|
1554
1560
|
export { default as TestTube } from './test-tube';
|
|
1555
1561
|
export { default as TestTubes } from './test-tubes';
|
|
1556
1562
|
export { default as TextAlignCenter } from './text-align-center';
|
|
1557
1563
|
export { default as TextAlignEnd } from './text-align-end';
|
|
1558
1564
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1559
|
-
export { default as TextAlignStart } from './text-align-start';
|
|
1560
1565
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1566
|
+
export { default as TextAlignStart } from './text-align-start';
|
|
1561
1567
|
export { default as TextCursor } from './text-cursor';
|
|
1562
1568
|
export { default as TextInitial } from './text-initial';
|
|
1563
1569
|
export { default as TextQuote } from './text-quote';
|
|
@@ -1579,22 +1585,22 @@ export { default as Ticket } from './ticket';
|
|
|
1579
1585
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1580
1586
|
export { default as Tickets } from './tickets';
|
|
1581
1587
|
export { default as Timeline } from './timeline';
|
|
1588
|
+
export { default as TimerOff } from './timer-off';
|
|
1582
1589
|
export { default as TimerReset } from './timer-reset';
|
|
1583
1590
|
export { default as Timer } from './timer';
|
|
1584
|
-
export { default as TimerOff } from './timer-off';
|
|
1585
1591
|
export { default as ToggleLeft } from './toggle-left';
|
|
1586
|
-
export { default as Toilet } from './toilet';
|
|
1587
1592
|
export { default as ToggleRight } from './toggle-right';
|
|
1588
|
-
export { default as
|
|
1593
|
+
export { default as Toilet } from './toilet';
|
|
1589
1594
|
export { default as ToolCase } from './tool-case';
|
|
1590
|
-
export { default as
|
|
1595
|
+
export { default as Toolbox } from './toolbox';
|
|
1591
1596
|
export { default as Torus } from './torus';
|
|
1597
|
+
export { default as Tornado } from './tornado';
|
|
1592
1598
|
export { default as TouchpadOff } from './touchpad-off';
|
|
1593
1599
|
export { default as Touchpad } from './touchpad';
|
|
1594
1600
|
export { default as TowelRack } from './towel-rack';
|
|
1595
1601
|
export { default as TowerControl } from './tower-control';
|
|
1596
|
-
export { default as ToyBrick } from './toy-brick';
|
|
1597
1602
|
export { default as Tractor } from './tractor';
|
|
1603
|
+
export { default as ToyBrick } from './toy-brick';
|
|
1598
1604
|
export { default as TrafficCone } from './traffic-cone';
|
|
1599
1605
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1600
1606
|
export { default as TrainFront } from './train-front';
|
|
@@ -1605,11 +1611,11 @@ export { default as Trash2 } from './trash-2';
|
|
|
1605
1611
|
export { default as Trash } from './trash';
|
|
1606
1612
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1607
1613
|
export { default as TreePalm } from './tree-palm';
|
|
1608
|
-
export { default as TreePine } from './tree-pine';
|
|
1609
1614
|
export { default as Trees } from './trees';
|
|
1615
|
+
export { default as TreePine } from './tree-pine';
|
|
1610
1616
|
export { default as TrendingDown } from './trending-down';
|
|
1611
|
-
export { default as TrendingUpDown } from './trending-up-down';
|
|
1612
1617
|
export { default as TrendingUp } from './trending-up';
|
|
1618
|
+
export { default as TrendingUpDown } from './trending-up-down';
|
|
1613
1619
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1614
1620
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1615
1621
|
export { default as TriangleRight } from './triangle-right';
|
|
@@ -1621,8 +1627,8 @@ export { default as TurkishLira } from './turkish-lira';
|
|
|
1621
1627
|
export { default as Turntable } from './turntable';
|
|
1622
1628
|
export { default as Turtle } from './turtle';
|
|
1623
1629
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1624
|
-
export { default as Tv } from './tv';
|
|
1625
1630
|
export { default as TvMinimal } from './tv-minimal';
|
|
1631
|
+
export { default as Tv } from './tv';
|
|
1626
1632
|
export { default as TypeOutline } from './type-outline';
|
|
1627
1633
|
export { default as Type } from './type';
|
|
1628
1634
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
@@ -1654,10 +1660,11 @@ export { default as UserRoundKey } from './user-round-key';
|
|
|
1654
1660
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1655
1661
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1656
1662
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1657
|
-
export { default as UserRoundSearch } from './user-round-search';
|
|
1658
1663
|
export { default as UserRoundX } from './user-round-x';
|
|
1664
|
+
export { default as UserRoundSearch } from './user-round-search';
|
|
1659
1665
|
export { default as UserRound } from './user-round';
|
|
1660
1666
|
export { default as UserSearch } from './user-search';
|
|
1667
|
+
export { default as UserShield } from './user-shield';
|
|
1661
1668
|
export { default as UserStar } from './user-star';
|
|
1662
1669
|
export { default as UserX } from './user-x';
|
|
1663
1670
|
export { default as User } from './user';
|
|
@@ -1666,17 +1673,17 @@ export { default as Users } from './users';
|
|
|
1666
1673
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1667
1674
|
export { default as Utensils } from './utensils';
|
|
1668
1675
|
export { default as UtilityPole } from './utility-pole';
|
|
1676
|
+
export { default as Van } from './van';
|
|
1669
1677
|
export { default as Variable } from './variable';
|
|
1670
1678
|
export { default as Vault } from './vault';
|
|
1671
|
-
export { default as Van } from './van';
|
|
1672
1679
|
export { default as VectorSquare } from './vector-square';
|
|
1673
1680
|
export { default as Vegan } from './vegan';
|
|
1674
1681
|
export { default as VenetianMask } from './venetian-mask';
|
|
1675
1682
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1676
1683
|
export { default as Venus } from './venus';
|
|
1677
1684
|
export { default as VibrateOff } from './vibrate-off';
|
|
1678
|
-
export { default as VideoOff } from './video-off';
|
|
1679
1685
|
export { default as Vibrate } from './vibrate';
|
|
1686
|
+
export { default as VideoOff } from './video-off';
|
|
1680
1687
|
export { default as Video } from './video';
|
|
1681
1688
|
export { default as Videotape } from './videotape';
|
|
1682
1689
|
export { default as View } from './view';
|
|
@@ -1684,23 +1691,23 @@ export { default as Voicemail } from './voicemail';
|
|
|
1684
1691
|
export { default as Volleyball } from './volleyball';
|
|
1685
1692
|
export { default as Volume1 } from './volume-1';
|
|
1686
1693
|
export { default as Volume2 } from './volume-2';
|
|
1687
|
-
export { default as VolumeOff } from './volume-off';
|
|
1688
1694
|
export { default as VolumeX } from './volume-x';
|
|
1695
|
+
export { default as VolumeOff } from './volume-off';
|
|
1689
1696
|
export { default as Volume } from './volume';
|
|
1690
1697
|
export { default as Vote } from './vote';
|
|
1691
|
-
export { default as Wallet } from './wallet';
|
|
1692
1698
|
export { default as WalletCards } from './wallet-cards';
|
|
1693
1699
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1694
|
-
export { default as
|
|
1700
|
+
export { default as Wallet } from './wallet';
|
|
1695
1701
|
export { default as Wallpaper } from './wallpaper';
|
|
1702
|
+
export { default as WandSparkles } from './wand-sparkles';
|
|
1696
1703
|
export { default as Wand } from './wand';
|
|
1697
1704
|
export { default as Warehouse } from './warehouse';
|
|
1698
1705
|
export { default as WashingMachine } from './washing-machine';
|
|
1699
1706
|
export { default as Watch } from './watch';
|
|
1700
1707
|
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1701
1708
|
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1702
|
-
export { default as WavesLadder } from './waves-ladder';
|
|
1703
1709
|
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1710
|
+
export { default as WavesLadder } from './waves-ladder';
|
|
1704
1711
|
export { default as WavesVertical } from './waves-vertical';
|
|
1705
1712
|
export { default as Waypoints } from './waypoints';
|
|
1706
1713
|
export { default as WebcamOff } from './webcam-off';
|
|
@@ -1716,8 +1723,8 @@ export { default as WifiCog } from './wifi-cog';
|
|
|
1716
1723
|
export { default as WifiHigh } from './wifi-high';
|
|
1717
1724
|
export { default as WifiLow } from './wifi-low';
|
|
1718
1725
|
export { default as WifiOff } from './wifi-off';
|
|
1719
|
-
export { default as WifiPen } from './wifi-pen';
|
|
1720
1726
|
export { default as WifiSync } from './wifi-sync';
|
|
1727
|
+
export { default as WifiPen } from './wifi-pen';
|
|
1721
1728
|
export { default as WifiZero } from './wifi-zero';
|
|
1722
1729
|
export { default as Wifi } from './wifi';
|
|
1723
1730
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
@@ -1728,8 +1735,8 @@ export { default as Workflow } from './workflow';
|
|
|
1728
1735
|
export { default as Worm } from './worm';
|
|
1729
1736
|
export { default as WrenchOff } from './wrench-off';
|
|
1730
1737
|
export { default as Wrench } from './wrench';
|
|
1731
|
-
export { default as X } from './x';
|
|
1732
1738
|
export { default as XLineTop } from './x-line-top';
|
|
1739
|
+
export { default as X } from './x';
|
|
1733
1740
|
export { default as ZapOff } from './zap-off';
|
|
1734
1741
|
export { default as Zap } from './zap';
|
|
1735
1742
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
@@ -1745,6 +1752,6 @@ export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
|
1745
1752
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1746
1753
|
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1747
1754
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1748
|
-
export { default as ZoomIn } from './zoom-in';
|
|
1749
1755
|
export { default as ZoomOut } from './zoom-out';
|
|
1756
|
+
export { default as ZoomIn } from './zoom-in';
|
|
1750
1757
|
|