@emblamedical/icons-react 0.6.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/dist/cjs/icons/Activity.js +30 -0
  2. package/dist/cjs/icons/Angle.js +30 -0
  3. package/dist/cjs/{iconographics/CaloriesFoodPyramid.js → icons/ArrowNarrowDown.js} +3 -3
  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/{iconographics/Expand.js → icons/RampUp.js} +3 -3
  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 -40
  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 -20
  127. package/dist/types/icons/Component.d.ts +3 -0
  128. package/dist/types/icons/CopyOff.d.ts +3 -0
  129. package/dist/types/icons/DeviceMobile.d.ts +3 -0
  130. package/dist/types/icons/DotsVertical.d.ts +3 -0
  131. package/dist/types/icons/Faq.d.ts +3 -0
  132. package/dist/types/icons/Feedback.d.ts +3 -0
  133. package/dist/types/icons/FileInfo.d.ts +3 -0
  134. package/dist/types/icons/FileSettings.d.ts +3 -0
  135. package/dist/types/icons/FileUnknown.d.ts +3 -0
  136. package/dist/types/icons/Firmware.d.ts +3 -0
  137. package/dist/types/icons/FirstAidKit.d.ts +3 -0
  138. package/dist/types/icons/Fitting.d.ts +3 -0
  139. package/dist/types/icons/Headset.d.ts +3 -0
  140. package/dist/types/icons/Language.d.ts +3 -0
  141. package/dist/types/icons/MaximizeArrows.d.ts +3 -0
  142. package/dist/types/icons/QuestionMark.d.ts +3 -0
  143. package/dist/types/icons/RampDown.d.ts +3 -0
  144. package/dist/types/icons/RampUp.d.ts +3 -0
  145. package/dist/types/icons/Restore.d.ts +3 -0
  146. package/dist/types/icons/Rollover.d.ts +3 -0
  147. package/dist/types/icons/Run.d.ts +3 -0
  148. package/dist/types/icons/Scale.d.ts +3 -0
  149. package/dist/types/icons/Selector.d.ts +3 -0
  150. package/dist/types/icons/SettingsQuestion.d.ts +3 -0
  151. package/dist/types/icons/SettingsShare.d.ts +3 -0
  152. package/dist/types/icons/ShieldCheck.d.ts +3 -0
  153. package/dist/types/icons/Shoe.d.ts +3 -0
  154. package/dist/types/icons/Sitting.d.ts +3 -0
  155. package/dist/types/icons/Sparkles.d.ts +3 -0
  156. package/dist/types/icons/Speed.d.ts +3 -0
  157. package/dist/types/icons/Spray.d.ts +3 -0
  158. package/dist/types/icons/Stairs.d.ts +3 -0
  159. package/dist/types/icons/StairsDown.d.ts +3 -0
  160. package/dist/types/icons/StairsUp.d.ts +3 -0
  161. package/dist/types/icons/Standing.d.ts +3 -0
  162. package/dist/types/icons/Step.d.ts +3 -0
  163. package/dist/types/icons/Steps.d.ts +3 -0
  164. package/dist/types/icons/Walk.d.ts +3 -0
  165. package/dist/types/icons/WhatsappFilled.d.ts +3 -0
  166. package/dist/types/icons/WhatsappOutlined.d.ts +3 -0
  167. package/dist/types/index.d.ts +62 -23
  168. package/package.json +1 -1
  169. package/dist/cjs/iconographics/CalendarIconographic.js +0 -31
  170. package/dist/cjs/iconographics/CashPaymentBill.js +0 -34
  171. package/dist/cjs/iconographics/DiagramSteadyDown.js +0 -30
  172. package/dist/cjs/iconographics/DonationCharityCarePerson.js +0 -30
  173. package/dist/cjs/iconographics/HospitalShield.js +0 -31
  174. package/dist/cjs/iconographics/InsuranceDocument.js +0 -30
  175. package/dist/cjs/iconographics/Lock.js +0 -30
  176. package/dist/cjs/iconographics/LockerRoomHangerMan.js +0 -30
  177. package/dist/cjs/iconographics/MedicalFile.js +0 -30
  178. package/dist/cjs/iconographics/MedicalProfilePatient.js +0 -30
  179. package/dist/cjs/iconographics/MedicalResourcesFolder.js +0 -30
  180. package/dist/cjs/iconographics/MedicalSpecialtyRehabilitation.js +0 -31
  181. package/dist/cjs/iconographics/MultipleActionsStar.js +0 -31
  182. package/dist/cjs/iconographics/MultipleCircle.js +0 -33
  183. package/dist/cjs/iconographics/ShieldLock.js +0 -30
  184. package/dist/cjs/iconographics/SingleManActionsInformation.js +0 -33
  185. package/dist/cjs/iconographics/SingleNeutralActionsChat.js +0 -31
  186. package/dist/cjs/icons/Whatsapp.js +0 -30
  187. package/dist/esm/iconographics/CalendarIconographic.js +0 -9
  188. package/dist/esm/iconographics/CaloriesFoodPyramid.js +0 -8
  189. package/dist/esm/iconographics/CashPaymentBill.js +0 -12
  190. package/dist/esm/iconographics/DiagramSteadyDown.js +0 -8
  191. package/dist/esm/iconographics/DonationCharityCarePerson.js +0 -8
  192. package/dist/esm/iconographics/Expand.js +0 -8
  193. package/dist/esm/iconographics/HospitalShield.js +0 -9
  194. package/dist/esm/iconographics/InsuranceDocument.js +0 -8
  195. package/dist/esm/iconographics/Lock.js +0 -8
  196. package/dist/esm/iconographics/LockerRoomHangerMan.js +0 -8
  197. package/dist/esm/iconographics/MedicalFile.js +0 -8
  198. package/dist/esm/iconographics/MedicalProfilePatient.js +0 -8
  199. package/dist/esm/iconographics/MedicalResourcesFolder.js +0 -8
  200. package/dist/esm/iconographics/MedicalSpecialtyRehabilitation.js +0 -9
  201. package/dist/esm/iconographics/MultipleActionsStar.js +0 -9
  202. package/dist/esm/iconographics/MultipleCircle.js +0 -11
  203. package/dist/esm/iconographics/ShieldLock.js +0 -8
  204. package/dist/esm/iconographics/SingleManActionsInformation.js +0 -11
  205. package/dist/esm/iconographics/SingleNeutralActionsChat.js +0 -9
  206. package/dist/esm/icons/Whatsapp.js +0 -8
  207. /package/dist/types/{iconographics/CalendarIconographic.d.ts → icons/Activity.d.ts} +0 -0
  208. /package/dist/types/{iconographics/CaloriesFoodPyramid.d.ts → icons/Angle.d.ts} +0 -0
  209. /package/dist/types/{iconographics/CashPaymentBill.d.ts → icons/ArrowNarrowDown.d.ts} +0 -0
  210. /package/dist/types/{iconographics/DiagramSteadyDown.d.ts → icons/ArrowNarrowRight.d.ts} +0 -0
  211. /package/dist/types/{iconographics/DonationCharityCarePerson.d.ts → icons/ArrowNarrowUp.d.ts} +0 -0
  212. /package/dist/types/{iconographics/Expand.d.ts → icons/ArrowsHorizontal.d.ts} +0 -0
  213. /package/dist/types/{iconographics/HospitalShield.d.ts → icons/ArrowsVertical.d.ts} +0 -0
  214. /package/dist/types/{iconographics/InsuranceDocument.d.ts → icons/Ban.d.ts} +0 -0
  215. /package/dist/types/{iconographics/Lock.d.ts → icons/BatteryLow.d.ts} +0 -0
  216. /package/dist/types/{iconographics/LockerRoomHangerMan.d.ts → icons/BatteryVerticalCharging.d.ts} +0 -0
  217. /package/dist/types/{iconographics/MedicalFile.d.ts → icons/BatteryVerticalFull.d.ts} +0 -0
  218. /package/dist/types/{iconographics/MedicalProfilePatient.d.ts → icons/BatteryVerticalNoBattery.d.ts} +0 -0
  219. /package/dist/types/{iconographics/MedicalResourcesFolder.d.ts → icons/BatteryVerticalOff.d.ts} +0 -0
  220. /package/dist/types/{iconographics/MedicalSpecialtyRehabilitation.d.ts → icons/Bike.d.ts} +0 -0
  221. /package/dist/types/{iconographics/MultipleActionsStar.d.ts → icons/BrandApple.d.ts} +0 -0
  222. /package/dist/types/{iconographics/MultipleCircle.d.ts → icons/BrandGooglePlay.d.ts} +0 -0
  223. /package/dist/types/{iconographics/ShieldLock.d.ts → icons/CalendarWeek.d.ts} +0 -0
  224. /package/dist/types/{iconographics/SingleManActionsInformation.d.ts → icons/CameraPlus.d.ts} +0 -0
  225. /package/dist/types/{iconographics/SingleNeutralActionsChat.d.ts → icons/CircleArrowDown.d.ts} +0 -0
  226. /package/dist/types/icons/{Whatsapp.d.ts → ClipboardText.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 Activity = (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.943 3.002c.437-.025.84.237.994.646L17.693 11H21c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.417 0-.79-.258-.936-.648L14.19 7.357l-3.22 12.885c-.106.425-.476.731-.913.756s-.84-.237-.994-.646L6.307 13H3c-.552 0-1-.448-1-1s.448-1 1-1h4c.417 0 .79.258.937.649l1.872 4.993L13.03 3.758l.052-.153c.148-.344.479-.581.861-.603" }));
28
+ const ForwardRef = React.forwardRef(Activity);
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 Angle = (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: "M11.143 3.485c.284-.473.898-.627 1.372-.342.473.284.627.898.342 1.372L4.768 18H21c.552 0 1 .448 1 1s-.448 1-1 1H3c-.36 0-.693-.194-.87-.507s-.173-.699.013-1.008zm9.487 10.686c.552 0 1 .448 1 1s-.448 1-1 1h-.015c-.552 0-1-.448-1-1s.448-1 1-1zm-1.1-3.4c.552 0 1 .448 1 1s-.448 1-1 1h-.015c-.552 0-1-.448-1-1s.448-1 1-1zm-1.8-3.1c.552 0 1 .448 1 1s-.448 1-1 1h-.015c-.552 0-1-.448-1-1s.448-1 1-1zm-2.3-2.7c.552 0 1 .448 1 1s-.448 1-1 1h-.015c-.552 0-1-.448-1-1s.448-1 1-1z" }));
28
+ const ForwardRef = React.forwardRef(Angle);
29
+
30
+ exports.default = ForwardRef;
@@ -23,8 +23,8 @@ function _interopNamespaceDefault(e) {
23
23
 
24
24
  var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
25
 
26
- const CaloriesFoodPyramid = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
- React__namespace.createElement("path", { fill: "currentColor", d: "M32 5.7q.8 0 1.2.7l10.7 18.5 18 31.4a1.3 1.3 0 0 1-1.1 2H3.2a1.3 1.3 0 0 1-1.1-2l18-31.4L30.8 6.4a1 1 0 0 1 1.2-.7m-8.4 18.6h16.8L32 9.7zM42 26.9H22.1l-7.3 12.7h34.4zm8.9 15.4H13.2L5.5 55.6h53z" }));
28
- const ForwardRef = React.forwardRef(CaloriesFoodPyramid);
26
+ const ArrowNarrowDown = (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: "M11 5c0-.552.448-1 1-1s1 .448 1 1v11.586l2.293-2.293c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414l-4 4c-.39.39-1.024.39-1.414 0l-4-4c-.39-.39-.39-1.024 0-1.414s1.023-.39 1.414 0L11 16.586z" }));
28
+ const ForwardRef = React.forwardRef(ArrowNarrowDown);
29
29
 
30
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 ArrowNarrowRight = (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 11c.552 0 1 .448 1 1s-.448 1-1 1H5c-.552 0-1-.448-1-1s.448-1 1-1z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M18.293 11.293c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414l-4 4c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414z" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M14.293 7.293c.39-.39 1.024-.39 1.414 0l4 4c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-4-4c-.39-.39-.39-1.023 0-1.414" }));
30
+ const ForwardRef = React.forwardRef(ArrowNarrowRight);
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 ArrowNarrowUp = (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: "M11 19V7.414L8.707 9.707c-.39.39-1.023.39-1.414 0-.39-.39-.39-1.024 0-1.414l4-4 .076-.068c.393-.32.972-.298 1.338.068l4 4c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0L13 7.414V19c0 .552-.448 1-1 1s-1-.448-1-1" }));
28
+ const ForwardRef = React.forwardRef(ArrowNarrowUp);
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 ArrowsHorizontal = (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.293 7.293c.39-.39 1.024-.39 1.414 0l4 4c.39.39.39 1.024 0 1.414l-4 4c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414L18.586 13H5.414l2.293 2.293c.39.39.39 1.024 0 1.414s-1.023.39-1.414 0l-4-4c-.39-.39-.39-1.024 0-1.414l4-4c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414L5.414 11h13.172l-2.293-2.293c-.39-.39-.39-1.023 0-1.414" }));
28
+ const ForwardRef = React.forwardRef(ArrowsHorizontal);
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 ArrowsVertical = (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: "M11.37 2.225c.392-.32.971-.298 1.337.068l4 4c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0L13 5.414v13.172l2.293-2.293c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414l-4 4c-.39.39-1.024.39-1.414 0l-4-4c-.39-.39-.39-1.024 0-1.414s1.024-.39 1.414 0L11 18.586V5.414L8.707 7.707c-.39.39-1.023.39-1.414 0-.39-.39-.39-1.023 0-1.414l4-4z" }));
28
+ const ForwardRef = React.forwardRef(ArrowsVertical);
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 Ban = (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.99 11.606c-.045-.916-.248-1.818-.6-2.668-.401-.97-.99-1.852-1.733-2.595s-1.625-1.332-2.595-1.734c-.85-.351-1.752-.554-2.668-.6L12 4c-1.05 0-2.09.207-3.062.61-.97.401-1.852.99-2.595 1.733S5.01 7.968 4.609 8.938 4 10.95 4 12l.01.394c.045.916.248 1.818.6 2.668.401.97.99 1.852 1.733 2.595s1.625 1.332 2.595 1.734S10.95 20 12 20l.394-.01c.916-.045 1.818-.248 2.668-.6.97-.401 1.852-.99 2.595-1.733s1.332-1.625 1.734-2.595S20 13.05 20 12zm1.998.886c-.056 1.145-.31 2.274-.749 3.335-.502 1.213-1.24 2.316-2.168 3.244s-2.03 1.666-3.244 2.168c-1.061.44-2.19.693-3.335.75L12 22c-1.313 0-2.614-.258-3.827-.76-1.213-.504-2.316-1.24-3.244-2.17-.929-.928-1.666-2.03-2.168-3.244-.44-1.061-.693-2.19-.75-3.335L2 12c0-1.313.258-2.614.76-3.827C3.264 6.96 4 5.857 4.93 4.929 5.857 4 6.959 3.263 8.173 2.76 9.386 2.258 10.687 2 12 2l.492.012c1.145.056 2.274.31 3.335.749 1.213.502 2.316 1.24 3.244 2.168s1.666 2.03 2.168 3.244C21.742 9.386 22 10.687 22 12z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M4.993 4.993c.39-.39 1.024-.39 1.414 0l12.6 12.6c.39.39.39 1.023 0 1.414-.39.39-1.024.39-1.414 0l-12.6-12.6c-.39-.39-.39-1.024 0-1.414" }));
29
+ const ForwardRef = React.forwardRef(Ban);
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 BatteryLow = (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: "M14 18h-4c-.552 0-1-.448-1-1s.448-1 1-1h4c.552 0 1 .448 1 1s-.448 1-1 1M9 6c-.265 0-.52.105-.707.293-.164.164-.265.38-.288.608L8 7v11c0 .265.105.52.293.707.188.188.442.293.707.293h6l.099-.005c.229-.023.444-.124.608-.288.188-.187.293-.442.293-.707V7c0-.265-.105-.52-.293-.707C15.52 6.105 15.265 6 15 6h-.5c-.398 0-.78-.158-1.06-.44l-.1-.11q-.165-.204-.253-.45h-2.175c-.074.209-.192.401-.352.56-.28.282-.662.44-1.06.44zm.087-2q.087-.246.253-.45l.1-.11.11-.1c.267-.219.602-.34.95-.34h3c.398 0 .78.158 1.06.44.16.159.278.351.352.56H15c.796 0 1.558.316 2.121.879S18 6.204 18 7v11c0 .796-.316 1.558-.879 2.121S15.796 21 15 21H9c-.796 0-1.558-.316-2.121-.879S6 18.796 6 18V7c0-.796.316-1.558.879-2.121S8.204 4 9 4z" }));
28
+ const ForwardRef = React.forwardRef(BatteryLow);
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 BatteryVerticalCharging = (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 7c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L15 6h-.5c-.398 0-.78-.158-1.06-.44-.16-.159-.278-.351-.352-.56h-2.176c-.074.209-.192.401-.352.56-.28.282-.662.44-1.06.44H9c-.265 0-.52.105-.707.293C8.105 6.481 8 6.735 8 7v11l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h6c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zm2 11c0 .796-.316 1.558-.879 2.121S15.796 21 15 21H9c-.796 0-1.558-.316-2.121-.879S6 18.796 6 18V7c0-.796.316-1.558.879-2.121S8.204 4 9 4h.088c.074-.209.192-.401.351-.56l.11-.1c.268-.219.603-.34.951-.34h3l.148.008c.344.034.667.185.912.431.16.16.278.352.352.561H15c.796 0 1.558.316 2.121.879S18 6.204 18 7z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M14 16c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.552 0-1-.448-1-1s.448-1 1-1zm0-3c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.552 0-1-.448-1-1s.448-1 1-1z" }));
29
+ const ForwardRef = React.forwardRef(BatteryVerticalCharging);
30
+
31
+ 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 BatteryVerticalFull = (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 7c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L15 6h-.5c-.398 0-.78-.158-1.06-.44-.16-.159-.278-.351-.352-.56h-2.176c-.074.209-.192.401-.352.56-.28.282-.662.44-1.06.44H9c-.265 0-.52.105-.707.293C8.105 6.481 8 6.735 8 7v11l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h6c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zm2 11c0 .796-.316 1.558-.879 2.121S15.796 21 15 21H9c-.796 0-1.558-.316-2.121-.879S6 18.796 6 18V7c0-.796.316-1.558.879-2.121S8.204 4 9 4h.088c.074-.209.192-.401.351-.56l.11-.1c.268-.219.603-.34.951-.34h3l.148.008c.344.034.667.185.912.431.16.16.278.352.352.561H15c.796 0 1.558.316 2.121.879S18 6.204 18 7z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M14 16c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.552 0-1-.448-1-1s.448-1 1-1zm0-3c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.552 0-1-.448-1-1s.448-1 1-1zm0-3c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.552 0-1-.448-1-1s.448-1 1-1zm0-3c.552 0 1 .448 1 1s-.448 1-1 1h-4c-.552 0-1-.448-1-1s.448-1 1-1z" }));
29
+ const ForwardRef = React.forwardRef(BatteryVerticalFull);
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 BatteryVerticalNoBattery = (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 7c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L15 6h-.5c-.398 0-.78-.158-1.06-.44-.16-.159-.278-.351-.352-.56h-2.176c-.074.209-.192.401-.352.56-.28.282-.662.44-1.06.44H9c-.265 0-.52.105-.707.293C8.105 6.481 8 6.735 8 7v11l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h6c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zm2 11c0 .796-.316 1.558-.879 2.121S15.796 21 15 21H9c-.796 0-1.558-.316-2.121-.879S6 18.796 6 18V7c0-.796.316-1.558.879-2.121S8.204 4 9 4h.088c.074-.209.192-.401.351-.56l.11-.1c.268-.219.603-.34.951-.34h3l.148.008c.344.034.667.185.912.431.16.16.278.352.352.561H15c.796 0 1.558.316 2.121.879S18 6.204 18 7z" }));
28
+ const ForwardRef = React.forwardRef(BatteryVerticalNoBattery);
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 BatteryVerticalOff = (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.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-2.534-2.534c-.15.35-.363.674-.638.948-.562.563-1.325.879-2.121.879H9c-.796 0-1.558-.316-2.121-.879S6 18.796 6 18V7.414L2.293 3.707c-.39-.39-.39-1.023 0-1.414M16 13V7c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L15 6h-.5c-.398 0-.78-.158-1.06-.44-.16-.159-.278-.351-.352-.56h-2.176c-.074.209-.192.401-.351.56-.282.282-.663.44-1.061.44H9c-.552 0-1-.448-1-1s.448-1 1-1h.088c.074-.209.192-.401.352-.56l.11-.1c.267-.219.602-.34.95-.34h3l.149.008c.294.03.573.145.801.332l.11.1.1.11q.166.204.252.45H15c.796 0 1.558.316 2.121.879S18 6.204 18 7v6c0 .552-.448 1-1 1s-1-.448-1-1m-7.995 5.099c.023.229.124.444.288.608.188.188.442.293.707.293h6c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707v-.586l-8-8V18z" }));
28
+ const ForwardRef = React.forwardRef(BatteryVerticalOff);
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 Bike = (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 18c0-.53-.21-1.039-.586-1.414C6.04 16.21 5.53 16 5 16s-1.039.21-1.414.586C3.21 16.96 3 17.47 3 18s.21 1.039.586 1.414C3.96 19.79 4.47 20 5 20s1.039-.21 1.414-.586C6.79 19.04 7 18.53 7 18m2 0c0 1.06-.422 2.078-1.172 2.828S6.061 22 5 22s-2.078-.422-2.828-1.172S1 19.061 1 18s.422-2.078 1.172-2.828S3.939 14 5 14s2.078.422 2.828 1.172S9 16.939 9 18m12 0c0-.53-.21-1.039-.586-1.414C20.04 16.21 19.53 16 19 16s-1.039.21-1.414.586C17.21 16.96 17 17.47 17 18s.21 1.039.586 1.414c.375.375.884.586 1.414.586s1.039-.21 1.414-.586C20.79 19.04 21 18.53 21 18m2 0c0 1.06-.422 2.078-1.172 2.828S20.061 22 19 22s-2.078-.422-2.828-1.172S15 19.061 15 18s.422-2.078 1.172-2.828S17.939 14 19 14s2.078.422 2.828 1.172S23 16.939 23 18" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M11 19v-3.586l-2.707-2.707c-.201-.201-.307-.479-.291-.763s.151-.548.373-.725l5-4 .085-.06c.204-.132.45-.185.693-.147.277.043.524.2.679.433L16.535 10H19c.552 0 1 .448 1 1s-.448 1-1 1h-3c-.334 0-.647-.167-.832-.445l-1.395-2.093-3.276 2.621 2.21 2.21c.188.188.293.442.293.707v4c0 .552-.448 1-1 1s-1-.448-1-1" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M16.007 5c0-.265-.105-.52-.293-.707-.187-.188-.442-.293-.707-.293s-.52.105-.707.293c-.188.188-.293.442-.293.707q0 .198.076.383.076.183.217.324.141.14.324.217c.121.05.252.076.383.076q.198 0 .383-.076.183-.076.324-.217.14-.141.217-.324.075-.185.076-.383m2 0c0 .394-.078.784-.229 1.148-.15.364-.371.695-.65.973-.278.279-.609.5-.973.65S15.401 8 15.007 8s-.784-.078-1.148-.229c-.364-.15-.695-.371-.973-.65-.279-.278-.5-.609-.65-.973s-.229-.754-.229-1.148c0-.796.316-1.558.879-2.121S14.21 2 15.007 2s1.559.316 2.121.879.879 1.325.879 2.121" }));
30
+ const ForwardRef = React.forwardRef(Bike);
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 BrandApple = (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.079 5.999.239.012c1.43.097 3.434 1.013 4.508 2.586q.119.174.157.383c.026.137.022.278-.01.413q-.05.206-.178.374c-.084.11-.19.203-.313.27-.05.028-.372.158-.497.217q-.383.179-.722.431c-.614.461-.948 1.009-.942 1.694.01.885.339 1.454.907 1.846.208.143.436.253.666.33.126.043.426.116.444.122.194.07.362.197.48.366.119.169.182.37.182.576C20 18.24 16.96 22 14.714 22c-.79 0-1.272-.091-1.983-.315l-.098-.031c-.463-.146-.702-.192-1.133-.192-.52 0-.863.06-1.518.237l-.197.053c-.575.153-.964.226-1.5.248C5.536 22 3 16.907 3 12.928c0-3.87 1.786-6.92 5.286-6.92q.444.002.909.128c.403.107.774.26 1.296.508.787.374.948.44 1.009.44h.016c.03-.003.128-.047 1.056-.457 1.061-.467 1.864-.685 2.746-.616l-.24-.012zM14 1c.265 0 .52.105.707.293.188.187.293.442.293.707 0 .796-.316 1.559-.879 2.121S12.796 5 12 5c-.265 0-.52-.105-.707-.293C11.105 4.52 11 4.265 11 4c0-.796.316-1.559.879-2.121S13.204 1 14 1" }));
28
+ const ForwardRef = React.forwardRef(BrandApple);
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 BrandGooglePlay = (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: "m5 19.771 13.495-7.772L5 4.228zm15.947-7.772c0 .273-.072.54-.208.776s-.331.431-.567.567l-14.623 8.42c-.258.15-.55.228-.849.228s-.591-.079-.85-.228c-.258-.149-.473-.364-.622-.622S3 20.59 3 20.29V3.71c0-.3.079-.591.227-.848l.124-.186c.135-.176.305-.325.499-.437.258-.15.55-.229.85-.229l.222.015c.22.029.434.1.628.213h-.001l14.623 8.419c.177.102.33.238.454.398l.113.17.09.182c.078.187.118.388.118.592" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M14.262 8.326c.372-.408 1.004-.437 1.412-.064.408.372.436 1.004.064 1.412l-10.5 11.5c-.372.408-1.004.437-1.412.064-.408-.372-.437-1.004-.064-1.412z" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M3.826 2.762c.408-.373 1.04-.344 1.412.064l10.5 11.5c.372.408.344 1.04-.064 1.412-.408.373-1.04.344-1.412-.064l-10.5-11.5c-.373-.408-.344-1.04.064-1.412" }));
30
+ const ForwardRef = React.forwardRef(BrandGooglePlay);
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 CalendarWeek = (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 7c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L18 6H6c-.265 0-.52.105-.707.293C5.105 6.481 5 6.735 5 7v12l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h12c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707zm2 12c0 .796-.316 1.558-.879 2.121S18.796 22 18 22H6c-.796 0-1.558-.316-2.121-.879S3 19.796 3 19V7c0-.796.316-1.558.879-2.121S5.204 4 6 4h12c.796 0 1.558.316 2.121.879S21 6.204 21 7z" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M15 7V3c0-.552.448-1 1-1s1 .448 1 1v4c0 .552-.448 1-1 1s-1-.448-1-1M7 7V3c0-.552.448-1 1-1s1 .448 1 1v4c0 .552-.448 1-1 1s-1-.448-1-1m13 3c.552 0 1 .448 1 1s-.448 1-1 1H4c-.552 0-1-.448-1-1s.448-1 1-1zM7.013 13c.552 0 1 .448 1 1s-.448 1-1 1H7c-.552 0-1-.448-1-1s.448-1 1-1zm3.002 0c.552 0 1 .448 1 1s-.448 1-1 1h-.005c-.552 0-1-.448-1-1s.448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1h-.005c-.552 0-1-.448-1-1s.448-1 1-1zm3.005 0c.552 0 1 .448 1 1s-.448 1-1 1h-.005c-.552 0-1-.448-1-1s.448-1 1-1zm-3 3c.552 0 1 .448 1 1s-.448 1-1 1h-.005c-.552 0-1-.448-1-1s.448-1 1-1zm-6.005 0 .102.005c.505.051.898.477.898.995s-.393.944-.898.995L7.015 18H7.01c-.552 0-1-.448-1-1s.448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1h-.005c-.552 0-1-.448-1-1s.448-1 1-1z" }));
29
+ const ForwardRef = React.forwardRef(CalendarWeek);
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 CameraPlus = (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 12.5V9c0-.265-.105-.52-.293-.707-.164-.164-.38-.265-.608-.288L19 8h-1c-.796 0-1.558-.316-2.121-.879-.492-.492-.796-1.137-.864-1.824L15 5H9c0 .796-.316 1.558-.879 2.121S6.796 8 6 8H5c-.265 0-.52.105-.707.293C4.105 8.481 4 8.735 4 9v9c0 .265.105.52.293.707.188.188.442.293.707.293h7c.552 0 1 .448 1 1s-.448 1-1 1H5c-.796 0-1.558-.316-2.121-.879S2 18.796 2 18V9c0-.796.316-1.558.879-2.121S4.204 6 5 6h1l.099-.005c.229-.023.444-.124.608-.288s.265-.38.288-.608l.015-.296c.045-.458.248-.889.576-1.217C7.96 3.21 8.47 3 9 3h6c.53 0 1.039.21 1.414.586.328.328.53.759.576 1.217l.015.296c.023.229.124.444.288.608.188.188.442.293.707.293h1c.796 0 1.558.316 2.121.879S22 8.204 22 9v3.5c0 .552-.448 1-1 1s-1-.448-1-1" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M22 18c.552 0 1 .448 1 1s-.448 1-1 1h-6c-.552 0-1-.448-1-1s.448-1 1-1z" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M18 22v-6c0-.552.448-1 1-1s1 .448 1 1v6c0 .552-.448 1-1 1s-1-.448-1-1m-4-9c0-.53-.21-1.039-.586-1.414C13.04 11.21 12.53 11 12 11s-1.039.21-1.414.586C10.21 11.96 10 12.47 10 13s.21 1.039.586 1.414c.375.375.884.586 1.414.586s1.039-.21 1.414-.586C13.79 14.04 14 13.53 14 13m2 0c0 1.06-.422 2.078-1.172 2.828S13.061 17 12 17s-2.078-.422-2.828-1.172S8 14.061 8 13s.422-2.078 1.172-2.828S10.939 9 12 9s2.078.422 2.828 1.172S16 11.939 16 13" }));
30
+ const ForwardRef = React.forwardRef(CameraPlus);
31
+
32
+ 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 CircleArrowDown = (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 12c0-2.122-.843-4.157-2.343-5.657S14.122 4 12 4s-4.157.842-5.657 2.343S4 9.878 4 12c0 1.05.207 2.09.61 3.062.401.97.99 1.852 1.733 2.595s1.625 1.332 2.595 1.734S10.95 20 12 20l.394-.01c.916-.045 1.818-.248 2.668-.6.97-.401 1.852-.99 2.595-1.733s1.332-1.625 1.734-2.595S20 13.05 20 12m2 0c0 1.313-.258 2.614-.76 3.827-.503 1.213-1.24 2.316-2.169 3.244-.928.929-2.03 1.666-3.244 2.168-1.061.44-2.19.693-3.335.75L12 22c-1.313 0-2.614-.258-3.827-.76-1.213-.504-2.316-1.24-3.244-2.17-.929-.928-1.666-2.03-2.168-3.244C2.258 14.614 2 13.313 2 12c0-2.652 1.053-5.196 2.929-7.071S9.348 2 12 2s5.196 1.053 7.071 2.929S22 9.348 22 12" }),
28
+ React__namespace.createElement("path", { fill: "currentColor", d: "M7.293 11.293c.39-.39 1.024-.39 1.414 0l4 4c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-4-4c-.39-.39-.39-1.024 0-1.414" }),
29
+ React__namespace.createElement("path", { fill: "currentColor", d: "M11 16V8c0-.552.448-1 1-1s1 .448 1 1v8c0 .552-.448 1-1 1s-1-.448-1-1" }),
30
+ React__namespace.createElement("path", { fill: "currentColor", d: "M15.293 11.293c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.414l-4 4c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414z" }));
31
+ const ForwardRef = React.forwardRef(CircleArrowDown);
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 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;