@lucide/astro 0.552.0 → 0.554.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +76 -70
- package/src/aliases/prefixed.ts +609 -589
- package/src/aliases/suffixed.ts +897 -877
- package/src/icons/ampersand.ts +2 -2
- package/src/icons/anchor.ts +2 -2
- package/src/icons/calendars.ts +18 -0
- package/src/icons/chess-bishop.ts +18 -0
- package/src/icons/chess-king.ts +18 -0
- package/src/icons/chess-knight.ts +18 -0
- package/src/icons/chess-pawn.ts +18 -0
- package/src/icons/chess-queen.ts +18 -0
- package/src/icons/chess-rook.ts +18 -0
- package/src/icons/{fingerprint.ts → fingerprint-pattern.ts} +4 -4
- package/src/icons/folder-git-2.ts +2 -2
- package/src/icons/index.ts +122 -114
- package/src/icons/mouse-pointer-2-off.ts +18 -0
- package/src/icons/ruler-dimension-line.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,35 +1,33 @@
|
|
|
1
|
-
// AArrowDown aliases
|
|
2
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
1
|
// AArrowUp aliases
|
|
4
2
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
3
|
// Accessibility aliases
|
|
8
4
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
5
|
// Activity aliases
|
|
10
6
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
7
|
// AirVent aliases
|
|
12
8
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
9
|
// Airplay aliases
|
|
16
10
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
19
|
-
//
|
|
20
|
-
export { default as
|
|
11
|
+
// ALargeSmall aliases
|
|
12
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
13
|
+
// AlarmClockOff aliases
|
|
14
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
15
|
// Album aliases
|
|
22
16
|
export { default as AlbumIcon } from '../icons/album';
|
|
17
|
+
// AlarmClock aliases
|
|
18
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
-
// AlignHorizontalDistributeCenter aliases
|
|
28
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
29
23
|
// AlignCenterVertical aliases
|
|
30
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
+
// AlignEndHorizontal aliases
|
|
26
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
27
|
// AlignEndVertical aliases
|
|
32
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
|
+
// AlignHorizontalDistributeCenter aliases
|
|
30
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignHorizontalDistributeEnd aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
33
|
// AlignHorizontalDistributeStart aliases
|
|
@@ -38,24 +36,24 @@ export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-ho
|
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
37
|
// AlignHorizontalJustifyEnd aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
39
|
// AlignHorizontalSpaceAround aliases
|
|
44
40
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
41
|
// AlignHorizontalSpaceBetween aliases
|
|
48
42
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
//
|
|
50
|
-
export { default as
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
51
45
|
// AlignStartVertical aliases
|
|
52
46
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
47
|
+
// AlignVerticalDistributeCenter aliases
|
|
48
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
49
|
+
// AlignStartHorizontal aliases
|
|
50
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
51
|
// AlignVerticalDistributeEnd aliases
|
|
56
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
53
|
// AlignVerticalJustifyCenter aliases
|
|
58
54
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyStart aliases
|
|
60
58
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -64,12 +62,12 @@ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-
|
|
|
64
62
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
63
|
// AlignVerticalSpaceBetween aliases
|
|
66
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
+
// Ampersand aliases
|
|
66
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersands aliases
|
|
70
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
-
// Ampersand aliases
|
|
72
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
73
|
// Anchor aliases
|
|
@@ -90,40 +88,40 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
90
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveRestore aliases
|
|
94
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
91
|
// ArchiveX aliases
|
|
96
92
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
//
|
|
98
|
-
export { default as
|
|
93
|
+
// ArchiveRestore aliases
|
|
94
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
99
95
|
// Archive aliases
|
|
100
96
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
|
-
//
|
|
102
|
-
export { default as
|
|
97
|
+
// Armchair aliases
|
|
98
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
99
|
// ArrowBigDown aliases
|
|
104
100
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
101
|
+
// ArrowBigDownDash aliases
|
|
102
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigLeft aliases
|
|
108
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
105
|
// ArrowBigRightDash aliases
|
|
110
106
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
113
109
|
// ArrowBigUpDash aliases
|
|
114
110
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
113
|
// ArrowDownFromLine aliases
|
|
118
114
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
|
+
// ArrowBigUp aliases
|
|
116
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
117
|
// ArrowDownLeft aliases
|
|
120
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
119
|
// ArrowDownNarrowWide aliases
|
|
122
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
121
|
// ArrowDownToDot aliases
|
|
126
122
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
123
|
+
// ArrowDownRight aliases
|
|
124
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
127
|
// ArrowDownUp aliases
|
|
@@ -144,86 +142,86 @@ export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-lin
|
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
143
|
// ArrowRightToLine aliases
|
|
146
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
-
// ArrowRight aliases
|
|
148
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
145
|
// ArrowUpDown aliases
|
|
150
146
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
147
|
+
// ArrowRight aliases
|
|
148
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
153
149
|
// ArrowUpFromDot aliases
|
|
154
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
151
|
// ArrowUpLeft aliases
|
|
156
152
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
-
//
|
|
158
|
-
export { default as
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
159
155
|
// ArrowUpRight aliases
|
|
160
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
157
|
// ArrowUpWideNarrow aliases
|
|
162
158
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
163
|
// ArrowsUpFromLine aliases
|
|
166
164
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// Asterisk aliases
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
171
167
|
// AtSign aliases
|
|
172
168
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
169
|
// AudioLines aliases
|
|
174
170
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
175
|
// Award aliases
|
|
178
176
|
export { default as AwardIcon } from '../icons/award';
|
|
179
177
|
// Axe aliases
|
|
180
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
-
// Baby aliases
|
|
182
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
183
179
|
// Backpack aliases
|
|
184
180
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
-
//
|
|
186
|
-
export { default as
|
|
181
|
+
// Baby aliases
|
|
182
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
187
183
|
// BadgeCent aliases
|
|
188
184
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
-
//
|
|
190
|
-
export { default as
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
187
|
// BadgeEuro aliases
|
|
192
188
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
189
|
// BadgeIndianRupee aliases
|
|
194
190
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
191
|
// BadgeInfo aliases
|
|
196
192
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
193
|
+
// BadgeDollarSign aliases
|
|
194
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
195
|
// BadgeJapaneseYen aliases
|
|
198
196
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
197
|
// BadgePercent aliases
|
|
202
198
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
199
|
+
// BadgeMinus aliases
|
|
200
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
203
201
|
// BadgePlus aliases
|
|
204
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
-
// BadgeRussianRuble aliases
|
|
206
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
203
|
// BadgePoundSterling aliases
|
|
208
204
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
205
|
+
// BadgeRussianRuble aliases
|
|
206
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
207
|
// BadgeTurkishLira aliases
|
|
212
208
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
209
|
+
// BadgeSwissFranc aliases
|
|
210
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
211
|
// BadgeX aliases
|
|
214
212
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
213
|
// Badge aliases
|
|
216
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// BanknoteArrowDown aliases
|
|
218
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
221
|
// Banana aliases
|
|
222
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
223
|
// Bandage aliases
|
|
224
224
|
export { default as BandageIcon } from '../icons/bandage';
|
|
225
|
-
// BanknoteArrowDown aliases
|
|
226
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
225
|
// BanknoteArrowUp aliases
|
|
228
226
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
227
|
// Banknote aliases
|
|
@@ -238,126 +236,126 @@ export { default as BarrelIcon } from '../icons/barrel';
|
|
|
238
236
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
237
|
// Bath aliases
|
|
240
238
|
export { default as BathIcon } from '../icons/bath';
|
|
239
|
+
// BatteryFull aliases
|
|
240
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
241
241
|
// BatteryCharging aliases
|
|
242
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
243
|
// BatteryLow aliases
|
|
244
244
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
245
|
-
// BatteryMedium aliases
|
|
246
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
245
|
// BatteryPlus aliases
|
|
250
246
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
-
// Battery aliases
|
|
252
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
253
247
|
// BatteryWarning aliases
|
|
254
248
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
249
|
+
// BatteryMedium aliases
|
|
250
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
251
|
// BeanOff aliases
|
|
258
252
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
-
//
|
|
260
|
-
export { default as
|
|
253
|
+
// Battery aliases
|
|
254
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
255
|
+
// Beaker aliases
|
|
256
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
257
|
// BedDouble aliases
|
|
262
258
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
259
|
+
// Bean aliases
|
|
260
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
263
261
|
// BedSingle aliases
|
|
264
262
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
263
|
// Beef aliases
|
|
268
264
|
export { default as BeefIcon } from '../icons/beef';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
265
|
+
// Bed aliases
|
|
266
|
+
export { default as BedIcon } from '../icons/bed';
|
|
271
267
|
// BeerOff aliases
|
|
272
268
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
|
-
//
|
|
274
|
-
export { default as
|
|
269
|
+
// Beer aliases
|
|
270
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
275
271
|
// BellElectric aliases
|
|
276
272
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
-
//
|
|
278
|
-
export { default as
|
|
273
|
+
// BellDot aliases
|
|
274
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
275
|
// BellMinus aliases
|
|
280
276
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
277
|
// BellPlus aliases
|
|
282
278
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
279
|
+
// BellOff aliases
|
|
280
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
281
|
// BellRing aliases
|
|
284
282
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
283
|
// Bell aliases
|
|
286
284
|
export { default as BellIcon } from '../icons/bell';
|
|
287
|
-
// BetweenVerticalStart aliases
|
|
288
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
289
285
|
// BetweenVerticalEnd aliases
|
|
290
286
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
287
|
// BicepsFlexed aliases
|
|
292
288
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
289
|
+
// BetweenVerticalStart aliases
|
|
290
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
291
|
// Bike aliases
|
|
296
292
|
export { default as BikeIcon } from '../icons/bike';
|
|
293
|
+
// Binary aliases
|
|
294
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
297
295
|
// Binoculars aliases
|
|
298
296
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
|
-
// Biohazard aliases
|
|
300
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
297
|
// Bird aliases
|
|
302
298
|
export { default as BirdIcon } from '../icons/bird';
|
|
303
299
|
// Birdhouse aliases
|
|
304
300
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
303
|
// Bitcoin aliases
|
|
306
304
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
-
// Blend aliases
|
|
308
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
309
305
|
// Blinds aliases
|
|
310
306
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
307
|
+
// Blend aliases
|
|
308
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
309
|
+
// BluetoothOff aliases
|
|
310
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
311
311
|
// Blocks aliases
|
|
312
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
313
|
// BluetoothConnected aliases
|
|
314
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
-
// BluetoothSearching aliases
|
|
316
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
|
-
// BluetoothOff aliases
|
|
318
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
315
|
// Bluetooth aliases
|
|
320
316
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
-
//
|
|
322
|
-
export { default as
|
|
317
|
+
// BluetoothSearching aliases
|
|
318
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
319
|
// Bolt aliases
|
|
324
320
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
-
//
|
|
326
|
-
export { default as
|
|
321
|
+
// Bold aliases
|
|
322
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
327
323
|
// Bone aliases
|
|
328
324
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
|
-
//
|
|
330
|
-
export { default as
|
|
325
|
+
// Bomb aliases
|
|
326
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
331
327
|
// BookAlert aliases
|
|
332
328
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookCheck aliases
|
|
334
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
|
-
// BookCopy aliases
|
|
336
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
329
|
// BookAudio aliases
|
|
338
330
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
331
|
+
// BookA aliases
|
|
332
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
333
|
+
// BookCheck aliases
|
|
334
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
335
|
// BookDown aliases
|
|
340
336
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
337
|
// BookHeadphones aliases
|
|
342
338
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
-
// BookImage aliases
|
|
344
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
339
|
// BookHeart aliases
|
|
346
340
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
//
|
|
348
|
-
export { default as
|
|
341
|
+
// BookCopy aliases
|
|
342
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
+
// BookImage aliases
|
|
344
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
345
|
// BookLock aliases
|
|
350
346
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
347
|
+
// BookKey aliases
|
|
348
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
349
|
// BookMarked aliases
|
|
352
350
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
351
|
// BookMinus aliases
|
|
354
352
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
353
|
// BookOpenCheck aliases
|
|
356
354
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
-
// BookOpenText aliases
|
|
358
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
355
|
// BookOpen aliases
|
|
360
356
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
357
|
+
// BookOpenText aliases
|
|
358
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
359
|
// BookPlus aliases
|
|
362
360
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
361
|
// BookType aliases
|
|
@@ -372,40 +370,40 @@ export { default as BookUpIcon } from '../icons/book-up';
|
|
|
372
370
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
373
371
|
// BookX aliases
|
|
374
372
|
export { default as BookXIcon } from '../icons/book-x';
|
|
375
|
-
// Book aliases
|
|
376
|
-
export { default as BookIcon } from '../icons/book';
|
|
377
|
-
// BookmarkMinus aliases
|
|
378
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
379
373
|
// BookmarkCheck aliases
|
|
380
374
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
|
-
// BookmarkX aliases
|
|
382
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
383
375
|
// BookmarkPlus aliases
|
|
384
376
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
377
|
+
// BookmarkMinus aliases
|
|
378
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
379
|
+
// Book aliases
|
|
380
|
+
export { default as BookIcon } from '../icons/book';
|
|
387
381
|
// Bookmark aliases
|
|
388
382
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
383
|
// BotMessageSquare aliases
|
|
390
384
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
391
|
-
//
|
|
392
|
-
export { default as
|
|
385
|
+
// BookmarkX aliases
|
|
386
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
|
+
// BoomBox aliases
|
|
388
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
389
|
// Bot aliases
|
|
394
390
|
export { default as BotIcon } from '../icons/bot';
|
|
395
391
|
// BottleWine aliases
|
|
396
392
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
|
-
//
|
|
398
|
-
export { default as
|
|
393
|
+
// BotOff aliases
|
|
394
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
395
|
// Box aliases
|
|
400
396
|
export { default as BoxIcon } from '../icons/box';
|
|
397
|
+
// BowArrow aliases
|
|
398
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
399
|
// Boxes aliases
|
|
402
400
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
-
// BrainCircuit aliases
|
|
404
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
|
-
// BrainCog aliases
|
|
406
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
401
|
// Brackets aliases
|
|
408
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
|
+
// BrainCog aliases
|
|
404
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
405
|
+
// BrainCircuit aliases
|
|
406
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
407
|
// Brain aliases
|
|
410
408
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
409
|
// BrickWallFire aliases
|
|
@@ -414,32 +412,34 @@ export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
|
414
412
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
415
413
|
// BrickWall aliases
|
|
416
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
|
-
// BriefcaseBusiness aliases
|
|
418
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
-
// BriefcaseConveyorBelt aliases
|
|
420
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
415
|
// BriefcaseMedical aliases
|
|
422
416
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
417
|
+
// BriefcaseConveyorBelt aliases
|
|
418
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
|
+
// BriefcaseBusiness aliases
|
|
420
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
421
|
// Briefcase aliases
|
|
424
422
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
|
-
// BringToFront aliases
|
|
426
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
|
-
// Brush aliases
|
|
428
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
429
423
|
// BrushCleaning aliases
|
|
430
424
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
425
|
+
// BringToFront aliases
|
|
426
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
427
|
// Bubbles aliases
|
|
432
428
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
429
|
+
// Brush aliases
|
|
430
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
433
431
|
// BugOff aliases
|
|
434
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
|
+
// AArrowDown aliases
|
|
434
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
435
|
+
// Bug aliases
|
|
436
|
+
export { default as BugIcon } from '../icons/bug';
|
|
435
437
|
// BugPlay aliases
|
|
436
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
437
439
|
// Building2 aliases
|
|
438
440
|
export { default as Building2Icon } from '../icons/building-2';
|
|
439
441
|
// Building aliases
|
|
440
442
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
|
-
// Bug aliases
|
|
442
|
-
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
445
|
// Bus aliases
|
|
@@ -460,50 +460,52 @@ export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
|
460
460
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
461
|
// CalendarArrowUp aliases
|
|
462
462
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
463
|
-
// CalendarCheck aliases
|
|
464
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
463
|
// CalendarCheck2 aliases
|
|
466
464
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
467
|
-
//
|
|
468
|
-
export { default as
|
|
465
|
+
// CalendarCheck aliases
|
|
466
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
467
|
// CalendarCog aliases
|
|
470
468
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
469
|
// CalendarFold aliases
|
|
472
470
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
471
|
+
// CalendarClock aliases
|
|
472
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarDays aliases
|
|
474
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
475
|
// CalendarHeart aliases
|
|
476
476
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
|
-
// CalendarMinus aliases
|
|
478
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
477
|
// CalendarMinus2 aliases
|
|
480
478
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
|
+
// CalendarMinus aliases
|
|
480
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
483
|
// CalendarPlus2 aliases
|
|
484
484
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
|
-
// CalendarRange aliases
|
|
486
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
485
|
// CalendarPlus aliases
|
|
488
486
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
|
+
// CalendarRange aliases
|
|
488
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
489
|
// CalendarSearch aliases
|
|
490
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
-
// CalendarSync aliases
|
|
492
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
491
|
// CalendarX2 aliases
|
|
494
492
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
495
|
-
//
|
|
496
|
-
export { default as
|
|
493
|
+
// CalendarSync aliases
|
|
494
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
495
|
// Calendar aliases
|
|
498
496
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
|
-
//
|
|
500
|
-
export { default as
|
|
497
|
+
// CalendarX aliases
|
|
498
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
+
// Calendars aliases
|
|
500
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
501
501
|
// Camera aliases
|
|
502
502
|
export { default as CameraIcon } from '../icons/camera';
|
|
503
|
-
//
|
|
504
|
-
export { default as
|
|
503
|
+
// CameraOff aliases
|
|
504
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
505
|
// CandyOff aliases
|
|
506
506
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
507
|
+
// CandyCane aliases
|
|
508
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
509
|
// Candy aliases
|
|
508
510
|
export { default as CandyIcon } from '../icons/candy';
|
|
509
511
|
// Cannabis aliases
|
|
@@ -516,80 +518,92 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
516
518
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
519
|
// Car aliases
|
|
518
520
|
export { default as CarIcon } from '../icons/car';
|
|
519
|
-
// CardSim aliases
|
|
520
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
521
|
// Caravan aliases
|
|
522
522
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
523
|
+
// CardSim aliases
|
|
524
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
523
525
|
// Carrot aliases
|
|
524
526
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
|
-
// CaseUpper aliases
|
|
526
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
527
|
-
// CaseSensitive aliases
|
|
528
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
529
527
|
// CaseLower aliases
|
|
530
528
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
529
|
+
// CaseSensitive aliases
|
|
530
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
531
|
+
// CaseUpper aliases
|
|
532
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
531
533
|
// CassetteTape aliases
|
|
532
534
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
535
|
// Cast aliases
|
|
534
536
|
export { default as CastIcon } from '../icons/cast';
|
|
535
|
-
// Cat aliases
|
|
536
|
-
export { default as CatIcon } from '../icons/cat';
|
|
537
537
|
// Castle aliases
|
|
538
538
|
export { default as CastleIcon } from '../icons/castle';
|
|
539
539
|
// Cctv aliases
|
|
540
540
|
export { default as CctvIcon } from '../icons/cctv';
|
|
541
|
+
// Cat aliases
|
|
542
|
+
export { default as CatIcon } from '../icons/cat';
|
|
543
|
+
// ChartBarIncreasing aliases
|
|
544
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
541
545
|
// ChartBarDecreasing aliases
|
|
542
546
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
543
547
|
// ChartBarStacked aliases
|
|
544
548
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
545
|
-
// ChartBarIncreasing aliases
|
|
546
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
547
549
|
// ChartColumnDecreasing aliases
|
|
548
550
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
551
|
// ChartColumnStacked aliases
|
|
550
552
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
|
-
// ChartGantt aliases
|
|
552
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
553
|
// ChartNetwork aliases
|
|
554
554
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
|
-
//
|
|
556
|
-
export { default as
|
|
555
|
+
// ChartGantt aliases
|
|
556
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
557
557
|
// ChartNoAxesCombined aliases
|
|
558
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
|
-
//
|
|
560
|
-
export { default as
|
|
561
|
-
// CheckCheck aliases
|
|
562
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
559
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
560
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
561
|
// ChartSpline aliases
|
|
564
562
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
563
|
+
// CheckCheck aliases
|
|
564
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as CheckIcon } from '../icons/check';
|
|
567
567
|
// ChefHat aliases
|
|
568
568
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
|
+
// CheckLine aliases
|
|
570
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
571
|
// Cherry aliases
|
|
570
572
|
export { default as CherryIcon } from '../icons/cherry';
|
|
573
|
+
// ChessBishop aliases
|
|
574
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
575
|
+
// ChessKing aliases
|
|
576
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
577
|
+
// ChessKnight aliases
|
|
578
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
579
|
+
// ChessPawn aliases
|
|
580
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
581
|
+
// ChessQueen aliases
|
|
582
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
583
|
+
// ChessRook aliases
|
|
584
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
571
585
|
// ChevronDown aliases
|
|
572
586
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
587
|
// ChevronFirst aliases
|
|
574
588
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
589
|
+
// ChevronLast aliases
|
|
590
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
575
591
|
// ChevronLeft aliases
|
|
576
592
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
577
593
|
// ChevronRight aliases
|
|
578
594
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
579
|
-
// ChevronLast aliases
|
|
580
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
595
|
// ChevronUp aliases
|
|
582
596
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
597
|
+
// ChevronsDownUp aliases
|
|
598
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
583
599
|
// ChevronsDown aliases
|
|
584
600
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
585
601
|
// ChevronsLeftRightEllipsis aliases
|
|
586
602
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
-
// ChevronsDownUp aliases
|
|
588
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
|
-
// ChevronsLeft aliases
|
|
590
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
603
|
// ChevronsLeftRight aliases
|
|
592
604
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
605
|
+
// ChevronsLeft aliases
|
|
606
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
593
607
|
// ChevronsRightLeft aliases
|
|
594
608
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
595
609
|
// ChevronsRight aliases
|
|
@@ -600,32 +614,32 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
600
614
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
601
615
|
// Church aliases
|
|
602
616
|
export { default as ChurchIcon } from '../icons/church';
|
|
617
|
+
// CigaretteOff aliases
|
|
618
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
603
619
|
// Cigarette aliases
|
|
604
620
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
605
621
|
// CircleDashed aliases
|
|
606
622
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
|
-
// CigaretteOff aliases
|
|
608
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
609
623
|
// CircleDollarSign aliases
|
|
610
624
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
611
|
-
// CircleDot aliases
|
|
612
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
613
625
|
// CircleDotDashed aliases
|
|
614
626
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
627
|
+
// CircleDot aliases
|
|
628
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
615
629
|
// CircleEllipsis aliases
|
|
616
630
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
617
631
|
// CircleEqual aliases
|
|
618
632
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
633
|
// CircleFadingArrowUp aliases
|
|
620
634
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
621
|
-
// CircleOff aliases
|
|
622
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
623
635
|
// CircleFadingPlus aliases
|
|
624
636
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
625
|
-
//
|
|
626
|
-
export { default as
|
|
637
|
+
// CircleOff aliases
|
|
638
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
627
639
|
// CircleSlash aliases
|
|
628
640
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
641
|
+
// CirclePoundSterling aliases
|
|
642
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
629
643
|
// CircleSmall aliases
|
|
630
644
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
631
645
|
// CircleStar aliases
|
|
@@ -638,48 +652,48 @@ export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
|
638
652
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
653
|
// Clapperboard aliases
|
|
640
654
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
641
|
-
// ClipboardClock aliases
|
|
642
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
643
655
|
// ClipboardCheck aliases
|
|
644
656
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
657
|
+
// ClipboardClock aliases
|
|
658
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
645
659
|
// ClipboardCopy aliases
|
|
646
660
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
647
661
|
// ClipboardList aliases
|
|
648
662
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
663
|
+
// ClipboardPaste aliases
|
|
664
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
649
665
|
// ClipboardMinus aliases
|
|
650
666
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
667
|
// ClipboardPlus aliases
|
|
652
668
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
653
669
|
// ClipboardType aliases
|
|
654
670
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
|
-
// ClipboardPaste aliases
|
|
656
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
657
671
|
// ClipboardX aliases
|
|
658
672
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
659
|
-
// Clock1 aliases
|
|
660
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
673
|
// Clipboard aliases
|
|
662
674
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
675
|
+
// Clock1 aliases
|
|
676
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
663
677
|
// Clock10 aliases
|
|
664
678
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
679
|
// Clock11 aliases
|
|
666
680
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
667
681
|
// Clock12 aliases
|
|
668
682
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
669
|
-
// Clock3 aliases
|
|
670
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
671
683
|
// Clock2 aliases
|
|
672
684
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
685
|
+
// Clock3 aliases
|
|
686
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
673
687
|
// Clock4 aliases
|
|
674
688
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
675
689
|
// Clock5 aliases
|
|
676
690
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
691
|
+
// Clock6 aliases
|
|
692
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
677
693
|
// Clock7 aliases
|
|
678
694
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
679
695
|
// Clock8 aliases
|
|
680
696
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
|
-
// Clock6 aliases
|
|
682
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
683
697
|
// Clock9 aliases
|
|
684
698
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
685
699
|
// ClockAlert aliases
|
|
@@ -694,14 +708,14 @@ export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
|
694
708
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
709
|
// ClockPlus aliases
|
|
696
710
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
697
|
-
// ClosedCaption aliases
|
|
698
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
699
711
|
// Clock aliases
|
|
700
712
|
export { default as ClockIcon } from '../icons/clock';
|
|
701
|
-
//
|
|
702
|
-
export { default as
|
|
713
|
+
// ClosedCaption aliases
|
|
714
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
703
715
|
// CloudAlert aliases
|
|
704
716
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
717
|
+
// CloudCheck aliases
|
|
718
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
705
719
|
// CloudCog aliases
|
|
706
720
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
707
721
|
// CloudDrizzle aliases
|
|
@@ -718,34 +732,34 @@ export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
|
718
732
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
719
733
|
// CloudOff aliases
|
|
720
734
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
721
|
-
// CloudRain aliases
|
|
722
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
735
|
// CloudRainWind aliases
|
|
724
736
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
737
|
+
// CloudRain aliases
|
|
738
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
725
739
|
// CloudSnow aliases
|
|
726
740
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
741
|
// CloudSunRain aliases
|
|
728
742
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
729
|
-
// Cloud aliases
|
|
730
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
731
743
|
// CloudSun aliases
|
|
732
744
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
745
|
+
// Cloud aliases
|
|
746
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
733
747
|
// Cloudy aliases
|
|
734
748
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
735
749
|
// Clover aliases
|
|
736
750
|
export { default as CloverIcon } from '../icons/clover';
|
|
751
|
+
// Club aliases
|
|
752
|
+
export { default as ClubIcon } from '../icons/club';
|
|
737
753
|
// Code aliases
|
|
738
754
|
export { default as CodeIcon } from '../icons/code';
|
|
739
755
|
// Codepen aliases
|
|
740
756
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
741
|
-
// Club aliases
|
|
742
|
-
export { default as ClubIcon } from '../icons/club';
|
|
743
757
|
// Codesandbox aliases
|
|
744
758
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
745
|
-
// Coffee aliases
|
|
746
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
747
759
|
// Cog aliases
|
|
748
760
|
export { default as CogIcon } from '../icons/cog';
|
|
761
|
+
// Coffee aliases
|
|
762
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
749
763
|
// Coins aliases
|
|
750
764
|
export { default as CoinsIcon } from '../icons/coins';
|
|
751
765
|
// Columns4 aliases
|
|
@@ -762,10 +776,10 @@ export { default as ComponentIcon } from '../icons/component';
|
|
|
762
776
|
export { default as ComputerIcon } from '../icons/computer';
|
|
763
777
|
// ConciergeBell aliases
|
|
764
778
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
765
|
-
// Construction aliases
|
|
766
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
767
779
|
// Cone aliases
|
|
768
780
|
export { default as ConeIcon } from '../icons/cone';
|
|
781
|
+
// Construction aliases
|
|
782
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
769
783
|
// Contact aliases
|
|
770
784
|
export { default as ContactIcon } from '../icons/contact';
|
|
771
785
|
// Container aliases
|
|
@@ -786,32 +800,32 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
786
800
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
787
801
|
// CopyX aliases
|
|
788
802
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
789
|
-
// Copy aliases
|
|
790
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
791
803
|
// Copyleft aliases
|
|
792
804
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
805
|
+
// Copy aliases
|
|
806
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
793
807
|
// Copyright aliases
|
|
794
808
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
795
809
|
// CornerDownLeft aliases
|
|
796
810
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
797
|
-
// CornerLeftDown aliases
|
|
798
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
811
|
// CornerDownRight aliases
|
|
800
812
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
813
|
+
// CornerLeftDown aliases
|
|
814
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
803
815
|
// CornerLeftUp aliases
|
|
804
816
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
|
-
//
|
|
806
|
-
export { default as
|
|
817
|
+
// CornerRightDown aliases
|
|
818
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
807
819
|
// CornerRightUp aliases
|
|
808
820
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
821
|
+
// CornerUpLeft aliases
|
|
822
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
809
823
|
// CornerUpRight aliases
|
|
810
824
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
811
|
-
// CreativeCommons aliases
|
|
812
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
813
825
|
// Cpu aliases
|
|
814
826
|
export { default as CpuIcon } from '../icons/cpu';
|
|
827
|
+
// CreativeCommons aliases
|
|
828
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
815
829
|
// CreditCard aliases
|
|
816
830
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
817
831
|
// Croissant aliases
|
|
@@ -828,26 +842,26 @@ export { default as CrownIcon } from '../icons/crown';
|
|
|
828
842
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
829
843
|
// CupSoda aliases
|
|
830
844
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
|
-
// Cylinder aliases
|
|
832
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
845
|
// Currency aliases
|
|
834
846
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
847
|
+
// Cylinder aliases
|
|
848
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
835
849
|
// Dam aliases
|
|
836
850
|
export { default as DamIcon } from '../icons/dam';
|
|
837
|
-
// DatabaseZap aliases
|
|
838
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
851
|
// DatabaseBackup aliases
|
|
840
852
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
853
|
+
// DatabaseZap aliases
|
|
854
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
843
855
|
// DecimalsArrowLeft aliases
|
|
844
856
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
857
|
+
// Database aliases
|
|
858
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
845
859
|
// DecimalsArrowRight aliases
|
|
846
860
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
847
|
-
// Dessert aliases
|
|
848
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
849
861
|
// Delete aliases
|
|
850
862
|
export { default as DeleteIcon } from '../icons/delete';
|
|
863
|
+
// Dessert aliases
|
|
864
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
851
865
|
// Diameter aliases
|
|
852
866
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
853
867
|
// DiamondMinus aliases
|
|
@@ -858,10 +872,10 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
858
872
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
859
873
|
// Dice1 aliases
|
|
860
874
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
861
|
-
// Dice2 aliases
|
|
862
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
863
875
|
// Dice3 aliases
|
|
864
876
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
877
|
+
// Dice2 aliases
|
|
878
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
865
879
|
// Dice4 aliases
|
|
866
880
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
867
881
|
// Dice5 aliases
|
|
@@ -870,24 +884,24 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
870
884
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
871
885
|
// Dices aliases
|
|
872
886
|
export { default as DicesIcon } from '../icons/dices';
|
|
873
|
-
// Disc2 aliases
|
|
874
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
875
887
|
// Diff aliases
|
|
876
888
|
export { default as DiffIcon } from '../icons/diff';
|
|
889
|
+
// Disc2 aliases
|
|
890
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
877
891
|
// Disc3 aliases
|
|
878
892
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
879
|
-
// Disc aliases
|
|
880
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
881
893
|
// DiscAlbum aliases
|
|
882
894
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
895
|
+
// Disc aliases
|
|
896
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
883
897
|
// Divide aliases
|
|
884
898
|
export { default as DivideIcon } from '../icons/divide';
|
|
885
899
|
// DnaOff aliases
|
|
886
900
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
887
|
-
// Dock aliases
|
|
888
|
-
export { default as DockIcon } from '../icons/dock';
|
|
889
901
|
// Dna aliases
|
|
890
902
|
export { default as DnaIcon } from '../icons/dna';
|
|
903
|
+
// Dock aliases
|
|
904
|
+
export { default as DockIcon } from '../icons/dock';
|
|
891
905
|
// Dog aliases
|
|
892
906
|
export { default as DogIcon } from '../icons/dog';
|
|
893
907
|
// DollarSign aliases
|
|
@@ -896,12 +910,12 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
896
910
|
export { default as DonutIcon } from '../icons/donut';
|
|
897
911
|
// DoorClosedLocked aliases
|
|
898
912
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
|
-
// DoorOpen aliases
|
|
900
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
901
913
|
// DoorClosed aliases
|
|
902
914
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
903
915
|
// Dot aliases
|
|
904
916
|
export { default as DotIcon } from '../icons/dot';
|
|
917
|
+
// DoorOpen aliases
|
|
918
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
905
919
|
// Download aliases
|
|
906
920
|
export { default as DownloadIcon } from '../icons/download';
|
|
907
921
|
// DraftingCompass aliases
|
|
@@ -984,18 +998,18 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
984
998
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
985
999
|
// FileBox aliases
|
|
986
1000
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
987
|
-
// FileClock aliases
|
|
988
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
989
1001
|
// FileCheck aliases
|
|
990
1002
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1003
|
+
// FileClock aliases
|
|
1004
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
991
1005
|
// FileCode aliases
|
|
992
1006
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
993
1007
|
// FileDiff aliases
|
|
994
1008
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
995
|
-
// FileDown aliases
|
|
996
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
997
1009
|
// FileDigit aliases
|
|
998
1010
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1011
|
+
// FileDown aliases
|
|
1012
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
999
1013
|
// FileHeart aliases
|
|
1000
1014
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1001
1015
|
// FileImage aliases
|
|
@@ -1042,8 +1056,6 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1042
1056
|
export { default as FilesIcon } from '../icons/files';
|
|
1043
1057
|
// Film aliases
|
|
1044
1058
|
export { default as FilmIcon } from '../icons/film';
|
|
1045
|
-
// Fingerprint aliases
|
|
1046
|
-
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1047
1059
|
// FireExtinguisher aliases
|
|
1048
1060
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1049
1061
|
// FishOff aliases
|
|
@@ -1058,14 +1070,14 @@ export { default as FlagOffIcon } from '../icons/flag-off';
|
|
|
1058
1070
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1059
1071
|
// FlagTriangleRight aliases
|
|
1060
1072
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1061
|
-
// FlameKindling aliases
|
|
1062
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1063
1073
|
// Flag aliases
|
|
1064
1074
|
export { default as FlagIcon } from '../icons/flag';
|
|
1065
|
-
//
|
|
1066
|
-
export { default as
|
|
1075
|
+
// FlameKindling aliases
|
|
1076
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1067
1077
|
// Flame aliases
|
|
1068
1078
|
export { default as FlameIcon } from '../icons/flame';
|
|
1079
|
+
// FlashlightOff aliases
|
|
1080
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1069
1081
|
// Flashlight aliases
|
|
1070
1082
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1071
1083
|
// FlaskConicalOff aliases
|
|
@@ -1096,16 +1108,16 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1096
1108
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1097
1109
|
// FolderCheck aliases
|
|
1098
1110
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1099
|
-
// FolderClosed aliases
|
|
1100
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1101
1111
|
// FolderClock aliases
|
|
1102
1112
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1113
|
+
// FolderClosed aliases
|
|
1114
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1103
1115
|
// FolderCode aliases
|
|
1104
1116
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1105
|
-
// FolderDown aliases
|
|
1106
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1107
1117
|
// FolderDot aliases
|
|
1108
1118
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1119
|
+
// FolderDown aliases
|
|
1120
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1109
1121
|
// FolderGit2 aliases
|
|
1110
1122
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1111
1123
|
// FolderGit aliases
|
|
@@ -1138,20 +1150,20 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1138
1150
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1139
1151
|
// FolderSymlink aliases
|
|
1140
1152
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1141
|
-
// FolderTree aliases
|
|
1142
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1143
1153
|
// FolderSync aliases
|
|
1144
1154
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1155
|
+
// FolderTree aliases
|
|
1156
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1145
1157
|
// FolderUp aliases
|
|
1146
1158
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1147
1159
|
// FolderX aliases
|
|
1148
1160
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1161
|
+
// Folder aliases
|
|
1162
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1149
1163
|
// Folders aliases
|
|
1150
1164
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1151
1165
|
// Footprints aliases
|
|
1152
1166
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1153
|
-
// Folder aliases
|
|
1154
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1155
1167
|
// Forklift aliases
|
|
1156
1168
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1157
1169
|
// Forward aliases
|
|
@@ -1162,14 +1174,14 @@ export { default as FrameIcon } from '../icons/frame';
|
|
|
1162
1174
|
export { default as FramerIcon } from '../icons/framer';
|
|
1163
1175
|
// Frown aliases
|
|
1164
1176
|
export { default as FrownIcon } from '../icons/frown';
|
|
1165
|
-
// Fuel aliases
|
|
1166
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1167
1177
|
// Fullscreen aliases
|
|
1168
1178
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1169
|
-
//
|
|
1170
|
-
export { default as
|
|
1179
|
+
// Fuel aliases
|
|
1180
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1171
1181
|
// GalleryHorizontalEnd aliases
|
|
1172
1182
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1183
|
+
// FunnelPlus aliases
|
|
1184
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1173
1185
|
// GalleryHorizontal aliases
|
|
1174
1186
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1175
1187
|
// GalleryThumbnails aliases
|
|
@@ -1190,26 +1202,26 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1190
1202
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1191
1203
|
// Gem aliases
|
|
1192
1204
|
export { default as GemIcon } from '../icons/gem';
|
|
1193
|
-
// Ghost aliases
|
|
1194
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1195
1205
|
// GeorgianLari aliases
|
|
1196
1206
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1207
|
+
// Ghost aliases
|
|
1208
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1197
1209
|
// Gift aliases
|
|
1198
1210
|
export { default as GiftIcon } from '../icons/gift';
|
|
1199
1211
|
// GitBranchMinus aliases
|
|
1200
1212
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1201
|
-
// GitBranch aliases
|
|
1202
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1203
1213
|
// GitBranchPlus aliases
|
|
1204
1214
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1215
|
+
// GitBranch aliases
|
|
1216
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1205
1217
|
// GitCommitVertical aliases
|
|
1206
1218
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1207
1219
|
// GitCompareArrows aliases
|
|
1208
1220
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1209
|
-
// GitFork aliases
|
|
1210
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1211
1221
|
// GitCompare aliases
|
|
1212
1222
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1223
|
+
// GitFork aliases
|
|
1224
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1213
1225
|
// GitGraph aliases
|
|
1214
1226
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1215
1227
|
// GitMerge aliases
|
|
@@ -1218,16 +1230,16 @@ export { default as GitMergeIcon } from '../icons/git-merge';
|
|
|
1218
1230
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1219
1231
|
// GitPullRequestClosed aliases
|
|
1220
1232
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1221
|
-
// GitPullRequestCreate aliases
|
|
1222
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1223
1233
|
// GitPullRequestCreateArrow aliases
|
|
1224
1234
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1235
|
+
// GitPullRequestCreate aliases
|
|
1236
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1225
1237
|
// GitPullRequestDraft aliases
|
|
1226
1238
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1227
|
-
// Github aliases
|
|
1228
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1229
1239
|
// GitPullRequest aliases
|
|
1230
1240
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1241
|
+
// Github aliases
|
|
1242
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1231
1243
|
// Gitlab aliases
|
|
1232
1244
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1233
1245
|
// GlassWater aliases
|
|
@@ -1238,32 +1250,32 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1238
1250
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1239
1251
|
// Globe aliases
|
|
1240
1252
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1253
|
+
// Goal aliases
|
|
1254
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1241
1255
|
// Gpu aliases
|
|
1242
1256
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1243
1257
|
// GraduationCap aliases
|
|
1244
1258
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1245
|
-
// Goal aliases
|
|
1246
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1247
1259
|
// Grape aliases
|
|
1248
1260
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1249
|
-
// Grid3x2 aliases
|
|
1250
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1251
1261
|
// GripHorizontal aliases
|
|
1252
1262
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1253
|
-
//
|
|
1254
|
-
export { default as
|
|
1263
|
+
// Grid3x2 aliases
|
|
1264
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1255
1265
|
// Grip aliases
|
|
1256
1266
|
export { default as GripIcon } from '../icons/grip';
|
|
1267
|
+
// GripVertical aliases
|
|
1268
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1269
|
+
// Guitar aliases
|
|
1270
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1257
1271
|
// Group aliases
|
|
1258
1272
|
export { default as GroupIcon } from '../icons/group';
|
|
1259
1273
|
// Ham aliases
|
|
1260
1274
|
export { default as HamIcon } from '../icons/ham';
|
|
1261
|
-
// Guitar aliases
|
|
1262
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1263
|
-
// Hammer aliases
|
|
1264
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1265
1275
|
// Hamburger aliases
|
|
1266
1276
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1277
|
+
// Hammer aliases
|
|
1278
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1267
1279
|
// HandCoins aliases
|
|
1268
1280
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1269
1281
|
// HandFist aliases
|
|
@@ -1276,14 +1288,14 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1276
1288
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1277
1289
|
// Hand aliases
|
|
1278
1290
|
export { default as HandIcon } from '../icons/hand';
|
|
1279
|
-
// Handbag aliases
|
|
1280
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1281
1291
|
// Handshake aliases
|
|
1282
1292
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1283
|
-
//
|
|
1284
|
-
export { default as
|
|
1293
|
+
// Handbag aliases
|
|
1294
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1285
1295
|
// HardDriveDownload aliases
|
|
1286
1296
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1297
|
+
// HardDriveUpload aliases
|
|
1298
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1287
1299
|
// HardDrive aliases
|
|
1288
1300
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1289
1301
|
// HardHat aliases
|
|
@@ -1294,22 +1306,22 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1294
1306
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1295
1307
|
// Haze aliases
|
|
1296
1308
|
export { default as HazeIcon } from '../icons/haze';
|
|
1297
|
-
// Heading1 aliases
|
|
1298
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1299
1309
|
// HdmiPort aliases
|
|
1300
1310
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1311
|
+
// Heading1 aliases
|
|
1312
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1301
1313
|
// Heading2 aliases
|
|
1302
1314
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1303
1315
|
// Heading3 aliases
|
|
1304
1316
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1305
|
-
// Heading5 aliases
|
|
1306
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1307
1317
|
// Heading4 aliases
|
|
1308
1318
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1309
|
-
//
|
|
1310
|
-
export { default as
|
|
1319
|
+
// Heading5 aliases
|
|
1320
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1311
1321
|
// Heading6 aliases
|
|
1312
1322
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1323
|
+
// Heading aliases
|
|
1324
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1313
1325
|
// HeadphoneOff aliases
|
|
1314
1326
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1315
1327
|
// Headphones aliases
|
|
@@ -1320,28 +1332,28 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1320
1332
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1321
1333
|
// HeartHandshake aliases
|
|
1322
1334
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1323
|
-
// HeartOff aliases
|
|
1324
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1325
1335
|
// HeartMinus aliases
|
|
1326
1336
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1337
|
+
// HeartOff aliases
|
|
1338
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1327
1339
|
// HeartPlus aliases
|
|
1328
1340
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1329
1341
|
// HeartPulse aliases
|
|
1330
1342
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1343
|
+
// Heart aliases
|
|
1344
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1331
1345
|
// Heater aliases
|
|
1332
1346
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1333
1347
|
// Helicopter aliases
|
|
1334
1348
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1335
|
-
// Heart aliases
|
|
1336
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1337
|
-
// Hexagon aliases
|
|
1338
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1339
1349
|
// Highlighter aliases
|
|
1340
1350
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1341
|
-
//
|
|
1342
|
-
export { default as
|
|
1351
|
+
// Hexagon aliases
|
|
1352
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1343
1353
|
// History aliases
|
|
1344
1354
|
export { default as HistoryIcon } from '../icons/history';
|
|
1355
|
+
// HopOff aliases
|
|
1356
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1345
1357
|
// Hop aliases
|
|
1346
1358
|
export { default as HopIcon } from '../icons/hop';
|
|
1347
1359
|
// Hospital aliases
|
|
@@ -1354,12 +1366,12 @@ export { default as HourglassIcon } from '../icons/hourglass';
|
|
|
1354
1366
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1355
1367
|
// HousePlug aliases
|
|
1356
1368
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1369
|
+
// HousePlus aliases
|
|
1370
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1357
1371
|
// HouseWifi aliases
|
|
1358
1372
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1359
1373
|
// IdCardLanyard aliases
|
|
1360
1374
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1361
|
-
// HousePlus aliases
|
|
1362
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1363
1375
|
// IdCard aliases
|
|
1364
1376
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1365
1377
|
// ImageDown aliases
|
|
@@ -1368,22 +1380,22 @@ export { default as ImageDownIcon } from '../icons/image-down';
|
|
|
1368
1380
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1369
1381
|
// ImageOff aliases
|
|
1370
1382
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1371
|
-
// ImagePlay aliases
|
|
1372
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1373
1383
|
// ImagePlus aliases
|
|
1374
1384
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1385
|
+
// ImagePlay aliases
|
|
1386
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1375
1387
|
// ImageUp aliases
|
|
1376
1388
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1377
1389
|
// ImageUpscale aliases
|
|
1378
1390
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1379
1391
|
// Image aliases
|
|
1380
1392
|
export { default as ImageIcon } from '../icons/image';
|
|
1381
|
-
// Import aliases
|
|
1382
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1383
1393
|
// Images aliases
|
|
1384
1394
|
export { default as ImagesIcon } from '../icons/images';
|
|
1385
1395
|
// Inbox aliases
|
|
1386
1396
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1397
|
+
// Import aliases
|
|
1398
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1387
1399
|
// IndianRupee aliases
|
|
1388
1400
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1389
1401
|
// Infinity aliases
|
|
@@ -1400,18 +1412,18 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1400
1412
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1401
1413
|
// IterationCw aliases
|
|
1402
1414
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1403
|
-
// JapaneseYen aliases
|
|
1404
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1405
1415
|
// Joystick aliases
|
|
1406
1416
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1417
|
+
// JapaneseYen aliases
|
|
1418
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1407
1419
|
// Kanban aliases
|
|
1408
1420
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1409
1421
|
// Kayak aliases
|
|
1410
1422
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1411
|
-
// KeyRound aliases
|
|
1412
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1413
1423
|
// KeySquare aliases
|
|
1414
1424
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1425
|
+
// KeyRound aliases
|
|
1426
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1415
1427
|
// Key aliases
|
|
1416
1428
|
export { default as KeyIcon } from '../icons/key';
|
|
1417
1429
|
// KeyboardMusic aliases
|
|
@@ -1426,32 +1438,32 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1426
1438
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1427
1439
|
// LampFloor aliases
|
|
1428
1440
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1429
|
-
// LampWallDown aliases
|
|
1430
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1431
1441
|
// LampWallUp aliases
|
|
1432
1442
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1443
|
+
// LampWallDown aliases
|
|
1444
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1433
1445
|
// Lamp aliases
|
|
1434
1446
|
export { default as LampIcon } from '../icons/lamp';
|
|
1435
|
-
// LandPlot aliases
|
|
1436
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1437
1447
|
// Landmark aliases
|
|
1438
1448
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1439
1449
|
// Languages aliases
|
|
1440
1450
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1451
|
+
// LandPlot aliases
|
|
1452
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1453
|
+
// Laptop aliases
|
|
1454
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1441
1455
|
// LaptopMinimalCheck aliases
|
|
1442
1456
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1443
1457
|
// LassoSelect aliases
|
|
1444
1458
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1445
|
-
// Laptop aliases
|
|
1446
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1447
1459
|
// Lasso aliases
|
|
1448
1460
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1449
1461
|
// Laugh aliases
|
|
1450
1462
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1451
|
-
// Layers2 aliases
|
|
1452
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1453
1463
|
// LayoutDashboard aliases
|
|
1454
1464
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1465
|
+
// Layers2 aliases
|
|
1466
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1455
1467
|
// LayoutGrid aliases
|
|
1456
1468
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1457
1469
|
// LayoutList aliases
|
|
@@ -1460,10 +1472,10 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1460
1472
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1461
1473
|
// LayoutPanelTop aliases
|
|
1462
1474
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1463
|
-
// Leaf aliases
|
|
1464
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1465
1475
|
// LayoutTemplate aliases
|
|
1466
1476
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1477
|
+
// Leaf aliases
|
|
1478
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1467
1479
|
// LeafyGreen aliases
|
|
1468
1480
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1469
1481
|
// Lectern aliases
|
|
@@ -1480,18 +1492,18 @@ export { default as LigatureIcon } from '../icons/ligature';
|
|
|
1480
1492
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1481
1493
|
// Lightbulb aliases
|
|
1482
1494
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1483
|
-
// Link2Off aliases
|
|
1484
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1485
1495
|
// LineSquiggle aliases
|
|
1486
1496
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1497
|
+
// Link2Off aliases
|
|
1498
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1487
1499
|
// Link2 aliases
|
|
1488
1500
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1489
1501
|
// Link aliases
|
|
1490
1502
|
export { default as LinkIcon } from '../icons/link';
|
|
1491
|
-
// ListCheck aliases
|
|
1492
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1493
1503
|
// Linkedin aliases
|
|
1494
1504
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1505
|
+
// ListCheck aliases
|
|
1506
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1495
1507
|
// ListChecks aliases
|
|
1496
1508
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1497
1509
|
// ListChevronsDownUp aliases
|
|
@@ -1500,10 +1512,10 @@ export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-u
|
|
|
1500
1512
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1501
1513
|
// ListCollapse aliases
|
|
1502
1514
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1503
|
-
// ListFilterPlus aliases
|
|
1504
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1505
1515
|
// ListEnd aliases
|
|
1506
1516
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1517
|
+
// ListFilterPlus aliases
|
|
1518
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1507
1519
|
// ListFilter aliases
|
|
1508
1520
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1509
1521
|
// ListMinus aliases
|
|
@@ -1534,114 +1546,114 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1534
1546
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1535
1547
|
// LocateFixed aliases
|
|
1536
1548
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1537
|
-
// LocateOff aliases
|
|
1538
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1539
1549
|
// Locate aliases
|
|
1540
1550
|
export { default as LocateIcon } from '../icons/locate';
|
|
1551
|
+
// LocateOff aliases
|
|
1552
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1541
1553
|
// LockKeyhole aliases
|
|
1542
1554
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1543
|
-
// LogIn aliases
|
|
1544
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1545
1555
|
// Lock aliases
|
|
1546
1556
|
export { default as LockIcon } from '../icons/lock';
|
|
1557
|
+
// LogIn aliases
|
|
1558
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1547
1559
|
// LogOut aliases
|
|
1548
1560
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1549
|
-
// Lollipop aliases
|
|
1550
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1551
1561
|
// Logs aliases
|
|
1552
1562
|
export { default as LogsIcon } from '../icons/logs';
|
|
1563
|
+
// Lollipop aliases
|
|
1564
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1553
1565
|
// Luggage aliases
|
|
1554
1566
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1555
|
-
// MailMinus aliases
|
|
1556
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1557
1567
|
// Magnet aliases
|
|
1558
1568
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1559
1569
|
// MailCheck aliases
|
|
1560
1570
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1571
|
+
// MailMinus aliases
|
|
1572
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1561
1573
|
// MailOpen aliases
|
|
1562
1574
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1563
1575
|
// MailPlus aliases
|
|
1564
1576
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1565
|
-
// MailSearch aliases
|
|
1566
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1567
1577
|
// MailWarning aliases
|
|
1568
1578
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1579
|
+
// MailSearch aliases
|
|
1580
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1569
1581
|
// MailX aliases
|
|
1570
1582
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1571
|
-
// Mail aliases
|
|
1572
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1573
1583
|
// Mailbox aliases
|
|
1574
1584
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1575
|
-
//
|
|
1576
|
-
export { default as
|
|
1585
|
+
// Mail aliases
|
|
1586
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1577
1587
|
// Mails aliases
|
|
1578
1588
|
export { default as MailsIcon } from '../icons/mails';
|
|
1589
|
+
// MapMinus aliases
|
|
1590
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1579
1591
|
// MapPinCheck aliases
|
|
1580
1592
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1581
1593
|
// MapPinCheckInside aliases
|
|
1582
1594
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1583
|
-
// MapPinMinusInside aliases
|
|
1584
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1585
1595
|
// MapPinHouse aliases
|
|
1586
1596
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1597
|
+
// MapPinMinusInside aliases
|
|
1598
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1587
1599
|
// MapPinMinus aliases
|
|
1588
1600
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1589
1601
|
// MapPinOff aliases
|
|
1590
1602
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1591
|
-
// MapPinXInside aliases
|
|
1592
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1593
1603
|
// MapPinPlusInside aliases
|
|
1594
1604
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1595
1605
|
// MapPinPlus aliases
|
|
1596
1606
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1597
1607
|
// MapPinX aliases
|
|
1598
1608
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1609
|
+
// MapPinXInside aliases
|
|
1610
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1599
1611
|
// MapPin aliases
|
|
1600
1612
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1601
1613
|
// MapPinned aliases
|
|
1602
1614
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1603
|
-
// MarsStroke aliases
|
|
1604
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1605
1615
|
// MapPlus aliases
|
|
1606
1616
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1607
1617
|
// Map aliases
|
|
1608
1618
|
export { default as MapIcon } from '../icons/map';
|
|
1619
|
+
// Martini aliases
|
|
1620
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1609
1621
|
// Mars aliases
|
|
1610
1622
|
export { default as MarsIcon } from '../icons/mars';
|
|
1623
|
+
// MarsStroke aliases
|
|
1624
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1611
1625
|
// Maximize2 aliases
|
|
1612
1626
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1613
|
-
// Martini aliases
|
|
1614
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1615
1627
|
// Maximize aliases
|
|
1616
1628
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1617
1629
|
// Medal aliases
|
|
1618
1630
|
export { default as MedalIcon } from '../icons/medal';
|
|
1619
1631
|
// MegaphoneOff aliases
|
|
1620
1632
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1621
|
-
// Megaphone aliases
|
|
1622
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1623
1633
|
// Meh aliases
|
|
1624
1634
|
export { default as MehIcon } from '../icons/meh';
|
|
1635
|
+
// Megaphone aliases
|
|
1636
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1625
1637
|
// MemoryStick aliases
|
|
1626
1638
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1639
|
+
// Menu aliases
|
|
1640
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1627
1641
|
// Merge aliases
|
|
1628
1642
|
export { default as MergeIcon } from '../icons/merge';
|
|
1629
1643
|
// MessageCircleCode aliases
|
|
1630
1644
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1631
|
-
// Menu aliases
|
|
1632
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1633
|
-
// MessageCircleHeart aliases
|
|
1634
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1635
1645
|
// MessageCircleDashed aliases
|
|
1636
1646
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1647
|
+
// MessageCircleHeart aliases
|
|
1648
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1639
1649
|
// MessageCircleMore aliases
|
|
1640
1650
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1641
|
-
// MessageCirclePlus aliases
|
|
1642
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1643
1651
|
// MessageCircleOff aliases
|
|
1644
1652
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1653
|
+
// MessageCirclePlus aliases
|
|
1654
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1655
|
+
// MessageCircleReply aliases
|
|
1656
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1645
1657
|
// MessageCircleWarning aliases
|
|
1646
1658
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1647
1659
|
// MessageCircleX aliases
|
|
@@ -1652,32 +1664,32 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
|
1652
1664
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1653
1665
|
// MessageSquareDashed aliases
|
|
1654
1666
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1655
|
-
// MessageSquareDot aliases
|
|
1656
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1657
1667
|
// MessageSquareDiff aliases
|
|
1658
1668
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1659
|
-
//
|
|
1660
|
-
export { default as
|
|
1669
|
+
// MessageSquareDot aliases
|
|
1670
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1661
1671
|
// MessageSquareLock aliases
|
|
1662
1672
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1673
|
+
// MessageSquareHeart aliases
|
|
1674
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1663
1675
|
// MessageSquareMore aliases
|
|
1664
1676
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1665
1677
|
// MessageSquareOff aliases
|
|
1666
1678
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1667
1679
|
// MessageSquarePlus aliases
|
|
1668
1680
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1669
|
-
// MessageSquareReply aliases
|
|
1670
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1671
1681
|
// MessageSquareQuote aliases
|
|
1672
1682
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1683
|
+
// MessageSquareReply aliases
|
|
1684
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1673
1685
|
// MessageSquareShare aliases
|
|
1674
1686
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1675
1687
|
// MessageSquareText aliases
|
|
1676
1688
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1677
|
-
// MessageSquareX aliases
|
|
1678
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1679
1689
|
// MessageSquareWarning aliases
|
|
1680
1690
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1691
|
+
// MessageSquareX aliases
|
|
1692
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1681
1693
|
// MessageSquare aliases
|
|
1682
1694
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1683
1695
|
// MessagesSquare aliases
|
|
@@ -1700,18 +1712,18 @@ export { default as MilkOffIcon } from '../icons/milk-off';
|
|
|
1700
1712
|
export { default as MilkIcon } from '../icons/milk';
|
|
1701
1713
|
// Minimize2 aliases
|
|
1702
1714
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1715
|
+
// Minimize aliases
|
|
1716
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1703
1717
|
// Minus aliases
|
|
1704
1718
|
export { default as MinusIcon } from '../icons/minus';
|
|
1705
1719
|
// MonitorCheck aliases
|
|
1706
1720
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1721
|
+
// MonitorCloud aliases
|
|
1722
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1707
1723
|
// MonitorCog aliases
|
|
1708
1724
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1709
|
-
// Minimize aliases
|
|
1710
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1711
1725
|
// MonitorDot aliases
|
|
1712
1726
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1713
|
-
// MonitorCloud aliases
|
|
1714
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1715
1727
|
// MonitorDown aliases
|
|
1716
1728
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1717
1729
|
// MonitorOff aliases
|
|
@@ -1720,10 +1732,10 @@ export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
|
1720
1732
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1721
1733
|
// MonitorPlay aliases
|
|
1722
1734
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1723
|
-
// MonitorSpeaker aliases
|
|
1724
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1725
1735
|
// MonitorSmartphone aliases
|
|
1726
1736
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1737
|
+
// MonitorSpeaker aliases
|
|
1738
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1727
1739
|
// MonitorStop aliases
|
|
1728
1740
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1729
1741
|
// MonitorUp aliases
|
|
@@ -1744,30 +1756,32 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1744
1756
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1745
1757
|
// MouseOff aliases
|
|
1746
1758
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1759
|
+
// MousePointer2Off aliases
|
|
1760
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1747
1761
|
// MousePointer2 aliases
|
|
1748
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1749
|
-
// MousePointerClick aliases
|
|
1750
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1762
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1751
1763
|
// MousePointerBan aliases
|
|
1752
1764
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1753
|
-
//
|
|
1754
|
-
export { default as
|
|
1765
|
+
// MousePointerClick aliases
|
|
1766
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1755
1767
|
// MousePointer aliases
|
|
1756
1768
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1757
1769
|
// Mouse aliases
|
|
1758
1770
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1771
|
+
// MoveDiagonal2 aliases
|
|
1772
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1759
1773
|
// MoveDiagonal aliases
|
|
1760
1774
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1761
|
-
// MoveDownRight aliases
|
|
1762
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1763
1775
|
// MoveDownLeft aliases
|
|
1764
1776
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1777
|
+
// MoveDownRight aliases
|
|
1778
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1765
1779
|
// MoveDown aliases
|
|
1766
1780
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1767
|
-
// MoveHorizontal aliases
|
|
1768
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1769
1781
|
// MoveLeft aliases
|
|
1770
1782
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1783
|
+
// MoveHorizontal aliases
|
|
1784
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1771
1785
|
// MoveRight aliases
|
|
1772
1786
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1773
1787
|
// MoveUpLeft aliases
|
|
@@ -1780,22 +1794,22 @@ export { default as MoveUpIcon } from '../icons/move-up';
|
|
|
1780
1794
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1781
1795
|
// Move aliases
|
|
1782
1796
|
export { default as MoveIcon } from '../icons/move';
|
|
1783
|
-
// Music3 aliases
|
|
1784
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1785
1797
|
// Music2 aliases
|
|
1786
1798
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1787
|
-
//
|
|
1788
|
-
export { default as
|
|
1799
|
+
// Music3 aliases
|
|
1800
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1789
1801
|
// Music aliases
|
|
1790
1802
|
export { default as MusicIcon } from '../icons/music';
|
|
1803
|
+
// Music4 aliases
|
|
1804
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1791
1805
|
// Navigation2Off aliases
|
|
1792
1806
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1793
1807
|
// Navigation2 aliases
|
|
1794
1808
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1795
|
-
// NavigationOff aliases
|
|
1796
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1797
1809
|
// Navigation aliases
|
|
1798
1810
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1811
|
+
// NavigationOff aliases
|
|
1812
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1799
1813
|
// Network aliases
|
|
1800
1814
|
export { default as NetworkIcon } from '../icons/network';
|
|
1801
1815
|
// Newspaper aliases
|
|
@@ -1806,10 +1820,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1806
1820
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1807
1821
|
// NotebookPen aliases
|
|
1808
1822
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1809
|
-
// NotebookText aliases
|
|
1810
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1811
1823
|
// NotebookTabs aliases
|
|
1812
1824
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1825
|
+
// NotebookText aliases
|
|
1826
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1813
1827
|
// Notebook aliases
|
|
1814
1828
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1815
1829
|
// NotepadTextDashed aliases
|
|
@@ -1832,12 +1846,12 @@ export { default as OptionIcon } from '../icons/option';
|
|
|
1832
1846
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1833
1847
|
// Origami aliases
|
|
1834
1848
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1835
|
-
// PackageMinus aliases
|
|
1836
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1837
1849
|
// Package2 aliases
|
|
1838
1850
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1839
1851
|
// PackageCheck aliases
|
|
1840
1852
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1853
|
+
// PackageMinus aliases
|
|
1854
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1841
1855
|
// PackageOpen aliases
|
|
1842
1856
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1843
1857
|
// PackagePlus aliases
|
|
@@ -1848,62 +1862,62 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1848
1862
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1849
1863
|
// Package aliases
|
|
1850
1864
|
export { default as PackageIcon } from '../icons/package';
|
|
1851
|
-
// PaintRoller aliases
|
|
1852
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1853
1865
|
// PaintBucket aliases
|
|
1854
1866
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1867
|
+
// PaintRoller aliases
|
|
1868
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1855
1869
|
// Paintbrush aliases
|
|
1856
1870
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1857
1871
|
// Palette aliases
|
|
1858
1872
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1859
1873
|
// Panda aliases
|
|
1860
1874
|
export { default as PandaIcon } from '../icons/panda';
|
|
1861
|
-
// PanelBottomOpen aliases
|
|
1862
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1863
1875
|
// PanelBottomClose aliases
|
|
1864
1876
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1865
1877
|
// PanelBottom aliases
|
|
1866
1878
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1879
|
+
// PanelBottomOpen aliases
|
|
1880
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1867
1881
|
// PanelLeftRightDashed aliases
|
|
1868
1882
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1869
1883
|
// PanelRightClose aliases
|
|
1870
1884
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1871
|
-
// PanelRightOpen aliases
|
|
1872
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1873
|
-
// PanelRight aliases
|
|
1874
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1875
1885
|
// PanelTopBottomDashed aliases
|
|
1876
1886
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1887
|
+
// PanelRight aliases
|
|
1888
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1889
|
+
// PanelRightOpen aliases
|
|
1890
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1877
1891
|
// PanelTopClose aliases
|
|
1878
1892
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1879
1893
|
// PanelTopOpen aliases
|
|
1880
1894
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1881
1895
|
// PanelTop aliases
|
|
1882
1896
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1883
|
-
// PanelsRightBottom aliases
|
|
1884
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1885
1897
|
// PanelsLeftBottom aliases
|
|
1886
1898
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1899
|
+
// PanelsRightBottom aliases
|
|
1900
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1887
1901
|
// Paperclip aliases
|
|
1888
1902
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1889
|
-
// Parentheses aliases
|
|
1890
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1891
1903
|
// ParkingMeter aliases
|
|
1892
1904
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1905
|
+
// Parentheses aliases
|
|
1906
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1893
1907
|
// PartyPopper aliases
|
|
1894
1908
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1895
1909
|
// Pause aliases
|
|
1896
1910
|
export { default as PauseIcon } from '../icons/pause';
|
|
1911
|
+
// PcCase aliases
|
|
1912
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1897
1913
|
// PawPrint aliases
|
|
1898
1914
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1899
1915
|
// PenOff aliases
|
|
1900
1916
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1901
|
-
// PcCase aliases
|
|
1902
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1903
|
-
// PencilLine aliases
|
|
1904
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1905
1917
|
// PenTool aliases
|
|
1906
1918
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1919
|
+
// PencilLine aliases
|
|
1920
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1907
1921
|
// PencilOff aliases
|
|
1908
1922
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1909
1923
|
// PencilRuler aliases
|
|
@@ -1912,24 +1926,24 @@ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
|
1912
1926
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1913
1927
|
// Pentagon aliases
|
|
1914
1928
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1915
|
-
// PersonStanding aliases
|
|
1916
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1917
1929
|
// Percent aliases
|
|
1918
1930
|
export { default as PercentIcon } from '../icons/percent';
|
|
1919
1931
|
// PhilippinePeso aliases
|
|
1920
1932
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1921
1933
|
// PhoneCall aliases
|
|
1922
1934
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1935
|
+
// PersonStanding aliases
|
|
1936
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1923
1937
|
// PhoneForwarded aliases
|
|
1924
1938
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1925
1939
|
// PhoneIncoming aliases
|
|
1926
1940
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1927
1941
|
// PhoneMissed aliases
|
|
1928
1942
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1929
|
-
// PhoneOutgoing aliases
|
|
1930
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1931
1943
|
// PhoneOff aliases
|
|
1932
1944
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1945
|
+
// PhoneOutgoing aliases
|
|
1946
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1933
1947
|
// Phone aliases
|
|
1934
1948
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1935
1949
|
// Pi aliases
|
|
@@ -1940,92 +1954,92 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
1940
1954
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1941
1955
|
// PictureInPicture2 aliases
|
|
1942
1956
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1943
|
-
// PiggyBank aliases
|
|
1944
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1945
1957
|
// PictureInPicture aliases
|
|
1946
1958
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1959
|
+
// PiggyBank aliases
|
|
1960
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1947
1961
|
// PilcrowLeft aliases
|
|
1948
1962
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1963
|
+
// PilcrowRight aliases
|
|
1964
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1949
1965
|
// Pilcrow aliases
|
|
1950
1966
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1951
1967
|
// PillBottle aliases
|
|
1952
1968
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1953
|
-
// PilcrowRight aliases
|
|
1954
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1955
1969
|
// Pill aliases
|
|
1956
1970
|
export { default as PillIcon } from '../icons/pill';
|
|
1957
|
-
// PinOff aliases
|
|
1958
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1959
|
-
// Pizza aliases
|
|
1960
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
1961
1971
|
// Pin aliases
|
|
1962
1972
|
export { default as PinIcon } from '../icons/pin';
|
|
1973
|
+
// PinOff aliases
|
|
1974
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1963
1975
|
// Pipette aliases
|
|
1964
1976
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1977
|
+
// Pizza aliases
|
|
1978
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
1965
1979
|
// PlaneLanding aliases
|
|
1966
1980
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1967
1981
|
// PlaneTakeoff aliases
|
|
1968
1982
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1969
1983
|
// Plane aliases
|
|
1970
1984
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1971
|
-
// Plug2 aliases
|
|
1972
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1973
1985
|
// Play aliases
|
|
1974
1986
|
export { default as PlayIcon } from '../icons/play';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1987
|
+
// Plug2 aliases
|
|
1988
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1977
1989
|
// Plus aliases
|
|
1978
1990
|
export { default as PlusIcon } from '../icons/plus';
|
|
1991
|
+
// Plug aliases
|
|
1992
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1979
1993
|
// PocketKnife aliases
|
|
1980
1994
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1981
1995
|
// Pocket aliases
|
|
1982
1996
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1983
|
-
// Podcast aliases
|
|
1984
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
1985
1997
|
// PointerOff aliases
|
|
1986
1998
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1987
1999
|
// Pointer aliases
|
|
1988
2000
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2001
|
+
// Podcast aliases
|
|
2002
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2003
|
+
// Popsicle aliases
|
|
2004
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1989
2005
|
// Popcorn aliases
|
|
1990
2006
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1991
2007
|
// PoundSterling aliases
|
|
1992
2008
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1993
|
-
// Popsicle aliases
|
|
1994
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1995
2009
|
// PowerOff aliases
|
|
1996
2010
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1997
|
-
// Power aliases
|
|
1998
|
-
export { default as PowerIcon } from '../icons/power';
|
|
1999
2011
|
// Presentation aliases
|
|
2000
2012
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
2013
|
+
// Power aliases
|
|
2014
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2003
2015
|
// PrinterCheck aliases
|
|
2004
2016
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2005
|
-
//
|
|
2006
|
-
export { default as
|
|
2017
|
+
// Printer aliases
|
|
2018
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2007
2019
|
// Projector aliases
|
|
2008
2020
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2021
|
+
// Proportions aliases
|
|
2022
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2009
2023
|
// Puzzle aliases
|
|
2010
2024
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2011
|
-
// QrCode aliases
|
|
2012
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2013
2025
|
// Pyramid aliases
|
|
2014
2026
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2027
|
+
// QrCode aliases
|
|
2028
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2017
2029
|
// Quote aliases
|
|
2018
2030
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2031
|
+
// Rabbit aliases
|
|
2032
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2019
2033
|
// Radar aliases
|
|
2020
2034
|
export { default as RadarIcon } from '../icons/radar';
|
|
2021
2035
|
// Radiation aliases
|
|
2022
2036
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2023
2037
|
// Radical aliases
|
|
2024
2038
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2025
|
-
// RadioReceiver aliases
|
|
2026
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2027
2039
|
// RadioTower aliases
|
|
2028
2040
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2041
|
+
// RadioReceiver aliases
|
|
2042
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2029
2043
|
// Radio aliases
|
|
2030
2044
|
export { default as RadioIcon } from '../icons/radio';
|
|
2031
2045
|
// Radius aliases
|
|
@@ -2036,18 +2050,18 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2036
2050
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2037
2051
|
// Rat aliases
|
|
2038
2052
|
export { default as RatIcon } from '../icons/rat';
|
|
2039
|
-
// ReceiptCent aliases
|
|
2040
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2041
2053
|
// Ratio aliases
|
|
2042
2054
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2055
|
+
// ReceiptCent aliases
|
|
2056
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2043
2057
|
// ReceiptEuro aliases
|
|
2044
2058
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2045
2059
|
// ReceiptIndianRupee aliases
|
|
2046
2060
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2047
|
-
// ReceiptPoundSterling aliases
|
|
2048
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2049
2061
|
// ReceiptJapaneseYen aliases
|
|
2050
2062
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
|
+
// ReceiptPoundSterling aliases
|
|
2064
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2051
2065
|
// ReceiptSwissFranc aliases
|
|
2052
2066
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2053
2067
|
// ReceiptRussianRuble aliases
|
|
@@ -2058,12 +2072,12 @@ export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
|
2058
2072
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2059
2073
|
// Receipt aliases
|
|
2060
2074
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2061
|
-
// RectangleHorizontal aliases
|
|
2062
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2063
2075
|
// RectangleCircle aliases
|
|
2064
2076
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2065
2077
|
// RectangleGoggles aliases
|
|
2066
2078
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2079
|
+
// RectangleHorizontal aliases
|
|
2080
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2067
2081
|
// RectangleVertical aliases
|
|
2068
2082
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2069
2083
|
// Recycle aliases
|
|
@@ -2084,12 +2098,12 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2084
2098
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2085
2099
|
// Refrigerator aliases
|
|
2086
2100
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2101
|
+
// Regex aliases
|
|
2102
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2087
2103
|
// RemoveFormatting aliases
|
|
2088
2104
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2089
2105
|
// Repeat1 aliases
|
|
2090
2106
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2091
|
-
// Regex aliases
|
|
2092
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2093
2107
|
// Repeat2 aliases
|
|
2094
2108
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2095
2109
|
// Repeat aliases
|
|
@@ -2098,22 +2112,22 @@ export { default as RepeatIcon } from '../icons/repeat';
|
|
|
2098
2112
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2099
2113
|
// Replace aliases
|
|
2100
2114
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2101
|
-
// Rewind aliases
|
|
2102
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2103
2115
|
// ReplyAll aliases
|
|
2104
2116
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2117
|
+
// Rewind aliases
|
|
2118
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2107
2119
|
// Ribbon aliases
|
|
2108
2120
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2121
|
+
// Reply aliases
|
|
2122
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2109
2123
|
// Rocket aliases
|
|
2110
2124
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2111
2125
|
// RockingChair aliases
|
|
2112
2126
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2113
|
-
// Rose aliases
|
|
2114
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2115
2127
|
// RollerCoaster aliases
|
|
2116
2128
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2129
|
+
// Rose aliases
|
|
2130
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2117
2131
|
// RotateCcwKey aliases
|
|
2118
2132
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2119
2133
|
// RotateCcwSquare aliases
|
|
@@ -2126,20 +2140,20 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2126
2140
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2127
2141
|
// RouteOff aliases
|
|
2128
2142
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2129
|
-
// Router aliases
|
|
2130
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2131
2143
|
// Route aliases
|
|
2132
2144
|
export { default as RouteIcon } from '../icons/route';
|
|
2145
|
+
// Router aliases
|
|
2146
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2133
2147
|
// Rows4 aliases
|
|
2134
2148
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2135
|
-
// Rss aliases
|
|
2136
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2137
2149
|
// RulerDimensionLine aliases
|
|
2138
2150
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2139
|
-
//
|
|
2140
|
-
export { default as
|
|
2151
|
+
// Rss aliases
|
|
2152
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2141
2153
|
// Ruler aliases
|
|
2142
2154
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2155
|
+
// RussianRuble aliases
|
|
2156
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2143
2157
|
// Sailboat aliases
|
|
2144
2158
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2145
2159
|
// Salad aliases
|
|
@@ -2150,10 +2164,10 @@ export { default as SandwichIcon } from '../icons/sandwich';
|
|
|
2150
2164
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2151
2165
|
// Satellite aliases
|
|
2152
2166
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2153
|
-
// SaveAll aliases
|
|
2154
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2155
2167
|
// SaudiRiyal aliases
|
|
2156
2168
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2169
|
+
// SaveAll aliases
|
|
2170
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2157
2171
|
// SaveOff aliases
|
|
2158
2172
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2159
2173
|
// Save aliases
|
|
@@ -2162,16 +2176,16 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2162
2176
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2163
2177
|
// Scaling aliases
|
|
2164
2178
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2165
|
-
// ScanEye aliases
|
|
2166
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2167
2179
|
// ScanBarcode aliases
|
|
2168
2180
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2181
|
+
// ScanEye aliases
|
|
2182
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2169
2183
|
// ScanFace aliases
|
|
2170
2184
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2171
|
-
// ScanLine aliases
|
|
2172
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2173
2185
|
// ScanHeart aliases
|
|
2174
2186
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2187
|
+
// ScanLine aliases
|
|
2188
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2175
2189
|
// ScanQrCode aliases
|
|
2176
2190
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2177
2191
|
// ScanSearch aliases
|
|
@@ -2202,32 +2216,32 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2202
2216
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2203
2217
|
// SearchX aliases
|
|
2204
2218
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2205
|
-
// Search aliases
|
|
2206
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2207
2219
|
// Section aliases
|
|
2208
2220
|
export { default as SectionIcon } from '../icons/section';
|
|
2221
|
+
// Search aliases
|
|
2222
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2209
2223
|
// SendToBack aliases
|
|
2210
2224
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2211
2225
|
// Send aliases
|
|
2212
2226
|
export { default as SendIcon } from '../icons/send';
|
|
2213
|
-
// SeparatorVertical aliases
|
|
2214
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2215
2227
|
// SeparatorHorizontal aliases
|
|
2216
2228
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2217
|
-
//
|
|
2218
|
-
export { default as
|
|
2229
|
+
// SeparatorVertical aliases
|
|
2230
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2219
2231
|
// ServerCrash aliases
|
|
2220
2232
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2221
2233
|
// ServerOff aliases
|
|
2222
2234
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2235
|
+
// ServerCog aliases
|
|
2236
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2223
2237
|
// Server aliases
|
|
2224
2238
|
export { default as ServerIcon } from '../icons/server';
|
|
2239
|
+
// Settings2 aliases
|
|
2240
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2225
2241
|
// Settings aliases
|
|
2226
2242
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2227
2243
|
// Shapes aliases
|
|
2228
2244
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2229
|
-
// Settings2 aliases
|
|
2230
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2231
2245
|
// Share2 aliases
|
|
2232
2246
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2233
2247
|
// Share aliases
|
|
@@ -2238,22 +2252,22 @@ export { default as SheetIcon } from '../icons/sheet';
|
|
|
2238
2252
|
export { default as ShellIcon } from '../icons/shell';
|
|
2239
2253
|
// ShieldAlert aliases
|
|
2240
2254
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2255
|
+
// ShieldBan aliases
|
|
2256
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2241
2257
|
// ShieldCheck aliases
|
|
2242
2258
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2243
2259
|
// ShieldEllipsis aliases
|
|
2244
2260
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2245
|
-
// ShieldBan aliases
|
|
2246
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2247
2261
|
// ShieldHalf aliases
|
|
2248
2262
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2249
2263
|
// ShieldMinus aliases
|
|
2250
2264
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2251
2265
|
// ShieldOff aliases
|
|
2252
2266
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2253
|
-
// ShieldUser aliases
|
|
2254
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2255
2267
|
// ShieldPlus aliases
|
|
2256
2268
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2269
|
+
// ShieldUser aliases
|
|
2270
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2257
2271
|
// Shield aliases
|
|
2258
2272
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2259
2273
|
// ShipWheel aliases
|
|
@@ -2262,28 +2276,28 @@ export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
|
2262
2276
|
export { default as ShipIcon } from '../icons/ship';
|
|
2263
2277
|
// Shirt aliases
|
|
2264
2278
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2265
|
-
// ShoppingBasket aliases
|
|
2266
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2267
2279
|
// ShoppingBag aliases
|
|
2268
2280
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2281
|
+
// ShoppingBasket aliases
|
|
2282
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2269
2283
|
// ShoppingCart aliases
|
|
2270
2284
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2285
|
+
// Shovel aliases
|
|
2286
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2271
2287
|
// ShowerHead aliases
|
|
2272
2288
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2273
2289
|
// Shredder aliases
|
|
2274
2290
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2275
|
-
// Shovel aliases
|
|
2276
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2277
2291
|
// Shrimp aliases
|
|
2278
2292
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2279
2293
|
// Shrink aliases
|
|
2280
2294
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2281
2295
|
// Shrub aliases
|
|
2282
2296
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2283
|
-
// Sigma aliases
|
|
2284
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2285
2297
|
// Shuffle aliases
|
|
2286
2298
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2299
|
+
// Sigma aliases
|
|
2300
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2287
2301
|
// SignalHigh aliases
|
|
2288
2302
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2289
2303
|
// SignalLow aliases
|
|
@@ -2298,26 +2312,26 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2298
2312
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2299
2313
|
// SignpostBig aliases
|
|
2300
2314
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2301
|
-
// Siren aliases
|
|
2302
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2303
2315
|
// Signpost aliases
|
|
2304
2316
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2305
|
-
//
|
|
2306
|
-
export { default as
|
|
2317
|
+
// Siren aliases
|
|
2318
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2307
2319
|
// SkipBack aliases
|
|
2308
2320
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2321
|
+
// SkipForward aliases
|
|
2322
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2309
2323
|
// Skull aliases
|
|
2310
2324
|
export { default as SkullIcon } from '../icons/skull';
|
|
2311
2325
|
// Slack aliases
|
|
2312
2326
|
export { default as SlackIcon } from '../icons/slack';
|
|
2313
2327
|
// Slash aliases
|
|
2314
2328
|
export { default as SlashIcon } from '../icons/slash';
|
|
2315
|
-
// SmartphoneCharging aliases
|
|
2316
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2317
2329
|
// Slice aliases
|
|
2318
2330
|
export { default as SliceIcon } from '../icons/slice';
|
|
2319
2331
|
// SlidersHorizontal aliases
|
|
2320
2332
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2333
|
+
// SmartphoneCharging aliases
|
|
2334
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2321
2335
|
// SmartphoneNfc aliases
|
|
2322
2336
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2323
2337
|
// Smartphone aliases
|
|
@@ -2326,22 +2340,22 @@ export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
|
2326
2340
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2327
2341
|
// Smile aliases
|
|
2328
2342
|
export { default as SmileIcon } from '../icons/smile';
|
|
2329
|
-
// Snowflake aliases
|
|
2330
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2331
|
-
// SoapDispenserDroplet aliases
|
|
2332
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2333
2343
|
// Snail aliases
|
|
2334
2344
|
export { default as SnailIcon } from '../icons/snail';
|
|
2345
|
+
// SoapDispenserDroplet aliases
|
|
2346
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2347
|
+
// Snowflake aliases
|
|
2348
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2335
2349
|
// Sofa aliases
|
|
2336
2350
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2337
2351
|
// SolarPanel aliases
|
|
2338
2352
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2339
2353
|
// Soup aliases
|
|
2340
2354
|
export { default as SoupIcon } from '../icons/soup';
|
|
2341
|
-
// Spade aliases
|
|
2342
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2343
2355
|
// Space aliases
|
|
2344
2356
|
export { default as SpaceIcon } from '../icons/space';
|
|
2357
|
+
// Spade aliases
|
|
2358
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2345
2359
|
// Sparkle aliases
|
|
2346
2360
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2347
2361
|
// Speaker aliases
|
|
@@ -2356,24 +2370,24 @@ export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
|
2356
2370
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2357
2371
|
// Spline aliases
|
|
2358
2372
|
export { default as SplineIcon } from '../icons/spline';
|
|
2359
|
-
// Spool aliases
|
|
2360
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2361
2373
|
// Split aliases
|
|
2362
2374
|
export { default as SplitIcon } from '../icons/split';
|
|
2363
|
-
//
|
|
2364
|
-
export { default as
|
|
2375
|
+
// Spool aliases
|
|
2376
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2365
2377
|
// Spotlight aliases
|
|
2366
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2367
|
-
// Sprout aliases
|
|
2368
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2369
|
-
//
|
|
2370
|
-
export { default as
|
|
2371
|
-
// SquarePause aliases
|
|
2372
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2378
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
|
+
// Sprout aliases
|
|
2380
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2381
|
+
// SprayCan aliases
|
|
2382
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2373
2383
|
// SquareDashedBottomCode aliases
|
|
2374
2384
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2385
|
+
// SquareDashedBottom aliases
|
|
2386
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2375
2387
|
// SquareDashedTopSolid aliases
|
|
2376
2388
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2389
|
+
// SquarePause aliases
|
|
2390
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2377
2391
|
// SquareRadical aliases
|
|
2378
2392
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2379
2393
|
// SquareRoundCorner aliases
|
|
@@ -2384,60 +2398,60 @@ export { default as SquareSquareIcon } from '../icons/square-square';
|
|
|
2384
2398
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2385
2399
|
// SquareStar aliases
|
|
2386
2400
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2387
|
-
// SquareStop aliases
|
|
2388
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2389
2401
|
// Square aliases
|
|
2390
2402
|
export { default as SquareIcon } from '../icons/square';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2403
|
+
// SquareStop aliases
|
|
2404
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2393
2405
|
// SquaresIntersect aliases
|
|
2394
2406
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2407
|
+
// SquaresExclude aliases
|
|
2408
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2397
2409
|
// SquaresSubtract aliases
|
|
2398
2410
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2399
|
-
// Squircle aliases
|
|
2400
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2401
2411
|
// SquircleDashed aliases
|
|
2402
2412
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2413
|
+
// SquaresUnite aliases
|
|
2414
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2415
|
+
// Squircle aliases
|
|
2416
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2403
2417
|
// Squirrel aliases
|
|
2404
2418
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2405
2419
|
// Stamp aliases
|
|
2406
2420
|
export { default as StampIcon } from '../icons/stamp';
|
|
2407
2421
|
// StarHalf aliases
|
|
2408
2422
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2409
|
-
// StarOff aliases
|
|
2410
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2411
2423
|
// Star aliases
|
|
2412
2424
|
export { default as StarIcon } from '../icons/star';
|
|
2425
|
+
// StarOff aliases
|
|
2426
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2413
2427
|
// StepBack aliases
|
|
2414
2428
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2415
|
-
// Stethoscope aliases
|
|
2416
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2417
2429
|
// StepForward aliases
|
|
2418
2430
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2419
|
-
//
|
|
2420
|
-
export { default as
|
|
2421
|
-
// StretchHorizontal aliases
|
|
2422
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2431
|
+
// Stethoscope aliases
|
|
2432
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2423
2433
|
// Sticker aliases
|
|
2424
2434
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2435
|
+
// StickyNote aliases
|
|
2436
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2425
2437
|
// Store aliases
|
|
2426
2438
|
export { default as StoreIcon } from '../icons/store';
|
|
2427
2439
|
// StretchVertical aliases
|
|
2428
2440
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2441
|
+
// StretchHorizontal aliases
|
|
2442
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2429
2443
|
// Strikethrough aliases
|
|
2430
2444
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2431
2445
|
// Subscript aliases
|
|
2432
2446
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2433
2447
|
// SunDim aliases
|
|
2434
2448
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2435
|
-
// SunMoon aliases
|
|
2436
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2437
2449
|
// SunMedium aliases
|
|
2438
2450
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2439
2451
|
// SunSnow aliases
|
|
2440
2452
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2453
|
+
// SunMoon aliases
|
|
2454
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2441
2455
|
// Sun aliases
|
|
2442
2456
|
export { default as SunIcon } from '../icons/sun';
|
|
2443
2457
|
// Sunrise aliases
|
|
@@ -2446,30 +2460,30 @@ export { default as SunriseIcon } from '../icons/sunrise';
|
|
|
2446
2460
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2447
2461
|
// Superscript aliases
|
|
2448
2462
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2449
|
-
// SwissFranc aliases
|
|
2450
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2451
2463
|
// SwatchBook aliases
|
|
2452
2464
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2465
|
+
// SwissFranc aliases
|
|
2466
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2453
2467
|
// SwitchCamera aliases
|
|
2454
2468
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2455
2469
|
// Sword aliases
|
|
2456
2470
|
export { default as SwordIcon } from '../icons/sword';
|
|
2457
|
-
// Syringe aliases
|
|
2458
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2459
2471
|
// Swords aliases
|
|
2460
2472
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2461
2473
|
// Table2 aliases
|
|
2462
2474
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2475
|
+
// Syringe aliases
|
|
2476
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2463
2477
|
// TableCellsMerge aliases
|
|
2464
2478
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2465
2479
|
// TableCellsSplit aliases
|
|
2466
2480
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2467
|
-
// TableOfContents aliases
|
|
2468
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2469
2481
|
// TableColumnsSplit aliases
|
|
2470
2482
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2471
2483
|
// TableProperties aliases
|
|
2472
2484
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2485
|
+
// TableOfContents aliases
|
|
2486
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2473
2487
|
// TableRowsSplit aliases
|
|
2474
2488
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2475
2489
|
// Table aliases
|
|
@@ -2504,10 +2518,10 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2504
2518
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2505
2519
|
// Tent aliases
|
|
2506
2520
|
export { default as TentIcon } from '../icons/tent';
|
|
2507
|
-
// TestTube aliases
|
|
2508
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2509
2521
|
// Terminal aliases
|
|
2510
2522
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2523
|
+
// TestTube aliases
|
|
2524
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2511
2525
|
// TestTubes aliases
|
|
2512
2526
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2513
2527
|
// TextCursorInput aliases
|
|
@@ -2522,64 +2536,64 @@ export { default as TextSearchIcon } from '../icons/text-search';
|
|
|
2522
2536
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2523
2537
|
// ThermometerSnowflake aliases
|
|
2524
2538
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2525
|
-
// Thermometer aliases
|
|
2526
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2527
2539
|
// ThermometerSun aliases
|
|
2528
2540
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2541
|
+
// Thermometer aliases
|
|
2542
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2529
2543
|
// ThumbsDown aliases
|
|
2530
2544
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2531
2545
|
// ThumbsUp aliases
|
|
2532
2546
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2533
|
-
// TicketMinus aliases
|
|
2534
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2535
2547
|
// TicketCheck aliases
|
|
2536
2548
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2549
|
+
// TicketMinus aliases
|
|
2550
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2537
2551
|
// TicketPercent aliases
|
|
2538
2552
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2539
|
-
// TicketPlus aliases
|
|
2540
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2541
2553
|
// TicketSlash aliases
|
|
2542
2554
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2555
|
+
// TicketPlus aliases
|
|
2556
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2543
2557
|
// TicketX aliases
|
|
2544
2558
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2545
2559
|
// Ticket aliases
|
|
2546
2560
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2547
2561
|
// TicketsPlane aliases
|
|
2548
2562
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2549
|
-
// Tickets aliases
|
|
2550
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2551
2563
|
// TimerOff aliases
|
|
2552
2564
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2553
2565
|
// TimerReset aliases
|
|
2554
2566
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2567
|
+
// Tickets aliases
|
|
2568
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2555
2569
|
// Timer aliases
|
|
2556
2570
|
export { default as TimerIcon } from '../icons/timer';
|
|
2557
2571
|
// ToggleLeft aliases
|
|
2558
2572
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2559
|
-
// Toilet aliases
|
|
2560
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2561
2573
|
// ToggleRight aliases
|
|
2562
2574
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2575
|
+
// Toilet aliases
|
|
2576
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2563
2577
|
// ToolCase aliases
|
|
2564
2578
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2565
2579
|
// Tornado aliases
|
|
2566
2580
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2567
2581
|
// Torus aliases
|
|
2568
2582
|
export { default as TorusIcon } from '../icons/torus';
|
|
2569
|
-
// Touchpad aliases
|
|
2570
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2571
2583
|
// TouchpadOff aliases
|
|
2572
2584
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2585
|
+
// Touchpad aliases
|
|
2586
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2573
2587
|
// TowerControl aliases
|
|
2574
2588
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2575
|
-
// ToyBrick aliases
|
|
2576
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2577
2589
|
// Tractor aliases
|
|
2578
2590
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2579
|
-
//
|
|
2580
|
-
export { default as
|
|
2591
|
+
// ToyBrick aliases
|
|
2592
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2581
2593
|
// TrafficCone aliases
|
|
2582
2594
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2595
|
+
// TrainFrontTunnel aliases
|
|
2596
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2583
2597
|
// TrainFront aliases
|
|
2584
2598
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2585
2599
|
// TrainTrack aliases
|
|
@@ -2588,44 +2602,44 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2588
2602
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2589
2603
|
// Trash2 aliases
|
|
2590
2604
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2591
|
-
// TreeDeciduous aliases
|
|
2592
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2593
2605
|
// Trash aliases
|
|
2594
2606
|
export { default as TrashIcon } from '../icons/trash';
|
|
2595
2607
|
// TreePine aliases
|
|
2596
2608
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2597
2609
|
// Trees aliases
|
|
2598
2610
|
export { default as TreesIcon } from '../icons/trees';
|
|
2611
|
+
// TreeDeciduous aliases
|
|
2612
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2599
2613
|
// Trello aliases
|
|
2600
2614
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2601
2615
|
// TrendingDown aliases
|
|
2602
2616
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2603
2617
|
// TrendingUpDown aliases
|
|
2604
2618
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2605
|
-
// TriangleDashed aliases
|
|
2606
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2607
2619
|
// TrendingUp aliases
|
|
2608
2620
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2621
|
+
// TriangleDashed aliases
|
|
2622
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2609
2623
|
// TriangleRight aliases
|
|
2610
2624
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2625
|
+
// Trophy aliases
|
|
2626
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2611
2627
|
// Triangle aliases
|
|
2612
2628
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2613
2629
|
// TruckElectric aliases
|
|
2614
2630
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2615
|
-
// Trophy aliases
|
|
2616
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2617
2631
|
// Truck aliases
|
|
2618
2632
|
export { default as TruckIcon } from '../icons/truck';
|
|
2619
2633
|
// TurkishLira aliases
|
|
2620
2634
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2621
2635
|
// Turntable aliases
|
|
2622
2636
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2623
|
-
// Turtle aliases
|
|
2624
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2625
2637
|
// TvMinimalPlay aliases
|
|
2626
2638
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2627
2639
|
// Tv aliases
|
|
2628
2640
|
export { default as TvIcon } from '../icons/tv';
|
|
2641
|
+
// Turtle aliases
|
|
2642
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2629
2643
|
// Twitch aliases
|
|
2630
2644
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2631
2645
|
// Twitter aliases
|
|
@@ -2638,26 +2652,26 @@ export { default as TypeIcon } from '../icons/type';
|
|
|
2638
2652
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2639
2653
|
// Umbrella aliases
|
|
2640
2654
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2641
|
-
// Underline aliases
|
|
2642
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2643
2655
|
// Undo2 aliases
|
|
2644
2656
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2657
|
+
// Underline aliases
|
|
2658
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2645
2659
|
// UndoDot aliases
|
|
2646
2660
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2647
|
-
// Undo aliases
|
|
2648
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2649
2661
|
// UnfoldHorizontal aliases
|
|
2650
2662
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2651
2663
|
// UnfoldVertical aliases
|
|
2652
2664
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2665
|
+
// Undo aliases
|
|
2666
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2653
2667
|
// Ungroup aliases
|
|
2654
2668
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2655
2669
|
// Unlink2 aliases
|
|
2656
2670
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2657
|
-
// Unlink aliases
|
|
2658
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2659
2671
|
// Unplug aliases
|
|
2660
2672
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2673
|
+
// Unlink aliases
|
|
2674
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2661
2675
|
// Upload aliases
|
|
2662
2676
|
export { default as UploadIcon } from '../icons/upload';
|
|
2663
2677
|
// Usb aliases
|
|
@@ -2668,36 +2682,36 @@ export { default as UserCheckIcon } from '../icons/user-check';
|
|
|
2668
2682
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2669
2683
|
// UserLock aliases
|
|
2670
2684
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2671
|
-
// UserPen aliases
|
|
2672
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2673
|
-
// UserPlus aliases
|
|
2674
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2675
2685
|
// UserMinus aliases
|
|
2676
2686
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2687
|
+
// UserPlus aliases
|
|
2688
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2689
|
+
// UserPen aliases
|
|
2690
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2677
2691
|
// UserRoundPen aliases
|
|
2678
2692
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2679
2693
|
// UserRoundSearch aliases
|
|
2680
2694
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2681
2695
|
// UserSearch aliases
|
|
2682
2696
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2683
|
-
// UserX aliases
|
|
2684
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2685
2697
|
// UserStar aliases
|
|
2686
2698
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2699
|
+
// UserX aliases
|
|
2700
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2687
2701
|
// User aliases
|
|
2688
2702
|
export { default as UserIcon } from '../icons/user';
|
|
2689
2703
|
// Users aliases
|
|
2690
2704
|
export { default as UsersIcon } from '../icons/users';
|
|
2691
2705
|
// UtilityPole aliases
|
|
2692
2706
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2693
|
-
// VectorSquare aliases
|
|
2694
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2695
2707
|
// Variable aliases
|
|
2696
2708
|
export { default as VariableIcon } from '../icons/variable';
|
|
2697
2709
|
// Vault aliases
|
|
2698
2710
|
export { default as VaultIcon } from '../icons/vault';
|
|
2699
2711
|
// Vegan aliases
|
|
2700
2712
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2713
|
+
// VectorSquare aliases
|
|
2714
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2701
2715
|
// VenetianMask aliases
|
|
2702
2716
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2703
2717
|
// VenusAndMars aliases
|
|
@@ -2708,12 +2722,12 @@ export { default as VenusIcon } from '../icons/venus';
|
|
|
2708
2722
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2709
2723
|
// Vibrate aliases
|
|
2710
2724
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2725
|
+
// VideoOff aliases
|
|
2726
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2711
2727
|
// Video aliases
|
|
2712
2728
|
export { default as VideoIcon } from '../icons/video';
|
|
2713
2729
|
// Videotape aliases
|
|
2714
2730
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2715
|
-
// VideoOff aliases
|
|
2716
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2717
2731
|
// View aliases
|
|
2718
2732
|
export { default as ViewIcon } from '../icons/view';
|
|
2719
2733
|
// Voicemail aliases
|
|
@@ -2726,16 +2740,16 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2726
2740
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2727
2741
|
// VolumeOff aliases
|
|
2728
2742
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2729
|
-
// Volume aliases
|
|
2730
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2731
2743
|
// VolumeX aliases
|
|
2732
2744
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2745
|
+
// Volume aliases
|
|
2746
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2733
2747
|
// Vote aliases
|
|
2734
2748
|
export { default as VoteIcon } from '../icons/vote';
|
|
2735
|
-
// Wallet aliases
|
|
2736
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2737
2749
|
// WalletCards aliases
|
|
2738
2750
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2751
|
+
// Wallet aliases
|
|
2752
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2739
2753
|
// Wallpaper aliases
|
|
2740
2754
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2741
2755
|
// Wand aliases
|
|
@@ -2746,28 +2760,28 @@ export { default as WarehouseIcon } from '../icons/warehouse';
|
|
|
2746
2760
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2747
2761
|
// Watch aliases
|
|
2748
2762
|
export { default as WatchIcon } from '../icons/watch';
|
|
2749
|
-
// WavesLadder aliases
|
|
2750
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2751
2763
|
// Waves aliases
|
|
2752
2764
|
export { default as WavesIcon } from '../icons/waves';
|
|
2765
|
+
// WavesLadder aliases
|
|
2766
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2753
2767
|
// Waypoints aliases
|
|
2754
2768
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2755
2769
|
// Webcam aliases
|
|
2756
2770
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2757
|
-
// Weight aliases
|
|
2758
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2759
2771
|
// WebhookOff aliases
|
|
2760
2772
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2761
2773
|
// Webhook aliases
|
|
2762
2774
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2775
|
+
// Weight aliases
|
|
2776
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2763
2777
|
// WheatOff aliases
|
|
2764
2778
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2765
|
-
// Wheat aliases
|
|
2766
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2767
2779
|
// WholeWord aliases
|
|
2768
2780
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2769
2781
|
// WifiCog aliases
|
|
2770
2782
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2783
|
+
// Wheat aliases
|
|
2784
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2771
2785
|
// WifiHigh aliases
|
|
2772
2786
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2773
2787
|
// WifiLow aliases
|
|
@@ -2776,26 +2790,26 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
2776
2790
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2777
2791
|
// WifiPen aliases
|
|
2778
2792
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2779
|
-
// WifiZero aliases
|
|
2780
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2781
2793
|
// WifiSync aliases
|
|
2782
2794
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2795
|
+
// WifiZero aliases
|
|
2796
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2783
2797
|
// Wifi aliases
|
|
2784
2798
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2785
2799
|
// WindArrowDown aliases
|
|
2786
2800
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2787
2801
|
// Wind aliases
|
|
2788
2802
|
export { default as WindIcon } from '../icons/wind';
|
|
2789
|
-
// Wine aliases
|
|
2790
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2791
2803
|
// WineOff aliases
|
|
2792
2804
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2805
|
+
// Wine aliases
|
|
2806
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2793
2807
|
// Workflow aliases
|
|
2794
2808
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2795
|
-
// Wrench aliases
|
|
2796
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2797
2809
|
// Worm aliases
|
|
2798
2810
|
export { default as WormIcon } from '../icons/worm';
|
|
2811
|
+
// Wrench aliases
|
|
2812
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2799
2813
|
// X aliases
|
|
2800
2814
|
export { default as XIcon } from '../icons/x';
|
|
2801
2815
|
// Youtube aliases
|
|
@@ -2816,18 +2830,18 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2816
2830
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2817
2831
|
// ArrowUp10 aliases
|
|
2818
2832
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2819
|
-
// AlarmClockCheck aliases
|
|
2820
|
-
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2821
|
-
export {
|
|
2822
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2823
|
-
default as AlarmCheckIcon
|
|
2824
|
-
} from '../icons/alarm-clock-check';
|
|
2825
2833
|
// AlarmClockMinus aliases
|
|
2826
2834
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2827
2835
|
export {
|
|
2828
2836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2829
2837
|
default as AlarmMinusIcon
|
|
2830
2838
|
} from '../icons/alarm-clock-minus';
|
|
2839
|
+
// AlarmClockCheck aliases
|
|
2840
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2841
|
+
export {
|
|
2842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2843
|
+
default as AlarmCheckIcon
|
|
2844
|
+
} from '../icons/alarm-clock-check';
|
|
2831
2845
|
// AlarmClockPlus aliases
|
|
2832
2846
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2833
2847
|
export {
|
|
@@ -2876,18 +2890,18 @@ export {
|
|
|
2876
2890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2877
2891
|
default as Axis3DIcon
|
|
2878
2892
|
} from '../icons/axis-3d';
|
|
2879
|
-
// BadgeQuestionMark aliases
|
|
2880
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2881
|
-
export {
|
|
2882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2883
|
-
default as BadgeHelpIcon
|
|
2884
|
-
} from '../icons/badge-question-mark';
|
|
2885
2893
|
// BadgeCheck aliases
|
|
2886
2894
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2887
2895
|
export {
|
|
2888
2896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2889
2897
|
default as VerifiedIcon
|
|
2890
2898
|
} from '../icons/badge-check';
|
|
2899
|
+
// BadgeQuestionMark aliases
|
|
2900
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2901
|
+
export {
|
|
2902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2903
|
+
default as BadgeHelpIcon
|
|
2904
|
+
} from '../icons/badge-question-mark';
|
|
2891
2905
|
// BetweenHorizontalEnd aliases
|
|
2892
2906
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2893
2907
|
export {
|
|
@@ -2906,42 +2920,42 @@ export {
|
|
|
2906
2920
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2907
2921
|
default as BookTemplateIcon
|
|
2908
2922
|
} from '../icons/book-dashed';
|
|
2909
|
-
//
|
|
2910
|
-
export { default as
|
|
2923
|
+
// Captions aliases
|
|
2924
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2911
2925
|
export {
|
|
2912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2913
|
-
default as
|
|
2914
|
-
} from '../icons/
|
|
2926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2927
|
+
default as SubtitlesIcon
|
|
2928
|
+
} from '../icons/captions';
|
|
2915
2929
|
// ChartArea aliases
|
|
2916
2930
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2917
2931
|
export {
|
|
2918
2932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2919
2933
|
default as AreaChartIcon
|
|
2920
2934
|
} from '../icons/chart-area';
|
|
2921
|
-
//
|
|
2922
|
-
export { default as
|
|
2935
|
+
// Braces aliases
|
|
2936
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2923
2937
|
export {
|
|
2924
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2925
|
-
default as
|
|
2926
|
-
} from '../icons/
|
|
2938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2939
|
+
default as CurlyBracesIcon
|
|
2940
|
+
} from '../icons/braces';
|
|
2927
2941
|
// ChartBarBig aliases
|
|
2928
2942
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2929
2943
|
export {
|
|
2930
2944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2931
2945
|
default as BarChartHorizontalBigIcon
|
|
2932
2946
|
} from '../icons/chart-bar-big';
|
|
2933
|
-
// ChartCandlestick aliases
|
|
2934
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2935
|
-
export {
|
|
2936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2937
|
-
default as CandlestickChartIcon
|
|
2938
|
-
} from '../icons/chart-candlestick';
|
|
2939
2947
|
// ChartBar aliases
|
|
2940
2948
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2941
2949
|
export {
|
|
2942
2950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2943
2951
|
default as BarChartHorizontalIcon
|
|
2944
2952
|
} from '../icons/chart-bar';
|
|
2953
|
+
// ChartCandlestick aliases
|
|
2954
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2955
|
+
export {
|
|
2956
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2957
|
+
default as CandlestickChartIcon
|
|
2958
|
+
} from '../icons/chart-candlestick';
|
|
2945
2959
|
// ChartColumnBig aliases
|
|
2946
2960
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2947
2961
|
export {
|
|
@@ -2954,24 +2968,18 @@ export {
|
|
|
2954
2968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2955
2969
|
default as BarChart4Icon
|
|
2956
2970
|
} from '../icons/chart-column-increasing';
|
|
2957
|
-
// ChartColumn aliases
|
|
2958
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2959
|
-
export {
|
|
2960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2961
|
-
default as BarChart3Icon
|
|
2962
|
-
} from '../icons/chart-column';
|
|
2963
2971
|
// ChartLine aliases
|
|
2964
2972
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2965
2973
|
export {
|
|
2966
2974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2967
2975
|
default as LineChartIcon
|
|
2968
2976
|
} from '../icons/chart-line';
|
|
2969
|
-
//
|
|
2970
|
-
export { default as
|
|
2977
|
+
// ChartColumn aliases
|
|
2978
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2971
2979
|
export {
|
|
2972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2973
|
-
default as
|
|
2974
|
-
} from '../icons/chart-
|
|
2980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2981
|
+
default as BarChart3Icon
|
|
2982
|
+
} from '../icons/chart-column';
|
|
2975
2983
|
// ChartNoAxesColumn aliases
|
|
2976
2984
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2977
2985
|
export {
|
|
@@ -2984,24 +2992,36 @@ export {
|
|
|
2984
2992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2985
2993
|
default as GanttChartIcon
|
|
2986
2994
|
} from '../icons/chart-no-axes-gantt';
|
|
2987
|
-
//
|
|
2988
|
-
export { default as
|
|
2995
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
2996
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2989
2997
|
export {
|
|
2990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2991
|
-
default as
|
|
2992
|
-
} from '../icons/chart-
|
|
2998
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2999
|
+
default as BarChartIcon
|
|
3000
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
2993
3001
|
// ChartPie aliases
|
|
2994
3002
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2995
3003
|
export {
|
|
2996
3004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2997
3005
|
default as PieChartIcon
|
|
2998
3006
|
} from '../icons/chart-pie';
|
|
3007
|
+
// ChartScatter aliases
|
|
3008
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3009
|
+
export {
|
|
3010
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3011
|
+
default as ScatterChartIcon
|
|
3012
|
+
} from '../icons/chart-scatter';
|
|
2999
3013
|
// Chromium aliases
|
|
3000
3014
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3001
3015
|
export {
|
|
3002
3016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3003
3017
|
default as ChromeIcon
|
|
3004
3018
|
} from '../icons/chromium';
|
|
3019
|
+
// CircleArrowDown aliases
|
|
3020
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3021
|
+
export {
|
|
3022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3023
|
+
default as ArrowDownCircleIcon
|
|
3024
|
+
} from '../icons/circle-arrow-down';
|
|
3005
3025
|
// CircleAlert aliases
|
|
3006
3026
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3007
3027
|
export {
|
|
@@ -3014,12 +3034,6 @@ export {
|
|
|
3014
3034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3015
3035
|
default as ArrowLeftCircleIcon
|
|
3016
3036
|
} from '../icons/circle-arrow-left';
|
|
3017
|
-
// CircleArrowDown aliases
|
|
3018
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3019
|
-
export {
|
|
3020
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3021
|
-
default as ArrowDownCircleIcon
|
|
3022
|
-
} from '../icons/circle-arrow-down';
|
|
3023
3037
|
// CircleArrowOutDownLeft aliases
|
|
3024
3038
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3025
3039
|
export {
|
|
@@ -3038,6 +3052,12 @@ export {
|
|
|
3038
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3039
3053
|
default as ArrowUpLeftFromCircleIcon
|
|
3040
3054
|
} from '../icons/circle-arrow-out-up-left';
|
|
3055
|
+
// CircleArrowOutUpRight aliases
|
|
3056
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as ArrowUpRightFromCircleIcon
|
|
3060
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3041
3061
|
// CircleArrowRight aliases
|
|
3042
3062
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3043
3063
|
export {
|
|
@@ -3050,12 +3070,6 @@ export {
|
|
|
3050
3070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3051
3071
|
default as ArrowUpCircleIcon
|
|
3052
3072
|
} from '../icons/circle-arrow-up';
|
|
3053
|
-
// CircleArrowOutUpRight aliases
|
|
3054
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3055
|
-
export {
|
|
3056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3057
|
-
default as ArrowUpRightFromCircleIcon
|
|
3058
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3059
3073
|
// CircleCheckBig aliases
|
|
3060
3074
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3061
3075
|
export {
|
|
@@ -3080,18 +3094,18 @@ export {
|
|
|
3080
3094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3081
3095
|
default as ChevronLeftCircleIcon
|
|
3082
3096
|
} from '../icons/circle-chevron-left';
|
|
3083
|
-
// CircleChevronUp aliases
|
|
3084
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3085
|
-
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3087
|
-
default as ChevronUpCircleIcon
|
|
3088
|
-
} from '../icons/circle-chevron-up';
|
|
3089
3097
|
// CircleChevronRight aliases
|
|
3090
3098
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3091
3099
|
export {
|
|
3092
3100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3093
3101
|
default as ChevronRightCircleIcon
|
|
3094
3102
|
} from '../icons/circle-chevron-right';
|
|
3103
|
+
// CircleChevronUp aliases
|
|
3104
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3107
|
+
default as ChevronUpCircleIcon
|
|
3108
|
+
} from '../icons/circle-chevron-up';
|
|
3095
3109
|
// CircleDivide aliases
|
|
3096
3110
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3097
3111
|
export {
|
|
@@ -3104,18 +3118,24 @@ export {
|
|
|
3104
3118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3105
3119
|
default as GaugeCircleIcon
|
|
3106
3120
|
} from '../icons/circle-gauge';
|
|
3121
|
+
// CircleMinus aliases
|
|
3122
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as MinusCircleIcon
|
|
3126
|
+
} from '../icons/circle-minus';
|
|
3107
3127
|
// CircleParkingOff aliases
|
|
3108
3128
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3109
3129
|
export {
|
|
3110
3130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3111
3131
|
default as ParkingCircleOffIcon
|
|
3112
3132
|
} from '../icons/circle-parking-off';
|
|
3113
|
-
//
|
|
3114
|
-
export { default as
|
|
3133
|
+
// CircleParking aliases
|
|
3134
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3115
3135
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3117
|
-
default as
|
|
3118
|
-
} from '../icons/circle-
|
|
3136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3137
|
+
default as ParkingCircleIcon
|
|
3138
|
+
} from '../icons/circle-parking';
|
|
3119
3139
|
// CirclePause aliases
|
|
3120
3140
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3121
3141
|
export {
|
|
@@ -3134,12 +3154,6 @@ export {
|
|
|
3134
3154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3135
3155
|
default as PlayCircleIcon
|
|
3136
3156
|
} from '../icons/circle-play';
|
|
3137
|
-
// CircleParking aliases
|
|
3138
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3141
|
-
default as ParkingCircleIcon
|
|
3142
|
-
} from '../icons/circle-parking';
|
|
3143
3157
|
// CirclePlus aliases
|
|
3144
3158
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3145
3159
|
export {
|
|
@@ -3174,6 +3188,12 @@ export {
|
|
|
3174
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3175
3189
|
default as StopCircleIcon
|
|
3176
3190
|
} from '../icons/circle-stop';
|
|
3191
|
+
// CircleUserRound aliases
|
|
3192
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3195
|
+
default as UserCircle2Icon
|
|
3196
|
+
} from '../icons/circle-user-round';
|
|
3177
3197
|
// CircleUser aliases
|
|
3178
3198
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3179
3199
|
export {
|
|
@@ -3186,12 +3206,6 @@ export {
|
|
|
3186
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3187
3207
|
default as XCircleIcon
|
|
3188
3208
|
} from '../icons/circle-x';
|
|
3189
|
-
// CircleUserRound aliases
|
|
3190
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3191
|
-
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3193
|
-
default as UserCircle2Icon
|
|
3194
|
-
} from '../icons/circle-user-round';
|
|
3195
3209
|
// ClipboardPenLine aliases
|
|
3196
3210
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3197
3211
|
export {
|
|
@@ -3204,36 +3218,30 @@ export {
|
|
|
3204
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3205
3219
|
default as ClipboardEditIcon
|
|
3206
3220
|
} from '../icons/clipboard-pen';
|
|
3207
|
-
// CloudDownload aliases
|
|
3208
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3209
|
-
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3211
|
-
default as DownloadCloudIcon
|
|
3212
|
-
} from '../icons/cloud-download';
|
|
3213
3221
|
// CloudUpload aliases
|
|
3214
3222
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3215
3223
|
export {
|
|
3216
3224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3217
3225
|
default as UploadCloudIcon
|
|
3218
3226
|
} from '../icons/cloud-upload';
|
|
3219
|
-
//
|
|
3220
|
-
export { default as
|
|
3227
|
+
// CloudDownload aliases
|
|
3228
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3221
3229
|
export {
|
|
3222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3223
|
-
default as
|
|
3224
|
-
} from '../icons/
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3231
|
+
default as DownloadCloudIcon
|
|
3232
|
+
} from '../icons/cloud-download';
|
|
3225
3233
|
// CodeXml aliases
|
|
3226
3234
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3227
3235
|
export {
|
|
3228
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3229
3237
|
default as Code2Icon
|
|
3230
3238
|
} from '../icons/code-xml';
|
|
3231
|
-
//
|
|
3232
|
-
export { default as
|
|
3239
|
+
// Columns2 aliases
|
|
3240
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3233
3241
|
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3235
|
-
default as
|
|
3236
|
-
} from '../icons/columns-
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3243
|
+
default as ColumnsIcon
|
|
3244
|
+
} from '../icons/columns-2';
|
|
3237
3245
|
// Columns3Cog aliases
|
|
3238
3246
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3239
3247
|
export {
|
|
@@ -3244,42 +3252,48 @@ export {
|
|
|
3244
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3245
3253
|
default as TableConfigIcon
|
|
3246
3254
|
} from '../icons/columns-3-cog';
|
|
3247
|
-
//
|
|
3248
|
-
export { default as
|
|
3255
|
+
// Columns3 aliases
|
|
3256
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3249
3257
|
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3251
|
-
default as
|
|
3252
|
-
} from '../icons/
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as PanelsLeftRightIcon
|
|
3260
|
+
} from '../icons/columns-3';
|
|
3253
3261
|
// ContactRound aliases
|
|
3254
3262
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3255
3263
|
export {
|
|
3256
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3257
3265
|
default as Contact2Icon
|
|
3258
3266
|
} from '../icons/contact-round';
|
|
3267
|
+
// DiamondPercent aliases
|
|
3268
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3269
|
+
export {
|
|
3270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3271
|
+
default as PercentDiamondIcon
|
|
3272
|
+
} from '../icons/diamond-percent';
|
|
3259
3273
|
// Earth aliases
|
|
3260
3274
|
export { default as EarthIcon } from '../icons/earth';
|
|
3261
3275
|
export {
|
|
3262
3276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3263
3277
|
default as Globe2Icon
|
|
3264
3278
|
} from '../icons/earth';
|
|
3265
|
-
//
|
|
3266
|
-
export { default as
|
|
3279
|
+
// Ellipsis aliases
|
|
3280
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3267
3281
|
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3269
|
-
default as
|
|
3270
|
-
} from '../icons/
|
|
3282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3283
|
+
default as MoreHorizontalIcon
|
|
3284
|
+
} from '../icons/ellipsis';
|
|
3271
3285
|
// EllipsisVertical aliases
|
|
3272
3286
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3273
3287
|
export {
|
|
3274
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3275
3289
|
default as MoreVerticalIcon
|
|
3276
3290
|
} from '../icons/ellipsis-vertical';
|
|
3277
|
-
//
|
|
3278
|
-
export { default as
|
|
3291
|
+
// FileAxis3d aliases
|
|
3292
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3279
3293
|
export {
|
|
3280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3281
|
-
default as
|
|
3282
|
-
} from '../icons/
|
|
3294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3295
|
+
default as FileAxis3DIcon
|
|
3296
|
+
} from '../icons/file-axis-3d';
|
|
3283
3297
|
// FileBadge aliases
|
|
3284
3298
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3285
3299
|
export {
|
|
@@ -3316,18 +3330,18 @@ export {
|
|
|
3316
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3317
3331
|
default as FileLineChartIcon
|
|
3318
3332
|
} from '../icons/file-chart-line';
|
|
3319
|
-
// FileCheckCorner aliases
|
|
3320
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3321
|
-
export {
|
|
3322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3323
|
-
default as FileCheck2Icon
|
|
3324
|
-
} from '../icons/file-check-corner';
|
|
3325
3333
|
// FileChartPie aliases
|
|
3326
3334
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3327
3335
|
export {
|
|
3328
3336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3329
3337
|
default as FilePieChartIcon
|
|
3330
3338
|
} from '../icons/file-chart-pie';
|
|
3339
|
+
// FileCheckCorner aliases
|
|
3340
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3341
|
+
export {
|
|
3342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3343
|
+
default as FileCheck2Icon
|
|
3344
|
+
} from '../icons/file-check-corner';
|
|
3331
3345
|
// FileCodeCorner aliases
|
|
3332
3346
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3333
3347
|
export {
|
|
@@ -3346,6 +3360,12 @@ export {
|
|
|
3346
3360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3347
3361
|
default as FileWarningIcon
|
|
3348
3362
|
} from '../icons/file-exclamation-point';
|
|
3363
|
+
// FileKey aliases
|
|
3364
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3365
|
+
export {
|
|
3366
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3367
|
+
default as FileKey2Icon
|
|
3368
|
+
} from '../icons/file-key';
|
|
3349
3369
|
// FileHeadphone aliases
|
|
3350
3370
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3351
3371
|
export {
|
|
@@ -3362,12 +3382,6 @@ export {
|
|
|
3362
3382
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3363
3383
|
default as FileLock2Icon
|
|
3364
3384
|
} from '../icons/file-lock';
|
|
3365
|
-
// FileKey aliases
|
|
3366
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3369
|
-
default as FileKey2Icon
|
|
3370
|
-
} from '../icons/file-key';
|
|
3371
3385
|
// FileMinusCorner aliases
|
|
3372
3386
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3373
3387
|
export {
|
|
@@ -3392,24 +3406,24 @@ export {
|
|
|
3392
3406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3393
3407
|
default as FileVideoIcon
|
|
3394
3408
|
} from '../icons/file-play';
|
|
3395
|
-
//
|
|
3396
|
-
export { default as
|
|
3409
|
+
// FilePlusCorner aliases
|
|
3410
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3397
3411
|
export {
|
|
3398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3399
|
-
default as
|
|
3400
|
-
} from '../icons/file-
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as FilePlus2Icon
|
|
3414
|
+
} from '../icons/file-plus-corner';
|
|
3401
3415
|
// FileSearchCorner aliases
|
|
3402
3416
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3403
3417
|
export {
|
|
3404
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3405
3419
|
default as FileSearch2Icon
|
|
3406
3420
|
} from '../icons/file-search-corner';
|
|
3407
|
-
//
|
|
3408
|
-
export { default as
|
|
3421
|
+
// FileQuestionMark aliases
|
|
3422
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3409
3423
|
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3411
|
-
default as
|
|
3412
|
-
} from '../icons/file-
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as FileQuestionIcon
|
|
3426
|
+
} from '../icons/file-question-mark';
|
|
3413
3427
|
// FileSignal aliases
|
|
3414
3428
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3415
3429
|
export {
|
|
@@ -3422,18 +3436,24 @@ export {
|
|
|
3422
3436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3423
3437
|
default as FileVideo2Icon
|
|
3424
3438
|
} from '../icons/file-video-camera';
|
|
3439
|
+
// FileXCorner aliases
|
|
3440
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3441
|
+
export {
|
|
3442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3443
|
+
default as FileX2Icon
|
|
3444
|
+
} from '../icons/file-x-corner';
|
|
3425
3445
|
// FileTypeCorner aliases
|
|
3426
3446
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3427
3447
|
export {
|
|
3428
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3429
3449
|
default as FileType2Icon
|
|
3430
3450
|
} from '../icons/file-type-corner';
|
|
3431
|
-
//
|
|
3432
|
-
export { default as
|
|
3451
|
+
// FingerprintPattern aliases
|
|
3452
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3433
3453
|
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3435
|
-
default as
|
|
3436
|
-
} from '../icons/
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3455
|
+
default as FingerprintIcon
|
|
3456
|
+
} from '../icons/fingerprint-pattern';
|
|
3437
3457
|
// FolderCog aliases
|
|
3438
3458
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3439
3459
|
export {
|
|
@@ -3464,24 +3484,30 @@ export {
|
|
|
3464
3484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3465
3485
|
default as GitCommitIcon
|
|
3466
3486
|
} from '../icons/git-commit-horizontal';
|
|
3467
|
-
// Grid2x2Plus aliases
|
|
3468
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3469
|
-
export {
|
|
3470
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3471
|
-
default as Grid2X2PlusIcon
|
|
3472
|
-
} from '../icons/grid-2x2-plus';
|
|
3473
3487
|
// Grid2x2Check aliases
|
|
3474
3488
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3475
3489
|
export {
|
|
3476
3490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3477
3491
|
default as Grid2X2CheckIcon
|
|
3478
3492
|
} from '../icons/grid-2x2-check';
|
|
3493
|
+
// Grid2x2Plus aliases
|
|
3494
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3495
|
+
export {
|
|
3496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3497
|
+
default as Grid2X2PlusIcon
|
|
3498
|
+
} from '../icons/grid-2x2-plus';
|
|
3479
3499
|
// Grid2x2X aliases
|
|
3480
3500
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3481
3501
|
export {
|
|
3482
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3483
3503
|
default as Grid2X2XIcon
|
|
3484
3504
|
} from '../icons/grid-2x2-x';
|
|
3505
|
+
// Grid2x2 aliases
|
|
3506
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3509
|
+
default as Grid2X2Icon
|
|
3510
|
+
} from '../icons/grid-2x2';
|
|
3485
3511
|
// Grid3x3 aliases
|
|
3486
3512
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3487
3513
|
export {
|
|
@@ -3492,12 +3518,6 @@ export {
|
|
|
3492
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3493
3519
|
default as Grid3X3Icon
|
|
3494
3520
|
} from '../icons/grid-3x3';
|
|
3495
|
-
// Grid2x2 aliases
|
|
3496
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3497
|
-
export {
|
|
3498
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3499
|
-
default as Grid2X2Icon
|
|
3500
|
-
} from '../icons/grid-2x2';
|
|
3501
3521
|
// HandGrab aliases
|
|
3502
3522
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3503
3523
|
export {
|
|
@@ -3522,24 +3542,24 @@ export {
|
|
|
3522
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3523
3543
|
default as IceCream2Icon
|
|
3524
3544
|
} from '../icons/ice-cream-bowl';
|
|
3525
|
-
//
|
|
3526
|
-
export { default as
|
|
3545
|
+
// IceCreamCone aliases
|
|
3546
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3527
3547
|
export {
|
|
3528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3529
|
-
default as
|
|
3530
|
-
} from '../icons/
|
|
3548
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3549
|
+
default as IceCreamIcon
|
|
3550
|
+
} from '../icons/ice-cream-cone';
|
|
3531
3551
|
// Layers aliases
|
|
3532
3552
|
export { default as LayersIcon } from '../icons/layers';
|
|
3533
3553
|
export {
|
|
3534
3554
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3535
3555
|
default as Layers3Icon
|
|
3536
3556
|
} from '../icons/layers';
|
|
3537
|
-
//
|
|
3538
|
-
export { default as
|
|
3557
|
+
// LaptopMinimal aliases
|
|
3558
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3539
3559
|
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3541
|
-
default as
|
|
3542
|
-
} from '../icons/
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as Laptop2Icon
|
|
3562
|
+
} from '../icons/laptop-minimal';
|
|
3543
3563
|
// ListIndentDecrease aliases
|
|
3544
3564
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3545
3565
|
export {
|
|
@@ -3608,54 +3628,54 @@ export {
|
|
|
3608
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3609
3629
|
default as Move3DIcon
|
|
3610
3630
|
} from '../icons/move-3d';
|
|
3611
|
-
// OctagonPause aliases
|
|
3612
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3613
|
-
export {
|
|
3614
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3615
|
-
default as PauseOctagonIcon
|
|
3616
|
-
} from '../icons/octagon-pause';
|
|
3617
3631
|
// OctagonAlert aliases
|
|
3618
3632
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3619
3633
|
export {
|
|
3620
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3621
3635
|
default as AlertOctagonIcon
|
|
3622
3636
|
} from '../icons/octagon-alert';
|
|
3637
|
+
// OctagonPause aliases
|
|
3638
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3641
|
+
default as PauseOctagonIcon
|
|
3642
|
+
} from '../icons/octagon-pause';
|
|
3623
3643
|
// OctagonX aliases
|
|
3624
3644
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3625
3645
|
export {
|
|
3626
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3627
3647
|
default as XOctagonIcon
|
|
3628
3648
|
} from '../icons/octagon-x';
|
|
3629
|
-
// PanelBottomDashed aliases
|
|
3630
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3631
|
-
export {
|
|
3632
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3633
|
-
default as PanelBottomInactiveIcon
|
|
3634
|
-
} from '../icons/panel-bottom-dashed';
|
|
3635
3649
|
// PaintbrushVertical aliases
|
|
3636
3650
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3637
3651
|
export {
|
|
3638
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3639
3653
|
default as Paintbrush2Icon
|
|
3640
3654
|
} from '../icons/paintbrush-vertical';
|
|
3655
|
+
// PanelBottomDashed aliases
|
|
3656
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3659
|
+
default as PanelBottomInactiveIcon
|
|
3660
|
+
} from '../icons/panel-bottom-dashed';
|
|
3641
3661
|
// PanelLeftClose aliases
|
|
3642
3662
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3643
3663
|
export {
|
|
3644
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3645
3665
|
default as SidebarCloseIcon
|
|
3646
3666
|
} from '../icons/panel-left-close';
|
|
3647
|
-
// PanelLeftOpen aliases
|
|
3648
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3649
|
-
export {
|
|
3650
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3651
|
-
default as SidebarOpenIcon
|
|
3652
|
-
} from '../icons/panel-left-open';
|
|
3653
3667
|
// PanelLeftDashed aliases
|
|
3654
3668
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3655
3669
|
export {
|
|
3656
3670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3657
3671
|
default as PanelLeftInactiveIcon
|
|
3658
3672
|
} from '../icons/panel-left-dashed';
|
|
3673
|
+
// PanelLeftOpen aliases
|
|
3674
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as SidebarOpenIcon
|
|
3678
|
+
} from '../icons/panel-left-open';
|
|
3659
3679
|
// PanelRightDashed aliases
|
|
3660
3680
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3661
3681
|
export {
|
|
@@ -3674,36 +3694,36 @@ export {
|
|
|
3674
3694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3675
3695
|
default as SidebarIcon
|
|
3676
3696
|
} from '../icons/panel-left';
|
|
3677
|
-
// PanelsTopLeft aliases
|
|
3678
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3679
|
-
export {
|
|
3680
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3681
|
-
default as LayoutIcon
|
|
3682
|
-
} from '../icons/panels-top-left';
|
|
3683
3697
|
// PenLine aliases
|
|
3684
3698
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3685
3699
|
export {
|
|
3686
3700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3687
3701
|
default as Edit3Icon
|
|
3688
3702
|
} from '../icons/pen-line';
|
|
3703
|
+
// PanelsTopLeft aliases
|
|
3704
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3705
|
+
export {
|
|
3706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3707
|
+
default as LayoutIcon
|
|
3708
|
+
} from '../icons/panels-top-left';
|
|
3689
3709
|
// Pen aliases
|
|
3690
3710
|
export { default as PenIcon } from '../icons/pen';
|
|
3691
3711
|
export {
|
|
3692
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3693
3713
|
default as Edit2Icon
|
|
3694
3714
|
} from '../icons/pen';
|
|
3695
|
-
// RectangleEllipsis aliases
|
|
3696
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3697
|
-
export {
|
|
3698
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3699
|
-
default as FormInputIcon
|
|
3700
|
-
} from '../icons/rectangle-ellipsis';
|
|
3701
3715
|
// PlugZap aliases
|
|
3702
3716
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3703
3717
|
export {
|
|
3704
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3705
3719
|
default as PlugZap2Icon
|
|
3706
3720
|
} from '../icons/plug-zap';
|
|
3721
|
+
// RectangleEllipsis aliases
|
|
3722
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3723
|
+
export {
|
|
3724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3725
|
+
default as FormInputIcon
|
|
3726
|
+
} from '../icons/rectangle-ellipsis';
|
|
3707
3727
|
// Rotate3d aliases
|
|
3708
3728
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3709
3729
|
export {
|
|
@@ -3752,12 +3772,6 @@ export {
|
|
|
3752
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3753
3773
|
default as SlidersIcon
|
|
3754
3774
|
} from '../icons/sliders-vertical';
|
|
3755
|
-
// SquareActivity aliases
|
|
3756
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3757
|
-
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3759
|
-
default as ActivitySquareIcon
|
|
3760
|
-
} from '../icons/square-activity';
|
|
3761
3775
|
// Sparkles aliases
|
|
3762
3776
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3763
3777
|
export {
|
|
@@ -3770,6 +3784,12 @@ export {
|
|
|
3770
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3771
3785
|
default as ArrowDownLeftSquareIcon
|
|
3772
3786
|
} from '../icons/square-arrow-down-left';
|
|
3787
|
+
// SquareActivity aliases
|
|
3788
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3789
|
+
export {
|
|
3790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3791
|
+
default as ActivitySquareIcon
|
|
3792
|
+
} from '../icons/square-activity';
|
|
3773
3793
|
// SquareArrowDownRight aliases
|
|
3774
3794
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3775
3795
|
export {
|
|
@@ -3782,24 +3802,18 @@ export {
|
|
|
3782
3802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3783
3803
|
default as ArrowDownSquareIcon
|
|
3784
3804
|
} from '../icons/square-arrow-down';
|
|
3785
|
-
// SquareArrowLeft aliases
|
|
3786
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3789
|
-
default as ArrowLeftSquareIcon
|
|
3790
|
-
} from '../icons/square-arrow-left';
|
|
3791
3805
|
// SquareArrowOutDownLeft aliases
|
|
3792
3806
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3793
3807
|
export {
|
|
3794
3808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3795
3809
|
default as ArrowDownLeftFromSquareIcon
|
|
3796
3810
|
} from '../icons/square-arrow-out-down-left';
|
|
3797
|
-
//
|
|
3798
|
-
export { default as
|
|
3811
|
+
// SquareArrowLeft aliases
|
|
3812
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3799
3813
|
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3801
|
-
default as
|
|
3802
|
-
} from '../icons/square-arrow-
|
|
3814
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3815
|
+
default as ArrowLeftSquareIcon
|
|
3816
|
+
} from '../icons/square-arrow-left';
|
|
3803
3817
|
// SquareArrowOutDownRight aliases
|
|
3804
3818
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3805
3819
|
export {
|
|
@@ -3812,6 +3826,12 @@ export {
|
|
|
3812
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3813
3827
|
default as ArrowUpLeftFromSquareIcon
|
|
3814
3828
|
} from '../icons/square-arrow-out-up-left';
|
|
3829
|
+
// SquareArrowOutUpRight aliases
|
|
3830
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3833
|
+
default as ArrowUpRightFromSquareIcon
|
|
3834
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3815
3835
|
// SquareArrowRight aliases
|
|
3816
3836
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3817
3837
|
export {
|
|
@@ -3830,12 +3850,6 @@ export {
|
|
|
3830
3850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3831
3851
|
default as ArrowUpRightSquareIcon
|
|
3832
3852
|
} from '../icons/square-arrow-up-right';
|
|
3833
|
-
// SquareAsterisk aliases
|
|
3834
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3837
|
-
default as AsteriskSquareIcon
|
|
3838
|
-
} from '../icons/square-asterisk';
|
|
3839
3853
|
// SquareArrowUp aliases
|
|
3840
3854
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3841
3855
|
export {
|
|
@@ -3848,6 +3862,12 @@ export {
|
|
|
3848
3862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3849
3863
|
default as ScissorsSquareDashedBottomIcon
|
|
3850
3864
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3865
|
+
// SquareAsterisk aliases
|
|
3866
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3867
|
+
export {
|
|
3868
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3869
|
+
default as AsteriskSquareIcon
|
|
3870
|
+
} from '../icons/square-asterisk';
|
|
3851
3871
|
// SquareChartGantt aliases
|
|
3852
3872
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3853
3873
|
export {
|
|
@@ -3888,18 +3908,18 @@ export {
|
|
|
3888
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3889
3909
|
default as ChevronRightSquareIcon
|
|
3890
3910
|
} from '../icons/square-chevron-right';
|
|
3891
|
-
// SquareCode aliases
|
|
3892
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3893
|
-
export {
|
|
3894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3895
|
-
default as CodeSquareIcon
|
|
3896
|
-
} from '../icons/square-code';
|
|
3897
3911
|
// SquareChevronUp aliases
|
|
3898
3912
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3899
3913
|
export {
|
|
3900
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3901
3915
|
default as ChevronUpSquareIcon
|
|
3902
3916
|
} from '../icons/square-chevron-up';
|
|
3917
|
+
// SquareCode aliases
|
|
3918
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3921
|
+
default as CodeSquareIcon
|
|
3922
|
+
} from '../icons/square-code';
|
|
3903
3923
|
// SquareDashedKanban aliases
|
|
3904
3924
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3905
3925
|
export {
|
|
@@ -3912,18 +3932,18 @@ export {
|
|
|
3912
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3913
3933
|
default as MousePointerSquareDashedIcon
|
|
3914
3934
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3915
|
-
// SquareDashed aliases
|
|
3916
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3917
|
-
export {
|
|
3918
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3919
|
-
default as BoxSelectIcon
|
|
3920
|
-
} from '../icons/square-dashed';
|
|
3921
3935
|
// SquareDivide aliases
|
|
3922
3936
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3923
3937
|
export {
|
|
3924
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3925
3939
|
default as DivideSquareIcon
|
|
3926
3940
|
} from '../icons/square-divide';
|
|
3941
|
+
// SquareDashed aliases
|
|
3942
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3945
|
+
default as BoxSelectIcon
|
|
3946
|
+
} from '../icons/square-dashed';
|
|
3927
3947
|
// SquareDot aliases
|
|
3928
3948
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3929
3949
|
export {
|
|
@@ -3942,12 +3962,6 @@ export {
|
|
|
3942
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3943
3963
|
default as FunctionSquareIcon
|
|
3944
3964
|
} from '../icons/square-function';
|
|
3945
|
-
// SquareKanban aliases
|
|
3946
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3949
|
-
default as KanbanSquareIcon
|
|
3950
|
-
} from '../icons/square-kanban';
|
|
3951
3965
|
// SquareLibrary aliases
|
|
3952
3966
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3953
3967
|
export {
|
|
@@ -3966,18 +3980,24 @@ export {
|
|
|
3966
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
3967
3981
|
default as MenuSquareIcon
|
|
3968
3982
|
} from '../icons/square-menu';
|
|
3969
|
-
//
|
|
3970
|
-
export { default as
|
|
3983
|
+
// SquareKanban aliases
|
|
3984
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3971
3985
|
export {
|
|
3972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3973
|
-
default as
|
|
3974
|
-
} from '../icons/square-
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3987
|
+
default as KanbanSquareIcon
|
|
3988
|
+
} from '../icons/square-kanban';
|
|
3975
3989
|
// SquareMousePointer aliases
|
|
3976
3990
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3977
3991
|
export {
|
|
3978
3992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
3979
3993
|
default as InspectIcon
|
|
3980
3994
|
} from '../icons/square-mouse-pointer';
|
|
3995
|
+
// SquareMinus aliases
|
|
3996
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3997
|
+
export {
|
|
3998
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3999
|
+
default as MinusSquareIcon
|
|
4000
|
+
} from '../icons/square-minus';
|
|
3981
4001
|
// SquareParkingOff aliases
|
|
3982
4002
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3983
4003
|
export {
|
|
@@ -4004,18 +4024,18 @@ export {
|
|
|
4004
4024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4005
4025
|
default as PenSquareIcon
|
|
4006
4026
|
} from '../icons/square-pen';
|
|
4007
|
-
// SquarePi aliases
|
|
4008
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4011
|
-
default as PiSquareIcon
|
|
4012
|
-
} from '../icons/square-pi';
|
|
4013
4027
|
// SquarePercent aliases
|
|
4014
4028
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4015
4029
|
export {
|
|
4016
4030
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4017
4031
|
default as PercentSquareIcon
|
|
4018
4032
|
} from '../icons/square-percent';
|
|
4033
|
+
// SquarePi aliases
|
|
4034
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4035
|
+
export {
|
|
4036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4037
|
+
default as PiSquareIcon
|
|
4038
|
+
} from '../icons/square-pi';
|
|
4019
4039
|
// SquarePilcrow aliases
|
|
4020
4040
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4021
4041
|
export {
|
|
@@ -4040,54 +4060,54 @@ export {
|
|
|
4040
4060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4041
4061
|
default as PowerSquareIcon
|
|
4042
4062
|
} from '../icons/square-power';
|
|
4043
|
-
// SquareScissors aliases
|
|
4044
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4045
|
-
export {
|
|
4046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4047
|
-
default as ScissorsSquareIcon
|
|
4048
|
-
} from '../icons/square-scissors';
|
|
4049
4063
|
// SquareSigma aliases
|
|
4050
4064
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4051
4065
|
export {
|
|
4052
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4053
4067
|
default as SigmaSquareIcon
|
|
4054
4068
|
} from '../icons/square-sigma';
|
|
4055
|
-
//
|
|
4056
|
-
export { default as
|
|
4069
|
+
// SquareScissors aliases
|
|
4070
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4057
4071
|
export {
|
|
4058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4059
|
-
default as
|
|
4060
|
-
} from '../icons/square-
|
|
4072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4073
|
+
default as ScissorsSquareIcon
|
|
4074
|
+
} from '../icons/square-scissors';
|
|
4061
4075
|
// SquareSlash aliases
|
|
4062
4076
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4063
4077
|
export {
|
|
4064
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4065
4079
|
default as SlashSquareIcon
|
|
4066
4080
|
} from '../icons/square-slash';
|
|
4067
|
-
// SquareSplitVertical aliases
|
|
4068
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4071
|
-
default as SplitSquareVerticalIcon
|
|
4072
|
-
} from '../icons/square-split-vertical';
|
|
4073
4081
|
// SquareTerminal aliases
|
|
4074
4082
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4075
4083
|
export {
|
|
4076
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4077
4085
|
default as TerminalSquareIcon
|
|
4078
4086
|
} from '../icons/square-terminal';
|
|
4079
|
-
//
|
|
4080
|
-
export { default as
|
|
4087
|
+
// SquareSplitHorizontal aliases
|
|
4088
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4081
4089
|
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4083
|
-
default as
|
|
4084
|
-
} from '../icons/square-
|
|
4090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4091
|
+
default as SplitSquareHorizontalIcon
|
|
4092
|
+
} from '../icons/square-split-horizontal';
|
|
4093
|
+
// SquareSplitVertical aliases
|
|
4094
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4097
|
+
default as SplitSquareVerticalIcon
|
|
4098
|
+
} from '../icons/square-split-vertical';
|
|
4085
4099
|
// SquareUserRound aliases
|
|
4086
4100
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4087
4101
|
export {
|
|
4088
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4089
4103
|
default as UserSquare2Icon
|
|
4090
4104
|
} from '../icons/square-user-round';
|
|
4105
|
+
// SquareUser aliases
|
|
4106
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4109
|
+
default as UserSquareIcon
|
|
4110
|
+
} from '../icons/square-user';
|
|
4091
4111
|
// SquareX aliases
|
|
4092
4112
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4093
4113
|
export {
|
|
@@ -4100,18 +4120,18 @@ export {
|
|
|
4100
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4101
4121
|
default as TestTube2Icon
|
|
4102
4122
|
} from '../icons/test-tube-diagonal';
|
|
4103
|
-
// TextAlignCenter aliases
|
|
4104
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4105
|
-
export {
|
|
4106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4107
|
-
default as AlignCenterIcon
|
|
4108
|
-
} from '../icons/text-align-center';
|
|
4109
4123
|
// TextAlignEnd aliases
|
|
4110
4124
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4111
4125
|
export {
|
|
4112
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4113
4127
|
default as AlignRightIcon
|
|
4114
4128
|
} from '../icons/text-align-end';
|
|
4129
|
+
// TextAlignCenter aliases
|
|
4130
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4131
|
+
export {
|
|
4132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4133
|
+
default as AlignCenterIcon
|
|
4134
|
+
} from '../icons/text-align-center';
|
|
4115
4135
|
// TextAlignJustify aliases
|
|
4116
4136
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4117
4137
|
export {
|
|
@@ -4146,12 +4166,6 @@ export {
|
|
|
4146
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4147
4167
|
default as WrapTextIcon
|
|
4148
4168
|
} from '../icons/text-wrap';
|
|
4149
|
-
// TreePalm aliases
|
|
4150
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4151
|
-
export {
|
|
4152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4153
|
-
default as PalmtreeIcon
|
|
4154
|
-
} from '../icons/tree-palm';
|
|
4155
4169
|
// TramFront aliases
|
|
4156
4170
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4157
4171
|
export {
|
|
@@ -4164,6 +4178,18 @@ export {
|
|
|
4164
4178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4165
4179
|
default as AlertTriangleIcon
|
|
4166
4180
|
} from '../icons/triangle-alert';
|
|
4181
|
+
// TreePalm aliases
|
|
4182
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4183
|
+
export {
|
|
4184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4185
|
+
default as PalmtreeIcon
|
|
4186
|
+
} from '../icons/tree-palm';
|
|
4187
|
+
// University aliases
|
|
4188
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4189
|
+
export {
|
|
4190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4191
|
+
default as School2Icon
|
|
4192
|
+
} from '../icons/university';
|
|
4167
4193
|
// TvMinimal aliases
|
|
4168
4194
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4169
4195
|
export {
|
|
@@ -4176,54 +4202,48 @@ export {
|
|
|
4176
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4177
4203
|
default as UserCheck2Icon
|
|
4178
4204
|
} from '../icons/user-round-check';
|
|
4179
|
-
// University aliases
|
|
4180
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4183
|
-
default as School2Icon
|
|
4184
|
-
} from '../icons/university';
|
|
4185
4205
|
// UserRoundCog aliases
|
|
4186
4206
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4187
4207
|
export {
|
|
4188
4208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4189
4209
|
default as UserCog2Icon
|
|
4190
4210
|
} from '../icons/user-round-cog';
|
|
4191
|
-
// UserRoundPlus aliases
|
|
4192
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4193
|
-
export {
|
|
4194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4195
|
-
default as UserPlus2Icon
|
|
4196
|
-
} from '../icons/user-round-plus';
|
|
4197
4211
|
// UserRoundMinus aliases
|
|
4198
4212
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4199
4213
|
export {
|
|
4200
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4201
4215
|
default as UserMinus2Icon
|
|
4202
4216
|
} from '../icons/user-round-minus';
|
|
4203
|
-
//
|
|
4204
|
-
export { default as
|
|
4217
|
+
// UserRoundPlus aliases
|
|
4218
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4205
4219
|
export {
|
|
4206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4207
|
-
default as
|
|
4208
|
-
} from '../icons/user-round';
|
|
4220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4221
|
+
default as UserPlus2Icon
|
|
4222
|
+
} from '../icons/user-round-plus';
|
|
4209
4223
|
// UserRoundX aliases
|
|
4210
4224
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4211
4225
|
export {
|
|
4212
4226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4213
4227
|
default as UserX2Icon
|
|
4214
4228
|
} from '../icons/user-round-x';
|
|
4215
|
-
//
|
|
4216
|
-
export { default as
|
|
4229
|
+
// UserRound aliases
|
|
4230
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4217
4231
|
export {
|
|
4218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4219
|
-
default as
|
|
4220
|
-
} from '../icons/
|
|
4232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4233
|
+
default as User2Icon
|
|
4234
|
+
} from '../icons/user-round';
|
|
4221
4235
|
// UsersRound aliases
|
|
4222
4236
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4223
4237
|
export {
|
|
4224
4238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4225
4239
|
default as Users2Icon
|
|
4226
4240
|
} from '../icons/users-round';
|
|
4241
|
+
// UtensilsCrossed aliases
|
|
4242
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4245
|
+
default as ForkKnifeCrossedIcon
|
|
4246
|
+
} from '../icons/utensils-crossed';
|
|
4227
4247
|
// Utensils aliases
|
|
4228
4248
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4229
4249
|
export {
|