@equinor/eds-icons 0.9.1 → 0.10.0-dev.202205096

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 CHANGED
@@ -37,13 +37,6 @@ const fullscreen_exit = {
37
37
  width: '24',
38
38
  svgPathData: 'M5 8h3V5h2v5H5V8zm3 8H5v-2h5v5H8v-3zm6 3h2v-3h3v-2h-5v5zm2-14v3h3v2h-5V5h2z',
39
39
  };
40
- const fullscreen = {
41
- name: 'fullscreen',
42
- prefix: 'eds',
43
- height: '24',
44
- width: '24',
45
- svgPathData: 'M7 10H5V5h5v2H7v3zm-2 4h2v3h3v2H5v-5zm12 3h-3v2h5v-5h-2v3zM14 7V5h5v5h-2V7h-3z',
46
- };
47
40
  const vertical_split = {
48
41
  name: 'vertical_split',
49
42
  prefix: 'eds',
@@ -387,6 +380,22 @@ const miniplayer_fullscreen = {
387
380
  width: '24',
388
381
  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
382
  };
383
+ const fullscreen = {
384
+ name: 'fullscreen',
385
+ prefix: 'eds',
386
+ height: '24',
387
+ width: '24',
388
+ svgPathData: 'M7 10H5V5h5v2H7v3zm-2 4h2v3h3v2H5v-5zm12 3h-3v2h5v-5h-2v3zM14 7V5h5v5h-2V7h-3z',
389
+ sizes: {
390
+ small: {
391
+ name: 'fullscreen_small',
392
+ prefix: 'eds',
393
+ height: '18',
394
+ width: '18',
395
+ svgPathData: 'M5 7H3V3h4v2H5v2zm-2 4h2v2h2v2H3v-4zm10 2h-2v2h4v-4h-2v2zm-2-8V3h4v4h-2V5h-2z',
396
+ },
397
+ },
398
+ };
390
399
  const select_all = {
391
400
  name: 'select_all',
392
401
  prefix: 'eds',
@@ -660,13 +669,6 @@ const setting_backup_restore = {
660
669
  width: '24',
661
670
  svgPathData: 'M4.5 12a9 9 0 1 1 3.52 7.14l1.42-1.44A6.995 6.995 0 0 0 20.5 12c0-3.87-3.13-7-7-7s-7 3.13-7 7h3l-4 4-4-4h3zm9-2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z',
662
671
  };
663
- const search = {
664
- name: 'search',
665
- prefix: 'eds',
666
- height: '24',
667
- width: '24',
668
- svgPathData: 'M14.966 14.255h.79l4.99 5-1.49 1.49-5-4.99v-.79l-.27-.28a6.471 6.471 0 0 1-4.23 1.57 6.5 6.5 0 1 1 6.5-6.5c0 1.61-.59 3.09-1.57 4.23l.28.27zm-9.71-4.5c0 2.49 2.01 4.5 4.5 4.5s4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5-4.5 2.01-4.5 4.5z',
669
- };
670
672
  const searched_history = {
671
673
  name: 'searched_history',
672
674
  prefix: 'eds',
@@ -786,20 +788,6 @@ const close_circle_outlined = {
786
788
  width: '24',
787
789
  svgPathData: 'M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 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 8zm0-9.41L15.59 7 17 8.41 13.41 12 17 15.59 15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59z',
788
790
  };
789
- const close = {
790
- name: 'close',
791
- prefix: 'eds',
792
- height: '24',
793
- width: '24',
794
- svgPathData: 'M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z',
795
- };
796
- const check_circle_outlined = {
797
- name: 'check_circle_outlined',
798
- prefix: 'eds',
799
- height: '24',
800
- width: '24',
801
- 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-2-5.83 6.59-6.59L18 9l-8 8-4-4 1.41-1.41L10 14.17z',
802
- };
803
791
  const check = {
804
792
  name: 'check',
805
793
  prefix: 'eds',
@@ -807,27 +795,6 @@ const check = {
807
795
  width: '24',
808
796
  svgPathData: 'm8.795 15.875-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z',
809
797
  };
810
- const checkbox = {
811
- name: 'checkbox',
812
- prefix: 'eds',
813
- height: '24',
814
- width: '24',
815
- svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zm4.3 13.29c.39.39 1.02.39 1.41 0l7.58-7.59a.996.996 0 1 0-1.41-1.41L10 14.17l-2.88-2.88a.996.996 0 1 0-1.41 1.41l3.59 3.59z',
816
- };
817
- const checkbox_outline = {
818
- name: 'checkbox_outline',
819
- prefix: 'eds',
820
- height: '24',
821
- width: '24',
822
- svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zm1 16h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1z',
823
- };
824
- const checkbox_indeterminate = {
825
- name: 'checkbox_indeterminate',
826
- prefix: 'eds',
827
- height: '24',
828
- width: '24',
829
- svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zm3 10h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1z',
830
- };
831
798
  const radio_button_selected = {
832
799
  name: 'radio_button_selected',
833
800
  prefix: 'eds',
@@ -870,6 +837,102 @@ const log_in = {
870
837
  width: '24',
871
838
  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
839
  };
840
+ const check_circle_outlined = {
841
+ name: 'check_circle_outlined',
842
+ prefix: 'eds',
843
+ height: '24',
844
+ width: '24',
845
+ 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-2-5.83 6.59-6.59L18 9l-8 8-4-4 1.41-1.41L10 14.17z',
846
+ sizes: {
847
+ small: {
848
+ name: 'check_circle_outlined_small',
849
+ prefix: 'eds',
850
+ height: '18',
851
+ width: '18',
852
+ svgPathData: 'M9 1C4.584 1 1 4.584 1 9s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 14c-3.308 0-6-2.693-6-6 0-3.308 2.692-6 6-6 3.307 0 6 2.692 6 6 0 3.307-2.693 6-6 6zm-1.599-4.264 5.272-5.272L13.801 6.6l-6.4 6.4-3.2-3.2L5.33 8.672l2.072 2.064z',
853
+ },
854
+ },
855
+ };
856
+ const close = {
857
+ name: 'close',
858
+ prefix: 'eds',
859
+ height: '24',
860
+ width: '24',
861
+ svgPathData: 'M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z',
862
+ sizes: {
863
+ small: {
864
+ name: 'close_small',
865
+ prefix: 'eds',
866
+ height: '18',
867
+ width: '18',
868
+ svgPathData: 'M14 5.007 12.993 4 9 7.993 5.007 4 4 5.007 7.993 9 4 12.993 5.007 14 9 10.007 12.993 14 14 12.993 10.007 9 14 5.007z',
869
+ },
870
+ },
871
+ };
872
+ const search = {
873
+ name: 'search',
874
+ prefix: 'eds',
875
+ height: '24',
876
+ width: '24',
877
+ svgPathData: 'M14.966 14.255h.79l4.99 5-1.49 1.49-5-4.99v-.79l-.27-.28a6.471 6.471 0 0 1-4.23 1.57 6.5 6.5 0 1 1 6.5-6.5c0 1.61-.59 3.09-1.57 4.23l.28.27zm-9.71-4.5c0 2.49 2.01 4.5 4.5 4.5s4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5-4.5 2.01-4.5 4.5z',
878
+ sizes: {
879
+ small: {
880
+ name: 'search_small',
881
+ prefix: 'eds',
882
+ height: '18',
883
+ width: '18',
884
+ svgPathData: 'M11.224 10.691h.592l3.743 3.75-1.118 1.118-3.75-3.743v-.592l-.202-.21a4.853 4.853 0 0 1-3.173 1.177 4.875 4.875 0 1 1 4.875-4.875 4.853 4.853 0 0 1-1.177 3.173l.21.202zM3.94 7.316a3.37 3.37 0 0 0 3.375 3.375 3.37 3.37 0 0 0 3.375-3.375 3.37 3.37 0 0 0-3.375-3.375 3.37 3.37 0 0 0-3.375 3.375z',
885
+ },
886
+ },
887
+ };
888
+ const checkbox = {
889
+ name: 'checkbox',
890
+ prefix: 'eds',
891
+ height: '24',
892
+ width: '24',
893
+ svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zm4.3 13.29c.39.39 1.02.39 1.41 0l7.58-7.59a.996.996 0 1 0-1.41-1.41L10 14.17l-2.88-2.88a.996.996 0 1 0-1.41 1.41l3.59 3.59z',
894
+ sizes: {
895
+ small: {
896
+ name: 'checkbox_small',
897
+ prefix: 'eds',
898
+ height: '18',
899
+ width: '18',
900
+ svgPathData: 'M3.75 2h10.5c.825 0 1.75.925 1.75 1.75v10.5c0 .825-.925 1.75-1.75 1.75H3.75c-.825 0-1.662-.925-1.662-1.75V3.75c0-.825.837-1.75 1.662-1.75zm3.225 10.217a.747.747 0 0 0 1.057 0l5.685-5.692a.747.747 0 1 0-1.057-1.058l-5.16 5.16-2.16-2.16a.747.747 0 1 0-1.058 1.058l2.693 2.692z',
901
+ },
902
+ },
903
+ };
904
+ const checkbox_outline = {
905
+ name: 'checkbox_outline',
906
+ prefix: 'eds',
907
+ height: '24',
908
+ width: '24',
909
+ svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zm1 16h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1z',
910
+ sizes: {
911
+ small: {
912
+ name: 'checkbox_outline_small',
913
+ prefix: 'eds',
914
+ height: '18',
915
+ width: '18',
916
+ svgPathData: 'M3.5 2H14c.825 0 2 .925 2 1.75v10.5c0 .825-1.175 1.75-2 1.75H3.5c-.825 0-1.5-.925-1.5-1.75V3.75C2 2.925 2.675 2 3.5 2zm1.214 12h8.572a.716.716 0 0 0 .714-.714V4.714A.716.716 0 0 0 13.286 4H4.714A.716.716 0 0 0 4 4.714v8.572c0 .393.321.714.714.714z',
917
+ },
918
+ },
919
+ };
920
+ const checkbox_indeterminate = {
921
+ name: 'checkbox_indeterminate',
922
+ prefix: 'eds',
923
+ height: '24',
924
+ width: '24',
925
+ svgPathData: 'M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zm3 10h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1z',
926
+ sizes: {
927
+ small: {
928
+ name: 'checkbox_indeterminate_small',
929
+ prefix: 'eds',
930
+ height: '18',
931
+ width: '18',
932
+ svgPathData: 'M3.5 2H14c.825 0 2 .925 2 1.75V14c0 .825-1.175 2-2 2H4c-.825 0-2-1.175-2-2V3.75C2 2.925 2.675 2 3.5 2zm2.3 8h6.4c.44 0 .8-.45.8-1s-.36-1-.8-1H5.8c-.44 0-.8.45-.8 1s.36 1 .8 1z',
933
+ },
934
+ },
935
+ };
873
936
  const calendar_event = {
874
937
  name: 'calendar_event',
875
938
  prefix: 'eds',
@@ -905,13 +968,6 @@ const timer_off = {
905
968
  width: '24',
906
969
  svgPathData: 'M9.625 1h6v2h-6V1zm2 7v.86l2 2V8h-2zm8 5c0-3.87-3.13-7-7-7-1.12 0-2.18.27-3.12.74l-1.47-1.47c1.34-.8 2.91-1.27 4.59-1.27 2.12 0 4.07.74 5.62 1.98l1.42-1.42c.51.42.98.9 1.41 1.41l-1.42 1.42a8.963 8.963 0 0 1 1.97 5.61c0 1.68-.47 3.25-1.27 4.59l-1.47-1.47c.47-.94.74-2 .74-3.12zM3.785 3.86l-1.41 1.41 2.75 2.75a9.043 9.043 0 0 0-1.5 4.98c0 4.97 4.02 9 9 9 1.84 0 3.55-.55 4.98-1.5l2.5 2.5 1.41-1.41L3.785 3.86zM5.625 13c0 3.87 3.13 7 7 7 1.29 0 2.49-.35 3.53-.95l-9.57-9.57a6.876 6.876 0 0 0-.96 3.52z',
907
970
  };
908
- const calendar = {
909
- name: 'calendar',
910
- prefix: 'eds',
911
- height: '24',
912
- width: '24',
913
- svgPathData: 'M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zM4 8h16V5H4v3z',
914
- };
915
971
  const calendar_today = {
916
972
  name: 'calendar_today',
917
973
  prefix: 'eds',
@@ -919,13 +975,6 @@ const calendar_today = {
919
975
  width: '24',
920
976
  svgPathData: 'M18 4h1c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1V2h2v2h8V2h2v2zM5 10v10h14V10H5zm14-2H5V6h14v2zm-7 4H7v5h5v-5z',
921
977
  };
922
- const time = {
923
- name: 'time',
924
- prefix: 'eds',
925
- height: '24',
926
- width: '24',
927
- svgPathData: 'M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 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 8zM11 7h1.5v5.2l4.5 2.7-.8 1.3L11 13V7z',
928
- };
929
978
  const calendar_date_range = {
930
979
  name: 'calendar_date_range',
931
980
  prefix: 'eds',
@@ -982,6 +1031,38 @@ const hourglass_full = {
982
1031
  width: '24',
983
1032
  svgPathData: 'M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6z',
984
1033
  };
1034
+ const calendar = {
1035
+ name: 'calendar',
1036
+ prefix: 'eds',
1037
+ height: '24',
1038
+ width: '24',
1039
+ svgPathData: 'M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM5 6v2h14V6H5z',
1040
+ sizes: {
1041
+ small: {
1042
+ name: 'calendar_small',
1043
+ prefix: 'eds',
1044
+ height: '18',
1045
+ width: '18',
1046
+ svgPathData: 'M13.5 3H13V2h-1v1H6V2H5v1h-.5C3.5 3 3 3.5 3 4.6v9.1c0 .715.6 1.3 1.333 1.3h9.334C14.4 15 15 14.415 15 13.7V4.6c0-1.1-.5-1.6-1.5-1.6zM13 13H5V8h8v5zM5 5v1h8V5H5z',
1047
+ },
1048
+ },
1049
+ };
1050
+ const time = {
1051
+ name: 'time',
1052
+ prefix: 'eds',
1053
+ height: '24',
1054
+ width: '24',
1055
+ svgPathData: 'M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 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 8zM11 7h1.5v5.2l4.5 2.7-.8 1.3L11 13V7z',
1056
+ sizes: {
1057
+ small: {
1058
+ name: 'time_small',
1059
+ prefix: 'eds',
1060
+ height: '18',
1061
+ width: '18',
1062
+ svgPathData: 'M9 2C5.15 2 2 5.15 2 9s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm-.002 12.6a5.607 5.607 0 0 1-5.6-5.6c0-3.087 2.513-5.6 5.6-5.6 3.087 0 5.6 2.513 5.6 5.6 0 3.087-2.513 5.6-5.6 5.6zM8 6h1v3.391l3 1.761-.533.848L8 9.913V6z',
1063
+ },
1064
+ },
1065
+ };
985
1066
  const cable = {
986
1067
  name: 'cable',
987
1068
  prefix: 'eds',
@@ -1570,82 +1651,127 @@ const do_not_disturb = {
1570
1651
  width: '24',
1571
1652
  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.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31A7.902 7.902 0 0 1 12 20zM7.1 5.69 18.31 16.9A7.902 7.902 0 0 0 20 12c0-4.42-3.58-8-8-8-1.85 0-3.55.63-4.9 1.69z',
1572
1653
  };
1573
- const notifications = {
1574
- name: 'notifications',
1654
+ const notifications_paused = {
1655
+ name: 'notifications_paused',
1575
1656
  prefix: 'eds',
1576
1657
  height: '24',
1577
1658
  width: '24',
1578
- svgPathData: 'M18 15.75v-5c0-3.07-1.63-5.64-4.5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.11 6 7.67 6 10.75v5l-2 2v1h16v-1l-2-2zm-6 6c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm-4-5h8v-6c0-2.48-1.51-4.5-4-4.5s-4 2.02-4 4.5v6z',
1659
+ svgPathData: 'M18 10.75v5l2 2v1H4v-1l2-2v-5c0-3.08 1.64-5.64 4.5-6.32v-.68c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.68c2.87.68 4.5 3.25 4.5 6.32zm-5.7-1.2H9.5v-1.8h5v1.8l-2.8 3.4h2.8v1.8h-5v-1.8l2.8-3.4zm3.7 7.2H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zm-2 3c0 1.1-.9 2-2 2s-2-.9-2-2h4z',
1579
1660
  };
1580
- const notifications_active = {
1581
- name: 'notifications_active',
1661
+ const warning_outlined = {
1662
+ name: 'warning_outlined',
1582
1663
  prefix: 'eds',
1583
1664
  height: '24',
1584
1665
  width: '24',
1585
- svgPathData: 'M18 15.75v-5c0-3.07-1.63-5.64-4.5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.11 6 7.67 6 10.75v5l-2 2v1h16v-1l-2-2zm-6 6c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm-4-5h8v-6c0-2.48-1.51-4.5-4-4.5s-4 2.02-4 4.5v6zM7.58 3.83 6.15 2.4c-2.4 1.83-3.98 4.65-4.12 7.85h2a8.445 8.445 0 0 1 3.55-6.42zm14.39 6.42h-2a8.495 8.495 0 0 0-3.54-6.42l1.42-1.43c2.39 1.83 3.97 4.65 4.12 7.85z',
1666
+ svgPathData: 'm1 21.5 11-19 11 19H1zm18.53-2L12 6.49 4.47 19.5h15.06zm-8.53-3v2h2v-2h-2zm0-6h2v4h-2v-4z',
1586
1667
  };
1587
- const notifications_off = {
1588
- name: 'notifications_off',
1668
+ const error_outlined = {
1669
+ name: 'error_outlined',
1589
1670
  prefix: 'eds',
1590
1671
  height: '24',
1591
1672
  width: '24',
1592
- svgPathData: 'M15.305 10.75c0-2.48-1.51-4.5-4-4.5-.144 0-.282.017-.42.034l-.13.016-1.64-1.64.105-.038c.188-.07.383-.141.585-.192v-.68c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.68c2.87.68 4.5 3.25 4.5 6.32v2.1l-2-2v-.1zm-2 9c0 1.1-.9 2-2 2s-2-.9-2-2h4zM4.715 3.1l-1.41 1.41 2.81 2.81c-.52 1-.81 2.17-.81 3.43v5l-2 2v1h14.24l1.74 1.74 1.41-1.41L4.715 3.1zm2.59 13.65h8v-.24l-7.66-7.66c-.22.58-.34 1.22-.34 1.9v6z',
1673
+ svgPathData: 'M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM13 13V7h-2v6h2zm0 4v-2h-2v2h2zm-9-5c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8-8 3.58-8 8z',
1593
1674
  };
1594
- const notifications_paused = {
1595
- name: 'notifications_paused',
1675
+ const sync = {
1676
+ name: 'sync',
1596
1677
  prefix: 'eds',
1597
1678
  height: '24',
1598
1679
  width: '24',
1599
- svgPathData: 'M18 10.75v5l2 2v1H4v-1l2-2v-5c0-3.08 1.64-5.64 4.5-6.32v-.68c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.68c2.87.68 4.5 3.25 4.5 6.32zm-5.7-1.2H9.5v-1.8h5v1.8l-2.8 3.4h2.8v1.8h-5v-1.8l2.8-3.4zm3.7 7.2H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zm-2 3c0 1.1-.9 2-2 2s-2-.9-2-2h4z',
1680
+ svgPathData: 'M12 1v3c4.42 0 8 3.58 8 8 0 1.57-.46 3.03-1.24 4.26L17.3 14.8c.45-.83.7-1.79.7-2.8 0-3.31-2.69-6-6-6v3L8 5l4-4zM6 12c0 3.31 2.69 6 6 6v-3l4 4-4 4v-3c-4.42 0-8-3.58-8-8 0-1.57.46-3.03 1.24-4.26L6.7 9.2c-.45.83-.7 1.79-.7 2.8z',
1600
1681
  };
1601
- const warning_outlined = {
1602
- name: 'warning_outlined',
1682
+ const sync_off = {
1683
+ name: 'sync_off',
1603
1684
  prefix: 'eds',
1604
1685
  height: '24',
1605
1686
  width: '24',
1606
- svgPathData: 'm1 21.5 11-19 11 19H1zm18.53-2L12 6.49 4.47 19.5h15.06zm-8.53-3v2h2v-2h-2zm0-6h2v4h-2v-4z',
1687
+ svgPathData: 'm3.32 4.73 1.41-1.41 15.95 15.95-1.41 1.41-2.58-2.58c-.68.42-1.43.75-2.23.96v-2.09c.26-.1.51-.21.76-.34L7.14 8.55c-.43.83-.68 1.77-.68 2.77 0 1.66.68 3.15 1.76 4.24l2.24-2.24v6h-6l2.36-2.36a7.925 7.925 0 0 1-1.14-9.87L3.32 4.73zm17.14 6.59c0-2.21-.91-4.2-2.36-5.64l2.36-2.36h-6v6l2.24-2.24a6.003 6.003 0 0 1 1.76 4.24c0 .85-.19 1.65-.51 2.38l1.5 1.5a7.921 7.921 0 0 0 1.01-3.88zm-10-5.65V3.58c-.66.17-1.29.43-1.88.75l1.5 1.5c.065-.025.128-.053.19-.08.063-.028.125-.055.19-.08z',
1607
1688
  };
1608
- const warning_filled = {
1609
- name: 'warning_filled',
1689
+ const sync_problem = {
1690
+ name: 'sync_problem',
1610
1691
  prefix: 'eds',
1611
1692
  height: '24',
1612
1693
  width: '24',
1613
- svgPathData: 'm23 21.5-11-19-11 19h22zm-12-3v-2h2v2h-2zm0-4h2v-4h-2v4z',
1694
+ svgPathData: 'M21 4h-6v6l2.24-2.24A6.003 6.003 0 0 1 19 12a5.99 5.99 0 0 1-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64L21 4zM5.36 17.64A7.925 7.925 0 0 1 3 12c0-3.73 2.55-6.85 6-7.74v2.09C6.67 7.17 5 9.39 5 12c0 1.66.68 3.15 1.76 4.24L9 14v6H3l2.36-2.36zM13 17h-2v-2h2v2zm0-4h-2V7h2v6z',
1614
1695
  };
1615
- const error_outlined = {
1616
- name: 'error_outlined',
1696
+ const notifications = {
1697
+ name: 'notifications',
1617
1698
  prefix: 'eds',
1618
1699
  height: '24',
1619
1700
  width: '24',
1620
- svgPathData: 'M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM13 13V7h-2v6h2zm0 4v-2h-2v2h2zm-9-5c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8-8 3.58-8 8z',
1701
+ svgPathData: 'M18 15.75v-5c0-3.07-1.63-5.64-4.5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.11 6 7.67 6 10.75v5l-2 2v1h16v-1l-2-2zm-6 6c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm-4-5h8v-6c0-2.48-1.51-4.5-4-4.5s-4 2.02-4 4.5v6z',
1702
+ sizes: {
1703
+ small: {
1704
+ name: 'notifications_small',
1705
+ prefix: 'eds',
1706
+ height: '18',
1707
+ width: '18',
1708
+ svgPathData: 'M13.5 11.911v-3.67c0-2.254-1.223-4.141-3.375-4.64v-.5C10.125 2.491 9.623 2 9 2s-1.125.492-1.125 1.101v.5C5.73 4.1 4.5 5.979 4.5 8.24v3.67L3 13.38v.673h12v-.673l-1.5-1.469zM9 16.001c.825 0 1.5-.49 1.5-1.47h-3c0 .98.675 1.47 1.5 1.47zm-3-3.356h6V8.24c0-1.82-1.133-3.303-3-3.303S6 6.42 6 8.24v4.405z',
1709
+ },
1710
+ },
1621
1711
  };
1622
- const error_filled = {
1623
- name: 'error_filled',
1712
+ const notifications_active = {
1713
+ name: 'notifications_active',
1624
1714
  prefix: 'eds',
1625
1715
  height: '24',
1626
1716
  width: '24',
1627
- svgPathData: 'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15v-2h2v2h-2zm0-10v6h2V7h-2z',
1717
+ svgPathData: 'M18 15.75v-5c0-3.07-1.63-5.64-4.5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.11 6 7.67 6 10.75v5l-2 2v1h16v-1l-2-2zm-6 6c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm-4-5h8v-6c0-2.48-1.51-4.5-4-4.5s-4 2.02-4 4.5v6zM7.58 3.83 6.15 2.4c-2.4 1.83-3.98 4.65-4.12 7.85h2a8.445 8.445 0 0 1 3.55-6.42zm14.39 6.42h-2a8.495 8.495 0 0 0-3.54-6.42l1.42-1.43c2.39 1.83 3.97 4.65 4.12 7.85z',
1718
+ sizes: {
1719
+ small: {
1720
+ name: 'notifications_active_small',
1721
+ prefix: 'eds',
1722
+ height: '18',
1723
+ width: '18',
1724
+ svgPathData: 'M13.5 11.813v-3.75c0-2.303-1.223-4.23-3.375-4.74v-.51c0-.623-.503-1.126-1.125-1.126-.623 0-1.125.503-1.125 1.125v.51C5.73 3.832 4.5 5.752 4.5 8.063v3.75l-1.5 1.5V14h12v-.688l-1.5-1.5zM9 16c1 0 1.5-.871 1.5-1.5h-3c0 .629.5 1.5 1.5 1.5zm-3-3.438h6v-4.5c0-1.86-1.133-3.374-3-3.374-1.868 0-3 1.514-3 3.375v4.5zm-.315-9.69L4.612 1.8a7.819 7.819 0 0 0-3.09 5.888h1.5a6.334 6.334 0 0 1 2.663-4.815zm10.793 4.816h-1.5a6.371 6.371 0 0 0-2.655-4.815L13.386 1.8a7.866 7.866 0 0 1 3.09 5.888z',
1725
+ },
1726
+ },
1628
1727
  };
1629
- const sync = {
1630
- name: 'sync',
1728
+ const notifications_off = {
1729
+ name: 'notifications_off',
1631
1730
  prefix: 'eds',
1632
1731
  height: '24',
1633
1732
  width: '24',
1634
- svgPathData: 'M12 1v3c4.42 0 8 3.58 8 8 0 1.57-.46 3.03-1.24 4.26L17.3 14.8c.45-.83.7-1.79.7-2.8 0-3.31-2.69-6-6-6v3L8 5l4-4zM6 12c0 3.31 2.69 6 6 6v-3l4 4-4 4v-3c-4.42 0-8-3.58-8-8 0-1.57.46-3.03 1.24-4.26L6.7 9.2c-.45.83-.7 1.79-.7 2.8z',
1733
+ svgPathData: 'M15.305 10.75c0-2.48-1.51-4.5-4-4.5-.144 0-.282.017-.42.034l-.13.016-1.64-1.64.105-.038c.188-.07.383-.141.585-.192v-.68c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.68c2.87.68 4.5 3.25 4.5 6.32v2.1l-2-2v-.1zm-2 9c0 1.1-.9 2-2 2s-2-.9-2-2h4zM4.715 3.1l-1.41 1.41 2.81 2.81c-.52 1-.81 2.17-.81 3.43v5l-2 2v1h14.24l1.74 1.74 1.41-1.41L4.715 3.1zm2.59 13.65h8v-.24l-7.66-7.66c-.22.58-.34 1.22-.34 1.9v6z',
1734
+ sizes: {
1735
+ small: {
1736
+ name: 'notifications_off_small',
1737
+ prefix: 'eds',
1738
+ height: '18',
1739
+ width: '18',
1740
+ svgPathData: 'M11.47 8.236c0-1.82-1.129-3.302-2.99-3.302-.108 0-.21.013-.313.026l-.098.011-1.226-1.203.078-.028c.14-.051.287-.104.438-.14v-.5c0-.608.5-1.1 1.121-1.1.62 0 1.121.492 1.121 1.1v.5c2.146.498 3.364 2.384 3.364 4.636v1.54L11.47 8.31v-.073zm-1.473 6.297c0 .978-.673 1.467-1.495 1.467-.822 0-1.495-.49-1.495-1.467h2.99zM3.554 2.623 2.5 3.659l2.1 2.061a5.36 5.36 0 0 0-.605 2.517v3.668L2.5 13.37v.672h10.487l1.459 1.338 1.054-1.034L3.554 2.624zM5.49 12.639h5.98v-.176l-5.726-5.62a3.856 3.856 0 0 0-.254 1.394v4.402z',
1741
+ },
1742
+ },
1635
1743
  };
1636
- const sync_off = {
1637
- name: 'sync_off',
1744
+ const error_filled = {
1745
+ name: 'error_filled',
1638
1746
  prefix: 'eds',
1639
1747
  height: '24',
1640
1748
  width: '24',
1641
- svgPathData: 'm3.32 4.73 1.41-1.41 15.95 15.95-1.41 1.41-2.58-2.58c-.68.42-1.43.75-2.23.96v-2.09c.26-.1.51-.21.76-.34L7.14 8.55c-.43.83-.68 1.77-.68 2.77 0 1.66.68 3.15 1.76 4.24l2.24-2.24v6h-6l2.36-2.36a7.925 7.925 0 0 1-1.14-9.87L3.32 4.73zm17.14 6.59c0-2.21-.91-4.2-2.36-5.64l2.36-2.36h-6v6l2.24-2.24a6.003 6.003 0 0 1 1.76 4.24c0 .85-.19 1.65-.51 2.38l1.5 1.5a7.921 7.921 0 0 0 1.01-3.88zm-10-5.65V3.58c-.66.17-1.29.43-1.88.75l1.5 1.5c.065-.025.128-.053.19-.08.063-.028.125-.055.19-.08z',
1749
+ svgPathData: 'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15v-2h2v2h-2zm0-10v6h2V7h-2z',
1750
+ sizes: {
1751
+ small: {
1752
+ name: 'error_filled_small',
1753
+ prefix: 'eds',
1754
+ height: '18',
1755
+ width: '18',
1756
+ svgPathData: 'M9 2C5.136 2 2 5.136 2 9s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7zM8 13v-2h2v2H8zm0-8v5h2V5H8z',
1757
+ },
1758
+ },
1642
1759
  };
1643
- const sync_problem = {
1644
- name: 'sync_problem',
1760
+ const warning_filled = {
1761
+ name: 'warning_filled',
1645
1762
  prefix: 'eds',
1646
1763
  height: '24',
1647
1764
  width: '24',
1648
- svgPathData: 'M21 4h-6v6l2.24-2.24A6.003 6.003 0 0 1 19 12a5.99 5.99 0 0 1-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64L21 4zM5.36 17.64A7.925 7.925 0 0 1 3 12c0-3.73 2.55-6.85 6-7.74v2.09C6.67 7.17 5 9.39 5 12c0 1.66.68 3.15 1.76 4.24L9 14v6H3l2.36-2.36zM13 17h-2v-2h2v2zm0-4h-2V7h2v6z',
1765
+ svgPathData: 'm23 21.5-11-19-11 19h22zm-12-3v-2h2v2h-2zm0-4h2v-4h-2v4z',
1766
+ sizes: {
1767
+ small: {
1768
+ name: 'warning_filled_small',
1769
+ prefix: 'eds',
1770
+ height: '18',
1771
+ width: '18',
1772
+ svgPathData: 'M17.5 16 9 2 .5 16h17zM8 14v-2h2v2H8zm0-4h2V6H8v4z',
1773
+ },
1774
+ },
1649
1775
  };
1650
1776
  const menu = {
1651
1777
  name: 'menu',
@@ -2088,8 +2214,8 @@ const flight_takeoff = {
2088
2214
  width: '24',
2089
2215
  svgPathData: 'M20.25 8.295c.8-.22 1.63.26 1.84 1.06.21.8-.26 1.62-1.07 1.85l-16.57 4.43-2.59-4.49 1.45-.39 1.97 1.54 4.97-1.33-4.14-7.17 1.93-.51 6.9 6.43 5.31-1.42zm1.27 10.42h-19v2h19v-2z',
2090
2216
  };
2091
- const communte = {
2092
- name: 'communte',
2217
+ const commute = {
2218
+ name: 'commute',
2093
2219
  prefix: 'eds',
2094
2220
  height: '24',
2095
2221
  width: '24',
@@ -2221,8 +2347,8 @@ const memory = {
2221
2347
  width: '24',
2222
2348
  svgPathData: 'M21 11V9h-2V7c0-1.1-.9-2-2-2h-2V3h-2v2h-2V3H9v2H7c-1.1 0-2 .9-2 2v2H3v2h2v2H3v2h2v2c0 1.1.9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2zM9 9h6v6H9V9zm2 4h2v-2h-2v2zm-4 4h10V7H7v10z',
2223
2349
  };
2224
- const headseat_mic = {
2225
- name: 'headseat_mic',
2350
+ const headset_mic = {
2351
+ name: 'headset_mic',
2226
2352
  prefix: 'eds',
2227
2353
  height: '24',
2228
2354
  width: '24',
@@ -2340,8 +2466,8 @@ const device_unknown = {
2340
2466
  width: '24',
2341
2467
  svgPathData: 'M7 1h10c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zm10 18V5H7v14h10zM12 6.72c-1.96 0-3.5 1.52-3.5 3.47h1.75c0-.93.82-1.75 1.75-1.75s1.75.82 1.75 1.75c0 .767-.505 1.163-1.072 1.608-.728.572-1.558 1.224-1.558 2.842h1.76c0-.945.61-1.488 1.24-2.05.678-.604 1.38-1.23 1.38-2.4 0-1.96-1.54-3.47-3.5-3.47zM13 18v-2h-2v2h2z',
2342
2468
  };
2343
- const desktop_windwos = {
2344
- name: 'desktop_windwos',
2469
+ const desktop_windows = {
2470
+ name: 'desktop_windows',
2345
2471
  prefix: 'eds',
2346
2472
  height: '24',
2347
2473
  width: '24',
@@ -2459,8 +2585,8 @@ const fridge = {
2459
2585
  width: '24',
2460
2586
  svgPathData: 'm6 2 12 .01c1.1 0 2 .88 2 1.99v16c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4a2 2 0 0 1 2-2zm2 3h2v3H8V5zm0 7h2v5H8v-5zm10 8H6v-9.02h12V20zM6 9h12V4H6v5z',
2461
2587
  };
2462
- const breifcase = {
2463
- name: 'breifcase',
2588
+ const briefcase = {
2589
+ name: 'briefcase',
2464
2590
  prefix: 'eds',
2465
2591
  height: '24',
2466
2592
  width: '24',
@@ -2599,13 +2725,6 @@ const puzzle = {
2599
2725
  width: '24',
2600
2726
  svgPathData: 'M8.25 4.75a2.5 2.5 0 0 1 5 0h4c1.1 0 2 .9 2 2v4a2.5 2.5 0 0 1 0 5v4c0 1.1-.9 2-2 2h-3.8v-.3c0-1.49-1.21-2.7-2.7-2.7-1.49 0-2.7 1.21-2.7 2.7v.3h-3.8c-1.1 0-2-.9-2-2v-3.8h.3c1.49 0 2.7-1.21 2.7-2.7 0-1.49-1.21-2.7-2.7-2.7h-.29v-3.8c0-1.1.89-2 1.99-2h4zm3 0c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2h-6l.01 2.12c1.75.68 2.99 2.39 2.99 4.38 0 1.99-1.25 3.7-3 4.38v2.12h2.12c.68-1.75 2.39-3 4.38-3 1.99 0 3.7 1.25 4.38 3h2.12v-6h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2v-6h-6v-2z',
2601
2727
  };
2602
- const placeholder_icon = {
2603
- name: 'placeholder_icon',
2604
- prefix: 'eds',
2605
- height: '24',
2606
- width: '24',
2607
- svgPathData: 'M5 5H3c0-1.1.9-2 2-2v2zm0 8H3v-2h2v2zm2 8h2v-2H7v2zM5 9H3V7h2v2zm8-6h-2v2h2V3zm6 2V3c1.1 0 2 .9 2 2h-2zM5 21v-2H3c0 1.1.9 2 2 2zm0-4H3v-2h2v2zM9 3H7v2h2V3zm4 18h-2v-2h2v2zm6-8h2v-2h-2v2zm2 6c0 1.1-.9 2-2 2v-2h2zM19 9h2V7h-2v2zm2 8h-2v-2h2v2zm-6 4h2v-2h-2v2zm2-16h-2V3h2v2z',
2608
- };
2609
2728
  const smoking_off = {
2610
2729
  name: 'smoking_off',
2611
2730
  prefix: 'eds',
@@ -2676,6 +2795,22 @@ const gavel = {
2676
2795
  width: '24',
2677
2796
  svgPathData: 'm18.375 6.66-2.83 2.83-5.66-5.66L12.715 1l5.66 5.66zm-9.91-1.42-2.83 2.83 14.14 14.14 2.83-2.83L8.465 5.24zM13.395 21h-12v2h12v-2zm-3.51-5.86-5.66-5.66-2.83 2.83 5.66 5.66 2.83-2.83z',
2678
2797
  };
2798
+ const placeholder_icon = {
2799
+ name: 'placeholder_icon',
2800
+ prefix: 'eds',
2801
+ height: '24',
2802
+ width: '24',
2803
+ svgPathData: 'M5 5H3c0-1.1.9-2 2-2v2zm0 8H3v-2h2v2zm2 8h2v-2H7v2zM5 9H3V7h2v2zm8-6h-2v2h2V3zm6 2V3c1.1 0 2 .9 2 2h-2zM5 21v-2H3c0 1.1.9 2 2 2zm0-4H3v-2h2v2zM9 3H7v2h2V3zm4 18h-2v-2h2v2zm6-8h2v-2h-2v2zm2 6c0 1.1-.9 2-2 2v-2h2zM19 9h2V7h-2v2zm2 8h-2v-2h2v2zm-6 4h2v-2h-2v2zm2-16h-2V3h2v2z',
2804
+ sizes: {
2805
+ small: {
2806
+ name: 'placeholder_icon_small',
2807
+ prefix: 'eds',
2808
+ height: '18',
2809
+ width: '18',
2810
+ svgPathData: 'M4 4H2c0-1.1.9-2 2-2v2zm0 6H2V8h2v2zm1 6h2v-2H5v2zM4 7H2V5h2v2zm6-5H8v2h2V2zm4 2V2c1.1 0 2 .9 2 2h-2zM4 16v-2H2c0 1.1.9 2 2 2zm0-3H2v-2h2v2zM7 2H5v2h2V2zm3 14H8v-2h2v2zm4-6h2V8h-2v2zm2 4c0 1.1-.9 2-2 2v-2h2zm-2-7h2V5h-2v2zm2 6h-2v-2h2v2zm-5 3h2v-2h-2v2zm2-12h-2V2h2v2z',
2811
+ },
2812
+ },
2813
+ };
2679
2814
  const folder_shared = {
2680
2815
  name: 'folder_shared',
2681
2816
  prefix: 'eds',
@@ -3075,6 +3210,13 @@ const electrical = {
3075
3210
  width: '24',
3076
3211
  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
3212
  };
3213
+ const wind_turbine = {
3214
+ name: 'wind_turbine',
3215
+ prefix: 'eds',
3216
+ height: '24',
3217
+ width: '24',
3218
+ 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',
3219
+ };
3078
3220
  const link_off = {
3079
3221
  name: 'link_off',
3080
3222
  prefix: 'eds',
@@ -3194,8 +3336,8 @@ const functions = {
3194
3336
  width: '24',
3195
3337
  svgPathData: 'M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7V4z',
3196
3338
  };
3197
- const format_stikethrough = {
3198
- name: 'format_stikethrough',
3339
+ const format_strikethrough = {
3340
+ name: 'format_strikethrough',
3199
3341
  prefix: 'eds',
3200
3342
  height: '24',
3201
3343
  width: '24',
@@ -3747,15 +3889,15 @@ const mood_happy = {
3747
3889
  width: '24',
3748
3890
  svgPathData: 'M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM8.5 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm7 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-6.95 6c.7 1.19 1.97 2 3.45 2 1.48 0 2.75-.81 3.45-2h1.67a5.495 5.495 0 0 1-10.24 0h1.67zM4 12c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8-8 3.58-8 8z',
3749
3891
  };
3750
- const mood_extreamly_sad = {
3751
- name: 'mood_extreamly_sad',
3892
+ const mood_extremely_sad = {
3893
+ name: 'mood_extremely_sad',
3752
3894
  prefix: 'eds',
3753
3895
  height: '24',
3754
3896
  width: '24',
3755
3897
  svgPathData: 'M2 12C2 6.47 6.47 2 11.99 2 17.52 2 22 6.47 22 12s-4.49 10-10.01 10S2 17.53 2 12zm5.82 0 1.06-1.06L9.94 12 11 10.94 9.94 9.88 11 8.82 9.94 7.76 8.88 8.82 7.82 7.76 6.76 8.82l1.06 1.06-1.06 1.06L7.82 12zM12 13.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5zm0 6.5c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.12-11.18 1.06-1.06 1.06 1.06-1.06 1.06 1.06 1.06L16.18 12l-1.06-1.06L14.06 12 13 10.94l1.06-1.06L13 8.82l1.06-1.06 1.06 1.06z',
3756
3898
  };
3757
- const mood_extreamly_happy = {
3758
- name: 'mood_extreamly_happy',
3899
+ const mood_extremely_happy = {
3900
+ name: 'mood_extremely_happy',
3759
3901
  prefix: 'eds',
3760
3902
  height: '24',
3761
3903
  width: '24',
@@ -3796,13 +3938,6 @@ const thumbs_down = {
3796
3938
  width: '24',
3797
3939
  svgPathData: 'M15 2H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 22l6.59-6.59c.36-.36.58-.86.58-1.41V4c0-1.1-.9-2-2-2zm0 12-4.34 4.34L12 13H3v-2l3-7h9v10zm8-12h-4v12h4V2z',
3798
3940
  };
3799
- const thumbs_up = {
3800
- name: 'thumbs_up',
3801
- prefix: 'eds',
3802
- height: '24',
3803
- width: '24',
3804
- svgPathData: 'M9 22h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 2 7.58 8.59C7.22 8.95 7 9.45 7 10v10c0 1.1.9 2 2 2zm0-12 4.34-4.34L12 11h9v2l-3 7H9V10zm-4 0H1v12h4V10z',
3805
- };
3806
3941
  const thumbs_up_down = {
3807
3942
  name: 'thumbs_up_down',
3808
3943
  prefix: 'eds',
@@ -3838,6 +3973,22 @@ const info_circle = {
3838
3973
  width: '24',
3839
3974
  svgPathData: 'M12.01 22C17.53 22 22 17.52 22 12S17.53 2 12.01 2C6.48 2 2 6.48 2 12s4.48 10 10.01 10zM13 9V7h-2v2h2zm0 8v-6h-2v6h2zm7-5c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8z',
3840
3975
  };
3976
+ const thumbs_up = {
3977
+ name: 'thumbs_up',
3978
+ prefix: 'eds',
3979
+ height: '24',
3980
+ width: '24',
3981
+ svgPathData: 'M9 22h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 2 7.58 8.59C7.22 8.95 7 9.45 7 10v10c0 1.1.9 2 2 2zm0-12 4.34-4.34L12 11h9v2l-3 7H9V10zm-4 0H1v12h4V10z',
3982
+ sizes: {
3983
+ small: {
3984
+ name: 'thumbs_up_small',
3985
+ prefix: 'eds',
3986
+ height: '18',
3987
+ width: '18',
3988
+ svgPathData: 'M5.625 17h7.313c.674 0 1.25-.4 1.494-.976l2.454-5.64c.073-.184.114-.376.114-.584V8.2c0-.88-.606-1.2-1.5-1.2H10l1.02-4.056.024-.256c0-.328-.138-.632-.357-.848L9.826 1 4.47 6.272A1.578 1.578 0 0 0 4 7.4v8c0 .88.731 1.6 1.625 1.6zM6 7.5l3.5-4L8 9h7v1l-2 5H6V7.5zM3 7H1v10h2V7z',
3989
+ },
3990
+ },
3991
+ };
3841
3992
  const donut_large = {
3842
3993
  name: 'donut_large',
3843
3994
  prefix: 'eds',
@@ -4307,20 +4458,6 @@ const record_voice_off = {
4307
4458
  width: '24',
4308
4459
  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',
4309
4460
  };
4310
- const subdirectory_arrow_right = {
4311
- name: 'subdirectory_arrow_right',
4312
- prefix: 'eds',
4313
- height: '24',
4314
- width: '24',
4315
- svgPathData: 'm19.5 14.5-6 6-1.42-1.42 3.59-3.58H4.5v-12h2v10h9.17l-3.59-3.58L13.5 8.5l6 6z',
4316
- };
4317
- const subdirectory_arrow_left = {
4318
- name: 'subdirectory_arrow_left',
4319
- prefix: 'eds',
4320
- height: '24',
4321
- width: '24',
4322
- svgPathData: 'm10.5 8.5 1.42 1.42-3.59 3.58h9.17v-10h2v12H8.33l3.59 3.58-1.42 1.42-6-6 6-6z',
4323
- };
4324
4461
  const last_page = {
4325
4462
  name: 'last_page',
4326
4463
  prefix: 'eds',
@@ -4349,61 +4486,113 @@ const unfold_less = {
4349
4486
  width: '24',
4350
4487
  svgPathData: 'm15.17 4 1.42 1.41L12 10 7.41 5.41 8.83 4 12 7.17 15.17 4zM8.83 20l-1.42-1.41L12 14l4.58 4.59L15.17 20 12 16.83 8.83 20z',
4351
4488
  };
4352
- const arrow_drop_left = {
4353
- name: 'arrow_drop_left',
4489
+ const swap_horizontal = {
4490
+ name: 'swap_horizontal',
4354
4491
  prefix: 'eds',
4355
4492
  height: '24',
4356
4493
  width: '24',
4357
- svgPathData: 'm14.5 7-5 5 5 5V7z',
4494
+ svgPathData: 'M17.01 5 21 9l-3.99 4v-3H10V8h7.01V5zM3 15l3.99-4v3H14v2H6.99v3L3 15z',
4358
4495
  };
4359
- const arrow_drop_right = {
4360
- name: 'arrow_drop_right',
4496
+ const swap_horizontal_circle = {
4497
+ name: 'swap_horizontal_circle',
4361
4498
  prefix: 'eds',
4362
4499
  height: '24',
4363
4500
  width: '24',
4364
- svgPathData: 'm9.5 17 5-5-5-5v10z',
4501
+ svgPathData: 'M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm2 0c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8zm11-5.5V9h-4v2h4v2.5l3.5-3.5L15 6.5zM5.5 14 9 10.5V13h4v2H9v2.5L5.5 14z',
4365
4502
  };
4366
- const arrow_drop_up = {
4367
- name: 'arrow_drop_up',
4503
+ const swap_vertical = {
4504
+ name: 'swap_vertical',
4368
4505
  prefix: 'eds',
4369
4506
  height: '24',
4370
4507
  width: '24',
4371
- svgPathData: 'm7 14.5 5-5 5 5H7z',
4508
+ svgPathData: 'M5 6.99 9 3l4 3.99h-3V14H8V6.99H5zM16 10v7.01h3L15 21l-4-3.99h3V10h2z',
4372
4509
  };
4373
- const arrow_drop_down = {
4374
- name: 'arrow_drop_down',
4510
+ const swap_vertical_circle = {
4511
+ name: 'swap_vertical_circle',
4375
4512
  prefix: 'eds',
4376
4513
  height: '24',
4377
4514
  width: '24',
4378
- svgPathData: 'm7 9.5 5 5 5-5H7z',
4515
+ svgPathData: 'M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm2 0c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8zm2.5-3L10 5.5 13.5 9H11v4H9V9H6.5zm7.5 9.5 3.5-3.5H15v-4h-2v4h-2.5l3.5 3.5z',
4379
4516
  };
4380
- const arrow_forward_ios = {
4381
- name: 'arrow_forward_ios',
4517
+ const chevron_down = {
4518
+ name: 'chevron_down',
4382
4519
  prefix: 'eds',
4383
4520
  height: '24',
4384
4521
  width: '24',
4385
- svgPathData: 'm6.165 20.13 1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77 8.13 8.13-8.13 8.13z',
4522
+ svgPathData: 'm7.41 8.295 4.59 4.58 4.59-4.58L18 9.705l-6 6-6-6 1.41-1.41z',
4523
+ sizes: {
4524
+ small: {
4525
+ name: 'chevron_down_small',
4526
+ prefix: 'eds',
4527
+ height: '18',
4528
+ width: '18',
4529
+ svgPathData: 'M5.175 6 9 9.709 12.825 6 14 7.142 9 12 4 7.142 5.175 6z',
4530
+ },
4531
+ },
4386
4532
  };
4387
- const arrow_back_ios = {
4388
- name: 'arrow_back_ios',
4533
+ const chevron_left = {
4534
+ name: 'chevron_left',
4389
4535
  prefix: 'eds',
4390
4536
  height: '24',
4391
4537
  width: '24',
4392
- svgPathData: 'm17.835 3.87-1.78-1.77-9.89 9.9 9.9 9.9 1.77-1.77L9.705 12l8.13-8.13z',
4538
+ svgPathData: 'M15.705 16.59 11.125 12l4.58-4.59L14.295 6l-6 6 6 6 1.41-1.41z',
4539
+ sizes: {
4540
+ small: {
4541
+ name: 'chevron_left_small',
4542
+ prefix: 'eds',
4543
+ height: '18',
4544
+ width: '18',
4545
+ svgPathData: 'M12 12.827 8.291 9.002 12 5.177l-1.142-1.175-4.858 5 4.858 5L12 12.827z',
4546
+ },
4547
+ },
4393
4548
  };
4394
- const arrow_up = {
4395
- name: 'arrow_up',
4549
+ const chevron_right = {
4550
+ name: 'chevron_right',
4396
4551
  prefix: 'eds',
4397
4552
  height: '24',
4398
4553
  width: '24',
4399
- svgPathData: 'm4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z',
4554
+ svgPathData: 'm8.295 16.59 4.58-4.59-4.58-4.59L9.705 6l6 6-6 6-1.41-1.41z',
4555
+ sizes: {
4556
+ small: {
4557
+ name: 'chevron_right_small',
4558
+ prefix: 'eds',
4559
+ height: '18',
4560
+ width: '18',
4561
+ svgPathData: 'm6 12.827 3.709-3.825L6 5.177l1.142-1.175 4.858 5-4.858 5L6 12.827z',
4562
+ },
4563
+ },
4400
4564
  };
4401
- const arrow_forward = {
4402
- name: 'arrow_forward',
4565
+ const chevron_up = {
4566
+ name: 'chevron_up',
4403
4567
  prefix: 'eds',
4404
4568
  height: '24',
4405
4569
  width: '24',
4406
- svgPathData: 'm12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z',
4570
+ svgPathData: 'm7.41 15.705 4.59-4.58 4.59 4.58 1.41-1.41-6-6-6 6 1.41 1.41z',
4571
+ sizes: {
4572
+ small: {
4573
+ name: 'chevron_up_small',
4574
+ prefix: 'eds',
4575
+ height: '18',
4576
+ width: '18',
4577
+ svgPathData: 'm5.174 12.002 3.825-3.709 3.825 3.709 1.175-1.142-5-4.859-5 4.859 1.175 1.142z',
4578
+ },
4579
+ },
4580
+ };
4581
+ const arrow_back = {
4582
+ name: 'arrow_back',
4583
+ prefix: 'eds',
4584
+ height: '24',
4585
+ width: '24',
4586
+ svgPathData: 'M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z',
4587
+ sizes: {
4588
+ small: {
4589
+ name: 'arrow_back_small',
4590
+ prefix: 'eds',
4591
+ height: '18',
4592
+ width: '18',
4593
+ svgPathData: 'M15 8H6.5l4-4L9 3 3 9l6 6 1.5-1-4-4H15V8z',
4594
+ },
4595
+ },
4407
4596
  };
4408
4597
  const arrow_down = {
4409
4598
  name: 'arrow_down',
@@ -4411,69 +4600,175 @@ const arrow_down = {
4411
4600
  height: '24',
4412
4601
  width: '24',
4413
4602
  svgPathData: 'm20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z',
4603
+ sizes: {
4604
+ small: {
4605
+ name: 'arrow_down_small',
4606
+ prefix: 'eds',
4607
+ height: '18',
4608
+ width: '18',
4609
+ svgPathData: 'M8 3v8.5l-4-4L3 9l6 6 6-6-1-1.5-4 4V3H8z',
4610
+ },
4611
+ },
4414
4612
  };
4415
- const arrow_back = {
4416
- name: 'arrow_back',
4613
+ const arrow_forward = {
4614
+ name: 'arrow_forward',
4417
4615
  prefix: 'eds',
4418
4616
  height: '24',
4419
4617
  width: '24',
4420
- svgPathData: 'M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z',
4618
+ svgPathData: 'm12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z',
4619
+ sizes: {
4620
+ small: {
4621
+ name: 'arrow_forward_small',
4622
+ prefix: 'eds',
4623
+ height: '18',
4624
+ width: '18',
4625
+ svgPathData: 'M3 10h8.5l-4 4L9 15l6-6-6-6-1.5 1 4 4H3v2z',
4626
+ },
4627
+ },
4421
4628
  };
4422
- const chevron_down = {
4423
- name: 'chevron_down',
4629
+ const arrow_up = {
4630
+ name: 'arrow_up',
4424
4631
  prefix: 'eds',
4425
4632
  height: '24',
4426
4633
  width: '24',
4427
- svgPathData: 'm7.41 8.295 4.59 4.58 4.59-4.58L18 9.705l-6 6-6-6 1.41-1.41z',
4634
+ svgPathData: 'm4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z',
4635
+ sizes: {
4636
+ small: {
4637
+ name: 'arrow_up_small',
4638
+ prefix: 'eds',
4639
+ height: '18',
4640
+ width: '18',
4641
+ svgPathData: 'M10 15V6.5l4 4L15 9 9 3 3 9l1 1.5 4-4V15h2z',
4642
+ },
4643
+ },
4428
4644
  };
4429
- const chevron_left = {
4430
- name: 'chevron_left',
4645
+ const arrow_back_ios = {
4646
+ name: 'arrow_back_ios',
4431
4647
  prefix: 'eds',
4432
4648
  height: '24',
4433
4649
  width: '24',
4434
- svgPathData: 'M15.705 16.59 11.125 12l4.58-4.59L14.295 6l-6 6 6 6 1.41-1.41z',
4650
+ svgPathData: 'm17.835 3.87-1.78-1.77-9.89 9.9 9.9 9.9 1.77-1.77L9.705 12l8.13-8.13z',
4651
+ sizes: {
4652
+ small: {
4653
+ name: 'arrow_back_ios_small',
4654
+ prefix: 'eds',
4655
+ height: '18',
4656
+ width: '18',
4657
+ svgPathData: 'M13.377 2.903 12.04 1.575 4.624 9l7.425 7.425 1.328-1.327L7.279 9l6.098-6.097z',
4658
+ },
4659
+ },
4435
4660
  };
4436
- const chevron_right = {
4437
- name: 'chevron_right',
4661
+ const arrow_forward_ios = {
4662
+ name: 'arrow_forward_ios',
4438
4663
  prefix: 'eds',
4439
4664
  height: '24',
4440
4665
  width: '24',
4441
- svgPathData: 'm8.295 16.59 4.58-4.59-4.58-4.59L9.705 6l6 6-6 6-1.41-1.41z',
4666
+ svgPathData: 'm6.165 20.13 1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77 8.13 8.13-8.13 8.13z',
4667
+ sizes: {
4668
+ small: {
4669
+ name: 'arrow_forward_ios_small',
4670
+ prefix: 'eds',
4671
+ height: '18',
4672
+ width: '18',
4673
+ svgPathData: 'm4.623 2.903 1.335-1.328L13.376 9l-7.425 7.425-1.328-1.327L10.721 9 4.623 2.903z',
4674
+ },
4675
+ },
4442
4676
  };
4443
- const chevron_up = {
4444
- name: 'chevron_up',
4677
+ const arrow_drop_down = {
4678
+ name: 'arrow_drop_down',
4445
4679
  prefix: 'eds',
4446
4680
  height: '24',
4447
4681
  width: '24',
4448
- svgPathData: 'm7.41 15.705 4.59-4.58 4.59 4.58 1.41-1.41-6-6-6 6 1.41 1.41z',
4682
+ svgPathData: 'm7 9.5 5 5 5-5H7z',
4683
+ sizes: {
4684
+ small: {
4685
+ name: 'arrow_drop_down_small',
4686
+ prefix: 'eds',
4687
+ height: '18',
4688
+ width: '18',
4689
+ svgPathData: 'm4 6.5 5 5 5-5H4z',
4690
+ },
4691
+ },
4449
4692
  };
4450
- const swap_horizontal = {
4451
- name: 'swap_horizontal',
4693
+ const arrow_drop_up = {
4694
+ name: 'arrow_drop_up',
4452
4695
  prefix: 'eds',
4453
4696
  height: '24',
4454
4697
  width: '24',
4455
- svgPathData: 'M17.01 5 21 9l-3.99 4v-3H10V8h7.01V5zM3 15l3.99-4v3H14v2H6.99v3L3 15z',
4698
+ svgPathData: 'm7 14.5 5-5 5 5H7z',
4699
+ sizes: {
4700
+ small: {
4701
+ name: 'arrow_drop_up_small',
4702
+ prefix: 'eds',
4703
+ height: '18',
4704
+ width: '18',
4705
+ svgPathData: 'm14 11.5-5-5-5 5h10z',
4706
+ },
4707
+ },
4456
4708
  };
4457
- const swap_horizontal_circle = {
4458
- name: 'swap_horizontal_circle',
4709
+ const arrow_drop_right = {
4710
+ name: 'arrow_drop_right',
4459
4711
  prefix: 'eds',
4460
4712
  height: '24',
4461
4713
  width: '24',
4462
- svgPathData: 'M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm2 0c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8zm11-5.5V9h-4v2h4v2.5l3.5-3.5L15 6.5zM5.5 14 9 10.5V13h4v2H9v2.5L5.5 14z',
4714
+ svgPathData: 'm9.5 17 5-5-5-5v10z',
4715
+ sizes: {
4716
+ small: {
4717
+ name: 'arrow_drop_right_small',
4718
+ prefix: 'eds',
4719
+ height: '18',
4720
+ width: '18',
4721
+ svgPathData: 'm6.5 14 5-5-5-5v10z',
4722
+ },
4723
+ },
4463
4724
  };
4464
- const swap_vertical = {
4465
- name: 'swap_vertical',
4725
+ const arrow_drop_left = {
4726
+ name: 'arrow_drop_left',
4466
4727
  prefix: 'eds',
4467
4728
  height: '24',
4468
4729
  width: '24',
4469
- svgPathData: 'M5 6.99 9 3l4 3.99h-3V14H8V6.99H5zM16 10v7.01h3L15 21l-4-3.99h3V10h2z',
4730
+ svgPathData: 'm14.5 7-5 5 5 5V7z',
4731
+ sizes: {
4732
+ small: {
4733
+ name: 'arrow_drop_left_small',
4734
+ prefix: 'eds',
4735
+ height: '18',
4736
+ width: '18',
4737
+ svgPathData: 'm11.5 4-5 5 5 5V4z',
4738
+ },
4739
+ },
4470
4740
  };
4471
- const swap_vertical_circle = {
4472
- name: 'swap_vertical_circle',
4741
+ const subdirectory_arrow_left = {
4742
+ name: 'subdirectory_arrow_left',
4473
4743
  prefix: 'eds',
4474
4744
  height: '24',
4475
4745
  width: '24',
4476
- svgPathData: 'M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm2 0c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8zm2.5-3L10 5.5 13.5 9H11v4H9V9H6.5zm7.5 9.5 3.5-3.5H15v-4h-2v4h-2.5l3.5 3.5z',
4746
+ svgPathData: 'm10.5 8.5 1.42 1.42-3.59 3.58h9.17v-10h2v12H8.33l3.59 3.58-1.42 1.42-6-6 6-6z',
4747
+ sizes: {
4748
+ small: {
4749
+ name: 'subdirectory_arrow_left_small',
4750
+ prefix: 'eds',
4751
+ height: '18',
4752
+ width: '18',
4753
+ svgPathData: 'm8 7 1 1-2.753 2.125h6.878V3h1.5v8.625H6.247L9 14l-1 1-4.625-4.125L8 7z',
4754
+ },
4755
+ },
4756
+ };
4757
+ const subdirectory_arrow_right = {
4758
+ name: 'subdirectory_arrow_right',
4759
+ prefix: 'eds',
4760
+ height: '24',
4761
+ width: '24',
4762
+ svgPathData: 'm19.5 14.5-6 6-1.42-1.42 3.59-3.58H4.5v-12h2v10h9.17l-3.59-3.58L13.5 8.5l6 6z',
4763
+ sizes: {
4764
+ small: {
4765
+ name: 'subdirectory_arrow_right_small',
4766
+ prefix: 'eds',
4767
+ height: '18',
4768
+ width: '18',
4769
+ svgPathData: 'M10 7 9 8l2.752 2.125H4.875V3h-1.5v8.625h8.377L9 14l1 1 4.625-4.125L10 7z',
4770
+ },
4771
+ },
4477
4772
  };
4478
4773
  const label = {
4479
4774
  name: 'label',
@@ -4566,13 +4861,6 @@ const pregnant_woman = {
4566
4861
  width: '24',
4567
4862
  svgPathData: 'M11 2c-1.11 0-2 .89-2 2 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm3 8c1.17.49 1.99 1.66 2 3v4h-3v5h-3v-5H8v-7c0-1.66 1.34-3 3-3s3 1.34 3 3z',
4568
4863
  };
4569
- const accessible = {
4570
- name: 'accessible',
4571
- prefix: 'eds',
4572
- height: '24',
4573
- width: '24',
4574
- svgPathData: 'M14 4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2 3c2.83 0 5.89-.3 8.5-1l.5 2c-1.86.5-4 .83-6 1v13h-2v-6h-2v6H9V9c-2-.17-4.14-.5-6-1l.5-2c2.61.7 5.67 1 8.5 1z',
4575
- };
4576
4864
  const wheelchair = {
4577
4865
  name: 'wheelchair',
4578
4866
  prefix: 'eds',
@@ -4614,6 +4902,22 @@ const translate = {
4614
4902
  height: '24',
4615
4903
  width: '24',
4616
4904
  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',
4905
+ };
4906
+ const accessible = {
4907
+ name: 'accessible',
4908
+ prefix: 'eds',
4909
+ height: '24',
4910
+ width: '24',
4911
+ svgPathData: 'M14 4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2 3c2.83 0 5.89-.3 8.5-1l.5 2c-1.86.5-4 .83-6 1v13h-2v-6h-2v6H9V9c-2-.17-4.14-.5-6-1l.5-2c2.61.7 5.67 1 8.5 1z',
4912
+ sizes: {
4913
+ small: {
4914
+ name: 'accessible_small',
4915
+ prefix: 'eds',
4916
+ height: '18',
4917
+ width: '18',
4918
+ svgPathData: 'M10.5 3c0 .825-.675 1.5-1.5 1.5S7.5 3.825 7.5 3 8.175 1.5 9 1.5s1.5.675 1.5 1.5zM9 5.25c2.123 0 4.418-.225 6.375-.75L15.75 6c-1.395.375-3 .622-4.5.75v9.75h-1.5V12h-1.5v4.5h-1.5V6.75c-1.5-.128-3.105-.375-4.5-.75l.375-1.5c1.957.525 4.253.75 6.375.75z',
4919
+ },
4920
+ },
4617
4921
  };
4618
4922
 
4619
4923
  exports.accessible = accessible;
@@ -4689,7 +4993,7 @@ exports.border_style = border_style;
4689
4993
  exports.border_top = border_top;
4690
4994
  exports.border_vertical = border_vertical;
4691
4995
  exports.boundaries = boundaries;
4692
- exports.breifcase = breifcase;
4996
+ exports.briefcase = briefcase;
4693
4997
  exports.brush = brush;
4694
4998
  exports.bubble_chart = bubble_chart;
4695
4999
  exports.build_wrench = build_wrench;
@@ -4759,7 +5063,7 @@ exports.comment_important = comment_important;
4759
5063
  exports.comment_more = comment_more;
4760
5064
  exports.comment_notes = comment_notes;
4761
5065
  exports.comment_solid = comment_solid;
4762
- exports.communte = communte;
5066
+ exports.commute = commute;
4763
5067
  exports.compare = compare;
4764
5068
  exports.compass_calibration = compass_calibration;
4765
5069
  exports.computer = computer;
@@ -4778,7 +5082,7 @@ exports.delete_multiple = delete_multiple;
4778
5082
  exports.delete_to_trash = delete_to_trash;
4779
5083
  exports.departure_board = departure_board;
4780
5084
  exports.desktop_mac = desktop_mac;
4781
- exports.desktop_windwos = desktop_windwos;
5085
+ exports.desktop_windows = desktop_windows;
4782
5086
  exports.details = details;
4783
5087
  exports.device_unknown = device_unknown;
4784
5088
  exports.dialpad = dialpad;
@@ -4870,7 +5174,7 @@ exports.format_list_numbered = format_list_numbered;
4870
5174
  exports.format_quote = format_quote;
4871
5175
  exports.format_shape = format_shape;
4872
5176
  exports.format_size = format_size;
4873
- exports.format_stikethrough = format_stikethrough;
5177
+ exports.format_strikethrough = format_strikethrough;
4874
5178
  exports.format_underline = format_underline;
4875
5179
  exports.formula = formula;
4876
5180
  exports.forward_10 = forward_10;
@@ -4904,8 +5208,8 @@ exports.grocery_store = grocery_store;
4904
5208
  exports.group = group;
4905
5209
  exports.group_add = group_add;
4906
5210
  exports.gym = gym;
4907
- exports.headseat_mic = headseat_mic;
4908
5211
  exports.headset = headset;
5212
+ exports.headset_mic = headset_mic;
4909
5213
  exports.hearing = hearing;
4910
5214
  exports.heat_trace = heat_trace;
4911
5215
  exports.help = help;
@@ -4995,8 +5299,8 @@ exports.miniplayer = miniplayer;
4995
5299
  exports.miniplayer_fullscreen = miniplayer_fullscreen;
4996
5300
  exports.missed_video_call = missed_video_call;
4997
5301
  exports.money = money;
4998
- exports.mood_extreamly_happy = mood_extreamly_happy;
4999
- exports.mood_extreamly_sad = mood_extreamly_sad;
5302
+ exports.mood_extremely_happy = mood_extremely_happy;
5303
+ exports.mood_extremely_sad = mood_extremely_sad;
5000
5304
  exports.mood_happy = mood_happy;
5001
5305
  exports.mood_neutral = mood_neutral;
5002
5306
  exports.mood_sad = mood_sad;
@@ -5266,6 +5570,7 @@ exports.wheelchair = wheelchair;
5266
5570
  exports.widgets = widgets;
5267
5571
  exports.wifi = wifi;
5268
5572
  exports.wifi_off = wifi_off;
5573
+ exports.wind_turbine = wind_turbine;
5269
5574
  exports.work = work;
5270
5575
  exports.work_off = work_off;
5271
5576
  exports.work_outline = work_outline;