bright-components 9.33.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (465) 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 +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 +60 -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
@@ -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 RefreshIcon = function RefreshIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M24.375 20.5a1.5 1.5 0 0 1 1.5 1.5v2.455A12.977 12.977 0 0 0 29 16c0-7.169-5.831-13-13-13a1.5 1.5 0 1 1 0-3c8.822 0 16 7.178 16 16 0 3.95-1.45 7.715-4.038 10.625H30.5a1.5 1.5 0 1 1 0 3h-4.625c-1.654 0-3-1.346-3-3V22a1.5 1.5 0 0 1 1.5-1.5zM1.5 5.375a1.5 1.5 0 1 1 0-3h4.625c1.654 0 3 1.346 3 3V10a1.5 1.5 0 1 1-3 0V7.545A12.977 12.977 0 0 0 3 16c0 7.169 5.831 13 13 13a1.5 1.5 0 1 1 0 3C7.178 32 0 24.822 0 16c0-3.95 1.45-7.715 4.037-10.625H1.499z"
21
- }));
22
- };
16
+ const RefreshIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M24.375 20.5a1.5 1.5 0 0 1 1.5 1.5v2.455A12.977 12.977 0 0 0 29 16c0-7.169-5.831-13-13-13a1.5 1.5 0 1 1 0-3c8.822 0 16 7.178 16 16 0 3.95-1.45 7.715-4.038 10.625H30.5a1.5 1.5 0 1 1 0 3h-4.625c-1.654 0-3-1.346-3-3V22a1.5 1.5 0 0 1 1.5-1.5zM1.5 5.375a1.5 1.5 0 1 1 0-3h4.625c1.654 0 3 1.346 3 3V10a1.5 1.5 0 1 1-3 0V7.545A12.977 12.977 0 0 0 3 16c0 7.169 5.831 13 13 13a1.5 1.5 0 1 1 0 3C7.178 32 0 24.822 0 16c0-3.95 1.45-7.715 4.037-10.625H1.499z"
20
+ }));
23
21
 
24
22
  RefreshIcon.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 RequestsIcon = function RequestsIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M19.5 8.556h-7a1.5 1.5 0 1 1 0-3h7a1.5 1.5 0 1 1 0 3zm0 4.75h-7a1.5 1.5 0 1 1 0-3h7a1.5 1.5 0 1 1 0 3zm12.499.675a1.56 1.56 0 0 0-.012-.182v-.002a1.416 1.416 0 0 0-.049-.221 2.116 2.116 0 0 0-.046-.134l-.014-.036a1.615 1.615 0 0 0-.081-.161c-.004-.006-.008-.011-.011-.018a1.478 1.478 0 0 0-.09-.133l-.026-.034a1.396 1.396 0 0 0-.102-.115l-.021-.021a1.584 1.584 0 0 0-.139-.119l-.032-.023a1.503 1.503 0 0 0-.082-.057l-3.541-2.197V1.501a1.5 1.5 0 0 0-1.5-1.5h-20.5a1.5 1.5 0 0 0-1.5 1.5v9.027L.712 12.725c-.029.018-.055.037-.083.057l-.032.023a1.775 1.775 0 0 0-.139.119l-.021.021a1.396 1.396 0 0 0-.218.282c-.004.006-.008.011-.011.018a1.731 1.731 0 0 0-.095.197 1.245 1.245 0 0 0-.06.183 1.248 1.248 0 0 0-.035.172v.002c-.009.06-.011.121-.013.182L.004 14v13.75c0 2.185 2.042 4.25 4.204 4.25h24.085c1.113 0 2.113-.52 2.816-1.464.578-.776.896-1.765.896-2.786V14c-.001-.006-.003-.012-.003-.019zM7.25 3h17.5v12.804l-7.959 4.94a1.494 1.494 0 0 1-1.582 0l-7.959-4.94V3zM29 27.75c0 .642-.346 1.25-.711 1.25H4.204C3.675 29 3 28.299 3 27.75V16.696l10.627 6.596a4.47 4.47 0 0 0 4.746 0l10.626-6.596V27.75z"
21
- }));
22
- };
16
+ const RequestsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M19.5 8.556h-7a1.5 1.5 0 1 1 0-3h7a1.5 1.5 0 1 1 0 3zm0 4.75h-7a1.5 1.5 0 1 1 0-3h7a1.5 1.5 0 1 1 0 3zm12.499.675a1.56 1.56 0 0 0-.012-.182v-.002a1.416 1.416 0 0 0-.049-.221 2.116 2.116 0 0 0-.046-.134l-.014-.036a1.615 1.615 0 0 0-.081-.161c-.004-.006-.008-.011-.011-.018a1.478 1.478 0 0 0-.09-.133l-.026-.034a1.396 1.396 0 0 0-.102-.115l-.021-.021a1.584 1.584 0 0 0-.139-.119l-.032-.023a1.503 1.503 0 0 0-.082-.057l-3.541-2.197V1.501a1.5 1.5 0 0 0-1.5-1.5h-20.5a1.5 1.5 0 0 0-1.5 1.5v9.027L.712 12.725c-.029.018-.055.037-.083.057l-.032.023a1.775 1.775 0 0 0-.139.119l-.021.021a1.396 1.396 0 0 0-.218.282c-.004.006-.008.011-.011.018a1.731 1.731 0 0 0-.095.197 1.245 1.245 0 0 0-.06.183 1.248 1.248 0 0 0-.035.172v.002c-.009.06-.011.121-.013.182L.004 14v13.75c0 2.185 2.042 4.25 4.204 4.25h24.085c1.113 0 2.113-.52 2.816-1.464.578-.776.896-1.765.896-2.786V14c-.001-.006-.003-.012-.003-.019zM7.25 3h17.5v12.804l-7.959 4.94a1.494 1.494 0 0 1-1.582 0l-7.959-4.94V3zM29 27.75c0 .642-.346 1.25-.711 1.25H4.204C3.675 29 3 28.299 3 27.75V16.696l10.627 6.596a4.47 4.47 0 0 0 4.746 0l10.626-6.596V27.75z"
20
+ }));
23
21
 
24
22
  RequestsIcon.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 RibbonIcon = function RibbonIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M32 24.387a1.502 1.502 0 0 0-.712-1.163c-.038-.025-3.762-2.325-7.75-5.188 5.125-5.912 6.863-10.175 5.45-13.375C27.601 1.523 23.351-.001 16-.001c-7.375 0-11.65 1.563-13.063 4.763-1.425 3.225.325 7.612 5.338 13.412-3.925 2.8-7.525 5.025-7.563 5.05-.412.25-.675.688-.713 1.163s.15.95.525 1.25l7 6c.275.238.625.363.975.363s.713-.125 1-.375c2.075-1.85 4.275-3.813 6.387-5.788 2.375 2.25 4.925 4.55 6.725 5.875.262.2.575.288.887.288.35 0 .7-.125.975-.363l7-6a1.5 1.5 0 0 0 .525-1.25zM8.488 28.512l-4.463-3.825a163.22 163.22 0 0 0 6.313-4.288c.775.788 1.988 1.988 3.388 3.35a349.073 349.073 0 0 1-5.238 4.762zm14.962.051C19.2 25.15 12 17.801 11.587 17.388 8.825 14.363 4.399 8.863 5.675 5.976 6.525 4.051 10.188 3.001 16 3.001c5.787 0 9.425 1.025 10.237 2.887.613 1.388.175 4.3-5.1 10.338l-2.887-2.325c2.375-2.438 3.175-4.25 2.575-5.775C20 6.001 16.988 6.001 16 6.001s-4 0-4.825 2.125c-.688 1.762.488 3.912 3.8 6.95.037.025 5.438 4.4 5.463 4.413a139.642 139.642 0 0 0 7.55 5.175l-4.537 3.9zM17.988 9.262c-.087.287-.45 1.1-1.988 2.65-1.537-1.55-1.9-2.362-1.988-2.65.213-.1.762-.262 1.988-.262s1.775.162 1.988.262z"
21
- }));
22
- };
16
+ const RibbonIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M32 24.387a1.502 1.502 0 0 0-.712-1.163c-.038-.025-3.762-2.325-7.75-5.188 5.125-5.912 6.863-10.175 5.45-13.375C27.601 1.523 23.351-.001 16-.001c-7.375 0-11.65 1.563-13.063 4.763-1.425 3.225.325 7.612 5.338 13.412-3.925 2.8-7.525 5.025-7.563 5.05-.412.25-.675.688-.713 1.163s.15.95.525 1.25l7 6c.275.238.625.363.975.363s.713-.125 1-.375c2.075-1.85 4.275-3.813 6.387-5.788 2.375 2.25 4.925 4.55 6.725 5.875.262.2.575.288.887.288.35 0 .7-.125.975-.363l7-6a1.5 1.5 0 0 0 .525-1.25zM8.488 28.512l-4.463-3.825a163.22 163.22 0 0 0 6.313-4.288c.775.788 1.988 1.988 3.388 3.35a349.073 349.073 0 0 1-5.238 4.762zm14.962.051C19.2 25.15 12 17.801 11.587 17.388 8.825 14.363 4.399 8.863 5.675 5.976 6.525 4.051 10.188 3.001 16 3.001c5.787 0 9.425 1.025 10.237 2.887.613 1.388.175 4.3-5.1 10.338l-2.887-2.325c2.375-2.438 3.175-4.25 2.575-5.775C20 6.001 16.988 6.001 16 6.001s-4 0-4.825 2.125c-.688 1.762.488 3.912 3.8 6.95.037.025 5.438 4.4 5.463 4.413a139.642 139.642 0 0 0 7.55 5.175l-4.537 3.9zM17.988 9.262c-.087.287-.45 1.1-1.988 2.65-1.537-1.55-1.9-2.362-1.988-2.65.213-.1.762-.262 1.988-.262s1.775.162 1.988.262z"
20
+ }));
23
21
 
24
22
  RibbonIcon.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 RightArrowIcon = function RightArrowIcon(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 17.469h25.41l-11.97 11.97a1.5 1.5 0 1 0 2.121 2.121l14.5-14.5a1.5 1.5 0 0 0 0-2.121l-14.5-14.5a1.501 1.501 0 0 0-2.122 2.121l11.908 11.908H1.501a1.5 1.5 0 1 0 0 3.001z"
21
- }));
22
- };
16
+ const RightArrowIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M1.5 17.469h25.41l-11.97 11.97a1.5 1.5 0 1 0 2.121 2.121l14.5-14.5a1.5 1.5 0 0 0 0-2.121l-14.5-14.5a1.501 1.501 0 0 0-2.122 2.121l11.908 11.908H1.501a1.5 1.5 0 1 0 0 3.001z"
20
+ }));
23
21
 
24
22
  RightArrowIcon.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 RoadIcon = function RoadIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- className: "st0",
21
- d: "M128 92c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12s12-5.373 12-12v-32c0-6.627-5.373-12-12-12z"
22
- }), _react.default.createElement("path", {
23
- className: "st0",
24
- d: "M255.401 240.268L179.403 8.264A11.998 11.998 0 00168 0H88a12 12 0 00-11.404 8.264L.599 240.269A11.984 11.984 0 000 244c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12 0-1.304-.215-2.556-.599-3.732zM140 232v-36c0-6.627-5.373-12-12-12s-12 5.373-12 12v36H28.559L96.696 24H116v20c0 6.627 5.373 12 12 12s12-5.373 12-12V24h19.304l68.138 208H140z"
25
- }));
26
- };
16
+ const RoadIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ className: "st0",
20
+ d: "M128 92c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12s12-5.373 12-12v-32c0-6.627-5.373-12-12-12z"
21
+ }), _react.default.createElement("path", {
22
+ className: "st0",
23
+ d: "M255.401 240.268L179.403 8.264A11.998 11.998 0 00168 0H88a12 12 0 00-11.404 8.264L.599 240.269A11.984 11.984 0 000 244c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12 0-1.304-.215-2.556-.599-3.732zM140 232v-36c0-6.627-5.373-12-12-12s-12 5.373-12 12v36H28.559L96.696 24H116v20c0 6.627 5.373 12 12 12s12-5.373 12-12V24h19.304l68.138 208H140z"
24
+ }));
27
25
 
28
26
  RoadIcon.propTypes = {
29
27
  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 RosetteIcon = function RosetteIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.799 25.25l-5.27-9.127c.624-1.416.971-2.979.971-4.622 0-6.341-5.159-11.5-11.5-11.5S4.5 5.16 4.5 11.501c0 1.644.348 3.206.971 4.622L.201 25.25a1.499 1.499 0 0 0 1.369 2.249l4.4-.205 1.939 3.878a1.5 1.5 0 0 0 1.295.829l.046.001c.534 0 1.029-.284 1.297-.747l4.794-8.271a11.965 11.965 0 0 0 1.318 0l4.794 8.271a1.5 1.5 0 0 0 1.297.748l.046-.001a1.498 1.498 0 0 0 1.295-.829l1.939-3.878 4.4.205a1.498 1.498 0 1 0 1.368-2.249zM16 3c4.688 0 8.5 3.813 8.5 8.5S20.687 20 16 20s-8.5-3.813-8.5-8.5S11.313 3 16 3zM9.348 27.341L8.217 25.08a1.5 1.5 0 0 0-1.341-.83l-.07.001-2.635.122 3.109-5.385a11.527 11.527 0 0 0 4.951 3.376L9.348 27.34zm15.847-3.09a1.502 1.502 0 0 0-1.411.828l-1.131 2.261-2.884-4.976a11.53 11.53 0 0 0 4.951-3.376l3.109 5.385-2.634-.121z"
21
- }));
22
- };
16
+ const RosetteIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.799 25.25l-5.27-9.127c.624-1.416.971-2.979.971-4.622 0-6.341-5.159-11.5-11.5-11.5S4.5 5.16 4.5 11.501c0 1.644.348 3.206.971 4.622L.201 25.25a1.499 1.499 0 0 0 1.369 2.249l4.4-.205 1.939 3.878a1.5 1.5 0 0 0 1.295.829l.046.001c.534 0 1.029-.284 1.297-.747l4.794-8.271a11.965 11.965 0 0 0 1.318 0l4.794 8.271a1.5 1.5 0 0 0 1.297.748l.046-.001a1.498 1.498 0 0 0 1.295-.829l1.939-3.878 4.4.205a1.498 1.498 0 1 0 1.368-2.249zM16 3c4.688 0 8.5 3.813 8.5 8.5S20.687 20 16 20s-8.5-3.813-8.5-8.5S11.313 3 16 3zM9.348 27.341L8.217 25.08a1.5 1.5 0 0 0-1.341-.83l-.07.001-2.635.122 3.109-5.385a11.527 11.527 0 0 0 4.951 3.376L9.348 27.34zm15.847-3.09a1.502 1.502 0 0 0-1.411.828l-1.131 2.261-2.884-4.976a11.53 11.53 0 0 0 4.951-3.376l3.109 5.385-2.634-.121z"
20
+ }));
23
21
 
24
22
  RosetteIcon.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 RotasIcon = function RotasIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 0a1.5 1.5 0 1 0 0 3c7.169 0 13 5.831 13 13s-5.831 13-13 13S3 23.169 3 16a12.9 12.9 0 0 1 3.125-8.455V10a1.5 1.5 0 1 0 3 0V5.375c0-1.654-1.346-3-3-3H1.5a1.5 1.5 0 1 0 0 3h2.537A15.882 15.882 0 0 0 0 16c0 8.822 7.178 16 16 16s16-7.178 16-16S24.822 0 16 0zM9 16a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 9 16zm8.75 8.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM26 16a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 16zm-4.689 3.269l-3.808-3.808v-5.378a1.5 1.5 0 1 0-3 0v6c0 .394.155.771.431 1.051l.012.012 4.242 4.242a1.5 1.5 0 1 0 2.121-2.121z"
21
- }));
22
- };
16
+ const RotasIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 0a1.5 1.5 0 1 0 0 3c7.169 0 13 5.831 13 13s-5.831 13-13 13S3 23.169 3 16a12.9 12.9 0 0 1 3.125-8.455V10a1.5 1.5 0 1 0 3 0V5.375c0-1.654-1.346-3-3-3H1.5a1.5 1.5 0 1 0 0 3h2.537A15.882 15.882 0 0 0 0 16c0 8.822 7.178 16 16 16s16-7.178 16-16S24.822 0 16 0zM9 16a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 9 16zm8.75 8.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM26 16a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 16zm-4.689 3.269l-3.808-3.808v-5.378a1.5 1.5 0 1 0-3 0v6c0 .394.155.771.431 1.051l.012.012 4.242 4.242a1.5 1.5 0 1 0 2.121-2.121z"
20
+ }));
23
21
 
24
22
  RotasIcon.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 RotateImageIcon = function RotateImageIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M14.939 8.439l-6.5 6.5a1.5 1.5 0 0 0 0 2.121l6.5 6.5c.293.293.676.439 1.061.439s.767-.146 1.061-.439l6.5-6.5a1.5 1.5 0 0 0 0-2.121l-6.5-6.5a1.503 1.503 0 0 0-2.123 0zM16 20.379L11.621 16 16 11.621 20.379 16 16 20.379zm-4.5 3.996a1.5 1.5 0 0 1-1.5 1.5H7.545A12.977 12.977 0 0 0 16 29c7.169 0 13-5.831 13-13a1.5 1.5 0 1 1 3 0c0 8.822-7.178 16-16 16-3.95 0-7.715-1.45-10.625-4.038V30.5a1.5 1.5 0 1 1-3 0v-4.625c0-1.654 1.346-3 3-3H10a1.5 1.5 0 0 1 1.5 1.5zM26.625 1.5a1.5 1.5 0 1 1 3 0v4.625c0 1.654-1.346 3-3 3H22a1.5 1.5 0 1 1 0-3h2.455A12.977 12.977 0 0 0 16 3C8.831 3 3 8.831 3 16a1.5 1.5 0 1 1-3 0C0 7.178 7.178 0 16 0c3.95 0 7.715 1.45 10.625 4.037V1.499z"
21
- }));
22
- };
16
+ const RotateImageIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M14.939 8.439l-6.5 6.5a1.5 1.5 0 0 0 0 2.121l6.5 6.5c.293.293.676.439 1.061.439s.767-.146 1.061-.439l6.5-6.5a1.5 1.5 0 0 0 0-2.121l-6.5-6.5a1.503 1.503 0 0 0-2.123 0zM16 20.379L11.621 16 16 11.621 20.379 16 16 20.379zm-4.5 3.996a1.5 1.5 0 0 1-1.5 1.5H7.545A12.977 12.977 0 0 0 16 29c7.169 0 13-5.831 13-13a1.5 1.5 0 1 1 3 0c0 8.822-7.178 16-16 16-3.95 0-7.715-1.45-10.625-4.038V30.5a1.5 1.5 0 1 1-3 0v-4.625c0-1.654 1.346-3 3-3H10a1.5 1.5 0 0 1 1.5 1.5zM26.625 1.5a1.5 1.5 0 1 1 3 0v4.625c0 1.654-1.346 3-3 3H22a1.5 1.5 0 1 1 0-3h2.455A12.977 12.977 0 0 0 16 3C8.831 3 3 8.831 3 16a1.5 1.5 0 1 1-3 0C0 7.178 7.178 0 16 0c3.95 0 7.715 1.45 10.625 4.037V1.499z"
20
+ }));
23
21
 
24
22
  RotateImageIcon.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 RushIcon = function RushIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 0a15.92 15.92 0 0 0-6.229 1.258 1.5 1.5 0 0 0 1.169 2.764 12.882 12.882 0 0 1 3.56-.935v1.414a1.5 1.5 0 1 0 3 0V3.088a12.941 12.941 0 0 1 6.566 2.725l-.995.995a1.5 1.5 0 1 0 2.121 2.121l.995-.995a12.945 12.945 0 0 1 2.725 6.566h-1.413a1.5 1.5 0 1 0 0 3h1.413a12.941 12.941 0 0 1-2.725 6.566l-.995-.995a1.5 1.5 0 1 0-2.121 2.121l.995.995a12.945 12.945 0 0 1-6.566 2.725v-1.413a1.5 1.5 0 1 0-3 0v1.414a12.882 12.882 0 0 1-3.56-.935 1.5 1.5 0 1 0-1.169 2.763A15.92 15.92 0 0 0 16 31.999c8.822 0 16-7.178 16-16s-7.178-16-16-16zm0 22.625a1.5 1.5 0 0 1-1.5-1.5v-5.5c0-.398.158-.783.439-1.064l3.743-3.742a1.5 1.5 0 1 1 2.121 2.121L17.5 16.243v4.883a1.5 1.5 0 0 1-1.5 1.5zm-6 1.625H5.25a1.5 1.5 0 1 1 0-3H10a1.5 1.5 0 1 1 0 3zM8.25 17.5H1.5a1.5 1.5 0 1 1 0-3h6.75a1.5 1.5 0 1 1 0 3zM10 10.75H5.25a1.5 1.5 0 1 1 0-3H10a1.5 1.5 0 1 1 0 3z"
21
- }));
22
- };
16
+ const RushIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 0a15.92 15.92 0 0 0-6.229 1.258 1.5 1.5 0 0 0 1.169 2.764 12.882 12.882 0 0 1 3.56-.935v1.414a1.5 1.5 0 1 0 3 0V3.088a12.941 12.941 0 0 1 6.566 2.725l-.995.995a1.5 1.5 0 1 0 2.121 2.121l.995-.995a12.945 12.945 0 0 1 2.725 6.566h-1.413a1.5 1.5 0 1 0 0 3h1.413a12.941 12.941 0 0 1-2.725 6.566l-.995-.995a1.5 1.5 0 1 0-2.121 2.121l.995.995a12.945 12.945 0 0 1-6.566 2.725v-1.413a1.5 1.5 0 1 0-3 0v1.414a12.882 12.882 0 0 1-3.56-.935 1.5 1.5 0 1 0-1.169 2.763A15.92 15.92 0 0 0 16 31.999c8.822 0 16-7.178 16-16s-7.178-16-16-16zm0 22.625a1.5 1.5 0 0 1-1.5-1.5v-5.5c0-.398.158-.783.439-1.064l3.743-3.742a1.5 1.5 0 1 1 2.121 2.121L17.5 16.243v4.883a1.5 1.5 0 0 1-1.5 1.5zm-6 1.625H5.25a1.5 1.5 0 1 1 0-3H10a1.5 1.5 0 1 1 0 3zM8.25 17.5H1.5a1.5 1.5 0 1 1 0-3h6.75a1.5 1.5 0 1 1 0 3zM10 10.75H5.25a1.5 1.5 0 1 1 0-3H10a1.5 1.5 0 1 1 0 3z"
20
+ }));
23
21
 
24
22
  RushIcon.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 SearchIcon = function SearchIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.561 29.44l-6.444-6.444a14.069 14.069 0 0 0 3.133-8.871C28.25 6.324 21.926 0 14.125 0S0 6.324 0 14.125 6.324 28.25 14.125 28.25a14.06 14.06 0 0 0 8.87-3.134l6.444 6.444c.293.293.676.439 1.061.439s.767-.146 1.061-.439a1.5 1.5 0 0 0 0-2.12zM3 14.125C3 7.991 7.991 3 14.125 3S25.25 7.991 25.25 14.125 20.259 25.25 14.125 25.25 3 20.26 3 14.125z"
21
- }));
22
- };
16
+ const SearchIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.561 29.44l-6.444-6.444a14.069 14.069 0 0 0 3.133-8.871C28.25 6.324 21.926 0 14.125 0S0 6.324 0 14.125 6.324 28.25 14.125 28.25a14.06 14.06 0 0 0 8.87-3.134l6.444 6.444c.293.293.676.439 1.061.439s.767-.146 1.061-.439a1.5 1.5 0 0 0 0-2.12zM3 14.125C3 7.991 7.991 3 14.125 3S25.25 7.991 25.25 14.125 20.259 25.25 14.125 25.25 3 20.26 3 14.125z"
20
+ }));
23
21
 
24
22
  SearchIcon.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 SelectArrowIcon = function SelectArrowIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 20 20"
19
- }, props), _react.default.createElement("path", {
20
- d: "M10 1l-5 7h10l-5-7zM10 19l5-7h-10l5 7z"
21
- }));
22
- };
16
+ const SelectArrowIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 20 20"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M10 1l-5 7h10l-5-7zM10 19l5-7h-10l5 7z"
20
+ }));
23
21
 
24
22
  SelectArrowIcon.displayName = 'SelectArrowIcon';
25
23
  SelectArrowIcon.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 SendIcon = function SendIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.561.44c-.4-.4-.99-.541-1.527-.365l-29 9.5c-.585.191-.994.72-1.03 1.335a1.503 1.503 0 0 0 .861 1.45l12.793 5.984 5.984 12.793a1.5 1.5 0 0 0 2.785-.168l9.5-29A1.505 1.505 0 0 0 31.562.44zm-6.564 4.441L14.468 15.41l-8.902-4.164 19.431-6.365zm-4.243 21.553l-4.164-8.901L27.119 7.004l-6.365 19.43zm-9.385-5.803a1.5 1.5 0 0 0-2.121 0L.441 29.44a1.5 1.5 0 1 0 2.121 2.121l8.809-8.809a1.5 1.5 0 0 0-.001-2.121zm.93 5.449l-3.36 3.36a1.5 1.5 0 1 0 2.122 2.121l3.36-3.36a1.502 1.502 0 0 0-2.123-2.121zM1.5 23.5c.384 0 .768-.146 1.061-.439l3.36-3.36A1.5 1.5 0 1 0 3.8 17.58L.44 20.94A1.5 1.5 0 0 0 1.5 23.5z"
21
- }));
22
- };
16
+ const SendIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.561.44c-.4-.4-.99-.541-1.527-.365l-29 9.5c-.585.191-.994.72-1.03 1.335a1.503 1.503 0 0 0 .861 1.45l12.793 5.984 5.984 12.793a1.5 1.5 0 0 0 2.785-.168l9.5-29A1.505 1.505 0 0 0 31.562.44zm-6.564 4.441L14.468 15.41l-8.902-4.164 19.431-6.365zm-4.243 21.553l-4.164-8.901L27.119 7.004l-6.365 19.43zm-9.385-5.803a1.5 1.5 0 0 0-2.121 0L.441 29.44a1.5 1.5 0 1 0 2.121 2.121l8.809-8.809a1.5 1.5 0 0 0-.001-2.121zm.93 5.449l-3.36 3.36a1.5 1.5 0 1 0 2.122 2.121l3.36-3.36a1.502 1.502 0 0 0-2.123-2.121zM1.5 23.5c.384 0 .768-.146 1.061-.439l3.36-3.36A1.5 1.5 0 1 0 3.8 17.58L.44 20.94A1.5 1.5 0 0 0 1.5 23.5z"
20
+ }));
23
21
 
24
22
  SendIcon.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 SettingsSlidersIcon = function SettingsSlidersIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M9 14.4V1.5a1.5 1.5 0 1 0-3 0v12.9a7.502 7.502 0 0 0 0 14.7v1.4a1.5 1.5 0 1 0 3 0v-1.4a7.502 7.502 0 0 0 0-14.7zM7.5 26.25c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5zM26 3.9V1.5a1.5 1.5 0 1 0-3 0v2.4a7.502 7.502 0 0 0 0 14.7v11.9a1.5 1.5 0 1 0 3 0V18.6a7.502 7.502 0 0 0 0-14.7zm-1.5 11.85c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5z"
21
- }));
22
- };
16
+ const SettingsSlidersIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M9 14.4V1.5a1.5 1.5 0 1 0-3 0v12.9a7.502 7.502 0 0 0 0 14.7v1.4a1.5 1.5 0 1 0 3 0v-1.4a7.502 7.502 0 0 0 0-14.7zM7.5 26.25c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5zM26 3.9V1.5a1.5 1.5 0 1 0-3 0v2.4a7.502 7.502 0 0 0 0 14.7v11.9a1.5 1.5 0 1 0 3 0V18.6a7.502 7.502 0 0 0 0-14.7zm-1.5 11.85c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5 4.5 2.019 4.5 4.5-2.019 4.5-4.5 4.5z"
20
+ }));
23
21
 
24
22
  SettingsSlidersIcon.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 ShareIcon = function ShareIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M26 20c-1.65 0-3.163.675-4.25 1.762L12 16.024v-.05l9.75-5.738A6.002 6.002 0 0 0 32 5.998c0-3.312-2.688-6-6-6s-6 2.688-6 6c0 .575.087 1.125.238 1.65l-9.05 5.325C10.138 11.198 8.213 9.998 6 9.998c-3.313 0-6 2.688-6 6s2.688 6 6 6c2.213 0 4.137-1.2 5.175-2.975l9.05 5.325a5.982 5.982 0 0 0-.238 1.65c0 3.313 2.688 6 6 6s6-2.688 6-6-2.675-6-5.988-6zm0-17c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM6 19c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm20 10c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"
21
- }));
22
- };
16
+ const ShareIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M26 20c-1.65 0-3.163.675-4.25 1.762L12 16.024v-.05l9.75-5.738A6.002 6.002 0 0 0 32 5.998c0-3.312-2.688-6-6-6s-6 2.688-6 6c0 .575.087 1.125.238 1.65l-9.05 5.325C10.138 11.198 8.213 9.998 6 9.998c-3.313 0-6 2.688-6 6s2.688 6 6 6c2.213 0 4.137-1.2 5.175-2.975l9.05 5.325a5.982 5.982 0 0 0-.238 1.65c0 3.313 2.688 6 6 6s6-2.688 6-6-2.675-6-5.988-6zm0-17c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM6 19c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm20 10c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"
20
+ }));
23
21
 
24
22
  ShareIcon.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 ShieldIcon = function ShieldIcon(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-.18 0-.36-.032-.533-.098-.156-.06-3.879-1.489-7.638-4.405-5.122-3.975-7.83-8.815-7.83-13.998v-7.75a1.5 1.5 0 0 1 1.5-1.5c7 0 13.655-3.993 13.721-4.032a1.504 1.504 0 0 1 1.558 0c.065.04 6.747 4.032 13.721 4.032a1.5 1.5 0 0 1 1.5 1.5v7.75c0 5.182-2.707 10.023-7.83 13.998-3.759 2.916-7.481 4.345-7.637 4.405A1.504 1.504 0 0 1 16 32zM3 7.199V13.5c0 4.261 2.224 8.159 6.611 11.582 2.62 2.044 5.281 3.31 6.389 3.793 1.106-.483 3.769-1.749 6.389-3.794C26.776 21.659 29 17.761 29 13.5V7.199c-5.845-.391-11.071-2.931-13-3.976-1.929 1.045-7.155 3.585-13 3.976z"
21
- }));
22
- };
16
+ const ShieldIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 32c-.18 0-.36-.032-.533-.098-.156-.06-3.879-1.489-7.638-4.405-5.122-3.975-7.83-8.815-7.83-13.998v-7.75a1.5 1.5 0 0 1 1.5-1.5c7 0 13.655-3.993 13.721-4.032a1.504 1.504 0 0 1 1.558 0c.065.04 6.747 4.032 13.721 4.032a1.5 1.5 0 0 1 1.5 1.5v7.75c0 5.182-2.707 10.023-7.83 13.998-3.759 2.916-7.481 4.345-7.637 4.405A1.504 1.504 0 0 1 16 32zM3 7.199V13.5c0 4.261 2.224 8.159 6.611 11.582 2.62 2.044 5.281 3.31 6.389 3.793 1.106-.483 3.769-1.749 6.389-3.794C26.776 21.659 29 17.761 29 13.5V7.199c-5.845-.391-11.071-2.931-13-3.976-1.929 1.045-7.155 3.585-13 3.976z"
20
+ }));
23
21
 
24
22
  ShieldIcon.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 ShiftsIcon = function ShiftsIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M28 14.005v-6.63c0-2.481-2.019-4.5-4.5-4.5H22V1.5a1.5 1.5 0 1 0-3 0v1.375H9V1.5a1.5 1.5 0 1 0-3 0v1.375H4.5a4.505 4.505 0 0 0-4.5 4.5v14c0 2.481 2.019 4.5 4.5 4.5h8.281C14.299 29.47 17.859 32 22 32c5.514 0 10-4.486 10-10a9.991 9.991 0 0 0-4-7.995zM12 22c0 .295.015.586.04.875H4.5a1.5 1.5 0 0 1-1.5-1.5v-14c0-.827.672-1.5 1.5-1.5H6V7.5a1.5 1.5 0 1 0 3 0V5.875h10V7.5a1.5 1.5 0 1 0 3 0V5.875h1.5c.828 0 1.5.673 1.5 1.5v5.085a9.954 9.954 0 0 0-3-.46c-5.514 0-10 4.486-10 10zm10 7c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm0-11.5a1.5 1.5 0 0 0-1.5 1.5v1.5H19a1.5 1.5 0 1 0 0 3h3a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5zM15 12a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 15 12zm-6 6a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 9 18z"
21
- }));
22
- };
16
+ const ShiftsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M28 14.005v-6.63c0-2.481-2.019-4.5-4.5-4.5H22V1.5a1.5 1.5 0 1 0-3 0v1.375H9V1.5a1.5 1.5 0 1 0-3 0v1.375H4.5a4.505 4.505 0 0 0-4.5 4.5v14c0 2.481 2.019 4.5 4.5 4.5h8.281C14.299 29.47 17.859 32 22 32c5.514 0 10-4.486 10-10a9.991 9.991 0 0 0-4-7.995zM12 22c0 .295.015.586.04.875H4.5a1.5 1.5 0 0 1-1.5-1.5v-14c0-.827.672-1.5 1.5-1.5H6V7.5a1.5 1.5 0 1 0 3 0V5.875h10V7.5a1.5 1.5 0 1 0 3 0V5.875h1.5c.828 0 1.5.673 1.5 1.5v5.085a9.954 9.954 0 0 0-3-.46c-5.514 0-10 4.486-10 10zm10 7c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm0-11.5a1.5 1.5 0 0 0-1.5 1.5v1.5H19a1.5 1.5 0 1 0 0 3h3a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5zM15 12a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 15 12zm-6 6a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 9 18z"
20
+ }));
23
21
 
24
22
  ShiftsIcon.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 ShredderIcon = function ShredderIcon(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-1V3c0-1.65-1.35-3-3-3h-15c-1.65 0-3 1.35-3 3v6h-1A4.497 4.497 0 0 0 0 13.5v9C0 24.988 2.013 27 4.5 27h1v3.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V20h3v10.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V20h3v10.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V20h3v10.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V27h1c2.488 0 4.5-2.012 4.5-4.5v-9c0-2.488-2.012-4.5-4.5-4.5zm-19-6h15v6h-15V3zM29 22.5c0 .825-.675 1.5-1.5 1.5h-1v-5.5c0-.825-.675-1.5-1.5-1.5H7c-.825 0-1.5.675-1.5 1.5V24h-1c-.825 0-1.5-.675-1.5-1.5v-9c0-.825.675-1.5 1.5-1.5h23c.825 0 1.5.675 1.5 1.5v9z"
21
- }));
22
- };
16
+ const ShredderIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 9h-1V3c0-1.65-1.35-3-3-3h-15c-1.65 0-3 1.35-3 3v6h-1A4.497 4.497 0 0 0 0 13.5v9C0 24.988 2.013 27 4.5 27h1v3.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V20h3v10.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V20h3v10.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V20h3v10.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V27h1c2.488 0 4.5-2.012 4.5-4.5v-9c0-2.488-2.012-4.5-4.5-4.5zm-19-6h15v6h-15V3zM29 22.5c0 .825-.675 1.5-1.5 1.5h-1v-5.5c0-.825-.675-1.5-1.5-1.5H7c-.825 0-1.5.675-1.5 1.5V24h-1c-.825 0-1.5-.675-1.5-1.5v-9c0-.825.675-1.5 1.5-1.5h23c.825 0 1.5.675 1.5 1.5v9z"
20
+ }));
23
21
 
24
22
  ShredderIcon.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 SignatureIcon = function SignatureIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M11.25 22.25h5.663c.4 0 .775-.163 1.063-.438L30.401 9.387c1.025-1.037 1.6-2.412 1.6-3.888s-.575-2.85-1.613-3.888C29.35.573 27.975-.002 26.501-.002s-2.85.575-3.887 1.613L10.189 14.036a1.536 1.536 0 0 0-.438 1.063v5.65c0 .825.675 1.5 1.5 1.5zM24.738 3.737a2.478 2.478 0 0 1 3.524 0c.462.474.738 1.1.738 1.763s-.262 1.3-.738 1.763l-1.075 1.075-3.538-3.537 1.087-1.063zM12.75 15.713l8.788-8.787 3.538 3.537-8.788 8.787h-3.537v-3.537zM4.5 17.125a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM12.25 32c-.4 0-1.375-.137-1.887-1.375-.175-.413-.262-.875-.35-1.363-.363-1.837-.613-2.012-1.25-2.012-.5.063-1.838 1.188-2.55 1.8-1.65 1.4-3.2 2.712-4.75 2C.001 30.375.001 28.463.001 27.838c0-3.563 1.988-6.15 2.063-6.262.512-.65 1.45-.775 2.1-.262s.775 1.45.263 2.1c-.025.038-1.425 1.913-1.438 4.387.413-.313.888-.712 1.263-1.038 1.537-1.288 2.975-2.512 4.5-2.512 1.45 0 2.612.625 3.325 1.813.338.55.537 1.15.675 1.725.9-1.313 2.225-2.938 4.488-2.938 1.113 0 2.55.375 4.2.813 2.762.725 6.563 1.725 8.088.45.637-.525 1.587-.438 2.113.2s.437 1.587-.2 2.113c-2.725 2.262-7.188 1.087-10.775.15-1.4-.363-2.712-.712-3.438-.712-.863 0-1.488.85-2.287 2.038-.675 1.025-1.387 2.1-2.688 2.1z"
21
- }));
22
- };
16
+ const SignatureIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M11.25 22.25h5.663c.4 0 .775-.163 1.063-.438L30.401 9.387c1.025-1.037 1.6-2.412 1.6-3.888s-.575-2.85-1.613-3.888C29.35.573 27.975-.002 26.501-.002s-2.85.575-3.887 1.613L10.189 14.036a1.536 1.536 0 0 0-.438 1.063v5.65c0 .825.675 1.5 1.5 1.5zM24.738 3.737a2.478 2.478 0 0 1 3.524 0c.462.474.738 1.1.738 1.763s-.262 1.3-.738 1.763l-1.075 1.075-3.538-3.537 1.087-1.063zM12.75 15.713l8.788-8.787 3.538 3.537-8.788 8.787h-3.537v-3.537zM4.5 17.125a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM12.25 32c-.4 0-1.375-.137-1.887-1.375-.175-.413-.262-.875-.35-1.363-.363-1.837-.613-2.012-1.25-2.012-.5.063-1.838 1.188-2.55 1.8-1.65 1.4-3.2 2.712-4.75 2C.001 30.375.001 28.463.001 27.838c0-3.563 1.988-6.15 2.063-6.262.512-.65 1.45-.775 2.1-.262s.775 1.45.263 2.1c-.025.038-1.425 1.913-1.438 4.387.413-.313.888-.712 1.263-1.038 1.537-1.288 2.975-2.512 4.5-2.512 1.45 0 2.612.625 3.325 1.813.338.55.537 1.15.675 1.725.9-1.313 2.225-2.938 4.488-2.938 1.113 0 2.55.375 4.2.813 2.762.725 6.563 1.725 8.088.45.637-.525 1.587-.438 2.113.2s.437 1.587-.2 2.113c-2.725 2.262-7.188 1.087-10.775.15-1.4-.363-2.712-.712-3.438-.712-.863 0-1.488.85-2.287 2.038-.675 1.025-1.387 2.1-2.688 2.1z"
20
+ }));
23
21
 
24
22
  SignatureIcon.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 SkullIcon = function SkullIcon(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 6.169 0 13.75c0 4.181 2.228 8.14 6 10.739V30.5A1.5 1.5 0 0 0 7.5 32h17a1.5 1.5 0 0 0 1.5-1.5v-6.011c3.773-2.598 6-6.556 6-10.739C32 6.169 24.822 0 16 0zm7.716 22.395A1.501 1.501 0 0 0 23 23.674V29h-2.666v-2.75a1.5 1.5 0 1 0-3 0V29h-2.666v-2.75a1.5 1.5 0 1 0-3 0V29H9v-5.325c0-.523-.271-1.006-.716-1.279C4.975 20.37 3 17.137 3 13.75 3 7.822 8.831 3 16 3s13 4.822 13 10.75c0 3.388-1.975 6.62-5.284 8.645zM13.5 12.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm11 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM16 20.938a1.5 1.5 0 0 1-1.5-1.5v-1.5a1.5 1.5 0 1 1 3 0v1.5a1.5 1.5 0 0 1-1.5 1.5z"
21
- }));
22
- };
16
+ const SkullIcon = 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 6.169 0 13.75c0 4.181 2.228 8.14 6 10.739V30.5A1.5 1.5 0 0 0 7.5 32h17a1.5 1.5 0 0 0 1.5-1.5v-6.011c3.773-2.598 6-6.556 6-10.739C32 6.169 24.822 0 16 0zm7.716 22.395A1.501 1.501 0 0 0 23 23.674V29h-2.666v-2.75a1.5 1.5 0 1 0-3 0V29h-2.666v-2.75a1.5 1.5 0 1 0-3 0V29H9v-5.325c0-.523-.271-1.006-.716-1.279C4.975 20.37 3 17.137 3 13.75 3 7.822 8.831 3 16 3s13 4.822 13 10.75c0 3.388-1.975 6.62-5.284 8.645zM13.5 12.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm11 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM16 20.938a1.5 1.5 0 0 1-1.5-1.5v-1.5a1.5 1.5 0 1 1 3 0v1.5a1.5 1.5 0 0 1-1.5 1.5z"
20
+ }));
23
21
 
24
22
  SkullIcon.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 SocialFacebookIcon = function SocialFacebookIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M21.119 9.45H18.85c-.975 0-1.538.556-1.538 1.706v2.231h3.556l-.506 3.506h-3.05v9.125H13.65v-9.125h-3.069v-3.506h3.069v-2.688c0-3.45 2.406-4.638 4.256-4.638h3.212v3.388zM24.5 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17z"
21
- }));
22
- };
16
+ const SocialFacebookIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M21.119 9.45H18.85c-.975 0-1.538.556-1.538 1.706v2.231h3.556l-.506 3.506h-3.05v9.125H13.65v-9.125h-3.069v-3.506h3.069v-2.688c0-3.45 2.406-4.638 4.256-4.638h3.212v3.388zM24.5 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17z"
20
+ }));
23
21
 
24
22
  SocialFacebookIcon.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 SocialInstagramIcon = function SocialInstagramIcon(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 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17zM16 23c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm0-11c-2.206 0-4 1.794-4 4 0 2.205 1.794 4 4 4 2.205 0 4-1.795 4-4s-1.794-4-4-4zm10-4.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 7.5z"
21
- }));
22
- };
16
+ const SocialInstagramIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M24.5 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17zM16 23c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm0-11c-2.206 0-4 1.794-4 4 0 2.205 1.794 4 4 4 2.205 0 4-1.795 4-4s-1.794-4-4-4zm10-4.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 7.5z"
20
+ }));
23
21
 
24
22
  SocialInstagramIcon.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 SocialLinkedinIcon = function SocialLinkedinIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M8.431 12.756h3.244v10.475H8.431V12.756zm1.606-1.369c-1.056 0-1.919-.863-1.919-1.931s.856-1.931 1.919-1.931c1.056 0 1.919.863 1.919 1.931a1.93 1.93 0 0 1-1.919 1.931zm13.788 11.844H20.6v-5.5c0-1.506-.575-2.35-1.762-2.35-1.3 0-1.975.875-1.975 2.35v5.5H13.75V12.756h3.113v1.412s.938-1.731 3.156-1.731 3.813 1.356 3.813 4.163c-.006 2.806-.006 6.631-.006 6.631zM24.5 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17z"
21
- }));
22
- };
16
+ const SocialLinkedinIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M8.431 12.756h3.244v10.475H8.431V12.756zm1.606-1.369c-1.056 0-1.919-.863-1.919-1.931s.856-1.931 1.919-1.931c1.056 0 1.919.863 1.919 1.931a1.93 1.93 0 0 1-1.919 1.931zm13.788 11.844H20.6v-5.5c0-1.506-.575-2.35-1.762-2.35-1.3 0-1.975.875-1.975 2.35v5.5H13.75V12.756h3.113v1.412s.938-1.731 3.156-1.731 3.813 1.356 3.813 4.163c-.006 2.806-.006 6.631-.006 6.631zM24.5 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17z"
20
+ }));
23
21
 
24
22
  SocialLinkedinIcon.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 SocialTwitterIcon = function SocialTwitterIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M22.406 12.681c.206 4.619-3.238 9.763-9.331 9.763a9.279 9.279 0 0 1-5.031-1.475 6.605 6.605 0 0 0 4.863-1.356 3.286 3.286 0 0 1-3.069-2.281 3.27 3.27 0 0 0 1.481-.056c-1.581-.319-2.669-1.738-2.631-3.262.444.244.95.394 1.488.412a3.288 3.288 0 0 1-1.019-4.381 9.313 9.313 0 0 0 6.769 3.431c-.475-2.056 1.081-4.031 3.2-4.031.944 0 1.794.4 2.394 1.037.75-.15 1.45-.419 2.087-.794a3.301 3.301 0 0 1-1.444 1.819 6.615 6.615 0 0 0 1.887-.519 6.947 6.947 0 0 1-1.644 1.694zM24.5 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17z"
21
- }));
22
- };
16
+ const SocialTwitterIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M22.406 12.681c.206 4.619-3.238 9.763-9.331 9.763a9.279 9.279 0 0 1-5.031-1.475 6.605 6.605 0 0 0 4.863-1.356 3.286 3.286 0 0 1-3.069-2.281 3.27 3.27 0 0 0 1.481-.056c-1.581-.319-2.669-1.738-2.631-3.262.444.244.95.394 1.488.412a3.288 3.288 0 0 1-1.019-4.381 9.313 9.313 0 0 0 6.769 3.431c-.475-2.056 1.081-4.031 3.2-4.031.944 0 1.794.4 2.394 1.037.75-.15 1.45-.419 2.087-.794a3.301 3.301 0 0 1-1.444 1.819 6.615 6.615 0 0 0 1.887-.519 6.947 6.947 0 0 1-1.644 1.694zM24.5 32h-17C3.365 32 0 28.635 0 24.5v-17C0 3.365 3.365 0 7.5 0h17C28.635 0 32 3.365 32 7.5v17c0 4.135-3.365 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.981 5.019 29 7.5 29h17c2.481 0 4.5-2.019 4.5-4.5v-17C29 5.019 26.981 3 24.5 3h-17z"
20
+ }));
23
21
 
24
22
  SocialTwitterIcon.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 SocialYoutubeIcon = function SocialYoutubeIcon(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 32h-17A7.506 7.506 0 0 1 0 24.5v-17C0 3.362 3.362 0 7.5 0h17C28.637 0 32 3.362 32 7.5v17c0 4.137-3.363 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.988 5.025 29 7.5 29h17c2.488 0 4.5-2.012 4.5-4.5v-17C29 5.025 26.988 3 24.5 3h-17zm2.75 18.975V10.762c0-1.088 1.287-1.762 2.287-1.175l9.537 5.55c.9.525.9 1.95 0 2.475l-9.537 5.55c-1 .575-2.287-.087-2.287-1.188z"
21
- }));
22
- };
16
+ const SocialYoutubeIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M24.5 32h-17A7.506 7.506 0 0 1 0 24.5v-17C0 3.362 3.362 0 7.5 0h17C28.637 0 32 3.362 32 7.5v17c0 4.137-3.363 7.5-7.5 7.5zM7.5 3A4.505 4.505 0 0 0 3 7.5v17C3 26.988 5.025 29 7.5 29h17c2.488 0 4.5-2.012 4.5-4.5v-17C29 5.025 26.988 3 24.5 3h-17zm2.75 18.975V10.762c0-1.088 1.287-1.762 2.287-1.175l9.537 5.55c.9.525.9 1.95 0 2.475l-9.537 5.55c-1 .575-2.287-.087-2.287-1.188z"
20
+ }));
23
21
 
24
22
  SocialYoutubeIcon.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 SortAscendingIcon = function SortAscendingIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M14.061 23.689a1.5 1.5 0 0 0-2.121 0l-3.19 3.19V1.5a1.5 1.5 0 1 0-3 0v25.379L2.561 23.69A1.5 1.5 0 1 0 .44 25.811l5.75 5.75c.293.293.676.439 1.061.439s.767-.146 1.061-.439l5.75-5.75a1.503 1.503 0 0 0-.001-2.122zM30.5 29H19a1.5 1.5 0 1 1 0-3h11.5a1.5 1.5 0 1 1 0 3zm-3.25-7.666H19a1.5 1.5 0 1 1 0-3h8.25a1.5 1.5 0 1 1 0 3zM24 13.666h-5a1.5 1.5 0 1 1 0-3h5a1.5 1.5 0 1 1 0 3zM20.5 6H19a1.5 1.5 0 1 1 0-3h1.5a1.5 1.5 0 1 1 0 3z"
21
- }));
22
- };
16
+ const SortAscendingIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M14.061 23.689a1.5 1.5 0 0 0-2.121 0l-3.19 3.19V1.5a1.5 1.5 0 1 0-3 0v25.379L2.561 23.69A1.5 1.5 0 1 0 .44 25.811l5.75 5.75c.293.293.676.439 1.061.439s.767-.146 1.061-.439l5.75-5.75a1.503 1.503 0 0 0-.001-2.122zM30.5 29H19a1.5 1.5 0 1 1 0-3h11.5a1.5 1.5 0 1 1 0 3zm-3.25-7.666H19a1.5 1.5 0 1 1 0-3h8.25a1.5 1.5 0 1 1 0 3zM24 13.666h-5a1.5 1.5 0 1 1 0-3h5a1.5 1.5 0 1 1 0 3zM20.5 6H19a1.5 1.5 0 1 1 0-3h1.5a1.5 1.5 0 1 1 0 3z"
20
+ }));
23
21
 
24
22
  SortAscendingIcon.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 SortDescendingIcon = function SortDescendingIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M14.061 23.689a1.5 1.5 0 0 0-2.121 0l-3.19 3.19V1.5a1.5 1.5 0 1 0-3 0v25.379L2.561 23.69A1.5 1.5 0 1 0 .44 25.811l5.75 5.75c.293.293.676.439 1.061.439s.767-.146 1.061-.439l5.75-5.75a1.503 1.503 0 0 0-.001-2.122zM30.5 3H19a1.5 1.5 0 1 0 0 3h11.5a1.5 1.5 0 1 0 0-3zm-3.25 7.666H19a1.5 1.5 0 1 0 0 3h8.25a1.5 1.5 0 1 0 0-3zM24 18.334h-5a1.5 1.5 0 1 0 0 3h5a1.5 1.5 0 1 0 0-3zM20.5 26H19a1.5 1.5 0 1 0 0 3h1.5a1.5 1.5 0 1 0 0-3z"
21
- }));
22
- };
16
+ const SortDescendingIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M14.061 23.689a1.5 1.5 0 0 0-2.121 0l-3.19 3.19V1.5a1.5 1.5 0 1 0-3 0v25.379L2.561 23.69A1.5 1.5 0 1 0 .44 25.811l5.75 5.75c.293.293.676.439 1.061.439s.767-.146 1.061-.439l5.75-5.75a1.503 1.503 0 0 0-.001-2.122zM30.5 3H19a1.5 1.5 0 1 0 0 3h11.5a1.5 1.5 0 1 0 0-3zm-3.25 7.666H19a1.5 1.5 0 1 0 0 3h8.25a1.5 1.5 0 1 0 0-3zM24 18.334h-5a1.5 1.5 0 1 0 0 3h5a1.5 1.5 0 1 0 0-3zM20.5 26H19a1.5 1.5 0 1 0 0 3h1.5a1.5 1.5 0 1 0 0-3z"
20
+ }));
23
21
 
24
22
  SortDescendingIcon.propTypes = {
25
23
  size: _propTypes.number