bright-components 9.32.0 → 10.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (471) 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 +89 -68
  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 +29 -0
  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 +29 -0
  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 +40 -65
  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/Icons/CrossThick/examples.md +5 -0
  467. package/src/components/Icons/CrossThick/index.js +19 -0
  468. package/src/components/Icons/TickThick/examples.md +5 -0
  469. package/src/components/Icons/TickThick/index.js +19 -0
  470. package/src/components/Typeahead/Option/index.js +0 -1
  471. package/src/components/WithDayPicker/index.js +3 -3
@@ -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 StampIcon = function StampIcon(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 17h-5.114a1.467 1.467 0 0 1-1.306-.765 1.485 1.485 0 0 1 .032-1.529c1.621-2.641 2.424-5.12 2.385-7.365C23.427 3.286 20.067 0 16 0h-.035C11.849.019 8.5 3.384 8.5 7.5c0 2.206.805 4.635 2.393 7.218.415.675.16 1.284.031 1.514a1.471 1.471 0 0 1-1.31.769H4.5a4.505 4.505 0 0 0-4.5 4.5v3a1.5 1.5 0 0 0 1.5 1.5H3v1.5c0 2.481 2.019 4.5 4.5 4.5h17c2.481 0 4.5-2.019 4.5-4.5v-1.5h1.5a1.5 1.5 0 0 0 1.5-1.5v-3c0-2.481-2.019-4.5-4.5-4.5zM26 27.5a1.5 1.5 0 0 1-1.5 1.5h-17c-.827 0-1.5-.672-1.5-1.5V26h20v1.5zm3-4.5H3v-1.5A1.5 1.5 0 0 1 4.5 20h5.114a4.447 4.447 0 0 0 3.929-2.305 4.442 4.442 0 0 0-.094-4.549C12.156 11.043 11.5 9.144 11.5 7.5A4.509 4.509 0 0 1 15.979 3H16c2.44 0 4.456 1.968 4.5 4.395.029 1.664-.624 3.596-1.942 5.742a4.46 4.46 0 0 0-.095 4.563 4.442 4.442 0 0 0 3.924 2.3h5.114a1.5 1.5 0 0 1 1.5 1.5V23z"
21
- }));
22
- };
16
+ const StampIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 17h-5.114a1.467 1.467 0 0 1-1.306-.765 1.485 1.485 0 0 1 .032-1.529c1.621-2.641 2.424-5.12 2.385-7.365C23.427 3.286 20.067 0 16 0h-.035C11.849.019 8.5 3.384 8.5 7.5c0 2.206.805 4.635 2.393 7.218.415.675.16 1.284.031 1.514a1.471 1.471 0 0 1-1.31.769H4.5a4.505 4.505 0 0 0-4.5 4.5v3a1.5 1.5 0 0 0 1.5 1.5H3v1.5c0 2.481 2.019 4.5 4.5 4.5h17c2.481 0 4.5-2.019 4.5-4.5v-1.5h1.5a1.5 1.5 0 0 0 1.5-1.5v-3c0-2.481-2.019-4.5-4.5-4.5zM26 27.5a1.5 1.5 0 0 1-1.5 1.5h-17c-.827 0-1.5-.672-1.5-1.5V26h20v1.5zm3-4.5H3v-1.5A1.5 1.5 0 0 1 4.5 20h5.114a4.447 4.447 0 0 0 3.929-2.305 4.442 4.442 0 0 0-.094-4.549C12.156 11.043 11.5 9.144 11.5 7.5A4.509 4.509 0 0 1 15.979 3H16c2.44 0 4.456 1.968 4.5 4.395.029 1.664-.624 3.596-1.942 5.742a4.46 4.46 0 0 0-.095 4.563 4.442 4.442 0 0 0 3.924 2.3h5.114a1.5 1.5 0 0 1 1.5 1.5V23z"
20
+ }));
23
21
 
24
22
  StampIcon.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 StarIcon = function StarIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M24.961 32c-.321 0-.642-.102-.911-.308L16 25.541l-8.051 6.15a1.501 1.501 0 0 1-2.344-1.635l3.114-10.078-8.129-6.21a1.5 1.5 0 0 1 .91-2.691h9.97l3.096-10.02a1.502 1.502 0 0 1 2.867 0l3.096 10.02H30.5a1.5 1.5 0 0 1 .911 2.691l-8.13 6.211 3.114 10.078A1.503 1.503 0 0 1 24.961 32zM16 22.154c.321 0 .641.102.91.308l5.232 3.997-2.038-6.594a1.5 1.5 0 0 1 .523-1.635l5.438-4.154h-6.642a1.5 1.5 0 0 1-1.433-1.058L16 6.579l-1.99 6.439a1.5 1.5 0 0 1-1.433 1.058H5.934l5.438 4.154c.5.381.709 1.034.522 1.635l-2.037 6.594 5.232-3.997c.269-.205.589-.308.91-.308z"
21
- }));
22
- };
16
+ const StarIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M24.961 32c-.321 0-.642-.102-.911-.308L16 25.541l-8.051 6.15a1.501 1.501 0 0 1-2.344-1.635l3.114-10.078-8.129-6.21a1.5 1.5 0 0 1 .91-2.691h9.97l3.096-10.02a1.502 1.502 0 0 1 2.867 0l3.096 10.02H30.5a1.5 1.5 0 0 1 .911 2.691l-8.13 6.211 3.114 10.078A1.503 1.503 0 0 1 24.961 32zM16 22.154c.321 0 .641.102.91.308l5.232 3.997-2.038-6.594a1.5 1.5 0 0 1 .523-1.635l5.438-4.154h-6.642a1.5 1.5 0 0 1-1.433-1.058L16 6.579l-1.99 6.439a1.5 1.5 0 0 1-1.433 1.058H5.934l5.438 4.154c.5.381.709 1.034.522 1.635l-2.037 6.594 5.232-3.997c.269-.205.589-.308.91-.308z"
20
+ }));
23
21
 
24
22
  StarIcon.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 SteamIcon = function SteamIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M30.5 16h-29A1.5 1.5 0 0 0 0 17.5v7C0 28.635 3.365 32 7.5 32h9.25c3.622 0 6.652-2.581 7.349-6h.401c4.135 0 7.5-3.365 7.5-7.5v-1a1.5 1.5 0 0 0-1.5-1.5zm-9.25 8.5c0 2.481-2.019 4.5-4.5 4.5H7.5A4.505 4.505 0 0 1 3 24.5V19h18.25v5.5zM24.5 23h-.25v-4h4.723c-.25 2.246-2.16 4-4.473 4zM7.625 13a1.5 1.5 0 0 1-1.5-1.5c0-3.203 1.963-4.839 3.54-6.152 1.571-1.309 2.46-2.134 2.46-3.848a1.5 1.5 0 1 1 3 0c0 3.203-1.963 4.839-3.54 6.152-1.571 1.309-2.46 2.134-2.46 3.848a1.5 1.5 0 0 1-1.5 1.5zm8.875 0a1.5 1.5 0 0 1-1.5-1.5c0-3.203 1.962-4.839 3.54-6.152C20.111 4.039 21 3.214 21 1.5a1.5 1.5 0 1 1 3 0c0 3.203-1.962 4.839-3.54 6.152C18.889 8.961 18 9.786 18 11.5a1.5 1.5 0 0 1-1.5 1.5z"
21
- }));
22
- };
16
+ const SteamIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 16h-29A1.5 1.5 0 0 0 0 17.5v7C0 28.635 3.365 32 7.5 32h9.25c3.622 0 6.652-2.581 7.349-6h.401c4.135 0 7.5-3.365 7.5-7.5v-1a1.5 1.5 0 0 0-1.5-1.5zm-9.25 8.5c0 2.481-2.019 4.5-4.5 4.5H7.5A4.505 4.505 0 0 1 3 24.5V19h18.25v5.5zM24.5 23h-.25v-4h4.723c-.25 2.246-2.16 4-4.473 4zM7.625 13a1.5 1.5 0 0 1-1.5-1.5c0-3.203 1.963-4.839 3.54-6.152 1.571-1.309 2.46-2.134 2.46-3.848a1.5 1.5 0 1 1 3 0c0 3.203-1.963 4.839-3.54 6.152-1.571 1.309-2.46 2.134-2.46 3.848a1.5 1.5 0 0 1-1.5 1.5zm8.875 0a1.5 1.5 0 0 1-1.5-1.5c0-3.203 1.962-4.839 3.54-6.152C20.111 4.039 21 3.214 21 1.5a1.5 1.5 0 1 1 3 0c0 3.203-1.962 4.839-3.54 6.152C18.889 8.961 18 9.786 18 11.5a1.5 1.5 0 0 1-1.5 1.5z"
20
+ }));
23
21
 
24
22
  SteamIcon.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 StethoscopeIcon = function StethoscopeIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M32 4.5C32 2.013 29.988 0 27.5 0H26c-.825 0-1.5.675-1.5 1.5S25.175 3 26 3h1.5a1.504 1.504 0 0 1 1.062 2.563l-9.313 9.313-9.313-9.313A1.504 1.504 0 0 1 10.998 3h1.5c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5h-1.5a4.497 4.497 0 0 0-4.5 4.5c0 1.2.463 2.338 1.313 3.188l9.938 9.938v9.875c0 .825-.675 1.5-1.5 1.5s-1.5-.675-1.5-1.5v-5.5c0-2.488-2.012-4.5-4.5-4.5H8.737a4.506 4.506 0 0 0-4.237-3 4.497 4.497 0 0 0-4.5 4.5 4.497 4.497 0 0 0 8.737 1.5h1.512c.825 0 1.5.675 1.5 1.5v5.5c0 2.488 2.012 4.5 4.5 4.5s4.5-2.012 4.5-4.5v-9.875l9.938-9.938A4.481 4.481 0 0 0 32 4.5zm-27.5 16c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5S6 18.175 6 19s-.675 1.5-1.5 1.5z"
21
- }));
22
- };
16
+ const StethoscopeIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M32 4.5C32 2.013 29.988 0 27.5 0H26c-.825 0-1.5.675-1.5 1.5S25.175 3 26 3h1.5a1.504 1.504 0 0 1 1.062 2.563l-9.313 9.313-9.313-9.313A1.504 1.504 0 0 1 10.998 3h1.5c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5h-1.5a4.497 4.497 0 0 0-4.5 4.5c0 1.2.463 2.338 1.313 3.188l9.938 9.938v9.875c0 .825-.675 1.5-1.5 1.5s-1.5-.675-1.5-1.5v-5.5c0-2.488-2.012-4.5-4.5-4.5H8.737a4.506 4.506 0 0 0-4.237-3 4.497 4.497 0 0 0-4.5 4.5 4.497 4.497 0 0 0 8.737 1.5h1.512c.825 0 1.5.675 1.5 1.5v5.5c0 2.488 2.012 4.5 4.5 4.5s4.5-2.012 4.5-4.5v-9.875l9.938-9.938A4.481 4.481 0 0 0 32 4.5zm-27.5 16c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5S6 18.175 6 19s-.675 1.5-1.5 1.5z"
20
+ }));
23
21
 
24
22
  StethoscopeIcon.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 StopIcon = function StopIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M22 32H10c-.4 0-.775-.163-1.063-.438l-8.5-8.5a1.516 1.516 0 0 1-.438-1.063v-12c0-.4.163-.775.438-1.063l8.5-8.5A1.514 1.514 0 0 1 10-.002h12c.4 0 .775.163 1.063.438l8.5 8.5c.275.287.438.662.438 1.063v12c0 .4-.163.775-.438 1.063l-8.5 8.5A1.516 1.516 0 0 1 22 32zm-11.387-3h10.775l7.613-7.613V10.612L21.388 3H10.613l-7.612 7.612v10.775L10.613 29zM22 17.5H10c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5h12c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5z"
21
- }));
22
- };
16
+ const StopIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M22 32H10c-.4 0-.775-.163-1.063-.438l-8.5-8.5a1.516 1.516 0 0 1-.438-1.063v-12c0-.4.163-.775.438-1.063l8.5-8.5A1.514 1.514 0 0 1 10-.002h12c.4 0 .775.163 1.063.438l8.5 8.5c.275.287.438.662.438 1.063v12c0 .4-.163.775-.438 1.063l-8.5 8.5A1.516 1.516 0 0 1 22 32zm-11.387-3h10.775l7.613-7.613V10.612L21.388 3H10.613l-7.612 7.612v10.775L10.613 29zM22 17.5H10c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5h12c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5z"
20
+ }));
23
21
 
24
22
  StopIcon.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 SuitcaseIcon = function SuitcaseIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M30.5 7H24V4.5C24 2.019 21.981 0 19.5 0h-7A4.505 4.505 0 0 0 8 4.5V7H1.5A1.5 1.5 0 0 0 0 8.5v22A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5v-22A1.5 1.5 0 0 0 30.5 7zM23 10v19H9V10h14zM11 4.5A1.5 1.5 0 0 1 12.5 3h7A1.5 1.5 0 0 1 21 4.5V7H11V4.5zM3 10h3v19H3V10zm26 19h-3V10h3v19z"
21
- }));
22
- };
16
+ const SuitcaseIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 7H24V4.5C24 2.019 21.981 0 19.5 0h-7A4.505 4.505 0 0 0 8 4.5V7H1.5A1.5 1.5 0 0 0 0 8.5v22A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5v-22A1.5 1.5 0 0 0 30.5 7zM23 10v19H9V10h14zM11 4.5A1.5 1.5 0 0 1 12.5 3h7A1.5 1.5 0 0 1 21 4.5V7H11V4.5zM3 10h3v19H3V10zm26 19h-3V10h3v19z"
20
+ }));
23
21
 
24
22
  SuitcaseIcon.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 SunIcon = function SunIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 7.25c-4.825 0-8.75 3.925-8.75 8.75s3.925 8.75 8.75 8.75 8.75-3.925 8.75-8.75S20.825 7.25 16 7.25zm0 14.5c-3.17 0-5.75-2.58-5.75-5.75s2.58-5.75 5.75-5.75 5.75 2.58 5.75 5.75-2.58 5.75-5.75 5.75zM5.5 16A1.5 1.5 0 0 0 4 14.5H1.5a1.5 1.5 0 1 0 0 3H4A1.5 1.5 0 0 0 5.5 16zm25-1.5H28a1.5 1.5 0 1 0 0 3h2.5a1.5 1.5 0 1 0 0-3zM16 5.5A1.5 1.5 0 0 0 17.5 4V1.5a1.5 1.5 0 1 0-3 0V4A1.5 1.5 0 0 0 16 5.5zm0 21a1.5 1.5 0 0 0-1.5 1.5v2.5a1.5 1.5 0 1 0 3 0V28a1.5 1.5 0 0 0-1.5-1.5zM6.454 8.575c.292.293.676.439 1.061.439s.768-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L6.807 4.686a1.5 1.5 0 1 0-2.121 2.121l1.768 1.768zm19.092 14.85a1.5 1.5 0 1 0-2.121 2.121l1.768 1.767c.293.293.676.439 1.061.439s.767-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121l-1.769-1.768zm-1.061-14.41c.384 0 .767-.146 1.061-.439l1.767-1.768a1.5 1.5 0 1 0-2.121-2.121l-1.768 1.766a1.5 1.5 0 0 0 1.06 2.561zM6.454 23.425l-1.768 1.768a1.5 1.5 0 1 0 2.122 2.121l1.768-1.768a1.502 1.502 0 0 0-2.123-2.121z"
21
- }));
22
- };
16
+ const SunIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 7.25c-4.825 0-8.75 3.925-8.75 8.75s3.925 8.75 8.75 8.75 8.75-3.925 8.75-8.75S20.825 7.25 16 7.25zm0 14.5c-3.17 0-5.75-2.58-5.75-5.75s2.58-5.75 5.75-5.75 5.75 2.58 5.75 5.75-2.58 5.75-5.75 5.75zM5.5 16A1.5 1.5 0 0 0 4 14.5H1.5a1.5 1.5 0 1 0 0 3H4A1.5 1.5 0 0 0 5.5 16zm25-1.5H28a1.5 1.5 0 1 0 0 3h2.5a1.5 1.5 0 1 0 0-3zM16 5.5A1.5 1.5 0 0 0 17.5 4V1.5a1.5 1.5 0 1 0-3 0V4A1.5 1.5 0 0 0 16 5.5zm0 21a1.5 1.5 0 0 0-1.5 1.5v2.5a1.5 1.5 0 1 0 3 0V28a1.5 1.5 0 0 0-1.5-1.5zM6.454 8.575c.292.293.676.439 1.061.439s.768-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L6.807 4.686a1.5 1.5 0 1 0-2.121 2.121l1.768 1.768zm19.092 14.85a1.5 1.5 0 1 0-2.121 2.121l1.768 1.767c.293.293.676.439 1.061.439s.767-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121l-1.769-1.768zm-1.061-14.41c.384 0 .767-.146 1.061-.439l1.767-1.768a1.5 1.5 0 1 0-2.121-2.121l-1.768 1.766a1.5 1.5 0 0 0 1.06 2.561zM6.454 23.425l-1.768 1.768a1.5 1.5 0 1 0 2.122 2.121l1.768-1.768a1.502 1.502 0 0 0-2.123-2.121z"
20
+ }));
23
21
 
24
22
  SunIcon.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 SwitchIcon = function SwitchIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M22.774 8H27.5l-2.439 2.439a1.5 1.5 0 1 0 2.122 2.121l3.939-3.939a2.988 2.988 0 0 0 .87-1.959 1.452 1.452 0 0 0 0-.324 2.988 2.988 0 0 0-.87-1.959L27.182.44a1.5 1.5 0 1 0-2.121 2.121L27.5 5h-4.726a4.527 4.527 0 0 0-3.238 1.374L7.305 19.043a1.508 1.508 0 0 1-1.079.457H1.5a1.5 1.5 0 1 0 0 3h4.726a4.523 4.523 0 0 0 3.237-1.374L21.694 8.458a1.508 1.508 0 0 1 1.079-.459zm9.217 17.337a2.99 2.99 0 0 0-.87-1.959l-3.939-3.939a1.5 1.5 0 0 0-2.141.02c-.573.595-.529 1.552.055 2.136l2.404 2.404h-4.726c-.405 0-.797-.168-1.079-.457l-5.16-5.345a1.5 1.5 0 0 0-2.159 2.084l5.16 5.345A4.523 4.523 0 0 0 22.774 27H27.5l-2.407 2.407c-.584.584-.615 1.57-.031 2.154a1.497 1.497 0 0 0 2.121 0l3.939-3.939a2.988 2.988 0 0 0 .87-1.959 1.47 1.47 0 0 0 0-.327zM9.464 10.875A4.497 4.497 0 0 0 6.227 9.5H1.551c-.826 0-1.535.646-1.55 1.473a1.5 1.5 0 0 0 1.5 1.527h4.726c.405 0 .798.168 1.079.457l.815.845a1.5 1.5 0 0 0 2.159-2.084l-.815-.844z"
21
- }));
22
- };
16
+ const SwitchIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M22.774 8H27.5l-2.439 2.439a1.5 1.5 0 1 0 2.122 2.121l3.939-3.939a2.988 2.988 0 0 0 .87-1.959 1.452 1.452 0 0 0 0-.324 2.988 2.988 0 0 0-.87-1.959L27.182.44a1.5 1.5 0 1 0-2.121 2.121L27.5 5h-4.726a4.527 4.527 0 0 0-3.238 1.374L7.305 19.043a1.508 1.508 0 0 1-1.079.457H1.5a1.5 1.5 0 1 0 0 3h4.726a4.523 4.523 0 0 0 3.237-1.374L21.694 8.458a1.508 1.508 0 0 1 1.079-.459zm9.217 17.337a2.99 2.99 0 0 0-.87-1.959l-3.939-3.939a1.5 1.5 0 0 0-2.141.02c-.573.595-.529 1.552.055 2.136l2.404 2.404h-4.726c-.405 0-.797-.168-1.079-.457l-5.16-5.345a1.5 1.5 0 0 0-2.159 2.084l5.16 5.345A4.523 4.523 0 0 0 22.774 27H27.5l-2.407 2.407c-.584.584-.615 1.57-.031 2.154a1.497 1.497 0 0 0 2.121 0l3.939-3.939a2.988 2.988 0 0 0 .87-1.959 1.47 1.47 0 0 0 0-.327zM9.464 10.875A4.497 4.497 0 0 0 6.227 9.5H1.551c-.826 0-1.535.646-1.55 1.473a1.5 1.5 0 0 0 1.5 1.527h4.726c.405 0 .798.168 1.079.457l.815.845a1.5 1.5 0 0 0 2.159-2.084l-.815-.844z"
20
+ }));
23
21
 
24
22
  SwitchIcon.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 TableGridIcon = function TableGridIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M30.5 0h-29A1.5 1.5 0 0 0 0 1.5v29A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5v-29A1.5 1.5 0 0 0 30.5 0zM12.666 19.334v-6.666h6.666v6.666h-6.666zm6.668 3V29h-6.666v-6.666h6.666zM3 12.666h6.666v6.666H3v-6.666zm9.666-3V3h6.666v6.666h-6.666zm9.668 3H29v6.666h-6.666v-6.666zm6.666-3h-6.666V3H29v6.666zM9.666 3v6.666H3V3h6.666zM3 22.334h6.666V29H3v-6.666zM22.334 29v-6.666H29V29h-6.666z"
21
- }));
22
- };
16
+ const TableGridIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 0h-29A1.5 1.5 0 0 0 0 1.5v29A1.5 1.5 0 0 0 1.5 32h29a1.5 1.5 0 0 0 1.5-1.5v-29A1.5 1.5 0 0 0 30.5 0zM12.666 19.334v-6.666h6.666v6.666h-6.666zm6.668 3V29h-6.666v-6.666h6.666zM3 12.666h6.666v6.666H3v-6.666zm9.666-3V3h6.666v6.666h-6.666zm9.668 3H29v6.666h-6.666v-6.666zm6.666-3h-6.666V3H29v6.666zM9.666 3v6.666H3V3h6.666zM3 22.334h6.666V29H3v-6.666zM22.334 29v-6.666H29V29h-6.666z"
20
+ }));
23
21
 
24
22
  TableGridIcon.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 TachographIcon = function TachographIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M14.696 17.45a1.5 1.5 0 0 0-2.121-.021L6.439 23.44A4.478 4.478 0 0 0 4.5 23C2.019 23 0 25.019 0 27.5S2.019 32 4.5 32 9 29.981 9 27.5a4.47 4.47 0 0 0-.44-1.939l6.115-5.99a1.5 1.5 0 0 0 .021-2.121zM4.5 29a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 4.5 29zm17.481-16.86A27.263 27.263 0 0 1 28.958 29h-4.459a1.5 1.5 0 1 0 0 3h6a1.5 1.5 0 0 0 1.5-1.5c0-8.154-3.171-15.814-8.929-21.571S9.652 0 1.499 0a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 1 0 3 0V3.041a27.27 27.27 0 0 1 16.86 6.978l-1.671 1.671a1.5 1.5 0 1 0 2.121 2.121z"
21
- }));
22
- };
16
+ const TachographIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M14.696 17.45a1.5 1.5 0 0 0-2.121-.021L6.439 23.44A4.478 4.478 0 0 0 4.5 23C2.019 23 0 25.019 0 27.5S2.019 32 4.5 32 9 29.981 9 27.5a4.47 4.47 0 0 0-.44-1.939l6.115-5.99a1.5 1.5 0 0 0 .021-2.121zM4.5 29a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 4.5 29zm17.481-16.86A27.263 27.263 0 0 1 28.958 29h-4.459a1.5 1.5 0 1 0 0 3h6a1.5 1.5 0 0 0 1.5-1.5c0-8.154-3.171-15.814-8.929-21.571S9.652 0 1.499 0a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 1 0 3 0V3.041a27.27 27.27 0 0 1 16.86 6.978l-1.671 1.671a1.5 1.5 0 1 0 2.121 2.121z"
20
+ }));
23
21
 
24
22
  TachographIcon.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 TagIcon = function TagIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M21.5 15c-2.481 0-4.5-2.019-4.5-4.5S19.019 6 21.5 6 26 8.019 26 10.5 23.981 15 21.5 15zm0-6a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 21.5 9zm-8.871 23a4.484 4.484 0 0 1-3.18-1.315l-8.133-8.133a4.506 4.506 0 0 1 0-6.365L16.321 1.313a4.467 4.467 0 0 1 3.178-1.314h8c2.481 0 4.5 2.019 4.5 4.5V12.5a4.476 4.476 0 0 1-1.316 3.181L15.818 30.679a4.497 4.497 0 0 1-3.189 1.32zm6.87-29a1.49 1.49 0 0 0-1.061.44L3.433 18.314a1.5 1.5 0 0 0 .005 2.117l8.133 8.133a1.501 1.501 0 0 0 2.121 0l14.865-14.996.005-.005c.284-.284.439-.66.439-1.061V4.501a1.5 1.5 0 0 0-1.5-1.5H19.5z"
21
- }));
22
- };
16
+ const TagIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M21.5 15c-2.481 0-4.5-2.019-4.5-4.5S19.019 6 21.5 6 26 8.019 26 10.5 23.981 15 21.5 15zm0-6a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 21.5 9zm-8.871 23a4.484 4.484 0 0 1-3.18-1.315l-8.133-8.133a4.506 4.506 0 0 1 0-6.365L16.321 1.313a4.467 4.467 0 0 1 3.178-1.314h8c2.481 0 4.5 2.019 4.5 4.5V12.5a4.476 4.476 0 0 1-1.316 3.181L15.818 30.679a4.497 4.497 0 0 1-3.189 1.32zm6.87-29a1.49 1.49 0 0 0-1.061.44L3.433 18.314a1.5 1.5 0 0 0 .005 2.117l8.133 8.133a1.501 1.501 0 0 0 2.121 0l14.865-14.996.005-.005c.284-.284.439-.66.439-1.061V4.501a1.5 1.5 0 0 0-1.5-1.5H19.5z"
20
+ }));
23
21
 
24
22
  TagIcon.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 TargetIcon = function TargetIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 32C7.178 32 0 24.822 0 16S7.178 0 16 0s16 7.178 16 16-7.178 16-16 16zm0-29C8.831 3 3 8.831 3 16s5.831 13 13 13 13-5.831 13-13S23.169 3 16 3zm0 23c-5.514 0-10-4.486-10-10S10.486 6 16 6s10 4.486 10 10-4.486 10-10 10zm0-17c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 11c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.794 4-4 4zm0-5c-.551 0-1 .449-1 1s.449 1 1 1 1-.449 1-1-.449-1-1-1z"
21
- }));
22
- };
16
+ const TargetIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 32C7.178 32 0 24.822 0 16S7.178 0 16 0s16 7.178 16 16-7.178 16-16 16zm0-29C8.831 3 3 8.831 3 16s5.831 13 13 13 13-5.831 13-13S23.169 3 16 3zm0 23c-5.514 0-10-4.486-10-10S10.486 6 16 6s10 4.486 10 10-4.486 10-10 10zm0-17c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 11c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.794 4-4 4zm0-5c-.551 0-1 .449-1 1s.449 1 1 1 1-.449 1-1-.449-1-1-1z"
20
+ }));
23
21
 
24
22
  TargetIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,48 +13,46 @@ 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 TasklistIcon = function TasklistIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- id: "Path_22399",
21
- "data-name": "Path 22399",
22
- d: "M220,256H36A36,36,0,0,1,0,220V36A36,36,0,0,1,36,0H220a36,36,0,0,1,36,36V220A36,36,0,0,1,220,256ZM36,24A12,12,0,0,0,24,36V220a12,12,0,0,0,12,12H220a12,12,0,0,0,12-12V36a12,12,0,0,0-12-12Z"
23
- }), _react.default.createElement("path", {
24
- id: "Path_22400",
25
- "data-name": "Path 22400",
26
- d: "M196,92H108a12,12,0,0,1,0-24h88a12,12,0,0,1,0,24Z"
27
- }), _react.default.createElement("path", {
28
- id: "Path_22401",
29
- "data-name": "Path 22401",
30
- d: "M196,140H108a12,12,0,0,1,0-24h88a12,12,0,0,1,0,24Z"
31
- }), _react.default.createElement("path", {
32
- id: "Path_22402",
33
- "data-name": "Path 22402",
34
- d: "M148,188H108a12,12,0,0,1,0-24h40a12,12,0,0,1,0,24Z"
35
- }), _react.default.createElement("circle", {
36
- id: "Ellipse_40",
37
- "data-name": "Ellipse 40",
38
- cx: "12",
39
- cy: "12",
40
- r: "12",
41
- transform: "translate(48 164)"
42
- }), _react.default.createElement("circle", {
43
- id: "Ellipse_41",
44
- "data-name": "Ellipse 41",
45
- cx: "12",
46
- cy: "12",
47
- r: "12",
48
- transform: "translate(48 116)"
49
- }), _react.default.createElement("circle", {
50
- id: "Ellipse_42",
51
- "data-name": "Ellipse 42",
52
- cx: "12",
53
- cy: "12",
54
- r: "12",
55
- transform: "translate(48 68)"
56
- }));
57
- };
16
+ const TasklistIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ id: "Path_22399",
20
+ "data-name": "Path 22399",
21
+ d: "M220,256H36A36,36,0,0,1,0,220V36A36,36,0,0,1,36,0H220a36,36,0,0,1,36,36V220A36,36,0,0,1,220,256ZM36,24A12,12,0,0,0,24,36V220a12,12,0,0,0,12,12H220a12,12,0,0,0,12-12V36a12,12,0,0,0-12-12Z"
22
+ }), _react.default.createElement("path", {
23
+ id: "Path_22400",
24
+ "data-name": "Path 22400",
25
+ d: "M196,92H108a12,12,0,0,1,0-24h88a12,12,0,0,1,0,24Z"
26
+ }), _react.default.createElement("path", {
27
+ id: "Path_22401",
28
+ "data-name": "Path 22401",
29
+ d: "M196,140H108a12,12,0,0,1,0-24h88a12,12,0,0,1,0,24Z"
30
+ }), _react.default.createElement("path", {
31
+ id: "Path_22402",
32
+ "data-name": "Path 22402",
33
+ d: "M148,188H108a12,12,0,0,1,0-24h40a12,12,0,0,1,0,24Z"
34
+ }), _react.default.createElement("circle", {
35
+ id: "Ellipse_40",
36
+ "data-name": "Ellipse 40",
37
+ cx: "12",
38
+ cy: "12",
39
+ r: "12",
40
+ transform: "translate(48 164)"
41
+ }), _react.default.createElement("circle", {
42
+ id: "Ellipse_41",
43
+ "data-name": "Ellipse 41",
44
+ cx: "12",
45
+ cy: "12",
46
+ r: "12",
47
+ transform: "translate(48 116)"
48
+ }), _react.default.createElement("circle", {
49
+ id: "Ellipse_42",
50
+ "data-name": "Ellipse 42",
51
+ cx: "12",
52
+ cy: "12",
53
+ r: "12",
54
+ transform: "translate(48 68)"
55
+ }));
58
56
 
59
57
  TasklistIcon.propTypes = {
60
58
  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 ThumbsDownIcon = function ThumbsDownIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M7.5 7.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 7.5 7.5zM32 16.875V12.87a4.53 4.53 0 0 0-.892-2.69l-4.005-5.37A4.518 4.518 0 0 0 23.496 3H12.001V1.5a1.5 1.5 0 0 0-1.5-1.5h-9a1.5 1.5 0 0 0-1.5 1.5v21.375a1.5 1.5 0 0 0 1.5 1.5h9a1.5 1.5 0 0 0 1.5-1.5v-1.5h1.678c1.502 1.884 2.323 4.038 2.323 6.125 0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5c0-2.214-.17-4.266-.508-6.125h3.008c2.481 0 4.5-2.019 4.5-4.5zm-23 4.5H3V3h6v18.375zm20-4.5a1.5 1.5 0 0 1-1.5 1.5h-4.875a1.501 1.501 0 0 0-1.45 1.884c.547 2.072.825 4.51.825 7.242a1.5 1.5 0 0 1-3 0c0-3.011-1.244-6.072-3.502-8.62a1.502 1.502 0 0 0-1.123-.505H12V6h11.495c.471 0 .921.225 1.203.604l4.005 5.37c.192.258.297.576.297.896v4.005z"
21
- }));
22
- };
16
+ const ThumbsDownIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M7.5 7.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 7.5 7.5zM32 16.875V12.87a4.53 4.53 0 0 0-.892-2.69l-4.005-5.37A4.518 4.518 0 0 0 23.496 3H12.001V1.5a1.5 1.5 0 0 0-1.5-1.5h-9a1.5 1.5 0 0 0-1.5 1.5v21.375a1.5 1.5 0 0 0 1.5 1.5h9a1.5 1.5 0 0 0 1.5-1.5v-1.5h1.678c1.502 1.884 2.323 4.038 2.323 6.125 0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5c0-2.214-.17-4.266-.508-6.125h3.008c2.481 0 4.5-2.019 4.5-4.5zm-23 4.5H3V3h6v18.375zm20-4.5a1.5 1.5 0 0 1-1.5 1.5h-4.875a1.501 1.501 0 0 0-1.45 1.884c.547 2.072.825 4.51.825 7.242a1.5 1.5 0 0 1-3 0c0-3.011-1.244-6.072-3.502-8.62a1.502 1.502 0 0 0-1.123-.505H12V6h11.495c.471 0 .921.225 1.203.604l4.005 5.37c.192.258.297.576.297.896v4.005z"
20
+ }));
23
21
 
24
22
  ThumbsDownIcon.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 ThumbsUpIcon = function ThumbsUpIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M7.5 24.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 7.5 24.5zm20-13.875h-3.008C24.829 8.766 25 6.714 25 4.5 25 2.019 22.981 0 20.5 0S16 2.019 16 4.5c0 2.088-.82 4.241-2.322 6.125H12v-1.5a1.5 1.5 0 0 0-1.5-1.5h-9a1.5 1.5 0 0 0-1.5 1.5V30.5A1.5 1.5 0 0 0 1.5 32h9a1.5 1.5 0 0 0 1.5-1.5V29h11.495a4.52 4.52 0 0 0 3.608-1.81l4.005-5.37A4.53 4.53 0 0 0 32 19.13v-4.005c0-2.481-2.019-4.5-4.5-4.5zM9 29H3V10.625h6V29zm20-9.87c0 .321-.106.64-.297.896l-4.005 5.37a1.506 1.506 0 0 1-1.203.604H12V13.625h2.375c.429 0 .838-.184 1.123-.505 2.259-2.547 3.503-5.609 3.503-8.62a1.5 1.5 0 0 1 3 0c0 2.732-.277 5.169-.825 7.242a1.5 1.5 0 0 0 1.45 1.884h4.875a1.5 1.5 0 0 1 1.5 1.5v4.004z"
21
- }));
22
- };
16
+ const ThumbsUpIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M7.5 24.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 7.5 24.5zm20-13.875h-3.008C24.829 8.766 25 6.714 25 4.5 25 2.019 22.981 0 20.5 0S16 2.019 16 4.5c0 2.088-.82 4.241-2.322 6.125H12v-1.5a1.5 1.5 0 0 0-1.5-1.5h-9a1.5 1.5 0 0 0-1.5 1.5V30.5A1.5 1.5 0 0 0 1.5 32h9a1.5 1.5 0 0 0 1.5-1.5V29h11.495a4.52 4.52 0 0 0 3.608-1.81l4.005-5.37A4.53 4.53 0 0 0 32 19.13v-4.005c0-2.481-2.019-4.5-4.5-4.5zM9 29H3V10.625h6V29zm20-9.87c0 .321-.106.64-.297.896l-4.005 5.37a1.506 1.506 0 0 1-1.203.604H12V13.625h2.375c.429 0 .838-.184 1.123-.505 2.259-2.547 3.503-5.609 3.503-8.62a1.5 1.5 0 0 1 3 0c0 2.732-.277 5.169-.825 7.242a1.5 1.5 0 0 0 1.45 1.884h4.875a1.5 1.5 0 0 1 1.5 1.5v4.004z"
20
+ }));
23
21
 
24
22
  ThumbsUpIcon.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 TickIcon = function TickIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M32 5.5a1.5 1.5 0 0 0-2.561-1.061L9.5 24.379 2.561 17.44a1.5 1.5 0 1 0-2.122 2.121l8 8c.293.293.676.439 1.061.439s.768-.146 1.061-.439l21-21c.271-.272.439-.647.439-1.061z"
21
- }));
22
- };
16
+ const TickIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M32 5.5a1.5 1.5 0 0 0-2.561-1.061L9.5 24.379 2.561 17.44a1.5 1.5 0 1 0-2.122 2.121l8 8c.293.293.676.439 1.061.439s.768-.146 1.061-.439l21-21c.271-.272.439-.647.439-1.061z"
20
+ }));
23
21
 
24
22
  TickIcon.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 TickCircleIcon = function TickCircleIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 32C7.178 32 0 24.822 0 16S7.178 0 16 0c3.019 0 5.959.845 8.502 2.444a1.501 1.501 0 0 1-1.594 2.541 12.966 12.966 0 0 0-6.907-1.984c-7.169 0-13 5.831-13 13s5.831 13 13 13 13-5.831 13-13a1.5 1.5 0 1 1 3 0c0 8.822-7.178 16-16 16zm0-10.75c-.384 0-.768-.146-1.061-.439l-6-6a1.5 1.5 0 1 1 2.121-2.121L16 17.629l13.439-13.44A1.5 1.5 0 1 1 31.56 6.31l-14.5 14.5a1.49 1.49 0 0 1-1.06.44z"
21
- }));
22
- };
16
+ const TickCircleIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 32C7.178 32 0 24.822 0 16S7.178 0 16 0c3.019 0 5.959.845 8.502 2.444a1.501 1.501 0 0 1-1.594 2.541 12.966 12.966 0 0 0-6.907-1.984c-7.169 0-13 5.831-13 13s5.831 13 13 13 13-5.831 13-13a1.5 1.5 0 1 1 3 0c0 8.822-7.178 16-16 16zm0-10.75c-.384 0-.768-.146-1.061-.439l-6-6a1.5 1.5 0 1 1 2.121-2.121L16 17.629l13.439-13.44A1.5 1.5 0 1 1 31.56 6.31l-14.5 14.5a1.49 1.49 0 0 1-1.06.44z"
20
+ }));
23
21
 
24
22
  TickCircleIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.default = void 0;
5
+
6
+ var _react = _interopRequireDefault(require("react"));
7
+
8
+ var _propTypes = require("prop-types");
9
+
10
+ var _reactIconBase = _interopRequireDefault(require("react-icon-base"));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
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
+
16
+ const TickThickIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 33 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M26.167 4a2 2 0 00-1.638.854L11.895 22.9l-4.313-4.314a2 2 0 10-2.83 2.829l6 6a2 2 0 003.04-.25L27.805 7.146A2.001 2.001 0 0026.167 4z"
20
+ }));
21
+
22
+ TickThickIcon.propTypes = {
23
+ size: _propTypes.number
24
+ };
25
+ TickThickIcon.defaultProps = {
26
+ size: 40
27
+ };
28
+ var _default = TickThickIcon;
29
+ exports.default = _default;
@@ -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 ToilEarnedIcon = function ToilEarnedIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- d: "M76,33H56V13c0-6.627-5.373-12-12-12S32,6.373,32,13v20H12C5.373,33,0,38.373,0,45s5.373,12,12,12h20v20 c0,6.627,5.373,12,12,12s12-5.373,12-12V57h20c6.627,0,12-5.373,12-12S82.627,33,76,33z"
21
- }), _react.default.createElement("path", {
22
- d: "M128,257C57.421,257,0,199.579,0,129c0-6.627,5.373-12,12-12s12,5.373,12,12c0,57.346,46.654,104,104,104 s104-46.654,104-104S185.346,25,128,25c-6.627,0-12-5.373-12-12s5.373-12,12-12c70.579,0,128,57.42,128,128 C256,199.579,198.579,257,128,257z"
23
- }), _react.default.createElement("path", {
24
- d: "M90,179c-3.071,0-6.143-1.172-8.485-3.515c-4.687-4.687-4.687-12.284,0-16.971L116,124.029V75 c0-6.627,5.373-12,12-12s12,5.373,12,12v54c0,3.183-1.265,6.234-3.515,8.485l-38,38C96.143,177.828,93.071,179,90,179z"
25
- }), ' ');
26
- };
16
+ const ToilEarnedIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M76,33H56V13c0-6.627-5.373-12-12-12S32,6.373,32,13v20H12C5.373,33,0,38.373,0,45s5.373,12,12,12h20v20 c0,6.627,5.373,12,12,12s12-5.373,12-12V57h20c6.627,0,12-5.373,12-12S82.627,33,76,33z"
20
+ }), _react.default.createElement("path", {
21
+ d: "M128,257C57.421,257,0,199.579,0,129c0-6.627,5.373-12,12-12s12,5.373,12,12c0,57.346,46.654,104,104,104 s104-46.654,104-104S185.346,25,128,25c-6.627,0-12-5.373-12-12s5.373-12,12-12c70.579,0,128,57.42,128,128 C256,199.579,198.579,257,128,257z"
22
+ }), _react.default.createElement("path", {
23
+ d: "M90,179c-3.071,0-6.143-1.172-8.485-3.515c-4.687-4.687-4.687-12.284,0-16.971L116,124.029V75 c0-6.627,5.373-12,12-12s12,5.373,12,12v54c0,3.183-1.265,6.234-3.515,8.485l-38,38C96.143,177.828,93.071,179,90,179z"
24
+ }), ' ');
27
25
 
28
26
  ToilEarnedIcon.displayName = 'ToilEarnedIcon';
29
27
  ToilEarnedIcon.propTypes = {
@@ -13,21 +13,19 @@ 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 ToilTakenIcon = function ToilTakenIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- d: "M128,256C57.421,256,0,198.579,0,128c0-6.627,5.373-12,12-12s12,5.373,12,12c0,57.346,46.654,104,104,104 s104-46.654,104-104S185.346,24,128,24c-6.627,0-12-5.373-12-12s5.373-12,12-12c70.579,0,128,57.42,128,128 C256,198.579,198.579,256,128,256z"
21
- }), _react.default.createElement("path", {
22
- d: "M166,178c3.071,0,6.143-1.172,8.485-3.515c4.687-4.687,4.687-12.284,0-16.971L140,123.029V74c0-6.627-5.373-12-12-12 s-12,5.373-12,12v54c0,3.183,1.265,6.234,3.515,8.485l38,38C159.857,176.828,162.928,178,166,178z"
23
- }), _react.default.createElement("path", {
24
- d: "M33,84c0,6.627-5.373,12-12,12S9,90.627,9,84s5.373-12,12-12S33,77.373,33,84"
25
- }), _react.default.createElement("path", {
26
- d: "M58,46c0,6.627-5.373,12-12,12s-12-5.373-12-12s5.373-12,12-12S58,39.373,58,46"
27
- }), _react.default.createElement("path", {
28
- d: "M96,20c0,6.627-5.373,12-12,12s-12-5.373-12-12S77.373,8,84,8S96,13.373,96,20"
29
- }));
30
- };
16
+ const ToilTakenIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M128,256C57.421,256,0,198.579,0,128c0-6.627,5.373-12,12-12s12,5.373,12,12c0,57.346,46.654,104,104,104 s104-46.654,104-104S185.346,24,128,24c-6.627,0-12-5.373-12-12s5.373-12,12-12c70.579,0,128,57.42,128,128 C256,198.579,198.579,256,128,256z"
20
+ }), _react.default.createElement("path", {
21
+ d: "M166,178c3.071,0,6.143-1.172,8.485-3.515c4.687-4.687,4.687-12.284,0-16.971L140,123.029V74c0-6.627-5.373-12-12-12 s-12,5.373-12,12v54c0,3.183,1.265,6.234,3.515,8.485l38,38C159.857,176.828,162.928,178,166,178z"
22
+ }), _react.default.createElement("path", {
23
+ d: "M33,84c0,6.627-5.373,12-12,12S9,90.627,9,84s5.373-12,12-12S33,77.373,33,84"
24
+ }), _react.default.createElement("path", {
25
+ d: "M58,46c0,6.627-5.373,12-12,12s-12-5.373-12-12s5.373-12,12-12S58,39.373,58,46"
26
+ }), _react.default.createElement("path", {
27
+ d: "M96,20c0,6.627-5.373,12-12,12s-12-5.373-12-12S77.373,8,84,8S96,13.373,96,20"
28
+ }));
31
29
 
32
30
  ToilTakenIcon.displayName = 'ToilTakenIcon';
33
31
  ToilTakenIcon.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 ToothIcon = function ToothIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M22.75 32a4.497 4.497 0 0 1-4.5-4.5v-4.712c0-1.637-1.137-2.5-2.25-2.5s-2.25.863-2.25 2.5V27.5c0 2.488-2.012 4.5-4.5 4.5s-4.5-2.012-4.5-4.5c0-4.813-1.263-7.45-2.475-10C1.162 15.162 0 12.738 0 9c0-2.425.938-4.7 2.638-6.388S6.588 0 9 0c1.9 0 3.1.475 4.15.9.912.362 1.637.662 2.85.662s1.938-.288 2.85-.662C19.9.475 21.1 0 23 0c2.413 0 4.663.925 6.363 2.612S32 6.574 32 9c0 3.738-1.163 6.162-2.275 8.5-1.212 2.55-2.475 5.188-2.475 10 0 2.488-2.012 4.5-4.5 4.5zM16 17.288c2.988 0 5.25 2.363 5.25 5.5V27.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5c0-5.488 1.475-8.563 2.762-11.288C28.087 13.974 29 12.05 29 8.999c0-3.362-2.637-6-6-6-1.325 0-2.113.313-3.038.688-1.025.412-2.175.875-3.963.875s-2.95-.463-3.963-.875c-.925-.375-1.713-.688-3.037-.688-3.362 0-6 2.638-6 6 0 3.05.913 4.975 1.987 7.213 1.288 2.725 2.763 5.8 2.763 11.288 0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5v-4.712c0-3.137 2.263-5.5 5.25-5.5z"
21
- }));
22
- };
16
+ const ToothIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M22.75 32a4.497 4.497 0 0 1-4.5-4.5v-4.712c0-1.637-1.137-2.5-2.25-2.5s-2.25.863-2.25 2.5V27.5c0 2.488-2.012 4.5-4.5 4.5s-4.5-2.012-4.5-4.5c0-4.813-1.263-7.45-2.475-10C1.162 15.162 0 12.738 0 9c0-2.425.938-4.7 2.638-6.388S6.588 0 9 0c1.9 0 3.1.475 4.15.9.912.362 1.637.662 2.85.662s1.938-.288 2.85-.662C19.9.475 21.1 0 23 0c2.413 0 4.663.925 6.363 2.612S32 6.574 32 9c0 3.738-1.163 6.162-2.275 8.5-1.212 2.55-2.475 5.188-2.475 10 0 2.488-2.012 4.5-4.5 4.5zM16 17.288c2.988 0 5.25 2.363 5.25 5.5V27.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5c0-5.488 1.475-8.563 2.762-11.288C28.087 13.974 29 12.05 29 8.999c0-3.362-2.637-6-6-6-1.325 0-2.113.313-3.038.688-1.025.412-2.175.875-3.963.875s-2.95-.463-3.963-.875c-.925-.375-1.713-.688-3.037-.688-3.362 0-6 2.638-6 6 0 3.05.913 4.975 1.987 7.213 1.288 2.725 2.763 5.8 2.763 11.288 0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5v-4.712c0-3.137 2.263-5.5 5.25-5.5z"
20
+ }));
23
21
 
24
22
  ToothIcon.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 TrainingEventsIcon = function TrainingEventsIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M30.5 23H29V6h1.5a1.5 1.5 0 1 0 0-3h-13V1.5a1.5 1.5 0 1 0-3 0V3h-13a1.5 1.5 0 1 0 0 3H3v17H1.5a1.5 1.5 0 1 0 0 3h6.527l-2.303 3.709A1.498 1.498 0 0 0 6.998 32c.501 0 .992-.251 1.276-.709L11.558 26h8.882l3.284 5.291a1.5 1.5 0 0 0 2.55-1.582L23.971 26h6.527a1.5 1.5 0 1 0 0-3zM6 23V6h20v17H6z"
21
- }));
22
- };
16
+ const TrainingEventsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 23H29V6h1.5a1.5 1.5 0 1 0 0-3h-13V1.5a1.5 1.5 0 1 0-3 0V3h-13a1.5 1.5 0 1 0 0 3H3v17H1.5a1.5 1.5 0 1 0 0 3h6.527l-2.303 3.709A1.498 1.498 0 0 0 6.998 32c.501 0 .992-.251 1.276-.709L11.558 26h8.882l3.284 5.291a1.5 1.5 0 0 0 2.55-1.582L23.971 26h6.527a1.5 1.5 0 1 0 0-3zM6 23V6h20v17H6z"
20
+ }));
23
21
 
24
22
  TrainingEventsIcon.propTypes = {
25
23
  size: _propTypes.number