bright-components 9.32.0 → 10.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (471) hide show
  1. package/.babelrc +1 -1
  2. package/dist/animations/SlideUp/index.js +32 -20
  3. package/dist/components/A/index.js +18 -14
  4. package/dist/components/Alert/index.js +24 -57
  5. package/dist/components/Avatar/index.js +29 -34
  6. package/dist/components/Avatar/utils/getAcronym/index.js +2 -4
  7. package/dist/components/Badge/index.js +14 -20
  8. package/dist/components/Breadcrumbs/index.js +33 -41
  9. package/dist/components/BrowserWarning/index.js +39 -37
  10. package/dist/components/BrowserWarning/supportsStaticImport.js +1 -1
  11. package/dist/components/BulletedList/index.js +19 -35
  12. package/dist/components/Button/BaseButton/index.js +46 -38
  13. package/dist/components/Button/BrandButton/index.js +20 -13
  14. package/dist/components/Button/Button/index.js +63 -66
  15. package/dist/components/Button/OutlineButton/index.js +41 -43
  16. package/dist/components/Button/WhiteOutlineButton/index.js +16 -13
  17. package/dist/components/ButtonGroup/index.js +33 -16
  18. package/dist/components/Checkbox/index.js +89 -68
  19. package/dist/components/Chevron/Chevron/index.js +13 -18
  20. package/dist/components/Chevron/CircledChevron/index.js +30 -17
  21. package/dist/components/CopyToClipboard/index.js +49 -59
  22. package/dist/components/CountryPicker/index.js +17 -19
  23. package/dist/components/DateInput/index.js +68 -89
  24. package/dist/components/DayMonthInput/index.js +29 -47
  25. package/dist/components/DayMonthInput/utils/getDayValue/index.js +3 -3
  26. package/dist/components/DayPicker/index.js +176 -214
  27. package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
  28. package/dist/components/DayPickerPanel/Header/index.js +53 -96
  29. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
  30. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
  31. package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
  32. package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
  33. package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
  34. package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
  35. package/dist/components/DayPickerPanel/index.js +173 -217
  36. package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
  37. package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
  38. package/dist/components/Donut/index.js +73 -31
  39. package/dist/components/DropZone/index.js +21 -54
  40. package/dist/components/Dropdown/DropdownItem/index.js +11 -14
  41. package/dist/components/Dropdown/index.js +71 -118
  42. package/dist/components/DurationInput/index.js +41 -56
  43. package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
  44. package/dist/components/EmployeeCard/index.js +24 -40
  45. package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
  46. package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
  47. package/dist/components/EmployeePicker/Group/index.js +70 -127
  48. package/dist/components/EmployeePicker/GroupList/index.js +20 -24
  49. package/dist/components/EmployeePicker/Item/index.js +76 -122
  50. package/dist/components/EmployeePicker/index.js +67 -77
  51. package/dist/components/EmployeePicker/utils/index.js +9 -21
  52. package/dist/components/ErrorMessage/index.js +16 -29
  53. package/dist/components/Expando/index.js +62 -96
  54. package/dist/components/Fieldset/index.js +24 -18
  55. package/dist/components/FileIcons/index.js +14 -12
  56. package/dist/components/FilterRadioGroup/index.js +59 -55
  57. package/dist/components/Form/index.js +195 -198
  58. package/dist/components/Form/utils/runFormValidation.js +11 -11
  59. package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
  60. package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
  61. package/dist/components/FormLayout/FormRow/index.js +9 -14
  62. package/dist/components/FormLayout/index.js +1 -14
  63. package/dist/components/Formik/FormikCheckbox/index.js +8 -8
  64. package/dist/components/Formik/FormikDayPicker/index.js +23 -17
  65. package/dist/components/Formik/FormikInput/index.js +10 -10
  66. package/dist/components/Formik/FormikOptions/index.js +13 -20
  67. package/dist/components/Formik/FormikRadio/index.js +10 -10
  68. package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
  69. package/dist/components/Formik/FormikResetButton/index.js +5 -3
  70. package/dist/components/Formik/FormikSelect/index.js +10 -10
  71. package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
  72. package/dist/components/Formik/FormikTextarea/index.js +10 -10
  73. package/dist/components/Formik/FormikTypeahead/index.js +26 -30
  74. package/dist/components/Formik/FormikValidation/index.js +12 -21
  75. package/dist/components/Formik/index.js +1 -14
  76. package/dist/components/HR/index.js +12 -14
  77. package/dist/components/Icons/AddIcon/index.js +6 -8
  78. package/dist/components/Icons/AddSquare/index.js +5 -7
  79. package/dist/components/Icons/Alarmclock/index.js +5 -7
  80. package/dist/components/Icons/Anchor/index.js +5 -7
  81. package/dist/components/Icons/Apps/index.js +5 -7
  82. package/dist/components/Icons/ArrowBigDown/index.js +5 -7
  83. package/dist/components/Icons/ArrowLoop/index.js +5 -7
  84. package/dist/components/Icons/Baby/index.js +5 -7
  85. package/dist/components/Icons/BackArrow/index.js +5 -7
  86. package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
  87. package/dist/components/Icons/Beta/index.js +5 -7
  88. package/dist/components/Icons/Blip/index.js +12 -14
  89. package/dist/components/Icons/Book/index.js +5 -7
  90. package/dist/components/Icons/Bookmark/index.js +5 -7
  91. package/dist/components/Icons/BoomMoodle/index.js +8 -10
  92. package/dist/components/Icons/BoxTruck/index.js +5 -7
  93. package/dist/components/Icons/BrighhrApp/index.js +5 -7
  94. package/dist/components/Icons/BrightAdvice/index.js +5 -7
  95. package/dist/components/Icons/Browser/index.js +5 -7
  96. package/dist/components/Icons/Bullhorn/index.js +5 -7
  97. package/dist/components/Icons/Cake/index.js +5 -7
  98. package/dist/components/Icons/Calculator/index.js +5 -7
  99. package/dist/components/Icons/Calendar/index.js +25 -27
  100. package/dist/components/Icons/CalendarAdd/index.js +11 -13
  101. package/dist/components/Icons/CalendarBlackout/index.js +5 -7
  102. package/dist/components/Icons/CalendarCross/index.js +9 -11
  103. package/dist/components/Icons/CalendarDates/index.js +5 -7
  104. package/dist/components/Icons/CalendarInfo/index.js +5 -7
  105. package/dist/components/Icons/CalendarOverlap/index.js +5 -7
  106. package/dist/components/Icons/Camera/index.js +5 -7
  107. package/dist/components/Icons/CameraAperture/index.js +5 -7
  108. package/dist/components/Icons/Cart/index.js +11 -13
  109. package/dist/components/Icons/Case/index.js +5 -7
  110. package/dist/components/Icons/Certificate/index.js +5 -7
  111. package/dist/components/Icons/Chair/index.js +5 -7
  112. package/dist/components/Icons/Chat/index.js +5 -7
  113. package/dist/components/Icons/CheckCircle/index.js +5 -7
  114. package/dist/components/Icons/Checklist/index.js +5 -7
  115. package/dist/components/Icons/Chevron/index.js +5 -7
  116. package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
  117. package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
  118. package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
  119. package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
  120. package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
  121. package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
  122. package/dist/components/Icons/ChevronDown/index.js +5 -7
  123. package/dist/components/Icons/ChevronLeft/index.js +5 -7
  124. package/dist/components/Icons/ChevronRight/index.js +5 -7
  125. package/dist/components/Icons/ChevronUp/index.js +5 -7
  126. package/dist/components/Icons/Clear/index.js +5 -7
  127. package/dist/components/Icons/Clipboard/index.js +40 -42
  128. package/dist/components/Icons/Clock/index.js +7 -9
  129. package/dist/components/Icons/Close/index.js +7 -3
  130. package/dist/components/Icons/ClothesHanger/index.js +5 -7
  131. package/dist/components/Icons/Clothing/index.js +5 -7
  132. package/dist/components/Icons/Cog/index.js +5 -7
  133. package/dist/components/Icons/Compass/index.js +5 -7
  134. package/dist/components/Icons/Compassion/index.js +7 -9
  135. package/dist/components/Icons/Compassionate/index.js +5 -7
  136. package/dist/components/Icons/Conflict/index.js +5 -7
  137. package/dist/components/Icons/ContactCard/index.js +5 -7
  138. package/dist/components/Icons/Contrast/index.js +5 -7
  139. package/dist/components/Icons/Copy/index.js +5 -7
  140. package/dist/components/Icons/Court/index.js +5 -7
  141. package/dist/components/Icons/Crib/index.js +5 -7
  142. package/dist/components/Icons/Crop/index.js +5 -7
  143. package/dist/components/Icons/Cross/index.js +5 -7
  144. package/dist/components/Icons/CrossCircle/index.js +5 -7
  145. package/dist/components/Icons/CrossThick/index.js +29 -0
  146. package/dist/components/Icons/Crown/index.js +5 -7
  147. package/dist/components/Icons/Dependants/index.js +5 -7
  148. package/dist/components/Icons/DesktopComputer/index.js +5 -7
  149. package/dist/components/Icons/Dial/index.js +5 -7
  150. package/dist/components/Icons/Diamond/index.js +5 -7
  151. package/dist/components/Icons/Diaper/index.js +5 -7
  152. package/dist/components/Icons/DisabilityMobility/index.js +5 -7
  153. package/dist/components/Icons/Door/index.js +5 -7
  154. package/dist/components/Icons/DownArrow/index.js +5 -7
  155. package/dist/components/Icons/Download/index.js +5 -7
  156. package/dist/components/Icons/Dropdown/index.js +17 -22
  157. package/dist/components/Icons/Edit/index.js +5 -7
  158. package/dist/components/Icons/Education/index.js +5 -7
  159. package/dist/components/Icons/Emergency/index.js +5 -7
  160. package/dist/components/Icons/Enter/index.js +5 -7
  161. package/dist/components/Icons/Error/index.js +5 -7
  162. package/dist/components/Icons/ErrorOctagon/index.js +5 -7
  163. package/dist/components/Icons/Exit/index.js +5 -7
  164. package/dist/components/Icons/Expand/index.js +5 -7
  165. package/dist/components/Icons/Eye/index.js +7 -3
  166. package/dist/components/Icons/Factory/index.js +20 -22
  167. package/dist/components/Icons/FactoryIcon/index.js +5 -7
  168. package/dist/components/Icons/Featus/index.js +5 -7
  169. package/dist/components/Icons/FeedbackLoop/index.js +5 -7
  170. package/dist/components/Icons/FileAudio/index.js +7 -9
  171. package/dist/components/Icons/FileCode/index.js +5 -7
  172. package/dist/components/Icons/FileDocument/index.js +11 -13
  173. package/dist/components/Icons/FileEmail/index.js +5 -7
  174. package/dist/components/Icons/FileMovie/index.js +5 -7
  175. package/dist/components/Icons/FilePath/index.js +5 -7
  176. package/dist/components/Icons/FilePdf/index.js +9 -11
  177. package/dist/components/Icons/FilePresentation/index.js +13 -15
  178. package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
  179. package/dist/components/Icons/FileText/index.js +11 -13
  180. package/dist/components/Icons/FileVector/index.js +5 -7
  181. package/dist/components/Icons/Filter/index.js +5 -7
  182. package/dist/components/Icons/Fingerprint/index.js +5 -7
  183. package/dist/components/Icons/Flag/index.js +5 -7
  184. package/dist/components/Icons/Flash/index.js +5 -7
  185. package/dist/components/Icons/FlashOff/index.js +5 -7
  186. package/dist/components/Icons/Flower/index.js +5 -7
  187. package/dist/components/Icons/Folder/index.js +6 -8
  188. package/dist/components/Icons/FolderSolid/index.js +5 -7
  189. package/dist/components/Icons/FolderZip/index.js +6 -8
  190. package/dist/components/Icons/FurloughNavigator/index.js +7 -9
  191. package/dist/components/Icons/Gallery/index.js +5 -7
  192. package/dist/components/Icons/GestureTouch/index.js +5 -7
  193. package/dist/components/Icons/Ghost/index.js +5 -7
  194. package/dist/components/Icons/Gift/index.js +5 -7
  195. package/dist/components/Icons/Globe/index.js +5 -7
  196. package/dist/components/Icons/Grid/index.js +5 -7
  197. package/dist/components/Icons/Headset/index.js +5 -7
  198. package/dist/components/Icons/Health/index.js +5 -7
  199. package/dist/components/Icons/Heart/index.js +5 -7
  200. package/dist/components/Icons/Help/index.js +5 -7
  201. package/dist/components/Icons/Home/index.js +5 -7
  202. package/dist/components/Icons/Hourglass/index.js +5 -7
  203. package/dist/components/Icons/IdCard/index.js +5 -7
  204. package/dist/components/Icons/Image/index.js +9 -11
  205. package/dist/components/Icons/Inbox/index.js +5 -7
  206. package/dist/components/Icons/InboxEmpty/index.js +5 -7
  207. package/dist/components/Icons/Information/index.js +5 -7
  208. package/dist/components/Icons/Injury/index.js +64 -66
  209. package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
  210. package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
  211. package/dist/components/Icons/Lazydave/index.js +71 -73
  212. package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
  213. package/dist/components/Icons/LeftArrow/index.js +5 -7
  214. package/dist/components/Icons/Legal/index.js +5 -7
  215. package/dist/components/Icons/Lightning/index.js +5 -7
  216. package/dist/components/Icons/LineChart/index.js +5 -7
  217. package/dist/components/Icons/Link/index.js +5 -7
  218. package/dist/components/Icons/List/index.js +21 -23
  219. package/dist/components/Icons/ListBullets/index.js +5 -7
  220. package/dist/components/Icons/LocationPin/index.js +5 -7
  221. package/dist/components/Icons/Loop/index.js +5 -7
  222. package/dist/components/Icons/Magicwand/index.js +5 -7
  223. package/dist/components/Icons/Mail/index.js +5 -7
  224. package/dist/components/Icons/MandatoryLeave/index.js +5 -7
  225. package/dist/components/Icons/Medal/index.js +5 -7
  226. package/dist/components/Icons/Medical/index.js +5 -7
  227. package/dist/components/Icons/MedicalBag/index.js +5 -7
  228. package/dist/components/Icons/Medication/index.js +5 -7
  229. package/dist/components/Icons/MenuHamburger/index.js +5 -7
  230. package/dist/components/Icons/Message/index.js +5 -7
  231. package/dist/components/Icons/Meteor/index.js +5 -7
  232. package/dist/components/Icons/MinusCircle/index.js +5 -7
  233. package/dist/components/Icons/MinusSquare/index.js +5 -7
  234. package/dist/components/Icons/MoneyStack/index.js +5 -7
  235. package/dist/components/Icons/MoveFile/index.js +5 -7
  236. package/dist/components/Icons/New/index.js +9 -11
  237. package/dist/components/Icons/New2/index.js +9 -11
  238. package/dist/components/Icons/NewWindow/index.js +5 -7
  239. package/dist/components/Icons/Night/index.js +5 -7
  240. package/dist/components/Icons/NotAllowed/index.js +5 -7
  241. package/dist/components/Icons/Note/index.js +7 -9
  242. package/dist/components/Icons/Notepad/index.js +5 -7
  243. package/dist/components/Icons/Notifications/index.js +5 -7
  244. package/dist/components/Icons/OrganisationConnection/index.js +5 -7
  245. package/dist/components/Icons/Overtime/index.js +5 -7
  246. package/dist/components/Icons/Pacman/index.js +5 -7
  247. package/dist/components/Icons/PadlockLocked/index.js +5 -7
  248. package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
  249. package/dist/components/Icons/PaperStack/index.js +5 -7
  250. package/dist/components/Icons/Paperclip/index.js +5 -7
  251. package/dist/components/Icons/PayrollNavigator/index.js +5 -7
  252. package/dist/components/Icons/Pencil/index.js +5 -7
  253. package/dist/components/Icons/Perspective/index.js +5 -7
  254. package/dist/components/Icons/Phone/index.js +5 -7
  255. package/dist/components/Icons/PhoneWork/index.js +5 -7
  256. package/dist/components/Icons/PieChart/index.js +5 -7
  257. package/dist/components/Icons/Pin/index.js +5 -7
  258. package/dist/components/Icons/Plaster/index.js +5 -7
  259. package/dist/components/Icons/Plus/index.js +5 -7
  260. package/dist/components/Icons/PlusCircle/index.js +5 -7
  261. package/dist/components/Icons/PoP/index.js +7 -9
  262. package/dist/components/Icons/Power/index.js +5 -7
  263. package/dist/components/Icons/Pram/index.js +5 -7
  264. package/dist/components/Icons/PrintIcon/index.js +14 -16
  265. package/dist/components/Icons/Printer/index.js +5 -7
  266. package/dist/components/Icons/Pulse/index.js +5 -7
  267. package/dist/components/Icons/Puzzle/index.js +5 -7
  268. package/dist/components/Icons/Question/index.js +5 -7
  269. package/dist/components/Icons/Radar/index.js +5 -7
  270. package/dist/components/Icons/Records/index.js +5 -7
  271. package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
  272. package/dist/components/Icons/Refresh/index.js +5 -7
  273. package/dist/components/Icons/Requests/index.js +5 -7
  274. package/dist/components/Icons/Ribbon/index.js +5 -7
  275. package/dist/components/Icons/RightArrow/index.js +5 -7
  276. package/dist/components/Icons/Road/index.js +9 -11
  277. package/dist/components/Icons/Rosette/index.js +5 -7
  278. package/dist/components/Icons/Rotas/index.js +5 -7
  279. package/dist/components/Icons/RotateImage/index.js +5 -7
  280. package/dist/components/Icons/Rush/index.js +5 -7
  281. package/dist/components/Icons/Search/index.js +5 -7
  282. package/dist/components/Icons/SelectArrow/index.js +5 -7
  283. package/dist/components/Icons/Send/index.js +5 -7
  284. package/dist/components/Icons/SettingsSliders/index.js +5 -7
  285. package/dist/components/Icons/Share/index.js +5 -7
  286. package/dist/components/Icons/Shield/index.js +5 -7
  287. package/dist/components/Icons/Shifts/index.js +5 -7
  288. package/dist/components/Icons/Shredder/index.js +5 -7
  289. package/dist/components/Icons/Signature/index.js +5 -7
  290. package/dist/components/Icons/Skull/index.js +5 -7
  291. package/dist/components/Icons/SocialFacebook/index.js +5 -7
  292. package/dist/components/Icons/SocialInstagram/index.js +5 -7
  293. package/dist/components/Icons/SocialLinkedin/index.js +5 -7
  294. package/dist/components/Icons/SocialTwitter/index.js +5 -7
  295. package/dist/components/Icons/SocialYoutube/index.js +5 -7
  296. package/dist/components/Icons/SortAscending/index.js +5 -7
  297. package/dist/components/Icons/SortDescending/index.js +5 -7
  298. package/dist/components/Icons/Stamp/index.js +5 -7
  299. package/dist/components/Icons/Star/index.js +5 -7
  300. package/dist/components/Icons/Steam/index.js +5 -7
  301. package/dist/components/Icons/Stethoscope/index.js +5 -7
  302. package/dist/components/Icons/Stop/index.js +5 -7
  303. package/dist/components/Icons/Suitcase/index.js +5 -7
  304. package/dist/components/Icons/Sun/index.js +5 -7
  305. package/dist/components/Icons/Switch/index.js +5 -7
  306. package/dist/components/Icons/TableGrid/index.js +5 -7
  307. package/dist/components/Icons/Tachograph/index.js +5 -7
  308. package/dist/components/Icons/Tag/index.js +5 -7
  309. package/dist/components/Icons/Target/index.js +5 -7
  310. package/dist/components/Icons/Tasklist/index.js +40 -42
  311. package/dist/components/Icons/ThumbsDown/index.js +5 -7
  312. package/dist/components/Icons/ThumbsUp/index.js +5 -7
  313. package/dist/components/Icons/Tick/index.js +5 -7
  314. package/dist/components/Icons/TickCircle/index.js +5 -7
  315. package/dist/components/Icons/TickThick/index.js +29 -0
  316. package/dist/components/Icons/ToilEarned/index.js +9 -11
  317. package/dist/components/Icons/ToilTaken/index.js +13 -15
  318. package/dist/components/Icons/Tooth/index.js +5 -7
  319. package/dist/components/Icons/TrainingEvents/index.js +5 -7
  320. package/dist/components/Icons/Trash/index.js +5 -7
  321. package/dist/components/Icons/Umbrella/index.js +5 -7
  322. package/dist/components/Icons/Unpaid/index.js +5 -7
  323. package/dist/components/Icons/UpArrow/index.js +5 -7
  324. package/dist/components/Icons/Upload/index.js +5 -7
  325. package/dist/components/Icons/User/index.js +5 -7
  326. package/dist/components/Icons/UserAdd/index.js +5 -7
  327. package/dist/components/Icons/UserId/index.js +5 -7
  328. package/dist/components/Icons/UserRemove/index.js +5 -7
  329. package/dist/components/Icons/Users/index.js +5 -7
  330. package/dist/components/Icons/Virus/index.js +5 -7
  331. package/dist/components/Icons/Visibility/index.js +14 -16
  332. package/dist/components/Icons/Wallet/index.js +5 -7
  333. package/dist/components/Icons/Watch/index.js +5 -7
  334. package/dist/components/Icons/Week/index.js +10 -12
  335. package/dist/components/Icons/Xing/index.js +5 -7
  336. package/dist/components/Icons/index.js +35 -46
  337. package/dist/components/InlineLoader/index.js +46 -61
  338. package/dist/components/Input/index.js +49 -34
  339. package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
  340. package/dist/components/InputBox/AdornedBox/index.js +60 -53
  341. package/dist/components/InputBox/InputError/index.js +5 -15
  342. package/dist/components/InputBox/InputFactory/index.js +17 -15
  343. package/dist/components/InputBox/UnadornedBox/index.js +34 -25
  344. package/dist/components/InputBox/index.js +4 -6
  345. package/dist/components/InputWithIcon/index.js +30 -30
  346. package/dist/components/InputWithUnit/index.js +63 -73
  347. package/dist/components/Label/index.js +9 -14
  348. package/dist/components/Legend/index.js +5 -14
  349. package/dist/components/LinkButton/index.js +29 -20
  350. package/dist/components/Lists/DL/DD/index.js +3 -14
  351. package/dist/components/Lists/DL/DT/index.js +4 -14
  352. package/dist/components/Lists/DL/index.js +3 -14
  353. package/dist/components/Lists/LI/index.js +3 -14
  354. package/dist/components/Lists/OL/index.js +3 -14
  355. package/dist/components/Lists/UL/index.js +3 -14
  356. package/dist/components/LoadingContainer/index.js +24 -25
  357. package/dist/components/Modal/ModalBody/index.js +3 -16
  358. package/dist/components/Modal/ModalHeader/index.js +23 -31
  359. package/dist/components/Modal/index.js +71 -96
  360. package/dist/components/NumberInput/componentMap/index.js +4 -2
  361. package/dist/components/NumberInput/decimalFilter/index.js +1 -1
  362. package/dist/components/NumberInput/index.js +51 -55
  363. package/dist/components/NumberInput/inputMode/index.js +1 -1
  364. package/dist/components/NumberInput/integerFilter/index.js +1 -1
  365. package/dist/components/Options/index.js +59 -66
  366. package/dist/components/PageLoader/index.js +75 -91
  367. package/dist/components/Pill/index.js +22 -35
  368. package/dist/components/ProgressBar/index.js +39 -58
  369. package/dist/components/ProgressSteps/index.js +100 -49
  370. package/dist/components/ProvincePicker/index.js +21 -23
  371. package/dist/components/Radio/index.js +54 -59
  372. package/dist/components/RadioBlock/index.js +59 -80
  373. package/dist/components/ResponsiveTabs/index.js +93 -110
  374. package/dist/components/SearchInput/index.js +64 -52
  375. package/dist/components/Select/Optgroup/index.js +7 -3
  376. package/dist/components/Select/Option/index.js +8 -4
  377. package/dist/components/Select/index.js +42 -28
  378. package/dist/components/SelectedFile/index.js +62 -85
  379. package/dist/components/Snackbar/index.js +108 -157
  380. package/dist/components/StatusBadge/index.js +15 -19
  381. package/dist/components/Styleguide/ConstantsList/index.js +40 -88
  382. package/dist/components/Switch/index.js +55 -82
  383. package/dist/components/Table/Cell/index.js +18 -21
  384. package/dist/components/Table/HeaderCell/index.js +4 -13
  385. package/dist/components/Table/Row/index.js +6 -13
  386. package/dist/components/Table/TableBody/index.js +7 -3
  387. package/dist/components/Table/TableFooter/index.js +7 -3
  388. package/dist/components/Table/TableHeader/index.js +7 -3
  389. package/dist/components/Table/index.js +3 -14
  390. package/dist/components/Tabs/Tab/index.js +23 -13
  391. package/dist/components/Tabs/TabList/index.js +8 -13
  392. package/dist/components/Tabs/TabPanel/index.js +6 -12
  393. package/dist/components/Tabs/index.js +4 -13
  394. package/dist/components/Textarea/index.js +50 -27
  395. package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
  396. package/dist/components/Time/DurationPicker/index.js +46 -62
  397. package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
  398. package/dist/components/Time/OverlayBase/index.js +77 -85
  399. package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
  400. package/dist/components/Time/TimePicker/TimeOverlay/index.js +87 -133
  401. package/dist/components/Time/TimePicker/index.js +76 -95
  402. package/dist/components/TimeInput/index.js +1 -1
  403. package/dist/components/TimePicker/DayPart/DayPartOverlay/index.js +98 -189
  404. package/dist/components/TimePicker/DayPart/index.js +59 -105
  405. package/dist/components/TimePicker/Elements/Actions/index.js +6 -14
  406. package/dist/components/TimePicker/Elements/CancelLink/index.js +7 -13
  407. package/dist/components/TimePicker/Elements/DownIcon/index.js +10 -19
  408. package/dist/components/TimePicker/Elements/IncrementNotice/index.js +6 -14
  409. package/dist/components/TimePicker/Elements/PickerSeparator/index.js +5 -14
  410. package/dist/components/TimePicker/Elements/Title/index.js +8 -14
  411. package/dist/components/TimePicker/Elements/TitleUnderline/index.js +9 -14
  412. package/dist/components/TimePicker/Elements/UpIcon/index.js +10 -19
  413. package/dist/components/TimePicker/Time/TimeInput/index.js +58 -77
  414. package/dist/components/TimePicker/Time/TimeOverlay/index.js +185 -210
  415. package/dist/components/TimePicker/Time/index.js +76 -105
  416. package/dist/components/TimePicker/utils/PickerGA/index.js +9 -7
  417. package/dist/components/TimePicker/utils/constants/loopStatus.js +1 -1
  418. package/dist/components/TimePicker/utils/limitAround/index.js +1 -1
  419. package/dist/components/TimePicker/utils/loopAround/index.js +3 -3
  420. package/dist/components/TimePicker/utils/loopAroundMinutes/index.js +3 -3
  421. package/dist/components/TimePicker/utils/roundToMultiple/index.js +1 -3
  422. package/dist/components/Tooltip/index.js +74 -80
  423. package/dist/components/Typeahead/MobileHeader/index.js +29 -24
  424. package/dist/components/Typeahead/Option/OptionImage/index.js +12 -35
  425. package/dist/components/Typeahead/Option/index.js +59 -103
  426. package/dist/components/Typeahead/Options/index.js +15 -18
  427. package/dist/components/Typeahead/index.js +191 -185
  428. package/dist/components/Typeahead/mocks/employees.js +1 -1
  429. package/dist/components/Typeahead/utils/getSelected/index.js +2 -4
  430. package/dist/components/Typography/H1/index.js +7 -14
  431. package/dist/components/Typography/H2/index.js +7 -14
  432. package/dist/components/Typography/H3/index.js +7 -14
  433. package/dist/components/Typography/H4/index.js +7 -14
  434. package/dist/components/Typography/H5/index.js +7 -14
  435. package/dist/components/Typography/H6/index.js +7 -14
  436. package/dist/components/Typography/P/index.js +4 -16
  437. package/dist/components/Typography/Small/index.js +3 -16
  438. package/dist/components/Validation/index.js +18 -20
  439. package/dist/components/WithDayPicker/index.js +40 -65
  440. package/dist/components/WithValidation/index.js +44 -61
  441. package/dist/components/XingLoader/index.js +56 -112
  442. package/dist/components/withConfirmation/index.js +69 -68
  443. package/dist/components/withModal/index.js +14 -28
  444. package/dist/constants/breakpoints/index.js +1 -1
  445. package/dist/constants/colors/index.js +47 -47
  446. package/dist/constants/documents/index.js +3 -3
  447. package/dist/constants/spacing/index.js +1 -1
  448. package/dist/constants/vars/index.js +8 -8
  449. package/dist/constants/z-index/index.js +1 -1
  450. package/dist/hooks/useClickOutside/index.js +5 -5
  451. package/dist/setupTests.js +8 -8
  452. package/dist/test-utils/renderCheck/index.js +15 -17
  453. package/dist/test-utils/waitForAsync/index.js +1 -5
  454. package/dist/utils/numbers/getBoundedValue/index.js +1 -1
  455. package/dist/utils/pad/index.js +2 -2
  456. package/dist/utils/range/index.js +3 -5
  457. package/dist/utils/roundTo/index.js +5 -5
  458. package/dist/utils/setBreakPoint/index.js +1 -3
  459. package/dist/utils/stripUnit/index.js +2 -2
  460. package/dist/utils/time/Duration/index.js +33 -41
  461. package/dist/utils/time/durationToMilliseconds/index.js +11 -21
  462. package/dist/utils/time/durationToTimeString/index.js +3 -5
  463. package/dist/utils/time/millisecondsToDuration/index.js +6 -6
  464. package/dist/utils/trackForm/index.js +34 -37
  465. package/package.json +5 -5
  466. package/src/components/Icons/CrossThick/examples.md +5 -0
  467. package/src/components/Icons/CrossThick/index.js +19 -0
  468. package/src/components/Icons/TickThick/examples.md +5 -0
  469. package/src/components/Icons/TickThick/index.js +19 -0
  470. package/src/components/Typeahead/Option/index.js +0 -1
  471. package/src/components/WithDayPicker/index.js +3 -3
@@ -13,79 +13,77 @@ 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 LazydaveMoodleIcon = function LazydaveMoodleIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 2444.6 3213.8"
19
- }, props), _react.default.createElement("path", {
20
- d: "M1612.3 1320.9l-.8-3.1c30.7 377.3-218.9 540.2-218.9 540.2l-11.5 56-66.7 365.8c-19.6 61.7-110.4 62.1-110.4 62.1-70.5 0-94.7-88.6-94.7-88.6l-107-404.9s-292.5-140.3-251.1-571.3l-6.9 4.6-11.5 6.1-10 3.8-21.5 3.8-13.8.8-17.6-3.1-9.2-3.8-10-6.9-12.3-11.5-5.4-6.1-7.7-3.8-9.2-9.2-10-11.5-6.9-8.4-3.8-5.4-6.9-13-5.4-10-3.8-8.4-3.1-10.7-6.1-13-4.6-14.6-3.1-8.4-4.6-16.1s.8-55.2 43.7-95.8l6.9-8.4 6.1-4.6 7.7-6.9 7.7-8.4 6.9-4.6 8.4-4.6 10-3.8 9.2-3.1 10.7-2.3h16.1l3.8.8 9.2 3.1 6.1 2.3 7.7 5.4 5.4 3.8 4.6 2.3 4.6 4.6 6.1 1.5s16.9-117.3 29.9-140.3l4.6-12.3 4.6-7.7 6.9-7.7 13.8-11.5 15.3-10 10.7-7.7-15.8-25.4 8.4-11.5-6.9-7.7-2.3-4.6 6.1-5.4 6.1-2.3 7.7-23.8 4.6-23.8 6.1-24.5 7.7-23.8 5.4-75.9 25.3-16.1-2.3 16.9 28.4-19.2-.8 8.4-.8 6.9s8.9-3.8 20.7-15.6c2.2 11.1 2.5 14.5-1.5 27.6 0 0 24.5-12.3 32.7-27.3l16.1 5.6 8.2-1 7.2-3.1s20.4-18.4 16.4 17.4c0 0 28.6-1 34.8-27.6h8.2s10.2 14.3 7.2 27.6c13.4-7.9 21.2-1.8 39.9-29.6l11.2 3.1s9.2 10.7 3.1 30.7c0 0 31.4-10 42.2-39.9l11.5 21.5 18.4-23 7.7 15.3 15.3-13.8s21.5 15.3 21.5 50.6c13.2-12.4 32.7-13.4 32.2-50.6 0 0 35.3 16.9 36.8 53.7 0 0 23-6.1 24.5-29.1 0 0 23.1 1.4 30.9 28.4.5 1.7.9 3.4 1.3 5.3 0 0-4.6-73.6 16.9-62.9",
21
- stroke: "#303145",
22
- strokeWidth: "9",
23
- strokeMiterlimit: "10"
24
- }), _react.default.createElement("path", {
25
- d: "M1363.1 541.8l12.3 23 9.2-18.4s21.5 12.3 19.9 36.8c0 0 35.3-27.6 44.5-23 0 0 23 27.6 9.2 58.3 8.7-9.9 15.5-25.2 30.7-18.4 0 0 24.5 32.2 18.4 53.7l18.4-16.9 12.3 18.4 13.8-4.6 3.1 18.4 13.8-4.6 6.1 10.7 7.7 9.2-3.1 13.8-13.8 32.2-6.1 19.9 1.5 26.1-1.5 19.9v18.4l7.7 16.9 4.6 12.3-13.8 13.8-12.3 6.1-10.7 10.7 15.3 10.7 12.3 15.3s23 58.3 23 153.4l-.8 6.9 8.4 2.3 7.7-19.9 15.3-19.9 7.7-10.7 10.7-6.1 10.7-9.2 9.2-1.5 10.7-6.1h16.9l9.2 1.5 12.3 1.5 16.9 7.7 13.8 9.2 10.7 10.7 10.7 10.7 7.7 12.3 6.1 15.3 10.7 13.8 4.6 12.3 6.1 13.8 3.1 15.3v32.2l-4.6 32.2-4.6 13.8-9.2 16.9-9.2 19.9-7.7 12.3-10.7 15.3-18.4 24.5-16.9 15.3-9.2 7.7-13.8 7.7-12.3 7.7-12.3 3.1-18.4 3.1h-15.3l-26.1-7.7",
26
- stroke: "#303145",
27
- strokeWidth: "9",
28
- strokeMiterlimit: "10"
29
- }), _react.default.createElement("path", {
30
- d: "M1062.5 1932.8s1 .9 3.1 2.4c2 1.5 5 3.7 8.9 6.3 3.9 2.6 8.8 5.6 14.4 8.8 5.7 3.2 12.2 6.6 19.5 9.9 3.6 1.7 7.5 3.3 11.5 4.8 4 1.6 8.2 3 12.5 4.4 4.3 1.4 8.8 2.7 13.4 3.8 4.6 1.1 9.4 2.2 14.3 3 9.7 1.6 19.9 2.6 30.2 2.6 5.2.1 10.4-.3 15.6-.6 5.2-.5 10.4-1.1 15.6-2 5.2-.8 10.3-2 15.4-3.3 2.5-.7 5-1.4 7.5-2.2 1.2-.4 2.5-.8 3.7-1.2l1.9-.6 1.8-.7c2.4-.9 4.9-1.7 7.2-2.7 2.4-.9 4.8-1.9 7.1-2.9 1.2-.5 2.3-1 3.5-1.5 1.2-.5 2.3-1.1 3.4-1.6s2.3-1.1 3.4-1.6 2.2-1.1 3.3-1.7c8.8-4.6 17-9.6 24.6-14.7 3.8-2.6 7.4-5.1 10.9-7.7 1.7-1.3 3.5-2.5 5.1-3.8 1.6-1.3 3.2-2.5 4.8-3.8 3.2-2.5 6-5 8.9-7.3 2.8-2.4 5.4-4.7 7.8-6.8 2.4-2.2 4.6-4.3 6.7-6.2 2.1-1.9 3.9-3.8 5.6-5.4 3.4-3.2 6-5.9 7.8-7.7 1.8-1.8 2.8-2.7 2.8-2.7s-.8 1.1-2.4 3.1c-.8 1-1.7 2.2-2.9 3.7-.6.7-1.2 1.5-1.8 2.3-.7.8-1.4 1.7-2.2 2.6-1.5 1.8-3.2 3.8-5.1 6-1.9 2.1-4 4.4-6.2 6.8-2.3 2.4-4.7 4.9-7.3 7.6-1.3 1.3-2.7 2.6-4.1 4-1.4 1.3-2.8 2.7-4.4 4.1-6 5.5-12.7 11.2-20.2 16.9-7.5 5.6-15.8 11.1-24.7 16.2-1.1.6-2.2 1.3-3.4 1.9-1.1.6-2.3 1.2-3.5 1.8-1.2.6-2.3 1.2-3.5 1.8-1.2.6-2.4 1.1-3.6 1.7-2.4 1.2-4.8 2.2-7.3 3.3-2.5 1.1-5 2-7.5 3l-1.9.7-1.9.7c-1.3.4-2.6.9-3.9 1.3-2.6.8-5.2 1.6-7.9 2.3-5.3 1.4-10.7 2.7-16.1 3.6-5.4 1-10.9 1.6-16.4 2.1-2.7.1-5.5.4-8.2.4-1.4 0-2.7.1-4.1.1-1.4 0-2.7 0-4.1-.1-1.4 0-2.7 0-4.1-.1-1.3-.1-2.7-.1-4-.2-2.7-.2-5.3-.4-8-.7-5.3-.6-10.5-1.4-15.5-2.4-5.1-1-10-2.3-14.7-3.6-4.7-1.4-9.3-2.9-13.7-4.6-8.8-3.3-16.9-7.1-24-11-3.6-1.9-7-3.9-10.2-5.8-3.2-2-6.1-3.9-8.8-5.8-5.5-3.7-10-7.3-13.6-10.3-3.7-3-6.4-5.6-8.2-7.3-1.9-2.4-2.8-3.4-2.8-3.4zm53.7 65.9s.1.1.4.3c.3.2.7.5 1.2.9 1.1.7 2.6 1.7 4.7 2.8.5.3 1.1.6 1.6.9.6.3 1.2.5 1.9.8 1.3.5 2.6 1.3 4.2 1.8 1.5.6 3.2 1.2 4.9 1.8 1.8.5 3.6 1.1 5.5 1.7.5.1 1 .3 1.5.5.5.1 1 .2 1.5.4 1 .2 2.1.5 3.1.7 2.1.5 4.3 1.1 6.6 1.5 2.3.4 4.6.9 7 1.3 2.4.4 4.9.6 7.4 1 1.2.2 2.5.3 3.8.5.6.1 1.3.2 1.9.2.6 0 1.3.1 1.9.1 2.6.2 5.2.4 7.9.6 1.3.1 2.6.2 4 .3 1.3 0 2.7.1 4 .1l8.1.3c1.3 0 2.7.2 4 .1h16.1c1.3 0 2.6-.1 3.9-.1l7.8-.3c2.5-.1 5.1-.2 7.5-.2 2.5-.1 4.8-.3 7.2-.4 4.7-.3 9.1-.5 13.2-.7 1 0 2-.1 3-.1 1-.1 1.9-.2 2.9-.2 1.9-.1 3.6-.3 5.3-.4 3.3-.3 6.3-.4 8.7-.5 2.4-.1 4.3-.2 5.6-.2 1.3 0 2-.1 2-.1s-.7.2-1.9.6c-1.2.3-3.1.9-5.4 1.5-2.3.6-5.2 1.4-8.4 2.2-1.6.4-3.4.8-5.2 1.3-.9.2-1.9.4-2.8.7l-3 .6c-4.1.7-8.5 1.5-13.2 2.3l-3.6.6c-1.2.2-2.4.4-3.7.5-2.5.3-5 .5-7.6.8-2.6.3-5.2.5-7.9.7-1.3.1-2.7.3-4 .3-1.4 0-2.7.1-4.1.1-2.7.1-5.5.2-8.3.2-2.8.1-5.5.2-8.3 0-2.8-.1-5.6-.3-8.3-.4-1.4-.1-2.8-.1-4.1-.2-1.4-.1-2.8-.3-4.1-.4-5.5-.6-10.9-1.2-16-2.3-1.3-.3-2.6-.5-3.8-.8-1.3-.3-2.5-.4-3.7-.8-2.4-.7-4.8-1.3-7.2-2-2.3-.6-4.5-1.5-6.7-2.3-1.1-.4-2.1-.8-3.1-1.2l-1.5-.6c-.5-.2-1-.5-1.5-.7-1.9-.9-3.7-1.8-5.5-2.6-1.7-.9-3.3-1.9-4.7-2.7-1.5-.8-2.8-1.8-4-2.7-.6-.4-1.2-.8-1.7-1.2-.5-.4-1-.9-1.5-1.3-.9-.8-1.8-1.5-2.4-2.2l-1.7-1.7c-1-1.1-1.4-1.7-1.4-1.7zm16.9 36.7s1.7 1.4 5.1 3c.4.2.8.4 1.3.7l1.5.6c1 .4 2.1 1 3.3 1.3 1.2.4 2.5.9 3.8 1.3 1.4.4 2.8.8 4.3 1.2.4.1.8.2 1.1.3l1.2.3c.8.2 1.6.4 2.4.5 1.7.4 3.3.8 5.1 1.1 1.8.3 3.6.6 5.5.9 1.9.3 3.8.5 5.7.7 1 .1 2 .2 2.9.4.5.1 1 .1 1.5.2l1.5.1c2 .1 4.1.3 6.1.4 1 .1 2.1.2 3.1.2s2.1 0 3.1.1c2.1.1 4.2.1 6.3.2 2.1.1 4.2.1 6.3.1h6.3c4.2.1 8.3-.2 12.3-.3 2 0 4-.1 5.9-.1 1.9 0 3.8-.2 5.6-.3 3.7-.2 7.1-.3 10.4-.4.8 0 1.6 0 2.4-.1.8 0 1.5-.1 2.3-.1 1.5-.1 2.9-.1 4.2-.2 2.6-.1 4.9-.2 6.8-.2 1.9-.1 3.4 0 4.4 0h1.6s-.5.2-1.5.5-2.4.8-4.2 1.3c-1.8.6-4 1.2-6.6 1.9-1.3.3-2.6.7-4.1 1.1-.7.2-1.5.4-2.2.6-.8.2-1.5.3-2.3.5-3.2.6-6.7 1.3-10.3 2-1.8.3-3.7.7-5.7.9-1.9.2-3.9.4-6 .7-2 .2-4.1.4-6.2.6-1 .1-2.1.2-3.2.3-1.1 0-2.1.1-3.2.1-2.2.1-4.3.2-6.5.2s-4.4.1-6.6 0l-6.6-.3c-1.1 0-2.2-.1-3.3-.2-1.1-.1-2.2-.2-3.2-.4-4.3-.5-8.5-1-12.6-1.9-2-.4-4-.8-6-1.3-1.9-.6-3.8-1.1-5.6-1.6-1.8-.5-3.6-1.2-5.2-1.9-.8-.3-1.7-.7-2.5-1-.4-.2-.8-.3-1.2-.5-.4-.2-.8-.4-1.1-.6-1.5-.7-2.9-1.5-4.3-2.1-1.3-.8-2.5-1.5-3.7-2.2-1.2-.7-2.2-1.5-3.1-2.2-.5-.4-.9-.7-1.3-1-.4-.4-.8-.7-1.1-1-1.5-1.3-2.5-2.4-3.1-3.2-.5-.8-.8-1.2-.8-1.2zm30.7-617.9c2-3.6-75.1-124.2-99.7 4.6 0 0 97.6-1 99.7-4.6zm36.8 3.1c4.6-3.1 115-130.4 76.7 0-.1 0-81.3 3-76.7 0zm-107.1-96.7s-1.6 1.1-4.3 3.2c-2.7 2.1-6.5 5.1-10.9 9-2.2 1.9-4.5 4.1-6.8 6.4-2.3 2.4-4.8 4.8-7.2 7.5-2.4 2.7-4.7 5.5-7.1 8.5-2.2 3-4.5 6.1-6.4 9.3-2 3.2-3.6 6.6-5.1 9.9-.7 1.7-1.3 3.4-1.9 5-.3.8-.6 1.7-.9 2.5l-.4 1.2-.4 1.2c-.5 1.6-1.1 3.2-1.5 4.8-.2.8-.5 1.6-.7 2.3-.2.8-.4 1.5-.5 2.3-.2.8-.3 1.5-.5 2.2-.2.7-.2 1.5-.4 2.2-.1.7-.3 1.4-.4 2.1l-.3 2.1c-.1.7-.2 1.4-.2 2-.1.7-.2 1.3-.2 1.9-.1 1.3-.1 2.5-.2 3.6-.1.6 0 1.1 0 1.7v4.4c.1 1.7.2 3 .2 4v1.5l-.9.3s-.3-.4-.8-1.2c-.5-.8-1.2-2-2-3.6-.4-.8-.7-1.7-1.1-2.8-.4-1-.9-2.1-1.2-3.3-.3-1.2-.6-2.5-1-3.9-.2-.7-.3-1.4-.4-2.2-.1-.7-.2-1.5-.3-2.3-.3-1.6-.2-3.2-.3-4.9v-2.6c.1-.9.1-1.8.2-2.7.1-.9.1-1.8.3-2.7.2-.9.3-1.8.5-2.8.3-1.9.9-3.7 1.5-5.6.2-.5.3-.9.5-1.4.2-.5.4-.9.6-1.4l1.2-2.7c.4-.9.9-1.8 1.4-2.7l1.5-2.7c2.1-3.5 4.4-6.9 6.8-10.1 2.4-3.3 5-6.3 7.7-9.3 2.7-2.9 5.5-5.6 8.2-8.1.7-.6 1.4-1.2 2.1-1.9l2.1-1.8c1.4-1.2 2.7-2.2 4.1-3.3 2.7-2.1 5.3-4 7.7-5.7 2.4-1.7 4.7-3.2 6.8-4.4 2-1.3 3.8-2.3 5.4-3.2 3-1.7 4.8-2.5 4.8-2.5l.7.7z"
31
- }), _react.default.createElement("path", {
32
- d: "M1282.1 1312.8s1.8.9 4.8 2.7c1.5.9 3.3 2.1 5.2 3.6 2 1.5 4.2 3.2 6.4 5.2 2.3 2 4.6 4.4 6.9 7 2.3 2.6 4.5 5.6 6.7 8.9.5.8 1 1.7 1.5 2.5l.8 1.3.7 1.3c.5.9.9 1.8 1.4 2.7.4.9.8 1.9 1.2 2.8.4.9.7 1.9 1.1 2.9.3 1 .7 2 1 3 .5 2 1.1 4.1 1.4 6.2.2 1 .4 2.1.5 3.1.1 1.1.2 2.1.3 3.2l.2 1.6v1.6c0 1.1 0 2.1.1 3.2 0 2.1-.2 4.2-.4 6.3-.3 2-.7 4-1.1 6-.6 1.9-1.1 3.8-1.7 5.6-.7 1.8-1.5 3.5-2.2 5.1-.3.8-.8 1.6-1.2 2.4-.4.8-.8 1.5-1.3 2.2-.4.7-.8 1.4-1.3 2.1-.5.7-.9 1.3-1.4 2-.9 1.3-1.8 2.5-2.6 3.6-.9 1.1-1.8 2.1-2.6 3-.8.9-1.6 1.8-2.4 2.6-.8.8-1.5 1.4-2.2 2-1.3 1.2-2.4 2.1-3.1 2.7-.7.6-1.1.9-1.1.9l-.8-.6s.2-.5.5-1.4c.4-.9.9-2.2 1.6-3.8.3-.8.8-1.6 1.2-2.6.4-1 .8-2 1.3-3.1s1-2.2 1.5-3.5c.5-1.2 1-2.5 1.5-3.9.3-.7.5-1.3.8-2 .2-.7.5-1.4.8-2.1.5-1.4 1.1-2.9 1.6-4.4.5-1.5.9-3.1 1.5-4.7.4-1.6.9-3.3 1.4-4.9.4-1.7.8-3.4 1.3-5.1.3-1.7.7-3.5 1-5.3l.3-2.7.1-1.4v-4.2c0-.9-.1-1.8-.2-2.8-.1-1.9-.5-3.7-.7-5.5l-.6-2.7c-.2-.9-.4-1.8-.7-2.7-.3-.9-.6-1.8-.8-2.6-.3-.9-.7-1.7-1-2.6l-.5-1.3-.6-1.2c-.4-.8-.8-1.6-1.1-2.4-1.6-3.2-3.4-6.2-5.3-8.9s-3.8-5.2-5.8-7.4c-1.9-2.2-3.8-4.1-5.5-5.8-1.7-1.7-3.3-3-4.6-4.1-2.6-2.2-4.3-3.3-4.3-3.3l.5-.3z"
33
- }), _react.default.createElement("path", {
34
- d: "M1230.9 1095.4s-14.2 158.4-2.8 191.7m-49.3-185.5s3.4 99.7-2.8 115",
35
- stroke: "#303145",
36
- strokeWidth: "8",
37
- strokeLinecap: "round",
38
- strokeMiterlimit: "10"
39
- }), _react.default.createElement("path", {
40
- d: "M1451.9 753.5c-28.2 6.3-30 6.5-55.8 1.7-13.6-2.5-27.2-5.1-40.1-8.6-84.2-22.9-170.9-20.6-258-8.4-25.2 3.5-49.6 9.6-73.6 15.7-20.4 5.1-40.8 6.9-62.6 5.5-9.4-.6-19-.8-28.4-.5-3.8.2-7.3 2.4-16.1 5.6 55.7 9.2 70.1 8.9 113.7-.9 21.1-4.8 41.7-10.4 63.3-14.1 56.6-9.5 114.4-12.3 172.8-7.9 30.5 2.3 60.6 6.3 88.5 15.1 13.4 4.2 28.8 6.8 43.9 8.5 12.6 1.5 26 1.2 38.8.5 4.7-.3 9.4-3.9 13-6.5 1.5-1 .4-3.5.6-5.7zm-194.5 32.6c-10.1-3.4-22.3-4.9-33.8-6.5-42.6-5.9-84.8-5.1-126.7 3-41.8 8-83.7 16.4-128.7 15.3-5.1-.1-12 .8-9.4 6 43.6 3.3 65.4 2.4 102.2-4.1 14.8-2.6 29.7-5.1 44.5-7.6 54.6-9.2 108-8.1 159.9 6.7 21.7 6.2 45.1 9.1 68.7 10.7 10.3.7 21.1-.5 31.5-1.5 2-.2 3.4-3 5.2-4.7-3.1-.8-5.3-1.9-7.4-1.9-37.6.4-72.9-4.1-106-15.4zm-231.5-69.7c.7 1.2 1.4 2.4 2.1 3.7 10-1.6 20.6-2.5 30.1-4.9 54.1-13.5 110.6-15.3 168.1-13.5 8.3.3 16.7 1 24.9.5 26-1.4 52-3 77.9-5 4-.3 7.5-3.2 17.6-7.7-23.2 2-38.3 4.1-53.4 4.4-28.5.5-57.1.5-85.5-.5-58.1-2-113.4 4.1-166.4 18.2-5.4 1.5-10.4 3.2-15.4 4.8zm77 328.4l8.7-6.6 7.7-7.2 4.6-6.1 4.1-5.6 4.1-7.7v-4.1l-2-7.2-3.1-4.6-3.1-4.6-.5-4.6-2-4.1-4.6-5.1-8.7-5.1-7.7-.5-10.2 2-7.7.5-12.8 2-15.8 5.1-11.2 3.6-12.8 4.1-11.8 5.6-5.1 2-7.7 2.6-7.7 4.1-6.6 2-3.1 2.6s-12.8 8.2-24.5-2.6l-4.1-1-2.6 3.1-5.6 3.1-4.6 4.1-5.6-.5v3.1l-4.1 2.6-1 3.1-6.6 4.1-4.1 3.1-6.6 5.1-5.6 4.1-8.7 5.1-3.1 4.1-4.1 2.6-5.1 1.5-1.5 3.1-6.6 3.1-3.1 2.6-6.6 5.6-4.6 3.1-6.1 5.1-4.1 2.6-2 2.6-2.6 2-7.7 3.1-3.1 3.6-6.6 5.6-4.1 4.6-2.6 4.6v6.7l2 .5 2 2 3.1 3.1 9.2-2.6 7.7-2 4.1-6.1 6.1-2 6.1-3.6 4.1-3.1 4.6-3.1 5.1-3.1 4.1-2.6 3.6-2 6.6-5.1 5.1-4.1 8.7-2.6 3.6-2.6 4.1-2 2 1 3.1-3.1 3.1-3.6s21.5-10.2 35.8-7.2l6.6-.5h7.7l8.2-1 4.1 1.5 4.1-.5 9.2-1 5.6 1h6.7l6.1-1 5.1-.5 8.7-3.1 6.6-1.5 5.6-2 6.6-4.6 5.1-3.1-.5 7.2 5.6-7.2-2 6.1 6.1-5.1-.5 4.1 7.2-3.1 4.1 3.1 6.6-2 1 3.6 5.6-.5 5.1-1 4.1-.8zm177.4-71.8l-7.7 3.4-6.1 5.1-3.8 5.1-1.5 7.6-.8 5.9 1.5 8.5 1.5 5.9 4.6 6.8 3.1 2.5 3.8 5.9h4.6l6.1-1.7 6.9 2.5 5.4-3.4 5.4 1.7 12.3-1.7 7.7-3.4 7.7-2.5-2.3 5.1-10.7 5.9 14.6.8 3.8 5.1 10.7 3.4 14.6-.8 12.3-.8 8.4 1.7 6.9-2.5h8.4l19.2-2.5 10.7 2.5 10.7-1.7 10.7.8 11.5 1.7s51.4 17.8 59 29.6l-2.3-12.7-.8-9.3-3.8-15.2-3.1-8.5-3.8-8.5-6.1-9.3-6.1-3.4-8.4-6.8-17.6-4.2h-13.8l-17.6-5.1H1413l-7.7-.8h-10l-12.3-2.5h-6.9l-8.4-3.4 1.5-11 3.8-5.1s-15.3 1.7-21.5 11c0 0-7.7-11.8-4.6-20.3 0 0-12.3 9.3-11.5 16.1l-9.2-3.4-7.7 3.4-5.4-2.5h-8.4l-5.4-2.5-6.9 3.4-5.4 1.7-6.7 2.4zm-156.4 809.5s.6-.3 1.8-.8c1.2-.5 2.9-1.2 5-2 2.2-.8 4.8-1.9 7.9-2.9 3.1-1.1 6.6-2.2 10.4-3.4 7.7-2.4 16.7-4.8 26.5-7 4.9-1.1 10-2.2 15.1-3.1 5.2-.9 10.5-1.8 15.8-2.5 2.7-.3 5.3-.7 8-1 2.7-.3 5.3-.5 7.9-.7 2.6-.2 5.3-.4 7.9-.5 2.6-.2 5.2-.2 7.7-.2h7.5c2.4.1 4.8.2 7.1.3 2.3.2 4.6.4 6.8.6 2.2.3 4.3.6 6.3.8 2 .4 3.9.7 5.7 1.1 1.8.4 3.5.9 5.1 1.3 3.2 1 5.9 1.9 8.1 2.9 1.1.5 2.1.8 2.9 1.3.8.4 1.5.8 2 1.1 1.1.6 1.7 1 1.7 1s-.7-.1-1.9-.4c-.6-.1-1.3-.3-2.2-.5-.4-.1-.9-.2-1.4-.3-.5-.1-1-.2-1.6-.3-2.2-.5-5.1-.7-8.2-1-1.6-.1-3.3-.2-5.1-.3-1.8 0-3.7-.1-5.6-.1-2 0-4 0-6.1.1-2.1.1-4.3.2-6.5.3-2.2.2-4.5.2-6.9.4-2.4.2-4.8.3-7.2.6-4.9.4-9.9 1-15.1 1.5-1.3.1-2.6.3-3.9.4-1.3.2-2.6.3-3.9.5-2.6.3-5.2.7-7.8 1-5.2.7-10.4 1.4-15.5 2.1-5.1.8-10.2 1.5-15.1 2.2-9.8 1.5-19 2.8-26.8 4-3.9.6-7.6 1.1-10.8 1.5-3.2.4-6 .8-8.3 1.1-2.3.3-4.1.5-5.4.7-1.2.1-1.9.2-1.9.2zm-43-604.2s-.2 2.9-1.3 8c-.6 2.5-1.3 5.6-2.4 9-1.1 3.4-2.4 7.3-4.1 11.4-1.7 4.1-3.7 8.5-6.1 13-.6 1.1-1.2 2.3-1.8 3.4-.6 1.1-1.3 2.3-2 3.5-1.4 2.3-2.8 4.6-4.3 6.9-.8 1.2-1.5 2.3-2.3 3.5-.8 1.1-1.6 2.3-2.5 3.5-1.6 2.4-3.4 4.6-5.2 6.9-1.8 2.3-3.7 4.5-5.6 6.8-2 2.2-3.9 4.4-6 6.6-4.1 4.3-8.3 8.4-12.7 12.3-2.2 1.9-4.3 3.9-6.6 5.6-2.2 1.8-4.4 3.6-6.6 5.2-2.2 1.6-4.4 3.3-6.6 4.8-2.2 1.5-4.4 3-6.4 4.4-2.1 1.4-4.2 2.7-6.2 3.9l-3 1.8c-1 .6-2 1.1-2.9 1.7-1.9 1.1-3.8 2.1-5.5 3.1-1.8 1-3.5 1.8-5.1 2.6-3.2 1.6-6 3-8.4 4-2.3 1.1-4.2 1.8-5.5 2.4-1.3.5-1.9.8-1.9.8s.6-.4 1.7-1.2c1.1-.8 2.8-1.9 4.9-3.3 2.1-1.4 4.6-3.2 7.6-5.2 2.9-2 6.1-4.4 9.7-6.9.9-.6 1.8-1.3 2.7-1.9l2.7-2.1c1.8-1.4 3.8-2.8 5.8-4.4 1.9-1.5 3.9-3.1 6-4.8 2-1.7 4-3.4 6.1-5.1 4.1-3.5 8.3-7.2 12.4-11.1 4.1-3.9 8.2-7.9 12.1-12.1 2-2 3.9-4.2 5.8-6.3 1.9-2.2 3.8-4.3 5.6-6.4 3.6-4.4 7.1-8.7 10.2-13 1.6-2.1 3.1-4.4 4.6-6.4 1.4-2.2 2.9-4.2 4.2-6.3.7-1 1.3-2.1 2-3.1l1.8-3c1.2-2 2.3-4 3.4-5.8 2.1-3.8 3.9-7.3 5.4-10.5 1.5-3.2 2.8-6 3.7-8.4.9-2.4 1.7-4.2 2.1-5.5.3-1.6.5-2.3.5-2.3zm202.8 28.8s.3.7.9 1.9c.6 1.2 1.5 3 2.7 5.2 1.2 2.2 2.8 4.9 4.6 7.9 1.9 3 4.1 6.3 6.6 9.8 1.3 1.7 2.6 3.6 4 5.4.7.9 1.4 1.9 2.2 2.8.8.9 1.5 1.9 2.3 2.8 1.5 1.9 3.2 3.8 4.9 5.8 1.8 1.9 3.4 3.9 5.3 5.9 3.6 4 7.6 7.9 11.6 11.8 2 1.9 4.2 3.8 6.3 5.8 2.2 1.9 4.3 3.8 6.5 5.6 4.4 3.7 8.9 7.2 13.5 10.6 4.5 3.4 9.1 6.6 13.6 9.6 2.3 1.5 4.5 2.9 6.7 4.4 2.2 1.4 4.4 2.7 6.5 4 2.1 1.3 4.2 2.5 6.2 3.7l3 1.8c1 .6 2 1.1 2.9 1.6 3.8 2.1 7.3 4.1 10.4 5.7 3.1 1.7 5.8 3.2 8.1 4.3 2.3 1.2 4 2.1 5.3 2.8 1.2.7 1.9 1 1.9 1s-.7-.2-2-.6c-1.3-.4-3.3-.9-5.7-1.7-2.5-.7-5.4-1.7-8.8-3-1.7-.6-3.5-1.2-5.3-2-1.9-.8-3.8-1.6-5.8-2.4-1-.4-2.1-.9-3.1-1.3-1-.5-2.1-1-3.2-1.5-2.2-1-4.4-2-6.7-3.2-2.2-1.2-4.6-2.4-6.9-3.6-2.4-1.3-4.7-2.7-7.1-4-2.4-1.3-4.7-2.9-7.2-4.4-2.4-1.5-4.8-3.2-7.2-4.8-4.8-3.3-9.5-7-14-10.7-2.3-1.9-4.5-3.9-6.7-5.8-2.2-2-4.3-4-6.4-6.1-2-2.1-4.1-4.1-6-6.3-1-1.1-1.9-2.1-2.9-3.2-.9-1.1-1.8-2.2-2.7-3.2-1.8-2.1-3.5-4.3-5.1-6.4-.8-1.1-1.6-2.1-2.3-3.2-.8-1.1-1.5-2.1-2.2-3.2-2.9-4.2-5.3-8.3-7.5-12.2-2.2-3.9-3.9-7.5-5.4-10.8-1.5-3.3-2.6-6.2-3.4-8.7-1.9-5-2.4-7.9-2.4-7.9zm-348.4-87.9l78.2-17.6s78.2 62.9-24.5 91.2c0 0-75.1 9.2-57.5-65.2l3.8-8.4z"
41
- }), _react.default.createElement("path", {
42
- d: "M877 1139.9s.7-.3 2.2-.9c1.4-.6 3.5-1.5 6.1-2.6 2.6-1.1 5.9-2.4 9.6-3.8 3.7-1.4 7.9-3 12.5-4.6 9.2-3.3 20-6.9 31.7-10.5 2.9-.9 5.9-1.8 8.9-2.7 3-.9 6.1-1.8 9.1-2.6 6.2-1.8 12.5-3.4 18.8-5.1 6.3-1.6 12.6-3.2 18.9-4.6 3.1-.7 6.2-1.4 9.3-2 3.1-.6 6.1-1.3 9.1-1.9 12-2.3 23.3-4.1 33.1-5.1 4.9-.5 9.4-.8 13.4-.9 4-.1 7.5 0 10.4.4 2.9.3 5.2.9 6.6 1.6.7.3 1.2.7 1.5 1 .1.1.2.3.3.3l.1.1-.1-.1c-.1-.1-.2-.2-.4-.3-.3-.2-.9-.4-1.6-.6-1.4-.4-3.6-.4-6.4-.2-2.8.2-6.2.8-10 1.5-3.9.7-8.2 1.7-12.9 2.8-9.4 2.2-20.4 5-32.1 8-11.8 3-24.3 6.3-36.8 9.5-6.3 1.6-12.6 3.2-18.7 4.7-3.1.8-6.2 1.5-9.2 2.3-3 .7-6 1.5-9 2.2-11.8 2.9-22.9 5.4-32.4 7.5-4.8 1-9.1 2-13 2.8-3.9.8-7.3 1.4-10.1 2-2.8.6-5 .9-6.5 1.2-1.6.5-2.4.6-2.4.6z"
43
- }), _react.default.createElement("circle", {
44
- cx: "1002.7",
45
- cy: "1139.9",
46
- r: "10.7"
47
- }), _react.default.createElement("path", {
48
- d: "M1339.6 1096.5l78 18.4s42.8 90.8-62 71.3c0 0-71.6-24.6-23.2-83.8l7.2-5.9z"
49
- }), _react.default.createElement("path", {
50
- d: "M1276 1091.5s.8 0 2.4-.1c1.5 0 3.8-.1 6.6-.1 2.9 0 6.3 0 10.3.1 4 .1 8.5.2 13.3.4 9.8.4 21.1 1 33.3 2.1 3 .2 6.1.5 9.3.8 3.1.3 6.3.6 9.5 1 6.4.7 12.8 1.5 19.3 2.3 6.5.9 12.9 1.8 19.2 2.8 3.2.5 6.3 1 9.4 1.6 3.1.5 6.2 1.1 9.2 1.7 12 2.3 23.2 4.9 32.6 7.6 4.7 1.4 9 2.8 12.8 4.2 3.8 1.4 7 2.9 9.6 4.2 2.6 1.4 4.4 2.8 5.5 4 .5.6.8 1.1 1 1.5.1.2.1.3.1.4v.1l-.1-.1c-.1-.1-.1-.2-.2-.4-.2-.3-.6-.7-1.2-1.1-1.2-.9-3.2-1.7-5.9-2.6-2.7-.8-6-1.6-9.8-2.4-3.8-.8-8.2-1.5-13-2.2-9.6-1.5-20.8-3-32.8-4.5-12-1.6-24.9-3.2-37.7-4.9-6.4-.9-12.8-1.7-19.2-2.6-3.2-.4-6.3-.9-9.4-1.3-3.1-.4-6.2-.9-9.2-1.3-12-1.7-23.3-3.5-32.9-5.1-4.8-.8-9.2-1.6-13.1-2.3-3.9-.7-7.3-1.4-10.1-1.9s-5-1-6.5-1.3c-1.5-.4-2.3-.6-2.3-.6z"
51
- }), _react.default.createElement("circle", {
52
- cx: "1390.7",
53
- cy: "1136.8",
54
- r: "10.7"
55
- }), _react.default.createElement("path", {
56
- d: "M686 1157.1c-3.1-12.4-3.7-25.2-17.3-31.2-7.9 4-10.1 11.2-11.2 18.8-.5 3.3 0 6.8 0 10.3 0 2-.5 3.8-2.8 4.3-2.2.4-4.8-1-5.5-3.1-.3-1.1-.6-2.2-.7-3.3-.6-8.5.7-16.7 4.6-24.4.5-1 1-2.1 1.7-2.9 9.3-11.5 16.8-10.7 25.6-4.5 5.6 3.9 8.8 9.6 10.9 15.7 2.3 6.8 4.1 13.9 6 20.8.7 2.5-.7 4.3-2.5 5.9-8.4 7.4-8.6 8.9-2.5 17.6.7.9 1.5 1.7 2.2 2.6.4.6.7 1.3 1.1 2-3 3.6-4.3 4.1-7.1 2.8-11.6-5.6-14.2-17.3-6-27.4.9-1.2 2-2.2 3.5-4zm952.9 14.7c-1.7-12.8-6.2-24.8 6.3-37 10.3-.2 15.6 5.3 20 11.7 1.9 2.8 2.8 6.3 4.2 9.4.8 1.8 2.1 3.3 4.8 2.5 2.6-.7 4.9-3.3 4.8-5.5-.1-1.2-.2-2.3-.6-3.4-2.8-8.1-7.6-14.9-15-20-1-.7-2-1.4-3.1-1.8-14.8-6-22.8-1.5-29.9 8.4-4.5 6.3-5.7 13-5.5 19.7.2 7.4 1.1 14.7 1.9 22 .3 2.6 2.5 3.6 5.2 4.2 12.2 2.7 13 3.9 9.9 14.9-.3 1.2-1 2.3-1.4 3.5-.2.8-.3 1.6-.4 2.3 4.8 1.8 6.4 1.6 8.9-1 10.4-10.8 8.5-22.7-4.5-28-1.5-.7-3.1-1.1-5.6-1.9z"
57
- }), _react.default.createElement("path", {
58
- d: "M700.6 1047.9s-128.8-12.8-98.1 108.9c0 0 56.7 153.4 128.8 69m904.8-164.1s127.3-81.3 105 104.3c0 0-49.6 174.8-130.1 90.5",
59
- stroke: "#38314e",
60
- strokeWidth: "10",
61
- strokeLinecap: "round",
62
- strokeMiterlimit: "10"
63
- }), _react.default.createElement("path", {
64
- d: "M1660.2 1713.6c-.2-.5-.7-1-.7-1.4.5-2.3 1.9-4 4.1-4.8.7-.3 1.8-.1 2.6.3 1.3.6 1.5 2.3.4 3.2-1.6 1.7-2.7 2.1-6.4 2.7z"
65
- }), _react.default.createElement("path", {
66
- d: "M1365.3 1566.7s.1.1 0 0c15.2-2.4 30.7-1.7 45.2-7.8 9.4-4 18.1-2.7 25.9 4.1 4.7 4.1 4.8 6.5-.8 16.8 0 0-.1.1-.1 0-29.1-11.9-57.4-.9-85.3 6.4-29.7 7.8-58.6 18.9-87.5 29.4-15 5.5-31.6 7.8-47.7 9-19.2 1.4-38.6-.7-57.8 0-14.4.5-27.7-3.1-40.6-8.2-30.2-11.9-60-24.6-90.1-36.8-4.9-2-10.2-3.2-15.4-4.2-3.7-.7-8.1.6-11.4-.9-12.1-5.4-23.9-4.7-36-.2-2.3.8-6.7 0-8.1-1.7-1.6-1.9-2.3-6.4-1.1-8.6 7.3-13 17.9-23.1 30.2-31.4 5.6-3.8 13-.7 14.9 5.8 1.3 4.3 1.5 8.9 2.3 14.5 0 0 0 .1.1.1 8.7 3.1 17.3 6.2 25.1 8.9h.1c17.4-9.6 57.3-9 57.3-9s46.4 2.7 53.5 6.1c8 2.6 15.3 7.3 22.9 11.3 15.2 8 29.7 7.1 43.5-3.3 4.3-3.2 9.1-6 13.3-9.3 19.7-7.8 45-11.7 61.3-7.5 16.8 3.1 26.3 6.6 42.1 12.7 4.3 1.7 8.5 2.3 12.9 3.7 6.5 2 14.4 1.8 19.6 5.6 10.3-3.1 11.7-5.5 11.7-5.5zm-14.2 9.5c-3.6-1.6-6-1.4-8.6-2.3-5.1-1.7-11.1 10.3-15.3 7.3-17.6-12.7-38.7-15.3-58.6-21.1-6.9-2-15.2-.1-22.7 1.2-14.1 2.5-24.6 12.6-36.8 19.2-18.9 10.2-38.6 16.4-58.3.6-3.6-2.9-8.2-4.4-12.1-6.9-8.5-6.1-35.9-5.9-36.3-6.3 0 0-55.6-3.6-58.5 1.5 0 .1-.1.1 0 .2 13.8 5.2 23.8 8.9 33.8 12.7 7.2 2.7 14.6 5.2 21.6 8.3 32.4 14.3 66 22.5 101.5 18.8 20.6-2.1 41.4-2.9 61.5-10.3 27.5-10.2 55.7-18.5 83.6-27.9"
67
- }), _react.default.createElement("path", {
68
- d: "M1378.4 1612.9c-13.2 24.7-31 43.8-53.2 58.3-7.8 5.1-16.1 9.2-23.7 14.6-17.1 12.1-36.6 16.1-56.7 18.3-8.6 1-16.8 1.1-25.1-2.4-5.6-2.4-11.8-3.8-17.8-5-16.7-3.4-33-5.1-50.4-1.9-37.1 7-70.8-2.6-99.4-27.1-14.5-12.4-30.9-23.7-37.5-43.2-.5-1.4-.8-3-1.1-4.5 2.5-4.8 6.5-4 9.2-1.1 8.5 8.9 16.5 18.3 24.9 27.3 15.1 16.4 33.7 27.2 54.7 33.7 14.2 4.4 29.1 3.5 43.6.4 5.3-1.1 10.6-2.1 15.8-3.8 9.2-3 18-1.7 27.3.4 15 3.5 30.3 6.8 45.6 7.8 17.1 1.1 34.1-2.2 48.9-11.3 28.2-17.5 58.1-32.5 83.8-53.9 3.3-2.6 7.4-4.4 11.1-6.6zm-233.1 511.9s1.8 2.1 5 5.9c1.6 1.9 3.5 4.1 5.8 6.6 2.2 2.5 4.8 5.3 7.6 8.4 2.8 3 6 6.2 9.3 9.5 3.4 3.3 7 6.7 10.9 9.9l6 4.8c2.1 1.5 4.2 3 6.4 4.4 4.4 2.8 9.1 5.1 13.9 6.4 4.8 1.3 9.6 1.3 13.9-.3 4.3-1.6 8-4.7 11.1-8.4 3-3.7 5.5-7.9 7.5-12.1 2-4.1 3.7-8.3 5.1-12.1.7-1.9 1.3-3.8 1.9-5.6.6-1.8 1.2-3.5 1.6-5.1 1-3.2 1.8-6.1 2.4-8.4.6-2.4 1.1-4.2 1.5-5.5.4-1.3.5-1.9.5-1.9s0 .7-.1 2-.1 3.2-.4 5.7c-.2 2.4-.5 5.4-1 8.8-.5 3.4-1.1 7.2-2.1 11.4-.2 1-.5 2.1-.8 3.2l-.9 3.3c-.7 2.2-1.4 4.5-2.3 6.8-1.8 4.6-4.1 9.4-7.4 14-1.7 2.3-3.6 4.5-5.9 6.4-2.3 1.9-4.9 3.7-7.9 4.9-3 1.2-6.2 1.8-9.4 1.9-3.2.1-6.4-.4-9.3-1.1-6-1.6-11.3-4.4-16.1-7.6-4.8-3.2-9.1-6.8-13-10.4-3.9-3.7-7.4-7.4-10.6-11.1-3.2-3.7-6-7.3-8.5-10.7-2.5-3.4-4.7-6.6-6.5-9.5-1.9-2.9-3.4-5.4-4.6-7.5-1.2-2.1-2.1-3.8-2.8-5-.5-1.4-.8-2-.8-2zm-171.7-632.2s-.9 1-2.4 2.8c-.7.9-1.7 1.9-2.7 3.1-1 1.2-2.2 2.6-3.4 4-1.2 1.5-2.5 3.1-3.9 4.8-1.4 1.7-2.8 3.5-4.2 5.3-1.4 1.9-2.9 3.8-4.3 5.8s-2.8 4-4.2 6.1c-1.4 2-2.7 4.1-4 6.2-1.3 2.1-2.5 4.1-3.6 6.2l-.9 1.5c-.3.5-.5 1-.8 1.5-.5 1-1.1 2-1.6 2.9-1 1.9-1.9 3.8-2.8 5.5-.4.9-.8 1.7-1.2 2.5-.4.8-.8 1.5-1.1 2.3-.7 1.4-1.3 2.7-1.8 3.7-.5 1.1-.9 1.9-1.2 2.4-.3.6-.5.9-.5.9s-.1-.3-.1-1c0-.6-.2-1.6-.2-2.7-.1-1.2 0-2.6 0-4.3.1-1.6.3-3.5.5-5.5.2-1 .4-2 .5-3.1.2-1.1.5-2.2.8-3.3.3-1.1.6-2.3 1-3.5.3-1.2.8-2.4 1.2-3.5.2-.6.4-1.2.7-1.8.3-.6.5-1.2.8-1.8.3-.6.5-1.2.8-1.8l.9-1.8c1.2-2.4 2.6-4.7 4.1-7l2.4-3.3c.8-1.1 1.7-2.1 2.5-3.2.9-1 1.7-2 2.6-3 .9-1 1.8-1.9 2.7-2.8 1.8-1.8 3.7-3.4 5.5-4.8 1.8-1.4 3.7-2.7 5.4-3.8 3.4-2.1 6.5-3.6 8.7-4.4 1.1-.4 2-.7 2.6-.9.9-.1 1.2-.2 1.2-.2zm489.7 60.5s-.5-1.2-1.5-3.4c-.5-1-1-2.3-1.7-3.8-.7-1.4-1.4-3-2.2-4.8-.8-1.7-1.7-3.6-2.7-5.5-.9-2-2-4-3.1-6.1-1.1-2.1-2.2-4.2-3.4-6.3-1.2-2.1-2.4-4.3-3.7-6.4-1.3-2.1-2.6-4.2-4-6.2s-2.7-4-4.1-5.9c-.3-.5-.7-.9-1-1.4-.3-.5-.7-.9-1-1.4-.7-.9-1.3-1.8-2-2.7-1.3-1.7-2.6-3.3-3.8-4.8-.6-.8-1.2-1.4-1.7-2.1-.5-.7-1.1-1.4-1.6-2-1-1.2-1.9-2.3-2.6-3.2-.8-.9-1.3-1.6-1.7-2.1-.4-.5-.6-.8-.6-.8l.9.3c.6.2 1.5.5 2.6 1 1.1.4 2.4 1.1 3.9 1.8s3.1 1.7 4.8 2.8c.8.6 1.7 1.2 2.6 1.8.9.6 1.8 1.4 2.7 2.1.9.7 1.8 1.5 2.7 2.4.9.8 1.8 1.7 2.7 2.6.4.5.9.9 1.3 1.4.4.5.9 1 1.3 1.5s.9 1 1.3 1.5.8 1.1 1.2 1.6c1.7 2.1 3.2 4.4 4.6 6.7.7 1.2 1.4 2.4 2 3.5l1.8 3.6c.6 1.2 1.1 2.4 1.6 3.6.5 1.2 1 2.4 1.4 3.6.8 2.4 1.5 4.8 2 7 .5 2.3.9 4.4 1.1 6.4.5 4 .5 7.4.3 9.8-.1 1.2-.2 2.1-.3 2.7 0 .9-.1 1.2-.1 1.2z"
69
- }), _react.default.createElement("path", {
70
- d: "M718.3 1002.4s69.7-378.7 39.1-413l-4.6-9.2-10.8-13.8 10.7-4.6 4.6-15.3L768 548l9.2-7.7 6.1 10.7 10.7-15.3 23-30.7 9.2-3.1s32.2-47.5 93.5-53.7c0 0 23-12.3 29.1-38.3 0 0 27.6 18.4 23 38.3l6.1-1.5 12.3-3.1 10.7-10.7 7.7 1.5 7.7-7.7 7.7-1.5s87.4-39.9 204-18.4l12.3-9.2 6.1 6.1 13.8-9.2 3.1 7.7 33.7-12.3-3.1 16.9s88.9 44.5 177.9 47.5l15.3-7.7 13.8-4.6-1.5 12.3 6.1 6.1 3.1 13.8h13.8v16.9s64.4 58.3 78.2 128.8l19.9-7.7-7.7 15.3 15.3 3.1-10.7 13.8 29.1 1.5v4.6s-53.5 311.8-41.2 388.5m-264.7 1108.5c159.5 358.9-140.1 311.8-140.1 311.8-296.5-74.6-118.6-302.6-118.6-302.6m-5.5-8.5s-420.4 32.3-349.9 405m-3-10.2l60 342.5m560.9-738.3s390.2 32.3 324.7 405m2.9-10.2l-55.7 342.5",
71
- stroke: "#38314e",
72
- strokeWidth: "10",
73
- strokeMiterlimit: "10"
74
- }), _react.default.createElement("path", {
75
- d: "M937.5 2522.5s-.3.2-.7.7c-.5.5-1.1 1.2-1.9 2.2-.8 1-1.6 2.4-2.4 4.1-.8 1.7-1.5 3.7-2.1 6-1.3 4.6-2 10.4-2.2 17-.2 6.7.1 14.2.8 22.4.7 8.2 1.9 17.1 3.3 26.4 1.4 9.3 3.3 19.2 5.3 29.3 1 5.1 2.1 10.2 3.2 15.4 1.2 5.2 2.3 10.5 3.5 15.8 2.4 10.6 5 21.3 7.7 32.1 2.6 10.7 5.4 21.4 8.1 32 1.4 5.3 2.8 10.5 4.1 15.6 1.4 5.2 2.7 10.3 4.1 15.3 2.7 10 5.3 19.7 7.8 28.9s4.9 17.9 7.1 25.9c2.2 8 4.2 15.4 6 21.9 1.8 6.5 3.3 12.2 4.6 16.9 1.3 4.7 2.2 8.4 2.9 10.9.7 2.5 1 3.9 1 3.9s-.5-1.3-1.6-3.7c-1-2.4-2.5-5.9-4.3-10.5-1.8-4.5-4-10-6.3-16.4-2.4-6.3-5.1-13.5-7.8-21.4-1.4-3.9-2.8-8-4.3-12.3-1.5-4.2-2.9-8.7-4.4-13.2-3-9.1-6.1-18.6-9.2-28.6-1.5-5-3-10.1-4.6-15.2-1.5-5.1-3-10.4-4.5-15.6-3-10.5-5.8-21.3-8.5-32.1-2.6-10.8-5.2-21.6-7.4-32.4-1.1-5.4-2.2-10.7-3.2-16-1-5.3-1.9-10.5-2.8-15.7-1.7-10.3-3-20.4-4-29.9-.5-4.8-.9-9.4-1.2-14-.3-4.5-.4-8.9-.5-13.1-.1-8.4.3-16.2 1.1-23 .8-6.8 2.3-12.7 4.2-17.3 1.8-4.6 4.1-7.9 6-9.8.9-.9 1.7-1.6 2.3-2 .5-.3.8-.5.8-.5zm584.3 78.6s.3.1 1 .4c.6.3 1.6.7 2.8 1.5 1.2.7 2.6 1.7 4.1 3.1 1.5 1.4 3 3.1 4.5 5.3 2.9 4.3 5.4 10.3 6.8 17.5.7 3.6 1.2 7.4 1.5 11.4.3 4 .3 8.3.1 12.7-.2 4.4-.5 9-1 13.7-.5 4.7-1.3 9.6-2.1 14.5-1.7 9.9-4 20.3-6.8 30.9-1.4 5.3-2.9 10.6-4.5 16s-3.3 10.8-5.1 16.3c-3.6 10.9-7.6 21.8-11.7 32.7-4.2 10.9-8.6 21.6-13.1 32.1-2.2 5.3-4.5 10.5-6.8 15.6s-4.6 10.2-6.9 15.1c-4.6 9.9-9.2 19.3-13.6 28.3-2.2 4.5-4.4 8.8-6.5 13-2.2 4.2-4.3 8.2-6.3 12-4 7.7-7.9 14.7-11.3 20.9-3.4 6.2-6.5 11.5-9.1 15.9-2.5 4.4-4.6 7.8-6 10.1-1.4 2.3-2.2 3.5-2.2 3.5s9.4-21.2 23.5-52.9c3.5-7.9 7.3-16.5 11.2-25.7 4-9.1 8.1-18.7 12.3-28.7 2.1-5 4.2-10.1 6.4-15.2 2.1-5.1 4.3-10.4 6.4-15.6 4.3-10.5 8.6-21.2 12.7-32 4.2-10.7 8.1-21.6 11.9-32.2 1.9-5.4 3.7-10.7 5.4-15.9 1.7-5.3 3.4-10.5 4.9-15.6 3.1-10.3 5.9-20.3 8-29.9 2.1-9.6 3.8-18.7 4.7-27.2.9-8.5 1.1-16.3.4-23.2-.7-6.8-2.4-12.7-4.7-17-1.1-2.2-2.4-4-3.7-5.5-1.3-1.5-2.5-2.6-3.5-3.4-1.1-.8-1.9-1.4-2.5-1.8-.9-.6-1.2-.7-1.2-.7z"
76
- }), _react.default.createElement("circle", {
77
- cx: "1405.5",
78
- cy: "2634.1",
79
- r: "278",
80
- stroke: "#38314e",
81
- strokeWidth: "10",
82
- strokeMiterlimit: "10"
83
- }), _react.default.createElement("path", {
84
- d: "M1308.2 2427.4s-.7.3-1.9.8c-1.3.5-3.1 1.4-5.3 2.6-2.3 1.1-5 2.7-8 4.4-3 1.8-6.4 3.9-10 6.3-1.8 1.2-3.7 2.5-5.5 3.8-.9.7-1.9 1.4-2.9 2.1-1 .7-1.9 1.5-2.9 2.2-2 1.5-3.9 3.1-6 4.7-2 1.7-4.1 3.3-6 5.1-4.1 3.5-8.1 7.3-12.1 11.3-2 2-4 4.1-6 6.1-1.9 2.1-3.9 4.2-5.8 6.3-3.8 4.3-7.5 8.7-11 13.1s-6.9 8.9-10 13.3c-1.6 2.2-3.1 4.4-4.6 6.5-1.4 2.2-2.9 4.3-4.2 6.3-1.4 2.1-2.6 4.1-3.9 6.1-.6 1-1.3 1.9-1.9 2.9-.6 1-1.2 1.9-1.7 2.8-2.2 3.7-4.3 7.1-6.1 10.2-1.8 3.1-3.4 5.7-4.6 8-1.2 2.2-2.3 4-2.9 5.2-.7 1.2-1.1 1.8-1.1 1.8s.2-.7.6-2c.4-1.3 1-3.2 1.9-5.6.8-2.4 1.9-5.3 3.3-8.7.7-1.7 1.4-3.4 2.2-5.3.8-1.8 1.7-3.7 2.6-5.8.5-1 .9-2 1.4-3.1.5-1 1-2.1 1.6-3.1 1.1-2.1 2.2-4.3 3.4-6.6 1.2-2.2 2.5-4.5 3.8-6.8 1.3-2.3 2.8-4.6 4.3-6.9 1.4-2.4 3.1-4.7 4.7-7 1.6-2.4 3.3-4.7 5.1-7 3.5-4.7 7.3-9.2 11.2-13.7 2-2.2 4-4.3 6.1-6.5 2.1-2.1 4.2-4.2 6.3-6.2 2.2-2 4.3-4 6.5-5.8 1.1-.9 2.2-1.8 3.3-2.8 1.1-.9 2.2-1.7 3.3-2.6 2.2-1.7 4.4-3.3 6.6-4.9 1.1-.8 2.2-1.5 3.3-2.2 1.1-.7 2.1-1.5 3.2-2.1 4.3-2.8 8.5-5.1 12.4-7.1 3.9-2 7.7-3.7 11-5 3.3-1.4 6.3-2.4 8.8-3.1 4.6-1.6 7.5-2 7.5-2z"
85
- }), _react.default.createElement("path", {
86
- d: "M1269 2734.9c.2-.9.6-1.8 1.1-2.5.6-.7 1.2-1.2 1.9-1.5.7-.3 1.5-.4 2.2-.2.8.2 1.5.7 2.1 1.6.4.6.7 1.4.8 2.3.2.9.2 1.8.3 2.7 0 .9 0 1.8-.1 2.7-.1.9-.1 1.7-.1 2.3.8-.1 1.5-.3 2.2-.4.7-.2 1.3-.3 1.9-.4.6-.1 1.2-.1 1.8-.1.6 0 1.2.1 1.8.3 1 .4 1.7.9 2.2 1.6.4.7.7 1.4.6 2.2s-.3 1.5-.8 2.2c-.5.7-1.2 1.3-2.1 1.7-1.1.5-2.3.8-3.6.8-1.3 0-2.6.1-3.9.3 0 1 .1 2.1.1 3.6v3.6c.8-.1 1.5-.3 2.2-.4.7-.2 1.3-.3 1.9-.4.6-.1 1.2-.2 1.8-.2.6 0 1.2.1 1.8.4 1 .4 1.7.9 2.2 1.6.4.7.6 1.4.6 2.2s-.3 1.5-.8 2.2c-.5.7-1.2 1.3-2.1 1.7-1.2.5-2.4.8-3.7.8-1.3 0-2.6.1-3.9.3 0 .5.1 1.2.1 2.1 0 1 .1 1.9.1 2.9v2.8c0 .9-.1 1.5-.2 1.8-.3.9-.8 1.7-1.4 2.3-.7.6-1.4 1-2.2 1.1-.8.2-1.5.1-2.3-.3-.7-.4-1.3-1-1.8-2-.3-.6-.4-1.3-.5-2.1-.1-.9-.1-1.7-.1-2.6 0-.9 0-1.8.1-2.6 0-.8.1-1.6.1-2.2l-8.6 1.2v9.2c0 .9-.3 1.7-.8 2.3-.5.6-1.2 1-1.9 1.3-.7.3-1.5.3-2.3.2-.8-.1-1.5-.5-2-1.1-.5-.6-.9-1.3-1.1-2.2-.2-.9-.3-1.9-.4-2.9v-3c.1-1 .1-1.8.1-2.5-1.2.2-2.2.4-3.2.6-1 .2-2.1.2-3.2 0-.7-.1-1.4-.5-2-1-.6-.6-.9-1.2-1.2-1.9-.2-.7-.2-1.4-.1-2.1.2-.7.6-1.4 1.2-1.9.5-.4 1.1-.7 1.7-.9l2.1-.6c.8-.2 1.5-.3 2.3-.4.8-.1 1.5-.2 2.2-.2 0-.5 0-1-.1-1.6v-5.2c-1 .2-2.1.4-3.1.5-1.1.1-2.1.1-3-.1-.7-.1-1.4-.5-2-1-.6-.6-.9-1.2-1.2-1.9-.2-.7-.2-1.4-.1-2.1.2-.7.6-1.4 1.2-1.9.5-.4 1.1-.8 1.8-1 .7-.2 1.4-.4 2.1-.5.7-.1 1.5-.2 2.2-.3.7-.1 1.4-.1 2-.2 0-1.6-.1-3.2-.2-4.9-.1-1.6 0-3.3.4-4.8.2-.8.6-1.5 1.2-2s1.2-.8 1.9-1c.7-.2 1.4-.1 2.2.1.7.2 1.3.7 1.8 1.4s.8 1.4.9 2.3c.2.9.2 1.8.2 2.7 0 .9 0 1.8-.1 2.7-.1.9-.1 1.6-.1 2.2l8.7-1.3c0-1.4 0-2.8-.1-4.1-.1-1.4-.1-2.8-.1-4.1l.4-.2zm-8.6 21.9c0 1.4 0 2.6.1 3.6l8.7-1.3v-7.2l-8.7 1.3c-.1.9-.1 2.1-.1 3.6zm60.8 3.6c1.1.3 2 .9 2.6 1.5.6.7 1 1.4 1.1 2.2.1.8-.1 1.6-.6 2.3-.5.8-1.2 1.4-2.4 2-.4.2-1 .4-1.8.5-.8.1-1.9.3-3.3.5s-3.2.5-5.4.8c-2.2.3-4.9.7-8.1 1.2-.8.2-1.6.3-2.5.4-.8.1-1.6-.1-2.3-.6-.6-.4-1.1-1-1.5-1.9-.4-.9-.7-1.8-.9-2.8-.2-1-.4-2-.5-3-.1-1-.2-1.8-.3-2.5-.2-1.3-.4-2.9-.6-4.6-.2-1.7-.5-3.5-.7-5.3-.2-1.8-.5-3.6-.7-5.3-.3-1.7-.5-3.3-.7-4.6-.3-2.4-.6-4.3-.8-5.7-.2-1.5-.2-2.6-.2-3.5 0-.8.2-1.5.5-1.9.3-.4.7-.8 1.3-1.2.5-.3 1.1-.5 1.7-.5.7 0 1.3.1 1.9.3.6.2 1.1.5 1.6 1s.7 1 .8 1.6c.9 5.4 1.6 10.7 2.3 16 .7 5.3 1.4 10.6 2.2 15.8 2.8-.4 5.6-.8 8.4-1.3 2.8-.5 5.6-1 8.5-1.5l.4.1zm43.7-1.6c0 1-.2 1.9-.6 2.7-.4.8-1 1.3-1.6 1.7-.7.4-1.4.5-2.2.4-.8-.1-1.6-.5-2.4-1.3-.7-.6-1.1-1.4-1.3-2.2-.2-.9-.4-1.7-.7-2.5-.8-2.4-1.8-4.8-3-7.3-2.8.4-5.5.9-8.2 1.3-2.7.4-5.5.8-8.2 1.3-.2 1.2-.4 2.5-.5 3.7-.1 1.2-.2 2.5-.3 3.7-.1.9-.2 1.9-.2 2.9s-.3 1.9-.8 2.7c-.6 1-1.4 1.6-2.2 1.9-.9.2-1.7.2-2.4-.1s-1.4-.8-1.9-1.6-.8-1.7-.8-2.8c-.1-1.4 0-2.8.2-4.2l.6-4.2c.9-8 2.4-15.8 4.5-23.5.2-.7.4-1.3.6-1.9.2-.6.4-1.2.6-1.9l.6-2.1c.2-.8.5-1.5.8-2.1.3-.7.8-1.3 1.3-1.8s1.2-.8 2.1-.9c1.1-.2 2.1.1 3 .7 3.5 2.6 6.5 5.7 9 9.2 2.5 3.5 4.9 7.2 7 10.9.9-.2 1.8-.3 2.8-.4.9-.1 1.8.2 2.6.9.7.5 1.2 1.2 1.4 1.9.2.7.2 1.4.1 2.1-.1.7-.5 1.3-1 1.9-.5.6-1.1 1-1.9 1.3.7 1.5 1.3 3 1.9 4.6.6 1.6 1.1 3.2 1.6 4.8l-.5.2zm-16.3-16.3c-1.1-1.9-2.3-3.8-3.6-5.6-1.3-1.8-2.6-3.6-4.1-5.2-.6 2.1-1.2 4.2-1.7 6.2-.5 2.1-.9 4.1-1.3 6.3 2.1-.3 3.9-.6 5.5-.9 1.6-.2 3.3-.5 5.2-.8zm25.4 18.5c-.7.1-1.4 0-2.2-.3-.7-.3-1.3-.7-1.8-1.2s-.8-1.1-1-1.8c-.2-.7-.1-1.4.3-2.1.1-.5.2-1.1.6-1.8.3-.7.6-1.4 1-2.1.4-.7.7-1.4 1.1-2 .4-.6.6-1.1.7-1.4 2-3.9 4.2-7.7 6.6-11.4 2.4-3.7 4.8-7.3 7.3-11-1.3.2-2.6.5-3.8.7-1.2.2-2.5.4-3.8.6-1.8.3-3.7.6-5.6 1-1.9.4-3.8.5-5.7.2-1-.2-1.8-.6-2.3-1.2-.5-.7-.8-1.4-.9-2.2 0-.8.1-1.6.5-2.4.4-.8 1-1.4 1.9-1.8.4-.2 1-.4 1.9-.5.9-.2 1.8-.3 2.8-.4 1-.1 1.9-.2 2.7-.3.8-.1 1.4-.1 1.7-.2 2-.3 4-.6 6.1-.9 2-.3 4.1-.7 6.1-1 .7-.1 1.3-.2 2-.3l2.1-.3c.7-.1 1.4-.2 2.2-.3.8-.1 1.6-.1 2.4 0 .8.1 1.5.3 2.1.8.6.4 1.1 1.1 1.3 2 .2.7.2 1.2.1 1.8-.1.5-.3 1-.6 1.5s-.6.9-1 1.3-.8.9-1.2 1.3c-.9 1-1.8 2.1-2.6 3.2-.9 1.1-1.7 2.1-2.4 3.3-2.2 3.2-4.3 6.5-6.4 9.8-2.1 3.3-4 6.7-5.8 10.2 1.6-.2 3.2-.4 4.8-.5 1.6-.2 3.2-.3 4.8-.5 1.4-.2 2.9-.4 4.4-.6 1.5-.2 2.9-.6 4.3-1.1.9-.3 1.8-.6 2.6-.9.9-.4 1.8-.4 2.8-.1.7.2 1.2.6 1.7 1.1.5.5.8 1 1 1.6.2.6.2 1.2.1 1.9-.1.6-.4 1.2-.8 1.8-.7.8-1.5 1.3-2.4 1.7-.9.3-1.8.7-2.7 1-2.2.7-4.4 1.2-6.7 1.5-2.3.3-4.5.5-6.8.7-2.3.2-4.6.4-6.8.7-2.3-.3-4.5.2-6.7.9zm60-12.5c0 1.1-.3 2.1-.8 2.9-.6.8-1.3 1.4-2.2 1.7-.8.3-1.7.3-2.6 0-.9-.3-1.6-1-2.1-2.1-.3-.7-.6-1.5-.8-2.4-.2-.9-.3-1.8-.5-2.6-.1-.9-.2-1.7-.3-2.5-.1-.8-.1-1.5-.2-2-.2-1.3-.4-2.6-.6-3.8-.2-1.2-.4-2.5-.6-3.8-2.5-1.8-4.8-3.7-7-5.8-2.2-2.1-4.1-4.4-6-6.8-.6-.7-1.1-1.6-1.7-2.5-.5-.9-.9-1.8-1.1-2.8-.3-.8-.4-1.6-.1-2.4.3-.8.8-1.4 1.4-1.8.6-.5 1.4-.8 2.2-.9.8-.1 1.6.1 2.4.5.5.3 1 .7 1.4 1.2.4.5.7 1 1.1 1.6l.9 1.8c.3.6.6 1.1 1 1.6 1.2 1.6 2.5 3 3.8 4.3 1.4 1.3 2.8 2.6 4.3 3.8.9-1.7 2-3.4 3.1-4.9 1.1-1.6 2.2-3.2 3.1-4.9.2-.4.4-1 .8-1.8.3-.8.7-1.6 1.1-2.5.4-.9.8-1.7 1.2-2.5.4-.8.8-1.3 1.2-1.6.7-.6 1.3-.9 2.1-.9.7-.1 1.4.1 2.1.4.7.3 1.2.8 1.7 1.4.5.6.7 1.4.7 2.2 0 .9-.2 1.9-.7 3.3-.5 1.3-1.1 2.7-1.9 4-.7 1.4-1.5 2.7-2.3 4-.8 1.3-1.4 2.3-1.8 3-.4.6-.7 1.2-1.1 1.8-.4.6-.7 1.1-1.1 1.7-.5.8-.9 1.5-1.4 2.3-.4.7-.9 1.5-1.3 2.2.4 2.5.7 5.1 1.1 7.6.4 2.5.8 5.1 1.2 7.6l.3.4zm28.4.7c-1.2-.1-2.3-.4-3.2-1.2-1-.7-1.5-1.7-1.7-3l-4.1-28.2c-.8.3-1.6.3-2.4 0-.8-.2-1.5-.6-2-1.1-.5-.5-.9-1.1-1.1-1.8-.2-.7 0-1.5.4-2.2.5-.8 1.1-1.6 1.8-2.2.7-.6 1.5-1.2 2.4-1.6.8-.5 1.7-.9 2.7-1.2.9-.4 1.8-.7 2.7-1 2.4-.8 4.9-1.2 7.5-1.4 2.5-.2 5 0 7.3.6 2.4.6 4.6 1.5 6.7 2.9 2.1 1.3 3.9 3.1 5.4 5.4.9 1.4 1.7 2.8 2.2 4.4.5 1.5 1 3.1 1.2 4.7.3 2.1.4 4.2.1 6.2-.3 2-.8 4-1.6 5.9-.8 1.9-1.9 3.6-3.2 5.2-1.3 1.6-2.9 2.9-4.6 4.1-1.5 1-3.2 1.8-5 2.4-1.8.6-3.6 1.2-5.3 1.7-.9.3-1.8.5-2.8.8-1 .3-1.9.5-2.9.7l-.5-.1zm2.1-36.7c-.6.1-1.1.2-1.6.3-.5.1-1 .3-1.6.4l3.9 26.9c.3 0 .5-.1.7-.2.2-.1.3-.1.5-.1s.3-.1.5-.1c.6-.2 1.1-.3 1.5-.4.4-.1.8-.2 1.1-.3.3-.1.7-.2 1.1-.4.4-.1.8-.3 1.3-.5 2.5-1 4.4-2.4 5.7-4.1 1.3-1.7 2.1-3.8 2.5-6.5.3-1.5.3-3.1 0-4.6-.3-1.5-.8-2.9-1.5-4.2-.7-1.3-1.6-2.5-2.8-3.5-1.2-1-2.5-1.7-4-2.2-1.2-.4-2.4-.6-3.6-.6-1.3 0-2.5.1-3.7.1zm64.6 22.4c0 1-.2 1.9-.6 2.7-.4.8-1 1.3-1.6 1.7-.7.4-1.4.5-2.2.4-.8-.1-1.6-.5-2.4-1.3-.7-.6-1.1-1.4-1.3-2.2-.2-.9-.4-1.7-.7-2.5-.8-2.4-1.8-4.8-3-7.3-2.8.4-5.5.9-8.2 1.3-2.7.4-5.5.8-8.2 1.3-.2 1.2-.4 2.5-.5 3.7-.1 1.2-.2 2.5-.3 3.7-.1.9-.2 1.9-.2 2.9s-.3 1.9-.8 2.7c-.6 1-1.4 1.6-2.2 1.9-.9.2-1.7.2-2.4-.1-.8-.3-1.4-.8-1.9-1.6s-.8-1.7-.8-2.8c-.1-1.4 0-2.8.2-4.2l.6-4.2c.9-8 2.4-15.8 4.5-23.5.2-.7.4-1.3.6-1.9.2-.6.4-1.2.6-1.9l.6-2.1c.2-.8.5-1.5.8-2.1.3-.7.8-1.3 1.3-1.8s1.2-.8 2.1-.9c1.1-.2 2.1.1 3 .7 3.5 2.6 6.5 5.7 9 9.2 2.5 3.5 4.9 7.2 7 10.9.9-.2 1.8-.3 2.8-.4.9-.1 1.8.2 2.6.9.7.5 1.2 1.2 1.4 1.9.2.7.2 1.4.1 2.1s-.5 1.3-1 1.9c-.5.6-1.1 1-1.9 1.3.7 1.5 1.3 3 1.9 4.6.6 1.6 1.1 3.2 1.6 4.8l-.5.2zm-16.3-16.2c-1.1-1.9-2.3-3.8-3.6-5.6-1.3-1.8-2.6-3.6-4.1-5.2-.6 2.1-1.2 4.2-1.7 6.2-.5 2.1-.9 4.1-1.3 6.3 2.1-.3 3.9-.6 5.5-.9 1.6-.2 3.3-.5 5.2-.8zm42.2-26.4c.4-1 1-1.7 1.8-2.1.8-.4 1.6-.6 2.5-.6.9.1 1.6.4 2.3 1 .7.6 1.1 1.4 1.2 2.5.1 1 0 2-.5 3-.4.9-.8 1.9-1.2 2.8-.9 2.5-1.7 5-2.4 7.5-.8 2.5-1.5 5.1-2.1 7.6-.7 2.5-1.3 5-1.9 7.5-.6 2.5-1.1 5-1.6 7.5-.2.8-.4 1.6-.6 2.7-.2 1-.5 1.9-.8 2.7-.4.8-.9 1.4-1.6 1.7-.7.4-1.3.5-2.1.5-.7 0-1.4-.2-2.1-.6-.7-.4-1.2-.9-1.6-1.7-.7-1.2-1.3-2.3-1.9-3.5-.6-1.1-1.3-2.3-1.9-3.4-.7-1.2-1.3-2.3-1.9-3.5-.6-1.1-1.3-2.3-1.9-3.4l-3.9-6.9c-1.3-2.3-2.6-4.6-3.8-6.9-.8-1.4-1.5-2.7-2.2-3.8-.6-1.1-1.2-2.4-1.8-3.8-.5-1-.4-1.9 0-2.7.5-.8 1.2-1.5 2.1-1.9.9-.4 1.8-.6 2.8-.4 1 .2 1.8.7 2.4 1.7 2.5 4.2 4.9 8.5 7.2 12.8 2.3 4.3 4.6 8.7 7 13 .2-.7.3-1.3.4-1.7.1-.4.2-.7.2-1 .1-.3.1-.5.1-.6 0-.1.1-.3.1-.4.2-1.9.6-3.7 1.2-5.5.6-1.8 1.1-3.6 1.6-5.4 1.3-4.8 2.8-9.6 4.6-14.2l.3-.5zm41.3 26.4c.8-.1 1.5 0 2.2.3.7.3 1.2.7 1.7 1.2s.8 1.1.9 1.7c.2.7.1 1.4-.1 2.2-.1.3-.3.7-.7 1.2-.4.5-.7.8-1.1.9-2.7 1.3-5.6 2.2-8.6 2.9-3 .6-6 1-9 1.1-.9 0-1.8.1-2.8.1-1 .1-1.9-.1-2.8-.5-1.5-.7-2.4-1.9-2.6-3.5l-4.1-28.6c-.5-.3-1-.7-1.4-1.2-.4-.5-.7-1-.8-1.6-.2-.6-.2-1.2 0-1.8.1-.6.5-1.1.9-1.6.8-.8 1.7-1.5 2.9-1.9 1.1-.4 2.2-.8 3.3-1.1 2.3-.7 4.6-1.2 6.9-1.5 2.3-.3 4.7-.7 7.1-1.1.7-.1 1.5-.3 2.5-.5.9-.2 1.8-.3 2.5-.1.9.2 1.6.6 2.2 1.2.6.6 1 1.3 1.2 2 .2.7.2 1.5-.1 2.3-.3.8-.9 1.4-1.7 2-1.1.6-2.2 1-3.5 1.1-1.3.1-2.5.3-3.7.5-1.7.2-3.4.5-5.1.8-1.7.3-3.4.7-5 1.1l1.4 9.3c1.6-.1 3.2-.4 4.8-.7 1.6-.3 3.2-.7 4.8-1 .7-.1 1.4-.3 2.1-.5.7-.2 1.4-.3 2.2-.3 1 0 1.8.3 2.5.9.6.6 1.1 1.3 1.3 2.1.2.8.2 1.6-.1 2.5-.3.9-.8 1.5-1.7 2-.7.4-1.7.8-3 1.2-1.3.3-2.6.7-4 .9-1.4.3-2.8.5-4.2.7-1.4.2-2.6.3-3.5.4l1.2 8.3c2.5 0 5-.4 7.5-.9 2.5-.6 4.9-1.4 7.2-2.3l.3-.2zM1349.1 2554c-3.5-5-7.3-7.4-11.4-7-4.1.4-8.5 2.7-13.1 7-2.3 2-4.6 4.6-7.1 7.8-2.5 3.3-5.1 6.1-7.9 8.4-2.8 2.4-5.8 3.8-9.1 4.3-3.2.5-6.7-1-10.4-4.4-3.2-2.9-4.7-6.1-4.5-9.6.2-3.5 1.2-7 3-10.4 1.9-3.4 4.2-6.6 7-9.6s5.2-5.5 7.1-7.4c4.6-4.6 9.7-8.3 15.5-11.2 5.8-2.9 11.7-4.7 17.8-5.3 6.1-.6 12 .2 17.7 2.4 5.7 2.2 10.8 6.3 15.2 12.1 4.2 5.6 7.3 11.4 9.2 17.5 1.9 6.1 2.6 12.2 2.2 18.4-.5 6.2-2 12.2-4.7 18-2.7 5.9-6.5 11.3-11.5 16.2-3 3-6.5 6.1-10.2 9.1-3.8 3-7.4 6.2-10.7 9.6-3.4 3.4-6.3 7.1-8.6 11-2.4 3.9-3.6 8.3-3.8 13.3 1.7-.3 4.3-.5 7.7-.7 3.4-.2 7.1-.6 11.1-1 4-.5 8.1-1.2 12.4-2.2 4.2-1 8-2.3 11.3-3.9-.5.7-.9 1.2-1.2 1.4 2-2.7 3.9-5.2 5.7-7.5 1.8-2.3 4.6-3.6 8.4-3.8 2.7-.3 5.2.3 7.6 1.6 2.4 1.3 4.3 3 5.7 5.2 1.5 2.2 2.4 4.6 2.7 7.4.3 2.7-.2 5.4-1.8 7.8-2.9 4.9-6.3 9.2-10.2 12.9-3.9 3.7-8.8 6-14.8 6.9l-55.8 8.8c-3.6.6-6.9-.1-9.9-2s-5.2-4.5-6.5-7.9c-1-2.6-1.5-5.2-1.4-7.9.1-2.7.1-5.5 0-8.2-.1-6.6.4-12.6 1.5-18s2.7-10.5 5.1-15.2c2.3-4.7 5.3-9.1 8.8-13.3 3.6-4.2 7.9-8.3 12.8-12.5 2.3-1.8 5-4.2 8.3-7.1 3.2-2.9 6.1-6.1 8.6-9.5 2.5-3.4 4.1-7 4.9-10.7.8-3.8-.1-7.4-2.7-10.8zm179.2 26.5c-.2 11.7-2.4 23.2-6.6 34.5-4.1 11.3-10.9 21-20.2 29-4.8 3.3-10 5.8-15.6 7.5-5.7 1.7-11.4 2.5-17.1 2.5-5.8-.1-11.4-1.1-16.8-3.2-5.5-2.1-10.4-5.3-14.7-9.6-9.5-9.4-16.3-19.6-20.3-30.7-4.1-11-6.1-23.1-6-36 0-9.1 1.1-18.3 3.2-27.6s5.9-17.7 11.3-25.3c4.3-6.1 9.4-11 15.2-14.8 5.8-3.7 12-6.2 18.4-7.3 6.5-1.2 13.1-1 19.8.5 6.7 1.5 13.1 4.3 19.2 8.5s11.1 9 15.1 14.6c4 5.5 7.1 11.4 9.4 17.6 2.3 6.2 3.8 12.7 4.8 19.5.8 6.8 1.2 13.6.9 20.3zm-27.7-.4c.2-4.8-.3-10.4-1.4-16.8-1.2-6.4-3.2-12.4-6.1-18-2.9-5.6-6.6-10.2-11.3-13.6-4.6-3.4-10.4-4.6-17.2-3.5-7.5 1.2-13.1 4.5-16.9 10.1-3.8 5.6-6.2 12-7.4 19.3-1.2 7.3-1.4 14.7-.7 22.2s1.8 13.8 3.4 18.8c1 3.4 2.4 6.8 4.2 10.4 1.8 3.6 3.8 6.8 6.2 9.6 2.4 2.8 5.1 5 8.3 6.4 3.2 1.4 6.8 1.7 10.8.9 5.6-1.2 10.1-3.2 13.6-6.1 3.5-2.9 6.3-6.3 8.4-10.2 2.1-3.9 3.6-8.3 4.5-13.2.9-4.9 1.5-9.9 1.6-15v-1.3zm-418.8-9.9c-1.3-4.5-6-6.3-14-5.6l-2.7.2c-5 .5-11.4 1.1-18.3 1.7 22.6-14.8 60.5-34.4 60.8-34.5l-1.4-4.9c-.7-2.6-3.7-3.5-6.6-2.1-7.2 3.7-43.6 23.6-61.2 35.3 12.7-29.2 24.2-53.4 24.4-53.9l-5.2-1.3c-2.6-.7-5.7 1-7 3.8-4.3 9.1-13.7 29.4-23.6 52.4-5.8-9.3-13.2-17.2-17.5-21.4-1.8-1.8-5.2-1.4-7.5.9l-4.3 4.5c.1.1 12.4 11.1 20.3 24.4-11.6 1.4-22.8 3.1-31.1 4.9-3 .6-5.4 3.6-5.2 6.4l.3 5.3c6.4-1.8 16.4-3.4 27.4-4.9-9.8 7.6-20.1 16.2-30.6 25.8-2.3 2.1-2.8 5.4-1.1 7.2l3.5 3.6c11.7-11 23.3-20.7 34.2-29.1-7.6 18.9-14.5 37.5-18.2 51.6l-.2.7c-1.2 4.4 3.3 6.9 7.4 4.1l.6-.4c1.4-1 34.1-23.8 52.7-40.6 19.1-17.5 26.1-27.3 24.1-34.1zm-30.5 26.8c-11.1 10.1-28.2 22.9-39.5 31.1 4.8-14.6 11.7-32.2 18.9-49.4 12.6-1.4 24.6-2.5 33.1-3.3l2.7-.2c2.6-.2 3.9-.1 4.5.1-.7 1.8-3.8 7.3-19.7 21.7z"
87
- }));
88
- };
16
+ const LazydaveMoodleIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 2444.6 3213.8"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M1612.3 1320.9l-.8-3.1c30.7 377.3-218.9 540.2-218.9 540.2l-11.5 56-66.7 365.8c-19.6 61.7-110.4 62.1-110.4 62.1-70.5 0-94.7-88.6-94.7-88.6l-107-404.9s-292.5-140.3-251.1-571.3l-6.9 4.6-11.5 6.1-10 3.8-21.5 3.8-13.8.8-17.6-3.1-9.2-3.8-10-6.9-12.3-11.5-5.4-6.1-7.7-3.8-9.2-9.2-10-11.5-6.9-8.4-3.8-5.4-6.9-13-5.4-10-3.8-8.4-3.1-10.7-6.1-13-4.6-14.6-3.1-8.4-4.6-16.1s.8-55.2 43.7-95.8l6.9-8.4 6.1-4.6 7.7-6.9 7.7-8.4 6.9-4.6 8.4-4.6 10-3.8 9.2-3.1 10.7-2.3h16.1l3.8.8 9.2 3.1 6.1 2.3 7.7 5.4 5.4 3.8 4.6 2.3 4.6 4.6 6.1 1.5s16.9-117.3 29.9-140.3l4.6-12.3 4.6-7.7 6.9-7.7 13.8-11.5 15.3-10 10.7-7.7-15.8-25.4 8.4-11.5-6.9-7.7-2.3-4.6 6.1-5.4 6.1-2.3 7.7-23.8 4.6-23.8 6.1-24.5 7.7-23.8 5.4-75.9 25.3-16.1-2.3 16.9 28.4-19.2-.8 8.4-.8 6.9s8.9-3.8 20.7-15.6c2.2 11.1 2.5 14.5-1.5 27.6 0 0 24.5-12.3 32.7-27.3l16.1 5.6 8.2-1 7.2-3.1s20.4-18.4 16.4 17.4c0 0 28.6-1 34.8-27.6h8.2s10.2 14.3 7.2 27.6c13.4-7.9 21.2-1.8 39.9-29.6l11.2 3.1s9.2 10.7 3.1 30.7c0 0 31.4-10 42.2-39.9l11.5 21.5 18.4-23 7.7 15.3 15.3-13.8s21.5 15.3 21.5 50.6c13.2-12.4 32.7-13.4 32.2-50.6 0 0 35.3 16.9 36.8 53.7 0 0 23-6.1 24.5-29.1 0 0 23.1 1.4 30.9 28.4.5 1.7.9 3.4 1.3 5.3 0 0-4.6-73.6 16.9-62.9",
20
+ stroke: "#303145",
21
+ strokeWidth: "9",
22
+ strokeMiterlimit: "10"
23
+ }), _react.default.createElement("path", {
24
+ d: "M1363.1 541.8l12.3 23 9.2-18.4s21.5 12.3 19.9 36.8c0 0 35.3-27.6 44.5-23 0 0 23 27.6 9.2 58.3 8.7-9.9 15.5-25.2 30.7-18.4 0 0 24.5 32.2 18.4 53.7l18.4-16.9 12.3 18.4 13.8-4.6 3.1 18.4 13.8-4.6 6.1 10.7 7.7 9.2-3.1 13.8-13.8 32.2-6.1 19.9 1.5 26.1-1.5 19.9v18.4l7.7 16.9 4.6 12.3-13.8 13.8-12.3 6.1-10.7 10.7 15.3 10.7 12.3 15.3s23 58.3 23 153.4l-.8 6.9 8.4 2.3 7.7-19.9 15.3-19.9 7.7-10.7 10.7-6.1 10.7-9.2 9.2-1.5 10.7-6.1h16.9l9.2 1.5 12.3 1.5 16.9 7.7 13.8 9.2 10.7 10.7 10.7 10.7 7.7 12.3 6.1 15.3 10.7 13.8 4.6 12.3 6.1 13.8 3.1 15.3v32.2l-4.6 32.2-4.6 13.8-9.2 16.9-9.2 19.9-7.7 12.3-10.7 15.3-18.4 24.5-16.9 15.3-9.2 7.7-13.8 7.7-12.3 7.7-12.3 3.1-18.4 3.1h-15.3l-26.1-7.7",
25
+ stroke: "#303145",
26
+ strokeWidth: "9",
27
+ strokeMiterlimit: "10"
28
+ }), _react.default.createElement("path", {
29
+ d: "M1062.5 1932.8s1 .9 3.1 2.4c2 1.5 5 3.7 8.9 6.3 3.9 2.6 8.8 5.6 14.4 8.8 5.7 3.2 12.2 6.6 19.5 9.9 3.6 1.7 7.5 3.3 11.5 4.8 4 1.6 8.2 3 12.5 4.4 4.3 1.4 8.8 2.7 13.4 3.8 4.6 1.1 9.4 2.2 14.3 3 9.7 1.6 19.9 2.6 30.2 2.6 5.2.1 10.4-.3 15.6-.6 5.2-.5 10.4-1.1 15.6-2 5.2-.8 10.3-2 15.4-3.3 2.5-.7 5-1.4 7.5-2.2 1.2-.4 2.5-.8 3.7-1.2l1.9-.6 1.8-.7c2.4-.9 4.9-1.7 7.2-2.7 2.4-.9 4.8-1.9 7.1-2.9 1.2-.5 2.3-1 3.5-1.5 1.2-.5 2.3-1.1 3.4-1.6s2.3-1.1 3.4-1.6 2.2-1.1 3.3-1.7c8.8-4.6 17-9.6 24.6-14.7 3.8-2.6 7.4-5.1 10.9-7.7 1.7-1.3 3.5-2.5 5.1-3.8 1.6-1.3 3.2-2.5 4.8-3.8 3.2-2.5 6-5 8.9-7.3 2.8-2.4 5.4-4.7 7.8-6.8 2.4-2.2 4.6-4.3 6.7-6.2 2.1-1.9 3.9-3.8 5.6-5.4 3.4-3.2 6-5.9 7.8-7.7 1.8-1.8 2.8-2.7 2.8-2.7s-.8 1.1-2.4 3.1c-.8 1-1.7 2.2-2.9 3.7-.6.7-1.2 1.5-1.8 2.3-.7.8-1.4 1.7-2.2 2.6-1.5 1.8-3.2 3.8-5.1 6-1.9 2.1-4 4.4-6.2 6.8-2.3 2.4-4.7 4.9-7.3 7.6-1.3 1.3-2.7 2.6-4.1 4-1.4 1.3-2.8 2.7-4.4 4.1-6 5.5-12.7 11.2-20.2 16.9-7.5 5.6-15.8 11.1-24.7 16.2-1.1.6-2.2 1.3-3.4 1.9-1.1.6-2.3 1.2-3.5 1.8-1.2.6-2.3 1.2-3.5 1.8-1.2.6-2.4 1.1-3.6 1.7-2.4 1.2-4.8 2.2-7.3 3.3-2.5 1.1-5 2-7.5 3l-1.9.7-1.9.7c-1.3.4-2.6.9-3.9 1.3-2.6.8-5.2 1.6-7.9 2.3-5.3 1.4-10.7 2.7-16.1 3.6-5.4 1-10.9 1.6-16.4 2.1-2.7.1-5.5.4-8.2.4-1.4 0-2.7.1-4.1.1-1.4 0-2.7 0-4.1-.1-1.4 0-2.7 0-4.1-.1-1.3-.1-2.7-.1-4-.2-2.7-.2-5.3-.4-8-.7-5.3-.6-10.5-1.4-15.5-2.4-5.1-1-10-2.3-14.7-3.6-4.7-1.4-9.3-2.9-13.7-4.6-8.8-3.3-16.9-7.1-24-11-3.6-1.9-7-3.9-10.2-5.8-3.2-2-6.1-3.9-8.8-5.8-5.5-3.7-10-7.3-13.6-10.3-3.7-3-6.4-5.6-8.2-7.3-1.9-2.4-2.8-3.4-2.8-3.4zm53.7 65.9s.1.1.4.3c.3.2.7.5 1.2.9 1.1.7 2.6 1.7 4.7 2.8.5.3 1.1.6 1.6.9.6.3 1.2.5 1.9.8 1.3.5 2.6 1.3 4.2 1.8 1.5.6 3.2 1.2 4.9 1.8 1.8.5 3.6 1.1 5.5 1.7.5.1 1 .3 1.5.5.5.1 1 .2 1.5.4 1 .2 2.1.5 3.1.7 2.1.5 4.3 1.1 6.6 1.5 2.3.4 4.6.9 7 1.3 2.4.4 4.9.6 7.4 1 1.2.2 2.5.3 3.8.5.6.1 1.3.2 1.9.2.6 0 1.3.1 1.9.1 2.6.2 5.2.4 7.9.6 1.3.1 2.6.2 4 .3 1.3 0 2.7.1 4 .1l8.1.3c1.3 0 2.7.2 4 .1h16.1c1.3 0 2.6-.1 3.9-.1l7.8-.3c2.5-.1 5.1-.2 7.5-.2 2.5-.1 4.8-.3 7.2-.4 4.7-.3 9.1-.5 13.2-.7 1 0 2-.1 3-.1 1-.1 1.9-.2 2.9-.2 1.9-.1 3.6-.3 5.3-.4 3.3-.3 6.3-.4 8.7-.5 2.4-.1 4.3-.2 5.6-.2 1.3 0 2-.1 2-.1s-.7.2-1.9.6c-1.2.3-3.1.9-5.4 1.5-2.3.6-5.2 1.4-8.4 2.2-1.6.4-3.4.8-5.2 1.3-.9.2-1.9.4-2.8.7l-3 .6c-4.1.7-8.5 1.5-13.2 2.3l-3.6.6c-1.2.2-2.4.4-3.7.5-2.5.3-5 .5-7.6.8-2.6.3-5.2.5-7.9.7-1.3.1-2.7.3-4 .3-1.4 0-2.7.1-4.1.1-2.7.1-5.5.2-8.3.2-2.8.1-5.5.2-8.3 0-2.8-.1-5.6-.3-8.3-.4-1.4-.1-2.8-.1-4.1-.2-1.4-.1-2.8-.3-4.1-.4-5.5-.6-10.9-1.2-16-2.3-1.3-.3-2.6-.5-3.8-.8-1.3-.3-2.5-.4-3.7-.8-2.4-.7-4.8-1.3-7.2-2-2.3-.6-4.5-1.5-6.7-2.3-1.1-.4-2.1-.8-3.1-1.2l-1.5-.6c-.5-.2-1-.5-1.5-.7-1.9-.9-3.7-1.8-5.5-2.6-1.7-.9-3.3-1.9-4.7-2.7-1.5-.8-2.8-1.8-4-2.7-.6-.4-1.2-.8-1.7-1.2-.5-.4-1-.9-1.5-1.3-.9-.8-1.8-1.5-2.4-2.2l-1.7-1.7c-1-1.1-1.4-1.7-1.4-1.7zm16.9 36.7s1.7 1.4 5.1 3c.4.2.8.4 1.3.7l1.5.6c1 .4 2.1 1 3.3 1.3 1.2.4 2.5.9 3.8 1.3 1.4.4 2.8.8 4.3 1.2.4.1.8.2 1.1.3l1.2.3c.8.2 1.6.4 2.4.5 1.7.4 3.3.8 5.1 1.1 1.8.3 3.6.6 5.5.9 1.9.3 3.8.5 5.7.7 1 .1 2 .2 2.9.4.5.1 1 .1 1.5.2l1.5.1c2 .1 4.1.3 6.1.4 1 .1 2.1.2 3.1.2s2.1 0 3.1.1c2.1.1 4.2.1 6.3.2 2.1.1 4.2.1 6.3.1h6.3c4.2.1 8.3-.2 12.3-.3 2 0 4-.1 5.9-.1 1.9 0 3.8-.2 5.6-.3 3.7-.2 7.1-.3 10.4-.4.8 0 1.6 0 2.4-.1.8 0 1.5-.1 2.3-.1 1.5-.1 2.9-.1 4.2-.2 2.6-.1 4.9-.2 6.8-.2 1.9-.1 3.4 0 4.4 0h1.6s-.5.2-1.5.5-2.4.8-4.2 1.3c-1.8.6-4 1.2-6.6 1.9-1.3.3-2.6.7-4.1 1.1-.7.2-1.5.4-2.2.6-.8.2-1.5.3-2.3.5-3.2.6-6.7 1.3-10.3 2-1.8.3-3.7.7-5.7.9-1.9.2-3.9.4-6 .7-2 .2-4.1.4-6.2.6-1 .1-2.1.2-3.2.3-1.1 0-2.1.1-3.2.1-2.2.1-4.3.2-6.5.2s-4.4.1-6.6 0l-6.6-.3c-1.1 0-2.2-.1-3.3-.2-1.1-.1-2.2-.2-3.2-.4-4.3-.5-8.5-1-12.6-1.9-2-.4-4-.8-6-1.3-1.9-.6-3.8-1.1-5.6-1.6-1.8-.5-3.6-1.2-5.2-1.9-.8-.3-1.7-.7-2.5-1-.4-.2-.8-.3-1.2-.5-.4-.2-.8-.4-1.1-.6-1.5-.7-2.9-1.5-4.3-2.1-1.3-.8-2.5-1.5-3.7-2.2-1.2-.7-2.2-1.5-3.1-2.2-.5-.4-.9-.7-1.3-1-.4-.4-.8-.7-1.1-1-1.5-1.3-2.5-2.4-3.1-3.2-.5-.8-.8-1.2-.8-1.2zm30.7-617.9c2-3.6-75.1-124.2-99.7 4.6 0 0 97.6-1 99.7-4.6zm36.8 3.1c4.6-3.1 115-130.4 76.7 0-.1 0-81.3 3-76.7 0zm-107.1-96.7s-1.6 1.1-4.3 3.2c-2.7 2.1-6.5 5.1-10.9 9-2.2 1.9-4.5 4.1-6.8 6.4-2.3 2.4-4.8 4.8-7.2 7.5-2.4 2.7-4.7 5.5-7.1 8.5-2.2 3-4.5 6.1-6.4 9.3-2 3.2-3.6 6.6-5.1 9.9-.7 1.7-1.3 3.4-1.9 5-.3.8-.6 1.7-.9 2.5l-.4 1.2-.4 1.2c-.5 1.6-1.1 3.2-1.5 4.8-.2.8-.5 1.6-.7 2.3-.2.8-.4 1.5-.5 2.3-.2.8-.3 1.5-.5 2.2-.2.7-.2 1.5-.4 2.2-.1.7-.3 1.4-.4 2.1l-.3 2.1c-.1.7-.2 1.4-.2 2-.1.7-.2 1.3-.2 1.9-.1 1.3-.1 2.5-.2 3.6-.1.6 0 1.1 0 1.7v4.4c.1 1.7.2 3 .2 4v1.5l-.9.3s-.3-.4-.8-1.2c-.5-.8-1.2-2-2-3.6-.4-.8-.7-1.7-1.1-2.8-.4-1-.9-2.1-1.2-3.3-.3-1.2-.6-2.5-1-3.9-.2-.7-.3-1.4-.4-2.2-.1-.7-.2-1.5-.3-2.3-.3-1.6-.2-3.2-.3-4.9v-2.6c.1-.9.1-1.8.2-2.7.1-.9.1-1.8.3-2.7.2-.9.3-1.8.5-2.8.3-1.9.9-3.7 1.5-5.6.2-.5.3-.9.5-1.4.2-.5.4-.9.6-1.4l1.2-2.7c.4-.9.9-1.8 1.4-2.7l1.5-2.7c2.1-3.5 4.4-6.9 6.8-10.1 2.4-3.3 5-6.3 7.7-9.3 2.7-2.9 5.5-5.6 8.2-8.1.7-.6 1.4-1.2 2.1-1.9l2.1-1.8c1.4-1.2 2.7-2.2 4.1-3.3 2.7-2.1 5.3-4 7.7-5.7 2.4-1.7 4.7-3.2 6.8-4.4 2-1.3 3.8-2.3 5.4-3.2 3-1.7 4.8-2.5 4.8-2.5l.7.7z"
30
+ }), _react.default.createElement("path", {
31
+ d: "M1282.1 1312.8s1.8.9 4.8 2.7c1.5.9 3.3 2.1 5.2 3.6 2 1.5 4.2 3.2 6.4 5.2 2.3 2 4.6 4.4 6.9 7 2.3 2.6 4.5 5.6 6.7 8.9.5.8 1 1.7 1.5 2.5l.8 1.3.7 1.3c.5.9.9 1.8 1.4 2.7.4.9.8 1.9 1.2 2.8.4.9.7 1.9 1.1 2.9.3 1 .7 2 1 3 .5 2 1.1 4.1 1.4 6.2.2 1 .4 2.1.5 3.1.1 1.1.2 2.1.3 3.2l.2 1.6v1.6c0 1.1 0 2.1.1 3.2 0 2.1-.2 4.2-.4 6.3-.3 2-.7 4-1.1 6-.6 1.9-1.1 3.8-1.7 5.6-.7 1.8-1.5 3.5-2.2 5.1-.3.8-.8 1.6-1.2 2.4-.4.8-.8 1.5-1.3 2.2-.4.7-.8 1.4-1.3 2.1-.5.7-.9 1.3-1.4 2-.9 1.3-1.8 2.5-2.6 3.6-.9 1.1-1.8 2.1-2.6 3-.8.9-1.6 1.8-2.4 2.6-.8.8-1.5 1.4-2.2 2-1.3 1.2-2.4 2.1-3.1 2.7-.7.6-1.1.9-1.1.9l-.8-.6s.2-.5.5-1.4c.4-.9.9-2.2 1.6-3.8.3-.8.8-1.6 1.2-2.6.4-1 .8-2 1.3-3.1s1-2.2 1.5-3.5c.5-1.2 1-2.5 1.5-3.9.3-.7.5-1.3.8-2 .2-.7.5-1.4.8-2.1.5-1.4 1.1-2.9 1.6-4.4.5-1.5.9-3.1 1.5-4.7.4-1.6.9-3.3 1.4-4.9.4-1.7.8-3.4 1.3-5.1.3-1.7.7-3.5 1-5.3l.3-2.7.1-1.4v-4.2c0-.9-.1-1.8-.2-2.8-.1-1.9-.5-3.7-.7-5.5l-.6-2.7c-.2-.9-.4-1.8-.7-2.7-.3-.9-.6-1.8-.8-2.6-.3-.9-.7-1.7-1-2.6l-.5-1.3-.6-1.2c-.4-.8-.8-1.6-1.1-2.4-1.6-3.2-3.4-6.2-5.3-8.9s-3.8-5.2-5.8-7.4c-1.9-2.2-3.8-4.1-5.5-5.8-1.7-1.7-3.3-3-4.6-4.1-2.6-2.2-4.3-3.3-4.3-3.3l.5-.3z"
32
+ }), _react.default.createElement("path", {
33
+ d: "M1230.9 1095.4s-14.2 158.4-2.8 191.7m-49.3-185.5s3.4 99.7-2.8 115",
34
+ stroke: "#303145",
35
+ strokeWidth: "8",
36
+ strokeLinecap: "round",
37
+ strokeMiterlimit: "10"
38
+ }), _react.default.createElement("path", {
39
+ d: "M1451.9 753.5c-28.2 6.3-30 6.5-55.8 1.7-13.6-2.5-27.2-5.1-40.1-8.6-84.2-22.9-170.9-20.6-258-8.4-25.2 3.5-49.6 9.6-73.6 15.7-20.4 5.1-40.8 6.9-62.6 5.5-9.4-.6-19-.8-28.4-.5-3.8.2-7.3 2.4-16.1 5.6 55.7 9.2 70.1 8.9 113.7-.9 21.1-4.8 41.7-10.4 63.3-14.1 56.6-9.5 114.4-12.3 172.8-7.9 30.5 2.3 60.6 6.3 88.5 15.1 13.4 4.2 28.8 6.8 43.9 8.5 12.6 1.5 26 1.2 38.8.5 4.7-.3 9.4-3.9 13-6.5 1.5-1 .4-3.5.6-5.7zm-194.5 32.6c-10.1-3.4-22.3-4.9-33.8-6.5-42.6-5.9-84.8-5.1-126.7 3-41.8 8-83.7 16.4-128.7 15.3-5.1-.1-12 .8-9.4 6 43.6 3.3 65.4 2.4 102.2-4.1 14.8-2.6 29.7-5.1 44.5-7.6 54.6-9.2 108-8.1 159.9 6.7 21.7 6.2 45.1 9.1 68.7 10.7 10.3.7 21.1-.5 31.5-1.5 2-.2 3.4-3 5.2-4.7-3.1-.8-5.3-1.9-7.4-1.9-37.6.4-72.9-4.1-106-15.4zm-231.5-69.7c.7 1.2 1.4 2.4 2.1 3.7 10-1.6 20.6-2.5 30.1-4.9 54.1-13.5 110.6-15.3 168.1-13.5 8.3.3 16.7 1 24.9.5 26-1.4 52-3 77.9-5 4-.3 7.5-3.2 17.6-7.7-23.2 2-38.3 4.1-53.4 4.4-28.5.5-57.1.5-85.5-.5-58.1-2-113.4 4.1-166.4 18.2-5.4 1.5-10.4 3.2-15.4 4.8zm77 328.4l8.7-6.6 7.7-7.2 4.6-6.1 4.1-5.6 4.1-7.7v-4.1l-2-7.2-3.1-4.6-3.1-4.6-.5-4.6-2-4.1-4.6-5.1-8.7-5.1-7.7-.5-10.2 2-7.7.5-12.8 2-15.8 5.1-11.2 3.6-12.8 4.1-11.8 5.6-5.1 2-7.7 2.6-7.7 4.1-6.6 2-3.1 2.6s-12.8 8.2-24.5-2.6l-4.1-1-2.6 3.1-5.6 3.1-4.6 4.1-5.6-.5v3.1l-4.1 2.6-1 3.1-6.6 4.1-4.1 3.1-6.6 5.1-5.6 4.1-8.7 5.1-3.1 4.1-4.1 2.6-5.1 1.5-1.5 3.1-6.6 3.1-3.1 2.6-6.6 5.6-4.6 3.1-6.1 5.1-4.1 2.6-2 2.6-2.6 2-7.7 3.1-3.1 3.6-6.6 5.6-4.1 4.6-2.6 4.6v6.7l2 .5 2 2 3.1 3.1 9.2-2.6 7.7-2 4.1-6.1 6.1-2 6.1-3.6 4.1-3.1 4.6-3.1 5.1-3.1 4.1-2.6 3.6-2 6.6-5.1 5.1-4.1 8.7-2.6 3.6-2.6 4.1-2 2 1 3.1-3.1 3.1-3.6s21.5-10.2 35.8-7.2l6.6-.5h7.7l8.2-1 4.1 1.5 4.1-.5 9.2-1 5.6 1h6.7l6.1-1 5.1-.5 8.7-3.1 6.6-1.5 5.6-2 6.6-4.6 5.1-3.1-.5 7.2 5.6-7.2-2 6.1 6.1-5.1-.5 4.1 7.2-3.1 4.1 3.1 6.6-2 1 3.6 5.6-.5 5.1-1 4.1-.8zm177.4-71.8l-7.7 3.4-6.1 5.1-3.8 5.1-1.5 7.6-.8 5.9 1.5 8.5 1.5 5.9 4.6 6.8 3.1 2.5 3.8 5.9h4.6l6.1-1.7 6.9 2.5 5.4-3.4 5.4 1.7 12.3-1.7 7.7-3.4 7.7-2.5-2.3 5.1-10.7 5.9 14.6.8 3.8 5.1 10.7 3.4 14.6-.8 12.3-.8 8.4 1.7 6.9-2.5h8.4l19.2-2.5 10.7 2.5 10.7-1.7 10.7.8 11.5 1.7s51.4 17.8 59 29.6l-2.3-12.7-.8-9.3-3.8-15.2-3.1-8.5-3.8-8.5-6.1-9.3-6.1-3.4-8.4-6.8-17.6-4.2h-13.8l-17.6-5.1H1413l-7.7-.8h-10l-12.3-2.5h-6.9l-8.4-3.4 1.5-11 3.8-5.1s-15.3 1.7-21.5 11c0 0-7.7-11.8-4.6-20.3 0 0-12.3 9.3-11.5 16.1l-9.2-3.4-7.7 3.4-5.4-2.5h-8.4l-5.4-2.5-6.9 3.4-5.4 1.7-6.7 2.4zm-156.4 809.5s.6-.3 1.8-.8c1.2-.5 2.9-1.2 5-2 2.2-.8 4.8-1.9 7.9-2.9 3.1-1.1 6.6-2.2 10.4-3.4 7.7-2.4 16.7-4.8 26.5-7 4.9-1.1 10-2.2 15.1-3.1 5.2-.9 10.5-1.8 15.8-2.5 2.7-.3 5.3-.7 8-1 2.7-.3 5.3-.5 7.9-.7 2.6-.2 5.3-.4 7.9-.5 2.6-.2 5.2-.2 7.7-.2h7.5c2.4.1 4.8.2 7.1.3 2.3.2 4.6.4 6.8.6 2.2.3 4.3.6 6.3.8 2 .4 3.9.7 5.7 1.1 1.8.4 3.5.9 5.1 1.3 3.2 1 5.9 1.9 8.1 2.9 1.1.5 2.1.8 2.9 1.3.8.4 1.5.8 2 1.1 1.1.6 1.7 1 1.7 1s-.7-.1-1.9-.4c-.6-.1-1.3-.3-2.2-.5-.4-.1-.9-.2-1.4-.3-.5-.1-1-.2-1.6-.3-2.2-.5-5.1-.7-8.2-1-1.6-.1-3.3-.2-5.1-.3-1.8 0-3.7-.1-5.6-.1-2 0-4 0-6.1.1-2.1.1-4.3.2-6.5.3-2.2.2-4.5.2-6.9.4-2.4.2-4.8.3-7.2.6-4.9.4-9.9 1-15.1 1.5-1.3.1-2.6.3-3.9.4-1.3.2-2.6.3-3.9.5-2.6.3-5.2.7-7.8 1-5.2.7-10.4 1.4-15.5 2.1-5.1.8-10.2 1.5-15.1 2.2-9.8 1.5-19 2.8-26.8 4-3.9.6-7.6 1.1-10.8 1.5-3.2.4-6 .8-8.3 1.1-2.3.3-4.1.5-5.4.7-1.2.1-1.9.2-1.9.2zm-43-604.2s-.2 2.9-1.3 8c-.6 2.5-1.3 5.6-2.4 9-1.1 3.4-2.4 7.3-4.1 11.4-1.7 4.1-3.7 8.5-6.1 13-.6 1.1-1.2 2.3-1.8 3.4-.6 1.1-1.3 2.3-2 3.5-1.4 2.3-2.8 4.6-4.3 6.9-.8 1.2-1.5 2.3-2.3 3.5-.8 1.1-1.6 2.3-2.5 3.5-1.6 2.4-3.4 4.6-5.2 6.9-1.8 2.3-3.7 4.5-5.6 6.8-2 2.2-3.9 4.4-6 6.6-4.1 4.3-8.3 8.4-12.7 12.3-2.2 1.9-4.3 3.9-6.6 5.6-2.2 1.8-4.4 3.6-6.6 5.2-2.2 1.6-4.4 3.3-6.6 4.8-2.2 1.5-4.4 3-6.4 4.4-2.1 1.4-4.2 2.7-6.2 3.9l-3 1.8c-1 .6-2 1.1-2.9 1.7-1.9 1.1-3.8 2.1-5.5 3.1-1.8 1-3.5 1.8-5.1 2.6-3.2 1.6-6 3-8.4 4-2.3 1.1-4.2 1.8-5.5 2.4-1.3.5-1.9.8-1.9.8s.6-.4 1.7-1.2c1.1-.8 2.8-1.9 4.9-3.3 2.1-1.4 4.6-3.2 7.6-5.2 2.9-2 6.1-4.4 9.7-6.9.9-.6 1.8-1.3 2.7-1.9l2.7-2.1c1.8-1.4 3.8-2.8 5.8-4.4 1.9-1.5 3.9-3.1 6-4.8 2-1.7 4-3.4 6.1-5.1 4.1-3.5 8.3-7.2 12.4-11.1 4.1-3.9 8.2-7.9 12.1-12.1 2-2 3.9-4.2 5.8-6.3 1.9-2.2 3.8-4.3 5.6-6.4 3.6-4.4 7.1-8.7 10.2-13 1.6-2.1 3.1-4.4 4.6-6.4 1.4-2.2 2.9-4.2 4.2-6.3.7-1 1.3-2.1 2-3.1l1.8-3c1.2-2 2.3-4 3.4-5.8 2.1-3.8 3.9-7.3 5.4-10.5 1.5-3.2 2.8-6 3.7-8.4.9-2.4 1.7-4.2 2.1-5.5.3-1.6.5-2.3.5-2.3zm202.8 28.8s.3.7.9 1.9c.6 1.2 1.5 3 2.7 5.2 1.2 2.2 2.8 4.9 4.6 7.9 1.9 3 4.1 6.3 6.6 9.8 1.3 1.7 2.6 3.6 4 5.4.7.9 1.4 1.9 2.2 2.8.8.9 1.5 1.9 2.3 2.8 1.5 1.9 3.2 3.8 4.9 5.8 1.8 1.9 3.4 3.9 5.3 5.9 3.6 4 7.6 7.9 11.6 11.8 2 1.9 4.2 3.8 6.3 5.8 2.2 1.9 4.3 3.8 6.5 5.6 4.4 3.7 8.9 7.2 13.5 10.6 4.5 3.4 9.1 6.6 13.6 9.6 2.3 1.5 4.5 2.9 6.7 4.4 2.2 1.4 4.4 2.7 6.5 4 2.1 1.3 4.2 2.5 6.2 3.7l3 1.8c1 .6 2 1.1 2.9 1.6 3.8 2.1 7.3 4.1 10.4 5.7 3.1 1.7 5.8 3.2 8.1 4.3 2.3 1.2 4 2.1 5.3 2.8 1.2.7 1.9 1 1.9 1s-.7-.2-2-.6c-1.3-.4-3.3-.9-5.7-1.7-2.5-.7-5.4-1.7-8.8-3-1.7-.6-3.5-1.2-5.3-2-1.9-.8-3.8-1.6-5.8-2.4-1-.4-2.1-.9-3.1-1.3-1-.5-2.1-1-3.2-1.5-2.2-1-4.4-2-6.7-3.2-2.2-1.2-4.6-2.4-6.9-3.6-2.4-1.3-4.7-2.7-7.1-4-2.4-1.3-4.7-2.9-7.2-4.4-2.4-1.5-4.8-3.2-7.2-4.8-4.8-3.3-9.5-7-14-10.7-2.3-1.9-4.5-3.9-6.7-5.8-2.2-2-4.3-4-6.4-6.1-2-2.1-4.1-4.1-6-6.3-1-1.1-1.9-2.1-2.9-3.2-.9-1.1-1.8-2.2-2.7-3.2-1.8-2.1-3.5-4.3-5.1-6.4-.8-1.1-1.6-2.1-2.3-3.2-.8-1.1-1.5-2.1-2.2-3.2-2.9-4.2-5.3-8.3-7.5-12.2-2.2-3.9-3.9-7.5-5.4-10.8-1.5-3.3-2.6-6.2-3.4-8.7-1.9-5-2.4-7.9-2.4-7.9zm-348.4-87.9l78.2-17.6s78.2 62.9-24.5 91.2c0 0-75.1 9.2-57.5-65.2l3.8-8.4z"
40
+ }), _react.default.createElement("path", {
41
+ d: "M877 1139.9s.7-.3 2.2-.9c1.4-.6 3.5-1.5 6.1-2.6 2.6-1.1 5.9-2.4 9.6-3.8 3.7-1.4 7.9-3 12.5-4.6 9.2-3.3 20-6.9 31.7-10.5 2.9-.9 5.9-1.8 8.9-2.7 3-.9 6.1-1.8 9.1-2.6 6.2-1.8 12.5-3.4 18.8-5.1 6.3-1.6 12.6-3.2 18.9-4.6 3.1-.7 6.2-1.4 9.3-2 3.1-.6 6.1-1.3 9.1-1.9 12-2.3 23.3-4.1 33.1-5.1 4.9-.5 9.4-.8 13.4-.9 4-.1 7.5 0 10.4.4 2.9.3 5.2.9 6.6 1.6.7.3 1.2.7 1.5 1 .1.1.2.3.3.3l.1.1-.1-.1c-.1-.1-.2-.2-.4-.3-.3-.2-.9-.4-1.6-.6-1.4-.4-3.6-.4-6.4-.2-2.8.2-6.2.8-10 1.5-3.9.7-8.2 1.7-12.9 2.8-9.4 2.2-20.4 5-32.1 8-11.8 3-24.3 6.3-36.8 9.5-6.3 1.6-12.6 3.2-18.7 4.7-3.1.8-6.2 1.5-9.2 2.3-3 .7-6 1.5-9 2.2-11.8 2.9-22.9 5.4-32.4 7.5-4.8 1-9.1 2-13 2.8-3.9.8-7.3 1.4-10.1 2-2.8.6-5 .9-6.5 1.2-1.6.5-2.4.6-2.4.6z"
42
+ }), _react.default.createElement("circle", {
43
+ cx: "1002.7",
44
+ cy: "1139.9",
45
+ r: "10.7"
46
+ }), _react.default.createElement("path", {
47
+ d: "M1339.6 1096.5l78 18.4s42.8 90.8-62 71.3c0 0-71.6-24.6-23.2-83.8l7.2-5.9z"
48
+ }), _react.default.createElement("path", {
49
+ d: "M1276 1091.5s.8 0 2.4-.1c1.5 0 3.8-.1 6.6-.1 2.9 0 6.3 0 10.3.1 4 .1 8.5.2 13.3.4 9.8.4 21.1 1 33.3 2.1 3 .2 6.1.5 9.3.8 3.1.3 6.3.6 9.5 1 6.4.7 12.8 1.5 19.3 2.3 6.5.9 12.9 1.8 19.2 2.8 3.2.5 6.3 1 9.4 1.6 3.1.5 6.2 1.1 9.2 1.7 12 2.3 23.2 4.9 32.6 7.6 4.7 1.4 9 2.8 12.8 4.2 3.8 1.4 7 2.9 9.6 4.2 2.6 1.4 4.4 2.8 5.5 4 .5.6.8 1.1 1 1.5.1.2.1.3.1.4v.1l-.1-.1c-.1-.1-.1-.2-.2-.4-.2-.3-.6-.7-1.2-1.1-1.2-.9-3.2-1.7-5.9-2.6-2.7-.8-6-1.6-9.8-2.4-3.8-.8-8.2-1.5-13-2.2-9.6-1.5-20.8-3-32.8-4.5-12-1.6-24.9-3.2-37.7-4.9-6.4-.9-12.8-1.7-19.2-2.6-3.2-.4-6.3-.9-9.4-1.3-3.1-.4-6.2-.9-9.2-1.3-12-1.7-23.3-3.5-32.9-5.1-4.8-.8-9.2-1.6-13.1-2.3-3.9-.7-7.3-1.4-10.1-1.9s-5-1-6.5-1.3c-1.5-.4-2.3-.6-2.3-.6z"
50
+ }), _react.default.createElement("circle", {
51
+ cx: "1390.7",
52
+ cy: "1136.8",
53
+ r: "10.7"
54
+ }), _react.default.createElement("path", {
55
+ d: "M686 1157.1c-3.1-12.4-3.7-25.2-17.3-31.2-7.9 4-10.1 11.2-11.2 18.8-.5 3.3 0 6.8 0 10.3 0 2-.5 3.8-2.8 4.3-2.2.4-4.8-1-5.5-3.1-.3-1.1-.6-2.2-.7-3.3-.6-8.5.7-16.7 4.6-24.4.5-1 1-2.1 1.7-2.9 9.3-11.5 16.8-10.7 25.6-4.5 5.6 3.9 8.8 9.6 10.9 15.7 2.3 6.8 4.1 13.9 6 20.8.7 2.5-.7 4.3-2.5 5.9-8.4 7.4-8.6 8.9-2.5 17.6.7.9 1.5 1.7 2.2 2.6.4.6.7 1.3 1.1 2-3 3.6-4.3 4.1-7.1 2.8-11.6-5.6-14.2-17.3-6-27.4.9-1.2 2-2.2 3.5-4zm952.9 14.7c-1.7-12.8-6.2-24.8 6.3-37 10.3-.2 15.6 5.3 20 11.7 1.9 2.8 2.8 6.3 4.2 9.4.8 1.8 2.1 3.3 4.8 2.5 2.6-.7 4.9-3.3 4.8-5.5-.1-1.2-.2-2.3-.6-3.4-2.8-8.1-7.6-14.9-15-20-1-.7-2-1.4-3.1-1.8-14.8-6-22.8-1.5-29.9 8.4-4.5 6.3-5.7 13-5.5 19.7.2 7.4 1.1 14.7 1.9 22 .3 2.6 2.5 3.6 5.2 4.2 12.2 2.7 13 3.9 9.9 14.9-.3 1.2-1 2.3-1.4 3.5-.2.8-.3 1.6-.4 2.3 4.8 1.8 6.4 1.6 8.9-1 10.4-10.8 8.5-22.7-4.5-28-1.5-.7-3.1-1.1-5.6-1.9z"
56
+ }), _react.default.createElement("path", {
57
+ d: "M700.6 1047.9s-128.8-12.8-98.1 108.9c0 0 56.7 153.4 128.8 69m904.8-164.1s127.3-81.3 105 104.3c0 0-49.6 174.8-130.1 90.5",
58
+ stroke: "#38314e",
59
+ strokeWidth: "10",
60
+ strokeLinecap: "round",
61
+ strokeMiterlimit: "10"
62
+ }), _react.default.createElement("path", {
63
+ d: "M1660.2 1713.6c-.2-.5-.7-1-.7-1.4.5-2.3 1.9-4 4.1-4.8.7-.3 1.8-.1 2.6.3 1.3.6 1.5 2.3.4 3.2-1.6 1.7-2.7 2.1-6.4 2.7z"
64
+ }), _react.default.createElement("path", {
65
+ d: "M1365.3 1566.7s.1.1 0 0c15.2-2.4 30.7-1.7 45.2-7.8 9.4-4 18.1-2.7 25.9 4.1 4.7 4.1 4.8 6.5-.8 16.8 0 0-.1.1-.1 0-29.1-11.9-57.4-.9-85.3 6.4-29.7 7.8-58.6 18.9-87.5 29.4-15 5.5-31.6 7.8-47.7 9-19.2 1.4-38.6-.7-57.8 0-14.4.5-27.7-3.1-40.6-8.2-30.2-11.9-60-24.6-90.1-36.8-4.9-2-10.2-3.2-15.4-4.2-3.7-.7-8.1.6-11.4-.9-12.1-5.4-23.9-4.7-36-.2-2.3.8-6.7 0-8.1-1.7-1.6-1.9-2.3-6.4-1.1-8.6 7.3-13 17.9-23.1 30.2-31.4 5.6-3.8 13-.7 14.9 5.8 1.3 4.3 1.5 8.9 2.3 14.5 0 0 0 .1.1.1 8.7 3.1 17.3 6.2 25.1 8.9h.1c17.4-9.6 57.3-9 57.3-9s46.4 2.7 53.5 6.1c8 2.6 15.3 7.3 22.9 11.3 15.2 8 29.7 7.1 43.5-3.3 4.3-3.2 9.1-6 13.3-9.3 19.7-7.8 45-11.7 61.3-7.5 16.8 3.1 26.3 6.6 42.1 12.7 4.3 1.7 8.5 2.3 12.9 3.7 6.5 2 14.4 1.8 19.6 5.6 10.3-3.1 11.7-5.5 11.7-5.5zm-14.2 9.5c-3.6-1.6-6-1.4-8.6-2.3-5.1-1.7-11.1 10.3-15.3 7.3-17.6-12.7-38.7-15.3-58.6-21.1-6.9-2-15.2-.1-22.7 1.2-14.1 2.5-24.6 12.6-36.8 19.2-18.9 10.2-38.6 16.4-58.3.6-3.6-2.9-8.2-4.4-12.1-6.9-8.5-6.1-35.9-5.9-36.3-6.3 0 0-55.6-3.6-58.5 1.5 0 .1-.1.1 0 .2 13.8 5.2 23.8 8.9 33.8 12.7 7.2 2.7 14.6 5.2 21.6 8.3 32.4 14.3 66 22.5 101.5 18.8 20.6-2.1 41.4-2.9 61.5-10.3 27.5-10.2 55.7-18.5 83.6-27.9"
66
+ }), _react.default.createElement("path", {
67
+ d: "M1378.4 1612.9c-13.2 24.7-31 43.8-53.2 58.3-7.8 5.1-16.1 9.2-23.7 14.6-17.1 12.1-36.6 16.1-56.7 18.3-8.6 1-16.8 1.1-25.1-2.4-5.6-2.4-11.8-3.8-17.8-5-16.7-3.4-33-5.1-50.4-1.9-37.1 7-70.8-2.6-99.4-27.1-14.5-12.4-30.9-23.7-37.5-43.2-.5-1.4-.8-3-1.1-4.5 2.5-4.8 6.5-4 9.2-1.1 8.5 8.9 16.5 18.3 24.9 27.3 15.1 16.4 33.7 27.2 54.7 33.7 14.2 4.4 29.1 3.5 43.6.4 5.3-1.1 10.6-2.1 15.8-3.8 9.2-3 18-1.7 27.3.4 15 3.5 30.3 6.8 45.6 7.8 17.1 1.1 34.1-2.2 48.9-11.3 28.2-17.5 58.1-32.5 83.8-53.9 3.3-2.6 7.4-4.4 11.1-6.6zm-233.1 511.9s1.8 2.1 5 5.9c1.6 1.9 3.5 4.1 5.8 6.6 2.2 2.5 4.8 5.3 7.6 8.4 2.8 3 6 6.2 9.3 9.5 3.4 3.3 7 6.7 10.9 9.9l6 4.8c2.1 1.5 4.2 3 6.4 4.4 4.4 2.8 9.1 5.1 13.9 6.4 4.8 1.3 9.6 1.3 13.9-.3 4.3-1.6 8-4.7 11.1-8.4 3-3.7 5.5-7.9 7.5-12.1 2-4.1 3.7-8.3 5.1-12.1.7-1.9 1.3-3.8 1.9-5.6.6-1.8 1.2-3.5 1.6-5.1 1-3.2 1.8-6.1 2.4-8.4.6-2.4 1.1-4.2 1.5-5.5.4-1.3.5-1.9.5-1.9s0 .7-.1 2-.1 3.2-.4 5.7c-.2 2.4-.5 5.4-1 8.8-.5 3.4-1.1 7.2-2.1 11.4-.2 1-.5 2.1-.8 3.2l-.9 3.3c-.7 2.2-1.4 4.5-2.3 6.8-1.8 4.6-4.1 9.4-7.4 14-1.7 2.3-3.6 4.5-5.9 6.4-2.3 1.9-4.9 3.7-7.9 4.9-3 1.2-6.2 1.8-9.4 1.9-3.2.1-6.4-.4-9.3-1.1-6-1.6-11.3-4.4-16.1-7.6-4.8-3.2-9.1-6.8-13-10.4-3.9-3.7-7.4-7.4-10.6-11.1-3.2-3.7-6-7.3-8.5-10.7-2.5-3.4-4.7-6.6-6.5-9.5-1.9-2.9-3.4-5.4-4.6-7.5-1.2-2.1-2.1-3.8-2.8-5-.5-1.4-.8-2-.8-2zm-171.7-632.2s-.9 1-2.4 2.8c-.7.9-1.7 1.9-2.7 3.1-1 1.2-2.2 2.6-3.4 4-1.2 1.5-2.5 3.1-3.9 4.8-1.4 1.7-2.8 3.5-4.2 5.3-1.4 1.9-2.9 3.8-4.3 5.8s-2.8 4-4.2 6.1c-1.4 2-2.7 4.1-4 6.2-1.3 2.1-2.5 4.1-3.6 6.2l-.9 1.5c-.3.5-.5 1-.8 1.5-.5 1-1.1 2-1.6 2.9-1 1.9-1.9 3.8-2.8 5.5-.4.9-.8 1.7-1.2 2.5-.4.8-.8 1.5-1.1 2.3-.7 1.4-1.3 2.7-1.8 3.7-.5 1.1-.9 1.9-1.2 2.4-.3.6-.5.9-.5.9s-.1-.3-.1-1c0-.6-.2-1.6-.2-2.7-.1-1.2 0-2.6 0-4.3.1-1.6.3-3.5.5-5.5.2-1 .4-2 .5-3.1.2-1.1.5-2.2.8-3.3.3-1.1.6-2.3 1-3.5.3-1.2.8-2.4 1.2-3.5.2-.6.4-1.2.7-1.8.3-.6.5-1.2.8-1.8.3-.6.5-1.2.8-1.8l.9-1.8c1.2-2.4 2.6-4.7 4.1-7l2.4-3.3c.8-1.1 1.7-2.1 2.5-3.2.9-1 1.7-2 2.6-3 .9-1 1.8-1.9 2.7-2.8 1.8-1.8 3.7-3.4 5.5-4.8 1.8-1.4 3.7-2.7 5.4-3.8 3.4-2.1 6.5-3.6 8.7-4.4 1.1-.4 2-.7 2.6-.9.9-.1 1.2-.2 1.2-.2zm489.7 60.5s-.5-1.2-1.5-3.4c-.5-1-1-2.3-1.7-3.8-.7-1.4-1.4-3-2.2-4.8-.8-1.7-1.7-3.6-2.7-5.5-.9-2-2-4-3.1-6.1-1.1-2.1-2.2-4.2-3.4-6.3-1.2-2.1-2.4-4.3-3.7-6.4-1.3-2.1-2.6-4.2-4-6.2s-2.7-4-4.1-5.9c-.3-.5-.7-.9-1-1.4-.3-.5-.7-.9-1-1.4-.7-.9-1.3-1.8-2-2.7-1.3-1.7-2.6-3.3-3.8-4.8-.6-.8-1.2-1.4-1.7-2.1-.5-.7-1.1-1.4-1.6-2-1-1.2-1.9-2.3-2.6-3.2-.8-.9-1.3-1.6-1.7-2.1-.4-.5-.6-.8-.6-.8l.9.3c.6.2 1.5.5 2.6 1 1.1.4 2.4 1.1 3.9 1.8s3.1 1.7 4.8 2.8c.8.6 1.7 1.2 2.6 1.8.9.6 1.8 1.4 2.7 2.1.9.7 1.8 1.5 2.7 2.4.9.8 1.8 1.7 2.7 2.6.4.5.9.9 1.3 1.4.4.5.9 1 1.3 1.5s.9 1 1.3 1.5.8 1.1 1.2 1.6c1.7 2.1 3.2 4.4 4.6 6.7.7 1.2 1.4 2.4 2 3.5l1.8 3.6c.6 1.2 1.1 2.4 1.6 3.6.5 1.2 1 2.4 1.4 3.6.8 2.4 1.5 4.8 2 7 .5 2.3.9 4.4 1.1 6.4.5 4 .5 7.4.3 9.8-.1 1.2-.2 2.1-.3 2.7 0 .9-.1 1.2-.1 1.2z"
68
+ }), _react.default.createElement("path", {
69
+ d: "M718.3 1002.4s69.7-378.7 39.1-413l-4.6-9.2-10.8-13.8 10.7-4.6 4.6-15.3L768 548l9.2-7.7 6.1 10.7 10.7-15.3 23-30.7 9.2-3.1s32.2-47.5 93.5-53.7c0 0 23-12.3 29.1-38.3 0 0 27.6 18.4 23 38.3l6.1-1.5 12.3-3.1 10.7-10.7 7.7 1.5 7.7-7.7 7.7-1.5s87.4-39.9 204-18.4l12.3-9.2 6.1 6.1 13.8-9.2 3.1 7.7 33.7-12.3-3.1 16.9s88.9 44.5 177.9 47.5l15.3-7.7 13.8-4.6-1.5 12.3 6.1 6.1 3.1 13.8h13.8v16.9s64.4 58.3 78.2 128.8l19.9-7.7-7.7 15.3 15.3 3.1-10.7 13.8 29.1 1.5v4.6s-53.5 311.8-41.2 388.5m-264.7 1108.5c159.5 358.9-140.1 311.8-140.1 311.8-296.5-74.6-118.6-302.6-118.6-302.6m-5.5-8.5s-420.4 32.3-349.9 405m-3-10.2l60 342.5m560.9-738.3s390.2 32.3 324.7 405m2.9-10.2l-55.7 342.5",
70
+ stroke: "#38314e",
71
+ strokeWidth: "10",
72
+ strokeMiterlimit: "10"
73
+ }), _react.default.createElement("path", {
74
+ d: "M937.5 2522.5s-.3.2-.7.7c-.5.5-1.1 1.2-1.9 2.2-.8 1-1.6 2.4-2.4 4.1-.8 1.7-1.5 3.7-2.1 6-1.3 4.6-2 10.4-2.2 17-.2 6.7.1 14.2.8 22.4.7 8.2 1.9 17.1 3.3 26.4 1.4 9.3 3.3 19.2 5.3 29.3 1 5.1 2.1 10.2 3.2 15.4 1.2 5.2 2.3 10.5 3.5 15.8 2.4 10.6 5 21.3 7.7 32.1 2.6 10.7 5.4 21.4 8.1 32 1.4 5.3 2.8 10.5 4.1 15.6 1.4 5.2 2.7 10.3 4.1 15.3 2.7 10 5.3 19.7 7.8 28.9s4.9 17.9 7.1 25.9c2.2 8 4.2 15.4 6 21.9 1.8 6.5 3.3 12.2 4.6 16.9 1.3 4.7 2.2 8.4 2.9 10.9.7 2.5 1 3.9 1 3.9s-.5-1.3-1.6-3.7c-1-2.4-2.5-5.9-4.3-10.5-1.8-4.5-4-10-6.3-16.4-2.4-6.3-5.1-13.5-7.8-21.4-1.4-3.9-2.8-8-4.3-12.3-1.5-4.2-2.9-8.7-4.4-13.2-3-9.1-6.1-18.6-9.2-28.6-1.5-5-3-10.1-4.6-15.2-1.5-5.1-3-10.4-4.5-15.6-3-10.5-5.8-21.3-8.5-32.1-2.6-10.8-5.2-21.6-7.4-32.4-1.1-5.4-2.2-10.7-3.2-16-1-5.3-1.9-10.5-2.8-15.7-1.7-10.3-3-20.4-4-29.9-.5-4.8-.9-9.4-1.2-14-.3-4.5-.4-8.9-.5-13.1-.1-8.4.3-16.2 1.1-23 .8-6.8 2.3-12.7 4.2-17.3 1.8-4.6 4.1-7.9 6-9.8.9-.9 1.7-1.6 2.3-2 .5-.3.8-.5.8-.5zm584.3 78.6s.3.1 1 .4c.6.3 1.6.7 2.8 1.5 1.2.7 2.6 1.7 4.1 3.1 1.5 1.4 3 3.1 4.5 5.3 2.9 4.3 5.4 10.3 6.8 17.5.7 3.6 1.2 7.4 1.5 11.4.3 4 .3 8.3.1 12.7-.2 4.4-.5 9-1 13.7-.5 4.7-1.3 9.6-2.1 14.5-1.7 9.9-4 20.3-6.8 30.9-1.4 5.3-2.9 10.6-4.5 16s-3.3 10.8-5.1 16.3c-3.6 10.9-7.6 21.8-11.7 32.7-4.2 10.9-8.6 21.6-13.1 32.1-2.2 5.3-4.5 10.5-6.8 15.6s-4.6 10.2-6.9 15.1c-4.6 9.9-9.2 19.3-13.6 28.3-2.2 4.5-4.4 8.8-6.5 13-2.2 4.2-4.3 8.2-6.3 12-4 7.7-7.9 14.7-11.3 20.9-3.4 6.2-6.5 11.5-9.1 15.9-2.5 4.4-4.6 7.8-6 10.1-1.4 2.3-2.2 3.5-2.2 3.5s9.4-21.2 23.5-52.9c3.5-7.9 7.3-16.5 11.2-25.7 4-9.1 8.1-18.7 12.3-28.7 2.1-5 4.2-10.1 6.4-15.2 2.1-5.1 4.3-10.4 6.4-15.6 4.3-10.5 8.6-21.2 12.7-32 4.2-10.7 8.1-21.6 11.9-32.2 1.9-5.4 3.7-10.7 5.4-15.9 1.7-5.3 3.4-10.5 4.9-15.6 3.1-10.3 5.9-20.3 8-29.9 2.1-9.6 3.8-18.7 4.7-27.2.9-8.5 1.1-16.3.4-23.2-.7-6.8-2.4-12.7-4.7-17-1.1-2.2-2.4-4-3.7-5.5-1.3-1.5-2.5-2.6-3.5-3.4-1.1-.8-1.9-1.4-2.5-1.8-.9-.6-1.2-.7-1.2-.7z"
75
+ }), _react.default.createElement("circle", {
76
+ cx: "1405.5",
77
+ cy: "2634.1",
78
+ r: "278",
79
+ stroke: "#38314e",
80
+ strokeWidth: "10",
81
+ strokeMiterlimit: "10"
82
+ }), _react.default.createElement("path", {
83
+ d: "M1308.2 2427.4s-.7.3-1.9.8c-1.3.5-3.1 1.4-5.3 2.6-2.3 1.1-5 2.7-8 4.4-3 1.8-6.4 3.9-10 6.3-1.8 1.2-3.7 2.5-5.5 3.8-.9.7-1.9 1.4-2.9 2.1-1 .7-1.9 1.5-2.9 2.2-2 1.5-3.9 3.1-6 4.7-2 1.7-4.1 3.3-6 5.1-4.1 3.5-8.1 7.3-12.1 11.3-2 2-4 4.1-6 6.1-1.9 2.1-3.9 4.2-5.8 6.3-3.8 4.3-7.5 8.7-11 13.1s-6.9 8.9-10 13.3c-1.6 2.2-3.1 4.4-4.6 6.5-1.4 2.2-2.9 4.3-4.2 6.3-1.4 2.1-2.6 4.1-3.9 6.1-.6 1-1.3 1.9-1.9 2.9-.6 1-1.2 1.9-1.7 2.8-2.2 3.7-4.3 7.1-6.1 10.2-1.8 3.1-3.4 5.7-4.6 8-1.2 2.2-2.3 4-2.9 5.2-.7 1.2-1.1 1.8-1.1 1.8s.2-.7.6-2c.4-1.3 1-3.2 1.9-5.6.8-2.4 1.9-5.3 3.3-8.7.7-1.7 1.4-3.4 2.2-5.3.8-1.8 1.7-3.7 2.6-5.8.5-1 .9-2 1.4-3.1.5-1 1-2.1 1.6-3.1 1.1-2.1 2.2-4.3 3.4-6.6 1.2-2.2 2.5-4.5 3.8-6.8 1.3-2.3 2.8-4.6 4.3-6.9 1.4-2.4 3.1-4.7 4.7-7 1.6-2.4 3.3-4.7 5.1-7 3.5-4.7 7.3-9.2 11.2-13.7 2-2.2 4-4.3 6.1-6.5 2.1-2.1 4.2-4.2 6.3-6.2 2.2-2 4.3-4 6.5-5.8 1.1-.9 2.2-1.8 3.3-2.8 1.1-.9 2.2-1.7 3.3-2.6 2.2-1.7 4.4-3.3 6.6-4.9 1.1-.8 2.2-1.5 3.3-2.2 1.1-.7 2.1-1.5 3.2-2.1 4.3-2.8 8.5-5.1 12.4-7.1 3.9-2 7.7-3.7 11-5 3.3-1.4 6.3-2.4 8.8-3.1 4.6-1.6 7.5-2 7.5-2z"
84
+ }), _react.default.createElement("path", {
85
+ d: "M1269 2734.9c.2-.9.6-1.8 1.1-2.5.6-.7 1.2-1.2 1.9-1.5.7-.3 1.5-.4 2.2-.2.8.2 1.5.7 2.1 1.6.4.6.7 1.4.8 2.3.2.9.2 1.8.3 2.7 0 .9 0 1.8-.1 2.7-.1.9-.1 1.7-.1 2.3.8-.1 1.5-.3 2.2-.4.7-.2 1.3-.3 1.9-.4.6-.1 1.2-.1 1.8-.1.6 0 1.2.1 1.8.3 1 .4 1.7.9 2.2 1.6.4.7.7 1.4.6 2.2s-.3 1.5-.8 2.2c-.5.7-1.2 1.3-2.1 1.7-1.1.5-2.3.8-3.6.8-1.3 0-2.6.1-3.9.3 0 1 .1 2.1.1 3.6v3.6c.8-.1 1.5-.3 2.2-.4.7-.2 1.3-.3 1.9-.4.6-.1 1.2-.2 1.8-.2.6 0 1.2.1 1.8.4 1 .4 1.7.9 2.2 1.6.4.7.6 1.4.6 2.2s-.3 1.5-.8 2.2c-.5.7-1.2 1.3-2.1 1.7-1.2.5-2.4.8-3.7.8-1.3 0-2.6.1-3.9.3 0 .5.1 1.2.1 2.1 0 1 .1 1.9.1 2.9v2.8c0 .9-.1 1.5-.2 1.8-.3.9-.8 1.7-1.4 2.3-.7.6-1.4 1-2.2 1.1-.8.2-1.5.1-2.3-.3-.7-.4-1.3-1-1.8-2-.3-.6-.4-1.3-.5-2.1-.1-.9-.1-1.7-.1-2.6 0-.9 0-1.8.1-2.6 0-.8.1-1.6.1-2.2l-8.6 1.2v9.2c0 .9-.3 1.7-.8 2.3-.5.6-1.2 1-1.9 1.3-.7.3-1.5.3-2.3.2-.8-.1-1.5-.5-2-1.1-.5-.6-.9-1.3-1.1-2.2-.2-.9-.3-1.9-.4-2.9v-3c.1-1 .1-1.8.1-2.5-1.2.2-2.2.4-3.2.6-1 .2-2.1.2-3.2 0-.7-.1-1.4-.5-2-1-.6-.6-.9-1.2-1.2-1.9-.2-.7-.2-1.4-.1-2.1.2-.7.6-1.4 1.2-1.9.5-.4 1.1-.7 1.7-.9l2.1-.6c.8-.2 1.5-.3 2.3-.4.8-.1 1.5-.2 2.2-.2 0-.5 0-1-.1-1.6v-5.2c-1 .2-2.1.4-3.1.5-1.1.1-2.1.1-3-.1-.7-.1-1.4-.5-2-1-.6-.6-.9-1.2-1.2-1.9-.2-.7-.2-1.4-.1-2.1.2-.7.6-1.4 1.2-1.9.5-.4 1.1-.8 1.8-1 .7-.2 1.4-.4 2.1-.5.7-.1 1.5-.2 2.2-.3.7-.1 1.4-.1 2-.2 0-1.6-.1-3.2-.2-4.9-.1-1.6 0-3.3.4-4.8.2-.8.6-1.5 1.2-2s1.2-.8 1.9-1c.7-.2 1.4-.1 2.2.1.7.2 1.3.7 1.8 1.4s.8 1.4.9 2.3c.2.9.2 1.8.2 2.7 0 .9 0 1.8-.1 2.7-.1.9-.1 1.6-.1 2.2l8.7-1.3c0-1.4 0-2.8-.1-4.1-.1-1.4-.1-2.8-.1-4.1l.4-.2zm-8.6 21.9c0 1.4 0 2.6.1 3.6l8.7-1.3v-7.2l-8.7 1.3c-.1.9-.1 2.1-.1 3.6zm60.8 3.6c1.1.3 2 .9 2.6 1.5.6.7 1 1.4 1.1 2.2.1.8-.1 1.6-.6 2.3-.5.8-1.2 1.4-2.4 2-.4.2-1 .4-1.8.5-.8.1-1.9.3-3.3.5s-3.2.5-5.4.8c-2.2.3-4.9.7-8.1 1.2-.8.2-1.6.3-2.5.4-.8.1-1.6-.1-2.3-.6-.6-.4-1.1-1-1.5-1.9-.4-.9-.7-1.8-.9-2.8-.2-1-.4-2-.5-3-.1-1-.2-1.8-.3-2.5-.2-1.3-.4-2.9-.6-4.6-.2-1.7-.5-3.5-.7-5.3-.2-1.8-.5-3.6-.7-5.3-.3-1.7-.5-3.3-.7-4.6-.3-2.4-.6-4.3-.8-5.7-.2-1.5-.2-2.6-.2-3.5 0-.8.2-1.5.5-1.9.3-.4.7-.8 1.3-1.2.5-.3 1.1-.5 1.7-.5.7 0 1.3.1 1.9.3.6.2 1.1.5 1.6 1s.7 1 .8 1.6c.9 5.4 1.6 10.7 2.3 16 .7 5.3 1.4 10.6 2.2 15.8 2.8-.4 5.6-.8 8.4-1.3 2.8-.5 5.6-1 8.5-1.5l.4.1zm43.7-1.6c0 1-.2 1.9-.6 2.7-.4.8-1 1.3-1.6 1.7-.7.4-1.4.5-2.2.4-.8-.1-1.6-.5-2.4-1.3-.7-.6-1.1-1.4-1.3-2.2-.2-.9-.4-1.7-.7-2.5-.8-2.4-1.8-4.8-3-7.3-2.8.4-5.5.9-8.2 1.3-2.7.4-5.5.8-8.2 1.3-.2 1.2-.4 2.5-.5 3.7-.1 1.2-.2 2.5-.3 3.7-.1.9-.2 1.9-.2 2.9s-.3 1.9-.8 2.7c-.6 1-1.4 1.6-2.2 1.9-.9.2-1.7.2-2.4-.1s-1.4-.8-1.9-1.6-.8-1.7-.8-2.8c-.1-1.4 0-2.8.2-4.2l.6-4.2c.9-8 2.4-15.8 4.5-23.5.2-.7.4-1.3.6-1.9.2-.6.4-1.2.6-1.9l.6-2.1c.2-.8.5-1.5.8-2.1.3-.7.8-1.3 1.3-1.8s1.2-.8 2.1-.9c1.1-.2 2.1.1 3 .7 3.5 2.6 6.5 5.7 9 9.2 2.5 3.5 4.9 7.2 7 10.9.9-.2 1.8-.3 2.8-.4.9-.1 1.8.2 2.6.9.7.5 1.2 1.2 1.4 1.9.2.7.2 1.4.1 2.1-.1.7-.5 1.3-1 1.9-.5.6-1.1 1-1.9 1.3.7 1.5 1.3 3 1.9 4.6.6 1.6 1.1 3.2 1.6 4.8l-.5.2zm-16.3-16.3c-1.1-1.9-2.3-3.8-3.6-5.6-1.3-1.8-2.6-3.6-4.1-5.2-.6 2.1-1.2 4.2-1.7 6.2-.5 2.1-.9 4.1-1.3 6.3 2.1-.3 3.9-.6 5.5-.9 1.6-.2 3.3-.5 5.2-.8zm25.4 18.5c-.7.1-1.4 0-2.2-.3-.7-.3-1.3-.7-1.8-1.2s-.8-1.1-1-1.8c-.2-.7-.1-1.4.3-2.1.1-.5.2-1.1.6-1.8.3-.7.6-1.4 1-2.1.4-.7.7-1.4 1.1-2 .4-.6.6-1.1.7-1.4 2-3.9 4.2-7.7 6.6-11.4 2.4-3.7 4.8-7.3 7.3-11-1.3.2-2.6.5-3.8.7-1.2.2-2.5.4-3.8.6-1.8.3-3.7.6-5.6 1-1.9.4-3.8.5-5.7.2-1-.2-1.8-.6-2.3-1.2-.5-.7-.8-1.4-.9-2.2 0-.8.1-1.6.5-2.4.4-.8 1-1.4 1.9-1.8.4-.2 1-.4 1.9-.5.9-.2 1.8-.3 2.8-.4 1-.1 1.9-.2 2.7-.3.8-.1 1.4-.1 1.7-.2 2-.3 4-.6 6.1-.9 2-.3 4.1-.7 6.1-1 .7-.1 1.3-.2 2-.3l2.1-.3c.7-.1 1.4-.2 2.2-.3.8-.1 1.6-.1 2.4 0 .8.1 1.5.3 2.1.8.6.4 1.1 1.1 1.3 2 .2.7.2 1.2.1 1.8-.1.5-.3 1-.6 1.5s-.6.9-1 1.3-.8.9-1.2 1.3c-.9 1-1.8 2.1-2.6 3.2-.9 1.1-1.7 2.1-2.4 3.3-2.2 3.2-4.3 6.5-6.4 9.8-2.1 3.3-4 6.7-5.8 10.2 1.6-.2 3.2-.4 4.8-.5 1.6-.2 3.2-.3 4.8-.5 1.4-.2 2.9-.4 4.4-.6 1.5-.2 2.9-.6 4.3-1.1.9-.3 1.8-.6 2.6-.9.9-.4 1.8-.4 2.8-.1.7.2 1.2.6 1.7 1.1.5.5.8 1 1 1.6.2.6.2 1.2.1 1.9-.1.6-.4 1.2-.8 1.8-.7.8-1.5 1.3-2.4 1.7-.9.3-1.8.7-2.7 1-2.2.7-4.4 1.2-6.7 1.5-2.3.3-4.5.5-6.8.7-2.3.2-4.6.4-6.8.7-2.3-.3-4.5.2-6.7.9zm60-12.5c0 1.1-.3 2.1-.8 2.9-.6.8-1.3 1.4-2.2 1.7-.8.3-1.7.3-2.6 0-.9-.3-1.6-1-2.1-2.1-.3-.7-.6-1.5-.8-2.4-.2-.9-.3-1.8-.5-2.6-.1-.9-.2-1.7-.3-2.5-.1-.8-.1-1.5-.2-2-.2-1.3-.4-2.6-.6-3.8-.2-1.2-.4-2.5-.6-3.8-2.5-1.8-4.8-3.7-7-5.8-2.2-2.1-4.1-4.4-6-6.8-.6-.7-1.1-1.6-1.7-2.5-.5-.9-.9-1.8-1.1-2.8-.3-.8-.4-1.6-.1-2.4.3-.8.8-1.4 1.4-1.8.6-.5 1.4-.8 2.2-.9.8-.1 1.6.1 2.4.5.5.3 1 .7 1.4 1.2.4.5.7 1 1.1 1.6l.9 1.8c.3.6.6 1.1 1 1.6 1.2 1.6 2.5 3 3.8 4.3 1.4 1.3 2.8 2.6 4.3 3.8.9-1.7 2-3.4 3.1-4.9 1.1-1.6 2.2-3.2 3.1-4.9.2-.4.4-1 .8-1.8.3-.8.7-1.6 1.1-2.5.4-.9.8-1.7 1.2-2.5.4-.8.8-1.3 1.2-1.6.7-.6 1.3-.9 2.1-.9.7-.1 1.4.1 2.1.4.7.3 1.2.8 1.7 1.4.5.6.7 1.4.7 2.2 0 .9-.2 1.9-.7 3.3-.5 1.3-1.1 2.7-1.9 4-.7 1.4-1.5 2.7-2.3 4-.8 1.3-1.4 2.3-1.8 3-.4.6-.7 1.2-1.1 1.8-.4.6-.7 1.1-1.1 1.7-.5.8-.9 1.5-1.4 2.3-.4.7-.9 1.5-1.3 2.2.4 2.5.7 5.1 1.1 7.6.4 2.5.8 5.1 1.2 7.6l.3.4zm28.4.7c-1.2-.1-2.3-.4-3.2-1.2-1-.7-1.5-1.7-1.7-3l-4.1-28.2c-.8.3-1.6.3-2.4 0-.8-.2-1.5-.6-2-1.1-.5-.5-.9-1.1-1.1-1.8-.2-.7 0-1.5.4-2.2.5-.8 1.1-1.6 1.8-2.2.7-.6 1.5-1.2 2.4-1.6.8-.5 1.7-.9 2.7-1.2.9-.4 1.8-.7 2.7-1 2.4-.8 4.9-1.2 7.5-1.4 2.5-.2 5 0 7.3.6 2.4.6 4.6 1.5 6.7 2.9 2.1 1.3 3.9 3.1 5.4 5.4.9 1.4 1.7 2.8 2.2 4.4.5 1.5 1 3.1 1.2 4.7.3 2.1.4 4.2.1 6.2-.3 2-.8 4-1.6 5.9-.8 1.9-1.9 3.6-3.2 5.2-1.3 1.6-2.9 2.9-4.6 4.1-1.5 1-3.2 1.8-5 2.4-1.8.6-3.6 1.2-5.3 1.7-.9.3-1.8.5-2.8.8-1 .3-1.9.5-2.9.7l-.5-.1zm2.1-36.7c-.6.1-1.1.2-1.6.3-.5.1-1 .3-1.6.4l3.9 26.9c.3 0 .5-.1.7-.2.2-.1.3-.1.5-.1s.3-.1.5-.1c.6-.2 1.1-.3 1.5-.4.4-.1.8-.2 1.1-.3.3-.1.7-.2 1.1-.4.4-.1.8-.3 1.3-.5 2.5-1 4.4-2.4 5.7-4.1 1.3-1.7 2.1-3.8 2.5-6.5.3-1.5.3-3.1 0-4.6-.3-1.5-.8-2.9-1.5-4.2-.7-1.3-1.6-2.5-2.8-3.5-1.2-1-2.5-1.7-4-2.2-1.2-.4-2.4-.6-3.6-.6-1.3 0-2.5.1-3.7.1zm64.6 22.4c0 1-.2 1.9-.6 2.7-.4.8-1 1.3-1.6 1.7-.7.4-1.4.5-2.2.4-.8-.1-1.6-.5-2.4-1.3-.7-.6-1.1-1.4-1.3-2.2-.2-.9-.4-1.7-.7-2.5-.8-2.4-1.8-4.8-3-7.3-2.8.4-5.5.9-8.2 1.3-2.7.4-5.5.8-8.2 1.3-.2 1.2-.4 2.5-.5 3.7-.1 1.2-.2 2.5-.3 3.7-.1.9-.2 1.9-.2 2.9s-.3 1.9-.8 2.7c-.6 1-1.4 1.6-2.2 1.9-.9.2-1.7.2-2.4-.1-.8-.3-1.4-.8-1.9-1.6s-.8-1.7-.8-2.8c-.1-1.4 0-2.8.2-4.2l.6-4.2c.9-8 2.4-15.8 4.5-23.5.2-.7.4-1.3.6-1.9.2-.6.4-1.2.6-1.9l.6-2.1c.2-.8.5-1.5.8-2.1.3-.7.8-1.3 1.3-1.8s1.2-.8 2.1-.9c1.1-.2 2.1.1 3 .7 3.5 2.6 6.5 5.7 9 9.2 2.5 3.5 4.9 7.2 7 10.9.9-.2 1.8-.3 2.8-.4.9-.1 1.8.2 2.6.9.7.5 1.2 1.2 1.4 1.9.2.7.2 1.4.1 2.1s-.5 1.3-1 1.9c-.5.6-1.1 1-1.9 1.3.7 1.5 1.3 3 1.9 4.6.6 1.6 1.1 3.2 1.6 4.8l-.5.2zm-16.3-16.2c-1.1-1.9-2.3-3.8-3.6-5.6-1.3-1.8-2.6-3.6-4.1-5.2-.6 2.1-1.2 4.2-1.7 6.2-.5 2.1-.9 4.1-1.3 6.3 2.1-.3 3.9-.6 5.5-.9 1.6-.2 3.3-.5 5.2-.8zm42.2-26.4c.4-1 1-1.7 1.8-2.1.8-.4 1.6-.6 2.5-.6.9.1 1.6.4 2.3 1 .7.6 1.1 1.4 1.2 2.5.1 1 0 2-.5 3-.4.9-.8 1.9-1.2 2.8-.9 2.5-1.7 5-2.4 7.5-.8 2.5-1.5 5.1-2.1 7.6-.7 2.5-1.3 5-1.9 7.5-.6 2.5-1.1 5-1.6 7.5-.2.8-.4 1.6-.6 2.7-.2 1-.5 1.9-.8 2.7-.4.8-.9 1.4-1.6 1.7-.7.4-1.3.5-2.1.5-.7 0-1.4-.2-2.1-.6-.7-.4-1.2-.9-1.6-1.7-.7-1.2-1.3-2.3-1.9-3.5-.6-1.1-1.3-2.3-1.9-3.4-.7-1.2-1.3-2.3-1.9-3.5-.6-1.1-1.3-2.3-1.9-3.4l-3.9-6.9c-1.3-2.3-2.6-4.6-3.8-6.9-.8-1.4-1.5-2.7-2.2-3.8-.6-1.1-1.2-2.4-1.8-3.8-.5-1-.4-1.9 0-2.7.5-.8 1.2-1.5 2.1-1.9.9-.4 1.8-.6 2.8-.4 1 .2 1.8.7 2.4 1.7 2.5 4.2 4.9 8.5 7.2 12.8 2.3 4.3 4.6 8.7 7 13 .2-.7.3-1.3.4-1.7.1-.4.2-.7.2-1 .1-.3.1-.5.1-.6 0-.1.1-.3.1-.4.2-1.9.6-3.7 1.2-5.5.6-1.8 1.1-3.6 1.6-5.4 1.3-4.8 2.8-9.6 4.6-14.2l.3-.5zm41.3 26.4c.8-.1 1.5 0 2.2.3.7.3 1.2.7 1.7 1.2s.8 1.1.9 1.7c.2.7.1 1.4-.1 2.2-.1.3-.3.7-.7 1.2-.4.5-.7.8-1.1.9-2.7 1.3-5.6 2.2-8.6 2.9-3 .6-6 1-9 1.1-.9 0-1.8.1-2.8.1-1 .1-1.9-.1-2.8-.5-1.5-.7-2.4-1.9-2.6-3.5l-4.1-28.6c-.5-.3-1-.7-1.4-1.2-.4-.5-.7-1-.8-1.6-.2-.6-.2-1.2 0-1.8.1-.6.5-1.1.9-1.6.8-.8 1.7-1.5 2.9-1.9 1.1-.4 2.2-.8 3.3-1.1 2.3-.7 4.6-1.2 6.9-1.5 2.3-.3 4.7-.7 7.1-1.1.7-.1 1.5-.3 2.5-.5.9-.2 1.8-.3 2.5-.1.9.2 1.6.6 2.2 1.2.6.6 1 1.3 1.2 2 .2.7.2 1.5-.1 2.3-.3.8-.9 1.4-1.7 2-1.1.6-2.2 1-3.5 1.1-1.3.1-2.5.3-3.7.5-1.7.2-3.4.5-5.1.8-1.7.3-3.4.7-5 1.1l1.4 9.3c1.6-.1 3.2-.4 4.8-.7 1.6-.3 3.2-.7 4.8-1 .7-.1 1.4-.3 2.1-.5.7-.2 1.4-.3 2.2-.3 1 0 1.8.3 2.5.9.6.6 1.1 1.3 1.3 2.1.2.8.2 1.6-.1 2.5-.3.9-.8 1.5-1.7 2-.7.4-1.7.8-3 1.2-1.3.3-2.6.7-4 .9-1.4.3-2.8.5-4.2.7-1.4.2-2.6.3-3.5.4l1.2 8.3c2.5 0 5-.4 7.5-.9 2.5-.6 4.9-1.4 7.2-2.3l.3-.2zM1349.1 2554c-3.5-5-7.3-7.4-11.4-7-4.1.4-8.5 2.7-13.1 7-2.3 2-4.6 4.6-7.1 7.8-2.5 3.3-5.1 6.1-7.9 8.4-2.8 2.4-5.8 3.8-9.1 4.3-3.2.5-6.7-1-10.4-4.4-3.2-2.9-4.7-6.1-4.5-9.6.2-3.5 1.2-7 3-10.4 1.9-3.4 4.2-6.6 7-9.6s5.2-5.5 7.1-7.4c4.6-4.6 9.7-8.3 15.5-11.2 5.8-2.9 11.7-4.7 17.8-5.3 6.1-.6 12 .2 17.7 2.4 5.7 2.2 10.8 6.3 15.2 12.1 4.2 5.6 7.3 11.4 9.2 17.5 1.9 6.1 2.6 12.2 2.2 18.4-.5 6.2-2 12.2-4.7 18-2.7 5.9-6.5 11.3-11.5 16.2-3 3-6.5 6.1-10.2 9.1-3.8 3-7.4 6.2-10.7 9.6-3.4 3.4-6.3 7.1-8.6 11-2.4 3.9-3.6 8.3-3.8 13.3 1.7-.3 4.3-.5 7.7-.7 3.4-.2 7.1-.6 11.1-1 4-.5 8.1-1.2 12.4-2.2 4.2-1 8-2.3 11.3-3.9-.5.7-.9 1.2-1.2 1.4 2-2.7 3.9-5.2 5.7-7.5 1.8-2.3 4.6-3.6 8.4-3.8 2.7-.3 5.2.3 7.6 1.6 2.4 1.3 4.3 3 5.7 5.2 1.5 2.2 2.4 4.6 2.7 7.4.3 2.7-.2 5.4-1.8 7.8-2.9 4.9-6.3 9.2-10.2 12.9-3.9 3.7-8.8 6-14.8 6.9l-55.8 8.8c-3.6.6-6.9-.1-9.9-2s-5.2-4.5-6.5-7.9c-1-2.6-1.5-5.2-1.4-7.9.1-2.7.1-5.5 0-8.2-.1-6.6.4-12.6 1.5-18s2.7-10.5 5.1-15.2c2.3-4.7 5.3-9.1 8.8-13.3 3.6-4.2 7.9-8.3 12.8-12.5 2.3-1.8 5-4.2 8.3-7.1 3.2-2.9 6.1-6.1 8.6-9.5 2.5-3.4 4.1-7 4.9-10.7.8-3.8-.1-7.4-2.7-10.8zm179.2 26.5c-.2 11.7-2.4 23.2-6.6 34.5-4.1 11.3-10.9 21-20.2 29-4.8 3.3-10 5.8-15.6 7.5-5.7 1.7-11.4 2.5-17.1 2.5-5.8-.1-11.4-1.1-16.8-3.2-5.5-2.1-10.4-5.3-14.7-9.6-9.5-9.4-16.3-19.6-20.3-30.7-4.1-11-6.1-23.1-6-36 0-9.1 1.1-18.3 3.2-27.6s5.9-17.7 11.3-25.3c4.3-6.1 9.4-11 15.2-14.8 5.8-3.7 12-6.2 18.4-7.3 6.5-1.2 13.1-1 19.8.5 6.7 1.5 13.1 4.3 19.2 8.5s11.1 9 15.1 14.6c4 5.5 7.1 11.4 9.4 17.6 2.3 6.2 3.8 12.7 4.8 19.5.8 6.8 1.2 13.6.9 20.3zm-27.7-.4c.2-4.8-.3-10.4-1.4-16.8-1.2-6.4-3.2-12.4-6.1-18-2.9-5.6-6.6-10.2-11.3-13.6-4.6-3.4-10.4-4.6-17.2-3.5-7.5 1.2-13.1 4.5-16.9 10.1-3.8 5.6-6.2 12-7.4 19.3-1.2 7.3-1.4 14.7-.7 22.2s1.8 13.8 3.4 18.8c1 3.4 2.4 6.8 4.2 10.4 1.8 3.6 3.8 6.8 6.2 9.6 2.4 2.8 5.1 5 8.3 6.4 3.2 1.4 6.8 1.7 10.8.9 5.6-1.2 10.1-3.2 13.6-6.1 3.5-2.9 6.3-6.3 8.4-10.2 2.1-3.9 3.6-8.3 4.5-13.2.9-4.9 1.5-9.9 1.6-15v-1.3zm-418.8-9.9c-1.3-4.5-6-6.3-14-5.6l-2.7.2c-5 .5-11.4 1.1-18.3 1.7 22.6-14.8 60.5-34.4 60.8-34.5l-1.4-4.9c-.7-2.6-3.7-3.5-6.6-2.1-7.2 3.7-43.6 23.6-61.2 35.3 12.7-29.2 24.2-53.4 24.4-53.9l-5.2-1.3c-2.6-.7-5.7 1-7 3.8-4.3 9.1-13.7 29.4-23.6 52.4-5.8-9.3-13.2-17.2-17.5-21.4-1.8-1.8-5.2-1.4-7.5.9l-4.3 4.5c.1.1 12.4 11.1 20.3 24.4-11.6 1.4-22.8 3.1-31.1 4.9-3 .6-5.4 3.6-5.2 6.4l.3 5.3c6.4-1.8 16.4-3.4 27.4-4.9-9.8 7.6-20.1 16.2-30.6 25.8-2.3 2.1-2.8 5.4-1.1 7.2l3.5 3.6c11.7-11 23.3-20.7 34.2-29.1-7.6 18.9-14.5 37.5-18.2 51.6l-.2.7c-1.2 4.4 3.3 6.9 7.4 4.1l.6-.4c1.4-1 34.1-23.8 52.7-40.6 19.1-17.5 26.1-27.3 24.1-34.1zm-30.5 26.8c-11.1 10.1-28.2 22.9-39.5 31.1 4.8-14.6 11.7-32.2 18.9-49.4 12.6-1.4 24.6-2.5 33.1-3.3l2.7-.2c2.6-.2 3.9-.1 4.5.1-.7 1.8-3.8 7.3-19.7 21.7z"
86
+ }));
89
87
 
90
88
  LazydaveMoodleIcon.displayName = 'LazydaveMoodleIcon';
91
89
  LazydaveMoodleIcon.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 LeftArrowIcon = function LeftArrowIcon(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 14.531H5.09l11.97-11.97A1.5 1.5 0 1 0 14.939.44l-14.5 14.5a1.5 1.5 0 0 0 0 2.121l14.5 14.5c.293.293.676.439 1.061.439s.767-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L5.153 17.532h25.346a1.5 1.5 0 1 0 0-3.001z"
21
- }));
22
- };
16
+ const LeftArrowIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 14.531H5.09l11.97-11.97A1.5 1.5 0 1 0 14.939.44l-14.5 14.5a1.5 1.5 0 0 0 0 2.121l14.5 14.5c.293.293.676.439 1.061.439s.767-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L5.153 17.532h25.346a1.5 1.5 0 1 0 0-3.001z"
20
+ }));
23
21
 
24
22
  LeftArrowIcon.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 LegalIcon = function LegalIcon(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-12c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5h12c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5zm1.063-18.312a1.5 1.5 0 0 0-2.125 0l-.438.438L17.875 3.001l.438-.438A1.502 1.502 0 1 0 16.188.438l-8.75 8.75c-.588.588-.588 1.537 0 2.125s1.537.588 2.125 0l.438-.438 2.375 2.375L1.313 24.325a4.512 4.512 0 0 0 0 6.363 4.484 4.484 0 0 0 3.188 1.313c1.15 0 2.3-.438 3.188-1.313l11.063-11.063L21.127 22l-.438.438a1.502 1.502 0 1 0 2.125 2.125l8.75-8.75a1.502 1.502 0 0 0 0-2.125zm-26 14.875a1.502 1.502 0 1 1-2.125-2.125l11.063-11.063 2.125 2.125L5.563 28.563zm17.687-8.688L12.125 8.75l3.625-3.625L26.875 16.25l-3.625 3.625z"
21
- }));
22
- };
16
+ const LegalIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M30.5 32h-12c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5h12c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5zm1.063-18.312a1.5 1.5 0 0 0-2.125 0l-.438.438L17.875 3.001l.438-.438A1.502 1.502 0 1 0 16.188.438l-8.75 8.75c-.588.588-.588 1.537 0 2.125s1.537.588 2.125 0l.438-.438 2.375 2.375L1.313 24.325a4.512 4.512 0 0 0 0 6.363 4.484 4.484 0 0 0 3.188 1.313c1.15 0 2.3-.438 3.188-1.313l11.063-11.063L21.127 22l-.438.438a1.502 1.502 0 1 0 2.125 2.125l8.75-8.75a1.502 1.502 0 0 0 0-2.125zm-26 14.875a1.502 1.502 0 1 1-2.125-2.125l11.063-11.063 2.125 2.125L5.563 28.563zm17.687-8.688L12.125 8.75l3.625-3.625L26.875 16.25l-3.625 3.625z"
20
+ }));
23
21
 
24
22
  LegalIcon.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 LightningIcon = function LightningIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M32 11.5a1.5 1.5 0 0 0-1.5-1.5h-6.351l4.637-7.729A1.501 1.501 0 0 0 27.5 0h-17c-.563 0-1.078.314-1.334.814l-9 17.5A1.5 1.5 0 0 0 1.5 20.501h8.303l-3.699 9.454a1.499 1.499 0 0 0 2.353 1.702l22.998-18.999.001-.001c.332-.275.545-.691.545-1.156zM11.005 25.659l2.391-6.113a1.5 1.5 0 0 0-1.397-2.047H3.958L11.414 3h13.435l-4.637 7.729a1.5 1.5 0 1 0 1.286 2.272h4.829L11.005 25.659z"
21
- }));
22
- };
16
+ const LightningIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M32 11.5a1.5 1.5 0 0 0-1.5-1.5h-6.351l4.637-7.729A1.501 1.501 0 0 0 27.5 0h-17c-.563 0-1.078.314-1.334.814l-9 17.5A1.5 1.5 0 0 0 1.5 20.501h8.303l-3.699 9.454a1.499 1.499 0 0 0 2.353 1.702l22.998-18.999.001-.001c.332-.275.545-.691.545-1.156zM11.005 25.659l2.391-6.113a1.5 1.5 0 0 0-1.397-2.047H3.958L11.414 3h13.435l-4.637 7.729a1.5 1.5 0 1 0 1.286 2.272h4.829L11.005 25.659z"
20
+ }));
23
21
 
24
22
  LightningIcon.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 LineChartIcon = function LineChartIcon(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 0 30.5v-29a1.5 1.5 0 1 1 3 0V29h27.5a1.5 1.5 0 1 1 0 3zm-23-6A1.5 1.5 0 0 1 6 24.5v-3a1.5 1.5 0 1 1 3 0v3A1.5 1.5 0 0 1 7.5 26zm6 0a1.5 1.5 0 0 1-1.5-1.5v-7a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 0 1-1.5 1.5zm6 0a1.5 1.5 0 0 1-1.5-1.5v-17a1.5 1.5 0 1 1 3 0v17a1.5 1.5 0 0 1-1.5 1.5zm6 0a1.5 1.5 0 0 1-1.5-1.5v-7a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 0 1-1.5 1.5z"
21
- }));
22
- };
16
+ const LineChartIcon = 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 0 30.5v-29a1.5 1.5 0 1 1 3 0V29h27.5a1.5 1.5 0 1 1 0 3zm-23-6A1.5 1.5 0 0 1 6 24.5v-3a1.5 1.5 0 1 1 3 0v3A1.5 1.5 0 0 1 7.5 26zm6 0a1.5 1.5 0 0 1-1.5-1.5v-7a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 0 1-1.5 1.5zm6 0a1.5 1.5 0 0 1-1.5-1.5v-17a1.5 1.5 0 1 1 3 0v17a1.5 1.5 0 0 1-1.5 1.5zm6 0a1.5 1.5 0 0 1-1.5-1.5v-7a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 0 1-1.5 1.5z"
20
+ }));
23
21
 
24
22
  LineChartIcon.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 LinkIcon = function LinkIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M31.561 29.44l-3.83-3.83a8.949 8.949 0 0 0 1.657-5.215c0-2.41-.933-4.67-2.628-6.364l-8.795-8.789a8.937 8.937 0 0 0-6.364-2.627A8.94 8.94 0 0 0 6.39 4.27L2.56.439a1.503 1.503 0 0 0-2.123 0 1.5 1.5 0 0 0 0 2.121l3.83 3.83a8.949 8.949 0 0 0-1.657 5.215c0 2.41.933 4.67 2.628 6.364l8.795 8.789a8.937 8.937 0 0 0 6.364 2.628 8.94 8.94 0 0 0 5.211-1.655l3.83 3.83a1.5 1.5 0 0 0 2.122-2.12zm-5.996-5.998l-4.331-4.331c-.293-.293-.676-.439-1.061-.439s-.767.146-1.061.439a1.5 1.5 0 0 0 0 2.121l4.33 4.33a5.987 5.987 0 0 1-3.045.821 5.951 5.951 0 0 1-4.242-1.749l-4.409-4.409-.004.004-4.384-4.384a5.953 5.953 0 0 1-1.749-4.242c0-1.092.287-2.137.824-3.049l4.331 4.331c.293.293.676.439 1.061.439s.768-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L8.557 6.435a5.987 5.987 0 0 1 3.045-.821c1.609 0 3.115.621 4.242 1.749l8.795 8.789a5.955 5.955 0 0 1 1.749 4.242 5.99 5.99 0 0 1-.824 3.047z"
21
- }));
22
- };
16
+ const LinkIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M31.561 29.44l-3.83-3.83a8.949 8.949 0 0 0 1.657-5.215c0-2.41-.933-4.67-2.628-6.364l-8.795-8.789a8.937 8.937 0 0 0-6.364-2.627A8.94 8.94 0 0 0 6.39 4.27L2.56.439a1.503 1.503 0 0 0-2.123 0 1.5 1.5 0 0 0 0 2.121l3.83 3.83a8.949 8.949 0 0 0-1.657 5.215c0 2.41.933 4.67 2.628 6.364l8.795 8.789a8.937 8.937 0 0 0 6.364 2.628 8.94 8.94 0 0 0 5.211-1.655l3.83 3.83a1.5 1.5 0 0 0 2.122-2.12zm-5.996-5.998l-4.331-4.331c-.293-.293-.676-.439-1.061-.439s-.767.146-1.061.439a1.5 1.5 0 0 0 0 2.121l4.33 4.33a5.987 5.987 0 0 1-3.045.821 5.951 5.951 0 0 1-4.242-1.749l-4.409-4.409-.004.004-4.384-4.384a5.953 5.953 0 0 1-1.749-4.242c0-1.092.287-2.137.824-3.049l4.331 4.331c.293.293.676.439 1.061.439s.768-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121L8.557 6.435a5.987 5.987 0 0 1 3.045-.821c1.609 0 3.115.621 4.242 1.749l8.795 8.789a5.955 5.955 0 0 1 1.749 4.242 5.99 5.99 0 0 1-.824 3.047z"
20
+ }));
23
21
 
24
22
  LinkIcon.propTypes = {
25
23
  size: _propTypes.number
@@ -13,29 +13,27 @@ 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 ListIcon = function ListIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 256 256"
19
- }, props), _react.default.createElement("path", {
20
- d: "M220 140H108c-6.63 0-12-5.37-12-12s5.37-12 12-12h112c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
21
- }), _react.default.createElement("circle", {
22
- cx: "48",
23
- cy: "128",
24
- r: "24"
25
- }), _react.default.createElement("path", {
26
- d: "M220 60H108c-6.63 0-12-5.37-12-12s5.37-12 12-12h112c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
27
- }), _react.default.createElement("circle", {
28
- cx: "48",
29
- cy: "48",
30
- r: "24"
31
- }), _react.default.createElement("path", {
32
- d: "M220 220H108c-6.63 0-12-5.37-12-12s5.37-12 12-12h112c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
33
- }), _react.default.createElement("circle", {
34
- cx: "48",
35
- cy: "208",
36
- r: "24"
37
- }));
38
- };
16
+ const ListIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 256 256"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M220 140H108c-6.63 0-12-5.37-12-12s5.37-12 12-12h112c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
20
+ }), _react.default.createElement("circle", {
21
+ cx: "48",
22
+ cy: "128",
23
+ r: "24"
24
+ }), _react.default.createElement("path", {
25
+ d: "M220 60H108c-6.63 0-12-5.37-12-12s5.37-12 12-12h112c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
26
+ }), _react.default.createElement("circle", {
27
+ cx: "48",
28
+ cy: "48",
29
+ r: "24"
30
+ }), _react.default.createElement("path", {
31
+ d: "M220 220H108c-6.63 0-12-5.37-12-12s5.37-12 12-12h112c6.63 0 12 5.37 12 12s-5.37 12-12 12z"
32
+ }), _react.default.createElement("circle", {
33
+ cx: "48",
34
+ cy: "208",
35
+ r: "24"
36
+ }));
39
37
 
40
38
  ListIcon.displayName = 'ListIcon';
41
39
  ListIcon.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 ListBulletsIcon = function ListBulletsIcon(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 17.5h-14a1.5 1.5 0 1 1 0-3h14a1.5 1.5 0 1 1 0 3zM9 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm18.5-8.5h-14a1.5 1.5 0 1 1 0-3h14a1.5 1.5 0 1 1 0 3zM9 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm18.5 21.5h-14a1.5 1.5 0 1 1 0-3h14a1.5 1.5 0 1 1 0 3zM9 26a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
21
- }));
22
- };
16
+ const ListBulletsIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 17.5h-14a1.5 1.5 0 1 1 0-3h14a1.5 1.5 0 1 1 0 3zM9 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm18.5-8.5h-14a1.5 1.5 0 1 1 0-3h14a1.5 1.5 0 1 1 0 3zM9 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm18.5 21.5h-14a1.5 1.5 0 1 1 0-3h14a1.5 1.5 0 1 1 0 3zM9 26a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"
20
+ }));
23
21
 
24
22
  ListBulletsIcon.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 LocationPinIcon = function LocationPinIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M16 6.438c-2.758 0-5 2.242-5 5s2.242 5 5 5 5-2.242 5-5-2.242-5-5-5zm0 7c-1.102 0-2-.898-2-2s.898-2 2-2 2 .898 2 2-.898 2-2 2zM16 0C9.659 0 4.5 5.159 4.5 11.5c0 2.7 1.827 5.918 5.434 9.564a48.75 48.75 0 0 0 5.178 4.52 1.498 1.498 0 0 0 1.778 0 48.639 48.639 0 0 0 5.178-4.52c3.606-3.646 5.434-6.864 5.434-9.564 0-6.341-5.159-11.5-11.5-11.5zm.008 22.483a46.712 46.712 0 0 1-3.94-3.529c-2.946-2.979-4.567-5.625-4.567-7.454 0-4.688 3.812-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 3.19-4.885 8.134-8.492 10.982zM16 32c-4.101 0-7.981-.81-10.924-2.281C1.802 28.082 0 25.784 0 23.25c0-.688.136-1.37.406-2.029a6.633 6.633 0 0 1 1.087-1.761 9.458 9.458 0 0 1 1.59-1.469 1.5 1.5 0 0 1 1.784 2.412 6.438 6.438 0 0 0-1.084.995c-.269.317-.471.64-.601.96a2.32 2.32 0 0 0-.183.892c0 2.72 5.339 5.75 13 5.75s13-3.03 13-5.75c0-.3-.06-.593-.183-.892a3.69 3.69 0 0 0-.601-.96 6.477 6.477 0 0 0-1.084-.995 1.5 1.5 0 0 1 1.784-2.412 9.41 9.41 0 0 1 1.59 1.469c.471.558.837 1.15 1.087 1.761.27.659.406 1.341.406 2.029 0 2.534-1.802 4.831-5.076 6.469C23.98 31.19 20.1 32 15.998 32z"
21
- }));
22
- };
16
+ const LocationPinIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M16 6.438c-2.758 0-5 2.242-5 5s2.242 5 5 5 5-2.242 5-5-2.242-5-5-5zm0 7c-1.102 0-2-.898-2-2s.898-2 2-2 2 .898 2 2-.898 2-2 2zM16 0C9.659 0 4.5 5.159 4.5 11.5c0 2.7 1.827 5.918 5.434 9.564a48.75 48.75 0 0 0 5.178 4.52 1.498 1.498 0 0 0 1.778 0 48.639 48.639 0 0 0 5.178-4.52c3.606-3.646 5.434-6.864 5.434-9.564 0-6.341-5.159-11.5-11.5-11.5zm.008 22.483a46.712 46.712 0 0 1-3.94-3.529c-2.946-2.979-4.567-5.625-4.567-7.454 0-4.688 3.812-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 3.19-4.885 8.134-8.492 10.982zM16 32c-4.101 0-7.981-.81-10.924-2.281C1.802 28.082 0 25.784 0 23.25c0-.688.136-1.37.406-2.029a6.633 6.633 0 0 1 1.087-1.761 9.458 9.458 0 0 1 1.59-1.469 1.5 1.5 0 0 1 1.784 2.412 6.438 6.438 0 0 0-1.084.995c-.269.317-.471.64-.601.96a2.32 2.32 0 0 0-.183.892c0 2.72 5.339 5.75 13 5.75s13-3.03 13-5.75c0-.3-.06-.593-.183-.892a3.69 3.69 0 0 0-.601-.96 6.477 6.477 0 0 0-1.084-.995 1.5 1.5 0 0 1 1.784-2.412 9.41 9.41 0 0 1 1.59 1.469c.471.558.837 1.15 1.087 1.761.27.659.406 1.341.406 2.029 0 2.534-1.802 4.831-5.076 6.469C23.98 31.19 20.1 32 15.998 32z"
20
+ }));
23
21
 
24
22
  LocationPinIcon.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 LoopIcon = function LoopIcon(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 6H5.121L8.56 2.561A1.5 1.5 0 1 0 6.439.44l-6 6a1.5 1.5 0 0 0 0 2.121l6 6A1.5 1.5 0 1 0 8.56 12.44L5.121 9H27.5a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 1 0 3 0v-3C32 8.019 29.981 6 27.5 6zm-23 20h22.379l-3.439 3.439a1.5 1.5 0 1 0 2.121 2.121l6-6a1.5 1.5 0 0 0 0-2.121l-6-6a1.5 1.5 0 1 0-2.121 2.121L26.879 23H4.5A1.5 1.5 0 0 1 3 21.5v-3a1.5 1.5 0 1 0-3 0v3C0 23.981 2.019 26 4.5 26z"
21
- }));
22
- };
16
+ const LoopIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 6H5.121L8.56 2.561A1.5 1.5 0 1 0 6.439.44l-6 6a1.5 1.5 0 0 0 0 2.121l6 6A1.5 1.5 0 1 0 8.56 12.44L5.121 9H27.5a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 1 0 3 0v-3C32 8.019 29.981 6 27.5 6zm-23 20h22.379l-3.439 3.439a1.5 1.5 0 1 0 2.121 2.121l6-6a1.5 1.5 0 0 0 0-2.121l-6-6a1.5 1.5 0 1 0-2.121 2.121L26.879 23H4.5A1.5 1.5 0 0 1 3 21.5v-3a1.5 1.5 0 1 0-3 0v3C0 23.981 2.019 26 4.5 26z"
20
+ }));
23
21
 
24
22
  LoopIcon.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 MagicwandIcon = function MagicwandIcon(props) {
17
- return _react.default.createElement(_reactIconBase.default, _extends({
18
- viewBox: "0 0 32 32"
19
- }, props), _react.default.createElement("path", {
20
- d: "M23.066 13.176l-4.242-4.242a1.5 1.5 0 0 0-2.122 0L.44 25.196a1.5 1.5 0 0 0 0 2.121l4.242 4.242c.293.293.676.439 1.061.439s.768-.146 1.061-.439l16.264-16.264a1.5 1.5 0 0 0-.001-2.12zM5.742 28.379l-2.121-2.121 7.779-7.779 2.121 2.121-7.779 7.779zm9.901-9.9l-2.121-2.121 4.243-4.242 2.121 2.121-4.242 4.242zM30.5 15.75h-3a1.5 1.5 0 1 1 0-3h3a1.5 1.5 0 1 1 0 3zm-4.795 8.576l-2.121-2.121a1.5 1.5 0 1 1 2.121-2.121l2.121 2.121a1.5 1.5 0 1 1-2.121 2.121zM9.795 8.416L7.674 6.295a1.5 1.5 0 1 1 2.121-2.121l2.121 2.121a1.5 1.5 0 1 1-2.121 2.121zM16.25 4.5v-3a1.5 1.5 0 1 1 3 0v3a1.5 1.5 0 1 1-3 0zm7.334 1.795l2.121-2.121a1.5 1.5 0 1 1 2.121 2.121l-2.121 2.121a1.5 1.5 0 1 1-2.121-2.121z"
21
- }));
22
- };
16
+ const MagicwandIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M23.066 13.176l-4.242-4.242a1.5 1.5 0 0 0-2.122 0L.44 25.196a1.5 1.5 0 0 0 0 2.121l4.242 4.242c.293.293.676.439 1.061.439s.768-.146 1.061-.439l16.264-16.264a1.5 1.5 0 0 0-.001-2.12zM5.742 28.379l-2.121-2.121 7.779-7.779 2.121 2.121-7.779 7.779zm9.901-9.9l-2.121-2.121 4.243-4.242 2.121 2.121-4.242 4.242zM30.5 15.75h-3a1.5 1.5 0 1 1 0-3h3a1.5 1.5 0 1 1 0 3zm-4.795 8.576l-2.121-2.121a1.5 1.5 0 1 1 2.121-2.121l2.121 2.121a1.5 1.5 0 1 1-2.121 2.121zM9.795 8.416L7.674 6.295a1.5 1.5 0 1 1 2.121-2.121l2.121 2.121a1.5 1.5 0 1 1-2.121 2.121zM16.25 4.5v-3a1.5 1.5 0 1 1 3 0v3a1.5 1.5 0 1 1-3 0zm7.334 1.795l2.121-2.121a1.5 1.5 0 1 1 2.121 2.121l-2.121 2.121a1.5 1.5 0 1 1-2.121-2.121z"
20
+ }));
23
21
 
24
22
  MagicwandIcon.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 MailIcon = function MailIcon(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 3h-23A4.505 4.505 0 0 0 0 7.5v17C0 26.981 2.019 29 4.5 29h23c2.481 0 4.5-2.019 4.5-4.5v-17C32 5.019 29.981 3 27.5 3zm-23 3h23a1.5 1.5 0 0 1 1.359.869l-11.946 9.156a1.505 1.505 0 0 1-1.825 0L3.142 6.869A1.5 1.5 0 0 1 4.501 6zm23 20h-23A1.5 1.5 0 0 1 3 24.5V10.54l10.262 7.865c.806.617 1.771.926 2.738.926s1.931-.309 2.738-.926L29 10.54V24.5a1.5 1.5 0 0 1-1.5 1.5z"
21
- }));
22
- };
16
+ const MailIcon = props => _react.default.createElement(_reactIconBase.default, _extends({
17
+ viewBox: "0 0 32 32"
18
+ }, props), _react.default.createElement("path", {
19
+ d: "M27.5 3h-23A4.505 4.505 0 0 0 0 7.5v17C0 26.981 2.019 29 4.5 29h23c2.481 0 4.5-2.019 4.5-4.5v-17C32 5.019 29.981 3 27.5 3zm-23 3h23a1.5 1.5 0 0 1 1.359.869l-11.946 9.156a1.505 1.505 0 0 1-1.825 0L3.142 6.869A1.5 1.5 0 0 1 4.501 6zm23 20h-23A1.5 1.5 0 0 1 3 24.5V10.54l10.262 7.865c.806.617 1.771.926 2.738.926s1.931-.309 2.738-.926L29 10.54V24.5a1.5 1.5 0 0 1-1.5 1.5z"
20
+ }));
23
21
 
24
22
  MailIcon.propTypes = {
25
23
  size: _propTypes.number