@equinor/eds-icons 0.8.0 → 0.9.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 +224 -16
- package/dist/icons.esm.js +196 -14
- package/dist/types/src/data.d.ts +30 -4
- package/package.json +1 -1
package/dist/icons.cjs.js
CHANGED
|
@@ -317,20 +317,76 @@ const invert = {
|
|
|
317
317
|
width: '24',
|
|
318
318
|
svgPathData: 'M11.553 2.106a1 1 0 0 1 .894 0l8 4A1 1 0 0 1 21 7v10a1 1 0 0 1-.553.894l-8 4a1 1 0 0 1-.894 0l-8-4A1 1 0 0 1 3 17V7a1 1 0 0 1 .553-.894l8-4zM5 8.618 12 12v7.882l-7-3.5V8.618zm7 1.264L6.236 7 12 4.118v5.764z',
|
|
319
319
|
};
|
|
320
|
-
const
|
|
321
|
-
name: '
|
|
320
|
+
const inspect_rotation = {
|
|
321
|
+
name: 'inspect_rotation',
|
|
322
322
|
prefix: 'eds',
|
|
323
323
|
height: '24',
|
|
324
324
|
width: '24',
|
|
325
325
|
svgPathData: 'M12 5a8 8 0 1 0 5.646 2.333l1.412-1.417A9.972 9.972 0 0 1 22 13c0 5.523-4.477 10-10 10S2 18.523 2 13 6.477 3 12 3v2z',
|
|
326
326
|
};
|
|
327
|
-
const
|
|
328
|
-
name: '
|
|
327
|
+
const inspect_3d = {
|
|
328
|
+
name: 'inspect_3d',
|
|
329
329
|
prefix: 'eds',
|
|
330
330
|
height: '24',
|
|
331
331
|
width: '24',
|
|
332
332
|
svgPathData: 'M7.261 6.035c-.482.012-.758.148-.919.308-.3.3-.505 1.064-.018 2.5.457 1.346 1.436 2.969 2.865 4.553L10.585 12v4.243H6.342l1.431-1.43-.033-.037C6.16 13.034 5 11.165 4.43 9.486c-.542-1.6-.658-3.4.498-4.557.62-.62 1.445-.873 2.284-.893.831-.021 1.736.18 2.646.53.692.267 1.413.629 2.141 1.076.859-.527 1.708-.937 2.514-1.21 1.6-.543 3.4-.66 4.557.497.62.62.873 1.445.894 2.283.02.832-.182 1.737-.531 2.647A13.19 13.19 0 0 1 18.358 12c.447.728.808 1.45 1.075 2.141.35.91.551 1.815.53 2.647-.02.839-.272 1.663-.893 2.283-.666.667-1.564.907-2.467.895-.898-.013-1.88-.272-2.865-.697l.791-1.836c.834.359 1.549.525 2.101.533.548.007.855-.138 1.026-.309.16-.16.296-.437.308-.919.012-.489-.108-1.125-.398-1.879-.13-.338-.291-.691-.481-1.054a20.865 20.865 0 0 1-1.55 1.73c-1.833 1.833-3.855 3.198-5.677 3.898-.91.35-1.815.552-2.647.532-.838-.021-1.662-.273-2.283-.894-.666-.666-.907-1.565-.894-2.467.012-.898.271-1.88.696-2.865l1.837.791c-.36.834-.526 1.549-.534 2.101-.007.548.138.855.31 1.026.16.16.436.296.918.308.49.012 1.125-.108 1.88-.398 1.504-.58 3.297-1.764 4.98-3.446a18.438 18.438 0 0 0 1.827-2.12 18.448 18.448 0 0 0-1.828-2.122A18.436 18.436 0 0 0 12 8.05c-.464.34-.932.72-1.397 1.139L12 10.586H7.757V6.343l1.43 1.43.037-.032c.32-.29.644-.566.97-.827-.363-.19-.716-.35-1.054-.48-.754-.29-1.39-.411-1.879-.399zm6.543.88c.587.468 1.168.987 1.73 1.55a20.852 20.852 0 0 1 1.55 1.73c.191-.363.352-.716.482-1.054.29-.754.41-1.39.398-1.879-.012-.482-.148-.758-.308-.919-.3-.3-1.063-.505-2.5-.018a9.57 9.57 0 0 0-1.352.59z',
|
|
333
333
|
};
|
|
334
|
+
const fault = {
|
|
335
|
+
name: 'fault',
|
|
336
|
+
prefix: 'eds',
|
|
337
|
+
height: '24',
|
|
338
|
+
width: '24',
|
|
339
|
+
svgPathData: 'm4.602 13.9 2.107-3.65 2.126-3.715-4.73 2.172 1.563.926-1.054 1.825-1.054 1.825 1.042.617zM11.618 5H3V3h10.353a1 1 0 0 1 .865 1.501l-7.53 13a1 1 0 0 1-.864.499H3v-2h2.247l6.371-11zM11.735 19h8.619v2H10a1 1 0 0 1-.866-1.501l7.53-13A1 1 0 0 1 17.53 6h2.823v2h-2.247l-6.37 11zm18.752 10.1-2.107 3.65-2.126 3.715 4.729-2.172-1.562-.926 1.054-1.825 1.053-1.825-1.041-.617z',
|
|
340
|
+
};
|
|
341
|
+
const grid_layer = {
|
|
342
|
+
name: 'grid_layer',
|
|
343
|
+
prefix: 'eds',
|
|
344
|
+
height: '24',
|
|
345
|
+
width: '24',
|
|
346
|
+
svgPathData: 'M20.412 13.451 12.001 20l-8.423-6.549L1.715 12 12 4l10.285 8-1.874 1.451zm-6.14-4.791L12 6.89 9.583 8.774l2.421 1.775 2.268-1.89zm1.845 1.437L18.561 12l-2.22 1.729-2.438-1.787 2.214-1.845zm-5.922 1.96-2.486-1.823L5.44 12l2.493 1.941 2.261-1.884zm-.416 3.322 2.315-1.93 2.372 1.74L12 17.109l-2.222-1.73z',
|
|
347
|
+
};
|
|
348
|
+
const grid_layers = {
|
|
349
|
+
name: 'grid_layers',
|
|
350
|
+
prefix: 'eds',
|
|
351
|
+
height: '24',
|
|
352
|
+
width: '24',
|
|
353
|
+
svgPathData: 'm12 16.465 7.36-5.73L21 9.465l-9-7-9 7 1.63 1.27 7.37 5.73zm-.01 2.54-7.37-5.73L3 14.535l9 7 9-7-1.63-1.27-7.38 5.74zm1.997-12.463L12 4.995 9.885 6.642l2.118 1.553 1.984-1.653zM15.602 7.8l2.138 1.665-1.943 1.513-2.132-1.564L15.602 7.8zM10.42 9.515 8.245 7.919 6.26 9.465l2.181 1.699 1.98-1.65zm-.364 2.906 2.026-1.688 2.075 1.522L12 13.935l-1.944-1.514z',
|
|
354
|
+
};
|
|
355
|
+
const hill_shading = {
|
|
356
|
+
name: 'hill_shading',
|
|
357
|
+
prefix: 'eds',
|
|
358
|
+
height: '24',
|
|
359
|
+
width: '24',
|
|
360
|
+
svgPathData: 'M14 3 9.78 8.63l1.25 1.67L14 6.33 19 13h-8.46L6.53 7.63 1 15h22L14 3zM5 13l1.52-2.03L8.04 13H5zm-2 6.5L2 17h2l1 2.5H3zM8 21l-2-4h2l2 4H8zm2-4 1 2.5h2L12 17h-2zm4 0h2l2.5 5h-2L14 17zm4 0 2 4h2l-2-4h-2z',
|
|
361
|
+
};
|
|
362
|
+
const well = {
|
|
363
|
+
name: 'well',
|
|
364
|
+
prefix: 'eds',
|
|
365
|
+
height: '24',
|
|
366
|
+
width: '24',
|
|
367
|
+
svgPathData: 'M9.3 3h5.4v.9h1.8v1.8h-.9v1.717L17.784 19.2H19.2V21H4.8v-1.8h1.418L8.4 7.417V5.7h-.9V3.9h1.8V3zm4.5 2.7v1.8l.005.023-1.804 1.11-1.804-1.11.004-.023V5.7h3.6zm-3.778 2.772-.286 1.555 1.406-.865-1.12-.69zm1.979 1.218-2.484 1.529-.298 1.62L12 14.386l2.782-1.545-.298-1.621L12 9.689zm2.265.337-.286-1.555-1.12.69 1.406.865zM11.074 14.9l-2.027-1.126-.462 2.509 2.49-1.383zm.927.515 3.626 2.015.326 1.77H8.049l.325-1.77 3.627-2.015zm3.415.868L12.927 14.9l2.028-1.126.461 2.509z',
|
|
368
|
+
};
|
|
369
|
+
const surface_layer = {
|
|
370
|
+
name: 'surface_layer',
|
|
371
|
+
prefix: 'eds',
|
|
372
|
+
height: '24',
|
|
373
|
+
width: '24',
|
|
374
|
+
svgPathData: 'm12 20 8.412-6.549L22.286 12 12.001 4 1.715 12l1.863 1.451L12 20zm0-13.109 5.212 4.06c-2.646 1.81-4.676 1.762-6.144 1.15-1.284-.535-2.215-1.532-2.781-2.317L12 6.89zM18.56 12l-.522-.407c-2.996 2.148-5.467 2.218-7.355 1.431-1.49-.621-2.548-1.749-3.186-2.625L5.441 12l2.412 1.879c.84-.213 1.928-.348 3.028-.112 1.064.23 2.113.802 2.934 1.928L18.562 12zm-5.534 4.31c-.678-.942-1.52-1.385-2.356-1.565a5.243 5.243 0 0 0-1.77-.051l3.1 2.415 1.026-.8zm.224-6.292c-.002.054-.036.154-.193.258a1.196 1.196 0 0 1-.681.168 1.197 1.197 0 0 1-.67-.208c-.151-.113-.18-.214-.178-.27.002-.054.036-.154.194-.257.155-.103.395-.177.68-.169.286.008.521.097.67.209.151.112.18.214.178.269zm-.904 1.426a2.19 2.19 0 0 0 1.26-.332c.345-.227.63-.594.643-1.065.014-.47-.248-.854-.58-1.1a2.191 2.191 0 0 0-1.237-.407 2.19 2.19 0 0 0-1.26.333c-.345.226-.63.593-.643 1.064-.014.47.248.854.58 1.1a2.19 2.19 0 0 0 1.237.407z',
|
|
375
|
+
};
|
|
376
|
+
const miniplayer = {
|
|
377
|
+
name: 'miniplayer',
|
|
378
|
+
prefix: 'eds',
|
|
379
|
+
height: '24',
|
|
380
|
+
width: '24',
|
|
381
|
+
svgPathData: 'M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v12H3V4h18zm-8 5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-6z',
|
|
382
|
+
};
|
|
383
|
+
const miniplayer_fullscreen = {
|
|
384
|
+
name: 'miniplayer_fullscreen',
|
|
385
|
+
prefix: 'eds',
|
|
386
|
+
height: '24',
|
|
387
|
+
width: '24',
|
|
388
|
+
svgPathData: 'M3 2h18c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-7v2h2v2H8v-2h2v-2H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm0 2v12h18V4H3zm16 9h1v2h-2v-1h1v-1zm-7 0h1v1h1v1h-2v-2zm8-4v2h-1v-1h-1V9h2zm-8 2V9h2v1h-1v1h-1z',
|
|
389
|
+
};
|
|
334
390
|
const select_all = {
|
|
335
391
|
name: 'select_all',
|
|
336
392
|
prefix: 'eds',
|
|
@@ -800,6 +856,20 @@ const switch_on = {
|
|
|
800
856
|
width: '24',
|
|
801
857
|
svgPathData: 'M7 7h10c2.76 0 5 2.24 5 5s-2.24 5-5 5H7c-2.76 0-5-2.24-5-5s2.24-5 5-5zm7 5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z',
|
|
802
858
|
};
|
|
859
|
+
const log_out = {
|
|
860
|
+
name: 'log_out',
|
|
861
|
+
prefix: 'eds',
|
|
862
|
+
height: '24',
|
|
863
|
+
width: '24',
|
|
864
|
+
svgPathData: 'M5.988 20h7.95v2h-7.95A2 2 0 0 1 4 20V4a2 2 0 0 1 1.988-2h7.95v2h-7.95v16zm8.745-2.7-1.49-1.4 2.955-2.9h-6.83v-2h6.856l-2.982-3 1.391-1.4L20 12l-5.267 5.3z',
|
|
865
|
+
};
|
|
866
|
+
const log_in = {
|
|
867
|
+
name: 'log_in',
|
|
868
|
+
prefix: 'eds',
|
|
869
|
+
height: '24',
|
|
870
|
+
width: '24',
|
|
871
|
+
svgPathData: 'M17.95 4H10V2h7.95a2 2 0 0 1 1.988 2v16a2 2 0 0 1-1.988 2H10v-2h7.95V4zM9.366 17.3l-1.491-1.4 2.956-2.9H4v-2h6.857L7.875 8l1.391-1.4 5.367 5.4-5.267 5.3z',
|
|
872
|
+
};
|
|
803
873
|
const calendar_event = {
|
|
804
874
|
name: 'calendar_event',
|
|
805
875
|
prefix: 'eds',
|
|
@@ -975,6 +1045,69 @@ const engineering = {
|
|
|
975
1045
|
width: '24',
|
|
976
1046
|
svgPathData: 'M9.045 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2h-12zM4.785 9h.26c0 2.21 1.79 4 4 4s4-1.79 4-4h.26c.27 0 .49-.22.49-.49v-.02a.49.49 0 0 0-.49-.49h-.26c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14a4.09 4.09 0 0 0-1-.14c-.35 0-.68.06-1 .14V5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-.95c-1.19.7-2 1.97-2 3.45h-.26a.49.49 0 0 0-.49.49v.03c0 .26.22.48.49.48zm6.26 0c0 1.1-.9 2-2 2s-2-.9-2-2h4zM22.025 6.23l.93-.83-.75-1.3-1.19.39c-.14-.11-.3-.2-.47-.27L20.295 3h-1.5l-.25 1.22c-.17.07-.33.16-.48.27l-1.18-.39-.75 1.3.93.83c-.02.17-.02.35 0 .52l-.93.85.75 1.3 1.2-.38c.13.1.28.18.43.25l.28 1.23h1.5l.27-1.22c.16-.07.3-.15.44-.25l1.19.38.75-1.3-.93-.85c.03-.19.02-.36.01-.53zm-2.48 1.52a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zM19.445 10.79l-.85.28c-.1-.08-.21-.14-.33-.19l-.18-.88h-1.07l-.18.87c-.12.05-.24.12-.34.19l-.84-.28-.54.93.66.59c-.01.13-.01.25 0 .37l-.66.61.54.93.86-.27c.1.07.2.13.31.18l.18.88h1.07l.19-.87c.11-.05.22-.11.32-.18l.85.27.54-.93-.66-.61c.01-.13.01-.25 0-.37l.66-.59-.53-.93zm-1.9 2.6c-.49 0-.89-.4-.89-.89s.4-.89.89-.89.89.4.89.89-.4.89-.89.89z',
|
|
977
1047
|
};
|
|
1048
|
+
const ducting = {
|
|
1049
|
+
name: 'ducting',
|
|
1050
|
+
prefix: 'eds',
|
|
1051
|
+
height: '24',
|
|
1052
|
+
width: '24',
|
|
1053
|
+
svgPathData: 'M8 17c-.6 0-1-.5-1-1V4c0-.5.4-1 1-1s1 .5 1 1v1.1h9c2.2 0 4 1.8 4 4v9.007c.465.06.9.526.9.993 0 .566-.356.954-.9.996v.004h-9.1c-.5 0-1-.4-1-1s.4-1 1-1h.1v-3H9v.9c0 .5-.5 1-1 1zm12 1.1h-5v-3c0-1.1-.9-2-2-2H9v-6h9c1.1 0 2 .9 2 2v9zM2.9 6.7c.4-.4.9-.6 1.4-.6.938 0 1.613.705 1.775.874L6.1 7 4.6 8.3c-.1-.1-.2-.2-.3-.2-.4.5-.9.6-1.3.6h-.2c-1-.1-1.7-1-1.8-1.2l1.7-1.1c0 .1.1.2.2.3zm0 2.9c.4-.4.9-.6 1.4-.6.938 0 1.613.705 1.775.874L6.1 9.9l-1.5 1.3c-.1-.1-.2-.2-.3-.2-.4.5-.9.6-1.3.6h-.2c-1-.1-1.7-1-1.8-1.2l1.7-1.2c0 .1.1.3.2.4zm1.4 2.2c-.5 0-1 .2-1.4.6-.1-.1-.2-.2-.2-.3L1 13.2c.1.2.8 1.1 1.8 1.2H3c.4 0 .9-.1 1.3-.6.1 0 .2.1.3.2l1.5-1.3-.025-.026c-.162-.17-.837-.874-1.775-.874z',
|
|
1054
|
+
};
|
|
1055
|
+
const formula = {
|
|
1056
|
+
name: 'formula',
|
|
1057
|
+
prefix: 'eds',
|
|
1058
|
+
height: '24',
|
|
1059
|
+
width: '24',
|
|
1060
|
+
svgPathData: 'M9 2C5.9 2 4.3 3.6 4.3 6.6v1.7H2v2.2h2.3V22h3V10.5h3.3V8.3H7.3V7c0-1.7.7-2.6 2.3-2.6.5 0 1 0 1.7.2V2.3C10.6 2.1 9.8 2 9 2zm9.7 18.4-1.5-2.9 1.2-2.4h-1.9l-.6 1.2-.5-1.2h-2.3l1.4 2.7-1.5 2.6h2l.7-1.4.7 1.4h2.3zM12 22.8c-3.9-4.8-1.7-9.6 0-11.5l1.5 1.3-.7-.6.7.7c-.2.2-3.7 4.2 0 8.9L12 22.8zm6.3-1.2 1.5 1.3c1.7-1.9 3.9-6.7.1-11.5l-1.6 1.3c3.7 4.7.2 8.7 0 8.9z',
|
|
1061
|
+
};
|
|
1062
|
+
const manual_valve = {
|
|
1063
|
+
name: 'manual_valve',
|
|
1064
|
+
prefix: 'eds',
|
|
1065
|
+
height: '24',
|
|
1066
|
+
width: '24',
|
|
1067
|
+
svgPathData: 'M13 4h2c.5 0 1-.4 1-1s-.4-1-1-1H9c-.6 0-1 .4-1 1s.5 1 1 1h2v7.464L2 4.1v18l10.061-8.232L22 22V4l-9 7.364V4zm7 13.9V8.3L14.1 13l5.9 4.9zM9.8 13.1 4 8.3v9.5l5.8-4.7z',
|
|
1068
|
+
};
|
|
1069
|
+
const pipe_support = {
|
|
1070
|
+
name: 'pipe_support',
|
|
1071
|
+
prefix: 'eds',
|
|
1072
|
+
height: '24',
|
|
1073
|
+
width: '24',
|
|
1074
|
+
svgPathData: 'M16.4 4.8c-.2-.2-.4-.5-.4-.8a1 1 0 0 1 1.6-.8c2.1 1.7 3.4 4.2 3.4 7.1a9.012 9.012 0 0 1-4 7.509V20.2c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1v-2.56C4.58 15.92 2.936 13.062 3 10c.1-2.7 1.3-5.1 3.3-6.7.6-.5 1.6 0 1.6.8 0 .3-.2.6-.4.8C6 6.2 5 8.1 5 10.3c0 4.3 3.9 7.7 8.4 6.8 2.8-.5 5-2.7 5.5-5.5.5-2.7-.6-5.3-2.5-6.8z',
|
|
1075
|
+
};
|
|
1076
|
+
const heat_trace = {
|
|
1077
|
+
name: 'heat_trace',
|
|
1078
|
+
prefix: 'eds',
|
|
1079
|
+
height: '24',
|
|
1080
|
+
width: '24',
|
|
1081
|
+
svgPathData: 'M5.34 22.061c-2.01 0-3.3-1.38-3.3-3.5 0-1.03-.03-10.66-.04-13.5 0-.55.44-1 1-1 .55 0 1 .44 1 .99.01 2.84.04 12.47.04 13.5 0 1.5.95 1.5 1.3 1.5 1.08 0 1.17-1.42 1.17-1.43v-1.15c0-3.04-.01-11.11 0-11.92.02-.78.32-1.88 1.13-2.66.63-.6 1.43-.9 2.35-.88 2.17.05 2.99 2.16 3.01 3.57v3.68c-.01 3.33-.01 8.92 0 9.29.07 1.31.7 1.5 1.3 1.5h.02c.64 0 1.1-.26 1.25-1.47l.01-.11c.03-.5 0-8.74-.01-11.44v-1.45c0-1.41.86-3.53 3.23-3.58.79-.02 1.51.26 2.06.8.9.88 1.14 2.22 1.14 2.8v13.47c0 .55-.45 1-1 1s-1-.45-1-1V5.601c0-.19-.13-.97-.53-1.36-.17-.16-.34-.25-.62-.23-1.23.03-1.27 1.42-1.27 1.58v1.44c.04 10.56.02 11.55-.02 11.75-.37 2.99-2.41 3.29-3.28 3.28-1.94-.02-3.17-1.29-3.28-3.4-.02-.35-.01-4.29 0-9.4v-3.64c0-.02-.05-1.59-1.06-1.61-.38-.02-.67.1-.91.32-.34.33-.51.89-.52 1.26-.02.79-.01 8.85 0 11.88v1.16c0 1.43-.98 3.43-3.17 3.43z',
|
|
1082
|
+
};
|
|
1083
|
+
const instrument = {
|
|
1084
|
+
name: 'instrument',
|
|
1085
|
+
prefix: 'eds',
|
|
1086
|
+
height: '24',
|
|
1087
|
+
width: '24',
|
|
1088
|
+
svgPathData: 'M19 11c0-3.9-3.1-7-7-7s-7 3.1-7 7c0 1.818.673 3.461 1.787 4.699a9.117 9.117 0 0 1 4.355-1.65L15 7.2c.3-.5.9-.7 1.4-.4.5.3.7.9.4 1.4l-3.33 5.912a9.22 9.22 0 0 1 3.777 1.548A6.985 6.985 0 0 0 19 11zm-3.36 5.997C14.618 16.352 13.36 16 12.1 16c-1.344 0-2.577.39-3.657 1.047A7.025 7.025 0 0 0 12 18a7.02 7.02 0 0 0 3.64-1.003zM3 11c0-5 4-9 9-9s9 4 9 9a8.958 8.958 0 0 1-8 8.946V21c0 .6-.4 1-1 1s-1-.4-1-1v-1.054A8.958 8.958 0 0 1 3 11z',
|
|
1089
|
+
};
|
|
1090
|
+
const junction_box = {
|
|
1091
|
+
name: 'junction_box',
|
|
1092
|
+
prefix: 'eds',
|
|
1093
|
+
height: '24',
|
|
1094
|
+
width: '24',
|
|
1095
|
+
svgPathData: 'M3.023 3.695A2 2 0 0 1 5 2h14a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2h-2v3h-2v-3h-2v3h-2v-3H9v3H7v-3H5a2 2 0 0 1-2-2V4c0-.104.008-.205.023-.305zM5 4v13h14V4H5z',
|
|
1096
|
+
};
|
|
1097
|
+
const line = {
|
|
1098
|
+
name: 'line',
|
|
1099
|
+
prefix: 'eds',
|
|
1100
|
+
height: '24',
|
|
1101
|
+
width: '24',
|
|
1102
|
+
svgPathData: 'M1.01 7.796A2 2 0 0 1 3 6h2a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2H7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8c0-.069.004-.137.01-.204zM17 14v-4H7v4h10zm2 2h2V8h-2v8zM3 8v8h2V8H3zM1.01 7.796A2 2 0 0 1 3 6h2a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2H7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8c0-.069.004-.137.01-.204zM17 14v-4H7v4h10zm2 2h2V8h-2v8zM3 8v8h2V8H3zm1.01 7.796-.995-.102.995.102zM7 8H6v1h1V8zm10 0v1h1V8h-1zm.01-.204.995.1-.995-.1zm5.95-.2-.98.201.98-.2zM19 18v1-1zm-2-2h1v-1h-1v1zM7 16v-1H6v1h1zm-4.204 1.99.1-.995-.1.995zM17 14v1h1v-1h-1zm0-4h1V9h-1v1zM7 10V9H6v1h1zm0 4H6v1h1v-1zm12 2h-1v1h1v-1zm2 0v1h1v-1h-1zm0-8h1V7h-1v1zm-2 0V7h-1v1h1zM3 16H2v1h1v-1zm0-8V7H2v1h1zm2 8v1h1v-1H5zm0-8h1V7H5v1zM3 5A3 3 0 0 0 .015 7.694l1.99.203A1 1 0 0 1 3 7V5zm2 0H3v2h2V5zm3 3a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2zm9-1H7v2h10V7zm-.985.694c-.01.101-.015.203-.015.306h2c0-.035.002-.07.005-.103l-1.99-.203zM19 5a3 3 0 0 0-2.985 2.694l1.99.203A1 1 0 0 1 19 7V5zm2 0h-2v2h2V5zm2.94 2.396A3 3 0 0 0 21 5v2a1 1 0 0 1 .98.797l1.96-.4zM24 8c0-.206-.02-.408-.06-.604l-1.96.401c.013.065.02.133.02.203h2zm0 8V8h-2v8h2zm-3 3a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1v2zm-2 0h2v-2h-2v2zm-3-3a3 3 0 0 0 3 3v-2a1 1 0 0 1-1-1h-2zm-9 1h10v-2H7v2zm-2 2a3 3 0 0 0 3-3H6a1 1 0 0 1-1 1v2zm-2 0h2v-2H3v2zm-.306-.015c.101.01.203.015.306.015v-2a1.03 1.03 0 0 1-.103-.005l-.203 1.99zM0 16a3 3 0 0 0 2.694 2.985l.203-1.99A1 1 0 0 1 2 16H0zm0-8v8h2V8H0zm.015-.306C.005 7.795 0 7.897 0 8h2c0-.035.002-.07.005-.103l-1.99-.203zM18 14v-4h-2v4h2zm-1-5H7v2h10V9zM6 10v4h2v-4H6zm1 5h10v-2H7v2zm12 2h2v-2h-2v2zm3-1V8h-2v8h2zm-1-9h-2v2h2V7zm-3 1v2h2V8h-2zm0 2v4h2v-4h-2zm0 4v2h2v-2h-2zM4 16V8H2v8h2zm1-1H3v2h2v-2zm-1-1v2h2v-2H4zm0-4v4h2v-4H4zm0-2v2h2V8H4zM3 9h2V7H3v2z',
|
|
1103
|
+
};
|
|
1104
|
+
const telecom = {
|
|
1105
|
+
name: 'telecom',
|
|
1106
|
+
prefix: 'eds',
|
|
1107
|
+
height: '24',
|
|
1108
|
+
width: '24',
|
|
1109
|
+
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',
|
|
1110
|
+
};
|
|
978
1111
|
const share = {
|
|
979
1112
|
name: 'share',
|
|
980
1113
|
prefix: 'eds',
|
|
@@ -1542,13 +1675,6 @@ const exit_to_app = {
|
|
|
1542
1675
|
width: '24',
|
|
1543
1676
|
svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2v-4h2v4h14V5H5v4H3V5a2 2 0 0 1 2-2zm6.5 14-1.41-1.41L12.67 13H3v-2h9.67l-2.58-2.59L11.5 7l5 5-5 5z',
|
|
1544
1677
|
};
|
|
1545
|
-
const launch = {
|
|
1546
|
-
name: 'launch',
|
|
1547
|
-
prefix: 'eds',
|
|
1548
|
-
height: '24',
|
|
1549
|
-
width: '24',
|
|
1550
|
-
svgPathData: 'M5 5v14h14v-7h2v7c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7v2H5zm9 0V3h7v7h-2V6.41l-9.83 9.83-1.41-1.41L17.59 5H14z',
|
|
1551
|
-
};
|
|
1552
1678
|
const open_in_browser = {
|
|
1553
1679
|
name: 'open_in_browser',
|
|
1554
1680
|
prefix: 'eds',
|
|
@@ -1577,6 +1703,20 @@ const settings = {
|
|
|
1577
1703
|
width: '24',
|
|
1578
1704
|
svgPathData: 'M19.502 12c0 .34-.03.66-.07.98l2.11 1.65c.19.15.24.42.12.64l-2 3.46c-.09.16-.26.25-.43.25-.06 0-.12-.01-.18-.03l-2.49-1c-.52.39-1.08.73-1.69.98l-.38 2.65c-.03.24-.24.42-.49.42h-4c-.25 0-.46-.18-.49-.42l-.38-2.65c-.61-.25-1.17-.58-1.69-.98l-2.49 1a.5.5 0 0 1-.61-.22l-2-3.46a.505.505 0 0 1 .12-.64l2.11-1.65a7.93 7.93 0 0 1-.07-.98c0-.33.03-.66.07-.98l-2.11-1.65a.493.493 0 0 1-.12-.64l2-3.46c.09-.16.26-.25.43-.25.06 0 .12.01.18.03l2.49 1c.52-.39 1.08-.73 1.69-.98l.38-2.65c.03-.24.24-.42.49-.42h4c.25 0 .46.18.49.42l.38 2.65c.61.25 1.17.58 1.69.98l2.49-1a.5.5 0 0 1 .61.22l2 3.46c.12.22.07.49-.12.64l-2.11 1.65c.04.32.07.64.07.98zm-2 0c0-.21-.01-.42-.05-.73l-.14-1.13.89-.7 1.07-.85-.7-1.21-1.27.51-1.06.43-.91-.7c-.4-.3-.8-.53-1.23-.71l-1.06-.43-.16-1.13-.19-1.35h-1.39l-.2 1.35-.16 1.13-1.06.43c-.41.17-.82.41-1.25.73l-.9.68-1.04-.42-1.27-.51-.7 1.21 1.08.84.89.7-.14 1.13c-.03.3-.05.53-.05.73 0 .2.02.43.05.74l.14 1.13-.89.7-1.08.84.7 1.21 1.27-.51 1.06-.43.91.7c.4.3.8.53 1.23.71l1.06.43.16 1.13.19 1.35h1.4l.2-1.35.16-1.13 1.06-.43c.41-.17.82-.41 1.25-.73l.9-.68 1.04.42 1.27.51.7-1.21-1.08-.84-.89-.7.14-1.13c.03-.3.05-.52.05-.73zm-5.5-4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-2 4c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z',
|
|
1579
1705
|
};
|
|
1706
|
+
const launch = {
|
|
1707
|
+
name: 'launch',
|
|
1708
|
+
prefix: 'eds',
|
|
1709
|
+
height: '24',
|
|
1710
|
+
width: '24',
|
|
1711
|
+
svgPathData: 'M6 15c-.83 0-1.58.34-2.12.88C2.7 17.06 2 22 2 22s4.94-.7 6.12-1.88A2.996 2.996 0 0 0 6 15zm.71 3.71c-.28.28-2.17.76-2.17.76s.47-1.88.76-2.17c.17-.19.42-.3.7-.3a1.003 1.003 0 0 1 .71 1.71zm10.71-5.06c6.36-6.36 4.24-11.31 4.24-11.31S16.71.22 10.35 6.58l-2.49-.5a2.03 2.03 0 0 0-1.81.55L2 10.69l5 2.14L11.17 17l2.14 5 4.05-4.05c.47-.47.68-1.15.55-1.81l-.49-2.49zM7.41 10.83l-1.91-.82 1.97-1.97 1.44.29c-.57.83-1.08 1.7-1.5 2.5zm6.58 7.67-.82-1.91c.8-.42 1.67-.93 2.49-1.5l.29 1.44-1.96 1.97zM16 12.24c-1.32 1.32-3.38 2.4-4.04 2.73l-2.93-2.93c.32-.65 1.4-2.71 2.73-4.04 4.68-4.68 8.23-3.99 8.23-3.99s.69 3.55-3.99 8.23zM15 11c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z',
|
|
1712
|
+
};
|
|
1713
|
+
const go_to = {
|
|
1714
|
+
name: 'go_to',
|
|
1715
|
+
prefix: 'eds',
|
|
1716
|
+
height: '24',
|
|
1717
|
+
width: '24',
|
|
1718
|
+
svgPathData: 'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.8-9.143V8l4.2 4-4.2 4v-2.857H7v-2.286h5.8z',
|
|
1719
|
+
};
|
|
1580
1720
|
const van = {
|
|
1581
1721
|
name: 'van',
|
|
1582
1722
|
prefix: 'eds',
|
|
@@ -1976,6 +2116,13 @@ const toll = {
|
|
|
1976
2116
|
width: '24',
|
|
1977
2117
|
svgPathData: 'M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM7 6.35a5.99 5.99 0 0 0 0 11.3v2.09c-3.45-.89-6-4.01-6-7.74 0-3.73 2.55-6.85 6-7.74v2.09z',
|
|
1978
2118
|
};
|
|
2119
|
+
const thumb_pin = {
|
|
2120
|
+
name: 'thumb_pin',
|
|
2121
|
+
prefix: 'eds',
|
|
2122
|
+
height: '24',
|
|
2123
|
+
width: '24',
|
|
2124
|
+
svgPathData: 'm20.212 10.216-6.37-6.441-1.394 1.189 1.294 1.288-1.493 1.388-1.096 1.09-.497.495-.697.1-4.38.396H5.18l-.2.198 9.06 9.018.198-.198V18.44l.3-4.459.099-.793.597-.495 1.095-1.09 1.394-1.289 1.194 1.19 1.294-1.289zm-9.258-6.342L13.841 1 23 10.117l-2.887 2.874a1.84 1.84 0 0 1-1.195.495 1.84 1.84 0 0 1-1.194-.495l-1.095 1.09-.299 4.46c0 .594-.2 1.189-.597 1.585l-1.693 1.685-5.226-5.203-6.122 6.095c-.199.198-.398.297-.697.297-.298 0-.497-.099-.696-.297a.955.955 0 0 1 0-1.388l6.122-6.094-5.326-5.302 1.692-1.685a1.97 1.97 0 0 1 1.394-.594h.199l4.48-.298 1.094-1.09c-.696-.594-.696-1.684 0-2.378z',
|
|
2125
|
+
};
|
|
1979
2126
|
const camera = {
|
|
1980
2127
|
name: 'camera',
|
|
1981
2128
|
prefix: 'eds',
|
|
@@ -2921,6 +3068,13 @@ const flare = {
|
|
|
2921
3068
|
width: '24',
|
|
2922
3069
|
svgPathData: 'M11 1h2v6h-2V1zM9.17 7.76 7.05 5.64 5.64 7.05l2.12 2.12 1.41-1.41zM7 11H1v2h6v-2zm11.36-3.95-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM17 11h6v2h-6v-2zm-5-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm4.95 9.36-2.12-2.12 1.41-1.41 2.12 2.12-1.41 1.41zM5.64 16.95l1.41 1.41 2.12-2.12-1.41-1.41-2.12 2.12zM13 23h-2v-6h2v6z',
|
|
2923
3070
|
};
|
|
3071
|
+
const electrical = {
|
|
3072
|
+
name: 'electrical',
|
|
3073
|
+
prefix: 'eds',
|
|
3074
|
+
height: '24',
|
|
3075
|
+
width: '24',
|
|
3076
|
+
svgPathData: 'M12 2 1 21h22L12 2zm0 3.99L19.53 19H4.47L12 5.99zm-1.397 8.836-1.357 3.558 4.342-3.9-1.246-.476L13.7 10.45l-4.342 3.901 1.246.475z',
|
|
3077
|
+
};
|
|
2924
3078
|
const link_off = {
|
|
2925
3079
|
name: 'link_off',
|
|
2926
3080
|
prefix: 'eds',
|
|
@@ -3355,8 +3509,8 @@ const keyboard_tab = {
|
|
|
3355
3509
|
width: '24',
|
|
3356
3510
|
svgPathData: 'm15.67 11-3.58-3.59L13.5 6l6 6-6 6-1.42-1.41L15.67 13H1.5v-2h14.17zm6.83 7h-2V6h2v12z',
|
|
3357
3511
|
};
|
|
3358
|
-
const
|
|
3359
|
-
name: '
|
|
3512
|
+
const rotate_3d = {
|
|
3513
|
+
name: 'rotate_3d',
|
|
3360
3514
|
prefix: 'eds',
|
|
3361
3515
|
height: '24',
|
|
3362
3516
|
width: '24',
|
|
@@ -4377,6 +4531,34 @@ const pin = {
|
|
|
4377
4531
|
width: '24',
|
|
4378
4532
|
svgPathData: 'M7.5 9H4v6h1.5v-2h2c.85 0 1.5-.65 1.5-1.5v-1C9 9.65 8.35 9 7.5 9zm5 6H11V9h1.5v6zm6.25-2.5V9H20v6h-1.2l-2.55-3.5V15H15V9h1.25l2.5 3.5zm-13.25-1h2v-1h-2v1z',
|
|
4379
4533
|
};
|
|
4534
|
+
const tag_main_equipment = {
|
|
4535
|
+
name: 'tag_main_equipment',
|
|
4536
|
+
prefix: 'eds',
|
|
4537
|
+
height: '24',
|
|
4538
|
+
width: '24',
|
|
4539
|
+
svgPathData: 'm12.4 2.6 9 9c.4.3.6.9.6 1.4 0 .5-.2 1-.6 1.4l-7 7c-.3.4-.8.6-1.4.6-.6 0-1.1-.2-1.4-.6l-9-9c-.4-.3-.6-.8-.6-1.4V4c0-1.1.9-2 2-2h7c.6 0 1.1.2 1.4.6zM4 11l9 9 7-7-9-9H4v7zm2.5-6C5.7 5 5 5.7 5 6.5S5.7 8 6.5 8 8 7.3 8 6.5 7.3 5 6.5 5zm10.3 8.7 1.4-1.4-5.8-5.7-1.5 1.5L12 12l-3.8-1.2-1.5 1.5 5.7 5.7 1.4-1.4-1.5-1.5-1.8-1.6 3 .7.9-.9-.8-3 1.7 1.9 1.5 1.5z',
|
|
4540
|
+
};
|
|
4541
|
+
const tag_special_equipment = {
|
|
4542
|
+
name: 'tag_special_equipment',
|
|
4543
|
+
prefix: 'eds',
|
|
4544
|
+
height: '24',
|
|
4545
|
+
width: '24',
|
|
4546
|
+
svgPathData: 'm21.4 11.6-9-9c-.3-.4-.8-.6-1.4-.6H4c-1.1 0-2 .9-2 2v7c0 .6.2 1.1.6 1.4l9 9c.3.4.8.6 1.4.6.6 0 1.1-.2 1.4-.6l7-7c.4-.4.6-.9.6-1.4 0-.5-.2-1.1-.6-1.4zM13 20l-9-9V4h7l9 9-7 7zM5 6.5C5 5.7 5.7 5 6.5 5S8 5.7 8 6.5 7.3 8 6.5 8 5 7.3 5 6.5zm6.4 3.8c-.6.3-1.4.7-1.8 1.2-.4.4-.6.8-.3 1.1.361.361.9.126 1.545-.155.961-.42 2.158-.942 3.355.255 1.3 1.3.8 3-.4 4.1-.6.6-1.3 1-2 1.3l-1.4-1.4c.7-.2 1.6-.7 2.1-1.2.4-.4.6-.9.2-1.2-.414-.414-.983-.16-1.649.14-.942.422-2.08.932-3.25-.24-1.3-1.3-.7-2.8.4-3.9.5-.5 1.2-1 1.8-1.2l1.4 1.2zm6.8 1.8-5.7-5.7L11 7.8l5.7 5.8 1.5-1.5z',
|
|
4547
|
+
};
|
|
4548
|
+
const tag_more = {
|
|
4549
|
+
name: 'tag_more',
|
|
4550
|
+
prefix: 'eds',
|
|
4551
|
+
height: '24',
|
|
4552
|
+
width: '24',
|
|
4553
|
+
svgPathData: 'M6.657 6.657a1.358 1.358 0 0 1 1.914 0 1.358 1.358 0 0 1 0 1.914 1.358 1.358 0 0 1-1.914 0 1.358 1.358 0 0 1 0-1.914zM12.4 12.4a1.358 1.358 0 0 1 1.913 0 1.358 1.358 0 0 1 0 1.914 1.358 1.358 0 0 1-1.914 0 1.358 1.358 0 0 1 0-1.915zM11.442 9.528a1.358 1.358 0 0 0-1.914 0 1.357 1.357 0 0 0 0 1.914 1.357 1.357 0 0 0 1.914 0 1.357 1.357 0 0 0 0-1.914zm21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM13 20.01 4 11V4h7v-.01l9 9-7 7.02z',
|
|
4554
|
+
};
|
|
4555
|
+
const tag_relations = {
|
|
4556
|
+
name: 'tag_relations',
|
|
4557
|
+
prefix: 'eds',
|
|
4558
|
+
height: '24',
|
|
4559
|
+
width: '24',
|
|
4560
|
+
svgPathData: 'M10 4h4v4h-1v3h8v5h1v4h-4v-4h1v-3h-6v3h1v4h-4v-4h1v-3H5v3h1v4H2v-4h1v-5h8V8h-1V4z',
|
|
4561
|
+
};
|
|
4380
4562
|
const pregnant_woman = {
|
|
4381
4563
|
name: 'pregnant_woman',
|
|
4382
4564
|
prefix: 'eds',
|
|
@@ -4616,9 +4798,11 @@ exports.download_done = download_done;
|
|
|
4616
4798
|
exports.drag_handle = drag_handle;
|
|
4617
4799
|
exports.drink = drink;
|
|
4618
4800
|
exports.dropper = dropper;
|
|
4801
|
+
exports.ducting = ducting;
|
|
4619
4802
|
exports.edit = edit;
|
|
4620
4803
|
exports.edit_text = edit_text;
|
|
4621
4804
|
exports.eject = eject;
|
|
4805
|
+
exports.electrical = electrical;
|
|
4622
4806
|
exports.email = email;
|
|
4623
4807
|
exports.email_alpha = email_alpha;
|
|
4624
4808
|
exports.email_draft = email_draft;
|
|
@@ -4636,6 +4820,7 @@ exports.facebook_messenger = facebook_messenger;
|
|
|
4636
4820
|
exports.fast_food = fast_food;
|
|
4637
4821
|
exports.fast_forward = fast_forward;
|
|
4638
4822
|
exports.fast_rewind = fast_rewind;
|
|
4823
|
+
exports.fault = fault;
|
|
4639
4824
|
exports.favorite_filled = favorite_filled;
|
|
4640
4825
|
exports.favorite_outlined = favorite_outlined;
|
|
4641
4826
|
exports.file = file;
|
|
@@ -4687,6 +4872,7 @@ exports.format_shape = format_shape;
|
|
|
4687
4872
|
exports.format_size = format_size;
|
|
4688
4873
|
exports.format_stikethrough = format_stikethrough;
|
|
4689
4874
|
exports.format_underline = format_underline;
|
|
4875
|
+
exports.formula = formula;
|
|
4690
4876
|
exports.forward_10 = forward_10;
|
|
4691
4877
|
exports.forward_30 = forward_30;
|
|
4692
4878
|
exports.forward_5 = forward_5;
|
|
@@ -4701,6 +4887,7 @@ exports.gavel = gavel;
|
|
|
4701
4887
|
exports.gear = gear;
|
|
4702
4888
|
exports.gesture = gesture;
|
|
4703
4889
|
exports.github = github;
|
|
4890
|
+
exports.go_to = go_to;
|
|
4704
4891
|
exports.google_cast = google_cast;
|
|
4705
4892
|
exports.google_cast_connected = google_cast_connected;
|
|
4706
4893
|
exports.google_maps = google_maps;
|
|
@@ -4709,6 +4896,8 @@ exports.google_translate = google_translate;
|
|
|
4709
4896
|
exports.gps_fixed = gps_fixed;
|
|
4710
4897
|
exports.gps_not_fixed = gps_not_fixed;
|
|
4711
4898
|
exports.gps_off = gps_off;
|
|
4899
|
+
exports.grid_layer = grid_layer;
|
|
4900
|
+
exports.grid_layers = grid_layers;
|
|
4712
4901
|
exports.grid_off = grid_off;
|
|
4713
4902
|
exports.grid_on = grid_on;
|
|
4714
4903
|
exports.grocery_store = grocery_store;
|
|
@@ -4718,9 +4907,11 @@ exports.gym = gym;
|
|
|
4718
4907
|
exports.headseat_mic = headseat_mic;
|
|
4719
4908
|
exports.headset = headset;
|
|
4720
4909
|
exports.hearing = hearing;
|
|
4910
|
+
exports.heat_trace = heat_trace;
|
|
4721
4911
|
exports.help = help;
|
|
4722
4912
|
exports.help_outline = help_outline;
|
|
4723
4913
|
exports.high_priority = high_priority;
|
|
4914
|
+
exports.hill_shading = hill_shading;
|
|
4724
4915
|
exports.history = history;
|
|
4725
4916
|
exports.home = home;
|
|
4726
4917
|
exports.hospital = hospital;
|
|
@@ -4733,13 +4924,15 @@ exports.inbox = inbox;
|
|
|
4733
4924
|
exports.infinity = infinity;
|
|
4734
4925
|
exports.info_circle = info_circle;
|
|
4735
4926
|
exports.insert_link = insert_link;
|
|
4736
|
-
exports.
|
|
4737
|
-
exports.
|
|
4927
|
+
exports.inspect_3d = inspect_3d;
|
|
4928
|
+
exports.inspect_rotation = inspect_rotation;
|
|
4738
4929
|
exports.instagram = instagram;
|
|
4930
|
+
exports.instrument = instrument;
|
|
4739
4931
|
exports.invert = invert;
|
|
4740
4932
|
exports.invert_colors = invert_colors;
|
|
4741
4933
|
exports.ios_logo = ios_logo;
|
|
4742
4934
|
exports.iphone = iphone;
|
|
4935
|
+
exports.junction_box = junction_box;
|
|
4743
4936
|
exports.key = key;
|
|
4744
4937
|
exports.keyboard = keyboard;
|
|
4745
4938
|
exports.keyboard_backspace = keyboard_backspace;
|
|
@@ -4766,6 +4959,7 @@ exports.library_pdf = library_pdf;
|
|
|
4766
4959
|
exports.library_video = library_video;
|
|
4767
4960
|
exports.light = light;
|
|
4768
4961
|
exports.lightbulb = lightbulb;
|
|
4962
|
+
exports.line = line;
|
|
4769
4963
|
exports.link = link;
|
|
4770
4964
|
exports.link_off = link_off;
|
|
4771
4965
|
exports.linkedin = linkedin;
|
|
@@ -4774,9 +4968,12 @@ exports.lock = lock;
|
|
|
4774
4968
|
exports.lock_add = lock_add;
|
|
4775
4969
|
exports.lock_off = lock_off;
|
|
4776
4970
|
exports.lock_open = lock_open;
|
|
4971
|
+
exports.log_in = log_in;
|
|
4972
|
+
exports.log_out = log_out;
|
|
4777
4973
|
exports.loop = loop;
|
|
4778
4974
|
exports.mail_unread = mail_unread;
|
|
4779
4975
|
exports.mall = mall;
|
|
4976
|
+
exports.manual_valve = manual_valve;
|
|
4780
4977
|
exports.map = map;
|
|
4781
4978
|
exports.maximize = maximize;
|
|
4782
4979
|
exports.measure = measure;
|
|
@@ -4794,6 +4991,8 @@ exports.microsoft_outlook = microsoft_outlook;
|
|
|
4794
4991
|
exports.microsoft_powerpoint = microsoft_powerpoint;
|
|
4795
4992
|
exports.microsoft_word = microsoft_word;
|
|
4796
4993
|
exports.minimize = minimize;
|
|
4994
|
+
exports.miniplayer = miniplayer;
|
|
4995
|
+
exports.miniplayer_fullscreen = miniplayer_fullscreen;
|
|
4797
4996
|
exports.missed_video_call = missed_video_call;
|
|
4798
4997
|
exports.money = money;
|
|
4799
4998
|
exports.mood_extreamly_happy = mood_extreamly_happy;
|
|
@@ -4842,6 +5041,7 @@ exports.phone = phone;
|
|
|
4842
5041
|
exports.pie_chart = pie_chart;
|
|
4843
5042
|
exports.pin = pin;
|
|
4844
5043
|
exports.pin_drop = pin_drop;
|
|
5044
|
+
exports.pipe_support = pipe_support;
|
|
4845
5045
|
exports.pizza = pizza;
|
|
4846
5046
|
exports.place = place;
|
|
4847
5047
|
exports.place_add = place_add;
|
|
@@ -4901,7 +5101,7 @@ exports.restaurant = restaurant;
|
|
|
4901
5101
|
exports.restore = restore;
|
|
4902
5102
|
exports.restore_from_trash = restore_from_trash;
|
|
4903
5103
|
exports.restore_page = restore_page;
|
|
4904
|
-
exports.
|
|
5104
|
+
exports.rotate_3d = rotate_3d;
|
|
4905
5105
|
exports.rotate_90_degrees_ccw = rotate_90_degrees_ccw;
|
|
4906
5106
|
exports.rotate_left = rotate_left;
|
|
4907
5107
|
exports.rotate_right = rotate_right;
|
|
@@ -4959,6 +5159,7 @@ exports.subway = subway;
|
|
|
4959
5159
|
exports.subway_tunnel = subway_tunnel;
|
|
4960
5160
|
exports.sun = sun;
|
|
4961
5161
|
exports.support = support;
|
|
5162
|
+
exports.surface_layer = surface_layer;
|
|
4962
5163
|
exports.swap_horizontal = swap_horizontal;
|
|
4963
5164
|
exports.swap_horizontal_circle = swap_horizontal_circle;
|
|
4964
5165
|
exports.swap_vertical = swap_vertical;
|
|
@@ -4972,7 +5173,12 @@ exports.table_chart = table_chart;
|
|
|
4972
5173
|
exports.tablet_android = tablet_android;
|
|
4973
5174
|
exports.tablet_ipad = tablet_ipad;
|
|
4974
5175
|
exports.tag = tag;
|
|
5176
|
+
exports.tag_main_equipment = tag_main_equipment;
|
|
5177
|
+
exports.tag_more = tag_more;
|
|
5178
|
+
exports.tag_relations = tag_relations;
|
|
5179
|
+
exports.tag_special_equipment = tag_special_equipment;
|
|
4975
5180
|
exports.taxi = taxi;
|
|
5181
|
+
exports.telecom = telecom;
|
|
4976
5182
|
exports.terrain = terrain;
|
|
4977
5183
|
exports.text_field = text_field;
|
|
4978
5184
|
exports.text_rotation_angled_down = text_rotation_angled_down;
|
|
@@ -4983,6 +5189,7 @@ exports.text_rotation_up = text_rotation_up;
|
|
|
4983
5189
|
exports.text_rotation_vertical = text_rotation_vertical;
|
|
4984
5190
|
exports.texture = texture;
|
|
4985
5191
|
exports.thermostat = thermostat;
|
|
5192
|
+
exports.thumb_pin = thumb_pin;
|
|
4986
5193
|
exports.thumbs_down = thumbs_down;
|
|
4987
5194
|
exports.thumbs_up = thumbs_up;
|
|
4988
5195
|
exports.thumbs_up_down = thumbs_up_down;
|
|
@@ -5053,6 +5260,7 @@ exports.walk = walk;
|
|
|
5053
5260
|
exports.warning_filled = warning_filled;
|
|
5054
5261
|
exports.warning_outlined = warning_outlined;
|
|
5055
5262
|
exports.waves = waves;
|
|
5263
|
+
exports.well = well;
|
|
5056
5264
|
exports.whats_app = whats_app;
|
|
5057
5265
|
exports.wheelchair = wheelchair;
|
|
5058
5266
|
exports.widgets = widgets;
|
package/dist/icons.esm.js
CHANGED
|
@@ -313,20 +313,76 @@ const invert = {
|
|
|
313
313
|
width: '24',
|
|
314
314
|
svgPathData: 'M11.553 2.106a1 1 0 0 1 .894 0l8 4A1 1 0 0 1 21 7v10a1 1 0 0 1-.553.894l-8 4a1 1 0 0 1-.894 0l-8-4A1 1 0 0 1 3 17V7a1 1 0 0 1 .553-.894l8-4zM5 8.618 12 12v7.882l-7-3.5V8.618zm7 1.264L6.236 7 12 4.118v5.764z',
|
|
315
315
|
};
|
|
316
|
-
const
|
|
317
|
-
name: '
|
|
316
|
+
const inspect_rotation = {
|
|
317
|
+
name: 'inspect_rotation',
|
|
318
318
|
prefix: 'eds',
|
|
319
319
|
height: '24',
|
|
320
320
|
width: '24',
|
|
321
321
|
svgPathData: 'M12 5a8 8 0 1 0 5.646 2.333l1.412-1.417A9.972 9.972 0 0 1 22 13c0 5.523-4.477 10-10 10S2 18.523 2 13 6.477 3 12 3v2z',
|
|
322
322
|
};
|
|
323
|
-
const
|
|
324
|
-
name: '
|
|
323
|
+
const inspect_3d = {
|
|
324
|
+
name: 'inspect_3d',
|
|
325
325
|
prefix: 'eds',
|
|
326
326
|
height: '24',
|
|
327
327
|
width: '24',
|
|
328
328
|
svgPathData: 'M7.261 6.035c-.482.012-.758.148-.919.308-.3.3-.505 1.064-.018 2.5.457 1.346 1.436 2.969 2.865 4.553L10.585 12v4.243H6.342l1.431-1.43-.033-.037C6.16 13.034 5 11.165 4.43 9.486c-.542-1.6-.658-3.4.498-4.557.62-.62 1.445-.873 2.284-.893.831-.021 1.736.18 2.646.53.692.267 1.413.629 2.141 1.076.859-.527 1.708-.937 2.514-1.21 1.6-.543 3.4-.66 4.557.497.62.62.873 1.445.894 2.283.02.832-.182 1.737-.531 2.647A13.19 13.19 0 0 1 18.358 12c.447.728.808 1.45 1.075 2.141.35.91.551 1.815.53 2.647-.02.839-.272 1.663-.893 2.283-.666.667-1.564.907-2.467.895-.898-.013-1.88-.272-2.865-.697l.791-1.836c.834.359 1.549.525 2.101.533.548.007.855-.138 1.026-.309.16-.16.296-.437.308-.919.012-.489-.108-1.125-.398-1.879-.13-.338-.291-.691-.481-1.054a20.865 20.865 0 0 1-1.55 1.73c-1.833 1.833-3.855 3.198-5.677 3.898-.91.35-1.815.552-2.647.532-.838-.021-1.662-.273-2.283-.894-.666-.666-.907-1.565-.894-2.467.012-.898.271-1.88.696-2.865l1.837.791c-.36.834-.526 1.549-.534 2.101-.007.548.138.855.31 1.026.16.16.436.296.918.308.49.012 1.125-.108 1.88-.398 1.504-.58 3.297-1.764 4.98-3.446a18.438 18.438 0 0 0 1.827-2.12 18.448 18.448 0 0 0-1.828-2.122A18.436 18.436 0 0 0 12 8.05c-.464.34-.932.72-1.397 1.139L12 10.586H7.757V6.343l1.43 1.43.037-.032c.32-.29.644-.566.97-.827-.363-.19-.716-.35-1.054-.48-.754-.29-1.39-.411-1.879-.399zm6.543.88c.587.468 1.168.987 1.73 1.55a20.852 20.852 0 0 1 1.55 1.73c.191-.363.352-.716.482-1.054.29-.754.41-1.39.398-1.879-.012-.482-.148-.758-.308-.919-.3-.3-1.063-.505-2.5-.018a9.57 9.57 0 0 0-1.352.59z',
|
|
329
329
|
};
|
|
330
|
+
const fault = {
|
|
331
|
+
name: 'fault',
|
|
332
|
+
prefix: 'eds',
|
|
333
|
+
height: '24',
|
|
334
|
+
width: '24',
|
|
335
|
+
svgPathData: 'm4.602 13.9 2.107-3.65 2.126-3.715-4.73 2.172 1.563.926-1.054 1.825-1.054 1.825 1.042.617zM11.618 5H3V3h10.353a1 1 0 0 1 .865 1.501l-7.53 13a1 1 0 0 1-.864.499H3v-2h2.247l6.371-11zM11.735 19h8.619v2H10a1 1 0 0 1-.866-1.501l7.53-13A1 1 0 0 1 17.53 6h2.823v2h-2.247l-6.37 11zm18.752 10.1-2.107 3.65-2.126 3.715 4.729-2.172-1.562-.926 1.054-1.825 1.053-1.825-1.041-.617z',
|
|
336
|
+
};
|
|
337
|
+
const grid_layer = {
|
|
338
|
+
name: 'grid_layer',
|
|
339
|
+
prefix: 'eds',
|
|
340
|
+
height: '24',
|
|
341
|
+
width: '24',
|
|
342
|
+
svgPathData: 'M20.412 13.451 12.001 20l-8.423-6.549L1.715 12 12 4l10.285 8-1.874 1.451zm-6.14-4.791L12 6.89 9.583 8.774l2.421 1.775 2.268-1.89zm1.845 1.437L18.561 12l-2.22 1.729-2.438-1.787 2.214-1.845zm-5.922 1.96-2.486-1.823L5.44 12l2.493 1.941 2.261-1.884zm-.416 3.322 2.315-1.93 2.372 1.74L12 17.109l-2.222-1.73z',
|
|
343
|
+
};
|
|
344
|
+
const grid_layers = {
|
|
345
|
+
name: 'grid_layers',
|
|
346
|
+
prefix: 'eds',
|
|
347
|
+
height: '24',
|
|
348
|
+
width: '24',
|
|
349
|
+
svgPathData: 'm12 16.465 7.36-5.73L21 9.465l-9-7-9 7 1.63 1.27 7.37 5.73zm-.01 2.54-7.37-5.73L3 14.535l9 7 9-7-1.63-1.27-7.38 5.74zm1.997-12.463L12 4.995 9.885 6.642l2.118 1.553 1.984-1.653zM15.602 7.8l2.138 1.665-1.943 1.513-2.132-1.564L15.602 7.8zM10.42 9.515 8.245 7.919 6.26 9.465l2.181 1.699 1.98-1.65zm-.364 2.906 2.026-1.688 2.075 1.522L12 13.935l-1.944-1.514z',
|
|
350
|
+
};
|
|
351
|
+
const hill_shading = {
|
|
352
|
+
name: 'hill_shading',
|
|
353
|
+
prefix: 'eds',
|
|
354
|
+
height: '24',
|
|
355
|
+
width: '24',
|
|
356
|
+
svgPathData: 'M14 3 9.78 8.63l1.25 1.67L14 6.33 19 13h-8.46L6.53 7.63 1 15h22L14 3zM5 13l1.52-2.03L8.04 13H5zm-2 6.5L2 17h2l1 2.5H3zM8 21l-2-4h2l2 4H8zm2-4 1 2.5h2L12 17h-2zm4 0h2l2.5 5h-2L14 17zm4 0 2 4h2l-2-4h-2z',
|
|
357
|
+
};
|
|
358
|
+
const well = {
|
|
359
|
+
name: 'well',
|
|
360
|
+
prefix: 'eds',
|
|
361
|
+
height: '24',
|
|
362
|
+
width: '24',
|
|
363
|
+
svgPathData: 'M9.3 3h5.4v.9h1.8v1.8h-.9v1.717L17.784 19.2H19.2V21H4.8v-1.8h1.418L8.4 7.417V5.7h-.9V3.9h1.8V3zm4.5 2.7v1.8l.005.023-1.804 1.11-1.804-1.11.004-.023V5.7h3.6zm-3.778 2.772-.286 1.555 1.406-.865-1.12-.69zm1.979 1.218-2.484 1.529-.298 1.62L12 14.386l2.782-1.545-.298-1.621L12 9.689zm2.265.337-.286-1.555-1.12.69 1.406.865zM11.074 14.9l-2.027-1.126-.462 2.509 2.49-1.383zm.927.515 3.626 2.015.326 1.77H8.049l.325-1.77 3.627-2.015zm3.415.868L12.927 14.9l2.028-1.126.461 2.509z',
|
|
364
|
+
};
|
|
365
|
+
const surface_layer = {
|
|
366
|
+
name: 'surface_layer',
|
|
367
|
+
prefix: 'eds',
|
|
368
|
+
height: '24',
|
|
369
|
+
width: '24',
|
|
370
|
+
svgPathData: 'm12 20 8.412-6.549L22.286 12 12.001 4 1.715 12l1.863 1.451L12 20zm0-13.109 5.212 4.06c-2.646 1.81-4.676 1.762-6.144 1.15-1.284-.535-2.215-1.532-2.781-2.317L12 6.89zM18.56 12l-.522-.407c-2.996 2.148-5.467 2.218-7.355 1.431-1.49-.621-2.548-1.749-3.186-2.625L5.441 12l2.412 1.879c.84-.213 1.928-.348 3.028-.112 1.064.23 2.113.802 2.934 1.928L18.562 12zm-5.534 4.31c-.678-.942-1.52-1.385-2.356-1.565a5.243 5.243 0 0 0-1.77-.051l3.1 2.415 1.026-.8zm.224-6.292c-.002.054-.036.154-.193.258a1.196 1.196 0 0 1-.681.168 1.197 1.197 0 0 1-.67-.208c-.151-.113-.18-.214-.178-.27.002-.054.036-.154.194-.257.155-.103.395-.177.68-.169.286.008.521.097.67.209.151.112.18.214.178.269zm-.904 1.426a2.19 2.19 0 0 0 1.26-.332c.345-.227.63-.594.643-1.065.014-.47-.248-.854-.58-1.1a2.191 2.191 0 0 0-1.237-.407 2.19 2.19 0 0 0-1.26.333c-.345.226-.63.593-.643 1.064-.014.47.248.854.58 1.1a2.19 2.19 0 0 0 1.237.407z',
|
|
371
|
+
};
|
|
372
|
+
const miniplayer = {
|
|
373
|
+
name: 'miniplayer',
|
|
374
|
+
prefix: 'eds',
|
|
375
|
+
height: '24',
|
|
376
|
+
width: '24',
|
|
377
|
+
svgPathData: 'M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 2v12H3V4h18zm-8 5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-6z',
|
|
378
|
+
};
|
|
379
|
+
const miniplayer_fullscreen = {
|
|
380
|
+
name: 'miniplayer_fullscreen',
|
|
381
|
+
prefix: 'eds',
|
|
382
|
+
height: '24',
|
|
383
|
+
width: '24',
|
|
384
|
+
svgPathData: 'M3 2h18c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-7v2h2v2H8v-2h2v-2H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm0 2v12h18V4H3zm16 9h1v2h-2v-1h1v-1zm-7 0h1v1h1v1h-2v-2zm8-4v2h-1v-1h-1V9h2zm-8 2V9h2v1h-1v1h-1z',
|
|
385
|
+
};
|
|
330
386
|
const select_all = {
|
|
331
387
|
name: 'select_all',
|
|
332
388
|
prefix: 'eds',
|
|
@@ -796,6 +852,20 @@ const switch_on = {
|
|
|
796
852
|
width: '24',
|
|
797
853
|
svgPathData: 'M7 7h10c2.76 0 5 2.24 5 5s-2.24 5-5 5H7c-2.76 0-5-2.24-5-5s2.24-5 5-5zm7 5c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z',
|
|
798
854
|
};
|
|
855
|
+
const log_out = {
|
|
856
|
+
name: 'log_out',
|
|
857
|
+
prefix: 'eds',
|
|
858
|
+
height: '24',
|
|
859
|
+
width: '24',
|
|
860
|
+
svgPathData: 'M5.988 20h7.95v2h-7.95A2 2 0 0 1 4 20V4a2 2 0 0 1 1.988-2h7.95v2h-7.95v16zm8.745-2.7-1.49-1.4 2.955-2.9h-6.83v-2h6.856l-2.982-3 1.391-1.4L20 12l-5.267 5.3z',
|
|
861
|
+
};
|
|
862
|
+
const log_in = {
|
|
863
|
+
name: 'log_in',
|
|
864
|
+
prefix: 'eds',
|
|
865
|
+
height: '24',
|
|
866
|
+
width: '24',
|
|
867
|
+
svgPathData: 'M17.95 4H10V2h7.95a2 2 0 0 1 1.988 2v16a2 2 0 0 1-1.988 2H10v-2h7.95V4zM9.366 17.3l-1.491-1.4 2.956-2.9H4v-2h6.857L7.875 8l1.391-1.4 5.367 5.4-5.267 5.3z',
|
|
868
|
+
};
|
|
799
869
|
const calendar_event = {
|
|
800
870
|
name: 'calendar_event',
|
|
801
871
|
prefix: 'eds',
|
|
@@ -971,6 +1041,69 @@ const engineering = {
|
|
|
971
1041
|
width: '24',
|
|
972
1042
|
svgPathData: 'M9.045 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2h-12zM4.785 9h.26c0 2.21 1.79 4 4 4s4-1.79 4-4h.26c.27 0 .49-.22.49-.49v-.02a.49.49 0 0 0-.49-.49h-.26c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14a4.09 4.09 0 0 0-1-.14c-.35 0-.68.06-1 .14V5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-.95c-1.19.7-2 1.97-2 3.45h-.26a.49.49 0 0 0-.49.49v.03c0 .26.22.48.49.48zm6.26 0c0 1.1-.9 2-2 2s-2-.9-2-2h4zM22.025 6.23l.93-.83-.75-1.3-1.19.39c-.14-.11-.3-.2-.47-.27L20.295 3h-1.5l-.25 1.22c-.17.07-.33.16-.48.27l-1.18-.39-.75 1.3.93.83c-.02.17-.02.35 0 .52l-.93.85.75 1.3 1.2-.38c.13.1.28.18.43.25l.28 1.23h1.5l.27-1.22c.16-.07.3-.15.44-.25l1.19.38.75-1.3-.93-.85c.03-.19.02-.36.01-.53zm-2.48 1.52a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zM19.445 10.79l-.85.28c-.1-.08-.21-.14-.33-.19l-.18-.88h-1.07l-.18.87c-.12.05-.24.12-.34.19l-.84-.28-.54.93.66.59c-.01.13-.01.25 0 .37l-.66.61.54.93.86-.27c.1.07.2.13.31.18l.18.88h1.07l.19-.87c.11-.05.22-.11.32-.18l.85.27.54-.93-.66-.61c.01-.13.01-.25 0-.37l.66-.59-.53-.93zm-1.9 2.6c-.49 0-.89-.4-.89-.89s.4-.89.89-.89.89.4.89.89-.4.89-.89.89z',
|
|
973
1043
|
};
|
|
1044
|
+
const ducting = {
|
|
1045
|
+
name: 'ducting',
|
|
1046
|
+
prefix: 'eds',
|
|
1047
|
+
height: '24',
|
|
1048
|
+
width: '24',
|
|
1049
|
+
svgPathData: 'M8 17c-.6 0-1-.5-1-1V4c0-.5.4-1 1-1s1 .5 1 1v1.1h9c2.2 0 4 1.8 4 4v9.007c.465.06.9.526.9.993 0 .566-.356.954-.9.996v.004h-9.1c-.5 0-1-.4-1-1s.4-1 1-1h.1v-3H9v.9c0 .5-.5 1-1 1zm12 1.1h-5v-3c0-1.1-.9-2-2-2H9v-6h9c1.1 0 2 .9 2 2v9zM2.9 6.7c.4-.4.9-.6 1.4-.6.938 0 1.613.705 1.775.874L6.1 7 4.6 8.3c-.1-.1-.2-.2-.3-.2-.4.5-.9.6-1.3.6h-.2c-1-.1-1.7-1-1.8-1.2l1.7-1.1c0 .1.1.2.2.3zm0 2.9c.4-.4.9-.6 1.4-.6.938 0 1.613.705 1.775.874L6.1 9.9l-1.5 1.3c-.1-.1-.2-.2-.3-.2-.4.5-.9.6-1.3.6h-.2c-1-.1-1.7-1-1.8-1.2l1.7-1.2c0 .1.1.3.2.4zm1.4 2.2c-.5 0-1 .2-1.4.6-.1-.1-.2-.2-.2-.3L1 13.2c.1.2.8 1.1 1.8 1.2H3c.4 0 .9-.1 1.3-.6.1 0 .2.1.3.2l1.5-1.3-.025-.026c-.162-.17-.837-.874-1.775-.874z',
|
|
1050
|
+
};
|
|
1051
|
+
const formula = {
|
|
1052
|
+
name: 'formula',
|
|
1053
|
+
prefix: 'eds',
|
|
1054
|
+
height: '24',
|
|
1055
|
+
width: '24',
|
|
1056
|
+
svgPathData: 'M9 2C5.9 2 4.3 3.6 4.3 6.6v1.7H2v2.2h2.3V22h3V10.5h3.3V8.3H7.3V7c0-1.7.7-2.6 2.3-2.6.5 0 1 0 1.7.2V2.3C10.6 2.1 9.8 2 9 2zm9.7 18.4-1.5-2.9 1.2-2.4h-1.9l-.6 1.2-.5-1.2h-2.3l1.4 2.7-1.5 2.6h2l.7-1.4.7 1.4h2.3zM12 22.8c-3.9-4.8-1.7-9.6 0-11.5l1.5 1.3-.7-.6.7.7c-.2.2-3.7 4.2 0 8.9L12 22.8zm6.3-1.2 1.5 1.3c1.7-1.9 3.9-6.7.1-11.5l-1.6 1.3c3.7 4.7.2 8.7 0 8.9z',
|
|
1057
|
+
};
|
|
1058
|
+
const manual_valve = {
|
|
1059
|
+
name: 'manual_valve',
|
|
1060
|
+
prefix: 'eds',
|
|
1061
|
+
height: '24',
|
|
1062
|
+
width: '24',
|
|
1063
|
+
svgPathData: 'M13 4h2c.5 0 1-.4 1-1s-.4-1-1-1H9c-.6 0-1 .4-1 1s.5 1 1 1h2v7.464L2 4.1v18l10.061-8.232L22 22V4l-9 7.364V4zm7 13.9V8.3L14.1 13l5.9 4.9zM9.8 13.1 4 8.3v9.5l5.8-4.7z',
|
|
1064
|
+
};
|
|
1065
|
+
const pipe_support = {
|
|
1066
|
+
name: 'pipe_support',
|
|
1067
|
+
prefix: 'eds',
|
|
1068
|
+
height: '24',
|
|
1069
|
+
width: '24',
|
|
1070
|
+
svgPathData: 'M16.4 4.8c-.2-.2-.4-.5-.4-.8a1 1 0 0 1 1.6-.8c2.1 1.7 3.4 4.2 3.4 7.1a9.012 9.012 0 0 1-4 7.509V20.2c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1v-2.56C4.58 15.92 2.936 13.062 3 10c.1-2.7 1.3-5.1 3.3-6.7.6-.5 1.6 0 1.6.8 0 .3-.2.6-.4.8C6 6.2 5 8.1 5 10.3c0 4.3 3.9 7.7 8.4 6.8 2.8-.5 5-2.7 5.5-5.5.5-2.7-.6-5.3-2.5-6.8z',
|
|
1071
|
+
};
|
|
1072
|
+
const heat_trace = {
|
|
1073
|
+
name: 'heat_trace',
|
|
1074
|
+
prefix: 'eds',
|
|
1075
|
+
height: '24',
|
|
1076
|
+
width: '24',
|
|
1077
|
+
svgPathData: 'M5.34 22.061c-2.01 0-3.3-1.38-3.3-3.5 0-1.03-.03-10.66-.04-13.5 0-.55.44-1 1-1 .55 0 1 .44 1 .99.01 2.84.04 12.47.04 13.5 0 1.5.95 1.5 1.3 1.5 1.08 0 1.17-1.42 1.17-1.43v-1.15c0-3.04-.01-11.11 0-11.92.02-.78.32-1.88 1.13-2.66.63-.6 1.43-.9 2.35-.88 2.17.05 2.99 2.16 3.01 3.57v3.68c-.01 3.33-.01 8.92 0 9.29.07 1.31.7 1.5 1.3 1.5h.02c.64 0 1.1-.26 1.25-1.47l.01-.11c.03-.5 0-8.74-.01-11.44v-1.45c0-1.41.86-3.53 3.23-3.58.79-.02 1.51.26 2.06.8.9.88 1.14 2.22 1.14 2.8v13.47c0 .55-.45 1-1 1s-1-.45-1-1V5.601c0-.19-.13-.97-.53-1.36-.17-.16-.34-.25-.62-.23-1.23.03-1.27 1.42-1.27 1.58v1.44c.04 10.56.02 11.55-.02 11.75-.37 2.99-2.41 3.29-3.28 3.28-1.94-.02-3.17-1.29-3.28-3.4-.02-.35-.01-4.29 0-9.4v-3.64c0-.02-.05-1.59-1.06-1.61-.38-.02-.67.1-.91.32-.34.33-.51.89-.52 1.26-.02.79-.01 8.85 0 11.88v1.16c0 1.43-.98 3.43-3.17 3.43z',
|
|
1078
|
+
};
|
|
1079
|
+
const instrument = {
|
|
1080
|
+
name: 'instrument',
|
|
1081
|
+
prefix: 'eds',
|
|
1082
|
+
height: '24',
|
|
1083
|
+
width: '24',
|
|
1084
|
+
svgPathData: 'M19 11c0-3.9-3.1-7-7-7s-7 3.1-7 7c0 1.818.673 3.461 1.787 4.699a9.117 9.117 0 0 1 4.355-1.65L15 7.2c.3-.5.9-.7 1.4-.4.5.3.7.9.4 1.4l-3.33 5.912a9.22 9.22 0 0 1 3.777 1.548A6.985 6.985 0 0 0 19 11zm-3.36 5.997C14.618 16.352 13.36 16 12.1 16c-1.344 0-2.577.39-3.657 1.047A7.025 7.025 0 0 0 12 18a7.02 7.02 0 0 0 3.64-1.003zM3 11c0-5 4-9 9-9s9 4 9 9a8.958 8.958 0 0 1-8 8.946V21c0 .6-.4 1-1 1s-1-.4-1-1v-1.054A8.958 8.958 0 0 1 3 11z',
|
|
1085
|
+
};
|
|
1086
|
+
const junction_box = {
|
|
1087
|
+
name: 'junction_box',
|
|
1088
|
+
prefix: 'eds',
|
|
1089
|
+
height: '24',
|
|
1090
|
+
width: '24',
|
|
1091
|
+
svgPathData: 'M3.023 3.695A2 2 0 0 1 5 2h14a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2h-2v3h-2v-3h-2v3h-2v-3H9v3H7v-3H5a2 2 0 0 1-2-2V4c0-.104.008-.205.023-.305zM5 4v13h14V4H5z',
|
|
1092
|
+
};
|
|
1093
|
+
const line = {
|
|
1094
|
+
name: 'line',
|
|
1095
|
+
prefix: 'eds',
|
|
1096
|
+
height: '24',
|
|
1097
|
+
width: '24',
|
|
1098
|
+
svgPathData: 'M1.01 7.796A2 2 0 0 1 3 6h2a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2H7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8c0-.069.004-.137.01-.204zM17 14v-4H7v4h10zm2 2h2V8h-2v8zM3 8v8h2V8H3zM1.01 7.796A2 2 0 0 1 3 6h2a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2H7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8c0-.069.004-.137.01-.204zM17 14v-4H7v4h10zm2 2h2V8h-2v8zM3 8v8h2V8H3zm1.01 7.796-.995-.102.995.102zM7 8H6v1h1V8zm10 0v1h1V8h-1zm.01-.204.995.1-.995-.1zm5.95-.2-.98.201.98-.2zM19 18v1-1zm-2-2h1v-1h-1v1zM7 16v-1H6v1h1zm-4.204 1.99.1-.995-.1.995zM17 14v1h1v-1h-1zm0-4h1V9h-1v1zM7 10V9H6v1h1zm0 4H6v1h1v-1zm12 2h-1v1h1v-1zm2 0v1h1v-1h-1zm0-8h1V7h-1v1zm-2 0V7h-1v1h1zM3 16H2v1h1v-1zm0-8V7H2v1h1zm2 8v1h1v-1H5zm0-8h1V7H5v1zM3 5A3 3 0 0 0 .015 7.694l1.99.203A1 1 0 0 1 3 7V5zm2 0H3v2h2V5zm3 3a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2zm9-1H7v2h10V7zm-.985.694c-.01.101-.015.203-.015.306h2c0-.035.002-.07.005-.103l-1.99-.203zM19 5a3 3 0 0 0-2.985 2.694l1.99.203A1 1 0 0 1 19 7V5zm2 0h-2v2h2V5zm2.94 2.396A3 3 0 0 0 21 5v2a1 1 0 0 1 .98.797l1.96-.4zM24 8c0-.206-.02-.408-.06-.604l-1.96.401c.013.065.02.133.02.203h2zm0 8V8h-2v8h2zm-3 3a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1v2zm-2 0h2v-2h-2v2zm-3-3a3 3 0 0 0 3 3v-2a1 1 0 0 1-1-1h-2zm-9 1h10v-2H7v2zm-2 2a3 3 0 0 0 3-3H6a1 1 0 0 1-1 1v2zm-2 0h2v-2H3v2zm-.306-.015c.101.01.203.015.306.015v-2a1.03 1.03 0 0 1-.103-.005l-.203 1.99zM0 16a3 3 0 0 0 2.694 2.985l.203-1.99A1 1 0 0 1 2 16H0zm0-8v8h2V8H0zm.015-.306C.005 7.795 0 7.897 0 8h2c0-.035.002-.07.005-.103l-1.99-.203zM18 14v-4h-2v4h2zm-1-5H7v2h10V9zM6 10v4h2v-4H6zm1 5h10v-2H7v2zm12 2h2v-2h-2v2zm3-1V8h-2v8h2zm-1-9h-2v2h2V7zm-3 1v2h2V8h-2zm0 2v4h2v-4h-2zm0 4v2h2v-2h-2zM4 16V8H2v8h2zm1-1H3v2h2v-2zm-1-1v2h2v-2H4zm0-4v4h2v-4H4zm0-2v2h2V8H4zM3 9h2V7H3v2z',
|
|
1099
|
+
};
|
|
1100
|
+
const telecom = {
|
|
1101
|
+
name: 'telecom',
|
|
1102
|
+
prefix: 'eds',
|
|
1103
|
+
height: '24',
|
|
1104
|
+
width: '24',
|
|
1105
|
+
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',
|
|
1106
|
+
};
|
|
974
1107
|
const share = {
|
|
975
1108
|
name: 'share',
|
|
976
1109
|
prefix: 'eds',
|
|
@@ -1538,13 +1671,6 @@ const exit_to_app = {
|
|
|
1538
1671
|
width: '24',
|
|
1539
1672
|
svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2v-4h2v4h14V5H5v4H3V5a2 2 0 0 1 2-2zm6.5 14-1.41-1.41L12.67 13H3v-2h9.67l-2.58-2.59L11.5 7l5 5-5 5z',
|
|
1540
1673
|
};
|
|
1541
|
-
const launch = {
|
|
1542
|
-
name: 'launch',
|
|
1543
|
-
prefix: 'eds',
|
|
1544
|
-
height: '24',
|
|
1545
|
-
width: '24',
|
|
1546
|
-
svgPathData: 'M5 5v14h14v-7h2v7c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7v2H5zm9 0V3h7v7h-2V6.41l-9.83 9.83-1.41-1.41L17.59 5H14z',
|
|
1547
|
-
};
|
|
1548
1674
|
const open_in_browser = {
|
|
1549
1675
|
name: 'open_in_browser',
|
|
1550
1676
|
prefix: 'eds',
|
|
@@ -1573,6 +1699,20 @@ const settings = {
|
|
|
1573
1699
|
width: '24',
|
|
1574
1700
|
svgPathData: 'M19.502 12c0 .34-.03.66-.07.98l2.11 1.65c.19.15.24.42.12.64l-2 3.46c-.09.16-.26.25-.43.25-.06 0-.12-.01-.18-.03l-2.49-1c-.52.39-1.08.73-1.69.98l-.38 2.65c-.03.24-.24.42-.49.42h-4c-.25 0-.46-.18-.49-.42l-.38-2.65c-.61-.25-1.17-.58-1.69-.98l-2.49 1a.5.5 0 0 1-.61-.22l-2-3.46a.505.505 0 0 1 .12-.64l2.11-1.65a7.93 7.93 0 0 1-.07-.98c0-.33.03-.66.07-.98l-2.11-1.65a.493.493 0 0 1-.12-.64l2-3.46c.09-.16.26-.25.43-.25.06 0 .12.01.18.03l2.49 1c.52-.39 1.08-.73 1.69-.98l.38-2.65c.03-.24.24-.42.49-.42h4c.25 0 .46.18.49.42l.38 2.65c.61.25 1.17.58 1.69.98l2.49-1a.5.5 0 0 1 .61.22l2 3.46c.12.22.07.49-.12.64l-2.11 1.65c.04.32.07.64.07.98zm-2 0c0-.21-.01-.42-.05-.73l-.14-1.13.89-.7 1.07-.85-.7-1.21-1.27.51-1.06.43-.91-.7c-.4-.3-.8-.53-1.23-.71l-1.06-.43-.16-1.13-.19-1.35h-1.39l-.2 1.35-.16 1.13-1.06.43c-.41.17-.82.41-1.25.73l-.9.68-1.04-.42-1.27-.51-.7 1.21 1.08.84.89.7-.14 1.13c-.03.3-.05.53-.05.73 0 .2.02.43.05.74l.14 1.13-.89.7-1.08.84.7 1.21 1.27-.51 1.06-.43.91.7c.4.3.8.53 1.23.71l1.06.43.16 1.13.19 1.35h1.4l.2-1.35.16-1.13 1.06-.43c.41-.17.82-.41 1.25-.73l.9-.68 1.04.42 1.27.51.7-1.21-1.08-.84-.89-.7.14-1.13c.03-.3.05-.52.05-.73zm-5.5-4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-2 4c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z',
|
|
1575
1701
|
};
|
|
1702
|
+
const launch = {
|
|
1703
|
+
name: 'launch',
|
|
1704
|
+
prefix: 'eds',
|
|
1705
|
+
height: '24',
|
|
1706
|
+
width: '24',
|
|
1707
|
+
svgPathData: 'M6 15c-.83 0-1.58.34-2.12.88C2.7 17.06 2 22 2 22s4.94-.7 6.12-1.88A2.996 2.996 0 0 0 6 15zm.71 3.71c-.28.28-2.17.76-2.17.76s.47-1.88.76-2.17c.17-.19.42-.3.7-.3a1.003 1.003 0 0 1 .71 1.71zm10.71-5.06c6.36-6.36 4.24-11.31 4.24-11.31S16.71.22 10.35 6.58l-2.49-.5a2.03 2.03 0 0 0-1.81.55L2 10.69l5 2.14L11.17 17l2.14 5 4.05-4.05c.47-.47.68-1.15.55-1.81l-.49-2.49zM7.41 10.83l-1.91-.82 1.97-1.97 1.44.29c-.57.83-1.08 1.7-1.5 2.5zm6.58 7.67-.82-1.91c.8-.42 1.67-.93 2.49-1.5l.29 1.44-1.96 1.97zM16 12.24c-1.32 1.32-3.38 2.4-4.04 2.73l-2.93-2.93c.32-.65 1.4-2.71 2.73-4.04 4.68-4.68 8.23-3.99 8.23-3.99s.69 3.55-3.99 8.23zM15 11c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z',
|
|
1708
|
+
};
|
|
1709
|
+
const go_to = {
|
|
1710
|
+
name: 'go_to',
|
|
1711
|
+
prefix: 'eds',
|
|
1712
|
+
height: '24',
|
|
1713
|
+
width: '24',
|
|
1714
|
+
svgPathData: 'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.8-9.143V8l4.2 4-4.2 4v-2.857H7v-2.286h5.8z',
|
|
1715
|
+
};
|
|
1576
1716
|
const van = {
|
|
1577
1717
|
name: 'van',
|
|
1578
1718
|
prefix: 'eds',
|
|
@@ -1972,6 +2112,13 @@ const toll = {
|
|
|
1972
2112
|
width: '24',
|
|
1973
2113
|
svgPathData: 'M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM7 6.35a5.99 5.99 0 0 0 0 11.3v2.09c-3.45-.89-6-4.01-6-7.74 0-3.73 2.55-6.85 6-7.74v2.09z',
|
|
1974
2114
|
};
|
|
2115
|
+
const thumb_pin = {
|
|
2116
|
+
name: 'thumb_pin',
|
|
2117
|
+
prefix: 'eds',
|
|
2118
|
+
height: '24',
|
|
2119
|
+
width: '24',
|
|
2120
|
+
svgPathData: 'm20.212 10.216-6.37-6.441-1.394 1.189 1.294 1.288-1.493 1.388-1.096 1.09-.497.495-.697.1-4.38.396H5.18l-.2.198 9.06 9.018.198-.198V18.44l.3-4.459.099-.793.597-.495 1.095-1.09 1.394-1.289 1.194 1.19 1.294-1.289zm-9.258-6.342L13.841 1 23 10.117l-2.887 2.874a1.84 1.84 0 0 1-1.195.495 1.84 1.84 0 0 1-1.194-.495l-1.095 1.09-.299 4.46c0 .594-.2 1.189-.597 1.585l-1.693 1.685-5.226-5.203-6.122 6.095c-.199.198-.398.297-.697.297-.298 0-.497-.099-.696-.297a.955.955 0 0 1 0-1.388l6.122-6.094-5.326-5.302 1.692-1.685a1.97 1.97 0 0 1 1.394-.594h.199l4.48-.298 1.094-1.09c-.696-.594-.696-1.684 0-2.378z',
|
|
2121
|
+
};
|
|
1975
2122
|
const camera = {
|
|
1976
2123
|
name: 'camera',
|
|
1977
2124
|
prefix: 'eds',
|
|
@@ -2917,6 +3064,13 @@ const flare = {
|
|
|
2917
3064
|
width: '24',
|
|
2918
3065
|
svgPathData: 'M11 1h2v6h-2V1zM9.17 7.76 7.05 5.64 5.64 7.05l2.12 2.12 1.41-1.41zM7 11H1v2h6v-2zm11.36-3.95-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12zM17 11h6v2h-6v-2zm-5-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm4.95 9.36-2.12-2.12 1.41-1.41 2.12 2.12-1.41 1.41zM5.64 16.95l1.41 1.41 2.12-2.12-1.41-1.41-2.12 2.12zM13 23h-2v-6h2v6z',
|
|
2919
3066
|
};
|
|
3067
|
+
const electrical = {
|
|
3068
|
+
name: 'electrical',
|
|
3069
|
+
prefix: 'eds',
|
|
3070
|
+
height: '24',
|
|
3071
|
+
width: '24',
|
|
3072
|
+
svgPathData: 'M12 2 1 21h22L12 2zm0 3.99L19.53 19H4.47L12 5.99zm-1.397 8.836-1.357 3.558 4.342-3.9-1.246-.476L13.7 10.45l-4.342 3.901 1.246.475z',
|
|
3073
|
+
};
|
|
2920
3074
|
const link_off = {
|
|
2921
3075
|
name: 'link_off',
|
|
2922
3076
|
prefix: 'eds',
|
|
@@ -3351,8 +3505,8 @@ const keyboard_tab = {
|
|
|
3351
3505
|
width: '24',
|
|
3352
3506
|
svgPathData: 'm15.67 11-3.58-3.59L13.5 6l6 6-6 6-1.42-1.41L15.67 13H1.5v-2h14.17zm6.83 7h-2V6h2v12z',
|
|
3353
3507
|
};
|
|
3354
|
-
const
|
|
3355
|
-
name: '
|
|
3508
|
+
const rotate_3d = {
|
|
3509
|
+
name: 'rotate_3d',
|
|
3356
3510
|
prefix: 'eds',
|
|
3357
3511
|
height: '24',
|
|
3358
3512
|
width: '24',
|
|
@@ -4373,6 +4527,34 @@ const pin = {
|
|
|
4373
4527
|
width: '24',
|
|
4374
4528
|
svgPathData: 'M7.5 9H4v6h1.5v-2h2c.85 0 1.5-.65 1.5-1.5v-1C9 9.65 8.35 9 7.5 9zm5 6H11V9h1.5v6zm6.25-2.5V9H20v6h-1.2l-2.55-3.5V15H15V9h1.25l2.5 3.5zm-13.25-1h2v-1h-2v1z',
|
|
4375
4529
|
};
|
|
4530
|
+
const tag_main_equipment = {
|
|
4531
|
+
name: 'tag_main_equipment',
|
|
4532
|
+
prefix: 'eds',
|
|
4533
|
+
height: '24',
|
|
4534
|
+
width: '24',
|
|
4535
|
+
svgPathData: 'm12.4 2.6 9 9c.4.3.6.9.6 1.4 0 .5-.2 1-.6 1.4l-7 7c-.3.4-.8.6-1.4.6-.6 0-1.1-.2-1.4-.6l-9-9c-.4-.3-.6-.8-.6-1.4V4c0-1.1.9-2 2-2h7c.6 0 1.1.2 1.4.6zM4 11l9 9 7-7-9-9H4v7zm2.5-6C5.7 5 5 5.7 5 6.5S5.7 8 6.5 8 8 7.3 8 6.5 7.3 5 6.5 5zm10.3 8.7 1.4-1.4-5.8-5.7-1.5 1.5L12 12l-3.8-1.2-1.5 1.5 5.7 5.7 1.4-1.4-1.5-1.5-1.8-1.6 3 .7.9-.9-.8-3 1.7 1.9 1.5 1.5z',
|
|
4536
|
+
};
|
|
4537
|
+
const tag_special_equipment = {
|
|
4538
|
+
name: 'tag_special_equipment',
|
|
4539
|
+
prefix: 'eds',
|
|
4540
|
+
height: '24',
|
|
4541
|
+
width: '24',
|
|
4542
|
+
svgPathData: 'm21.4 11.6-9-9c-.3-.4-.8-.6-1.4-.6H4c-1.1 0-2 .9-2 2v7c0 .6.2 1.1.6 1.4l9 9c.3.4.8.6 1.4.6.6 0 1.1-.2 1.4-.6l7-7c.4-.4.6-.9.6-1.4 0-.5-.2-1.1-.6-1.4zM13 20l-9-9V4h7l9 9-7 7zM5 6.5C5 5.7 5.7 5 6.5 5S8 5.7 8 6.5 7.3 8 6.5 8 5 7.3 5 6.5zm6.4 3.8c-.6.3-1.4.7-1.8 1.2-.4.4-.6.8-.3 1.1.361.361.9.126 1.545-.155.961-.42 2.158-.942 3.355.255 1.3 1.3.8 3-.4 4.1-.6.6-1.3 1-2 1.3l-1.4-1.4c.7-.2 1.6-.7 2.1-1.2.4-.4.6-.9.2-1.2-.414-.414-.983-.16-1.649.14-.942.422-2.08.932-3.25-.24-1.3-1.3-.7-2.8.4-3.9.5-.5 1.2-1 1.8-1.2l1.4 1.2zm6.8 1.8-5.7-5.7L11 7.8l5.7 5.8 1.5-1.5z',
|
|
4543
|
+
};
|
|
4544
|
+
const tag_more = {
|
|
4545
|
+
name: 'tag_more',
|
|
4546
|
+
prefix: 'eds',
|
|
4547
|
+
height: '24',
|
|
4548
|
+
width: '24',
|
|
4549
|
+
svgPathData: 'M6.657 6.657a1.358 1.358 0 0 1 1.914 0 1.358 1.358 0 0 1 0 1.914 1.358 1.358 0 0 1-1.914 0 1.358 1.358 0 0 1 0-1.914zM12.4 12.4a1.358 1.358 0 0 1 1.913 0 1.358 1.358 0 0 1 0 1.914 1.358 1.358 0 0 1-1.914 0 1.358 1.358 0 0 1 0-1.915zM11.442 9.528a1.358 1.358 0 0 0-1.914 0 1.357 1.357 0 0 0 0 1.914 1.357 1.357 0 0 0 1.914 0 1.357 1.357 0 0 0 0-1.914zm21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM13 20.01 4 11V4h7v-.01l9 9-7 7.02z',
|
|
4550
|
+
};
|
|
4551
|
+
const tag_relations = {
|
|
4552
|
+
name: 'tag_relations',
|
|
4553
|
+
prefix: 'eds',
|
|
4554
|
+
height: '24',
|
|
4555
|
+
width: '24',
|
|
4556
|
+
svgPathData: 'M10 4h4v4h-1v3h8v5h1v4h-4v-4h1v-3h-6v3h1v4h-4v-4h1v-3H5v3h1v4H2v-4h1v-5h8V8h-1V4z',
|
|
4557
|
+
};
|
|
4376
4558
|
const pregnant_woman = {
|
|
4377
4559
|
name: 'pregnant_woman',
|
|
4378
4560
|
prefix: 'eds',
|
|
@@ -4430,4 +4612,4 @@ const translate = {
|
|
|
4430
4612
|
svgPathData: 'm12.87 15.07-2.54-2.51.03-.03A17.52 17.52 0 0 0 14.07 6H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-1 2.67L15.88 17h3.24l-1.62-4.33z',
|
|
4431
4613
|
};
|
|
4432
4614
|
|
|
4433
|
-
export { accessible, accessible_forward, account_circle, add, add_box, add_circle_filled, add_circle_outlined, alarm, alarm_add, alarm_off, alarm_on, all_out, 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, breifcase, 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, communte, 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_windwos, 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, edit, edit_text, eject, 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, 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_stikethrough, format_underline, forward_10, forward_30, forward_5, fridge, fullscreen, fullscreen_exit, functions, gamepad, gas, gas_station, gavel, gear, gesture, github, google_cast, google_cast_connected, google_maps, google_play, google_translate, gps_fixed, gps_not_fixed, gps_off, grid_off, grid_on, grocery_store, group, group_add, gym, headseat_mic, headset, hearing, help, help_outline, high_priority, history, home, hospital, hotel, hourglass_empty, hourglass_full, image, image_add, inbox, infinity, info_circle, insert_link,
|
|
4615
|
+
export { accessible, accessible_forward, account_circle, add, add_box, add_circle_filled, add_circle_outlined, alarm, alarm_add, alarm_off, alarm_on, all_out, 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, breifcase, 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, communte, 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_windwos, 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_stikethrough, 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, headseat_mic, headset, 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_extreamly_happy, mood_extreamly_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, 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, 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, work, work_off, work_outline, world, wrap_text, youtube, youtube_alt, zoom_in, zoom_out };
|
package/dist/types/src/data.d.ts
CHANGED
|
@@ -44,8 +44,16 @@ export declare const filter_list: IconData;
|
|
|
44
44
|
export declare const filter_alt: IconData;
|
|
45
45
|
export declare const boundaries: IconData;
|
|
46
46
|
export declare const invert: IconData;
|
|
47
|
-
export declare const
|
|
48
|
-
export declare const
|
|
47
|
+
export declare const inspect_rotation: IconData;
|
|
48
|
+
export declare const inspect_3d: IconData;
|
|
49
|
+
export declare const fault: IconData;
|
|
50
|
+
export declare const grid_layer: IconData;
|
|
51
|
+
export declare const grid_layers: IconData;
|
|
52
|
+
export declare const hill_shading: IconData;
|
|
53
|
+
export declare const well: IconData;
|
|
54
|
+
export declare const surface_layer: IconData;
|
|
55
|
+
export declare const miniplayer: IconData;
|
|
56
|
+
export declare const miniplayer_fullscreen: IconData;
|
|
49
57
|
export declare const select_all: IconData;
|
|
50
58
|
export declare const unarchive: IconData;
|
|
51
59
|
export declare const send: IconData;
|
|
@@ -113,6 +121,8 @@ export declare const radio_button_selected: IconData;
|
|
|
113
121
|
export declare const radio_button_unselected: IconData;
|
|
114
122
|
export declare const switch_off: IconData;
|
|
115
123
|
export declare const switch_on: IconData;
|
|
124
|
+
export declare const log_out: IconData;
|
|
125
|
+
export declare const log_in: IconData;
|
|
116
126
|
export declare const calendar_event: IconData;
|
|
117
127
|
export declare const calendar_accept: IconData;
|
|
118
128
|
export declare const calendar_reject: IconData;
|
|
@@ -138,6 +148,15 @@ export declare const pressure: IconData;
|
|
|
138
148
|
export declare const platform: IconData;
|
|
139
149
|
export declare const circuit: IconData;
|
|
140
150
|
export declare const engineering: IconData;
|
|
151
|
+
export declare const ducting: IconData;
|
|
152
|
+
export declare const formula: IconData;
|
|
153
|
+
export declare const manual_valve: IconData;
|
|
154
|
+
export declare const pipe_support: IconData;
|
|
155
|
+
export declare const heat_trace: IconData;
|
|
156
|
+
export declare const instrument: IconData;
|
|
157
|
+
export declare const junction_box: IconData;
|
|
158
|
+
export declare const line: IconData;
|
|
159
|
+
export declare const telecom: IconData;
|
|
141
160
|
export declare const share: IconData;
|
|
142
161
|
export declare const skype: IconData;
|
|
143
162
|
export declare const whats_app: IconData;
|
|
@@ -219,11 +238,12 @@ export declare const menu: IconData;
|
|
|
219
238
|
export declare const apps: IconData;
|
|
220
239
|
export declare const home: IconData;
|
|
221
240
|
export declare const exit_to_app: IconData;
|
|
222
|
-
export declare const launch: IconData;
|
|
223
241
|
export declare const open_in_browser: IconData;
|
|
224
242
|
export declare const external_link: IconData;
|
|
225
243
|
export declare const category: IconData;
|
|
226
244
|
export declare const settings: IconData;
|
|
245
|
+
export declare const launch: IconData;
|
|
246
|
+
export declare const go_to: IconData;
|
|
227
247
|
export declare const van: IconData;
|
|
228
248
|
export declare const motorcycle: IconData;
|
|
229
249
|
export declare const transit_enter_exit: IconData;
|
|
@@ -281,6 +301,7 @@ export declare const communte: IconData;
|
|
|
281
301
|
export declare const explore: IconData;
|
|
282
302
|
export declare const explore_off: IconData;
|
|
283
303
|
export declare const toll: IconData;
|
|
304
|
+
export declare const thumb_pin: IconData;
|
|
284
305
|
export declare const camera: IconData;
|
|
285
306
|
export declare const phone: IconData;
|
|
286
307
|
export declare const wifi: IconData;
|
|
@@ -416,6 +437,7 @@ export declare const turbine: IconData;
|
|
|
416
437
|
export declare const lightbulb: IconData;
|
|
417
438
|
export declare const power: IconData;
|
|
418
439
|
export declare const flare: IconData;
|
|
440
|
+
export declare const electrical: IconData;
|
|
419
441
|
export declare const link_off: IconData;
|
|
420
442
|
export declare const link: IconData;
|
|
421
443
|
export declare const camera_add_photo: IconData;
|
|
@@ -478,7 +500,7 @@ export declare const keyboard_backspace: IconData;
|
|
|
478
500
|
export declare const keyboard_capslock: IconData;
|
|
479
501
|
export declare const keyboard_return: IconData;
|
|
480
502
|
export declare const keyboard_tab: IconData;
|
|
481
|
-
export declare const
|
|
503
|
+
export declare const rotate_3d: IconData;
|
|
482
504
|
export declare const spellcheck: IconData;
|
|
483
505
|
export declare const rotate_90_degrees_ccw: IconData;
|
|
484
506
|
export declare const rotate_left: IconData;
|
|
@@ -624,6 +646,10 @@ export declare const new_label: IconData;
|
|
|
624
646
|
export declare const new_alert: IconData;
|
|
625
647
|
export declare const flag: IconData;
|
|
626
648
|
export declare const pin: IconData;
|
|
649
|
+
export declare const tag_main_equipment: IconData;
|
|
650
|
+
export declare const tag_special_equipment: IconData;
|
|
651
|
+
export declare const tag_more: IconData;
|
|
652
|
+
export declare const tag_relations: IconData;
|
|
627
653
|
export declare const pregnant_woman: IconData;
|
|
628
654
|
export declare const accessible: IconData;
|
|
629
655
|
export declare const wheelchair: IconData;
|