@equinor/eds-icons 0.12.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 +58 -2
- package/dist/icons.esm.js +52 -3
- package/dist/types/src/data.d.ts +7 -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',
|
|
@@ -1245,6 +1273,20 @@ const toolbox_rope = {
|
|
|
1245
1273
|
width: '24',
|
|
1246
1274
|
svgPathData: 'M2 1h20v2h-9l3 3h-2l-2-2-2 2H8l3-3H2V1zm5 8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v10H3V13a2 2 0 0 1 2-2h2V9zm12 4v3h-2v-1h-2v1H9v-1H7v1H5v-3h14zm-4 6v-1H9v1H7v-1H5v3h14v-3h-2v1h-2zm0-10v2H9V9h6z',
|
|
1247
1275
|
};
|
|
1276
|
+
const oil = {
|
|
1277
|
+
name: 'oil',
|
|
1278
|
+
prefix: 'eds',
|
|
1279
|
+
height: '24',
|
|
1280
|
+
width: '24',
|
|
1281
|
+
svgPathData: 'M16.201 19.117C15.016 20.404 13.654 21 12 21c-1.654 0-3.016-.596-4.201-1.883C6.606 17.82 6 16.264 6 14.328c0-1.566.397-2.784 1.108-3.76.805-1.105 2.427-3.209 4.883-6.328 2.464 3.162 4.098 5.286 4.913 6.383.699.942 1.096 2.138 1.096 3.706 0 1.935-.606 3.49-1.799 4.788zM5.491 9.39c.861-1.183 2.606-3.442 5.233-6.775L12 1l1.267 1.623C15.899 6 17.646 8.27 18.509 9.43 19.503 10.769 20 12.4 20 14.329c0 2.408-.776 4.456-2.327 6.142C16.12 22.157 14.23 23 12 23s-4.121-.843-5.673-2.53C4.776 18.786 4 16.738 4 14.33c0-1.928.497-3.574 1.49-4.938zM8.5 13a.5.5 0 0 0-1 0c0 1.233.127 2.437.604 3.54.482 1.114 1.306 2.09 2.639 2.889a.5.5 0 1 0 .514-.858c-1.167-.7-1.843-1.52-2.236-2.429-.398-.92-.521-1.967-.521-3.142z',
|
|
1282
|
+
};
|
|
1283
|
+
const oil_barrel = {
|
|
1284
|
+
name: 'oil_barrel',
|
|
1285
|
+
prefix: 'eds',
|
|
1286
|
+
height: '24',
|
|
1287
|
+
width: '24',
|
|
1288
|
+
svgPathData: 'M2 3a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2h-2v7h1a1 1 0 1 1 0 2h-1v7h2a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h2v-7H4a1 1 0 1 1 0-2h1V4H3a1 1 0 0 1-1-1zm15 10v7H7v-7a1 1 0 1 0 0-2V4h10v7a1 1 0 1 0 0 2zm-5 3c.836 0 1.546-.307 2.127-.92.582-.613.873-1.357.873-2.233 0-.701-.186-1.295-.56-1.781A206.829 206.829 0 0 0 12 8c-1.255 1.538-2.068 2.555-2.44 3.051-.374.496-.56 1.095-.56 1.796 0 .876.29 1.62.873 2.233.582.613 1.29.92 2.127.92z',
|
|
1289
|
+
};
|
|
1248
1290
|
const share = {
|
|
1249
1291
|
name: 'share',
|
|
1250
1292
|
prefix: 'eds',
|
|
@@ -1420,6 +1462,13 @@ const power_bi = {
|
|
|
1420
1462
|
width: '24',
|
|
1421
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',
|
|
1422
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
|
+
};
|
|
1423
1472
|
const blocked_off = {
|
|
1424
1473
|
name: 'blocked_off',
|
|
1425
1474
|
prefix: 'eds',
|
|
@@ -5174,6 +5223,7 @@ exports.cocktail = cocktail;
|
|
|
5174
5223
|
exports.code = code;
|
|
5175
5224
|
exports.coffee = coffee;
|
|
5176
5225
|
exports.collapse = collapse;
|
|
5226
|
+
exports.collapse_screen = collapse_screen;
|
|
5177
5227
|
exports.collection_1 = collection_1;
|
|
5178
5228
|
exports.collection_2 = collection_2;
|
|
5179
5229
|
exports.collection_3 = collection_3;
|
|
@@ -5248,6 +5298,7 @@ exports.error_outlined = error_outlined;
|
|
|
5248
5298
|
exports.ev_station = ev_station;
|
|
5249
5299
|
exports.exit_to_app = exit_to_app;
|
|
5250
5300
|
exports.expand = expand;
|
|
5301
|
+
exports.expand_screen = expand_screen;
|
|
5251
5302
|
exports.explore = explore;
|
|
5252
5303
|
exports.explore_off = explore_off;
|
|
5253
5304
|
exports.external_link = external_link;
|
|
@@ -5265,6 +5316,8 @@ exports.file_add = file_add;
|
|
|
5265
5316
|
exports.file_copy = file_copy;
|
|
5266
5317
|
exports.file_description = file_description;
|
|
5267
5318
|
exports.filter_alt = filter_alt;
|
|
5319
|
+
exports.filter_alt_active = filter_alt_active;
|
|
5320
|
+
exports.filter_alt_off = filter_alt_off;
|
|
5268
5321
|
exports.filter_list = filter_list;
|
|
5269
5322
|
exports.fingerprint_scanner = fingerprint_scanner;
|
|
5270
5323
|
exports.first_page = first_page;
|
|
@@ -5465,6 +5518,8 @@ exports.notifications_off = notifications_off;
|
|
|
5465
5518
|
exports.notifications_paused = notifications_paused;
|
|
5466
5519
|
exports.offline = offline;
|
|
5467
5520
|
exports.offline_saved = offline_saved;
|
|
5521
|
+
exports.oil = oil;
|
|
5522
|
+
exports.oil_barrel = oil_barrel;
|
|
5468
5523
|
exports.onshore_drone = onshore_drone;
|
|
5469
5524
|
exports.opacity = opacity;
|
|
5470
5525
|
exports.open_in_browser = open_in_browser;
|
|
@@ -5575,6 +5630,7 @@ exports.sim_card = sim_card;
|
|
|
5575
5630
|
exports.skip_next = skip_next;
|
|
5576
5631
|
exports.skip_previous = skip_previous;
|
|
5577
5632
|
exports.skype = skype;
|
|
5633
|
+
exports.slack = slack;
|
|
5578
5634
|
exports.slideshow = slideshow;
|
|
5579
5635
|
exports.smartwatch = smartwatch;
|
|
5580
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',
|
|
@@ -1241,6 +1269,20 @@ const toolbox_rope = {
|
|
|
1241
1269
|
width: '24',
|
|
1242
1270
|
svgPathData: 'M2 1h20v2h-9l3 3h-2l-2-2-2 2H8l3-3H2V1zm5 8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v10H3V13a2 2 0 0 1 2-2h2V9zm12 4v3h-2v-1h-2v1H9v-1H7v1H5v-3h14zm-4 6v-1H9v1H7v-1H5v3h14v-3h-2v1h-2zm0-10v2H9V9h6z',
|
|
1243
1271
|
};
|
|
1272
|
+
const oil = {
|
|
1273
|
+
name: 'oil',
|
|
1274
|
+
prefix: 'eds',
|
|
1275
|
+
height: '24',
|
|
1276
|
+
width: '24',
|
|
1277
|
+
svgPathData: 'M16.201 19.117C15.016 20.404 13.654 21 12 21c-1.654 0-3.016-.596-4.201-1.883C6.606 17.82 6 16.264 6 14.328c0-1.566.397-2.784 1.108-3.76.805-1.105 2.427-3.209 4.883-6.328 2.464 3.162 4.098 5.286 4.913 6.383.699.942 1.096 2.138 1.096 3.706 0 1.935-.606 3.49-1.799 4.788zM5.491 9.39c.861-1.183 2.606-3.442 5.233-6.775L12 1l1.267 1.623C15.899 6 17.646 8.27 18.509 9.43 19.503 10.769 20 12.4 20 14.329c0 2.408-.776 4.456-2.327 6.142C16.12 22.157 14.23 23 12 23s-4.121-.843-5.673-2.53C4.776 18.786 4 16.738 4 14.33c0-1.928.497-3.574 1.49-4.938zM8.5 13a.5.5 0 0 0-1 0c0 1.233.127 2.437.604 3.54.482 1.114 1.306 2.09 2.639 2.889a.5.5 0 1 0 .514-.858c-1.167-.7-1.843-1.52-2.236-2.429-.398-.92-.521-1.967-.521-3.142z',
|
|
1278
|
+
};
|
|
1279
|
+
const oil_barrel = {
|
|
1280
|
+
name: 'oil_barrel',
|
|
1281
|
+
prefix: 'eds',
|
|
1282
|
+
height: '24',
|
|
1283
|
+
width: '24',
|
|
1284
|
+
svgPathData: 'M2 3a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2h-2v7h1a1 1 0 1 1 0 2h-1v7h2a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h2v-7H4a1 1 0 1 1 0-2h1V4H3a1 1 0 0 1-1-1zm15 10v7H7v-7a1 1 0 1 0 0-2V4h10v7a1 1 0 1 0 0 2zm-5 3c.836 0 1.546-.307 2.127-.92.582-.613.873-1.357.873-2.233 0-.701-.186-1.295-.56-1.781A206.829 206.829 0 0 0 12 8c-1.255 1.538-2.068 2.555-2.44 3.051-.374.496-.56 1.095-.56 1.796 0 .876.29 1.62.873 2.233.582.613 1.29.92 2.127.92z',
|
|
1285
|
+
};
|
|
1244
1286
|
const share = {
|
|
1245
1287
|
name: 'share',
|
|
1246
1288
|
prefix: 'eds',
|
|
@@ -1416,6 +1458,13 @@ const power_bi = {
|
|
|
1416
1458
|
width: '24',
|
|
1417
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',
|
|
1418
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
|
+
};
|
|
1419
1468
|
const blocked_off = {
|
|
1420
1469
|
name: 'blocked_off',
|
|
1421
1470
|
prefix: 'eds',
|
|
@@ -5042,4 +5091,4 @@ const accessible = {
|
|
|
5042
5091
|
},
|
|
5043
5092
|
};
|
|
5044
5093
|
|
|
5045
|
-
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, 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;
|
|
@@ -165,6 +169,8 @@ export declare const line: IconData;
|
|
|
165
169
|
export declare const telecom: IconData;
|
|
166
170
|
export declare const toolbox_wheel: IconData;
|
|
167
171
|
export declare const toolbox_rope: IconData;
|
|
172
|
+
export declare const oil: IconData;
|
|
173
|
+
export declare const oil_barrel: IconData;
|
|
168
174
|
export declare const share: IconData;
|
|
169
175
|
export declare const skype: IconData;
|
|
170
176
|
export declare const whats_app: IconData;
|
|
@@ -190,6 +196,7 @@ export declare const google_play: IconData;
|
|
|
190
196
|
export declare const google_maps: IconData;
|
|
191
197
|
export declare const microsoft_outlook: IconData;
|
|
192
198
|
export declare const power_bi: IconData;
|
|
199
|
+
export declare const slack: IconData;
|
|
193
200
|
export declare const blocked_off: IconData;
|
|
194
201
|
export declare const blocked: IconData;
|
|
195
202
|
export declare const security: IconData;
|