@lucide/astro 1.0.0 → 1.1.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/LICENSE +7 -3
- package/README.md +2 -2
- package/package.json +5 -5
- package/src/aliases/aliases.ts +158 -164
- package/src/aliases/prefixed.ts +779 -817
- package/src/aliases/suffixed.ts +1070 -1108
- package/src/icons/arrow-big-down-dash.ts +2 -2
- package/src/icons/arrow-big-down.ts +2 -2
- package/src/icons/arrow-big-left-dash.ts +2 -2
- package/src/icons/arrow-big-left.ts +2 -2
- package/src/icons/arrow-big-right-dash.ts +2 -2
- package/src/icons/arrow-big-right.ts +2 -2
- package/src/icons/arrow-big-up-dash.ts +2 -2
- package/src/icons/arrow-big-up.ts +2 -2
- package/src/icons/circle-user-round.ts +2 -2
- package/src/icons/index.ts +68 -85
- package/src/icons/milestone.ts +2 -2
- package/src/icons/{framer.ts → road.ts} +5 -5
- package/src/icons/signpost.ts +2 -2
- package/src/icons/chromium.ts +0 -18
- package/src/icons/codepen.ts +0 -18
- package/src/icons/codesandbox.ts +0 -18
- package/src/icons/dribbble.ts +0 -18
- package/src/icons/facebook.ts +0 -18
- package/src/icons/figma.ts +0 -18
- package/src/icons/github.ts +0 -18
- package/src/icons/gitlab.ts +0 -18
- package/src/icons/instagram.ts +0 -18
- package/src/icons/linkedin.ts +0 -18
- package/src/icons/pocket.ts +0 -18
- package/src/icons/rail-symbol.ts +0 -18
- package/src/icons/slack.ts +0 -18
- package/src/icons/trello.ts +0 -18
- package/src/icons/twitch.ts +0 -18
- package/src/icons/twitter.ts +0 -18
- package/src/icons/youtube.ts +0 -18
package/src/aliases/suffixed.ts
CHANGED
|
@@ -12,124 +12,124 @@ export { default as ActivityIcon } from '../icons/activity';
|
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
-
// AlarmClock aliases
|
|
16
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
15
|
// AlarmClockOff aliases
|
|
18
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
|
-
//
|
|
20
|
-
export { default as
|
|
17
|
+
// AlarmClock aliases
|
|
18
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignEndHorizontal aliases
|
|
28
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalJustifyCenter aliases
|
|
36
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalJustifyCenter aliases
|
|
38
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalSpaceAround aliases
|
|
42
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
//
|
|
46
|
-
export { default as
|
|
43
|
+
// AlignHorizontalSpaceAround aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalDistributeStart aliases
|
|
56
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
55
|
// AlignVerticalJustifyCenter aliases
|
|
58
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
+
// AlignVerticalDistributeStart aliases
|
|
58
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
62
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// Ambulance aliases
|
|
66
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
65
|
// AlignVerticalSpaceBetween aliases
|
|
68
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersands aliases
|
|
70
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
-
// Amphora aliases
|
|
72
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
71
|
// Ampersand aliases
|
|
74
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
75
|
-
//
|
|
76
|
-
export { default as
|
|
73
|
+
// Amphora aliases
|
|
74
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
75
|
// Angry aliases
|
|
78
76
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Annoyed aliases
|
|
84
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindowMac aliases
|
|
88
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
87
|
// AppWindow aliases
|
|
90
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
+
// AppWindowMac aliases
|
|
90
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
+
// ArchiveRestore aliases
|
|
92
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
91
93
|
// Apple aliases
|
|
92
94
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
95
|
// ArchiveX aliases
|
|
94
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
-
// ArchiveRestore aliases
|
|
96
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// ArrowBigDownDash aliases
|
|
100
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
99
|
// Armchair aliases
|
|
102
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// ArrowBigDownDash aliases
|
|
102
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
109
|
// ArrowBigRight aliases
|
|
108
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
109
111
|
// ArrowBigRightDash aliases
|
|
110
112
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigLeft aliases
|
|
112
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
113
|
-
// ArrowBigUp aliases
|
|
114
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
113
|
// ArrowBigUpDash aliases
|
|
116
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
+
// ArrowBigUp aliases
|
|
116
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownNarrowWide aliases
|
|
122
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
123
|
// ArrowDownRight aliases
|
|
122
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownToLine aliases
|
|
124
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
125
125
|
// ArrowDownToDot aliases
|
|
126
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
+
// ArrowDownToLine aliases
|
|
128
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
129
|
// ArrowDownUp aliases
|
|
128
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
131
|
// ArrowDown aliases
|
|
130
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
-
// ArrowDownNarrowWide aliases
|
|
132
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
@@ -142,10 +142,12 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
145
|
// ArrowRightToLine aliases
|
|
148
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
+
// ArrowRight aliases
|
|
148
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
+
// ArrowUpFromDot aliases
|
|
150
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
149
151
|
// ArrowUpDown aliases
|
|
150
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
153
|
// ArrowUpFromLine aliases
|
|
@@ -154,24 +156,22 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
154
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
157
|
// ArrowUpRight aliases
|
|
156
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
-
// ArrowUpFromDot aliases
|
|
158
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
159
|
-
// ArrowUpWideNarrow aliases
|
|
160
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
159
|
// ArrowUpToLine aliases
|
|
162
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
+
// ArrowUpWideNarrow aliases
|
|
162
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// ArrowsUpFromLine aliases
|
|
166
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// Asterisk aliases
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
//
|
|
170
|
-
export { default as
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
171
|
// Atom aliases
|
|
174
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
+
// AudioLines aliases
|
|
174
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
177
|
// Award aliases
|
|
@@ -180,32 +180,32 @@ export { default as AwardIcon } from '../icons/award';
|
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeInfo aliases
|
|
194
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
193
|
// BadgeIndianRupee aliases
|
|
196
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePlus aliases
|
|
202
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
201
|
// BadgePercent aliases
|
|
204
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
|
-
// BadgeRussianRuble aliases
|
|
206
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
203
|
// BadgePoundSterling aliases
|
|
208
204
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
208
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
@@ -214,62 +214,62 @@ export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
216
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
-
// Balloon aliases
|
|
218
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
219
217
|
// BaggageClaim aliases
|
|
220
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
|
+
// Balloon aliases
|
|
220
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
221
|
// Ban aliases
|
|
222
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
+
// Bandage aliases
|
|
224
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
223
225
|
// Banana aliases
|
|
224
226
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
227
|
// BanknoteArrowDown aliases
|
|
226
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
229
|
-
// BanknoteArrowUp aliases
|
|
230
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
229
|
// BanknoteX aliases
|
|
232
230
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
|
+
// BanknoteArrowUp aliases
|
|
232
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
-
// Bath aliases
|
|
238
|
-
export { default as BathIcon } from '../icons/bath';
|
|
239
237
|
// Barrel aliases
|
|
240
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
239
|
// Baseline aliases
|
|
242
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
+
// Bath aliases
|
|
242
|
+
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
// BatteryFull aliases
|
|
246
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
245
|
// BatteryLow aliases
|
|
248
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
|
+
// BatteryPlus aliases
|
|
250
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
249
251
|
// BatteryMedium aliases
|
|
250
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
253
|
// BatteryWarning aliases
|
|
252
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
|
-
// BatteryPlus aliases
|
|
254
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
255
|
// Battery aliases
|
|
256
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
+
// Beaker aliases
|
|
258
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
259
|
// BeanOff aliases
|
|
258
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
261
|
// Bean aliases
|
|
260
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
-
// Beaker aliases
|
|
262
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
265
|
// BedSingle aliases
|
|
266
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
-
// BeerOff aliases
|
|
268
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
269
|
-
// Bed aliases
|
|
270
|
-
export { default as BedIcon } from '../icons/bed';
|
|
271
267
|
// Beef aliases
|
|
272
268
|
export { default as BeefIcon } from '../icons/beef';
|
|
269
|
+
// Bed aliases
|
|
270
|
+
export { default as BedIcon } from '../icons/bed';
|
|
271
|
+
// BeerOff aliases
|
|
272
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
275
|
// BellElectric aliases
|
|
@@ -280,98 +280,98 @@ export { default as BellDotIcon } from '../icons/bell-dot';
|
|
|
280
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
281
|
// BellPlus aliases
|
|
282
282
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
|
-
// BellRing aliases
|
|
284
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
283
|
// BellOff aliases
|
|
286
284
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
|
+
// BellRing aliases
|
|
286
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
|
-
// BetweenVerticalStart aliases
|
|
290
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
289
|
// BetweenVerticalEnd aliases
|
|
292
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
291
|
+
// BetweenVerticalStart aliases
|
|
292
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
293
|
// BicepsFlexed aliases
|
|
296
294
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
+
// Bike aliases
|
|
296
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
297
|
+
// Biohazard aliases
|
|
298
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
297
299
|
// Binary aliases
|
|
298
300
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
301
|
// Binoculars aliases
|
|
300
302
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
-
// Biohazard aliases
|
|
302
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Birdhouse aliases
|
|
306
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
|
+
// Bird aliases
|
|
306
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
|
-
// Blocks aliases
|
|
310
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
311
|
-
// Blend aliases
|
|
312
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
313
309
|
// Blinds aliases
|
|
314
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
//
|
|
316
|
-
export { default as
|
|
311
|
+
// Blend aliases
|
|
312
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
313
|
+
// Blocks aliases
|
|
314
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
315
|
// BluetoothOff aliases
|
|
318
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
319
|
// BluetoothSearching aliases
|
|
320
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
-
// Bolt aliases
|
|
324
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
323
|
// Bold aliases
|
|
326
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
|
-
//
|
|
328
|
-
export { default as
|
|
329
|
-
// Bone aliases
|
|
330
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
325
|
+
// Bolt aliases
|
|
326
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
331
327
|
// Bomb aliases
|
|
332
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
+
// Bone aliases
|
|
330
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
333
331
|
// BookAlert aliases
|
|
334
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
+
// BookA aliases
|
|
334
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
337
|
+
// BookCheck aliases
|
|
338
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
339
|
// BookDown aliases
|
|
340
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
|
+
// BookCopy aliases
|
|
342
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
+
// BookImage aliases
|
|
344
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
341
345
|
// BookHeadphones aliases
|
|
342
346
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
347
|
+
// BookKey aliases
|
|
348
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
345
349
|
// BookHeart aliases
|
|
346
350
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
// BookImage aliases
|
|
348
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
351
|
// BookLock aliases
|
|
350
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
|
-
// BookKey aliases
|
|
356
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
|
-
// BookPlus aliases
|
|
362
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
361
|
// BookOpen aliases
|
|
364
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
+
// BookPlus aliases
|
|
364
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
367
|
// BookType aliases
|
|
368
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
369
|
// BookText aliases
|
|
370
370
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
-
// BookUp aliases
|
|
372
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
371
|
// BookUp2 aliases
|
|
374
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
377
|
// BookX aliases
|
|
@@ -382,14 +382,14 @@ export { default as BookIcon } from '../icons/book';
|
|
|
382
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
// BookmarkX aliases
|
|
386
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
385
|
// BookmarkPlus aliases
|
|
388
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
//
|
|
390
|
-
export { default as
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
389
|
// Bookmark aliases
|
|
392
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
+
// BoomBox aliases
|
|
392
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
@@ -402,10 +402,10 @@ export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
|
402
402
|
export { default as BoxIcon } from '../icons/box';
|
|
403
403
|
// BowArrow aliases
|
|
404
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
-
// Brackets aliases
|
|
406
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
407
405
|
// Boxes aliases
|
|
408
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
|
+
// Brackets aliases
|
|
408
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
411
|
// Brain aliases
|
|
@@ -422,12 +422,12 @@ export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
423
|
// BriefcaseConveyorBelt aliases
|
|
424
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
|
+
// BriefcaseMedical aliases
|
|
426
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
427
|
// Briefcase aliases
|
|
426
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
427
429
|
// BringToFront aliases
|
|
428
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
|
-
// BriefcaseMedical aliases
|
|
430
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
433
|
// Brush aliases
|
|
@@ -438,10 +438,10 @@ export { default as BubblesIcon } from '../icons/bubbles';
|
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Building aliases
|
|
442
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
443
441
|
// Bug aliases
|
|
444
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
+
// Building aliases
|
|
444
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
445
445
|
// Building2 aliases
|
|
446
446
|
export { default as Building2Icon } from '../icons/building-2';
|
|
447
447
|
// BusFront aliases
|
|
@@ -460,22 +460,22 @@ export { default as CakeIcon } from '../icons/cake';
|
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
// CalendarArrowUp aliases
|
|
464
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
463
|
// CalendarArrowDown aliases
|
|
466
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
|
-
//
|
|
468
|
-
export { default as
|
|
465
|
+
// CalendarArrowUp aliases
|
|
466
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
469
467
|
// CalendarCheck aliases
|
|
470
468
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
|
+
// CalendarCheck2 aliases
|
|
470
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
474
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
|
-
// CalendarFold aliases
|
|
476
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
475
|
// CalendarDays aliases
|
|
478
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
|
+
// CalendarFold aliases
|
|
478
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
480
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
@@ -486,56 +486,56 @@ export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
|
-
// CalendarRange aliases
|
|
490
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
489
|
// CalendarPlus aliases
|
|
492
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
|
-
//
|
|
494
|
-
export { default as
|
|
495
|
-
// CalendarX2 aliases
|
|
496
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
491
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
497
493
|
// CalendarSearch aliases
|
|
498
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
+
// CalendarSync aliases
|
|
496
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
497
|
// CalendarX aliases
|
|
500
498
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
+
// CalendarX2 aliases
|
|
500
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// Calendars aliases
|
|
504
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
|
+
// CandyCane aliases
|
|
508
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
509
|
// Camera aliases
|
|
508
510
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
511
|
// CandyOff aliases
|
|
510
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
|
-
//
|
|
512
|
-
export { default as
|
|
513
|
+
// CannabisOff aliases
|
|
514
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
513
515
|
// Candy aliases
|
|
514
516
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
517
|
// Cannabis aliases
|
|
516
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
+
// CarTaxiFront aliases
|
|
520
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
521
|
// CaptionsOff aliases
|
|
518
522
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
519
|
-
// CannabisOff aliases
|
|
520
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
521
|
-
// Car aliases
|
|
522
|
-
export { default as CarIcon } from '../icons/car';
|
|
523
523
|
// CarFront aliases
|
|
524
524
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
|
-
//
|
|
526
|
-
export { default as
|
|
525
|
+
// Car aliases
|
|
526
|
+
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
529
|
// CardSim aliases
|
|
530
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
531
|
-
// CaseLower aliases
|
|
532
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
533
531
|
// Carrot aliases
|
|
534
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
535
|
-
//
|
|
536
|
-
export { default as
|
|
533
|
+
// CaseLower aliases
|
|
534
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
535
|
// CaseSensitive aliases
|
|
538
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
|
+
// CaseUpper aliases
|
|
538
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
539
|
// CassetteTape aliases
|
|
540
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
541
|
// Cast aliases
|
|
@@ -546,12 +546,12 @@ export { default as CastleIcon } from '../icons/castle';
|
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
547
|
// CctvOff aliases
|
|
548
548
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
549
|
-
// ChartBarIncreasing aliases
|
|
550
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
549
|
// Cctv aliases
|
|
552
550
|
export { default as CctvIcon } from '../icons/cctv';
|
|
553
551
|
// ChartBarDecreasing aliases
|
|
554
552
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
553
|
+
// ChartBarIncreasing aliases
|
|
554
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
555
|
// ChartBarStacked aliases
|
|
556
556
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartColumnDecreasing aliases
|
|
@@ -582,30 +582,30 @@ export { default as CherryIcon } from '../icons/cherry';
|
|
|
582
582
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
583
|
// ChessKing aliases
|
|
584
584
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
|
-
// ChessPawn aliases
|
|
586
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
585
|
// ChessKnight aliases
|
|
588
586
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
587
|
+
// ChessPawn aliases
|
|
588
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
589
589
|
// ChessQueen aliases
|
|
590
590
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
591
|
-
// ChevronDown aliases
|
|
592
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
591
|
// ChessRook aliases
|
|
594
592
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
593
|
+
// ChevronDown aliases
|
|
594
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
595
595
|
// ChevronFirst aliases
|
|
596
596
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
597
|
// ChevronLast aliases
|
|
598
598
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
599
|
-
// ChevronRight aliases
|
|
600
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
599
|
// ChevronLeft aliases
|
|
602
600
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
601
|
+
// ChevronRight aliases
|
|
602
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
603
|
// ChevronUp aliases
|
|
604
604
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
|
-
// ChevronsDown aliases
|
|
606
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
605
|
// ChevronsDownUp aliases
|
|
608
606
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
607
|
+
// ChevronsDown aliases
|
|
608
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
609
|
// ChevronsLeftRightEllipsis aliases
|
|
610
610
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
611
|
// ChevronsLeftRight aliases
|
|
@@ -626,68 +626,68 @@ export { default as ChurchIcon } from '../icons/church';
|
|
|
626
626
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
627
|
// Cigarette aliases
|
|
628
628
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
629
|
-
// CircleDashed aliases
|
|
630
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
629
|
// CircleDollarSign aliases
|
|
632
630
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
631
|
+
// CircleDashed aliases
|
|
632
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
635
633
|
// CircleDotDashed aliases
|
|
636
634
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
635
|
+
// CircleDot aliases
|
|
636
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
637
637
|
// CircleEllipsis aliases
|
|
638
638
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
639
639
|
// CircleEqual aliases
|
|
640
640
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
641
|
-
// CircleFadingPlus aliases
|
|
642
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
641
|
// CircleFadingArrowUp aliases
|
|
644
642
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
643
|
+
// CircleFadingPlus aliases
|
|
644
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
645
645
|
// CircleOff aliases
|
|
646
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
647
647
|
// CirclePile aliases
|
|
648
648
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
|
-
// CircleSlash aliases
|
|
650
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
649
|
// CirclePoundSterling aliases
|
|
652
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
651
|
// CircleSmall aliases
|
|
654
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
|
+
// CircleSlash aliases
|
|
654
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
655
655
|
// CircleStar aliases
|
|
656
656
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
657
657
|
// Circle aliases
|
|
658
658
|
export { default as CircleIcon } from '../icons/circle';
|
|
659
|
-
// Citrus aliases
|
|
660
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
659
|
// CircuitBoard aliases
|
|
662
660
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
663
|
-
//
|
|
664
|
-
export { default as
|
|
661
|
+
// Citrus aliases
|
|
662
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
663
|
// Clapperboard aliases
|
|
666
664
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
665
|
+
// ClipboardCheck aliases
|
|
666
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
667
667
|
// ClipboardClock aliases
|
|
668
668
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
669
669
|
// ClipboardCopy aliases
|
|
670
670
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
|
-
// ClipboardMinus aliases
|
|
672
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
671
|
// ClipboardList aliases
|
|
674
672
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
673
|
+
// ClipboardMinus aliases
|
|
674
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
675
|
// ClipboardPaste aliases
|
|
676
676
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
|
-
// ClipboardPlus aliases
|
|
678
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
677
|
// ClipboardType aliases
|
|
680
678
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
|
+
// ClipboardPlus aliases
|
|
680
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
681
681
|
// ClipboardX aliases
|
|
682
682
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
683
|
// Clipboard aliases
|
|
684
684
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
685
685
|
// Clock1 aliases
|
|
686
686
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
|
-
// Clock10 aliases
|
|
688
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
689
687
|
// Clock11 aliases
|
|
690
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
+
// Clock10 aliases
|
|
690
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
691
691
|
// Clock12 aliases
|
|
692
692
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
693
693
|
// Clock2 aliases
|
|
@@ -696,10 +696,10 @@ export { default as Clock2Icon } from '../icons/clock-2';
|
|
|
696
696
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
697
697
|
// Clock4 aliases
|
|
698
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
|
-
// Clock6 aliases
|
|
700
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
701
699
|
// Clock5 aliases
|
|
702
700
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
701
|
+
// Clock6 aliases
|
|
702
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
703
|
// Clock7 aliases
|
|
704
704
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
705
705
|
// Clock8 aliases
|
|
@@ -714,22 +714,22 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
714
714
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
715
715
|
// ClockCheck aliases
|
|
716
716
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
717
|
-
// Clock aliases
|
|
718
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
719
|
-
// ClockFading aliases
|
|
720
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
721
717
|
// ClockPlus aliases
|
|
722
718
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
719
|
// ClosedCaption aliases
|
|
724
720
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
721
|
+
// ClockFading aliases
|
|
722
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
723
|
+
// Clock aliases
|
|
724
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
725
725
|
// CloudAlert aliases
|
|
726
726
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
|
-
// CloudBackup aliases
|
|
728
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
727
|
// CloudCheck aliases
|
|
730
728
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
731
729
|
// CloudCog aliases
|
|
732
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
|
+
// CloudBackup aliases
|
|
732
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
733
733
|
// CloudDrizzle aliases
|
|
734
734
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
735
735
|
// CloudFog aliases
|
|
@@ -738,58 +738,54 @@ export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
|
738
738
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
739
739
|
// CloudLightning aliases
|
|
740
740
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
741
|
-
// CloudMoonRain aliases
|
|
742
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
741
|
// CloudMoon aliases
|
|
744
742
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
|
-
//
|
|
746
|
-
export { default as
|
|
747
|
-
// CloudRainWind aliases
|
|
748
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
743
|
+
// CloudMoonRain aliases
|
|
744
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
749
745
|
// CloudOff aliases
|
|
750
746
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
747
|
+
// CloudRainWind aliases
|
|
748
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
749
|
+
// CloudRain aliases
|
|
750
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
751
|
// CloudSnow aliases
|
|
752
752
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
753
753
|
// CloudSunRain aliases
|
|
754
754
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
755
|
// CloudSun aliases
|
|
756
756
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
757
|
-
// Cloud aliases
|
|
758
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
759
|
-
// Cloudy aliases
|
|
760
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
757
|
// CloudSync aliases
|
|
762
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
|
+
// Cloudy aliases
|
|
760
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
763
761
|
// Clover aliases
|
|
764
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
+
// Cloud aliases
|
|
764
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
765
765
|
// Club aliases
|
|
766
766
|
export { default as ClubIcon } from '../icons/club';
|
|
767
|
-
// Codepen aliases
|
|
768
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
|
-
// Code aliases
|
|
770
|
-
export { default as CodeIcon } from '../icons/code';
|
|
771
|
-
// Codesandbox aliases
|
|
772
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
773
|
-
// Coffee aliases
|
|
774
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
775
767
|
// Cog aliases
|
|
776
768
|
export { default as CogIcon } from '../icons/cog';
|
|
769
|
+
// Code aliases
|
|
770
|
+
export { default as CodeIcon } from '../icons/code';
|
|
777
771
|
// Coins aliases
|
|
778
772
|
export { default as CoinsIcon } from '../icons/coins';
|
|
773
|
+
// Coffee aliases
|
|
774
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
779
775
|
// Columns4 aliases
|
|
780
776
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
781
777
|
// Combine aliases
|
|
782
778
|
export { default as CombineIcon } from '../icons/combine';
|
|
783
779
|
// Command aliases
|
|
784
780
|
export { default as CommandIcon } from '../icons/command';
|
|
785
|
-
// Component aliases
|
|
786
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
787
781
|
// Compass aliases
|
|
788
782
|
export { default as CompassIcon } from '../icons/compass';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
783
|
+
// Component aliases
|
|
784
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
791
785
|
// Computer aliases
|
|
792
786
|
export { default as ComputerIcon } from '../icons/computer';
|
|
787
|
+
// ConciergeBell aliases
|
|
788
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
793
789
|
// Cone aliases
|
|
794
790
|
export { default as ConeIcon } from '../icons/cone';
|
|
795
791
|
// Construction aliases
|
|
@@ -802,68 +798,68 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
802
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
803
799
|
// CookingPot aliases
|
|
804
800
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
|
-
// CopyCheck aliases
|
|
806
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
801
|
// Cookie aliases
|
|
808
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
803
|
+
// CopyCheck aliases
|
|
804
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
809
805
|
// CopyMinus aliases
|
|
810
806
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
811
|
-
// CopySlash aliases
|
|
812
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
807
|
// CopyPlus aliases
|
|
814
808
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
815
809
|
// CopyX aliases
|
|
816
810
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
817
|
-
//
|
|
818
|
-
export { default as
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
819
813
|
// Copy aliases
|
|
820
814
|
export { default as CopyIcon } from '../icons/copy';
|
|
821
|
-
//
|
|
822
|
-
export { default as
|
|
815
|
+
// Copyleft aliases
|
|
816
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
823
817
|
// Copyright aliases
|
|
824
818
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
|
+
// CornerDownLeft aliases
|
|
820
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
825
821
|
// CornerDownRight aliases
|
|
826
822
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
827
823
|
// CornerLeftDown aliases
|
|
828
824
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
829
825
|
// CornerLeftUp aliases
|
|
830
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
831
|
-
// CornerRightDown aliases
|
|
832
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
833
827
|
// CornerRightUp aliases
|
|
834
828
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
829
|
+
// CornerRightDown aliases
|
|
830
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
|
+
// CornerUpRight aliases
|
|
832
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
833
|
// CornerUpLeft aliases
|
|
836
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
835
|
// Cpu aliases
|
|
838
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
837
|
// CreativeCommons aliases
|
|
840
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
839
|
+
// CreditCard aliases
|
|
840
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
841
|
// Croissant aliases
|
|
844
842
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
843
|
// Crop aliases
|
|
846
844
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
-
// CreditCard aliases
|
|
848
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
849
845
|
// Cross aliases
|
|
850
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
851
847
|
// Crosshair aliases
|
|
852
848
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
853
849
|
// Crown aliases
|
|
854
850
|
export { default as CrownIcon } from '../icons/crown';
|
|
855
|
-
// Cuboid aliases
|
|
856
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
857
851
|
// CupSoda aliases
|
|
858
852
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
853
|
+
// Cuboid aliases
|
|
854
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
859
855
|
// Currency aliases
|
|
860
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
861
857
|
// Cylinder aliases
|
|
862
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
863
|
-
// Dam aliases
|
|
864
|
-
export { default as DamIcon } from '../icons/dam';
|
|
865
859
|
// DatabaseBackup aliases
|
|
866
860
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
861
|
+
// Dam aliases
|
|
862
|
+
export { default as DamIcon } from '../icons/dam';
|
|
867
863
|
// DatabaseSearch aliases
|
|
868
864
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
869
865
|
// DatabaseZap aliases
|
|
@@ -878,24 +874,24 @@ export { default as DeleteIcon } from '../icons/delete';
|
|
|
878
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
879
875
|
// Dessert aliases
|
|
880
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
881
|
-
// Diameter aliases
|
|
882
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
883
877
|
// DiamondMinus aliases
|
|
884
878
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
885
879
|
// DiamondPlus aliases
|
|
886
880
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
881
|
+
// Diameter aliases
|
|
882
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
887
883
|
// Diamond aliases
|
|
888
884
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
889
|
-
// Dice2 aliases
|
|
890
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
885
|
// Dice1 aliases
|
|
892
886
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
893
887
|
// Dice3 aliases
|
|
894
888
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
|
-
// Dice4 aliases
|
|
896
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
889
|
// Dice5 aliases
|
|
898
890
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
891
|
+
// Dice2 aliases
|
|
892
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
|
+
// Dice4 aliases
|
|
894
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
899
895
|
// Dice6 aliases
|
|
900
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
901
897
|
// Dices aliases
|
|
@@ -914,18 +910,18 @@ export { default as DiscIcon } from '../icons/disc';
|
|
|
914
910
|
export { default as DivideIcon } from '../icons/divide';
|
|
915
911
|
// DnaOff aliases
|
|
916
912
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
917
|
-
// Dock aliases
|
|
918
|
-
export { default as DockIcon } from '../icons/dock';
|
|
919
913
|
// Dna aliases
|
|
920
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
915
|
+
// Dock aliases
|
|
916
|
+
export { default as DockIcon } from '../icons/dock';
|
|
921
917
|
// Dog aliases
|
|
922
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
|
+
// DoorClosedLocked aliases
|
|
920
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
921
|
// DollarSign aliases
|
|
924
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
925
923
|
// Donut aliases
|
|
926
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
927
|
-
// DoorClosedLocked aliases
|
|
928
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
929
925
|
// DoorClosed aliases
|
|
930
926
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
931
927
|
// DoorOpen aliases
|
|
@@ -934,44 +930,42 @@ export { default as DoorOpenIcon } from '../icons/door-open';
|
|
|
934
930
|
export { default as DotIcon } from '../icons/dot';
|
|
935
931
|
// Download aliases
|
|
936
932
|
export { default as DownloadIcon } from '../icons/download';
|
|
937
|
-
// Drama aliases
|
|
938
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
939
933
|
// DraftingCompass aliases
|
|
940
934
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
935
|
+
// Drama aliases
|
|
936
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
943
937
|
// Drill aliases
|
|
944
938
|
export { default as DrillIcon } from '../icons/drill';
|
|
945
939
|
// Drone aliases
|
|
946
940
|
export { default as DroneIcon } from '../icons/drone';
|
|
947
|
-
// DropletOff aliases
|
|
948
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
949
941
|
// Droplet aliases
|
|
950
942
|
export { default as DropletIcon } from '../icons/droplet';
|
|
951
943
|
// Droplets aliases
|
|
952
944
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
945
|
+
// DropletOff aliases
|
|
946
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
953
947
|
// Drum aliases
|
|
954
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
955
949
|
// Drumstick aliases
|
|
956
950
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
951
|
// Dumbbell aliases
|
|
958
952
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
959
|
-
// Ear aliases
|
|
960
|
-
export { default as EarIcon } from '../icons/ear';
|
|
961
|
-
// Eclipse aliases
|
|
962
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
953
|
// EarOff aliases
|
|
964
954
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
955
|
+
// Ear aliases
|
|
956
|
+
export { default as EarIcon } from '../icons/ear';
|
|
965
957
|
// EarthLock aliases
|
|
966
958
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
|
+
// Eclipse aliases
|
|
960
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
961
|
// EggFried aliases
|
|
968
962
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
969
|
-
// Ellipse aliases
|
|
970
|
-
export { default as EllipseIcon } from '../icons/ellipse';
|
|
971
|
-
// Egg aliases
|
|
972
|
-
export { default as EggIcon } from '../icons/egg';
|
|
973
963
|
// EggOff aliases
|
|
974
964
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
965
|
+
// Egg aliases
|
|
966
|
+
export { default as EggIcon } from '../icons/egg';
|
|
967
|
+
// Ellipse aliases
|
|
968
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
975
969
|
// EqualNot aliases
|
|
976
970
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
977
971
|
// EqualApproximately aliases
|
|
@@ -980,34 +974,30 @@ export { default as EqualApproximatelyIcon } from '../icons/equal-approximately'
|
|
|
980
974
|
export { default as EqualIcon } from '../icons/equal';
|
|
981
975
|
// Eraser aliases
|
|
982
976
|
export { default as EraserIcon } from '../icons/eraser';
|
|
983
|
-
// EthernetPort aliases
|
|
984
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
985
977
|
// Euro aliases
|
|
986
978
|
export { default as EuroIcon } from '../icons/euro';
|
|
987
|
-
//
|
|
988
|
-
export { default as
|
|
979
|
+
// EthernetPort aliases
|
|
980
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
989
981
|
// Expand aliases
|
|
990
982
|
export { default as ExpandIcon } from '../icons/expand';
|
|
991
983
|
// ExternalLink aliases
|
|
992
984
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
985
|
+
// EvCharger aliases
|
|
986
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
993
987
|
// EyeClosed aliases
|
|
994
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
995
989
|
// EyeOff aliases
|
|
996
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
991
|
// Eye aliases
|
|
998
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
999
|
-
// Facebook aliases
|
|
1000
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
1001
|
-
// Factory aliases
|
|
1002
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1003
993
|
// Fan aliases
|
|
1004
994
|
export { default as FanIcon } from '../icons/fan';
|
|
995
|
+
// Factory aliases
|
|
996
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1005
997
|
// FastForward aliases
|
|
1006
998
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1007
999
|
// Feather aliases
|
|
1008
1000
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1009
|
-
// Figma aliases
|
|
1010
|
-
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
1001
|
// Fence aliases
|
|
1012
1002
|
export { default as FenceIcon } from '../icons/fence';
|
|
1013
1003
|
// FerrisWheel aliases
|
|
@@ -1016,22 +1006,22 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
1016
1006
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1017
1007
|
// FileBox aliases
|
|
1018
1008
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1019
|
-
// FileCheck aliases
|
|
1020
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1021
1009
|
// FileClock aliases
|
|
1022
1010
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1023
|
-
//
|
|
1024
|
-
export { default as
|
|
1011
|
+
// FileCheck aliases
|
|
1012
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1025
1013
|
// FileCode aliases
|
|
1026
1014
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
|
+
// FileDiff aliases
|
|
1016
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1027
1017
|
// FileDigit aliases
|
|
1028
1018
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1029
1019
|
// FileDown aliases
|
|
1030
1020
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1031
|
-
// FileHeart aliases
|
|
1032
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1033
1021
|
// FileImage aliases
|
|
1034
1022
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1023
|
+
// FileHeart aliases
|
|
1024
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1035
1025
|
// FileInput aliases
|
|
1036
1026
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1037
1027
|
// FileMinus aliases
|
|
@@ -1046,10 +1036,10 @@ export { default as FilePlusIcon } from '../icons/file-plus';
|
|
|
1046
1036
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1047
1037
|
// FileSearch aliases
|
|
1048
1038
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1049
|
-
// FileSpreadsheet aliases
|
|
1050
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
1039
|
// FileSliders aliases
|
|
1052
1040
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1041
|
+
// FileSpreadsheet aliases
|
|
1042
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1053
1043
|
// FileStack aliases
|
|
1054
1044
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1055
1045
|
// FileSymlink aliases
|
|
@@ -1070,22 +1060,22 @@ export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
|
1070
1060
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1071
1061
|
// File aliases
|
|
1072
1062
|
export { default as FileIcon } from '../icons/file';
|
|
1073
|
-
// Film aliases
|
|
1074
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1075
1063
|
// Files aliases
|
|
1076
1064
|
export { default as FilesIcon } from '../icons/files';
|
|
1065
|
+
// Film aliases
|
|
1066
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1077
1067
|
// FireExtinguisher aliases
|
|
1078
1068
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1079
|
-
// FishOff aliases
|
|
1080
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1081
1069
|
// FishSymbol aliases
|
|
1082
1070
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1071
|
+
// FishOff aliases
|
|
1072
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1083
1073
|
// Fish aliases
|
|
1084
1074
|
export { default as FishIcon } from '../icons/fish';
|
|
1085
|
-
// FishingHook aliases
|
|
1086
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1087
1075
|
// FishingRod aliases
|
|
1088
1076
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1077
|
+
// FishingHook aliases
|
|
1078
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1089
1079
|
// FlagOff aliases
|
|
1090
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1091
1081
|
// FlagTriangleLeft aliases
|
|
@@ -1098,26 +1088,26 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1098
1088
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1099
1089
|
// Flame aliases
|
|
1100
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1101
|
-
// FlaskConicalOff aliases
|
|
1102
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1103
|
-
// FlashlightOff aliases
|
|
1104
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
1091
|
// Flashlight aliases
|
|
1106
1092
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1093
|
+
// FlashlightOff aliases
|
|
1094
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
|
+
// FlaskConicalOff aliases
|
|
1096
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1107
1097
|
// FlaskConical aliases
|
|
1108
1098
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1109
1099
|
// FlaskRound aliases
|
|
1110
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1111
1101
|
// FlipHorizontal2 aliases
|
|
1112
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1113
|
-
// Flower2 aliases
|
|
1114
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1103
|
// FlipVertical2 aliases
|
|
1116
1104
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
|
-
//
|
|
1118
|
-
export { default as
|
|
1105
|
+
// Flower2 aliases
|
|
1106
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
1107
|
// Focus aliases
|
|
1120
1108
|
export { default as FocusIcon } from '../icons/focus';
|
|
1109
|
+
// Flower aliases
|
|
1110
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1121
1111
|
// FoldHorizontal aliases
|
|
1122
1112
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1123
1113
|
// FolderArchive aliases
|
|
@@ -1126,42 +1116,42 @@ export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
|
1126
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1127
1117
|
// FolderCheck aliases
|
|
1128
1118
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1129
|
-
// FolderClock aliases
|
|
1130
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1131
|
-
// FolderDot aliases
|
|
1132
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1133
1119
|
// FolderClosed aliases
|
|
1134
1120
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
1121
|
// FolderCode aliases
|
|
1136
1122
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1137
|
-
//
|
|
1138
|
-
export { default as
|
|
1123
|
+
// FolderDot aliases
|
|
1124
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1125
|
+
// FolderClock aliases
|
|
1126
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
1127
|
// FolderDown aliases
|
|
1140
1128
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
|
+
// FolderGit2 aliases
|
|
1130
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1141
1131
|
// FolderGit aliases
|
|
1142
1132
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1143
|
-
// FolderHeart aliases
|
|
1144
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1145
1133
|
// FolderInput aliases
|
|
1146
1134
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1147
|
-
//
|
|
1148
|
-
export { default as
|
|
1149
|
-
// FolderLock aliases
|
|
1150
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1135
|
+
// FolderHeart aliases
|
|
1136
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1151
1137
|
// FolderKey aliases
|
|
1152
1138
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1139
|
+
// FolderKanban aliases
|
|
1140
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
1141
|
// FolderMinus aliases
|
|
1154
1142
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1143
|
+
// FolderLock aliases
|
|
1144
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1155
1145
|
// FolderOpenDot aliases
|
|
1156
1146
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1157
|
-
// FolderOutput aliases
|
|
1158
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
1147
|
// FolderOpen aliases
|
|
1160
1148
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1161
|
-
//
|
|
1162
|
-
export { default as
|
|
1149
|
+
// FolderOutput aliases
|
|
1150
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1163
1151
|
// FolderPlus aliases
|
|
1164
1152
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1153
|
+
// FolderRoot aliases
|
|
1154
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1165
1155
|
// FolderSearch2 aliases
|
|
1166
1156
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1167
1157
|
// FolderSearch aliases
|
|
@@ -1172,10 +1162,10 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1172
1162
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1173
1163
|
// FolderTree aliases
|
|
1174
1164
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
|
-
// FolderUp aliases
|
|
1176
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1177
1165
|
// FolderX aliases
|
|
1178
1166
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1167
|
+
// FolderUp aliases
|
|
1168
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1179
1169
|
// Folder aliases
|
|
1180
1170
|
export { default as FolderIcon } from '../icons/folder';
|
|
1181
1171
|
// Folders aliases
|
|
@@ -1184,34 +1174,32 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1184
1174
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
1175
|
// Forklift aliases
|
|
1186
1176
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
|
-
// Forward aliases
|
|
1188
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1189
1177
|
// Form aliases
|
|
1190
1178
|
export { default as FormIcon } from '../icons/form';
|
|
1191
1179
|
// Frame aliases
|
|
1192
1180
|
export { default as FrameIcon } from '../icons/frame';
|
|
1193
|
-
//
|
|
1194
|
-
export { default as
|
|
1181
|
+
// Forward aliases
|
|
1182
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
1183
|
// Frown aliases
|
|
1196
1184
|
export { default as FrownIcon } from '../icons/frown';
|
|
1197
|
-
// Fullscreen aliases
|
|
1198
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
1185
|
// Fuel aliases
|
|
1200
1186
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1187
|
+
// Fullscreen aliases
|
|
1188
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1201
1189
|
// FunnelPlus aliases
|
|
1202
1190
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1203
1191
|
// GalleryHorizontalEnd aliases
|
|
1204
1192
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1193
|
+
// GalleryThumbnails aliases
|
|
1194
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
1195
|
// GalleryHorizontal aliases
|
|
1206
1196
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
|
+
// GalleryVertical aliases
|
|
1198
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1207
1199
|
// GalleryVerticalEnd aliases
|
|
1208
1200
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
|
-
// GalleryThumbnails aliases
|
|
1210
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
1201
|
// Gamepad2 aliases
|
|
1212
1202
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1213
|
-
// GalleryVertical aliases
|
|
1214
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
1203
|
// GamepadDirectional aliases
|
|
1216
1204
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1217
1205
|
// Gamepad aliases
|
|
@@ -1222,72 +1210,68 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1222
1210
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
1211
|
// Gem aliases
|
|
1224
1212
|
export { default as GemIcon } from '../icons/gem';
|
|
1225
|
-
// Gift aliases
|
|
1226
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1227
1213
|
// GeorgianLari aliases
|
|
1228
1214
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1215
|
+
// Gift aliases
|
|
1216
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1229
1217
|
// Ghost aliases
|
|
1230
1218
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1231
|
-
// GitBranchMinus aliases
|
|
1232
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1233
1219
|
// GitBranchPlus aliases
|
|
1234
1220
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1235
|
-
// GitCommitVertical aliases
|
|
1236
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
1221
|
// GitBranch aliases
|
|
1238
1222
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1223
|
+
// GitBranchMinus aliases
|
|
1224
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1225
|
+
// GitCommitVertical aliases
|
|
1226
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1239
1227
|
// GitCompareArrows aliases
|
|
1240
1228
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1241
|
-
// GitFork aliases
|
|
1242
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
1229
|
// GitCompare aliases
|
|
1244
1230
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1231
|
+
// GitFork aliases
|
|
1232
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1233
|
// GitMergeConflict aliases
|
|
1246
1234
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1247
1235
|
// GitGraph aliases
|
|
1248
1236
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1249
1237
|
// GitMerge aliases
|
|
1250
1238
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1251
|
-
// GitPullRequestClosed aliases
|
|
1252
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
1239
|
// GitPullRequestArrow aliases
|
|
1254
1240
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1255
|
-
//
|
|
1256
|
-
export { default as
|
|
1241
|
+
// GitPullRequestClosed aliases
|
|
1242
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
1243
|
// GitPullRequestCreateArrow aliases
|
|
1258
1244
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
1245
|
// GitPullRequestDraft aliases
|
|
1260
1246
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1247
|
+
// GitPullRequestCreate aliases
|
|
1248
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1261
1249
|
// GitPullRequest aliases
|
|
1262
1250
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1263
|
-
// Github aliases
|
|
1264
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1265
|
-
// Gitlab aliases
|
|
1266
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1267
1251
|
// GlassWater aliases
|
|
1268
1252
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1269
|
-
// GlobeLock aliases
|
|
1270
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
|
-
// GlobeX aliases
|
|
1272
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1273
1253
|
// Glasses aliases
|
|
1274
1254
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1255
|
+
// GlobeLock aliases
|
|
1256
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1275
1257
|
// GlobeOff aliases
|
|
1276
1258
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1259
|
+
// GlobeX aliases
|
|
1260
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1279
1261
|
// Globe aliases
|
|
1280
1262
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1281
1263
|
// Goal aliases
|
|
1282
1264
|
export { default as GoalIcon } from '../icons/goal';
|
|
1283
|
-
// Grape aliases
|
|
1284
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
|
-
// GripHorizontal aliases
|
|
1286
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1287
1265
|
// GraduationCap aliases
|
|
1288
1266
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1267
|
+
// Gpu aliases
|
|
1268
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1269
|
+
// Grape aliases
|
|
1270
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1289
1271
|
// Grid3x2 aliases
|
|
1290
1272
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1273
|
+
// GripHorizontal aliases
|
|
1274
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1291
1275
|
// GripVertical aliases
|
|
1292
1276
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1293
1277
|
// Grip aliases
|
|
@@ -1296,18 +1280,18 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1296
1280
|
export { default as GroupIcon } from '../icons/group';
|
|
1297
1281
|
// Guitar aliases
|
|
1298
1282
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
|
-
// Hamburger aliases
|
|
1300
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
1283
|
// Ham aliases
|
|
1302
1284
|
export { default as HamIcon } from '../icons/ham';
|
|
1303
|
-
//
|
|
1304
|
-
export { default as
|
|
1305
|
-
// HandHeart aliases
|
|
1306
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1285
|
+
// Hamburger aliases
|
|
1286
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1307
1287
|
// HandCoins aliases
|
|
1308
1288
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1309
1289
|
// Hammer aliases
|
|
1310
1290
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1291
|
+
// HandFist aliases
|
|
1292
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1293
|
+
// HandHeart aliases
|
|
1294
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1311
1295
|
// HandMetal aliases
|
|
1312
1296
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1313
1297
|
// HandPlatter aliases
|
|
@@ -1316,22 +1300,22 @@ export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
|
1316
1300
|
export { default as HandIcon } from '../icons/hand';
|
|
1317
1301
|
// Handbag aliases
|
|
1318
1302
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1319
|
-
// Handshake aliases
|
|
1320
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
1303
|
// HardDriveDownload aliases
|
|
1322
1304
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1305
|
+
// Handshake aliases
|
|
1306
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1323
1307
|
// HardDriveUpload aliases
|
|
1324
1308
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1325
|
-
// HardHat aliases
|
|
1326
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
|
-
// Hash aliases
|
|
1328
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1329
1309
|
// HardDrive aliases
|
|
1330
1310
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1331
|
-
//
|
|
1332
|
-
export { default as
|
|
1311
|
+
// HardHat aliases
|
|
1312
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1333
1313
|
// HatGlasses aliases
|
|
1334
1314
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1315
|
+
// Haze aliases
|
|
1316
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1317
|
+
// Hash aliases
|
|
1318
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1335
1319
|
// Hd aliases
|
|
1336
1320
|
export { default as HdIcon } from '../icons/hd';
|
|
1337
1321
|
// HdmiPort aliases
|
|
@@ -1342,18 +1326,18 @@ export { default as Heading1Icon } from '../icons/heading-1';
|
|
|
1342
1326
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1343
1327
|
// Heading3 aliases
|
|
1344
1328
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1345
|
-
// Heading aliases
|
|
1346
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1329
|
// Heading4 aliases
|
|
1348
1330
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1349
1331
|
// Heading5 aliases
|
|
1350
1332
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1351
1333
|
// Heading6 aliases
|
|
1352
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1353
|
-
//
|
|
1354
|
-
export { default as
|
|
1335
|
+
// Heading aliases
|
|
1336
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1355
1337
|
// Headphones aliases
|
|
1356
1338
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
|
+
// HeadphoneOff aliases
|
|
1340
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1357
1341
|
// Headset aliases
|
|
1358
1342
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1359
1343
|
// HeartCrack aliases
|
|
@@ -1364,12 +1348,12 @@ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
|
1364
1348
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1365
1349
|
// HeartOff aliases
|
|
1366
1350
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1351
|
+
// HeartPlus aliases
|
|
1352
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
1353
|
// HeartPulse aliases
|
|
1368
1354
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
1355
|
// Heart aliases
|
|
1370
1356
|
export { default as HeartIcon } from '../icons/heart';
|
|
1371
|
-
// HeartPlus aliases
|
|
1372
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1373
1357
|
// Heater aliases
|
|
1374
1358
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1375
1359
|
// Helicopter aliases
|
|
@@ -1390,62 +1374,60 @@ export { default as HospitalIcon } from '../icons/hospital';
|
|
|
1390
1374
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1391
1375
|
// Hourglass aliases
|
|
1392
1376
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1393
|
-
// HouseWifi aliases
|
|
1394
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1395
|
-
// HousePlus aliases
|
|
1396
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
1377
|
// HouseHeart aliases
|
|
1398
1378
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1399
1379
|
// HousePlug aliases
|
|
1400
1380
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1381
|
+
// HouseWifi aliases
|
|
1382
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1383
|
+
// HousePlus aliases
|
|
1384
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1401
1385
|
// IdCardLanyard aliases
|
|
1402
1386
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1403
|
-
// IdCard aliases
|
|
1404
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1405
1387
|
// ImageDown aliases
|
|
1406
1388
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1389
|
+
// IdCard aliases
|
|
1390
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1407
1391
|
// ImageMinus aliases
|
|
1408
1392
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1409
|
-
// ImagePlay aliases
|
|
1410
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
1393
|
// ImageOff aliases
|
|
1412
1394
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1395
|
+
// ImagePlay aliases
|
|
1396
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1415
1397
|
// ImagePlus aliases
|
|
1416
1398
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1417
|
-
//
|
|
1418
|
-
export { default as
|
|
1399
|
+
// ImageUp aliases
|
|
1400
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1419
1401
|
// Image aliases
|
|
1420
1402
|
export { default as ImageIcon } from '../icons/image';
|
|
1421
|
-
//
|
|
1422
|
-
export { default as
|
|
1403
|
+
// ImageUpscale aliases
|
|
1404
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1423
1405
|
// Import aliases
|
|
1424
1406
|
export { default as ImportIcon } from '../icons/import';
|
|
1425
|
-
//
|
|
1426
|
-
export { default as
|
|
1407
|
+
// Images aliases
|
|
1408
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1427
1409
|
// IndianRupee aliases
|
|
1428
1410
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1429
|
-
//
|
|
1430
|
-
export { default as
|
|
1411
|
+
// Inbox aliases
|
|
1412
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1431
1413
|
// Info aliases
|
|
1432
1414
|
export { default as InfoIcon } from '../icons/info';
|
|
1433
|
-
//
|
|
1434
|
-
export { default as
|
|
1435
|
-
// Instagram aliases
|
|
1436
|
-
export { default as InstagramIcon } from '../icons/instagram';
|
|
1415
|
+
// Infinity aliases
|
|
1416
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1437
1417
|
// Italic aliases
|
|
1438
1418
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1439
|
-
//
|
|
1440
|
-
export { default as
|
|
1419
|
+
// InspectionPanel aliases
|
|
1420
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1441
1421
|
// IterationCcw aliases
|
|
1442
1422
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1443
|
-
// JapaneseYen aliases
|
|
1444
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1445
|
-
// Kanban aliases
|
|
1446
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
1423
|
// Joystick aliases
|
|
1448
1424
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1425
|
+
// IterationCw aliases
|
|
1426
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
|
+
// Kanban aliases
|
|
1428
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1429
|
+
// JapaneseYen aliases
|
|
1430
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1449
1431
|
// KeyRound aliases
|
|
1450
1432
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1451
1433
|
// Kayak aliases
|
|
@@ -1456,32 +1438,32 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1456
1438
|
export { default as KeyIcon } from '../icons/key';
|
|
1457
1439
|
// KeyboardMusic aliases
|
|
1458
1440
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1459
|
-
// KeyboardOff aliases
|
|
1460
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1461
1441
|
// Keyboard aliases
|
|
1462
1442
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1443
|
+
// KeyboardOff aliases
|
|
1444
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1463
1445
|
// LampCeiling aliases
|
|
1464
1446
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1465
1447
|
// LampDesk aliases
|
|
1466
1448
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1449
|
+
// LampFloor aliases
|
|
1450
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1467
1451
|
// LampWallDown aliases
|
|
1468
1452
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1469
1453
|
// LampWallUp aliases
|
|
1470
1454
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
|
-
// LampFloor aliases
|
|
1472
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1473
1455
|
// Lamp aliases
|
|
1474
1456
|
export { default as LampIcon } from '../icons/lamp';
|
|
1475
|
-
// Languages aliases
|
|
1476
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1477
1457
|
// Landmark aliases
|
|
1478
1458
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
|
+
// LandPlot aliases
|
|
1460
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1479
1461
|
// LaptopMinimalCheck aliases
|
|
1480
1462
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1463
|
// Laptop aliases
|
|
1482
1464
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
|
-
//
|
|
1484
|
-
export { default as
|
|
1465
|
+
// Languages aliases
|
|
1466
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1485
1467
|
// LassoSelect aliases
|
|
1486
1468
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1487
1469
|
// Lasso aliases
|
|
@@ -1490,78 +1472,76 @@ export { default as LassoIcon } from '../icons/lasso';
|
|
|
1490
1472
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1491
1473
|
// Layers2 aliases
|
|
1492
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1493
|
-
// LayoutDashboard aliases
|
|
1494
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1495
1475
|
// LayersPlus aliases
|
|
1496
1476
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1497
1477
|
// LayoutGrid aliases
|
|
1498
1478
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1479
|
+
// LayoutDashboard aliases
|
|
1480
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1499
1481
|
// LayoutList aliases
|
|
1500
1482
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1501
1483
|
// LayoutPanelLeft aliases
|
|
1502
1484
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1485
|
+
// LayoutPanelTop aliases
|
|
1486
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1505
1487
|
// LayoutTemplate aliases
|
|
1506
1488
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1507
1489
|
// LeafyGreen aliases
|
|
1508
1490
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1509
|
-
//
|
|
1510
|
-
export { default as
|
|
1491
|
+
// Leaf aliases
|
|
1492
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1511
1493
|
// Lectern aliases
|
|
1512
1494
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1513
|
-
// LensConcave aliases
|
|
1514
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1515
|
-
// Library aliases
|
|
1516
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1517
1495
|
// LensConvex aliases
|
|
1518
1496
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1497
|
+
// LensConcave aliases
|
|
1498
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1519
1499
|
// LibraryBig aliases
|
|
1520
1500
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1521
|
-
//
|
|
1522
|
-
export { default as
|
|
1501
|
+
// Library aliases
|
|
1502
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1523
1503
|
// Ligature aliases
|
|
1524
1504
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1525
|
-
//
|
|
1526
|
-
export { default as
|
|
1505
|
+
// LifeBuoy aliases
|
|
1506
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1527
1507
|
// LightbulbOff aliases
|
|
1528
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1529
|
-
//
|
|
1530
|
-
export { default as
|
|
1509
|
+
// Lightbulb aliases
|
|
1510
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1531
1511
|
// LineDotRightHorizontal aliases
|
|
1532
1512
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1533
1513
|
// Link2Off aliases
|
|
1534
1514
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1515
|
+
// LineSquiggle aliases
|
|
1516
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1535
1517
|
// Link2 aliases
|
|
1536
1518
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1537
1519
|
// Link aliases
|
|
1538
1520
|
export { default as LinkIcon } from '../icons/link';
|
|
1539
|
-
// Linkedin aliases
|
|
1540
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1541
|
-
// ListChecks aliases
|
|
1542
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1543
1521
|
// ListCheck aliases
|
|
1544
1522
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1523
|
+
// ListChecks aliases
|
|
1524
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1545
1525
|
// ListChevronsDownUp aliases
|
|
1546
1526
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1527
|
+
// ListCollapse aliases
|
|
1528
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1547
1529
|
// ListChevronsUpDown aliases
|
|
1548
1530
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1549
1531
|
// ListEnd aliases
|
|
1550
1532
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1551
|
-
// ListCollapse aliases
|
|
1552
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1553
1533
|
// ListFilterPlus aliases
|
|
1554
1534
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1555
1535
|
// ListMinus aliases
|
|
1556
1536
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1557
|
-
// ListFilter aliases
|
|
1558
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1559
1537
|
// ListMusic aliases
|
|
1560
1538
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1561
|
-
//
|
|
1562
|
-
export { default as
|
|
1539
|
+
// ListFilter aliases
|
|
1540
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1563
1541
|
// ListPlus aliases
|
|
1564
1542
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1543
|
+
// ListOrdered aliases
|
|
1544
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1565
1545
|
// ListRestart aliases
|
|
1566
1546
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1567
1547
|
// ListStart aliases
|
|
@@ -1572,14 +1552,14 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1572
1552
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1573
1553
|
// ListX aliases
|
|
1574
1554
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1575
|
-
// List aliases
|
|
1576
|
-
export { default as ListIcon } from '../icons/list';
|
|
1577
|
-
// LoaderPinwheel aliases
|
|
1578
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1579
1555
|
// ListVideo aliases
|
|
1580
1556
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1581
1557
|
// Loader aliases
|
|
1582
1558
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1559
|
+
// LoaderPinwheel aliases
|
|
1560
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
|
+
// List aliases
|
|
1562
|
+
export { default as ListIcon } from '../icons/list';
|
|
1583
1563
|
// LocateFixed aliases
|
|
1584
1564
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1585
1565
|
// LocateOff aliases
|
|
@@ -1588,32 +1568,32 @@ export { default as LocateOffIcon } from '../icons/locate-off';
|
|
|
1588
1568
|
export { default as LocateIcon } from '../icons/locate';
|
|
1589
1569
|
// LockKeyhole aliases
|
|
1590
1570
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1591
|
-
// LogOut aliases
|
|
1592
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1593
1571
|
// Lock aliases
|
|
1594
1572
|
export { default as LockIcon } from '../icons/lock';
|
|
1595
|
-
// LogIn aliases
|
|
1596
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1597
1573
|
// Logs aliases
|
|
1598
1574
|
export { default as LogsIcon } from '../icons/logs';
|
|
1599
|
-
//
|
|
1600
|
-
export { default as
|
|
1575
|
+
// LogIn aliases
|
|
1576
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1577
|
+
// LogOut aliases
|
|
1578
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1601
1579
|
// Lollipop aliases
|
|
1602
1580
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1603
|
-
// MailMinus aliases
|
|
1604
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1605
1581
|
// Magnet aliases
|
|
1606
1582
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1583
|
+
// Luggage aliases
|
|
1584
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1607
1585
|
// MailCheck aliases
|
|
1608
1586
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1587
|
+
// MailMinus aliases
|
|
1588
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1589
|
+
// MailPlus aliases
|
|
1590
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1609
1591
|
// MailOpen aliases
|
|
1610
1592
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1611
|
-
// MailSearch aliases
|
|
1612
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1593
|
// MailWarning aliases
|
|
1614
1594
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
|
-
//
|
|
1616
|
-
export { default as
|
|
1595
|
+
// MailSearch aliases
|
|
1596
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1617
1597
|
// MailX aliases
|
|
1618
1598
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1619
1599
|
// Mail aliases
|
|
@@ -1622,10 +1602,10 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1622
1602
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1623
1603
|
// Mails aliases
|
|
1624
1604
|
export { default as MailsIcon } from '../icons/mails';
|
|
1625
|
-
// MapMinus aliases
|
|
1626
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1627
1605
|
// MapPinCheckInside aliases
|
|
1628
1606
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1607
|
+
// MapMinus aliases
|
|
1608
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1629
1609
|
// MapPinCheck aliases
|
|
1630
1610
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1631
1611
|
// MapPinHouse aliases
|
|
@@ -1638,168 +1618,168 @@ export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
|
1638
1618
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1639
1619
|
// MapPinPlusInside aliases
|
|
1640
1620
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1641
|
-
// MapPinX aliases
|
|
1642
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1643
1621
|
// MapPinPlus aliases
|
|
1644
1622
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1645
1623
|
// MapPinXInside aliases
|
|
1646
1624
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1625
|
+
// MapPinX aliases
|
|
1626
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1647
1627
|
// MapPin aliases
|
|
1648
1628
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1649
1629
|
// MapPinned aliases
|
|
1650
1630
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1631
|
+
// Map aliases
|
|
1632
|
+
export { default as MapIcon } from '../icons/map';
|
|
1651
1633
|
// MapPlus aliases
|
|
1652
1634
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1653
1635
|
// MarsStroke aliases
|
|
1654
1636
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1655
|
-
// Map aliases
|
|
1656
|
-
export { default as MapIcon } from '../icons/map';
|
|
1657
1637
|
// Martini aliases
|
|
1658
1638
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1659
1639
|
// Mars aliases
|
|
1660
1640
|
export { default as MarsIcon } from '../icons/mars';
|
|
1661
|
-
// Maximize2 aliases
|
|
1662
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1663
1641
|
// Maximize aliases
|
|
1664
1642
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
|
+
// Maximize2 aliases
|
|
1644
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1665
1645
|
// Medal aliases
|
|
1666
1646
|
export { default as MedalIcon } from '../icons/medal';
|
|
1647
|
+
// Megaphone aliases
|
|
1648
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1667
1649
|
// MegaphoneOff aliases
|
|
1668
1650
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1669
1651
|
// Meh aliases
|
|
1670
1652
|
export { default as MehIcon } from '../icons/meh';
|
|
1671
|
-
// Megaphone aliases
|
|
1672
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1673
1653
|
// MemoryStick aliases
|
|
1674
1654
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1675
|
-
// Merge aliases
|
|
1676
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1677
1655
|
// Menu aliases
|
|
1678
1656
|
export { default as MenuIcon } from '../icons/menu';
|
|
1657
|
+
// Merge aliases
|
|
1658
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1679
1659
|
// MessageCircleCheck aliases
|
|
1680
1660
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1681
|
-
//
|
|
1682
|
-
export { default as
|
|
1661
|
+
// MessageCircleCode aliases
|
|
1662
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1683
1663
|
// MessageCircleDashed aliases
|
|
1684
1664
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1685
1665
|
// MessageCircleMore aliases
|
|
1686
1666
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1667
|
+
// MessageCircleHeart aliases
|
|
1668
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1687
1669
|
// MessageCircleOff aliases
|
|
1688
1670
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1689
|
-
// MessageCircleCode aliases
|
|
1690
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1691
1671
|
// MessageCirclePlus aliases
|
|
1692
1672
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1693
|
-
// MessageCircleWarning aliases
|
|
1694
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1695
|
-
// MessageCircleX aliases
|
|
1696
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
1673
|
// MessageCircleReply aliases
|
|
1698
1674
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1675
|
+
// MessageCircleX aliases
|
|
1676
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1677
|
+
// MessageCircleWarning aliases
|
|
1678
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1699
1679
|
// MessageCircle aliases
|
|
1700
1680
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1701
|
-
// MessageSquareCode aliases
|
|
1702
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1703
1681
|
// MessageSquareCheck aliases
|
|
1704
1682
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1683
|
+
// MessageSquareCode aliases
|
|
1684
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1705
1685
|
// MessageSquareDashed aliases
|
|
1706
1686
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1707
|
-
// MessageSquareDot aliases
|
|
1708
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1709
1687
|
// MessageSquareDiff aliases
|
|
1710
1688
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1711
|
-
//
|
|
1712
|
-
export { default as
|
|
1689
|
+
// MessageSquareDot aliases
|
|
1690
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1713
1691
|
// MessageSquareHeart aliases
|
|
1714
1692
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1693
|
+
// MessageSquareLock aliases
|
|
1694
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1717
1695
|
// MessageSquareMore aliases
|
|
1718
1696
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1719
|
-
//
|
|
1720
|
-
export { default as
|
|
1697
|
+
// MessageSquareOff aliases
|
|
1698
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1721
1699
|
// MessageSquarePlus aliases
|
|
1722
1700
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1701
|
+
// MessageSquareQuote aliases
|
|
1702
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1723
1703
|
// MessageSquareReply aliases
|
|
1724
1704
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1725
|
-
// MessageSquareText aliases
|
|
1726
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1727
1705
|
// MessageSquareShare aliases
|
|
1728
1706
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1729
1707
|
// MessageSquareWarning aliases
|
|
1730
1708
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1731
|
-
//
|
|
1732
|
-
export { default as
|
|
1709
|
+
// MessageSquareText aliases
|
|
1710
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1733
1711
|
// MessageSquareX aliases
|
|
1734
1712
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1713
|
+
// MessageSquare aliases
|
|
1714
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1735
1715
|
// MessagesSquare aliases
|
|
1736
1716
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1737
1717
|
// Metronome aliases
|
|
1738
1718
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1739
|
-
// MicOff aliases
|
|
1740
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1741
|
-
// Microchip aliases
|
|
1742
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1743
1719
|
// Mic aliases
|
|
1744
1720
|
export { default as MicIcon } from '../icons/mic';
|
|
1721
|
+
// Microchip aliases
|
|
1722
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1723
|
+
// MicOff aliases
|
|
1724
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1745
1725
|
// Microscope aliases
|
|
1746
1726
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1747
1727
|
// Microwave aliases
|
|
1748
1728
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1749
|
-
// Milestone aliases
|
|
1750
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1751
|
-
// Milk aliases
|
|
1752
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1753
1729
|
// MilkOff aliases
|
|
1754
1730
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1755
|
-
//
|
|
1756
|
-
export { default as
|
|
1731
|
+
// Milk aliases
|
|
1732
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1733
|
+
// Milestone aliases
|
|
1734
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1757
1735
|
// Minimize2 aliases
|
|
1758
1736
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1759
|
-
//
|
|
1760
|
-
export { default as
|
|
1737
|
+
// Minimize aliases
|
|
1738
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1761
1739
|
// Minus aliases
|
|
1762
1740
|
export { default as MinusIcon } from '../icons/minus';
|
|
1763
|
-
//
|
|
1764
|
-
export { default as
|
|
1741
|
+
// MirrorRectangular aliases
|
|
1742
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1765
1743
|
// MonitorCheck aliases
|
|
1766
1744
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1767
|
-
//
|
|
1768
|
-
export { default as
|
|
1745
|
+
// MirrorRound aliases
|
|
1746
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1769
1747
|
// MonitorCloud aliases
|
|
1770
1748
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
|
+
// MonitorCog aliases
|
|
1750
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1771
1751
|
// MonitorDot aliases
|
|
1772
1752
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1773
|
-
// MonitorOff aliases
|
|
1774
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1775
|
-
// MonitorPause aliases
|
|
1776
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1777
1753
|
// MonitorDown aliases
|
|
1778
1754
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1755
|
+
// MonitorOff aliases
|
|
1756
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1779
1757
|
// MonitorPlay aliases
|
|
1780
1758
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1759
|
+
// MonitorPause aliases
|
|
1760
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1781
1761
|
// MonitorSmartphone aliases
|
|
1782
1762
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1783
1763
|
// MonitorSpeaker aliases
|
|
1784
1764
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1785
1765
|
// MonitorStop aliases
|
|
1786
1766
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1787
|
-
// MonitorX aliases
|
|
1788
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1789
1767
|
// MonitorUp aliases
|
|
1790
1768
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1791
1769
|
// Monitor aliases
|
|
1792
1770
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1771
|
+
// MonitorX aliases
|
|
1772
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1773
|
+
// MoonStar aliases
|
|
1774
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1793
1775
|
// Moon aliases
|
|
1794
1776
|
export { default as MoonIcon } from '../icons/moon';
|
|
1777
|
+
// MountainSnow aliases
|
|
1778
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1795
1779
|
// Motorbike aliases
|
|
1796
1780
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1797
|
-
// MoonStar aliases
|
|
1798
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1799
1781
|
// Mountain aliases
|
|
1800
1782
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1801
|
-
// MountainSnow aliases
|
|
1802
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1803
1783
|
// MouseLeft aliases
|
|
1804
1784
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1805
1785
|
// MouseOff aliases
|
|
@@ -1810,32 +1790,32 @@ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
|
1810
1790
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1811
1791
|
// MousePointerBan aliases
|
|
1812
1792
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1793
|
+
// MousePointerClick aliases
|
|
1794
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1813
1795
|
// MousePointer aliases
|
|
1814
1796
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1815
1797
|
// MouseRight aliases
|
|
1816
1798
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1817
1799
|
// Mouse aliases
|
|
1818
1800
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1819
|
-
//
|
|
1820
|
-
export { default as
|
|
1801
|
+
// MoveDownLeft aliases
|
|
1802
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1821
1803
|
// MoveDiagonal2 aliases
|
|
1822
1804
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1823
1805
|
// MoveDiagonal aliases
|
|
1824
1806
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1825
|
-
// MoveDownLeft aliases
|
|
1826
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1827
1807
|
// MoveDownRight aliases
|
|
1828
1808
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1829
|
-
// MoveLeft aliases
|
|
1830
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1831
|
-
// MoveDown aliases
|
|
1832
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1833
1809
|
// MoveHorizontal aliases
|
|
1834
1810
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1835
|
-
//
|
|
1836
|
-
export { default as
|
|
1811
|
+
// MoveDown aliases
|
|
1812
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1813
|
+
// MoveLeft aliases
|
|
1814
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1837
1815
|
// MoveRight aliases
|
|
1838
1816
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1817
|
+
// MoveUpLeft aliases
|
|
1818
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1839
1819
|
// MoveUpRight aliases
|
|
1840
1820
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1841
1821
|
// MoveUp aliases
|
|
@@ -1858,30 +1838,30 @@ export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
|
1858
1838
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1859
1839
|
// NavigationOff aliases
|
|
1860
1840
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1861
|
-
// Navigation aliases
|
|
1862
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1863
1841
|
// Network aliases
|
|
1864
1842
|
export { default as NetworkIcon } from '../icons/network';
|
|
1843
|
+
// Navigation aliases
|
|
1844
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1865
1845
|
// Newspaper aliases
|
|
1866
1846
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1867
|
-
// NonBinary aliases
|
|
1868
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1869
1847
|
// Nfc aliases
|
|
1870
1848
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1871
|
-
//
|
|
1872
|
-
export { default as
|
|
1849
|
+
// NonBinary aliases
|
|
1850
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1873
1851
|
// NotebookPen aliases
|
|
1874
1852
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1853
|
+
// NotebookTabs aliases
|
|
1854
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1875
1855
|
// NotebookText aliases
|
|
1876
1856
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1877
1857
|
// Notebook aliases
|
|
1878
1858
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1879
1859
|
// NotepadTextDashed aliases
|
|
1880
1860
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1881
|
-
// NutOff aliases
|
|
1882
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1883
1861
|
// NotepadText aliases
|
|
1884
1862
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1863
|
+
// NutOff aliases
|
|
1864
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1885
1865
|
// Nut aliases
|
|
1886
1866
|
export { default as NutIcon } from '../icons/nut';
|
|
1887
1867
|
// OctagonMinus aliases
|
|
@@ -1890,40 +1870,40 @@ export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
|
1890
1870
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1891
1871
|
// Omega aliases
|
|
1892
1872
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1873
|
+
// Origami aliases
|
|
1874
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1893
1875
|
// Option aliases
|
|
1894
1876
|
export { default as OptionIcon } from '../icons/option';
|
|
1895
1877
|
// Orbit aliases
|
|
1896
1878
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1897
|
-
// Origami aliases
|
|
1898
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1899
|
-
// PackageCheck aliases
|
|
1900
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1901
1879
|
// Package2 aliases
|
|
1902
1880
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1881
|
+
// PackageCheck aliases
|
|
1882
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1903
1883
|
// PackageMinus aliases
|
|
1904
1884
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1905
1885
|
// PackageOpen aliases
|
|
1906
1886
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1887
|
+
// PackageSearch aliases
|
|
1888
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1907
1889
|
// PackagePlus aliases
|
|
1908
1890
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1909
1891
|
// PackageX aliases
|
|
1910
1892
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1911
1893
|
// Package aliases
|
|
1912
1894
|
export { default as PackageIcon } from '../icons/package';
|
|
1913
|
-
// PackageSearch aliases
|
|
1914
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1915
|
-
// Paintbrush aliases
|
|
1916
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1917
|
-
// PaintRoller aliases
|
|
1918
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1919
1895
|
// PaintBucket aliases
|
|
1920
1896
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1897
|
+
// PaintRoller aliases
|
|
1898
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1899
|
+
// Paintbrush aliases
|
|
1900
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1921
1901
|
// Palette aliases
|
|
1922
1902
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1923
|
-
// PanelBottomClose aliases
|
|
1924
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1925
1903
|
// Panda aliases
|
|
1926
1904
|
export { default as PandaIcon } from '../icons/panda';
|
|
1905
|
+
// PanelBottomClose aliases
|
|
1906
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1927
1907
|
// PanelBottomOpen aliases
|
|
1928
1908
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1929
1909
|
// PanelLeftRightDashed aliases
|
|
@@ -1932,46 +1912,46 @@ export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-d
|
|
|
1932
1912
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1933
1913
|
// PanelRightClose aliases
|
|
1934
1914
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1935
|
-
// PanelRightOpen aliases
|
|
1936
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1937
1915
|
// PanelRight aliases
|
|
1938
1916
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1917
|
+
// PanelRightOpen aliases
|
|
1918
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1939
1919
|
// PanelTopBottomDashed aliases
|
|
1940
1920
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1941
1921
|
// PanelTopOpen aliases
|
|
1942
1922
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1943
1923
|
// PanelTopClose aliases
|
|
1944
1924
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1945
|
-
// PanelsLeftBottom aliases
|
|
1946
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1947
1925
|
// PanelTop aliases
|
|
1948
1926
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1949
|
-
//
|
|
1950
|
-
export { default as
|
|
1927
|
+
// PanelsLeftBottom aliases
|
|
1928
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1951
1929
|
// PanelsRightBottom aliases
|
|
1952
1930
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1931
|
+
// Paperclip aliases
|
|
1932
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1933
|
+
// Parentheses aliases
|
|
1934
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1935
|
+
// PartyPopper aliases
|
|
1936
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1953
1937
|
// ParkingMeter aliases
|
|
1954
1938
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1955
1939
|
// Pause aliases
|
|
1956
1940
|
export { default as PauseIcon } from '../icons/pause';
|
|
1957
|
-
// PartyPopper aliases
|
|
1958
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1959
|
-
// Parentheses aliases
|
|
1960
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1961
1941
|
// PawPrint aliases
|
|
1962
1942
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1963
1943
|
// PcCase aliases
|
|
1964
1944
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1945
|
+
// PenOff aliases
|
|
1946
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1965
1947
|
// PenTool aliases
|
|
1966
1948
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1967
1949
|
// PencilLine aliases
|
|
1968
1950
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1969
|
-
// PenOff aliases
|
|
1970
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1971
|
-
// PencilRuler aliases
|
|
1972
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1973
1951
|
// PencilOff aliases
|
|
1974
1952
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1953
|
+
// PencilRuler aliases
|
|
1954
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1975
1955
|
// Pencil aliases
|
|
1976
1956
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1977
1957
|
// Pentagon aliases
|
|
@@ -1980,12 +1960,12 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
1980
1960
|
export { default as PercentIcon } from '../icons/percent';
|
|
1981
1961
|
// PersonStanding aliases
|
|
1982
1962
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1963
|
+
// PhoneForwarded aliases
|
|
1964
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1983
1965
|
// PhilippinePeso aliases
|
|
1984
1966
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1985
1967
|
// PhoneCall aliases
|
|
1986
1968
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1987
|
-
// PhoneForwarded aliases
|
|
1988
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1989
1969
|
// PhoneMissed aliases
|
|
1990
1970
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1991
1971
|
// PhoneOff aliases
|
|
@@ -1996,10 +1976,10 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1996
1976
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1997
1977
|
// Phone aliases
|
|
1998
1978
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1999
|
-
// Pi aliases
|
|
2000
|
-
export { default as PiIcon } from '../icons/pi';
|
|
2001
1979
|
// Piano aliases
|
|
2002
1980
|
export { default as PianoIcon } from '../icons/piano';
|
|
1981
|
+
// Pi aliases
|
|
1982
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2003
1983
|
// Pickaxe aliases
|
|
2004
1984
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2005
1985
|
// PictureInPicture2 aliases
|
|
@@ -2010,10 +1990,10 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
2010
1990
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2011
1991
|
// PilcrowLeft aliases
|
|
2012
1992
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2013
|
-
// Pilcrow aliases
|
|
2014
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2015
1993
|
// PilcrowRight aliases
|
|
2016
1994
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1995
|
+
// Pilcrow aliases
|
|
1996
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2017
1997
|
// PillBottle aliases
|
|
2018
1998
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2019
1999
|
// Pill aliases
|
|
@@ -2022,18 +2002,18 @@ export { default as PillIcon } from '../icons/pill';
|
|
|
2022
2002
|
export { default as PinIcon } from '../icons/pin';
|
|
2023
2003
|
// PinOff aliases
|
|
2024
2004
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2025
|
-
// Pipette aliases
|
|
2026
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2027
2005
|
// Pizza aliases
|
|
2028
2006
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2007
|
+
// Pipette aliases
|
|
2008
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2029
2009
|
// PlaneLanding aliases
|
|
2030
2010
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2031
2011
|
// PlaneTakeoff aliases
|
|
2032
2012
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2033
|
-
// Plane aliases
|
|
2034
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
2035
2013
|
// Play aliases
|
|
2036
2014
|
export { default as PlayIcon } from '../icons/play';
|
|
2015
|
+
// Plane aliases
|
|
2016
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2037
2017
|
// Plug2 aliases
|
|
2038
2018
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2039
2019
|
// Plug aliases
|
|
@@ -2042,8 +2022,6 @@ export { default as PlugIcon } from '../icons/plug';
|
|
|
2042
2022
|
export { default as PlusIcon } from '../icons/plus';
|
|
2043
2023
|
// PocketKnife aliases
|
|
2044
2024
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2045
|
-
// Pocket aliases
|
|
2046
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
2047
2025
|
// Podcast aliases
|
|
2048
2026
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2049
2027
|
// Pointer aliases
|
|
@@ -2052,72 +2030,70 @@ export { default as PointerIcon } from '../icons/pointer';
|
|
|
2052
2030
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2053
2031
|
// Popcorn aliases
|
|
2054
2032
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2055
|
-
// PoundSterling aliases
|
|
2056
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2057
2033
|
// Popsicle aliases
|
|
2058
2034
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2059
|
-
// Power aliases
|
|
2060
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2061
2035
|
// PowerOff aliases
|
|
2062
2036
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2037
|
+
// PoundSterling aliases
|
|
2038
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2039
|
+
// Power aliases
|
|
2040
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2063
2041
|
// Presentation aliases
|
|
2064
2042
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2065
2043
|
// PrinterCheck aliases
|
|
2066
2044
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2067
|
-
// Projector aliases
|
|
2068
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2069
|
-
// Printer aliases
|
|
2070
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2071
2045
|
// PrinterX aliases
|
|
2072
2046
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2073
|
-
//
|
|
2074
|
-
export { default as
|
|
2047
|
+
// Printer aliases
|
|
2048
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2049
|
+
// Projector aliases
|
|
2050
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2075
2051
|
// Puzzle aliases
|
|
2076
2052
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2053
|
+
// Proportions aliases
|
|
2054
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2077
2055
|
// Pyramid aliases
|
|
2078
2056
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2079
2057
|
// QrCode aliases
|
|
2080
2058
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2081
|
-
// Rabbit aliases
|
|
2082
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2083
2059
|
// Quote aliases
|
|
2084
2060
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2085
2061
|
// Radar aliases
|
|
2086
2062
|
export { default as RadarIcon } from '../icons/radar';
|
|
2063
|
+
// Rabbit aliases
|
|
2064
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2065
|
+
// Radical aliases
|
|
2066
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2087
2067
|
// Radiation aliases
|
|
2088
2068
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2089
2069
|
// RadioReceiver aliases
|
|
2090
2070
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2091
|
-
// Radical aliases
|
|
2092
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2093
2071
|
// RadioTower aliases
|
|
2094
2072
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2095
|
-
// Radio aliases
|
|
2096
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2097
|
-
// RailSymbol aliases
|
|
2098
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2099
|
-
// Radius aliases
|
|
2100
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2101
2073
|
// Rainbow aliases
|
|
2102
2074
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2075
|
+
// Radius aliases
|
|
2076
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2077
|
+
// Radio aliases
|
|
2078
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2103
2079
|
// Rat aliases
|
|
2104
2080
|
export { default as RatIcon } from '../icons/rat';
|
|
2081
|
+
// ReceiptCent aliases
|
|
2082
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2105
2083
|
// Ratio aliases
|
|
2106
2084
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2107
2085
|
// ReceiptEuro aliases
|
|
2108
2086
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2109
|
-
// ReceiptCent aliases
|
|
2110
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2111
2087
|
// ReceiptIndianRupee aliases
|
|
2112
2088
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2113
|
-
// ReceiptJapaneseYen aliases
|
|
2114
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2115
2089
|
// ReceiptPoundSterling aliases
|
|
2116
2090
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2117
|
-
//
|
|
2118
|
-
export { default as
|
|
2091
|
+
// ReceiptJapaneseYen aliases
|
|
2092
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2119
2093
|
// ReceiptSwissFranc aliases
|
|
2120
2094
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2095
|
+
// ReceiptRussianRuble aliases
|
|
2096
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2121
2097
|
// ReceiptText aliases
|
|
2122
2098
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2123
2099
|
// ReceiptTurkishLira aliases
|
|
@@ -2126,16 +2102,16 @@ export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira
|
|
|
2126
2102
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2127
2103
|
// RectangleCircle aliases
|
|
2128
2104
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2129
|
-
// RectangleGoggles aliases
|
|
2130
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2131
2105
|
// RectangleHorizontal aliases
|
|
2132
2106
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2107
|
+
// RectangleGoggles aliases
|
|
2108
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2133
2109
|
// RectangleVertical aliases
|
|
2134
2110
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2135
|
-
// Redo2 aliases
|
|
2136
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2137
2111
|
// Recycle aliases
|
|
2138
2112
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2113
|
+
// Redo2 aliases
|
|
2114
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2139
2115
|
// Redo aliases
|
|
2140
2116
|
export { default as RedoIcon } from '../icons/redo';
|
|
2141
2117
|
// RedoDot aliases
|
|
@@ -2144,46 +2120,48 @@ export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
|
2144
2120
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2145
2121
|
// RefreshCcw aliases
|
|
2146
2122
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2123
|
+
// RefreshCwOff aliases
|
|
2124
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2147
2125
|
// RefreshCw aliases
|
|
2148
2126
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2149
2127
|
// Refrigerator aliases
|
|
2150
2128
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2151
|
-
// RefreshCwOff aliases
|
|
2152
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2153
|
-
// RemoveFormatting aliases
|
|
2154
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2155
2129
|
// Regex aliases
|
|
2156
2130
|
export { default as RegexIcon } from '../icons/regex';
|
|
2131
|
+
// RemoveFormatting aliases
|
|
2132
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2157
2133
|
// Repeat1 aliases
|
|
2158
2134
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2159
2135
|
// Repeat2 aliases
|
|
2160
2136
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2161
|
-
// ReplaceAll aliases
|
|
2162
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2163
2137
|
// Repeat aliases
|
|
2164
2138
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2139
|
+
// ReplaceAll aliases
|
|
2140
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2167
2141
|
// Replace aliases
|
|
2168
2142
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2143
|
+
// ReplyAll aliases
|
|
2144
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2169
2145
|
// Reply aliases
|
|
2170
2146
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2171
|
-
// Rocket aliases
|
|
2172
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2173
2147
|
// Rewind aliases
|
|
2174
2148
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2175
2149
|
// Ribbon aliases
|
|
2176
2150
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2177
|
-
//
|
|
2178
|
-
export { default as
|
|
2151
|
+
// Road aliases
|
|
2152
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2153
|
+
// Rocket aliases
|
|
2154
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2179
2155
|
// RockingChair aliases
|
|
2180
2156
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2181
2157
|
// Rose aliases
|
|
2182
2158
|
export { default as RoseIcon } from '../icons/rose';
|
|
2183
|
-
//
|
|
2184
|
-
export { default as
|
|
2159
|
+
// RollerCoaster aliases
|
|
2160
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2185
2161
|
// RotateCcwKey aliases
|
|
2186
2162
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2163
|
+
// RotateCcw aliases
|
|
2164
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2187
2165
|
// RotateCcwSquare aliases
|
|
2188
2166
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2189
2167
|
// RotateCwSquare aliases
|
|
@@ -2192,18 +2170,18 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2192
2170
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2193
2171
|
// RouteOff aliases
|
|
2194
2172
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2195
|
-
// Router aliases
|
|
2196
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2197
2173
|
// Route aliases
|
|
2198
2174
|
export { default as RouteIcon } from '../icons/route';
|
|
2175
|
+
// Router aliases
|
|
2176
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2199
2177
|
// Rows4 aliases
|
|
2200
2178
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2201
2179
|
// Rss aliases
|
|
2202
2180
|
export { default as RssIcon } from '../icons/rss';
|
|
2203
|
-
// Ruler aliases
|
|
2204
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2205
2181
|
// RulerDimensionLine aliases
|
|
2206
2182
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2183
|
+
// Ruler aliases
|
|
2184
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2207
2185
|
// RussianRuble aliases
|
|
2208
2186
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2209
2187
|
// Sailboat aliases
|
|
@@ -2214,32 +2192,32 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2214
2192
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2215
2193
|
// SatelliteDish aliases
|
|
2216
2194
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2217
|
-
// Satellite aliases
|
|
2218
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2219
2195
|
// SaudiRiyal aliases
|
|
2220
2196
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2197
|
+
// SaveAll aliases
|
|
2198
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2199
|
+
// Satellite aliases
|
|
2200
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2221
2201
|
// SaveOff aliases
|
|
2222
2202
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2223
2203
|
// Save aliases
|
|
2224
2204
|
export { default as SaveIcon } from '../icons/save';
|
|
2225
|
-
// SaveAll aliases
|
|
2226
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2227
|
-
// Scale aliases
|
|
2228
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2229
2205
|
// Scaling aliases
|
|
2230
2206
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2231
2207
|
// ScanBarcode aliases
|
|
2232
2208
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2233
|
-
//
|
|
2234
|
-
export { default as
|
|
2209
|
+
// Scale aliases
|
|
2210
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2235
2211
|
// ScanEye aliases
|
|
2236
2212
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2213
|
+
// ScanFace aliases
|
|
2214
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2237
2215
|
// ScanHeart aliases
|
|
2238
2216
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2239
|
-
// ScanQrCode aliases
|
|
2240
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2241
2217
|
// ScanLine aliases
|
|
2242
2218
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2219
|
+
// ScanQrCode aliases
|
|
2220
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2243
2221
|
// ScanSearch aliases
|
|
2244
2222
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2245
2223
|
// ScanText aliases
|
|
@@ -2250,68 +2228,68 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2250
2228
|
export { default as SchoolIcon } from '../icons/school';
|
|
2251
2229
|
// ScissorsLineDashed aliases
|
|
2252
2230
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2231
|
+
// Scissors aliases
|
|
2232
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2253
2233
|
// Scooter aliases
|
|
2254
2234
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2255
2235
|
// ScreenShareOff aliases
|
|
2256
2236
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2257
2237
|
// ScreenShare aliases
|
|
2258
2238
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2259
|
-
// Scissors aliases
|
|
2260
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2261
|
-
// Scroll aliases
|
|
2262
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2263
2239
|
// ScrollText aliases
|
|
2264
2240
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2241
|
+
// Scroll aliases
|
|
2242
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2267
2243
|
// SearchAlert aliases
|
|
2268
2244
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2245
|
+
// SearchCheck aliases
|
|
2246
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2271
2247
|
// SearchCode aliases
|
|
2272
2248
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2249
|
+
// SearchSlash aliases
|
|
2250
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2273
2251
|
// SearchX aliases
|
|
2274
2252
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2275
2253
|
// Search aliases
|
|
2276
2254
|
export { default as SearchIcon } from '../icons/search';
|
|
2277
2255
|
// Section aliases
|
|
2278
2256
|
export { default as SectionIcon } from '../icons/section';
|
|
2279
|
-
// SeparatorHorizontal aliases
|
|
2280
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2281
2257
|
// SendToBack aliases
|
|
2282
2258
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2283
|
-
//
|
|
2284
|
-
export { default as
|
|
2259
|
+
// SeparatorHorizontal aliases
|
|
2260
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2285
2261
|
// Send aliases
|
|
2286
2262
|
export { default as SendIcon } from '../icons/send';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2263
|
+
// SeparatorVertical aliases
|
|
2264
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2289
2265
|
// ServerCog aliases
|
|
2290
2266
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2267
|
+
// ServerCrash aliases
|
|
2268
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2291
2269
|
// ServerOff aliases
|
|
2292
2270
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2293
2271
|
// Server aliases
|
|
2294
2272
|
export { default as ServerIcon } from '../icons/server';
|
|
2295
2273
|
// Settings2 aliases
|
|
2296
2274
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2297
|
-
// Shapes aliases
|
|
2298
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2299
2275
|
// Settings aliases
|
|
2300
2276
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2301
|
-
//
|
|
2302
|
-
export { default as
|
|
2277
|
+
// Shapes aliases
|
|
2278
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2303
2279
|
// Share2 aliases
|
|
2304
2280
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2281
|
+
// Share aliases
|
|
2282
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2305
2283
|
// Sheet aliases
|
|
2306
2284
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2307
2285
|
// Shell aliases
|
|
2308
2286
|
export { default as ShellIcon } from '../icons/shell';
|
|
2309
|
-
// ShieldBan aliases
|
|
2310
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2311
|
-
// ShieldAlert aliases
|
|
2312
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2313
2287
|
// ShelvingUnit aliases
|
|
2314
2288
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2289
|
+
// ShieldAlert aliases
|
|
2290
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2291
|
+
// ShieldBan aliases
|
|
2292
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2315
2293
|
// ShieldCheck aliases
|
|
2316
2294
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2317
2295
|
// ShieldEllipsis aliases
|
|
@@ -2320,20 +2298,20 @@ export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
|
2320
2298
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2321
2299
|
// ShieldMinus aliases
|
|
2322
2300
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2323
|
-
// ShieldOff aliases
|
|
2324
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2325
2301
|
// ShieldPlus aliases
|
|
2326
2302
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2327
|
-
//
|
|
2328
|
-
export { default as
|
|
2303
|
+
// ShieldOff aliases
|
|
2304
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2329
2305
|
// ShieldUser aliases
|
|
2330
2306
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2307
|
+
// Shield aliases
|
|
2308
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2331
2309
|
// ShipWheel aliases
|
|
2332
2310
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2333
|
-
// Ship aliases
|
|
2334
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2335
2311
|
// Shirt aliases
|
|
2336
2312
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2313
|
+
// Ship aliases
|
|
2314
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2337
2315
|
// ShoppingBag aliases
|
|
2338
2316
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2339
2317
|
// ShoppingCart aliases
|
|
@@ -2344,32 +2322,32 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2344
2322
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2345
2323
|
// ShowerHead aliases
|
|
2346
2324
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2325
|
+
// Shredder aliases
|
|
2326
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2347
2327
|
// Shrimp aliases
|
|
2348
2328
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2329
|
+
// Shrink aliases
|
|
2330
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2349
2331
|
// Shrub aliases
|
|
2350
2332
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2351
|
-
// Shredder aliases
|
|
2352
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2353
2333
|
// Shuffle aliases
|
|
2354
2334
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2355
|
-
// Shrink aliases
|
|
2356
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2357
|
-
// SignalHigh aliases
|
|
2358
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2359
2335
|
// Sigma aliases
|
|
2360
2336
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2361
|
-
//
|
|
2362
|
-
export { default as
|
|
2337
|
+
// SignalHigh aliases
|
|
2338
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2363
2339
|
// SignalLow aliases
|
|
2364
2340
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2341
|
+
// SignalMedium aliases
|
|
2342
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2365
2343
|
// SignalZero aliases
|
|
2366
2344
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2367
2345
|
// Signal aliases
|
|
2368
2346
|
export { default as SignalIcon } from '../icons/signal';
|
|
2369
|
-
// SignpostBig aliases
|
|
2370
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2371
2347
|
// Signature aliases
|
|
2372
2348
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2349
|
+
// SignpostBig aliases
|
|
2350
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2373
2351
|
// Signpost aliases
|
|
2374
2352
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2375
2353
|
// Siren aliases
|
|
@@ -2382,72 +2360,70 @@ export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
|
2382
2360
|
export { default as SkullIcon } from '../icons/skull';
|
|
2383
2361
|
// Slash aliases
|
|
2384
2362
|
export { default as SlashIcon } from '../icons/slash';
|
|
2385
|
-
// Slack aliases
|
|
2386
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2387
2363
|
// Slice aliases
|
|
2388
2364
|
export { default as SliceIcon } from '../icons/slice';
|
|
2389
2365
|
// SlidersHorizontal aliases
|
|
2390
2366
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2391
2367
|
// SmartphoneCharging aliases
|
|
2392
2368
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2393
|
-
// Smartphone aliases
|
|
2394
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2395
2369
|
// SmartphoneNfc aliases
|
|
2396
2370
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2397
|
-
//
|
|
2398
|
-
export { default as
|
|
2371
|
+
// Smartphone aliases
|
|
2372
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2399
2373
|
// SmilePlus aliases
|
|
2400
2374
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2375
|
+
// Smile aliases
|
|
2376
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2401
2377
|
// Snail aliases
|
|
2402
2378
|
export { default as SnailIcon } from '../icons/snail';
|
|
2403
|
-
// Snowflake aliases
|
|
2404
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2405
2379
|
// SoapDispenserDroplet aliases
|
|
2406
2380
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2381
|
+
// Snowflake aliases
|
|
2382
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2407
2383
|
// Sofa aliases
|
|
2408
2384
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2409
2385
|
// SolarPanel aliases
|
|
2410
2386
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2411
|
-
// Space aliases
|
|
2412
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2413
2387
|
// Soup aliases
|
|
2414
2388
|
export { default as SoupIcon } from '../icons/soup';
|
|
2415
2389
|
// Spade aliases
|
|
2416
2390
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2417
2391
|
// Sparkle aliases
|
|
2418
2392
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2393
|
+
// Space aliases
|
|
2394
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2419
2395
|
// Speaker aliases
|
|
2420
2396
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2421
2397
|
// Speech aliases
|
|
2422
2398
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2423
2399
|
// SpellCheck2 aliases
|
|
2424
2400
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2401
|
+
// SpellCheck aliases
|
|
2402
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2425
2403
|
// SplinePointer aliases
|
|
2426
2404
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2427
2405
|
// Spline aliases
|
|
2428
2406
|
export { default as SplineIcon } from '../icons/spline';
|
|
2429
|
-
// SpellCheck aliases
|
|
2430
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2431
2407
|
// Split aliases
|
|
2432
2408
|
export { default as SplitIcon } from '../icons/split';
|
|
2433
2409
|
// Spool aliases
|
|
2434
2410
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2435
|
-
// SprayCan aliases
|
|
2436
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2437
2411
|
// Spotlight aliases
|
|
2438
2412
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2413
|
+
// SprayCan aliases
|
|
2414
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2439
2415
|
// Sprout aliases
|
|
2440
2416
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2441
2417
|
// SquareArrowRightEnter aliases
|
|
2442
2418
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2443
2419
|
// SquareArrowRightExit aliases
|
|
2444
2420
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2445
|
-
// SquareDashedTopSolid aliases
|
|
2446
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2447
|
-
// SquareDashedBottomCode aliases
|
|
2448
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2449
2421
|
// SquareDashedBottom aliases
|
|
2450
2422
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2423
|
+
// SquareDashedBottomCode aliases
|
|
2424
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2425
|
+
// SquareDashedTopSolid aliases
|
|
2426
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2451
2427
|
// SquarePause aliases
|
|
2452
2428
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2453
2429
|
// SquareRadical aliases
|
|
@@ -2456,10 +2432,10 @@ export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
|
2456
2432
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2457
2433
|
// SquareSquare aliases
|
|
2458
2434
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2459
|
-
// SquareStack aliases
|
|
2460
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2461
2435
|
// SquareStar aliases
|
|
2462
2436
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2437
|
+
// SquareStack aliases
|
|
2438
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2463
2439
|
// SquareStop aliases
|
|
2464
2440
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2465
2441
|
// Square aliases
|
|
@@ -2472,30 +2448,30 @@ export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
|
2472
2448
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2473
2449
|
// SquaresSubtract aliases
|
|
2474
2450
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2475
|
-
// Squircle aliases
|
|
2476
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2477
2451
|
// SquircleDashed aliases
|
|
2478
2452
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2479
|
-
// Stamp aliases
|
|
2480
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2481
2453
|
// Squirrel aliases
|
|
2482
2454
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2455
|
+
// Squircle aliases
|
|
2456
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2457
|
+
// Stamp aliases
|
|
2458
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2483
2459
|
// StarHalf aliases
|
|
2484
2460
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2485
2461
|
// Star aliases
|
|
2486
2462
|
export { default as StarIcon } from '../icons/star';
|
|
2487
|
-
// StepBack aliases
|
|
2488
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2489
2463
|
// StarOff aliases
|
|
2490
2464
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2465
|
+
// StepBack aliases
|
|
2466
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2491
2467
|
// StepForward aliases
|
|
2492
2468
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2493
2469
|
// Stethoscope aliases
|
|
2494
2470
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2495
|
-
// Sticker aliases
|
|
2496
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2497
2471
|
// StickyNote aliases
|
|
2498
2472
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2473
|
+
// Sticker aliases
|
|
2474
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2499
2475
|
// Stone aliases
|
|
2500
2476
|
export { default as StoneIcon } from '../icons/stone';
|
|
2501
2477
|
// Store aliases
|
|
@@ -2514,26 +2490,26 @@ export { default as SunDimIcon } from '../icons/sun-dim';
|
|
|
2514
2490
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2515
2491
|
// SunMoon aliases
|
|
2516
2492
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2517
|
-
// Sun aliases
|
|
2518
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2519
2493
|
// SunSnow aliases
|
|
2520
2494
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2495
|
+
// Sun aliases
|
|
2496
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2521
2497
|
// Sunrise aliases
|
|
2522
2498
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2523
2499
|
// Sunset aliases
|
|
2524
2500
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2525
2501
|
// Superscript aliases
|
|
2526
2502
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2527
|
-
// SwissFranc aliases
|
|
2528
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2529
2503
|
// SwatchBook aliases
|
|
2530
2504
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2505
|
+
// SwissFranc aliases
|
|
2506
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2507
|
+
// Sword aliases
|
|
2508
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2531
2509
|
// SwitchCamera aliases
|
|
2532
2510
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2533
2511
|
// Swords aliases
|
|
2534
2512
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2535
|
-
// Sword aliases
|
|
2536
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2537
2513
|
// Syringe aliases
|
|
2538
2514
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2539
2515
|
// TableCellsMerge aliases
|
|
@@ -2544,12 +2520,12 @@ export { default as Table2Icon } from '../icons/table-2';
|
|
|
2544
2520
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2545
2521
|
// TableColumnsSplit aliases
|
|
2546
2522
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2523
|
+
// TableProperties aliases
|
|
2524
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2547
2525
|
// TableOfContents aliases
|
|
2548
2526
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2549
2527
|
// TableRowsSplit aliases
|
|
2550
2528
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2551
|
-
// TableProperties aliases
|
|
2552
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2553
2529
|
// Table aliases
|
|
2554
2530
|
export { default as TableIcon } from '../icons/table';
|
|
2555
2531
|
// TabletSmartphone aliases
|
|
@@ -2558,10 +2534,10 @@ export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
|
2558
2534
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2559
2535
|
// Tablets aliases
|
|
2560
2536
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2561
|
-
// Tags aliases
|
|
2562
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2563
2537
|
// Tag aliases
|
|
2564
2538
|
export { default as TagIcon } from '../icons/tag';
|
|
2539
|
+
// Tags aliases
|
|
2540
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2565
2541
|
// Tally1 aliases
|
|
2566
2542
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2567
2543
|
// Tally3 aliases
|
|
@@ -2570,40 +2546,40 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2570
2546
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2571
2547
|
// Tally4 aliases
|
|
2572
2548
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2573
|
-
// Tally5 aliases
|
|
2574
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2575
2549
|
// Tangent aliases
|
|
2576
2550
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2551
|
+
// Tally5 aliases
|
|
2552
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2577
2553
|
// Target aliases
|
|
2578
2554
|
export { default as TargetIcon } from '../icons/target';
|
|
2579
|
-
// TentTree aliases
|
|
2580
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2581
2555
|
// Telescope aliases
|
|
2582
2556
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2557
|
+
// TentTree aliases
|
|
2558
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2583
2559
|
// Tent aliases
|
|
2584
2560
|
export { default as TentIcon } from '../icons/tent';
|
|
2585
2561
|
// Terminal aliases
|
|
2586
2562
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2587
|
-
// TestTube aliases
|
|
2588
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2589
2563
|
// TestTubes aliases
|
|
2590
2564
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2565
|
+
// TestTube aliases
|
|
2566
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2591
2567
|
// TextCursorInput aliases
|
|
2592
2568
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2593
|
-
// TextCursor aliases
|
|
2594
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2595
2569
|
// TextQuote aliases
|
|
2596
2570
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2597
|
-
// Theater aliases
|
|
2598
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2599
2571
|
// TextSearch aliases
|
|
2600
2572
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2573
|
+
// TextCursor aliases
|
|
2574
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2575
|
+
// Theater aliases
|
|
2576
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2601
2577
|
// ThermometerSnowflake aliases
|
|
2602
2578
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2603
|
-
// Thermometer aliases
|
|
2604
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2605
2579
|
// ThermometerSun aliases
|
|
2606
2580
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2581
|
+
// Thermometer aliases
|
|
2582
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2607
2583
|
// ThumbsDown aliases
|
|
2608
2584
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2609
2585
|
// ThumbsUp aliases
|
|
@@ -2616,102 +2592,96 @@ export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
|
2616
2592
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2617
2593
|
// TicketPlus aliases
|
|
2618
2594
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2619
|
-
// TicketX aliases
|
|
2620
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2621
2595
|
// TicketSlash aliases
|
|
2622
2596
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2597
|
+
// TicketX aliases
|
|
2598
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2623
2599
|
// Ticket aliases
|
|
2624
2600
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2625
2601
|
// TicketsPlane aliases
|
|
2626
2602
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2603
|
+
// Tickets aliases
|
|
2604
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2627
2605
|
// TimerOff aliases
|
|
2628
2606
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2629
2607
|
// TimerReset aliases
|
|
2630
2608
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2631
|
-
//
|
|
2632
|
-
export { default as
|
|
2609
|
+
// ToggleLeft aliases
|
|
2610
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2633
2611
|
// Timer aliases
|
|
2634
2612
|
export { default as TimerIcon } from '../icons/timer';
|
|
2635
2613
|
// Toilet aliases
|
|
2636
2614
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2637
|
-
// ToggleLeft aliases
|
|
2638
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2639
|
-
// ToolCase aliases
|
|
2640
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2641
2615
|
// ToggleRight aliases
|
|
2642
2616
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2617
|
+
// ToolCase aliases
|
|
2618
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2643
2619
|
// Toolbox aliases
|
|
2644
2620
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2645
2621
|
// Tornado aliases
|
|
2646
2622
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2647
|
-
// Torus aliases
|
|
2648
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2649
2623
|
// TouchpadOff aliases
|
|
2650
2624
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2625
|
+
// Torus aliases
|
|
2626
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2651
2627
|
// Touchpad aliases
|
|
2652
2628
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2653
2629
|
// TowelRack aliases
|
|
2654
2630
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2655
|
-
// ToyBrick aliases
|
|
2656
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2657
2631
|
// TowerControl aliases
|
|
2658
2632
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2633
|
+
// ToyBrick aliases
|
|
2634
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2659
2635
|
// Tractor aliases
|
|
2660
2636
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2661
|
-
// TrafficCone aliases
|
|
2662
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2663
2637
|
// TrainFrontTunnel aliases
|
|
2664
2638
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2639
|
+
// TrafficCone aliases
|
|
2640
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2665
2641
|
// TrainFront aliases
|
|
2666
2642
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2643
|
+
// TrainTrack aliases
|
|
2644
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2667
2645
|
// Transgender aliases
|
|
2668
2646
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2669
2647
|
// Trash2 aliases
|
|
2670
2648
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2671
|
-
// TrainTrack aliases
|
|
2672
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2673
|
-
// Trash aliases
|
|
2674
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2675
2649
|
// TreeDeciduous aliases
|
|
2676
2650
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2651
|
+
// Trash aliases
|
|
2652
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2677
2653
|
// Trees aliases
|
|
2678
2654
|
export { default as TreesIcon } from '../icons/trees';
|
|
2679
2655
|
// TreePine aliases
|
|
2680
2656
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2681
|
-
// Trello aliases
|
|
2682
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2683
2657
|
// TrendingDown aliases
|
|
2684
2658
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2685
|
-
// TrendingUpDown aliases
|
|
2686
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2687
2659
|
// TrendingUp aliases
|
|
2688
2660
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2661
|
+
// TrendingUpDown aliases
|
|
2662
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2689
2663
|
// TriangleRight aliases
|
|
2690
2664
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2691
|
-
// Triangle aliases
|
|
2692
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2693
2665
|
// TriangleDashed aliases
|
|
2694
2666
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2667
|
+
// Triangle aliases
|
|
2668
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2695
2669
|
// Trophy aliases
|
|
2696
2670
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2697
|
-
// Truck aliases
|
|
2698
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2699
2671
|
// TruckElectric aliases
|
|
2700
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2701
|
-
//
|
|
2702
|
-
export { default as
|
|
2672
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2673
|
+
// Truck aliases
|
|
2674
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2703
2675
|
// Turntable aliases
|
|
2704
2676
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2705
|
-
//
|
|
2706
|
-
export { default as
|
|
2677
|
+
// TurkishLira aliases
|
|
2678
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2707
2679
|
// TvMinimalPlay aliases
|
|
2708
2680
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2681
|
+
// Turtle aliases
|
|
2682
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2709
2683
|
// Tv aliases
|
|
2710
2684
|
export { default as TvIcon } from '../icons/tv';
|
|
2711
|
-
// Twitch aliases
|
|
2712
|
-
export { default as TwitchIcon } from '../icons/twitch';
|
|
2713
|
-
// Twitter aliases
|
|
2714
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2715
2685
|
// TypeOutline aliases
|
|
2716
2686
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2717
2687
|
// Type aliases
|
|
@@ -2722,22 +2692,22 @@ export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
|
2722
2692
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2723
2693
|
// Underline aliases
|
|
2724
2694
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2725
|
-
// Undo2 aliases
|
|
2726
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2727
2695
|
// UndoDot aliases
|
|
2728
2696
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2697
|
+
// Undo2 aliases
|
|
2698
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2699
|
+
// Undo aliases
|
|
2700
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2729
2701
|
// UnfoldHorizontal aliases
|
|
2730
2702
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2731
2703
|
// UnfoldVertical aliases
|
|
2732
2704
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2733
|
-
// Undo aliases
|
|
2734
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2735
2705
|
// Ungroup aliases
|
|
2736
2706
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2737
|
-
// Unlink aliases
|
|
2738
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2739
2707
|
// Unlink2 aliases
|
|
2740
2708
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2709
|
+
// Unlink aliases
|
|
2710
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2741
2711
|
// Unplug aliases
|
|
2742
2712
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2743
2713
|
// Upload aliases
|
|
@@ -2758,40 +2728,40 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2758
2728
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2759
2729
|
// UserPlus aliases
|
|
2760
2730
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2761
|
-
// UserRoundPen aliases
|
|
2762
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2763
2731
|
// UserRoundKey aliases
|
|
2764
2732
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2733
|
+
// UserRoundPen aliases
|
|
2734
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2765
2735
|
// UserRoundSearch aliases
|
|
2766
2736
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2767
2737
|
// UserSearch aliases
|
|
2768
2738
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2769
|
-
// User aliases
|
|
2770
|
-
export { default as UserIcon } from '../icons/user';
|
|
2771
2739
|
// UserStar aliases
|
|
2772
2740
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2741
|
+
// UserX aliases
|
|
2742
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2743
|
+
// User aliases
|
|
2744
|
+
export { default as UserIcon } from '../icons/user';
|
|
2745
|
+
// UtilityPole aliases
|
|
2746
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2773
2747
|
// Users aliases
|
|
2774
2748
|
export { default as UsersIcon } from '../icons/users';
|
|
2775
2749
|
// Van aliases
|
|
2776
2750
|
export { default as VanIcon } from '../icons/van';
|
|
2777
|
-
// UserX aliases
|
|
2778
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2779
2751
|
// Variable aliases
|
|
2780
2752
|
export { default as VariableIcon } from '../icons/variable';
|
|
2781
|
-
// UtilityPole aliases
|
|
2782
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2783
2753
|
// Vault aliases
|
|
2784
2754
|
export { default as VaultIcon } from '../icons/vault';
|
|
2785
2755
|
// VectorSquare aliases
|
|
2786
2756
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2787
2757
|
// Vegan aliases
|
|
2788
2758
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2789
|
-
// VenusAndMars aliases
|
|
2790
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2791
2759
|
// VenetianMask aliases
|
|
2792
2760
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2793
2761
|
// Venus aliases
|
|
2794
2762
|
export { default as VenusIcon } from '../icons/venus';
|
|
2763
|
+
// VenusAndMars aliases
|
|
2764
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2795
2765
|
// VibrateOff aliases
|
|
2796
2766
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2797
2767
|
// Vibrate aliases
|
|
@@ -2800,26 +2770,26 @@ export { default as VibrateIcon } from '../icons/vibrate';
|
|
|
2800
2770
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2801
2771
|
// Video aliases
|
|
2802
2772
|
export { default as VideoIcon } from '../icons/video';
|
|
2803
|
-
// View aliases
|
|
2804
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2805
2773
|
// Videotape aliases
|
|
2806
2774
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2807
2775
|
// Voicemail aliases
|
|
2808
2776
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2777
|
+
// Volume1 aliases
|
|
2778
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2779
|
+
// View aliases
|
|
2780
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2809
2781
|
// Volleyball aliases
|
|
2810
2782
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2783
|
+
// VolumeX aliases
|
|
2784
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2811
2785
|
// Volume2 aliases
|
|
2812
2786
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2813
|
-
//
|
|
2814
|
-
export { default as
|
|
2787
|
+
// Volume aliases
|
|
2788
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2815
2789
|
// VolumeOff aliases
|
|
2816
2790
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2817
|
-
// VolumeX aliases
|
|
2818
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2819
2791
|
// Vote aliases
|
|
2820
2792
|
export { default as VoteIcon } from '../icons/vote';
|
|
2821
|
-
// Volume aliases
|
|
2822
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2823
2793
|
// Wallet aliases
|
|
2824
2794
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2825
2795
|
// WalletCards aliases
|
|
@@ -2828,20 +2798,20 @@ export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
|
2828
2798
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2829
2799
|
// Wand aliases
|
|
2830
2800
|
export { default as WandIcon } from '../icons/wand';
|
|
2801
|
+
// Watch aliases
|
|
2802
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2831
2803
|
// Warehouse aliases
|
|
2832
2804
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2833
2805
|
// WashingMachine aliases
|
|
2834
2806
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2835
|
-
// Watch aliases
|
|
2836
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2837
2807
|
// WavesArrowDown aliases
|
|
2838
2808
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2839
2809
|
// WavesLadder aliases
|
|
2840
2810
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2841
|
-
// WavesArrowUp aliases
|
|
2842
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2843
2811
|
// Waves aliases
|
|
2844
2812
|
export { default as WavesIcon } from '../icons/waves';
|
|
2813
|
+
// WavesArrowUp aliases
|
|
2814
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2845
2815
|
// Waypoints aliases
|
|
2846
2816
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2847
2817
|
// Webcam aliases
|
|
@@ -2858,54 +2828,52 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2858
2828
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2859
2829
|
// Wheat aliases
|
|
2860
2830
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2831
|
+
// WholeWord aliases
|
|
2832
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2861
2833
|
// WifiCog aliases
|
|
2862
2834
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2863
|
-
// WifiLow aliases
|
|
2864
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2865
2835
|
// WifiHigh aliases
|
|
2866
2836
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2867
|
-
//
|
|
2868
|
-
export { default as
|
|
2837
|
+
// WifiLow aliases
|
|
2838
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2869
2839
|
// WifiOff aliases
|
|
2870
2840
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2871
2841
|
// WifiPen aliases
|
|
2872
2842
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2873
2843
|
// WifiSync aliases
|
|
2874
2844
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2875
|
-
// Wifi aliases
|
|
2876
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2877
2845
|
// WifiZero aliases
|
|
2878
2846
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2847
|
+
// Wifi aliases
|
|
2848
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2879
2849
|
// WindArrowDown aliases
|
|
2880
2850
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2881
|
-
// WineOff aliases
|
|
2882
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2883
2851
|
// Wind aliases
|
|
2884
2852
|
export { default as WindIcon } from '../icons/wind';
|
|
2885
|
-
//
|
|
2886
|
-
export { default as
|
|
2853
|
+
// WineOff aliases
|
|
2854
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2887
2855
|
// Workflow aliases
|
|
2888
2856
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2889
|
-
// Wrench aliases
|
|
2890
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2891
2857
|
// Worm aliases
|
|
2892
2858
|
export { default as WormIcon } from '../icons/worm';
|
|
2859
|
+
// Wine aliases
|
|
2860
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2861
|
+
// Wrench aliases
|
|
2862
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2893
2863
|
// XLineTop aliases
|
|
2894
2864
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2895
2865
|
// X aliases
|
|
2896
2866
|
export { default as XIcon } from '../icons/x';
|
|
2897
|
-
// Youtube aliases
|
|
2898
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2899
|
-
// ZapOff aliases
|
|
2900
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2901
2867
|
// Zap aliases
|
|
2902
2868
|
export { default as ZapIcon } from '../icons/zap';
|
|
2869
|
+
// ZapOff aliases
|
|
2870
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2903
2871
|
// ZodiacAquarius aliases
|
|
2904
2872
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2905
|
-
// ZodiacCancer aliases
|
|
2906
|
-
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2907
2873
|
// ZodiacAries aliases
|
|
2908
2874
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2875
|
+
// ZodiacCancer aliases
|
|
2876
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2909
2877
|
// ZodiacCapricorn aliases
|
|
2910
2878
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2911
2879
|
// ZodiacGemini aliases
|
|
@@ -2918,10 +2886,10 @@ export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
|
2918
2886
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2919
2887
|
// ZodiacPisces aliases
|
|
2920
2888
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2921
|
-
// ZodiacSagittarius aliases
|
|
2922
|
-
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2923
2889
|
// ZodiacScorpio aliases
|
|
2924
2890
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2891
|
+
// ZodiacSagittarius aliases
|
|
2892
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2925
2893
|
// ZodiacTaurus aliases
|
|
2926
2894
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2927
2895
|
// ZodiacVirgo aliases
|
|
@@ -2992,30 +2960,36 @@ export {
|
|
|
2992
2960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2993
2961
|
default as ArrowUpZaIcon
|
|
2994
2962
|
} from '../icons/arrow-up-z-a';
|
|
2995
|
-
// BadgeCheck aliases
|
|
2996
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2997
|
-
export {
|
|
2998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2999
|
-
default as VerifiedIcon
|
|
3000
|
-
} from '../icons/badge-check';
|
|
3001
2963
|
// Axis3d aliases
|
|
3002
2964
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3003
2965
|
export {
|
|
3004
2966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
3005
2967
|
default as Axis3DIcon
|
|
3006
2968
|
} from '../icons/axis-3d';
|
|
3007
|
-
//
|
|
3008
|
-
export { default as
|
|
2969
|
+
// BadgeCheck aliases
|
|
2970
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3009
2971
|
export {
|
|
3010
|
-
/** @deprecated
|
|
3011
|
-
default as
|
|
3012
|
-
} from '../icons/
|
|
2972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2973
|
+
default as VerifiedIcon
|
|
2974
|
+
} from '../icons/badge-check';
|
|
3013
2975
|
// BadgeQuestionMark aliases
|
|
3014
2976
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3015
2977
|
export {
|
|
3016
2978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3017
2979
|
default as BadgeHelpIcon
|
|
3018
2980
|
} from '../icons/badge-question-mark';
|
|
2981
|
+
// BetweenHorizontalStart aliases
|
|
2982
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as BetweenHorizonalStartIcon
|
|
2986
|
+
} from '../icons/between-horizontal-start';
|
|
2987
|
+
// BetweenHorizontalEnd aliases
|
|
2988
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2989
|
+
export {
|
|
2990
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2991
|
+
default as BetweenHorizonalEndIcon
|
|
2992
|
+
} from '../icons/between-horizontal-end';
|
|
3019
2993
|
// BookDashed aliases
|
|
3020
2994
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3021
2995
|
export {
|
|
@@ -3028,24 +3002,18 @@ export {
|
|
|
3028
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3029
3003
|
default as CurlyBracesIcon
|
|
3030
3004
|
} from '../icons/braces';
|
|
3031
|
-
//
|
|
3032
|
-
export { default as
|
|
3005
|
+
// Captions aliases
|
|
3006
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3033
3007
|
export {
|
|
3034
|
-
/** @deprecated
|
|
3035
|
-
default as
|
|
3036
|
-
} from '../icons/
|
|
3008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3009
|
+
default as SubtitlesIcon
|
|
3010
|
+
} from '../icons/captions';
|
|
3037
3011
|
// ChartArea aliases
|
|
3038
3012
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3039
3013
|
export {
|
|
3040
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3041
3015
|
default as AreaChartIcon
|
|
3042
3016
|
} from '../icons/chart-area';
|
|
3043
|
-
// Captions aliases
|
|
3044
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3045
|
-
export {
|
|
3046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3047
|
-
default as SubtitlesIcon
|
|
3048
|
-
} from '../icons/captions';
|
|
3049
3017
|
// ChartBarBig aliases
|
|
3050
3018
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3051
3019
|
export {
|
|
@@ -3058,6 +3026,18 @@ export {
|
|
|
3058
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3059
3027
|
default as BarChartHorizontalIcon
|
|
3060
3028
|
} from '../icons/chart-bar';
|
|
3029
|
+
// ChartCandlestick aliases
|
|
3030
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3031
|
+
export {
|
|
3032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3033
|
+
default as CandlestickChartIcon
|
|
3034
|
+
} from '../icons/chart-candlestick';
|
|
3035
|
+
// ChartColumn aliases
|
|
3036
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3037
|
+
export {
|
|
3038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3039
|
+
default as BarChart3Icon
|
|
3040
|
+
} from '../icons/chart-column';
|
|
3061
3041
|
// ChartColumnBig aliases
|
|
3062
3042
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3063
3043
|
export {
|
|
@@ -3070,36 +3050,24 @@ export {
|
|
|
3070
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3071
3051
|
default as BarChart4Icon
|
|
3072
3052
|
} from '../icons/chart-column-increasing';
|
|
3073
|
-
// ChartCandlestick aliases
|
|
3074
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3075
|
-
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3077
|
-
default as CandlestickChartIcon
|
|
3078
|
-
} from '../icons/chart-candlestick';
|
|
3079
3053
|
// ChartLine aliases
|
|
3080
3054
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3081
3055
|
export {
|
|
3082
3056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3083
3057
|
default as LineChartIcon
|
|
3084
3058
|
} from '../icons/chart-line';
|
|
3085
|
-
//
|
|
3086
|
-
export { default as
|
|
3059
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3060
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3087
3061
|
export {
|
|
3088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3089
|
-
default as
|
|
3090
|
-
} from '../icons/chart-column';
|
|
3062
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3063
|
+
default as BarChartIcon
|
|
3064
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3091
3065
|
// ChartNoAxesColumn aliases
|
|
3092
3066
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3093
3067
|
export {
|
|
3094
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3095
3069
|
default as BarChart2Icon
|
|
3096
3070
|
} from '../icons/chart-no-axes-column';
|
|
3097
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3098
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3099
|
-
export {
|
|
3100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3101
|
-
default as BarChartIcon
|
|
3102
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3103
3071
|
// ChartNoAxesGantt aliases
|
|
3104
3072
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3105
3073
|
export {
|
|
@@ -3118,24 +3086,18 @@ export {
|
|
|
3118
3086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3119
3087
|
default as ScatterChartIcon
|
|
3120
3088
|
} from '../icons/chart-scatter';
|
|
3121
|
-
//
|
|
3122
|
-
export { default as
|
|
3089
|
+
// CircleAlert aliases
|
|
3090
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3123
3091
|
export {
|
|
3124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3125
|
-
default as
|
|
3126
|
-
} from '../icons/
|
|
3092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3093
|
+
default as AlertCircleIcon
|
|
3094
|
+
} from '../icons/circle-alert';
|
|
3127
3095
|
// CircleArrowDown aliases
|
|
3128
3096
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3129
3097
|
export {
|
|
3130
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3131
3099
|
default as ArrowDownCircleIcon
|
|
3132
3100
|
} from '../icons/circle-arrow-down';
|
|
3133
|
-
// CircleAlert aliases
|
|
3134
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3135
|
-
export {
|
|
3136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3137
|
-
default as AlertCircleIcon
|
|
3138
|
-
} from '../icons/circle-alert';
|
|
3139
3101
|
// CircleArrowLeft aliases
|
|
3140
3102
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3141
3103
|
export {
|
|
@@ -3148,54 +3110,54 @@ export {
|
|
|
3148
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3149
3111
|
default as ArrowDownLeftFromCircleIcon
|
|
3150
3112
|
} from '../icons/circle-arrow-out-down-left';
|
|
3151
|
-
// CircleArrowOutDownRight aliases
|
|
3152
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3153
|
-
export {
|
|
3154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3155
|
-
default as ArrowDownRightFromCircleIcon
|
|
3156
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3157
3113
|
// CircleArrowOutUpLeft aliases
|
|
3158
3114
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3159
3115
|
export {
|
|
3160
3116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3161
3117
|
default as ArrowUpLeftFromCircleIcon
|
|
3162
3118
|
} from '../icons/circle-arrow-out-up-left';
|
|
3163
|
-
//
|
|
3164
|
-
export { default as
|
|
3165
|
-
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3167
|
-
default as ArrowRightCircleIcon
|
|
3168
|
-
} from '../icons/circle-arrow-right';
|
|
3169
|
-
// CircleArrowUp aliases
|
|
3170
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3119
|
+
// CircleArrowOutDownRight aliases
|
|
3120
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3171
3121
|
export {
|
|
3172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3173
|
-
default as
|
|
3174
|
-
} from '../icons/circle-arrow-
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3123
|
+
default as ArrowDownRightFromCircleIcon
|
|
3124
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3175
3125
|
// CircleArrowOutUpRight aliases
|
|
3176
3126
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3177
3127
|
export {
|
|
3178
3128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3179
3129
|
default as ArrowUpRightFromCircleIcon
|
|
3180
3130
|
} from '../icons/circle-arrow-out-up-right';
|
|
3131
|
+
// CircleArrowRight aliases
|
|
3132
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3133
|
+
export {
|
|
3134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3135
|
+
default as ArrowRightCircleIcon
|
|
3136
|
+
} from '../icons/circle-arrow-right';
|
|
3181
3137
|
// CircleCheckBig aliases
|
|
3182
3138
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3183
3139
|
export {
|
|
3184
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3185
3141
|
default as CheckCircleIcon
|
|
3186
3142
|
} from '../icons/circle-check-big';
|
|
3187
|
-
// CircleChevronDown aliases
|
|
3188
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3189
|
-
export {
|
|
3190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3191
|
-
default as ChevronDownCircleIcon
|
|
3192
|
-
} from '../icons/circle-chevron-down';
|
|
3193
3143
|
// CircleCheck aliases
|
|
3194
3144
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3195
3145
|
export {
|
|
3196
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3197
3147
|
default as CheckCircle2Icon
|
|
3198
3148
|
} from '../icons/circle-check';
|
|
3149
|
+
// CircleArrowUp aliases
|
|
3150
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3151
|
+
export {
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3153
|
+
default as ArrowUpCircleIcon
|
|
3154
|
+
} from '../icons/circle-arrow-up';
|
|
3155
|
+
// CircleChevronDown aliases
|
|
3156
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as ChevronDownCircleIcon
|
|
3160
|
+
} from '../icons/circle-chevron-down';
|
|
3199
3161
|
// CircleChevronLeft aliases
|
|
3200
3162
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3201
3163
|
export {
|
|
@@ -3256,18 +3218,18 @@ export {
|
|
|
3256
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3257
3219
|
default as PercentCircleIcon
|
|
3258
3220
|
} from '../icons/circle-percent';
|
|
3259
|
-
// CirclePlus aliases
|
|
3260
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3261
|
-
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3263
|
-
default as PlusCircleIcon
|
|
3264
|
-
} from '../icons/circle-plus';
|
|
3265
3221
|
// CirclePlay aliases
|
|
3266
3222
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3267
3223
|
export {
|
|
3268
3224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3269
3225
|
default as PlayCircleIcon
|
|
3270
3226
|
} from '../icons/circle-play';
|
|
3227
|
+
// CirclePlus aliases
|
|
3228
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3229
|
+
export {
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3231
|
+
default as PlusCircleIcon
|
|
3232
|
+
} from '../icons/circle-plus';
|
|
3271
3233
|
// CirclePower aliases
|
|
3272
3234
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3273
3235
|
export {
|
|
@@ -3284,6 +3246,12 @@ export {
|
|
|
3284
3246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3285
3247
|
default as CircleHelpIcon
|
|
3286
3248
|
} from '../icons/circle-question-mark';
|
|
3249
|
+
// CircleStop aliases
|
|
3250
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3251
|
+
export {
|
|
3252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3253
|
+
default as StopCircleIcon
|
|
3254
|
+
} from '../icons/circle-stop';
|
|
3287
3255
|
// CircleSlash2 aliases
|
|
3288
3256
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3289
3257
|
export {
|
|
@@ -3296,12 +3264,12 @@ export {
|
|
|
3296
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3297
3265
|
default as UserCircle2Icon
|
|
3298
3266
|
} from '../icons/circle-user-round';
|
|
3299
|
-
//
|
|
3300
|
-
export { default as
|
|
3267
|
+
// CircleUser aliases
|
|
3268
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3301
3269
|
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3303
|
-
default as
|
|
3304
|
-
} from '../icons/circle-
|
|
3270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3271
|
+
default as UserCircleIcon
|
|
3272
|
+
} from '../icons/circle-user';
|
|
3305
3273
|
// CircleX aliases
|
|
3306
3274
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3307
3275
|
export {
|
|
@@ -3314,42 +3282,30 @@ export {
|
|
|
3314
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3315
3283
|
default as ClipboardSignatureIcon
|
|
3316
3284
|
} from '../icons/clipboard-pen-line';
|
|
3317
|
-
// CircleUser aliases
|
|
3318
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3319
|
-
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3321
|
-
default as UserCircleIcon
|
|
3322
|
-
} from '../icons/circle-user';
|
|
3323
|
-
// ClipboardPen aliases
|
|
3324
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3327
|
-
default as ClipboardEditIcon
|
|
3328
|
-
} from '../icons/clipboard-pen';
|
|
3329
3285
|
// CloudDownload aliases
|
|
3330
3286
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3331
3287
|
export {
|
|
3332
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3333
3289
|
default as DownloadCloudIcon
|
|
3334
3290
|
} from '../icons/cloud-download';
|
|
3335
|
-
//
|
|
3336
|
-
export { default as
|
|
3291
|
+
// CloudUpload aliases
|
|
3292
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3337
3293
|
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3339
|
-
default as
|
|
3340
|
-
} from '../icons/
|
|
3294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3295
|
+
default as UploadCloudIcon
|
|
3296
|
+
} from '../icons/cloud-upload';
|
|
3297
|
+
// ClipboardPen aliases
|
|
3298
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3299
|
+
export {
|
|
3300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3301
|
+
default as ClipboardEditIcon
|
|
3302
|
+
} from '../icons/clipboard-pen';
|
|
3341
3303
|
// Columns2 aliases
|
|
3342
3304
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3343
3305
|
export {
|
|
3344
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3345
3307
|
default as ColumnsIcon
|
|
3346
3308
|
} from '../icons/columns-2';
|
|
3347
|
-
// CloudUpload aliases
|
|
3348
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3351
|
-
default as UploadCloudIcon
|
|
3352
|
-
} from '../icons/cloud-upload';
|
|
3353
3309
|
// Columns3Cog aliases
|
|
3354
3310
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3355
3311
|
export {
|
|
@@ -3360,6 +3316,12 @@ export {
|
|
|
3360
3316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3361
3317
|
default as TableConfigIcon
|
|
3362
3318
|
} from '../icons/columns-3-cog';
|
|
3319
|
+
// CodeXml aliases
|
|
3320
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3321
|
+
export {
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3323
|
+
default as Code2Icon
|
|
3324
|
+
} from '../icons/code-xml';
|
|
3363
3325
|
// Columns3 aliases
|
|
3364
3326
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3365
3327
|
export {
|
|
@@ -3378,18 +3340,18 @@ export {
|
|
|
3378
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3379
3341
|
default as PercentDiamondIcon
|
|
3380
3342
|
} from '../icons/diamond-percent';
|
|
3343
|
+
// Ellipsis aliases
|
|
3344
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as MoreHorizontalIcon
|
|
3348
|
+
} from '../icons/ellipsis';
|
|
3381
3349
|
// Earth aliases
|
|
3382
3350
|
export { default as EarthIcon } from '../icons/earth';
|
|
3383
3351
|
export {
|
|
3384
3352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3385
3353
|
default as Globe2Icon
|
|
3386
3354
|
} from '../icons/earth';
|
|
3387
|
-
// EllipsisVertical aliases
|
|
3388
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3389
|
-
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3391
|
-
default as MoreVerticalIcon
|
|
3392
|
-
} from '../icons/ellipsis-vertical';
|
|
3393
3355
|
// FileAxis3d aliases
|
|
3394
3356
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3395
3357
|
export {
|
|
@@ -3402,24 +3364,24 @@ export {
|
|
|
3402
3364
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3403
3365
|
default as FileBadge2Icon
|
|
3404
3366
|
} from '../icons/file-badge';
|
|
3405
|
-
//
|
|
3406
|
-
export { default as
|
|
3407
|
-
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3409
|
-
default as MoreHorizontalIcon
|
|
3410
|
-
} from '../icons/ellipsis';
|
|
3411
|
-
// FileBraces aliases
|
|
3412
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3367
|
+
// EllipsisVertical aliases
|
|
3368
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3413
3369
|
export {
|
|
3414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3415
|
-
default as
|
|
3416
|
-
} from '../icons/
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3371
|
+
default as MoreVerticalIcon
|
|
3372
|
+
} from '../icons/ellipsis-vertical';
|
|
3417
3373
|
// FileBracesCorner aliases
|
|
3418
3374
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3419
3375
|
export {
|
|
3420
3376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3421
3377
|
default as FileJson2Icon
|
|
3422
3378
|
} from '../icons/file-braces-corner';
|
|
3379
|
+
// FileBraces aliases
|
|
3380
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3381
|
+
export {
|
|
3382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3383
|
+
default as FileJsonIcon
|
|
3384
|
+
} from '../icons/file-braces';
|
|
3423
3385
|
// FileChartColumnIncreasing aliases
|
|
3424
3386
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3425
3387
|
export {
|
|
@@ -3438,30 +3400,40 @@ export {
|
|
|
3438
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3439
3401
|
default as FileLineChartIcon
|
|
3440
3402
|
} from '../icons/file-chart-line';
|
|
3441
|
-
//
|
|
3442
|
-
export { default as
|
|
3403
|
+
// FileChartPie aliases
|
|
3404
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3443
3405
|
export {
|
|
3444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3445
|
-
default as
|
|
3446
|
-
} from '../icons/file-
|
|
3406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3407
|
+
default as FilePieChartIcon
|
|
3408
|
+
} from '../icons/file-chart-pie';
|
|
3447
3409
|
// FileCodeCorner aliases
|
|
3448
3410
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3449
3411
|
export {
|
|
3450
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3451
3413
|
default as FileCode2Icon
|
|
3452
3414
|
} from '../icons/file-code-corner';
|
|
3453
|
-
//
|
|
3454
|
-
export { default as
|
|
3415
|
+
// FileCheckCorner aliases
|
|
3416
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3455
3417
|
export {
|
|
3456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3457
|
-
default as
|
|
3458
|
-
} from '../icons/file-
|
|
3418
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3419
|
+
default as FileCheck2Icon
|
|
3420
|
+
} from '../icons/file-check-corner';
|
|
3459
3421
|
// FileCog aliases
|
|
3460
3422
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3461
3423
|
export {
|
|
3462
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3463
3425
|
default as FileCog2Icon
|
|
3464
3426
|
} from '../icons/file-cog';
|
|
3427
|
+
// FileHeadphone aliases
|
|
3428
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3429
|
+
export {
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as FileAudioIcon
|
|
3432
|
+
} from '../icons/file-headphone';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3435
|
+
default as FileAudio2Icon
|
|
3436
|
+
} from '../icons/file-headphone';
|
|
3465
3437
|
// FileExclamationPoint aliases
|
|
3466
3438
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3467
3439
|
export {
|
|
@@ -3474,16 +3446,12 @@ export {
|
|
|
3474
3446
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3475
3447
|
default as FileKey2Icon
|
|
3476
3448
|
} from '../icons/file-key';
|
|
3477
|
-
//
|
|
3478
|
-
export { default as
|
|
3479
|
-
export {
|
|
3480
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3481
|
-
default as FileAudioIcon
|
|
3482
|
-
} from '../icons/file-headphone';
|
|
3449
|
+
// FileLock aliases
|
|
3450
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3483
3451
|
export {
|
|
3484
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link
|
|
3485
|
-
default as
|
|
3486
|
-
} from '../icons/file-
|
|
3452
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3453
|
+
default as FileLock2Icon
|
|
3454
|
+
} from '../icons/file-lock';
|
|
3487
3455
|
// FilePenLine aliases
|
|
3488
3456
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3489
3457
|
export {
|
|
@@ -3496,42 +3464,30 @@ export {
|
|
|
3496
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3497
3465
|
default as FileMinus2Icon
|
|
3498
3466
|
} from '../icons/file-minus-corner';
|
|
3499
|
-
// FileLock aliases
|
|
3500
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3501
|
-
export {
|
|
3502
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3503
|
-
default as FileLock2Icon
|
|
3504
|
-
} from '../icons/file-lock';
|
|
3505
3467
|
// FilePen aliases
|
|
3506
3468
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3507
3469
|
export {
|
|
3508
3470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3509
3471
|
default as FileEditIcon
|
|
3510
3472
|
} from '../icons/file-pen';
|
|
3511
|
-
// FilePlusCorner aliases
|
|
3512
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3513
|
-
export {
|
|
3514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3515
|
-
default as FilePlus2Icon
|
|
3516
|
-
} from '../icons/file-plus-corner';
|
|
3517
3473
|
// FilePlay aliases
|
|
3518
3474
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3519
3475
|
export {
|
|
3520
3476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3521
3477
|
default as FileVideoIcon
|
|
3522
3478
|
} from '../icons/file-play';
|
|
3479
|
+
// FilePlusCorner aliases
|
|
3480
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3481
|
+
export {
|
|
3482
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3483
|
+
default as FilePlus2Icon
|
|
3484
|
+
} from '../icons/file-plus-corner';
|
|
3523
3485
|
// FileQuestionMark aliases
|
|
3524
3486
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3525
3487
|
export {
|
|
3526
3488
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3527
3489
|
default as FileQuestionIcon
|
|
3528
3490
|
} from '../icons/file-question-mark';
|
|
3529
|
-
// FileSignal aliases
|
|
3530
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3531
|
-
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3533
|
-
default as FileVolume2Icon
|
|
3534
|
-
} from '../icons/file-signal';
|
|
3535
3491
|
// FileSearchCorner aliases
|
|
3536
3492
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3537
3493
|
export {
|
|
@@ -3544,6 +3500,12 @@ export {
|
|
|
3544
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3545
3501
|
default as FileType2Icon
|
|
3546
3502
|
} from '../icons/file-type-corner';
|
|
3503
|
+
// FileSignal aliases
|
|
3504
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3505
|
+
export {
|
|
3506
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3507
|
+
default as FileVolume2Icon
|
|
3508
|
+
} from '../icons/file-signal';
|
|
3547
3509
|
// FileVideoCamera aliases
|
|
3548
3510
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3549
3511
|
export {
|
|
@@ -3574,18 +3536,18 @@ export {
|
|
|
3574
3536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3575
3537
|
default as FolderEditIcon
|
|
3576
3538
|
} from '../icons/folder-pen';
|
|
3577
|
-
// Funnel aliases
|
|
3578
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3581
|
-
default as FilterIcon
|
|
3582
|
-
} from '../icons/funnel';
|
|
3583
3539
|
// FunnelX aliases
|
|
3584
3540
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3585
3541
|
export {
|
|
3586
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3587
3543
|
default as FilterXIcon
|
|
3588
3544
|
} from '../icons/funnel-x';
|
|
3545
|
+
// Funnel aliases
|
|
3546
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3547
|
+
export {
|
|
3548
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3549
|
+
default as FilterIcon
|
|
3550
|
+
} from '../icons/funnel';
|
|
3589
3551
|
// GitCommitHorizontal aliases
|
|
3590
3552
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3591
3553
|
export {
|
|
@@ -3604,18 +3566,18 @@ export {
|
|
|
3604
3566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3605
3567
|
default as Grid2X2PlusIcon
|
|
3606
3568
|
} from '../icons/grid-2x2-plus';
|
|
3607
|
-
// Grid2x2 aliases
|
|
3608
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3611
|
-
default as Grid2X2Icon
|
|
3612
|
-
} from '../icons/grid-2x2';
|
|
3613
3569
|
// Grid2x2X aliases
|
|
3614
3570
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3615
3571
|
export {
|
|
3616
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3617
3573
|
default as Grid2X2XIcon
|
|
3618
3574
|
} from '../icons/grid-2x2-x';
|
|
3575
|
+
// Grid2x2 aliases
|
|
3576
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3579
|
+
default as Grid2X2Icon
|
|
3580
|
+
} from '../icons/grid-2x2';
|
|
3619
3581
|
// Grid3x3 aliases
|
|
3620
3582
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3621
3583
|
export {
|
|
@@ -3626,18 +3588,18 @@ export {
|
|
|
3626
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3627
3589
|
default as Grid3X3Icon
|
|
3628
3590
|
} from '../icons/grid-3x3';
|
|
3629
|
-
// HandGrab aliases
|
|
3630
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3631
|
-
export {
|
|
3632
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3633
|
-
default as GrabIcon
|
|
3634
|
-
} from '../icons/hand-grab';
|
|
3635
3591
|
// HandHelping aliases
|
|
3636
3592
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3637
3593
|
export {
|
|
3638
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3639
3595
|
default as HelpingHandIcon
|
|
3640
3596
|
} from '../icons/hand-helping';
|
|
3597
|
+
// HandGrab aliases
|
|
3598
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3599
|
+
export {
|
|
3600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3601
|
+
default as GrabIcon
|
|
3602
|
+
} from '../icons/hand-grab';
|
|
3641
3603
|
// House aliases
|
|
3642
3604
|
export { default as HouseIcon } from '../icons/house';
|
|
3643
3605
|
export {
|
|
@@ -3688,18 +3650,18 @@ export {
|
|
|
3688
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3689
3651
|
default as IndentIncreaseIcon
|
|
3690
3652
|
} from '../icons/list-indent-increase';
|
|
3691
|
-
// LoaderCircle aliases
|
|
3692
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3695
|
-
default as Loader2Icon
|
|
3696
|
-
} from '../icons/loader-circle';
|
|
3697
3653
|
// LockKeyholeOpen aliases
|
|
3698
3654
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3699
3655
|
export {
|
|
3700
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3701
3657
|
default as UnlockKeyholeIcon
|
|
3702
3658
|
} from '../icons/lock-keyhole-open';
|
|
3659
|
+
// LoaderCircle aliases
|
|
3660
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3661
|
+
export {
|
|
3662
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3663
|
+
default as Loader2Icon
|
|
3664
|
+
} from '../icons/loader-circle';
|
|
3703
3665
|
// LockOpen aliases
|
|
3704
3666
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3705
3667
|
export {
|
|
@@ -3724,24 +3686,30 @@ export {
|
|
|
3724
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3725
3687
|
default as MessageCircleQuestionIcon
|
|
3726
3688
|
} from '../icons/message-circle-question-mark';
|
|
3727
|
-
// Move3d aliases
|
|
3728
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3729
|
-
export {
|
|
3730
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3731
|
-
default as Move3DIcon
|
|
3732
|
-
} from '../icons/move-3d';
|
|
3733
3689
|
// MicVocal aliases
|
|
3734
3690
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3735
3691
|
export {
|
|
3736
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3737
3693
|
default as Mic2Icon
|
|
3738
3694
|
} from '../icons/mic-vocal';
|
|
3695
|
+
// Move3d aliases
|
|
3696
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3697
|
+
export {
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3699
|
+
default as Move3DIcon
|
|
3700
|
+
} from '../icons/move-3d';
|
|
3739
3701
|
// OctagonAlert aliases
|
|
3740
3702
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3741
3703
|
export {
|
|
3742
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3743
3705
|
default as AlertOctagonIcon
|
|
3744
3706
|
} from '../icons/octagon-alert';
|
|
3707
|
+
// OctagonPause aliases
|
|
3708
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as PauseOctagonIcon
|
|
3712
|
+
} from '../icons/octagon-pause';
|
|
3745
3713
|
// OctagonX aliases
|
|
3746
3714
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3747
3715
|
export {
|
|
@@ -3754,24 +3722,12 @@ export {
|
|
|
3754
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3755
3723
|
default as Paintbrush2Icon
|
|
3756
3724
|
} from '../icons/paintbrush-vertical';
|
|
3757
|
-
// OctagonPause aliases
|
|
3758
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3759
|
-
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3761
|
-
default as PauseOctagonIcon
|
|
3762
|
-
} from '../icons/octagon-pause';
|
|
3763
3725
|
// PanelBottomDashed aliases
|
|
3764
3726
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3765
3727
|
export {
|
|
3766
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3767
3729
|
default as PanelBottomInactiveIcon
|
|
3768
3730
|
} from '../icons/panel-bottom-dashed';
|
|
3769
|
-
// PanelLeftClose aliases
|
|
3770
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3771
|
-
export {
|
|
3772
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3773
|
-
default as SidebarCloseIcon
|
|
3774
|
-
} from '../icons/panel-left-close';
|
|
3775
3731
|
// PanelLeftDashed aliases
|
|
3776
3732
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3777
3733
|
export {
|
|
@@ -3784,6 +3740,12 @@ export {
|
|
|
3784
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3785
3741
|
default as SidebarOpenIcon
|
|
3786
3742
|
} from '../icons/panel-left-open';
|
|
3743
|
+
// PanelLeftClose aliases
|
|
3744
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3747
|
+
default as SidebarCloseIcon
|
|
3748
|
+
} from '../icons/panel-left-close';
|
|
3787
3749
|
// PanelLeft aliases
|
|
3788
3750
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3789
3751
|
export {
|
|
@@ -3796,12 +3758,6 @@ export {
|
|
|
3796
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3797
3759
|
default as PanelTopInactiveIcon
|
|
3798
3760
|
} from '../icons/panel-top-dashed';
|
|
3799
|
-
// PanelRightDashed aliases
|
|
3800
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3801
|
-
export {
|
|
3802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3803
|
-
default as PanelRightInactiveIcon
|
|
3804
|
-
} from '../icons/panel-right-dashed';
|
|
3805
3761
|
// PanelsTopLeft aliases
|
|
3806
3762
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3807
3763
|
export {
|
|
@@ -3814,18 +3770,24 @@ export {
|
|
|
3814
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3815
3771
|
default as Edit3Icon
|
|
3816
3772
|
} from '../icons/pen-line';
|
|
3817
|
-
//
|
|
3818
|
-
export { default as
|
|
3773
|
+
// PanelRightDashed aliases
|
|
3774
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3819
3775
|
export {
|
|
3820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3821
|
-
default as
|
|
3822
|
-
} from '../icons/
|
|
3776
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3777
|
+
default as PanelRightInactiveIcon
|
|
3778
|
+
} from '../icons/panel-right-dashed';
|
|
3823
3779
|
// PlugZap aliases
|
|
3824
3780
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3825
3781
|
export {
|
|
3826
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3827
3783
|
default as PlugZap2Icon
|
|
3828
3784
|
} from '../icons/plug-zap';
|
|
3785
|
+
// Pen aliases
|
|
3786
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as Edit2Icon
|
|
3790
|
+
} from '../icons/pen';
|
|
3829
3791
|
// RectangleEllipsis aliases
|
|
3830
3792
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3831
3793
|
export {
|
|
@@ -3844,18 +3806,18 @@ export {
|
|
|
3844
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3845
3807
|
default as RowsIcon
|
|
3846
3808
|
} from '../icons/rows-2';
|
|
3847
|
-
// Rows3 aliases
|
|
3848
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3851
|
-
default as PanelsTopBottomIcon
|
|
3852
|
-
} from '../icons/rows-3';
|
|
3853
3809
|
// Scale3d aliases
|
|
3854
3810
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3855
3811
|
export {
|
|
3856
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3857
3813
|
default as Scale3DIcon
|
|
3858
3814
|
} from '../icons/scale-3d';
|
|
3815
|
+
// Rows3 aliases
|
|
3816
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as PanelsTopBottomIcon
|
|
3820
|
+
} from '../icons/rows-3';
|
|
3859
3821
|
// SendHorizontal aliases
|
|
3860
3822
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3861
3823
|
export {
|
|
@@ -3892,78 +3854,78 @@ export {
|
|
|
3892
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3893
3855
|
default as ActivitySquareIcon
|
|
3894
3856
|
} from '../icons/square-activity';
|
|
3895
|
-
// SquareArrowDownRight aliases
|
|
3896
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3899
|
-
default as ArrowDownRightSquareIcon
|
|
3900
|
-
} from '../icons/square-arrow-down-right';
|
|
3901
3857
|
// SquareArrowDownLeft aliases
|
|
3902
3858
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3903
3859
|
export {
|
|
3904
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3905
3861
|
default as ArrowDownLeftSquareIcon
|
|
3906
3862
|
} from '../icons/square-arrow-down-left';
|
|
3907
|
-
// SquareArrowLeft aliases
|
|
3908
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3909
|
-
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3911
|
-
default as ArrowLeftSquareIcon
|
|
3912
|
-
} from '../icons/square-arrow-left';
|
|
3913
3863
|
// SquareArrowDown aliases
|
|
3914
3864
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3915
3865
|
export {
|
|
3916
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3917
3867
|
default as ArrowDownSquareIcon
|
|
3918
3868
|
} from '../icons/square-arrow-down';
|
|
3919
|
-
//
|
|
3920
|
-
export { default as
|
|
3869
|
+
// SquareArrowDownRight aliases
|
|
3870
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3921
3871
|
export {
|
|
3922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3923
|
-
default as
|
|
3924
|
-
} from '../icons/square-arrow-
|
|
3925
|
-
//
|
|
3926
|
-
export { default as
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as ArrowDownRightSquareIcon
|
|
3874
|
+
} from '../icons/square-arrow-down-right';
|
|
3875
|
+
// SquareArrowLeft aliases
|
|
3876
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3927
3877
|
export {
|
|
3928
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3929
|
-
default as
|
|
3930
|
-
} from '../icons/square-arrow-
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3879
|
+
default as ArrowLeftSquareIcon
|
|
3880
|
+
} from '../icons/square-arrow-left';
|
|
3931
3881
|
// SquareArrowOutDownLeft aliases
|
|
3932
3882
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3933
3883
|
export {
|
|
3934
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3935
3885
|
default as ArrowDownLeftFromSquareIcon
|
|
3936
3886
|
} from '../icons/square-arrow-out-down-left';
|
|
3887
|
+
// SquareArrowOutUpLeft aliases
|
|
3888
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3891
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3892
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3893
|
+
// SquareArrowOutDownRight aliases
|
|
3894
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3895
|
+
export {
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3897
|
+
default as ArrowDownRightFromSquareIcon
|
|
3898
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3937
3899
|
// SquareArrowOutUpRight aliases
|
|
3938
3900
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3939
3901
|
export {
|
|
3940
3902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3941
3903
|
default as ArrowUpRightFromSquareIcon
|
|
3942
3904
|
} from '../icons/square-arrow-out-up-right';
|
|
3943
|
-
// SquareArrowRight aliases
|
|
3944
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3945
|
-
export {
|
|
3946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3947
|
-
default as ArrowRightSquareIcon
|
|
3948
|
-
} from '../icons/square-arrow-right';
|
|
3949
3905
|
// SquareArrowUpLeft aliases
|
|
3950
3906
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3951
3907
|
export {
|
|
3952
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3953
3909
|
default as ArrowUpLeftSquareIcon
|
|
3954
3910
|
} from '../icons/square-arrow-up-left';
|
|
3955
|
-
//
|
|
3956
|
-
export { default as
|
|
3911
|
+
// SquareArrowRight aliases
|
|
3912
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3957
3913
|
export {
|
|
3958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3959
|
-
default as
|
|
3960
|
-
} from '../icons/square-arrow-
|
|
3914
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3915
|
+
default as ArrowRightSquareIcon
|
|
3916
|
+
} from '../icons/square-arrow-right';
|
|
3961
3917
|
// SquareArrowUpRight aliases
|
|
3962
3918
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3963
3919
|
export {
|
|
3964
3920
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3965
3921
|
default as ArrowUpRightSquareIcon
|
|
3966
3922
|
} from '../icons/square-arrow-up-right';
|
|
3923
|
+
// SquareArrowUp aliases
|
|
3924
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3925
|
+
export {
|
|
3926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3927
|
+
default as ArrowUpSquareIcon
|
|
3928
|
+
} from '../icons/square-arrow-up';
|
|
3967
3929
|
// SquareAsterisk aliases
|
|
3968
3930
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3969
3931
|
export {
|
|
@@ -3988,18 +3950,6 @@ export {
|
|
|
3988
3950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3989
3951
|
default as FlipVerticalIcon
|
|
3990
3952
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3991
|
-
// SquareCheckBig aliases
|
|
3992
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3993
|
-
export {
|
|
3994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3995
|
-
default as CheckSquareIcon
|
|
3996
|
-
} from '../icons/square-check-big';
|
|
3997
|
-
// SquareCheck aliases
|
|
3998
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3999
|
-
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4001
|
-
default as CheckSquare2Icon
|
|
4002
|
-
} from '../icons/square-check';
|
|
4003
3953
|
// SquareChartGantt aliases
|
|
4004
3954
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4005
3955
|
export {
|
|
@@ -4010,6 +3960,18 @@ export {
|
|
|
4010
3960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
4011
3961
|
default as SquareGanttChartIcon
|
|
4012
3962
|
} from '../icons/square-chart-gantt';
|
|
3963
|
+
// SquareCheck aliases
|
|
3964
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3965
|
+
export {
|
|
3966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3967
|
+
default as CheckSquare2Icon
|
|
3968
|
+
} from '../icons/square-check';
|
|
3969
|
+
// SquareCheckBig aliases
|
|
3970
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3971
|
+
export {
|
|
3972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3973
|
+
default as CheckSquareIcon
|
|
3974
|
+
} from '../icons/square-check-big';
|
|
4013
3975
|
// SquareChevronDown aliases
|
|
4014
3976
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4015
3977
|
export {
|
|
@@ -4034,18 +3996,18 @@ export {
|
|
|
4034
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4035
3997
|
default as ChevronUpSquareIcon
|
|
4036
3998
|
} from '../icons/square-chevron-up';
|
|
4037
|
-
// SquareDashedKanban aliases
|
|
4038
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4039
|
-
export {
|
|
4040
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4041
|
-
default as KanbanSquareDashedIcon
|
|
4042
|
-
} from '../icons/square-dashed-kanban';
|
|
4043
3999
|
// SquareCode aliases
|
|
4044
4000
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4045
4001
|
export {
|
|
4046
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4047
4003
|
default as CodeSquareIcon
|
|
4048
4004
|
} from '../icons/square-code';
|
|
4005
|
+
// SquareDashedKanban aliases
|
|
4006
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4009
|
+
default as KanbanSquareDashedIcon
|
|
4010
|
+
} from '../icons/square-dashed-kanban';
|
|
4049
4011
|
// SquareDashed aliases
|
|
4050
4012
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4051
4013
|
export {
|
|
@@ -4058,6 +4020,12 @@ export {
|
|
|
4058
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4059
4021
|
default as MousePointerSquareDashedIcon
|
|
4060
4022
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4023
|
+
// SquareDot aliases
|
|
4024
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4025
|
+
export {
|
|
4026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4027
|
+
default as DotSquareIcon
|
|
4028
|
+
} from '../icons/square-dot';
|
|
4061
4029
|
// SquareDivide aliases
|
|
4062
4030
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4063
4031
|
export {
|
|
@@ -4070,12 +4038,6 @@ export {
|
|
|
4070
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4071
4039
|
default as EqualSquareIcon
|
|
4072
4040
|
} from '../icons/square-equal';
|
|
4073
|
-
// SquareDot aliases
|
|
4074
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4075
|
-
export {
|
|
4076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4077
|
-
default as DotSquareIcon
|
|
4078
|
-
} from '../icons/square-dot';
|
|
4079
4041
|
// SquareFunction aliases
|
|
4080
4042
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4081
4043
|
export {
|
|
@@ -4088,12 +4050,6 @@ export {
|
|
|
4088
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4089
4051
|
default as KanbanSquareIcon
|
|
4090
4052
|
} from '../icons/square-kanban';
|
|
4091
|
-
// SquareM aliases
|
|
4092
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4095
|
-
default as MSquareIcon
|
|
4096
|
-
} from '../icons/square-m';
|
|
4097
4053
|
// SquareLibrary aliases
|
|
4098
4054
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4099
4055
|
export {
|
|
@@ -4112,6 +4068,12 @@ export {
|
|
|
4112
4068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4113
4069
|
default as MinusSquareIcon
|
|
4114
4070
|
} from '../icons/square-minus';
|
|
4071
|
+
// SquareM aliases
|
|
4072
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4073
|
+
export {
|
|
4074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4075
|
+
default as MSquareIcon
|
|
4076
|
+
} from '../icons/square-m';
|
|
4115
4077
|
// SquareMousePointer aliases
|
|
4116
4078
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4117
4079
|
export {
|
|
@@ -4150,48 +4112,48 @@ export {
|
|
|
4150
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4151
4113
|
default as PercentSquareIcon
|
|
4152
4114
|
} from '../icons/square-percent';
|
|
4153
|
-
// SquarePilcrow aliases
|
|
4154
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4155
|
-
export {
|
|
4156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4157
|
-
default as PilcrowSquareIcon
|
|
4158
|
-
} from '../icons/square-pilcrow';
|
|
4159
4115
|
// SquarePi aliases
|
|
4160
4116
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4161
4117
|
export {
|
|
4162
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4163
4119
|
default as PiSquareIcon
|
|
4164
4120
|
} from '../icons/square-pi';
|
|
4165
|
-
//
|
|
4166
|
-
export { default as
|
|
4121
|
+
// SquarePilcrow aliases
|
|
4122
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4167
4123
|
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4169
|
-
default as
|
|
4170
|
-
} from '../icons/square-
|
|
4124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4125
|
+
default as PilcrowSquareIcon
|
|
4126
|
+
} from '../icons/square-pilcrow';
|
|
4171
4127
|
// SquarePlus aliases
|
|
4172
4128
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4173
4129
|
export {
|
|
4174
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4175
4131
|
default as PlusSquareIcon
|
|
4176
4132
|
} from '../icons/square-plus';
|
|
4133
|
+
// SquarePlay aliases
|
|
4134
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4135
|
+
export {
|
|
4136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4137
|
+
default as PlaySquareIcon
|
|
4138
|
+
} from '../icons/square-play';
|
|
4177
4139
|
// SquarePower aliases
|
|
4178
4140
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4179
4141
|
export {
|
|
4180
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4181
4143
|
default as PowerSquareIcon
|
|
4182
4144
|
} from '../icons/square-power';
|
|
4183
|
-
// SquareSigma aliases
|
|
4184
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4187
|
-
default as SigmaSquareIcon
|
|
4188
|
-
} from '../icons/square-sigma';
|
|
4189
4145
|
// SquareScissors aliases
|
|
4190
4146
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4191
4147
|
export {
|
|
4192
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4193
4149
|
default as ScissorsSquareIcon
|
|
4194
4150
|
} from '../icons/square-scissors';
|
|
4151
|
+
// SquareSigma aliases
|
|
4152
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4155
|
+
default as SigmaSquareIcon
|
|
4156
|
+
} from '../icons/square-sigma';
|
|
4195
4157
|
// SquareSlash aliases
|
|
4196
4158
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4197
4159
|
export {
|
|
@@ -4204,24 +4166,18 @@ export {
|
|
|
4204
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4205
4167
|
default as SplitSquareHorizontalIcon
|
|
4206
4168
|
} from '../icons/square-split-horizontal';
|
|
4207
|
-
// SquareTerminal aliases
|
|
4208
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4209
|
-
export {
|
|
4210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4211
|
-
default as TerminalSquareIcon
|
|
4212
|
-
} from '../icons/square-terminal';
|
|
4213
4169
|
// SquareSplitVertical aliases
|
|
4214
4170
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4215
4171
|
export {
|
|
4216
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4217
4173
|
default as SplitSquareVerticalIcon
|
|
4218
4174
|
} from '../icons/square-split-vertical';
|
|
4219
|
-
//
|
|
4220
|
-
export { default as
|
|
4175
|
+
// SquareTerminal aliases
|
|
4176
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4221
4177
|
export {
|
|
4222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4223
|
-
default as
|
|
4224
|
-
} from '../icons/square-
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4179
|
+
default as TerminalSquareIcon
|
|
4180
|
+
} from '../icons/square-terminal';
|
|
4225
4181
|
// SquareUserRound aliases
|
|
4226
4182
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4227
4183
|
export {
|
|
@@ -4234,6 +4190,12 @@ export {
|
|
|
4234
4190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4235
4191
|
default as XSquareIcon
|
|
4236
4192
|
} from '../icons/square-x';
|
|
4193
|
+
// SquareUser aliases
|
|
4194
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4197
|
+
default as UserSquareIcon
|
|
4198
|
+
} from '../icons/square-user';
|
|
4237
4199
|
// TextAlignCenter aliases
|
|
4238
4200
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4239
4201
|
export {
|
|
@@ -4274,18 +4236,18 @@ export {
|
|
|
4274
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4275
4237
|
default as LetterTextIcon
|
|
4276
4238
|
} from '../icons/text-initial';
|
|
4277
|
-
// TextSelect aliases
|
|
4278
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4279
|
-
export {
|
|
4280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4281
|
-
default as TextSelectionIcon
|
|
4282
|
-
} from '../icons/text-select';
|
|
4283
4239
|
// TextWrap aliases
|
|
4284
4240
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4285
4241
|
export {
|
|
4286
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4287
4243
|
default as WrapTextIcon
|
|
4288
4244
|
} from '../icons/text-wrap';
|
|
4245
|
+
// TextSelect aliases
|
|
4246
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4247
|
+
export {
|
|
4248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4249
|
+
default as TextSelectionIcon
|
|
4250
|
+
} from '../icons/text-select';
|
|
4289
4251
|
// TramFront aliases
|
|
4290
4252
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4291
4253
|
export {
|
|
@@ -4304,18 +4266,18 @@ export {
|
|
|
4304
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4305
4267
|
default as AlertTriangleIcon
|
|
4306
4268
|
} from '../icons/triangle-alert';
|
|
4307
|
-
// University aliases
|
|
4308
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4311
|
-
default as School2Icon
|
|
4312
|
-
} from '../icons/university';
|
|
4313
4269
|
// TvMinimal aliases
|
|
4314
4270
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4315
4271
|
export {
|
|
4316
4272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4317
4273
|
default as Tv2Icon
|
|
4318
4274
|
} from '../icons/tv-minimal';
|
|
4275
|
+
// University aliases
|
|
4276
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4277
|
+
export {
|
|
4278
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4279
|
+
default as School2Icon
|
|
4280
|
+
} from '../icons/university';
|
|
4319
4281
|
// UserRoundCheck aliases
|
|
4320
4282
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4321
4283
|
export {
|
|
@@ -4334,18 +4296,24 @@ export {
|
|
|
4334
4296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4335
4297
|
default as UserMinus2Icon
|
|
4336
4298
|
} from '../icons/user-round-minus';
|
|
4299
|
+
// UserRoundX aliases
|
|
4300
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4301
|
+
export {
|
|
4302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4303
|
+
default as UserX2Icon
|
|
4304
|
+
} from '../icons/user-round-x';
|
|
4337
4305
|
// UserRoundPlus aliases
|
|
4338
4306
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4339
4307
|
export {
|
|
4340
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4341
4309
|
default as UserPlus2Icon
|
|
4342
4310
|
} from '../icons/user-round-plus';
|
|
4343
|
-
//
|
|
4344
|
-
export { default as
|
|
4311
|
+
// UserRound aliases
|
|
4312
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4345
4313
|
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4347
|
-
default as
|
|
4348
|
-
} from '../icons/user-round
|
|
4314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4315
|
+
default as User2Icon
|
|
4316
|
+
} from '../icons/user-round';
|
|
4349
4317
|
// UsersRound aliases
|
|
4350
4318
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4351
4319
|
export {
|
|
@@ -4358,12 +4326,12 @@ export {
|
|
|
4358
4326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4359
4327
|
default as ForkKnifeCrossedIcon
|
|
4360
4328
|
} from '../icons/utensils-crossed';
|
|
4361
|
-
//
|
|
4362
|
-
export { default as
|
|
4329
|
+
// WalletMinimal aliases
|
|
4330
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4363
4331
|
export {
|
|
4364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4365
|
-
default as
|
|
4366
|
-
} from '../icons/
|
|
4332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4333
|
+
default as Wallet2Icon
|
|
4334
|
+
} from '../icons/wallet-minimal';
|
|
4367
4335
|
// Utensils aliases
|
|
4368
4336
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4369
4337
|
export {
|
|
@@ -4376,10 +4344,4 @@ export {
|
|
|
4376
4344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4377
4345
|
default as Wand2Icon
|
|
4378
4346
|
} from '../icons/wand-sparkles';
|
|
4379
|
-
// WalletMinimal aliases
|
|
4380
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4381
|
-
export {
|
|
4382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4383
|
-
default as Wallet2Icon
|
|
4384
|
-
} from '../icons/wallet-minimal';
|
|
4385
4347
|
|