@lucide/astro 0.563.0 → 0.564.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +108 -108
- package/src/aliases/prefixed.ts +678 -672
- package/src/aliases/suffixed.ts +1127 -1121
- package/src/icons/bandage.ts +2 -2
- package/src/icons/bell-dot.ts +2 -2
- package/src/icons/book-key.ts +2 -2
- package/src/icons/bug-off.ts +2 -2
- package/src/icons/cloud-alert.ts +2 -2
- package/src/icons/cloud-check.ts +2 -2
- package/src/icons/database-search.ts +18 -0
- package/src/icons/file-cog.ts +2 -2
- package/src/icons/file-key.ts +2 -2
- package/src/icons/folder-key.ts +2 -2
- package/src/icons/git-branch.ts +2 -2
- package/src/icons/hard-drive.ts +2 -2
- package/src/icons/index.ts +167 -164
- package/src/icons/rotate-ccw-key.ts +2 -2
- package/src/icons/user-key.ts +18 -0
- package/src/icons/user-lock.ts +2 -2
- package/src/icons/user-round-key.ts +18 -0
package/src/icons/index.ts
CHANGED
|
@@ -12,13 +12,13 @@ export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
|
12
12
|
export { default as AlarmClock } from './alarm-clock';
|
|
13
13
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
14
14
|
export { default as Album } from './album';
|
|
15
|
-
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
16
15
|
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
16
|
+
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
17
17
|
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
18
18
|
export { default as AlignEndVertical } from './align-end-vertical';
|
|
19
19
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
20
|
-
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
20
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
21
|
+
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
22
22
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
23
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
24
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
@@ -34,8 +34,8 @@ export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end
|
|
|
34
34
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
35
35
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
36
36
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
37
|
-
export { default as Ampersand } from './ampersand';
|
|
38
37
|
export { default as Ambulance } from './ambulance';
|
|
38
|
+
export { default as Ampersand } from './ampersand';
|
|
39
39
|
export { default as Ampersands } from './ampersands';
|
|
40
40
|
export { default as Amphora } from './amphora';
|
|
41
41
|
export { default as Anchor } from './anchor';
|
|
@@ -51,20 +51,20 @@ export { default as ArchiveRestore } from './archive-restore';
|
|
|
51
51
|
export { default as ArchiveX } from './archive-x';
|
|
52
52
|
export { default as Archive } from './archive';
|
|
53
53
|
export { default as Armchair } from './armchair';
|
|
54
|
-
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
55
54
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
55
|
+
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
56
56
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
57
57
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
58
|
-
export { default as ArrowBigRight } from './arrow-big-right';
|
|
59
58
|
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
60
|
-
export { default as
|
|
59
|
+
export { default as ArrowBigRight } from './arrow-big-right';
|
|
61
60
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
61
|
+
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
62
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
63
|
-
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
64
63
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
64
|
+
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
65
65
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
66
|
-
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
67
66
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
67
|
+
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
68
68
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
69
69
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
70
70
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
@@ -76,33 +76,33 @@ export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
|
76
76
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
77
77
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
78
78
|
export { default as ArrowLeft } from './arrow-left';
|
|
79
|
-
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
80
79
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
80
|
+
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
81
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
82
82
|
export { default as ArrowRight } from './arrow-right';
|
|
83
|
-
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
84
83
|
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
84
|
+
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
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
88
|
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
89
89
|
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
90
90
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
91
|
-
export { default as ArrowUpRight } from './arrow-up-right';
|
|
92
91
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
92
|
+
export { default as ArrowUpRight } from './arrow-up-right';
|
|
93
93
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
94
94
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
95
95
|
export { default as ArrowUp } from './arrow-up';
|
|
96
|
-
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
97
96
|
export { default as Asterisk } from './asterisk';
|
|
97
|
+
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
98
98
|
export { default as AtSign } from './at-sign';
|
|
99
99
|
export { default as Atom } from './atom';
|
|
100
100
|
export { default as AudioLines } from './audio-lines';
|
|
101
101
|
export { default as AudioWaveform } from './audio-waveform';
|
|
102
102
|
export { default as Award } from './award';
|
|
103
103
|
export { default as Axe } from './axe';
|
|
104
|
-
export { default as Axis3d } from './axis-3d';
|
|
105
104
|
export { default as Baby } from './baby';
|
|
105
|
+
export { default as Axis3d } from './axis-3d';
|
|
106
106
|
export { default as Backpack } from './backpack';
|
|
107
107
|
export { default as BadgeAlert } from './badge-alert';
|
|
108
108
|
export { default as BadgeCent } from './badge-cent';
|
|
@@ -123,20 +123,20 @@ export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
|
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
|
-
export { default as Balloon } from './balloon';
|
|
127
126
|
export { default as Ban } from './ban';
|
|
127
|
+
export { default as Balloon } from './balloon';
|
|
128
128
|
export { default as Banana } from './banana';
|
|
129
129
|
export { default as Bandage } from './bandage';
|
|
130
130
|
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
131
131
|
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
132
|
-
export { default as BanknoteX } from './banknote-x';
|
|
133
132
|
export { default as Banknote } from './banknote';
|
|
133
|
+
export { default as BanknoteX } from './banknote-x';
|
|
134
134
|
export { default as Barcode } from './barcode';
|
|
135
135
|
export { default as Barrel } from './barrel';
|
|
136
136
|
export { default as Baseline } from './baseline';
|
|
137
137
|
export { default as Bath } from './bath';
|
|
138
|
-
export { default as BatteryCharging } from './battery-charging';
|
|
139
138
|
export { default as BatteryFull } from './battery-full';
|
|
139
|
+
export { default as BatteryCharging } from './battery-charging';
|
|
140
140
|
export { default as BatteryLow } from './battery-low';
|
|
141
141
|
export { default as BatteryMedium } from './battery-medium';
|
|
142
142
|
export { default as BatteryPlus } from './battery-plus';
|
|
@@ -158,8 +158,8 @@ export { default as BellOff } from './bell-off';
|
|
|
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';
|
|
161
|
-
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
162
161
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
162
|
+
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
163
163
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
164
164
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
165
165
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
@@ -170,14 +170,14 @@ export { default as Biohazard } from './biohazard';
|
|
|
170
170
|
export { default as Bird } from './bird';
|
|
171
171
|
export { default as Birdhouse } from './birdhouse';
|
|
172
172
|
export { default as Bitcoin } from './bitcoin';
|
|
173
|
-
export { default as Blend } from './blend';
|
|
174
173
|
export { default as Blinds } from './blinds';
|
|
174
|
+
export { default as Blend } from './blend';
|
|
175
175
|
export { default as Blocks } from './blocks';
|
|
176
176
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
177
177
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
178
178
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
179
|
-
export { default as Bluetooth } from './bluetooth';
|
|
180
179
|
export { default as Bold } from './bold';
|
|
180
|
+
export { default as Bluetooth } from './bluetooth';
|
|
181
181
|
export { default as Bolt } from './bolt';
|
|
182
182
|
export { default as Bomb } from './bomb';
|
|
183
183
|
export { default as Bone } from './bone';
|
|
@@ -187,8 +187,8 @@ export { default as BookAudio } from './book-audio';
|
|
|
187
187
|
export { default as BookCheck } from './book-check';
|
|
188
188
|
export { default as BookCopy } from './book-copy';
|
|
189
189
|
export { default as BookDashed } from './book-dashed';
|
|
190
|
-
export { default as BookDown } from './book-down';
|
|
191
190
|
export { default as BookHeadphones } from './book-headphones';
|
|
191
|
+
export { default as BookDown } from './book-down';
|
|
192
192
|
export { default as BookHeart } from './book-heart';
|
|
193
193
|
export { default as BookImage } from './book-image';
|
|
194
194
|
export { default as BookKey } from './book-key';
|
|
@@ -199,16 +199,16 @@ export { default as BookOpenCheck } from './book-open-check';
|
|
|
199
199
|
export { default as BookOpenText } from './book-open-text';
|
|
200
200
|
export { default as BookOpen } from './book-open';
|
|
201
201
|
export { default as BookPlus } from './book-plus';
|
|
202
|
-
export { default as BookSearch } from './book-search';
|
|
203
202
|
export { default as BookText } from './book-text';
|
|
203
|
+
export { default as BookSearch } from './book-search';
|
|
204
204
|
export { default as BookType } from './book-type';
|
|
205
|
-
export { default as BookUp2 } from './book-up-2';
|
|
206
205
|
export { default as BookUp } from './book-up';
|
|
206
|
+
export { default as BookUp2 } from './book-up-2';
|
|
207
207
|
export { default as BookUser } from './book-user';
|
|
208
208
|
export { default as BookX } from './book-x';
|
|
209
209
|
export { default as Book } from './book';
|
|
210
|
-
export { default as BookmarkMinus } from './bookmark-minus';
|
|
211
210
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
211
|
+
export { default as BookmarkMinus } from './bookmark-minus';
|
|
212
212
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
213
213
|
export { default as BookmarkX } from './bookmark-x';
|
|
214
214
|
export { default as Bookmark } from './bookmark';
|
|
@@ -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';
|
|
@@ -234,15 +234,15 @@ 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';
|
|
236
236
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
237
|
-
export { default as Brush } from './brush';
|
|
238
237
|
export { default as Bubbles } from './bubbles';
|
|
238
|
+
export { default as Brush } from './brush';
|
|
239
239
|
export { default as BugOff } from './bug-off';
|
|
240
240
|
export { default as BugPlay } from './bug-play';
|
|
241
241
|
export { default as Bug } from './bug';
|
|
242
242
|
export { default as Building2 } from './building-2';
|
|
243
243
|
export { default as Building } from './building';
|
|
244
|
-
export { default as BusFront } from './bus-front';
|
|
245
244
|
export { default as Bus } from './bus';
|
|
245
|
+
export { default as BusFront } from './bus-front';
|
|
246
246
|
export { default as CableCar } from './cable-car';
|
|
247
247
|
export { default as Cable } from './cable';
|
|
248
248
|
export { default as CakeSlice } from './cake-slice';
|
|
@@ -261,8 +261,8 @@ export { default as CalendarHeart } from './calendar-heart';
|
|
|
261
261
|
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
|
-
export { default as CalendarPlus } from './calendar-plus';
|
|
265
264
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
265
|
+
export { default as CalendarPlus } from './calendar-plus';
|
|
266
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';
|
|
@@ -276,8 +276,8 @@ export { default as CandyCane } from './candy-cane';
|
|
|
276
276
|
export { default as CandyOff } from './candy-off';
|
|
277
277
|
export { default as Candy } from './candy';
|
|
278
278
|
export { default as CannabisOff } from './cannabis-off';
|
|
279
|
-
export { default as Cannabis } from './cannabis';
|
|
280
279
|
export { default as CaptionsOff } from './captions-off';
|
|
280
|
+
export { default as Cannabis } from './cannabis';
|
|
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';
|
|
@@ -289,11 +289,11 @@ export { default as CaseLower } from './case-lower';
|
|
|
289
289
|
export { default as CaseSensitive } from './case-sensitive';
|
|
290
290
|
export { default as CaseUpper } from './case-upper';
|
|
291
291
|
export { default as CassetteTape } from './cassette-tape';
|
|
292
|
-
export { default as Castle } from './castle';
|
|
293
292
|
export { default as Cast } from './cast';
|
|
293
|
+
export { default as Castle } from './castle';
|
|
294
294
|
export { default as Cat } from './cat';
|
|
295
|
-
export { default as Cctv } from './cctv';
|
|
296
295
|
export { default as ChartArea } from './chart-area';
|
|
296
|
+
export { default as Cctv } from './cctv';
|
|
297
297
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
298
298
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
299
299
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
@@ -313,8 +313,8 @@ export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-i
|
|
|
313
313
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
314
314
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
315
315
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
316
|
-
export { default as ChartPie } from './chart-pie';
|
|
317
316
|
export { default as ChartScatter } from './chart-scatter';
|
|
317
|
+
export { default as ChartPie } from './chart-pie';
|
|
318
318
|
export { default as ChartSpline } from './chart-spline';
|
|
319
319
|
export { default as CheckCheck } from './check-check';
|
|
320
320
|
export { default as CheckLine } from './check-line';
|
|
@@ -332,8 +332,8 @@ export { default as ChevronFirst } from './chevron-first';
|
|
|
332
332
|
export { default as ChevronLast } from './chevron-last';
|
|
333
333
|
export { default as ChevronLeft } from './chevron-left';
|
|
334
334
|
export { default as ChevronRight } from './chevron-right';
|
|
335
|
-
export { default as ChevronUp } from './chevron-up';
|
|
336
335
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
336
|
+
export { default as ChevronUp } from './chevron-up';
|
|
337
337
|
export { default as ChevronsDown } from './chevrons-down';
|
|
338
338
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
339
339
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
@@ -351,8 +351,8 @@ export { default as CircleArrowDown } from './circle-arrow-down';
|
|
|
351
351
|
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
352
352
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
353
353
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
354
|
-
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
355
354
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
355
|
+
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
356
356
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
357
357
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
358
358
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
@@ -397,14 +397,14 @@ export { default as Citrus } from './citrus';
|
|
|
397
397
|
export { default as Clapperboard } from './clapperboard';
|
|
398
398
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
399
399
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
400
|
-
export { default as ClipboardList } from './clipboard-list';
|
|
401
400
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
401
|
+
export { default as ClipboardList } from './clipboard-list';
|
|
402
402
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
403
|
-
export { default as ClipboardPaste } from './clipboard-paste';
|
|
404
403
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
404
|
+
export { default as ClipboardPaste } from './clipboard-paste';
|
|
405
405
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
406
|
-
export { default as ClipboardType } from './clipboard-type';
|
|
407
406
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
407
|
+
export { default as ClipboardType } from './clipboard-type';
|
|
408
408
|
export { default as ClipboardX } from './clipboard-x';
|
|
409
409
|
export { default as Clipboard } from './clipboard';
|
|
410
410
|
export { default as Clock1 } from './clock-1';
|
|
@@ -414,12 +414,12 @@ export { default as Clock2 } from './clock-2';
|
|
|
414
414
|
export { default as Clock12 } from './clock-12';
|
|
415
415
|
export { default as Clock3 } from './clock-3';
|
|
416
416
|
export { default as Clock4 } from './clock-4';
|
|
417
|
-
export { default as Clock5 } from './clock-5';
|
|
418
417
|
export { default as Clock6 } from './clock-6';
|
|
418
|
+
export { default as Clock5 } from './clock-5';
|
|
419
419
|
export { default as Clock7 } from './clock-7';
|
|
420
420
|
export { default as Clock8 } from './clock-8';
|
|
421
|
-
export { default as ClockAlert } from './clock-alert';
|
|
422
421
|
export { default as Clock9 } from './clock-9';
|
|
422
|
+
export { default as ClockAlert } from './clock-alert';
|
|
423
423
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
424
424
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
425
425
|
export { default as ClockCheck } from './clock-check';
|
|
@@ -432,11 +432,11 @@ export { default as CloudBackup } from './cloud-backup';
|
|
|
432
432
|
export { default as CloudCheck } from './cloud-check';
|
|
433
433
|
export { default as CloudCog } from './cloud-cog';
|
|
434
434
|
export { default as CloudDownload } from './cloud-download';
|
|
435
|
-
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
436
435
|
export { default as CloudFog } from './cloud-fog';
|
|
436
|
+
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
437
437
|
export { default as CloudHail } from './cloud-hail';
|
|
438
|
-
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
439
438
|
export { default as CloudLightning } from './cloud-lightning';
|
|
439
|
+
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
440
440
|
export { default as CloudMoon } from './cloud-moon';
|
|
441
441
|
export { default as CloudOff } from './cloud-off';
|
|
442
442
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
@@ -461,9 +461,9 @@ export { default as Columns2 } from './columns-2';
|
|
|
461
461
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
462
462
|
export { default as Columns3 } from './columns-3';
|
|
463
463
|
export { default as Columns4 } from './columns-4';
|
|
464
|
-
export { default as Combine } from './combine';
|
|
465
464
|
export { default as Command } from './command';
|
|
466
465
|
export { default as Compass } from './compass';
|
|
466
|
+
export { default as Combine } from './combine';
|
|
467
467
|
export { default as Component } from './component';
|
|
468
468
|
export { default as Computer } from './computer';
|
|
469
469
|
export { default as ConciergeBell } from './concierge-bell';
|
|
@@ -475,14 +475,14 @@ export { default as Container } from './container';
|
|
|
475
475
|
export { default as Contrast } from './contrast';
|
|
476
476
|
export { default as Cookie } from './cookie';
|
|
477
477
|
export { default as CookingPot } from './cooking-pot';
|
|
478
|
-
export { default as CopyMinus } from './copy-minus';
|
|
479
478
|
export { default as CopyCheck } from './copy-check';
|
|
479
|
+
export { default as CopyMinus } from './copy-minus';
|
|
480
480
|
export { default as CopyPlus } from './copy-plus';
|
|
481
481
|
export { default as CopySlash } from './copy-slash';
|
|
482
482
|
export { default as CopyX } from './copy-x';
|
|
483
483
|
export { default as Copy } from './copy';
|
|
484
|
-
export { default as Copyright } from './copyright';
|
|
485
484
|
export { default as Copyleft } from './copyleft';
|
|
485
|
+
export { default as Copyright } from './copyright';
|
|
486
486
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
487
487
|
export { default as CornerDownRight } from './corner-down-right';
|
|
488
488
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
@@ -491,10 +491,10 @@ export { default as CornerRightDown } from './corner-right-down';
|
|
|
491
491
|
export { default as CornerRightUp } from './corner-right-up';
|
|
492
492
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
493
493
|
export { default as CornerUpRight } from './corner-up-right';
|
|
494
|
-
export { default as Cpu } from './cpu';
|
|
495
494
|
export { default as CreativeCommons } from './creative-commons';
|
|
496
|
-
export { default as
|
|
495
|
+
export { default as Cpu } from './cpu';
|
|
497
496
|
export { default as Croissant } from './croissant';
|
|
497
|
+
export { default as CreditCard } from './credit-card';
|
|
498
498
|
export { default as Crop } from './crop';
|
|
499
499
|
export { default as Cross } from './cross';
|
|
500
500
|
export { default as Crosshair } from './crosshair';
|
|
@@ -505,12 +505,13 @@ export { default as Currency } from './currency';
|
|
|
505
505
|
export { default as Cylinder } from './cylinder';
|
|
506
506
|
export { default as Dam } from './dam';
|
|
507
507
|
export { default as DatabaseBackup } from './database-backup';
|
|
508
|
+
export { default as DatabaseSearch } from './database-search';
|
|
508
509
|
export { default as DatabaseZap } from './database-zap';
|
|
509
510
|
export { default as Database } from './database';
|
|
510
|
-
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
511
511
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
512
|
-
export { default as
|
|
512
|
+
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
513
513
|
export { default as Delete } from './delete';
|
|
514
|
+
export { default as Dessert } from './dessert';
|
|
514
515
|
export { default as Diameter } from './diameter';
|
|
515
516
|
export { default as DiamondMinus } from './diamond-minus';
|
|
516
517
|
export { default as DiamondPercent } from './diamond-percent';
|
|
@@ -524,9 +525,9 @@ export { default as Dice5 } from './dice-5';
|
|
|
524
525
|
export { default as Dice6 } from './dice-6';
|
|
525
526
|
export { default as Dices } from './dices';
|
|
526
527
|
export { default as Diff } from './diff';
|
|
527
|
-
export { default as Disc3 } from './disc-3';
|
|
528
528
|
export { default as Disc2 } from './disc-2';
|
|
529
529
|
export { default as DiscAlbum } from './disc-album';
|
|
530
|
+
export { default as Disc3 } from './disc-3';
|
|
530
531
|
export { default as Disc } from './disc';
|
|
531
532
|
export { default as Divide } from './divide';
|
|
532
533
|
export { default as DnaOff } from './dna-off';
|
|
@@ -542,24 +543,24 @@ export { default as Dot } from './dot';
|
|
|
542
543
|
export { default as Download } from './download';
|
|
543
544
|
export { default as DraftingCompass } from './drafting-compass';
|
|
544
545
|
export { default as Drama } from './drama';
|
|
545
|
-
export { default as Dribbble } from './dribbble';
|
|
546
546
|
export { default as Drill } from './drill';
|
|
547
|
+
export { default as Dribbble } from './dribbble';
|
|
547
548
|
export { default as Drone } from './drone';
|
|
548
549
|
export { default as DropletOff } from './droplet-off';
|
|
549
550
|
export { default as Droplet } from './droplet';
|
|
550
|
-
export { default as Drum } from './drum';
|
|
551
551
|
export { default as Droplets } from './droplets';
|
|
552
|
+
export { default as Drum } from './drum';
|
|
552
553
|
export { default as Drumstick } from './drumstick';
|
|
553
554
|
export { default as Dumbbell } from './dumbbell';
|
|
554
555
|
export { default as EarOff } from './ear-off';
|
|
555
556
|
export { default as Ear } from './ear';
|
|
556
557
|
export { default as EarthLock } from './earth-lock';
|
|
557
|
-
export { default as Earth } from './earth';
|
|
558
558
|
export { default as Eclipse } from './eclipse';
|
|
559
|
+
export { default as Earth } from './earth';
|
|
559
560
|
export { default as EggFried } from './egg-fried';
|
|
560
561
|
export { default as EggOff } from './egg-off';
|
|
561
|
-
export { default as Egg } from './egg';
|
|
562
562
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
563
|
+
export { default as Egg } from './egg';
|
|
563
564
|
export { default as Ellipsis } from './ellipsis';
|
|
564
565
|
export { default as EqualApproximately } from './equal-approximately';
|
|
565
566
|
export { default as EqualNot } from './equal-not';
|
|
@@ -572,9 +573,9 @@ export { default as Expand } from './expand';
|
|
|
572
573
|
export { default as ExternalLink } from './external-link';
|
|
573
574
|
export { default as EyeClosed } from './eye-closed';
|
|
574
575
|
export { default as EyeOff } from './eye-off';
|
|
575
|
-
export { default as Eye } from './eye';
|
|
576
576
|
export { default as Facebook } from './facebook';
|
|
577
577
|
export { default as Factory } from './factory';
|
|
578
|
+
export { default as Eye } from './eye';
|
|
578
579
|
export { default as Fan } from './fan';
|
|
579
580
|
export { default as FastForward } from './fast-forward';
|
|
580
581
|
export { default as Feather } from './feather';
|
|
@@ -582,8 +583,8 @@ export { default as Fence } from './fence';
|
|
|
582
583
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
583
584
|
export { default as Figma } from './figma';
|
|
584
585
|
export { default as FileArchive } from './file-archive';
|
|
585
|
-
export { default as FileAxis3d } from './file-axis-3d';
|
|
586
586
|
export { default as FileBadge } from './file-badge';
|
|
587
|
+
export { default as FileAxis3d } from './file-axis-3d';
|
|
587
588
|
export { default as FileBox } from './file-box';
|
|
588
589
|
export { default as FileBracesCorner } from './file-braces-corner';
|
|
589
590
|
export { default as FileBraces } from './file-braces';
|
|
@@ -600,8 +601,8 @@ export { default as FileCog } from './file-cog';
|
|
|
600
601
|
export { default as FileDiff } from './file-diff';
|
|
601
602
|
export { default as FileDigit } from './file-digit';
|
|
602
603
|
export { default as FileDown } from './file-down';
|
|
603
|
-
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
604
604
|
export { default as FileHeadphone } from './file-headphone';
|
|
605
|
+
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
605
606
|
export { default as FileHeart } from './file-heart';
|
|
606
607
|
export { default as FileImage } from './file-image';
|
|
607
608
|
export { default as FileInput } from './file-input';
|
|
@@ -614,20 +615,20 @@ export { default as FileOutput } from './file-output';
|
|
|
614
615
|
export { default as FilePenLine } from './file-pen-line';
|
|
615
616
|
export { default as FilePen } from './file-pen';
|
|
616
617
|
export { default as FilePlay } from './file-play';
|
|
617
|
-
export { default as FilePlus } from './file-plus';
|
|
618
618
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
619
|
+
export { default as FilePlus } from './file-plus';
|
|
619
620
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
620
|
-
export { default as FileScan } from './file-scan';
|
|
621
621
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
622
|
+
export { default as FileScan } from './file-scan';
|
|
622
623
|
export { default as FileSearch } from './file-search';
|
|
623
624
|
export { default as FileSignal } from './file-signal';
|
|
624
|
-
export { default as FileSliders } from './file-sliders';
|
|
625
625
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
626
|
+
export { default as FileSliders } from './file-sliders';
|
|
626
627
|
export { default as FileStack } from './file-stack';
|
|
627
628
|
export { default as FileSymlink } from './file-symlink';
|
|
628
629
|
export { default as FileTerminal } from './file-terminal';
|
|
629
|
-
export { default as FileTypeCorner } from './file-type-corner';
|
|
630
630
|
export { default as FileText } from './file-text';
|
|
631
|
+
export { default as FileTypeCorner } from './file-type-corner';
|
|
631
632
|
export { default as FileType } from './file-type';
|
|
632
633
|
export { default as FileUp } from './file-up';
|
|
633
634
|
export { default as FileUser } from './file-user';
|
|
@@ -647,10 +648,10 @@ export { default as FishingHook } from './fishing-hook';
|
|
|
647
648
|
export { default as FlagOff } from './flag-off';
|
|
648
649
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
649
650
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
650
|
-
export { default as Flag } from './flag';
|
|
651
651
|
export { default as FlameKindling } from './flame-kindling';
|
|
652
|
-
export { default as
|
|
652
|
+
export { default as Flag } from './flag';
|
|
653
653
|
export { default as Flame } from './flame';
|
|
654
|
+
export { default as FlashlightOff } from './flashlight-off';
|
|
654
655
|
export { default as Flashlight } from './flashlight';
|
|
655
656
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
656
657
|
export { default as FlaskConical } from './flask-conical';
|
|
@@ -663,22 +664,22 @@ export { default as Flower2 } from './flower-2';
|
|
|
663
664
|
export { default as Flower } from './flower';
|
|
664
665
|
export { default as Focus } from './focus';
|
|
665
666
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
666
|
-
export { default as FoldVertical } from './fold-vertical';
|
|
667
667
|
export { default as FolderArchive } from './folder-archive';
|
|
668
|
+
export { default as FoldVertical } from './fold-vertical';
|
|
668
669
|
export { default as FolderCheck } from './folder-check';
|
|
669
|
-
export { default as FolderClock } from './folder-clock';
|
|
670
670
|
export { default as FolderClosed } from './folder-closed';
|
|
671
|
-
export { default as
|
|
671
|
+
export { default as FolderClock } from './folder-clock';
|
|
672
672
|
export { default as FolderCode } from './folder-code';
|
|
673
|
+
export { default as FolderCog } from './folder-cog';
|
|
673
674
|
export { default as FolderDot } from './folder-dot';
|
|
674
675
|
export { default as FolderDown } from './folder-down';
|
|
675
|
-
export { default as FolderGit } from './folder-git';
|
|
676
676
|
export { default as FolderGit2 } from './folder-git-2';
|
|
677
|
+
export { default as FolderGit } from './folder-git';
|
|
677
678
|
export { default as FolderHeart } from './folder-heart';
|
|
678
679
|
export { default as FolderInput } from './folder-input';
|
|
679
680
|
export { default as FolderKanban } from './folder-kanban';
|
|
680
|
-
export { default as FolderKey } from './folder-key';
|
|
681
681
|
export { default as FolderLock } from './folder-lock';
|
|
682
|
+
export { default as FolderKey } from './folder-key';
|
|
682
683
|
export { default as FolderMinus } from './folder-minus';
|
|
683
684
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
684
685
|
export { default as FolderOpen } from './folder-open';
|
|
@@ -689,8 +690,8 @@ export { default as FolderRoot } from './folder-root';
|
|
|
689
690
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
690
691
|
export { default as FolderSearch } from './folder-search';
|
|
691
692
|
export { default as FolderSymlink } from './folder-symlink';
|
|
692
|
-
export { default as FolderSync } from './folder-sync';
|
|
693
693
|
export { default as FolderTree } from './folder-tree';
|
|
694
|
+
export { default as FolderSync } from './folder-sync';
|
|
694
695
|
export { default as FolderUp } from './folder-up';
|
|
695
696
|
export { default as FolderX } from './folder-x';
|
|
696
697
|
export { default as Folder } from './folder';
|
|
@@ -706,8 +707,8 @@ export { default as Fuel } from './fuel';
|
|
|
706
707
|
export { default as Fullscreen } from './fullscreen';
|
|
707
708
|
export { default as FunnelPlus } from './funnel-plus';
|
|
708
709
|
export { default as FunnelX } from './funnel-x';
|
|
709
|
-
export { default as Funnel } from './funnel';
|
|
710
710
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
711
|
+
export { default as Funnel } from './funnel';
|
|
711
712
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
712
713
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
713
714
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
@@ -720,8 +721,8 @@ export { default as Gavel } from './gavel';
|
|
|
720
721
|
export { default as Gem } from './gem';
|
|
721
722
|
export { default as GeorgianLari } from './georgian-lari';
|
|
722
723
|
export { default as Ghost } from './ghost';
|
|
723
|
-
export { default as Gift } from './gift';
|
|
724
724
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
725
|
+
export { default as Gift } from './gift';
|
|
725
726
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
726
727
|
export { default as GitBranch } from './git-branch';
|
|
727
728
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
@@ -742,13 +743,13 @@ export { default as Gitlab } from './gitlab';
|
|
|
742
743
|
export { default as GlassWater } from './glass-water';
|
|
743
744
|
export { default as Glasses } from './glasses';
|
|
744
745
|
export { default as GlobeLock } from './globe-lock';
|
|
745
|
-
export { default as Globe } from './globe';
|
|
746
746
|
export { default as GlobeX } from './globe-x';
|
|
747
|
-
export { default as
|
|
747
|
+
export { default as Globe } from './globe';
|
|
748
748
|
export { default as Gpu } from './gpu';
|
|
749
|
+
export { default as Goal } from './goal';
|
|
749
750
|
export { default as GraduationCap } from './graduation-cap';
|
|
750
|
-
export { default as Grape } from './grape';
|
|
751
751
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
752
|
+
export { default as Grape } from './grape';
|
|
752
753
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
753
754
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
754
755
|
export { default as Grid2x2 } from './grid-2x2';
|
|
@@ -756,22 +757,22 @@ export { default as Grid3x2 } from './grid-3x2';
|
|
|
756
757
|
export { default as Grid3x3 } from './grid-3x3';
|
|
757
758
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
758
759
|
export { default as GripVertical } from './grip-vertical';
|
|
759
|
-
export { default as Grip } from './grip';
|
|
760
760
|
export { default as Group } from './group';
|
|
761
|
+
export { default as Grip } from './grip';
|
|
761
762
|
export { default as Guitar } from './guitar';
|
|
762
763
|
export { default as Ham } from './ham';
|
|
763
|
-
export { default as Hamburger } from './hamburger';
|
|
764
764
|
export { default as Hammer } from './hammer';
|
|
765
|
+
export { default as Hamburger } from './hamburger';
|
|
765
766
|
export { default as HandCoins } from './hand-coins';
|
|
766
767
|
export { default as HandFist } from './hand-fist';
|
|
767
768
|
export { default as HandGrab } from './hand-grab';
|
|
768
|
-
export { default as HandHelping } from './hand-helping';
|
|
769
769
|
export { default as HandHeart } from './hand-heart';
|
|
770
|
+
export { default as HandHelping } from './hand-helping';
|
|
770
771
|
export { default as HandMetal } from './hand-metal';
|
|
771
772
|
export { default as HandPlatter } from './hand-platter';
|
|
772
773
|
export { default as Hand } from './hand';
|
|
773
|
-
export { default as Handbag } from './handbag';
|
|
774
774
|
export { default as Handshake } from './handshake';
|
|
775
|
+
export { default as Handbag } from './handbag';
|
|
775
776
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
776
777
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
777
778
|
export { default as HardDrive } from './hard-drive';
|
|
@@ -783,8 +784,8 @@ export { default as Hd } from './hd';
|
|
|
783
784
|
export { default as HdmiPort } from './hdmi-port';
|
|
784
785
|
export { default as Heading1 } from './heading-1';
|
|
785
786
|
export { default as Heading2 } from './heading-2';
|
|
786
|
-
export { default as Heading3 } from './heading-3';
|
|
787
787
|
export { default as Heading4 } from './heading-4';
|
|
788
|
+
export { default as Heading3 } from './heading-3';
|
|
788
789
|
export { default as Heading5 } from './heading-5';
|
|
789
790
|
export { default as Heading6 } from './heading-6';
|
|
790
791
|
export { default as Heading } from './heading';
|
|
@@ -811,17 +812,17 @@ export { default as Hourglass } from './hourglass';
|
|
|
811
812
|
export { default as HouseHeart } from './house-heart';
|
|
812
813
|
export { default as HousePlug } from './house-plug';
|
|
813
814
|
export { default as HousePlus } from './house-plus';
|
|
815
|
+
export { default as HouseWifi } from './house-wifi';
|
|
814
816
|
export { default as House } from './house';
|
|
815
817
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
816
|
-
export { default as HouseWifi } from './house-wifi';
|
|
817
818
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
818
819
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
819
|
-
export { default as IdCard } from './id-card';
|
|
820
820
|
export { default as ImageDown } from './image-down';
|
|
821
|
+
export { default as IdCard } from './id-card';
|
|
821
822
|
export { default as ImageMinus } from './image-minus';
|
|
822
823
|
export { default as ImageOff } from './image-off';
|
|
823
|
-
export { default as ImagePlay } from './image-play';
|
|
824
824
|
export { default as ImagePlus } from './image-plus';
|
|
825
|
+
export { default as ImagePlay } from './image-play';
|
|
825
826
|
export { default as ImageUp } from './image-up';
|
|
826
827
|
export { default as ImageUpscale } from './image-upscale';
|
|
827
828
|
export { default as Image } from './image';
|
|
@@ -842,29 +843,29 @@ export { default as Kanban } from './kanban';
|
|
|
842
843
|
export { default as Kayak } from './kayak';
|
|
843
844
|
export { default as KeyRound } from './key-round';
|
|
844
845
|
export { default as KeySquare } from './key-square';
|
|
845
|
-
export { default as KeyboardMusic } from './keyboard-music';
|
|
846
846
|
export { default as Key } from './key';
|
|
847
847
|
export { default as KeyboardOff } from './keyboard-off';
|
|
848
|
+
export { default as KeyboardMusic } from './keyboard-music';
|
|
848
849
|
export { default as Keyboard } from './keyboard';
|
|
849
850
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
850
851
|
export { default as LampDesk } from './lamp-desk';
|
|
851
852
|
export { default as LampFloor } from './lamp-floor';
|
|
852
|
-
export { default as LampWallUp } from './lamp-wall-up';
|
|
853
853
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
854
|
-
export { default as
|
|
854
|
+
export { default as LampWallUp } from './lamp-wall-up';
|
|
855
855
|
export { default as LandPlot } from './land-plot';
|
|
856
|
+
export { default as Lamp } from './lamp';
|
|
856
857
|
export { default as Landmark } from './landmark';
|
|
857
858
|
export { default as Languages } from './languages';
|
|
858
859
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
859
860
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
860
861
|
export { default as Laptop } from './laptop';
|
|
861
|
-
export { default as LassoSelect } from './lasso-select';
|
|
862
862
|
export { default as Lasso } from './lasso';
|
|
863
|
+
export { default as LassoSelect } from './lasso-select';
|
|
863
864
|
export { default as Laugh } from './laugh';
|
|
864
865
|
export { default as Layers2 } from './layers-2';
|
|
865
|
-
export { default as LayersPlus } from './layers-plus';
|
|
866
866
|
export { default as Layers } from './layers';
|
|
867
867
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
868
|
+
export { default as LayersPlus } from './layers-plus';
|
|
868
869
|
export { default as LayoutGrid } from './layout-grid';
|
|
869
870
|
export { default as LayoutList } from './layout-list';
|
|
870
871
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
@@ -872,13 +873,13 @@ export { default as LayoutPanelTop } from './layout-panel-top';
|
|
|
872
873
|
export { default as LayoutTemplate } from './layout-template';
|
|
873
874
|
export { default as Leaf } from './leaf';
|
|
874
875
|
export { default as LeafyGreen } from './leafy-green';
|
|
875
|
-
export { default as LibraryBig } from './library-big';
|
|
876
876
|
export { default as Lectern } from './lectern';
|
|
877
|
+
export { default as LibraryBig } from './library-big';
|
|
877
878
|
export { default as Library } from './library';
|
|
878
879
|
export { default as LifeBuoy } from './life-buoy';
|
|
879
880
|
export { default as Ligature } from './ligature';
|
|
880
|
-
export { default as LightbulbOff } from './lightbulb-off';
|
|
881
881
|
export { default as Lightbulb } from './lightbulb';
|
|
882
|
+
export { default as LightbulbOff } from './lightbulb-off';
|
|
882
883
|
export { default as LineSquiggle } from './line-squiggle';
|
|
883
884
|
export { default as Link2Off } from './link-2-off';
|
|
884
885
|
export { default as Link2 } from './link-2';
|
|
@@ -886,8 +887,8 @@ export { default as Link } from './link';
|
|
|
886
887
|
export { default as Linkedin } from './linkedin';
|
|
887
888
|
export { default as ListCheck } from './list-check';
|
|
888
889
|
export { default as ListChecks } from './list-checks';
|
|
889
|
-
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
890
890
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
891
|
+
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
891
892
|
export { default as ListCollapse } from './list-collapse';
|
|
892
893
|
export { default as ListEnd } from './list-end';
|
|
893
894
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
@@ -897,15 +898,15 @@ export { default as ListIndentIncrease } from './list-indent-increase';
|
|
|
897
898
|
export { default as ListMinus } from './list-minus';
|
|
898
899
|
export { default as ListMusic } from './list-music';
|
|
899
900
|
export { default as ListOrdered } from './list-ordered';
|
|
900
|
-
export { default as ListPlus } from './list-plus';
|
|
901
901
|
export { default as ListRestart } from './list-restart';
|
|
902
|
+
export { default as ListPlus } from './list-plus';
|
|
902
903
|
export { default as ListStart } from './list-start';
|
|
903
904
|
export { default as ListTodo } from './list-todo';
|
|
904
905
|
export { default as ListTree } from './list-tree';
|
|
905
|
-
export { default as ListVideo } from './list-video';
|
|
906
906
|
export { default as ListX } from './list-x';
|
|
907
|
-
export { default as
|
|
907
|
+
export { default as ListVideo } from './list-video';
|
|
908
908
|
export { default as List } from './list';
|
|
909
|
+
export { default as LoaderCircle } from './loader-circle';
|
|
909
910
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
910
911
|
export { default as Loader } from './loader';
|
|
911
912
|
export { default as LocateFixed } from './locate-fixed';
|
|
@@ -921,9 +922,9 @@ export { default as Logs } from './logs';
|
|
|
921
922
|
export { default as Lollipop } from './lollipop';
|
|
922
923
|
export { default as Luggage } from './luggage';
|
|
923
924
|
export { default as Magnet } from './magnet';
|
|
925
|
+
export { default as MailCheck } from './mail-check';
|
|
924
926
|
export { default as MailMinus } from './mail-minus';
|
|
925
927
|
export { default as MailOpen } from './mail-open';
|
|
926
|
-
export { default as MailCheck } from './mail-check';
|
|
927
928
|
export { default as MailPlus } from './mail-plus';
|
|
928
929
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
929
930
|
export { default as MailSearch } from './mail-search';
|
|
@@ -948,36 +949,36 @@ export { default as MapPin } from './map-pin';
|
|
|
948
949
|
export { default as MapPinned } from './map-pinned';
|
|
949
950
|
export { default as MapPlus } from './map-plus';
|
|
950
951
|
export { default as Map } from './map';
|
|
951
|
-
export { default as MarsStroke } from './mars-stroke';
|
|
952
952
|
export { default as Mars } from './mars';
|
|
953
|
+
export { default as MarsStroke } from './mars-stroke';
|
|
953
954
|
export { default as Martini } from './martini';
|
|
954
955
|
export { default as Maximize2 } from './maximize-2';
|
|
955
956
|
export { default as Maximize } from './maximize';
|
|
956
957
|
export { default as Medal } from './medal';
|
|
957
958
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
958
959
|
export { default as Megaphone } from './megaphone';
|
|
959
|
-
export { default as Meh } from './meh';
|
|
960
960
|
export { default as MemoryStick } from './memory-stick';
|
|
961
|
+
export { default as Meh } from './meh';
|
|
961
962
|
export { default as Menu } from './menu';
|
|
962
963
|
export { default as Merge } from './merge';
|
|
963
964
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
964
965
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
966
|
+
export { default as MessageCircleMore } from './message-circle-more';
|
|
965
967
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
966
968
|
export { default as MessageCircleOff } from './message-circle-off';
|
|
967
|
-
export { default as MessageCircleMore } from './message-circle-more';
|
|
968
969
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
969
970
|
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
970
971
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
971
|
-
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
972
972
|
export { default as MessageCircleX } from './message-circle-x';
|
|
973
|
-
export { default as
|
|
973
|
+
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
974
974
|
export { default as MessageSquareCode } from './message-square-code';
|
|
975
|
+
export { default as MessageCircle } from './message-circle';
|
|
975
976
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
976
977
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
977
978
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
978
979
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
979
|
-
export { default as MessageSquareLock } from './message-square-lock';
|
|
980
980
|
export { default as MessageSquareMore } from './message-square-more';
|
|
981
|
+
export { default as MessageSquareLock } from './message-square-lock';
|
|
981
982
|
export { default as MessageSquareOff } from './message-square-off';
|
|
982
983
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
983
984
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
@@ -994,8 +995,8 @@ export { default as Mic } from './mic';
|
|
|
994
995
|
export { default as Microchip } from './microchip';
|
|
995
996
|
export { default as Microscope } from './microscope';
|
|
996
997
|
export { default as Microwave } from './microwave';
|
|
997
|
-
export { default as Milestone } from './milestone';
|
|
998
998
|
export { default as MilkOff } from './milk-off';
|
|
999
|
+
export { default as Milestone } from './milestone';
|
|
999
1000
|
export { default as Milk } from './milk';
|
|
1000
1001
|
export { default as Minimize2 } from './minimize-2';
|
|
1001
1002
|
export { default as Minimize } from './minimize';
|
|
@@ -1005,8 +1006,8 @@ export { default as MonitorCloud } from './monitor-cloud';
|
|
|
1005
1006
|
export { default as MonitorCog } from './monitor-cog';
|
|
1006
1007
|
export { default as MonitorDot } from './monitor-dot';
|
|
1007
1008
|
export { default as MonitorDown } from './monitor-down';
|
|
1008
|
-
export { default as MonitorOff } from './monitor-off';
|
|
1009
1009
|
export { default as MonitorPause } from './monitor-pause';
|
|
1010
|
+
export { default as MonitorOff } from './monitor-off';
|
|
1010
1011
|
export { default as MonitorPlay } from './monitor-play';
|
|
1011
1012
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1012
1013
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
@@ -1020,10 +1021,10 @@ export { default as Motorbike } from './motorbike';
|
|
|
1020
1021
|
export { default as MountainSnow } from './mountain-snow';
|
|
1021
1022
|
export { default as Mountain } from './mountain';
|
|
1022
1023
|
export { default as MouseOff } from './mouse-off';
|
|
1023
|
-
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1024
1024
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1025
|
-
export { default as
|
|
1025
|
+
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1026
1026
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1027
|
+
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1027
1028
|
export { default as MousePointer } from './mouse-pointer';
|
|
1028
1029
|
export { default as Mouse } from './mouse';
|
|
1029
1030
|
export { default as Move3d } from './move-3d';
|
|
@@ -1038,8 +1039,8 @@ export { default as MoveRight } from './move-right';
|
|
|
1038
1039
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1039
1040
|
export { default as MoveUpRight } from './move-up-right';
|
|
1040
1041
|
export { default as MoveUp } from './move-up';
|
|
1041
|
-
export { default as MoveVertical } from './move-vertical';
|
|
1042
1042
|
export { default as Move } from './move';
|
|
1043
|
+
export { default as MoveVertical } from './move-vertical';
|
|
1043
1044
|
export { default as Music2 } from './music-2';
|
|
1044
1045
|
export { default as Music3 } from './music-3';
|
|
1045
1046
|
export { default as Music4 } from './music-4';
|
|
@@ -1053,13 +1054,13 @@ export { default as Newspaper } from './newspaper';
|
|
|
1053
1054
|
export { default as Nfc } from './nfc';
|
|
1054
1055
|
export { default as NonBinary } from './non-binary';
|
|
1055
1056
|
export { default as NotebookPen } from './notebook-pen';
|
|
1056
|
-
export { default as NotebookTabs } from './notebook-tabs';
|
|
1057
1057
|
export { default as NotebookText } from './notebook-text';
|
|
1058
|
+
export { default as NotebookTabs } from './notebook-tabs';
|
|
1058
1059
|
export { default as Notebook } from './notebook';
|
|
1059
1060
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1060
1061
|
export { default as NotepadText } from './notepad-text';
|
|
1061
|
-
export { default as NutOff } from './nut-off';
|
|
1062
1062
|
export { default as Nut } from './nut';
|
|
1063
|
+
export { default as NutOff } from './nut-off';
|
|
1063
1064
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1064
1065
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1065
1066
|
export { default as OctagonPause } from './octagon-pause';
|
|
@@ -1067,18 +1068,18 @@ export { default as OctagonX } from './octagon-x';
|
|
|
1067
1068
|
export { default as Octagon } from './octagon';
|
|
1068
1069
|
export { default as Omega } from './omega';
|
|
1069
1070
|
export { default as Option } from './option';
|
|
1070
|
-
export { default as Orbit } from './orbit';
|
|
1071
1071
|
export { default as Origami } from './origami';
|
|
1072
|
+
export { default as Orbit } from './orbit';
|
|
1072
1073
|
export { default as Package2 } from './package-2';
|
|
1073
1074
|
export { default as PackageCheck } from './package-check';
|
|
1074
1075
|
export { default as PackageMinus } from './package-minus';
|
|
1075
1076
|
export { default as PackageOpen } from './package-open';
|
|
1076
|
-
export { default as PackagePlus } from './package-plus';
|
|
1077
1077
|
export { default as PackageSearch } from './package-search';
|
|
1078
|
+
export { default as PackagePlus } from './package-plus';
|
|
1078
1079
|
export { default as PackageX } from './package-x';
|
|
1079
|
-
export { default as Package } from './package';
|
|
1080
1080
|
export { default as PaintBucket } from './paint-bucket';
|
|
1081
1081
|
export { default as PaintRoller } from './paint-roller';
|
|
1082
|
+
export { default as Package } from './package';
|
|
1082
1083
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1083
1084
|
export { default as Paintbrush } from './paintbrush';
|
|
1084
1085
|
export { default as Palette } from './palette';
|
|
@@ -1088,8 +1089,8 @@ export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
|
1088
1089
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1089
1090
|
export { default as PanelBottom } from './panel-bottom';
|
|
1090
1091
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1091
|
-
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1092
1092
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1093
|
+
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1093
1094
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1094
1095
|
export { default as PanelLeft } from './panel-left';
|
|
1095
1096
|
export { default as PanelRightClose } from './panel-right-close';
|
|
@@ -1099,12 +1100,12 @@ export { default as PanelRight } from './panel-right';
|
|
|
1099
1100
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1100
1101
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1101
1102
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1102
|
-
export { default as PanelTop } from './panel-top';
|
|
1103
1103
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1104
|
+
export { default as PanelTop } from './panel-top';
|
|
1104
1105
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1105
1106
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1106
|
-
export { default as Paperclip } from './paperclip';
|
|
1107
1107
|
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1108
|
+
export { default as Paperclip } from './paperclip';
|
|
1108
1109
|
export { default as Parentheses } from './parentheses';
|
|
1109
1110
|
export { default as ParkingMeter } from './parking-meter';
|
|
1110
1111
|
export { default as PartyPopper } from './party-popper';
|
|
@@ -1116,16 +1117,16 @@ export { default as PenOff } from './pen-off';
|
|
|
1116
1117
|
export { default as PenTool } from './pen-tool';
|
|
1117
1118
|
export { default as Pen } from './pen';
|
|
1118
1119
|
export { default as PencilLine } from './pencil-line';
|
|
1119
|
-
export { default as PencilOff } from './pencil-off';
|
|
1120
1120
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1121
|
+
export { default as PencilOff } from './pencil-off';
|
|
1121
1122
|
export { default as Pencil } from './pencil';
|
|
1122
1123
|
export { default as Pentagon } from './pentagon';
|
|
1123
1124
|
export { default as Percent } from './percent';
|
|
1124
1125
|
export { default as PersonStanding } from './person-standing';
|
|
1125
1126
|
export { default as PhoneCall } from './phone-call';
|
|
1126
1127
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1127
|
-
export { default as PhoneIncoming } from './phone-incoming';
|
|
1128
1128
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1129
|
+
export { default as PhoneIncoming } from './phone-incoming';
|
|
1129
1130
|
export { default as PhoneMissed } from './phone-missed';
|
|
1130
1131
|
export { default as PhoneOff } from './phone-off';
|
|
1131
1132
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
@@ -1141,8 +1142,8 @@ export { default as PilcrowRight } from './pilcrow-right';
|
|
|
1141
1142
|
export { default as Pilcrow } from './pilcrow';
|
|
1142
1143
|
export { default as PillBottle } from './pill-bottle';
|
|
1143
1144
|
export { default as Pill } from './pill';
|
|
1144
|
-
export { default as PinOff } from './pin-off';
|
|
1145
1145
|
export { default as Pin } from './pin';
|
|
1146
|
+
export { default as PinOff } from './pin-off';
|
|
1146
1147
|
export { default as Pipette } from './pipette';
|
|
1147
1148
|
export { default as Pizza } from './pizza';
|
|
1148
1149
|
export { default as PlaneLanding } from './plane-landing';
|
|
@@ -1151,8 +1152,8 @@ export { default as Plane } from './plane';
|
|
|
1151
1152
|
export { default as Play } from './play';
|
|
1152
1153
|
export { default as Plug2 } from './plug-2';
|
|
1153
1154
|
export { default as PlugZap } from './plug-zap';
|
|
1154
|
-
export { default as Plug } from './plug';
|
|
1155
1155
|
export { default as Plus } from './plus';
|
|
1156
|
+
export { default as Plug } from './plug';
|
|
1156
1157
|
export { default as PocketKnife } from './pocket-knife';
|
|
1157
1158
|
export { default as Pocket } from './pocket';
|
|
1158
1159
|
export { default as Podcast } from './podcast';
|
|
@@ -1161,14 +1162,14 @@ export { default as Pointer } from './pointer';
|
|
|
1161
1162
|
export { default as Popcorn } from './popcorn';
|
|
1162
1163
|
export { default as Popsicle } from './popsicle';
|
|
1163
1164
|
export { default as PoundSterling } from './pound-sterling';
|
|
1164
|
-
export { default as Power } from './power';
|
|
1165
1165
|
export { default as PowerOff } from './power-off';
|
|
1166
1166
|
export { default as Presentation } from './presentation';
|
|
1167
|
+
export { default as Power } from './power';
|
|
1167
1168
|
export { default as PrinterCheck } from './printer-check';
|
|
1168
1169
|
export { default as PrinterX } from './printer-x';
|
|
1169
1170
|
export { default as Printer } from './printer';
|
|
1170
|
-
export { default as Projector } from './projector';
|
|
1171
1171
|
export { default as Proportions } from './proportions';
|
|
1172
|
+
export { default as Projector } from './projector';
|
|
1172
1173
|
export { default as Puzzle } from './puzzle';
|
|
1173
1174
|
export { default as Pyramid } from './pyramid';
|
|
1174
1175
|
export { default as QrCode } from './qr-code';
|
|
@@ -1179,8 +1180,8 @@ export { default as Radiation } from './radiation';
|
|
|
1179
1180
|
export { default as Radical } from './radical';
|
|
1180
1181
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1181
1182
|
export { default as RadioTower } from './radio-tower';
|
|
1182
|
-
export { default as Radius } from './radius';
|
|
1183
1183
|
export { default as Radio } from './radio';
|
|
1184
|
+
export { default as Radius } from './radius';
|
|
1184
1185
|
export { default as RailSymbol } from './rail-symbol';
|
|
1185
1186
|
export { default as Rainbow } from './rainbow';
|
|
1186
1187
|
export { default as Rat } from './rat';
|
|
@@ -1190,8 +1191,8 @@ export { default as ReceiptEuro } from './receipt-euro';
|
|
|
1190
1191
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1191
1192
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1192
1193
|
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1193
|
-
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1194
1194
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1195
|
+
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1195
1196
|
export { default as ReceiptText } from './receipt-text';
|
|
1196
1197
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1197
1198
|
export { default as Receipt } from './receipt';
|
|
@@ -1202,8 +1203,8 @@ export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
|
1202
1203
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1203
1204
|
export { default as Recycle } from './recycle';
|
|
1204
1205
|
export { default as Redo2 } from './redo-2';
|
|
1205
|
-
export { default as RedoDot } from './redo-dot';
|
|
1206
1206
|
export { default as Redo } from './redo';
|
|
1207
|
+
export { default as RedoDot } from './redo-dot';
|
|
1207
1208
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1208
1209
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1209
1210
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
@@ -1213,25 +1214,25 @@ export { default as Regex } from './regex';
|
|
|
1213
1214
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1214
1215
|
export { default as Repeat1 } from './repeat-1';
|
|
1215
1216
|
export { default as Repeat2 } from './repeat-2';
|
|
1216
|
-
export { default as Repeat } from './repeat';
|
|
1217
1217
|
export { default as ReplaceAll } from './replace-all';
|
|
1218
|
+
export { default as Repeat } from './repeat';
|
|
1218
1219
|
export { default as Replace } from './replace';
|
|
1219
1220
|
export { default as ReplyAll } from './reply-all';
|
|
1220
|
-
export { default as Rewind } from './rewind';
|
|
1221
1221
|
export { default as Reply } from './reply';
|
|
1222
|
-
export { default as
|
|
1222
|
+
export { default as Rewind } from './rewind';
|
|
1223
1223
|
export { default as Rocket } from './rocket';
|
|
1224
|
+
export { default as Ribbon } from './ribbon';
|
|
1224
1225
|
export { default as RockingChair } from './rocking-chair';
|
|
1225
1226
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1226
1227
|
export { default as Rose } from './rose';
|
|
1227
|
-
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1228
1228
|
export { default as Rotate3d } from './rotate-3d';
|
|
1229
|
+
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1229
1230
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1230
1231
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1231
1232
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1232
1233
|
export { default as RotateCw } from './rotate-cw';
|
|
1233
|
-
export { default as RouteOff } from './route-off';
|
|
1234
1234
|
export { default as Route } from './route';
|
|
1235
|
+
export { default as RouteOff } from './route-off';
|
|
1235
1236
|
export { default as Router } from './router';
|
|
1236
1237
|
export { default as Rows2 } from './rows-2';
|
|
1237
1238
|
export { default as Rows3 } from './rows-3';
|
|
@@ -1248,16 +1249,16 @@ export { default as Satellite } from './satellite';
|
|
|
1248
1249
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1249
1250
|
export { default as SaveAll } from './save-all';
|
|
1250
1251
|
export { default as SaveOff } from './save-off';
|
|
1251
|
-
export { default as Save } from './save';
|
|
1252
1252
|
export { default as Scale3d } from './scale-3d';
|
|
1253
|
+
export { default as Save } from './save';
|
|
1253
1254
|
export { default as Scale } from './scale';
|
|
1254
1255
|
export { default as Scaling } from './scaling';
|
|
1255
1256
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1256
1257
|
export { default as ScanEye } from './scan-eye';
|
|
1257
1258
|
export { default as ScanFace } from './scan-face';
|
|
1258
1259
|
export { default as ScanHeart } from './scan-heart';
|
|
1259
|
-
export { default as ScanLine } from './scan-line';
|
|
1260
1260
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1261
|
+
export { default as ScanLine } from './scan-line';
|
|
1261
1262
|
export { default as ScanSearch } from './scan-search';
|
|
1262
1263
|
export { default as ScanText } from './scan-text';
|
|
1263
1264
|
export { default as Scan } from './scan';
|
|
@@ -1296,8 +1297,8 @@ export { default as ShieldAlert } from './shield-alert';
|
|
|
1296
1297
|
export { default as ShieldBan } from './shield-ban';
|
|
1297
1298
|
export { default as ShieldCheck } from './shield-check';
|
|
1298
1299
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1299
|
-
export { default as ShieldMinus } from './shield-minus';
|
|
1300
1300
|
export { default as ShieldHalf } from './shield-half';
|
|
1301
|
+
export { default as ShieldMinus } from './shield-minus';
|
|
1301
1302
|
export { default as ShieldOff } from './shield-off';
|
|
1302
1303
|
export { default as ShieldPlus } from './shield-plus';
|
|
1303
1304
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
@@ -1311,8 +1312,8 @@ export { default as ShoppingBag } from './shopping-bag';
|
|
|
1311
1312
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
1312
1313
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1313
1314
|
export { default as Shovel } from './shovel';
|
|
1314
|
-
export { default as Shredder } from './shredder';
|
|
1315
1315
|
export { default as ShowerHead } from './shower-head';
|
|
1316
|
+
export { default as Shredder } from './shredder';
|
|
1316
1317
|
export { default as Shrimp } from './shrimp';
|
|
1317
1318
|
export { default as Shrink } from './shrink';
|
|
1318
1319
|
export { default as Shrub } from './shrub';
|
|
@@ -1363,18 +1364,18 @@ export { default as SprayCan } from './spray-can';
|
|
|
1363
1364
|
export { default as Sprout } from './sprout';
|
|
1364
1365
|
export { default as SquareActivity } from './square-activity';
|
|
1365
1366
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1366
|
-
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1367
1367
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1368
|
+
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1368
1369
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1369
1370
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1370
1371
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1371
|
-
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1372
1372
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1373
|
+
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1373
1374
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1374
1375
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1375
1376
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1376
|
-
export { default as SquareAsterisk } from './square-asterisk';
|
|
1377
1377
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1378
|
+
export { default as SquareAsterisk } from './square-asterisk';
|
|
1378
1379
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1379
1380
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1380
1381
|
export { default as SquareCheckBig } from './square-check-big';
|
|
@@ -1394,17 +1395,17 @@ export { default as SquareDivide } from './square-divide';
|
|
|
1394
1395
|
export { default as SquareDot } from './square-dot';
|
|
1395
1396
|
export { default as SquareEqual } from './square-equal';
|
|
1396
1397
|
export { default as SquareFunction } from './square-function';
|
|
1397
|
-
export { default as SquareKanban } from './square-kanban';
|
|
1398
1398
|
export { default as SquareLibrary } from './square-library';
|
|
1399
|
-
export { default as
|
|
1399
|
+
export { default as SquareKanban } from './square-kanban';
|
|
1400
1400
|
export { default as SquareMenu } from './square-menu';
|
|
1401
|
-
export { default as
|
|
1401
|
+
export { default as SquareM } from './square-m';
|
|
1402
1402
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1403
|
+
export { default as SquareMinus } from './square-minus';
|
|
1403
1404
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1404
1405
|
export { default as SquareParking } from './square-parking';
|
|
1405
1406
|
export { default as SquarePause } from './square-pause';
|
|
1406
|
-
export { default as SquarePen } from './square-pen';
|
|
1407
1407
|
export { default as SquarePercent } from './square-percent';
|
|
1408
|
+
export { default as SquarePen } from './square-pen';
|
|
1408
1409
|
export { default as SquarePi } from './square-pi';
|
|
1409
1410
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1410
1411
|
export { default as SquarePlay } from './square-play';
|
|
@@ -1425,9 +1426,9 @@ export { default as SquareTerminal } from './square-terminal';
|
|
|
1425
1426
|
export { default as SquareUserRound } from './square-user-round';
|
|
1426
1427
|
export { default as SquareUser } from './square-user';
|
|
1427
1428
|
export { default as SquareX } from './square-x';
|
|
1429
|
+
export { default as SquaresExclude } from './squares-exclude';
|
|
1428
1430
|
export { default as Square } from './square';
|
|
1429
1431
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1430
|
-
export { default as SquaresExclude } from './squares-exclude';
|
|
1431
1432
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1432
1433
|
export { default as SquaresUnite } from './squares-unite';
|
|
1433
1434
|
export { default as SquircleDashed } from './squircle-dashed';
|
|
@@ -1446,25 +1447,25 @@ export { default as Stone } from './stone';
|
|
|
1446
1447
|
export { default as Store } from './store';
|
|
1447
1448
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1448
1449
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1449
|
-
export { default as Subscript } from './subscript';
|
|
1450
1450
|
export { default as Strikethrough } from './strikethrough';
|
|
1451
|
+
export { default as Subscript } from './subscript';
|
|
1451
1452
|
export { default as SunDim } from './sun-dim';
|
|
1452
1453
|
export { default as SunMedium } from './sun-medium';
|
|
1453
1454
|
export { default as SunMoon } from './sun-moon';
|
|
1454
1455
|
export { default as SunSnow } from './sun-snow';
|
|
1455
|
-
export { default as Sun } from './sun';
|
|
1456
1456
|
export { default as Sunrise } from './sunrise';
|
|
1457
|
+
export { default as Sun } from './sun';
|
|
1457
1458
|
export { default as Sunset } from './sunset';
|
|
1458
|
-
export { default as Superscript } from './superscript';
|
|
1459
1459
|
export { default as SwatchBook } from './swatch-book';
|
|
1460
|
+
export { default as Superscript } from './superscript';
|
|
1460
1461
|
export { default as SwissFranc } from './swiss-franc';
|
|
1461
|
-
export { default as Sword } from './sword';
|
|
1462
1462
|
export { default as SwitchCamera } from './switch-camera';
|
|
1463
|
+
export { default as Sword } from './sword';
|
|
1463
1464
|
export { default as Swords } from './swords';
|
|
1464
|
-
export { default as Syringe } from './syringe';
|
|
1465
1465
|
export { default as Table2 } from './table-2';
|
|
1466
|
-
export { default as
|
|
1466
|
+
export { default as Syringe } from './syringe';
|
|
1467
1467
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1468
|
+
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1468
1469
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1469
1470
|
export { default as TableOfContents } from './table-of-contents';
|
|
1470
1471
|
export { default as TableProperties } from './table-properties';
|
|
@@ -1484,8 +1485,8 @@ export { default as Tangent } from './tangent';
|
|
|
1484
1485
|
export { default as Target } from './target';
|
|
1485
1486
|
export { default as Telescope } from './telescope';
|
|
1486
1487
|
export { default as TentTree } from './tent-tree';
|
|
1487
|
-
export { default as Terminal } from './terminal';
|
|
1488
1488
|
export { default as Tent } from './tent';
|
|
1489
|
+
export { default as Terminal } from './terminal';
|
|
1489
1490
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1490
1491
|
export { default as TestTube } from './test-tube';
|
|
1491
1492
|
export { default as TestTubes } from './test-tubes';
|
|
@@ -1509,10 +1510,10 @@ export { default as ThumbsUp } from './thumbs-up';
|
|
|
1509
1510
|
export { default as TicketCheck } from './ticket-check';
|
|
1510
1511
|
export { default as TicketMinus } from './ticket-minus';
|
|
1511
1512
|
export { default as TicketPercent } from './ticket-percent';
|
|
1512
|
-
export { default as TicketPlus } from './ticket-plus';
|
|
1513
1513
|
export { default as TicketSlash } from './ticket-slash';
|
|
1514
|
-
export { default as
|
|
1514
|
+
export { default as TicketPlus } from './ticket-plus';
|
|
1515
1515
|
export { default as Ticket } from './ticket';
|
|
1516
|
+
export { default as TicketX } from './ticket-x';
|
|
1516
1517
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1517
1518
|
export { default as Tickets } from './tickets';
|
|
1518
1519
|
export { default as TimerOff } from './timer-off';
|
|
@@ -1522,8 +1523,8 @@ export { default as ToggleLeft } from './toggle-left';
|
|
|
1522
1523
|
export { default as ToggleRight } from './toggle-right';
|
|
1523
1524
|
export { default as Toilet } from './toilet';
|
|
1524
1525
|
export { default as ToolCase } from './tool-case';
|
|
1525
|
-
export { default as Toolbox } from './toolbox';
|
|
1526
1526
|
export { default as Tornado } from './tornado';
|
|
1527
|
+
export { default as Toolbox } from './toolbox';
|
|
1527
1528
|
export { default as Torus } from './torus';
|
|
1528
1529
|
export { default as TouchpadOff } from './touchpad-off';
|
|
1529
1530
|
export { default as Touchpad } from './touchpad';
|
|
@@ -1533,8 +1534,8 @@ export { default as Tractor } from './tractor';
|
|
|
1533
1534
|
export { default as TrafficCone } from './traffic-cone';
|
|
1534
1535
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1535
1536
|
export { default as TrainFront } from './train-front';
|
|
1536
|
-
export { default as TrainTrack } from './train-track';
|
|
1537
1537
|
export { default as TramFront } from './tram-front';
|
|
1538
|
+
export { default as TrainTrack } from './train-track';
|
|
1538
1539
|
export { default as Transgender } from './transgender';
|
|
1539
1540
|
export { default as Trash2 } from './trash-2';
|
|
1540
1541
|
export { default as Trash } from './trash';
|
|
@@ -1565,69 +1566,71 @@ export { default as TypeOutline } from './type-outline';
|
|
|
1565
1566
|
export { default as Type } from './type';
|
|
1566
1567
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
1567
1568
|
export { default as Umbrella } from './umbrella';
|
|
1568
|
-
export { default as Underline } from './underline';
|
|
1569
1569
|
export { default as Undo2 } from './undo-2';
|
|
1570
|
+
export { default as Underline } from './underline';
|
|
1570
1571
|
export { default as UndoDot } from './undo-dot';
|
|
1571
1572
|
export { default as Undo } from './undo';
|
|
1572
|
-
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1573
1573
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1574
|
-
export { default as
|
|
1574
|
+
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1575
1575
|
export { default as University } from './university';
|
|
1576
|
+
export { default as Ungroup } from './ungroup';
|
|
1576
1577
|
export { default as Unlink2 } from './unlink-2';
|
|
1577
1578
|
export { default as Unlink } from './unlink';
|
|
1578
1579
|
export { default as Unplug } from './unplug';
|
|
1579
1580
|
export { default as Upload } from './upload';
|
|
1580
|
-
export { default as Usb } from './usb';
|
|
1581
1581
|
export { default as UserCheck } from './user-check';
|
|
1582
|
+
export { default as Usb } from './usb';
|
|
1582
1583
|
export { default as UserCog } from './user-cog';
|
|
1584
|
+
export { default as UserKey } from './user-key';
|
|
1583
1585
|
export { default as UserLock } from './user-lock';
|
|
1584
1586
|
export { default as UserMinus } from './user-minus';
|
|
1585
|
-
export { default as UserPen } from './user-pen';
|
|
1586
1587
|
export { default as UserPlus } from './user-plus';
|
|
1588
|
+
export { default as UserPen } from './user-pen';
|
|
1587
1589
|
export { default as UserRoundCheck } from './user-round-check';
|
|
1588
1590
|
export { default as UserRoundCog } from './user-round-cog';
|
|
1589
|
-
export { default as
|
|
1591
|
+
export { default as UserRoundKey } from './user-round-key';
|
|
1590
1592
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1591
|
-
export { default as
|
|
1593
|
+
export { default as UserRoundPen } from './user-round-pen';
|
|
1592
1594
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1595
|
+
export { default as UserRoundSearch } from './user-round-search';
|
|
1593
1596
|
export { default as UserRoundX } from './user-round-x';
|
|
1594
1597
|
export { default as UserRound } from './user-round';
|
|
1595
1598
|
export { default as UserSearch } from './user-search';
|
|
1596
1599
|
export { default as UserStar } from './user-star';
|
|
1597
|
-
export { default as User } from './user';
|
|
1598
1600
|
export { default as UserX } from './user-x';
|
|
1601
|
+
export { default as User } from './user';
|
|
1599
1602
|
export { default as UsersRound } from './users-round';
|
|
1600
1603
|
export { default as Users } from './users';
|
|
1601
1604
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1602
1605
|
export { default as Utensils } from './utensils';
|
|
1603
|
-
export { default as Van } from './van';
|
|
1604
1606
|
export { default as UtilityPole } from './utility-pole';
|
|
1607
|
+
export { default as Van } from './van';
|
|
1605
1608
|
export { default as Variable } from './variable';
|
|
1606
1609
|
export { default as Vault } from './vault';
|
|
1607
|
-
export { default as Vegan } from './vegan';
|
|
1608
1610
|
export { default as VectorSquare } from './vector-square';
|
|
1611
|
+
export { default as Vegan } from './vegan';
|
|
1609
1612
|
export { default as VenetianMask } from './venetian-mask';
|
|
1610
1613
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1611
|
-
export { default as Venus } from './venus';
|
|
1612
1614
|
export { default as VibrateOff } from './vibrate-off';
|
|
1615
|
+
export { default as Venus } from './venus';
|
|
1616
|
+
export { default as Vibrate } from './vibrate';
|
|
1613
1617
|
export { default as VideoOff } from './video-off';
|
|
1614
1618
|
export { default as Video } from './video';
|
|
1615
|
-
export { default as Vibrate } from './vibrate';
|
|
1616
1619
|
export { default as Videotape } from './videotape';
|
|
1617
1620
|
export { default as View } from './view';
|
|
1618
1621
|
export { default as Voicemail } from './voicemail';
|
|
1619
|
-
export { default as Volleyball } from './volleyball';
|
|
1620
1622
|
export { default as Volume1 } from './volume-1';
|
|
1623
|
+
export { default as Volleyball } from './volleyball';
|
|
1621
1624
|
export { default as Volume2 } from './volume-2';
|
|
1622
1625
|
export { default as VolumeOff } from './volume-off';
|
|
1623
1626
|
export { default as VolumeX } from './volume-x';
|
|
1624
|
-
export { default as Volume } from './volume';
|
|
1625
1627
|
export { default as Vote } from './vote';
|
|
1626
|
-
export { default as
|
|
1628
|
+
export { default as Volume } from './volume';
|
|
1627
1629
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1630
|
+
export { default as WalletCards } from './wallet-cards';
|
|
1628
1631
|
export { default as Wallet } from './wallet';
|
|
1629
|
-
export { default as Wallpaper } from './wallpaper';
|
|
1630
1632
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1633
|
+
export { default as Wallpaper } from './wallpaper';
|
|
1631
1634
|
export { default as Wand } from './wand';
|
|
1632
1635
|
export { default as Warehouse } from './warehouse';
|
|
1633
1636
|
export { default as WashingMachine } from './washing-machine';
|