@ycloud-web/icons-astro 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
- package/src/aliases/aliases.ts +54 -54
- package/src/aliases/prefixed.ts +479 -479
- package/src/aliases/suffixed.ts +855 -855
- package/src/icons/index.ts +250 -250
package/src/icons/index.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { default as AArrowDown } from './a-arrow-down';
|
|
2
2
|
export { default as AArrowUp } from './a-arrow-up';
|
|
3
|
-
export { default as Accessibility } from './accessibility';
|
|
4
3
|
export { default as ALargeSmall } from './a-large-small';
|
|
5
|
-
export { default as
|
|
4
|
+
export { default as Accessibility } from './accessibility';
|
|
6
5
|
export { default as Ad } from './ad';
|
|
6
|
+
export { default as Activity } from './activity';
|
|
7
7
|
export { default as AirVent } from './air-vent';
|
|
8
8
|
export { default as Airplay } from './airplay';
|
|
9
9
|
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
@@ -12,21 +12,21 @@ export { default as AlarmClockOff } from './alarm-clock-off';
|
|
|
12
12
|
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
13
13
|
export { default as AlarmClock } from './alarm-clock';
|
|
14
14
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
15
|
-
export { default as Album } from './album';
|
|
16
15
|
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
17
|
-
export { default as
|
|
16
|
+
export { default as Album } from './album';
|
|
18
17
|
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
18
|
+
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
19
19
|
export { default as AlignEndVertical } from './align-end-vertical';
|
|
20
|
-
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
21
20
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
|
+
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
22
22
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
|
-
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
24
23
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
25
|
-
export { default as
|
|
24
|
+
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
26
25
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
26
|
+
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
27
27
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
28
|
-
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
29
28
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
29
|
+
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
30
30
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
31
31
|
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
32
32
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
@@ -37,12 +37,12 @@ export { default as AlignVerticalSpaceAround } from './align-vertical-space-arou
|
|
|
37
37
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
38
38
|
export { default as Ambulance } from './ambulance';
|
|
39
39
|
export { default as Ampersand } from './ampersand';
|
|
40
|
-
export { default as Ampersands } from './ampersands';
|
|
41
40
|
export { default as Amphora } from './amphora';
|
|
42
41
|
export { default as Anchor } from './anchor';
|
|
42
|
+
export { default as Ampersands } from './ampersands';
|
|
43
43
|
export { default as Angry } from './angry';
|
|
44
|
-
export { default as Annoyed } from './annoyed';
|
|
45
44
|
export { default as Antenna } from './antenna';
|
|
45
|
+
export { default as Annoyed } from './annoyed';
|
|
46
46
|
export { default as Anvil } from './anvil';
|
|
47
47
|
export { default as Aperture } from './aperture';
|
|
48
48
|
export { default as AppWindowMac } from './app-window-mac';
|
|
@@ -54,14 +54,14 @@ export { default as Archive } from './archive';
|
|
|
54
54
|
export { default as Armchair } from './armchair';
|
|
55
55
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
56
56
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
57
|
-
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
58
57
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
58
|
+
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
59
59
|
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
60
60
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
61
61
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
62
62
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
63
|
-
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
64
63
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
64
|
+
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
65
65
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
66
66
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
67
67
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
@@ -70,8 +70,8 @@ export { default as ArrowDownRight } from './arrow-down-right';
|
|
|
70
70
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
71
71
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
72
72
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
73
|
-
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
74
73
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
74
|
+
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
75
75
|
export { default as ArrowDown } from './arrow-down';
|
|
76
76
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
77
77
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
@@ -94,8 +94,8 @@ export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
|
94
94
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
95
95
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
96
96
|
export { default as ArrowUp } from './arrow-up';
|
|
97
|
-
export { default as Asterisk } from './asterisk';
|
|
98
97
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
98
|
+
export { default as Asterisk } from './asterisk';
|
|
99
99
|
export { default as Astroid } from './astroid';
|
|
100
100
|
export { default as AtSign } from './at-sign';
|
|
101
101
|
export { default as Atom } from './atom';
|
|
@@ -106,11 +106,11 @@ export { default as Axe } from './axe';
|
|
|
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';
|
|
109
|
+
export { default as BadgeCent } from './badge-cent';
|
|
109
110
|
export { default as BadgeAlert } from './badge-alert';
|
|
110
111
|
export { default as BadgeCheck } from './badge-check';
|
|
111
|
-
export { default as BadgeCent } from './badge-cent';
|
|
112
|
-
export { default as BadgeEuro } from './badge-euro';
|
|
113
112
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
113
|
+
export { default as BadgeEuro } from './badge-euro';
|
|
114
114
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
115
115
|
export { default as BadgeInfo } from './badge-info';
|
|
116
116
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
@@ -125,20 +125,20 @@ export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
|
125
125
|
export { default as BadgeX } from './badge-x';
|
|
126
126
|
export { default as Badge } from './badge';
|
|
127
127
|
export { default as BaggageClaim } from './baggage-claim';
|
|
128
|
-
export { default as Ban } from './ban';
|
|
129
128
|
export { default as Balloon } from './balloon';
|
|
129
|
+
export { default as Ban } from './ban';
|
|
130
130
|
export { default as Banana } from './banana';
|
|
131
131
|
export { default as Bandage } from './bandage';
|
|
132
|
-
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
133
132
|
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
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
138
|
export { default as Barrel } from './barrel';
|
|
139
139
|
export { default as Baseline } from './baseline';
|
|
140
|
-
export { default as BatteryCharging } from './battery-charging';
|
|
141
140
|
export { default as Bath } from './bath';
|
|
141
|
+
export { default as BatteryCharging } from './battery-charging';
|
|
142
142
|
export { default as BatteryFull } from './battery-full';
|
|
143
143
|
export { default as BatteryLow } from './battery-low';
|
|
144
144
|
export { default as BatteryMedium } from './battery-medium';
|
|
@@ -151,41 +151,41 @@ 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
153
|
export { default as Bed } from './bed';
|
|
154
|
-
export { default as Beef } from './beef';
|
|
155
154
|
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';
|
|
159
|
-
export { default as BellElectric } from './bell-electric';
|
|
160
|
-
export { default as BellMinus } from './bell-minus';
|
|
161
159
|
export { default as BellDot } from './bell-dot';
|
|
160
|
+
export { default as BellElectric } from './bell-electric';
|
|
162
161
|
export { default as BellOff } from './bell-off';
|
|
163
|
-
export { default as
|
|
162
|
+
export { default as BellMinus } from './bell-minus';
|
|
164
163
|
export { default as BellRing } from './bell-ring';
|
|
164
|
+
export { default as BellPlus } from './bell-plus';
|
|
165
165
|
export { default as Bell } from './bell';
|
|
166
166
|
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
167
167
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
168
|
-
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
169
168
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
169
|
+
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
170
|
+
export { default as BicepsFlexed } from './biceps-flexed';
|
|
170
171
|
export { default as Bike } from './bike';
|
|
171
172
|
export { default as Binary } from './binary';
|
|
172
|
-
export { default as BicepsFlexed } from './biceps-flexed';
|
|
173
173
|
export { default as Binoculars } from './binoculars';
|
|
174
174
|
export { default as Biohazard } from './biohazard';
|
|
175
175
|
export { default as Bird } from './bird';
|
|
176
176
|
export { default as Birdhouse } from './birdhouse';
|
|
177
|
-
export { default as Bitcoin } from './bitcoin';
|
|
178
177
|
export { default as Blend } from './blend';
|
|
179
|
-
export { default as
|
|
178
|
+
export { default as Bitcoin } from './bitcoin';
|
|
180
179
|
export { default as Blinds } from './blinds';
|
|
181
180
|
export { default as Blocks } from './blocks';
|
|
181
|
+
export { default as Blender } from './blender';
|
|
182
|
+
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
183
|
+
export { default as BluetoothOff } from './bluetooth-off';
|
|
184
|
+
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
182
185
|
export { default as Bluetooth } from './bluetooth';
|
|
183
186
|
export { default as Bold } from './bold';
|
|
184
187
|
export { default as Bolt } from './bolt';
|
|
185
|
-
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
186
188
|
export { default as Bomb } from './bomb';
|
|
187
|
-
export { default as BluetoothOff } from './bluetooth-off';
|
|
188
|
-
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
189
189
|
export { default as BoneFracture } from './bone-fracture';
|
|
190
190
|
export { default as Bone } from './bone';
|
|
191
191
|
export { default as BookA } from './book-a';
|
|
@@ -194,30 +194,30 @@ export { default as BookAudio } from './book-audio';
|
|
|
194
194
|
export { default as BookCheck } from './book-check';
|
|
195
195
|
export { default as BookCopy } from './book-copy';
|
|
196
196
|
export { default as BookDashed } from './book-dashed';
|
|
197
|
-
export { default as BookHeadphones } from './book-headphones';
|
|
198
197
|
export { default as BookDown } from './book-down';
|
|
198
|
+
export { default as BookHeadphones } from './book-headphones';
|
|
199
199
|
export { default as BookHeart } from './book-heart';
|
|
200
|
-
export { default as BookImage } from './book-image';
|
|
201
200
|
export { default as BookKey } from './book-key';
|
|
201
|
+
export { default as BookImage } from './book-image';
|
|
202
202
|
export { default as BookLock } from './book-lock';
|
|
203
203
|
export { default as BookMarked } from './book-marked';
|
|
204
204
|
export { default as BookMinus } from './book-minus';
|
|
205
|
-
export { default as BookOpenCheck } from './book-open-check';
|
|
206
205
|
export { default as BookOpen } from './book-open';
|
|
207
206
|
export { default as BookOpenText } from './book-open-text';
|
|
208
207
|
export { default as BookPlus } from './book-plus';
|
|
209
208
|
export { default as BookSearch } from './book-search';
|
|
209
|
+
export { default as BookOpenCheck } from './book-open-check';
|
|
210
210
|
export { default as BookText } from './book-text';
|
|
211
|
-
export { default as BookType } from './book-type';
|
|
212
211
|
export { default as BookUp2 } from './book-up-2';
|
|
212
|
+
export { default as BookType } from './book-type';
|
|
213
213
|
export { default as BookUp } from './book-up';
|
|
214
|
+
export { default as BookUser } from './book-user';
|
|
214
215
|
export { default as BookX } from './book-x';
|
|
215
216
|
export { default as Book } from './book';
|
|
216
|
-
export { default as BookUser } from './book-user';
|
|
217
217
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
218
218
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
219
|
-
export { default as BookmarkPlus } from './bookmark-plus';
|
|
220
219
|
export { default as BookmarkOff } from './bookmark-off';
|
|
220
|
+
export { default as BookmarkPlus } from './bookmark-plus';
|
|
221
221
|
export { default as BookmarkX } from './bookmark-x';
|
|
222
222
|
export { default as Bookmark } from './bookmark';
|
|
223
223
|
export { default as BoomBox } from './boom-box';
|
|
@@ -228,8 +228,8 @@ 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
230
|
export { default as Boxes } from './boxes';
|
|
231
|
-
export { default as Brackets } from './brackets';
|
|
232
231
|
export { default as Braces } from './braces';
|
|
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';
|
|
@@ -243,19 +243,19 @@ export { default as Briefcase } from './briefcase';
|
|
|
243
243
|
export { default as BringToFront } from './bring-to-front';
|
|
244
244
|
export { default as Broccoli } from './broccoli';
|
|
245
245
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
246
|
-
export { default as Brush } from './brush';
|
|
247
246
|
export { default as Bubbles } from './bubbles';
|
|
247
|
+
export { default as Brush } from './brush';
|
|
248
248
|
export { default as BugOff } from './bug-off';
|
|
249
249
|
export { default as BugPlay } from './bug-play';
|
|
250
250
|
export { default as Bug } from './bug';
|
|
251
|
-
export { default as Building2 } from './building-2';
|
|
252
251
|
export { default as Building } from './building';
|
|
253
252
|
export { default as BusFront } from './bus-front';
|
|
253
|
+
export { default as Building2 } from './building-2';
|
|
254
254
|
export { default as Bus } from './bus';
|
|
255
255
|
export { default as CableCar } from './cable-car';
|
|
256
256
|
export { default as Cable } from './cable';
|
|
257
|
-
export { default as Cake } from './cake';
|
|
258
257
|
export { default as CakeSlice } from './cake-slice';
|
|
258
|
+
export { default as Cake } from './cake';
|
|
259
259
|
export { default as Calculator } from './calculator';
|
|
260
260
|
export { default as Calendar1 } from './calendar-1';
|
|
261
261
|
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
@@ -263,8 +263,8 @@ export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
|
263
263
|
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
264
264
|
export { default as CalendarCheck } from './calendar-check';
|
|
265
265
|
export { default as CalendarClock } from './calendar-clock';
|
|
266
|
-
export { default as CalendarCog } from './calendar-cog';
|
|
267
266
|
export { default as CalendarDays } from './calendar-days';
|
|
267
|
+
export { default as CalendarCog } from './calendar-cog';
|
|
268
268
|
export { default as CalendarFold } from './calendar-fold';
|
|
269
269
|
export { default as CalendarHeart } from './calendar-heart';
|
|
270
270
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
@@ -274,11 +274,11 @@ export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
|
274
274
|
export { default as CalendarPlus } from './calendar-plus';
|
|
275
275
|
export { default as CalendarRange } from './calendar-range';
|
|
276
276
|
export { default as CalendarSearch } from './calendar-search';
|
|
277
|
-
export { default as CalendarX2 } from './calendar-x-2';
|
|
278
277
|
export { default as CalendarSync } from './calendar-sync';
|
|
278
|
+
export { default as CalendarX2 } from './calendar-x-2';
|
|
279
279
|
export { default as CalendarX } from './calendar-x';
|
|
280
|
-
export { default as Calendar } from './calendar';
|
|
281
280
|
export { default as Calendars } from './calendars';
|
|
281
|
+
export { default as Calendar } from './calendar';
|
|
282
282
|
export { default as CameraOff } from './camera-off';
|
|
283
283
|
export { default as Camera } from './camera';
|
|
284
284
|
export { default as CandyCane } from './candy-cane';
|
|
@@ -301,13 +301,13 @@ export { default as CassetteTape } from './cassette-tape';
|
|
|
301
301
|
export { default as Cast } from './cast';
|
|
302
302
|
export { default as Castle } from './castle';
|
|
303
303
|
export { default as Cat } from './cat';
|
|
304
|
-
export { default as Cctv } from './cctv';
|
|
305
304
|
export { default as CctvOff } from './cctv-off';
|
|
306
|
-
export { default as
|
|
307
|
-
export { default as ChartBarBig } from './chart-bar-big';
|
|
305
|
+
export { default as Cctv } from './cctv';
|
|
308
306
|
export { default as ChartArea } from './chart-area';
|
|
309
|
-
export { default as
|
|
307
|
+
export { default as ChartBarBig } from './chart-bar-big';
|
|
308
|
+
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
310
309
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
310
|
+
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
311
311
|
export { default as ChartBar } from './chart-bar';
|
|
312
312
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
313
313
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
@@ -319,8 +319,8 @@ export { default as ChartGantt } from './chart-gantt';
|
|
|
319
319
|
export { default as ChartLine } from './chart-line';
|
|
320
320
|
export { default as ChartNetwork } from './chart-network';
|
|
321
321
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
322
|
-
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
323
322
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
323
|
+
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
324
324
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
325
325
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
326
326
|
export { default as ChartPie } from './chart-pie';
|
|
@@ -332,9 +332,9 @@ export { default as Check } from './check';
|
|
|
332
332
|
export { default as ChefHat } from './chef-hat';
|
|
333
333
|
export { default as Cherry } from './cherry';
|
|
334
334
|
export { default as ChessBishop } from './chess-bishop';
|
|
335
|
-
export { default as ChessKing } from './chess-king';
|
|
336
335
|
export { default as ChessKnight } from './chess-knight';
|
|
337
336
|
export { default as ChessPawn } from './chess-pawn';
|
|
337
|
+
export { default as ChessKing } from './chess-king';
|
|
338
338
|
export { default as ChessQueen } from './chess-queen';
|
|
339
339
|
export { default as ChessRook } from './chess-rook';
|
|
340
340
|
export { default as ChevronDown } from './chevron-down';
|
|
@@ -344,14 +344,14 @@ export { default as ChevronLeft } from './chevron-left';
|
|
|
344
344
|
export { default as ChevronRight } from './chevron-right';
|
|
345
345
|
export { default as ChevronUp } from './chevron-up';
|
|
346
346
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
347
|
-
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
348
347
|
export { default as ChevronsDown } from './chevrons-down';
|
|
349
348
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
349
|
+
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
350
350
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
351
351
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
352
352
|
export { default as ChevronsRight } from './chevrons-right';
|
|
353
|
-
export { default as ChevronsUp } from './chevrons-up';
|
|
354
353
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
354
|
+
export { default as ChevronsUp } from './chevrons-up';
|
|
355
355
|
export { default as Church } from './church';
|
|
356
356
|
export { default as CigaretteOff } from './cigarette-off';
|
|
357
357
|
export { default as Cigarette } from './cigarette';
|
|
@@ -361,25 +361,25 @@ export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
|
361
361
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
362
362
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
363
363
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
364
|
-
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
365
364
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
365
|
+
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
366
366
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
367
367
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
368
|
-
export { default as CircleCheck } from './circle-check';
|
|
369
368
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
369
|
+
export { default as CircleCheck } from './circle-check';
|
|
370
370
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
371
371
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
372
372
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
373
373
|
export { default as CircleDashed } from './circle-dashed';
|
|
374
374
|
export { default as CircleDivide } from './circle-divide';
|
|
375
|
-
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
376
375
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
376
|
+
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
377
377
|
export { default as CircleDot } from './circle-dot';
|
|
378
378
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
379
379
|
export { default as CircleEqual } from './circle-equal';
|
|
380
|
+
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
380
381
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
381
382
|
export { default as CircleGauge } from './circle-gauge';
|
|
382
|
-
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
383
383
|
export { default as CircleMinus } from './circle-minus';
|
|
384
384
|
export { default as CircleOff } from './circle-off';
|
|
385
385
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
@@ -392,41 +392,41 @@ export { default as CirclePlus } from './circle-plus';
|
|
|
392
392
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
393
393
|
export { default as CirclePower } from './circle-power';
|
|
394
394
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
395
|
-
export { default as CircleSlash } from './circle-slash';
|
|
396
395
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
396
|
+
export { default as CircleSlash } from './circle-slash';
|
|
397
397
|
export { default as CircleSmall } from './circle-small';
|
|
398
398
|
export { default as CircleStar } from './circle-star';
|
|
399
|
-
export { default as CircleUserRound } from './circle-user-round';
|
|
400
399
|
export { default as CircleStop } from './circle-stop';
|
|
400
|
+
export { default as CircleUserRound } from './circle-user-round';
|
|
401
401
|
export { default as CircleUser } from './circle-user';
|
|
402
402
|
export { default as CircleX } from './circle-x';
|
|
403
|
-
export { default as CircuitBoard } from './circuit-board';
|
|
404
403
|
export { default as Circle } from './circle';
|
|
404
|
+
export { default as CircuitBoard } from './circuit-board';
|
|
405
405
|
export { default as Citrus } from './citrus';
|
|
406
406
|
export { default as Clapperboard } from './clapperboard';
|
|
407
|
-
export { default as ClipboardCheck } from './clipboard-check';
|
|
408
407
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
408
|
+
export { default as ClipboardCheck } from './clipboard-check';
|
|
409
409
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
410
410
|
export { default as ClipboardList } from './clipboard-list';
|
|
411
411
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
412
412
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
413
413
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
414
|
-
export { default as ClipboardPen } from './clipboard-pen';
|
|
415
414
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
415
|
+
export { default as ClipboardPen } from './clipboard-pen';
|
|
416
416
|
export { default as ClipboardType } from './clipboard-type';
|
|
417
417
|
export { default as ClipboardX } from './clipboard-x';
|
|
418
|
-
export { default as Clock1 } from './clock-1';
|
|
419
418
|
export { default as Clipboard } from './clipboard';
|
|
420
419
|
export { default as Clock10 } from './clock-10';
|
|
420
|
+
export { default as Clock1 } from './clock-1';
|
|
421
421
|
export { default as Clock11 } from './clock-11';
|
|
422
422
|
export { default as Clock12 } from './clock-12';
|
|
423
423
|
export { default as Clock2 } from './clock-2';
|
|
424
424
|
export { default as Clock3 } from './clock-3';
|
|
425
425
|
export { default as Clock4 } from './clock-4';
|
|
426
|
-
export { default as Clock5 } from './clock-5';
|
|
427
|
-
export { default as Clock8 } from './clock-8';
|
|
428
426
|
export { default as Clock6 } from './clock-6';
|
|
427
|
+
export { default as Clock5 } from './clock-5';
|
|
429
428
|
export { default as Clock7 } from './clock-7';
|
|
429
|
+
export { default as Clock8 } from './clock-8';
|
|
430
430
|
export { default as Clock9 } from './clock-9';
|
|
431
431
|
export { default as ClockAlert } from './clock-alert';
|
|
432
432
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
@@ -440,16 +440,16 @@ export { default as Clock } from './clock';
|
|
|
440
440
|
export { default as ClosedCaption } from './closed-caption';
|
|
441
441
|
export { default as CloudAlert } from './cloud-alert';
|
|
442
442
|
export { default as CloudBackup } from './cloud-backup';
|
|
443
|
-
export { default as CloudCog } from './cloud-cog';
|
|
444
443
|
export { default as CloudCheck } from './cloud-check';
|
|
444
|
+
export { default as CloudCog } from './cloud-cog';
|
|
445
|
+
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
445
446
|
export { default as CloudDownload } from './cloud-download';
|
|
446
447
|
export { default as CloudFog } from './cloud-fog';
|
|
447
|
-
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
448
448
|
export { default as CloudHail } from './cloud-hail';
|
|
449
449
|
export { default as CloudLightning } from './cloud-lightning';
|
|
450
450
|
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
451
|
-
export { default as CloudMoon } from './cloud-moon';
|
|
452
451
|
export { default as CloudOff } from './cloud-off';
|
|
452
|
+
export { default as CloudMoon } from './cloud-moon';
|
|
453
453
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
454
454
|
export { default as CloudRain } from './cloud-rain';
|
|
455
455
|
export { default as CloudSnow } from './cloud-snow';
|
|
@@ -457,14 +457,14 @@ export { default as CloudSunRain } from './cloud-sun-rain';
|
|
|
457
457
|
export { default as CloudSun } from './cloud-sun';
|
|
458
458
|
export { default as CloudSync } from './cloud-sync';
|
|
459
459
|
export { default as CloudUpload } from './cloud-upload';
|
|
460
|
-
export { default as Cloudy } from './cloudy';
|
|
461
460
|
export { default as Cloud } from './cloud';
|
|
462
|
-
export { default as
|
|
461
|
+
export { default as Cloudy } from './cloudy';
|
|
463
462
|
export { default as Clover } from './clover';
|
|
463
|
+
export { default as Club } from './club';
|
|
464
464
|
export { default as CodeXml } from './code-xml';
|
|
465
|
+
export { default as Coffee } from './coffee';
|
|
465
466
|
export { default as Code } from './code';
|
|
466
467
|
export { default as Cog } from './cog';
|
|
467
|
-
export { default as Coffee } from './coffee';
|
|
468
468
|
export { default as Coins } from './coins';
|
|
469
469
|
export { default as Columns2 } from './columns-2';
|
|
470
470
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
@@ -472,14 +472,14 @@ export { default as Columns3 } from './columns-3';
|
|
|
472
472
|
export { default as Columns4 } from './columns-4';
|
|
473
473
|
export { default as Combine } from './combine';
|
|
474
474
|
export { default as Command } from './command';
|
|
475
|
-
export { default as Compass } from './compass';
|
|
476
475
|
export { default as Component } from './component';
|
|
476
|
+
export { default as Compass } from './compass';
|
|
477
477
|
export { default as Computer } from './computer';
|
|
478
478
|
export { default as ConciergeBell } from './concierge-bell';
|
|
479
479
|
export { default as Cone } from './cone';
|
|
480
480
|
export { default as Construction } from './construction';
|
|
481
|
-
export { default as Contact } from './contact';
|
|
482
481
|
export { default as ContactRound } from './contact-round';
|
|
482
|
+
export { default as Contact } from './contact';
|
|
483
483
|
export { default as Container } from './container';
|
|
484
484
|
export { default as Contrast } from './contrast';
|
|
485
485
|
export { default as Cookie } from './cookie';
|
|
@@ -498,26 +498,26 @@ export { default as CornerDownRight } from './corner-down-right';
|
|
|
498
498
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
499
499
|
export { default as CornerRightDown } from './corner-right-down';
|
|
500
500
|
export { default as CornerRightUp } from './corner-right-up';
|
|
501
|
-
export { default as CornerUpRight } from './corner-up-right';
|
|
502
501
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
503
502
|
export { default as Cpu } from './cpu';
|
|
503
|
+
export { default as CornerUpRight } from './corner-up-right';
|
|
504
504
|
export { default as CreativeCommons } from './creative-commons';
|
|
505
505
|
export { default as CreditCard } from './credit-card';
|
|
506
|
-
export { default as Crop } from './crop';
|
|
507
506
|
export { default as Croissant } from './croissant';
|
|
507
|
+
export { default as Crop } from './crop';
|
|
508
|
+
export { default as Cross } from './cross';
|
|
508
509
|
export { default as Crosshair } from './crosshair';
|
|
509
510
|
export { default as Crown } from './crown';
|
|
510
|
-
export { default as Cross } from './cross';
|
|
511
511
|
export { default as Cuboid } from './cuboid';
|
|
512
512
|
export { default as CupSoda } from './cup-soda';
|
|
513
513
|
export { default as Currency } from './currency';
|
|
514
514
|
export { default as Cylinder } from './cylinder';
|
|
515
|
-
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
516
515
|
export { default as Dam } from './dam';
|
|
516
|
+
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
517
517
|
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
518
518
|
export { default as DatabaseBackup } from './database-backup';
|
|
519
|
-
export { default as DatabaseMinus } from './database-minus';
|
|
520
519
|
export { default as DatabaseCheck } from './database-check';
|
|
520
|
+
export { default as DatabaseMinus } from './database-minus';
|
|
521
521
|
export { default as DatabasePlus } from './database-plus';
|
|
522
522
|
export { default as DatabaseSearch } from './database-search';
|
|
523
523
|
export { default as DatabaseX } from './database-x';
|
|
@@ -526,18 +526,18 @@ export { default as Database } from './database';
|
|
|
526
526
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
527
527
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
528
528
|
export { default as Delete } from './delete';
|
|
529
|
+
export { default as Dessert } from './dessert';
|
|
529
530
|
export { default as Diameter } from './diameter';
|
|
530
531
|
export { default as DiamondMinus } from './diamond-minus';
|
|
531
|
-
export { default as Dessert } from './dessert';
|
|
532
|
-
export { default as DiamondPlus } from './diamond-plus';
|
|
533
532
|
export { default as DiamondPercent } from './diamond-percent';
|
|
533
|
+
export { default as DiamondPlus } from './diamond-plus';
|
|
534
534
|
export { default as Diamond } from './diamond';
|
|
535
535
|
export { default as Dice1 } from './dice-1';
|
|
536
536
|
export { default as Dice2 } from './dice-2';
|
|
537
|
-
export { default as Dice3 } from './dice-3';
|
|
538
537
|
export { default as Dice4 } from './dice-4';
|
|
539
|
-
export { default as
|
|
538
|
+
export { default as Dice3 } from './dice-3';
|
|
540
539
|
export { default as Dice5 } from './dice-5';
|
|
540
|
+
export { default as Dice6 } from './dice-6';
|
|
541
541
|
export { default as Dices } from './dices';
|
|
542
542
|
export { default as Diff } from './diff';
|
|
543
543
|
export { default as Disc2 } from './disc-2';
|
|
@@ -546,8 +546,8 @@ export { default as DiscAlbum } from './disc-album';
|
|
|
546
546
|
export { default as Disc } from './disc';
|
|
547
547
|
export { default as Divide } from './divide';
|
|
548
548
|
export { default as DnaOff } from './dna-off';
|
|
549
|
-
export { default as Dna } from './dna';
|
|
550
549
|
export { default as Dock } from './dock';
|
|
550
|
+
export { default as Dna } from './dna';
|
|
551
551
|
export { default as Dog } from './dog';
|
|
552
552
|
export { default as DollarSign } from './dollar-sign';
|
|
553
553
|
export { default as Donut } from './donut';
|
|
@@ -555,35 +555,35 @@ export { default as DoorClosedLocked } from './door-closed-locked';
|
|
|
555
555
|
export { default as DoorClosed } from './door-closed';
|
|
556
556
|
export { default as DoorOpen } from './door-open';
|
|
557
557
|
export { default as Dot } from './dot';
|
|
558
|
-
export { default as Download } from './download';
|
|
559
558
|
export { default as DraftingCompass } from './drafting-compass';
|
|
559
|
+
export { default as Download } from './download';
|
|
560
560
|
export { default as Drama } from './drama';
|
|
561
|
-
export { default as DropletOff } from './droplet-off';
|
|
562
|
-
export { default as Drone } from './drone';
|
|
563
561
|
export { default as Drill } from './drill';
|
|
562
|
+
export { default as Drone } from './drone';
|
|
563
|
+
export { default as DropletOff } from './droplet-off';
|
|
564
564
|
export { default as Droplet } from './droplet';
|
|
565
565
|
export { default as Droplets } from './droplets';
|
|
566
566
|
export { default as Drum } from './drum';
|
|
567
567
|
export { default as Drumstick } from './drumstick';
|
|
568
568
|
export { default as Dumbbell } from './dumbbell';
|
|
569
|
-
export { default as Ear } from './ear';
|
|
570
569
|
export { default as EarOff } from './ear-off';
|
|
570
|
+
export { default as Ear } from './ear';
|
|
571
571
|
export { default as EarthLock } from './earth-lock';
|
|
572
572
|
export { default as Earth } from './earth';
|
|
573
573
|
export { default as Eclipse } from './eclipse';
|
|
574
574
|
export { default as EggFried } from './egg-fried';
|
|
575
|
-
export { default as EggOff } from './egg-off';
|
|
576
575
|
export { default as Egg } from './egg';
|
|
576
|
+
export { default as EggOff } from './egg-off';
|
|
577
577
|
export { default as Ellipse } from './ellipse';
|
|
578
578
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
579
579
|
export { default as Ellipsis } from './ellipsis';
|
|
580
|
-
export { default as EqualApproximately } from './equal-approximately';
|
|
581
580
|
export { default as EqualNot } from './equal-not';
|
|
582
581
|
export { default as Equal } from './equal';
|
|
582
|
+
export { default as EqualApproximately } from './equal-approximately';
|
|
583
583
|
export { default as Eraser } from './eraser';
|
|
584
584
|
export { default as EthernetPort } from './ethernet-port';
|
|
585
|
-
export { default as EvCharger } from './ev-charger';
|
|
586
585
|
export { default as Euro } from './euro';
|
|
586
|
+
export { default as EvCharger } from './ev-charger';
|
|
587
587
|
export { default as Expand } from './expand';
|
|
588
588
|
export { default as ExternalLink } from './external-link';
|
|
589
589
|
export { default as EyeClosed } from './eye-closed';
|
|
@@ -600,15 +600,15 @@ export { default as FileArchive } from './file-archive';
|
|
|
600
600
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
601
601
|
export { default as FileBadge } from './file-badge';
|
|
602
602
|
export { default as FileBox } from './file-box';
|
|
603
|
-
export { default as FileBracesCorner } from './file-braces-corner';
|
|
604
603
|
export { default as FileBraces } from './file-braces';
|
|
605
604
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
606
|
-
export { default as
|
|
605
|
+
export { default as FileBracesCorner } from './file-braces-corner';
|
|
607
606
|
export { default as FileChartColumn } from './file-chart-column';
|
|
608
|
-
export { default as
|
|
607
|
+
export { default as FileChartLine } from './file-chart-line';
|
|
609
608
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
610
|
-
export { default as
|
|
609
|
+
export { default as FileChartPie } from './file-chart-pie';
|
|
611
610
|
export { default as FileCheck } from './file-check';
|
|
611
|
+
export { default as FileClock } from './file-clock';
|
|
612
612
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
613
613
|
export { default as FileCode } from './file-code';
|
|
614
614
|
export { default as FileCog } from './file-cog';
|
|
@@ -619,16 +619,16 @@ export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
|
619
619
|
export { default as FileHeadphone } from './file-headphone';
|
|
620
620
|
export { default as FileHeart } from './file-heart';
|
|
621
621
|
export { default as FileImage } from './file-image';
|
|
622
|
-
export { default as FileKey } from './file-key';
|
|
623
622
|
export { default as FileInput } from './file-input';
|
|
623
|
+
export { default as FileKey } from './file-key';
|
|
624
624
|
export { default as FileLock } from './file-lock';
|
|
625
|
-
export { default as FileMinusCorner } from './file-minus-corner';
|
|
626
625
|
export { default as FileMinus } from './file-minus';
|
|
626
|
+
export { default as FileMinusCorner } from './file-minus-corner';
|
|
627
627
|
export { default as FileMusic } from './file-music';
|
|
628
628
|
export { default as FileOutput } from './file-output';
|
|
629
629
|
export { default as FilePenLine } from './file-pen-line';
|
|
630
|
-
export { default as FilePlay } from './file-play';
|
|
631
630
|
export { default as FilePen } from './file-pen';
|
|
631
|
+
export { default as FilePlay } from './file-play';
|
|
632
632
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
633
633
|
export { default as FilePlus } from './file-plus';
|
|
634
634
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
@@ -636,8 +636,8 @@ export { default as FileScan } from './file-scan';
|
|
|
636
636
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
637
637
|
export { default as FileSearch } from './file-search';
|
|
638
638
|
export { default as FileSignal } from './file-signal';
|
|
639
|
-
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
640
639
|
export { default as FileSliders } from './file-sliders';
|
|
640
|
+
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
641
641
|
export { default as FileStack } from './file-stack';
|
|
642
642
|
export { default as FileSymlink } from './file-symlink';
|
|
643
643
|
export { default as FileTerminal } from './file-terminal';
|
|
@@ -654,8 +654,8 @@ export { default as File } from './file';
|
|
|
654
654
|
export { default as Files } from './files';
|
|
655
655
|
export { default as Film } from './film';
|
|
656
656
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
657
|
-
export { default as FishOff } from './fish-off';
|
|
658
657
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
658
|
+
export { default as FishOff } from './fish-off';
|
|
659
659
|
export { default as FishSymbol } from './fish-symbol';
|
|
660
660
|
export { default as Fish } from './fish';
|
|
661
661
|
export { default as FishingHook } from './fishing-hook';
|
|
@@ -669,16 +669,16 @@ export { default as Flame } from './flame';
|
|
|
669
669
|
export { default as FlashlightOff } from './flashlight-off';
|
|
670
670
|
export { default as Flashlight } from './flashlight';
|
|
671
671
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
672
|
-
export { default as FlaskConical } from './flask-conical';
|
|
673
672
|
export { default as FlaskRound } from './flask-round';
|
|
673
|
+
export { default as FlaskConical } from './flask-conical';
|
|
674
674
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
675
675
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
676
|
-
export { default as Flower } from './flower';
|
|
677
676
|
export { default as Flower2 } from './flower-2';
|
|
678
|
-
export { default as
|
|
677
|
+
export { default as Flower } from './flower';
|
|
679
678
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
680
|
-
export { default as
|
|
679
|
+
export { default as Focus } from './focus';
|
|
681
680
|
export { default as FoldVertical } from './fold-vertical';
|
|
681
|
+
export { default as FolderArchive } from './folder-archive';
|
|
682
682
|
export { default as FolderBookmark } from './folder-bookmark';
|
|
683
683
|
export { default as FolderCheck } from './folder-check';
|
|
684
684
|
export { default as FolderClock } from './folder-clock';
|
|
@@ -692,18 +692,18 @@ export { default as FolderGit } from './folder-git';
|
|
|
692
692
|
export { default as FolderHeart } from './folder-heart';
|
|
693
693
|
export { default as FolderInput } from './folder-input';
|
|
694
694
|
export { default as FolderKanban } from './folder-kanban';
|
|
695
|
-
export { default as FolderLock } from './folder-lock';
|
|
696
695
|
export { default as FolderKey } from './folder-key';
|
|
697
|
-
export { default as
|
|
696
|
+
export { default as FolderLock } from './folder-lock';
|
|
698
697
|
export { default as FolderMinus } from './folder-minus';
|
|
698
|
+
export { default as FolderOpenDot } from './folder-open-dot';
|
|
699
699
|
export { default as FolderOpen } from './folder-open';
|
|
700
700
|
export { default as FolderOutput } from './folder-output';
|
|
701
701
|
export { default as FolderPen } from './folder-pen';
|
|
702
702
|
export { default as FolderPlus } from './folder-plus';
|
|
703
703
|
export { default as FolderRoot } from './folder-root';
|
|
704
704
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
705
|
-
export { default as FolderSymlink } from './folder-symlink';
|
|
706
705
|
export { default as FolderSearch } from './folder-search';
|
|
706
|
+
export { default as FolderSymlink } from './folder-symlink';
|
|
707
707
|
export { default as FolderSync } from './folder-sync';
|
|
708
708
|
export { default as FolderTree } from './folder-tree';
|
|
709
709
|
export { default as FolderUp } from './folder-up';
|
|
@@ -711,27 +711,27 @@ export { default as FolderX } from './folder-x';
|
|
|
711
711
|
export { default as Folder } from './folder';
|
|
712
712
|
export { default as Folders } from './folders';
|
|
713
713
|
export { default as Footprints } from './footprints';
|
|
714
|
-
export { default as Forklift } from './forklift';
|
|
715
714
|
export { default as Form } from './form';
|
|
715
|
+
export { default as Forklift } from './forklift';
|
|
716
716
|
export { default as Forward } from './forward';
|
|
717
717
|
export { default as Frame } from './frame';
|
|
718
718
|
export { default as Frown } from './frown';
|
|
719
719
|
export { default as Fuel } from './fuel';
|
|
720
720
|
export { default as Fullscreen } from './fullscreen';
|
|
721
|
-
export { default as FunnelX } from './funnel-x';
|
|
722
721
|
export { default as FunnelPlus } from './funnel-plus';
|
|
722
|
+
export { default as FunnelX } from './funnel-x';
|
|
723
723
|
export { default as Funnel } from './funnel';
|
|
724
724
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
725
725
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
726
|
+
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
726
727
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
727
728
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
728
|
-
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
729
729
|
export { default as Gamepad2 } from './gamepad-2';
|
|
730
730
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
731
|
+
export { default as Gauge } from './gauge';
|
|
731
732
|
export { default as Gamepad } from './gamepad';
|
|
732
733
|
export { default as Gavel } from './gavel';
|
|
733
734
|
export { default as Gem } from './gem';
|
|
734
|
-
export { default as Gauge } from './gauge';
|
|
735
735
|
export { default as GeorgianLari } from './georgian-lari';
|
|
736
736
|
export { default as Ghost } from './ghost';
|
|
737
737
|
export { default as Gift } from './gift';
|
|
@@ -741,8 +741,8 @@ export { default as GitBranch } from './git-branch';
|
|
|
741
741
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
742
742
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
743
743
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
744
|
-
export { default as GitFork } from './git-fork';
|
|
745
744
|
export { default as GitCompare } from './git-compare';
|
|
745
|
+
export { default as GitFork } from './git-fork';
|
|
746
746
|
export { default as GitGraph } from './git-graph';
|
|
747
747
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
748
748
|
export { default as GitMerge } from './git-merge';
|
|
@@ -753,8 +753,8 @@ export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
|
753
753
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
754
754
|
export { default as GitPullRequest } from './git-pull-request';
|
|
755
755
|
export { default as GlassWater } from './glass-water';
|
|
756
|
-
export { default as Glasses } from './glasses';
|
|
757
756
|
export { default as GlobeCheck } from './globe-check';
|
|
757
|
+
export { default as Glasses } from './glasses';
|
|
758
758
|
export { default as GlobeLock } from './globe-lock';
|
|
759
759
|
export { default as GlobeOff } from './globe-off';
|
|
760
760
|
export { default as GlobeX } from './globe-x';
|
|
@@ -773,22 +773,22 @@ export { default as GripHorizontal } from './grip-horizontal';
|
|
|
773
773
|
export { default as GripVertical } from './grip-vertical';
|
|
774
774
|
export { default as Grip } from './grip';
|
|
775
775
|
export { default as Group } from './group';
|
|
776
|
-
export { default as Ham } from './ham';
|
|
777
776
|
export { default as Guitar } from './guitar';
|
|
777
|
+
export { default as Ham } from './ham';
|
|
778
778
|
export { default as Hamburger } from './hamburger';
|
|
779
779
|
export { default as Hammer } from './hammer';
|
|
780
|
-
export { default as HandFist } from './hand-fist';
|
|
781
780
|
export { default as HandCoins } from './hand-coins';
|
|
782
781
|
export { default as HandGrab } from './hand-grab';
|
|
783
|
-
export { default as
|
|
782
|
+
export { default as HandFist } from './hand-fist';
|
|
784
783
|
export { default as HandHelping } from './hand-helping';
|
|
784
|
+
export { default as HandHeart } from './hand-heart';
|
|
785
785
|
export { default as HandMetal } from './hand-metal';
|
|
786
|
-
export { default as Hand } from './hand';
|
|
787
786
|
export { default as HandPlatter } from './hand-platter';
|
|
787
|
+
export { default as Hand } from './hand';
|
|
788
788
|
export { default as Handbag } from './handbag';
|
|
789
789
|
export { default as Handshake } from './handshake';
|
|
790
|
-
export { default as HardDriveDownload } from './hard-drive-download';
|
|
791
790
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
791
|
+
export { default as HardDriveDownload } from './hard-drive-download';
|
|
792
792
|
export { default as HardDrive } from './hard-drive';
|
|
793
793
|
export { default as HardHat } from './hard-hat';
|
|
794
794
|
export { default as Hash } from './hash';
|
|
@@ -796,15 +796,15 @@ export { default as HatGlasses } from './hat-glasses';
|
|
|
796
796
|
export { default as Haze } from './haze';
|
|
797
797
|
export { default as Hd } from './hd';
|
|
798
798
|
export { default as HdmiPort } from './hdmi-port';
|
|
799
|
-
export { default as Heading2 } from './heading-2';
|
|
800
799
|
export { default as Heading1 } from './heading-1';
|
|
801
|
-
export { default as
|
|
800
|
+
export { default as Heading2 } from './heading-2';
|
|
802
801
|
export { default as Heading3 } from './heading-3';
|
|
802
|
+
export { default as Heading4 } from './heading-4';
|
|
803
803
|
export { default as Heading5 } from './heading-5';
|
|
804
804
|
export { default as Heading6 } from './heading-6';
|
|
805
805
|
export { default as Heading } from './heading';
|
|
806
|
-
export { default as Headphones } from './headphones';
|
|
807
806
|
export { default as HeadphoneOff } from './headphone-off';
|
|
807
|
+
export { default as Headphones } from './headphones';
|
|
808
808
|
export { default as Headset } from './headset';
|
|
809
809
|
export { default as HeartCrack } from './heart-crack';
|
|
810
810
|
export { default as HeartHandshake } from './heart-handshake';
|
|
@@ -812,32 +812,32 @@ export { default as HeartMinus } from './heart-minus';
|
|
|
812
812
|
export { default as HeartOff } from './heart-off';
|
|
813
813
|
export { default as HeartPlus } from './heart-plus';
|
|
814
814
|
export { default as HeartPulse } from './heart-pulse';
|
|
815
|
-
export { default as HeartX } from './heart-x';
|
|
816
|
-
export { default as Heater } from './heater';
|
|
817
815
|
export { default as Heart } from './heart';
|
|
816
|
+
export { default as Heater } from './heater';
|
|
817
|
+
export { default as HeartX } from './heart-x';
|
|
818
818
|
export { default as Helicopter } from './helicopter';
|
|
819
819
|
export { default as Hexagon } from './hexagon';
|
|
820
820
|
export { default as Highlighter } from './highlighter';
|
|
821
821
|
export { default as History } from './history';
|
|
822
822
|
export { default as HopOff } from './hop-off';
|
|
823
823
|
export { default as Hop } from './hop';
|
|
824
|
-
export { default as Hotel } from './hotel';
|
|
825
824
|
export { default as Hospital } from './hospital';
|
|
825
|
+
export { default as Hotel } from './hotel';
|
|
826
826
|
export { default as Hourglass } from './hourglass';
|
|
827
827
|
export { default as HouseHeart } from './house-heart';
|
|
828
828
|
export { default as HousePlug } from './house-plug';
|
|
829
829
|
export { default as HousePlus } from './house-plus';
|
|
830
|
-
export { default as HouseWifi } from './house-wifi';
|
|
831
830
|
export { default as House } from './house';
|
|
831
|
+
export { default as HouseWifi } from './house-wifi';
|
|
832
832
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
833
833
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
834
834
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
835
835
|
export { default as IdCard } from './id-card';
|
|
836
836
|
export { default as ImageDown } from './image-down';
|
|
837
|
-
export { default as ImageOff } from './image-off';
|
|
838
837
|
export { default as ImageMinus } from './image-minus';
|
|
839
|
-
export { default as
|
|
838
|
+
export { default as ImageOff } from './image-off';
|
|
840
839
|
export { default as ImagePlus } from './image-plus';
|
|
840
|
+
export { default as ImagePlay } from './image-play';
|
|
841
841
|
export { default as ImageUp } from './image-up';
|
|
842
842
|
export { default as ImageUpscale } from './image-upscale';
|
|
843
843
|
export { default as Image } from './image';
|
|
@@ -859,18 +859,18 @@ export { default as KeyRound } from './key-round';
|
|
|
859
859
|
export { default as KeySquare } from './key-square';
|
|
860
860
|
export { default as Key } from './key';
|
|
861
861
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
862
|
+
export { default as KeyboardOff } from './keyboard-off';
|
|
862
863
|
export { default as Keyboard } from './keyboard';
|
|
863
864
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
864
|
-
export { default as KeyboardOff } from './keyboard-off';
|
|
865
865
|
export { default as LampDesk } from './lamp-desk';
|
|
866
866
|
export { default as LampFloor } from './lamp-floor';
|
|
867
|
-
export { default as LampWallUp } from './lamp-wall-up';
|
|
868
867
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
868
|
+
export { default as LampWallUp } from './lamp-wall-up';
|
|
869
869
|
export { default as Lamp } from './lamp';
|
|
870
|
+
export { default as LandPlot } from './land-plot';
|
|
870
871
|
export { default as Landmark } from './landmark';
|
|
871
872
|
export { default as Languages } from './languages';
|
|
872
873
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
873
|
-
export { default as LandPlot } from './land-plot';
|
|
874
874
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
875
875
|
export { default as Laptop } from './laptop';
|
|
876
876
|
export { default as LassoSelect } from './lasso-select';
|
|
@@ -879,60 +879,60 @@ export { default as Laugh } from './laugh';
|
|
|
879
879
|
export { default as Layers2 } from './layers-2';
|
|
880
880
|
export { default as LayersMinus } from './layers-minus';
|
|
881
881
|
export { default as LayersPlus } from './layers-plus';
|
|
882
|
-
export { default as LayoutDashboard } from './layout-dashboard';
|
|
883
882
|
export { default as Layers } from './layers';
|
|
883
|
+
export { default as LayoutDashboard } from './layout-dashboard';
|
|
884
884
|
export { default as LayoutGrid } from './layout-grid';
|
|
885
|
-
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
886
|
-
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
887
885
|
export { default as LayoutList } from './layout-list';
|
|
886
|
+
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
887
|
+
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
888
888
|
export { default as LayoutTemplate } from './layout-template';
|
|
889
889
|
export { default as Leaf } from './leaf';
|
|
890
890
|
export { default as LeafyGreen } from './leafy-green';
|
|
891
891
|
export { default as Lectern } from './lectern';
|
|
892
|
-
export { default as LensConvex } from './lens-convex';
|
|
893
892
|
export { default as LensConcave } from './lens-concave';
|
|
894
|
-
export { default as
|
|
893
|
+
export { default as LensConvex } from './lens-convex';
|
|
895
894
|
export { default as LibraryBig } from './library-big';
|
|
895
|
+
export { default as Library } from './library';
|
|
896
896
|
export { default as LifeBuoy } from './life-buoy';
|
|
897
897
|
export { default as Ligature } from './ligature';
|
|
898
898
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
899
899
|
export { default as Lightbulb } from './lightbulb';
|
|
900
900
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
901
|
-
export { default as LineSquiggle } from './line-squiggle';
|
|
902
901
|
export { default as LineStyle } from './line-style';
|
|
903
|
-
export { default as
|
|
902
|
+
export { default as LineSquiggle } from './line-squiggle';
|
|
904
903
|
export { default as Link2Off } from './link-2-off';
|
|
905
904
|
export { default as Link } from './link';
|
|
906
|
-
export { default as
|
|
905
|
+
export { default as Link2 } from './link-2';
|
|
907
906
|
export { default as ListCheck } from './list-check';
|
|
908
|
-
export { default as
|
|
907
|
+
export { default as ListChecks } from './list-checks';
|
|
909
908
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
909
|
+
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
910
910
|
export { default as ListCollapse } from './list-collapse';
|
|
911
|
-
export { default as ListEnd } from './list-end';
|
|
912
911
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
912
|
+
export { default as ListEnd } from './list-end';
|
|
913
913
|
export { default as ListFilter } from './list-filter';
|
|
914
914
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
915
915
|
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
916
916
|
export { default as ListMinus } from './list-minus';
|
|
917
917
|
export { default as ListMusic } from './list-music';
|
|
918
918
|
export { default as ListOrdered } from './list-ordered';
|
|
919
|
-
export { default as ListRestart } from './list-restart';
|
|
920
919
|
export { default as ListPlus } from './list-plus';
|
|
920
|
+
export { default as ListRestart } from './list-restart';
|
|
921
921
|
export { default as ListSortAscending } from './list-sort-ascending';
|
|
922
|
-
export { default as ListSortDescending } from './list-sort-descending';
|
|
923
922
|
export { default as ListStart } from './list-start';
|
|
924
923
|
export { default as ListTodo } from './list-todo';
|
|
924
|
+
export { default as ListSortDescending } from './list-sort-descending';
|
|
925
925
|
export { default as ListTree } from './list-tree';
|
|
926
|
-
export { default as ListVideo } from './list-video';
|
|
927
926
|
export { default as ListX } from './list-x';
|
|
927
|
+
export { default as ListVideo } from './list-video';
|
|
928
928
|
export { default as List } from './list';
|
|
929
929
|
export { default as LoaderCircle } from './loader-circle';
|
|
930
|
-
export { default as Loader } from './loader';
|
|
931
930
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
931
|
+
export { default as Loader } from './loader';
|
|
932
932
|
export { default as LocateFixed } from './locate-fixed';
|
|
933
933
|
export { default as LocateOff } from './locate-off';
|
|
934
|
-
export { default as Locate } from './locate';
|
|
935
934
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
935
|
+
export { default as Locate } from './locate';
|
|
936
936
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
937
937
|
export { default as LockOpen } from './lock-open';
|
|
938
938
|
export { default as Lock } from './lock';
|
|
@@ -947,21 +947,21 @@ export { default as MailMinus } from './mail-minus';
|
|
|
947
947
|
export { default as MailOpen } from './mail-open';
|
|
948
948
|
export { default as MailPlus } from './mail-plus';
|
|
949
949
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
950
|
-
export { default as MailX } from './mail-x';
|
|
951
|
-
export { default as MailSearch } from './mail-search';
|
|
952
950
|
export { default as MailWarning } from './mail-warning';
|
|
951
|
+
export { default as MailSearch } from './mail-search';
|
|
952
|
+
export { default as MailX } from './mail-x';
|
|
953
953
|
export { default as Mail } from './mail';
|
|
954
954
|
export { default as Mailbox } from './mailbox';
|
|
955
955
|
export { default as Mails } from './mails';
|
|
956
956
|
export { default as MapMinus } from './map-minus';
|
|
957
957
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
958
|
-
export { default as MapPinHouse } from './map-pin-house';
|
|
959
958
|
export { default as MapPinCheck } from './map-pin-check';
|
|
959
|
+
export { default as MapPinHouse } from './map-pin-house';
|
|
960
960
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
961
961
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
962
962
|
export { default as MapPinOff } from './map-pin-off';
|
|
963
|
-
export { default as MapPinPen } from './map-pin-pen';
|
|
964
963
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
964
|
+
export { default as MapPinPen } from './map-pin-pen';
|
|
965
965
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
966
966
|
export { default as MapPinSearch } from './map-pin-search';
|
|
967
967
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
@@ -972,9 +972,9 @@ export { default as MapPlus } from './map-plus';
|
|
|
972
972
|
export { default as Map } from './map';
|
|
973
973
|
export { default as MarsStroke } from './mars-stroke';
|
|
974
974
|
export { default as Mars } from './mars';
|
|
975
|
+
export { default as Maximize } from './maximize';
|
|
975
976
|
export { default as Martini } from './martini';
|
|
976
977
|
export { default as Maximize2 } from './maximize-2';
|
|
977
|
-
export { default as Maximize } from './maximize';
|
|
978
978
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
979
979
|
export { default as Medal } from './medal';
|
|
980
980
|
export { default as Megaphone } from './megaphone';
|
|
@@ -982,13 +982,13 @@ export { default as Meh } from './meh';
|
|
|
982
982
|
export { default as MemoryStick } from './memory-stick';
|
|
983
983
|
export { default as Menu } from './menu';
|
|
984
984
|
export { default as Merge } from './merge';
|
|
985
|
-
export { default as MessageCircleCode } from './message-circle-code';
|
|
986
985
|
export { default as MessageCircleCheck } from './message-circle-check';
|
|
987
|
-
export { default as
|
|
986
|
+
export { default as MessageCircleCode } from './message-circle-code';
|
|
988
987
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
989
|
-
export { default as
|
|
988
|
+
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
990
989
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
991
990
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
991
|
+
export { default as MessageCircleOff } from './message-circle-off';
|
|
992
992
|
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
993
993
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
994
994
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
@@ -1012,8 +1012,8 @@ export { default as MessageSquareWarning } from './message-square-warning';
|
|
|
1012
1012
|
export { default as MessageSquareX } from './message-square-x';
|
|
1013
1013
|
export { default as MessageSquare } from './message-square';
|
|
1014
1014
|
export { default as MessagesSquare } from './messages-square';
|
|
1015
|
-
export { default as MicOff } from './mic-off';
|
|
1016
1015
|
export { default as Metronome } from './metronome';
|
|
1016
|
+
export { default as MicOff } from './mic-off';
|
|
1017
1017
|
export { default as MicVocal } from './mic-vocal';
|
|
1018
1018
|
export { default as Mic } from './mic';
|
|
1019
1019
|
export { default as Microchip } from './microchip';
|
|
@@ -1027,11 +1027,11 @@ export { default as Minimize } from './minimize';
|
|
|
1027
1027
|
export { default as Minus } from './minus';
|
|
1028
1028
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1029
1029
|
export { default as MirrorRound } from './mirror-round';
|
|
1030
|
-
export { default as MonitorCheck } from './monitor-check';
|
|
1031
1030
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1031
|
+
export { default as MonitorCheck } from './monitor-check';
|
|
1032
1032
|
export { default as MonitorCog } from './monitor-cog';
|
|
1033
|
-
export { default as MonitorDown } from './monitor-down';
|
|
1034
1033
|
export { default as MonitorDot } from './monitor-dot';
|
|
1034
|
+
export { default as MonitorDown } from './monitor-down';
|
|
1035
1035
|
export { default as MonitorOff } from './monitor-off';
|
|
1036
1036
|
export { default as MonitorPause } from './monitor-pause';
|
|
1037
1037
|
export { default as MonitorPlay } from './monitor-play';
|
|
@@ -1044,13 +1044,13 @@ export { default as Monitor } from './monitor';
|
|
|
1044
1044
|
export { default as MoonStar } from './moon-star';
|
|
1045
1045
|
export { default as Moon } from './moon';
|
|
1046
1046
|
export { default as Motorbike } from './motorbike';
|
|
1047
|
-
export { default as MountainSnow } from './mountain-snow';
|
|
1048
1047
|
export { default as Mountain } from './mountain';
|
|
1048
|
+
export { default as MountainSnow } from './mountain-snow';
|
|
1049
1049
|
export { default as MouseLeft } from './mouse-left';
|
|
1050
1050
|
export { default as MouseOff } from './mouse-off';
|
|
1051
1051
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1052
|
-
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1053
1052
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1053
|
+
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1054
1054
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1055
1055
|
export { default as MousePointer } from './mouse-pointer';
|
|
1056
1056
|
export { default as MouseRight } from './mouse-right';
|
|
@@ -1061,12 +1061,12 @@ export { default as MoveDiagonal } from './move-diagonal';
|
|
|
1061
1061
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1062
1062
|
export { default as MoveDownRight } from './move-down-right';
|
|
1063
1063
|
export { default as MoveDown } from './move-down';
|
|
1064
|
-
export { default as MoveLeft } from './move-left';
|
|
1065
1064
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1065
|
+
export { default as MoveLeft } from './move-left';
|
|
1066
1066
|
export { default as MoveRight } from './move-right';
|
|
1067
|
+
export { default as MoveUpLeft } from './move-up-left';
|
|
1067
1068
|
export { default as MoveUpRight } from './move-up-right';
|
|
1068
1069
|
export { default as MoveUp } from './move-up';
|
|
1069
|
-
export { default as MoveUpLeft } from './move-up-left';
|
|
1070
1070
|
export { default as MoveVertical } from './move-vertical';
|
|
1071
1071
|
export { default as Move } from './move';
|
|
1072
1072
|
export { default as Music3 } from './music-3';
|
|
@@ -1081,18 +1081,18 @@ export { default as Network } from './network';
|
|
|
1081
1081
|
export { default as Newspaper } from './newspaper';
|
|
1082
1082
|
export { default as Nfc } from './nfc';
|
|
1083
1083
|
export { default as NonBinary } from './non-binary';
|
|
1084
|
-
export { default as NotebookTabs } from './notebook-tabs';
|
|
1085
1084
|
export { default as NotebookPen } from './notebook-pen';
|
|
1086
1085
|
export { default as NotebookText } from './notebook-text';
|
|
1086
|
+
export { default as NotebookTabs } from './notebook-tabs';
|
|
1087
1087
|
export { default as Notebook } from './notebook';
|
|
1088
1088
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1089
1089
|
export { default as NotepadText } from './notepad-text';
|
|
1090
1090
|
export { default as NutOff } from './nut-off';
|
|
1091
1091
|
export { default as Nut } from './nut';
|
|
1092
1092
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1093
|
-
export { default as OctagonPause } from './octagon-pause';
|
|
1094
1093
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1095
1094
|
export { default as OctagonX } from './octagon-x';
|
|
1095
|
+
export { default as OctagonPause } from './octagon-pause';
|
|
1096
1096
|
export { default as Octagon } from './octagon';
|
|
1097
1097
|
export { default as Omega } from './omega';
|
|
1098
1098
|
export { default as Option } from './option';
|
|
@@ -1100,50 +1100,50 @@ export { default as Orbit } from './orbit';
|
|
|
1100
1100
|
export { default as Origami } from './origami';
|
|
1101
1101
|
export { default as Package2 } from './package-2';
|
|
1102
1102
|
export { default as PackageCheck } from './package-check';
|
|
1103
|
-
export { default as
|
|
1103
|
+
export { default as PackageMinus } from './package-minus';
|
|
1104
1104
|
export { default as PackageOpen } from './package-open';
|
|
1105
|
+
export { default as PackagePlus } from './package-plus';
|
|
1105
1106
|
export { default as PackageSearch } from './package-search';
|
|
1106
|
-
export { default as PackageMinus } from './package-minus';
|
|
1107
1107
|
export { default as PackageX } from './package-x';
|
|
1108
1108
|
export { default as Package } from './package';
|
|
1109
1109
|
export { default as PaintBucket } from './paint-bucket';
|
|
1110
1110
|
export { default as PaintRoller } from './paint-roller';
|
|
1111
|
-
export { default as Paintbrush } from './paintbrush';
|
|
1112
1111
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1112
|
+
export { default as Paintbrush } from './paintbrush';
|
|
1113
1113
|
export { default as Palette } from './palette';
|
|
1114
1114
|
export { default as Panda } from './panda';
|
|
1115
1115
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1116
|
-
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1117
1116
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1117
|
+
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1118
1118
|
export { default as PanelBottom } from './panel-bottom';
|
|
1119
1119
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1120
1120
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1121
1121
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1122
|
+
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1122
1123
|
export { default as PanelLeft } from './panel-left';
|
|
1123
1124
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1124
|
-
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1125
1125
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1126
1126
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1127
1127
|
export { default as PanelRight } from './panel-right';
|
|
1128
|
-
export { default as PanelTopClose } from './panel-top-close';
|
|
1129
1128
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1129
|
+
export { default as PanelTopClose } from './panel-top-close';
|
|
1130
1130
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1131
1131
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1132
1132
|
export { default as PanelTop } from './panel-top';
|
|
1133
1133
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1134
|
-
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1135
1134
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1135
|
+
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1136
1136
|
export { default as Paperclip } from './paperclip';
|
|
1137
1137
|
export { default as Parasol } from './parasol';
|
|
1138
1138
|
export { default as Parentheses } from './parentheses';
|
|
1139
1139
|
export { default as ParkingMeter } from './parking-meter';
|
|
1140
|
-
export { default as Pause } from './pause';
|
|
1141
1140
|
export { default as PartyPopper } from './party-popper';
|
|
1141
|
+
export { default as Pause } from './pause';
|
|
1142
1142
|
export { default as PawPrint } from './paw-print';
|
|
1143
1143
|
export { default as PcCase } from './pc-case';
|
|
1144
1144
|
export { default as PenLine } from './pen-line';
|
|
1145
|
-
export { default as PenTool } from './pen-tool';
|
|
1146
1145
|
export { default as PenOff } from './pen-off';
|
|
1146
|
+
export { default as PenTool } from './pen-tool';
|
|
1147
1147
|
export { default as Pen } from './pen';
|
|
1148
1148
|
export { default as PencilLine } from './pencil-line';
|
|
1149
1149
|
export { default as PencilOff } from './pencil-off';
|
|
@@ -1156,9 +1156,9 @@ export { default as PersonStanding } from './person-standing';
|
|
|
1156
1156
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1157
1157
|
export { default as PhoneCall } from './phone-call';
|
|
1158
1158
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1159
|
+
export { default as PhoneIncoming } from './phone-incoming';
|
|
1159
1160
|
export { default as PhoneMissed } from './phone-missed';
|
|
1160
1161
|
export { default as PhoneOff } from './phone-off';
|
|
1161
|
-
export { default as PhoneIncoming } from './phone-incoming';
|
|
1162
1162
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1163
1163
|
export { default as Phone } from './phone';
|
|
1164
1164
|
export { default as Pi } from './pi';
|
|
@@ -1175,39 +1175,39 @@ export { default as Pill } from './pill';
|
|
|
1175
1175
|
export { default as PinOff } from './pin-off';
|
|
1176
1176
|
export { default as Pin } from './pin';
|
|
1177
1177
|
export { default as Pipette } from './pipette';
|
|
1178
|
-
export { default as PlaneLanding } from './plane-landing';
|
|
1179
1178
|
export { default as Pizza } from './pizza';
|
|
1179
|
+
export { default as PlaneLanding } from './plane-landing';
|
|
1180
1180
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1181
1181
|
export { default as Plane } from './plane';
|
|
1182
1182
|
export { default as PlayOff } from './play-off';
|
|
1183
1183
|
export { default as Play } from './play';
|
|
1184
1184
|
export { default as Plug2 } from './plug-2';
|
|
1185
|
-
export { default as Plug } from './plug';
|
|
1186
1185
|
export { default as PlugZap } from './plug-zap';
|
|
1186
|
+
export { default as Plug } from './plug';
|
|
1187
1187
|
export { default as Plus } from './plus';
|
|
1188
1188
|
export { default as PocketKnife } from './pocket-knife';
|
|
1189
|
-
export { default as Podcast } from './podcast';
|
|
1190
1189
|
export { default as Podium } from './podium';
|
|
1191
|
-
export { default as
|
|
1190
|
+
export { default as Podcast } from './podcast';
|
|
1192
1191
|
export { default as Pointer } from './pointer';
|
|
1192
|
+
export { default as PointerOff } from './pointer-off';
|
|
1193
1193
|
export { default as Popcorn } from './popcorn';
|
|
1194
1194
|
export { default as Popsicle } from './popsicle';
|
|
1195
1195
|
export { default as PoundSterling } from './pound-sterling';
|
|
1196
1196
|
export { default as PowerOff } from './power-off';
|
|
1197
1197
|
export { default as Power } from './power';
|
|
1198
|
-
export { default as PrinterCheck } from './printer-check';
|
|
1199
1198
|
export { default as Presentation } from './presentation';
|
|
1199
|
+
export { default as PrinterCheck } from './printer-check';
|
|
1200
1200
|
export { default as PrinterX } from './printer-x';
|
|
1201
|
-
export { default as Printer } from './printer';
|
|
1202
1201
|
export { default as Projector } from './projector';
|
|
1202
|
+
export { default as Printer } from './printer';
|
|
1203
1203
|
export { default as Proportions } from './proportions';
|
|
1204
1204
|
export { default as Puzzle } from './puzzle';
|
|
1205
1205
|
export { default as Pyramid } from './pyramid';
|
|
1206
1206
|
export { default as QrCode } from './qr-code';
|
|
1207
1207
|
export { default as Quote } from './quote';
|
|
1208
1208
|
export { default as Rabbit } from './rabbit';
|
|
1209
|
-
export { default as Radiation } from './radiation';
|
|
1210
1209
|
export { default as Radar } from './radar';
|
|
1210
|
+
export { default as Radiation } from './radiation';
|
|
1211
1211
|
export { default as Radical } from './radical';
|
|
1212
1212
|
export { default as RadioOff } from './radio-off';
|
|
1213
1213
|
export { default as RadioReceiver } from './radio-receiver';
|
|
@@ -1230,16 +1230,16 @@ export { default as Receipt } from './receipt';
|
|
|
1230
1230
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1231
1231
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1232
1232
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1233
|
-
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1234
1233
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1234
|
+
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1235
1235
|
export { default as Recycle } from './recycle';
|
|
1236
1236
|
export { default as Redo2 } from './redo-2';
|
|
1237
|
-
export { default as Redo } from './redo';
|
|
1238
1237
|
export { default as RedoDot } from './redo-dot';
|
|
1238
|
+
export { default as Redo } from './redo';
|
|
1239
1239
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1240
1240
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1241
|
-
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1242
1241
|
export { default as RefreshCw } from './refresh-cw';
|
|
1242
|
+
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1243
1243
|
export { default as Refrigerator } from './refrigerator';
|
|
1244
1244
|
export { default as Regex } from './regex';
|
|
1245
1245
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
@@ -1248,8 +1248,8 @@ export { default as Repeat2 } from './repeat-2';
|
|
|
1248
1248
|
export { default as RepeatOff } from './repeat-off';
|
|
1249
1249
|
export { default as Repeat } from './repeat';
|
|
1250
1250
|
export { default as ReplaceAll } from './replace-all';
|
|
1251
|
-
export { default as ReplyAll } from './reply-all';
|
|
1252
1251
|
export { default as Replace } from './replace';
|
|
1252
|
+
export { default as ReplyAll } from './reply-all';
|
|
1253
1253
|
export { default as Reply } from './reply';
|
|
1254
1254
|
export { default as Rewind } from './rewind';
|
|
1255
1255
|
export { default as Ribbon } from './ribbon';
|
|
@@ -1258,26 +1258,26 @@ export { default as Rocket } from './rocket';
|
|
|
1258
1258
|
export { default as RockingChair } from './rocking-chair';
|
|
1259
1259
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1260
1260
|
export { default as Rose } from './rose';
|
|
1261
|
-
export { default as Rotate3d } from './rotate-3d';
|
|
1262
1261
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1262
|
+
export { default as Rotate3d } from './rotate-3d';
|
|
1263
1263
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1264
1264
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1265
|
-
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1266
1265
|
export { default as RotateCw } from './rotate-cw';
|
|
1266
|
+
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1267
1267
|
export { default as RouteOff } from './route-off';
|
|
1268
|
-
export { default as Router } from './router';
|
|
1269
|
-
export { default as Rows2 } from './rows-2';
|
|
1270
1268
|
export { default as Route } from './route';
|
|
1269
|
+
export { default as Router } from './router';
|
|
1271
1270
|
export { default as Rows3 } from './rows-3';
|
|
1271
|
+
export { default as Rows2 } from './rows-2';
|
|
1272
1272
|
export { default as Rows4 } from './rows-4';
|
|
1273
1273
|
export { default as Rss } from './rss';
|
|
1274
1274
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1275
1275
|
export { default as Ruler } from './ruler';
|
|
1276
1276
|
export { default as RussianRuble } from './russian-ruble';
|
|
1277
|
-
export { default as Salad } from './salad';
|
|
1278
1277
|
export { default as Sailboat } from './sailboat';
|
|
1279
|
-
export { default as
|
|
1278
|
+
export { default as Salad } from './salad';
|
|
1280
1279
|
export { default as Sandwich } from './sandwich';
|
|
1280
|
+
export { default as SatelliteDish } from './satellite-dish';
|
|
1281
1281
|
export { default as Satellite } from './satellite';
|
|
1282
1282
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1283
1283
|
export { default as SaveAll } from './save-all';
|
|
@@ -1285,8 +1285,8 @@ export { default as SaveCheck } from './save-check';
|
|
|
1285
1285
|
export { default as SaveOff } from './save-off';
|
|
1286
1286
|
export { default as SavePen } from './save-pen';
|
|
1287
1287
|
export { default as SavePlus } from './save-plus';
|
|
1288
|
-
export { default as Save } from './save';
|
|
1289
1288
|
export { default as Scale3d } from './scale-3d';
|
|
1289
|
+
export { default as Save } from './save';
|
|
1290
1290
|
export { default as Scale } from './scale';
|
|
1291
1291
|
export { default as Scaling } from './scaling';
|
|
1292
1292
|
export { default as ScanBarcode } from './scan-barcode';
|
|
@@ -1298,9 +1298,9 @@ export { default as ScanQrCode } from './scan-qr-code';
|
|
|
1298
1298
|
export { default as ScanSearch } from './scan-search';
|
|
1299
1299
|
export { default as ScanText } from './scan-text';
|
|
1300
1300
|
export { default as Scan } from './scan';
|
|
1301
|
+
export { default as School } from './school';
|
|
1301
1302
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1302
1303
|
export { default as Scissors } from './scissors';
|
|
1303
|
-
export { default as School } from './school';
|
|
1304
1304
|
export { default as Scooter } from './scooter';
|
|
1305
1305
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1306
1306
|
export { default as ScreenShare } from './screen-share';
|
|
@@ -1315,19 +1315,19 @@ export { default as Search } from './search';
|
|
|
1315
1315
|
export { default as Section } from './section';
|
|
1316
1316
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1317
1317
|
export { default as SendToBack } from './send-to-back';
|
|
1318
|
-
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1319
1318
|
export { default as Send } from './send';
|
|
1319
|
+
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1320
1320
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1321
1321
|
export { default as ServerCog } from './server-cog';
|
|
1322
1322
|
export { default as ServerCrash } from './server-crash';
|
|
1323
1323
|
export { default as ServerOff } from './server-off';
|
|
1324
|
+
export { default as Settings2 } from './settings-2';
|
|
1324
1325
|
export { default as Server } from './server';
|
|
1325
1326
|
export { default as Settings } from './settings';
|
|
1326
|
-
export { default as Settings2 } from './settings-2';
|
|
1327
1327
|
export { default as Shapes } from './shapes';
|
|
1328
1328
|
export { default as Share2 } from './share-2';
|
|
1329
|
-
export { default as Share } from './share';
|
|
1330
1329
|
export { default as Sheet } from './sheet';
|
|
1330
|
+
export { default as Share } from './share';
|
|
1331
1331
|
export { default as Shell } from './shell';
|
|
1332
1332
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1333
1333
|
export { default as ShieldAlert } from './shield-alert';
|
|
@@ -1345,9 +1345,9 @@ export { default as ShieldUser } from './shield-user';
|
|
|
1345
1345
|
export { default as ShieldX } from './shield-x';
|
|
1346
1346
|
export { default as Shield } from './shield';
|
|
1347
1347
|
export { default as ShipWheel } from './ship-wheel';
|
|
1348
|
-
export { default as ShoppingBag } from './shopping-bag';
|
|
1349
1348
|
export { default as Ship } from './ship';
|
|
1350
1349
|
export { default as Shirt } from './shirt';
|
|
1350
|
+
export { default as ShoppingBag } from './shopping-bag';
|
|
1351
1351
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
1352
1352
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1353
1353
|
export { default as Shovel } from './shovel';
|
|
@@ -1355,8 +1355,8 @@ export { default as ShowerHead } from './shower-head';
|
|
|
1355
1355
|
export { default as Shredder } from './shredder';
|
|
1356
1356
|
export { default as Shrimp } from './shrimp';
|
|
1357
1357
|
export { default as Shrink } from './shrink';
|
|
1358
|
-
export { default as Shuffle } from './shuffle';
|
|
1359
1358
|
export { default as Shrub } from './shrub';
|
|
1359
|
+
export { default as Shuffle } from './shuffle';
|
|
1360
1360
|
export { default as Sigma } from './sigma';
|
|
1361
1361
|
export { default as SignalHigh } from './signal-high';
|
|
1362
1362
|
export { default as SignalLow } from './signal-low';
|
|
@@ -1364,31 +1364,31 @@ export { default as SignalMedium } from './signal-medium';
|
|
|
1364
1364
|
export { default as SignalZero } from './signal-zero';
|
|
1365
1365
|
export { default as Signal } from './signal';
|
|
1366
1366
|
export { default as Signature } from './signature';
|
|
1367
|
-
export { default as Signpost } from './signpost';
|
|
1368
1367
|
export { default as SignpostBig } from './signpost-big';
|
|
1368
|
+
export { default as Signpost } from './signpost';
|
|
1369
1369
|
export { default as Siren } from './siren';
|
|
1370
|
-
export { default as SkipBack } from './skip-back';
|
|
1371
1370
|
export { default as SkipForward } from './skip-forward';
|
|
1371
|
+
export { default as SkipBack } from './skip-back';
|
|
1372
|
+
export { default as Slash } from './slash';
|
|
1372
1373
|
export { default as Skull } from './skull';
|
|
1373
1374
|
export { default as Slice } from './slice';
|
|
1374
|
-
export { default as Slash } from './slash';
|
|
1375
|
-
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1376
1375
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1376
|
+
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1377
1377
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1378
1378
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1379
1379
|
export { default as Smartphone } from './smartphone';
|
|
1380
1380
|
export { default as SmilePlus } from './smile-plus';
|
|
1381
|
+
export { default as Snail } from './snail';
|
|
1381
1382
|
export { default as Smile } from './smile';
|
|
1382
1383
|
export { default as Snowflake } from './snowflake';
|
|
1383
|
-
export { default as Snail } from './snail';
|
|
1384
1384
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1385
1385
|
export { default as Sofa } from './sofa';
|
|
1386
1386
|
export { default as SolarPanel } from './solar-panel';
|
|
1387
1387
|
export { default as Soup } from './soup';
|
|
1388
1388
|
export { default as Space } from './space';
|
|
1389
1389
|
export { default as Spade } from './spade';
|
|
1390
|
-
export { default as Sparkles } from './sparkles';
|
|
1391
1390
|
export { default as Sparkle } from './sparkle';
|
|
1391
|
+
export { default as Sparkles } from './sparkles';
|
|
1392
1392
|
export { default as Speaker } from './speaker';
|
|
1393
1393
|
export { default as Speech } from './speech';
|
|
1394
1394
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
@@ -1399,27 +1399,27 @@ export { default as Split } from './split';
|
|
|
1399
1399
|
export { default as Spool } from './spool';
|
|
1400
1400
|
export { default as SportShoe } from './sport-shoe';
|
|
1401
1401
|
export { default as Spotlight } from './spotlight';
|
|
1402
|
-
export { default as SprayCan } from './spray-can';
|
|
1403
1402
|
export { default as Sprout } from './sprout';
|
|
1403
|
+
export { default as SprayCan } from './spray-can';
|
|
1404
1404
|
export { default as SquareActivity } from './square-activity';
|
|
1405
|
+
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1405
1406
|
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1406
1407
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1407
1408
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1408
|
-
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1409
1409
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1410
1410
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1411
1411
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1412
|
-
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1413
1412
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1413
|
+
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1414
1414
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1415
|
-
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1416
1415
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1416
|
+
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1417
1417
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1418
1418
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1419
1419
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1420
|
+
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1420
1421
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1421
1422
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1422
|
-
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1423
1423
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1424
1424
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1425
1425
|
export { default as SquareCheck } from './square-check';
|
|
@@ -1433,9 +1433,9 @@ export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
|
1433
1433
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1434
1434
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1435
1435
|
export { default as SquareDashedText } from './square-dashed-text';
|
|
1436
|
+
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1436
1437
|
export { default as SquareDashed } from './square-dashed';
|
|
1437
1438
|
export { default as SquareDivide } from './square-divide';
|
|
1438
|
-
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1439
1439
|
export { default as SquareDot } from './square-dot';
|
|
1440
1440
|
export { default as SquareEqual } from './square-equal';
|
|
1441
1441
|
export { default as SquareFunction } from './square-function';
|
|
@@ -1450,8 +1450,8 @@ export { default as SquareParking } from './square-parking';
|
|
|
1450
1450
|
export { default as SquarePause } from './square-pause';
|
|
1451
1451
|
export { default as SquarePen } from './square-pen';
|
|
1452
1452
|
export { default as SquarePercent } from './square-percent';
|
|
1453
|
-
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1454
1453
|
export { default as SquarePi } from './square-pi';
|
|
1454
|
+
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1455
1455
|
export { default as SquarePlay } from './square-play';
|
|
1456
1456
|
export { default as SquarePlus } from './square-plus';
|
|
1457
1457
|
export { default as SquarePower } from './square-power';
|
|
@@ -1459,27 +1459,27 @@ export { default as SquareRadical } from './square-radical';
|
|
|
1459
1459
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1460
1460
|
export { default as SquareScissors } from './square-scissors';
|
|
1461
1461
|
export { default as SquareSigma } from './square-sigma';
|
|
1462
|
-
export { default as SquareSlash } from './square-slash';
|
|
1463
1462
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1464
|
-
export { default as
|
|
1463
|
+
export { default as SquareSlash } from './square-slash';
|
|
1465
1464
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1465
|
+
export { default as SquareSquare } from './square-square';
|
|
1466
1466
|
export { default as SquareStack } from './square-stack';
|
|
1467
1467
|
export { default as SquareStar } from './square-star';
|
|
1468
1468
|
export { default as SquareStop } from './square-stop';
|
|
1469
|
-
export { default as SquareUserRound } from './square-user-round';
|
|
1470
1469
|
export { default as SquareTerminal } from './square-terminal';
|
|
1470
|
+
export { default as SquareUserRound } from './square-user-round';
|
|
1471
1471
|
export { default as SquareUser } from './square-user';
|
|
1472
1472
|
export { default as SquareX } from './square-x';
|
|
1473
1473
|
export { default as Square } from './square';
|
|
1474
1474
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1475
1475
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1476
|
-
export { default as SquaresSubtract } from './squares-subtract';
|
|
1477
1476
|
export { default as SquaresUnite } from './squares-unite';
|
|
1478
|
-
export { default as
|
|
1477
|
+
export { default as SquaresSubtract } from './squares-subtract';
|
|
1479
1478
|
export { default as Squircle } from './squircle';
|
|
1479
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1480
1480
|
export { default as Squirrel } from './squirrel';
|
|
1481
|
-
export { default as StarCheck } from './star-check';
|
|
1482
1481
|
export { default as Stamp } from './stamp';
|
|
1482
|
+
export { default as StarCheck } from './star-check';
|
|
1483
1483
|
export { default as StarHalf } from './star-half';
|
|
1484
1484
|
export { default as StarMinus } from './star-minus';
|
|
1485
1485
|
export { default as StarOff } from './star-off';
|
|
@@ -1488,8 +1488,8 @@ export { default as StarX } from './star-x';
|
|
|
1488
1488
|
export { default as Star } from './star';
|
|
1489
1489
|
export { default as StepBack } from './step-back';
|
|
1490
1490
|
export { default as StepForward } from './step-forward';
|
|
1491
|
-
export { default as Sticker } from './sticker';
|
|
1492
1491
|
export { default as Stethoscope } from './stethoscope';
|
|
1492
|
+
export { default as Sticker } from './sticker';
|
|
1493
1493
|
export { default as StickyNoteCheck } from './sticky-note-check';
|
|
1494
1494
|
export { default as StickyNoteMinus } from './sticky-note-minus';
|
|
1495
1495
|
export { default as StickyNoteOff } from './sticky-note-off';
|
|
@@ -1497,41 +1497,41 @@ export { default as StickyNotePlus } from './sticky-note-plus';
|
|
|
1497
1497
|
export { default as StickyNoteX } from './sticky-note-x';
|
|
1498
1498
|
export { default as StickyNote } from './sticky-note';
|
|
1499
1499
|
export { default as StickyNotes } from './sticky-notes';
|
|
1500
|
-
export { default as Store } from './store';
|
|
1501
1500
|
export { default as Stone } from './stone';
|
|
1501
|
+
export { default as Store } from './store';
|
|
1502
1502
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1503
1503
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1504
1504
|
export { default as Strikethrough } from './strikethrough';
|
|
1505
|
-
export { default as Summary } from './summary';
|
|
1506
1505
|
export { default as Subscript } from './subscript';
|
|
1506
|
+
export { default as Summary } from './summary';
|
|
1507
1507
|
export { default as SunDim } from './sun-dim';
|
|
1508
1508
|
export { default as SunMedium } from './sun-medium';
|
|
1509
1509
|
export { default as SunMoon } from './sun-moon';
|
|
1510
1510
|
export { default as SunSnow } from './sun-snow';
|
|
1511
|
-
export { default as Sunrise } from './sunrise';
|
|
1512
1511
|
export { default as Sun } from './sun';
|
|
1513
1512
|
export { default as Sunset } from './sunset';
|
|
1513
|
+
export { default as Sunrise } from './sunrise';
|
|
1514
1514
|
export { default as Superscript } from './superscript';
|
|
1515
1515
|
export { default as SwatchBook } from './swatch-book';
|
|
1516
1516
|
export { default as SwitchCamera } from './switch-camera';
|
|
1517
|
-
export { default as Sword } from './sword';
|
|
1518
1517
|
export { default as SwissFranc } from './swiss-franc';
|
|
1519
|
-
export { default as
|
|
1518
|
+
export { default as Sword } from './sword';
|
|
1520
1519
|
export { default as Swords } from './swords';
|
|
1521
|
-
export { default as
|
|
1520
|
+
export { default as Syringe } from './syringe';
|
|
1522
1521
|
export { default as Table2 } from './table-2';
|
|
1522
|
+
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1523
1523
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1524
1524
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1525
1525
|
export { default as TableOfContents } from './table-of-contents';
|
|
1526
1526
|
export { default as TableProperties } from './table-properties';
|
|
1527
|
-
export { default as TableRowsSplit } from './table-rows-split';
|
|
1528
1527
|
export { default as Table } from './table';
|
|
1529
|
-
export { default as
|
|
1528
|
+
export { default as TableRowsSplit } from './table-rows-split';
|
|
1530
1529
|
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1530
|
+
export { default as Tablet } from './tablet';
|
|
1531
1531
|
export { default as Tablets } from './tablets';
|
|
1532
1532
|
export { default as TagPlus } from './tag-plus';
|
|
1533
|
-
export { default as Tag } from './tag';
|
|
1534
1533
|
export { default as TagX } from './tag-x';
|
|
1534
|
+
export { default as Tag } from './tag';
|
|
1535
1535
|
export { default as Tags } from './tags';
|
|
1536
1536
|
export { default as Tally1 } from './tally-1';
|
|
1537
1537
|
export { default as Tally2 } from './tally-2';
|
|
@@ -1539,11 +1539,11 @@ export { default as Tally3 } from './tally-3';
|
|
|
1539
1539
|
export { default as Tally4 } from './tally-4';
|
|
1540
1540
|
export { default as Tally5 } from './tally-5';
|
|
1541
1541
|
export { default as Tangent } from './tangent';
|
|
1542
|
-
export { default as Telescope } from './telescope';
|
|
1543
1542
|
export { default as Target } from './target';
|
|
1543
|
+
export { default as Telescope } from './telescope';
|
|
1544
|
+
export { default as TentTree } from './tent-tree';
|
|
1544
1545
|
export { default as Tent } from './tent';
|
|
1545
1546
|
export { default as Terminal } from './terminal';
|
|
1546
|
-
export { default as TentTree } from './tent-tree';
|
|
1547
1547
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1548
1548
|
export { default as TestTube } from './test-tube';
|
|
1549
1549
|
export { default as TestTubes } from './test-tubes';
|
|
@@ -1558,24 +1558,24 @@ export { default as TextQuote } from './text-quote';
|
|
|
1558
1558
|
export { default as TextWrap } from './text-wrap';
|
|
1559
1559
|
export { default as TextSearch } from './text-search';
|
|
1560
1560
|
export { default as Theater } from './theater';
|
|
1561
|
-
export { default as ThermometerSun } from './thermometer-sun';
|
|
1562
1561
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1562
|
+
export { default as ThermometerSun } from './thermometer-sun';
|
|
1563
1563
|
export { default as Thermometer } from './thermometer';
|
|
1564
|
-
export { default as ThumbsUp } from './thumbs-up';
|
|
1565
1564
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1565
|
+
export { default as ThumbsUp } from './thumbs-up';
|
|
1566
1566
|
export { default as TicketCheck } from './ticket-check';
|
|
1567
1567
|
export { default as TicketMinus } from './ticket-minus';
|
|
1568
|
-
export { default as TicketPlus } from './ticket-plus';
|
|
1569
1568
|
export { default as TicketPercent } from './ticket-percent';
|
|
1569
|
+
export { default as TicketPlus } from './ticket-plus';
|
|
1570
1570
|
export { default as TicketSlash } from './ticket-slash';
|
|
1571
1571
|
export { default as TicketX } from './ticket-x';
|
|
1572
1572
|
export { default as Ticket } from './ticket';
|
|
1573
|
-
export { default as TicketsPlane } from './tickets-plane';
|
|
1574
1573
|
export { default as Tickets } from './tickets';
|
|
1574
|
+
export { default as TicketsPlane } from './tickets-plane';
|
|
1575
1575
|
export { default as Timeline } from './timeline';
|
|
1576
|
+
export { default as TimerOff } from './timer-off';
|
|
1576
1577
|
export { default as TimerReset } from './timer-reset';
|
|
1577
1578
|
export { default as Timer } from './timer';
|
|
1578
|
-
export { default as TimerOff } from './timer-off';
|
|
1579
1579
|
export { default as ToggleLeft } from './toggle-left';
|
|
1580
1580
|
export { default as ToggleRight } from './toggle-right';
|
|
1581
1581
|
export { default as Toilet } from './toilet';
|
|
@@ -1604,8 +1604,8 @@ export { default as Trees } from './trees';
|
|
|
1604
1604
|
export { default as TrendingDown } from './trending-down';
|
|
1605
1605
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
1606
1606
|
export { default as TrendingUp } from './trending-up';
|
|
1607
|
-
export { default as TriangleDashed } from './triangle-dashed';
|
|
1608
1607
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1608
|
+
export { default as TriangleDashed } from './triangle-dashed';
|
|
1609
1609
|
export { default as TriangleRight } from './triangle-right';
|
|
1610
1610
|
export { default as Triangle } from './triangle';
|
|
1611
1611
|
export { default as Trophy } from './trophy';
|
|
@@ -1618,27 +1618,27 @@ export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
|
1618
1618
|
export { default as TvMinimal } from './tv-minimal';
|
|
1619
1619
|
export { default as Tv } from './tv';
|
|
1620
1620
|
export { default as TypeOutline } from './type-outline';
|
|
1621
|
-
export { default as UmbrellaOff } from './umbrella-off';
|
|
1622
1621
|
export { default as Type } from './type';
|
|
1622
|
+
export { default as UmbrellaOff } from './umbrella-off';
|
|
1623
1623
|
export { default as Umbrella } from './umbrella';
|
|
1624
1624
|
export { default as Underline } from './underline';
|
|
1625
1625
|
export { default as Undo2 } from './undo-2';
|
|
1626
1626
|
export { default as UndoDot } from './undo-dot';
|
|
1627
|
-
export { default as Undo } from './undo';
|
|
1628
1627
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1628
|
+
export { default as Undo } from './undo';
|
|
1629
1629
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1630
1630
|
export { default as Ungroup } from './ungroup';
|
|
1631
1631
|
export { default as University } from './university';
|
|
1632
|
-
export { default as Unlink2 } from './unlink-2';
|
|
1633
1632
|
export { default as Unlink } from './unlink';
|
|
1633
|
+
export { default as Unlink2 } from './unlink-2';
|
|
1634
1634
|
export { default as Unplug } from './unplug';
|
|
1635
1635
|
export { default as Upload } from './upload';
|
|
1636
1636
|
export { default as Usb } from './usb';
|
|
1637
1637
|
export { default as UserCheck } from './user-check';
|
|
1638
1638
|
export { default as UserCog } from './user-cog';
|
|
1639
|
-
export { default as UserKey } from './user-key';
|
|
1640
1639
|
export { default as UserLock } from './user-lock';
|
|
1641
1640
|
export { default as UserMinus } from './user-minus';
|
|
1641
|
+
export { default as UserKey } from './user-key';
|
|
1642
1642
|
export { default as UserPen } from './user-pen';
|
|
1643
1643
|
export { default as UserPlus } from './user-plus';
|
|
1644
1644
|
export { default as UserRoundArrowLeft } from './user-round-arrow-left';
|
|
@@ -1646,48 +1646,48 @@ export { default as UserRoundCheck } from './user-round-check';
|
|
|
1646
1646
|
export { default as UserRoundCog } from './user-round-cog';
|
|
1647
1647
|
export { default as UserRoundKey } from './user-round-key';
|
|
1648
1648
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1649
|
-
export { default as UserRoundPen } from './user-round-pen';
|
|
1650
1649
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1650
|
+
export { default as UserRoundPen } from './user-round-pen';
|
|
1651
1651
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1652
1652
|
export { default as UserRoundX } from './user-round-x';
|
|
1653
|
-
export { default as UserRound } from './user-round';
|
|
1654
1653
|
export { default as UserSearch } from './user-search';
|
|
1654
|
+
export { default as UserRound } from './user-round';
|
|
1655
1655
|
export { default as UserStar } from './user-star';
|
|
1656
1656
|
export { default as UserX } from './user-x';
|
|
1657
1657
|
export { default as User } from './user';
|
|
1658
|
-
export { default as Users } from './users';
|
|
1659
1658
|
export { default as UsersRound } from './users-round';
|
|
1659
|
+
export { default as Users } from './users';
|
|
1660
1660
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1661
|
-
export { default as UtilityPole } from './utility-pole';
|
|
1662
1661
|
export { default as Utensils } from './utensils';
|
|
1663
|
-
export { default as
|
|
1662
|
+
export { default as UtilityPole } from './utility-pole';
|
|
1664
1663
|
export { default as Van } from './van';
|
|
1665
|
-
export { default as
|
|
1664
|
+
export { default as Variable } from './variable';
|
|
1666
1665
|
export { default as Vault } from './vault';
|
|
1666
|
+
export { default as VectorSquare } from './vector-square';
|
|
1667
1667
|
export { default as Vegan } from './vegan';
|
|
1668
1668
|
export { default as VenetianMask } from './venetian-mask';
|
|
1669
1669
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1670
1670
|
export { default as Venus } from './venus';
|
|
1671
1671
|
export { default as VibrateOff } from './vibrate-off';
|
|
1672
1672
|
export { default as Vibrate } from './vibrate';
|
|
1673
|
-
export { default as Video } from './video';
|
|
1674
1673
|
export { default as VideoOff } from './video-off';
|
|
1674
|
+
export { default as Video } from './video';
|
|
1675
1675
|
export { default as Videotape } from './videotape';
|
|
1676
1676
|
export { default as View } from './view';
|
|
1677
|
-
export { default as Volleyball } from './volleyball';
|
|
1678
|
-
export { default as Volume1 } from './volume-1';
|
|
1679
1677
|
export { default as Voicemail } from './voicemail';
|
|
1678
|
+
export { default as Volume1 } from './volume-1';
|
|
1679
|
+
export { default as Volleyball } from './volleyball';
|
|
1680
1680
|
export { default as Volume2 } from './volume-2';
|
|
1681
1681
|
export { default as VolumeOff } from './volume-off';
|
|
1682
1682
|
export { default as VolumeX } from './volume-x';
|
|
1683
|
-
export { default as Volume } from './volume';
|
|
1684
1683
|
export { default as Vote } from './vote';
|
|
1684
|
+
export { default as Volume } from './volume';
|
|
1685
1685
|
export { default as WalletCards } from './wallet-cards';
|
|
1686
1686
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1687
1687
|
export { default as Wallet } from './wallet';
|
|
1688
1688
|
export { default as Wallpaper } from './wallpaper';
|
|
1689
|
-
export { default as Wand } from './wand';
|
|
1690
1689
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1690
|
+
export { default as Wand } from './wand';
|
|
1691
1691
|
export { default as Warehouse } from './warehouse';
|
|
1692
1692
|
export { default as WashingMachine } from './washing-machine';
|
|
1693
1693
|
export { default as Watch } from './watch';
|
|
@@ -1696,14 +1696,14 @@ export { default as WavesArrowUp } from './waves-arrow-up';
|
|
|
1696
1696
|
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1697
1697
|
export { default as WavesLadder } from './waves-ladder';
|
|
1698
1698
|
export { default as WavesVertical } from './waves-vertical';
|
|
1699
|
-
export { default as Waypoints } from './waypoints';
|
|
1700
1699
|
export { default as WebcamOff } from './webcam-off';
|
|
1700
|
+
export { default as Waypoints } from './waypoints';
|
|
1701
1701
|
export { default as Webcam } from './webcam';
|
|
1702
1702
|
export { default as WebhookOff } from './webhook-off';
|
|
1703
1703
|
export { default as Webhook } from './webhook';
|
|
1704
1704
|
export { default as WeightTilde } from './weight-tilde';
|
|
1705
|
-
export { default as WheatOff } from './wheat-off';
|
|
1706
1705
|
export { default as Weight } from './weight';
|
|
1706
|
+
export { default as WheatOff } from './wheat-off';
|
|
1707
1707
|
export { default as Wheat } from './wheat';
|
|
1708
1708
|
export { default as WholeWord } from './whole-word';
|
|
1709
1709
|
export { default as WifiCog } from './wifi-cog';
|
|
@@ -1723,8 +1723,8 @@ export { default as Worm } from './worm';
|
|
|
1723
1723
|
export { default as WrenchOff } from './wrench-off';
|
|
1724
1724
|
export { default as Wrench } from './wrench';
|
|
1725
1725
|
export { default as XLineTop } from './x-line-top';
|
|
1726
|
-
export { default as ZapOff } from './zap-off';
|
|
1727
1726
|
export { default as X } from './x';
|
|
1727
|
+
export { default as ZapOff } from './zap-off';
|
|
1728
1728
|
export { default as Zap } from './zap';
|
|
1729
1729
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1730
1730
|
export { default as ZodiacAries } from './zodiac-aries';
|
|
@@ -1733,11 +1733,11 @@ export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
|
1733
1733
|
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1734
1734
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1735
1735
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1736
|
-
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1737
1736
|
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1737
|
+
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1738
1738
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1739
|
-
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1740
1739
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1740
|
+
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1741
1741
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1742
1742
|
export { default as ZoomIn } from './zoom-in';
|
|
1743
1743
|
export { default as ZoomOut } from './zoom-out';
|