@lucide/astro 1.0.0 → 1.0.1
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/LICENSE +7 -3
- package/README.md +2 -2
- package/package.json +1 -2
- package/src/aliases/aliases.ts +146 -152
- package/src/aliases/prefixed.ts +854 -894
- package/src/aliases/suffixed.ts +1187 -1227
- package/src/icons/index.ts +140 -158
- package/src/icons/chromium.ts +0 -18
- package/src/icons/codepen.ts +0 -18
- package/src/icons/codesandbox.ts +0 -18
- package/src/icons/dribbble.ts +0 -18
- package/src/icons/facebook.ts +0 -18
- package/src/icons/figma.ts +0 -18
- package/src/icons/framer.ts +0 -18
- package/src/icons/github.ts +0 -18
- package/src/icons/gitlab.ts +0 -18
- package/src/icons/instagram.ts +0 -18
- package/src/icons/linkedin.ts +0 -18
- package/src/icons/pocket.ts +0 -18
- package/src/icons/rail-symbol.ts +0 -18
- package/src/icons/slack.ts +0 -18
- package/src/icons/trello.ts +0 -18
- package/src/icons/twitch.ts +0 -18
- package/src/icons/twitter.ts +0 -18
- package/src/icons/youtube.ts +0 -18
package/src/icons/index.ts
CHANGED
|
@@ -19,20 +19,20 @@ export { default as AlignEndVertical } from './align-end-vertical';
|
|
|
19
19
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
20
20
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
21
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
22
|
-
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
23
22
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
|
+
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
24
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
25
25
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
26
26
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
|
+
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
27
28
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
28
29
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
29
|
-
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
30
30
|
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
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 AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
35
34
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
35
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
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';
|
|
@@ -40,8 +40,8 @@ export { default as Ampersands } from './ampersands';
|
|
|
40
40
|
export { default as Amphora } from './amphora';
|
|
41
41
|
export { default as Anchor } from './anchor';
|
|
42
42
|
export { default as Angry } from './angry';
|
|
43
|
-
export { default as Antenna } from './antenna';
|
|
44
43
|
export { default as Annoyed } from './annoyed';
|
|
44
|
+
export { default as Antenna } from './antenna';
|
|
45
45
|
export { default as Anvil } from './anvil';
|
|
46
46
|
export { default as Aperture } from './aperture';
|
|
47
47
|
export { default as AppWindowMac } from './app-window-mac';
|
|
@@ -64,22 +64,22 @@ export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
|
64
64
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
65
65
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
66
66
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
67
|
+
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
67
68
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
68
69
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
69
|
-
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
70
|
-
export { default as ArrowDownUp } from './arrow-down-up';
|
|
71
70
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
71
|
+
export { default as ArrowDownUp } from './arrow-down-up';
|
|
72
72
|
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';
|
|
76
77
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
77
78
|
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
|
-
export { default as ArrowRight } from './arrow-right';
|
|
82
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
82
|
+
export { default as ArrowRight } from './arrow-right';
|
|
83
83
|
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
84
84
|
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
85
85
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
@@ -95,11 +95,11 @@ export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
|
95
95
|
export { default as ArrowUp } from './arrow-up';
|
|
96
96
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
97
97
|
export { default as Asterisk } from './asterisk';
|
|
98
|
-
export { default as AtSign } from './at-sign';
|
|
99
98
|
export { default as Atom } from './atom';
|
|
99
|
+
export { default as AtSign } from './at-sign';
|
|
100
100
|
export { default as AudioLines } from './audio-lines';
|
|
101
|
-
export { default as AudioWaveform } from './audio-waveform';
|
|
102
101
|
export { default as Award } from './award';
|
|
102
|
+
export { default as AudioWaveform } from './audio-waveform';
|
|
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,20 +114,20 @@ 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';
|
|
117
118
|
export { default as BadgePlus } from './badge-plus';
|
|
118
119
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
119
|
-
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
120
120
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
121
121
|
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
122
122
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
123
123
|
export { default as BadgeX } from './badge-x';
|
|
124
|
-
export { default as BaggageClaim } from './baggage-claim';
|
|
125
124
|
export { default as Badge } from './badge';
|
|
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 Bandage } from './bandage';
|
|
130
129
|
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
130
|
+
export { default as Bandage } from './bandage';
|
|
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';
|
|
@@ -139,15 +139,15 @@ export { default as BatteryCharging } from './battery-charging';
|
|
|
139
139
|
export { default as BatteryFull } from './battery-full';
|
|
140
140
|
export { default as BatteryLow } from './battery-low';
|
|
141
141
|
export { default as BatteryMedium } from './battery-medium';
|
|
142
|
-
export { default as BatteryWarning } from './battery-warning';
|
|
143
142
|
export { default as BatteryPlus } from './battery-plus';
|
|
143
|
+
export { default as BatteryWarning } from './battery-warning';
|
|
144
144
|
export { default as Battery } from './battery';
|
|
145
145
|
export { default as Beaker } from './beaker';
|
|
146
|
-
export { default as Bean } from './bean';
|
|
147
146
|
export { default as BeanOff } from './bean-off';
|
|
147
|
+
export { default as Bean } from './bean';
|
|
148
148
|
export { default as BedDouble } from './bed-double';
|
|
149
|
-
export { default as Bed } from './bed';
|
|
150
149
|
export { default as BedSingle } from './bed-single';
|
|
150
|
+
export { default as Bed } from './bed';
|
|
151
151
|
export { default as Beef } from './beef';
|
|
152
152
|
export { default as BeerOff } from './beer-off';
|
|
153
153
|
export { default as Beer } from './beer';
|
|
@@ -161,13 +161,13 @@ export { default as Bell } from './bell';
|
|
|
161
161
|
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
162
162
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
163
163
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
164
|
-
export { default as BicepsFlexed } from './biceps-flexed';
|
|
165
164
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
165
|
+
export { default as BicepsFlexed } from './biceps-flexed';
|
|
166
166
|
export { default as Bike } from './bike';
|
|
167
167
|
export { default as Binary } from './binary';
|
|
168
168
|
export { default as Binoculars } from './binoculars';
|
|
169
|
-
export { default as Bird } from './bird';
|
|
170
169
|
export { default as Biohazard } from './biohazard';
|
|
170
|
+
export { default as Bird } from './bird';
|
|
171
171
|
export { default as Birdhouse } from './birdhouse';
|
|
172
172
|
export { default as Bitcoin } from './bitcoin';
|
|
173
173
|
export { default as Blend } from './blend';
|
|
@@ -182,30 +182,30 @@ 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 BookAlert } from './book-alert';
|
|
186
185
|
export { default as BookAudio } from './book-audio';
|
|
187
|
-
export { default as
|
|
186
|
+
export { default as BookAlert } from './book-alert';
|
|
188
187
|
export { default as BookCopy } from './book-copy';
|
|
189
188
|
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';
|
|
193
193
|
export { default as BookImage } from './book-image';
|
|
194
|
-
export { default as BookLock } from './book-lock';
|
|
195
194
|
export { default as BookKey } from './book-key';
|
|
195
|
+
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
|
-
export { default as BookOpenText } from './book-open-text';
|
|
199
198
|
export { default as BookOpenCheck } from './book-open-check';
|
|
200
199
|
export { default as BookOpen } from './book-open';
|
|
200
|
+
export { default as BookOpenText } from './book-open-text';
|
|
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 BookUser } from './book-user';
|
|
208
207
|
export { default as BookX } from './book-x';
|
|
208
|
+
export { default as BookUser } from './book-user';
|
|
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 BottleWine } from './bottle-wine';
|
|
220
219
|
export { default as BowArrow } from './bow-arrow';
|
|
220
|
+
export { default as BottleWine } from './bottle-wine';
|
|
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';
|
|
230
231
|
export { default as BrickWall } from './brick-wall';
|
|
231
232
|
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 CalendarArrowUp } from './calendar-arrow-up';
|
|
254
253
|
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
254
|
+
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
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';
|
|
@@ -259,11 +259,11 @@ export { default as CalendarDays } from './calendar-days';
|
|
|
259
259
|
export { default as CalendarFold } from './calendar-fold';
|
|
260
260
|
export { default as CalendarHeart } from './calendar-heart';
|
|
261
261
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
262
|
-
export { default as CalendarOff } from './calendar-off';
|
|
263
262
|
export { default as CalendarMinus } from './calendar-minus';
|
|
263
|
+
export { default as CalendarOff } from './calendar-off';
|
|
264
264
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
265
|
-
export { default as CalendarPlus } from './calendar-plus';
|
|
266
265
|
export { default as CalendarRange } from './calendar-range';
|
|
266
|
+
export { default as CalendarPlus } from './calendar-plus';
|
|
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,17 +273,17 @@ 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 CandyOff } from './candy-off';
|
|
277
276
|
export { default as Candy } from './candy';
|
|
277
|
+
export { default as CandyOff } from './candy-off';
|
|
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';
|
|
284
285
|
export { default as Car } from './car';
|
|
285
286
|
export { default as CardSim } from './card-sim';
|
|
286
|
-
export { default as Caravan } from './caravan';
|
|
287
287
|
export { default as Carrot } from './carrot';
|
|
288
288
|
export { default as CaseLower } from './case-lower';
|
|
289
289
|
export { default as CaseSensitive } from './case-sensitive';
|
|
@@ -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 ChartColumnDecreasing } from './chart-column-decreasing';
|
|
305
304
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
305
|
+
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
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,11 +314,11 @@ 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 ChartPie } from './chart-pie';
|
|
318
317
|
export { default as ChartScatter } from './chart-scatter';
|
|
318
|
+
export { default as ChartPie } from './chart-pie';
|
|
319
319
|
export { default as ChartSpline } from './chart-spline';
|
|
320
|
-
export { default as CheckLine } from './check-line';
|
|
321
320
|
export { default as CheckCheck } from './check-check';
|
|
321
|
+
export { default as CheckLine } from './check-line';
|
|
322
322
|
export { default as Check } from './check';
|
|
323
323
|
export { default as ChefHat } from './chef-hat';
|
|
324
324
|
export { default as Cherry } from './cherry';
|
|
@@ -329,8 +329,8 @@ 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';
|
|
331
331
|
export { default as ChevronDown } from './chevron-down';
|
|
332
|
-
export { default as ChevronLast } from './chevron-last';
|
|
333
332
|
export { default as ChevronFirst } from './chevron-first';
|
|
333
|
+
export { default as ChevronLast } from './chevron-last';
|
|
334
334
|
export { default as ChevronLeft } from './chevron-left';
|
|
335
335
|
export { default as ChevronRight } from './chevron-right';
|
|
336
336
|
export { default as ChevronUp } from './chevron-up';
|
|
@@ -343,7 +343,6 @@ export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
|
343
343
|
export { default as ChevronsRight } from './chevrons-right';
|
|
344
344
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
345
345
|
export { default as ChevronsUp } from './chevrons-up';
|
|
346
|
-
export { default as Chromium } from './chromium';
|
|
347
346
|
export { default as Church } from './church';
|
|
348
347
|
export { default as CigaretteOff } from './cigarette-off';
|
|
349
348
|
export { default as Cigarette } from './cigarette';
|
|
@@ -371,8 +370,8 @@ export { default as CircleEllipsis } from './circle-ellipsis';
|
|
|
371
370
|
export { default as CircleEqual } from './circle-equal';
|
|
372
371
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
373
372
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
374
|
-
export { default as CircleGauge } from './circle-gauge';
|
|
375
373
|
export { default as CircleMinus } from './circle-minus';
|
|
374
|
+
export { default as CircleGauge } from './circle-gauge';
|
|
376
375
|
export { default as CircleOff } from './circle-off';
|
|
377
376
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
378
377
|
export { default as CircleParking } from './circle-parking';
|
|
@@ -397,8 +396,8 @@ export { default as CircuitBoard } from './circuit-board';
|
|
|
397
396
|
export { default as Citrus } from './citrus';
|
|
398
397
|
export { default as Clapperboard } from './clapperboard';
|
|
399
398
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
400
|
-
export { default as ClipboardClock } from './clipboard-clock';
|
|
401
399
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
400
|
+
export { default as ClipboardClock } from './clipboard-clock';
|
|
402
401
|
export { default as ClipboardList } from './clipboard-list';
|
|
403
402
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
404
403
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
@@ -446,22 +445,20 @@ export { default as CloudSnow } from './cloud-snow';
|
|
|
446
445
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
447
446
|
export { default as CloudSun } from './cloud-sun';
|
|
448
447
|
export { default as CloudSync } from './cloud-sync';
|
|
449
|
-
export { default as CloudUpload } from './cloud-upload';
|
|
450
448
|
export { default as Cloud } from './cloud';
|
|
449
|
+
export { default as CloudUpload } from './cloud-upload';
|
|
451
450
|
export { default as Cloudy } from './cloudy';
|
|
452
451
|
export { default as Clover } from './clover';
|
|
453
452
|
export { default as Club } from './club';
|
|
454
453
|
export { default as CodeXml } from './code-xml';
|
|
455
454
|
export { default as Code } from './code';
|
|
456
|
-
export { default as Codepen } from './codepen';
|
|
457
|
-
export { default as Codesandbox } from './codesandbox';
|
|
458
455
|
export { default as Coffee } from './coffee';
|
|
459
456
|
export { default as Cog } from './cog';
|
|
460
457
|
export { default as Coins } from './coins';
|
|
461
458
|
export { default as Columns2 } from './columns-2';
|
|
462
459
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
463
|
-
export { default as Columns4 } from './columns-4';
|
|
464
460
|
export { default as Columns3 } from './columns-3';
|
|
461
|
+
export { default as Columns4 } from './columns-4';
|
|
465
462
|
export { default as Combine } from './combine';
|
|
466
463
|
export { default as Command } from './command';
|
|
467
464
|
export { default as Compass } from './compass';
|
|
@@ -544,26 +541,25 @@ export { default as Dot } from './dot';
|
|
|
544
541
|
export { default as Download } from './download';
|
|
545
542
|
export { default as DraftingCompass } from './drafting-compass';
|
|
546
543
|
export { default as Drama } from './drama';
|
|
547
|
-
export { default as Dribbble } from './dribbble';
|
|
548
544
|
export { default as Drill } from './drill';
|
|
549
545
|
export { default as Drone } from './drone';
|
|
550
546
|
export { default as DropletOff } from './droplet-off';
|
|
551
|
-
export { default as Droplet } from './droplet';
|
|
552
547
|
export { default as Droplets } from './droplets';
|
|
548
|
+
export { default as Droplet } from './droplet';
|
|
553
549
|
export { default as Drum } from './drum';
|
|
554
550
|
export { default as Drumstick } from './drumstick';
|
|
555
551
|
export { default as Dumbbell } from './dumbbell';
|
|
556
552
|
export { default as EarOff } from './ear-off';
|
|
557
553
|
export { default as Ear } from './ear';
|
|
558
554
|
export { default as EarthLock } from './earth-lock';
|
|
559
|
-
export { default as Earth } from './earth';
|
|
560
555
|
export { default as Eclipse } from './eclipse';
|
|
556
|
+
export { default as Earth } from './earth';
|
|
561
557
|
export { default as EggFried } from './egg-fried';
|
|
562
|
-
export { default as EggOff } from './egg-off';
|
|
563
558
|
export { default as Egg } from './egg';
|
|
559
|
+
export { default as EggOff } from './egg-off';
|
|
564
560
|
export { default as Ellipse } from './ellipse';
|
|
565
|
-
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
566
561
|
export { default as Ellipsis } from './ellipsis';
|
|
562
|
+
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
567
563
|
export { default as EqualApproximately } from './equal-approximately';
|
|
568
564
|
export { default as EqualNot } from './equal-not';
|
|
569
565
|
export { default as Equal } from './equal';
|
|
@@ -576,22 +572,20 @@ export { default as ExternalLink } from './external-link';
|
|
|
576
572
|
export { default as EyeClosed } from './eye-closed';
|
|
577
573
|
export { default as EyeOff } from './eye-off';
|
|
578
574
|
export { default as Eye } from './eye';
|
|
579
|
-
export { default as Facebook } from './facebook';
|
|
580
575
|
export { default as Factory } from './factory';
|
|
581
576
|
export { default as Fan } from './fan';
|
|
582
577
|
export { default as FastForward } from './fast-forward';
|
|
583
578
|
export { default as Feather } from './feather';
|
|
584
579
|
export { default as Fence } from './fence';
|
|
585
580
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
586
|
-
export { default as Figma } from './figma';
|
|
587
581
|
export { default as FileArchive } from './file-archive';
|
|
588
|
-
export { default as FileAxis3d } from './file-axis-3d';
|
|
589
|
-
export { default as FileBadge } from './file-badge';
|
|
590
582
|
export { default as FileBox } from './file-box';
|
|
583
|
+
export { default as FileAxis3d } from './file-axis-3d';
|
|
591
584
|
export { default as FileBracesCorner } from './file-braces-corner';
|
|
585
|
+
export { default as FileBadge } from './file-badge';
|
|
592
586
|
export { default as FileBraces } from './file-braces';
|
|
593
|
-
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
594
587
|
export { default as FileChartColumn } from './file-chart-column';
|
|
588
|
+
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
595
589
|
export { default as FileChartLine } from './file-chart-line';
|
|
596
590
|
export { default as FileChartPie } from './file-chart-pie';
|
|
597
591
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
@@ -603,16 +597,16 @@ export { default as FileCog } from './file-cog';
|
|
|
603
597
|
export { default as FileDiff } from './file-diff';
|
|
604
598
|
export { default as FileDigit } from './file-digit';
|
|
605
599
|
export { default as FileDown } from './file-down';
|
|
606
|
-
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
607
600
|
export { default as FileHeadphone } from './file-headphone';
|
|
601
|
+
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
608
602
|
export { default as FileHeart } from './file-heart';
|
|
609
603
|
export { default as FileImage } from './file-image';
|
|
610
604
|
export { default as FileInput } from './file-input';
|
|
611
605
|
export { default as FileKey } from './file-key';
|
|
612
606
|
export { default as FileLock } from './file-lock';
|
|
613
607
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
614
|
-
export { default as FileMinus } from './file-minus';
|
|
615
608
|
export { default as FileMusic } from './file-music';
|
|
609
|
+
export { default as FileMinus } from './file-minus';
|
|
616
610
|
export { default as FileOutput } from './file-output';
|
|
617
611
|
export { default as FilePenLine } from './file-pen-line';
|
|
618
612
|
export { default as FilePen } from './file-pen';
|
|
@@ -622,8 +616,8 @@ export { default as FilePlus } from './file-plus';
|
|
|
622
616
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
623
617
|
export { default as FileScan } from './file-scan';
|
|
624
618
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
625
|
-
export { default as FileSearch } from './file-search';
|
|
626
619
|
export { default as FileSignal } from './file-signal';
|
|
620
|
+
export { default as FileSearch } from './file-search';
|
|
627
621
|
export { default as FileSliders } from './file-sliders';
|
|
628
622
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
629
623
|
export { default as FileStack } from './file-stack';
|
|
@@ -637,8 +631,8 @@ export { default as FileUser } from './file-user';
|
|
|
637
631
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
638
632
|
export { default as FileVolume } from './file-volume';
|
|
639
633
|
export { default as FileXCorner } from './file-x-corner';
|
|
640
|
-
export { default as FileX } from './file-x';
|
|
641
634
|
export { default as File } from './file';
|
|
635
|
+
export { default as FileX } from './file-x';
|
|
642
636
|
export { default as Files } from './files';
|
|
643
637
|
export { default as Film } from './film';
|
|
644
638
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
@@ -659,21 +653,21 @@ export { default as Flashlight } from './flashlight';
|
|
|
659
653
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
660
654
|
export { default as FlaskConical } from './flask-conical';
|
|
661
655
|
export { default as FlaskRound } from './flask-round';
|
|
662
|
-
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
663
656
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
664
657
|
export { default as Flower2 } from './flower-2';
|
|
658
|
+
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
665
659
|
export { default as Flower } from './flower';
|
|
666
660
|
export { default as Focus } from './focus';
|
|
667
|
-
export { default as FoldVertical } from './fold-vertical';
|
|
668
661
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
662
|
+
export { default as FoldVertical } from './fold-vertical';
|
|
669
663
|
export { default as FolderArchive } from './folder-archive';
|
|
670
664
|
export { default as FolderCheck } from './folder-check';
|
|
671
665
|
export { default as FolderClock } from './folder-clock';
|
|
672
666
|
export { default as FolderClosed } from './folder-closed';
|
|
673
667
|
export { default as FolderCode } from './folder-code';
|
|
674
668
|
export { default as FolderCog } from './folder-cog';
|
|
675
|
-
export { default as FolderDot } from './folder-dot';
|
|
676
669
|
export { default as FolderDown } from './folder-down';
|
|
670
|
+
export { default as FolderDot } from './folder-dot';
|
|
677
671
|
export { default as FolderGit2 } from './folder-git-2';
|
|
678
672
|
export { default as FolderGit } from './folder-git';
|
|
679
673
|
export { default as FolderHeart } from './folder-heart';
|
|
@@ -688,8 +682,8 @@ export { default as FolderOutput } from './folder-output';
|
|
|
688
682
|
export { default as FolderPen } from './folder-pen';
|
|
689
683
|
export { default as FolderPlus } from './folder-plus';
|
|
690
684
|
export { default as FolderRoot } from './folder-root';
|
|
691
|
-
export { default as FolderSearch } from './folder-search';
|
|
692
685
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
686
|
+
export { default as FolderSearch } from './folder-search';
|
|
693
687
|
export { default as FolderSymlink } from './folder-symlink';
|
|
694
688
|
export { default as FolderSync } from './folder-sync';
|
|
695
689
|
export { default as FolderTree } from './folder-tree';
|
|
@@ -702,10 +696,9 @@ export { default as Forklift } from './forklift';
|
|
|
702
696
|
export { default as Form } from './form';
|
|
703
697
|
export { default as Forward } from './forward';
|
|
704
698
|
export { default as Frame } from './frame';
|
|
705
|
-
export { default as Framer } from './framer';
|
|
706
699
|
export { default as Frown } from './frown';
|
|
707
|
-
export { default as Fuel } from './fuel';
|
|
708
700
|
export { default as Fullscreen } from './fullscreen';
|
|
701
|
+
export { default as Fuel } from './fuel';
|
|
709
702
|
export { default as FunnelPlus } from './funnel-plus';
|
|
710
703
|
export { default as FunnelX } from './funnel-x';
|
|
711
704
|
export { default as Funnel } from './funnel';
|
|
@@ -720,28 +713,26 @@ export { default as Gamepad } from './gamepad';
|
|
|
720
713
|
export { default as Gauge } from './gauge';
|
|
721
714
|
export { default as Gavel } from './gavel';
|
|
722
715
|
export { default as Gem } from './gem';
|
|
723
|
-
export { default as GeorgianLari } from './georgian-lari';
|
|
724
716
|
export { default as Ghost } from './ghost';
|
|
717
|
+
export { default as GeorgianLari } from './georgian-lari';
|
|
725
718
|
export { default as Gift } from './gift';
|
|
726
719
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
727
720
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
728
721
|
export { default as GitBranch } from './git-branch';
|
|
729
|
-
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
730
722
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
731
|
-
export { default as
|
|
723
|
+
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
732
724
|
export { default as GitCompare } from './git-compare';
|
|
725
|
+
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
733
726
|
export { default as GitFork } from './git-fork';
|
|
734
727
|
export { default as GitGraph } from './git-graph';
|
|
735
728
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
736
729
|
export { default as GitMerge } from './git-merge';
|
|
737
|
-
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
738
730
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
739
|
-
export { default as
|
|
731
|
+
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
740
732
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
733
|
+
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
741
734
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
742
735
|
export { default as GitPullRequest } from './git-pull-request';
|
|
743
|
-
export { default as Github } from './github';
|
|
744
|
-
export { default as Gitlab } from './gitlab';
|
|
745
736
|
export { default as GlassWater } from './glass-water';
|
|
746
737
|
export { default as Glasses } from './glasses';
|
|
747
738
|
export { default as GlobeLock } from './globe-lock';
|
|
@@ -767,8 +758,8 @@ export { default as Ham } from './ham';
|
|
|
767
758
|
export { default as Hamburger } from './hamburger';
|
|
768
759
|
export { default as Hammer } from './hammer';
|
|
769
760
|
export { default as HandCoins } from './hand-coins';
|
|
770
|
-
export { default as HandFist } from './hand-fist';
|
|
771
761
|
export { default as HandGrab } from './hand-grab';
|
|
762
|
+
export { default as HandFist } from './hand-fist';
|
|
772
763
|
export { default as HandHeart } from './hand-heart';
|
|
773
764
|
export { default as HandHelping } from './hand-helping';
|
|
774
765
|
export { default as HandMetal } from './hand-metal';
|
|
@@ -783,33 +774,33 @@ export { default as HardHat } from './hard-hat';
|
|
|
783
774
|
export { default as Hash } from './hash';
|
|
784
775
|
export { default as HatGlasses } from './hat-glasses';
|
|
785
776
|
export { default as Haze } from './haze';
|
|
786
|
-
export { default as Hd } from './hd';
|
|
787
777
|
export { default as HdmiPort } from './hdmi-port';
|
|
778
|
+
export { default as Hd } from './hd';
|
|
788
779
|
export { default as Heading1 } from './heading-1';
|
|
789
|
-
export { default as Heading2 } from './heading-2';
|
|
790
780
|
export { default as Heading3 } from './heading-3';
|
|
791
781
|
export { default as Heading4 } from './heading-4';
|
|
782
|
+
export { default as Heading2 } from './heading-2';
|
|
792
783
|
export { default as Heading5 } from './heading-5';
|
|
793
784
|
export { default as Heading6 } from './heading-6';
|
|
794
785
|
export { default as Heading } from './heading';
|
|
795
786
|
export { default as HeadphoneOff } from './headphone-off';
|
|
796
787
|
export { default as Headphones } from './headphones';
|
|
797
788
|
export { default as Headset } from './headset';
|
|
798
|
-
export { default as HeartCrack } from './heart-crack';
|
|
799
789
|
export { default as HeartHandshake } from './heart-handshake';
|
|
790
|
+
export { default as HeartCrack } from './heart-crack';
|
|
800
791
|
export { default as HeartMinus } from './heart-minus';
|
|
801
792
|
export { default as HeartOff } from './heart-off';
|
|
802
793
|
export { default as HeartPlus } from './heart-plus';
|
|
803
794
|
export { default as HeartPulse } from './heart-pulse';
|
|
804
795
|
export { default as Heart } from './heart';
|
|
805
|
-
export { default as Heater } from './heater';
|
|
806
796
|
export { default as Helicopter } from './helicopter';
|
|
797
|
+
export { default as Heater } from './heater';
|
|
807
798
|
export { default as Hexagon } from './hexagon';
|
|
808
799
|
export { default as Highlighter } from './highlighter';
|
|
809
800
|
export { default as History } from './history';
|
|
810
801
|
export { default as HopOff } from './hop-off';
|
|
811
|
-
export { default as Hop } from './hop';
|
|
812
802
|
export { default as Hospital } from './hospital';
|
|
803
|
+
export { default as Hop } from './hop';
|
|
813
804
|
export { default as Hotel } from './hotel';
|
|
814
805
|
export { default as Hourglass } from './hourglass';
|
|
815
806
|
export { default as HouseHeart } from './house-heart';
|
|
@@ -824,10 +815,10 @@ export { default as IdCard } from './id-card';
|
|
|
824
815
|
export { default as ImageDown } from './image-down';
|
|
825
816
|
export { default as ImageMinus } from './image-minus';
|
|
826
817
|
export { default as ImageOff } from './image-off';
|
|
827
|
-
export { default as ImagePlay } from './image-play';
|
|
828
818
|
export { default as ImagePlus } from './image-plus';
|
|
829
|
-
export { default as
|
|
819
|
+
export { default as ImagePlay } from './image-play';
|
|
830
820
|
export { default as ImageUpscale } from './image-upscale';
|
|
821
|
+
export { default as ImageUp } from './image-up';
|
|
831
822
|
export { default as Image } from './image';
|
|
832
823
|
export { default as Images } from './images';
|
|
833
824
|
export { default as Import } from './import';
|
|
@@ -836,7 +827,6 @@ export { default as IndianRupee } from './indian-rupee';
|
|
|
836
827
|
export { default as Infinity } from './infinity';
|
|
837
828
|
export { default as Info } from './info';
|
|
838
829
|
export { default as InspectionPanel } from './inspection-panel';
|
|
839
|
-
export { default as Instagram } from './instagram';
|
|
840
830
|
export { default as Italic } from './italic';
|
|
841
831
|
export { default as IterationCcw } from './iteration-ccw';
|
|
842
832
|
export { default as IterationCw } from './iteration-cw';
|
|
@@ -858,39 +848,38 @@ export { default as LampWallUp } from './lamp-wall-up';
|
|
|
858
848
|
export { default as Lamp } from './lamp';
|
|
859
849
|
export { default as LandPlot } from './land-plot';
|
|
860
850
|
export { default as Landmark } from './landmark';
|
|
861
|
-
export { default as Languages } from './languages';
|
|
862
851
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
852
|
+
export { default as Languages } from './languages';
|
|
863
853
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
864
854
|
export { default as Laptop } from './laptop';
|
|
865
855
|
export { default as LassoSelect } from './lasso-select';
|
|
866
|
-
export { default as Laugh } from './laugh';
|
|
867
856
|
export { default as Lasso } from './lasso';
|
|
857
|
+
export { default as Laugh } from './laugh';
|
|
868
858
|
export { default as Layers2 } from './layers-2';
|
|
869
859
|
export { default as LayersPlus } from './layers-plus';
|
|
870
860
|
export { default as Layers } from './layers';
|
|
871
|
-
export { default as LayoutDashboard } from './layout-dashboard';
|
|
872
861
|
export { default as LayoutGrid } from './layout-grid';
|
|
862
|
+
export { default as LayoutDashboard } from './layout-dashboard';
|
|
873
863
|
export { default as LayoutList } from './layout-list';
|
|
874
864
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
875
865
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
876
866
|
export { default as LayoutTemplate } from './layout-template';
|
|
877
867
|
export { default as Leaf } from './leaf';
|
|
878
868
|
export { default as LeafyGreen } from './leafy-green';
|
|
879
|
-
export { default as Lectern } from './lectern';
|
|
880
869
|
export { default as LensConcave } from './lens-concave';
|
|
870
|
+
export { default as Lectern } from './lectern';
|
|
881
871
|
export { default as LensConvex } from './lens-convex';
|
|
882
872
|
export { default as LibraryBig } from './library-big';
|
|
883
873
|
export { default as Library } from './library';
|
|
884
874
|
export { default as LifeBuoy } from './life-buoy';
|
|
885
|
-
export { default as LightbulbOff } from './lightbulb-off';
|
|
886
875
|
export { default as Ligature } from './ligature';
|
|
876
|
+
export { default as LightbulbOff } from './lightbulb-off';
|
|
887
877
|
export { default as Lightbulb } from './lightbulb';
|
|
888
878
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
889
879
|
export { default as LineSquiggle } from './line-squiggle';
|
|
890
880
|
export { default as Link2Off } from './link-2-off';
|
|
891
|
-
export { default as Link2 } from './link-2';
|
|
892
|
-
export { default as Linkedin } from './linkedin';
|
|
893
881
|
export { default as Link } from './link';
|
|
882
|
+
export { default as Link2 } from './link-2';
|
|
894
883
|
export { default as ListCheck } from './list-check';
|
|
895
884
|
export { default as ListChecks } from './list-checks';
|
|
896
885
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
@@ -898,9 +887,9 @@ export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
|
898
887
|
export { default as ListCollapse } from './list-collapse';
|
|
899
888
|
export { default as ListEnd } from './list-end';
|
|
900
889
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
890
|
+
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
901
891
|
export { default as ListFilter } from './list-filter';
|
|
902
892
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
903
|
-
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
904
893
|
export { default as ListMinus } from './list-minus';
|
|
905
894
|
export { default as ListMusic } from './list-music';
|
|
906
895
|
export { default as ListOrdered } from './list-ordered';
|
|
@@ -931,8 +920,8 @@ export { default as Magnet } from './magnet';
|
|
|
931
920
|
export { default as MailCheck } from './mail-check';
|
|
932
921
|
export { default as MailMinus } from './mail-minus';
|
|
933
922
|
export { default as MailOpen } from './mail-open';
|
|
934
|
-
export { default as MailQuestionMark } from './mail-question-mark';
|
|
935
923
|
export { default as MailPlus } from './mail-plus';
|
|
924
|
+
export { default as MailQuestionMark } from './mail-question-mark';
|
|
936
925
|
export { default as MailSearch } from './mail-search';
|
|
937
926
|
export { default as MailWarning } from './mail-warning';
|
|
938
927
|
export { default as MailX } from './mail-x';
|
|
@@ -940,10 +929,10 @@ export { default as Mail } from './mail';
|
|
|
940
929
|
export { default as Mailbox } from './mailbox';
|
|
941
930
|
export { default as Mails } from './mails';
|
|
942
931
|
export { default as MapMinus } from './map-minus';
|
|
943
|
-
export { default as MapPinCheck } from './map-pin-check';
|
|
944
932
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
945
|
-
export { default as
|
|
933
|
+
export { default as MapPinCheck } from './map-pin-check';
|
|
946
934
|
export { default as MapPinHouse } from './map-pin-house';
|
|
935
|
+
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
947
936
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
948
937
|
export { default as MapPinOff } from './map-pin-off';
|
|
949
938
|
export { default as MapPinPen } from './map-pin-pen';
|
|
@@ -964,12 +953,12 @@ export { default as Medal } from './medal';
|
|
|
964
953
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
965
954
|
export { default as Megaphone } from './megaphone';
|
|
966
955
|
export { default as Meh } from './meh';
|
|
967
|
-
export { default as MemoryStick } from './memory-stick';
|
|
968
956
|
export { default as Menu } from './menu';
|
|
957
|
+
export { default as MemoryStick } from './memory-stick';
|
|
969
958
|
export { default as Merge } from './merge';
|
|
970
959
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
971
|
-
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
972
960
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
961
|
+
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
973
962
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
974
963
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
975
964
|
export { default as MessageCircleOff } from './message-circle-off';
|
|
@@ -999,16 +988,16 @@ export { default as MessageSquare } from './message-square';
|
|
|
999
988
|
export { default as MessagesSquare } from './messages-square';
|
|
1000
989
|
export { default as Metronome } from './metronome';
|
|
1001
990
|
export { default as MicOff } from './mic-off';
|
|
1002
|
-
export { default as Mic } from './mic';
|
|
1003
991
|
export { default as MicVocal } from './mic-vocal';
|
|
992
|
+
export { default as Mic } from './mic';
|
|
1004
993
|
export { default as Microchip } from './microchip';
|
|
1005
994
|
export { default as Microscope } from './microscope';
|
|
1006
995
|
export { default as Microwave } from './microwave';
|
|
1007
|
-
export { default as Milestone } from './milestone';
|
|
1008
996
|
export { default as MilkOff } from './milk-off';
|
|
997
|
+
export { default as Milestone } from './milestone';
|
|
1009
998
|
export { default as Milk } from './milk';
|
|
1010
|
-
export { default as Minimize2 } from './minimize-2';
|
|
1011
999
|
export { default as Minimize } from './minimize';
|
|
1000
|
+
export { default as Minimize2 } from './minimize-2';
|
|
1012
1001
|
export { default as Minus } from './minus';
|
|
1013
1002
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1014
1003
|
export { default as MirrorRound } from './mirror-round';
|
|
@@ -1025,8 +1014,8 @@ export { default as MonitorSpeaker } from './monitor-speaker';
|
|
|
1025
1014
|
export { default as MonitorStop } from './monitor-stop';
|
|
1026
1015
|
export { default as MonitorUp } from './monitor-up';
|
|
1027
1016
|
export { default as MonitorX } from './monitor-x';
|
|
1028
|
-
export { default as MoonStar } from './moon-star';
|
|
1029
1017
|
export { default as Monitor } from './monitor';
|
|
1018
|
+
export { default as MoonStar } from './moon-star';
|
|
1030
1019
|
export { default as Moon } from './moon';
|
|
1031
1020
|
export { default as Motorbike } from './motorbike';
|
|
1032
1021
|
export { default as MountainSnow } from './mountain-snow';
|
|
@@ -1040,8 +1029,8 @@ export { default as MousePointerClick } from './mouse-pointer-click';
|
|
|
1040
1029
|
export { default as MousePointer } from './mouse-pointer';
|
|
1041
1030
|
export { default as MouseRight } from './mouse-right';
|
|
1042
1031
|
export { default as Mouse } from './mouse';
|
|
1043
|
-
export { default as Move3d } from './move-3d';
|
|
1044
1032
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1033
|
+
export { default as Move3d } from './move-3d';
|
|
1045
1034
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1046
1035
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1047
1036
|
export { default as MoveDownRight } from './move-down-right';
|
|
@@ -1053,8 +1042,8 @@ export { default as MoveUpLeft } from './move-up-left';
|
|
|
1053
1042
|
export { default as MoveUpRight } from './move-up-right';
|
|
1054
1043
|
export { default as MoveUp } from './move-up';
|
|
1055
1044
|
export { default as MoveVertical } from './move-vertical';
|
|
1056
|
-
export { default as Move } from './move';
|
|
1057
1045
|
export { default as Music2 } from './music-2';
|
|
1046
|
+
export { default as Move } from './move';
|
|
1058
1047
|
export { default as Music3 } from './music-3';
|
|
1059
1048
|
export { default as Music4 } from './music-4';
|
|
1060
1049
|
export { default as Music } from './music';
|
|
@@ -1062,8 +1051,8 @@ export { default as Navigation2Off } from './navigation-2-off';
|
|
|
1062
1051
|
export { default as Navigation2 } from './navigation-2';
|
|
1063
1052
|
export { default as NavigationOff } from './navigation-off';
|
|
1064
1053
|
export { default as Navigation } from './navigation';
|
|
1065
|
-
export { default as Network } from './network';
|
|
1066
1054
|
export { default as Newspaper } from './newspaper';
|
|
1055
|
+
export { default as Network } from './network';
|
|
1067
1056
|
export { default as Nfc } from './nfc';
|
|
1068
1057
|
export { default as NonBinary } from './non-binary';
|
|
1069
1058
|
export { default as NotebookPen } from './notebook-pen';
|
|
@@ -1071,19 +1060,19 @@ export { default as NotebookTabs } from './notebook-tabs';
|
|
|
1071
1060
|
export { default as NotebookText } from './notebook-text';
|
|
1072
1061
|
export { default as Notebook } from './notebook';
|
|
1073
1062
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1074
|
-
export { default as NutOff } from './nut-off';
|
|
1075
1063
|
export { default as NotepadText } from './notepad-text';
|
|
1064
|
+
export { default as NutOff } from './nut-off';
|
|
1076
1065
|
export { default as Nut } from './nut';
|
|
1077
1066
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1078
|
-
export { default as OctagonMinus } from './octagon-minus';
|
|
1079
1067
|
export { default as OctagonPause } from './octagon-pause';
|
|
1068
|
+
export { default as OctagonMinus } from './octagon-minus';
|
|
1080
1069
|
export { default as OctagonX } from './octagon-x';
|
|
1081
1070
|
export { default as Octagon } from './octagon';
|
|
1082
1071
|
export { default as Omega } from './omega';
|
|
1083
1072
|
export { default as Option } from './option';
|
|
1084
1073
|
export { default as Orbit } from './orbit';
|
|
1085
|
-
export { default as Origami } from './origami';
|
|
1086
1074
|
export { default as Package2 } from './package-2';
|
|
1075
|
+
export { default as Origami } from './origami';
|
|
1087
1076
|
export { default as PackageCheck } from './package-check';
|
|
1088
1077
|
export { default as PackageMinus } from './package-minus';
|
|
1089
1078
|
export { default as PackageOpen } from './package-open';
|
|
@@ -1126,18 +1115,18 @@ export { default as Pause } from './pause';
|
|
|
1126
1115
|
export { default as PawPrint } from './paw-print';
|
|
1127
1116
|
export { default as PcCase } from './pc-case';
|
|
1128
1117
|
export { default as PenLine } from './pen-line';
|
|
1129
|
-
export { default as PenTool } from './pen-tool';
|
|
1130
1118
|
export { default as PenOff } from './pen-off';
|
|
1119
|
+
export { default as PenTool } from './pen-tool';
|
|
1131
1120
|
export { default as Pen } from './pen';
|
|
1121
|
+
export { default as PencilLine } from './pencil-line';
|
|
1132
1122
|
export { default as PencilOff } from './pencil-off';
|
|
1133
1123
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1134
|
-
export { default as PencilLine } from './pencil-line';
|
|
1135
1124
|
export { default as Pencil } from './pencil';
|
|
1136
1125
|
export { default as Pentagon } from './pentagon';
|
|
1137
1126
|
export { default as Percent } from './percent';
|
|
1127
|
+
export { default as PersonStanding } from './person-standing';
|
|
1138
1128
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1139
1129
|
export { default as PhoneCall } from './phone-call';
|
|
1140
|
-
export { default as PersonStanding } from './person-standing';
|
|
1141
1130
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1142
1131
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1143
1132
|
export { default as PhoneMissed } from './phone-missed';
|
|
@@ -1147,8 +1136,8 @@ export { default as Phone } from './phone';
|
|
|
1147
1136
|
export { default as Pi } from './pi';
|
|
1148
1137
|
export { default as Piano } from './piano';
|
|
1149
1138
|
export { default as Pickaxe } from './pickaxe';
|
|
1150
|
-
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1151
1139
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1140
|
+
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1152
1141
|
export { default as PiggyBank } from './piggy-bank';
|
|
1153
1142
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1154
1143
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
@@ -1156,29 +1145,28 @@ export { default as Pilcrow } from './pilcrow';
|
|
|
1156
1145
|
export { default as PillBottle } from './pill-bottle';
|
|
1157
1146
|
export { default as Pill } from './pill';
|
|
1158
1147
|
export { default as PinOff } from './pin-off';
|
|
1159
|
-
export { default as Pipette } from './pipette';
|
|
1160
1148
|
export { default as Pin } from './pin';
|
|
1149
|
+
export { default as Pipette } from './pipette';
|
|
1161
1150
|
export { default as Pizza } from './pizza';
|
|
1162
1151
|
export { default as PlaneLanding } from './plane-landing';
|
|
1163
1152
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1164
1153
|
export { default as Plane } from './plane';
|
|
1165
|
-
export { default as Plug2 } from './plug-2';
|
|
1166
|
-
export { default as PlugZap } from './plug-zap';
|
|
1167
1154
|
export { default as Play } from './play';
|
|
1155
|
+
export { default as Plug2 } from './plug-2';
|
|
1168
1156
|
export { default as Plug } from './plug';
|
|
1157
|
+
export { default as PlugZap } from './plug-zap';
|
|
1169
1158
|
export { default as Plus } from './plus';
|
|
1170
1159
|
export { default as PocketKnife } from './pocket-knife';
|
|
1171
|
-
export { default as Pocket } from './pocket';
|
|
1172
1160
|
export { default as Podcast } from './podcast';
|
|
1173
1161
|
export { default as PointerOff } from './pointer-off';
|
|
1174
1162
|
export { default as Pointer } from './pointer';
|
|
1175
1163
|
export { default as Popcorn } from './popcorn';
|
|
1176
|
-
export { default as Popsicle } from './popsicle';
|
|
1177
1164
|
export { default as PoundSterling } from './pound-sterling';
|
|
1178
1165
|
export { default as PowerOff } from './power-off';
|
|
1166
|
+
export { default as Popsicle } from './popsicle';
|
|
1179
1167
|
export { default as Power } from './power';
|
|
1180
|
-
export { default as Presentation } from './presentation';
|
|
1181
1168
|
export { default as PrinterCheck } from './printer-check';
|
|
1169
|
+
export { default as Presentation } from './presentation';
|
|
1182
1170
|
export { default as PrinterX } from './printer-x';
|
|
1183
1171
|
export { default as Printer } from './printer';
|
|
1184
1172
|
export { default as Projector } from './projector';
|
|
@@ -1193,9 +1181,8 @@ export { default as Radiation } from './radiation';
|
|
|
1193
1181
|
export { default as Radical } from './radical';
|
|
1194
1182
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1195
1183
|
export { default as RadioTower } from './radio-tower';
|
|
1196
|
-
export { default as Radio } from './radio';
|
|
1197
1184
|
export { default as Radius } from './radius';
|
|
1198
|
-
export { default as
|
|
1185
|
+
export { default as Radio } from './radio';
|
|
1199
1186
|
export { default as Rainbow } from './rainbow';
|
|
1200
1187
|
export { default as Rat } from './rat';
|
|
1201
1188
|
export { default as Ratio } from './ratio';
|
|
@@ -1203,8 +1190,8 @@ export { default as ReceiptCent } from './receipt-cent';
|
|
|
1203
1190
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1204
1191
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1205
1192
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1206
|
-
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1207
1193
|
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1194
|
+
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1208
1195
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1209
1196
|
export { default as ReceiptText } from './receipt-text';
|
|
1210
1197
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
@@ -1219,8 +1206,8 @@ export { default as Redo2 } from './redo-2';
|
|
|
1219
1206
|
export { default as RedoDot } from './redo-dot';
|
|
1220
1207
|
export { default as Redo } from './redo';
|
|
1221
1208
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1222
|
-
export { default as RefreshCcw } from './refresh-ccw';
|
|
1223
1209
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1210
|
+
export { default as RefreshCcw } from './refresh-ccw';
|
|
1224
1211
|
export { default as RefreshCw } from './refresh-cw';
|
|
1225
1212
|
export { default as Refrigerator } from './refrigerator';
|
|
1226
1213
|
export { default as Regex } from './regex';
|
|
@@ -1241,8 +1228,8 @@ export { default as Rose } from './rose';
|
|
|
1241
1228
|
export { default as Rotate3d } from './rotate-3d';
|
|
1242
1229
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1243
1230
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1244
|
-
export { default as RotateCcw } from './rotate-ccw';
|
|
1245
1231
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1232
|
+
export { default as RotateCcw } from './rotate-ccw';
|
|
1246
1233
|
export { default as RotateCw } from './rotate-cw';
|
|
1247
1234
|
export { default as RouteOff } from './route-off';
|
|
1248
1235
|
export { default as Route } from './route';
|
|
@@ -1265,24 +1252,24 @@ export { default as SaveOff } from './save-off';
|
|
|
1265
1252
|
export { default as Save } from './save';
|
|
1266
1253
|
export { default as Scale3d } from './scale-3d';
|
|
1267
1254
|
export { default as Scale } from './scale';
|
|
1268
|
-
export { default as Scaling } from './scaling';
|
|
1269
1255
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1256
|
+
export { default as Scaling } from './scaling';
|
|
1270
1257
|
export { default as ScanEye } from './scan-eye';
|
|
1271
1258
|
export { default as ScanFace } from './scan-face';
|
|
1272
1259
|
export { default as ScanHeart } from './scan-heart';
|
|
1273
1260
|
export { default as ScanLine } from './scan-line';
|
|
1274
|
-
export { default as ScanQrCode } from './scan-qr-code';
|
|
1275
1261
|
export { default as ScanSearch } from './scan-search';
|
|
1262
|
+
export { default as ScanQrCode } from './scan-qr-code';
|
|
1276
1263
|
export { default as ScanText } from './scan-text';
|
|
1277
1264
|
export { default as Scan } from './scan';
|
|
1278
1265
|
export { default as School } from './school';
|
|
1279
1266
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1280
|
-
export { default as Scissors } from './scissors';
|
|
1281
1267
|
export { default as Scooter } from './scooter';
|
|
1268
|
+
export { default as Scissors } from './scissors';
|
|
1282
1269
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1283
1270
|
export { default as ScreenShare } from './screen-share';
|
|
1284
|
-
export { default as ScrollText } from './scroll-text';
|
|
1285
1271
|
export { default as Scroll } from './scroll';
|
|
1272
|
+
export { default as ScrollText } from './scroll-text';
|
|
1286
1273
|
export { default as SearchAlert } from './search-alert';
|
|
1287
1274
|
export { default as SearchCheck } from './search-check';
|
|
1288
1275
|
export { default as SearchCode } from './search-code';
|
|
@@ -1322,17 +1309,17 @@ export { default as Shield } from './shield';
|
|
|
1322
1309
|
export { default as ShipWheel } from './ship-wheel';
|
|
1323
1310
|
export { default as Ship } from './ship';
|
|
1324
1311
|
export { default as Shirt } from './shirt';
|
|
1325
|
-
export { default as ShoppingBasket } from './shopping-basket';
|
|
1326
1312
|
export { default as ShoppingBag } from './shopping-bag';
|
|
1313
|
+
export { default as ShoppingBasket } from './shopping-basket';
|
|
1327
1314
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1328
1315
|
export { default as Shovel } from './shovel';
|
|
1329
1316
|
export { default as ShowerHead } from './shower-head';
|
|
1330
1317
|
export { default as Shredder } from './shredder';
|
|
1331
1318
|
export { default as Shrimp } from './shrimp';
|
|
1332
1319
|
export { default as Shrink } from './shrink';
|
|
1333
|
-
export { default as Shrub } from './shrub';
|
|
1334
1320
|
export { default as Shuffle } from './shuffle';
|
|
1335
1321
|
export { default as Sigma } from './sigma';
|
|
1322
|
+
export { default as Shrub } from './shrub';
|
|
1336
1323
|
export { default as SignalHigh } from './signal-high';
|
|
1337
1324
|
export { default as SignalLow } from './signal-low';
|
|
1338
1325
|
export { default as SignalMedium } from './signal-medium';
|
|
@@ -1345,13 +1332,12 @@ export { default as Siren } from './siren';
|
|
|
1345
1332
|
export { default as SkipBack } from './skip-back';
|
|
1346
1333
|
export { default as SkipForward } from './skip-forward';
|
|
1347
1334
|
export { default as Skull } from './skull';
|
|
1348
|
-
export { default as Slack } from './slack';
|
|
1349
1335
|
export { default as Slash } from './slash';
|
|
1350
1336
|
export { default as Slice } from './slice';
|
|
1351
1337
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1352
1338
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1353
|
-
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1354
1339
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1340
|
+
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1355
1341
|
export { default as Smartphone } from './smartphone';
|
|
1356
1342
|
export { default as SmilePlus } from './smile-plus';
|
|
1357
1343
|
export { default as Smile } from './smile';
|
|
@@ -1372,11 +1358,11 @@ export { default as SpellCheck } from './spell-check';
|
|
|
1372
1358
|
export { default as SplinePointer } from './spline-pointer';
|
|
1373
1359
|
export { default as Spline } from './spline';
|
|
1374
1360
|
export { default as Split } from './split';
|
|
1375
|
-
export { default as Spotlight } from './spotlight';
|
|
1376
1361
|
export { default as Spool } from './spool';
|
|
1362
|
+
export { default as Spotlight } from './spotlight';
|
|
1377
1363
|
export { default as SprayCan } from './spray-can';
|
|
1378
|
-
export { default as Sprout } from './sprout';
|
|
1379
1364
|
export { default as SquareActivity } from './square-activity';
|
|
1365
|
+
export { default as Sprout } from './sprout';
|
|
1380
1366
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1381
1367
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1382
1368
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
@@ -1385,16 +1371,16 @@ export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left'
|
|
|
1385
1371
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1386
1372
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1387
1373
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1388
|
-
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1389
1374
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1375
|
+
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1390
1376
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1391
1377
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1392
1378
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1393
1379
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1394
1380
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1395
1381
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1396
|
-
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1397
1382
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1383
|
+
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1398
1384
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1399
1385
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1400
1386
|
export { default as SquareCheck } from './square-check';
|
|
@@ -1403,12 +1389,12 @@ export { default as SquareChevronLeft } from './square-chevron-left';
|
|
|
1403
1389
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1404
1390
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1405
1391
|
export { default as SquareCode } from './square-code';
|
|
1406
|
-
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1407
1392
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1393
|
+
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1408
1394
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1409
1395
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1410
|
-
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1411
1396
|
export { default as SquareDashed } from './square-dashed';
|
|
1397
|
+
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1412
1398
|
export { default as SquareDivide } from './square-divide';
|
|
1413
1399
|
export { default as SquareDot } from './square-dot';
|
|
1414
1400
|
export { default as SquareEqual } from './square-equal';
|
|
@@ -1436,9 +1422,9 @@ export { default as SquareSigma } from './square-sigma';
|
|
|
1436
1422
|
export { default as SquareSlash } from './square-slash';
|
|
1437
1423
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1438
1424
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1425
|
+
export { default as SquareStack } from './square-stack';
|
|
1439
1426
|
export { default as SquareSquare } from './square-square';
|
|
1440
1427
|
export { default as SquareStar } from './square-star';
|
|
1441
|
-
export { default as SquareStack } from './square-stack';
|
|
1442
1428
|
export { default as SquareStop } from './square-stop';
|
|
1443
1429
|
export { default as SquareTerminal } from './square-terminal';
|
|
1444
1430
|
export { default as SquareUserRound } from './square-user-round';
|
|
@@ -1453,8 +1439,8 @@ export { default as SquircleDashed } from './squircle-dashed';
|
|
|
1453
1439
|
export { default as Squircle } from './squircle';
|
|
1454
1440
|
export { default as Squirrel } from './squirrel';
|
|
1455
1441
|
export { default as Stamp } from './stamp';
|
|
1456
|
-
export { default as StarHalf } from './star-half';
|
|
1457
1442
|
export { default as StarOff } from './star-off';
|
|
1443
|
+
export { default as StarHalf } from './star-half';
|
|
1458
1444
|
export { default as Star } from './star';
|
|
1459
1445
|
export { default as StepBack } from './step-back';
|
|
1460
1446
|
export { default as StepForward } from './step-forward';
|
|
@@ -1489,8 +1475,8 @@ export { default as TableOfContents } from './table-of-contents';
|
|
|
1489
1475
|
export { default as TableProperties } from './table-properties';
|
|
1490
1476
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1491
1477
|
export { default as Table } from './table';
|
|
1492
|
-
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1493
1478
|
export { default as Tablet } from './tablet';
|
|
1479
|
+
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1494
1480
|
export { default as Tablets } from './tablets';
|
|
1495
1481
|
export { default as Tag } from './tag';
|
|
1496
1482
|
export { default as Tags } from './tags';
|
|
@@ -1501,10 +1487,10 @@ export { default as Tally4 } from './tally-4';
|
|
|
1501
1487
|
export { default as Tally5 } from './tally-5';
|
|
1502
1488
|
export { default as Tangent } from './tangent';
|
|
1503
1489
|
export { default as Target } from './target';
|
|
1504
|
-
export { default as Telescope } from './telescope';
|
|
1505
1490
|
export { default as TentTree } from './tent-tree';
|
|
1506
|
-
export { default as
|
|
1491
|
+
export { default as Telescope } from './telescope';
|
|
1507
1492
|
export { default as Terminal } from './terminal';
|
|
1493
|
+
export { default as Tent } from './tent';
|
|
1508
1494
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1509
1495
|
export { default as TestTube } from './test-tube';
|
|
1510
1496
|
export { default as TestTubes } from './test-tubes';
|
|
@@ -1512,20 +1498,20 @@ export { default as TextAlignCenter } from './text-align-center';
|
|
|
1512
1498
|
export { default as TextAlignEnd } from './text-align-end';
|
|
1513
1499
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1514
1500
|
export { default as TextAlignStart } from './text-align-start';
|
|
1515
|
-
export { default as TextCursor } from './text-cursor';
|
|
1516
1501
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1517
1502
|
export { default as TextInitial } from './text-initial';
|
|
1518
|
-
export { default as
|
|
1503
|
+
export { default as TextCursor } from './text-cursor';
|
|
1519
1504
|
export { default as TextSearch } from './text-search';
|
|
1505
|
+
export { default as TextQuote } from './text-quote';
|
|
1520
1506
|
export { default as TextSelect } from './text-select';
|
|
1521
1507
|
export { default as TextWrap } from './text-wrap';
|
|
1522
1508
|
export { default as Theater } from './theater';
|
|
1523
|
-
export { default as ThermometerSun } from './thermometer-sun';
|
|
1524
1509
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1510
|
+
export { default as ThermometerSun } from './thermometer-sun';
|
|
1525
1511
|
export { default as Thermometer } from './thermometer';
|
|
1526
1512
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1527
|
-
export { default as TicketCheck } from './ticket-check';
|
|
1528
1513
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1514
|
+
export { default as TicketCheck } from './ticket-check';
|
|
1529
1515
|
export { default as TicketMinus } from './ticket-minus';
|
|
1530
1516
|
export { default as TicketPercent } from './ticket-percent';
|
|
1531
1517
|
export { default as TicketPlus } from './ticket-plus';
|
|
@@ -1539,8 +1525,8 @@ export { default as TimerReset } from './timer-reset';
|
|
|
1539
1525
|
export { default as Timer } from './timer';
|
|
1540
1526
|
export { default as ToggleLeft } from './toggle-left';
|
|
1541
1527
|
export { default as ToggleRight } from './toggle-right';
|
|
1542
|
-
export { default as Toilet } from './toilet';
|
|
1543
1528
|
export { default as ToolCase } from './tool-case';
|
|
1529
|
+
export { default as Toilet } from './toilet';
|
|
1544
1530
|
export { default as Toolbox } from './toolbox';
|
|
1545
1531
|
export { default as Tornado } from './tornado';
|
|
1546
1532
|
export { default as Torus } from './torus';
|
|
@@ -1555,37 +1541,34 @@ export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
|
1555
1541
|
export { default as TrainFront } from './train-front';
|
|
1556
1542
|
export { default as TrainTrack } from './train-track';
|
|
1557
1543
|
export { default as TramFront } from './tram-front';
|
|
1558
|
-
export { default as Transgender } from './transgender';
|
|
1559
1544
|
export { default as Trash2 } from './trash-2';
|
|
1545
|
+
export { default as Transgender } from './transgender';
|
|
1560
1546
|
export { default as Trash } from './trash';
|
|
1561
1547
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1562
1548
|
export { default as TreePalm } from './tree-palm';
|
|
1563
|
-
export { default as Trees } from './trees';
|
|
1564
1549
|
export { default as TreePine } from './tree-pine';
|
|
1565
|
-
export { default as
|
|
1550
|
+
export { default as Trees } from './trees';
|
|
1566
1551
|
export { default as TrendingDown } from './trending-down';
|
|
1567
1552
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
1568
|
-
export { default as TrendingUp } from './trending-up';
|
|
1569
1553
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1554
|
+
export { default as TrendingUp } from './trending-up';
|
|
1570
1555
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1571
1556
|
export { default as TriangleRight } from './triangle-right';
|
|
1572
1557
|
export { default as Triangle } from './triangle';
|
|
1573
1558
|
export { default as Trophy } from './trophy';
|
|
1574
|
-
export { default as TruckElectric } from './truck-electric';
|
|
1575
1559
|
export { default as Truck } from './truck';
|
|
1560
|
+
export { default as TruckElectric } from './truck-electric';
|
|
1576
1561
|
export { default as TurkishLira } from './turkish-lira';
|
|
1577
1562
|
export { default as Turntable } from './turntable';
|
|
1578
1563
|
export { default as Turtle } from './turtle';
|
|
1579
1564
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1580
1565
|
export { default as TvMinimal } from './tv-minimal';
|
|
1581
1566
|
export { default as Tv } from './tv';
|
|
1582
|
-
export { default as Twitch } from './twitch';
|
|
1583
|
-
export { default as Twitter } from './twitter';
|
|
1584
1567
|
export { default as TypeOutline } from './type-outline';
|
|
1585
1568
|
export { default as Type } from './type';
|
|
1586
1569
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
1587
|
-
export { default as Umbrella } from './umbrella';
|
|
1588
1570
|
export { default as Underline } from './underline';
|
|
1571
|
+
export { default as Umbrella } from './umbrella';
|
|
1589
1572
|
export { default as Undo2 } from './undo-2';
|
|
1590
1573
|
export { default as UndoDot } from './undo-dot';
|
|
1591
1574
|
export { default as Undo } from './undo';
|
|
@@ -1631,16 +1614,16 @@ export { default as Vegan } from './vegan';
|
|
|
1631
1614
|
export { default as VenetianMask } from './venetian-mask';
|
|
1632
1615
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1633
1616
|
export { default as Venus } from './venus';
|
|
1617
|
+
export { default as VideoOff } from './video-off';
|
|
1634
1618
|
export { default as VibrateOff } from './vibrate-off';
|
|
1635
1619
|
export { default as Vibrate } from './vibrate';
|
|
1636
|
-
export { default as VideoOff } from './video-off';
|
|
1637
1620
|
export { default as Video } from './video';
|
|
1638
1621
|
export { default as Videotape } from './videotape';
|
|
1639
1622
|
export { default as View } from './view';
|
|
1640
|
-
export { default as Voicemail } from './voicemail';
|
|
1641
1623
|
export { default as Volleyball } from './volleyball';
|
|
1642
|
-
export { default as
|
|
1624
|
+
export { default as Voicemail } from './voicemail';
|
|
1643
1625
|
export { default as Volume2 } from './volume-2';
|
|
1626
|
+
export { default as Volume1 } from './volume-1';
|
|
1644
1627
|
export { default as VolumeOff } from './volume-off';
|
|
1645
1628
|
export { default as VolumeX } from './volume-x';
|
|
1646
1629
|
export { default as Volume } from './volume';
|
|
@@ -1659,44 +1642,43 @@ export { default as WavesArrowUp } from './waves-arrow-up';
|
|
|
1659
1642
|
export { default as WavesLadder } from './waves-ladder';
|
|
1660
1643
|
export { default as Waves } from './waves';
|
|
1661
1644
|
export { default as Waypoints } from './waypoints';
|
|
1662
|
-
export { default as Webcam } from './webcam';
|
|
1663
1645
|
export { default as WebhookOff } from './webhook-off';
|
|
1646
|
+
export { default as Webcam } from './webcam';
|
|
1664
1647
|
export { default as Webhook } from './webhook';
|
|
1665
1648
|
export { default as WeightTilde } from './weight-tilde';
|
|
1666
1649
|
export { default as Weight } from './weight';
|
|
1667
1650
|
export { default as WheatOff } from './wheat-off';
|
|
1668
1651
|
export { default as Wheat } from './wheat';
|
|
1669
1652
|
export { default as WholeWord } from './whole-word';
|
|
1670
|
-
export { default as WifiCog } from './wifi-cog';
|
|
1671
1653
|
export { default as WifiHigh } from './wifi-high';
|
|
1654
|
+
export { default as WifiCog } from './wifi-cog';
|
|
1672
1655
|
export { default as WifiLow } from './wifi-low';
|
|
1673
|
-
export { default as WifiOff } from './wifi-off';
|
|
1674
1656
|
export { default as WifiPen } from './wifi-pen';
|
|
1657
|
+
export { default as WifiOff } from './wifi-off';
|
|
1675
1658
|
export { default as WifiSync } from './wifi-sync';
|
|
1676
|
-
export { default as WifiZero } from './wifi-zero';
|
|
1677
1659
|
export { default as Wifi } from './wifi';
|
|
1660
|
+
export { default as WifiZero } from './wifi-zero';
|
|
1678
1661
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1679
1662
|
export { default as Wind } from './wind';
|
|
1680
1663
|
export { default as WineOff } from './wine-off';
|
|
1681
1664
|
export { default as Wine } from './wine';
|
|
1682
|
-
export { default as Workflow } from './workflow';
|
|
1683
1665
|
export { default as Worm } from './worm';
|
|
1666
|
+
export { default as Workflow } from './workflow';
|
|
1684
1667
|
export { default as Wrench } from './wrench';
|
|
1685
1668
|
export { default as XLineTop } from './x-line-top';
|
|
1686
1669
|
export { default as X } from './x';
|
|
1687
|
-
export { default as Youtube } from './youtube';
|
|
1688
1670
|
export { default as ZapOff } from './zap-off';
|
|
1689
1671
|
export { default as Zap } from './zap';
|
|
1690
|
-
export { default as ZodiacAries } from './zodiac-aries';
|
|
1691
1672
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1673
|
+
export { default as ZodiacAries } from './zodiac-aries';
|
|
1692
1674
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1693
1675
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1694
1676
|
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1695
1677
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1696
1678
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1697
1679
|
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1698
|
-
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1699
1680
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1681
|
+
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1700
1682
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1701
1683
|
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1702
1684
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|