@emblamedical/icons-react 0.6.2 → 0.6.3

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 (190) hide show
  1. package/dist/cjs/icons/Activity.js +30 -0
  2. package/dist/cjs/icons/Angle.js +30 -0
  3. package/dist/cjs/icons/ArrowNarrowDown.js +30 -0
  4. package/dist/cjs/icons/ArrowNarrowRight.js +32 -0
  5. package/dist/cjs/icons/ArrowNarrowUp.js +30 -0
  6. package/dist/cjs/icons/ArrowsHorizontal.js +30 -0
  7. package/dist/cjs/icons/ArrowsVertical.js +30 -0
  8. package/dist/cjs/icons/Ban.js +31 -0
  9. package/dist/cjs/icons/BatteryLow.js +30 -0
  10. package/dist/cjs/icons/BatteryVerticalCharging.js +31 -0
  11. package/dist/cjs/icons/BatteryVerticalFull.js +31 -0
  12. package/dist/cjs/icons/BatteryVerticalNoBattery.js +30 -0
  13. package/dist/cjs/icons/BatteryVerticalOff.js +30 -0
  14. package/dist/cjs/icons/Bike.js +32 -0
  15. package/dist/cjs/icons/BrandApple.js +30 -0
  16. package/dist/cjs/icons/BrandGooglePlay.js +32 -0
  17. package/dist/cjs/icons/CalendarWeek.js +31 -0
  18. package/dist/cjs/icons/CameraPlus.js +32 -0
  19. package/dist/cjs/icons/CircleArrowDown.js +33 -0
  20. package/dist/cjs/icons/ClipboardText.js +30 -0
  21. package/dist/cjs/icons/Component.js +31 -0
  22. package/dist/cjs/icons/CopyOff.js +32 -0
  23. package/dist/cjs/icons/DeviceMobile.js +31 -0
  24. package/dist/cjs/icons/DotsVertical.js +30 -0
  25. package/dist/cjs/icons/Faq.js +32 -0
  26. package/dist/cjs/icons/Feedback.js +32 -0
  27. package/dist/cjs/icons/FileInfo.js +32 -0
  28. package/dist/cjs/icons/FileSettings.js +34 -0
  29. package/dist/cjs/icons/FileUnknown.js +32 -0
  30. package/dist/cjs/icons/Firmware.js +30 -0
  31. package/dist/cjs/icons/FirstAidKit.js +30 -0
  32. package/dist/cjs/icons/Fitting.js +33 -0
  33. package/dist/cjs/icons/Headset.js +30 -0
  34. package/dist/cjs/icons/History.js +1 -1
  35. package/dist/cjs/icons/Language.js +30 -0
  36. package/dist/cjs/icons/MaximizeArrows.js +34 -0
  37. package/dist/cjs/icons/PdfReader.js +1 -5
  38. package/dist/cjs/icons/QuestionMark.js +30 -0
  39. package/dist/cjs/icons/RampDown.js +30 -0
  40. package/dist/cjs/icons/RampUp.js +30 -0
  41. package/dist/cjs/icons/Restore.js +31 -0
  42. package/dist/cjs/icons/Rollover.js +31 -0
  43. package/dist/cjs/icons/Run.js +32 -0
  44. package/dist/cjs/icons/Scale.js +31 -0
  45. package/dist/cjs/icons/Selector.js +30 -0
  46. package/dist/cjs/icons/SettingsQuestion.js +31 -0
  47. package/dist/cjs/icons/SettingsShare.js +32 -0
  48. package/dist/cjs/icons/ShieldCheck.js +30 -0
  49. package/dist/cjs/icons/Shoe.js +31 -0
  50. package/dist/cjs/icons/Sitting.js +30 -0
  51. package/dist/cjs/icons/Sparkles.js +30 -0
  52. package/dist/cjs/icons/Speed.js +30 -0
  53. package/dist/cjs/icons/Spray.js +32 -0
  54. package/dist/cjs/icons/Stairs.js +30 -0
  55. package/dist/cjs/icons/StairsDown.js +30 -0
  56. package/dist/cjs/icons/StairsUp.js +30 -0
  57. package/dist/cjs/icons/Standing.js +31 -0
  58. package/dist/cjs/icons/Step.js +30 -0
  59. package/dist/cjs/icons/Steps.js +30 -0
  60. package/dist/cjs/icons/Walk.js +30 -0
  61. package/dist/cjs/icons/WhatsappFilled.js +31 -0
  62. package/dist/cjs/icons/WhatsappOutlined.js +30 -0
  63. package/dist/cjs/index.js +120 -2
  64. package/dist/esm/icons/Activity.js +8 -0
  65. package/dist/esm/icons/Angle.js +8 -0
  66. package/dist/esm/icons/ArrowNarrowDown.js +8 -0
  67. package/dist/esm/icons/ArrowNarrowRight.js +10 -0
  68. package/dist/esm/icons/ArrowNarrowUp.js +8 -0
  69. package/dist/esm/icons/ArrowsHorizontal.js +8 -0
  70. package/dist/esm/icons/ArrowsVertical.js +8 -0
  71. package/dist/esm/icons/Ban.js +9 -0
  72. package/dist/esm/icons/BatteryLow.js +8 -0
  73. package/dist/esm/icons/BatteryVerticalCharging.js +9 -0
  74. package/dist/esm/icons/BatteryVerticalFull.js +9 -0
  75. package/dist/esm/icons/BatteryVerticalNoBattery.js +8 -0
  76. package/dist/esm/icons/BatteryVerticalOff.js +8 -0
  77. package/dist/esm/icons/Bike.js +10 -0
  78. package/dist/esm/icons/BrandApple.js +8 -0
  79. package/dist/esm/icons/BrandGooglePlay.js +10 -0
  80. package/dist/esm/icons/CalendarWeek.js +9 -0
  81. package/dist/esm/icons/CameraPlus.js +10 -0
  82. package/dist/esm/icons/CircleArrowDown.js +11 -0
  83. package/dist/esm/icons/ClipboardText.js +8 -0
  84. package/dist/esm/icons/Component.js +9 -0
  85. package/dist/esm/icons/CopyOff.js +10 -0
  86. package/dist/esm/icons/DeviceMobile.js +9 -0
  87. package/dist/esm/icons/DotsVertical.js +8 -0
  88. package/dist/esm/icons/Faq.js +10 -0
  89. package/dist/esm/icons/Feedback.js +10 -0
  90. package/dist/esm/icons/FileInfo.js +10 -0
  91. package/dist/esm/icons/FileSettings.js +12 -0
  92. package/dist/esm/icons/FileUnknown.js +10 -0
  93. package/dist/esm/icons/Firmware.js +8 -0
  94. package/dist/esm/icons/FirstAidKit.js +8 -0
  95. package/dist/esm/icons/Fitting.js +11 -0
  96. package/dist/esm/icons/Headset.js +8 -0
  97. package/dist/esm/icons/History.js +1 -1
  98. package/dist/esm/icons/Language.js +8 -0
  99. package/dist/esm/icons/MaximizeArrows.js +12 -0
  100. package/dist/esm/icons/PdfReader.js +1 -5
  101. package/dist/esm/icons/QuestionMark.js +8 -0
  102. package/dist/esm/icons/RampDown.js +8 -0
  103. package/dist/esm/icons/RampUp.js +8 -0
  104. package/dist/esm/icons/Restore.js +9 -0
  105. package/dist/esm/icons/Rollover.js +9 -0
  106. package/dist/esm/icons/Run.js +10 -0
  107. package/dist/esm/icons/Scale.js +9 -0
  108. package/dist/esm/icons/Selector.js +8 -0
  109. package/dist/esm/icons/SettingsQuestion.js +9 -0
  110. package/dist/esm/icons/SettingsShare.js +10 -0
  111. package/dist/esm/icons/ShieldCheck.js +8 -0
  112. package/dist/esm/icons/Shoe.js +9 -0
  113. package/dist/esm/icons/Sitting.js +8 -0
  114. package/dist/esm/icons/Sparkles.js +8 -0
  115. package/dist/esm/icons/Speed.js +8 -0
  116. package/dist/esm/icons/Spray.js +10 -0
  117. package/dist/esm/icons/Stairs.js +8 -0
  118. package/dist/esm/icons/StairsDown.js +8 -0
  119. package/dist/esm/icons/StairsUp.js +8 -0
  120. package/dist/esm/icons/Standing.js +9 -0
  121. package/dist/esm/icons/Step.js +8 -0
  122. package/dist/esm/icons/Steps.js +8 -0
  123. package/dist/esm/icons/Walk.js +8 -0
  124. package/dist/esm/icons/WhatsappFilled.js +9 -0
  125. package/dist/esm/icons/WhatsappOutlined.js +8 -0
  126. package/dist/esm/index.js +60 -1
  127. package/dist/types/icons/Angle.d.ts +3 -0
  128. package/dist/types/icons/ArrowNarrowDown.d.ts +3 -0
  129. package/dist/types/icons/ArrowNarrowRight.d.ts +3 -0
  130. package/dist/types/icons/ArrowNarrowUp.d.ts +3 -0
  131. package/dist/types/icons/ArrowsHorizontal.d.ts +3 -0
  132. package/dist/types/icons/ArrowsVertical.d.ts +3 -0
  133. package/dist/types/icons/Ban.d.ts +3 -0
  134. package/dist/types/icons/BatteryLow.d.ts +3 -0
  135. package/dist/types/icons/BatteryVerticalCharging.d.ts +3 -0
  136. package/dist/types/icons/BatteryVerticalFull.d.ts +3 -0
  137. package/dist/types/icons/BatteryVerticalNoBattery.d.ts +3 -0
  138. package/dist/types/icons/BatteryVerticalOff.d.ts +3 -0
  139. package/dist/types/icons/Bike.d.ts +3 -0
  140. package/dist/types/icons/BrandApple.d.ts +3 -0
  141. package/dist/types/icons/BrandGooglePlay.d.ts +3 -0
  142. package/dist/types/icons/CalendarWeek.d.ts +3 -0
  143. package/dist/types/icons/CameraPlus.d.ts +3 -0
  144. package/dist/types/icons/CircleArrowDown.d.ts +3 -0
  145. package/dist/types/icons/ClipboardText.d.ts +3 -0
  146. package/dist/types/icons/Component.d.ts +3 -0
  147. package/dist/types/icons/CopyOff.d.ts +3 -0
  148. package/dist/types/icons/DeviceMobile.d.ts +3 -0
  149. package/dist/types/icons/DotsVertical.d.ts +3 -0
  150. package/dist/types/icons/Faq.d.ts +3 -0
  151. package/dist/types/icons/Feedback.d.ts +3 -0
  152. package/dist/types/icons/FileInfo.d.ts +3 -0
  153. package/dist/types/icons/FileSettings.d.ts +3 -0
  154. package/dist/types/icons/FileUnknown.d.ts +3 -0
  155. package/dist/types/icons/Firmware.d.ts +3 -0
  156. package/dist/types/icons/FirstAidKit.d.ts +3 -0
  157. package/dist/types/icons/Fitting.d.ts +3 -0
  158. package/dist/types/icons/Headset.d.ts +3 -0
  159. package/dist/types/icons/Language.d.ts +3 -0
  160. package/dist/types/icons/MaximizeArrows.d.ts +3 -0
  161. package/dist/types/icons/QuestionMark.d.ts +3 -0
  162. package/dist/types/icons/RampDown.d.ts +3 -0
  163. package/dist/types/icons/RampUp.d.ts +3 -0
  164. package/dist/types/icons/Restore.d.ts +3 -0
  165. package/dist/types/icons/Rollover.d.ts +3 -0
  166. package/dist/types/icons/Run.d.ts +3 -0
  167. package/dist/types/icons/Scale.d.ts +3 -0
  168. package/dist/types/icons/Selector.d.ts +3 -0
  169. package/dist/types/icons/SettingsQuestion.d.ts +3 -0
  170. package/dist/types/icons/SettingsShare.d.ts +3 -0
  171. package/dist/types/icons/ShieldCheck.d.ts +3 -0
  172. package/dist/types/icons/Shoe.d.ts +3 -0
  173. package/dist/types/icons/Sitting.d.ts +3 -0
  174. package/dist/types/icons/Sparkles.d.ts +3 -0
  175. package/dist/types/icons/Speed.d.ts +3 -0
  176. package/dist/types/icons/Spray.d.ts +3 -0
  177. package/dist/types/icons/Stairs.d.ts +3 -0
  178. package/dist/types/icons/StairsDown.d.ts +3 -0
  179. package/dist/types/icons/StairsUp.d.ts +3 -0
  180. package/dist/types/icons/Standing.d.ts +3 -0
  181. package/dist/types/icons/Step.d.ts +3 -0
  182. package/dist/types/icons/Steps.d.ts +3 -0
  183. package/dist/types/icons/Walk.d.ts +3 -0
  184. package/dist/types/icons/WhatsappFilled.d.ts +3 -0
  185. package/dist/types/icons/WhatsappOutlined.d.ts +3 -0
  186. package/dist/types/index.d.ts +62 -3
  187. package/package.json +1 -1
  188. package/dist/cjs/icons/Whatsapp.js +0 -30
  189. package/dist/esm/icons/Whatsapp.js +0 -8
  190. /package/dist/types/icons/{Whatsapp.d.ts → Activity.d.ts} +0 -0
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const ClipboardText = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M18 7c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L17 6h-1.176c-.148.417-.384.802-.703 1.121C14.56 7.684 13.796 8 13 8h-2c-.796 0-1.558-.316-2.121-.879-.32-.319-.555-.704-.703-1.121H7c-.265 0-.52.105-.707.293C6.105 6.481 6 6.735 6 7v12l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h10c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zm-3 8c.552 0 1 .448 1 1s-.448 1-1 1H9c-.552 0-1-.448-1-1s.448-1 1-1zm0-4c.552 0 1 .448 1 1s-.448 1-1 1H9c-.552 0-1-.448-1-1s.448-1 1-1zm-4-7c-.265 0-.52.105-.707.293-.188.188-.293.442-.293.707s.105.52.293.707c.188.188.442.293.707.293h2l.099-.005c.229-.023.444-.124.608-.288.188-.188.293-.442.293-.707s-.105-.52-.293-.707c-.164-.164-.38-.265-.608-.288L13 4zm9 15c0 .796-.316 1.558-.879 2.121S17.796 22 17 22H7c-.796 0-1.558-.316-2.121-.879S4 19.796 4 19V7c0-.796.316-1.558.879-2.121S6.204 4 7 4h1.176c.148-.417.384-.802.703-1.121C9.442 2.316 10.204 2 11 2h2c.796 0 1.559.316 2.121.879.32.319.555.704.703 1.121H17c.796 0 1.558.316 2.121.879S20 6.204 20 7z" }));
28
+ const ForwardRef = React.forwardRef(ClipboardText);
29
+
30
+ exports.default = ForwardRef;
@@ -0,0 +1,31 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Component = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M2 8.217C2 7.05 2.634 5.98 3.65 5.41l6.75-3.98.025-.015C10.917 1.143 11.47 1 12.033 1s1.115.143 1.608.414l.025.014 6.75 3.98q.089.056.163.125c.405.273.743.634.988 1.058.286.495.436 1.056.433 1.627v7.284c0 1.157-.623 2.218-1.624 2.792l-6.749 4.27q-.026.017-.054.032C13.091 22.861 12.55 23 12 23s-1.091-.14-1.573-.404l-.054-.031-6.75-4.27c-.482-.276-.886-.671-1.17-1.15-.295-.496-.452-1.063-.453-1.64zM4 15.5l.012.164c.022.161.076.318.16.46.084.14.195.264.327.36l.139.089.054.032 6.71 4.244c.184.098.39.151.598.151.209 0 .413-.053.597-.151l6.71-4.244.053-.031c.398-.22.64-.63.64-1.072v-7.29c.001-.218-.055-.432-.164-.62-.109-.19-.266-.345-.455-.453q-.085-.049-.156-.111l-6.557-3.866c-.195-.105-.413-.162-.635-.162-.22 0-.438.055-.633.16L4.666 7.13l-.026.015c-.399.219-.64.63-.64 1.071z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M14 12c0-.53-.21-1.039-.586-1.414C13.04 10.21 12.53 10 12 10s-1.039.21-1.414.586C10.21 10.96 10 11.469 10 12s.21 1.039.586 1.414c.375.375.884.586 1.414.586s1.039-.21 1.414-.586C13.79 13.039 14 12.53 14 12m2 0c0 1.06-.422 2.078-1.172 2.828S13.061 16 12 16s-2.078-.422-2.828-1.172S8 13.061 8 12s.422-2.078 1.172-2.828S10.939 8 12 8s2.078.422 2.828 1.172S16 10.939 16 12" }));
29
+ const ForwardRef = React.forwardRef(Component);
30
+
31
+ exports.default = ForwardRef;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const CopyOff = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M7 18v-8c0-.83.339-1.584.884-2.126.391-.39 1.024-.388 1.414.004s.388 1.025-.004 1.414C9.111 9.474 9 9.722 9 10v8c0 .265.105.52.293.707.188.188.442.293.707.293h8c.265 0 .52-.106.707-.293.39-.39 1.024-.39 1.414.001.39.39.39 1.024 0 1.414-.492.492-1.138.796-1.825.863L18 21h-8c-.796 0-1.558-.316-2.121-.879S7 18.796 7 18m12-2v-6c0-.265-.105-.52-.293-.707C18.52 9.105 18.265 9 18 9h-6c-.552 0-1-.448-1-1s.448-1 1-1h6c.796 0 1.558.316 2.121.879S21 9.204 21 10v6c0 .552-.448 1-1 1s-1-.448-1-1" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M3 14V6c0-.823.333-1.575.875-2.117.39-.39 1.024-.39 1.414 0s.39 1.023 0 1.414C5.111 5.475 5 5.723 5 6v8l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h2c.552 0 1 .448 1 1s-.448 1-1 1H6c-.796 0-1.558-.316-2.121-.879S3 14.796 3 14m12-6V6c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L14 5H8c-.552 0-1-.448-1-1s.448-1 1-1h6c.796 0 1.559.316 2.121.879S17 5.204 17 6v2c0 .552-.448 1-1 1s-1-.448-1-1" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M2.293 2.293c.39-.39 1.024-.39 1.414 0l18 18c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-18-18c-.39-.39-.39-1.023 0-1.414" }));
30
+ const ForwardRef = React.forwardRef(CopyOff);
31
+
32
+ exports.default = ForwardRef;
@@ -0,0 +1,31 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const DeviceMobile = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M17 5c0-.265-.105-.52-.293-.707C16.52 4.105 16.265 4 16 4H8c-.265 0-.52.105-.707.293C7.105 4.481 7 4.735 7 5v14c0 .265.105.52.293.707.188.188.442.293.707.293h8c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zm2 14c0 .796-.316 1.558-.879 2.121S16.796 22 16 22H8c-.796 0-1.558-.316-2.121-.879S5 19.796 5 19V5c0-.796.316-1.558.879-2.121S7.204 2 8 2h8c.796 0 1.558.316 2.121.879S19 4.204 19 5z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M13 3c.552 0 1 .448 1 1s-.448 1-1 1h-2c-.552 0-1-.448-1-1s.448-1 1-1zm-2 14.01V17c0-.552.448-1 1-1s1 .448 1 1v.01c0 .552-.448 1-1 1s-1-.448-1-1" }));
29
+ const ForwardRef = React.forwardRef(DeviceMobile);
30
+
31
+ exports.default = ForwardRef;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const DotsVertical = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M10 12c0-.53.21-1.039.586-1.414C10.96 10.21 11.47 10 12 10s1.039.21 1.414.586c.375.375.586.884.586 1.414s-.21 1.039-.586 1.414C13.04 13.79 12.53 14 12 14s-1.039-.21-1.414-.586C10.21 13.04 10 12.53 10 12m0 7c0-.53.21-1.039.586-1.414C10.96 17.21 11.47 17 12 17s1.039.21 1.414.586c.375.375.586.884.586 1.414s-.21 1.039-.586 1.414C13.04 20.79 12.53 21 12 21s-1.039-.21-1.414-.586C10.21 20.04 10 19.53 10 19m0-14c0-.53.21-1.039.586-1.414C10.96 3.21 11.47 3 12 3l.197.01c.458.045.889.248 1.217.576C13.79 3.96 14 4.47 14 5s-.21 1.039-.586 1.414C13.04 6.79 12.53 7 12 7s-1.039-.21-1.414-.586C10.21 6.04 10 5.53 10 5" }));
28
+ const ForwardRef = React.forwardRef(DotsVertical);
29
+
30
+ exports.default = ForwardRef;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Faq = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M16 8c.552 0 1 .448 1 1s-.448 1-1 1H8c-.552 0-1-.448-1-1s.448-1 1-1zm-2 4c.552 0 1 .448 1 1s-.448 1-1 1H8c-.552 0-1-.448-1-1s.448-1 1-1z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M20 11.5V7c0-.53-.21-1.039-.586-1.414C19.04 5.21 18.53 5 18 5H6c-.53 0-1.039.21-1.414.586C4.21 5.96 4 6.47 4 7v8c0 .53.21 1.039.586 1.414C4.96 16.79 5.47 17 6 17h2c.552 0 1 .448 1 1v1.233l3.485-2.09.121-.062q.188-.08.394-.081h1c.552 0 1 .448 1 1s-.448 1-1 1h-.723l-4.762 2.857c-.31.186-.695.19-1.008.013S7 21.36 7 21v-2H6c-1.06 0-2.078-.422-2.828-1.172S2 16.061 2 15V7c0-1.06.422-2.078 1.172-2.828S4.939 3 6 3h12c1.06 0 2.078.422 2.828 1.172S22 5.939 22 7v4.5c0 .552-.448 1-1 1s-1-.448-1-1m-2 10.51V22c0-.552.448-1 1-1s1 .448 1 1v.01c0 .552-.448 1-1 1s-1-.448-1-1" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M18.427 14.058c.577-.116 1.173-.057 1.715.165l.228.105.003.001c.597.31 1.074.81 1.353 1.421.279.612.344 1.3.186 1.952-.158.654-.53 1.235-1.057 1.652-.528.416-1.18.644-1.852.646-.552.002-1.001-.445-1.003-.997s.445-1.001.997-1.003c.224 0 .442-.077.618-.216s.301-.333.354-.551.03-.448-.063-.653c-.093-.204-.252-.37-.45-.473-.197-.1-.42-.13-.637-.087-.216.043-.412.158-.555.327-.357.421-.989.474-1.41.117-.422-.357-.474-.988-.118-1.41.435-.513 1.031-.864 1.69-.996" }));
30
+ const ForwardRef = React.forwardRef(Faq);
31
+
32
+ exports.default = ForwardRef;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Feedback = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M20 7c0-.53-.21-1.039-.586-1.414C19.04 5.21 18.53 5 18 5H6c-.53 0-1.039.21-1.414.586C4.21 5.96 4 6.47 4 7v8c0 .53.21 1.039.586 1.414C4.96 16.79 5.47 17 6 17h2c.552 0 1 .448 1 1v1.233l3.485-2.09.121-.062q.188-.08.394-.081h5c.53 0 1.039-.21 1.414-.586C19.79 16.04 20 15.53 20 15zm2 8c0 1.06-.422 2.078-1.172 2.828S19.061 19 18 19h-4.723l-4.762 2.857c-.31.186-.695.19-1.008.013S7 21.36 7 21v-2H6c-1.06 0-2.078-.422-2.828-1.172S2 16.061 2 15V7c0-1.06.422-2.078 1.172-2.828S4.939 3 6 3h12c1.06 0 2.078.422 2.828 1.172S22 5.939 22 7z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M10.293 7.293c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414L9.414 11l2.293 2.293c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-3-3c-.39-.39-.39-1.024 0-1.414z" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M16 10c.552 0 1 .448 1 1s-.448 1-1 1H8c-.552 0-1-.448-1-1s.448-1 1-1z" }));
30
+ const ForwardRef = React.forwardRef(Feedback);
31
+
32
+ exports.default = ForwardRef;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const FileInfo = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M13 7V3c0-.552.448-1 1-1s1 .448 1 1v4h4c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.53 0-1.039-.21-1.414-.586C13.21 8.04 13 7.53 13 7" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M4 19V5c0-.796.316-1.558.879-2.121S6.204 2 7 2h7c.265 0 .52.105.707.293l5 5c.188.188.293.442.293.707v11c0 .796-.316 1.558-.879 2.121S17.796 22 17 22H7c-.796 0-1.558-.316-2.121-.879S4 19.796 4 19m2 0c0 .265.105.52.293.707.188.188.442.293.707.293h10c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707V8.414L13.586 4H7c-.265 0-.52.105-.707.293C6.105 4.481 6 4.735 6 5z" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M12 13c.552 0 1 .448 1 1v3c.552 0 1 .448 1 1s-.448 1-1 1h-1c-.552 0-1-.448-1-1v-3c-.552 0-1-.448-1-1s.448-1 1-1zm.01-3c.552 0 1 .448 1 1s-.448 1-1 1H12c-.552 0-1-.448-1-1s.448-1 1-1z" }));
30
+ const ForwardRef = React.forwardRef(FileInfo);
31
+
32
+ exports.default = ForwardRef;
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const FileSettings = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M13 14c0-.265-.105-.52-.293-.707C12.52 13.105 12.265 13 12 13s-.52.105-.707.293c-.188.188-.293.442-.293.707s.105.52.293.707c.188.188.442.293.707.293s.52-.105.707-.293c.188-.187.293-.442.293-.707m2 0c0 .796-.316 1.559-.879 2.121S12.796 17 12 17s-1.559-.316-2.121-.879S9 14.796 9 14s.316-1.559.879-2.121S11.204 11 12 11s1.559.316 2.121.879S15 13.204 15 14" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M11 12v-1.5c0-.552.448-1 1-1s1 .448 1 1V12c0 .552-.448 1-1 1s-1-.448-1-1m0 5.5V16c0-.552.448-1 1-1s1 .448 1 1v1.5c0 .552-.448 1-1 1s-1-.448-1-1" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M14.53 11.384c.48-.276 1.09-.112 1.367.366s.112 1.09-.366 1.366l-1.299.75c-.478.276-1.09.112-1.366-.366s-.112-1.09.366-1.366zm-4.762 2.75c.478-.276 1.09-.112 1.366.366s.112 1.09-.366 1.366l-1.3.75c-.478.276-1.09.112-1.366-.366s-.112-1.09.366-1.366z" }),
30
+ React__namespace.createElement("path", { fill: "currentColor", d: "M12.859 14.514c.284-.473.899-.625 1.372-.34l1.285.772c.473.285.625.899.34 1.372-.284.473-.898.627-1.371.342l-1.286-.774c-.473-.284-.625-.898-.34-1.372m-4.715-2.833c.284-.473.898-.625 1.372-.34l1.285.772c.473.285.625.899.34 1.372-.284.473-.898.627-1.371.342l-1.286-.774c-.473-.284-.625-.899-.34-1.372M13 7V3c0-.552.448-1 1-1s1 .448 1 1v4h4c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.53 0-1.039-.21-1.414-.586C13.21 8.04 13 7.53 13 7" }),
31
+ React__namespace.createElement("path", { fill: "currentColor", d: "M4 19V5c0-.796.316-1.558.879-2.121S6.204 2 7 2h7l.099.005c.229.023.444.124.608.288l5 5c.188.188.293.442.293.707v11c0 .796-.316 1.558-.879 2.121S17.796 22 17 22H7c-.796 0-1.558-.316-2.121-.879S4 19.796 4 19m2 0 .005.099c.023.229.124.444.288.608.188.188.442.293.707.293h10c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707V8.414L13.586 4H7c-.265 0-.52.105-.707.293C6.105 4.481 6 4.735 6 5z" }));
32
+ const ForwardRef = React.forwardRef(FileSettings);
33
+
34
+ exports.default = ForwardRef;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const FileUnknown = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M13 7V3c0-.552.448-1 1-1s1 .448 1 1v4h4c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.53 0-1.039-.21-1.414-.586C13.21 8.04 13 7.53 13 7" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M4 19V5c0-.796.316-1.558.879-2.121S6.204 2 7 2h7l.099.005c.229.023.444.124.608.288l5 5c.188.188.293.442.293.707v11c0 .796-.316 1.558-.879 2.121S17.796 22 17 22H7c-.796 0-1.558-.316-2.121-.879S4 19.796 4 19m2 0 .005.099c.023.229.124.444.288.608.188.188.442.293.707.293h10c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707V8.414L13.586 4H7c-.265 0-.52.105-.707.293C6.105 4.481 6 4.735 6 5z" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M11 17.01V17c0-.552.448-1 1-1s1 .448 1 1v.01c0 .552-.448 1-1 1s-1-.448-1-1m.112-6.847c.392-.149.816-.197 1.231-.14.416.058.81.22 1.147.47s.606.58.781.961c.176.38.253.8.224 1.218-.03.418-.163.823-.389 1.177-.226.353-.538.643-.906.844-.368.202-.78.307-1.2.307-.553 0-1-.449-1-1.001s.448-1 1-.999q.129 0 .24-.062.112-.061.181-.168.07-.108.079-.236c.005-.083-.01-.167-.045-.243s-.09-.142-.156-.192q-.104-.076-.23-.094c-.083-.012-.168-.003-.246.027q-.12.046-.202.144c-.359.42-.99.469-1.41.11-.42-.358-.47-.99-.112-1.409.273-.319.62-.565 1.013-.714" }));
30
+ const ForwardRef = React.forwardRef(FileUnknown);
31
+
32
+ exports.default = ForwardRef;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Firmware = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M6 6v12h12V6zm9 2c.552 0 1 .448 1 1v6c0 .552-.448 1-1 1H9c-.552 0-1-.448-1-1V9c0-.552.448-1 1-1zm-5 6h4v-4h-4zm10-5h1c.552 0 1 .448 1 1s-.448 1-1 1h-1v2h1c.552 0 1 .448 1 1s-.448 1-1 1h-1v3c0 .53-.21 1.039-.586 1.414C19.04 19.79 18.53 20 18 20h-3v1c0 .552-.448 1-1 1s-1-.448-1-1v-1h-2v1c0 .552-.448 1-1 1s-1-.448-1-1v-1H6c-.53 0-1.039-.21-1.414-.586C4.21 19.04 4 18.53 4 18v-3H3c-.552 0-1-.448-1-1s.448-1 1-1h1v-2H3c-.552 0-1-.448-1-1s.448-1 1-1h1V6c0-.53.21-1.039.586-1.414C4.96 4.21 5.47 4 6 4h3V3c0-.552.448-1 1-1s1 .448 1 1v1h2V3c0-.552.448-1 1-1s1 .448 1 1v1h3c.53 0 1.039.21 1.414.586C19.79 4.96 20 5.47 20 6z" }));
28
+ const ForwardRef = React.forwardRef(Firmware);
29
+
30
+ exports.default = ForwardRef;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const FirstAidKit = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M19 10c0-.265-.105-.52-.293-.707C18.52 9.105 18.265 9 18 9H6c-.265 0-.52.105-.707.293C5.105 9.481 5 9.735 5 10v8c0 .265.105.52.293.707.188.188.442.293.707.293h12c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zm-8 6v-1h-1c-.552 0-1-.448-1-1s.448-1 1-1h1v-1c0-.552.448-1 1-1s1 .448 1 1v1h1c.552 0 1 .448 1 1s-.448 1-1 1h-1v1c0 .552-.448 1-1 1s-1-.448-1-1m4-10c0-.265-.105-.52-.293-.707C14.52 5.105 14.265 5 14 5h-4c-.265 0-.52.105-.707.293C9.105 5.481 9 5.735 9 6v1h6zm2 1h1c.796 0 1.558.316 2.121.879S21 9.204 21 10v8c0 .796-.316 1.558-.879 2.121S18.796 21 18 21H6c-.796 0-1.558-.316-2.121-.879S3 18.796 3 18v-8c0-.796.316-1.558.879-2.121S5.204 7 6 7h1V6c0-.796.316-1.558.879-2.121S9.204 3 10 3h4c.796 0 1.559.316 2.121.879S17 5.204 17 6z" }));
28
+ const ForwardRef = React.forwardRef(FirstAidKit);
29
+
30
+ exports.default = ForwardRef;
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Fitting = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M15 7c0-.796-.316-1.558-.879-2.121S12.796 4 12 4s-1.559.316-2.121.879S9 6.204 9 7s.316 1.558.879 2.121S11.204 10 12 10s1.559-.316 2.121-.879S15 7.796 15 7m2 0c0 1.326-.527 2.597-1.465 3.535C14.598 11.473 13.326 12 12 12s-2.597-.527-3.535-1.465S7 8.326 7 7s.527-2.597 1.465-3.535S10.674 2 12 2s2.598.527 3.535 1.465S17 5.674 17 7M5 21v-2c0-1.326.527-2.597 1.465-3.535S8.674 14 10 14h2.5c.552 0 1 .448 1 1s-.448 1-1 1H10c-.796 0-1.558.316-2.121.879S7 18.204 7 19v2c0 .552-.448 1-1 1s-1-.448-1-1m15.001-2c0-.265-.105-.52-.293-.707-.187-.188-.442-.293-.707-.293s-.52.105-.707.293c-.188.188-.293.442-.293.707s.105.52.293.707c.188.188.442.293.707.293s.52-.105.707-.293c.188-.187.293-.442.293-.707m2 0c0 .796-.316 1.558-.879 2.121S19.797 22 19.001 22s-1.559-.316-2.121-.879S16 19.796 16 19s.316-1.558.879-2.121S18.205 16 19 16s1.558.316 2.121.879S22 18.204 22 19" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M18.001 17v-1.5c0-.552.448-1 1-1s1 .448 1 1V17c0 .552-.448 1-1 1s-1-.448-1-1m0 5.5V21c0-.552.448-1 1-1s1 .448 1 1v1.5c0 .552-.448 1-1 1s-1-.448-1-1" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M21.532 16.384c.478-.276 1.09-.112 1.366.366s.112 1.09-.366 1.366l-1.299.75c-.478.276-1.09.112-1.366-.366s-.112-1.09.366-1.366zm-4.762 2.75c.478-.276 1.09-.112 1.366.366s.112 1.09-.366 1.366l-1.3.75c-.478.276-1.09.112-1.366-.366s-.112-1.09.366-1.366z" }),
30
+ React__namespace.createElement("path", { fill: "currentColor", d: "M15.104 16.75c.276-.478.888-.642 1.366-.366l1.3.75c.478.276.642.888.366 1.366s-.888.642-1.366.366l-1.3-.75c-.478-.276-.642-.888-.366-1.366m4.763 2.75c.276-.478.888-.642 1.366-.366l1.3.75c.478.276.642.888.366 1.366s-.888.642-1.366.366l-1.3-.75c-.478-.276-.642-.888-.366-1.366" }));
31
+ const ForwardRef = React.forwardRef(Fitting);
32
+
33
+ exports.default = ForwardRef;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Headset = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M19 14c0-.265-.105-.52-.293-.707C18.52 13.105 18.265 13 18 13h-1c-.265 0-.52.105-.707.293-.188.188-.293.442-.293.707v3c0 .265.105.52.293.707.188.188.442.293.707.293h1c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zM8 14c0-.265-.105-.52-.293-.707C7.519 13.105 7.265 13 7 13H6c-.265 0-.52.105-.707.293-.188.188-.293.442-.293.707v3c0 .265.105.52.293.707.188.188.442.293.707.293h1c.265 0 .52-.105.707-.293C7.895 17.52 8 17.265 8 17zm13 3c0 .796-.316 1.558-.879 2.121-.359.359-.8.616-1.277.756-.346.96-1.226 1.675-2.154 2.139-1.252.626-2.911.984-4.69.984-.552 0-1-.448-1-1s.448-1 1-1c1.535 0 2.876-.314 3.796-.773q.309-.157.523-.309c-.54-.126-1.041-.398-1.44-.797C14.316 18.56 14 17.796 14 17v-3c0-.796.316-1.559.879-2.121S16.204 11 17 11h1c.344 0 .681.062 1 .175V11c0-1.857-.737-3.637-2.05-4.95S13.857 4 12 4s-3.637.737-4.95 2.05S5 9.143 5 11v.175c.319-.113.656-.175 1-.175h1c.796 0 1.558.316 2.121.879S10 13.204 10 14v3c0 .796-.316 1.558-.879 2.121S7.796 20 7 20H6c-.796 0-1.558-.316-2.121-.879S3 17.796 3 17v-6c0-2.387.948-4.676 2.636-6.364S9.613 2 12 2s4.676.948 6.364 2.636S21 8.613 21 11z" }));
28
+ const ForwardRef = React.forwardRef(Headset);
29
+
30
+ exports.default = ForwardRef;
@@ -26,7 +26,7 @@ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
26
  const History = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
27
  React__namespace.createElement("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#a)" },
28
28
  React__namespace.createElement("path", { d: "M12 8v4l2 2" }),
29
- React__namespace.createElement("path", { d: "M3.05 11c.224-2.2 1.25-4.24 2.883-5.732C7.565 3.776 9.69 2.938 11.9 2.913c2.211-.026 4.354.764 6.02 2.218s2.739 3.47 3.013 5.665-.269 4.412-1.526 6.232-3.14 3.112-5.289 3.632-4.415.23-6.364-.814S4.309 17.077 3.55 15m-.5 5v-5h5" })),
29
+ React__namespace.createElement("path", { d: "M3.05 11c.224-2.2 1.25-4.24 2.883-5.732C7.565 3.776 9.69 2.938 11.9 2.913c2.211-.026 4.354.764 6.02 2.218s2.739 3.47 3.013 5.665-.269 4.412-1.526 6.232-3.14 3.112-5.289 3.632c-2.15.52-4.415.23-6.364-.814S4.309 17.077 3.55 15m-.5 5v-5h5" })),
30
30
  React__namespace.createElement("defs", null,
31
31
  React__namespace.createElement("clipPath", { id: "a" },
32
32
  React__namespace.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))));
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Language = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M16 10c.395 0 .754.233.914.594l4 9c.224.504-.003 1.096-.508 1.32-.504.224-1.096-.003-1.32-.508L18.46 19h-4.922l-.625 1.406c-.224.505-.816.732-1.32.508s-.732-.816-.508-1.32l4-9c.16-.361.519-.594.914-.594m-1.572 7h3.144L16 13.463zM8 3c0-.552.448-1 1-1s1 .448 1 1v1h1c.552 0 1 .448 1 1s-.448 1-1 1H9.963c-.143 1.98-.706 3.789-1.58 5.187q-.044.069-.091.138c.942.389 2.12.643 3.433.675.552.014.988.472.974 1.024-.013.552-.471.99-1.023.976-1.787-.044-3.447-.442-4.764-1.108C6.082 13.574 5.1 14 4 14c-.552 0-1-.448-1-1s.448-1 1-1c.39 0 .793-.11 1.188-.336C4.474 10.94 4 10.041 4 9c0-.552.448-1 1-1s1 .448 1 1c0 .38.177.818.604 1.254l.083-.127c.66-1.055 1.13-2.49 1.269-4.127H4c-.552 0-1-.448-1-1s.448-1 1-1h4z" }));
28
+ const ForwardRef = React.forwardRef(Language);
29
+
30
+ exports.default = ForwardRef;
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const MaximizeArrows = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M19 8V5h-3c-.552 0-1-.448-1-1s.448-1 1-1h4c.552 0 1 .448 1 1v4c0 .552-.448 1-1 1s-1-.448-1-1" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M19.293 3.293c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414l-6 6c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414zM3 16c0-.552.448-1 1-1s1 .448 1 1v3h3c.552 0 1 .448 1 1s-.448 1-1 1H4c-.552 0-1-.448-1-1z" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M9.293 13.293c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414l-6 6c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414zM19 16c0-.552.448-1 1-1s1 .448 1 1v4c0 .552-.448 1-1 1h-4c-.552 0-1-.448-1-1s.448-1 1-1h3z" }),
30
+ React__namespace.createElement("path", { fill: "currentColor", d: "M13.293 13.293c.39-.39 1.024-.39 1.414 0l6 6c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-6-6c-.39-.39-.39-1.024 0-1.414M3 8V4c0-.552.448-1 1-1h4c.552 0 1 .448 1 1s-.448 1-1 1H5v3c0 .552-.448 1-1 1s-1-.448-1-1" }),
31
+ React__namespace.createElement("path", { fill: "currentColor", d: "M3.293 3.293c.39-.39 1.024-.39 1.414 0l6 6c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-6-6c-.39-.39-.39-1.024 0-1.414" }));
32
+ const ForwardRef = React.forwardRef(MaximizeArrows);
33
+
34
+ exports.default = ForwardRef;
@@ -24,11 +24,7 @@ function _interopNamespaceDefault(e) {
24
24
  var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
25
 
26
26
  const PdfReader = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
- React__namespace.createElement("defs", null,
28
- React__namespace.createElement("clipPath", { id: "a" },
29
- React__namespace.createElement("path", { d: "M0 0h24v24H0z" }))),
30
- React__namespace.createElement("g", { clipPath: "url(#a)" },
31
- React__namespace.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.523 1.116c3.92-1.197 2.952 5.349 1.127 11.567-1.765 6.018-4.53 12.2-6.945 9.821-2.92-2.878 3.257-5.307 9.781-7.286 5.995-1.818 12.602-2.812 11.412.946-1.065 3.365-5.687-.332-10.396-4.755-4.597-4.316-8.674-9.164-4.98-10.293Z" })));
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M7.648 1.173c.553-.17 1.11-.23 1.64-.113.55.122.997.42 1.326.834.611.768.781 1.877.79 2.95.01 1.097-.152 2.392-.418 3.764.668.7 1.397 1.417 2.154 2.127.81.761 1.605 1.486 2.366 2.14 1.32-.26 2.574-.421 3.643-.424 1.063-.003 2.165.146 2.935.72.418.311.73.743.86 1.29.126.526.064 1.077-.107 1.617-.159.502-.41.957-.794 1.3-.394.352-.864.53-1.352.572-.91.08-1.883-.309-2.773-.81-.91-.511-1.912-1.247-2.953-2.103-1.017.231-2.082.518-3.14.839-1.136.344-2.242.699-3.268 1.062-.516 1.319-1.078 2.534-1.67 3.51-.57.94-1.253 1.804-2.065 2.243-.43.234-.933.366-1.474.285-.538-.082-1-.358-1.385-.738l-.001.001c-.415-.408-.734-.873-.883-1.4-.154-.544-.105-1.08.095-1.572.373-.914 1.25-1.631 2.192-2.205.986-.6 2.25-1.162 3.643-1.687.354-.972.69-2.001.993-3.037.312-1.062.59-2.12.816-3.126-.932-1.032-1.739-2.05-2.3-2.986-.537-.9-.96-1.902-.868-2.852.049-.51.246-.993.62-1.394.364-.388.844-.644 1.378-.807m-1.71 16.803c-.574.26-1.09.525-1.532.794-.867.528-1.262.964-1.38 1.252-.044.11-.045.189-.022.272.021.075.074.193.204.35l.157.17.11.096c.096.073.153.085.172.088.021.003.087.008.223-.065.324-.176.778-.65 1.308-1.523.256-.423.51-.906.76-1.434m13.216-3.525c-.467.001-.987.04-1.546.107.456.33.888.613 1.29.84.814.457 1.338.585 1.619.56.107-.01.156-.038.193-.071.047-.042.137-.152.22-.412.099-.312.086-.48.07-.55-.013-.05-.034-.093-.111-.15-.22-.165-.755-.327-1.735-.324m-8.693-3.524c-.168.66-.349 1.322-.54 1.974q-.242.818-.51 1.637.912-.296 1.832-.576c.616-.187 1.244-.365 1.872-.53q-.674-.609-1.344-1.239c-.442-.414-.88-.839-1.31-1.266M8.856 3.014c-.096-.022-.29-.03-.624.072-.304.093-.442.198-.501.262-.049.051-.08.11-.09.217-.028.285.106.817.594 1.634.276.46.63.954 1.042 1.472.086-.661.132-1.27.127-1.81-.008-.98-.182-1.504-.354-1.72-.062-.078-.118-.11-.194-.127" }));
32
28
  const ForwardRef = React.forwardRef(PdfReader);
33
29
 
34
30
  exports.default = ForwardRef;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const QuestionMark = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M7 8c0-1.115.518-2.147 1.374-2.88C9.226 4.39 10.352 4 11.5 4h1c1.148 0 2.274.39 3.126 1.12C16.482 5.852 17 6.884 17 8c.036.846-.197 1.683-.667 2.389-.464.696-1.136 1.225-1.917 1.52-.37.176-.745.537-1.022 1.093-.28.558-.425 1.246-.395 1.955.024.552-.405 1.018-.956 1.042-.552.024-1.018-.405-1.042-.956-.043-1.022.161-2.051.604-2.936.44-.882 1.116-1.612 1.97-2.012l.093-.038c.409-.144.76-.417 1-.778.241-.36.359-.79.334-1.222L15 8c0-.476-.22-.971-.676-1.362C13.863 6.242 13.21 6 12.5 6h-1c-.709 0-1.363.242-1.824.638C9.219 7.028 9 7.524 9 8c0 .552-.448 1-1 1s-1-.448-1-1m4 11.01V19c0-.552.448-1 1-1s1 .448 1 1v.01c0 .552-.448 1-1 1s-1-.448-1-1" }));
28
+ const ForwardRef = React.forwardRef(QuestionMark);
29
+
30
+ exports.default = ForwardRef;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const RampDown = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M20.333 2.255c.294-.263.715-.33 1.075-.168.36.16.592.519.592.913v17c0 .552-.448 1-1 1H2c-.415 0-.787-.256-.935-.644-.147-.387-.04-.825.268-1.101zM4.617 19H20V5.236zM7.95 2.293c.39-.39 1.023-.39 1.414 0 .39.39.39 1.024 0 1.414l-3.95 3.95h1.829c.552 0 1 .448 1 1s-.448 1-1 1H3c-.552 0-1-.448-1-1V4.414c0-.552.448-1 1-1s1 .448 1 1v1.829z" }));
28
+ const ForwardRef = React.forwardRef(RampDown);
29
+
30
+ exports.default = ForwardRef;