@lucide/astro 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/aliases/aliases.ts +118 -118
- package/src/aliases/prefixed.ts +774 -770
- package/src/aliases/suffixed.ts +1157 -1153
- package/src/icons/heart-x.ts +18 -0
- package/src/icons/index.ts +231 -229
- package/src/icons/layers-minus.ts +18 -0
- package/src/icons/rotate-3d.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -13,26 +13,26 @@ export { default as AlarmClock } from './alarm-clock';
|
|
|
13
13
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
14
14
|
export { default as Album } from './album';
|
|
15
15
|
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
16
|
-
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
17
16
|
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
17
|
+
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
18
18
|
export { default as AlignEndVertical } from './align-end-vertical';
|
|
19
19
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
20
20
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
21
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
22
22
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
|
-
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
23
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
24
|
+
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
25
25
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
26
26
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
27
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
28
28
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
29
29
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
30
|
-
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
31
30
|
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
31
|
+
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
32
32
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
33
33
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
34
|
-
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
35
34
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
35
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
36
36
|
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
37
37
|
export { default as Ambulance } from './ambulance';
|
|
38
38
|
export { default as Ampersand } from './ampersand';
|
|
@@ -48,15 +48,15 @@ export { default as AppWindowMac } from './app-window-mac';
|
|
|
48
48
|
export { default as AppWindow } from './app-window';
|
|
49
49
|
export { default as Apple } from './apple';
|
|
50
50
|
export { default as ArchiveRestore } from './archive-restore';
|
|
51
|
-
export { default as ArchiveX } from './archive-x';
|
|
52
51
|
export { default as Archive } from './archive';
|
|
52
|
+
export { default as ArchiveX } from './archive-x';
|
|
53
53
|
export { default as Armchair } from './armchair';
|
|
54
54
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
55
55
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
56
56
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
57
57
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
58
|
-
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
59
58
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
59
|
+
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
60
60
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
61
61
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
62
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
@@ -64,18 +64,18 @@ export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
|
64
64
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
65
65
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
66
66
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
67
|
-
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
68
67
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
68
|
+
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
69
69
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
70
|
-
export { default as ArrowDownUp } from './arrow-down-up';
|
|
71
70
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
71
|
+
export { default as ArrowDownUp } from './arrow-down-up';
|
|
72
72
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
73
|
-
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
74
73
|
export { default as ArrowDown } from './arrow-down';
|
|
74
|
+
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
75
75
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
76
76
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
77
|
-
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
78
77
|
export { default as ArrowLeft } from './arrow-left';
|
|
78
|
+
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
79
79
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
80
80
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
81
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
@@ -91,32 +91,32 @@ export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
|
91
91
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
92
92
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
93
93
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
94
|
-
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
95
94
|
export { default as ArrowUp } from './arrow-up';
|
|
96
|
-
export { default as
|
|
95
|
+
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
97
96
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
97
|
+
export { default as Asterisk } from './asterisk';
|
|
98
98
|
export { default as AtSign } from './at-sign';
|
|
99
99
|
export { default as Atom } from './atom';
|
|
100
100
|
export { default as AudioLines } from './audio-lines';
|
|
101
101
|
export { default as AudioWaveform } from './audio-waveform';
|
|
102
102
|
export { default as Award } from './award';
|
|
103
103
|
export { default as Axe } from './axe';
|
|
104
|
-
export { default as Axis3d } from './axis-3d';
|
|
105
104
|
export { default as Baby } from './baby';
|
|
105
|
+
export { default as Axis3d } from './axis-3d';
|
|
106
106
|
export { default as Backpack } from './backpack';
|
|
107
107
|
export { default as BadgeAlert } from './badge-alert';
|
|
108
|
-
export { default as BadgeCheck } from './badge-check';
|
|
109
108
|
export { default as BadgeCent } from './badge-cent';
|
|
109
|
+
export { default as BadgeCheck } from './badge-check';
|
|
110
110
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
111
111
|
export { default as BadgeEuro } from './badge-euro';
|
|
112
112
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
113
113
|
export { default as BadgeInfo } from './badge-info';
|
|
114
114
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
115
115
|
export { default as BadgeMinus } from './badge-minus';
|
|
116
|
-
export { default as BadgePercent } from './badge-percent';
|
|
117
116
|
export { default as BadgePlus } from './badge-plus';
|
|
118
|
-
export { default as
|
|
117
|
+
export { default as BadgePercent } from './badge-percent';
|
|
119
118
|
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
119
|
+
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
120
120
|
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
121
121
|
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
122
122
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
@@ -124,16 +124,16 @@ export { default as BadgeX } from './badge-x';
|
|
|
124
124
|
export { default as Badge } from './badge';
|
|
125
125
|
export { default as BaggageClaim } from './baggage-claim';
|
|
126
126
|
export { default as Balloon } from './balloon';
|
|
127
|
-
export { default as Ban } from './ban';
|
|
128
127
|
export { default as Banana } from './banana';
|
|
128
|
+
export { default as Ban } from './ban';
|
|
129
129
|
export { default as Bandage } from './bandage';
|
|
130
130
|
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
131
131
|
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
132
132
|
export { default as BanknoteX } from './banknote-x';
|
|
133
133
|
export { default as Banknote } from './banknote';
|
|
134
134
|
export { default as Barcode } from './barcode';
|
|
135
|
-
export { default as Barrel } from './barrel';
|
|
136
135
|
export { default as Baseline } from './baseline';
|
|
136
|
+
export { default as Barrel } from './barrel';
|
|
137
137
|
export { default as Bath } from './bath';
|
|
138
138
|
export { default as BatteryCharging } from './battery-charging';
|
|
139
139
|
export { default as BatteryFull } from './battery-full';
|
|
@@ -143,18 +143,18 @@ export { default as BatteryPlus } from './battery-plus';
|
|
|
143
143
|
export { default as BatteryWarning } from './battery-warning';
|
|
144
144
|
export { default as Battery } from './battery';
|
|
145
145
|
export { default as Beaker } from './beaker';
|
|
146
|
-
export { default as BeanOff } from './bean-off';
|
|
147
146
|
export { default as Bean } from './bean';
|
|
147
|
+
export { default as BeanOff } from './bean-off';
|
|
148
148
|
export { default as BedDouble } from './bed-double';
|
|
149
149
|
export { default as BedSingle } from './bed-single';
|
|
150
|
-
export { default as Bed } from './bed';
|
|
151
150
|
export { default as BeefOff } from './beef-off';
|
|
151
|
+
export { default as Bed } from './bed';
|
|
152
152
|
export { default as Beef } from './beef';
|
|
153
|
-
export { default as Beer } from './beer';
|
|
154
153
|
export { default as BeerOff } from './beer-off';
|
|
155
154
|
export { default as BellDot } from './bell-dot';
|
|
156
|
-
export { default as
|
|
155
|
+
export { default as Beer } from './beer';
|
|
157
156
|
export { default as BellElectric } from './bell-electric';
|
|
157
|
+
export { default as BellMinus } from './bell-minus';
|
|
158
158
|
export { default as BellOff } from './bell-off';
|
|
159
159
|
export { default as BellPlus } from './bell-plus';
|
|
160
160
|
export { default as BellRing } from './bell-ring';
|
|
@@ -163,26 +163,26 @@ export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
|
163
163
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
164
164
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
165
165
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
166
|
-
export { default as Bike } from './bike';
|
|
167
166
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
167
|
+
export { default as Bike } from './bike';
|
|
168
168
|
export { default as Binary } from './binary';
|
|
169
169
|
export { default as Binoculars } from './binoculars';
|
|
170
170
|
export { default as Biohazard } from './biohazard';
|
|
171
171
|
export { default as Bird } from './bird';
|
|
172
172
|
export { default as Birdhouse } from './birdhouse';
|
|
173
173
|
export { default as Bitcoin } from './bitcoin';
|
|
174
|
-
export { default as Blend } from './blend';
|
|
175
174
|
export { default as Blinds } from './blinds';
|
|
175
|
+
export { default as Blend } from './blend';
|
|
176
176
|
export { default as Blocks } from './blocks';
|
|
177
177
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
178
178
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
179
179
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
180
|
-
export { default as Bluetooth } from './bluetooth';
|
|
181
180
|
export { default as Bold } from './bold';
|
|
182
181
|
export { default as Bolt } from './bolt';
|
|
183
|
-
export { default as
|
|
182
|
+
export { default as Bluetooth } from './bluetooth';
|
|
184
183
|
export { default as Bone } from './bone';
|
|
185
184
|
export { default as BookA } from './book-a';
|
|
185
|
+
export { default as Bomb } from './bomb';
|
|
186
186
|
export { default as BookAlert } from './book-alert';
|
|
187
187
|
export { default as BookAudio } from './book-audio';
|
|
188
188
|
export { default as BookCheck } from './book-check';
|
|
@@ -190,11 +190,11 @@ export { default as BookCopy } from './book-copy';
|
|
|
190
190
|
export { default as BookDashed } from './book-dashed';
|
|
191
191
|
export { default as BookDown } from './book-down';
|
|
192
192
|
export { default as BookHeadphones } from './book-headphones';
|
|
193
|
-
export { default as BookImage } from './book-image';
|
|
194
193
|
export { default as BookHeart } from './book-heart';
|
|
194
|
+
export { default as BookImage } from './book-image';
|
|
195
195
|
export { default as BookKey } from './book-key';
|
|
196
|
-
export { default as BookLock } from './book-lock';
|
|
197
196
|
export { default as BookMarked } from './book-marked';
|
|
197
|
+
export { default as BookLock } from './book-lock';
|
|
198
198
|
export { default as BookMinus } from './book-minus';
|
|
199
199
|
export { default as BookOpenCheck } from './book-open-check';
|
|
200
200
|
export { default as BookOpenText } from './book-open-text';
|
|
@@ -202,17 +202,17 @@ export { default as BookOpen } from './book-open';
|
|
|
202
202
|
export { default as BookPlus } from './book-plus';
|
|
203
203
|
export { default as BookSearch } from './book-search';
|
|
204
204
|
export { default as BookText } from './book-text';
|
|
205
|
-
export { default as BookType } from './book-type';
|
|
206
205
|
export { default as BookUp2 } from './book-up-2';
|
|
206
|
+
export { default as BookType } from './book-type';
|
|
207
207
|
export { default as BookUp } from './book-up';
|
|
208
208
|
export { default as BookUser } from './book-user';
|
|
209
|
-
export { default as BookX } from './book-x';
|
|
210
209
|
export { default as Book } from './book';
|
|
210
|
+
export { default as BookX } from './book-x';
|
|
211
211
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
212
212
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
213
213
|
export { default as BookmarkOff } from './bookmark-off';
|
|
214
|
-
export { default as BookmarkPlus } from './bookmark-plus';
|
|
215
214
|
export { default as BookmarkX } from './bookmark-x';
|
|
215
|
+
export { default as BookmarkPlus } from './bookmark-plus';
|
|
216
216
|
export { default as Bookmark } from './bookmark';
|
|
217
217
|
export { default as BoomBox } from './boom-box';
|
|
218
218
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
@@ -229,13 +229,13 @@ export { default as BrainCog } from './brain-cog';
|
|
|
229
229
|
export { default as Brain } from './brain';
|
|
230
230
|
export { default as BrickWallFire } from './brick-wall-fire';
|
|
231
231
|
export { default as BrickWallShield } from './brick-wall-shield';
|
|
232
|
-
export { default as BrickWall } from './brick-wall';
|
|
233
232
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
233
|
+
export { default as BrickWall } from './brick-wall';
|
|
234
234
|
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
235
235
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
236
236
|
export { default as Briefcase } from './briefcase';
|
|
237
|
-
export { default as BringToFront } from './bring-to-front';
|
|
238
237
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
238
|
+
export { default as BringToFront } from './bring-to-front';
|
|
239
239
|
export { default as Brush } from './brush';
|
|
240
240
|
export { default as Bubbles } from './bubbles';
|
|
241
241
|
export { default as BugOff } from './bug-off';
|
|
@@ -252,8 +252,8 @@ export { default as Cake } from './cake';
|
|
|
252
252
|
export { default as Calculator } from './calculator';
|
|
253
253
|
export { default as Calendar1 } from './calendar-1';
|
|
254
254
|
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
255
|
-
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
256
255
|
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
256
|
+
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
257
257
|
export { default as CalendarCheck } from './calendar-check';
|
|
258
258
|
export { default as CalendarClock } from './calendar-clock';
|
|
259
259
|
export { default as CalendarCog } from './calendar-cog';
|
|
@@ -261,22 +261,22 @@ export { default as CalendarDays } from './calendar-days';
|
|
|
261
261
|
export { default as CalendarFold } from './calendar-fold';
|
|
262
262
|
export { default as CalendarHeart } from './calendar-heart';
|
|
263
263
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
264
|
-
export { default as CalendarOff } from './calendar-off';
|
|
265
264
|
export { default as CalendarMinus } from './calendar-minus';
|
|
265
|
+
export { default as CalendarOff } from './calendar-off';
|
|
266
266
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
267
267
|
export { default as CalendarPlus } from './calendar-plus';
|
|
268
268
|
export { default as CalendarRange } from './calendar-range';
|
|
269
269
|
export { default as CalendarSearch } from './calendar-search';
|
|
270
270
|
export { default as CalendarSync } from './calendar-sync';
|
|
271
|
-
export { default as CalendarX2 } from './calendar-x-2';
|
|
272
271
|
export { default as CalendarX } from './calendar-x';
|
|
273
|
-
export { default as
|
|
272
|
+
export { default as CalendarX2 } from './calendar-x-2';
|
|
274
273
|
export { default as Calendar } from './calendar';
|
|
274
|
+
export { default as Calendars } from './calendars';
|
|
275
275
|
export { default as CameraOff } from './camera-off';
|
|
276
276
|
export { default as Camera } from './camera';
|
|
277
277
|
export { default as CandyCane } from './candy-cane';
|
|
278
|
-
export { default as CandyOff } from './candy-off';
|
|
279
278
|
export { default as Candy } from './candy';
|
|
279
|
+
export { default as CandyOff } from './candy-off';
|
|
280
280
|
export { default as CannabisOff } from './cannabis-off';
|
|
281
281
|
export { default as Cannabis } from './cannabis';
|
|
282
282
|
export { default as CaptionsOff } from './captions-off';
|
|
@@ -294,8 +294,8 @@ export { default as CassetteTape } from './cassette-tape';
|
|
|
294
294
|
export { default as Cast } from './cast';
|
|
295
295
|
export { default as Castle } from './castle';
|
|
296
296
|
export { default as Cat } from './cat';
|
|
297
|
-
export { default as CctvOff } from './cctv-off';
|
|
298
297
|
export { default as Cctv } from './cctv';
|
|
298
|
+
export { default as CctvOff } from './cctv-off';
|
|
299
299
|
export { default as ChartArea } from './chart-area';
|
|
300
300
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
301
301
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
@@ -311,8 +311,8 @@ export { default as ChartColumn } from './chart-column';
|
|
|
311
311
|
export { default as ChartGantt } from './chart-gantt';
|
|
312
312
|
export { default as ChartLine } from './chart-line';
|
|
313
313
|
export { default as ChartNetwork } from './chart-network';
|
|
314
|
-
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
315
314
|
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
315
|
+
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
316
316
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
317
317
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
318
318
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
@@ -324,42 +324,42 @@ export { default as CheckLine } from './check-line';
|
|
|
324
324
|
export { default as Check } from './check';
|
|
325
325
|
export { default as ChefHat } from './chef-hat';
|
|
326
326
|
export { default as Cherry } from './cherry';
|
|
327
|
-
export { default as ChessBishop } from './chess-bishop';
|
|
328
327
|
export { default as ChessKing } from './chess-king';
|
|
329
328
|
export { default as ChessKnight } from './chess-knight';
|
|
329
|
+
export { default as ChessBishop } from './chess-bishop';
|
|
330
330
|
export { default as ChessPawn } from './chess-pawn';
|
|
331
|
-
export { default as ChessQueen } from './chess-queen';
|
|
332
331
|
export { default as ChessRook } from './chess-rook';
|
|
332
|
+
export { default as ChessQueen } from './chess-queen';
|
|
333
333
|
export { default as ChevronDown } from './chevron-down';
|
|
334
334
|
export { default as ChevronFirst } from './chevron-first';
|
|
335
335
|
export { default as ChevronLast } from './chevron-last';
|
|
336
336
|
export { default as ChevronLeft } from './chevron-left';
|
|
337
337
|
export { default as ChevronRight } from './chevron-right';
|
|
338
338
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
339
|
-
export { default as ChevronUp } from './chevron-up';
|
|
340
339
|
export { default as ChevronsDown } from './chevrons-down';
|
|
340
|
+
export { default as ChevronUp } from './chevron-up';
|
|
341
|
+
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
341
342
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
343
|
+
export { default as ChevronsLeft } from './chevrons-left';
|
|
342
344
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
343
345
|
export { default as ChevronsRight } from './chevrons-right';
|
|
344
|
-
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
345
346
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
346
|
-
export { default as ChevronsLeft } from './chevrons-left';
|
|
347
347
|
export { default as ChevronsUp } from './chevrons-up';
|
|
348
348
|
export { default as Church } from './church';
|
|
349
349
|
export { default as CigaretteOff } from './cigarette-off';
|
|
350
350
|
export { default as Cigarette } from './cigarette';
|
|
351
351
|
export { default as CircleAlert } from './circle-alert';
|
|
352
352
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
353
|
-
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
354
353
|
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
354
|
+
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
355
355
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
356
|
-
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
357
356
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
357
|
+
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
358
358
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
359
359
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
360
360
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
361
|
-
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
362
361
|
export { default as CircleCheck } from './circle-check';
|
|
362
|
+
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
363
363
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
364
364
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
365
365
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
@@ -385,8 +385,8 @@ export { default as CirclePlus } from './circle-plus';
|
|
|
385
385
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
386
386
|
export { default as CirclePower } from './circle-power';
|
|
387
387
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
388
|
-
export { default as CircleSlash } from './circle-slash';
|
|
389
388
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
389
|
+
export { default as CircleSlash } from './circle-slash';
|
|
390
390
|
export { default as CircleSmall } from './circle-small';
|
|
391
391
|
export { default as CircleStar } from './circle-star';
|
|
392
392
|
export { default as CircleStop } from './circle-stop';
|
|
@@ -394,26 +394,26 @@ export { default as CircleUserRound } from './circle-user-round';
|
|
|
394
394
|
export { default as CircleUser } from './circle-user';
|
|
395
395
|
export { default as CircleX } from './circle-x';
|
|
396
396
|
export { default as Circle } from './circle';
|
|
397
|
-
export { default as CircuitBoard } from './circuit-board';
|
|
398
397
|
export { default as Citrus } from './citrus';
|
|
398
|
+
export { default as CircuitBoard } from './circuit-board';
|
|
399
399
|
export { default as Clapperboard } from './clapperboard';
|
|
400
400
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
401
401
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
402
|
-
export { default as ClipboardList } from './clipboard-list';
|
|
403
402
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
403
|
+
export { default as ClipboardList } from './clipboard-list';
|
|
404
404
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
405
405
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
406
406
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
407
407
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
408
408
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
409
409
|
export { default as ClipboardType } from './clipboard-type';
|
|
410
|
-
export { default as Clipboard } from './clipboard';
|
|
411
410
|
export { default as ClipboardX } from './clipboard-x';
|
|
411
|
+
export { default as Clipboard } from './clipboard';
|
|
412
412
|
export { default as Clock1 } from './clock-1';
|
|
413
|
-
export { default as Clock11 } from './clock-11';
|
|
414
413
|
export { default as Clock10 } from './clock-10';
|
|
415
|
-
export { default as
|
|
414
|
+
export { default as Clock11 } from './clock-11';
|
|
416
415
|
export { default as Clock2 } from './clock-2';
|
|
416
|
+
export { default as Clock12 } from './clock-12';
|
|
417
417
|
export { default as Clock3 } from './clock-3';
|
|
418
418
|
export { default as Clock4 } from './clock-4';
|
|
419
419
|
export { default as Clock5 } from './clock-5';
|
|
@@ -430,23 +430,23 @@ export { default as ClockPlus } from './clock-plus';
|
|
|
430
430
|
export { default as Clock } from './clock';
|
|
431
431
|
export { default as ClosedCaption } from './closed-caption';
|
|
432
432
|
export { default as CloudAlert } from './cloud-alert';
|
|
433
|
-
export { default as CloudCheck } from './cloud-check';
|
|
434
433
|
export { default as CloudBackup } from './cloud-backup';
|
|
434
|
+
export { default as CloudCheck } from './cloud-check';
|
|
435
435
|
export { default as CloudCog } from './cloud-cog';
|
|
436
436
|
export { default as CloudDownload } from './cloud-download';
|
|
437
437
|
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
438
438
|
export { default as CloudFog } from './cloud-fog';
|
|
439
439
|
export { default as CloudHail } from './cloud-hail';
|
|
440
|
-
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
441
440
|
export { default as CloudLightning } from './cloud-lightning';
|
|
441
|
+
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
442
442
|
export { default as CloudMoon } from './cloud-moon';
|
|
443
443
|
export { default as CloudOff } from './cloud-off';
|
|
444
444
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
445
445
|
export { default as CloudRain } from './cloud-rain';
|
|
446
446
|
export { default as CloudSnow } from './cloud-snow';
|
|
447
447
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
448
|
-
export { default as CloudSync } from './cloud-sync';
|
|
449
448
|
export { default as CloudSun } from './cloud-sun';
|
|
449
|
+
export { default as CloudSync } from './cloud-sync';
|
|
450
450
|
export { default as CloudUpload } from './cloud-upload';
|
|
451
451
|
export { default as Cloud } from './cloud';
|
|
452
452
|
export { default as Cloudy } from './cloudy';
|
|
@@ -457,85 +457,85 @@ export { default as Code } from './code';
|
|
|
457
457
|
export { default as Coffee } from './coffee';
|
|
458
458
|
export { default as Cog } from './cog';
|
|
459
459
|
export { default as Coins } from './coins';
|
|
460
|
-
export { default as Columns3Cog } from './columns-3-cog';
|
|
461
460
|
export { default as Columns2 } from './columns-2';
|
|
462
|
-
export { default as
|
|
461
|
+
export { default as Columns3Cog } from './columns-3-cog';
|
|
463
462
|
export { default as Columns3 } from './columns-3';
|
|
463
|
+
export { default as Columns4 } from './columns-4';
|
|
464
464
|
export { default as Combine } from './combine';
|
|
465
|
-
export { default as Compass } from './compass';
|
|
466
465
|
export { default as Command } from './command';
|
|
466
|
+
export { default as Compass } from './compass';
|
|
467
467
|
export { default as Component } from './component';
|
|
468
468
|
export { default as Computer } from './computer';
|
|
469
469
|
export { default as ConciergeBell } from './concierge-bell';
|
|
470
|
-
export { default as Construction } from './construction';
|
|
471
470
|
export { default as Cone } from './cone';
|
|
472
|
-
export { default as
|
|
471
|
+
export { default as Construction } from './construction';
|
|
473
472
|
export { default as Contact } from './contact';
|
|
474
473
|
export { default as Container } from './container';
|
|
474
|
+
export { default as ContactRound } from './contact-round';
|
|
475
475
|
export { default as Contrast } from './contrast';
|
|
476
|
-
export { default as Cookie } from './cookie';
|
|
477
476
|
export { default as CookingPot } from './cooking-pot';
|
|
478
|
-
export { default as
|
|
477
|
+
export { default as Cookie } from './cookie';
|
|
479
478
|
export { default as CopyMinus } from './copy-minus';
|
|
479
|
+
export { default as CopyCheck } from './copy-check';
|
|
480
480
|
export { default as CopyPlus } from './copy-plus';
|
|
481
481
|
export { default as CopySlash } from './copy-slash';
|
|
482
|
-
export { default as Copy } from './copy';
|
|
483
482
|
export { default as CopyX } from './copy-x';
|
|
483
|
+
export { default as Copy } from './copy';
|
|
484
484
|
export { default as Copyleft } from './copyleft';
|
|
485
485
|
export { default as Copyright } from './copyright';
|
|
486
486
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
487
487
|
export { default as CornerDownRight } from './corner-down-right';
|
|
488
488
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
489
|
-
export { default as CornerRightDown } from './corner-right-down';
|
|
490
489
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
490
|
+
export { default as CornerRightDown } from './corner-right-down';
|
|
491
491
|
export { default as CornerRightUp } from './corner-right-up';
|
|
492
492
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
493
493
|
export { default as CornerUpRight } from './corner-up-right';
|
|
494
494
|
export { default as Cpu } from './cpu';
|
|
495
|
-
export { default as CreativeCommons } from './creative-commons';
|
|
496
495
|
export { default as CreditCard } from './credit-card';
|
|
497
|
-
export { default as
|
|
496
|
+
export { default as CreativeCommons } from './creative-commons';
|
|
498
497
|
export { default as Croissant } from './croissant';
|
|
498
|
+
export { default as Crop } from './crop';
|
|
499
499
|
export { default as Cross } from './cross';
|
|
500
|
-
export { default as Crown } from './crown';
|
|
501
500
|
export { default as Crosshair } from './crosshair';
|
|
501
|
+
export { default as Crown } from './crown';
|
|
502
502
|
export { default as Cuboid } from './cuboid';
|
|
503
503
|
export { default as CupSoda } from './cup-soda';
|
|
504
504
|
export { default as Currency } from './currency';
|
|
505
505
|
export { default as Cylinder } from './cylinder';
|
|
506
506
|
export { default as Dam } from './dam';
|
|
507
507
|
export { default as DatabaseBackup } from './database-backup';
|
|
508
|
-
export { default as DatabaseZap } from './database-zap';
|
|
509
508
|
export { default as DatabaseSearch } from './database-search';
|
|
509
|
+
export { default as DatabaseZap } from './database-zap';
|
|
510
510
|
export { default as Database } from './database';
|
|
511
511
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
512
|
-
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
513
512
|
export { default as Delete } from './delete';
|
|
513
|
+
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
514
514
|
export { default as Dessert } from './dessert';
|
|
515
515
|
export { default as Diameter } from './diameter';
|
|
516
516
|
export { default as DiamondMinus } from './diamond-minus';
|
|
517
517
|
export { default as DiamondPercent } from './diamond-percent';
|
|
518
518
|
export { default as DiamondPlus } from './diamond-plus';
|
|
519
519
|
export { default as Diamond } from './diamond';
|
|
520
|
+
export { default as Dice2 } from './dice-2';
|
|
520
521
|
export { default as Dice1 } from './dice-1';
|
|
521
522
|
export { default as Dice3 } from './dice-3';
|
|
522
|
-
export { default as Dice2 } from './dice-2';
|
|
523
523
|
export { default as Dice4 } from './dice-4';
|
|
524
524
|
export { default as Dice5 } from './dice-5';
|
|
525
|
+
export { default as Dices } from './dices';
|
|
525
526
|
export { default as Dice6 } from './dice-6';
|
|
526
527
|
export { default as Diff } from './diff';
|
|
527
|
-
export { default as Dices } from './dices';
|
|
528
528
|
export { default as Disc2 } from './disc-2';
|
|
529
529
|
export { default as Disc3 } from './disc-3';
|
|
530
|
-
export { default as DiscAlbum } from './disc-album';
|
|
531
530
|
export { default as Disc } from './disc';
|
|
531
|
+
export { default as DiscAlbum } from './disc-album';
|
|
532
532
|
export { default as Divide } from './divide';
|
|
533
533
|
export { default as DnaOff } from './dna-off';
|
|
534
534
|
export { default as Dna } from './dna';
|
|
535
535
|
export { default as Dock } from './dock';
|
|
536
536
|
export { default as Dog } from './dog';
|
|
537
|
-
export { default as DollarSign } from './dollar-sign';
|
|
538
537
|
export { default as Donut } from './donut';
|
|
538
|
+
export { default as DollarSign } from './dollar-sign';
|
|
539
539
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
540
540
|
export { default as DoorClosed } from './door-closed';
|
|
541
541
|
export { default as Dot } from './dot';
|
|
@@ -554,8 +554,8 @@ export { default as Dumbbell } from './dumbbell';
|
|
|
554
554
|
export { default as EarOff } from './ear-off';
|
|
555
555
|
export { default as Ear } from './ear';
|
|
556
556
|
export { default as EarthLock } from './earth-lock';
|
|
557
|
-
export { default as Eclipse } from './eclipse';
|
|
558
557
|
export { default as Earth } from './earth';
|
|
558
|
+
export { default as Eclipse } from './eclipse';
|
|
559
559
|
export { default as EggFried } from './egg-fried';
|
|
560
560
|
export { default as EggOff } from './egg-off';
|
|
561
561
|
export { default as Egg } from './egg';
|
|
@@ -569,30 +569,30 @@ export { default as Eraser } from './eraser';
|
|
|
569
569
|
export { default as EthernetPort } from './ethernet-port';
|
|
570
570
|
export { default as Euro } from './euro';
|
|
571
571
|
export { default as EvCharger } from './ev-charger';
|
|
572
|
-
export { default as Expand } from './expand';
|
|
573
572
|
export { default as ExternalLink } from './external-link';
|
|
574
573
|
export { default as EyeClosed } from './eye-closed';
|
|
574
|
+
export { default as Expand } from './expand';
|
|
575
575
|
export { default as EyeOff } from './eye-off';
|
|
576
576
|
export { default as Eye } from './eye';
|
|
577
577
|
export { default as Factory } from './factory';
|
|
578
|
-
export { default as Fan } from './fan';
|
|
579
578
|
export { default as FastForward } from './fast-forward';
|
|
579
|
+
export { default as Fan } from './fan';
|
|
580
580
|
export { default as Feather } from './feather';
|
|
581
581
|
export { default as Fence } from './fence';
|
|
582
582
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
583
583
|
export { default as FileArchive } from './file-archive';
|
|
584
584
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
585
|
-
export { default as FileBox } from './file-box';
|
|
586
585
|
export { default as FileBadge } from './file-badge';
|
|
586
|
+
export { default as FileBox } from './file-box';
|
|
587
587
|
export { default as FileBracesCorner } from './file-braces-corner';
|
|
588
|
+
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
588
589
|
export { default as FileBraces } from './file-braces';
|
|
589
590
|
export { default as FileChartColumn } from './file-chart-column';
|
|
590
|
-
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
591
591
|
export { default as FileChartLine } from './file-chart-line';
|
|
592
592
|
export { default as FileChartPie } from './file-chart-pie';
|
|
593
593
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
594
|
-
export { default as FileCheck } from './file-check';
|
|
595
594
|
export { default as FileClock } from './file-clock';
|
|
595
|
+
export { default as FileCheck } from './file-check';
|
|
596
596
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
597
597
|
export { default as FileCode } from './file-code';
|
|
598
598
|
export { default as FileCog } from './file-cog';
|
|
@@ -603,19 +603,19 @@ export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
|
603
603
|
export { default as FileHeadphone } from './file-headphone';
|
|
604
604
|
export { default as FileHeart } from './file-heart';
|
|
605
605
|
export { default as FileInput } from './file-input';
|
|
606
|
-
export { default as FileKey } from './file-key';
|
|
607
606
|
export { default as FileImage } from './file-image';
|
|
607
|
+
export { default as FileKey } from './file-key';
|
|
608
608
|
export { default as FileLock } from './file-lock';
|
|
609
609
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
610
610
|
export { default as FileMinus } from './file-minus';
|
|
611
611
|
export { default as FileMusic } from './file-music';
|
|
612
612
|
export { default as FileOutput } from './file-output';
|
|
613
613
|
export { default as FilePenLine } from './file-pen-line';
|
|
614
|
-
export { default as FilePen } from './file-pen';
|
|
615
614
|
export { default as FilePlay } from './file-play';
|
|
615
|
+
export { default as FilePen } from './file-pen';
|
|
616
616
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
617
|
-
export { default as FileQuestionMark } from './file-question-mark';
|
|
618
617
|
export { default as FilePlus } from './file-plus';
|
|
618
|
+
export { default as FileQuestionMark } from './file-question-mark';
|
|
619
619
|
export { default as FileScan } from './file-scan';
|
|
620
620
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
621
621
|
export { default as FileSearch } from './file-search';
|
|
@@ -633,8 +633,8 @@ export { default as FileUser } from './file-user';
|
|
|
633
633
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
634
634
|
export { default as FileVolume } from './file-volume';
|
|
635
635
|
export { default as FileXCorner } from './file-x-corner';
|
|
636
|
-
export { default as FileX } from './file-x';
|
|
637
636
|
export { default as File } from './file';
|
|
637
|
+
export { default as FileX } from './file-x';
|
|
638
638
|
export { default as Files } from './files';
|
|
639
639
|
export { default as Film } from './film';
|
|
640
640
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
@@ -643,8 +643,8 @@ export { default as FishOff } from './fish-off';
|
|
|
643
643
|
export { default as FishSymbol } from './fish-symbol';
|
|
644
644
|
export { default as Fish } from './fish';
|
|
645
645
|
export { default as FishingHook } from './fishing-hook';
|
|
646
|
-
export { default as FlagOff } from './flag-off';
|
|
647
646
|
export { default as FishingRod } from './fishing-rod';
|
|
647
|
+
export { default as FlagOff } from './flag-off';
|
|
648
648
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
649
649
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
650
650
|
export { default as Flag } from './flag';
|
|
@@ -662,8 +662,8 @@ export { default as Flower } from './flower';
|
|
|
662
662
|
export { default as Focus } from './focus';
|
|
663
663
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
664
664
|
export { default as FoldVertical } from './fold-vertical';
|
|
665
|
-
export { default as FolderArchive } from './folder-archive';
|
|
666
665
|
export { default as FolderCheck } from './folder-check';
|
|
666
|
+
export { default as FolderArchive } from './folder-archive';
|
|
667
667
|
export { default as FolderClock } from './folder-clock';
|
|
668
668
|
export { default as FolderClosed } from './folder-closed';
|
|
669
669
|
export { default as FolderCode } from './folder-code';
|
|
@@ -674,24 +674,24 @@ export { default as FolderGit2 } from './folder-git-2';
|
|
|
674
674
|
export { default as FolderGit } from './folder-git';
|
|
675
675
|
export { default as FolderHeart } from './folder-heart';
|
|
676
676
|
export { default as FolderInput } from './folder-input';
|
|
677
|
-
export { default as FolderKanban } from './folder-kanban';
|
|
678
677
|
export { default as FolderKey } from './folder-key';
|
|
678
|
+
export { default as FolderKanban } from './folder-kanban';
|
|
679
679
|
export { default as FolderLock } from './folder-lock';
|
|
680
680
|
export { default as FolderMinus } from './folder-minus';
|
|
681
681
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
682
|
-
export { default as FolderOutput } from './folder-output';
|
|
683
682
|
export { default as FolderOpen } from './folder-open';
|
|
683
|
+
export { default as FolderOutput } from './folder-output';
|
|
684
684
|
export { default as FolderPen } from './folder-pen';
|
|
685
685
|
export { default as FolderPlus } from './folder-plus';
|
|
686
686
|
export { default as FolderRoot } from './folder-root';
|
|
687
687
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
688
|
+
export { default as FolderSymlink } from './folder-symlink';
|
|
688
689
|
export { default as FolderSearch } from './folder-search';
|
|
689
690
|
export { default as FolderSync } from './folder-sync';
|
|
690
|
-
export { default as FolderSymlink } from './folder-symlink';
|
|
691
691
|
export { default as FolderTree } from './folder-tree';
|
|
692
692
|
export { default as FolderUp } from './folder-up';
|
|
693
|
-
export { default as Folder } from './folder';
|
|
694
693
|
export { default as FolderX } from './folder-x';
|
|
694
|
+
export { default as Folder } from './folder';
|
|
695
695
|
export { default as Folders } from './folders';
|
|
696
696
|
export { default as Footprints } from './footprints';
|
|
697
697
|
export { default as Forklift } from './forklift';
|
|
@@ -710,8 +710,8 @@ export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
|
710
710
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
711
711
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
712
712
|
export { default as Gamepad2 } from './gamepad-2';
|
|
713
|
-
export { default as GamepadDirectional } from './gamepad-directional';
|
|
714
713
|
export { default as Gamepad } from './gamepad';
|
|
714
|
+
export { default as GamepadDirectional } from './gamepad-directional';
|
|
715
715
|
export { default as Gauge } from './gauge';
|
|
716
716
|
export { default as Gavel } from './gavel';
|
|
717
717
|
export { default as Gem } from './gem';
|
|
@@ -723,8 +723,8 @@ export { default as GitBranchPlus } from './git-branch-plus';
|
|
|
723
723
|
export { default as GitBranch } from './git-branch';
|
|
724
724
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
725
725
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
726
|
-
export { default as GitCompare } from './git-compare';
|
|
727
726
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
727
|
+
export { default as GitCompare } from './git-compare';
|
|
728
728
|
export { default as GitFork } from './git-fork';
|
|
729
729
|
export { default as GitGraph } from './git-graph';
|
|
730
730
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
@@ -734,8 +734,8 @@ export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
|
734
734
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
735
735
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
736
736
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
737
|
-
export { default as GitPullRequest } from './git-pull-request';
|
|
738
737
|
export { default as GlassWater } from './glass-water';
|
|
738
|
+
export { default as GitPullRequest } from './git-pull-request';
|
|
739
739
|
export { default as Glasses } from './glasses';
|
|
740
740
|
export { default as GlobeLock } from './globe-lock';
|
|
741
741
|
export { default as GlobeOff } from './globe-off';
|
|
@@ -750,8 +750,8 @@ export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
|
750
750
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
751
751
|
export { default as Grid2x2 } from './grid-2x2';
|
|
752
752
|
export { default as Grid3x2 } from './grid-3x2';
|
|
753
|
-
export { default as Grid3x3 } from './grid-3x3';
|
|
754
753
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
754
|
+
export { default as Grid3x3 } from './grid-3x3';
|
|
755
755
|
export { default as GripVertical } from './grip-vertical';
|
|
756
756
|
export { default as Grip } from './grip';
|
|
757
757
|
export { default as Group } from './group';
|
|
@@ -759,25 +759,25 @@ export { default as Guitar } from './guitar';
|
|
|
759
759
|
export { default as Ham } from './ham';
|
|
760
760
|
export { default as Hamburger } from './hamburger';
|
|
761
761
|
export { default as Hammer } from './hammer';
|
|
762
|
-
export { default as HandCoins } from './hand-coins';
|
|
763
762
|
export { default as HandFist } from './hand-fist';
|
|
763
|
+
export { default as HandCoins } from './hand-coins';
|
|
764
764
|
export { default as HandGrab } from './hand-grab';
|
|
765
765
|
export { default as HandHeart } from './hand-heart';
|
|
766
766
|
export { default as HandHelping } from './hand-helping';
|
|
767
|
-
export { default as HandPlatter } from './hand-platter';
|
|
768
767
|
export { default as HandMetal } from './hand-metal';
|
|
769
768
|
export { default as Hand } from './hand';
|
|
770
|
-
export { default as
|
|
769
|
+
export { default as HandPlatter } from './hand-platter';
|
|
771
770
|
export { default as Handbag } from './handbag';
|
|
771
|
+
export { default as Handshake } from './handshake';
|
|
772
772
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
773
773
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
774
774
|
export { default as HardDrive } from './hard-drive';
|
|
775
775
|
export { default as HardHat } from './hard-hat';
|
|
776
|
-
export { default as Hash } from './hash';
|
|
777
776
|
export { default as HatGlasses } from './hat-glasses';
|
|
778
|
-
export { default as
|
|
777
|
+
export { default as Hash } from './hash';
|
|
779
778
|
export { default as Hd } from './hd';
|
|
780
779
|
export { default as HdmiPort } from './hdmi-port';
|
|
780
|
+
export { default as Haze } from './haze';
|
|
781
781
|
export { default as Heading1 } from './heading-1';
|
|
782
782
|
export { default as Heading2 } from './heading-2';
|
|
783
783
|
export { default as Heading3 } from './heading-3';
|
|
@@ -785,29 +785,30 @@ export { default as Heading4 } from './heading-4';
|
|
|
785
785
|
export { default as Heading5 } from './heading-5';
|
|
786
786
|
export { default as Heading6 } from './heading-6';
|
|
787
787
|
export { default as Heading } from './heading';
|
|
788
|
+
export { default as Headphones } from './headphones';
|
|
788
789
|
export { default as HeadphoneOff } from './headphone-off';
|
|
789
790
|
export { default as Headset } from './headset';
|
|
790
|
-
export { default as Headphones } from './headphones';
|
|
791
791
|
export { default as HeartCrack } from './heart-crack';
|
|
792
792
|
export { default as HeartHandshake } from './heart-handshake';
|
|
793
793
|
export { default as HeartMinus } from './heart-minus';
|
|
794
794
|
export { default as HeartOff } from './heart-off';
|
|
795
795
|
export { default as HeartPlus } from './heart-plus';
|
|
796
|
-
export { default as HeartPulse } from './heart-pulse';
|
|
797
796
|
export { default as Heart } from './heart';
|
|
797
|
+
export { default as HeartPulse } from './heart-pulse';
|
|
798
798
|
export { default as Heater } from './heater';
|
|
799
|
+
export { default as HeartX } from './heart-x';
|
|
799
800
|
export { default as Helicopter } from './helicopter';
|
|
800
801
|
export { default as Hexagon } from './hexagon';
|
|
801
|
-
export { default as History } from './history';
|
|
802
802
|
export { default as Highlighter } from './highlighter';
|
|
803
|
+
export { default as History } from './history';
|
|
803
804
|
export { default as HopOff } from './hop-off';
|
|
804
805
|
export { default as Hop } from './hop';
|
|
805
806
|
export { default as Hospital } from './hospital';
|
|
806
807
|
export { default as Hotel } from './hotel';
|
|
807
808
|
export { default as Hourglass } from './hourglass';
|
|
809
|
+
export { default as HouseHeart } from './house-heart';
|
|
808
810
|
export { default as HousePlug } from './house-plug';
|
|
809
811
|
export { default as HousePlus } from './house-plus';
|
|
810
|
-
export { default as HouseHeart } from './house-heart';
|
|
811
812
|
export { default as HouseWifi } from './house-wifi';
|
|
812
813
|
export { default as House } from './house';
|
|
813
814
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
@@ -815,32 +816,32 @@ export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
|
815
816
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
816
817
|
export { default as IdCard } from './id-card';
|
|
817
818
|
export { default as ImageDown } from './image-down';
|
|
818
|
-
export { default as ImageMinus } from './image-minus';
|
|
819
819
|
export { default as ImageOff } from './image-off';
|
|
820
|
+
export { default as ImageMinus } from './image-minus';
|
|
820
821
|
export { default as ImagePlay } from './image-play';
|
|
821
822
|
export { default as ImagePlus } from './image-plus';
|
|
822
|
-
export { default as ImageUp } from './image-up';
|
|
823
823
|
export { default as ImageUpscale } from './image-upscale';
|
|
824
824
|
export { default as Image } from './image';
|
|
825
|
+
export { default as ImageUp } from './image-up';
|
|
825
826
|
export { default as Images } from './images';
|
|
826
827
|
export { default as Import } from './import';
|
|
827
828
|
export { default as Inbox } from './inbox';
|
|
828
|
-
export { default as IndianRupee } from './indian-rupee';
|
|
829
829
|
export { default as Infinity } from './infinity';
|
|
830
|
+
export { default as IndianRupee } from './indian-rupee';
|
|
830
831
|
export { default as Info } from './info';
|
|
831
832
|
export { default as InspectionPanel } from './inspection-panel';
|
|
832
833
|
export { default as Italic } from './italic';
|
|
833
|
-
export { default as IterationCw } from './iteration-cw';
|
|
834
834
|
export { default as IterationCcw } from './iteration-ccw';
|
|
835
|
+
export { default as IterationCw } from './iteration-cw';
|
|
835
836
|
export { default as JapaneseYen } from './japanese-yen';
|
|
836
|
-
export { default as Joystick } from './joystick';
|
|
837
837
|
export { default as Kanban } from './kanban';
|
|
838
|
+
export { default as Joystick } from './joystick';
|
|
838
839
|
export { default as Kayak } from './kayak';
|
|
839
840
|
export { default as KeyRound } from './key-round';
|
|
840
841
|
export { default as KeySquare } from './key-square';
|
|
841
|
-
export { default as Key } from './key';
|
|
842
842
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
843
843
|
export { default as KeyboardOff } from './keyboard-off';
|
|
844
|
+
export { default as Key } from './key';
|
|
844
845
|
export { default as Keyboard } from './keyboard';
|
|
845
846
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
846
847
|
export { default as LampDesk } from './lamp-desk';
|
|
@@ -851,19 +852,20 @@ export { default as Lamp } from './lamp';
|
|
|
851
852
|
export { default as LandPlot } from './land-plot';
|
|
852
853
|
export { default as Landmark } from './landmark';
|
|
853
854
|
export { default as Languages } from './languages';
|
|
854
|
-
export { default as LaptopMinimal } from './laptop-minimal';
|
|
855
855
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
856
|
+
export { default as LaptopMinimal } from './laptop-minimal';
|
|
856
857
|
export { default as Laptop } from './laptop';
|
|
857
858
|
export { default as LassoSelect } from './lasso-select';
|
|
858
859
|
export { default as Lasso } from './lasso';
|
|
859
860
|
export { default as Laugh } from './laugh';
|
|
860
861
|
export { default as Layers2 } from './layers-2';
|
|
862
|
+
export { default as LayersMinus } from './layers-minus';
|
|
861
863
|
export { default as LayersPlus } from './layers-plus';
|
|
862
864
|
export { default as Layers } from './layers';
|
|
863
865
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
864
|
-
export { default as LayoutGrid } from './layout-grid';
|
|
865
866
|
export { default as LayoutList } from './layout-list';
|
|
866
867
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
868
|
+
export { default as LayoutGrid } from './layout-grid';
|
|
867
869
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
868
870
|
export { default as LayoutTemplate } from './layout-template';
|
|
869
871
|
export { default as Leaf } from './leaf';
|
|
@@ -884,39 +886,39 @@ export { default as Link2Off } from './link-2-off';
|
|
|
884
886
|
export { default as Link2 } from './link-2';
|
|
885
887
|
export { default as Link } from './link';
|
|
886
888
|
export { default as ListCheck } from './list-check';
|
|
887
|
-
export { default as ListChecks } from './list-checks';
|
|
888
889
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
890
|
+
export { default as ListChecks } from './list-checks';
|
|
889
891
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
890
892
|
export { default as ListCollapse } from './list-collapse';
|
|
891
893
|
export { default as ListEnd } from './list-end';
|
|
892
894
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
893
|
-
export { default as ListFilter } from './list-filter';
|
|
894
895
|
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
896
|
+
export { default as ListFilter } from './list-filter';
|
|
895
897
|
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
896
898
|
export { default as ListMinus } from './list-minus';
|
|
897
899
|
export { default as ListMusic } from './list-music';
|
|
898
900
|
export { default as ListOrdered } from './list-ordered';
|
|
899
901
|
export { default as ListPlus } from './list-plus';
|
|
900
902
|
export { default as ListRestart } from './list-restart';
|
|
901
|
-
export { default as ListStart } from './list-start';
|
|
902
903
|
export { default as ListTodo } from './list-todo';
|
|
904
|
+
export { default as ListStart } from './list-start';
|
|
903
905
|
export { default as ListTree } from './list-tree';
|
|
904
906
|
export { default as ListVideo } from './list-video';
|
|
905
907
|
export { default as ListX } from './list-x';
|
|
906
|
-
export { default as List } from './list';
|
|
907
908
|
export { default as LoaderCircle } from './loader-circle';
|
|
909
|
+
export { default as List } from './list';
|
|
908
910
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
909
911
|
export { default as Loader } from './loader';
|
|
910
|
-
export { default as LocateFixed } from './locate-fixed';
|
|
911
912
|
export { default as LocateOff } from './locate-off';
|
|
913
|
+
export { default as LocateFixed } from './locate-fixed';
|
|
912
914
|
export { default as Locate } from './locate';
|
|
913
|
-
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
914
915
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
916
|
+
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
915
917
|
export { default as LockOpen } from './lock-open';
|
|
916
918
|
export { default as Lock } from './lock';
|
|
917
919
|
export { default as LogIn } from './log-in';
|
|
918
|
-
export { default as Logs } from './logs';
|
|
919
920
|
export { default as LogOut } from './log-out';
|
|
921
|
+
export { default as Logs } from './logs';
|
|
920
922
|
export { default as Lollipop } from './lollipop';
|
|
921
923
|
export { default as Luggage } from './luggage';
|
|
922
924
|
export { default as Magnet } from './magnet';
|
|
@@ -926,35 +928,35 @@ export { default as MailOpen } from './mail-open';
|
|
|
926
928
|
export { default as MailPlus } from './mail-plus';
|
|
927
929
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
928
930
|
export { default as MailSearch } from './mail-search';
|
|
929
|
-
export { default as MailWarning } from './mail-warning';
|
|
930
931
|
export { default as MailX } from './mail-x';
|
|
932
|
+
export { default as MailWarning } from './mail-warning';
|
|
931
933
|
export { default as Mail } from './mail';
|
|
932
934
|
export { default as Mailbox } from './mailbox';
|
|
933
935
|
export { default as Mails } from './mails';
|
|
934
936
|
export { default as MapMinus } from './map-minus';
|
|
935
937
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
936
|
-
export { default as MapPinHouse } from './map-pin-house';
|
|
937
938
|
export { default as MapPinCheck } from './map-pin-check';
|
|
939
|
+
export { default as MapPinHouse } from './map-pin-house';
|
|
938
940
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
939
941
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
940
|
-
export { default as MapPinOff } from './map-pin-off';
|
|
941
942
|
export { default as MapPinPen } from './map-pin-pen';
|
|
943
|
+
export { default as MapPinOff } from './map-pin-off';
|
|
942
944
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
943
|
-
export { default as MapPinSearch } from './map-pin-search';
|
|
944
945
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
946
|
+
export { default as MapPinSearch } from './map-pin-search';
|
|
945
947
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
946
948
|
export { default as MapPinX } from './map-pin-x';
|
|
947
949
|
export { default as MapPin } from './map-pin';
|
|
948
950
|
export { default as MapPinned } from './map-pinned';
|
|
951
|
+
export { default as Map } from './map';
|
|
949
952
|
export { default as MapPlus } from './map-plus';
|
|
950
953
|
export { default as MarsStroke } from './mars-stroke';
|
|
951
|
-
export { default as Map } from './map';
|
|
952
954
|
export { default as Mars } from './mars';
|
|
953
955
|
export { default as Martini } from './martini';
|
|
954
956
|
export { default as Maximize2 } from './maximize-2';
|
|
955
|
-
export { default as Medal } from './medal';
|
|
956
957
|
export { default as Maximize } from './maximize';
|
|
957
958
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
959
|
+
export { default as Medal } from './medal';
|
|
958
960
|
export { default as Megaphone } from './megaphone';
|
|
959
961
|
export { default as Meh } from './meh';
|
|
960
962
|
export { default as MemoryStick } from './memory-stick';
|
|
@@ -979,8 +981,8 @@ export { default as MessageSquareDiff } from './message-square-diff';
|
|
|
979
981
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
980
982
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
981
983
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
982
|
-
export { default as MessageSquareOff } from './message-square-off';
|
|
983
984
|
export { default as MessageSquareMore } from './message-square-more';
|
|
985
|
+
export { default as MessageSquareOff } from './message-square-off';
|
|
984
986
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
985
987
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
986
988
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
@@ -1001,8 +1003,8 @@ export { default as Milestone } from './milestone';
|
|
|
1001
1003
|
export { default as MilkOff } from './milk-off';
|
|
1002
1004
|
export { default as Milk } from './milk';
|
|
1003
1005
|
export { default as Minimize2 } from './minimize-2';
|
|
1004
|
-
export { default as Minus } from './minus';
|
|
1005
1006
|
export { default as Minimize } from './minimize';
|
|
1007
|
+
export { default as Minus } from './minus';
|
|
1006
1008
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1007
1009
|
export { default as MirrorRound } from './mirror-round';
|
|
1008
1010
|
export { default as MonitorCheck } from './monitor-check';
|
|
@@ -1016,8 +1018,8 @@ export { default as MonitorPlay } from './monitor-play';
|
|
|
1016
1018
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1017
1019
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1018
1020
|
export { default as MonitorStop } from './monitor-stop';
|
|
1019
|
-
export { default as MonitorX } from './monitor-x';
|
|
1020
1021
|
export { default as MonitorUp } from './monitor-up';
|
|
1022
|
+
export { default as MonitorX } from './monitor-x';
|
|
1021
1023
|
export { default as Monitor } from './monitor';
|
|
1022
1024
|
export { default as MoonStar } from './moon-star';
|
|
1023
1025
|
export { default as Moon } from './moon';
|
|
@@ -1048,32 +1050,32 @@ export { default as MoveUp } from './move-up';
|
|
|
1048
1050
|
export { default as MoveVertical } from './move-vertical';
|
|
1049
1051
|
export { default as Move } from './move';
|
|
1050
1052
|
export { default as Music2 } from './music-2';
|
|
1051
|
-
export { default as Music3 } from './music-3';
|
|
1052
1053
|
export { default as Music4 } from './music-4';
|
|
1054
|
+
export { default as Music3 } from './music-3';
|
|
1053
1055
|
export { default as Music } from './music';
|
|
1054
1056
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
1055
1057
|
export { default as Navigation2 } from './navigation-2';
|
|
1056
1058
|
export { default as NavigationOff } from './navigation-off';
|
|
1057
|
-
export { default as Navigation } from './navigation';
|
|
1058
1059
|
export { default as Network } from './network';
|
|
1060
|
+
export { default as Navigation } from './navigation';
|
|
1059
1061
|
export { default as Newspaper } from './newspaper';
|
|
1060
1062
|
export { default as Nfc } from './nfc';
|
|
1061
|
-
export { default as NonBinary } from './non-binary';
|
|
1062
1063
|
export { default as NotebookPen } from './notebook-pen';
|
|
1064
|
+
export { default as NonBinary } from './non-binary';
|
|
1063
1065
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1064
1066
|
export { default as NotebookText } from './notebook-text';
|
|
1065
|
-
export { default as Notebook } from './notebook';
|
|
1066
1067
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1068
|
+
export { default as Notebook } from './notebook';
|
|
1067
1069
|
export { default as NotepadText } from './notepad-text';
|
|
1068
1070
|
export { default as NutOff } from './nut-off';
|
|
1069
1071
|
export { default as Nut } from './nut';
|
|
1070
|
-
export { default as OctagonMinus } from './octagon-minus';
|
|
1071
1072
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1073
|
+
export { default as OctagonMinus } from './octagon-minus';
|
|
1072
1074
|
export { default as OctagonPause } from './octagon-pause';
|
|
1073
1075
|
export { default as OctagonX } from './octagon-x';
|
|
1074
1076
|
export { default as Octagon } from './octagon';
|
|
1075
|
-
export { default as Option } from './option';
|
|
1076
1077
|
export { default as Omega } from './omega';
|
|
1078
|
+
export { default as Option } from './option';
|
|
1077
1079
|
export { default as Orbit } from './orbit';
|
|
1078
1080
|
export { default as Origami } from './origami';
|
|
1079
1081
|
export { default as Package2 } from './package-2';
|
|
@@ -1082,31 +1084,31 @@ export { default as PackageCheck } from './package-check';
|
|
|
1082
1084
|
export { default as PackageOpen } from './package-open';
|
|
1083
1085
|
export { default as PackagePlus } from './package-plus';
|
|
1084
1086
|
export { default as PackageSearch } from './package-search';
|
|
1085
|
-
export { default as Package } from './package';
|
|
1086
1087
|
export { default as PackageX } from './package-x';
|
|
1087
|
-
export { default as
|
|
1088
|
+
export { default as Package } from './package';
|
|
1088
1089
|
export { default as PaintBucket } from './paint-bucket';
|
|
1089
1090
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1090
1091
|
export { default as Paintbrush } from './paintbrush';
|
|
1092
|
+
export { default as PaintRoller } from './paint-roller';
|
|
1091
1093
|
export { default as Palette } from './palette';
|
|
1092
1094
|
export { default as Panda } from './panda';
|
|
1093
|
-
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1094
1095
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1095
|
-
export { default as
|
|
1096
|
+
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1096
1097
|
export { default as PanelBottom } from './panel-bottom';
|
|
1098
|
+
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1097
1099
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1098
1100
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1099
1101
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1100
1102
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1101
|
-
export { default as PanelLeft } from './panel-left';
|
|
1102
1103
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1104
|
+
export { default as PanelLeft } from './panel-left';
|
|
1103
1105
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1106
|
+
export { default as PanelRight } from './panel-right';
|
|
1104
1107
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1105
1108
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1106
|
-
export { default as PanelRight } from './panel-right';
|
|
1107
1109
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1108
|
-
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1109
1110
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1111
|
+
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1110
1112
|
export { default as PanelTop } from './panel-top';
|
|
1111
1113
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1112
1114
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
@@ -1119,16 +1121,16 @@ export { default as Pause } from './pause';
|
|
|
1119
1121
|
export { default as PawPrint } from './paw-print';
|
|
1120
1122
|
export { default as PcCase } from './pc-case';
|
|
1121
1123
|
export { default as PenLine } from './pen-line';
|
|
1122
|
-
export { default as PenOff } from './pen-off';
|
|
1123
1124
|
export { default as Pen } from './pen';
|
|
1125
|
+
export { default as PenOff } from './pen-off';
|
|
1124
1126
|
export { default as PenTool } from './pen-tool';
|
|
1125
1127
|
export { default as PencilLine } from './pencil-line';
|
|
1126
1128
|
export { default as PencilOff } from './pencil-off';
|
|
1127
1129
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1128
1130
|
export { default as Pencil } from './pencil';
|
|
1129
|
-
export { default as Pentagon } from './pentagon';
|
|
1130
1131
|
export { default as Percent } from './percent';
|
|
1131
1132
|
export { default as PersonStanding } from './person-standing';
|
|
1133
|
+
export { default as Pentagon } from './pentagon';
|
|
1132
1134
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1133
1135
|
export { default as PhoneCall } from './phone-call';
|
|
1134
1136
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
@@ -1141,41 +1143,41 @@ export { default as Pi } from './pi';
|
|
|
1141
1143
|
export { default as Piano } from './piano';
|
|
1142
1144
|
export { default as Pickaxe } from './pickaxe';
|
|
1143
1145
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1144
|
-
export { default as PictureInPicture } from './picture-in-picture';
|
|
1145
1146
|
export { default as PiggyBank } from './piggy-bank';
|
|
1146
|
-
export { default as
|
|
1147
|
+
export { default as PictureInPicture } from './picture-in-picture';
|
|
1147
1148
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1149
|
+
export { default as PilcrowRight } from './pilcrow-right';
|
|
1148
1150
|
export { default as Pilcrow } from './pilcrow';
|
|
1149
|
-
export { default as PillBottle } from './pill-bottle';
|
|
1150
1151
|
export { default as Pill } from './pill';
|
|
1152
|
+
export { default as PillBottle } from './pill-bottle';
|
|
1151
1153
|
export { default as PinOff } from './pin-off';
|
|
1152
1154
|
export { default as Pin } from './pin';
|
|
1153
|
-
export { default as Pipette } from './pipette';
|
|
1154
1155
|
export { default as Pizza } from './pizza';
|
|
1156
|
+
export { default as Pipette } from './pipette';
|
|
1155
1157
|
export { default as PlaneLanding } from './plane-landing';
|
|
1156
|
-
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1157
1158
|
export { default as Plane } from './plane';
|
|
1159
|
+
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1158
1160
|
export { default as Play } from './play';
|
|
1159
1161
|
export { default as Plug2 } from './plug-2';
|
|
1160
1162
|
export { default as PlugZap } from './plug-zap';
|
|
1163
|
+
export { default as Plus } from './plus';
|
|
1161
1164
|
export { default as Plug } from './plug';
|
|
1162
1165
|
export { default as PocketKnife } from './pocket-knife';
|
|
1163
|
-
export { default as Plus } from './plus';
|
|
1164
1166
|
export { default as PointerOff } from './pointer-off';
|
|
1165
1167
|
export { default as Podcast } from './podcast';
|
|
1166
1168
|
export { default as Pointer } from './pointer';
|
|
1167
|
-
export { default as Popsicle } from './popsicle';
|
|
1168
1169
|
export { default as Popcorn } from './popcorn';
|
|
1170
|
+
export { default as Popsicle } from './popsicle';
|
|
1169
1171
|
export { default as PoundSterling } from './pound-sterling';
|
|
1170
1172
|
export { default as PowerOff } from './power-off';
|
|
1171
|
-
export { default as Power } from './power';
|
|
1172
1173
|
export { default as Presentation } from './presentation';
|
|
1174
|
+
export { default as Power } from './power';
|
|
1173
1175
|
export { default as PrinterCheck } from './printer-check';
|
|
1174
1176
|
export { default as PrinterX } from './printer-x';
|
|
1175
1177
|
export { default as Printer } from './printer';
|
|
1176
1178
|
export { default as Projector } from './projector';
|
|
1177
|
-
export { default as Proportions } from './proportions';
|
|
1178
1179
|
export { default as Puzzle } from './puzzle';
|
|
1180
|
+
export { default as Proportions } from './proportions';
|
|
1179
1181
|
export { default as Pyramid } from './pyramid';
|
|
1180
1182
|
export { default as QrCode } from './qr-code';
|
|
1181
1183
|
export { default as Quote } from './quote';
|
|
@@ -1205,21 +1207,21 @@ export { default as RectangleCircle } from './rectangle-circle';
|
|
|
1205
1207
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1206
1208
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1207
1209
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1210
|
+
export { default as Redo2 } from './redo-2';
|
|
1208
1211
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1209
1212
|
export { default as Recycle } from './recycle';
|
|
1210
|
-
export { default as Redo2 } from './redo-2';
|
|
1211
1213
|
export { default as RedoDot } from './redo-dot';
|
|
1212
|
-
export { default as Redo } from './redo';
|
|
1213
|
-
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1214
1214
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1215
|
+
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1216
|
+
export { default as Redo } from './redo';
|
|
1215
1217
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1216
1218
|
export { default as Refrigerator } from './refrigerator';
|
|
1217
1219
|
export { default as RefreshCw } from './refresh-cw';
|
|
1218
1220
|
export { default as Regex } from './regex';
|
|
1219
1221
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1220
1222
|
export { default as Repeat1 } from './repeat-1';
|
|
1221
|
-
export { default as Repeat2 } from './repeat-2';
|
|
1222
1223
|
export { default as Repeat } from './repeat';
|
|
1224
|
+
export { default as Repeat2 } from './repeat-2';
|
|
1223
1225
|
export { default as ReplaceAll } from './replace-all';
|
|
1224
1226
|
export { default as Replace } from './replace';
|
|
1225
1227
|
export { default as ReplyAll } from './reply-all';
|
|
@@ -1231,17 +1233,17 @@ export { default as Rocket } from './rocket';
|
|
|
1231
1233
|
export { default as RockingChair } from './rocking-chair';
|
|
1232
1234
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1233
1235
|
export { default as Rose } from './rose';
|
|
1234
|
-
export { default as Rotate3d } from './rotate-3d';
|
|
1235
1236
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1237
|
+
export { default as Rotate3d } from './rotate-3d';
|
|
1236
1238
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1237
|
-
export { default as RotateCcw } from './rotate-ccw';
|
|
1238
1239
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1240
|
+
export { default as RotateCcw } from './rotate-ccw';
|
|
1239
1241
|
export { default as RotateCw } from './rotate-cw';
|
|
1240
1242
|
export { default as RouteOff } from './route-off';
|
|
1241
1243
|
export { default as Route } from './route';
|
|
1242
1244
|
export { default as Router } from './router';
|
|
1243
|
-
export { default as Rows2 } from './rows-2';
|
|
1244
1245
|
export { default as Rows3 } from './rows-3';
|
|
1246
|
+
export { default as Rows2 } from './rows-2';
|
|
1245
1247
|
export { default as Rows4 } from './rows-4';
|
|
1246
1248
|
export { default as Rss } from './rss';
|
|
1247
1249
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
@@ -1264,18 +1266,18 @@ export { default as ScanEye } from './scan-eye';
|
|
|
1264
1266
|
export { default as ScanFace } from './scan-face';
|
|
1265
1267
|
export { default as ScanHeart } from './scan-heart';
|
|
1266
1268
|
export { default as ScanLine } from './scan-line';
|
|
1269
|
+
export { default as ScanSearch } from './scan-search';
|
|
1267
1270
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1268
1271
|
export { default as ScanText } from './scan-text';
|
|
1269
|
-
export { default as
|
|
1272
|
+
export { default as School } from './school';
|
|
1270
1273
|
export { default as Scan } from './scan';
|
|
1271
1274
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1272
|
-
export { default as School } from './school';
|
|
1273
1275
|
export { default as Scissors } from './scissors';
|
|
1274
1276
|
export { default as Scooter } from './scooter';
|
|
1275
1277
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1276
1278
|
export { default as ScreenShare } from './screen-share';
|
|
1277
|
-
export { default as ScrollText } from './scroll-text';
|
|
1278
1279
|
export { default as Scroll } from './scroll';
|
|
1280
|
+
export { default as ScrollText } from './scroll-text';
|
|
1279
1281
|
export { default as SearchAlert } from './search-alert';
|
|
1280
1282
|
export { default as SearchCheck } from './search-check';
|
|
1281
1283
|
export { default as SearchCode } from './search-code';
|
|
@@ -1285,9 +1287,9 @@ export { default as Search } from './search';
|
|
|
1285
1287
|
export { default as Section } from './section';
|
|
1286
1288
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1287
1289
|
export { default as SendToBack } from './send-to-back';
|
|
1288
|
-
export { default as SeparatorVertical } from './separator-vertical';
|
|
1289
|
-
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1290
1290
|
export { default as Send } from './send';
|
|
1291
|
+
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1292
|
+
export { default as SeparatorVertical } from './separator-vertical';
|
|
1291
1293
|
export { default as ServerCog } from './server-cog';
|
|
1292
1294
|
export { default as ServerCrash } from './server-crash';
|
|
1293
1295
|
export { default as ServerOff } from './server-off';
|
|
@@ -1296,8 +1298,8 @@ export { default as Settings2 } from './settings-2';
|
|
|
1296
1298
|
export { default as Settings } from './settings';
|
|
1297
1299
|
export { default as Shapes } from './shapes';
|
|
1298
1300
|
export { default as Share2 } from './share-2';
|
|
1299
|
-
export { default as Sheet } from './sheet';
|
|
1300
1301
|
export { default as Share } from './share';
|
|
1302
|
+
export { default as Sheet } from './sheet';
|
|
1301
1303
|
export { default as Shell } from './shell';
|
|
1302
1304
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1303
1305
|
export { default as ShieldAlert } from './shield-alert';
|
|
@@ -1312,14 +1314,14 @@ export { default as ShieldOff } from './shield-off';
|
|
|
1312
1314
|
export { default as ShieldPlus } from './shield-plus';
|
|
1313
1315
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
1314
1316
|
export { default as ShieldUser } from './shield-user';
|
|
1315
|
-
export { default as ShieldX } from './shield-x';
|
|
1316
1317
|
export { default as Shield } from './shield';
|
|
1318
|
+
export { default as ShieldX } from './shield-x';
|
|
1317
1319
|
export { default as ShipWheel } from './ship-wheel';
|
|
1318
1320
|
export { default as Ship } from './ship';
|
|
1319
1321
|
export { default as Shirt } from './shirt';
|
|
1322
|
+
export { default as ShoppingBasket } from './shopping-basket';
|
|
1320
1323
|
export { default as ShoppingBag } from './shopping-bag';
|
|
1321
1324
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1322
|
-
export { default as ShoppingBasket } from './shopping-basket';
|
|
1323
1325
|
export { default as Shovel } from './shovel';
|
|
1324
1326
|
export { default as ShowerHead } from './shower-head';
|
|
1325
1327
|
export { default as Shredder } from './shredder';
|
|
@@ -1330,32 +1332,32 @@ export { default as Shuffle } from './shuffle';
|
|
|
1330
1332
|
export { default as Sigma } from './sigma';
|
|
1331
1333
|
export { default as SignalHigh } from './signal-high';
|
|
1332
1334
|
export { default as SignalLow } from './signal-low';
|
|
1333
|
-
export { default as SignalZero } from './signal-zero';
|
|
1334
1335
|
export { default as SignalMedium } from './signal-medium';
|
|
1335
|
-
export { default as
|
|
1336
|
+
export { default as SignalZero } from './signal-zero';
|
|
1336
1337
|
export { default as Signal } from './signal';
|
|
1338
|
+
export { default as Signature } from './signature';
|
|
1339
|
+
export { default as SignpostBig } from './signpost-big';
|
|
1337
1340
|
export { default as Signpost } from './signpost';
|
|
1338
1341
|
export { default as Siren } from './siren';
|
|
1339
|
-
export { default as SignpostBig } from './signpost-big';
|
|
1340
1342
|
export { default as SkipBack } from './skip-back';
|
|
1341
|
-
export { default as SkipForward } from './skip-forward';
|
|
1342
1343
|
export { default as Skull } from './skull';
|
|
1344
|
+
export { default as SkipForward } from './skip-forward';
|
|
1343
1345
|
export { default as Slash } from './slash';
|
|
1346
|
+
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1344
1347
|
export { default as Slice } from './slice';
|
|
1345
1348
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1346
|
-
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1347
1349
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1348
1350
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1349
1351
|
export { default as Smartphone } from './smartphone';
|
|
1350
1352
|
export { default as SmilePlus } from './smile-plus';
|
|
1351
|
-
export { default as Smile } from './smile';
|
|
1352
1353
|
export { default as Snail } from './snail';
|
|
1354
|
+
export { default as Smile } from './smile';
|
|
1353
1355
|
export { default as Snowflake } from './snowflake';
|
|
1354
1356
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1355
1357
|
export { default as Sofa } from './sofa';
|
|
1356
|
-
export { default as SolarPanel } from './solar-panel';
|
|
1357
1358
|
export { default as Soup } from './soup';
|
|
1358
1359
|
export { default as Space } from './space';
|
|
1360
|
+
export { default as SolarPanel } from './solar-panel';
|
|
1359
1361
|
export { default as Spade } from './spade';
|
|
1360
1362
|
export { default as Sparkle } from './sparkle';
|
|
1361
1363
|
export { default as Sparkles } from './sparkles';
|
|
@@ -1364,8 +1366,8 @@ export { default as Speech } from './speech';
|
|
|
1364
1366
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1365
1367
|
export { default as SpellCheck } from './spell-check';
|
|
1366
1368
|
export { default as SplinePointer } from './spline-pointer';
|
|
1367
|
-
export { default as Spline } from './spline';
|
|
1368
1369
|
export { default as Split } from './split';
|
|
1370
|
+
export { default as Spline } from './spline';
|
|
1369
1371
|
export { default as Spool } from './spool';
|
|
1370
1372
|
export { default as SportShoe } from './sport-shoe';
|
|
1371
1373
|
export { default as Spotlight } from './spotlight';
|
|
@@ -1376,53 +1378,53 @@ export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
|
1376
1378
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1377
1379
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1378
1380
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1379
|
-
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1380
1381
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1381
|
-
export { default as
|
|
1382
|
+
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1382
1383
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1384
|
+
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1383
1385
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1384
1386
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1385
|
-
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1386
1387
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1388
|
+
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1387
1389
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1388
1390
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1389
1391
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1390
1392
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1391
|
-
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1392
1393
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1394
|
+
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1393
1395
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1394
1396
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1397
|
+
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1395
1398
|
export { default as SquareCheck } from './square-check';
|
|
1396
|
-
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1397
1399
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1398
|
-
export { default as
|
|
1400
|
+
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1399
1401
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1400
1402
|
export { default as SquareCode } from './square-code';
|
|
1401
|
-
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1402
1403
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1404
|
+
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1403
1405
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1404
|
-
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1405
1406
|
export { default as SquareDashedText } from './square-dashed-text';
|
|
1407
|
+
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1406
1408
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1407
1409
|
export { default as SquareDashed } from './square-dashed';
|
|
1408
1410
|
export { default as SquareDivide } from './square-divide';
|
|
1409
1411
|
export { default as SquareDot } from './square-dot';
|
|
1410
|
-
export { default as SquareEqual } from './square-equal';
|
|
1411
1412
|
export { default as SquareFunction } from './square-function';
|
|
1412
|
-
export { default as
|
|
1413
|
-
export { default as SquareM } from './square-m';
|
|
1413
|
+
export { default as SquareEqual } from './square-equal';
|
|
1414
1414
|
export { default as SquareKanban } from './square-kanban';
|
|
1415
|
-
export { default as
|
|
1415
|
+
export { default as SquareM } from './square-m';
|
|
1416
1416
|
export { default as SquareMinus } from './square-minus';
|
|
1417
|
+
export { default as SquareLibrary } from './square-library';
|
|
1418
|
+
export { default as SquareMenu } from './square-menu';
|
|
1417
1419
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1418
1420
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1419
1421
|
export { default as SquareParking } from './square-parking';
|
|
1420
1422
|
export { default as SquarePause } from './square-pause';
|
|
1421
1423
|
export { default as SquarePen } from './square-pen';
|
|
1422
|
-
export { default as SquarePi } from './square-pi';
|
|
1423
1424
|
export { default as SquarePercent } from './square-percent';
|
|
1424
|
-
export { default as SquarePlay } from './square-play';
|
|
1425
1425
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1426
|
+
export { default as SquarePi } from './square-pi';
|
|
1427
|
+
export { default as SquarePlay } from './square-play';
|
|
1426
1428
|
export { default as SquarePlus } from './square-plus';
|
|
1427
1429
|
export { default as SquarePower } from './square-power';
|
|
1428
1430
|
export { default as SquareRadical } from './square-radical';
|
|
@@ -1434,24 +1436,24 @@ export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
|
1434
1436
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1435
1437
|
export { default as SquareSquare } from './square-square';
|
|
1436
1438
|
export { default as SquareStack } from './square-stack';
|
|
1437
|
-
export { default as SquareStop } from './square-stop';
|
|
1438
1439
|
export { default as SquareStar } from './square-star';
|
|
1440
|
+
export { default as SquareStop } from './square-stop';
|
|
1439
1441
|
export { default as SquareTerminal } from './square-terminal';
|
|
1440
1442
|
export { default as SquareUserRound } from './square-user-round';
|
|
1441
1443
|
export { default as SquareUser } from './square-user';
|
|
1442
1444
|
export { default as SquareX } from './square-x';
|
|
1443
|
-
export { default as Square } from './square';
|
|
1444
1445
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1446
|
+
export { default as Square } from './square';
|
|
1445
1447
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1446
|
-
export { default as SquaresSubtract } from './squares-subtract';
|
|
1447
1448
|
export { default as SquaresUnite } from './squares-unite';
|
|
1449
|
+
export { default as SquaresSubtract } from './squares-subtract';
|
|
1448
1450
|
export { default as SquircleDashed } from './squircle-dashed';
|
|
1449
1451
|
export { default as Squircle } from './squircle';
|
|
1450
|
-
export { default as Stamp } from './stamp';
|
|
1451
1452
|
export { default as Squirrel } from './squirrel';
|
|
1453
|
+
export { default as Stamp } from './stamp';
|
|
1452
1454
|
export { default as StarHalf } from './star-half';
|
|
1453
|
-
export { default as StarOff } from './star-off';
|
|
1454
1455
|
export { default as Star } from './star';
|
|
1456
|
+
export { default as StarOff } from './star-off';
|
|
1455
1457
|
export { default as StepBack } from './step-back';
|
|
1456
1458
|
export { default as StepForward } from './step-forward';
|
|
1457
1459
|
export { default as Stethoscope } from './stethoscope';
|
|
@@ -1464,23 +1466,23 @@ export { default as StretchVertical } from './stretch-vertical';
|
|
|
1464
1466
|
export { default as Strikethrough } from './strikethrough';
|
|
1465
1467
|
export { default as Subscript } from './subscript';
|
|
1466
1468
|
export { default as SunDim } from './sun-dim';
|
|
1467
|
-
export { default as SunMoon } from './sun-moon';
|
|
1468
1469
|
export { default as SunMedium } from './sun-medium';
|
|
1469
|
-
export { default as
|
|
1470
|
+
export { default as SunMoon } from './sun-moon';
|
|
1470
1471
|
export { default as Sun } from './sun';
|
|
1471
|
-
export { default as
|
|
1472
|
+
export { default as SunSnow } from './sun-snow';
|
|
1472
1473
|
export { default as Sunrise } from './sunrise';
|
|
1474
|
+
export { default as Sunset } from './sunset';
|
|
1473
1475
|
export { default as Superscript } from './superscript';
|
|
1474
1476
|
export { default as SwatchBook } from './swatch-book';
|
|
1475
1477
|
export { default as SwissFranc } from './swiss-franc';
|
|
1476
1478
|
export { default as SwitchCamera } from './switch-camera';
|
|
1477
|
-
export { default as Sword } from './sword';
|
|
1478
1479
|
export { default as Swords } from './swords';
|
|
1480
|
+
export { default as Sword } from './sword';
|
|
1479
1481
|
export { default as Syringe } from './syringe';
|
|
1480
1482
|
export { default as Table2 } from './table-2';
|
|
1481
1483
|
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1482
|
-
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1483
1484
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1485
|
+
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1484
1486
|
export { default as TableOfContents } from './table-of-contents';
|
|
1485
1487
|
export { default as TableProperties } from './table-properties';
|
|
1486
1488
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
@@ -1492,10 +1494,10 @@ export { default as Tag } from './tag';
|
|
|
1492
1494
|
export { default as Tags } from './tags';
|
|
1493
1495
|
export { default as Tally1 } from './tally-1';
|
|
1494
1496
|
export { default as Tally2 } from './tally-2';
|
|
1495
|
-
export { default as Tally4 } from './tally-4';
|
|
1496
1497
|
export { default as Tally3 } from './tally-3';
|
|
1497
|
-
export { default as
|
|
1498
|
+
export { default as Tally4 } from './tally-4';
|
|
1498
1499
|
export { default as Tally5 } from './tally-5';
|
|
1500
|
+
export { default as Tangent } from './tangent';
|
|
1499
1501
|
export { default as Target } from './target';
|
|
1500
1502
|
export { default as Telescope } from './telescope';
|
|
1501
1503
|
export { default as TentTree } from './tent-tree';
|
|
@@ -1503,16 +1505,16 @@ export { default as Tent } from './tent';
|
|
|
1503
1505
|
export { default as Terminal } from './terminal';
|
|
1504
1506
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1505
1507
|
export { default as TestTube } from './test-tube';
|
|
1506
|
-
export { default as TestTubes } from './test-tubes';
|
|
1507
1508
|
export { default as TextAlignCenter } from './text-align-center';
|
|
1509
|
+
export { default as TestTubes } from './test-tubes';
|
|
1508
1510
|
export { default as TextAlignEnd } from './text-align-end';
|
|
1509
|
-
export { default as TextAlignJustify } from './text-align-justify';
|
|
1510
1511
|
export { default as TextAlignStart } from './text-align-start';
|
|
1512
|
+
export { default as TextAlignJustify } from './text-align-justify';
|
|
1511
1513
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1512
1514
|
export { default as TextCursor } from './text-cursor';
|
|
1513
1515
|
export { default as TextInitial } from './text-initial';
|
|
1514
|
-
export { default as TextSearch } from './text-search';
|
|
1515
1516
|
export { default as TextQuote } from './text-quote';
|
|
1517
|
+
export { default as TextSearch } from './text-search';
|
|
1516
1518
|
export { default as TextWrap } from './text-wrap';
|
|
1517
1519
|
export { default as Theater } from './theater';
|
|
1518
1520
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
@@ -1525,8 +1527,8 @@ export { default as TicketMinus } from './ticket-minus';
|
|
|
1525
1527
|
export { default as TicketPercent } from './ticket-percent';
|
|
1526
1528
|
export { default as TicketPlus } from './ticket-plus';
|
|
1527
1529
|
export { default as TicketSlash } from './ticket-slash';
|
|
1528
|
-
export { default as Ticket } from './ticket';
|
|
1529
1530
|
export { default as TicketX } from './ticket-x';
|
|
1531
|
+
export { default as Ticket } from './ticket';
|
|
1530
1532
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1531
1533
|
export { default as Tickets } from './tickets';
|
|
1532
1534
|
export { default as Timeline } from './timeline';
|
|
@@ -1534,65 +1536,65 @@ export { default as TimerOff } from './timer-off';
|
|
|
1534
1536
|
export { default as TimerReset } from './timer-reset';
|
|
1535
1537
|
export { default as Timer } from './timer';
|
|
1536
1538
|
export { default as ToggleLeft } from './toggle-left';
|
|
1537
|
-
export { default as Toilet } from './toilet';
|
|
1538
1539
|
export { default as ToggleRight } from './toggle-right';
|
|
1540
|
+
export { default as Toilet } from './toilet';
|
|
1539
1541
|
export { default as ToolCase } from './tool-case';
|
|
1540
1542
|
export { default as Toolbox } from './toolbox';
|
|
1541
1543
|
export { default as Tornado } from './tornado';
|
|
1542
|
-
export { default as TouchpadOff } from './touchpad-off';
|
|
1543
1544
|
export { default as Torus } from './torus';
|
|
1544
1545
|
export { default as Touchpad } from './touchpad';
|
|
1545
1546
|
export { default as TowelRack } from './towel-rack';
|
|
1547
|
+
export { default as TouchpadOff } from './touchpad-off';
|
|
1546
1548
|
export { default as TowerControl } from './tower-control';
|
|
1547
1549
|
export { default as ToyBrick } from './toy-brick';
|
|
1548
1550
|
export { default as Tractor } from './tractor';
|
|
1549
1551
|
export { default as TrafficCone } from './traffic-cone';
|
|
1550
1552
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1551
|
-
export { default as TrainFront } from './train-front';
|
|
1552
1553
|
export { default as TrainTrack } from './train-track';
|
|
1553
|
-
export { default as
|
|
1554
|
+
export { default as TrainFront } from './train-front';
|
|
1554
1555
|
export { default as Transgender } from './transgender';
|
|
1556
|
+
export { default as TramFront } from './tram-front';
|
|
1555
1557
|
export { default as Trash2 } from './trash-2';
|
|
1556
1558
|
export { default as Trash } from './trash';
|
|
1557
1559
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1558
1560
|
export { default as TreePalm } from './tree-palm';
|
|
1559
1561
|
export { default as TreePine } from './tree-pine';
|
|
1560
1562
|
export { default as Trees } from './trees';
|
|
1561
|
-
export { default as TrendingUpDown } from './trending-up-down';
|
|
1562
1563
|
export { default as TrendingDown } from './trending-down';
|
|
1564
|
+
export { default as TrendingUpDown } from './trending-up-down';
|
|
1563
1565
|
export { default as TrendingUp } from './trending-up';
|
|
1564
1566
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1565
1567
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1566
|
-
export { default as Triangle } from './triangle';
|
|
1567
1568
|
export { default as TriangleRight } from './triangle-right';
|
|
1569
|
+
export { default as Triangle } from './triangle';
|
|
1568
1570
|
export { default as Trophy } from './trophy';
|
|
1569
1571
|
export { default as TruckElectric } from './truck-electric';
|
|
1570
1572
|
export { default as Truck } from './truck';
|
|
1571
1573
|
export { default as TurkishLira } from './turkish-lira';
|
|
1572
|
-
export { default as Turntable } from './turntable';
|
|
1573
1574
|
export { default as Turtle } from './turtle';
|
|
1575
|
+
export { default as Turntable } from './turntable';
|
|
1574
1576
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1575
1577
|
export { default as TvMinimal } from './tv-minimal';
|
|
1576
|
-
export { default as Tv } from './tv';
|
|
1577
1578
|
export { default as TypeOutline } from './type-outline';
|
|
1578
|
-
export { default as
|
|
1579
|
+
export { default as Tv } from './tv';
|
|
1579
1580
|
export { default as Type } from './type';
|
|
1581
|
+
export { default as UmbrellaOff } from './umbrella-off';
|
|
1580
1582
|
export { default as Umbrella } from './umbrella';
|
|
1581
1583
|
export { default as Underline } from './underline';
|
|
1582
1584
|
export { default as Undo2 } from './undo-2';
|
|
1583
|
-
export { default as UndoDot } from './undo-dot';
|
|
1584
1585
|
export { default as Undo } from './undo';
|
|
1585
|
-
export { default as
|
|
1586
|
+
export { default as UndoDot } from './undo-dot';
|
|
1586
1587
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1588
|
+
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1587
1589
|
export { default as Ungroup } from './ungroup';
|
|
1588
1590
|
export { default as University } from './university';
|
|
1589
|
-
export { default as Unlink2 } from './unlink-2';
|
|
1590
1591
|
export { default as Unlink } from './unlink';
|
|
1592
|
+
export { default as Unlink2 } from './unlink-2';
|
|
1591
1593
|
export { default as Unplug } from './unplug';
|
|
1592
1594
|
export { default as Upload } from './upload';
|
|
1593
1595
|
export { default as Usb } from './usb';
|
|
1594
|
-
export { default as UserCog } from './user-cog';
|
|
1595
1596
|
export { default as UserCheck } from './user-check';
|
|
1597
|
+
export { default as UserCog } from './user-cog';
|
|
1596
1598
|
export { default as UserKey } from './user-key';
|
|
1597
1599
|
export { default as UserLock } from './user-lock';
|
|
1598
1600
|
export { default as UserMinus } from './user-minus';
|
|
@@ -1603,8 +1605,8 @@ export { default as UserRoundCog } from './user-round-cog';
|
|
|
1603
1605
|
export { default as UserRoundKey } from './user-round-key';
|
|
1604
1606
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1605
1607
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1606
|
-
export { default as UserRoundSearch } from './user-round-search';
|
|
1607
1608
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1609
|
+
export { default as UserRoundSearch } from './user-round-search';
|
|
1608
1610
|
export { default as UserRoundX } from './user-round-x';
|
|
1609
1611
|
export { default as UserRound } from './user-round';
|
|
1610
1612
|
export { default as UserSearch } from './user-search';
|
|
@@ -1621,26 +1623,26 @@ export { default as Variable } from './variable';
|
|
|
1621
1623
|
export { default as Vault } from './vault';
|
|
1622
1624
|
export { default as VectorSquare } from './vector-square';
|
|
1623
1625
|
export { default as Vegan } from './vegan';
|
|
1624
|
-
export { default as VenetianMask } from './venetian-mask';
|
|
1625
1626
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1627
|
+
export { default as VenetianMask } from './venetian-mask';
|
|
1626
1628
|
export { default as Venus } from './venus';
|
|
1627
1629
|
export { default as VibrateOff } from './vibrate-off';
|
|
1628
1630
|
export { default as Vibrate } from './vibrate';
|
|
1629
1631
|
export { default as VideoOff } from './video-off';
|
|
1630
|
-
export { default as Videotape } from './videotape';
|
|
1631
1632
|
export { default as Video } from './video';
|
|
1633
|
+
export { default as Videotape } from './videotape';
|
|
1632
1634
|
export { default as View } from './view';
|
|
1633
1635
|
export { default as Voicemail } from './voicemail';
|
|
1634
1636
|
export { default as Volleyball } from './volleyball';
|
|
1635
1637
|
export { default as Volume1 } from './volume-1';
|
|
1636
1638
|
export { default as Volume2 } from './volume-2';
|
|
1637
1639
|
export { default as VolumeOff } from './volume-off';
|
|
1638
|
-
export { default as Volume } from './volume';
|
|
1639
1640
|
export { default as VolumeX } from './volume-x';
|
|
1641
|
+
export { default as Volume } from './volume';
|
|
1640
1642
|
export { default as Vote } from './vote';
|
|
1641
1643
|
export { default as WalletCards } from './wallet-cards';
|
|
1642
|
-
export { default as Wallet } from './wallet';
|
|
1643
1644
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1645
|
+
export { default as Wallet } from './wallet';
|
|
1644
1646
|
export { default as Wallpaper } from './wallpaper';
|
|
1645
1647
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1646
1648
|
export { default as Wand } from './wand';
|
|
@@ -1662,8 +1664,8 @@ export { default as Wheat } from './wheat';
|
|
|
1662
1664
|
export { default as WholeWord } from './whole-word';
|
|
1663
1665
|
export { default as WifiCog } from './wifi-cog';
|
|
1664
1666
|
export { default as WifiHigh } from './wifi-high';
|
|
1665
|
-
export { default as WifiOff } from './wifi-off';
|
|
1666
1667
|
export { default as WifiLow } from './wifi-low';
|
|
1668
|
+
export { default as WifiOff } from './wifi-off';
|
|
1667
1669
|
export { default as WifiPen } from './wifi-pen';
|
|
1668
1670
|
export { default as WifiSync } from './wifi-sync';
|
|
1669
1671
|
export { default as WifiZero } from './wifi-zero';
|
|
@@ -1671,8 +1673,8 @@ export { default as Wifi } from './wifi';
|
|
|
1671
1673
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1672
1674
|
export { default as Wind } from './wind';
|
|
1673
1675
|
export { default as WineOff } from './wine-off';
|
|
1674
|
-
export { default as Workflow } from './workflow';
|
|
1675
1676
|
export { default as Wine } from './wine';
|
|
1677
|
+
export { default as Workflow } from './workflow';
|
|
1676
1678
|
export { default as Worm } from './worm';
|
|
1677
1679
|
export { default as Wrench } from './wrench';
|
|
1678
1680
|
export { default as X } from './x';
|
|
@@ -1682,16 +1684,16 @@ export { default as Zap } from './zap';
|
|
|
1682
1684
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1683
1685
|
export { default as ZodiacAries } from './zodiac-aries';
|
|
1684
1686
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1685
|
-
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1686
1687
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1688
|
+
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1687
1689
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1688
1690
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1689
|
-
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1690
1691
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1692
|
+
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1691
1693
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1692
|
-
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1693
1694
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1695
|
+
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1694
1696
|
export { default as ZoomIn } from './zoom-in';
|
|
1695
|
-
export { default as ZoomOut } from './zoom-out';
|
|
1696
1697
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1698
|
+
export { default as ZoomOut } from './zoom-out';
|
|
1697
1699
|
|