bright-components 9.33.0 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
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 DialIcon = function DialIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M9 4.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm11.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm11.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM9 16a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm11.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM32 16a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM20.5 27.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0z"
21
- }));
22
- };
16
+ const DialIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M9 4.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm11.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm11.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM9 16a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm11.5 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM32 16a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM20.5 27.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0z"
20
+ }));
23
21
 
24
22
  DialIcon.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 DiamondIcon = function DiamondIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.773 16.455l-3.75-6a1.5 1.5 0 0 0-1.273-.705H5.25c-.518 0-.998.266-1.272.705l-3.75 6a1.5 1.5 0 0 0 .26 1.902l14.5 13.25a1.498 1.498 0 0 0 2.022 0l14.5-13.25a1.498 1.498 0 0 0 .262-1.902zM8.565 18.75l2.6 5.3-5.8-5.3h3.2zm3.341 0h8.186l-4.093 8.344-4.094-8.344zm11.529 0h3.2l-5.8 5.3 2.6-5.3zm4.359-3h-4.366l-1.5-3h3.991l1.875 3zm-9.221-3l1.5 3h-8.145l1.5-3h5.145zm-12.492 0h3.991l-1.5 3H4.206l1.875-3zM16 6a1.5 1.5 0 0 1-1.5-1.5v-3a1.5 1.5 0 1 1 3 0v3A1.5 1.5 0 0 1 16 6zm5.304 2.196a1.5 1.5 0 0 1-1.061-2.56l2.121-2.121a1.5 1.5 0 1 1 2.121 2.121l-2.121 2.121a1.497 1.497 0 0 1-1.06.439zm-10.608 0c-.384 0-.768-.146-1.061-.439l-2.12-2.121a1.5 1.5 0 1 1 2.121-2.121l2.121 2.121a1.5 1.5 0 0 1-1.061 2.56z"
21
- }));
22
- };
16
+ const DiamondIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.773 16.455l-3.75-6a1.5 1.5 0 0 0-1.273-.705H5.25c-.518 0-.998.266-1.272.705l-3.75 6a1.5 1.5 0 0 0 .26 1.902l14.5 13.25a1.498 1.498 0 0 0 2.022 0l14.5-13.25a1.498 1.498 0 0 0 .262-1.902zM8.565 18.75l2.6 5.3-5.8-5.3h3.2zm3.341 0h8.186l-4.093 8.344-4.094-8.344zm11.529 0h3.2l-5.8 5.3 2.6-5.3zm4.359-3h-4.366l-1.5-3h3.991l1.875 3zm-9.221-3l1.5 3h-8.145l1.5-3h5.145zm-12.492 0h3.991l-1.5 3H4.206l1.875-3zM16 6a1.5 1.5 0 0 1-1.5-1.5v-3a1.5 1.5 0 1 1 3 0v3A1.5 1.5 0 0 1 16 6zm5.304 2.196a1.5 1.5 0 0 1-1.061-2.56l2.121-2.121a1.5 1.5 0 1 1 2.121 2.121l-2.121 2.121a1.497 1.497 0 0 1-1.06.439zm-10.608 0c-.384 0-.768-.146-1.061-.439l-2.12-2.121a1.5 1.5 0 1 1 2.121-2.121l2.121 2.121a1.5 1.5 0 0 1-1.061 2.56z"
20
+ }));
23
21
 
24
22
  DiamondIcon.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 DiaperIcon = function DiaperIcon(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-29C.675 0 0 .675 0 1.5V16c0 8.825 7.175 16 16 16s16-7.175 16-16V1.5c0-.825-.675-1.5-1.5-1.5zM29 6h-3V3h3v3zM17.5 6V3H23v3h-5.5zM9 6V3h5.5v3H9zM6 3v3H3V3h3zM3.087 17.512c.138-.012.275-.012.413-.012 3.588 0 6.5 2.913 6.5 6.5 0 1.1-.262 2.15-.775 3.087a13.027 13.027 0 0 1-6.138-9.575zm8.851 10.838A9.546 9.546 0 0 0 13.001 24c0-5.238-4.262-9.5-9.5-9.5-.163 0-.337 0-.5.012V9h26v5.512c-.163-.012-.337-.012-.5-.012-5.238 0-9.5 4.262-9.5 9.5 0 1.525.363 3.012 1.063 4.35-1.275.425-2.637.65-4.063.65s-2.775-.225-4.063-.65zm10.837-1.263A6.402 6.402 0 0 1 22 24c0-3.587 2.913-6.5 6.5-6.5.137 0 .275 0 .413.012a13.026 13.026 0 0 1-6.137 9.575z"
21
- }));
22
- };
16
+ const DiaperIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 0h-29C.675 0 0 .675 0 1.5V16c0 8.825 7.175 16 16 16s16-7.175 16-16V1.5c0-.825-.675-1.5-1.5-1.5zM29 6h-3V3h3v3zM17.5 6V3H23v3h-5.5zM9 6V3h5.5v3H9zM6 3v3H3V3h3zM3.087 17.512c.138-.012.275-.012.413-.012 3.588 0 6.5 2.913 6.5 6.5 0 1.1-.262 2.15-.775 3.087a13.027 13.027 0 0 1-6.138-9.575zm8.851 10.838A9.546 9.546 0 0 0 13.001 24c0-5.238-4.262-9.5-9.5-9.5-.163 0-.337 0-.5.012V9h26v5.512c-.163-.012-.337-.012-.5-.012-5.238 0-9.5 4.262-9.5 9.5 0 1.525.363 3.012 1.063 4.35-1.275.425-2.637.65-4.063.65s-2.775-.225-4.063-.65zm10.837-1.263A6.402 6.402 0 0 1 22 24c0-3.587 2.913-6.5 6.5-6.5.137 0 .275 0 .413.012a13.026 13.026 0 0 1-6.137 9.575z"
20
+ }));
23
21
 
24
22
  DiaperIcon.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 DisabilityMobilityIcon = function DisabilityMobilityIcon(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 25c-.166 0-.325.027-.474.078l-2.546.848-2.809-5.287a4.492 4.492 0 0 0-3.975-2.387h-6.227l-1.001-4.806h4.908a1.5 1.5 0 1 0 0-3h-5.531l-.394-1.889a4.504 4.504 0 0 0 2.55-4.055c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5a4.506 4.506 0 0 0 3.453 4.375l.336 1.615C4.309 10.994.001 15.615.001 21.223c0 5.944 4.835 10.779 10.779 10.779 5.845 0 10.614-4.678 10.771-10.485.194.134.358.314.473.531l3.404 6.407a1.5 1.5 0 0 0 1.799.718l3.75-1.251a1.5 1.5 0 0 0-.475-2.921zm-20-22a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 10.5 3zm.279 26C6.489 29 3 25.51 3 21.221c0-4.164 3.289-7.574 7.406-7.769l1.376 6.602a1.5 1.5 0 0 0 1.469 1.194h5.306c-.017 4.277-3.5 7.751-7.779 7.751z"
21
- }));
22
- };
16
+ const DisabilityMobilityIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 25c-.166 0-.325.027-.474.078l-2.546.848-2.809-5.287a4.492 4.492 0 0 0-3.975-2.387h-6.227l-1.001-4.806h4.908a1.5 1.5 0 1 0 0-3h-5.531l-.394-1.889a4.504 4.504 0 0 0 2.55-4.055c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5a4.506 4.506 0 0 0 3.453 4.375l.336 1.615C4.309 10.994.001 15.615.001 21.223c0 5.944 4.835 10.779 10.779 10.779 5.845 0 10.614-4.678 10.771-10.485.194.134.358.314.473.531l3.404 6.407a1.5 1.5 0 0 0 1.799.718l3.75-1.251a1.5 1.5 0 0 0-.475-2.921zm-20-22a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 10.5 3zm.279 26C6.489 29 3 25.51 3 21.221c0-4.164 3.289-7.574 7.406-7.769l1.376 6.602a1.5 1.5 0 0 0 1.469 1.194h5.306c-.017 4.277-3.5 7.751-7.779 7.751z"
20
+ }));
23
21
 
24
22
  DisabilityMobilityIcon.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 DoorIcon = function DoorIcon(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 29h-3V4c0-2.205-1.794-4-4-4h-15c-2.205 0-4 1.795-4 4v25h-3a1.5 1.5 0 1 0 0 3h29a1.5 1.5 0 1 0 0-3zm-23 0V4c0-.551.449-1 1-1h15c.551 0 1 .449 1 1v25h-17zm14-13a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0z"
21
- }));
22
- };
16
+ const DoorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 29h-3V4c0-2.205-1.794-4-4-4h-15c-2.205 0-4 1.795-4 4v25h-3a1.5 1.5 0 1 0 0 3h29a1.5 1.5 0 1 0 0-3zm-23 0V4c0-.551.449-1 1-1h15c.551 0 1 .449 1 1v25h-17zm14-13a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0z"
20
+ }));
23
21
 
24
22
  DoorIcon.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 DownArrowIcon = function DownArrowIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M14.531 1.5v25.41L2.561 14.94A1.5 1.5 0 1 0 .44 17.061l14.5 14.5a1.5 1.5 0 0 0 2.121 0l14.5-14.5c.293-.293.439-.676.439-1.061s-.146-.768-.439-1.061a1.5 1.5 0 0 0-2.121 0L17.532 26.847V1.501a1.5 1.5 0 1 0-3.001 0z"
21
- }));
22
- };
16
+ const DownArrowIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M14.531 1.5v25.41L2.561 14.94A1.5 1.5 0 1 0 .44 17.061l14.5 14.5a1.5 1.5 0 0 0 2.121 0l14.5-14.5c.293-.293.439-.676.439-1.061s-.146-.768-.439-1.061a1.5 1.5 0 0 0-2.121 0L17.532 26.847V1.501a1.5 1.5 0 1 0-3.001 0z"
20
+ }));
23
21
 
24
22
  DownArrowIcon.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 DownloadIcon = function DownloadIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M23.649 16.851a1.5 1.5 0 0 0-2.121 0l-4.027 4.027V1.499a1.5 1.5 0 1 0-3 0v19.379l-4.027-4.027a1.5 1.5 0 1 0-2.121 2.121l6.588 6.588a1.5 1.5 0 0 0 2.122 0l6.587-6.587a1.5 1.5 0 0 0 0-2.121zM27.5 32h-.006l-23-.029A4.507 4.507 0 0 1 0 27.47V24.5a1.5 1.5 0 1 1 3 0v2.97c0 .828.672 1.501 1.499 1.501l23 .029h.003c.4 0 .776-.156 1.059-.439.284-.284.441-.661.441-1.064V24.5a1.5 1.5 0 1 1 3 0v2.999a4.472 4.472 0 0 1-1.321 3.186A4.473 4.473 0 0 1 27.501 32z"
21
- }));
22
- };
16
+ const DownloadIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M23.649 16.851a1.5 1.5 0 0 0-2.121 0l-4.027 4.027V1.499a1.5 1.5 0 1 0-3 0v19.379l-4.027-4.027a1.5 1.5 0 1 0-2.121 2.121l6.588 6.588a1.5 1.5 0 0 0 2.122 0l6.587-6.587a1.5 1.5 0 0 0 0-2.121zM27.5 32h-.006l-23-.029A4.507 4.507 0 0 1 0 27.47V24.5a1.5 1.5 0 1 1 3 0v2.97c0 .828.672 1.501 1.499 1.501l23 .029h.003c.4 0 .776-.156 1.059-.439.284-.284.441-.661.441-1.064V24.5a1.5 1.5 0 1 1 3 0v2.999a4.472 4.472 0 0 1-1.321 3.186A4.473 4.473 0 0 1 27.501 32z"
20
+ }));
23
21
 
24
22
  DownloadIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -15,34 +15,29 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
15
15
 
16
16
  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); }
17
17
 
18
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
-
20
- function _templateObject() {
21
- var data = _taggedTemplateLiteralLoose(["\n\ttransform: ", ";\n\ttransform-origin: center center;\n"]);
22
-
23
- _templateObject = function _templateObject() {
24
- return data;
25
- };
18
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
26
19
 
27
- return data;
28
- }
29
-
30
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
20
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
31
21
 
32
- var Icon = (0, _styledComponents.default)(function (_ref) {
33
- var isOpen = _ref.isOpen,
34
- props = _objectWithoutPropertiesLoose(_ref, ["isOpen"]);
22
+ const Icon = (0, _styledComponents.default)(_ref => {
23
+ let {
24
+ isOpen
25
+ } = _ref,
26
+ props = _objectWithoutProperties(_ref, ["isOpen"]);
35
27
 
36
28
  return _react.default.createElement(_reactIconBase.default, props);
37
- })(_templateObject(), function (props) {
38
- return props.isOpen ? 'rotate(180deg)' : 'rotate(0deg)';
39
- });
29
+ })`
30
+ transform: ${props => props.isOpen ? 'rotate(180deg)' : 'rotate(0deg)'};
31
+ transform-origin: center center;
32
+ `;
40
33
  Icon.displayName = 'Icon';
41
34
 
42
- var DropdownIcon = function DropdownIcon(_ref2) {
43
- var isOpen = _ref2.isOpen,
44
- size = _ref2.size,
45
- props = _objectWithoutPropertiesLoose(_ref2, ["isOpen", "size"]);
35
+ const DropdownIcon = _ref2 => {
36
+ let {
37
+ isOpen,
38
+ size
39
+ } = _ref2,
40
+ props = _objectWithoutProperties(_ref2, ["isOpen", "size"]);
46
41
 
47
42
  return _react.default.createElement(Icon, _extends({
48
43
  isOpen: isOpen
@@ -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 EditIcon = function EditIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M18.75 29H1.5a1.5 1.5 0 1 0 0 3h17.25a1.5 1.5 0 1 0 0-3zm7.5 1.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM7.5 26h5.656c.398 0 .779-.157 1.061-.439L30.388 9.389c1.039-1.039 1.611-2.42 1.611-3.889s-.573-2.85-1.611-3.889C29.349.572 27.968 0 26.499 0s-2.85.573-3.889 1.611L6.439 17.782A1.5 1.5 0 0 0 6 18.843v5.656c-.001.829.67 1.5 1.499 1.5zM24.733 3.732C25.206 3.259 25.833 3 26.5 3s1.295.26 1.767.732S29 4.832 29 5.5s-.26 1.295-.733 1.768l-2.329 2.329-3.535-3.535 2.329-2.329zM9 19.465L20.282 8.182l3.535 3.535L12.534 23H8.999v-3.535z"
21
- }));
22
- };
16
+ const EditIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M18.75 29H1.5a1.5 1.5 0 1 0 0 3h17.25a1.5 1.5 0 1 0 0-3zm7.5 1.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM7.5 26h5.656c.398 0 .779-.157 1.061-.439L30.388 9.389c1.039-1.039 1.611-2.42 1.611-3.889s-.573-2.85-1.611-3.889C29.349.572 27.968 0 26.499 0s-2.85.573-3.889 1.611L6.439 17.782A1.5 1.5 0 0 0 6 18.843v5.656c-.001.829.67 1.5 1.499 1.5zM24.733 3.732C25.206 3.259 25.833 3 26.5 3s1.295.26 1.767.732S29 4.832 29 5.5s-.26 1.295-.733 1.768l-2.329 2.329-3.535-3.535 2.329-2.329zM9 19.465L20.282 8.182l3.535 3.535L12.534 23H8.999v-3.535z"
20
+ }));
23
21
 
24
22
  EditIcon.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 EducationIcon = function EducationIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.18 7.414l-.009-.006-14.5-7.25a1.5 1.5 0 0 0-1.341 0L.83 7.408a1.502 1.502 0 0 0-.089 2.637L6 13.127v10.305c0 .444.196.865.536 1.15 2.765 2.319 6.038 3.544 9.464 3.544s6.699-1.225 9.464-3.544a1.5 1.5 0 0 0 .536-1.15V13.127l3-1.759v19.133a1.5 1.5 0 1 0 3 0V8.751c0-.584-.334-1.088-.82-1.336zM23 22.71c-2.096 1.582-4.504 2.415-7 2.415s-4.904-.832-7-2.415v-7.824l6.241 3.659a1.5 1.5 0 0 0 1.518 0L23 14.885v7.825zm-7-7.199L4.645 8.855 16 3.177l11.355 5.678L16 15.511z"
21
- }));
22
- };
16
+ const EducationIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.18 7.414l-.009-.006-14.5-7.25a1.5 1.5 0 0 0-1.341 0L.83 7.408a1.502 1.502 0 0 0-.089 2.637L6 13.127v10.305c0 .444.196.865.536 1.15 2.765 2.319 6.038 3.544 9.464 3.544s6.699-1.225 9.464-3.544a1.5 1.5 0 0 0 .536-1.15V13.127l3-1.759v19.133a1.5 1.5 0 1 0 3 0V8.751c0-.584-.334-1.088-.82-1.336zM23 22.71c-2.096 1.582-4.504 2.415-7 2.415s-4.904-.832-7-2.415v-7.824l6.241 3.659a1.5 1.5 0 0 0 1.518 0L23 14.885v7.825zm-7-7.199L4.645 8.855 16 3.177l11.355 5.678L16 15.511z"
20
+ }));
23
21
 
24
22
  EducationIcon.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 EmergencyIcon = function EmergencyIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.863 21.275l-4.15-8.85L31.701 5c.288-.537.225-1.2-.163-1.663a1.477 1.477 0 0 0-1.6-.475l-8.7 2.7-4.075-5c-.288-.362-.712-.563-1.162-.563s-.875.2-1.162.55l-4.075 5-8.7-2.7a1.517 1.517 0 0 0-1.6.475 1.498 1.498 0 0 0-.162 1.663l3.987 7.425-4.15 8.863c-.25.525-.163 1.15.213 1.6s.975.637 1.538.488l5.575-1.5L5.815 29H4.502c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h23c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5h-1.313l-1.663-7.137 5.575 1.5c.125.038.262.05.387.05.438 0 .863-.188 1.15-.538a1.5 1.5 0 0 0 .225-1.6zM8.887 29l3.012-12.988a1.495 1.495 0 0 1 1.463-1.162h5.275c.7 0 1.3.475 1.462 1.162L23.111 29H8.886zm14.875-10.45l-.75-3.213a4.482 4.482 0 0 0-4.387-3.487H13.35a4.495 4.495 0 0 0-4.388 3.488l-.75 3.212-4 1.075 3.1-6.613a1.51 1.51 0 0 0-.037-1.35L4.675 6.8l6.162 1.913a1.495 1.495 0 0 0 1.613-.488L16 3.875l3.55 4.363a1.52 1.52 0 0 0 1.613.488l6.163-1.912-2.613 4.862a1.508 1.508 0 0 0-.038 1.35l3.1 6.612-4.012-1.087z"
21
- }));
22
- };
16
+ const EmergencyIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.863 21.275l-4.15-8.85L31.701 5c.288-.537.225-1.2-.163-1.663a1.477 1.477 0 0 0-1.6-.475l-8.7 2.7-4.075-5c-.288-.362-.712-.563-1.162-.563s-.875.2-1.162.55l-4.075 5-8.7-2.7a1.517 1.517 0 0 0-1.6.475 1.498 1.498 0 0 0-.162 1.663l3.987 7.425-4.15 8.863c-.25.525-.163 1.15.213 1.6s.975.637 1.538.488l5.575-1.5L5.815 29H4.502c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h23c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5h-1.313l-1.663-7.137 5.575 1.5c.125.038.262.05.387.05.438 0 .863-.188 1.15-.538a1.5 1.5 0 0 0 .225-1.6zM8.887 29l3.012-12.988a1.495 1.495 0 0 1 1.463-1.162h5.275c.7 0 1.3.475 1.462 1.162L23.111 29H8.886zm14.875-10.45l-.75-3.213a4.482 4.482 0 0 0-4.387-3.487H13.35a4.495 4.495 0 0 0-4.388 3.488l-.75 3.212-4 1.075 3.1-6.613a1.51 1.51 0 0 0-.037-1.35L4.675 6.8l6.162 1.913a1.495 1.495 0 0 0 1.613-.488L16 3.875l3.55 4.363a1.52 1.52 0 0 0 1.613.488l6.163-1.912-2.613 4.862a1.508 1.508 0 0 0-.038 1.35l3.1 6.612-4.012-1.087z"
20
+ }));
23
21
 
24
22
  EmergencyIcon.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 EnterIcon = function EnterIcon(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 0h-15c-.825 0-1.5.675-1.5 1.5S11.675 3 12.5 3h15c.825 0 1.5.675 1.5 1.5v23c0 .825-.675 1.5-1.5 1.5h-15c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h15c2.488 0 4.5-2.012 4.5-4.5v-23C32 2.013 29.988 0 27.5 0zM12.563 23.063l6-6a1.502 1.502 0 0 0 0-2.125l-6-6c-.588-.588-1.537-.588-2.125 0s-.588 1.537 0 2.125l3.438 3.438H1.501c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h12.375l-3.438 3.438a1.5 1.5 0 0 0 1.063 2.563c.388 0 .762-.15 1.063-.438z"
21
- }));
22
- };
16
+ const EnterIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 0h-15c-.825 0-1.5.675-1.5 1.5S11.675 3 12.5 3h15c.825 0 1.5.675 1.5 1.5v23c0 .825-.675 1.5-1.5 1.5h-15c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h15c2.488 0 4.5-2.012 4.5-4.5v-23C32 2.013 29.988 0 27.5 0zM12.563 23.063l6-6a1.502 1.502 0 0 0 0-2.125l-6-6c-.588-.588-1.537-.588-2.125 0s-.588 1.537 0 2.125l3.438 3.438H1.501c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h12.375l-3.438 3.438a1.5 1.5 0 0 0 1.063 2.563c.388 0 .762-.15 1.063-.438z"
20
+ }));
23
21
 
24
22
  EnterIcon.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 ErrorIcon = function ErrorIcon(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 32h-29a1.5 1.5 0 0 1-1.341-2.171l14.5-29a1.5 1.5 0 0 1 2.682 0l14.5 29A1.5 1.5 0 0 1 30.5 32zM3.928 29h24.146L16 4.854 3.928 29zM17.5 24.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM16 20.75a1.5 1.5 0 0 1-1.5-1.5V13.5a1.5 1.5 0 1 1 3 0v5.75a1.5 1.5 0 0 1-1.5 1.5z"
21
- }));
22
- };
16
+ const ErrorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 32h-29a1.5 1.5 0 0 1-1.341-2.171l14.5-29a1.5 1.5 0 0 1 2.682 0l14.5 29A1.5 1.5 0 0 1 30.5 32zM3.928 29h24.146L16 4.854 3.928 29zM17.5 24.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM16 20.75a1.5 1.5 0 0 1-1.5-1.5V13.5a1.5 1.5 0 1 1 3 0v5.75a1.5 1.5 0 0 1-1.5 1.5z"
20
+ }));
23
21
 
24
22
  ErrorIcon.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 ErrorOctagonIcon = function ErrorOctagonIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M21.592 32H10.408c-.668 0-1.296-.26-1.768-.732L.732 23.36A2.484 2.484 0 0 1 0 21.592V10.408C0 9.74.26 9.112.732 8.64L8.64.732A2.484 2.484 0 0 1 10.408 0h11.184c.668 0 1.296.26 1.768.732l7.908 7.908c.472.472.732 1.1.732 1.768v11.184c0 .668-.26 1.296-.732 1.768l-7.908 7.908c-.472.472-1.1.732-1.768.732zm-10.977-3h10.77L29 21.385v-10.77L21.385 3h-10.77L3 10.615v10.77L10.615 29zm10.938-9.568l-3.438-3.434 3.435-3.439a1.5 1.5 0 0 0-2.124-2.118l-3.431 3.44-3.33-3.326a1.5 1.5 0 1 0-2.218 2.012l3.435 3.431-3.327 3.336a1.5 1.5 0 1 0 2.012 2.218L16 18.114l3.334 3.329a1.5 1.5 0 1 0 2.218-2.012z"
21
- }));
22
- };
16
+ const ErrorOctagonIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M21.592 32H10.408c-.668 0-1.296-.26-1.768-.732L.732 23.36A2.484 2.484 0 0 1 0 21.592V10.408C0 9.74.26 9.112.732 8.64L8.64.732A2.484 2.484 0 0 1 10.408 0h11.184c.668 0 1.296.26 1.768.732l7.908 7.908c.472.472.732 1.1.732 1.768v11.184c0 .668-.26 1.296-.732 1.768l-7.908 7.908c-.472.472-1.1.732-1.768.732zm-10.977-3h10.77L29 21.385v-10.77L21.385 3h-10.77L3 10.615v10.77L10.615 29zm10.938-9.568l-3.438-3.434 3.435-3.439a1.5 1.5 0 0 0-2.124-2.118l-3.431 3.44-3.33-3.326a1.5 1.5 0 1 0-2.218 2.012l3.435 3.431-3.327 3.336a1.5 1.5 0 1 0 2.012 2.218L16 18.114l3.334 3.329a1.5 1.5 0 1 0 2.218-2.012z"
20
+ }));
23
21
 
24
22
  ErrorOctagonIcon.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 ExitIcon = function ExitIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M4.5 32h15c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5h-15c-.825 0-1.5-.675-1.5-1.5v-23C3 3.675 3.675 3 4.5 3h15c.825 0 1.5-.675 1.5-1.5S20.325 0 19.5 0h-15A4.498 4.498 0 0 0 0 4.5v23C0 29.988 2.013 32 4.5 32zm21.063-8.937l6-6a1.502 1.502 0 0 0 0-2.125l-6-6a1.502 1.502 0 1 0-2.125 2.125l3.438 3.438H14.501c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h12.375l-3.438 3.438a1.502 1.502 0 1 0 2.126 2.125z"
21
- }));
22
- };
16
+ const ExitIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M4.5 32h15c.825 0 1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5h-15c-.825 0-1.5-.675-1.5-1.5v-23C3 3.675 3.675 3 4.5 3h15c.825 0 1.5-.675 1.5-1.5S20.325 0 19.5 0h-15A4.498 4.498 0 0 0 0 4.5v23C0 29.988 2.013 32 4.5 32zm21.063-8.937l6-6a1.502 1.502 0 0 0 0-2.125l-6-6a1.502 1.502 0 1 0-2.125 2.125l3.438 3.438H14.501c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5h12.375l-3.438 3.438a1.502 1.502 0 1 0 2.126 2.125z"
20
+ }));
23
21
 
24
22
  ExitIcon.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 ExpandIcon = function ExpandIcon(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 14.939l-5-5a1.5 1.5 0 1 0-2.121 2.121l2.439 2.44H17.5V5.121l2.439 2.439a1.5 1.5 0 1 0 2.121-2.121l-5-5a1.5 1.5 0 0 0-2.121 0l-5 5A1.5 1.5 0 1 0 12.06 7.56l2.44-2.439V14.5H5.121l2.439-2.439A1.5 1.5 0 1 0 5.439 9.94l-5 5a1.5 1.5 0 0 0 0 2.121l5 5A1.5 1.5 0 1 0 7.56 19.94L5.121 17.5H14.5v9.379l-2.439-2.439a1.5 1.5 0 1 0-2.121 2.121l5 5a1.5 1.5 0 0 0 2.121 0l5-5a1.5 1.5 0 1 0-2.121-2.121l-2.44 2.439V17.5h9.379l-2.439 2.439a1.5 1.5 0 1 0 2.121 2.121l5-5a1.501 1.501 0 0 0 0-2.121z"
21
- }));
22
- };
16
+ const ExpandIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.561 14.939l-5-5a1.5 1.5 0 1 0-2.121 2.121l2.439 2.44H17.5V5.121l2.439 2.439a1.5 1.5 0 1 0 2.121-2.121l-5-5a1.5 1.5 0 0 0-2.121 0l-5 5A1.5 1.5 0 1 0 12.06 7.56l2.44-2.439V14.5H5.121l2.439-2.439A1.5 1.5 0 1 0 5.439 9.94l-5 5a1.5 1.5 0 0 0 0 2.121l5 5A1.5 1.5 0 1 0 7.56 19.94L5.121 17.5H14.5v9.379l-2.439-2.439a1.5 1.5 0 1 0-2.121 2.121l5 5a1.5 1.5 0 0 0 2.121 0l5-5a1.5 1.5 0 1 0-2.121-2.121l-2.44 2.439V17.5h9.379l-2.439 2.439a1.5 1.5 0 1 0 2.121 2.121l5-5a1.501 1.501 0 0 0 0-2.121z"
20
+ }));
23
21
 
24
22
  ExpandIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -15,11 +15,15 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
15
15
 
16
16
  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); }
17
17
 
18
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
19
+
18
20
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
21
 
20
- var EyeIcon = function EyeIcon(_ref) {
21
- var size = _ref.size,
22
- props = _objectWithoutPropertiesLoose(_ref, ["size"]);
22
+ const EyeIcon = _ref => {
23
+ let {
24
+ size
25
+ } = _ref,
26
+ props = _objectWithoutProperties(_ref, ["size"]);
23
27
 
24
28
  return _react.default.createElement(_reactIconBase.default, _extends({}, props, {
25
29
  size: size,
@@ -13,28 +13,26 @@ 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 FactoryIcon = function FactoryIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- d: "M244 88c-2.256 0-4.359.634-6.162 1.717L176 126.806V100c0-6.627-5.373-12-12-12-2.256 0-4.359.634-6.162 1.717L96 126.806V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v232c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12V100c0-6.627-5.373-12-12-12zm-12 144H24V24h48v124c0 6.627 5.373 12 12 12 2.256 0 4.359-.634 6.162-1.717L152 121.194V148c0 6.627 5.373 12 12 12 2.256 0 4.359-.634 6.162-1.717L232 121.194V232z"
21
- }), _react.default.createElement("circle", {
22
- className: "st0",
23
- cx: "84",
24
- cy: "196",
25
- r: "12"
26
- }), _react.default.createElement("circle", {
27
- className: "st0",
28
- cx: "132",
29
- cy: "196",
30
- r: "12"
31
- }), _react.default.createElement("circle", {
32
- className: "st0",
33
- cx: "180",
34
- cy: "196",
35
- r: "12"
36
- }));
37
- };
16
+ const FactoryIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M244 88c-2.256 0-4.359.634-6.162 1.717L176 126.806V100c0-6.627-5.373-12-12-12-2.256 0-4.359.634-6.162 1.717L96 126.806V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v232c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12V100c0-6.627-5.373-12-12-12zm-12 144H24V24h48v124c0 6.627 5.373 12 12 12 2.256 0 4.359-.634 6.162-1.717L152 121.194V148c0 6.627 5.373 12 12 12 2.256 0 4.359-.634 6.162-1.717L232 121.194V232z"
20
+ }), _react.default.createElement("circle", {
21
+ className: "st0",
22
+ cx: "84",
23
+ cy: "196",
24
+ r: "12"
25
+ }), _react.default.createElement("circle", {
26
+ className: "st0",
27
+ cx: "132",
28
+ cy: "196",
29
+ r: "12"
30
+ }), _react.default.createElement("circle", {
31
+ className: "st0",
32
+ cx: "180",
33
+ cy: "196",
34
+ r: "12"
35
+ }));
38
36
 
39
37
  FactoryIcon.propTypes = {
40
38
  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 FactoryIcon = function FactoryIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M244,88c-2.256,0-4.359,0.634-6.162,1.717L176,126.806V100c0-6.627-5.373-12-12-12c-2.256,0-4.359,0.634-6.162,1.717 L96,126.806V12c0-6.627-5.373-12-12-12H12C5.373,0,0,5.373,0,12v232c0,6.627,5.373,12,12,12h232c6.627,0,12-5.373,12-12V100 C256,93.373,250.627,88,244,88z M232,232H24V24h48v124c0,6.627,5.373,12,12,12c2.256,0,4.359-0.634,6.162-1.717L152,121.194V148 c0,6.627,5.373,12,12,12c2.256,0,4.359-0.634,6.162-1.717L232,121.194V232z"
21
- }));
22
- };
16
+ const FactoryIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M244,88c-2.256,0-4.359,0.634-6.162,1.717L176,126.806V100c0-6.627-5.373-12-12-12c-2.256,0-4.359,0.634-6.162,1.717 L96,126.806V12c0-6.627-5.373-12-12-12H12C5.373,0,0,5.373,0,12v232c0,6.627,5.373,12,12,12h232c6.627,0,12-5.373,12-12V100 C256,93.373,250.627,88,244,88z M232,232H24V24h48v124c0,6.627,5.373,12,12,12c2.256,0,4.359-0.634,6.162-1.717L152,121.194V148 c0,6.627,5.373,12,12,12c2.256,0,4.359-0.634,6.162-1.717L232,121.194V232z"
20
+ }));
23
21
 
24
22
  FactoryIcon.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 FeatusIcon = function FeatusIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M32 9.7c0-4.575-3.725-8.3-8.3-8.3s-8.3 3.725-8.3 8.3c0 1.075.213 2.063.637 2.925-.313.213-.637.45-.963.713a1.839 1.839 0 0 0-.238-.2c-.813-.537-3.675-2.888-2.963-4.5.8-1.813.613-3.825-.5-5.525A6.939 6.939 0 0 0 5.623.001c-.825 0-1.5.7-1.5 1.525s.675 1.5 1.5 1.5c1.3 0 2.55.663 3.238 1.725.325.487.787 1.5.262 2.675-.525 1.213-.738 3.1 1.075 5.463-.775.15-1.512.537-2.175.988a7.236 7.236 0 0 0-1-1.063c-.513-.438-1.563-1.188-2.75-1.188-2.05 0-4.275 2.4-4.275 6.275 0 2.2.688 3.813 2.063 4.787.763.538 1.712.837 2.787.887-.513 1.613-.787 3.688.213 5.45C6.173 31 8.511 32 11.999 32c6.5 0 11.412-1.8 14.575-5.35 3.6-4.038 3.788-9.063 3.725-10.875 1.238-1.662 1.7-4.15 1.7-6.075zm-4.3 4.5a1.492 1.492 0 0 0-.425 1.225c0 .05.538 5.362-2.95 9.25C21.738 27.55 17.6 29 12 29c-1.6 0-3.65-.25-4.325-1.45-.838-1.475.4-4.2.9-5.038.325-.538.287-1.238-.113-1.725s-1.063-.675-1.662-.475c-.5.175-2.15.525-3.013-.1-.525-.375-.788-1.163-.788-2.337 0-2.162 1-3.162 1.312-3.275.425.063 1.275.838 1.537 1.35-.3.563-.213 1.275.263 1.75.55.563 1.45.6 2.05.087.113-.1.225-.212.313-.325 1.225-1.337 2.2-1.738 2.563-1.675.262.037.762 1.087.9 1.212-.438.913-.675 1.913-.588 2.988.1 1.175.588 2.25 1.4 3.087-.05.525-.175.9-.275 1.087a1.504 1.504 0 0 0-1.075 1.438c0 .825.675 1.5 1.5 1.5 1.2 0 2.137-.925 2.588-2.4.638.188 1.3.275 1.975.275 1.887 0 3.813-.738 5.4-2.137.625-.55.688-1.5.137-2.113a1.49 1.49 0 0 0-2.113-.137c-1.775 1.563-3.712 1.587-4.912 1.1-.963-.387-1.55-1.1-1.625-1.95-.113-1.45 1.238-3.225 3.662-4.838.425.313.9.575 1.438.8.012.012.038.012.05.025l-1.938 1.35c-.675.475-.85 1.413-.375 2.087s1.413.85 2.087.375l4.725-3.3a1.507 1.507 0 0 0-.838-2.738c-.012 0-1.337-.025-2.6-.588-1.462-.65-2.137-1.688-2.137-3.25 0-2.925 2.375-5.3 5.3-5.3s5.3 2.375 5.3 5.3c-.025 1.887-.575 3.787-1.325 4.537zm-3.287-7.012a1.502 1.502 0 0 0 0 2.125c.075.075.087.162.087.225s-.012.15-.087.225a1.502 1.502 0 1 0 2.126 2.125c.625-.625.975-1.463.975-2.338s-.35-1.713-.975-2.338c-.6-.612-1.55-.612-2.125-.025z"
21
- }));
22
- };
16
+ const FeatusIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M32 9.7c0-4.575-3.725-8.3-8.3-8.3s-8.3 3.725-8.3 8.3c0 1.075.213 2.063.637 2.925-.313.213-.637.45-.963.713a1.839 1.839 0 0 0-.238-.2c-.813-.537-3.675-2.888-2.963-4.5.8-1.813.613-3.825-.5-5.525A6.939 6.939 0 0 0 5.623.001c-.825 0-1.5.7-1.5 1.525s.675 1.5 1.5 1.5c1.3 0 2.55.663 3.238 1.725.325.487.787 1.5.262 2.675-.525 1.213-.738 3.1 1.075 5.463-.775.15-1.512.537-2.175.988a7.236 7.236 0 0 0-1-1.063c-.513-.438-1.563-1.188-2.75-1.188-2.05 0-4.275 2.4-4.275 6.275 0 2.2.688 3.813 2.063 4.787.763.538 1.712.837 2.787.887-.513 1.613-.787 3.688.213 5.45C6.173 31 8.511 32 11.999 32c6.5 0 11.412-1.8 14.575-5.35 3.6-4.038 3.788-9.063 3.725-10.875 1.238-1.662 1.7-4.15 1.7-6.075zm-4.3 4.5a1.492 1.492 0 0 0-.425 1.225c0 .05.538 5.362-2.95 9.25C21.738 27.55 17.6 29 12 29c-1.6 0-3.65-.25-4.325-1.45-.838-1.475.4-4.2.9-5.038.325-.538.287-1.238-.113-1.725s-1.063-.675-1.662-.475c-.5.175-2.15.525-3.013-.1-.525-.375-.788-1.163-.788-2.337 0-2.162 1-3.162 1.312-3.275.425.063 1.275.838 1.537 1.35-.3.563-.213 1.275.263 1.75.55.563 1.45.6 2.05.087.113-.1.225-.212.313-.325 1.225-1.337 2.2-1.738 2.563-1.675.262.037.762 1.087.9 1.212-.438.913-.675 1.913-.588 2.988.1 1.175.588 2.25 1.4 3.087-.05.525-.175.9-.275 1.087a1.504 1.504 0 0 0-1.075 1.438c0 .825.675 1.5 1.5 1.5 1.2 0 2.137-.925 2.588-2.4.638.188 1.3.275 1.975.275 1.887 0 3.813-.738 5.4-2.137.625-.55.688-1.5.137-2.113a1.49 1.49 0 0 0-2.113-.137c-1.775 1.563-3.712 1.587-4.912 1.1-.963-.387-1.55-1.1-1.625-1.95-.113-1.45 1.238-3.225 3.662-4.838.425.313.9.575 1.438.8.012.012.038.012.05.025l-1.938 1.35c-.675.475-.85 1.413-.375 2.087s1.413.85 2.087.375l4.725-3.3a1.507 1.507 0 0 0-.838-2.738c-.012 0-1.337-.025-2.6-.588-1.462-.65-2.137-1.688-2.137-3.25 0-2.925 2.375-5.3 5.3-5.3s5.3 2.375 5.3 5.3c-.025 1.887-.575 3.787-1.325 4.537zm-3.287-7.012a1.502 1.502 0 0 0 0 2.125c.075.075.087.162.087.225s-.012.15-.087.225a1.502 1.502 0 1 0 2.126 2.125c.625-.625.975-1.463.975-2.338s-.35-1.713-.975-2.338c-.6-.612-1.55-.612-2.125-.025z"
20
+ }));
23
21
 
24
22
  FeatusIcon.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 FeedbackLoopIcon = function FeedbackLoopIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M30.133 14.242c-.723-3.146-2.511-6-5.038-8.036a14.448 14.448 0 0 0-4.669-2.509A4.504 4.504 0 0 0 16 0c-2.481 0-4.5 2.019-4.5 4.5S13.519 9 16 9a4.501 4.501 0 0 0 3.931-2.314 11.539 11.539 0 0 1 7.277 8.229 1.5 1.5 0 1 0 2.923-.673zM16 6a1.501 1.501 0 0 1 0-3 1.5 1.5 0 0 1 0 3zm11.5 13a4.505 4.505 0 0 0-4.5 4.5c0 .922.28 1.781.759 2.496A11.46 11.46 0 0 1 16 29a11.44 11.44 0 0 1-4.29-.828 1.5 1.5 0 1 0-1.12 2.782A14.397 14.397 0 0 0 16 31.999c3.902 0 7.536-1.54 10.206-4.19A4.505 4.505 0 0 0 32 23.499c0-2.481-2.019-4.5-4.5-4.5zm0 6a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 27.5 25zM4.598 19.003A11.487 11.487 0 0 1 8.53 8.758a1.5 1.5 0 1 0-1.95-2.28 14.486 14.486 0 0 0-4.866 13.493 4.496 4.496 0 0 0 2.786 8.03c2.481 0 4.5-2.019 4.5-4.5a4.503 4.503 0 0 0-4.402-4.497zM4.5 25a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 4.5 25z"
21
- }));
22
- };
16
+ const FeedbackLoopIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.133 14.242c-.723-3.146-2.511-6-5.038-8.036a14.448 14.448 0 0 0-4.669-2.509A4.504 4.504 0 0 0 16 0c-2.481 0-4.5 2.019-4.5 4.5S13.519 9 16 9a4.501 4.501 0 0 0 3.931-2.314 11.539 11.539 0 0 1 7.277 8.229 1.5 1.5 0 1 0 2.923-.673zM16 6a1.501 1.501 0 0 1 0-3 1.5 1.5 0 0 1 0 3zm11.5 13a4.505 4.505 0 0 0-4.5 4.5c0 .922.28 1.781.759 2.496A11.46 11.46 0 0 1 16 29a11.44 11.44 0 0 1-4.29-.828 1.5 1.5 0 1 0-1.12 2.782A14.397 14.397 0 0 0 16 31.999c3.902 0 7.536-1.54 10.206-4.19A4.505 4.505 0 0 0 32 23.499c0-2.481-2.019-4.5-4.5-4.5zm0 6a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 27.5 25zM4.598 19.003A11.487 11.487 0 0 1 8.53 8.758a1.5 1.5 0 1 0-1.95-2.28 14.486 14.486 0 0 0-4.866 13.493 4.496 4.496 0 0 0 2.786 8.03c2.481 0 4.5-2.019 4.5-4.5a4.503 4.503 0 0 0-4.402-4.497zM4.5 25a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 4.5 25z"
20
+ }));
23
21
 
24
22
  FeedbackLoopIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -15,15 +15,13 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
15
15
 
16
16
  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); }
17
17
 
18
- var FileAudioIcon = function FileAudioIcon(props) {
19
- return _react.default.createElement(_reactIconBase.default, _extends({
20
- viewBox: "0 0 256 256"
21
- }, props), _react.default.createElement("path", {
22
- d: "M220 256H36c-19.85 0-36-16.15-36-36V36C0 16.15 16.15 0 36 0h184c19.85 0 36 16.15 36 36v184c0 19.85-16.15 36-36 36zM36 24c-6.62 0-12 5.38-12 12v184c0 6.62 5.38 12 12 12h184c6.62 0 12-5.38 12-12V36c0-6.62-5.38-12-12-12H36z"
23
- }), _react.default.createElement("path", {
24
- d: "M195.38 52.54a11.99 11.99 0 0 0-10.29-2.18l-96 24A11.993 11.993 0 0 0 80 86v72c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24V95.37l72-18V134c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24V62c0-3.69-1.7-7.18-4.62-9.46z"
25
- }));
26
- };
18
+ const FileAudioIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
19
+ viewBox: "0 0 256 256"
20
+ }, props), _react.default.createElement("path", {
21
+ d: "M220 256H36c-19.85 0-36-16.15-36-36V36C0 16.15 16.15 0 36 0h184c19.85 0 36 16.15 36 36v184c0 19.85-16.15 36-36 36zM36 24c-6.62 0-12 5.38-12 12v184c0 6.62 5.38 12 12 12h184c6.62 0 12-5.38 12-12V36c0-6.62-5.38-12-12-12H36z"
22
+ }), _react.default.createElement("path", {
23
+ d: "M195.38 52.54a11.99 11.99 0 0 0-10.29-2.18l-96 24A11.993 11.993 0 0 0 80 86v72c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24V95.37l72-18V134c-13.25 0-24 10.75-24 24s10.75 24 24 24 24-10.75 24-24V62c0-3.69-1.7-7.18-4.62-9.46z"
24
+ }));
27
25
 
28
26
  FileAudioIcon.displayName = 'FileAudioIcon';
29
27
  FileAudioIcon.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 FileCodeIcon = function FileCodeIcon(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 32h-23A4.497 4.497 0 0 1 0 27.5v-23C0 2.013 2.013 0 4.5 0h23C29.988 0 32 2.013 32 4.5v23c0 2.488-2.012 4.5-4.5 4.5zM4.5 3C3.675 3 3 3.675 3 4.5v23c0 .825.675 1.5 1.5 1.5h23c.825 0 1.5-.675 1.5-1.5v-23c0-.825-.675-1.5-1.5-1.5h-23zm5.125 13l3.938-3.938c.588-.588.588-1.537 0-2.125s-1.537-.588-2.125 0l-5 5a1.5 1.5 0 0 0 0 2.125l5 5a1.502 1.502 0 1 0 2.125-2.125l-3.938-3.938zm12.75 0l-3.938 3.938a1.502 1.502 0 1 0 2.125 2.125l5-5a1.502 1.502 0 0 0 0-2.125l-5-5a1.502 1.502 0 1 0-2.125 2.125l3.938 3.938z"
21
- }));
22
- };
16
+ const FileCodeIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 32h-23A4.497 4.497 0 0 1 0 27.5v-23C0 2.013 2.013 0 4.5 0h23C29.988 0 32 2.013 32 4.5v23c0 2.488-2.012 4.5-4.5 4.5zM4.5 3C3.675 3 3 3.675 3 4.5v23c0 .825.675 1.5 1.5 1.5h23c.825 0 1.5-.675 1.5-1.5v-23c0-.825-.675-1.5-1.5-1.5h-23zm5.125 13l3.938-3.938c.588-.588.588-1.537 0-2.125s-1.537-.588-2.125 0l-5 5a1.5 1.5 0 0 0 0 2.125l5 5a1.502 1.502 0 1 0 2.125-2.125l-3.938-3.938zm12.75 0l-3.938 3.938a1.502 1.502 0 1 0 2.125 2.125l5-5a1.502 1.502 0 0 0 0-2.125l-5-5a1.502 1.502 0 1 0-2.125 2.125l3.938 3.938z"
20
+ }));
23
21
 
24
22
  FileCodeIcon.propTypes = {
25
23
  size: _propTypes.number