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