@lucide/astro 1.0.1 → 1.1.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 +5 -4
- package/src/aliases/aliases.ts +116 -116
- package/src/aliases/prefixed.ts +768 -766
- package/src/aliases/suffixed.ts +1047 -1045
- package/src/icons/arrow-big-down-dash.ts +2 -2
- package/src/icons/arrow-big-down.ts +2 -2
- package/src/icons/arrow-big-left-dash.ts +2 -2
- package/src/icons/arrow-big-left.ts +2 -2
- package/src/icons/arrow-big-right-dash.ts +2 -2
- package/src/icons/arrow-big-right.ts +2 -2
- package/src/icons/arrow-big-up-dash.ts +2 -2
- package/src/icons/arrow-big-up.ts +2 -2
- package/src/icons/circle-user-round.ts +2 -2
- package/src/icons/index.ts +122 -121
- package/src/icons/milestone.ts +2 -2
- package/src/icons/road.ts +18 -0
- package/src/icons/signpost.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -31,8 +31,8 @@ export { default as AlignVerticalDistributeEnd } from './align-vertical-distribu
|
|
|
31
31
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
32
32
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
33
33
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
34
|
-
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
35
34
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
35
|
+
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
36
36
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
37
37
|
export { default as Ambulance } from './ambulance';
|
|
38
38
|
export { default as Ampersand } from './ampersand';
|
|
@@ -73,9 +73,9 @@ export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
|
73
73
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
74
74
|
export { default as ArrowDown } from './arrow-down';
|
|
75
75
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
76
|
-
export { default as ArrowLeft } from './arrow-left';
|
|
77
76
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
78
77
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
78
|
+
export { default as ArrowLeft } from './arrow-left';
|
|
79
79
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
80
80
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
81
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
@@ -85,21 +85,21 @@ export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
|
85
85
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
86
86
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
87
87
|
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
88
|
-
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
89
88
|
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
89
|
+
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
90
90
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
91
91
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
92
92
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
93
93
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
94
|
-
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
95
94
|
export { default as ArrowUp } from './arrow-up';
|
|
95
|
+
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
96
96
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
97
97
|
export { default as Asterisk } from './asterisk';
|
|
98
|
-
export { default as Atom } from './atom';
|
|
99
98
|
export { default as AtSign } from './at-sign';
|
|
99
|
+
export { default as Atom } from './atom';
|
|
100
100
|
export { default as AudioLines } from './audio-lines';
|
|
101
|
-
export { default as Award } from './award';
|
|
102
101
|
export { default as AudioWaveform } from './audio-waveform';
|
|
102
|
+
export { default as Award } from './award';
|
|
103
103
|
export { default as Axe } from './axe';
|
|
104
104
|
export { default as Axis3d } from './axis-3d';
|
|
105
105
|
export { default as Baby } from './baby';
|
|
@@ -114,26 +114,26 @@ export { default as BadgeInfo } from './badge-info';
|
|
|
114
114
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
115
115
|
export { default as BadgeMinus } from './badge-minus';
|
|
116
116
|
export { default as BadgePercent } from './badge-percent';
|
|
117
|
-
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
118
117
|
export { default as BadgePlus } from './badge-plus';
|
|
118
|
+
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
119
119
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
120
120
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
121
|
-
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
122
121
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
122
|
+
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
123
123
|
export { default as BadgeX } from './badge-x';
|
|
124
124
|
export { default as Badge } from './badge';
|
|
125
125
|
export { default as BaggageClaim } from './baggage-claim';
|
|
126
126
|
export { default as Balloon } from './balloon';
|
|
127
127
|
export { default as Ban } from './ban';
|
|
128
128
|
export { default as Banana } from './banana';
|
|
129
|
-
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
130
129
|
export { default as Bandage } from './bandage';
|
|
130
|
+
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
131
131
|
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
132
132
|
export { default as BanknoteX } from './banknote-x';
|
|
133
133
|
export { default as Banknote } from './banknote';
|
|
134
134
|
export { default as Barcode } from './barcode';
|
|
135
|
-
export { default as Barrel } from './barrel';
|
|
136
135
|
export { default as Baseline } from './baseline';
|
|
136
|
+
export { default as Barrel } from './barrel';
|
|
137
137
|
export { default as Bath } from './bath';
|
|
138
138
|
export { default as BatteryCharging } from './battery-charging';
|
|
139
139
|
export { default as BatteryFull } from './battery-full';
|
|
@@ -153,8 +153,8 @@ export { default as BeerOff } from './beer-off';
|
|
|
153
153
|
export { default as Beer } from './beer';
|
|
154
154
|
export { default as BellDot } from './bell-dot';
|
|
155
155
|
export { default as BellElectric } from './bell-electric';
|
|
156
|
-
export { default as BellMinus } from './bell-minus';
|
|
157
156
|
export { default as BellOff } from './bell-off';
|
|
157
|
+
export { default as BellMinus } from './bell-minus';
|
|
158
158
|
export { default as BellPlus } from './bell-plus';
|
|
159
159
|
export { default as BellRing } from './bell-ring';
|
|
160
160
|
export { default as Bell } from './bell';
|
|
@@ -182,11 +182,11 @@ export { default as Bolt } from './bolt';
|
|
|
182
182
|
export { default as Bomb } from './bomb';
|
|
183
183
|
export { default as Bone } from './bone';
|
|
184
184
|
export { default as BookA } from './book-a';
|
|
185
|
-
export { default as BookAudio } from './book-audio';
|
|
186
185
|
export { default as BookAlert } from './book-alert';
|
|
186
|
+
export { default as BookAudio } from './book-audio';
|
|
187
|
+
export { default as BookCheck } from './book-check';
|
|
187
188
|
export { default as BookCopy } from './book-copy';
|
|
188
189
|
export { default as BookDashed } from './book-dashed';
|
|
189
|
-
export { default as BookCheck } from './book-check';
|
|
190
190
|
export { default as BookDown } from './book-down';
|
|
191
191
|
export { default as BookHeadphones } from './book-headphones';
|
|
192
192
|
export { default as BookHeart } from './book-heart';
|
|
@@ -196,16 +196,16 @@ export { default as BookLock } from './book-lock';
|
|
|
196
196
|
export { default as BookMarked } from './book-marked';
|
|
197
197
|
export { default as BookMinus } from './book-minus';
|
|
198
198
|
export { default as BookOpenCheck } from './book-open-check';
|
|
199
|
-
export { default as BookOpen } from './book-open';
|
|
200
199
|
export { default as BookOpenText } from './book-open-text';
|
|
200
|
+
export { default as BookOpen } from './book-open';
|
|
201
201
|
export { default as BookPlus } from './book-plus';
|
|
202
202
|
export { default as BookSearch } from './book-search';
|
|
203
203
|
export { default as BookText } from './book-text';
|
|
204
204
|
export { default as BookType } from './book-type';
|
|
205
205
|
export { default as BookUp2 } from './book-up-2';
|
|
206
206
|
export { default as BookUp } from './book-up';
|
|
207
|
-
export { default as BookX } from './book-x';
|
|
208
207
|
export { default as BookUser } from './book-user';
|
|
208
|
+
export { default as BookX } from './book-x';
|
|
209
209
|
export { default as Book } from './book';
|
|
210
210
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
211
211
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
@@ -216,8 +216,8 @@ export { default as BoomBox } from './boom-box';
|
|
|
216
216
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
217
217
|
export { default as BotOff } from './bot-off';
|
|
218
218
|
export { default as Bot } from './bot';
|
|
219
|
-
export { default as BowArrow } from './bow-arrow';
|
|
220
219
|
export { default as BottleWine } from './bottle-wine';
|
|
220
|
+
export { default as BowArrow } from './bow-arrow';
|
|
221
221
|
export { default as Box } from './box';
|
|
222
222
|
export { default as Boxes } from './boxes';
|
|
223
223
|
export { default as Braces } from './braces';
|
|
@@ -227,9 +227,9 @@ export { default as BrainCog } from './brain-cog';
|
|
|
227
227
|
export { default as Brain } from './brain';
|
|
228
228
|
export { default as BrickWallFire } from './brick-wall-fire';
|
|
229
229
|
export { default as BrickWallShield } from './brick-wall-shield';
|
|
230
|
-
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
231
230
|
export { default as BrickWall } from './brick-wall';
|
|
232
231
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
232
|
+
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
233
233
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
234
234
|
export { default as Briefcase } from './briefcase';
|
|
235
235
|
export { default as BringToFront } from './bring-to-front';
|
|
@@ -250,8 +250,8 @@ export { default as Cake } from './cake';
|
|
|
250
250
|
export { default as Calculator } from './calculator';
|
|
251
251
|
export { default as Calendar1 } from './calendar-1';
|
|
252
252
|
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
253
|
-
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
254
253
|
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
254
|
+
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
255
255
|
export { default as CalendarCheck } from './calendar-check';
|
|
256
256
|
export { default as CalendarClock } from './calendar-clock';
|
|
257
257
|
export { default as CalendarCog } from './calendar-cog';
|
|
@@ -262,8 +262,8 @@ export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
|
262
262
|
export { default as CalendarMinus } from './calendar-minus';
|
|
263
263
|
export { default as CalendarOff } from './calendar-off';
|
|
264
264
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
265
|
-
export { default as CalendarRange } from './calendar-range';
|
|
266
265
|
export { default as CalendarPlus } from './calendar-plus';
|
|
266
|
+
export { default as CalendarRange } from './calendar-range';
|
|
267
267
|
export { default as CalendarSearch } from './calendar-search';
|
|
268
268
|
export { default as CalendarSync } from './calendar-sync';
|
|
269
269
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
@@ -273,16 +273,16 @@ export { default as Calendars } from './calendars';
|
|
|
273
273
|
export { default as CameraOff } from './camera-off';
|
|
274
274
|
export { default as Camera } from './camera';
|
|
275
275
|
export { default as CandyCane } from './candy-cane';
|
|
276
|
-
export { default as Candy } from './candy';
|
|
277
276
|
export { default as CandyOff } from './candy-off';
|
|
277
|
+
export { default as Candy } from './candy';
|
|
278
278
|
export { default as CannabisOff } from './cannabis-off';
|
|
279
279
|
export { default as Cannabis } from './cannabis';
|
|
280
280
|
export { default as CaptionsOff } from './captions-off';
|
|
281
281
|
export { default as Captions } from './captions';
|
|
282
282
|
export { default as CarFront } from './car-front';
|
|
283
283
|
export { default as CarTaxiFront } from './car-taxi-front';
|
|
284
|
-
export { default as Caravan } from './caravan';
|
|
285
284
|
export { default as Car } from './car';
|
|
285
|
+
export { default as Caravan } from './caravan';
|
|
286
286
|
export { default as CardSim } from './card-sim';
|
|
287
287
|
export { default as Carrot } from './carrot';
|
|
288
288
|
export { default as CaseLower } from './case-lower';
|
|
@@ -301,8 +301,8 @@ export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
|
301
301
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
302
302
|
export { default as ChartBar } from './chart-bar';
|
|
303
303
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
304
|
-
export { default as ChartColumnBig } from './chart-column-big';
|
|
305
304
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
305
|
+
export { default as ChartColumnBig } from './chart-column-big';
|
|
306
306
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
307
307
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
308
308
|
export { default as ChartColumn } from './chart-column';
|
|
@@ -314,8 +314,8 @@ export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-i
|
|
|
314
314
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
315
315
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
316
316
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
317
|
-
export { default as ChartScatter } from './chart-scatter';
|
|
318
317
|
export { default as ChartPie } from './chart-pie';
|
|
318
|
+
export { default as ChartScatter } from './chart-scatter';
|
|
319
319
|
export { default as ChartSpline } from './chart-spline';
|
|
320
320
|
export { default as CheckCheck } from './check-check';
|
|
321
321
|
export { default as CheckLine } from './check-line';
|
|
@@ -323,8 +323,8 @@ export { default as Check } from './check';
|
|
|
323
323
|
export { default as ChefHat } from './chef-hat';
|
|
324
324
|
export { default as Cherry } from './cherry';
|
|
325
325
|
export { default as ChessBishop } from './chess-bishop';
|
|
326
|
-
export { default as ChessKing } from './chess-king';
|
|
327
326
|
export { default as ChessKnight } from './chess-knight';
|
|
327
|
+
export { default as ChessKing } from './chess-king';
|
|
328
328
|
export { default as ChessPawn } from './chess-pawn';
|
|
329
329
|
export { default as ChessQueen } from './chess-queen';
|
|
330
330
|
export { default as ChessRook } from './chess-rook';
|
|
@@ -370,8 +370,8 @@ export { default as CircleEllipsis } from './circle-ellipsis';
|
|
|
370
370
|
export { default as CircleEqual } from './circle-equal';
|
|
371
371
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
372
372
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
373
|
-
export { default as CircleMinus } from './circle-minus';
|
|
374
373
|
export { default as CircleGauge } from './circle-gauge';
|
|
374
|
+
export { default as CircleMinus } from './circle-minus';
|
|
375
375
|
export { default as CircleOff } from './circle-off';
|
|
376
376
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
377
377
|
export { default as CircleParking } from './circle-parking';
|
|
@@ -391,13 +391,13 @@ export { default as CircleStop } from './circle-stop';
|
|
|
391
391
|
export { default as CircleUserRound } from './circle-user-round';
|
|
392
392
|
export { default as CircleUser } from './circle-user';
|
|
393
393
|
export { default as CircleX } from './circle-x';
|
|
394
|
-
export { default as Circle } from './circle';
|
|
395
394
|
export { default as CircuitBoard } from './circuit-board';
|
|
395
|
+
export { default as Circle } from './circle';
|
|
396
396
|
export { default as Citrus } from './citrus';
|
|
397
397
|
export { default as Clapperboard } from './clapperboard';
|
|
398
398
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
399
|
-
export { default as ClipboardCopy } from './clipboard-copy';
|
|
400
399
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
400
|
+
export { default as ClipboardCopy } from './clipboard-copy';
|
|
401
401
|
export { default as ClipboardList } from './clipboard-list';
|
|
402
402
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
403
403
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
@@ -445,8 +445,8 @@ export { default as CloudSnow } from './cloud-snow';
|
|
|
445
445
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
446
446
|
export { default as CloudSun } from './cloud-sun';
|
|
447
447
|
export { default as CloudSync } from './cloud-sync';
|
|
448
|
-
export { default as Cloud } from './cloud';
|
|
449
448
|
export { default as CloudUpload } from './cloud-upload';
|
|
449
|
+
export { default as Cloud } from './cloud';
|
|
450
450
|
export { default as Cloudy } from './cloudy';
|
|
451
451
|
export { default as Clover } from './clover';
|
|
452
452
|
export { default as Club } from './club';
|
|
@@ -485,8 +485,8 @@ export { default as CornerDownLeft } from './corner-down-left';
|
|
|
485
485
|
export { default as CornerDownRight } from './corner-down-right';
|
|
486
486
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
487
487
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
488
|
-
export { default as CornerRightDown } from './corner-right-down';
|
|
489
488
|
export { default as CornerRightUp } from './corner-right-up';
|
|
489
|
+
export { default as CornerRightDown } from './corner-right-down';
|
|
490
490
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
491
491
|
export { default as CornerUpRight } from './corner-up-right';
|
|
492
492
|
export { default as Cpu } from './cpu';
|
|
@@ -539,27 +539,27 @@ export { default as DoorClosed } from './door-closed';
|
|
|
539
539
|
export { default as DoorOpen } from './door-open';
|
|
540
540
|
export { default as Dot } from './dot';
|
|
541
541
|
export { default as Download } from './download';
|
|
542
|
-
export { default as DraftingCompass } from './drafting-compass';
|
|
543
542
|
export { default as Drama } from './drama';
|
|
543
|
+
export { default as DraftingCompass } from './drafting-compass';
|
|
544
544
|
export { default as Drill } from './drill';
|
|
545
545
|
export { default as Drone } from './drone';
|
|
546
546
|
export { default as DropletOff } from './droplet-off';
|
|
547
|
-
export { default as Droplets } from './droplets';
|
|
548
547
|
export { default as Droplet } from './droplet';
|
|
548
|
+
export { default as Droplets } from './droplets';
|
|
549
549
|
export { default as Drum } from './drum';
|
|
550
550
|
export { default as Drumstick } from './drumstick';
|
|
551
551
|
export { default as Dumbbell } from './dumbbell';
|
|
552
552
|
export { default as EarOff } from './ear-off';
|
|
553
553
|
export { default as Ear } from './ear';
|
|
554
554
|
export { default as EarthLock } from './earth-lock';
|
|
555
|
-
export { default as Eclipse } from './eclipse';
|
|
556
555
|
export { default as Earth } from './earth';
|
|
556
|
+
export { default as Eclipse } from './eclipse';
|
|
557
557
|
export { default as EggFried } from './egg-fried';
|
|
558
|
-
export { default as Egg } from './egg';
|
|
559
558
|
export { default as EggOff } from './egg-off';
|
|
559
|
+
export { default as Egg } from './egg';
|
|
560
560
|
export { default as Ellipse } from './ellipse';
|
|
561
|
-
export { default as Ellipsis } from './ellipsis';
|
|
562
561
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
562
|
+
export { default as Ellipsis } from './ellipsis';
|
|
563
563
|
export { default as EqualApproximately } from './equal-approximately';
|
|
564
564
|
export { default as EqualNot } from './equal-not';
|
|
565
565
|
export { default as Equal } from './equal';
|
|
@@ -579,13 +579,13 @@ export { default as Feather } from './feather';
|
|
|
579
579
|
export { default as Fence } from './fence';
|
|
580
580
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
581
581
|
export { default as FileArchive } from './file-archive';
|
|
582
|
-
export { default as FileBox } from './file-box';
|
|
583
582
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
584
|
-
export { default as FileBracesCorner } from './file-braces-corner';
|
|
585
583
|
export { default as FileBadge } from './file-badge';
|
|
584
|
+
export { default as FileBox } from './file-box';
|
|
585
|
+
export { default as FileBracesCorner } from './file-braces-corner';
|
|
586
586
|
export { default as FileBraces } from './file-braces';
|
|
587
|
-
export { default as FileChartColumn } from './file-chart-column';
|
|
588
587
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
588
|
+
export { default as FileChartColumn } from './file-chart-column';
|
|
589
589
|
export { default as FileChartLine } from './file-chart-line';
|
|
590
590
|
export { default as FileChartPie } from './file-chart-pie';
|
|
591
591
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
@@ -597,16 +597,16 @@ export { default as FileCog } from './file-cog';
|
|
|
597
597
|
export { default as FileDiff } from './file-diff';
|
|
598
598
|
export { default as FileDigit } from './file-digit';
|
|
599
599
|
export { default as FileDown } from './file-down';
|
|
600
|
-
export { default as FileHeadphone } from './file-headphone';
|
|
601
600
|
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
601
|
+
export { default as FileHeadphone } from './file-headphone';
|
|
602
602
|
export { default as FileHeart } from './file-heart';
|
|
603
603
|
export { default as FileImage } from './file-image';
|
|
604
604
|
export { default as FileInput } from './file-input';
|
|
605
605
|
export { default as FileKey } from './file-key';
|
|
606
606
|
export { default as FileLock } from './file-lock';
|
|
607
607
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
608
|
-
export { default as FileMusic } from './file-music';
|
|
609
608
|
export { default as FileMinus } from './file-minus';
|
|
609
|
+
export { default as FileMusic } from './file-music';
|
|
610
610
|
export { default as FileOutput } from './file-output';
|
|
611
611
|
export { default as FilePenLine } from './file-pen-line';
|
|
612
612
|
export { default as FilePen } from './file-pen';
|
|
@@ -616,8 +616,8 @@ export { default as FilePlus } from './file-plus';
|
|
|
616
616
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
617
617
|
export { default as FileScan } from './file-scan';
|
|
618
618
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
619
|
-
export { default as FileSignal } from './file-signal';
|
|
620
619
|
export { default as FileSearch } from './file-search';
|
|
620
|
+
export { default as FileSignal } from './file-signal';
|
|
621
621
|
export { default as FileSliders } from './file-sliders';
|
|
622
622
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
623
623
|
export { default as FileStack } from './file-stack';
|
|
@@ -631,8 +631,8 @@ export { default as FileUser } from './file-user';
|
|
|
631
631
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
632
632
|
export { default as FileVolume } from './file-volume';
|
|
633
633
|
export { default as FileXCorner } from './file-x-corner';
|
|
634
|
-
export { default as File } from './file';
|
|
635
634
|
export { default as FileX } from './file-x';
|
|
635
|
+
export { default as File } from './file';
|
|
636
636
|
export { default as Files } from './files';
|
|
637
637
|
export { default as Film } from './film';
|
|
638
638
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
@@ -653,9 +653,9 @@ export { default as Flashlight } from './flashlight';
|
|
|
653
653
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
654
654
|
export { default as FlaskConical } from './flask-conical';
|
|
655
655
|
export { default as FlaskRound } from './flask-round';
|
|
656
|
+
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
656
657
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
657
658
|
export { default as Flower2 } from './flower-2';
|
|
658
|
-
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
659
659
|
export { default as Flower } from './flower';
|
|
660
660
|
export { default as Focus } from './focus';
|
|
661
661
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
@@ -666,8 +666,8 @@ export { default as FolderClock } from './folder-clock';
|
|
|
666
666
|
export { default as FolderClosed } from './folder-closed';
|
|
667
667
|
export { default as FolderCode } from './folder-code';
|
|
668
668
|
export { default as FolderCog } from './folder-cog';
|
|
669
|
-
export { default as FolderDown } from './folder-down';
|
|
670
669
|
export { default as FolderDot } from './folder-dot';
|
|
670
|
+
export { default as FolderDown } from './folder-down';
|
|
671
671
|
export { default as FolderGit2 } from './folder-git-2';
|
|
672
672
|
export { default as FolderGit } from './folder-git';
|
|
673
673
|
export { default as FolderHeart } from './folder-heart';
|
|
@@ -690,15 +690,15 @@ export { default as FolderTree } from './folder-tree';
|
|
|
690
690
|
export { default as FolderUp } from './folder-up';
|
|
691
691
|
export { default as FolderX } from './folder-x';
|
|
692
692
|
export { default as Folder } from './folder';
|
|
693
|
-
export { default as Folders } from './folders';
|
|
694
693
|
export { default as Footprints } from './footprints';
|
|
694
|
+
export { default as Folders } from './folders';
|
|
695
695
|
export { default as Forklift } from './forklift';
|
|
696
696
|
export { default as Form } from './form';
|
|
697
697
|
export { default as Forward } from './forward';
|
|
698
698
|
export { default as Frame } from './frame';
|
|
699
699
|
export { default as Frown } from './frown';
|
|
700
|
-
export { default as Fullscreen } from './fullscreen';
|
|
701
700
|
export { default as Fuel } from './fuel';
|
|
701
|
+
export { default as Fullscreen } from './fullscreen';
|
|
702
702
|
export { default as FunnelPlus } from './funnel-plus';
|
|
703
703
|
export { default as FunnelX } from './funnel-x';
|
|
704
704
|
export { default as Funnel } from './funnel';
|
|
@@ -713,24 +713,24 @@ export { default as Gamepad } from './gamepad';
|
|
|
713
713
|
export { default as Gauge } from './gauge';
|
|
714
714
|
export { default as Gavel } from './gavel';
|
|
715
715
|
export { default as Gem } from './gem';
|
|
716
|
-
export { default as Ghost } from './ghost';
|
|
717
716
|
export { default as GeorgianLari } from './georgian-lari';
|
|
717
|
+
export { default as Ghost } from './ghost';
|
|
718
718
|
export { default as Gift } from './gift';
|
|
719
719
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
720
720
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
721
721
|
export { default as GitBranch } from './git-branch';
|
|
722
|
-
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
723
722
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
724
|
-
export { default as
|
|
723
|
+
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
725
724
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
725
|
+
export { default as GitCompare } from './git-compare';
|
|
726
726
|
export { default as GitFork } from './git-fork';
|
|
727
727
|
export { default as GitGraph } from './git-graph';
|
|
728
728
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
729
729
|
export { default as GitMerge } from './git-merge';
|
|
730
|
-
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
731
730
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
732
|
-
export { default as
|
|
731
|
+
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
733
732
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
733
|
+
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
734
734
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
735
735
|
export { default as GitPullRequest } from './git-pull-request';
|
|
736
736
|
export { default as GlassWater } from './glass-water';
|
|
@@ -758,8 +758,8 @@ export { default as Ham } from './ham';
|
|
|
758
758
|
export { default as Hamburger } from './hamburger';
|
|
759
759
|
export { default as Hammer } from './hammer';
|
|
760
760
|
export { default as HandCoins } from './hand-coins';
|
|
761
|
-
export { default as HandGrab } from './hand-grab';
|
|
762
761
|
export { default as HandFist } from './hand-fist';
|
|
762
|
+
export { default as HandGrab } from './hand-grab';
|
|
763
763
|
export { default as HandHeart } from './hand-heart';
|
|
764
764
|
export { default as HandHelping } from './hand-helping';
|
|
765
765
|
export { default as HandMetal } from './hand-metal';
|
|
@@ -774,33 +774,33 @@ export { default as HardHat } from './hard-hat';
|
|
|
774
774
|
export { default as Hash } from './hash';
|
|
775
775
|
export { default as HatGlasses } from './hat-glasses';
|
|
776
776
|
export { default as Haze } from './haze';
|
|
777
|
-
export { default as HdmiPort } from './hdmi-port';
|
|
778
777
|
export { default as Hd } from './hd';
|
|
778
|
+
export { default as HdmiPort } from './hdmi-port';
|
|
779
779
|
export { default as Heading1 } from './heading-1';
|
|
780
|
+
export { default as Heading2 } from './heading-2';
|
|
780
781
|
export { default as Heading3 } from './heading-3';
|
|
781
782
|
export { default as Heading4 } from './heading-4';
|
|
782
|
-
export { default as Heading2 } from './heading-2';
|
|
783
783
|
export { default as Heading5 } from './heading-5';
|
|
784
784
|
export { default as Heading6 } from './heading-6';
|
|
785
785
|
export { default as Heading } from './heading';
|
|
786
786
|
export { default as HeadphoneOff } from './headphone-off';
|
|
787
787
|
export { default as Headphones } from './headphones';
|
|
788
788
|
export { default as Headset } from './headset';
|
|
789
|
-
export { default as HeartHandshake } from './heart-handshake';
|
|
790
789
|
export { default as HeartCrack } from './heart-crack';
|
|
790
|
+
export { default as HeartHandshake } from './heart-handshake';
|
|
791
791
|
export { default as HeartMinus } from './heart-minus';
|
|
792
792
|
export { default as HeartOff } from './heart-off';
|
|
793
793
|
export { default as HeartPlus } from './heart-plus';
|
|
794
794
|
export { default as HeartPulse } from './heart-pulse';
|
|
795
795
|
export { default as Heart } from './heart';
|
|
796
|
-
export { default as Helicopter } from './helicopter';
|
|
797
796
|
export { default as Heater } from './heater';
|
|
797
|
+
export { default as Helicopter } from './helicopter';
|
|
798
798
|
export { default as Hexagon } from './hexagon';
|
|
799
799
|
export { default as Highlighter } from './highlighter';
|
|
800
800
|
export { default as History } from './history';
|
|
801
801
|
export { default as HopOff } from './hop-off';
|
|
802
|
-
export { default as Hospital } from './hospital';
|
|
803
802
|
export { default as Hop } from './hop';
|
|
803
|
+
export { default as Hospital } from './hospital';
|
|
804
804
|
export { default as Hotel } from './hotel';
|
|
805
805
|
export { default as Hourglass } from './hourglass';
|
|
806
806
|
export { default as HouseHeart } from './house-heart';
|
|
@@ -815,10 +815,10 @@ export { default as IdCard } from './id-card';
|
|
|
815
815
|
export { default as ImageDown } from './image-down';
|
|
816
816
|
export { default as ImageMinus } from './image-minus';
|
|
817
817
|
export { default as ImageOff } from './image-off';
|
|
818
|
-
export { default as ImagePlus } from './image-plus';
|
|
819
818
|
export { default as ImagePlay } from './image-play';
|
|
820
|
-
export { default as
|
|
819
|
+
export { default as ImagePlus } from './image-plus';
|
|
821
820
|
export { default as ImageUp } from './image-up';
|
|
821
|
+
export { default as ImageUpscale } from './image-upscale';
|
|
822
822
|
export { default as Image } from './image';
|
|
823
823
|
export { default as Images } from './images';
|
|
824
824
|
export { default as Import } from './import';
|
|
@@ -848,8 +848,8 @@ export { default as LampWallUp } from './lamp-wall-up';
|
|
|
848
848
|
export { default as Lamp } from './lamp';
|
|
849
849
|
export { default as LandPlot } from './land-plot';
|
|
850
850
|
export { default as Landmark } from './landmark';
|
|
851
|
-
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
852
851
|
export { default as Languages } from './languages';
|
|
852
|
+
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
853
853
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
854
854
|
export { default as Laptop } from './laptop';
|
|
855
855
|
export { default as LassoSelect } from './lasso-select';
|
|
@@ -858,16 +858,16 @@ export { default as Laugh } from './laugh';
|
|
|
858
858
|
export { default as Layers2 } from './layers-2';
|
|
859
859
|
export { default as LayersPlus } from './layers-plus';
|
|
860
860
|
export { default as Layers } from './layers';
|
|
861
|
-
export { default as LayoutGrid } from './layout-grid';
|
|
862
861
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
862
|
+
export { default as LayoutGrid } from './layout-grid';
|
|
863
863
|
export { default as LayoutList } from './layout-list';
|
|
864
864
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
865
865
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
866
866
|
export { default as LayoutTemplate } from './layout-template';
|
|
867
867
|
export { default as Leaf } from './leaf';
|
|
868
868
|
export { default as LeafyGreen } from './leafy-green';
|
|
869
|
-
export { default as LensConcave } from './lens-concave';
|
|
870
869
|
export { default as Lectern } from './lectern';
|
|
870
|
+
export { default as LensConcave } from './lens-concave';
|
|
871
871
|
export { default as LensConvex } from './lens-convex';
|
|
872
872
|
export { default as LibraryBig } from './library-big';
|
|
873
873
|
export { default as Library } from './library';
|
|
@@ -878,8 +878,8 @@ export { default as Lightbulb } from './lightbulb';
|
|
|
878
878
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
879
879
|
export { default as LineSquiggle } from './line-squiggle';
|
|
880
880
|
export { default as Link2Off } from './link-2-off';
|
|
881
|
-
export { default as Link } from './link';
|
|
882
881
|
export { default as Link2 } from './link-2';
|
|
882
|
+
export { default as Link } from './link';
|
|
883
883
|
export { default as ListCheck } from './list-check';
|
|
884
884
|
export { default as ListChecks } from './list-checks';
|
|
885
885
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
@@ -887,9 +887,9 @@ export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
|
887
887
|
export { default as ListCollapse } from './list-collapse';
|
|
888
888
|
export { default as ListEnd } from './list-end';
|
|
889
889
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
890
|
-
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
891
890
|
export { default as ListFilter } from './list-filter';
|
|
892
891
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
892
|
+
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
893
893
|
export { default as ListMinus } from './list-minus';
|
|
894
894
|
export { default as ListMusic } from './list-music';
|
|
895
895
|
export { default as ListOrdered } from './list-ordered';
|
|
@@ -907,8 +907,8 @@ export { default as Loader } from './loader';
|
|
|
907
907
|
export { default as LocateFixed } from './locate-fixed';
|
|
908
908
|
export { default as LocateOff } from './locate-off';
|
|
909
909
|
export { default as Locate } from './locate';
|
|
910
|
-
export { default as LockKeyhole } from './lock-keyhole';
|
|
911
910
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
911
|
+
export { default as LockKeyhole } from './lock-keyhole';
|
|
912
912
|
export { default as LockOpen } from './lock-open';
|
|
913
913
|
export { default as Lock } from './lock';
|
|
914
914
|
export { default as LogIn } from './log-in';
|
|
@@ -926,8 +926,8 @@ export { default as MailSearch } from './mail-search';
|
|
|
926
926
|
export { default as MailWarning } from './mail-warning';
|
|
927
927
|
export { default as MailX } from './mail-x';
|
|
928
928
|
export { default as Mail } from './mail';
|
|
929
|
-
export { default as Mailbox } from './mailbox';
|
|
930
929
|
export { default as Mails } from './mails';
|
|
930
|
+
export { default as Mailbox } from './mailbox';
|
|
931
931
|
export { default as MapMinus } from './map-minus';
|
|
932
932
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
933
933
|
export { default as MapPinCheck } from './map-pin-check';
|
|
@@ -953,8 +953,8 @@ export { default as Medal } from './medal';
|
|
|
953
953
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
954
954
|
export { default as Megaphone } from './megaphone';
|
|
955
955
|
export { default as Meh } from './meh';
|
|
956
|
-
export { default as Menu } from './menu';
|
|
957
956
|
export { default as MemoryStick } from './memory-stick';
|
|
957
|
+
export { default as Menu } from './menu';
|
|
958
958
|
export { default as Merge } from './merge';
|
|
959
959
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
960
960
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
@@ -993,11 +993,11 @@ export { default as Mic } from './mic';
|
|
|
993
993
|
export { default as Microchip } from './microchip';
|
|
994
994
|
export { default as Microscope } from './microscope';
|
|
995
995
|
export { default as Microwave } from './microwave';
|
|
996
|
-
export { default as MilkOff } from './milk-off';
|
|
997
996
|
export { default as Milestone } from './milestone';
|
|
997
|
+
export { default as MilkOff } from './milk-off';
|
|
998
998
|
export { default as Milk } from './milk';
|
|
999
|
-
export { default as Minimize } from './minimize';
|
|
1000
999
|
export { default as Minimize2 } from './minimize-2';
|
|
1000
|
+
export { default as Minimize } from './minimize';
|
|
1001
1001
|
export { default as Minus } from './minus';
|
|
1002
1002
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1003
1003
|
export { default as MirrorRound } from './mirror-round';
|
|
@@ -1029,8 +1029,8 @@ export { default as MousePointerClick } from './mouse-pointer-click';
|
|
|
1029
1029
|
export { default as MousePointer } from './mouse-pointer';
|
|
1030
1030
|
export { default as MouseRight } from './mouse-right';
|
|
1031
1031
|
export { default as Mouse } from './mouse';
|
|
1032
|
-
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1033
1032
|
export { default as Move3d } from './move-3d';
|
|
1033
|
+
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1034
1034
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1035
1035
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1036
1036
|
export { default as MoveDownRight } from './move-down-right';
|
|
@@ -1042,8 +1042,8 @@ export { default as MoveUpLeft } from './move-up-left';
|
|
|
1042
1042
|
export { default as MoveUpRight } from './move-up-right';
|
|
1043
1043
|
export { default as MoveUp } from './move-up';
|
|
1044
1044
|
export { default as MoveVertical } from './move-vertical';
|
|
1045
|
-
export { default as Music2 } from './music-2';
|
|
1046
1045
|
export { default as Move } from './move';
|
|
1046
|
+
export { default as Music2 } from './music-2';
|
|
1047
1047
|
export { default as Music3 } from './music-3';
|
|
1048
1048
|
export { default as Music4 } from './music-4';
|
|
1049
1049
|
export { default as Music } from './music';
|
|
@@ -1051,8 +1051,8 @@ export { default as Navigation2Off } from './navigation-2-off';
|
|
|
1051
1051
|
export { default as Navigation2 } from './navigation-2';
|
|
1052
1052
|
export { default as NavigationOff } from './navigation-off';
|
|
1053
1053
|
export { default as Navigation } from './navigation';
|
|
1054
|
-
export { default as Newspaper } from './newspaper';
|
|
1055
1054
|
export { default as Network } from './network';
|
|
1055
|
+
export { default as Newspaper } from './newspaper';
|
|
1056
1056
|
export { default as Nfc } from './nfc';
|
|
1057
1057
|
export { default as NonBinary } from './non-binary';
|
|
1058
1058
|
export { default as NotebookPen } from './notebook-pen';
|
|
@@ -1064,15 +1064,15 @@ export { default as NotepadText } from './notepad-text';
|
|
|
1064
1064
|
export { default as NutOff } from './nut-off';
|
|
1065
1065
|
export { default as Nut } from './nut';
|
|
1066
1066
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1067
|
-
export { default as OctagonPause } from './octagon-pause';
|
|
1068
1067
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1068
|
+
export { default as OctagonPause } from './octagon-pause';
|
|
1069
1069
|
export { default as OctagonX } from './octagon-x';
|
|
1070
1070
|
export { default as Octagon } from './octagon';
|
|
1071
1071
|
export { default as Omega } from './omega';
|
|
1072
1072
|
export { default as Option } from './option';
|
|
1073
1073
|
export { default as Orbit } from './orbit';
|
|
1074
|
-
export { default as Package2 } from './package-2';
|
|
1075
1074
|
export { default as Origami } from './origami';
|
|
1075
|
+
export { default as Package2 } from './package-2';
|
|
1076
1076
|
export { default as PackageCheck } from './package-check';
|
|
1077
1077
|
export { default as PackageMinus } from './package-minus';
|
|
1078
1078
|
export { default as PackageOpen } from './package-open';
|
|
@@ -1136,8 +1136,8 @@ export { default as Phone } from './phone';
|
|
|
1136
1136
|
export { default as Pi } from './pi';
|
|
1137
1137
|
export { default as Piano } from './piano';
|
|
1138
1138
|
export { default as Pickaxe } from './pickaxe';
|
|
1139
|
-
export { default as PictureInPicture } from './picture-in-picture';
|
|
1140
1139
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1140
|
+
export { default as PictureInPicture } from './picture-in-picture';
|
|
1141
1141
|
export { default as PiggyBank } from './piggy-bank';
|
|
1142
1142
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1143
1143
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
@@ -1153,20 +1153,20 @@ export { default as PlaneTakeoff } from './plane-takeoff';
|
|
|
1153
1153
|
export { default as Plane } from './plane';
|
|
1154
1154
|
export { default as Play } from './play';
|
|
1155
1155
|
export { default as Plug2 } from './plug-2';
|
|
1156
|
-
export { default as Plug } from './plug';
|
|
1157
1156
|
export { default as PlugZap } from './plug-zap';
|
|
1157
|
+
export { default as Plug } from './plug';
|
|
1158
1158
|
export { default as Plus } from './plus';
|
|
1159
1159
|
export { default as PocketKnife } from './pocket-knife';
|
|
1160
1160
|
export { default as Podcast } from './podcast';
|
|
1161
1161
|
export { default as PointerOff } from './pointer-off';
|
|
1162
1162
|
export { default as Pointer } from './pointer';
|
|
1163
1163
|
export { default as Popcorn } from './popcorn';
|
|
1164
|
+
export { default as Popsicle } from './popsicle';
|
|
1164
1165
|
export { default as PoundSterling } from './pound-sterling';
|
|
1165
1166
|
export { default as PowerOff } from './power-off';
|
|
1166
|
-
export { default as Popsicle } from './popsicle';
|
|
1167
1167
|
export { default as Power } from './power';
|
|
1168
|
-
export { default as PrinterCheck } from './printer-check';
|
|
1169
1168
|
export { default as Presentation } from './presentation';
|
|
1169
|
+
export { default as PrinterCheck } from './printer-check';
|
|
1170
1170
|
export { default as PrinterX } from './printer-x';
|
|
1171
1171
|
export { default as Printer } from './printer';
|
|
1172
1172
|
export { default as Projector } from './projector';
|
|
@@ -1181,8 +1181,8 @@ export { default as Radiation } from './radiation';
|
|
|
1181
1181
|
export { default as Radical } from './radical';
|
|
1182
1182
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1183
1183
|
export { default as RadioTower } from './radio-tower';
|
|
1184
|
-
export { default as Radius } from './radius';
|
|
1185
1184
|
export { default as Radio } from './radio';
|
|
1185
|
+
export { default as Radius } from './radius';
|
|
1186
1186
|
export { default as Rainbow } from './rainbow';
|
|
1187
1187
|
export { default as Rat } from './rat';
|
|
1188
1188
|
export { default as Ratio } from './ratio';
|
|
@@ -1206,8 +1206,8 @@ export { default as Redo2 } from './redo-2';
|
|
|
1206
1206
|
export { default as RedoDot } from './redo-dot';
|
|
1207
1207
|
export { default as Redo } from './redo';
|
|
1208
1208
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1209
|
-
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1210
1209
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1210
|
+
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1211
1211
|
export { default as RefreshCw } from './refresh-cw';
|
|
1212
1212
|
export { default as Refrigerator } from './refrigerator';
|
|
1213
1213
|
export { default as Regex } from './regex';
|
|
@@ -1221,6 +1221,7 @@ export { default as ReplyAll } from './reply-all';
|
|
|
1221
1221
|
export { default as Reply } from './reply';
|
|
1222
1222
|
export { default as Rewind } from './rewind';
|
|
1223
1223
|
export { default as Ribbon } from './ribbon';
|
|
1224
|
+
export { default as Road } from './road';
|
|
1224
1225
|
export { default as Rocket } from './rocket';
|
|
1225
1226
|
export { default as RockingChair } from './rocking-chair';
|
|
1226
1227
|
export { default as RollerCoaster } from './roller-coaster';
|
|
@@ -1228,8 +1229,8 @@ export { default as Rose } from './rose';
|
|
|
1228
1229
|
export { default as Rotate3d } from './rotate-3d';
|
|
1229
1230
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1230
1231
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1231
|
-
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1232
1232
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1233
|
+
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1233
1234
|
export { default as RotateCw } from './rotate-cw';
|
|
1234
1235
|
export { default as RouteOff } from './route-off';
|
|
1235
1236
|
export { default as Route } from './route';
|
|
@@ -1252,24 +1253,24 @@ export { default as SaveOff } from './save-off';
|
|
|
1252
1253
|
export { default as Save } from './save';
|
|
1253
1254
|
export { default as Scale3d } from './scale-3d';
|
|
1254
1255
|
export { default as Scale } from './scale';
|
|
1255
|
-
export { default as ScanBarcode } from './scan-barcode';
|
|
1256
1256
|
export { default as Scaling } from './scaling';
|
|
1257
|
+
export { default as ScanBarcode } from './scan-barcode';
|
|
1257
1258
|
export { default as ScanEye } from './scan-eye';
|
|
1258
1259
|
export { default as ScanFace } from './scan-face';
|
|
1259
1260
|
export { default as ScanHeart } from './scan-heart';
|
|
1260
1261
|
export { default as ScanLine } from './scan-line';
|
|
1261
|
-
export { default as ScanSearch } from './scan-search';
|
|
1262
1262
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1263
|
+
export { default as ScanSearch } from './scan-search';
|
|
1263
1264
|
export { default as ScanText } from './scan-text';
|
|
1264
1265
|
export { default as Scan } from './scan';
|
|
1265
1266
|
export { default as School } from './school';
|
|
1266
1267
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1267
|
-
export { default as Scooter } from './scooter';
|
|
1268
1268
|
export { default as Scissors } from './scissors';
|
|
1269
|
+
export { default as Scooter } from './scooter';
|
|
1269
1270
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1270
1271
|
export { default as ScreenShare } from './screen-share';
|
|
1271
|
-
export { default as Scroll } from './scroll';
|
|
1272
1272
|
export { default as ScrollText } from './scroll-text';
|
|
1273
|
+
export { default as Scroll } from './scroll';
|
|
1273
1274
|
export { default as SearchAlert } from './search-alert';
|
|
1274
1275
|
export { default as SearchCheck } from './search-check';
|
|
1275
1276
|
export { default as SearchCode } from './search-code';
|
|
@@ -1283,8 +1284,8 @@ export { default as Send } from './send';
|
|
|
1283
1284
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1284
1285
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1285
1286
|
export { default as ServerCog } from './server-cog';
|
|
1286
|
-
export { default as ServerCrash } from './server-crash';
|
|
1287
1287
|
export { default as ServerOff } from './server-off';
|
|
1288
|
+
export { default as ServerCrash } from './server-crash';
|
|
1288
1289
|
export { default as Server } from './server';
|
|
1289
1290
|
export { default as Settings2 } from './settings-2';
|
|
1290
1291
|
export { default as Settings } from './settings';
|
|
@@ -1317,9 +1318,9 @@ export { default as ShowerHead } from './shower-head';
|
|
|
1317
1318
|
export { default as Shredder } from './shredder';
|
|
1318
1319
|
export { default as Shrimp } from './shrimp';
|
|
1319
1320
|
export { default as Shrink } from './shrink';
|
|
1321
|
+
export { default as Shrub } from './shrub';
|
|
1320
1322
|
export { default as Shuffle } from './shuffle';
|
|
1321
1323
|
export { default as Sigma } from './sigma';
|
|
1322
|
-
export { default as Shrub } from './shrub';
|
|
1323
1324
|
export { default as SignalHigh } from './signal-high';
|
|
1324
1325
|
export { default as SignalLow } from './signal-low';
|
|
1325
1326
|
export { default as SignalMedium } from './signal-medium';
|
|
@@ -1352,17 +1353,17 @@ export { default as Spade } from './spade';
|
|
|
1352
1353
|
export { default as Sparkle } from './sparkle';
|
|
1353
1354
|
export { default as Sparkles } from './sparkles';
|
|
1354
1355
|
export { default as Speaker } from './speaker';
|
|
1355
|
-
export { default as Speech } from './speech';
|
|
1356
1356
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1357
|
+
export { default as Speech } from './speech';
|
|
1357
1358
|
export { default as SpellCheck } from './spell-check';
|
|
1358
1359
|
export { default as SplinePointer } from './spline-pointer';
|
|
1359
1360
|
export { default as Spline } from './spline';
|
|
1360
1361
|
export { default as Split } from './split';
|
|
1361
|
-
export { default as Spool } from './spool';
|
|
1362
1362
|
export { default as Spotlight } from './spotlight';
|
|
1363
|
+
export { default as Spool } from './spool';
|
|
1363
1364
|
export { default as SprayCan } from './spray-can';
|
|
1364
|
-
export { default as SquareActivity } from './square-activity';
|
|
1365
1365
|
export { default as Sprout } from './sprout';
|
|
1366
|
+
export { default as SquareActivity } from './square-activity';
|
|
1366
1367
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1367
1368
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1368
1369
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
@@ -1371,16 +1372,16 @@ export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left'
|
|
|
1371
1372
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1372
1373
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1373
1374
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1374
|
-
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1375
1375
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1376
1376
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1377
|
+
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1377
1378
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1378
|
-
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1379
1379
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1380
1380
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1381
|
+
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1381
1382
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1382
|
-
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1383
1383
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1384
|
+
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1384
1385
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1385
1386
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1386
1387
|
export { default as SquareCheck } from './square-check';
|
|
@@ -1389,17 +1390,17 @@ export { default as SquareChevronLeft } from './square-chevron-left';
|
|
|
1389
1390
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1390
1391
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1391
1392
|
export { default as SquareCode } from './square-code';
|
|
1392
|
-
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1393
1393
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1394
|
+
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1394
1395
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1395
1396
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1396
|
-
export { default as SquareDashed } from './square-dashed';
|
|
1397
1397
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1398
|
+
export { default as SquareDashed } from './square-dashed';
|
|
1398
1399
|
export { default as SquareDivide } from './square-divide';
|
|
1399
1400
|
export { default as SquareDot } from './square-dot';
|
|
1400
1401
|
export { default as SquareEqual } from './square-equal';
|
|
1401
|
-
export { default as SquareFunction } from './square-function';
|
|
1402
1402
|
export { default as SquareKanban } from './square-kanban';
|
|
1403
|
+
export { default as SquareFunction } from './square-function';
|
|
1403
1404
|
export { default as SquareLibrary } from './square-library';
|
|
1404
1405
|
export { default as SquareM } from './square-m';
|
|
1405
1406
|
export { default as SquareMenu } from './square-menu';
|
|
@@ -1422,10 +1423,10 @@ export { default as SquareSigma } from './square-sigma';
|
|
|
1422
1423
|
export { default as SquareSlash } from './square-slash';
|
|
1423
1424
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1424
1425
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1425
|
-
export { default as SquareStack } from './square-stack';
|
|
1426
1426
|
export { default as SquareSquare } from './square-square';
|
|
1427
|
-
export { default as
|
|
1427
|
+
export { default as SquareStack } from './square-stack';
|
|
1428
1428
|
export { default as SquareStop } from './square-stop';
|
|
1429
|
+
export { default as SquareStar } from './square-star';
|
|
1429
1430
|
export { default as SquareTerminal } from './square-terminal';
|
|
1430
1431
|
export { default as SquareUserRound } from './square-user-round';
|
|
1431
1432
|
export { default as SquareUser } from './square-user';
|
|
@@ -1435,12 +1436,12 @@ export { default as SquaresExclude } from './squares-exclude';
|
|
|
1435
1436
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1436
1437
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1437
1438
|
export { default as SquaresUnite } from './squares-unite';
|
|
1438
|
-
export { default as SquircleDashed } from './squircle-dashed';
|
|
1439
1439
|
export { default as Squircle } from './squircle';
|
|
1440
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1440
1441
|
export { default as Squirrel } from './squirrel';
|
|
1441
1442
|
export { default as Stamp } from './stamp';
|
|
1442
|
-
export { default as StarOff } from './star-off';
|
|
1443
1443
|
export { default as StarHalf } from './star-half';
|
|
1444
|
+
export { default as StarOff } from './star-off';
|
|
1444
1445
|
export { default as Star } from './star';
|
|
1445
1446
|
export { default as StepBack } from './step-back';
|
|
1446
1447
|
export { default as StepForward } from './step-forward';
|
|
@@ -1475,8 +1476,8 @@ export { default as TableOfContents } from './table-of-contents';
|
|
|
1475
1476
|
export { default as TableProperties } from './table-properties';
|
|
1476
1477
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1477
1478
|
export { default as Table } from './table';
|
|
1478
|
-
export { default as Tablet } from './tablet';
|
|
1479
1479
|
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1480
|
+
export { default as Tablet } from './tablet';
|
|
1480
1481
|
export { default as Tablets } from './tablets';
|
|
1481
1482
|
export { default as Tag } from './tag';
|
|
1482
1483
|
export { default as Tags } from './tags';
|
|
@@ -1487,22 +1488,22 @@ export { default as Tally4 } from './tally-4';
|
|
|
1487
1488
|
export { default as Tally5 } from './tally-5';
|
|
1488
1489
|
export { default as Tangent } from './tangent';
|
|
1489
1490
|
export { default as Target } from './target';
|
|
1490
|
-
export { default as TentTree } from './tent-tree';
|
|
1491
1491
|
export { default as Telescope } from './telescope';
|
|
1492
|
-
export { default as
|
|
1492
|
+
export { default as TentTree } from './tent-tree';
|
|
1493
1493
|
export { default as Tent } from './tent';
|
|
1494
|
+
export { default as Terminal } from './terminal';
|
|
1494
1495
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1495
1496
|
export { default as TestTube } from './test-tube';
|
|
1496
1497
|
export { default as TestTubes } from './test-tubes';
|
|
1497
1498
|
export { default as TextAlignCenter } from './text-align-center';
|
|
1498
|
-
export { default as TextAlignEnd } from './text-align-end';
|
|
1499
1499
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1500
|
+
export { default as TextAlignEnd } from './text-align-end';
|
|
1500
1501
|
export { default as TextAlignStart } from './text-align-start';
|
|
1501
1502
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1502
|
-
export { default as TextInitial } from './text-initial';
|
|
1503
1503
|
export { default as TextCursor } from './text-cursor';
|
|
1504
|
-
export { default as
|
|
1504
|
+
export { default as TextInitial } from './text-initial';
|
|
1505
1505
|
export { default as TextQuote } from './text-quote';
|
|
1506
|
+
export { default as TextSearch } from './text-search';
|
|
1506
1507
|
export { default as TextSelect } from './text-select';
|
|
1507
1508
|
export { default as TextWrap } from './text-wrap';
|
|
1508
1509
|
export { default as Theater } from './theater';
|
|
@@ -1525,8 +1526,8 @@ export { default as TimerReset } from './timer-reset';
|
|
|
1525
1526
|
export { default as Timer } from './timer';
|
|
1526
1527
|
export { default as ToggleLeft } from './toggle-left';
|
|
1527
1528
|
export { default as ToggleRight } from './toggle-right';
|
|
1528
|
-
export { default as ToolCase } from './tool-case';
|
|
1529
1529
|
export { default as Toilet } from './toilet';
|
|
1530
|
+
export { default as ToolCase } from './tool-case';
|
|
1530
1531
|
export { default as Toolbox } from './toolbox';
|
|
1531
1532
|
export { default as Tornado } from './tornado';
|
|
1532
1533
|
export { default as Torus } from './torus';
|
|
@@ -1541,8 +1542,8 @@ export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
|
1541
1542
|
export { default as TrainFront } from './train-front';
|
|
1542
1543
|
export { default as TrainTrack } from './train-track';
|
|
1543
1544
|
export { default as TramFront } from './tram-front';
|
|
1544
|
-
export { default as Trash2 } from './trash-2';
|
|
1545
1545
|
export { default as Transgender } from './transgender';
|
|
1546
|
+
export { default as Trash2 } from './trash-2';
|
|
1546
1547
|
export { default as Trash } from './trash';
|
|
1547
1548
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1548
1549
|
export { default as TreePalm } from './tree-palm';
|
|
@@ -1550,14 +1551,14 @@ export { default as TreePine } from './tree-pine';
|
|
|
1550
1551
|
export { default as Trees } from './trees';
|
|
1551
1552
|
export { default as TrendingDown } from './trending-down';
|
|
1552
1553
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
1553
|
-
export { default as TriangleAlert } from './triangle-alert';
|
|
1554
1554
|
export { default as TrendingUp } from './trending-up';
|
|
1555
|
+
export { default as TriangleAlert } from './triangle-alert';
|
|
1555
1556
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1556
1557
|
export { default as TriangleRight } from './triangle-right';
|
|
1557
1558
|
export { default as Triangle } from './triangle';
|
|
1558
1559
|
export { default as Trophy } from './trophy';
|
|
1559
|
-
export { default as Truck } from './truck';
|
|
1560
1560
|
export { default as TruckElectric } from './truck-electric';
|
|
1561
|
+
export { default as Truck } from './truck';
|
|
1561
1562
|
export { default as TurkishLira } from './turkish-lira';
|
|
1562
1563
|
export { default as Turntable } from './turntable';
|
|
1563
1564
|
export { default as Turtle } from './turtle';
|
|
@@ -1567,8 +1568,8 @@ export { default as Tv } from './tv';
|
|
|
1567
1568
|
export { default as TypeOutline } from './type-outline';
|
|
1568
1569
|
export { default as Type } from './type';
|
|
1569
1570
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
1570
|
-
export { default as Underline } from './underline';
|
|
1571
1571
|
export { default as Umbrella } from './umbrella';
|
|
1572
|
+
export { default as Underline } from './underline';
|
|
1572
1573
|
export { default as Undo2 } from './undo-2';
|
|
1573
1574
|
export { default as UndoDot } from './undo-dot';
|
|
1574
1575
|
export { default as Undo } from './undo';
|
|
@@ -1577,8 +1578,8 @@ export { default as UnfoldVertical } from './unfold-vertical';
|
|
|
1577
1578
|
export { default as Ungroup } from './ungroup';
|
|
1578
1579
|
export { default as University } from './university';
|
|
1579
1580
|
export { default as Unlink2 } from './unlink-2';
|
|
1580
|
-
export { default as Unlink } from './unlink';
|
|
1581
1581
|
export { default as Unplug } from './unplug';
|
|
1582
|
+
export { default as Unlink } from './unlink';
|
|
1582
1583
|
export { default as Upload } from './upload';
|
|
1583
1584
|
export { default as Usb } from './usb';
|
|
1584
1585
|
export { default as UserCheck } from './user-check';
|
|
@@ -1614,16 +1615,16 @@ export { default as Vegan } from './vegan';
|
|
|
1614
1615
|
export { default as VenetianMask } from './venetian-mask';
|
|
1615
1616
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1616
1617
|
export { default as Venus } from './venus';
|
|
1617
|
-
export { default as VideoOff } from './video-off';
|
|
1618
1618
|
export { default as VibrateOff } from './vibrate-off';
|
|
1619
1619
|
export { default as Vibrate } from './vibrate';
|
|
1620
|
+
export { default as VideoOff } from './video-off';
|
|
1620
1621
|
export { default as Video } from './video';
|
|
1621
1622
|
export { default as Videotape } from './videotape';
|
|
1622
1623
|
export { default as View } from './view';
|
|
1623
|
-
export { default as Volleyball } from './volleyball';
|
|
1624
1624
|
export { default as Voicemail } from './voicemail';
|
|
1625
|
-
export { default as
|
|
1625
|
+
export { default as Volleyball } from './volleyball';
|
|
1626
1626
|
export { default as Volume1 } from './volume-1';
|
|
1627
|
+
export { default as Volume2 } from './volume-2';
|
|
1627
1628
|
export { default as VolumeOff } from './volume-off';
|
|
1628
1629
|
export { default as VolumeX } from './volume-x';
|
|
1629
1630
|
export { default as Volume } from './volume';
|
|
@@ -1638,32 +1639,32 @@ export { default as Warehouse } from './warehouse';
|
|
|
1638
1639
|
export { default as WashingMachine } from './washing-machine';
|
|
1639
1640
|
export { default as Watch } from './watch';
|
|
1640
1641
|
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1641
|
-
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1642
1642
|
export { default as WavesLadder } from './waves-ladder';
|
|
1643
1643
|
export { default as Waves } from './waves';
|
|
1644
|
+
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1645
|
+
export { default as Webcam } from './webcam';
|
|
1644
1646
|
export { default as Waypoints } from './waypoints';
|
|
1645
1647
|
export { default as WebhookOff } from './webhook-off';
|
|
1646
|
-
export { default as Webcam } from './webcam';
|
|
1647
1648
|
export { default as Webhook } from './webhook';
|
|
1648
1649
|
export { default as WeightTilde } from './weight-tilde';
|
|
1649
1650
|
export { default as Weight } from './weight';
|
|
1650
1651
|
export { default as WheatOff } from './wheat-off';
|
|
1651
1652
|
export { default as Wheat } from './wheat';
|
|
1652
1653
|
export { default as WholeWord } from './whole-word';
|
|
1653
|
-
export { default as WifiHigh } from './wifi-high';
|
|
1654
1654
|
export { default as WifiCog } from './wifi-cog';
|
|
1655
|
+
export { default as WifiHigh } from './wifi-high';
|
|
1655
1656
|
export { default as WifiLow } from './wifi-low';
|
|
1656
|
-
export { default as WifiPen } from './wifi-pen';
|
|
1657
1657
|
export { default as WifiOff } from './wifi-off';
|
|
1658
|
+
export { default as WifiPen } from './wifi-pen';
|
|
1658
1659
|
export { default as WifiSync } from './wifi-sync';
|
|
1659
|
-
export { default as Wifi } from './wifi';
|
|
1660
1660
|
export { default as WifiZero } from './wifi-zero';
|
|
1661
|
+
export { default as Wifi } from './wifi';
|
|
1661
1662
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1662
1663
|
export { default as Wind } from './wind';
|
|
1663
1664
|
export { default as WineOff } from './wine-off';
|
|
1664
1665
|
export { default as Wine } from './wine';
|
|
1665
|
-
export { default as Worm } from './worm';
|
|
1666
1666
|
export { default as Workflow } from './workflow';
|
|
1667
|
+
export { default as Worm } from './worm';
|
|
1667
1668
|
export { default as Wrench } from './wrench';
|
|
1668
1669
|
export { default as XLineTop } from './x-line-top';
|
|
1669
1670
|
export { default as X } from './x';
|
|
@@ -1677,8 +1678,8 @@ export { default as ZodiacGemini } from './zodiac-gemini';
|
|
|
1677
1678
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1678
1679
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1679
1680
|
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1680
|
-
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1681
1681
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1682
|
+
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1682
1683
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1683
1684
|
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1684
1685
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|