@lucide/astro 0.510.0 → 0.511.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 +17 -17
- package/src/aliases/prefixed.ts +387 -385
- package/src/aliases/suffixed.ts +705 -703
- package/src/icons/axis-3d.ts +2 -2
- package/src/icons/chevrons-left-right-ellipsis.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/code.ts +2 -2
- package/src/icons/corner-down-left.ts +2 -2
- package/src/icons/corner-down-right.ts +2 -2
- package/src/icons/corner-left-down.ts +2 -2
- package/src/icons/corner-left-up.ts +2 -2
- package/src/icons/corner-right-down.ts +2 -2
- package/src/icons/corner-right-up.ts +2 -2
- package/src/icons/corner-up-left.ts +2 -2
- package/src/icons/corner-up-right.ts +2 -2
- package/src/icons/download.ts +2 -2
- package/src/icons/factory.ts +2 -2
- package/src/icons/forward.ts +2 -2
- package/src/icons/index.ts +58 -57
- package/src/icons/iteration-ccw.ts +2 -2
- package/src/icons/iteration-cw.ts +2 -2
- package/src/icons/landmark.ts +2 -2
- package/src/icons/log-in.ts +2 -2
- package/src/icons/log-out.ts +2 -2
- package/src/icons/maximize-2.ts +2 -2
- package/src/icons/minimize-2.ts +2 -2
- package/src/icons/reply-all.ts +2 -2
- package/src/icons/reply.ts +2 -2
- package/src/icons/satellite.ts +2 -2
- package/src/icons/separator-horizontal.ts +2 -2
- package/src/icons/separator-vertical.ts +2 -2
- package/src/icons/share.ts +2 -2
- package/src/icons/square-code.ts +2 -2
- package/src/icons/square-dashed-top-solid.ts +18 -0
- package/src/icons/terminal.ts +2 -2
- package/src/icons/trending-down.ts +2 -2
- package/src/icons/trending-up.ts +2 -2
- package/src/icons/tv.ts +2 -2
- package/src/icons/type.ts +2 -2
- package/src/icons/university.ts +2 -2
- package/src/icons/upload.ts +2 -2
- package/src/icons/user-check.ts +2 -2
- package/src/icons/warehouse.ts +2 -2
- package/src/icons/wrap-text.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
// AArrowUp aliases
|
|
2
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
1
|
// AArrowDown aliases
|
|
4
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
5
|
// ALargeSmall aliases
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// Airplay aliases
|
|
14
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
@@ -22,38 +22,38 @@ export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignCenter aliases
|
|
26
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
27
|
-
// AlignEndHorizontal aliases
|
|
28
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
25
|
// AlignCenterVertical aliases
|
|
30
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignEndHorizontal aliases
|
|
28
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignCenter aliases
|
|
32
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
-
// AlignHorizontalJustifyCenter aliases
|
|
38
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
37
|
// AlignHorizontalDistributeStart aliases
|
|
40
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
// AlignHorizontalSpaceBetween aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
45
|
// AlignHorizontalSpaceAround aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignJustify aliases
|
|
50
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
51
|
// AlignLeft aliases
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
-
// AlignStartHorizontal aliases
|
|
54
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
53
|
// AlignRight aliases
|
|
56
54
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
|
+
// AlignStartHorizontal aliases
|
|
56
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
57
|
// AlignStartVertical aliases
|
|
58
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -62,20 +62,20 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
-
// AlignVerticalJustifyCenter aliases
|
|
66
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalJustifyCenter aliases
|
|
68
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
73
|
// AlignVerticalSpaceBetween aliases
|
|
74
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
|
-
// Ambulance aliases
|
|
76
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
75
|
// Ampersand aliases
|
|
78
76
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
|
+
// Ambulance aliases
|
|
78
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
79
79
|
// Ampersands aliases
|
|
80
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
81
|
// Amphora aliases
|
|
@@ -84,52 +84,52 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
|
-
// Antenna aliases
|
|
88
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
87
|
// Annoyed aliases
|
|
90
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
+
// Antenna aliases
|
|
90
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
|
-
// AppWindowMac aliases
|
|
96
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
95
|
// AppWindow aliases
|
|
98
96
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
|
+
// AppWindowMac aliases
|
|
98
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
101
|
// ArchiveRestore aliases
|
|
102
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Archive aliases
|
|
106
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
105
|
// Armchair aliases
|
|
108
106
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
|
+
// Archive aliases
|
|
108
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
111
|
// ArrowBigLeftDash aliases
|
|
114
112
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
|
+
// ArrowBigDown aliases
|
|
114
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
115
|
// ArrowBigLeft aliases
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRight aliases
|
|
118
118
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
119
119
|
// ArrowBigRightDash aliases
|
|
120
120
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
121
|
-
// ArrowBigUpDash aliases
|
|
122
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
121
|
// ArrowBigUp aliases
|
|
124
122
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
|
+
// ArrowBigUpDash aliases
|
|
124
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
-
// ArrowDownNarrowWide aliases
|
|
130
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
129
|
// ArrowDownRight aliases
|
|
132
130
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
131
|
+
// ArrowDownNarrowWide aliases
|
|
132
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownToLine aliases
|
|
@@ -142,30 +142,30 @@ export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
-
// ArrowRightFromLine aliases
|
|
146
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
145
|
// ArrowLeftToLine aliases
|
|
148
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
149
147
|
// ArrowLeft aliases
|
|
150
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
149
|
+
// ArrowRightFromLine aliases
|
|
150
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
153
151
|
// ArrowRightLeft aliases
|
|
154
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
|
+
// ArrowRight aliases
|
|
154
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
155
|
// ArrowRightToLine aliases
|
|
156
156
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
|
-
// ArrowUpFromDot aliases
|
|
160
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
159
|
// ArrowUpFromLine aliases
|
|
162
160
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
161
|
+
// ArrowUpFromDot aliases
|
|
162
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
163
|
+
// ArrowUpRight aliases
|
|
164
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
163
165
|
// ArrowUpLeft aliases
|
|
164
166
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
167
|
// ArrowUpToLine aliases
|
|
166
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
-
// ArrowUpRight aliases
|
|
168
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
171
|
// ArrowUp aliases
|
|
@@ -184,10 +184,10 @@ export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
|
184
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Baby aliases
|
|
188
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
189
187
|
// Axe aliases
|
|
190
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
+
// Baby aliases
|
|
190
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
193
|
// BadgeAlert aliases
|
|
@@ -198,20 +198,20 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
199
|
// BadgeEuro aliases
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
|
-
// BadgeIndianRupee aliases
|
|
202
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
203
201
|
// BadgeHelp aliases
|
|
204
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
|
+
// BadgeIndianRupee aliases
|
|
204
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
205
|
// BadgeInfo aliases
|
|
206
206
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
207
|
// BadgeJapaneseYen aliases
|
|
208
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
209
|
+
// BadgeMinus aliases
|
|
210
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
211
|
// BadgePercent aliases
|
|
210
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
213
|
// BadgePlus aliases
|
|
212
214
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
|
-
// BadgeMinus aliases
|
|
214
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
215
215
|
// BadgePoundSterling aliases
|
|
216
216
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
217
|
// BadgeRussianRuble aliases
|
|
@@ -220,32 +220,32 @@ export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
|
220
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
221
|
// BadgeX aliases
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
+
// Ban aliases
|
|
224
|
+
export { default as BanIcon } from '../icons/ban';
|
|
223
225
|
// Badge aliases
|
|
224
226
|
export { default as BadgeIcon } from '../icons/badge';
|
|
225
227
|
// BaggageClaim aliases
|
|
226
228
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
|
-
//
|
|
228
|
-
export { default as
|
|
229
|
+
// BanknoteArrowDown aliases
|
|
230
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
231
|
// Banana aliases
|
|
230
232
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
233
|
// Bandage aliases
|
|
232
234
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowDown aliases
|
|
234
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
235
|
// BanknoteArrowUp aliases
|
|
236
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
|
-
// Barcode aliases
|
|
240
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
241
239
|
// Banknote aliases
|
|
242
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
+
// Barcode aliases
|
|
242
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Baseline aliases
|
|
244
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
// Bath aliases
|
|
246
|
-
export { default as BathIcon } from '../icons/bath';
|
|
247
245
|
// BatteryCharging aliases
|
|
248
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
+
// Bath aliases
|
|
248
|
+
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryFull aliases
|
|
250
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryLow aliases
|
|
@@ -254,10 +254,10 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
254
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
255
|
// BatteryPlus aliases
|
|
256
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
-
// Battery aliases
|
|
258
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
259
257
|
// BatteryWarning aliases
|
|
260
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
|
+
// Battery aliases
|
|
260
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
263
|
// BeanOff aliases
|
|
@@ -268,38 +268,38 @@ export { default as BeanIcon } from '../icons/bean';
|
|
|
268
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
269
|
// BedSingle aliases
|
|
270
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
-
// Beef aliases
|
|
272
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
273
271
|
// Bed aliases
|
|
274
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
+
// Beef aliases
|
|
274
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
275
275
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
277
|
// Beer aliases
|
|
278
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellDot aliases
|
|
280
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
-
// BellElectric aliases
|
|
282
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
281
|
// BellMinus aliases
|
|
284
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
|
+
// BellElectric aliases
|
|
284
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
285
|
// BellOff aliases
|
|
286
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
-
// BellRing aliases
|
|
290
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
|
-
// Bell aliases
|
|
292
|
-
export { default as BellIcon } from '../icons/bell';
|
|
293
289
|
// BetweenVerticalEnd aliases
|
|
294
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// Bell aliases
|
|
292
|
+
export { default as BellIcon } from '../icons/bell';
|
|
293
|
+
// BellRing aliases
|
|
294
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
297
299
|
// BicepsFlexed aliases
|
|
298
300
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
301
|
// Binary aliases
|
|
300
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
|
-
// Bike aliases
|
|
302
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
303
303
|
// Binoculars aliases
|
|
304
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
305
|
// Biohazard aliases
|
|
@@ -308,10 +308,10 @@ export { default as BiohazardIcon } from '../icons/biohazard';
|
|
|
308
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Bitcoin aliases
|
|
310
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
|
-
// Blend aliases
|
|
312
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
313
311
|
// Blinds aliases
|
|
314
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Blend aliases
|
|
314
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
317
|
// BluetoothConnected aliases
|
|
@@ -338,26 +338,26 @@ export { default as BookAudioIcon } from '../icons/book-audio';
|
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
// BookHeadphones aliases
|
|
342
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
341
|
// BookDown aliases
|
|
344
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
|
-
// BookImage aliases
|
|
346
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
343
|
// BookHeart aliases
|
|
348
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookHeadphones aliases
|
|
346
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
|
+
// BookImage aliases
|
|
348
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
+
// BookLock aliases
|
|
352
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
353
|
// BookMarked aliases
|
|
352
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
355
|
// BookMinus aliases
|
|
354
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
|
-
// BookLock aliases
|
|
356
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
357
|
-
// BookOpenText aliases
|
|
358
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
357
|
// BookOpenCheck aliases
|
|
360
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
+
// BookOpenText aliases
|
|
360
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
363
|
// BookPlus aliases
|
|
@@ -368,18 +368,18 @@ export { default as BookTextIcon } from '../icons/book-text';
|
|
|
368
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
369
|
// BookUp2 aliases
|
|
370
370
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
|
-
// BookUser aliases
|
|
372
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
373
371
|
// BookUp aliases
|
|
374
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
|
+
// BookUser aliases
|
|
374
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
+
// Book aliases
|
|
376
|
+
export { default as BookIcon } from '../icons/book';
|
|
375
377
|
// BookX aliases
|
|
376
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
379
|
// BookmarkCheck aliases
|
|
378
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
381
|
// BookmarkMinus aliases
|
|
380
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
|
-
// Book aliases
|
|
382
|
-
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkPlus aliases
|
|
384
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
385
|
// BookmarkX aliases
|
|
@@ -390,18 +390,18 @@ export { default as BookmarkIcon } from '../icons/bookmark';
|
|
|
390
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
-
// Bot aliases
|
|
394
|
-
export { default as BotIcon } from '../icons/bot';
|
|
395
393
|
// BotOff aliases
|
|
396
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
|
+
// Bot aliases
|
|
396
|
+
export { default as BotIcon } from '../icons/bot';
|
|
397
397
|
// BowArrow aliases
|
|
398
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
399
|
// Box aliases
|
|
400
400
|
export { default as BoxIcon } from '../icons/box';
|
|
401
|
-
// Boxes aliases
|
|
402
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
401
|
// Brackets aliases
|
|
404
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
|
+
// Boxes aliases
|
|
404
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
405
|
// BrainCircuit aliases
|
|
406
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
407
|
// BrainCog aliases
|
|
@@ -410,22 +410,22 @@ export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
|
410
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
411
|
// BrickWallFire aliases
|
|
412
412
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
|
-
// BriefcaseBusiness aliases
|
|
414
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
413
|
// BrickWall aliases
|
|
416
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
|
+
// BriefcaseBusiness aliases
|
|
416
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
417
|
// BriefcaseConveyorBelt aliases
|
|
418
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
419
|
// BriefcaseMedical aliases
|
|
420
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
|
-
// BringToFront aliases
|
|
422
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
423
421
|
// Briefcase aliases
|
|
424
422
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
|
-
//
|
|
426
|
-
export { default as
|
|
423
|
+
// BringToFront aliases
|
|
424
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
425
|
// Brush aliases
|
|
428
426
|
export { default as BrushIcon } from '../icons/brush';
|
|
427
|
+
// BrushCleaning aliases
|
|
428
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
429
|
// Bubbles aliases
|
|
430
430
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
431
431
|
// BugOff aliases
|
|
@@ -446,10 +446,10 @@ export { default as BusIcon } from '../icons/bus';
|
|
|
446
446
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
447
447
|
// Cable aliases
|
|
448
448
|
export { default as CableIcon } from '../icons/cable';
|
|
449
|
-
// Cake aliases
|
|
450
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
451
449
|
// CakeSlice aliases
|
|
452
450
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
451
|
+
// Cake aliases
|
|
452
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
453
453
|
// Calculator aliases
|
|
454
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
455
|
// Calendar1 aliases
|
|
@@ -460,10 +460,10 @@ export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
|
460
460
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
461
461
|
// CalendarCheck2 aliases
|
|
462
462
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
463
|
-
// CalendarCheck aliases
|
|
464
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
463
|
// CalendarClock aliases
|
|
466
464
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
465
|
+
// CalendarCheck aliases
|
|
466
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
467
|
// CalendarCog aliases
|
|
468
468
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
469
469
|
// CalendarDays aliases
|
|
@@ -484,42 +484,42 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
484
484
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
485
|
// CalendarRange aliases
|
|
486
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
-
// CalendarSearch aliases
|
|
488
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
489
487
|
// CalendarSync aliases
|
|
490
488
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
489
|
+
// CalendarSearch aliases
|
|
490
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
491
|
// CalendarX2 aliases
|
|
492
492
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
493
493
|
// CalendarX aliases
|
|
494
494
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
495
|
// Calendar aliases
|
|
496
496
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
497
|
-
// CameraOff aliases
|
|
498
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
499
497
|
// Camera aliases
|
|
500
498
|
export { default as CameraIcon } from '../icons/camera';
|
|
501
|
-
//
|
|
502
|
-
export { default as
|
|
499
|
+
// CameraOff aliases
|
|
500
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
503
501
|
// CandyCane aliases
|
|
504
502
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
|
+
// CandyOff aliases
|
|
504
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
505
505
|
// Candy aliases
|
|
506
506
|
export { default as CandyIcon } from '../icons/candy';
|
|
507
507
|
// Cannabis aliases
|
|
508
508
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
509
509
|
// CaptionsOff aliases
|
|
510
510
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
|
-
// CarTaxiFront aliases
|
|
512
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
511
|
// CarFront aliases
|
|
514
512
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
|
-
//
|
|
516
|
-
export { default as
|
|
513
|
+
// CarTaxiFront aliases
|
|
514
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
515
|
// Caravan aliases
|
|
518
516
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
|
-
//
|
|
520
|
-
export { default as
|
|
517
|
+
// Car aliases
|
|
518
|
+
export { default as CarIcon } from '../icons/car';
|
|
521
519
|
// CaseLower aliases
|
|
522
520
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
521
|
+
// Carrot aliases
|
|
522
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
523
|
// CaseSensitive aliases
|
|
524
524
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
525
525
|
// CaseUpper aliases
|
|
@@ -530,72 +530,72 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
530
530
|
export { default as CastIcon } from '../icons/cast';
|
|
531
531
|
// Castle aliases
|
|
532
532
|
export { default as CastleIcon } from '../icons/castle';
|
|
533
|
-
// Cctv aliases
|
|
534
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
535
533
|
// Cat aliases
|
|
536
534
|
export { default as CatIcon } from '../icons/cat';
|
|
537
535
|
// ChartBarDecreasing aliases
|
|
538
536
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// Cctv aliases
|
|
538
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
541
539
|
// ChartBarStacked aliases
|
|
542
540
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
541
|
+
// ChartBarIncreasing aliases
|
|
542
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
543
|
+
// ChartColumnDecreasing aliases
|
|
544
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
543
545
|
// ChartColumnStacked aliases
|
|
544
546
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
545
547
|
// ChartGantt aliases
|
|
546
548
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
547
|
-
// ChartColumnDecreasing aliases
|
|
548
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
549
|
// ChartNetwork aliases
|
|
550
550
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
551
551
|
// ChartNoAxesColumnDecreasing aliases
|
|
552
552
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
553
553
|
// ChartNoAxesCombined aliases
|
|
554
554
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
|
-
// CheckCheck aliases
|
|
556
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
557
555
|
// ChartSpline aliases
|
|
558
556
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
|
+
// CheckCheck aliases
|
|
558
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
559
559
|
// CheckLine aliases
|
|
560
560
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
561
|
-
// Check aliases
|
|
562
|
-
export { default as CheckIcon } from '../icons/check';
|
|
563
561
|
// ChefHat aliases
|
|
564
562
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
563
|
+
// Check aliases
|
|
564
|
+
export { default as CheckIcon } from '../icons/check';
|
|
565
565
|
// Cherry aliases
|
|
566
566
|
export { default as CherryIcon } from '../icons/cherry';
|
|
567
567
|
// ChevronDown aliases
|
|
568
568
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
569
569
|
// ChevronFirst aliases
|
|
570
570
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
571
|
-
// ChevronLeft aliases
|
|
572
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
573
571
|
// ChevronLast aliases
|
|
574
572
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
573
|
+
// ChevronLeft aliases
|
|
574
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
575
575
|
// ChevronRight aliases
|
|
576
576
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
577
577
|
// ChevronUp aliases
|
|
578
578
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
579
|
-
// ChevronsDown aliases
|
|
580
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
581
579
|
// ChevronsDownUp aliases
|
|
582
580
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
581
|
+
// ChevronsDown aliases
|
|
582
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
583
583
|
// ChevronsLeftRightEllipsis aliases
|
|
584
584
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
585
|
+
// ChevronsLeft aliases
|
|
586
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
585
587
|
// ChevronsLeftRight aliases
|
|
586
588
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
589
|
+
// ChevronsRight aliases
|
|
590
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
587
591
|
// ChevronsRightLeft aliases
|
|
588
592
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
589
593
|
// ChevronsUpDown aliases
|
|
590
594
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
591
|
-
// ChevronsLeft aliases
|
|
592
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
593
|
-
// ChevronsRight aliases
|
|
594
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
595
|
-
// Chrome aliases
|
|
596
|
-
export { default as ChromeIcon } from '../icons/chrome';
|
|
597
595
|
// ChevronsUp aliases
|
|
598
596
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
|
+
// Chrome aliases
|
|
598
|
+
export { default as ChromeIcon } from '../icons/chrome';
|
|
599
599
|
// Church aliases
|
|
600
600
|
export { default as ChurchIcon } from '../icons/church';
|
|
601
601
|
// Cigarette aliases
|
|
@@ -622,22 +622,22 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
622
622
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
623
623
|
// CircleSlash aliases
|
|
624
624
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
625
|
-
// CircleSmall aliases
|
|
626
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
627
625
|
// Circle aliases
|
|
628
626
|
export { default as CircleIcon } from '../icons/circle';
|
|
627
|
+
// CircleSmall aliases
|
|
628
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
629
629
|
// CircuitBoard aliases
|
|
630
630
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
631
631
|
// Citrus aliases
|
|
632
632
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
633
|
+
// Clapperboard aliases
|
|
634
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
633
635
|
// ClipboardCheck aliases
|
|
634
636
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
637
|
+
// ClipboardList aliases
|
|
638
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
635
639
|
// ClipboardCopy aliases
|
|
636
640
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
637
|
-
// Clapperboard aliases
|
|
638
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
639
|
-
// ClipboardList aliases
|
|
640
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
641
641
|
// ClipboardMinus aliases
|
|
642
642
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
643
643
|
// ClipboardPaste aliases
|
|
@@ -654,24 +654,24 @@ export { default as Clock1Icon } from '../icons/clock-1';
|
|
|
654
654
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
655
655
|
// Clock11 aliases
|
|
656
656
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
657
|
+
// Clock12 aliases
|
|
658
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
657
659
|
// Clock10 aliases
|
|
658
660
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
659
661
|
// Clock2 aliases
|
|
660
662
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
661
|
-
// Clock12 aliases
|
|
662
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
663
663
|
// Clock3 aliases
|
|
664
664
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
665
665
|
// Clock4 aliases
|
|
666
666
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
667
667
|
// Clock5 aliases
|
|
668
668
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
669
|
-
// Clock7 aliases
|
|
670
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
671
669
|
// Clock6 aliases
|
|
672
670
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
673
671
|
// Clock8 aliases
|
|
674
672
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
673
|
+
// Clock7 aliases
|
|
674
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
675
675
|
// Clock9 aliases
|
|
676
676
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
677
677
|
// ClockAlert aliases
|
|
@@ -696,10 +696,10 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
696
696
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
697
697
|
// CloudHail aliases
|
|
698
698
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
699
|
-
// CloudMoonRain aliases
|
|
700
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
701
699
|
// CloudLightning aliases
|
|
702
700
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
701
|
+
// CloudMoonRain aliases
|
|
702
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
703
703
|
// CloudMoon aliases
|
|
704
704
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
705
705
|
// CloudOff aliases
|
|
@@ -710,10 +710,10 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
710
710
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
711
711
|
// CloudSnow aliases
|
|
712
712
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
713
|
-
// CloudSunRain aliases
|
|
714
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
715
713
|
// CloudSun aliases
|
|
716
714
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
715
|
+
// CloudSunRain aliases
|
|
716
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
717
717
|
// Cloud aliases
|
|
718
718
|
export { default as CloudIcon } from '../icons/cloud';
|
|
719
719
|
// Cloudy aliases
|
|
@@ -726,12 +726,12 @@ export { default as ClubIcon } from '../icons/club';
|
|
|
726
726
|
export { default as CodeIcon } from '../icons/code';
|
|
727
727
|
// Codepen aliases
|
|
728
728
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
729
|
+
// Codesandbox aliases
|
|
730
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
729
731
|
// Coffee aliases
|
|
730
732
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
731
733
|
// Cog aliases
|
|
732
734
|
export { default as CogIcon } from '../icons/cog';
|
|
733
|
-
// Codesandbox aliases
|
|
734
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
735
735
|
// Coins aliases
|
|
736
736
|
export { default as CoinsIcon } from '../icons/coins';
|
|
737
737
|
// Columns4 aliases
|
|
@@ -744,10 +744,10 @@ export { default as CommandIcon } from '../icons/command';
|
|
|
744
744
|
export { default as CompassIcon } from '../icons/compass';
|
|
745
745
|
// Component aliases
|
|
746
746
|
export { default as ComponentIcon } from '../icons/component';
|
|
747
|
-
// ConciergeBell aliases
|
|
748
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
749
747
|
// Computer aliases
|
|
750
748
|
export { default as ComputerIcon } from '../icons/computer';
|
|
749
|
+
// ConciergeBell aliases
|
|
750
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
751
751
|
// Cone aliases
|
|
752
752
|
export { default as ConeIcon } from '../icons/cone';
|
|
753
753
|
// Construction aliases
|
|
@@ -758,20 +758,20 @@ export { default as ContactIcon } from '../icons/contact';
|
|
|
758
758
|
export { default as ContainerIcon } from '../icons/container';
|
|
759
759
|
// Contrast aliases
|
|
760
760
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
761
|
-
// Cookie aliases
|
|
762
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
763
761
|
// CookingPot aliases
|
|
764
762
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
763
|
+
// Cookie aliases
|
|
764
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
765
|
+
// CopyCheck aliases
|
|
766
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
765
767
|
// CopyMinus aliases
|
|
766
768
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
769
|
+
// CopySlash aliases
|
|
770
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
767
771
|
// CopyPlus aliases
|
|
768
772
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
769
|
-
// CopyCheck aliases
|
|
770
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
771
773
|
// CopyX aliases
|
|
772
774
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
773
|
-
// CopySlash aliases
|
|
774
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
775
775
|
// Copy aliases
|
|
776
776
|
export { default as CopyIcon } from '../icons/copy';
|
|
777
777
|
// Copyleft aliases
|
|
@@ -790,52 +790,52 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
790
790
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
791
791
|
// CornerRightUp aliases
|
|
792
792
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
793
|
-
// CornerUpLeft aliases
|
|
794
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
795
793
|
// CornerUpRight aliases
|
|
796
794
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
795
|
+
// CornerUpLeft aliases
|
|
796
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
797
797
|
// Cpu aliases
|
|
798
798
|
export { default as CpuIcon } from '../icons/cpu';
|
|
799
|
-
// CreditCard aliases
|
|
800
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
801
799
|
// CreativeCommons aliases
|
|
802
800
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
801
|
+
// CreditCard aliases
|
|
802
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
803
803
|
// Croissant aliases
|
|
804
804
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
805
805
|
// Crop aliases
|
|
806
806
|
export { default as CropIcon } from '../icons/crop';
|
|
807
807
|
// Cross aliases
|
|
808
808
|
export { default as CrossIcon } from '../icons/cross';
|
|
809
|
-
// Crosshair aliases
|
|
810
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
811
809
|
// Crown aliases
|
|
812
810
|
export { default as CrownIcon } from '../icons/crown';
|
|
813
|
-
// CupSoda aliases
|
|
814
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
815
811
|
// Cuboid aliases
|
|
816
812
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
817
|
-
//
|
|
818
|
-
export { default as
|
|
813
|
+
// Crosshair aliases
|
|
814
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
815
|
+
// CupSoda aliases
|
|
816
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
819
817
|
// Cylinder aliases
|
|
820
818
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
819
|
+
// Currency aliases
|
|
820
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
821
821
|
// Dam aliases
|
|
822
822
|
export { default as DamIcon } from '../icons/dam';
|
|
823
823
|
// DatabaseBackup aliases
|
|
824
824
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
825
|
-
// DatabaseZap aliases
|
|
826
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
827
825
|
// Database aliases
|
|
828
826
|
export { default as DatabaseIcon } from '../icons/database';
|
|
827
|
+
// DatabaseZap aliases
|
|
828
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
829
829
|
// DecimalsArrowLeft aliases
|
|
830
830
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
831
|
-
// Delete aliases
|
|
832
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
833
831
|
// DecimalsArrowRight aliases
|
|
834
832
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
833
|
+
// Delete aliases
|
|
834
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
837
835
|
// Diameter aliases
|
|
838
836
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
837
|
+
// Dessert aliases
|
|
838
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
839
839
|
// DiamondMinus aliases
|
|
840
840
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
841
841
|
// DiamondPlus aliases
|
|
@@ -854,10 +854,10 @@ export { default as Dice4Icon } from '../icons/dice-4';
|
|
|
854
854
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
855
855
|
// Dice6 aliases
|
|
856
856
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
857
|
-
// Diff aliases
|
|
858
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
859
857
|
// Dices aliases
|
|
860
858
|
export { default as DicesIcon } from '../icons/dices';
|
|
859
|
+
// Diff aliases
|
|
860
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
861
861
|
// Disc2 aliases
|
|
862
862
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
863
863
|
// Disc3 aliases
|
|
@@ -868,10 +868,10 @@ export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
|
868
868
|
export { default as DiscIcon } from '../icons/disc';
|
|
869
869
|
// Divide aliases
|
|
870
870
|
export { default as DivideIcon } from '../icons/divide';
|
|
871
|
-
// DnaOff aliases
|
|
872
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
873
871
|
// Dna aliases
|
|
874
872
|
export { default as DnaIcon } from '../icons/dna';
|
|
873
|
+
// DnaOff aliases
|
|
874
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
875
875
|
// Dock aliases
|
|
876
876
|
export { default as DockIcon } from '../icons/dock';
|
|
877
877
|
// Dog aliases
|
|
@@ -880,18 +880,18 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
880
880
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
881
881
|
// Donut aliases
|
|
882
882
|
export { default as DonutIcon } from '../icons/donut';
|
|
883
|
-
// DoorClosed aliases
|
|
884
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
885
883
|
// DoorClosedLocked aliases
|
|
886
884
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
885
|
+
// DoorClosed aliases
|
|
886
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
887
887
|
// DoorOpen aliases
|
|
888
888
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
889
889
|
// Dot aliases
|
|
890
890
|
export { default as DotIcon } from '../icons/dot';
|
|
891
|
-
// Download aliases
|
|
892
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
893
891
|
// DraftingCompass aliases
|
|
894
892
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
893
|
+
// Download aliases
|
|
894
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
895
895
|
// Drama aliases
|
|
896
896
|
export { default as DramaIcon } from '../icons/drama';
|
|
897
897
|
// Dribbble aliases
|
|
@@ -906,22 +906,22 @@ export { default as DropletIcon } from '../icons/droplet';
|
|
|
906
906
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
907
907
|
// Drum aliases
|
|
908
908
|
export { default as DrumIcon } from '../icons/drum';
|
|
909
|
-
// Dumbbell aliases
|
|
910
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
911
909
|
// Drumstick aliases
|
|
912
910
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
911
|
+
// Dumbbell aliases
|
|
912
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
913
913
|
// EarOff aliases
|
|
914
914
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
915
915
|
// Ear aliases
|
|
916
916
|
export { default as EarIcon } from '../icons/ear';
|
|
917
917
|
// EarthLock aliases
|
|
918
918
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
919
|
+
// Eclipse aliases
|
|
920
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
919
921
|
// EggFried aliases
|
|
920
922
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
921
923
|
// EggOff aliases
|
|
922
924
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
923
|
-
// Eclipse aliases
|
|
924
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
925
925
|
// Egg aliases
|
|
926
926
|
export { default as EggIcon } from '../icons/egg';
|
|
927
927
|
// EqualApproximately aliases
|
|
@@ -932,10 +932,10 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
932
932
|
export { default as EqualIcon } from '../icons/equal';
|
|
933
933
|
// Eraser aliases
|
|
934
934
|
export { default as EraserIcon } from '../icons/eraser';
|
|
935
|
-
// Euro aliases
|
|
936
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
937
935
|
// EthernetPort aliases
|
|
938
936
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
937
|
+
// Euro aliases
|
|
938
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
939
939
|
// Expand aliases
|
|
940
940
|
export { default as ExpandIcon } from '../icons/expand';
|
|
941
941
|
// ExternalLink aliases
|
|
@@ -952,10 +952,10 @@ export { default as FacebookIcon } from '../icons/facebook';
|
|
|
952
952
|
export { default as FactoryIcon } from '../icons/factory';
|
|
953
953
|
// Fan aliases
|
|
954
954
|
export { default as FanIcon } from '../icons/fan';
|
|
955
|
-
// FastForward aliases
|
|
956
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
957
955
|
// Feather aliases
|
|
958
956
|
export { default as FeatherIcon } from '../icons/feather';
|
|
957
|
+
// FastForward aliases
|
|
958
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
959
959
|
// FerrisWheel aliases
|
|
960
960
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
961
961
|
// Fence aliases
|
|
@@ -964,68 +964,68 @@ export { default as FenceIcon } from '../icons/fence';
|
|
|
964
964
|
export { default as FigmaIcon } from '../icons/figma';
|
|
965
965
|
// FileArchive aliases
|
|
966
966
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
967
|
-
// FileAudio2 aliases
|
|
968
|
-
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
969
967
|
// FileAudio aliases
|
|
970
968
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
971
|
-
//
|
|
972
|
-
export { default as
|
|
969
|
+
// FileAudio2 aliases
|
|
970
|
+
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
973
971
|
// FileBadge2 aliases
|
|
974
972
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
973
|
+
// FileBadge aliases
|
|
974
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
975
975
|
// FileBox aliases
|
|
976
976
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
977
|
-
// FileCheck aliases
|
|
978
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
979
977
|
// FileCheck2 aliases
|
|
980
978
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
979
|
+
// FileCheck aliases
|
|
980
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
981
981
|
// FileClock aliases
|
|
982
982
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
983
|
+
// FileCode2 aliases
|
|
984
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
983
985
|
// FileCode aliases
|
|
984
986
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
985
987
|
// FileDiff aliases
|
|
986
988
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
987
|
-
// FileCode2 aliases
|
|
988
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
989
989
|
// FileDigit aliases
|
|
990
990
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
991
|
+
// FileHeart aliases
|
|
992
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
991
993
|
// FileDown aliases
|
|
992
994
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
993
995
|
// FileImage aliases
|
|
994
996
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
995
|
-
// FileInput aliases
|
|
996
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
997
|
-
// FileHeart aliases
|
|
998
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
999
997
|
// FileJson2 aliases
|
|
1000
998
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
999
|
+
// FileInput aliases
|
|
1000
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1001
1001
|
// FileJson aliases
|
|
1002
1002
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1003
1003
|
// FileKey2 aliases
|
|
1004
1004
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1005
|
-
// FileKey aliases
|
|
1006
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1007
1005
|
// FileLock2 aliases
|
|
1008
1006
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1009
|
-
//
|
|
1010
|
-
export { default as
|
|
1007
|
+
// FileKey aliases
|
|
1008
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1011
1009
|
// FileLock aliases
|
|
1012
1010
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1011
|
+
// FileMinus2 aliases
|
|
1012
|
+
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1013
1013
|
// FileMinus aliases
|
|
1014
1014
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1015
|
-
// FileOutput aliases
|
|
1016
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1017
1015
|
// FileMusic aliases
|
|
1018
1016
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1019
1017
|
// FilePlus2 aliases
|
|
1020
1018
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1019
|
+
// FileOutput aliases
|
|
1020
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1021
1021
|
// FilePlus aliases
|
|
1022
1022
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1023
1023
|
// FileQuestion aliases
|
|
1024
1024
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1025
|
-
// FileScan aliases
|
|
1026
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1027
1025
|
// FileSearch2 aliases
|
|
1028
1026
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1027
|
+
// FileScan aliases
|
|
1028
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1029
1029
|
// FileSearch aliases
|
|
1030
1030
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1031
1031
|
// FileSliders aliases
|
|
@@ -1044,14 +1044,14 @@ export { default as FileTextIcon } from '../icons/file-text';
|
|
|
1044
1044
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1045
1045
|
// FileType aliases
|
|
1046
1046
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1047
|
-
// FileUser aliases
|
|
1048
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1049
1047
|
// FileUp aliases
|
|
1050
1048
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1051
|
-
//
|
|
1052
|
-
export { default as
|
|
1049
|
+
// FileUser aliases
|
|
1050
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1053
1051
|
// FileVideo2 aliases
|
|
1054
1052
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1053
|
+
// FileVideo aliases
|
|
1054
|
+
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1055
1055
|
// FileVolume2 aliases
|
|
1056
1056
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1057
1057
|
// FileVolume aliases
|
|
@@ -1064,10 +1064,10 @@ export { default as FileX2Icon } from '../icons/file-x-2';
|
|
|
1064
1064
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1065
1065
|
// File aliases
|
|
1066
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1067
|
-
// Film aliases
|
|
1068
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1069
1067
|
// Files aliases
|
|
1070
1068
|
export { default as FilesIcon } from '../icons/files';
|
|
1069
|
+
// Film aliases
|
|
1070
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1071
1071
|
// Fingerprint aliases
|
|
1072
1072
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1073
1073
|
// FireExtinguisher aliases
|
|
@@ -1086,50 +1086,50 @@ export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
|
1086
1086
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
1087
|
// Flag aliases
|
|
1088
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
|
-
// Flame aliases
|
|
1090
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1091
1089
|
// FlameKindling aliases
|
|
1092
1090
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
+
// Flame aliases
|
|
1092
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1093
1093
|
// FlashlightOff aliases
|
|
1094
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
1095
|
// Flashlight aliases
|
|
1096
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
|
-
// FlaskConical aliases
|
|
1098
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1099
1097
|
// FlaskConicalOff aliases
|
|
1100
1098
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
|
+
// FlaskConical aliases
|
|
1100
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
1101
|
// FlaskRound aliases
|
|
1102
1102
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
1103
|
// FlipHorizontal2 aliases
|
|
1104
1104
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1105
1105
|
// FlipHorizontal aliases
|
|
1106
1106
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1107
|
-
// FlipVertical aliases
|
|
1108
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1109
1107
|
// FlipVertical2 aliases
|
|
1110
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1109
|
+
// FlipVertical aliases
|
|
1110
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
|
+
// Flower aliases
|
|
1114
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1115
1115
|
// Focus aliases
|
|
1116
1116
|
export { default as FocusIcon } from '../icons/focus';
|
|
1117
|
-
// FoldVertical aliases
|
|
1118
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
1117
|
// FoldHorizontal aliases
|
|
1120
1118
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1119
|
// FolderArchive aliases
|
|
1122
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
|
+
// FoldVertical aliases
|
|
1122
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1123
1123
|
// FolderCheck aliases
|
|
1124
1124
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1125
|
// FolderClock aliases
|
|
1126
1126
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1127
1127
|
// FolderClosed aliases
|
|
1128
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
|
-
// FolderCode aliases
|
|
1130
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
1129
|
// FolderDot aliases
|
|
1132
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
+
// FolderCode aliases
|
|
1132
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1133
|
// FolderDown aliases
|
|
1134
1134
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
1135
|
// FolderGit2 aliases
|
|
@@ -1138,10 +1138,10 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1138
1138
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1139
1139
|
// FolderHeart aliases
|
|
1140
1140
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1141
|
-
// FolderKanban aliases
|
|
1142
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
1141
|
// FolderInput aliases
|
|
1144
1142
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
|
+
// FolderKanban aliases
|
|
1144
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1145
1145
|
// FolderKey aliases
|
|
1146
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1147
1147
|
// FolderLock aliases
|
|
@@ -1170,36 +1170,36 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1170
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1171
1171
|
// FolderUp aliases
|
|
1172
1172
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
|
-
// Folder aliases
|
|
1174
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1175
1173
|
// FolderX aliases
|
|
1176
1174
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
|
-
//
|
|
1178
|
-
export { default as
|
|
1175
|
+
// Folder aliases
|
|
1176
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1179
1177
|
// Folders aliases
|
|
1180
1178
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
-
//
|
|
1182
|
-
export { default as
|
|
1179
|
+
// Footprints aliases
|
|
1180
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1183
1181
|
// Forward aliases
|
|
1184
1182
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1185
|
-
// Framer aliases
|
|
1186
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1187
|
-
// Frown aliases
|
|
1188
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1189
1183
|
// Frame aliases
|
|
1190
1184
|
export { default as FrameIcon } from '../icons/frame';
|
|
1185
|
+
// Forklift aliases
|
|
1186
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
|
+
// Framer aliases
|
|
1188
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1191
1189
|
// Fuel aliases
|
|
1192
1190
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
|
+
// Frown aliases
|
|
1192
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1193
1193
|
// Fullscreen aliases
|
|
1194
1194
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1195
1195
|
// FunnelPlus aliases
|
|
1196
1196
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
1197
|
// GalleryHorizontalEnd aliases
|
|
1198
1198
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1199
|
-
// GalleryThumbnails aliases
|
|
1200
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
1199
|
// GalleryHorizontal aliases
|
|
1202
1200
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
|
+
// GalleryThumbnails aliases
|
|
1202
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1203
1203
|
// GalleryVerticalEnd aliases
|
|
1204
1204
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1205
1205
|
// GalleryVertical aliases
|
|
@@ -1218,28 +1218,28 @@ export { default as GemIcon } from '../icons/gem';
|
|
|
1218
1218
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
1219
|
// Gift aliases
|
|
1220
1220
|
export { default as GiftIcon } from '../icons/gift';
|
|
1221
|
-
// GitBranchPlus aliases
|
|
1222
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1223
1221
|
// GitBranch aliases
|
|
1224
1222
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1223
|
+
// GitBranchPlus aliases
|
|
1224
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1225
1225
|
// GitCommitVertical aliases
|
|
1226
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
|
-
// GitCompare aliases
|
|
1228
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
1227
|
// GitCompareArrows aliases
|
|
1230
1228
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
|
+
// GitCompare aliases
|
|
1230
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1231
1231
|
// GitFork aliases
|
|
1232
1232
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1233
|
-
// GitMerge aliases
|
|
1234
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1235
1233
|
// GitGraph aliases
|
|
1236
1234
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1237
|
-
// GitPullRequestCreateArrow aliases
|
|
1238
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1239
1235
|
// GitPullRequestArrow aliases
|
|
1240
1236
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1237
|
+
// GitMerge aliases
|
|
1238
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1241
1239
|
// GitPullRequestClosed aliases
|
|
1242
1240
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1241
|
+
// GitPullRequestCreateArrow aliases
|
|
1242
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1243
1243
|
// GitPullRequestCreate aliases
|
|
1244
1244
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1245
1245
|
// GitPullRequestDraft aliases
|
|
@@ -1248,32 +1248,32 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
|
|
|
1248
1248
|
export { default as GithubIcon } from '../icons/github';
|
|
1249
1249
|
// GitPullRequest aliases
|
|
1250
1250
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1251
|
-
// Gitlab aliases
|
|
1252
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1253
1251
|
// GlassWater aliases
|
|
1254
1252
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1255
|
-
//
|
|
1256
|
-
export { default as
|
|
1257
|
-
// Globe aliases
|
|
1258
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1253
|
+
// Gitlab aliases
|
|
1254
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1259
1255
|
// Glasses aliases
|
|
1260
1256
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
|
+
// Globe aliases
|
|
1258
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1259
|
+
// GlobeLock aliases
|
|
1260
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1261
1261
|
// Goal aliases
|
|
1262
1262
|
export { default as GoalIcon } from '../icons/goal';
|
|
1263
1263
|
// Gpu aliases
|
|
1264
1264
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1265
|
-
// Grab aliases
|
|
1266
|
-
export { default as GrabIcon } from '../icons/grab';
|
|
1267
1265
|
// GraduationCap aliases
|
|
1268
1266
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1267
|
+
// Grab aliases
|
|
1268
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1269
1269
|
// Grape aliases
|
|
1270
1270
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
1271
|
// GripHorizontal aliases
|
|
1272
1272
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1273
|
-
// Grip aliases
|
|
1274
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1275
1273
|
// GripVertical aliases
|
|
1276
1274
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1275
|
+
// Grip aliases
|
|
1276
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1277
1277
|
// Group aliases
|
|
1278
1278
|
export { default as GroupIcon } from '../icons/group';
|
|
1279
1279
|
// Guitar aliases
|
|
@@ -1294,20 +1294,20 @@ export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
|
1294
1294
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1295
1295
|
// Hand aliases
|
|
1296
1296
|
export { default as HandIcon } from '../icons/hand';
|
|
1297
|
-
// HardDriveDownload aliases
|
|
1298
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1299
1297
|
// Handshake aliases
|
|
1300
1298
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1301
|
-
//
|
|
1302
|
-
export { default as
|
|
1299
|
+
// HardDriveDownload aliases
|
|
1300
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1303
1301
|
// HardDrive aliases
|
|
1304
1302
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1303
|
+
// HardDriveUpload aliases
|
|
1304
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1307
1305
|
// HardHat aliases
|
|
1308
1306
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1309
1307
|
// Haze aliases
|
|
1310
1308
|
export { default as HazeIcon } from '../icons/haze';
|
|
1309
|
+
// Hash aliases
|
|
1310
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1311
1311
|
// HdmiPort aliases
|
|
1312
1312
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1313
1313
|
// Heading1 aliases
|
|
@@ -1322,26 +1322,26 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1322
1322
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1323
1323
|
// Heading6 aliases
|
|
1324
1324
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1325
|
-
// HeadphoneOff aliases
|
|
1326
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1327
1325
|
// Heading aliases
|
|
1328
1326
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1329
|
-
// Headphones aliases
|
|
1330
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1331
1327
|
// Headset aliases
|
|
1332
1328
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1329
|
+
// HeadphoneOff aliases
|
|
1330
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1331
|
+
// Headphones aliases
|
|
1332
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1333
1333
|
// HeartCrack aliases
|
|
1334
1334
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1335
1335
|
// HeartHandshake aliases
|
|
1336
1336
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1337
|
-
// HeartOff aliases
|
|
1338
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1339
1337
|
// HeartMinus aliases
|
|
1340
1338
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1341
|
-
//
|
|
1342
|
-
export { default as
|
|
1339
|
+
// HeartOff aliases
|
|
1340
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1343
1341
|
// HeartPulse aliases
|
|
1344
1342
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1343
|
+
// HeartPlus aliases
|
|
1344
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1345
1345
|
// Heart aliases
|
|
1346
1346
|
export { default as HeartIcon } from '../icons/heart';
|
|
1347
1347
|
// Heater aliases
|
|
@@ -1356,12 +1356,12 @@ export { default as HistoryIcon } from '../icons/history';
|
|
|
1356
1356
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1357
1357
|
// Hop aliases
|
|
1358
1358
|
export { default as HopIcon } from '../icons/hop';
|
|
1359
|
+
// Hospital aliases
|
|
1360
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1359
1361
|
// Hotel aliases
|
|
1360
1362
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1361
1363
|
// Hourglass aliases
|
|
1362
1364
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1363
|
-
// Hospital aliases
|
|
1364
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1365
1365
|
// HousePlug aliases
|
|
1366
1366
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1367
1367
|
// HousePlus aliases
|
|
@@ -1370,36 +1370,36 @@ export { default as HousePlusIcon } from '../icons/house-plus';
|
|
|
1370
1370
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1371
1371
|
// IdCard aliases
|
|
1372
1372
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1373
|
-
// ImageMinus aliases
|
|
1374
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1375
1373
|
// ImageDown aliases
|
|
1376
1374
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1375
|
+
// ImageMinus aliases
|
|
1376
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1379
1377
|
// ImagePlay aliases
|
|
1380
1378
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1379
|
+
// ImageOff aliases
|
|
1380
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1381
1381
|
// ImagePlus aliases
|
|
1382
1382
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1383
1383
|
// ImageUpscale aliases
|
|
1384
1384
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1385
1385
|
// ImageUp aliases
|
|
1386
1386
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1387
|
-
// Import aliases
|
|
1388
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1389
1387
|
// Image aliases
|
|
1390
1388
|
export { default as ImageIcon } from '../icons/image';
|
|
1391
1389
|
// Images aliases
|
|
1392
1390
|
export { default as ImagesIcon } from '../icons/images';
|
|
1391
|
+
// Import aliases
|
|
1392
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1393
1393
|
// Inbox aliases
|
|
1394
1394
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1395
1395
|
// Infinity aliases
|
|
1396
1396
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1397
1397
|
// Info aliases
|
|
1398
1398
|
export { default as InfoIcon } from '../icons/info';
|
|
1399
|
-
// InspectionPanel aliases
|
|
1400
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1401
1399
|
// IndianRupee aliases
|
|
1402
1400
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1401
|
+
// InspectionPanel aliases
|
|
1402
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1403
1403
|
// Instagram aliases
|
|
1404
1404
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1405
1405
|
// IterationCcw aliases
|
|
@@ -1444,12 +1444,12 @@ export { default as LandPlotIcon } from '../icons/land-plot';
|
|
|
1444
1444
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1445
1445
|
// Languages aliases
|
|
1446
1446
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1447
|
-
// Laptop aliases
|
|
1448
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1449
1447
|
// LaptopMinimalCheck aliases
|
|
1450
1448
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1451
1449
|
// LassoSelect aliases
|
|
1452
1450
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1451
|
+
// Laptop aliases
|
|
1452
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1453
1453
|
// Lasso aliases
|
|
1454
1454
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1455
1455
|
// Laugh aliases
|
|
@@ -1470,30 +1470,30 @@ export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
|
1470
1470
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1471
1471
|
// Leaf aliases
|
|
1472
1472
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1473
|
-
// Lectern aliases
|
|
1474
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1475
1473
|
// LeafyGreen aliases
|
|
1476
1474
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1475
|
+
// Lectern aliases
|
|
1476
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1477
1477
|
// LetterText aliases
|
|
1478
1478
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1479
|
+
// LibraryBig aliases
|
|
1480
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1479
1481
|
// Library aliases
|
|
1480
1482
|
export { default as LibraryIcon } from '../icons/library';
|
|
1481
1483
|
// LifeBuoy aliases
|
|
1482
1484
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1483
|
-
// LibraryBig aliases
|
|
1484
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1485
1485
|
// Ligature aliases
|
|
1486
1486
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1487
|
-
// Link2Off aliases
|
|
1488
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1489
1487
|
// LightbulbOff aliases
|
|
1490
1488
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1491
1489
|
// Lightbulb aliases
|
|
1492
1490
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1493
|
-
//
|
|
1494
|
-
export { default as
|
|
1491
|
+
// Link2Off aliases
|
|
1492
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1495
1493
|
// Link aliases
|
|
1496
1494
|
export { default as LinkIcon } from '../icons/link';
|
|
1495
|
+
// Link2 aliases
|
|
1496
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1497
1497
|
// Linkedin aliases
|
|
1498
1498
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1499
1499
|
// ListCheck aliases
|
|
@@ -1510,10 +1510,10 @@ export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
|
1510
1510
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1511
1511
|
// ListMinus aliases
|
|
1512
1512
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1513
|
-
// ListOrdered aliases
|
|
1514
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1515
1513
|
// ListMusic aliases
|
|
1516
1514
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1515
|
+
// ListOrdered aliases
|
|
1516
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1517
1517
|
// ListRestart aliases
|
|
1518
1518
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1519
1519
|
// ListPlus aliases
|
|
@@ -1534,24 +1534,24 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1534
1534
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1535
1535
|
// Loader aliases
|
|
1536
1536
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1537
|
-
// LocateOff aliases
|
|
1538
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1539
1537
|
// LocateFixed aliases
|
|
1540
1538
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1539
|
+
// LocateOff aliases
|
|
1540
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1541
1541
|
// Locate aliases
|
|
1542
1542
|
export { default as LocateIcon } from '../icons/locate';
|
|
1543
|
-
// LockKeyhole aliases
|
|
1544
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1545
1543
|
// LocationEdit aliases
|
|
1546
1544
|
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1545
|
+
// LockKeyhole aliases
|
|
1546
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1547
1547
|
// Lock aliases
|
|
1548
1548
|
export { default as LockIcon } from '../icons/lock';
|
|
1549
|
+
// LogOut aliases
|
|
1550
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1549
1551
|
// LogIn aliases
|
|
1550
1552
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1551
1553
|
// Logs aliases
|
|
1552
1554
|
export { default as LogsIcon } from '../icons/logs';
|
|
1553
|
-
// LogOut aliases
|
|
1554
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1555
1555
|
// Lollipop aliases
|
|
1556
1556
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1557
1557
|
// Luggage aliases
|
|
@@ -1566,44 +1566,44 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1566
1566
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1567
1567
|
// MailPlus aliases
|
|
1568
1568
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1569
|
-
// MailQuestion aliases
|
|
1570
|
-
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1571
1569
|
// MailSearch aliases
|
|
1572
1570
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1573
1571
|
// MailWarning aliases
|
|
1574
1572
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1575
|
-
//
|
|
1576
|
-
export { default as
|
|
1573
|
+
// MailQuestion aliases
|
|
1574
|
+
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1577
1575
|
// MailX aliases
|
|
1578
1576
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1577
|
+
// Mail aliases
|
|
1578
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1579
1579
|
// Mailbox aliases
|
|
1580
1580
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1581
1581
|
// Mails aliases
|
|
1582
1582
|
export { default as MailsIcon } from '../icons/mails';
|
|
1583
|
-
// MapPinCheckInside aliases
|
|
1584
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1585
1583
|
// MapPinCheck aliases
|
|
1586
1584
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1585
|
+
// MapPinCheckInside aliases
|
|
1586
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1587
|
+
// MapPinMinus aliases
|
|
1588
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1587
1589
|
// MapPinHouse aliases
|
|
1588
1590
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1591
|
+
// MapPinPlusInside aliases
|
|
1592
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1589
1593
|
// MapPinMinusInside aliases
|
|
1590
1594
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1591
|
-
// MapPinMinus aliases
|
|
1592
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1593
1595
|
// MapPinOff aliases
|
|
1594
1596
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1595
|
-
// MapPinPlusInside aliases
|
|
1596
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1597
|
-
// MapPinXInside aliases
|
|
1598
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1599
1597
|
// MapPinPlus aliases
|
|
1600
1598
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1601
|
-
//
|
|
1602
|
-
export { default as
|
|
1599
|
+
// MapPinXInside aliases
|
|
1600
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1603
1601
|
// MapPin aliases
|
|
1604
1602
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1605
1603
|
// MapPinned aliases
|
|
1606
1604
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1605
|
+
// MapPinX aliases
|
|
1606
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1607
1607
|
// MapPlus aliases
|
|
1608
1608
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1609
1609
|
// Map aliases
|
|
@@ -1614,48 +1614,48 @@ export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
|
1614
1614
|
export { default as MarsIcon } from '../icons/mars';
|
|
1615
1615
|
// Maximize2 aliases
|
|
1616
1616
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1617
|
-
// Maximize aliases
|
|
1618
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1619
1617
|
// Martini aliases
|
|
1620
1618
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1619
|
+
// Maximize aliases
|
|
1620
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1621
1621
|
// Medal aliases
|
|
1622
1622
|
export { default as MedalIcon } from '../icons/medal';
|
|
1623
|
-
// MegaphoneOff aliases
|
|
1624
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1625
1623
|
// Megaphone aliases
|
|
1626
1624
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1625
|
+
// MegaphoneOff aliases
|
|
1626
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1627
1627
|
// Meh aliases
|
|
1628
1628
|
export { default as MehIcon } from '../icons/meh';
|
|
1629
1629
|
// MemoryStick aliases
|
|
1630
1630
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1631
1631
|
// Menu aliases
|
|
1632
1632
|
export { default as MenuIcon } from '../icons/menu';
|
|
1633
|
-
// MessageCircleCode aliases
|
|
1634
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1635
1633
|
// Merge aliases
|
|
1636
1634
|
export { default as MergeIcon } from '../icons/merge';
|
|
1635
|
+
// MessageCircleCode aliases
|
|
1636
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1637
1637
|
// MessageCircleDashed aliases
|
|
1638
1638
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1639
1639
|
// MessageCircleHeart aliases
|
|
1640
1640
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1641
|
-
// MessageCircleOff aliases
|
|
1642
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1643
1641
|
// MessageCircleMore aliases
|
|
1644
1642
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1643
|
+
// MessageCircleOff aliases
|
|
1644
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1645
1645
|
// MessageCirclePlus aliases
|
|
1646
1646
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1647
|
-
// MessageCircleReply aliases
|
|
1648
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1649
|
-
// MessageCircleWarning aliases
|
|
1650
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1651
1647
|
// MessageCircleQuestion aliases
|
|
1652
1648
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1649
|
+
// MessageCircleWarning aliases
|
|
1650
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1653
1651
|
// MessageCircleX aliases
|
|
1654
1652
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1655
|
-
//
|
|
1656
|
-
export { default as
|
|
1653
|
+
// MessageCircleReply aliases
|
|
1654
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1657
1655
|
// MessageSquareCode aliases
|
|
1658
1656
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1657
|
+
// MessageCircle aliases
|
|
1658
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1659
1659
|
// MessageSquareDashed aliases
|
|
1660
1660
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1661
1661
|
// MessageSquareDiff aliases
|
|
@@ -1672,26 +1672,26 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1672
1672
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1673
1673
|
// MessageSquareQuote aliases
|
|
1674
1674
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1675
|
-
// MessageSquareReply aliases
|
|
1676
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1677
1675
|
// MessageSquarePlus aliases
|
|
1678
1676
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1677
|
+
// MessageSquareReply aliases
|
|
1678
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1679
1679
|
// MessageSquareShare aliases
|
|
1680
1680
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1681
1681
|
// MessageSquareText aliases
|
|
1682
1682
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1683
|
-
// MessageSquareX aliases
|
|
1684
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1685
|
-
// MessagesSquare aliases
|
|
1686
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1687
1683
|
// MessageSquareWarning aliases
|
|
1688
1684
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1685
|
+
// MessageSquareX aliases
|
|
1686
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1689
1687
|
// MessageSquare aliases
|
|
1690
1688
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1691
|
-
//
|
|
1692
|
-
export { default as
|
|
1689
|
+
// MessagesSquare aliases
|
|
1690
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1693
1691
|
// MicOff aliases
|
|
1694
1692
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1693
|
+
// Mic aliases
|
|
1694
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1695
1695
|
// Microchip aliases
|
|
1696
1696
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1697
1697
|
// Microscope aliases
|
|
@@ -1710,24 +1710,24 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1710
1710
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1711
1711
|
// Minus aliases
|
|
1712
1712
|
export { default as MinusIcon } from '../icons/minus';
|
|
1713
|
-
// MonitorCheck aliases
|
|
1714
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1715
1713
|
// MonitorCog aliases
|
|
1716
1714
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1715
|
+
// MonitorCheck aliases
|
|
1716
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1717
1717
|
// MonitorDot aliases
|
|
1718
1718
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1719
1719
|
// MonitorDown aliases
|
|
1720
1720
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1721
1721
|
// MonitorOff aliases
|
|
1722
1722
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1723
|
-
// MonitorPlay aliases
|
|
1724
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1725
1723
|
// MonitorPause aliases
|
|
1726
1724
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1727
|
-
//
|
|
1728
|
-
export { default as
|
|
1725
|
+
// MonitorPlay aliases
|
|
1726
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1729
1727
|
// MonitorSmartphone aliases
|
|
1730
1728
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1729
|
+
// MonitorSpeaker aliases
|
|
1730
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1731
1731
|
// MonitorStop aliases
|
|
1732
1732
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1733
1733
|
// MonitorUp aliases
|
|
@@ -1744,14 +1744,14 @@ export { default as MoonIcon } from '../icons/moon';
|
|
|
1744
1744
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1745
1745
|
// Mountain aliases
|
|
1746
1746
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1747
|
-
// MousePointerBan aliases
|
|
1748
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1749
1747
|
// MouseOff aliases
|
|
1750
1748
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1751
|
-
//
|
|
1752
|
-
export { default as
|
|
1749
|
+
// MousePointerBan aliases
|
|
1750
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1753
1751
|
// MousePointerClick aliases
|
|
1754
1752
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1753
|
+
// MousePointer2 aliases
|
|
1754
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1755
1755
|
// MousePointer aliases
|
|
1756
1756
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1757
1757
|
// Mouse aliases
|
|
@@ -1762,52 +1762,52 @@ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
|
1762
1762
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1763
1763
|
// MoveDownLeft aliases
|
|
1764
1764
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1765
|
-
// MoveDown aliases
|
|
1766
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1767
1765
|
// MoveDownRight aliases
|
|
1768
1766
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1767
|
+
// MoveDown aliases
|
|
1768
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1769
1769
|
// MoveHorizontal aliases
|
|
1770
1770
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1771
1771
|
// MoveLeft aliases
|
|
1772
1772
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1773
1773
|
// MoveRight aliases
|
|
1774
1774
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1775
|
-
// MoveUpLeft aliases
|
|
1776
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1777
1775
|
// MoveUpRight aliases
|
|
1778
1776
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1777
|
+
// MoveUpLeft aliases
|
|
1778
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1779
1779
|
// MoveUp aliases
|
|
1780
1780
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1781
1781
|
// Move aliases
|
|
1782
1782
|
export { default as MoveIcon } from '../icons/move';
|
|
1783
|
+
// Music3 aliases
|
|
1784
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1783
1785
|
// MoveVertical aliases
|
|
1784
1786
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1785
1787
|
// Music2 aliases
|
|
1786
1788
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1787
|
-
// Music3 aliases
|
|
1788
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1789
1789
|
// Music4 aliases
|
|
1790
1790
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1791
|
-
// Music aliases
|
|
1792
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1793
1791
|
// Navigation2Off aliases
|
|
1794
1792
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1795
1793
|
// Navigation2 aliases
|
|
1796
1794
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1795
|
+
// Music aliases
|
|
1796
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1797
1797
|
// NavigationOff aliases
|
|
1798
1798
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1799
|
+
// Nfc aliases
|
|
1800
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1799
1801
|
// Navigation aliases
|
|
1800
1802
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1801
1803
|
// Network aliases
|
|
1802
1804
|
export { default as NetworkIcon } from '../icons/network';
|
|
1803
|
-
// Newspaper aliases
|
|
1804
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1805
|
-
// Nfc aliases
|
|
1806
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1807
1805
|
// NonBinary aliases
|
|
1808
1806
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1809
1807
|
// NotebookPen aliases
|
|
1810
1808
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1809
|
+
// Newspaper aliases
|
|
1810
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1811
1811
|
// NotebookTabs aliases
|
|
1812
1812
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1813
1813
|
// NotebookText aliases
|
|
@@ -1820,10 +1820,10 @@ export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
|
1820
1820
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1821
1821
|
// NutOff aliases
|
|
1822
1822
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1823
|
-
// OctagonMinus aliases
|
|
1824
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1825
1823
|
// Nut aliases
|
|
1826
1824
|
export { default as NutIcon } from '../icons/nut';
|
|
1825
|
+
// OctagonMinus aliases
|
|
1826
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1827
1827
|
// Octagon aliases
|
|
1828
1828
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1829
1829
|
// Omega aliases
|
|
@@ -1838,32 +1838,32 @@ export { default as OrigamiIcon } from '../icons/origami';
|
|
|
1838
1838
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1839
1839
|
// PackageCheck aliases
|
|
1840
1840
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1841
|
-
// PackageOpen aliases
|
|
1842
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1843
1841
|
// PackageMinus aliases
|
|
1844
1842
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1843
|
+
// PackageOpen aliases
|
|
1844
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1845
1845
|
// PackagePlus aliases
|
|
1846
1846
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1847
1847
|
// PackageSearch aliases
|
|
1848
1848
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1849
1849
|
// PackageX aliases
|
|
1850
1850
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1851
|
-
// PaintBucket aliases
|
|
1852
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1853
1851
|
// Package aliases
|
|
1854
1852
|
export { default as PackageIcon } from '../icons/package';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1853
|
+
// PaintBucket aliases
|
|
1854
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1857
1855
|
// Paintbrush aliases
|
|
1858
1856
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1857
|
+
// PaintRoller aliases
|
|
1858
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1859
1859
|
// Palette aliases
|
|
1860
1860
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1861
1861
|
// Panda aliases
|
|
1862
1862
|
export { default as PandaIcon } from '../icons/panda';
|
|
1863
|
-
// PanelBottomOpen aliases
|
|
1864
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1865
1863
|
// PanelBottomClose aliases
|
|
1866
1864
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1865
|
+
// PanelBottomOpen aliases
|
|
1866
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1867
1867
|
// PanelBottom aliases
|
|
1868
1868
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1869
1869
|
// PanelRightClose aliases
|
|
@@ -1876,16 +1876,16 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1876
1876
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1877
1877
|
// PanelTopOpen aliases
|
|
1878
1878
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1879
|
-
// PanelsLeftBottom aliases
|
|
1880
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1881
1879
|
// PanelTop aliases
|
|
1882
1880
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1883
|
-
//
|
|
1884
|
-
export { default as
|
|
1881
|
+
// PanelsLeftBottom aliases
|
|
1882
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1885
1883
|
// PanelsRightBottom aliases
|
|
1886
1884
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1887
1885
|
// Parentheses aliases
|
|
1888
1886
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1887
|
+
// Paperclip aliases
|
|
1888
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1889
1889
|
// ParkingMeter aliases
|
|
1890
1890
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1891
1891
|
// PartyPopper aliases
|
|
@@ -1906,10 +1906,10 @@ export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
|
1906
1906
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1907
1907
|
// PencilRuler aliases
|
|
1908
1908
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1909
|
-
// Pentagon aliases
|
|
1910
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1911
1909
|
// Pencil aliases
|
|
1912
1910
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1911
|
+
// Pentagon aliases
|
|
1912
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1913
1913
|
// Percent aliases
|
|
1914
1914
|
export { default as PercentIcon } from '../icons/percent';
|
|
1915
1915
|
// PersonStanding aliases
|
|
@@ -1944,18 +1944,18 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
1944
1944
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1945
1945
|
// PilcrowLeft aliases
|
|
1946
1946
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1947
|
-
// Pilcrow aliases
|
|
1948
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1949
1947
|
// PilcrowRight aliases
|
|
1950
1948
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1949
|
+
// Pilcrow aliases
|
|
1950
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1951
1951
|
// PillBottle aliases
|
|
1952
1952
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1953
1953
|
// Pill aliases
|
|
1954
1954
|
export { default as PillIcon } from '../icons/pill';
|
|
1955
|
-
// Pin aliases
|
|
1956
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1957
1955
|
// PinOff aliases
|
|
1958
1956
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1957
|
+
// Pin aliases
|
|
1958
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1959
1959
|
// Pipette aliases
|
|
1960
1960
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1961
1961
|
// Pizza aliases
|
|
@@ -1980,14 +1980,14 @@ export { default as PlusIcon } from '../icons/plus';
|
|
|
1980
1980
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1981
1981
|
// Podcast aliases
|
|
1982
1982
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1983
|
-
// PointerOff aliases
|
|
1984
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1985
1983
|
// Pointer aliases
|
|
1986
1984
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1987
|
-
//
|
|
1988
|
-
export { default as
|
|
1985
|
+
// PointerOff aliases
|
|
1986
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1989
1987
|
// Popcorn aliases
|
|
1990
1988
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1989
|
+
// Popsicle aliases
|
|
1990
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1991
1991
|
// PoundSterling aliases
|
|
1992
1992
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1993
1993
|
// PowerOff aliases
|
|
@@ -2002,12 +2002,12 @@ export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
|
2002
2002
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2003
2003
|
// Projector aliases
|
|
2004
2004
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2005
|
+
// Puzzle aliases
|
|
2006
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2005
2007
|
// Proportions aliases
|
|
2006
2008
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2007
2009
|
// Pyramid aliases
|
|
2008
2010
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2009
|
-
// Puzzle aliases
|
|
2010
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2011
2011
|
// QrCode aliases
|
|
2012
2012
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2013
2013
|
// Quote aliases
|
|
@@ -2016,96 +2016,96 @@ export { default as QuoteIcon } from '../icons/quote';
|
|
|
2016
2016
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2017
2017
|
// Radar aliases
|
|
2018
2018
|
export { default as RadarIcon } from '../icons/radar';
|
|
2019
|
-
// Radical aliases
|
|
2020
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2021
2019
|
// Radiation aliases
|
|
2022
2020
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2021
|
+
// Radical aliases
|
|
2022
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2023
2023
|
// RadioReceiver aliases
|
|
2024
2024
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2025
2025
|
// RadioTower aliases
|
|
2026
2026
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2027
2027
|
// Radio aliases
|
|
2028
2028
|
export { default as RadioIcon } from '../icons/radio';
|
|
2029
|
-
// RailSymbol aliases
|
|
2030
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2031
2029
|
// Radius aliases
|
|
2032
2030
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2033
2031
|
// Rainbow aliases
|
|
2034
2032
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2033
|
+
// RailSymbol aliases
|
|
2034
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2035
2035
|
// Rat aliases
|
|
2036
2036
|
export { default as RatIcon } from '../icons/rat';
|
|
2037
|
-
// Ratio aliases
|
|
2038
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2039
2037
|
// ReceiptCent aliases
|
|
2040
2038
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2039
|
+
// Ratio aliases
|
|
2040
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2041
2041
|
// ReceiptEuro aliases
|
|
2042
2042
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2043
2043
|
// ReceiptIndianRupee aliases
|
|
2044
2044
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2045
2045
|
// ReceiptJapaneseYen aliases
|
|
2046
2046
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2047
|
-
// ReceiptPoundSterling aliases
|
|
2048
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2049
2047
|
// ReceiptRussianRuble aliases
|
|
2050
2048
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2049
|
+
// ReceiptPoundSterling aliases
|
|
2050
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2051
2051
|
// ReceiptSwissFranc aliases
|
|
2052
2052
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2053
2053
|
// ReceiptText aliases
|
|
2054
2054
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2055
2055
|
// Receipt aliases
|
|
2056
2056
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2057
|
-
// RectangleGoggles aliases
|
|
2058
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2059
2057
|
// RectangleHorizontal aliases
|
|
2060
2058
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2059
|
+
// RectangleGoggles aliases
|
|
2060
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2061
2061
|
// RectangleVertical aliases
|
|
2062
2062
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2063
|
-
// Recycle aliases
|
|
2064
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2065
2063
|
// Redo2 aliases
|
|
2066
2064
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2067
|
-
//
|
|
2068
|
-
export { default as
|
|
2065
|
+
// Recycle aliases
|
|
2066
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2069
2067
|
// Redo aliases
|
|
2070
2068
|
export { default as RedoIcon } from '../icons/redo';
|
|
2069
|
+
// RedoDot aliases
|
|
2070
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2071
2071
|
// RefreshCcwDot aliases
|
|
2072
2072
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2073
|
+
// RefreshCcw aliases
|
|
2074
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2073
2075
|
// RefreshCwOff aliases
|
|
2074
2076
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2075
2077
|
// RefreshCw aliases
|
|
2076
2078
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2077
|
-
// RefreshCcw aliases
|
|
2078
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2079
2079
|
// Refrigerator aliases
|
|
2080
2080
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2081
|
-
// Regex aliases
|
|
2082
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2083
2081
|
// RemoveFormatting aliases
|
|
2084
2082
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2085
2083
|
// Repeat1 aliases
|
|
2086
2084
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2085
|
+
// Regex aliases
|
|
2086
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2087
2087
|
// Repeat2 aliases
|
|
2088
2088
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2089
|
-
// ReplaceAll aliases
|
|
2090
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2091
|
-
// Replace aliases
|
|
2092
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2093
|
-
// ReplyAll aliases
|
|
2094
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2095
2089
|
// Repeat aliases
|
|
2096
2090
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2091
|
+
// Replace aliases
|
|
2092
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2093
|
+
// ReplaceAll aliases
|
|
2094
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2097
2095
|
// Reply aliases
|
|
2098
2096
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2097
|
+
// ReplyAll aliases
|
|
2098
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2099
2099
|
// Rewind aliases
|
|
2100
2100
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2101
|
-
// Ribbon aliases
|
|
2102
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2103
2101
|
// Rocket aliases
|
|
2104
2102
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2103
|
+
// Ribbon aliases
|
|
2104
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2107
2105
|
// RockingChair aliases
|
|
2108
2106
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2107
|
+
// RollerCoaster aliases
|
|
2108
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2109
2109
|
// RotateCcwKey aliases
|
|
2110
2110
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2111
2111
|
// RotateCcwSquare aliases
|
|
@@ -2116,14 +2116,14 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2116
2116
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2117
2117
|
// RotateCwSquare aliases
|
|
2118
2118
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2119
|
+
// RouteOff aliases
|
|
2120
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2119
2121
|
// Route aliases
|
|
2120
2122
|
export { default as RouteIcon } from '../icons/route';
|
|
2121
2123
|
// Router aliases
|
|
2122
2124
|
export { default as RouterIcon } from '../icons/router';
|
|
2123
2125
|
// Rows4 aliases
|
|
2124
2126
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2125
|
-
// RouteOff aliases
|
|
2126
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2127
2127
|
// Rss aliases
|
|
2128
2128
|
export { default as RssIcon } from '../icons/rss';
|
|
2129
2129
|
// RulerDimensionLine aliases
|
|
@@ -2132,22 +2132,22 @@ export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line
|
|
|
2132
2132
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2133
2133
|
// RussianRuble aliases
|
|
2134
2134
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2135
|
-
// Salad aliases
|
|
2136
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2137
2135
|
// Sailboat aliases
|
|
2138
2136
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2139
|
-
//
|
|
2140
|
-
export { default as
|
|
2137
|
+
// Salad aliases
|
|
2138
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2141
2139
|
// Sandwich aliases
|
|
2142
2140
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2141
|
+
// SatelliteDish aliases
|
|
2142
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2143
2143
|
// Satellite aliases
|
|
2144
2144
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2145
2145
|
// SaudiRiyal aliases
|
|
2146
2146
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2147
|
-
// SaveOff aliases
|
|
2148
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2149
2147
|
// SaveAll aliases
|
|
2150
2148
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2149
|
+
// SaveOff aliases
|
|
2150
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2151
2151
|
// Save aliases
|
|
2152
2152
|
export { default as SaveIcon } from '../icons/save';
|
|
2153
2153
|
// Scale aliases
|
|
@@ -2158,36 +2158,36 @@ export { default as ScalingIcon } from '../icons/scaling';
|
|
|
2158
2158
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2159
2159
|
// ScanEye aliases
|
|
2160
2160
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2161
|
-
// ScanHeart aliases
|
|
2162
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2163
2161
|
// ScanFace aliases
|
|
2164
2162
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2163
|
+
// ScanHeart aliases
|
|
2164
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2165
2165
|
// ScanLine aliases
|
|
2166
2166
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2167
|
-
// ScanSearch aliases
|
|
2168
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2169
2167
|
// ScanQrCode aliases
|
|
2170
2168
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2171
|
-
//
|
|
2172
|
-
export { default as
|
|
2169
|
+
// ScanSearch aliases
|
|
2170
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2173
2171
|
// ScanText aliases
|
|
2174
2172
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2173
|
+
// Scan aliases
|
|
2174
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2175
2175
|
// ScissorsLineDashed aliases
|
|
2176
2176
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2177
|
-
// Scissors aliases
|
|
2178
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2179
2177
|
// School aliases
|
|
2180
2178
|
export { default as SchoolIcon } from '../icons/school';
|
|
2179
|
+
// Scissors aliases
|
|
2180
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2181
2181
|
// ScreenShareOff aliases
|
|
2182
2182
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2183
|
-
// ScrollText aliases
|
|
2184
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2185
2183
|
// ScreenShare aliases
|
|
2186
2184
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2187
|
-
//
|
|
2188
|
-
export { default as
|
|
2185
|
+
// ScrollText aliases
|
|
2186
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2189
2187
|
// Scroll aliases
|
|
2190
2188
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2189
|
+
// SearchCheck aliases
|
|
2190
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2191
2191
|
// SearchCode aliases
|
|
2192
2192
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2193
2193
|
// SearchSlash aliases
|
|
@@ -2212,24 +2212,24 @@ export { default as ServerCogIcon } from '../icons/server-cog';
|
|
|
2212
2212
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2213
2213
|
// ServerOff aliases
|
|
2214
2214
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2215
|
-
// Settings2 aliases
|
|
2216
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2217
2215
|
// Server aliases
|
|
2218
2216
|
export { default as ServerIcon } from '../icons/server';
|
|
2217
|
+
// Settings2 aliases
|
|
2218
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2219
2219
|
// Settings aliases
|
|
2220
2220
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2221
2221
|
// Shapes aliases
|
|
2222
2222
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2223
2223
|
// Share2 aliases
|
|
2224
2224
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2225
|
-
// Sheet aliases
|
|
2226
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2227
2225
|
// Share aliases
|
|
2228
2226
|
export { default as ShareIcon } from '../icons/share';
|
|
2229
|
-
//
|
|
2230
|
-
export { default as
|
|
2227
|
+
// Sheet aliases
|
|
2228
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2231
2229
|
// Shell aliases
|
|
2232
2230
|
export { default as ShellIcon } from '../icons/shell';
|
|
2231
|
+
// ShieldAlert aliases
|
|
2232
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2233
2233
|
// ShieldCheck aliases
|
|
2234
2234
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2235
2235
|
// ShieldBan aliases
|
|
@@ -2244,14 +2244,14 @@ export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
|
2244
2244
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2245
2245
|
// ShieldPlus aliases
|
|
2246
2246
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2247
|
-
// ShieldUser aliases
|
|
2248
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2249
2247
|
// ShieldQuestion aliases
|
|
2250
2248
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2251
|
-
//
|
|
2252
|
-
export { default as
|
|
2249
|
+
// ShieldUser aliases
|
|
2250
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2253
2251
|
// Shield aliases
|
|
2254
2252
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2253
|
+
// ShipWheel aliases
|
|
2254
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2255
2255
|
// Ship aliases
|
|
2256
2256
|
export { default as ShipIcon } from '../icons/ship';
|
|
2257
2257
|
// Shirt aliases
|
|
@@ -2262,16 +2262,16 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2262
2262
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2263
2263
|
// ShoppingCart aliases
|
|
2264
2264
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2265
|
-
// ShowerHead aliases
|
|
2266
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2267
2265
|
// Shovel aliases
|
|
2268
2266
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2267
|
+
// ShowerHead aliases
|
|
2268
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2269
2269
|
// Shredder aliases
|
|
2270
2270
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2271
|
-
// Shrimp aliases
|
|
2272
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2273
2271
|
// Shrink aliases
|
|
2274
2272
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2273
|
+
// Shrimp aliases
|
|
2274
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2275
2275
|
// Shrub aliases
|
|
2276
2276
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2277
2277
|
// Shuffle aliases
|
|
@@ -2282,118 +2282,120 @@ export { default as SigmaIcon } from '../icons/sigma';
|
|
|
2282
2282
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2283
2283
|
// SignalLow aliases
|
|
2284
2284
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2285
|
-
// SignalZero aliases
|
|
2286
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2287
2285
|
// SignalMedium aliases
|
|
2288
2286
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2289
|
-
//
|
|
2290
|
-
export { default as
|
|
2287
|
+
// SignalZero aliases
|
|
2288
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2291
2289
|
// Signal aliases
|
|
2292
2290
|
export { default as SignalIcon } from '../icons/signal';
|
|
2293
2291
|
// Signature aliases
|
|
2294
2292
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2293
|
+
// SignpostBig aliases
|
|
2294
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2295
2295
|
// Signpost aliases
|
|
2296
2296
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2297
2297
|
// Siren aliases
|
|
2298
2298
|
export { default as SirenIcon } from '../icons/siren';
|
|
2299
|
-
// SkipForward aliases
|
|
2300
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2301
2299
|
// SkipBack aliases
|
|
2302
2300
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2301
|
+
// SkipForward aliases
|
|
2302
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2303
2303
|
// Skull aliases
|
|
2304
2304
|
export { default as SkullIcon } from '../icons/skull';
|
|
2305
|
-
// Slash aliases
|
|
2306
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2307
2305
|
// Slack aliases
|
|
2308
2306
|
export { default as SlackIcon } from '../icons/slack';
|
|
2309
|
-
//
|
|
2310
|
-
export { default as
|
|
2307
|
+
// Slash aliases
|
|
2308
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2311
2309
|
// SlidersHorizontal aliases
|
|
2312
2310
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2311
|
+
// Slice aliases
|
|
2312
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2313
2313
|
// SmartphoneCharging aliases
|
|
2314
2314
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2315
2315
|
// SmartphoneNfc aliases
|
|
2316
2316
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2317
|
-
// SmilePlus aliases
|
|
2318
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2319
2317
|
// Smartphone aliases
|
|
2320
2318
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2321
2319
|
// Smile aliases
|
|
2322
2320
|
export { default as SmileIcon } from '../icons/smile';
|
|
2323
2321
|
// Snail aliases
|
|
2324
2322
|
export { default as SnailIcon } from '../icons/snail';
|
|
2323
|
+
// SmilePlus aliases
|
|
2324
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2325
2325
|
// Snowflake aliases
|
|
2326
2326
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2327
2327
|
// SoapDispenserDroplet aliases
|
|
2328
2328
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2329
2329
|
// Sofa aliases
|
|
2330
2330
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2331
|
-
// Spade aliases
|
|
2332
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2333
|
-
// Space aliases
|
|
2334
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2335
2331
|
// Soup aliases
|
|
2336
2332
|
export { default as SoupIcon } from '../icons/soup';
|
|
2337
|
-
//
|
|
2338
|
-
export { default as
|
|
2333
|
+
// Space aliases
|
|
2334
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2335
|
+
// Spade aliases
|
|
2336
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2339
2337
|
// Speaker aliases
|
|
2340
2338
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2339
|
+
// Sparkle aliases
|
|
2340
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2343
2341
|
// SpellCheck2 aliases
|
|
2344
2342
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2345
|
-
//
|
|
2346
|
-
export { default as
|
|
2347
|
-
// Spline aliases
|
|
2348
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2343
|
+
// Speech aliases
|
|
2344
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2349
2345
|
// SpellCheck aliases
|
|
2350
2346
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2347
|
+
// SplinePointer aliases
|
|
2348
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2351
2349
|
// Split aliases
|
|
2352
2350
|
export { default as SplitIcon } from '../icons/split';
|
|
2351
|
+
// Spline aliases
|
|
2352
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2353
2353
|
// SprayCan aliases
|
|
2354
2354
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2355
|
-
// Sprout aliases
|
|
2356
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2357
2355
|
// SquareDashedBottomCode aliases
|
|
2358
2356
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2357
|
+
// Sprout aliases
|
|
2358
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2359
2359
|
// SquareDashedBottom aliases
|
|
2360
2360
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2361
|
-
//
|
|
2362
|
-
export { default as
|
|
2361
|
+
// SquareDashedTopSolid aliases
|
|
2362
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2363
2363
|
// SquareRadical aliases
|
|
2364
2364
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2365
|
-
// SquareStack aliases
|
|
2366
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2367
2365
|
// SquareSquare aliases
|
|
2368
2366
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2367
|
+
// SquareRoundCorner aliases
|
|
2368
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2369
|
+
// SquareStack aliases
|
|
2370
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2369
2371
|
// Square aliases
|
|
2370
2372
|
export { default as SquareIcon } from '../icons/square';
|
|
2371
|
-
// SquaresIntersect aliases
|
|
2372
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2373
2373
|
// SquaresExclude aliases
|
|
2374
2374
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2375
|
-
// SquaresUnite aliases
|
|
2376
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2377
2375
|
// SquaresSubtract aliases
|
|
2378
2376
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2377
|
+
// SquaresIntersect aliases
|
|
2378
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2379
|
+
// SquaresUnite aliases
|
|
2380
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2379
2381
|
// Squircle aliases
|
|
2380
2382
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2381
2383
|
// Squirrel aliases
|
|
2382
2384
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2383
2385
|
// Stamp aliases
|
|
2384
2386
|
export { default as StampIcon } from '../icons/stamp';
|
|
2385
|
-
// StarOff aliases
|
|
2386
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2387
2387
|
// StarHalf aliases
|
|
2388
2388
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2389
|
-
//
|
|
2390
|
-
export { default as
|
|
2389
|
+
// StarOff aliases
|
|
2390
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2391
2391
|
// Star aliases
|
|
2392
2392
|
export { default as StarIcon } from '../icons/star';
|
|
2393
|
-
//
|
|
2394
|
-
export { default as
|
|
2393
|
+
// StepBack aliases
|
|
2394
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2395
2395
|
// StepForward aliases
|
|
2396
2396
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2397
|
+
// Stethoscope aliases
|
|
2398
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2397
2399
|
// Sticker aliases
|
|
2398
2400
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2399
2401
|
// StickyNote aliases
|
|
@@ -2414,58 +2416,58 @@ export { default as SunDimIcon } from '../icons/sun-dim';
|
|
|
2414
2416
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2415
2417
|
// SunMoon aliases
|
|
2416
2418
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2417
|
-
// Sun aliases
|
|
2418
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2419
2419
|
// SunSnow aliases
|
|
2420
2420
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2421
|
+
// Sun aliases
|
|
2422
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2421
2423
|
// Sunrise aliases
|
|
2422
2424
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2423
|
-
// Superscript aliases
|
|
2424
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2425
2425
|
// Sunset aliases
|
|
2426
2426
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2427
|
+
// Superscript aliases
|
|
2428
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2427
2429
|
// SwatchBook aliases
|
|
2428
2430
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2429
|
-
// SwitchCamera aliases
|
|
2430
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2431
2431
|
// SwissFranc aliases
|
|
2432
2432
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2433
|
+
// SwitchCamera aliases
|
|
2434
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2433
2435
|
// Sword aliases
|
|
2434
2436
|
export { default as SwordIcon } from '../icons/sword';
|
|
2435
|
-
// Syringe aliases
|
|
2436
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2437
2437
|
// Swords aliases
|
|
2438
2438
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2439
|
+
// Syringe aliases
|
|
2440
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2441
|
+
// TableCellsMerge aliases
|
|
2442
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2439
2443
|
// Table2 aliases
|
|
2440
2444
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2441
2445
|
// TableCellsSplit aliases
|
|
2442
2446
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2443
|
-
//
|
|
2444
|
-
export { default as
|
|
2447
|
+
// TableColumnsSplit aliases
|
|
2448
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2445
2449
|
// TableOfContents aliases
|
|
2446
2450
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2447
2451
|
// TableProperties aliases
|
|
2448
2452
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2449
|
-
// TableColumnsSplit aliases
|
|
2450
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2451
|
-
// Table aliases
|
|
2452
|
-
export { default as TableIcon } from '../icons/table';
|
|
2453
2453
|
// TableRowsSplit aliases
|
|
2454
2454
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2455
2455
|
// TabletSmartphone aliases
|
|
2456
2456
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2457
|
-
//
|
|
2458
|
-
export { default as
|
|
2457
|
+
// Table aliases
|
|
2458
|
+
export { default as TableIcon } from '../icons/table';
|
|
2459
2459
|
// Tablet aliases
|
|
2460
2460
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2461
|
+
// Tablets aliases
|
|
2462
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2461
2463
|
// Tag aliases
|
|
2462
2464
|
export { default as TagIcon } from '../icons/tag';
|
|
2463
2465
|
// Tags aliases
|
|
2464
2466
|
export { default as TagsIcon } from '../icons/tags';
|
|
2465
|
-
// Tally1 aliases
|
|
2466
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2467
2467
|
// Tally2 aliases
|
|
2468
2468
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2469
|
+
// Tally1 aliases
|
|
2470
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2469
2471
|
// Tally3 aliases
|
|
2470
2472
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2471
2473
|
// Tally4 aliases
|
|
@@ -2476,20 +2478,20 @@ export { default as Tally5Icon } from '../icons/tally-5';
|
|
|
2476
2478
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2477
2479
|
// Target aliases
|
|
2478
2480
|
export { default as TargetIcon } from '../icons/target';
|
|
2479
|
-
// Telescope aliases
|
|
2480
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2481
2481
|
// TentTree aliases
|
|
2482
2482
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2483
2483
|
// Tent aliases
|
|
2484
2484
|
export { default as TentIcon } from '../icons/tent';
|
|
2485
|
+
// Telescope aliases
|
|
2486
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2485
2487
|
// Terminal aliases
|
|
2486
2488
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2487
2489
|
// TestTube aliases
|
|
2488
2490
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2489
|
-
// TestTubes aliases
|
|
2490
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2491
2491
|
// TextCursorInput aliases
|
|
2492
2492
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2493
|
+
// TestTubes aliases
|
|
2494
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2493
2495
|
// TextQuote aliases
|
|
2494
2496
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2495
2497
|
// TextCursor aliases
|
|
@@ -2500,18 +2502,18 @@ export { default as TextSearchIcon } from '../icons/text-search';
|
|
|
2500
2502
|
export { default as TextIcon } from '../icons/text';
|
|
2501
2503
|
// Theater aliases
|
|
2502
2504
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2503
|
-
// ThermometerSun aliases
|
|
2504
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2505
2505
|
// ThermometerSnowflake aliases
|
|
2506
2506
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2507
|
+
// ThermometerSun aliases
|
|
2508
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2507
2509
|
// Thermometer aliases
|
|
2508
2510
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2511
|
+
// ThumbsDown aliases
|
|
2512
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2509
2513
|
// ThumbsUp aliases
|
|
2510
2514
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2511
2515
|
// TicketCheck aliases
|
|
2512
2516
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2513
|
-
// ThumbsDown aliases
|
|
2514
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2515
2517
|
// TicketMinus aliases
|
|
2516
2518
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2517
2519
|
// TicketPercent aliases
|
|
@@ -2566,14 +2568,14 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2566
2568
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2567
2569
|
// Trash2 aliases
|
|
2568
2570
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2569
|
-
// Trash aliases
|
|
2570
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2571
2571
|
// TreeDeciduous aliases
|
|
2572
2572
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2573
|
-
//
|
|
2574
|
-
export { default as
|
|
2573
|
+
// Trash aliases
|
|
2574
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2575
2575
|
// Trees aliases
|
|
2576
2576
|
export { default as TreesIcon } from '../icons/trees';
|
|
2577
|
+
// TreePine aliases
|
|
2578
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2577
2579
|
// Trello aliases
|
|
2578
2580
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2579
2581
|
// TrendingDown aliases
|
|
@@ -2588,10 +2590,10 @@ export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
|
2588
2590
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2589
2591
|
// Triangle aliases
|
|
2590
2592
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2591
|
-
// TruckElectric aliases
|
|
2592
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2593
2593
|
// Trophy aliases
|
|
2594
2594
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2595
|
+
// TruckElectric aliases
|
|
2596
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2595
2597
|
// Truck aliases
|
|
2596
2598
|
export { default as TruckIcon } from '../icons/truck';
|
|
2597
2599
|
// Turtle aliases
|
|
@@ -2602,10 +2604,10 @@ export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
|
2602
2604
|
export { default as TvIcon } from '../icons/tv';
|
|
2603
2605
|
// Twitch aliases
|
|
2604
2606
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2605
|
-
// Twitter aliases
|
|
2606
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2607
2607
|
// TypeOutline aliases
|
|
2608
2608
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2609
|
+
// Twitter aliases
|
|
2610
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2609
2611
|
// Type aliases
|
|
2610
2612
|
export { default as TypeIcon } from '../icons/type';
|
|
2611
2613
|
// UmbrellaOff aliases
|
|
@@ -2616,10 +2618,10 @@ export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
|
2616
2618
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2617
2619
|
// Undo2 aliases
|
|
2618
2620
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2619
|
-
// Undo aliases
|
|
2620
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2621
2621
|
// UndoDot aliases
|
|
2622
2622
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2623
|
+
// Undo aliases
|
|
2624
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2623
2625
|
// UnfoldHorizontal aliases
|
|
2624
2626
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2625
2627
|
// UnfoldVertical aliases
|
|
@@ -2630,10 +2632,10 @@ export { default as UngroupIcon } from '../icons/ungroup';
|
|
|
2630
2632
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2631
2633
|
// Unlink aliases
|
|
2632
2634
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2633
|
-
// Upload aliases
|
|
2634
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2635
2635
|
// Unplug aliases
|
|
2636
2636
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2637
|
+
// Upload aliases
|
|
2638
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2637
2639
|
// Usb aliases
|
|
2638
2640
|
export { default as UsbIcon } from '../icons/usb';
|
|
2639
2641
|
// UserCheck aliases
|
|
@@ -2646,22 +2648,22 @@ export { default as UserLockIcon } from '../icons/user-lock';
|
|
|
2646
2648
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2647
2649
|
// UserPen aliases
|
|
2648
2650
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2649
|
-
// UserRoundSearch aliases
|
|
2650
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2651
|
-
// UserRoundPen aliases
|
|
2652
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2653
2651
|
// UserPlus aliases
|
|
2654
2652
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2653
|
+
// UserRoundPen aliases
|
|
2654
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2655
|
+
// UserRoundSearch aliases
|
|
2656
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2655
2657
|
// UserSearch aliases
|
|
2656
2658
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2657
2659
|
// UserX aliases
|
|
2658
2660
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2659
2661
|
// User aliases
|
|
2660
2662
|
export { default as UserIcon } from '../icons/user';
|
|
2661
|
-
// Users aliases
|
|
2662
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2663
2663
|
// UtilityPole aliases
|
|
2664
2664
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2665
|
+
// Users aliases
|
|
2666
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2665
2667
|
// Variable aliases
|
|
2666
2668
|
export { default as VariableIcon } from '../icons/variable';
|
|
2667
2669
|
// Vault aliases
|
|
@@ -2680,24 +2682,24 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2680
2682
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2681
2683
|
// VideoOff aliases
|
|
2682
2684
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2685
|
+
// Videotape aliases
|
|
2686
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2683
2687
|
// Video aliases
|
|
2684
2688
|
export { default as VideoIcon } from '../icons/video';
|
|
2685
2689
|
// View aliases
|
|
2686
2690
|
export { default as ViewIcon } from '../icons/view';
|
|
2687
|
-
// Videotape aliases
|
|
2688
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2689
2691
|
// Voicemail aliases
|
|
2690
2692
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2691
2693
|
// Volleyball aliases
|
|
2692
2694
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2693
|
-
// Volume1 aliases
|
|
2694
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2695
2695
|
// Volume2 aliases
|
|
2696
2696
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2697
|
-
//
|
|
2698
|
-
export { default as
|
|
2697
|
+
// Volume1 aliases
|
|
2698
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2699
2699
|
// VolumeOff aliases
|
|
2700
2700
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2701
|
+
// VolumeX aliases
|
|
2702
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2701
2703
|
// Volume aliases
|
|
2702
2704
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2703
2705
|
// Vote aliases
|
|
@@ -2712,16 +2714,16 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2712
2714
|
export { default as WandIcon } from '../icons/wand';
|
|
2713
2715
|
// Warehouse aliases
|
|
2714
2716
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2715
|
-
// Watch aliases
|
|
2716
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2717
|
-
// WavesLadder aliases
|
|
2718
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2719
2717
|
// WashingMachine aliases
|
|
2720
2718
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2721
|
-
//
|
|
2722
|
-
export { default as
|
|
2719
|
+
// Watch aliases
|
|
2720
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2723
2721
|
// Waypoints aliases
|
|
2724
2722
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2723
|
+
// Waves aliases
|
|
2724
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2725
|
+
// WavesLadder aliases
|
|
2726
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2725
2727
|
// Webcam aliases
|
|
2726
2728
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2727
2729
|
// WebhookOff aliases
|
|
@@ -2730,34 +2732,34 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2730
2732
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2731
2733
|
// Weight aliases
|
|
2732
2734
|
export { default as WeightIcon } from '../icons/weight';
|
|
2733
|
-
// WheatOff aliases
|
|
2734
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2735
2735
|
// Wheat aliases
|
|
2736
2736
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2737
|
-
//
|
|
2738
|
-
export { default as
|
|
2737
|
+
// WheatOff aliases
|
|
2738
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2739
2739
|
// WholeWord aliases
|
|
2740
2740
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2741
|
-
//
|
|
2742
|
-
export { default as
|
|
2741
|
+
// WifiHigh aliases
|
|
2742
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2743
2743
|
// WifiOff aliases
|
|
2744
2744
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2745
|
+
// WifiLow aliases
|
|
2746
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2745
2747
|
// WifiPen aliases
|
|
2746
2748
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2747
2749
|
// WifiZero aliases
|
|
2748
2750
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2749
2751
|
// Wifi aliases
|
|
2750
2752
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2751
|
-
// Wind aliases
|
|
2752
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2753
2753
|
// WindArrowDown aliases
|
|
2754
2754
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2755
|
-
//
|
|
2756
|
-
export { default as
|
|
2757
|
-
// WineOff aliases
|
|
2758
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2755
|
+
// Wind aliases
|
|
2756
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2759
2757
|
// Wine aliases
|
|
2760
2758
|
export { default as WineIcon } from '../icons/wine';
|
|
2759
|
+
// WineOff aliases
|
|
2760
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2761
|
+
// Workflow aliases
|
|
2762
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2761
2763
|
// Worm aliases
|
|
2762
2764
|
export { default as WormIcon } from '../icons/worm';
|
|
2763
2765
|
// WrapText aliases
|
|
@@ -2776,14 +2778,14 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2776
2778
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2777
2779
|
// ZoomOut aliases
|
|
2778
2780
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2779
|
-
// ArrowDown10 aliases
|
|
2780
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2781
2781
|
// ArrowDown01 aliases
|
|
2782
2782
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2783
|
-
//
|
|
2784
|
-
export { default as
|
|
2783
|
+
// ArrowDown10 aliases
|
|
2784
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2785
2785
|
// ArrowUp10 aliases
|
|
2786
2786
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2787
|
+
// ArrowUp01 aliases
|
|
2788
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2787
2789
|
// AlarmClockCheck aliases
|
|
2788
2790
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2789
2791
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
@@ -2808,12 +2810,12 @@ export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
|
2808
2810
|
// ArrowUpNarrowWide aliases
|
|
2809
2811
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2810
2812
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2811
|
-
// ArrowUpZA aliases
|
|
2812
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2813
|
-
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2814
2813
|
// Axis3d aliases
|
|
2815
2814
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2816
2815
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2816
|
+
// ArrowUpZA aliases
|
|
2817
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2818
|
+
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2817
2819
|
// BadgeCheck aliases
|
|
2818
2820
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2819
2821
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
@@ -2823,18 +2825,21 @@ export {
|
|
|
2823
2825
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2824
2826
|
default as BetweenHorizonalEndIcon
|
|
2825
2827
|
} from '../icons/between-horizontal-end';
|
|
2828
|
+
// BookDashed aliases
|
|
2829
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2830
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2826
2831
|
// BetweenHorizontalStart aliases
|
|
2827
2832
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2828
2833
|
export {
|
|
2829
2834
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2830
2835
|
default as BetweenHorizonalStartIcon
|
|
2831
2836
|
} from '../icons/between-horizontal-start';
|
|
2832
|
-
// BookDashed aliases
|
|
2833
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2834
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2835
2837
|
// Braces aliases
|
|
2836
2838
|
export { default as BracesIcon } from '../icons/braces';
|
|
2837
2839
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2840
|
+
// Captions aliases
|
|
2841
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2842
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2838
2843
|
// ChartArea aliases
|
|
2839
2844
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2840
2845
|
export {
|
|
@@ -2847,9 +2852,6 @@ export {
|
|
|
2847
2852
|
/** @deprecated */
|
|
2848
2853
|
default as BarChartHorizontalBigIcon
|
|
2849
2854
|
} from '../icons/chart-bar-big';
|
|
2850
|
-
// Captions aliases
|
|
2851
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2852
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2853
2855
|
// ChartBar aliases
|
|
2854
2856
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2855
2857
|
export {
|
|
@@ -2874,54 +2876,54 @@ export {
|
|
|
2874
2876
|
/** @deprecated */
|
|
2875
2877
|
default as BarChart4Icon
|
|
2876
2878
|
} from '../icons/chart-column-increasing';
|
|
2877
|
-
// ChartLine aliases
|
|
2878
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2879
|
-
export {
|
|
2880
|
-
/** @deprecated */
|
|
2881
|
-
default as LineChartIcon
|
|
2882
|
-
} from '../icons/chart-line';
|
|
2883
2879
|
// ChartColumn aliases
|
|
2884
2880
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2885
2881
|
export {
|
|
2886
2882
|
/** @deprecated */
|
|
2887
2883
|
default as BarChart3Icon
|
|
2888
2884
|
} from '../icons/chart-column';
|
|
2885
|
+
// ChartLine aliases
|
|
2886
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2887
|
+
export {
|
|
2888
|
+
/** @deprecated */
|
|
2889
|
+
default as LineChartIcon
|
|
2890
|
+
} from '../icons/chart-line';
|
|
2889
2891
|
// ChartNoAxesColumnIncreasing aliases
|
|
2890
2892
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2891
2893
|
export {
|
|
2892
2894
|
/** @deprecated */
|
|
2893
2895
|
default as BarChartIcon
|
|
2894
2896
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2895
|
-
// ChartNoAxesGantt aliases
|
|
2896
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2897
|
-
export {
|
|
2898
|
-
/** @deprecated */
|
|
2899
|
-
default as GanttChartIcon
|
|
2900
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2901
2897
|
// ChartNoAxesColumn aliases
|
|
2902
2898
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2903
2899
|
export {
|
|
2904
2900
|
/** @deprecated */
|
|
2905
2901
|
default as BarChart2Icon
|
|
2906
2902
|
} from '../icons/chart-no-axes-column';
|
|
2903
|
+
// ChartNoAxesGantt aliases
|
|
2904
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2905
|
+
export {
|
|
2906
|
+
/** @deprecated */
|
|
2907
|
+
default as GanttChartIcon
|
|
2908
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2907
2909
|
// ChartPie aliases
|
|
2908
2910
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2909
2911
|
export {
|
|
2910
2912
|
/** @deprecated */
|
|
2911
|
-
default as PieChartIcon
|
|
2912
|
-
} from '../icons/chart-pie';
|
|
2913
|
-
// CircleArrowDown aliases
|
|
2914
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2915
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2916
|
-
// CircleAlert aliases
|
|
2917
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2918
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2913
|
+
default as PieChartIcon
|
|
2914
|
+
} from '../icons/chart-pie';
|
|
2919
2915
|
// ChartScatter aliases
|
|
2920
2916
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2921
2917
|
export {
|
|
2922
2918
|
/** @deprecated */
|
|
2923
2919
|
default as ScatterChartIcon
|
|
2924
2920
|
} from '../icons/chart-scatter';
|
|
2921
|
+
// CircleAlert aliases
|
|
2922
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2923
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2924
|
+
// CircleArrowDown aliases
|
|
2925
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2926
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2925
2927
|
// CircleArrowLeft aliases
|
|
2926
2928
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2927
2929
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
@@ -2940,12 +2942,12 @@ export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out
|
|
|
2940
2942
|
// CircleArrowRight aliases
|
|
2941
2943
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2942
2944
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2943
|
-
// CircleArrowUp aliases
|
|
2944
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2945
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2946
2945
|
// CircleCheckBig aliases
|
|
2947
2946
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2948
2947
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2948
|
+
// CircleArrowUp aliases
|
|
2949
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2950
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2949
2951
|
// CircleCheck aliases
|
|
2950
2952
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2951
2953
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
@@ -2955,60 +2957,60 @@ export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
|
2955
2957
|
// CircleChevronLeft aliases
|
|
2956
2958
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2957
2959
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2958
|
-
// CircleChevronRight aliases
|
|
2959
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2960
|
-
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2961
2960
|
// CircleChevronUp aliases
|
|
2962
2961
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2963
2962
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2963
|
+
// CircleChevronRight aliases
|
|
2964
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2965
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2966
|
+
// CircleDivide aliases
|
|
2967
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2968
|
+
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2964
2969
|
// CircleGauge aliases
|
|
2965
2970
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2966
2971
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2967
2972
|
// CircleHelp aliases
|
|
2968
2973
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2969
2974
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2970
|
-
//
|
|
2971
|
-
export { default as
|
|
2972
|
-
export { default as
|
|
2975
|
+
// CircleParkingOff aliases
|
|
2976
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2977
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2973
2978
|
// CircleMinus aliases
|
|
2974
2979
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2975
2980
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2976
2981
|
// CircleParking aliases
|
|
2977
2982
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2978
2983
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2979
|
-
// CircleParkingOff aliases
|
|
2980
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2981
|
-
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2982
2984
|
// CirclePause aliases
|
|
2983
2985
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2984
2986
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2985
2987
|
// CirclePercent aliases
|
|
2986
2988
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2987
2989
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2990
|
+
// CirclePlus aliases
|
|
2991
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2992
|
+
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2988
2993
|
// CirclePlay aliases
|
|
2989
2994
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2990
2995
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2991
2996
|
// CirclePower aliases
|
|
2992
2997
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2993
2998
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2994
|
-
// CircleSlash2 aliases
|
|
2995
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2996
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2997
|
-
// CirclePlus aliases
|
|
2998
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2999
|
-
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3000
2999
|
// CircleStop aliases
|
|
3001
3000
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3002
3001
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3002
|
+
// CircleSlash2 aliases
|
|
3003
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3004
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3005
|
+
// CircleUser aliases
|
|
3006
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3007
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3003
3008
|
// CircleUserRound aliases
|
|
3004
3009
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3005
3010
|
export {
|
|
3006
3011
|
/** @deprecated */
|
|
3007
3012
|
default as UserCircle2Icon
|
|
3008
3013
|
} from '../icons/circle-user-round';
|
|
3009
|
-
// CircleUser aliases
|
|
3010
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3011
|
-
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3012
3014
|
// CircleX aliases
|
|
3013
3015
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3014
3016
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
@@ -3021,52 +3023,46 @@ export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
|
3021
3023
|
// CloudDownload aliases
|
|
3022
3024
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3023
3025
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3024
|
-
// CloudUpload aliases
|
|
3025
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3026
|
-
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3027
3026
|
// CodeXml aliases
|
|
3028
3027
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3029
3028
|
export {
|
|
3030
3029
|
/** @deprecated */
|
|
3031
3030
|
default as Code2Icon
|
|
3032
3031
|
} from '../icons/code-xml';
|
|
3032
|
+
// CloudUpload aliases
|
|
3033
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3034
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3033
3035
|
// Columns2 aliases
|
|
3034
3036
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3035
3037
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3036
|
-
// Columns3Cog aliases
|
|
3037
|
-
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3038
|
-
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3039
|
-
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3040
3038
|
// Columns3 aliases
|
|
3041
3039
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3042
3040
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3043
|
-
// DiamondPercent aliases
|
|
3044
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3045
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3046
3041
|
// ContactRound aliases
|
|
3047
3042
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3048
3043
|
export {
|
|
3049
3044
|
/** @deprecated */
|
|
3050
3045
|
default as Contact2Icon
|
|
3051
3046
|
} from '../icons/contact-round';
|
|
3047
|
+
// Columns3Cog aliases
|
|
3048
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3049
|
+
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3050
|
+
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3052
3051
|
// Earth aliases
|
|
3053
3052
|
export { default as EarthIcon } from '../icons/earth';
|
|
3054
3053
|
export {
|
|
3055
3054
|
/** @deprecated */
|
|
3056
3055
|
default as Globe2Icon
|
|
3057
3056
|
} from '../icons/earth';
|
|
3058
|
-
//
|
|
3059
|
-
export { default as
|
|
3060
|
-
export { default as
|
|
3057
|
+
// DiamondPercent aliases
|
|
3058
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3059
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3061
3060
|
// Ellipsis aliases
|
|
3062
3061
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3063
3062
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3064
|
-
//
|
|
3065
|
-
export { default as
|
|
3066
|
-
export {
|
|
3067
|
-
/** @deprecated */
|
|
3068
|
-
default as FileBarChart2Icon
|
|
3069
|
-
} from '../icons/file-chart-column';
|
|
3063
|
+
// EllipsisVertical aliases
|
|
3064
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3065
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3070
3066
|
// FileAxis3d aliases
|
|
3071
3067
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3072
3068
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
@@ -3076,6 +3072,12 @@ export {
|
|
|
3076
3072
|
/** @deprecated */
|
|
3077
3073
|
default as FileBarChartIcon
|
|
3078
3074
|
} from '../icons/file-chart-column-increasing';
|
|
3075
|
+
// FileChartColumn aliases
|
|
3076
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3077
|
+
export {
|
|
3078
|
+
/** @deprecated */
|
|
3079
|
+
default as FileBarChart2Icon
|
|
3080
|
+
} from '../icons/file-chart-column';
|
|
3079
3081
|
// FileChartLine aliases
|
|
3080
3082
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3081
3083
|
export {
|
|
@@ -3088,15 +3090,15 @@ export {
|
|
|
3088
3090
|
/** @deprecated */
|
|
3089
3091
|
default as FilePieChartIcon
|
|
3090
3092
|
} from '../icons/file-chart-pie';
|
|
3091
|
-
// FilePenLine aliases
|
|
3092
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3093
|
-
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3094
3093
|
// FileCog aliases
|
|
3095
3094
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3096
3095
|
export {
|
|
3097
3096
|
/** @deprecated */
|
|
3098
3097
|
default as FileCog2Icon
|
|
3099
3098
|
} from '../icons/file-cog';
|
|
3099
|
+
// FilePenLine aliases
|
|
3100
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3101
|
+
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3100
3102
|
// FilePen aliases
|
|
3101
3103
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3102
3104
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
@@ -3115,37 +3117,37 @@ export {
|
|
|
3115
3117
|
/** @deprecated */
|
|
3116
3118
|
default as FilterXIcon
|
|
3117
3119
|
} from '../icons/funnel-x';
|
|
3120
|
+
// GitCommitHorizontal aliases
|
|
3121
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3122
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3118
3123
|
// Funnel aliases
|
|
3119
3124
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3120
3125
|
export {
|
|
3121
3126
|
/** @deprecated */
|
|
3122
3127
|
default as FilterIcon
|
|
3123
3128
|
} from '../icons/funnel';
|
|
3124
|
-
// GitCommitHorizontal aliases
|
|
3125
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3126
|
-
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3127
3129
|
// Grid2x2Check aliases
|
|
3128
3130
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3129
3131
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3130
|
-
// Grid2x2 aliases
|
|
3131
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3132
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3133
|
-
// Grid2x2Plus aliases
|
|
3134
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3135
|
-
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3136
3132
|
// Grid2x2X aliases
|
|
3137
3133
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3138
3134
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3139
|
-
//
|
|
3140
|
-
export { default as
|
|
3141
|
-
export { default as
|
|
3135
|
+
// Grid2x2Plus aliases
|
|
3136
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3137
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3142
3138
|
// Grid3x3 aliases
|
|
3143
3139
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3144
3140
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3145
3141
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3142
|
+
// HandHelping aliases
|
|
3143
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3144
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3146
3145
|
// House aliases
|
|
3147
3146
|
export { default as HouseIcon } from '../icons/house';
|
|
3148
3147
|
export { default as HomeIcon } from '../icons/house';
|
|
3148
|
+
// Grid2x2 aliases
|
|
3149
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3150
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3149
3151
|
// IceCreamBowl aliases
|
|
3150
3152
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3151
3153
|
export {
|
|
@@ -3155,39 +3157,39 @@ export {
|
|
|
3155
3157
|
// IceCreamCone aliases
|
|
3156
3158
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3157
3159
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3160
|
+
// IndentIncrease aliases
|
|
3161
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3162
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3158
3163
|
// IndentDecrease aliases
|
|
3159
3164
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3160
3165
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3166
|
+
// Layers aliases
|
|
3167
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3168
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3161
3169
|
// LaptopMinimal aliases
|
|
3162
3170
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3163
3171
|
export {
|
|
3164
3172
|
/** @deprecated */
|
|
3165
3173
|
default as Laptop2Icon
|
|
3166
3174
|
} from '../icons/laptop-minimal';
|
|
3167
|
-
// IndentIncrease aliases
|
|
3168
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3169
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3170
|
-
// Layers aliases
|
|
3171
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3172
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3173
3175
|
// LoaderCircle aliases
|
|
3174
3176
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3175
3177
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3176
|
-
// LockOpen aliases
|
|
3177
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3178
|
-
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3179
3178
|
// LockKeyholeOpen aliases
|
|
3180
3179
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3181
3180
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3181
|
+
// LockOpen aliases
|
|
3182
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3183
|
+
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3184
|
+
// Move3d aliases
|
|
3185
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3186
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3182
3187
|
// MicVocal aliases
|
|
3183
3188
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3184
3189
|
export {
|
|
3185
3190
|
/** @deprecated */
|
|
3186
3191
|
default as Mic2Icon
|
|
3187
3192
|
} from '../icons/mic-vocal';
|
|
3188
|
-
// Move3d aliases
|
|
3189
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3190
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3191
3193
|
// OctagonAlert aliases
|
|
3192
3194
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3193
3195
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
@@ -3197,27 +3199,27 @@ export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
|
3197
3199
|
// OctagonX aliases
|
|
3198
3200
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3199
3201
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3200
|
-
// PanelBottomDashed aliases
|
|
3201
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3202
|
-
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3203
3202
|
// PaintbrushVertical aliases
|
|
3204
3203
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3205
3204
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3206
|
-
//
|
|
3207
|
-
export { default as
|
|
3208
|
-
export { default as
|
|
3205
|
+
// PanelBottomDashed aliases
|
|
3206
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3207
|
+
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3209
3208
|
// PanelLeftDashed aliases
|
|
3210
3209
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3211
3210
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3211
|
+
// PanelLeftClose aliases
|
|
3212
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3213
|
+
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3212
3214
|
// PanelLeftOpen aliases
|
|
3213
3215
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3214
3216
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3215
|
-
// PanelLeft aliases
|
|
3216
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3217
|
-
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3218
3217
|
// PanelRightDashed aliases
|
|
3219
3218
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3220
3219
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3220
|
+
// PanelLeft aliases
|
|
3221
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3222
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3221
3223
|
// PanelTopDashed aliases
|
|
3222
3224
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3223
3225
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
@@ -3236,12 +3238,12 @@ export {
|
|
|
3236
3238
|
/** @deprecated */
|
|
3237
3239
|
default as Edit2Icon
|
|
3238
3240
|
} from '../icons/pen';
|
|
3239
|
-
// RectangleEllipsis aliases
|
|
3240
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3241
|
-
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3242
3241
|
// PlugZap aliases
|
|
3243
3242
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3244
3243
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3244
|
+
// RectangleEllipsis aliases
|
|
3245
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3246
|
+
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3245
3247
|
// Rows2 aliases
|
|
3246
3248
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3247
3249
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
@@ -3272,15 +3274,15 @@ export { default as StarsIcon } from '../icons/sparkles';
|
|
|
3272
3274
|
// SquareActivity aliases
|
|
3273
3275
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3274
3276
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3277
|
+
// SquareArrowDown aliases
|
|
3278
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3279
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3275
3280
|
// SquareArrowDownLeft aliases
|
|
3276
3281
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3277
3282
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3278
3283
|
// SquareArrowDownRight aliases
|
|
3279
3284
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3280
3285
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3281
|
-
// SquareArrowDown aliases
|
|
3282
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3283
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3284
3286
|
// SquareArrowLeft aliases
|
|
3285
3287
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3286
3288
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
@@ -3296,18 +3298,18 @@ export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-
|
|
|
3296
3298
|
// SquareArrowOutUpRight aliases
|
|
3297
3299
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3298
3300
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3299
|
-
// SquareArrowUpLeft aliases
|
|
3300
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3301
|
-
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3302
3301
|
// SquareArrowRight aliases
|
|
3303
3302
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3304
3303
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3305
|
-
//
|
|
3306
|
-
export { default as
|
|
3307
|
-
export { default as
|
|
3304
|
+
// SquareArrowUpLeft aliases
|
|
3305
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3306
|
+
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3308
3307
|
// SquareArrowUp aliases
|
|
3309
3308
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3310
3309
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3310
|
+
// SquareArrowUpRight aliases
|
|
3311
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3312
|
+
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3311
3313
|
// SquareAsterisk aliases
|
|
3312
3314
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3313
3315
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
@@ -3324,33 +3326,33 @@ export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
|
3324
3326
|
// SquareCheck aliases
|
|
3325
3327
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3326
3328
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3327
|
-
// SquareChevronLeft aliases
|
|
3328
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3329
|
-
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3330
3329
|
// SquareChevronDown aliases
|
|
3331
3330
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3332
3331
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3332
|
+
// SquareChevronLeft aliases
|
|
3333
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3334
|
+
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3333
3335
|
// SquareChevronRight aliases
|
|
3334
3336
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3335
3337
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3336
3338
|
// SquareChevronUp aliases
|
|
3337
3339
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3338
3340
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3339
|
-
// SquareCode aliases
|
|
3340
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3341
|
-
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3342
3341
|
// SquareDashedKanban aliases
|
|
3343
3342
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3344
3343
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3344
|
+
// SquareCode aliases
|
|
3345
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3346
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3345
3347
|
// SquareDashedMousePointer aliases
|
|
3346
3348
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3347
3349
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3348
|
-
// SquareDivide aliases
|
|
3349
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3350
|
-
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3351
3350
|
// SquareDashed aliases
|
|
3352
3351
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3353
3352
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3353
|
+
// SquareDivide aliases
|
|
3354
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3355
|
+
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3354
3356
|
// SquareDot aliases
|
|
3355
3357
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3356
3358
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
@@ -3419,51 +3421,51 @@ export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
|
3419
3421
|
// SquareSplitHorizontal aliases
|
|
3420
3422
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3421
3423
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3424
|
+
// SquareTerminal aliases
|
|
3425
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3426
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3427
|
+
// SquareSplitVertical aliases
|
|
3428
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3429
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3422
3430
|
// SquareUserRound aliases
|
|
3423
3431
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3424
3432
|
export {
|
|
3425
3433
|
/** @deprecated */
|
|
3426
3434
|
default as UserSquare2Icon
|
|
3427
3435
|
} from '../icons/square-user-round';
|
|
3428
|
-
// SquareSplitVertical aliases
|
|
3429
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3430
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3431
|
-
// SquareTerminal aliases
|
|
3432
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3433
|
-
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3434
3436
|
// SquareUser aliases
|
|
3435
3437
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3436
3438
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3437
|
-
// TextSelect aliases
|
|
3438
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3439
|
-
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3440
3439
|
// SquareX aliases
|
|
3441
3440
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3442
3441
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3443
3442
|
// TestTubeDiagonal aliases
|
|
3444
3443
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3445
3444
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3445
|
+
// TextSelect aliases
|
|
3446
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3447
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3448
|
+
// TramFront aliases
|
|
3449
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3450
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3446
3451
|
// TreePalm aliases
|
|
3447
3452
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3448
3453
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3449
3454
|
// TriangleAlert aliases
|
|
3450
3455
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3451
3456
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3452
|
-
// TramFront aliases
|
|
3453
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3454
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3455
|
-
// TvMinimal aliases
|
|
3456
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3457
|
-
export {
|
|
3458
|
-
/** @deprecated */
|
|
3459
|
-
default as Tv2Icon
|
|
3460
|
-
} from '../icons/tv-minimal';
|
|
3461
3457
|
// University aliases
|
|
3462
3458
|
export { default as UniversityIcon } from '../icons/university';
|
|
3463
3459
|
export {
|
|
3464
3460
|
/** @deprecated */
|
|
3465
3461
|
default as School2Icon
|
|
3466
3462
|
} from '../icons/university';
|
|
3463
|
+
// TvMinimal aliases
|
|
3464
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated */
|
|
3467
|
+
default as Tv2Icon
|
|
3468
|
+
} from '../icons/tv-minimal';
|
|
3467
3469
|
// UserRoundCheck aliases
|
|
3468
3470
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3469
3471
|
export {
|
|
@@ -3506,22 +3508,22 @@ export {
|
|
|
3506
3508
|
/** @deprecated */
|
|
3507
3509
|
default as Users2Icon
|
|
3508
3510
|
} from '../icons/users-round';
|
|
3509
|
-
// Utensils aliases
|
|
3510
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3511
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3512
|
-
// WalletMinimal aliases
|
|
3513
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3514
|
-
export {
|
|
3515
|
-
/** @deprecated */
|
|
3516
|
-
default as Wallet2Icon
|
|
3517
|
-
} from '../icons/wallet-minimal';
|
|
3518
3511
|
// UtensilsCrossed aliases
|
|
3519
3512
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3520
3513
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3514
|
+
// Utensils aliases
|
|
3515
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3516
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3521
3517
|
// WandSparkles aliases
|
|
3522
3518
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3523
3519
|
export {
|
|
3524
3520
|
/** @deprecated */
|
|
3525
3521
|
default as Wand2Icon
|
|
3526
3522
|
} from '../icons/wand-sparkles';
|
|
3523
|
+
// WalletMinimal aliases
|
|
3524
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3525
|
+
export {
|
|
3526
|
+
/** @deprecated */
|
|
3527
|
+
default as Wallet2Icon
|
|
3528
|
+
} from '../icons/wallet-minimal';
|
|
3527
3529
|
|