@lucide/astro 1.26.0 → 1.27.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 +106 -94
- package/src/aliases/prefixed.ts +713 -691
- package/src/aliases/suffixed.ts +1110 -1088
- 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/captions.ts +1 -1
- package/src/icons/circle-fading-plus.ts +1 -1
- 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 +161 -154
- 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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as AArrowDown } from './a-arrow-down';
|
|
2
|
-
export { default as AArrowUp } from './a-arrow-up';
|
|
3
2
|
export { default as ALargeSmall } from './a-large-small';
|
|
4
3
|
export { default as Accessibility } from './accessibility';
|
|
4
|
+
export { default as AArrowUp } from './a-arrow-up';
|
|
5
5
|
export { default as Activity } from './activity';
|
|
6
6
|
export { default as Ad } from './ad';
|
|
7
7
|
export { default as AirVent } from './air-vent';
|
|
@@ -19,8 +19,8 @@ export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
|
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 AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
23
22
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
|
+
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
24
24
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
25
25
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
26
26
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
@@ -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';
|
|
@@ -46,12 +46,12 @@ 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';
|
|
50
49
|
export { default as Apple } from './apple';
|
|
51
50
|
export { default as ArchiveRestore } from './archive-restore';
|
|
51
|
+
export { default as AppWindow } from './app-window';
|
|
52
52
|
export { default as ArchiveX } from './archive-x';
|
|
53
|
-
export { default as Archive } from './archive';
|
|
54
53
|
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';
|
|
@@ -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 ArrowDownRight } from './arrow-down-right';
|
|
70
69
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
70
|
+
export { default as ArrowDownRight } from './arrow-down-right';
|
|
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 ArrowUpZA } from './arrow-up-z-a';
|
|
96
95
|
export { default as ArrowUp } from './arrow-up';
|
|
96
|
+
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
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';
|
|
@@ -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 BadgeQuestionMark } from './badge-question-mark';
|
|
122
121
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
122
|
+
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
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';
|
|
@@ -148,8 +148,8 @@ export { default as Battery } from './battery';
|
|
|
148
148
|
export { default as Beaker } from './beaker';
|
|
149
149
|
export { default as BeanOff } from './bean-off';
|
|
150
150
|
export { default as Bean } from './bean';
|
|
151
|
-
export { default as BedDouble } from './bed-double';
|
|
152
151
|
export { default as BedSingle } from './bed-single';
|
|
152
|
+
export { default as BedDouble } from './bed-double';
|
|
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';
|
|
@@ -165,29 +165,29 @@ 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';
|
|
169
168
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
170
169
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
171
170
|
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 Blend } from './blend';
|
|
179
178
|
export { default as Blender } from './blender';
|
|
179
|
+
export { default as Blend } from './blend';
|
|
180
180
|
export { default as Blinds } from './blinds';
|
|
181
|
+
export { default as Blocks } from './blocks';
|
|
181
182
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
182
183
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
183
|
-
export { default as Blocks } from './blocks';
|
|
184
184
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
185
185
|
export { default as Bluetooth } from './bluetooth';
|
|
186
186
|
export { default as Bold } from './bold';
|
|
187
187
|
export { default as Bolt } from './bolt';
|
|
188
188
|
export { default as Bomb } from './bomb';
|
|
189
|
-
export { default as Bone } from './bone';
|
|
190
189
|
export { default as BoneFracture } from './bone-fracture';
|
|
190
|
+
export { default as Bone } from './bone';
|
|
191
191
|
export { default as BookA } from './book-a';
|
|
192
192
|
export { default as BookAlert } from './book-alert';
|
|
193
193
|
export { default as BookAudio } from './book-audio';
|
|
@@ -195,14 +195,14 @@ export { default as BookCheck } from './book-check';
|
|
|
195
195
|
export { default as BookCopy } from './book-copy';
|
|
196
196
|
export { default as BookDashed } from './book-dashed';
|
|
197
197
|
export { default as BookDown } from './book-down';
|
|
198
|
-
export { default as BookHeadphones } from './book-headphones';
|
|
199
198
|
export { default as BookHeart } from './book-heart';
|
|
200
199
|
export { default as BookImage } from './book-image';
|
|
200
|
+
export { default as BookHeadphones } from './book-headphones';
|
|
201
201
|
export { default as BookKey } from './book-key';
|
|
202
202
|
export { default as BookLock } from './book-lock';
|
|
203
203
|
export { default as BookMarked } from './book-marked';
|
|
204
|
-
export { default as BookMinus } from './book-minus';
|
|
205
204
|
export { default as BookOpenCheck } from './book-open-check';
|
|
205
|
+
export { default as BookMinus } from './book-minus';
|
|
206
206
|
export { default as BookOpenText } from './book-open-text';
|
|
207
207
|
export { default as BookOpen } from './book-open';
|
|
208
208
|
export { default as BookPlus } from './book-plus';
|
|
@@ -212,14 +212,14 @@ export { default as BookType } from './book-type';
|
|
|
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 BookX } from './book-x';
|
|
216
215
|
export { default as Book } from './book';
|
|
216
|
+
export { default as BookX } from './book-x';
|
|
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';
|
|
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';
|
|
@@ -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 BugPlay } from './bug-play';
|
|
250
249
|
export { default as Bug } from './bug';
|
|
250
|
+
export { default as BugPlay } from './bug-play';
|
|
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';
|
|
@@ -270,26 +270,26 @@ 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 CalendarSearch } from './calendar-search';
|
|
276
277
|
export { default as CalendarSync } from './calendar-sync';
|
|
277
278
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
278
|
-
export { default as CalendarSearch } from './calendar-search';
|
|
279
279
|
export { default as CalendarX } from './calendar-x';
|
|
280
280
|
export { default as Calendar } from './calendar';
|
|
281
281
|
export { default as Calendars } from './calendars';
|
|
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 CandyOff } from './candy-off';
|
|
286
285
|
export { default as Candy } from './candy';
|
|
286
|
+
export { default as CandyOff } from './candy-off';
|
|
287
287
|
export { default as CannabisOff } from './cannabis-off';
|
|
288
288
|
export { default as Cannabis } from './cannabis';
|
|
289
289
|
export { default as CaptionsOff } from './captions-off';
|
|
290
290
|
export { default as Captions } from './captions';
|
|
291
|
-
export { default as CarFront } from './car-front';
|
|
292
291
|
export { default as CarTaxiFront } from './car-taxi-front';
|
|
292
|
+
export { default as CarFront } from './car-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';
|
|
@@ -325,19 +325,19 @@ export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
|
325
325
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
326
326
|
export { default as ChartPie } from './chart-pie';
|
|
327
327
|
export { default as ChartScatter } from './chart-scatter';
|
|
328
|
-
export { default as ChartSpline } from './chart-spline';
|
|
329
328
|
export { default as CheckCheck } from './check-check';
|
|
329
|
+
export { default as ChartSpline } from './chart-spline';
|
|
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';
|
|
335
334
|
export { default as ChessKing } from './chess-king';
|
|
336
335
|
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
|
-
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';
|
|
@@ -353,8 +353,8 @@ 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 Cigarette } from './cigarette';
|
|
357
356
|
export { default as CigaretteOff } from './cigarette-off';
|
|
357
|
+
export { default as Cigarette } from './cigarette';
|
|
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';
|
|
@@ -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 CircleDashed } from './circle-dashed';
|
|
374
373
|
export { default as CircleDivide } from './circle-divide';
|
|
375
|
-
export { default as
|
|
374
|
+
export { default as CircleDashed } from './circle-dashed';
|
|
376
375
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
376
|
+
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
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';
|
|
@@ -382,13 +382,13 @@ 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';
|
|
386
|
+
export { default as CircleParkingOff } from './circle-parking-off';
|
|
387
387
|
export { default as CircleParking } from './circle-parking';
|
|
388
388
|
export { default as CirclePause } from './circle-pause';
|
|
389
389
|
export { default as CirclePercent } from './circle-percent';
|
|
390
|
-
export { default as CirclePile } from './circle-pile';
|
|
391
390
|
export { default as CirclePlay } from './circle-play';
|
|
391
|
+
export { default as CirclePile } from './circle-pile';
|
|
392
392
|
export { default as CirclePlus } from './circle-plus';
|
|
393
393
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
394
394
|
export { default as CirclePower } from './circle-power';
|
|
@@ -400,18 +400,18 @@ 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';
|
|
405
404
|
export { default as CircuitBoard } from './circuit-board';
|
|
405
|
+
export { default as Circle } from './circle';
|
|
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';
|
|
414
|
+
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
415
415
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
416
416
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
417
417
|
export { default as ClipboardType } from './clipboard-type';
|
|
@@ -420,8 +420,8 @@ 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 Clock12 } from './clock-12';
|
|
424
423
|
export { default as Clock2 } from './clock-2';
|
|
424
|
+
export { default as Clock12 } from './clock-12';
|
|
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,16 +451,16 @@ 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 CloudRainWind } from './cloud-rain-wind';
|
|
455
454
|
export { default as CloudRain } from './cloud-rain';
|
|
455
|
+
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
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';
|
|
@@ -495,28 +495,28 @@ 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
503
|
export { default as CornerUpRight } from './corner-up-right';
|
|
504
504
|
export { default as Cpu } from './cpu';
|
|
505
|
+
export { default as CreativeCommons } from './creative-commons';
|
|
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
|
|
517
|
+
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
517
518
|
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
518
519
|
export { default as DatabaseBackup } from './database-backup';
|
|
519
|
-
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
520
520
|
export { default as DatabaseCheck } from './database-check';
|
|
521
521
|
export { default as DatabaseMinus } from './database-minus';
|
|
522
522
|
export { default as DatabasePlus } from './database-plus';
|
|
@@ -531,8 +531,8 @@ export { default as Dessert } from './dessert';
|
|
|
531
531
|
export { default as Diameter } from './diameter';
|
|
532
532
|
export { default as DiamondMinus } from './diamond-minus';
|
|
533
533
|
export { default as DiamondPercent } from './diamond-percent';
|
|
534
|
-
export { default as Diamond } from './diamond';
|
|
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';
|
|
@@ -544,16 +544,16 @@ export { default as Diff } from './diff';
|
|
|
544
544
|
export { default as Disc2 } from './disc-2';
|
|
545
545
|
export { default as Disc3 } from './disc-3';
|
|
546
546
|
export { default as DiscAlbum } from './disc-album';
|
|
547
|
+
export { default as Disc } from './disc';
|
|
547
548
|
export { default as Divide } from './divide';
|
|
548
549
|
export { default as DnaOff } from './dna-off';
|
|
549
|
-
export { default as Disc } from './disc';
|
|
550
550
|
export { default as Dna } from './dna';
|
|
551
551
|
export { default as Dock } from './dock';
|
|
552
552
|
export { default as Dog } from './dog';
|
|
553
553
|
export { default as DollarSign } from './dollar-sign';
|
|
554
554
|
export { default as Donut } from './donut';
|
|
555
|
-
export { default as 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';
|
|
@@ -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 Ellipsis } from './ellipsis';
|
|
581
580
|
export { default as EqualApproximately } from './equal-approximately';
|
|
582
|
-
export { default as
|
|
581
|
+
export { default as Ellipsis } from './ellipsis';
|
|
583
582
|
export { default as Equal } from './equal';
|
|
583
|
+
export { default as EqualNot } from './equal-not';
|
|
584
584
|
export { default as Eraser } from './eraser';
|
|
585
585
|
export { default as EthernetPort } from './ethernet-port';
|
|
586
|
-
export { default as Euro } from './euro';
|
|
587
586
|
export { default as EvCharger } from './ev-charger';
|
|
587
|
+
export { default as Euro } from './euro';
|
|
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';
|
|
@@ -595,8 +595,8 @@ export { default as Factory } from './factory';
|
|
|
595
595
|
export { default as Fan } from './fan';
|
|
596
596
|
export { default as FastForward } from './fast-forward';
|
|
597
597
|
export { default as Fence } from './fence';
|
|
598
|
-
export { default as Feather } from './feather';
|
|
599
598
|
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,9 +605,9 @@ 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';
|
|
609
608
|
export { default as FileChartPie } from './file-chart-pie';
|
|
610
609
|
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';
|
|
@@ -615,32 +615,32 @@ export { default as FileCode } from './file-code';
|
|
|
615
615
|
export { default as FileCog } from './file-cog';
|
|
616
616
|
export { default as FileDiff } from './file-diff';
|
|
617
617
|
export { default as FileDigit } from './file-digit';
|
|
618
|
-
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
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';
|
|
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 FilePlus } from './file-plus';
|
|
635
634
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
635
|
+
export { default as FilePlus } from './file-plus';
|
|
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 FileStack } from './file-stack';
|
|
643
642
|
export { default as FileSymlink } from './file-symlink';
|
|
643
|
+
export { default as FileStack } from './file-stack';
|
|
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 FireExtinguisher } from './fire-extinguisher';
|
|
659
658
|
export { default as FishOff } from './fish-off';
|
|
659
|
+
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
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 FlagTriangleLeft } from './flag-triangle-left';
|
|
666
665
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
666
|
+
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
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';
|
|
@@ -694,38 +694,38 @@ export { default as FolderHeart } from './folder-heart';
|
|
|
694
694
|
export { default as FolderInput } from './folder-input';
|
|
695
695
|
export { default as FolderKanban } from './folder-kanban';
|
|
696
696
|
export { default as FolderKey } from './folder-key';
|
|
697
|
-
export { default as FolderLock } from './folder-lock';
|
|
698
697
|
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';
|
|
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
723
|
export { default as FunnelX } from './funnel-x';
|
|
724
724
|
export { default as Funnel } from './funnel';
|
|
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';
|
|
@@ -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 GeorgianLari } from './georgian-lari';
|
|
737
736
|
export { default as Ghost } from './ghost';
|
|
737
|
+
export { default as GeorgianLari } from './georgian-lari';
|
|
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';
|
|
@@ -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';
|
|
@@ -781,8 +781,8 @@ export { default as HandCoins } from './hand-coins';
|
|
|
781
781
|
export { default as Hammer } from './hammer';
|
|
782
782
|
export { default as HandFist } from './hand-fist';
|
|
783
783
|
export { default as HandGrab } from './hand-grab';
|
|
784
|
-
export { default as HandHeart } from './hand-heart';
|
|
785
784
|
export { default as HandHelping } from './hand-helping';
|
|
785
|
+
export { default as HandHeart } from './hand-heart';
|
|
786
786
|
export { default as HandMetal } from './hand-metal';
|
|
787
787
|
export { default as HandPlatter } from './hand-platter';
|
|
788
788
|
export { default as Hand } from './hand';
|
|
@@ -798,12 +798,12 @@ export { default as Haze } from './haze';
|
|
|
798
798
|
export { default as Hd } from './hd';
|
|
799
799
|
export { default as HdmiPort } from './hdmi-port';
|
|
800
800
|
export { default as Heading1 } from './heading-1';
|
|
801
|
-
export { default as Heading2 } from './heading-2';
|
|
802
801
|
export { default as Heading3 } from './heading-3';
|
|
803
802
|
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
|
-
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';
|
|
@@ -819,7 +819,6 @@ export { default as Heater } from './heater';
|
|
|
819
819
|
export { default as Helicopter } from './helicopter';
|
|
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';
|
|
@@ -834,8 +833,8 @@ 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';
|
|
836
835
|
export { default as IdCard } from './id-card';
|
|
837
|
-
export { default as ImageMinus } from './image-minus';
|
|
838
836
|
export { default as ImageDown } from './image-down';
|
|
837
|
+
export { default as ImageMinus } from './image-minus';
|
|
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';
|
|
@@ -851,9 +850,9 @@ export { default as Info } from './info';
|
|
|
851
850
|
export { default as InspectionPanel } from './inspection-panel';
|
|
852
851
|
export { default as Italic } from './italic';
|
|
853
852
|
export { default as IterationCcw } from './iteration-ccw';
|
|
853
|
+
export { default as IterationCw } from './iteration-cw';
|
|
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
857
|
export { default as Kayak } from './kayak';
|
|
859
858
|
export { default as KeyRound } from './key-round';
|
|
@@ -865,8 +864,8 @@ export { default as Keyboard } from './keyboard';
|
|
|
865
864
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
866
865
|
export { default as LampDesk } from './lamp-desk';
|
|
867
866
|
export { default as LampFloor } from './lamp-floor';
|
|
868
|
-
export { default as LampWallUp } from './lamp-wall-up';
|
|
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';
|
|
@@ -875,13 +874,14 @@ export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
|
875
874
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
876
875
|
export { default as Laptop } from './laptop';
|
|
877
876
|
export { default as LassoSelect } from './lasso-select';
|
|
878
|
-
export { default as Lasso } from './lasso';
|
|
879
877
|
export { default as Laugh } from './laugh';
|
|
878
|
+
export { default as Lasso } from './lasso';
|
|
880
879
|
export { default as Layers2 } from './layers-2';
|
|
881
880
|
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';
|
|
@@ -889,41 +889,41 @@ 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 Lectern } from './lectern';
|
|
893
892
|
export { default as LensConcave } from './lens-concave';
|
|
893
|
+
export { default as Lectern } from './lectern';
|
|
894
894
|
export { default as LensConvex } from './lens-convex';
|
|
895
895
|
export { default as LibraryBig } from './library-big';
|
|
896
|
-
export { default as LifeBuoy } from './life-buoy';
|
|
897
|
-
export { default as Ligature } from './ligature';
|
|
898
896
|
export { default as Library } from './library';
|
|
897
|
+
export { default as LifeBuoy } from './life-buoy';
|
|
899
898
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
899
|
+
export { default as Ligature } from './ligature';
|
|
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';
|
|
963
962
|
export { default as MapPinOff } from './map-pin-off';
|
|
963
|
+
export { default as MapPinMinus } from './map-pin-minus';
|
|
964
964
|
export { default as MapPinPen } from './map-pin-pen';
|
|
965
965
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
966
966
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
967
|
-
export { default as MapPinXInside } from './map-pin-x-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';
|
|
@@ -980,8 +980,8 @@ export { default as Medal } from './medal';
|
|
|
980
980
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
981
981
|
export { default as Megaphone } from './megaphone';
|
|
982
982
|
export { default as Meh } from './meh';
|
|
983
|
-
export { default as MemoryStick } from './memory-stick';
|
|
984
983
|
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 MessageSquareDashed } from './message-square-dashed';
|
|
1001
1000
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
1001
|
+
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
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,28 +1007,30 @@ 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 MessageSquareShare } from './message-square-share';
|
|
1011
1010
|
export { default as MessageSquareText } from './message-square-text';
|
|
1011
|
+
export { default as MessageSquareShare } from './message-square-share';
|
|
1012
1012
|
export { default as MessageSquareX } from './message-square-x';
|
|
1013
1013
|
export { default as MessageSquareWarning } from './message-square-warning';
|
|
1014
1014
|
export { default as MessageSquare } from './message-square';
|
|
1015
1015
|
export { default as MessagesSquare } from './messages-square';
|
|
1016
1016
|
export { default as Metronome } from './metronome';
|
|
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';
|
|
1022
|
+
export { default as Microscope } from './microscope';
|
|
1020
1023
|
export { default as Microchip } from './microchip';
|
|
1021
1024
|
export { default as Microwave } from './microwave';
|
|
1022
|
-
export { default as Microscope } from './microscope';
|
|
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';
|
|
1026
1028
|
export { default as Minimize2 } from './minimize-2';
|
|
1027
1029
|
export { default as Minimize } from './minimize';
|
|
1028
1030
|
export { default as Minus } from './minus';
|
|
1029
|
-
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1030
1031
|
export { default as MirrorRound } from './mirror-round';
|
|
1031
1032
|
export { default as MonitorCheck } from './monitor-check';
|
|
1033
|
+
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1032
1034
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1033
1035
|
export { default as MonitorCog } from './monitor-cog';
|
|
1034
1036
|
export { default as MonitorDot } from './monitor-dot';
|
|
@@ -1043,6 +1045,7 @@ export { default as MonitorUp } from './monitor-up';
|
|
|
1043
1045
|
export { default as MonitorX } from './monitor-x';
|
|
1044
1046
|
export { default as Monitor } from './monitor';
|
|
1045
1047
|
export { default as MoonStar } from './moon-star';
|
|
1048
|
+
export { default as Mosque } from './mosque';
|
|
1046
1049
|
export { default as Moon } from './moon';
|
|
1047
1050
|
export { default as Motorbike } from './motorbike';
|
|
1048
1051
|
export { default as MountainSnow } from './mountain-snow';
|
|
@@ -1054,8 +1057,8 @@ export { default as MousePointer2 } from './mouse-pointer-2';
|
|
|
1054
1057
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1055
1058
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1056
1059
|
export { default as MousePointer } from './mouse-pointer';
|
|
1057
|
-
export { default as MouseRight } from './mouse-right';
|
|
1058
1060
|
export { default as Mouse } from './mouse';
|
|
1061
|
+
export { default as MouseRight } from './mouse-right';
|
|
1059
1062
|
export { default as Move3d } from './move-3d';
|
|
1060
1063
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1061
1064
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
@@ -1065,8 +1068,8 @@ export { default as MoveDown } from './move-down';
|
|
|
1065
1068
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
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';
|
|
@@ -1081,8 +1084,8 @@ export { default as Navigation } from './navigation';
|
|
|
1081
1084
|
export { default as Network } from './network';
|
|
1082
1085
|
export { default as Newspaper } from './newspaper';
|
|
1083
1086
|
export { default as Nfc } from './nfc';
|
|
1084
|
-
export { default as NonBinary } from './non-binary';
|
|
1085
1087
|
export { default as NotebookPen } from './notebook-pen';
|
|
1088
|
+
export { default as NonBinary } from './non-binary';
|
|
1086
1089
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1087
1090
|
export { default as NotebookText } from './notebook-text';
|
|
1088
1091
|
export { default as Notebook } from './notebook';
|
|
@@ -1102,9 +1105,9 @@ export { default as Origami } from './origami';
|
|
|
1102
1105
|
export { default as Package2 } from './package-2';
|
|
1103
1106
|
export { default as PackageCheck } from './package-check';
|
|
1104
1107
|
export { default as PackageMinus } from './package-minus';
|
|
1105
|
-
export { default as PackageOpen } from './package-open';
|
|
1106
1108
|
export { default as PackagePlus } from './package-plus';
|
|
1107
1109
|
export { default as PackageSearch } from './package-search';
|
|
1110
|
+
export { default as PackageOpen } from './package-open';
|
|
1108
1111
|
export { default as PackageX } from './package-x';
|
|
1109
1112
|
export { default as Package } from './package';
|
|
1110
1113
|
export { default as PaintBucket } from './paint-bucket';
|
|
@@ -1113,22 +1116,22 @@ export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
|
1113
1116
|
export { default as Paintbrush } from './paintbrush';
|
|
1114
1117
|
export { default as Palette } from './palette';
|
|
1115
1118
|
export { default as Panda } from './panda';
|
|
1119
|
+
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1116
1120
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1117
1121
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1118
|
-
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1119
1122
|
export { default as PanelBottom } from './panel-bottom';
|
|
1120
|
-
export { default as PanelLeftClose } from './panel-left-close';
|
|
1121
1123
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1124
|
+
export { default as PanelLeftClose } from './panel-left-close';
|
|
1122
1125
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1123
1126
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1124
1127
|
export { default as PanelLeft } from './panel-left';
|
|
1125
1128
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1126
1129
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1127
|
-
export { default as PanelRightOpen } from './panel-right-open';
|
|
1128
1130
|
export { default as PanelRight } from './panel-right';
|
|
1131
|
+
export { default as PanelRightOpen } from './panel-right-open';
|
|
1129
1132
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1130
|
-
export { default as PanelTopClose } from './panel-top-close';
|
|
1131
1133
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1134
|
+
export { default as PanelTopClose } from './panel-top-close';
|
|
1132
1135
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1133
1136
|
export { default as PanelTop } from './panel-top';
|
|
1134
1137
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
@@ -1139,14 +1142,14 @@ export { default as Paperclip } from './paperclip';
|
|
|
1139
1142
|
export { default as Parasol } from './parasol';
|
|
1140
1143
|
export { default as Parentheses } from './parentheses';
|
|
1141
1144
|
export { default as ParkingMeter } from './parking-meter';
|
|
1142
|
-
export { default as PartyPopper } from './party-popper';
|
|
1143
1145
|
export { default as Pause } from './pause';
|
|
1144
1146
|
export { default as PawPrint } from './paw-print';
|
|
1147
|
+
export { default as PartyPopper } from './party-popper';
|
|
1145
1148
|
export { default as PcCase } from './pc-case';
|
|
1146
1149
|
export { default as PenLine } from './pen-line';
|
|
1147
|
-
export { default as PenOff } from './pen-off';
|
|
1148
1150
|
export { default as PenTool } from './pen-tool';
|
|
1149
1151
|
export { default as Pen } from './pen';
|
|
1152
|
+
export { default as PenOff } from './pen-off';
|
|
1150
1153
|
export { default as PencilLine } from './pencil-line';
|
|
1151
1154
|
export { default as PencilOff } from './pencil-off';
|
|
1152
1155
|
export { default as PencilRuler } from './pencil-ruler';
|
|
@@ -1159,14 +1162,14 @@ export { default as Phi } from './phi';
|
|
|
1159
1162
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1160
1163
|
export { default as PhoneCall } from './phone-call';
|
|
1161
1164
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1162
|
-
export { default as PhoneIncoming } from './phone-incoming';
|
|
1163
1165
|
export { default as PhoneMissed } from './phone-missed';
|
|
1166
|
+
export { default as PhoneIncoming } from './phone-incoming';
|
|
1164
1167
|
export { default as PhoneOff } from './phone-off';
|
|
1165
1168
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1166
1169
|
export { default as Phone } from './phone';
|
|
1167
1170
|
export { default as Pi } from './pi';
|
|
1168
|
-
export { default as Piano } from './piano';
|
|
1169
1171
|
export { default as Pickaxe } from './pickaxe';
|
|
1172
|
+
export { default as Piano } from './piano';
|
|
1170
1173
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1171
1174
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1172
1175
|
export { default as PiggyBank } from './piggy-bank';
|
|
@@ -1177,10 +1180,10 @@ 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';
|
|
1182
|
-
export { default as
|
|
1184
|
+
export { default as Pizza } from './pizza';
|
|
1183
1185
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1186
|
+
export { default as PlaneLanding } from './plane-landing';
|
|
1184
1187
|
export { default as Plane } from './plane';
|
|
1185
1188
|
export { default as PlayOff } from './play-off';
|
|
1186
1189
|
export { default as Play } from './play';
|
|
@@ -1189,9 +1192,8 @@ 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
1198
|
export { default as Popcorn } from './popcorn';
|
|
1197
1199
|
export { default as Popsicle } from './popsicle';
|
|
@@ -1228,9 +1230,9 @@ 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 Receipt } from './receipt';
|
|
1235
|
+
export { default as RectangleCircle } from './rectangle-circle';
|
|
1234
1236
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1235
1237
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1236
1238
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
@@ -1243,17 +1245,17 @@ export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
|
1243
1245
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1244
1246
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1245
1247
|
export { default as RefreshCw } from './refresh-cw';
|
|
1246
|
-
export { default as Regex } from './regex';
|
|
1247
1248
|
export { default as Refrigerator } from './refrigerator';
|
|
1249
|
+
export { default as Regex } from './regex';
|
|
1248
1250
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1249
1251
|
export { default as Repeat1 } from './repeat-1';
|
|
1250
1252
|
export { default as Repeat2 } from './repeat-2';
|
|
1251
1253
|
export { default as RepeatOff } from './repeat-off';
|
|
1252
|
-
export { default as Repeat } from './repeat';
|
|
1253
1254
|
export { default as ReplaceAll } from './replace-all';
|
|
1255
|
+
export { default as Repeat } from './repeat';
|
|
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';
|
|
@@ -1295,17 +1299,18 @@ export { default as Scaling } from './scaling';
|
|
|
1295
1299
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1296
1300
|
export { default as ScanBox } from './scan-box';
|
|
1297
1301
|
export { default as ScanEye } from './scan-eye';
|
|
1298
|
-
export { default as ScanFace } from './scan-face';
|
|
1299
1302
|
export { default as ScanHeart } from './scan-heart';
|
|
1303
|
+
export { default as ScanFace } from './scan-face';
|
|
1300
1304
|
export { default as ScanLine } from './scan-line';
|
|
1301
|
-
export { default as ScanQrCode } from './scan-qr-code';
|
|
1302
1305
|
export { default as ScanSearch } from './scan-search';
|
|
1306
|
+
export { default as ScanQrCode } from './scan-qr-code';
|
|
1307
|
+
export { default as ScanSquare } from './scan-square';
|
|
1303
1308
|
export { default as ScanText } from './scan-text';
|
|
1304
1309
|
export { default as Scan } from './scan';
|
|
1305
1310
|
export { default as School } from './school';
|
|
1306
1311
|
export { default as Scissors } from './scissors';
|
|
1307
|
-
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1308
1312
|
export { default as Scooter } from './scooter';
|
|
1313
|
+
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1309
1314
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1310
1315
|
export { default as ScreenShare } from './screen-share';
|
|
1311
1316
|
export { default as ScrollText } from './scroll-text';
|
|
@@ -1314,15 +1319,15 @@ export { default as SearchAlert } from './search-alert';
|
|
|
1314
1319
|
export { default as SearchCheck } from './search-check';
|
|
1315
1320
|
export { default as SearchCode } from './search-code';
|
|
1316
1321
|
export { default as SearchSlash } from './search-slash';
|
|
1317
|
-
export { default as SearchX } from './search-x';
|
|
1318
1322
|
export { default as Search } from './search';
|
|
1323
|
+
export { default as SearchX } from './search-x';
|
|
1319
1324
|
export { default as Section } from './section';
|
|
1320
1325
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1321
1326
|
export { default as SendToBack } from './send-to-back';
|
|
1322
1327
|
export { default as Send } from './send';
|
|
1323
1328
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1324
|
-
export { default as ServerCog } from './server-cog';
|
|
1325
1329
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1330
|
+
export { default as ServerCog } from './server-cog';
|
|
1326
1331
|
export { default as ServerCrash } from './server-crash';
|
|
1327
1332
|
export { default as ServerOff } from './server-off';
|
|
1328
1333
|
export { default as ServerPlus } from './server-plus';
|
|
@@ -1332,18 +1337,18 @@ export { default as Settings } from './settings';
|
|
|
1332
1337
|
export { default as Shapes } from './shapes';
|
|
1333
1338
|
export { default as Share2 } from './share-2';
|
|
1334
1339
|
export { default as Share } from './share';
|
|
1335
|
-
export { default as Sheet } from './sheet';
|
|
1336
1340
|
export { default as Shell } from './shell';
|
|
1341
|
+
export { default as Sheet } from './sheet';
|
|
1337
1342
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1338
1343
|
export { default as ShieldAlert } from './shield-alert';
|
|
1339
|
-
export { default as ShieldCheck } from './shield-check';
|
|
1340
|
-
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1341
1344
|
export { default as ShieldBan } from './shield-ban';
|
|
1345
|
+
export { default as ShieldCheck } from './shield-check';
|
|
1342
1346
|
export { default as ShieldCog } from './shield-cog';
|
|
1347
|
+
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
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';
|
|
@@ -1357,8 +1362,8 @@ export { default as ShoppingBag } from './shopping-bag';
|
|
|
1357
1362
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
1358
1363
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1359
1364
|
export { default as Shovel } from './shovel';
|
|
1360
|
-
export { default as ShowerHead } from './shower-head';
|
|
1361
1365
|
export { default as Shredder } from './shredder';
|
|
1366
|
+
export { default as ShowerHead } from './shower-head';
|
|
1362
1367
|
export { default as Shrimp } from './shrimp';
|
|
1363
1368
|
export { default as Shrink } from './shrink';
|
|
1364
1369
|
export { default as Shrub } from './shrub';
|
|
@@ -1366,8 +1371,8 @@ export { default as Shuffle } from './shuffle';
|
|
|
1366
1371
|
export { default as Sigma } from './sigma';
|
|
1367
1372
|
export { default as SignalHigh } from './signal-high';
|
|
1368
1373
|
export { default as SignalLow } from './signal-low';
|
|
1369
|
-
export { default as SignalMedium } from './signal-medium';
|
|
1370
1374
|
export { default as SignalZero } from './signal-zero';
|
|
1375
|
+
export { default as SignalMedium } from './signal-medium';
|
|
1371
1376
|
export { default as Signal } from './signal';
|
|
1372
1377
|
export { default as Signature } from './signature';
|
|
1373
1378
|
export { default as SignpostBig } from './signpost-big';
|
|
@@ -1378,13 +1383,13 @@ 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';
|
|
1386
|
-
export { default as SmilePlus } from './smile-plus';
|
|
1387
1391
|
export { default as Smile } from './smile';
|
|
1392
|
+
export { default as SmilePlus } from './smile-plus';
|
|
1388
1393
|
export { default as Snail } from './snail';
|
|
1389
1394
|
export { default as Snowflake } from './snowflake';
|
|
1390
1395
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
@@ -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
1419
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1415
1420
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-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
|
-
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1419
1423
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1424
|
+
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
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';
|
|
@@ -1451,11 +1456,12 @@ 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 SquareParking } from './square-parking';
|
|
1455
1459
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1460
|
+
export { default as SquareOff } from './square-off';
|
|
1461
|
+
export { default as SquareParking } from './square-parking';
|
|
1456
1462
|
export { default as SquarePause } from './square-pause';
|
|
1457
|
-
export { default as SquarePen } from './square-pen';
|
|
1458
1463
|
export { default as SquarePercent } from './square-percent';
|
|
1464
|
+
export { default as SquarePen } from './square-pen';
|
|
1459
1465
|
export { default as SquarePi } from './square-pi';
|
|
1460
1466
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1461
1467
|
export { default as SquarePlay } from './square-play';
|
|
@@ -1474,8 +1480,8 @@ export { default as SquareStar } from './square-star';
|
|
|
1474
1480
|
export { default as SquareStop } from './square-stop';
|
|
1475
1481
|
export { default as SquareTerminal } from './square-terminal';
|
|
1476
1482
|
export { default as SquareUserRound } from './square-user-round';
|
|
1477
|
-
export { default as SquareUser } from './square-user';
|
|
1478
1483
|
export { default as SquareX } from './square-x';
|
|
1484
|
+
export { default as SquareUser } from './square-user';
|
|
1479
1485
|
export { default as Square } from './square';
|
|
1480
1486
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1481
1487
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
@@ -1502,8 +1508,8 @@ export { default as StickyNoteOff } from './sticky-note-off';
|
|
|
1502
1508
|
export { default as StickyNotePlus } from './sticky-note-plus';
|
|
1503
1509
|
export { default as StickyNoteX } from './sticky-note-x';
|
|
1504
1510
|
export { default as StickyNote } from './sticky-note';
|
|
1505
|
-
export { default as StickyNotes } from './sticky-notes';
|
|
1506
1511
|
export { default as Stone } from './stone';
|
|
1512
|
+
export { default as StickyNotes } from './sticky-notes';
|
|
1507
1513
|
export { default as Store } from './store';
|
|
1508
1514
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1509
1515
|
export { default as StretchVertical } from './stretch-vertical';
|
|
@@ -1513,35 +1519,35 @@ 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
1526
|
export { default as Superscript } from './superscript';
|
|
1521
1527
|
export { default as SwatchBook } from './swatch-book';
|
|
1522
|
-
export { default as SwitchCamera } from './switch-camera';
|
|
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';
|
|
1540
1546
|
export { default as Tag } from './tag';
|
|
1541
1547
|
export { default as Tags } from './tags';
|
|
1542
1548
|
export { default as Tally1 } from './tally-1';
|
|
1543
|
-
export { default as Tally2 } from './tally-2';
|
|
1544
1549
|
export { default as Tally3 } from './tally-3';
|
|
1550
|
+
export { default as Tally2 } from './tally-2';
|
|
1545
1551
|
export { default as Tally4 } from './tally-4';
|
|
1546
1552
|
export { default as Tally5 } from './tally-5';
|
|
1547
1553
|
export { default as Tangent } from './tangent';
|
|
@@ -1579,14 +1585,14 @@ 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';
|
|
1595
|
+
export { default as Toolbox } from './toolbox';
|
|
1590
1596
|
export { default as Tornado } from './tornado';
|
|
1591
1597
|
export { default as Torus } from './torus';
|
|
1592
1598
|
export { default as TouchpadOff } from './touchpad-off';
|
|
@@ -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';
|
|
@@ -1655,9 +1661,10 @@ 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
1663
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1658
|
-
export { default as UserRoundX } from './user-round-x';
|
|
1659
1664
|
export { default as UserRound } from './user-round';
|
|
1665
|
+
export { default as UserRoundX } from './user-round-x';
|
|
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,48 +1673,48 @@ 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
|
-
export { default as View } from './view';
|
|
1683
1689
|
export { default as Voicemail } from './voicemail';
|
|
1690
|
+
export { default as View } from './view';
|
|
1684
1691
|
export { default as Volleyball } from './volleyball';
|
|
1685
|
-
export { default as Volume1 } from './volume-1';
|
|
1686
1692
|
export { default as Volume2 } from './volume-2';
|
|
1687
1693
|
export { default as VolumeOff } from './volume-off';
|
|
1694
|
+
export { default as Volume1 } from './volume-1';
|
|
1688
1695
|
export { default as VolumeX } from './volume-x';
|
|
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';
|
|
1707
1714
|
export { default as Webcam } from './webcam';
|
|
1708
1715
|
export { default as WebhookOff } from './webhook-off';
|
|
1709
|
-
export { default as Webhook } from './webhook';
|
|
1710
1716
|
export { default as WeightTilde } from './weight-tilde';
|
|
1717
|
+
export { default as Webhook } from './webhook';
|
|
1711
1718
|
export { default as Weight } from './weight';
|
|
1712
1719
|
export { default as WheatOff } from './wheat-off';
|
|
1713
1720
|
export { default as Wheat } from './wheat';
|
|
@@ -1717,8 +1724,8 @@ 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
1726
|
export { default as WifiPen } from './wifi-pen';
|
|
1720
|
-
export { default as WifiSync } from './wifi-sync';
|
|
1721
1727
|
export { default as WifiZero } from './wifi-zero';
|
|
1728
|
+
export { default as WifiSync } from './wifi-sync';
|
|
1722
1729
|
export { default as Wifi } from './wifi';
|
|
1723
1730
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1724
1731
|
export { default as Wind } from './wind';
|
|
@@ -1728,10 +1735,10 @@ 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';
|
|
1733
|
-
export { default as
|
|
1739
|
+
export { default as X } from './x';
|
|
1734
1740
|
export { default as Zap } from './zap';
|
|
1741
|
+
export { default as ZapOff } from './zap-off';
|
|
1735
1742
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1736
1743
|
export { default as ZodiacAries } from './zodiac-aries';
|
|
1737
1744
|
export { default as ZodiacCancer } from './zodiac-cancer';
|