@lucide/astro 0.551.0 → 0.552.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +186 -90
- package/src/aliases/prefixed.ts +767 -709
- package/src/aliases/suffixed.ts +1101 -1043
- package/src/icons/calendar-fold.ts +2 -2
- package/src/icons/file-archive.ts +2 -2
- package/src/icons/file-axis-3d.ts +2 -2
- package/src/icons/file-badge.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/file-braces-corner.ts +18 -0
- package/src/icons/file-braces.ts +18 -0
- package/src/icons/file-chart-column-increasing.ts +2 -2
- package/src/icons/file-chart-column.ts +2 -2
- package/src/icons/file-chart-line.ts +2 -2
- package/src/icons/file-chart-pie.ts +2 -2
- package/src/icons/{file-search-2.ts → file-check-corner.ts} +4 -4
- package/src/icons/file-check.ts +2 -2
- package/src/icons/file-clock.ts +2 -2
- package/src/icons/{file-audio-2.ts → file-code-corner.ts} +4 -4
- package/src/icons/file-code.ts +2 -2
- package/src/icons/file-cog.ts +2 -2
- package/src/icons/file-diff.ts +2 -2
- package/src/icons/file-digit.ts +2 -2
- package/src/icons/file-down.ts +2 -2
- package/src/icons/{file-key-2.ts → file-exclamation-point.ts} +4 -4
- package/src/icons/file-headphone.ts +18 -0
- package/src/icons/file-heart.ts +2 -2
- package/src/icons/file-image.ts +2 -2
- package/src/icons/file-input.ts +2 -2
- package/src/icons/file-key.ts +2 -2
- package/src/icons/file-lock.ts +2 -2
- package/src/icons/{file-minus-2.ts → file-minus-corner.ts} +4 -4
- package/src/icons/file-minus.ts +2 -2
- package/src/icons/file-music.ts +2 -2
- package/src/icons/file-output.ts +2 -2
- package/src/icons/file-pen-line.ts +2 -2
- package/src/icons/file-pen.ts +2 -2
- package/src/icons/file-play.ts +2 -2
- package/src/icons/{file-code-2.ts → file-plus-corner.ts} +4 -4
- package/src/icons/file-plus.ts +2 -2
- package/src/icons/file-question-mark.ts +2 -2
- package/src/icons/file-scan.ts +2 -2
- package/src/icons/{file-type-2.ts → file-search-corner.ts} +4 -4
- package/src/icons/file-search.ts +2 -2
- package/src/icons/file-signal.ts +18 -0
- package/src/icons/file-sliders.ts +2 -2
- package/src/icons/file-spreadsheet.ts +2 -2
- package/src/icons/file-symlink.ts +2 -2
- package/src/icons/file-terminal.ts +2 -2
- package/src/icons/file-text.ts +2 -2
- package/src/icons/file-type-corner.ts +18 -0
- package/src/icons/file-type.ts +2 -2
- package/src/icons/file-up.ts +2 -2
- package/src/icons/file-user.ts +2 -2
- package/src/icons/file-video-camera.ts +2 -2
- package/src/icons/file-volume.ts +2 -2
- package/src/icons/{file-audio.ts → file-x-corner.ts} +4 -4
- package/src/icons/file-x.ts +2 -2
- package/src/icons/file.ts +2 -2
- package/src/icons/files.ts +2 -2
- package/src/icons/index.ts +186 -189
- package/src/icons/shredder.ts +2 -2
- package/src/icons/solar-panel.ts +18 -0
- package/src/icons/sticker.ts +2 -2
- package/src/icons/sticky-note.ts +2 -2
- package/src/icons/file-badge-2.ts +0 -18
- package/src/icons/file-check-2.ts +0 -18
- package/src/icons/file-json-2.ts +0 -18
- package/src/icons/file-json.ts +0 -18
- package/src/icons/file-lock-2.ts +0 -18
- package/src/icons/file-plus-2.ts +0 -18
- package/src/icons/file-volume-2.ts +0 -18
- package/src/icons/file-warning.ts +0 -18
- package/src/icons/file-x-2.ts +0 -18
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,36 +2,36 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
-
// ALargeSmall aliases
|
|
10
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// AlarmClockOff aliases
|
|
14
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
-
// AlarmClock aliases
|
|
16
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
15
|
// Airplay aliases
|
|
18
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
23
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
25
21
|
// Album aliases
|
|
26
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlignCenterHorizontal aliases
|
|
24
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
25
|
// AlignEndHorizontal aliases
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
+
// AlignHorizontalDistributeCenter aliases
|
|
28
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
29
|
+
// AlignCenterVertical aliases
|
|
30
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
31
|
// AlignEndVertical aliases
|
|
30
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
33
|
// AlignHorizontalDistributeEnd aliases
|
|
32
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -42,18 +42,18 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignHorizontalSpaceBetween aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
45
|
// AlignStartHorizontal aliases
|
|
48
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
//
|
|
50
|
-
export { default as
|
|
51
|
-
// AlignVerticalDistributeEnd aliases
|
|
52
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
53
49
|
// AlignVerticalDistributeCenter aliases
|
|
54
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeEnd aliases
|
|
56
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyStart aliases
|
|
@@ -66,10 +66,10 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersand aliases
|
|
70
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
69
|
// Ampersands aliases
|
|
72
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
@@ -82,10 +82,10 @@ export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
-
// Aperture aliases
|
|
86
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
@@ -94,10 +94,10 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
@@ -106,10 +106,10 @@ export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
-
// ArrowBigRight aliases
|
|
110
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
109
|
// ArrowBigRightDash aliases
|
|
112
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
@@ -120,10 +120,10 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -146,12 +146,12 @@ export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
|
146
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpFromDot aliases
|
|
150
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
149
|
// ArrowUpDown aliases
|
|
152
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowUpFromDot aliases
|
|
154
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpToLine aliases
|
|
@@ -166,50 +166,50 @@ export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// AtSign aliases
|
|
170
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
169
|
// Atom aliases
|
|
172
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
-
//
|
|
174
|
-
export { default as
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
173
|
// AudioLines aliases
|
|
176
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
|
+
// AudioWaveform aliases
|
|
176
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
-
// Backpack aliases
|
|
180
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
181
179
|
// Axe aliases
|
|
182
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
181
|
// Baby aliases
|
|
184
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
+
// Backpack aliases
|
|
184
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
185
|
// BadgeAlert aliases
|
|
186
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
// BadgeDollarSign aliases
|
|
188
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
187
|
// BadgeCent aliases
|
|
190
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
|
-
//
|
|
192
|
-
export { default as
|
|
189
|
+
// BadgeDollarSign aliases
|
|
190
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
191
|
// BadgeEuro aliases
|
|
194
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
+
// BadgeIndianRupee aliases
|
|
194
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
196
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
|
+
// BadgeMinus aliases
|
|
200
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
201
|
// BadgePercent aliases
|
|
200
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
203
|
// BadgePlus aliases
|
|
202
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
-
// BadgeMinus aliases
|
|
204
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
-
// BadgePoundSterling aliases
|
|
206
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
205
|
// BadgeRussianRuble aliases
|
|
208
206
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
209
|
// BadgeSwissFranc aliases
|
|
212
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
+
// BadgeTurkishLira aliases
|
|
212
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
@@ -226,10 +226,10 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
226
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
228
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
229
|
// Banknote aliases
|
|
232
230
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
231
|
+
// BanknoteX aliases
|
|
232
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Barcode aliases
|
|
234
234
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
235
|
// Barrel aliases
|
|
@@ -238,84 +238,84 @@ export { default as BarrelIcon } from '../icons/barrel';
|
|
|
238
238
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
239
|
// Bath aliases
|
|
240
240
|
export { default as BathIcon } from '../icons/bath';
|
|
241
|
-
// BatteryFull aliases
|
|
242
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
|
-
// BatteryLow aliases
|
|
244
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
245
241
|
// BatteryCharging aliases
|
|
246
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
-
//
|
|
248
|
-
export { default as
|
|
243
|
+
// BatteryLow aliases
|
|
244
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
245
|
// BatteryMedium aliases
|
|
250
246
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
|
+
// BatteryPlus aliases
|
|
250
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
251
|
// Battery aliases
|
|
254
252
|
export { default as BatteryIcon } from '../icons/battery';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Beaker aliases
|
|
256
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
257
|
// BeanOff aliases
|
|
258
258
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
-
// BedDouble aliases
|
|
260
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
259
|
// Bean aliases
|
|
262
260
|
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
+
// BedDouble aliases
|
|
262
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
265
|
// Bed aliases
|
|
266
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
|
-
// BeerOff aliases
|
|
268
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
269
267
|
// Beef aliases
|
|
270
268
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
|
-
// BellDot aliases
|
|
272
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
273
269
|
// Beer aliases
|
|
274
270
|
export { default as BeerIcon } from '../icons/beer';
|
|
271
|
+
// BeerOff aliases
|
|
272
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
|
+
// BellDot aliases
|
|
274
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
275
|
// BellElectric aliases
|
|
276
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
-
// BellMinus aliases
|
|
278
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
277
|
// BellOff aliases
|
|
280
278
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
279
|
+
// BellMinus aliases
|
|
280
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
281
|
// BellPlus aliases
|
|
282
282
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
283
|
// BellRing aliases
|
|
284
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
|
-
// BetweenVerticalEnd aliases
|
|
286
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
287
|
-
// BicepsFlexed aliases
|
|
288
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
289
285
|
// Bell aliases
|
|
290
286
|
export { default as BellIcon } from '../icons/bell';
|
|
291
287
|
// BetweenVerticalStart aliases
|
|
292
288
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
289
|
+
// BetweenVerticalEnd aliases
|
|
290
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
+
// BicepsFlexed aliases
|
|
292
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
293
|
// Binary aliases
|
|
296
294
|
export { default as BinaryIcon } from '../icons/binary';
|
|
295
|
+
// Bike aliases
|
|
296
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
297
297
|
// Binoculars aliases
|
|
298
298
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
299
|
// Biohazard aliases
|
|
300
300
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
|
-
// Birdhouse aliases
|
|
302
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
303
301
|
// Bird aliases
|
|
304
302
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
-
//
|
|
306
|
-
export { default as
|
|
303
|
+
// Birdhouse aliases
|
|
304
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
305
|
// Bitcoin aliases
|
|
308
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
+
// Blend aliases
|
|
308
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
309
309
|
// Blinds aliases
|
|
310
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
311
|
// Blocks aliases
|
|
312
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
313
|
// BluetoothConnected aliases
|
|
314
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
-
// BluetoothOff aliases
|
|
316
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
315
|
// BluetoothSearching aliases
|
|
318
316
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
|
+
// BluetoothOff aliases
|
|
318
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
319
|
// Bluetooth aliases
|
|
320
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
321
|
// Bold aliases
|
|
@@ -330,20 +330,20 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
330
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookAudio aliases
|
|
334
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
333
|
// BookCheck aliases
|
|
336
334
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
335
|
// BookCopy aliases
|
|
338
336
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookDown aliases
|
|
340
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
341
|
// BookHeadphones aliases
|
|
342
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookImage aliases
|
|
346
344
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookKey aliases
|
|
348
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
349
|
// BookLock aliases
|
|
@@ -360,10 +360,10 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
361
|
// BookPlus aliases
|
|
362
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookText aliases
|
|
364
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
363
|
// BookType aliases
|
|
366
364
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
|
+
// BookText aliases
|
|
366
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
367
|
// BookUp2 aliases
|
|
368
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
369
|
// BookUp aliases
|
|
@@ -374,30 +374,30 @@ export { default as BookUserIcon } from '../icons/book-user';
|
|
|
374
374
|
export { default as BookXIcon } from '../icons/book-x';
|
|
375
375
|
// Book aliases
|
|
376
376
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
-
// BookmarkCheck aliases
|
|
378
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
377
|
// BookmarkMinus aliases
|
|
380
378
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// BookmarkCheck aliases
|
|
380
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
381
|
// BookmarkX aliases
|
|
384
382
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
383
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
385
|
// BoomBox aliases
|
|
388
386
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
387
|
+
// Bookmark aliases
|
|
388
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
389
|
// BotMessageSquare aliases
|
|
390
390
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
391
391
|
// BotOff aliases
|
|
392
392
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
|
+
// Bot aliases
|
|
394
|
+
export { default as BotIcon } from '../icons/bot';
|
|
393
395
|
// BottleWine aliases
|
|
394
396
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
395
397
|
// BowArrow aliases
|
|
396
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
397
399
|
// Box aliases
|
|
398
400
|
export { default as BoxIcon } from '../icons/box';
|
|
399
|
-
// Bot aliases
|
|
400
|
-
export { default as BotIcon } from '../icons/bot';
|
|
401
401
|
// Boxes aliases
|
|
402
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
403
|
// BrainCircuit aliases
|
|
@@ -428,32 +428,32 @@ export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
|
428
428
|
export { default as BrushIcon } from '../icons/brush';
|
|
429
429
|
// BrushCleaning aliases
|
|
430
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
-
// BugOff aliases
|
|
432
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
431
|
// Bubbles aliases
|
|
434
432
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
433
|
+
// BugOff aliases
|
|
434
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
435
435
|
// BugPlay aliases
|
|
436
436
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
437
|
-
// Bug aliases
|
|
438
|
-
export { default as BugIcon } from '../icons/bug';
|
|
439
437
|
// Building2 aliases
|
|
440
438
|
export { default as Building2Icon } from '../icons/building-2';
|
|
441
439
|
// Building aliases
|
|
442
440
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
|
+
// Bug aliases
|
|
442
|
+
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
445
|
// Bus aliases
|
|
446
446
|
export { default as BusIcon } from '../icons/bus';
|
|
447
447
|
// CableCar aliases
|
|
448
448
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
449
|
-
// CakeSlice aliases
|
|
450
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
451
449
|
// Cable aliases
|
|
452
450
|
export { default as CableIcon } from '../icons/cable';
|
|
453
|
-
//
|
|
454
|
-
export { default as
|
|
451
|
+
// CakeSlice aliases
|
|
452
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
453
|
// Calculator aliases
|
|
456
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
|
+
// Cake aliases
|
|
456
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
457
457
|
// Calendar1 aliases
|
|
458
458
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
459
|
// CalendarArrowDown aliases
|
|
@@ -468,38 +468,38 @@ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
|
468
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
469
|
// CalendarCog aliases
|
|
470
470
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
|
-
// CalendarDays aliases
|
|
472
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
471
|
// CalendarFold aliases
|
|
474
472
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
|
-
//
|
|
476
|
-
export { default as
|
|
473
|
+
// CalendarDays aliases
|
|
474
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
475
|
// CalendarHeart aliases
|
|
478
476
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
477
|
// CalendarMinus aliases
|
|
480
478
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
|
+
// CalendarMinus2 aliases
|
|
480
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
483
|
// CalendarPlus2 aliases
|
|
484
484
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
|
-
// CalendarPlus aliases
|
|
486
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
485
|
// CalendarRange aliases
|
|
488
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
|
-
//
|
|
490
|
-
export { default as
|
|
487
|
+
// CalendarPlus aliases
|
|
488
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
489
|
// CalendarSearch aliases
|
|
492
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
491
|
// CalendarSync aliases
|
|
494
492
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
|
+
// CalendarX2 aliases
|
|
494
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
495
495
|
// CalendarX aliases
|
|
496
496
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
497
|
// Calendar aliases
|
|
498
498
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
|
-
// Camera aliases
|
|
500
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
501
499
|
// CameraOff aliases
|
|
502
500
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
|
+
// Camera aliases
|
|
502
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
503
503
|
// CandyCane aliases
|
|
504
504
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
505
505
|
// CandyOff aliases
|
|
@@ -516,34 +516,34 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
516
516
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
517
|
// Car aliases
|
|
518
518
|
export { default as CarIcon } from '../icons/car';
|
|
519
|
-
// Caravan aliases
|
|
520
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
519
|
// CardSim aliases
|
|
522
520
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
|
+
// Caravan aliases
|
|
522
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
523
523
|
// Carrot aliases
|
|
524
524
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
|
-
// CaseLower aliases
|
|
526
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
527
|
-
// CaseSensitive aliases
|
|
528
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
529
525
|
// CaseUpper aliases
|
|
530
526
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
527
|
+
// CaseSensitive aliases
|
|
528
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
529
|
+
// CaseLower aliases
|
|
530
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
531
|
// CassetteTape aliases
|
|
532
532
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
533
|
// Cast aliases
|
|
534
534
|
export { default as CastIcon } from '../icons/cast';
|
|
535
|
+
// Cat aliases
|
|
536
|
+
export { default as CatIcon } from '../icons/cat';
|
|
535
537
|
// Castle aliases
|
|
536
538
|
export { default as CastleIcon } from '../icons/castle';
|
|
537
539
|
// Cctv aliases
|
|
538
540
|
export { default as CctvIcon } from '../icons/cctv';
|
|
539
|
-
// ChartBarIncreasing aliases
|
|
540
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
541
|
-
// Cat aliases
|
|
542
|
-
export { default as CatIcon } from '../icons/cat';
|
|
543
541
|
// ChartBarDecreasing aliases
|
|
544
542
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
545
543
|
// ChartBarStacked aliases
|
|
546
544
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
545
|
+
// ChartBarIncreasing aliases
|
|
546
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
547
547
|
// ChartColumnDecreasing aliases
|
|
548
548
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
549
|
// ChartColumnStacked aliases
|
|
@@ -552,60 +552,60 @@ export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked
|
|
|
552
552
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
553
|
// ChartNetwork aliases
|
|
554
554
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
|
-
// ChartNoAxesCombined aliases
|
|
556
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
557
555
|
// ChartNoAxesColumnDecreasing aliases
|
|
558
556
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
559
|
-
//
|
|
560
|
-
export { default as
|
|
561
|
-
// CheckCheck aliases
|
|
562
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
557
|
+
// ChartNoAxesCombined aliases
|
|
558
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
559
|
// CheckLine aliases
|
|
564
560
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
561
|
+
// CheckCheck aliases
|
|
562
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
563
|
+
// ChartSpline aliases
|
|
564
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as CheckIcon } from '../icons/check';
|
|
567
|
-
// Cherry aliases
|
|
568
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
569
567
|
// ChefHat aliases
|
|
570
568
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
|
+
// Cherry aliases
|
|
570
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
571
571
|
// ChevronDown aliases
|
|
572
572
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
573
|
// ChevronFirst aliases
|
|
574
574
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
575
|
-
// ChevronLast aliases
|
|
576
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
577
|
-
// ChevronRight aliases
|
|
578
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
579
575
|
// ChevronLeft aliases
|
|
580
576
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
577
|
+
// ChevronRight aliases
|
|
578
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
579
|
+
// ChevronLast aliases
|
|
580
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
581
|
// ChevronUp aliases
|
|
582
582
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
583
|
-
// ChevronsDownUp aliases
|
|
584
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
585
583
|
// ChevronsDown aliases
|
|
586
584
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
587
585
|
// ChevronsLeftRightEllipsis aliases
|
|
588
586
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
+
// ChevronsDownUp aliases
|
|
588
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
589
|
// ChevronsLeft aliases
|
|
590
590
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
591
|
// ChevronsLeftRight aliases
|
|
592
592
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
593
|
-
// ChevronsUpDown aliases
|
|
594
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
595
593
|
// ChevronsRightLeft aliases
|
|
596
594
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
597
|
-
// ChevronsUp aliases
|
|
598
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
599
595
|
// ChevronsRight aliases
|
|
600
596
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
597
|
+
// ChevronsUpDown aliases
|
|
598
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
599
|
+
// ChevronsUp aliases
|
|
600
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
601
601
|
// Church aliases
|
|
602
602
|
export { default as ChurchIcon } from '../icons/church';
|
|
603
|
-
// CigaretteOff aliases
|
|
604
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
605
|
-
// CircleDashed aliases
|
|
606
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
603
|
// Cigarette aliases
|
|
608
604
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
605
|
+
// CircleDashed aliases
|
|
606
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
|
+
// CigaretteOff aliases
|
|
608
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
609
609
|
// CircleDollarSign aliases
|
|
610
610
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
611
611
|
// CircleDot aliases
|
|
@@ -618,10 +618,10 @@ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
|
618
618
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
619
|
// CircleFadingArrowUp aliases
|
|
620
620
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
621
|
-
// CircleFadingPlus aliases
|
|
622
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
623
621
|
// CircleOff aliases
|
|
624
622
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
623
|
+
// CircleFadingPlus aliases
|
|
624
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
625
625
|
// CirclePoundSterling aliases
|
|
626
626
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
627
627
|
// CircleSlash aliases
|
|
@@ -632,54 +632,54 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
632
632
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
633
633
|
// Circle aliases
|
|
634
634
|
export { default as CircleIcon } from '../icons/circle';
|
|
635
|
+
// CircuitBoard aliases
|
|
636
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
635
637
|
// Citrus aliases
|
|
636
638
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
637
639
|
// Clapperboard aliases
|
|
638
640
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
639
|
-
// CircuitBoard aliases
|
|
640
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
641
|
-
// ClipboardCheck aliases
|
|
642
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
643
641
|
// ClipboardClock aliases
|
|
644
642
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
643
|
+
// ClipboardCheck aliases
|
|
644
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
645
645
|
// ClipboardCopy aliases
|
|
646
646
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
649
|
// ClipboardMinus aliases
|
|
650
650
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
|
-
// ClipboardPaste aliases
|
|
652
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
653
651
|
// ClipboardPlus aliases
|
|
654
652
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
655
653
|
// ClipboardType aliases
|
|
656
654
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
|
+
// ClipboardPaste aliases
|
|
656
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
657
657
|
// ClipboardX aliases
|
|
658
658
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
659
659
|
// Clock1 aliases
|
|
660
660
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
|
-
// Clock11 aliases
|
|
662
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
663
661
|
// Clipboard aliases
|
|
664
662
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
665
|
-
// Clock12 aliases
|
|
666
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
663
|
// Clock10 aliases
|
|
668
664
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
669
|
-
//
|
|
670
|
-
export { default as
|
|
665
|
+
// Clock11 aliases
|
|
666
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
667
|
+
// Clock12 aliases
|
|
668
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
671
669
|
// Clock3 aliases
|
|
672
670
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
671
|
+
// Clock2 aliases
|
|
672
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
673
673
|
// Clock4 aliases
|
|
674
674
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
675
675
|
// Clock5 aliases
|
|
676
676
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
677
|
-
// Clock6 aliases
|
|
678
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
679
677
|
// Clock7 aliases
|
|
680
678
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
681
679
|
// Clock8 aliases
|
|
682
680
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
|
+
// Clock6 aliases
|
|
682
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
683
683
|
// Clock9 aliases
|
|
684
684
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
685
685
|
// ClockAlert aliases
|
|
@@ -694,14 +694,14 @@ export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
|
694
694
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
695
|
// ClockPlus aliases
|
|
696
696
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
697
|
-
// Clock aliases
|
|
698
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
699
697
|
// ClosedCaption aliases
|
|
700
698
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
701
|
-
//
|
|
702
|
-
export { default as
|
|
699
|
+
// Clock aliases
|
|
700
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
703
701
|
// CloudCheck aliases
|
|
704
702
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
703
|
+
// CloudAlert aliases
|
|
704
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
705
705
|
// CloudCog aliases
|
|
706
706
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
707
707
|
// CloudDrizzle aliases
|
|
@@ -710,36 +710,36 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
710
710
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
711
711
|
// CloudHail aliases
|
|
712
712
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
713
|
-
// CloudMoon aliases
|
|
714
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
715
713
|
// CloudLightning aliases
|
|
716
714
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
717
715
|
// CloudMoonRain aliases
|
|
718
716
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
717
|
+
// CloudMoon aliases
|
|
718
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
719
719
|
// CloudOff aliases
|
|
720
720
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
721
|
-
// CloudRainWind aliases
|
|
722
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
721
|
// CloudRain aliases
|
|
724
722
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
|
+
// CloudRainWind aliases
|
|
724
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
725
725
|
// CloudSnow aliases
|
|
726
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
|
-
// CloudSun aliases
|
|
728
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
729
|
-
// Cloud aliases
|
|
730
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
731
727
|
// CloudSunRain aliases
|
|
732
728
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
729
|
+
// Cloud aliases
|
|
730
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
731
|
+
// CloudSun aliases
|
|
732
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
733
733
|
// Cloudy aliases
|
|
734
734
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
735
735
|
// Clover aliases
|
|
736
736
|
export { default as CloverIcon } from '../icons/clover';
|
|
737
737
|
// Code aliases
|
|
738
738
|
export { default as CodeIcon } from '../icons/code';
|
|
739
|
-
// Club aliases
|
|
740
|
-
export { default as ClubIcon } from '../icons/club';
|
|
741
739
|
// Codepen aliases
|
|
742
740
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
741
|
+
// Club aliases
|
|
742
|
+
export { default as ClubIcon } from '../icons/club';
|
|
743
743
|
// Codesandbox aliases
|
|
744
744
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
745
745
|
// Coffee aliases
|
|
@@ -752,20 +752,20 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
752
752
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
753
753
|
// Combine aliases
|
|
754
754
|
export { default as CombineIcon } from '../icons/combine';
|
|
755
|
-
// Compass aliases
|
|
756
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
757
755
|
// Command aliases
|
|
758
756
|
export { default as CommandIcon } from '../icons/command';
|
|
757
|
+
// Compass aliases
|
|
758
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
759
759
|
// Component aliases
|
|
760
760
|
export { default as ComponentIcon } from '../icons/component';
|
|
761
761
|
// Computer aliases
|
|
762
762
|
export { default as ComputerIcon } from '../icons/computer';
|
|
763
763
|
// ConciergeBell aliases
|
|
764
764
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
765
|
-
// Cone aliases
|
|
766
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
767
765
|
// Construction aliases
|
|
768
766
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
767
|
+
// Cone aliases
|
|
768
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
769
769
|
// Contact aliases
|
|
770
770
|
export { default as ContactIcon } from '../icons/contact';
|
|
771
771
|
// Container aliases
|
|
@@ -790,34 +790,34 @@ export { default as CopyXIcon } from '../icons/copy-x';
|
|
|
790
790
|
export { default as CopyIcon } from '../icons/copy';
|
|
791
791
|
// Copyleft aliases
|
|
792
792
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
793
|
-
// CornerDownLeft aliases
|
|
794
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
795
793
|
// Copyright aliases
|
|
796
794
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
797
|
-
//
|
|
798
|
-
export { default as
|
|
795
|
+
// CornerDownLeft aliases
|
|
796
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
799
797
|
// CornerLeftDown aliases
|
|
800
798
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
803
|
-
// CornerRightUp aliases
|
|
804
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
799
|
+
// CornerDownRight aliases
|
|
800
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
805
801
|
// CornerRightDown aliases
|
|
806
802
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
803
|
+
// CornerLeftUp aliases
|
|
804
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
807
805
|
// CornerUpLeft aliases
|
|
808
806
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
|
+
// CornerRightUp aliases
|
|
808
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
809
809
|
// CornerUpRight aliases
|
|
810
810
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
811
|
-
// Cpu aliases
|
|
812
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
813
811
|
// CreativeCommons aliases
|
|
814
812
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
813
|
+
// Cpu aliases
|
|
814
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
815
815
|
// CreditCard aliases
|
|
816
816
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
817
|
-
// Crop aliases
|
|
818
|
-
export { default as CropIcon } from '../icons/crop';
|
|
819
817
|
// Croissant aliases
|
|
820
818
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
819
|
+
// Crop aliases
|
|
820
|
+
export { default as CropIcon } from '../icons/crop';
|
|
821
821
|
// Cross aliases
|
|
822
822
|
export { default as CrossIcon } from '../icons/cross';
|
|
823
823
|
// Crosshair aliases
|
|
@@ -828,16 +828,16 @@ export { default as CrownIcon } from '../icons/crown';
|
|
|
828
828
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
829
829
|
// CupSoda aliases
|
|
830
830
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
|
-
// Currency aliases
|
|
832
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
833
|
-
// DatabaseBackup aliases
|
|
834
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
835
831
|
// Cylinder aliases
|
|
836
832
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
|
+
// Currency aliases
|
|
834
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
837
835
|
// Dam aliases
|
|
838
836
|
export { default as DamIcon } from '../icons/dam';
|
|
839
837
|
// DatabaseZap aliases
|
|
840
838
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
|
+
// DatabaseBackup aliases
|
|
840
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
841
841
|
// Database aliases
|
|
842
842
|
export { default as DatabaseIcon } from '../icons/database';
|
|
843
843
|
// DecimalsArrowLeft aliases
|
|
@@ -852,60 +852,60 @@ export { default as DeleteIcon } from '../icons/delete';
|
|
|
852
852
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
853
853
|
// DiamondMinus aliases
|
|
854
854
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
855
|
-
// Diamond aliases
|
|
856
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
855
|
// DiamondPlus aliases
|
|
858
856
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
857
|
+
// Diamond aliases
|
|
858
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
859
859
|
// Dice1 aliases
|
|
860
860
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
861
|
+
// Dice2 aliases
|
|
862
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
861
863
|
// Dice3 aliases
|
|
862
864
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
863
865
|
// Dice4 aliases
|
|
864
866
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
865
|
-
// Dice2 aliases
|
|
866
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
867
|
-
// Dice6 aliases
|
|
868
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
867
|
// Dice5 aliases
|
|
870
868
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
869
|
+
// Dice6 aliases
|
|
870
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
871
871
|
// Dices aliases
|
|
872
872
|
export { default as DicesIcon } from '../icons/dices';
|
|
873
|
-
// Diff aliases
|
|
874
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
875
873
|
// Disc2 aliases
|
|
876
874
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
875
|
+
// Diff aliases
|
|
876
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
877
877
|
// Disc3 aliases
|
|
878
878
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
879
|
-
// DiscAlbum aliases
|
|
880
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
881
879
|
// Disc aliases
|
|
882
880
|
export { default as DiscIcon } from '../icons/disc';
|
|
881
|
+
// DiscAlbum aliases
|
|
882
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
883
883
|
// Divide aliases
|
|
884
884
|
export { default as DivideIcon } from '../icons/divide';
|
|
885
885
|
// DnaOff aliases
|
|
886
886
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
887
|
-
// Dna aliases
|
|
888
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
889
887
|
// Dock aliases
|
|
890
888
|
export { default as DockIcon } from '../icons/dock';
|
|
889
|
+
// Dna aliases
|
|
890
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
891
891
|
// Dog aliases
|
|
892
892
|
export { default as DogIcon } from '../icons/dog';
|
|
893
893
|
// DollarSign aliases
|
|
894
894
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
895
|
-
// DoorClosedLocked aliases
|
|
896
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
895
|
// Donut aliases
|
|
898
896
|
export { default as DonutIcon } from '../icons/donut';
|
|
897
|
+
// DoorClosedLocked aliases
|
|
898
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
|
+
// DoorOpen aliases
|
|
900
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
899
901
|
// DoorClosed aliases
|
|
900
902
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
903
|
+
// Dot aliases
|
|
904
|
+
export { default as DotIcon } from '../icons/dot';
|
|
901
905
|
// Download aliases
|
|
902
906
|
export { default as DownloadIcon } from '../icons/download';
|
|
903
|
-
// DoorOpen aliases
|
|
904
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
905
907
|
// DraftingCompass aliases
|
|
906
908
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
907
|
-
// Dot aliases
|
|
908
|
-
export { default as DotIcon } from '../icons/dot';
|
|
909
909
|
// Drama aliases
|
|
910
910
|
export { default as DramaIcon } from '../icons/drama';
|
|
911
911
|
// Dribbble aliases
|
|
@@ -922,20 +922,20 @@ export { default as DropletIcon } from '../icons/droplet';
|
|
|
922
922
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
923
923
|
// Drum aliases
|
|
924
924
|
export { default as DrumIcon } from '../icons/drum';
|
|
925
|
-
// Dumbbell aliases
|
|
926
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
925
|
// Drumstick aliases
|
|
928
926
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
929
|
-
//
|
|
930
|
-
export { default as
|
|
927
|
+
// Dumbbell aliases
|
|
928
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
931
929
|
// EarOff aliases
|
|
932
930
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
931
|
+
// Ear aliases
|
|
932
|
+
export { default as EarIcon } from '../icons/ear';
|
|
933
933
|
// EarthLock aliases
|
|
934
934
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
935
|
-
// EggFried aliases
|
|
936
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
935
|
// Eclipse aliases
|
|
938
936
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
937
|
+
// EggFried aliases
|
|
938
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
939
939
|
// EggOff aliases
|
|
940
940
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
941
941
|
// Egg aliases
|
|
@@ -952,26 +952,26 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
952
952
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
953
953
|
// Euro aliases
|
|
954
954
|
export { default as EuroIcon } from '../icons/euro';
|
|
955
|
-
// Expand aliases
|
|
956
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
957
955
|
// EvCharger aliases
|
|
958
956
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
959
|
-
//
|
|
960
|
-
export { default as
|
|
957
|
+
// Expand aliases
|
|
958
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
961
959
|
// ExternalLink aliases
|
|
962
960
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
963
961
|
// EyeClosed aliases
|
|
964
962
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
963
|
+
// EyeOff aliases
|
|
964
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
965
965
|
// Eye aliases
|
|
966
966
|
export { default as EyeIcon } from '../icons/eye';
|
|
967
967
|
// Facebook aliases
|
|
968
968
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
969
969
|
// Factory aliases
|
|
970
970
|
export { default as FactoryIcon } from '../icons/factory';
|
|
971
|
-
// FastForward aliases
|
|
972
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
973
971
|
// Fan aliases
|
|
974
972
|
export { default as FanIcon } from '../icons/fan';
|
|
973
|
+
// FastForward aliases
|
|
974
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
975
|
// Feather aliases
|
|
976
976
|
export { default as FeatherIcon } from '../icons/feather';
|
|
977
977
|
// Fence aliases
|
|
@@ -982,98 +982,60 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
982
982
|
export { default as FigmaIcon } from '../icons/figma';
|
|
983
983
|
// FileArchive aliases
|
|
984
984
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
985
|
-
// FileAudio2 aliases
|
|
986
|
-
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
987
|
-
// FileAudio aliases
|
|
988
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
989
|
-
// FileBadge2 aliases
|
|
990
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
991
985
|
// FileBox aliases
|
|
992
986
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
993
|
-
// FileBadge aliases
|
|
994
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
995
|
-
// FileCheck2 aliases
|
|
996
|
-
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
997
|
-
// FileCheck aliases
|
|
998
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
999
987
|
// FileClock aliases
|
|
1000
988
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1001
|
-
//
|
|
1002
|
-
export { default as
|
|
989
|
+
// FileCheck aliases
|
|
990
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1003
991
|
// FileCode aliases
|
|
1004
992
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1005
993
|
// FileDiff aliases
|
|
1006
994
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
995
|
+
// FileDown aliases
|
|
996
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1007
997
|
// FileDigit aliases
|
|
1008
998
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1009
999
|
// FileHeart aliases
|
|
1010
1000
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1011
|
-
// FileDown aliases
|
|
1012
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
1013
1001
|
// FileImage aliases
|
|
1014
1002
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1015
1003
|
// FileInput aliases
|
|
1016
1004
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1017
|
-
// FileJson2 aliases
|
|
1018
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1019
|
-
// FileJson aliases
|
|
1020
|
-
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1021
|
-
// FileKey2 aliases
|
|
1022
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1023
|
-
// FileKey aliases
|
|
1024
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1025
|
-
// FileLock2 aliases
|
|
1026
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1027
|
-
// FileLock aliases
|
|
1028
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1029
|
-
// FileMinus2 aliases
|
|
1030
|
-
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1031
1005
|
// FileMinus aliases
|
|
1032
1006
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1007
|
// FileMusic aliases
|
|
1034
1008
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
1009
|
// FileOutput aliases
|
|
1036
1010
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1037
|
-
// FilePlus2 aliases
|
|
1038
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1039
1011
|
// FilePlus aliases
|
|
1040
1012
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1013
|
// FileScan aliases
|
|
1042
1014
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
|
-
// FileSearch2 aliases
|
|
1044
|
-
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1045
1015
|
// FileSearch aliases
|
|
1046
1016
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1047
1017
|
// FileSliders aliases
|
|
1048
1018
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
|
-
// FileStack aliases
|
|
1050
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1019
|
// FileSpreadsheet aliases
|
|
1052
1020
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1053
|
-
//
|
|
1054
|
-
export { default as
|
|
1021
|
+
// FileStack aliases
|
|
1022
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1055
1023
|
// FileSymlink aliases
|
|
1056
1024
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1057
|
-
//
|
|
1058
|
-
export { default as
|
|
1025
|
+
// FileTerminal aliases
|
|
1026
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1059
1027
|
// FileText aliases
|
|
1060
1028
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1061
1029
|
// FileType aliases
|
|
1062
1030
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1063
1031
|
// FileUp aliases
|
|
1064
1032
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1065
|
-
// FileVolume2 aliases
|
|
1066
|
-
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
1033
|
// FileUser aliases
|
|
1068
1034
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1069
1035
|
// FileVolume aliases
|
|
1070
1036
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1071
|
-
// FileWarning aliases
|
|
1072
|
-
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1073
1037
|
// FileX aliases
|
|
1074
1038
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
|
-
// FileX2 aliases
|
|
1076
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1077
1039
|
// File aliases
|
|
1078
1040
|
export { default as FileIcon } from '../icons/file';
|
|
1079
1041
|
// Files aliases
|
|
@@ -1084,48 +1046,48 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1084
1046
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1085
1047
|
// FireExtinguisher aliases
|
|
1086
1048
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1087
|
-
// FishSymbol aliases
|
|
1088
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1089
1049
|
// FishOff aliases
|
|
1090
1050
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1091
|
-
//
|
|
1092
|
-
export { default as
|
|
1051
|
+
// FishSymbol aliases
|
|
1052
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1093
1053
|
// Fish aliases
|
|
1094
1054
|
export { default as FishIcon } from '../icons/fish';
|
|
1055
|
+
// FlagOff aliases
|
|
1056
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
1057
|
// FlagTriangleLeft aliases
|
|
1096
1058
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1097
1059
|
// FlagTriangleRight aliases
|
|
1098
1060
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1099
|
-
// Flag aliases
|
|
1100
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1101
1061
|
// FlameKindling aliases
|
|
1102
1062
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1103
|
-
//
|
|
1104
|
-
export { default as
|
|
1063
|
+
// Flag aliases
|
|
1064
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1105
1065
|
// FlashlightOff aliases
|
|
1106
1066
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1067
|
+
// Flame aliases
|
|
1068
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1107
1069
|
// Flashlight aliases
|
|
1108
1070
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
1071
|
// FlaskConicalOff aliases
|
|
1110
1072
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1111
1073
|
// FlaskConical aliases
|
|
1112
1074
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1075
|
+
// FlaskRound aliases
|
|
1076
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1113
1077
|
// FlipHorizontal2 aliases
|
|
1114
1078
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1115
1079
|
// FlipHorizontal aliases
|
|
1116
1080
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1117
|
-
// FlaskRound aliases
|
|
1118
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1119
1081
|
// FlipVertical2 aliases
|
|
1120
1082
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1121
1083
|
// FlipVertical aliases
|
|
1122
1084
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1123
1085
|
// Flower2 aliases
|
|
1124
1086
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1125
|
-
// Focus aliases
|
|
1126
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1127
1087
|
// Flower aliases
|
|
1128
1088
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1089
|
+
// Focus aliases
|
|
1090
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1129
1091
|
// FoldHorizontal aliases
|
|
1130
1092
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1131
1093
|
// FoldVertical aliases
|
|
@@ -1134,16 +1096,16 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1134
1096
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1135
1097
|
// FolderCheck aliases
|
|
1136
1098
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1137
|
-
// FolderClock aliases
|
|
1138
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
1099
|
// FolderClosed aliases
|
|
1140
1100
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1101
|
+
// FolderClock aliases
|
|
1102
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1141
1103
|
// FolderCode aliases
|
|
1142
1104
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1143
|
-
// FolderDot aliases
|
|
1144
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
1105
|
// FolderDown aliases
|
|
1146
1106
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1107
|
+
// FolderDot aliases
|
|
1108
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1147
1109
|
// FolderGit2 aliases
|
|
1148
1110
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1149
1111
|
// FolderGit aliases
|
|
@@ -1152,80 +1114,80 @@ export { default as FolderGitIcon } from '../icons/folder-git';
|
|
|
1152
1114
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1153
1115
|
// FolderInput aliases
|
|
1154
1116
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1155
|
-
// FolderKey aliases
|
|
1156
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1157
1117
|
// FolderKanban aliases
|
|
1158
1118
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1119
|
+
// FolderKey aliases
|
|
1120
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1159
1121
|
// FolderLock aliases
|
|
1160
1122
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1161
1123
|
// FolderMinus aliases
|
|
1162
1124
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1163
1125
|
// FolderOpenDot aliases
|
|
1164
1126
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1165
|
-
// FolderOutput aliases
|
|
1166
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1167
1127
|
// FolderOpen aliases
|
|
1168
1128
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1129
|
+
// FolderOutput aliases
|
|
1130
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1169
1131
|
// FolderPlus aliases
|
|
1170
1132
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1171
1133
|
// FolderRoot aliases
|
|
1172
1134
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
|
-
// FolderSearch aliases
|
|
1174
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1175
1135
|
// FolderSearch2 aliases
|
|
1176
1136
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1177
|
-
//
|
|
1178
|
-
export { default as
|
|
1137
|
+
// FolderSearch aliases
|
|
1138
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1179
1139
|
// FolderSymlink aliases
|
|
1180
1140
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1181
|
-
// FolderUp aliases
|
|
1182
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1183
1141
|
// FolderTree aliases
|
|
1184
1142
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1143
|
+
// FolderSync aliases
|
|
1144
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1145
|
+
// FolderUp aliases
|
|
1146
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1185
1147
|
// FolderX aliases
|
|
1186
1148
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1187
1149
|
// Folders aliases
|
|
1188
1150
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1151
|
+
// Footprints aliases
|
|
1152
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1189
1153
|
// Folder aliases
|
|
1190
1154
|
export { default as FolderIcon } from '../icons/folder';
|
|
1191
1155
|
// Forklift aliases
|
|
1192
1156
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1193
1157
|
// Forward aliases
|
|
1194
1158
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
|
-
// Footprints aliases
|
|
1196
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1197
1159
|
// Frame aliases
|
|
1198
1160
|
export { default as FrameIcon } from '../icons/frame';
|
|
1199
1161
|
// Framer aliases
|
|
1200
1162
|
export { default as FramerIcon } from '../icons/framer';
|
|
1201
|
-
// Fuel aliases
|
|
1202
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1203
1163
|
// Frown aliases
|
|
1204
1164
|
export { default as FrownIcon } from '../icons/frown';
|
|
1165
|
+
// Fuel aliases
|
|
1166
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1205
1167
|
// Fullscreen aliases
|
|
1206
1168
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1169
|
+
// FunnelPlus aliases
|
|
1170
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1207
1171
|
// GalleryHorizontalEnd aliases
|
|
1208
1172
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1209
1173
|
// GalleryHorizontal aliases
|
|
1210
1174
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1211
|
-
// FunnelPlus aliases
|
|
1212
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1213
1175
|
// GalleryThumbnails aliases
|
|
1214
1176
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1215
|
-
// GalleryVertical aliases
|
|
1216
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1217
1177
|
// GalleryVerticalEnd aliases
|
|
1218
1178
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1219
|
-
//
|
|
1220
|
-
export { default as
|
|
1179
|
+
// GalleryVertical aliases
|
|
1180
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1221
1181
|
// Gamepad2 aliases
|
|
1222
1182
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1183
|
+
// GamepadDirectional aliases
|
|
1184
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1223
1185
|
// Gamepad aliases
|
|
1224
1186
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1225
|
-
// Gavel aliases
|
|
1226
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
1187
|
// Gauge aliases
|
|
1228
1188
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1189
|
+
// Gavel aliases
|
|
1190
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1229
1191
|
// Gem aliases
|
|
1230
1192
|
export { default as GemIcon } from '../icons/gem';
|
|
1231
1193
|
// Ghost aliases
|
|
@@ -1236,36 +1198,36 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1236
1198
|
export { default as GiftIcon } from '../icons/gift';
|
|
1237
1199
|
// GitBranchMinus aliases
|
|
1238
1200
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1201
|
+
// GitBranch aliases
|
|
1202
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1239
1203
|
// GitBranchPlus aliases
|
|
1240
1204
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1241
1205
|
// GitCommitVertical aliases
|
|
1242
1206
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1243
|
-
// GitCompare aliases
|
|
1244
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1245
|
-
// GitBranch aliases
|
|
1246
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1247
1207
|
// GitCompareArrows aliases
|
|
1248
1208
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1249
1209
|
// GitFork aliases
|
|
1250
1210
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1211
|
+
// GitCompare aliases
|
|
1212
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1251
1213
|
// GitGraph aliases
|
|
1252
1214
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1253
|
-
// GitPullRequestArrow aliases
|
|
1254
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1255
1215
|
// GitMerge aliases
|
|
1256
1216
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1217
|
+
// GitPullRequestArrow aliases
|
|
1218
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1257
1219
|
// GitPullRequestClosed aliases
|
|
1258
1220
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1259
|
-
// GitPullRequestCreateArrow aliases
|
|
1260
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1261
1221
|
// GitPullRequestCreate aliases
|
|
1262
1222
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1223
|
+
// GitPullRequestCreateArrow aliases
|
|
1224
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1263
1225
|
// GitPullRequestDraft aliases
|
|
1264
1226
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1265
|
-
// GitPullRequest aliases
|
|
1266
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1267
1227
|
// Github aliases
|
|
1268
1228
|
export { default as GithubIcon } from '../icons/github';
|
|
1229
|
+
// GitPullRequest aliases
|
|
1230
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1269
1231
|
// Gitlab aliases
|
|
1270
1232
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1271
1233
|
// GlassWater aliases
|
|
@@ -1276,52 +1238,52 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1276
1238
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1277
1239
|
// Globe aliases
|
|
1278
1240
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1279
|
-
// Goal aliases
|
|
1280
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1281
1241
|
// Gpu aliases
|
|
1282
1242
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1283
|
-
// Grape aliases
|
|
1284
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1243
|
// GraduationCap aliases
|
|
1286
1244
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1245
|
+
// Goal aliases
|
|
1246
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1247
|
+
// Grape aliases
|
|
1248
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1287
1249
|
// Grid3x2 aliases
|
|
1288
1250
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1289
1251
|
// GripHorizontal aliases
|
|
1290
1252
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1291
1253
|
// GripVertical aliases
|
|
1292
1254
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1255
|
+
// Grip aliases
|
|
1256
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1293
1257
|
// Group aliases
|
|
1294
1258
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
1259
|
// Ham aliases
|
|
1296
1260
|
export { default as HamIcon } from '../icons/ham';
|
|
1297
1261
|
// Guitar aliases
|
|
1298
1262
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
|
-
// Grip aliases
|
|
1300
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1301
|
-
// Hamburger aliases
|
|
1302
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1263
|
// Hammer aliases
|
|
1304
1264
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1265
|
+
// Hamburger aliases
|
|
1266
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1307
1267
|
// HandCoins aliases
|
|
1308
1268
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1269
|
+
// HandFist aliases
|
|
1270
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1309
1271
|
// HandHeart aliases
|
|
1310
1272
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1311
1273
|
// HandMetal aliases
|
|
1312
1274
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1313
|
-
// Hand aliases
|
|
1314
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1315
1275
|
// HandPlatter aliases
|
|
1316
1276
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1277
|
+
// Hand aliases
|
|
1278
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1317
1279
|
// Handbag aliases
|
|
1318
1280
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1319
1281
|
// Handshake aliases
|
|
1320
1282
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
|
-
// HardDriveDownload aliases
|
|
1322
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1323
1283
|
// HardDriveUpload aliases
|
|
1324
1284
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1285
|
+
// HardDriveDownload aliases
|
|
1286
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1325
1287
|
// HardDrive aliases
|
|
1326
1288
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1327
1289
|
// HardHat aliases
|
|
@@ -1330,24 +1292,24 @@ export { default as HardHatIcon } from '../icons/hard-hat';
|
|
|
1330
1292
|
export { default as HashIcon } from '../icons/hash';
|
|
1331
1293
|
// HatGlasses aliases
|
|
1332
1294
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1333
|
-
// HdmiPort aliases
|
|
1334
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1335
1295
|
// Haze aliases
|
|
1336
1296
|
export { default as HazeIcon } from '../icons/haze';
|
|
1337
1297
|
// Heading1 aliases
|
|
1338
1298
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1299
|
+
// HdmiPort aliases
|
|
1300
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1339
1301
|
// Heading2 aliases
|
|
1340
1302
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
1303
|
// Heading3 aliases
|
|
1342
1304
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1343
|
-
// Heading4 aliases
|
|
1344
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1345
1305
|
// Heading5 aliases
|
|
1346
1306
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1347
|
-
//
|
|
1348
|
-
export { default as
|
|
1307
|
+
// Heading4 aliases
|
|
1308
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1349
1309
|
// Heading aliases
|
|
1350
1310
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1311
|
+
// Heading6 aliases
|
|
1312
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1351
1313
|
// HeadphoneOff aliases
|
|
1352
1314
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1315
|
// Headphones aliases
|
|
@@ -1366,84 +1328,84 @@ export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
|
1366
1328
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
1329
|
// HeartPulse aliases
|
|
1368
1330
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1369
|
-
// Heart aliases
|
|
1370
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1331
|
// Heater aliases
|
|
1372
1332
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
1333
|
// Helicopter aliases
|
|
1374
1334
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1335
|
+
// Heart aliases
|
|
1336
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1375
1337
|
// Hexagon aliases
|
|
1376
1338
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1377
1339
|
// Highlighter aliases
|
|
1378
1340
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1379
|
-
// History aliases
|
|
1380
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1381
1341
|
// HopOff aliases
|
|
1382
1342
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1343
|
+
// History aliases
|
|
1344
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1383
1345
|
// Hop aliases
|
|
1384
1346
|
export { default as HopIcon } from '../icons/hop';
|
|
1385
|
-
// Hotel aliases
|
|
1386
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1387
1347
|
// Hospital aliases
|
|
1388
1348
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1349
|
+
// Hotel aliases
|
|
1350
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
1351
|
// Hourglass aliases
|
|
1390
1352
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1391
1353
|
// HouseHeart aliases
|
|
1392
1354
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1393
1355
|
// HousePlug aliases
|
|
1394
1356
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
|
-
// HousePlus aliases
|
|
1396
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
|
-
// ImageDown aliases
|
|
1398
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1399
1357
|
// HouseWifi aliases
|
|
1400
1358
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1401
1359
|
// IdCardLanyard aliases
|
|
1402
1360
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1361
|
+
// HousePlus aliases
|
|
1362
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1403
1363
|
// IdCard aliases
|
|
1404
1364
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1365
|
+
// ImageDown aliases
|
|
1366
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1405
1367
|
// ImageMinus aliases
|
|
1406
1368
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1407
1369
|
// ImageOff aliases
|
|
1408
1370
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1409
1371
|
// ImagePlay aliases
|
|
1410
1372
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1373
|
+
// ImagePlus aliases
|
|
1374
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1411
1375
|
// ImageUp aliases
|
|
1412
1376
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1413
1377
|
// ImageUpscale aliases
|
|
1414
1378
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
|
-
// Images aliases
|
|
1416
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1417
|
-
// ImagePlus aliases
|
|
1418
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1419
1379
|
// Image aliases
|
|
1420
1380
|
export { default as ImageIcon } from '../icons/image';
|
|
1421
1381
|
// Import aliases
|
|
1422
1382
|
export { default as ImportIcon } from '../icons/import';
|
|
1383
|
+
// Images aliases
|
|
1384
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1423
1385
|
// Inbox aliases
|
|
1424
1386
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1425
1387
|
// IndianRupee aliases
|
|
1426
1388
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1427
1389
|
// Infinity aliases
|
|
1428
1390
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1429
|
-
// Instagram aliases
|
|
1430
|
-
export { default as InstagramIcon } from '../icons/instagram';
|
|
1431
|
-
// InspectionPanel aliases
|
|
1432
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1433
1391
|
// Info aliases
|
|
1434
1392
|
export { default as InfoIcon } from '../icons/info';
|
|
1393
|
+
// InspectionPanel aliases
|
|
1394
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1395
|
+
// Instagram aliases
|
|
1396
|
+
export { default as InstagramIcon } from '../icons/instagram';
|
|
1435
1397
|
// Italic aliases
|
|
1436
1398
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1399
|
+
// IterationCcw aliases
|
|
1400
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1437
1401
|
// IterationCw aliases
|
|
1438
1402
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1439
1403
|
// JapaneseYen aliases
|
|
1440
1404
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1441
|
-
// IterationCcw aliases
|
|
1442
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1443
|
-
// Kanban aliases
|
|
1444
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
1405
|
// Joystick aliases
|
|
1446
1406
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1407
|
+
// Kanban aliases
|
|
1408
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
1409
|
// Kayak aliases
|
|
1448
1410
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1449
1411
|
// KeyRound aliases
|
|
@@ -1468,10 +1430,10 @@ export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
|
1468
1430
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1469
1431
|
// LampWallUp aliases
|
|
1470
1432
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
|
-
// LandPlot aliases
|
|
1472
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
1433
|
// Lamp aliases
|
|
1474
1434
|
export { default as LampIcon } from '../icons/lamp';
|
|
1435
|
+
// LandPlot aliases
|
|
1436
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1475
1437
|
// Landmark aliases
|
|
1476
1438
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
1439
|
// Languages aliases
|
|
@@ -1492,56 +1454,56 @@ export { default as Layers2Icon } from '../icons/layers-2';
|
|
|
1492
1454
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1493
1455
|
// LayoutGrid aliases
|
|
1494
1456
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1495
|
-
// LayoutPanelLeft aliases
|
|
1496
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1497
1457
|
// LayoutList aliases
|
|
1498
1458
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1459
|
+
// LayoutPanelLeft aliases
|
|
1460
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1499
1461
|
// LayoutPanelTop aliases
|
|
1500
1462
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1501
1463
|
// Leaf aliases
|
|
1502
1464
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1503
|
-
// LeafyGreen aliases
|
|
1504
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1505
1465
|
// LayoutTemplate aliases
|
|
1506
1466
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1507
|
-
//
|
|
1508
|
-
export { default as
|
|
1467
|
+
// LeafyGreen aliases
|
|
1468
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1509
1469
|
// Lectern aliases
|
|
1510
1470
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1471
|
+
// LibraryBig aliases
|
|
1472
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1511
1473
|
// Library aliases
|
|
1512
1474
|
export { default as LibraryIcon } from '../icons/library';
|
|
1475
|
+
// LifeBuoy aliases
|
|
1476
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1513
1477
|
// Ligature aliases
|
|
1514
1478
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1515
1479
|
// LightbulbOff aliases
|
|
1516
1480
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1517
1481
|
// Lightbulb aliases
|
|
1518
1482
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1519
|
-
//
|
|
1520
|
-
export { default as
|
|
1483
|
+
// Link2Off aliases
|
|
1484
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
1485
|
// LineSquiggle aliases
|
|
1522
1486
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1523
1487
|
// Link2 aliases
|
|
1524
1488
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1525
|
-
// Link2Off aliases
|
|
1526
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1527
1489
|
// Link aliases
|
|
1528
1490
|
export { default as LinkIcon } from '../icons/link';
|
|
1529
|
-
// Linkedin aliases
|
|
1530
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1531
1491
|
// ListCheck aliases
|
|
1532
1492
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1533
|
-
//
|
|
1534
|
-
export { default as
|
|
1493
|
+
// Linkedin aliases
|
|
1494
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1535
1495
|
// ListChecks aliases
|
|
1536
1496
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1497
|
+
// ListChevronsDownUp aliases
|
|
1498
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1537
1499
|
// ListChevronsUpDown aliases
|
|
1538
1500
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1539
1501
|
// ListCollapse aliases
|
|
1540
1502
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1541
|
-
// ListEnd aliases
|
|
1542
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1543
1503
|
// ListFilterPlus aliases
|
|
1544
1504
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1505
|
+
// ListEnd aliases
|
|
1506
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1545
1507
|
// ListFilter aliases
|
|
1546
1508
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1547
1509
|
// ListMinus aliases
|
|
@@ -1570,116 +1532,116 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1570
1532
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1571
1533
|
// Loader aliases
|
|
1572
1534
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1573
|
-
// LocateOff aliases
|
|
1574
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1575
1535
|
// LocateFixed aliases
|
|
1576
1536
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1537
|
+
// LocateOff aliases
|
|
1538
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1577
1539
|
// Locate aliases
|
|
1578
1540
|
export { default as LocateIcon } from '../icons/locate';
|
|
1579
1541
|
// LockKeyhole aliases
|
|
1580
1542
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1581
|
-
// Lock aliases
|
|
1582
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1583
1543
|
// LogIn aliases
|
|
1584
1544
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1545
|
+
// Lock aliases
|
|
1546
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1585
1547
|
// LogOut aliases
|
|
1586
1548
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1587
1549
|
// Lollipop aliases
|
|
1588
1550
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1589
|
-
// Luggage aliases
|
|
1590
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1591
1551
|
// Logs aliases
|
|
1592
1552
|
export { default as LogsIcon } from '../icons/logs';
|
|
1553
|
+
// Luggage aliases
|
|
1554
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1555
|
+
// MailMinus aliases
|
|
1556
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
1557
|
// Magnet aliases
|
|
1594
1558
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1595
1559
|
// MailCheck aliases
|
|
1596
1560
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1597
|
-
//
|
|
1598
|
-
export { default as
|
|
1561
|
+
// MailOpen aliases
|
|
1562
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1599
1563
|
// MailPlus aliases
|
|
1600
1564
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1601
1565
|
// MailSearch aliases
|
|
1602
1566
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1603
|
-
// MailOpen aliases
|
|
1604
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1605
1567
|
// MailWarning aliases
|
|
1606
1568
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1607
|
-
// Mail aliases
|
|
1608
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1609
1569
|
// MailX aliases
|
|
1610
1570
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1611
|
-
//
|
|
1612
|
-
export { default as
|
|
1571
|
+
// Mail aliases
|
|
1572
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1613
1573
|
// Mailbox aliases
|
|
1614
1574
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1615
|
-
// MapPinCheckInside aliases
|
|
1616
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1617
|
-
// MapPinCheck aliases
|
|
1618
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1619
1575
|
// MapMinus aliases
|
|
1620
1576
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1621
|
-
//
|
|
1622
|
-
export { default as
|
|
1577
|
+
// Mails aliases
|
|
1578
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1579
|
+
// MapPinCheck aliases
|
|
1580
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1581
|
+
// MapPinCheckInside aliases
|
|
1582
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1623
1583
|
// MapPinMinusInside aliases
|
|
1624
1584
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1585
|
+
// MapPinHouse aliases
|
|
1586
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1625
1587
|
// MapPinMinus aliases
|
|
1626
1588
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1627
|
-
// MapPinPlusInside aliases
|
|
1628
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1629
1589
|
// MapPinOff aliases
|
|
1630
1590
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1631
|
-
// MapPinPlus aliases
|
|
1632
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1633
1591
|
// MapPinXInside aliases
|
|
1634
1592
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1635
|
-
//
|
|
1636
|
-
export { default as
|
|
1593
|
+
// MapPinPlusInside aliases
|
|
1594
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1595
|
+
// MapPinPlus aliases
|
|
1596
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1637
1597
|
// MapPinX aliases
|
|
1638
1598
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1639
|
-
//
|
|
1640
|
-
export { default as
|
|
1599
|
+
// MapPin aliases
|
|
1600
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1641
1601
|
// MapPinned aliases
|
|
1642
1602
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1643
|
-
// Map aliases
|
|
1644
|
-
export { default as MapIcon } from '../icons/map';
|
|
1645
1603
|
// MarsStroke aliases
|
|
1646
1604
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1605
|
+
// MapPlus aliases
|
|
1606
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1607
|
+
// Map aliases
|
|
1608
|
+
export { default as MapIcon } from '../icons/map';
|
|
1647
1609
|
// Mars aliases
|
|
1648
1610
|
export { default as MarsIcon } from '../icons/mars';
|
|
1611
|
+
// Maximize2 aliases
|
|
1612
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1649
1613
|
// Martini aliases
|
|
1650
1614
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1651
1615
|
// Maximize aliases
|
|
1652
1616
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1653
|
-
// Maximize2 aliases
|
|
1654
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1655
|
-
// MegaphoneOff aliases
|
|
1656
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1657
1617
|
// Medal aliases
|
|
1658
1618
|
export { default as MedalIcon } from '../icons/medal';
|
|
1619
|
+
// MegaphoneOff aliases
|
|
1620
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1659
1621
|
// Megaphone aliases
|
|
1660
1622
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1661
|
-
// MemoryStick aliases
|
|
1662
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1663
1623
|
// Meh aliases
|
|
1664
1624
|
export { default as MehIcon } from '../icons/meh';
|
|
1625
|
+
// MemoryStick aliases
|
|
1626
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1665
1627
|
// Merge aliases
|
|
1666
1628
|
export { default as MergeIcon } from '../icons/merge';
|
|
1667
|
-
// Menu aliases
|
|
1668
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1669
1629
|
// MessageCircleCode aliases
|
|
1670
1630
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1631
|
+
// Menu aliases
|
|
1632
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1633
|
+
// MessageCircleHeart aliases
|
|
1634
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1671
1635
|
// MessageCircleDashed aliases
|
|
1672
1636
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1637
|
+
// MessageCircleReply aliases
|
|
1638
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1673
1639
|
// MessageCircleMore aliases
|
|
1674
1640
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1675
|
-
// MessageCircleHeart aliases
|
|
1676
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1677
|
-
// MessageCircleOff aliases
|
|
1678
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1679
1641
|
// MessageCirclePlus aliases
|
|
1680
1642
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1681
|
-
//
|
|
1682
|
-
export { default as
|
|
1643
|
+
// MessageCircleOff aliases
|
|
1644
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1683
1645
|
// MessageCircleWarning aliases
|
|
1684
1646
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1685
1647
|
// MessageCircleX aliases
|
|
@@ -1690,70 +1652,70 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
|
1690
1652
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1691
1653
|
// MessageSquareDashed aliases
|
|
1692
1654
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1655
|
+
// MessageSquareDot aliases
|
|
1656
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1693
1657
|
// MessageSquareDiff aliases
|
|
1694
1658
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1695
1659
|
// MessageSquareHeart aliases
|
|
1696
1660
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1697
|
-
// MessageSquareDot aliases
|
|
1698
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1699
1661
|
// MessageSquareLock aliases
|
|
1700
1662
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1701
1663
|
// MessageSquareMore aliases
|
|
1702
1664
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1665
|
+
// MessageSquareOff aliases
|
|
1666
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1703
1667
|
// MessageSquarePlus aliases
|
|
1704
1668
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1705
|
-
// MessageSquareQuote aliases
|
|
1706
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1707
1669
|
// MessageSquareReply aliases
|
|
1708
1670
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1709
|
-
//
|
|
1710
|
-
export { default as
|
|
1671
|
+
// MessageSquareQuote aliases
|
|
1672
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1711
1673
|
// MessageSquareShare aliases
|
|
1712
1674
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1713
1675
|
// MessageSquareText aliases
|
|
1714
1676
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1715
|
-
// MessageSquareWarning aliases
|
|
1716
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1717
1677
|
// MessageSquareX aliases
|
|
1718
1678
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1679
|
+
// MessageSquareWarning aliases
|
|
1680
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1719
1681
|
// MessageSquare aliases
|
|
1720
1682
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1721
|
-
// MicOff aliases
|
|
1722
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1723
1683
|
// MessagesSquare aliases
|
|
1724
1684
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1685
|
+
// MicOff aliases
|
|
1686
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1725
1687
|
// Mic aliases
|
|
1726
1688
|
export { default as MicIcon } from '../icons/mic';
|
|
1727
|
-
// Microscope aliases
|
|
1728
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1729
1689
|
// Microchip aliases
|
|
1730
1690
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1691
|
+
// Microscope aliases
|
|
1692
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1731
1693
|
// Microwave aliases
|
|
1732
1694
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1733
1695
|
// Milestone aliases
|
|
1734
1696
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1735
|
-
// Milk aliases
|
|
1736
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1737
1697
|
// MilkOff aliases
|
|
1738
1698
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1739
|
-
//
|
|
1740
|
-
export { default as
|
|
1699
|
+
// Milk aliases
|
|
1700
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1741
1701
|
// Minimize2 aliases
|
|
1742
1702
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1743
|
-
// MonitorCheck aliases
|
|
1744
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1745
1703
|
// Minus aliases
|
|
1746
1704
|
export { default as MinusIcon } from '../icons/minus';
|
|
1747
|
-
//
|
|
1748
|
-
export { default as
|
|
1705
|
+
// MonitorCheck aliases
|
|
1706
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1749
1707
|
// MonitorCog aliases
|
|
1750
1708
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1709
|
+
// Minimize aliases
|
|
1710
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1751
1711
|
// MonitorDot aliases
|
|
1752
1712
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1753
|
-
//
|
|
1754
|
-
export { default as
|
|
1713
|
+
// MonitorCloud aliases
|
|
1714
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1755
1715
|
// MonitorDown aliases
|
|
1756
1716
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1717
|
+
// MonitorOff aliases
|
|
1718
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1757
1719
|
// MonitorPause aliases
|
|
1758
1720
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1759
1721
|
// MonitorPlay aliases
|
|
@@ -1766,12 +1728,12 @@ export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
|
1766
1728
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
1729
|
// MonitorUp aliases
|
|
1768
1730
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1731
|
+
// MonitorX aliases
|
|
1732
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1769
1733
|
// Monitor aliases
|
|
1770
1734
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1771
1735
|
// MoonStar aliases
|
|
1772
1736
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1773
|
-
// MonitorX aliases
|
|
1774
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1775
1737
|
// Moon aliases
|
|
1776
1738
|
export { default as MoonIcon } from '../icons/moon';
|
|
1777
1739
|
// Motorbike aliases
|
|
@@ -1782,24 +1744,24 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1782
1744
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1783
1745
|
// MouseOff aliases
|
|
1784
1746
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1785
|
-
// MousePointerBan aliases
|
|
1786
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1787
1747
|
// MousePointer2 aliases
|
|
1788
1748
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1789
1749
|
// MousePointerClick aliases
|
|
1790
1750
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1791
|
-
//
|
|
1792
|
-
export { default as
|
|
1751
|
+
// MousePointerBan aliases
|
|
1752
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1793
1753
|
// MoveDiagonal2 aliases
|
|
1794
1754
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1795
|
-
//
|
|
1796
|
-
export { default as
|
|
1755
|
+
// MousePointer aliases
|
|
1756
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1797
1757
|
// Mouse aliases
|
|
1798
1758
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1799
|
-
//
|
|
1800
|
-
export { default as
|
|
1759
|
+
// MoveDiagonal aliases
|
|
1760
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1801
1761
|
// MoveDownRight aliases
|
|
1802
1762
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1763
|
+
// MoveDownLeft aliases
|
|
1764
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1803
1765
|
// MoveDown aliases
|
|
1804
1766
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1805
1767
|
// MoveHorizontal aliases
|
|
@@ -1812,16 +1774,16 @@ export { default as MoveRightIcon } from '../icons/move-right';
|
|
|
1812
1774
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1813
1775
|
// MoveUpRight aliases
|
|
1814
1776
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1815
|
-
// MoveVertical aliases
|
|
1816
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1817
1777
|
// MoveUp aliases
|
|
1818
1778
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1779
|
+
// MoveVertical aliases
|
|
1780
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1819
1781
|
// Move aliases
|
|
1820
1782
|
export { default as MoveIcon } from '../icons/move';
|
|
1821
|
-
// Music2 aliases
|
|
1822
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1823
1783
|
// Music3 aliases
|
|
1824
1784
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1785
|
+
// Music2 aliases
|
|
1786
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1825
1787
|
// Music4 aliases
|
|
1826
1788
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1827
1789
|
// Music aliases
|
|
@@ -1844,10 +1806,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1844
1806
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1845
1807
|
// NotebookPen aliases
|
|
1846
1808
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1847
|
-
// NotebookTabs aliases
|
|
1848
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1849
1809
|
// NotebookText aliases
|
|
1850
1810
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1811
|
+
// NotebookTabs aliases
|
|
1812
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1851
1813
|
// Notebook aliases
|
|
1852
1814
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1853
1815
|
// NotepadTextDashed aliases
|
|
@@ -1870,12 +1832,12 @@ export { default as OptionIcon } from '../icons/option';
|
|
|
1870
1832
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1871
1833
|
// Origami aliases
|
|
1872
1834
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1835
|
+
// PackageMinus aliases
|
|
1836
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1873
1837
|
// Package2 aliases
|
|
1874
1838
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1875
1839
|
// PackageCheck aliases
|
|
1876
1840
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1877
|
-
// PackageMinus aliases
|
|
1878
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1879
1841
|
// PackageOpen aliases
|
|
1880
1842
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1881
1843
|
// PackagePlus aliases
|
|
@@ -1886,30 +1848,30 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1886
1848
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1887
1849
|
// Package aliases
|
|
1888
1850
|
export { default as PackageIcon } from '../icons/package';
|
|
1889
|
-
// PaintBucket aliases
|
|
1890
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1891
1851
|
// PaintRoller aliases
|
|
1892
1852
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1853
|
+
// PaintBucket aliases
|
|
1854
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1895
1855
|
// Paintbrush aliases
|
|
1896
1856
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1857
|
+
// Palette aliases
|
|
1858
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1897
1859
|
// Panda aliases
|
|
1898
1860
|
export { default as PandaIcon } from '../icons/panda';
|
|
1899
|
-
// PanelBottomClose aliases
|
|
1900
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1901
1861
|
// PanelBottomOpen aliases
|
|
1902
1862
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1863
|
+
// PanelBottomClose aliases
|
|
1864
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1903
1865
|
// PanelBottom aliases
|
|
1904
1866
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1905
1867
|
// PanelLeftRightDashed aliases
|
|
1906
1868
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1869
|
+
// PanelRightClose aliases
|
|
1870
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1907
1871
|
// PanelRightOpen aliases
|
|
1908
1872
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1909
1873
|
// PanelRight aliases
|
|
1910
1874
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1911
|
-
// PanelRightClose aliases
|
|
1912
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1913
1875
|
// PanelTopBottomDashed aliases
|
|
1914
1876
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1915
1877
|
// PanelTopClose aliases
|
|
@@ -1918,42 +1880,42 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1918
1880
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1919
1881
|
// PanelTop aliases
|
|
1920
1882
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1883
|
+
// PanelsRightBottom aliases
|
|
1884
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1921
1885
|
// PanelsLeftBottom aliases
|
|
1922
1886
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1923
1887
|
// Paperclip aliases
|
|
1924
1888
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1925
|
-
// PanelsRightBottom aliases
|
|
1926
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1927
|
-
// ParkingMeter aliases
|
|
1928
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1929
1889
|
// Parentheses aliases
|
|
1930
1890
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1891
|
+
// ParkingMeter aliases
|
|
1892
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1931
1893
|
// PartyPopper aliases
|
|
1932
1894
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1933
|
-
// PcCase aliases
|
|
1934
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1935
|
-
// PawPrint aliases
|
|
1936
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1937
1895
|
// Pause aliases
|
|
1938
1896
|
export { default as PauseIcon } from '../icons/pause';
|
|
1897
|
+
// PawPrint aliases
|
|
1898
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1939
1899
|
// PenOff aliases
|
|
1940
1900
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1941
|
-
//
|
|
1942
|
-
export { default as
|
|
1901
|
+
// PcCase aliases
|
|
1902
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1943
1903
|
// PencilLine aliases
|
|
1944
1904
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1945
|
-
//
|
|
1946
|
-
export { default as
|
|
1905
|
+
// PenTool aliases
|
|
1906
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1947
1907
|
// PencilOff aliases
|
|
1948
1908
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1909
|
+
// PencilRuler aliases
|
|
1910
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1949
1911
|
// Pencil aliases
|
|
1950
1912
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1951
|
-
// Percent aliases
|
|
1952
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1953
1913
|
// Pentagon aliases
|
|
1954
1914
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1955
1915
|
// PersonStanding aliases
|
|
1956
1916
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1917
|
+
// Percent aliases
|
|
1918
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1957
1919
|
// PhilippinePeso aliases
|
|
1958
1920
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1959
1921
|
// PhoneCall aliases
|
|
@@ -1964,100 +1926,100 @@ export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
|
1964
1926
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1965
1927
|
// PhoneMissed aliases
|
|
1966
1928
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1929
|
+
// PhoneOutgoing aliases
|
|
1930
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1967
1931
|
// PhoneOff aliases
|
|
1968
1932
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1969
1933
|
// Phone aliases
|
|
1970
1934
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1971
|
-
// PhoneOutgoing aliases
|
|
1972
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1973
|
-
// Piano aliases
|
|
1974
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1975
1935
|
// Pi aliases
|
|
1976
1936
|
export { default as PiIcon } from '../icons/pi';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1937
|
+
// Piano aliases
|
|
1938
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1979
1939
|
// Pickaxe aliases
|
|
1980
1940
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1941
|
+
// PictureInPicture2 aliases
|
|
1942
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1943
|
+
// PiggyBank aliases
|
|
1944
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1981
1945
|
// PictureInPicture aliases
|
|
1982
1946
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1983
1947
|
// PilcrowLeft aliases
|
|
1984
1948
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1985
|
-
//
|
|
1986
|
-
export { default as
|
|
1987
|
-
// PilcrowRight aliases
|
|
1988
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1949
|
+
// Pilcrow aliases
|
|
1950
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1989
1951
|
// PillBottle aliases
|
|
1990
1952
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1953
|
+
// PilcrowRight aliases
|
|
1954
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1991
1955
|
// Pill aliases
|
|
1992
1956
|
export { default as PillIcon } from '../icons/pill';
|
|
1993
1957
|
// PinOff aliases
|
|
1994
1958
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1995
|
-
// Pilcrow aliases
|
|
1996
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1997
|
-
// Pipette aliases
|
|
1998
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1999
|
-
// Pin aliases
|
|
2000
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2001
1959
|
// Pizza aliases
|
|
2002
1960
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2003
|
-
//
|
|
2004
|
-
export { default as
|
|
1961
|
+
// Pin aliases
|
|
1962
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1963
|
+
// Pipette aliases
|
|
1964
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2005
1965
|
// PlaneLanding aliases
|
|
2006
1966
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1967
|
+
// PlaneTakeoff aliases
|
|
1968
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2007
1969
|
// Plane aliases
|
|
2008
1970
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2009
|
-
// Play aliases
|
|
2010
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2011
1971
|
// Plug2 aliases
|
|
2012
1972
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1973
|
+
// Play aliases
|
|
1974
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2013
1975
|
// Plug aliases
|
|
2014
1976
|
export { default as PlugIcon } from '../icons/plug';
|
|
2015
|
-
// PocketKnife aliases
|
|
2016
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2017
1977
|
// Plus aliases
|
|
2018
1978
|
export { default as PlusIcon } from '../icons/plus';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
1979
|
+
// PocketKnife aliases
|
|
1980
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2021
1981
|
// Pocket aliases
|
|
2022
1982
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1983
|
+
// Podcast aliases
|
|
1984
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
1985
|
+
// PointerOff aliases
|
|
1986
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2023
1987
|
// Pointer aliases
|
|
2024
1988
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2025
1989
|
// Popcorn aliases
|
|
2026
1990
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2027
|
-
// PointerOff aliases
|
|
2028
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2029
|
-
// Popsicle aliases
|
|
2030
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2031
1991
|
// PoundSterling aliases
|
|
2032
1992
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2033
|
-
//
|
|
2034
|
-
export { default as
|
|
1993
|
+
// Popsicle aliases
|
|
1994
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2035
1995
|
// PowerOff aliases
|
|
2036
1996
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1997
|
+
// Power aliases
|
|
1998
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2037
1999
|
// Presentation aliases
|
|
2038
2000
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2039
|
-
// PrinterCheck aliases
|
|
2040
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2041
2001
|
// Printer aliases
|
|
2042
2002
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2043
|
-
//
|
|
2044
|
-
export { default as
|
|
2003
|
+
// PrinterCheck aliases
|
|
2004
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
2005
|
// Proportions aliases
|
|
2046
2006
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2007
|
+
// Projector aliases
|
|
2008
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2047
2009
|
// Puzzle aliases
|
|
2048
2010
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2049
|
-
// Pyramid aliases
|
|
2050
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2051
2011
|
// QrCode aliases
|
|
2052
2012
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2053
|
-
//
|
|
2054
|
-
export { default as
|
|
2013
|
+
// Pyramid aliases
|
|
2014
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2055
2015
|
// Rabbit aliases
|
|
2056
2016
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2017
|
+
// Quote aliases
|
|
2018
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2059
2019
|
// Radar aliases
|
|
2060
2020
|
export { default as RadarIcon } from '../icons/radar';
|
|
2021
|
+
// Radiation aliases
|
|
2022
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2061
2023
|
// Radical aliases
|
|
2062
2024
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2063
2025
|
// RadioReceiver aliases
|
|
@@ -2080,36 +2042,36 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2080
2042
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2081
2043
|
// ReceiptEuro aliases
|
|
2082
2044
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2083
|
-
// ReceiptJapaneseYen aliases
|
|
2084
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2085
2045
|
// ReceiptIndianRupee aliases
|
|
2086
2046
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2087
|
-
// ReceiptRussianRuble aliases
|
|
2088
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2089
2047
|
// ReceiptPoundSterling aliases
|
|
2090
2048
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2049
|
+
// ReceiptJapaneseYen aliases
|
|
2050
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2091
2051
|
// ReceiptSwissFranc aliases
|
|
2092
2052
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2053
|
+
// ReceiptRussianRuble aliases
|
|
2054
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2093
2055
|
// ReceiptText aliases
|
|
2094
2056
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2095
2057
|
// ReceiptTurkishLira aliases
|
|
2096
2058
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2097
2059
|
// Receipt aliases
|
|
2098
2060
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2061
|
+
// RectangleHorizontal aliases
|
|
2062
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2099
2063
|
// RectangleCircle aliases
|
|
2100
2064
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2101
2065
|
// RectangleGoggles aliases
|
|
2102
2066
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2103
|
-
// RectangleHorizontal aliases
|
|
2104
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2105
2067
|
// RectangleVertical aliases
|
|
2106
2068
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2107
2069
|
// Recycle aliases
|
|
2108
2070
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2109
|
-
// RedoDot aliases
|
|
2110
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2111
2071
|
// Redo2 aliases
|
|
2112
2072
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2073
|
+
// RedoDot aliases
|
|
2074
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2113
2075
|
// Redo aliases
|
|
2114
2076
|
export { default as RedoIcon } from '../icons/redo';
|
|
2115
2077
|
// RefreshCcwDot aliases
|
|
@@ -2122,12 +2084,12 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2122
2084
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2123
2085
|
// Refrigerator aliases
|
|
2124
2086
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2125
|
-
// Regex aliases
|
|
2126
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2127
2087
|
// RemoveFormatting aliases
|
|
2128
2088
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2129
2089
|
// Repeat1 aliases
|
|
2130
2090
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2091
|
+
// Regex aliases
|
|
2092
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2131
2093
|
// Repeat2 aliases
|
|
2132
2094
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2133
2095
|
// Repeat aliases
|
|
@@ -2136,24 +2098,24 @@ export { default as RepeatIcon } from '../icons/repeat';
|
|
|
2136
2098
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2137
2099
|
// Replace aliases
|
|
2138
2100
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2101
|
+
// Rewind aliases
|
|
2102
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2139
2103
|
// ReplyAll aliases
|
|
2140
2104
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2141
2105
|
// Reply aliases
|
|
2142
2106
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2143
|
-
// Rewind aliases
|
|
2144
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2145
2107
|
// Ribbon aliases
|
|
2146
2108
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2147
2109
|
// Rocket aliases
|
|
2148
2110
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2149
2111
|
// RockingChair aliases
|
|
2150
2112
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2113
|
+
// Rose aliases
|
|
2114
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2151
2115
|
// RollerCoaster aliases
|
|
2152
2116
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2153
2117
|
// RotateCcwKey aliases
|
|
2154
2118
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2155
|
-
// Rose aliases
|
|
2156
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2157
2119
|
// RotateCcwSquare aliases
|
|
2158
2120
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2159
2121
|
// RotateCcw aliases
|
|
@@ -2164,20 +2126,20 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2164
2126
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2165
2127
|
// RouteOff aliases
|
|
2166
2128
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2167
|
-
// Route aliases
|
|
2168
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2169
2129
|
// Router aliases
|
|
2170
2130
|
export { default as RouterIcon } from '../icons/router';
|
|
2131
|
+
// Route aliases
|
|
2132
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2171
2133
|
// Rows4 aliases
|
|
2172
2134
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2173
2135
|
// Rss aliases
|
|
2174
2136
|
export { default as RssIcon } from '../icons/rss';
|
|
2175
|
-
// Ruler aliases
|
|
2176
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2177
2137
|
// RulerDimensionLine aliases
|
|
2178
2138
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2179
2139
|
// RussianRuble aliases
|
|
2180
2140
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2141
|
+
// Ruler aliases
|
|
2142
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2181
2143
|
// Sailboat aliases
|
|
2182
2144
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2183
2145
|
// Salad aliases
|
|
@@ -2188,28 +2150,28 @@ export { default as SandwichIcon } from '../icons/sandwich';
|
|
|
2188
2150
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2189
2151
|
// Satellite aliases
|
|
2190
2152
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2191
|
-
// SaudiRiyal aliases
|
|
2192
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2193
2153
|
// SaveAll aliases
|
|
2194
2154
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2155
|
+
// SaudiRiyal aliases
|
|
2156
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2195
2157
|
// SaveOff aliases
|
|
2196
2158
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2197
|
-
// Scaling aliases
|
|
2198
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2199
|
-
// Scale aliases
|
|
2200
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2201
2159
|
// Save aliases
|
|
2202
2160
|
export { default as SaveIcon } from '../icons/save';
|
|
2203
|
-
//
|
|
2204
|
-
export { default as
|
|
2161
|
+
// Scale aliases
|
|
2162
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2163
|
+
// Scaling aliases
|
|
2164
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2205
2165
|
// ScanEye aliases
|
|
2206
2166
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2167
|
+
// ScanBarcode aliases
|
|
2168
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2207
2169
|
// ScanFace aliases
|
|
2208
2170
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2209
|
-
// ScanHeart aliases
|
|
2210
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2211
2171
|
// ScanLine aliases
|
|
2212
2172
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2173
|
+
// ScanHeart aliases
|
|
2174
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2213
2175
|
// ScanQrCode aliases
|
|
2214
2176
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2215
2177
|
// ScanSearch aliases
|
|
@@ -2220,10 +2182,10 @@ export { default as ScanTextIcon } from '../icons/scan-text';
|
|
|
2220
2182
|
export { default as ScanIcon } from '../icons/scan';
|
|
2221
2183
|
// School aliases
|
|
2222
2184
|
export { default as SchoolIcon } from '../icons/school';
|
|
2223
|
-
// Scissors aliases
|
|
2224
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2225
2185
|
// ScissorsLineDashed aliases
|
|
2226
2186
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2187
|
+
// Scissors aliases
|
|
2188
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2227
2189
|
// ScreenShareOff aliases
|
|
2228
2190
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2229
2191
|
// ScreenShare aliases
|
|
@@ -2248,108 +2210,110 @@ export { default as SectionIcon } from '../icons/section';
|
|
|
2248
2210
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2249
2211
|
// Send aliases
|
|
2250
2212
|
export { default as SendIcon } from '../icons/send';
|
|
2251
|
-
// SeparatorHorizontal aliases
|
|
2252
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2253
2213
|
// SeparatorVertical aliases
|
|
2254
2214
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2255
|
-
//
|
|
2256
|
-
export { default as
|
|
2215
|
+
// SeparatorHorizontal aliases
|
|
2216
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2257
2217
|
// ServerCog aliases
|
|
2258
2218
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2219
|
+
// ServerCrash aliases
|
|
2220
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2259
2221
|
// ServerOff aliases
|
|
2260
2222
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2261
|
-
// Settings2 aliases
|
|
2262
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2263
|
-
// Settings aliases
|
|
2264
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2265
2223
|
// Server aliases
|
|
2266
2224
|
export { default as ServerIcon } from '../icons/server';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2225
|
+
// Settings aliases
|
|
2226
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2269
2227
|
// Shapes aliases
|
|
2270
2228
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2229
|
+
// Settings2 aliases
|
|
2230
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2231
|
+
// Share2 aliases
|
|
2232
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2271
2233
|
// Share aliases
|
|
2272
2234
|
export { default as ShareIcon } from '../icons/share';
|
|
2273
2235
|
// Sheet aliases
|
|
2274
2236
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2275
2237
|
// Shell aliases
|
|
2276
2238
|
export { default as ShellIcon } from '../icons/shell';
|
|
2277
|
-
// ShieldBan aliases
|
|
2278
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2279
2239
|
// ShieldAlert aliases
|
|
2280
2240
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2281
2241
|
// ShieldCheck aliases
|
|
2282
2242
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2283
2243
|
// ShieldEllipsis aliases
|
|
2284
2244
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2245
|
+
// ShieldBan aliases
|
|
2246
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2285
2247
|
// ShieldHalf aliases
|
|
2286
2248
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2287
2249
|
// ShieldMinus aliases
|
|
2288
2250
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2289
|
-
// ShieldPlus aliases
|
|
2290
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2291
|
-
// ShieldUser aliases
|
|
2292
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2293
|
-
// ShipWheel aliases
|
|
2294
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2295
2251
|
// ShieldOff aliases
|
|
2296
2252
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2253
|
+
// ShieldUser aliases
|
|
2254
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2255
|
+
// ShieldPlus aliases
|
|
2256
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2299
2257
|
// Shield aliases
|
|
2300
2258
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2259
|
+
// ShipWheel aliases
|
|
2260
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2301
2261
|
// Ship aliases
|
|
2302
2262
|
export { default as ShipIcon } from '../icons/ship';
|
|
2263
|
+
// Shirt aliases
|
|
2264
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2265
|
+
// ShoppingBasket aliases
|
|
2266
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2303
2267
|
// ShoppingBag aliases
|
|
2304
2268
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2305
2269
|
// ShoppingCart aliases
|
|
2306
2270
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2307
|
-
// Shovel aliases
|
|
2308
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2309
|
-
// ShoppingBasket aliases
|
|
2310
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2311
2271
|
// ShowerHead aliases
|
|
2312
2272
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2313
2273
|
// Shredder aliases
|
|
2314
2274
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2315
|
-
//
|
|
2316
|
-
export { default as
|
|
2275
|
+
// Shovel aliases
|
|
2276
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2317
2277
|
// Shrimp aliases
|
|
2318
2278
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2279
|
+
// Shrink aliases
|
|
2280
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2319
2281
|
// Shrub aliases
|
|
2320
2282
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2283
|
+
// Sigma aliases
|
|
2284
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2321
2285
|
// Shuffle aliases
|
|
2322
2286
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2323
2287
|
// SignalHigh aliases
|
|
2324
2288
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2325
|
-
// Sigma aliases
|
|
2326
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2327
|
-
// SignalMedium aliases
|
|
2328
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2329
2289
|
// SignalLow aliases
|
|
2330
2290
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2291
|
+
// SignalMedium aliases
|
|
2292
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2331
2293
|
// SignalZero aliases
|
|
2332
2294
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2333
2295
|
// Signal aliases
|
|
2334
2296
|
export { default as SignalIcon } from '../icons/signal';
|
|
2335
|
-
// SignpostBig aliases
|
|
2336
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2337
2297
|
// Signature aliases
|
|
2338
2298
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2299
|
+
// SignpostBig aliases
|
|
2300
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2301
|
+
// Siren aliases
|
|
2302
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2339
2303
|
// Signpost aliases
|
|
2340
2304
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2341
|
-
// SkipBack aliases
|
|
2342
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2343
2305
|
// SkipForward aliases
|
|
2344
2306
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2345
|
-
//
|
|
2346
|
-
export { default as
|
|
2307
|
+
// SkipBack aliases
|
|
2308
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2347
2309
|
// Skull aliases
|
|
2348
2310
|
export { default as SkullIcon } from '../icons/skull';
|
|
2349
2311
|
// Slack aliases
|
|
2350
2312
|
export { default as SlackIcon } from '../icons/slack';
|
|
2351
2313
|
// Slash aliases
|
|
2352
2314
|
export { default as SlashIcon } from '../icons/slash';
|
|
2315
|
+
// SmartphoneCharging aliases
|
|
2316
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2353
2317
|
// Slice aliases
|
|
2354
2318
|
export { default as SliceIcon } from '../icons/slice';
|
|
2355
2319
|
// SlidersHorizontal aliases
|
|
@@ -2358,26 +2322,26 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2358
2322
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2359
2323
|
// Smartphone aliases
|
|
2360
2324
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2361
|
-
// SmartphoneCharging aliases
|
|
2362
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2363
2325
|
// SmilePlus aliases
|
|
2364
2326
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2365
2327
|
// Smile aliases
|
|
2366
2328
|
export { default as SmileIcon } from '../icons/smile';
|
|
2367
2329
|
// Snowflake aliases
|
|
2368
2330
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2369
|
-
// Snail aliases
|
|
2370
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2371
2331
|
// SoapDispenserDroplet aliases
|
|
2372
2332
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2333
|
+
// Snail aliases
|
|
2334
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2373
2335
|
// Sofa aliases
|
|
2374
2336
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2337
|
+
// SolarPanel aliases
|
|
2338
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2375
2339
|
// Soup aliases
|
|
2376
2340
|
export { default as SoupIcon } from '../icons/soup';
|
|
2377
|
-
// Space aliases
|
|
2378
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2379
2341
|
// Spade aliases
|
|
2380
2342
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2343
|
+
// Space aliases
|
|
2344
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2381
2345
|
// Sparkle aliases
|
|
2382
2346
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2383
2347
|
// Speaker aliases
|
|
@@ -2390,52 +2354,52 @@ export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
|
2390
2354
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2391
2355
|
// SplinePointer aliases
|
|
2392
2356
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2393
|
-
// Split aliases
|
|
2394
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2395
2357
|
// Spline aliases
|
|
2396
2358
|
export { default as SplineIcon } from '../icons/spline';
|
|
2397
|
-
// Spotlight aliases
|
|
2398
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2399
2359
|
// Spool aliases
|
|
2400
2360
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2361
|
+
// Split aliases
|
|
2362
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2401
2363
|
// SprayCan aliases
|
|
2402
2364
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2365
|
+
// Spotlight aliases
|
|
2366
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2403
2367
|
// Sprout aliases
|
|
2404
2368
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2405
2369
|
// SquareDashedBottom aliases
|
|
2406
2370
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2407
|
-
// SquareDashedTopSolid aliases
|
|
2408
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2409
|
-
// SquareDashedBottomCode aliases
|
|
2410
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2411
2371
|
// SquarePause aliases
|
|
2412
2372
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2373
|
+
// SquareDashedBottomCode aliases
|
|
2374
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2375
|
+
// SquareDashedTopSolid aliases
|
|
2376
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2413
2377
|
// SquareRadical aliases
|
|
2414
2378
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2415
2379
|
// SquareRoundCorner aliases
|
|
2416
2380
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
|
-
// SquareStack aliases
|
|
2418
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2419
2381
|
// SquareSquare aliases
|
|
2420
2382
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2421
|
-
//
|
|
2422
|
-
export { default as
|
|
2383
|
+
// SquareStack aliases
|
|
2384
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2423
2385
|
// SquareStar aliases
|
|
2424
2386
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2387
|
+
// SquareStop aliases
|
|
2388
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2425
2389
|
// Square aliases
|
|
2426
2390
|
export { default as SquareIcon } from '../icons/square';
|
|
2427
2391
|
// SquaresExclude aliases
|
|
2428
2392
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2429
|
-
// SquaresSubtract aliases
|
|
2430
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2431
2393
|
// SquaresIntersect aliases
|
|
2432
2394
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2433
2395
|
// SquaresUnite aliases
|
|
2434
2396
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2397
|
+
// SquaresSubtract aliases
|
|
2398
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2437
2399
|
// Squircle aliases
|
|
2438
2400
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2401
|
+
// SquircleDashed aliases
|
|
2402
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2439
2403
|
// Squirrel aliases
|
|
2440
2404
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2441
2405
|
// Stamp aliases
|
|
@@ -2448,30 +2412,30 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2448
2412
|
export { default as StarIcon } from '../icons/star';
|
|
2449
2413
|
// StepBack aliases
|
|
2450
2414
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2451
|
-
// StepForward aliases
|
|
2452
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2453
2415
|
// Stethoscope aliases
|
|
2454
2416
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2455
|
-
//
|
|
2456
|
-
export { default as
|
|
2417
|
+
// StepForward aliases
|
|
2418
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2457
2419
|
// StickyNote aliases
|
|
2458
2420
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2459
|
-
// Store aliases
|
|
2460
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2461
2421
|
// StretchHorizontal aliases
|
|
2462
2422
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2423
|
+
// Sticker aliases
|
|
2424
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2425
|
+
// Store aliases
|
|
2426
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2463
2427
|
// StretchVertical aliases
|
|
2464
2428
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2465
2429
|
// Strikethrough aliases
|
|
2466
2430
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2467
2431
|
// Subscript aliases
|
|
2468
2432
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2469
|
-
// SunMedium aliases
|
|
2470
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2471
2433
|
// SunDim aliases
|
|
2472
2434
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2473
2435
|
// SunMoon aliases
|
|
2474
2436
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2437
|
+
// SunMedium aliases
|
|
2438
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2475
2439
|
// SunSnow aliases
|
|
2476
2440
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2477
2441
|
// Sun aliases
|
|
@@ -2490,30 +2454,30 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2490
2454
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2491
2455
|
// Sword aliases
|
|
2492
2456
|
export { default as SwordIcon } from '../icons/sword';
|
|
2493
|
-
// Swords aliases
|
|
2494
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2495
2457
|
// Syringe aliases
|
|
2496
2458
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2459
|
+
// Swords aliases
|
|
2460
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2497
2461
|
// Table2 aliases
|
|
2498
2462
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2499
|
-
// TableCellsSplit aliases
|
|
2500
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2501
2463
|
// TableCellsMerge aliases
|
|
2502
2464
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2503
|
-
//
|
|
2504
|
-
export { default as
|
|
2505
|
-
// TableColumnsSplit aliases
|
|
2506
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2465
|
+
// TableCellsSplit aliases
|
|
2466
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2507
2467
|
// TableOfContents aliases
|
|
2508
2468
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2469
|
+
// TableColumnsSplit aliases
|
|
2470
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2471
|
+
// TableProperties aliases
|
|
2472
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2509
2473
|
// TableRowsSplit aliases
|
|
2510
2474
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2511
2475
|
// Table aliases
|
|
2512
2476
|
export { default as TableIcon } from '../icons/table';
|
|
2513
|
-
// Tablet aliases
|
|
2514
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2515
2477
|
// TabletSmartphone aliases
|
|
2516
2478
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2479
|
+
// Tablet aliases
|
|
2480
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2517
2481
|
// Tablets aliases
|
|
2518
2482
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2519
2483
|
// Tag aliases
|
|
@@ -2532,36 +2496,36 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2532
2496
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2533
2497
|
// Tangent aliases
|
|
2534
2498
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2499
|
+
// Target aliases
|
|
2500
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2535
2501
|
// Telescope aliases
|
|
2536
2502
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2537
2503
|
// TentTree aliases
|
|
2538
2504
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2539
|
-
// Target aliases
|
|
2540
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2541
2505
|
// Tent aliases
|
|
2542
2506
|
export { default as TentIcon } from '../icons/tent';
|
|
2543
|
-
// Terminal aliases
|
|
2544
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2545
2507
|
// TestTube aliases
|
|
2546
2508
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2509
|
+
// Terminal aliases
|
|
2510
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2547
2511
|
// TestTubes aliases
|
|
2548
2512
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2549
2513
|
// TextCursorInput aliases
|
|
2550
2514
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2551
|
-
// TextCursor aliases
|
|
2552
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2553
2515
|
// TextQuote aliases
|
|
2554
2516
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2517
|
+
// TextCursor aliases
|
|
2518
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2555
2519
|
// TextSearch aliases
|
|
2556
2520
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2557
|
-
// ThermometerSnowflake aliases
|
|
2558
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2559
2521
|
// Theater aliases
|
|
2560
2522
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2561
|
-
//
|
|
2562
|
-
export { default as
|
|
2523
|
+
// ThermometerSnowflake aliases
|
|
2524
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2563
2525
|
// Thermometer aliases
|
|
2564
2526
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2527
|
+
// ThermometerSun aliases
|
|
2528
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2565
2529
|
// ThumbsDown aliases
|
|
2566
2530
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2567
2531
|
// ThumbsUp aliases
|
|
@@ -2574,52 +2538,52 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2574
2538
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2575
2539
|
// TicketPlus aliases
|
|
2576
2540
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2577
|
-
// TicketX aliases
|
|
2578
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2579
2541
|
// TicketSlash aliases
|
|
2580
2542
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2543
|
+
// TicketX aliases
|
|
2544
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2581
2545
|
// Ticket aliases
|
|
2582
2546
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2547
|
+
// TicketsPlane aliases
|
|
2548
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2583
2549
|
// Tickets aliases
|
|
2584
2550
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2585
2551
|
// TimerOff aliases
|
|
2586
2552
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2587
|
-
// TicketsPlane aliases
|
|
2588
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2589
|
-
// Timer aliases
|
|
2590
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2591
2553
|
// TimerReset aliases
|
|
2592
2554
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2555
|
+
// Timer aliases
|
|
2556
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2593
2557
|
// ToggleLeft aliases
|
|
2594
2558
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2595
|
-
// ToggleRight aliases
|
|
2596
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2597
2559
|
// Toilet aliases
|
|
2598
2560
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2561
|
+
// ToggleRight aliases
|
|
2562
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2599
2563
|
// ToolCase aliases
|
|
2600
2564
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2601
|
-
// Torus aliases
|
|
2602
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2603
2565
|
// Tornado aliases
|
|
2604
2566
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2567
|
+
// Torus aliases
|
|
2568
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2607
2569
|
// Touchpad aliases
|
|
2608
2570
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2609
|
-
//
|
|
2610
|
-
export { default as
|
|
2571
|
+
// TouchpadOff aliases
|
|
2572
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2611
2573
|
// TowerControl aliases
|
|
2612
2574
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2575
|
+
// ToyBrick aliases
|
|
2576
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2613
2577
|
// Tractor aliases
|
|
2614
2578
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2615
|
-
// TrafficCone aliases
|
|
2616
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2617
2579
|
// TrainFrontTunnel aliases
|
|
2618
2580
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2581
|
+
// TrafficCone aliases
|
|
2582
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2621
2583
|
// TrainFront aliases
|
|
2622
2584
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2585
|
+
// TrainTrack aliases
|
|
2586
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2623
2587
|
// Transgender aliases
|
|
2624
2588
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2625
2589
|
// Trash2 aliases
|
|
@@ -2632,56 +2596,56 @@ export { default as TrashIcon } from '../icons/trash';
|
|
|
2632
2596
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2633
2597
|
// Trees aliases
|
|
2634
2598
|
export { default as TreesIcon } from '../icons/trees';
|
|
2635
|
-
// TrendingDown aliases
|
|
2636
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2637
2599
|
// Trello aliases
|
|
2638
2600
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2601
|
+
// TrendingDown aliases
|
|
2602
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2639
2603
|
// TrendingUpDown aliases
|
|
2640
2604
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2641
|
-
// TrendingUp aliases
|
|
2642
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2643
2605
|
// TriangleDashed aliases
|
|
2644
2606
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2645
|
-
//
|
|
2646
|
-
export { default as
|
|
2607
|
+
// TrendingUp aliases
|
|
2608
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2647
2609
|
// TriangleRight aliases
|
|
2648
2610
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2611
|
+
// Triangle aliases
|
|
2612
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2651
2613
|
// TruckElectric aliases
|
|
2652
2614
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2653
2615
|
// Trophy aliases
|
|
2654
2616
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2617
|
+
// Truck aliases
|
|
2618
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2655
2619
|
// TurkishLira aliases
|
|
2656
2620
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2657
|
-
// Turtle aliases
|
|
2658
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2659
2621
|
// Turntable aliases
|
|
2660
2622
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2623
|
+
// Turtle aliases
|
|
2624
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2625
|
+
// TvMinimalPlay aliases
|
|
2626
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2661
2627
|
// Tv aliases
|
|
2662
2628
|
export { default as TvIcon } from '../icons/tv';
|
|
2663
2629
|
// Twitch aliases
|
|
2664
2630
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2665
|
-
// TvMinimalPlay aliases
|
|
2666
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2667
2631
|
// Twitter aliases
|
|
2668
2632
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2669
2633
|
// TypeOutline aliases
|
|
2670
2634
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2671
2635
|
// Type aliases
|
|
2672
2636
|
export { default as TypeIcon } from '../icons/type';
|
|
2673
|
-
// Umbrella aliases
|
|
2674
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2675
2637
|
// UmbrellaOff aliases
|
|
2676
2638
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2639
|
+
// Umbrella aliases
|
|
2640
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2677
2641
|
// Underline aliases
|
|
2678
2642
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2679
2643
|
// Undo2 aliases
|
|
2680
2644
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2681
|
-
// Undo aliases
|
|
2682
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2683
2645
|
// UndoDot aliases
|
|
2684
2646
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2647
|
+
// Undo aliases
|
|
2648
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2685
2649
|
// UnfoldHorizontal aliases
|
|
2686
2650
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2687
2651
|
// UnfoldVertical aliases
|
|
@@ -2690,10 +2654,10 @@ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
|
2690
2654
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2691
2655
|
// Unlink2 aliases
|
|
2692
2656
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2693
|
-
// Unplug aliases
|
|
2694
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2695
2657
|
// Unlink aliases
|
|
2696
2658
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2659
|
+
// Unplug aliases
|
|
2660
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2697
2661
|
// Upload aliases
|
|
2698
2662
|
export { default as UploadIcon } from '../icons/upload';
|
|
2699
2663
|
// Usb aliases
|
|
@@ -2704,34 +2668,34 @@ export { default as UserCheckIcon } from '../icons/user-check';
|
|
|
2704
2668
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2705
2669
|
// UserLock aliases
|
|
2706
2670
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2707
|
-
// UserMinus aliases
|
|
2708
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2709
2671
|
// UserPen aliases
|
|
2710
2672
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2711
|
-
// UserRoundPen aliases
|
|
2712
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2713
2673
|
// UserPlus aliases
|
|
2714
2674
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2675
|
+
// UserMinus aliases
|
|
2676
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2677
|
+
// UserRoundPen aliases
|
|
2678
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2717
2679
|
// UserRoundSearch aliases
|
|
2718
2680
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2719
|
-
//
|
|
2720
|
-
export { default as
|
|
2681
|
+
// UserSearch aliases
|
|
2682
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2721
2683
|
// UserX aliases
|
|
2722
2684
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2685
|
+
// UserStar aliases
|
|
2686
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2723
2687
|
// User aliases
|
|
2724
2688
|
export { default as UserIcon } from '../icons/user';
|
|
2725
|
-
// UtilityPole aliases
|
|
2726
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2727
2689
|
// Users aliases
|
|
2728
2690
|
export { default as UsersIcon } from '../icons/users';
|
|
2691
|
+
// UtilityPole aliases
|
|
2692
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2693
|
+
// VectorSquare aliases
|
|
2694
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2729
2695
|
// Variable aliases
|
|
2730
2696
|
export { default as VariableIcon } from '../icons/variable';
|
|
2731
2697
|
// Vault aliases
|
|
2732
2698
|
export { default as VaultIcon } from '../icons/vault';
|
|
2733
|
-
// VectorSquare aliases
|
|
2734
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2735
2699
|
// Vegan aliases
|
|
2736
2700
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2737
2701
|
// VenetianMask aliases
|
|
@@ -2744,12 +2708,12 @@ export { default as VenusIcon } from '../icons/venus';
|
|
|
2744
2708
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2745
2709
|
// Vibrate aliases
|
|
2746
2710
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2747
|
-
// VideoOff aliases
|
|
2748
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2749
2711
|
// Video aliases
|
|
2750
2712
|
export { default as VideoIcon } from '../icons/video';
|
|
2751
2713
|
// Videotape aliases
|
|
2752
2714
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2715
|
+
// VideoOff aliases
|
|
2716
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2753
2717
|
// View aliases
|
|
2754
2718
|
export { default as ViewIcon } from '../icons/view';
|
|
2755
2719
|
// Voicemail aliases
|
|
@@ -2760,88 +2724,88 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2760
2724
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2761
2725
|
// Volume2 aliases
|
|
2762
2726
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2763
|
-
// VolumeX aliases
|
|
2764
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2765
2727
|
// VolumeOff aliases
|
|
2766
2728
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2767
|
-
// Vote aliases
|
|
2768
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2769
2729
|
// Volume aliases
|
|
2770
2730
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2771
|
-
//
|
|
2772
|
-
export { default as
|
|
2731
|
+
// VolumeX aliases
|
|
2732
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2733
|
+
// Vote aliases
|
|
2734
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2773
2735
|
// Wallet aliases
|
|
2774
2736
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2737
|
+
// WalletCards aliases
|
|
2738
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2775
2739
|
// Wallpaper aliases
|
|
2776
2740
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2777
|
-
// Warehouse aliases
|
|
2778
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2779
2741
|
// Wand aliases
|
|
2780
2742
|
export { default as WandIcon } from '../icons/wand';
|
|
2743
|
+
// Warehouse aliases
|
|
2744
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2781
2745
|
// WashingMachine aliases
|
|
2782
2746
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2783
|
-
// WavesLadder aliases
|
|
2784
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2785
2747
|
// Watch aliases
|
|
2786
2748
|
export { default as WatchIcon } from '../icons/watch';
|
|
2787
|
-
//
|
|
2788
|
-
export { default as
|
|
2749
|
+
// WavesLadder aliases
|
|
2750
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2789
2751
|
// Waves aliases
|
|
2790
2752
|
export { default as WavesIcon } from '../icons/waves';
|
|
2753
|
+
// Waypoints aliases
|
|
2754
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2791
2755
|
// Webcam aliases
|
|
2792
2756
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2757
|
+
// Weight aliases
|
|
2758
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2793
2759
|
// WebhookOff aliases
|
|
2794
2760
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2795
2761
|
// Webhook aliases
|
|
2796
2762
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2797
|
-
// Weight aliases
|
|
2798
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2799
2763
|
// WheatOff aliases
|
|
2800
2764
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2801
|
-
// WholeWord aliases
|
|
2802
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2803
2765
|
// Wheat aliases
|
|
2804
2766
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2767
|
+
// WholeWord aliases
|
|
2768
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2805
2769
|
// WifiCog aliases
|
|
2806
2770
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2771
|
+
// WifiHigh aliases
|
|
2772
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2807
2773
|
// WifiLow aliases
|
|
2808
2774
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2809
2775
|
// WifiOff aliases
|
|
2810
2776
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2811
|
-
// WifiHigh aliases
|
|
2812
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2813
2777
|
// WifiPen aliases
|
|
2814
2778
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2815
|
-
// WifiSync aliases
|
|
2816
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2817
2779
|
// WifiZero aliases
|
|
2818
2780
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2781
|
+
// WifiSync aliases
|
|
2782
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2783
|
+
// Wifi aliases
|
|
2784
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2819
2785
|
// WindArrowDown aliases
|
|
2820
2786
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2821
2787
|
// Wind aliases
|
|
2822
2788
|
export { default as WindIcon } from '../icons/wind';
|
|
2823
|
-
// Wifi aliases
|
|
2824
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2825
|
-
// WineOff aliases
|
|
2826
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2827
2789
|
// Wine aliases
|
|
2828
2790
|
export { default as WineIcon } from '../icons/wine';
|
|
2791
|
+
// WineOff aliases
|
|
2792
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2829
2793
|
// Workflow aliases
|
|
2830
2794
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2831
|
-
// Worm aliases
|
|
2832
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2833
2795
|
// Wrench aliases
|
|
2834
2796
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2797
|
+
// Worm aliases
|
|
2798
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2835
2799
|
// X aliases
|
|
2836
2800
|
export { default as XIcon } from '../icons/x';
|
|
2837
2801
|
// Youtube aliases
|
|
2838
2802
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2839
2803
|
// ZapOff aliases
|
|
2840
2804
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2841
|
-
// ZoomIn aliases
|
|
2842
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2843
2805
|
// Zap aliases
|
|
2844
2806
|
export { default as ZapIcon } from '../icons/zap';
|
|
2807
|
+
// ZoomIn aliases
|
|
2808
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2845
2809
|
// ZoomOut aliases
|
|
2846
2810
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2847
2811
|
// ArrowDown01 aliases
|
|
@@ -2858,18 +2822,18 @@ export {
|
|
|
2858
2822
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2859
2823
|
default as AlarmCheckIcon
|
|
2860
2824
|
} from '../icons/alarm-clock-check';
|
|
2861
|
-
// AlarmClockPlus aliases
|
|
2862
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2863
|
-
export {
|
|
2864
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2865
|
-
default as AlarmPlusIcon
|
|
2866
|
-
} from '../icons/alarm-clock-plus';
|
|
2867
2825
|
// AlarmClockMinus aliases
|
|
2868
2826
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2869
2827
|
export {
|
|
2870
2828
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2871
2829
|
default as AlarmMinusIcon
|
|
2872
2830
|
} from '../icons/alarm-clock-minus';
|
|
2831
|
+
// AlarmClockPlus aliases
|
|
2832
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2833
|
+
export {
|
|
2834
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2835
|
+
default as AlarmPlusIcon
|
|
2836
|
+
} from '../icons/alarm-clock-plus';
|
|
2873
2837
|
// ArrowDownAZ aliases
|
|
2874
2838
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2875
2839
|
export {
|
|
@@ -2894,42 +2858,48 @@ export {
|
|
|
2894
2858
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2895
2859
|
default as ArrowUpAzIcon
|
|
2896
2860
|
} from '../icons/arrow-up-a-z';
|
|
2897
|
-
// ArrowUpZA aliases
|
|
2898
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2899
|
-
export {
|
|
2900
|
-
/** @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 */
|
|
2901
|
-
default as ArrowUpZaIcon
|
|
2902
|
-
} from '../icons/arrow-up-z-a';
|
|
2903
2861
|
// ArrowUpNarrowWide aliases
|
|
2904
2862
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2905
2863
|
export {
|
|
2906
2864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2907
2865
|
default as SortAscIcon
|
|
2908
2866
|
} from '../icons/arrow-up-narrow-wide';
|
|
2867
|
+
// ArrowUpZA aliases
|
|
2868
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2869
|
+
export {
|
|
2870
|
+
/** @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 */
|
|
2871
|
+
default as ArrowUpZaIcon
|
|
2872
|
+
} from '../icons/arrow-up-z-a';
|
|
2909
2873
|
// Axis3d aliases
|
|
2910
2874
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2911
2875
|
export {
|
|
2912
2876
|
/** @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 */
|
|
2913
2877
|
default as Axis3DIcon
|
|
2914
2878
|
} from '../icons/axis-3d';
|
|
2915
|
-
// BadgeCheck aliases
|
|
2916
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2917
|
-
export {
|
|
2918
|
-
/** @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 */
|
|
2919
|
-
default as VerifiedIcon
|
|
2920
|
-
} from '../icons/badge-check';
|
|
2921
2879
|
// BadgeQuestionMark aliases
|
|
2922
2880
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2923
2881
|
export {
|
|
2924
2882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2925
2883
|
default as BadgeHelpIcon
|
|
2926
2884
|
} from '../icons/badge-question-mark';
|
|
2885
|
+
// BadgeCheck aliases
|
|
2886
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2887
|
+
export {
|
|
2888
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2889
|
+
default as VerifiedIcon
|
|
2890
|
+
} from '../icons/badge-check';
|
|
2927
2891
|
// BetweenHorizontalEnd aliases
|
|
2928
2892
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2929
2893
|
export {
|
|
2930
2894
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2931
2895
|
default as BetweenHorizonalEndIcon
|
|
2932
2896
|
} from '../icons/between-horizontal-end';
|
|
2897
|
+
// BetweenHorizontalStart aliases
|
|
2898
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2899
|
+
export {
|
|
2900
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2901
|
+
default as BetweenHorizonalStartIcon
|
|
2902
|
+
} from '../icons/between-horizontal-start';
|
|
2933
2903
|
// BookDashed aliases
|
|
2934
2904
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2935
2905
|
export {
|
|
@@ -2942,30 +2912,30 @@ export {
|
|
|
2942
2912
|
/** @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 */
|
|
2943
2913
|
default as CurlyBracesIcon
|
|
2944
2914
|
} from '../icons/braces';
|
|
2945
|
-
// Captions aliases
|
|
2946
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2947
|
-
export {
|
|
2948
|
-
/** @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 */
|
|
2949
|
-
default as SubtitlesIcon
|
|
2950
|
-
} from '../icons/captions';
|
|
2951
2915
|
// ChartArea aliases
|
|
2952
2916
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2953
2917
|
export {
|
|
2954
2918
|
/** @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 */
|
|
2955
2919
|
default as AreaChartIcon
|
|
2956
2920
|
} from '../icons/chart-area';
|
|
2957
|
-
//
|
|
2958
|
-
export { default as
|
|
2921
|
+
// Captions aliases
|
|
2922
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2959
2923
|
export {
|
|
2960
|
-
/** @deprecated
|
|
2961
|
-
default as
|
|
2962
|
-
} from '../icons/
|
|
2924
|
+
/** @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 */
|
|
2925
|
+
default as SubtitlesIcon
|
|
2926
|
+
} from '../icons/captions';
|
|
2963
2927
|
// ChartBarBig aliases
|
|
2964
2928
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2965
2929
|
export {
|
|
2966
2930
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2967
2931
|
default as BarChartHorizontalBigIcon
|
|
2968
2932
|
} from '../icons/chart-bar-big';
|
|
2933
|
+
// ChartCandlestick aliases
|
|
2934
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2935
|
+
export {
|
|
2936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2937
|
+
default as CandlestickChartIcon
|
|
2938
|
+
} from '../icons/chart-candlestick';
|
|
2969
2939
|
// ChartBar aliases
|
|
2970
2940
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2971
2941
|
export {
|
|
@@ -2978,12 +2948,6 @@ export {
|
|
|
2978
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2979
2949
|
default as BarChartBigIcon
|
|
2980
2950
|
} from '../icons/chart-column-big';
|
|
2981
|
-
// ChartCandlestick aliases
|
|
2982
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2983
|
-
export {
|
|
2984
|
-
/** @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 */
|
|
2985
|
-
default as CandlestickChartIcon
|
|
2986
|
-
} from '../icons/chart-candlestick';
|
|
2987
2951
|
// ChartColumnIncreasing aliases
|
|
2988
2952
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2989
2953
|
export {
|
|
@@ -3008,42 +2972,36 @@ export {
|
|
|
3008
2972
|
/** @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 */
|
|
3009
2973
|
default as BarChartIcon
|
|
3010
2974
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3011
|
-
// ChartNoAxesGantt aliases
|
|
3012
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3013
|
-
export {
|
|
3014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3015
|
-
default as GanttChartIcon
|
|
3016
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3017
2975
|
// ChartNoAxesColumn aliases
|
|
3018
2976
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3019
2977
|
export {
|
|
3020
2978
|
/** @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 */
|
|
3021
2979
|
default as BarChart2Icon
|
|
3022
2980
|
} from '../icons/chart-no-axes-column';
|
|
3023
|
-
//
|
|
3024
|
-
export { default as
|
|
2981
|
+
// ChartNoAxesGantt aliases
|
|
2982
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3025
2983
|
export {
|
|
3026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3027
|
-
default as
|
|
3028
|
-
} from '../icons/chart-
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as GanttChartIcon
|
|
2986
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3029
2987
|
// ChartScatter aliases
|
|
3030
2988
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3031
2989
|
export {
|
|
3032
2990
|
/** @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 */
|
|
3033
2991
|
default as ScatterChartIcon
|
|
3034
2992
|
} from '../icons/chart-scatter';
|
|
2993
|
+
// ChartPie aliases
|
|
2994
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2995
|
+
export {
|
|
2996
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2997
|
+
default as PieChartIcon
|
|
2998
|
+
} from '../icons/chart-pie';
|
|
3035
2999
|
// Chromium aliases
|
|
3036
3000
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3037
3001
|
export {
|
|
3038
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3039
3003
|
default as ChromeIcon
|
|
3040
3004
|
} from '../icons/chromium';
|
|
3041
|
-
// CircleArrowDown aliases
|
|
3042
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3043
|
-
export {
|
|
3044
|
-
/** @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 */
|
|
3045
|
-
default as ArrowDownCircleIcon
|
|
3046
|
-
} from '../icons/circle-arrow-down';
|
|
3047
3005
|
// CircleAlert aliases
|
|
3048
3006
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3049
3007
|
export {
|
|
@@ -3056,6 +3014,12 @@ export {
|
|
|
3056
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3057
3015
|
default as ArrowLeftCircleIcon
|
|
3058
3016
|
} from '../icons/circle-arrow-left';
|
|
3017
|
+
// CircleArrowDown aliases
|
|
3018
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as ArrowDownCircleIcon
|
|
3022
|
+
} from '../icons/circle-arrow-down';
|
|
3059
3023
|
// CircleArrowOutDownLeft aliases
|
|
3060
3024
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3061
3025
|
export {
|
|
@@ -3074,24 +3038,24 @@ export {
|
|
|
3074
3038
|
/** @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 */
|
|
3075
3039
|
default as ArrowUpLeftFromCircleIcon
|
|
3076
3040
|
} from '../icons/circle-arrow-out-up-left';
|
|
3077
|
-
//
|
|
3078
|
-
export { default as
|
|
3041
|
+
// CircleArrowRight aliases
|
|
3042
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3079
3043
|
export {
|
|
3080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3081
|
-
default as
|
|
3082
|
-
} from '../icons/circle-arrow-
|
|
3044
|
+
/** @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 */
|
|
3045
|
+
default as ArrowRightCircleIcon
|
|
3046
|
+
} from '../icons/circle-arrow-right';
|
|
3083
3047
|
// CircleArrowUp aliases
|
|
3084
3048
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3085
3049
|
export {
|
|
3086
3050
|
/** @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 */
|
|
3087
3051
|
default as ArrowUpCircleIcon
|
|
3088
3052
|
} from '../icons/circle-arrow-up';
|
|
3089
|
-
//
|
|
3090
|
-
export { default as
|
|
3053
|
+
// CircleArrowOutUpRight aliases
|
|
3054
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3091
3055
|
export {
|
|
3092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3093
|
-
default as
|
|
3094
|
-
} from '../icons/circle-arrow-right';
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as ArrowUpRightFromCircleIcon
|
|
3058
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3095
3059
|
// CircleCheckBig aliases
|
|
3096
3060
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3097
3061
|
export {
|
|
@@ -3116,18 +3080,18 @@ export {
|
|
|
3116
3080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3117
3081
|
default as ChevronLeftCircleIcon
|
|
3118
3082
|
} from '../icons/circle-chevron-left';
|
|
3119
|
-
// CircleChevronRight aliases
|
|
3120
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3121
|
-
export {
|
|
3122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3123
|
-
default as ChevronRightCircleIcon
|
|
3124
|
-
} from '../icons/circle-chevron-right';
|
|
3125
3083
|
// CircleChevronUp aliases
|
|
3126
3084
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3127
3085
|
export {
|
|
3128
3086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3129
3087
|
default as ChevronUpCircleIcon
|
|
3130
3088
|
} from '../icons/circle-chevron-up';
|
|
3089
|
+
// CircleChevronRight aliases
|
|
3090
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3091
|
+
export {
|
|
3092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3093
|
+
default as ChevronRightCircleIcon
|
|
3094
|
+
} from '../icons/circle-chevron-right';
|
|
3131
3095
|
// CircleDivide aliases
|
|
3132
3096
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3133
3097
|
export {
|
|
@@ -3140,24 +3104,18 @@ export {
|
|
|
3140
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3141
3105
|
default as GaugeCircleIcon
|
|
3142
3106
|
} from '../icons/circle-gauge';
|
|
3143
|
-
// CircleMinus aliases
|
|
3144
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3145
|
-
export {
|
|
3146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3147
|
-
default as MinusCircleIcon
|
|
3148
|
-
} from '../icons/circle-minus';
|
|
3149
|
-
// CircleParking aliases
|
|
3150
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3153
|
-
default as ParkingCircleIcon
|
|
3154
|
-
} from '../icons/circle-parking';
|
|
3155
3107
|
// CircleParkingOff aliases
|
|
3156
3108
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3157
3109
|
export {
|
|
3158
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3159
3111
|
default as ParkingCircleOffIcon
|
|
3160
3112
|
} from '../icons/circle-parking-off';
|
|
3113
|
+
// CircleMinus aliases
|
|
3114
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as MinusCircleIcon
|
|
3118
|
+
} from '../icons/circle-minus';
|
|
3161
3119
|
// CirclePause aliases
|
|
3162
3120
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3163
3121
|
export {
|
|
@@ -3176,12 +3134,24 @@ export {
|
|
|
3176
3134
|
/** @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 */
|
|
3177
3135
|
default as PlayCircleIcon
|
|
3178
3136
|
} from '../icons/circle-play';
|
|
3137
|
+
// CircleParking aliases
|
|
3138
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3139
|
+
export {
|
|
3140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3141
|
+
default as ParkingCircleIcon
|
|
3142
|
+
} from '../icons/circle-parking';
|
|
3179
3143
|
// CirclePlus aliases
|
|
3180
3144
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3181
3145
|
export {
|
|
3182
3146
|
/** @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 */
|
|
3183
3147
|
default as PlusCircleIcon
|
|
3184
3148
|
} from '../icons/circle-plus';
|
|
3149
|
+
// CirclePower aliases
|
|
3150
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3151
|
+
export {
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3153
|
+
default as PowerCircleIcon
|
|
3154
|
+
} from '../icons/circle-power';
|
|
3185
3155
|
// CircleQuestionMark aliases
|
|
3186
3156
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3187
3157
|
export {
|
|
@@ -3192,12 +3162,6 @@ export {
|
|
|
3192
3162
|
/** @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 */
|
|
3193
3163
|
default as CircleHelpIcon
|
|
3194
3164
|
} from '../icons/circle-question-mark';
|
|
3195
|
-
// CirclePower aliases
|
|
3196
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3197
|
-
export {
|
|
3198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3199
|
-
default as PowerCircleIcon
|
|
3200
|
-
} from '../icons/circle-power';
|
|
3201
3165
|
// CircleSlash2 aliases
|
|
3202
3166
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3203
3167
|
export {
|
|
@@ -3210,12 +3174,6 @@ export {
|
|
|
3210
3174
|
/** @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 */
|
|
3211
3175
|
default as StopCircleIcon
|
|
3212
3176
|
} from '../icons/circle-stop';
|
|
3213
|
-
// CircleUserRound aliases
|
|
3214
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3215
|
-
export {
|
|
3216
|
-
/** @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 */
|
|
3217
|
-
default as UserCircle2Icon
|
|
3218
|
-
} from '../icons/circle-user-round';
|
|
3219
3177
|
// CircleUser aliases
|
|
3220
3178
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3221
3179
|
export {
|
|
@@ -3228,6 +3186,12 @@ export {
|
|
|
3228
3186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3229
3187
|
default as XCircleIcon
|
|
3230
3188
|
} from '../icons/circle-x';
|
|
3189
|
+
// CircleUserRound aliases
|
|
3190
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3191
|
+
export {
|
|
3192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3193
|
+
default as UserCircle2Icon
|
|
3194
|
+
} from '../icons/circle-user-round';
|
|
3231
3195
|
// ClipboardPenLine aliases
|
|
3232
3196
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3233
3197
|
export {
|
|
@@ -3252,18 +3216,18 @@ export {
|
|
|
3252
3216
|
/** @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 */
|
|
3253
3217
|
default as UploadCloudIcon
|
|
3254
3218
|
} from '../icons/cloud-upload';
|
|
3255
|
-
// CodeXml aliases
|
|
3256
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3257
|
-
export {
|
|
3258
|
-
/** @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 */
|
|
3259
|
-
default as Code2Icon
|
|
3260
|
-
} from '../icons/code-xml';
|
|
3261
3219
|
// Columns2 aliases
|
|
3262
3220
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3263
3221
|
export {
|
|
3264
3222
|
/** @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 */
|
|
3265
3223
|
default as ColumnsIcon
|
|
3266
3224
|
} from '../icons/columns-2';
|
|
3225
|
+
// CodeXml aliases
|
|
3226
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3227
|
+
export {
|
|
3228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3229
|
+
default as Code2Icon
|
|
3230
|
+
} from '../icons/code-xml';
|
|
3267
3231
|
// Columns3 aliases
|
|
3268
3232
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3269
3233
|
export {
|
|
@@ -3280,72 +3244,136 @@ export {
|
|
|
3280
3244
|
/** @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 */
|
|
3281
3245
|
default as TableConfigIcon
|
|
3282
3246
|
} from '../icons/columns-3-cog';
|
|
3283
|
-
// ContactRound aliases
|
|
3284
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3285
|
-
export {
|
|
3286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3287
|
-
default as Contact2Icon
|
|
3288
|
-
} from '../icons/contact-round';
|
|
3289
3247
|
// DiamondPercent aliases
|
|
3290
3248
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3291
3249
|
export {
|
|
3292
3250
|
/** @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 */
|
|
3293
3251
|
default as PercentDiamondIcon
|
|
3294
3252
|
} from '../icons/diamond-percent';
|
|
3253
|
+
// ContactRound aliases
|
|
3254
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3257
|
+
default as Contact2Icon
|
|
3258
|
+
} from '../icons/contact-round';
|
|
3295
3259
|
// Earth aliases
|
|
3296
3260
|
export { default as EarthIcon } from '../icons/earth';
|
|
3297
3261
|
export {
|
|
3298
3262
|
/** @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 */
|
|
3299
3263
|
default as Globe2Icon
|
|
3300
3264
|
} from '../icons/earth';
|
|
3301
|
-
// EllipsisVertical aliases
|
|
3302
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3303
|
-
export {
|
|
3304
|
-
/** @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 */
|
|
3305
|
-
default as MoreVerticalIcon
|
|
3306
|
-
} from '../icons/ellipsis-vertical';
|
|
3307
3265
|
// FileAxis3d aliases
|
|
3308
3266
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3309
3267
|
export {
|
|
3310
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3311
3269
|
default as FileAxis3DIcon
|
|
3312
3270
|
} from '../icons/file-axis-3d';
|
|
3271
|
+
// EllipsisVertical aliases
|
|
3272
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3273
|
+
export {
|
|
3274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3275
|
+
default as MoreVerticalIcon
|
|
3276
|
+
} from '../icons/ellipsis-vertical';
|
|
3313
3277
|
// Ellipsis aliases
|
|
3314
3278
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3315
3279
|
export {
|
|
3316
3280
|
/** @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 */
|
|
3317
3281
|
default as MoreHorizontalIcon
|
|
3318
3282
|
} from '../icons/ellipsis';
|
|
3319
|
-
//
|
|
3320
|
-
export { default as
|
|
3283
|
+
// FileBadge aliases
|
|
3284
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3321
3285
|
export {
|
|
3322
|
-
/** @deprecated The
|
|
3323
|
-
default as
|
|
3324
|
-
} from '../icons/file-
|
|
3286
|
+
/** @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 */
|
|
3287
|
+
default as FileBadge2Icon
|
|
3288
|
+
} from '../icons/file-badge';
|
|
3289
|
+
// FileBracesCorner aliases
|
|
3290
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @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 */
|
|
3293
|
+
default as FileJson2Icon
|
|
3294
|
+
} from '../icons/file-braces-corner';
|
|
3295
|
+
// FileBraces aliases
|
|
3296
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3297
|
+
export {
|
|
3298
|
+
/** @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 */
|
|
3299
|
+
default as FileJsonIcon
|
|
3300
|
+
} from '../icons/file-braces';
|
|
3325
3301
|
// FileChartColumn aliases
|
|
3326
3302
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3327
3303
|
export {
|
|
3328
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3329
3305
|
default as FileBarChart2Icon
|
|
3330
3306
|
} from '../icons/file-chart-column';
|
|
3307
|
+
// FileChartColumnIncreasing aliases
|
|
3308
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3309
|
+
export {
|
|
3310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3311
|
+
default as FileBarChartIcon
|
|
3312
|
+
} from '../icons/file-chart-column-increasing';
|
|
3331
3313
|
// FileChartLine aliases
|
|
3332
3314
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3333
3315
|
export {
|
|
3334
3316
|
/** @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 */
|
|
3335
3317
|
default as FileLineChartIcon
|
|
3336
3318
|
} from '../icons/file-chart-line';
|
|
3319
|
+
// FileCheckCorner aliases
|
|
3320
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3321
|
+
export {
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3323
|
+
default as FileCheck2Icon
|
|
3324
|
+
} from '../icons/file-check-corner';
|
|
3337
3325
|
// FileChartPie aliases
|
|
3338
3326
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3339
3327
|
export {
|
|
3340
3328
|
/** @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 */
|
|
3341
3329
|
default as FilePieChartIcon
|
|
3342
3330
|
} from '../icons/file-chart-pie';
|
|
3331
|
+
// FileCodeCorner aliases
|
|
3332
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @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 */
|
|
3335
|
+
default as FileCode2Icon
|
|
3336
|
+
} from '../icons/file-code-corner';
|
|
3343
3337
|
// FileCog aliases
|
|
3344
3338
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3345
3339
|
export {
|
|
3346
3340
|
/** @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 */
|
|
3347
3341
|
default as FileCog2Icon
|
|
3348
3342
|
} from '../icons/file-cog';
|
|
3343
|
+
// FileExclamationPoint aliases
|
|
3344
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as FileWarningIcon
|
|
3348
|
+
} from '../icons/file-exclamation-point';
|
|
3349
|
+
// FileHeadphone aliases
|
|
3350
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @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 */
|
|
3353
|
+
default as FileAudioIcon
|
|
3354
|
+
} from '../icons/file-headphone';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @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 */
|
|
3357
|
+
default as FileAudio2Icon
|
|
3358
|
+
} from '../icons/file-headphone';
|
|
3359
|
+
// FileLock aliases
|
|
3360
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3361
|
+
export {
|
|
3362
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3363
|
+
default as FileLock2Icon
|
|
3364
|
+
} from '../icons/file-lock';
|
|
3365
|
+
// FileKey aliases
|
|
3366
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as FileKey2Icon
|
|
3370
|
+
} from '../icons/file-key';
|
|
3371
|
+
// FileMinusCorner aliases
|
|
3372
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @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 */
|
|
3375
|
+
default as FileMinus2Icon
|
|
3376
|
+
} from '../icons/file-minus-corner';
|
|
3349
3377
|
// FilePenLine aliases
|
|
3350
3378
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3351
3379
|
export {
|
|
@@ -3358,30 +3386,60 @@ export {
|
|
|
3358
3386
|
/** @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 */
|
|
3359
3387
|
default as FileEditIcon
|
|
3360
3388
|
} from '../icons/file-pen';
|
|
3361
|
-
// FileVideoCamera aliases
|
|
3362
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3365
|
-
default as FileVideo2Icon
|
|
3366
|
-
} from '../icons/file-video-camera';
|
|
3367
3389
|
// FilePlay aliases
|
|
3368
3390
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3369
3391
|
export {
|
|
3370
3392
|
/** @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 */
|
|
3371
3393
|
default as FileVideoIcon
|
|
3372
3394
|
} from '../icons/file-play';
|
|
3373
|
-
// FolderCog aliases
|
|
3374
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3375
|
-
export {
|
|
3376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3377
|
-
default as FolderCog2Icon
|
|
3378
|
-
} from '../icons/folder-cog';
|
|
3379
3395
|
// FileQuestionMark aliases
|
|
3380
3396
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3381
3397
|
export {
|
|
3382
3398
|
/** @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 */
|
|
3383
3399
|
default as FileQuestionIcon
|
|
3384
3400
|
} from '../icons/file-question-mark';
|
|
3401
|
+
// FileSearchCorner aliases
|
|
3402
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3403
|
+
export {
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3405
|
+
default as FileSearch2Icon
|
|
3406
|
+
} from '../icons/file-search-corner';
|
|
3407
|
+
// FilePlusCorner aliases
|
|
3408
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3409
|
+
export {
|
|
3410
|
+
/** @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 */
|
|
3411
|
+
default as FilePlus2Icon
|
|
3412
|
+
} from '../icons/file-plus-corner';
|
|
3413
|
+
// FileSignal aliases
|
|
3414
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @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 */
|
|
3417
|
+
default as FileVolume2Icon
|
|
3418
|
+
} from '../icons/file-signal';
|
|
3419
|
+
// FileVideoCamera aliases
|
|
3420
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3423
|
+
default as FileVideo2Icon
|
|
3424
|
+
} from '../icons/file-video-camera';
|
|
3425
|
+
// FileTypeCorner aliases
|
|
3426
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3427
|
+
export {
|
|
3428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3429
|
+
default as FileType2Icon
|
|
3430
|
+
} from '../icons/file-type-corner';
|
|
3431
|
+
// FileXCorner aliases
|
|
3432
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3435
|
+
default as FileX2Icon
|
|
3436
|
+
} from '../icons/file-x-corner';
|
|
3437
|
+
// FolderCog aliases
|
|
3438
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3439
|
+
export {
|
|
3440
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3441
|
+
default as FolderCog2Icon
|
|
3442
|
+
} from '../icons/folder-cog';
|
|
3385
3443
|
// FolderPen aliases
|
|
3386
3444
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3387
3445
|
export {
|
|
@@ -3400,30 +3458,30 @@ export {
|
|
|
3400
3458
|
/** @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 */
|
|
3401
3459
|
default as FilterIcon
|
|
3402
3460
|
} from '../icons/funnel';
|
|
3403
|
-
//
|
|
3404
|
-
export { default as
|
|
3461
|
+
// GitCommitHorizontal aliases
|
|
3462
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3405
3463
|
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3407
|
-
default as
|
|
3408
|
-
} from '../icons/
|
|
3464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3465
|
+
default as GitCommitIcon
|
|
3466
|
+
} from '../icons/git-commit-horizontal';
|
|
3409
3467
|
// Grid2x2Plus aliases
|
|
3410
3468
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3411
3469
|
export {
|
|
3412
3470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3413
3471
|
default as Grid2X2PlusIcon
|
|
3414
3472
|
} from '../icons/grid-2x2-plus';
|
|
3473
|
+
// Grid2x2Check aliases
|
|
3474
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3475
|
+
export {
|
|
3476
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3477
|
+
default as Grid2X2CheckIcon
|
|
3478
|
+
} from '../icons/grid-2x2-check';
|
|
3415
3479
|
// Grid2x2X aliases
|
|
3416
3480
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3417
3481
|
export {
|
|
3418
3482
|
/** @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 */
|
|
3419
3483
|
default as Grid2X2XIcon
|
|
3420
3484
|
} from '../icons/grid-2x2-x';
|
|
3421
|
-
// GitCommitHorizontal aliases
|
|
3422
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3423
|
-
export {
|
|
3424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3425
|
-
default as GitCommitIcon
|
|
3426
|
-
} from '../icons/git-commit-horizontal';
|
|
3427
3485
|
// Grid3x3 aliases
|
|
3428
3486
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3429
3487
|
export {
|
|
@@ -3446,24 +3504,18 @@ export {
|
|
|
3446
3504
|
/** @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 */
|
|
3447
3505
|
default as GrabIcon
|
|
3448
3506
|
} from '../icons/hand-grab';
|
|
3449
|
-
// House aliases
|
|
3450
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3451
|
-
export {
|
|
3452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3453
|
-
default as HomeIcon
|
|
3454
|
-
} from '../icons/house';
|
|
3455
|
-
// IceCreamCone aliases
|
|
3456
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3457
|
-
export {
|
|
3458
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3459
|
-
default as IceCreamIcon
|
|
3460
|
-
} from '../icons/ice-cream-cone';
|
|
3461
3507
|
// HandHelping aliases
|
|
3462
3508
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3463
3509
|
export {
|
|
3464
3510
|
/** @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 */
|
|
3465
3511
|
default as HelpingHandIcon
|
|
3466
3512
|
} from '../icons/hand-helping';
|
|
3513
|
+
// House aliases
|
|
3514
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3515
|
+
export {
|
|
3516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3517
|
+
default as HomeIcon
|
|
3518
|
+
} from '../icons/house';
|
|
3467
3519
|
// IceCreamBowl aliases
|
|
3468
3520
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3469
3521
|
export {
|
|
@@ -3482,6 +3534,12 @@ export {
|
|
|
3482
3534
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3483
3535
|
default as Layers3Icon
|
|
3484
3536
|
} from '../icons/layers';
|
|
3537
|
+
// IceCreamCone aliases
|
|
3538
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3541
|
+
default as IceCreamIcon
|
|
3542
|
+
} from '../icons/ice-cream-cone';
|
|
3485
3543
|
// ListIndentDecrease aliases
|
|
3486
3544
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3487
3545
|
export {
|
|
@@ -3526,84 +3584,78 @@ export {
|
|
|
3526
3584
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3527
3585
|
default as MailQuestionIcon
|
|
3528
3586
|
} from '../icons/mail-question-mark';
|
|
3529
|
-
// MessageCircleQuestionMark aliases
|
|
3530
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3531
|
-
export {
|
|
3532
|
-
/** @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 */
|
|
3533
|
-
default as MessageCircleQuestionIcon
|
|
3534
|
-
} from '../icons/message-circle-question-mark';
|
|
3535
3587
|
// MapPinPen aliases
|
|
3536
3588
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3537
3589
|
export {
|
|
3538
3590
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3539
3591
|
default as LocationEditIcon
|
|
3540
3592
|
} from '../icons/map-pin-pen';
|
|
3593
|
+
// MessageCircleQuestionMark aliases
|
|
3594
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3595
|
+
export {
|
|
3596
|
+
/** @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 */
|
|
3597
|
+
default as MessageCircleQuestionIcon
|
|
3598
|
+
} from '../icons/message-circle-question-mark';
|
|
3541
3599
|
// MicVocal aliases
|
|
3542
3600
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3543
3601
|
export {
|
|
3544
3602
|
/** @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 */
|
|
3545
3603
|
default as Mic2Icon
|
|
3546
3604
|
} from '../icons/mic-vocal';
|
|
3547
|
-
//
|
|
3548
|
-
export { default as
|
|
3605
|
+
// Move3d aliases
|
|
3606
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3549
3607
|
export {
|
|
3550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3551
|
-
default as
|
|
3552
|
-
} from '../icons/
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3609
|
+
default as Move3DIcon
|
|
3610
|
+
} from '../icons/move-3d';
|
|
3553
3611
|
// OctagonPause aliases
|
|
3554
3612
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3555
3613
|
export {
|
|
3556
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3557
3615
|
default as PauseOctagonIcon
|
|
3558
3616
|
} from '../icons/octagon-pause';
|
|
3559
|
-
//
|
|
3560
|
-
export { default as
|
|
3617
|
+
// OctagonAlert aliases
|
|
3618
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3561
3619
|
export {
|
|
3562
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3563
|
-
default as
|
|
3564
|
-
} from '../icons/
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3621
|
+
default as AlertOctagonIcon
|
|
3622
|
+
} from '../icons/octagon-alert';
|
|
3565
3623
|
// OctagonX aliases
|
|
3566
3624
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3567
3625
|
export {
|
|
3568
3626
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3569
3627
|
default as XOctagonIcon
|
|
3570
3628
|
} from '../icons/octagon-x';
|
|
3571
|
-
// PaintbrushVertical aliases
|
|
3572
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3573
|
-
export {
|
|
3574
|
-
/** @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 */
|
|
3575
|
-
default as Paintbrush2Icon
|
|
3576
|
-
} from '../icons/paintbrush-vertical';
|
|
3577
3629
|
// PanelBottomDashed aliases
|
|
3578
3630
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3579
3631
|
export {
|
|
3580
3632
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3581
3633
|
default as PanelBottomInactiveIcon
|
|
3582
3634
|
} from '../icons/panel-bottom-dashed';
|
|
3635
|
+
// PaintbrushVertical aliases
|
|
3636
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3637
|
+
export {
|
|
3638
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3639
|
+
default as Paintbrush2Icon
|
|
3640
|
+
} from '../icons/paintbrush-vertical';
|
|
3583
3641
|
// PanelLeftClose aliases
|
|
3584
3642
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3585
3643
|
export {
|
|
3586
3644
|
/** @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 */
|
|
3587
3645
|
default as SidebarCloseIcon
|
|
3588
3646
|
} from '../icons/panel-left-close';
|
|
3589
|
-
// PanelLeftDashed aliases
|
|
3590
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3591
|
-
export {
|
|
3592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3593
|
-
default as PanelLeftInactiveIcon
|
|
3594
|
-
} from '../icons/panel-left-dashed';
|
|
3595
3647
|
// PanelLeftOpen aliases
|
|
3596
3648
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3597
3649
|
export {
|
|
3598
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3599
3651
|
default as SidebarOpenIcon
|
|
3600
3652
|
} from '../icons/panel-left-open';
|
|
3601
|
-
//
|
|
3602
|
-
export { default as
|
|
3653
|
+
// PanelLeftDashed aliases
|
|
3654
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3603
3655
|
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3605
|
-
default as
|
|
3606
|
-
} from '../icons/panel-left';
|
|
3656
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3657
|
+
default as PanelLeftInactiveIcon
|
|
3658
|
+
} from '../icons/panel-left-dashed';
|
|
3607
3659
|
// PanelRightDashed aliases
|
|
3608
3660
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3609
3661
|
export {
|
|
@@ -3616,42 +3668,48 @@ export {
|
|
|
3616
3668
|
/** @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 */
|
|
3617
3669
|
default as PanelTopInactiveIcon
|
|
3618
3670
|
} from '../icons/panel-top-dashed';
|
|
3671
|
+
// PanelLeft aliases
|
|
3672
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3675
|
+
default as SidebarIcon
|
|
3676
|
+
} from '../icons/panel-left';
|
|
3619
3677
|
// PanelsTopLeft aliases
|
|
3620
3678
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3621
3679
|
export {
|
|
3622
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3623
3681
|
default as LayoutIcon
|
|
3624
3682
|
} from '../icons/panels-top-left';
|
|
3683
|
+
// PenLine aliases
|
|
3684
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3685
|
+
export {
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3687
|
+
default as Edit3Icon
|
|
3688
|
+
} from '../icons/pen-line';
|
|
3625
3689
|
// Pen aliases
|
|
3626
3690
|
export { default as PenIcon } from '../icons/pen';
|
|
3627
3691
|
export {
|
|
3628
3692
|
/** @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 */
|
|
3629
3693
|
default as Edit2Icon
|
|
3630
3694
|
} from '../icons/pen';
|
|
3695
|
+
// RectangleEllipsis aliases
|
|
3696
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3697
|
+
export {
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3699
|
+
default as FormInputIcon
|
|
3700
|
+
} from '../icons/rectangle-ellipsis';
|
|
3631
3701
|
// PlugZap aliases
|
|
3632
3702
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3633
3703
|
export {
|
|
3634
3704
|
/** @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 */
|
|
3635
3705
|
default as PlugZap2Icon
|
|
3636
3706
|
} from '../icons/plug-zap';
|
|
3637
|
-
// PenLine aliases
|
|
3638
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3639
|
-
export {
|
|
3640
|
-
/** @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 */
|
|
3641
|
-
default as Edit3Icon
|
|
3642
|
-
} from '../icons/pen-line';
|
|
3643
3707
|
// Rotate3d aliases
|
|
3644
3708
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3645
3709
|
export {
|
|
3646
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3647
3711
|
default as Rotate3DIcon
|
|
3648
3712
|
} from '../icons/rotate-3d';
|
|
3649
|
-
// RectangleEllipsis aliases
|
|
3650
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3651
|
-
export {
|
|
3652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3653
|
-
default as FormInputIcon
|
|
3654
|
-
} from '../icons/rectangle-ellipsis';
|
|
3655
3713
|
// Rows2 aliases
|
|
3656
3714
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3657
3715
|
export {
|
|
@@ -3670,60 +3728,60 @@ export {
|
|
|
3670
3728
|
/** @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 */
|
|
3671
3729
|
default as Scale3DIcon
|
|
3672
3730
|
} from '../icons/scale-3d';
|
|
3673
|
-
// ShieldQuestionMark aliases
|
|
3674
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3675
|
-
export {
|
|
3676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3677
|
-
default as ShieldQuestionIcon
|
|
3678
|
-
} from '../icons/shield-question-mark';
|
|
3679
3731
|
// SendHorizontal aliases
|
|
3680
3732
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3681
3733
|
export {
|
|
3682
3734
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3683
3735
|
default as SendHorizonalIcon
|
|
3684
3736
|
} from '../icons/send-horizontal';
|
|
3685
|
-
//
|
|
3686
|
-
export { default as
|
|
3687
|
-
export {
|
|
3688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3689
|
-
default as SlidersIcon
|
|
3690
|
-
} from '../icons/sliders-vertical';
|
|
3691
|
-
// Sparkles aliases
|
|
3692
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3737
|
+
// ShieldQuestionMark aliases
|
|
3738
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3693
3739
|
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3695
|
-
default as
|
|
3696
|
-
} from '../icons/
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3741
|
+
default as ShieldQuestionIcon
|
|
3742
|
+
} from '../icons/shield-question-mark';
|
|
3697
3743
|
// ShieldX aliases
|
|
3698
3744
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3699
3745
|
export {
|
|
3700
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3701
3747
|
default as ShieldCloseIcon
|
|
3702
3748
|
} from '../icons/shield-x';
|
|
3749
|
+
// SlidersVertical aliases
|
|
3750
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3753
|
+
default as SlidersIcon
|
|
3754
|
+
} from '../icons/sliders-vertical';
|
|
3703
3755
|
// SquareActivity aliases
|
|
3704
3756
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3705
3757
|
export {
|
|
3706
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3707
3759
|
default as ActivitySquareIcon
|
|
3708
3760
|
} from '../icons/square-activity';
|
|
3761
|
+
// Sparkles aliases
|
|
3762
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as StarsIcon
|
|
3766
|
+
} from '../icons/sparkles';
|
|
3709
3767
|
// SquareArrowDownLeft aliases
|
|
3710
3768
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3711
3769
|
export {
|
|
3712
3770
|
/** @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 */
|
|
3713
3771
|
default as ArrowDownLeftSquareIcon
|
|
3714
3772
|
} from '../icons/square-arrow-down-left';
|
|
3715
|
-
// SquareArrowDown aliases
|
|
3716
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @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 */
|
|
3719
|
-
default as ArrowDownSquareIcon
|
|
3720
|
-
} from '../icons/square-arrow-down';
|
|
3721
3773
|
// SquareArrowDownRight aliases
|
|
3722
3774
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3723
3775
|
export {
|
|
3724
3776
|
/** @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 */
|
|
3725
3777
|
default as ArrowDownRightSquareIcon
|
|
3726
3778
|
} from '../icons/square-arrow-down-right';
|
|
3779
|
+
// SquareArrowDown aliases
|
|
3780
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as ArrowDownSquareIcon
|
|
3784
|
+
} from '../icons/square-arrow-down';
|
|
3727
3785
|
// SquareArrowLeft aliases
|
|
3728
3786
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3729
3787
|
export {
|
|
@@ -3736,30 +3794,30 @@ export {
|
|
|
3736
3794
|
/** @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 */
|
|
3737
3795
|
default as ArrowDownLeftFromSquareIcon
|
|
3738
3796
|
} from '../icons/square-arrow-out-down-left';
|
|
3739
|
-
//
|
|
3740
|
-
export { default as
|
|
3797
|
+
// SquareArrowOutUpRight aliases
|
|
3798
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3741
3799
|
export {
|
|
3742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3743
|
-
default as
|
|
3744
|
-
} from '../icons/square-arrow-out-up-
|
|
3800
|
+
/** @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 */
|
|
3801
|
+
default as ArrowUpRightFromSquareIcon
|
|
3802
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3745
3803
|
// SquareArrowOutDownRight aliases
|
|
3746
3804
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3747
3805
|
export {
|
|
3748
3806
|
/** @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 */
|
|
3749
3807
|
default as ArrowDownRightFromSquareIcon
|
|
3750
3808
|
} from '../icons/square-arrow-out-down-right';
|
|
3809
|
+
// SquareArrowOutUpLeft aliases
|
|
3810
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3813
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3814
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3751
3815
|
// SquareArrowRight aliases
|
|
3752
3816
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3753
3817
|
export {
|
|
3754
3818
|
/** @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 */
|
|
3755
3819
|
default as ArrowRightSquareIcon
|
|
3756
3820
|
} from '../icons/square-arrow-right';
|
|
3757
|
-
// SquareArrowOutUpRight aliases
|
|
3758
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3759
|
-
export {
|
|
3760
|
-
/** @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 */
|
|
3761
|
-
default as ArrowUpRightFromSquareIcon
|
|
3762
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3763
3821
|
// SquareArrowUpLeft aliases
|
|
3764
3822
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3765
3823
|
export {
|
|
@@ -3772,18 +3830,18 @@ export {
|
|
|
3772
3830
|
/** @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 */
|
|
3773
3831
|
default as ArrowUpRightSquareIcon
|
|
3774
3832
|
} from '../icons/square-arrow-up-right';
|
|
3775
|
-
// SquareArrowUp aliases
|
|
3776
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @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 */
|
|
3779
|
-
default as ArrowUpSquareIcon
|
|
3780
|
-
} from '../icons/square-arrow-up';
|
|
3781
3833
|
// SquareAsterisk aliases
|
|
3782
3834
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3783
3835
|
export {
|
|
3784
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3785
3837
|
default as AsteriskSquareIcon
|
|
3786
3838
|
} from '../icons/square-asterisk';
|
|
3839
|
+
// SquareArrowUp aliases
|
|
3840
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @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 */
|
|
3843
|
+
default as ArrowUpSquareIcon
|
|
3844
|
+
} from '../icons/square-arrow-up';
|
|
3787
3845
|
// SquareBottomDashedScissors aliases
|
|
3788
3846
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3789
3847
|
export {
|
|
@@ -3800,6 +3858,12 @@ export {
|
|
|
3800
3858
|
/** @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 */
|
|
3801
3859
|
default as SquareGanttChartIcon
|
|
3802
3860
|
} from '../icons/square-chart-gantt';
|
|
3861
|
+
// SquareCheckBig aliases
|
|
3862
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @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 */
|
|
3865
|
+
default as CheckSquareIcon
|
|
3866
|
+
} from '../icons/square-check-big';
|
|
3803
3867
|
// SquareCheck aliases
|
|
3804
3868
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3805
3869
|
export {
|
|
@@ -3812,36 +3876,30 @@ export {
|
|
|
3812
3876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3813
3877
|
default as ChevronDownSquareIcon
|
|
3814
3878
|
} from '../icons/square-chevron-down';
|
|
3815
|
-
//
|
|
3816
|
-
export { default as
|
|
3879
|
+
// SquareChevronLeft aliases
|
|
3880
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3817
3881
|
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3819
|
-
default as
|
|
3820
|
-
} from '../icons/square-
|
|
3882
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3883
|
+
default as ChevronLeftSquareIcon
|
|
3884
|
+
} from '../icons/square-chevron-left';
|
|
3821
3885
|
// SquareChevronRight aliases
|
|
3822
3886
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3823
3887
|
export {
|
|
3824
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3825
3889
|
default as ChevronRightSquareIcon
|
|
3826
3890
|
} from '../icons/square-chevron-right';
|
|
3827
|
-
// SquareChevronUp aliases
|
|
3828
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3829
|
-
export {
|
|
3830
|
-
/** @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 */
|
|
3831
|
-
default as ChevronUpSquareIcon
|
|
3832
|
-
} from '../icons/square-chevron-up';
|
|
3833
|
-
// SquareChevronLeft aliases
|
|
3834
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3837
|
-
default as ChevronLeftSquareIcon
|
|
3838
|
-
} from '../icons/square-chevron-left';
|
|
3839
3891
|
// SquareCode aliases
|
|
3840
3892
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3841
3893
|
export {
|
|
3842
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3843
3895
|
default as CodeSquareIcon
|
|
3844
3896
|
} from '../icons/square-code';
|
|
3897
|
+
// SquareChevronUp aliases
|
|
3898
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3899
|
+
export {
|
|
3900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3901
|
+
default as ChevronUpSquareIcon
|
|
3902
|
+
} from '../icons/square-chevron-up';
|
|
3845
3903
|
// SquareDashedKanban aliases
|
|
3846
3904
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3847
3905
|
export {
|
|
@@ -3860,18 +3918,24 @@ export {
|
|
|
3860
3918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3861
3919
|
default as BoxSelectIcon
|
|
3862
3920
|
} from '../icons/square-dashed';
|
|
3921
|
+
// SquareDivide aliases
|
|
3922
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3923
|
+
export {
|
|
3924
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3925
|
+
default as DivideSquareIcon
|
|
3926
|
+
} from '../icons/square-divide';
|
|
3863
3927
|
// SquareDot aliases
|
|
3864
3928
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3865
3929
|
export {
|
|
3866
3930
|
/** @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 */
|
|
3867
3931
|
default as DotSquareIcon
|
|
3868
3932
|
} from '../icons/square-dot';
|
|
3869
|
-
//
|
|
3870
|
-
export { default as
|
|
3933
|
+
// SquareEqual aliases
|
|
3934
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3871
3935
|
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3873
|
-
default as
|
|
3874
|
-
} from '../icons/square-
|
|
3936
|
+
/** @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 */
|
|
3937
|
+
default as EqualSquareIcon
|
|
3938
|
+
} from '../icons/square-equal';
|
|
3875
3939
|
// SquareFunction aliases
|
|
3876
3940
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3877
3941
|
export {
|
|
@@ -3884,12 +3948,6 @@ export {
|
|
|
3884
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3885
3949
|
default as KanbanSquareIcon
|
|
3886
3950
|
} from '../icons/square-kanban';
|
|
3887
|
-
// SquareEqual aliases
|
|
3888
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @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 */
|
|
3891
|
-
default as EqualSquareIcon
|
|
3892
|
-
} from '../icons/square-equal';
|
|
3893
3951
|
// SquareLibrary aliases
|
|
3894
3952
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3895
3953
|
export {
|
|
@@ -3926,6 +3984,12 @@ export {
|
|
|
3926
3984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
3927
3985
|
default as ParkingSquareOffIcon
|
|
3928
3986
|
} from '../icons/square-parking-off';
|
|
3987
|
+
// SquareParking aliases
|
|
3988
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3991
|
+
default as ParkingSquareIcon
|
|
3992
|
+
} from '../icons/square-parking';
|
|
3929
3993
|
// SquarePen aliases
|
|
3930
3994
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3931
3995
|
export {
|
|
@@ -3940,12 +4004,12 @@ export {
|
|
|
3940
4004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3941
4005
|
default as PenSquareIcon
|
|
3942
4006
|
} from '../icons/square-pen';
|
|
3943
|
-
//
|
|
3944
|
-
export { default as
|
|
4007
|
+
// SquarePi aliases
|
|
4008
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3945
4009
|
export {
|
|
3946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3947
|
-
default as
|
|
3948
|
-
} from '../icons/square-
|
|
4010
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4011
|
+
default as PiSquareIcon
|
|
4012
|
+
} from '../icons/square-pi';
|
|
3949
4013
|
// SquarePercent aliases
|
|
3950
4014
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3951
4015
|
export {
|
|
@@ -3970,12 +4034,6 @@ export {
|
|
|
3970
4034
|
/** @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 */
|
|
3971
4035
|
default as PlusSquareIcon
|
|
3972
4036
|
} from '../icons/square-plus';
|
|
3973
|
-
// SquarePi aliases
|
|
3974
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3975
|
-
export {
|
|
3976
|
-
/** @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 */
|
|
3977
|
-
default as PiSquareIcon
|
|
3978
|
-
} from '../icons/square-pi';
|
|
3979
4037
|
// SquarePower aliases
|
|
3980
4038
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3981
4039
|
export {
|
|
@@ -3988,24 +4046,24 @@ export {
|
|
|
3988
4046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
3989
4047
|
default as ScissorsSquareIcon
|
|
3990
4048
|
} from '../icons/square-scissors';
|
|
3991
|
-
//
|
|
3992
|
-
export { default as
|
|
4049
|
+
// SquareSigma aliases
|
|
4050
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3993
4051
|
export {
|
|
3994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3995
|
-
default as
|
|
3996
|
-
} from '../icons/square-
|
|
4052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4053
|
+
default as SigmaSquareIcon
|
|
4054
|
+
} from '../icons/square-sigma';
|
|
3997
4055
|
// SquareSplitHorizontal aliases
|
|
3998
4056
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3999
4057
|
export {
|
|
4000
4058
|
/** @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 */
|
|
4001
4059
|
default as SplitSquareHorizontalIcon
|
|
4002
4060
|
} from '../icons/square-split-horizontal';
|
|
4003
|
-
//
|
|
4004
|
-
export { default as
|
|
4061
|
+
// SquareSlash aliases
|
|
4062
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4005
4063
|
export {
|
|
4006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4007
|
-
default as
|
|
4008
|
-
} from '../icons/square-
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4065
|
+
default as SlashSquareIcon
|
|
4066
|
+
} from '../icons/square-slash';
|
|
4009
4067
|
// SquareSplitVertical aliases
|
|
4010
4068
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4011
4069
|
export {
|
|
@@ -4018,18 +4076,18 @@ export {
|
|
|
4018
4076
|
/** @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 */
|
|
4019
4077
|
default as TerminalSquareIcon
|
|
4020
4078
|
} from '../icons/square-terminal';
|
|
4021
|
-
// SquareUserRound aliases
|
|
4022
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4025
|
-
default as UserSquare2Icon
|
|
4026
|
-
} from '../icons/square-user-round';
|
|
4027
4079
|
// SquareUser aliases
|
|
4028
4080
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4029
4081
|
export {
|
|
4030
4082
|
/** @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 */
|
|
4031
4083
|
default as UserSquareIcon
|
|
4032
4084
|
} from '../icons/square-user';
|
|
4085
|
+
// SquareUserRound aliases
|
|
4086
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4089
|
+
default as UserSquare2Icon
|
|
4090
|
+
} from '../icons/square-user-round';
|
|
4033
4091
|
// SquareX aliases
|
|
4034
4092
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4035
4093
|
export {
|
|
@@ -4042,18 +4100,18 @@ export {
|
|
|
4042
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4043
4101
|
default as TestTube2Icon
|
|
4044
4102
|
} from '../icons/test-tube-diagonal';
|
|
4045
|
-
// TextAlignEnd aliases
|
|
4046
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4049
|
-
default as AlignRightIcon
|
|
4050
|
-
} from '../icons/text-align-end';
|
|
4051
4103
|
// TextAlignCenter aliases
|
|
4052
4104
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4053
4105
|
export {
|
|
4054
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4055
4107
|
default as AlignCenterIcon
|
|
4056
4108
|
} from '../icons/text-align-center';
|
|
4109
|
+
// TextAlignEnd aliases
|
|
4110
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4113
|
+
default as AlignRightIcon
|
|
4114
|
+
} from '../icons/text-align-end';
|
|
4057
4115
|
// TextAlignJustify aliases
|
|
4058
4116
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4059
4117
|
export {
|
|
@@ -4076,30 +4134,30 @@ export {
|
|
|
4076
4134
|
/** @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 */
|
|
4077
4135
|
default as LetterTextIcon
|
|
4078
4136
|
} from '../icons/text-initial';
|
|
4079
|
-
// TextWrap aliases
|
|
4080
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @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 */
|
|
4083
|
-
default as WrapTextIcon
|
|
4084
|
-
} from '../icons/text-wrap';
|
|
4085
|
-
// TramFront aliases
|
|
4086
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4087
|
-
export {
|
|
4088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4089
|
-
default as TrainIcon
|
|
4090
|
-
} from '../icons/tram-front';
|
|
4091
4137
|
// TextSelect aliases
|
|
4092
4138
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4093
4139
|
export {
|
|
4094
4140
|
/** @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 */
|
|
4095
4141
|
default as TextSelectionIcon
|
|
4096
4142
|
} from '../icons/text-select';
|
|
4143
|
+
// TextWrap aliases
|
|
4144
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4145
|
+
export {
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4147
|
+
default as WrapTextIcon
|
|
4148
|
+
} from '../icons/text-wrap';
|
|
4097
4149
|
// TreePalm aliases
|
|
4098
4150
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4099
4151
|
export {
|
|
4100
4152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4101
4153
|
default as PalmtreeIcon
|
|
4102
4154
|
} from '../icons/tree-palm';
|
|
4155
|
+
// TramFront aliases
|
|
4156
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4159
|
+
default as TrainIcon
|
|
4160
|
+
} from '../icons/tram-front';
|
|
4103
4161
|
// TriangleAlert aliases
|
|
4104
4162
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4105
4163
|
export {
|
|
@@ -4112,48 +4170,48 @@ export {
|
|
|
4112
4170
|
/** @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 */
|
|
4113
4171
|
default as Tv2Icon
|
|
4114
4172
|
} from '../icons/tv-minimal';
|
|
4115
|
-
// University aliases
|
|
4116
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @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 */
|
|
4119
|
-
default as School2Icon
|
|
4120
|
-
} from '../icons/university';
|
|
4121
4173
|
// UserRoundCheck aliases
|
|
4122
4174
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4123
4175
|
export {
|
|
4124
4176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4125
4177
|
default as UserCheck2Icon
|
|
4126
4178
|
} from '../icons/user-round-check';
|
|
4179
|
+
// University aliases
|
|
4180
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4181
|
+
export {
|
|
4182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4183
|
+
default as School2Icon
|
|
4184
|
+
} from '../icons/university';
|
|
4127
4185
|
// UserRoundCog aliases
|
|
4128
4186
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4129
4187
|
export {
|
|
4130
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4131
4189
|
default as UserCog2Icon
|
|
4132
4190
|
} from '../icons/user-round-cog';
|
|
4133
|
-
// UserRoundMinus aliases
|
|
4134
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4135
|
-
export {
|
|
4136
|
-
/** @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 */
|
|
4137
|
-
default as UserMinus2Icon
|
|
4138
|
-
} from '../icons/user-round-minus';
|
|
4139
4191
|
// UserRoundPlus aliases
|
|
4140
4192
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4141
4193
|
export {
|
|
4142
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4143
4195
|
default as UserPlus2Icon
|
|
4144
4196
|
} from '../icons/user-round-plus';
|
|
4145
|
-
//
|
|
4146
|
-
export { default as
|
|
4197
|
+
// UserRoundMinus aliases
|
|
4198
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4147
4199
|
export {
|
|
4148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4149
|
-
default as
|
|
4150
|
-
} from '../icons/user-round-
|
|
4200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4201
|
+
default as UserMinus2Icon
|
|
4202
|
+
} from '../icons/user-round-minus';
|
|
4151
4203
|
// UserRound aliases
|
|
4152
4204
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4153
4205
|
export {
|
|
4154
4206
|
/** @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 */
|
|
4155
4207
|
default as User2Icon
|
|
4156
4208
|
} from '../icons/user-round';
|
|
4209
|
+
// UserRoundX aliases
|
|
4210
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4211
|
+
export {
|
|
4212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4213
|
+
default as UserX2Icon
|
|
4214
|
+
} from '../icons/user-round-x';
|
|
4157
4215
|
// UtensilsCrossed aliases
|
|
4158
4216
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4159
4217
|
export {
|
|
@@ -4166,18 +4224,18 @@ export {
|
|
|
4166
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4167
4225
|
default as Users2Icon
|
|
4168
4226
|
} from '../icons/users-round';
|
|
4169
|
-
// WalletMinimal aliases
|
|
4170
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4171
|
-
export {
|
|
4172
|
-
/** @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 */
|
|
4173
|
-
default as Wallet2Icon
|
|
4174
|
-
} from '../icons/wallet-minimal';
|
|
4175
4227
|
// Utensils aliases
|
|
4176
4228
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4177
4229
|
export {
|
|
4178
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4179
4231
|
default as ForkKnifeIcon
|
|
4180
4232
|
} from '../icons/utensils';
|
|
4233
|
+
// WalletMinimal aliases
|
|
4234
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @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 */
|
|
4237
|
+
default as Wallet2Icon
|
|
4238
|
+
} from '../icons/wallet-minimal';
|
|
4181
4239
|
// WandSparkles aliases
|
|
4182
4240
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4183
4241
|
export {
|