bright-components 9.33.0 → 10.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (467) hide show
  1. package/.babelrc +1 -1
  2. package/dist/animations/SlideUp/index.js +32 -20
  3. package/dist/components/A/index.js +18 -14
  4. package/dist/components/Alert/index.js +24 -57
  5. package/dist/components/Avatar/index.js +29 -34
  6. package/dist/components/Avatar/utils/getAcronym/index.js +2 -4
  7. package/dist/components/Badge/index.js +14 -20
  8. package/dist/components/Breadcrumbs/index.js +33 -41
  9. package/dist/components/BrowserWarning/index.js +39 -37
  10. package/dist/components/BrowserWarning/supportsStaticImport.js +1 -1
  11. package/dist/components/BulletedList/index.js +19 -35
  12. package/dist/components/Button/BaseButton/index.js +46 -38
  13. package/dist/components/Button/BrandButton/index.js +20 -13
  14. package/dist/components/Button/Button/index.js +63 -66
  15. package/dist/components/Button/OutlineButton/index.js +41 -43
  16. package/dist/components/Button/WhiteOutlineButton/index.js +16 -13
  17. package/dist/components/ButtonGroup/index.js +33 -16
  18. package/dist/components/Checkbox/index.js +93 -70
  19. package/dist/components/Chevron/Chevron/index.js +13 -18
  20. package/dist/components/Chevron/CircledChevron/index.js +30 -17
  21. package/dist/components/CopyToClipboard/index.js +49 -59
  22. package/dist/components/CountryPicker/index.js +17 -19
  23. package/dist/components/DateInput/index.js +68 -89
  24. package/dist/components/DayMonthInput/index.js +29 -47
  25. package/dist/components/DayMonthInput/utils/getDayValue/index.js +3 -3
  26. package/dist/components/DayPicker/index.js +176 -214
  27. package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
  28. package/dist/components/DayPickerPanel/Header/index.js +53 -96
  29. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
  30. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
  31. package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
  32. package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
  33. package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
  34. package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
  35. package/dist/components/DayPickerPanel/index.js +173 -217
  36. package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
  37. package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
  38. package/dist/components/Donut/index.js +73 -31
  39. package/dist/components/DropZone/index.js +21 -54
  40. package/dist/components/Dropdown/DropdownItem/index.js +11 -14
  41. package/dist/components/Dropdown/index.js +71 -118
  42. package/dist/components/DurationInput/index.js +41 -56
  43. package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
  44. package/dist/components/EmployeeCard/index.js +24 -40
  45. package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
  46. package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
  47. package/dist/components/EmployeePicker/Group/index.js +70 -127
  48. package/dist/components/EmployeePicker/GroupList/index.js +20 -24
  49. package/dist/components/EmployeePicker/Item/index.js +76 -122
  50. package/dist/components/EmployeePicker/index.js +67 -77
  51. package/dist/components/EmployeePicker/utils/index.js +9 -21
  52. package/dist/components/ErrorMessage/index.js +16 -29
  53. package/dist/components/Expando/index.js +62 -96
  54. package/dist/components/Fieldset/index.js +24 -18
  55. package/dist/components/FileIcons/index.js +14 -12
  56. package/dist/components/FilterRadioGroup/index.js +59 -55
  57. package/dist/components/Form/index.js +195 -198
  58. package/dist/components/Form/utils/runFormValidation.js +11 -11
  59. package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
  60. package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
  61. package/dist/components/FormLayout/FormRow/index.js +9 -14
  62. package/dist/components/FormLayout/index.js +1 -14
  63. package/dist/components/Formik/FormikCheckbox/index.js +8 -8
  64. package/dist/components/Formik/FormikDayPicker/index.js +23 -17
  65. package/dist/components/Formik/FormikInput/index.js +10 -10
  66. package/dist/components/Formik/FormikOptions/index.js +13 -20
  67. package/dist/components/Formik/FormikRadio/index.js +10 -10
  68. package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
  69. package/dist/components/Formik/FormikResetButton/index.js +5 -3
  70. package/dist/components/Formik/FormikSelect/index.js +10 -10
  71. package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
  72. package/dist/components/Formik/FormikTextarea/index.js +10 -10
  73. package/dist/components/Formik/FormikTypeahead/index.js +26 -30
  74. package/dist/components/Formik/FormikValidation/index.js +12 -21
  75. package/dist/components/Formik/index.js +1 -14
  76. package/dist/components/HR/index.js +12 -14
  77. package/dist/components/Icons/AddIcon/index.js +6 -8
  78. package/dist/components/Icons/AddSquare/index.js +5 -7
  79. package/dist/components/Icons/Alarmclock/index.js +5 -7
  80. package/dist/components/Icons/Anchor/index.js +5 -7
  81. package/dist/components/Icons/Apps/index.js +5 -7
  82. package/dist/components/Icons/ArrowBigDown/index.js +5 -7
  83. package/dist/components/Icons/ArrowLoop/index.js +5 -7
  84. package/dist/components/Icons/Baby/index.js +5 -7
  85. package/dist/components/Icons/BackArrow/index.js +5 -7
  86. package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
  87. package/dist/components/Icons/Beta/index.js +5 -7
  88. package/dist/components/Icons/Blip/index.js +12 -14
  89. package/dist/components/Icons/Book/index.js +5 -7
  90. package/dist/components/Icons/Bookmark/index.js +5 -7
  91. package/dist/components/Icons/BoomMoodle/index.js +8 -10
  92. package/dist/components/Icons/BoxTruck/index.js +5 -7
  93. package/dist/components/Icons/BrighhrApp/index.js +5 -7
  94. package/dist/components/Icons/BrightAdvice/index.js +5 -7
  95. package/dist/components/Icons/Browser/index.js +5 -7
  96. package/dist/components/Icons/Bullhorn/index.js +5 -7
  97. package/dist/components/Icons/Cake/index.js +5 -7
  98. package/dist/components/Icons/Calculator/index.js +5 -7
  99. package/dist/components/Icons/Calendar/index.js +25 -27
  100. package/dist/components/Icons/CalendarAdd/index.js +11 -13
  101. package/dist/components/Icons/CalendarBlackout/index.js +5 -7
  102. package/dist/components/Icons/CalendarCross/index.js +9 -11
  103. package/dist/components/Icons/CalendarDates/index.js +5 -7
  104. package/dist/components/Icons/CalendarInfo/index.js +5 -7
  105. package/dist/components/Icons/CalendarOverlap/index.js +5 -7
  106. package/dist/components/Icons/Camera/index.js +5 -7
  107. package/dist/components/Icons/CameraAperture/index.js +5 -7
  108. package/dist/components/Icons/Cart/index.js +11 -13
  109. package/dist/components/Icons/Case/index.js +5 -7
  110. package/dist/components/Icons/Certificate/index.js +5 -7
  111. package/dist/components/Icons/Chair/index.js +5 -7
  112. package/dist/components/Icons/Chat/index.js +5 -7
  113. package/dist/components/Icons/CheckCircle/index.js +5 -7
  114. package/dist/components/Icons/Checklist/index.js +5 -7
  115. package/dist/components/Icons/Chevron/index.js +5 -7
  116. package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
  117. package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
  118. package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
  119. package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
  120. package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
  121. package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
  122. package/dist/components/Icons/ChevronDown/index.js +5 -7
  123. package/dist/components/Icons/ChevronLeft/index.js +5 -7
  124. package/dist/components/Icons/ChevronRight/index.js +5 -7
  125. package/dist/components/Icons/ChevronUp/index.js +5 -7
  126. package/dist/components/Icons/Clear/index.js +5 -7
  127. package/dist/components/Icons/Clipboard/index.js +40 -42
  128. package/dist/components/Icons/Clock/index.js +7 -9
  129. package/dist/components/Icons/Close/index.js +7 -3
  130. package/dist/components/Icons/ClothesHanger/index.js +5 -7
  131. package/dist/components/Icons/Clothing/index.js +5 -7
  132. package/dist/components/Icons/Cog/index.js +5 -7
  133. package/dist/components/Icons/Compass/index.js +5 -7
  134. package/dist/components/Icons/Compassion/index.js +7 -9
  135. package/dist/components/Icons/Compassionate/index.js +5 -7
  136. package/dist/components/Icons/Conflict/index.js +5 -7
  137. package/dist/components/Icons/ContactCard/index.js +5 -7
  138. package/dist/components/Icons/Contrast/index.js +5 -7
  139. package/dist/components/Icons/Copy/index.js +5 -7
  140. package/dist/components/Icons/Court/index.js +5 -7
  141. package/dist/components/Icons/Crib/index.js +5 -7
  142. package/dist/components/Icons/Crop/index.js +5 -7
  143. package/dist/components/Icons/Cross/index.js +5 -7
  144. package/dist/components/Icons/CrossCircle/index.js +5 -7
  145. package/dist/components/Icons/CrossThick/index.js +5 -7
  146. package/dist/components/Icons/Crown/index.js +5 -7
  147. package/dist/components/Icons/Dependants/index.js +5 -7
  148. package/dist/components/Icons/DesktopComputer/index.js +5 -7
  149. package/dist/components/Icons/Dial/index.js +5 -7
  150. package/dist/components/Icons/Diamond/index.js +5 -7
  151. package/dist/components/Icons/Diaper/index.js +5 -7
  152. package/dist/components/Icons/DisabilityMobility/index.js +5 -7
  153. package/dist/components/Icons/Door/index.js +5 -7
  154. package/dist/components/Icons/DownArrow/index.js +5 -7
  155. package/dist/components/Icons/Download/index.js +5 -7
  156. package/dist/components/Icons/Dropdown/index.js +17 -22
  157. package/dist/components/Icons/Edit/index.js +5 -7
  158. package/dist/components/Icons/Education/index.js +5 -7
  159. package/dist/components/Icons/Emergency/index.js +5 -7
  160. package/dist/components/Icons/Enter/index.js +5 -7
  161. package/dist/components/Icons/Error/index.js +5 -7
  162. package/dist/components/Icons/ErrorOctagon/index.js +5 -7
  163. package/dist/components/Icons/Exit/index.js +5 -7
  164. package/dist/components/Icons/Expand/index.js +5 -7
  165. package/dist/components/Icons/Eye/index.js +7 -3
  166. package/dist/components/Icons/Factory/index.js +20 -22
  167. package/dist/components/Icons/FactoryIcon/index.js +5 -7
  168. package/dist/components/Icons/Featus/index.js +5 -7
  169. package/dist/components/Icons/FeedbackLoop/index.js +5 -7
  170. package/dist/components/Icons/FileAudio/index.js +7 -9
  171. package/dist/components/Icons/FileCode/index.js +5 -7
  172. package/dist/components/Icons/FileDocument/index.js +11 -13
  173. package/dist/components/Icons/FileEmail/index.js +5 -7
  174. package/dist/components/Icons/FileMovie/index.js +5 -7
  175. package/dist/components/Icons/FilePath/index.js +5 -7
  176. package/dist/components/Icons/FilePdf/index.js +9 -11
  177. package/dist/components/Icons/FilePresentation/index.js +13 -15
  178. package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
  179. package/dist/components/Icons/FileText/index.js +11 -13
  180. package/dist/components/Icons/FileVector/index.js +5 -7
  181. package/dist/components/Icons/Filter/index.js +5 -7
  182. package/dist/components/Icons/Fingerprint/index.js +5 -7
  183. package/dist/components/Icons/Flag/index.js +5 -7
  184. package/dist/components/Icons/Flash/index.js +5 -7
  185. package/dist/components/Icons/FlashOff/index.js +5 -7
  186. package/dist/components/Icons/Flower/index.js +5 -7
  187. package/dist/components/Icons/Folder/index.js +6 -8
  188. package/dist/components/Icons/FolderSolid/index.js +5 -7
  189. package/dist/components/Icons/FolderZip/index.js +6 -8
  190. package/dist/components/Icons/FurloughNavigator/index.js +7 -9
  191. package/dist/components/Icons/Gallery/index.js +5 -7
  192. package/dist/components/Icons/GestureTouch/index.js +5 -7
  193. package/dist/components/Icons/Ghost/index.js +5 -7
  194. package/dist/components/Icons/Gift/index.js +5 -7
  195. package/dist/components/Icons/Globe/index.js +5 -7
  196. package/dist/components/Icons/Grid/index.js +5 -7
  197. package/dist/components/Icons/Headset/index.js +5 -7
  198. package/dist/components/Icons/Health/index.js +5 -7
  199. package/dist/components/Icons/Heart/index.js +5 -7
  200. package/dist/components/Icons/Help/index.js +5 -7
  201. package/dist/components/Icons/Home/index.js +5 -7
  202. package/dist/components/Icons/Hourglass/index.js +5 -7
  203. package/dist/components/Icons/IdCard/index.js +5 -7
  204. package/dist/components/Icons/Image/index.js +9 -11
  205. package/dist/components/Icons/Inbox/index.js +5 -7
  206. package/dist/components/Icons/InboxEmpty/index.js +5 -7
  207. package/dist/components/Icons/Information/index.js +5 -7
  208. package/dist/components/Icons/Injury/index.js +64 -66
  209. package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
  210. package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
  211. package/dist/components/Icons/Lazydave/index.js +71 -73
  212. package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
  213. package/dist/components/Icons/LeftArrow/index.js +5 -7
  214. package/dist/components/Icons/Legal/index.js +5 -7
  215. package/dist/components/Icons/Lightning/index.js +5 -7
  216. package/dist/components/Icons/LineChart/index.js +5 -7
  217. package/dist/components/Icons/Link/index.js +5 -7
  218. package/dist/components/Icons/List/index.js +21 -23
  219. package/dist/components/Icons/ListBullets/index.js +5 -7
  220. package/dist/components/Icons/LocationPin/index.js +5 -7
  221. package/dist/components/Icons/Loop/index.js +5 -7
  222. package/dist/components/Icons/Magicwand/index.js +5 -7
  223. package/dist/components/Icons/Mail/index.js +5 -7
  224. package/dist/components/Icons/MandatoryLeave/index.js +5 -7
  225. package/dist/components/Icons/Medal/index.js +5 -7
  226. package/dist/components/Icons/Medical/index.js +5 -7
  227. package/dist/components/Icons/MedicalBag/index.js +5 -7
  228. package/dist/components/Icons/Medication/index.js +5 -7
  229. package/dist/components/Icons/MenuHamburger/index.js +5 -7
  230. package/dist/components/Icons/Message/index.js +5 -7
  231. package/dist/components/Icons/Meteor/index.js +5 -7
  232. package/dist/components/Icons/MinusCircle/index.js +5 -7
  233. package/dist/components/Icons/MinusSquare/index.js +5 -7
  234. package/dist/components/Icons/MoneyStack/index.js +5 -7
  235. package/dist/components/Icons/MoveFile/index.js +5 -7
  236. package/dist/components/Icons/New/index.js +9 -11
  237. package/dist/components/Icons/New2/index.js +9 -11
  238. package/dist/components/Icons/NewWindow/index.js +5 -7
  239. package/dist/components/Icons/Night/index.js +5 -7
  240. package/dist/components/Icons/NotAllowed/index.js +5 -7
  241. package/dist/components/Icons/Note/index.js +7 -9
  242. package/dist/components/Icons/Notepad/index.js +5 -7
  243. package/dist/components/Icons/Notifications/index.js +5 -7
  244. package/dist/components/Icons/OrganisationConnection/index.js +5 -7
  245. package/dist/components/Icons/Overtime/index.js +5 -7
  246. package/dist/components/Icons/Pacman/index.js +5 -7
  247. package/dist/components/Icons/PadlockLocked/index.js +5 -7
  248. package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
  249. package/dist/components/Icons/PaperStack/index.js +5 -7
  250. package/dist/components/Icons/Paperclip/index.js +5 -7
  251. package/dist/components/Icons/PayrollNavigator/index.js +5 -7
  252. package/dist/components/Icons/Pencil/index.js +5 -7
  253. package/dist/components/Icons/Perspective/index.js +5 -7
  254. package/dist/components/Icons/Phone/index.js +5 -7
  255. package/dist/components/Icons/PhoneWork/index.js +5 -7
  256. package/dist/components/Icons/PieChart/index.js +5 -7
  257. package/dist/components/Icons/Pin/index.js +5 -7
  258. package/dist/components/Icons/Plaster/index.js +5 -7
  259. package/dist/components/Icons/Plus/index.js +5 -7
  260. package/dist/components/Icons/PlusCircle/index.js +5 -7
  261. package/dist/components/Icons/PoP/index.js +7 -9
  262. package/dist/components/Icons/Power/index.js +5 -7
  263. package/dist/components/Icons/Pram/index.js +5 -7
  264. package/dist/components/Icons/PrintIcon/index.js +14 -16
  265. package/dist/components/Icons/Printer/index.js +5 -7
  266. package/dist/components/Icons/Pulse/index.js +5 -7
  267. package/dist/components/Icons/Puzzle/index.js +5 -7
  268. package/dist/components/Icons/Question/index.js +5 -7
  269. package/dist/components/Icons/Radar/index.js +5 -7
  270. package/dist/components/Icons/Records/index.js +5 -7
  271. package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
  272. package/dist/components/Icons/Refresh/index.js +5 -7
  273. package/dist/components/Icons/Requests/index.js +5 -7
  274. package/dist/components/Icons/Ribbon/index.js +5 -7
  275. package/dist/components/Icons/RightArrow/index.js +5 -7
  276. package/dist/components/Icons/Road/index.js +9 -11
  277. package/dist/components/Icons/Rosette/index.js +5 -7
  278. package/dist/components/Icons/Rotas/index.js +5 -7
  279. package/dist/components/Icons/RotateImage/index.js +5 -7
  280. package/dist/components/Icons/Rush/index.js +5 -7
  281. package/dist/components/Icons/Search/index.js +5 -7
  282. package/dist/components/Icons/SelectArrow/index.js +5 -7
  283. package/dist/components/Icons/Send/index.js +5 -7
  284. package/dist/components/Icons/SettingsSliders/index.js +5 -7
  285. package/dist/components/Icons/Share/index.js +5 -7
  286. package/dist/components/Icons/Shield/index.js +5 -7
  287. package/dist/components/Icons/Shifts/index.js +5 -7
  288. package/dist/components/Icons/Shredder/index.js +5 -7
  289. package/dist/components/Icons/Signature/index.js +5 -7
  290. package/dist/components/Icons/Skull/index.js +5 -7
  291. package/dist/components/Icons/SocialFacebook/index.js +5 -7
  292. package/dist/components/Icons/SocialInstagram/index.js +5 -7
  293. package/dist/components/Icons/SocialLinkedin/index.js +5 -7
  294. package/dist/components/Icons/SocialTwitter/index.js +5 -7
  295. package/dist/components/Icons/SocialYoutube/index.js +5 -7
  296. package/dist/components/Icons/SortAscending/index.js +5 -7
  297. package/dist/components/Icons/SortDescending/index.js +5 -7
  298. package/dist/components/Icons/Stamp/index.js +5 -7
  299. package/dist/components/Icons/Star/index.js +5 -7
  300. package/dist/components/Icons/Steam/index.js +5 -7
  301. package/dist/components/Icons/Stethoscope/index.js +5 -7
  302. package/dist/components/Icons/Stop/index.js +5 -7
  303. package/dist/components/Icons/Suitcase/index.js +5 -7
  304. package/dist/components/Icons/Sun/index.js +5 -7
  305. package/dist/components/Icons/Switch/index.js +5 -7
  306. package/dist/components/Icons/TableGrid/index.js +5 -7
  307. package/dist/components/Icons/Tachograph/index.js +5 -7
  308. package/dist/components/Icons/Tag/index.js +5 -7
  309. package/dist/components/Icons/Target/index.js +5 -7
  310. package/dist/components/Icons/Tasklist/index.js +40 -42
  311. package/dist/components/Icons/ThumbsDown/index.js +5 -7
  312. package/dist/components/Icons/ThumbsUp/index.js +5 -7
  313. package/dist/components/Icons/Tick/index.js +5 -7
  314. package/dist/components/Icons/TickCircle/index.js +5 -7
  315. package/dist/components/Icons/TickThick/index.js +5 -7
  316. package/dist/components/Icons/ToilEarned/index.js +9 -11
  317. package/dist/components/Icons/ToilTaken/index.js +13 -15
  318. package/dist/components/Icons/Tooth/index.js +5 -7
  319. package/dist/components/Icons/TrainingEvents/index.js +5 -7
  320. package/dist/components/Icons/Trash/index.js +5 -7
  321. package/dist/components/Icons/Umbrella/index.js +5 -7
  322. package/dist/components/Icons/Unpaid/index.js +5 -7
  323. package/dist/components/Icons/UpArrow/index.js +5 -7
  324. package/dist/components/Icons/Upload/index.js +5 -7
  325. package/dist/components/Icons/User/index.js +5 -7
  326. package/dist/components/Icons/UserAdd/index.js +5 -7
  327. package/dist/components/Icons/UserId/index.js +5 -7
  328. package/dist/components/Icons/UserRemove/index.js +5 -7
  329. package/dist/components/Icons/Users/index.js +5 -7
  330. package/dist/components/Icons/Virus/index.js +5 -7
  331. package/dist/components/Icons/Visibility/index.js +14 -16
  332. package/dist/components/Icons/Wallet/index.js +5 -7
  333. package/dist/components/Icons/Watch/index.js +5 -7
  334. package/dist/components/Icons/Week/index.js +10 -12
  335. package/dist/components/Icons/Xing/index.js +5 -7
  336. package/dist/components/Icons/index.js +35 -46
  337. package/dist/components/InlineLoader/index.js +46 -61
  338. package/dist/components/Input/index.js +49 -34
  339. package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
  340. package/dist/components/InputBox/AdornedBox/index.js +60 -53
  341. package/dist/components/InputBox/InputError/index.js +5 -15
  342. package/dist/components/InputBox/InputFactory/index.js +17 -15
  343. package/dist/components/InputBox/UnadornedBox/index.js +34 -25
  344. package/dist/components/InputBox/index.js +4 -6
  345. package/dist/components/InputWithIcon/index.js +30 -30
  346. package/dist/components/InputWithUnit/index.js +63 -73
  347. package/dist/components/Label/index.js +9 -14
  348. package/dist/components/Legend/index.js +5 -14
  349. package/dist/components/LinkButton/index.js +29 -20
  350. package/dist/components/Lists/DL/DD/index.js +3 -14
  351. package/dist/components/Lists/DL/DT/index.js +4 -14
  352. package/dist/components/Lists/DL/index.js +3 -14
  353. package/dist/components/Lists/LI/index.js +3 -14
  354. package/dist/components/Lists/OL/index.js +3 -14
  355. package/dist/components/Lists/UL/index.js +3 -14
  356. package/dist/components/LoadingContainer/index.js +24 -25
  357. package/dist/components/Modal/ModalBody/index.js +3 -16
  358. package/dist/components/Modal/ModalHeader/index.js +23 -31
  359. package/dist/components/Modal/index.js +71 -96
  360. package/dist/components/NumberInput/componentMap/index.js +4 -2
  361. package/dist/components/NumberInput/decimalFilter/index.js +1 -1
  362. package/dist/components/NumberInput/index.js +51 -55
  363. package/dist/components/NumberInput/inputMode/index.js +1 -1
  364. package/dist/components/NumberInput/integerFilter/index.js +1 -1
  365. package/dist/components/Options/index.js +59 -66
  366. package/dist/components/PageLoader/index.js +75 -91
  367. package/dist/components/Pill/index.js +22 -35
  368. package/dist/components/ProgressBar/index.js +39 -58
  369. package/dist/components/ProgressSteps/index.js +100 -49
  370. package/dist/components/ProvincePicker/index.js +21 -23
  371. package/dist/components/Radio/index.js +54 -59
  372. package/dist/components/RadioBlock/index.js +59 -80
  373. package/dist/components/ResponsiveTabs/index.js +93 -110
  374. package/dist/components/SearchInput/index.js +64 -52
  375. package/dist/components/Select/Optgroup/index.js +7 -3
  376. package/dist/components/Select/Option/index.js +8 -4
  377. package/dist/components/Select/index.js +42 -28
  378. package/dist/components/SelectedFile/index.js +62 -85
  379. package/dist/components/Snackbar/index.js +108 -157
  380. package/dist/components/StatusBadge/index.js +15 -19
  381. package/dist/components/Styleguide/ConstantsList/index.js +40 -88
  382. package/dist/components/Switch/index.js +55 -82
  383. package/dist/components/Table/Cell/index.js +18 -21
  384. package/dist/components/Table/HeaderCell/index.js +4 -13
  385. package/dist/components/Table/Row/index.js +6 -13
  386. package/dist/components/Table/TableBody/index.js +7 -3
  387. package/dist/components/Table/TableFooter/index.js +7 -3
  388. package/dist/components/Table/TableHeader/index.js +7 -3
  389. package/dist/components/Table/index.js +3 -14
  390. package/dist/components/Tabs/Tab/index.js +23 -13
  391. package/dist/components/Tabs/TabList/index.js +8 -13
  392. package/dist/components/Tabs/TabPanel/index.js +6 -12
  393. package/dist/components/Tabs/index.js +4 -13
  394. package/dist/components/Textarea/index.js +50 -27
  395. package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
  396. package/dist/components/Time/DurationPicker/index.js +46 -62
  397. package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
  398. package/dist/components/Time/OverlayBase/index.js +77 -85
  399. package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
  400. package/dist/components/Time/TimePicker/TimeOverlay/index.js +87 -133
  401. package/dist/components/Time/TimePicker/index.js +76 -95
  402. package/dist/components/TimeInput/index.js +1 -1
  403. package/dist/components/TimePicker/DayPart/DayPartOverlay/index.js +98 -189
  404. package/dist/components/TimePicker/DayPart/index.js +59 -105
  405. package/dist/components/TimePicker/Elements/Actions/index.js +6 -14
  406. package/dist/components/TimePicker/Elements/CancelLink/index.js +7 -13
  407. package/dist/components/TimePicker/Elements/DownIcon/index.js +10 -19
  408. package/dist/components/TimePicker/Elements/IncrementNotice/index.js +6 -14
  409. package/dist/components/TimePicker/Elements/PickerSeparator/index.js +5 -14
  410. package/dist/components/TimePicker/Elements/Title/index.js +8 -14
  411. package/dist/components/TimePicker/Elements/TitleUnderline/index.js +9 -14
  412. package/dist/components/TimePicker/Elements/UpIcon/index.js +10 -19
  413. package/dist/components/TimePicker/Time/TimeInput/index.js +58 -77
  414. package/dist/components/TimePicker/Time/TimeOverlay/index.js +185 -210
  415. package/dist/components/TimePicker/Time/index.js +76 -105
  416. package/dist/components/TimePicker/utils/PickerGA/index.js +9 -7
  417. package/dist/components/TimePicker/utils/constants/loopStatus.js +1 -1
  418. package/dist/components/TimePicker/utils/limitAround/index.js +1 -1
  419. package/dist/components/TimePicker/utils/loopAround/index.js +3 -3
  420. package/dist/components/TimePicker/utils/loopAroundMinutes/index.js +3 -3
  421. package/dist/components/TimePicker/utils/roundToMultiple/index.js +1 -3
  422. package/dist/components/Tooltip/index.js +74 -80
  423. package/dist/components/Typeahead/MobileHeader/index.js +29 -24
  424. package/dist/components/Typeahead/Option/OptionImage/index.js +12 -35
  425. package/dist/components/Typeahead/Option/index.js +59 -103
  426. package/dist/components/Typeahead/Options/index.js +15 -18
  427. package/dist/components/Typeahead/index.js +191 -185
  428. package/dist/components/Typeahead/mocks/employees.js +1 -1
  429. package/dist/components/Typeahead/utils/getSelected/index.js +2 -4
  430. package/dist/components/Typography/H1/index.js +7 -14
  431. package/dist/components/Typography/H2/index.js +7 -14
  432. package/dist/components/Typography/H3/index.js +7 -14
  433. package/dist/components/Typography/H4/index.js +7 -14
  434. package/dist/components/Typography/H5/index.js +7 -14
  435. package/dist/components/Typography/H6/index.js +7 -14
  436. package/dist/components/Typography/P/index.js +4 -16
  437. package/dist/components/Typography/Small/index.js +3 -16
  438. package/dist/components/Validation/index.js +18 -20
  439. package/dist/components/WithDayPicker/index.js +37 -62
  440. package/dist/components/WithValidation/index.js +44 -61
  441. package/dist/components/XingLoader/index.js +56 -112
  442. package/dist/components/withConfirmation/index.js +69 -68
  443. package/dist/components/withModal/index.js +14 -28
  444. package/dist/constants/breakpoints/index.js +1 -1
  445. package/dist/constants/colors/index.js +47 -47
  446. package/dist/constants/documents/index.js +3 -3
  447. package/dist/constants/spacing/index.js +1 -1
  448. package/dist/constants/vars/index.js +8 -8
  449. package/dist/constants/z-index/index.js +1 -1
  450. package/dist/hooks/useClickOutside/index.js +5 -5
  451. package/dist/setupTests.js +8 -8
  452. package/dist/test-utils/renderCheck/index.js +15 -17
  453. package/dist/test-utils/waitForAsync/index.js +1 -5
  454. package/dist/utils/numbers/getBoundedValue/index.js +1 -1
  455. package/dist/utils/pad/index.js +2 -2
  456. package/dist/utils/range/index.js +3 -5
  457. package/dist/utils/roundTo/index.js +5 -5
  458. package/dist/utils/setBreakPoint/index.js +1 -3
  459. package/dist/utils/stripUnit/index.js +2 -2
  460. package/dist/utils/time/Duration/index.js +33 -41
  461. package/dist/utils/time/durationToMilliseconds/index.js +11 -21
  462. package/dist/utils/time/durationToTimeString/index.js +3 -5
  463. package/dist/utils/time/millisecondsToDuration/index.js +6 -6
  464. package/dist/utils/trackForm/index.js +34 -37
  465. package/package.json +5 -5
  466. package/src/components/Checkbox/index.js +2 -2
  467. package/src/components/Typeahead/Option/index.js +0 -1
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var GiftIcon = function GiftIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M27.5 9h-1.808a5.965 5.965 0 0 0 .808-3c0-3.309-2.691-6-6-6-1.791 0-3.4.79-4.5 2.038A5.986 5.986 0 0 0 11.5 0c-3.309 0-6 2.691-6 6 0 1.093.295 2.116.808 3H4.5A4.505 4.505 0 0 0 0 13.5v14C0 29.981 2.019 32 4.5 32h23c2.481 0 4.5-2.019 4.5-4.5v-14c0-2.481-2.019-4.5-4.5-4.5zm1.5 4.5V15H17.5v-3h10a1.5 1.5 0 0 1 1.5 1.5zM20.5 3c1.654 0 3 1.346 3 3s-1.346 3-3 3h-3V6c0-1.654 1.346-3 3-3zm-12 3c0-1.654 1.346-3 3-3s3 1.346 3 3v3h-3c-1.654 0-3-1.346-3-3zM3 13.5A1.5 1.5 0 0 1 4.5 12h10v3H3v-1.5zm0 14V18h11.5v11h-10A1.5 1.5 0 0 1 3 27.5zm26 0a1.5 1.5 0 0 1-1.5 1.5h-10V18H29v9.5z"
21
- }));
22
- };
16
+ const GiftIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 9h-1.808a5.965 5.965 0 0 0 .808-3c0-3.309-2.691-6-6-6-1.791 0-3.4.79-4.5 2.038A5.986 5.986 0 0 0 11.5 0c-3.309 0-6 2.691-6 6 0 1.093.295 2.116.808 3H4.5A4.505 4.505 0 0 0 0 13.5v14C0 29.981 2.019 32 4.5 32h23c2.481 0 4.5-2.019 4.5-4.5v-14c0-2.481-2.019-4.5-4.5-4.5zm1.5 4.5V15H17.5v-3h10a1.5 1.5 0 0 1 1.5 1.5zM20.5 3c1.654 0 3 1.346 3 3s-1.346 3-3 3h-3V6c0-1.654 1.346-3 3-3zm-12 3c0-1.654 1.346-3 3-3s3 1.346 3 3v3h-3c-1.654 0-3-1.346-3-3zM3 13.5A1.5 1.5 0 0 1 4.5 12h10v3H3v-1.5zm0 14V18h11.5v11h-10A1.5 1.5 0 0 1 3 27.5zm26 0a1.5 1.5 0 0 1-1.5 1.5h-10V18H29v9.5z"
20
+ }));
23
21
 
24
22
  GiftIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var GlobeIcon = function GlobeIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 0C7.178 0 0 7.178 0 16s7.178 16 16 16 16-7.178 16-16S24.822 0 16 0zm0 29c-.195 0-1.104-.546-1.995-3.221-.349-1.046-.633-2.238-.849-3.529h5.688c-.216 1.291-.5 2.483-.849 3.529C17.104 28.454 16.195 29 16 29zm-3.207-9.75a41.836 41.836 0 0 1 0-6.5h6.415a41.836 41.836 0 0 1 0 6.5h-6.415zM3 16c0-1.121.143-2.211.411-3.25h6.374a44.264 44.264 0 0 0 0 6.5H3.411A12.957 12.957 0 0 1 3 16zM16 3c.195 0 1.104.546 1.995 3.221.349 1.046.633 2.237.849 3.529h-5.688c.216-1.291.5-2.482.849-3.529C14.896 3.546 15.805 3 16 3zm6.215 9.75h6.374c.269 1.039.411 2.129.411 3.25s-.142 2.211-.411 3.25h-6.374a44.264 44.264 0 0 0 0-6.5zm5.181-3H21.88c-.25-1.64-.599-3.156-1.039-4.478-.194-.581-.398-1.1-.608-1.564a13.07 13.07 0 0 1 7.162 6.041zm-15.63-6.041c-.21.465-.414.982-.607 1.564-.44 1.321-.789 2.837-1.039 4.478H4.604a13.068 13.068 0 0 1 7.163-6.041zM4.604 22.25h5.516c.25 1.64.599 3.156 1.039 4.477.194.581.398 1.1.607 1.564a13.066 13.066 0 0 1-7.162-6.041zm15.63 6.041c.21-.465.414-.983.608-1.564.44-1.321.789-2.837 1.039-4.477h5.516a13.068 13.068 0 0 1-7.163 6.041z"
21
- }));
22
- };
16
+ const GlobeIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 0C7.178 0 0 7.178 0 16s7.178 16 16 16 16-7.178 16-16S24.822 0 16 0zm0 29c-.195 0-1.104-.546-1.995-3.221-.349-1.046-.633-2.238-.849-3.529h5.688c-.216 1.291-.5 2.483-.849 3.529C17.104 28.454 16.195 29 16 29zm-3.207-9.75a41.836 41.836 0 0 1 0-6.5h6.415a41.836 41.836 0 0 1 0 6.5h-6.415zM3 16c0-1.121.143-2.211.411-3.25h6.374a44.264 44.264 0 0 0 0 6.5H3.411A12.957 12.957 0 0 1 3 16zM16 3c.195 0 1.104.546 1.995 3.221.349 1.046.633 2.237.849 3.529h-5.688c.216-1.291.5-2.482.849-3.529C14.896 3.546 15.805 3 16 3zm6.215 9.75h6.374c.269 1.039.411 2.129.411 3.25s-.142 2.211-.411 3.25h-6.374a44.264 44.264 0 0 0 0-6.5zm5.181-3H21.88c-.25-1.64-.599-3.156-1.039-4.478-.194-.581-.398-1.1-.608-1.564a13.07 13.07 0 0 1 7.162 6.041zm-15.63-6.041c-.21.465-.414.982-.607 1.564-.44 1.321-.789 2.837-1.039 4.478H4.604a13.068 13.068 0 0 1 7.163-6.041zM4.604 22.25h5.516c.25 1.64.599 3.156 1.039 4.477.194.581.398 1.1.607 1.564a13.066 13.066 0 0 1-7.162-6.041zm15.63 6.041c.21-.465.414-.983.608-1.564.44-1.321.789-2.837 1.039-4.477h5.516a13.068 13.068 0 0 1-7.163 6.041z"
20
+ }));
23
21
 
24
22
  GlobeIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var GridIcon = function GridIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M7.125 8.625H1.5c-.825 0-1.5-.675-1.5-1.5V1.5C0 .675.675 0 1.5 0h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm23.375 0h-5.625c-.825 0-1.5-.675-1.5-1.5V1.5c0-.825.675-1.5 1.5-1.5H30.5c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm-11.687 0h-5.625c-.825 0-1.5-.675-1.5-1.5V1.5c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zM7.125 20.313H1.5c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm23.375 0h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5H30.5c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm-11.687 0h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zM7.125 32H1.5C.675 32 0 31.325 0 30.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5V30.5c0 .825-.675 1.5-1.5 1.5zM30.5 32h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5H30.5c.825 0 1.5.675 1.5 1.5V30.5c0 .825-.675 1.5-1.5 1.5zm-11.687 0h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5V30.5c0 .825-.675 1.5-1.5 1.5z"
21
- }));
22
- };
16
+ const GridIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M7.125 8.625H1.5c-.825 0-1.5-.675-1.5-1.5V1.5C0 .675.675 0 1.5 0h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm23.375 0h-5.625c-.825 0-1.5-.675-1.5-1.5V1.5c0-.825.675-1.5 1.5-1.5H30.5c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm-11.687 0h-5.625c-.825 0-1.5-.675-1.5-1.5V1.5c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zM7.125 20.313H1.5c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm23.375 0h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5H30.5c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zm-11.687 0h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5v5.625c0 .825-.675 1.5-1.5 1.5zM7.125 32H1.5C.675 32 0 31.325 0 30.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5V30.5c0 .825-.675 1.5-1.5 1.5zM30.5 32h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5H30.5c.825 0 1.5.675 1.5 1.5V30.5c0 .825-.675 1.5-1.5 1.5zm-11.687 0h-5.625c-.825 0-1.5-.675-1.5-1.5v-5.625c0-.825.675-1.5 1.5-1.5h5.625c.825 0 1.5.675 1.5 1.5V30.5c0 .825-.675 1.5-1.5 1.5z"
20
+ }));
23
21
 
24
22
  GridIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var HeadsetIcon = function HeadsetIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M28.95 11.866C28.374 5.227 22.786 0 16 0S3.626 5.228 3.05 11.866A4.508 4.508 0 0 0 0 16.125v3c0 2.481 2.019 4.5 4.5 4.5H6c1.654 0 3-1.346 3-3v-6a3.005 3.005 0 0 0-2.904-2.998C6.767 6.761 10.951 3 16 3s9.233 3.761 9.904 8.627A3.003 3.003 0 0 0 23 14.625v6c0 1.654 1.346 3 3 3v.875a1.5 1.5 0 0 1-1.5 1.5h-2.758a4.506 4.506 0 0 0-4.242-3c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5a4.508 4.508 0 0 0 4.242-3H24.5c2.481 0 4.5-2.019 4.5-4.5v-1.133a4.506 4.506 0 0 0 3-4.242v-3a4.508 4.508 0 0 0-3.05-4.259zM6 20.625H4.5a1.5 1.5 0 0 1-1.5-1.5v-3a1.5 1.5 0 0 1 1.5-1.5H6v6zM17.5 29a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 17.5 29zM29 19.125a1.5 1.5 0 0 1-1.5 1.5H26v-6h1.5a1.5 1.5 0 0 1 1.5 1.5v3z"
21
- }));
22
- };
16
+ const HeadsetIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M28.95 11.866C28.374 5.227 22.786 0 16 0S3.626 5.228 3.05 11.866A4.508 4.508 0 0 0 0 16.125v3c0 2.481 2.019 4.5 4.5 4.5H6c1.654 0 3-1.346 3-3v-6a3.005 3.005 0 0 0-2.904-2.998C6.767 6.761 10.951 3 16 3s9.233 3.761 9.904 8.627A3.003 3.003 0 0 0 23 14.625v6c0 1.654 1.346 3 3 3v.875a1.5 1.5 0 0 1-1.5 1.5h-2.758a4.506 4.506 0 0 0-4.242-3c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5a4.508 4.508 0 0 0 4.242-3H24.5c2.481 0 4.5-2.019 4.5-4.5v-1.133a4.506 4.506 0 0 0 3-4.242v-3a4.508 4.508 0 0 0-3.05-4.259zM6 20.625H4.5a1.5 1.5 0 0 1-1.5-1.5v-3a1.5 1.5 0 0 1 1.5-1.5H6v6zM17.5 29a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 17.5 29zM29 19.125a1.5 1.5 0 0 1-1.5 1.5H26v-6h1.5a1.5 1.5 0 0 1 1.5 1.5v3z"
20
+ }));
23
21
 
24
22
  HeadsetIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var HealthIcon = function HealthIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 32c-.262 0-.524-.069-.759-.206-.252-.149-6.241-3.696-10.648-9.514a1.5 1.5 0 0 1 2.391-1.811c3.169 4.184 7.328 7.149 9.014 8.256a40.655 40.655 0 0 0 6.125-4.97c3.054-3.038 6.726-7.829 6.874-13.4a7.28 7.28 0 0 0-2.074-5.277c-1.339-1.36-3.115-2.104-5-2.078a6.97 6.97 0 0 0-4.866 2.041 1.498 1.498 0 0 1-2.117 0A6.965 6.965 0 0 0 10.075 3c-1.891-.024-3.665.72-5.003 2.086a7.339 7.339 0 0 0-2.069 5.339c.036 1.139.22 2.295.547 3.45h6.571c.45 0 .877.203 1.162.551l2.067 2.534 1.956-6.754a1.501 1.501 0 0 1 2.603-.532l3.425 4.2h1.789a1.5 1.5 0 1 1 0 3h-2.5c-.45 0-.878-.203-1.163-.551l-2.067-2.534-1.955 6.754a1.503 1.503 0 0 1-2.604.531l-3.426-4.2H2.454a1.5 1.5 0 0 1-1.413-.996c-.634-1.779-.984-3.581-1.04-5.359a10.341 10.341 0 0 1 2.925-7.532C4.841 1.032 7.389-.027 10.104.001c2.151.022 4.2.724 5.893 1.998A9.938 9.938 0 0 1 21.89.001c2.709-.03 5.254 1.028 7.17 2.973a10.298 10.298 0 0 1 2.934 7.461c-.139 5.215-2.839 10.575-7.81 15.5-3.678 3.644-7.277 5.77-7.429 5.859a1.5 1.5 0 0 1-.758.206z"
21
- }));
22
- };
16
+ const HealthIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 32c-.262 0-.524-.069-.759-.206-.252-.149-6.241-3.696-10.648-9.514a1.5 1.5 0 0 1 2.391-1.811c3.169 4.184 7.328 7.149 9.014 8.256a40.655 40.655 0 0 0 6.125-4.97c3.054-3.038 6.726-7.829 6.874-13.4a7.28 7.28 0 0 0-2.074-5.277c-1.339-1.36-3.115-2.104-5-2.078a6.97 6.97 0 0 0-4.866 2.041 1.498 1.498 0 0 1-2.117 0A6.965 6.965 0 0 0 10.075 3c-1.891-.024-3.665.72-5.003 2.086a7.339 7.339 0 0 0-2.069 5.339c.036 1.139.22 2.295.547 3.45h6.571c.45 0 .877.203 1.162.551l2.067 2.534 1.956-6.754a1.501 1.501 0 0 1 2.603-.532l3.425 4.2h1.789a1.5 1.5 0 1 1 0 3h-2.5c-.45 0-.878-.203-1.163-.551l-2.067-2.534-1.955 6.754a1.503 1.503 0 0 1-2.604.531l-3.426-4.2H2.454a1.5 1.5 0 0 1-1.413-.996c-.634-1.779-.984-3.581-1.04-5.359a10.341 10.341 0 0 1 2.925-7.532C4.841 1.032 7.389-.027 10.104.001c2.151.022 4.2.724 5.893 1.998A9.938 9.938 0 0 1 21.89.001c2.709-.03 5.254 1.028 7.17 2.973a10.298 10.298 0 0 1 2.934 7.461c-.139 5.215-2.839 10.575-7.81 15.5-3.678 3.644-7.277 5.77-7.429 5.859a1.5 1.5 0 0 1-.758.206z"
20
+ }));
23
21
 
24
22
  HealthIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var HeartIcon = function HeartIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 32c-.262 0-.524-.069-.759-.206-.155-.091-3.834-2.265-7.553-5.984C2.658 20.78-.001 15.312-.001 10c0-5.514 4.486-10 10-10 2.192 0 4.279.701 6 1.998a9.93 9.93 0 0 1 6-1.998c5.514 0 10 4.486 10 10 0 5.313-2.659 10.78-7.689 15.811-3.719 3.719-7.398 5.893-7.553 5.984a1.51 1.51 0 0 1-.759.205zM10 3c-3.86 0-7 3.14-7 7 0 9.468 10.114 16.82 13 18.724C18.885 26.82 29 19.468 29 10c0-3.86-3.14-7-7-7a6.95 6.95 0 0 0-4.941 2.043 1.498 1.498 0 0 1-2.117 0 6.954 6.954 0 0 0-4.941-2.042z"
21
- }));
22
- };
16
+ const HeartIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 32c-.262 0-.524-.069-.759-.206-.155-.091-3.834-2.265-7.553-5.984C2.658 20.78-.001 15.312-.001 10c0-5.514 4.486-10 10-10 2.192 0 4.279.701 6 1.998a9.93 9.93 0 0 1 6-1.998c5.514 0 10 4.486 10 10 0 5.313-2.659 10.78-7.689 15.811-3.719 3.719-7.398 5.893-7.553 5.984a1.51 1.51 0 0 1-.759.205zM10 3c-3.86 0-7 3.14-7 7 0 9.468 10.114 16.82 13 18.724C18.885 26.82 29 19.468 29 10c0-3.86-3.14-7-7-7a6.95 6.95 0 0 0-4.941 2.043 1.498 1.498 0 0 1-2.117 0 6.954 6.954 0 0 0-4.941-2.042z"
20
+ }));
23
21
 
24
22
  HeartIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var HelpIcon = function HelpIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M4.686 4.686c-6.249 6.249-6.249 16.379 0 22.628s16.379 6.249 22.628 0 6.249-16.379 0-22.628-16.379-6.249-22.628 0zM24.07 5.809l-2.766 2.766a9.127 9.127 0 0 0-10.606 0L7.93 5.809c4.71-3.735 11.43-3.735 16.14 0zm-3.739 14.522c-2.387 2.389-6.274 2.389-8.662 0s-2.389-6.274 0-8.662 6.274-2.389 8.662 0a6.134 6.134 0 0 1 0 8.662zM5.809 7.93l2.766 2.766a9.127 9.127 0 0 0 0 10.606l-2.766 2.766c-3.735-4.709-3.735-11.429 0-16.139zM7.93 26.191l2.766-2.766a9.127 9.127 0 0 0 10.606 0l2.766 2.766c-4.709 3.736-11.429 3.735-16.139 0zm18.261-2.121l-2.766-2.766a9.127 9.127 0 0 0 0-10.606l2.766-2.766c3.735 4.709 3.736 11.429 0 16.139z"
21
- }));
22
- };
16
+ const HelpIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M4.686 4.686c-6.249 6.249-6.249 16.379 0 22.628s16.379 6.249 22.628 0 6.249-16.379 0-22.628-16.379-6.249-22.628 0zM24.07 5.809l-2.766 2.766a9.127 9.127 0 0 0-10.606 0L7.93 5.809c4.71-3.735 11.43-3.735 16.14 0zm-3.739 14.522c-2.387 2.389-6.274 2.389-8.662 0s-2.389-6.274 0-8.662 6.274-2.389 8.662 0a6.134 6.134 0 0 1 0 8.662zM5.809 7.93l2.766 2.766a9.127 9.127 0 0 0 0 10.606l-2.766 2.766c-3.735-4.709-3.735-11.429 0-16.139zM7.93 26.191l2.766-2.766a9.127 9.127 0 0 0 10.606 0l2.766 2.766c-4.709 3.736-11.429 3.735-16.139 0zm18.261-2.121l-2.766-2.766a9.127 9.127 0 0 0 0-10.606l2.766-2.766c3.735 4.709 3.736 11.429 0 16.139z"
20
+ }));
23
21
 
24
22
  HelpIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var HomeIcon = function HomeIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.375 10.787l-14.5-10.5a1.52 1.52 0 0 0-1.762 0L.625 10.787A1.52 1.52 0 0 0 0 12v18.5c0 .825.675 1.5 1.5 1.5h29c.825 0 1.5-.675 1.5-1.5V12c0-.475-.225-.938-.625-1.213zM13 29v-9h6v9h-6zm16 0h-7V18.5c0-.825-.675-1.5-1.5-1.5h-9c-.825 0-1.5.675-1.5 1.5V29H3V12.762L16 3.35l13 9.412V29z"
21
- }));
22
- };
16
+ const HomeIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.375 10.787l-14.5-10.5a1.52 1.52 0 0 0-1.762 0L.625 10.787A1.52 1.52 0 0 0 0 12v18.5c0 .825.675 1.5 1.5 1.5h29c.825 0 1.5-.675 1.5-1.5V12c0-.475-.225-.938-.625-1.213zM13 29v-9h6v9h-6zm16 0h-7V18.5c0-.825-.675-1.5-1.5-1.5h-9c-.825 0-1.5.675-1.5 1.5V29H3V12.762L16 3.35l13 9.412V29z"
20
+ }));
23
21
 
24
22
  HomeIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var HourglassIcon = function HourglassIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M1.5 3h1.975c.646 4.889 4.315 9.053 7.44 11.78.357.311.554.745.554 1.22s-.196.907-.554 1.22C7.79 19.949 4.121 24.111 3.475 29H1.5a1.5 1.5 0 1 0 0 3h29a1.5 1.5 0 1 0 0-3h-1.975c-.65-4.928-4.369-9.117-7.535-11.863-.336-.291-.52-.695-.52-1.137s.185-.846.521-1.137C24.156 12.118 27.875 7.928 28.525 3H30.5a1.5 1.5 0 1 0 0-3h-29a1.5 1.5 0 1 0 0 3zm17.525 9.595a4.503 4.503 0 0 0-.001 6.808c2.2 1.907 5.724 5.52 6.461 9.598H6.516c.731-4.041 4.205-7.628 6.372-9.52a4.619 4.619 0 0 0 0-6.959c-2.168-1.893-5.641-5.479-6.372-9.521h18.969c-.738 4.076-4.261 7.69-6.46 9.595zM13.75 6.25a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm7.5 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm-3.75 4.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm0 13.75a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z"
21
- }));
22
- };
16
+ const HourglassIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M1.5 3h1.975c.646 4.889 4.315 9.053 7.44 11.78.357.311.554.745.554 1.22s-.196.907-.554 1.22C7.79 19.949 4.121 24.111 3.475 29H1.5a1.5 1.5 0 1 0 0 3h29a1.5 1.5 0 1 0 0-3h-1.975c-.65-4.928-4.369-9.117-7.535-11.863-.336-.291-.52-.695-.52-1.137s.185-.846.521-1.137C24.156 12.118 27.875 7.928 28.525 3H30.5a1.5 1.5 0 1 0 0-3h-29a1.5 1.5 0 1 0 0 3zm17.525 9.595a4.503 4.503 0 0 0-.001 6.808c2.2 1.907 5.724 5.52 6.461 9.598H6.516c.731-4.041 4.205-7.628 6.372-9.52a4.619 4.619 0 0 0 0-6.959c-2.168-1.893-5.641-5.479-6.372-9.521h18.969c-.738 4.076-4.261 7.69-6.46 9.595zM13.75 6.25a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm7.5 0a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm-3.75 4.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zm0 13.75a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z"
20
+ }));
23
21
 
24
22
  HourglassIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var IdCardIcon = function IdCardIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M24.5 15h-5a1.5 1.5 0 1 0 0 3h5a1.5 1.5 0 1 0 0-3zm3-9h-2c0-1.654-1.346-3-3-3h-2.258C19.623 1.254 17.956 0 16 0s-3.624 1.254-4.242 3H9.5c-1.654 0-3 1.346-3 3h-2A4.505 4.505 0 0 0 0 10.5v17C0 29.981 2.019 32 4.5 32h23c2.481 0 4.5-2.019 4.5-4.5v-17C32 8.019 29.981 6 27.5 6zm-18 0H13a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 1 3 0A1.5 1.5 0 0 0 19 6h3.5v3h-13V6zM29 27.5a1.5 1.5 0 0 1-1.5 1.5h-23A1.5 1.5 0 0 1 3 27.5v-17A1.5 1.5 0 0 1 4.5 9h2c0 1.654 1.346 3 3 3h13c1.654 0 3-1.346 3-3h2a1.5 1.5 0 0 1 1.5 1.5v17zM14.25 15h-7.5a.753.753 0 0 0-.75.75v7.5c0 .413.338.75.75.75h7.5c.412 0 .75-.337.75-.75v-7.5a.753.753 0 0 0-.75-.75zm10.25 6h-5a1.5 1.5 0 1 0 0 3h5a1.5 1.5 0 1 0 0-3z"
21
- }));
22
- };
16
+ const IdCardIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M24.5 15h-5a1.5 1.5 0 1 0 0 3h5a1.5 1.5 0 1 0 0-3zm3-9h-2c0-1.654-1.346-3-3-3h-2.258C19.623 1.254 17.956 0 16 0s-3.624 1.254-4.242 3H9.5c-1.654 0-3 1.346-3 3h-2A4.505 4.505 0 0 0 0 10.5v17C0 29.981 2.019 32 4.5 32h23c2.481 0 4.5-2.019 4.5-4.5v-17C32 8.019 29.981 6 27.5 6zm-18 0H13a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 1 3 0A1.5 1.5 0 0 0 19 6h3.5v3h-13V6zM29 27.5a1.5 1.5 0 0 1-1.5 1.5h-23A1.5 1.5 0 0 1 3 27.5v-17A1.5 1.5 0 0 1 4.5 9h2c0 1.654 1.346 3 3 3h13c1.654 0 3-1.346 3-3h2a1.5 1.5 0 0 1 1.5 1.5v17zM14.25 15h-7.5a.753.753 0 0 0-.75.75v7.5c0 .413.338.75.75.75h7.5c.412 0 .75-.337.75-.75v-7.5a.753.753 0 0 0-.75-.75zm10.25 6h-5a1.5 1.5 0 1 0 0 3h5a1.5 1.5 0 1 0 0-3z"
20
+ }));
23
21
 
24
22
  IdCardIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,17 +13,15 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var ImageIcon = function ImageIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256",
19
- role: "img",
20
- "aria-label": "Image file icon"
21
- }, props), _react.default.createElement("path", {
22
- d: "M232 0H24C10.77 0 0 10.77 0 24v208c0 13.23 10.77 24 24 24h208c13.23 0 24-10.77 24-24V24c0-13.23-10.77-24-24-24zm0 24l.01 137.09a123.358 123.358 0 0 0-42.51-7.58c-18.97 0-37.76 4.44-54.73 12.84l-43.88-48.41a12.018 12.018 0 0 0-8.6-3.94c-3.28-.08-6.46 1.19-8.78 3.51L24 167.03V24h208zM24 200.97l57.57-57.57 80.31 88.6H24v-31.03zM232 232h-37.73l-42.6-47c25.88-10.74 54.86-10.06 80.34 2.07v44.92c.01.01 0 .01-.01.01z"
23
- }), _react.default.createElement("path", {
24
- d: "M172 120c19.85 0 36-16.15 36-36s-16.15-36-36-36-36 16.15-36 36 16.15 36 36 36zm0-48c6.62 0 12 5.38 12 12s-5.38 12-12 12-12-5.38-12-12 5.38-12 12-12z"
25
- }));
26
- };
16
+ const ImageIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256",
18
+ role: "img",
19
+ "aria-label": "Image file icon"
20
+ }, props), _react.default.createElement("path", {
21
+ d: "M232 0H24C10.77 0 0 10.77 0 24v208c0 13.23 10.77 24 24 24h208c13.23 0 24-10.77 24-24V24c0-13.23-10.77-24-24-24zm0 24l.01 137.09a123.358 123.358 0 0 0-42.51-7.58c-18.97 0-37.76 4.44-54.73 12.84l-43.88-48.41a12.018 12.018 0 0 0-8.6-3.94c-3.28-.08-6.46 1.19-8.78 3.51L24 167.03V24h208zM24 200.97l57.57-57.57 80.31 88.6H24v-31.03zM232 232h-37.73l-42.6-47c25.88-10.74 54.86-10.06 80.34 2.07v44.92c.01.01 0 .01-.01.01z"
22
+ }), _react.default.createElement("path", {
23
+ d: "M172 120c19.85 0 36-16.15 36-36s-16.15-36-36-36-36 16.15-36 36 16.15 36 36 36zm0-48c6.62 0 12 5.38 12 12s-5.38 12-12 12-12-5.38-12-12 5.38-12 12-12z"
24
+ }));
27
25
 
28
26
  ImageIcon.displayName = 'ImageIcon';
29
27
  ImageIcon.propTypes = {
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var InboxIcon = function InboxIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M1.5 14.875h29a1.5 1.5 0 1 0 0-3h-29a1.5 1.5 0 1 0 0 3zm3-6h23a1.5 1.5 0 1 0 0-3h-23a1.5 1.5 0 1 0 0 3zM7.5 3h17a1.5 1.5 0 1 0 0-3h-17a1.5 1.5 0 1 0 0 3zm23 14.875H22a1.5 1.5 0 0 0-1.5 1.5c0 2.481-2.019 4.5-4.5 4.5s-4.5-2.019-4.5-4.5a1.5 1.5 0 0 0-1.5-1.5H1.5a1.5 1.5 0 0 0-1.5 1.5V30.5A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5V19.375a1.5 1.5 0 0 0-1.5-1.5zM29 29H3v-8.125h5.651c.697 3.419 3.727 6 7.349 6s6.652-2.581 7.349-6H29V29z"
21
- }));
22
- };
16
+ const InboxIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M1.5 14.875h29a1.5 1.5 0 1 0 0-3h-29a1.5 1.5 0 1 0 0 3zm3-6h23a1.5 1.5 0 1 0 0-3h-23a1.5 1.5 0 1 0 0 3zM7.5 3h17a1.5 1.5 0 1 0 0-3h-17a1.5 1.5 0 1 0 0 3zm23 14.875H22a1.5 1.5 0 0 0-1.5 1.5c0 2.481-2.019 4.5-4.5 4.5s-4.5-2.019-4.5-4.5a1.5 1.5 0 0 0-1.5-1.5H1.5a1.5 1.5 0 0 0-1.5 1.5V30.5A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5V19.375a1.5 1.5 0 0 0-1.5-1.5zM29 29H3v-8.125h5.651c.697 3.419 3.727 6 7.349 6s6.652-2.581 7.349-6H29V29z"
20
+ }));
23
21
 
24
22
  InboxIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var InboxEmptyIcon = function InboxEmptyIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.95 18.116l-4.5-17A1.501 1.501 0 0 0 26 0H6c-.68 0-1.276.459-1.45 1.116l-4.5 17c-.033.125-.05.254-.05.384v12A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5v-12c0-.13-.016-.259-.05-.384zM7.155 3h17.691l3.706 14h-6.553a1.5 1.5 0 0 0-1.5 1.5c0 2.481-2.019 4.5-4.5 4.5s-4.5-2.019-4.5-4.5a1.5 1.5 0 0 0-1.5-1.5H3.448L7.154 3zM3 29v-9h5.651c.697 3.419 3.727 6 7.349 6s6.652-2.581 7.349-6H29v9H3z"
21
- }));
22
- };
16
+ const InboxEmptyIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.95 18.116l-4.5-17A1.501 1.501 0 0 0 26 0H6c-.68 0-1.276.459-1.45 1.116l-4.5 17c-.033.125-.05.254-.05.384v12A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5v-12c0-.13-.016-.259-.05-.384zM7.155 3h17.691l3.706 14h-6.553a1.5 1.5 0 0 0-1.5 1.5c0 2.481-2.019 4.5-4.5 4.5s-4.5-2.019-4.5-4.5a1.5 1.5 0 0 0-1.5-1.5H3.448L7.154 3zM3 29v-9h5.651c.697 3.419 3.727 6 7.349 6s6.652-2.581 7.349-6H29v9H3z"
20
+ }));
23
21
 
24
22
  InboxEmptyIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var InformationIcon = function InformationIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M13 13s2.6-.012 3.025 0c.825.012 1.475.725 1.475 1.55v8.887c0 .825-.65 1.538-1.475 1.55a1.502 1.502 0 0 1-1.525-1.5v-7.5H13c-.825 0-1.5-.675-1.5-1.5s.675-1.488 1.5-1.488zm3-13C7.175 0 0 7.175 0 16s7.175 16 16 16 16-7.175 16-16S24.825 0 16 0zm0 29C8.838 29 3 23.163 3 16S8.838 3 16 3s13 5.838 13 13-5.837 13-13 13zm1.5-20.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 17.5 8.5z"
21
- }));
22
- };
16
+ const InformationIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M13 13s2.6-.012 3.025 0c.825.012 1.475.725 1.475 1.55v8.887c0 .825-.65 1.538-1.475 1.55a1.502 1.502 0 0 1-1.525-1.5v-7.5H13c-.825 0-1.5-.675-1.5-1.5s.675-1.488 1.5-1.488zm3-13C7.175 0 0 7.175 0 16s7.175 16 16 16 16-7.175 16-16S24.825 0 16 0zm0 29C8.838 29 3 23.163 3 16S8.838 3 16 3s13 5.838 13 13-5.837 13-13 13zm1.5-20.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 17.5 8.5z"
20
+ }));
23
21
 
24
22
  InformationIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,72 +13,70 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var InjuryIcon = function InjuryIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 16 16"
19
- }, props), _react.default.createElement("circle", {
20
- id: "Ellipse_672",
21
- "data-name": "Ellipse 672",
22
- cx: "0.723",
23
- cy: "0.723",
24
- r: "0.723",
25
- transform: "translate(6.994 6.994)",
26
- fill: "#333"
27
- }), _react.default.createElement("circle", {
28
- id: "Ellipse_673",
29
- "data-name": "Ellipse 673",
30
- cx: "0.723",
31
- cy: "0.723",
32
- r: "0.723",
33
- transform: "translate(4.583 9.405)",
34
- fill: "#333"
35
- }), _react.default.createElement("circle", {
36
- id: "Ellipse_674",
37
- "data-name": "Ellipse 674",
38
- cx: "0.723",
39
- cy: "0.723",
40
- r: "0.723",
41
- transform: "translate(6.512 8.923)",
42
- fill: "#333"
43
- }), _react.default.createElement("circle", {
44
- id: "Ellipse_675",
45
- "data-name": "Ellipse 675",
46
- cx: "0.723",
47
- cy: "0.723",
48
- r: "0.723",
49
- transform: "translate(5.066 7.477)",
50
- fill: "#333"
51
- }), _react.default.createElement("circle", {
52
- id: "Ellipse_676",
53
- "data-name": "Ellipse 676",
54
- cx: "0.723",
55
- cy: "0.723",
56
- r: "0.723",
57
- transform: "translate(8.923 6.512)",
58
- fill: "#333"
59
- }), _react.default.createElement("circle", {
60
- id: "Ellipse_677",
61
- "data-name": "Ellipse 677",
62
- cx: "0.723",
63
- cy: "0.723",
64
- r: "0.723",
65
- transform: "translate(7.477 5.066)",
66
- fill: "#333"
67
- }), _react.default.createElement("circle", {
68
- id: "Ellipse_678",
69
- "data-name": "Ellipse 678",
70
- cx: "0.723",
71
- cy: "0.723",
72
- r: "0.723",
73
- transform: "translate(9.405 4.583)",
74
- fill: "#333"
75
- }), _react.default.createElement("path", {
76
- id: "Path_2105",
77
- "data-name": "Path 2105",
78
- d: "M13.146,7.679l1.615-1.615a2.17,2.17,0,0,0,0-3.068L12.363.6A2.17,2.17,0,0,0,9.295.6L7.679,2.212,6.064.6A2.17,2.17,0,0,0,3,.6L.6,3a2.17,2.17,0,0,0,0,3.068L2.212,7.679.6,9.295a2.17,2.17,0,0,0,0,3.068l2.4,2.4a2.17,2.17,0,0,0,3.068,0l1.615-1.615,1.615,1.615a2.17,2.17,0,0,0,3.068,0l2.4-2.4a2.17,2.17,0,0,0,0-3.068ZM1.622,5.039a.723.723,0,0,1,0-1.019l2.4-2.4a.723.723,0,0,1,1.019,0L6.655,3.237,3.237,6.655Zm3.418,8.7a.723.723,0,0,1-1.019,0l-2.4-2.4a.723.723,0,0,1,0-1.019l8.7-8.7a.723.723,0,0,1,1.019,0l2.4,2.4a.723.723,0,0,1,0,1.019Zm8.7-2.4-2.4,2.4a.723.723,0,0,1-1.019,0L8.7,12.122,12.122,8.7l1.615,1.615A.723.723,0,0,1,13.737,11.338Z",
79
- transform: "translate(0.038 0.038)"
80
- }));
81
- };
16
+ const InjuryIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 16 16"
18
+ }, props), _react.default.createElement("circle", {
19
+ id: "Ellipse_672",
20
+ "data-name": "Ellipse 672",
21
+ cx: "0.723",
22
+ cy: "0.723",
23
+ r: "0.723",
24
+ transform: "translate(6.994 6.994)",
25
+ fill: "#333"
26
+ }), _react.default.createElement("circle", {
27
+ id: "Ellipse_673",
28
+ "data-name": "Ellipse 673",
29
+ cx: "0.723",
30
+ cy: "0.723",
31
+ r: "0.723",
32
+ transform: "translate(4.583 9.405)",
33
+ fill: "#333"
34
+ }), _react.default.createElement("circle", {
35
+ id: "Ellipse_674",
36
+ "data-name": "Ellipse 674",
37
+ cx: "0.723",
38
+ cy: "0.723",
39
+ r: "0.723",
40
+ transform: "translate(6.512 8.923)",
41
+ fill: "#333"
42
+ }), _react.default.createElement("circle", {
43
+ id: "Ellipse_675",
44
+ "data-name": "Ellipse 675",
45
+ cx: "0.723",
46
+ cy: "0.723",
47
+ r: "0.723",
48
+ transform: "translate(5.066 7.477)",
49
+ fill: "#333"
50
+ }), _react.default.createElement("circle", {
51
+ id: "Ellipse_676",
52
+ "data-name": "Ellipse 676",
53
+ cx: "0.723",
54
+ cy: "0.723",
55
+ r: "0.723",
56
+ transform: "translate(8.923 6.512)",
57
+ fill: "#333"
58
+ }), _react.default.createElement("circle", {
59
+ id: "Ellipse_677",
60
+ "data-name": "Ellipse 677",
61
+ cx: "0.723",
62
+ cy: "0.723",
63
+ r: "0.723",
64
+ transform: "translate(7.477 5.066)",
65
+ fill: "#333"
66
+ }), _react.default.createElement("circle", {
67
+ id: "Ellipse_678",
68
+ "data-name": "Ellipse 678",
69
+ cx: "0.723",
70
+ cy: "0.723",
71
+ r: "0.723",
72
+ transform: "translate(9.405 4.583)",
73
+ fill: "#333"
74
+ }), _react.default.createElement("path", {
75
+ id: "Path_2105",
76
+ "data-name": "Path 2105",
77
+ d: "M13.146,7.679l1.615-1.615a2.17,2.17,0,0,0,0-3.068L12.363.6A2.17,2.17,0,0,0,9.295.6L7.679,2.212,6.064.6A2.17,2.17,0,0,0,3,.6L.6,3a2.17,2.17,0,0,0,0,3.068L2.212,7.679.6,9.295a2.17,2.17,0,0,0,0,3.068l2.4,2.4a2.17,2.17,0,0,0,3.068,0l1.615-1.615,1.615,1.615a2.17,2.17,0,0,0,3.068,0l2.4-2.4a2.17,2.17,0,0,0,0-3.068ZM1.622,5.039a.723.723,0,0,1,0-1.019l2.4-2.4a.723.723,0,0,1,1.019,0L6.655,3.237,3.237,6.655Zm3.418,8.7a.723.723,0,0,1-1.019,0l-2.4-2.4a.723.723,0,0,1,0-1.019l8.7-8.7a.723.723,0,0,1,1.019,0l2.4,2.4a.723.723,0,0,1,0,1.019Zm8.7-2.4-2.4,2.4a.723.723,0,0,1-1.019,0L8.7,12.122,12.122,8.7l1.615,1.615A.723.723,0,0,1,13.737,11.338Z",
78
+ transform: "translate(0.038 0.038)"
79
+ }));
82
80
 
83
81
  InjuryIcon.propTypes = {
84
82
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var KebabMenuHorizontalIcon = function KebabMenuHorizontalIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M19 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-9 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm18 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
21
- }));
22
- };
16
+ const KebabMenuHorizontalIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M19 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-9 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm18 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
20
+ }));
23
21
 
24
22
  KebabMenuHorizontalIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,13 +13,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
13
13
 
14
14
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
 
16
- var KebabMenuVerticalIcon = function KebabMenuVerticalIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M19 25a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm0-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm0-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
21
- }));
22
- };
16
+ const KebabMenuVerticalIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M19 25a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm0-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm0-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
20
+ }));
23
21
 
24
22
  KebabMenuVerticalIcon.propTypes = {
25
23
  size: _propTypes.number