@mxenabled/mx-icons 1.5.1 → 1.7.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/dist/index.d.ts +644 -204
- package/dist/index.es.js +611 -382
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,219 +3,441 @@ import { IconProps as IconProps_2 } from '@mui/material';
|
|
|
3
3
|
import { IconProps as IconProps_3 } from '@mui/material/Icon/Icon';
|
|
4
4
|
import { JSX } from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
declare const AccountBalance: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
7
|
+
export { AccountBalance }
|
|
8
|
+
export { AccountBalance as AccountBalanceIcon }
|
|
7
9
|
|
|
8
|
-
|
|
10
|
+
declare const AccountBalanceWallet: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
11
|
+
export { AccountBalanceWallet }
|
|
12
|
+
export { AccountBalanceWallet as AccountBalanceWalletIcon }
|
|
9
13
|
|
|
10
|
-
|
|
14
|
+
declare const Add: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
15
|
+
export { Add }
|
|
16
|
+
export { Add as AddIcon }
|
|
11
17
|
|
|
12
|
-
|
|
18
|
+
declare const AddBox: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
19
|
+
export { AddBox }
|
|
20
|
+
export { AddBox as AddBoxIcon }
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
declare const AddTask: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
23
|
+
export { AddTask }
|
|
24
|
+
export { AddTask as AddTaskIcon }
|
|
15
25
|
|
|
16
|
-
|
|
26
|
+
declare const AirplaneTicket: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
27
|
+
export { AirplaneTicket }
|
|
28
|
+
export { AirplaneTicket as AirplaneTicketIcon }
|
|
17
29
|
|
|
18
|
-
|
|
30
|
+
declare const AirportShuttle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
31
|
+
export { AirportShuttle }
|
|
32
|
+
export { AirportShuttle as AirportShuttleIcon }
|
|
19
33
|
|
|
20
|
-
|
|
34
|
+
declare const Apartment: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
35
|
+
export { Apartment }
|
|
36
|
+
export { Apartment as ApartmentIcon }
|
|
21
37
|
|
|
22
|
-
|
|
38
|
+
declare const Apps: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
39
|
+
export { Apps }
|
|
40
|
+
export { Apps as AppsIcon }
|
|
23
41
|
|
|
24
|
-
|
|
42
|
+
declare const ArrowBack: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
43
|
+
export { ArrowBack }
|
|
44
|
+
export { ArrowBack as ArrowBackIcon }
|
|
25
45
|
|
|
26
|
-
|
|
46
|
+
declare const ArrowBackIosNew: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
47
|
+
export { ArrowBackIosNew }
|
|
48
|
+
export { ArrowBackIosNew as ArrowBackIosNewIcon }
|
|
27
49
|
|
|
28
|
-
|
|
50
|
+
declare const ArrowDownwardAlt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
51
|
+
export { ArrowDownwardAlt }
|
|
52
|
+
export { ArrowDownwardAlt as ArrowDownwardAltIcon }
|
|
29
53
|
|
|
30
|
-
|
|
54
|
+
declare const ArrowForward: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
55
|
+
export { ArrowForward }
|
|
56
|
+
export { ArrowForward as ArrowForwardIcon }
|
|
31
57
|
|
|
32
|
-
|
|
58
|
+
declare const ArrowForwardIos: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
59
|
+
export { ArrowForwardIos }
|
|
60
|
+
export { ArrowForwardIos as ArrowForwardIosIcon }
|
|
33
61
|
|
|
34
|
-
|
|
62
|
+
declare const ArrowLeftAlt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
63
|
+
export { ArrowLeftAlt }
|
|
64
|
+
export { ArrowLeftAlt as ArrowLeftAltIcon }
|
|
35
65
|
|
|
36
|
-
|
|
66
|
+
declare const ArrowRightAlt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
67
|
+
export { ArrowRightAlt }
|
|
68
|
+
export { ArrowRightAlt as ArrowRightAltIcon }
|
|
37
69
|
|
|
38
|
-
|
|
70
|
+
declare const ArrowUpwardAlt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
71
|
+
export { ArrowUpwardAlt }
|
|
72
|
+
export { ArrowUpwardAlt as ArrowUpwardAltIcon }
|
|
39
73
|
|
|
40
|
-
|
|
74
|
+
declare const Article: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
75
|
+
export { Article }
|
|
76
|
+
export { Article as ArticleIcon }
|
|
41
77
|
|
|
42
|
-
|
|
78
|
+
declare const Atm: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
79
|
+
export { Atm }
|
|
80
|
+
export { Atm as AtmIcon }
|
|
43
81
|
|
|
44
|
-
|
|
82
|
+
declare const AttachMoney: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
83
|
+
export { AttachMoney }
|
|
84
|
+
export { AttachMoney as AttachMoneyIcon }
|
|
45
85
|
|
|
46
|
-
|
|
86
|
+
declare const BarChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
87
|
+
export { BarChart }
|
|
88
|
+
export { BarChart as BarChartIcon }
|
|
47
89
|
|
|
48
|
-
|
|
90
|
+
declare const BidLandscape: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
91
|
+
export { BidLandscape }
|
|
92
|
+
export { BidLandscape as BidLandscapeIcon }
|
|
49
93
|
|
|
50
|
-
|
|
94
|
+
declare const Block: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
95
|
+
export { Block }
|
|
96
|
+
export { Block as BlockIcon }
|
|
51
97
|
|
|
52
|
-
|
|
98
|
+
declare const BubbleChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
99
|
+
export { BubbleChart }
|
|
100
|
+
export { BubbleChart as BubbleChartIcon }
|
|
53
101
|
|
|
54
|
-
|
|
102
|
+
declare const BuildCircle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
103
|
+
export { BuildCircle }
|
|
104
|
+
export { BuildCircle as BuildCircleIcon }
|
|
55
105
|
|
|
56
|
-
|
|
106
|
+
declare const BusinessCenter: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
107
|
+
export { BusinessCenter }
|
|
108
|
+
export { BusinessCenter as BusinessCenterIcon }
|
|
57
109
|
|
|
58
|
-
|
|
110
|
+
declare const Cached: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
111
|
+
export { Cached }
|
|
112
|
+
export { Cached as CachedIcon }
|
|
59
113
|
|
|
60
|
-
|
|
114
|
+
declare const Calculate: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
115
|
+
export { Calculate }
|
|
116
|
+
export { Calculate as CalculateIcon }
|
|
61
117
|
|
|
62
|
-
|
|
118
|
+
declare const CalendarMonth: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
119
|
+
export { CalendarMonth }
|
|
120
|
+
export { CalendarMonth as CalendarMonthIcon }
|
|
63
121
|
|
|
64
|
-
|
|
122
|
+
declare const Call: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
123
|
+
export { Call }
|
|
124
|
+
export { Call as CallIcon }
|
|
65
125
|
|
|
66
|
-
|
|
126
|
+
declare const CallMerge: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
127
|
+
export { CallMerge }
|
|
128
|
+
export { CallMerge as CallMergeIcon }
|
|
67
129
|
|
|
68
|
-
|
|
130
|
+
declare const CallSplit: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
131
|
+
export { CallSplit }
|
|
132
|
+
export { CallSplit as CallSplitIcon }
|
|
69
133
|
|
|
70
|
-
|
|
134
|
+
declare const Campaign: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
135
|
+
export { Campaign }
|
|
136
|
+
export { Campaign as CampaignIcon }
|
|
71
137
|
|
|
72
|
-
|
|
138
|
+
declare const Cancel: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
139
|
+
export { Cancel }
|
|
140
|
+
export { Cancel as CancelIcon }
|
|
73
141
|
|
|
74
|
-
|
|
142
|
+
declare const Cardiology: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
143
|
+
export { Cardiology }
|
|
144
|
+
export { Cardiology as CardiologyIcon }
|
|
75
145
|
|
|
76
|
-
|
|
146
|
+
declare const Category: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
147
|
+
export { Category }
|
|
148
|
+
export { Category as CategoryIcon }
|
|
77
149
|
|
|
78
|
-
|
|
150
|
+
declare const Celebration: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
151
|
+
export { Celebration }
|
|
152
|
+
export { Celebration as CelebrationIcon }
|
|
79
153
|
|
|
80
|
-
|
|
154
|
+
declare const Chair: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
155
|
+
export { Chair }
|
|
156
|
+
export { Chair as ChairIcon }
|
|
81
157
|
|
|
82
|
-
|
|
158
|
+
declare const ChatBubble: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
159
|
+
export { ChatBubble }
|
|
160
|
+
export { ChatBubble as ChatBubbleIcon }
|
|
83
161
|
|
|
84
|
-
|
|
162
|
+
declare const Check: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
163
|
+
export { Check }
|
|
164
|
+
export { Check as CheckIcon }
|
|
85
165
|
|
|
86
|
-
|
|
166
|
+
declare const Checkbook: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
167
|
+
export { Checkbook }
|
|
168
|
+
export { Checkbook as CheckbookIcon }
|
|
87
169
|
|
|
88
|
-
|
|
170
|
+
declare const CheckBox: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
171
|
+
export { CheckBox }
|
|
172
|
+
export { CheckBox as CheckBoxIcon }
|
|
89
173
|
|
|
90
|
-
|
|
174
|
+
declare const CheckBoxOutlineBlank: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
175
|
+
export { CheckBoxOutlineBlank }
|
|
176
|
+
export { CheckBoxOutlineBlank as CheckBoxOutlineBlankIcon }
|
|
91
177
|
|
|
92
|
-
|
|
178
|
+
declare const CheckCircle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
179
|
+
export { CheckCircle }
|
|
180
|
+
export { CheckCircle as CheckCircleIcon }
|
|
93
181
|
|
|
94
|
-
|
|
182
|
+
declare const Checklist: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
183
|
+
export { Checklist }
|
|
184
|
+
export { Checklist as ChecklistIcon }
|
|
95
185
|
|
|
96
|
-
|
|
186
|
+
declare const ChevronLeft: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
187
|
+
export { ChevronLeft }
|
|
188
|
+
export { ChevronLeft as ChevronLeftIcon }
|
|
97
189
|
|
|
98
|
-
|
|
190
|
+
declare const ChevronRight: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
191
|
+
export { ChevronRight }
|
|
192
|
+
export { ChevronRight as ChevronRightIcon }
|
|
99
193
|
|
|
100
|
-
|
|
194
|
+
declare const Close: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
195
|
+
export { Close }
|
|
196
|
+
export { Close as CloseIcon }
|
|
101
197
|
|
|
102
|
-
|
|
198
|
+
declare const Code: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
199
|
+
export { Code }
|
|
200
|
+
export { Code as CodeIcon }
|
|
103
201
|
|
|
104
|
-
|
|
202
|
+
declare const CompareArrows: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
203
|
+
export { CompareArrows }
|
|
204
|
+
export { CompareArrows as CompareArrowsIcon }
|
|
105
205
|
|
|
106
|
-
|
|
206
|
+
declare const Computer: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
207
|
+
export { Computer }
|
|
208
|
+
export { Computer as ComputerIcon }
|
|
107
209
|
|
|
108
|
-
|
|
210
|
+
declare const ContentCopy: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
211
|
+
export { ContentCopy }
|
|
212
|
+
export { ContentCopy as ContentCopyIcon }
|
|
109
213
|
|
|
110
|
-
|
|
214
|
+
declare const Contract: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
215
|
+
export { Contract }
|
|
216
|
+
export { Contract as ContractIcon }
|
|
111
217
|
|
|
112
|
-
|
|
218
|
+
declare const Cottage: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
219
|
+
export { Cottage }
|
|
220
|
+
export { Cottage as CottageIcon }
|
|
113
221
|
|
|
114
|
-
|
|
222
|
+
declare const Create: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
223
|
+
export { Create }
|
|
224
|
+
export { Create as CreateIcon }
|
|
115
225
|
|
|
116
|
-
|
|
226
|
+
declare const CreditCard: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
227
|
+
export { CreditCard }
|
|
228
|
+
export { CreditCard as CreditCardIcon }
|
|
117
229
|
|
|
118
|
-
|
|
230
|
+
declare const CreditCardGear: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
231
|
+
export { CreditCardGear }
|
|
232
|
+
export { CreditCardGear as CreditCardGearIcon }
|
|
119
233
|
|
|
120
|
-
|
|
234
|
+
declare const CreditScore: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
235
|
+
export { CreditScore }
|
|
236
|
+
export { CreditScore as CreditScoreIcon }
|
|
121
237
|
|
|
122
|
-
|
|
238
|
+
declare const CurrencyBitcoin: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
239
|
+
export { CurrencyBitcoin }
|
|
240
|
+
export { CurrencyBitcoin as CurrencyBitcoinIcon }
|
|
123
241
|
|
|
124
|
-
|
|
242
|
+
declare const CurrencyExchange: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
243
|
+
export { CurrencyExchange }
|
|
244
|
+
export { CurrencyExchange as CurrencyExchangeIcon }
|
|
125
245
|
|
|
126
|
-
|
|
246
|
+
declare const DarkMode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
247
|
+
export { DarkMode }
|
|
248
|
+
export { DarkMode as DarkModeIcon }
|
|
127
249
|
|
|
128
|
-
|
|
250
|
+
declare const Dashboard: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
251
|
+
export { Dashboard }
|
|
252
|
+
export { Dashboard as DashboardIcon }
|
|
129
253
|
|
|
130
|
-
|
|
254
|
+
declare const Delete: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
255
|
+
export { Delete }
|
|
256
|
+
export { Delete as DeleteIcon }
|
|
131
257
|
|
|
132
|
-
|
|
258
|
+
declare const Description: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
259
|
+
export { Description }
|
|
260
|
+
export { Description as DescriptionIcon }
|
|
133
261
|
|
|
134
|
-
|
|
262
|
+
declare const DesktopWindows: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
263
|
+
export { DesktopWindows }
|
|
264
|
+
export { DesktopWindows as DesktopWindowsIcon }
|
|
135
265
|
|
|
136
|
-
|
|
266
|
+
declare const Devices: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
267
|
+
export { Devices }
|
|
268
|
+
export { Devices as DevicesIcon }
|
|
137
269
|
|
|
138
|
-
|
|
270
|
+
declare const DevicesOther: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
271
|
+
export { DevicesOther }
|
|
272
|
+
export { DevicesOther as DevicesOtherIcon }
|
|
139
273
|
|
|
140
|
-
|
|
274
|
+
declare const Diagnosis: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
275
|
+
export { Diagnosis }
|
|
276
|
+
export { Diagnosis as DiagnosisIcon }
|
|
141
277
|
|
|
142
|
-
|
|
278
|
+
declare const Diamond: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
279
|
+
export { Diamond }
|
|
280
|
+
export { Diamond as DiamondIcon }
|
|
143
281
|
|
|
144
|
-
|
|
282
|
+
declare const DirectionsCar: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
283
|
+
export { DirectionsCar }
|
|
284
|
+
export { DirectionsCar as DirectionsCarIcon }
|
|
145
285
|
|
|
146
|
-
|
|
286
|
+
declare const Diversity1: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
287
|
+
export { Diversity1 }
|
|
288
|
+
export { Diversity1 as Diversity1Icon }
|
|
147
289
|
|
|
148
|
-
|
|
290
|
+
declare const DonutSmall: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
291
|
+
export { DonutSmall }
|
|
292
|
+
export { DonutSmall as DonutSmallIcon }
|
|
149
293
|
|
|
150
|
-
|
|
294
|
+
declare const Download: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
295
|
+
export { Download }
|
|
296
|
+
export { Download as DownloadIcon }
|
|
151
297
|
|
|
152
|
-
|
|
298
|
+
declare const DragHandle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
299
|
+
export { DragHandle }
|
|
300
|
+
export { DragHandle as DragHandleIcon }
|
|
153
301
|
|
|
154
|
-
|
|
302
|
+
declare const Dropdown: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
303
|
+
export { Dropdown }
|
|
304
|
+
export { Dropdown as DropdownIcon }
|
|
155
305
|
|
|
156
|
-
|
|
306
|
+
declare const EcgHeart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
307
|
+
export { EcgHeart }
|
|
308
|
+
export { EcgHeart as EcgHeartIcon }
|
|
157
309
|
|
|
158
|
-
|
|
310
|
+
declare const Edit: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
311
|
+
export { Edit }
|
|
312
|
+
export { Edit as EditIcon }
|
|
313
|
+
|
|
314
|
+
declare const ElectricalServices: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
315
|
+
export { ElectricalServices }
|
|
316
|
+
export { ElectricalServices as ElectricalServicesIcon }
|
|
317
|
+
|
|
318
|
+
declare const Elevation: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
319
|
+
export { Elevation }
|
|
320
|
+
export { Elevation as ElevationIcon }
|
|
321
|
+
|
|
322
|
+
declare const Equal: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
323
|
+
export { Equal }
|
|
324
|
+
export { Equal as EqualIcon }
|
|
159
325
|
|
|
160
326
|
declare const Error_2: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
161
327
|
export { Error_2 as Error }
|
|
328
|
+
export { Error_2 as ErrorIcon }
|
|
162
329
|
|
|
163
|
-
|
|
330
|
+
declare const Euro: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
331
|
+
export { Euro }
|
|
332
|
+
export { Euro as EuroIcon }
|
|
164
333
|
|
|
165
|
-
|
|
334
|
+
declare const ExpandAll: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
335
|
+
export { ExpandAll }
|
|
336
|
+
export { ExpandAll as ExpandAllIcon }
|
|
166
337
|
|
|
167
|
-
|
|
338
|
+
declare const ExpandLess: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
339
|
+
export { ExpandLess }
|
|
340
|
+
export { ExpandLess as ExpandLessIcon }
|
|
168
341
|
|
|
169
|
-
|
|
342
|
+
declare const ExpandMore: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
343
|
+
export { ExpandMore }
|
|
344
|
+
export { ExpandMore as ExpandMoreIcon }
|
|
170
345
|
|
|
171
|
-
|
|
346
|
+
declare const Face: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
347
|
+
export { Face }
|
|
348
|
+
export { Face as FaceIcon }
|
|
172
349
|
|
|
173
|
-
|
|
350
|
+
declare const Favorite: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
351
|
+
export { Favorite }
|
|
352
|
+
export { Favorite as FavoriteIcon }
|
|
174
353
|
|
|
175
|
-
|
|
354
|
+
declare const FeaturedSeasonalAndGifts: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
355
|
+
export { FeaturedSeasonalAndGifts }
|
|
356
|
+
export { FeaturedSeasonalAndGifts as FeaturedSeasonalAndGiftsIcon }
|
|
176
357
|
|
|
177
|
-
|
|
358
|
+
declare const Feed: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
359
|
+
export { Feed }
|
|
360
|
+
export { Feed as FeedIcon }
|
|
178
361
|
|
|
179
|
-
|
|
362
|
+
declare const FilterAlt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
363
|
+
export { FilterAlt }
|
|
364
|
+
export { FilterAlt as FilterAltIcon }
|
|
180
365
|
|
|
181
|
-
|
|
366
|
+
declare const Flag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
367
|
+
export { Flag }
|
|
368
|
+
export { Flag as FlagIcon }
|
|
182
369
|
|
|
183
|
-
|
|
370
|
+
declare const Flare: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
371
|
+
export { Flare }
|
|
372
|
+
export { Flare as FlareIcon }
|
|
184
373
|
|
|
185
|
-
|
|
374
|
+
declare const Flowsheet: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
375
|
+
export { Flowsheet }
|
|
376
|
+
export { Flowsheet as FlowsheetIcon }
|
|
186
377
|
|
|
187
|
-
|
|
378
|
+
declare const Folder: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
379
|
+
export { Folder }
|
|
380
|
+
export { Folder as FolderIcon }
|
|
188
381
|
|
|
189
|
-
|
|
382
|
+
declare const FormatListBulleted: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
383
|
+
export { FormatListBulleted }
|
|
384
|
+
export { FormatListBulleted as FormatListBulletedIcon }
|
|
190
385
|
|
|
191
|
-
|
|
386
|
+
declare const FormatListNumbered: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
387
|
+
export { FormatListNumbered }
|
|
388
|
+
export { FormatListNumbered as FormatListNumberedIcon }
|
|
192
389
|
|
|
193
|
-
|
|
390
|
+
declare const GalleryThumbnail: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
391
|
+
export { GalleryThumbnail }
|
|
392
|
+
export { GalleryThumbnail as GalleryThumbnailIcon }
|
|
194
393
|
|
|
195
|
-
|
|
394
|
+
declare const GridView: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
395
|
+
export { GridView }
|
|
396
|
+
export { GridView as GridViewIcon }
|
|
196
397
|
|
|
197
|
-
|
|
398
|
+
declare const Grocery: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
399
|
+
export { Grocery }
|
|
400
|
+
export { Grocery as GroceryIcon }
|
|
198
401
|
|
|
199
|
-
|
|
402
|
+
declare const Group: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
403
|
+
export { Group }
|
|
404
|
+
export { Group as GroupIcon }
|
|
200
405
|
|
|
201
|
-
|
|
406
|
+
declare const Groups: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
407
|
+
export { Groups }
|
|
408
|
+
export { Groups as GroupsIcon }
|
|
202
409
|
|
|
203
|
-
|
|
410
|
+
declare const HeapSnapshotLarge: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
411
|
+
export { HeapSnapshotLarge }
|
|
412
|
+
export { HeapSnapshotLarge as HeapSnapshotLargeIcon }
|
|
204
413
|
|
|
205
|
-
|
|
414
|
+
declare const Help: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
415
|
+
export { Help }
|
|
416
|
+
export { Help as HelpIcon }
|
|
206
417
|
|
|
207
418
|
declare const History_2: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
208
419
|
export { History_2 as History }
|
|
420
|
+
export { History_2 as HistoryIcon }
|
|
209
421
|
|
|
210
|
-
|
|
422
|
+
declare const HolidayVillage: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
423
|
+
export { HolidayVillage }
|
|
424
|
+
export { HolidayVillage as HolidayVillageIcon }
|
|
211
425
|
|
|
212
|
-
|
|
426
|
+
declare const Home: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
427
|
+
export { Home }
|
|
428
|
+
export { Home as HomeIcon }
|
|
213
429
|
|
|
214
|
-
|
|
430
|
+
declare const HomeWork: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
431
|
+
export { HomeWork }
|
|
432
|
+
export { HomeWork as HomeWorkIcon }
|
|
215
433
|
|
|
216
|
-
|
|
434
|
+
declare const House: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
435
|
+
export { House }
|
|
436
|
+
export { House as HouseIcon }
|
|
217
437
|
|
|
218
|
-
|
|
438
|
+
declare const HowToReg: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
439
|
+
export { HowToReg }
|
|
440
|
+
export { HowToReg as HowToRegIcon }
|
|
219
441
|
|
|
220
442
|
export declare const Icon: ({ color, fill, name, size, sx }: IconProps) => JSX.Element;
|
|
221
443
|
|
|
@@ -232,67 +454,129 @@ declare interface IconProps extends IconProps_2 {
|
|
|
232
454
|
weight?: number;
|
|
233
455
|
}
|
|
234
456
|
|
|
235
|
-
|
|
457
|
+
declare const Imagesmode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
458
|
+
export { Imagesmode }
|
|
459
|
+
export { Imagesmode as ImagesmodeIcon }
|
|
460
|
+
|
|
461
|
+
declare const IndeterminateCheckBox: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
462
|
+
export { IndeterminateCheckBox }
|
|
463
|
+
export { IndeterminateCheckBox as IndeterminateCheckBoxIcon }
|
|
236
464
|
|
|
237
|
-
|
|
465
|
+
declare const Info: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
466
|
+
export { Info }
|
|
467
|
+
export { Info as InfoIcon }
|
|
238
468
|
|
|
239
|
-
|
|
469
|
+
declare const Insights: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
470
|
+
export { Insights }
|
|
471
|
+
export { Insights as InsightsIcon }
|
|
240
472
|
|
|
241
|
-
|
|
473
|
+
declare const IosShare: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
474
|
+
export { IosShare }
|
|
475
|
+
export { IosShare as IosShareIcon }
|
|
242
476
|
|
|
243
|
-
|
|
477
|
+
declare const Key: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
478
|
+
export { Key }
|
|
479
|
+
export { Key as KeyIcon }
|
|
244
480
|
|
|
245
|
-
|
|
481
|
+
declare const KeyboardArrowRight: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
482
|
+
export { KeyboardArrowRight }
|
|
483
|
+
export { KeyboardArrowRight as KeyboardArrowRightIcon }
|
|
246
484
|
|
|
247
|
-
|
|
485
|
+
declare const Kitchen: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
486
|
+
export { Kitchen }
|
|
487
|
+
export { Kitchen as KitchenIcon }
|
|
248
488
|
|
|
249
|
-
|
|
489
|
+
declare const Language: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
490
|
+
export { Language }
|
|
491
|
+
export { Language as LanguageIcon }
|
|
250
492
|
|
|
251
|
-
|
|
493
|
+
declare const Layers: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
494
|
+
export { Layers }
|
|
495
|
+
export { Layers as LayersIcon }
|
|
252
496
|
|
|
253
|
-
|
|
497
|
+
declare const Lightbulb: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
498
|
+
export { Lightbulb }
|
|
499
|
+
export { Lightbulb as LightbulbIcon }
|
|
254
500
|
|
|
255
|
-
|
|
501
|
+
declare const LightMode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
502
|
+
export { LightMode }
|
|
503
|
+
export { LightMode as LightModeIcon }
|
|
256
504
|
|
|
257
|
-
|
|
505
|
+
declare const Link: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
506
|
+
export { Link }
|
|
507
|
+
export { Link as LinkIcon }
|
|
258
508
|
|
|
259
|
-
|
|
509
|
+
declare const LinkOff: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
510
|
+
export { LinkOff }
|
|
511
|
+
export { LinkOff as LinkOffIcon }
|
|
260
512
|
|
|
261
|
-
|
|
513
|
+
declare const LocalAtm: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
514
|
+
export { LocalAtm }
|
|
515
|
+
export { LocalAtm as LocalAtmIcon }
|
|
262
516
|
|
|
263
|
-
|
|
517
|
+
declare const LocalOffer: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
518
|
+
export { LocalOffer }
|
|
519
|
+
export { LocalOffer as LocalOfferIcon }
|
|
264
520
|
|
|
265
|
-
|
|
521
|
+
declare const LocationOff: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
522
|
+
export { LocationOff }
|
|
523
|
+
export { LocationOff as LocationOffIcon }
|
|
266
524
|
|
|
267
|
-
|
|
525
|
+
declare const LocationOn: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
526
|
+
export { LocationOn }
|
|
527
|
+
export { LocationOn as LocationOnIcon }
|
|
268
528
|
|
|
269
529
|
declare const Lock_2: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
270
530
|
export { Lock_2 as Lock }
|
|
531
|
+
export { Lock_2 as LockIcon }
|
|
271
532
|
|
|
272
|
-
|
|
533
|
+
declare const Login: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
534
|
+
export { Login }
|
|
535
|
+
export { Login as LoginIcon }
|
|
273
536
|
|
|
274
|
-
|
|
537
|
+
declare const Logout: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
538
|
+
export { Logout }
|
|
539
|
+
export { Logout as LogoutIcon }
|
|
275
540
|
|
|
276
|
-
|
|
541
|
+
declare const Mail: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
542
|
+
export { Mail }
|
|
543
|
+
export { Mail as MailIcon }
|
|
277
544
|
|
|
278
545
|
declare const Map_2: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
279
546
|
export { Map_2 as Map }
|
|
547
|
+
export { Map_2 as MapIcon }
|
|
280
548
|
|
|
281
|
-
|
|
549
|
+
declare const Menu: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
550
|
+
export { Menu }
|
|
551
|
+
export { Menu as MenuIcon }
|
|
282
552
|
|
|
283
|
-
|
|
553
|
+
declare const MobileFriendly: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
554
|
+
export { MobileFriendly }
|
|
555
|
+
export { MobileFriendly as MobileFriendlyIcon }
|
|
284
556
|
|
|
285
|
-
|
|
557
|
+
declare const MonetizationOn: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
558
|
+
export { MonetizationOn }
|
|
559
|
+
export { MonetizationOn as MonetizationOnIcon }
|
|
286
560
|
|
|
287
|
-
|
|
561
|
+
declare const MonitorHeart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
562
|
+
export { MonitorHeart }
|
|
563
|
+
export { MonitorHeart as MonitorHeartIcon }
|
|
288
564
|
|
|
289
|
-
|
|
565
|
+
declare const MoreHoriz: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
566
|
+
export { MoreHoriz }
|
|
567
|
+
export { MoreHoriz as MoreHorizIcon }
|
|
290
568
|
|
|
291
|
-
|
|
569
|
+
declare const MoreVert: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
570
|
+
export { MoreVert }
|
|
571
|
+
export { MoreVert as MoreVertIcon }
|
|
292
572
|
|
|
293
|
-
|
|
573
|
+
declare const MountainFlag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
574
|
+
export { MountainFlag }
|
|
575
|
+
export { MountainFlag as MountainFlagIcon }
|
|
294
576
|
|
|
295
|
-
|
|
577
|
+
declare const MultilineChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
578
|
+
export { MultilineChart }
|
|
579
|
+
export { MultilineChart as MultilineChartIcon }
|
|
296
580
|
|
|
297
581
|
/**
|
|
298
582
|
* @filled - Use filled variant if true
|
|
@@ -303,148 +587,304 @@ declare interface MxIconProps extends IconProps_3 {
|
|
|
303
587
|
size?: number;
|
|
304
588
|
}
|
|
305
589
|
|
|
306
|
-
|
|
590
|
+
declare const NestClockFarsightAnalog: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
591
|
+
export { NestClockFarsightAnalog }
|
|
592
|
+
export { NestClockFarsightAnalog as NestClockFarsightAnalogIcon }
|
|
593
|
+
|
|
594
|
+
declare const NoteStack: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
595
|
+
export { NoteStack }
|
|
596
|
+
export { NoteStack as NoteStackIcon }
|
|
597
|
+
|
|
598
|
+
declare const Notifications: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
599
|
+
export { Notifications }
|
|
600
|
+
export { Notifications as NotificationsIcon }
|
|
601
|
+
|
|
602
|
+
declare const NotificationsOff: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
603
|
+
export { NotificationsOff }
|
|
604
|
+
export { NotificationsOff as NotificationsOffIcon }
|
|
307
605
|
|
|
308
|
-
|
|
606
|
+
declare const OpenInNew: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
607
|
+
export { OpenInNew }
|
|
608
|
+
export { OpenInNew as OpenInNewIcon }
|
|
309
609
|
|
|
310
|
-
|
|
610
|
+
declare const Paid: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
611
|
+
export { Paid }
|
|
612
|
+
export { Paid as PaidIcon }
|
|
311
613
|
|
|
312
|
-
|
|
614
|
+
declare const Payments: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
615
|
+
export { Payments }
|
|
616
|
+
export { Payments as PaymentsIcon }
|
|
313
617
|
|
|
314
|
-
|
|
618
|
+
declare const Percent: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
619
|
+
export { Percent }
|
|
620
|
+
export { Percent as PercentIcon }
|
|
315
621
|
|
|
316
|
-
|
|
622
|
+
declare const Person: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
623
|
+
export { Person }
|
|
624
|
+
export { Person as PersonIcon }
|
|
317
625
|
|
|
318
|
-
|
|
626
|
+
declare const PersonSearch: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
627
|
+
export { PersonSearch }
|
|
628
|
+
export { PersonSearch as PersonSearchIcon }
|
|
319
629
|
|
|
320
|
-
|
|
630
|
+
declare const PetSupplies: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
631
|
+
export { PetSupplies }
|
|
632
|
+
export { PetSupplies as PetSuppliesIcon }
|
|
321
633
|
|
|
322
|
-
|
|
634
|
+
declare const PhoneIphone: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
635
|
+
export { PhoneIphone }
|
|
636
|
+
export { PhoneIphone as PhoneIphoneIcon }
|
|
323
637
|
|
|
324
|
-
|
|
638
|
+
declare const PhotoCamera: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
639
|
+
export { PhotoCamera }
|
|
640
|
+
export { PhotoCamera as PhotoCameraIcon }
|
|
325
641
|
|
|
326
|
-
|
|
642
|
+
declare const PieChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
643
|
+
export { PieChart }
|
|
644
|
+
export { PieChart as PieChartIcon }
|
|
327
645
|
|
|
328
|
-
|
|
646
|
+
declare const PriceCheck: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
647
|
+
export { PriceCheck }
|
|
648
|
+
export { PriceCheck as PriceCheckIcon }
|
|
329
649
|
|
|
330
|
-
|
|
650
|
+
declare const Problem: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
651
|
+
export { Problem }
|
|
652
|
+
export { Problem as ProblemIcon }
|
|
331
653
|
|
|
332
|
-
|
|
654
|
+
declare const Receipt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
655
|
+
export { Receipt }
|
|
656
|
+
export { Receipt as ReceiptIcon }
|
|
333
657
|
|
|
334
|
-
|
|
658
|
+
declare const ReceiptLong: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
659
|
+
export { ReceiptLong }
|
|
660
|
+
export { ReceiptLong as ReceiptLongIcon }
|
|
335
661
|
|
|
336
|
-
|
|
662
|
+
declare const Redo: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
663
|
+
export { Redo }
|
|
664
|
+
export { Redo as RedoIcon }
|
|
337
665
|
|
|
338
|
-
|
|
666
|
+
declare const Refresh: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
667
|
+
export { Refresh }
|
|
668
|
+
export { Refresh as RefreshIcon }
|
|
339
669
|
|
|
340
|
-
|
|
670
|
+
declare const Remove: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
671
|
+
export { Remove }
|
|
672
|
+
export { Remove as RemoveIcon }
|
|
341
673
|
|
|
342
|
-
|
|
674
|
+
declare const Replay: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
675
|
+
export { Replay }
|
|
676
|
+
export { Replay as ReplayIcon }
|
|
343
677
|
|
|
344
|
-
|
|
678
|
+
declare const RequestQuote: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
679
|
+
export { RequestQuote }
|
|
680
|
+
export { RequestQuote as RequestQuoteIcon }
|
|
345
681
|
|
|
346
|
-
|
|
682
|
+
declare const Rocket: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
683
|
+
export { Rocket }
|
|
684
|
+
export { Rocket as RocketIcon }
|
|
347
685
|
|
|
348
|
-
|
|
686
|
+
declare const RocketLaunch: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
687
|
+
export { RocketLaunch }
|
|
688
|
+
export { RocketLaunch as RocketLaunchIcon }
|
|
349
689
|
|
|
350
|
-
|
|
690
|
+
declare const Savings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
691
|
+
export { Savings }
|
|
692
|
+
export { Savings as SavingsIcon }
|
|
351
693
|
|
|
352
|
-
|
|
694
|
+
declare const Schedule: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
695
|
+
export { Schedule }
|
|
696
|
+
export { Schedule as ScheduleIcon }
|
|
353
697
|
|
|
354
|
-
|
|
698
|
+
declare const School: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
699
|
+
export { School }
|
|
700
|
+
export { School as SchoolIcon }
|
|
355
701
|
|
|
356
|
-
|
|
702
|
+
declare const Search: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
703
|
+
export { Search }
|
|
704
|
+
export { Search as SearchIcon }
|
|
357
705
|
|
|
358
|
-
|
|
706
|
+
declare const Sell: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
707
|
+
export { Sell }
|
|
708
|
+
export { Sell as SellIcon }
|
|
359
709
|
|
|
360
|
-
|
|
710
|
+
declare const Send: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
711
|
+
export { Send }
|
|
712
|
+
export { Send as SendIcon }
|
|
361
713
|
|
|
362
|
-
|
|
714
|
+
declare const SentimentDissatisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
715
|
+
export { SentimentDissatisfied }
|
|
716
|
+
export { SentimentDissatisfied as SentimentDissatisfiedIcon }
|
|
363
717
|
|
|
364
|
-
|
|
718
|
+
declare const SentimentNeutral: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
719
|
+
export { SentimentNeutral }
|
|
720
|
+
export { SentimentNeutral as SentimentNeutralIcon }
|
|
365
721
|
|
|
366
|
-
|
|
722
|
+
declare const SentimentSatisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
723
|
+
export { SentimentSatisfied }
|
|
724
|
+
export { SentimentSatisfied as SentimentSatisfiedIcon }
|
|
367
725
|
|
|
368
|
-
|
|
726
|
+
declare const SentimentVeryDissatisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
727
|
+
export { SentimentVeryDissatisfied }
|
|
728
|
+
export { SentimentVeryDissatisfied as SentimentVeryDissatisfiedIcon }
|
|
369
729
|
|
|
370
|
-
|
|
730
|
+
declare const SentimentVerySatisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
731
|
+
export { SentimentVerySatisfied }
|
|
732
|
+
export { SentimentVerySatisfied as SentimentVerySatisfiedIcon }
|
|
371
733
|
|
|
372
|
-
|
|
734
|
+
declare const Settings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
735
|
+
export { Settings }
|
|
736
|
+
export { Settings as SettingsIcon }
|
|
373
737
|
|
|
374
|
-
|
|
738
|
+
declare const Shapes: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
739
|
+
export { Shapes }
|
|
740
|
+
export { Shapes as ShapesIcon }
|
|
375
741
|
|
|
376
|
-
|
|
742
|
+
declare const Share: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
743
|
+
export { Share }
|
|
744
|
+
export { Share as ShareIcon }
|
|
377
745
|
|
|
378
|
-
|
|
746
|
+
declare const ShoppingCart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
747
|
+
export { ShoppingCart }
|
|
748
|
+
export { ShoppingCart as ShoppingCartIcon }
|
|
379
749
|
|
|
380
|
-
|
|
750
|
+
declare const SpeakerGroup: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
751
|
+
export { SpeakerGroup }
|
|
752
|
+
export { SpeakerGroup as SpeakerGroupIcon }
|
|
381
753
|
|
|
382
|
-
|
|
754
|
+
declare const Speed: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
755
|
+
export { Speed }
|
|
756
|
+
export { Speed as SpeedIcon }
|
|
383
757
|
|
|
384
|
-
|
|
758
|
+
declare const SportsBaseball: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
759
|
+
export { SportsBaseball }
|
|
760
|
+
export { SportsBaseball as SportsBaseballIcon }
|
|
385
761
|
|
|
386
|
-
|
|
762
|
+
declare const Stadium: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
763
|
+
export { Stadium }
|
|
764
|
+
export { Stadium as StadiumIcon }
|
|
387
765
|
|
|
388
|
-
|
|
766
|
+
declare const Star: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
767
|
+
export { Star }
|
|
768
|
+
export { Star as StarIcon }
|
|
389
769
|
|
|
390
|
-
|
|
770
|
+
declare const StarHalf: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
771
|
+
export { StarHalf }
|
|
772
|
+
export { StarHalf as StarHalfIcon }
|
|
391
773
|
|
|
392
|
-
|
|
774
|
+
declare const Storefront: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
775
|
+
export { Storefront }
|
|
776
|
+
export { Storefront as StorefrontIcon }
|
|
393
777
|
|
|
394
|
-
|
|
778
|
+
declare const Stylus: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
779
|
+
export { Stylus }
|
|
780
|
+
export { Stylus as StylusIcon }
|
|
395
781
|
|
|
396
|
-
|
|
782
|
+
declare const Sunny: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
783
|
+
export { Sunny }
|
|
784
|
+
export { Sunny as SunnyIcon }
|
|
397
785
|
|
|
398
|
-
|
|
786
|
+
declare const SwapVerticalCircle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
787
|
+
export { SwapVerticalCircle }
|
|
788
|
+
export { SwapVerticalCircle as SwapVerticalCircleIcon }
|
|
399
789
|
|
|
400
|
-
|
|
790
|
+
declare const Sync: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
791
|
+
export { Sync }
|
|
792
|
+
export { Sync as SyncIcon }
|
|
401
793
|
|
|
402
|
-
|
|
794
|
+
declare const SyncSavedLocally: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
795
|
+
export { SyncSavedLocally }
|
|
796
|
+
export { SyncSavedLocally as SyncSavedLocallyIcon }
|
|
403
797
|
|
|
404
|
-
|
|
798
|
+
declare const TableChartView: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
799
|
+
export { TableChartView }
|
|
800
|
+
export { TableChartView as TableChartViewIcon }
|
|
405
801
|
|
|
406
|
-
|
|
802
|
+
declare const Terminal: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
803
|
+
export { Terminal }
|
|
804
|
+
export { Terminal as TerminalIcon }
|
|
407
805
|
|
|
408
|
-
|
|
806
|
+
declare const ThumbDown: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
807
|
+
export { ThumbDown }
|
|
808
|
+
export { ThumbDown as ThumbDownIcon }
|
|
409
809
|
|
|
410
|
-
|
|
810
|
+
declare const ThumbUp: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
811
|
+
export { ThumbUp }
|
|
812
|
+
export { ThumbUp as ThumbUpIcon }
|
|
411
813
|
|
|
412
|
-
|
|
814
|
+
declare const Timeline: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
815
|
+
export { Timeline }
|
|
816
|
+
export { Timeline as TimelineIcon }
|
|
413
817
|
|
|
414
|
-
|
|
818
|
+
declare const Today: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
819
|
+
export { Today }
|
|
820
|
+
export { Today as TodayIcon }
|
|
415
821
|
|
|
416
|
-
|
|
822
|
+
declare const TrendingDown: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
823
|
+
export { TrendingDown }
|
|
824
|
+
export { TrendingDown as TrendingDownIcon }
|
|
417
825
|
|
|
418
|
-
|
|
826
|
+
declare const TrendingFlat: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
827
|
+
export { TrendingFlat }
|
|
828
|
+
export { TrendingFlat as TrendingFlatIcon }
|
|
419
829
|
|
|
420
|
-
|
|
830
|
+
declare const TrendingUp: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
831
|
+
export { TrendingUp }
|
|
832
|
+
export { TrendingUp as TrendingUpIcon }
|
|
421
833
|
|
|
422
|
-
|
|
834
|
+
declare const Trophy: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
835
|
+
export { Trophy }
|
|
836
|
+
export { Trophy as TrophyIcon }
|
|
423
837
|
|
|
424
|
-
|
|
838
|
+
declare const Tune: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
839
|
+
export { Tune }
|
|
840
|
+
export { Tune as TuneIcon }
|
|
425
841
|
|
|
426
|
-
|
|
842
|
+
declare const Undo: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
843
|
+
export { Undo }
|
|
844
|
+
export { Undo as UndoIcon }
|
|
427
845
|
|
|
428
|
-
|
|
846
|
+
declare const UnfoldMore: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
847
|
+
export { UnfoldMore }
|
|
848
|
+
export { UnfoldMore as UnfoldMoreIcon }
|
|
429
849
|
|
|
430
|
-
|
|
850
|
+
declare const VerifiedUser: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
851
|
+
export { VerifiedUser }
|
|
852
|
+
export { VerifiedUser as VerifiedUserIcon }
|
|
431
853
|
|
|
432
|
-
|
|
854
|
+
declare const ViewList: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
855
|
+
export { ViewList }
|
|
856
|
+
export { ViewList as ViewListIcon }
|
|
433
857
|
|
|
434
|
-
|
|
858
|
+
declare const Visibility: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
859
|
+
export { Visibility }
|
|
860
|
+
export { Visibility as VisibilityIcon }
|
|
435
861
|
|
|
436
|
-
|
|
862
|
+
declare const VisibilityOff: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
863
|
+
export { VisibilityOff }
|
|
864
|
+
export { VisibilityOff as VisibilityOffIcon }
|
|
437
865
|
|
|
438
|
-
|
|
866
|
+
declare const VitalSigns: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
867
|
+
export { VitalSigns }
|
|
868
|
+
export { VitalSigns as VitalSignsIcon }
|
|
439
869
|
|
|
440
|
-
|
|
870
|
+
declare const VolunteerActivism: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
871
|
+
export { VolunteerActivism }
|
|
872
|
+
export { VolunteerActivism as VolunteerActivismIcon }
|
|
441
873
|
|
|
442
|
-
|
|
874
|
+
declare const WallArt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
875
|
+
export { WallArt }
|
|
876
|
+
export { WallArt as WallArtIcon }
|
|
443
877
|
|
|
444
|
-
|
|
878
|
+
declare const Wallet: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
879
|
+
export { Wallet }
|
|
880
|
+
export { Wallet as WalletIcon }
|
|
445
881
|
|
|
446
|
-
|
|
882
|
+
declare const Warning: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
883
|
+
export { Warning }
|
|
884
|
+
export { Warning as WarningIcon }
|
|
447
885
|
|
|
448
|
-
|
|
886
|
+
declare const Webhook: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
887
|
+
export { Webhook }
|
|
888
|
+
export { Webhook as WebhookIcon }
|
|
449
889
|
|
|
450
890
|
export { }
|