@equinor/eds-icons 0.11.0 → 0.12.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 +104 -0
- package/dist/icons.esm.js +92 -1
- package/dist/types/src/data.d.ts +13 -0
- package/package.json +1 -1
package/dist/icons.cjs.js
CHANGED
|
@@ -396,6 +396,20 @@ const fullscreen = {
|
|
|
396
396
|
},
|
|
397
397
|
},
|
|
398
398
|
};
|
|
399
|
+
const signature = {
|
|
400
|
+
name: 'signature',
|
|
401
|
+
prefix: 'eds',
|
|
402
|
+
height: '24',
|
|
403
|
+
width: '24',
|
|
404
|
+
svgPathData: 'm17.37 2.29 2.34 2.34c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75 1.83-1.83c.19-.19.44-.29.7-.29.26 0 .51.09.71.29zM2 16.25V20h3.75L16.81 8.94l-3.75-3.75L2 16.25zM4.92 18H4v-.92l9.06-9.06.92.92L4.92 18zM10 18h9v2H8l2-2z',
|
|
405
|
+
};
|
|
406
|
+
const approve = {
|
|
407
|
+
name: 'approve',
|
|
408
|
+
prefix: 'eds',
|
|
409
|
+
height: '24',
|
|
410
|
+
width: '24',
|
|
411
|
+
svgPathData: 'M16.59 7.58 10 14.17l-2.59-2.58L6 13l4 4 8-8-1.41-1.42zm15.33 1.781 2.137 2.968 3.72.852-.377 3.58 2.541 2.826-2.54 2.765.374 3.56-3.705.91-2.082 2.976-3.393-1.33-3.301 1.33-2.167-2.966-3.722-.854.375-3.625-2.542-2.766L3.19 9.18 2.813 5.6l3.712-.85 2.076-2.97 3.395 1.33 3.334-1.33zM9.338 4.218l-1.615 2.31-2.735.627.284 2.702-1.92 2.135 1.92 2.09-.285 2.762 2.724.625 1.69 2.312 2.594-1.045 2.667 1.045 1.61-2.302 2.741-.673-.286-2.723 1.921-2.09-1.92-2.136.284-2.702-2.727-.626-1.665-2.311-2.617 1.045-2.665-1.045z',
|
|
412
|
+
};
|
|
399
413
|
const select_all = {
|
|
400
414
|
name: 'select_all',
|
|
401
415
|
prefix: 'eds',
|
|
@@ -1070,6 +1084,27 @@ const time = {
|
|
|
1070
1084
|
},
|
|
1071
1085
|
},
|
|
1072
1086
|
};
|
|
1087
|
+
const no_craning = {
|
|
1088
|
+
name: 'no_craning',
|
|
1089
|
+
prefix: 'eds',
|
|
1090
|
+
height: '24',
|
|
1091
|
+
width: '24',
|
|
1092
|
+
svgPathData: 'M3 4.5 4.5 3 21 19.5 19.5 21 3 4.5zM13.915 11H14a1 1 0 0 0 .832-.445l4-6A1 1 0 0 0 18 3H6c-.027 0-.055.001-.082.003L7.915 5h8.217l-2.667 4h-1.55l2 2zm.976 6.805 1.531 1.531A5 5 0 0 1 7 17a1 1 0 1 1 2 0 3 3 0 0 0 5.891.805zM13 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0z',
|
|
1093
|
+
};
|
|
1094
|
+
const craning = {
|
|
1095
|
+
name: 'craning',
|
|
1096
|
+
prefix: 'eds',
|
|
1097
|
+
height: '24',
|
|
1098
|
+
width: '24',
|
|
1099
|
+
svgPathData: 'M5.118 3.528A1 1 0 0 1 6 3h12a1 1 0 0 1 .832 1.555l-4 6A1 1 0 0 1 14 11h-1v1.1a5.002 5.002 0 0 1-1 9.9 5 5 0 0 1-5-5 1 1 0 1 1 2 0 3 3 0 1 0 3-3h-1v-3h-1a1 1 0 0 1-.832-.445l-4-6a1 1 0 0 1-.05-1.027zM13.465 9H10.535L7.87 5h8.262l-2.666 4zM12 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2z',
|
|
1100
|
+
};
|
|
1101
|
+
const toolbox = {
|
|
1102
|
+
name: 'toolbox',
|
|
1103
|
+
prefix: 'eds',
|
|
1104
|
+
height: '24',
|
|
1105
|
+
width: '24',
|
|
1106
|
+
svgPathData: 'M9 4a2 2 0 0 0-2 2v2H5a2 2 0 0 0-2 2v10h18V10a2 2 0 0 0-2-2h-2V6a2 2 0 0 0-2-2H9zm10 9v-3H5v3h2v-1h2v1h6v-1h2v1h2zm-4 2v1h2v-1h2v3H5v-3h2v1h2v-1h6zm0-7V6H9v2h6z',
|
|
1107
|
+
};
|
|
1073
1108
|
const cable = {
|
|
1074
1109
|
name: 'cable',
|
|
1075
1110
|
prefix: 'eds',
|
|
@@ -1196,6 +1231,20 @@ const telecom = {
|
|
|
1196
1231
|
width: '24',
|
|
1197
1232
|
svgPathData: 'm13.168 1-.648 1.794c.057.019 5.96 2.203 8.716 8.939L23 11.008C19.92 3.5 13.435 1.095 13.168 1zm-.82 5.104.495-1.841c.182.047 4.454 1.23 6.876 6.716l-1.745.773c-2.04-4.608-5.483-5.61-5.626-5.648zm4.11 5.505-1.802.63c-.85-2.424-2.546-2.738-2.623-2.748l.277-1.889c.135.02 2.901.446 4.148 4.007zm-3.49 2.614c0 .391-.086.754-.22 1.097l4.244 4.16a1.181 1.181 0 0 1-.153 1.793c-1.583 1.126-3.585 1.718-5.645 1.718-2.556 0-5.197-.916-7.19-2.872C.408 16.6.16 10.903 2.62 7.316c.229-.334.6-.515.972-.515.296 0 .582.105.811.334l4.253 4.178a3.024 3.024 0 0 1 1.173-.229 3.14 3.14 0 0 1 3.138 3.14zm-7.63 4.541c1.526 1.498 3.605 2.328 5.856 2.328 1.363 0 2.68-.324 3.776-.906l-3.414-3.349-1.459-1.44c.544-.134.954-.601.954-1.183 0-.678-.553-1.231-1.23-1.231-.592 0-1.059.43-1.183.983l-.858-.85-4.034-3.959c-1.364 2.729-1.182 6.888 1.593 9.607z',
|
|
1198
1233
|
};
|
|
1234
|
+
const toolbox_wheel = {
|
|
1235
|
+
name: 'toolbox_wheel',
|
|
1236
|
+
prefix: 'eds',
|
|
1237
|
+
height: '24',
|
|
1238
|
+
width: '24',
|
|
1239
|
+
svgPathData: 'M7 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v10H3V7a2 2 0 0 1 2-2h2V3zm12 4v3h-2V9h-2v1H9V9H7v1H5V7h14zm-4 6v-1H9v1H7v-1H5v3h14v-3h-2v1h-2zm0-10v2H9V3h6zM2 18h20v2H2v-2zm5.5 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm9 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z',
|
|
1240
|
+
};
|
|
1241
|
+
const toolbox_rope = {
|
|
1242
|
+
name: 'toolbox_rope',
|
|
1243
|
+
prefix: 'eds',
|
|
1244
|
+
height: '24',
|
|
1245
|
+
width: '24',
|
|
1246
|
+
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
|
+
};
|
|
1199
1248
|
const share = {
|
|
1200
1249
|
name: 'share',
|
|
1201
1250
|
prefix: 'eds',
|
|
@@ -1595,6 +1644,13 @@ const baby = {
|
|
|
1595
1644
|
width: '24',
|
|
1596
1645
|
svgPathData: 'M20.13 8.17c1.45.43 2.56 1.66 2.81 3.17.04.21.06.43.06.66 0 .23-.02.45-.06.66a3.998 3.998 0 0 1-2.8 3.17 9.086 9.086 0 0 1-2.17 2.89A8.93 8.93 0 0 1 12 21c-2.29 0-4.38-.86-5.96-2.28-.9-.8-1.65-1.78-2.17-2.89a4.008 4.008 0 0 1-2.81-3.17C1.02 12.45 1 12.23 1 12c0-.23.02-.45.06-.66a3.994 3.994 0 0 1 2.81-3.17c.52-1.11 1.27-2.1 2.19-2.91A8.885 8.885 0 0 1 12 3c2.28 0 4.36.85 5.94 2.26.91.81 1.66 1.79 2.19 2.91zM9.5 9.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zm5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zM19 14a1.34 1.34 0 0 1-.189-.017c-.033-.005-.066-.01-.101-.013-.2.67-.49 1.29-.86 1.86A6.976 6.976 0 0 1 12 19c-2.45 0-4.6-1.26-5.85-3.17-.37-.57-.66-1.19-.86-1.86-.035.003-.068.008-.101.013A1.339 1.339 0 0 1 5 14c-1.1 0-2-.9-2-2s.9-2 2-2c.065 0 .126.008.189.017.033.005.066.01.101.013.2-.67.49-1.29.86-1.86A6.976 6.976 0 0 1 12 5c2.45 0 4.6 1.26 5.85 3.17.37.57.66 1.19.86 1.86.035-.003.068-.008.101-.013A1.34 1.34 0 0 1 19 10c1.1 0 2 .9 2 2s-.9 2-2 2zm-2.5 0c-.76 1.77-2.49 3-4.5 3s-3.74-1.23-4.5-3h9z',
|
|
1597
1646
|
};
|
|
1647
|
+
const badge = {
|
|
1648
|
+
name: 'badge',
|
|
1649
|
+
prefix: 'eds',
|
|
1650
|
+
height: '24',
|
|
1651
|
+
width: '24',
|
|
1652
|
+
svgPathData: 'M11 2a2 2 0 0 0-2 2v3H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2zm3.732 7A2 2 0 0 1 13 10h-2a2 2 0 0 1-1.732-1H4v11h16V9h-5.268zM11 4h2v4h-2V4zM8.5 11a1.75 1.75 0 1 0-.001 3.499A1.75 1.75 0 0 0 8.5 11zm.875 1.75a.878.878 0 0 0-.875-.875.878.878 0 0 0-.875.875c0 .481.394.875.875.875a.878.878 0 0 0 .875-.875zm1.75 4.375c-.088-.31-1.444-.875-2.625-.875-1.177 0-2.524.56-2.625.875h5.25zm-6.125 0c0-1.164 2.332-1.75 3.5-1.75 1.168 0 3.5.586 3.5 1.75V18H5v-.875zM14 11h4v1h-4zM14 14h4v1h-4zM14 17h4v1h-4z',
|
|
1653
|
+
};
|
|
1598
1654
|
const shopping_cart_add = {
|
|
1599
1655
|
name: 'shopping_cart_add',
|
|
1600
1656
|
prefix: 'eds',
|
|
@@ -2284,6 +2340,13 @@ const aerial_drone = {
|
|
|
2284
2340
|
width: '24',
|
|
2285
2341
|
svgPathData: 'M19 5a1 1 0 1 0 2 0h1a1 1 0 1 0 0-2h-1a1 1 0 1 0-2 0H5a1 1 0 0 0-2 0H2a1 1 0 0 0 0 2h1a1 1 0 0 0 2 0h2.204L9.03 8.032A2 2 0 0 0 10.743 9h2.836a2 2 0 0 0 1.761-1.053L16.925 5H19zm-5.421 4V7h-2.836L9.54 5h5.115l-1.075 2v2zm2.38.96c-2.234 2.234-5.684 2.234-7.918 0l-1.415 1.414c3.016 3.015 7.732 3.015 10.748 0L15.96 9.96zM5.375 12.626c3.734 3.735 9.518 3.735 13.252 0l1.414 1.414c-4.515 4.516-11.565 4.516-16.08 0l1.414-1.414zm15.919 2.667c-5.235 5.234-13.351 5.234-18.586 0l-1.414 1.414c6.015 6.016 15.399 6.016 21.414 0l-1.414-1.414z',
|
|
2286
2342
|
};
|
|
2343
|
+
const hand_radio = {
|
|
2344
|
+
name: 'hand_radio',
|
|
2345
|
+
prefix: 'eds',
|
|
2346
|
+
height: '24',
|
|
2347
|
+
width: '24',
|
|
2348
|
+
svgPathData: 'M10 1a1 1 0 0 0-1 1v4H8a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v7a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-1V4a1 1 0 1 0-2 0v2h-2V2a1 1 0 0 0-1-1zm0 13h4v7h-4v-7zm6-6H8v4h8V8zm-3 7h-2v1h2v-1zm0 2h-2v1h2v-1zm-2 2h2v1h-2v-1z',
|
|
2349
|
+
};
|
|
2287
2350
|
const camera = {
|
|
2288
2351
|
name: 'camera',
|
|
2289
2352
|
prefix: 'eds',
|
|
@@ -3252,6 +3315,20 @@ const wind_turbine = {
|
|
|
3252
3315
|
width: '24',
|
|
3253
3316
|
svgPathData: 'M12.496 2.427A.496.496 0 0 0 12 2a.496.496 0 0 0-.496.427l-.888 6.929c-.27.259-.467.593-.56.968l-5.858 4.327a.48.48 0 0 0-.131.633.506.506 0 0 0 .627.205l6.272-2.581-.417 8.116H9V22h6v-.976h-1.55l-.414-8.084 6.267 2.588c.234.097.505.01.631-.203a.482.482 0 0 0-.135-.635l-5.842-4.304a1.997 1.997 0 0 0-.573-1.03l-.888-6.929zm-.188 6.397L12 6.42l-.308 2.403a2.015 2.015 0 0 1 .616 0zm-2.183 2.674-2.134 1.576 2.457-1.012a1.996 1.996 0 0 1-.323-.564zm3.407.588 2.44 1.007-2.112-1.556c-.08.201-.191.386-.328.549zM12 13.233l.446 7.791h-.892l.446-7.79zm1-2.433a1 1 0 1 1-2 0 1 1 0 0 1 2 0z',
|
|
3254
3317
|
};
|
|
3318
|
+
const substation_onshore = {
|
|
3319
|
+
name: 'substation_onshore',
|
|
3320
|
+
prefix: 'eds',
|
|
3321
|
+
height: '24',
|
|
3322
|
+
width: '24',
|
|
3323
|
+
svgPathData: 'M3 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v3h-2v-3H8v3H6v-3H5a2 2 0 0 1-2-2V6zm16 0H5v6h14V6zm-8.52 5.42.828-2.17-.76-.29 2.649-2.38-.828 2.17.76.29-2.65 2.38zM21 18H3v2h18v-2z',
|
|
3324
|
+
};
|
|
3325
|
+
const substation_offshore = {
|
|
3326
|
+
name: 'substation_offshore',
|
|
3327
|
+
prefix: 'eds',
|
|
3328
|
+
height: '24',
|
|
3329
|
+
width: '24',
|
|
3330
|
+
svgPathData: 'M3 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v2l-2-1v-1H8v1l-2 1v-2H5a2 2 0 0 1-2-2V6zm16 0H5v6h14V6zm-2.998 10a6.985 6.985 0 0 1-4 1.28c-1.39 0-2.78-.43-4-1.28-1.22.85-2.61 1.32-4 1.32h-2v2h2c1.38 0 2.74-.35 4-.99 1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32zm-4.694-6.75-.828 2.17 2.649-2.38-.76-.29.828-2.17-2.65 2.38.76.29z',
|
|
3331
|
+
};
|
|
3255
3332
|
const link_off = {
|
|
3256
3333
|
name: 'link_off',
|
|
3257
3334
|
prefix: 'eds',
|
|
@@ -4493,6 +4570,13 @@ const record_voice_off = {
|
|
|
4493
4570
|
width: '24',
|
|
4494
4571
|
svgPathData: 'm18.442 4.13 1.63-1.63c3.86 3.99 3.89 9.94.15 13.83l-1.64-1.64c2.62-3.17 2.58-7.59-.14-10.56zm-3.36 3.42 1.68-1.69c1.98 2.15 2.01 5.11.11 7.13l-1.7-1.7c.74-1.16.71-2.61-.09-3.74zm-5.65-2.01 3.53 3.53a3.979 3.979 0 0 0-3.53-3.53zm-6.43-.77 1.41-1.41 16.73 16.73-1.41 1.41-3.02-3.02c.18.32.29.65.29 1.02v2h-16v-2c0-2.66 5.33-4 8-4 1.78 0 4.74.6 6.51 1.78l-4.4-4.4c-.61.39-1.33.62-2.11.62-2.21 0-4-1.79-4-4 0-.78.23-1.5.62-2.11l-2.62-2.62zm0 14.73c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2h-12zm4-10c0 1.1.9 2 2 2 .22 0 .42-.04.62-.11l-2.51-2.51c-.07.2-.11.4-.11.62z',
|
|
4495
4572
|
};
|
|
4573
|
+
const expand = {
|
|
4574
|
+
name: 'expand',
|
|
4575
|
+
prefix: 'eds',
|
|
4576
|
+
height: '24',
|
|
4577
|
+
width: '24',
|
|
4578
|
+
svgPathData: 'M9.563 12 4 6.645 5.713 5 13 12l-7.287 7L4 17.355 9.563 12zm7 0L11 6.645 12.713 5 20 12l-7.287 7L11 17.355 16.563 12z',
|
|
4579
|
+
};
|
|
4496
4580
|
const last_page = {
|
|
4497
4581
|
name: 'last_page',
|
|
4498
4582
|
prefix: 'eds',
|
|
@@ -4805,6 +4889,13 @@ const subdirectory_arrow_right = {
|
|
|
4805
4889
|
},
|
|
4806
4890
|
},
|
|
4807
4891
|
};
|
|
4892
|
+
const collapse = {
|
|
4893
|
+
name: 'collapse',
|
|
4894
|
+
prefix: 'eds',
|
|
4895
|
+
height: '24',
|
|
4896
|
+
width: '24',
|
|
4897
|
+
svgPathData: 'M7.437 12 13 17.355 11.287 19 4 12l7.287-7L13 6.645 7.437 12zm7 0L20 17.355 18.287 19 11 12l7.288-7L20 6.645 14.437 12z',
|
|
4898
|
+
};
|
|
4808
4899
|
const label = {
|
|
4809
4900
|
name: 'label',
|
|
4810
4901
|
prefix: 'eds',
|
|
@@ -4973,6 +5064,7 @@ exports.android = android;
|
|
|
4973
5064
|
exports.apple_airplay = apple_airplay;
|
|
4974
5065
|
exports.apple_app_store = apple_app_store;
|
|
4975
5066
|
exports.apple_logo = apple_logo;
|
|
5067
|
+
exports.approve = approve;
|
|
4976
5068
|
exports.apps = apps;
|
|
4977
5069
|
exports.archive = archive;
|
|
4978
5070
|
exports.arrow_back = arrow_back;
|
|
@@ -4995,6 +5087,7 @@ exports.attach_file = attach_file;
|
|
|
4995
5087
|
exports.attachment = attachment;
|
|
4996
5088
|
exports.autorenew = autorenew;
|
|
4997
5089
|
exports.baby = baby;
|
|
5090
|
+
exports.badge = badge;
|
|
4998
5091
|
exports.bandage = bandage;
|
|
4999
5092
|
exports.bar_chart = bar_chart;
|
|
5000
5093
|
exports.battery = battery;
|
|
@@ -5080,6 +5173,7 @@ exports.cloud_upload = cloud_upload;
|
|
|
5080
5173
|
exports.cocktail = cocktail;
|
|
5081
5174
|
exports.code = code;
|
|
5082
5175
|
exports.coffee = coffee;
|
|
5176
|
+
exports.collapse = collapse;
|
|
5083
5177
|
exports.collection_1 = collection_1;
|
|
5084
5178
|
exports.collection_2 = collection_2;
|
|
5085
5179
|
exports.collection_3 = collection_3;
|
|
@@ -5109,6 +5203,7 @@ exports.contact_phone = contact_phone;
|
|
|
5109
5203
|
exports.contacts = contacts;
|
|
5110
5204
|
exports.convenience_store = convenience_store;
|
|
5111
5205
|
exports.copy = copy;
|
|
5206
|
+
exports.craning = craning;
|
|
5112
5207
|
exports.credit_card = credit_card;
|
|
5113
5208
|
exports.crop = crop;
|
|
5114
5209
|
exports.crop_rotate = crop_rotate;
|
|
@@ -5152,6 +5247,7 @@ exports.error_filled = error_filled;
|
|
|
5152
5247
|
exports.error_outlined = error_outlined;
|
|
5153
5248
|
exports.ev_station = ev_station;
|
|
5154
5249
|
exports.exit_to_app = exit_to_app;
|
|
5250
|
+
exports.expand = expand;
|
|
5155
5251
|
exports.explore = explore;
|
|
5156
5252
|
exports.explore_off = explore_off;
|
|
5157
5253
|
exports.external_link = external_link;
|
|
@@ -5245,6 +5341,7 @@ exports.grocery_store = grocery_store;
|
|
|
5245
5341
|
exports.group = group;
|
|
5246
5342
|
exports.group_add = group_add;
|
|
5247
5343
|
exports.gym = gym;
|
|
5344
|
+
exports.hand_radio = hand_radio;
|
|
5248
5345
|
exports.headset = headset;
|
|
5249
5346
|
exports.headset_mic = headset_mic;
|
|
5250
5347
|
exports.hearing = hearing;
|
|
@@ -5359,6 +5456,7 @@ exports.navigation = navigation;
|
|
|
5359
5456
|
exports.near_me = near_me;
|
|
5360
5457
|
exports.new_alert = new_alert;
|
|
5361
5458
|
exports.new_label = new_label;
|
|
5459
|
+
exports.no_craning = no_craning;
|
|
5362
5460
|
exports.notifications = notifications;
|
|
5363
5461
|
exports.notifications_active = notifications_active;
|
|
5364
5462
|
exports.notifications_add = notifications_add;
|
|
@@ -5472,6 +5570,7 @@ exports.shopping_card = shopping_card;
|
|
|
5472
5570
|
exports.shopping_cart_add = shopping_cart_add;
|
|
5473
5571
|
exports.shopping_cart_off = shopping_cart_off;
|
|
5474
5572
|
exports.shuffle = shuffle;
|
|
5573
|
+
exports.signature = signature;
|
|
5475
5574
|
exports.sim_card = sim_card;
|
|
5476
5575
|
exports.skip_next = skip_next;
|
|
5477
5576
|
exports.skip_previous = skip_previous;
|
|
@@ -5498,6 +5597,8 @@ exports.style = style;
|
|
|
5498
5597
|
exports.subdirectory_arrow_left = subdirectory_arrow_left;
|
|
5499
5598
|
exports.subdirectory_arrow_right = subdirectory_arrow_right;
|
|
5500
5599
|
exports.subsea_drone = subsea_drone;
|
|
5600
|
+
exports.substation_offshore = substation_offshore;
|
|
5601
|
+
exports.substation_onshore = substation_onshore;
|
|
5501
5602
|
exports.subway = subway;
|
|
5502
5603
|
exports.subway_tunnel = subway_tunnel;
|
|
5503
5604
|
exports.sun = sun;
|
|
@@ -5545,6 +5646,9 @@ exports.title = title;
|
|
|
5545
5646
|
exports.toc = toc;
|
|
5546
5647
|
exports.toilet = toilet;
|
|
5547
5648
|
exports.toll = toll;
|
|
5649
|
+
exports.toolbox = toolbox;
|
|
5650
|
+
exports.toolbox_rope = toolbox_rope;
|
|
5651
|
+
exports.toolbox_wheel = toolbox_wheel;
|
|
5548
5652
|
exports.touch = touch;
|
|
5549
5653
|
exports.track_changes = track_changes;
|
|
5550
5654
|
exports.traffic_light = traffic_light;
|
package/dist/icons.esm.js
CHANGED
|
@@ -392,6 +392,20 @@ const fullscreen = {
|
|
|
392
392
|
},
|
|
393
393
|
},
|
|
394
394
|
};
|
|
395
|
+
const signature = {
|
|
396
|
+
name: 'signature',
|
|
397
|
+
prefix: 'eds',
|
|
398
|
+
height: '24',
|
|
399
|
+
width: '24',
|
|
400
|
+
svgPathData: 'm17.37 2.29 2.34 2.34c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75 1.83-1.83c.19-.19.44-.29.7-.29.26 0 .51.09.71.29zM2 16.25V20h3.75L16.81 8.94l-3.75-3.75L2 16.25zM4.92 18H4v-.92l9.06-9.06.92.92L4.92 18zM10 18h9v2H8l2-2z',
|
|
401
|
+
};
|
|
402
|
+
const approve = {
|
|
403
|
+
name: 'approve',
|
|
404
|
+
prefix: 'eds',
|
|
405
|
+
height: '24',
|
|
406
|
+
width: '24',
|
|
407
|
+
svgPathData: 'M16.59 7.58 10 14.17l-2.59-2.58L6 13l4 4 8-8-1.41-1.42zm15.33 1.781 2.137 2.968 3.72.852-.377 3.58 2.541 2.826-2.54 2.765.374 3.56-3.705.91-2.082 2.976-3.393-1.33-3.301 1.33-2.167-2.966-3.722-.854.375-3.625-2.542-2.766L3.19 9.18 2.813 5.6l3.712-.85 2.076-2.97 3.395 1.33 3.334-1.33zM9.338 4.218l-1.615 2.31-2.735.627.284 2.702-1.92 2.135 1.92 2.09-.285 2.762 2.724.625 1.69 2.312 2.594-1.045 2.667 1.045 1.61-2.302 2.741-.673-.286-2.723 1.921-2.09-1.92-2.136.284-2.702-2.727-.626-1.665-2.311-2.617 1.045-2.665-1.045z',
|
|
408
|
+
};
|
|
395
409
|
const select_all = {
|
|
396
410
|
name: 'select_all',
|
|
397
411
|
prefix: 'eds',
|
|
@@ -1066,6 +1080,27 @@ const time = {
|
|
|
1066
1080
|
},
|
|
1067
1081
|
},
|
|
1068
1082
|
};
|
|
1083
|
+
const no_craning = {
|
|
1084
|
+
name: 'no_craning',
|
|
1085
|
+
prefix: 'eds',
|
|
1086
|
+
height: '24',
|
|
1087
|
+
width: '24',
|
|
1088
|
+
svgPathData: 'M3 4.5 4.5 3 21 19.5 19.5 21 3 4.5zM13.915 11H14a1 1 0 0 0 .832-.445l4-6A1 1 0 0 0 18 3H6c-.027 0-.055.001-.082.003L7.915 5h8.217l-2.667 4h-1.55l2 2zm.976 6.805 1.531 1.531A5 5 0 0 1 7 17a1 1 0 1 1 2 0 3 3 0 0 0 5.891.805zM13 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0z',
|
|
1089
|
+
};
|
|
1090
|
+
const craning = {
|
|
1091
|
+
name: 'craning',
|
|
1092
|
+
prefix: 'eds',
|
|
1093
|
+
height: '24',
|
|
1094
|
+
width: '24',
|
|
1095
|
+
svgPathData: 'M5.118 3.528A1 1 0 0 1 6 3h12a1 1 0 0 1 .832 1.555l-4 6A1 1 0 0 1 14 11h-1v1.1a5.002 5.002 0 0 1-1 9.9 5 5 0 0 1-5-5 1 1 0 1 1 2 0 3 3 0 1 0 3-3h-1v-3h-1a1 1 0 0 1-.832-.445l-4-6a1 1 0 0 1-.05-1.027zM13.465 9H10.535L7.87 5h8.262l-2.666 4zM12 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2z',
|
|
1096
|
+
};
|
|
1097
|
+
const toolbox = {
|
|
1098
|
+
name: 'toolbox',
|
|
1099
|
+
prefix: 'eds',
|
|
1100
|
+
height: '24',
|
|
1101
|
+
width: '24',
|
|
1102
|
+
svgPathData: 'M9 4a2 2 0 0 0-2 2v2H5a2 2 0 0 0-2 2v10h18V10a2 2 0 0 0-2-2h-2V6a2 2 0 0 0-2-2H9zm10 9v-3H5v3h2v-1h2v1h6v-1h2v1h2zm-4 2v1h2v-1h2v3H5v-3h2v1h2v-1h6zm0-7V6H9v2h6z',
|
|
1103
|
+
};
|
|
1069
1104
|
const cable = {
|
|
1070
1105
|
name: 'cable',
|
|
1071
1106
|
prefix: 'eds',
|
|
@@ -1192,6 +1227,20 @@ const telecom = {
|
|
|
1192
1227
|
width: '24',
|
|
1193
1228
|
svgPathData: 'm13.168 1-.648 1.794c.057.019 5.96 2.203 8.716 8.939L23 11.008C19.92 3.5 13.435 1.095 13.168 1zm-.82 5.104.495-1.841c.182.047 4.454 1.23 6.876 6.716l-1.745.773c-2.04-4.608-5.483-5.61-5.626-5.648zm4.11 5.505-1.802.63c-.85-2.424-2.546-2.738-2.623-2.748l.277-1.889c.135.02 2.901.446 4.148 4.007zm-3.49 2.614c0 .391-.086.754-.22 1.097l4.244 4.16a1.181 1.181 0 0 1-.153 1.793c-1.583 1.126-3.585 1.718-5.645 1.718-2.556 0-5.197-.916-7.19-2.872C.408 16.6.16 10.903 2.62 7.316c.229-.334.6-.515.972-.515.296 0 .582.105.811.334l4.253 4.178a3.024 3.024 0 0 1 1.173-.229 3.14 3.14 0 0 1 3.138 3.14zm-7.63 4.541c1.526 1.498 3.605 2.328 5.856 2.328 1.363 0 2.68-.324 3.776-.906l-3.414-3.349-1.459-1.44c.544-.134.954-.601.954-1.183 0-.678-.553-1.231-1.23-1.231-.592 0-1.059.43-1.183.983l-.858-.85-4.034-3.959c-1.364 2.729-1.182 6.888 1.593 9.607z',
|
|
1194
1229
|
};
|
|
1230
|
+
const toolbox_wheel = {
|
|
1231
|
+
name: 'toolbox_wheel',
|
|
1232
|
+
prefix: 'eds',
|
|
1233
|
+
height: '24',
|
|
1234
|
+
width: '24',
|
|
1235
|
+
svgPathData: 'M7 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v10H3V7a2 2 0 0 1 2-2h2V3zm12 4v3h-2V9h-2v1H9V9H7v1H5V7h14zm-4 6v-1H9v1H7v-1H5v3h14v-3h-2v1h-2zm0-10v2H9V3h6zM2 18h20v2H2v-2zm5.5 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm9 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z',
|
|
1236
|
+
};
|
|
1237
|
+
const toolbox_rope = {
|
|
1238
|
+
name: 'toolbox_rope',
|
|
1239
|
+
prefix: 'eds',
|
|
1240
|
+
height: '24',
|
|
1241
|
+
width: '24',
|
|
1242
|
+
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
|
+
};
|
|
1195
1244
|
const share = {
|
|
1196
1245
|
name: 'share',
|
|
1197
1246
|
prefix: 'eds',
|
|
@@ -1591,6 +1640,13 @@ const baby = {
|
|
|
1591
1640
|
width: '24',
|
|
1592
1641
|
svgPathData: 'M20.13 8.17c1.45.43 2.56 1.66 2.81 3.17.04.21.06.43.06.66 0 .23-.02.45-.06.66a3.998 3.998 0 0 1-2.8 3.17 9.086 9.086 0 0 1-2.17 2.89A8.93 8.93 0 0 1 12 21c-2.29 0-4.38-.86-5.96-2.28-.9-.8-1.65-1.78-2.17-2.89a4.008 4.008 0 0 1-2.81-3.17C1.02 12.45 1 12.23 1 12c0-.23.02-.45.06-.66a3.994 3.994 0 0 1 2.81-3.17c.52-1.11 1.27-2.1 2.19-2.91A8.885 8.885 0 0 1 12 3c2.28 0 4.36.85 5.94 2.26.91.81 1.66 1.79 2.19 2.91zM9.5 9.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zm5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zM19 14a1.34 1.34 0 0 1-.189-.017c-.033-.005-.066-.01-.101-.013-.2.67-.49 1.29-.86 1.86A6.976 6.976 0 0 1 12 19c-2.45 0-4.6-1.26-5.85-3.17-.37-.57-.66-1.19-.86-1.86-.035.003-.068.008-.101.013A1.339 1.339 0 0 1 5 14c-1.1 0-2-.9-2-2s.9-2 2-2c.065 0 .126.008.189.017.033.005.066.01.101.013.2-.67.49-1.29.86-1.86A6.976 6.976 0 0 1 12 5c2.45 0 4.6 1.26 5.85 3.17.37.57.66 1.19.86 1.86.035-.003.068-.008.101-.013A1.34 1.34 0 0 1 19 10c1.1 0 2 .9 2 2s-.9 2-2 2zm-2.5 0c-.76 1.77-2.49 3-4.5 3s-3.74-1.23-4.5-3h9z',
|
|
1593
1642
|
};
|
|
1643
|
+
const badge = {
|
|
1644
|
+
name: 'badge',
|
|
1645
|
+
prefix: 'eds',
|
|
1646
|
+
height: '24',
|
|
1647
|
+
width: '24',
|
|
1648
|
+
svgPathData: 'M11 2a2 2 0 0 0-2 2v3H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2zm3.732 7A2 2 0 0 1 13 10h-2a2 2 0 0 1-1.732-1H4v11h16V9h-5.268zM11 4h2v4h-2V4zM8.5 11a1.75 1.75 0 1 0-.001 3.499A1.75 1.75 0 0 0 8.5 11zm.875 1.75a.878.878 0 0 0-.875-.875.878.878 0 0 0-.875.875c0 .481.394.875.875.875a.878.878 0 0 0 .875-.875zm1.75 4.375c-.088-.31-1.444-.875-2.625-.875-1.177 0-2.524.56-2.625.875h5.25zm-6.125 0c0-1.164 2.332-1.75 3.5-1.75 1.168 0 3.5.586 3.5 1.75V18H5v-.875zM14 11h4v1h-4zM14 14h4v1h-4zM14 17h4v1h-4z',
|
|
1649
|
+
};
|
|
1594
1650
|
const shopping_cart_add = {
|
|
1595
1651
|
name: 'shopping_cart_add',
|
|
1596
1652
|
prefix: 'eds',
|
|
@@ -2280,6 +2336,13 @@ const aerial_drone = {
|
|
|
2280
2336
|
width: '24',
|
|
2281
2337
|
svgPathData: 'M19 5a1 1 0 1 0 2 0h1a1 1 0 1 0 0-2h-1a1 1 0 1 0-2 0H5a1 1 0 0 0-2 0H2a1 1 0 0 0 0 2h1a1 1 0 0 0 2 0h2.204L9.03 8.032A2 2 0 0 0 10.743 9h2.836a2 2 0 0 0 1.761-1.053L16.925 5H19zm-5.421 4V7h-2.836L9.54 5h5.115l-1.075 2v2zm2.38.96c-2.234 2.234-5.684 2.234-7.918 0l-1.415 1.414c3.016 3.015 7.732 3.015 10.748 0L15.96 9.96zM5.375 12.626c3.734 3.735 9.518 3.735 13.252 0l1.414 1.414c-4.515 4.516-11.565 4.516-16.08 0l1.414-1.414zm15.919 2.667c-5.235 5.234-13.351 5.234-18.586 0l-1.414 1.414c6.015 6.016 15.399 6.016 21.414 0l-1.414-1.414z',
|
|
2282
2338
|
};
|
|
2339
|
+
const hand_radio = {
|
|
2340
|
+
name: 'hand_radio',
|
|
2341
|
+
prefix: 'eds',
|
|
2342
|
+
height: '24',
|
|
2343
|
+
width: '24',
|
|
2344
|
+
svgPathData: 'M10 1a1 1 0 0 0-1 1v4H8a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v7a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-1V4a1 1 0 1 0-2 0v2h-2V2a1 1 0 0 0-1-1zm0 13h4v7h-4v-7zm6-6H8v4h8V8zm-3 7h-2v1h2v-1zm0 2h-2v1h2v-1zm-2 2h2v1h-2v-1z',
|
|
2345
|
+
};
|
|
2283
2346
|
const camera = {
|
|
2284
2347
|
name: 'camera',
|
|
2285
2348
|
prefix: 'eds',
|
|
@@ -3248,6 +3311,20 @@ const wind_turbine = {
|
|
|
3248
3311
|
width: '24',
|
|
3249
3312
|
svgPathData: 'M12.496 2.427A.496.496 0 0 0 12 2a.496.496 0 0 0-.496.427l-.888 6.929c-.27.259-.467.593-.56.968l-5.858 4.327a.48.48 0 0 0-.131.633.506.506 0 0 0 .627.205l6.272-2.581-.417 8.116H9V22h6v-.976h-1.55l-.414-8.084 6.267 2.588c.234.097.505.01.631-.203a.482.482 0 0 0-.135-.635l-5.842-4.304a1.997 1.997 0 0 0-.573-1.03l-.888-6.929zm-.188 6.397L12 6.42l-.308 2.403a2.015 2.015 0 0 1 .616 0zm-2.183 2.674-2.134 1.576 2.457-1.012a1.996 1.996 0 0 1-.323-.564zm3.407.588 2.44 1.007-2.112-1.556c-.08.201-.191.386-.328.549zM12 13.233l.446 7.791h-.892l.446-7.79zm1-2.433a1 1 0 1 1-2 0 1 1 0 0 1 2 0z',
|
|
3250
3313
|
};
|
|
3314
|
+
const substation_onshore = {
|
|
3315
|
+
name: 'substation_onshore',
|
|
3316
|
+
prefix: 'eds',
|
|
3317
|
+
height: '24',
|
|
3318
|
+
width: '24',
|
|
3319
|
+
svgPathData: 'M3 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v3h-2v-3H8v3H6v-3H5a2 2 0 0 1-2-2V6zm16 0H5v6h14V6zm-8.52 5.42.828-2.17-.76-.29 2.649-2.38-.828 2.17.76.29-2.65 2.38zM21 18H3v2h18v-2z',
|
|
3320
|
+
};
|
|
3321
|
+
const substation_offshore = {
|
|
3322
|
+
name: 'substation_offshore',
|
|
3323
|
+
prefix: 'eds',
|
|
3324
|
+
height: '24',
|
|
3325
|
+
width: '24',
|
|
3326
|
+
svgPathData: 'M3 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v2l-2-1v-1H8v1l-2 1v-2H5a2 2 0 0 1-2-2V6zm16 0H5v6h14V6zm-2.998 10a6.985 6.985 0 0 1-4 1.28c-1.39 0-2.78-.43-4-1.28-1.22.85-2.61 1.32-4 1.32h-2v2h2c1.38 0 2.74-.35 4-.99 1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32zm-4.694-6.75-.828 2.17 2.649-2.38-.76-.29.828-2.17-2.65 2.38.76.29z',
|
|
3327
|
+
};
|
|
3251
3328
|
const link_off = {
|
|
3252
3329
|
name: 'link_off',
|
|
3253
3330
|
prefix: 'eds',
|
|
@@ -4489,6 +4566,13 @@ const record_voice_off = {
|
|
|
4489
4566
|
width: '24',
|
|
4490
4567
|
svgPathData: 'm18.442 4.13 1.63-1.63c3.86 3.99 3.89 9.94.15 13.83l-1.64-1.64c2.62-3.17 2.58-7.59-.14-10.56zm-3.36 3.42 1.68-1.69c1.98 2.15 2.01 5.11.11 7.13l-1.7-1.7c.74-1.16.71-2.61-.09-3.74zm-5.65-2.01 3.53 3.53a3.979 3.979 0 0 0-3.53-3.53zm-6.43-.77 1.41-1.41 16.73 16.73-1.41 1.41-3.02-3.02c.18.32.29.65.29 1.02v2h-16v-2c0-2.66 5.33-4 8-4 1.78 0 4.74.6 6.51 1.78l-4.4-4.4c-.61.39-1.33.62-2.11.62-2.21 0-4-1.79-4-4 0-.78.23-1.5.62-2.11l-2.62-2.62zm0 14.73c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2h-12zm4-10c0 1.1.9 2 2 2 .22 0 .42-.04.62-.11l-2.51-2.51c-.07.2-.11.4-.11.62z',
|
|
4491
4568
|
};
|
|
4569
|
+
const expand = {
|
|
4570
|
+
name: 'expand',
|
|
4571
|
+
prefix: 'eds',
|
|
4572
|
+
height: '24',
|
|
4573
|
+
width: '24',
|
|
4574
|
+
svgPathData: 'M9.563 12 4 6.645 5.713 5 13 12l-7.287 7L4 17.355 9.563 12zm7 0L11 6.645 12.713 5 20 12l-7.287 7L11 17.355 16.563 12z',
|
|
4575
|
+
};
|
|
4492
4576
|
const last_page = {
|
|
4493
4577
|
name: 'last_page',
|
|
4494
4578
|
prefix: 'eds',
|
|
@@ -4801,6 +4885,13 @@ const subdirectory_arrow_right = {
|
|
|
4801
4885
|
},
|
|
4802
4886
|
},
|
|
4803
4887
|
};
|
|
4888
|
+
const collapse = {
|
|
4889
|
+
name: 'collapse',
|
|
4890
|
+
prefix: 'eds',
|
|
4891
|
+
height: '24',
|
|
4892
|
+
width: '24',
|
|
4893
|
+
svgPathData: 'M7.437 12 13 17.355 11.287 19 4 12l7.287-7L13 6.645 7.437 12zm7 0L20 17.355 18.287 19 11 12l7.288-7L20 6.645 14.437 12z',
|
|
4894
|
+
};
|
|
4804
4895
|
const label = {
|
|
4805
4896
|
name: 'label',
|
|
4806
4897
|
prefix: 'eds',
|
|
@@ -4951,4 +5042,4 @@ const accessible = {
|
|
|
4951
5042
|
},
|
|
4952
5043
|
};
|
|
4953
5044
|
|
|
4954
|
-
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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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 };
|
|
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 };
|
package/dist/types/src/data.d.ts
CHANGED
|
@@ -54,6 +54,8 @@ export declare const surface_layer: IconData;
|
|
|
54
54
|
export declare const miniplayer: IconData;
|
|
55
55
|
export declare const miniplayer_fullscreen: IconData;
|
|
56
56
|
export declare const fullscreen: IconData;
|
|
57
|
+
export declare const signature: IconData;
|
|
58
|
+
export declare const approve: IconData;
|
|
57
59
|
export declare const select_all: IconData;
|
|
58
60
|
export declare const unarchive: IconData;
|
|
59
61
|
export declare const send: IconData;
|
|
@@ -140,6 +142,9 @@ export declare const hourglass_empty: IconData;
|
|
|
140
142
|
export declare const hourglass_full: IconData;
|
|
141
143
|
export declare const calendar: IconData;
|
|
142
144
|
export declare const time: IconData;
|
|
145
|
+
export declare const no_craning: IconData;
|
|
146
|
+
export declare const craning: IconData;
|
|
147
|
+
export declare const toolbox: IconData;
|
|
143
148
|
export declare const cable: IconData;
|
|
144
149
|
export declare const beat: IconData;
|
|
145
150
|
export declare const gas: IconData;
|
|
@@ -158,6 +163,8 @@ export declare const instrument: IconData;
|
|
|
158
163
|
export declare const junction_box: IconData;
|
|
159
164
|
export declare const line: IconData;
|
|
160
165
|
export declare const telecom: IconData;
|
|
166
|
+
export declare const toolbox_wheel: IconData;
|
|
167
|
+
export declare const toolbox_rope: IconData;
|
|
161
168
|
export declare const share: IconData;
|
|
162
169
|
export declare const skype: IconData;
|
|
163
170
|
export declare const whats_app: IconData;
|
|
@@ -215,6 +222,7 @@ export declare const group_add: IconData;
|
|
|
215
222
|
export declare const person: IconData;
|
|
216
223
|
export declare const person_add: IconData;
|
|
217
224
|
export declare const baby: IconData;
|
|
225
|
+
export declare const badge: IconData;
|
|
218
226
|
export declare const shopping_cart_add: IconData;
|
|
219
227
|
export declare const shopping_basket: IconData;
|
|
220
228
|
export declare const shopping_card: IconData;
|
|
@@ -307,6 +315,7 @@ export declare const toll: IconData;
|
|
|
307
315
|
export declare const thumb_pin: IconData;
|
|
308
316
|
export declare const anchor: IconData;
|
|
309
317
|
export declare const aerial_drone: IconData;
|
|
318
|
+
export declare const hand_radio: IconData;
|
|
310
319
|
export declare const camera: IconData;
|
|
311
320
|
export declare const phone: IconData;
|
|
312
321
|
export declare const wifi: IconData;
|
|
@@ -444,6 +453,8 @@ export declare const power: IconData;
|
|
|
444
453
|
export declare const flare: IconData;
|
|
445
454
|
export declare const electrical: IconData;
|
|
446
455
|
export declare const wind_turbine: IconData;
|
|
456
|
+
export declare const substation_onshore: IconData;
|
|
457
|
+
export declare const substation_offshore: IconData;
|
|
447
458
|
export declare const link_off: IconData;
|
|
448
459
|
export declare const link: IconData;
|
|
449
460
|
export declare const camera_add_photo: IconData;
|
|
@@ -620,6 +631,7 @@ export declare const res_4k_outlined: IconData;
|
|
|
620
631
|
export declare const res_4k_filled: IconData;
|
|
621
632
|
export declare const record_voice: IconData;
|
|
622
633
|
export declare const record_voice_off: IconData;
|
|
634
|
+
export declare const expand: IconData;
|
|
623
635
|
export declare const last_page: IconData;
|
|
624
636
|
export declare const first_page: IconData;
|
|
625
637
|
export declare const unfold_more: IconData;
|
|
@@ -644,6 +656,7 @@ export declare const arrow_drop_right: IconData;
|
|
|
644
656
|
export declare const arrow_drop_left: IconData;
|
|
645
657
|
export declare const subdirectory_arrow_left: IconData;
|
|
646
658
|
export declare const subdirectory_arrow_right: IconData;
|
|
659
|
+
export declare const collapse: IconData;
|
|
647
660
|
export declare const label: IconData;
|
|
648
661
|
export declare const label_off: IconData;
|
|
649
662
|
export declare const tag: IconData;
|