@equinor/eds-icons 0.13.0 → 0.14.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/icons.cjs.js +42 -2
- package/dist/icons.esm.js +38 -3
- package/dist/types/src/data.d.ts +5 -0
- package/package.json +1 -1
package/dist/icons.cjs.js
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
const filter_alt_active = {
|
|
6
|
+
name: 'filter_alt_active',
|
|
7
|
+
prefix: 'eds',
|
|
8
|
+
height: '24',
|
|
9
|
+
width: '24',
|
|
10
|
+
svgPathData: 'M9.962 13s-3.73-4.8-5.75-7.39A.998.998 0 0 1 5.002 4h13.91c.83 0 1.3.95.79 1.61-2.02 2.59-5.74 7.39-5.74 7.39v6c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-6z',
|
|
11
|
+
};
|
|
5
12
|
const layers_off = {
|
|
6
13
|
name: 'layers_off',
|
|
7
14
|
prefix: 'eds',
|
|
@@ -396,6 +403,27 @@ const fullscreen = {
|
|
|
396
403
|
},
|
|
397
404
|
},
|
|
398
405
|
};
|
|
406
|
+
const expand_screen = {
|
|
407
|
+
name: 'expand_screen',
|
|
408
|
+
prefix: 'eds',
|
|
409
|
+
height: '24',
|
|
410
|
+
width: '24',
|
|
411
|
+
svgPathData: 'M13 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V7.414l-3.793 3.793a1 1 0 0 1-1.414-1.414L16.586 6H14a1 1 0 0 1-1-1zM11.207 14.207a1 1 0 0 0-1.414-1.414L6 16.586V14a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2H7.414l3.793-3.793z',
|
|
412
|
+
};
|
|
413
|
+
const collapse_screen = {
|
|
414
|
+
name: 'collapse_screen',
|
|
415
|
+
prefix: 'eds',
|
|
416
|
+
height: '24',
|
|
417
|
+
width: '24',
|
|
418
|
+
svgPathData: 'M20.207 4.293a1 1 0 0 1 0 1.414L16.414 9.5H19a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1v-5a1 1 0 1 1 2 0v2.586l3.793-3.793a1 1 0 0 1 1.414 0zM4.5 14a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-2.586l-3.793 3.793a1 1 0 0 1-1.414-1.414L8.086 15H5.5a1 1 0 0 1-1-1z',
|
|
419
|
+
};
|
|
420
|
+
const filter_alt_off = {
|
|
421
|
+
name: 'filter_alt_off',
|
|
422
|
+
prefix: 'eds',
|
|
423
|
+
height: '24',
|
|
424
|
+
width: '24',
|
|
425
|
+
svgPathData: 'm3.414 2 17.352 17.352-1.414 1.414L14 15.414V19c0 .583-.424 1-1 1h-1.907C10.518 20 10 19.583 10 19v-6S6.768 8.865 4.41 5.825L2 3.415 3.414 2zM19.74 5.61c-1.219 1.563-3.057 3.932-4.323 5.564l-1.41-1.41L17 6h-6.757l-2-2H18.95c.83 0 1.3.95.79 1.61z',
|
|
426
|
+
};
|
|
399
427
|
const signature = {
|
|
400
428
|
name: 'signature',
|
|
401
429
|
prefix: 'eds',
|
|
@@ -443,14 +471,14 @@ const priority_low = {
|
|
|
443
471
|
prefix: 'eds',
|
|
444
472
|
height: '24',
|
|
445
473
|
width: '24',
|
|
446
|
-
svgPathData: 'M8.5 17.5C4.92 17.5 2 14.58 2 11s2.92-6.5 6.5-6.5H12v2H8.5C6.02 6.5 4 8.52 4 11s2.02 4.5 4.5 4.
|
|
474
|
+
svgPathData: 'M8.5 17.5C4.92 17.5 2 14.58 2 11s2.92-6.5 6.5-6.5H12v2H8.5C6.02 6.5 4 8.52 4 11s2.02 4.5 4.5 4.5H9V13l4 3.5L9 20v-2.5h-.5zM22 4.5h-8v2h8v-2zm0 5.5h-8v2h8v-2zm-8 5.5h8v2h-8v-2z',
|
|
447
475
|
};
|
|
448
476
|
const priority_high = {
|
|
449
477
|
name: 'priority_high',
|
|
450
478
|
prefix: 'eds',
|
|
451
479
|
height: '24',
|
|
452
480
|
width: '24',
|
|
453
|
-
svgPathData: 'M8.5 6.5C4.92 6.5 2 9.42 2 13s2.92 6.5 6.5 6.5H12v-2H8.5C6.02 17.5 4 15.48 4 13s2.02-4.5 4.5-4.
|
|
481
|
+
svgPathData: 'M8.5 6.5C4.92 6.5 2 9.42 2 13s2.92 6.5 6.5 6.5H12v-2H8.5C6.02 17.5 4 15.48 4 13s2.02-4.5 4.5-4.5H9V11l4-3.5L9 4v2.5h-.5zm13.5 0h-8v2h8v-2zm0 5.5h-8v2h8v-2zm-8 5.5h8v2h-8v-2z',
|
|
454
482
|
};
|
|
455
483
|
const inbox = {
|
|
456
484
|
name: 'inbox',
|
|
@@ -1434,6 +1462,13 @@ const power_bi = {
|
|
|
1434
1462
|
width: '24',
|
|
1435
1463
|
svgPathData: 'M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h2v-2H4V6h16v12h-1v2h1c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 15h2v5H7v-5zM10 13h2v7h-2v-7zM13 14h2v6h-2v-6zM16 11h2v9h-2v-9z',
|
|
1436
1464
|
};
|
|
1465
|
+
const slack = {
|
|
1466
|
+
name: 'slack',
|
|
1467
|
+
prefix: 'eds',
|
|
1468
|
+
height: '24',
|
|
1469
|
+
width: '24',
|
|
1470
|
+
svgPathData: 'M7.362 14.11a1.682 1.682 0 0 1-3.362 0 1.688 1.688 0 0 1 1.681-1.682h1.681v1.681zm.847 0a1.688 1.688 0 0 1 1.682-1.682 1.688 1.688 0 0 1 1.68 1.681v4.21A1.688 1.688 0 0 1 9.892 20a1.684 1.684 0 0 1-1.682-1.681v-4.21zm1.682-6.747A1.684 1.684 0 0 1 8.209 5.68 1.688 1.688 0 0 1 9.891 4a1.688 1.688 0 0 1 1.68 1.681v1.681h-1.68zm0 .846a1.686 1.686 0 0 1 1.68 1.682 1.686 1.686 0 0 1-1.68 1.68H5.68A1.688 1.688 0 0 1 4 9.892a1.684 1.684 0 0 1 1.681-1.682h4.21zm6.746 1.682a1.682 1.682 0 0 1 1.682-1.682A1.688 1.688 0 0 1 20 9.891a1.688 1.688 0 0 1-1.681 1.68h-1.681v-1.68zm-.846 0a1.688 1.688 0 0 1-1.682 1.68 1.686 1.686 0 0 1-1.68-1.68V5.68A1.688 1.688 0 0 1 14.108 4a1.682 1.682 0 0 1 1.682 1.681v4.21zm-1.682 6.746a1.68 1.68 0 0 1 1.682 1.682A1.686 1.686 0 0 1 14.109 20a1.688 1.688 0 0 1-1.68-1.681v-1.681h1.68zm0-.846a1.688 1.688 0 0 1-1.68-1.682 1.686 1.686 0 0 1 1.68-1.68h4.21A1.688 1.688 0 0 1 20 14.108a1.682 1.682 0 0 1-1.681 1.682h-4.21z',
|
|
1471
|
+
};
|
|
1437
1472
|
const blocked_off = {
|
|
1438
1473
|
name: 'blocked_off',
|
|
1439
1474
|
prefix: 'eds',
|
|
@@ -5188,6 +5223,7 @@ exports.cocktail = cocktail;
|
|
|
5188
5223
|
exports.code = code;
|
|
5189
5224
|
exports.coffee = coffee;
|
|
5190
5225
|
exports.collapse = collapse;
|
|
5226
|
+
exports.collapse_screen = collapse_screen;
|
|
5191
5227
|
exports.collection_1 = collection_1;
|
|
5192
5228
|
exports.collection_2 = collection_2;
|
|
5193
5229
|
exports.collection_3 = collection_3;
|
|
@@ -5262,6 +5298,7 @@ exports.error_outlined = error_outlined;
|
|
|
5262
5298
|
exports.ev_station = ev_station;
|
|
5263
5299
|
exports.exit_to_app = exit_to_app;
|
|
5264
5300
|
exports.expand = expand;
|
|
5301
|
+
exports.expand_screen = expand_screen;
|
|
5265
5302
|
exports.explore = explore;
|
|
5266
5303
|
exports.explore_off = explore_off;
|
|
5267
5304
|
exports.external_link = external_link;
|
|
@@ -5279,6 +5316,8 @@ exports.file_add = file_add;
|
|
|
5279
5316
|
exports.file_copy = file_copy;
|
|
5280
5317
|
exports.file_description = file_description;
|
|
5281
5318
|
exports.filter_alt = filter_alt;
|
|
5319
|
+
exports.filter_alt_active = filter_alt_active;
|
|
5320
|
+
exports.filter_alt_off = filter_alt_off;
|
|
5282
5321
|
exports.filter_list = filter_list;
|
|
5283
5322
|
exports.fingerprint_scanner = fingerprint_scanner;
|
|
5284
5323
|
exports.first_page = first_page;
|
|
@@ -5591,6 +5630,7 @@ exports.sim_card = sim_card;
|
|
|
5591
5630
|
exports.skip_next = skip_next;
|
|
5592
5631
|
exports.skip_previous = skip_previous;
|
|
5593
5632
|
exports.skype = skype;
|
|
5633
|
+
exports.slack = slack;
|
|
5594
5634
|
exports.slideshow = slideshow;
|
|
5595
5635
|
exports.smartwatch = smartwatch;
|
|
5596
5636
|
exports.smoking = smoking;
|
package/dist/icons.esm.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
const filter_alt_active = {
|
|
2
|
+
name: 'filter_alt_active',
|
|
3
|
+
prefix: 'eds',
|
|
4
|
+
height: '24',
|
|
5
|
+
width: '24',
|
|
6
|
+
svgPathData: 'M9.962 13s-3.73-4.8-5.75-7.39A.998.998 0 0 1 5.002 4h13.91c.83 0 1.3.95.79 1.61-2.02 2.59-5.74 7.39-5.74 7.39v6c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-6z',
|
|
7
|
+
};
|
|
1
8
|
const layers_off = {
|
|
2
9
|
name: 'layers_off',
|
|
3
10
|
prefix: 'eds',
|
|
@@ -392,6 +399,27 @@ const fullscreen = {
|
|
|
392
399
|
},
|
|
393
400
|
},
|
|
394
401
|
};
|
|
402
|
+
const expand_screen = {
|
|
403
|
+
name: 'expand_screen',
|
|
404
|
+
prefix: 'eds',
|
|
405
|
+
height: '24',
|
|
406
|
+
width: '24',
|
|
407
|
+
svgPathData: 'M13 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V7.414l-3.793 3.793a1 1 0 0 1-1.414-1.414L16.586 6H14a1 1 0 0 1-1-1zM11.207 14.207a1 1 0 0 0-1.414-1.414L6 16.586V14a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2H7.414l3.793-3.793z',
|
|
408
|
+
};
|
|
409
|
+
const collapse_screen = {
|
|
410
|
+
name: 'collapse_screen',
|
|
411
|
+
prefix: 'eds',
|
|
412
|
+
height: '24',
|
|
413
|
+
width: '24',
|
|
414
|
+
svgPathData: 'M20.207 4.293a1 1 0 0 1 0 1.414L16.414 9.5H19a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1v-5a1 1 0 1 1 2 0v2.586l3.793-3.793a1 1 0 0 1 1.414 0zM4.5 14a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-2.586l-3.793 3.793a1 1 0 0 1-1.414-1.414L8.086 15H5.5a1 1 0 0 1-1-1z',
|
|
415
|
+
};
|
|
416
|
+
const filter_alt_off = {
|
|
417
|
+
name: 'filter_alt_off',
|
|
418
|
+
prefix: 'eds',
|
|
419
|
+
height: '24',
|
|
420
|
+
width: '24',
|
|
421
|
+
svgPathData: 'm3.414 2 17.352 17.352-1.414 1.414L14 15.414V19c0 .583-.424 1-1 1h-1.907C10.518 20 10 19.583 10 19v-6S6.768 8.865 4.41 5.825L2 3.415 3.414 2zM19.74 5.61c-1.219 1.563-3.057 3.932-4.323 5.564l-1.41-1.41L17 6h-6.757l-2-2H18.95c.83 0 1.3.95.79 1.61z',
|
|
422
|
+
};
|
|
395
423
|
const signature = {
|
|
396
424
|
name: 'signature',
|
|
397
425
|
prefix: 'eds',
|
|
@@ -439,14 +467,14 @@ const priority_low = {
|
|
|
439
467
|
prefix: 'eds',
|
|
440
468
|
height: '24',
|
|
441
469
|
width: '24',
|
|
442
|
-
svgPathData: 'M8.5 17.5C4.92 17.5 2 14.58 2 11s2.92-6.5 6.5-6.5H12v2H8.5C6.02 6.5 4 8.52 4 11s2.02 4.5 4.5 4.
|
|
470
|
+
svgPathData: 'M8.5 17.5C4.92 17.5 2 14.58 2 11s2.92-6.5 6.5-6.5H12v2H8.5C6.02 6.5 4 8.52 4 11s2.02 4.5 4.5 4.5H9V13l4 3.5L9 20v-2.5h-.5zM22 4.5h-8v2h8v-2zm0 5.5h-8v2h8v-2zm-8 5.5h8v2h-8v-2z',
|
|
443
471
|
};
|
|
444
472
|
const priority_high = {
|
|
445
473
|
name: 'priority_high',
|
|
446
474
|
prefix: 'eds',
|
|
447
475
|
height: '24',
|
|
448
476
|
width: '24',
|
|
449
|
-
svgPathData: 'M8.5 6.5C4.92 6.5 2 9.42 2 13s2.92 6.5 6.5 6.5H12v-2H8.5C6.02 17.5 4 15.48 4 13s2.02-4.5 4.5-4.
|
|
477
|
+
svgPathData: 'M8.5 6.5C4.92 6.5 2 9.42 2 13s2.92 6.5 6.5 6.5H12v-2H8.5C6.02 17.5 4 15.48 4 13s2.02-4.5 4.5-4.5H9V11l4-3.5L9 4v2.5h-.5zm13.5 0h-8v2h8v-2zm0 5.5h-8v2h8v-2zm-8 5.5h8v2h-8v-2z',
|
|
450
478
|
};
|
|
451
479
|
const inbox = {
|
|
452
480
|
name: 'inbox',
|
|
@@ -1430,6 +1458,13 @@ const power_bi = {
|
|
|
1430
1458
|
width: '24',
|
|
1431
1459
|
svgPathData: 'M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h2v-2H4V6h16v12h-1v2h1c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 15h2v5H7v-5zM10 13h2v7h-2v-7zM13 14h2v6h-2v-6zM16 11h2v9h-2v-9z',
|
|
1432
1460
|
};
|
|
1461
|
+
const slack = {
|
|
1462
|
+
name: 'slack',
|
|
1463
|
+
prefix: 'eds',
|
|
1464
|
+
height: '24',
|
|
1465
|
+
width: '24',
|
|
1466
|
+
svgPathData: 'M7.362 14.11a1.682 1.682 0 0 1-3.362 0 1.688 1.688 0 0 1 1.681-1.682h1.681v1.681zm.847 0a1.688 1.688 0 0 1 1.682-1.682 1.688 1.688 0 0 1 1.68 1.681v4.21A1.688 1.688 0 0 1 9.892 20a1.684 1.684 0 0 1-1.682-1.681v-4.21zm1.682-6.747A1.684 1.684 0 0 1 8.209 5.68 1.688 1.688 0 0 1 9.891 4a1.688 1.688 0 0 1 1.68 1.681v1.681h-1.68zm0 .846a1.686 1.686 0 0 1 1.68 1.682 1.686 1.686 0 0 1-1.68 1.68H5.68A1.688 1.688 0 0 1 4 9.892a1.684 1.684 0 0 1 1.681-1.682h4.21zm6.746 1.682a1.682 1.682 0 0 1 1.682-1.682A1.688 1.688 0 0 1 20 9.891a1.688 1.688 0 0 1-1.681 1.68h-1.681v-1.68zm-.846 0a1.688 1.688 0 0 1-1.682 1.68 1.686 1.686 0 0 1-1.68-1.68V5.68A1.688 1.688 0 0 1 14.108 4a1.682 1.682 0 0 1 1.682 1.681v4.21zm-1.682 6.746a1.68 1.68 0 0 1 1.682 1.682A1.686 1.686 0 0 1 14.109 20a1.688 1.688 0 0 1-1.68-1.681v-1.681h1.68zm0-.846a1.688 1.688 0 0 1-1.68-1.682 1.686 1.686 0 0 1 1.68-1.68h4.21A1.688 1.688 0 0 1 20 14.108a1.682 1.682 0 0 1-1.681 1.682h-4.21z',
|
|
1467
|
+
};
|
|
1433
1468
|
const blocked_off = {
|
|
1434
1469
|
name: 'blocked_off',
|
|
1435
1470
|
prefix: 'eds',
|
|
@@ -5056,4 +5091,4 @@ const accessible = {
|
|
|
5056
5091
|
},
|
|
5057
5092
|
};
|
|
5058
5093
|
|
|
5059
|
-
export { accessible, accessible_forward, account_circle, add, add_box, add_circle_filled, add_circle_outlined, aerial_drone, alarm, alarm_add, alarm_off, alarm_on, all_out, anchor, android, apple_airplay, apple_app_store, apple_logo, approve, apps, archive, arrow_back, arrow_back_ios, arrow_down, arrow_drop_down, arrow_drop_left, arrow_drop_right, arrow_drop_up, arrow_forward, arrow_forward_ios, arrow_up, assignment, assignment_important, assignment_return, assignment_returned, assignment_turned_in, assignment_user, attach_file, attachment, autorenew, baby, badge, bandage, bar_chart, battery, battery_alert, battery_charging, battery_unknown, beach, bearing, beat, bike, block, blocked, blocked_off, bluetooth, bluetooth_connected, bluetooth_disabled, bluetooth_searching, boat, bookmark_collection, bookmark_filled, bookmark_outlined, bookmarks, border_all, border_bottom, border_clear, border_color, border_horizontal, border_inner, border_left, border_outer, border_right, border_style, border_top, border_vertical, boundaries, briefcase, brush, bubble_chart, build_wrench, bus, business, cable, cafe, cake, calendar, calendar_accept, calendar_date_range, calendar_event, calendar_reject, calendar_today, call, call_add, call_end, camera, camera_add_photo, car, car_wash, category, change_history, check, check_circle_outlined, checkbox, checkbox_indeterminate, checkbox_outline, chevron_down, chevron_left, chevron_right, chevron_up, chrome, cinema, circuit, city, clear, close, close_circle_outlined, closed_caption_filled, closed_caption_outlined, cloud, cloud_done, cloud_download, cloud_off, cloud_upload, cocktail, code, coffee, collapse, collection_1, collection_2, collection_3, collection_4, collection_5, collection_6, collection_7, collection_8, collection_9, collection_9_plus, color_palette, comment, comment_add, comment_chat, comment_chat_off, comment_discussion, comment_important, comment_more, comment_notes, comment_solid, commute, compare, compass_calibration, computer, contact_email, contact_phone, contacts, convenience_store, copy, craning, credit_card, crop, crop_rotate, cut, dashboard, delete_forever, delete_multiple, delete_to_trash, departure_board, desktop_mac, desktop_windows, details, device_unknown, dialpad, dice, dining, directions, dns, do_not_disturb, dock, dollar, done, done_all, donut_large, donut_outlined, download, download_done, drag_handle, drink, dropper, ducting, edit, edit_text, eject, electrical, email, email_alpha, email_draft, engineering, error_filled, error_outlined, ev_station, exit_to_app, expand, explore, explore_off, external_link, face, facebook, facebook_messenger, fast_food, fast_forward, fast_rewind, fault, favorite_filled, favorite_outlined, file, file_add, file_copy, file_description, filter_alt, filter_list, fingerprint_scanner, first_page, flag, flagged, flagged_off, flame, flare, flash_off, flash_on, flight, flight_land, flight_takeoff, flip, flip_to_back, flip_to_front, flower, focus_center, folder, folder_add, folder_favorite, folder_open, folder_shared, format_align_center, format_align_justify, format_align_left, format_align_right, format_bold, format_clear, format_color_fill, format_color_reset, format_color_text, format_highlight, format_indent_decrease, format_indent_increase, format_italics, format_line_spacing, format_list_bulleted, format_list_numbered, format_quote, format_shape, format_size, format_strikethrough, format_underline, formula, forward_10, forward_30, forward_5, fridge, fullscreen, fullscreen_exit, functions, gamepad, gas, gas_station, gavel, gear, gesture, github, go_to, google_cast, google_cast_connected, google_maps, google_play, google_translate, gps_fixed, gps_not_fixed, gps_off, grid_layer, grid_layers, grid_off, grid_on, grocery_store, group, group_add, gym, hand_radio, headset, headset_mic, hearing, heat_trace, help, help_outline, high_priority, hill_shading, history, home, hospital, hotel, hourglass_empty, hourglass_full, image, image_add, inbox, infinity, info_circle, insert_link, inspect_3d, inspect_rotation, instagram, instrument, invert, invert_colors, ios_logo, iphone, junction_box, key, keyboard, keyboard_backspace, keyboard_capslock, keyboard_hide, keyboard_return, keyboard_space_bar, keyboard_tab, keyboard_voice, label, label_off, language, last_page, launch, laundry, layers, layers_off, library, library_add, library_books, library_image, library_music, library_pdf, library_video, light, lightbulb, line, link, link_off, linkedin, list, lock, lock_add, lock_off, lock_open, log_in, log_out, loop, mail_unread, mall, manual_valve, map, maximize, measure, meeting_room, meeting_room_off, memory, menu, mic, mic_off, mic_outlined, microsoft_edge, microsoft_excel, microsoft_onedrive, microsoft_outlook, microsoft_powerpoint, microsoft_word, minimize, miniplayer, miniplayer_fullscreen, missed_video_call, money, mood_extremely_happy, mood_extremely_sad, mood_happy, mood_neutral, mood_sad, mood_very_happy, mood_very_sad, more_horizontal, more_vertical, motorcycle, mouse, move_to_inbox, movie, movie_file, multiline_chart, music_note, music_note_off, nature, nature_people, navigation, near_me, new_alert, new_label, no_craning, notifications, notifications_active, notifications_add, notifications_important, notifications_off, notifications_paused, offline, offline_saved, oil, oil_barrel, onshore_drone, opacity, open_in_browser, pan_tool, parking, paste, pause, pause_circle, pause_circle_outlined, person, person_add, pharmacy, phone, pie_chart, pin, pin_drop, pipe_support, pizza, place, place_add, place_edit, place_person, place_unknown, placeholder_icon, platform, play, play_circle, play_circle_outlined, playlist_add, playlist_added, playlist_play, pool, power, power_bi, power_button, power_button_off, pram, pregnant_woman, pressure, print, print_off, priority_high, priority_low, puzzle, puzzle_filled, radio_button_selected, radio_button_unselected, railway, receipt, record, record_voice, record_voice_off, redo, refresh, remove, remove_outlined, reorder, repeat, repeat_one, replay, replay_10, replay_30, replay_5, reply, reply_all, report, report_bug, report_off, res_4k_filled, res_4k_outlined, res_hd_filled, res_hd_outlined, restaurant, restore, restore_from_trash, restore_page, rotate_3d, rotate_90_degrees_ccw, rotate_left, rotate_right, router, run, satellite, save, scanner, scatter_plot, school, search, search_find_replace, search_in_page, searched_history, security, select_all, send, setting_backup_restore, settings, share, share_screen, share_screen_off, shipping, shopping_basket, shopping_card, shopping_cart_add, shopping_cart_off, shuffle, signature, sim_card, skip_next, skip_previous, skype, slideshow, smartwatch, smoking, smoking_off, snooze, snow, sort, sort_by_alpha, speaker, speaker_group, spellcheck, spotify, star_circle, star_filled, star_half, star_outlined, stop, store, style, subdirectory_arrow_left, subdirectory_arrow_right, subsea_drone, substation_offshore, substation_onshore, subway, subway_tunnel, sun, support, surface_layer, swap_horizontal, swap_horizontal_circle, swap_vertical, swap_vertical_circle, switch_off, switch_on, sync, sync_off, sync_problem, table_chart, tablet_android, tablet_ipad, tag, tag_main_equipment, tag_more, tag_relations, tag_special_equipment, taxi, telecom, terrain, text_field, text_rotation_angled_down, text_rotation_angled_up, text_rotation_down, text_rotation_none, text_rotation_up, text_rotation_vertical, texture, thermostat, thumb_pin, thumbs_down, thumbs_up, thumbs_up_down, ticket, time, timeline, timer, timer_off, title, toc, toilet, toll, toolbox, toolbox_rope, toolbox_wheel, touch, track_changes, traffic_light, train, tram, transfer, transit, transit_enter_exit, translate, trending_down, trending_flat, trending_up, trip_origin, tune, turbine, tv, twitter, unarchive, undo, unfold_less, unfold_more, unsubscribe, update, upload, usb, users_circle, van, verified, verified_user, vertical_align_bottom, vertical_align_center, vertical_align_top, vertical_split, video_call, video_chat, videocam, videocam_off, view_360, view_agenda, view_array, view_carousel, view_column, view_day, view_list, view_module, view_quilt, view_stream, view_week, visibility, visibility_off, volume_down, volume_mute, volume_off, volume_up, walk, warning_filled, warning_outlined, waves, well, whats_app, wheelchair, widgets, wifi, wifi_off, wind_turbine, work, work_off, work_outline, world, wrap_text, youtube, youtube_alt, zip_file, zoom_in, zoom_out };
|
|
5094
|
+
export { accessible, accessible_forward, account_circle, add, add_box, add_circle_filled, add_circle_outlined, aerial_drone, alarm, alarm_add, alarm_off, alarm_on, all_out, anchor, android, apple_airplay, apple_app_store, apple_logo, approve, apps, archive, arrow_back, arrow_back_ios, arrow_down, arrow_drop_down, arrow_drop_left, arrow_drop_right, arrow_drop_up, arrow_forward, arrow_forward_ios, arrow_up, assignment, assignment_important, assignment_return, assignment_returned, assignment_turned_in, assignment_user, attach_file, attachment, autorenew, baby, badge, bandage, bar_chart, battery, battery_alert, battery_charging, battery_unknown, beach, bearing, beat, bike, block, blocked, blocked_off, bluetooth, bluetooth_connected, bluetooth_disabled, bluetooth_searching, boat, bookmark_collection, bookmark_filled, bookmark_outlined, bookmarks, border_all, border_bottom, border_clear, border_color, border_horizontal, border_inner, border_left, border_outer, border_right, border_style, border_top, border_vertical, boundaries, briefcase, brush, bubble_chart, build_wrench, bus, business, cable, cafe, cake, calendar, calendar_accept, calendar_date_range, calendar_event, calendar_reject, calendar_today, call, call_add, call_end, camera, camera_add_photo, car, car_wash, category, change_history, check, check_circle_outlined, checkbox, checkbox_indeterminate, checkbox_outline, chevron_down, chevron_left, chevron_right, chevron_up, chrome, cinema, circuit, city, clear, close, close_circle_outlined, closed_caption_filled, closed_caption_outlined, cloud, cloud_done, cloud_download, cloud_off, cloud_upload, cocktail, code, coffee, collapse, collapse_screen, collection_1, collection_2, collection_3, collection_4, collection_5, collection_6, collection_7, collection_8, collection_9, collection_9_plus, color_palette, comment, comment_add, comment_chat, comment_chat_off, comment_discussion, comment_important, comment_more, comment_notes, comment_solid, commute, compare, compass_calibration, computer, contact_email, contact_phone, contacts, convenience_store, copy, craning, credit_card, crop, crop_rotate, cut, dashboard, delete_forever, delete_multiple, delete_to_trash, departure_board, desktop_mac, desktop_windows, details, device_unknown, dialpad, dice, dining, directions, dns, do_not_disturb, dock, dollar, done, done_all, donut_large, donut_outlined, download, download_done, drag_handle, drink, dropper, ducting, edit, edit_text, eject, electrical, email, email_alpha, email_draft, engineering, error_filled, error_outlined, ev_station, exit_to_app, expand, expand_screen, explore, explore_off, external_link, face, facebook, facebook_messenger, fast_food, fast_forward, fast_rewind, fault, favorite_filled, favorite_outlined, file, file_add, file_copy, file_description, filter_alt, filter_alt_active, filter_alt_off, filter_list, fingerprint_scanner, first_page, flag, flagged, flagged_off, flame, flare, flash_off, flash_on, flight, flight_land, flight_takeoff, flip, flip_to_back, flip_to_front, flower, focus_center, folder, folder_add, folder_favorite, folder_open, folder_shared, format_align_center, format_align_justify, format_align_left, format_align_right, format_bold, format_clear, format_color_fill, format_color_reset, format_color_text, format_highlight, format_indent_decrease, format_indent_increase, format_italics, format_line_spacing, format_list_bulleted, format_list_numbered, format_quote, format_shape, format_size, format_strikethrough, format_underline, formula, forward_10, forward_30, forward_5, fridge, fullscreen, fullscreen_exit, functions, gamepad, gas, gas_station, gavel, gear, gesture, github, go_to, google_cast, google_cast_connected, google_maps, google_play, google_translate, gps_fixed, gps_not_fixed, gps_off, grid_layer, grid_layers, grid_off, grid_on, grocery_store, group, group_add, gym, hand_radio, headset, headset_mic, hearing, heat_trace, help, help_outline, high_priority, hill_shading, history, home, hospital, hotel, hourglass_empty, hourglass_full, image, image_add, inbox, infinity, info_circle, insert_link, inspect_3d, inspect_rotation, instagram, instrument, invert, invert_colors, ios_logo, iphone, junction_box, key, keyboard, keyboard_backspace, keyboard_capslock, keyboard_hide, keyboard_return, keyboard_space_bar, keyboard_tab, keyboard_voice, label, label_off, language, last_page, launch, laundry, layers, layers_off, library, library_add, library_books, library_image, library_music, library_pdf, library_video, light, lightbulb, line, link, link_off, linkedin, list, lock, lock_add, lock_off, lock_open, log_in, log_out, loop, mail_unread, mall, manual_valve, map, maximize, measure, meeting_room, meeting_room_off, memory, menu, mic, mic_off, mic_outlined, microsoft_edge, microsoft_excel, microsoft_onedrive, microsoft_outlook, microsoft_powerpoint, microsoft_word, minimize, miniplayer, miniplayer_fullscreen, missed_video_call, money, mood_extremely_happy, mood_extremely_sad, mood_happy, mood_neutral, mood_sad, mood_very_happy, mood_very_sad, more_horizontal, more_vertical, motorcycle, mouse, move_to_inbox, movie, movie_file, multiline_chart, music_note, music_note_off, nature, nature_people, navigation, near_me, new_alert, new_label, no_craning, notifications, notifications_active, notifications_add, notifications_important, notifications_off, notifications_paused, offline, offline_saved, oil, oil_barrel, onshore_drone, opacity, open_in_browser, pan_tool, parking, paste, pause, pause_circle, pause_circle_outlined, person, person_add, pharmacy, phone, pie_chart, pin, pin_drop, pipe_support, pizza, place, place_add, place_edit, place_person, place_unknown, placeholder_icon, platform, play, play_circle, play_circle_outlined, playlist_add, playlist_added, playlist_play, pool, power, power_bi, power_button, power_button_off, pram, pregnant_woman, pressure, print, print_off, priority_high, priority_low, puzzle, puzzle_filled, radio_button_selected, radio_button_unselected, railway, receipt, record, record_voice, record_voice_off, redo, refresh, remove, remove_outlined, reorder, repeat, repeat_one, replay, replay_10, replay_30, replay_5, reply, reply_all, report, report_bug, report_off, res_4k_filled, res_4k_outlined, res_hd_filled, res_hd_outlined, restaurant, restore, restore_from_trash, restore_page, rotate_3d, rotate_90_degrees_ccw, rotate_left, rotate_right, router, run, satellite, save, scanner, scatter_plot, school, search, search_find_replace, search_in_page, searched_history, security, select_all, send, setting_backup_restore, settings, share, share_screen, share_screen_off, shipping, shopping_basket, shopping_card, shopping_cart_add, shopping_cart_off, shuffle, signature, sim_card, skip_next, skip_previous, skype, slack, slideshow, smartwatch, smoking, smoking_off, snooze, snow, sort, sort_by_alpha, speaker, speaker_group, spellcheck, spotify, star_circle, star_filled, star_half, star_outlined, stop, store, style, subdirectory_arrow_left, subdirectory_arrow_right, subsea_drone, substation_offshore, substation_onshore, subway, subway_tunnel, sun, support, surface_layer, swap_horizontal, swap_horizontal_circle, swap_vertical, swap_vertical_circle, switch_off, switch_on, sync, sync_off, sync_problem, table_chart, tablet_android, tablet_ipad, tag, tag_main_equipment, tag_more, tag_relations, tag_special_equipment, taxi, telecom, terrain, text_field, text_rotation_angled_down, text_rotation_angled_up, text_rotation_down, text_rotation_none, text_rotation_up, text_rotation_vertical, texture, thermostat, thumb_pin, thumbs_down, thumbs_up, thumbs_up_down, ticket, time, timeline, timer, timer_off, title, toc, toilet, toll, toolbox, toolbox_rope, toolbox_wheel, touch, track_changes, traffic_light, train, tram, transfer, transit, transit_enter_exit, translate, trending_down, trending_flat, trending_up, trip_origin, tune, turbine, tv, twitter, unarchive, undo, unfold_less, unfold_more, unsubscribe, update, upload, usb, users_circle, van, verified, verified_user, vertical_align_bottom, vertical_align_center, vertical_align_top, vertical_split, video_call, video_chat, videocam, videocam_off, view_360, view_agenda, view_array, view_carousel, view_column, view_day, view_list, view_module, view_quilt, view_stream, view_week, visibility, visibility_off, volume_down, volume_mute, volume_off, volume_up, walk, warning_filled, warning_outlined, waves, well, whats_app, wheelchair, widgets, wifi, wifi_off, wind_turbine, work, work_off, work_outline, world, wrap_text, youtube, youtube_alt, zip_file, zoom_in, zoom_out };
|
package/dist/types/src/data.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { IconData } from './types';
|
|
2
|
+
export declare const filter_alt_active: IconData;
|
|
2
3
|
export declare const layers_off: IconData;
|
|
3
4
|
export declare const layers: IconData;
|
|
4
5
|
export declare const more_horizontal: IconData;
|
|
@@ -54,6 +55,9 @@ export declare const surface_layer: IconData;
|
|
|
54
55
|
export declare const miniplayer: IconData;
|
|
55
56
|
export declare const miniplayer_fullscreen: IconData;
|
|
56
57
|
export declare const fullscreen: IconData;
|
|
58
|
+
export declare const expand_screen: IconData;
|
|
59
|
+
export declare const collapse_screen: IconData;
|
|
60
|
+
export declare const filter_alt_off: IconData;
|
|
57
61
|
export declare const signature: IconData;
|
|
58
62
|
export declare const approve: IconData;
|
|
59
63
|
export declare const select_all: IconData;
|
|
@@ -192,6 +196,7 @@ export declare const google_play: IconData;
|
|
|
192
196
|
export declare const google_maps: IconData;
|
|
193
197
|
export declare const microsoft_outlook: IconData;
|
|
194
198
|
export declare const power_bi: IconData;
|
|
199
|
+
export declare const slack: IconData;
|
|
195
200
|
export declare const blocked_off: IconData;
|
|
196
201
|
export declare const blocked: IconData;
|
|
197
202
|
export declare const security: IconData;
|