@laerdal/life-react-components 1.1.2-dev.14 → 1.1.2-dev.15

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.
Files changed (95) hide show
  1. package/dist/esm/Breadcrumb/Breadcrumb.js +88 -48
  2. package/dist/esm/Breadcrumb/Breadcrumb.js.map +1 -1
  3. package/dist/esm/Button/Button.js +1 -40
  4. package/dist/esm/Button/Button.js.map +1 -1
  5. package/dist/esm/Button/index.js +0 -1
  6. package/dist/esm/Button/index.js.map +1 -1
  7. package/dist/esm/List/ListRow.js +1 -1
  8. package/dist/esm/List/ListRow.js.map +1 -1
  9. package/dist/esm/Table/Table.js +1 -1
  10. package/dist/esm/Table/Table.js.map +1 -1
  11. package/dist/esm/icons/contenticons/ContentIcons.js +322 -454
  12. package/dist/esm/icons/contenticons/ContentIcons.js.map +1 -1
  13. package/dist/esm/icons/index.js +24 -55
  14. package/dist/esm/icons/index.js.map +1 -1
  15. package/dist/esm/icons/systemicons/SystemIcons.js +488 -652
  16. package/dist/esm/icons/systemicons/SystemIcons.js.map +1 -1
  17. package/dist/esm/types.js +1 -0
  18. package/dist/esm/types.js.map +1 -1
  19. package/dist/js/Breadcrumb/Breadcrumb.d.ts +5 -2
  20. package/dist/js/Breadcrumb/Breadcrumb.js +78 -35
  21. package/dist/js/Breadcrumb/Breadcrumb.js.map +1 -1
  22. package/dist/js/Button/Button.d.ts +1 -1
  23. package/dist/js/Button/Button.js +2 -22
  24. package/dist/js/Button/Button.js.map +1 -1
  25. package/dist/js/Button/index.d.ts +0 -1
  26. package/dist/js/Button/index.js +0 -8
  27. package/dist/js/Button/index.js.map +1 -1
  28. package/dist/js/List/ListRow.js +1 -1
  29. package/dist/js/List/ListRow.js.map +1 -1
  30. package/dist/js/Table/Table.js +1 -1
  31. package/dist/js/Table/Table.js.map +1 -1
  32. package/dist/js/icons/contenticons/ContentIcons.js +1380 -1512
  33. package/dist/js/icons/contenticons/ContentIcons.js.map +1 -1
  34. package/dist/js/icons/index.d.ts +0 -2
  35. package/dist/js/icons/index.js +25 -68
  36. package/dist/js/icons/index.js.map +1 -1
  37. package/dist/js/icons/systemicons/SystemIcons.js +488 -652
  38. package/dist/js/icons/systemicons/SystemIcons.js.map +1 -1
  39. package/dist/js/types.d.ts +1 -0
  40. package/dist/js/types.js +1 -0
  41. package/dist/js/types.js.map +1 -1
  42. package/dist/umd/Breadcrumb/Breadcrumb.js +90 -50
  43. package/dist/umd/Breadcrumb/Breadcrumb.js.map +1 -1
  44. package/dist/umd/Button/Button.js +1 -40
  45. package/dist/umd/Button/Button.js.map +1 -1
  46. package/dist/umd/Button/index.js +4 -10
  47. package/dist/umd/Button/index.js.map +1 -1
  48. package/dist/umd/List/ListRow.js +1 -1
  49. package/dist/umd/List/ListRow.js.map +1 -1
  50. package/dist/umd/Table/Table.js +1 -1
  51. package/dist/umd/Table/Table.js.map +1 -1
  52. package/dist/umd/icons/contenticons/ContentIcons.js +471 -604
  53. package/dist/umd/icons/contenticons/ContentIcons.js.map +1 -1
  54. package/dist/umd/icons/index.js +29 -62
  55. package/dist/umd/icons/index.js.map +1 -1
  56. package/dist/umd/icons/systemicons/SystemIcons.js +488 -652
  57. package/dist/umd/icons/systemicons/SystemIcons.js.map +1 -1
  58. package/dist/umd/types.js +1 -0
  59. package/dist/umd/types.js.map +1 -1
  60. package/package.json +1 -1
  61. package/dist/esm/Button/Anchor.js +0 -76
  62. package/dist/esm/Button/Anchor.js.map +0 -1
  63. package/dist/esm/Tooltips/TooltipStyles.js +0 -71
  64. package/dist/esm/Tooltips/TooltipStyles.js.map +0 -1
  65. package/dist/esm/Tooltips/TooltipTypes.js +0 -6
  66. package/dist/esm/Tooltips/TooltipTypes.js.map +0 -1
  67. package/dist/esm/Tooltips/TooltipWrapper.js +0 -26
  68. package/dist/esm/Tooltips/TooltipWrapper.js.map +0 -1
  69. package/dist/esm/Tooltips/index.js +0 -4
  70. package/dist/esm/Tooltips/index.js.map +0 -1
  71. package/dist/js/Button/Anchor.d.ts +0 -7
  72. package/dist/js/Button/Anchor.js +0 -66
  73. package/dist/js/Button/Anchor.js.map +0 -1
  74. package/dist/js/Tooltips/TooltipStyles.d.ts +0 -11
  75. package/dist/js/Tooltips/TooltipStyles.js +0 -83
  76. package/dist/js/Tooltips/TooltipStyles.js.map +0 -1
  77. package/dist/js/Tooltips/TooltipTypes.d.ts +0 -14
  78. package/dist/js/Tooltips/TooltipTypes.js +0 -11
  79. package/dist/js/Tooltips/TooltipTypes.js.map +0 -1
  80. package/dist/js/Tooltips/TooltipWrapper.d.ts +0 -3
  81. package/dist/js/Tooltips/TooltipWrapper.js +0 -46
  82. package/dist/js/Tooltips/TooltipWrapper.js.map +0 -1
  83. package/dist/js/Tooltips/index.d.ts +0 -3
  84. package/dist/js/Tooltips/index.js +0 -30
  85. package/dist/js/Tooltips/index.js.map +0 -1
  86. package/dist/umd/Button/Anchor.js +0 -201
  87. package/dist/umd/Button/Anchor.js.map +0 -1
  88. package/dist/umd/Tooltips/TooltipStyles.js +0 -96
  89. package/dist/umd/Tooltips/TooltipStyles.js.map +0 -1
  90. package/dist/umd/Tooltips/TooltipTypes.js +0 -25
  91. package/dist/umd/Tooltips/TooltipTypes.js.map +0 -1
  92. package/dist/umd/Tooltips/TooltipWrapper.js +0 -94
  93. package/dist/umd/Tooltips/TooltipWrapper.js.map +0 -1
  94. package/dist/umd/Tooltips/index.js +0 -33
  95. package/dist/umd/Tooltips/index.js.map +0 -1
@@ -16,17 +16,35 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
16
16
 
17
17
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
18
18
 
19
- var Adaptive = function Adaptive(_ref) {
19
+ var ContentIcon = function ContentIcon(_ref) {
20
20
  var className = _ref.className,
21
- _ref$color = _ref.color,
22
- color = _ref$color === void 0 ? 'currentColor' : _ref$color,
23
- size = _ref.size,
24
- _ref$label = _ref.label,
25
- label = _ref$label === void 0 ? '' : _ref$label;
26
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
21
+ children = _ref.children,
22
+ _ref$size = _ref.size,
23
+ size = _ref$size === void 0 ? '48px' : _ref$size,
24
+ _ref$viewBox = _ref.viewBox,
25
+ viewBox = _ref$viewBox === void 0 ? '0 0 48 48' : _ref$viewBox;
26
+ return /*#__PURE__*/React.createElement("svg", {
27
+ className: className,
28
+ style: {
29
+ width: (0, _index.getSize)(size),
30
+ height: (0, _index.getSize)(size)
31
+ },
32
+ viewBox: viewBox,
33
+ fill: "none",
34
+ xmlns: "http://www.w3.org/2000/svg"
35
+ }, children);
36
+ };
37
+
38
+ var Adaptive = function Adaptive(_ref2) {
39
+ var className = _ref2.className,
40
+ _ref2$color = _ref2.color,
41
+ color = _ref2$color === void 0 ? 'currentColor' : _ref2$color,
42
+ size = _ref2.size,
43
+ _ref2$label = _ref2.label,
44
+ label = _ref2$label === void 0 ? 'Adaptive' : _ref2$label;
45
+ return /*#__PURE__*/React.createElement(ContentIcon, {
27
46
  className: className,
28
- size: size,
29
- tooltip: label
47
+ size: size
30
48
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
31
49
  d: "M28.4732 5.24175C28.4732 3.96544 27.2939 3.01568 26.0469 3.28771L21.8402 4.20542C21.3006 4.32314 20.9586 4.85599 21.0763 5.39559C21.194 5.93518 21.7269 6.27718 22.2665 6.15947L26.4732 5.24175V8.50008C26.4732 8.78321 26.5932 9.05306 26.8035 9.24268C27.0137 9.4323 27.2945 9.52391 27.5761 9.49477L33.2529 8.90752C37.3818 8.48039 40.9732 11.7195 40.9732 15.8704V20.0001H34.998C34.981 19.9996 34.964 19.9996 34.9471 20.0001H22.998C22.981 19.9996 22.964 19.9996 22.9471 20.0001H15.7074C14.6749 20.0001 13.65 19.8224 12.6777 19.4748L10.3004 18.6249C9.50468 18.3404 8.97363 17.5866 8.97363 16.7416V14.4587C8.97363 13.7907 9.30715 13.1668 9.86261 12.7957L10.0393 12.6777C10.4985 12.3709 10.6221 11.7499 10.3153 11.2906C10.0085 10.8314 9.38748 10.7079 8.92825 11.0147L8.75158 11.1327C7.64066 11.8749 6.97363 13.1227 6.97363 14.4587V16.7416C6.97363 18.4316 8.03573 19.9392 9.62708 20.5081L12.0044 21.3581C13.1928 21.7829 14.4454 22.0001 15.7074 22.0001H21.7414L21.0959 25.0695C20.5113 25.1525 19.9837 25.2973 19.5707 25.435C19.262 25.5378 19.0068 25.6403 18.8262 25.7182C18.7357 25.7572 18.6633 25.7903 18.6118 25.8147C18.586 25.8268 18.5653 25.8368 18.5501 25.8443L18.5315 25.8535L18.5253 25.8566L18.523 25.8577L18.5212 25.8586C18.0287 26.1085 17.8319 26.7103 18.0818 27.2028C18.3315 27.6952 18.9332 27.8918 19.4256 27.6425L19.4301 27.6403C19.4367 27.637 19.4484 27.6314 19.4649 27.6236C19.4979 27.608 19.5499 27.5841 19.6185 27.5545C19.7559 27.4953 19.9573 27.4143 20.203 27.3324C20.7031 27.1657 21.3453 27.0094 21.9876 27.0004C22.6126 26.9916 23.2415 27.1435 23.7358 27.3131C23.9781 27.3963 24.1768 27.4797 24.3123 27.5411C24.3798 27.5717 24.4309 27.5964 24.4631 27.6125C24.4792 27.6205 24.4906 27.6263 24.4968 27.6296L24.5023 27.6324C24.9883 27.8922 25.5931 27.7097 25.8543 27.2241C26.1159 26.7377 25.9328 26.1309 25.4464 25.8693L25.443 25.8674L25.4365 25.864L25.4174 25.854L25.3849 25.8374L25.3546 25.8222C25.3022 25.7961 25.229 25.7607 25.1375 25.7193C24.955 25.6366 24.697 25.5285 24.3849 25.4214C24.0383 25.3024 23.61 25.1796 23.1338 25.0974L23.7851 22.0001H33.7414L33.0959 25.0695C32.5113 25.1525 31.9837 25.2973 31.5707 25.435C31.262 25.5378 31.0068 25.6403 30.8262 25.7182C30.7357 25.7572 30.6633 25.7903 30.6118 25.8147C30.586 25.8268 30.5653 25.8368 30.5501 25.8443L30.5315 25.8535L30.5253 25.8566L30.523 25.8577L30.5212 25.8586C30.0287 26.1085 29.8319 26.7103 30.0818 27.2028C30.3315 27.6952 30.9332 27.8918 31.4256 27.6425L31.4301 27.6403C31.4367 27.637 31.4484 27.6314 31.4649 27.6236C31.4979 27.608 31.5499 27.5841 31.6185 27.5545C31.7559 27.4953 31.9573 27.4143 32.203 27.3324C32.7031 27.1657 33.3453 27.0094 33.9876 27.0004C34.6126 26.9916 35.2415 27.1435 35.7358 27.3131C35.9781 27.3963 36.1768 27.4797 36.3123 27.5411C36.3798 27.5717 36.4309 27.5964 36.4631 27.6125C36.4792 27.6205 36.4906 27.6263 36.4968 27.6296L36.5023 27.6324C36.9883 27.8922 37.5931 27.7097 37.8543 27.2241C38.1159 26.7377 37.9328 26.1309 37.4464 25.8693L37.443 25.8674L37.4365 25.864L37.4174 25.854C37.4018 25.846 37.3808 25.8352 37.3546 25.8222C37.3022 25.7961 37.229 25.7607 37.1375 25.7193C36.955 25.6366 36.697 25.5285 36.3849 25.4214C36.0383 25.3024 35.61 25.1796 35.1338 25.0974L35.7851 22.0001H40.9732V36.2858C40.9732 39.994 37.9671 43.0001 34.2589 43.0001H33.9278C31.4676 43.0001 29.4732 41.0057 29.4732 38.5455C29.4732 36.5874 31.0606 35.0001 33.0187 35.0001H34.1161C35.1418 35.0001 35.9732 35.8316 35.9732 36.8572C35.9732 37.4884 35.4616 38.0001 34.8304 38.0001H33.4732C32.9209 38.0001 32.4732 38.4478 32.4732 39.0001C32.4732 39.5524 32.9209 40.0001 33.4732 40.0001H34.8304C36.5661 40.0001 37.9732 38.593 37.9732 36.8572C37.9732 34.727 36.2463 33.0001 34.1161 33.0001H33.0187C29.956 33.0001 27.4732 35.4829 27.4732 38.5455C27.4732 42.1103 30.363 45.0001 33.9278 45.0001H34.2589C39.0717 45.0001 42.9732 41.0986 42.9732 36.2858V15.8704C42.9732 10.5335 38.3557 6.36898 33.0471 6.91813L28.4732 7.3913V5.24175Z",
32
50
  fill: color
@@ -43,17 +61,16 @@ var Adaptive = function Adaptive(_ref) {
43
61
 
44
62
  exports.Adaptive = Adaptive;
45
63
 
46
- var Add = function Add(_ref2) {
47
- var className = _ref2.className,
48
- _ref2$color = _ref2.color,
49
- color = _ref2$color === void 0 ? 'currentColor' : _ref2$color,
50
- size = _ref2.size,
51
- _ref2$label = _ref2.label,
52
- label = _ref2$label === void 0 ? '' : _ref2$label;
53
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
64
+ var Add = function Add(_ref3) {
65
+ var className = _ref3.className,
66
+ _ref3$color = _ref3.color,
67
+ color = _ref3$color === void 0 ? 'currentColor' : _ref3$color,
68
+ size = _ref3.size,
69
+ _ref3$label = _ref3.label,
70
+ label = _ref3$label === void 0 ? 'Add' : _ref3$label;
71
+ return /*#__PURE__*/React.createElement(ContentIcon, {
54
72
  className: className,
55
- size: size,
56
- tooltip: label
73
+ size: size
57
74
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
58
75
  d: "M42.6886 27.5834C43.5336 23.1763 42.7921 18.6252 40.6171 14.7278C40.592 14.6827 40.5667 14.6377 40.5411 14.5929C40.5258 14.5658 40.5117 14.5383 40.4989 14.5105C40.2882 14.0512 40.4299 13.4947 40.8622 13.2182C41.3208 12.925 41.9324 13.058 42.2038 13.5298L42.2545 13.6184C42.2927 13.6856 42.3305 13.753 42.368 13.8206C44.7453 18.1099 45.553 23.1111 44.6243 27.9546C43.6126 33.2313 40.6167 37.9196 36.2533 41.0546C31.8899 44.1896 26.4908 45.5329 21.167 44.808C15.8433 44.0832 10.9999 41.3454 7.63338 37.158C4.2669 32.9706 2.63347 27.6521 3.06922 22.2969C3.50497 16.9417 5.97673 11.9573 9.9759 8.36916C13.9751 4.78107 19.1974 2.86231 24.5683 3.0077C29.4983 3.14115 34.2091 5.00441 37.8876 8.24763C37.9455 8.29872 38.0032 8.35016 38.0607 8.40193L38.1363 8.47046C38.5388 8.83686 38.5373 9.46276 38.1524 9.84763C37.7896 10.2105 37.2156 10.2293 36.8123 9.92487C36.7879 9.9064 36.764 9.88675 36.7409 9.86591C36.7026 9.83135 36.6641 9.79695 36.6255 9.76272C33.2863 6.80133 29.0007 5.09944 24.515 4.97801C19.6482 4.84627 14.916 6.58494 11.2922 9.83626C7.66838 13.0876 5.42861 17.6042 5.03376 22.4567C4.63891 27.3093 6.11903 32.1286 9.16953 35.923C12.22 39.7174 16.6089 42.1982 21.433 42.855C26.257 43.5118 31.1494 42.2946 35.1032 39.4538C39.0571 36.6131 41.7717 32.3649 42.6886 27.5834Z",
59
76
  fill: color
@@ -65,17 +82,16 @@ var Add = function Add(_ref2) {
65
82
 
66
83
  exports.Add = Add;
67
84
 
68
- var Adult = function Adult(_ref3) {
69
- var className = _ref3.className,
70
- _ref3$color = _ref3.color,
71
- color = _ref3$color === void 0 ? 'currentColor' : _ref3$color,
72
- size = _ref3.size,
73
- _ref3$label = _ref3.label,
74
- label = _ref3$label === void 0 ? '' : _ref3$label;
75
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
85
+ var Adult = function Adult(_ref4) {
86
+ var className = _ref4.className,
87
+ _ref4$color = _ref4.color,
88
+ color = _ref4$color === void 0 ? 'currentColor' : _ref4$color,
89
+ size = _ref4.size,
90
+ _ref4$label = _ref4.label,
91
+ label = _ref4$label === void 0 ? 'Adult' : _ref4$label;
92
+ return /*#__PURE__*/React.createElement(ContentIcon, {
76
93
  className: className,
77
- size: size,
78
- tooltip: label
94
+ size: size
79
95
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
80
96
  d: "M21.5 7.5C21.5 6.11929 22.6193 5 24 5C25.3807 5 26.5 6.11929 26.5 7.5C26.5 7.86422 26.4227 8.20771 26.2847 8.51718C26.0596 9.02154 26.2861 9.61283 26.7905 9.83785C27.2948 10.0629 27.8861 9.83643 28.1111 9.33207C28.3614 8.77116 28.5 8.15043 28.5 7.5C28.5 5.01472 26.4853 3 24 3C21.5147 3 19.5 5.01472 19.5 7.5C19.5 9.98528 21.5147 12 24 12C24.5523 12 25 11.5523 25 11C25 10.4477 24.5523 10 24 10C22.6193 10 21.5 8.88071 21.5 7.5Z",
81
97
  fill: color
@@ -87,17 +103,16 @@ var Adult = function Adult(_ref3) {
87
103
 
88
104
  exports.Adult = Adult;
89
105
 
90
- var AedPads = function AedPads(_ref4) {
91
- var className = _ref4.className,
92
- _ref4$color = _ref4.color,
93
- color = _ref4$color === void 0 ? 'currentColor' : _ref4$color,
94
- size = _ref4.size,
95
- _ref4$label = _ref4.label,
96
- label = _ref4$label === void 0 ? '' : _ref4$label;
97
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
106
+ var AedPads = function AedPads(_ref5) {
107
+ var className = _ref5.className,
108
+ _ref5$color = _ref5.color,
109
+ color = _ref5$color === void 0 ? 'currentColor' : _ref5$color,
110
+ size = _ref5.size,
111
+ _ref5$label = _ref5.label,
112
+ label = _ref5$label === void 0 ? 'Aed pads' : _ref5$label;
113
+ return /*#__PURE__*/React.createElement(ContentIcon, {
98
114
  className: className,
99
- size: size,
100
- tooltip: label
115
+ size: size
101
116
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
102
117
  d: "M33.3408 29.0843C33.8126 31.734 34.7558 33.5644 35.9293 34.8032C37.6339 36.6027 39.6778 37 41 37C41.5523 37 42 36.5523 42 36C42 35.4477 41.5523 35 41 35C40.0534 35 38.6034 34.718 37.3813 33.4278C36.5665 32.5677 35.7888 31.1919 35.3584 28.9962C39.1297 28.3512 42 25.0663 42 21.1111V14C42 9.58172 38.4183 6 34 6C29.5817 6 26 9.58173 26 14V21.1111C26 25.3074 29.2309 28.7491 33.3408 29.0843ZM40 14V21.1111C40 24.0525 37.8834 26.4995 35.0903 27.0123C35.0395 26.3918 35.0122 25.7223 35.0122 25C35.0122 24.4477 34.5645 24 34.0122 24C33.4599 24 33.0122 24.4477 33.0122 25C33.0122 25.7206 33.0378 26.4006 33.0867 27.042C30.2064 26.6022 28 24.1143 28 21.1111V14C28 10.6863 30.6863 8 34 8C37.3137 8 40 10.6863 40 14Z",
103
118
  fill: color
@@ -109,17 +124,16 @@ var AedPads = function AedPads(_ref4) {
109
124
 
110
125
  exports.AedPads = AedPads;
111
126
 
112
- var AedPadsCorrect = function AedPadsCorrect(_ref5) {
113
- var className = _ref5.className,
114
- _ref5$color = _ref5.color,
115
- color = _ref5$color === void 0 ? 'currentColor' : _ref5$color,
116
- size = _ref5.size,
117
- _ref5$label = _ref5.label,
118
- label = _ref5$label === void 0 ? '' : _ref5$label;
119
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
127
+ var AedPadsCorrect = function AedPadsCorrect(_ref6) {
128
+ var className = _ref6.className,
129
+ _ref6$color = _ref6.color,
130
+ color = _ref6$color === void 0 ? 'currentColor' : _ref6$color,
131
+ size = _ref6.size,
132
+ _ref6$label = _ref6.label,
133
+ label = _ref6$label === void 0 ? 'Aed pads correct' : _ref6$label;
134
+ return /*#__PURE__*/React.createElement(ContentIcon, {
120
135
  className: className,
121
- size: size,
122
- tooltip: label
136
+ size: size
123
137
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
124
138
  d: "M24.7043 4.70983C25.0964 4.32081 25.0988 3.68765 24.7098 3.29563C24.3208 2.9036 23.6876 2.90116 23.2956 3.29017L13.8445 12.6686L9.48123 8.32996C9.0896 7.94054 8.45644 7.94233 8.06702 8.33396C7.6776 8.72558 7.67939 9.35875 8.07102 9.74816L12.7865 14.437C13.3711 15.0184 14.3154 15.0189 14.9007 14.4381L24.7043 4.70983Z",
125
139
  fill: color
@@ -134,17 +148,16 @@ var AedPadsCorrect = function AedPadsCorrect(_ref5) {
134
148
 
135
149
  exports.AedPadsCorrect = AedPadsCorrect;
136
150
 
137
- var AedPadsError = function AedPadsError(_ref6) {
138
- var className = _ref6.className,
139
- _ref6$color = _ref6.color,
140
- color = _ref6$color === void 0 ? 'currentColor' : _ref6$color,
141
- size = _ref6.size,
142
- _ref6$label = _ref6.label,
143
- label = _ref6$label === void 0 ? '' : _ref6$label;
144
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
151
+ var AedPadsError = function AedPadsError(_ref7) {
152
+ var className = _ref7.className,
153
+ _ref7$color = _ref7.color,
154
+ color = _ref7$color === void 0 ? 'currentColor' : _ref7$color,
155
+ size = _ref7.size,
156
+ _ref7$label = _ref7.label,
157
+ label = _ref7$label === void 0 ? 'Aed pads error' : _ref7$label;
158
+ return /*#__PURE__*/React.createElement(ContentIcon, {
145
159
  className: className,
146
- size: size,
147
- tooltip: label
160
+ size: size
148
161
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
149
162
  d: "M8.29216 3.27451C8.68269 2.88341 9.34626 2.91387 9.7743 3.34253L13.9996 7.57405L18.2234 3.34406C18.6513 2.91561 19.3147 2.88533 19.7052 3.27643C20.0957 3.66752 20.0655 4.3319 19.6376 4.76035L15.4138 8.99034L19.6402 13.2228C20.0682 13.6515 20.0986 14.3161 19.7081 14.7072C19.3176 15.0983 18.654 15.0678 18.226 14.6391L13.9996 10.4066L9.77675 14.6357C9.34892 15.0641 8.68552 15.0944 8.295 14.7033C7.90447 14.3122 7.93471 13.6479 8.36254 13.2194L12.5854 8.99034L8.36009 4.75882C7.93205 4.33015 7.90164 3.6656 8.29216 3.27451Z",
150
163
  fill: color
@@ -159,17 +172,16 @@ var AedPadsError = function AedPadsError(_ref6) {
159
172
 
160
173
  exports.AedPadsError = AedPadsError;
161
174
 
162
- var Ambulance = function Ambulance(_ref7) {
163
- var className = _ref7.className,
164
- _ref7$color = _ref7.color,
165
- color = _ref7$color === void 0 ? 'currentColor' : _ref7$color,
166
- size = _ref7.size,
167
- _ref7$label = _ref7.label,
168
- label = _ref7$label === void 0 ? '' : _ref7$label;
169
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
175
+ var Ambulance = function Ambulance(_ref8) {
176
+ var className = _ref8.className,
177
+ _ref8$color = _ref8.color,
178
+ color = _ref8$color === void 0 ? 'currentColor' : _ref8$color,
179
+ size = _ref8.size,
180
+ _ref8$label = _ref8.label,
181
+ label = _ref8$label === void 0 ? 'Ambulance' : _ref8$label;
182
+ return /*#__PURE__*/React.createElement(ContentIcon, {
170
183
  className: className,
171
- size: size,
172
- tooltip: label
184
+ size: size
173
185
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
174
186
  d: "M26 13V11.5C26 9.567 24.433 8 22.5 8C20.567 8 19 9.567 19 11.5V13H9C5.68629 13 3 15.6863 3 19V32C3 32.5523 3.44772 33 4 33C4.55228 33 5 32.5523 5 32V19C5 16.7909 6.79086 15 9 15H32V21C32 22.6569 33.3431 24 35 24H41.6458C42.503 24.7558 43 25.8471 43 27V32C43 32.5523 43.4477 33 44 33C44.5523 33 45 32.5523 45 32V27C45 25.1151 44.1143 23.3401 42.6088 22.2066C42.6028 22.202 42.5968 22.1975 42.5907 22.193L41.2623 21.1967C41.0886 21.0664 40.9373 20.9087 40.8142 20.7298L37.2881 15.6008C36.1687 13.9727 34.3196 13 32.3438 13H26ZM24 13H21V11.5C21 10.6716 21.6716 10 22.5 10C23.3284 10 24 10.6716 24 11.5V13ZM39.2648 22H35C34.4477 22 34 21.5523 34 21V15.359C34.6521 15.6556 35.2223 16.1263 35.64 16.7339L39.1662 21.8629C39.1981 21.9093 39.231 21.955 39.2648 22Z",
175
187
  fill: color
@@ -190,17 +202,16 @@ var Ambulance = function Ambulance(_ref7) {
190
202
 
191
203
  exports.Ambulance = Ambulance;
192
204
 
193
- var Assignments = function Assignments(_ref8) {
194
- var className = _ref8.className,
195
- _ref8$color = _ref8.color,
196
- color = _ref8$color === void 0 ? 'currentColor' : _ref8$color,
197
- size = _ref8.size,
198
- _ref8$label = _ref8.label,
199
- label = _ref8$label === void 0 ? '' : _ref8$label;
200
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
205
+ var Assignments = function Assignments(_ref9) {
206
+ var className = _ref9.className,
207
+ _ref9$color = _ref9.color,
208
+ color = _ref9$color === void 0 ? 'currentColor' : _ref9$color,
209
+ size = _ref9.size,
210
+ _ref9$label = _ref9.label,
211
+ label = _ref9$label === void 0 ? 'Assignments' : _ref9$label;
212
+ return /*#__PURE__*/React.createElement(ContentIcon, {
201
213
  className: className,
202
- size: size,
203
- tooltip: label
214
+ size: size
204
215
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
205
216
  d: "M9 6C9 4.34315 10.3431 3 12 3H36C37.6569 3 39 4.34315 39 6V42C39 43.6569 37.6569 45 36 45H31C30.4477 45 30 44.5523 30 44C30 43.4477 30.4477 43 31 43H36C36.5523 43 37 42.5523 37 42V6C37 5.44772 36.5523 5 36 5H12C11.4477 5 11 5.44772 11 6V42C11 42.5523 11.4477 43 12 43H25C25.5523 43 26 43.4477 26 44C26 44.5523 25.5523 45 25 45H12C10.3431 45 9 43.6569 9 42V6Z",
206
217
  fill: color
@@ -233,17 +244,16 @@ var Assignments = function Assignments(_ref8) {
233
244
 
234
245
  exports.Assignments = Assignments;
235
246
 
236
- var Attention = function Attention(_ref9) {
237
- var className = _ref9.className,
238
- _ref9$color = _ref9.color,
239
- color = _ref9$color === void 0 ? 'currentColor' : _ref9$color,
240
- size = _ref9.size,
241
- _ref9$label = _ref9.label,
242
- label = _ref9$label === void 0 ? '' : _ref9$label;
243
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
247
+ var Attention = function Attention(_ref10) {
248
+ var className = _ref10.className,
249
+ _ref10$color = _ref10.color,
250
+ color = _ref10$color === void 0 ? 'currentColor' : _ref10$color,
251
+ size = _ref10.size,
252
+ _ref10$label = _ref10.label,
253
+ label = _ref10$label === void 0 ? 'Attention' : _ref10$label;
254
+ return /*#__PURE__*/React.createElement(ContentIcon, {
244
255
  className: className,
245
- size: size,
246
- tooltip: label
256
+ size: size
247
257
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
248
258
  d: "M26.597 8.50261C25.4428 6.50174 22.5572 6.50173 21.403 8.50261L6.40623 34.5C5.25201 36.5009 6.69478 39.002 9.00322 39.002H28.9996C29.5521 39.002 30 38.554 30 38.0015C30 37.449 29.5521 37.0011 28.9996 37.0011H9.00322C8.23374 37.0011 7.75281 36.1674 8.13756 35.5004L23.1343 9.50304C23.5191 8.83609 24.4809 8.83608 24.8657 9.50305L39.8624 35.5004C40.2472 36.1674 39.7663 37.0011 38.9968 37.0011H36.0003C35.4478 37.0011 34.9999 37.449 34.9999 38.0015C34.9999 38.554 35.4478 39.002 36.0003 39.002H38.9968C41.3052 39.002 42.748 36.5009 41.5938 34.5L26.597 8.50261Z",
249
259
  fill: color
@@ -258,17 +268,16 @@ var Attention = function Attention(_ref9) {
258
268
 
259
269
  exports.Attention = Attention;
260
270
 
261
- var AutomaticMode = function AutomaticMode(_ref10) {
262
- var className = _ref10.className,
263
- _ref10$color = _ref10.color,
264
- color = _ref10$color === void 0 ? 'currentColor' : _ref10$color,
265
- size = _ref10.size,
266
- _ref10$label = _ref10.label,
267
- label = _ref10$label === void 0 ? '' : _ref10$label;
268
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
271
+ var AutomaticMode = function AutomaticMode(_ref11) {
272
+ var className = _ref11.className,
273
+ _ref11$color = _ref11.color,
274
+ color = _ref11$color === void 0 ? 'currentColor' : _ref11$color,
275
+ size = _ref11.size,
276
+ _ref11$label = _ref11.label,
277
+ label = _ref11$label === void 0 ? 'Automatic mode' : _ref11$label;
278
+ return /*#__PURE__*/React.createElement(ContentIcon, {
269
279
  className: className,
270
- size: size,
271
- tooltip: label
280
+ size: size
272
281
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
273
282
  fillRule: "evenodd",
274
283
  clipRule: "evenodd",
@@ -308,17 +317,16 @@ var AutomaticMode = function AutomaticMode(_ref10) {
308
317
 
309
318
  exports.AutomaticMode = AutomaticMode;
310
319
 
311
- var AwardWinningPerson = function AwardWinningPerson(_ref11) {
312
- var className = _ref11.className,
313
- _ref11$color = _ref11.color,
314
- color = _ref11$color === void 0 ? 'currentColor' : _ref11$color,
315
- size = _ref11.size,
316
- _ref11$label = _ref11.label,
317
- label = _ref11$label === void 0 ? '' : _ref11$label;
318
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
320
+ var AwardWinningPerson = function AwardWinningPerson(_ref12) {
321
+ var className = _ref12.className,
322
+ _ref12$color = _ref12.color,
323
+ color = _ref12$color === void 0 ? 'currentColor' : _ref12$color,
324
+ size = _ref12.size,
325
+ _ref12$label = _ref12.label,
326
+ label = _ref12$label === void 0 ? 'Award winning person' : _ref12$label;
327
+ return /*#__PURE__*/React.createElement(ContentIcon, {
319
328
  className: className,
320
- size: size,
321
- tooltip: label
329
+ size: size
322
330
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
323
331
  d: "M24 21C28.1421 21 31.5 17.6421 31.5 13.5C31.5 9.35786 28.1421 6 24 6C19.8579 6 16.5 9.35786 16.5 13.5C16.5 17.6421 19.8579 21 24 21ZM24 19C20.9624 19 18.5 16.5376 18.5 13.5C18.5 10.4624 20.9624 8 24 8C27.0376 8 29.5 10.4624 29.5 13.5C29.5 16.5376 27.0376 19 24 19Z",
324
332
  fill: color
@@ -333,17 +341,16 @@ var AwardWinningPerson = function AwardWinningPerson(_ref11) {
333
341
 
334
342
  exports.AwardWinningPerson = AwardWinningPerson;
335
343
 
336
- var Biohazard = function Biohazard(_ref12) {
337
- var className = _ref12.className,
338
- _ref12$color = _ref12.color,
339
- color = _ref12$color === void 0 ? 'currentColor' : _ref12$color,
340
- size = _ref12.size,
341
- _ref12$label = _ref12.label,
342
- label = _ref12$label === void 0 ? '' : _ref12$label;
343
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
344
+ var Biohazard = function Biohazard(_ref13) {
345
+ var className = _ref13.className,
346
+ _ref13$color = _ref13.color,
347
+ color = _ref13$color === void 0 ? 'currentColor' : _ref13$color,
348
+ size = _ref13.size,
349
+ _ref13$label = _ref13.label,
350
+ label = _ref13$label === void 0 ? 'Biohazard' : _ref13$label;
351
+ return /*#__PURE__*/React.createElement(ContentIcon, {
344
352
  className: className,
345
- size: size,
346
- tooltip: label
353
+ size: size
347
354
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
348
355
  fillRule: "evenodd",
349
356
  clipRule: "evenodd",
@@ -354,17 +361,16 @@ var Biohazard = function Biohazard(_ref12) {
354
361
 
355
362
  exports.Biohazard = Biohazard;
356
363
 
357
- var Bleeding = function Bleeding(_ref13) {
358
- var className = _ref13.className,
359
- _ref13$color = _ref13.color,
360
- color = _ref13$color === void 0 ? 'currentColor' : _ref13$color,
361
- size = _ref13.size,
362
- _ref13$label = _ref13.label,
363
- label = _ref13$label === void 0 ? '' : _ref13$label;
364
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
364
+ var Bleeding = function Bleeding(_ref14) {
365
+ var className = _ref14.className,
366
+ _ref14$color = _ref14.color,
367
+ color = _ref14$color === void 0 ? 'currentColor' : _ref14$color,
368
+ size = _ref14.size,
369
+ _ref14$label = _ref14.label,
370
+ label = _ref14$label === void 0 ? 'Bleeding' : _ref14$label;
371
+ return /*#__PURE__*/React.createElement(ContentIcon, {
365
372
  className: className,
366
- size: size,
367
- tooltip: label
373
+ size: size
368
374
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
369
375
  fillRule: "evenodd",
370
376
  clipRule: "evenodd",
@@ -375,17 +381,16 @@ var Bleeding = function Bleeding(_ref13) {
375
381
 
376
382
  exports.Bleeding = Bleeding;
377
383
 
378
- var Book = function Book(_ref14) {
379
- var className = _ref14.className,
380
- _ref14$color = _ref14.color,
381
- color = _ref14$color === void 0 ? 'currentColor' : _ref14$color,
382
- size = _ref14.size,
383
- _ref14$label = _ref14.label,
384
- label = _ref14$label === void 0 ? '' : _ref14$label;
385
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
384
+ var Book = function Book(_ref15) {
385
+ var className = _ref15.className,
386
+ _ref15$color = _ref15.color,
387
+ color = _ref15$color === void 0 ? 'currentColor' : _ref15$color,
388
+ size = _ref15.size,
389
+ _ref15$label = _ref15.label,
390
+ label = _ref15$label === void 0 ? 'Book' : _ref15$label;
391
+ return /*#__PURE__*/React.createElement(ContentIcon, {
386
392
  className: className,
387
- size: size,
388
- tooltip: label
393
+ size: size
389
394
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
390
395
  d: "M13.9998 17C12.3877 17 10.8357 17.3237 9.38148 17.9243C8.87101 18.1351 8.2863 17.8922 8.07549 17.3817C7.86468 16.8712 8.1076 16.2865 8.61807 16.0757C10.3048 15.3791 12.1156 15 13.9998 15C15.8839 15 17.6947 15.3791 19.3815 16.0757C19.8919 16.2865 20.1349 16.8712 19.9241 17.3817C19.7132 17.8922 19.1285 18.1351 18.6181 17.9243C17.1639 17.3237 15.6119 17 13.9998 17Z",
391
396
  fill: color
@@ -412,17 +417,16 @@ var Book = function Book(_ref14) {
412
417
 
413
418
  exports.Book = Book;
414
419
 
415
- var Buildings = function Buildings(_ref15) {
416
- var className = _ref15.className,
417
- _ref15$color = _ref15.color,
418
- color = _ref15$color === void 0 ? 'currentColor' : _ref15$color,
419
- size = _ref15.size,
420
- _ref15$label = _ref15.label,
421
- label = _ref15$label === void 0 ? '' : _ref15$label;
422
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
420
+ var Buildings = function Buildings(_ref16) {
421
+ var className = _ref16.className,
422
+ _ref16$color = _ref16.color,
423
+ color = _ref16$color === void 0 ? 'currentColor' : _ref16$color,
424
+ size = _ref16.size,
425
+ _ref16$label = _ref16.label,
426
+ label = _ref16$label === void 0 ? 'Buildings' : _ref16$label;
427
+ return /*#__PURE__*/React.createElement(ContentIcon, {
423
428
  className: className,
424
- size: size,
425
- tooltip: label
429
+ size: size
426
430
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
427
431
  d: "M8 9C8 7.34314 9.34315 6 11 6H22C23.6569 6 25 7.34315 25 9V36C25 36.5523 24.5523 37 24 37C23.4477 37 23 36.5523 23 36V9C23 8.44771 22.5523 8 22 8H11C10.4477 8 10 8.44772 10 9V36C10 36.5523 9.55228 37 9 37C8.44772 37 8 36.5523 8 36V9Z",
428
432
  fill: color
@@ -479,17 +483,16 @@ var Buildings = function Buildings(_ref15) {
479
483
 
480
484
  exports.Buildings = Buildings;
481
485
 
482
- var Calendar = function Calendar(_ref16) {
483
- var className = _ref16.className,
484
- _ref16$color = _ref16.color,
485
- color = _ref16$color === void 0 ? 'currentColor' : _ref16$color,
486
- size = _ref16.size,
487
- _ref16$label = _ref16.label,
488
- label = _ref16$label === void 0 ? '' : _ref16$label;
489
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
486
+ var Calendar = function Calendar(_ref17) {
487
+ var className = _ref17.className,
488
+ _ref17$color = _ref17.color,
489
+ color = _ref17$color === void 0 ? 'currentColor' : _ref17$color,
490
+ size = _ref17.size,
491
+ _ref17$label = _ref17.label,
492
+ label = _ref17$label === void 0 ? 'Calendar' : _ref17$label;
493
+ return /*#__PURE__*/React.createElement(ContentIcon, {
490
494
  className: className,
491
- size: size,
492
- tooltip: label
495
+ size: size
493
496
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
494
497
  d: "M33 6C33.5523 6 34 6.44772 34 7V12.3819C34.3069 12.6566 34.5 13.0558 34.5 13.5C34.5 14.3284 33.8284 15 33 15C32.1716 15 31.5 14.3284 31.5 13.5C31.5 13.0558 31.6931 12.6566 32 12.3819V7C32 6.44772 32.4477 6 33 6Z",
495
498
  fill: color
@@ -531,17 +534,16 @@ var Calendar = function Calendar(_ref16) {
531
534
 
532
535
  exports.Calendar = Calendar;
533
536
 
534
- var Call = function Call(_ref17) {
535
- var className = _ref17.className,
536
- _ref17$color = _ref17.color,
537
- color = _ref17$color === void 0 ? 'currentColor' : _ref17$color,
538
- size = _ref17.size,
539
- _ref17$label = _ref17.label,
540
- label = _ref17$label === void 0 ? '' : _ref17$label;
541
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
537
+ var Call = function Call(_ref18) {
538
+ var className = _ref18.className,
539
+ _ref18$color = _ref18.color,
540
+ color = _ref18$color === void 0 ? 'currentColor' : _ref18$color,
541
+ size = _ref18.size,
542
+ _ref18$label = _ref18.label,
543
+ label = _ref18$label === void 0 ? 'Call' : _ref18$label;
544
+ return /*#__PURE__*/React.createElement(ContentIcon, {
542
545
  className: className,
543
- size: size,
544
- tooltip: label
546
+ size: size
545
547
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
546
548
  d: "M24 8H10C8.89543 8 8 8.89543 8 10V38C8 39.1046 8.89543 40 10 40H17C17.5523 40 18 40.4477 18 41C18 41.5523 17.5523 42 17 42H10C7.79086 42 6 40.2091 6 38V10C6 7.79086 7.79086 6 10 6H24C26.2091 6 28 7.79086 28 10V38C28 40.2091 26.2091 42 24 42H23C22.4477 42 22 41.5523 22 41C22 40.4477 22.4477 40 23 40H24C25.1046 40 26 39.1046 26 38V10C26 8.89543 25.1046 8 24 8Z",
547
549
  fill: color
@@ -559,17 +561,16 @@ var Call = function Call(_ref17) {
559
561
 
560
562
  exports.Call = Call;
561
563
 
562
- var Certificate = function Certificate(_ref18) {
563
- var className = _ref18.className,
564
- _ref18$color = _ref18.color,
565
- color = _ref18$color === void 0 ? 'currentColor' : _ref18$color,
566
- size = _ref18.size,
567
- _ref18$label = _ref18.label,
568
- label = _ref18$label === void 0 ? '' : _ref18$label;
569
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
564
+ var Certificate = function Certificate(_ref19) {
565
+ var className = _ref19.className,
566
+ _ref19$color = _ref19.color,
567
+ color = _ref19$color === void 0 ? 'currentColor' : _ref19$color,
568
+ size = _ref19.size,
569
+ _ref19$label = _ref19.label,
570
+ label = _ref19$label === void 0 ? 'Certificate' : _ref19$label;
571
+ return /*#__PURE__*/React.createElement(ContentIcon, {
570
572
  className: className,
571
- size: size,
572
- tooltip: label
573
+ size: size
573
574
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
574
575
  d: "M27.5876 17.0714C27.9782 16.6809 27.9782 16.0477 27.5876 15.6572C27.1971 15.2667 26.5639 15.2667 26.1734 15.6572L23.333 18.4976L22.2269 17.3913C21.8364 17.0007 21.2033 17.0007 20.8127 17.3911C20.4222 17.7816 20.4221 18.4148 20.8126 18.8054L23.3329 21.3262L27.5876 17.0714Z",
575
576
  fill: color
@@ -587,17 +588,16 @@ var Certificate = function Certificate(_ref18) {
587
588
 
588
589
  exports.Certificate = Certificate;
589
590
 
590
- var ChestCompressionFraction = function ChestCompressionFraction(_ref19) {
591
- var className = _ref19.className,
592
- _ref19$color = _ref19.color,
593
- color = _ref19$color === void 0 ? 'currentColor' : _ref19$color,
594
- size = _ref19.size,
595
- _ref19$label = _ref19.label,
596
- label = _ref19$label === void 0 ? '' : _ref19$label;
597
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
591
+ var ChestCompressionFraction = function ChestCompressionFraction(_ref20) {
592
+ var className = _ref20.className,
593
+ _ref20$color = _ref20.color,
594
+ color = _ref20$color === void 0 ? 'currentColor' : _ref20$color,
595
+ size = _ref20.size,
596
+ _ref20$label = _ref20.label,
597
+ label = _ref20$label === void 0 ? 'Chest compression fraction' : _ref20$label;
598
+ return /*#__PURE__*/React.createElement(ContentIcon, {
598
599
  className: className,
599
- size: size,
600
- tooltip: label
600
+ size: size
601
601
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
602
602
  d: "M8.68668 24.5468L15.1333 32H13.5853C13.033 32 12.5853 32.4477 12.5853 33C12.5853 33.5523 13.033 34 13.5853 34H17.5853C18.1376 34 18.5853 33.5523 18.5853 33V29C18.5853 28.4477 18.1376 28 17.5853 28C17.033 28 16.5853 28.4477 16.5853 29V30.6205L10.1424 23.1754C8.81313 21.747 8 19.8317 8 17.7266C8 13.3083 11.5817 9.72656 16 9.72656C17.795 9.72656 19.4525 10.3177 20.7879 11.3167C21.399 11.7739 21.9427 12.3166 22.4012 12.9271L22.4327 12.9694C22.5905 13.1823 22.7379 13.4034 22.8743 13.6319C22.959 13.759 23.0598 13.866 23.1716 13.9529C23.6552 14.3286 24.3452 14.3286 24.8287 13.9526C24.9404 13.8658 25.0411 13.7589 25.1256 13.6319C25.2596 13.4075 25.4043 13.1902 25.5589 12.9807L25.5988 12.927C26.0812 12.2848 26.6578 11.7176 27.3082 11.246C28.3724 10.4743 29.6339 9.9584 31.0023 9.78817L31.0227 9.78546C31.0485 9.78179 31.0741 9.77731 31.0994 9.77202C31.1324 9.76513 31.1649 9.75688 31.1969 9.74734C31.6529 9.61129 32 9.21183 32 8.72656C32 8.17428 31.551 7.72131 31.0014 7.7758C29.2901 7.94546 27.706 8.54652 26.3591 9.46839C26.015 9.70389 25.6865 9.96031 25.3752 10.2358C24.8683 10.6845 24.4073 11.1838 24.0001 11.7258C23.593 11.1839 23.1318 10.6845 22.6248 10.2359C22.5011 10.1263 22.3745 10.0198 22.2454 9.91634C20.5386 8.54994 18.3736 7.73056 16.0173 7.72658L16 7.72656C10.4772 7.72656 6 12.2037 6 17.7266L6.00005 17.7574C6.00796 20.3813 7.02642 22.7673 8.68668 24.5468Z",
603
603
  fill: color
@@ -609,17 +609,16 @@ var ChestCompressionFraction = function ChestCompressionFraction(_ref19) {
609
609
 
610
610
  exports.ChestCompressionFraction = ChestCompressionFraction;
611
611
 
612
- var Child = function Child(_ref20) {
613
- var className = _ref20.className,
614
- _ref20$color = _ref20.color,
615
- color = _ref20$color === void 0 ? 'currentColor' : _ref20$color,
616
- size = _ref20.size,
617
- _ref20$label = _ref20.label,
618
- label = _ref20$label === void 0 ? '' : _ref20$label;
619
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
612
+ var Child = function Child(_ref21) {
613
+ var className = _ref21.className,
614
+ _ref21$color = _ref21.color,
615
+ color = _ref21$color === void 0 ? 'currentColor' : _ref21$color,
616
+ size = _ref21.size,
617
+ _ref21$label = _ref21.label,
618
+ label = _ref21$label === void 0 ? 'Child' : _ref21$label;
619
+ return /*#__PURE__*/React.createElement(ContentIcon, {
620
620
  className: className,
621
- size: size,
622
- tooltip: label
621
+ size: size
623
622
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
624
623
  d: "M20 10C20 7.79086 21.7909 6 24 6C26.2091 6 28 7.79086 28 10C28 10.5707 27.8811 11.111 27.6676 11.5996C27.4465 12.1057 27.6775 12.6952 28.1836 12.9164C28.6897 13.1375 29.2792 12.9065 29.5003 12.4004C29.822 11.664 30 10.8515 30 10C30 6.68629 27.3137 4 24 4C20.6863 4 18 6.68629 18 10C18 13.3137 20.6863 16 24 16C24.5523 16 25 15.5523 25 15C25 14.4477 24.5523 14 24 14C21.7909 14 20 12.2091 20 10Z",
625
624
  fill: color
@@ -631,17 +630,16 @@ var Child = function Child(_ref20) {
631
630
 
632
631
  exports.Child = Child;
633
632
 
634
- var ClinicalFindings = function ClinicalFindings(_ref21) {
635
- var className = _ref21.className,
636
- _ref21$color = _ref21.color,
637
- color = _ref21$color === void 0 ? 'currentColor' : _ref21$color,
638
- size = _ref21.size,
639
- _ref21$label = _ref21.label,
640
- label = _ref21$label === void 0 ? '' : _ref21$label;
641
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
633
+ var ClinicalFindings = function ClinicalFindings(_ref22) {
634
+ var className = _ref22.className,
635
+ _ref22$color = _ref22.color,
636
+ color = _ref22$color === void 0 ? 'currentColor' : _ref22$color,
637
+ size = _ref22.size,
638
+ _ref22$label = _ref22.label,
639
+ label = _ref22$label === void 0 ? 'Clinical findings' : _ref22$label;
640
+ return /*#__PURE__*/React.createElement(ContentIcon, {
642
641
  className: className,
643
- size: size,
644
- tooltip: label
642
+ size: size
645
643
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
646
644
  d: "M21.5 30C22.3284 30 23 29.3284 23 28.5C23 27.6716 22.3284 27 21.5 27C20.6716 27 20 27.6716 20 28.5C20 29.3284 20.6716 30 21.5 30Z",
647
645
  fill: color
@@ -659,199 +657,190 @@ var ClinicalFindings = function ClinicalFindings(_ref21) {
659
657
 
660
658
  exports.ClinicalFindings = ClinicalFindings;
661
659
 
662
- var Cloud = function Cloud(_ref22) {
663
- var className = _ref22.className,
664
- _ref22$color = _ref22.color,
665
- color = _ref22$color === void 0 ? 'currentColor' : _ref22$color,
666
- size = _ref22.size,
667
- _ref22$label = _ref22.label,
668
- label = _ref22$label === void 0 ? '' : _ref22$label;
669
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
670
- className: className,
671
- size: size,
672
- tooltip: label
673
- }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
674
- d: "M37.0471 36.9999C41.4437 36.9745 45 33.4026 45 29C45 24.5817 41.4183 21 37 21V20C37 13.9249 32.0751 9 26 9C20.2397 9 15.5135 13.4277 15.0391 19.0654C11.955 19.4888 9.51127 21.9213 9.07089 25H9C5.68629 25 3 27.6863 3 31C3 34.3137 5.68629 37 9 37H37.0305C37.036 37 37.0416 37 37.0471 36.9999ZM26 11C30.9706 11 35 15.0294 35 20V22C35 22.5523 35.4477 23 36 23H37C40.3137 23 43 25.6863 43 29C43 32.3137 40.3137 35 37 35H9C6.79086 35 5 33.2091 5 31C5 28.7909 6.79086 27 9 27H10C10.5523 27 11 26.5523 11 26C11 23.2386 13.2386 21 16 21C16.5523 21 17 20.5523 17 20C17 15.0294 21.0294 11 26 11Z",
675
- fill: color
676
- }));
677
- };
678
-
679
- exports.Cloud = Cloud;
680
-
681
- var CloudAttension = function CloudAttension(_ref23) {
660
+ var Cloud = function Cloud(_ref23) {
682
661
  var className = _ref23.className,
683
662
  _ref23$color = _ref23.color,
684
663
  color = _ref23$color === void 0 ? 'currentColor' : _ref23$color,
685
664
  size = _ref23.size,
686
665
  _ref23$label = _ref23.label,
687
- label = _ref23$label === void 0 ? '' : _ref23$label;
688
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
666
+ label = _ref23$label === void 0 ? 'Cloud' : _ref23$label;
667
+ return /*#__PURE__*/React.createElement(ContentIcon, {
689
668
  className: className,
690
- size: size,
691
- tooltip: label
669
+ size: size
692
670
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
693
- d: "M35.0615 20.0192C35.0615 15.038 31.0235 11 26.0423 11C21.066 11 17.0309 15.0302 17.0231 20.0047L17.0232 20.0193C17.0232 20.5716 16.5755 21.0193 16.0232 21.0193C13.2554 21.0193 11.0117 23.263 11.0117 26.0308C11.0117 26.5831 10.5639 27.0308 10.0117 27.0308C10.0033 27.0308 9.99505 27.0307 9.98679 27.0305H9.00961C6.79516 27.0305 5 28.8257 5 31.0401C5 33.2546 6.79516 35.0497 9.00961 35.0497H20C20.5523 35.0497 21 35.4975 21 36.0497C21 36.602 20.5523 37.0497 20 37.0497H9.00961C5.69059 37.0497 3 34.3591 3 31.0401C3 27.7211 5.69059 25.0305 9.00961 25.0305H9.08247C9.52312 21.9456 11.9718 19.5082 15.0622 19.0846C15.5365 13.4363 20.2713 9 26.0423 9C32.128 9 37.0615 13.9335 37.0615 20.0192V21.0229H37.0634C41.4892 21.0229 45.0769 24.6106 45.0769 29.0363C45.0769 33.4621 41.4892 37.0498 37.0634 37.0498L32 37.0498C31.4477 37.0498 31 36.6021 31 36.0498C31 35.4975 31.4477 35.0498 32 35.0498L37.0634 35.0498C40.3846 35.0498 43.0769 32.3575 43.0769 29.0363C43.0769 25.7152 40.3846 23.0229 37.0634 23.0229H36.0806L36.0615 23.0231C35.5438 23.0231 35.1179 22.6296 35.0667 22.1253C35.0633 22.0917 35.0615 22.0576 35.0615 22.0231V20.0192Z",
694
- fill: color
695
- }), /*#__PURE__*/React.createElement("path", {
696
- d: "M26 25C26.5523 25 27 25.4477 27 26V34.1147C27 34.667 26.5523 35.1147 26 35.1147C25.4477 35.1147 25 34.667 25 34.1147V26C25 25.4477 25.4477 25 26 25Z",
697
- fill: color
698
- }), /*#__PURE__*/React.createElement("path", {
699
- d: "M26 40C26.5523 40 27 39.5523 27 39C27 38.4477 26.5523 38 26 38C25.4477 38 25 38.4477 25 39C25 39.5523 25.4477 40 26 40Z",
671
+ d: "M37.0471 36.9999C41.4437 36.9745 45 33.4026 45 29C45 24.5817 41.4183 21 37 21V20C37 13.9249 32.0751 9 26 9C20.2397 9 15.5135 13.4277 15.0391 19.0654C11.955 19.4888 9.51127 21.9213 9.07089 25H9C5.68629 25 3 27.6863 3 31C3 34.3137 5.68629 37 9 37H37.0305C37.036 37 37.0416 37 37.0471 36.9999ZM26 11C30.9706 11 35 15.0294 35 20V22C35 22.5523 35.4477 23 36 23H37C40.3137 23 43 25.6863 43 29C43 32.3137 40.3137 35 37 35H9C6.79086 35 5 33.2091 5 31C5 28.7909 6.79086 27 9 27H10C10.5523 27 11 26.5523 11 26C11 23.2386 13.2386 21 16 21C16.5523 21 17 20.5523 17 20C17 15.0294 21.0294 11 26 11Z",
700
672
  fill: color
701
673
  }));
702
674
  };
703
675
 
704
- exports.CloudAttension = CloudAttension;
676
+ exports.Cloud = Cloud;
705
677
 
706
- var CloudChecked = function CloudChecked(_ref24) {
678
+ var CloudAttension = function CloudAttension(_ref24) {
707
679
  var className = _ref24.className,
708
680
  _ref24$color = _ref24.color,
709
681
  color = _ref24$color === void 0 ? 'currentColor' : _ref24$color,
710
682
  size = _ref24.size,
711
683
  _ref24$label = _ref24.label,
712
- label = _ref24$label === void 0 ? '' : _ref24$label;
713
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
684
+ label = _ref24$label === void 0 ? 'Cloud attension' : _ref24$label;
685
+ return /*#__PURE__*/React.createElement(ContentIcon, {
714
686
  className: className,
715
- size: size,
716
- tooltip: label
687
+ size: size
717
688
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
718
- d: "M35.5683 16.9164C35.0622 17.1375 34.4727 16.9065 34.2516 16.4004C32.8619 13.2197 29.6891 11 26 11C21.0295 11 17 15.0294 17 20C17 20.5447 16.5645 20.9878 16.0226 20.9997L16 21C13.2386 21 11 23.2386 11 26C11 26.5523 10.5523 27 10 27H9C6.79086 27 5 28.7909 5 31C5 33.2091 6.79086 35 9 35H37C40.3137 35 43 32.3137 43 29C43 27.6718 42.5696 26.4471 41.8405 25.4538C41.5136 25.0086 41.6096 24.3827 42.0548 24.0559C42.5 23.7291 43.1259 23.8251 43.4527 24.2703C44.4253 25.5952 45 27.2319 45 29C45 33.4026 41.4437 36.9745 37.0471 36.9999L37.0305 37H9C5.68629 37 3 34.3137 3 31C3 27.6863 5.68629 25 9 25H9.07089C9.51127 21.9213 11.955 19.4888 15.0392 19.0654C15.5135 13.4277 20.2397 9 26 9C30.5123 9 34.3878 11.7167 36.0843 15.5996C36.3054 16.1057 36.0744 16.6952 35.5683 16.9164Z",
689
+ d: "M35.0615 20.0192C35.0615 15.038 31.0235 11 26.0423 11C21.066 11 17.0309 15.0302 17.0231 20.0047L17.0232 20.0193C17.0232 20.5716 16.5755 21.0193 16.0232 21.0193C13.2554 21.0193 11.0117 23.263 11.0117 26.0308C11.0117 26.5831 10.5639 27.0308 10.0117 27.0308C10.0033 27.0308 9.99505 27.0307 9.98679 27.0305H9.00961C6.79516 27.0305 5 28.8257 5 31.0401C5 33.2546 6.79516 35.0497 9.00961 35.0497H20C20.5523 35.0497 21 35.4975 21 36.0497C21 36.602 20.5523 37.0497 20 37.0497H9.00961C5.69059 37.0497 3 34.3591 3 31.0401C3 27.7211 5.69059 25.0305 9.00961 25.0305H9.08247C9.52312 21.9456 11.9718 19.5082 15.0622 19.0846C15.5365 13.4363 20.2713 9 26.0423 9C32.128 9 37.0615 13.9335 37.0615 20.0192V21.0229H37.0634C41.4892 21.0229 45.0769 24.6106 45.0769 29.0363C45.0769 33.4621 41.4892 37.0498 37.0634 37.0498L32 37.0498C31.4477 37.0498 31 36.6021 31 36.0498C31 35.4975 31.4477 35.0498 32 35.0498L37.0634 35.0498C40.3846 35.0498 43.0769 32.3575 43.0769 29.0363C43.0769 25.7152 40.3846 23.0229 37.0634 23.0229H36.0806L36.0615 23.0231C35.5438 23.0231 35.1179 22.6296 35.0667 22.1253C35.0633 22.0917 35.0615 22.0576 35.0615 22.0231V20.0192Z",
719
690
  fill: color
720
691
  }), /*#__PURE__*/React.createElement("path", {
721
- d: "M40.7043 20.3082C41.0964 19.9192 41.0988 19.286 40.7098 18.894C40.3208 18.502 39.6876 18.4995 39.2956 18.8886L29.8445 28.267L25.4812 23.9283C25.0896 23.5389 24.4564 23.5407 24.067 23.9323C23.6776 24.324 23.6794 24.9571 24.071 25.3466L28.7865 30.0354C29.3711 30.6168 30.3154 30.6173 30.9007 30.0365L40.7043 20.3082Z",
692
+ d: "M26 25C26.5523 25 27 25.4477 27 26V34.1147C27 34.667 26.5523 35.1147 26 35.1147C25.4477 35.1147 25 34.667 25 34.1147V26C25 25.4477 25.4477 25 26 25Z",
693
+ fill: color
694
+ }), /*#__PURE__*/React.createElement("path", {
695
+ d: "M26 40C26.5523 40 27 39.5523 27 39C27 38.4477 26.5523 38 26 38C25.4477 38 25 38.4477 25 39C25 39.5523 25.4477 40 26 40Z",
722
696
  fill: color
723
697
  }));
724
698
  };
725
699
 
726
- exports.CloudChecked = CloudChecked;
700
+ exports.CloudAttension = CloudAttension;
727
701
 
728
- var CloudDownload = function CloudDownload(_ref25) {
702
+ var CloudChecked = function CloudChecked(_ref25) {
729
703
  var className = _ref25.className,
730
704
  _ref25$color = _ref25.color,
731
705
  color = _ref25$color === void 0 ? 'currentColor' : _ref25$color,
732
706
  size = _ref25.size,
733
707
  _ref25$label = _ref25.label,
734
- label = _ref25$label === void 0 ? '' : _ref25$label;
735
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
708
+ label = _ref25$label === void 0 ? 'Cloud checked' : _ref25$label;
709
+ return /*#__PURE__*/React.createElement(ContentIcon, {
736
710
  className: className,
737
- size: size,
738
- tooltip: label
711
+ size: size
739
712
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
740
- d: "M35.0029 20.009C35.0029 15.0324 30.9723 10.9981 26.0002 10.9981C21.0329 10.9981 17.0053 15.0246 16.9975 19.9945L16.9976 20.009C16.9976 20.5608 16.5507 21.0081 15.9994 21.0081C13.2367 21.0081 10.997 23.2497 10.997 26.015C10.997 26.5667 10.5501 27.014 9.99884 27.014C9.99054 27.014 9.98227 27.0139 9.97402 27.0137H8.99863C6.78823 27.0137 4.99634 28.8072 4.99634 31.0196C4.99634 33.232 6.78823 35.0255 8.99863 35.0255H15.9762C16.5275 35.0255 16.9744 35.4728 16.9744 36.0245C16.9744 36.5763 16.5275 37.0236 15.9762 37.0236H8.99863C5.68568 37.0236 3 34.3355 3 31.0196C3 27.7037 5.68568 25.0156 8.99863 25.0156H9.07136C9.5112 21.9336 11.9554 19.4984 15.0401 19.0752C15.5136 13.4322 20.2398 9 26.0002 9C32.0748 9 36.9993 13.9289 36.9993 20.009V21.0117H37.0012C41.4188 21.0117 45 24.5961 45 29.0177C45 33.4393 41.4188 37.0237 37.0012 37.0237H35.9397C35.3884 37.0237 34.9415 36.5764 34.9415 36.0246C34.9415 35.4728 35.3884 35.0255 35.9397 35.0255H37.0012C40.3163 35.0255 43.0037 32.3357 43.0037 29.0177C43.0037 25.6996 40.3163 23.0098 37.0012 23.0098H36.0201L36.0011 23.01C35.4999 23.01 35.085 22.6403 35.0137 22.1584C35.0066 22.1103 35.0029 22.0611 35.0029 22.0109V20.009Z",
713
+ d: "M35.5683 16.9164C35.0622 17.1375 34.4727 16.9065 34.2516 16.4004C32.8619 13.2197 29.6891 11 26 11C21.0295 11 17 15.0294 17 20C17 20.5447 16.5645 20.9878 16.0226 20.9997L16 21C13.2386 21 11 23.2386 11 26C11 26.5523 10.5523 27 10 27H9C6.79086 27 5 28.7909 5 31C5 33.2091 6.79086 35 9 35H37C40.3137 35 43 32.3137 43 29C43 27.6718 42.5696 26.4471 41.8405 25.4538C41.5136 25.0086 41.6096 24.3827 42.0548 24.0559C42.5 23.7291 43.1259 23.8251 43.4527 24.2703C44.4253 25.5952 45 27.2319 45 29C45 33.4026 41.4437 36.9745 37.0471 36.9999L37.0305 37H9C5.68629 37 3 34.3137 3 31C3 27.6863 5.68629 25 9 25H9.07089C9.51127 21.9213 11.955 19.4888 15.0392 19.0654C15.5135 13.4277 20.2397 9 26 9C30.5123 9 34.3878 11.7167 36.0843 15.5996C36.3054 16.1057 36.0744 16.6952 35.5683 16.9164Z",
741
714
  fill: color
742
715
  }), /*#__PURE__*/React.createElement("path", {
743
- d: "M26.6638 41.7074L31.0198 37.3475C31.4096 36.9573 31.4096 36.3247 31.0198 35.9346C30.63 35.5444 29.998 35.5444 29.6082 35.9346L26.9562 38.589V27.014C26.9562 26.4622 26.5093 26.0149 25.958 26.0149C25.4067 26.0149 24.9598 26.4622 24.9598 27.014V38.589L22.3078 35.9346C21.918 35.5444 21.286 35.5444 20.8962 35.9346C20.5064 36.3247 20.5064 36.9573 20.8962 37.3475L25.2522 41.7074C25.642 42.0975 26.274 42.0975 26.6638 41.7074Z",
716
+ d: "M40.7043 20.3082C41.0964 19.9192 41.0988 19.286 40.7098 18.894C40.3208 18.502 39.6876 18.4995 39.2956 18.8886L29.8445 28.267L25.4812 23.9283C25.0896 23.5389 24.4564 23.5407 24.067 23.9323C23.6776 24.324 23.6794 24.9571 24.071 25.3466L28.7865 30.0354C29.3711 30.6168 30.3154 30.6173 30.9007 30.0365L40.7043 20.3082Z",
744
717
  fill: color
745
718
  }));
746
719
  };
747
720
 
748
- exports.CloudDownload = CloudDownload;
721
+ exports.CloudChecked = CloudChecked;
749
722
 
750
- var CloudLocked = function CloudLocked(_ref26) {
723
+ var CloudDownload = function CloudDownload(_ref26) {
751
724
  var className = _ref26.className,
752
725
  _ref26$color = _ref26.color,
753
726
  color = _ref26$color === void 0 ? 'currentColor' : _ref26$color,
754
727
  size = _ref26.size,
755
728
  _ref26$label = _ref26.label,
756
- label = _ref26$label === void 0 ? '' : _ref26$label;
757
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
729
+ label = _ref26$label === void 0 ? 'Cloud download' : _ref26$label;
730
+ return /*#__PURE__*/React.createElement(ContentIcon, {
758
731
  className: className,
759
- size: size,
760
- tooltip: label
732
+ size: size
761
733
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
762
- d: "M35.0031 20.0192C35.0031 15.038 30.9724 11 26.0003 11C21.0282 11 16.9975 15.038 16.9975 20.0192C16.9975 20.3941 16.7917 20.7207 16.487 20.892C16.4585 20.908 16.4292 20.9226 16.399 20.9358C16.2766 20.9895 16.1414 21.0193 15.9992 21.0193C13.2413 21.0193 11.0046 23.2552 10.9968 26.0163L10.9969 26.0305C10.9969 26.144 10.978 26.2531 10.9433 26.3548C10.9357 26.3769 10.9274 26.3987 10.9184 26.4201C10.7668 26.779 10.4121 27.0308 9.99864 27.0308C9.99034 27.0308 9.98206 27.0307 9.97381 27.0305H8.99866C6.78825 27.0305 4.99636 28.8257 4.99636 31.0401C4.99636 33.2546 6.78825 35.0497 8.99866 35.0497H12.9818C13.5331 35.0497 13.98 35.4975 13.98 36.0497C13.98 36.602 13.5331 37.0497 12.9818 37.0497H8.99866C5.68569 37.0497 3 34.3591 3 31.0401C3 27.7211 5.68569 25.0305 8.99866 25.0305H9.07115C9.51101 21.9455 11.9553 19.5081 15.0402 19.0846C15.5137 13.4363 20.2399 9 26.0003 9C32.075 9 36.9995 13.9335 36.9995 20.0192V21.0229H37.0011C41.4188 21.0229 45 24.6106 45 29.0364C45 32.696 42.5521 35.7802 39.2092 36.7403C38.6793 36.8925 38.1266 36.5855 37.9746 36.0546C37.8227 35.5237 38.1292 34.97 38.6591 34.8178C41.1687 34.097 43.0036 31.7801 43.0036 29.0364C43.0036 25.7152 40.3162 23.0229 37.0011 23.0229H36.0197L36.0013 23.0231C35.7946 23.0231 35.6025 22.9601 35.4432 22.8523C35.4166 22.8343 35.391 22.8151 35.3664 22.7947C35.1444 22.6113 35.0029 22.3337 35.0029 22.0229L35.0031 22.0008V20.0192Z",
763
- fill: color
764
- }), /*#__PURE__*/React.createElement("path", {
765
- d: "M26.0007 37.173C27.1986 37.173 28.1698 36.2001 28.1698 35C28.1698 33.7999 27.1986 32.827 26.0007 32.827C24.8027 32.827 23.8316 33.7999 23.8316 35C23.8316 36.2001 24.8027 37.173 26.0007 37.173Z",
734
+ d: "M35.0029 20.009C35.0029 15.0324 30.9723 10.9981 26.0002 10.9981C21.0329 10.9981 17.0053 15.0246 16.9975 19.9945L16.9976 20.009C16.9976 20.5608 16.5507 21.0081 15.9994 21.0081C13.2367 21.0081 10.997 23.2497 10.997 26.015C10.997 26.5667 10.5501 27.014 9.99884 27.014C9.99054 27.014 9.98227 27.0139 9.97402 27.0137H8.99863C6.78823 27.0137 4.99634 28.8072 4.99634 31.0196C4.99634 33.232 6.78823 35.0255 8.99863 35.0255H15.9762C16.5275 35.0255 16.9744 35.4728 16.9744 36.0245C16.9744 36.5763 16.5275 37.0236 15.9762 37.0236H8.99863C5.68568 37.0236 3 34.3355 3 31.0196C3 27.7037 5.68568 25.0156 8.99863 25.0156H9.07136C9.5112 21.9336 11.9554 19.4984 15.0401 19.0752C15.5136 13.4322 20.2398 9 26.0002 9C32.0748 9 36.9993 13.9289 36.9993 20.009V21.0117H37.0012C41.4188 21.0117 45 24.5961 45 29.0177C45 33.4393 41.4188 37.0237 37.0012 37.0237H35.9397C35.3884 37.0237 34.9415 36.5764 34.9415 36.0246C34.9415 35.4728 35.3884 35.0255 35.9397 35.0255H37.0012C40.3163 35.0255 43.0037 32.3357 43.0037 29.0177C43.0037 25.6996 40.3163 23.0098 37.0012 23.0098H36.0201L36.0011 23.01C35.4999 23.01 35.085 22.6403 35.0137 22.1584C35.0066 22.1103 35.0029 22.0611 35.0029 22.0109V20.009Z",
766
735
  fill: color
767
736
  }), /*#__PURE__*/React.createElement("path", {
768
- d: "M26.0005 20C23.2441 20 21.0096 22.2386 21.0096 25C21.0096 25.026 21.0106 25.0517 21.0125 25.0771V28H21.0096C19.3558 28 18.0151 29.3431 18.0151 31V39C18.0151 40.6569 19.3558 42 21.0096 42H31.58C32.9088 42 33.9859 40.9209 33.9859 39.5897V31C33.9859 29.3431 32.6452 28 30.9914 28V25C30.9914 22.2386 28.7569 20 26.0005 20ZM23.0089 25.0001C23.0089 24.9776 23.0082 24.9553 23.0067 24.9332C23.0421 23.3072 24.3689 22 26.0005 22C27.6543 22 28.995 23.3431 28.995 25V28H23.0089V25.0001ZM21.0096 30H30.9914C31.5427 30 31.9896 30.4477 31.9896 31V39.5897C31.9896 39.8163 31.8062 40 31.58 40H21.0096C20.4583 40 20.0114 39.5523 20.0114 39V31C20.0114 30.4477 20.4583 30 21.0096 30Z",
737
+ d: "M26.6638 41.7074L31.0198 37.3475C31.4096 36.9573 31.4096 36.3247 31.0198 35.9346C30.63 35.5444 29.998 35.5444 29.6082 35.9346L26.9562 38.589V27.014C26.9562 26.4622 26.5093 26.0149 25.958 26.0149C25.4067 26.0149 24.9598 26.4622 24.9598 27.014V38.589L22.3078 35.9346C21.918 35.5444 21.286 35.5444 20.8962 35.9346C20.5064 36.3247 20.5064 36.9573 20.8962 37.3475L25.2522 41.7074C25.642 42.0975 26.274 42.0975 26.6638 41.7074Z",
769
738
  fill: color
770
739
  }));
771
740
  };
772
741
 
773
- exports.CloudLocked = CloudLocked;
742
+ exports.CloudDownload = CloudDownload;
774
743
 
775
- var CloudNoConnection = function CloudNoConnection(_ref27) {
744
+ var CloudLocked = function CloudLocked(_ref27) {
776
745
  var className = _ref27.className,
777
746
  _ref27$color = _ref27.color,
778
747
  color = _ref27$color === void 0 ? 'currentColor' : _ref27$color,
779
748
  size = _ref27.size,
780
749
  _ref27$label = _ref27.label,
781
- label = _ref27$label === void 0 ? '' : _ref27$label;
782
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
750
+ label = _ref27$label === void 0 ? 'Cloud locked' : _ref27$label;
751
+ return /*#__PURE__*/React.createElement(ContentIcon, {
783
752
  className: className,
784
- size: size,
785
- tooltip: label
753
+ size: size
786
754
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
787
- d: "M26.0002 11.0011C30.9723 11.0011 35.0029 15.0412 35.0029 20.025L35.0029 22.0298C35.0029 22.0799 35.0066 22.1294 35.0137 22.1777C35.085 22.6602 35.4999 23.0305 36.0011 23.0305L36.0201 23.0303H37.0012C40.3163 23.0303 43.0037 25.724 43.0037 29.0469C43.0037 32.3698 40.3163 35.0636 37.0012 35.0636H34.9415C34.3902 35.0636 33.9433 35.5115 33.9433 36.0641C33.9433 36.6167 34.3902 37.0646 34.9415 37.0646H37.0012C41.4188 37.0646 45 33.475 45 29.0469C45 24.6189 41.4188 21.0292 37.0012 21.0292H36.9993V20.025C36.9993 13.9361 32.0748 9 26.0002 9C20.2398 9 15.5136 13.4386 15.0401 19.0899C11.9554 19.5138 9.5112 21.9524 9.07136 25.039H8.99863C5.68568 25.039 3 27.731 3 31.0518C3 34.3725 5.68568 37.0645 8.99863 37.0645H16.9744C17.5257 37.0645 17.9726 36.6166 17.9726 36.064C17.9726 35.5114 17.5257 35.0635 16.9744 35.0635H8.99863C6.78823 35.0635 4.99634 33.2674 4.99634 31.0518C4.99634 28.8361 6.78823 27.04 8.99863 27.04H9.97402C9.98227 27.0402 9.99054 27.0403 9.99884 27.0403C10.5501 27.0403 10.997 26.5924 10.997 26.0398C10.997 23.2706 13.2367 21.0256 15.9994 21.0256C16.5507 21.0256 16.9976 20.5777 16.9976 20.0251L16.9975 20.0105C17.0053 15.0334 21.0329 11.0011 26.0002 11.0011Z",
755
+ d: "M35.0031 20.0192C35.0031 15.038 30.9724 11 26.0003 11C21.0282 11 16.9975 15.038 16.9975 20.0192C16.9975 20.3941 16.7917 20.7207 16.487 20.892C16.4585 20.908 16.4292 20.9226 16.399 20.9358C16.2766 20.9895 16.1414 21.0193 15.9992 21.0193C13.2413 21.0193 11.0046 23.2552 10.9968 26.0163L10.9969 26.0305C10.9969 26.144 10.978 26.2531 10.9433 26.3548C10.9357 26.3769 10.9274 26.3987 10.9184 26.4201C10.7668 26.779 10.4121 27.0308 9.99864 27.0308C9.99034 27.0308 9.98206 27.0307 9.97381 27.0305H8.99866C6.78825 27.0305 4.99636 28.8257 4.99636 31.0401C4.99636 33.2546 6.78825 35.0497 8.99866 35.0497H12.9818C13.5331 35.0497 13.98 35.4975 13.98 36.0497C13.98 36.602 13.5331 37.0497 12.9818 37.0497H8.99866C5.68569 37.0497 3 34.3591 3 31.0401C3 27.7211 5.68569 25.0305 8.99866 25.0305H9.07115C9.51101 21.9455 11.9553 19.5081 15.0402 19.0846C15.5137 13.4363 20.2399 9 26.0003 9C32.075 9 36.9995 13.9335 36.9995 20.0192V21.0229H37.0011C41.4188 21.0229 45 24.6106 45 29.0364C45 32.696 42.5521 35.7802 39.2092 36.7403C38.6793 36.8925 38.1266 36.5855 37.9746 36.0546C37.8227 35.5237 38.1292 34.97 38.6591 34.8178C41.1687 34.097 43.0036 31.7801 43.0036 29.0364C43.0036 25.7152 40.3162 23.0229 37.0011 23.0229H36.0197L36.0013 23.0231C35.7946 23.0231 35.6025 22.9601 35.4432 22.8523C35.4166 22.8343 35.391 22.8151 35.3664 22.7947C35.1444 22.6113 35.0029 22.3337 35.0029 22.0229L35.0031 22.0008V20.0192Z",
788
756
  fill: color
789
757
  }), /*#__PURE__*/React.createElement("path", {
790
- d: "M20.2998 30.3038C20.6896 29.9131 21.352 29.9435 21.7792 30.3718L25.9973 34.5998L30.2129 30.3743C30.64 29.9462 31.3021 29.916 31.692 30.3067C32.0818 30.6974 32.0516 31.3612 31.6245 31.7892L27.4089 36.0148L31.6271 40.2428C32.0543 40.6711 32.0847 41.335 31.6949 41.7257C31.305 42.1165 30.6427 42.0861 30.2154 41.6578L25.9973 37.4297L21.7817 41.6553C21.3546 42.0834 20.6924 42.1136 20.3026 41.7229C19.9128 41.3322 19.943 40.6684 20.37 40.2404L24.5857 36.0148L20.3676 31.7867C19.9403 31.3584 19.91 30.6945 20.2998 30.3038Z",
758
+ d: "M26.0007 37.173C27.1986 37.173 28.1698 36.2001 28.1698 35C28.1698 33.7999 27.1986 32.827 26.0007 32.827C24.8027 32.827 23.8316 33.7999 23.8316 35C23.8316 36.2001 24.8027 37.173 26.0007 37.173Z",
759
+ fill: color
760
+ }), /*#__PURE__*/React.createElement("path", {
761
+ d: "M26.0005 20C23.2441 20 21.0096 22.2386 21.0096 25C21.0096 25.026 21.0106 25.0517 21.0125 25.0771V28H21.0096C19.3558 28 18.0151 29.3431 18.0151 31V39C18.0151 40.6569 19.3558 42 21.0096 42H31.58C32.9088 42 33.9859 40.9209 33.9859 39.5897V31C33.9859 29.3431 32.6452 28 30.9914 28V25C30.9914 22.2386 28.7569 20 26.0005 20ZM23.0089 25.0001C23.0089 24.9776 23.0082 24.9553 23.0067 24.9332C23.0421 23.3072 24.3689 22 26.0005 22C27.6543 22 28.995 23.3431 28.995 25V28H23.0089V25.0001ZM21.0096 30H30.9914C31.5427 30 31.9896 30.4477 31.9896 31V39.5897C31.9896 39.8163 31.8062 40 31.58 40H21.0096C20.4583 40 20.0114 39.5523 20.0114 39V31C20.0114 30.4477 20.4583 30 21.0096 30Z",
791
762
  fill: color
792
763
  }));
793
764
  };
794
765
 
795
- exports.CloudNoConnection = CloudNoConnection;
766
+ exports.CloudLocked = CloudLocked;
796
767
 
797
- var CloudSyncing = function CloudSyncing(_ref28) {
768
+ var CloudNoConnection = function CloudNoConnection(_ref28) {
798
769
  var className = _ref28.className,
799
770
  _ref28$color = _ref28.color,
800
771
  color = _ref28$color === void 0 ? 'currentColor' : _ref28$color,
801
772
  size = _ref28.size,
802
773
  _ref28$label = _ref28.label,
803
- label = _ref28$label === void 0 ? '' : _ref28$label;
804
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
774
+ label = _ref28$label === void 0 ? 'Cloud no connection' : _ref28$label;
775
+ return /*#__PURE__*/React.createElement(ContentIcon, {
805
776
  className: className,
806
- size: size,
807
- tooltip: label
777
+ size: size
808
778
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
809
- d: "M26.0423 11C31.0235 11 35.0615 15.038 35.0615 20.0192L35.0615 22.0229C35.0615 22.023 35.0615 22.0228 35.0615 22.0229C35.0615 22.073 35.0652 22.1225 35.0723 22.1707C35.1437 22.653 35.5594 23.0231 36.0615 23.0231C36.0679 23.0231 36.0743 23.023 36.0806 23.0229H37.0634C40.3846 23.0229 43.0769 25.7152 43.0769 29.0363C43.0769 32.3575 40.3846 35.0498 37.0634 35.0498H37C36.4477 35.0498 36 35.4975 36 36.0498C36 36.6021 36.4477 37.0498 37 37.0498H37.0634C41.4892 37.0498 45.0769 33.4621 45.0769 29.0363C45.0769 24.6106 41.4892 21.0229 37.0634 21.0229H37.0615V20.0192C37.0615 13.9335 32.128 9 26.0423 9C20.2713 9 15.5365 13.4363 15.0622 19.0846C11.9718 19.5082 9.52312 21.9456 9.08247 25.0305H9.00961C5.69059 25.0305 3 27.7211 3 31.0401C3 34.3591 5.69059 37.0497 9.00961 37.0497H15C15.5523 37.0497 16 36.602 16 36.0497C16 35.4975 15.5523 35.0497 15 35.0497H9.00961C6.79516 35.0497 5 33.2546 5 31.0401C5 28.8257 6.79516 27.0305 9.00961 27.0305H9.98679C9.99505 27.0307 10.0033 27.0308 10.0117 27.0308C10.5639 27.0308 11.0117 26.5831 11.0117 26.0308C11.0117 23.263 13.2554 21.0193 16.0232 21.0193C16.5755 21.0193 17.0232 20.5716 17.0232 20.0193C17.0232 20.0144 17.0232 20.0096 17.0231 20.0047C17.0309 15.0302 21.066 11 26.0423 11Z",
810
- fill: color
811
- }), /*#__PURE__*/React.createElement("path", {
812
- d: "M26.0422 23.023C22.8729 23.023 20.2775 25.4803 20.0574 28.5936L21.3351 27.3158C21.7257 26.9253 22.3588 26.9253 22.7493 27.3158C23.1399 27.7064 23.1399 28.3395 22.7493 28.7301L19.7493 31.7301C19.3588 32.1206 18.7257 32.1206 18.3351 31.7301L15.3351 28.7301C14.9446 28.3395 14.9446 27.7064 15.3351 27.3158C15.7257 26.9253 16.3588 26.9253 16.7493 27.3158L18.0523 28.6188C18.2628 24.3883 21.7595 21.023 26.0422 21.023C27.5488 21.023 28.961 21.4404 30.1659 22.1664C30.639 22.4515 30.7914 23.066 30.5063 23.5391C30.2213 24.0121 29.6068 24.1645 29.1337 23.8795C28.2316 23.3359 27.175 23.023 26.0422 23.023Z",
779
+ d: "M26.0002 11.0011C30.9723 11.0011 35.0029 15.0412 35.0029 20.025L35.0029 22.0298C35.0029 22.0799 35.0066 22.1294 35.0137 22.1777C35.085 22.6602 35.4999 23.0305 36.0011 23.0305L36.0201 23.0303H37.0012C40.3163 23.0303 43.0037 25.724 43.0037 29.0469C43.0037 32.3698 40.3163 35.0636 37.0012 35.0636H34.9415C34.3902 35.0636 33.9433 35.5115 33.9433 36.0641C33.9433 36.6167 34.3902 37.0646 34.9415 37.0646H37.0012C41.4188 37.0646 45 33.475 45 29.0469C45 24.6189 41.4188 21.0292 37.0012 21.0292H36.9993V20.025C36.9993 13.9361 32.0748 9 26.0002 9C20.2398 9 15.5136 13.4386 15.0401 19.0899C11.9554 19.5138 9.5112 21.9524 9.07136 25.039H8.99863C5.68568 25.039 3 27.731 3 31.0518C3 34.3725 5.68568 37.0645 8.99863 37.0645H16.9744C17.5257 37.0645 17.9726 36.6166 17.9726 36.064C17.9726 35.5114 17.5257 35.0635 16.9744 35.0635H8.99863C6.78823 35.0635 4.99634 33.2674 4.99634 31.0518C4.99634 28.8361 6.78823 27.04 8.99863 27.04H9.97402C9.98227 27.0402 9.99054 27.0403 9.99884 27.0403C10.5501 27.0403 10.997 26.5924 10.997 26.0398C10.997 23.2706 13.2367 21.0256 15.9994 21.0256C16.5507 21.0256 16.9976 20.5777 16.9976 20.0251L16.9975 20.0105C17.0053 15.0334 21.0329 11.0011 26.0002 11.0011Z",
813
780
  fill: color
814
781
  }), /*#__PURE__*/React.createElement("path", {
815
- d: "M32.0271 29.4523L30.7493 30.7301C30.3588 31.1206 29.7257 31.1206 29.3351 30.7301C28.9446 30.3395 28.9446 29.7064 29.3351 29.3158L32.3351 26.3158C32.7257 25.9253 33.3588 25.9253 33.7493 26.3158L36.7493 29.3158C37.1399 29.7064 37.1399 30.3395 36.7493 30.7301C36.3588 31.1206 35.7257 31.1206 35.3351 30.7301L34.0322 29.4271C33.8217 33.6576 30.325 37.0229 26.0422 37.0229C24.5356 37.0229 23.1235 36.6055 21.9185 35.8795C21.4455 35.5944 21.2931 34.9799 21.5781 34.5068C21.8632 34.0338 22.4777 33.8814 22.9508 34.1664C23.8529 34.71 24.9095 35.0229 26.0422 35.0229C29.2116 35.0229 31.807 32.5656 32.0271 29.4523Z",
782
+ d: "M20.2998 30.3038C20.6896 29.9131 21.352 29.9435 21.7792 30.3718L25.9973 34.5998L30.2129 30.3743C30.64 29.9462 31.3021 29.916 31.692 30.3067C32.0818 30.6974 32.0516 31.3612 31.6245 31.7892L27.4089 36.0148L31.6271 40.2428C32.0543 40.6711 32.0847 41.335 31.6949 41.7257C31.305 42.1165 30.6427 42.0861 30.2154 41.6578L25.9973 37.4297L21.7817 41.6553C21.3546 42.0834 20.6924 42.1136 20.3026 41.7229C19.9128 41.3322 19.943 40.6684 20.37 40.2404L24.5857 36.0148L20.3676 31.7867C19.9403 31.3584 19.91 30.6945 20.2998 30.3038Z",
816
783
  fill: color
817
784
  }));
818
785
  };
819
786
 
820
- exports.CloudSyncing = CloudSyncing;
787
+ exports.CloudNoConnection = CloudNoConnection;
821
788
 
822
- var CloudUpload = function CloudUpload(_ref29) {
789
+ var CloudSyncing = function CloudSyncing(_ref29) {
823
790
  var className = _ref29.className,
824
791
  _ref29$color = _ref29.color,
825
792
  color = _ref29$color === void 0 ? 'currentColor' : _ref29$color,
826
793
  size = _ref29.size,
827
794
  _ref29$label = _ref29.label,
828
- label = _ref29$label === void 0 ? '' : _ref29$label;
829
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
795
+ label = _ref29$label === void 0 ? 'Cloud syncing' : _ref29$label;
796
+ return /*#__PURE__*/React.createElement(ContentIcon, {
830
797
  className: className,
831
- size: size,
832
- tooltip: label
798
+ size: size
833
799
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
834
- d: "M26.0423 11C31.0235 11 35.0615 15.038 35.0615 20.0192V22.0007L35.0613 22.0229C35.0613 22.3197 35.1906 22.5862 35.3959 22.7694C35.4295 22.7993 35.465 22.827 35.5024 22.8523C35.662 22.9601 35.8544 23.0231 36.0615 23.0231L36.0806 23.0229H37.0632C40.3843 23.0229 43.0767 25.7152 43.0767 29.0363C43.0767 32.3575 40.3843 35.0498 37.0632 35.0498L31.9998 35.0498C31.4475 35.0498 30.9998 35.4975 30.9998 36.0498C30.9998 36.6021 31.4475 37.0498 31.9998 37.0498L37.0632 37.0498C41.4889 37.0498 45.0767 33.4621 45.0767 29.0363C45.0767 24.6106 41.4889 21.0229 37.0632 21.0229H37.0615V20.0192C37.0615 13.9335 32.128 9 26.0423 9C20.2714 9 15.5366 13.4363 15.0622 19.0846C11.9717 19.5081 9.52289 21.9455 9.08223 25.0305H9.00961C5.69059 25.0305 3 27.7211 3 31.0401C3 34.3591 5.69059 37.0497 9.00961 37.0497H20C20.5523 37.0497 21 36.602 21 36.0497C21 35.4975 20.5523 35.0497 20 35.0497H9.00961C6.79516 35.0497 5 33.2546 5 31.0401C5 28.8257 6.79516 27.0305 9.00961 27.0305H9.98654C9.99481 27.0307 10.0031 27.0308 10.0114 27.0308C10.4354 27.0308 10.7977 26.767 10.9432 26.3945C10.9873 26.2817 11.0115 26.1589 11.0115 26.0305L11.0114 26.0163C11.0193 23.2552 13.26 21.0193 16.0229 21.0193C16.1654 21.0193 16.3009 20.9895 16.4235 20.9358C16.4537 20.9226 16.4831 20.908 16.5117 20.892C16.8168 20.7207 17.0231 20.3941 17.0231 20.0192C17.0231 15.038 21.0611 11 26.0423 11Z",
800
+ d: "M26.0423 11C31.0235 11 35.0615 15.038 35.0615 20.0192L35.0615 22.0229C35.0615 22.023 35.0615 22.0228 35.0615 22.0229C35.0615 22.073 35.0652 22.1225 35.0723 22.1707C35.1437 22.653 35.5594 23.0231 36.0615 23.0231C36.0679 23.0231 36.0743 23.023 36.0806 23.0229H37.0634C40.3846 23.0229 43.0769 25.7152 43.0769 29.0363C43.0769 32.3575 40.3846 35.0498 37.0634 35.0498H37C36.4477 35.0498 36 35.4975 36 36.0498C36 36.6021 36.4477 37.0498 37 37.0498H37.0634C41.4892 37.0498 45.0769 33.4621 45.0769 29.0363C45.0769 24.6106 41.4892 21.0229 37.0634 21.0229H37.0615V20.0192C37.0615 13.9335 32.128 9 26.0423 9C20.2713 9 15.5365 13.4363 15.0622 19.0846C11.9718 19.5082 9.52312 21.9456 9.08247 25.0305H9.00961C5.69059 25.0305 3 27.7211 3 31.0401C3 34.3591 5.69059 37.0497 9.00961 37.0497H15C15.5523 37.0497 16 36.602 16 36.0497C16 35.4975 15.5523 35.0497 15 35.0497H9.00961C6.79516 35.0497 5 33.2546 5 31.0401C5 28.8257 6.79516 27.0305 9.00961 27.0305H9.98679C9.99505 27.0307 10.0033 27.0308 10.0117 27.0308C10.5639 27.0308 11.0117 26.5831 11.0117 26.0308C11.0117 23.263 13.2554 21.0193 16.0232 21.0193C16.5755 21.0193 17.0232 20.5716 17.0232 20.0193C17.0232 20.0144 17.0232 20.0096 17.0231 20.0047C17.0309 15.0302 21.066 11 26.0423 11Z",
835
801
  fill: color
836
802
  }), /*#__PURE__*/React.createElement("path", {
837
- d: "M25.2931 24.2929L20.9291 28.6569C20.5386 29.0474 20.5386 29.6805 20.9291 30.0711C21.3196 30.4616 21.9528 30.4616 22.3433 30.0711L25.0002 27.4142V39C25.0002 39.5523 25.4479 40 26.0002 40C26.5525 40 27.0002 39.5523 27.0002 39V27.4142L29.657 30.0711C30.0476 30.4616 30.6807 30.4616 31.0713 30.0711C31.4618 29.6805 31.4618 29.0474 31.0713 28.6569L26.7073 24.2929C26.3168 23.9024 25.6836 23.9024 25.2931 24.2929Z",
803
+ d: "M26.0422 23.023C22.8729 23.023 20.2775 25.4803 20.0574 28.5936L21.3351 27.3158C21.7257 26.9253 22.3588 26.9253 22.7493 27.3158C23.1399 27.7064 23.1399 28.3395 22.7493 28.7301L19.7493 31.7301C19.3588 32.1206 18.7257 32.1206 18.3351 31.7301L15.3351 28.7301C14.9446 28.3395 14.9446 27.7064 15.3351 27.3158C15.7257 26.9253 16.3588 26.9253 16.7493 27.3158L18.0523 28.6188C18.2628 24.3883 21.7595 21.023 26.0422 21.023C27.5488 21.023 28.961 21.4404 30.1659 22.1664C30.639 22.4515 30.7914 23.066 30.5063 23.5391C30.2213 24.0121 29.6068 24.1645 29.1337 23.8795C28.2316 23.3359 27.175 23.023 26.0422 23.023Z",
804
+ fill: color
805
+ }), /*#__PURE__*/React.createElement("path", {
806
+ d: "M32.0271 29.4523L30.7493 30.7301C30.3588 31.1206 29.7257 31.1206 29.3351 30.7301C28.9446 30.3395 28.9446 29.7064 29.3351 29.3158L32.3351 26.3158C32.7257 25.9253 33.3588 25.9253 33.7493 26.3158L36.7493 29.3158C37.1399 29.7064 37.1399 30.3395 36.7493 30.7301C36.3588 31.1206 35.7257 31.1206 35.3351 30.7301L34.0322 29.4271C33.8217 33.6576 30.325 37.0229 26.0422 37.0229C24.5356 37.0229 23.1235 36.6055 21.9185 35.8795C21.4455 35.5944 21.2931 34.9799 21.5781 34.5068C21.8632 34.0338 22.4777 33.8814 22.9508 34.1664C23.8529 34.71 24.9095 35.0229 26.0422 35.0229C29.2116 35.0229 31.807 32.5656 32.0271 29.4523Z",
838
807
  fill: color
839
808
  }));
840
809
  };
841
810
 
842
- exports.CloudUpload = CloudUpload;
811
+ exports.CloudSyncing = CloudSyncing;
843
812
 
844
- var CoffeeBreak = function CoffeeBreak(_ref30) {
813
+ var CloudUpload = function CloudUpload(_ref30) {
845
814
  var className = _ref30.className,
846
815
  _ref30$color = _ref30.color,
847
816
  color = _ref30$color === void 0 ? 'currentColor' : _ref30$color,
848
817
  size = _ref30.size,
849
818
  _ref30$label = _ref30.label,
850
- label = _ref30$label === void 0 ? '' : _ref30$label;
851
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
819
+ label = _ref30$label === void 0 ? 'Cloud upload' : _ref30$label;
820
+ return /*#__PURE__*/React.createElement(ContentIcon, {
821
+ className: className,
822
+ size: size
823
+ }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
824
+ d: "M26.0423 11C31.0235 11 35.0615 15.038 35.0615 20.0192V22.0007L35.0613 22.0229C35.0613 22.3197 35.1906 22.5862 35.3959 22.7694C35.4295 22.7993 35.465 22.827 35.5024 22.8523C35.662 22.9601 35.8544 23.0231 36.0615 23.0231L36.0806 23.0229H37.0632C40.3843 23.0229 43.0767 25.7152 43.0767 29.0363C43.0767 32.3575 40.3843 35.0498 37.0632 35.0498L31.9998 35.0498C31.4475 35.0498 30.9998 35.4975 30.9998 36.0498C30.9998 36.6021 31.4475 37.0498 31.9998 37.0498L37.0632 37.0498C41.4889 37.0498 45.0767 33.4621 45.0767 29.0363C45.0767 24.6106 41.4889 21.0229 37.0632 21.0229H37.0615V20.0192C37.0615 13.9335 32.128 9 26.0423 9C20.2714 9 15.5366 13.4363 15.0622 19.0846C11.9717 19.5081 9.52289 21.9455 9.08223 25.0305H9.00961C5.69059 25.0305 3 27.7211 3 31.0401C3 34.3591 5.69059 37.0497 9.00961 37.0497H20C20.5523 37.0497 21 36.602 21 36.0497C21 35.4975 20.5523 35.0497 20 35.0497H9.00961C6.79516 35.0497 5 33.2546 5 31.0401C5 28.8257 6.79516 27.0305 9.00961 27.0305H9.98654C9.99481 27.0307 10.0031 27.0308 10.0114 27.0308C10.4354 27.0308 10.7977 26.767 10.9432 26.3945C10.9873 26.2817 11.0115 26.1589 11.0115 26.0305L11.0114 26.0163C11.0193 23.2552 13.26 21.0193 16.0229 21.0193C16.1654 21.0193 16.3009 20.9895 16.4235 20.9358C16.4537 20.9226 16.4831 20.908 16.5117 20.892C16.8168 20.7207 17.0231 20.3941 17.0231 20.0192C17.0231 15.038 21.0611 11 26.0423 11Z",
825
+ fill: color
826
+ }), /*#__PURE__*/React.createElement("path", {
827
+ d: "M25.2931 24.2929L20.9291 28.6569C20.5386 29.0474 20.5386 29.6805 20.9291 30.0711C21.3196 30.4616 21.9528 30.4616 22.3433 30.0711L25.0002 27.4142V39C25.0002 39.5523 25.4479 40 26.0002 40C26.5525 40 27.0002 39.5523 27.0002 39V27.4142L29.657 30.0711C30.0476 30.4616 30.6807 30.4616 31.0713 30.0711C31.4618 29.6805 31.4618 29.0474 31.0713 28.6569L26.7073 24.2929C26.3168 23.9024 25.6836 23.9024 25.2931 24.2929Z",
828
+ fill: color
829
+ }));
830
+ };
831
+
832
+ exports.CloudUpload = CloudUpload;
833
+
834
+ var CoffeeBreak = function CoffeeBreak(_ref31) {
835
+ var className = _ref31.className,
836
+ _ref31$color = _ref31.color,
837
+ color = _ref31$color === void 0 ? 'currentColor' : _ref31$color,
838
+ size = _ref31.size,
839
+ _ref31$label = _ref31.label,
840
+ label = _ref31$label === void 0 ? 'Coffee break' : _ref31$label;
841
+ return /*#__PURE__*/React.createElement(ContentIcon, {
852
842
  className: className,
853
- size: size,
854
- tooltip: label
843
+ size: size
855
844
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
856
845
  d: "M14.7625 7C14.7625 6.44772 14.3147 6 13.7625 6C13.2102 6 12.7625 6.44772 12.7625 7C12.7625 8.81041 13.4656 10.4588 14.6118 11.6834L14.6204 11.6924C15.4285 12.5602 15.9214 13.7214 15.9214 15C15.9214 15.5523 16.3691 16 16.9214 16C17.4737 16 17.9214 15.5523 17.9214 15C17.9214 13.1896 17.2182 11.5412 16.072 10.3166L16.0635 10.3076C15.2554 9.43981 14.7625 8.27856 14.7625 7Z",
857
846
  fill: color
@@ -866,17 +855,16 @@ var CoffeeBreak = function CoffeeBreak(_ref30) {
866
855
 
867
856
  exports.CoffeeBreak = CoffeeBreak;
868
857
 
869
- var ContactInfo = function ContactInfo(_ref31) {
870
- var className = _ref31.className,
871
- _ref31$color = _ref31.color,
872
- color = _ref31$color === void 0 ? 'currentColor' : _ref31$color,
873
- size = _ref31.size,
874
- _ref31$label = _ref31.label,
875
- label = _ref31$label === void 0 ? '' : _ref31$label;
876
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
858
+ var ContactInfo = function ContactInfo(_ref32) {
859
+ var className = _ref32.className,
860
+ _ref32$color = _ref32.color,
861
+ color = _ref32$color === void 0 ? 'currentColor' : _ref32$color,
862
+ size = _ref32.size,
863
+ _ref32$label = _ref32.label,
864
+ label = _ref32$label === void 0 ? 'Contact info' : _ref32$label;
865
+ return /*#__PURE__*/React.createElement(ContentIcon, {
877
866
  className: className,
878
- size: size,
879
- tooltip: label
867
+ size: size
880
868
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
881
869
  d: "M39 11H9C6.79086 11 5 12.7909 5 15V33C5 35.2091 6.79086 37 9 37H32C32.5523 37 33 37.4477 33 38C33 38.5523 32.5523 39 32 39H9C5.68629 39 3 36.3137 3 33V15C3 11.6863 5.68629 9 9 9H39C42.3137 9 45 11.6863 45 15V33C45 36.3137 42.3137 39 39 39H38C37.4477 39 37 38.5523 37 38C37 37.4477 37.4477 37 38 37H39C41.2091 37 43 35.2091 43 33V15C43 12.7909 41.2091 11 39 11Z",
882
870
  fill: color
@@ -900,17 +888,16 @@ var ContactInfo = function ContactInfo(_ref31) {
900
888
 
901
889
  exports.ContactInfo = ContactInfo;
902
890
 
903
- var CountAloud = function CountAloud(_ref32) {
904
- var className = _ref32.className,
905
- _ref32$color = _ref32.color,
906
- color = _ref32$color === void 0 ? 'currentColor' : _ref32$color,
907
- size = _ref32.size,
908
- _ref32$label = _ref32.label,
909
- label = _ref32$label === void 0 ? '' : _ref32$label;
910
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
891
+ var CountAloud = function CountAloud(_ref33) {
892
+ var className = _ref33.className,
893
+ _ref33$color = _ref33.color,
894
+ color = _ref33$color === void 0 ? 'currentColor' : _ref33$color,
895
+ size = _ref33.size,
896
+ _ref33$label = _ref33.label,
897
+ label = _ref33$label === void 0 ? 'Count aloud' : _ref33$label;
898
+ return /*#__PURE__*/React.createElement(ContentIcon, {
911
899
  className: className,
912
- size: size,
913
- tooltip: label
900
+ size: size
914
901
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
915
902
  d: "M34.9955 11.2109L35.4168 11.4852C37.268 12.6908 37.9527 15.2623 36.9462 17.2288L32.6325 25.6567C32.4005 26.11 32.5483 26.6654 32.9751 26.9433C33.4696 27.2654 34.1343 27.0884 34.4032 26.563L38.6221 18.3203C40.1319 15.3705 39.1048 11.5132 36.328 9.70485L34.2358 8.34231C33.3511 6.9352 31.7847 6 29.9999 6C28.215 6 26.6485 6.93526 25.7639 8.34245L23.6719 9.70483C20.8952 11.5132 19.8681 15.3705 21.3779 18.3202L25.5968 26.563C25.8657 27.0884 26.5303 27.2653 27.0249 26.9433C27.4516 26.6653 27.5995 26.11 27.3675 25.6567L23.0538 17.2288C22.0473 15.2623 22.732 12.6908 24.5832 11.4852L25.0043 11.2109C25.1148 13.8745 27.3091 16 29.9999 16C32.6907 16 34.885 13.8745 34.9955 11.2109ZM29.9999 14C28.343 14 26.9999 12.6569 26.9999 11C26.9999 9.34315 28.343 8 29.9999 8C31.6567 8 32.9999 9.34315 32.9999 11C32.9999 12.6569 31.6567 14 29.9999 14Z",
916
903
  fill: color
@@ -931,17 +918,16 @@ var CountAloud = function CountAloud(_ref32) {
931
918
 
932
919
  exports.CountAloud = CountAloud;
933
920
 
934
- var CPRCall = function CPRCall(_ref33) {
935
- var className = _ref33.className,
936
- _ref33$color = _ref33.color,
937
- color = _ref33$color === void 0 ? 'currentColor' : _ref33$color,
938
- size = _ref33.size,
939
- _ref33$label = _ref33.label,
940
- label = _ref33$label === void 0 ? '' : _ref33$label;
941
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
921
+ var CPRCall = function CPRCall(_ref34) {
922
+ var className = _ref34.className,
923
+ _ref34$color = _ref34.color,
924
+ color = _ref34$color === void 0 ? 'currentColor' : _ref34$color,
925
+ size = _ref34.size,
926
+ _ref34$label = _ref34.label,
927
+ label = _ref34$label === void 0 ? 'CPR call' : _ref34$label;
928
+ return /*#__PURE__*/React.createElement(ContentIcon, {
942
929
  className: className,
943
- size: size,
944
- tooltip: label
930
+ size: size
945
931
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
946
932
  fillRule: "evenodd",
947
933
  clipRule: "evenodd",
@@ -963,17 +949,16 @@ var CPRCall = function CPRCall(_ref33) {
963
949
 
964
950
  exports.CPRCall = CPRCall;
965
951
 
966
- var CPRCycles = function CPRCycles(_ref34) {
967
- var className = _ref34.className,
968
- _ref34$color = _ref34.color,
969
- color = _ref34$color === void 0 ? 'currentColor' : _ref34$color,
970
- size = _ref34.size,
971
- _ref34$label = _ref34.label,
972
- label = _ref34$label === void 0 ? '' : _ref34$label;
973
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
952
+ var CPRCycles = function CPRCycles(_ref35) {
953
+ var className = _ref35.className,
954
+ _ref35$color = _ref35.color,
955
+ color = _ref35$color === void 0 ? 'currentColor' : _ref35$color,
956
+ size = _ref35.size,
957
+ _ref35$label = _ref35.label,
958
+ label = _ref35$label === void 0 ? 'CPR cycles' : _ref35$label;
959
+ return /*#__PURE__*/React.createElement(ContentIcon, {
974
960
  className: className,
975
- size: size,
976
- tooltip: label
961
+ size: size
977
962
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
978
963
  d: "M28.3312 5.9809C28.3418 5.42871 28.7979 4.98963 29.3501 5.00019C32.831 5.06671 35.8134 6.18046 38.0961 8.15298C40.2213 9.98934 41.6898 12.5263 42.4123 15.5329L43.1494 14.2563C43.4255 13.778 44.0371 13.6141 44.5154 13.8903C44.9937 14.1664 45.1576 14.778 44.8814 15.2563L42.8814 18.7204C42.6053 19.1987 41.9937 19.3626 41.5154 19.0864C41.5075 19.0819 41.4997 19.0772 41.4919 19.0725L38.0512 17.0859C37.5729 16.8098 37.409 16.1982 37.6852 15.7199C37.9613 15.2416 38.5729 15.0777 39.0512 15.3539L40.5139 16.1984C39.8931 13.4537 38.6009 11.2324 36.7885 9.66628C34.8945 8.02973 32.3749 7.05836 29.3119 6.99982C28.7597 6.98927 28.3207 6.53308 28.3312 5.9809Z",
979
964
  fill: color
@@ -995,17 +980,16 @@ var CPRCycles = function CPRCycles(_ref34) {
995
980
 
996
981
  exports.CPRCycles = CPRCycles;
997
982
 
998
- var CPRTraining = function CPRTraining(_ref35) {
999
- var className = _ref35.className,
1000
- _ref35$color = _ref35.color,
1001
- color = _ref35$color === void 0 ? 'currentColor' : _ref35$color,
1002
- size = _ref35.size,
1003
- _ref35$label = _ref35.label,
1004
- label = _ref35$label === void 0 ? '' : _ref35$label;
1005
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
983
+ var CPRTraining = function CPRTraining(_ref36) {
984
+ var className = _ref36.className,
985
+ _ref36$color = _ref36.color,
986
+ color = _ref36$color === void 0 ? 'currentColor' : _ref36$color,
987
+ size = _ref36.size,
988
+ _ref36$label = _ref36.label,
989
+ label = _ref36$label === void 0 ? 'CPR training' : _ref36$label;
990
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1006
991
  className: className,
1007
- size: size,
1008
- tooltip: label
992
+ size: size
1009
993
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1010
994
  d: "M29.9999 16C32.6907 16 34.885 13.8745 34.9955 11.2109L35.4168 11.4852C37.268 12.6908 37.9527 15.2623 36.9462 17.2288L32.6325 25.6567C32.4005 26.11 32.5483 26.6654 32.9751 26.9433C33.4696 27.2654 34.1343 27.0884 34.4032 26.563L38.6221 18.3203C40.1319 15.3705 39.1048 11.5132 36.328 9.70485L34.2358 8.34231C33.3511 6.9352 31.7847 6 29.9999 6C28.215 6 26.6485 6.93526 25.7639 8.34245L23.6719 9.70483C20.8952 11.5132 19.8681 15.3705 21.3779 18.3202L25.5968 26.563C25.8657 27.0884 26.5303 27.2653 27.0249 26.9433C27.4516 26.6653 27.5995 26.11 27.3675 25.6567L23.0538 17.2288C22.0473 15.2623 22.732 12.6908 24.5832 11.4852L25.0043 11.2109C25.1148 13.8745 27.3091 16 29.9999 16ZM32.9999 11C32.9999 12.6569 31.6567 14 29.9999 14C28.343 14 26.9999 12.6569 26.9999 11C26.9999 9.34315 28.343 8 29.9999 8C31.6567 8 32.9999 9.34315 32.9999 11Z",
1011
995
  fill: color
@@ -1020,17 +1004,16 @@ var CPRTraining = function CPRTraining(_ref35) {
1020
1004
 
1021
1005
  exports.CPRTraining = CPRTraining;
1022
1006
 
1023
- var Defribilator = function Defribilator(_ref36) {
1024
- var className = _ref36.className,
1025
- _ref36$color = _ref36.color,
1026
- color = _ref36$color === void 0 ? 'currentColor' : _ref36$color,
1027
- size = _ref36.size,
1028
- _ref36$label = _ref36.label,
1029
- label = _ref36$label === void 0 ? '' : _ref36$label;
1030
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1007
+ var Defribilator = function Defribilator(_ref37) {
1008
+ var className = _ref37.className,
1009
+ _ref37$color = _ref37.color,
1010
+ color = _ref37$color === void 0 ? 'currentColor' : _ref37$color,
1011
+ size = _ref37.size,
1012
+ _ref37$label = _ref37.label,
1013
+ label = _ref37$label === void 0 ? 'Defribilator' : _ref37$label;
1014
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1031
1015
  className: className,
1032
- size: size,
1033
- tooltip: label
1016
+ size: size
1034
1017
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1035
1018
  fillRule: "evenodd",
1036
1019
  clipRule: "evenodd",
@@ -1044,17 +1027,16 @@ var Defribilator = function Defribilator(_ref36) {
1044
1027
 
1045
1028
  exports.Defribilator = Defribilator;
1046
1029
 
1047
- var DefribilatorMonitor = function DefribilatorMonitor(_ref37) {
1048
- var className = _ref37.className,
1049
- _ref37$color = _ref37.color,
1050
- color = _ref37$color === void 0 ? 'currentColor' : _ref37$color,
1051
- size = _ref37.size,
1052
- _ref37$label = _ref37.label,
1053
- label = _ref37$label === void 0 ? '' : _ref37$label;
1054
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1030
+ var DefribilatorMonitor = function DefribilatorMonitor(_ref38) {
1031
+ var className = _ref38.className,
1032
+ _ref38$color = _ref38.color,
1033
+ color = _ref38$color === void 0 ? 'currentColor' : _ref38$color,
1034
+ size = _ref38.size,
1035
+ _ref38$label = _ref38.label,
1036
+ label = _ref38$label === void 0 ? 'Defribilator monitor' : _ref38$label;
1037
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1055
1038
  className: className,
1056
- size: size,
1057
- tooltip: label
1039
+ size: size
1058
1040
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1059
1041
  d: "M40.4235 8.46629C40.681 7.97767 40.4935 7.37288 40.0049 7.11547C39.5163 6.85805 38.9115 7.04548 38.6541 7.53411L36.4273 11.761C36.264 12.071 36.2748 12.4438 36.4558 12.7438C36.6369 13.0438 36.9617 13.2271 37.312 13.2271H39.2624L37.2681 16.6038C36.9873 17.0794 37.1451 17.6926 37.6206 17.9734C38.0962 18.2543 38.7093 18.0965 38.9902 17.6209L41.8754 12.7357C42.058 12.4265 42.0609 12.0432 41.8829 11.7314C41.7049 11.4196 41.3734 11.2271 41.0144 11.2271H38.9691L40.4235 8.46629Z",
1060
1042
  fill: color
@@ -1069,17 +1051,16 @@ var DefribilatorMonitor = function DefribilatorMonitor(_ref37) {
1069
1051
 
1070
1052
  exports.DefribilatorMonitor = DefribilatorMonitor;
1071
1053
 
1072
- var Depth = function Depth(_ref38) {
1073
- var className = _ref38.className,
1074
- _ref38$color = _ref38.color,
1075
- color = _ref38$color === void 0 ? 'currentColor' : _ref38$color,
1076
- size = _ref38.size,
1077
- _ref38$label = _ref38.label,
1078
- label = _ref38$label === void 0 ? '' : _ref38$label;
1079
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1054
+ var Depth = function Depth(_ref39) {
1055
+ var className = _ref39.className,
1056
+ _ref39$color = _ref39.color,
1057
+ color = _ref39$color === void 0 ? 'currentColor' : _ref39$color,
1058
+ size = _ref39.size,
1059
+ _ref39$label = _ref39.label,
1060
+ label = _ref39$label === void 0 ? 'Depth' : _ref39$label;
1061
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1080
1062
  className: className,
1081
- size: size,
1082
- tooltip: label
1063
+ size: size
1083
1064
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1084
1065
  d: "M22.0001 6C20.3432 6 19.0001 7.34315 19.0001 9V21H16.4143C14.6325 21 13.7401 23.1543 15.0001 24.4142L21.8788 31.2929C23.0503 32.4645 24.9498 32.4645 26.1214 31.2929L33.0001 24.4142C34.26 23.1543 33.3677 21 31.5859 21H29.0001V12C29.0001 11.4477 28.5524 11 28.0001 11C27.4478 11 27.0001 11.4477 27.0001 12V22C27.0001 22.5523 27.4478 23 28.0001 23H31.5859L24.7072 29.8787C24.3167 30.2692 23.6835 30.2692 23.293 29.8787L16.4143 23H20.0001C20.5524 23 21.0001 22.5523 21.0001 22V9C21.0001 8.44772 21.4478 8 22.0001 8H28.0001C28.5524 8 29.0001 7.55228 29.0001 7C29.0001 6.44772 28.5524 6 28.0001 6H22.0001Z",
1085
1066
  fill: color
@@ -1091,17 +1072,16 @@ var Depth = function Depth(_ref38) {
1091
1072
 
1092
1073
  exports.Depth = Depth;
1093
1074
 
1094
- var Desktop = function Desktop(_ref39) {
1095
- var className = _ref39.className,
1096
- _ref39$color = _ref39.color,
1097
- color = _ref39$color === void 0 ? 'currentColor' : _ref39$color,
1098
- size = _ref39.size,
1099
- _ref39$label = _ref39.label,
1100
- label = _ref39$label === void 0 ? '' : _ref39$label;
1101
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1075
+ var Desktop = function Desktop(_ref40) {
1076
+ var className = _ref40.className,
1077
+ _ref40$color = _ref40.color,
1078
+ color = _ref40$color === void 0 ? 'currentColor' : _ref40$color,
1079
+ size = _ref40.size,
1080
+ _ref40$label = _ref40.label,
1081
+ label = _ref40$label === void 0 ? 'Desktop' : _ref40$label;
1082
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1102
1083
  className: className,
1103
- size: size,
1104
- tooltip: label
1084
+ size: size
1105
1085
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1106
1086
  d: "M9 6H39C40.6569 6 42 7.34315 42 9V29C42 30.6569 40.6569 32 39 32H29.0112V36C29.0112 36.5523 28.5635 37 28.0112 37C27.4589 37 27.0112 36.5523 27.0112 36V32H21.0225V40H33C33.5523 40 34 40.4477 34 41C34 41.5523 33.5523 42 33 42H15C14.4477 42 14 41.5523 14 41C14 40.4477 14.4477 40 15 40H19.0225V32H9C7.34315 32 6 30.6569 6 29V9C6 7.34315 7.34315 6 9 6ZM39 8H9C8.44772 8 8 8.44772 8 9V29C8 29.5523 8.44772 30 9 30H39C39.5523 30 40 29.5523 40 29V9C40 8.44771 39.5523 8 39 8Z",
1107
1087
  fill: color
@@ -1110,17 +1090,16 @@ var Desktop = function Desktop(_ref39) {
1110
1090
 
1111
1091
  exports.Desktop = Desktop;
1112
1092
 
1113
- var DeviceChecked = function DeviceChecked(_ref40) {
1114
- var className = _ref40.className,
1115
- _ref40$color = _ref40.color,
1116
- color = _ref40$color === void 0 ? 'currentColor' : _ref40$color,
1117
- size = _ref40.size,
1118
- _ref40$label = _ref40.label,
1119
- label = _ref40$label === void 0 ? '' : _ref40$label;
1120
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1093
+ var DeviceChecked = function DeviceChecked(_ref41) {
1094
+ var className = _ref41.className,
1095
+ _ref41$color = _ref41.color,
1096
+ color = _ref41$color === void 0 ? 'currentColor' : _ref41$color,
1097
+ size = _ref41.size,
1098
+ _ref41$label = _ref41.label,
1099
+ label = _ref41$label === void 0 ? 'Device checked' : _ref41$label;
1100
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1121
1101
  className: className,
1122
- size: size,
1123
- tooltip: label
1102
+ size: size
1124
1103
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1125
1104
  d: "M17 42C14.7909 42 13 40.2091 13 38V10C13 7.79086 14.7909 6 17 6H31C33.2091 6 35 7.79086 35 10V15C35 15.5523 34.5523 16 34 16C33.4477 16 33 15.5523 33 15V10C33 8.89543 32.1046 8 31 8H17C15.8954 8 15 8.89543 15 10V38C15 39.1046 15.8954 40 17 40H31C32.1046 40 33 39.1046 33 38V30.0235C33 29.4712 33.4477 29.0235 34 29.0235C34.5523 29.0235 35 29.4712 35 30.0235V38C35 40.2091 33.2091 42 31 42H17Z",
1126
1105
  fill: color
@@ -1140,17 +1119,16 @@ var DeviceChecked = function DeviceChecked(_ref40) {
1140
1119
 
1141
1120
  exports.DeviceChecked = DeviceChecked;
1142
1121
 
1143
- var Dispatcher = function Dispatcher(_ref41) {
1144
- var className = _ref41.className,
1145
- _ref41$color = _ref41.color,
1146
- color = _ref41$color === void 0 ? 'currentColor' : _ref41$color,
1147
- size = _ref41.size,
1148
- _ref41$label = _ref41.label,
1149
- label = _ref41$label === void 0 ? '' : _ref41$label;
1150
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1122
+ var Dispatcher = function Dispatcher(_ref42) {
1123
+ var className = _ref42.className,
1124
+ _ref42$color = _ref42.color,
1125
+ color = _ref42$color === void 0 ? 'currentColor' : _ref42$color,
1126
+ size = _ref42.size,
1127
+ _ref42$label = _ref42.label,
1128
+ label = _ref42$label === void 0 ? 'Dispatcher' : _ref42$label;
1129
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1151
1130
  className: className,
1152
- size: size,
1153
- tooltip: label
1131
+ size: size
1154
1132
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1155
1133
  d: "M27.1917 19.1611C27.4629 19.6422 27.295 20.2601 26.7821 20.465C25.4465 20.9985 23.9782 21.1393 22.5531 20.8591C20.7993 20.5143 19.2262 19.5544 18.1175 18.1524C17.8128 17.7671 17.5486 17.3554 17.3272 16.9239C15.9673 16.6249 15 15.475 15 14V13C15 11.51 15.9579 10.3518 17.3318 10.0673C17.6395 9.46956 18.0283 8.91162 18.4913 8.4105C19.7043 7.09762 21.3462 6.2611 23.1213 6.05167C24.8965 5.84225 26.688 6.27368 28.1732 7.26823C29.2353 7.97949 30.0908 8.9453 30.6684 10.0673C32.0422 10.3519 33 11.5101 33 13V14C33 15.7214 31.7214 17 30 17C28.4582 17.0416 26 17 26 17C25.4264 17.0155 25.0155 16.5736 25 16C24.9845 15.4264 25.4264 15.0155 26 15C26 15 27.797 15.0307 29.2953 15.0132C29.3021 14.9661 29.3115 14.9192 29.3235 14.8727C29.5639 13.9403 29.5566 12.955 29.2937 12.0166C28.9401 10.755 28.1476 9.66113 27.059 8.93212C25.9703 8.20311 24.6571 7.88687 23.356 8.04038C22.0548 8.19389 20.8512 8.80706 19.9621 9.7694C19.073 10.7317 18.5569 11.98 18.5066 13.2892C18.4564 14.5984 18.8754 15.8826 19.6881 16.9102C20.5009 17.9379 21.6539 18.6415 22.9395 18.8942C23.8957 19.0823 24.8786 19.0116 25.7891 18.6983C26.3113 18.5186 26.9204 18.68 27.1917 19.1611Z",
1156
1134
  fill: color
@@ -1162,17 +1140,16 @@ var Dispatcher = function Dispatcher(_ref41) {
1162
1140
 
1163
1141
  exports.Dispatcher = Dispatcher;
1164
1142
 
1165
- var Doctor = function Doctor(_ref42) {
1166
- var className = _ref42.className,
1167
- _ref42$color = _ref42.color,
1168
- color = _ref42$color === void 0 ? 'currentColor' : _ref42$color,
1169
- size = _ref42.size,
1170
- _ref42$label = _ref42.label,
1171
- label = _ref42$label === void 0 ? '' : _ref42$label;
1172
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1143
+ var Doctor = function Doctor(_ref43) {
1144
+ var className = _ref43.className,
1145
+ _ref43$color = _ref43.color,
1146
+ color = _ref43$color === void 0 ? 'currentColor' : _ref43$color,
1147
+ size = _ref43.size,
1148
+ _ref43$label = _ref43.label,
1149
+ label = _ref43$label === void 0 ? 'Doctor' : _ref43$label;
1150
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1173
1151
  className: className,
1174
- size: size,
1175
- tooltip: label
1152
+ size: size
1176
1153
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1177
1154
  d: "M24 21C28.1421 21 31.5 17.6421 31.5 13.5C31.5 9.35786 28.1421 6 24 6C19.8579 6 16.5 9.35786 16.5 13.5C16.5 17.6421 19.8579 21 24 21ZM24 19C20.9624 19 18.5 16.5376 18.5 13.5C18.5 10.4624 20.9624 8 24 8C27.0376 8 29.5 10.4624 29.5 13.5C29.5 16.5376 27.0376 19 24 19Z",
1178
1155
  fill: color
@@ -1187,17 +1164,16 @@ var Doctor = function Doctor(_ref42) {
1187
1164
 
1188
1165
  exports.Doctor = Doctor;
1189
1166
 
1190
- var DocumentChecked = function DocumentChecked(_ref43) {
1191
- var className = _ref43.className,
1192
- _ref43$color = _ref43.color,
1193
- color = _ref43$color === void 0 ? 'currentColor' : _ref43$color,
1194
- size = _ref43.size,
1195
- _ref43$label = _ref43.label,
1196
- label = _ref43$label === void 0 ? '' : _ref43$label;
1197
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1167
+ var DocumentChecked = function DocumentChecked(_ref44) {
1168
+ var className = _ref44.className,
1169
+ _ref44$color = _ref44.color,
1170
+ color = _ref44$color === void 0 ? 'currentColor' : _ref44$color,
1171
+ size = _ref44.size,
1172
+ _ref44$label = _ref44.label,
1173
+ label = _ref44$label === void 0 ? 'Document checked' : _ref44$label;
1174
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1198
1175
  className: className,
1199
- size: size,
1200
- tooltip: label
1176
+ size: size
1201
1177
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1202
1178
  d: "M11 6C11 5.44772 11.4477 5 12 5H29V9C29 10.6569 30.3431 12 32 12H37V19C37 19.5523 37.4477 20 38 20C38.5523 20 39 19.5523 39 19V11.4833C39 10.6981 38.6922 9.94427 38.1426 9.3835L32.769 3.90021C32.2048 3.32445 31.4325 3 30.6264 3H12C10.3431 3 9 4.34315 9 6V42C9 43.6569 10.3431 45 12 45H36C37.6569 45 39 43.6569 39 42V36C39 35.4477 38.5523 35 38 35C37.4477 35 37 35.4477 37 36V42C37 42.5523 36.5523 43 36 43H12C11.4477 43 11 42.5523 11 42V6ZM35.9465 10H32C31.4477 10 31 9.55229 31 9V5.07242C31.1268 5.12349 31.243 5.20051 31.3406 5.30007L35.9465 10Z",
1203
1179
  fill: color
@@ -1209,17 +1185,16 @@ var DocumentChecked = function DocumentChecked(_ref43) {
1209
1185
 
1210
1186
  exports.DocumentChecked = DocumentChecked;
1211
1187
 
1212
- var Educator = function Educator(_ref44) {
1213
- var className = _ref44.className,
1214
- _ref44$color = _ref44.color,
1215
- color = _ref44$color === void 0 ? 'currentColor' : _ref44$color,
1216
- size = _ref44.size,
1217
- _ref44$label = _ref44.label,
1218
- label = _ref44$label === void 0 ? '' : _ref44$label;
1219
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1188
+ var Educator = function Educator(_ref45) {
1189
+ var className = _ref45.className,
1190
+ _ref45$color = _ref45.color,
1191
+ color = _ref45$color === void 0 ? 'currentColor' : _ref45$color,
1192
+ size = _ref45.size,
1193
+ _ref45$label = _ref45.label,
1194
+ label = _ref45$label === void 0 ? 'Educator' : _ref45$label;
1195
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1220
1196
  className: className,
1221
- size: size,
1222
- tooltip: label
1197
+ size: size
1223
1198
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1224
1199
  d: "M10 6C7.79086 6 6 7.79086 6 10V30C6 32.2091 7.79086 34 10 34H12C12.5523 34 13 33.5523 13 33C13 32.4477 12.5523 32 12 32H10C8.89543 32 8 31.1046 8 30V10C8 8.89543 8.89543 8 10 8H38C39.1046 8 40 8.89543 40 10V24C40 24.5523 40.4477 25 41 25C41.5523 25 42 24.5523 42 24V10C42 7.79086 40.2091 6 38 6H10Z",
1225
1200
  fill: color
@@ -1234,17 +1209,16 @@ var Educator = function Educator(_ref44) {
1234
1209
 
1235
1210
  exports.Educator = Educator;
1236
1211
 
1237
- var Edit = function Edit(_ref45) {
1238
- var className = _ref45.className,
1239
- _ref45$color = _ref45.color,
1240
- color = _ref45$color === void 0 ? 'currentColor' : _ref45$color,
1241
- size = _ref45.size,
1242
- _ref45$label = _ref45.label,
1243
- label = _ref45$label === void 0 ? '' : _ref45$label;
1244
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1212
+ var Edit = function Edit(_ref46) {
1213
+ var className = _ref46.className,
1214
+ _ref46$color = _ref46.color,
1215
+ color = _ref46$color === void 0 ? 'currentColor' : _ref46$color,
1216
+ size = _ref46.size,
1217
+ _ref46$label = _ref46.label,
1218
+ label = _ref46$label === void 0 ? 'Edit' : _ref46$label;
1219
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1245
1220
  className: className,
1246
- size: size,
1247
- tooltip: label
1221
+ size: size
1248
1222
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1249
1223
  fillRule: "evenodd",
1250
1224
  clipRule: "evenodd",
@@ -1258,17 +1232,16 @@ var Edit = function Edit(_ref45) {
1258
1232
 
1259
1233
  exports.Edit = Edit;
1260
1234
 
1261
- var Elderly = function Elderly(_ref46) {
1262
- var className = _ref46.className,
1263
- _ref46$color = _ref46.color,
1264
- color = _ref46$color === void 0 ? 'currentColor' : _ref46$color,
1265
- size = _ref46.size,
1266
- _ref46$label = _ref46.label,
1267
- label = _ref46$label === void 0 ? '' : _ref46$label;
1268
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1235
+ var Elderly = function Elderly(_ref47) {
1236
+ var className = _ref47.className,
1237
+ _ref47$color = _ref47.color,
1238
+ color = _ref47$color === void 0 ? 'currentColor' : _ref47$color,
1239
+ size = _ref47.size,
1240
+ _ref47$label = _ref47.label,
1241
+ label = _ref47$label === void 0 ? 'Elderly' : _ref47$label;
1242
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1269
1243
  className: className,
1270
- size: size,
1271
- tooltip: label
1244
+ size: size
1272
1245
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1273
1246
  d: "M21 7.5C21 6.11929 22.1193 5 23.5 5C24.8807 5 26 6.11929 26 7.5C26 7.86422 25.9227 8.20771 25.7847 8.51718C25.5596 9.02154 25.7861 9.61283 26.2905 9.83785C26.7948 10.0629 27.3861 9.83643 27.6111 9.33207C27.8614 8.77116 28 8.15043 28 7.5C28 5.01472 25.9853 3 23.5 3C21.0147 3 19 5.01472 19 7.5C19 9.98528 21.0147 12 23.5 12C24.0523 12 24.5 11.5523 24.5 11C24.5 10.4477 24.0523 10 23.5 10C22.1193 10 21 8.88071 21 7.5Z",
1274
1247
  fill: color
@@ -1283,17 +1256,16 @@ var Elderly = function Elderly(_ref46) {
1283
1256
 
1284
1257
  exports.Elderly = Elderly;
1285
1258
 
1286
- var ELearning = function ELearning(_ref47) {
1287
- var className = _ref47.className,
1288
- _ref47$color = _ref47.color,
1289
- color = _ref47$color === void 0 ? 'currentColor' : _ref47$color,
1290
- size = _ref47.size,
1291
- _ref47$label = _ref47.label,
1292
- label = _ref47$label === void 0 ? '' : _ref47$label;
1293
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1259
+ var ELearning = function ELearning(_ref48) {
1260
+ var className = _ref48.className,
1261
+ _ref48$color = _ref48.color,
1262
+ color = _ref48$color === void 0 ? 'currentColor' : _ref48$color,
1263
+ size = _ref48.size,
1264
+ _ref48$label = _ref48.label,
1265
+ label = _ref48$label === void 0 ? 'E-Learning' : _ref48$label;
1266
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1294
1267
  className: className,
1295
- size: size,
1296
- tooltip: label
1268
+ size: size
1297
1269
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1298
1270
  d: "M16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15H17C17.5523 15 18 14.5523 18 14C18 13.4477 17.5523 13 17 13H16Z",
1299
1271
  fill: color
@@ -1320,17 +1292,16 @@ var ELearning = function ELearning(_ref47) {
1320
1292
 
1321
1293
  exports.ELearning = ELearning;
1322
1294
 
1323
- var Embryo = function Embryo(_ref48) {
1324
- var className = _ref48.className,
1325
- _ref48$color = _ref48.color,
1326
- color = _ref48$color === void 0 ? 'currentColor' : _ref48$color,
1327
- size = _ref48.size,
1328
- _ref48$label = _ref48.label,
1329
- label = _ref48$label === void 0 ? '' : _ref48$label;
1330
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1295
+ var Embryo = function Embryo(_ref49) {
1296
+ var className = _ref49.className,
1297
+ _ref49$color = _ref49.color,
1298
+ color = _ref49$color === void 0 ? 'currentColor' : _ref49$color,
1299
+ size = _ref49.size,
1300
+ _ref49$label = _ref49.label,
1301
+ label = _ref49$label === void 0 ? 'Embryo' : _ref49$label;
1302
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1331
1303
  className: className,
1332
- size: size,
1333
- tooltip: label
1304
+ size: size
1334
1305
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1335
1306
  fillRule: "evenodd",
1336
1307
  clipRule: "evenodd",
@@ -1341,17 +1312,16 @@ var Embryo = function Embryo(_ref48) {
1341
1312
 
1342
1313
  exports.Embryo = Embryo;
1343
1314
 
1344
- var EMSRescuer = function EMSRescuer(_ref49) {
1345
- var className = _ref49.className,
1346
- _ref49$color = _ref49.color,
1347
- color = _ref49$color === void 0 ? 'currentColor' : _ref49$color,
1348
- size = _ref49.size,
1349
- _ref49$label = _ref49.label,
1350
- label = _ref49$label === void 0 ? '' : _ref49$label;
1351
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1315
+ var EMSRescuer = function EMSRescuer(_ref50) {
1316
+ var className = _ref50.className,
1317
+ _ref50$color = _ref50.color,
1318
+ color = _ref50$color === void 0 ? 'currentColor' : _ref50$color,
1319
+ size = _ref50.size,
1320
+ _ref50$label = _ref50.label,
1321
+ label = _ref50$label === void 0 ? 'EMS rescuer' : _ref50$label;
1322
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1352
1323
  className: className,
1353
- size: size,
1354
- tooltip: label
1324
+ size: size
1355
1325
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1356
1326
  fillRule: "evenodd",
1357
1327
  clipRule: "evenodd",
@@ -1368,17 +1338,16 @@ var EMSRescuer = function EMSRescuer(_ref49) {
1368
1338
 
1369
1339
  exports.EMSRescuer = EMSRescuer;
1370
1340
 
1371
- var EventLog = function EventLog(_ref50) {
1372
- var className = _ref50.className,
1373
- _ref50$color = _ref50.color,
1374
- color = _ref50$color === void 0 ? 'currentColor' : _ref50$color,
1375
- size = _ref50.size,
1376
- _ref50$label = _ref50.label,
1377
- label = _ref50$label === void 0 ? '' : _ref50$label;
1378
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1341
+ var EventLog = function EventLog(_ref51) {
1342
+ var className = _ref51.className,
1343
+ _ref51$color = _ref51.color,
1344
+ color = _ref51$color === void 0 ? 'currentColor' : _ref51$color,
1345
+ size = _ref51.size,
1346
+ _ref51$label = _ref51.label,
1347
+ label = _ref51$label === void 0 ? 'Event log' : _ref51$label;
1348
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1379
1349
  className: className,
1380
- size: size,
1381
- tooltip: label
1350
+ size: size
1382
1351
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1383
1352
  d: "M9 6C9 4.34315 10.3431 3 12 3H36C37.6569 3 39 4.34315 39 6V20C39 20.5523 38.5523 21 38 21C37.4477 21 37 20.5523 37 20V6C37 5.44772 36.5523 5 36 5H12C11.4477 5 11 5.44772 11 6V42C11 42.5523 11.4477 43 12 43H20C20.5523 43 21 43.4477 21 44C21 44.5523 20.5523 45 20 45H12C10.3431 45 9 43.6569 9 42V6Z",
1384
1353
  fill: color
@@ -1413,17 +1382,16 @@ var EventLog = function EventLog(_ref50) {
1413
1382
 
1414
1383
  exports.EventLog = EventLog;
1415
1384
 
1416
- var ESimulation = function ESimulation(_ref51) {
1417
- var className = _ref51.className,
1418
- _ref51$color = _ref51.color,
1419
- color = _ref51$color === void 0 ? 'currentColor' : _ref51$color,
1420
- size = _ref51.size,
1421
- _ref51$label = _ref51.label,
1422
- label = _ref51$label === void 0 ? '' : _ref51$label;
1423
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1385
+ var ESimulation = function ESimulation(_ref52) {
1386
+ var className = _ref52.className,
1387
+ _ref52$color = _ref52.color,
1388
+ color = _ref52$color === void 0 ? 'currentColor' : _ref52$color,
1389
+ size = _ref52.size,
1390
+ _ref52$label = _ref52.label,
1391
+ label = _ref52$label === void 0 ? 'E-Simulation' : _ref52$label;
1392
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1424
1393
  className: className,
1425
- size: size,
1426
- tooltip: label
1394
+ size: size
1427
1395
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1428
1396
  d: "M17.5 21C21.6421 21 25 17.6421 25 13.5C25 9.35786 21.6421 6 17.5 6C13.3579 6 10 9.35786 10 13.5C10 17.6421 13.3579 21 17.5 21ZM17.5 19C14.4624 19 12 16.5376 12 13.5C12 10.4624 14.4624 8 17.5 8C20.5376 8 23 10.4624 23 13.5C23 16.5376 20.5376 19 17.5 19Z",
1429
1397
  fill: color
@@ -1438,17 +1406,16 @@ var ESimulation = function ESimulation(_ref51) {
1438
1406
 
1439
1407
  exports.ESimulation = ESimulation;
1440
1408
 
1441
- var Female = function Female(_ref52) {
1442
- var className = _ref52.className,
1443
- _ref52$color = _ref52.color,
1444
- color = _ref52$color === void 0 ? 'currentColor' : _ref52$color,
1445
- size = _ref52.size,
1446
- _ref52$label = _ref52.label,
1447
- label = _ref52$label === void 0 ? '' : _ref52$label;
1448
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1409
+ var Female = function Female(_ref53) {
1410
+ var className = _ref53.className,
1411
+ _ref53$color = _ref53.color,
1412
+ color = _ref53$color === void 0 ? 'currentColor' : _ref53$color,
1413
+ size = _ref53.size,
1414
+ _ref53$label = _ref53.label,
1415
+ label = _ref53$label === void 0 ? 'Female' : _ref53$label;
1416
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1449
1417
  className: className,
1450
- size: size,
1451
- tooltip: label
1418
+ size: size
1452
1419
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1453
1420
  d: "M24 8C18.4772 8 14 12.4772 14 18C14 23.5228 18.4772 28 24 28C25.6471 28 27.1984 27.6026 28.5661 26.8993C29.0572 26.6467 29.6601 26.8401 29.9127 27.3313C30.1653 27.8224 29.9718 28.4253 29.4807 28.6779C28.1173 29.379 26.6025 29.8265 25 29.9589V35H28C28.5523 35 29 35.4477 29 36C29 36.5523 28.5523 37 28 37H25V41C25 41.5523 24.5523 42 24 42C23.4477 42 23 41.5523 23 41V37H20C19.4477 37 19 36.5523 19 36C19 35.4477 19.4477 35 20 35H23V29.9589C16.8405 29.4508 12 24.2907 12 18C12 11.3726 17.3726 6 24 6C30.6274 6 36 11.3726 36 18C36 19.4768 35.7328 20.8934 35.2432 22.2027C35.0497 22.72 34.4736 22.9825 33.9563 22.7891C33.439 22.5956 33.1764 22.0194 33.3699 21.5021C33.777 20.4135 34 19.234 34 18C34 12.4772 29.5228 8 24 8Z",
1454
1421
  fill: color
@@ -1457,17 +1424,16 @@ var Female = function Female(_ref52) {
1457
1424
 
1458
1425
  exports.Female = Female;
1459
1426
 
1460
- var FirstAid = function FirstAid(_ref53) {
1461
- var className = _ref53.className,
1462
- _ref53$color = _ref53.color,
1463
- color = _ref53$color === void 0 ? 'currentColor' : _ref53$color,
1464
- size = _ref53.size,
1465
- _ref53$label = _ref53.label,
1466
- label = _ref53$label === void 0 ? '' : _ref53$label;
1467
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1427
+ var FirstAid = function FirstAid(_ref54) {
1428
+ var className = _ref54.className,
1429
+ _ref54$color = _ref54.color,
1430
+ color = _ref54$color === void 0 ? 'currentColor' : _ref54$color,
1431
+ size = _ref54.size,
1432
+ _ref54$label = _ref54.label,
1433
+ label = _ref54$label === void 0 ? 'First aid' : _ref54$label;
1434
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1468
1435
  className: className,
1469
- size: size,
1470
- tooltip: label
1436
+ size: size
1471
1437
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1472
1438
  d: "M24 24C24.5523 24 25 24.4477 25 25V26.5H26.5C27.0523 26.5 27.5 26.9477 27.5 27.5C27.5 28.0523 27.0523 28.5 26.5 28.5H25V30C25 30.5523 24.5523 31 24 31C23.4477 31 23 30.5523 23 30V28.5H21.5C20.9477 28.5 20.5 28.0523 20.5 27.5C20.5 26.9477 20.9477 26.5 21.5 26.5H23V25C23 24.4477 23.4477 24 24 24Z",
1473
1439
  fill: color
@@ -1482,17 +1448,16 @@ var FirstAid = function FirstAid(_ref53) {
1482
1448
 
1483
1449
  exports.FirstAid = FirstAid;
1484
1450
 
1485
- var Geriatric = function Geriatric(_ref54) {
1486
- var className = _ref54.className,
1487
- _ref54$color = _ref54.color,
1488
- color = _ref54$color === void 0 ? 'currentColor' : _ref54$color,
1489
- size = _ref54.size,
1490
- _ref54$label = _ref54.label,
1491
- label = _ref54$label === void 0 ? '' : _ref54$label;
1492
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1451
+ var Geriatric = function Geriatric(_ref55) {
1452
+ var className = _ref55.className,
1453
+ _ref55$color = _ref55.color,
1454
+ color = _ref55$color === void 0 ? 'currentColor' : _ref55$color,
1455
+ size = _ref55.size,
1456
+ _ref55$label = _ref55.label,
1457
+ label = _ref55$label === void 0 ? 'Geriatric' : _ref55$label;
1458
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1493
1459
  className: className,
1494
- size: size,
1495
- tooltip: label
1460
+ size: size
1496
1461
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1497
1462
  d: "M26.6451 6C25.2644 6 24.1451 7.11929 24.1451 8.5C24.1451 9.88071 25.2644 11 26.6451 11C27.1974 11 27.6451 11.4477 27.6451 12C27.6451 12.5523 27.1974 13 26.6451 13C24.1598 13 22.1451 10.9853 22.1451 8.5C22.1451 6.01472 24.1598 4 26.6451 4C29.1304 4 31.1451 6.01472 31.1451 8.5C31.1451 9.15043 31.0065 9.77116 30.7563 10.3321C30.5312 10.8364 29.9399 11.0629 29.4356 10.8379C28.9312 10.6128 28.7048 10.0215 28.9298 9.51718C29.0679 9.20771 29.1451 8.86422 29.1451 8.5C29.1451 7.11929 28.0258 6 26.6451 6Z",
1498
1463
  fill: color
@@ -1504,17 +1469,16 @@ var Geriatric = function Geriatric(_ref54) {
1504
1469
 
1505
1470
  exports.Geriatric = Geriatric;
1506
1471
 
1507
- var GiftCard = function GiftCard(_ref55) {
1508
- var className = _ref55.className,
1509
- _ref55$color = _ref55.color,
1510
- color = _ref55$color === void 0 ? 'currentColor' : _ref55$color,
1511
- size = _ref55.size,
1512
- _ref55$label = _ref55.label,
1513
- label = _ref55$label === void 0 ? '' : _ref55$label;
1514
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1472
+ var GiftCard = function GiftCard(_ref56) {
1473
+ var className = _ref56.className,
1474
+ _ref56$color = _ref56.color,
1475
+ color = _ref56$color === void 0 ? 'currentColor' : _ref56$color,
1476
+ size = _ref56.size,
1477
+ _ref56$label = _ref56.label,
1478
+ label = _ref56$label === void 0 ? 'Gift card' : _ref56$label;
1479
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1515
1480
  className: className,
1516
- size: size,
1517
- tooltip: label
1481
+ size: size
1518
1482
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1519
1483
  d: "M45 33C45 35.7614 42.7614 38 40 38H19L8 38C5.23858 38 3 35.7614 3 33L3.00001 21.0033L3 21L3.00001 20.9967L3.00001 15C3.00001 12.2386 5.23858 10 8.00001 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12L8.00001 12C6.34315 12 5.00001 13.3431 5.00001 15L5.00001 20H7C7.55228 20 8 20.4477 8 21C8 21.5523 7.55228 22 7 22H5.00001L5 33C5 34.6569 6.34315 36 8 36L18 36V30C18 29.4477 18.4477 29 19 29C19.5523 29 20 29.4477 20 30V36L40 36C41.6569 36 43 34.6569 43 33L43 22H31C30.4477 22 30 21.5523 30 21C30 20.4477 30.4477 20 31 20H43V15C43 13.3431 41.6569 12 40 12L24 12C23.4477 12 23 11.5523 23 11C23 10.4477 23.4477 10 24 10L40 10C42.7614 10 45 12.2386 45 15L45 33Z",
1520
1484
  fill: color
@@ -1531,17 +1495,16 @@ var GiftCard = function GiftCard(_ref55) {
1531
1495
 
1532
1496
  exports.GiftCard = GiftCard;
1533
1497
 
1534
- var Grid = function Grid(_ref56) {
1535
- var className = _ref56.className,
1536
- _ref56$color = _ref56.color,
1537
- color = _ref56$color === void 0 ? 'currentColor' : _ref56$color,
1538
- size = _ref56.size,
1539
- _ref56$label = _ref56.label,
1540
- label = _ref56$label === void 0 ? '' : _ref56$label;
1541
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1498
+ var Grid = function Grid(_ref57) {
1499
+ var className = _ref57.className,
1500
+ _ref57$color = _ref57.color,
1501
+ color = _ref57$color === void 0 ? 'currentColor' : _ref57$color,
1502
+ size = _ref57.size,
1503
+ _ref57$label = _ref57.label,
1504
+ label = _ref57$label === void 0 ? 'Grid' : _ref57$label;
1505
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1542
1506
  className: className,
1543
- size: size,
1544
- tooltip: label
1507
+ size: size
1545
1508
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1546
1509
  fillRule: "evenodd",
1547
1510
  clipRule: "evenodd",
@@ -1592,17 +1555,16 @@ var Grid = function Grid(_ref56) {
1592
1555
 
1593
1556
  exports.Grid = Grid;
1594
1557
 
1595
- var GuidedTour = function GuidedTour(_ref57) {
1596
- var className = _ref57.className,
1597
- _ref57$color = _ref57.color,
1598
- color = _ref57$color === void 0 ? 'currentColor' : _ref57$color,
1599
- size = _ref57.size,
1600
- _ref57$label = _ref57.label,
1601
- label = _ref57$label === void 0 ? '' : _ref57$label;
1602
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1558
+ var GuidedTour = function GuidedTour(_ref58) {
1559
+ var className = _ref58.className,
1560
+ _ref58$color = _ref58.color,
1561
+ color = _ref58$color === void 0 ? 'currentColor' : _ref58$color,
1562
+ size = _ref58.size,
1563
+ _ref58$label = _ref58.label,
1564
+ label = _ref58$label === void 0 ? 'Guided tour' : _ref58$label;
1565
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1603
1566
  className: className,
1604
- size: size,
1605
- tooltip: label
1567
+ size: size
1606
1568
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1607
1569
  fillRule: "evenodd",
1608
1570
  clipRule: "evenodd",
@@ -1613,17 +1575,16 @@ var GuidedTour = function GuidedTour(_ref57) {
1613
1575
 
1614
1576
  exports.GuidedTour = GuidedTour;
1615
1577
 
1616
- var HandPlacement = function HandPlacement(_ref58) {
1617
- var className = _ref58.className,
1618
- _ref58$color = _ref58.color,
1619
- color = _ref58$color === void 0 ? 'currentColor' : _ref58$color,
1620
- size = _ref58.size,
1621
- _ref58$label = _ref58.label,
1622
- label = _ref58$label === void 0 ? '' : _ref58$label;
1623
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1578
+ var HandPlacement = function HandPlacement(_ref59) {
1579
+ var className = _ref59.className,
1580
+ _ref59$color = _ref59.color,
1581
+ color = _ref59$color === void 0 ? 'currentColor' : _ref59$color,
1582
+ size = _ref59.size,
1583
+ _ref59$label = _ref59.label,
1584
+ label = _ref59$label === void 0 ? 'Hand placement' : _ref59$label;
1585
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1624
1586
  className: className,
1625
- size: size,
1626
- tooltip: label
1587
+ size: size
1627
1588
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1628
1589
  d: "M43.0151 20.9251C43.0973 21.4713 43.6066 21.8474 44.1528 21.7653C44.6989 21.6831 45.075 21.1738 44.9929 20.6276C43.6273 11.5496 36.4543 4.37656 27.3763 3.01102C26.8301 2.92887 26.3208 3.305 26.2386 3.85114C26.1565 4.39728 26.5326 4.90662 27.0788 4.98877C35.2886 6.22372 41.7802 12.7153 43.0151 20.9251Z",
1629
1590
  fill: color
@@ -1644,17 +1605,16 @@ var HandPlacement = function HandPlacement(_ref58) {
1644
1605
 
1645
1606
  exports.HandPlacement = HandPlacement;
1646
1607
 
1647
- var HeadTilt = function HeadTilt(_ref59) {
1648
- var className = _ref59.className,
1649
- _ref59$color = _ref59.color,
1650
- color = _ref59$color === void 0 ? 'currentColor' : _ref59$color,
1651
- size = _ref59.size,
1652
- _ref59$label = _ref59.label,
1653
- label = _ref59$label === void 0 ? '' : _ref59$label;
1654
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1608
+ var HeadTilt = function HeadTilt(_ref60) {
1609
+ var className = _ref60.className,
1610
+ _ref60$color = _ref60.color,
1611
+ color = _ref60$color === void 0 ? 'currentColor' : _ref60$color,
1612
+ size = _ref60.size,
1613
+ _ref60$label = _ref60.label,
1614
+ label = _ref60$label === void 0 ? 'Head tilt' : _ref60$label;
1615
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1655
1616
  className: className,
1656
- size: size,
1657
- tooltip: label
1617
+ size: size
1658
1618
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1659
1619
  d: "M7.89304 11.689C8.00315 11.1478 7.65369 10.6198 7.1125 10.5097C6.5713 10.3995 6.04331 10.749 5.9332 11.2902L4.95172 16.114C4.93033 16.1681 4.91337 16.2247 4.90138 16.2837C4.79126 16.8249 5.14072 17.3529 5.68192 17.463L10.5815 18.4599C11.1227 18.57 11.6507 18.2206 11.7608 17.6794C11.8709 17.1382 11.5215 16.6102 10.9803 16.5001L8.58832 16.0134C12.1379 13.3266 17.2156 13.7402 20.2765 17.0928C20.6488 17.5006 21.2814 17.5294 21.6892 17.157C22.0971 16.7846 22.1259 16.1521 21.7535 15.7443C17.9748 11.6054 11.6962 11.1097 7.32967 14.4578L7.89304 11.689Z",
1660
1620
  fill: color
@@ -1671,17 +1631,16 @@ var HeadTilt = function HeadTilt(_ref59) {
1671
1631
 
1672
1632
  exports.HeadTilt = HeadTilt;
1673
1633
 
1674
- var Heart = function Heart(_ref60) {
1675
- var className = _ref60.className,
1676
- _ref60$color = _ref60.color,
1677
- color = _ref60$color === void 0 ? 'currentColor' : _ref60$color,
1678
- size = _ref60.size,
1679
- _ref60$label = _ref60.label,
1680
- label = _ref60$label === void 0 ? '' : _ref60$label;
1681
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1634
+ var Heart = function Heart(_ref61) {
1635
+ var className = _ref61.className,
1636
+ _ref61$color = _ref61.color,
1637
+ color = _ref61$color === void 0 ? 'currentColor' : _ref61$color,
1638
+ size = _ref61.size,
1639
+ _ref61$label = _ref61.label,
1640
+ label = _ref61$label === void 0 ? 'Heart' : _ref61$label;
1641
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1682
1642
  className: className,
1683
- size: size,
1684
- tooltip: label
1643
+ size: size
1685
1644
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1686
1645
  d: "M8.95602 11.956C12.8974 8.01466 19.2876 8.01466 23.229 11.956L23.9919 12.7189L24.7546 11.9563C28.696 8.01512 35.0862 8.01524 39.0275 11.9566C42.9689 15.898 42.9689 22.2883 39.0275 26.2298L36.1555 29.1018C35.7649 29.4923 35.1318 29.4923 34.7412 29.1018C34.3507 28.7113 34.3507 28.0781 34.7412 27.6876L37.6133 24.8155C40.7737 21.6552 40.7737 16.5312 37.6133 13.3708C34.453 10.2105 29.3291 10.2104 26.1687 13.3706L24.7166 14.8225C24.5164 15.0228 24.2523 15.1204 23.9898 15.1152C23.7287 15.1193 23.4662 15.0217 23.267 14.8225L21.8148 13.3702C18.6544 10.2099 13.5306 10.2099 10.3702 13.3702C7.20992 16.5306 7.20992 21.6544 10.3702 24.8148L22.4048 36.8493C23.2715 37.716 24.6767 37.716 25.5434 36.8493L28.3767 34.016C28.7672 33.6255 29.4003 33.6255 29.7909 34.016C30.1814 34.4066 30.1814 35.0397 29.7909 35.4302L26.9576 38.2635C25.3098 39.9113 22.6383 39.9113 20.9906 38.2635L8.95602 26.229C5.01466 22.2876 5.01466 15.8974 8.95602 11.956Z",
1687
1646
  fill: color
@@ -1690,17 +1649,16 @@ var Heart = function Heart(_ref60) {
1690
1649
 
1691
1650
  exports.Heart = Heart;
1692
1651
 
1693
- var HeartPulse = function HeartPulse(_ref61) {
1694
- var className = _ref61.className,
1695
- _ref61$color = _ref61.color,
1696
- color = _ref61$color === void 0 ? 'currentColor' : _ref61$color,
1697
- size = _ref61.size,
1698
- _ref61$label = _ref61.label,
1699
- label = _ref61$label === void 0 ? '' : _ref61$label;
1700
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1652
+ var HeartPulse = function HeartPulse(_ref62) {
1653
+ var className = _ref62.className,
1654
+ _ref62$color = _ref62.color,
1655
+ color = _ref62$color === void 0 ? 'currentColor' : _ref62$color,
1656
+ size = _ref62.size,
1657
+ _ref62$label = _ref62.label,
1658
+ label = _ref62$label === void 0 ? 'Heart pulse' : _ref62$label;
1659
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1701
1660
  className: className,
1702
- size: size,
1703
- tooltip: label
1661
+ size: size
1704
1662
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1705
1663
  d: "M23.2368 11.6654C19.2937 7.7886 12.9005 7.7886 8.95738 11.6654C5.01421 15.5423 5.01421 21.8279 8.95737 25.7047L20.9974 37.5422C22.6459 39.163 25.3187 39.163 26.9671 37.5422L31.5048 33.0809C31.8955 32.6968 31.8955 32.074 31.5048 31.6898C31.1141 31.3057 30.4807 31.3057 30.09 31.6898L25.5523 36.1512C24.6852 37.0037 23.2794 37.0037 22.4123 36.1512L10.3722 24.3136C7.21047 21.2051 7.21047 16.1651 10.3722 13.0565C13.534 9.94792 18.6602 9.94792 21.822 13.0565L23.2749 14.4849C23.4751 14.6818 23.7391 14.7778 24.0015 14.7729C24.2629 14.777 24.5257 14.681 24.7252 14.4849L26.1779 13.0567C29.3398 9.94826 34.466 9.94835 37.6277 13.0569C40.7895 16.1656 40.7895 21.2057 37.6277 24.3143L34.7544 27.1393C34.3637 27.5234 34.3637 28.1462 34.7544 28.5304C35.1451 28.9145 35.7785 28.9145 36.1692 28.5304L39.0426 25.7054C42.9858 21.8285 42.9858 15.5428 39.0426 11.6659C35.0994 7.78905 28.7064 7.78894 24.7631 11.6656L24 12.4158L23.2368 11.6654Z",
1706
1664
  fill: color
@@ -1712,17 +1670,16 @@ var HeartPulse = function HeartPulse(_ref61) {
1712
1670
 
1713
1671
  exports.HeartPulse = HeartPulse;
1714
1672
 
1715
- var HeartShock = function HeartShock(_ref62) {
1716
- var className = _ref62.className,
1717
- _ref62$color = _ref62.color,
1718
- color = _ref62$color === void 0 ? 'currentColor' : _ref62$color,
1719
- size = _ref62.size,
1720
- _ref62$label = _ref62.label,
1721
- label = _ref62$label === void 0 ? '' : _ref62$label;
1722
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1673
+ var HeartShock = function HeartShock(_ref63) {
1674
+ var className = _ref63.className,
1675
+ _ref63$color = _ref63.color,
1676
+ color = _ref63$color === void 0 ? 'currentColor' : _ref63$color,
1677
+ size = _ref63.size,
1678
+ _ref63$label = _ref63.label,
1679
+ label = _ref63$label === void 0 ? 'Heart shock' : _ref63$label;
1680
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1723
1681
  className: className,
1724
- size: size,
1725
- tooltip: label
1682
+ size: size
1726
1683
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1727
1684
  d: "M23.229 11.956C19.2876 8.01466 12.8974 8.01466 8.95602 11.956C5.01466 15.8974 5.01466 22.2876 8.95602 26.229L20.9906 38.2635C22.6383 39.9113 25.3098 39.9113 26.9576 38.2635L29.7909 35.4302C30.1814 35.0397 30.1814 34.4066 29.7909 34.016C29.4003 33.6255 28.7672 33.6255 28.3767 34.016L25.5434 36.8493C24.6767 37.716 23.2715 37.716 22.4048 36.8493L10.3702 24.8148C7.20992 21.6544 7.20992 16.5306 10.3702 13.3702C13.5306 10.2099 18.6544 10.2099 21.8148 13.3702L23.267 14.8225C23.4662 15.0217 23.7287 15.1193 23.9898 15.1152C24.2523 15.1204 24.5164 15.0228 24.7166 14.8225L26.1687 13.3706C29.3291 10.2104 34.453 10.2105 37.6133 13.3708C40.7737 16.5312 40.7737 21.6552 37.6133 24.8155L34.7412 27.6876C34.3507 28.0781 34.3507 28.7113 34.7412 29.1018C35.1318 29.4923 35.7649 29.4923 36.1555 29.1018L39.0275 26.2298C42.9689 22.2883 42.9689 15.898 39.0275 11.9566C35.0862 8.01524 28.696 8.01512 24.7546 11.9563L23.9919 12.7189L23.229 11.956Z",
1728
1685
  fill: color
@@ -1734,17 +1691,16 @@ var HeartShock = function HeartShock(_ref62) {
1734
1691
 
1735
1692
  exports.HeartShock = HeartShock;
1736
1693
 
1737
- var Hierarchy = function Hierarchy(_ref63) {
1738
- var className = _ref63.className,
1739
- _ref63$color = _ref63.color,
1740
- color = _ref63$color === void 0 ? 'currentColor' : _ref63$color,
1741
- size = _ref63.size,
1742
- _ref63$label = _ref63.label,
1743
- label = _ref63$label === void 0 ? '' : _ref63$label;
1744
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1694
+ var Hierarchy = function Hierarchy(_ref64) {
1695
+ var className = _ref64.className,
1696
+ _ref64$color = _ref64.color,
1697
+ color = _ref64$color === void 0 ? 'currentColor' : _ref64$color,
1698
+ size = _ref64.size,
1699
+ _ref64$label = _ref64.label,
1700
+ label = _ref64$label === void 0 ? 'Hierarchy' : _ref64$label;
1701
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1745
1702
  className: className,
1746
- size: size,
1747
- tooltip: label
1703
+ size: size
1748
1704
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1749
1705
  d: "M18 8V12C18 13.1046 18.8954 14 20 14H28C29.1046 14 30 13.1046 30 12V8C30 6.89543 29.1046 6 28 6H20C18.8954 6 18 6.89543 18 8ZM20 8H28V12H20V8Z",
1750
1706
  fill: color
@@ -1765,17 +1721,16 @@ var Hierarchy = function Hierarchy(_ref63) {
1765
1721
 
1766
1722
  exports.Hierarchy = Hierarchy;
1767
1723
 
1768
- var Hospital = function Hospital(_ref64) {
1769
- var className = _ref64.className,
1770
- _ref64$color = _ref64.color,
1771
- color = _ref64$color === void 0 ? 'currentColor' : _ref64$color,
1772
- size = _ref64.size,
1773
- _ref64$label = _ref64.label,
1774
- label = _ref64$label === void 0 ? '' : _ref64$label;
1775
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1724
+ var Hospital = function Hospital(_ref65) {
1725
+ var className = _ref65.className,
1726
+ _ref65$color = _ref65.color,
1727
+ color = _ref65$color === void 0 ? 'currentColor' : _ref65$color,
1728
+ size = _ref65.size,
1729
+ _ref65$label = _ref65.label,
1730
+ label = _ref65$label === void 0 ? 'Hospital' : _ref65$label;
1731
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1776
1732
  className: className,
1777
- size: size,
1778
- tooltip: label
1733
+ size: size
1779
1734
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1780
1735
  d: "M24.9673 11.5371C24.9673 10.9939 24.5269 10.5535 23.9836 10.5535C23.4404 10.5535 23 10.9939 23 11.5371V13.1123H21.4246C20.8813 13.1123 20.4409 13.5527 20.4409 14.0959C20.4409 14.6392 20.8813 15.0796 21.4246 15.0796H23V16.6549C23 17.1982 23.4404 17.6385 23.9836 17.6385C24.5269 17.6385 24.9673 17.1982 24.9673 16.6549V15.0796H26.5424C27.0856 15.0796 27.526 14.6392 27.526 14.0959C27.526 13.5527 27.0856 13.1123 26.5424 13.1123H24.9673V11.5371Z",
1781
1736
  fill: color
@@ -1789,17 +1744,16 @@ var Hospital = function Hospital(_ref64) {
1789
1744
 
1790
1745
  exports.Hospital = Hospital;
1791
1746
 
1792
- var Hospitalized = function Hospitalized(_ref65) {
1793
- var className = _ref65.className,
1794
- _ref65$color = _ref65.color,
1795
- color = _ref65$color === void 0 ? 'currentColor' : _ref65$color,
1796
- size = _ref65.size,
1797
- _ref65$label = _ref65.label,
1798
- label = _ref65$label === void 0 ? '' : _ref65$label;
1799
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1747
+ var Hospitalized = function Hospitalized(_ref66) {
1748
+ var className = _ref66.className,
1749
+ _ref66$color = _ref66.color,
1750
+ color = _ref66$color === void 0 ? 'currentColor' : _ref66$color,
1751
+ size = _ref66.size,
1752
+ _ref66$label = _ref66.label,
1753
+ label = _ref66$label === void 0 ? 'Hospitalized' : _ref66$label;
1754
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1800
1755
  className: className,
1801
- size: size,
1802
- tooltip: label
1756
+ size: size
1803
1757
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1804
1758
  d: "M24 8C24.5523 8 25 8.44772 25 9V10.5H26.5C27.0523 10.5 27.5 10.9477 27.5 11.5C27.5 12.0523 27.0523 12.5 26.5 12.5H25V14C25 14.5523 24.5523 15 24 15C23.4477 15 23 14.5523 23 14V12.5H21.5C20.9477 12.5 20.5 12.0523 20.5 11.5C20.5 10.9477 20.9477 10.5 21.5 10.5H23V9C23 8.44772 23.4477 8 24 8Z",
1805
1759
  fill: color
@@ -1817,17 +1771,16 @@ var Hospitalized = function Hospitalized(_ref65) {
1817
1771
 
1818
1772
  exports.Hospitalized = Hospitalized;
1819
1773
 
1820
- var House = function House(_ref66) {
1821
- var className = _ref66.className,
1822
- _ref66$color = _ref66.color,
1823
- color = _ref66$color === void 0 ? 'currentColor' : _ref66$color,
1824
- size = _ref66.size,
1825
- _ref66$label = _ref66.label,
1826
- label = _ref66$label === void 0 ? '' : _ref66$label;
1827
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1774
+ var House = function House(_ref67) {
1775
+ var className = _ref67.className,
1776
+ _ref67$color = _ref67.color,
1777
+ color = _ref67$color === void 0 ? 'currentColor' : _ref67$color,
1778
+ size = _ref67.size,
1779
+ _ref67$label = _ref67.label,
1780
+ label = _ref67$label === void 0 ? 'House' : _ref67$label;
1781
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1828
1782
  className: className,
1829
- size: size,
1830
- tooltip: label
1783
+ size: size
1831
1784
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1832
1785
  d: "M40.2638 24.3116C40.6543 24.7021 41.2875 24.7021 41.678 24.3116C42.0685 23.921 42.0685 23.2879 41.678 22.8973L25.4146 6.63388C24.6335 5.85283 23.3672 5.85283 22.5861 6.63388L6.32268 22.8973C5.93215 23.2879 5.93215 23.921 6.32268 24.3115C6.7132 24.7021 7.34637 24.7021 7.73689 24.3115L9.00011 23.0483V40C9.00011 41.1045 9.89554 42 11.0001 42H37.0001C38.1047 42 39.0001 41.1045 39.0001 40V28C39.0001 27.4477 38.5524 27 38.0001 27C37.4478 27 37.0001 27.4477 37.0001 28V40H11.0001V21.0483L24.0003 8.0481L40.2638 24.3116Z",
1833
1786
  fill: color
@@ -1839,17 +1792,16 @@ var House = function House(_ref66) {
1839
1792
 
1840
1793
  exports.House = House;
1841
1794
 
1842
- var Infant = function Infant(_ref67) {
1843
- var className = _ref67.className,
1844
- _ref67$color = _ref67.color,
1845
- color = _ref67$color === void 0 ? 'currentColor' : _ref67$color,
1846
- size = _ref67.size,
1847
- _ref67$label = _ref67.label,
1848
- label = _ref67$label === void 0 ? '' : _ref67$label;
1849
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1795
+ var Infant = function Infant(_ref68) {
1796
+ var className = _ref68.className,
1797
+ _ref68$color = _ref68.color,
1798
+ color = _ref68$color === void 0 ? 'currentColor' : _ref68$color,
1799
+ size = _ref68.size,
1800
+ _ref68$label = _ref68.label,
1801
+ label = _ref68$label === void 0 ? 'Infant' : _ref68$label;
1802
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1850
1803
  className: className,
1851
- size: size,
1852
- tooltip: label
1804
+ size: size
1853
1805
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1854
1806
  d: "M20 13C20 10.7909 21.7909 9 24 9C26.2091 9 28 10.7909 28 13C28 13.5523 28.4477 14 29 14C29.5523 14 30 13.5523 30 13C30 9.68629 27.3137 7 24 7C20.6863 7 18 9.68629 18 13C18 14.5367 18.5777 15.9385 19.5278 17C18.2097 17.0059 16.9469 17.532 16.0144 18.4645L11.5655 22.9134C9.8892 24.5897 11.0764 27.4558 13.447 27.4558C14.1527 27.4558 14.8295 27.1755 15.3285 26.6765L17.8326 24.1724V29.5959C17.8326 30.1213 17.6946 30.6375 17.4325 31.0928L16.6204 32.5034C16.1835 33.2622 15.9535 34.1225 15.9535 34.9981V39.1209C15.9535 40.711 17.2425 42 18.8326 42C20.4227 42 21.7117 40.711 21.7117 39.1209V36.7398C21.7117 36.28 21.8173 35.8265 22.0205 35.4141L22.4268 34.5892C22.742 33.9494 23.3933 33.5442 24.1066 33.5442C24.8198 33.5442 25.4711 33.9494 25.7863 34.5892L26.1926 35.4141C26.3958 35.8265 26.5014 36.28 26.5014 36.7398V39.2274C26.5014 40.7587 27.7428 42 29.274 42C30.8052 42 32.0466 40.7587 32.0466 39.2274V34.9981C32.0466 34.1225 31.8166 33.2622 31.3797 32.5034L30.5676 31.0928C30.3055 30.6375 30.1675 30.1213 30.1675 29.5959V24.1724L32.6716 26.6765C33.1706 27.1755 33.8474 27.4558 34.5531 27.4558C36.9237 27.4558 38.1109 24.5897 36.4346 22.9134L31.9857 18.4645C31.048 17.5268 29.7763 17 28.4502 17H24C21.7909 17 20 15.2091 20 13ZM19.5499 19H28.4502C29.2458 19 30.0089 19.3161 30.5715 19.8787L35.0204 24.3276C35.4368 24.744 35.1419 25.4558 34.5531 25.4558C34.3778 25.4558 34.2097 25.3862 34.0858 25.2622L29.8746 21.051C29.5886 20.765 29.1585 20.6795 28.7848 20.8343C28.4111 20.989 28.1675 21.3537 28.1675 21.7581V29.5959C28.1675 30.4715 28.3974 31.3318 28.8343 32.0906L29.6465 33.5013C29.9086 33.9566 30.0466 34.4728 30.0466 34.9981V39.2274C30.0466 39.6541 29.7007 40 29.274 40C28.8473 40 28.5014 39.6541 28.5014 39.2274V36.7398C28.5014 35.9736 28.3253 35.2176 27.9868 34.5303L27.5805 33.7055C26.9286 32.3822 25.5816 31.5442 24.1066 31.5442C22.6315 31.5442 21.2845 32.3822 20.6326 33.7055L20.2263 34.5303C19.8878 35.2176 19.7117 35.9736 19.7117 36.7398V39.1209C19.7117 39.6064 19.3181 40 18.8326 40C18.3471 40 17.9535 39.6064 17.9535 39.1209V34.9981C17.9535 34.4728 18.0915 33.9566 18.3536 33.5013L19.1658 32.0906C19.6027 31.3318 19.8326 30.4715 19.8326 29.5959V21.7581C19.8326 21.3537 19.589 20.989 19.2153 20.8343C18.8416 20.6795 18.4115 20.765 18.1255 21.051L13.9143 25.2622C13.7903 25.3862 13.6222 25.4558 13.447 25.4558C12.8582 25.4558 12.5633 24.744 12.9797 24.3276L17.4286 19.8787C17.9912 19.3161 18.7543 19 19.5499 19Z",
1855
1807
  fill: color
@@ -1858,17 +1810,16 @@ var Infant = function Infant(_ref67) {
1858
1810
 
1859
1811
  exports.Infant = Infant;
1860
1812
 
1861
- var Injustice = function Injustice(_ref68) {
1862
- var className = _ref68.className,
1863
- _ref68$color = _ref68.color,
1864
- color = _ref68$color === void 0 ? 'currentColor' : _ref68$color,
1865
- size = _ref68.size,
1866
- _ref68$label = _ref68.label,
1867
- label = _ref68$label === void 0 ? '' : _ref68$label;
1868
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1813
+ var Injustice = function Injustice(_ref69) {
1814
+ var className = _ref69.className,
1815
+ _ref69$color = _ref69.color,
1816
+ color = _ref69$color === void 0 ? 'currentColor' : _ref69$color,
1817
+ size = _ref69.size,
1818
+ _ref69$label = _ref69.label,
1819
+ label = _ref69$label === void 0 ? 'Injustice' : _ref69$label;
1820
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1869
1821
  className: className,
1870
- size: size,
1871
- tooltip: label
1822
+ size: size
1872
1823
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1873
1824
  fillRule: "evenodd",
1874
1825
  clipRule: "evenodd",
@@ -1882,17 +1833,16 @@ var Injustice = function Injustice(_ref68) {
1882
1833
 
1883
1834
  exports.Injustice = Injustice;
1884
1835
 
1885
- var Institute = function Institute(_ref69) {
1886
- var className = _ref69.className,
1887
- _ref69$color = _ref69.color,
1888
- color = _ref69$color === void 0 ? 'currentColor' : _ref69$color,
1889
- size = _ref69.size,
1890
- _ref69$label = _ref69.label,
1891
- label = _ref69$label === void 0 ? '' : _ref69$label;
1892
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1836
+ var Institute = function Institute(_ref70) {
1837
+ var className = _ref70.className,
1838
+ _ref70$color = _ref70.color,
1839
+ color = _ref70$color === void 0 ? 'currentColor' : _ref70$color,
1840
+ size = _ref70.size,
1841
+ _ref70$label = _ref70.label,
1842
+ label = _ref70$label === void 0 ? 'Institute' : _ref70$label;
1843
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1893
1844
  className: className,
1894
- size: size,
1895
- tooltip: label
1845
+ size: size
1896
1846
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1897
1847
  d: "M24.8943 6.21126C24.3312 5.92958 23.6685 5.92958 23.1054 6.21126L7.11771 14.1959C5.23007 15.1402 5.90169 17.9868 8.01214 17.9868H28.9998C29.5521 17.9868 29.9998 17.5389 29.9998 16.9863C29.9998 16.4337 29.5521 15.9857 28.9998 15.9857H8.01214L23.9998 8.00111L39.9988 15.9857L34.9998 15.9857C34.4476 15.9857 33.9998 16.4337 33.9998 16.9863C33.9998 17.5389 34.4476 17.9868 34.9998 17.9868H39.9988C42.1093 17.9868 42.7809 15.1402 40.8933 14.1959L24.8943 6.21126Z",
1898
1848
  fill: color
@@ -1916,17 +1866,16 @@ var Institute = function Institute(_ref69) {
1916
1866
 
1917
1867
  exports.Institute = Institute;
1918
1868
 
1919
- var Justice = function Justice(_ref70) {
1920
- var className = _ref70.className,
1921
- _ref70$color = _ref70.color,
1922
- color = _ref70$color === void 0 ? 'currentColor' : _ref70$color,
1923
- size = _ref70.size,
1924
- _ref70$label = _ref70.label,
1925
- label = _ref70$label === void 0 ? '' : _ref70$label;
1926
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1869
+ var Justice = function Justice(_ref71) {
1870
+ var className = _ref71.className,
1871
+ _ref71$color = _ref71.color,
1872
+ color = _ref71$color === void 0 ? 'currentColor' : _ref71$color,
1873
+ size = _ref71.size,
1874
+ _ref71$label = _ref71.label,
1875
+ label = _ref71$label === void 0 ? 'Justice' : _ref71$label;
1876
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1927
1877
  className: className,
1928
- size: size,
1929
- tooltip: label
1878
+ size: size
1930
1879
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1931
1880
  fillRule: "evenodd",
1932
1881
  clipRule: "evenodd",
@@ -1940,17 +1889,16 @@ var Justice = function Justice(_ref70) {
1940
1889
 
1941
1890
  exports.Justice = Justice;
1942
1891
 
1943
- var Laptop = function Laptop(_ref71) {
1944
- var className = _ref71.className,
1945
- _ref71$color = _ref71.color,
1946
- color = _ref71$color === void 0 ? 'currentColor' : _ref71$color,
1947
- size = _ref71.size,
1948
- _ref71$label = _ref71.label,
1949
- label = _ref71$label === void 0 ? '' : _ref71$label;
1950
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1892
+ var Laptop = function Laptop(_ref72) {
1893
+ var className = _ref72.className,
1894
+ _ref72$color = _ref72.color,
1895
+ color = _ref72$color === void 0 ? 'currentColor' : _ref72$color,
1896
+ size = _ref72.size,
1897
+ _ref72$label = _ref72.label,
1898
+ label = _ref72$label === void 0 ? 'Laptop' : _ref72$label;
1899
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1951
1900
  className: className,
1952
- size: size,
1953
- tooltip: label
1901
+ size: size
1954
1902
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1955
1903
  d: "M8 18V34C8 35.6569 9.34315 37 11 37H37C38.6569 37 40 35.6569 40 34V18C40 16.3431 38.6569 15 37 15H11C9.34315 15 8 16.3431 8 18ZM11 17H37C37.5523 17 38 17.4477 38 18V34C38 34.5523 37.5523 35 37 35H11C10.4477 35 10 34.5523 10 34V18C10 17.4477 10.4477 17 11 17Z",
1956
1904
  fill: color
@@ -1962,17 +1910,16 @@ var Laptop = function Laptop(_ref71) {
1962
1910
 
1963
1911
  exports.Laptop = Laptop;
1964
1912
 
1965
- var Levels = function Levels(_ref72) {
1966
- var className = _ref72.className,
1967
- _ref72$color = _ref72.color,
1968
- color = _ref72$color === void 0 ? 'currentColor' : _ref72$color,
1969
- size = _ref72.size,
1970
- _ref72$label = _ref72.label,
1971
- label = _ref72$label === void 0 ? '' : _ref72$label;
1972
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1913
+ var Levels = function Levels(_ref73) {
1914
+ var className = _ref73.className,
1915
+ _ref73$color = _ref73.color,
1916
+ color = _ref73$color === void 0 ? 'currentColor' : _ref73$color,
1917
+ size = _ref73.size,
1918
+ _ref73$label = _ref73.label,
1919
+ label = _ref73$label === void 0 ? 'Levels' : _ref73$label;
1920
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1973
1921
  className: className,
1974
- size: size,
1975
- tooltip: label
1922
+ size: size
1976
1923
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1977
1924
  d: "M31 9C31 7.34315 32.3431 6 34 6H36C37.6569 6 39 7.34315 39 9V36C39 36.5523 38.5523 37 38 37C37.4477 37 37 36.5523 37 36V9C37 8.44772 36.5523 8 36 8H34C33.4477 8 33 8.44771 33 9V40H41C41.5523 40 42 40.4477 42 41C42 41.5523 41.5523 42 41 42H7C6.44772 42 6 41.5523 6 41C6 40.4477 6.44772 40 7 40H9.01013C9.00345 39.9533 9 39.9056 9 39.8571V30C9 28.3431 10.3431 27 12 27H14C15.6569 27 17 28.3431 17 30V36C17 36.5523 16.5523 37 16 37C15.4477 37 15 36.5523 15 36V30C15 29.4477 14.5523 29 14 29H12C11.4477 29 11 29.4477 11 30V39.8571C11 39.9056 10.9965 39.9533 10.9899 40H20V20C20 18.3431 21.3431 17 23 17H25C26.6569 17 28 18.3431 28 20V36C28 36.5523 27.5523 37 27 37C26.4477 37 26 36.5523 26 36V20C26 19.4477 25.5523 19 25 19H23C22.4477 19 22 19.4477 22 20V40H31V9Z",
1978
1925
  fill: color
@@ -1981,17 +1928,16 @@ var Levels = function Levels(_ref72) {
1981
1928
 
1982
1929
  exports.Levels = Levels;
1983
1930
 
1984
- var LevelsDecreasing = function LevelsDecreasing(_ref73) {
1985
- var className = _ref73.className,
1986
- _ref73$color = _ref73.color,
1987
- color = _ref73$color === void 0 ? 'currentColor' : _ref73$color,
1988
- size = _ref73.size,
1989
- _ref73$label = _ref73.label,
1990
- label = _ref73$label === void 0 ? '' : _ref73$label;
1991
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1931
+ var LevelsDecreasing = function LevelsDecreasing(_ref74) {
1932
+ var className = _ref74.className,
1933
+ _ref74$color = _ref74.color,
1934
+ color = _ref74$color === void 0 ? 'currentColor' : _ref74$color,
1935
+ size = _ref74.size,
1936
+ _ref74$label = _ref74.label,
1937
+ label = _ref74$label === void 0 ? 'Levels Decreasing' : _ref74$label;
1938
+ return /*#__PURE__*/React.createElement(ContentIcon, {
1992
1939
  className: className,
1993
- size: size,
1994
- tooltip: label
1940
+ size: size
1995
1941
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
1996
1942
  d: "M40.4351 23.435L37.0919 23.435C36.5396 23.435 36.0919 22.9873 36.0919 22.435C36.0919 21.8827 36.5396 21.435 37.0919 21.435L38.0208 21.435L24.2929 7.70711C23.9024 7.31658 23.9024 6.68342 24.2929 6.29289C24.6834 5.90237 25.3166 5.90237 25.7071 6.29289L39.4351 20.0208V19.0919C39.4351 18.5396 39.8828 18.0919 40.4351 18.0919C40.9873 18.0919 41.4351 18.5396 41.4351 19.0919V22.435C41.4351 22.9873 40.9873 23.435 40.4351 23.435Z",
1997
1943
  fill: color
@@ -2003,17 +1949,16 @@ var LevelsDecreasing = function LevelsDecreasing(_ref73) {
2003
1949
 
2004
1950
  exports.LevelsDecreasing = LevelsDecreasing;
2005
1951
 
2006
- var LevelsIncreasing = function LevelsIncreasing(_ref74) {
2007
- var className = _ref74.className,
2008
- _ref74$color = _ref74.color,
2009
- color = _ref74$color === void 0 ? 'currentColor' : _ref74$color,
2010
- size = _ref74.size,
2011
- _ref74$label = _ref74.label,
2012
- label = _ref74$label === void 0 ? '' : _ref74$label;
2013
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1952
+ var LevelsIncreasing = function LevelsIncreasing(_ref75) {
1953
+ var className = _ref75.className,
1954
+ _ref75$color = _ref75.color,
1955
+ color = _ref75$color === void 0 ? 'currentColor' : _ref75$color,
1956
+ size = _ref75.size,
1957
+ _ref75$label = _ref75.label,
1958
+ label = _ref75$label === void 0 ? 'Levels Increasing' : _ref75$label;
1959
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2014
1960
  className: className,
2015
- size: size,
2016
- tooltip: label
1961
+ size: size
2017
1962
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2018
1963
  d: "M23.5712 6.0857L26.9144 6.08569C27.4667 6.08569 27.9144 6.53341 27.9144 7.08569L27.9144 10.4288C27.9144 10.9811 27.4667 11.4288 26.9144 11.4288C26.3621 11.4288 25.9144 10.9811 25.9144 10.4288V9.49991L12.1864 23.2278C11.7959 23.6184 11.1628 23.6184 10.7722 23.2278C10.3817 22.8373 10.3817 22.2041 10.7722 21.8136L24.5002 8.0857L23.5712 8.08569C23.0189 8.0857 22.5712 7.63798 22.5712 7.08569C22.5712 6.53341 23.0189 6.08569 23.5712 6.0857Z",
2019
1964
  fill: color
@@ -2025,17 +1970,16 @@ var LevelsIncreasing = function LevelsIncreasing(_ref74) {
2025
1970
 
2026
1971
  exports.LevelsIncreasing = LevelsIncreasing;
2027
1972
 
2028
- var LevelsStarred = function LevelsStarred(_ref75) {
2029
- var className = _ref75.className,
2030
- _ref75$color = _ref75.color,
2031
- color = _ref75$color === void 0 ? 'currentColor' : _ref75$color,
2032
- size = _ref75.size,
2033
- _ref75$label = _ref75.label,
2034
- label = _ref75$label === void 0 ? '' : _ref75$label;
2035
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
1973
+ var LevelsStarred = function LevelsStarred(_ref76) {
1974
+ var className = _ref76.className,
1975
+ _ref76$color = _ref76.color,
1976
+ color = _ref76$color === void 0 ? 'currentColor' : _ref76$color,
1977
+ size = _ref76.size,
1978
+ _ref76$label = _ref76.label,
1979
+ label = _ref76$label === void 0 ? 'Levels starred' : _ref76$label;
1980
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2036
1981
  className: className,
2037
- size: size,
2038
- tooltip: label
1982
+ size: size
2039
1983
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2040
1984
  d: "M35.454 6.64238C35.2753 6.25495 34.7246 6.25495 34.5459 6.64238L33.7437 8.38155C33.6709 8.53946 33.5212 8.64818 33.3486 8.66865L31.4466 8.89416C31.0229 8.94439 30.8528 9.46809 31.166 9.75777L32.5722 11.0581C32.6998 11.1762 32.757 11.3521 32.7231 11.5227L32.3498 13.4012C32.2667 13.8197 32.7122 14.1434 33.0845 13.935L34.7557 12.9995C34.9075 12.9145 35.0924 12.9145 35.2442 12.9995L36.9154 13.935C37.2877 14.1434 37.7332 13.8197 37.6501 13.4012L37.2768 11.5227C37.2429 11.3521 37.3001 11.1762 37.4277 11.0581L38.8339 9.75777C39.1471 9.46809 38.977 8.94439 38.5533 8.89416L36.6513 8.66865C36.4787 8.64818 36.329 8.53946 36.2562 8.38155L35.454 6.64238Z",
2041
1985
  fill: color
@@ -2053,17 +1997,16 @@ var LevelsStarred = function LevelsStarred(_ref75) {
2053
1997
 
2054
1998
  exports.LevelsStarred = LevelsStarred;
2055
1999
 
2056
- var Male = function Male(_ref76) {
2057
- var className = _ref76.className,
2058
- _ref76$color = _ref76.color,
2059
- color = _ref76$color === void 0 ? 'currentColor' : _ref76$color,
2060
- size = _ref76.size,
2061
- _ref76$label = _ref76.label,
2062
- label = _ref76$label === void 0 ? '' : _ref76$label;
2063
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2000
+ var Male = function Male(_ref77) {
2001
+ var className = _ref77.className,
2002
+ _ref77$color = _ref77.color,
2003
+ color = _ref77$color === void 0 ? 'currentColor' : _ref77$color,
2004
+ size = _ref77.size,
2005
+ _ref77$label = _ref77.label,
2006
+ label = _ref77$label === void 0 ? 'Male' : _ref77$label;
2007
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2064
2008
  className: className,
2065
- size: size,
2066
- tooltip: label
2009
+ size: size
2067
2010
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2068
2011
  d: "M38 9C38.5523 9 39 9.44772 39 10V18C39 18.5523 38.5523 19 38 19C37.4477 19 37 18.5523 37 18V12.4141L30.163 19.2511C31.9328 21.3418 33 24.0463 33 27C33 33.6274 27.6274 39 21 39C14.3726 39 9 33.6274 9 27C9 25.5232 9.26722 24.1066 9.75682 22.7973C9.95026 22.28 10.5264 22.0175 11.0437 22.2109C11.561 22.4044 11.8236 22.9805 11.6301 23.4978C11.223 24.5865 11 25.766 11 27C11 32.5228 15.4772 37 21 37C26.5228 37 31 32.5228 31 27C31 21.4772 26.5229 17 21 17C19.3529 17 17.8016 17.3974 16.4339 18.1007C15.9428 18.3533 15.3399 18.1599 15.0873 17.6687C14.8347 17.1776 15.0282 16.5747 15.5193 16.3221C17.1633 15.4767 19.0274 15 21 15C23.9537 15 26.6581 16.0671 28.7488 17.8369L35.5857 11L30 11C29.4477 11 29 10.5523 29 10C29 9.44771 29.4477 9 30 9H38Z",
2069
2012
  fill: color
@@ -2072,17 +2015,16 @@ var Male = function Male(_ref76) {
2072
2015
 
2073
2016
  exports.Male = Male;
2074
2017
 
2075
- var Manikin = function Manikin(_ref77) {
2076
- var className = _ref77.className,
2077
- _ref77$color = _ref77.color,
2078
- color = _ref77$color === void 0 ? 'currentColor' : _ref77$color,
2079
- size = _ref77.size,
2080
- _ref77$label = _ref77.label,
2081
- label = _ref77$label === void 0 ? '' : _ref77$label;
2082
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2018
+ var Manikin = function Manikin(_ref78) {
2019
+ var className = _ref78.className,
2020
+ _ref78$color = _ref78.color,
2021
+ color = _ref78$color === void 0 ? 'currentColor' : _ref78$color,
2022
+ size = _ref78.size,
2023
+ _ref78$label = _ref78.label,
2024
+ label = _ref78$label === void 0 ? 'Manikin' : _ref78$label;
2025
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2083
2026
  className: className,
2084
- size: size,
2085
- tooltip: label
2027
+ size: size
2086
2028
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2087
2029
  d: "M12 31C15.3137 31 18 28.3137 18 25C18 21.6863 15.3137 19 12 19C8.68629 19 6 21.6863 6 25C6 28.3137 8.68629 31 12 31ZM12 29C9.79086 29 8 27.2091 8 25C8 22.7909 9.79086 21 12 21C14.2091 21 16 22.7909 16 25C16 27.2091 14.2091 29 12 29Z",
2088
2030
  fill: color
@@ -2097,17 +2039,16 @@ var Manikin = function Manikin(_ref77) {
2097
2039
 
2098
2040
  exports.Manikin = Manikin;
2099
2041
 
2100
- var ManikinCorrect = function ManikinCorrect(_ref78) {
2101
- var className = _ref78.className,
2102
- _ref78$color = _ref78.color,
2103
- color = _ref78$color === void 0 ? 'currentColor' : _ref78$color,
2104
- size = _ref78.size,
2105
- _ref78$label = _ref78.label,
2106
- label = _ref78$label === void 0 ? '' : _ref78$label;
2107
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2042
+ var ManikinCorrect = function ManikinCorrect(_ref79) {
2043
+ var className = _ref79.className,
2044
+ _ref79$color = _ref79.color,
2045
+ color = _ref79$color === void 0 ? 'currentColor' : _ref79$color,
2046
+ size = _ref79.size,
2047
+ _ref79$label = _ref79.label,
2048
+ label = _ref79$label === void 0 ? 'Manikin correct' : _ref79$label;
2049
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2108
2050
  className: className,
2109
- size: size,
2110
- tooltip: label
2051
+ size: size
2111
2052
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2112
2053
  d: "M12 31C15.3137 31 18 28.3137 18 25C18 21.6863 15.3137 19 12 19C8.68629 19 6 21.6863 6 25C6 28.3137 8.68629 31 12 31ZM12 29C9.79086 29 8 27.2091 8 25C8 22.7909 9.79086 21 12 21C14.2091 21 16 22.7909 16 25C16 27.2091 14.2091 29 12 29Z",
2113
2054
  fill: color
@@ -2125,17 +2066,16 @@ var ManikinCorrect = function ManikinCorrect(_ref78) {
2125
2066
 
2126
2067
  exports.ManikinCorrect = ManikinCorrect;
2127
2068
 
2128
- var ManikinError = function ManikinError(_ref79) {
2129
- var className = _ref79.className,
2130
- _ref79$color = _ref79.color,
2131
- color = _ref79$color === void 0 ? 'currentColor' : _ref79$color,
2132
- size = _ref79.size,
2133
- _ref79$label = _ref79.label,
2134
- label = _ref79$label === void 0 ? '' : _ref79$label;
2135
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2069
+ var ManikinError = function ManikinError(_ref80) {
2070
+ var className = _ref80.className,
2071
+ _ref80$color = _ref80.color,
2072
+ color = _ref80$color === void 0 ? 'currentColor' : _ref80$color,
2073
+ size = _ref80.size,
2074
+ _ref80$label = _ref80.label,
2075
+ label = _ref80$label === void 0 ? 'Manikin error' : _ref80$label;
2076
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2136
2077
  className: className,
2137
- size: size,
2138
- tooltip: label
2078
+ size: size
2139
2079
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2140
2080
  d: "M12 31C15.3137 31 18 28.3137 18 25C18 21.6863 15.3137 19 12 19C8.68629 19 6 21.6863 6 25C6 28.3137 8.68629 31 12 31ZM12 29C9.79086 29 8 27.2091 8 25C8 22.7909 9.79086 21 12 21C14.2091 21 16 22.7909 16 25C16 27.2091 14.2091 29 12 29Z",
2141
2081
  fill: color
@@ -2155,17 +2095,16 @@ var ManikinError = function ManikinError(_ref79) {
2155
2095
 
2156
2096
  exports.ManikinError = ManikinError;
2157
2097
 
2158
- var ManualMode = function ManualMode(_ref80) {
2159
- var className = _ref80.className,
2160
- _ref80$color = _ref80.color,
2161
- color = _ref80$color === void 0 ? 'currentColor' : _ref80$color,
2162
- size = _ref80.size,
2163
- _ref80$label = _ref80.label,
2164
- label = _ref80$label === void 0 ? '' : _ref80$label;
2165
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2098
+ var ManualMode = function ManualMode(_ref81) {
2099
+ var className = _ref81.className,
2100
+ _ref81$color = _ref81.color,
2101
+ color = _ref81$color === void 0 ? 'currentColor' : _ref81$color,
2102
+ size = _ref81.size,
2103
+ _ref81$label = _ref81.label,
2104
+ label = _ref81$label === void 0 ? 'Manual mode' : _ref81$label;
2105
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2166
2106
  className: className,
2167
- size: size,
2168
- tooltip: label
2107
+ size: size
2169
2108
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2170
2109
  d: "M40.9998 21C43.2089 21 44.9998 22.7909 44.9998 25C44.9998 27.0569 43.4472 28.7512 41.45 28.9749C41.7994 29.5689 41.9998 30.2611 41.9998 31C41.9998 33.2091 40.2089 35 37.9998 35H35.6629C35.8789 35.4546 35.9998 35.9632 35.9998 36.5C35.9998 38.433 34.4328 40 32.4998 40H28.0037L27.9998 40L15.4998 40C8.59619 40 2.99976 34.4036 2.99976 27.5C2.99976 23.5912 4.79386 20.1015 7.60351 17.8093L18.1577 7.25517C19.6318 5.78099 22.022 5.78099 23.4961 7.25517C24.9703 8.72935 24.9703 11.1195 23.4961 12.5936L18.559 17.5308C20.3552 21.1007 20.7496 25.0376 19.9271 28.6874C19.803 29.238 19.2261 29.5424 18.6888 29.3696C18.1739 29.204 17.887 28.6602 18.0017 28.1316C18.7347 24.752 18.2844 21.1015 16.4627 17.8465C16.2242 17.4204 16.331 16.8947 16.6921 16.5922C16.7259 16.5433 16.7646 16.4967 16.8082 16.4532L22.0819 11.1794C22.7751 10.4863 22.7751 9.36252 22.0819 8.66939C21.3888 7.97625 20.265 7.97625 19.5719 8.66938L8.95717 19.2841C8.95401 19.2886 8.95239 19.2908 8.95239 19.2908C8.94913 19.2934 8.94587 19.296 8.94261 19.2987L7.29842 20.9428C5.85999 22.7396 4.99976 25.0193 4.99976 27.5C4.99976 33.299 9.70077 38 15.4998 38H26.997L26.9998 38H32.4998C33.3282 38 33.9998 37.3284 33.9998 36.5C33.9998 35.6716 33.3282 35 32.4998 35H26.9998C26.4475 35 25.9998 34.5523 25.9998 34C25.9998 33.4822 26.3933 33.0564 26.8975 33.0052C26.9311 33.0017 26.9652 33 26.9998 33H37.9998C39.1043 33 39.9998 32.1046 39.9998 31C39.9998 29.8954 39.1043 29 37.9998 29H26.9998C26.4475 29 25.9998 28.5523 25.9998 28C25.9998 27.4477 26.4475 27 26.9998 27H40.9998C42.1043 27 42.9998 26.1046 42.9998 25C42.9998 23.8954 42.1043 23 40.9998 23H37.0444L36.9998 23.0002H26.9998C26.4674 23.0002 26.0322 22.5842 26.0015 22.0596C26.0006 22.0441 26 22.0286 25.9998 22.0129L25.9998 22.0002C25.9998 21.448 26.4475 21 26.9998 21L37.0313 21C38.1213 20.9831 38.9998 20.0943 38.9998 19.0002C38.9998 17.8957 38.1043 17.0002 36.9998 17.0002L24.9998 17.0002C24.4475 17.0002 23.9998 16.5525 23.9998 16.0002C23.9998 15.448 24.4475 15.0002 24.9998 15.0002L36.9998 15.0002C39.2089 15.0002 40.9998 16.7911 40.9998 19.0002C40.9998 19.7287 40.805 20.4117 40.4648 21H40.9998Z",
2171
2110
  fill: color
@@ -2174,17 +2113,16 @@ var ManualMode = function ManualMode(_ref80) {
2174
2113
 
2175
2114
  exports.ManualMode = ManualMode;
2176
2115
 
2177
- var MapPoint = function MapPoint(_ref81) {
2178
- var className = _ref81.className,
2179
- _ref81$color = _ref81.color,
2180
- color = _ref81$color === void 0 ? 'currentColor' : _ref81$color,
2181
- size = _ref81.size,
2182
- _ref81$label = _ref81.label,
2183
- label = _ref81$label === void 0 ? '' : _ref81$label;
2184
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2116
+ var MapPoint = function MapPoint(_ref82) {
2117
+ var className = _ref82.className,
2118
+ _ref82$color = _ref82.color,
2119
+ color = _ref82$color === void 0 ? 'currentColor' : _ref82$color,
2120
+ size = _ref82.size,
2121
+ _ref82$label = _ref82.label,
2122
+ label = _ref82$label === void 0 ? 'Map point' : _ref82$label;
2123
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2185
2124
  className: className,
2186
- size: size,
2187
- tooltip: label
2125
+ size: size
2188
2126
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2189
2127
  d: "M19 16C19 13.2386 21.2386 11 24 11C26.7614 11 29 13.2386 29 16C29 16.5523 29.4477 17 30 17C30.5523 17 31 16.5523 31 16C31 12.134 27.866 9 24 9C20.134 9 17 12.134 17 16C17 19.866 20.134 23 24 23C24.8164 23 25.6021 22.8598 26.3332 22.6014C26.854 22.4174 27.1269 21.8461 26.9428 21.3253C26.7588 20.8046 26.1875 20.5317 25.6668 20.7157C25.1467 20.8995 24.5862 21 24 21C21.2386 21 19 18.7614 19 16Z",
2190
2128
  fill: color
@@ -2196,17 +2134,16 @@ var MapPoint = function MapPoint(_ref81) {
2196
2134
 
2197
2135
  exports.MapPoint = MapPoint;
2198
2136
 
2199
- var MaskLeak = function MaskLeak(_ref82) {
2200
- var className = _ref82.className,
2201
- _ref82$color = _ref82.color,
2202
- color = _ref82$color === void 0 ? 'currentColor' : _ref82$color,
2203
- size = _ref82.size,
2204
- _ref82$label = _ref82.label,
2205
- label = _ref82$label === void 0 ? '' : _ref82$label;
2206
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2137
+ var MaskLeak = function MaskLeak(_ref83) {
2138
+ var className = _ref83.className,
2139
+ _ref83$color = _ref83.color,
2140
+ color = _ref83$color === void 0 ? 'currentColor' : _ref83$color,
2141
+ size = _ref83.size,
2142
+ _ref83$label = _ref83.label,
2143
+ label = _ref83$label === void 0 ? 'Mask leak' : _ref83$label;
2144
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2207
2145
  className: className,
2208
- size: size,
2209
- tooltip: label
2146
+ size: size
2210
2147
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2211
2148
  fillRule: "evenodd",
2212
2149
  clipRule: "evenodd",
@@ -2223,17 +2160,16 @@ var MaskLeak = function MaskLeak(_ref82) {
2223
2160
 
2224
2161
  exports.MaskLeak = MaskLeak;
2225
2162
 
2226
- var MedicalHistory = function MedicalHistory(_ref83) {
2227
- var className = _ref83.className,
2228
- _ref83$color = _ref83.color,
2229
- color = _ref83$color === void 0 ? 'currentColor' : _ref83$color,
2230
- size = _ref83.size,
2231
- _ref83$label = _ref83.label,
2232
- label = _ref83$label === void 0 ? '' : _ref83$label;
2233
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2163
+ var MedicalHistory = function MedicalHistory(_ref84) {
2164
+ var className = _ref84.className,
2165
+ _ref84$color = _ref84.color,
2166
+ color = _ref84$color === void 0 ? 'currentColor' : _ref84$color,
2167
+ size = _ref84.size,
2168
+ _ref84$label = _ref84.label,
2169
+ label = _ref84$label === void 0 ? 'Medical history' : _ref84$label;
2170
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2234
2171
  className: className,
2235
- size: size,
2236
- tooltip: label
2172
+ size: size
2237
2173
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2238
2174
  d: "M11 6C11 5.44772 11.4477 5 12 5H36C36.5523 5 37 5.44771 37 6V22C37 22.5523 37.4477 23 38 23C38.5523 23 39 22.5523 39 22V6C39 4.34315 37.6569 3 36 3H12C10.3431 3 9 4.34315 9 6V42C9 43.6569 10.3431 45 12 45H21C21.5523 45 22 44.5523 22 44C22 43.4477 21.5523 43 21 43H12C11.4477 43 11 42.5523 11 42V6Z",
2239
2175
  fill: color
@@ -2254,17 +2190,16 @@ var MedicalHistory = function MedicalHistory(_ref83) {
2254
2190
 
2255
2191
  exports.MedicalHistory = MedicalHistory;
2256
2192
 
2257
- var MedicalRecord = function MedicalRecord(_ref84) {
2258
- var className = _ref84.className,
2259
- _ref84$color = _ref84.color,
2260
- color = _ref84$color === void 0 ? 'currentColor' : _ref84$color,
2261
- size = _ref84.size,
2262
- _ref84$label = _ref84.label,
2263
- label = _ref84$label === void 0 ? '' : _ref84$label;
2264
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2193
+ var MedicalRecord = function MedicalRecord(_ref85) {
2194
+ var className = _ref85.className,
2195
+ _ref85$color = _ref85.color,
2196
+ color = _ref85$color === void 0 ? 'currentColor' : _ref85$color,
2197
+ size = _ref85.size,
2198
+ _ref85$label = _ref85.label,
2199
+ label = _ref85$label === void 0 ? 'Medical record' : _ref85$label;
2200
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2265
2201
  className: className,
2266
- size: size,
2267
- tooltip: label
2202
+ size: size
2268
2203
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2269
2204
  d: "M19 4V12C19 12.5523 19.4477 13 20 13H28C28.5523 13 29 12.5523 29 12V4C29 3.44772 28.5523 3 28 3H20C19.4477 3 19 3.44772 19 4ZM27 11H21V5H27V11Z",
2270
2205
  fill: color
@@ -2285,17 +2220,16 @@ var MedicalRecord = function MedicalRecord(_ref84) {
2285
2220
 
2286
2221
  exports.MedicalRecord = MedicalRecord;
2287
2222
 
2288
- var Medication = function Medication(_ref85) {
2289
- var className = _ref85.className,
2290
- _ref85$color = _ref85.color,
2291
- color = _ref85$color === void 0 ? 'currentColor' : _ref85$color,
2292
- size = _ref85.size,
2293
- _ref85$label = _ref85.label,
2294
- label = _ref85$label === void 0 ? '' : _ref85$label;
2295
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2223
+ var Medication = function Medication(_ref86) {
2224
+ var className = _ref86.className,
2225
+ _ref86$color = _ref86.color,
2226
+ color = _ref86$color === void 0 ? 'currentColor' : _ref86$color,
2227
+ size = _ref86.size,
2228
+ _ref86$label = _ref86.label,
2229
+ label = _ref86$label === void 0 ? 'Medication' : _ref86$label;
2230
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2296
2231
  className: className,
2297
- size: size,
2298
- tooltip: label
2232
+ size: size
2299
2233
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2300
2234
  fillRule: "evenodd",
2301
2235
  clipRule: "evenodd",
@@ -2317,17 +2251,16 @@ var Medication = function Medication(_ref85) {
2317
2251
 
2318
2252
  exports.Medication = Medication;
2319
2253
 
2320
- var MoodHappy = function MoodHappy(_ref86) {
2321
- var className = _ref86.className,
2322
- _ref86$color = _ref86.color,
2323
- color = _ref86$color === void 0 ? 'currentColor' : _ref86$color,
2324
- size = _ref86.size,
2325
- _ref86$label = _ref86.label,
2326
- label = _ref86$label === void 0 ? '' : _ref86$label;
2327
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2254
+ var MoodHappy = function MoodHappy(_ref87) {
2255
+ var className = _ref87.className,
2256
+ _ref87$color = _ref87.color,
2257
+ color = _ref87$color === void 0 ? 'currentColor' : _ref87$color,
2258
+ size = _ref87.size,
2259
+ _ref87$label = _ref87.label,
2260
+ label = _ref87$label === void 0 ? 'Mood happy' : _ref87$label;
2261
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2328
2262
  className: className,
2329
- size: size,
2330
- tooltip: label
2263
+ size: size
2331
2264
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2332
2265
  d: "M24 43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C27.2773 5 30.358 5.82893 33.0469 7.28777C33.5324 7.55114 34.1394 7.37112 34.4028 6.88567C34.6662 6.40023 34.4861 5.7932 34.0007 5.52983C31.0263 3.91609 27.6186 3 24 3C12.402 3 3 12.402 3 24C3 35.598 12.402 45 24 45C35.598 45 45 35.598 45 24C45 20.3814 44.0839 16.9737 42.4702 13.9993C42.2068 13.5139 41.5998 13.3338 41.1143 13.5972C40.6289 13.8606 40.4489 14.4676 40.7122 14.9531C42.1711 17.642 43 20.7227 43 24C43 34.4934 34.4934 43 24 43Z",
2333
2266
  fill: color
@@ -2345,17 +2278,16 @@ var MoodHappy = function MoodHappy(_ref86) {
2345
2278
 
2346
2279
  exports.MoodHappy = MoodHappy;
2347
2280
 
2348
- var MoodIndifferent = function MoodIndifferent(_ref87) {
2349
- var className = _ref87.className,
2350
- _ref87$color = _ref87.color,
2351
- color = _ref87$color === void 0 ? 'currentColor' : _ref87$color,
2352
- size = _ref87.size,
2353
- _ref87$label = _ref87.label,
2354
- label = _ref87$label === void 0 ? '' : _ref87$label;
2355
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2281
+ var MoodIndifferent = function MoodIndifferent(_ref88) {
2282
+ var className = _ref88.className,
2283
+ _ref88$color = _ref88.color,
2284
+ color = _ref88$color === void 0 ? 'currentColor' : _ref88$color,
2285
+ size = _ref88.size,
2286
+ _ref88$label = _ref88.label,
2287
+ label = _ref88$label === void 0 ? 'Mood indifferent' : _ref88$label;
2288
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2356
2289
  className: className,
2357
- size: size,
2358
- tooltip: label
2290
+ size: size
2359
2291
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2360
2292
  d: "M24 43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C27.2773 5 30.358 5.82893 33.0469 7.28777C33.5324 7.55114 34.1394 7.37112 34.4028 6.88567C34.6662 6.40023 34.4861 5.7932 34.0007 5.52983C31.0263 3.91609 27.6186 3 24 3C12.402 3 3 12.402 3 24C3 35.598 12.402 45 24 45C35.598 45 45 35.598 45 24C45 20.3814 44.0839 16.9737 42.4702 13.9993C42.2068 13.5139 41.5998 13.3338 41.1143 13.5972C40.6289 13.8606 40.4489 14.4676 40.7122 14.9531C42.1711 17.642 43 20.7227 43 24C43 34.4934 34.4934 43 24 43Z",
2361
2293
  fill: color
@@ -2373,17 +2305,16 @@ var MoodIndifferent = function MoodIndifferent(_ref87) {
2373
2305
 
2374
2306
  exports.MoodIndifferent = MoodIndifferent;
2375
2307
 
2376
- var MoodSad = function MoodSad(_ref88) {
2377
- var className = _ref88.className,
2378
- _ref88$color = _ref88.color,
2379
- color = _ref88$color === void 0 ? 'currentColor' : _ref88$color,
2380
- size = _ref88.size,
2381
- _ref88$label = _ref88.label,
2382
- label = _ref88$label === void 0 ? '' : _ref88$label;
2383
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2308
+ var MoodSad = function MoodSad(_ref89) {
2309
+ var className = _ref89.className,
2310
+ _ref89$color = _ref89.color,
2311
+ color = _ref89$color === void 0 ? 'currentColor' : _ref89$color,
2312
+ size = _ref89.size,
2313
+ _ref89$label = _ref89.label,
2314
+ label = _ref89$label === void 0 ? 'Mood sad' : _ref89$label;
2315
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2384
2316
  className: className,
2385
- size: size,
2386
- tooltip: label
2317
+ size: size
2387
2318
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2388
2319
  d: "M24 43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C27.2773 5 30.358 5.82893 33.0469 7.28777C33.5324 7.55114 34.1394 7.37112 34.4028 6.88567C34.6662 6.40023 34.4861 5.7932 34.0007 5.52983C31.0263 3.91609 27.6186 3 24 3C12.402 3 3 12.402 3 24C3 35.598 12.402 45 24 45C35.598 45 45 35.598 45 24C45 20.3814 44.0839 16.9737 42.4702 13.9993C42.2068 13.5139 41.5998 13.3338 41.1143 13.5972C40.6289 13.8606 40.4489 14.4676 40.7122 14.9531C42.1711 17.642 43 20.7227 43 24C43 34.4934 34.4934 43 24 43Z",
2389
2320
  fill: color
@@ -2401,17 +2332,16 @@ var MoodSad = function MoodSad(_ref88) {
2401
2332
 
2402
2333
  exports.MoodSad = MoodSad;
2403
2334
 
2404
- var MoodVeryHappy = function MoodVeryHappy(_ref89) {
2405
- var className = _ref89.className,
2406
- _ref89$color = _ref89.color,
2407
- color = _ref89$color === void 0 ? 'currentColor' : _ref89$color,
2408
- size = _ref89.size,
2409
- _ref89$label = _ref89.label,
2410
- label = _ref89$label === void 0 ? '' : _ref89$label;
2411
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2335
+ var MoodVeryHappy = function MoodVeryHappy(_ref90) {
2336
+ var className = _ref90.className,
2337
+ _ref90$color = _ref90.color,
2338
+ color = _ref90$color === void 0 ? 'currentColor' : _ref90$color,
2339
+ size = _ref90.size,
2340
+ _ref90$label = _ref90.label,
2341
+ label = _ref90$label === void 0 ? 'Mood very happy' : _ref90$label;
2342
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2412
2343
  className: className,
2413
- size: size,
2414
- tooltip: label
2344
+ size: size
2415
2345
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2416
2346
  d: "M24 43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C27.2773 5 30.358 5.82893 33.0469 7.28777C33.5324 7.55114 34.1394 7.37112 34.4028 6.88567C34.6662 6.40023 34.4861 5.7932 34.0007 5.52983C31.0263 3.91609 27.6186 3 24 3C12.402 3 3 12.402 3 24C3 35.598 12.402 45 24 45C35.598 45 45 35.598 45 24C45 20.3814 44.0839 16.9737 42.4702 13.9993C42.2068 13.5139 41.5998 13.3338 41.1143 13.5972C40.6289 13.8606 40.4489 14.4676 40.7122 14.9531C42.1711 17.642 43 20.7227 43 24C43 34.4934 34.4934 43 24 43Z",
2417
2347
  fill: color
@@ -2429,17 +2359,16 @@ var MoodVeryHappy = function MoodVeryHappy(_ref89) {
2429
2359
 
2430
2360
  exports.MoodVeryHappy = MoodVeryHappy;
2431
2361
 
2432
- var MoodVerySad = function MoodVerySad(_ref90) {
2433
- var className = _ref90.className,
2434
- _ref90$color = _ref90.color,
2435
- color = _ref90$color === void 0 ? 'currentColor' : _ref90$color,
2436
- size = _ref90.size,
2437
- _ref90$label = _ref90.label,
2438
- label = _ref90$label === void 0 ? '' : _ref90$label;
2439
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2362
+ var MoodVerySad = function MoodVerySad(_ref91) {
2363
+ var className = _ref91.className,
2364
+ _ref91$color = _ref91.color,
2365
+ color = _ref91$color === void 0 ? 'currentColor' : _ref91$color,
2366
+ size = _ref91.size,
2367
+ _ref91$label = _ref91.label,
2368
+ label = _ref91$label === void 0 ? 'Mood very sad' : _ref91$label;
2369
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2440
2370
  className: className,
2441
- size: size,
2442
- tooltip: label
2371
+ size: size
2443
2372
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2444
2373
  d: "M24 43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C27.2773 5 30.358 5.82893 33.0469 7.28777C33.5324 7.55114 34.1394 7.37112 34.4028 6.88567C34.6662 6.40023 34.4861 5.7932 34.0007 5.52983C31.0263 3.91609 27.6186 3 24 3C12.402 3 3 12.402 3 24C3 35.598 12.402 45 24 45C35.598 45 45 35.598 45 24C45 20.3814 44.0839 16.9737 42.4702 13.9993C42.2068 13.5139 41.5998 13.3338 41.1143 13.5972C40.6289 13.8606 40.4489 14.4676 40.7122 14.9531C42.1711 17.642 43 20.7227 43 24C43 34.4934 34.4934 43 24 43Z",
2445
2374
  fill: color
@@ -2457,17 +2386,16 @@ var MoodVerySad = function MoodVerySad(_ref90) {
2457
2386
 
2458
2387
  exports.MoodVerySad = MoodVerySad;
2459
2388
 
2460
- var Newborn = function Newborn(_ref91) {
2461
- var className = _ref91.className,
2462
- _ref91$color = _ref91.color,
2463
- color = _ref91$color === void 0 ? 'currentColor' : _ref91$color,
2464
- size = _ref91.size,
2465
- _ref91$label = _ref91.label,
2466
- label = _ref91$label === void 0 ? '' : _ref91$label;
2467
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2389
+ var Newborn = function Newborn(_ref92) {
2390
+ var className = _ref92.className,
2391
+ _ref92$color = _ref92.color,
2392
+ color = _ref92$color === void 0 ? 'currentColor' : _ref92$color,
2393
+ size = _ref92.size,
2394
+ _ref92$label = _ref92.label,
2395
+ label = _ref92$label === void 0 ? 'Newborn' : _ref92$label;
2396
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2468
2397
  className: className,
2469
- size: size,
2470
- tooltip: label
2398
+ size: size
2471
2399
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2472
2400
  d: "M29.9969 15.1789C29.9986 15.1195 29.9995 15.0598 29.9995 15C29.9995 11.6863 27.3132 9 23.9995 9C23.5853 9 23.1809 9.04197 22.7903 9.1219C20.0562 9.68138 17.9995 12.1005 17.9995 15C17.9995 16.7255 18.7279 18.2809 19.8939 19.3754C17.6189 20.2183 15.9995 22.3875 15.9995 24.9305V34.0695C15.9995 37.3448 18.6858 40 21.9995 40H25.9995C29.3132 40 31.9995 37.3448 31.9995 34.0695L31.9995 24.9305C31.9995 22.3875 30.3802 20.2183 28.1051 19.3754C29.2307 18.3189 29.9484 16.8329 29.9969 15.1789ZM23.1934 11.0813C23.4538 11.028 23.7234 11 23.9995 11C26.2087 11 27.9995 12.7909 27.9995 15C27.9995 15.0304 27.9992 15.0607 27.9985 15.0909C27.9502 17.258 26.1783 19 23.9995 19C21.7904 19 19.9995 17.2091 19.9995 15C19.9995 13.067 21.3706 11.4543 23.1934 11.0813ZM23.9995 21C24.1784 21 24.3555 20.9922 24.5304 20.9768H25.9995C28.2087 20.9768 29.9995 22.747 29.9995 24.9305L29.9995 30.1715L20.944 21.116C21.2802 21.0253 21.6341 20.9768 21.9995 20.9768H23.4687C23.6326 20.9912 23.7985 20.999 23.966 20.9999C23.9772 21 23.9883 21 23.9995 21ZM29.9995 32.9999V34.0695C29.9995 36.253 28.2086 38.0232 25.9995 38.0232H21.9995C19.7904 38.0232 17.9995 36.253 17.9995 34.0695L17.9995 24.9305C17.9995 23.848 18.4397 22.8671 19.1527 22.1531L29.9995 32.9999Z",
2473
2401
  fill: color
@@ -2476,17 +2404,16 @@ var Newborn = function Newborn(_ref91) {
2476
2404
 
2477
2405
  exports.Newborn = Newborn;
2478
2406
 
2479
- var NoInterruption = function NoInterruption(_ref92) {
2480
- var className = _ref92.className,
2481
- _ref92$color = _ref92.color,
2482
- color = _ref92$color === void 0 ? 'currentColor' : _ref92$color,
2483
- size = _ref92.size,
2484
- _ref92$label = _ref92.label,
2485
- label = _ref92$label === void 0 ? '' : _ref92$label;
2486
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2407
+ var NoInterruption = function NoInterruption(_ref93) {
2408
+ var className = _ref93.className,
2409
+ _ref93$color = _ref93.color,
2410
+ color = _ref93$color === void 0 ? 'currentColor' : _ref93$color,
2411
+ size = _ref93.size,
2412
+ _ref93$label = _ref93.label,
2413
+ label = _ref93$label === void 0 ? 'No interruption' : _ref93$label;
2414
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2487
2415
  className: className,
2488
- size: size,
2489
- tooltip: label
2416
+ size: size
2490
2417
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2491
2418
  d: "M3 15.7157C3 15.4505 3.10536 15.1962 3.29289 15.0086L15.0086 3.29289C15.1962 3.10536 15.4505 3 15.7157 3H32.2843C32.5495 3 32.8038 3.10536 32.9914 3.29289L44.7071 15.0086C44.8946 15.1962 45 15.4505 45 15.7157V32.2843C45 32.5495 44.8946 32.8038 44.7071 32.9914L32.9914 44.7071C32.8038 44.8946 32.5495 45 32.2843 45H30C29.4477 45 29 44.5523 29 44C29 43.4477 29.4477 43 30 43H31.4558C31.7211 43 31.9754 42.8946 32.1629 42.7071L42.7071 32.1629C42.8946 31.9754 43 31.7211 43 31.4558V16.5442C43 16.2789 42.8946 16.0246 42.7071 15.8371L32.163 5.29289C31.9754 5.10536 31.7211 5 31.4558 5H16.5442C16.2789 5 16.0246 5.10536 15.837 5.29289L5.29289 15.837C5.10536 16.0246 5 16.2789 5 16.5442V31.4558C5 31.7211 5.10536 31.9754 5.29289 32.163L15.8371 42.7071C16.0246 42.8946 16.2789 43 16.5442 43H23C23.5523 43 24 43.4477 24 44C24 44.5523 23.5523 45 23 45H15.7157C15.4505 45 15.1962 44.8946 15.0086 44.7071L3.29289 32.9914C3.10536 32.8038 3 32.5495 3 32.2843V15.7157Z",
2492
2419
  fill: color
@@ -2500,17 +2427,16 @@ var NoInterruption = function NoInterruption(_ref92) {
2500
2427
 
2501
2428
  exports.NoInterruption = NoInterruption;
2502
2429
 
2503
- var NoShockAdvised = function NoShockAdvised(_ref93) {
2504
- var className = _ref93.className,
2505
- _ref93$color = _ref93.color,
2506
- color = _ref93$color === void 0 ? 'currentColor' : _ref93$color,
2507
- size = _ref93.size,
2508
- _ref93$label = _ref93.label,
2509
- label = _ref93$label === void 0 ? '' : _ref93$label;
2510
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2430
+ var NoShockAdvised = function NoShockAdvised(_ref94) {
2431
+ var className = _ref94.className,
2432
+ _ref94$color = _ref94.color,
2433
+ color = _ref94$color === void 0 ? 'currentColor' : _ref94$color,
2434
+ size = _ref94.size,
2435
+ _ref94$label = _ref94.label,
2436
+ label = _ref94$label === void 0 ? 'No shock advised' : _ref94$label;
2437
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2511
2438
  className: className,
2512
- size: size,
2513
- tooltip: label
2439
+ size: size
2514
2440
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2515
2441
  d: "M15 6C10.0294 6 6 10.0294 6 15V23C6 26.3424 7.82204 29.2593 10.5271 30.8116C10.962 31.0611 11.5043 30.8852 11.7592 30.4534C12.0639 29.9374 11.836 29.2745 11.3262 28.9596C9.33011 27.7265 8 25.5186 8 23V15C8 11.134 11.134 8 15 8H33C33.1787 8 33.3558 8.00669 33.531 8.01984C34.0636 8.05979 34.5826 7.75207 34.7232 7.23687C34.8741 6.68419 34.5335 6.11166 33.9638 6.051C33.6472 6.01729 33.3256 6 33 6H15Z",
2516
2442
  fill: color
@@ -2528,17 +2454,16 @@ var NoShockAdvised = function NoShockAdvised(_ref93) {
2528
2454
 
2529
2455
  exports.NoShockAdvised = NoShockAdvised;
2530
2456
 
2531
- var Pain = function Pain(_ref94) {
2532
- var className = _ref94.className,
2533
- _ref94$color = _ref94.color,
2534
- color = _ref94$color === void 0 ? 'currentColor' : _ref94$color,
2535
- size = _ref94.size,
2536
- _ref94$label = _ref94.label,
2537
- label = _ref94$label === void 0 ? '' : _ref94$label;
2538
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2457
+ var Pain = function Pain(_ref95) {
2458
+ var className = _ref95.className,
2459
+ _ref95$color = _ref95.color,
2460
+ color = _ref95$color === void 0 ? 'currentColor' : _ref95$color,
2461
+ size = _ref95.size,
2462
+ _ref95$label = _ref95.label,
2463
+ label = _ref95$label === void 0 ? 'Pain' : _ref95$label;
2464
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2539
2465
  className: className,
2540
- size: size,
2541
- tooltip: label
2466
+ size: size
2542
2467
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2543
2468
  d: "M19.485 15.4368C20.2159 15.6973 20.4279 16.6029 19.8266 17.0935C19.4835 17.3734 19.0098 17.3763 18.5866 17.2459C18.0682 17.086 17.5175 17 16.9466 17C16.3757 17 15.825 17.086 15.3066 17.2459C14.8834 17.3763 14.4097 17.3734 14.0666 17.0935C13.4653 16.6029 13.6773 15.6973 14.4082 15.4368C15.2016 15.154 16.0561 15 16.9466 15C17.8371 15 18.6916 15.154 19.485 15.4368Z",
2544
2469
  fill: color
@@ -2561,17 +2486,16 @@ var Pain = function Pain(_ref94) {
2561
2486
 
2562
2487
  exports.Pain = Pain;
2563
2488
 
2564
- var Patient = function Patient(_ref95) {
2565
- var className = _ref95.className,
2566
- _ref95$color = _ref95.color,
2567
- color = _ref95$color === void 0 ? 'currentColor' : _ref95$color,
2568
- size = _ref95.size,
2569
- _ref95$label = _ref95.label,
2570
- label = _ref95$label === void 0 ? '' : _ref95$label;
2571
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2489
+ var Patient = function Patient(_ref96) {
2490
+ var className = _ref96.className,
2491
+ _ref96$color = _ref96.color,
2492
+ color = _ref96$color === void 0 ? 'currentColor' : _ref96$color,
2493
+ size = _ref96.size,
2494
+ _ref96$label = _ref96.label,
2495
+ label = _ref96$label === void 0 ? 'Patient' : _ref96$label;
2496
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2572
2497
  className: className,
2573
- size: size,
2574
- tooltip: label
2498
+ size: size
2575
2499
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2576
2500
  d: "M24 21C28.1421 21 31.5 17.6421 31.5 13.5C31.5 9.35786 28.1421 6 24 6C19.8579 6 16.5 9.35786 16.5 13.5C16.5 17.6421 19.8579 21 24 21ZM24 19C20.9624 19 18.5 16.5376 18.5 13.5C18.5 10.4624 20.9624 8 24 8C27.0376 8 29.5 10.4624 29.5 13.5C29.5 16.5376 27.0376 19 24 19Z",
2577
2501
  fill: color
@@ -2586,17 +2510,16 @@ var Patient = function Patient(_ref95) {
2586
2510
 
2587
2511
  exports.Patient = Patient;
2588
2512
 
2589
- var PatientAssignment = function PatientAssignment(_ref96) {
2590
- var className = _ref96.className,
2591
- _ref96$color = _ref96.color,
2592
- color = _ref96$color === void 0 ? 'currentColor' : _ref96$color,
2593
- size = _ref96.size,
2594
- _ref96$label = _ref96.label,
2595
- label = _ref96$label === void 0 ? '' : _ref96$label;
2596
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2513
+ var PatientAssignment = function PatientAssignment(_ref97) {
2514
+ var className = _ref97.className,
2515
+ _ref97$color = _ref97.color,
2516
+ color = _ref97$color === void 0 ? 'currentColor' : _ref97$color,
2517
+ size = _ref97.size,
2518
+ _ref97$label = _ref97.label,
2519
+ label = _ref97$label === void 0 ? 'Patient assignment' : _ref97$label;
2520
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2597
2521
  className: className,
2598
- size: size,
2599
- tooltip: label
2522
+ size: size
2600
2523
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2601
2524
  fillRule: "evenodd",
2602
2525
  clipRule: "evenodd",
@@ -2624,17 +2547,16 @@ var PatientAssignment = function PatientAssignment(_ref96) {
2624
2547
 
2625
2548
  exports.PatientAssignment = PatientAssignment;
2626
2549
 
2627
- var PatientMonitor = function PatientMonitor(_ref97) {
2628
- var className = _ref97.className,
2629
- _ref97$color = _ref97.color,
2630
- color = _ref97$color === void 0 ? 'currentColor' : _ref97$color,
2631
- size = _ref97.size,
2632
- _ref97$label = _ref97.label,
2633
- label = _ref97$label === void 0 ? '' : _ref97$label;
2634
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2550
+ var PatientMonitor = function PatientMonitor(_ref98) {
2551
+ var className = _ref98.className,
2552
+ _ref98$color = _ref98.color,
2553
+ color = _ref98$color === void 0 ? 'currentColor' : _ref98$color,
2554
+ size = _ref98.size,
2555
+ _ref98$label = _ref98.label,
2556
+ label = _ref98$label === void 0 ? 'Patient monitor' : _ref98$label;
2557
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2635
2558
  className: className,
2636
- size: size,
2637
- tooltip: label
2559
+ size: size
2638
2560
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2639
2561
  d: "M24.9615 26.2747C24.8411 26.6963 24.4601 26.9902 24.0217 26.9998C23.5834 27.0093 23.19 26.7322 23.0513 26.3162L20.8148 19.6066L20.1708 20.8944C19.832 21.572 19.1395 22 18.382 22L12 22C11.4477 22 11 21.5523 11 21C11 20.4477 11.4477 20 12 20L18.382 20L20.1056 16.5528C20.2865 16.191 20.6674 15.9738 21.0709 16.0025C21.4743 16.0312 21.8208 16.3001 21.9487 16.6838L23.9265 22.6172L27.0385 11.7253C27.1589 11.3037 27.5399 11.0098 27.9783 11.0002C28.4166 10.9907 28.81 11.2678 28.9487 11.6838L31.7208 20L36 20C36.5523 20 37 20.4477 37 21C37 21.5523 36.5523 22 36 22L31.7208 22C30.8599 22 30.0956 21.4491 29.8234 20.6325L28.0735 15.3828L24.9615 26.2747Z",
2640
2562
  fill: color
@@ -2646,17 +2568,16 @@ var PatientMonitor = function PatientMonitor(_ref97) {
2646
2568
 
2647
2569
  exports.PatientMonitor = PatientMonitor;
2648
2570
 
2649
- var PatientStretcher = function PatientStretcher(_ref98) {
2650
- var className = _ref98.className,
2651
- _ref98$color = _ref98.color,
2652
- color = _ref98$color === void 0 ? 'currentColor' : _ref98$color,
2653
- size = _ref98.size,
2654
- _ref98$label = _ref98.label,
2655
- label = _ref98$label === void 0 ? '' : _ref98$label;
2656
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2571
+ var PatientStretcher = function PatientStretcher(_ref99) {
2572
+ var className = _ref99.className,
2573
+ _ref99$color = _ref99.color,
2574
+ color = _ref99$color === void 0 ? 'currentColor' : _ref99$color,
2575
+ size = _ref99.size,
2576
+ _ref99$label = _ref99.label,
2577
+ label = _ref99$label === void 0 ? 'Patient stretcher' : _ref99$label;
2578
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2657
2579
  className: className,
2658
- size: size,
2659
- tooltip: label
2580
+ size: size
2660
2581
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2661
2582
  d: "M20.8024 14.7874C18.2861 14.3749 16 16.3167 16 18.8666C16 21.1495 17.8507 23.0002 20.1337 23.0002H40C41.1046 23.0002 42 22.1048 42 21.0002V18.0087C42 16.359 40.1153 15.4187 38.7972 16.4108L37.5637 17.3393C37.4272 17.442 37.2546 17.4845 37.0861 17.4568L20.8024 14.7874ZM40 21.0002H20.1337C18.9553 21.0002 18 20.045 18 18.8666C18 17.5504 19.18 16.5481 20.4788 16.761L36.7625 19.4305C37.4698 19.5464 38.1938 19.3682 38.7664 18.9372L40 18.0087V21.0002Z",
2662
2583
  fill: color
@@ -2677,17 +2598,16 @@ var PatientStretcher = function PatientStretcher(_ref98) {
2677
2598
 
2678
2599
  exports.PatientStretcher = PatientStretcher;
2679
2600
 
2680
- var PatientTransfer = function PatientTransfer(_ref99) {
2681
- var className = _ref99.className,
2682
- _ref99$color = _ref99.color,
2683
- color = _ref99$color === void 0 ? 'currentColor' : _ref99$color,
2684
- size = _ref99.size,
2685
- _ref99$label = _ref99.label,
2686
- label = _ref99$label === void 0 ? '' : _ref99$label;
2687
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2601
+ var PatientTransfer = function PatientTransfer(_ref100) {
2602
+ var className = _ref100.className,
2603
+ _ref100$color = _ref100.color,
2604
+ color = _ref100$color === void 0 ? 'currentColor' : _ref100$color,
2605
+ size = _ref100.size,
2606
+ _ref100$label = _ref100.label,
2607
+ label = _ref100$label === void 0 ? 'Patient transfer' : _ref100$label;
2608
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2688
2609
  className: className,
2689
- size: size,
2690
- tooltip: label
2610
+ size: size
2691
2611
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2692
2612
  d: "M34.2071 9.65685L31.8431 7.29289C31.4526 6.90237 30.8195 6.90237 30.4289 7.29289C30.0384 7.68342 30.0384 8.31658 30.4289 8.70711L31.0858 9.36396H14.5C13.9477 9.36396 13.5 9.81168 13.5 10.364C13.5 10.9162 13.9477 11.364 14.5 11.364H31.0858L30.4289 12.0208C30.0384 12.4113 30.0384 13.0445 30.4289 13.435C30.8195 13.8256 31.4526 13.8256 31.8431 13.435L34.2071 11.0711C34.5976 10.6805 34.5976 10.0474 34.2071 9.65685Z",
2693
2613
  fill: color
@@ -2703,19 +2623,18 @@ var PatientTransfer = function PatientTransfer(_ref99) {
2703
2623
  }));
2704
2624
  };
2705
2625
 
2706
- exports.PatientTransfer = PatientTransfer;
2707
-
2708
- var PatientTreatment = function PatientTreatment(_ref100) {
2709
- var className = _ref100.className,
2710
- _ref100$color = _ref100.color,
2711
- color = _ref100$color === void 0 ? 'currentColor' : _ref100$color,
2712
- size = _ref100.size,
2713
- _ref100$label = _ref100.label,
2714
- label = _ref100$label === void 0 ? '' : _ref100$label;
2715
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2626
+ exports.PatientTransfer = PatientTransfer;
2627
+
2628
+ var PatientTreatment = function PatientTreatment(_ref101) {
2629
+ var className = _ref101.className,
2630
+ _ref101$color = _ref101.color,
2631
+ color = _ref101$color === void 0 ? 'currentColor' : _ref101$color,
2632
+ size = _ref101.size,
2633
+ _ref101$label = _ref101.label,
2634
+ label = _ref101$label === void 0 ? 'Patient treatment' : _ref101$label;
2635
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2716
2636
  className: className,
2717
- size: size,
2718
- tooltip: label
2637
+ size: size
2719
2638
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2720
2639
  fillRule: "evenodd",
2721
2640
  clipRule: "evenodd",
@@ -2742,17 +2661,16 @@ var PatientTreatment = function PatientTreatment(_ref100) {
2742
2661
 
2743
2662
  exports.PatientTreatment = PatientTreatment;
2744
2663
 
2745
- var Person = function Person(_ref101) {
2746
- var className = _ref101.className,
2747
- _ref101$color = _ref101.color,
2748
- color = _ref101$color === void 0 ? 'currentColor' : _ref101$color,
2749
- size = _ref101.size,
2750
- _ref101$label = _ref101.label,
2751
- label = _ref101$label === void 0 ? '' : _ref101$label;
2752
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2664
+ var Person = function Person(_ref102) {
2665
+ var className = _ref102.className,
2666
+ _ref102$color = _ref102.color,
2667
+ color = _ref102$color === void 0 ? 'currentColor' : _ref102$color,
2668
+ size = _ref102.size,
2669
+ _ref102$label = _ref102.label,
2670
+ label = _ref102$label === void 0 ? 'Person' : _ref102$label;
2671
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2753
2672
  className: className,
2754
- size: size,
2755
- tooltip: label
2673
+ size: size
2756
2674
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2757
2675
  d: "M24 21C28.1421 21 31.5 17.6421 31.5 13.5C31.5 9.35786 28.1421 6 24 6C19.8579 6 16.5 9.35786 16.5 13.5C16.5 17.6421 19.8579 21 24 21ZM24 19C20.9624 19 18.5 16.5376 18.5 13.5C18.5 10.4624 20.9624 8 24 8C27.0376 8 29.5 10.4624 29.5 13.5C29.5 16.5376 27.0376 19 24 19Z",
2758
2676
  fill: color
@@ -2764,17 +2682,16 @@ var Person = function Person(_ref101) {
2764
2682
 
2765
2683
  exports.Person = Person;
2766
2684
 
2767
- var PhysiologicalModel = function PhysiologicalModel(_ref102) {
2768
- var className = _ref102.className,
2769
- _ref102$color = _ref102.color,
2770
- color = _ref102$color === void 0 ? 'currentColor' : _ref102$color,
2771
- size = _ref102.size,
2772
- _ref102$label = _ref102.label,
2773
- label = _ref102$label === void 0 ? '' : _ref102$label;
2774
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2685
+ var PhysiologicalModel = function PhysiologicalModel(_ref103) {
2686
+ var className = _ref103.className,
2687
+ _ref103$color = _ref103.color,
2688
+ color = _ref103$color === void 0 ? 'currentColor' : _ref103$color,
2689
+ size = _ref103.size,
2690
+ _ref103$label = _ref103.label,
2691
+ label = _ref103$label === void 0 ? 'Physiological model' : _ref103$label;
2692
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2775
2693
  className: className,
2776
- size: size,
2777
- tooltip: label
2694
+ size: size
2778
2695
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2779
2696
  fillRule: "evenodd",
2780
2697
  clipRule: "evenodd",
@@ -2806,17 +2723,16 @@ var PhysiologicalModel = function PhysiologicalModel(_ref102) {
2806
2723
 
2807
2724
  exports.PhysiologicalModel = PhysiologicalModel;
2808
2725
 
2809
- var PieChart = function PieChart(_ref103) {
2810
- var className = _ref103.className,
2811
- _ref103$color = _ref103.color,
2812
- color = _ref103$color === void 0 ? 'currentColor' : _ref103$color,
2813
- size = _ref103.size,
2814
- _ref103$label = _ref103.label,
2815
- label = _ref103$label === void 0 ? '' : _ref103$label;
2816
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2726
+ var PieChart = function PieChart(_ref104) {
2727
+ var className = _ref104.className,
2728
+ _ref104$color = _ref104.color,
2729
+ color = _ref104$color === void 0 ? 'currentColor' : _ref104$color,
2730
+ size = _ref104.size,
2731
+ _ref104$label = _ref104.label,
2732
+ label = _ref104$label === void 0 ? 'Pie chart' : _ref104$label;
2733
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2817
2734
  className: className,
2818
- size: size,
2819
- tooltip: label
2735
+ size: size
2820
2736
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2821
2737
  d: "M23 5.02586C12.9714 5.54588 5 13.842 5 24C5 34.4934 13.5066 43 24 43C34.4934 43 43 34.4934 43 24C43 23.4477 43.4477 23 44 23C44.5523 23 45 23.4477 45 24C45 35.598 35.598 45 24 45C12.402 45 3 35.598 3 24C3 12.402 12.402 3 24 3C24.5523 3 25 3.44772 25 4V9C25 9.55228 24.5523 10 24 10C16.268 10 10 16.268 10 24C10 31.732 16.268 38 24 38C31.732 38 38 31.732 38 24C38 23.4477 38.4477 23 39 23C39.5523 23 40 23.4477 40 24C40 32.8366 32.8366 40 24 40C15.1634 40 8 32.8366 8 24C8 15.4993 14.6293 8.54694 23 8.03074V5.02586Z",
2822
2738
  fill: color
@@ -2834,17 +2750,16 @@ var PieChart = function PieChart(_ref103) {
2834
2750
 
2835
2751
  exports.PieChart = PieChart;
2836
2752
 
2837
- var Pill = function Pill(_ref104) {
2838
- var className = _ref104.className,
2839
- _ref104$color = _ref104.color,
2840
- color = _ref104$color === void 0 ? 'currentColor' : _ref104$color,
2841
- size = _ref104.size,
2842
- _ref104$label = _ref104.label,
2843
- label = _ref104$label === void 0 ? '' : _ref104$label;
2844
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2753
+ var Pill = function Pill(_ref105) {
2754
+ var className = _ref105.className,
2755
+ _ref105$color = _ref105.color,
2756
+ color = _ref105$color === void 0 ? 'currentColor' : _ref105$color,
2757
+ size = _ref105.size,
2758
+ _ref105$label = _ref105.label,
2759
+ label = _ref105$label === void 0 ? 'Pill' : _ref105$label;
2760
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2845
2761
  className: className,
2846
- size: size,
2847
- tooltip: label
2762
+ size: size
2848
2763
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2849
2764
  d: "M8.56489 27.1923C5.1841 30.5731 5.1841 36.0545 8.56489 39.4353C11.9457 42.8161 17.427 42.8161 20.8078 39.4353L39.4353 20.8078C42.816 17.427 42.816 11.9457 39.4353 8.56489C36.0545 5.1841 30.5731 5.1841 27.1923 8.56489L8.56489 27.1923ZM28.6066 9.9791C31.2063 7.37936 35.4213 7.37936 38.021 9.97911C40.6208 12.5788 40.6208 16.7939 38.021 19.3936L30.1217 27.293L28.7839 25.9552C28.3934 25.5647 27.7603 25.5647 27.3697 25.9552C26.9792 26.3457 26.9792 26.9789 27.3697 27.3694L28.7075 28.7072L19.3936 38.0211C16.7939 40.6208 12.5788 40.6208 9.9791 38.021C7.37936 35.4213 7.37936 31.2063 9.9791 28.6066L19.293 19.2927L23.1271 23.1268C23.5176 23.5173 24.1508 23.5173 24.5413 23.1268C24.9318 22.7363 24.9318 22.1031 24.5413 21.7126L20.7072 17.8785L28.6066 9.9791Z",
2850
2765
  fill: color
@@ -2853,17 +2768,16 @@ var Pill = function Pill(_ref104) {
2853
2768
 
2854
2769
  exports.Pill = Pill;
2855
2770
 
2856
- var Pregnant = function Pregnant(_ref105) {
2857
- var className = _ref105.className,
2858
- _ref105$color = _ref105.color,
2859
- color = _ref105$color === void 0 ? 'currentColor' : _ref105$color,
2860
- size = _ref105.size,
2861
- _ref105$label = _ref105.label,
2862
- label = _ref105$label === void 0 ? '' : _ref105$label;
2863
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2771
+ var Pregnant = function Pregnant(_ref106) {
2772
+ var className = _ref106.className,
2773
+ _ref106$color = _ref106.color,
2774
+ color = _ref106$color === void 0 ? 'currentColor' : _ref106$color,
2775
+ size = _ref106.size,
2776
+ _ref106$label = _ref106.label,
2777
+ label = _ref106$label === void 0 ? 'Pregnant' : _ref106$label;
2778
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2864
2779
  className: className,
2865
- size: size,
2866
- tooltip: label
2780
+ size: size
2867
2781
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2868
2782
  d: "M21.5 7C21.5 5.89543 22.3954 5 23.5 5C24.6046 5 25.5 5.89543 25.5 7C25.5 7.2357 25.4598 7.45987 25.3866 7.66711C25.2028 8.1879 25.4759 8.75912 25.9967 8.94297C26.5175 9.12682 27.0887 8.85368 27.2726 8.33289C27.4203 7.9143 27.5 7.46513 27.5 7C27.5 4.79086 25.7091 3 23.5 3C21.2909 3 19.5 4.79086 19.5 7C19.5 9.20914 21.2909 11 23.5 11C24.0523 11 24.5 10.5523 24.5 10C24.5 9.44772 24.0523 9 23.5 9C22.3954 9 21.5 8.10457 21.5 7Z",
2869
2783
  fill: color
@@ -2877,17 +2791,16 @@ var Pregnant = function Pregnant(_ref105) {
2877
2791
 
2878
2792
  exports.Pregnant = Pregnant;
2879
2793
 
2880
- var ProvidersOrders = function ProvidersOrders(_ref106) {
2881
- var className = _ref106.className,
2882
- _ref106$color = _ref106.color,
2883
- color = _ref106$color === void 0 ? 'currentColor' : _ref106$color,
2884
- size = _ref106.size,
2885
- _ref106$label = _ref106.label,
2886
- label = _ref106$label === void 0 ? '' : _ref106$label;
2887
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2794
+ var ProvidersOrders = function ProvidersOrders(_ref107) {
2795
+ var className = _ref107.className,
2796
+ _ref107$color = _ref107.color,
2797
+ color = _ref107$color === void 0 ? 'currentColor' : _ref107$color,
2798
+ size = _ref107.size,
2799
+ _ref107$label = _ref107.label,
2800
+ label = _ref107$label === void 0 ? 'Providers orders' : _ref107$label;
2801
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2888
2802
  className: className,
2889
- size: size,
2890
- tooltip: label
2803
+ size: size
2891
2804
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2892
2805
  d: "M12 3C10.3431 3 9 4.34315 9 6V42C9 43.6569 10.3431 45 12 45H25C25.5523 45 26 44.5523 26 44C26 43.4477 25.5523 43 25 43H12C11.4477 43 11 42.5523 11 42V6C11 5.44772 11.4477 5 12 5H36C36.5523 5 37 5.44772 37 6V42C37 42.5523 36.5523 43 36 43H31C30.4477 43 30 43.4477 30 44C30 44.5523 30.4477 45 31 45H36C37.6569 45 39 43.6569 39 42V6C39 4.34315 37.6569 3 36 3H12Z",
2893
2806
  fill: color
@@ -2917,17 +2830,16 @@ var ProvidersOrders = function ProvidersOrders(_ref106) {
2917
2830
 
2918
2831
  exports.ProvidersOrders = ProvidersOrders;
2919
2832
 
2920
- var Pulse = function Pulse(_ref107) {
2921
- var className = _ref107.className,
2922
- _ref107$color = _ref107.color,
2923
- color = _ref107$color === void 0 ? 'currentColor' : _ref107$color,
2924
- size = _ref107.size,
2925
- _ref107$label = _ref107.label,
2926
- label = _ref107$label === void 0 ? '' : _ref107$label;
2927
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2833
+ var Pulse = function Pulse(_ref108) {
2834
+ var className = _ref108.className,
2835
+ _ref108$color = _ref108.color,
2836
+ color = _ref108$color === void 0 ? 'currentColor' : _ref108$color,
2837
+ size = _ref108.size,
2838
+ _ref108$label = _ref108.label,
2839
+ label = _ref108$label === void 0 ? 'Pulse' : _ref108$label;
2840
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2928
2841
  className: className,
2929
- size: size,
2930
- tooltip: label
2842
+ size: size
2931
2843
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2932
2844
  fillRule: "evenodd",
2933
2845
  clipRule: "evenodd",
@@ -2938,17 +2850,16 @@ var Pulse = function Pulse(_ref107) {
2938
2850
 
2939
2851
  exports.Pulse = Pulse;
2940
2852
 
2941
- var Rate = function Rate(_ref108) {
2942
- var className = _ref108.className,
2943
- _ref108$color = _ref108.color,
2944
- color = _ref108$color === void 0 ? 'currentColor' : _ref108$color,
2945
- size = _ref108.size,
2946
- _ref108$label = _ref108.label,
2947
- label = _ref108$label === void 0 ? '' : _ref108$label;
2948
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2853
+ var Rate = function Rate(_ref109) {
2854
+ var className = _ref109.className,
2855
+ _ref109$color = _ref109.color,
2856
+ color = _ref109$color === void 0 ? 'currentColor' : _ref109$color,
2857
+ size = _ref109.size,
2858
+ _ref109$label = _ref109.label,
2859
+ label = _ref109$label === void 0 ? 'Rate' : _ref109$label;
2860
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2949
2861
  className: className,
2950
- size: size,
2951
- tooltip: label
2862
+ size: size
2952
2863
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2953
2864
  d: "M5.00049 28.9998C5.00049 18.5065 13.507 10 24.0002 10C34.4935 10 43 18.5065 43 28.9998C43 29.552 43.4477 29.9998 44 29.9998C44.5523 29.9998 45 29.552 45 28.9998C45 17.4019 35.5981 8 24.0002 8C12.4024 8 3.00049 17.4019 3.00049 28.9998C3.00049 29.552 3.4482 29.9998 4.00049 29.9998C4.55277 29.9998 5.00049 29.552 5.00049 28.9998Z",
2954
2865
  fill: color
@@ -2963,17 +2874,16 @@ var Rate = function Rate(_ref108) {
2963
2874
 
2964
2875
  exports.Rate = Rate;
2965
2876
 
2966
- var RateTooFast = function RateTooFast(_ref109) {
2967
- var className = _ref109.className,
2968
- _ref109$color = _ref109.color,
2969
- color = _ref109$color === void 0 ? 'currentColor' : _ref109$color,
2970
- size = _ref109.size,
2971
- _ref109$label = _ref109.label,
2972
- label = _ref109$label === void 0 ? '' : _ref109$label;
2973
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2877
+ var RateTooFast = function RateTooFast(_ref110) {
2878
+ var className = _ref110.className,
2879
+ _ref110$color = _ref110.color,
2880
+ color = _ref110$color === void 0 ? 'currentColor' : _ref110$color,
2881
+ size = _ref110.size,
2882
+ _ref110$label = _ref110.label,
2883
+ label = _ref110$label === void 0 ? 'Rate too fast' : _ref110$label;
2884
+ return /*#__PURE__*/React.createElement(ContentIcon, {
2974
2885
  className: className,
2975
- size: size,
2976
- tooltip: label
2886
+ size: size
2977
2887
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
2978
2888
  d: "M24.5216 7.13214C24.1533 6.71985 24.1884 6.0866 24.6 5.71772L27.6399 3.25519C28.0515 2.88631 28.6837 2.9215 29.052 3.33379C29.4202 3.74607 29.3851 4.37933 28.9735 4.7482L27.6347 5.68616C32.0129 6.28495 36.32 7.89761 40.2006 10.5872C40.6548 10.902 40.7682 11.526 40.4539 11.9809C40.1397 12.4358 39.5168 12.5495 39.0626 12.2347C35.5569 9.80493 31.5031 8.3624 27.5561 7.76654L28.4704 8.84136C28.8387 9.25364 28.8036 9.8869 28.392 10.2558C27.9804 10.6247 27.3482 10.5895 26.9799 10.1772L24.5216 7.13214Z",
2979
2889
  fill: color
@@ -2991,17 +2901,16 @@ var RateTooFast = function RateTooFast(_ref109) {
2991
2901
 
2992
2902
  exports.RateTooFast = RateTooFast;
2993
2903
 
2994
- var RateTooSlow = function RateTooSlow(_ref110) {
2995
- var className = _ref110.className,
2996
- _ref110$color = _ref110.color,
2997
- color = _ref110$color === void 0 ? 'currentColor' : _ref110$color,
2998
- size = _ref110.size,
2999
- _ref110$label = _ref110.label,
3000
- label = _ref110$label === void 0 ? '' : _ref110$label;
3001
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2904
+ var RateTooSlow = function RateTooSlow(_ref111) {
2905
+ var className = _ref111.className,
2906
+ _ref111$color = _ref111.color,
2907
+ color = _ref111$color === void 0 ? 'currentColor' : _ref111$color,
2908
+ size = _ref111.size,
2909
+ _ref111$label = _ref111.label,
2910
+ label = _ref111$label === void 0 ? 'Rate too slow' : _ref111$label;
2911
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3002
2912
  className: className,
3003
- size: size,
3004
- tooltip: label
2913
+ size: size
3005
2914
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3006
2915
  d: "M23.4784 7.13214C23.8467 6.71985 23.8116 6.0866 23.4 5.71772L20.3601 3.25519C19.9485 2.88631 19.3163 2.9215 18.948 3.33379C18.5798 3.74607 18.6149 4.37933 19.0265 4.7482L20.3653 5.68616C15.9871 6.28495 11.68 7.89761 7.7994 10.5872C7.34524 10.902 7.23181 11.526 7.54606 11.9809C7.86031 12.4358 8.48323 12.5495 8.9374 12.2347C12.443 9.80493 16.4969 8.3624 20.4439 7.76654L19.5296 8.84136C19.1613 9.25364 19.1964 9.8869 19.608 10.2558C20.0196 10.6247 20.6518 10.5895 21.0201 10.1772L23.4784 7.13214Z",
3007
2916
  fill: color
@@ -3019,17 +2928,16 @@ var RateTooSlow = function RateTooSlow(_ref110) {
3019
2928
 
3020
2929
  exports.RateTooSlow = RateTooSlow;
3021
2930
 
3022
- var Recoil = function Recoil(_ref111) {
3023
- var className = _ref111.className,
3024
- _ref111$color = _ref111.color,
3025
- color = _ref111$color === void 0 ? 'currentColor' : _ref111$color,
3026
- size = _ref111.size,
3027
- _ref111$label = _ref111.label,
3028
- label = _ref111$label === void 0 ? '' : _ref111$label;
3029
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2931
+ var Recoil = function Recoil(_ref112) {
2932
+ var className = _ref112.className,
2933
+ _ref112$color = _ref112.color,
2934
+ color = _ref112$color === void 0 ? 'currentColor' : _ref112$color,
2935
+ size = _ref112.size,
2936
+ _ref112$label = _ref112.label,
2937
+ label = _ref112$label === void 0 ? 'Recoil' : _ref112$label;
2938
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3030
2939
  className: className,
3031
- size: size,
3032
- tooltip: label
2940
+ size: size
3033
2941
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3034
2942
  d: "M26.0002 29.1821C27.657 29.1821 29.0002 27.8384 29.0002 26.1809L29.0002 14.1761H31.586C33.3678 14.1761 34.2601 12.0209 33.0002 10.7605L26.1215 3.87903C24.9499 2.70699 23.0504 2.70699 21.8789 3.87903L15.0002 10.7605C13.7402 12.0209 14.6326 14.1761 16.4144 14.1761L19.0002 14.1761L19.0002 23.1797C19.0002 23.7322 19.4479 24.1801 20.0002 24.1801C20.5525 24.1801 21.0002 23.7322 21.0002 23.1797L21.0002 13.1757C21.0002 12.6232 20.5525 12.1753 20.0002 12.1753L16.4144 12.1753L23.2931 5.29382C23.6836 4.90313 24.3168 4.90313 24.7073 5.29381L31.586 12.1753L28.0002 12.1753C27.4479 12.1753 27.0002 12.6232 27.0002 13.1757L27.0002 26.1809C27.0002 26.7334 26.5525 27.1813 26.0002 27.1813L20.0002 27.1813C19.4479 27.1813 19.0002 27.6292 19.0002 28.1817C19.0002 28.7342 19.4479 29.1821 20.0002 29.1821L26.0002 29.1821Z",
3035
2943
  fill: color
@@ -3041,17 +2949,16 @@ var Recoil = function Recoil(_ref111) {
3041
2949
 
3042
2950
  exports.Recoil = Recoil;
3043
2951
 
3044
- var Ruler = function Ruler(_ref112) {
3045
- var className = _ref112.className,
3046
- _ref112$color = _ref112.color,
3047
- color = _ref112$color === void 0 ? 'currentColor' : _ref112$color,
3048
- size = _ref112.size,
3049
- _ref112$label = _ref112.label,
3050
- label = _ref112$label === void 0 ? '' : _ref112$label;
3051
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2952
+ var Ruler = function Ruler(_ref113) {
2953
+ var className = _ref113.className,
2954
+ _ref113$color = _ref113.color,
2955
+ color = _ref113$color === void 0 ? 'currentColor' : _ref113$color,
2956
+ size = _ref113.size,
2957
+ _ref113$label = _ref113.label,
2958
+ label = _ref113$label === void 0 ? 'Ruler' : _ref113$label;
2959
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3052
2960
  className: className,
3053
- size: size,
3054
- tooltip: label
2961
+ size: size
3055
2962
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3056
2963
  d: "M18 30L39 30C40.6569 30 42 31.3431 42 33L42 39C42 40.6569 40.6569 42 39 42L9.00001 42C7.34316 42 6.00001 40.6569 6.00001 39L6.00001 31.0045L6 31V9C6 7.34315 7.34315 6 9 6H15C16.6569 6 18 7.34314 18 9V11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11L16 9C16 8.44772 15.5523 8 15 8L9 8C8.44771 8 8 8.44772 8 9L8.00001 39C8.00001 39.5523 8.44772 40 9.00001 40L19 40V36C19 35.4477 19.4477 35 20 35C20.5523 35 21 35.4477 21 36V40H24V37.1035C24 36.5512 24.4477 36.1035 25 36.1035C25.5523 36.1035 26 36.5512 26 37.1035V40H29V36C29 35.4477 29.4477 35 30 35C30.5523 35 31 35.4477 31 36V40H34V37.1035C34 36.5512 34.4477 36.1035 35 36.1035C35.5523 36.1035 36 36.5512 36 37.1035V40H39C39.5523 40 40 39.5523 40 39L40 33C40 32.4477 39.5523 32 39 32L17.0037 32L17 32L12 32C11.4477 32 11 31.5523 11 31C11 30.4477 11.4477 30 12 30L16 30V17.0373C16 16.485 16.4477 16.0373 17 16.0373C17.5523 16.0373 18 16.485 18 17.0373V30Z",
3057
2964
  fill: color
@@ -3063,17 +2970,16 @@ var Ruler = function Ruler(_ref112) {
3063
2970
 
3064
2971
  exports.Ruler = Ruler;
3065
2972
 
3066
- var Screens = function Screens(_ref113) {
3067
- var className = _ref113.className,
3068
- _ref113$color = _ref113.color,
3069
- color = _ref113$color === void 0 ? 'currentColor' : _ref113$color,
3070
- size = _ref113.size,
3071
- _ref113$label = _ref113.label,
3072
- label = _ref113$label === void 0 ? '' : _ref113$label;
3073
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2973
+ var Screens = function Screens(_ref114) {
2974
+ var className = _ref114.className,
2975
+ _ref114$color = _ref114.color,
2976
+ color = _ref114$color === void 0 ? 'currentColor' : _ref114$color,
2977
+ size = _ref114.size,
2978
+ _ref114$label = _ref114.label,
2979
+ label = _ref114$label === void 0 ? 'Screens' : _ref114$label;
2980
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3074
2981
  className: className,
3075
- size: size,
3076
- tooltip: label
2982
+ size: size
3077
2983
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3078
2984
  d: "M17 7C17 6.44772 17.4477 6 18 6H40C41.1046 6 42 6.89543 42 8V22C42 22.5523 41.5523 23 41 23C40.4477 23 40 22.5523 40 22V8H18C17.4477 8 17 7.55228 17 7Z",
3079
2985
  fill: color
@@ -3090,17 +2996,16 @@ var Screens = function Screens(_ref113) {
3090
2996
 
3091
2997
  exports.Screens = Screens;
3092
2998
 
3093
- var Search = function Search(_ref114) {
3094
- var className = _ref114.className,
3095
- _ref114$color = _ref114.color,
3096
- color = _ref114$color === void 0 ? 'currentColor' : _ref114$color,
3097
- size = _ref114.size,
3098
- _ref114$label = _ref114.label,
3099
- label = _ref114$label === void 0 ? '' : _ref114$label;
3100
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
2999
+ var Search = function Search(_ref115) {
3000
+ var className = _ref115.className,
3001
+ _ref115$color = _ref115.color,
3002
+ color = _ref115$color === void 0 ? 'currentColor' : _ref115$color,
3003
+ size = _ref115.size,
3004
+ _ref115$label = _ref115.label,
3005
+ label = _ref115$label === void 0 ? 'Search' : _ref115$label;
3006
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3101
3007
  className: className,
3102
- size: size,
3103
- tooltip: label
3008
+ size: size
3104
3009
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3105
3010
  fillRule: "evenodd",
3106
3011
  clipRule: "evenodd",
@@ -3114,17 +3019,16 @@ var Search = function Search(_ref114) {
3114
3019
 
3115
3020
  exports.Search = Search;
3116
3021
 
3117
- var Sepsis = function Sepsis(_ref115) {
3118
- var className = _ref115.className,
3119
- _ref115$color = _ref115.color,
3120
- color = _ref115$color === void 0 ? 'currentColor' : _ref115$color,
3121
- size = _ref115.size,
3122
- _ref115$label = _ref115.label,
3123
- label = _ref115$label === void 0 ? '' : _ref115$label;
3124
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3022
+ var Sepsis = function Sepsis(_ref116) {
3023
+ var className = _ref116.className,
3024
+ _ref116$color = _ref116.color,
3025
+ color = _ref116$color === void 0 ? 'currentColor' : _ref116$color,
3026
+ size = _ref116.size,
3027
+ _ref116$label = _ref116.label,
3028
+ label = _ref116$label === void 0 ? 'Sepsis' : _ref116$label;
3029
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3125
3030
  className: className,
3126
- size: size,
3127
- tooltip: label
3031
+ size: size
3128
3032
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3129
3033
  fillRule: "evenodd",
3130
3034
  clipRule: "evenodd",
@@ -3135,17 +3039,16 @@ var Sepsis = function Sepsis(_ref115) {
3135
3039
 
3136
3040
  exports.Sepsis = Sepsis;
3137
3041
 
3138
- var Settings = function Settings(_ref116) {
3139
- var className = _ref116.className,
3140
- _ref116$color = _ref116.color,
3141
- color = _ref116$color === void 0 ? 'currentColor' : _ref116$color,
3142
- size = _ref116.size,
3143
- _ref116$label = _ref116.label,
3144
- label = _ref116$label === void 0 ? '' : _ref116$label;
3145
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3042
+ var Settings = function Settings(_ref117) {
3043
+ var className = _ref117.className,
3044
+ _ref117$color = _ref117.color,
3045
+ color = _ref117$color === void 0 ? 'currentColor' : _ref117$color,
3046
+ size = _ref117.size,
3047
+ _ref117$label = _ref117.label,
3048
+ label = _ref117$label === void 0 ? 'Setting' : _ref117$label;
3049
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3146
3050
  className: className,
3147
- size: size,
3148
- tooltip: label
3051
+ size: size
3149
3052
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3150
3053
  fillRule: "evenodd",
3151
3054
  clipRule: "evenodd",
@@ -3161,17 +3064,16 @@ var Settings = function Settings(_ref116) {
3161
3064
 
3162
3065
  exports.Settings = Settings;
3163
3066
 
3164
- var Shock = function Shock(_ref117) {
3165
- var className = _ref117.className,
3166
- _ref117$color = _ref117.color,
3167
- color = _ref117$color === void 0 ? 'currentColor' : _ref117$color,
3168
- size = _ref117.size,
3169
- _ref117$label = _ref117.label,
3170
- label = _ref117$label === void 0 ? '' : _ref117$label;
3171
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3067
+ var Shock = function Shock(_ref118) {
3068
+ var className = _ref118.className,
3069
+ _ref118$color = _ref118.color,
3070
+ color = _ref118$color === void 0 ? 'currentColor' : _ref118$color,
3071
+ size = _ref118.size,
3072
+ _ref118$label = _ref118.label,
3073
+ label = _ref118$label === void 0 ? 'Shock' : _ref118$label;
3074
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3172
3075
  className: className,
3173
- size: size,
3174
- tooltip: label
3076
+ size: size
3175
3077
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3176
3078
  fillRule: "evenodd",
3177
3079
  clipRule: "evenodd",
@@ -3182,17 +3084,16 @@ var Shock = function Shock(_ref117) {
3182
3084
 
3183
3085
  exports.Shock = Shock;
3184
3086
 
3185
- var ShockAdvised = function ShockAdvised(_ref118) {
3186
- var className = _ref118.className,
3187
- _ref118$color = _ref118.color,
3188
- color = _ref118$color === void 0 ? 'currentColor' : _ref118$color,
3189
- size = _ref118.size,
3190
- _ref118$label = _ref118.label,
3191
- label = _ref118$label === void 0 ? '' : _ref118$label;
3192
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3087
+ var ShockAdvised = function ShockAdvised(_ref119) {
3088
+ var className = _ref119.className,
3089
+ _ref119$color = _ref119.color,
3090
+ color = _ref119$color === void 0 ? 'currentColor' : _ref119$color,
3091
+ size = _ref119.size,
3092
+ _ref119$label = _ref119.label,
3093
+ label = _ref119$label === void 0 ? 'Shock advised' : _ref119$label;
3094
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3193
3095
  className: className,
3194
- size: size,
3195
- tooltip: label
3096
+ size: size
3196
3097
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3197
3098
  d: "M15 6C10.0294 6 6 10.0294 6 15V23C6 27.9706 10.0294 32 15 32H20.1733C20.438 32 20.6919 32.105 20.8794 32.2918L30.2939 41.6786C30.685 42.0685 31.3182 42.0676 31.7082 41.6765C32.0981 41.2854 32.0972 40.6522 31.7061 40.2623L22.2915 30.8755C21.7291 30.3149 20.9674 30 20.1733 30H15C11.134 30 8 26.866 8 23V15C8 11.134 11.134 8 15 8H33C36.866 8 40 11.134 40 15V23C40 26.866 36.866 30 33 30H32C30.8954 30 30 30.8954 30 32V34C30 34.5523 30.4477 35 31 35C31.5523 35 32 34.5523 32 34V32H33C37.9706 32 42 27.9706 42 23V15C42 10.0294 37.9706 6 33 6H15Z",
3198
3099
  fill: color
@@ -3204,17 +3105,16 @@ var ShockAdvised = function ShockAdvised(_ref118) {
3204
3105
 
3205
3106
  exports.ShockAdvised = ShockAdvised;
3206
3107
 
3207
- var Sleep = function Sleep(_ref119) {
3208
- var className = _ref119.className,
3209
- _ref119$color = _ref119.color,
3210
- color = _ref119$color === void 0 ? 'currentColor' : _ref119$color,
3211
- size = _ref119.size,
3212
- _ref119$label = _ref119.label,
3213
- label = _ref119$label === void 0 ? '' : _ref119$label;
3214
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3108
+ var Sleep = function Sleep(_ref120) {
3109
+ var className = _ref120.className,
3110
+ _ref120$color = _ref120.color,
3111
+ color = _ref120$color === void 0 ? 'currentColor' : _ref120$color,
3112
+ size = _ref120.size,
3113
+ _ref120$label = _ref120.label,
3114
+ label = _ref120$label === void 0 ? 'Sleep' : _ref120$label;
3115
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3215
3116
  className: className,
3216
- size: size,
3217
- tooltip: label
3117
+ size: size
3218
3118
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3219
3119
  fillRule: "evenodd",
3220
3120
  clipRule: "evenodd",
@@ -3238,17 +3138,16 @@ var Sleep = function Sleep(_ref119) {
3238
3138
 
3239
3139
  exports.Sleep = Sleep;
3240
3140
 
3241
- var Smartphone = function Smartphone(_ref120) {
3242
- var className = _ref120.className,
3243
- _ref120$color = _ref120.color,
3244
- color = _ref120$color === void 0 ? 'currentColor' : _ref120$color,
3245
- size = _ref120.size,
3246
- _ref120$label = _ref120.label,
3247
- label = _ref120$label === void 0 ? '' : _ref120$label;
3248
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3141
+ var Smartphone = function Smartphone(_ref121) {
3142
+ var className = _ref121.className,
3143
+ _ref121$color = _ref121.color,
3144
+ color = _ref121$color === void 0 ? 'currentColor' : _ref121$color,
3145
+ size = _ref121.size,
3146
+ _ref121$label = _ref121.label,
3147
+ label = _ref121$label === void 0 ? 'Smartphone' : _ref121$label;
3148
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3249
3149
  className: className,
3250
- size: size,
3251
- tooltip: label
3150
+ size: size
3252
3151
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3253
3152
  d: "M17 8H31C32.1046 8 33 8.89543 33 10V38C33 39.1046 32.1046 40 31 40H30C29.4477 40 29 40.4477 29 41C29 41.5523 29.4477 42 30 42H31C33.2091 42 35 40.2091 35 38V10C35 7.79086 33.2091 6 31 6H17C14.7909 6 13 7.79086 13 10V38C13 40.2091 14.7909 42 17 42H24C24.5523 42 25 41.5523 25 41C25 40.4477 24.5523 40 24 40H17C15.8954 40 15 39.1046 15 38V10C15 8.89543 15.8954 8 17 8Z",
3254
3153
  fill: color
@@ -3263,17 +3162,16 @@ var Smartphone = function Smartphone(_ref120) {
3263
3162
 
3264
3163
  exports.Smartphone = Smartphone;
3265
3164
 
3266
- var Speech = function Speech(_ref121) {
3267
- var className = _ref121.className,
3268
- _ref121$color = _ref121.color,
3269
- color = _ref121$color === void 0 ? 'currentColor' : _ref121$color,
3270
- size = _ref121.size,
3271
- _ref121$label = _ref121.label,
3272
- label = _ref121$label === void 0 ? '' : _ref121$label;
3273
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3165
+ var Speech = function Speech(_ref122) {
3166
+ var className = _ref122.className,
3167
+ _ref122$color = _ref122.color,
3168
+ color = _ref122$color === void 0 ? 'currentColor' : _ref122$color,
3169
+ size = _ref122.size,
3170
+ _ref122$label = _ref122.label,
3171
+ label = _ref122$label === void 0 ? 'Speech' : _ref122$label;
3172
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3274
3173
  className: className,
3275
- size: size,
3276
- tooltip: label
3174
+ size: size
3277
3175
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3278
3176
  d: "M6 15C6 10.0294 10.0294 6 15 6H33C37.9706 6 42 10.0294 42 15V23C42 27.9706 37.9706 32 33 32H32V34C32 34.5523 31.5523 35 31 35C30.4477 35 30 34.5523 30 34V32C30 30.8954 30.8954 30 32 30H33C36.866 30 40 26.866 40 23V15C40 11.134 36.866 8 33 8H15C11.134 8 8 11.134 8 15V23C8 26.866 11.134 30 15 30H20.1733C20.9674 30 21.7291 30.3149 22.2915 30.8755L31.7061 40.2623C32.0972 40.6522 32.0981 41.2854 31.7082 41.6765C31.3182 42.0676 30.685 42.0685 30.2939 41.6786L20.8794 32.2918C20.6919 32.105 20.438 32 20.1733 32H15C10.0294 32 6 27.9706 6 23V15Z",
3279
3177
  fill: color
@@ -3291,17 +3189,16 @@ var Speech = function Speech(_ref121) {
3291
3189
 
3292
3190
  exports.Speech = Speech;
3293
3191
 
3294
- var SpeechBubble = function SpeechBubble(_ref122) {
3295
- var className = _ref122.className,
3296
- _ref122$color = _ref122.color,
3297
- color = _ref122$color === void 0 ? 'currentColor' : _ref122$color,
3298
- size = _ref122.size,
3299
- _ref122$label = _ref122.label,
3300
- label = _ref122$label === void 0 ? '' : _ref122$label;
3301
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3192
+ var SpeechBubble = function SpeechBubble(_ref123) {
3193
+ var className = _ref123.className,
3194
+ _ref123$color = _ref123.color,
3195
+ color = _ref123$color === void 0 ? 'currentColor' : _ref123$color,
3196
+ size = _ref123.size,
3197
+ _ref123$label = _ref123.label,
3198
+ label = _ref123$label === void 0 ? 'Speech bubble' : _ref123$label;
3199
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3302
3200
  className: className,
3303
- size: size,
3304
- tooltip: label
3201
+ size: size
3305
3202
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3306
3203
  d: "M15 6C10.0294 6 6 10.0294 6 15V23C6 27.9706 10.0294 32 15 32H20.1733C20.438 32 20.6919 32.105 20.8794 32.2918L30.2939 41.6786C30.685 42.0685 31.3182 42.0676 31.7082 41.6765C32.0981 41.2854 32.0972 40.6522 31.7061 40.2623L22.2915 30.8755C21.7291 30.3149 20.9674 30 20.1733 30H15C11.134 30 8 26.866 8 23V15C8 11.134 11.134 8 15 8H33C36.866 8 40 11.134 40 15V23C40 26.866 36.866 30 33 30H32C30.8954 30 30 30.8954 30 32V34C30 34.5523 30.4477 35 31 35C31.5523 35 32 34.5523 32 34V32H33C37.9706 32 42 27.9706 42 23V15C42 10.0294 37.9706 6 33 6H15Z",
3307
3204
  fill: color
@@ -3310,17 +3207,16 @@ var SpeechBubble = function SpeechBubble(_ref122) {
3310
3207
 
3311
3208
  exports.SpeechBubble = SpeechBubble;
3312
3209
 
3313
- var SpeechBubbles = function SpeechBubbles(_ref123) {
3314
- var className = _ref123.className,
3315
- _ref123$color = _ref123.color,
3316
- color = _ref123$color === void 0 ? 'currentColor' : _ref123$color,
3317
- size = _ref123.size,
3318
- _ref123$label = _ref123.label,
3319
- label = _ref123$label === void 0 ? '' : _ref123$label;
3320
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3210
+ var SpeechBubbles = function SpeechBubbles(_ref124) {
3211
+ var className = _ref124.className,
3212
+ _ref124$color = _ref124.color,
3213
+ color = _ref124$color === void 0 ? 'currentColor' : _ref124$color,
3214
+ size = _ref124.size,
3215
+ _ref124$label = _ref124.label,
3216
+ label = _ref124$label === void 0 ? 'Speech bubbles' : _ref124$label;
3217
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3321
3218
  className: className,
3322
- size: size,
3323
- tooltip: label
3219
+ size: size
3324
3220
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3325
3221
  d: "M13 12C12.4477 12 12 12.4477 12 13C12 13.5523 12.4477 14 13 14H27C27.5523 14 28 13.5523 28 13C28 12.4477 27.5523 12 27 12H13Z",
3326
3222
  fill: color
@@ -3340,17 +3236,16 @@ var SpeechBubbles = function SpeechBubbles(_ref123) {
3340
3236
 
3341
3237
  exports.SpeechBubbles = SpeechBubbles;
3342
3238
 
3343
- var Star = function Star(_ref124) {
3344
- var className = _ref124.className,
3345
- _ref124$color = _ref124.color,
3346
- color = _ref124$color === void 0 ? 'currentColor' : _ref124$color,
3347
- size = _ref124.size,
3348
- _ref124$label = _ref124.label,
3349
- label = _ref124$label === void 0 ? '' : _ref124$label;
3350
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3239
+ var Star = function Star(_ref125) {
3240
+ var className = _ref125.className,
3241
+ _ref125$color = _ref125.color,
3242
+ color = _ref125$color === void 0 ? 'currentColor' : _ref125$color,
3243
+ size = _ref125.size,
3244
+ _ref125$label = _ref125.label,
3245
+ label = _ref125$label === void 0 ? 'Star' : _ref125$label;
3246
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3351
3247
  className: className,
3352
- size: size,
3353
- tooltip: label
3248
+ size: size
3354
3249
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3355
3250
  d: "M24 8.44979L20.0305 16.4847C19.4996 17.5593 18.4739 18.3031 17.2886 18.4752L8.41669 19.763L14.8351 26.013C15.6937 26.8491 16.086 28.0543 15.8831 29.2359L14.3675 38.0636L22.3062 33.8942C23.3666 33.3373 24.6334 33.3373 25.6938 33.8942L33.6325 38.0636L32.604 32.0729C32.5099 31.5249 32.8809 31.0054 33.4297 30.9165C33.9712 30.8288 34.4823 31.1937 34.5752 31.7344L35.7269 38.4428C35.9569 39.7825 34.5494 40.8041 33.345 40.1716L24.7639 35.6649C24.2857 35.4137 23.7143 35.4137 23.2361 35.6649L14.655 40.1716C13.4507 40.8041 12.0431 39.7825 12.2731 38.4428L13.9119 28.8975C14.0033 28.3655 13.8267 27.8227 13.4398 27.4459L6.49754 20.6858C5.52321 19.7371 6.06086 18.0841 7.40735 17.8886L17.0013 16.4959C17.536 16.4183 17.9982 16.0828 18.2374 15.5988L22.5279 6.91416C23.1301 5.69528 24.8699 5.69528 25.4721 6.91415L29.7626 15.5988C30.0018 16.0828 30.464 16.4183 30.9987 16.4959L40.5926 17.8886C41.9391 18.0841 42.4768 19.7371 41.5025 20.6858L35.2766 26.7483C34.881 27.1336 34.2479 27.1251 33.8626 26.7295C33.4773 26.3338 33.4857 25.7007 33.8814 25.3154L39.5833 19.763L30.7114 18.4752C29.5261 18.3031 28.5004 17.5593 27.9695 16.4847L24 8.44979Z",
3356
3251
  fill: color
@@ -3359,17 +3254,16 @@ var Star = function Star(_ref124) {
3359
3254
 
3360
3255
  exports.Star = Star;
3361
3256
 
3362
- var Stethoscope = function Stethoscope(_ref125) {
3363
- var className = _ref125.className,
3364
- _ref125$color = _ref125.color,
3365
- color = _ref125$color === void 0 ? 'currentColor' : _ref125$color,
3366
- size = _ref125.size,
3367
- _ref125$label = _ref125.label,
3368
- label = _ref125$label === void 0 ? '' : _ref125$label;
3369
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3257
+ var Stethoscope = function Stethoscope(_ref126) {
3258
+ var className = _ref126.className,
3259
+ _ref126$color = _ref126.color,
3260
+ color = _ref126$color === void 0 ? 'currentColor' : _ref126$color,
3261
+ size = _ref126.size,
3262
+ _ref126$label = _ref126.label,
3263
+ label = _ref126$label === void 0 ? 'Stethoscope' : _ref126$label;
3264
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3370
3265
  className: className,
3371
- size: size,
3372
- tooltip: label
3266
+ size: size
3373
3267
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3374
3268
  d: "M14 7C14 6.44772 13.5523 6 13 6C12.4477 6 12 6.44772 12 7L9.48729 7C8.66723 7 8.00244 7.66479 8.00244 8.48485V15.0012C8.00244 20.1854 11.9479 24.4482 17 24.9505V32.0012C17 37.5234 21.4766 42 26.9988 42C32.5212 42 36.9977 37.522 36.9977 32C36.9977 31.958 36.9951 31.9166 36.9901 31.8759C38.7191 31.4345 39.9976 29.8665 39.9976 28C39.9976 25.7909 38.2067 24 35.9976 24C33.7884 24 31.9976 25.7909 31.9976 28C31.9976 29.8666 33.2761 31.4346 35.0053 31.876C35.0003 31.9166 34.9977 31.958 34.9977 32C34.9977 36.4178 31.4163 40 26.9988 40C22.5812 40 19 36.4188 19 32.0012V24.9507C24.0533 24.4496 28.0001 20.1863 28.0001 15.0012V8.48485C28.0001 7.66479 27.3353 7 26.5153 7H24.0001C24.0001 6.44772 23.5523 6 23 6C22.4477 6 22 6.44772 22 7V9C22 9.55228 22.4477 10 23 10C23.5523 10 24 9.55228 24 9H26.0001V15.0012C26.0001 19.4188 22.4189 23 18.0013 23C13.5836 23 10.0024 19.4188 10.0024 15.0012V9H12C12 9.55228 12.4477 10 13 10C13.5523 10 14 9.55228 14 9V7ZM37.9976 28C37.9976 29.1046 37.1021 30 35.9976 30C34.893 30 33.9976 29.1046 33.9976 28C33.9976 26.8954 34.893 26 35.9976 26C37.1021 26 37.9976 26.8954 37.9976 28Z",
3375
3269
  fill: color
@@ -3378,17 +3272,16 @@ var Stethoscope = function Stethoscope(_ref125) {
3378
3272
 
3379
3273
  exports.Stethoscope = Stethoscope;
3380
3274
 
3381
- var Stopwatch = function Stopwatch(_ref126) {
3382
- var className = _ref126.className,
3383
- _ref126$color = _ref126.color,
3384
- color = _ref126$color === void 0 ? 'currentColor' : _ref126$color,
3385
- size = _ref126.size,
3386
- _ref126$label = _ref126.label,
3387
- label = _ref126$label === void 0 ? '' : _ref126$label;
3388
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3275
+ var Stopwatch = function Stopwatch(_ref127) {
3276
+ var className = _ref127.className,
3277
+ _ref127$color = _ref127.color,
3278
+ color = _ref127$color === void 0 ? 'currentColor' : _ref127$color,
3279
+ size = _ref127.size,
3280
+ _ref127$label = _ref127.label,
3281
+ label = _ref127$label === void 0 ? 'Stopwatch' : _ref127$label;
3282
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3389
3283
  className: className,
3390
- size: size,
3391
- tooltip: label
3284
+ size: size
3392
3285
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3393
3286
  d: "M31.4675 22.4444C31.858 22.0539 31.858 21.4207 31.4675 21.0302C31.0769 20.6397 30.4438 20.6397 30.0532 21.0302L23.2929 27.7905C22.9024 28.1811 22.9024 28.8142 23.2929 29.2048C23.6834 29.5953 24.3166 29.5953 24.7071 29.2048L31.4675 22.4444Z",
3394
3287
  fill: color
@@ -3403,17 +3296,16 @@ var Stopwatch = function Stopwatch(_ref126) {
3403
3296
 
3404
3297
  exports.Stopwatch = Stopwatch;
3405
3298
 
3406
- var Suitcase = function Suitcase(_ref127) {
3407
- var className = _ref127.className,
3408
- _ref127$color = _ref127.color,
3409
- color = _ref127$color === void 0 ? 'currentColor' : _ref127$color,
3410
- size = _ref127.size,
3411
- _ref127$label = _ref127.label,
3412
- label = _ref127$label === void 0 ? '' : _ref127$label;
3413
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3299
+ var Suitcase = function Suitcase(_ref128) {
3300
+ var className = _ref128.className,
3301
+ _ref128$color = _ref128.color,
3302
+ color = _ref128$color === void 0 ? 'currentColor' : _ref128$color,
3303
+ size = _ref128.size,
3304
+ _ref128$label = _ref128.label,
3305
+ label = _ref128$label === void 0 ? 'Suitcase' : _ref128$label;
3306
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3414
3307
  className: className,
3415
- size: size,
3416
- tooltip: label
3308
+ size: size
3417
3309
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3418
3310
  d: "M21 8C18.2386 8 16 10.2386 16 13V14H7C4.79086 14 3 15.7909 3 18V36C3 38.2091 4.79086 40 7 40H41C43.2091 40 45 38.2091 45 36V18C45 15.7909 43.2091 14 41 14H32V13C32 10.2386 29.7614 8 27 8H21ZM30 14H18V13C18 11.3431 19.3431 10 21 10H27C28.6569 10 30 11.3431 30 13V14ZM7 16H41C42.1046 16 43 16.8954 43 18V36C43 37.1046 42.1046 38 41 38H7C5.89543 38 5 37.1046 5 36V18C5 16.8954 5.89543 16 7 16Z",
3419
3311
  fill: color
@@ -3422,17 +3314,16 @@ var Suitcase = function Suitcase(_ref127) {
3422
3314
 
3423
3315
  exports.Suitcase = Suitcase;
3424
3316
 
3425
- var SwitchCamera = function SwitchCamera(_ref128) {
3426
- var className = _ref128.className,
3427
- _ref128$color = _ref128.color,
3428
- color = _ref128$color === void 0 ? 'currentColor' : _ref128$color,
3429
- size = _ref128.size,
3430
- _ref128$label = _ref128.label,
3431
- label = _ref128$label === void 0 ? '' : _ref128$label;
3432
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3317
+ var SwitchCamera = function SwitchCamera(_ref129) {
3318
+ var className = _ref129.className,
3319
+ _ref129$color = _ref129.color,
3320
+ color = _ref129$color === void 0 ? 'currentColor' : _ref129$color,
3321
+ size = _ref129.size,
3322
+ _ref129$label = _ref129.label,
3323
+ label = _ref129$label === void 0 ? 'Switch camera' : _ref129$label;
3324
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3433
3325
  className: className,
3434
- size: size,
3435
- tooltip: label
3326
+ size: size
3436
3327
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3437
3328
  d: "M9 13C7.34315 13 6 14.3431 6 16V35.9791C6 37.636 7.34315 38.9791 9 38.9791H30.8501C31.4024 38.9791 31.8501 38.5314 31.8501 37.9791C31.8501 37.4268 31.4024 36.9791 30.8501 36.9791H9C8.44772 36.9791 8 36.5314 8 35.9791V16C8 15.4477 8.44772 15 9 15H14.4338C15.4876 15 16.4641 14.4471 17.0063 13.5435L18.8411 10.4855C19.0218 10.1843 19.3473 10 19.6986 10H28.3014C28.6527 10 28.9782 10.1843 29.1589 10.4855L30.9937 13.5435C31.5359 14.4471 32.5124 15 33.5662 15H39C39.5523 15 40 15.4477 40 16V35.9791C40 36.5314 39.5523 36.9791 39 36.9791H36.8501C36.2978 36.9791 35.8501 37.4268 35.8501 37.9791C35.8501 38.5314 36.2978 38.9791 36.8501 38.9791H39C40.6569 38.9791 42 37.636 42 35.9791V16C42 14.3431 40.6569 13 39 13H33.5662C33.2149 13 32.8894 12.8157 32.7087 12.5145L30.8739 9.45651C30.3317 8.5529 29.3552 8 28.3014 8H19.6986C18.6448 8 17.6683 8.5529 17.1261 9.45651L15.2913 12.5145C15.1106 12.8157 14.7851 13 14.4338 13H9Z",
3438
3329
  fill: color
@@ -3447,17 +3338,16 @@ var SwitchCamera = function SwitchCamera(_ref128) {
3447
3338
 
3448
3339
  exports.SwitchCamera = SwitchCamera;
3449
3340
 
3450
- var SwitchRoles = function SwitchRoles(_ref129) {
3451
- var className = _ref129.className,
3452
- _ref129$color = _ref129.color,
3453
- color = _ref129$color === void 0 ? 'currentColor' : _ref129$color,
3454
- size = _ref129.size,
3455
- _ref129$label = _ref129.label,
3456
- label = _ref129$label === void 0 ? '' : _ref129$label;
3457
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3341
+ var SwitchRoles = function SwitchRoles(_ref130) {
3342
+ var className = _ref130.className,
3343
+ _ref130$color = _ref130.color,
3344
+ color = _ref130$color === void 0 ? 'currentColor' : _ref130$color,
3345
+ size = _ref130.size,
3346
+ _ref130$label = _ref130.label,
3347
+ label = _ref130$label === void 0 ? 'Switch roles' : _ref130$label;
3348
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3458
3349
  className: className,
3459
- size: size,
3460
- tooltip: label
3350
+ size: size
3461
3351
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3462
3352
  d: "M22.5001 10C22.5001 7.79086 20.7092 6 18.5001 6C16.291 6 14.5001 7.79086 14.5001 10C14.5001 12.2091 16.291 14 18.5001 14C20.7092 14 22.5001 12.2091 22.5001 10ZM20.5001 10C20.5001 11.1046 19.6047 12 18.5001 12C17.3955 12 16.5001 11.1046 16.5001 10C16.5001 8.89543 17.3955 8 18.5001 8C19.6047 8 20.5001 8.89543 20.5001 10Z",
3463
3353
  fill: color
@@ -3481,17 +3371,16 @@ var SwitchRoles = function SwitchRoles(_ref129) {
3481
3371
 
3482
3372
  exports.SwitchRoles = SwitchRoles;
3483
3373
 
3484
- var Tablet = function Tablet(_ref130) {
3485
- var className = _ref130.className,
3486
- _ref130$color = _ref130.color,
3487
- color = _ref130$color === void 0 ? 'currentColor' : _ref130$color,
3488
- size = _ref130.size,
3489
- _ref130$label = _ref130.label,
3490
- label = _ref130$label === void 0 ? '' : _ref130$label;
3491
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3374
+ var Tablet = function Tablet(_ref131) {
3375
+ var className = _ref131.className,
3376
+ _ref131$color = _ref131.color,
3377
+ color = _ref131$color === void 0 ? 'currentColor' : _ref131$color,
3378
+ size = _ref131.size,
3379
+ _ref131$label = _ref131.label,
3380
+ label = _ref131$label === void 0 ? 'Tablet' : _ref131$label;
3381
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3492
3382
  className: className,
3493
- size: size,
3494
- tooltip: label
3383
+ size: size
3495
3384
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3496
3385
  d: "M35 5H13C11.8954 5 11 5.89543 11 7V41C11 42.1046 11.8954 43 13 43H28C28.5523 43 29 43.4477 29 44C29 44.5523 28.5523 45 28 45H13C10.7909 45 9 43.2091 9 41V7C9 4.79086 10.7909 3 13 3H35C37.2091 3 39 4.79086 39 7V41C39 43.2091 37.2091 45 35 45H34C33.4477 45 33 44.5523 33 44C33 43.4477 33.4477 43 34 43H35C36.1046 43 37 42.1046 37 41V7C37 5.89543 36.1046 5 35 5Z",
3497
3386
  fill: color
@@ -3503,17 +3392,16 @@ var Tablet = function Tablet(_ref130) {
3503
3392
 
3504
3393
  exports.Tablet = Tablet;
3505
3394
 
3506
- var Talking = function Talking(_ref131) {
3507
- var className = _ref131.className,
3508
- _ref131$color = _ref131.color,
3509
- color = _ref131$color === void 0 ? 'currentColor' : _ref131$color,
3510
- size = _ref131.size,
3511
- _ref131$label = _ref131.label,
3512
- label = _ref131$label === void 0 ? '' : _ref131$label;
3513
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3395
+ var Talking = function Talking(_ref132) {
3396
+ var className = _ref132.className,
3397
+ _ref132$color = _ref132.color,
3398
+ color = _ref132$color === void 0 ? 'currentColor' : _ref132$color,
3399
+ size = _ref132.size,
3400
+ _ref132$label = _ref132.label,
3401
+ label = _ref132$label === void 0 ? 'Talking' : _ref132$label;
3402
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3514
3403
  className: className,
3515
- size: size,
3516
- tooltip: label
3404
+ size: size
3517
3405
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3518
3406
  fillRule: "evenodd",
3519
3407
  clipRule: "evenodd",
@@ -3543,17 +3431,16 @@ var Talking = function Talking(_ref131) {
3543
3431
 
3544
3432
  exports.Talking = Talking;
3545
3433
 
3546
- var TargetGroup = function TargetGroup(_ref132) {
3547
- var className = _ref132.className,
3548
- _ref132$color = _ref132.color,
3549
- color = _ref132$color === void 0 ? 'currentColor' : _ref132$color,
3550
- size = _ref132.size,
3551
- _ref132$label = _ref132.label,
3552
- label = _ref132$label === void 0 ? '' : _ref132$label;
3553
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3434
+ var TargetGroup = function TargetGroup(_ref133) {
3435
+ var className = _ref133.className,
3436
+ _ref133$color = _ref133.color,
3437
+ color = _ref133$color === void 0 ? 'currentColor' : _ref133$color,
3438
+ size = _ref133.size,
3439
+ _ref133$label = _ref133.label,
3440
+ label = _ref133$label === void 0 ? 'Target group' : _ref133$label;
3441
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3554
3442
  className: className,
3555
- size: size,
3556
- tooltip: label
3443
+ size: size
3557
3444
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3558
3445
  d: "M28 10C28 7.79086 26.2091 6 24 6C21.7909 6 20 7.79086 20 10C20 12.2091 21.7909 14 24 14C26.2091 14 28 12.2091 28 10ZM26 10C26 11.1046 25.1046 12 24 12C22.8954 12 22 11.1046 22 10C22 8.89543 22.8954 8 24 8C25.1046 8 26 8.89543 26 10Z",
3559
3446
  fill: color
@@ -3577,17 +3464,16 @@ var TargetGroup = function TargetGroup(_ref132) {
3577
3464
 
3578
3465
  exports.TargetGroup = TargetGroup;
3579
3466
 
3580
- var TaskTrainer = function TaskTrainer(_ref133) {
3581
- var className = _ref133.className,
3582
- _ref133$color = _ref133.color,
3583
- color = _ref133$color === void 0 ? 'currentColor' : _ref133$color,
3584
- size = _ref133.size,
3585
- _ref133$label = _ref133.label,
3586
- label = _ref133$label === void 0 ? '' : _ref133$label;
3587
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3467
+ var TaskTrainer = function TaskTrainer(_ref134) {
3468
+ var className = _ref134.className,
3469
+ _ref134$color = _ref134.color,
3470
+ color = _ref134$color === void 0 ? 'currentColor' : _ref134$color,
3471
+ size = _ref134.size,
3472
+ _ref134$label = _ref134.label,
3473
+ label = _ref134$label === void 0 ? 'Task trainer' : _ref134$label;
3474
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3588
3475
  className: className,
3589
- size: size,
3590
- tooltip: label
3476
+ size: size
3591
3477
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3592
3478
  fillRule: "evenodd",
3593
3479
  clipRule: "evenodd",
@@ -3606,17 +3492,16 @@ var TaskTrainer = function TaskTrainer(_ref133) {
3606
3492
 
3607
3493
  exports.TaskTrainer = TaskTrainer;
3608
3494
 
3609
- var TeamLead = function TeamLead(_ref134) {
3610
- var className = _ref134.className,
3611
- _ref134$color = _ref134.color,
3612
- color = _ref134$color === void 0 ? 'currentColor' : _ref134$color,
3613
- size = _ref134.size,
3614
- _ref134$label = _ref134.label,
3615
- label = _ref134$label === void 0 ? '' : _ref134$label;
3616
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3495
+ var TeamLead = function TeamLead(_ref135) {
3496
+ var className = _ref135.className,
3497
+ _ref135$color = _ref135.color,
3498
+ color = _ref135$color === void 0 ? 'currentColor' : _ref135$color,
3499
+ size = _ref135.size,
3500
+ _ref135$label = _ref135.label,
3501
+ label = _ref135$label === void 0 ? 'Team lead' : _ref135$label;
3502
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3617
3503
  className: className,
3618
- size: size,
3619
- tooltip: label
3504
+ size: size
3620
3505
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3621
3506
  d: "M15.806 6.51711C16.2886 6.24868 16.8975 6.42235 17.1659 6.90501C17.4344 7.38768 17.2607 7.99656 16.778 8.26499C14.5504 9.50387 12.7369 11.009 10.8756 13.4883C8.87342 16.1551 8.07524 18.4683 7.3409 21.3523C7.20462 21.8875 6.66028 22.2109 6.12507 22.0746C5.58986 21.9383 5.26647 21.394 5.40274 20.8588C6.16934 17.8481 7.05144 15.2508 9.27617 12.2875C11.306 9.58377 13.3333 7.89228 15.806 6.51711Z",
3622
3507
  fill: color
@@ -3631,17 +3516,16 @@ var TeamLead = function TeamLead(_ref134) {
3631
3516
 
3632
3517
  exports.TeamLead = TeamLead;
3633
3518
 
3634
- var TeamWork = function TeamWork(_ref135) {
3635
- var className = _ref135.className,
3636
- _ref135$color = _ref135.color,
3637
- color = _ref135$color === void 0 ? 'currentColor' : _ref135$color,
3638
- size = _ref135.size,
3639
- _ref135$label = _ref135.label,
3640
- label = _ref135$label === void 0 ? '' : _ref135$label;
3641
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3519
+ var TeamWork = function TeamWork(_ref136) {
3520
+ var className = _ref136.className,
3521
+ _ref136$color = _ref136.color,
3522
+ color = _ref136$color === void 0 ? 'currentColor' : _ref136$color,
3523
+ size = _ref136.size,
3524
+ _ref136$label = _ref136.label,
3525
+ label = _ref136$label === void 0 ? 'Team work' : _ref136$label;
3526
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3642
3527
  className: className,
3643
- size: size,
3644
- tooltip: label
3528
+ size: size
3645
3529
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3646
3530
  fillRule: "evenodd",
3647
3531
  clipRule: "evenodd",
@@ -3671,17 +3555,16 @@ var TeamWork = function TeamWork(_ref135) {
3671
3555
 
3672
3556
  exports.TeamWork = TeamWork;
3673
3557
 
3674
- var Terms = function Terms(_ref136) {
3675
- var className = _ref136.className,
3676
- _ref136$color = _ref136.color,
3677
- color = _ref136$color === void 0 ? 'currentColor' : _ref136$color,
3678
- size = _ref136.size,
3679
- _ref136$label = _ref136.label,
3680
- label = _ref136$label === void 0 ? '' : _ref136$label;
3681
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3558
+ var Terms = function Terms(_ref137) {
3559
+ var className = _ref137.className,
3560
+ _ref137$color = _ref137.color,
3561
+ color = _ref137$color === void 0 ? 'currentColor' : _ref137$color,
3562
+ size = _ref137.size,
3563
+ _ref137$label = _ref137.label,
3564
+ label = _ref137$label === void 0 ? 'Terms' : _ref137$label;
3565
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3682
3566
  className: className,
3683
- size: size,
3684
- tooltip: label
3567
+ size: size
3685
3568
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3686
3569
  d: "M20 14C19.4477 14 19 14.4477 19 15C19 15.5523 19.4477 16 20 16H28C28.5523 16 29 15.5523 29 15C29 14.4477 28.5523 14 28 14H20Z",
3687
3570
  fill: color
@@ -3702,17 +3585,16 @@ var Terms = function Terms(_ref136) {
3702
3585
 
3703
3586
  exports.Terms = Terms;
3704
3587
 
3705
- var TimelineReview = function TimelineReview(_ref137) {
3706
- var className = _ref137.className,
3707
- _ref137$color = _ref137.color,
3708
- color = _ref137$color === void 0 ? 'currentColor' : _ref137$color,
3709
- size = _ref137.size,
3710
- _ref137$label = _ref137.label,
3711
- label = _ref137$label === void 0 ? '' : _ref137$label;
3712
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3588
+ var TimelineReview = function TimelineReview(_ref138) {
3589
+ var className = _ref138.className,
3590
+ _ref138$color = _ref138.color,
3591
+ color = _ref138$color === void 0 ? 'currentColor' : _ref138$color,
3592
+ size = _ref138.size,
3593
+ _ref138$label = _ref138.label,
3594
+ label = _ref138$label === void 0 ? 'Timeline review' : _ref138$label;
3595
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3713
3596
  className: className,
3714
- size: size,
3715
- tooltip: label
3597
+ size: size
3716
3598
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3717
3599
  d: "M10 6C10 5.44772 10.4477 5 11 5H35C35.5523 5 36 5.44771 36 6V22C36 22.5523 36.4477 23 37 23C37.5523 23 38 22.5523 38 22V6C38 4.34315 36.6569 3 35 3H11C9.34315 3 8 4.34315 8 6V42C8 43.6569 9.34315 45 11 45H20C20.5523 45 21 44.5523 21 44C21 43.4477 20.5523 43 20 43H11C10.4477 43 10 42.5523 10 42V6Z",
3718
3600
  fill: color
@@ -3735,17 +3617,16 @@ var TimelineReview = function TimelineReview(_ref137) {
3735
3617
 
3736
3618
  exports.TimelineReview = TimelineReview;
3737
3619
 
3738
- var Trophy = function Trophy(_ref138) {
3739
- var className = _ref138.className,
3740
- _ref138$color = _ref138.color,
3741
- color = _ref138$color === void 0 ? 'currentColor' : _ref138$color,
3742
- size = _ref138.size,
3743
- _ref138$label = _ref138.label,
3744
- label = _ref138$label === void 0 ? '' : _ref138$label;
3745
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3620
+ var Trophy = function Trophy(_ref139) {
3621
+ var className = _ref139.className,
3622
+ _ref139$color = _ref139.color,
3623
+ color = _ref139$color === void 0 ? 'currentColor' : _ref139$color,
3624
+ size = _ref139.size,
3625
+ _ref139$label = _ref139.label,
3626
+ label = _ref139$label === void 0 ? 'Trophy' : _ref139$label;
3627
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3746
3628
  className: className,
3747
- size: size,
3748
- tooltip: label
3629
+ size: size
3749
3630
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3750
3631
  d: "M15.625 6C14.7275 6 14 6.72754 14 7.625V10H7.8125C6.81148 10 6 10.8115 6 11.8125V16C6 20.7868 9.73698 24.7007 14.4527 24.9836C15.6263 28.7432 18.9594 31.5494 23 31.9506V36.019C23 36.5713 23.4477 37.019 24 37.019C24.5523 37.019 25 36.5713 25 36.019V31.9506C29.0395 31.5496 32.3718 28.7447 33.5464 24.9867C38.2876 24.7307 42.0532 20.8051 42.0532 16V11.8125C42.0532 10.8115 41.2417 10 40.2407 10H34V7.625C34 6.72754 33.2725 6 32.375 6H15.625ZM32 8V22C32 26.4183 28.4183 30 24 30C19.5817 30 16 26.4183 16 22V8H32ZM8 12H14V22C14 22.3153 14.0146 22.6273 14.0431 22.9351C10.6298 22.4686 8 19.5414 8 16V12ZM34 12H40.0532V16C40.0532 19.56 37.3957 22.4993 33.9562 22.9423C33.9852 22.6321 34 22.3178 34 22V12Z",
3751
3632
  fill: color
@@ -3757,17 +3638,16 @@ var Trophy = function Trophy(_ref138) {
3757
3638
 
3758
3639
  exports.Trophy = Trophy;
3759
3640
 
3760
- var Trophy1st = function Trophy1st(_ref139) {
3761
- var className = _ref139.className,
3762
- _ref139$color = _ref139.color,
3763
- color = _ref139$color === void 0 ? 'currentColor' : _ref139$color,
3764
- size = _ref139.size,
3765
- _ref139$label = _ref139.label,
3766
- label = _ref139$label === void 0 ? '' : _ref139$label;
3767
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3641
+ var Trophy1st = function Trophy1st(_ref140) {
3642
+ var className = _ref140.className,
3643
+ _ref140$color = _ref140.color,
3644
+ color = _ref140$color === void 0 ? 'currentColor' : _ref140$color,
3645
+ size = _ref140.size,
3646
+ _ref140$label = _ref140.label,
3647
+ label = _ref140$label === void 0 ? 'Trophy 1st' : _ref140$label;
3648
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3768
3649
  className: className,
3769
- size: size,
3770
- tooltip: label
3650
+ size: size
3771
3651
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3772
3652
  d: "M25.3946 14C25.3946 13.4477 24.9469 13 24.3946 13C24.0601 13 23.7639 13.1643 23.5824 13.4166L21.4515 15.5475C21.0609 15.938 21.0609 16.5712 21.4515 16.9617C21.842 17.3522 22.4752 17.3522 22.8657 16.9617L23.3946 16.4327V22.0002H22.8946C22.3423 22.0002 21.8946 22.448 21.8946 23.0002C21.8946 23.5525 22.3423 24.0002 22.8946 24.0002H25.8946C26.4469 24.0002 26.8946 23.5525 26.8946 23.0002C26.8946 22.448 26.4469 22.0002 25.8946 22.0002L25.3946 22V14Z",
3773
3653
  fill: color
@@ -3782,17 +3662,16 @@ var Trophy1st = function Trophy1st(_ref139) {
3782
3662
 
3783
3663
  exports.Trophy1st = Trophy1st;
3784
3664
 
3785
- var Trophy2nd = function Trophy2nd(_ref140) {
3786
- var className = _ref140.className,
3787
- _ref140$color = _ref140.color,
3788
- color = _ref140$color === void 0 ? 'currentColor' : _ref140$color,
3789
- size = _ref140.size,
3790
- _ref140$label = _ref140.label,
3791
- label = _ref140$label === void 0 ? '' : _ref140$label;
3792
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3665
+ var Trophy2nd = function Trophy2nd(_ref141) {
3666
+ var className = _ref141.className,
3667
+ _ref141$color = _ref141.color,
3668
+ color = _ref141$color === void 0 ? 'currentColor' : _ref141$color,
3669
+ size = _ref141.size,
3670
+ _ref141$label = _ref141.label,
3671
+ label = _ref141$label === void 0 ? 'Trophy 2nd' : _ref141$label;
3672
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3793
3673
  className: className,
3794
- size: size,
3795
- tooltip: label
3674
+ size: size
3796
3675
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3797
3676
  d: "M22.3369 16.6633C22.3369 15.7447 23.0815 15 24.0001 15C24.9188 15 25.6634 15.7447 25.6634 16.6633C25.6634 16.8284 25.5842 17.1264 25.3258 17.5681C25.0778 17.9921 24.7167 18.4608 24.2851 18.9439C23.4231 19.9088 22.3659 20.8363 21.6194 21.4518C21.3539 21.6707 21.1314 21.8471 20.9762 21.9681C20.8986 22.0285 20.838 22.0751 20.7974 22.106L20.7518 22.1406L20.741 22.1487L20.7387 22.1504C20.4854 22.3395 20.3363 22.6374 20.3368 22.9535L20.3369 23.0016C20.3378 23.5533 20.7852 24 21.3369 24H26.6634C27.2157 24 27.6634 23.5523 27.6634 23C27.6634 22.4477 27.2157 22 26.6634 22H24.0449C24.6134 21.4858 25.2256 20.8932 25.7767 20.2763C26.2566 19.7391 26.7118 19.1597 27.0521 18.578C27.3821 18.014 27.6634 17.3487 27.6634 16.6633C27.6634 14.6401 26.0233 13 24.0001 13C21.977 13 20.3369 14.6401 20.3369 16.6633C20.3369 17.2156 20.7846 17.6633 21.3369 17.6633C21.8892 17.6633 22.3369 17.2156 22.3369 16.6633Z",
3798
3677
  fill: color
@@ -3807,17 +3686,16 @@ var Trophy2nd = function Trophy2nd(_ref140) {
3807
3686
 
3808
3687
  exports.Trophy2nd = Trophy2nd;
3809
3688
 
3810
- var Trophy3rd = function Trophy3rd(_ref141) {
3811
- var className = _ref141.className,
3812
- _ref141$color = _ref141.color,
3813
- color = _ref141$color === void 0 ? 'currentColor' : _ref141$color,
3814
- size = _ref141.size,
3815
- _ref141$label = _ref141.label,
3816
- label = _ref141$label === void 0 ? '' : _ref141$label;
3817
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3689
+ var Trophy3rd = function Trophy3rd(_ref142) {
3690
+ var className = _ref142.className,
3691
+ _ref142$color = _ref142.color,
3692
+ color = _ref142$color === void 0 ? 'currentColor' : _ref142$color,
3693
+ size = _ref142.size,
3694
+ _ref142$label = _ref142.label,
3695
+ label = _ref142$label === void 0 ? 'Trophy 3rd' : _ref142$label;
3696
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3818
3697
  className: className,
3819
- size: size,
3820
- tooltip: label
3698
+ size: size
3821
3699
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3822
3700
  d: "M15.625 6C14.7275 6 14 6.72754 14 7.625V10H7.8125C6.81148 10 6 10.8115 6 11.8125V16C6 20.7868 9.73698 24.7007 14.4527 24.9836C15.6263 28.7432 18.9594 31.5494 23 31.9506V36.019C23 36.5713 23.4477 37.019 24 37.019C24.5523 37.019 25 36.5713 25 36.019V31.9506C29.0395 31.5496 32.3718 28.7447 33.5464 24.9867C38.2876 24.7307 42.0532 20.8051 42.0532 16V11.8125C42.0532 10.8115 41.2417 10 40.2407 10H34V7.625C34 6.72754 33.2725 6 32.375 6H15.625ZM32 8V22C32 26.4183 28.4183 30 24 30C19.5817 30 16 26.4183 16 22V8H32ZM8 12H14V22C14 22.3153 14.0146 22.6273 14.0431 22.9351C10.6298 22.4686 8 19.5414 8 16V12ZM34 12H40.0532V16C40.0532 19.56 37.3957 22.4993 33.9562 22.9423C33.9852 22.6321 34 22.3178 34 22V12Z",
3823
3701
  fill: color
@@ -3832,17 +3710,16 @@ var Trophy3rd = function Trophy3rd(_ref141) {
3832
3710
 
3833
3711
  exports.Trophy3rd = Trophy3rd;
3834
3712
 
3835
- var TrophyStar = function TrophyStar(_ref142) {
3836
- var className = _ref142.className,
3837
- _ref142$color = _ref142.color,
3838
- color = _ref142$color === void 0 ? 'currentColor' : _ref142$color,
3839
- size = _ref142.size,
3840
- _ref142$label = _ref142.label,
3841
- label = _ref142$label === void 0 ? '' : _ref142$label;
3842
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3713
+ var TrophyStar = function TrophyStar(_ref143) {
3714
+ var className = _ref143.className,
3715
+ _ref143$color = _ref143.color,
3716
+ color = _ref143$color === void 0 ? 'currentColor' : _ref143$color,
3717
+ size = _ref143.size,
3718
+ _ref143$label = _ref143.label,
3719
+ label = _ref143$label === void 0 ? 'Trophy star' : _ref143$label;
3720
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3843
3721
  className: className,
3844
- size: size,
3845
- tooltip: label
3722
+ size: size
3846
3723
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3847
3724
  d: "M22.4201 15.6699L23.6201 13.2499C23.6595 13.1768 23.7179 13.1157 23.7892 13.0731C23.8605 13.0305 23.942 13.0081 24.0251 13.0081C24.1081 13.0081 24.1896 13.0305 24.2609 13.0731C24.3322 13.1157 24.3907 13.1768 24.4301 13.2499L25.6301 15.6699C25.6627 15.7357 25.7106 15.7927 25.7697 15.8362C25.8289 15.8797 25.8976 15.9084 25.9701 15.9199L28.6401 16.2999C28.7237 16.3137 28.8019 16.3502 28.866 16.4055C28.9302 16.4608 28.9778 16.5328 29.0037 16.6135C29.0295 16.6941 29.0326 16.7804 29.0125 16.8627C28.9925 16.945 28.9501 17.0202 28.8901 17.0799L26.9601 18.9599C26.9082 19.0115 26.8693 19.0746 26.8467 19.1442C26.8241 19.2138 26.8184 19.2877 26.8301 19.3599L27.2801 22.0099C27.3501 22.3899 26.9601 22.6699 26.6201 22.4899L24.2401 21.2399C24.1101 21.1699 23.9501 21.1699 23.8101 21.2399L21.4301 22.4899C21.1001 22.6699 20.7001 22.3799 20.7701 22.0099L21.2201 19.3599C21.2501 19.2099 21.2001 19.0599 21.0901 18.9599L19.1601 17.0799C19.0999 17.0195 19.0576 16.9436 19.0381 16.8605C19.0186 16.7775 19.0225 16.6907 19.0495 16.6097C19.0765 16.5288 19.1254 16.457 19.1908 16.4023C19.2563 16.3476 19.3357 16.3121 19.4201 16.2999L22.0801 15.9199C22.1526 15.9084 22.2213 15.8797 22.2804 15.8362C22.3396 15.7927 22.3875 15.7357 22.4201 15.6699Z",
3848
3725
  fill: color
@@ -3857,17 +3734,16 @@ var TrophyStar = function TrophyStar(_ref142) {
3857
3734
 
3858
3735
  exports.TrophyStar = TrophyStar;
3859
3736
 
3860
- var TwoRescuerCPR = function TwoRescuerCPR(_ref143) {
3861
- var className = _ref143.className,
3862
- _ref143$color = _ref143.color,
3863
- color = _ref143$color === void 0 ? 'currentColor' : _ref143$color,
3864
- size = _ref143.size,
3865
- _ref143$label = _ref143.label,
3866
- label = _ref143$label === void 0 ? '' : _ref143$label;
3867
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3737
+ var TwoRescuerCPR = function TwoRescuerCPR(_ref144) {
3738
+ var className = _ref144.className,
3739
+ _ref144$color = _ref144.color,
3740
+ color = _ref144$color === void 0 ? 'currentColor' : _ref144$color,
3741
+ size = _ref144.size,
3742
+ _ref144$label = _ref144.label,
3743
+ label = _ref144$label === void 0 ? 'Two rescuer CPR' : _ref144$label;
3744
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3868
3745
  className: className,
3869
- size: size,
3870
- tooltip: label
3746
+ size: size
3871
3747
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3872
3748
  fillRule: "evenodd",
3873
3749
  clipRule: "evenodd",
@@ -3891,17 +3767,16 @@ var TwoRescuerCPR = function TwoRescuerCPR(_ref143) {
3891
3767
 
3892
3768
  exports.TwoRescuerCPR = TwoRescuerCPR;
3893
3769
 
3894
- var Ultrasound = function Ultrasound(_ref144) {
3895
- var className = _ref144.className,
3896
- _ref144$color = _ref144.color,
3897
- color = _ref144$color === void 0 ? 'currentColor' : _ref144$color,
3898
- size = _ref144.size,
3899
- _ref144$label = _ref144.label,
3900
- label = _ref144$label === void 0 ? '' : _ref144$label;
3901
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3770
+ var Ultrasound = function Ultrasound(_ref145) {
3771
+ var className = _ref145.className,
3772
+ _ref145$color = _ref145.color,
3773
+ color = _ref145$color === void 0 ? 'currentColor' : _ref145$color,
3774
+ size = _ref145.size,
3775
+ _ref145$label = _ref145.label,
3776
+ label = _ref145$label === void 0 ? 'Ultrasound' : _ref145$label;
3777
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3902
3778
  className: className,
3903
- size: size,
3904
- tooltip: label
3779
+ size: size
3905
3780
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3906
3781
  d: "M6.29387 40.2912C5.90335 40.6821 5.90335 41.3159 6.29387 41.7068C6.68439 42.0977 7.31756 42.0977 7.70808 41.7068L10.7134 38.6986C13.3226 40.6273 17.0185 40.409 19.3817 38.0435L25.3652 32.0541C25.8352 31.5837 26.4478 31.2829 27.1071 31.1987L30.4762 30.7687C31.1355 30.6845 31.7481 30.3836 32.2181 29.9133L33.2881 28.8422C35.2407 26.8876 35.2407 23.7187 33.2881 21.7642L26.2171 14.6862C24.2644 12.7317 21.0986 12.7317 19.146 14.6862L18.0759 15.7573C17.606 16.2277 17.3054 16.841 17.2213 17.5009L16.7917 20.8733C16.7077 21.5332 16.4071 22.1465 15.9371 22.6168L9.9536 28.6062C7.59043 30.9717 7.37229 34.6712 9.29917 37.283L6.29387 40.2912ZM17.9675 36.6279C16.145 38.4522 13.1903 38.4522 11.3678 36.6279C9.54536 34.8037 9.54536 31.846 11.3678 30.0218L17.3514 24.0324C18.1346 23.2485 18.6356 22.2263 18.7757 21.1265L19.0654 18.8523L29.1261 28.9228L26.8541 29.2128C25.7554 29.3531 24.7342 29.8546 23.951 30.6385L17.9675 36.6279ZM31.8739 27.4266L31.1668 28.1344L19.8531 16.8096L20.5602 16.1018C21.7318 14.9291 23.6313 14.9291 24.8028 16.1018L31.8739 23.1798C33.0455 24.3525 33.0455 26.2538 31.8739 27.4266Z",
3907
3782
  fill: color
@@ -3916,76 +3791,72 @@ var Ultrasound = function Ultrasound(_ref144) {
3916
3791
 
3917
3792
  exports.Ultrasound = Ultrasound;
3918
3793
 
3919
- var USB = function USB(_ref145) {
3920
- var className = _ref145.className,
3921
- _ref145$color = _ref145.color,
3922
- color = _ref145$color === void 0 ? 'currentColor' : _ref145$color,
3923
- size = _ref145.size,
3924
- _ref145$label = _ref145.label,
3925
- label = _ref145$label === void 0 ? '' : _ref145$label;
3926
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3927
- className: className,
3928
- size: size,
3929
- tooltip: label
3930
- }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3931
- d: "M28.6852 10.0043L25.0283 3.66758C24.5185 2.77422 23.2214 2.77422 22.7116 3.66757L19.0504 10.0117L19.046 10.0194C18.5585 10.8819 19.149 12.0154 20.2072 12.0154H23V30.9452C18.9372 30.4961 15.6895 27.3426 15.0968 23.3248C16.4926 22.8646 17.5 21.55 17.5 20.0001C17.5 18.0671 15.933 16.5001 14 16.5001C12.067 16.5001 10.5 18.0671 10.5 20.0001C10.5 21.6168 11.5961 22.9774 13.0857 23.3795C13.7234 28.4775 17.8499 32.4912 23 32.9553V36.0841C20.9286 36.4886 19.3721 38.3079 19.3721 40.5001C19.3721 42.9925 21.392 45.0001 23.8721 45.0001C24.4244 45.0001 24.8721 44.5524 24.8721 44.0001C24.8721 43.4478 24.4244 43.0001 23.8721 43.0001C22.4932 43.0001 21.3721 41.8846 21.3721 40.5001C21.3721 39.1139 22.4859 38.0001 23.8721 38.0001C25.2582 38.0001 26.3721 39.1139 26.3721 40.5001C26.3721 41.0524 26.8198 41.5001 27.3721 41.5001C27.9244 41.5001 28.3721 41.0524 28.3721 40.5001C28.3721 38.3991 26.9424 36.6407 25 36.1418V28.9553C29.9392 28.5102 33.9369 24.8003 34.8186 20.0001H35.7482C36.4372 20.0001 37 19.4373 37 18.7483V15.2519C37 14.5629 36.4372 14.0001 35.7482 14.0001H32.2518C31.5628 14.0001 31 14.5629 31 15.2519V18.7483C31 19.4373 31.5628 20.0001 32.2518 20.0001H32.777C31.9393 23.6918 28.8322 26.5216 25 26.9452V12.0154H27.5327C28.5322 12.0154 29.2318 10.9228 28.6852 10.0043ZM21.3574 10.0154L23.8699 5.66165L26.3825 10.0154H21.3574ZM14 18.5001C14.8284 18.5001 15.5 19.1717 15.5 20.0001C15.5 20.8286 14.8284 21.5001 14 21.5001C13.1716 21.5001 12.5 20.8286 12.5 20.0001C12.5 19.1717 13.1716 18.5001 14 18.5001ZM33 16.0001H35V18.0001H33V16.0001Z",
3932
- fill: color
3933
- }));
3934
- };
3935
-
3936
- exports.USB = USB;
3937
-
3938
- var VentilationLungs = function VentilationLungs(_ref146) {
3794
+ var USB = function USB(_ref146) {
3939
3795
  var className = _ref146.className,
3940
3796
  _ref146$color = _ref146.color,
3941
3797
  color = _ref146$color === void 0 ? 'currentColor' : _ref146$color,
3942
3798
  size = _ref146.size,
3943
3799
  _ref146$label = _ref146.label,
3944
- label = _ref146$label === void 0 ? '' : _ref146$label;
3945
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3800
+ label = _ref146$label === void 0 ? 'USB' : _ref146$label;
3801
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3946
3802
  className: className,
3947
- size: size,
3948
- tooltip: label
3803
+ size: size
3949
3804
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3950
- d: "M22.7071 21.8742L20 24.5805V19.7863C20 14.1829 12.9918 11.6463 9.40354 15.9509C5.26593 20.9146 3 27.1715 3 33.6328V36.9148C3 39.9898 5.70909 42.361 8.75794 41.9546L14.5064 41.1883C17.6513 40.7691 20 38.0872 20 34.9154H19.99C19.9966 34.869 20 34.8216 20 34.7735V27.4081L24 23.4093L28.2929 27.7009C28.6834 28.0913 29.3166 28.0913 29.7071 27.7009C29.9301 27.478 30.0258 27.1759 29.9941 26.8851C29.998 26.8492 30 26.8127 30 26.7757V19.7863C30 16.0529 34.6693 14.3629 37.06 17.2309C40.8981 21.8353 43 27.6392 43 33.6328V36.9148C43 38.7805 41.3563 40.2192 39.5064 39.9727L33.7579 39.2064C31.6066 38.9197 30 37.0851 30 34.9154V32.9924C30 32.4402 29.5523 31.9926 29 31.9926C28.4477 31.9926 28 32.4402 28 32.9924V34.9154C28 38.0872 30.3487 40.7691 33.4936 41.1883L39.2421 41.9546C42.2909 42.361 45 39.9898 45 36.9148V33.6328C45 27.1715 42.7341 20.9146 38.5965 15.9509C35.0082 11.6463 28 14.1829 28 19.7863V24.5805L25.2929 21.8742C25.1054 21.6867 25 21.4324 25 21.1673V6.99972C25 6.44759 24.5523 6 24 6C23.4477 6 23 6.44759 23 6.99972V21.1673C23 21.4324 22.8946 21.6867 22.7071 21.8742ZM10.94 17.2309C13.3307 14.3629 18 16.0529 18 19.7863V34.7735C18 34.8216 18.0034 34.869 18.01 34.9154H18C18 37.0851 16.3934 38.9197 14.2421 39.2064L8.49361 39.9727C6.64373 40.2192 5 38.7805 5 36.9148V33.6328C5 27.6392 7.1019 21.8353 10.94 17.2309Z",
3805
+ d: "M28.6852 10.0043L25.0283 3.66758C24.5185 2.77422 23.2214 2.77422 22.7116 3.66757L19.0504 10.0117L19.046 10.0194C18.5585 10.8819 19.149 12.0154 20.2072 12.0154H23V30.9452C18.9372 30.4961 15.6895 27.3426 15.0968 23.3248C16.4926 22.8646 17.5 21.55 17.5 20.0001C17.5 18.0671 15.933 16.5001 14 16.5001C12.067 16.5001 10.5 18.0671 10.5 20.0001C10.5 21.6168 11.5961 22.9774 13.0857 23.3795C13.7234 28.4775 17.8499 32.4912 23 32.9553V36.0841C20.9286 36.4886 19.3721 38.3079 19.3721 40.5001C19.3721 42.9925 21.392 45.0001 23.8721 45.0001C24.4244 45.0001 24.8721 44.5524 24.8721 44.0001C24.8721 43.4478 24.4244 43.0001 23.8721 43.0001C22.4932 43.0001 21.3721 41.8846 21.3721 40.5001C21.3721 39.1139 22.4859 38.0001 23.8721 38.0001C25.2582 38.0001 26.3721 39.1139 26.3721 40.5001C26.3721 41.0524 26.8198 41.5001 27.3721 41.5001C27.9244 41.5001 28.3721 41.0524 28.3721 40.5001C28.3721 38.3991 26.9424 36.6407 25 36.1418V28.9553C29.9392 28.5102 33.9369 24.8003 34.8186 20.0001H35.7482C36.4372 20.0001 37 19.4373 37 18.7483V15.2519C37 14.5629 36.4372 14.0001 35.7482 14.0001H32.2518C31.5628 14.0001 31 14.5629 31 15.2519V18.7483C31 19.4373 31.5628 20.0001 32.2518 20.0001H32.777C31.9393 23.6918 28.8322 26.5216 25 26.9452V12.0154H27.5327C28.5322 12.0154 29.2318 10.9228 28.6852 10.0043ZM21.3574 10.0154L23.8699 5.66165L26.3825 10.0154H21.3574ZM14 18.5001C14.8284 18.5001 15.5 19.1717 15.5 20.0001C15.5 20.8286 14.8284 21.5001 14 21.5001C13.1716 21.5001 12.5 20.8286 12.5 20.0001C12.5 19.1717 13.1716 18.5001 14 18.5001ZM33 16.0001H35V18.0001H33V16.0001Z",
3951
3806
  fill: color
3952
3807
  }));
3953
3808
  };
3954
3809
 
3955
- exports.VentilationLungs = VentilationLungs;
3810
+ exports.USB = USB;
3956
3811
 
3957
- var VentilationPressure = function VentilationPressure(_ref147) {
3812
+ var VentilationLungs = function VentilationLungs(_ref147) {
3958
3813
  var className = _ref147.className,
3959
3814
  _ref147$color = _ref147.color,
3960
3815
  color = _ref147$color === void 0 ? 'currentColor' : _ref147$color,
3961
3816
  size = _ref147.size,
3962
3817
  _ref147$label = _ref147.label,
3963
- label = _ref147$label === void 0 ? '' : _ref147$label;
3964
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3818
+ label = _ref147$label === void 0 ? 'Ventilation lungs' : _ref147$label;
3819
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3965
3820
  className: className,
3966
- size: size,
3967
- tooltip: label
3821
+ size: size
3968
3822
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3969
- fillRule: "evenodd",
3970
- clipRule: "evenodd",
3971
- d: "M40.9639 6C40.9639 5.44772 41.4116 5 41.9639 5L43.9639 5C44.5162 5 44.9639 5.44772 44.9639 6C44.9639 6.55228 44.5162 7 43.9639 7H41.9639C41.4116 7 40.9639 6.55228 40.9639 6ZM40.9639 11C40.9639 10.4477 41.4116 10 41.9639 10H43.9639C44.5162 10 44.9639 10.4477 44.9639 11C44.9639 11.5523 44.5162 12 43.9639 12H41.9639C41.4116 12 40.9639 11.5523 40.9639 11ZM19.625 11.7744C20.1773 11.7744 20.625 12.2221 20.625 12.7744V20.571C20.625 20.8362 20.7304 21.0906 20.9179 21.2781L22.625 22.9852V19.6874C22.625 15.1331 28.3195 13.0714 31.2351 16.5701C34.4755 20.4585 36.25 25.3599 36.25 30.4215V32.9658C36.25 35.4856 34.0306 37.4287 31.5329 37.0957L27.0778 36.5017C24.5287 36.1618 22.625 33.9874 22.625 31.4158V29.925C22.625 29.3727 23.0727 28.925 23.625 28.925C24.1773 28.925 24.625 29.3727 24.625 29.925V31.4158C24.625 32.985 25.7867 34.3118 27.3421 34.5192L31.7972 35.1132C33.096 35.2864 34.25 34.276 34.25 32.9658V30.4215C34.25 25.8278 32.6395 21.3794 29.6987 17.8504C27.9806 15.7888 24.625 17.0037 24.625 19.6874V25.1057C24.625 25.3662 24.5254 25.6034 24.3623 25.7814C24.3202 25.8528 24.2685 25.9202 24.2071 25.9815C23.8166 26.372 23.1834 26.372 22.7929 25.9815L19.625 22.8136L16.625 25.8136V31.3057C16.625 31.3242 16.6245 31.3425 16.6235 31.3608C16.6245 31.379 16.625 31.3973 16.625 31.4158C16.625 33.9874 14.7213 36.1618 12.1722 36.5017L7.71714 37.0957C5.2194 37.4287 3 35.4856 3 32.9658V30.4215C3 25.3599 4.77455 20.4585 8.0149 16.5701C10.9305 13.0714 16.625 15.1331 16.625 19.6874V22.9852L18.3321 21.2781C18.5196 21.0906 18.625 20.8362 18.625 20.571V12.7744C18.625 12.2221 19.0727 11.7744 19.625 11.7744ZM14.6265 31.3608C14.6255 31.3425 14.625 31.3242 14.625 31.3057V19.6874C14.625 17.0037 11.2694 15.7888 9.55134 17.8504C6.61052 21.3794 5 25.8278 5 30.4215V32.9658C5 34.276 6.15404 35.2864 7.45281 35.1132L11.9079 34.5192C13.4633 34.3118 14.625 32.985 14.625 31.4158C14.625 31.3973 14.6255 31.379 14.6265 31.3608ZM36.9639 16C36.9639 15.4477 37.4116 15 37.9639 15H43.9639C44.5162 15 44.9639 15.4477 44.9639 16C44.9639 16.5523 44.5162 17 43.9639 17H37.9639C37.4116 17 36.9639 16.5523 36.9639 16ZM40.9639 21C40.9639 20.4477 41.4116 20 41.9639 20H43.9639C44.5162 20 44.9639 20.4477 44.9639 21C44.9639 21.5523 44.5162 22 43.9639 22H41.9639C41.4116 22 40.9639 21.5523 40.9639 21ZM40.9639 26C40.9639 25.4477 41.4116 25 41.9639 25H43.9639C44.5162 25 44.9639 25.4477 44.9639 26C44.9639 26.5523 44.5162 27 43.9639 27H41.9639C41.4116 27 40.9639 26.5523 40.9639 26ZM40.9639 31C40.9639 30.4477 41.4116 30 41.9639 30H43.9639C44.5162 30 44.9639 30.4477 44.9639 31C44.9639 31.5523 44.5162 32 43.9639 32H41.9639C41.4116 32 40.9639 31.5523 40.9639 31ZM40.9639 36C40.9639 35.4477 41.4116 35 41.9639 35H43.9639C44.5162 35 44.9639 35.4477 44.9639 36C44.9639 36.5523 44.5162 37 43.9639 37H41.9639C41.4116 37 40.9639 36.5523 40.9639 36ZM36.9639 41C36.9639 40.4477 37.4116 40 37.9639 40H43.9639C44.5162 40 44.9639 40.4477 44.9639 41C44.9639 41.5523 44.5162 42 43.9639 42H37.9639C37.4116 42 36.9639 41.5523 36.9639 41Z",
3823
+ d: "M22.7071 21.8742L20 24.5805V19.7863C20 14.1829 12.9918 11.6463 9.40354 15.9509C5.26593 20.9146 3 27.1715 3 33.6328V36.9148C3 39.9898 5.70909 42.361 8.75794 41.9546L14.5064 41.1883C17.6513 40.7691 20 38.0872 20 34.9154H19.99C19.9966 34.869 20 34.8216 20 34.7735V27.4081L24 23.4093L28.2929 27.7009C28.6834 28.0913 29.3166 28.0913 29.7071 27.7009C29.9301 27.478 30.0258 27.1759 29.9941 26.8851C29.998 26.8492 30 26.8127 30 26.7757V19.7863C30 16.0529 34.6693 14.3629 37.06 17.2309C40.8981 21.8353 43 27.6392 43 33.6328V36.9148C43 38.7805 41.3563 40.2192 39.5064 39.9727L33.7579 39.2064C31.6066 38.9197 30 37.0851 30 34.9154V32.9924C30 32.4402 29.5523 31.9926 29 31.9926C28.4477 31.9926 28 32.4402 28 32.9924V34.9154C28 38.0872 30.3487 40.7691 33.4936 41.1883L39.2421 41.9546C42.2909 42.361 45 39.9898 45 36.9148V33.6328C45 27.1715 42.7341 20.9146 38.5965 15.9509C35.0082 11.6463 28 14.1829 28 19.7863V24.5805L25.2929 21.8742C25.1054 21.6867 25 21.4324 25 21.1673V6.99972C25 6.44759 24.5523 6 24 6C23.4477 6 23 6.44759 23 6.99972V21.1673C23 21.4324 22.8946 21.6867 22.7071 21.8742ZM10.94 17.2309C13.3307 14.3629 18 16.0529 18 19.7863V34.7735C18 34.8216 18.0034 34.869 18.01 34.9154H18C18 37.0851 16.3934 38.9197 14.2421 39.2064L8.49361 39.9727C6.64373 40.2192 5 38.7805 5 36.9148V33.6328C5 27.6392 7.1019 21.8353 10.94 17.2309Z",
3972
3824
  fill: color
3973
3825
  }));
3974
3826
  };
3975
3827
 
3976
- exports.VentilationPressure = VentilationPressure;
3828
+ exports.VentilationLungs = VentilationLungs;
3977
3829
 
3978
- var VentilationVolume = function VentilationVolume(_ref148) {
3830
+ var VentilationPressure = function VentilationPressure(_ref148) {
3979
3831
  var className = _ref148.className,
3980
3832
  _ref148$color = _ref148.color,
3981
3833
  color = _ref148$color === void 0 ? 'currentColor' : _ref148$color,
3982
3834
  size = _ref148.size,
3983
3835
  _ref148$label = _ref148.label,
3984
- label = _ref148$label === void 0 ? '' : _ref148$label;
3985
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3836
+ label = _ref148$label === void 0 ? 'Ventilation pressure' : _ref148$label;
3837
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3838
+ className: className,
3839
+ size: size
3840
+ }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3841
+ fillRule: "evenodd",
3842
+ clipRule: "evenodd",
3843
+ d: "M40.9639 6C40.9639 5.44772 41.4116 5 41.9639 5L43.9639 5C44.5162 5 44.9639 5.44772 44.9639 6C44.9639 6.55228 44.5162 7 43.9639 7H41.9639C41.4116 7 40.9639 6.55228 40.9639 6ZM40.9639 11C40.9639 10.4477 41.4116 10 41.9639 10H43.9639C44.5162 10 44.9639 10.4477 44.9639 11C44.9639 11.5523 44.5162 12 43.9639 12H41.9639C41.4116 12 40.9639 11.5523 40.9639 11ZM19.625 11.7744C20.1773 11.7744 20.625 12.2221 20.625 12.7744V20.571C20.625 20.8362 20.7304 21.0906 20.9179 21.2781L22.625 22.9852V19.6874C22.625 15.1331 28.3195 13.0714 31.2351 16.5701C34.4755 20.4585 36.25 25.3599 36.25 30.4215V32.9658C36.25 35.4856 34.0306 37.4287 31.5329 37.0957L27.0778 36.5017C24.5287 36.1618 22.625 33.9874 22.625 31.4158V29.925C22.625 29.3727 23.0727 28.925 23.625 28.925C24.1773 28.925 24.625 29.3727 24.625 29.925V31.4158C24.625 32.985 25.7867 34.3118 27.3421 34.5192L31.7972 35.1132C33.096 35.2864 34.25 34.276 34.25 32.9658V30.4215C34.25 25.8278 32.6395 21.3794 29.6987 17.8504C27.9806 15.7888 24.625 17.0037 24.625 19.6874V25.1057C24.625 25.3662 24.5254 25.6034 24.3623 25.7814C24.3202 25.8528 24.2685 25.9202 24.2071 25.9815C23.8166 26.372 23.1834 26.372 22.7929 25.9815L19.625 22.8136L16.625 25.8136V31.3057C16.625 31.3242 16.6245 31.3425 16.6235 31.3608C16.6245 31.379 16.625 31.3973 16.625 31.4158C16.625 33.9874 14.7213 36.1618 12.1722 36.5017L7.71714 37.0957C5.2194 37.4287 3 35.4856 3 32.9658V30.4215C3 25.3599 4.77455 20.4585 8.0149 16.5701C10.9305 13.0714 16.625 15.1331 16.625 19.6874V22.9852L18.3321 21.2781C18.5196 21.0906 18.625 20.8362 18.625 20.571V12.7744C18.625 12.2221 19.0727 11.7744 19.625 11.7744ZM14.6265 31.3608C14.6255 31.3425 14.625 31.3242 14.625 31.3057V19.6874C14.625 17.0037 11.2694 15.7888 9.55134 17.8504C6.61052 21.3794 5 25.8278 5 30.4215V32.9658C5 34.276 6.15404 35.2864 7.45281 35.1132L11.9079 34.5192C13.4633 34.3118 14.625 32.985 14.625 31.4158C14.625 31.3973 14.6255 31.379 14.6265 31.3608ZM36.9639 16C36.9639 15.4477 37.4116 15 37.9639 15H43.9639C44.5162 15 44.9639 15.4477 44.9639 16C44.9639 16.5523 44.5162 17 43.9639 17H37.9639C37.4116 17 36.9639 16.5523 36.9639 16ZM40.9639 21C40.9639 20.4477 41.4116 20 41.9639 20H43.9639C44.5162 20 44.9639 20.4477 44.9639 21C44.9639 21.5523 44.5162 22 43.9639 22H41.9639C41.4116 22 40.9639 21.5523 40.9639 21ZM40.9639 26C40.9639 25.4477 41.4116 25 41.9639 25H43.9639C44.5162 25 44.9639 25.4477 44.9639 26C44.9639 26.5523 44.5162 27 43.9639 27H41.9639C41.4116 27 40.9639 26.5523 40.9639 26ZM40.9639 31C40.9639 30.4477 41.4116 30 41.9639 30H43.9639C44.5162 30 44.9639 30.4477 44.9639 31C44.9639 31.5523 44.5162 32 43.9639 32H41.9639C41.4116 32 40.9639 31.5523 40.9639 31ZM40.9639 36C40.9639 35.4477 41.4116 35 41.9639 35H43.9639C44.5162 35 44.9639 35.4477 44.9639 36C44.9639 36.5523 44.5162 37 43.9639 37H41.9639C41.4116 37 40.9639 36.5523 40.9639 36ZM36.9639 41C36.9639 40.4477 37.4116 40 37.9639 40H43.9639C44.5162 40 44.9639 40.4477 44.9639 41C44.9639 41.5523 44.5162 42 43.9639 42H37.9639C37.4116 42 36.9639 41.5523 36.9639 41Z",
3844
+ fill: color
3845
+ }));
3846
+ };
3847
+
3848
+ exports.VentilationPressure = VentilationPressure;
3849
+
3850
+ var VentilationVolume = function VentilationVolume(_ref149) {
3851
+ var className = _ref149.className,
3852
+ _ref149$color = _ref149.color,
3853
+ color = _ref149$color === void 0 ? 'currentColor' : _ref149$color,
3854
+ size = _ref149.size,
3855
+ _ref149$label = _ref149.label,
3856
+ label = _ref149$label === void 0 ? 'Ventilation volume' : _ref149$label;
3857
+ return /*#__PURE__*/React.createElement(ContentIcon, {
3986
3858
  className: className,
3987
- size: size,
3988
- tooltip: label
3859
+ size: size
3989
3860
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
3990
3861
  d: "M28.0002 6C25.7911 6 24.0002 7.79086 24.0002 10V36.0001C24.0002 36.5523 24.448 37.0001 25.0002 37.0001C25.5525 37.0001 26.0002 36.5523 26.0002 36.0001V10C26.0002 8.89543 26.8957 8 28.0002 8H34.0002C35.1048 8 36.0002 8.89543 36.0002 10V36.0001C36.0002 36.5523 36.448 37.0001 37.0002 37.0001C37.5525 37.0001 38.0002 36.5523 38.0002 36.0001V10C38.0002 7.79086 36.2094 6 34.0002 6H28.0002Z",
3991
3862
  fill: color
@@ -4000,17 +3871,16 @@ var VentilationVolume = function VentilationVolume(_ref148) {
4000
3871
 
4001
3872
  exports.VentilationVolume = VentilationVolume;
4002
3873
 
4003
- var Video = function Video(_ref149) {
4004
- var className = _ref149.className,
4005
- _ref149$color = _ref149.color,
4006
- color = _ref149$color === void 0 ? 'currentColor' : _ref149$color,
4007
- size = _ref149.size,
4008
- _ref149$label = _ref149.label,
4009
- label = _ref149$label === void 0 ? '' : _ref149$label;
4010
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3874
+ var Video = function Video(_ref150) {
3875
+ var className = _ref150.className,
3876
+ _ref150$color = _ref150.color,
3877
+ color = _ref150$color === void 0 ? 'currentColor' : _ref150$color,
3878
+ size = _ref150.size,
3879
+ _ref150$label = _ref150.label,
3880
+ label = _ref150$label === void 0 ? 'Video' : _ref150$label;
3881
+ return /*#__PURE__*/React.createElement(ContentIcon, {
4011
3882
  className: className,
4012
- size: size,
4013
- tooltip: label
3883
+ size: size
4014
3884
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
4015
3885
  d: "M8.00024 9C5.23882 9 3.00024 11.2386 3.00024 14V34C3.00024 36.7614 5.23882 39 8.00025 39H8.99604C9.54833 39 9.99604 38.5523 9.99604 38C9.99604 37.4477 9.54833 37 8.99604 37H8.00025C6.34339 37 5.00024 35.6569 5.00024 34V14C5.00024 12.3431 6.34339 11 8.00024 11H40.0002C41.6571 11 43.0002 12.3431 43.0002 14V34C43.0002 35.6569 41.6571 37 40.0002 37H15.0002C14.448 37 14.0002 37.4477 14.0002 38C14.0002 38.5523 14.448 39 15.0002 39H40.0002C42.7617 39 45.0002 36.7614 45.0002 34V14C45.0002 11.2386 42.7617 9 40.0002 9H8.00024Z",
4016
3886
  fill: color
@@ -4022,17 +3892,16 @@ var Video = function Video(_ref149) {
4022
3892
 
4023
3893
  exports.Video = Video;
4024
3894
 
4025
- var VideoRecording = function VideoRecording(_ref150) {
4026
- var className = _ref150.className,
4027
- _ref150$color = _ref150.color,
4028
- color = _ref150$color === void 0 ? 'currentColor' : _ref150$color,
4029
- size = _ref150.size,
4030
- _ref150$label = _ref150.label,
4031
- label = _ref150$label === void 0 ? '' : _ref150$label;
4032
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3895
+ var VideoRecording = function VideoRecording(_ref151) {
3896
+ var className = _ref151.className,
3897
+ _ref151$color = _ref151.color,
3898
+ color = _ref151$color === void 0 ? 'currentColor' : _ref151$color,
3899
+ size = _ref151.size,
3900
+ _ref151$label = _ref151.label,
3901
+ label = _ref151$label === void 0 ? 'Video recording' : _ref151$label;
3902
+ return /*#__PURE__*/React.createElement(ContentIcon, {
4033
3903
  className: className,
4034
- size: size,
4035
- tooltip: label
3904
+ size: size
4036
3905
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
4037
3906
  fillRule: "evenodd",
4038
3907
  clipRule: "evenodd",
@@ -4046,17 +3915,16 @@ var VideoRecording = function VideoRecording(_ref150) {
4046
3915
 
4047
3916
  exports.VideoRecording = VideoRecording;
4048
3917
 
4049
- var VitalSigns = function VitalSigns(_ref151) {
4050
- var className = _ref151.className,
4051
- _ref151$color = _ref151.color,
4052
- color = _ref151$color === void 0 ? 'currentColor' : _ref151$color,
4053
- size = _ref151.size,
4054
- _ref151$label = _ref151.label,
4055
- label = _ref151$label === void 0 ? '' : _ref151$label;
4056
- return /*#__PURE__*/React.createElement(_index.ContentIcon, {
3918
+ var VitalSigns = function VitalSigns(_ref152) {
3919
+ var className = _ref152.className,
3920
+ _ref152$color = _ref152.color,
3921
+ color = _ref152$color === void 0 ? 'currentColor' : _ref152$color,
3922
+ size = _ref152.size,
3923
+ _ref152$label = _ref152.label,
3924
+ label = _ref152$label === void 0 ? 'Vital signs' : _ref152$label;
3925
+ return /*#__PURE__*/React.createElement(ContentIcon, {
4057
3926
  className: className,
4058
- size: size,
4059
- tooltip: label
3927
+ size: size
4060
3928
  }, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
4061
3929
  fillRule: "evenodd",
4062
3930
  clipRule: "evenodd",