cozy-ui 122.1.0 → 122.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1426) hide show
  1. package/.bundlemonrc +2 -4
  2. package/CHANGELOG.md +14 -0
  3. package/assets/icons/twake/illus/account_twake.svg +1 -1
  4. package/assets/icons/twake/illus/bottom-select_twake.svg +1 -1
  5. package/assets/icons/twake/illus/credit-card-large_twake.svg +1 -1
  6. package/assets/icons/twake/illus/device-browser_twake.svg +1 -1
  7. package/assets/icons/twake/illus/device-laptop_twake.svg +1 -1
  8. package/assets/icons/twake/illus/device-phone_twake.svg +1 -1
  9. package/assets/icons/twake/illus/device-tablet_twake.svg +1 -1
  10. package/assets/icons/twake/illus/keychain_twake.svg +1 -1
  11. package/assets/icons/twake/illus/logout-large_twake.svg +1 -1
  12. package/assets/icons/twake/illus/top-select_twake.svg +1 -1
  13. package/assets/icons/twake/illus/trash-duotone_twake.svg +1 -1
  14. package/assets/icons/twake/permissions/accounts_twake.svg +1 -1
  15. package/assets/icons/twake/permissions/apps_twake.svg +1 -1
  16. package/assets/icons/twake/permissions/bank-accounts_twake.svg +1 -1
  17. package/assets/icons/twake/permissions/bank-groups_twake.svg +1 -1
  18. package/assets/icons/twake/permissions/bank-operations_twake.svg +1 -1
  19. package/assets/icons/twake/permissions/bank-recurrence_twake.svg +1 -1
  20. package/assets/icons/twake/permissions/bill-permissions_twake.svg +1 -1
  21. package/assets/icons/twake/permissions/bug-report_twake.svg +1 -1
  22. package/assets/icons/twake/permissions/calendar-permissions_twake.svg +1 -1
  23. package/assets/icons/twake/permissions/category_twake.svg +1 -1
  24. package/assets/icons/twake/permissions/certified-permissions_twake.svg +1 -1
  25. package/assets/icons/twake/permissions/connected-clients_twake.svg +1 -1
  26. package/assets/icons/twake/permissions/consumption_twake.svg +1 -1
  27. package/assets/icons/twake/permissions/contacts-accounts_twake.svg +1 -1
  28. package/assets/icons/twake/permissions/contacts-groups_twake.svg +1 -1
  29. package/assets/icons/twake/permissions/contract-permissions_twake.svg +1 -1
  30. package/assets/icons/twake/permissions/energy_twake.svg +1 -1
  31. package/assets/icons/twake/permissions/energybreakdown_twake.svg +1 -1
  32. package/assets/icons/twake/permissions/fallback_twake.svg +1 -1
  33. package/assets/icons/twake/permissions/family_twake.svg +1 -1
  34. package/assets/icons/twake/permissions/files-pen_twake.svg +1 -1
  35. package/assets/icons/twake/permissions/files-versions_twake.svg +1 -1
  36. package/assets/icons/twake/permissions/home-permissions_twake.svg +1 -1
  37. package/assets/icons/twake/permissions/identities_twake.svg +1 -1
  38. package/assets/icons/twake/permissions/konnectors-result_twake.svg +1 -1
  39. package/assets/icons/twake/permissions/konnectors_twake.svg +1 -1
  40. package/assets/icons/twake/permissions/location-permissions_twake.svg +1 -1
  41. package/assets/icons/twake/permissions/notifications_twake.svg +1 -1
  42. package/assets/icons/twake/permissions/opinions_twake.svg +1 -1
  43. package/assets/icons/twake/permissions/passwords_twake.svg +1 -1
  44. package/assets/icons/twake/permissions/permissions_twake.svg +1 -1
  45. package/assets/icons/twake/permissions/photos-album_twake.svg +1 -1
  46. package/assets/icons/twake/permissions/photos-settings_twake.svg +1 -1
  47. package/assets/icons/twake/permissions/profile_twake.svg +1 -1
  48. package/assets/icons/twake/permissions/safe-permissions_twake.svg +1 -1
  49. package/assets/icons/twake/permissions/settings_twake.svg +1 -1
  50. package/assets/icons/twake/permissions/sharings_twake.svg +1 -1
  51. package/assets/icons/twake/permissions/sinister_twake.svg +1 -1
  52. package/assets/icons/twake/permissions/tags_twake.svg +1 -1
  53. package/assets/icons/twake/permissions/task-to-effectuate_twake.svg +1 -1
  54. package/assets/icons/twake/permissions/triggers_twake.svg +1 -1
  55. package/assets/icons/twake/permissions/versioning_twake.svg +1 -1
  56. package/package.json +1 -1
  57. package/react/Avatar/helpers.js +4 -0
  58. package/react/Icon/Readme.md +1 -2
  59. package/react/Icons/Account_twake.jsx +2 -6
  60. package/react/Icons/Accounts_twake.jsx +2 -6
  61. package/react/Icons/Apps_twake.jsx +2 -8
  62. package/react/Icons/BankAccounts_twake.jsx +1 -3
  63. package/react/Icons/BankGroups_twake.jsx +1 -3
  64. package/react/Icons/BankOperations_twake.jsx +2 -6
  65. package/react/Icons/BankRecurrence_twake.jsx +3 -11
  66. package/react/Icons/BillPermissions_twake.jsx +3 -11
  67. package/react/Icons/BottomSelect_twake.jsx +2 -6
  68. package/react/Icons/BugReport_twake.jsx +2 -6
  69. package/react/Icons/CalendarPermissions_twake.jsx +2 -6
  70. package/react/Icons/Category_twake.jsx +2 -6
  71. package/react/Icons/CertifiedPermissions_twake.jsx +3 -11
  72. package/react/Icons/ConnectedClients_twake.jsx +2 -6
  73. package/react/Icons/Consumption_twake.jsx +3 -11
  74. package/react/Icons/ContactsAccounts_twake.jsx +5 -9
  75. package/react/Icons/ContactsGroups_twake.jsx +5 -9
  76. package/react/Icons/ContractPermissions_twake.jsx +3 -7
  77. package/react/Icons/CreditCardLarge_twake.jsx +2 -6
  78. package/react/Icons/DeviceBrowser_twake.jsx +2 -6
  79. package/react/Icons/DeviceLaptop_twake.jsx +2 -6
  80. package/react/Icons/DevicePhone_twake.jsx +2 -6
  81. package/react/Icons/DeviceTablet_twake.jsx +2 -6
  82. package/react/Icons/Energy_twake.jsx +2 -6
  83. package/react/Icons/Energybreakdown_twake.jsx +2 -6
  84. package/react/Icons/Fallback_twake.jsx +1 -1
  85. package/react/Icons/Family_twake.jsx +2 -6
  86. package/react/Icons/FilesPen_twake.jsx +1 -1
  87. package/react/Icons/FilesVersions_twake.jsx +1 -1
  88. package/react/Icons/HomePermissions_twake.jsx +3 -11
  89. package/react/Icons/Identities_twake.jsx +2 -6
  90. package/react/Icons/Keychain_twake.jsx +2 -6
  91. package/react/Icons/KonnectorsResult_twake.jsx +2 -6
  92. package/react/Icons/Konnectors_twake.jsx +2 -6
  93. package/react/Icons/LocationPermissions_twake.jsx +2 -6
  94. package/react/Icons/LogoutLarge_twake.jsx +2 -6
  95. package/react/Icons/Notifications_twake.jsx +2 -6
  96. package/react/Icons/Opinions_twake.jsx +2 -6
  97. package/react/Icons/Passwords_twake.jsx +2 -5
  98. package/react/Icons/Permissions_twake.jsx +2 -6
  99. package/react/Icons/PhotosAlbum_twake.jsx +2 -6
  100. package/react/Icons/PhotosSettings_twake.jsx +1 -3
  101. package/react/Icons/Profile_twake.jsx +1 -3
  102. package/react/Icons/SafePermissions_twake.jsx +1 -3
  103. package/react/Icons/Settings_twake.jsx +1 -3
  104. package/react/Icons/Sharings_twake.jsx +2 -6
  105. package/react/Icons/Sinister_twake.jsx +2 -6
  106. package/react/Icons/Tags_twake.jsx +2 -8
  107. package/react/Icons/TaskToEffectuate_twake.jsx +2 -8
  108. package/react/Icons/TopSelect_twake.jsx +2 -6
  109. package/react/Icons/TrashDuotone_twake.jsx +2 -6
  110. package/react/Icons/Triggers_twake.jsx +2 -6
  111. package/react/Icons/Twake_workplace.jsx +83 -0
  112. package/react/Icons/Versioning_twake.jsx +2 -6
  113. package/react/SearchBar/Readme.md +4 -1
  114. package/react/SearchBar/index.jsx +8 -1
  115. package/react/Typography/index.jsx +1 -1
  116. package/react/helpers/isTwakeTheme.js +4 -0
  117. package/react/helpers/withBreakpoints.jsx +4 -0
  118. package/react/legacy/Avatar/helpers.js +4 -0
  119. package/react/providers/I18n/index.jsx +10 -0
  120. package/transpiled/react/Accordion/index.d.ts +2 -0
  121. package/transpiled/react/AccordionActions/index.d.ts +2 -0
  122. package/transpiled/react/AccordionDetails/index.d.ts +2 -0
  123. package/transpiled/react/AccordionSummary/AccordionExpandIcon.d.ts +2 -0
  124. package/transpiled/react/AccordionSummary/index.d.ts +2 -0
  125. package/transpiled/react/ActionsBar/ResponsiveAction.d.ts +3 -0
  126. package/transpiled/react/ActionsBar/index.d.ts +2 -0
  127. package/transpiled/react/ActionsBar/locales/withActionsLocales.d.ts +8 -0
  128. package/transpiled/react/ActionsMenu/Actions/addToFavorites.d.ts +14 -0
  129. package/transpiled/react/ActionsMenu/Actions/call.d.ts +9 -0
  130. package/transpiled/react/ActionsMenu/Actions/copyToClipboard.d.ts +12 -0
  131. package/transpiled/react/ActionsMenu/Actions/divider.d.ts +5 -0
  132. package/transpiled/react/ActionsMenu/Actions/download.d.ts +14 -0
  133. package/transpiled/react/ActionsMenu/Actions/editAttribute.d.ts +11 -0
  134. package/transpiled/react/ActionsMenu/Actions/emailTo.d.ts +9 -0
  135. package/transpiled/react/ActionsMenu/Actions/helpers.d.ts +8 -0
  136. package/transpiled/react/ActionsMenu/Actions/helpers.spec.d.ts +1 -0
  137. package/transpiled/react/ActionsMenu/Actions/index.d.ts +15 -0
  138. package/transpiled/react/ActionsMenu/Actions/locales/withActionsLocales.d.ts +13 -0
  139. package/transpiled/react/ActionsMenu/Actions/modify.d.ts +11 -0
  140. package/transpiled/react/ActionsMenu/Actions/others.d.ts +6 -0
  141. package/transpiled/react/ActionsMenu/Actions/print.d.ts +14 -0
  142. package/transpiled/react/ActionsMenu/Actions/removeFromFavorites.d.ts +14 -0
  143. package/transpiled/react/ActionsMenu/Actions/smsTo.d.ts +9 -0
  144. package/transpiled/react/ActionsMenu/Actions/viewInContacts.d.ts +11 -0
  145. package/transpiled/react/ActionsMenu/Actions/viewInDrive.d.ts +11 -0
  146. package/transpiled/react/ActionsMenu/ActionsItems.d.ts +11 -0
  147. package/transpiled/react/ActionsMenu/ActionsMenuItem.d.ts +3 -0
  148. package/transpiled/react/ActionsMenu/ActionsMenuMobileHeader.d.ts +3 -0
  149. package/transpiled/react/ActionsMenu/ActionsMenuWrapper.d.ts +15 -0
  150. package/transpiled/react/ActionsMenu/index.d.ts +3 -0
  151. package/transpiled/react/Alert/index.d.ts +54 -0
  152. package/transpiled/react/AlertTitle/index.d.ts +2 -0
  153. package/transpiled/react/AppBar/index.d.ts +2 -0
  154. package/transpiled/react/AppIcon/index.d.ts +50 -0
  155. package/transpiled/react/AppLinker/index.d.ts +37 -0
  156. package/transpiled/react/AppLinker/index.spec.d.ts +1 -0
  157. package/transpiled/react/AppLinker/native.config.d.ts +1 -0
  158. package/transpiled/react/AppLinker/native.d.ts +6 -0
  159. package/transpiled/react/AppLinker/native.spec.d.ts +1 -0
  160. package/transpiled/react/AppSections/Sections.d.ts +48 -0
  161. package/transpiled/react/AppSections/_mockApps.d.ts +242 -0
  162. package/transpiled/react/AppSections/categories.d.ts +7 -0
  163. package/transpiled/react/AppSections/categories.spec.d.ts +1 -0
  164. package/transpiled/react/AppSections/components/AppsSection.d.ts +20 -0
  165. package/transpiled/react/AppSections/components/AppsSection.spec.d.ts +1 -0
  166. package/transpiled/react/AppSections/components/DropdownFilter.d.ts +17 -0
  167. package/transpiled/react/AppSections/constants.d.ts +8 -0
  168. package/transpiled/react/AppSections/helpers.d.ts +2 -0
  169. package/transpiled/react/AppSections/helpers.spec.d.ts +1 -0
  170. package/transpiled/react/AppSections/index.d.ts +3 -0
  171. package/transpiled/react/AppSections/index.spec.d.ts +1 -0
  172. package/transpiled/react/AppSections/search.d.ts +3 -0
  173. package/transpiled/react/AppSections/search.spec.d.ts +1 -0
  174. package/transpiled/react/AppTile/AppTile.spec.d.ts +1 -0
  175. package/transpiled/react/AppTile/helpers.d.ts +9 -0
  176. package/transpiled/react/AppTile/index.d.ts +33 -0
  177. package/transpiled/react/AppTitle/index.d.ts +20 -0
  178. package/transpiled/react/Avatar/helpers.js +5 -0
  179. package/transpiled/react/Avatar/index.d.ts +23 -0
  180. package/transpiled/react/AvatarGroup/index.d.ts +17 -0
  181. package/transpiled/react/Backdrop/index.d.ts +11 -0
  182. package/transpiled/react/Badge/index.d.ts +38 -0
  183. package/transpiled/react/Banner/index.d.ts +28 -0
  184. package/transpiled/react/Banner/index.spec.d.ts +1 -0
  185. package/transpiled/react/BarButton/index.d.ts +17 -0
  186. package/transpiled/react/BarContextProvider/index.d.ts +10 -0
  187. package/transpiled/react/BarContextProvider/index.spec.d.ts +1 -0
  188. package/transpiled/react/BarTitle/index.d.ts +15 -0
  189. package/transpiled/react/BottomNavigation/index.d.ts +2 -0
  190. package/transpiled/react/BottomNavigationAction/index.d.ts +2 -0
  191. package/transpiled/react/BottomSheet/BackdropOrFragment.d.ts +6 -0
  192. package/transpiled/react/BottomSheet/BottomSheet.d.ts +8 -0
  193. package/transpiled/react/BottomSheet/BottomSheetHeader.d.ts +9 -0
  194. package/transpiled/react/BottomSheet/BottomSheetItem.d.ts +3 -0
  195. package/transpiled/react/BottomSheet/BottomSheetTitle.d.ts +3 -0
  196. package/transpiled/react/BottomSheet/constants.d.ts +1 -0
  197. package/transpiled/react/BottomSheet/helpers.d.ts +46 -0
  198. package/transpiled/react/BottomSheet/helpers.spec.d.ts +1 -0
  199. package/transpiled/react/BottomSheet/index.d.ts +4 -0
  200. package/transpiled/react/Box/index.d.ts +2 -0
  201. package/transpiled/react/Breadcrumbs/index.d.ts +2 -0
  202. package/transpiled/react/Button/index.d.ts +2 -0
  203. package/transpiled/react/ButtonBase/index.d.ts +2 -0
  204. package/transpiled/react/Buttons/index.d.ts +3 -0
  205. package/transpiled/react/Card/index.d.ts +19 -0
  206. package/transpiled/react/CardActionArea/index.d.ts +2 -0
  207. package/transpiled/react/CardActions/index.d.ts +2 -0
  208. package/transpiled/react/CardContent/index.d.ts +2 -0
  209. package/transpiled/react/CardHeader/index.d.ts +2 -0
  210. package/transpiled/react/CardMedia/index.d.ts +2 -0
  211. package/transpiled/react/Checkbox/index.d.ts +31 -0
  212. package/transpiled/react/Chips/index.d.ts +3 -0
  213. package/transpiled/react/CipherIcon/index.d.ts +2 -0
  214. package/transpiled/react/CipherIcon/index.spec.d.ts +1 -0
  215. package/transpiled/react/Circle/index.d.ts +24 -0
  216. package/transpiled/react/CircleButton/helpers.d.ts +10 -0
  217. package/transpiled/react/CircleButton/helpers.spec.d.ts +1 -0
  218. package/transpiled/react/CircleButton/index.d.ts +21 -0
  219. package/transpiled/react/CircularChart/CircularChartProgress.d.ts +3 -0
  220. package/transpiled/react/CircularChart/CircularProgressWithBackground.d.ts +3 -0
  221. package/transpiled/react/CircularChart/index.d.ts +3 -0
  222. package/transpiled/react/CircularProgress/index.d.ts +2 -0
  223. package/transpiled/react/ClickAwayListener/index.d.ts +2 -0
  224. package/transpiled/react/Collapse/index.d.ts +2 -0
  225. package/transpiled/react/ContactPicker/index.d.ts +21 -0
  226. package/transpiled/react/ContactPicker/index.spec.d.ts +1 -0
  227. package/transpiled/react/ContactsList/ContactRow.d.ts +16 -0
  228. package/transpiled/react/ContactsList/ContactRow.spec.d.ts +1 -0
  229. package/transpiled/react/ContactsList/Contacts/ContactCozy.d.ts +14 -0
  230. package/transpiled/react/ContactsList/Contacts/ContactEmail.d.ts +14 -0
  231. package/transpiled/react/ContactsList/Contacts/ContactIdentity.d.ts +10 -0
  232. package/transpiled/react/ContactsList/Contacts/ContactName.d.ts +16 -0
  233. package/transpiled/react/ContactsList/Contacts/ContactPhone.d.ts +14 -0
  234. package/transpiled/react/ContactsList/ContactsList.d.ts +2 -0
  235. package/transpiled/react/ContactsList/helpers.d.ts +8 -0
  236. package/transpiled/react/ContactsList/helpers.spec.d.ts +1 -0
  237. package/transpiled/react/ContactsList/index.d.ts +2 -0
  238. package/transpiled/react/ContactsList/locales/withContactsListLocales.d.ts +2 -0
  239. package/transpiled/react/ContactsListModal/AddContact/AddContactActions.d.ts +2 -0
  240. package/transpiled/react/ContactsListModal/AddContact/AddContactContent.d.ts +2 -0
  241. package/transpiled/react/ContactsListModal/AddContact/AddContactDialog.d.ts +6 -0
  242. package/transpiled/react/ContactsListModal/AddContact/AddContactTitle.d.ts +2 -0
  243. package/transpiled/react/ContactsListModal/AddContact/helpers.d.ts +6 -0
  244. package/transpiled/react/ContactsListModal/AddContact/helpers.spec.d.ts +1 -0
  245. package/transpiled/react/ContactsListModal/ContactsListContent.d.ts +2 -0
  246. package/transpiled/react/ContactsListModal/ContactsListModal.d.ts +20 -0
  247. package/transpiled/react/ContactsListModal/ContactsListModalWithQuery.d.ts +12 -0
  248. package/transpiled/react/ContactsListModal/EmptyMessage.d.ts +2 -0
  249. package/transpiled/react/ContactsListModal/MobileHeader.d.ts +16 -0
  250. package/transpiled/react/ContactsListModal/index.d.ts +2 -0
  251. package/transpiled/react/ContactsListModal/mockClient.d.ts +3 -0
  252. package/transpiled/react/ContactsListModal/queries.d.ts +7 -0
  253. package/transpiled/react/ContactsListModal/withContactsListLocales.d.ts +7 -0
  254. package/transpiled/react/Container/index.d.ts +2 -0
  255. package/transpiled/react/Counter/index.d.ts +18 -0
  256. package/transpiled/react/CozyDialogs/ConfirmDialog.d.ts +9 -0
  257. package/transpiled/react/CozyDialogs/Dialog.d.ts +6 -0
  258. package/transpiled/react/CozyDialogs/DialogBackButton.d.ts +11 -0
  259. package/transpiled/react/CozyDialogs/DialogCloseButton.d.ts +11 -0
  260. package/transpiled/react/CozyDialogs/DialogTransition.d.ts +3 -0
  261. package/transpiled/react/CozyDialogs/FixedActionsDialog.d.ts +6 -0
  262. package/transpiled/react/CozyDialogs/FixedDialog.d.ts +6 -0
  263. package/transpiled/react/CozyDialogs/IllustrationDialog.d.ts +6 -0
  264. package/transpiled/react/CozyDialogs/PermissionDialog.d.ts +25 -0
  265. package/transpiled/react/CozyDialogs/SpecificDialogs/AllowLocationDialog.d.ts +2 -0
  266. package/transpiled/react/CozyDialogs/SpecificDialogs/AuthentificationDialog.d.ts +2 -0
  267. package/transpiled/react/CozyDialogs/SpecificDialogs/InstallFlagshipAppDialog.d.ts +2 -0
  268. package/transpiled/react/CozyDialogs/SpecificDialogs/icons/CozyLocation.d.ts +2 -0
  269. package/transpiled/react/CozyDialogs/SpecificDialogs/index.d.ts +3 -0
  270. package/transpiled/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.d.ts +8 -0
  271. package/transpiled/react/CozyDialogs/TopAnchoredDialog.d.ts +18 -0
  272. package/transpiled/react/CozyDialogs/dialogPropTypes.d.ts +14 -0
  273. package/transpiled/react/CozyDialogs/e2e.d.ts +2 -0
  274. package/transpiled/react/CozyDialogs/index.d.ts +11 -0
  275. package/transpiled/react/CozyDialogs/locales.d.ts +19 -0
  276. package/transpiled/react/CozyDialogs/testing.d.ts +5 -0
  277. package/transpiled/react/CozyDialogs/testing.spec.d.ts +1 -0
  278. package/transpiled/react/CozyDialogs/useCozyDialog.d.ts +15 -0
  279. package/transpiled/react/CssBaseline/index.d.ts +2 -0
  280. package/transpiled/react/DateMonthPicker/index.d.ts +13 -0
  281. package/transpiled/react/DateMonthPicker/index.spec.d.ts +1 -0
  282. package/transpiled/react/DatePicker/helpers.d.ts +5 -0
  283. package/transpiled/react/DatePicker/helpers.spec.d.ts +1 -0
  284. package/transpiled/react/DatePicker/index.d.ts +2 -0
  285. package/transpiled/react/DatePicker/locales/withOwnLocales.d.ts +8 -0
  286. package/transpiled/react/Dialog/DialogActions.d.ts +2 -0
  287. package/transpiled/react/Dialog/DialogContent.d.ts +2 -0
  288. package/transpiled/react/Dialog/DialogContentText.d.ts +2 -0
  289. package/transpiled/react/Dialog/DialogTitle.d.ts +2 -0
  290. package/transpiled/react/Dialog/index.d.ts +14 -0
  291. package/transpiled/react/DialogActions/index.d.ts +2 -0
  292. package/transpiled/react/DialogContent/index.d.ts +2 -0
  293. package/transpiled/react/DialogContentText/index.d.ts +2 -0
  294. package/transpiled/react/DialogTitle/index.d.ts +2 -0
  295. package/transpiled/react/Divider/TextDivider/index.d.ts +18 -0
  296. package/transpiled/react/Divider/index.d.ts +8 -0
  297. package/transpiled/react/Drawer/index.d.ts +2 -0
  298. package/transpiled/react/DropdownButton/index.d.ts +3 -0
  299. package/transpiled/react/DropdownText/index.d.ts +3 -0
  300. package/transpiled/react/Empty/index.d.ts +38 -0
  301. package/transpiled/react/Fab/ExtendableFab.d.ts +9 -0
  302. package/transpiled/react/Fab/index.d.ts +3 -0
  303. package/transpiled/react/Fade/index.d.ts +2 -0
  304. package/transpiled/react/Field/index.d.ts +53 -0
  305. package/transpiled/react/Field/index.spec.d.ts +1 -0
  306. package/transpiled/react/Figure/Figure.d.ts +18 -0
  307. package/transpiled/react/Figure/Figure.spec.d.ts +1 -0
  308. package/transpiled/react/Figure/FigureBlock.d.ts +26 -0
  309. package/transpiled/react/Figure/index.d.ts +2 -0
  310. package/transpiled/react/FileImageLoader/checkImageSource.d.ts +1 -0
  311. package/transpiled/react/FileImageLoader/index.d.ts +45 -0
  312. package/transpiled/react/FileImageLoader/index.spec.d.ts +1 -0
  313. package/transpiled/react/FileInput/index.d.ts +29 -0
  314. package/transpiled/react/FileInput/index.spec.d.ts +1 -0
  315. package/transpiled/react/FilePath/index.d.ts +5 -0
  316. package/transpiled/react/FilePathLink/index.d.ts +5 -0
  317. package/transpiled/react/FilePicker/FilePickerBody.d.ts +19 -0
  318. package/transpiled/react/FilePicker/FilePickerBodyItem.d.ts +22 -0
  319. package/transpiled/react/FilePicker/FilePickerBodyItem.spec.d.ts +1 -0
  320. package/transpiled/react/FilePicker/FilePickerBreadcrumb.d.ts +13 -0
  321. package/transpiled/react/FilePicker/FilePickerFooter.d.ts +15 -0
  322. package/transpiled/react/FilePicker/FilePickerFooter.spec.d.ts +1 -0
  323. package/transpiled/react/FilePicker/FilePickerHeader.d.ts +14 -0
  324. package/transpiled/react/FilePicker/index.d.ts +22 -0
  325. package/transpiled/react/FilePicker/queries.d.ts +14 -0
  326. package/transpiled/react/Filename/index.d.ts +25 -0
  327. package/transpiled/react/FilledInput/index.d.ts +2 -0
  328. package/transpiled/react/FormControl/index.d.ts +2 -0
  329. package/transpiled/react/FormControlLabel/index.d.ts +2 -0
  330. package/transpiled/react/FormGroup/index.d.ts +2 -0
  331. package/transpiled/react/FormHelperText/index.d.ts +2 -0
  332. package/transpiled/react/FormLabel/index.d.ts +2 -0
  333. package/transpiled/react/GhostFileBadge/index.d.ts +9 -0
  334. package/transpiled/react/Grid/index.d.ts +2 -0
  335. package/transpiled/react/GridList/index.d.ts +2 -0
  336. package/transpiled/react/GridListTile/index.d.ts +2 -0
  337. package/transpiled/react/GridListTileBar/index.d.ts +2 -0
  338. package/transpiled/react/Grow/index.d.ts +2 -0
  339. package/transpiled/react/Hero/index.d.ts +48 -0
  340. package/transpiled/react/Hidden/index.d.ts +2 -0
  341. package/transpiled/react/HistoryRow/index.d.ts +24 -0
  342. package/transpiled/react/I18n/index.d.ts +3 -0
  343. package/transpiled/react/I18n/withLocales.d.ts +2 -0
  344. package/transpiled/react/Icon/Sprite.d.ts +2 -0
  345. package/transpiled/react/Icon/icons-sprite.d.ts +2 -0
  346. package/transpiled/react/Icon/index.d.ts +23 -0
  347. package/transpiled/react/IconButton/index.d.ts +3 -0
  348. package/transpiled/react/IconStack/index.d.ts +2 -0
  349. package/transpiled/react/Icons/Account.d.ts +2 -0
  350. package/transpiled/react/Icons/Account_twake.d.ts +2 -0
  351. package/transpiled/react/Icons/Account_twake.js +2 -5
  352. package/transpiled/react/Icons/Accounts.d.ts +2 -0
  353. package/transpiled/react/Icons/Accounts_twake.d.ts +2 -0
  354. package/transpiled/react/Icons/Accounts_twake.js +2 -5
  355. package/transpiled/react/Icons/Album.d.ts +2 -0
  356. package/transpiled/react/Icons/AlbumAdd.d.ts +2 -0
  357. package/transpiled/react/Icons/AlbumAdd_twake.d.ts +2 -0
  358. package/transpiled/react/Icons/AlbumRemove.d.ts +2 -0
  359. package/transpiled/react/Icons/AlbumRemove_twake.d.ts +2 -0
  360. package/transpiled/react/Icons/Album_twake.d.ts +2 -0
  361. package/transpiled/react/Icons/Answer.d.ts +2 -0
  362. package/transpiled/react/Icons/Answer_twake.d.ts +2 -0
  363. package/transpiled/react/Icons/Apple.d.ts +2 -0
  364. package/transpiled/react/Icons/Apps.d.ts +2 -0
  365. package/transpiled/react/Icons/Apps_twake.d.ts +2 -0
  366. package/transpiled/react/Icons/Apps_twake.js +3 -8
  367. package/transpiled/react/Icons/Archive.d.ts +2 -0
  368. package/transpiled/react/Icons/Archive_twake.d.ts +2 -0
  369. package/transpiled/react/Icons/ArrowUp.d.ts +2 -0
  370. package/transpiled/react/Icons/ArrowUp_twake.d.ts +2 -0
  371. package/transpiled/react/Icons/Attachment.d.ts +2 -0
  372. package/transpiled/react/Icons/Attachment_twake.d.ts +2 -0
  373. package/transpiled/react/Icons/Attention.d.ts +2 -0
  374. package/transpiled/react/Icons/Attention_twake.d.ts +2 -0
  375. package/transpiled/react/Icons/Bank.d.ts +2 -0
  376. package/transpiled/react/Icons/BankAccounts.d.ts +2 -0
  377. package/transpiled/react/Icons/BankAccounts_twake.d.ts +2 -0
  378. package/transpiled/react/Icons/BankAccounts_twake.js +2 -5
  379. package/transpiled/react/Icons/BankCheck.d.ts +2 -0
  380. package/transpiled/react/Icons/BankGroups.d.ts +2 -0
  381. package/transpiled/react/Icons/BankGroups_twake.d.ts +2 -0
  382. package/transpiled/react/Icons/BankGroups_twake.js +2 -5
  383. package/transpiled/react/Icons/BankOperations.d.ts +2 -0
  384. package/transpiled/react/Icons/BankOperations_twake.d.ts +2 -0
  385. package/transpiled/react/Icons/BankOperations_twake.js +2 -5
  386. package/transpiled/react/Icons/BankRecurrence.d.ts +2 -0
  387. package/transpiled/react/Icons/BankRecurrence_twake.d.ts +2 -0
  388. package/transpiled/react/Icons/BankRecurrence_twake.js +3 -8
  389. package/transpiled/react/Icons/Bank_twake.d.ts +2 -0
  390. package/transpiled/react/Icons/Banking.d.ts +2 -0
  391. package/transpiled/react/Icons/BankingAdd.d.ts +2 -0
  392. package/transpiled/react/Icons/BankingAdd_twake.d.ts +2 -0
  393. package/transpiled/react/Icons/Banking_twake.d.ts +2 -0
  394. package/transpiled/react/Icons/Bell.d.ts +2 -0
  395. package/transpiled/react/Icons/Bell_twake.d.ts +2 -0
  396. package/transpiled/react/Icons/Benefit.d.ts +2 -0
  397. package/transpiled/react/Icons/Benefit_twake.d.ts +2 -0
  398. package/transpiled/react/Icons/Bike.d.ts +2 -0
  399. package/transpiled/react/Icons/Bike_twake.d.ts +2 -0
  400. package/transpiled/react/Icons/Bill.d.ts +2 -0
  401. package/transpiled/react/Icons/BillPermissions.d.ts +2 -0
  402. package/transpiled/react/Icons/BillPermissions_twake.d.ts +2 -0
  403. package/transpiled/react/Icons/BillPermissions_twake.js +3 -8
  404. package/transpiled/react/Icons/Bill_twake.d.ts +2 -0
  405. package/transpiled/react/Icons/Bottom.d.ts +2 -0
  406. package/transpiled/react/Icons/BottomSelect.d.ts +2 -0
  407. package/transpiled/react/Icons/BottomSelect_twake.d.ts +2 -0
  408. package/transpiled/react/Icons/BottomSelect_twake.js +2 -5
  409. package/transpiled/react/Icons/Bottom_twake.d.ts +2 -0
  410. package/transpiled/react/Icons/BrowserBrave.d.ts +2 -0
  411. package/transpiled/react/Icons/BrowserChrome.d.ts +2 -0
  412. package/transpiled/react/Icons/BrowserDuckduckgo.d.ts +2 -0
  413. package/transpiled/react/Icons/BrowserEdge.d.ts +2 -0
  414. package/transpiled/react/Icons/BrowserEdgeChromium.d.ts +2 -0
  415. package/transpiled/react/Icons/BrowserFirefox.d.ts +2 -0
  416. package/transpiled/react/Icons/BrowserIe.d.ts +2 -0
  417. package/transpiled/react/Icons/BrowserOpera.d.ts +2 -0
  418. package/transpiled/react/Icons/BrowserSafari.d.ts +2 -0
  419. package/transpiled/react/Icons/BugReport.d.ts +2 -0
  420. package/transpiled/react/Icons/BugReport_twake.d.ts +2 -0
  421. package/transpiled/react/Icons/BugReport_twake.js +2 -5
  422. package/transpiled/react/Icons/Burger.d.ts +2 -0
  423. package/transpiled/react/Icons/Burger_twake.d.ts +2 -0
  424. package/transpiled/react/Icons/Bus.d.ts +2 -0
  425. package/transpiled/react/Icons/Bus_twake.d.ts +2 -0
  426. package/transpiled/react/Icons/Calendar.d.ts +2 -0
  427. package/transpiled/react/Icons/CalendarPermissions.d.ts +2 -0
  428. package/transpiled/react/Icons/CalendarPermissions_twake.d.ts +2 -0
  429. package/transpiled/react/Icons/CalendarPermissions_twake.js +2 -5
  430. package/transpiled/react/Icons/Calendar_twake.d.ts +2 -0
  431. package/transpiled/react/Icons/Camera.d.ts +2 -0
  432. package/transpiled/react/Icons/Camera_twake.d.ts +2 -0
  433. package/transpiled/react/Icons/Car.d.ts +2 -0
  434. package/transpiled/react/Icons/Car_twake.d.ts +2 -0
  435. package/transpiled/react/Icons/CarbonCopy.d.ts +2 -0
  436. package/transpiled/react/Icons/Carpooling.d.ts +2 -0
  437. package/transpiled/react/Icons/Categories.d.ts +2 -0
  438. package/transpiled/react/Icons/Categories_twake.d.ts +2 -0
  439. package/transpiled/react/Icons/Category.d.ts +2 -0
  440. package/transpiled/react/Icons/Category_twake.d.ts +2 -0
  441. package/transpiled/react/Icons/Category_twake.js +2 -5
  442. package/transpiled/react/Icons/Certified.d.ts +2 -0
  443. package/transpiled/react/Icons/CertifiedPermissions.d.ts +2 -0
  444. package/transpiled/react/Icons/CertifiedPermissions_twake.d.ts +2 -0
  445. package/transpiled/react/Icons/CertifiedPermissions_twake.js +3 -8
  446. package/transpiled/react/Icons/Certified_twake.d.ts +2 -0
  447. package/transpiled/react/Icons/Chat.d.ts +2 -0
  448. package/transpiled/react/Icons/ChatText.d.ts +2 -0
  449. package/transpiled/react/Icons/Chat_twake.d.ts +2 -0
  450. package/transpiled/react/Icons/Check.d.ts +2 -0
  451. package/transpiled/react/Icons/CheckCircle.d.ts +2 -0
  452. package/transpiled/react/Icons/CheckCircle_twake.d.ts +2 -0
  453. package/transpiled/react/Icons/CheckList.d.ts +2 -0
  454. package/transpiled/react/Icons/CheckList_twake.d.ts +2 -0
  455. package/transpiled/react/Icons/CheckSquare.d.ts +2 -0
  456. package/transpiled/react/Icons/CheckSquare_twake.d.ts +2 -0
  457. package/transpiled/react/Icons/CheckWhite.d.ts +2 -0
  458. package/transpiled/react/Icons/CheckWhite_twake.d.ts +2 -0
  459. package/transpiled/react/Icons/Check_twake.d.ts +2 -0
  460. package/transpiled/react/Icons/Checkbox.d.ts +2 -0
  461. package/transpiled/react/Icons/Checkbox_twake.d.ts +2 -0
  462. package/transpiled/react/Icons/Chess.d.ts +2 -0
  463. package/transpiled/react/Icons/Chess_twake.d.ts +2 -0
  464. package/transpiled/react/Icons/Child.d.ts +2 -0
  465. package/transpiled/react/Icons/Child_twake.d.ts +2 -0
  466. package/transpiled/react/Icons/CircleFilled.d.ts +2 -0
  467. package/transpiled/react/Icons/CircleFilled_twake.d.ts +2 -0
  468. package/transpiled/react/Icons/Clock.d.ts +2 -0
  469. package/transpiled/react/Icons/ClockOutline.d.ts +2 -0
  470. package/transpiled/react/Icons/ClockOutline_twake.d.ts +2 -0
  471. package/transpiled/react/Icons/Clock_twake.d.ts +2 -0
  472. package/transpiled/react/Icons/Cloud.d.ts +2 -0
  473. package/transpiled/react/Icons/CloudBroken.d.ts +2 -0
  474. package/transpiled/react/Icons/CloudHappy.d.ts +2 -0
  475. package/transpiled/react/Icons/CloudPlusOutlined.d.ts +2 -0
  476. package/transpiled/react/Icons/CloudPlusOutlined_twake.d.ts +2 -0
  477. package/transpiled/react/Icons/CloudRainbow.d.ts +2 -0
  478. package/transpiled/react/Icons/CloudSync.d.ts +2 -0
  479. package/transpiled/react/Icons/CloudSync2.d.ts +2 -0
  480. package/transpiled/react/Icons/Cloud_twake.d.ts +2 -0
  481. package/transpiled/react/Icons/Cocktail.d.ts +2 -0
  482. package/transpiled/react/Icons/Cocktail_twake.d.ts +2 -0
  483. package/transpiled/react/Icons/Collect.d.ts +2 -0
  484. package/transpiled/react/Icons/Comment.d.ts +2 -0
  485. package/transpiled/react/Icons/Comment_twake.d.ts +2 -0
  486. package/transpiled/react/Icons/Company.d.ts +2 -0
  487. package/transpiled/react/Icons/Company_twake.d.ts +2 -0
  488. package/transpiled/react/Icons/Compare.d.ts +2 -0
  489. package/transpiled/react/Icons/Compare_twake.d.ts +2 -0
  490. package/transpiled/react/Icons/Compass.d.ts +2 -0
  491. package/transpiled/react/Icons/Compass_twake.d.ts +2 -0
  492. package/transpiled/react/Icons/ConnectedClients.d.ts +2 -0
  493. package/transpiled/react/Icons/ConnectedClients_twake.d.ts +2 -0
  494. package/transpiled/react/Icons/ConnectedClients_twake.js +2 -5
  495. package/transpiled/react/Icons/Connector.d.ts +2 -0
  496. package/transpiled/react/Icons/Connector_twake.d.ts +2 -0
  497. package/transpiled/react/Icons/Consumption.d.ts +2 -0
  498. package/transpiled/react/Icons/Consumption_twake.d.ts +2 -0
  499. package/transpiled/react/Icons/Consumption_twake.js +3 -8
  500. package/transpiled/react/Icons/Contacts.d.ts +2 -0
  501. package/transpiled/react/Icons/ContactsAccounts.d.ts +2 -0
  502. package/transpiled/react/Icons/ContactsAccounts_twake.d.ts +2 -0
  503. package/transpiled/react/Icons/ContactsAccounts_twake.js +5 -8
  504. package/transpiled/react/Icons/ContactsGroups.d.ts +2 -0
  505. package/transpiled/react/Icons/ContactsGroups_twake.d.ts +2 -0
  506. package/transpiled/react/Icons/ContactsGroups_twake.js +5 -8
  507. package/transpiled/react/Icons/Contacts_twake.d.ts +2 -0
  508. package/transpiled/react/Icons/Contract.d.ts +2 -0
  509. package/transpiled/react/Icons/ContractPermissions.d.ts +2 -0
  510. package/transpiled/react/Icons/ContractPermissions_twake.d.ts +2 -0
  511. package/transpiled/react/Icons/ContractPermissions_twake.js +3 -6
  512. package/transpiled/react/Icons/Contract_twake.d.ts +2 -0
  513. package/transpiled/react/Icons/Contrast.d.ts +2 -0
  514. package/transpiled/react/Icons/Contrast_twake.d.ts +2 -0
  515. package/transpiled/react/Icons/Copy.d.ts +2 -0
  516. package/transpiled/react/Icons/Copy_twake.d.ts +2 -0
  517. package/transpiled/react/Icons/Cozy.d.ts +2 -0
  518. package/transpiled/react/Icons/CozyAuthentification.d.ts +2 -0
  519. package/transpiled/react/Icons/CozyCircle.d.ts +2 -0
  520. package/transpiled/react/Icons/CozyLaugh.d.ts +2 -0
  521. package/transpiled/react/Icons/CozyLock.d.ts +2 -0
  522. package/transpiled/react/Icons/CozyLogo.d.ts +2 -0
  523. package/transpiled/react/Icons/CozyRelease.d.ts +2 -0
  524. package/transpiled/react/Icons/CozyText.d.ts +2 -0
  525. package/transpiled/react/Icons/CozyUpgrade.d.ts +2 -0
  526. package/transpiled/react/Icons/Credit.d.ts +2 -0
  527. package/transpiled/react/Icons/CreditCard.d.ts +2 -0
  528. package/transpiled/react/Icons/CreditCardAdd.d.ts +2 -0
  529. package/transpiled/react/Icons/CreditCardAdd_twake.d.ts +2 -0
  530. package/transpiled/react/Icons/CreditCardLarge.d.ts +2 -0
  531. package/transpiled/react/Icons/CreditCardLarge_twake.d.ts +2 -0
  532. package/transpiled/react/Icons/CreditCardLarge_twake.js +2 -5
  533. package/transpiled/react/Icons/CreditCard_twake.d.ts +2 -0
  534. package/transpiled/react/Icons/Crop.d.ts +2 -0
  535. package/transpiled/react/Icons/Crop_twake.d.ts +2 -0
  536. package/transpiled/react/Icons/Cross.d.ts +2 -0
  537. package/transpiled/react/Icons/CrossCircle.d.ts +2 -0
  538. package/transpiled/react/Icons/CrossCircleOutline.d.ts +2 -0
  539. package/transpiled/react/Icons/CrossCircleOutline_twake.d.ts +2 -0
  540. package/transpiled/react/Icons/CrossCircle_twake.d.ts +2 -0
  541. package/transpiled/react/Icons/CrossMedium.d.ts +2 -0
  542. package/transpiled/react/Icons/CrossMedium_twake.d.ts +2 -0
  543. package/transpiled/react/Icons/CrossSmall.d.ts +2 -0
  544. package/transpiled/react/Icons/CrossSmall_twake.d.ts +2 -0
  545. package/transpiled/react/Icons/CrossWhite.d.ts +2 -0
  546. package/transpiled/react/Icons/Cross_twake.d.ts +2 -0
  547. package/transpiled/react/Icons/Cube.d.ts +5 -0
  548. package/transpiled/react/Icons/Cube_twake.d.ts +5 -0
  549. package/transpiled/react/Icons/Dash.d.ts +2 -0
  550. package/transpiled/react/Icons/DashWhite.d.ts +2 -0
  551. package/transpiled/react/Icons/Dash_twake.d.ts +2 -0
  552. package/transpiled/react/Icons/Dashboard.d.ts +2 -0
  553. package/transpiled/react/Icons/Dashboard_twake.d.ts +2 -0
  554. package/transpiled/react/Icons/DataControl.d.ts +2 -0
  555. package/transpiled/react/Icons/DataControl_twake.d.ts +2 -0
  556. package/transpiled/react/Icons/Debit.d.ts +2 -0
  557. package/transpiled/react/Icons/Debit_twake.d.ts +2 -0
  558. package/transpiled/react/Icons/DesktopDownload.d.ts +2 -0
  559. package/transpiled/react/Icons/DeviceBrowser.d.ts +2 -0
  560. package/transpiled/react/Icons/DeviceBrowser_twake.d.ts +2 -0
  561. package/transpiled/react/Icons/DeviceBrowser_twake.js +2 -5
  562. package/transpiled/react/Icons/DeviceLaptop.d.ts +2 -0
  563. package/transpiled/react/Icons/DeviceLaptop_twake.d.ts +2 -0
  564. package/transpiled/react/Icons/DeviceLaptop_twake.js +2 -5
  565. package/transpiled/react/Icons/DevicePhone.d.ts +2 -0
  566. package/transpiled/react/Icons/DevicePhone_twake.d.ts +2 -0
  567. package/transpiled/react/Icons/DevicePhone_twake.js +2 -5
  568. package/transpiled/react/Icons/DeviceTablet.d.ts +2 -0
  569. package/transpiled/react/Icons/DeviceTablet_twake.d.ts +2 -0
  570. package/transpiled/react/Icons/DeviceTablet_twake.js +2 -5
  571. package/transpiled/react/Icons/Devices.d.ts +2 -0
  572. package/transpiled/react/Icons/Devices_twake.d.ts +2 -0
  573. package/transpiled/react/Icons/Dots.d.ts +2 -0
  574. package/transpiled/react/Icons/DotsWhite.d.ts +2 -0
  575. package/transpiled/react/Icons/Dots_twake.d.ts +2 -0
  576. package/transpiled/react/Icons/Down.d.ts +2 -0
  577. package/transpiled/react/Icons/Down_twake.d.ts +2 -0
  578. package/transpiled/react/Icons/Download.d.ts +2 -0
  579. package/transpiled/react/Icons/Download_twake.d.ts +2 -0
  580. package/transpiled/react/Icons/DrawingArrowUp.d.ts +2 -0
  581. package/transpiled/react/Icons/Drive.d.ts +2 -0
  582. package/transpiled/react/Icons/DriveText.d.ts +2 -0
  583. package/transpiled/react/Icons/Drive_twake.d.ts +2 -0
  584. package/transpiled/react/Icons/Dropdown.d.ts +2 -0
  585. package/transpiled/react/Icons/DropdownClose.d.ts +2 -0
  586. package/transpiled/react/Icons/DropdownClose_twake.d.ts +2 -0
  587. package/transpiled/react/Icons/DropdownOpen.d.ts +2 -0
  588. package/transpiled/react/Icons/DropdownOpen_twake.d.ts +2 -0
  589. package/transpiled/react/Icons/Dropdown_twake.d.ts +2 -0
  590. package/transpiled/react/Icons/Dropup.d.ts +2 -0
  591. package/transpiled/react/Icons/Dropup_twake.d.ts +2 -0
  592. package/transpiled/react/Icons/Ecolyo.d.ts +2 -0
  593. package/transpiled/react/Icons/ElectricBike.d.ts +2 -0
  594. package/transpiled/react/Icons/ElectricBike_twake.d.ts +2 -0
  595. package/transpiled/react/Icons/ElectricCar.d.ts +2 -0
  596. package/transpiled/react/Icons/ElectricCar_twake.d.ts +2 -0
  597. package/transpiled/react/Icons/ElectricScooter.d.ts +2 -0
  598. package/transpiled/react/Icons/ElectricScooter_twake.d.ts +2 -0
  599. package/transpiled/react/Icons/Email.d.ts +2 -0
  600. package/transpiled/react/Icons/EmailNotification.d.ts +2 -0
  601. package/transpiled/react/Icons/EmailNotification_twake.d.ts +2 -0
  602. package/transpiled/react/Icons/Email_twake.d.ts +2 -0
  603. package/transpiled/react/Icons/Energy.d.ts +2 -0
  604. package/transpiled/react/Icons/Energy_twake.d.ts +2 -0
  605. package/transpiled/react/Icons/Energy_twake.js +2 -5
  606. package/transpiled/react/Icons/Energybreakdown.d.ts +2 -0
  607. package/transpiled/react/Icons/Energybreakdown_twake.d.ts +2 -0
  608. package/transpiled/react/Icons/Energybreakdown_twake.js +2 -5
  609. package/transpiled/react/Icons/Eu.d.ts +2 -0
  610. package/transpiled/react/Icons/Euro.d.ts +2 -0
  611. package/transpiled/react/Icons/Euro_twake.d.ts +2 -0
  612. package/transpiled/react/Icons/Exchange.d.ts +2 -0
  613. package/transpiled/react/Icons/Exchange_twake.d.ts +2 -0
  614. package/transpiled/react/Icons/Eye.d.ts +2 -0
  615. package/transpiled/react/Icons/EyeClosed.d.ts +2 -0
  616. package/transpiled/react/Icons/EyeClosed_twake.d.ts +2 -0
  617. package/transpiled/react/Icons/Eye_twake.d.ts +2 -0
  618. package/transpiled/react/Icons/FaceId.d.ts +2 -0
  619. package/transpiled/react/Icons/FaceId_twake.d.ts +2 -0
  620. package/transpiled/react/Icons/Fallback.d.ts +2 -0
  621. package/transpiled/react/Icons/Fallback_twake.d.ts +2 -0
  622. package/transpiled/react/Icons/Fallback_twake.js +1 -2
  623. package/transpiled/react/Icons/Family.d.ts +2 -0
  624. package/transpiled/react/Icons/Family_twake.d.ts +2 -0
  625. package/transpiled/react/Icons/Family_twake.js +2 -5
  626. package/transpiled/react/Icons/File.d.ts +2 -0
  627. package/transpiled/react/Icons/FileAdd.d.ts +2 -0
  628. package/transpiled/react/Icons/FileAdd_twake.d.ts +2 -0
  629. package/transpiled/react/Icons/FileDuotone.d.ts +2 -0
  630. package/transpiled/react/Icons/FileDuotone_twake.d.ts +2 -0
  631. package/transpiled/react/Icons/FileNew.d.ts +2 -0
  632. package/transpiled/react/Icons/FileNew_twake.d.ts +2 -0
  633. package/transpiled/react/Icons/FileNone.d.ts +2 -0
  634. package/transpiled/react/Icons/FileOutline.d.ts +2 -0
  635. package/transpiled/react/Icons/FileOutline_twake.d.ts +2 -0
  636. package/transpiled/react/Icons/FileTypeAudio.d.ts +2 -0
  637. package/transpiled/react/Icons/FileTypeAudio_twake.d.ts +2 -0
  638. package/transpiled/react/Icons/FileTypeBankingAccount.d.ts +2 -0
  639. package/transpiled/react/Icons/FileTypeBankingAccount_twake.d.ts +2 -0
  640. package/transpiled/react/Icons/FileTypeBin.d.ts +2 -0
  641. package/transpiled/react/Icons/FileTypeBin_twake.d.ts +2 -0
  642. package/transpiled/react/Icons/FileTypeCode.d.ts +2 -0
  643. package/transpiled/react/Icons/FileTypeCode_twake.d.ts +2 -0
  644. package/transpiled/react/Icons/FileTypeFiles.d.ts +2 -0
  645. package/transpiled/react/Icons/FileTypeFiles_twake.d.ts +2 -0
  646. package/transpiled/react/Icons/FileTypeFolder.d.ts +2 -0
  647. package/transpiled/react/Icons/FileTypeFolder_twake.d.ts +2 -0
  648. package/transpiled/react/Icons/FileTypeImage.d.ts +2 -0
  649. package/transpiled/react/Icons/FileTypeImage_twake.d.ts +2 -0
  650. package/transpiled/react/Icons/FileTypeNote.d.ts +2 -0
  651. package/transpiled/react/Icons/FileTypeNote_twake.d.ts +2 -0
  652. package/transpiled/react/Icons/FileTypePdf.d.ts +2 -0
  653. package/transpiled/react/Icons/FileTypePdf_twake.d.ts +2 -0
  654. package/transpiled/react/Icons/FileTypeServer.d.ts +2 -0
  655. package/transpiled/react/Icons/FileTypeServer_twake.d.ts +2 -0
  656. package/transpiled/react/Icons/FileTypeSheet.d.ts +2 -0
  657. package/transpiled/react/Icons/FileTypeSheet_twake.d.ts +2 -0
  658. package/transpiled/react/Icons/FileTypeSlide.d.ts +2 -0
  659. package/transpiled/react/Icons/FileTypeSlide_twake.d.ts +2 -0
  660. package/transpiled/react/Icons/FileTypeText.d.ts +2 -0
  661. package/transpiled/react/Icons/FileTypeText_twake.d.ts +2 -0
  662. package/transpiled/react/Icons/FileTypeVideo.d.ts +2 -0
  663. package/transpiled/react/Icons/FileTypeVideo_twake.d.ts +2 -0
  664. package/transpiled/react/Icons/FileTypeZip.d.ts +2 -0
  665. package/transpiled/react/Icons/FileTypeZip_twake.d.ts +2 -0
  666. package/transpiled/react/Icons/File_twake.d.ts +2 -0
  667. package/transpiled/react/Icons/Files.d.ts +2 -0
  668. package/transpiled/react/Icons/FilesPen.d.ts +2 -0
  669. package/transpiled/react/Icons/FilesPen_twake.d.ts +2 -0
  670. package/transpiled/react/Icons/FilesPen_twake.js +1 -2
  671. package/transpiled/react/Icons/FilesVersions.d.ts +2 -0
  672. package/transpiled/react/Icons/FilesVersions_twake.d.ts +2 -0
  673. package/transpiled/react/Icons/FilesVersions_twake.js +1 -2
  674. package/transpiled/react/Icons/Files_twake.d.ts +2 -0
  675. package/transpiled/react/Icons/Filter.d.ts +2 -0
  676. package/transpiled/react/Icons/Filter_twake.d.ts +2 -0
  677. package/transpiled/react/Icons/Fingerprint.d.ts +2 -0
  678. package/transpiled/react/Icons/Fingerprint_twake.d.ts +2 -0
  679. package/transpiled/react/Icons/Fitness.d.ts +2 -0
  680. package/transpiled/react/Icons/Fitness_twake.d.ts +2 -0
  681. package/transpiled/react/Icons/Flag.d.ts +2 -0
  682. package/transpiled/react/Icons/FlagOutlined.d.ts +2 -0
  683. package/transpiled/react/Icons/FlagOutlined_twake.d.ts +2 -0
  684. package/transpiled/react/Icons/Flag_twake.d.ts +2 -0
  685. package/transpiled/react/Icons/FlashAuto.d.ts +2 -0
  686. package/transpiled/react/Icons/FlashAuto_twake.d.ts +2 -0
  687. package/transpiled/react/Icons/Flashlight.d.ts +2 -0
  688. package/transpiled/react/Icons/Flashlight_twake.d.ts +2 -0
  689. package/transpiled/react/Icons/FodlerOpen_twake.d.ts +2 -0
  690. package/transpiled/react/Icons/Folder.d.ts +2 -0
  691. package/transpiled/react/Icons/FolderAdd.d.ts +2 -0
  692. package/transpiled/react/Icons/FolderAdd_twake.d.ts +2 -0
  693. package/transpiled/react/Icons/FolderMoveto.d.ts +2 -0
  694. package/transpiled/react/Icons/FolderMoveto_twake.d.ts +2 -0
  695. package/transpiled/react/Icons/FolderOpen.d.ts +2 -0
  696. package/transpiled/react/Icons/FolderOpen_twake.d.ts +2 -0
  697. package/transpiled/react/Icons/Folder_twake.d.ts +2 -0
  698. package/transpiled/react/Icons/Forbidden.d.ts +2 -0
  699. package/transpiled/react/Icons/ForbiddenSign.d.ts +2 -0
  700. package/transpiled/react/Icons/ForbiddenSign_twake.d.ts +2 -0
  701. package/transpiled/react/Icons/Forbidden_twake.d.ts +2 -0
  702. package/transpiled/react/Icons/Forbiddent_twake.d.ts +2 -0
  703. package/transpiled/react/Icons/FromUser.d.ts +2 -0
  704. package/transpiled/react/Icons/FromUser_twake.d.ts +2 -0
  705. package/transpiled/react/Icons/Gear.d.ts +2 -0
  706. package/transpiled/react/Icons/Gear_twake.d.ts +2 -0
  707. package/transpiled/react/Icons/Globe.d.ts +2 -0
  708. package/transpiled/react/Icons/Globe_twake.d.ts +2 -0
  709. package/transpiled/react/Icons/Google.d.ts +2 -0
  710. package/transpiled/react/Icons/Gouv.d.ts +2 -0
  711. package/transpiled/react/Icons/GraphCircle.d.ts +2 -0
  712. package/transpiled/react/Icons/GraphCircle_twake.d.ts +2 -0
  713. package/transpiled/react/Icons/Grid.d.ts +2 -0
  714. package/transpiled/react/Icons/Grid_twake.d.ts +2 -0
  715. package/transpiled/react/Icons/GroupList.d.ts +2 -0
  716. package/transpiled/react/Icons/GroupList_twake.d.ts +2 -0
  717. package/transpiled/react/Icons/Groups.d.ts +2 -0
  718. package/transpiled/react/Icons/Groups_twake.d.ts +2 -0
  719. package/transpiled/react/Icons/Growth.d.ts +2 -0
  720. package/transpiled/react/Icons/Growth_twake.d.ts +2 -0
  721. package/transpiled/react/Icons/Hand.d.ts +2 -0
  722. package/transpiled/react/Icons/Hand_twake.d.ts +2 -0
  723. package/transpiled/react/Icons/Heart.d.ts +2 -0
  724. package/transpiled/react/Icons/Heart_twake.d.ts +2 -0
  725. package/transpiled/react/Icons/Help.d.ts +2 -0
  726. package/transpiled/react/Icons/HelpOutlined.d.ts +2 -0
  727. package/transpiled/react/Icons/HelpOutlined_twake.d.ts +2 -0
  728. package/transpiled/react/Icons/Help_twake.d.ts +2 -0
  729. package/transpiled/react/Icons/History.d.ts +2 -0
  730. package/transpiled/react/Icons/History_twake.d.ts +2 -0
  731. package/transpiled/react/Icons/Home.d.ts +2 -0
  732. package/transpiled/react/Icons/HomePermissions.d.ts +2 -0
  733. package/transpiled/react/Icons/HomePermissions_twake.d.ts +2 -0
  734. package/transpiled/react/Icons/HomePermissions_twake.js +3 -8
  735. package/transpiled/react/Icons/Home_twake.d.ts +2 -0
  736. package/transpiled/react/Icons/Hourglass.d.ts +2 -0
  737. package/transpiled/react/Icons/Hourglass_twake.d.ts +2 -0
  738. package/transpiled/react/Icons/IconCheckAnimated.d.ts +2 -0
  739. package/transpiled/react/Icons/IconCrossAnimated.d.ts +2 -0
  740. package/transpiled/react/Icons/Identities.d.ts +2 -0
  741. package/transpiled/react/Icons/Identities_twake.d.ts +2 -0
  742. package/transpiled/react/Icons/Identities_twake.js +2 -5
  743. package/transpiled/react/Icons/Image.d.ts +2 -0
  744. package/transpiled/react/Icons/Image_twake.d.ts +2 -0
  745. package/transpiled/react/Icons/Info.d.ts +2 -0
  746. package/transpiled/react/Icons/InfoOutlined.d.ts +2 -0
  747. package/transpiled/react/Icons/InfoOutlined_twake.d.ts +2 -0
  748. package/transpiled/react/Icons/Info_twake.d.ts +2 -0
  749. package/transpiled/react/Icons/Justice.d.ts +2 -0
  750. package/transpiled/react/Icons/Justice_twake.d.ts +2 -0
  751. package/transpiled/react/Icons/Key.d.ts +2 -0
  752. package/transpiled/react/Icons/Key_twake.d.ts +2 -0
  753. package/transpiled/react/Icons/Keychain.d.ts +2 -0
  754. package/transpiled/react/Icons/Keychain_twake.d.ts +2 -0
  755. package/transpiled/react/Icons/Keychain_twake.js +2 -5
  756. package/transpiled/react/Icons/Konnectors.d.ts +2 -0
  757. package/transpiled/react/Icons/KonnectorsResult.d.ts +2 -0
  758. package/transpiled/react/Icons/KonnectorsResult_twake.d.ts +2 -0
  759. package/transpiled/react/Icons/KonnectorsResult_twake.js +2 -5
  760. package/transpiled/react/Icons/Konnectors_twake.d.ts +2 -0
  761. package/transpiled/react/Icons/Konnectors_twake.js +2 -5
  762. package/transpiled/react/Icons/LabelOutlined.d.ts +2 -0
  763. package/transpiled/react/Icons/LabelOutlined_twake.d.ts +2 -0
  764. package/transpiled/react/Icons/Label_twake.d.ts +2 -0
  765. package/transpiled/react/Icons/Laptop.d.ts +2 -0
  766. package/transpiled/react/Icons/Laptop_twake.d.ts +2 -0
  767. package/transpiled/react/Icons/Laudry.d.ts +2 -0
  768. package/transpiled/react/Icons/Laudry_twake.d.ts +2 -0
  769. package/transpiled/react/Icons/Left.d.ts +2 -0
  770. package/transpiled/react/Icons/Left_twake.d.ts +2 -0
  771. package/transpiled/react/Icons/Library.d.ts +2 -0
  772. package/transpiled/react/Icons/Library_twake.d.ts +2 -0
  773. package/transpiled/react/Icons/Lightbulb.d.ts +2 -0
  774. package/transpiled/react/Icons/Lightbulb_twake.d.ts +2 -0
  775. package/transpiled/react/Icons/Lightning.d.ts +2 -0
  776. package/transpiled/react/Icons/Lightning_twake.d.ts +2 -0
  777. package/transpiled/react/Icons/Link.d.ts +2 -0
  778. package/transpiled/react/Icons/LinkOut.d.ts +2 -0
  779. package/transpiled/react/Icons/LinkOut_twake.d.ts +2 -0
  780. package/transpiled/react/Icons/Link_twake.d.ts +2 -0
  781. package/transpiled/react/Icons/List.d.ts +2 -0
  782. package/transpiled/react/Icons/ListMin.d.ts +2 -0
  783. package/transpiled/react/Icons/ListMin_twake.d.ts +2 -0
  784. package/transpiled/react/Icons/List_twake.d.ts +2 -0
  785. package/transpiled/react/Icons/Location.d.ts +2 -0
  786. package/transpiled/react/Icons/LocationPermissions.d.ts +2 -0
  787. package/transpiled/react/Icons/LocationPermissions_twake.d.ts +2 -0
  788. package/transpiled/react/Icons/LocationPermissions_twake.js +2 -5
  789. package/transpiled/react/Icons/Location_twake.d.ts +2 -0
  790. package/transpiled/react/Icons/Lock.d.ts +2 -0
  791. package/transpiled/react/Icons/LockScreen.d.ts +2 -0
  792. package/transpiled/react/Icons/LockScreen_twake.d.ts +2 -0
  793. package/transpiled/react/Icons/Lock_twake.d.ts +2 -0
  794. package/transpiled/react/Icons/Logout.d.ts +2 -0
  795. package/transpiled/react/Icons/LogoutLarge.d.ts +2 -0
  796. package/transpiled/react/Icons/LogoutLarge_twake.d.ts +2 -0
  797. package/transpiled/react/Icons/LogoutLarge_twake.js +2 -5
  798. package/transpiled/react/Icons/Logout_twake.d.ts +2 -0
  799. package/transpiled/react/Icons/MagicTrick.d.ts +2 -0
  800. package/transpiled/react/Icons/MagicTrick_twake.d.ts +2 -0
  801. package/transpiled/react/Icons/Magnet.d.ts +2 -0
  802. package/transpiled/react/Icons/Magnifier.d.ts +2 -0
  803. package/transpiled/react/Icons/Magnifier_twake.d.ts +2 -0
  804. package/transpiled/react/Icons/Mail.d.ts +2 -0
  805. package/transpiled/react/Icons/MailText.d.ts +2 -0
  806. package/transpiled/react/Icons/Mail_twake.d.ts +2 -0
  807. package/transpiled/react/Icons/Merge.d.ts +2 -0
  808. package/transpiled/react/Icons/Merge_twake.d.ts +2 -0
  809. package/transpiled/react/Icons/Moped.d.ts +2 -0
  810. package/transpiled/react/Icons/Moped_twake.d.ts +2 -0
  811. package/transpiled/react/Icons/Mosaic.d.ts +2 -0
  812. package/transpiled/react/Icons/MosaicMin.d.ts +2 -0
  813. package/transpiled/react/Icons/MosaicMin_twake.d.ts +2 -0
  814. package/transpiled/react/Icons/Motorcycle.d.ts +2 -0
  815. package/transpiled/react/Icons/Motorcycle_twake.d.ts +2 -0
  816. package/transpiled/react/Icons/Mountain.d.ts +2 -0
  817. package/transpiled/react/Icons/Mountain_twake.d.ts +2 -0
  818. package/transpiled/react/Icons/Movement.d.ts +2 -0
  819. package/transpiled/react/Icons/MovementIn.d.ts +2 -0
  820. package/transpiled/react/Icons/MovementIn_twake.d.ts +2 -0
  821. package/transpiled/react/Icons/MovementOut.d.ts +2 -0
  822. package/transpiled/react/Icons/MovementOut_twake.d.ts +2 -0
  823. package/transpiled/react/Icons/Movement_twake.d.ts +2 -0
  824. package/transpiled/react/Icons/Moveto.d.ts +2 -0
  825. package/transpiled/react/Icons/Moveto_twake.d.ts +2 -0
  826. package/transpiled/react/Icons/MultiFiles.d.ts +2 -0
  827. package/transpiled/react/Icons/MultiFiles_twake.d.ts +2 -0
  828. package/transpiled/react/Icons/Music.d.ts +2 -0
  829. package/transpiled/react/Icons/Music_twake.d.ts +2 -0
  830. package/transpiled/react/Icons/New.d.ts +2 -0
  831. package/transpiled/react/Icons/New_twake.d.ts +2 -0
  832. package/transpiled/react/Icons/Next.d.ts +2 -0
  833. package/transpiled/react/Icons/Next_twake.d.ts +2 -0
  834. package/transpiled/react/Icons/Note.d.ts +2 -0
  835. package/transpiled/react/Icons/Note_twake.d.ts +2 -0
  836. package/transpiled/react/Icons/Notes.d.ts +2 -0
  837. package/transpiled/react/Icons/NotesText.d.ts +2 -0
  838. package/transpiled/react/Icons/Notes_twake.d.ts +2 -0
  839. package/transpiled/react/Icons/NotificationEmail.d.ts +2 -0
  840. package/transpiled/react/Icons/NotificationEmail_twake.d.ts +2 -0
  841. package/transpiled/react/Icons/Notifications.d.ts +2 -0
  842. package/transpiled/react/Icons/Notifications_twake.d.ts +2 -0
  843. package/transpiled/react/Icons/Notifications_twake.js +2 -5
  844. package/transpiled/react/Icons/Number.d.ts +2 -0
  845. package/transpiled/react/Icons/Number_twake.d.ts +2 -0
  846. package/transpiled/react/Icons/Offline.d.ts +2 -0
  847. package/transpiled/react/Icons/Offline_twake.d.ts +2 -0
  848. package/transpiled/react/Icons/Online.d.ts +2 -0
  849. package/transpiled/react/Icons/Online_twake.d.ts +2 -0
  850. package/transpiled/react/Icons/Openapp.d.ts +2 -0
  851. package/transpiled/react/Icons/Openapp_twake.d.ts +2 -0
  852. package/transpiled/react/Icons/Openwith.d.ts +2 -0
  853. package/transpiled/react/Icons/Openwith_twake.d.ts +2 -0
  854. package/transpiled/react/Icons/Opinions.d.ts +2 -0
  855. package/transpiled/react/Icons/Opinions_twake.d.ts +2 -0
  856. package/transpiled/react/Icons/Opinions_twake.js +2 -5
  857. package/transpiled/react/Icons/Palette.d.ts +2 -0
  858. package/transpiled/react/Icons/Palette_twake.d.ts +2 -0
  859. package/transpiled/react/Icons/Paper.d.ts +2 -0
  860. package/transpiled/react/Icons/Paper_twake.d.ts +2 -0
  861. package/transpiled/react/Icons/Paperplane.d.ts +2 -0
  862. package/transpiled/react/Icons/Paperplane_twake.d.ts +2 -0
  863. package/transpiled/react/Icons/Papers.d.ts +2 -0
  864. package/transpiled/react/Icons/Papers_twake.d.ts +2 -0
  865. package/transpiled/react/Icons/Pass.d.ts +2 -0
  866. package/transpiled/react/Icons/PassText.d.ts +2 -0
  867. package/transpiled/react/Icons/Pass_twake.d.ts +2 -0
  868. package/transpiled/react/Icons/Password.d.ts +2 -0
  869. package/transpiled/react/Icons/Password_twake.d.ts +2 -0
  870. package/transpiled/react/Icons/Passwords.d.ts +2 -0
  871. package/transpiled/react/Icons/Passwords_twake.d.ts +2 -0
  872. package/transpiled/react/Icons/Passwords_twake.js +2 -4
  873. package/transpiled/react/Icons/Pen.d.ts +2 -0
  874. package/transpiled/react/Icons/Pen_twake.d.ts +2 -0
  875. package/transpiled/react/Icons/People.d.ts +2 -0
  876. package/transpiled/react/Icons/People_twake.d.ts +2 -0
  877. package/transpiled/react/Icons/Percent.d.ts +2 -0
  878. package/transpiled/react/Icons/PercentCircle.d.ts +2 -0
  879. package/transpiled/react/Icons/PercentCircle_twake.d.ts +2 -0
  880. package/transpiled/react/Icons/Percent_twake.d.ts +2 -0
  881. package/transpiled/react/Icons/Permissions.d.ts +2 -0
  882. package/transpiled/react/Icons/Permissions_twake.d.ts +2 -0
  883. package/transpiled/react/Icons/Permissions_twake.js +2 -5
  884. package/transpiled/react/Icons/PersonAdd.d.ts +2 -0
  885. package/transpiled/react/Icons/PersonalData.d.ts +2 -0
  886. package/transpiled/react/Icons/PersonalData_twake.d.ts +2 -0
  887. package/transpiled/react/Icons/Phone.d.ts +2 -0
  888. package/transpiled/react/Icons/PhoneDownload.d.ts +2 -0
  889. package/transpiled/react/Icons/PhoneDownload_twake.d.ts +2 -0
  890. package/transpiled/react/Icons/PhoneUpload.d.ts +2 -0
  891. package/transpiled/react/Icons/PhoneUpload_twake.d.ts +2 -0
  892. package/transpiled/react/Icons/Phone_twake.d.ts +2 -0
  893. package/transpiled/react/Icons/PhotosAlbum.d.ts +2 -0
  894. package/transpiled/react/Icons/PhotosAlbum_twake.d.ts +2 -0
  895. package/transpiled/react/Icons/PhotosAlbum_twake.js +2 -5
  896. package/transpiled/react/Icons/PhotosSettings.d.ts +2 -0
  897. package/transpiled/react/Icons/PhotosSettings_twake.d.ts +2 -0
  898. package/transpiled/react/Icons/PhotosSettings_twake.js +2 -5
  899. package/transpiled/react/Icons/PieChart.d.ts +2 -0
  900. package/transpiled/react/Icons/PieChart_twake.d.ts +2 -0
  901. package/transpiled/react/Icons/Pin.d.ts +2 -0
  902. package/transpiled/react/Icons/Pin_twake.d.ts +2 -0
  903. package/transpiled/react/Icons/Plane.d.ts +2 -0
  904. package/transpiled/react/Icons/Plane_twake.d.ts +2 -0
  905. package/transpiled/react/Icons/Plus.d.ts +2 -0
  906. package/transpiled/react/Icons/PlusSmall.d.ts +2 -0
  907. package/transpiled/react/Icons/PlusSmall_twake.d.ts +2 -0
  908. package/transpiled/react/Icons/Plus_twake.d.ts +2 -0
  909. package/transpiled/react/Icons/PopInside.d.ts +2 -0
  910. package/transpiled/react/Icons/PopInside_twake.d.ts +2 -0
  911. package/transpiled/react/Icons/Previous.d.ts +2 -0
  912. package/transpiled/react/Icons/Previous_twake.d.ts +2 -0
  913. package/transpiled/react/Icons/Printer.d.ts +2 -0
  914. package/transpiled/react/Icons/Printer_twake.d.ts +2 -0
  915. package/transpiled/react/Icons/Profile.d.ts +2 -0
  916. package/transpiled/react/Icons/Profile_twake.d.ts +2 -0
  917. package/transpiled/react/Icons/Profile_twake.js +2 -5
  918. package/transpiled/react/Icons/Qualify.d.ts +2 -0
  919. package/transpiled/react/Icons/Qualify_twake.d.ts +2 -0
  920. package/transpiled/react/Icons/RadioChecked.d.ts +2 -0
  921. package/transpiled/react/Icons/RadioChecked_twake.d.ts +2 -0
  922. package/transpiled/react/Icons/RadioUnchecked.d.ts +2 -0
  923. package/transpiled/react/Icons/RadioUnchecked_twake.d.ts +2 -0
  924. package/transpiled/react/Icons/Refresh.d.ts +2 -0
  925. package/transpiled/react/Icons/Refresh_twake.d.ts +2 -0
  926. package/transpiled/react/Icons/Relationship.d.ts +2 -0
  927. package/transpiled/react/Icons/Relationship_twake.d.ts +2 -0
  928. package/transpiled/react/Icons/Remboursement.d.ts +2 -0
  929. package/transpiled/react/Icons/Remboursement_twake.d.ts +2 -0
  930. package/transpiled/react/Icons/Rename.d.ts +2 -0
  931. package/transpiled/react/Icons/Rename_twake.d.ts +2 -0
  932. package/transpiled/react/Icons/Repare.d.ts +2 -0
  933. package/transpiled/react/Icons/Repare_twake.d.ts +2 -0
  934. package/transpiled/react/Icons/Reply.d.ts +2 -0
  935. package/transpiled/react/Icons/Reply_twake.d.ts +2 -0
  936. package/transpiled/react/Icons/Restaurant.d.ts +2 -0
  937. package/transpiled/react/Icons/Restaurant_twake.d.ts +2 -0
  938. package/transpiled/react/Icons/Restore.d.ts +2 -0
  939. package/transpiled/react/Icons/RestoreStraight.d.ts +2 -0
  940. package/transpiled/react/Icons/RestoreStraight_twake.d.ts +2 -0
  941. package/transpiled/react/Icons/Restore_twake.d.ts +2 -0
  942. package/transpiled/react/Icons/Right.d.ts +2 -0
  943. package/transpiled/react/Icons/Right_twake.d.ts +2 -0
  944. package/transpiled/react/Icons/Rise.d.ts +2 -0
  945. package/transpiled/react/Icons/Rise_twake.d.ts +2 -0
  946. package/transpiled/react/Icons/RotateLeft.d.ts +2 -0
  947. package/transpiled/react/Icons/RotateLeft_twake.d.ts +2 -0
  948. package/transpiled/react/Icons/RotateRight.d.ts +2 -0
  949. package/transpiled/react/Icons/RotateRight_twake.d.ts +2 -0
  950. package/transpiled/react/Icons/SadCozy.d.ts +2 -0
  951. package/transpiled/react/Icons/Safe.d.ts +2 -0
  952. package/transpiled/react/Icons/SafePermissions.d.ts +2 -0
  953. package/transpiled/react/Icons/SafePermissions_twake.d.ts +2 -0
  954. package/transpiled/react/Icons/SafePermissions_twake.js +2 -5
  955. package/transpiled/react/Icons/Safe_twake.d.ts +2 -0
  956. package/transpiled/react/Icons/School.d.ts +2 -0
  957. package/transpiled/react/Icons/School_twake.d.ts +2 -0
  958. package/transpiled/react/Icons/Scooter.d.ts +2 -0
  959. package/transpiled/react/Icons/Scooter_twake.d.ts +2 -0
  960. package/transpiled/react/Icons/SelectAll.d.ts +2 -0
  961. package/transpiled/react/Icons/SelectAll_twake.d.ts +2 -0
  962. package/transpiled/react/Icons/Server.d.ts +2 -0
  963. package/transpiled/react/Icons/Server_twake.d.ts +2 -0
  964. package/transpiled/react/Icons/Setting.d.ts +2 -0
  965. package/transpiled/react/Icons/Setting_twake.d.ts +2 -0
  966. package/transpiled/react/Icons/Settings.d.ts +2 -0
  967. package/transpiled/react/Icons/Settings_twake.d.ts +2 -0
  968. package/transpiled/react/Icons/Settings_twake.js +2 -5
  969. package/transpiled/react/Icons/Share.d.ts +2 -0
  970. package/transpiled/react/Icons/ShareCircle.d.ts +2 -0
  971. package/transpiled/react/Icons/ShareGrey08.d.ts +2 -0
  972. package/transpiled/react/Icons/ShareIos.d.ts +2 -0
  973. package/transpiled/react/Icons/Share_twake.d.ts +2 -0
  974. package/transpiled/react/Icons/Sharings.d.ts +2 -0
  975. package/transpiled/react/Icons/Sharings_twake.d.ts +2 -0
  976. package/transpiled/react/Icons/Sharings_twake.js +2 -5
  977. package/transpiled/react/Icons/Shield.d.ts +2 -0
  978. package/transpiled/react/Icons/Shield_twake.d.ts +2 -0
  979. package/transpiled/react/Icons/Shop.d.ts +2 -0
  980. package/transpiled/react/Icons/Shop_twake.d.ts +2 -0
  981. package/transpiled/react/Icons/Sinister.d.ts +2 -0
  982. package/transpiled/react/Icons/Sinister_twake.d.ts +2 -0
  983. package/transpiled/react/Icons/Sinister_twake.js +2 -5
  984. package/transpiled/react/Icons/Sound.d.ts +2 -0
  985. package/transpiled/react/Icons/Sound_twake.d.ts +2 -0
  986. package/transpiled/react/Icons/Spinner.d.ts +2 -0
  987. package/transpiled/react/Icons/Spinner_twake.d.ts +2 -0
  988. package/transpiled/react/Icons/SportBag.d.ts +2 -0
  989. package/transpiled/react/Icons/Stack.d.ts +2 -0
  990. package/transpiled/react/Icons/Stack_twake.d.ts +2 -0
  991. package/transpiled/react/Icons/Star.d.ts +2 -0
  992. package/transpiled/react/Icons/StarOutline.d.ts +2 -0
  993. package/transpiled/react/Icons/StarOutline_twake.d.ts +2 -0
  994. package/transpiled/react/Icons/Star_twake.d.ts +2 -0
  995. package/transpiled/react/Icons/Stats.d.ts +2 -0
  996. package/transpiled/react/Icons/Stats_twake.d.ts +2 -0
  997. package/transpiled/react/Icons/Stop.d.ts +2 -0
  998. package/transpiled/react/Icons/Stop_twake.d.ts +2 -0
  999. package/transpiled/react/Icons/Store.d.ts +2 -0
  1000. package/transpiled/react/Icons/StoreText.d.ts +2 -0
  1001. package/transpiled/react/Icons/Store_twake.d.ts +2 -0
  1002. package/transpiled/react/Icons/Subway.d.ts +2 -0
  1003. package/transpiled/react/Icons/Subway_twake.d.ts +2 -0
  1004. package/transpiled/react/Icons/Support.d.ts +2 -0
  1005. package/transpiled/react/Icons/Support_twake.d.ts +2 -0
  1006. package/transpiled/react/Icons/Swap.d.ts +2 -0
  1007. package/transpiled/react/Icons/Swap_twake.d.ts +2 -0
  1008. package/transpiled/react/Icons/Sync.d.ts +2 -0
  1009. package/transpiled/react/Icons/SyncCozy.d.ts +2 -0
  1010. package/transpiled/react/Icons/Sync_twake.d.ts +2 -0
  1011. package/transpiled/react/Icons/Tab.d.ts +2 -0
  1012. package/transpiled/react/Icons/Tab_twake.d.ts +2 -0
  1013. package/transpiled/react/Icons/Tag.d.ts +2 -0
  1014. package/transpiled/react/Icons/Tag_twake.d.ts +2 -0
  1015. package/transpiled/react/Icons/Tags.d.ts +2 -0
  1016. package/transpiled/react/Icons/Tags_twake.d.ts +2 -0
  1017. package/transpiled/react/Icons/Tags_twake.js +3 -8
  1018. package/transpiled/react/Icons/Target.d.ts +2 -0
  1019. package/transpiled/react/Icons/Target_twake.d.ts +2 -0
  1020. package/transpiled/react/Icons/Task.d.ts +2 -0
  1021. package/transpiled/react/Icons/TaskToEffectuate.d.ts +2 -0
  1022. package/transpiled/react/Icons/TaskToEffectuate_twake.d.ts +2 -0
  1023. package/transpiled/react/Icons/TaskToEffectuate_twake.js +3 -8
  1024. package/transpiled/react/Icons/Task_twake.d.ts +2 -0
  1025. package/transpiled/react/Icons/Team.d.ts +2 -0
  1026. package/transpiled/react/Icons/Team_twake.d.ts +2 -0
  1027. package/transpiled/react/Icons/Telecom.d.ts +2 -0
  1028. package/transpiled/react/Icons/Telecom_twake.d.ts +2 -0
  1029. package/transpiled/react/Icons/Telephone.d.ts +2 -0
  1030. package/transpiled/react/Icons/Telephone_twake.d.ts +2 -0
  1031. package/transpiled/react/Icons/Text.d.ts +2 -0
  1032. package/transpiled/react/Icons/TextInfo.d.ts +2 -0
  1033. package/transpiled/react/Icons/TextInfo_twake.d.ts +2 -0
  1034. package/transpiled/react/Icons/Text_twake.d.ts +2 -0
  1035. package/transpiled/react/Icons/ToTheCloud.d.ts +2 -0
  1036. package/transpiled/react/Icons/ToTheCloud_twake.d.ts +2 -0
  1037. package/transpiled/react/Icons/Top.d.ts +2 -0
  1038. package/transpiled/react/Icons/TopSelect.d.ts +2 -0
  1039. package/transpiled/react/Icons/TopSelect_twake.d.ts +2 -0
  1040. package/transpiled/react/Icons/TopSelect_twake.js +2 -5
  1041. package/transpiled/react/Icons/Top_twake.d.ts +2 -0
  1042. package/transpiled/react/Icons/Train.d.ts +2 -0
  1043. package/transpiled/react/Icons/Train_twake.d.ts +2 -0
  1044. package/transpiled/react/Icons/Tram.d.ts +2 -0
  1045. package/transpiled/react/Icons/Tram_twake.d.ts +2 -0
  1046. package/transpiled/react/Icons/Trash.d.ts +2 -0
  1047. package/transpiled/react/Icons/TrashDuotone.d.ts +2 -0
  1048. package/transpiled/react/Icons/TrashDuotone_twake.d.ts +2 -0
  1049. package/transpiled/react/Icons/TrashDuotone_twake.js +2 -5
  1050. package/transpiled/react/Icons/Trash_twake.d.ts +2 -0
  1051. package/transpiled/react/Icons/Triggers.d.ts +2 -0
  1052. package/transpiled/react/Icons/Triggers_twake.d.ts +2 -0
  1053. package/transpiled/react/Icons/Triggers_twake.js +2 -5
  1054. package/transpiled/react/Icons/Trophy.d.ts +2 -0
  1055. package/transpiled/react/Icons/Trophy_twake.d.ts +2 -0
  1056. package/transpiled/react/Icons/TwakeText.d.ts +2 -0
  1057. package/transpiled/react/Icons/TwakeWorkplace.d.ts +2 -0
  1058. package/transpiled/react/Icons/Twake_workplace.d.ts +2 -0
  1059. package/transpiled/react/Icons/Twake_workplace.js +86 -0
  1060. package/transpiled/react/Icons/Uncloud.d.ts +2 -0
  1061. package/transpiled/react/Icons/Uncloud_twake.d.ts +2 -0
  1062. package/transpiled/react/Icons/Unknow.d.ts +2 -0
  1063. package/transpiled/react/Icons/Unknow_twake.d.ts +2 -0
  1064. package/transpiled/react/Icons/Unknown.d.ts +0 -0
  1065. package/transpiled/react/Icons/Unlink.d.ts +2 -0
  1066. package/transpiled/react/Icons/Unlink_twake.d.ts +2 -0
  1067. package/transpiled/react/Icons/Unlock.d.ts +2 -0
  1068. package/transpiled/react/Icons/Unlock_twake.d.ts +2 -0
  1069. package/transpiled/react/Icons/Up.d.ts +2 -0
  1070. package/transpiled/react/Icons/Up_twake.d.ts +2 -0
  1071. package/transpiled/react/Icons/Upload.d.ts +2 -0
  1072. package/transpiled/react/Icons/Upload_twake.d.ts +2 -0
  1073. package/transpiled/react/Icons/Versioning.d.ts +2 -0
  1074. package/transpiled/react/Icons/Versioning_twake.d.ts +2 -0
  1075. package/transpiled/react/Icons/Versioning_twake.js +2 -5
  1076. package/transpiled/react/Icons/Videos.d.ts +2 -0
  1077. package/transpiled/react/Icons/Videos_twake.d.ts +2 -0
  1078. package/transpiled/react/Icons/Walk.d.ts +2 -0
  1079. package/transpiled/react/Icons/Walk_twake.d.ts +2 -0
  1080. package/transpiled/react/Icons/Wallet.d.ts +2 -0
  1081. package/transpiled/react/Icons/WalletAdd.d.ts +2 -0
  1082. package/transpiled/react/Icons/WalletNew.d.ts +2 -0
  1083. package/transpiled/react/Icons/Wallet_twake.d.ts +2 -0
  1084. package/transpiled/react/Icons/Warn.d.ts +2 -0
  1085. package/transpiled/react/Icons/Warn_twake.d.ts +2 -0
  1086. package/transpiled/react/Icons/Warning.d.ts +2 -0
  1087. package/transpiled/react/Icons/WarningCircle.d.ts +2 -0
  1088. package/transpiled/react/Icons/WarningCircle_twake.d.ts +2 -0
  1089. package/transpiled/react/Icons/Warning_twake.d.ts +2 -0
  1090. package/transpiled/react/Icons/Water.d.ts +2 -0
  1091. package/transpiled/react/Icons/Water_twake.d.ts +2 -0
  1092. package/transpiled/react/Icons/Work.d.ts +2 -0
  1093. package/transpiled/react/Icons/Work_twake.d.ts +2 -0
  1094. package/transpiled/react/Icons/WorkplaceText.d.ts +2 -0
  1095. package/transpiled/react/Icons/WrenchCircle.d.ts +2 -0
  1096. package/transpiled/react/Icons/WrenchCircle_twake.d.ts +2 -0
  1097. package/transpiled/react/InfosBadge/index.d.ts +5 -0
  1098. package/transpiled/react/Input/index.d.ts +3 -0
  1099. package/transpiled/react/InputAdornment/index.d.ts +2 -0
  1100. package/transpiled/react/InputBase/index.d.ts +2 -0
  1101. package/transpiled/react/InputGroup/index.d.ts +30 -0
  1102. package/transpiled/react/IntentDialogOpener/IntentDialogOpener.d.ts +32 -0
  1103. package/transpiled/react/IntentDialogOpener/index.d.ts +1 -0
  1104. package/transpiled/react/IntentHeader/index.d.ts +23 -0
  1105. package/transpiled/react/IntentIframe/IntentIframe.d.ts +8 -0
  1106. package/transpiled/react/IntentIframe/index.d.ts +1 -0
  1107. package/transpiled/react/IntentWrapper/index.d.ts +20 -0
  1108. package/transpiled/react/Label/index.d.ts +20 -0
  1109. package/transpiled/react/Labs/CollectionField/index.d.ts +23 -0
  1110. package/transpiled/react/Labs/ExperimentalDialog/index.d.ts +4 -0
  1111. package/transpiled/react/Labs/IconGrid/index.d.ts +4 -0
  1112. package/transpiled/react/Labs/PasswordInput/helpers.d.ts +4 -0
  1113. package/transpiled/react/Labs/PasswordInput/helpers.spec.d.ts +1 -0
  1114. package/transpiled/react/Labs/PasswordInput/index.d.ts +15 -0
  1115. package/transpiled/react/Labs/index.d.ts +0 -0
  1116. package/transpiled/react/Layout/Layout.d.ts +28 -0
  1117. package/transpiled/react/Layout/index.d.ts +1 -0
  1118. package/transpiled/react/LinearProgress/index.d.ts +2 -0
  1119. package/transpiled/react/Link/index.d.ts +2 -0
  1120. package/transpiled/react/List/index.d.ts +9 -0
  1121. package/transpiled/react/ListItem/ExpandedAttributes/ExpandedAttribute.d.ts +14 -0
  1122. package/transpiled/react/ListItem/ExpandedAttributes/helpers.d.ts +43 -0
  1123. package/transpiled/react/ListItem/ExpandedAttributes/helpers.spec.d.ts +1 -0
  1124. package/transpiled/react/ListItem/ExpandedAttributes/index.d.ts +2 -0
  1125. package/transpiled/react/ListItem/ListItemBase/Renaming/RenameDialog.d.ts +2 -0
  1126. package/transpiled/react/ListItem/ListItemBase/Renaming/RenameInput.d.ts +12 -0
  1127. package/transpiled/react/ListItem/ListItemBase/Renaming/helpers.d.ts +1 -0
  1128. package/transpiled/react/ListItem/ListItemBase/index.d.ts +2 -0
  1129. package/transpiled/react/ListItem/ListItemByDoc/index.d.ts +46 -0
  1130. package/transpiled/react/ListItem/ListItemContact/helpers.d.ts +1 -0
  1131. package/transpiled/react/ListItem/ListItemContact/helpers.spec.d.ts +1 -0
  1132. package/transpiled/react/ListItem/ListItemContact/index.d.ts +35 -0
  1133. package/transpiled/react/ListItem/ListItemContact/useActions.d.ts +2 -0
  1134. package/transpiled/react/ListItem/ListItemFile/ExpirationAnnotation.d.ts +2 -0
  1135. package/transpiled/react/ListItem/ListItemFile/ItemIcon.d.ts +12 -0
  1136. package/transpiled/react/ListItem/ListItemFile/PrimaryText.d.ts +12 -0
  1137. package/transpiled/react/ListItem/ListItemFile/SecondaryText.d.ts +12 -0
  1138. package/transpiled/react/ListItem/ListItemFile/index.d.ts +37 -0
  1139. package/transpiled/react/ListItem/hoc/withListItemLocales.d.ts +8 -0
  1140. package/transpiled/react/ListItem/index.d.ts +10 -0
  1141. package/transpiled/react/ListItemAvatar/index.d.ts +2 -0
  1142. package/transpiled/react/ListItemIcon/index.d.ts +6 -0
  1143. package/transpiled/react/ListItemSecondaryAction/index.d.ts +2 -0
  1144. package/transpiled/react/ListItemText/index.d.ts +3 -0
  1145. package/transpiled/react/ListSubheader/index.d.ts +3 -0
  1146. package/transpiled/react/LoadMore/index.d.ts +12 -0
  1147. package/transpiled/react/Markdown/index.d.ts +4 -0
  1148. package/transpiled/react/Menu/index.d.ts +2 -0
  1149. package/transpiled/react/MenuItem/index.d.ts +3 -0
  1150. package/transpiled/react/MenuList/index.d.ts +2 -0
  1151. package/transpiled/react/MidEllipsis/index.d.ts +3 -0
  1152. package/transpiled/react/MobileStepper/index.d.ts +2 -0
  1153. package/transpiled/react/Modal/index.d.ts +2 -0
  1154. package/transpiled/react/MuiCozyTheme/Divider/index.d.ts +2 -0
  1155. package/transpiled/react/MuiCozyTheme/List/index.d.ts +2 -0
  1156. package/transpiled/react/MuiCozyTheme/ListItem/index.d.ts +2 -0
  1157. package/transpiled/react/MuiCozyTheme/ListItemIcon/index.d.ts +2 -0
  1158. package/transpiled/react/MuiCozyTheme/ListItemSecondaryAction/index.d.ts +2 -0
  1159. package/transpiled/react/MuiTabs/index.d.ts +11 -0
  1160. package/transpiled/react/NativeSelect/index.d.ts +2 -0
  1161. package/transpiled/react/Nav/index.d.ts +30 -0
  1162. package/transpiled/react/Nav/locales/withNavLocales.d.ts +8 -0
  1163. package/transpiled/react/NavigationList/index.d.ts +12 -0
  1164. package/transpiled/react/NestedSelect/BottomSheet.d.ts +2 -0
  1165. package/transpiled/react/NestedSelect/ItemRow.d.ts +22 -0
  1166. package/transpiled/react/NestedSelect/Modal.d.ts +2 -0
  1167. package/transpiled/react/NestedSelect/NestedSelect.d.ts +82 -0
  1168. package/transpiled/react/NestedSelect/NestedSelect.spec.d.ts +1 -0
  1169. package/transpiled/react/NestedSelect/NestedSelectResponsive.d.ts +2 -0
  1170. package/transpiled/react/NestedSelect/helpers.d.ts +1 -0
  1171. package/transpiled/react/NestedSelect/helpers.spec.d.ts +1 -0
  1172. package/transpiled/react/NestedSelect/index.d.ts +4 -0
  1173. package/transpiled/react/NestedSelect/testing.d.ts +1 -0
  1174. package/transpiled/react/NoSsr/index.d.ts +2 -0
  1175. package/transpiled/react/OrderedList/index.d.ts +2 -0
  1176. package/transpiled/react/OutlinedInput/index.d.ts +2 -0
  1177. package/transpiled/react/Page/index.d.ts +14 -0
  1178. package/transpiled/react/Page/keyboard.d.ts +31 -0
  1179. package/transpiled/react/Panel/index.d.ts +21 -0
  1180. package/transpiled/react/Paper/index.d.ts +2 -0
  1181. package/transpiled/react/PasswordExample/index.d.ts +7 -0
  1182. package/transpiled/react/PasswordField/index.d.ts +8 -0
  1183. package/transpiled/react/Paywall/MaxAccountsByKonnectorPaywall.d.ts +2 -0
  1184. package/transpiled/react/Paywall/MaxAccountsPaywall.d.ts +2 -0
  1185. package/transpiled/react/Paywall/MaxDaysToCapturePaywall.d.ts +2 -0
  1186. package/transpiled/react/Paywall/MaxPapersPaywall.d.ts +2 -0
  1187. package/transpiled/react/Paywall/OnlyOfficePaywall.d.ts +16 -0
  1188. package/transpiled/react/Paywall/PasswordSharingPaywall.d.ts +10 -0
  1189. package/transpiled/react/Paywall/Paywall.d.ts +2 -0
  1190. package/transpiled/react/Paywall/Paywall.spec.d.ts +1 -0
  1191. package/transpiled/react/Paywall/QuotaPaywall.d.ts +13 -0
  1192. package/transpiled/react/Paywall/helpers.d.ts +1 -0
  1193. package/transpiled/react/Paywall/index.d.ts +7 -0
  1194. package/transpiled/react/Paywall/locales/withPaywallLocales.d.ts +2 -0
  1195. package/transpiled/react/PieChart/index.d.ts +30 -0
  1196. package/transpiled/react/PieChart/index.spec.d.ts +1 -0
  1197. package/transpiled/react/PointerAlert/index.d.ts +3 -0
  1198. package/transpiled/react/Popover/index.d.ts +2 -0
  1199. package/transpiled/react/Popper/index.d.ts +2 -0
  1200. package/transpiled/react/Popper/testing.d.ts +1 -0
  1201. package/transpiled/react/Popup/index.d.ts +62 -0
  1202. package/transpiled/react/Popup/index.spec.d.ts +1 -0
  1203. package/transpiled/react/PopupOpener/index.d.ts +20 -0
  1204. package/transpiled/react/Portal/index.d.ts +5 -0
  1205. package/transpiled/react/Progress/index.d.ts +2 -0
  1206. package/transpiled/react/ProgressionBanner/index.d.ts +9 -0
  1207. package/transpiled/react/QualificationGrid/helpers.d.ts +1 -0
  1208. package/transpiled/react/QualificationGrid/index.d.ts +2 -0
  1209. package/transpiled/react/QualificationGrid/locales/withLocales.d.ts +8 -0
  1210. package/transpiled/react/QualificationIconStack/index.d.ts +13 -0
  1211. package/transpiled/react/QualificationItem/index.d.ts +17 -0
  1212. package/transpiled/react/QualificationModal/helpers.d.ts +14 -0
  1213. package/transpiled/react/QualificationModal/helpers.spec.d.ts +1 -0
  1214. package/transpiled/react/QualificationModal/index.d.ts +16 -0
  1215. package/transpiled/react/QualificationModal/locales/index.d.ts +6 -0
  1216. package/transpiled/react/RadioGroup/index.d.ts +2 -0
  1217. package/transpiled/react/Radios/index.d.ts +7 -0
  1218. package/transpiled/react/RootRef/index.d.ts +2 -0
  1219. package/transpiled/react/ScopedCssBaseline/index.d.ts +2 -0
  1220. package/transpiled/react/SearchBar/index.d.ts +3 -0
  1221. package/transpiled/react/SearchBar/index.js +5 -2
  1222. package/transpiled/react/SearchBar/locales/withOnlyLocales.d.ts +8 -0
  1223. package/transpiled/react/Select/index.d.ts +2 -0
  1224. package/transpiled/react/SelectBox/ControlDefault.d.ts +14 -0
  1225. package/transpiled/react/SelectBox/SelectBox.d.ts +108 -0
  1226. package/transpiled/react/SelectBox/SelectBoxWithFixedOptions.d.ts +8 -0
  1227. package/transpiled/react/SelectBox/index.d.ts +3 -0
  1228. package/transpiled/react/SelectionBar/SelectionBarAction.d.ts +14 -0
  1229. package/transpiled/react/SelectionBar/SelectionBarMore.d.ts +14 -0
  1230. package/transpiled/react/SelectionBar/helpers.d.ts +7 -0
  1231. package/transpiled/react/SelectionBar/helpers.spec.d.ts +1 -0
  1232. package/transpiled/react/SelectionBar/index.d.ts +25 -0
  1233. package/transpiled/react/SelectionBar/useMaxActions.d.ts +7 -0
  1234. package/transpiled/react/Sidebar/index.d.ts +13 -0
  1235. package/transpiled/react/Skeleton/index.d.ts +2 -0
  1236. package/transpiled/react/Skeletons/ListItemSkeleton.d.ts +14 -0
  1237. package/transpiled/react/Skeletons/ListSkeleton.d.ts +19 -0
  1238. package/transpiled/react/Skeletons/index.d.ts +2 -0
  1239. package/transpiled/react/Slide/index.d.ts +2 -0
  1240. package/transpiled/react/Slider/index.d.ts +2 -0
  1241. package/transpiled/react/Snackbar/index.d.ts +3 -0
  1242. package/transpiled/react/SnackbarContent/index.d.ts +2 -0
  1243. package/transpiled/react/Spinner/index.d.ts +37 -0
  1244. package/transpiled/react/SquareAppIcon/SquareAppIcon.spec.d.ts +1 -0
  1245. package/transpiled/react/SquareAppIcon/index.d.ts +26 -0
  1246. package/transpiled/react/Stack/index.d.ts +17 -0
  1247. package/transpiled/react/Step/index.d.ts +2 -0
  1248. package/transpiled/react/StepButton/index.d.ts +2 -0
  1249. package/transpiled/react/StepConnector/index.d.ts +2 -0
  1250. package/transpiled/react/StepContent/index.d.ts +2 -0
  1251. package/transpiled/react/StepIcon/index.d.ts +2 -0
  1252. package/transpiled/react/StepLabel/index.d.ts +2 -0
  1253. package/transpiled/react/Stepper/index.d.ts +4 -0
  1254. package/transpiled/react/Stepper/testing.d.ts +1 -0
  1255. package/transpiled/react/SvgIcon/index.d.ts +2 -0
  1256. package/transpiled/react/SwipeableDrawer/index.d.ts +2 -0
  1257. package/transpiled/react/Switch/index.d.ts +5 -0
  1258. package/transpiled/react/Tab/index.d.ts +2 -0
  1259. package/transpiled/react/Table/index.d.ts +2 -0
  1260. package/transpiled/react/TableBody/index.d.ts +2 -0
  1261. package/transpiled/react/TableCell/index.d.ts +2 -0
  1262. package/transpiled/react/TableContainer/index.d.ts +2 -0
  1263. package/transpiled/react/TableFooter/index.d.ts +2 -0
  1264. package/transpiled/react/TableHead/index.d.ts +2 -0
  1265. package/transpiled/react/TablePagination/index.d.ts +2 -0
  1266. package/transpiled/react/TableRow/index.d.ts +2 -0
  1267. package/transpiled/react/TableSortLabel/index.d.ts +2 -0
  1268. package/transpiled/react/Tabs/index.d.ts +3 -0
  1269. package/transpiled/react/TextField/MobileSelect.d.ts +3 -0
  1270. package/transpiled/react/TextField/index.d.ts +3 -0
  1271. package/transpiled/react/Textarea/index.d.ts +3 -0
  1272. package/transpiled/react/TextareaAutosize/index.d.ts +2 -0
  1273. package/transpiled/react/Thumbnail/index.d.ts +22 -0
  1274. package/transpiled/react/Timeline/index.d.ts +2 -0
  1275. package/transpiled/react/TimelineConnector/index.d.ts +2 -0
  1276. package/transpiled/react/TimelineContent/index.d.ts +2 -0
  1277. package/transpiled/react/TimelineDot/index.d.ts +2 -0
  1278. package/transpiled/react/TimelineItem/index.d.ts +2 -0
  1279. package/transpiled/react/TimelineOppositeContent/index.d.ts +2 -0
  1280. package/transpiled/react/TimelineSeparator/index.d.ts +2 -0
  1281. package/transpiled/react/Toggle/index.d.ts +18 -0
  1282. package/transpiled/react/ToggleButton/index.d.ts +3 -0
  1283. package/transpiled/react/ToggleButtonGroup/index.d.ts +2 -0
  1284. package/transpiled/react/Toolbar/index.d.ts +2 -0
  1285. package/transpiled/react/Tooltip/index.d.ts +2 -0
  1286. package/transpiled/react/Typography/index.d.ts +14 -2
  1287. package/transpiled/react/Typography/index.js +1 -1
  1288. package/transpiled/react/UnorderedList/index.d.ts +2 -0
  1289. package/transpiled/react/UploadQueue/FileUploadProgress.d.ts +4 -0
  1290. package/transpiled/react/UploadQueue/Item.d.ts +3 -0
  1291. package/transpiled/react/UploadQueue/Pending.d.ts +3 -0
  1292. package/transpiled/react/UploadQueue/RemainingTime.d.ts +4 -0
  1293. package/transpiled/react/UploadQueue/helpers.d.ts +1 -0
  1294. package/transpiled/react/UploadQueue/index.d.ts +42 -0
  1295. package/transpiled/react/UploadQueue/index.spec.d.ts +1 -0
  1296. package/transpiled/react/UploadQueue/useStatusIcon.d.ts +1 -0
  1297. package/transpiled/react/Wizard/index.d.ts +75 -0
  1298. package/transpiled/react/Zoom/index.d.ts +2 -0
  1299. package/transpiled/react/deprecated/ActionMenu/ActionMenuHeader.d.ts +11 -0
  1300. package/transpiled/react/deprecated/ActionMenu/ActionMenuItem.d.ts +23 -0
  1301. package/transpiled/react/deprecated/ActionMenu/ActionMenuItemWrapper.d.ts +32 -0
  1302. package/transpiled/react/deprecated/ActionMenu/ActionMenuRadio.d.ts +1 -0
  1303. package/transpiled/react/deprecated/ActionMenu/ActionMenuWithClose.d.ts +7 -0
  1304. package/transpiled/react/deprecated/ActionMenu/ActionMenuWrapper.d.ts +12 -0
  1305. package/transpiled/react/deprecated/ActionMenu/Actions/ActionsItems.d.ts +18 -0
  1306. package/transpiled/react/deprecated/ActionMenu/Actions/call.d.ts +5 -0
  1307. package/transpiled/react/deprecated/ActionMenu/Actions/emailTo.d.ts +5 -0
  1308. package/transpiled/react/deprecated/ActionMenu/Actions/helpers.d.ts +3 -0
  1309. package/transpiled/react/deprecated/ActionMenu/Actions/helpers.spec.d.ts +1 -0
  1310. package/transpiled/react/deprecated/ActionMenu/Actions/hr.d.ts +4 -0
  1311. package/transpiled/react/deprecated/ActionMenu/Actions/index.d.ts +7 -0
  1312. package/transpiled/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.d.ts +8 -0
  1313. package/transpiled/react/deprecated/ActionMenu/Actions/modify.d.ts +4 -0
  1314. package/transpiled/react/deprecated/ActionMenu/Actions/smsTo.d.ts +5 -0
  1315. package/transpiled/react/deprecated/ActionMenu/Actions/viewInContacts.d.ts +4 -0
  1316. package/transpiled/react/deprecated/ActionMenu/NotInlineWrapper.d.ts +9 -0
  1317. package/transpiled/react/deprecated/ActionMenu/index.d.ts +48 -0
  1318. package/transpiled/react/deprecated/Alerter/Alert.d.ts +39 -0
  1319. package/transpiled/react/deprecated/Alerter/index.d.ts +50 -0
  1320. package/transpiled/react/deprecated/BottomDrawer/index.d.ts +31 -0
  1321. package/transpiled/react/deprecated/Button/index.d.ts +41 -0
  1322. package/transpiled/react/deprecated/ButtonAction/index.d.ts +21 -0
  1323. package/transpiled/react/deprecated/Chip/index.d.ts +26 -0
  1324. package/transpiled/react/deprecated/CompositeRow/index.d.ts +34 -0
  1325. package/transpiled/react/deprecated/GridItem/index.d.ts +12 -0
  1326. package/transpiled/react/deprecated/Infos/index.d.ts +26 -0
  1327. package/transpiled/react/deprecated/InfosCarrousel/index.d.ts +24 -0
  1328. package/transpiled/react/deprecated/InlineCard/index.d.ts +16 -0
  1329. package/transpiled/react/deprecated/IntentModal/IntentModal.d.ts +23 -0
  1330. package/transpiled/react/deprecated/IntentModal/index.d.ts +1 -0
  1331. package/transpiled/react/deprecated/IntentOpener/IntentOpener.d.ts +25 -0
  1332. package/transpiled/react/deprecated/IntentOpener/index.d.ts +1 -0
  1333. package/transpiled/react/deprecated/Media/Media.d.ts +24 -0
  1334. package/transpiled/react/deprecated/Media/index.d.ts +1 -0
  1335. package/transpiled/react/deprecated/Menus/index.d.ts +24 -0
  1336. package/transpiled/react/deprecated/Modal/AnimatedContentHeader.d.ts +6 -0
  1337. package/transpiled/react/deprecated/Modal/ModalBackButton.d.ts +2 -0
  1338. package/transpiled/react/deprecated/Modal/ModalButtons.d.ts +17 -0
  1339. package/transpiled/react/deprecated/Modal/ModalContent.d.ts +20 -0
  1340. package/transpiled/react/deprecated/Modal/ModalCross.d.ts +7 -0
  1341. package/transpiled/react/deprecated/Modal/ModalFooter.d.ts +5 -0
  1342. package/transpiled/react/deprecated/Modal/ModalHeader.d.ts +17 -0
  1343. package/transpiled/react/deprecated/Modal/ModalSection.d.ts +5 -0
  1344. package/transpiled/react/deprecated/Modal/index.d.ts +14 -0
  1345. package/transpiled/react/deprecated/NarrowContent/index.d.ts +2 -0
  1346. package/transpiled/react/deprecated/Overlay/index.d.ts +3 -0
  1347. package/transpiled/react/deprecated/PercentageBar/index.d.ts +2 -0
  1348. package/transpiled/react/deprecated/PercentageLine/index.d.ts +18 -0
  1349. package/transpiled/react/deprecated/PushClientButton/index.d.ts +16 -0
  1350. package/transpiled/react/deprecated/PushClientButton/index.spec.d.ts +1 -0
  1351. package/transpiled/react/deprecated/QuotaAlert/index.d.ts +7 -0
  1352. package/transpiled/react/deprecated/Radio/index.d.ts +21 -0
  1353. package/transpiled/react/deprecated/Radio/index.spec.d.ts +1 -0
  1354. package/transpiled/react/deprecated/RaisedList/index.d.ts +2 -0
  1355. package/transpiled/react/deprecated/Table/index.d.ts +7 -0
  1356. package/transpiled/react/deprecated/ViewStack/ModalStack.d.ts +16 -0
  1357. package/transpiled/react/deprecated/ViewStack/ViewStack.d.ts +13 -0
  1358. package/transpiled/react/deprecated/ViewStack/context.d.ts +3 -0
  1359. package/transpiled/react/deprecated/ViewStack/example.d.ts +3 -0
  1360. package/transpiled/react/deprecated/ViewStack/hooks.d.ts +1 -0
  1361. package/transpiled/react/deprecated/ViewStack/index.d.ts +3 -0
  1362. package/transpiled/react/helpers/acceptedTypes.d.ts +3 -0
  1363. package/transpiled/react/helpers/acceptedTypes.spec.d.ts +1 -0
  1364. package/transpiled/react/helpers/appDataset.d.ts +11 -0
  1365. package/transpiled/react/helpers/appDataset.spec.d.ts +1 -0
  1366. package/transpiled/react/helpers/breakpoints.d.ts +14 -0
  1367. package/transpiled/react/helpers/createDepreciationLogger.d.ts +2 -0
  1368. package/transpiled/react/helpers/createDepreciationLogger.spec.d.ts +1 -0
  1369. package/transpiled/react/helpers/getRandomUUID.d.ts +1 -0
  1370. package/transpiled/react/helpers/getRandomUUID.spec.d.ts +1 -0
  1371. package/transpiled/react/helpers/isTwakeTheme.d.ts +1 -1
  1372. package/transpiled/react/helpers/isTwakeTheme.js +5 -0
  1373. package/transpiled/react/helpers/migrateProps.d.ts +2 -0
  1374. package/transpiled/react/helpers/ref.d.ts +2 -0
  1375. package/transpiled/react/helpers/ref.spec.d.ts +1 -0
  1376. package/transpiled/react/helpers/useProgression.d.ts +9 -0
  1377. package/transpiled/react/helpers/withBreakpoints.d.ts +31 -0
  1378. package/transpiled/react/helpers/withBreakpoints.js +3 -0
  1379. package/transpiled/react/helpers/withOffline.d.ts +68 -0
  1380. package/transpiled/react/helpers/withState.d.ts +49 -0
  1381. package/transpiled/react/hooks/useBrowserOffline.d.ts +10 -0
  1382. package/transpiled/react/hooks/useBrowserOffline.spec.d.ts +1 -0
  1383. package/transpiled/react/hooks/useClientErrors.d.ts +29 -0
  1384. package/transpiled/react/hooks/useClientErrors.spec.d.ts +1 -0
  1385. package/transpiled/react/hooks/useConfirmExit/index.d.ts +41 -0
  1386. package/transpiled/react/hooks/useConfirmExit/index.spec.d.ts +1 -0
  1387. package/transpiled/react/hooks/useCycle.d.ts +12 -0
  1388. package/transpiled/react/hooks/useCycle.spec.d.ts +1 -0
  1389. package/transpiled/react/hooks/useEventListener.d.ts +2 -0
  1390. package/transpiled/react/hooks/useEventListener.spec.d.ts +1 -0
  1391. package/transpiled/react/hooks/usePeriodicRender.d.ts +7 -0
  1392. package/transpiled/react/hooks/usePeriodicRender.spec.d.ts +1 -0
  1393. package/transpiled/react/hooks/useRealtime.d.ts +2 -0
  1394. package/transpiled/react/hooks/useRealtime.spec.d.ts +1 -0
  1395. package/transpiled/react/hooks/useScroll.d.ts +14 -0
  1396. package/transpiled/react/hooks/useScroll.spec.d.ts +1 -0
  1397. package/transpiled/react/index.d.ts +115 -0
  1398. package/transpiled/react/jestLib/I18n.d.ts +6 -0
  1399. package/transpiled/react/legacy/Avatar/helpers.js +5 -0
  1400. package/transpiled/react/legacy/Avatar/index.d.ts +43 -0
  1401. package/transpiled/react/legacy/Breadcrumbs/index.d.ts +17 -0
  1402. package/transpiled/react/mocks/apps.d.ts +203 -0
  1403. package/transpiled/react/proptypes.d.ts +18 -0
  1404. package/transpiled/react/providers/Alert/index.d.ts +21 -0
  1405. package/transpiled/react/providers/Breakpoints/index.d.ts +5 -0
  1406. package/transpiled/react/providers/DemoProvider.d.ts +6 -0
  1407. package/transpiled/react/providers/Encrypted/index.d.ts +8 -0
  1408. package/transpiled/react/providers/I18n/createUseI18n.d.ts +6 -0
  1409. package/transpiled/react/providers/I18n/format.d.ts +3 -0
  1410. package/transpiled/react/providers/I18n/format.spec.d.ts +1 -0
  1411. package/transpiled/react/providers/I18n/helpers.d.ts +5 -0
  1412. package/transpiled/react/providers/I18n/index.d.ts +62 -0
  1413. package/transpiled/react/providers/I18n/index.js +11 -0
  1414. package/transpiled/react/providers/I18n/index.spec.d.ts +1 -0
  1415. package/transpiled/react/providers/I18n/translate.d.ts +3 -0
  1416. package/transpiled/react/providers/I18n/translation.d.ts +3 -0
  1417. package/transpiled/react/providers/I18n/useExtendI18n.d.ts +7 -0
  1418. package/transpiled/react/providers/I18n/withLocales.d.ts +8 -0
  1419. package/transpiled/react/providers/I18n/withLocales.spec.d.ts +1 -0
  1420. package/transpiled/react/providers/I18n/withOnlyLocales.d.ts +8 -0
  1421. package/transpiled/react/providers/Intent/index.d.ts +9 -0
  1422. package/transpiled/react/utils/color.spec.d.ts +1 -0
  1423. package/transpiled/react/utils/dom.d.ts +1 -0
  1424. package/transpiled/react/utils/react.d.ts +4 -0
  1425. package/transpiled/react/utils.d.ts +5 -0
  1426. package/tsconfig-build.json +3 -1
@@ -0,0 +1,23 @@
1
+ export const iconPropType: PropTypes.Requireable<string | object>;
2
+ export default Icon;
3
+ import PropTypes from "prop-types";
4
+ declare function Icon(props: any): any;
5
+ declare namespace Icon {
6
+ function isProperIcon(icon: any): any;
7
+ namespace propTypes {
8
+ export { iconPropType as icon };
9
+ export const width: PropTypes.Requireable<string | number>;
10
+ export const height: PropTypes.Requireable<string | number>;
11
+ export const color: PropTypes.Requireable<string | object>;
12
+ export const style: PropTypes.Requireable<object>;
13
+ export const className: PropTypes.Requireable<string>;
14
+ export const preserveColor: PropTypes.Requireable<boolean>;
15
+ export const size: PropTypes.Requireable<string | number>;
16
+ export const rotate: PropTypes.Requireable<number>;
17
+ export const spin: PropTypes.Requireable<boolean>;
18
+ }
19
+ namespace defaultProps {
20
+ const spin_1: boolean;
21
+ export { spin_1 as spin };
22
+ }
23
+ }
@@ -0,0 +1,3 @@
1
+ export default IconButton;
2
+ declare const IconButton: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
+ import React from "react";
@@ -0,0 +1,2 @@
1
+ declare var _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export default SvgAccount;
2
+ declare function SvgAccount(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAccountTwake;
2
+ declare function SvgAccountTwake(props: any): JSX.Element;
@@ -4,12 +4,9 @@ import React from 'react';
4
4
 
5
5
  function SvgAccountTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 16",
8
- fill: "none"
7
+ viewBox: "0 0 16 16"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M8 1.9a2.1 2.1 0 110 4.2 2.1 2.1 0 010-4.2zm0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H1.9V13c0-.64 3.13-2.1 6.1-2.1zM8 0C5.79 0 4 1.79 4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M8 1.9a2.1 2.1 0 110 4.2 2.1 2.1 0 010-4.2zm0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H1.9V13c0-.64 3.13-2.1 6.1-2.1zM8 0C5.79 0 4 1.79 4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
13
10
  }));
14
11
  }
15
12
 
@@ -0,0 +1,2 @@
1
+ export default SvgAccounts;
2
+ declare function SvgAccounts(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAccountsTwake;
2
+ declare function SvgAccountsTwake(props: any): JSX.Element;
@@ -4,12 +4,9 @@ import React from 'react';
4
4
 
5
5
  function SvgAccountsTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 14",
8
- fill: "none"
7
+ viewBox: "0 0 16 14"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M1.614 11.296v-.524c0-.275.129-.533.33-.654a8.786 8.786 0 014.51-1.243.16.16 0 01.065.009 5.564 5.564 0 01.476-1.598 5.924 5.924 0 00-.54-.024c-1.953 0-3.776.54-5.333 1.468C.412 9.15 0 9.94 0 10.772v2.138h7.472a5.754 5.754 0 01-.783-1.614H1.614zm4.841-4.841a3.227 3.227 0 100-6.455 3.227 3.227 0 100 6.455zm0-4.841c.887 0 1.614.726 1.614 1.613 0 .888-.727 1.614-1.614 1.614A1.618 1.618 0 014.84 3.227c0-.887.726-1.613 1.614-1.613zm8.674 8.068c0-.177-.025-.339-.049-.508l.92-.815-.807-1.396-1.17.396a2.943 2.943 0 00-.871-.509l-.242-1.202h-1.614l-.242 1.202a2.94 2.94 0 00-.871.509l-1.17-.396-.807 1.396.92.815c-.025.17-.049.33-.049.508s.024.34.049.509l-.92.814.807 1.396 1.17-.395c.258.218.548.387.871.508l.242 1.203h1.614l.242-1.203c.323-.12.613-.29.871-.508l1.17.395.807-1.396-.92-.814c.024-.17.049-.331.049-.509zm-3.026 1.614a1.618 1.618 0 01-1.614-1.614c0-.887.726-1.613 1.614-1.613.887 0 1.614.726 1.614 1.613 0 .888-.727 1.614-1.614 1.614z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M1.614 11.296v-.524c0-.275.129-.533.33-.654a8.786 8.786 0 014.51-1.243.16.16 0 01.065.009 5.564 5.564 0 01.476-1.598 5.924 5.924 0 00-.54-.024c-1.953 0-3.776.54-5.333 1.468C.412 9.15 0 9.94 0 10.772v2.138h7.472a5.754 5.754 0 01-.783-1.614H1.614zm4.841-4.841a3.227 3.227 0 100-6.455 3.227 3.227 0 100 6.455zm0-4.841c.887 0 1.614.726 1.614 1.613 0 .888-.727 1.614-1.614 1.614A1.618 1.618 0 014.84 3.227c0-.887.726-1.613 1.614-1.613zm8.674 8.068c0-.177-.025-.339-.049-.508l.92-.815-.807-1.396-1.17.396a2.943 2.943 0 00-.871-.509l-.242-1.202h-1.614l-.242 1.202a2.94 2.94 0 00-.871.509l-1.17-.396-.807 1.396.92.815c-.025.17-.049.33-.049.508s.024.34.049.509l-.92.814.807 1.396 1.17-.395c.258.218.548.387.871.508l.242 1.203h1.614l.242-1.203c.323-.12.613-.29.871-.508l1.17.395.807-1.396-.92-.814c.024-.17.049-.331.049-.509zm-3.026 1.614a1.618 1.618 0 01-1.614-1.614c0-.887.726-1.613 1.614-1.613.887 0 1.614.726 1.614 1.613 0 .888-.727 1.614-1.614 1.614z"
13
10
  }));
14
11
  }
15
12
 
@@ -0,0 +1,2 @@
1
+ export default SvgAlbum;
2
+ declare function SvgAlbum(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAlbumAdd;
2
+ declare function SvgAlbumAdd(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAlbumAddTwake;
2
+ declare function SvgAlbumAddTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAlbumRemove;
2
+ declare function SvgAlbumRemove(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAlbumRemoveTwake;
2
+ declare function SvgAlbumRemoveTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAlbumTwake;
2
+ declare function SvgAlbumTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAnswer;
2
+ declare function SvgAnswer(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAnswerTwake;
2
+ declare function SvgAnswerTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgApple;
2
+ declare function SvgApple(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgApps;
2
+ declare function SvgApps(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAppsTwake;
2
+ declare function SvgAppsTwake(props: any): JSX.Element;
@@ -4,18 +4,13 @@ import React from 'react';
4
4
 
5
5
  function SvgAppsTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 16",
8
- fill: "none"
7
+ viewBox: "0 0 16 16"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M7 1a1 1 0 00-1-1H1a1 1 0 00-1 1v5a1 1 0 001 1h5a1 1 0 001-1V1z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M7 1a1 1 0 00-1-1H1a1 1 0 00-1 1v5a1 1 0 001 1h5a1 1 0 001-1V1z"
13
10
  }), /*#__PURE__*/React.createElement("path", {
14
11
  fillRule: "evenodd",
15
12
  clipRule: "evenodd",
16
- d: "M9 1a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1h-5a1 1 0 01-1-1V1zm2 4V2h3v3h-3zm-1 4a1 1 0 00-1 1v5a1 1 0 001 1h5a1 1 0 001-1v-5a1 1 0 00-1-1h-5zm1 2v3h3v-3h-3zM0 10a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1H1a1 1 0 01-1-1v-5zm2 4v-3h3v3H2z",
17
- fill: "#1D212A",
18
- fillOpacity: 0.9
13
+ d: "M9 1a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1h-5a1 1 0 01-1-1V1zm2 4V2h3v3h-3zm-1 4a1 1 0 00-1 1v5a1 1 0 001 1h5a1 1 0 001-1v-5a1 1 0 00-1-1h-5zm1 2v3h3v-3h-3zM0 10a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1H1a1 1 0 01-1-1v-5zm2 4v-3h3v3H2z"
19
14
  }));
20
15
  }
21
16
 
@@ -0,0 +1,2 @@
1
+ export default SvgArchive;
2
+ declare function SvgArchive(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgArchiveTwake;
2
+ declare function SvgArchiveTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgArrowUp;
2
+ declare function SvgArrowUp(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgArrowUpTwake;
2
+ declare function SvgArrowUpTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAttachment;
2
+ declare function SvgAttachment(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAttachmentTwake;
2
+ declare function SvgAttachmentTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAttention;
2
+ declare function SvgAttention(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgAttentionTwake;
2
+ declare function SvgAttentionTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBank;
2
+ declare function SvgBank(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankAccounts;
2
+ declare function SvgBankAccounts(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankAccountsTwake;
2
+ declare function SvgBankAccountsTwake(props: any): JSX.Element;
@@ -4,14 +4,11 @@ import React from 'react';
4
4
 
5
5
  function SvgBankAccountsTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 17",
8
- fill: "none"
7
+ viewBox: "0 0 16 17"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
9
  fillRule: "evenodd",
11
10
  clipRule: "evenodd",
12
- d: "M7.979.532L.031 5.578v1.957h15.896V5.578L7.98.532zm3.985 13.012h1.992v-4.98h-1.992v4.98zm-4.981 0h1.992v-4.98H6.983v4.98zm-4.98 0h1.992v-4.98H2.002v4.98zM.03 16.532h15.896v-1.993H.031v1.993z",
13
- fill: "#1D212A",
14
- fillOpacity: 0.9
11
+ d: "M7.979.532L.031 5.578v1.957h15.896V5.578L7.98.532zm3.985 13.012h1.992v-4.98h-1.992v4.98zm-4.981 0h1.992v-4.98H6.983v4.98zm-4.98 0h1.992v-4.98H2.002v4.98zM.03 16.532h15.896v-1.993H.031v1.993z"
15
12
  }));
16
13
  }
17
14
 
@@ -0,0 +1,2 @@
1
+ export default SvgBankCheck;
2
+ declare function SvgBankCheck(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankGroups;
2
+ declare function SvgBankGroups(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankGroupsTwake;
2
+ declare function SvgBankGroupsTwake(props: any): JSX.Element;
@@ -4,14 +4,11 @@ import React from 'react';
4
4
 
5
5
  function SvgBankGroupsTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 17 17",
8
- fill: "none"
7
+ viewBox: "0 0 17 17"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
9
  fillRule: "evenodd",
11
10
  clipRule: "evenodd",
12
- d: "M8.01 1L.529 5.75v1.842H15.49V5.75L8.01 1zm3.75 8.912h1.875V8.56H11.76v1.352zm-4.688 1.411h1.875V8.56H7.072v2.763zm-4.687 1.924H4.26V8.56H2.385v4.687zM.529 16.06h7.5v-1.875H.53v1.875zm10.137-4.857l-1.494 1.866a.916.916 0 00-.201.58.92.92 0 00.201.58l1.494 1.866a.977.977 0 00.33.26.93.93 0 00.407.09h3.592a.9.9 0 00.663-.273.902.902 0 00.273-.662v-3.722a.9.9 0 00-.273-.662.902.902 0 00-.662-.273h-3.593a.94.94 0 00-.737.35zm.333 3.03a.676.676 0 100-1.352.676.676 0 000 1.353z",
13
- fill: "#1D212A",
14
- fillOpacity: 0.9
11
+ d: "M8.01 1L.529 5.75v1.842H15.49V5.75L8.01 1zm3.75 8.912h1.875V8.56H11.76v1.352zm-4.688 1.411h1.875V8.56H7.072v2.763zm-4.687 1.924H4.26V8.56H2.385v4.687zM.529 16.06h7.5v-1.875H.53v1.875zm10.137-4.857l-1.494 1.866a.916.916 0 00-.201.58.92.92 0 00.201.58l1.494 1.866a.977.977 0 00.33.26.93.93 0 00.407.09h3.592a.9.9 0 00.663-.273.902.902 0 00.273-.662v-3.722a.9.9 0 00-.273-.662.902.902 0 00-.662-.273h-3.593a.94.94 0 00-.737.35zm.333 3.03a.676.676 0 100-1.352.676.676 0 000 1.353z"
15
12
  }));
16
13
  }
17
14
 
@@ -0,0 +1,2 @@
1
+ export default SvgBankOperations;
2
+ declare function SvgBankOperations(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankOperationsTwake;
2
+ declare function SvgBankOperationsTwake(props: any): JSX.Element;
@@ -4,12 +4,9 @@ import React from 'react';
4
4
 
5
5
  function SvgBankOperationsTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 17 16",
8
- fill: "none"
7
+ viewBox: "0 0 17 16"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M11.447 13.474a5.457 5.457 0 01-4.85-2.948h4.85l.843-1.684H6.04A5.587 5.587 0 015.974 8c0-.286.025-.564.067-.842h5.406l.843-1.684H6.597a5.466 5.466 0 018.412-1.626l1.491-1.49A7.541 7.541 0 0011.447.42c-3.3 0-6.096 2.114-7.14 5.053H1.341L.5 7.158h3.419a6.956 6.956 0 000 1.684H1.342L.5 10.526h3.806c1.045 2.94 3.84 5.053 7.141 5.053a7.525 7.525 0 005.053-1.937l-1.499-1.49a5.394 5.394 0 01-3.554 1.322z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M11.447 13.474a5.457 5.457 0 01-4.85-2.948h4.85l.843-1.684H6.04A5.587 5.587 0 015.974 8c0-.286.025-.564.067-.842h5.406l.843-1.684H6.597a5.466 5.466 0 018.412-1.626l1.491-1.49A7.541 7.541 0 0011.447.42c-3.3 0-6.096 2.114-7.14 5.053H1.341L.5 7.158h3.419a6.956 6.956 0 000 1.684H1.342L.5 10.526h3.806c1.045 2.94 3.84 5.053 7.141 5.053a7.525 7.525 0 005.053-1.937l-1.499-1.49a5.394 5.394 0 01-3.554 1.322z"
13
10
  }));
14
11
  }
15
12
 
@@ -0,0 +1,2 @@
1
+ export default SvgBankRecurrence;
2
+ declare function SvgBankRecurrence(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankRecurrenceTwake;
2
+ declare function SvgBankRecurrenceTwake(props: any): JSX.Element;
@@ -4,16 +4,11 @@ import React from 'react';
4
4
 
5
5
  function SvgBankRecurrenceTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 16",
8
- fill: "none"
7
+ viewBox: "0 0 16 16"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M8.474 10.731c-1.057 0-1.97-.631-2.426-1.556h2.426l.42-.888H5.772a3.108 3.108 0 01-.034-.445c0-.15.012-.298.034-.444h2.703l.42-.89H6.049c.455-.924 1.373-1.555 2.426-1.555.678 0 1.3.262 1.78.698L11 4.864a3.661 3.661 0 00-2.526-1.022c-1.65 0-3.049 1.116-3.57 2.667H3.42L3 7.398h1.71a3.874 3.874 0 000 .889H3.42L3 9.175h1.903c.522 1.552 1.92 2.667 3.57 2.667.973 0 1.857-.386 2.527-1.022l-.75-.787a2.616 2.616 0 01-1.776.698z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M8.474 10.731c-1.057 0-1.97-.631-2.426-1.556h2.426l.42-.888H5.772a3.108 3.108 0 01-.034-.445c0-.15.012-.298.034-.444h2.703l.42-.89H6.049c.455-.924 1.373-1.555 2.426-1.555.678 0 1.3.262 1.78.698L11 4.864a3.661 3.661 0 00-2.526-1.022c-1.65 0-3.049 1.116-3.57 2.667H3.42L3 7.398h1.71a3.874 3.874 0 000 .889H3.42L3 9.175h1.903c.522 1.552 1.92 2.667 3.57 2.667.973 0 1.857-.386 2.527-1.022l-.75-.787a2.616 2.616 0 01-1.776.698z"
13
10
  }), /*#__PURE__*/React.createElement("path", {
14
- d: "M13.64 2.35A7.958 7.958 0 007.99 0C3.57 0 0 3.58 0 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08a5.99 5.99 0 01-5.65 4c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L8.99 7h7V0l-2.35 2.35z",
15
- fill: "#1D212A",
16
- fillOpacity: 0.9
11
+ d: "M13.64 2.35A7.958 7.958 0 007.99 0C3.57 0 0 3.58 0 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08a5.99 5.99 0 01-5.65 4c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L8.99 7h7V0l-2.35 2.35z"
17
12
  }));
18
13
  }
19
14
 
@@ -0,0 +1,2 @@
1
+ export default SvgBankTwake;
2
+ declare function SvgBankTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBanking;
2
+ declare function SvgBanking(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankingAdd;
2
+ declare function SvgBankingAdd(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankingAddTwake;
2
+ declare function SvgBankingAddTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBankingTwake;
2
+ declare function SvgBankingTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBell;
2
+ declare function SvgBell(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBellTwake;
2
+ declare function SvgBellTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBenefit;
2
+ declare function SvgBenefit(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBenefitTwake;
2
+ declare function SvgBenefitTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBike;
2
+ declare function SvgBike(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBikeTwake;
2
+ declare function SvgBikeTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBill;
2
+ declare function SvgBill(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBillPermissions;
2
+ declare function SvgBillPermissions(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBillPermissionsTwake;
2
+ declare function SvgBillPermissionsTwake(props: any): JSX.Element;
@@ -4,16 +4,11 @@ import React from 'react';
4
4
 
5
5
  function SvgBillPermissionsTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 16",
8
- fill: "none"
7
+ viewBox: "0 0 16 16"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M14 1.2L12.8 0l-1.2 1.2L10.4 0 9.2 1.2 8 0 6.8 1.2 5.6 0 4.4 1.2 3.2 0v11.2H.8v2.4c0 1.328 1.072 2.4 2.4 2.4h9.6c1.328 0 2.4-1.072 2.4-2.4V0L14 1.2zm-3.6 13.2H3.2c-.44 0-.8-.36-.8-.8v-.8h8v1.6zm3.2-.8c0 .44-.36.8-.8.8-.44 0-.8-.36-.8-.8v-2.4H4.8V2.4h8.8v11.2z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M14 1.2L12.8 0l-1.2 1.2L10.4 0 9.2 1.2 8 0 6.8 1.2 5.6 0 4.4 1.2 3.2 0v11.2H.8v2.4c0 1.328 1.072 2.4 2.4 2.4h9.6c1.328 0 2.4-1.072 2.4-2.4V0L14 1.2zm-3.6 13.2H3.2c-.44 0-.8-.36-.8-.8v-.8h8v1.6zm3.2-.8c0 .44-.36.8-.8.8-.44 0-.8-.36-.8-.8v-2.4H4.8V2.4h8.8v11.2z"
13
10
  }), /*#__PURE__*/React.createElement("path", {
14
- d: "M10.4 4H5.6v1.6h4.8V4zm2.4 0h-1.6v1.6h1.6V4zm-2.4 2.4H5.6V8h4.8V6.4zm2.4 0h-1.6V8h1.6V6.4z",
15
- fill: "#1D212A",
16
- fillOpacity: 0.9
11
+ d: "M10.4 4H5.6v1.6h4.8V4zm2.4 0h-1.6v1.6h1.6V4zm-2.4 2.4H5.6V8h4.8V6.4zm2.4 0h-1.6V8h1.6V6.4z"
17
12
  }));
18
13
  }
19
14
 
@@ -0,0 +1,2 @@
1
+ export default SvgBillTwake;
2
+ declare function SvgBillTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBottom;
2
+ declare function SvgBottom(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBottomSelect;
2
+ declare function SvgBottomSelect(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBottomSelectTwake;
2
+ declare function SvgBottomSelectTwake(props: any): JSX.Element;
@@ -4,12 +4,9 @@ import React from 'react';
4
4
 
5
5
  function SvgBottomSelectTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 10",
8
- fill: "none"
7
+ viewBox: "0 0 16 10"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M8 5.991L13.596.395C13.86.132 14.194 0 14.601 0c.406 0 .741.132 1.004.395S16 .993 16 1.399c0 .407-.132.742-.395 1.005l-6.6 6.6a1.259 1.259 0 01-.467.305c-.167.06-.347.09-.538.09-.191 0-.37-.03-.538-.09a1.259 1.259 0 01-.466-.305l-6.601-6.6C.132 2.14 0 1.806 0 1.399 0 .993.132.658.395.395S.993 0 1.399 0c.407 0 .742.132 1.005.395L8 5.99z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M8 5.991L13.596.395C13.86.132 14.194 0 14.601 0c.406 0 .741.132 1.004.395S16 .993 16 1.399c0 .407-.132.742-.395 1.005l-6.6 6.6a1.259 1.259 0 01-.467.305c-.167.06-.347.09-.538.09-.191 0-.37-.03-.538-.09a1.259 1.259 0 01-.466-.305l-6.601-6.6C.132 2.14 0 1.806 0 1.399 0 .993.132.658.395.395S.993 0 1.399 0c.407 0 .742.132 1.005.395L8 5.99z"
13
10
  }));
14
11
  }
15
12
 
@@ -0,0 +1,2 @@
1
+ export default SvgBottomTwake;
2
+ declare function SvgBottomTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserBrave;
2
+ declare function SvgBrowserBrave(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserChrome;
2
+ declare function SvgBrowserChrome(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserDuckduckgo;
2
+ declare function SvgBrowserDuckduckgo(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserEdge;
2
+ declare function SvgBrowserEdge(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserEdgeChromium;
2
+ declare function SvgBrowserEdgeChromium(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserFirefox;
2
+ declare function SvgBrowserFirefox(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserIe;
2
+ declare function SvgBrowserIe(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserOpera;
2
+ declare function SvgBrowserOpera(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBrowserSafari;
2
+ declare function SvgBrowserSafari(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBugReport;
2
+ declare function SvgBugReport(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBugReportTwake;
2
+ declare function SvgBugReportTwake(props: any): JSX.Element;
@@ -4,12 +4,9 @@ import React from 'react';
4
4
 
5
5
  function SvgBugReportTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 16",
8
- fill: "none"
7
+ viewBox: "0 0 16 16"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M15.111 4.444h-2.498a5.32 5.32 0 00-1.617-1.742l1.448-1.449L11.191 0 9.262 1.929A5.391 5.391 0 008 1.778a5.26 5.26 0 00-1.253.15L4.809 0 3.556 1.253l1.44 1.45a5.389 5.389 0 00-1.61 1.741H.89v1.778h1.858c-.045.294-.08.587-.08.89V8H.889v1.778h1.778v.889c0 .302.035.595.08.889H.889v1.777h2.498A5.33 5.33 0 008 16a5.33 5.33 0 004.613-2.667h2.498v-1.777h-1.858c.045-.294.08-.587.08-.89v-.888h1.778V8h-1.778v-.889a5.84 5.84 0 00-.08-.889h1.858V4.444zm-3.555 6.223c0 .195-.027.417-.063.622l-.088.578-.33.577A3.56 3.56 0 018 14.222a3.58 3.58 0 01-3.076-1.778l-.328-.568-.09-.578a3.797 3.797 0 01-.062-.631V7.11c0-.204.027-.427.063-.622l.089-.578.328-.578c.267-.462.64-.862 1.076-1.164l.507-.347.657-.16a3.366 3.366 0 011.68 0l.605.142.542.374c.445.302.809.693 1.076 1.164l.338.578.088.578c.036.195.063.418.063.613v3.556zm-5.334-.89h3.556v1.779H6.222V9.778zm0-3.555h3.556V8H6.222V6.222z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M15.111 4.444h-2.498a5.32 5.32 0 00-1.617-1.742l1.448-1.449L11.191 0 9.262 1.929A5.391 5.391 0 008 1.778a5.26 5.26 0 00-1.253.15L4.809 0 3.556 1.253l1.44 1.45a5.389 5.389 0 00-1.61 1.741H.89v1.778h1.858c-.045.294-.08.587-.08.89V8H.889v1.778h1.778v.889c0 .302.035.595.08.889H.889v1.777h2.498A5.33 5.33 0 008 16a5.33 5.33 0 004.613-2.667h2.498v-1.777h-1.858c.045-.294.08-.587.08-.89v-.888h1.778V8h-1.778v-.889a5.84 5.84 0 00-.08-.889h1.858V4.444zm-3.555 6.223c0 .195-.027.417-.063.622l-.088.578-.33.577A3.56 3.56 0 018 14.222a3.58 3.58 0 01-3.076-1.778l-.328-.568-.09-.578a3.797 3.797 0 01-.062-.631V7.11c0-.204.027-.427.063-.622l.089-.578.328-.578c.267-.462.64-.862 1.076-1.164l.507-.347.657-.16a3.366 3.366 0 011.68 0l.605.142.542.374c.445.302.809.693 1.076 1.164l.338.578.088.578c.036.195.063.418.063.613v3.556zm-5.334-.89h3.556v1.779H6.222V9.778zm0-3.555h3.556V8H6.222V6.222z"
13
10
  }));
14
11
  }
15
12
 
@@ -0,0 +1,2 @@
1
+ export default SvgBurger;
2
+ declare function SvgBurger(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBurgerTwake;
2
+ declare function SvgBurgerTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBus;
2
+ declare function SvgBus(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgBusTwake;
2
+ declare function SvgBusTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCalendar;
2
+ declare function SvgCalendar(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCalendarPermissions;
2
+ declare function SvgCalendarPermissions(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCalendarPermissionsTwake;
2
+ declare function SvgCalendarPermissionsTwake(props: any): JSX.Element;
@@ -4,12 +4,9 @@ import React from 'react';
4
4
 
5
5
  function SvgCalendarPermissionsTwake(props) {
6
6
  return /*#__PURE__*/React.createElement("svg", _extends({
7
- viewBox: "0 0 16 16",
8
- fill: "none"
7
+ viewBox: "0 0 16 16"
9
8
  }, props), /*#__PURE__*/React.createElement("path", {
10
- d: "M13.6 1.6h-.8V0h-1.6v1.6H4.8V0H3.2v1.6h-.8c-.888 0-1.592.72-1.592 1.6L.8 14.4c0 .88.712 1.6 1.6 1.6h11.2c.88 0 1.6-.72 1.6-1.6V3.2c0-.88-.72-1.6-1.6-1.6zm0 12.8H2.4v-8h11.2v8zm0-9.6H2.4V3.2h11.2v1.6zm-8 4.8H4V8h1.6v1.6zm3.2 0H7.2V8h1.6v1.6zm3.2 0h-1.6V8H12v1.6zm-6.4 3.2H4v-1.6h1.6v1.6zm3.2 0H7.2v-1.6h1.6v1.6zm3.2 0h-1.6v-1.6H12v1.6z",
11
- fill: "#1D212A",
12
- fillOpacity: 0.9
9
+ d: "M13.6 1.6h-.8V0h-1.6v1.6H4.8V0H3.2v1.6h-.8c-.888 0-1.592.72-1.592 1.6L.8 14.4c0 .88.712 1.6 1.6 1.6h11.2c.88 0 1.6-.72 1.6-1.6V3.2c0-.88-.72-1.6-1.6-1.6zm0 12.8H2.4v-8h11.2v8zm0-9.6H2.4V3.2h11.2v1.6zm-8 4.8H4V8h1.6v1.6zm3.2 0H7.2V8h1.6v1.6zm3.2 0h-1.6V8H12v1.6zm-6.4 3.2H4v-1.6h1.6v1.6zm3.2 0H7.2v-1.6h1.6v1.6zm3.2 0h-1.6v-1.6H12v1.6z"
13
10
  }));
14
11
  }
15
12
 
@@ -0,0 +1,2 @@
1
+ export default SvgCalendarTwake;
2
+ declare function SvgCalendarTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCamera;
2
+ declare function SvgCamera(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCameraTwake;
2
+ declare function SvgCameraTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCar;
2
+ declare function SvgCar(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCarTwake;
2
+ declare function SvgCarTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCarbonCopy;
2
+ declare function SvgCarbonCopy(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCarpooling;
2
+ declare function SvgCarpooling(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCategories;
2
+ declare function SvgCategories(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCategoriesTwake;
2
+ declare function SvgCategoriesTwake(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCategory;
2
+ declare function SvgCategory(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SvgCategoryTwake;
2
+ declare function SvgCategoryTwake(props: any): JSX.Element;