bright-components 9.31.0 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (475) 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 +182 -209
  27. package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
  28. package/dist/components/DayPickerPanel/Header/index.js +53 -96
  29. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
  30. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
  31. package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
  32. package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
  33. package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
  34. package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
  35. package/dist/components/DayPickerPanel/index.js +173 -217
  36. package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
  37. package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
  38. package/dist/components/Donut/index.js +73 -31
  39. package/dist/components/DropZone/index.js +21 -54
  40. package/dist/components/Dropdown/DropdownItem/index.js +11 -14
  41. package/dist/components/Dropdown/index.js +71 -118
  42. package/dist/components/DurationInput/index.js +41 -56
  43. package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
  44. package/dist/components/EmployeeCard/index.js +24 -40
  45. package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
  46. package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
  47. package/dist/components/EmployeePicker/Group/index.js +70 -127
  48. package/dist/components/EmployeePicker/GroupList/index.js +20 -24
  49. package/dist/components/EmployeePicker/Item/index.js +76 -122
  50. package/dist/components/EmployeePicker/index.js +67 -77
  51. package/dist/components/EmployeePicker/utils/index.js +9 -21
  52. package/dist/components/ErrorMessage/index.js +16 -29
  53. package/dist/components/Expando/index.js +62 -96
  54. package/dist/components/Fieldset/index.js +24 -18
  55. package/dist/components/FileIcons/index.js +14 -12
  56. package/dist/components/FilterRadioGroup/index.js +59 -55
  57. package/dist/components/Form/index.js +195 -198
  58. package/dist/components/Form/utils/runFormValidation.js +11 -11
  59. package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
  60. package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
  61. package/dist/components/FormLayout/FormRow/index.js +9 -14
  62. package/dist/components/FormLayout/index.js +1 -14
  63. package/dist/components/Formik/FormikCheckbox/index.js +8 -8
  64. package/dist/components/Formik/FormikDayPicker/index.js +23 -17
  65. package/dist/components/Formik/FormikInput/index.js +10 -10
  66. package/dist/components/Formik/FormikOptions/index.js +13 -20
  67. package/dist/components/Formik/FormikRadio/index.js +10 -10
  68. package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
  69. package/dist/components/Formik/FormikResetButton/index.js +5 -3
  70. package/dist/components/Formik/FormikSelect/index.js +10 -10
  71. package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
  72. package/dist/components/Formik/FormikTextarea/index.js +10 -10
  73. package/dist/components/Formik/FormikTypeahead/index.js +26 -30
  74. package/dist/components/Formik/FormikValidation/index.js +12 -21
  75. package/dist/components/Formik/index.js +1 -14
  76. package/dist/components/HR/index.js +12 -14
  77. package/dist/components/Icons/AddIcon/index.js +6 -8
  78. package/dist/components/Icons/AddSquare/index.js +5 -7
  79. package/dist/components/Icons/Alarmclock/index.js +5 -7
  80. package/dist/components/Icons/Anchor/index.js +5 -7
  81. package/dist/components/Icons/Apps/index.js +5 -7
  82. package/dist/components/Icons/ArrowBigDown/index.js +5 -7
  83. package/dist/components/Icons/ArrowLoop/index.js +5 -7
  84. package/dist/components/Icons/Baby/index.js +5 -7
  85. package/dist/components/Icons/BackArrow/index.js +5 -7
  86. package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
  87. package/dist/components/Icons/Beta/index.js +5 -7
  88. package/dist/components/Icons/Blip/index.js +12 -14
  89. package/dist/components/Icons/Book/index.js +5 -7
  90. package/dist/components/Icons/Bookmark/index.js +5 -7
  91. package/dist/components/Icons/BoomMoodle/index.js +8 -10
  92. package/dist/components/Icons/BoxTruck/index.js +5 -7
  93. package/dist/components/Icons/BrighhrApp/index.js +5 -7
  94. package/dist/components/Icons/BrightAdvice/index.js +5 -7
  95. package/dist/components/Icons/Browser/index.js +5 -7
  96. package/dist/components/Icons/Bullhorn/index.js +5 -7
  97. package/dist/components/Icons/Cake/index.js +5 -7
  98. package/dist/components/Icons/Calculator/index.js +5 -7
  99. package/dist/components/Icons/Calendar/index.js +25 -27
  100. package/dist/components/Icons/CalendarAdd/index.js +11 -13
  101. package/dist/components/Icons/CalendarBlackout/index.js +5 -7
  102. package/dist/components/Icons/CalendarCross/index.js +9 -11
  103. package/dist/components/Icons/CalendarDates/index.js +5 -7
  104. package/dist/components/Icons/CalendarInfo/index.js +5 -7
  105. package/dist/components/Icons/CalendarOverlap/index.js +5 -7
  106. package/dist/components/Icons/Camera/index.js +5 -7
  107. package/dist/components/Icons/CameraAperture/index.js +5 -7
  108. package/dist/components/Icons/Cart/index.js +11 -13
  109. package/dist/components/Icons/Case/index.js +5 -7
  110. package/dist/components/Icons/Certificate/index.js +5 -7
  111. package/dist/components/Icons/Chair/index.js +5 -7
  112. package/dist/components/Icons/Chat/index.js +5 -7
  113. package/dist/components/Icons/CheckCircle/index.js +5 -7
  114. package/dist/components/Icons/Checklist/index.js +5 -7
  115. package/dist/components/Icons/Chevron/index.js +5 -7
  116. package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
  117. package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
  118. package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
  119. package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
  120. package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
  121. package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
  122. package/dist/components/Icons/ChevronDown/index.js +5 -7
  123. package/dist/components/Icons/ChevronLeft/index.js +5 -7
  124. package/dist/components/Icons/ChevronRight/index.js +5 -7
  125. package/dist/components/Icons/ChevronUp/index.js +5 -7
  126. package/dist/components/Icons/Clear/index.js +5 -7
  127. package/dist/components/Icons/Clipboard/index.js +40 -42
  128. package/dist/components/Icons/Clock/index.js +7 -9
  129. package/dist/components/Icons/Close/index.js +7 -3
  130. package/dist/components/Icons/ClothesHanger/index.js +5 -7
  131. package/dist/components/Icons/Clothing/index.js +5 -7
  132. package/dist/components/Icons/Cog/index.js +5 -7
  133. package/dist/components/Icons/Compass/index.js +5 -7
  134. package/dist/components/Icons/Compassion/index.js +7 -9
  135. package/dist/components/Icons/Compassionate/index.js +5 -7
  136. package/dist/components/Icons/Conflict/index.js +5 -7
  137. package/dist/components/Icons/ContactCard/index.js +5 -7
  138. package/dist/components/Icons/Contrast/index.js +5 -7
  139. package/dist/components/Icons/Copy/index.js +5 -7
  140. package/dist/components/Icons/Court/index.js +5 -7
  141. package/dist/components/Icons/Crib/index.js +5 -7
  142. package/dist/components/Icons/Crop/index.js +5 -7
  143. package/dist/components/Icons/Cross/index.js +5 -7
  144. package/dist/components/Icons/CrossCircle/index.js +5 -7
  145. package/dist/components/Icons/CrossThick/index.js +29 -0
  146. package/dist/components/Icons/Crown/index.js +5 -7
  147. package/dist/components/Icons/Dependants/index.js +5 -7
  148. package/dist/components/Icons/DesktopComputer/index.js +5 -7
  149. package/dist/components/Icons/Dial/index.js +5 -7
  150. package/dist/components/Icons/Diamond/index.js +5 -7
  151. package/dist/components/Icons/Diaper/index.js +5 -7
  152. package/dist/components/Icons/DisabilityMobility/index.js +5 -7
  153. package/dist/components/Icons/Door/index.js +5 -7
  154. package/dist/components/Icons/DownArrow/index.js +5 -7
  155. package/dist/components/Icons/Download/index.js +5 -7
  156. package/dist/components/Icons/Dropdown/index.js +17 -22
  157. package/dist/components/Icons/Edit/index.js +5 -7
  158. package/dist/components/Icons/Education/index.js +5 -7
  159. package/dist/components/Icons/Emergency/index.js +5 -7
  160. package/dist/components/Icons/Enter/index.js +5 -7
  161. package/dist/components/Icons/Error/index.js +5 -7
  162. package/dist/components/Icons/ErrorOctagon/index.js +5 -7
  163. package/dist/components/Icons/Exit/index.js +5 -7
  164. package/dist/components/Icons/Expand/index.js +5 -7
  165. package/dist/components/Icons/Eye/index.js +7 -3
  166. package/dist/components/Icons/Factory/index.js +20 -22
  167. package/dist/components/Icons/FactoryIcon/index.js +5 -7
  168. package/dist/components/Icons/Featus/index.js +5 -7
  169. package/dist/components/Icons/FeedbackLoop/index.js +5 -7
  170. package/dist/components/Icons/FileAudio/index.js +7 -9
  171. package/dist/components/Icons/FileCode/index.js +5 -7
  172. package/dist/components/Icons/FileDocument/index.js +11 -13
  173. package/dist/components/Icons/FileEmail/index.js +5 -7
  174. package/dist/components/Icons/FileMovie/index.js +5 -7
  175. package/dist/components/Icons/FilePath/index.js +5 -7
  176. package/dist/components/Icons/FilePdf/index.js +9 -11
  177. package/dist/components/Icons/FilePresentation/index.js +13 -15
  178. package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
  179. package/dist/components/Icons/FileText/index.js +11 -13
  180. package/dist/components/Icons/FileVector/index.js +5 -7
  181. package/dist/components/Icons/Filter/index.js +5 -7
  182. package/dist/components/Icons/Fingerprint/index.js +5 -7
  183. package/dist/components/Icons/Flag/index.js +5 -7
  184. package/dist/components/Icons/Flash/index.js +5 -7
  185. package/dist/components/Icons/FlashOff/index.js +5 -7
  186. package/dist/components/Icons/Flower/index.js +5 -7
  187. package/dist/components/Icons/Folder/index.js +6 -8
  188. package/dist/components/Icons/FolderSolid/index.js +5 -7
  189. package/dist/components/Icons/FolderZip/index.js +6 -8
  190. package/dist/components/Icons/FurloughNavigator/index.js +7 -9
  191. package/dist/components/Icons/Gallery/index.js +5 -7
  192. package/dist/components/Icons/GestureTouch/index.js +5 -7
  193. package/dist/components/Icons/Ghost/index.js +5 -7
  194. package/dist/components/Icons/Gift/index.js +5 -7
  195. package/dist/components/Icons/Globe/index.js +5 -7
  196. package/dist/components/Icons/Grid/index.js +5 -7
  197. package/dist/components/Icons/Headset/index.js +5 -7
  198. package/dist/components/Icons/Health/index.js +5 -7
  199. package/dist/components/Icons/Heart/index.js +5 -7
  200. package/dist/components/Icons/Help/index.js +5 -7
  201. package/dist/components/Icons/Home/index.js +5 -7
  202. package/dist/components/Icons/Hourglass/index.js +5 -7
  203. package/dist/components/Icons/IdCard/index.js +5 -7
  204. package/dist/components/Icons/Image/index.js +9 -11
  205. package/dist/components/Icons/Inbox/index.js +5 -7
  206. package/dist/components/Icons/InboxEmpty/index.js +5 -7
  207. package/dist/components/Icons/Information/index.js +5 -7
  208. package/dist/components/Icons/Injury/index.js +64 -66
  209. package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
  210. package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
  211. package/dist/components/Icons/Lazydave/index.js +71 -73
  212. package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
  213. package/dist/components/Icons/LeftArrow/index.js +5 -7
  214. package/dist/components/Icons/Legal/index.js +5 -7
  215. package/dist/components/Icons/Lightning/index.js +5 -7
  216. package/dist/components/Icons/LineChart/index.js +5 -7
  217. package/dist/components/Icons/Link/index.js +5 -7
  218. package/dist/components/Icons/List/index.js +21 -23
  219. package/dist/components/Icons/ListBullets/index.js +5 -7
  220. package/dist/components/Icons/LocationPin/index.js +5 -7
  221. package/dist/components/Icons/Loop/index.js +5 -7
  222. package/dist/components/Icons/Magicwand/index.js +5 -7
  223. package/dist/components/Icons/Mail/index.js +5 -7
  224. package/dist/components/Icons/MandatoryLeave/index.js +5 -7
  225. package/dist/components/Icons/Medal/index.js +5 -7
  226. package/dist/components/Icons/Medical/index.js +5 -7
  227. package/dist/components/Icons/MedicalBag/index.js +5 -7
  228. package/dist/components/Icons/Medication/index.js +5 -7
  229. package/dist/components/Icons/MenuHamburger/index.js +5 -7
  230. package/dist/components/Icons/Message/index.js +5 -7
  231. package/dist/components/Icons/Meteor/index.js +5 -7
  232. package/dist/components/Icons/MinusCircle/index.js +5 -7
  233. package/dist/components/Icons/MinusSquare/index.js +5 -7
  234. package/dist/components/Icons/MoneyStack/index.js +5 -7
  235. package/dist/components/Icons/MoveFile/index.js +5 -7
  236. package/dist/components/Icons/New/index.js +9 -11
  237. package/dist/components/Icons/New2/index.js +9 -11
  238. package/dist/components/Icons/NewWindow/index.js +5 -7
  239. package/dist/components/Icons/Night/index.js +5 -7
  240. package/dist/components/Icons/NotAllowed/index.js +5 -7
  241. package/dist/components/Icons/Note/index.js +7 -9
  242. package/dist/components/Icons/Notepad/index.js +5 -7
  243. package/dist/components/Icons/Notifications/index.js +5 -7
  244. package/dist/components/Icons/OrganisationConnection/index.js +5 -7
  245. package/dist/components/Icons/Overtime/index.js +5 -7
  246. package/dist/components/Icons/Pacman/index.js +5 -7
  247. package/dist/components/Icons/PadlockLocked/index.js +5 -7
  248. package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
  249. package/dist/components/Icons/PaperStack/index.js +5 -7
  250. package/dist/components/Icons/Paperclip/index.js +5 -7
  251. package/dist/components/Icons/PayrollNavigator/index.js +5 -7
  252. package/dist/components/Icons/Pencil/index.js +5 -7
  253. package/dist/components/Icons/Perspective/index.js +5 -7
  254. package/dist/components/Icons/Phone/index.js +5 -7
  255. package/dist/components/Icons/PhoneWork/index.js +5 -7
  256. package/dist/components/Icons/PieChart/index.js +5 -7
  257. package/dist/components/Icons/Pin/index.js +5 -7
  258. package/dist/components/Icons/Plaster/index.js +5 -7
  259. package/dist/components/Icons/Plus/index.js +5 -7
  260. package/dist/components/Icons/PlusCircle/index.js +5 -7
  261. package/dist/components/Icons/PoP/index.js +7 -9
  262. package/dist/components/Icons/Power/index.js +5 -7
  263. package/dist/components/Icons/Pram/index.js +5 -7
  264. package/dist/components/Icons/PrintIcon/index.js +14 -16
  265. package/dist/components/Icons/Printer/index.js +5 -7
  266. package/dist/components/Icons/Pulse/index.js +5 -7
  267. package/dist/components/Icons/Puzzle/index.js +5 -7
  268. package/dist/components/Icons/Question/index.js +5 -7
  269. package/dist/components/Icons/Radar/index.js +5 -7
  270. package/dist/components/Icons/Records/index.js +5 -7
  271. package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
  272. package/dist/components/Icons/Refresh/index.js +5 -7
  273. package/dist/components/Icons/Requests/index.js +5 -7
  274. package/dist/components/Icons/Ribbon/index.js +5 -7
  275. package/dist/components/Icons/RightArrow/index.js +5 -7
  276. package/dist/components/Icons/Road/index.js +9 -11
  277. package/dist/components/Icons/Rosette/index.js +5 -7
  278. package/dist/components/Icons/Rotas/index.js +5 -7
  279. package/dist/components/Icons/RotateImage/index.js +5 -7
  280. package/dist/components/Icons/Rush/index.js +5 -7
  281. package/dist/components/Icons/Search/index.js +5 -7
  282. package/dist/components/Icons/SelectArrow/index.js +5 -7
  283. package/dist/components/Icons/Send/index.js +5 -7
  284. package/dist/components/Icons/SettingsSliders/index.js +5 -7
  285. package/dist/components/Icons/Share/index.js +5 -7
  286. package/dist/components/Icons/Shield/index.js +5 -7
  287. package/dist/components/Icons/Shifts/index.js +5 -7
  288. package/dist/components/Icons/Shredder/index.js +5 -7
  289. package/dist/components/Icons/Signature/index.js +5 -7
  290. package/dist/components/Icons/Skull/index.js +5 -7
  291. package/dist/components/Icons/SocialFacebook/index.js +5 -7
  292. package/dist/components/Icons/SocialInstagram/index.js +5 -7
  293. package/dist/components/Icons/SocialLinkedin/index.js +5 -7
  294. package/dist/components/Icons/SocialTwitter/index.js +5 -7
  295. package/dist/components/Icons/SocialYoutube/index.js +5 -7
  296. package/dist/components/Icons/SortAscending/index.js +5 -7
  297. package/dist/components/Icons/SortDescending/index.js +5 -7
  298. package/dist/components/Icons/Stamp/index.js +5 -7
  299. package/dist/components/Icons/Star/index.js +5 -7
  300. package/dist/components/Icons/Steam/index.js +5 -7
  301. package/dist/components/Icons/Stethoscope/index.js +5 -7
  302. package/dist/components/Icons/Stop/index.js +5 -7
  303. package/dist/components/Icons/Suitcase/index.js +5 -7
  304. package/dist/components/Icons/Sun/index.js +5 -7
  305. package/dist/components/Icons/Switch/index.js +5 -7
  306. package/dist/components/Icons/TableGrid/index.js +5 -7
  307. package/dist/components/Icons/Tachograph/index.js +5 -7
  308. package/dist/components/Icons/Tag/index.js +5 -7
  309. package/dist/components/Icons/Target/index.js +5 -7
  310. package/dist/components/Icons/Tasklist/index.js +40 -42
  311. package/dist/components/Icons/ThumbsDown/index.js +5 -7
  312. package/dist/components/Icons/ThumbsUp/index.js +5 -7
  313. package/dist/components/Icons/Tick/index.js +5 -7
  314. package/dist/components/Icons/TickCircle/index.js +5 -7
  315. package/dist/components/Icons/TickThick/index.js +29 -0
  316. package/dist/components/Icons/ToilEarned/index.js +9 -11
  317. package/dist/components/Icons/ToilTaken/index.js +13 -15
  318. package/dist/components/Icons/Tooth/index.js +5 -7
  319. package/dist/components/Icons/TrainingEvents/index.js +5 -7
  320. package/dist/components/Icons/Trash/index.js +5 -7
  321. package/dist/components/Icons/Umbrella/index.js +5 -7
  322. package/dist/components/Icons/Unpaid/index.js +5 -7
  323. package/dist/components/Icons/UpArrow/index.js +5 -7
  324. package/dist/components/Icons/Upload/index.js +5 -7
  325. package/dist/components/Icons/User/index.js +5 -7
  326. package/dist/components/Icons/UserAdd/index.js +5 -7
  327. package/dist/components/Icons/UserId/index.js +5 -7
  328. package/dist/components/Icons/UserRemove/index.js +5 -7
  329. package/dist/components/Icons/Users/index.js +5 -7
  330. package/dist/components/Icons/Virus/index.js +5 -7
  331. package/dist/components/Icons/Visibility/index.js +14 -16
  332. package/dist/components/Icons/Wallet/index.js +5 -7
  333. package/dist/components/Icons/Watch/index.js +5 -7
  334. package/dist/components/Icons/Week/index.js +10 -12
  335. package/dist/components/Icons/Xing/index.js +5 -7
  336. package/dist/components/Icons/index.js +35 -46
  337. package/dist/components/InlineLoader/index.js +46 -61
  338. package/dist/components/Input/index.js +49 -34
  339. package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
  340. package/dist/components/InputBox/AdornedBox/index.js +60 -53
  341. package/dist/components/InputBox/InputError/index.js +5 -15
  342. package/dist/components/InputBox/InputFactory/index.js +17 -15
  343. package/dist/components/InputBox/UnadornedBox/index.js +34 -25
  344. package/dist/components/InputBox/index.js +4 -6
  345. package/dist/components/InputWithIcon/index.js +30 -30
  346. package/dist/components/InputWithUnit/index.js +63 -73
  347. package/dist/components/Label/index.js +9 -14
  348. package/dist/components/Legend/index.js +5 -14
  349. package/dist/components/LinkButton/index.js +29 -20
  350. package/dist/components/Lists/DL/DD/index.js +3 -14
  351. package/dist/components/Lists/DL/DT/index.js +4 -14
  352. package/dist/components/Lists/DL/index.js +3 -14
  353. package/dist/components/Lists/LI/index.js +3 -14
  354. package/dist/components/Lists/OL/index.js +3 -14
  355. package/dist/components/Lists/UL/index.js +3 -14
  356. package/dist/components/LoadingContainer/index.js +24 -25
  357. package/dist/components/Modal/ModalBody/index.js +3 -16
  358. package/dist/components/Modal/ModalHeader/index.js +23 -31
  359. package/dist/components/Modal/index.js +71 -96
  360. package/dist/components/NumberInput/componentMap/index.js +4 -2
  361. package/dist/components/NumberInput/decimalFilter/index.js +1 -1
  362. package/dist/components/NumberInput/index.js +51 -55
  363. package/dist/components/NumberInput/inputMode/index.js +1 -1
  364. package/dist/components/NumberInput/integerFilter/index.js +1 -1
  365. package/dist/components/Options/index.js +59 -66
  366. package/dist/components/PageLoader/index.js +75 -91
  367. package/dist/components/Pill/index.js +22 -35
  368. package/dist/components/ProgressBar/index.js +39 -58
  369. package/dist/components/ProgressSteps/index.js +100 -49
  370. package/dist/components/ProvincePicker/index.js +21 -23
  371. package/dist/components/Radio/index.js +54 -59
  372. package/dist/components/RadioBlock/index.js +59 -80
  373. package/dist/components/ResponsiveTabs/index.js +93 -110
  374. package/dist/components/SearchInput/index.js +64 -52
  375. package/dist/components/Select/Optgroup/index.js +7 -3
  376. package/dist/components/Select/Option/index.js +8 -4
  377. package/dist/components/Select/index.js +42 -28
  378. package/dist/components/SelectedFile/index.js +62 -85
  379. package/dist/components/Snackbar/index.js +108 -157
  380. package/dist/components/StatusBadge/index.js +15 -19
  381. package/dist/components/Styleguide/ConstantsList/index.js +40 -88
  382. package/dist/components/Switch/index.js +55 -82
  383. package/dist/components/Table/Cell/index.js +18 -21
  384. package/dist/components/Table/HeaderCell/index.js +4 -13
  385. package/dist/components/Table/Row/index.js +6 -13
  386. package/dist/components/Table/TableBody/index.js +7 -3
  387. package/dist/components/Table/TableFooter/index.js +7 -3
  388. package/dist/components/Table/TableHeader/index.js +7 -3
  389. package/dist/components/Table/index.js +3 -14
  390. package/dist/components/Tabs/Tab/index.js +23 -13
  391. package/dist/components/Tabs/TabList/index.js +8 -13
  392. package/dist/components/Tabs/TabPanel/index.js +6 -12
  393. package/dist/components/Tabs/index.js +4 -13
  394. package/dist/components/Textarea/index.js +50 -27
  395. package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
  396. package/dist/components/Time/DurationPicker/index.js +46 -62
  397. package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
  398. package/dist/components/Time/OverlayBase/index.js +77 -85
  399. package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
  400. package/dist/components/Time/TimePicker/TimeOverlay/index.js +91 -136
  401. package/dist/components/Time/TimePicker/index.js +84 -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 +40 -65
  440. package/dist/components/WithValidation/index.js +44 -61
  441. package/dist/components/XingLoader/index.js +56 -112
  442. package/dist/components/withConfirmation/index.js +69 -68
  443. package/dist/components/withModal/index.js +14 -28
  444. package/dist/constants/breakpoints/index.js +1 -1
  445. package/dist/constants/colors/index.js +47 -47
  446. package/dist/constants/documents/index.js +3 -3
  447. package/dist/constants/spacing/index.js +1 -1
  448. package/dist/constants/vars/index.js +8 -8
  449. package/dist/constants/z-index/index.js +1 -1
  450. package/dist/hooks/useClickOutside/index.js +5 -5
  451. package/dist/setupTests.js +9 -8
  452. package/dist/test-utils/renderCheck/index.js +15 -17
  453. package/dist/test-utils/waitForAsync/index.js +1 -5
  454. package/dist/utils/numbers/getBoundedValue/index.js +1 -1
  455. package/dist/utils/pad/index.js +2 -2
  456. package/dist/utils/range/index.js +3 -5
  457. package/dist/utils/roundTo/index.js +5 -5
  458. package/dist/utils/setBreakPoint/index.js +1 -3
  459. package/dist/utils/stripUnit/index.js +2 -2
  460. package/dist/utils/time/Duration/index.js +33 -41
  461. package/dist/utils/time/durationToMilliseconds/index.js +11 -21
  462. package/dist/utils/time/durationToTimeString/index.js +3 -5
  463. package/dist/utils/time/millisecondsToDuration/index.js +6 -6
  464. package/dist/utils/trackForm/index.js +34 -37
  465. package/package.json +5 -5
  466. package/src/components/DayPicker/index.js +11 -1
  467. package/src/components/Icons/CrossThick/examples.md +5 -0
  468. package/src/components/Icons/CrossThick/index.js +19 -0
  469. package/src/components/Icons/TickThick/examples.md +5 -0
  470. package/src/components/Icons/TickThick/index.js +19 -0
  471. package/src/components/Time/DurationPicker/test.js +0 -1
  472. package/src/components/Time/TimePicker/TimeOverlay/index.js +112 -107
  473. package/src/components/Time/TimePicker/index.js +11 -1
  474. package/src/components/WithDayPicker/index.js +3 -3
  475. package/src/setupTests.js +2 -0
@@ -15,19 +15,17 @@ 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 FileDocumentIcon = function FileDocumentIcon(props) {
19
- return _react.default.createElement(_reactIconBase.default, _extends({
20
- viewBox: "0 0 256 256",
21
- role: "img",
22
- "aria-label": "Document file icon"
23
- }, props), _react.default.createElement("path", {
24
- d: "M196 208H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h136c6.63 0 12 5.37 12 12s-5.37 12-12 12zm-74-48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h62c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
25
- }), _react.default.createElement("path", {
26
- d: "M220 0h-19c-6.63 0-12 5.37-12 12s5.37 12 12 12h19c6.62 0 12 5.38 12 12v184c0 6.62-5.38 12-12 12H36c-6.62 0-12-5.38-12-12v-88c0-6.63-5.37-12-12-12s-12 5.37-12 12v88c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V36c0-19.85-16.15-36-36-36z"
27
- }), _react.default.createElement("path", {
28
- d: "M168 120h-48c-4.43 0-8.49-2.44-10.58-6.34s-1.86-8.64.6-12.32L145.58 48H120c-6.63 0-12-5.37-12-12s5.37-12 12-12h48c4.43 0 8.49 2.44 10.58 6.34s1.86 8.64-.6 12.32L142.42 96H168c6.63 0 12 5.37 12 12s-5.37 12-12 12zM94.74 78.63L88.4 65.95 58.74 6.63C56.7 2.57 52.55 0 48 0s-8.7 2.57-10.73 6.63l-36 72c-2.96 5.93-.56 13.14 5.37 16.1 5.93 2.97 13.14.56 16.1-5.37L28.42 78h39.17l.12.24 5.56 11.13c2.96 5.93 10.17 8.33 16.1 5.37 5.93-2.97 8.33-10.18 5.37-16.11zM40.42 54L48 38.83 55.59 54H40.42z"
29
- }));
30
- };
18
+ const FileDocumentIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
19
+ viewBox: "0 0 256 256",
20
+ role: "img",
21
+ "aria-label": "Document file icon"
22
+ }, props), _react.default.createElement("path", {
23
+ d: "M196 208H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h136c6.63 0 12 5.37 12 12s-5.37 12-12 12zm-74-48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h62c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
24
+ }), _react.default.createElement("path", {
25
+ d: "M220 0h-19c-6.63 0-12 5.37-12 12s5.37 12 12 12h19c6.62 0 12 5.38 12 12v184c0 6.62-5.38 12-12 12H36c-6.62 0-12-5.38-12-12v-88c0-6.63-5.37-12-12-12s-12 5.37-12 12v88c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V36c0-19.85-16.15-36-36-36z"
26
+ }), _react.default.createElement("path", {
27
+ d: "M168 120h-48c-4.43 0-8.49-2.44-10.58-6.34s-1.86-8.64.6-12.32L145.58 48H120c-6.63 0-12-5.37-12-12s5.37-12 12-12h48c4.43 0 8.49 2.44 10.58 6.34s1.86 8.64-.6 12.32L142.42 96H168c6.63 0 12 5.37 12 12s-5.37 12-12 12zM94.74 78.63L88.4 65.95 58.74 6.63C56.7 2.57 52.55 0 48 0s-8.7 2.57-10.73 6.63l-36 72c-2.96 5.93-.56 13.14 5.37 16.1 5.93 2.97 13.14.56 16.1-5.37L28.42 78h39.17l.12.24 5.56 11.13c2.96 5.93 10.17 8.33 16.1 5.37 5.93-2.97 8.33-10.18 5.37-16.11zM40.42 54L48 38.83 55.59 54H40.42z"
28
+ }));
31
29
 
32
30
  FileDocumentIcon.displayName = 'FileDocumentIcon';
33
31
  FileDocumentIcon.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 FileEmailIcon = function FileEmailIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.288 9.188L16.788.213c-.488-.3-1.1-.3-1.575 0L.713 9.188A1.525 1.525 0 0 0 0 10.475V27.5C0 29.988 2.013 32 4.5 32h23c2.488 0 4.5-2.012 4.5-4.5V10.475c0-.525-.275-1.012-.712-1.287zM29 26.688L21.575 18.2 29 13.288v13.4zM3 13.287l7.425 4.912L3 26.687v-13.4zm10.037 6.501c.95.413 1.963.613 2.963.613 1.012 0 2.025-.2 2.962-.613L27.037 29H4.962l8.075-9.212zM16 3.263l11.738 7.263-9.262 6.125a4.48 4.48 0 0 1-4.963 0l-9.262-6.125 11.75-7.263z"
21
- }));
22
- };
16
+ const FileEmailIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.288 9.188L16.788.213c-.488-.3-1.1-.3-1.575 0L.713 9.188A1.525 1.525 0 0 0 0 10.475V27.5C0 29.988 2.013 32 4.5 32h23c2.488 0 4.5-2.012 4.5-4.5V10.475c0-.525-.275-1.012-.712-1.287zM29 26.688L21.575 18.2 29 13.288v13.4zM3 13.287l7.425 4.912L3 26.687v-13.4zm10.037 6.501c.95.413 1.963.613 2.963.613 1.012 0 2.025-.2 2.962-.613L27.037 29H4.962l8.075-9.212zM16 3.263l11.738 7.263-9.262 6.125a4.48 4.48 0 0 1-4.963 0l-9.262-6.125 11.75-7.263z"
20
+ }));
23
21
 
24
22
  FileEmailIcon.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 FileMovieIcon = function FileMovieIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- d: "M244,0H12A12,12,0,0,0,0,12V244a12,12,0,0,0,12,12H244a12,12,0,0,0,12-12V12A12,12,0,0,0,244,0ZM102,24h52V48H102ZM24,24H78V48H24Zm0,48h92V184H24ZM78,232H24V208H78Zm76,0H102V208h52Zm78,0H178V208h54Zm0-48H140V72h92Zm0-136H178V24h54Z"
21
- }));
22
- };
16
+ const FileMovieIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M244,0H12A12,12,0,0,0,0,12V244a12,12,0,0,0,12,12H244a12,12,0,0,0,12-12V12A12,12,0,0,0,244,0ZM102,24h52V48H102ZM24,24H78V48H24Zm0,48h92V184H24ZM78,232H24V208H78Zm76,0H102V208h52Zm78,0H178V208h54Zm0-48H140V72h92Zm0-136H178V24h54Z"
20
+ }));
23
21
 
24
22
  FileMovieIcon.displayName = 'FileMovieIcon';
25
23
  FileMovieIcon.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 FilePathIcon = function FilePathIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M12.5 20h18c.825 0 1.5-.675 1.5-1.5v-6c0-.825-.675-1.5-1.5-1.5h-18c-.825 0-1.5.675-1.5 1.5V14H6V9h1.5C8.325 9 9 8.325 9 7.5v-6C9 .675 8.325 0 7.5 0h-6C.675 0 0 .675 0 1.5v6C0 8.325.675 9 1.5 9H3v18.5c0 .825.675 1.5 1.5 1.5H11v1.5c0 .825.675 1.5 1.5 1.5h18c.825 0 1.5-.675 1.5-1.5v-6c0-.825-.675-1.5-1.5-1.5h-18c-.825 0-1.5.675-1.5 1.5V26H6v-9h5v1.5c0 .825.675 1.5 1.5 1.5zM3 3h3v3H3V3zm11 23h15v3H14v-3zm0-12h15v3H14v-3z"
21
- }));
22
- };
16
+ const FilePathIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M12.5 20h18c.825 0 1.5-.675 1.5-1.5v-6c0-.825-.675-1.5-1.5-1.5h-18c-.825 0-1.5.675-1.5 1.5V14H6V9h1.5C8.325 9 9 8.325 9 7.5v-6C9 .675 8.325 0 7.5 0h-6C.675 0 0 .675 0 1.5v6C0 8.325.675 9 1.5 9H3v18.5c0 .825.675 1.5 1.5 1.5H11v1.5c0 .825.675 1.5 1.5 1.5h18c.825 0 1.5-.675 1.5-1.5v-6c0-.825-.675-1.5-1.5-1.5h-18c-.825 0-1.5.675-1.5 1.5V26H6v-9h5v1.5c0 .825.675 1.5 1.5 1.5zM3 3h3v3H3V3zm11 23h15v3H14v-3zm0-12h15v3H14v-3z"
20
+ }));
23
21
 
24
22
  FilePathIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -15,17 +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
- var FilePdfIcon = function FilePdfIcon(props) {
19
- return _react.default.createElement(_reactIconBase.default, _extends({
20
- role: "img",
21
- "aria-label": "PDF file icon",
22
- viewBox: "0 0 256 256"
23
- }, props), _react.default.createElement("path", {
24
- 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"
25
- }), _react.default.createElement("path", {
26
- d: "M58.14 219.98c-8.98 0-16.21-5.49-19.44-12.43-2.59-4.85-7.02-17.74 7.76-32.85 5.68-5.8 15.93-16.28 41.59-25.32 3.04-6.18 6.3-13.1 9.76-20.82 3.66-8.17 6.67-15.19 9.14-21.26-9.65-16.62-11.77-29.69-11.41-44.64C96.01 43.08 109.61 36 118.68 36h.07l.76.03c.87.06 21.25 1.75 22.35 30.19.35 9.02-1.12 19.3-8.09 38.31 4.82 6.78 11.22 14.62 19.71 23.95 2.49 2.74 4.8 5.25 6.95 7.56 20.68-.61 37.26 2.37 47.69 8.86 6.98 4.34 11.17 10.89 11.8 18.46.42 4.95-.84 8.85-1.42 10.33-2.62 6.91-12.57 18.22-32.21 12.97-10.2-2.73-17.49-7.12-35.68-26.04-7.48.67-16.06 1.87-25.88 3.8-7.47 1.47-14.02 3.06-19.77 4.73-21.91 42.3-32.99 47.01-37.1 48.76-3.38 1.43-6.65 2.07-9.72 2.07zm138.04-54.12zm-72.89-35.56c-1.13 2.58-2.32 5.27-3.58 8.08-.43.95-.85 1.89-1.27 2.82.55-.11 1.1-.22 1.66-.33 3.58-.7 7.11-1.33 10.56-1.88-2.64-3.02-5.09-5.91-7.37-8.69z"
27
- }));
28
- };
18
+ const FilePdfIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
19
+ role: "img",
20
+ "aria-label": "PDF file icon",
21
+ viewBox: "0 0 256 256"
22
+ }, props), _react.default.createElement("path", {
23
+ 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"
24
+ }), _react.default.createElement("path", {
25
+ d: "M58.14 219.98c-8.98 0-16.21-5.49-19.44-12.43-2.59-4.85-7.02-17.74 7.76-32.85 5.68-5.8 15.93-16.28 41.59-25.32 3.04-6.18 6.3-13.1 9.76-20.82 3.66-8.17 6.67-15.19 9.14-21.26-9.65-16.62-11.77-29.69-11.41-44.64C96.01 43.08 109.61 36 118.68 36h.07l.76.03c.87.06 21.25 1.75 22.35 30.19.35 9.02-1.12 19.3-8.09 38.31 4.82 6.78 11.22 14.62 19.71 23.95 2.49 2.74 4.8 5.25 6.95 7.56 20.68-.61 37.26 2.37 47.69 8.86 6.98 4.34 11.17 10.89 11.8 18.46.42 4.95-.84 8.85-1.42 10.33-2.62 6.91-12.57 18.22-32.21 12.97-10.2-2.73-17.49-7.12-35.68-26.04-7.48.67-16.06 1.87-25.88 3.8-7.47 1.47-14.02 3.06-19.77 4.73-21.91 42.3-32.99 47.01-37.1 48.76-3.38 1.43-6.65 2.07-9.72 2.07zm138.04-54.12zm-72.89-35.56c-1.13 2.58-2.32 5.27-3.58 8.08-.43.95-.85 1.89-1.27 2.82.55-.11 1.1-.22 1.66-.33 3.58-.7 7.11-1.33 10.56-1.88-2.64-3.02-5.09-5.91-7.37-8.69z"
26
+ }));
29
27
 
30
28
  FilePdfIcon.displayName = 'FilePdfIcon';
31
29
  FilePdfIcon.propTypes = {
@@ -15,21 +15,19 @@ 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 FilePresentationIcon = function FilePresentationIcon(props) {
19
- return _react.default.createElement(_reactIconBase.default, _extends({
20
- viewBox: "0 0 256 256",
21
- role: "img",
22
- "aria-label": "Presentation file icon"
23
- }, props), _react.default.createElement("path", {
24
- d: "M232 113.29V24c0-13.23-10.77-24-24-24H24C10.77 0 0 10.77 0 24v184c0 13.23 10.77 24 24 24h89.29c15.16 14.83 35.88 24 58.71 24 46.32 0 84-37.68 84-84 0-22.83-9.17-43.55-24-58.71zm0 58.71c0 6.46-1.04 12.68-2.94 18.51L185 165.07v-51.64c26.85 5.96 47 29.95 47 58.57zm-120 0c0-29.33 21.15-53.79 49-58.97v52.04l-45.74 26.41A59.82 59.82 0 0 1 112 172zm-88 36V24h184l.01 72.12A83.54 83.54 0 0 0 172 88c-46.32 0-84 37.68-84 84 0 12.88 2.92 25.08 8.12 36H24zm148 24c-17.66 0-33.55-7.67-44.54-19.85L173 185.86l44.21 25.52C206.2 224 190.02 232 172 232z"
25
- }), _react.default.createElement("path", {
26
- d: "M148 72H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h88c6.63 0 12 5.37 12 12s-5.37 12-12 12zm-73 48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h15c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
27
- }), _react.default.createElement("circle", {
28
- cx: "60",
29
- cy: "156",
30
- r: "12"
31
- }));
32
- };
18
+ const FilePresentationIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
19
+ viewBox: "0 0 256 256",
20
+ role: "img",
21
+ "aria-label": "Presentation file icon"
22
+ }, props), _react.default.createElement("path", {
23
+ d: "M232 113.29V24c0-13.23-10.77-24-24-24H24C10.77 0 0 10.77 0 24v184c0 13.23 10.77 24 24 24h89.29c15.16 14.83 35.88 24 58.71 24 46.32 0 84-37.68 84-84 0-22.83-9.17-43.55-24-58.71zm0 58.71c0 6.46-1.04 12.68-2.94 18.51L185 165.07v-51.64c26.85 5.96 47 29.95 47 58.57zm-120 0c0-29.33 21.15-53.79 49-58.97v52.04l-45.74 26.41A59.82 59.82 0 0 1 112 172zm-88 36V24h184l.01 72.12A83.54 83.54 0 0 0 172 88c-46.32 0-84 37.68-84 84 0 12.88 2.92 25.08 8.12 36H24zm148 24c-17.66 0-33.55-7.67-44.54-19.85L173 185.86l44.21 25.52C206.2 224 190.02 232 172 232z"
24
+ }), _react.default.createElement("path", {
25
+ d: "M148 72H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h88c6.63 0 12 5.37 12 12s-5.37 12-12 12zm-73 48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h15c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
26
+ }), _react.default.createElement("circle", {
27
+ cx: "60",
28
+ cy: "156",
29
+ r: "12"
30
+ }));
33
31
 
34
32
  FilePresentationIcon.displayName = 'FilePresentationIcon';
35
33
  FilePresentationIcon.propTypes = {
@@ -15,17 +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
- var FileSpreadsheetIcon = function FileSpreadsheetIcon(props) {
19
- return _react.default.createElement(_reactIconBase.default, _extends({
20
- viewBox: "0 0 256 256",
21
- role: "img",
22
- "aria-label": "Spreadsheet file icon"
23
- }, props), _react.default.createElement("path", {
24
- d: "M178.67 24H220c6.62 0 12 5.38 12 12v41.33h-53.33V24zm0 77.33H232v53.33h-53.33v-53.33zm-24 77.34V232h-53.33v-53.33h53.33zM24 220v-41.33h53.33V232H36c-6.62 0-12-5.38-12-12zm196 12h-41.33v-53.33H232V220c0 6.62-5.38 12-12 12zm0-232h-90c-6.63 0-12 5.37-12 12s5.37 12 12 12h24.67v130.67H24V132c0-6.63-5.37-12-12-12s-12 5.37-12 12v88c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V36c0-19.85-16.15-36-36-36z"
25
- }), _react.default.createElement("path", {
26
- d: "M118 132H74c-4.89 0-9.29-2.97-11.13-7.5-1.83-4.54-.73-9.73 2.79-13.13l33.05-31.91c2.12-2.15 3.29-5 3.29-8.02C102 65.13 96.87 60 90.57 60c-3.05 0-5.92 1.19-8.08 3.35-4.69 4.69-12.28 4.69-16.97 0-4.69-4.69-4.69-12.28 0-16.97C72.21 39.69 81.1 36 90.57 36 110.11 36 126 51.89 126 71.43c0 9.46-3.69 18.36-10.38 25.05l-.15.15L103.7 108H118c6.63 0 12 5.37 12 12s-5.37 12-12 12zM32 96c-6.63 0-12-5.37-12-12V40.95c-4.71 4.22-11.96 4.07-16.49-.46-4.69-4.69-4.69-12.28 0-16.97l20-20A12 12 0 0 1 36.59.92 11.98 11.98 0 0 1 44 12v72c0 6.63-5.37 12-12 12z"
27
- }));
28
- };
18
+ const FileSpreadsheetIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
19
+ viewBox: "0 0 256 256",
20
+ role: "img",
21
+ "aria-label": "Spreadsheet file icon"
22
+ }, props), _react.default.createElement("path", {
23
+ d: "M178.67 24H220c6.62 0 12 5.38 12 12v41.33h-53.33V24zm0 77.33H232v53.33h-53.33v-53.33zm-24 77.34V232h-53.33v-53.33h53.33zM24 220v-41.33h53.33V232H36c-6.62 0-12-5.38-12-12zm196 12h-41.33v-53.33H232V220c0 6.62-5.38 12-12 12zm0-232h-90c-6.63 0-12 5.37-12 12s5.37 12 12 12h24.67v130.67H24V132c0-6.63-5.37-12-12-12s-12 5.37-12 12v88c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V36c0-19.85-16.15-36-36-36z"
24
+ }), _react.default.createElement("path", {
25
+ d: "M118 132H74c-4.89 0-9.29-2.97-11.13-7.5-1.83-4.54-.73-9.73 2.79-13.13l33.05-31.91c2.12-2.15 3.29-5 3.29-8.02C102 65.13 96.87 60 90.57 60c-3.05 0-5.92 1.19-8.08 3.35-4.69 4.69-12.28 4.69-16.97 0-4.69-4.69-4.69-12.28 0-16.97C72.21 39.69 81.1 36 90.57 36 110.11 36 126 51.89 126 71.43c0 9.46-3.69 18.36-10.38 25.05l-.15.15L103.7 108H118c6.63 0 12 5.37 12 12s-5.37 12-12 12zM32 96c-6.63 0-12-5.37-12-12V40.95c-4.71 4.22-11.96 4.07-16.49-.46-4.69-4.69-4.69-12.28 0-16.97l20-20A12 12 0 0 1 36.59.92 11.98 11.98 0 0 1 44 12v72c0 6.63-5.37 12-12 12z"
26
+ }));
29
27
 
30
28
  FileSpreadsheetIcon.displayName = 'FileSpreadsheetIcon';
31
29
  FileSpreadsheetIcon.propTypes = {
@@ -15,19 +15,17 @@ 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 FileTextIcon = function FileTextIcon(props) {
19
- return _react.default.createElement(_reactIconBase.default, _extends({
20
- viewBox: "0 0 256 256",
21
- role: "img",
22
- "aria-label": "Text file icon"
23
- }, props), _react.default.createElement("path", {
24
- d: "M196 208H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h136c6.63 0 12 5.37 12 12s-5.37 12-12 12zm-74-48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h62c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
25
- }), _react.default.createElement("path", {
26
- d: "M220 0h-11c-6.63 0-12 5.37-12 12s5.37 12 12 12h11c6.62 0 12 5.38 12 12v184c0 6.62-5.38 12-12 12H36c-6.62 0-12-5.38-12-12v-88c0-6.63-5.37-12-12-12s-12 5.37-12 12v88c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V36c0-19.85-16.15-36-36-36z"
27
- }), _react.default.createElement("path", {
28
- d: "M6.64 94.73c5.93 2.97 13.14.56 16.1-5.37L28.42 78h39.17l5.68 11.37a11.99 11.99 0 0 0 16.1 5.37c5.93-2.96 8.33-10.17 5.37-16.1l-36-72C56.7 2.57 52.55 0 48 0s-8.7 2.57-10.73 6.63l-36 72c-2.96 5.93-.56 13.14 5.37 16.1zM55.59 54H40.42L48 38.83 55.59 54zM118 114h36.4c16.07 0 29.75-12.4 30.56-28.45.47-9.25-3.28-17.64-9.49-23.45 2.44-4.57 3.74-9.84 3.5-15.42-.7-16.15-14.43-28.68-30.59-28.68H118c-3.31 0-6 2.69-6 6v84c0 3.31 2.69 6 6 6zm36.79-24H136V78h19c3.57 0 6.42 3.13 5.95 6.79-.39 3.02-3.11 5.21-6.16 5.21zM136 42h12.79c3.05 0 5.77 2.19 6.16 5.21A6.006 6.006 0 0 1 149 54h-13V42z"
29
- }));
30
- };
18
+ const FileTextIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
19
+ viewBox: "0 0 256 256",
20
+ role: "img",
21
+ "aria-label": "Text file icon"
22
+ }, props), _react.default.createElement("path", {
23
+ d: "M196 208H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h136c6.63 0 12 5.37 12 12s-5.37 12-12 12zm-74-48H60c-6.63 0-12-5.37-12-12s5.37-12 12-12h62c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
24
+ }), _react.default.createElement("path", {
25
+ d: "M220 0h-11c-6.63 0-12 5.37-12 12s5.37 12 12 12h11c6.62 0 12 5.38 12 12v184c0 6.62-5.38 12-12 12H36c-6.62 0-12-5.38-12-12v-88c0-6.63-5.37-12-12-12s-12 5.37-12 12v88c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V36c0-19.85-16.15-36-36-36z"
26
+ }), _react.default.createElement("path", {
27
+ d: "M6.64 94.73c5.93 2.97 13.14.56 16.1-5.37L28.42 78h39.17l5.68 11.37a11.99 11.99 0 0 0 16.1 5.37c5.93-2.96 8.33-10.17 5.37-16.1l-36-72C56.7 2.57 52.55 0 48 0s-8.7 2.57-10.73 6.63l-36 72c-2.96 5.93-.56 13.14 5.37 16.1zM55.59 54H40.42L48 38.83 55.59 54zM118 114h36.4c16.07 0 29.75-12.4 30.56-28.45.47-9.25-3.28-17.64-9.49-23.45 2.44-4.57 3.74-9.84 3.5-15.42-.7-16.15-14.43-28.68-30.59-28.68H118c-3.31 0-6 2.69-6 6v84c0 3.31 2.69 6 6 6zm36.79-24H136V78h19c3.57 0 6.42 3.13 5.95 6.79-.39 3.02-3.11 5.21-6.16 5.21zM136 42h12.79c3.05 0 5.77 2.19 6.16 5.21A6.006 6.006 0 0 1 149 54h-13V42z"
28
+ }));
31
29
 
32
30
  FileTextIcon.displayName = 'FileTextIcon';
33
31
  FileTextIcon.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 FileVectorIcon = function FileVectorIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M29 23.262V8.737c1.75-.625 3-2.287 3-4.237A4.497 4.497 0 0 0 23.262 3H8.737A4.498 4.498 0 1 0 3 8.737V23.25c-1.75.625-3 2.3-3 4.25A4.497 4.497 0 0 0 8.737 29H23.25c.625 1.75 2.288 3 4.238 3 2.488 0 4.5-2.012 4.5-4.5A4.469 4.469 0 0 0 29 23.262zM23.262 26H8.737A4.503 4.503 0 0 0 6 23.262V8.737A4.5 4.5 0 0 0 8.737 6H23.25a4.496 4.496 0 0 0 2.738 2.737V23.25A4.563 4.563 0 0 0 23.263 26zM27.5 3c.825 0 1.5.675 1.5 1.5S28.325 6 27.5 6 26 5.325 26 4.5 26.675 3 27.5 3zm-23 0C5.325 3 6 3.675 6 4.5S5.325 6 4.5 6 3 5.325 3 4.5 3.675 3 4.5 3zm0 26c-.825 0-1.5-.675-1.5-1.5S3.675 26 4.5 26s1.5.675 1.5 1.5S5.325 29 4.5 29zm23 0c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5 1.5.675 1.5 1.5-.675 1.5-1.5 1.5zM19 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
21
- }));
22
- };
16
+ const FileVectorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M29 23.262V8.737c1.75-.625 3-2.287 3-4.237A4.497 4.497 0 0 0 23.262 3H8.737A4.498 4.498 0 1 0 3 8.737V23.25c-1.75.625-3 2.3-3 4.25A4.497 4.497 0 0 0 8.737 29H23.25c.625 1.75 2.288 3 4.238 3 2.488 0 4.5-2.012 4.5-4.5A4.469 4.469 0 0 0 29 23.262zM23.262 26H8.737A4.503 4.503 0 0 0 6 23.262V8.737A4.5 4.5 0 0 0 8.737 6H23.25a4.496 4.496 0 0 0 2.738 2.737V23.25A4.563 4.563 0 0 0 23.263 26zM27.5 3c.825 0 1.5.675 1.5 1.5S28.325 6 27.5 6 26 5.325 26 4.5 26.675 3 27.5 3zm-23 0C5.325 3 6 3.675 6 4.5S5.325 6 4.5 6 3 5.325 3 4.5 3.675 3 4.5 3zm0 26c-.825 0-1.5-.675-1.5-1.5S3.675 26 4.5 26s1.5.675 1.5 1.5S5.325 29 4.5 29zm23 0c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5 1.5.675 1.5 1.5-.675 1.5-1.5 1.5zM19 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
20
+ }));
23
21
 
24
22
  FileVectorIcon.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 FilterIcon = function FilterIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M13 32a1.505 1.505 0 0 1-1.5-1.5V19.725c0-.4-.162-.8-.45-1.075L1.663 9.525A4.457 4.457 0 0 1 0 6.038V1.501c0-.825.675-1.5 1.5-1.5h29c.825 0 1.5.675 1.5 1.5v4.537c0 1.362-.6 2.625-1.663 3.487L20.95 18.65a1.5 1.5 0 0 0-.45 1.075V27.5c0 .563-.325 1.087-.825 1.337l-6 3c-.213.113-.45.163-.675.163zM3 3v3.037c0 .463.212.9.575 1.175.038.037.087.063.125.1l9.438 9.175a4.517 4.517 0 0 1 1.363 3.225v8.35l3-1.5v-6.85c0-1.212.5-2.387 1.363-3.225l9.438-9.175c.038-.037.075-.075.125-.1.363-.287.575-.713.575-1.175V2.999h-26zm16 24.5z"
21
- }));
22
- };
16
+ const FilterIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M13 32a1.505 1.505 0 0 1-1.5-1.5V19.725c0-.4-.162-.8-.45-1.075L1.663 9.525A4.457 4.457 0 0 1 0 6.038V1.501c0-.825.675-1.5 1.5-1.5h29c.825 0 1.5.675 1.5 1.5v4.537c0 1.362-.6 2.625-1.663 3.487L20.95 18.65a1.5 1.5 0 0 0-.45 1.075V27.5c0 .563-.325 1.087-.825 1.337l-6 3c-.213.113-.45.163-.675.163zM3 3v3.037c0 .463.212.9.575 1.175.038.037.087.063.125.1l9.438 9.175a4.517 4.517 0 0 1 1.363 3.225v8.35l3-1.5v-6.85c0-1.212.5-2.387 1.363-3.225l9.438-9.175c.038-.037.075-.075.125-.1.363-.287.575-.713.575-1.175V2.999h-26zm16 24.5z"
20
+ }));
23
21
 
24
22
  FilterIcon.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 FingerprintIcon = function FingerprintIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M18.501 32c-.53 0-1.026-.284-1.294-.74a50.025 50.025 0 0 1-1.816-3.637c-1.172-2.646-2.06-5.285-2.641-7.844v-.003a1.5 1.5 0 0 1 2.927-.659c.518 2.301 1.326 4.71 2.401 7.161.909 2.07 1.715 3.461 1.715 3.461.204.345.26.749.16 1.136a1.489 1.489 0 0 1-.692.916 1.49 1.49 0 0 1-.759.207zM15 13.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 15 13.5zM12.501 32a1.499 1.499 0 0 1-1.294-.74c-.012-.021-.311-.53-.756-1.406a1.501 1.501 0 0 1 2.674-1.362c.4.786.666 1.242.67 1.246a1.5 1.5 0 0 1-.534 2.052c-.24.142-.502.209-.76.209zm12.01-.004c-.364 0-.953-.121-1.35-.817-.027-.047-1.16-2.055-1.871-3.789-.314-.766.016-1.644.775-1.975s1.644.015 1.975.775c.941 2.156 1.754 3.547 1.754 3.547.456.637.206 2.259-1.282 2.259zM9.43 25.152c-.62 0-1.2-.386-1.416-1.005-.725-2.072-1.263-4.104-1.598-6.038a1.5 1.5 0 1 1 2.957-.511c.306 1.771.803 3.641 1.474 5.558a1.5 1.5 0 0 1-1.416 1.996zm11.21-2.511a1.5 1.5 0 0 1-1.444-1.099 37.056 37.056 0 0 1-.387-1.515 1.5 1.5 0 1 1 2.922-.682c.108.457.227.926.356 1.394a1.5 1.5 0 0 1-1.448 1.903zm-1.139-7.396a1.5 1.5 0 0 1-1.5-1.485L18 13.5c0-2.524-1.976-4.5-4.5-4.5-2.03 0-3.815 1.352-4.34 3.289a1.5 1.5 0 0 1-2.895-.787c.879-3.239 3.855-5.501 7.235-5.501a7.47 7.47 0 0 1 7.5 7.5l.001.23a1.5 1.5 0 0 1-1.484 1.515h-.016zM30.5 32c-.911 0-1.22-.576-1.686-1.45a46.624 46.624 0 0 1-3.415-8.302 1.5 1.5 0 0 1 2.875-.857c1.36 4.565 3.359 8.069 3.51 8.332A1.5 1.5 0 0 1 30.5 32zM6.501 32a1.5 1.5 0 0 1-1.294-.74c-.112-.191-2.765-4.739-4.244-10.592a1.499 1.499 0 1 1 2.908-.734c1.37 5.421 3.896 9.764 3.921 9.807A1.5 1.5 0 0 1 6.499 32zm19.128-14.552a1.5 1.5 0 0 1-1.49-1.346 25.606 25.606 0 0 1-.137-2.601c0-2.961-1.268-5.803-3.477-7.796a1.5 1.5 0 0 1 2.009-2.229 13.528 13.528 0 0 1 4.468 10.025c0 .736.041 1.509.122 2.294a1.5 1.5 0 0 1-1.493 1.654zM1.516 15.876a1.501 1.501 0 0 1-1.498-1.441 22.503 22.503 0 0 1-.019-.935c0-3.554 1.406-6.926 3.961-9.495C6.528 1.422 9.915 0 13.499 0c1.053 0 2.102.122 3.121.365a1.5 1.5 0 0 1-.693 2.918 10.466 10.466 0 0 0-2.428-.284c-2.779 0-5.411 1.107-7.411 3.12-1.991 2.004-3.089 4.624-3.089 7.38 0 .27.005.545.016.818a1.5 1.5 0 0 1-1.44 1.557l-.06.001z"
21
- }));
22
- };
16
+ const FingerprintIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M18.501 32c-.53 0-1.026-.284-1.294-.74a50.025 50.025 0 0 1-1.816-3.637c-1.172-2.646-2.06-5.285-2.641-7.844v-.003a1.5 1.5 0 0 1 2.927-.659c.518 2.301 1.326 4.71 2.401 7.161.909 2.07 1.715 3.461 1.715 3.461.204.345.26.749.16 1.136a1.489 1.489 0 0 1-.692.916 1.49 1.49 0 0 1-.759.207zM15 13.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 15 13.5zM12.501 32a1.499 1.499 0 0 1-1.294-.74c-.012-.021-.311-.53-.756-1.406a1.501 1.501 0 0 1 2.674-1.362c.4.786.666 1.242.67 1.246a1.5 1.5 0 0 1-.534 2.052c-.24.142-.502.209-.76.209zm12.01-.004c-.364 0-.953-.121-1.35-.817-.027-.047-1.16-2.055-1.871-3.789-.314-.766.016-1.644.775-1.975s1.644.015 1.975.775c.941 2.156 1.754 3.547 1.754 3.547.456.637.206 2.259-1.282 2.259zM9.43 25.152c-.62 0-1.2-.386-1.416-1.005-.725-2.072-1.263-4.104-1.598-6.038a1.5 1.5 0 1 1 2.957-.511c.306 1.771.803 3.641 1.474 5.558a1.5 1.5 0 0 1-1.416 1.996zm11.21-2.511a1.5 1.5 0 0 1-1.444-1.099 37.056 37.056 0 0 1-.387-1.515 1.5 1.5 0 1 1 2.922-.682c.108.457.227.926.356 1.394a1.5 1.5 0 0 1-1.448 1.903zm-1.139-7.396a1.5 1.5 0 0 1-1.5-1.485L18 13.5c0-2.524-1.976-4.5-4.5-4.5-2.03 0-3.815 1.352-4.34 3.289a1.5 1.5 0 0 1-2.895-.787c.879-3.239 3.855-5.501 7.235-5.501a7.47 7.47 0 0 1 7.5 7.5l.001.23a1.5 1.5 0 0 1-1.484 1.515h-.016zM30.5 32c-.911 0-1.22-.576-1.686-1.45a46.624 46.624 0 0 1-3.415-8.302 1.5 1.5 0 0 1 2.875-.857c1.36 4.565 3.359 8.069 3.51 8.332A1.5 1.5 0 0 1 30.5 32zM6.501 32a1.5 1.5 0 0 1-1.294-.74c-.112-.191-2.765-4.739-4.244-10.592a1.499 1.499 0 1 1 2.908-.734c1.37 5.421 3.896 9.764 3.921 9.807A1.5 1.5 0 0 1 6.499 32zm19.128-14.552a1.5 1.5 0 0 1-1.49-1.346 25.606 25.606 0 0 1-.137-2.601c0-2.961-1.268-5.803-3.477-7.796a1.5 1.5 0 0 1 2.009-2.229 13.528 13.528 0 0 1 4.468 10.025c0 .736.041 1.509.122 2.294a1.5 1.5 0 0 1-1.493 1.654zM1.516 15.876a1.501 1.501 0 0 1-1.498-1.441 22.503 22.503 0 0 1-.019-.935c0-3.554 1.406-6.926 3.961-9.495C6.528 1.422 9.915 0 13.499 0c1.053 0 2.102.122 3.121.365a1.5 1.5 0 0 1-.693 2.918 10.466 10.466 0 0 0-2.428-.284c-2.779 0-5.411 1.107-7.411 3.12-1.991 2.004-3.089 4.624-3.089 7.38 0 .27.005.545.016.818a1.5 1.5 0 0 1-1.44 1.557l-.06.001z"
20
+ }));
23
21
 
24
22
  FingerprintIcon.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 FlagIcon = function FlagIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.475 18.363L22.3 10.5l9.175-7.862A1.49 1.49 0 0 0 32 1.501c0-.825-.675-1.5-1.5-1.5h-29c-.825 0-1.5.675-1.5 1.5v29c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5v-9.5h27.5c.825 0 1.5-.675 1.5-1.5 0-.45-.2-.863-.525-1.137zM3 18V3h23.45l-7.425 6.363c-.337.287-.525.7-.525 1.137s.188.85.525 1.137L26.45 18H3z"
21
- }));
22
- };
16
+ const FlagIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.475 18.363L22.3 10.5l9.175-7.862A1.49 1.49 0 0 0 32 1.501c0-.825-.675-1.5-1.5-1.5h-29c-.825 0-1.5.675-1.5 1.5v29c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5v-9.5h27.5c.825 0 1.5-.675 1.5-1.5 0-.45-.2-.863-.525-1.137zM3 18V3h23.45l-7.425 6.363c-.337.287-.525.7-.525 1.137s.188.85.525 1.137L26.45 18H3z"
20
+ }));
23
21
 
24
22
  FlagIcon.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 FlashIcon = function FlashIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M32 13a1.5 1.5 0 0 0-1.5-1.5h-9.767l2.711-9.592c.001-.004.001-.009.003-.012a1.5 1.5 0 0 0-2.415-1.54l-.005.004-20.5 17.501a1.499 1.499 0 0 0 .974 2.64h9.768l-2.71 9.593a1.5 1.5 0 0 0 2.416 1.547L31.476 14.14c.321-.274.526-.682.526-1.139zM12.789 26.148l1.905-6.739A1.5 1.5 0 0 0 13.25 17.5H5.567L19.211 5.852l-1.905 6.739a1.5 1.5 0 0 0 1.443 1.908h7.683L12.788 26.148z"
21
- }));
22
- };
16
+ const FlashIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M32 13a1.5 1.5 0 0 0-1.5-1.5h-9.767l2.711-9.592c.001-.004.001-.009.003-.012a1.5 1.5 0 0 0-2.415-1.54l-.005.004-20.5 17.501a1.499 1.499 0 0 0 .974 2.64h9.768l-2.71 9.593a1.5 1.5 0 0 0 2.416 1.547L31.476 14.14c.321-.274.526-.682.526-1.139zM12.789 26.148l1.905-6.739A1.5 1.5 0 0 0 13.25 17.5H5.567L19.211 5.852l-1.905 6.739a1.5 1.5 0 0 0 1.443 1.908h7.683L12.788 26.148z"
20
+ }));
23
21
 
24
22
  FlashIcon.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 FlashOffIcon = function FlashOffIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M28.11 17.011l3.374-2.881a1.5 1.5 0 0 0-.984-2.631h-9.767l2.711-9.592A1.5 1.5 0 0 0 21.028.358L.527 17.861a1.499 1.499 0 0 0 .974 2.64h9.768l-2.711 9.592a1.5 1.5 0 0 0 2.417 1.549l5.604-4.784c.39.974.977 1.887 1.766 2.675 1.56 1.56 3.609 2.339 5.656 2.339s4.098-.78 5.656-2.339c3.119-3.119 3.119-8.195 0-11.314a7.898 7.898 0 0 0-1.545-1.209zm-12.09 6.378l-3.231 2.759 1.905-6.739A1.5 1.5 0 0 0 13.25 17.5H5.567L19.211 5.852l-1.905 6.739a1.5 1.5 0 0 0 1.443 1.908h7.683l-1.659 1.416a7.986 7.986 0 0 0-8.753 7.474zm4.445 4.021a5.01 5.01 0 0 1-.899-5.848l6.746 6.746a5.01 5.01 0 0 1-5.848-.899zm7.969-1.222l-6.746-6.746a5.007 5.007 0 0 1 5.848.899 5.01 5.01 0 0 1 .899 5.848z"
21
- }));
22
- };
16
+ const FlashOffIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M28.11 17.011l3.374-2.881a1.5 1.5 0 0 0-.984-2.631h-9.767l2.711-9.592A1.5 1.5 0 0 0 21.028.358L.527 17.861a1.499 1.499 0 0 0 .974 2.64h9.768l-2.711 9.592a1.5 1.5 0 0 0 2.417 1.549l5.604-4.784c.39.974.977 1.887 1.766 2.675 1.56 1.56 3.609 2.339 5.656 2.339s4.098-.78 5.656-2.339c3.119-3.119 3.119-8.195 0-11.314a7.898 7.898 0 0 0-1.545-1.209zm-12.09 6.378l-3.231 2.759 1.905-6.739A1.5 1.5 0 0 0 13.25 17.5H5.567L19.211 5.852l-1.905 6.739a1.5 1.5 0 0 0 1.443 1.908h7.683l-1.659 1.416a7.986 7.986 0 0 0-8.753 7.474zm4.445 4.021a5.01 5.01 0 0 1-.899-5.848l6.746 6.746a5.01 5.01 0 0 1-5.848-.899zm7.969-1.222l-6.746-6.746a5.007 5.007 0 0 1 5.848.899 5.01 5.01 0 0 1 .899 5.848z"
20
+ }));
23
21
 
24
22
  FlashOffIcon.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 FlowerIcon = function FlowerIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M29.425 12.338c-.538-.412-1.275-.975-1.413-1.313-.125-.3 0-1.213.087-1.825.2-1.463.45-3.287-.788-4.513-1.225-1.225-3.05-.987-4.512-.788-.613.087-1.525.212-1.825.087-.337-.138-.9-.875-1.313-1.413-.887-1.15-1.988-2.575-3.662-2.575s-2.775 1.425-3.662 2.575c-.412.538-.975 1.275-1.313 1.413-.3.125-1.213 0-1.825-.087-1.463-.2-3.287-.45-4.513.788-1.225 1.225-.987 3.05-.788 4.513.087.613.212 1.525.087 1.825-.138.338-.875.9-1.413 1.313-1.15.887-2.575 1.988-2.575 3.662s1.425 2.775 2.575 3.663c.538.413 1.275.975 1.413 1.313.125.3 0 1.212-.087 1.825-.2 1.462-.45 3.288.788 4.512 1.225 1.225 3.05.988 4.513.788.613-.087 1.525-.212 1.825-.087.338.137.9.875 1.313 1.413.887 1.15 1.975 2.575 3.662 2.575s2.775-1.425 3.662-2.575c.413-.538.975-1.275 1.313-1.413.3-.125 1.212 0 1.825.087 1.462.2 3.288.45 4.512-.788 1.225-1.225.988-3.05.788-4.512-.087-.613-.212-1.525-.087-1.825.137-.337.875-.9 1.413-1.313C30.575 18.776 32 17.688 32 16s-1.425-2.775-2.575-3.662zM23.2 6.875c.563-.075 1.712-.237 1.988-.063.163.275.012 1.425-.063 1.988-.087.625-.163 1.25-.163 1.863l-4.175 1.725a5.944 5.944 0 0 0-1.188-1.188l1.725-4.175c.625.013 1.262-.063 1.875-.15zM13 16c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3-3-1.35-3-3zm1.713-11.6c.338-.45.975-1.263 1.287-1.4.313.125.938.95 1.288 1.4.4.525.813 1.05 1.275 1.5l-1.725 4.162c-.275-.037-.55-.063-.838-.063s-.563.025-.838.063L13.437 5.9c.475-.45.875-.975 1.275-1.5zm-7.9 2.413c.275-.162 1.425-.013 1.988.063.625.088 1.25.162 1.863.162l1.725 4.175a5.97 5.97 0 0 0-1.188 1.188l-4.162-1.738c.013-.613-.075-1.25-.162-1.863-.075-.563-.237-1.713-.063-1.987zM3.013 16c.125-.313.95-.938 1.4-1.287.525-.4 1.05-.813 1.5-1.275l4.162 1.725c-.037.275-.063.55-.063.838s.025.563.063.837l-4.162 1.725c-.45-.462-.975-.875-1.5-1.275-.462-.35-1.275-.975-1.4-1.288zM8.8 25.125c-.563.075-1.713.238-1.987.063-.162-.275-.013-1.425.063-1.988.088-.625.162-1.25.162-1.863l4.175-1.725c.338.45.738.85 1.188 1.188l-1.725 4.175h-.075c-.6-.012-1.213.075-1.8.15zm8.488 2.475c-.337.45-.975 1.262-1.288 1.4-.313-.125-.938-.95-1.287-1.4-.4-.525-.813-1.05-1.275-1.5l1.725-4.163c.275.038.55.063.838.063s.563-.025.837-.063l1.725 4.163c-.475.45-.875.975-1.275 1.5zm7.9-2.412c-.275.163-1.425.012-1.988-.063-.625-.087-1.25-.163-1.863-.163l-1.725-4.175c.45-.337.85-.738 1.188-1.188l4.175 1.725c-.012.613.075 1.25.163 1.863.063.575.225 1.725.05 2zm2.412-7.9c-.525.4-1.05.813-1.5 1.275l-4.163-1.725c.038-.275.063-.55.063-.838s-.025-.563-.063-.838l4.163-1.725c.45.463.975.875 1.5 1.275.45.338 1.262.975 1.4 1.287-.137.313-.95.938-1.4 1.287z"
21
- }));
22
- };
16
+ const FlowerIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M29.425 12.338c-.538-.412-1.275-.975-1.413-1.313-.125-.3 0-1.213.087-1.825.2-1.463.45-3.287-.788-4.513-1.225-1.225-3.05-.987-4.512-.788-.613.087-1.525.212-1.825.087-.337-.138-.9-.875-1.313-1.413-.887-1.15-1.988-2.575-3.662-2.575s-2.775 1.425-3.662 2.575c-.412.538-.975 1.275-1.313 1.413-.3.125-1.213 0-1.825-.087-1.463-.2-3.287-.45-4.513.788-1.225 1.225-.987 3.05-.788 4.513.087.613.212 1.525.087 1.825-.138.338-.875.9-1.413 1.313-1.15.887-2.575 1.988-2.575 3.662s1.425 2.775 2.575 3.663c.538.413 1.275.975 1.413 1.313.125.3 0 1.212-.087 1.825-.2 1.462-.45 3.288.788 4.512 1.225 1.225 3.05.988 4.513.788.613-.087 1.525-.212 1.825-.087.338.137.9.875 1.313 1.413.887 1.15 1.975 2.575 3.662 2.575s2.775-1.425 3.662-2.575c.413-.538.975-1.275 1.313-1.413.3-.125 1.212 0 1.825.087 1.462.2 3.288.45 4.512-.788 1.225-1.225.988-3.05.788-4.512-.087-.613-.212-1.525-.087-1.825.137-.337.875-.9 1.413-1.313C30.575 18.776 32 17.688 32 16s-1.425-2.775-2.575-3.662zM23.2 6.875c.563-.075 1.712-.237 1.988-.063.163.275.012 1.425-.063 1.988-.087.625-.163 1.25-.163 1.863l-4.175 1.725a5.944 5.944 0 0 0-1.188-1.188l1.725-4.175c.625.013 1.262-.063 1.875-.15zM13 16c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3-3-1.35-3-3zm1.713-11.6c.338-.45.975-1.263 1.287-1.4.313.125.938.95 1.288 1.4.4.525.813 1.05 1.275 1.5l-1.725 4.162c-.275-.037-.55-.063-.838-.063s-.563.025-.838.063L13.437 5.9c.475-.45.875-.975 1.275-1.5zm-7.9 2.413c.275-.162 1.425-.013 1.988.063.625.088 1.25.162 1.863.162l1.725 4.175a5.97 5.97 0 0 0-1.188 1.188l-4.162-1.738c.013-.613-.075-1.25-.162-1.863-.075-.563-.237-1.713-.063-1.987zM3.013 16c.125-.313.95-.938 1.4-1.287.525-.4 1.05-.813 1.5-1.275l4.162 1.725c-.037.275-.063.55-.063.838s.025.563.063.837l-4.162 1.725c-.45-.462-.975-.875-1.5-1.275-.462-.35-1.275-.975-1.4-1.288zM8.8 25.125c-.563.075-1.713.238-1.987.063-.162-.275-.013-1.425.063-1.988.088-.625.162-1.25.162-1.863l4.175-1.725c.338.45.738.85 1.188 1.188l-1.725 4.175h-.075c-.6-.012-1.213.075-1.8.15zm8.488 2.475c-.337.45-.975 1.262-1.288 1.4-.313-.125-.938-.95-1.287-1.4-.4-.525-.813-1.05-1.275-1.5l1.725-4.163c.275.038.55.063.838.063s.563-.025.837-.063l1.725 4.163c-.475.45-.875.975-1.275 1.5zm7.9-2.412c-.275.163-1.425.012-1.988-.063-.625-.087-1.25-.163-1.863-.163l-1.725-4.175c.45-.337.85-.738 1.188-1.188l4.175 1.725c-.012.613.075 1.25.163 1.863.063.575.225 1.725.05 2zm2.412-7.9c-.525.4-1.05.813-1.5 1.275l-4.163-1.725c.038-.275.063-.55.063-.838s-.025-.563-.063-.838l4.163-1.725c.45.463.975.875 1.5 1.275.45.338 1.262.975 1.4 1.287-.137.313-.95.938-1.4 1.287z"
20
+ }));
23
21
 
24
22
  FlowerIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,14 +13,12 @@ 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 FolderIcon = function FolderIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- d: "M220,256H36A36.041,36.041,0,0,1,0,220V36A36.041,36.041,0,0,1,36,0H93.167a35.8,35.8,0,0,1,32.2,19.9L136.1,41.366A11.935,11.935,0,0,0,146.833,48H220a36.041,36.041,0,0,1,36,36V220A36.041,36.041,0,0,1,220,256ZM36,24A12.014,12.014,0,0,0,24,36V220a12.014,12.014,0,0,0,12,12H220a12.014,12.014,0,0,0,12-12V84a12.014,12.014,0,0,0-12-12H146.833a35.8,35.8,0,0,1-32.2-19.9L103.9,30.634A11.935,11.935,0,0,0,93.167,24Z",
21
- fill: props.color
22
- }));
23
- };
16
+ const FolderIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M220,256H36A36.041,36.041,0,0,1,0,220V36A36.041,36.041,0,0,1,36,0H93.167a35.8,35.8,0,0,1,32.2,19.9L136.1,41.366A11.935,11.935,0,0,0,146.833,48H220a36.041,36.041,0,0,1,36,36V220A36.041,36.041,0,0,1,220,256ZM36,24A12.014,12.014,0,0,0,24,36V220a12.014,12.014,0,0,0,12,12H220a12.014,12.014,0,0,0,12-12V84a12.014,12.014,0,0,0-12-12H146.833a35.8,35.8,0,0,1-32.2-19.9L103.9,30.634A11.935,11.935,0,0,0,93.167,24Z",
20
+ fill: props.color
21
+ }));
24
22
 
25
23
  FolderIcon.displayName = 'FolderIcon';
26
24
  FolderIcon.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 FolderSolidIcon = function FolderSolidIcon(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 6h-9.15a1.47 1.47 0 0 1-1.337-.825l-1.338-2.688A4.481 4.481 0 0 0 11.65 0H4.5A4.498 4.498 0 0 0 0 4.5v23C0 29.988 2.013 32 4.5 32h23c2.488 0 4.5-2.012 4.5-4.5v-17C32 8.012 29.988 6 27.5 6z"
21
- }));
22
- };
16
+ const FolderSolidIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 6h-9.15a1.47 1.47 0 0 1-1.337-.825l-1.338-2.688A4.481 4.481 0 0 0 11.65 0H4.5A4.498 4.498 0 0 0 0 4.5v23C0 29.988 2.013 32 4.5 32h23c2.488 0 4.5-2.012 4.5-4.5v-17C32 8.012 29.988 6 27.5 6z"
20
+ }));
23
21
 
24
22
  FolderSolidIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,14 +13,12 @@ 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 FolderZipIcon = function FolderZipIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- d: "M220 48h-96V36c0-19.85-16.15-36-36-36H36C16.15 0 0 16.15 0 36v184c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V84c0-19.85-16.15-36-36-36zM48 84v136c0 6.62-5.38 12-12 12s-12-5.38-12-12V36c0-6.62 5.38-12 12-12h52c6.62 0 12 5.38 12 12v12H84c-19.85 0-36 16.15-36 36zm24 136V84c0-6.62 5.38-12 12-12h56v24h-7.5c-6.63 0-12 5.37-12 12s5.37 12 12 12h7.5v22h-7.5c-6.63 0-12 5.37-12 12s5.37 12 12 12h7.5v22h-7.5c-6.63 0-12 5.37-12 12s5.37 12 12 12h7.5v20H69.94c1.33-3.75 2.06-7.79 2.06-12zm160 0c0 6.62-5.38 12-12 12h-56v-20h7.5c6.63 0 12-5.37 12-12s-5.37-12-12-12H164v-22h7.5c6.63 0 12-5.37 12-12s-5.37-12-12-12H164v-22h7.5c6.63 0 12-5.37 12-12s-5.37-12-12-12H164V72h56c6.62 0 12 5.38 12 12v136z",
21
- fill: props.color
22
- }));
23
- };
16
+ const FolderZipIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M220 48h-96V36c0-19.85-16.15-36-36-36H36C16.15 0 0 16.15 0 36v184c0 19.85 16.15 36 36 36h184c19.85 0 36-16.15 36-36V84c0-19.85-16.15-36-36-36zM48 84v136c0 6.62-5.38 12-12 12s-12-5.38-12-12V36c0-6.62 5.38-12 12-12h52c6.62 0 12 5.38 12 12v12H84c-19.85 0-36 16.15-36 36zm24 136V84c0-6.62 5.38-12 12-12h56v24h-7.5c-6.63 0-12 5.37-12 12s5.37 12 12 12h7.5v22h-7.5c-6.63 0-12 5.37-12 12s5.37 12 12 12h7.5v22h-7.5c-6.63 0-12 5.37-12 12s5.37 12 12 12h7.5v20H69.94c1.33-3.75 2.06-7.79 2.06-12zm160 0c0 6.62-5.38 12-12 12h-56v-20h7.5c6.63 0 12-5.37 12-12s-5.37-12-12-12H164v-22h7.5c6.63 0 12-5.37 12-12s-5.37-12-12-12H164v-22h7.5c6.63 0 12-5.37 12-12s-5.37-12-12-12H164V72h56c6.62 0 12 5.38 12 12v136z",
20
+ fill: props.color
21
+ }));
24
22
 
25
23
  FolderZipIcon.displayName = 'FolderZipIcon';
26
24
  FolderZipIcon.propTypes = {
@@ -13,15 +13,13 @@ 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 FurloughNavigatorIcon = function FurloughNavigatorIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 24 25"
19
- }, props), _react.default.createElement("path", {
20
- d: "M7.929 7.803c.272-.254.567-.476.886-.67L7.047 5.467c-.124-.092-.29.032-.235.175l1.117 2.16zm-.954 6.845l-1.662 1.768c-.092.124.032.29.175.235l2.156-1.117a5.72 5.72 0 01-.67-.886zm8.385 1.149a5.31 5.31 0 01-.891.674l1.781 1.675c.125.093.291-.032.236-.175l-1.127-2.174zm2.45-8.825l-2.173 1.126c.249.272.475.568.669.89l1.68-1.78c.092-.125-.032-.292-.175-.236z"
21
- }), _react.default.createElement("path", {
22
- d: "M23.609 13.29l-1.805-.572a9.87 9.87 0 00-1.375-6.074 9.925 9.925 0 00-6.137-4.542c-.171-.042-.342-.07-.513-.102L13.724.2c-.032-.23-.346-.272-.438-.06l-.545 1.713a9.92 9.92 0 00-6.004 1.38 9.927 9.927 0 00-4.54 6.139c-.051.198-.079.397-.116.595l-1.883.056c-.23.032-.272.346-.06.438l1.805.573a9.879 9.879 0 001.393 5.89 9.925 9.925 0 006.138 4.541c.161.042.327.074.489.107l.06 1.98c.032.23.346.272.438.06l.6-1.888c.282.023.559.041.835.041 1.791 0 3.55-.484 5.123-1.43a9.903 9.903 0 004.536-6.14c.032-.133.05-.272.079-.406l1.905-.06c.24-.032.282-.346.07-.438zm-9.654-9.845a8.54 8.54 0 015.288 3.91 8.52 8.52 0 011.21 4.934l-3.91-1.242a4.772 4.772 0 00-2.598-3.452l-.124-4.177c.046.013.092.018.134.027zM11.3 14.122a2.17 2.17 0 01-.457-.171c-.004 0-.009-.005-.013-.01a2.437 2.437 0 01-.393-.244 2.318 2.318 0 01-.71-.937 2.866 2.866 0 01-.093-.282l-.027-.11a2.082 2.082 0 01-.042-.245c-.01-.07-.01-.138-.014-.208 0-.06-.004-.124 0-.184.01-.139.028-.277.06-.416a2.18 2.18 0 01.139-.388c.009-.023.023-.05.032-.078.05-.102.11-.194.17-.282.033-.041.06-.087.093-.129.25-.314.577-.554.942-.706.082-.032.17-.06.258-.083.046-.014.088-.023.134-.037.073-.014.147-.028.226-.037.074-.01.148-.01.221-.014.06 0 .116-.004.176 0 .138.01.277.028.415.06.134.032.263.083.388.139.027.013.055.023.083.037.097.05.189.106.277.166l.138.097c.31.249.55.567.697.932.037.088.06.175.088.263.013.042.023.083.032.125.018.074.027.152.037.23.009.07.009.144.014.218 0 .06.004.12 0 .18-.01.138-.028.277-.06.415a2.205 2.205 0 01-.171.461c-.005.005-.005.01-.01.014a2.308 2.308 0 01-1.463 1.19c-.036.01-.068.02-.105.029a2.342 2.342 0 01-.25.041c-.064.01-.133.01-.203.01-.064 0-.124.004-.189 0a1.29 1.29 0 01-.42-.046zM3.544 9.709a8.542 8.542 0 013.909-5.29 8.52 8.52 0 014.859-1.218l-1.265 3.983a4.772 4.772 0 00-3.479 2.617l-4.07.125c.018-.074.027-.143.046-.217zm6.262 10.413a8.54 8.54 0 01-5.288-3.91 8.545 8.545 0 01-1.223-4.745l3.871 1.228a4.77 4.77 0 002.626 3.471l.12 3.975c-.032-.005-.069-.01-.106-.019zm10.41-6.264a8.53 8.53 0 01-3.908 5.29 8.536 8.536 0 01-4.817 1.223l1.209-3.808a4.77 4.77 0 003.442-2.608l4.08-.124c0 .009 0 .018-.005.027z"
23
- }));
24
- };
16
+ const FurloughNavigatorIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 24 25"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M7.929 7.803c.272-.254.567-.476.886-.67L7.047 5.467c-.124-.092-.29.032-.235.175l1.117 2.16zm-.954 6.845l-1.662 1.768c-.092.124.032.29.175.235l2.156-1.117a5.72 5.72 0 01-.67-.886zm8.385 1.149a5.31 5.31 0 01-.891.674l1.781 1.675c.125.093.291-.032.236-.175l-1.127-2.174zm2.45-8.825l-2.173 1.126c.249.272.475.568.669.89l1.68-1.78c.092-.125-.032-.292-.175-.236z"
20
+ }), _react.default.createElement("path", {
21
+ d: "M23.609 13.29l-1.805-.572a9.87 9.87 0 00-1.375-6.074 9.925 9.925 0 00-6.137-4.542c-.171-.042-.342-.07-.513-.102L13.724.2c-.032-.23-.346-.272-.438-.06l-.545 1.713a9.92 9.92 0 00-6.004 1.38 9.927 9.927 0 00-4.54 6.139c-.051.198-.079.397-.116.595l-1.883.056c-.23.032-.272.346-.06.438l1.805.573a9.879 9.879 0 001.393 5.89 9.925 9.925 0 006.138 4.541c.161.042.327.074.489.107l.06 1.98c.032.23.346.272.438.06l.6-1.888c.282.023.559.041.835.041 1.791 0 3.55-.484 5.123-1.43a9.903 9.903 0 004.536-6.14c.032-.133.05-.272.079-.406l1.905-.06c.24-.032.282-.346.07-.438zm-9.654-9.845a8.54 8.54 0 015.288 3.91 8.52 8.52 0 011.21 4.934l-3.91-1.242a4.772 4.772 0 00-2.598-3.452l-.124-4.177c.046.013.092.018.134.027zM11.3 14.122a2.17 2.17 0 01-.457-.171c-.004 0-.009-.005-.013-.01a2.437 2.437 0 01-.393-.244 2.318 2.318 0 01-.71-.937 2.866 2.866 0 01-.093-.282l-.027-.11a2.082 2.082 0 01-.042-.245c-.01-.07-.01-.138-.014-.208 0-.06-.004-.124 0-.184.01-.139.028-.277.06-.416a2.18 2.18 0 01.139-.388c.009-.023.023-.05.032-.078.05-.102.11-.194.17-.282.033-.041.06-.087.093-.129.25-.314.577-.554.942-.706.082-.032.17-.06.258-.083.046-.014.088-.023.134-.037.073-.014.147-.028.226-.037.074-.01.148-.01.221-.014.06 0 .116-.004.176 0 .138.01.277.028.415.06.134.032.263.083.388.139.027.013.055.023.083.037.097.05.189.106.277.166l.138.097c.31.249.55.567.697.932.037.088.06.175.088.263.013.042.023.083.032.125.018.074.027.152.037.23.009.07.009.144.014.218 0 .06.004.12 0 .18-.01.138-.028.277-.06.415a2.205 2.205 0 01-.171.461c-.005.005-.005.01-.01.014a2.308 2.308 0 01-1.463 1.19c-.036.01-.068.02-.105.029a2.342 2.342 0 01-.25.041c-.064.01-.133.01-.203.01-.064 0-.124.004-.189 0a1.29 1.29 0 01-.42-.046zM3.544 9.709a8.542 8.542 0 013.909-5.29 8.52 8.52 0 014.859-1.218l-1.265 3.983a4.772 4.772 0 00-3.479 2.617l-4.07.125c.018-.074.027-.143.046-.217zm6.262 10.413a8.54 8.54 0 01-5.288-3.91 8.545 8.545 0 01-1.223-4.745l3.871 1.228a4.77 4.77 0 002.626 3.471l.12 3.975c-.032-.005-.069-.01-.106-.019zm10.41-6.264a8.53 8.53 0 01-3.908 5.29 8.536 8.536 0 01-4.817 1.223l1.209-3.808a4.77 4.77 0 003.442-2.608l4.08-.124c0 .009 0 .018-.005.027z"
22
+ }));
25
23
 
26
24
  FurloughNavigatorIcon.propTypes = {
27
25
  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 GalleryIcon = function GalleryIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M29 0H3C1.346 0 0 1.346 0 3v26c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3V3c0-1.654-1.346-3-3-3zm0 3l.001 17.136a15.418 15.418 0 0 0-5.314-.948c-2.371 0-4.72.555-6.841 1.605l-5.485-6.051a1.5 1.5 0 0 0-2.173-.053l-6.189 6.19V3h26zM3 25.121l7.196-7.196L20.235 29H3v-3.879zM29 29h-4.716l-5.325-5.875a12.298 12.298 0 0 1 10.043.259v5.615c.001.001 0 .001-.001.001zm-7.5-14c2.481 0 4.5-2.019 4.5-4.5S23.981 6 21.5 6 17 8.019 17 10.5s2.019 4.5 4.5 4.5zm0-6a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 21.5 9z"
21
- }));
22
- };
16
+ const GalleryIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M29 0H3C1.346 0 0 1.346 0 3v26c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3V3c0-1.654-1.346-3-3-3zm0 3l.001 17.136a15.418 15.418 0 0 0-5.314-.948c-2.371 0-4.72.555-6.841 1.605l-5.485-6.051a1.5 1.5 0 0 0-2.173-.053l-6.189 6.19V3h26zM3 25.121l7.196-7.196L20.235 29H3v-3.879zM29 29h-4.716l-5.325-5.875a12.298 12.298 0 0 1 10.043.259v5.615c.001.001 0 .001-.001.001zm-7.5-14c2.481 0 4.5-2.019 4.5-4.5S23.981 6 21.5 6 17 8.019 17 10.5s2.019 4.5 4.5 4.5zm0-6a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 21.5 9z"
20
+ }));
23
21
 
24
22
  GalleryIcon.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 GestureTouchIcon = function GestureTouchIcon(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 32H11.731a4.493 4.493 0 0 1-4.165-2.796c-.667-1.621-1.789-3.876-3.345-5.407l-2.87-2.87A4.592 4.592 0 0 1 0 17.68a4.62 4.62 0 0 1 1.586-3.512c1.824-1.589 4.616-1.469 6.356.271l2.433 2.431V4.626c0-2.502 2.035-4.576 4.536-4.624a4.558 4.558 0 0 1 3.294 1.323 4.754 4.754 0 0 1 1.42 3.371v8.069l8.852 2.001A4.474 4.474 0 0 1 32 19.159v8.342c0 2.481-2.019 4.5-4.5 4.5zM4.596 16.045c-.375 0-.745.126-1.04.383A1.604 1.604 0 0 0 3 17.664c.002.434.17.839.473 1.141l2.861 2.861c1.909 1.879 3.234 4.516 4.008 6.396a1.5 1.5 0 0 0 1.39.938h15.769a1.5 1.5 0 0 0 1.5-1.5v-8.343a1.49 1.49 0 0 0-1.175-1.464l-.006-.001-10.025-2.266a1.5 1.5 0 0 1-1.169-1.463V4.694c0-.457-.19-.906-.521-1.23a1.572 1.572 0 0 0-1.136-.465 1.634 1.634 0 0 0-1.592 1.625v12.244c0 1.218-.728 2.305-1.853 2.771s-2.409.211-3.27-.65l-2.433-2.433a1.734 1.734 0 0 0-1.224-.512zm5.778.839z"
21
- }));
22
- };
16
+ const GestureTouchIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 32H11.731a4.493 4.493 0 0 1-4.165-2.796c-.667-1.621-1.789-3.876-3.345-5.407l-2.87-2.87A4.592 4.592 0 0 1 0 17.68a4.62 4.62 0 0 1 1.586-3.512c1.824-1.589 4.616-1.469 6.356.271l2.433 2.431V4.626c0-2.502 2.035-4.576 4.536-4.624a4.558 4.558 0 0 1 3.294 1.323 4.754 4.754 0 0 1 1.42 3.371v8.069l8.852 2.001A4.474 4.474 0 0 1 32 19.159v8.342c0 2.481-2.019 4.5-4.5 4.5zM4.596 16.045c-.375 0-.745.126-1.04.383A1.604 1.604 0 0 0 3 17.664c.002.434.17.839.473 1.141l2.861 2.861c1.909 1.879 3.234 4.516 4.008 6.396a1.5 1.5 0 0 0 1.39.938h15.769a1.5 1.5 0 0 0 1.5-1.5v-8.343a1.49 1.49 0 0 0-1.175-1.464l-.006-.001-10.025-2.266a1.5 1.5 0 0 1-1.169-1.463V4.694c0-.457-.19-.906-.521-1.23a1.572 1.572 0 0 0-1.136-.465 1.634 1.634 0 0 0-1.592 1.625v12.244c0 1.218-.728 2.305-1.853 2.771s-2.409.211-3.27-.65l-2.433-2.433a1.734 1.734 0 0 0-1.224-.512zm5.778.839z"
20
+ }));
23
21
 
24
22
  GestureTouchIcon.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 GhostIcon = function GhostIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M11.162 32c-.275 0-.55-.075-.787-.225l-4.037-2.512-4.037 2.512c-.462.288-1.05.3-1.525.038S.001 31.051.001 30.5V16c0-8.825 7.175-16 16-16s16 7.175 16 16v14.5c0 .55-.3 1.05-.775 1.313s-1.063.25-1.525-.038l-4.038-2.512-4.038 2.512c-.488.3-1.1.3-1.587 0L16 29.263l-4.037 2.512a1.55 1.55 0 0 1-.8.225zm-4.824-6c.275 0 .55.075.787.225l4.037 2.512 4.037-2.512c.488-.3 1.1-.3 1.587 0l4.037 2.512 4.038-2.512c.488-.3 1.1-.3 1.587 0l2.538 1.575V16c0-7.162-5.837-13-13-13S2.998 8.838 2.998 16v11.8l2.537-1.575c.25-.15.525-.225.8-.225zM13 14.25a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 13 14.25zm9 0a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 22 14.25z"
21
- }));
22
- };
16
+ const GhostIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M11.162 32c-.275 0-.55-.075-.787-.225l-4.037-2.512-4.037 2.512c-.462.288-1.05.3-1.525.038S.001 31.051.001 30.5V16c0-8.825 7.175-16 16-16s16 7.175 16 16v14.5c0 .55-.3 1.05-.775 1.313s-1.063.25-1.525-.038l-4.038-2.512-4.038 2.512c-.488.3-1.1.3-1.587 0L16 29.263l-4.037 2.512a1.55 1.55 0 0 1-.8.225zm-4.824-6c.275 0 .55.075.787.225l4.037 2.512 4.037-2.512c.488-.3 1.1-.3 1.587 0l4.037 2.512 4.038-2.512c.488-.3 1.1-.3 1.587 0l2.538 1.575V16c0-7.162-5.837-13-13-13S2.998 8.838 2.998 16v11.8l2.537-1.575c.25-.15.525-.225.8-.225zM13 14.25a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 13 14.25zm9 0a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 22 14.25z"
20
+ }));
23
21
 
24
22
  GhostIcon.propTypes = {
25
23
  size: _propTypes.number