@lucide/astro 1.23.0 → 1.25.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 +10 -10
- package/src/aliases/aliases.ts +359 -359
- package/src/aliases/prefixed.ts +825 -819
- package/src/aliases/suffixed.ts +1108 -1102
- package/src/icons/circle-euro.ts +18 -0
- package/src/icons/dot.ts +2 -2
- package/src/icons/ethernet-port.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/hdmi-port.ts +2 -2
- package/src/icons/index.ts +217 -214
- package/src/icons/option.ts +2 -2
- package/src/icons/scan-box.ts +18 -0
- package/src/icons/server-plus.ts +18 -0
package/src/aliases/aliases.ts
CHANGED
|
@@ -1,1471 +1,1471 @@
|
|
|
1
1
|
|
|
2
2
|
// AlarmClockCheck aliases
|
|
3
3
|
export {
|
|
4
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead.
|
|
4
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
5
5
|
default as AlarmCheck
|
|
6
6
|
} from '../icons/alarm-clock-check';
|
|
7
7
|
|
|
8
8
|
// AlarmClockMinus aliases
|
|
9
9
|
export {
|
|
10
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead.
|
|
10
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
11
11
|
default as AlarmMinus
|
|
12
12
|
} from '../icons/alarm-clock-minus';
|
|
13
13
|
|
|
14
14
|
// AlarmClockPlus aliases
|
|
15
15
|
export {
|
|
16
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead.
|
|
16
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
17
17
|
default as AlarmPlus
|
|
18
18
|
} from '../icons/alarm-clock-plus';
|
|
19
19
|
|
|
20
20
|
// ArrowDownAZ aliases
|
|
21
21
|
export {
|
|
22
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead.
|
|
22
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
23
23
|
default as ArrowDownAz
|
|
24
24
|
} from '../icons/arrow-down-a-z';
|
|
25
25
|
|
|
26
26
|
// ArrowDownWideNarrow aliases
|
|
27
27
|
export {
|
|
28
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead.
|
|
28
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
29
29
|
default as SortDesc
|
|
30
30
|
} from '../icons/arrow-down-wide-narrow';
|
|
31
31
|
|
|
32
32
|
// ArrowDownZA aliases
|
|
33
33
|
export {
|
|
34
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead.
|
|
34
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
35
35
|
default as ArrowDownZa
|
|
36
36
|
} from '../icons/arrow-down-z-a';
|
|
37
37
|
|
|
38
38
|
// ArrowUpAZ aliases
|
|
39
39
|
export {
|
|
40
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead.
|
|
40
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
44
|
// ArrowUpNarrowWide aliases
|
|
45
45
|
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead.
|
|
46
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
47
47
|
default as SortAsc
|
|
48
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
49
49
|
|
|
50
50
|
// ArrowUpZA aliases
|
|
51
51
|
export {
|
|
52
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead.
|
|
52
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
53
53
|
default as ArrowUpZa
|
|
54
54
|
} from '../icons/arrow-up-z-a';
|
|
55
55
|
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead.
|
|
58
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
59
59
|
default as Axis3D
|
|
60
60
|
} from '../icons/axis-3d';
|
|
61
61
|
|
|
62
62
|
// BadgeCheck aliases
|
|
63
63
|
export {
|
|
64
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead.
|
|
64
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
65
65
|
default as Verified
|
|
66
66
|
} from '../icons/badge-check';
|
|
67
67
|
|
|
68
68
|
// BadgeQuestionMark aliases
|
|
69
69
|
export {
|
|
70
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead.
|
|
70
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
71
71
|
default as BadgeHelp
|
|
72
72
|
} from '../icons/badge-question-mark';
|
|
73
73
|
|
|
74
74
|
// BetweenHorizontalEnd aliases
|
|
75
75
|
export {
|
|
76
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead.
|
|
76
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
77
77
|
default as BetweenHorizonalEnd
|
|
78
78
|
} from '../icons/between-horizontal-end';
|
|
79
79
|
|
|
80
80
|
// BetweenHorizontalStart aliases
|
|
81
81
|
export {
|
|
82
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead.
|
|
82
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
83
83
|
default as BetweenHorizonalStart
|
|
84
84
|
} from '../icons/between-horizontal-start';
|
|
85
85
|
|
|
86
86
|
// BookDashed aliases
|
|
87
87
|
export {
|
|
88
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead.
|
|
88
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
89
89
|
default as BookTemplate
|
|
90
90
|
} from '../icons/book-dashed';
|
|
91
91
|
|
|
92
92
|
// Braces aliases
|
|
93
93
|
export {
|
|
94
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead.
|
|
94
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
95
95
|
default as CurlyBraces
|
|
96
96
|
} from '../icons/braces';
|
|
97
97
|
|
|
98
98
|
// Captions aliases
|
|
99
99
|
export {
|
|
100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead.
|
|
100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
101
101
|
default as Subtitles
|
|
102
102
|
} from '../icons/captions';
|
|
103
103
|
|
|
104
104
|
// ChartArea aliases
|
|
105
105
|
export {
|
|
106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead.
|
|
106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
110
|
// ChartBarBig aliases
|
|
111
111
|
export {
|
|
112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead.
|
|
112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
113
113
|
default as BarChartHorizontalBig
|
|
114
114
|
} from '../icons/chart-bar-big';
|
|
115
115
|
|
|
116
116
|
// ChartBar aliases
|
|
117
117
|
export {
|
|
118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead.
|
|
118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
119
119
|
default as BarChartHorizontal
|
|
120
120
|
} from '../icons/chart-bar';
|
|
121
121
|
|
|
122
122
|
// ChartCandlestick aliases
|
|
123
123
|
export {
|
|
124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead.
|
|
124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
125
125
|
default as CandlestickChart
|
|
126
126
|
} from '../icons/chart-candlestick';
|
|
127
127
|
|
|
128
128
|
// ChartColumnBig aliases
|
|
129
129
|
export {
|
|
130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead.
|
|
130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumnIncreasing aliases
|
|
135
|
-
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
137
|
-
default as BarChart4
|
|
138
|
-
} from '../icons/chart-column-increasing';
|
|
139
|
-
|
|
140
134
|
// ChartColumn aliases
|
|
141
135
|
export {
|
|
142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead.
|
|
136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
143
137
|
default as BarChart3
|
|
144
138
|
} from '../icons/chart-column';
|
|
145
139
|
|
|
140
|
+
// ChartColumnIncreasing aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
143
|
+
default as BarChart4
|
|
144
|
+
} from '../icons/chart-column-increasing';
|
|
145
|
+
|
|
146
146
|
// ChartLine aliases
|
|
147
147
|
export {
|
|
148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead.
|
|
148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
149
149
|
default as LineChart
|
|
150
150
|
} from '../icons/chart-line';
|
|
151
151
|
|
|
152
|
-
// ChartNoAxesColumn aliases
|
|
153
|
-
export {
|
|
154
|
-
/** @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 */
|
|
155
|
-
default as BarChart2
|
|
156
|
-
} from '../icons/chart-no-axes-column';
|
|
157
|
-
|
|
158
152
|
// ChartNoAxesColumnIncreasing aliases
|
|
159
153
|
export {
|
|
160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead.
|
|
154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
161
155
|
default as BarChart
|
|
162
156
|
} from '../icons/chart-no-axes-column-increasing';
|
|
163
157
|
|
|
158
|
+
// ChartNoAxesColumn aliases
|
|
159
|
+
export {
|
|
160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
161
|
+
default as BarChart2
|
|
162
|
+
} from '../icons/chart-no-axes-column';
|
|
163
|
+
|
|
164
164
|
// ChartNoAxesGantt aliases
|
|
165
165
|
export {
|
|
166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead.
|
|
166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
167
167
|
default as GanttChart
|
|
168
168
|
} from '../icons/chart-no-axes-gantt';
|
|
169
169
|
|
|
170
170
|
// ChartPie aliases
|
|
171
171
|
export {
|
|
172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead.
|
|
172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
173
173
|
default as PieChart
|
|
174
174
|
} from '../icons/chart-pie';
|
|
175
175
|
|
|
176
176
|
// ChartScatter aliases
|
|
177
177
|
export {
|
|
178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead.
|
|
178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
179
179
|
default as ScatterChart
|
|
180
180
|
} from '../icons/chart-scatter';
|
|
181
181
|
|
|
182
|
-
// CircleArrowDown aliases
|
|
183
|
-
export {
|
|
184
|
-
/** @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 */
|
|
185
|
-
default as ArrowDownCircle
|
|
186
|
-
} from '../icons/circle-arrow-down';
|
|
187
|
-
|
|
188
182
|
// CircleAlert aliases
|
|
189
183
|
export {
|
|
190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead.
|
|
184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
191
185
|
default as AlertCircle
|
|
192
186
|
} from '../icons/circle-alert';
|
|
193
187
|
|
|
188
|
+
// CircleArrowDown aliases
|
|
189
|
+
export {
|
|
190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
191
|
+
default as ArrowDownCircle
|
|
192
|
+
} from '../icons/circle-arrow-down';
|
|
193
|
+
|
|
194
194
|
// CircleArrowLeft aliases
|
|
195
195
|
export {
|
|
196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead.
|
|
196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
197
197
|
default as ArrowLeftCircle
|
|
198
198
|
} from '../icons/circle-arrow-left';
|
|
199
199
|
|
|
200
200
|
// CircleArrowOutDownLeft aliases
|
|
201
201
|
export {
|
|
202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead.
|
|
202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
203
203
|
default as ArrowDownLeftFromCircle
|
|
204
204
|
} from '../icons/circle-arrow-out-down-left';
|
|
205
205
|
|
|
206
206
|
// CircleArrowOutDownRight aliases
|
|
207
207
|
export {
|
|
208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead.
|
|
208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
209
209
|
default as ArrowDownRightFromCircle
|
|
210
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
211
211
|
|
|
212
212
|
// CircleArrowOutUpLeft aliases
|
|
213
213
|
export {
|
|
214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead.
|
|
214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
215
215
|
default as ArrowUpLeftFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
217
217
|
|
|
218
218
|
// CircleArrowOutUpRight aliases
|
|
219
219
|
export {
|
|
220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead.
|
|
220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
224
|
// CircleArrowRight aliases
|
|
225
225
|
export {
|
|
226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead.
|
|
226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
227
227
|
default as ArrowRightCircle
|
|
228
228
|
} from '../icons/circle-arrow-right';
|
|
229
229
|
|
|
230
230
|
// CircleArrowUp aliases
|
|
231
231
|
export {
|
|
232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead.
|
|
232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
233
233
|
default as ArrowUpCircle
|
|
234
234
|
} from '../icons/circle-arrow-up';
|
|
235
235
|
|
|
236
236
|
// CircleCheckBig aliases
|
|
237
237
|
export {
|
|
238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead.
|
|
238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
239
239
|
default as CheckCircle
|
|
240
240
|
} from '../icons/circle-check-big';
|
|
241
241
|
|
|
242
|
-
// CircleCheck aliases
|
|
243
|
-
export {
|
|
244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
245
|
-
default as CheckCircle2
|
|
246
|
-
} from '../icons/circle-check';
|
|
247
|
-
|
|
248
242
|
// CircleChevronDown aliases
|
|
249
243
|
export {
|
|
250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead.
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
251
245
|
default as ChevronDownCircle
|
|
252
246
|
} from '../icons/circle-chevron-down';
|
|
253
247
|
|
|
248
|
+
// CircleCheck aliases
|
|
249
|
+
export {
|
|
250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
251
|
+
default as CheckCircle2
|
|
252
|
+
} from '../icons/circle-check';
|
|
253
|
+
|
|
254
254
|
// CircleChevronLeft aliases
|
|
255
255
|
export {
|
|
256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead.
|
|
256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
257
257
|
default as ChevronLeftCircle
|
|
258
258
|
} from '../icons/circle-chevron-left';
|
|
259
259
|
|
|
260
260
|
// CircleChevronRight aliases
|
|
261
261
|
export {
|
|
262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead.
|
|
262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
263
263
|
default as ChevronRightCircle
|
|
264
264
|
} from '../icons/circle-chevron-right';
|
|
265
265
|
|
|
266
266
|
// CircleChevronUp aliases
|
|
267
267
|
export {
|
|
268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead.
|
|
268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
269
269
|
default as ChevronUpCircle
|
|
270
270
|
} from '../icons/circle-chevron-up';
|
|
271
271
|
|
|
272
272
|
// CircleDivide aliases
|
|
273
273
|
export {
|
|
274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead.
|
|
274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
275
275
|
default as DivideCircle
|
|
276
276
|
} from '../icons/circle-divide';
|
|
277
277
|
|
|
278
278
|
// CircleGauge aliases
|
|
279
279
|
export {
|
|
280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead.
|
|
280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
281
281
|
default as GaugeCircle
|
|
282
282
|
} from '../icons/circle-gauge';
|
|
283
283
|
|
|
284
|
-
// CircleMinus aliases
|
|
285
|
-
export {
|
|
286
|
-
/** @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 */
|
|
287
|
-
default as MinusCircle
|
|
288
|
-
} from '../icons/circle-minus';
|
|
289
|
-
|
|
290
284
|
// CircleParkingOff aliases
|
|
291
285
|
export {
|
|
292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead.
|
|
286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
293
287
|
default as ParkingCircleOff
|
|
294
288
|
} from '../icons/circle-parking-off';
|
|
295
289
|
|
|
290
|
+
// CircleMinus aliases
|
|
291
|
+
export {
|
|
292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
293
|
+
default as MinusCircle
|
|
294
|
+
} from '../icons/circle-minus';
|
|
295
|
+
|
|
296
296
|
// CircleParking aliases
|
|
297
297
|
export {
|
|
298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead.
|
|
298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
299
299
|
default as ParkingCircle
|
|
300
300
|
} from '../icons/circle-parking';
|
|
301
301
|
|
|
302
|
-
// CirclePercent aliases
|
|
303
|
-
export {
|
|
304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
305
|
-
default as PercentCircle
|
|
306
|
-
} from '../icons/circle-percent';
|
|
307
|
-
|
|
308
302
|
// CirclePause aliases
|
|
309
303
|
export {
|
|
310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead.
|
|
304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
311
305
|
default as PauseCircle
|
|
312
306
|
} from '../icons/circle-pause';
|
|
313
307
|
|
|
308
|
+
// CirclePercent aliases
|
|
309
|
+
export {
|
|
310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
311
|
+
default as PercentCircle
|
|
312
|
+
} from '../icons/circle-percent';
|
|
313
|
+
|
|
314
314
|
// CirclePlay aliases
|
|
315
315
|
export {
|
|
316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead.
|
|
316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
317
317
|
default as PlayCircle
|
|
318
318
|
} from '../icons/circle-play';
|
|
319
319
|
|
|
320
320
|
// CirclePlus aliases
|
|
321
321
|
export {
|
|
322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead.
|
|
322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
323
323
|
default as PlusCircle
|
|
324
324
|
} from '../icons/circle-plus';
|
|
325
325
|
|
|
326
326
|
// CirclePower aliases
|
|
327
327
|
export {
|
|
328
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead.
|
|
328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
329
329
|
default as PowerCircle
|
|
330
330
|
} from '../icons/circle-power';
|
|
331
331
|
|
|
332
332
|
// CircleQuestionMark aliases
|
|
333
333
|
export {
|
|
334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead.
|
|
334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
335
335
|
default as HelpCircle
|
|
336
336
|
} from '../icons/circle-question-mark';
|
|
337
337
|
|
|
338
338
|
// CircleQuestionMark aliases
|
|
339
339
|
export {
|
|
340
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead.
|
|
340
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
341
341
|
default as CircleHelp
|
|
342
342
|
} from '../icons/circle-question-mark';
|
|
343
343
|
|
|
344
|
-
// CircleStop aliases
|
|
345
|
-
export {
|
|
346
|
-
/** @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 */
|
|
347
|
-
default as StopCircle
|
|
348
|
-
} from '../icons/circle-stop';
|
|
349
|
-
|
|
350
344
|
// CircleSlash2 aliases
|
|
351
345
|
export {
|
|
352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead.
|
|
346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
353
347
|
default as CircleSlashed
|
|
354
348
|
} from '../icons/circle-slash-2';
|
|
355
349
|
|
|
350
|
+
// CircleStop aliases
|
|
351
|
+
export {
|
|
352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
353
|
+
default as StopCircle
|
|
354
|
+
} from '../icons/circle-stop';
|
|
355
|
+
|
|
356
356
|
// CircleUserRound aliases
|
|
357
357
|
export {
|
|
358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead.
|
|
358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
359
359
|
default as UserCircle2
|
|
360
360
|
} from '../icons/circle-user-round';
|
|
361
361
|
|
|
362
362
|
// CircleUser aliases
|
|
363
363
|
export {
|
|
364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead.
|
|
364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
365
365
|
default as UserCircle
|
|
366
366
|
} from '../icons/circle-user';
|
|
367
367
|
|
|
368
368
|
// CircleX aliases
|
|
369
369
|
export {
|
|
370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead.
|
|
370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
371
371
|
default as XCircle
|
|
372
372
|
} from '../icons/circle-x';
|
|
373
373
|
|
|
374
374
|
// ClipboardPenLine aliases
|
|
375
375
|
export {
|
|
376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead.
|
|
376
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
377
377
|
default as ClipboardSignature
|
|
378
378
|
} from '../icons/clipboard-pen-line';
|
|
379
379
|
|
|
380
380
|
// ClipboardPen aliases
|
|
381
381
|
export {
|
|
382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead.
|
|
382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
383
383
|
default as ClipboardEdit
|
|
384
384
|
} from '../icons/clipboard-pen';
|
|
385
385
|
|
|
386
386
|
// CloudDownload aliases
|
|
387
387
|
export {
|
|
388
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead.
|
|
388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
389
389
|
default as DownloadCloud
|
|
390
390
|
} from '../icons/cloud-download';
|
|
391
391
|
|
|
392
392
|
// CloudUpload aliases
|
|
393
393
|
export {
|
|
394
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead.
|
|
394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
395
395
|
default as UploadCloud
|
|
396
396
|
} from '../icons/cloud-upload';
|
|
397
397
|
|
|
398
398
|
// CodeXml aliases
|
|
399
399
|
export {
|
|
400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead.
|
|
400
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
401
401
|
default as Code2
|
|
402
402
|
} from '../icons/code-xml';
|
|
403
403
|
|
|
404
404
|
// Columns2 aliases
|
|
405
405
|
export {
|
|
406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead.
|
|
406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
407
407
|
default as Columns
|
|
408
408
|
} from '../icons/columns-2';
|
|
409
409
|
|
|
410
410
|
// Columns3Cog aliases
|
|
411
411
|
export {
|
|
412
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead.
|
|
412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
413
413
|
default as ColumnsSettings
|
|
414
414
|
} from '../icons/columns-3-cog';
|
|
415
415
|
|
|
416
416
|
// Columns3Cog aliases
|
|
417
417
|
export {
|
|
418
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead.
|
|
418
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
419
419
|
default as TableConfig
|
|
420
420
|
} from '../icons/columns-3-cog';
|
|
421
421
|
|
|
422
422
|
// Columns3 aliases
|
|
423
423
|
export {
|
|
424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead.
|
|
424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
425
425
|
default as PanelsLeftRight
|
|
426
426
|
} from '../icons/columns-3';
|
|
427
427
|
|
|
428
428
|
// DiamondPercent aliases
|
|
429
429
|
export {
|
|
430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead.
|
|
430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
431
431
|
default as PercentDiamond
|
|
432
432
|
} from '../icons/diamond-percent';
|
|
433
433
|
|
|
434
434
|
// ContactRound aliases
|
|
435
435
|
export {
|
|
436
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead.
|
|
436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
437
437
|
default as Contact2
|
|
438
438
|
} from '../icons/contact-round';
|
|
439
439
|
|
|
440
440
|
// Earth aliases
|
|
441
441
|
export {
|
|
442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead.
|
|
442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
443
443
|
default as Globe2
|
|
444
444
|
} from '../icons/earth';
|
|
445
445
|
|
|
446
446
|
// EllipsisVertical aliases
|
|
447
447
|
export {
|
|
448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead.
|
|
448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
449
449
|
default as MoreVertical
|
|
450
450
|
} from '../icons/ellipsis-vertical';
|
|
451
451
|
|
|
452
452
|
// Ellipsis aliases
|
|
453
453
|
export {
|
|
454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead.
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
455
455
|
default as MoreHorizontal
|
|
456
456
|
} from '../icons/ellipsis';
|
|
457
457
|
|
|
458
458
|
// FileAxis3d aliases
|
|
459
459
|
export {
|
|
460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead.
|
|
460
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
461
461
|
default as FileAxis3D
|
|
462
462
|
} from '../icons/file-axis-3d';
|
|
463
463
|
|
|
464
464
|
// FileBadge aliases
|
|
465
465
|
export {
|
|
466
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead.
|
|
466
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
467
467
|
default as FileBadge2
|
|
468
468
|
} from '../icons/file-badge';
|
|
469
469
|
|
|
470
470
|
// FileBracesCorner aliases
|
|
471
471
|
export {
|
|
472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead.
|
|
472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
473
473
|
default as FileJson2
|
|
474
474
|
} from '../icons/file-braces-corner';
|
|
475
475
|
|
|
476
476
|
// FileBraces aliases
|
|
477
477
|
export {
|
|
478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead.
|
|
478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
479
479
|
default as FileJson
|
|
480
480
|
} from '../icons/file-braces';
|
|
481
481
|
|
|
482
482
|
// FileChartColumnIncreasing aliases
|
|
483
483
|
export {
|
|
484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead.
|
|
484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
485
485
|
default as FileBarChart
|
|
486
486
|
} from '../icons/file-chart-column-increasing';
|
|
487
487
|
|
|
488
488
|
// FileChartColumn aliases
|
|
489
489
|
export {
|
|
490
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead.
|
|
490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
491
491
|
default as FileBarChart2
|
|
492
492
|
} from '../icons/file-chart-column';
|
|
493
493
|
|
|
494
494
|
// FileChartLine aliases
|
|
495
495
|
export {
|
|
496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead.
|
|
496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
497
497
|
default as FileLineChart
|
|
498
498
|
} from '../icons/file-chart-line';
|
|
499
499
|
|
|
500
500
|
// FileChartPie aliases
|
|
501
501
|
export {
|
|
502
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead.
|
|
502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
503
503
|
default as FilePieChart
|
|
504
504
|
} from '../icons/file-chart-pie';
|
|
505
505
|
|
|
506
506
|
// FileCheckCorner aliases
|
|
507
507
|
export {
|
|
508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead.
|
|
508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
509
509
|
default as FileCheck2
|
|
510
510
|
} from '../icons/file-check-corner';
|
|
511
511
|
|
|
512
512
|
// FileCodeCorner aliases
|
|
513
513
|
export {
|
|
514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead.
|
|
514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
515
515
|
default as FileCode2
|
|
516
516
|
} from '../icons/file-code-corner';
|
|
517
517
|
|
|
518
518
|
// FileCog aliases
|
|
519
519
|
export {
|
|
520
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead.
|
|
520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
521
521
|
default as FileCog2
|
|
522
522
|
} from '../icons/file-cog';
|
|
523
523
|
|
|
524
524
|
// FileExclamationPoint aliases
|
|
525
525
|
export {
|
|
526
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead.
|
|
526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
527
527
|
default as FileWarning
|
|
528
528
|
} from '../icons/file-exclamation-point';
|
|
529
529
|
|
|
530
530
|
// FileHeadphone aliases
|
|
531
531
|
export {
|
|
532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead.
|
|
532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. */
|
|
533
533
|
default as FileAudio
|
|
534
534
|
} from '../icons/file-headphone';
|
|
535
535
|
|
|
536
536
|
// FileHeadphone aliases
|
|
537
537
|
export {
|
|
538
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead.
|
|
538
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
539
539
|
default as FileAudio2
|
|
540
540
|
} from '../icons/file-headphone';
|
|
541
541
|
|
|
542
542
|
// FileKey aliases
|
|
543
543
|
export {
|
|
544
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead.
|
|
544
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
545
545
|
default as FileKey2
|
|
546
546
|
} from '../icons/file-key';
|
|
547
547
|
|
|
548
548
|
// FileLock aliases
|
|
549
549
|
export {
|
|
550
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead.
|
|
550
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
551
551
|
default as FileLock2
|
|
552
552
|
} from '../icons/file-lock';
|
|
553
553
|
|
|
554
554
|
// FileMinusCorner aliases
|
|
555
555
|
export {
|
|
556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead.
|
|
556
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
557
557
|
default as FileMinus2
|
|
558
558
|
} from '../icons/file-minus-corner';
|
|
559
559
|
|
|
560
560
|
// FilePenLine aliases
|
|
561
561
|
export {
|
|
562
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead.
|
|
562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
563
563
|
default as FileSignature
|
|
564
564
|
} from '../icons/file-pen-line';
|
|
565
565
|
|
|
566
566
|
// FilePen aliases
|
|
567
567
|
export {
|
|
568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead.
|
|
568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
569
569
|
default as FileEdit
|
|
570
570
|
} from '../icons/file-pen';
|
|
571
571
|
|
|
572
572
|
// FilePlay aliases
|
|
573
573
|
export {
|
|
574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead.
|
|
574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
575
575
|
default as FileVideo
|
|
576
576
|
} from '../icons/file-play';
|
|
577
577
|
|
|
578
578
|
// FilePlusCorner aliases
|
|
579
579
|
export {
|
|
580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead.
|
|
580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
581
581
|
default as FilePlus2
|
|
582
582
|
} from '../icons/file-plus-corner';
|
|
583
583
|
|
|
584
584
|
// FileQuestionMark aliases
|
|
585
585
|
export {
|
|
586
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead.
|
|
586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
587
587
|
default as FileQuestion
|
|
588
588
|
} from '../icons/file-question-mark';
|
|
589
589
|
|
|
590
590
|
// FileSearchCorner aliases
|
|
591
591
|
export {
|
|
592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead.
|
|
592
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
593
593
|
default as FileSearch2
|
|
594
594
|
} from '../icons/file-search-corner';
|
|
595
595
|
|
|
596
596
|
// FileSignal aliases
|
|
597
597
|
export {
|
|
598
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead.
|
|
598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
599
599
|
default as FileVolume2
|
|
600
600
|
} from '../icons/file-signal';
|
|
601
601
|
|
|
602
602
|
// FileTypeCorner aliases
|
|
603
603
|
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead.
|
|
604
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
605
605
|
default as FileType2
|
|
606
606
|
} from '../icons/file-type-corner';
|
|
607
607
|
|
|
608
608
|
// FileVideoCamera aliases
|
|
609
609
|
export {
|
|
610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead.
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
611
611
|
default as FileVideo2
|
|
612
612
|
} from '../icons/file-video-camera';
|
|
613
613
|
|
|
614
|
-
// FingerprintPattern aliases
|
|
615
|
-
export {
|
|
616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
617
|
-
default as Fingerprint
|
|
618
|
-
} from '../icons/fingerprint-pattern';
|
|
619
|
-
|
|
620
614
|
// FileXCorner aliases
|
|
621
615
|
export {
|
|
622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead.
|
|
616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
623
617
|
default as FileX2
|
|
624
618
|
} from '../icons/file-x-corner';
|
|
625
619
|
|
|
620
|
+
// FingerprintPattern aliases
|
|
621
|
+
export {
|
|
622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
623
|
+
default as Fingerprint
|
|
624
|
+
} from '../icons/fingerprint-pattern';
|
|
625
|
+
|
|
626
626
|
// FolderCog aliases
|
|
627
627
|
export {
|
|
628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead.
|
|
628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
629
629
|
default as FolderCog2
|
|
630
630
|
} from '../icons/folder-cog';
|
|
631
631
|
|
|
632
632
|
// FolderPen aliases
|
|
633
633
|
export {
|
|
634
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead.
|
|
634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
635
635
|
default as FolderEdit
|
|
636
636
|
} from '../icons/folder-pen';
|
|
637
637
|
|
|
638
638
|
// FunnelX aliases
|
|
639
639
|
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead.
|
|
640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
641
641
|
default as FilterX
|
|
642
642
|
} from '../icons/funnel-x';
|
|
643
643
|
|
|
644
644
|
// Funnel aliases
|
|
645
645
|
export {
|
|
646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead.
|
|
646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
647
647
|
default as Filter
|
|
648
648
|
} from '../icons/funnel';
|
|
649
649
|
|
|
650
650
|
// GitCommitHorizontal aliases
|
|
651
651
|
export {
|
|
652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead.
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
653
653
|
default as GitCommit
|
|
654
654
|
} from '../icons/git-commit-horizontal';
|
|
655
655
|
|
|
656
656
|
// Grid2x2Check aliases
|
|
657
657
|
export {
|
|
658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead.
|
|
658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
659
659
|
default as Grid2X2Check
|
|
660
660
|
} from '../icons/grid-2x2-check';
|
|
661
661
|
|
|
662
662
|
// Grid2x2Plus aliases
|
|
663
663
|
export {
|
|
664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead.
|
|
664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
665
665
|
default as Grid2X2Plus
|
|
666
666
|
} from '../icons/grid-2x2-plus';
|
|
667
667
|
|
|
668
668
|
// Grid2x2X aliases
|
|
669
669
|
export {
|
|
670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead.
|
|
670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
671
671
|
default as Grid2X2X
|
|
672
672
|
} from '../icons/grid-2x2-x';
|
|
673
673
|
|
|
674
674
|
// Grid2x2 aliases
|
|
675
675
|
export {
|
|
676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead.
|
|
676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
677
677
|
default as Grid2X2
|
|
678
678
|
} from '../icons/grid-2x2';
|
|
679
679
|
|
|
680
680
|
// Grid3x3 aliases
|
|
681
681
|
export {
|
|
682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead.
|
|
682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
683
683
|
default as Grid
|
|
684
684
|
} from '../icons/grid-3x3';
|
|
685
685
|
|
|
686
686
|
// Grid3x3 aliases
|
|
687
687
|
export {
|
|
688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead.
|
|
688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
689
689
|
default as Grid3X3
|
|
690
690
|
} from '../icons/grid-3x3';
|
|
691
691
|
|
|
692
|
-
// HandGrab aliases
|
|
693
|
-
export {
|
|
694
|
-
/** @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 */
|
|
695
|
-
default as Grab
|
|
696
|
-
} from '../icons/hand-grab';
|
|
697
|
-
|
|
698
692
|
// HandHelping aliases
|
|
699
693
|
export {
|
|
700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead.
|
|
694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
701
695
|
default as HelpingHand
|
|
702
696
|
} from '../icons/hand-helping';
|
|
703
697
|
|
|
698
|
+
// HandGrab aliases
|
|
699
|
+
export {
|
|
700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
701
|
+
default as Grab
|
|
702
|
+
} from '../icons/hand-grab';
|
|
703
|
+
|
|
704
704
|
// House aliases
|
|
705
705
|
export {
|
|
706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead.
|
|
706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
707
707
|
default as Home
|
|
708
708
|
} from '../icons/house';
|
|
709
709
|
|
|
710
710
|
// IceCreamBowl aliases
|
|
711
711
|
export {
|
|
712
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead.
|
|
712
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
713
713
|
default as IceCream2
|
|
714
714
|
} from '../icons/ice-cream-bowl';
|
|
715
715
|
|
|
716
716
|
// IceCreamCone aliases
|
|
717
717
|
export {
|
|
718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead.
|
|
718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
719
719
|
default as IceCream
|
|
720
720
|
} from '../icons/ice-cream-cone';
|
|
721
721
|
|
|
722
722
|
// LaptopMinimal aliases
|
|
723
723
|
export {
|
|
724
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead.
|
|
724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
725
725
|
default as Laptop2
|
|
726
726
|
} from '../icons/laptop-minimal';
|
|
727
727
|
|
|
728
728
|
// Layers aliases
|
|
729
729
|
export {
|
|
730
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead.
|
|
730
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
731
731
|
default as Layers3
|
|
732
732
|
} from '../icons/layers';
|
|
733
733
|
|
|
734
734
|
// ListIndentDecrease aliases
|
|
735
735
|
export {
|
|
736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead.
|
|
736
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
737
737
|
default as Outdent
|
|
738
738
|
} from '../icons/list-indent-decrease';
|
|
739
739
|
|
|
740
740
|
// ListIndentDecrease aliases
|
|
741
741
|
export {
|
|
742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead.
|
|
742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
743
743
|
default as IndentDecrease
|
|
744
744
|
} from '../icons/list-indent-decrease';
|
|
745
745
|
|
|
746
|
+
// LoaderCircle aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
749
|
+
default as Loader2
|
|
750
|
+
} from '../icons/loader-circle';
|
|
751
|
+
|
|
746
752
|
// ListIndentIncrease aliases
|
|
747
753
|
export {
|
|
748
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead.
|
|
754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
749
755
|
default as Indent
|
|
750
756
|
} from '../icons/list-indent-increase';
|
|
751
757
|
|
|
752
758
|
// ListIndentIncrease aliases
|
|
753
759
|
export {
|
|
754
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead.
|
|
760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
755
761
|
default as IndentIncrease
|
|
756
762
|
} from '../icons/list-indent-increase';
|
|
757
763
|
|
|
758
|
-
// LoaderCircle aliases
|
|
759
|
-
export {
|
|
760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
761
|
-
default as Loader2
|
|
762
|
-
} from '../icons/loader-circle';
|
|
763
|
-
|
|
764
764
|
// LockKeyholeOpen aliases
|
|
765
765
|
export {
|
|
766
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead.
|
|
766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
767
767
|
default as UnlockKeyhole
|
|
768
768
|
} from '../icons/lock-keyhole-open';
|
|
769
769
|
|
|
770
770
|
// LockOpen aliases
|
|
771
771
|
export {
|
|
772
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead.
|
|
772
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
773
773
|
default as Unlock
|
|
774
774
|
} from '../icons/lock-open';
|
|
775
775
|
|
|
776
776
|
// MailQuestionMark aliases
|
|
777
777
|
export {
|
|
778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead.
|
|
778
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
779
779
|
default as MailQuestion
|
|
780
780
|
} from '../icons/mail-question-mark';
|
|
781
781
|
|
|
782
|
-
// MapPinPen aliases
|
|
783
|
-
export {
|
|
784
|
-
/** @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 */
|
|
785
|
-
default as LocationEdit
|
|
786
|
-
} from '../icons/map-pin-pen';
|
|
787
|
-
|
|
788
782
|
// MessageCircleQuestionMark aliases
|
|
789
783
|
export {
|
|
790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead.
|
|
784
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
791
785
|
default as MessageCircleQuestion
|
|
792
786
|
} from '../icons/message-circle-question-mark';
|
|
793
787
|
|
|
788
|
+
// MapPinPen aliases
|
|
789
|
+
export {
|
|
790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
791
|
+
default as LocationEdit
|
|
792
|
+
} from '../icons/map-pin-pen';
|
|
793
|
+
|
|
794
794
|
// MicVocal aliases
|
|
795
795
|
export {
|
|
796
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead.
|
|
796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
797
797
|
default as Mic2
|
|
798
798
|
} from '../icons/mic-vocal';
|
|
799
799
|
|
|
800
800
|
// Move3d aliases
|
|
801
801
|
export {
|
|
802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead.
|
|
802
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
803
803
|
default as Move3D
|
|
804
804
|
} from '../icons/move-3d';
|
|
805
805
|
|
|
806
|
-
// OctagonPause aliases
|
|
807
|
-
export {
|
|
808
|
-
/** @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 */
|
|
809
|
-
default as PauseOctagon
|
|
810
|
-
} from '../icons/octagon-pause';
|
|
811
|
-
|
|
812
806
|
// OctagonAlert aliases
|
|
813
807
|
export {
|
|
814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead.
|
|
808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
815
809
|
default as AlertOctagon
|
|
816
810
|
} from '../icons/octagon-alert';
|
|
817
811
|
|
|
812
|
+
// OctagonPause aliases
|
|
813
|
+
export {
|
|
814
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
815
|
+
default as PauseOctagon
|
|
816
|
+
} from '../icons/octagon-pause';
|
|
817
|
+
|
|
818
818
|
// OctagonX aliases
|
|
819
819
|
export {
|
|
820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead.
|
|
820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
821
821
|
default as XOctagon
|
|
822
822
|
} from '../icons/octagon-x';
|
|
823
823
|
|
|
824
|
-
// PaintbrushVertical aliases
|
|
825
|
-
export {
|
|
826
|
-
/** @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 */
|
|
827
|
-
default as Paintbrush2
|
|
828
|
-
} from '../icons/paintbrush-vertical';
|
|
829
|
-
|
|
830
824
|
// PanelBottomDashed aliases
|
|
831
825
|
export {
|
|
832
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead.
|
|
826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
833
827
|
default as PanelBottomInactive
|
|
834
828
|
} from '../icons/panel-bottom-dashed';
|
|
835
829
|
|
|
836
830
|
// PanelLeftClose aliases
|
|
837
831
|
export {
|
|
838
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead.
|
|
832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
839
833
|
default as SidebarClose
|
|
840
834
|
} from '../icons/panel-left-close';
|
|
841
835
|
|
|
836
|
+
// PaintbrushVertical aliases
|
|
837
|
+
export {
|
|
838
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
839
|
+
default as Paintbrush2
|
|
840
|
+
} from '../icons/paintbrush-vertical';
|
|
841
|
+
|
|
842
842
|
// PanelLeftDashed aliases
|
|
843
843
|
export {
|
|
844
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead.
|
|
844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
845
845
|
default as PanelLeftInactive
|
|
846
846
|
} from '../icons/panel-left-dashed';
|
|
847
847
|
|
|
848
848
|
// PanelLeftOpen aliases
|
|
849
849
|
export {
|
|
850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead.
|
|
850
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
851
851
|
default as SidebarOpen
|
|
852
852
|
} from '../icons/panel-left-open';
|
|
853
853
|
|
|
854
854
|
// PanelLeft aliases
|
|
855
855
|
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead.
|
|
856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
857
857
|
default as Sidebar
|
|
858
858
|
} from '../icons/panel-left';
|
|
859
859
|
|
|
860
860
|
// PanelRightDashed aliases
|
|
861
861
|
export {
|
|
862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead.
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
863
863
|
default as PanelRightInactive
|
|
864
864
|
} from '../icons/panel-right-dashed';
|
|
865
865
|
|
|
866
|
-
// PanelTopDashed aliases
|
|
867
|
-
export {
|
|
868
|
-
/** @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 */
|
|
869
|
-
default as PanelTopInactive
|
|
870
|
-
} from '../icons/panel-top-dashed';
|
|
871
|
-
|
|
872
866
|
// PanelsTopLeft aliases
|
|
873
867
|
export {
|
|
874
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead.
|
|
868
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
875
869
|
default as Layout
|
|
876
870
|
} from '../icons/panels-top-left';
|
|
877
871
|
|
|
872
|
+
// PanelTopDashed aliases
|
|
873
|
+
export {
|
|
874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
875
|
+
default as PanelTopInactive
|
|
876
|
+
} from '../icons/panel-top-dashed';
|
|
877
|
+
|
|
878
878
|
// PenLine aliases
|
|
879
879
|
export {
|
|
880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead.
|
|
880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
881
881
|
default as Edit3
|
|
882
882
|
} from '../icons/pen-line';
|
|
883
883
|
|
|
884
|
-
// PlugZap aliases
|
|
885
|
-
export {
|
|
886
|
-
/** @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 */
|
|
887
|
-
default as PlugZap2
|
|
888
|
-
} from '../icons/plug-zap';
|
|
889
|
-
|
|
890
884
|
// Pen aliases
|
|
891
885
|
export {
|
|
892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead.
|
|
886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
893
887
|
default as Edit2
|
|
894
888
|
} from '../icons/pen';
|
|
895
889
|
|
|
890
|
+
// PlugZap aliases
|
|
891
|
+
export {
|
|
892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
893
|
+
default as PlugZap2
|
|
894
|
+
} from '../icons/plug-zap';
|
|
895
|
+
|
|
896
896
|
// RectangleEllipsis aliases
|
|
897
897
|
export {
|
|
898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead.
|
|
898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
899
899
|
default as FormInput
|
|
900
900
|
} from '../icons/rectangle-ellipsis';
|
|
901
901
|
|
|
902
902
|
// Rotate3d aliases
|
|
903
903
|
export {
|
|
904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead.
|
|
904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
905
905
|
default as Rotate3D
|
|
906
906
|
} from '../icons/rotate-3d';
|
|
907
907
|
|
|
908
908
|
// Rows2 aliases
|
|
909
909
|
export {
|
|
910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead.
|
|
910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
911
911
|
default as Rows
|
|
912
912
|
} from '../icons/rows-2';
|
|
913
913
|
|
|
914
914
|
// Rows3 aliases
|
|
915
915
|
export {
|
|
916
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead.
|
|
916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
917
917
|
default as PanelsTopBottom
|
|
918
918
|
} from '../icons/rows-3';
|
|
919
919
|
|
|
920
920
|
// Scale3d aliases
|
|
921
921
|
export {
|
|
922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead.
|
|
922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
923
923
|
default as Scale3D
|
|
924
924
|
} from '../icons/scale-3d';
|
|
925
925
|
|
|
926
926
|
// SendHorizontal aliases
|
|
927
927
|
export {
|
|
928
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead.
|
|
928
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
929
929
|
default as SendHorizonal
|
|
930
930
|
} from '../icons/send-horizontal';
|
|
931
931
|
|
|
932
932
|
// ShieldQuestionMark aliases
|
|
933
933
|
export {
|
|
934
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead.
|
|
934
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
935
935
|
default as ShieldQuestion
|
|
936
936
|
} from '../icons/shield-question-mark';
|
|
937
937
|
|
|
938
|
-
//
|
|
938
|
+
// ShieldX aliases
|
|
939
939
|
export {
|
|
940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
941
|
-
default as
|
|
942
|
-
} from '../icons/
|
|
940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
941
|
+
default as ShieldClose
|
|
942
|
+
} from '../icons/shield-x';
|
|
943
943
|
|
|
944
944
|
// Sparkles aliases
|
|
945
945
|
export {
|
|
946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead.
|
|
946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
947
947
|
default as Stars
|
|
948
948
|
} from '../icons/sparkles';
|
|
949
949
|
|
|
950
|
+
// SlidersVertical aliases
|
|
951
|
+
export {
|
|
952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
953
|
+
default as Sliders
|
|
954
|
+
} from '../icons/sliders-vertical';
|
|
955
|
+
|
|
950
956
|
// SquareActivity aliases
|
|
951
957
|
export {
|
|
952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead.
|
|
958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
953
959
|
default as ActivitySquare
|
|
954
960
|
} from '../icons/square-activity';
|
|
955
961
|
|
|
956
|
-
// ShieldX aliases
|
|
957
|
-
export {
|
|
958
|
-
/** @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 */
|
|
959
|
-
default as ShieldClose
|
|
960
|
-
} from '../icons/shield-x';
|
|
961
|
-
|
|
962
962
|
// SquareArrowDownLeft aliases
|
|
963
963
|
export {
|
|
964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead.
|
|
964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
965
965
|
default as ArrowDownLeftSquare
|
|
966
966
|
} from '../icons/square-arrow-down-left';
|
|
967
967
|
|
|
968
968
|
// SquareArrowDownRight aliases
|
|
969
969
|
export {
|
|
970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead.
|
|
970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
971
971
|
default as ArrowDownRightSquare
|
|
972
972
|
} from '../icons/square-arrow-down-right';
|
|
973
973
|
|
|
974
974
|
// SquareArrowDown aliases
|
|
975
975
|
export {
|
|
976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead.
|
|
976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
977
977
|
default as ArrowDownSquare
|
|
978
978
|
} from '../icons/square-arrow-down';
|
|
979
979
|
|
|
980
980
|
// SquareArrowLeft aliases
|
|
981
981
|
export {
|
|
982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead.
|
|
982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
983
983
|
default as ArrowLeftSquare
|
|
984
984
|
} from '../icons/square-arrow-left';
|
|
985
985
|
|
|
986
986
|
// SquareArrowOutDownLeft aliases
|
|
987
987
|
export {
|
|
988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead.
|
|
988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
989
989
|
default as ArrowDownLeftFromSquare
|
|
990
990
|
} from '../icons/square-arrow-out-down-left';
|
|
991
991
|
|
|
992
992
|
// SquareArrowOutDownRight aliases
|
|
993
993
|
export {
|
|
994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead.
|
|
994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
995
995
|
default as ArrowDownRightFromSquare
|
|
996
996
|
} from '../icons/square-arrow-out-down-right';
|
|
997
997
|
|
|
998
998
|
// SquareArrowOutUpLeft aliases
|
|
999
999
|
export {
|
|
1000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead.
|
|
1000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
1001
1001
|
default as ArrowUpLeftFromSquare
|
|
1002
1002
|
} from '../icons/square-arrow-out-up-left';
|
|
1003
1003
|
|
|
1004
1004
|
// SquareArrowOutUpRight aliases
|
|
1005
1005
|
export {
|
|
1006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead.
|
|
1006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1007
1007
|
default as ArrowUpRightFromSquare
|
|
1008
1008
|
} from '../icons/square-arrow-out-up-right';
|
|
1009
1009
|
|
|
1010
1010
|
// SquareArrowRight aliases
|
|
1011
1011
|
export {
|
|
1012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead.
|
|
1012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1013
1013
|
default as ArrowRightSquare
|
|
1014
1014
|
} from '../icons/square-arrow-right';
|
|
1015
1015
|
|
|
1016
1016
|
// SquareArrowUpLeft aliases
|
|
1017
1017
|
export {
|
|
1018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead.
|
|
1018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
1019
1019
|
default as ArrowUpLeftSquare
|
|
1020
1020
|
} from '../icons/square-arrow-up-left';
|
|
1021
1021
|
|
|
1022
1022
|
// SquareArrowUpRight aliases
|
|
1023
1023
|
export {
|
|
1024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead.
|
|
1024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
1025
1025
|
default as ArrowUpRightSquare
|
|
1026
1026
|
} from '../icons/square-arrow-up-right';
|
|
1027
1027
|
|
|
1028
1028
|
// SquareArrowUp aliases
|
|
1029
1029
|
export {
|
|
1030
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead.
|
|
1030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
1031
1031
|
default as ArrowUpSquare
|
|
1032
1032
|
} from '../icons/square-arrow-up';
|
|
1033
1033
|
|
|
1034
1034
|
// SquareAsterisk aliases
|
|
1035
1035
|
export {
|
|
1036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead.
|
|
1036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
1037
1037
|
default as AsteriskSquare
|
|
1038
1038
|
} from '../icons/square-asterisk';
|
|
1039
1039
|
|
|
1040
|
+
// SquareBottomDashedScissors aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
1043
|
+
default as ScissorsSquareDashedBottom
|
|
1044
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
|
+
|
|
1040
1046
|
// SquareCenterlineDashedHorizontal aliases
|
|
1041
1047
|
export {
|
|
1042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead.
|
|
1048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
1043
1049
|
default as FlipHorizontal
|
|
1044
1050
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
1045
1051
|
|
|
1046
|
-
//
|
|
1052
|
+
// SquareCenterlineDashedVertical aliases
|
|
1047
1053
|
export {
|
|
1048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1049
|
-
default as
|
|
1050
|
-
} from '../icons/square-
|
|
1054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
1055
|
+
default as FlipVertical
|
|
1056
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
1051
1057
|
|
|
1052
1058
|
// SquareChartGantt aliases
|
|
1053
1059
|
export {
|
|
1054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead.
|
|
1060
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
1055
1061
|
default as GanttChartSquare
|
|
1056
1062
|
} from '../icons/square-chart-gantt';
|
|
1057
1063
|
|
|
1058
1064
|
// SquareChartGantt aliases
|
|
1059
1065
|
export {
|
|
1060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead.
|
|
1066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
1061
1067
|
default as SquareGanttChart
|
|
1062
1068
|
} from '../icons/square-chart-gantt';
|
|
1063
1069
|
|
|
1064
|
-
// SquareCenterlineDashedVertical aliases
|
|
1065
|
-
export {
|
|
1066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
1067
|
-
default as FlipVertical
|
|
1068
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
1069
|
-
|
|
1070
1070
|
// SquareCheckBig aliases
|
|
1071
1071
|
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead.
|
|
1072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1073
1073
|
default as CheckSquare
|
|
1074
1074
|
} from '../icons/square-check-big';
|
|
1075
1075
|
|
|
1076
1076
|
// SquareCheck aliases
|
|
1077
1077
|
export {
|
|
1078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead.
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
1079
1079
|
default as CheckSquare2
|
|
1080
1080
|
} from '../icons/square-check';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronDown aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @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 */
|
|
1085
|
-
default as ChevronDownSquare
|
|
1086
|
-
} from '../icons/square-chevron-down';
|
|
1087
|
-
|
|
1088
1082
|
// SquareChevronLeft aliases
|
|
1089
1083
|
export {
|
|
1090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead.
|
|
1084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
1091
1085
|
default as ChevronLeftSquare
|
|
1092
1086
|
} from '../icons/square-chevron-left';
|
|
1093
1087
|
|
|
1094
|
-
//
|
|
1088
|
+
// SquareChevronDown aliases
|
|
1095
1089
|
export {
|
|
1096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1097
|
-
default as
|
|
1098
|
-
} from '../icons/square-chevron-
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
1091
|
+
default as ChevronDownSquare
|
|
1092
|
+
} from '../icons/square-chevron-down';
|
|
1099
1093
|
|
|
1100
1094
|
// SquareChevronUp aliases
|
|
1101
1095
|
export {
|
|
1102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead.
|
|
1096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
1103
1097
|
default as ChevronUpSquare
|
|
1104
1098
|
} from '../icons/square-chevron-up';
|
|
1105
1099
|
|
|
1100
|
+
// SquareChevronRight aliases
|
|
1101
|
+
export {
|
|
1102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
1103
|
+
default as ChevronRightSquare
|
|
1104
|
+
} from '../icons/square-chevron-right';
|
|
1105
|
+
|
|
1106
1106
|
// SquareCode aliases
|
|
1107
1107
|
export {
|
|
1108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead.
|
|
1108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
1109
1109
|
default as CodeSquare
|
|
1110
1110
|
} from '../icons/square-code';
|
|
1111
1111
|
|
|
1112
1112
|
// SquareDashedKanban aliases
|
|
1113
1113
|
export {
|
|
1114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead.
|
|
1114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
1118
|
// SquareDashedMousePointer aliases
|
|
1119
1119
|
export {
|
|
1120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead.
|
|
1120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
1121
1121
|
default as MousePointerSquareDashed
|
|
1122
1122
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1123
1123
|
|
|
1124
1124
|
// SquareDashedText aliases
|
|
1125
1125
|
export {
|
|
1126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead.
|
|
1126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
1127
1127
|
default as TextSelection
|
|
1128
1128
|
} from '../icons/square-dashed-text';
|
|
1129
1129
|
|
|
1130
1130
|
// SquareDashedText aliases
|
|
1131
1131
|
export {
|
|
1132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead.
|
|
1132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
1133
1133
|
default as TextSelect
|
|
1134
1134
|
} from '../icons/square-dashed-text';
|
|
1135
1135
|
|
|
1136
|
-
// SquareDashed aliases
|
|
1137
|
-
export {
|
|
1138
|
-
/** @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 */
|
|
1139
|
-
default as BoxSelect
|
|
1140
|
-
} from '../icons/square-dashed';
|
|
1141
|
-
|
|
1142
1136
|
// SquareDivide aliases
|
|
1143
1137
|
export {
|
|
1144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead.
|
|
1138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
1145
1139
|
default as DivideSquare
|
|
1146
1140
|
} from '../icons/square-divide';
|
|
1147
1141
|
|
|
1142
|
+
// SquareDashed aliases
|
|
1143
|
+
export {
|
|
1144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1145
|
+
default as BoxSelect
|
|
1146
|
+
} from '../icons/square-dashed';
|
|
1147
|
+
|
|
1148
1148
|
// SquareDot aliases
|
|
1149
1149
|
export {
|
|
1150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead.
|
|
1150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
1151
1151
|
default as DotSquare
|
|
1152
1152
|
} from '../icons/square-dot';
|
|
1153
1153
|
|
|
1154
|
-
// SquareEqual aliases
|
|
1155
|
-
export {
|
|
1156
|
-
/** @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 */
|
|
1157
|
-
default as EqualSquare
|
|
1158
|
-
} from '../icons/square-equal';
|
|
1159
|
-
|
|
1160
1154
|
// SquareFunction aliases
|
|
1161
1155
|
export {
|
|
1162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead.
|
|
1156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
1163
1157
|
default as FunctionSquare
|
|
1164
1158
|
} from '../icons/square-function';
|
|
1165
1159
|
|
|
1160
|
+
// SquareEqual aliases
|
|
1161
|
+
export {
|
|
1162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
1163
|
+
default as EqualSquare
|
|
1164
|
+
} from '../icons/square-equal';
|
|
1165
|
+
|
|
1166
1166
|
// SquareKanban aliases
|
|
1167
1167
|
export {
|
|
1168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead.
|
|
1168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
1169
1169
|
default as KanbanSquare
|
|
1170
1170
|
} from '../icons/square-kanban';
|
|
1171
1171
|
|
|
1172
1172
|
// SquareLibrary aliases
|
|
1173
1173
|
export {
|
|
1174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead.
|
|
1174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1175
1175
|
default as LibrarySquare
|
|
1176
1176
|
} from '../icons/square-library';
|
|
1177
1177
|
|
|
1178
1178
|
// SquareM aliases
|
|
1179
1179
|
export {
|
|
1180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead.
|
|
1180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
1181
1181
|
default as MSquare
|
|
1182
1182
|
} from '../icons/square-m';
|
|
1183
1183
|
|
|
1184
1184
|
// SquareMenu aliases
|
|
1185
1185
|
export {
|
|
1186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead.
|
|
1186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
1187
1187
|
default as MenuSquare
|
|
1188
1188
|
} from '../icons/square-menu';
|
|
1189
1189
|
|
|
1190
1190
|
// SquareMinus aliases
|
|
1191
1191
|
export {
|
|
1192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead.
|
|
1192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
1193
1193
|
default as MinusSquare
|
|
1194
1194
|
} from '../icons/square-minus';
|
|
1195
1195
|
|
|
1196
1196
|
// SquareMousePointer aliases
|
|
1197
1197
|
export {
|
|
1198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead.
|
|
1198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
1199
1199
|
default as Inspect
|
|
1200
1200
|
} from '../icons/square-mouse-pointer';
|
|
1201
1201
|
|
|
1202
1202
|
// SquareParkingOff aliases
|
|
1203
1203
|
export {
|
|
1204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead.
|
|
1204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
1205
1205
|
default as ParkingSquareOff
|
|
1206
1206
|
} from '../icons/square-parking-off';
|
|
1207
1207
|
|
|
1208
1208
|
// SquareParking aliases
|
|
1209
1209
|
export {
|
|
1210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead.
|
|
1210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
1211
1211
|
default as ParkingSquare
|
|
1212
1212
|
} from '../icons/square-parking';
|
|
1213
1213
|
|
|
1214
1214
|
// SquarePen aliases
|
|
1215
1215
|
export {
|
|
1216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead.
|
|
1216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
1217
1217
|
default as PenBox
|
|
1218
1218
|
} from '../icons/square-pen';
|
|
1219
1219
|
|
|
1220
1220
|
// SquarePen aliases
|
|
1221
1221
|
export {
|
|
1222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead.
|
|
1222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
1223
1223
|
default as Edit
|
|
1224
1224
|
} from '../icons/square-pen';
|
|
1225
1225
|
|
|
1226
1226
|
// SquarePen aliases
|
|
1227
1227
|
export {
|
|
1228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead.
|
|
1228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
1229
1229
|
default as PenSquare
|
|
1230
1230
|
} from '../icons/square-pen';
|
|
1231
1231
|
|
|
1232
1232
|
// SquarePercent aliases
|
|
1233
1233
|
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead.
|
|
1234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
1235
1235
|
default as PercentSquare
|
|
1236
1236
|
} from '../icons/square-percent';
|
|
1237
1237
|
|
|
1238
1238
|
// SquarePi aliases
|
|
1239
1239
|
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead.
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1241
1241
|
default as PiSquare
|
|
1242
1242
|
} from '../icons/square-pi';
|
|
1243
1243
|
|
|
1244
1244
|
// SquarePilcrow aliases
|
|
1245
1245
|
export {
|
|
1246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead.
|
|
1246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
1247
1247
|
default as PilcrowSquare
|
|
1248
1248
|
} from '../icons/square-pilcrow';
|
|
1249
1249
|
|
|
1250
1250
|
// SquarePlay aliases
|
|
1251
1251
|
export {
|
|
1252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead.
|
|
1252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
1253
1253
|
default as PlaySquare
|
|
1254
1254
|
} from '../icons/square-play';
|
|
1255
1255
|
|
|
1256
1256
|
// SquarePlus aliases
|
|
1257
1257
|
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead.
|
|
1258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
1259
1259
|
default as PlusSquare
|
|
1260
1260
|
} from '../icons/square-plus';
|
|
1261
1261
|
|
|
1262
1262
|
// SquarePower aliases
|
|
1263
1263
|
export {
|
|
1264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead.
|
|
1264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
1265
1265
|
default as PowerSquare
|
|
1266
1266
|
} from '../icons/square-power';
|
|
1267
1267
|
|
|
1268
1268
|
// SquareScissors aliases
|
|
1269
1269
|
export {
|
|
1270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead.
|
|
1270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
1271
1271
|
default as ScissorsSquare
|
|
1272
1272
|
} from '../icons/square-scissors';
|
|
1273
1273
|
|
|
1274
1274
|
// SquareSigma aliases
|
|
1275
1275
|
export {
|
|
1276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead.
|
|
1276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
1277
1277
|
default as SigmaSquare
|
|
1278
1278
|
} from '../icons/square-sigma';
|
|
1279
1279
|
|
|
1280
1280
|
// SquareSlash aliases
|
|
1281
1281
|
export {
|
|
1282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead.
|
|
1282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1283
1283
|
default as SlashSquare
|
|
1284
1284
|
} from '../icons/square-slash';
|
|
1285
1285
|
|
|
1286
1286
|
// SquareSplitHorizontal aliases
|
|
1287
1287
|
export {
|
|
1288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead.
|
|
1288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1289
1289
|
default as SplitSquareHorizontal
|
|
1290
1290
|
} from '../icons/square-split-horizontal';
|
|
1291
1291
|
|
|
1292
1292
|
// SquareSplitVertical aliases
|
|
1293
1293
|
export {
|
|
1294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead.
|
|
1294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
1295
1295
|
default as SplitSquareVertical
|
|
1296
1296
|
} from '../icons/square-split-vertical';
|
|
1297
1297
|
|
|
1298
1298
|
// SquareTerminal aliases
|
|
1299
1299
|
export {
|
|
1300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead.
|
|
1300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
1301
1301
|
default as TerminalSquare
|
|
1302
1302
|
} from '../icons/square-terminal';
|
|
1303
1303
|
|
|
1304
1304
|
// SquareUserRound aliases
|
|
1305
1305
|
export {
|
|
1306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead.
|
|
1306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
1307
1307
|
default as UserSquare2
|
|
1308
1308
|
} from '../icons/square-user-round';
|
|
1309
1309
|
|
|
1310
1310
|
// SquareUser aliases
|
|
1311
1311
|
export {
|
|
1312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead.
|
|
1312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
1313
1313
|
default as UserSquare
|
|
1314
1314
|
} from '../icons/square-user';
|
|
1315
1315
|
|
|
1316
1316
|
// SquareX aliases
|
|
1317
1317
|
export {
|
|
1318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead.
|
|
1318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
1319
1319
|
default as XSquare
|
|
1320
1320
|
} from '../icons/square-x';
|
|
1321
1321
|
|
|
1322
1322
|
// TestTubeDiagonal aliases
|
|
1323
1323
|
export {
|
|
1324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead.
|
|
1324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
1325
1325
|
default as TestTube2
|
|
1326
1326
|
} from '../icons/test-tube-diagonal';
|
|
1327
1327
|
|
|
1328
1328
|
// TextAlignCenter aliases
|
|
1329
1329
|
export {
|
|
1330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead.
|
|
1330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
1331
1331
|
default as AlignCenter
|
|
1332
1332
|
} from '../icons/text-align-center';
|
|
1333
1333
|
|
|
1334
|
-
// TextAlignEnd aliases
|
|
1335
|
-
export {
|
|
1336
|
-
/** @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 */
|
|
1337
|
-
default as AlignRight
|
|
1338
|
-
} from '../icons/text-align-end';
|
|
1339
|
-
|
|
1340
1334
|
// TextAlignJustify aliases
|
|
1341
1335
|
export {
|
|
1342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead.
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
1343
1337
|
default as AlignJustify
|
|
1344
1338
|
} from '../icons/text-align-justify';
|
|
1345
1339
|
|
|
1340
|
+
// TextAlignEnd aliases
|
|
1341
|
+
export {
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
1343
|
+
default as AlignRight
|
|
1344
|
+
} from '../icons/text-align-end';
|
|
1345
|
+
|
|
1346
1346
|
// TextAlignStart aliases
|
|
1347
1347
|
export {
|
|
1348
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead.
|
|
1348
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
1349
1349
|
default as Text
|
|
1350
1350
|
} from '../icons/text-align-start';
|
|
1351
1351
|
|
|
1352
1352
|
// TextAlignStart aliases
|
|
1353
1353
|
export {
|
|
1354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead.
|
|
1354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
1355
1355
|
default as AlignLeft
|
|
1356
1356
|
} from '../icons/text-align-start';
|
|
1357
1357
|
|
|
1358
1358
|
// TextInitial aliases
|
|
1359
1359
|
export {
|
|
1360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead.
|
|
1360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
1361
1361
|
default as LetterText
|
|
1362
1362
|
} from '../icons/text-initial';
|
|
1363
1363
|
|
|
1364
1364
|
// TextWrap aliases
|
|
1365
1365
|
export {
|
|
1366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead.
|
|
1366
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
1367
1367
|
default as WrapText
|
|
1368
1368
|
} from '../icons/text-wrap';
|
|
1369
1369
|
|
|
1370
1370
|
// TramFront aliases
|
|
1371
1371
|
export {
|
|
1372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead.
|
|
1372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
1373
1373
|
default as Train
|
|
1374
1374
|
} from '../icons/tram-front';
|
|
1375
1375
|
|
|
1376
1376
|
// TreePalm aliases
|
|
1377
1377
|
export {
|
|
1378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead.
|
|
1378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
1379
1379
|
default as Palmtree
|
|
1380
1380
|
} from '../icons/tree-palm';
|
|
1381
1381
|
|
|
1382
1382
|
// TriangleAlert aliases
|
|
1383
1383
|
export {
|
|
1384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead.
|
|
1384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
1385
1385
|
default as AlertTriangle
|
|
1386
1386
|
} from '../icons/triangle-alert';
|
|
1387
1387
|
|
|
1388
1388
|
// TvMinimal aliases
|
|
1389
1389
|
export {
|
|
1390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead.
|
|
1390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
1391
1391
|
default as Tv2
|
|
1392
1392
|
} from '../icons/tv-minimal';
|
|
1393
1393
|
|
|
1394
1394
|
// University aliases
|
|
1395
1395
|
export {
|
|
1396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead.
|
|
1396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
1397
1397
|
default as School2
|
|
1398
1398
|
} from '../icons/university';
|
|
1399
1399
|
|
|
1400
1400
|
// UserRoundCheck aliases
|
|
1401
1401
|
export {
|
|
1402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead.
|
|
1402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1403
1403
|
default as UserCheck2
|
|
1404
1404
|
} from '../icons/user-round-check';
|
|
1405
1405
|
|
|
1406
1406
|
// UserRoundCog aliases
|
|
1407
1407
|
export {
|
|
1408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead.
|
|
1408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
1409
1409
|
default as UserCog2
|
|
1410
1410
|
} from '../icons/user-round-cog';
|
|
1411
1411
|
|
|
1412
1412
|
// UserRoundMinus aliases
|
|
1413
1413
|
export {
|
|
1414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead.
|
|
1414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
1415
1415
|
default as UserMinus2
|
|
1416
1416
|
} from '../icons/user-round-minus';
|
|
1417
1417
|
|
|
1418
1418
|
// UserRoundPlus aliases
|
|
1419
1419
|
export {
|
|
1420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead.
|
|
1420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
1421
1421
|
default as UserPlus2
|
|
1422
1422
|
} from '../icons/user-round-plus';
|
|
1423
1423
|
|
|
1424
1424
|
// UserRoundX aliases
|
|
1425
1425
|
export {
|
|
1426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead.
|
|
1426
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
1427
1427
|
default as UserX2
|
|
1428
1428
|
} from '../icons/user-round-x';
|
|
1429
1429
|
|
|
1430
1430
|
// UserRound aliases
|
|
1431
1431
|
export {
|
|
1432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead.
|
|
1432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
1433
1433
|
default as User2
|
|
1434
1434
|
} from '../icons/user-round';
|
|
1435
1435
|
|
|
1436
1436
|
// UsersRound aliases
|
|
1437
1437
|
export {
|
|
1438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead.
|
|
1438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
1439
1439
|
default as Users2
|
|
1440
1440
|
} from '../icons/users-round';
|
|
1441
1441
|
|
|
1442
1442
|
// UtensilsCrossed aliases
|
|
1443
1443
|
export {
|
|
1444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead.
|
|
1444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
1445
1445
|
default as ForkKnifeCrossed
|
|
1446
1446
|
} from '../icons/utensils-crossed';
|
|
1447
1447
|
|
|
1448
1448
|
// Utensils aliases
|
|
1449
1449
|
export {
|
|
1450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead.
|
|
1450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
1451
1451
|
default as ForkKnife
|
|
1452
1452
|
} from '../icons/utensils';
|
|
1453
1453
|
|
|
1454
1454
|
// WalletMinimal aliases
|
|
1455
1455
|
export {
|
|
1456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead.
|
|
1456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
1457
1457
|
default as Wallet2
|
|
1458
1458
|
} from '../icons/wallet-minimal';
|
|
1459
1459
|
|
|
1460
1460
|
// WandSparkles aliases
|
|
1461
1461
|
export {
|
|
1462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead.
|
|
1462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
1463
1463
|
default as Wand2
|
|
1464
1464
|
} from '../icons/wand-sparkles';
|
|
1465
1465
|
|
|
1466
1466
|
// WavesHorizontal aliases
|
|
1467
1467
|
export {
|
|
1468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead.
|
|
1468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
1469
1469
|
default as Waves
|
|
1470
1470
|
} from '../icons/waves-horizontal';
|
|
1471
1471
|
|