@skyscanner/backpack-web 25.8.0 → 25.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (899) hide show
  1. package/README.md +2 -2
  2. package/bpk-animate-height/index.js +3 -10
  3. package/bpk-animate-height/src/AnimateHeight.js +55 -67
  4. package/bpk-component-accordion/index.js +21 -34
  5. package/bpk-component-accordion/src/BpkAccordion.js +23 -41
  6. package/bpk-component-accordion/src/BpkAccordionItem.js +47 -65
  7. package/bpk-component-accordion/src/withAccordionItemState.js +48 -64
  8. package/bpk-component-accordion/src/withSingleItemAccordionState.js +46 -62
  9. package/bpk-component-aria-live/index.js +4 -17
  10. package/bpk-component-aria-live/src/BpkAriaLive.js +17 -33
  11. package/bpk-component-autosuggest/index.js +4 -18
  12. package/bpk-component-autosuggest/src/BpkAutosuggest.js +18 -34
  13. package/bpk-component-autosuggest/src/BpkAutosuggestSuggestion.js +32 -48
  14. package/bpk-component-badge/index.js +5 -25
  15. package/bpk-component-badge/src/BpkBadge.js +18 -34
  16. package/bpk-component-badge/src/themeAttributes.js +2 -8
  17. package/bpk-component-banner-alert/index.js +9 -45
  18. package/bpk-component-banner-alert/src/AnimateAndFade.js +68 -76
  19. package/bpk-component-banner-alert/src/BpkBannerAlert.js +17 -34
  20. package/bpk-component-banner-alert/src/BpkBannerAlertDismissable.js +12 -30
  21. package/bpk-component-banner-alert/src/BpkBannerAlertExpandable.js +16 -35
  22. package/bpk-component-banner-alert/src/BpkBannerAlertInner.js +66 -80
  23. package/bpk-component-banner-alert/src/common-types.js +2 -9
  24. package/bpk-component-banner-alert/src/themeAttributes.js +2 -8
  25. package/bpk-component-banner-alert/src/withBannerAlertState.js +77 -94
  26. package/bpk-component-barchart/index.js +9 -53
  27. package/bpk-component-barchart/src/BpkBarchart.js +154 -174
  28. package/bpk-component-barchart/src/BpkBarchartBar.js +41 -56
  29. package/bpk-component-barchart/src/BpkBarchartBars.js +51 -67
  30. package/bpk-component-barchart/src/BpkBarchartDefs.js +11 -22
  31. package/bpk-component-barchart/src/BpkChartAxis.js +59 -74
  32. package/bpk-component-barchart/src/BpkChartDataTable.js +22 -29
  33. package/bpk-component-barchart/src/BpkChartGridLines.js +38 -53
  34. package/bpk-component-barchart/src/BpkChartMargin.js +17 -34
  35. package/bpk-component-barchart/src/RTLtransforms.js +13 -36
  36. package/bpk-component-barchart/src/customPropTypes.js +2 -10
  37. package/bpk-component-barchart/src/orientation.js +2 -10
  38. package/bpk-component-barchart/src/themeAttributes.js +1 -9
  39. package/bpk-component-barchart/src/utils.js +1 -9
  40. package/bpk-component-blockquote/index.js +5 -17
  41. package/bpk-component-blockquote/src/BpkBlockquote.js +9 -17
  42. package/bpk-component-blockquote/src/themeAttributes.js +2 -8
  43. package/bpk-component-boilerplate/index.js +3 -10
  44. package/bpk-component-boilerplate/src/BpkBoilerplate.js +14 -30
  45. package/bpk-component-breadcrumb/index.js +4 -18
  46. package/bpk-component-breadcrumb/src/BpkBreadcrumb.js +46 -63
  47. package/bpk-component-breadcrumb/src/BpkBreadcrumbItem.js +36 -52
  48. package/bpk-component-breakpoint/index.js +4 -17
  49. package/bpk-component-breakpoint/src/BpkBreakpoint.js +16 -25
  50. package/bpk-component-button/BpkButtonDestructive.js +17 -13
  51. package/bpk-component-button/BpkButtonFeatured.js +17 -13
  52. package/bpk-component-button/BpkButtonLink.js +17 -13
  53. package/bpk-component-button/BpkButtonLinkOnDark.js +17 -13
  54. package/bpk-component-button/BpkButtonPrimary.js +17 -13
  55. package/bpk-component-button/BpkButtonPrimaryOnDark.js +17 -13
  56. package/bpk-component-button/BpkButtonPrimaryOnLight.js +17 -13
  57. package/bpk-component-button/BpkButtonSecondary.js +17 -13
  58. package/bpk-component-button/BpkButtonSecondaryOnDark.js +17 -13
  59. package/bpk-component-button/index.js +15 -144
  60. package/bpk-component-button/src/BpkButton.js +57 -53
  61. package/bpk-component-button/src/BpkButtonBase.js +33 -45
  62. package/bpk-component-button/src/BpkButtonDestructive.js +19 -33
  63. package/bpk-component-button/src/BpkButtonFeatured.js +19 -33
  64. package/bpk-component-button/src/BpkButtonLink.js +20 -34
  65. package/bpk-component-button/src/BpkButtonLinkOnDark.js +20 -34
  66. package/bpk-component-button/src/BpkButtonPrimary.js +30 -35
  67. package/bpk-component-button/src/BpkButtonPrimaryOnDark.js +19 -33
  68. package/bpk-component-button/src/BpkButtonPrimaryOnLight.js +19 -33
  69. package/bpk-component-button/src/BpkButtonSecondary.js +19 -33
  70. package/bpk-component-button/src/BpkButtonSecondaryOnDark.js +19 -33
  71. package/bpk-component-button/src/BpkButtonV2/BpkButton.js +29 -46
  72. package/bpk-component-button/src/BpkButtonV2/common-types.d.ts +2 -2
  73. package/bpk-component-button/src/BpkButtonV2/common-types.js +3 -11
  74. package/bpk-component-button/src/common-types.js +13 -21
  75. package/bpk-component-button/src/commonButtonTests.js +14 -21
  76. package/bpk-component-button/src/themeAttributes.js +8 -22
  77. package/bpk-component-button/themeAttributes.js +17 -54
  78. package/bpk-component-calendar/index.js +14 -107
  79. package/bpk-component-calendar/src/BpkCalendarContainer.js +185 -200
  80. package/bpk-component-calendar/src/BpkCalendarDate.js +63 -83
  81. package/bpk-component-calendar/src/BpkCalendarGrid.js +60 -66
  82. package/bpk-component-calendar/src/BpkCalendarGridHeader.js +35 -44
  83. package/bpk-component-calendar/src/BpkCalendarGridTransition.js +63 -76
  84. package/bpk-component-calendar/src/BpkCalendarNav.js +37 -47
  85. package/bpk-component-calendar/src/Week.js +92 -101
  86. package/bpk-component-calendar/src/composeCalendar.js +36 -43
  87. package/bpk-component-calendar/src/custom-proptypes-legacy.js +52 -63
  88. package/bpk-component-calendar/src/custom-proptypes.js +2 -9
  89. package/bpk-component-calendar/src/date-utils.js +33 -161
  90. package/bpk-component-calendar/src/themeAttributes.js +2 -8
  91. package/bpk-component-calendar/src/utils.js +7 -15
  92. package/bpk-component-calendar/test-utils.js +14 -31
  93. package/bpk-component-card/index.js +6 -32
  94. package/bpk-component-card/src/BpkCard.js +29 -43
  95. package/bpk-component-card/src/BpkCardWrapper.js +9 -16
  96. package/bpk-component-card/src/BpkDividedCard.js +24 -40
  97. package/bpk-component-checkbox/index.js +4 -18
  98. package/bpk-component-checkbox/src/BpkCheckbox.js +35 -50
  99. package/bpk-component-checkbox/src/themeAttributes.js +1 -9
  100. package/bpk-component-chip/index.js +8 -38
  101. package/bpk-component-chip/src/BpkDismissibleChip.js +20 -34
  102. package/bpk-component-chip/src/BpkDropdownChip.js +21 -38
  103. package/bpk-component-chip/src/BpkSelectableChip.js +29 -46
  104. package/bpk-component-chip/src/commonTypes.js +15 -24
  105. package/bpk-component-chip/src/themeAttributes.js +2 -8
  106. package/bpk-component-close-button/index.js +2 -11
  107. package/bpk-component-close-button/src/BpkCloseButton.js +23 -40
  108. package/bpk-component-code/index.js +19 -20
  109. package/bpk-component-code/src/BpkCode.js +18 -35
  110. package/bpk-component-code/src/BpkCodeBlock.js +19 -36
  111. package/bpk-component-content-cards/index.js +3 -10
  112. package/bpk-component-content-cards/src/BpkContentCard.js +13 -22
  113. package/bpk-component-content-cards/src/BpkContentCards.js +13 -22
  114. package/bpk-component-datatable/index.js +20 -20
  115. package/bpk-component-datatable/src/BpkDataTable.js +88 -98
  116. package/bpk-component-datatable/src/BpkDataTableColumn.js +36 -47
  117. package/bpk-component-datatable/src/BpkDataTableHeader.js +45 -55
  118. package/bpk-component-datatable/src/common-types.js +0 -1
  119. package/bpk-component-datatable/src/hasChildrenOfType.js +5 -13
  120. package/bpk-component-datatable/src/sort-types.js +2 -9
  121. package/bpk-component-datatable/src/utils.js +8 -20
  122. package/bpk-component-datepicker/index.js +6 -24
  123. package/bpk-component-datepicker/src/BpkDatepicker.js +190 -200
  124. package/bpk-component-datepicker/src/themeAttributes.js +5 -11
  125. package/bpk-component-description-list/index.js +21 -26
  126. package/bpk-component-description-list/src/BpkDescriptionDetails.js +3 -10
  127. package/bpk-component-description-list/src/BpkDescriptionList.js +3 -10
  128. package/bpk-component-description-list/src/BpkDescriptionTerm.js +3 -10
  129. package/bpk-component-description-list/src/ComponentFactory.js +18 -34
  130. package/bpk-component-dialog/index.js +5 -17
  131. package/bpk-component-dialog/src/BpkDialog.js +28 -43
  132. package/bpk-component-dialog/src/BpkDialogInner.js +12 -20
  133. package/bpk-component-dialog/src/common-types.js +2 -9
  134. package/bpk-component-drawer/index.js +4 -18
  135. package/bpk-component-drawer/src/BpkDrawer.js +52 -68
  136. package/bpk-component-drawer/src/BpkDrawerContent.js +57 -73
  137. package/bpk-component-drawer/src/themeAttributes.js +2 -10
  138. package/bpk-component-fieldset/index.js +4 -32
  139. package/bpk-component-fieldset/src/BpkFieldset.js +50 -64
  140. package/bpk-component-fieldset/src/themeAttributes.js +2 -8
  141. package/bpk-component-flare/index.js +4 -24
  142. package/bpk-component-flare/src/BpkContentBubble.js +33 -46
  143. package/bpk-component-flare/src/BpkFlareBar.js +25 -39
  144. package/bpk-component-flare/src/__generated__/js/corner-radius.js +12 -31
  145. package/bpk-component-flare/src/__generated__/js/pointer.js +12 -31
  146. package/bpk-component-floating-notification/index.js +2 -11
  147. package/bpk-component-floating-notification/src/BpkFloatingNotification.js +45 -63
  148. package/bpk-component-form-validation/index.js +5 -17
  149. package/bpk-component-form-validation/src/BpkFormValidation.js +36 -50
  150. package/bpk-component-form-validation/src/themeAttributes.js +2 -8
  151. package/bpk-component-graphic-promotion/index.js +4 -17
  152. package/bpk-component-graphic-promotion/src/BpkGraphicPromo.js +21 -29
  153. package/bpk-component-grid-toggle/index.js +3 -10
  154. package/bpk-component-grid-toggle/src/BpkGridToggle.js +41 -50
  155. package/bpk-component-horizontal-nav/index.js +4 -31
  156. package/bpk-component-horizontal-nav/src/BpkHorizontalNav.js +96 -115
  157. package/bpk-component-horizontal-nav/src/BpkHorizontalNavItem.js +62 -79
  158. package/bpk-component-icon/all.js +2 -10
  159. package/bpk-component-icon/index.js +11 -33
  160. package/bpk-component-icon/lg/accessibility.js +18 -37
  161. package/bpk-component-icon/lg/account--add.js +18 -37
  162. package/bpk-component-icon/lg/account--female.js +18 -37
  163. package/bpk-component-icon/lg/account--id-card.js +18 -37
  164. package/bpk-component-icon/lg/account--name.js +18 -37
  165. package/bpk-component-icon/lg/account--permit.js +18 -37
  166. package/bpk-component-icon/lg/account-circle.js +18 -37
  167. package/bpk-component-icon/lg/account.js +18 -37
  168. package/bpk-component-icon/lg/add-circle.js +18 -37
  169. package/bpk-component-icon/lg/adult.js +18 -37
  170. package/bpk-component-icon/lg/ai.js +19 -38
  171. package/bpk-component-icon/lg/aircon.js +18 -37
  172. package/bpk-component-icon/lg/aircraft.js +21 -39
  173. package/bpk-component-icon/lg/airline--multiple.js +18 -37
  174. package/bpk-component-icon/lg/airline.js +18 -37
  175. package/bpk-component-icon/lg/airports.js +18 -37
  176. package/bpk-component-icon/lg/alert--active.js +18 -37
  177. package/bpk-component-icon/lg/alert--add.js +18 -37
  178. package/bpk-component-icon/lg/alert--expired.js +18 -37
  179. package/bpk-component-icon/lg/alert--remove.js +18 -37
  180. package/bpk-component-icon/lg/arrow-down.js +18 -37
  181. package/bpk-component-icon/lg/arrow-left.js +18 -37
  182. package/bpk-component-icon/lg/arrow-right.js +18 -37
  183. package/bpk-component-icon/lg/arrow-up.js +18 -37
  184. package/bpk-component-icon/lg/award.js +18 -37
  185. package/bpk-component-icon/lg/baby-carriage.js +18 -37
  186. package/bpk-component-icon/lg/baggage--add.js +18 -37
  187. package/bpk-component-icon/lg/baggage--remove.js +18 -37
  188. package/bpk-component-icon/lg/baggage-cabin-add.js +18 -37
  189. package/bpk-component-icon/lg/baggage-cabin-not-included.js +18 -37
  190. package/bpk-component-icon/lg/baggage-cabin.js +18 -37
  191. package/bpk-component-icon/lg/baggage-checked-add.js +18 -37
  192. package/bpk-component-icon/lg/baggage-checked-not-included.js +18 -37
  193. package/bpk-component-icon/lg/baggage-checked.js +18 -37
  194. package/bpk-component-icon/lg/baggage-cross.js +18 -37
  195. package/bpk-component-icon/lg/baggage-generic.js +18 -37
  196. package/bpk-component-icon/lg/baggage-tick.js +18 -37
  197. package/bpk-component-icon/lg/baggage.js +18 -37
  198. package/bpk-component-icon/lg/bar.js +18 -37
  199. package/bpk-component-icon/lg/beach.js +21 -39
  200. package/bpk-component-icon/lg/beer.js +18 -37
  201. package/bpk-component-icon/lg/breakfast-cross.js +18 -37
  202. package/bpk-component-icon/lg/breakfast-tick.js +18 -37
  203. package/bpk-component-icon/lg/bus.js +18 -37
  204. package/bpk-component-icon/lg/business.js +18 -37
  205. package/bpk-component-icon/lg/cafe.js +18 -37
  206. package/bpk-component-icon/lg/calendar.js +18 -37
  207. package/bpk-component-icon/lg/call-back.js +21 -39
  208. package/bpk-component-icon/lg/camera.js +18 -37
  209. package/bpk-component-icon/lg/camper-van.js +21 -39
  210. package/bpk-component-icon/lg/car-door.js +18 -37
  211. package/bpk-component-icon/lg/car-wash.js +21 -39
  212. package/bpk-component-icon/lg/cars-flexible.js +18 -37
  213. package/bpk-component-icon/lg/cars.js +21 -39
  214. package/bpk-component-icon/lg/center-location.js +18 -37
  215. package/bpk-component-icon/lg/chart.js +18 -37
  216. package/bpk-component-icon/lg/chauffeur.js +18 -37
  217. package/bpk-component-icon/lg/chevron-down.js +18 -37
  218. package/bpk-component-icon/lg/chevron-left.js +18 -37
  219. package/bpk-component-icon/lg/chevron-right.js +18 -37
  220. package/bpk-component-icon/lg/chevron-up.js +18 -37
  221. package/bpk-component-icon/lg/child-seat.js +18 -37
  222. package/bpk-component-icon/lg/child.js +18 -37
  223. package/bpk-component-icon/lg/city-center.js +18 -37
  224. package/bpk-component-icon/lg/city.js +18 -37
  225. package/bpk-component-icon/lg/clean-policy.js +18 -37
  226. package/bpk-component-icon/lg/clean.js +23 -41
  227. package/bpk-component-icon/lg/cleaning-medical.js +18 -37
  228. package/bpk-component-icon/lg/cloakroom.js +23 -41
  229. package/bpk-component-icon/lg/close-circle.js +18 -37
  230. package/bpk-component-icon/lg/close.js +18 -37
  231. package/bpk-component-icon/lg/collapse.js +18 -37
  232. package/bpk-component-icon/lg/content--copy.js +21 -39
  233. package/bpk-component-icon/lg/content--event.js +18 -37
  234. package/bpk-component-icon/lg/content--guides.js +18 -37
  235. package/bpk-component-icon/lg/currency.js +18 -37
  236. package/bpk-component-icon/lg/data.js +21 -39
  237. package/bpk-component-icon/lg/deals.js +18 -37
  238. package/bpk-component-icon/lg/depart.js +21 -39
  239. package/bpk-component-icon/lg/device-mid.js +18 -37
  240. package/bpk-component-icon/lg/device-wide.js +18 -37
  241. package/bpk-component-icon/lg/direct.js +18 -37
  242. package/bpk-component-icon/lg/document-csv.js +18 -37
  243. package/bpk-component-icon/lg/document-pdf.js +18 -37
  244. package/bpk-component-icon/lg/download.js +21 -39
  245. package/bpk-component-icon/lg/duration.js +18 -37
  246. package/bpk-component-icon/lg/eco-leaf.js +18 -37
  247. package/bpk-component-icon/lg/edit.js +18 -37
  248. package/bpk-component-icon/lg/education.js +21 -39
  249. package/bpk-component-icon/lg/electric.js +18 -37
  250. package/bpk-component-icon/lg/end-call.js +18 -37
  251. package/bpk-component-icon/lg/estimated.js +18 -37
  252. package/bpk-component-icon/lg/exclamation-circle.js +18 -37
  253. package/bpk-component-icon/lg/exclamation.js +18 -37
  254. package/bpk-component-icon/lg/expand.js +18 -37
  255. package/bpk-component-icon/lg/explore.js +18 -37
  256. package/bpk-component-icon/lg/face--blank.js +18 -37
  257. package/bpk-component-icon/lg/face--happy.js +18 -37
  258. package/bpk-component-icon/lg/face--sad.js +18 -37
  259. package/bpk-component-icon/lg/face-id.js +18 -37
  260. package/bpk-component-icon/lg/face-mask.js +18 -37
  261. package/bpk-component-icon/lg/family.js +18 -37
  262. package/bpk-component-icon/lg/fast-track.js +21 -39
  263. package/bpk-component-icon/lg/fast-train.js +21 -39
  264. package/bpk-component-icon/lg/filter.js +19 -38
  265. package/bpk-component-icon/lg/fingerprint.js +18 -37
  266. package/bpk-component-icon/lg/flag.js +18 -37
  267. package/bpk-component-icon/lg/flask.js +18 -37
  268. package/bpk-component-icon/lg/flight-flexible.js +18 -37
  269. package/bpk-component-icon/lg/flight-landing.js +23 -41
  270. package/bpk-component-icon/lg/flight-takeoff.js +21 -39
  271. package/bpk-component-icon/lg/flight.js +21 -39
  272. package/bpk-component-icon/lg/food.js +18 -37
  273. package/bpk-component-icon/lg/gears-automatic-circle.js +18 -37
  274. package/bpk-component-icon/lg/gears-automatic.js +18 -37
  275. package/bpk-component-icon/lg/gears-manual-circle.js +18 -37
  276. package/bpk-component-icon/lg/gears-manual.js +18 -37
  277. package/bpk-component-icon/lg/globe.js +18 -37
  278. package/bpk-component-icon/lg/grid-layout.js +18 -37
  279. package/bpk-component-icon/lg/headset.js +18 -37
  280. package/bpk-component-icon/lg/health-fitness.js +18 -37
  281. package/bpk-component-icon/lg/heart--outline.js +18 -37
  282. package/bpk-component-icon/lg/heart.js +18 -37
  283. package/bpk-component-icon/lg/help-circle.js +18 -37
  284. package/bpk-component-icon/lg/help.js +18 -37
  285. package/bpk-component-icon/lg/hide.js +18 -37
  286. package/bpk-component-icon/lg/hotel-flexible.js +18 -37
  287. package/bpk-component-icon/lg/hotels--disabled-facilities.js +18 -37
  288. package/bpk-component-icon/lg/hotels--jacuzzi.js +18 -37
  289. package/bpk-component-icon/lg/hotels--pets-allowed.js +18 -37
  290. package/bpk-component-icon/lg/hotels--smoking.js +18 -37
  291. package/bpk-component-icon/lg/hotels.js +18 -37
  292. package/bpk-component-icon/lg/infant.js +18 -37
  293. package/bpk-component-icon/lg/information--language-alert.js +18 -37
  294. package/bpk-component-icon/lg/information--language-question.js +18 -37
  295. package/bpk-component-icon/lg/information--language.js +18 -37
  296. package/bpk-component-icon/lg/information-circle.js +18 -37
  297. package/bpk-component-icon/lg/information.js +18 -37
  298. package/bpk-component-icon/lg/insurance.js +18 -37
  299. package/bpk-component-icon/lg/key.js +18 -37
  300. package/bpk-component-icon/lg/keypad.js +18 -37
  301. package/bpk-component-icon/lg/landmark.js +18 -37
  302. package/bpk-component-icon/lg/language.js +18 -37
  303. package/bpk-component-icon/lg/legroom--extra.js +21 -39
  304. package/bpk-component-icon/lg/legroom--normal.js +21 -39
  305. package/bpk-component-icon/lg/legroom--reduced.js +21 -39
  306. package/bpk-component-icon/lg/leisure.js +18 -37
  307. package/bpk-component-icon/lg/lightning.js +18 -37
  308. package/bpk-component-icon/lg/list.js +18 -37
  309. package/bpk-component-icon/lg/location.js +18 -37
  310. package/bpk-component-icon/lg/lock.js +18 -37
  311. package/bpk-component-icon/lg/logout.js +21 -39
  312. package/bpk-component-icon/lg/long-arrow-down.js +18 -37
  313. package/bpk-component-icon/lg/long-arrow-left.js +18 -37
  314. package/bpk-component-icon/lg/long-arrow-right.js +18 -37
  315. package/bpk-component-icon/lg/long-arrow-up.js +18 -37
  316. package/bpk-component-icon/lg/lounge.js +21 -39
  317. package/bpk-component-icon/lg/luggageall.js +18 -37
  318. package/bpk-component-icon/lg/mail.js +21 -39
  319. package/bpk-component-icon/lg/map.js +18 -37
  320. package/bpk-component-icon/lg/meal.js +18 -37
  321. package/bpk-component-icon/lg/media.js +18 -37
  322. package/bpk-component-icon/lg/menu--horizontal.js +18 -37
  323. package/bpk-component-icon/lg/menu--vertical.js +18 -37
  324. package/bpk-component-icon/lg/menu.js +18 -37
  325. package/bpk-component-icon/lg/mileage.js +21 -39
  326. package/bpk-component-icon/lg/minus.js +18 -37
  327. package/bpk-component-icon/lg/mobile.js +18 -37
  328. package/bpk-component-icon/lg/money.js +18 -37
  329. package/bpk-component-icon/lg/multiple-bookings.js +18 -37
  330. package/bpk-component-icon/lg/music.js +18 -37
  331. package/bpk-component-icon/lg/mute.js +18 -37
  332. package/bpk-component-icon/lg/native-android--back.js +18 -37
  333. package/bpk-component-icon/lg/native-android--close.js +18 -37
  334. package/bpk-component-icon/lg/native-android--forward.js +18 -37
  335. package/bpk-component-icon/lg/native-ios-close.js +18 -37
  336. package/bpk-component-icon/lg/navigation.js +18 -37
  337. package/bpk-component-icon/lg/new-window.js +21 -39
  338. package/bpk-component-icon/lg/news.js +18 -37
  339. package/bpk-component-icon/lg/night.js +18 -37
  340. package/bpk-component-icon/lg/not-allowed.js +18 -37
  341. package/bpk-component-icon/lg/onsen.js +18 -37
  342. package/bpk-component-icon/lg/origin.js +18 -37
  343. package/bpk-component-icon/lg/paid.js +18 -37
  344. package/bpk-component-icon/lg/paperclip.js +18 -37
  345. package/bpk-component-icon/lg/parking.js +18 -37
  346. package/bpk-component-icon/lg/passport.js +18 -37
  347. package/bpk-component-icon/lg/pause.js +18 -37
  348. package/bpk-component-icon/lg/payment-card.js +18 -37
  349. package/bpk-component-icon/lg/petrol.js +18 -37
  350. package/bpk-component-icon/lg/phone-call.js +18 -37
  351. package/bpk-component-icon/lg/picture.js +18 -37
  352. package/bpk-component-icon/lg/pin.js +18 -37
  353. package/bpk-component-icon/lg/plane-seat.js +21 -39
  354. package/bpk-component-icon/lg/play.js +18 -37
  355. package/bpk-component-icon/lg/plus.js +18 -37
  356. package/bpk-component-icon/lg/policy.js +18 -37
  357. package/bpk-component-icon/lg/powerplug.js +18 -37
  358. package/bpk-component-icon/lg/ppe.js +18 -37
  359. package/bpk-component-icon/lg/price-alerts.js +18 -37
  360. package/bpk-component-icon/lg/price-tag.js +18 -37
  361. package/bpk-component-icon/lg/print.js +18 -37
  362. package/bpk-component-icon/lg/recent-searches.js +18 -37
  363. package/bpk-component-icon/lg/redo.js +18 -37
  364. package/bpk-component-icon/lg/refresh.js +18 -37
  365. package/bpk-component-icon/lg/return.js +21 -39
  366. package/bpk-component-icon/lg/room.js +18 -37
  367. package/bpk-component-icon/lg/scales.js +21 -39
  368. package/bpk-component-icon/lg/search.js +18 -37
  369. package/bpk-component-icon/lg/self-service.js +18 -37
  370. package/bpk-component-icon/lg/send-message.js +18 -37
  371. package/bpk-component-icon/lg/services.js +18 -37
  372. package/bpk-component-icon/lg/settings.js +18 -37
  373. package/bpk-component-icon/lg/share--android.js +18 -37
  374. package/bpk-component-icon/lg/share--ios.js +21 -39
  375. package/bpk-component-icon/lg/share.js +18 -37
  376. package/bpk-component-icon/lg/single-booking.js +18 -37
  377. package/bpk-component-icon/lg/social-distancing.js +21 -39
  378. package/bpk-component-icon/lg/social-like.js +18 -37
  379. package/bpk-component-icon/lg/sort-down.js +18 -37
  380. package/bpk-component-icon/lg/sort-up.js +18 -37
  381. package/bpk-component-icon/lg/sort.js +18 -37
  382. package/bpk-component-icon/lg/speaker.js +21 -39
  383. package/bpk-component-icon/lg/star-half.js +18 -37
  384. package/bpk-component-icon/lg/star-outline.js +18 -37
  385. package/bpk-component-icon/lg/star.js +18 -37
  386. package/bpk-component-icon/lg/stops.js +18 -37
  387. package/bpk-component-icon/lg/swap--horizontal.js +18 -37
  388. package/bpk-component-icon/lg/swap--vertical.js +18 -37
  389. package/bpk-component-icon/lg/swap.js +18 -37
  390. package/bpk-component-icon/lg/taxi.js +21 -39
  391. package/bpk-component-icon/lg/thumbs-down.js +18 -37
  392. package/bpk-component-icon/lg/thumbs-up.js +18 -37
  393. package/bpk-component-icon/lg/tick-circle.js +18 -37
  394. package/bpk-component-icon/lg/tick.js +18 -37
  395. package/bpk-component-icon/lg/ticket-flexible.js +18 -37
  396. package/bpk-component-icon/lg/ticket.js +18 -37
  397. package/bpk-component-icon/lg/time.js +18 -37
  398. package/bpk-component-icon/lg/toilets.js +18 -37
  399. package/bpk-component-icon/lg/train.js +18 -37
  400. package/bpk-component-icon/lg/transmission-automatic.js +18 -37
  401. package/bpk-component-icon/lg/transmission-manual.js +18 -37
  402. package/bpk-component-icon/lg/trash.js +18 -37
  403. package/bpk-component-icon/lg/trend--down.js +18 -37
  404. package/bpk-component-icon/lg/trend--steady.js +18 -37
  405. package/bpk-component-icon/lg/trend--will-rise.js +18 -37
  406. package/bpk-component-icon/lg/trend.js +18 -37
  407. package/bpk-component-icon/lg/trips.js +18 -37
  408. package/bpk-component-icon/lg/undo.js +18 -37
  409. package/bpk-component-icon/lg/unlock.js +18 -37
  410. package/bpk-component-icon/lg/unmute.js +21 -39
  411. package/bpk-component-icon/lg/upgrade.js +18 -37
  412. package/bpk-component-icon/lg/upload.js +19 -38
  413. package/bpk-component-icon/lg/use-location.js +18 -37
  414. package/bpk-component-icon/lg/view.js +18 -37
  415. package/bpk-component-icon/lg/virus.js +18 -37
  416. package/bpk-component-icon/lg/wallet.js +21 -39
  417. package/bpk-component-icon/lg/weather--clear.js +18 -37
  418. package/bpk-component-icon/lg/weather--cloudy.js +21 -39
  419. package/bpk-component-icon/lg/weather--fog.js +18 -37
  420. package/bpk-component-icon/lg/weather--partly-cloudy.js +21 -39
  421. package/bpk-component-icon/lg/weather--rain.js +23 -41
  422. package/bpk-component-icon/lg/weather--snow.js +18 -37
  423. package/bpk-component-icon/lg/weather--thunderstorm.js +23 -41
  424. package/bpk-component-icon/lg/weather--tornado.js +18 -37
  425. package/bpk-component-icon/lg/weather--wind.js +18 -37
  426. package/bpk-component-icon/lg/weather.js +18 -37
  427. package/bpk-component-icon/lg/wifi.js +18 -37
  428. package/bpk-component-icon/lg/window--reduce.js +21 -39
  429. package/bpk-component-icon/lg/window.js +18 -37
  430. package/bpk-component-icon/lg/world--amer.js +18 -37
  431. package/bpk-component-icon/lg/world--apac.js +18 -37
  432. package/bpk-component-icon/lg/world--emea.js +21 -39
  433. package/bpk-component-icon/sm/accessibility.js +19 -38
  434. package/bpk-component-icon/sm/account--add.js +19 -38
  435. package/bpk-component-icon/sm/account--female.js +19 -38
  436. package/bpk-component-icon/sm/account--id-card.js +19 -38
  437. package/bpk-component-icon/sm/account--name.js +19 -38
  438. package/bpk-component-icon/sm/account--permit.js +19 -38
  439. package/bpk-component-icon/sm/account-circle.js +19 -38
  440. package/bpk-component-icon/sm/account.js +19 -38
  441. package/bpk-component-icon/sm/add-circle.js +19 -38
  442. package/bpk-component-icon/sm/adult.js +19 -38
  443. package/bpk-component-icon/sm/ai.js +20 -39
  444. package/bpk-component-icon/sm/aircon.js +19 -38
  445. package/bpk-component-icon/sm/aircraft.js +22 -40
  446. package/bpk-component-icon/sm/airline--multiple.js +19 -38
  447. package/bpk-component-icon/sm/airline.js +19 -38
  448. package/bpk-component-icon/sm/airports.js +19 -38
  449. package/bpk-component-icon/sm/alert--active.js +19 -38
  450. package/bpk-component-icon/sm/alert--add.js +19 -38
  451. package/bpk-component-icon/sm/alert--expired.js +19 -38
  452. package/bpk-component-icon/sm/alert--remove.js +19 -38
  453. package/bpk-component-icon/sm/arrow-down.js +19 -38
  454. package/bpk-component-icon/sm/arrow-left.js +19 -38
  455. package/bpk-component-icon/sm/arrow-right.js +19 -38
  456. package/bpk-component-icon/sm/arrow-up.js +19 -38
  457. package/bpk-component-icon/sm/award.js +19 -38
  458. package/bpk-component-icon/sm/baby-carriage.js +19 -38
  459. package/bpk-component-icon/sm/baggage--add.js +19 -38
  460. package/bpk-component-icon/sm/baggage--remove.js +19 -38
  461. package/bpk-component-icon/sm/baggage-cabin-add.js +19 -38
  462. package/bpk-component-icon/sm/baggage-cabin-not-included.js +21 -40
  463. package/bpk-component-icon/sm/baggage-cabin.js +19 -38
  464. package/bpk-component-icon/sm/baggage-checked-add.js +19 -38
  465. package/bpk-component-icon/sm/baggage-checked-not-included.js +21 -40
  466. package/bpk-component-icon/sm/baggage-checked.js +19 -38
  467. package/bpk-component-icon/sm/baggage-cross.js +19 -38
  468. package/bpk-component-icon/sm/baggage-generic.js +21 -40
  469. package/bpk-component-icon/sm/baggage-tick.js +19 -38
  470. package/bpk-component-icon/sm/baggage.js +19 -38
  471. package/bpk-component-icon/sm/bar.js +19 -38
  472. package/bpk-component-icon/sm/beach.js +22 -40
  473. package/bpk-component-icon/sm/beer.js +19 -38
  474. package/bpk-component-icon/sm/breakfast-cross.js +19 -38
  475. package/bpk-component-icon/sm/breakfast-tick.js +19 -38
  476. package/bpk-component-icon/sm/bus.js +22 -40
  477. package/bpk-component-icon/sm/business.js +19 -38
  478. package/bpk-component-icon/sm/cafe.js +19 -38
  479. package/bpk-component-icon/sm/calendar.js +19 -38
  480. package/bpk-component-icon/sm/call-back.js +22 -40
  481. package/bpk-component-icon/sm/camera.js +19 -38
  482. package/bpk-component-icon/sm/camper-van.js +22 -40
  483. package/bpk-component-icon/sm/car-door.js +19 -38
  484. package/bpk-component-icon/sm/car-wash.js +22 -40
  485. package/bpk-component-icon/sm/cars-flexible.js +19 -38
  486. package/bpk-component-icon/sm/cars.js +22 -40
  487. package/bpk-component-icon/sm/center-location.js +19 -38
  488. package/bpk-component-icon/sm/chart.js +19 -38
  489. package/bpk-component-icon/sm/chauffeur.js +22 -40
  490. package/bpk-component-icon/sm/chevron-down.js +19 -38
  491. package/bpk-component-icon/sm/chevron-left.js +19 -38
  492. package/bpk-component-icon/sm/chevron-right.js +19 -38
  493. package/bpk-component-icon/sm/chevron-up.js +19 -38
  494. package/bpk-component-icon/sm/child-seat.js +19 -38
  495. package/bpk-component-icon/sm/child.js +19 -38
  496. package/bpk-component-icon/sm/city-center.js +19 -38
  497. package/bpk-component-icon/sm/city.js +19 -38
  498. package/bpk-component-icon/sm/clean-policy.js +19 -38
  499. package/bpk-component-icon/sm/clean.js +22 -40
  500. package/bpk-component-icon/sm/cleaning-medical.js +19 -38
  501. package/bpk-component-icon/sm/cloakroom.js +19 -38
  502. package/bpk-component-icon/sm/close-circle.js +19 -38
  503. package/bpk-component-icon/sm/close.js +19 -38
  504. package/bpk-component-icon/sm/collapse.js +19 -38
  505. package/bpk-component-icon/sm/content--copy.js +22 -40
  506. package/bpk-component-icon/sm/content--event.js +19 -38
  507. package/bpk-component-icon/sm/content--guides.js +19 -38
  508. package/bpk-component-icon/sm/currency.js +19 -38
  509. package/bpk-component-icon/sm/data.js +22 -40
  510. package/bpk-component-icon/sm/deals.js +19 -38
  511. package/bpk-component-icon/sm/depart.js +24 -42
  512. package/bpk-component-icon/sm/device-mid.js +19 -38
  513. package/bpk-component-icon/sm/device-wide.js +19 -38
  514. package/bpk-component-icon/sm/direct.js +22 -40
  515. package/bpk-component-icon/sm/document-csv.js +19 -38
  516. package/bpk-component-icon/sm/document-pdf.js +19 -38
  517. package/bpk-component-icon/sm/download.js +22 -40
  518. package/bpk-component-icon/sm/duration.js +19 -38
  519. package/bpk-component-icon/sm/eco-leaf.js +19 -38
  520. package/bpk-component-icon/sm/edit.js +19 -38
  521. package/bpk-component-icon/sm/education.js +22 -40
  522. package/bpk-component-icon/sm/electric.js +19 -38
  523. package/bpk-component-icon/sm/end-call.js +19 -38
  524. package/bpk-component-icon/sm/estimated.js +19 -38
  525. package/bpk-component-icon/sm/exclamation-circle.js +19 -38
  526. package/bpk-component-icon/sm/exclamation.js +19 -38
  527. package/bpk-component-icon/sm/expand.js +19 -38
  528. package/bpk-component-icon/sm/explore.js +19 -38
  529. package/bpk-component-icon/sm/face--blank.js +19 -38
  530. package/bpk-component-icon/sm/face--happy.js +19 -38
  531. package/bpk-component-icon/sm/face--sad.js +19 -38
  532. package/bpk-component-icon/sm/face-id.js +19 -38
  533. package/bpk-component-icon/sm/face-mask.js +19 -38
  534. package/bpk-component-icon/sm/family.js +19 -38
  535. package/bpk-component-icon/sm/fast-track.js +22 -40
  536. package/bpk-component-icon/sm/fast-train.js +22 -40
  537. package/bpk-component-icon/sm/filter.js +20 -39
  538. package/bpk-component-icon/sm/fingerprint.js +19 -38
  539. package/bpk-component-icon/sm/flag.js +19 -38
  540. package/bpk-component-icon/sm/flask.js +19 -38
  541. package/bpk-component-icon/sm/flight-flexible.js +19 -38
  542. package/bpk-component-icon/sm/flight-landing.js +24 -42
  543. package/bpk-component-icon/sm/flight-takeoff.js +22 -40
  544. package/bpk-component-icon/sm/flight.js +22 -40
  545. package/bpk-component-icon/sm/food.js +19 -38
  546. package/bpk-component-icon/sm/gears-automatic-circle.js +19 -38
  547. package/bpk-component-icon/sm/gears-automatic.js +19 -38
  548. package/bpk-component-icon/sm/gears-manual-circle.js +19 -38
  549. package/bpk-component-icon/sm/gears-manual.js +19 -38
  550. package/bpk-component-icon/sm/globe.js +19 -38
  551. package/bpk-component-icon/sm/grid-layout.js +19 -38
  552. package/bpk-component-icon/sm/headset.js +19 -38
  553. package/bpk-component-icon/sm/health-fitness.js +19 -38
  554. package/bpk-component-icon/sm/heart--outline.js +19 -38
  555. package/bpk-component-icon/sm/heart.js +19 -38
  556. package/bpk-component-icon/sm/help-circle.js +19 -38
  557. package/bpk-component-icon/sm/help.js +19 -38
  558. package/bpk-component-icon/sm/hide.js +19 -38
  559. package/bpk-component-icon/sm/hotel-flexible.js +19 -38
  560. package/bpk-component-icon/sm/hotels--disabled-facilities.js +19 -38
  561. package/bpk-component-icon/sm/hotels--jacuzzi.js +22 -40
  562. package/bpk-component-icon/sm/hotels--pets-allowed.js +19 -38
  563. package/bpk-component-icon/sm/hotels--smoking.js +19 -38
  564. package/bpk-component-icon/sm/hotels.js +19 -38
  565. package/bpk-component-icon/sm/infant.js +22 -40
  566. package/bpk-component-icon/sm/information--language-alert.js +19 -38
  567. package/bpk-component-icon/sm/information--language-question.js +19 -38
  568. package/bpk-component-icon/sm/information--language.js +19 -38
  569. package/bpk-component-icon/sm/information-circle.js +19 -38
  570. package/bpk-component-icon/sm/information.js +19 -38
  571. package/bpk-component-icon/sm/insurance.js +19 -38
  572. package/bpk-component-icon/sm/key.js +19 -38
  573. package/bpk-component-icon/sm/keypad.js +19 -38
  574. package/bpk-component-icon/sm/landmark.js +19 -38
  575. package/bpk-component-icon/sm/language.js +19 -38
  576. package/bpk-component-icon/sm/legroom--extra.js +22 -40
  577. package/bpk-component-icon/sm/legroom--normal.js +22 -40
  578. package/bpk-component-icon/sm/legroom--reduced.js +22 -40
  579. package/bpk-component-icon/sm/leisure.js +19 -38
  580. package/bpk-component-icon/sm/lightning.js +19 -38
  581. package/bpk-component-icon/sm/list.js +19 -38
  582. package/bpk-component-icon/sm/location.js +19 -38
  583. package/bpk-component-icon/sm/lock.js +19 -38
  584. package/bpk-component-icon/sm/logout.js +22 -40
  585. package/bpk-component-icon/sm/long-arrow-down.js +20 -39
  586. package/bpk-component-icon/sm/long-arrow-left.js +20 -39
  587. package/bpk-component-icon/sm/long-arrow-right.js +20 -39
  588. package/bpk-component-icon/sm/long-arrow-up.js +20 -39
  589. package/bpk-component-icon/sm/lounge.js +19 -38
  590. package/bpk-component-icon/sm/luggageall.js +19 -38
  591. package/bpk-component-icon/sm/mail.js +22 -40
  592. package/bpk-component-icon/sm/map.js +19 -38
  593. package/bpk-component-icon/sm/meal.js +19 -38
  594. package/bpk-component-icon/sm/media.js +19 -38
  595. package/bpk-component-icon/sm/menu--horizontal.js +19 -38
  596. package/bpk-component-icon/sm/menu--vertical.js +19 -38
  597. package/bpk-component-icon/sm/menu.js +19 -38
  598. package/bpk-component-icon/sm/mileage.js +22 -40
  599. package/bpk-component-icon/sm/minus.js +19 -38
  600. package/bpk-component-icon/sm/mobile.js +19 -38
  601. package/bpk-component-icon/sm/money.js +19 -38
  602. package/bpk-component-icon/sm/multiple-bookings.js +19 -38
  603. package/bpk-component-icon/sm/music.js +19 -38
  604. package/bpk-component-icon/sm/mute.js +19 -38
  605. package/bpk-component-icon/sm/native-android--back.js +19 -38
  606. package/bpk-component-icon/sm/native-android--close.js +19 -38
  607. package/bpk-component-icon/sm/native-android--forward.js +19 -38
  608. package/bpk-component-icon/sm/native-ios-close.js +19 -38
  609. package/bpk-component-icon/sm/navigation.js +19 -38
  610. package/bpk-component-icon/sm/new-window.js +26 -44
  611. package/bpk-component-icon/sm/news.js +19 -38
  612. package/bpk-component-icon/sm/night.js +19 -38
  613. package/bpk-component-icon/sm/not-allowed.js +19 -38
  614. package/bpk-component-icon/sm/onsen.js +22 -40
  615. package/bpk-component-icon/sm/origin.js +19 -38
  616. package/bpk-component-icon/sm/paid.js +19 -38
  617. package/bpk-component-icon/sm/paperclip.js +19 -38
  618. package/bpk-component-icon/sm/parking.js +19 -38
  619. package/bpk-component-icon/sm/passport.js +19 -38
  620. package/bpk-component-icon/sm/pause.js +19 -38
  621. package/bpk-component-icon/sm/payment-card.js +19 -38
  622. package/bpk-component-icon/sm/petrol.js +19 -38
  623. package/bpk-component-icon/sm/phone-call.js +19 -38
  624. package/bpk-component-icon/sm/picture.js +19 -38
  625. package/bpk-component-icon/sm/pin.js +19 -38
  626. package/bpk-component-icon/sm/plane-seat.js +22 -40
  627. package/bpk-component-icon/sm/play.js +19 -38
  628. package/bpk-component-icon/sm/plus.js +19 -38
  629. package/bpk-component-icon/sm/policy.js +19 -38
  630. package/bpk-component-icon/sm/powerplug.js +19 -38
  631. package/bpk-component-icon/sm/ppe.js +19 -38
  632. package/bpk-component-icon/sm/price-alerts.js +19 -38
  633. package/bpk-component-icon/sm/price-tag.js +19 -38
  634. package/bpk-component-icon/sm/print.js +19 -38
  635. package/bpk-component-icon/sm/recent-searches.js +19 -38
  636. package/bpk-component-icon/sm/redo.js +19 -38
  637. package/bpk-component-icon/sm/refresh.js +19 -38
  638. package/bpk-component-icon/sm/return.js +24 -42
  639. package/bpk-component-icon/sm/room.js +19 -38
  640. package/bpk-component-icon/sm/scales.js +19 -38
  641. package/bpk-component-icon/sm/search.js +19 -38
  642. package/bpk-component-icon/sm/self-service.js +19 -38
  643. package/bpk-component-icon/sm/send-message.js +19 -38
  644. package/bpk-component-icon/sm/services.js +19 -38
  645. package/bpk-component-icon/sm/settings.js +19 -38
  646. package/bpk-component-icon/sm/share--android.js +19 -38
  647. package/bpk-component-icon/sm/share--ios.js +24 -42
  648. package/bpk-component-icon/sm/share.js +19 -38
  649. package/bpk-component-icon/sm/single-booking.js +19 -38
  650. package/bpk-component-icon/sm/social-distancing.js +22 -40
  651. package/bpk-component-icon/sm/social-like.js +19 -38
  652. package/bpk-component-icon/sm/sort-down.js +19 -38
  653. package/bpk-component-icon/sm/sort-up.js +19 -38
  654. package/bpk-component-icon/sm/sort.js +19 -38
  655. package/bpk-component-icon/sm/speaker.js +19 -38
  656. package/bpk-component-icon/sm/star-half.js +19 -38
  657. package/bpk-component-icon/sm/star-outline.js +19 -38
  658. package/bpk-component-icon/sm/star.js +19 -38
  659. package/bpk-component-icon/sm/stops.js +19 -38
  660. package/bpk-component-icon/sm/swap--horizontal.js +20 -39
  661. package/bpk-component-icon/sm/swap--vertical.js +19 -38
  662. package/bpk-component-icon/sm/swap.js +20 -39
  663. package/bpk-component-icon/sm/taxi.js +22 -40
  664. package/bpk-component-icon/sm/thumbs-down.js +19 -38
  665. package/bpk-component-icon/sm/thumbs-up.js +19 -38
  666. package/bpk-component-icon/sm/tick-circle.js +19 -38
  667. package/bpk-component-icon/sm/tick.js +19 -38
  668. package/bpk-component-icon/sm/ticket-flexible.js +19 -38
  669. package/bpk-component-icon/sm/ticket.js +19 -38
  670. package/bpk-component-icon/sm/time.js +19 -38
  671. package/bpk-component-icon/sm/toilets.js +19 -38
  672. package/bpk-component-icon/sm/train.js +19 -38
  673. package/bpk-component-icon/sm/transmission-automatic.js +19 -38
  674. package/bpk-component-icon/sm/transmission-manual.js +19 -38
  675. package/bpk-component-icon/sm/trash.js +19 -38
  676. package/bpk-component-icon/sm/trend--down.js +19 -38
  677. package/bpk-component-icon/sm/trend--steady.js +20 -39
  678. package/bpk-component-icon/sm/trend--will-rise.js +19 -38
  679. package/bpk-component-icon/sm/trend.js +19 -38
  680. package/bpk-component-icon/sm/trips.js +19 -38
  681. package/bpk-component-icon/sm/undo.js +19 -38
  682. package/bpk-component-icon/sm/unlock.js +19 -38
  683. package/bpk-component-icon/sm/unmute.js +22 -40
  684. package/bpk-component-icon/sm/upgrade.js +19 -38
  685. package/bpk-component-icon/sm/upload.js +20 -39
  686. package/bpk-component-icon/sm/use-location.js +19 -38
  687. package/bpk-component-icon/sm/view.js +19 -38
  688. package/bpk-component-icon/sm/virus.js +19 -38
  689. package/bpk-component-icon/sm/wallet.js +19 -38
  690. package/bpk-component-icon/sm/weather--clear.js +19 -38
  691. package/bpk-component-icon/sm/weather--cloudy.js +22 -40
  692. package/bpk-component-icon/sm/weather--fog.js +19 -38
  693. package/bpk-component-icon/sm/weather--partly-cloudy.js +19 -38
  694. package/bpk-component-icon/sm/weather--rain.js +22 -40
  695. package/bpk-component-icon/sm/weather--snow.js +19 -38
  696. package/bpk-component-icon/sm/weather--thunderstorm.js +24 -42
  697. package/bpk-component-icon/sm/weather--tornado.js +19 -38
  698. package/bpk-component-icon/sm/weather--wind.js +22 -40
  699. package/bpk-component-icon/sm/weather.js +19 -38
  700. package/bpk-component-icon/sm/wifi.js +19 -38
  701. package/bpk-component-icon/sm/window--reduce.js +22 -40
  702. package/bpk-component-icon/sm/window.js +19 -38
  703. package/bpk-component-icon/sm/world--amer.js +19 -38
  704. package/bpk-component-icon/sm/world--apac.js +19 -38
  705. package/bpk-component-icon/sm/world--emea.js +19 -38
  706. package/bpk-component-icon/src/classNameModifierHOCFactory.js +13 -26
  707. package/bpk-component-icon/src/withAlignment.js +25 -32
  708. package/bpk-component-icon/src/withDescription.js +28 -35
  709. package/bpk-component-icon/src/withRtlSupport.js +5 -13
  710. package/bpk-component-image/index.js +8 -38
  711. package/bpk-component-image/src/BpkBackgroundImage.js +72 -80
  712. package/bpk-component-image/src/BpkImage.js +93 -110
  713. package/bpk-component-image/src/BpkImageBorderRadiusStyles.js +1 -8
  714. package/bpk-component-image/src/withLazyLoading.js +87 -98
  715. package/bpk-component-image/src/withLoadingBehavior.js +32 -41
  716. package/bpk-component-infinite-scroll/index.js +3 -26
  717. package/bpk-component-infinite-scroll/src/DataSource.js +5 -19
  718. package/bpk-component-infinite-scroll/src/intersection-observer.js +0 -2
  719. package/bpk-component-infinite-scroll/src/withInfiniteScroll.js +206 -218
  720. package/bpk-component-input/index.js +7 -49
  721. package/bpk-component-input/src/BpkClearButton.js +20 -36
  722. package/bpk-component-input/src/BpkInput.js +52 -65
  723. package/bpk-component-input/src/common-types.js +20 -32
  724. package/bpk-component-input/src/themeAttributes.js +2 -8
  725. package/bpk-component-input/src/withOpenEvents.js +83 -98
  726. package/bpk-component-label/index.js +2 -11
  727. package/bpk-component-label/src/BpkLabel.js +26 -42
  728. package/bpk-component-link/index.js +5 -33
  729. package/bpk-component-link/src/BpkButtonLink.js +22 -44
  730. package/bpk-component-link/src/BpkLink.js +30 -60
  731. package/bpk-component-link/src/themeAttributes.js +2 -10
  732. package/bpk-component-list/index.js +19 -20
  733. package/bpk-component-list/src/BpkList.js +10 -18
  734. package/bpk-component-list/src/BpkListItem.js +9 -17
  735. package/bpk-component-loading-button/index.js +3 -18
  736. package/bpk-component-loading-button/src/BpkLoadingButton.js +49 -66
  737. package/bpk-component-map/index.js +8 -60
  738. package/bpk-component-map/src/BpkBasicMapMarker.js +15 -32
  739. package/bpk-component-map/src/BpkIconMarker.js +36 -52
  740. package/bpk-component-map/src/BpkIconMarkerBackground.js +20 -37
  741. package/bpk-component-map/src/BpkMap.js +33 -41
  742. package/bpk-component-map/src/BpkOverlayView.js +15 -32
  743. package/bpk-component-map/src/BpkPriceMarker.js +40 -59
  744. package/bpk-component-map/src/DefaultLoadingElement.js +9 -17
  745. package/bpk-component-map/src/common-types.js +5 -13
  746. package/bpk-component-map/src/themeAttributes.js +4 -13
  747. package/bpk-component-map/src/withGoogleMapsScript.js +21 -38
  748. package/bpk-component-mobile-scroll-container/index.js +2 -11
  749. package/bpk-component-mobile-scroll-container/src/BpkMobileScrollContainer.js +91 -109
  750. package/bpk-component-modal/index.js +7 -37
  751. package/bpk-component-modal/src/BpkModal.js +35 -50
  752. package/bpk-component-modal/src/BpkModalInner.js +18 -28
  753. package/bpk-component-modal/src/BpkModalV2/BpkModal.js +26 -35
  754. package/bpk-component-modal/src/customPropTypes.js +3 -11
  755. package/bpk-component-modal/src/legacy-prop-types.js +52 -64
  756. package/bpk-component-modal/src/themeAttributes.js +3 -9
  757. package/bpk-component-navigation-bar/index.js +6 -32
  758. package/bpk-component-navigation-bar/src/BpkNavigationBar.js +47 -63
  759. package/bpk-component-navigation-bar/src/BpkNavigationBarButtonLink.js +23 -43
  760. package/bpk-component-navigation-bar/src/BpkNavigationBarIconButton.js +24 -43
  761. package/bpk-component-navigation-bar/src/themeAttributes.js +1 -9
  762. package/bpk-component-nudger/index.js +6 -24
  763. package/bpk-component-nudger/src/BpkConfigurableNudger.js +40 -54
  764. package/bpk-component-nudger/src/BpkNudger.js +21 -38
  765. package/bpk-component-nudger/src/common-types.js +1 -5
  766. package/bpk-component-nudger/src/themeAttributes.js +3 -9
  767. package/bpk-component-nudger-row/index.js +3 -10
  768. package/bpk-component-nudger-row/src/BpkNudgerRow.js +16 -26
  769. package/bpk-component-overlay/index.js +3 -18
  770. package/bpk-component-overlay/src/BpkOverlay.js +19 -34
  771. package/bpk-component-page-indicator/index.js +4 -25
  772. package/bpk-component-page-indicator/src/BpkPageIndicator.js +28 -38
  773. package/bpk-component-page-indicator/src/NavButton.js +17 -26
  774. package/bpk-component-pagination/index.js +5 -17
  775. package/bpk-component-pagination/src/BpkPagination.js +37 -51
  776. package/bpk-component-pagination/src/BpkPaginationBreak.js +5 -13
  777. package/bpk-component-pagination/src/BpkPaginationList.js +17 -25
  778. package/bpk-component-pagination/src/BpkPaginationNudger.js +21 -28
  779. package/bpk-component-pagination/src/BpkPaginationPage.js +13 -21
  780. package/bpk-component-pagination/src/themeAttributes.js +2 -9
  781. package/bpk-component-panel/index.js +3 -10
  782. package/bpk-component-panel/src/BpkPanel.js +21 -36
  783. package/bpk-component-phone-input/index.js +2 -11
  784. package/bpk-component-phone-input/src/BpkPhoneInput.js +77 -95
  785. package/bpk-component-popover/index.js +4 -32
  786. package/bpk-component-popover/src/BpkPopover.js +65 -80
  787. package/bpk-component-popover/src/BpkPopoverPortal.js +104 -119
  788. package/bpk-component-popover/src/constants.js +3 -11
  789. package/bpk-component-popover/src/keyboardFocusScope.js +6 -14
  790. package/bpk-component-popover/src/themeAttributes.js +2 -10
  791. package/bpk-component-price/index.js +4 -24
  792. package/bpk-component-price/src/BpkPrice.js +45 -62
  793. package/bpk-component-price/src/common-types.js +3 -11
  794. package/bpk-component-progress/index.js +4 -18
  795. package/bpk-component-progress/src/BpkProgress.js +72 -91
  796. package/bpk-component-progress/src/themeAttributes.js +1 -9
  797. package/bpk-component-radio/index.js +4 -18
  798. package/bpk-component-radio/src/BpkRadio.js +29 -44
  799. package/bpk-component-radio/src/themeAttributes.js +1 -9
  800. package/bpk-component-rating/index.js +4 -24
  801. package/bpk-component-rating/src/BpkRating.js +54 -72
  802. package/bpk-component-rating/src/common-types.js +3 -11
  803. package/bpk-component-rtl-toggle/index.js +5 -17
  804. package/bpk-component-rtl-toggle/src/BpkRtlToggle.js +44 -50
  805. package/bpk-component-rtl-toggle/src/updateOnDirectionChange.js +34 -46
  806. package/bpk-component-rtl-toggle/src/utils.js +1 -9
  807. package/bpk-component-scrollable-calendar/index.js +8 -38
  808. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendar.js +5 -12
  809. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarDate.js +32 -44
  810. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGrid.js +23 -39
  811. package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.js +101 -112
  812. package/bpk-component-scrollable-calendar/src/utils.js +4 -11
  813. package/bpk-component-scrollable-calendar/test-utils.js +14 -31
  814. package/bpk-component-section-header/index.js +4 -17
  815. package/bpk-component-section-header/src/BpkSectionHeader.js +12 -20
  816. package/bpk-component-section-list/index.js +5 -25
  817. package/bpk-component-section-list/src/BpkSectionList.js +10 -26
  818. package/bpk-component-section-list/src/BpkSectionListItem.js +36 -52
  819. package/bpk-component-section-list/src/BpkSectionListSection.js +23 -40
  820. package/bpk-component-select/index.js +4 -18
  821. package/bpk-component-select/src/BpkSelect.js +39 -54
  822. package/bpk-component-select/src/themeAttributes.js +2 -8
  823. package/bpk-component-skip-link/index.js +4 -18
  824. package/bpk-component-skip-link/src/BpkSkipLink.js +18 -35
  825. package/bpk-component-skip-link/src/themeAttributes.js +2 -8
  826. package/bpk-component-slider/index.js +5 -17
  827. package/bpk-component-slider/src/BpkSlider.js +16 -30
  828. package/bpk-component-slider/src/themeAttributes.js +2 -8
  829. package/bpk-component-spinner/index.js +22 -41
  830. package/bpk-component-spinner/src/BpkExtraLargeSpinner.js +35 -49
  831. package/bpk-component-spinner/src/BpkLargeSpinner.js +37 -51
  832. package/bpk-component-spinner/src/BpkSpinner.js +37 -51
  833. package/bpk-component-spinner/src/spinnerTypes.js +2 -10
  834. package/bpk-component-spinner/src/themeAttributes.js +1 -9
  835. package/bpk-component-split-input/index.js +3 -18
  836. package/bpk-component-split-input/src/BpkInputField.js +27 -44
  837. package/bpk-component-split-input/src/BpkSplitInput.js +201 -217
  838. package/bpk-component-star-rating/index.js +8 -66
  839. package/bpk-component-star-rating/src/BpkInteractiveStar.js +28 -44
  840. package/bpk-component-star-rating/src/BpkInteractiveStarRating.js +37 -54
  841. package/bpk-component-star-rating/src/BpkStar.js +42 -59
  842. package/bpk-component-star-rating/src/BpkStarRating.js +30 -50
  843. package/bpk-component-star-rating/src/themeAttributes.js +1 -9
  844. package/bpk-component-star-rating/src/withInteractiveStarRatingState.js +55 -67
  845. package/bpk-component-switch/index.js +4 -18
  846. package/bpk-component-switch/src/BpkSwitch.js +21 -36
  847. package/bpk-component-switch/src/themeAttributes.js +2 -8
  848. package/bpk-component-table/index.js +23 -48
  849. package/bpk-component-table/src/BpkTable.js +16 -33
  850. package/bpk-component-table/src/BpkTableBody.js +22 -33
  851. package/bpk-component-table/src/BpkTableCell.js +15 -32
  852. package/bpk-component-table/src/BpkTableHead.js +22 -33
  853. package/bpk-component-table/src/BpkTableHeadCell.js +14 -30
  854. package/bpk-component-table/src/BpkTableRow.js +22 -33
  855. package/bpk-component-text/index.js +4 -17
  856. package/bpk-component-text/src/BpkText.js +18 -35
  857. package/bpk-component-textarea/index.js +4 -18
  858. package/bpk-component-textarea/src/BpkTextarea.js +21 -37
  859. package/bpk-component-textarea/src/themeAttributes.js +1 -9
  860. package/bpk-component-theme-toggle/index.js +5 -17
  861. package/bpk-component-theme-toggle/src/BpkThemeToggle.js +70 -79
  862. package/bpk-component-theme-toggle/src/theming.js +39 -47
  863. package/bpk-component-theme-toggle/src/updateOnThemeChange.js +41 -51
  864. package/bpk-component-theme-toggle/src/utils.js +1 -8
  865. package/bpk-component-ticket/index.js +2 -11
  866. package/bpk-component-ticket/src/BpkTicket.js +39 -56
  867. package/bpk-component-tooltip/index.js +5 -17
  868. package/bpk-component-tooltip/src/BpkTooltip.js +27 -41
  869. package/bpk-component-tooltip/src/BpkTooltipPortal.js +101 -116
  870. package/bpk-component-tooltip/src/constants.js +4 -13
  871. package/bpk-react-utils/index.js +22 -88
  872. package/bpk-react-utils/src/Portal.js +38 -48
  873. package/bpk-react-utils/src/TransitionInitialMount.js +6 -15
  874. package/bpk-react-utils/src/cssModules.js +3 -9
  875. package/bpk-react-utils/src/deprecated.js +1 -8
  876. package/bpk-react-utils/src/deviceDetection.js +1 -9
  877. package/bpk-react-utils/src/isRTL.js +1 -8
  878. package/bpk-react-utils/src/withDefaultProps.js +18 -34
  879. package/bpk-react-utils/src/wrapDisplayName.js +1 -8
  880. package/bpk-scrim-utils/index.js +6 -18
  881. package/bpk-scrim-utils/src/BpkScrim.js +7 -15
  882. package/bpk-scrim-utils/src/scroll-utils.js +7 -19
  883. package/bpk-scrim-utils/src/withScrim.js +65 -82
  884. package/bpk-storybook-utils/index.js +6 -26
  885. package/bpk-storybook-utils/src/BpkDarkExampleWrapper.js +12 -28
  886. package/bpk-storybook-utils/src/BpkStorybookUtils.js +3 -10
  887. package/bpk-theming/index.js +3 -10
  888. package/bpk-theming/src/BpkThemeProvider.js +29 -40
  889. package/package.json +2 -3
  890. package/bpk-mixins/sass-functions.js +0 -29
  891. package/bpk-stylesheets/base.css +0 -1670
  892. package/bpk-stylesheets/base.js +0 -171
  893. package/bpk-stylesheets/build.js +0 -46
  894. package/bpk-stylesheets/font.css +0 -18
  895. package/bpk-stylesheets/font.js +0 -3
  896. package/bpk-stylesheets/index.css +0 -18
  897. package/bpk-stylesheets/index.js +0 -38
  898. package/bpk-stylesheets/license-header.js +0 -32
  899. package/bpk-stylesheets/webpack.config.babel.js +0 -85
@@ -1,37 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- width: "24",
26
- height: "24",
27
- style: {
28
- width: "1.5rem",
29
- height: "1.5rem"
30
- }
31
- }, props), {}, {
32
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
- d: "M1.246 8.85a.853.853 0 01.089-1.278A17.487 17.487 0 0112 4a17.487 17.487 0 0110.665 3.572.854.854 0 01.09 1.278L21.74 9.92a1.029 1.029 0 01-1.34.101A14.356 14.356 0 0012 7.29a13.908 13.908 0 00-8.395 2.703 1.036 1.036 0 01-1.363-.089zm4.805 3.37a.827.827 0 00-.113 1.33l.928.873a1.065 1.065 0 001.245.118 7.788 7.788 0 017.778-.001 1.065 1.065 0 001.245-.118l.928-.872a.829.829 0 00-.113-1.332 11.607 11.607 0 00-11.898.001zm4.395 5.297a.717.717 0 00-.117 1.16l.968 1.024a.976.976 0 001.38.026l.026-.026.968-1.024a.717.717 0 00-.117-1.16 3.525 3.525 0 00-3.108 0z"
34
- })
35
- }));
36
- };
37
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ export default (({
4
+ styles = {},
5
+ ...props
6
+ }) => /*#__PURE__*/_jsx("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: "24",
9
+ height: "24",
10
+ style: {
11
+ width: "1.5rem",
12
+ height: "1.5rem"
13
+ },
14
+ ...props,
15
+ children: /*#__PURE__*/_jsx("path", {
16
+ d: "M1.246 8.85a.853.853 0 01.089-1.278A17.487 17.487 0 0112 4a17.487 17.487 0 0110.665 3.572.854.854 0 01.09 1.278L21.74 9.92a1.029 1.029 0 01-1.34.101A14.356 14.356 0 0012 7.29a13.908 13.908 0 00-8.395 2.703 1.036 1.036 0 01-1.363-.089zm4.805 3.37a.827.827 0 00-.113 1.33l.928.873a1.065 1.065 0 001.245.118 7.788 7.788 0 017.778-.001 1.065 1.065 0 001.245-.118l.928-.872a.829.829 0 00-.113-1.332 11.607 11.607 0 00-11.898.001zm4.395 5.297a.717.717 0 00-.117 1.16l.968 1.024a.976.976 0 001.38.026l.026-.026.968-1.024a.717.717 0 00-.117-1.16 3.525 3.525 0 00-3.108 0z"
17
+ })
18
+ }));
@@ -1,39 +1,21 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- width: "24",
26
- height: "24",
27
- style: {
28
- width: "1.5rem",
29
- height: "1.5rem"
30
- }
31
- }, props), {}, {
32
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
- d: "M4 7a3 3 0 013-3h5a1 1 0 000-2H7a5 5 0 00-5 5v10a5 5 0 005 5h10a5 5 0 005-5v-5a1 1 0 00-2 0v5a3 3 0 01-3 3H7a3 3 0 01-3-3z"
34
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
35
- d: "M16.07 6.71a.997.997 0 011.41 1.41L10.6 15H13a1 1 0 010 2H8a1 1 0 01-1-1v-5a1 1 0 012 0v2.77z"
36
- })]
37
- }));
38
- };
39
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
4
+ export default (({
5
+ styles = {},
6
+ ...props
7
+ }) => /*#__PURE__*/_jsxs("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: "24",
10
+ height: "24",
11
+ style: {
12
+ width: "1.5rem",
13
+ height: "1.5rem"
14
+ },
15
+ ...props,
16
+ children: [/*#__PURE__*/_jsx("path", {
17
+ d: "M4 7a3 3 0 013-3h5a1 1 0 000-2H7a5 5 0 00-5 5v10a5 5 0 005 5h10a5 5 0 005-5v-5a1 1 0 00-2 0v5a3 3 0 01-3 3H7a3 3 0 01-3-3z"
18
+ }), /*#__PURE__*/_jsx("path", {
19
+ d: "M16.07 6.71a.997.997 0 011.41 1.41L10.6 15H13a1 1 0 010 2H8a1 1 0 01-1-1v-5a1 1 0 012 0v2.77z"
20
+ })]
21
+ }));
@@ -1,37 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- width: "24",
26
- height: "24",
27
- style: {
28
- width: "1.5rem",
29
- height: "1.5rem"
30
- }
31
- }, props), {}, {
32
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
- d: "M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm0 16H5V9h14z"
34
- })
35
- }));
36
- };
37
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ export default (({
4
+ styles = {},
5
+ ...props
6
+ }) => /*#__PURE__*/_jsx("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: "24",
9
+ height: "24",
10
+ style: {
11
+ width: "1.5rem",
12
+ height: "1.5rem"
13
+ },
14
+ ...props,
15
+ children: /*#__PURE__*/_jsx("path", {
16
+ d: "M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm0 16H5V9h14z"
17
+ })
18
+ }));
@@ -1,37 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- width: "24",
26
- height: "24",
27
- style: {
28
- width: "1.5rem",
29
- height: "1.5rem"
30
- }
31
- }, props), {}, {
32
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
- d: "M21.79 9.985a10.018 10.018 0 01-4.206 10.308 9.995 9.995 0 01-15.5-9.572c.013-.108.03-.215.048-.321l.003-.018a9.94 9.94 0 01.218-1.008l.024-.097c.01-.044.021-.088.034-.13.119-.4.263-.79.43-1.172l.05-.101.036-.075c.153-.33.325-.651.513-.963l.037-.06A10.029 10.029 0 015.18 4.693c.02-.02.042-.038.062-.057l.03-.026A10.008 10.008 0 017.43 3.108l.003-.002a.607.607 0 01.167-.08c.326-.16.661-.301 1.003-.425l.065-.023a9.954 9.954 0 011.002-.296l.096-.025c.291-.066.588-.117.888-.157l.095-.015.13-.02a9.937 9.937 0 018.184 2.864 10.048 10.048 0 012.143 3.179 10 10 0 01.582 1.877zm-9.592 9.928c.009-.035.018-.071.03-.106.011-.038.024-.076.037-.114.17-.512.357-1.078.085-1.532-.131-.218-.345-.362-.56-.506-.188-.128-.378-.255-.513-.434a1.784 1.784 0 01-.056-1.623 3.39 3.39 0 00.326-1.64 5.1 5.1 0 01-1.76-.472c-.35-.192-.65-.463-.95-.734-.38-.345-.759-.687-1.235-.863a2.098 2.098 0 01-.756-.333 1.372 1.372 0 01-.278-.444L5.65 9.119a2.647 2.647 0 01-.311-1.024c.002-.261.058-.519.164-.757A7.986 7.986 0 0011.992 20c.035 0 .069-.002.103-.005.028-.002.056-.004.084-.004l.02-.078zm6.406-4.585l.586.104A7.874 7.874 0 0019.992 12a8.004 8.004 0 00-7.729-7.986 6.293 6.293 0 012.248 2.367 5.026 5.026 0 00-2.812 2.355c-.04.143-.108.278-.199.396a.968.968 0 01-.065.062.423.423 0 00-.123.147.424.424 0 00.014.272c.094.337.198.67.312 1.001-.404.236-1 .438-1.27.054-.082-.118-.116-.276-.149-.43-.05-.231-.097-.452-.31-.507a.591.591 0 00-.285.022l-1.094.27a3.971 3.971 0 00-.07 1.851c.729-.108 1.617-.155 2.047.443.091.127.163.28.233.433.152.327.3.648.633.675.181-.007.357-.058.513-.15a3.292 3.292 0 013.128.27c.264.246.597.405.954.456a.942.942 0 00.074-.004c.107-.007.22-.014.292.06a.475.475 0 01.082.286c.067.496.615.775 1.11.85.143.022.29.034.436.047.066.005.13.01.195.017.024.002.047.007.07.01a1.2 1.2 0 00.059.01l.002-.005.192.034.044.007c.027.004.054.009.08.015z"
34
- })
35
- }));
36
- };
37
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ export default (({
4
+ styles = {},
5
+ ...props
6
+ }) => /*#__PURE__*/_jsx("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: "24",
9
+ height: "24",
10
+ style: {
11
+ width: "1.5rem",
12
+ height: "1.5rem"
13
+ },
14
+ ...props,
15
+ children: /*#__PURE__*/_jsx("path", {
16
+ d: "M21.79 9.985a10.018 10.018 0 01-4.206 10.308 9.995 9.995 0 01-15.5-9.572c.013-.108.03-.215.048-.321l.003-.018a9.94 9.94 0 01.218-1.008l.024-.097c.01-.044.021-.088.034-.13.119-.4.263-.79.43-1.172l.05-.101.036-.075c.153-.33.325-.651.513-.963l.037-.06A10.029 10.029 0 015.18 4.693c.02-.02.042-.038.062-.057l.03-.026A10.008 10.008 0 017.43 3.108l.003-.002a.607.607 0 01.167-.08c.326-.16.661-.301 1.003-.425l.065-.023a9.954 9.954 0 011.002-.296l.096-.025c.291-.066.588-.117.888-.157l.095-.015.13-.02a9.937 9.937 0 018.184 2.864 10.048 10.048 0 012.143 3.179 10 10 0 01.582 1.877zm-9.592 9.928c.009-.035.018-.071.03-.106.011-.038.024-.076.037-.114.17-.512.357-1.078.085-1.532-.131-.218-.345-.362-.56-.506-.188-.128-.378-.255-.513-.434a1.784 1.784 0 01-.056-1.623 3.39 3.39 0 00.326-1.64 5.1 5.1 0 01-1.76-.472c-.35-.192-.65-.463-.95-.734-.38-.345-.759-.687-1.235-.863a2.098 2.098 0 01-.756-.333 1.372 1.372 0 01-.278-.444L5.65 9.119a2.647 2.647 0 01-.311-1.024c.002-.261.058-.519.164-.757A7.986 7.986 0 0011.992 20c.035 0 .069-.002.103-.005.028-.002.056-.004.084-.004l.02-.078zm6.406-4.585l.586.104A7.874 7.874 0 0019.992 12a8.004 8.004 0 00-7.729-7.986 6.293 6.293 0 012.248 2.367 5.026 5.026 0 00-2.812 2.355c-.04.143-.108.278-.199.396a.968.968 0 01-.065.062.423.423 0 00-.123.147.424.424 0 00.014.272c.094.337.198.67.312 1.001-.404.236-1 .438-1.27.054-.082-.118-.116-.276-.149-.43-.05-.231-.097-.452-.31-.507a.591.591 0 00-.285.022l-1.094.27a3.971 3.971 0 00-.07 1.851c.729-.108 1.617-.155 2.047.443.091.127.163.28.233.433.152.327.3.648.633.675.181-.007.357-.058.513-.15a3.292 3.292 0 013.128.27c.264.246.597.405.954.456a.942.942 0 00.074-.004c.107-.007.22-.014.292.06a.475.475 0 01.082.286c.067.496.615.775 1.11.85.143.022.29.034.436.047.066.005.13.01.195.017.024.002.047.007.07.01a1.2 1.2 0 00.059.01l.002-.005.192.034.044.007c.027.004.054.009.08.015z"
17
+ })
18
+ }));
@@ -1,37 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- width: "24",
26
- height: "24",
27
- style: {
28
- width: "1.5rem",
29
- height: "1.5rem"
30
- }
31
- }, props), {}, {
32
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
- d: "M12 2a9.996 9.996 0 11-8.616 15.059 3.849 3.849 0 00-.073-.12 2.708 2.708 0 01-.104-.172 9.936 9.936 0 01-1.16-5.681c.008-.094.02-.187.033-.28l.012-.096a9.93 9.93 0 01.173-.965c.025-.11.055-.218.084-.327.049-.182.098-.365.156-.544a9.917 9.917 0 01.572-1.372 2.69 2.69 0 01.046-.095c.09-.171.186-.338.284-.503l.004-.006A9.985 9.985 0 0112 2zM5.245 13.176c-.16-.23-.32-.46-.526-.55a3.302 3.302 0 00-.674-1.466 7.982 7.982 0 0010.85 8.29l-.231-.459a.82.82 0 00-.24-.324.83.83 0 00-.68-.017l-2.687.72c.044-.427.033-.86-.033-1.284-.065-.43.047-.868.31-1.215a2.824 2.824 0 011.137-.55 3.09 3.09 0 001.566-1.357l.848.047c.76-.048 1.523-.056 2.284-.024a.394.394 0 01.218.053.42.42 0 01.127.266c.124.56.355 1.09.68 1.561l.03.043.038.055A7.982 7.982 0 0014.217 4.32a1.719 1.719 0 00-.03.966c.032.082.077.158.123.233.041.07.083.14.114.215a.88.88 0 01-.391 1.08l-1.095-1.278a1.495 1.495 0 00-.409.836c.005.16.035.317.09.466l.522 1.708a11.24 11.24 0 00-2.417 1.417.144.144 0 00-.042.237l.63.975a.508.508 0 01.105.257.394.394 0 01-.095.238 1.167 1.167 0 01-1.31.289 3.016 3.016 0 01-1.13-.866 16.844 16.844 0 01-1.324-1.64c-.341.021-.65.213-.818.51a2.976 2.976 0 00-.33.947l-.466 2.063-.173.754c-.205-.09-.366-.32-.526-.55z"
34
- })
35
- }));
36
- };
37
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ export default (({
4
+ styles = {},
5
+ ...props
6
+ }) => /*#__PURE__*/_jsx("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: "24",
9
+ height: "24",
10
+ style: {
11
+ width: "1.5rem",
12
+ height: "1.5rem"
13
+ },
14
+ ...props,
15
+ children: /*#__PURE__*/_jsx("path", {
16
+ d: "M12 2a9.996 9.996 0 11-8.616 15.059 3.849 3.849 0 00-.073-.12 2.708 2.708 0 01-.104-.172 9.936 9.936 0 01-1.16-5.681c.008-.094.02-.187.033-.28l.012-.096a9.93 9.93 0 01.173-.965c.025-.11.055-.218.084-.327.049-.182.098-.365.156-.544a9.917 9.917 0 01.572-1.372 2.69 2.69 0 01.046-.095c.09-.171.186-.338.284-.503l.004-.006A9.985 9.985 0 0112 2zM5.245 13.176c-.16-.23-.32-.46-.526-.55a3.302 3.302 0 00-.674-1.466 7.982 7.982 0 0010.85 8.29l-.231-.459a.82.82 0 00-.24-.324.83.83 0 00-.68-.017l-2.687.72c.044-.427.033-.86-.033-1.284-.065-.43.047-.868.31-1.215a2.824 2.824 0 011.137-.55 3.09 3.09 0 001.566-1.357l.848.047c.76-.048 1.523-.056 2.284-.024a.394.394 0 01.218.053.42.42 0 01.127.266c.124.56.355 1.09.68 1.561l.03.043.038.055A7.982 7.982 0 0014.217 4.32a1.719 1.719 0 00-.03.966c.032.082.077.158.123.233.041.07.083.14.114.215a.88.88 0 01-.391 1.08l-1.095-1.278a1.495 1.495 0 00-.409.836c.005.16.035.317.09.466l.522 1.708a11.24 11.24 0 00-2.417 1.417.144.144 0 00-.042.237l.63.975a.508.508 0 01.105.257.394.394 0 01-.095.238 1.167 1.167 0 01-1.31.289 3.016 3.016 0 01-1.13-.866 16.844 16.844 0 01-1.324-1.64c-.341.021-.65.213-.818.51a2.976 2.976 0 00-.33.947l-.466 2.063-.173.754c-.205-.09-.366-.32-.526-.55z"
17
+ })
18
+ }));
@@ -1,39 +1,21 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- width: "24",
26
- height: "24",
27
- style: {
28
- width: "1.5rem",
29
- height: "1.5rem"
30
- }
31
- }, props), {}, {
32
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
- d: "M10.53 6.61c-.477.148-.946.324-1.404.527l-.271-.315a.168.168 0 01-.056-.12.173.173 0 01.067-.098c.101-.092.219-.3.343-.52.185-.326.383-.677.56-.703.273-.04.498.577.636.952.06.166.103.284.125.277z"
34
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
35
- d: "M2.762 8.173a10 10 0 1118.477 7.654A10 10 0 012.762 8.173zm12.162 2.824c.212-.038.423-.076.63-.11.394-.31.062-1.002-.417-1.153a4.407 4.407 0 00-1.496.032c-.501.02-1.108-.208-1.173-.706a1.615 1.615 0 01-.01-.155c-.005-.15-.01-.3-.124-.385a.423.423 0 00-.391-.001 10.48 10.48 0 00-1.473.871 1.696 1.696 0 01-1.63.166l.053-.968c.142-.18.405-.21.656-.24.29-.033.566-.065.62-.324a1.664 1.664 0 00-.021-.36c-.005-.39.38-.592.763-.793.384-.201.768-.403.766-.792a1.962 1.962 0 00-.189-.583 1.521 1.521 0 01.497-1.495 8 8 0 00.016 16c.056 0 .112-.005.168-.009l.117-.006a11.206 11.206 0 01-.157-1.75c0-.23-.138-.251-.293-.275-.146-.023-.306-.048-.377-.253a8.014 8.014 0 01-.05-.15c-.111-.34-.185-.566-.575-.6a.99.99 0 01-.454-.132c-.121-.067-.196-.109-.52.017a1.99 1.99 0 01-2.16-.706 4.283 4.283 0 01-.805-2.258c.006-.261.086-.516.23-.733.07-.14.286-.264.482-.377.114-.065.22-.127.29-.186l.13-.11c.493-.418.854-.723.973-1.39L11 11c1.198.49 2.608.235 3.924-.003zm1.08 1.731a4.928 4.928 0 003.191 2.747c.213-.439.386-.896.514-1.367l-.618.124a.715.715 0 01-.48-.016.684.684 0 01-.246-.295 9.276 9.276 0 01-.852-2.18l-1.264.513a.43.43 0 00-.267.207.407.407 0 00.022.267z"
36
- })]
37
- }));
38
- };
39
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
4
+ export default (({
5
+ styles = {},
6
+ ...props
7
+ }) => /*#__PURE__*/_jsxs("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: "24",
10
+ height: "24",
11
+ style: {
12
+ width: "1.5rem",
13
+ height: "1.5rem"
14
+ },
15
+ ...props,
16
+ children: [/*#__PURE__*/_jsx("path", {
17
+ d: "M10.53 6.61c-.477.148-.946.324-1.404.527l-.271-.315a.168.168 0 01-.056-.12.173.173 0 01.067-.098c.101-.092.219-.3.343-.52.185-.326.383-.677.56-.703.273-.04.498.577.636.952.06.166.103.284.125.277z"
18
+ }), /*#__PURE__*/_jsx("path", {
19
+ d: "M2.762 8.173a10 10 0 1118.477 7.654A10 10 0 012.762 8.173zm12.162 2.824c.212-.038.423-.076.63-.11.394-.31.062-1.002-.417-1.153a4.407 4.407 0 00-1.496.032c-.501.02-1.108-.208-1.173-.706a1.615 1.615 0 01-.01-.155c-.005-.15-.01-.3-.124-.385a.423.423 0 00-.391-.001 10.48 10.48 0 00-1.473.871 1.696 1.696 0 01-1.63.166l.053-.968c.142-.18.405-.21.656-.24.29-.033.566-.065.62-.324a1.664 1.664 0 00-.021-.36c-.005-.39.38-.592.763-.793.384-.201.768-.403.766-.792a1.962 1.962 0 00-.189-.583 1.521 1.521 0 01.497-1.495 8 8 0 00.016 16c.056 0 .112-.005.168-.009l.117-.006a11.206 11.206 0 01-.157-1.75c0-.23-.138-.251-.293-.275-.146-.023-.306-.048-.377-.253a8.014 8.014 0 01-.05-.15c-.111-.34-.185-.566-.575-.6a.99.99 0 01-.454-.132c-.121-.067-.196-.109-.52.017a1.99 1.99 0 01-2.16-.706 4.283 4.283 0 01-.805-2.258c.006-.261.086-.516.23-.733.07-.14.286-.264.482-.377.114-.065.22-.127.29-.186l.13-.11c.493-.418.854-.723.973-1.39L11 11c1.198.49 2.608.235 3.924-.003zm1.08 1.731a4.928 4.928 0 003.191 2.747c.213-.439.386-.896.514-1.367l-.618.124a.715.715 0 01-.48-.016.684.684 0 01-.246-.295 9.276 9.276 0 01-.852-2.18l-1.264.513a.43.43 0 00-.267.207.407.407 0 00.022.267z"
20
+ })]
21
+ }));
@@ -1,38 +1,19 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- viewBox: "0 0 24 24",
26
- width: "16",
27
- height: "16",
28
- style: {
29
- width: "1rem",
30
- height: "1rem"
31
- }
32
- }, props), {}, {
33
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M12 1.5A10.5 10.5 0 1022.5 12 10.5 10.5 0 0012 1.5zm-.9 4.945a.317.317 0 01.172-.303A1.81 1.81 0 0112 6a1.778 1.778 0 01.718.141.333.333 0 01.182.314v1.142c0 .448-.45.676-.9.676s-.9-.228-.9-.676zm4.975 3.602l-2.115.235a.956.956 0 00-.806.896l-.084.937a1.11 1.11 0 00.004.24l.649 5.047a.508.508 0 01-.467.598.482.482 0 01-.454-.38l-.716-2.784a.087.087 0 00-.172 0l-.716 2.784a.483.483 0 01-.454.38.51.51 0 01-.468-.598l.65-5.047a1.082 1.082 0 00.004-.241l-.084-.936a.956.956 0 00-.806-.896l-2.115-.235a.507.507 0 01-.425-.522A.501.501 0 017.972 9h8.056a.501.501 0 01.472.525.507.507 0 01-.425.522z"
35
- })
36
- }));
37
- };
38
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ export default (({
4
+ styles = {},
5
+ ...props
6
+ }) => /*#__PURE__*/_jsx("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 24 24",
9
+ width: "16",
10
+ height: "16",
11
+ style: {
12
+ width: "1rem",
13
+ height: "1rem"
14
+ },
15
+ ...props,
16
+ children: /*#__PURE__*/_jsx("path", {
17
+ d: "M12 1.5A10.5 10.5 0 1022.5 12 10.5 10.5 0 0012 1.5zm-.9 4.945a.317.317 0 01.172-.303A1.81 1.81 0 0112 6a1.778 1.778 0 01.718.141.333.333 0 01.182.314v1.142c0 .448-.45.676-.9.676s-.9-.228-.9-.676zm4.975 3.602l-2.115.235a.956.956 0 00-.806.896l-.084.937a1.11 1.11 0 00.004.24l.649 5.047a.508.508 0 01-.467.598.482.482 0 01-.454-.38l-.716-2.784a.087.087 0 00-.172 0l-.716 2.784a.483.483 0 01-.454.38.51.51 0 01-.468-.598l.65-5.047a1.082 1.082 0 00.004-.241l-.084-.936a.956.956 0 00-.806-.896l-2.115-.235a.507.507 0 01-.425-.522A.501.501 0 017.972 9h8.056a.501.501 0 01.472.525.507.507 0 01-.425.522z"
18
+ })
19
+ }));
@@ -1,38 +1,19 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- viewBox: "0 0 24 24",
26
- width: "16",
27
- height: "16",
28
- style: {
29
- width: "1rem",
30
- height: "1rem"
31
- }
32
- }, props), {}, {
33
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M11.392 2.081A1.435 1.435 0 0112 3.366v5.86A2.791 2.791 0 019 12a2.792 2.792 0 01-3-2.773V3.33a1.383 1.383 0 01.572-1.248A5.122 5.122 0 019 1.5a4.967 4.967 0 012.392.581zm.767 13.707a.466.466 0 00-.366-.569A17.621 17.621 0 009 15a17.3 17.3 0 00-7.855 1.865A2.073 2.073 0 000 18.75v.75a3.226 3.226 0 003 3h10.235a.543.543 0 00.364-.887 6.771 6.771 0 01-1.44-5.825zM24 17.25A5.25 5.25 0 1118.75 12 5.25 5.25 0 0124 17.25zm-1.5 0a.75.75 0 00-.75-.75H19.5v-2.25a.75.75 0 00-1.5 0v2.25h-2.25a.75.75 0 000 1.5H18v2.25a.75.75 0 001.5 0V18h2.25a.75.75 0 00.75-.75z"
35
- })
36
- }));
37
- };
38
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ export default (({
4
+ styles = {},
5
+ ...props
6
+ }) => /*#__PURE__*/_jsx("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 24 24",
9
+ width: "16",
10
+ height: "16",
11
+ style: {
12
+ width: "1rem",
13
+ height: "1rem"
14
+ },
15
+ ...props,
16
+ children: /*#__PURE__*/_jsx("path", {
17
+ d: "M11.392 2.081A1.435 1.435 0 0112 3.366v5.86A2.791 2.791 0 019 12a2.792 2.792 0 01-3-2.773V3.33a1.383 1.383 0 01.572-1.248A5.122 5.122 0 019 1.5a4.967 4.967 0 012.392.581zm.767 13.707a.466.466 0 00-.366-.569A17.621 17.621 0 009 15a17.3 17.3 0 00-7.855 1.865A2.073 2.073 0 000 18.75v.75a3.226 3.226 0 003 3h10.235a.543.543 0 00.364-.887 6.771 6.771 0 01-1.44-5.825zM24 17.25A5.25 5.25 0 1118.75 12 5.25 5.25 0 0124 17.25zm-1.5 0a.75.75 0 00-.75-.75H19.5v-2.25a.75.75 0 00-1.5 0v2.25h-2.25a.75.75 0 000 1.5H18v2.25a.75.75 0 001.5 0V18h2.25a.75.75 0 00.75-.75z"
18
+ })
19
+ }));
@@ -1,38 +1,19 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _jsxRuntime = require("react/jsx-runtime");
9
- const _excluded = ["styles"];
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
- var _default = _ref => {
19
- let {
20
- styles = {}
21
- } = _ref,
22
- props = _objectWithoutProperties(_ref, _excluded);
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- viewBox: "0 0 24 24",
26
- width: "16",
27
- height: "16",
28
- style: {
29
- width: "1rem",
30
- height: "1rem"
31
- }
32
- }, props), {}, {
33
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M8.756 3.943c.909-3.147 3.568-2.792 4.541-1.5.973-.355 1.816-.132 2.27 1.706a5.462 5.462 0 01.08 2.109 11.513 11.513 0 00-.08 1.245 4.72 4.72 0 00.745 3.069c.197.2.28.575.046.712a7.069 7.069 0 01-3.223.716h-2.27a7.082 7.082 0 01-3.223-.716c-.234-.137-.15-.513.046-.713a4.715 4.715 0 00.744-3.068 13.736 13.736 0 01.324-3.56zM12 15a17.3 17.3 0 00-7.855 1.865A2.073 2.073 0 003 18.75v.75a3.226 3.226 0 003 3h12a3.226 3.226 0 003-3v-.75a2.002 2.002 0 00-1.107-1.883A17.608 17.608 0 0012 15z"
35
- })
36
- }));
37
- };
38
- exports.default = _default;
1
+ import React from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ export default (({
4
+ styles = {},
5
+ ...props
6
+ }) => /*#__PURE__*/_jsx("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 24 24",
9
+ width: "16",
10
+ height: "16",
11
+ style: {
12
+ width: "1rem",
13
+ height: "1rem"
14
+ },
15
+ ...props,
16
+ children: /*#__PURE__*/_jsx("path", {
17
+ d: "M8.756 3.943c.909-3.147 3.568-2.792 4.541-1.5.973-.355 1.816-.132 2.27 1.706a5.462 5.462 0 01.08 2.109 11.513 11.513 0 00-.08 1.245 4.72 4.72 0 00.745 3.069c.197.2.28.575.046.712a7.069 7.069 0 01-3.223.716h-2.27a7.082 7.082 0 01-3.223-.716c-.234-.137-.15-.513.046-.713a4.715 4.715 0 00.744-3.068 13.736 13.736 0 01.324-3.56zM12 15a17.3 17.3 0 00-7.855 1.865A2.073 2.073 0 003 18.75v.75a3.226 3.226 0 003 3h12a3.226 3.226 0 003-3v-.75a2.002 2.002 0 00-1.107-1.883A17.608 17.608 0 0012 15z"
18
+ })
19
+ }));