@lucide/astro 1.46.0 → 1.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +190 -190
- package/src/aliases/prefixed.ts +688 -668
- package/src/aliases/suffixed.ts +976 -956
- package/src/icons/broccoli.ts +2 -2
- package/src/icons/calendar-chevrons-right.ts +2 -2
- package/src/icons/cupcake.ts +20 -0
- package/src/icons/door-closed-package.ts +20 -0
- package/src/icons/faucet.ts +20 -0
- package/src/icons/index.ts +205 -195
- package/src/icons/lambda.ts +20 -0
- package/src/icons/nepali-rupee.ts +20 -0
- package/src/icons/rotate-cw-clock.ts +20 -0
- package/src/icons/save-off.ts +2 -2
- package/src/icons/square-dashed-plus.ts +20 -0
- package/src/icons/square-dashed-x-corner.ts +20 -0
- package/src/icons/square-dashed-x.ts +20 -0
- package/src/icons/tube-lotion.ts +20 -0
package/src/icons/index.ts
CHANGED
|
@@ -4,12 +4,12 @@ export { default as ALargeSmall } from './a-large-small';
|
|
|
4
4
|
export { default as Accessibility } from './accessibility';
|
|
5
5
|
export { default as Activity } from './activity';
|
|
6
6
|
export { default as Ad } from './ad';
|
|
7
|
-
export { default as AirVent } from './air-vent';
|
|
8
7
|
export { default as Airplay } from './airplay';
|
|
8
|
+
export { default as AirVent } from './air-vent';
|
|
9
9
|
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
10
10
|
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
11
|
-
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
12
11
|
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
12
|
+
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
13
13
|
export { default as AlarmClock } from './alarm-clock';
|
|
14
14
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
15
15
|
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
@@ -24,16 +24,16 @@ export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify
|
|
|
24
24
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
25
25
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
26
26
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
|
-
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
28
27
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
30
29
|
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
30
|
+
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
31
31
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
32
32
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
33
|
-
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
34
33
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
35
|
-
export { default as
|
|
34
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
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';
|
|
@@ -46,8 +46,8 @@ export { default as Aperture } from './aperture';
|
|
|
46
46
|
export { default as AppWindowMac } from './app-window-mac';
|
|
47
47
|
export { default as AppWindow } from './app-window';
|
|
48
48
|
export { default as Apple } from './apple';
|
|
49
|
-
export { default as ArchiveRestore } from './archive-restore';
|
|
50
49
|
export { default as ArchiveX } from './archive-x';
|
|
50
|
+
export { default as ArchiveRestore } from './archive-restore';
|
|
51
51
|
export { default as Archive } from './archive';
|
|
52
52
|
export { default as Armchair } from './armchair';
|
|
53
53
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
@@ -64,22 +64,22 @@ export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
|
64
64
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
65
65
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
66
66
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
67
|
-
export { default as ArrowDownRight } from './arrow-down-right';
|
|
68
67
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
69
68
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
69
|
+
export { default as ArrowDownRight } from './arrow-down-right';
|
|
70
70
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
71
71
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
72
72
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
73
73
|
export { default as ArrowDown } from './arrow-down';
|
|
74
|
-
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
75
74
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
75
|
+
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
76
76
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
77
77
|
export { default as ArrowLeft } from './arrow-left';
|
|
78
78
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
79
79
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
80
|
+
export { default as ArrowRight } from './arrow-right';
|
|
80
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
81
82
|
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
82
|
-
export { default as ArrowRight } from './arrow-right';
|
|
83
83
|
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
84
84
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
85
85
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
@@ -100,9 +100,9 @@ export { default as Atom } from './atom';
|
|
|
100
100
|
export { default as AudioLinesOff } from './audio-lines-off';
|
|
101
101
|
export { default as AudioLinesX } from './audio-lines-x';
|
|
102
102
|
export { default as AudioLines } from './audio-lines';
|
|
103
|
+
export { default as AudioWaveform } from './audio-waveform';
|
|
103
104
|
export { default as Award } from './award';
|
|
104
105
|
export { default as Axe } from './axe';
|
|
105
|
-
export { default as AudioWaveform } from './audio-waveform';
|
|
106
106
|
export { default as Axis3d } from './axis-3d';
|
|
107
107
|
export { default as Baby } from './baby';
|
|
108
108
|
export { default as Backpack } from './backpack';
|
|
@@ -110,8 +110,8 @@ export { default as BadgeAlert } from './badge-alert';
|
|
|
110
110
|
export { default as BadgeCheck } from './badge-check';
|
|
111
111
|
export { default as BadgeCent } from './badge-cent';
|
|
112
112
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
113
|
-
export { default as BadgeEuro } from './badge-euro';
|
|
114
113
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
114
|
+
export { default as BadgeEuro } from './badge-euro';
|
|
115
115
|
export { default as BadgeInfo } from './badge-info';
|
|
116
116
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
117
117
|
export { default as BadgeMinus } from './badge-minus';
|
|
@@ -119,40 +119,40 @@ export { default as BadgePercent } from './badge-percent';
|
|
|
119
119
|
export { default as BadgePlus } from './badge-plus';
|
|
120
120
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
121
121
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
122
|
-
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
123
122
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
123
|
+
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
124
124
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
125
|
-
export { default as BadgeX } from './badge-x';
|
|
126
125
|
export { default as Badge } from './badge';
|
|
126
|
+
export { default as BadgeX } from './badge-x';
|
|
127
127
|
export { default as BaggageClaim } from './baggage-claim';
|
|
128
128
|
export { default as Balloon } from './balloon';
|
|
129
129
|
export { default as Ban } from './ban';
|
|
130
130
|
export { default as Banana } from './banana';
|
|
131
|
-
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
132
131
|
export { default as Bandage } from './bandage';
|
|
132
|
+
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
133
133
|
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
134
134
|
export { default as BanknoteCheck } from './banknote-check';
|
|
135
135
|
export { default as BanknoteX } from './banknote-x';
|
|
136
136
|
export { default as Banknote } from './banknote';
|
|
137
137
|
export { default as Barcode } from './barcode';
|
|
138
|
-
export { default as Barrel } from './barrel';
|
|
139
138
|
export { default as Baseline } from './baseline';
|
|
139
|
+
export { default as Barrel } from './barrel';
|
|
140
140
|
export { default as Bath } from './bath';
|
|
141
141
|
export { default as BatteryCharging } from './battery-charging';
|
|
142
|
-
export { default as BatteryFull } from './battery-full';
|
|
143
142
|
export { default as BatteryLow } from './battery-low';
|
|
143
|
+
export { default as BatteryFull } from './battery-full';
|
|
144
144
|
export { default as BatteryMedium } from './battery-medium';
|
|
145
145
|
export { default as BatteryPlus } from './battery-plus';
|
|
146
|
-
export { default as BatteryWarning } from './battery-warning';
|
|
147
146
|
export { default as Battery } from './battery';
|
|
147
|
+
export { default as BatteryWarning } from './battery-warning';
|
|
148
148
|
export { default as Beaker } from './beaker';
|
|
149
149
|
export { default as BeanOff } from './bean-off';
|
|
150
150
|
export { default as Bean } from './bean';
|
|
151
151
|
export { default as BedDouble } from './bed-double';
|
|
152
152
|
export { default as BedSingle } from './bed-single';
|
|
153
|
+
export { default as Beef } from './beef';
|
|
153
154
|
export { default as Bed } from './bed';
|
|
154
155
|
export { default as BeefOff } from './beef-off';
|
|
155
|
-
export { default as Beef } from './beef';
|
|
156
156
|
export { default as BeerOff } from './beer-off';
|
|
157
157
|
export { default as Beer } from './beer';
|
|
158
158
|
export { default as BellCheck } from './bell-check';
|
|
@@ -163,15 +163,15 @@ export { default as BellOff } from './bell-off';
|
|
|
163
163
|
export { default as BellPlus } from './bell-plus';
|
|
164
164
|
export { default as BellRing } from './bell-ring';
|
|
165
165
|
export { default as Bell } from './bell';
|
|
166
|
-
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
167
166
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
167
|
+
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
168
168
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
169
169
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
170
170
|
export { default as Bike } from './bike';
|
|
171
171
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
172
172
|
export { default as Binary } from './binary';
|
|
173
|
-
export { default as Binoculars } from './binoculars';
|
|
174
173
|
export { default as Biohazard } from './biohazard';
|
|
174
|
+
export { default as Binoculars } from './binoculars';
|
|
175
175
|
export { default as Bird } from './bird';
|
|
176
176
|
export { default as Birdhouse } from './birdhouse';
|
|
177
177
|
export { default as Bitcoin } from './bitcoin';
|
|
@@ -185,58 +185,58 @@ export { default as BluetoothSearching } from './bluetooth-searching';
|
|
|
185
185
|
export { default as Bluetooth } from './bluetooth';
|
|
186
186
|
export { default as Bold } from './bold';
|
|
187
187
|
export { default as Bolt } from './bolt';
|
|
188
|
-
export { default as Bomb } from './bomb';
|
|
189
188
|
export { default as BoneFracture } from './bone-fracture';
|
|
189
|
+
export { default as Bomb } from './bomb';
|
|
190
190
|
export { default as Bone } from './bone';
|
|
191
|
-
export { default as BookA } from './book-a';
|
|
192
191
|
export { default as BookAlert } from './book-alert';
|
|
192
|
+
export { default as BookA } from './book-a';
|
|
193
193
|
export { default as BookAudio } from './book-audio';
|
|
194
194
|
export { default as BookBookmark } from './book-bookmark';
|
|
195
|
-
export { default as BookCheck } from './book-check';
|
|
196
195
|
export { default as BookCopy } from './book-copy';
|
|
196
|
+
export { default as BookCheck } from './book-check';
|
|
197
197
|
export { default as BookDashed } from './book-dashed';
|
|
198
198
|
export { default as BookDown } from './book-down';
|
|
199
199
|
export { default as BookHeadphones } from './book-headphones';
|
|
200
200
|
export { default as BookHeart } from './book-heart';
|
|
201
|
-
export { default as BookImage } from './book-image';
|
|
202
201
|
export { default as BookKey } from './book-key';
|
|
202
|
+
export { default as BookImage } from './book-image';
|
|
203
203
|
export { default as BookLock } from './book-lock';
|
|
204
204
|
export { default as BookMinus } from './book-minus';
|
|
205
205
|
export { default as BookOpenCheck } from './book-open-check';
|
|
206
206
|
export { default as BookOpenText } from './book-open-text';
|
|
207
207
|
export { default as BookOpen } from './book-open';
|
|
208
|
-
export { default as BookPlus } from './book-plus';
|
|
209
208
|
export { default as BookSearch } from './book-search';
|
|
210
|
-
export { default as
|
|
209
|
+
export { default as BookPlus } from './book-plus';
|
|
211
210
|
export { default as BookType } from './book-type';
|
|
212
|
-
export { default as
|
|
211
|
+
export { default as BookText } from './book-text';
|
|
213
212
|
export { default as BookUp2 } from './book-up-2';
|
|
213
|
+
export { default as BookUp } from './book-up';
|
|
214
214
|
export { default as BookUser } from './book-user';
|
|
215
215
|
export { default as Book } from './book';
|
|
216
216
|
export { default as BookX } from './book-x';
|
|
217
|
-
export { default as BookmarkMinus } from './bookmark-minus';
|
|
218
217
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
218
|
+
export { default as BookmarkMinus } from './bookmark-minus';
|
|
219
219
|
export { default as BookmarkOff } from './bookmark-off';
|
|
220
220
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
221
|
-
export { default as Bookmark } from './bookmark';
|
|
222
221
|
export { default as BookmarkX } from './bookmark-x';
|
|
223
|
-
export { default as
|
|
222
|
+
export { default as Bookmark } from './bookmark';
|
|
224
223
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
224
|
+
export { default as BoomBox } from './boom-box';
|
|
225
225
|
export { default as BotOff } from './bot-off';
|
|
226
226
|
export { default as Bot } from './bot';
|
|
227
227
|
export { default as BottleWine } from './bottle-wine';
|
|
228
228
|
export { default as BowArrow } from './bow-arrow';
|
|
229
229
|
export { default as Box } from './box';
|
|
230
|
-
export { default as Boxes } from './boxes';
|
|
231
230
|
export { default as Braces } from './braces';
|
|
231
|
+
export { default as Boxes } from './boxes';
|
|
232
232
|
export { default as Brackets } from './brackets';
|
|
233
233
|
export { default as BrainCircuit } from './brain-circuit';
|
|
234
234
|
export { default as BrainCog } from './brain-cog';
|
|
235
235
|
export { default as Brain } from './brain';
|
|
236
236
|
export { default as BrickWallFire } from './brick-wall-fire';
|
|
237
237
|
export { default as BrickWallShield } from './brick-wall-shield';
|
|
238
|
-
export { default as BrickWall } from './brick-wall';
|
|
239
238
|
export { default as Bridge } from './bridge';
|
|
239
|
+
export { default as BrickWall } from './brick-wall';
|
|
240
240
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
241
241
|
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
242
242
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
@@ -245,10 +245,10 @@ export { default as BringToFront } from './bring-to-front';
|
|
|
245
245
|
export { default as Broccoli } from './broccoli';
|
|
246
246
|
export { default as BroomSparkles } from './broom-sparkles';
|
|
247
247
|
export { default as Broom } from './broom';
|
|
248
|
-
export { default as Brush } from './brush';
|
|
249
248
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
250
|
-
export { default as
|
|
249
|
+
export { default as Brush } from './brush';
|
|
251
250
|
export { default as BugOff } from './bug-off';
|
|
251
|
+
export { default as Bubbles } from './bubbles';
|
|
252
252
|
export { default as BugPlay } from './bug-play';
|
|
253
253
|
export { default as Bug } from './bug';
|
|
254
254
|
export { default as BuildingComplexPlus } from './building-complex-plus';
|
|
@@ -256,8 +256,8 @@ export { default as BuildingComplex } from './building-complex';
|
|
|
256
256
|
export { default as Building } from './building';
|
|
257
257
|
export { default as BusFront } from './bus-front';
|
|
258
258
|
export { default as Bus } from './bus';
|
|
259
|
-
export { default as Cable } from './cable';
|
|
260
259
|
export { default as CableCar } from './cable-car';
|
|
260
|
+
export { default as Cable } from './cable';
|
|
261
261
|
export { default as CakeSlice } from './cake-slice';
|
|
262
262
|
export { default as Cake } from './cake';
|
|
263
263
|
export { default as Calculator } from './calculator';
|
|
@@ -274,23 +274,23 @@ export { default as CalendarFold } from './calendar-fold';
|
|
|
274
274
|
export { default as CalendarHeart } from './calendar-heart';
|
|
275
275
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
276
276
|
export { default as CalendarMinus } from './calendar-minus';
|
|
277
|
-
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
278
277
|
export { default as CalendarOff } from './calendar-off';
|
|
279
|
-
export { default as
|
|
278
|
+
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
280
279
|
export { default as CalendarPlus } from './calendar-plus';
|
|
280
|
+
export { default as CalendarRange } from './calendar-range';
|
|
281
281
|
export { default as CalendarSearch } from './calendar-search';
|
|
282
|
-
export { default as CalendarSync } from './calendar-sync';
|
|
283
282
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
283
|
+
export { default as CalendarSync } from './calendar-sync';
|
|
284
284
|
export { default as CalendarX } from './calendar-x';
|
|
285
285
|
export { default as Calendar } from './calendar';
|
|
286
|
-
export { default as Calendars } from './calendars';
|
|
287
286
|
export { default as CameraOff } from './camera-off';
|
|
287
|
+
export { default as Calendars } from './calendars';
|
|
288
288
|
export { default as Camera } from './camera';
|
|
289
|
-
export { default as Can } from './can';
|
|
290
289
|
export { default as CanSoda } from './can-soda';
|
|
290
|
+
export { default as Can } from './can';
|
|
291
291
|
export { default as CandyCane } from './candy-cane';
|
|
292
|
-
export { default as CandyOff } from './candy-off';
|
|
293
292
|
export { default as Candy } from './candy';
|
|
293
|
+
export { default as CandyOff } from './candy-off';
|
|
294
294
|
export { default as CannabisOff } from './cannabis-off';
|
|
295
295
|
export { default as Cannabis } from './cannabis';
|
|
296
296
|
export { default as CaptionsOff } from './captions-off';
|
|
@@ -302,17 +302,17 @@ export { default as Car } from './car';
|
|
|
302
302
|
export { default as Caravan } from './caravan';
|
|
303
303
|
export { default as CardSim } from './card-sim';
|
|
304
304
|
export { default as Carrot } from './carrot';
|
|
305
|
-
export { default as CartonOff } from './carton-off';
|
|
306
305
|
export { default as Carton } from './carton';
|
|
307
|
-
export { default as
|
|
306
|
+
export { default as CartonOff } from './carton-off';
|
|
308
307
|
export { default as CaseSensitive } from './case-sensitive';
|
|
308
|
+
export { default as CaseLower } from './case-lower';
|
|
309
309
|
export { default as CaseUpper } from './case-upper';
|
|
310
310
|
export { default as CassetteTape } from './cassette-tape';
|
|
311
|
-
export { default as Cast } from './cast';
|
|
312
311
|
export { default as Castle } from './castle';
|
|
312
|
+
export { default as Cast } from './cast';
|
|
313
313
|
export { default as Cat } from './cat';
|
|
314
|
-
export { default as Cctv } from './cctv';
|
|
315
314
|
export { default as CctvOff } from './cctv-off';
|
|
315
|
+
export { default as Cctv } from './cctv';
|
|
316
316
|
export { default as ChartArea } from './chart-area';
|
|
317
317
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
318
318
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
@@ -326,28 +326,28 @@ export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
|
326
326
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
327
327
|
export { default as ChartColumn } from './chart-column';
|
|
328
328
|
export { default as ChartGantt } from './chart-gantt';
|
|
329
|
-
export { default as ChartLine } from './chart-line';
|
|
330
329
|
export { default as ChartNetwork } from './chart-network';
|
|
330
|
+
export { default as ChartLine } from './chart-line';
|
|
331
331
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
332
332
|
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
333
333
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
334
334
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
335
335
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
336
336
|
export { default as ChartPie } from './chart-pie';
|
|
337
|
-
export { default as ChartScatter } from './chart-scatter';
|
|
338
337
|
export { default as ChartSpline } from './chart-spline';
|
|
338
|
+
export { default as ChartScatter } from './chart-scatter';
|
|
339
339
|
export { default as CheckCheck } from './check-check';
|
|
340
340
|
export { default as CheckLine } from './check-line';
|
|
341
341
|
export { default as Check } from './check';
|
|
342
|
-
export { default as Cherry } from './cherry';
|
|
343
342
|
export { default as ChefHat } from './chef-hat';
|
|
343
|
+
export { default as Cherry } from './cherry';
|
|
344
344
|
export { default as ChessBishop } from './chess-bishop';
|
|
345
345
|
export { default as ChessKing } from './chess-king';
|
|
346
346
|
export { default as ChessKnight } from './chess-knight';
|
|
347
|
-
export { default as ChessPawn } from './chess-pawn';
|
|
348
|
-
export { default as ChessRook } from './chess-rook';
|
|
349
347
|
export { default as ChessQueen } from './chess-queen';
|
|
348
|
+
export { default as ChessPawn } from './chess-pawn';
|
|
350
349
|
export { default as ChevronDown } from './chevron-down';
|
|
350
|
+
export { default as ChessRook } from './chess-rook';
|
|
351
351
|
export { default as ChevronFirst } from './chevron-first';
|
|
352
352
|
export { default as ChevronLast } from './chevron-last';
|
|
353
353
|
export { default as ChevronLeft } from './chevron-left';
|
|
@@ -355,15 +355,15 @@ export { default as ChevronUp } from './chevron-up';
|
|
|
355
355
|
export { default as ChevronRight } from './chevron-right';
|
|
356
356
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
357
357
|
export { default as ChevronsDown } from './chevrons-down';
|
|
358
|
-
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
359
358
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
360
|
-
export { default as
|
|
359
|
+
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
361
360
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
361
|
+
export { default as ChevronsLeft } from './chevrons-left';
|
|
362
362
|
export { default as ChevronsRight } from './chevrons-right';
|
|
363
363
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
364
364
|
export { default as ChevronsUp } from './chevrons-up';
|
|
365
|
-
export { default as Church } from './church';
|
|
366
365
|
export { default as CigaretteOff } from './cigarette-off';
|
|
366
|
+
export { default as Church } from './church';
|
|
367
367
|
export { default as Cigarette } from './cigarette';
|
|
368
368
|
export { default as CircleAlert } from './circle-alert';
|
|
369
369
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
@@ -437,11 +437,11 @@ export { default as Clock11 } from './clock-11';
|
|
|
437
437
|
export { default as Clock12 } from './clock-12';
|
|
438
438
|
export { default as Clock2 } from './clock-2';
|
|
439
439
|
export { default as Clock3 } from './clock-3';
|
|
440
|
-
export { default as Clock4 } from './clock-4';
|
|
441
440
|
export { default as Clock5 } from './clock-5';
|
|
441
|
+
export { default as Clock4 } from './clock-4';
|
|
442
442
|
export { default as Clock6 } from './clock-6';
|
|
443
|
-
export { default as Clock7 } from './clock-7';
|
|
444
443
|
export { default as Clock8 } from './clock-8';
|
|
444
|
+
export { default as Clock7 } from './clock-7';
|
|
445
445
|
export { default as Clock9 } from './clock-9';
|
|
446
446
|
export { default as ClockAlert } from './clock-alert';
|
|
447
447
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
@@ -458,8 +458,8 @@ export { default as CloudBackup } from './cloud-backup';
|
|
|
458
458
|
export { default as CloudCheck } from './cloud-check';
|
|
459
459
|
export { default as CloudCog } from './cloud-cog';
|
|
460
460
|
export { default as CloudDownload } from './cloud-download';
|
|
461
|
-
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
462
461
|
export { default as CloudFog } from './cloud-fog';
|
|
462
|
+
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
463
463
|
export { default as CloudHail } from './cloud-hail';
|
|
464
464
|
export { default as CloudLightning } from './cloud-lightning';
|
|
465
465
|
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
@@ -468,8 +468,8 @@ export { default as CloudOff } from './cloud-off';
|
|
|
468
468
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
469
469
|
export { default as CloudRain } from './cloud-rain';
|
|
470
470
|
export { default as CloudSnow } from './cloud-snow';
|
|
471
|
-
export { default as CloudSun } from './cloud-sun';
|
|
472
471
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
472
|
+
export { default as CloudSun } from './cloud-sun';
|
|
473
473
|
export { default as CloudSync } from './cloud-sync';
|
|
474
474
|
export { default as CloudUpload } from './cloud-upload';
|
|
475
475
|
export { default as Cloud } from './cloud';
|
|
@@ -478,16 +478,16 @@ export { default as Clover } from './clover';
|
|
|
478
478
|
export { default as Club } from './club';
|
|
479
479
|
export { default as CodeXml } from './code-xml';
|
|
480
480
|
export { default as Code } from './code';
|
|
481
|
-
export { default as Cog } from './cog';
|
|
482
481
|
export { default as Coffee } from './coffee';
|
|
482
|
+
export { default as Cog } from './cog';
|
|
483
483
|
export { default as Coins } from './coins';
|
|
484
484
|
export { default as Columns2 } from './columns-2';
|
|
485
485
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
486
486
|
export { default as Columns3 } from './columns-3';
|
|
487
487
|
export { default as Columns4 } from './columns-4';
|
|
488
488
|
export { default as Combine } from './combine';
|
|
489
|
-
export { default as Compass } from './compass';
|
|
490
489
|
export { default as Command } from './command';
|
|
490
|
+
export { default as Compass } from './compass';
|
|
491
491
|
export { default as Component } from './component';
|
|
492
492
|
export { default as Computer } from './computer';
|
|
493
493
|
export { default as ConciergeBell } from './concierge-bell';
|
|
@@ -511,9 +511,9 @@ export { default as CornerDownLeft } from './corner-down-left';
|
|
|
511
511
|
export { default as CornerDownRight } from './corner-down-right';
|
|
512
512
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
513
513
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
514
|
-
export { default as CornerRightUp } from './corner-right-up';
|
|
515
514
|
export { default as CornerRightDown } from './corner-right-down';
|
|
516
515
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
516
|
+
export { default as CornerRightUp } from './corner-right-up';
|
|
517
517
|
export { default as CornerUpRight } from './corner-up-right';
|
|
518
518
|
export { default as Cpu } from './cpu';
|
|
519
519
|
export { default as CreativeCommons } from './creative-commons';
|
|
@@ -522,48 +522,49 @@ export { default as CreditCardMinus } from './credit-card-minus';
|
|
|
522
522
|
export { default as CreditCardPlus } from './credit-card-plus';
|
|
523
523
|
export { default as CreditCardReader } from './credit-card-reader';
|
|
524
524
|
export { default as CreditCardX } from './credit-card-x';
|
|
525
|
+
export { default as Croissant } from './croissant';
|
|
525
526
|
export { default as CreditCard } from './credit-card';
|
|
526
527
|
export { default as Crop } from './crop';
|
|
527
|
-
export { default as Croissant } from './croissant';
|
|
528
528
|
export { default as Cross } from './cross';
|
|
529
529
|
export { default as Crosshair } from './crosshair';
|
|
530
|
-
export { default as Cuboid } from './cuboid';
|
|
531
530
|
export { default as Crown } from './crown';
|
|
531
|
+
export { default as Cuboid } from './cuboid';
|
|
532
532
|
export { default as CupSoda } from './cup-soda';
|
|
533
|
+
export { default as Cupcake } from './cupcake';
|
|
533
534
|
export { default as Currency } from './currency';
|
|
534
535
|
export { default as Cylinder } from './cylinder';
|
|
535
536
|
export { default as Dam } from './dam';
|
|
536
537
|
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
537
|
-
export { default as DatabaseBackup } from './database-backup';
|
|
538
538
|
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
539
|
+
export { default as DatabaseBackup } from './database-backup';
|
|
539
540
|
export { default as DatabaseCheck } from './database-check';
|
|
540
541
|
export { default as DatabaseMinus } from './database-minus';
|
|
541
542
|
export { default as DatabasePlus } from './database-plus';
|
|
542
543
|
export { default as DatabaseSearch } from './database-search';
|
|
543
544
|
export { default as DatabaseX } from './database-x';
|
|
544
|
-
export { default as DatabaseZap } from './database-zap';
|
|
545
545
|
export { default as Database } from './database';
|
|
546
|
+
export { default as DatabaseZap } from './database-zap';
|
|
546
547
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
547
548
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
548
549
|
export { default as Delete } from './delete';
|
|
550
|
+
export { default as Dessert } from './dessert';
|
|
549
551
|
export { default as Diameter } from './diameter';
|
|
550
552
|
export { default as DiamondMinus } from './diamond-minus';
|
|
551
|
-
export { default as Dessert } from './dessert';
|
|
552
553
|
export { default as DiamondPercent } from './diamond-percent';
|
|
553
554
|
export { default as DiamondPlus } from './diamond-plus';
|
|
554
555
|
export { default as Diamond } from './diamond';
|
|
555
556
|
export { default as Dice1 } from './dice-1';
|
|
556
557
|
export { default as Dice2 } from './dice-2';
|
|
557
|
-
export { default as Dice4 } from './dice-4';
|
|
558
558
|
export { default as Dice3 } from './dice-3';
|
|
559
|
+
export { default as Dice4 } from './dice-4';
|
|
559
560
|
export { default as Dice5 } from './dice-5';
|
|
560
561
|
export { default as Dice6 } from './dice-6';
|
|
561
562
|
export { default as Dices } from './dices';
|
|
562
563
|
export { default as Diff } from './diff';
|
|
563
564
|
export { default as Disc2 } from './disc-2';
|
|
565
|
+
export { default as DiscAlbum } from './disc-album';
|
|
564
566
|
export { default as Disc3 } from './disc-3';
|
|
565
567
|
export { default as Disc } from './disc';
|
|
566
|
-
export { default as DiscAlbum } from './disc-album';
|
|
567
568
|
export { default as Divide } from './divide';
|
|
568
569
|
export { default as DnaOff } from './dna-off';
|
|
569
570
|
export { default as Dna } from './dna';
|
|
@@ -573,22 +574,23 @@ export { default as DollarSign } from './dollar-sign';
|
|
|
573
574
|
export { default as Dome } from './dome';
|
|
574
575
|
export { default as Donut } from './donut';
|
|
575
576
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
577
|
+
export { default as DoorClosedPackage } from './door-closed-package';
|
|
576
578
|
export { default as DoorClosed } from './door-closed';
|
|
577
579
|
export { default as DoorOpen } from './door-open';
|
|
578
|
-
export { default as DoorStairwell } from './door-stairwell';
|
|
579
580
|
export { default as Dot } from './dot';
|
|
581
|
+
export { default as DoorStairwell } from './door-stairwell';
|
|
580
582
|
export { default as Download } from './download';
|
|
581
583
|
export { default as DraftingCompass } from './drafting-compass';
|
|
582
584
|
export { default as Drama } from './drama';
|
|
583
585
|
export { default as Drill } from './drill';
|
|
584
586
|
export { default as Drone } from './drone';
|
|
585
|
-
export { default as Droplet } from './droplet';
|
|
586
587
|
export { default as DropletOff } from './droplet-off';
|
|
588
|
+
export { default as Droplet } from './droplet';
|
|
587
589
|
export { default as Droplets } from './droplets';
|
|
588
590
|
export { default as Drum } from './drum';
|
|
589
591
|
export { default as Drumstick } from './drumstick';
|
|
590
|
-
export { default as Dumbbell } from './dumbbell';
|
|
591
592
|
export { default as EarOff } from './ear-off';
|
|
593
|
+
export { default as Dumbbell } from './dumbbell';
|
|
592
594
|
export { default as Ear } from './ear';
|
|
593
595
|
export { default as EarthLock } from './earth-lock';
|
|
594
596
|
export { default as Earth } from './earth';
|
|
@@ -601,10 +603,10 @@ export { default as Ellipse } from './ellipse';
|
|
|
601
603
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
602
604
|
export { default as Ellipsis } from './ellipsis';
|
|
603
605
|
export { default as Engine } from './engine';
|
|
604
|
-
export { default as EqualApproximatelyNot } from './equal-approximately-not';
|
|
605
606
|
export { default as EqualApproximately } from './equal-approximately';
|
|
606
|
-
export { default as
|
|
607
|
+
export { default as EqualApproximatelyNot } from './equal-approximately-not';
|
|
607
608
|
export { default as EqualNot } from './equal-not';
|
|
609
|
+
export { default as Equal } from './equal';
|
|
608
610
|
export { default as Eraser } from './eraser';
|
|
609
611
|
export { default as EthernetPort } from './ethernet-port';
|
|
610
612
|
export { default as Euro } from './euro';
|
|
@@ -623,33 +625,34 @@ export { default as FaceSlightlyFrowning } from './face-slightly-frowning';
|
|
|
623
625
|
export { default as FaceSlightlySmilingPlus } from './face-slightly-smiling-plus';
|
|
624
626
|
export { default as FaceSlightlySmiling } from './face-slightly-smiling';
|
|
625
627
|
export { default as Factory } from './factory';
|
|
626
|
-
export { default as Fan } from './fan';
|
|
627
628
|
export { default as FastForward } from './fast-forward';
|
|
629
|
+
export { default as Fan } from './fan';
|
|
630
|
+
export { default as Faucet } from './faucet';
|
|
628
631
|
export { default as Feather } from './feather';
|
|
629
|
-
export { default as Fence } from './fence';
|
|
630
632
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
633
|
+
export { default as Fence } from './fence';
|
|
631
634
|
export { default as FileArchive } from './file-archive';
|
|
632
635
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
633
|
-
export { default as FileBox } from './file-box';
|
|
634
636
|
export { default as FileBadge } from './file-badge';
|
|
635
|
-
export { default as
|
|
637
|
+
export { default as FileBox } from './file-box';
|
|
636
638
|
export { default as FileBracesCorner } from './file-braces-corner';
|
|
639
|
+
export { default as FileBraces } from './file-braces';
|
|
637
640
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
638
|
-
export { default as FileChartLine } from './file-chart-line';
|
|
639
641
|
export { default as FileChartColumn } from './file-chart-column';
|
|
642
|
+
export { default as FileChartLine } from './file-chart-line';
|
|
640
643
|
export { default as FileChartPie } from './file-chart-pie';
|
|
641
644
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
642
645
|
export { default as FileCheck } from './file-check';
|
|
643
646
|
export { default as FileClock } from './file-clock';
|
|
644
647
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
645
|
-
export { default as FileCog } from './file-cog';
|
|
646
648
|
export { default as FileCode } from './file-code';
|
|
649
|
+
export { default as FileCog } from './file-cog';
|
|
647
650
|
export { default as FileDiff } from './file-diff';
|
|
648
651
|
export { default as FileDigit } from './file-digit';
|
|
649
652
|
export { default as FileDown } from './file-down';
|
|
650
653
|
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
651
|
-
export { default as FileHeart } from './file-heart';
|
|
652
654
|
export { default as FileHeadphone } from './file-headphone';
|
|
655
|
+
export { default as FileHeart } from './file-heart';
|
|
653
656
|
export { default as FileImage } from './file-image';
|
|
654
657
|
export { default as FileInput } from './file-input';
|
|
655
658
|
export { default as FileKey } from './file-key';
|
|
@@ -674,23 +677,23 @@ export { default as FileStack } from './file-stack';
|
|
|
674
677
|
export { default as FileSymlink } from './file-symlink';
|
|
675
678
|
export { default as FileTerminal } from './file-terminal';
|
|
676
679
|
export { default as FileText } from './file-text';
|
|
680
|
+
export { default as FileType } from './file-type';
|
|
677
681
|
export { default as FileTypeCorner } from './file-type-corner';
|
|
678
682
|
export { default as FileUp } from './file-up';
|
|
679
|
-
export { default as FileType } from './file-type';
|
|
680
683
|
export { default as FileUser } from './file-user';
|
|
681
684
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
682
685
|
export { default as FileVolume } from './file-volume';
|
|
683
686
|
export { default as FileXCorner } from './file-x-corner';
|
|
684
|
-
export { default as File } from './file';
|
|
685
687
|
export { default as FileX } from './file-x';
|
|
688
|
+
export { default as File } from './file';
|
|
686
689
|
export { default as Files } from './files';
|
|
687
690
|
export { default as Film } from './film';
|
|
688
691
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
689
692
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
690
693
|
export { default as FishOff } from './fish-off';
|
|
691
|
-
export { default as Fish } from './fish';
|
|
692
694
|
export { default as FishSymbol } from './fish-symbol';
|
|
693
695
|
export { default as FishingHook } from './fishing-hook';
|
|
696
|
+
export { default as Fish } from './fish';
|
|
694
697
|
export { default as FishingRod } from './fishing-rod';
|
|
695
698
|
export { default as FlagOff } from './flag-off';
|
|
696
699
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
@@ -699,12 +702,12 @@ export { default as Flag } from './flag';
|
|
|
699
702
|
export { default as FlameKindling } from './flame-kindling';
|
|
700
703
|
export { default as Flame } from './flame';
|
|
701
704
|
export { default as FlashlightOff } from './flashlight-off';
|
|
702
|
-
export { default as Flashlight } from './flashlight';
|
|
703
705
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
706
|
+
export { default as Flashlight } from './flashlight';
|
|
704
707
|
export { default as FlaskConical } from './flask-conical';
|
|
705
708
|
export { default as FlaskRound } from './flask-round';
|
|
706
|
-
export { default as Flower } from './flower';
|
|
707
709
|
export { default as Flower2 } from './flower-2';
|
|
710
|
+
export { default as Flower } from './flower';
|
|
708
711
|
export { default as Focus } from './focus';
|
|
709
712
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
710
713
|
export { default as FoldVertical } from './fold-vertical';
|
|
@@ -720,27 +723,27 @@ export { default as FolderDown } from './folder-down';
|
|
|
720
723
|
export { default as FolderGit2 } from './folder-git-2';
|
|
721
724
|
export { default as FolderGit } from './folder-git';
|
|
722
725
|
export { default as FolderHeart } from './folder-heart';
|
|
726
|
+
export { default as FolderInput } from './folder-input';
|
|
723
727
|
export { default as FolderKanban } from './folder-kanban';
|
|
724
728
|
export { default as FolderKey } from './folder-key';
|
|
725
|
-
export { default as FolderInput } from './folder-input';
|
|
726
729
|
export { default as FolderLock } from './folder-lock';
|
|
727
730
|
export { default as FolderMinus } from './folder-minus';
|
|
728
731
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
729
732
|
export { default as FolderOpen } from './folder-open';
|
|
730
|
-
export { default as FolderPen } from './folder-pen';
|
|
731
733
|
export { default as FolderOutput } from './folder-output';
|
|
734
|
+
export { default as FolderPen } from './folder-pen';
|
|
732
735
|
export { default as FolderPlus } from './folder-plus';
|
|
733
736
|
export { default as FolderRoot } from './folder-root';
|
|
734
737
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
735
738
|
export { default as FolderSearch } from './folder-search';
|
|
736
|
-
export { default as FolderSync } from './folder-sync';
|
|
737
739
|
export { default as FolderSymlink } from './folder-symlink';
|
|
738
|
-
export { default as
|
|
740
|
+
export { default as FolderSync } from './folder-sync';
|
|
739
741
|
export { default as FolderUp } from './folder-up';
|
|
742
|
+
export { default as FolderTree } from './folder-tree';
|
|
740
743
|
export { default as FolderX } from './folder-x';
|
|
741
744
|
export { default as Folder } from './folder';
|
|
742
|
-
export { default as Folders } from './folders';
|
|
743
745
|
export { default as Footprints } from './footprints';
|
|
746
|
+
export { default as Folders } from './folders';
|
|
744
747
|
export { default as Forklift } from './forklift';
|
|
745
748
|
export { default as Form } from './form';
|
|
746
749
|
export { default as Forward } from './forward';
|
|
@@ -762,9 +765,9 @@ export { default as Gamepad } from './gamepad';
|
|
|
762
765
|
export { default as GapHorizontal } from './gap-horizontal';
|
|
763
766
|
export { default as GapVertical } from './gap-vertical';
|
|
764
767
|
export { default as Gauge } from './gauge';
|
|
765
|
-
export { default as Gem } from './gem';
|
|
766
768
|
export { default as Gavel } from './gavel';
|
|
767
769
|
export { default as GeorgianLari } from './georgian-lari';
|
|
770
|
+
export { default as Gem } from './gem';
|
|
768
771
|
export { default as GermOff } from './germ-off';
|
|
769
772
|
export { default as Germ } from './germ';
|
|
770
773
|
export { default as Ghost } from './ghost';
|
|
@@ -773,26 +776,26 @@ export { default as GitBranchMinus } from './git-branch-minus';
|
|
|
773
776
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
774
777
|
export { default as GitBranch } from './git-branch';
|
|
775
778
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
776
|
-
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
777
779
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
780
|
+
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
778
781
|
export { default as GitCompare } from './git-compare';
|
|
779
782
|
export { default as GitFork } from './git-fork';
|
|
780
783
|
export { default as GitGraph } from './git-graph';
|
|
781
|
-
export { default as GitMerge } from './git-merge';
|
|
782
784
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
785
|
+
export { default as GitMerge } from './git-merge';
|
|
783
786
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
784
787
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
785
|
-
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
786
788
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
787
|
-
export { default as
|
|
789
|
+
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
788
790
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
791
|
+
export { default as GitPullRequest } from './git-pull-request';
|
|
789
792
|
export { default as GlassWater } from './glass-water';
|
|
790
793
|
export { default as Glasses } from './glasses';
|
|
791
794
|
export { default as GlobeCheck } from './globe-check';
|
|
792
795
|
export { default as GlobeCode } from './globe-code';
|
|
793
796
|
export { default as GlobeLock } from './globe-lock';
|
|
794
|
-
export { default as GlobeX } from './globe-x';
|
|
795
797
|
export { default as GlobeOff } from './globe-off';
|
|
798
|
+
export { default as GlobeX } from './globe-x';
|
|
796
799
|
export { default as Globe } from './globe';
|
|
797
800
|
export { default as Goal } from './goal';
|
|
798
801
|
export { default as Gpu } from './gpu';
|
|
@@ -810,27 +813,27 @@ export { default as Grip } from './grip';
|
|
|
810
813
|
export { default as Group } from './group';
|
|
811
814
|
export { default as Guitar } from './guitar';
|
|
812
815
|
export { default as Ham } from './ham';
|
|
813
|
-
export { default as Hammer } from './hammer';
|
|
814
816
|
export { default as Hamburger } from './hamburger';
|
|
817
|
+
export { default as Hammer } from './hammer';
|
|
815
818
|
export { default as HandCoins } from './hand-coins';
|
|
816
819
|
export { default as HandFist } from './hand-fist';
|
|
817
820
|
export { default as HandGrab } from './hand-grab';
|
|
818
821
|
export { default as HandHeart } from './hand-heart';
|
|
819
822
|
export { default as HandHelping } from './hand-helping';
|
|
820
823
|
export { default as HandMetal } from './hand-metal';
|
|
821
|
-
export { default as Hand } from './hand';
|
|
822
824
|
export { default as HandPlatter } from './hand-platter';
|
|
823
825
|
export { default as Handbag } from './handbag';
|
|
826
|
+
export { default as Hand } from './hand';
|
|
824
827
|
export { default as Handshake } from './handshake';
|
|
825
828
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
826
|
-
export { default as HardDrive } from './hard-drive';
|
|
827
829
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
830
|
+
export { default as HardDrive } from './hard-drive';
|
|
828
831
|
export { default as HardHat } from './hard-hat';
|
|
829
832
|
export { default as Hash } from './hash';
|
|
830
833
|
export { default as HatGlasses } from './hat-glasses';
|
|
831
|
-
export { default as HdmiPort } from './hdmi-port';
|
|
832
834
|
export { default as Haze } from './haze';
|
|
833
835
|
export { default as Hd } from './hd';
|
|
836
|
+
export { default as HdmiPort } from './hdmi-port';
|
|
834
837
|
export { default as Heading1 } from './heading-1';
|
|
835
838
|
export { default as Heading2 } from './heading-2';
|
|
836
839
|
export { default as Heading3 } from './heading-3';
|
|
@@ -840,12 +843,12 @@ export { default as Heading6 } from './heading-6';
|
|
|
840
843
|
export { default as Heading } from './heading';
|
|
841
844
|
export { default as HeadphoneOff } from './headphone-off';
|
|
842
845
|
export { default as Headphones } from './headphones';
|
|
843
|
-
export { default as HeartCrack } from './heart-crack';
|
|
844
846
|
export { default as Headset } from './headset';
|
|
845
|
-
export { default as
|
|
847
|
+
export { default as HeartCrack } from './heart-crack';
|
|
846
848
|
export { default as HeartHandshake } from './heart-handshake';
|
|
847
|
-
export { default as
|
|
849
|
+
export { default as HeartMinus } from './heart-minus';
|
|
848
850
|
export { default as HeartOff } from './heart-off';
|
|
851
|
+
export { default as HeartPlus } from './heart-plus';
|
|
849
852
|
export { default as HeartPulse } from './heart-pulse';
|
|
850
853
|
export { default as HeartX } from './heart-x';
|
|
851
854
|
export { default as Heart } from './heart';
|
|
@@ -868,43 +871,44 @@ export { default as Houses } from './houses';
|
|
|
868
871
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
869
872
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
870
873
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
871
|
-
export { default as IdCard } from './id-card';
|
|
872
874
|
export { default as ImageDown } from './image-down';
|
|
875
|
+
export { default as IdCard } from './id-card';
|
|
873
876
|
export { default as ImageMinus } from './image-minus';
|
|
874
877
|
export { default as ImageOff } from './image-off';
|
|
875
878
|
export { default as ImagePlay } from './image-play';
|
|
876
|
-
export { default as ImageUp } from './image-up';
|
|
877
879
|
export { default as ImagePlus } from './image-plus';
|
|
880
|
+
export { default as ImageUp } from './image-up';
|
|
878
881
|
export { default as ImageUpscale } from './image-upscale';
|
|
879
|
-
export { default as Images } from './images';
|
|
880
882
|
export { default as Image } from './image';
|
|
883
|
+
export { default as Images } from './images';
|
|
881
884
|
export { default as Import } from './import';
|
|
885
|
+
export { default as Inbox } from './inbox';
|
|
882
886
|
export { default as IndianRupee } from './indian-rupee';
|
|
883
887
|
export { default as Infinity } from './infinity';
|
|
884
|
-
export { default as Inbox } from './inbox';
|
|
885
888
|
export { default as Info } from './info';
|
|
886
|
-
export { default as InspectionPanel } from './inspection-panel';
|
|
887
889
|
export { default as Italic } from './italic';
|
|
890
|
+
export { default as InspectionPanel } from './inspection-panel';
|
|
888
891
|
export { default as IterationCcw } from './iteration-ccw';
|
|
889
892
|
export { default as IterationCw } from './iteration-cw';
|
|
890
|
-
export { default as IvBag } from './iv-bag';
|
|
891
893
|
export { default as JapaneseYen } from './japanese-yen';
|
|
892
|
-
export { default as
|
|
894
|
+
export { default as IvBag } from './iv-bag';
|
|
893
895
|
export { default as Joystick } from './joystick';
|
|
896
|
+
export { default as Kanban } from './kanban';
|
|
894
897
|
export { default as Kayak } from './kayak';
|
|
895
|
-
export { default as KeyRound } from './key-round';
|
|
896
898
|
export { default as KeySquare } from './key-square';
|
|
899
|
+
export { default as KeyRound } from './key-round';
|
|
897
900
|
export { default as Key } from './key';
|
|
898
901
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
899
902
|
export { default as KeyboardOff } from './keyboard-off';
|
|
900
903
|
export { default as Keyboard } from './keyboard';
|
|
904
|
+
export { default as Lambda } from './lambda';
|
|
901
905
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
902
906
|
export { default as LampDesk } from './lamp-desk';
|
|
903
907
|
export { default as LampFloor } from './lamp-floor';
|
|
904
|
-
export { default as LampWallDown } from './lamp-wall-down';
|
|
905
908
|
export { default as LampWallUp } from './lamp-wall-up';
|
|
906
|
-
export { default as
|
|
909
|
+
export { default as LampWallDown } from './lamp-wall-down';
|
|
907
910
|
export { default as LandPlot } from './land-plot';
|
|
911
|
+
export { default as Lamp } from './lamp';
|
|
908
912
|
export { default as Landmark } from './landmark';
|
|
909
913
|
export { default as Languages } from './languages';
|
|
910
914
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
@@ -932,22 +936,22 @@ export { default as LayoutTemplate } from './layout-template';
|
|
|
932
936
|
export { default as Leaf } from './leaf';
|
|
933
937
|
export { default as LeafyGreen } from './leafy-green';
|
|
934
938
|
export { default as Lectern } from './lectern';
|
|
935
|
-
export { default as LensConvex } from './lens-convex';
|
|
936
939
|
export { default as LensConcave } from './lens-concave';
|
|
940
|
+
export { default as LensConvex } from './lens-convex';
|
|
937
941
|
export { default as LibraryBig } from './library-big';
|
|
938
|
-
export { default as LifeBuoy } from './life-buoy';
|
|
939
942
|
export { default as Library } from './library';
|
|
943
|
+
export { default as LifeBuoy } from './life-buoy';
|
|
940
944
|
export { default as Ligature } from './ligature';
|
|
941
945
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
942
946
|
export { default as Lightbulb } from './lightbulb';
|
|
943
|
-
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
944
947
|
export { default as Lighthouse } from './lighthouse';
|
|
948
|
+
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
945
949
|
export { default as LineSquiggle } from './line-squiggle';
|
|
946
|
-
export { default as Link2Off } from './link-2-off';
|
|
947
950
|
export { default as LineStyle } from './line-style';
|
|
951
|
+
export { default as Link2Off } from './link-2-off';
|
|
948
952
|
export { default as Link2 } from './link-2';
|
|
949
|
-
export { default as ListCheck } from './list-check';
|
|
950
953
|
export { default as Link } from './link';
|
|
954
|
+
export { default as ListCheck } from './list-check';
|
|
951
955
|
export { default as ListChecks } from './list-checks';
|
|
952
956
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
953
957
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
@@ -956,8 +960,8 @@ export { default as ListCollapse } from './list-collapse';
|
|
|
956
960
|
export { default as ListEnd } from './list-end';
|
|
957
961
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
958
962
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
959
|
-
export { default as ListFilter } from './list-filter';
|
|
960
963
|
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
964
|
+
export { default as ListFilter } from './list-filter';
|
|
961
965
|
export { default as ListMinus } from './list-minus';
|
|
962
966
|
export { default as ListMusic } from './list-music';
|
|
963
967
|
export { default as ListOrdered } from './list-ordered';
|
|
@@ -1000,8 +1004,8 @@ export { default as MailWarning } from './mail-warning';
|
|
|
1000
1004
|
export { default as MailX } from './mail-x';
|
|
1001
1005
|
export { default as Mail } from './mail';
|
|
1002
1006
|
export { default as Mailbox } from './mailbox';
|
|
1003
|
-
export { default as MapMinus } from './map-minus';
|
|
1004
1007
|
export { default as Mails } from './mails';
|
|
1008
|
+
export { default as MapMinus } from './map-minus';
|
|
1005
1009
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
1006
1010
|
export { default as MapPinCheck } from './map-pin-check';
|
|
1007
1011
|
export { default as MapPinHouse } from './map-pin-house';
|
|
@@ -1013,8 +1017,8 @@ export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
|
1013
1017
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
1014
1018
|
export { default as MapPinSearch } from './map-pin-search';
|
|
1015
1019
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
1016
|
-
export { default as MapPinX } from './map-pin-x';
|
|
1017
1020
|
export { default as MapPin } from './map-pin';
|
|
1021
|
+
export { default as MapPinX } from './map-pin-x';
|
|
1018
1022
|
export { default as MapPinned } from './map-pinned';
|
|
1019
1023
|
export { default as MapPlus } from './map-plus';
|
|
1020
1024
|
export { default as Map } from './map';
|
|
@@ -1023,20 +1027,20 @@ export { default as Mars } from './mars';
|
|
|
1023
1027
|
export { default as Martini } from './martini';
|
|
1024
1028
|
export { default as Maximize2 } from './maximize-2';
|
|
1025
1029
|
export { default as Maximize } from './maximize';
|
|
1026
|
-
export { default as MegaphoneOff } from './megaphone-off';
|
|
1027
1030
|
export { default as Medal } from './medal';
|
|
1028
1031
|
export { default as Megaphone } from './megaphone';
|
|
1029
|
-
export { default as
|
|
1032
|
+
export { default as MegaphoneOff } from './megaphone-off';
|
|
1030
1033
|
export { default as MemoryStick } from './memory-stick';
|
|
1034
|
+
export { default as Menu } from './menu';
|
|
1031
1035
|
export { default as Merge } from './merge';
|
|
1032
1036
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
1033
|
-
export { default as MessageCircleCode } from './message-circle-code';
|
|
1034
1037
|
export { default as MessageCircleDashedCheck } from './message-circle-dashed-check';
|
|
1035
1038
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
1039
|
+
export { default as MessageCircleCode } from './message-circle-code';
|
|
1036
1040
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
1037
1041
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
1038
|
-
export { default as MessageCircleOff } from './message-circle-off';
|
|
1039
1042
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
1043
|
+
export { default as MessageCircleOff } from './message-circle-off';
|
|
1040
1044
|
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
1041
1045
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
1042
1046
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
@@ -1051,8 +1055,8 @@ export { default as MessageSquareHeart } from './message-square-heart';
|
|
|
1051
1055
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
1052
1056
|
export { default as MessageSquareMore } from './message-square-more';
|
|
1053
1057
|
export { default as MessageSquareOff } from './message-square-off';
|
|
1054
|
-
export { default as MessageSquarePlus } from './message-square-plus';
|
|
1055
1058
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
1059
|
+
export { default as MessageSquarePlus } from './message-square-plus';
|
|
1056
1060
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
1057
1061
|
export { default as MessageSquareShare } from './message-square-share';
|
|
1058
1062
|
export { default as MessageSquareText } from './message-square-text';
|
|
@@ -1074,25 +1078,25 @@ export { default as MidiPort } from './midi-port';
|
|
|
1074
1078
|
export { default as Milestone } from './milestone';
|
|
1075
1079
|
export { default as MilkOff } from './milk-off';
|
|
1076
1080
|
export { default as Milk } from './milk';
|
|
1077
|
-
export { default as Minimize } from './minimize';
|
|
1078
1081
|
export { default as Minimize2 } from './minimize-2';
|
|
1082
|
+
export { default as Minimize } from './minimize';
|
|
1079
1083
|
export { default as Minus } from './minus';
|
|
1080
|
-
export { default as MirrorRound } from './mirror-round';
|
|
1081
1084
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1085
|
+
export { default as MirrorRound } from './mirror-round';
|
|
1082
1086
|
export { default as MonitorCheck } from './monitor-check';
|
|
1083
1087
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1084
1088
|
export { default as MonitorCog } from './monitor-cog';
|
|
1085
1089
|
export { default as MonitorDot } from './monitor-dot';
|
|
1086
|
-
export { default as MonitorDown } from './monitor-down';
|
|
1087
1090
|
export { default as MonitorOff } from './monitor-off';
|
|
1091
|
+
export { default as MonitorDown } from './monitor-down';
|
|
1088
1092
|
export { default as MonitorPause } from './monitor-pause';
|
|
1089
1093
|
export { default as MonitorPc } from './monitor-pc';
|
|
1090
1094
|
export { default as MonitorPlay } from './monitor-play';
|
|
1091
1095
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1092
1096
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1093
1097
|
export { default as MonitorStop } from './monitor-stop';
|
|
1094
|
-
export { default as MonitorUp } from './monitor-up';
|
|
1095
1098
|
export { default as MonitorX } from './monitor-x';
|
|
1099
|
+
export { default as MonitorUp } from './monitor-up';
|
|
1096
1100
|
export { default as Monitor } from './monitor';
|
|
1097
1101
|
export { default as MoonStar } from './moon-star';
|
|
1098
1102
|
export { default as Moon } from './moon';
|
|
@@ -1105,13 +1109,13 @@ export { default as Mountain } from './mountain';
|
|
|
1105
1109
|
export { default as MouseLeft } from './mouse-left';
|
|
1106
1110
|
export { default as MouseOff } from './mouse-off';
|
|
1107
1111
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1108
|
-
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1109
1112
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1113
|
+
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1110
1114
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1111
1115
|
export { default as MousePointer } from './mouse-pointer';
|
|
1112
1116
|
export { default as MouseRight } from './mouse-right';
|
|
1113
|
-
export { default as MouthOff } from './mouth-off';
|
|
1114
1117
|
export { default as Mouse } from './mouse';
|
|
1118
|
+
export { default as MouthOff } from './mouth-off';
|
|
1115
1119
|
export { default as Mouth } from './mouth';
|
|
1116
1120
|
export { default as Move3d } from './move-3d';
|
|
1117
1121
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
@@ -1135,6 +1139,7 @@ export { default as Navigation2Off } from './navigation-2-off';
|
|
|
1135
1139
|
export { default as Navigation2 } from './navigation-2';
|
|
1136
1140
|
export { default as NavigationOff } from './navigation-off';
|
|
1137
1141
|
export { default as Navigation } from './navigation';
|
|
1142
|
+
export { default as NepaliRupee } from './nepali-rupee';
|
|
1138
1143
|
export { default as Network } from './network';
|
|
1139
1144
|
export { default as Newspaper } from './newspaper';
|
|
1140
1145
|
export { default as Nfc } from './nfc';
|
|
@@ -1165,8 +1170,8 @@ export { default as PackagePlus } from './package-plus';
|
|
|
1165
1170
|
export { default as PackageSearch } from './package-search';
|
|
1166
1171
|
export { default as PackageX } from './package-x';
|
|
1167
1172
|
export { default as Package } from './package';
|
|
1168
|
-
export { default as PaintRoller } from './paint-roller';
|
|
1169
1173
|
export { default as PaintBucket } from './paint-bucket';
|
|
1174
|
+
export { default as PaintRoller } from './paint-roller';
|
|
1170
1175
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1171
1176
|
export { default as Paintbrush } from './paintbrush';
|
|
1172
1177
|
export { default as Palette } from './palette';
|
|
@@ -1176,8 +1181,8 @@ export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
|
1176
1181
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1177
1182
|
export { default as PanelBottom } from './panel-bottom';
|
|
1178
1183
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1179
|
-
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1180
1184
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1185
|
+
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1181
1186
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1182
1187
|
export { default as PanelLeft } from './panel-left';
|
|
1183
1188
|
export { default as PanelRightClose } from './panel-right-close';
|
|
@@ -1186,8 +1191,8 @@ export { default as PanelRightOpen } from './panel-right-open';
|
|
|
1186
1191
|
export { default as PanelRight } from './panel-right';
|
|
1187
1192
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1188
1193
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1189
|
-
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1190
1194
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1195
|
+
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1191
1196
|
export { default as PanelTop } from './panel-top';
|
|
1192
1197
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1193
1198
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
@@ -1203,8 +1208,8 @@ export { default as Pause } from './pause';
|
|
|
1203
1208
|
export { default as PawPrint } from './paw-print';
|
|
1204
1209
|
export { default as PcCase } from './pc-case';
|
|
1205
1210
|
export { default as PenLine } from './pen-line';
|
|
1206
|
-
export { default as PenOff } from './pen-off';
|
|
1207
1211
|
export { default as PenTool } from './pen-tool';
|
|
1212
|
+
export { default as PenOff } from './pen-off';
|
|
1208
1213
|
export { default as Pen } from './pen';
|
|
1209
1214
|
export { default as PencilLine } from './pencil-line';
|
|
1210
1215
|
export { default as PencilOff } from './pencil-off';
|
|
@@ -1215,8 +1220,8 @@ export { default as Pentagon } from './pentagon';
|
|
|
1215
1220
|
export { default as Percent } from './percent';
|
|
1216
1221
|
export { default as PersonStanding } from './person-standing';
|
|
1217
1222
|
export { default as Phi } from './phi';
|
|
1218
|
-
export { default as PhoneCall } from './phone-call';
|
|
1219
1223
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1224
|
+
export { default as PhoneCall } from './phone-call';
|
|
1220
1225
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1221
1226
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1222
1227
|
export { default as PhoneMissed } from './phone-missed';
|
|
@@ -1233,9 +1238,9 @@ export { default as PilcrowLeft } from './pilcrow-left';
|
|
|
1233
1238
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
1234
1239
|
export { default as Pilcrow } from './pilcrow';
|
|
1235
1240
|
export { default as PillBottle } from './pill-bottle';
|
|
1236
|
-
export { default as PinOff } from './pin-off';
|
|
1237
1241
|
export { default as Pill } from './pill';
|
|
1238
1242
|
export { default as Pin } from './pin';
|
|
1243
|
+
export { default as PinOff } from './pin-off';
|
|
1239
1244
|
export { default as Pipette } from './pipette';
|
|
1240
1245
|
export { default as Pizza } from './pizza';
|
|
1241
1246
|
export { default as PlaneLanding } from './plane-landing';
|
|
@@ -1244,8 +1249,8 @@ export { default as Plane } from './plane';
|
|
|
1244
1249
|
export { default as PlantPot } from './plant-pot';
|
|
1245
1250
|
export { default as PlayOff } from './play-off';
|
|
1246
1251
|
export { default as Play } from './play';
|
|
1247
|
-
export { default as PlayingCard } from './playing-card';
|
|
1248
1252
|
export { default as PlayingCardsFan } from './playing-cards-fan';
|
|
1253
|
+
export { default as PlayingCard } from './playing-card';
|
|
1249
1254
|
export { default as PlayingCards } from './playing-cards';
|
|
1250
1255
|
export { default as Plug2 } from './plug-2';
|
|
1251
1256
|
export { default as PlugZap } from './plug-zap';
|
|
@@ -1254,16 +1259,16 @@ export { default as Plus } from './plus';
|
|
|
1254
1259
|
export { default as PocketKnife } from './pocket-knife';
|
|
1255
1260
|
export { default as Podium } from './podium';
|
|
1256
1261
|
export { default as PointerOff } from './pointer-off';
|
|
1257
|
-
export { default as Pointer } from './pointer';
|
|
1258
1262
|
export { default as Popcorn } from './popcorn';
|
|
1263
|
+
export { default as Pointer } from './pointer';
|
|
1259
1264
|
export { default as Popsicle } from './popsicle';
|
|
1260
|
-
export { default as PoundSterling } from './pound-sterling';
|
|
1261
1265
|
export { default as PowerOff } from './power-off';
|
|
1266
|
+
export { default as PoundSterling } from './pound-sterling';
|
|
1262
1267
|
export { default as Power } from './power';
|
|
1263
1268
|
export { default as Presentation } from './presentation';
|
|
1264
1269
|
export { default as PrinterCheck } from './printer-check';
|
|
1265
|
-
export { default as PrinterX } from './printer-x';
|
|
1266
1270
|
export { default as Printer } from './printer';
|
|
1271
|
+
export { default as PrinterX } from './printer-x';
|
|
1267
1272
|
export { default as Projector } from './projector';
|
|
1268
1273
|
export { default as Proportions } from './proportions';
|
|
1269
1274
|
export { default as Puzzle } from './puzzle';
|
|
@@ -1277,8 +1282,8 @@ export { default as Radical } from './radical';
|
|
|
1277
1282
|
export { default as RadioOff } from './radio-off';
|
|
1278
1283
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1279
1284
|
export { default as RadioTower } from './radio-tower';
|
|
1280
|
-
export { default as Radius } from './radius';
|
|
1281
1285
|
export { default as Radio } from './radio';
|
|
1286
|
+
export { default as Radius } from './radius';
|
|
1282
1287
|
export { default as Rainbow } from './rainbow';
|
|
1283
1288
|
export { default as Rat } from './rat';
|
|
1284
1289
|
export { default as Ratio } from './ratio';
|
|
@@ -1310,8 +1315,8 @@ export { default as Regex } from './regex';
|
|
|
1310
1315
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1311
1316
|
export { default as Repeat1 } from './repeat-1';
|
|
1312
1317
|
export { default as Repeat2 } from './repeat-2';
|
|
1313
|
-
export { default as Repeat } from './repeat';
|
|
1314
1318
|
export { default as RepeatOff } from './repeat-off';
|
|
1319
|
+
export { default as Repeat } from './repeat';
|
|
1315
1320
|
export { default as ReplaceAll } from './replace-all';
|
|
1316
1321
|
export { default as Replace } from './replace';
|
|
1317
1322
|
export { default as ReplyAll } from './reply-all';
|
|
@@ -1330,18 +1335,19 @@ export { default as RotateCcwClock } from './rotate-ccw-clock';
|
|
|
1330
1335
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1331
1336
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1332
1337
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1338
|
+
export { default as RotateCwClock } from './rotate-cw-clock';
|
|
1333
1339
|
export { default as RotateCwFadingClock } from './rotate-cw-fading-clock';
|
|
1334
1340
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1335
1341
|
export { default as RotateCw } from './rotate-cw';
|
|
1336
1342
|
export { default as RouteOff } from './route-off';
|
|
1337
1343
|
export { default as Route } from './route';
|
|
1338
|
-
export { default as Router } from './router';
|
|
1339
1344
|
export { default as Rows2 } from './rows-2';
|
|
1345
|
+
export { default as Router } from './router';
|
|
1340
1346
|
export { default as Rows3 } from './rows-3';
|
|
1341
1347
|
export { default as Rows4 } from './rows-4';
|
|
1342
1348
|
export { default as Rss } from './rss';
|
|
1343
|
-
export { default as Ruler } from './ruler';
|
|
1344
1349
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1350
|
+
export { default as Ruler } from './ruler';
|
|
1345
1351
|
export { default as RussianRuble } from './russian-ruble';
|
|
1346
1352
|
export { default as Sailboat } from './sailboat';
|
|
1347
1353
|
export { default as Salad } from './salad';
|
|
@@ -1368,8 +1374,8 @@ export { default as ScanQrCode } from './scan-qr-code';
|
|
|
1368
1374
|
export { default as ScanSearch } from './scan-search';
|
|
1369
1375
|
export { default as ScanSquare } from './scan-square';
|
|
1370
1376
|
export { default as ScanText } from './scan-text';
|
|
1371
|
-
export { default as Scan } from './scan';
|
|
1372
1377
|
export { default as School } from './school';
|
|
1378
|
+
export { default as Scan } from './scan';
|
|
1373
1379
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1374
1380
|
export { default as Scissors } from './scissors';
|
|
1375
1381
|
export { default as Scooter } from './scooter';
|
|
@@ -1390,8 +1396,8 @@ export { default as Send } from './send';
|
|
|
1390
1396
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1391
1397
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1392
1398
|
export { default as ServerCog } from './server-cog';
|
|
1393
|
-
export { default as ServerCrash } from './server-crash';
|
|
1394
1399
|
export { default as ServerOff } from './server-off';
|
|
1400
|
+
export { default as ServerCrash } from './server-crash';
|
|
1395
1401
|
export { default as ServerPlus } from './server-plus';
|
|
1396
1402
|
export { default as Server } from './server';
|
|
1397
1403
|
export { default as Settings2 } from './settings-2';
|
|
@@ -1403,14 +1409,14 @@ export { default as Sheet } from './sheet';
|
|
|
1403
1409
|
export { default as Shell } from './shell';
|
|
1404
1410
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1405
1411
|
export { default as ShieldAlert } from './shield-alert';
|
|
1406
|
-
export { default as ShieldBan } from './shield-ban';
|
|
1407
1412
|
export { default as ShieldCheck } from './shield-check';
|
|
1413
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1408
1414
|
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1409
1415
|
export { default as ShieldCog } from './shield-cog';
|
|
1410
1416
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1411
1417
|
export { default as ShieldHalf } from './shield-half';
|
|
1412
|
-
export { default as ShieldLock } from './shield-lock';
|
|
1413
1418
|
export { default as ShieldKeyhole } from './shield-keyhole';
|
|
1419
|
+
export { default as ShieldLock } from './shield-lock';
|
|
1414
1420
|
export { default as ShieldMinus } from './shield-minus';
|
|
1415
1421
|
export { default as ShieldOff } from './shield-off';
|
|
1416
1422
|
export { default as ShieldPlus } from './shield-plus';
|
|
@@ -1432,8 +1438,8 @@ export { default as ShowerHead } from './shower-head';
|
|
|
1432
1438
|
export { default as Shredder } from './shredder';
|
|
1433
1439
|
export { default as ShrimpOff } from './shrimp-off';
|
|
1434
1440
|
export { default as Shrimp } from './shrimp';
|
|
1435
|
-
export { default as Shrub } from './shrub';
|
|
1436
1441
|
export { default as Shrink } from './shrink';
|
|
1442
|
+
export { default as Shrub } from './shrub';
|
|
1437
1443
|
export { default as Shuffle } from './shuffle';
|
|
1438
1444
|
export { default as Sigma } from './sigma';
|
|
1439
1445
|
export { default as SignalHigh } from './signal-high';
|
|
@@ -1454,8 +1460,8 @@ export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
|
1454
1460
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1455
1461
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1456
1462
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1457
|
-
export { default as Smartphone } from './smartphone';
|
|
1458
1463
|
export { default as Snail } from './snail';
|
|
1464
|
+
export { default as Smartphone } from './smartphone';
|
|
1459
1465
|
export { default as Snowflake } from './snowflake';
|
|
1460
1466
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1461
1467
|
export { default as Sofa } from './sofa';
|
|
@@ -1464,18 +1470,18 @@ export { default as Soup } from './soup';
|
|
|
1464
1470
|
export { default as Space } from './space';
|
|
1465
1471
|
export { default as Spade } from './spade';
|
|
1466
1472
|
export { default as Sparkle } from './sparkle';
|
|
1467
|
-
export { default as Speaker } from './speaker';
|
|
1468
1473
|
export { default as Sparkles } from './sparkles';
|
|
1474
|
+
export { default as Speaker } from './speaker';
|
|
1469
1475
|
export { default as Speech } from './speech';
|
|
1470
|
-
export { default as SpellCheck } from './spell-check';
|
|
1471
1476
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1477
|
+
export { default as SpellCheck } from './spell-check';
|
|
1472
1478
|
export { default as SplinePointer } from './spline-pointer';
|
|
1473
1479
|
export { default as Spline } from './spline';
|
|
1474
1480
|
export { default as Split } from './split';
|
|
1475
1481
|
export { default as Spool } from './spool';
|
|
1476
1482
|
export { default as SportShoe } from './sport-shoe';
|
|
1477
|
-
export { default as SprayCan } from './spray-can';
|
|
1478
1483
|
export { default as Spotlight } from './spotlight';
|
|
1484
|
+
export { default as SprayCan } from './spray-can';
|
|
1479
1485
|
export { default as Sprout } from './sprout';
|
|
1480
1486
|
export { default as SquareActivity } from './square-activity';
|
|
1481
1487
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
@@ -1497,8 +1503,8 @@ export { default as SquareBookmark } from './square-bookmark';
|
|
|
1497
1503
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1498
1504
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1499
1505
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1500
|
-
export { default as SquareCheckBig } from './square-check-big';
|
|
1501
1506
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1507
|
+
export { default as SquareCheckBig } from './square-check-big';
|
|
1502
1508
|
export { default as SquareCheck } from './square-check';
|
|
1503
1509
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1504
1510
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
@@ -1508,9 +1514,12 @@ export { default as SquareCode } from './square-code';
|
|
|
1508
1514
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1509
1515
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1510
1516
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1511
|
-
export { default as SquareDashedText } from './square-dashed-text';
|
|
1512
1517
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1518
|
+
export { default as SquareDashedPlus } from './square-dashed-plus';
|
|
1519
|
+
export { default as SquareDashedText } from './square-dashed-text';
|
|
1513
1520
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1521
|
+
export { default as SquareDashedXCorner } from './square-dashed-x-corner';
|
|
1522
|
+
export { default as SquareDashedX } from './square-dashed-x';
|
|
1514
1523
|
export { default as SquareDashed } from './square-dashed';
|
|
1515
1524
|
export { default as SquareDimensions } from './square-dimensions';
|
|
1516
1525
|
export { default as SquareDivide } from './square-divide';
|
|
@@ -1519,22 +1528,22 @@ export { default as SquareEqual } from './square-equal';
|
|
|
1519
1528
|
export { default as SquareExclamationPoint } from './square-exclamation-point';
|
|
1520
1529
|
export { default as SquareFunction } from './square-function';
|
|
1521
1530
|
export { default as SquareKanban } from './square-kanban';
|
|
1522
|
-
export { default as SquareLibrary } from './square-library';
|
|
1523
1531
|
export { default as SquareM } from './square-m';
|
|
1532
|
+
export { default as SquareLibrary } from './square-library';
|
|
1524
1533
|
export { default as SquareMenu } from './square-menu';
|
|
1525
1534
|
export { default as SquareMinus } from './square-minus';
|
|
1526
1535
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1527
1536
|
export { default as SquareOff } from './square-off';
|
|
1528
|
-
export { default as SquareParking } from './square-parking';
|
|
1529
1537
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1538
|
+
export { default as SquareParking } from './square-parking';
|
|
1530
1539
|
export { default as SquarePause } from './square-pause';
|
|
1531
1540
|
export { default as SquarePen } from './square-pen';
|
|
1532
1541
|
export { default as SquarePercent } from './square-percent';
|
|
1533
1542
|
export { default as SquarePi } from './square-pi';
|
|
1534
1543
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1535
1544
|
export { default as SquarePlay } from './square-play';
|
|
1536
|
-
export { default as SquarePower } from './square-power';
|
|
1537
1545
|
export { default as SquarePlus } from './square-plus';
|
|
1546
|
+
export { default as SquarePower } from './square-power';
|
|
1538
1547
|
export { default as SquareRadical } from './square-radical';
|
|
1539
1548
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1540
1549
|
export { default as SquareScissors } from './square-scissors';
|
|
@@ -1544,33 +1553,33 @@ export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
|
1544
1553
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1545
1554
|
export { default as SquareSquare } from './square-square';
|
|
1546
1555
|
export { default as SquareStack } from './square-stack';
|
|
1547
|
-
export { default as SquareStop } from './square-stop';
|
|
1548
1556
|
export { default as SquareStar } from './square-star';
|
|
1557
|
+
export { default as SquareStop } from './square-stop';
|
|
1549
1558
|
export { default as SquareTerminal } from './square-terminal';
|
|
1550
1559
|
export { default as SquareText } from './square-text';
|
|
1551
1560
|
export { default as SquareUserRound } from './square-user-round';
|
|
1552
1561
|
export { default as SquareUser } from './square-user';
|
|
1553
1562
|
export { default as SquareX } from './square-x';
|
|
1554
1563
|
export { default as Square } from './square';
|
|
1555
|
-
export { default as SquaresIntersect } from './squares-intersect';
|
|
1556
1564
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1565
|
+
export { default as SquaresIntersect } from './squares-intersect';
|
|
1557
1566
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1558
|
-
export { default as SquircleDashed } from './squircle-dashed';
|
|
1559
1567
|
export { default as SquaresUnite } from './squares-unite';
|
|
1568
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1560
1569
|
export { default as Squircle } from './squircle';
|
|
1561
1570
|
export { default as Squirrel } from './squirrel';
|
|
1562
1571
|
export { default as Stamp } from './stamp';
|
|
1563
|
-
export { default as StarHalf } from './star-half';
|
|
1564
1572
|
export { default as StarCheck } from './star-check';
|
|
1565
|
-
export { default as
|
|
1573
|
+
export { default as StarHalf } from './star-half';
|
|
1566
1574
|
export { default as StarMinus } from './star-minus';
|
|
1575
|
+
export { default as StarOff } from './star-off';
|
|
1567
1576
|
export { default as StarPlus } from './star-plus';
|
|
1568
1577
|
export { default as StarX } from './star-x';
|
|
1569
|
-
export { default as Star } from './star';
|
|
1570
1578
|
export { default as StepBack } from './step-back';
|
|
1571
1579
|
export { default as StepForward } from './step-forward';
|
|
1572
|
-
export { default as
|
|
1580
|
+
export { default as Star } from './star';
|
|
1573
1581
|
export { default as Stethoscope } from './stethoscope';
|
|
1582
|
+
export { default as Sticker } from './sticker';
|
|
1574
1583
|
export { default as StickyNoteCheck } from './sticky-note-check';
|
|
1575
1584
|
export { default as StickyNoteMinus } from './sticky-note-minus';
|
|
1576
1585
|
export { default as StickyNoteOff } from './sticky-note-off';
|
|
@@ -1578,12 +1587,12 @@ export { default as StickyNotePlus } from './sticky-note-plus';
|
|
|
1578
1587
|
export { default as StickyNoteX } from './sticky-note-x';
|
|
1579
1588
|
export { default as StickyNote } from './sticky-note';
|
|
1580
1589
|
export { default as StickyNotes } from './sticky-notes';
|
|
1581
|
-
export { default as Stone } from './stone';
|
|
1582
1590
|
export { default as Store } from './store';
|
|
1591
|
+
export { default as Stone } from './stone';
|
|
1583
1592
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1584
1593
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1585
|
-
export { default as Subscript } from './subscript';
|
|
1586
1594
|
export { default as Strikethrough } from './strikethrough';
|
|
1595
|
+
export { default as Subscript } from './subscript';
|
|
1587
1596
|
export { default as Summary } from './summary';
|
|
1588
1597
|
export { default as SunDim } from './sun-dim';
|
|
1589
1598
|
export { default as SunMedium } from './sun-medium';
|
|
@@ -1592,8 +1601,8 @@ export { default as SunSnow } from './sun-snow';
|
|
|
1592
1601
|
export { default as Sun } from './sun';
|
|
1593
1602
|
export { default as Sunrise } from './sunrise';
|
|
1594
1603
|
export { default as Sunset } from './sunset';
|
|
1595
|
-
export { default as SwatchBook } from './swatch-book';
|
|
1596
1604
|
export { default as Superscript } from './superscript';
|
|
1605
|
+
export { default as SwatchBook } from './swatch-book';
|
|
1597
1606
|
export { default as SwissFranc } from './swiss-franc';
|
|
1598
1607
|
export { default as SwitchCamera } from './switch-camera';
|
|
1599
1608
|
export { default as Sword } from './sword';
|
|
@@ -1607,8 +1616,8 @@ export { default as TableOfContents } from './table-of-contents';
|
|
|
1607
1616
|
export { default as TableProperties } from './table-properties';
|
|
1608
1617
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1609
1618
|
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1610
|
-
export { default as Tablet } from './tablet';
|
|
1611
1619
|
export { default as Table } from './table';
|
|
1620
|
+
export { default as Tablet } from './tablet';
|
|
1612
1621
|
export { default as Tablets } from './tablets';
|
|
1613
1622
|
export { default as TagPlus } from './tag-plus';
|
|
1614
1623
|
export { default as TagX } from './tag-x';
|
|
@@ -1617,9 +1626,9 @@ export { default as Tags } from './tags';
|
|
|
1617
1626
|
export { default as Tally1 } from './tally-1';
|
|
1618
1627
|
export { default as Tally2 } from './tally-2';
|
|
1619
1628
|
export { default as Tally3 } from './tally-3';
|
|
1620
|
-
export { default as Tally5 } from './tally-5';
|
|
1621
1629
|
export { default as Tally4 } from './tally-4';
|
|
1622
1630
|
export { default as Tangent } from './tangent';
|
|
1631
|
+
export { default as Tally5 } from './tally-5';
|
|
1623
1632
|
export { default as Target } from './target';
|
|
1624
1633
|
export { default as Telescope } from './telescope';
|
|
1625
1634
|
export { default as TentTree } from './tent-tree';
|
|
@@ -1628,10 +1637,10 @@ export { default as Terminal } from './terminal';
|
|
|
1628
1637
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1629
1638
|
export { default as TestTube } from './test-tube';
|
|
1630
1639
|
export { default as TestTubes } from './test-tubes';
|
|
1631
|
-
export { default as TextAlignEnd } from './text-align-end';
|
|
1632
1640
|
export { default as TextAlignCenter } from './text-align-center';
|
|
1633
|
-
export { default as
|
|
1641
|
+
export { default as TextAlignEnd } from './text-align-end';
|
|
1634
1642
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1643
|
+
export { default as TextAlignStart } from './text-align-start';
|
|
1635
1644
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1636
1645
|
export { default as TextCursor } from './text-cursor';
|
|
1637
1646
|
export { default as TextInitial } from './text-initial';
|
|
@@ -1656,16 +1665,16 @@ export { default as TicketsPlane } from './tickets-plane';
|
|
|
1656
1665
|
export { default as Tickets } from './tickets';
|
|
1657
1666
|
export { default as Timeline } from './timeline';
|
|
1658
1667
|
export { default as TimerOff } from './timer-off';
|
|
1659
|
-
export { default as Timer } from './timer';
|
|
1660
1668
|
export { default as TimerReset } from './timer-reset';
|
|
1669
|
+
export { default as Timer } from './timer';
|
|
1661
1670
|
export { default as ToggleLeft } from './toggle-left';
|
|
1662
1671
|
export { default as ToggleRight } from './toggle-right';
|
|
1663
1672
|
export { default as Toilet } from './toilet';
|
|
1664
1673
|
export { default as ToolCase } from './tool-case';
|
|
1665
1674
|
export { default as Toolbox } from './toolbox';
|
|
1666
|
-
export { default as ToothbrushSparkles } from './toothbrush-sparkles';
|
|
1667
1675
|
export { default as Toothbrush } from './toothbrush';
|
|
1668
1676
|
export { default as Tornado } from './tornado';
|
|
1677
|
+
export { default as ToothbrushSparkles } from './toothbrush-sparkles';
|
|
1669
1678
|
export { default as Torus } from './torus';
|
|
1670
1679
|
export { default as TouchpadOff } from './touchpad-off';
|
|
1671
1680
|
export { default as Touchpad } from './touchpad';
|
|
@@ -1698,26 +1707,27 @@ export { default as TrianglesCenterlineDashedVertical } from './triangles-center
|
|
|
1698
1707
|
export { default as Trophy } from './trophy';
|
|
1699
1708
|
export { default as TruckElectric } from './truck-electric';
|
|
1700
1709
|
export { default as Truck } from './truck';
|
|
1710
|
+
export { default as TubeLotion } from './tube-lotion';
|
|
1701
1711
|
export { default as TurkishLira } from './turkish-lira';
|
|
1702
1712
|
export { default as Turntable } from './turntable';
|
|
1703
|
-
export { default as Turtle } from './turtle';
|
|
1704
1713
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1705
1714
|
export { default as TvMinimal } from './tv-minimal';
|
|
1715
|
+
export { default as Turtle } from './turtle';
|
|
1706
1716
|
export { default as Tv } from './tv';
|
|
1707
1717
|
export { default as TypeOutline } from './type-outline';
|
|
1708
1718
|
export { default as Type } from './type';
|
|
1709
|
-
export { default as Umbrella } from './umbrella';
|
|
1710
1719
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
1720
|
+
export { default as Umbrella } from './umbrella';
|
|
1711
1721
|
export { default as Underline } from './underline';
|
|
1712
|
-
export { default as UndoDot } from './undo-dot';
|
|
1713
1722
|
export { default as Undo2 } from './undo-2';
|
|
1723
|
+
export { default as UndoDot } from './undo-dot';
|
|
1714
1724
|
export { default as Undo } from './undo';
|
|
1715
1725
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1716
1726
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1717
1727
|
export { default as Ungroup } from './ungroup';
|
|
1718
1728
|
export { default as University } from './university';
|
|
1719
|
-
export { default as Unlink } from './unlink';
|
|
1720
1729
|
export { default as Unlink2 } from './unlink-2';
|
|
1730
|
+
export { default as Unlink } from './unlink';
|
|
1721
1731
|
export { default as Unplug } from './unplug';
|
|
1722
1732
|
export { default as Upload } from './upload';
|
|
1723
1733
|
export { default as UsbCPort } from './usb-c-port';
|
|
@@ -1738,8 +1748,8 @@ export { default as UserRoundKey } from './user-round-key';
|
|
|
1738
1748
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1739
1749
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1740
1750
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1741
|
-
export { default as UserRoundSearch } from './user-round-search';
|
|
1742
1751
|
export { default as UserRoundX } from './user-round-x';
|
|
1752
|
+
export { default as UserRoundSearch } from './user-round-search';
|
|
1743
1753
|
export { default as UserRound } from './user-round';
|
|
1744
1754
|
export { default as UserSearch } from './user-search';
|
|
1745
1755
|
export { default as UserShield } from './user-shield';
|
|
@@ -1750,8 +1760,8 @@ export { default as UsersRound } from './users-round';
|
|
|
1750
1760
|
export { default as Users } from './users';
|
|
1751
1761
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1752
1762
|
export { default as Utensils } from './utensils';
|
|
1753
|
-
export { default as UtilityPole } from './utility-pole';
|
|
1754
1763
|
export { default as Van } from './van';
|
|
1764
|
+
export { default as UtilityPole } from './utility-pole';
|
|
1755
1765
|
export { default as Variable } from './variable';
|
|
1756
1766
|
export { default as Vault } from './vault';
|
|
1757
1767
|
export { default as VectorPolygon } from './vector-polygon';
|
|
@@ -1764,41 +1774,41 @@ export { default as VibrateOff } from './vibrate-off';
|
|
|
1764
1774
|
export { default as Vibrate } from './vibrate';
|
|
1765
1775
|
export { default as VideoOff } from './video-off';
|
|
1766
1776
|
export { default as Video } from './video';
|
|
1777
|
+
export { default as Videotape } from './videotape';
|
|
1767
1778
|
export { default as View } from './view';
|
|
1768
1779
|
export { default as VirusOff } from './virus-off';
|
|
1769
|
-
export { default as Videotape } from './videotape';
|
|
1770
1780
|
export { default as Virus } from './virus';
|
|
1771
1781
|
export { default as Voicemail } from './voicemail';
|
|
1772
|
-
export { default as Volume1 } from './volume-1';
|
|
1773
1782
|
export { default as Volleyball } from './volleyball';
|
|
1774
|
-
export { default as
|
|
1783
|
+
export { default as Volume1 } from './volume-1';
|
|
1775
1784
|
export { default as VolumeOff } from './volume-off';
|
|
1785
|
+
export { default as Volume2 } from './volume-2';
|
|
1776
1786
|
export { default as VolumeX } from './volume-x';
|
|
1777
1787
|
export { default as Volume } from './volume';
|
|
1778
1788
|
export { default as Vote } from './vote';
|
|
1779
1789
|
export { default as WalletCards } from './wallet-cards';
|
|
1780
1790
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1781
|
-
export { default as Wallet } from './wallet';
|
|
1782
1791
|
export { default as Wallpaper } from './wallpaper';
|
|
1792
|
+
export { default as Wallet } from './wallet';
|
|
1783
1793
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1784
1794
|
export { default as Wand } from './wand';
|
|
1785
1795
|
export { default as Warehouse } from './warehouse';
|
|
1786
1796
|
export { default as WashingMachine } from './washing-machine';
|
|
1787
|
-
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1788
1797
|
export { default as Watch } from './watch';
|
|
1798
|
+
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1789
1799
|
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1790
1800
|
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1791
1801
|
export { default as WavesLadder } from './waves-ladder';
|
|
1792
1802
|
export { default as WavesVertical } from './waves-vertical';
|
|
1793
|
-
export { default as Waypoints } from './waypoints';
|
|
1794
1803
|
export { default as WebcamOff } from './webcam-off';
|
|
1804
|
+
export { default as Waypoints } from './waypoints';
|
|
1795
1805
|
export { default as Webcam } from './webcam';
|
|
1796
|
-
export { default as Webhook } from './webhook';
|
|
1797
1806
|
export { default as WebhookOff } from './webhook-off';
|
|
1807
|
+
export { default as Webhook } from './webhook';
|
|
1798
1808
|
export { default as WeightTilde } from './weight-tilde';
|
|
1799
1809
|
export { default as Weight } from './weight';
|
|
1800
|
-
export { default as Wheat } from './wheat';
|
|
1801
1810
|
export { default as WheatOff } from './wheat-off';
|
|
1811
|
+
export { default as Wheat } from './wheat';
|
|
1802
1812
|
export { default as Whistle } from './whistle';
|
|
1803
1813
|
export { default as WholeWord } from './whole-word';
|
|
1804
1814
|
export { default as WifiCog } from './wifi-cog';
|
|
@@ -1806,10 +1816,10 @@ export { default as WifiHigh } from './wifi-high';
|
|
|
1806
1816
|
export { default as WifiLow } from './wifi-low';
|
|
1807
1817
|
export { default as WifiOff } from './wifi-off';
|
|
1808
1818
|
export { default as WifiPen } from './wifi-pen';
|
|
1809
|
-
export { default as WifiZero } from './wifi-zero';
|
|
1810
1819
|
export { default as WifiSync } from './wifi-sync';
|
|
1811
|
-
export { default as
|
|
1820
|
+
export { default as WifiZero } from './wifi-zero';
|
|
1812
1821
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1822
|
+
export { default as Wifi } from './wifi';
|
|
1813
1823
|
export { default as Wind } from './wind';
|
|
1814
1824
|
export { default as WineOff } from './wine-off';
|
|
1815
1825
|
export { default as Wine } from './wine';
|
|
@@ -1820,20 +1830,20 @@ export { default as Wrench } from './wrench';
|
|
|
1820
1830
|
export { default as XLineTop } from './x-line-top';
|
|
1821
1831
|
export { default as X } from './x';
|
|
1822
1832
|
export { default as ZapOff } from './zap-off';
|
|
1833
|
+
export { default as Zap } from './zap';
|
|
1823
1834
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1824
1835
|
export { default as ZodiacAries } from './zodiac-aries';
|
|
1825
|
-
export { default as Zap } from './zap';
|
|
1826
1836
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1827
1837
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1828
1838
|
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1829
1839
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1830
|
-
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1831
1840
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1841
|
+
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1832
1842
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1833
1843
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1834
1844
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1835
1845
|
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1836
|
-
export { default as ZoomIn } from './zoom-in';
|
|
1837
1846
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1847
|
+
export { default as ZoomIn } from './zoom-in';
|
|
1838
1848
|
export { default as ZoomOut } from './zoom-out';
|
|
1839
1849
|
|