@lucide/astro 1.7.0 → 1.8.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/README.md +6 -1
- package/package.json +2 -2
- package/src/aliases/aliases.ts +160 -154
- package/src/aliases/prefixed.ts +724 -718
- package/src/aliases/suffixed.ts +1103 -1097
- package/src/icons/bookmark-off.ts +18 -0
- package/src/icons/index.ts +188 -187
- package/src/icons/radio-off.ts +2 -2
- package/src/icons/{text-select.ts → square-dashed-text.ts} +4 -4
package/src/icons/index.ts
CHANGED
|
@@ -7,8 +7,8 @@ export { default as AirVent } from './air-vent';
|
|
|
7
7
|
export { default as Airplay } from './airplay';
|
|
8
8
|
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
9
9
|
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
10
|
-
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
11
10
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
11
|
+
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';
|
|
@@ -17,12 +17,12 @@ export { default as AlignCenterVertical } from './align-center-vertical';
|
|
|
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 AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
21
20
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
|
+
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
22
22
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
23
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
|
-
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
25
24
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
25
|
+
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
26
26
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
27
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
28
28
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
@@ -32,8 +32,8 @@ export { default as AlignVerticalDistributeStart } from './align-vertical-distri
|
|
|
32
32
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
33
33
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
34
34
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
35
|
-
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
36
35
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
36
|
+
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
37
37
|
export { default as Ambulance } from './ambulance';
|
|
38
38
|
export { default as Ampersand } from './ampersand';
|
|
39
39
|
export { default as Ampersands } from './ampersands';
|
|
@@ -44,25 +44,25 @@ export { default as Annoyed } from './annoyed';
|
|
|
44
44
|
export { default as Antenna } from './antenna';
|
|
45
45
|
export { default as Anvil } from './anvil';
|
|
46
46
|
export { default as Aperture } from './aperture';
|
|
47
|
-
export { default as AppWindowMac } from './app-window-mac';
|
|
48
47
|
export { default as AppWindow } from './app-window';
|
|
48
|
+
export { default as AppWindowMac } from './app-window-mac';
|
|
49
49
|
export { default as Apple } from './apple';
|
|
50
50
|
export { default as ArchiveRestore } from './archive-restore';
|
|
51
|
-
export { default as Archive } from './archive';
|
|
52
51
|
export { default as ArchiveX } from './archive-x';
|
|
52
|
+
export { default as Archive } from './archive';
|
|
53
53
|
export { default as Armchair } from './armchair';
|
|
54
|
-
export { default as ArrowBigDown } from './arrow-big-down';
|
|
55
54
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
56
55
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
56
|
+
export { default as ArrowBigDown } from './arrow-big-down';
|
|
57
57
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
58
|
-
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
59
58
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
59
|
+
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
60
60
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
61
61
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
62
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
63
63
|
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
64
|
-
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
65
64
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
65
|
+
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
66
66
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
67
67
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
68
68
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
@@ -72,22 +72,22 @@ 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
|
-
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
76
75
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
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';
|
|
79
80
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
80
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
81
|
-
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
82
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';
|
|
86
86
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
87
|
-
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
88
87
|
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
89
|
-
export { default as
|
|
88
|
+
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
90
89
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
90
|
+
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
91
91
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
92
92
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
93
93
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
@@ -95,13 +95,13 @@ 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 Atom } from './atom';
|
|
99
98
|
export { default as AtSign } from './at-sign';
|
|
99
|
+
export { default as Atom } from './atom';
|
|
100
100
|
export { default as AudioLines } from './audio-lines';
|
|
101
101
|
export { default as AudioWaveform } from './audio-waveform';
|
|
102
102
|
export { default as Award } from './award';
|
|
103
|
-
export { default as Axe } from './axe';
|
|
104
103
|
export { default as Axis3d } from './axis-3d';
|
|
104
|
+
export { default as Axe } from './axe';
|
|
105
105
|
export { default as Baby } from './baby';
|
|
106
106
|
export { default as Backpack } from './backpack';
|
|
107
107
|
export { default as BadgeAlert } from './badge-alert';
|
|
@@ -111,8 +111,8 @@ export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
|
111
111
|
export { default as BadgeEuro } from './badge-euro';
|
|
112
112
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
113
113
|
export { default as BadgeInfo } from './badge-info';
|
|
114
|
-
export { default as BadgeMinus } from './badge-minus';
|
|
115
114
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
115
|
+
export { default as BadgeMinus } from './badge-minus';
|
|
116
116
|
export { default as BadgePercent } from './badge-percent';
|
|
117
117
|
export { default as BadgePlus } from './badge-plus';
|
|
118
118
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
@@ -121,8 +121,8 @@ 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';
|
|
@@ -133,10 +133,10 @@ export { default as BanknoteX } from './banknote-x';
|
|
|
133
133
|
export { default as Banknote } from './banknote';
|
|
134
134
|
export { default as Barcode } from './barcode';
|
|
135
135
|
export { default as Barrel } from './barrel';
|
|
136
|
-
export { default as Baseline } from './baseline';
|
|
137
136
|
export { default as Bath } from './bath';
|
|
138
|
-
export { default as
|
|
137
|
+
export { default as Baseline } from './baseline';
|
|
139
138
|
export { default as BatteryCharging } from './battery-charging';
|
|
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
142
|
export { default as BatteryPlus } from './battery-plus';
|
|
@@ -158,9 +158,9 @@ export { default as BellMinus } from './bell-minus';
|
|
|
158
158
|
export { default as BellOff } from './bell-off';
|
|
159
159
|
export { default as BellPlus } from './bell-plus';
|
|
160
160
|
export { default as BellRing } from './bell-ring';
|
|
161
|
-
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
162
|
-
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
163
161
|
export { default as Bell } from './bell';
|
|
162
|
+
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
163
|
+
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
164
164
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
165
165
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
166
166
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
@@ -201,15 +201,16 @@ export { default as BookOpenText } from './book-open-text';
|
|
|
201
201
|
export { default as BookOpen } from './book-open';
|
|
202
202
|
export { default as BookPlus } from './book-plus';
|
|
203
203
|
export { default as BookSearch } from './book-search';
|
|
204
|
-
export { default as BookType } from './book-type';
|
|
205
204
|
export { default as BookText } from './book-text';
|
|
205
|
+
export { default as BookType } from './book-type';
|
|
206
206
|
export { default as BookUp2 } from './book-up-2';
|
|
207
|
-
export { default as BookUser } from './book-user';
|
|
208
207
|
export { default as BookUp } from './book-up';
|
|
208
|
+
export { default as BookUser } from './book-user';
|
|
209
209
|
export { default as BookX } from './book-x';
|
|
210
210
|
export { default as Book } from './book';
|
|
211
211
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
212
212
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
213
|
+
export { default as BookmarkOff } from './bookmark-off';
|
|
213
214
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
214
215
|
export { default as BookmarkX } from './bookmark-x';
|
|
215
216
|
export { default as Bookmark } from './bookmark';
|
|
@@ -225,8 +226,8 @@ export { default as Braces } from './braces';
|
|
|
225
226
|
export { default as Brackets } from './brackets';
|
|
226
227
|
export { default as BrainCircuit } from './brain-circuit';
|
|
227
228
|
export { default as BrainCog } from './brain-cog';
|
|
228
|
-
export { default as BrickWallFire } from './brick-wall-fire';
|
|
229
229
|
export { default as Brain } from './brain';
|
|
230
|
+
export { default as BrickWallFire } from './brick-wall-fire';
|
|
230
231
|
export { default as BrickWallShield } from './brick-wall-shield';
|
|
231
232
|
export { default as BrickWall } from './brick-wall';
|
|
232
233
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
@@ -243,14 +244,14 @@ export { default as Bug } from './bug';
|
|
|
243
244
|
export { default as Building2 } from './building-2';
|
|
244
245
|
export { default as Building } from './building';
|
|
245
246
|
export { default as BusFront } from './bus-front';
|
|
246
|
-
export { default as Bus } from './bus';
|
|
247
247
|
export { default as CableCar } from './cable-car';
|
|
248
|
+
export { default as Bus } from './bus';
|
|
248
249
|
export { default as Cable } from './cable';
|
|
249
250
|
export { default as CakeSlice } from './cake-slice';
|
|
250
251
|
export { default as Calculator } from './calculator';
|
|
251
252
|
export { default as Cake } from './cake';
|
|
252
|
-
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
253
253
|
export { default as Calendar1 } from './calendar-1';
|
|
254
|
+
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
254
255
|
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
255
256
|
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
256
257
|
export { default as CalendarCheck } from './calendar-check';
|
|
@@ -273,8 +274,8 @@ export { default as Calendar } from './calendar';
|
|
|
273
274
|
export { default as Calendars } from './calendars';
|
|
274
275
|
export { default as CameraOff } from './camera-off';
|
|
275
276
|
export { default as Camera } from './camera';
|
|
276
|
-
export { default as CandyOff } from './candy-off';
|
|
277
277
|
export { default as CandyCane } from './candy-cane';
|
|
278
|
+
export { default as CandyOff } from './candy-off';
|
|
278
279
|
export { default as Candy } from './candy';
|
|
279
280
|
export { default as CannabisOff } from './cannabis-off';
|
|
280
281
|
export { default as Cannabis } from './cannabis';
|
|
@@ -295,18 +296,18 @@ export { default as Castle } from './castle';
|
|
|
295
296
|
export { default as Cat } from './cat';
|
|
296
297
|
export { default as CctvOff } from './cctv-off';
|
|
297
298
|
export { default as Cctv } from './cctv';
|
|
298
|
-
export { default as ChartBarBig } from './chart-bar-big';
|
|
299
299
|
export { default as ChartArea } from './chart-area';
|
|
300
|
+
export { default as ChartBarBig } from './chart-bar-big';
|
|
300
301
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
301
302
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
302
|
-
export { default as ChartBar } from './chart-bar';
|
|
303
303
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
304
|
-
export { default as
|
|
304
|
+
export { default as ChartBar } from './chart-bar';
|
|
305
305
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
306
|
+
export { default as ChartColumnBig } from './chart-column-big';
|
|
306
307
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
307
308
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
308
|
-
export { default as ChartColumn } from './chart-column';
|
|
309
309
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
310
|
+
export { default as ChartColumn } from './chart-column';
|
|
310
311
|
export { default as ChartGantt } from './chart-gantt';
|
|
311
312
|
export { default as ChartLine } from './chart-line';
|
|
312
313
|
export { default as ChartNetwork } from './chart-network';
|
|
@@ -341,15 +342,15 @@ export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-elli
|
|
|
341
342
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
342
343
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
343
344
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
344
|
-
export { default as ChevronsRight } from './chevrons-right';
|
|
345
345
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
346
|
+
export { default as ChevronsRight } from './chevrons-right';
|
|
346
347
|
export { default as ChevronsUp } from './chevrons-up';
|
|
347
348
|
export { default as Church } from './church';
|
|
348
349
|
export { default as CigaretteOff } from './cigarette-off';
|
|
349
350
|
export { default as Cigarette } from './cigarette';
|
|
350
351
|
export { default as CircleAlert } from './circle-alert';
|
|
351
|
-
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
352
352
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
353
|
+
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
353
354
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
354
355
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
355
356
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
@@ -363,36 +364,36 @@ export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
|
363
364
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
364
365
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
365
366
|
export { default as CircleDashed } from './circle-dashed';
|
|
366
|
-
export { default as CircleDivide } from './circle-divide';
|
|
367
367
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
368
|
+
export { default as CircleDivide } from './circle-divide';
|
|
368
369
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
369
370
|
export { default as CircleDot } from './circle-dot';
|
|
370
371
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
371
372
|
export { default as CircleEqual } from './circle-equal';
|
|
372
373
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
373
|
-
export { default as CircleGauge } from './circle-gauge';
|
|
374
374
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
375
|
+
export { default as CircleGauge } from './circle-gauge';
|
|
375
376
|
export { default as CircleMinus } from './circle-minus';
|
|
376
377
|
export { default as CircleOff } from './circle-off';
|
|
377
378
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
378
379
|
export { default as CircleParking } from './circle-parking';
|
|
379
380
|
export { default as CirclePause } from './circle-pause';
|
|
380
381
|
export { default as CirclePercent } from './circle-percent';
|
|
381
|
-
export { default as CirclePile } from './circle-pile';
|
|
382
382
|
export { default as CirclePlay } from './circle-play';
|
|
383
|
-
export { default as
|
|
383
|
+
export { default as CirclePile } from './circle-pile';
|
|
384
384
|
export { default as CirclePlus } from './circle-plus';
|
|
385
|
+
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
385
386
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
386
387
|
export { default as CirclePower } from './circle-power';
|
|
387
388
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
388
389
|
export { default as CircleSlash } from './circle-slash';
|
|
389
390
|
export { default as CircleSmall } from './circle-small';
|
|
390
|
-
export { default as CircleStar } from './circle-star';
|
|
391
391
|
export { default as CircleStop } from './circle-stop';
|
|
392
|
+
export { default as CircleStar } from './circle-star';
|
|
392
393
|
export { default as CircleUserRound } from './circle-user-round';
|
|
393
394
|
export { default as CircleUser } from './circle-user';
|
|
394
|
-
export { default as CircleX } from './circle-x';
|
|
395
395
|
export { default as Circle } from './circle';
|
|
396
|
+
export { default as CircleX } from './circle-x';
|
|
396
397
|
export { default as CircuitBoard } from './circuit-board';
|
|
397
398
|
export { default as Citrus } from './citrus';
|
|
398
399
|
export { default as Clapperboard } from './clapperboard';
|
|
@@ -400,18 +401,18 @@ export { default as ClipboardCheck } from './clipboard-check';
|
|
|
400
401
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
401
402
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
402
403
|
export { default as ClipboardList } from './clipboard-list';
|
|
403
|
-
export { default as ClipboardPaste } from './clipboard-paste';
|
|
404
404
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
405
|
+
export { default as ClipboardPaste } from './clipboard-paste';
|
|
405
406
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
406
407
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
407
|
-
export { default as ClipboardType } from './clipboard-type';
|
|
408
408
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
409
|
+
export { default as ClipboardType } from './clipboard-type';
|
|
409
410
|
export { default as ClipboardX } from './clipboard-x';
|
|
410
411
|
export { default as Clipboard } from './clipboard';
|
|
411
412
|
export { default as Clock1 } from './clock-1';
|
|
412
413
|
export { default as Clock10 } from './clock-10';
|
|
413
|
-
export { default as Clock11 } from './clock-11';
|
|
414
414
|
export { default as Clock12 } from './clock-12';
|
|
415
|
+
export { default as Clock11 } from './clock-11';
|
|
415
416
|
export { default as Clock2 } from './clock-2';
|
|
416
417
|
export { default as Clock3 } from './clock-3';
|
|
417
418
|
export { default as Clock4 } from './clock-4';
|
|
@@ -454,11 +455,11 @@ export { default as Club } from './club';
|
|
|
454
455
|
export { default as CodeXml } from './code-xml';
|
|
455
456
|
export { default as Code } from './code';
|
|
456
457
|
export { default as Coffee } from './coffee';
|
|
457
|
-
export { default as Cog } from './cog';
|
|
458
458
|
export { default as Coins } from './coins';
|
|
459
|
-
export { default as
|
|
459
|
+
export { default as Cog } from './cog';
|
|
460
460
|
export { default as Columns2 } from './columns-2';
|
|
461
461
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
462
|
+
export { default as Columns3 } from './columns-3';
|
|
462
463
|
export { default as Columns4 } from './columns-4';
|
|
463
464
|
export { default as Combine } from './combine';
|
|
464
465
|
export { default as Command } from './command';
|
|
@@ -471,41 +472,41 @@ export { default as Construction } from './construction';
|
|
|
471
472
|
export { default as ContactRound } from './contact-round';
|
|
472
473
|
export { default as Contact } from './contact';
|
|
473
474
|
export { default as Container } from './container';
|
|
474
|
-
export { default as Cookie } from './cookie';
|
|
475
475
|
export { default as Contrast } from './contrast';
|
|
476
|
+
export { default as Cookie } from './cookie';
|
|
476
477
|
export { default as CookingPot } from './cooking-pot';
|
|
477
|
-
export { default as CopyMinus } from './copy-minus';
|
|
478
478
|
export { default as CopyCheck } from './copy-check';
|
|
479
479
|
export { default as CopyPlus } from './copy-plus';
|
|
480
|
+
export { default as CopyMinus } from './copy-minus';
|
|
480
481
|
export { default as CopySlash } from './copy-slash';
|
|
481
|
-
export { default as CopyX } from './copy-x';
|
|
482
482
|
export { default as Copy } from './copy';
|
|
483
|
+
export { default as CopyX } from './copy-x';
|
|
483
484
|
export { default as Copyleft } from './copyleft';
|
|
484
485
|
export { default as Copyright } from './copyright';
|
|
485
486
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
486
487
|
export { default as CornerDownRight } from './corner-down-right';
|
|
487
|
-
export { default as CornerLeftUp } from './corner-left-up';
|
|
488
488
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
489
|
+
export { default as CornerLeftUp } from './corner-left-up';
|
|
489
490
|
export { default as CornerRightDown } from './corner-right-down';
|
|
490
491
|
export { default as CornerRightUp } from './corner-right-up';
|
|
491
492
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
492
493
|
export { default as CornerUpRight } from './corner-up-right';
|
|
493
|
-
export { default as CreativeCommons } from './creative-commons';
|
|
494
494
|
export { default as Cpu } from './cpu';
|
|
495
495
|
export { default as CreditCard } from './credit-card';
|
|
496
|
+
export { default as CreativeCommons } from './creative-commons';
|
|
496
497
|
export { default as Croissant } from './croissant';
|
|
497
498
|
export { default as Crop } from './crop';
|
|
498
499
|
export { default as Cross } from './cross';
|
|
499
|
-
export { default as Crosshair } from './crosshair';
|
|
500
500
|
export { default as Crown } from './crown';
|
|
501
|
+
export { default as Crosshair } from './crosshair';
|
|
501
502
|
export { default as Cuboid } from './cuboid';
|
|
502
503
|
export { default as CupSoda } from './cup-soda';
|
|
503
504
|
export { default as Currency } from './currency';
|
|
504
505
|
export { default as Cylinder } from './cylinder';
|
|
505
506
|
export { default as Dam } from './dam';
|
|
506
507
|
export { default as DatabaseBackup } from './database-backup';
|
|
507
|
-
export { default as DatabaseSearch } from './database-search';
|
|
508
508
|
export { default as DatabaseZap } from './database-zap';
|
|
509
|
+
export { default as DatabaseSearch } from './database-search';
|
|
509
510
|
export { default as Database } from './database';
|
|
510
511
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
511
512
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
@@ -520,18 +521,18 @@ export { default as Dice1 } from './dice-1';
|
|
|
520
521
|
export { default as Dice2 } from './dice-2';
|
|
521
522
|
export { default as Dice3 } from './dice-3';
|
|
522
523
|
export { default as Dice4 } from './dice-4';
|
|
523
|
-
export { default as Dice6 } from './dice-6';
|
|
524
524
|
export { default as Dice5 } from './dice-5';
|
|
525
|
-
export { default as
|
|
525
|
+
export { default as Dice6 } from './dice-6';
|
|
526
526
|
export { default as Diff } from './diff';
|
|
527
|
+
export { default as Dices } from './dices';
|
|
527
528
|
export { default as Disc2 } from './disc-2';
|
|
528
529
|
export { default as Disc3 } from './disc-3';
|
|
529
530
|
export { default as DiscAlbum } from './disc-album';
|
|
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';
|
|
533
|
-
export { default as Dna } from './dna';
|
|
534
534
|
export { default as Dock } from './dock';
|
|
535
|
+
export { default as Dna } from './dna';
|
|
535
536
|
export { default as Dog } from './dog';
|
|
536
537
|
export { default as DollarSign } from './dollar-sign';
|
|
537
538
|
export { default as Donut } from './donut';
|
|
@@ -539,8 +540,8 @@ export { default as DoorClosedLocked } from './door-closed-locked';
|
|
|
539
540
|
export { default as DoorClosed } from './door-closed';
|
|
540
541
|
export { default as DoorOpen } from './door-open';
|
|
541
542
|
export { default as Dot } from './dot';
|
|
542
|
-
export { default as Download } from './download';
|
|
543
543
|
export { default as DraftingCompass } from './drafting-compass';
|
|
544
|
+
export { default as Download } from './download';
|
|
544
545
|
export { default as Drama } from './drama';
|
|
545
546
|
export { default as Drill } from './drill';
|
|
546
547
|
export { default as Drone } from './drone';
|
|
@@ -550,44 +551,44 @@ export { default as Droplets } from './droplets';
|
|
|
550
551
|
export { default as Drum } from './drum';
|
|
551
552
|
export { default as Drumstick } from './drumstick';
|
|
552
553
|
export { default as Dumbbell } from './dumbbell';
|
|
553
|
-
export { default as Ear } from './ear';
|
|
554
554
|
export { default as EarOff } from './ear-off';
|
|
555
|
+
export { default as Ear } from './ear';
|
|
555
556
|
export { default as EarthLock } from './earth-lock';
|
|
556
557
|
export { default as Earth } from './earth';
|
|
557
558
|
export { default as Eclipse } from './eclipse';
|
|
558
559
|
export { default as EggFried } from './egg-fried';
|
|
559
|
-
export { default as Egg } from './egg';
|
|
560
560
|
export { default as EggOff } from './egg-off';
|
|
561
|
+
export { default as Egg } from './egg';
|
|
561
562
|
export { default as Ellipse } from './ellipse';
|
|
562
|
-
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
563
563
|
export { default as Ellipsis } from './ellipsis';
|
|
564
|
+
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
564
565
|
export { default as EqualApproximately } from './equal-approximately';
|
|
565
566
|
export { default as EqualNot } from './equal-not';
|
|
566
|
-
export { default as Eraser } from './eraser';
|
|
567
567
|
export { default as Equal } from './equal';
|
|
568
|
+
export { default as Eraser } from './eraser';
|
|
568
569
|
export { default as EthernetPort } from './ethernet-port';
|
|
569
570
|
export { default as Euro } from './euro';
|
|
570
571
|
export { default as EvCharger } from './ev-charger';
|
|
571
572
|
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
|
-
export { default as EyeOff } from './eye-off';
|
|
575
575
|
export { default as Eye } from './eye';
|
|
576
|
+
export { default as EyeOff } from './eye-off';
|
|
576
577
|
export { default as Factory } from './factory';
|
|
577
578
|
export { default as Fan } from './fan';
|
|
578
579
|
export { default as FastForward } from './fast-forward';
|
|
579
580
|
export { default as Feather } from './feather';
|
|
580
581
|
export { default as Fence } from './fence';
|
|
581
582
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
582
|
-
export { default as FileAxis3d } from './file-axis-3d';
|
|
583
583
|
export { default as FileArchive } from './file-archive';
|
|
584
|
+
export { default as FileAxis3d } from './file-axis-3d';
|
|
584
585
|
export { default as FileBadge } from './file-badge';
|
|
585
|
-
export { default as FileBracesCorner } from './file-braces-corner';
|
|
586
586
|
export { default as FileBox } from './file-box';
|
|
587
|
-
export { default as
|
|
587
|
+
export { default as FileBracesCorner } from './file-braces-corner';
|
|
588
588
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
589
|
-
export { default as
|
|
589
|
+
export { default as FileBraces } from './file-braces';
|
|
590
590
|
export { default as FileChartColumn } from './file-chart-column';
|
|
591
|
+
export { default as FileChartLine } from './file-chart-line';
|
|
591
592
|
export { default as FileChartPie } from './file-chart-pie';
|
|
592
593
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
593
594
|
export { default as FileCheck } from './file-check';
|
|
@@ -604,44 +605,44 @@ export { default as FileHeart } from './file-heart';
|
|
|
604
605
|
export { default as FileImage } from './file-image';
|
|
605
606
|
export { default as FileInput } from './file-input';
|
|
606
607
|
export { default as FileKey } from './file-key';
|
|
607
|
-
export { default as FileLock } from './file-lock';
|
|
608
608
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
609
|
-
export { default as
|
|
609
|
+
export { default as FileLock } from './file-lock';
|
|
610
610
|
export { default as FileMusic } from './file-music';
|
|
611
|
-
export { default as
|
|
611
|
+
export { default as FileMinus } from './file-minus';
|
|
612
612
|
export { default as FilePenLine } from './file-pen-line';
|
|
613
|
+
export { default as FileOutput } from './file-output';
|
|
613
614
|
export { default as FilePen } from './file-pen';
|
|
614
615
|
export { default as FilePlay } from './file-play';
|
|
615
616
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
616
617
|
export { default as FilePlus } from './file-plus';
|
|
617
618
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
618
|
-
export { default as FileScan } from './file-scan';
|
|
619
619
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
620
|
-
export { default as
|
|
620
|
+
export { default as FileScan } from './file-scan';
|
|
621
621
|
export { default as FileSignal } from './file-signal';
|
|
622
|
-
export { default as
|
|
622
|
+
export { default as FileSearch } from './file-search';
|
|
623
623
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
624
|
+
export { default as FileSliders } from './file-sliders';
|
|
624
625
|
export { default as FileStack } from './file-stack';
|
|
625
626
|
export { default as FileSymlink } from './file-symlink';
|
|
626
627
|
export { default as FileText } from './file-text';
|
|
627
628
|
export { default as FileTerminal } from './file-terminal';
|
|
628
629
|
export { default as FileTypeCorner } from './file-type-corner';
|
|
629
630
|
export { default as FileType } from './file-type';
|
|
630
|
-
export { default as FileUp } from './file-up';
|
|
631
631
|
export { default as FileUser } from './file-user';
|
|
632
|
+
export { default as FileUp } from './file-up';
|
|
632
633
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
633
|
-
export { default as FileXCorner } from './file-x-corner';
|
|
634
634
|
export { default as FileVolume } from './file-volume';
|
|
635
|
+
export { default as FileXCorner } from './file-x-corner';
|
|
635
636
|
export { default as FileX } from './file-x';
|
|
636
637
|
export { default as File } from './file';
|
|
637
638
|
export { default as Files } from './files';
|
|
638
639
|
export { default as Film } from './film';
|
|
639
|
-
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
640
640
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
641
|
+
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
641
642
|
export { default as FishOff } from './fish-off';
|
|
642
643
|
export { default as FishSymbol } from './fish-symbol';
|
|
643
|
-
export { default as FishingHook } from './fishing-hook';
|
|
644
644
|
export { default as Fish } from './fish';
|
|
645
|
+
export { default as FishingHook } from './fishing-hook';
|
|
645
646
|
export { default as FishingRod } from './fishing-rod';
|
|
646
647
|
export { default as FlagOff } from './flag-off';
|
|
647
648
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
@@ -658,8 +659,8 @@ export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
|
658
659
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
659
660
|
export { default as Flower2 } from './flower-2';
|
|
660
661
|
export { default as Flower } from './flower';
|
|
661
|
-
export { default as FoldHorizontal } from './fold-horizontal';
|
|
662
662
|
export { default as Focus } from './focus';
|
|
663
|
+
export { default as FoldHorizontal } from './fold-horizontal';
|
|
663
664
|
export { default as FoldVertical } from './fold-vertical';
|
|
664
665
|
export { default as FolderArchive } from './folder-archive';
|
|
665
666
|
export { default as FolderCheck } from './folder-check';
|
|
@@ -688,27 +689,27 @@ export { default as FolderSearch } from './folder-search';
|
|
|
688
689
|
export { default as FolderSymlink } from './folder-symlink';
|
|
689
690
|
export { default as FolderSync } from './folder-sync';
|
|
690
691
|
export { default as FolderTree } from './folder-tree';
|
|
691
|
-
export { default as FolderX } from './folder-x';
|
|
692
692
|
export { default as FolderUp } from './folder-up';
|
|
693
|
+
export { default as FolderX } from './folder-x';
|
|
693
694
|
export { default as Folder } from './folder';
|
|
694
695
|
export { default as Folders } from './folders';
|
|
695
696
|
export { default as Footprints } from './footprints';
|
|
696
697
|
export { default as Forklift } from './forklift';
|
|
697
698
|
export { default as Form } from './form';
|
|
698
|
-
export { default as Forward } from './forward';
|
|
699
699
|
export { default as Frame } from './frame';
|
|
700
|
+
export { default as Forward } from './forward';
|
|
700
701
|
export { default as Frown } from './frown';
|
|
701
702
|
export { default as Fuel } from './fuel';
|
|
702
703
|
export { default as Fullscreen } from './fullscreen';
|
|
703
704
|
export { default as FunnelPlus } from './funnel-plus';
|
|
704
705
|
export { default as FunnelX } from './funnel-x';
|
|
705
|
-
export { default as Funnel } from './funnel';
|
|
706
706
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
707
|
+
export { default as Funnel } from './funnel';
|
|
707
708
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
708
709
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
709
710
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
710
|
-
export { default as Gamepad2 } from './gamepad-2';
|
|
711
711
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
712
|
+
export { default as Gamepad2 } from './gamepad-2';
|
|
712
713
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
713
714
|
export { default as Gamepad } from './gamepad';
|
|
714
715
|
export { default as Gauge } from './gauge';
|
|
@@ -719,28 +720,28 @@ export { default as Ghost } from './ghost';
|
|
|
719
720
|
export { default as Gift } from './gift';
|
|
720
721
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
721
722
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
722
|
-
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
723
723
|
export { default as GitBranch } from './git-branch';
|
|
724
|
+
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
724
725
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
725
726
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
726
727
|
export { default as GitCompare } from './git-compare';
|
|
727
728
|
export { default as GitFork } from './git-fork';
|
|
728
729
|
export { default as GitGraph } from './git-graph';
|
|
729
730
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
730
|
-
export { default as GitMerge } from './git-merge';
|
|
731
731
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
732
|
+
export { default as GitMerge } from './git-merge';
|
|
732
733
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
733
734
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
734
735
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
736
|
+
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
735
737
|
export { default as GitPullRequest } from './git-pull-request';
|
|
736
738
|
export { default as GlassWater } from './glass-water';
|
|
737
739
|
export { default as Glasses } from './glasses';
|
|
738
|
-
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
739
740
|
export { default as GlobeLock } from './globe-lock';
|
|
740
741
|
export { default as GlobeOff } from './globe-off';
|
|
741
|
-
export { default as GlobeX } from './globe-x';
|
|
742
742
|
export { default as Globe } from './globe';
|
|
743
743
|
export { default as Goal } from './goal';
|
|
744
|
+
export { default as GlobeX } from './globe-x';
|
|
744
745
|
export { default as Gpu } from './gpu';
|
|
745
746
|
export { default as GraduationCap } from './graduation-cap';
|
|
746
747
|
export { default as Grape } from './grape';
|
|
@@ -757,8 +758,8 @@ export { default as Group } from './group';
|
|
|
757
758
|
export { default as Guitar } from './guitar';
|
|
758
759
|
export { default as Ham } from './ham';
|
|
759
760
|
export { default as Hamburger } from './hamburger';
|
|
760
|
-
export { default as Hammer } from './hammer';
|
|
761
761
|
export { default as HandCoins } from './hand-coins';
|
|
762
|
+
export { default as Hammer } from './hammer';
|
|
762
763
|
export { default as HandFist } from './hand-fist';
|
|
763
764
|
export { default as HandGrab } from './hand-grab';
|
|
764
765
|
export { default as HandHeart } from './hand-heart';
|
|
@@ -767,17 +768,17 @@ export { default as HandMetal } from './hand-metal';
|
|
|
767
768
|
export { default as HandPlatter } from './hand-platter';
|
|
768
769
|
export { default as Hand } from './hand';
|
|
769
770
|
export { default as Handbag } from './handbag';
|
|
770
|
-
export { default as Handshake } from './handshake';
|
|
771
771
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
772
|
+
export { default as Handshake } from './handshake';
|
|
772
773
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
773
774
|
export { default as HardDrive } from './hard-drive';
|
|
774
775
|
export { default as HardHat } from './hard-hat';
|
|
775
|
-
export { default as HatGlasses } from './hat-glasses';
|
|
776
776
|
export { default as Hash } from './hash';
|
|
777
|
+
export { default as HatGlasses } from './hat-glasses';
|
|
777
778
|
export { default as Haze } from './haze';
|
|
778
779
|
export { default as Hd } from './hd';
|
|
779
|
-
export { default as Heading1 } from './heading-1';
|
|
780
780
|
export { default as HdmiPort } from './hdmi-port';
|
|
781
|
+
export { default as Heading1 } from './heading-1';
|
|
781
782
|
export { default as Heading2 } from './heading-2';
|
|
782
783
|
export { default as Heading3 } from './heading-3';
|
|
783
784
|
export { default as Heading4 } from './heading-4';
|
|
@@ -787,10 +788,10 @@ export { default as Heading } from './heading';
|
|
|
787
788
|
export { default as HeadphoneOff } from './headphone-off';
|
|
788
789
|
export { default as Headphones } from './headphones';
|
|
789
790
|
export { default as Headset } from './headset';
|
|
790
|
-
export { default as HeartHandshake } from './heart-handshake';
|
|
791
791
|
export { default as HeartCrack } from './heart-crack';
|
|
792
|
-
export { default as
|
|
792
|
+
export { default as HeartHandshake } from './heart-handshake';
|
|
793
793
|
export { default as HeartOff } from './heart-off';
|
|
794
|
+
export { default as HeartMinus } from './heart-minus';
|
|
794
795
|
export { default as HeartPlus } from './heart-plus';
|
|
795
796
|
export { default as HeartPulse } from './heart-pulse';
|
|
796
797
|
export { default as Heart } from './heart';
|
|
@@ -803,8 +804,8 @@ export { default as HopOff } from './hop-off';
|
|
|
803
804
|
export { default as Hop } from './hop';
|
|
804
805
|
export { default as Hospital } from './hospital';
|
|
805
806
|
export { default as Hotel } from './hotel';
|
|
806
|
-
export { default as Hourglass } from './hourglass';
|
|
807
807
|
export { default as HouseHeart } from './house-heart';
|
|
808
|
+
export { default as Hourglass } from './hourglass';
|
|
808
809
|
export { default as HousePlug } from './house-plug';
|
|
809
810
|
export { default as HousePlus } from './house-plus';
|
|
810
811
|
export { default as HouseWifi } from './house-wifi';
|
|
@@ -820,12 +821,12 @@ export { default as ImagePlay } from './image-play';
|
|
|
820
821
|
export { default as ImagePlus } from './image-plus';
|
|
821
822
|
export { default as ImageUp } from './image-up';
|
|
822
823
|
export { default as ImageUpscale } from './image-upscale';
|
|
823
|
-
export { default as Image } from './image';
|
|
824
824
|
export { default as Images } from './images';
|
|
825
|
+
export { default as Image } from './image';
|
|
825
826
|
export { default as Import } from './import';
|
|
826
827
|
export { default as Inbox } from './inbox';
|
|
827
|
-
export { default as IndianRupee } from './indian-rupee';
|
|
828
828
|
export { default as Infinity } from './infinity';
|
|
829
|
+
export { default as IndianRupee } from './indian-rupee';
|
|
829
830
|
export { default as Info } from './info';
|
|
830
831
|
export { default as InspectionPanel } from './inspection-panel';
|
|
831
832
|
export { default as Italic } from './italic';
|
|
@@ -843,10 +844,10 @@ export { default as KeyboardOff } from './keyboard-off';
|
|
|
843
844
|
export { default as Keyboard } from './keyboard';
|
|
844
845
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
845
846
|
export { default as LampDesk } from './lamp-desk';
|
|
846
|
-
export { default as LampWallDown } from './lamp-wall-down';
|
|
847
847
|
export { default as LampFloor } from './lamp-floor';
|
|
848
|
-
export { default as
|
|
848
|
+
export { default as LampWallDown } from './lamp-wall-down';
|
|
849
849
|
export { default as Lamp } from './lamp';
|
|
850
|
+
export { default as LampWallUp } from './lamp-wall-up';
|
|
850
851
|
export { default as LandPlot } from './land-plot';
|
|
851
852
|
export { default as Landmark } from './landmark';
|
|
852
853
|
export { default as Languages } from './languages';
|
|
@@ -859,21 +860,21 @@ export { default as Laugh } from './laugh';
|
|
|
859
860
|
export { default as Layers2 } from './layers-2';
|
|
860
861
|
export { default as LayersPlus } from './layers-plus';
|
|
861
862
|
export { default as Layers } from './layers';
|
|
862
|
-
export { default as LayoutGrid } from './layout-grid';
|
|
863
863
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
864
864
|
export { default as LayoutList } from './layout-list';
|
|
865
|
+
export { default as LayoutGrid } from './layout-grid';
|
|
865
866
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
866
|
-
export { default as LayoutTemplate } from './layout-template';
|
|
867
867
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
868
|
+
export { default as LayoutTemplate } from './layout-template';
|
|
868
869
|
export { default as Leaf } from './leaf';
|
|
869
870
|
export { default as LeafyGreen } from './leafy-green';
|
|
870
|
-
export { default as Lectern } from './lectern';
|
|
871
871
|
export { default as LensConcave } from './lens-concave';
|
|
872
|
+
export { default as Lectern } from './lectern';
|
|
872
873
|
export { default as LensConvex } from './lens-convex';
|
|
873
874
|
export { default as LibraryBig } from './library-big';
|
|
874
875
|
export { default as Library } from './library';
|
|
875
|
-
export { default as LifeBuoy } from './life-buoy';
|
|
876
876
|
export { default as Ligature } from './ligature';
|
|
877
|
+
export { default as LifeBuoy } from './life-buoy';
|
|
877
878
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
878
879
|
export { default as Lightbulb } from './lightbulb';
|
|
879
880
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
@@ -885,8 +886,8 @@ export { default as Link } from './link';
|
|
|
885
886
|
export { default as ListCheck } from './list-check';
|
|
886
887
|
export { default as ListChecks } from './list-checks';
|
|
887
888
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
888
|
-
export { default as ListCollapse } from './list-collapse';
|
|
889
889
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
890
|
+
export { default as ListCollapse } from './list-collapse';
|
|
890
891
|
export { default as ListEnd } from './list-end';
|
|
891
892
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
892
893
|
export { default as ListFilter } from './list-filter';
|
|
@@ -906,8 +907,8 @@ export { default as List } from './list';
|
|
|
906
907
|
export { default as LoaderCircle } from './loader-circle';
|
|
907
908
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
908
909
|
export { default as Loader } from './loader';
|
|
909
|
-
export { default as LocateOff } from './locate-off';
|
|
910
910
|
export { default as LocateFixed } from './locate-fixed';
|
|
911
|
+
export { default as LocateOff } from './locate-off';
|
|
911
912
|
export { default as Locate } from './locate';
|
|
912
913
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
913
914
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
@@ -934,16 +935,16 @@ export { default as MapMinus } from './map-minus';
|
|
|
934
935
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
935
936
|
export { default as MapPinCheck } from './map-pin-check';
|
|
936
937
|
export { default as MapPinHouse } from './map-pin-house';
|
|
937
|
-
export { default as MapPinMinus } from './map-pin-minus';
|
|
938
938
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
939
|
+
export { default as MapPinMinus } from './map-pin-minus';
|
|
939
940
|
export { default as MapPinOff } from './map-pin-off';
|
|
940
941
|
export { default as MapPinPen } from './map-pin-pen';
|
|
941
942
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
942
|
-
export { default as MapPinPlus } from './map-pin-plus';
|
|
943
943
|
export { default as MapPinSearch } from './map-pin-search';
|
|
944
|
+
export { default as MapPinPlus } from './map-pin-plus';
|
|
944
945
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
945
|
-
export { default as MapPinX } from './map-pin-x';
|
|
946
946
|
export { default as MapPin } from './map-pin';
|
|
947
|
+
export { default as MapPinX } from './map-pin-x';
|
|
947
948
|
export { default as MapPinned } from './map-pinned';
|
|
948
949
|
export { default as MapPlus } from './map-plus';
|
|
949
950
|
export { default as Map } from './map';
|
|
@@ -957,8 +958,8 @@ export { default as MegaphoneOff } from './megaphone-off';
|
|
|
957
958
|
export { default as Megaphone } from './megaphone';
|
|
958
959
|
export { default as Meh } from './meh';
|
|
959
960
|
export { default as MemoryStick } from './memory-stick';
|
|
960
|
-
export { default as Merge } from './merge';
|
|
961
961
|
export { default as Menu } from './menu';
|
|
962
|
+
export { default as Merge } from './merge';
|
|
962
963
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
963
964
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
964
965
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
@@ -974,10 +975,10 @@ export { default as MessageCircle } from './message-circle';
|
|
|
974
975
|
export { default as MessageSquareCheck } from './message-square-check';
|
|
975
976
|
export { default as MessageSquareCode } from './message-square-code';
|
|
976
977
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
977
|
-
export { default as MessageSquareDiff } from './message-square-diff';
|
|
978
978
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
979
|
-
export { default as
|
|
979
|
+
export { default as MessageSquareDiff } from './message-square-diff';
|
|
980
980
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
981
|
+
export { default as MessageSquareLock } from './message-square-lock';
|
|
981
982
|
export { default as MessageSquareMore } from './message-square-more';
|
|
982
983
|
export { default as MessageSquareOff } from './message-square-off';
|
|
983
984
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
@@ -993,11 +994,11 @@ export { default as Metronome } from './metronome';
|
|
|
993
994
|
export { default as MicOff } from './mic-off';
|
|
994
995
|
export { default as MicVocal } from './mic-vocal';
|
|
995
996
|
export { default as Mic } from './mic';
|
|
996
|
-
export { default as Microscope } from './microscope';
|
|
997
997
|
export { default as Microchip } from './microchip';
|
|
998
|
+
export { default as Microscope } from './microscope';
|
|
998
999
|
export { default as Microwave } from './microwave';
|
|
999
|
-
export { default as Milestone } from './milestone';
|
|
1000
1000
|
export { default as MilkOff } from './milk-off';
|
|
1001
|
+
export { default as Milestone } from './milestone';
|
|
1001
1002
|
export { default as Milk } from './milk';
|
|
1002
1003
|
export { default as Minimize2 } from './minimize-2';
|
|
1003
1004
|
export { default as Minimize } from './minimize';
|
|
@@ -1007,18 +1008,18 @@ export { default as MirrorRound } from './mirror-round';
|
|
|
1007
1008
|
export { default as MonitorCheck } from './monitor-check';
|
|
1008
1009
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1009
1010
|
export { default as MonitorCog } from './monitor-cog';
|
|
1010
|
-
export { default as MonitorDot } from './monitor-dot';
|
|
1011
1011
|
export { default as MonitorDown } from './monitor-down';
|
|
1012
|
-
export { default as
|
|
1012
|
+
export { default as MonitorDot } from './monitor-dot';
|
|
1013
1013
|
export { default as MonitorOff } from './monitor-off';
|
|
1014
|
+
export { default as MonitorPause } from './monitor-pause';
|
|
1014
1015
|
export { default as MonitorPlay } from './monitor-play';
|
|
1015
1016
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1016
1017
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1017
|
-
export { default as MonitorStop } from './monitor-stop';
|
|
1018
1018
|
export { default as MonitorUp } from './monitor-up';
|
|
1019
|
+
export { default as MonitorStop } from './monitor-stop';
|
|
1019
1020
|
export { default as MonitorX } from './monitor-x';
|
|
1020
|
-
export { default as Monitor } from './monitor';
|
|
1021
1021
|
export { default as MoonStar } from './moon-star';
|
|
1022
|
+
export { default as Monitor } from './monitor';
|
|
1022
1023
|
export { default as Moon } from './moon';
|
|
1023
1024
|
export { default as Motorbike } from './motorbike';
|
|
1024
1025
|
export { default as MountainSnow } from './mountain-snow';
|
|
@@ -1026,27 +1027,27 @@ export { default as Mountain } from './mountain';
|
|
|
1026
1027
|
export { default as MouseLeft } from './mouse-left';
|
|
1027
1028
|
export { default as MouseOff } from './mouse-off';
|
|
1028
1029
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1029
|
-
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1030
1030
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1031
|
+
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1031
1032
|
export { default as MousePointer } from './mouse-pointer';
|
|
1032
|
-
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1033
1033
|
export { default as MouseRight } from './mouse-right';
|
|
1034
|
+
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1034
1035
|
export { default as Mouse } from './mouse';
|
|
1035
1036
|
export { default as Move3d } from './move-3d';
|
|
1036
|
-
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1037
1037
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1038
|
-
export { default as
|
|
1038
|
+
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1039
1039
|
export { default as MoveDownRight } from './move-down-right';
|
|
1040
|
+
export { default as MoveDownLeft } from './move-down-left';
|
|
1040
1041
|
export { default as MoveDown } from './move-down';
|
|
1041
1042
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1042
1043
|
export { default as MoveLeft } from './move-left';
|
|
1043
1044
|
export { default as MoveRight } from './move-right';
|
|
1044
|
-
export { default as MoveUpLeft } from './move-up-left';
|
|
1045
1045
|
export { default as MoveUpRight } from './move-up-right';
|
|
1046
|
+
export { default as MoveUpLeft } from './move-up-left';
|
|
1046
1047
|
export { default as MoveUp } from './move-up';
|
|
1047
1048
|
export { default as Move } from './move';
|
|
1048
|
-
export { default as Music2 } from './music-2';
|
|
1049
1049
|
export { default as MoveVertical } from './move-vertical';
|
|
1050
|
+
export { default as Music2 } from './music-2';
|
|
1050
1051
|
export { default as Music3 } from './music-3';
|
|
1051
1052
|
export { default as Music4 } from './music-4';
|
|
1052
1053
|
export { default as Music } from './music';
|
|
@@ -1059,8 +1060,8 @@ export { default as Newspaper } from './newspaper';
|
|
|
1059
1060
|
export { default as Nfc } from './nfc';
|
|
1060
1061
|
export { default as NonBinary } from './non-binary';
|
|
1061
1062
|
export { default as NotebookPen } from './notebook-pen';
|
|
1062
|
-
export { default as NotebookText } from './notebook-text';
|
|
1063
1063
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1064
|
+
export { default as NotebookText } from './notebook-text';
|
|
1064
1065
|
export { default as Notebook } from './notebook';
|
|
1065
1066
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1066
1067
|
export { default as NotepadText } from './notepad-text';
|
|
@@ -1076,8 +1077,8 @@ export { default as Option } from './option';
|
|
|
1076
1077
|
export { default as Orbit } from './orbit';
|
|
1077
1078
|
export { default as Origami } from './origami';
|
|
1078
1079
|
export { default as Package2 } from './package-2';
|
|
1079
|
-
export { default as PackageMinus } from './package-minus';
|
|
1080
1080
|
export { default as PackageCheck } from './package-check';
|
|
1081
|
+
export { default as PackageMinus } from './package-minus';
|
|
1081
1082
|
export { default as PackageOpen } from './package-open';
|
|
1082
1083
|
export { default as PackagePlus } from './package-plus';
|
|
1083
1084
|
export { default as PackageSearch } from './package-search';
|
|
@@ -1089,21 +1090,21 @@ export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
|
1089
1090
|
export { default as Paintbrush } from './paintbrush';
|
|
1090
1091
|
export { default as Palette } from './palette';
|
|
1091
1092
|
export { default as Panda } from './panda';
|
|
1092
|
-
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1093
1093
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1094
|
-
export { default as
|
|
1094
|
+
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1095
1095
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1096
|
+
export { default as PanelBottom } from './panel-bottom';
|
|
1096
1097
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1097
1098
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1098
1099
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1099
|
-
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1100
1100
|
export { default as PanelLeft } from './panel-left';
|
|
1101
|
+
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1101
1102
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1102
1103
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1103
1104
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1104
1105
|
export { default as PanelRight } from './panel-right';
|
|
1105
|
-
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1106
1106
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1107
|
+
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1107
1108
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1108
1109
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1109
1110
|
export { default as PanelTop } from './panel-top';
|
|
@@ -1115,18 +1116,18 @@ export { default as Parentheses } from './parentheses';
|
|
|
1115
1116
|
export { default as ParkingMeter } from './parking-meter';
|
|
1116
1117
|
export { default as PartyPopper } from './party-popper';
|
|
1117
1118
|
export { default as Pause } from './pause';
|
|
1118
|
-
export { default as PawPrint } from './paw-print';
|
|
1119
1119
|
export { default as PcCase } from './pc-case';
|
|
1120
|
+
export { default as PawPrint } from './paw-print';
|
|
1120
1121
|
export { default as PenLine } from './pen-line';
|
|
1121
1122
|
export { default as PenOff } from './pen-off';
|
|
1122
1123
|
export { default as PenTool } from './pen-tool';
|
|
1124
|
+
export { default as Pen } from './pen';
|
|
1123
1125
|
export { default as PencilLine } from './pencil-line';
|
|
1124
1126
|
export { default as PencilOff } from './pencil-off';
|
|
1125
|
-
export { default as Pen } from './pen';
|
|
1126
|
-
export { default as PencilRuler } from './pencil-ruler';
|
|
1127
1127
|
export { default as Pencil } from './pencil';
|
|
1128
|
-
export { default as
|
|
1128
|
+
export { default as PencilRuler } from './pencil-ruler';
|
|
1129
1129
|
export { default as Pentagon } from './pentagon';
|
|
1130
|
+
export { default as Percent } from './percent';
|
|
1130
1131
|
export { default as PersonStanding } from './person-standing';
|
|
1131
1132
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1132
1133
|
export { default as PhoneCall } from './phone-call';
|
|
@@ -1134,8 +1135,8 @@ export { default as PhoneForwarded } from './phone-forwarded';
|
|
|
1134
1135
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1135
1136
|
export { default as PhoneMissed } from './phone-missed';
|
|
1136
1137
|
export { default as PhoneOff } from './phone-off';
|
|
1137
|
-
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1138
1138
|
export { default as Phone } from './phone';
|
|
1139
|
+
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1139
1140
|
export { default as Pi } from './pi';
|
|
1140
1141
|
export { default as Piano } from './piano';
|
|
1141
1142
|
export { default as Pickaxe } from './pickaxe';
|
|
@@ -1157,8 +1158,8 @@ export { default as Plane } from './plane';
|
|
|
1157
1158
|
export { default as Play } from './play';
|
|
1158
1159
|
export { default as Plug2 } from './plug-2';
|
|
1159
1160
|
export { default as PlugZap } from './plug-zap';
|
|
1160
|
-
export { default as Plug } from './plug';
|
|
1161
1161
|
export { default as Plus } from './plus';
|
|
1162
|
+
export { default as Plug } from './plug';
|
|
1162
1163
|
export { default as PocketKnife } from './pocket-knife';
|
|
1163
1164
|
export { default as Podcast } from './podcast';
|
|
1164
1165
|
export { default as PointerOff } from './pointer-off';
|
|
@@ -1170,8 +1171,8 @@ export { default as PowerOff } from './power-off';
|
|
|
1170
1171
|
export { default as Power } from './power';
|
|
1171
1172
|
export { default as Presentation } from './presentation';
|
|
1172
1173
|
export { default as PrinterCheck } from './printer-check';
|
|
1173
|
-
export { default as PrinterX } from './printer-x';
|
|
1174
1174
|
export { default as Printer } from './printer';
|
|
1175
|
+
export { default as PrinterX } from './printer-x';
|
|
1175
1176
|
export { default as Projector } from './projector';
|
|
1176
1177
|
export { default as Proportions } from './proportions';
|
|
1177
1178
|
export { default as Puzzle } from './puzzle';
|
|
@@ -1187,29 +1188,29 @@ export { default as RadioReceiver } from './radio-receiver';
|
|
|
1187
1188
|
export { default as RadioTower } from './radio-tower';
|
|
1188
1189
|
export { default as Radio } from './radio';
|
|
1189
1190
|
export { default as Radius } from './radius';
|
|
1190
|
-
export { default as Rainbow } from './rainbow';
|
|
1191
1191
|
export { default as Rat } from './rat';
|
|
1192
|
+
export { default as Rainbow } from './rainbow';
|
|
1192
1193
|
export { default as Ratio } from './ratio';
|
|
1193
1194
|
export { default as ReceiptCent } from './receipt-cent';
|
|
1194
1195
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1195
|
-
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1196
1196
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1197
|
+
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1197
1198
|
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1198
1199
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1199
1200
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1200
1201
|
export { default as ReceiptText } from './receipt-text';
|
|
1201
|
-
export { default as Receipt } from './receipt';
|
|
1202
1202
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1203
|
+
export { default as Receipt } from './receipt';
|
|
1203
1204
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1204
1205
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1205
|
-
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1206
1206
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1207
|
+
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1207
1208
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1208
1209
|
export { default as Recycle } from './recycle';
|
|
1209
1210
|
export { default as Redo2 } from './redo-2';
|
|
1210
|
-
export { default as RedoDot } from './redo-dot';
|
|
1211
1211
|
export { default as Redo } from './redo';
|
|
1212
1212
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1213
|
+
export { default as RedoDot } from './redo-dot';
|
|
1213
1214
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1214
1215
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1215
1216
|
export { default as RefreshCw } from './refresh-cw';
|
|
@@ -1224,8 +1225,8 @@ export { default as Replace } from './replace';
|
|
|
1224
1225
|
export { default as ReplyAll } from './reply-all';
|
|
1225
1226
|
export { default as Reply } from './reply';
|
|
1226
1227
|
export { default as Rewind } from './rewind';
|
|
1227
|
-
export { default as Ribbon } from './ribbon';
|
|
1228
1228
|
export { default as Road } from './road';
|
|
1229
|
+
export { default as Ribbon } from './ribbon';
|
|
1229
1230
|
export { default as Rocket } from './rocket';
|
|
1230
1231
|
export { default as RockingChair } from './rocking-chair';
|
|
1231
1232
|
export { default as RollerCoaster } from './roller-coaster';
|
|
@@ -1238,44 +1239,44 @@ export { default as RotateCwSquare } from './rotate-cw-square';
|
|
|
1238
1239
|
export { default as RotateCw } from './rotate-cw';
|
|
1239
1240
|
export { default as RouteOff } from './route-off';
|
|
1240
1241
|
export { default as Route } from './route';
|
|
1241
|
-
export { default as Router } from './router';
|
|
1242
1242
|
export { default as Rows2 } from './rows-2';
|
|
1243
|
-
export { default as Rows3 } from './rows-3';
|
|
1244
1243
|
export { default as Rows4 } from './rows-4';
|
|
1244
|
+
export { default as Router } from './router';
|
|
1245
|
+
export { default as Rows3 } from './rows-3';
|
|
1245
1246
|
export { default as Rss } from './rss';
|
|
1246
1247
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1247
|
-
export { default as Ruler } from './ruler';
|
|
1248
1248
|
export { default as RussianRuble } from './russian-ruble';
|
|
1249
|
+
export { default as Ruler } from './ruler';
|
|
1249
1250
|
export { default as Sailboat } from './sailboat';
|
|
1250
1251
|
export { default as Salad } from './salad';
|
|
1251
1252
|
export { default as Sandwich } from './sandwich';
|
|
1252
1253
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1253
1254
|
export { default as Satellite } from './satellite';
|
|
1254
1255
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1255
|
-
export { default as SaveAll } from './save-all';
|
|
1256
1256
|
export { default as SaveOff } from './save-off';
|
|
1257
|
+
export { default as SaveAll } from './save-all';
|
|
1257
1258
|
export { default as Save } from './save';
|
|
1258
1259
|
export { default as Scale3d } from './scale-3d';
|
|
1259
1260
|
export { default as Scale } from './scale';
|
|
1260
1261
|
export { default as Scaling } from './scaling';
|
|
1261
1262
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1262
1263
|
export { default as ScanEye } from './scan-eye';
|
|
1263
|
-
export { default as ScanHeart } from './scan-heart';
|
|
1264
1264
|
export { default as ScanFace } from './scan-face';
|
|
1265
|
+
export { default as ScanHeart } from './scan-heart';
|
|
1265
1266
|
export { default as ScanLine } from './scan-line';
|
|
1266
1267
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1267
1268
|
export { default as ScanSearch } from './scan-search';
|
|
1268
1269
|
export { default as ScanText } from './scan-text';
|
|
1269
|
-
export { default as School } from './school';
|
|
1270
1270
|
export { default as Scan } from './scan';
|
|
1271
|
-
export { default as
|
|
1271
|
+
export { default as School } from './school';
|
|
1272
1272
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1273
|
+
export { default as Scissors } from './scissors';
|
|
1273
1274
|
export { default as Scooter } from './scooter';
|
|
1274
1275
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1275
1276
|
export { default as ScreenShare } from './screen-share';
|
|
1276
1277
|
export { default as ScrollText } from './scroll-text';
|
|
1277
|
-
export { default as SearchAlert } from './search-alert';
|
|
1278
1278
|
export { default as Scroll } from './scroll';
|
|
1279
|
+
export { default as SearchAlert } from './search-alert';
|
|
1279
1280
|
export { default as SearchCheck } from './search-check';
|
|
1280
1281
|
export { default as SearchCode } from './search-code';
|
|
1281
1282
|
export { default as SearchSlash } from './search-slash';
|
|
@@ -1287,8 +1288,8 @@ export { default as SendToBack } from './send-to-back';
|
|
|
1287
1288
|
export { default as Send } from './send';
|
|
1288
1289
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1289
1290
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1290
|
-
export { default as ServerCrash } from './server-crash';
|
|
1291
1291
|
export { default as ServerCog } from './server-cog';
|
|
1292
|
+
export { default as ServerCrash } from './server-crash';
|
|
1292
1293
|
export { default as ServerOff } from './server-off';
|
|
1293
1294
|
export { default as Server } from './server';
|
|
1294
1295
|
export { default as Settings2 } from './settings-2';
|
|
@@ -1311,8 +1312,8 @@ export { default as ShieldOff } from './shield-off';
|
|
|
1311
1312
|
export { default as ShieldPlus } from './shield-plus';
|
|
1312
1313
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
1313
1314
|
export { default as ShieldUser } from './shield-user';
|
|
1314
|
-
export { default as Shield } from './shield';
|
|
1315
1315
|
export { default as ShieldX } from './shield-x';
|
|
1316
|
+
export { default as Shield } from './shield';
|
|
1316
1317
|
export { default as ShipWheel } from './ship-wheel';
|
|
1317
1318
|
export { default as Ship } from './ship';
|
|
1318
1319
|
export { default as Shirt } from './shirt';
|
|
@@ -1339,8 +1340,8 @@ export { default as Siren } from './siren';
|
|
|
1339
1340
|
export { default as SkipBack } from './skip-back';
|
|
1340
1341
|
export { default as SkipForward } from './skip-forward';
|
|
1341
1342
|
export { default as Skull } from './skull';
|
|
1342
|
-
export { default as Slash } from './slash';
|
|
1343
1343
|
export { default as Slice } from './slice';
|
|
1344
|
+
export { default as Slash } from './slash';
|
|
1344
1345
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1345
1346
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1346
1347
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
@@ -1351,26 +1352,26 @@ export { default as Smile } from './smile';
|
|
|
1351
1352
|
export { default as Snail } from './snail';
|
|
1352
1353
|
export { default as Snowflake } from './snowflake';
|
|
1353
1354
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1354
|
-
export { default as SolarPanel } from './solar-panel';
|
|
1355
1355
|
export { default as Sofa } from './sofa';
|
|
1356
|
-
export { default as
|
|
1356
|
+
export { default as SolarPanel } from './solar-panel';
|
|
1357
1357
|
export { default as Space } from './space';
|
|
1358
|
+
export { default as Soup } from './soup';
|
|
1358
1359
|
export { default as Spade } from './spade';
|
|
1359
1360
|
export { default as Sparkle } from './sparkle';
|
|
1360
1361
|
export { default as Sparkles } from './sparkles';
|
|
1361
|
-
export { default as Speech } from './speech';
|
|
1362
1362
|
export { default as Speaker } from './speaker';
|
|
1363
|
+
export { default as Speech } from './speech';
|
|
1363
1364
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1364
1365
|
export { default as SpellCheck } from './spell-check';
|
|
1365
|
-
export { default as Spline } from './spline';
|
|
1366
1366
|
export { default as SplinePointer } from './spline-pointer';
|
|
1367
|
-
export { default as
|
|
1367
|
+
export { default as Spline } from './spline';
|
|
1368
1368
|
export { default as Split } from './split';
|
|
1369
|
+
export { default as Spool } from './spool';
|
|
1369
1370
|
export { default as SportShoe } from './sport-shoe';
|
|
1370
1371
|
export { default as Spotlight } from './spotlight';
|
|
1371
1372
|
export { default as SprayCan } from './spray-can';
|
|
1372
|
-
export { default as Sprout } from './sprout';
|
|
1373
1373
|
export { default as SquareActivity } from './square-activity';
|
|
1374
|
+
export { default as Sprout } from './sprout';
|
|
1374
1375
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1375
1376
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1376
1377
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
@@ -1381,26 +1382,27 @@ export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
|
1381
1382
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1382
1383
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1383
1384
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1384
|
-
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1385
1385
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1386
1386
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1387
|
+
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1387
1388
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1388
|
-
export { default as SquareAsterisk } from './square-asterisk';
|
|
1389
1389
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1390
1390
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1391
|
+
export { default as SquareAsterisk } from './square-asterisk';
|
|
1391
1392
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1392
1393
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1393
1394
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1394
1395
|
export { default as SquareCheck } from './square-check';
|
|
1395
1396
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1396
1397
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1397
|
-
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1398
1398
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1399
|
+
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1399
1400
|
export { default as SquareCode } from './square-code';
|
|
1400
1401
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1401
1402
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1402
1403
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1403
1404
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1405
|
+
export { default as SquareDashedText } from './square-dashed-text';
|
|
1404
1406
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1405
1407
|
export { default as SquareDashed } from './square-dashed';
|
|
1406
1408
|
export { default as SquareDivide } from './square-divide';
|
|
@@ -1411,15 +1413,15 @@ export { default as SquareKanban } from './square-kanban';
|
|
|
1411
1413
|
export { default as SquareLibrary } from './square-library';
|
|
1412
1414
|
export { default as SquareM } from './square-m';
|
|
1413
1415
|
export { default as SquareMenu } from './square-menu';
|
|
1414
|
-
export { default as SquareMinus } from './square-minus';
|
|
1415
1416
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1417
|
+
export { default as SquareMinus } from './square-minus';
|
|
1416
1418
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1417
1419
|
export { default as SquareParking } from './square-parking';
|
|
1418
1420
|
export { default as SquarePause } from './square-pause';
|
|
1419
1421
|
export { default as SquarePen } from './square-pen';
|
|
1420
1422
|
export { default as SquarePercent } from './square-percent';
|
|
1421
|
-
export { default as SquarePi } from './square-pi';
|
|
1422
1423
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1424
|
+
export { default as SquarePi } from './square-pi';
|
|
1423
1425
|
export { default as SquarePlay } from './square-play';
|
|
1424
1426
|
export { default as SquarePlus } from './square-plus';
|
|
1425
1427
|
export { default as SquarePower } from './square-power';
|
|
@@ -1428,11 +1430,11 @@ export { default as SquareRoundCorner } from './square-round-corner';
|
|
|
1428
1430
|
export { default as SquareScissors } from './square-scissors';
|
|
1429
1431
|
export { default as SquareSigma } from './square-sigma';
|
|
1430
1432
|
export { default as SquareSlash } from './square-slash';
|
|
1431
|
-
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1432
1433
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1434
|
+
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1433
1435
|
export { default as SquareSquare } from './square-square';
|
|
1434
|
-
export { default as SquareStack } from './square-stack';
|
|
1435
1436
|
export { default as SquareStar } from './square-star';
|
|
1437
|
+
export { default as SquareStack } from './square-stack';
|
|
1436
1438
|
export { default as SquareStop } from './square-stop';
|
|
1437
1439
|
export { default as SquareTerminal } from './square-terminal';
|
|
1438
1440
|
export { default as SquareUserRound } from './square-user-round';
|
|
@@ -1440,8 +1442,8 @@ export { default as SquareUser } from './square-user';
|
|
|
1440
1442
|
export { default as SquareX } from './square-x';
|
|
1441
1443
|
export { default as Square } from './square';
|
|
1442
1444
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1443
|
-
export { default as SquaresSubtract } from './squares-subtract';
|
|
1444
1445
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1446
|
+
export { default as SquaresSubtract } from './squares-subtract';
|
|
1445
1447
|
export { default as SquaresUnite } from './squares-unite';
|
|
1446
1448
|
export { default as SquircleDashed } from './squircle-dashed';
|
|
1447
1449
|
export { default as Squircle } from './squircle';
|
|
@@ -1452,22 +1454,22 @@ export { default as StarOff } from './star-off';
|
|
|
1452
1454
|
export { default as Star } from './star';
|
|
1453
1455
|
export { default as StepBack } from './step-back';
|
|
1454
1456
|
export { default as StepForward } from './step-forward';
|
|
1457
|
+
export { default as Stethoscope } from './stethoscope';
|
|
1455
1458
|
export { default as Sticker } from './sticker';
|
|
1456
1459
|
export { default as StickyNote } from './sticky-note';
|
|
1457
1460
|
export { default as Stone } from './stone';
|
|
1458
|
-
export { default as Stethoscope } from './stethoscope';
|
|
1459
1461
|
export { default as Store } from './store';
|
|
1460
1462
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1461
1463
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1462
1464
|
export { default as Strikethrough } from './strikethrough';
|
|
1463
|
-
export { default as SunDim } from './sun-dim';
|
|
1464
1465
|
export { default as Subscript } from './subscript';
|
|
1466
|
+
export { default as SunDim } from './sun-dim';
|
|
1465
1467
|
export { default as SunMedium } from './sun-medium';
|
|
1466
1468
|
export { default as SunMoon } from './sun-moon';
|
|
1467
1469
|
export { default as SunSnow } from './sun-snow';
|
|
1468
1470
|
export { default as Sun } from './sun';
|
|
1469
|
-
export { default as Sunrise } from './sunrise';
|
|
1470
1471
|
export { default as Sunset } from './sunset';
|
|
1472
|
+
export { default as Sunrise } from './sunrise';
|
|
1471
1473
|
export { default as Superscript } from './superscript';
|
|
1472
1474
|
export { default as SwatchBook } from './swatch-book';
|
|
1473
1475
|
export { default as SwissFranc } from './swiss-franc';
|
|
@@ -1479,9 +1481,9 @@ export { default as Table2 } from './table-2';
|
|
|
1479
1481
|
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1480
1482
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1481
1483
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1484
|
+
export { default as TableOfContents } from './table-of-contents';
|
|
1482
1485
|
export { default as TableProperties } from './table-properties';
|
|
1483
1486
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1484
|
-
export { default as TableOfContents } from './table-of-contents';
|
|
1485
1487
|
export { default as Table } from './table';
|
|
1486
1488
|
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1487
1489
|
export { default as Tablet } from './tablet';
|
|
@@ -1490,8 +1492,8 @@ export { default as Tag } from './tag';
|
|
|
1490
1492
|
export { default as Tags } from './tags';
|
|
1491
1493
|
export { default as Tally1 } from './tally-1';
|
|
1492
1494
|
export { default as Tally2 } from './tally-2';
|
|
1493
|
-
export { default as Tally4 } from './tally-4';
|
|
1494
1495
|
export { default as Tally3 } from './tally-3';
|
|
1496
|
+
export { default as Tally4 } from './tally-4';
|
|
1495
1497
|
export { default as Tally5 } from './tally-5';
|
|
1496
1498
|
export { default as Tangent } from './tangent';
|
|
1497
1499
|
export { default as Target } from './target';
|
|
@@ -1507,17 +1509,16 @@ export { default as TextAlignEnd } from './text-align-end';
|
|
|
1507
1509
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1508
1510
|
export { default as TextAlignStart } from './text-align-start';
|
|
1509
1511
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1510
|
-
export { default as TextInitial } from './text-initial';
|
|
1511
1512
|
export { default as TextCursor } from './text-cursor';
|
|
1513
|
+
export { default as TextInitial } from './text-initial';
|
|
1512
1514
|
export { default as TextQuote } from './text-quote';
|
|
1513
1515
|
export { default as TextSearch } from './text-search';
|
|
1514
|
-
export { default as TextSelect } from './text-select';
|
|
1515
1516
|
export { default as TextWrap } from './text-wrap';
|
|
1516
1517
|
export { default as Theater } from './theater';
|
|
1517
1518
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1518
|
-
export { default as ThermometerSun } from './thermometer-sun';
|
|
1519
1519
|
export { default as Thermometer } from './thermometer';
|
|
1520
1520
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1521
|
+
export { default as ThermometerSun } from './thermometer-sun';
|
|
1521
1522
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1522
1523
|
export { default as TicketCheck } from './ticket-check';
|
|
1523
1524
|
export { default as TicketMinus } from './ticket-minus';
|
|
@@ -1527,34 +1528,34 @@ export { default as TicketSlash } from './ticket-slash';
|
|
|
1527
1528
|
export { default as TicketX } from './ticket-x';
|
|
1528
1529
|
export { default as Ticket } from './ticket';
|
|
1529
1530
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1530
|
-
export { default as Tickets } from './tickets';
|
|
1531
1531
|
export { default as TimerOff } from './timer-off';
|
|
1532
|
+
export { default as Tickets } from './tickets';
|
|
1532
1533
|
export { default as TimerReset } from './timer-reset';
|
|
1533
1534
|
export { default as Timer } from './timer';
|
|
1534
1535
|
export { default as ToggleLeft } from './toggle-left';
|
|
1535
1536
|
export { default as ToggleRight } from './toggle-right';
|
|
1536
|
-
export { default as Toilet } from './toilet';
|
|
1537
1537
|
export { default as ToolCase } from './tool-case';
|
|
1538
|
+
export { default as Toilet } from './toilet';
|
|
1538
1539
|
export { default as Toolbox } from './toolbox';
|
|
1539
1540
|
export { default as Tornado } from './tornado';
|
|
1540
1541
|
export { default as Torus } from './torus';
|
|
1541
1542
|
export { default as TouchpadOff } from './touchpad-off';
|
|
1542
|
-
export { default as Touchpad } from './touchpad';
|
|
1543
1543
|
export { default as TowelRack } from './towel-rack';
|
|
1544
|
+
export { default as Touchpad } from './touchpad';
|
|
1544
1545
|
export { default as TowerControl } from './tower-control';
|
|
1545
|
-
export { default as Tractor } from './tractor';
|
|
1546
1546
|
export { default as ToyBrick } from './toy-brick';
|
|
1547
|
+
export { default as Tractor } from './tractor';
|
|
1547
1548
|
export { default as TrafficCone } from './traffic-cone';
|
|
1548
|
-
export { default as TrainFront } from './train-front';
|
|
1549
1549
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1550
|
+
export { default as TrainFront } from './train-front';
|
|
1550
1551
|
export { default as TrainTrack } from './train-track';
|
|
1551
1552
|
export { default as TramFront } from './tram-front';
|
|
1552
1553
|
export { default as Transgender } from './transgender';
|
|
1553
1554
|
export { default as Trash2 } from './trash-2';
|
|
1554
1555
|
export { default as Trash } from './trash';
|
|
1555
1556
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1556
|
-
export { default as TreePalm } from './tree-palm';
|
|
1557
1557
|
export { default as TreePine } from './tree-pine';
|
|
1558
|
+
export { default as TreePalm } from './tree-palm';
|
|
1558
1559
|
export { default as Trees } from './trees';
|
|
1559
1560
|
export { default as TrendingDown } from './trending-down';
|
|
1560
1561
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
@@ -1576,32 +1577,32 @@ export { default as Tv } from './tv';
|
|
|
1576
1577
|
export { default as Type } from './type';
|
|
1577
1578
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
1578
1579
|
export { default as Umbrella } from './umbrella';
|
|
1579
|
-
export { default as Undo2 } from './undo-2';
|
|
1580
1580
|
export { default as Underline } from './underline';
|
|
1581
|
+
export { default as Undo2 } from './undo-2';
|
|
1581
1582
|
export { default as UndoDot } from './undo-dot';
|
|
1582
1583
|
export { default as Undo } from './undo';
|
|
1583
1584
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1584
1585
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1585
1586
|
export { default as Ungroup } from './ungroup';
|
|
1586
|
-
export { default as Unlink2 } from './unlink-2';
|
|
1587
1587
|
export { default as University } from './university';
|
|
1588
|
+
export { default as Unlink2 } from './unlink-2';
|
|
1588
1589
|
export { default as Unlink } from './unlink';
|
|
1589
1590
|
export { default as Unplug } from './unplug';
|
|
1590
1591
|
export { default as Upload } from './upload';
|
|
1591
1592
|
export { default as Usb } from './usb';
|
|
1592
1593
|
export { default as UserCheck } from './user-check';
|
|
1593
|
-
export { default as UserKey } from './user-key';
|
|
1594
1594
|
export { default as UserCog } from './user-cog';
|
|
1595
|
+
export { default as UserKey } from './user-key';
|
|
1595
1596
|
export { default as UserLock } from './user-lock';
|
|
1596
1597
|
export { default as UserMinus } from './user-minus';
|
|
1597
1598
|
export { default as UserPen } from './user-pen';
|
|
1598
1599
|
export { default as UserPlus } from './user-plus';
|
|
1599
1600
|
export { default as UserRoundCheck } from './user-round-check';
|
|
1601
|
+
export { default as UserRoundCog } from './user-round-cog';
|
|
1600
1602
|
export { default as UserRoundKey } from './user-round-key';
|
|
1601
1603
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1602
|
-
export { default as UserRoundCog } from './user-round-cog';
|
|
1603
|
-
export { default as UserRoundPlus } from './user-round-plus';
|
|
1604
1604
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1605
|
+
export { default as UserRoundPlus } from './user-round-plus';
|
|
1605
1606
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1606
1607
|
export { default as UserRoundX } from './user-round-x';
|
|
1607
1608
|
export { default as UserRound } from './user-round';
|
|
@@ -1614,8 +1615,8 @@ export { default as Users } from './users';
|
|
|
1614
1615
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1615
1616
|
export { default as Utensils } from './utensils';
|
|
1616
1617
|
export { default as UtilityPole } from './utility-pole';
|
|
1617
|
-
export { default as Van } from './van';
|
|
1618
1618
|
export { default as Variable } from './variable';
|
|
1619
|
+
export { default as Van } from './van';
|
|
1619
1620
|
export { default as Vault } from './vault';
|
|
1620
1621
|
export { default as VectorSquare } from './vector-square';
|
|
1621
1622
|
export { default as Vegan } from './vegan';
|
|
@@ -1629,19 +1630,19 @@ export { default as Video } from './video';
|
|
|
1629
1630
|
export { default as Videotape } from './videotape';
|
|
1630
1631
|
export { default as View } from './view';
|
|
1631
1632
|
export { default as Voicemail } from './voicemail';
|
|
1632
|
-
export { default as Volume1 } from './volume-1';
|
|
1633
1633
|
export { default as Volleyball } from './volleyball';
|
|
1634
|
+
export { default as Volume1 } from './volume-1';
|
|
1634
1635
|
export { default as Volume2 } from './volume-2';
|
|
1635
1636
|
export { default as VolumeOff } from './volume-off';
|
|
1636
|
-
export { default as VolumeX } from './volume-x';
|
|
1637
1637
|
export { default as Volume } from './volume';
|
|
1638
|
+
export { default as VolumeX } from './volume-x';
|
|
1638
1639
|
export { default as Vote } from './vote';
|
|
1639
1640
|
export { default as WalletCards } from './wallet-cards';
|
|
1640
1641
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1641
1642
|
export { default as Wallet } from './wallet';
|
|
1642
1643
|
export { default as Wallpaper } from './wallpaper';
|
|
1643
|
-
export { default as Wand } from './wand';
|
|
1644
1644
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1645
|
+
export { default as Wand } from './wand';
|
|
1645
1646
|
export { default as Warehouse } from './warehouse';
|
|
1646
1647
|
export { default as WashingMachine } from './washing-machine';
|
|
1647
1648
|
export { default as Watch } from './watch';
|
|
@@ -1668,9 +1669,9 @@ export { default as WifiZero } from './wifi-zero';
|
|
|
1668
1669
|
export { default as Wifi } from './wifi';
|
|
1669
1670
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1670
1671
|
export { default as Wind } from './wind';
|
|
1672
|
+
export { default as Workflow } from './workflow';
|
|
1671
1673
|
export { default as WineOff } from './wine-off';
|
|
1672
1674
|
export { default as Wine } from './wine';
|
|
1673
|
-
export { default as Workflow } from './workflow';
|
|
1674
1675
|
export { default as Worm } from './worm';
|
|
1675
1676
|
export { default as Wrench } from './wrench';
|
|
1676
1677
|
export { default as XLineTop } from './x-line-top';
|
|
@@ -1688,8 +1689,8 @@ export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
|
1688
1689
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1689
1690
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1690
1691
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1691
|
-
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1692
1692
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1693
1693
|
export { default as ZoomIn } from './zoom-in';
|
|
1694
|
+
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1694
1695
|
export { default as ZoomOut } from './zoom-out';
|
|
1695
1696
|
|