@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
@@ -1,5 +1,6 @@
1
1
  import type React from 'react';
2
2
  import Icon360View from './icons/Icon360View';
3
+ import Activity from './icons/Activity';
3
4
  import AdjustmentsHorizontalFilled from './icons/AdjustmentsHorizontalFilled';
4
5
  import AdjustmentsHorizontalOutlined from './icons/AdjustmentsHorizontalOutlined';
5
6
  import AdjustmentsFilled from './icons/AdjustmentsFilled';
@@ -8,14 +9,27 @@ import AlertCircleFilled from './icons/AlertCircleFilled';
8
9
  import AlertCircleOutlined from './icons/AlertCircleOutlined';
9
10
  import AlertTriangleFilled from './icons/AlertTriangleFilled';
10
11
  import AlertTriangleOutlined from './icons/AlertTriangleOutlined';
12
+ import Angle from './icons/Angle';
11
13
  import ArrowForward from './icons/ArrowForward';
12
14
  import ArrowLeft from './icons/ArrowLeft';
15
+ import ArrowNarrowDown from './icons/ArrowNarrowDown';
16
+ import ArrowNarrowRight from './icons/ArrowNarrowRight';
17
+ import ArrowNarrowUp from './icons/ArrowNarrowUp';
13
18
  import ArrowRight from './icons/ArrowRight';
14
19
  import ArrowUpRight from './icons/ArrowUpRight';
15
20
  import ArrowsExpand from './icons/ArrowsExpand';
21
+ import ArrowsHorizontal from './icons/ArrowsHorizontal';
16
22
  import ArrowsUpDown from './icons/ArrowsUpDown';
23
+ import ArrowsVertical from './icons/ArrowsVertical';
24
+ import Ban from './icons/Ban';
25
+ import BatteryLow from './icons/BatteryLow';
26
+ import BatteryVerticalCharging from './icons/BatteryVerticalCharging';
27
+ import BatteryVerticalFull from './icons/BatteryVerticalFull';
28
+ import BatteryVerticalNoBattery from './icons/BatteryVerticalNoBattery';
29
+ import BatteryVerticalOff from './icons/BatteryVerticalOff';
17
30
  import BellFilled from './icons/BellFilled';
18
31
  import BellOutlined from './icons/BellOutlined';
32
+ import Bike from './icons/Bike';
19
33
  import Bluetooth from './icons/Bluetooth';
20
34
  import BluetoothOff from './icons/BluetoothOff';
21
35
  import BoltOff from './icons/BoltOff';
@@ -24,7 +38,11 @@ import BoltOutlined from './icons/BoltOutlined';
24
38
  import BookFilled from './icons/BookFilled';
25
39
  import BookOutlined from './icons/BookOutlined';
26
40
  import Bookmark from './icons/Bookmark';
41
+ import BrandApple from './icons/BrandApple';
42
+ import BrandGooglePlay from './icons/BrandGooglePlay';
27
43
  import Calendar from './icons/Calendar';
44
+ import CalendarWeek from './icons/CalendarWeek';
45
+ import CameraPlus from './icons/CameraPlus';
28
46
  import CameraFilled from './icons/CameraFilled';
29
47
  import CameraOutlined from './icons/CameraOutlined';
30
48
  import Certification from './icons/Certification';
@@ -33,24 +51,30 @@ import ChevronDown from './icons/ChevronDown';
33
51
  import ChevronLeft from './icons/ChevronLeft';
34
52
  import ChevronRight from './icons/ChevronRight';
35
53
  import ChevronUp from './icons/ChevronUp';
54
+ import CircleArrowDown from './icons/CircleArrowDown';
36
55
  import CircleCheckFilled from './icons/CircleCheckFilled';
37
56
  import CircleCheckOutlined from './icons/CircleCheckOutlined';
38
57
  import CircleXFilled from './icons/CircleXFilled';
39
58
  import CircleXOutlined from './icons/CircleXOutlined';
40
59
  import CircleFilled from './icons/CircleFilled';
41
60
  import CircleOutlined from './icons/CircleOutlined';
61
+ import ClipboardText from './icons/ClipboardText';
42
62
  import ClockFilled from './icons/ClockFilled';
43
63
  import ClockOutlined from './icons/ClockOutlined';
64
+ import Component from './icons/Component';
44
65
  import Copy from './icons/Copy';
66
+ import CopyOff from './icons/CopyOff';
45
67
  import CopyrightFilled from './icons/CopyrightFilled';
46
68
  import CopyrightOutlined from './icons/CopyrightOutlined';
47
69
  import CreditCardPay from './icons/CreditCardPay';
48
70
  import CurrencyDollar from './icons/CurrencyDollar';
49
71
  import CurrentLocationFilled from './icons/CurrentLocationFilled';
50
72
  import CurrentLocationOutlined from './icons/CurrentLocationOutlined';
73
+ import DeviceMobile from './icons/DeviceMobile';
51
74
  import DiscountCheckFilled from './icons/DiscountCheckFilled';
52
75
  import DiscountCheckOutlined from './icons/DiscountCheckOutlined';
53
76
  import Dots from './icons/Dots';
77
+ import DotsVertical from './icons/DotsVertical';
54
78
  import Download from './icons/Download';
55
79
  import EmailFilled from './icons/EmailFilled';
56
80
  import EmailOutlined from './icons/EmailOutlined';
@@ -59,14 +83,23 @@ import EyeOff from './icons/EyeOff';
59
83
  import EyeFilled from './icons/EyeFilled';
60
84
  import EyeOutlined from './icons/EyeOutlined';
61
85
  import Facebook from './icons/Facebook';
86
+ import Faq from './icons/Faq';
87
+ import Feedback from './icons/Feedback';
88
+ import FileInfo from './icons/FileInfo';
62
89
  import FileLambda from './icons/FileLambda';
63
90
  import FileMove from './icons/FileMove';
91
+ import FileSettings from './icons/FileSettings';
64
92
  import FileText from './icons/FileText';
65
93
  import FileTypeDoc from './icons/FileTypeDoc';
66
94
  import FileTypePdf from './icons/FileTypePdf';
95
+ import FileUnknown from './icons/FileUnknown';
67
96
  import FilterFilled from './icons/FilterFilled';
68
97
  import FilterOutlined from './icons/FilterOutlined';
98
+ import Firmware from './icons/Firmware';
99
+ import FirstAidKit from './icons/FirstAidKit';
100
+ import Fitting from './icons/Fitting';
69
101
  import Folders from './icons/Folders';
102
+ import Headset from './icons/Headset';
70
103
  import HeartFilled from './icons/HeartFilled';
71
104
  import HeartOutlined from './icons/HeartOutlined';
72
105
  import History from './icons/History';
@@ -75,6 +108,7 @@ import HomeOutlined from './icons/HomeOutlined';
75
108
  import InfoCircleFilled from './icons/InfoCircleFilled';
76
109
  import InfoCircleOutlined from './icons/InfoCircleOutlined';
77
110
  import Instagram from './icons/Instagram';
111
+ import Language from './icons/Language';
78
112
  import Link from './icons/Link';
79
113
  import Linkedin from './icons/Linkedin';
80
114
  import List from './icons/List';
@@ -84,6 +118,7 @@ import MapPinOff from './icons/MapPinOff';
84
118
  import MapPinFilled from './icons/MapPinFilled';
85
119
  import MapPinOutlined from './icons/MapPinOutlined';
86
120
  import Maximize from './icons/Maximize';
121
+ import MaximizeArrows from './icons/MaximizeArrows';
87
122
  import Menu2 from './icons/Menu2';
88
123
  import MessageCircle2Filled from './icons/MessageCircle2Filled';
89
124
  import MessageCircle2Outlined from './icons/MessageCircle2Outlined';
@@ -107,20 +142,42 @@ import PlayerPlayOutlined from './icons/PlayerPlayOutlined';
107
142
  import Plus from './icons/Plus';
108
143
  import PointFilled from './icons/PointFilled';
109
144
  import PointOutlined from './icons/PointOutlined';
145
+ import QuestionMark from './icons/QuestionMark';
146
+ import RampDown from './icons/RampDown';
147
+ import RampUp from './icons/RampUp';
110
148
  import Refresh from './icons/Refresh';
111
149
  import Registered from './icons/Registered';
112
150
  import Repeat from './icons/Repeat';
113
151
  import Reset from './icons/Reset';
152
+ import Restore from './icons/Restore';
114
153
  import Results from './icons/Results';
154
+ import Rollover from './icons/Rollover';
155
+ import Run from './icons/Run';
156
+ import Scale from './icons/Scale';
115
157
  import Scan from './icons/Scan';
116
158
  import Search from './icons/Search';
159
+ import Selector from './icons/Selector';
160
+ import SettingsQuestion from './icons/SettingsQuestion';
161
+ import SettingsShare from './icons/SettingsShare';
117
162
  import SettingsFilled from './icons/SettingsFilled';
118
163
  import SettingsOutlined from './icons/SettingsOutlined';
119
164
  import Share from './icons/Share';
165
+ import ShieldCheck from './icons/ShieldCheck';
166
+ import Shoe from './icons/Shoe';
120
167
  import ShoppingBag from './icons/ShoppingBag';
121
168
  import ShoppingCart from './icons/ShoppingCart';
169
+ import Sitting from './icons/Sitting';
170
+ import Sparkles from './icons/Sparkles';
171
+ import Speed from './icons/Speed';
172
+ import Spray from './icons/Spray';
173
+ import Stairs from './icons/Stairs';
174
+ import StairsDown from './icons/StairsDown';
175
+ import StairsUp from './icons/StairsUp';
176
+ import Standing from './icons/Standing';
122
177
  import StarFilled from './icons/StarFilled';
123
178
  import StarOutlined from './icons/StarOutlined';
179
+ import Step from './icons/Step';
180
+ import Steps from './icons/Steps';
124
181
  import TiktokFilled from './icons/TiktokFilled';
125
182
  import TiktokOutlined from './icons/TiktokOutlined';
126
183
  import Tool from './icons/Tool';
@@ -137,32 +194,14 @@ import UserOutlined from './icons/UserOutlined';
137
194
  import UsersFilled from './icons/UsersFilled';
138
195
  import UsersOutlined from './icons/UsersOutlined';
139
196
  import Video from './icons/Video';
197
+ import Walk from './icons/Walk';
140
198
  import Wechat from './icons/Wechat';
141
- import Whatsapp from './icons/Whatsapp';
199
+ import WhatsappFilled from './icons/WhatsappFilled';
200
+ import WhatsappOutlined from './icons/WhatsappOutlined';
142
201
  import World from './icons/World';
143
202
  import X from './icons/X';
144
203
  import XTwitter from './icons/XTwitter';
145
204
  import Youtube from './icons/Youtube';
146
- import CalendarIconographic from './iconographics/CalendarIconographic';
147
- import CaloriesFoodPyramid from './iconographics/CaloriesFoodPyramid';
148
- import CashPaymentBill from './iconographics/CashPaymentBill';
149
- import DiagramSteadyDown from './iconographics/DiagramSteadyDown';
150
- import DonationCharityCarePerson from './iconographics/DonationCharityCarePerson';
151
- import Expand from './iconographics/Expand';
152
- import HospitalShield from './iconographics/HospitalShield';
153
- import InsuranceDocument from './iconographics/InsuranceDocument';
154
- import Lock from './iconographics/Lock';
155
- import LockerRoomHangerMan from './iconographics/LockerRoomHangerMan';
156
- import MedicalFile from './iconographics/MedicalFile';
157
- import MedicalProfilePatient from './iconographics/MedicalProfilePatient';
158
- import MedicalResourcesFolder from './iconographics/MedicalResourcesFolder';
159
- import MedicalSpecialtyRehabilitation from './iconographics/MedicalSpecialtyRehabilitation';
160
- import MultipleActionsStar from './iconographics/MultipleActionsStar';
161
- import MultipleCircle from './iconographics/MultipleCircle';
162
- import ShieldLock from './iconographics/ShieldLock';
163
- import SingleManActionsInformation from './iconographics/SingleManActionsInformation';
164
- import SingleNeutralActionsChat from './iconographics/SingleNeutralActionsChat';
165
- export { Icon360View, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsFilled, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, ArrowForward, ArrowLeft, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsUpDown, BellFilled, BellOutlined, Bluetooth, BluetoothOff, BoltOff, BoltFilled, BoltOutlined, BookFilled, BookOutlined, Bookmark, Calendar, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleCheckFilled, CircleCheckOutlined, CircleXFilled, CircleXOutlined, CircleFilled, CircleOutlined, ClockFilled, ClockOutlined, Copy, CopyrightFilled, CopyrightOutlined, CreditCardPay, CurrencyDollar, CurrentLocationFilled, CurrentLocationOutlined, DiscountCheckFilled, DiscountCheckOutlined, Dots, Download, EmailFilled, EmailOutlined, ExternalLink, EyeOff, EyeFilled, EyeOutlined, Facebook, FileLambda, FileMove, FileText, FileTypeDoc, FileTypePdf, FilterFilled, FilterOutlined, Folders, HeartFilled, HeartOutlined, History, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Link, Linkedin, List, Loader, Map, MapPinOff, MapPinFilled, MapPinOutlined, Maximize, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, Paperclip, Pause, PdfReader, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, Refresh, Registered, Repeat, Reset, Results, Scan, Search, SettingsFilled, SettingsOutlined, Share, ShoppingBag, ShoppingCart, StarFilled, StarOutlined, TiktokFilled, TiktokOutlined, Tool, TrashOff, TrashFilled, TrashOutlined, TrendingDown, TrendingUp, Upload, UserEdit, UserPlus, UserFilled, UserOutlined, UsersFilled, UsersOutlined, Video, Wechat, Whatsapp, World, X, XTwitter, Youtube, CalendarIconographic, CaloriesFoodPyramid, CashPaymentBill, DiagramSteadyDown, DonationCharityCarePerson, Expand, HospitalShield, InsuranceDocument, Lock, LockerRoomHangerMan, MedicalFile, MedicalProfilePatient, MedicalResourcesFolder, MedicalSpecialtyRehabilitation, MultipleActionsStar, MultipleCircle, ShieldLock, SingleManActionsInformation, SingleNeutralActionsChat };
205
+ export { Icon360View, Activity, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsFilled, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, Angle, ArrowForward, ArrowLeft, ArrowNarrowDown, ArrowNarrowRight, ArrowNarrowUp, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsHorizontal, ArrowsUpDown, ArrowsVertical, Ban, BatteryLow, BatteryVerticalCharging, BatteryVerticalFull, BatteryVerticalNoBattery, BatteryVerticalOff, BellFilled, BellOutlined, Bike, Bluetooth, BluetoothOff, BoltOff, BoltFilled, BoltOutlined, BookFilled, BookOutlined, Bookmark, BrandApple, BrandGooglePlay, Calendar, CalendarWeek, CameraPlus, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleArrowDown, CircleCheckFilled, CircleCheckOutlined, CircleXFilled, CircleXOutlined, CircleFilled, CircleOutlined, ClipboardText, ClockFilled, ClockOutlined, Component, Copy, CopyOff, CopyrightFilled, CopyrightOutlined, CreditCardPay, CurrencyDollar, CurrentLocationFilled, CurrentLocationOutlined, DeviceMobile, DiscountCheckFilled, DiscountCheckOutlined, Dots, DotsVertical, Download, EmailFilled, EmailOutlined, ExternalLink, EyeOff, EyeFilled, EyeOutlined, Facebook, Faq, Feedback, FileInfo, FileLambda, FileMove, FileSettings, FileText, FileTypeDoc, FileTypePdf, FileUnknown, FilterFilled, FilterOutlined, Firmware, FirstAidKit, Fitting, Folders, Headset, HeartFilled, HeartOutlined, History, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Language, Link, Linkedin, List, Loader, Map, MapPinOff, MapPinFilled, MapPinOutlined, Maximize, MaximizeArrows, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, Paperclip, Pause, PdfReader, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, QuestionMark, RampDown, RampUp, Refresh, Registered, Repeat, Reset, Restore, Results, Rollover, Run, Scale, Scan, Search, Selector, SettingsQuestion, SettingsShare, SettingsFilled, SettingsOutlined, Share, ShieldCheck, Shoe, ShoppingBag, ShoppingCart, Sitting, Sparkles, Speed, Spray, Stairs, StairsDown, StairsUp, Standing, StarFilled, StarOutlined, Step, Steps, TiktokFilled, TiktokOutlined, Tool, TrashOff, TrashFilled, TrashOutlined, TrendingDown, TrendingUp, Upload, UserEdit, UserPlus, UserFilled, UserOutlined, UsersFilled, UsersOutlined, Video, Walk, Wechat, WhatsappFilled, WhatsappOutlined, World, X, XTwitter, Youtube };
166
206
  export type SvgComponent = React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
167
- export type IconName = '360-view' | 'adjustments-horizontal_filled' | 'adjustments-horizontal_outlined' | 'adjustments_filled' | 'adjustments_outlined' | 'alert-circle_filled' | 'alert-circle_outlined' | 'alert-triangle_filled' | 'alert-triangle_outlined' | 'arrow-forward' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrows-expand' | 'arrows-up-down' | 'bell_filled' | 'bell_outlined' | 'bluetooth' | 'bluetooth-off' | 'bolt-off' | 'bolt_filled' | 'bolt_outlined' | 'book_filled' | 'book_outlined' | 'bookmark' | 'calendar' | 'camera_filled' | 'camera_outlined' | 'certification' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-check_filled' | 'circle-check_outlined' | 'circle-x_filled' | 'circle-x_outlined' | 'circle_filled' | 'circle_outlined' | 'clock_filled' | 'clock_outlined' | 'copy' | 'copyright_filled' | 'copyright_outlined' | 'credit-card-pay' | 'currency-dollar' | 'current-location_filled' | 'current-location_outlined' | 'discount-check_filled' | 'discount-check_outlined' | 'dots' | 'download' | 'email_filled' | 'email_outlined' | 'external-link' | 'eye-off' | 'eye_filled' | 'eye_outlined' | 'facebook' | 'file-lambda' | 'file-move' | 'file-text' | 'file-type-doc' | 'file-type-pdf' | 'filter_filled' | 'filter_outlined' | 'folders' | 'heart_filled' | 'heart_outlined' | 'history' | 'home_filled' | 'home_outlined' | 'info-circle_filled' | 'info-circle_outlined' | 'instagram' | 'link' | 'linkedin' | 'list' | 'loader' | 'map' | 'map-pin-off' | 'map-pin_filled' | 'map-pin_outlined' | 'maximize' | 'menu-2' | 'message-circle-2_filled' | 'message-circle-2_outlined' | 'messenger_filled' | 'messenger_outlined' | 'minus' | 'navigation_filled' | 'navigation_outlined' | 'package' | 'paperclip' | 'pause' | 'pdf-reader' | 'pencil' | 'phone_filled' | 'phone_outlined' | 'photo' | 'photo_filled' | 'photo_outlined' | 'player-play_filled' | 'player-play_outlined' | 'plus' | 'point_filled' | 'point_outlined' | 'refresh' | 'registered' | 'repeat' | 'reset' | 'results' | 'scan' | 'search' | 'settings_filled' | 'settings_outlined' | 'share' | 'shopping-bag' | 'shopping-cart' | 'star_filled' | 'star_outlined' | 'tiktok_filled' | 'tiktok_outlined' | 'tool' | 'trash-off' | 'trash_filled' | 'trash_outlined' | 'trending-down' | 'trending-up' | 'upload' | 'user-edit' | 'user-plus' | 'user_filled' | 'user_outlined' | 'users_filled' | 'users_outlined' | 'video' | 'wechat' | 'whatsapp' | 'world' | 'x' | 'x-twitter' | 'youtube';
168
- export type IconographicName = 'calendar' | 'calories-food-pyramid' | 'cash-payment-bill' | 'diagram-steady-down' | 'donation-charity-care-person' | 'expand' | 'hospital-shield' | 'insurance-document' | 'lock' | 'locker-room-hanger-man' | 'medical-file' | 'medical-profile-patient' | 'medical-resources-folder' | 'medical-specialty-rehabilitation' | 'multiple-actions-star' | 'multiple-circle' | 'shield-lock' | 'single-man-actions-information' | 'single-neutral-actions-chat';
207
+ export type IconName = '360-view' | 'activity' | 'adjustments-horizontal_filled' | 'adjustments-horizontal_outlined' | 'adjustments_filled' | 'adjustments_outlined' | 'alert-circle_filled' | 'alert-circle_outlined' | 'alert-triangle_filled' | 'alert-triangle_outlined' | 'angle' | 'arrow-forward' | 'arrow-left' | 'arrow-narrow-down' | 'arrow-narrow-right' | 'arrow-narrow-up' | 'arrow-right' | 'arrow-up-right' | 'arrows-expand' | 'arrows-horizontal' | 'arrows-up-down' | 'arrows-vertical' | 'ban' | 'battery-low' | 'battery-vertical-charging' | 'battery-vertical-full' | 'battery-vertical-no-battery' | 'battery-vertical-off' | 'bell_filled' | 'bell_outlined' | 'bike' | 'bluetooth' | 'bluetooth-off' | 'bolt-off' | 'bolt_filled' | 'bolt_outlined' | 'book_filled' | 'book_outlined' | 'bookmark' | 'brand-apple' | 'brand-google-play' | 'calendar' | 'calendar-week' | 'camera-plus' | 'camera_filled' | 'camera_outlined' | 'certification' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-arrow-down' | 'circle-check_filled' | 'circle-check_outlined' | 'circle-x_filled' | 'circle-x_outlined' | 'circle_filled' | 'circle_outlined' | 'clipboard-text' | 'clock_filled' | 'clock_outlined' | 'component' | 'copy' | 'copy-off' | 'copyright_filled' | 'copyright_outlined' | 'credit-card-pay' | 'currency-dollar' | 'current-location_filled' | 'current-location_outlined' | 'device-mobile' | 'discount-check_filled' | 'discount-check_outlined' | 'dots' | 'dots-vertical' | 'download' | 'email_filled' | 'email_outlined' | 'external-link' | 'eye-off' | 'eye_filled' | 'eye_outlined' | 'facebook' | 'faq' | 'feedback' | 'file-info' | 'file-lambda' | 'file-move' | 'file-settings' | 'file-text' | 'file-type-doc' | 'file-type-pdf' | 'file-unknown' | 'filter_filled' | 'filter_outlined' | 'firmware' | 'first-aid-kit' | 'fitting' | 'folders' | 'headset' | 'heart_filled' | 'heart_outlined' | 'history' | 'home_filled' | 'home_outlined' | 'info-circle_filled' | 'info-circle_outlined' | 'instagram' | 'language' | 'link' | 'linkedin' | 'list' | 'loader' | 'map' | 'map-pin-off' | 'map-pin_filled' | 'map-pin_outlined' | 'maximize' | 'maximize-arrows' | 'menu-2' | 'message-circle-2_filled' | 'message-circle-2_outlined' | 'messenger_filled' | 'messenger_outlined' | 'minus' | 'navigation_filled' | 'navigation_outlined' | 'package' | 'paperclip' | 'pause' | 'pdf-reader' | 'pencil' | 'phone_filled' | 'phone_outlined' | 'photo' | 'photo_filled' | 'photo_outlined' | 'player-play_filled' | 'player-play_outlined' | 'plus' | 'point_filled' | 'point_outlined' | 'question-mark' | 'ramp-down' | 'ramp-up' | 'refresh' | 'registered' | 'repeat' | 'reset' | 'restore' | 'results' | 'rollover' | 'run' | 'scale' | 'scan' | 'search' | 'selector' | 'settings-question' | 'settings-share' | 'settings_filled' | 'settings_outlined' | 'share' | 'shield-check' | 'shoe' | 'shopping-bag' | 'shopping-cart' | 'sitting' | 'sparkles' | 'speed' | 'spray' | 'stairs' | 'stairs-down' | 'stairs-up' | 'standing' | 'star_filled' | 'star_outlined' | 'step' | 'steps' | 'tiktok_filled' | 'tiktok_outlined' | 'tool' | 'trash-off' | 'trash_filled' | 'trash_outlined' | 'trending-down' | 'trending-up' | 'upload' | 'user-edit' | 'user-plus' | 'user_filled' | 'user_outlined' | 'users_filled' | 'users_outlined' | 'video' | 'walk' | 'wechat' | 'whatsapp_filled' | 'whatsapp_outlined' | 'world' | 'x' | 'x-twitter' | 'youtube';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emblamedical/icons-react",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "sideEffects": false,
5
5
  "description": "React components for icons",
6
6
  "keywords": [
@@ -1,31 +0,0 @@
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 CalendarIconographic = (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: "M4 10.3v48.5l.1.8.4.3.7.2h53.6l.8-.2.3-.4.2-.7V10.3l-.2-.8-.4-.3-.7-.1H5.2l-.8.1-.3.4zm55-2.6V6.4H5.1a4 4 0 0 0-2.3.6 4 4 0 0 0-1.2 1.4l-.4 1.8h1.3-1.3v48.6q0 1.4.6 2.3t1.4 1.2l1.8.4v-1.3 1.3h53.7a4 4 0 0 0 2.2-.6 4 4 0 0 0 1.3-1.4l.4-1.8h-1.3 1.3V10.2A4 4 0 0 0 62 8a4 4 0 0 0-1.4-1.2L59 6.4z" }),
28
- React__namespace.createElement("path", { fill: "currentColor", d: "M15.4 1.3q1.2.1 1.3 1.3v12.8a1.3 1.3 0 0 1-2.6 0V2.6q.1-1.2 1.3-1.3m33.2 0q1.2.1 1.3 1.3v12.8a1.3 1.3 0 0 1-2.6 0V2.6q.1-1.2 1.3-1.3M1.3 20.5q.1-1.2 1.3-1.3h58.8a1.3 1.3 0 0 1 0 2.6H2.6a1.3 1.3 0 0 1-1.3-1.3" }));
29
- const ForwardRef = React.forwardRef(CalendarIconographic);
30
-
31
- exports.default = ForwardRef;
@@ -1,34 +0,0 @@
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 CashPaymentBill = (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: "M54.1 42.2 42.8 46a1.3 1.3 0 1 1-.8-2.6l11.3-3.7a8 8 0 0 1 9.2 3 1.3 1.3 0 0 1-.5 2l-13.4 7-3.6 1.9c-3.9 2-6.6 3.3-9.2 3.7-2.7.4-5.2 0-8.7-1L20.8 54 13 51.4l-9.7 6A1.3 1.3 0 1 1 2 55.1l10.2-6.3q.6-.4 1.2-.2l8.4 3 6.3 2c3.3 1.1 5.4 1.4 7.5 1s4.5-1.3 8.3-3.4l3.5-1.8L59.2 43a6 6 0 0 0-5-.9" }),
28
- React__namespace.createElement("path", { fill: "currentColor", d: "m12.2 34.6.6-.1h7.7a18 18 0 0 1 12 5.1h7a4 4 0 1 1 0 7.8H25.7a1.3 1.3 0 1 1 0-2.7H40a1.3 1.3 0 1 0 0-2.4h-8q-.6 0-1-.4a16 16 0 0 0-10.5-4.7H13l-9.9 5A1.3 1.3 0 0 1 2 39.7zm4.4-26.9q.1-1.2 1.4-1.3h38.3q1.2.1 1.3 1.3v20.5q-.1 1.2-1.3 1.3H18a1.3 1.3 0 0 1-1.4-1.3zm2.7 1.4v17.7H55V9.1z" }),
29
- React__namespace.createElement("path", { fill: "currentColor", d: "M43.8 6.9a1.3 1.3 0 0 1 2-.2l11.3 9a1.3 1.3 0 1 1-1.6 2L44 8.7a1.3 1.3 0 0 1-.3-1.8" }),
30
- React__namespace.createElement("path", { fill: "currentColor", d: "M57.3 18.3a1.3 1.3 0 0 1-.1 2l-9.8 8.9a1.3 1.3 0 1 1-1.8-2l9.8-9a1.3 1.3 0 0 1 1.9.1m-40.3 0a1.3 1.3 0 0 1 1.9 0l9.7 8.9a1.3 1.3 0 1 1-1.8 2l-9.7-9a1.3 1.3 0 0 1-.1-1.9" }),
31
- React__namespace.createElement("path", { fill: "currentColor", d: "M30.3 6.9a1.3 1.3 0 0 1-.2 1.9l-11.3 9a1.3 1.3 0 1 1-1.7-2.2l11.4-9a1.3 1.3 0 0 1 1.8.3m3.2 7.4a5.2 5.2 0 1 1 7.3 7.3 5.2 5.2 0 0 1-7.3-7.3m3.6 1.1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5" }));
32
- const ForwardRef = React.forwardRef(CashPaymentBill);
33
-
34
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 DiagramSteadyDown = (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: "M4.5 4.7q-.7.1-1 .9v.9L4.8 12c.6.8 1.8.7 2.2-.1q.5-.4 0-1.6l-.6-3.6-.2-1.2a1 1 0 0 0-.7-.8q-.3-.3-1-.1M7.3 16q-.4.2-.6.6c-.2.5-.2.8.3 1.9.9 2 2.3 4.7 2.7 5.1.9.9 2.4 0 2.2-1.1l-.7-1.5-1.8-3.7-.5-1q-.6-.7-1.6-.3m6.2 10.6q-.7.4-.7 1.2-.1.6.6 1.3a50 50 0 0 0 15.3 12.2 46 46 0 0 0 24 4.8h3.8l-5.6 5.6a46 46 0 0 0-5.6 5.9 1.3 1.3 0 0 0 .7 1.5q.5.3 1 .1c.2 0 1.1-1 7-6.8l7-7a1 1 0 0 0 0-1.2l-7-7-6.8-6.8c-.8-.4-1.8.1-2 1 0 .7-.3.4 5.8 6.5l5.5 5.5h-4c-5.2 0-6.9 0-9.6-.5a44 44 0 0 1-21-9.1 45 45 0 0 1-6.2-6.1c-.8-1-1-1.2-1.6-1.2z" }));
28
- const ForwardRef = React.forwardRef(DiagramSteadyDown);
29
-
30
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 DonationCharityCarePerson = (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: "M30.5 1.4a9 9 0 0 0-5.6 14.4 9 9 0 0 0 7.1 3.5 9 9 0 0 0 8.5-12 9 9 0 0 0-10-5.9m.4 2.7a6.3 6.3 0 0 0-5.2 6.8 6 6 0 0 0 4.8 5.5c.7.2 2.3.2 3 0a6.4 6.4 0 0 0 3.7-9.7 7 7 0 0 0-3.6-2.5 8 8 0 0 0-2.7-.1m0 16.4c-2 .2-4.3 1-6 2a13 13 0 0 0-5.7 11 1.3 1.3 0 0 0 2.3.7c.3-.4.3-.5.4-1.2q0-3.1 1.6-5.3A10.2 10.2 0 0 1 42.1 33c.1.7.1.8.4 1.2.8.8 2.1.4 2.3-.7v-1.2a13 13 0 0 0-14-11.8m-25.3 9q-1.6.3-2.7 1.4A5 5 0 0 0 1.5 33l-.2.6V49q.4 3.5 2.4 6.2c.7 1 5.7 7.2 6 7.4h.6l.7-.1q.6-.4.6-1.1l-.1-.6-5.9-7.5q-1-1.4-1.5-3.6a51 51 0 0 1-.1-8c0-8.4 0-7.8.4-8.5l1-1q1-.2 1.9 0 1 .4 1.5 1.5l.1.4v5.5c0 5.7 0 5.8.4 6.6.1.4 3.6 6.3 3.8 6.5q1 .8 2 0 .5-.6.2-1.5L11.7 45v-.7q0-1.2 1.3-2c.8-.4 1.4-.2 2.8 1l4.4 4.8q.8 1.4 1.3 3.2c.1.6.2.9.2 5.4v4.7l.2.3a1.3 1.3 0 0 0 2 .4c.5-.4.5-.2.5-5.2v-5a13 13 0 0 0-1.2-4c-.6-1.3-.9-1.6-2.7-3.5-3.2-3.4-4.1-4.2-5.5-4.7l-1.2-.2q-1 0-1.8.4l-.3.1v-3c0-3-.1-3.2-.2-3.7a5 5 0 0 0-1-1.9 5 5 0 0 0-2.6-1.7 5 5 0 0 0-2.4-.1m51.2 0q-1.9.3-3.2 1.8a5 5 0 0 0-1 2l-.1 3.6v3H52a4 4 0 0 0-2.7-.3c-1.4.4-2.5 1.3-5.8 4.8-1.8 1.9-2 2.2-2.7 3.5a13 13 0 0 0-1.1 4v5c0 5-.1 4.8.4 5.2a1.3 1.3 0 0 0 2-.4l.2-.3v-4.7c0-4.5 0-4.8.2-5.4.2-1 .8-2.4 1.3-3.2l4.4-4.7c1.4-1.2 2-1.5 2.8-1q1.3.5 1.3 2v.6c0 .1-.8 1.6-1.8 3.1l-1.8 3.1q-.4.9.3 1.6 1 .7 1.9 0l4-7.2.1-5.7.1-5.6.6-1.4c1.1-1.2 3-1 4 .3.4.7.3.2.3 8.5l-.1 8q-.5 2.2-1.5 3.6l-3 3.9-2.9 3.6-.1.6q0 .7.6 1 .2.4.7.3l.7-.1 6-7.4a13 13 0 0 0 2-4.7c.3-1.3.3-1.6.3-9.2v-7.6q-.3-1.5-1.5-2.8a5 5 0 0 0-2.8-1.5z" }));
28
- const ForwardRef = React.forwardRef(DonationCharityCarePerson);
29
-
30
- exports.default = ForwardRef;
@@ -1,31 +0,0 @@
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 HospitalShield = (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: "M25 14.8a3 3 0 0 1 1.9-.7H37a2.6 2.6 0 0 1 2.6 2.6v5h5a2.6 2.6 0 0 1 2.7 2.6v10.3a2.6 2.6 0 0 1-2.6 2.6h-5v5a2.6 2.6 0 0 1-2.7 2.6H27a2.6 2.6 0 0 1-2.6-2.6v-5h-5a2.6 2.6 0 0 1-2.7-2.6V24.3a2.6 2.6 0 0 1 2.6-2.6h5v-5q.1-1.1.8-1.9m2 2V23q-.2 1.2-1.4 1.3h-6.3v10.1h6.3q1.2.1 1.3 1.3v6.4h10.2v-6.4q.1-1.2 1.3-1.3h6.3v-10h-6.3A1.3 1.3 0 0 1 37 23v-6.4z" }),
28
- React__namespace.createElement("path", { fill: "currentColor", d: "M32 1.3a63 63 0 0 1 25 4.9 5 5 0 0 1 3.2 4.8v19.5a33 33 0 0 1-22 30.6l-2.8 1a10 10 0 0 1-6.8 0l-2.9-1A33 33 0 0 1 3.8 30.5V11A5 5 0 0 1 7 6.2a63 63 0 0 1 25-5M8 8.7A3 3 0 0 0 6.6 11v19.5a30 30 0 0 0 20.1 28l2.9 1.1a7 7 0 0 0 5 0l2.9-1a30 30 0 0 0 20.1-28.1V11A3 3 0 0 0 56 8.6 61 61 0 0 0 32 4 61 61 0 0 0 8 8.6" }));
29
- const ForwardRef = React.forwardRef(HospitalShield);
30
-
31
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 InsuranceDocument = (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: "M6.8 2.4a5 5 0 0 0-4.4 3.8l-.2.6v21.9L2.3 51a5 5 0 0 0 3.8 3.8h23q.6-.6.6-1.1 0-.7-.3-1c-.5-.5.6-.4-11.6-.5h-11l-.5-.2a3 3 0 0 1-1.2-1.2l-.2-.5V28.7l.1-22q.4-1 1.5-1.5l.4-.1h14c15 0 14.2 0 14.8.3L40 9.5c4.2 4.3 4.2 4.2 4.3 5v6.3c0 5.7 0 6 .2 6.2.5 1.2 2.2 1 2.5-.2v-6.5c0-6.8 0-6.4-.4-7.4s-.6-1.1-4.5-5.1l-4.3-4.2a6 6 0 0 0-2-1l-.6-.2zm11 7-.6.6-.1 3.2v3h-3l-3.2.1q-.5.3-.7.9V26l.1.3.5.5.3.1h6V33l.2.3q.2.4.5.4l.3.2h4.4l4.6-.1q.5-.4.8-.9v-6h3c3.3 0 3.2 0 3.6-.4s.3-.3.3-5v-4.4l-.1-.3-.5-.5-.2-.2h-6l-.1-3v-3l-.2-.3-.5-.5-.3-.1h-9.1m1.9 5.7v3l-.2.3-.5.4-.3.2h-5.9v5.5h6.1l.7.7.1 3.2v3h5.5v-5.9l.3-.5c.5-.5.3-.5 3.7-.5h3v-5.5h-6l-.4-.2-.4-.5-.2-.3v-6h-5.5zm16 17.5a5 5 0 0 0-3.2 2.8c-.3.8-.3 1-.3 5.8l.1 5.2a18 18 0 0 0 7.9 12.6q2.5 1.8 5.5 2.6c1 .3 1.4.3 2.6 0a19 19 0 0 0 9-6.1 19 19 0 0 0 4.1-9.6V36l-.1-.6q-1.1-2.4-3.4-3a597 597 0 0 0-22.1 0m.3 2.7q-.6.4-1 1l-.2.2v8.9a16 16 0 0 0 11.4 13.5l.5.2.6-.1c5.6-1.6 9.9-6.2 11-12 .4-1.4.4-1.9.4-6.3v-4.2l-.2-.2q-.4-.6-1-1L46.8 35zm17.2 4-.3.1a134 134 0 0 0-7 9l-4-3q-.7-.1-1.3.1c-.7.5-.8 1.6-.2 2.1l5.6 4h1c.2-.2 7.6-10 7.8-10.5q.4-1-.4-1.7-.6-.3-1.2-.1", clipRule: "evenodd" }));
28
- const ForwardRef = React.forwardRef(InsuranceDocument);
29
-
30
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 Lock = (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 4a12.7 12.7 0 0 0-12.7 12.7v7.6h25.4v-7.6A12.7 12.7 0 0 0 32 3.9m15.4 20.4v-7.6a15.4 15.4 0 1 0-30.8 0v7.6h-3.8a4 4 0 0 0-2.2.6 4 4 0 0 0-1.2 1.4L8.9 28h1.4-1.4v30.7q0 1.5.7 2.3a4 4 0 0 0 1.4 1.2l1.8.4v-1.3 1.3h38.4a4 4 0 0 0 2.2-.6 4 4 0 0 0 1.2-1.4l.5-1.8h-1.4 1.4V28.1a4 4 0 0 0-.7-2.2 4 4 0 0 0-1.4-1.3l-1.8-.4v1.3-1.3zm3.8 2.6H12.8q-.6 0-.7.2l-.3.4-.2.7v30.6l.2.8.4.3.6.2h38.4q.6 0 .7-.2l.3-.4.2-.7V28.2l-.2-.8-.4-.3zm-20.7 9.2a3.9 3.9 0 1 1 2.8 7.2V50a1.3 1.3 0 1 1-2.6 0v-6.6a4 4 0 0 1-2.3-2.1 4 4 0 0 1 2.1-5.1M32 41" }));
28
- const ForwardRef = React.forwardRef(Lock);
29
-
30
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 LockerRoomHangerMan = (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: "M26.5 2.5q-1.6.3-2.7 1.1A5 5 0 0 0 22 6.3c-.2.8-.2 2 0 2.7a5 5 0 0 0 3 3.2l.4.1v2l-10.7 4.4-11.3 4.8a3.8 3.8 0 0 0-1 6.2 4 4 0 0 0 1.8 1h32a1.3 1.3 0 0 0 .4-2.3l-.5-.2-15.8-.1c-17 0-15.7 0-16.1-.4q-.7-1 .1-1.7l11.3-4.7 11.1-4.7 5.3 2.7 5.6 2.7a1.3 1.3 0 0 0 1.4-.7q.4-.9-.2-1.5l-5.4-2.9-5.3-2.6v-1.7l-.1-2q-.3-.6-.9-.8-1 0-1.3-.3a2 2 0 0 1-1.2-2.4A2.3 2.3 0 0 1 28.5 6q.6.6.7 1.6 0 .5.2.8c.5.6 1.5.7 2 .2s.4-.5.4-1.2q0-.8-.3-1.5a5 5 0 0 0-4.3-3.3zm23.4 2.7q-2.5.4-4.2 2.2a7 7 0 0 0-2.2 5.1c0 1.3 0 2.1.5 3.3a8 8 0 0 0 5.9 4.7h-.2l-2.1.5a12 12 0 0 0-7.6 8c-.4 1.4-.3 1.1-.4 6.9 0 5.7 0 5.7.3 6.2q.5.8 1.2 1.2c.5.2 1 .3 2.5.3H45v.4l1.1 15.6q.4 1.1 1.5 1.6l.4.2h6.5l.4-.2q1.3-.6 1.6-2l.8-15v-.6h3.2a3 3 0 0 0 2.1-2c.2-.4.2-10 0-11.1a11.5 11.5 0 0 0-10-10l.3-.1q2-.4 3.7-2.1a7.7 7.7 0 0 0-6.8-13" }));
28
- const ForwardRef = React.forwardRef(LockerRoomHangerMan);
29
-
30
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 MedicalFile = (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: "M11.9 1.4q-1 .1-1.8 1-1 .9-1 1.9L9 32c0 30.3 0 27.7.4 28.6.2.6 1.1 1.4 1.7 1.7.9.4-.8.4 20.9.4s20 0 21-.4q1-.6 1.6-1.7c.5-.9.4 1 .4-21.7s0-20.8-.4-21.7c-.1-.4-.8-1-7.6-7.8-7-7-7.4-7.5-7.9-7.7-.9-.4 0-.4-14-.4zm.5 2.8-.6.5c-.1.3-.2.9-.2 27.4s0 27.1.2 27.4q.2.4.6.5h39.2q.4-.2.6-.6c.1-.3.2-.8.2-20.2v-20h-6c-6.7 0-6.4 0-7.2-.3a5 5 0 0 1-1.7-1.8c-.5-.8-.4-.6-.4-7.2V4H24.8c-10.7 0-12.3 0-12.4.2m27.3 6.6.1 5.2.6.6h10.1L45 11.2l-5.4-5.3zM29 21.7q-1.2.4-1.9 1.4c-.2.5-.3 1-.3 2.4v1.3h-3q-1.7.6-2 2.2v6q.1 1.3 1.3 1.9c.5.2 1 .3 2.4.3h1.3v3q.6 1.7 2.2 2h6q1.2-.1 1.9-1.3c.2-.5.3-1 .3-2.4v-1.3h3q1.7-.6 2-2.2v-6q-.1-1.2-1.3-1.9c-.5-.2-1-.3-2.4-.3h-1.3v-3q-.6-1.7-2.2-2zm.5 4.6c0 2.2 0 2.3-.4 2.7-.3.4-.4.4-2.7.4h-2v5h2c2.2 0 2.3 0 2.7.4.4.3.4.4.4 2.7v2h5v-2c0-2.3 0-2.4.4-2.7s.5-.4 2.7-.4h2v-5h-2c-2.2 0-2.3 0-2.7-.4-.4-.3-.4-.4-.4-2.7v-2h-5zm-12.1 21c-1 .5-1 2 0 2.4.2.1.7.2 14.6.2 13.7 0 14.4 0 14.6-.2.8-.4 1-1.4.5-2-.5-.5 1-.5-15.1-.5zm.2 5q-.6.2-.8.7c-.4.6 0 1.5.5 1.8L32 55h14.7q1-.8.5-2-.2-.4-.9-.6z" }));
28
- const ForwardRef = React.forwardRef(MedicalFile);
29
-
30
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 MedicalProfilePatient = (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: "M8 2a5 5 0 0 0-4 4c-.1.5-.2 3.3-.2 26L4 58q.3 1.5 1.5 2.6a5 5 0 0 0 2 1.3l.6.1h48l.5-.1q3-1 3.6-4V35.8c0-24 0-22.2-.3-23.2-.4-1-.4-1-7.7-8.1-1.7-1.6-2.2-2-3.3-2.3L28.5 2zm.1 2.8a3 3 0 0 0-1.5 1.4l-.1.3v51.2l.1.3q.5 1 1.5 1.4h47.6q1-.4 1.4-1.2c.3-.6.3.5.3-22.4l-.1-22-.3-.6L48.8 5c-.6-.4 1-.4-20.6-.4zm9.5 3.8a1 1 0 0 0-.7 1v4.8h-4.8l-.4.1a1 1 0 0 0-.7 1V23l.2.3.5.5.3.2h5v4.9l.2.3q.1.3.4.5l.3.2h7.8q.5-.2.8-.8l.1-2.6V24h5l.5-.3c.4-.4.4-.2.4-4.5v-4q-.4-.5-1-.8h-4.9V12c0-2.7 0-2.8-.4-3.1s-.3-.4-4.4-.4H18zm2 5c0 2.5 0 2.5-.2 2.8l-.4.4-.3.2h-5v4.3h2.4c2.5 0 2.5 0 2.8.2l.4.4.2.3v5H24v-2.3l.1-2.6q.1-.6.7-.8l2.7-.1h2.4V17h-2.4c-2.2 0-2.4 0-2.7-.2q-.5-.3-.7-.8v-4.9h-4.4zm20.8 14.7a8 8 0 0 0-6.4 6.5c-.2.9-.1 2.3 0 3.1l.7 1.8q.8 1.5 2 2.5l.3.3-.3.1q-1.5.8-2.9 2.2a11 11 0 0 0-3.2 7.5q0 .9.2 1 .1.3.4.5l.3.2h20.6l.3-.2.5-.5.1-1c0-4-2.5-7.9-6-9.7l-.4-.1.3-.3a8 8 0 0 0 2.7-4.5 8 8 0 0 0-6-9.3c-.7-.2-2.5-.2-3.2-.1m.2 2.7a5 5 0 0 0-2.5 1.4 5 5 0 0 0-1.5 4q0 1.7 1.1 3 1.8 2 4.4 2a5 5 0 0 0 3.5-1.7q1.6-1.6 1.4-4 0-1-.4-1.9a5 5 0 0 0-3.3-2.7c-.6-.2-2-.3-2.7-.1M13 40.5c-1 .5-1 1.9 0 2.4l.2.2h14.1q.5-.2.9-.8v-.6q0-.9-.6-1.1l-.3-.2h-7zm27.6 3.7a9 9 0 0 0-6.6 5l-.6 1.9v.2h16.9V51q-.4-1.7-1.3-3.1a9 9 0 0 0-8.4-3.8m-27.4 5.4q-1.2.6-.7 2l.4.4.3.2h11.3l.2-.2a1.4 1.4 0 0 0 .5-1.6q-.2-.6-.9-.8z" }));
28
- const ForwardRef = React.forwardRef(MedicalProfilePatient);
29
-
30
- exports.default = ForwardRef;
@@ -1,30 +0,0 @@
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 MedicalResourcesFolder = (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: "M6.5 2.2Q3.2 2.7 2 5.9l-.1.5V46l.1.6q1 2.8 3.7 3.9c1.1.3.8.3 12.3.3h10.4l.3-.2q1-.7.4-1.8l-.5-.5-.4-.2H12.4l.3-.5L16 36.4l3.2-11q.4-.8 1.3-1.2l.3-.2h36.7l.4.2q.8.4 1.2 1.2.3.4.3 1v.5l-.8 1.9c-.8 2-.8 2.2-.6 2.7.4 1 1.7 1 2.3.3l1.7-4.3c.5-2.3-.8-4.7-2.9-5.7-.8-.4-1-.4-3-.5h-1.7v-3.5c0-3.7 0-3.9-.3-4.7a5 5 0 0 0-3-3c-1-.3-.2-.3-14.4-.3h-13V8l-.1-2.2q-1-2.7-3.8-3.6L6.4 2.1m.3 2.7Q5.5 5 4.8 6.3l-.2.4v39a3 3 0 0 0 5.6.7l6.4-21.7a5 5 0 0 1 2.6-2.9c1.1-.5-.6-.5 17-.5h15.5v-7l-.2-.3q-.5-1.2-1.8-1.4l-14-.1c-14.7 0-13.7 0-14.2-.4s-.4-.4-.4-3V6.7l-.3-.4A3 3 0 0 0 19 4.9zm35.6 28.5a1 1 0 0 0-.8.9v7.2h-3.6c-3.5 0-3.7 0-3.9.2q-.4.1-.6.6l-.1 5.4V53q.3.5.8.8h7.4v7.3q.3.6.8.9h5.4c5.8 0 5.4.1 5.8-.4l.3-.6v-7h3.7l3.8-.1.4-.3c.4-.4.4-.2.4-5.8v-5.2l-.2-.3-.4-.4-.3-.2H54v-7.3l-.2-.3-.5-.5-.2-.2h-5.3zm1.8 6.2v3.7l-.1.3-.5.4-.3.2H36v7h3.5c3.9 0 3.8 0 4.2.4l.3.4c.1.2.2.5.2 3.9v3.6h7V52l.2-.3.4-.4.3-.2h7.3v-7h-3.6l-3.9-.1q-.4-.3-.6-.7l-.1-3.8V36h-7z" }));
28
- const ForwardRef = React.forwardRef(MedicalResourcesFolder);
29
-
30
- exports.default = ForwardRef;
@@ -1,31 +0,0 @@
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 MedicalSpecialtyRehabilitation = (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: "M34.3 5a8 8 0 1 1 11.4 11.3A8 8 0 0 1 34.3 5m5.7.3A5.3 5.3 0 1 0 40 16a5.3 5.3 0 0 0 0-10.7m10.3 37a8 8 0 1 1 11.4 11.4 8 8 0 0 1-11.4-11.4m5.7.4a5.3 5.3 0 1 0 0 10.6 5.3 5.3 0 0 0 0-10.6M0 60q.1-1.2 1.3-1.3h61.4a1.3 1.3 0 0 1 0 2.6H1.3A1.3 1.3 0 0 1 0 60m26.6-37.4a12 12 0 0 1 5.4-1.3h9.3a9.3 9.3 0 0 1 9.4 9.4v2.2a9 9 0 0 1-6.4 8.9l-5.5 2a5.1 5.1 0 0 1-3.3-9.8l5.4-2a1.3 1.3 0 0 1 .9 2.6l-5.4 2a2.5 2.5 0 0 0 1.5 4.6l5.5-2A7 7 0 0 0 48 33v-2.2a6.7 6.7 0 0 0-6.7-6.7H32a9 9 0 0 0-7.5 3.7l-.8 1.1a1.3 1.3 0 1 1-2.1-1.6l.8-1a12 12 0 0 1 4.2-3.6M1.6 47q1.5-1.6 3.7-1.6h9.4a1.3 1.3 0 0 1 0 2.7H5.3a2.7 2.7 0 0 0 0 5.3H28a1.3 1.3 0 0 1 0 2.7H5.3A5.3 5.3 0 0 1 1.6 47" }),
28
- React__namespace.createElement("path", { fill: "currentColor", d: "M22 36.2a11 11 0 0 0-5.6-1.5h-11a2.7 2.7 0 1 0 0 5.3h11a5 5 0 0 1 4.8 3l4.4 8.9a3 3 0 0 0 2.4 1.4h13.3a2.7 2.7 0 1 0 0-5.3H30.5q-.8 0-1.2-.7l-3.4-6.7a11 11 0 0 0-3.9-4.4M16.4 32a13 13 0 0 1 12 7.4l2.9 6h10a5.3 5.3 0 1 1 0 10.6H28a5 5 0 0 1-4.8-3l-4.4-8.9a3 3 0 0 0-2.4-1.4h-11a5.3 5.3 0 0 1 0-10.7z" }));
29
- const ForwardRef = React.forwardRef(MedicalSpecialtyRehabilitation);
30
-
31
- exports.default = ForwardRef;