@mxenabled/mx-icons 1.4.0 → 1.5.0-alpha.bb1
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/README.md +2 -2
- package/dist/index.d.ts +6 -210
- package/dist/index.es.js +401 -401
- package/dist/index.es.js.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -42,8 +42,8 @@ There are 2 ways to utilize the icons from this library. There is a backwards co
|
|
|
42
42
|
directly using the named icon component `<AccountBalance />`
|
|
43
43
|
|
|
44
44
|
- Dependencies
|
|
45
|
-
- React
|
|
46
|
-
- MUI
|
|
45
|
+
- React 18
|
|
46
|
+
- MUI 5
|
|
47
47
|
- Installing MX Icon library
|
|
48
48
|
- npm `npm install @mxenabled/mx-icons`
|
|
49
49
|
- yarn `yarn add @mxenabled/mx-icons`
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as default_2 } from 'react';
|
|
1
2
|
import { IconProps as IconProps_2 } from '@mui/material';
|
|
2
3
|
import { IconProps as IconProps_3 } from '@mui/material/Icon/Icon';
|
|
3
4
|
import { JSX } from 'react/jsx-runtime';
|
|
@@ -218,220 +219,15 @@ export declare const HowToReg: ({ color, filled, size, sx }: MxIconProps) => JSX
|
|
|
218
219
|
|
|
219
220
|
export declare const Icon: ({ color, fill, name, size, sx }: IconProps) => JSX.Element;
|
|
220
221
|
|
|
221
|
-
export declare const IconList:
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
add_box: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
226
|
-
add_task: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
227
|
-
airplane_ticket: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
228
|
-
airport_shuttle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
229
|
-
apartment: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
230
|
-
apps: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
231
|
-
arrow_back: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
232
|
-
arrow_back_ios_new: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
233
|
-
arrow_downward_alt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
234
|
-
arrow_forward_ios: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
235
|
-
arrow_left_alt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
236
|
-
arrow_right_alt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
237
|
-
arrow_upward_alt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
238
|
-
article: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
239
|
-
atm: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
240
|
-
attach_money: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
241
|
-
bar_chart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
242
|
-
bid_landscape: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
243
|
-
block: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
244
|
-
bubble_chart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
245
|
-
build_circle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
246
|
-
business_center: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
247
|
-
cached: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
248
|
-
calculate: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
249
|
-
calendar_month: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
250
|
-
call: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
251
|
-
call_merge: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
252
|
-
call_split: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
253
|
-
campaign: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
254
|
-
cancel: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
255
|
-
cardiology: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
256
|
-
category: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
257
|
-
celebration: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
258
|
-
chair: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
259
|
-
chat_bubble: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
260
|
-
check: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
261
|
-
check_box: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
262
|
-
check_box_outline_blank: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
263
|
-
check_circle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
264
|
-
checkbook: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
265
|
-
checklist: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
266
|
-
chevron_left: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
267
|
-
chevron_right: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
268
|
-
close: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
269
|
-
code: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
270
|
-
compare_arrows: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
271
|
-
computer: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
272
|
-
content_copy: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
273
|
-
contract: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
274
|
-
cottage: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
275
|
-
credit_card: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
276
|
-
credit_score: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
277
|
-
currency_bitcoin: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
278
|
-
currency_exchange: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
279
|
-
dark_mode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
280
|
-
dashboard: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
281
|
-
delete: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
282
|
-
description: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
283
|
-
desktop_windows: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
284
|
-
devices: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
285
|
-
devices_other: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
286
|
-
diagnosis: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
287
|
-
diamond: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
288
|
-
directions_car: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
289
|
-
diversity_1: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
290
|
-
donut_small: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
291
|
-
download: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
292
|
-
drag_handle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
293
|
-
dropdown: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
294
|
-
ecg_heart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
295
|
-
edit: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
296
|
-
electrical_services: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
297
|
-
elevation: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
298
|
-
equal: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
299
|
-
error: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
300
|
-
euro: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
301
|
-
expand_all: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
302
|
-
expand_less: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
303
|
-
expand_more: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
304
|
-
face: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
305
|
-
favorite: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
306
|
-
featured_seasonal_and_gifts: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
307
|
-
feed: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
308
|
-
filter_alt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
309
|
-
flag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
310
|
-
flare: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
311
|
-
flowsheet: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
312
|
-
folder: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
313
|
-
format_list_bulleted: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
314
|
-
format_list_numbered: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
315
|
-
gallery_thumbnail: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
316
|
-
grid_view: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
317
|
-
grocery: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
318
|
-
group: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
319
|
-
groups: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
320
|
-
heap_snapshot_large: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
321
|
-
help: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
322
|
-
history: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
323
|
-
holiday_village: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
324
|
-
home: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
325
|
-
home_work: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
326
|
-
house: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
327
|
-
how_to_reg: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
328
|
-
imagesmode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
329
|
-
indeterminate_check_box: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
330
|
-
info: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
331
|
-
insights: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
332
|
-
ios_share: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
333
|
-
key: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
334
|
-
keyboard_arrow_right: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
335
|
-
kitchen: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
336
|
-
language: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
337
|
-
layers: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
338
|
-
light_mode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
339
|
-
lightbulb: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
340
|
-
link: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
341
|
-
link_off: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
342
|
-
local_atm: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
343
|
-
location_off: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
344
|
-
location_on: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
345
|
-
lock: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
346
|
-
login: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
347
|
-
logout: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
348
|
-
mail: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
349
|
-
map: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
350
|
-
menu: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
351
|
-
mobile_friendly: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
352
|
-
monetization_on: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
353
|
-
monitor_heart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
354
|
-
more_horiz: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
355
|
-
more_vert: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
356
|
-
mountain_flag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
357
|
-
multiline_chart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
358
|
-
nest_clock_farsight_analog: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
359
|
-
note_stack: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
360
|
-
notifications: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
361
|
-
notifications_off: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
362
|
-
open_in_new: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
363
|
-
paid: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
364
|
-
payments: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
365
|
-
percent: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
366
|
-
person: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
367
|
-
person_search: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
368
|
-
pet_supplies: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
369
|
-
phone_iphone: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
370
|
-
photo_camera: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
371
|
-
pie_chart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
372
|
-
price_check: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
373
|
-
problem: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
374
|
-
receipt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
375
|
-
receipt_long: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
376
|
-
redo: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
377
|
-
refresh: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
378
|
-
remove: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
379
|
-
replay: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
380
|
-
request_quote: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
381
|
-
rocket: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
382
|
-
rocket_launch: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
383
|
-
savings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
384
|
-
schedule: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
385
|
-
school: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
386
|
-
search: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
387
|
-
sell: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
388
|
-
send: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
389
|
-
sentiment_dissatisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
390
|
-
sentiment_neutral: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
391
|
-
sentiment_satisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
392
|
-
sentiment_very_dissatisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
393
|
-
sentiment_very_satisfied: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
394
|
-
settings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
395
|
-
shapes: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
396
|
-
share: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
397
|
-
shopping_cart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
398
|
-
speaker_group: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
399
|
-
speed: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
400
|
-
sports_baseball: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
401
|
-
stadium: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
402
|
-
star: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
403
|
-
star_half: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
404
|
-
storefront: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
405
|
-
stylus: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
406
|
-
swap_vertical_circle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
407
|
-
sync: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
408
|
-
sync_saved_locally: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
409
|
-
table_chart_view: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
410
|
-
terminal: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
411
|
-
thumb_down: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
412
|
-
thumb_up: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
413
|
-
timeline: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
414
|
-
today: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
415
|
-
trending_down: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
416
|
-
trending_up: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
417
|
-
trophy: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
418
|
-
tune: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
419
|
-
undo: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
420
|
-
verified_user: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
421
|
-
view_list: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
422
|
-
visibility: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
423
|
-
visibility_off: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
424
|
-
vital_signs: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
425
|
-
volunteer_activism: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
426
|
-
wall_art: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
427
|
-
wallet: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
428
|
-
warning: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
429
|
-
webhook: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
222
|
+
export declare const IconList: IconListType;
|
|
223
|
+
|
|
224
|
+
declare type IconListType = {
|
|
225
|
+
[key: string]: default_2.FunctionComponent<MxIconProps>;
|
|
430
226
|
};
|
|
431
227
|
|
|
432
228
|
declare interface IconProps extends IconProps_2 {
|
|
433
229
|
fill?: boolean;
|
|
434
|
-
name:
|
|
230
|
+
name: string;
|
|
435
231
|
size?: number;
|
|
436
232
|
weight?: number;
|
|
437
233
|
}
|