@adiraku/react-native-ui 0.1.14

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 (1152) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +77 -0
  3. package/lib/commonjs/components/Appbar/Appbar.component.js +49 -0
  4. package/lib/commonjs/components/Appbar/Appbar.component.js.map +1 -0
  5. package/lib/commonjs/components/Appbar/Appbar.style.js +37 -0
  6. package/lib/commonjs/components/Appbar/Appbar.style.js.map +1 -0
  7. package/lib/commonjs/components/Appbar/Appbar.type.js +6 -0
  8. package/lib/commonjs/components/Appbar/Appbar.type.js.map +1 -0
  9. package/lib/commonjs/components/BottomSheet/BottomSheet.component.js +148 -0
  10. package/lib/commonjs/components/BottomSheet/BottomSheet.component.js.map +1 -0
  11. package/lib/commonjs/components/BottomSheet/BottomSheet.style.js +66 -0
  12. package/lib/commonjs/components/BottomSheet/BottomSheet.style.js.map +1 -0
  13. package/lib/commonjs/components/BottomSheet/BottomSheet.type.js +6 -0
  14. package/lib/commonjs/components/BottomSheet/BottomSheet.type.js.map +1 -0
  15. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js +198 -0
  16. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -0
  17. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.style.js +87 -0
  18. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.style.js.map +1 -0
  19. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.type.js +6 -0
  20. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.type.js.map +1 -0
  21. package/lib/commonjs/components/Checkbox/Checkbox.component.js +29 -0
  22. package/lib/commonjs/components/Checkbox/Checkbox.component.js.map +1 -0
  23. package/lib/commonjs/components/Checkbox/Checkbox.style.js +31 -0
  24. package/lib/commonjs/components/Checkbox/Checkbox.style.js.map +1 -0
  25. package/lib/commonjs/components/Checkbox/Checkbox.type.js +2 -0
  26. package/lib/commonjs/components/Checkbox/Checkbox.type.js.map +1 -0
  27. package/lib/commonjs/components/Divider/Divider.component.js +25 -0
  28. package/lib/commonjs/components/Divider/Divider.component.js.map +1 -0
  29. package/lib/commonjs/components/Divider/Divider.style.js +30 -0
  30. package/lib/commonjs/components/Divider/Divider.style.js.map +1 -0
  31. package/lib/commonjs/components/Divider/Divider.type.js +6 -0
  32. package/lib/commonjs/components/Divider/Divider.type.js.map +1 -0
  33. package/lib/commonjs/components/RadioButton/RadioButton.component.js +25 -0
  34. package/lib/commonjs/components/RadioButton/RadioButton.component.js.map +1 -0
  35. package/lib/commonjs/components/RadioButton/RadioButton.style.js +36 -0
  36. package/lib/commonjs/components/RadioButton/RadioButton.style.js.map +1 -0
  37. package/lib/commonjs/components/RadioButton/RadioButton.type.js +2 -0
  38. package/lib/commonjs/components/RadioButton/RadioButton.type.js.map +1 -0
  39. package/lib/commonjs/components/RadioInput/RadioInput.component.js +185 -0
  40. package/lib/commonjs/components/RadioInput/RadioInput.component.js.map +1 -0
  41. package/lib/commonjs/components/RadioInput/RadioInput.style.js +87 -0
  42. package/lib/commonjs/components/RadioInput/RadioInput.style.js.map +1 -0
  43. package/lib/commonjs/components/RadioInput/RadioInput.type.js +6 -0
  44. package/lib/commonjs/components/RadioInput/RadioInput.type.js.map +1 -0
  45. package/lib/commonjs/components/Snackbar/Snackbar.component.js +31 -0
  46. package/lib/commonjs/components/Snackbar/Snackbar.component.js.map +1 -0
  47. package/lib/commonjs/components/Snackbar/Snackbar.type.js +6 -0
  48. package/lib/commonjs/components/Snackbar/Snackbar.type.js.map +1 -0
  49. package/lib/commonjs/components/Snackbar/Snakbar.style.js +29 -0
  50. package/lib/commonjs/components/Snackbar/Snakbar.style.js.map +1 -0
  51. package/lib/commonjs/components/StepperCounter/StepperCounter.component.js +72 -0
  52. package/lib/commonjs/components/StepperCounter/StepperCounter.component.js.map +1 -0
  53. package/lib/commonjs/components/StepperCounter/StepperCounter.style.js +73 -0
  54. package/lib/commonjs/components/StepperCounter/StepperCounter.style.js.map +1 -0
  55. package/lib/commonjs/components/StepperCounter/StepperCounter.type.js +6 -0
  56. package/lib/commonjs/components/StepperCounter/StepperCounter.type.js.map +1 -0
  57. package/lib/commonjs/components/Tabs/Tabs.component.js +81 -0
  58. package/lib/commonjs/components/Tabs/Tabs.component.js.map +1 -0
  59. package/lib/commonjs/components/Tabs/Tabs.style.js +28 -0
  60. package/lib/commonjs/components/Tabs/Tabs.style.js.map +1 -0
  61. package/lib/commonjs/components/Tabs/Tabs.type.js +2 -0
  62. package/lib/commonjs/components/Tabs/Tabs.type.js.map +1 -0
  63. package/lib/commonjs/components/TextArea/TextArea.component.js +64 -0
  64. package/lib/commonjs/components/TextArea/TextArea.component.js.map +1 -0
  65. package/lib/commonjs/components/TextArea/TextArea.style.js +57 -0
  66. package/lib/commonjs/components/TextArea/TextArea.style.js.map +1 -0
  67. package/lib/commonjs/components/TextArea/TextArea.type.js +6 -0
  68. package/lib/commonjs/components/TextArea/TextArea.type.js.map +1 -0
  69. package/lib/commonjs/components/TextInput/TextInput.component.js +109 -0
  70. package/lib/commonjs/components/TextInput/TextInput.component.js.map +1 -0
  71. package/lib/commonjs/components/TextInput/TextInput.style.js +79 -0
  72. package/lib/commonjs/components/TextInput/TextInput.style.js.map +1 -0
  73. package/lib/commonjs/components/TextInput/TextInput.type.js +6 -0
  74. package/lib/commonjs/components/TextInput/TextInput.type.js.map +1 -0
  75. package/lib/commonjs/components/base/base.component.js +28 -0
  76. package/lib/commonjs/components/base/base.component.js.map +1 -0
  77. package/lib/commonjs/components/base/base.style.js +24 -0
  78. package/lib/commonjs/components/base/base.style.js.map +1 -0
  79. package/lib/commonjs/components/base/base.type.js +2 -0
  80. package/lib/commonjs/components/base/base.type.js.map +1 -0
  81. package/lib/commonjs/components/button/button.component.js +38 -0
  82. package/lib/commonjs/components/button/button.component.js.map +1 -0
  83. package/lib/commonjs/components/button/button.styles.js +63 -0
  84. package/lib/commonjs/components/button/button.styles.js.map +1 -0
  85. package/lib/commonjs/components/button/button.type.js +6 -0
  86. package/lib/commonjs/components/button/button.type.js.map +1 -0
  87. package/lib/commonjs/components/coachmark/coachmark.component.js +37 -0
  88. package/lib/commonjs/components/coachmark/coachmark.component.js.map +1 -0
  89. package/lib/commonjs/components/coachmark/coachmark.style.js +64 -0
  90. package/lib/commonjs/components/coachmark/coachmark.style.js.map +1 -0
  91. package/lib/commonjs/components/coachmark/coachmark.type.js +6 -0
  92. package/lib/commonjs/components/coachmark/coachmark.type.js.map +1 -0
  93. package/lib/commonjs/components/dot/dot.component.js +27 -0
  94. package/lib/commonjs/components/dot/dot.component.js.map +1 -0
  95. package/lib/commonjs/components/dot/dot.style.js +29 -0
  96. package/lib/commonjs/components/dot/dot.style.js.map +1 -0
  97. package/lib/commonjs/components/dot/dot.type.js +6 -0
  98. package/lib/commonjs/components/dot/dot.type.js.map +1 -0
  99. package/lib/commonjs/components/index.js +167 -0
  100. package/lib/commonjs/components/index.js.map +1 -0
  101. package/lib/commonjs/components/information-box/information-box.component.js +46 -0
  102. package/lib/commonjs/components/information-box/information-box.component.js.map +1 -0
  103. package/lib/commonjs/components/information-box/information-box.style.js +39 -0
  104. package/lib/commonjs/components/information-box/information-box.style.js.map +1 -0
  105. package/lib/commonjs/components/information-box/information-box.type.js +6 -0
  106. package/lib/commonjs/components/information-box/information-box.type.js.map +1 -0
  107. package/lib/commonjs/components/label/label.component.js +22 -0
  108. package/lib/commonjs/components/label/label.component.js.map +1 -0
  109. package/lib/commonjs/components/label/label.style.js +16 -0
  110. package/lib/commonjs/components/label/label.style.js.map +1 -0
  111. package/lib/commonjs/components/label/label.type.js +2 -0
  112. package/lib/commonjs/components/label/label.type.js.map +1 -0
  113. package/lib/commonjs/components/rounded-tab/rounded-tab.component.js +99 -0
  114. package/lib/commonjs/components/rounded-tab/rounded-tab.component.js.map +1 -0
  115. package/lib/commonjs/components/rounded-tab/rounded-tab.style.js +48 -0
  116. package/lib/commonjs/components/rounded-tab/rounded-tab.style.js.map +1 -0
  117. package/lib/commonjs/components/rounded-tab/rounded-tab.type.js +6 -0
  118. package/lib/commonjs/components/rounded-tab/rounded-tab.type.js.map +1 -0
  119. package/lib/commonjs/components/slider-indicator/slider-indicator.component.js +70 -0
  120. package/lib/commonjs/components/slider-indicator/slider-indicator.component.js.map +1 -0
  121. package/lib/commonjs/components/slider-indicator/slider-indicator.style.js +27 -0
  122. package/lib/commonjs/components/slider-indicator/slider-indicator.style.js.map +1 -0
  123. package/lib/commonjs/components/slider-indicator/slider-indicator.type.js +2 -0
  124. package/lib/commonjs/components/slider-indicator/slider-indicator.type.js.map +1 -0
  125. package/lib/commonjs/components/switch/switch.component.js +55 -0
  126. package/lib/commonjs/components/switch/switch.component.js.map +1 -0
  127. package/lib/commonjs/components/switch/switch.style.js +48 -0
  128. package/lib/commonjs/components/switch/switch.style.js.map +1 -0
  129. package/lib/commonjs/components/switch/switch.type.js +2 -0
  130. package/lib/commonjs/components/switch/switch.type.js.map +1 -0
  131. package/lib/commonjs/components/textlink/textlink.component.js +35 -0
  132. package/lib/commonjs/components/textlink/textlink.component.js.map +1 -0
  133. package/lib/commonjs/components/textlink/textlink.style.js +29 -0
  134. package/lib/commonjs/components/textlink/textlink.style.js.map +1 -0
  135. package/lib/commonjs/components/textlink/textlink.type.js +6 -0
  136. package/lib/commonjs/components/textlink/textlink.type.js.map +1 -0
  137. package/lib/commonjs/components/typography/typography.component.js +27 -0
  138. package/lib/commonjs/components/typography/typography.component.js.map +1 -0
  139. package/lib/commonjs/components/typography/typography.style.js +179 -0
  140. package/lib/commonjs/components/typography/typography.style.js.map +1 -0
  141. package/lib/commonjs/components/typography/typography.type.js +6 -0
  142. package/lib/commonjs/components/typography/typography.type.js.map +1 -0
  143. package/lib/commonjs/icons/actions/IconAddMinus.js +34 -0
  144. package/lib/commonjs/icons/actions/IconAddMinus.js.map +1 -0
  145. package/lib/commonjs/icons/actions/IconAddPlus.js +34 -0
  146. package/lib/commonjs/icons/actions/IconAddPlus.js.map +1 -0
  147. package/lib/commonjs/icons/actions/IconAddRemove.js +34 -0
  148. package/lib/commonjs/icons/actions/IconAddRemove.js.map +1 -0
  149. package/lib/commonjs/icons/actions/IconAttach.js +34 -0
  150. package/lib/commonjs/icons/actions/IconAttach.js.map +1 -0
  151. package/lib/commonjs/icons/actions/IconCamera.js +34 -0
  152. package/lib/commonjs/icons/actions/IconCamera.js.map +1 -0
  153. package/lib/commonjs/icons/actions/IconChat.js +34 -0
  154. package/lib/commonjs/icons/actions/IconChat.js.map +1 -0
  155. package/lib/commonjs/icons/actions/IconCopy.js +39 -0
  156. package/lib/commonjs/icons/actions/IconCopy.js.map +1 -0
  157. package/lib/commonjs/icons/actions/IconCustomerService.js +39 -0
  158. package/lib/commonjs/icons/actions/IconCustomerService.js.map +1 -0
  159. package/lib/commonjs/icons/actions/IconDownload.js +34 -0
  160. package/lib/commonjs/icons/actions/IconDownload.js.map +1 -0
  161. package/lib/commonjs/icons/actions/IconEdit.js +34 -0
  162. package/lib/commonjs/icons/actions/IconEdit.js.map +1 -0
  163. package/lib/commonjs/icons/actions/IconFilter.js +50 -0
  164. package/lib/commonjs/icons/actions/IconFilter.js.map +1 -0
  165. package/lib/commonjs/icons/actions/IconHeartEmpty.js +60 -0
  166. package/lib/commonjs/icons/actions/IconHeartEmpty.js.map +1 -0
  167. package/lib/commonjs/icons/actions/IconHeartFilled.js +32 -0
  168. package/lib/commonjs/icons/actions/IconHeartFilled.js.map +1 -0
  169. package/lib/commonjs/icons/actions/IconHeartOutline.js +34 -0
  170. package/lib/commonjs/icons/actions/IconHeartOutline.js.map +1 -0
  171. package/lib/commonjs/icons/actions/IconHelp.js +34 -0
  172. package/lib/commonjs/icons/actions/IconHelp.js.map +1 -0
  173. package/lib/commonjs/icons/actions/IconInfo.js +39 -0
  174. package/lib/commonjs/icons/actions/IconInfo.js.map +1 -0
  175. package/lib/commonjs/icons/actions/IconLike.js +32 -0
  176. package/lib/commonjs/icons/actions/IconLike.js.map +1 -0
  177. package/lib/commonjs/icons/actions/IconNotification.js +45 -0
  178. package/lib/commonjs/icons/actions/IconNotification.js.map +1 -0
  179. package/lib/commonjs/icons/actions/IconPerson.js +34 -0
  180. package/lib/commonjs/icons/actions/IconPerson.js.map +1 -0
  181. package/lib/commonjs/icons/actions/IconPicture.js +37 -0
  182. package/lib/commonjs/icons/actions/IconPicture.js.map +1 -0
  183. package/lib/commonjs/icons/actions/IconPictureAdd.js +50 -0
  184. package/lib/commonjs/icons/actions/IconPictureAdd.js.map +1 -0
  185. package/lib/commonjs/icons/actions/IconSearch.js +34 -0
  186. package/lib/commonjs/icons/actions/IconSearch.js.map +1 -0
  187. package/lib/commonjs/icons/actions/IconSetting.js +34 -0
  188. package/lib/commonjs/icons/actions/IconSetting.js.map +1 -0
  189. package/lib/commonjs/icons/actions/IconShare.js +34 -0
  190. package/lib/commonjs/icons/actions/IconShare.js.map +1 -0
  191. package/lib/commonjs/icons/actions/IconShoppingCart.js +34 -0
  192. package/lib/commonjs/icons/actions/IconShoppingCart.js.map +1 -0
  193. package/lib/commonjs/icons/actions/IconSort.js +34 -0
  194. package/lib/commonjs/icons/actions/IconSort.js.map +1 -0
  195. package/lib/commonjs/icons/actions/IconStarFilled.js +34 -0
  196. package/lib/commonjs/icons/actions/IconStarFilled.js.map +1 -0
  197. package/lib/commonjs/icons/actions/IconStarOutline.js +34 -0
  198. package/lib/commonjs/icons/actions/IconStarOutline.js.map +1 -0
  199. package/lib/commonjs/icons/actions/IconTrash.js +39 -0
  200. package/lib/commonjs/icons/actions/IconTrash.js.map +1 -0
  201. package/lib/commonjs/icons/actions/IconUpload.js +34 -0
  202. package/lib/commonjs/icons/actions/IconUpload.js.map +1 -0
  203. package/lib/commonjs/icons/index.js +608 -0
  204. package/lib/commonjs/icons/index.js.map +1 -0
  205. package/lib/commonjs/icons/misc/IconCalendar.js +34 -0
  206. package/lib/commonjs/icons/misc/IconCalendar.js.map +1 -0
  207. package/lib/commonjs/icons/misc/IconCash.js +34 -0
  208. package/lib/commonjs/icons/misc/IconCash.js.map +1 -0
  209. package/lib/commonjs/icons/misc/IconCategory.js +34 -0
  210. package/lib/commonjs/icons/misc/IconCategory.js.map +1 -0
  211. package/lib/commonjs/icons/misc/IconContract.js +37 -0
  212. package/lib/commonjs/icons/misc/IconContract.js.map +1 -0
  213. package/lib/commonjs/icons/misc/IconCreditCard.js +34 -0
  214. package/lib/commonjs/icons/misc/IconCreditCard.js.map +1 -0
  215. package/lib/commonjs/icons/misc/IconFlash.js +32 -0
  216. package/lib/commonjs/icons/misc/IconFlash.js.map +1 -0
  217. package/lib/commonjs/icons/misc/IconGroup.js +34 -0
  218. package/lib/commonjs/icons/misc/IconGroup.js.map +1 -0
  219. package/lib/commonjs/icons/misc/IconHistory.js +42 -0
  220. package/lib/commonjs/icons/misc/IconHistory.js.map +1 -0
  221. package/lib/commonjs/icons/misc/IconLocation.js +34 -0
  222. package/lib/commonjs/icons/misc/IconLocation.js.map +1 -0
  223. package/lib/commonjs/icons/misc/IconLock.js +39 -0
  224. package/lib/commonjs/icons/misc/IconLock.js.map +1 -0
  225. package/lib/commonjs/icons/misc/IconMoney.js +43 -0
  226. package/lib/commonjs/icons/misc/IconMoney.js.map +1 -0
  227. package/lib/commonjs/icons/misc/IconMyLocation.js +34 -0
  228. package/lib/commonjs/icons/misc/IconMyLocation.js.map +1 -0
  229. package/lib/commonjs/icons/misc/IconOfficial.js +35 -0
  230. package/lib/commonjs/icons/misc/IconOfficial.js.map +1 -0
  231. package/lib/commonjs/icons/misc/IconPromo.js +34 -0
  232. package/lib/commonjs/icons/misc/IconPromo.js.map +1 -0
  233. package/lib/commonjs/icons/misc/IconProtection.js +43 -0
  234. package/lib/commonjs/icons/misc/IconProtection.js.map +1 -0
  235. package/lib/commonjs/icons/misc/IconStore.js +40 -0
  236. package/lib/commonjs/icons/misc/IconStore.js.map +1 -0
  237. package/lib/commonjs/icons/misc/IconTick.js +34 -0
  238. package/lib/commonjs/icons/misc/IconTick.js.map +1 -0
  239. package/lib/commonjs/icons/misc/IconTicket.js +34 -0
  240. package/lib/commonjs/icons/misc/IconTicket.js.map +1 -0
  241. package/lib/commonjs/icons/misc/IconTime.js +39 -0
  242. package/lib/commonjs/icons/misc/IconTime.js.map +1 -0
  243. package/lib/commonjs/icons/misc/IconVoucher.js +39 -0
  244. package/lib/commonjs/icons/misc/IconVoucher.js.map +1 -0
  245. package/lib/commonjs/icons/navigations/IconArrowDown.js +34 -0
  246. package/lib/commonjs/icons/navigations/IconArrowDown.js.map +1 -0
  247. package/lib/commonjs/icons/navigations/IconArrowLeft.js +34 -0
  248. package/lib/commonjs/icons/navigations/IconArrowLeft.js.map +1 -0
  249. package/lib/commonjs/icons/navigations/IconArrowRight.js +34 -0
  250. package/lib/commonjs/icons/navigations/IconArrowRight.js.map +1 -0
  251. package/lib/commonjs/icons/navigations/IconArrowUp.js +34 -0
  252. package/lib/commonjs/icons/navigations/IconArrowUp.js.map +1 -0
  253. package/lib/commonjs/icons/navigations/IconChevronDown.js +34 -0
  254. package/lib/commonjs/icons/navigations/IconChevronDown.js.map +1 -0
  255. package/lib/commonjs/icons/navigations/IconChevronLeft.js +34 -0
  256. package/lib/commonjs/icons/navigations/IconChevronLeft.js.map +1 -0
  257. package/lib/commonjs/icons/navigations/IconChevronRight.js +34 -0
  258. package/lib/commonjs/icons/navigations/IconChevronRight.js.map +1 -0
  259. package/lib/commonjs/icons/navigations/IconChevronUp.js +34 -0
  260. package/lib/commonjs/icons/navigations/IconChevronUp.js.map +1 -0
  261. package/lib/commonjs/icons/navs/IconNavAdiraku.js +49 -0
  262. package/lib/commonjs/icons/navs/IconNavAdiraku.js.map +1 -0
  263. package/lib/commonjs/icons/navs/IconNavDocument.js +41 -0
  264. package/lib/commonjs/icons/navs/IconNavDocument.js.map +1 -0
  265. package/lib/commonjs/icons/navs/IconNavHome.js +37 -0
  266. package/lib/commonjs/icons/navs/IconNavHome.js.map +1 -0
  267. package/lib/commonjs/icons/navs/IconNavPhone.js +34 -0
  268. package/lib/commonjs/icons/navs/IconNavPhone.js.map +1 -0
  269. package/lib/commonjs/icons/navs/IconNavProfile.js +34 -0
  270. package/lib/commonjs/icons/navs/IconNavProfile.js.map +1 -0
  271. package/lib/commonjs/icons/vehicles/IconBikeCaferacer.js +35 -0
  272. package/lib/commonjs/icons/vehicles/IconBikeCaferacer.js.map +1 -0
  273. package/lib/commonjs/icons/vehicles/IconBikeCooper.js +38 -0
  274. package/lib/commonjs/icons/vehicles/IconBikeCooper.js.map +1 -0
  275. package/lib/commonjs/icons/vehicles/IconBikeCruiser.js +35 -0
  276. package/lib/commonjs/icons/vehicles/IconBikeCruiser.js.map +1 -0
  277. package/lib/commonjs/icons/vehicles/IconBikeDualsport.js +35 -0
  278. package/lib/commonjs/icons/vehicles/IconBikeDualsport.js.map +1 -0
  279. package/lib/commonjs/icons/vehicles/IconBikeMopad.js +41 -0
  280. package/lib/commonjs/icons/vehicles/IconBikeMopad.js.map +1 -0
  281. package/lib/commonjs/icons/vehicles/IconBikeRoadster.js +38 -0
  282. package/lib/commonjs/icons/vehicles/IconBikeRoadster.js.map +1 -0
  283. package/lib/commonjs/icons/vehicles/IconBikeScooter.js +35 -0
  284. package/lib/commonjs/icons/vehicles/IconBikeScooter.js.map +1 -0
  285. package/lib/commonjs/icons/vehicles/IconBikeScrambler.js +35 -0
  286. package/lib/commonjs/icons/vehicles/IconBikeScrambler.js.map +1 -0
  287. package/lib/commonjs/icons/vehicles/IconBikeSportbike.js +35 -0
  288. package/lib/commonjs/icons/vehicles/IconBikeSportbike.js.map +1 -0
  289. package/lib/commonjs/icons/vehicles/IconBikeSportstouring.js +35 -0
  290. package/lib/commonjs/icons/vehicles/IconBikeSportstouring.js.map +1 -0
  291. package/lib/commonjs/icons/vehicles/IconBikeTouring.js +32 -0
  292. package/lib/commonjs/icons/vehicles/IconBikeTouring.js.map +1 -0
  293. package/lib/commonjs/icons/vehicles/IconBikeTrialbike.js +35 -0
  294. package/lib/commonjs/icons/vehicles/IconBikeTrialbike.js.map +1 -0
  295. package/lib/commonjs/icons/vehicles/IconCarHatchback.js +34 -0
  296. package/lib/commonjs/icons/vehicles/IconCarHatchback.js.map +1 -0
  297. package/lib/commonjs/icons/vehicles/IconCarJeep.js +34 -0
  298. package/lib/commonjs/icons/vehicles/IconCarJeep.js.map +1 -0
  299. package/lib/commonjs/icons/vehicles/IconCarMiniTruck.js +34 -0
  300. package/lib/commonjs/icons/vehicles/IconCarMiniTruck.js.map +1 -0
  301. package/lib/commonjs/icons/vehicles/IconCarMinivan.js +34 -0
  302. package/lib/commonjs/icons/vehicles/IconCarMinivan.js.map +1 -0
  303. package/lib/commonjs/icons/vehicles/IconCarMuv.js +34 -0
  304. package/lib/commonjs/icons/vehicles/IconCarMuv.js.map +1 -0
  305. package/lib/commonjs/icons/vehicles/IconCarPickup.js +34 -0
  306. package/lib/commonjs/icons/vehicles/IconCarPickup.js.map +1 -0
  307. package/lib/commonjs/icons/vehicles/IconCarSportCar.js +34 -0
  308. package/lib/commonjs/icons/vehicles/IconCarSportCar.js.map +1 -0
  309. package/lib/commonjs/icons/vehicles/IconCarSuperCar.js +34 -0
  310. package/lib/commonjs/icons/vehicles/IconCarSuperCar.js.map +1 -0
  311. package/lib/commonjs/icons/vehicles/IconCarSuv.js +34 -0
  312. package/lib/commonjs/icons/vehicles/IconCarSuv.js.map +1 -0
  313. package/lib/commonjs/icons/vehicles/IconCarVan.js +34 -0
  314. package/lib/commonjs/icons/vehicles/IconCarVan.js.map +1 -0
  315. package/lib/commonjs/icons/vehicles/IconCarWagon.js +34 -0
  316. package/lib/commonjs/icons/vehicles/IconCarWagon.js.map +1 -0
  317. package/lib/commonjs/index.js +28 -0
  318. package/lib/commonjs/index.js.map +1 -0
  319. package/lib/commonjs/themes/colors.js +143 -0
  320. package/lib/commonjs/themes/colors.js.map +1 -0
  321. package/lib/commonjs/themes/index.js +50 -0
  322. package/lib/commonjs/themes/index.js.map +1 -0
  323. package/lib/commonjs/themes/radius.js +18 -0
  324. package/lib/commonjs/themes/radius.js.map +1 -0
  325. package/lib/commonjs/themes/shadow.js +46 -0
  326. package/lib/commonjs/themes/shadow.js.map +1 -0
  327. package/lib/commonjs/themes/spacing.js +22 -0
  328. package/lib/commonjs/themes/spacing.js.map +1 -0
  329. package/lib/commonjs/types.js +2 -0
  330. package/lib/commonjs/types.js.map +1 -0
  331. package/lib/module/components/Appbar/Appbar.component.js +41 -0
  332. package/lib/module/components/Appbar/Appbar.component.js.map +1 -0
  333. package/lib/module/components/Appbar/Appbar.style.js +30 -0
  334. package/lib/module/components/Appbar/Appbar.style.js.map +1 -0
  335. package/lib/module/components/Appbar/Appbar.type.js +2 -0
  336. package/lib/module/components/Appbar/Appbar.type.js.map +1 -0
  337. package/lib/module/components/BottomSheet/BottomSheet.component.js +141 -0
  338. package/lib/module/components/BottomSheet/BottomSheet.component.js.map +1 -0
  339. package/lib/module/components/BottomSheet/BottomSheet.style.js +59 -0
  340. package/lib/module/components/BottomSheet/BottomSheet.style.js.map +1 -0
  341. package/lib/module/components/BottomSheet/BottomSheet.type.js +2 -0
  342. package/lib/module/components/BottomSheet/BottomSheet.type.js.map +1 -0
  343. package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js +190 -0
  344. package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -0
  345. package/lib/module/components/CheckBoxInput/CheckBoxInput.style.js +80 -0
  346. package/lib/module/components/CheckBoxInput/CheckBoxInput.style.js.map +1 -0
  347. package/lib/module/components/CheckBoxInput/CheckBoxInput.type.js +2 -0
  348. package/lib/module/components/CheckBoxInput/CheckBoxInput.type.js.map +1 -0
  349. package/lib/module/components/Checkbox/Checkbox.component.js +21 -0
  350. package/lib/module/components/Checkbox/Checkbox.component.js.map +1 -0
  351. package/lib/module/components/Checkbox/Checkbox.style.js +24 -0
  352. package/lib/module/components/Checkbox/Checkbox.style.js.map +1 -0
  353. package/lib/module/components/Checkbox/Checkbox.type.js +2 -0
  354. package/lib/module/components/Checkbox/Checkbox.type.js.map +1 -0
  355. package/lib/module/components/Divider/Divider.component.js +17 -0
  356. package/lib/module/components/Divider/Divider.component.js.map +1 -0
  357. package/lib/module/components/Divider/Divider.style.js +23 -0
  358. package/lib/module/components/Divider/Divider.style.js.map +1 -0
  359. package/lib/module/components/Divider/Divider.type.js +2 -0
  360. package/lib/module/components/Divider/Divider.type.js.map +1 -0
  361. package/lib/module/components/RadioButton/RadioButton.component.js +17 -0
  362. package/lib/module/components/RadioButton/RadioButton.component.js.map +1 -0
  363. package/lib/module/components/RadioButton/RadioButton.style.js +29 -0
  364. package/lib/module/components/RadioButton/RadioButton.style.js.map +1 -0
  365. package/lib/module/components/RadioButton/RadioButton.type.js +2 -0
  366. package/lib/module/components/RadioButton/RadioButton.type.js.map +1 -0
  367. package/lib/module/components/RadioInput/RadioInput.component.js +177 -0
  368. package/lib/module/components/RadioInput/RadioInput.component.js.map +1 -0
  369. package/lib/module/components/RadioInput/RadioInput.style.js +80 -0
  370. package/lib/module/components/RadioInput/RadioInput.style.js.map +1 -0
  371. package/lib/module/components/RadioInput/RadioInput.type.js +2 -0
  372. package/lib/module/components/RadioInput/RadioInput.type.js.map +1 -0
  373. package/lib/module/components/Snackbar/Snackbar.component.js +23 -0
  374. package/lib/module/components/Snackbar/Snackbar.component.js.map +1 -0
  375. package/lib/module/components/Snackbar/Snackbar.type.js +2 -0
  376. package/lib/module/components/Snackbar/Snackbar.type.js.map +1 -0
  377. package/lib/module/components/Snackbar/Snakbar.style.js +22 -0
  378. package/lib/module/components/Snackbar/Snakbar.style.js.map +1 -0
  379. package/lib/module/components/StepperCounter/StepperCounter.component.js +64 -0
  380. package/lib/module/components/StepperCounter/StepperCounter.component.js.map +1 -0
  381. package/lib/module/components/StepperCounter/StepperCounter.style.js +66 -0
  382. package/lib/module/components/StepperCounter/StepperCounter.style.js.map +1 -0
  383. package/lib/module/components/StepperCounter/StepperCounter.type.js +2 -0
  384. package/lib/module/components/StepperCounter/StepperCounter.type.js.map +1 -0
  385. package/lib/module/components/Tabs/Tabs.component.js +73 -0
  386. package/lib/module/components/Tabs/Tabs.component.js.map +1 -0
  387. package/lib/module/components/Tabs/Tabs.style.js +21 -0
  388. package/lib/module/components/Tabs/Tabs.style.js.map +1 -0
  389. package/lib/module/components/Tabs/Tabs.type.js +2 -0
  390. package/lib/module/components/Tabs/Tabs.type.js.map +1 -0
  391. package/lib/module/components/TextArea/TextArea.component.js +57 -0
  392. package/lib/module/components/TextArea/TextArea.component.js.map +1 -0
  393. package/lib/module/components/TextArea/TextArea.style.js +50 -0
  394. package/lib/module/components/TextArea/TextArea.style.js.map +1 -0
  395. package/lib/module/components/TextArea/TextArea.type.js +2 -0
  396. package/lib/module/components/TextArea/TextArea.type.js.map +1 -0
  397. package/lib/module/components/TextInput/TextInput.component.js +103 -0
  398. package/lib/module/components/TextInput/TextInput.component.js.map +1 -0
  399. package/lib/module/components/TextInput/TextInput.style.js +72 -0
  400. package/lib/module/components/TextInput/TextInput.style.js.map +1 -0
  401. package/lib/module/components/TextInput/TextInput.type.js +2 -0
  402. package/lib/module/components/TextInput/TextInput.type.js.map +1 -0
  403. package/lib/module/components/base/base.component.js +20 -0
  404. package/lib/module/components/base/base.component.js.map +1 -0
  405. package/lib/module/components/base/base.style.js +17 -0
  406. package/lib/module/components/base/base.style.js.map +1 -0
  407. package/lib/module/components/base/base.type.js +2 -0
  408. package/lib/module/components/base/base.type.js.map +1 -0
  409. package/lib/module/components/button/button.component.js +31 -0
  410. package/lib/module/components/button/button.component.js.map +1 -0
  411. package/lib/module/components/button/button.styles.js +56 -0
  412. package/lib/module/components/button/button.styles.js.map +1 -0
  413. package/lib/module/components/button/button.type.js +2 -0
  414. package/lib/module/components/button/button.type.js.map +1 -0
  415. package/lib/module/components/coachmark/coachmark.component.js +30 -0
  416. package/lib/module/components/coachmark/coachmark.component.js.map +1 -0
  417. package/lib/module/components/coachmark/coachmark.style.js +57 -0
  418. package/lib/module/components/coachmark/coachmark.style.js.map +1 -0
  419. package/lib/module/components/coachmark/coachmark.type.js +2 -0
  420. package/lib/module/components/coachmark/coachmark.type.js.map +1 -0
  421. package/lib/module/components/dot/dot.component.js +19 -0
  422. package/lib/module/components/dot/dot.component.js.map +1 -0
  423. package/lib/module/components/dot/dot.style.js +22 -0
  424. package/lib/module/components/dot/dot.style.js.map +1 -0
  425. package/lib/module/components/dot/dot.type.js +2 -0
  426. package/lib/module/components/dot/dot.type.js.map +1 -0
  427. package/lib/module/components/index.js +24 -0
  428. package/lib/module/components/index.js.map +1 -0
  429. package/lib/module/components/information-box/information-box.component.js +38 -0
  430. package/lib/module/components/information-box/information-box.component.js.map +1 -0
  431. package/lib/module/components/information-box/information-box.style.js +32 -0
  432. package/lib/module/components/information-box/information-box.style.js.map +1 -0
  433. package/lib/module/components/information-box/information-box.type.js +2 -0
  434. package/lib/module/components/information-box/information-box.type.js.map +1 -0
  435. package/lib/module/components/label/label.component.js +15 -0
  436. package/lib/module/components/label/label.component.js.map +1 -0
  437. package/lib/module/components/label/label.style.js +9 -0
  438. package/lib/module/components/label/label.style.js.map +1 -0
  439. package/lib/module/components/label/label.type.js +2 -0
  440. package/lib/module/components/label/label.type.js.map +1 -0
  441. package/lib/module/components/rounded-tab/rounded-tab.component.js +94 -0
  442. package/lib/module/components/rounded-tab/rounded-tab.component.js.map +1 -0
  443. package/lib/module/components/rounded-tab/rounded-tab.style.js +40 -0
  444. package/lib/module/components/rounded-tab/rounded-tab.style.js.map +1 -0
  445. package/lib/module/components/rounded-tab/rounded-tab.type.js +2 -0
  446. package/lib/module/components/rounded-tab/rounded-tab.type.js.map +1 -0
  447. package/lib/module/components/slider-indicator/slider-indicator.component.js +66 -0
  448. package/lib/module/components/slider-indicator/slider-indicator.component.js.map +1 -0
  449. package/lib/module/components/slider-indicator/slider-indicator.style.js +20 -0
  450. package/lib/module/components/slider-indicator/slider-indicator.style.js.map +1 -0
  451. package/lib/module/components/slider-indicator/slider-indicator.type.js +2 -0
  452. package/lib/module/components/slider-indicator/slider-indicator.type.js.map +1 -0
  453. package/lib/module/components/switch/switch.component.js +47 -0
  454. package/lib/module/components/switch/switch.component.js.map +1 -0
  455. package/lib/module/components/switch/switch.style.js +41 -0
  456. package/lib/module/components/switch/switch.style.js.map +1 -0
  457. package/lib/module/components/switch/switch.type.js +2 -0
  458. package/lib/module/components/switch/switch.type.js.map +1 -0
  459. package/lib/module/components/textlink/textlink.component.js +27 -0
  460. package/lib/module/components/textlink/textlink.component.js.map +1 -0
  461. package/lib/module/components/textlink/textlink.style.js +22 -0
  462. package/lib/module/components/textlink/textlink.style.js.map +1 -0
  463. package/lib/module/components/textlink/textlink.type.js +2 -0
  464. package/lib/module/components/textlink/textlink.type.js.map +1 -0
  465. package/lib/module/components/typography/typography.component.js +19 -0
  466. package/lib/module/components/typography/typography.component.js.map +1 -0
  467. package/lib/module/components/typography/typography.style.js +172 -0
  468. package/lib/module/components/typography/typography.style.js.map +1 -0
  469. package/lib/module/components/typography/typography.type.js +2 -0
  470. package/lib/module/components/typography/typography.type.js.map +1 -0
  471. package/lib/module/icons/actions/IconAddMinus.js +25 -0
  472. package/lib/module/icons/actions/IconAddMinus.js.map +1 -0
  473. package/lib/module/icons/actions/IconAddPlus.js +25 -0
  474. package/lib/module/icons/actions/IconAddPlus.js.map +1 -0
  475. package/lib/module/icons/actions/IconAddRemove.js +25 -0
  476. package/lib/module/icons/actions/IconAddRemove.js.map +1 -0
  477. package/lib/module/icons/actions/IconAttach.js +25 -0
  478. package/lib/module/icons/actions/IconAttach.js.map +1 -0
  479. package/lib/module/icons/actions/IconCamera.js +25 -0
  480. package/lib/module/icons/actions/IconCamera.js.map +1 -0
  481. package/lib/module/icons/actions/IconChat.js +25 -0
  482. package/lib/module/icons/actions/IconChat.js.map +1 -0
  483. package/lib/module/icons/actions/IconCopy.js +30 -0
  484. package/lib/module/icons/actions/IconCopy.js.map +1 -0
  485. package/lib/module/icons/actions/IconCustomerService.js +30 -0
  486. package/lib/module/icons/actions/IconCustomerService.js.map +1 -0
  487. package/lib/module/icons/actions/IconDownload.js +25 -0
  488. package/lib/module/icons/actions/IconDownload.js.map +1 -0
  489. package/lib/module/icons/actions/IconEdit.js +25 -0
  490. package/lib/module/icons/actions/IconEdit.js.map +1 -0
  491. package/lib/module/icons/actions/IconFilter.js +41 -0
  492. package/lib/module/icons/actions/IconFilter.js.map +1 -0
  493. package/lib/module/icons/actions/IconHeartEmpty.js +51 -0
  494. package/lib/module/icons/actions/IconHeartEmpty.js.map +1 -0
  495. package/lib/module/icons/actions/IconHeartFilled.js +23 -0
  496. package/lib/module/icons/actions/IconHeartFilled.js.map +1 -0
  497. package/lib/module/icons/actions/IconHeartOutline.js +25 -0
  498. package/lib/module/icons/actions/IconHeartOutline.js.map +1 -0
  499. package/lib/module/icons/actions/IconHelp.js +25 -0
  500. package/lib/module/icons/actions/IconHelp.js.map +1 -0
  501. package/lib/module/icons/actions/IconInfo.js +30 -0
  502. package/lib/module/icons/actions/IconInfo.js.map +1 -0
  503. package/lib/module/icons/actions/IconLike.js +23 -0
  504. package/lib/module/icons/actions/IconLike.js.map +1 -0
  505. package/lib/module/icons/actions/IconNotification.js +36 -0
  506. package/lib/module/icons/actions/IconNotification.js.map +1 -0
  507. package/lib/module/icons/actions/IconPerson.js +25 -0
  508. package/lib/module/icons/actions/IconPerson.js.map +1 -0
  509. package/lib/module/icons/actions/IconPicture.js +28 -0
  510. package/lib/module/icons/actions/IconPicture.js.map +1 -0
  511. package/lib/module/icons/actions/IconPictureAdd.js +41 -0
  512. package/lib/module/icons/actions/IconPictureAdd.js.map +1 -0
  513. package/lib/module/icons/actions/IconSearch.js +25 -0
  514. package/lib/module/icons/actions/IconSearch.js.map +1 -0
  515. package/lib/module/icons/actions/IconSetting.js +25 -0
  516. package/lib/module/icons/actions/IconSetting.js.map +1 -0
  517. package/lib/module/icons/actions/IconShare.js +25 -0
  518. package/lib/module/icons/actions/IconShare.js.map +1 -0
  519. package/lib/module/icons/actions/IconShoppingCart.js +25 -0
  520. package/lib/module/icons/actions/IconShoppingCart.js.map +1 -0
  521. package/lib/module/icons/actions/IconSort.js +25 -0
  522. package/lib/module/icons/actions/IconSort.js.map +1 -0
  523. package/lib/module/icons/actions/IconStarFilled.js +25 -0
  524. package/lib/module/icons/actions/IconStarFilled.js.map +1 -0
  525. package/lib/module/icons/actions/IconStarOutline.js +25 -0
  526. package/lib/module/icons/actions/IconStarOutline.js.map +1 -0
  527. package/lib/module/icons/actions/IconTrash.js +30 -0
  528. package/lib/module/icons/actions/IconTrash.js.map +1 -0
  529. package/lib/module/icons/actions/IconUpload.js +25 -0
  530. package/lib/module/icons/actions/IconUpload.js.map +1 -0
  531. package/lib/module/icons/index.js +87 -0
  532. package/lib/module/icons/index.js.map +1 -0
  533. package/lib/module/icons/misc/IconCalendar.js +25 -0
  534. package/lib/module/icons/misc/IconCalendar.js.map +1 -0
  535. package/lib/module/icons/misc/IconCash.js +25 -0
  536. package/lib/module/icons/misc/IconCash.js.map +1 -0
  537. package/lib/module/icons/misc/IconCategory.js +25 -0
  538. package/lib/module/icons/misc/IconCategory.js.map +1 -0
  539. package/lib/module/icons/misc/IconContract.js +28 -0
  540. package/lib/module/icons/misc/IconContract.js.map +1 -0
  541. package/lib/module/icons/misc/IconCreditCard.js +25 -0
  542. package/lib/module/icons/misc/IconCreditCard.js.map +1 -0
  543. package/lib/module/icons/misc/IconFlash.js +23 -0
  544. package/lib/module/icons/misc/IconFlash.js.map +1 -0
  545. package/lib/module/icons/misc/IconGroup.js +25 -0
  546. package/lib/module/icons/misc/IconGroup.js.map +1 -0
  547. package/lib/module/icons/misc/IconHistory.js +33 -0
  548. package/lib/module/icons/misc/IconHistory.js.map +1 -0
  549. package/lib/module/icons/misc/IconLocation.js +25 -0
  550. package/lib/module/icons/misc/IconLocation.js.map +1 -0
  551. package/lib/module/icons/misc/IconLock.js +30 -0
  552. package/lib/module/icons/misc/IconLock.js.map +1 -0
  553. package/lib/module/icons/misc/IconMoney.js +34 -0
  554. package/lib/module/icons/misc/IconMoney.js.map +1 -0
  555. package/lib/module/icons/misc/IconMyLocation.js +25 -0
  556. package/lib/module/icons/misc/IconMyLocation.js.map +1 -0
  557. package/lib/module/icons/misc/IconOfficial.js +26 -0
  558. package/lib/module/icons/misc/IconOfficial.js.map +1 -0
  559. package/lib/module/icons/misc/IconPromo.js +25 -0
  560. package/lib/module/icons/misc/IconPromo.js.map +1 -0
  561. package/lib/module/icons/misc/IconProtection.js +34 -0
  562. package/lib/module/icons/misc/IconProtection.js.map +1 -0
  563. package/lib/module/icons/misc/IconStore.js +31 -0
  564. package/lib/module/icons/misc/IconStore.js.map +1 -0
  565. package/lib/module/icons/misc/IconTick.js +25 -0
  566. package/lib/module/icons/misc/IconTick.js.map +1 -0
  567. package/lib/module/icons/misc/IconTicket.js +25 -0
  568. package/lib/module/icons/misc/IconTicket.js.map +1 -0
  569. package/lib/module/icons/misc/IconTime.js +30 -0
  570. package/lib/module/icons/misc/IconTime.js.map +1 -0
  571. package/lib/module/icons/misc/IconVoucher.js +30 -0
  572. package/lib/module/icons/misc/IconVoucher.js.map +1 -0
  573. package/lib/module/icons/navigations/IconArrowDown.js +25 -0
  574. package/lib/module/icons/navigations/IconArrowDown.js.map +1 -0
  575. package/lib/module/icons/navigations/IconArrowLeft.js +25 -0
  576. package/lib/module/icons/navigations/IconArrowLeft.js.map +1 -0
  577. package/lib/module/icons/navigations/IconArrowRight.js +25 -0
  578. package/lib/module/icons/navigations/IconArrowRight.js.map +1 -0
  579. package/lib/module/icons/navigations/IconArrowUp.js +25 -0
  580. package/lib/module/icons/navigations/IconArrowUp.js.map +1 -0
  581. package/lib/module/icons/navigations/IconChevronDown.js +25 -0
  582. package/lib/module/icons/navigations/IconChevronDown.js.map +1 -0
  583. package/lib/module/icons/navigations/IconChevronLeft.js +25 -0
  584. package/lib/module/icons/navigations/IconChevronLeft.js.map +1 -0
  585. package/lib/module/icons/navigations/IconChevronRight.js +25 -0
  586. package/lib/module/icons/navigations/IconChevronRight.js.map +1 -0
  587. package/lib/module/icons/navigations/IconChevronUp.js +25 -0
  588. package/lib/module/icons/navigations/IconChevronUp.js.map +1 -0
  589. package/lib/module/icons/navs/IconNavAdiraku.js +40 -0
  590. package/lib/module/icons/navs/IconNavAdiraku.js.map +1 -0
  591. package/lib/module/icons/navs/IconNavDocument.js +32 -0
  592. package/lib/module/icons/navs/IconNavDocument.js.map +1 -0
  593. package/lib/module/icons/navs/IconNavHome.js +28 -0
  594. package/lib/module/icons/navs/IconNavHome.js.map +1 -0
  595. package/lib/module/icons/navs/IconNavPhone.js +25 -0
  596. package/lib/module/icons/navs/IconNavPhone.js.map +1 -0
  597. package/lib/module/icons/navs/IconNavProfile.js +25 -0
  598. package/lib/module/icons/navs/IconNavProfile.js.map +1 -0
  599. package/lib/module/icons/vehicles/IconBikeCaferacer.js +26 -0
  600. package/lib/module/icons/vehicles/IconBikeCaferacer.js.map +1 -0
  601. package/lib/module/icons/vehicles/IconBikeCooper.js +29 -0
  602. package/lib/module/icons/vehicles/IconBikeCooper.js.map +1 -0
  603. package/lib/module/icons/vehicles/IconBikeCruiser.js +26 -0
  604. package/lib/module/icons/vehicles/IconBikeCruiser.js.map +1 -0
  605. package/lib/module/icons/vehicles/IconBikeDualsport.js +26 -0
  606. package/lib/module/icons/vehicles/IconBikeDualsport.js.map +1 -0
  607. package/lib/module/icons/vehicles/IconBikeMopad.js +32 -0
  608. package/lib/module/icons/vehicles/IconBikeMopad.js.map +1 -0
  609. package/lib/module/icons/vehicles/IconBikeRoadster.js +29 -0
  610. package/lib/module/icons/vehicles/IconBikeRoadster.js.map +1 -0
  611. package/lib/module/icons/vehicles/IconBikeScooter.js +26 -0
  612. package/lib/module/icons/vehicles/IconBikeScooter.js.map +1 -0
  613. package/lib/module/icons/vehicles/IconBikeScrambler.js +26 -0
  614. package/lib/module/icons/vehicles/IconBikeScrambler.js.map +1 -0
  615. package/lib/module/icons/vehicles/IconBikeSportbike.js +26 -0
  616. package/lib/module/icons/vehicles/IconBikeSportbike.js.map +1 -0
  617. package/lib/module/icons/vehicles/IconBikeSportstouring.js +26 -0
  618. package/lib/module/icons/vehicles/IconBikeSportstouring.js.map +1 -0
  619. package/lib/module/icons/vehicles/IconBikeTouring.js +23 -0
  620. package/lib/module/icons/vehicles/IconBikeTouring.js.map +1 -0
  621. package/lib/module/icons/vehicles/IconBikeTrialbike.js +26 -0
  622. package/lib/module/icons/vehicles/IconBikeTrialbike.js.map +1 -0
  623. package/lib/module/icons/vehicles/IconCarHatchback.js +25 -0
  624. package/lib/module/icons/vehicles/IconCarHatchback.js.map +1 -0
  625. package/lib/module/icons/vehicles/IconCarJeep.js +25 -0
  626. package/lib/module/icons/vehicles/IconCarJeep.js.map +1 -0
  627. package/lib/module/icons/vehicles/IconCarMiniTruck.js +25 -0
  628. package/lib/module/icons/vehicles/IconCarMiniTruck.js.map +1 -0
  629. package/lib/module/icons/vehicles/IconCarMinivan.js +25 -0
  630. package/lib/module/icons/vehicles/IconCarMinivan.js.map +1 -0
  631. package/lib/module/icons/vehicles/IconCarMuv.js +25 -0
  632. package/lib/module/icons/vehicles/IconCarMuv.js.map +1 -0
  633. package/lib/module/icons/vehicles/IconCarPickup.js +25 -0
  634. package/lib/module/icons/vehicles/IconCarPickup.js.map +1 -0
  635. package/lib/module/icons/vehicles/IconCarSportCar.js +25 -0
  636. package/lib/module/icons/vehicles/IconCarSportCar.js.map +1 -0
  637. package/lib/module/icons/vehicles/IconCarSuperCar.js +25 -0
  638. package/lib/module/icons/vehicles/IconCarSuperCar.js.map +1 -0
  639. package/lib/module/icons/vehicles/IconCarSuv.js +25 -0
  640. package/lib/module/icons/vehicles/IconCarSuv.js.map +1 -0
  641. package/lib/module/icons/vehicles/IconCarVan.js +25 -0
  642. package/lib/module/icons/vehicles/IconCarVan.js.map +1 -0
  643. package/lib/module/icons/vehicles/IconCarWagon.js +25 -0
  644. package/lib/module/icons/vehicles/IconCarWagon.js.map +1 -0
  645. package/lib/module/index.js +3 -0
  646. package/lib/module/index.js.map +1 -0
  647. package/lib/module/themes/colors.js +136 -0
  648. package/lib/module/themes/colors.js.map +1 -0
  649. package/lib/module/themes/index.js +5 -0
  650. package/lib/module/themes/index.js.map +1 -0
  651. package/lib/module/themes/radius.js +12 -0
  652. package/lib/module/themes/radius.js.map +1 -0
  653. package/lib/module/themes/shadow.js +39 -0
  654. package/lib/module/themes/shadow.js.map +1 -0
  655. package/lib/module/themes/spacing.js +16 -0
  656. package/lib/module/themes/spacing.js.map +1 -0
  657. package/lib/module/types.js +2 -0
  658. package/lib/module/types.js.map +1 -0
  659. package/lib/typescript/components/Appbar/Appbar.component.d.ts +5 -0
  660. package/lib/typescript/components/Appbar/Appbar.component.d.ts.map +1 -0
  661. package/lib/typescript/components/Appbar/Appbar.style.d.ts +11 -0
  662. package/lib/typescript/components/Appbar/Appbar.style.d.ts.map +1 -0
  663. package/lib/typescript/components/Appbar/Appbar.type.d.ts +15 -0
  664. package/lib/typescript/components/Appbar/Appbar.type.d.ts.map +1 -0
  665. package/lib/typescript/components/BottomSheet/BottomSheet.component.d.ts +10 -0
  666. package/lib/typescript/components/BottomSheet/BottomSheet.component.d.ts.map +1 -0
  667. package/lib/typescript/components/BottomSheet/BottomSheet.style.d.ts +20 -0
  668. package/lib/typescript/components/BottomSheet/BottomSheet.style.d.ts.map +1 -0
  669. package/lib/typescript/components/BottomSheet/BottomSheet.type.d.ts +19 -0
  670. package/lib/typescript/components/BottomSheet/BottomSheet.type.d.ts.map +1 -0
  671. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.component.d.ts +5 -0
  672. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.component.d.ts.map +1 -0
  673. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.style.d.ts +18 -0
  674. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.style.d.ts.map +1 -0
  675. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.type.d.ts +43 -0
  676. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.type.d.ts.map +1 -0
  677. package/lib/typescript/components/Checkbox/Checkbox.component.d.ts +5 -0
  678. package/lib/typescript/components/Checkbox/Checkbox.component.d.ts.map +1 -0
  679. package/lib/typescript/components/Checkbox/Checkbox.style.d.ts +12 -0
  680. package/lib/typescript/components/Checkbox/Checkbox.style.d.ts.map +1 -0
  681. package/lib/typescript/components/Checkbox/Checkbox.type.d.ts +5 -0
  682. package/lib/typescript/components/Checkbox/Checkbox.type.d.ts.map +1 -0
  683. package/lib/typescript/components/Divider/Divider.component.d.ts +5 -0
  684. package/lib/typescript/components/Divider/Divider.component.d.ts.map +1 -0
  685. package/lib/typescript/components/Divider/Divider.style.d.ts +10 -0
  686. package/lib/typescript/components/Divider/Divider.style.d.ts.map +1 -0
  687. package/lib/typescript/components/Divider/Divider.type.d.ts +16 -0
  688. package/lib/typescript/components/Divider/Divider.type.d.ts.map +1 -0
  689. package/lib/typescript/components/RadioButton/RadioButton.component.d.ts +5 -0
  690. package/lib/typescript/components/RadioButton/RadioButton.component.d.ts.map +1 -0
  691. package/lib/typescript/components/RadioButton/RadioButton.style.d.ts +11 -0
  692. package/lib/typescript/components/RadioButton/RadioButton.style.d.ts.map +1 -0
  693. package/lib/typescript/components/RadioButton/RadioButton.type.d.ts +5 -0
  694. package/lib/typescript/components/RadioButton/RadioButton.type.d.ts.map +1 -0
  695. package/lib/typescript/components/RadioInput/RadioInput.component.d.ts +5 -0
  696. package/lib/typescript/components/RadioInput/RadioInput.component.d.ts.map +1 -0
  697. package/lib/typescript/components/RadioInput/RadioInput.style.d.ts +18 -0
  698. package/lib/typescript/components/RadioInput/RadioInput.style.d.ts.map +1 -0
  699. package/lib/typescript/components/RadioInput/RadioInput.type.d.ts +42 -0
  700. package/lib/typescript/components/RadioInput/RadioInput.type.d.ts.map +1 -0
  701. package/lib/typescript/components/Snackbar/Snackbar.component.d.ts +5 -0
  702. package/lib/typescript/components/Snackbar/Snackbar.component.d.ts.map +1 -0
  703. package/lib/typescript/components/Snackbar/Snackbar.type.d.ts +8 -0
  704. package/lib/typescript/components/Snackbar/Snackbar.type.d.ts.map +1 -0
  705. package/lib/typescript/components/Snackbar/Snakbar.style.d.ts +9 -0
  706. package/lib/typescript/components/Snackbar/Snakbar.style.d.ts.map +1 -0
  707. package/lib/typescript/components/StepperCounter/StepperCounter.component.d.ts +5 -0
  708. package/lib/typescript/components/StepperCounter/StepperCounter.component.d.ts.map +1 -0
  709. package/lib/typescript/components/StepperCounter/StepperCounter.style.d.ts +19 -0
  710. package/lib/typescript/components/StepperCounter/StepperCounter.style.d.ts.map +1 -0
  711. package/lib/typescript/components/StepperCounter/StepperCounter.type.d.ts +16 -0
  712. package/lib/typescript/components/StepperCounter/StepperCounter.type.d.ts.map +1 -0
  713. package/lib/typescript/components/Tabs/Tabs.component.d.ts +5 -0
  714. package/lib/typescript/components/Tabs/Tabs.component.d.ts.map +1 -0
  715. package/lib/typescript/components/Tabs/Tabs.style.d.ts +9 -0
  716. package/lib/typescript/components/Tabs/Tabs.style.d.ts.map +1 -0
  717. package/lib/typescript/components/Tabs/Tabs.type.d.ts +16 -0
  718. package/lib/typescript/components/Tabs/Tabs.type.d.ts.map +1 -0
  719. package/lib/typescript/components/TextArea/TextArea.component.d.ts +5 -0
  720. package/lib/typescript/components/TextArea/TextArea.component.d.ts.map +1 -0
  721. package/lib/typescript/components/TextArea/TextArea.style.d.ts +16 -0
  722. package/lib/typescript/components/TextArea/TextArea.style.d.ts.map +1 -0
  723. package/lib/typescript/components/TextArea/TextArea.type.d.ts +29 -0
  724. package/lib/typescript/components/TextArea/TextArea.type.d.ts.map +1 -0
  725. package/lib/typescript/components/TextInput/TextInput.component.d.ts +5 -0
  726. package/lib/typescript/components/TextInput/TextInput.component.d.ts.map +1 -0
  727. package/lib/typescript/components/TextInput/TextInput.style.d.ts +17 -0
  728. package/lib/typescript/components/TextInput/TextInput.style.d.ts.map +1 -0
  729. package/lib/typescript/components/TextInput/TextInput.type.d.ts +33 -0
  730. package/lib/typescript/components/TextInput/TextInput.type.d.ts.map +1 -0
  731. package/lib/typescript/components/base/base.component.d.ts +5 -0
  732. package/lib/typescript/components/base/base.component.d.ts.map +1 -0
  733. package/lib/typescript/components/base/base.style.d.ts +10 -0
  734. package/lib/typescript/components/base/base.style.d.ts.map +1 -0
  735. package/lib/typescript/components/base/base.type.d.ts +15 -0
  736. package/lib/typescript/components/base/base.type.d.ts.map +1 -0
  737. package/lib/typescript/components/button/button.component.d.ts +5 -0
  738. package/lib/typescript/components/button/button.component.d.ts.map +1 -0
  739. package/lib/typescript/components/button/button.styles.d.ts +10 -0
  740. package/lib/typescript/components/button/button.styles.d.ts.map +1 -0
  741. package/lib/typescript/components/button/button.type.d.ts +29 -0
  742. package/lib/typescript/components/button/button.type.d.ts.map +1 -0
  743. package/lib/typescript/components/coachmark/coachmark.component.d.ts +4 -0
  744. package/lib/typescript/components/coachmark/coachmark.component.d.ts.map +1 -0
  745. package/lib/typescript/components/coachmark/coachmark.style.d.ts +13 -0
  746. package/lib/typescript/components/coachmark/coachmark.style.d.ts.map +1 -0
  747. package/lib/typescript/components/coachmark/coachmark.type.d.ts +32 -0
  748. package/lib/typescript/components/coachmark/coachmark.type.d.ts.map +1 -0
  749. package/lib/typescript/components/dot/dot.component.d.ts +5 -0
  750. package/lib/typescript/components/dot/dot.component.d.ts.map +1 -0
  751. package/lib/typescript/components/dot/dot.style.d.ts +9 -0
  752. package/lib/typescript/components/dot/dot.style.d.ts.map +1 -0
  753. package/lib/typescript/components/dot/dot.type.d.ts +6 -0
  754. package/lib/typescript/components/dot/dot.type.d.ts.map +1 -0
  755. package/lib/typescript/components/index.d.ts +34 -0
  756. package/lib/typescript/components/index.d.ts.map +1 -0
  757. package/lib/typescript/components/information-box/information-box.component.d.ts +5 -0
  758. package/lib/typescript/components/information-box/information-box.component.d.ts.map +1 -0
  759. package/lib/typescript/components/information-box/information-box.style.d.ts +12 -0
  760. package/lib/typescript/components/information-box/information-box.style.d.ts.map +1 -0
  761. package/lib/typescript/components/information-box/information-box.type.d.ts +14 -0
  762. package/lib/typescript/components/information-box/information-box.type.d.ts.map +1 -0
  763. package/lib/typescript/components/label/label.component.d.ts +5 -0
  764. package/lib/typescript/components/label/label.component.d.ts.map +1 -0
  765. package/lib/typescript/components/label/label.style.d.ts +7 -0
  766. package/lib/typescript/components/label/label.style.d.ts.map +1 -0
  767. package/lib/typescript/components/label/label.type.d.ts +14 -0
  768. package/lib/typescript/components/label/label.type.d.ts.map +1 -0
  769. package/lib/typescript/components/rounded-tab/rounded-tab.component.d.ts +5 -0
  770. package/lib/typescript/components/rounded-tab/rounded-tab.component.d.ts.map +1 -0
  771. package/lib/typescript/components/rounded-tab/rounded-tab.style.d.ts +17 -0
  772. package/lib/typescript/components/rounded-tab/rounded-tab.style.d.ts.map +1 -0
  773. package/lib/typescript/components/rounded-tab/rounded-tab.type.d.ts +20 -0
  774. package/lib/typescript/components/rounded-tab/rounded-tab.type.d.ts.map +1 -0
  775. package/lib/typescript/components/slider-indicator/slider-indicator.component.d.ts +5 -0
  776. package/lib/typescript/components/slider-indicator/slider-indicator.component.d.ts.map +1 -0
  777. package/lib/typescript/components/slider-indicator/slider-indicator.style.d.ts +9 -0
  778. package/lib/typescript/components/slider-indicator/slider-indicator.style.d.ts.map +1 -0
  779. package/lib/typescript/components/slider-indicator/slider-indicator.type.d.ts +21 -0
  780. package/lib/typescript/components/slider-indicator/slider-indicator.type.d.ts.map +1 -0
  781. package/lib/typescript/components/switch/switch.component.d.ts +5 -0
  782. package/lib/typescript/components/switch/switch.component.d.ts.map +1 -0
  783. package/lib/typescript/components/switch/switch.style.d.ts +10 -0
  784. package/lib/typescript/components/switch/switch.style.d.ts.map +1 -0
  785. package/lib/typescript/components/switch/switch.type.d.ts +6 -0
  786. package/lib/typescript/components/switch/switch.type.d.ts.map +1 -0
  787. package/lib/typescript/components/textlink/textlink.component.d.ts +4 -0
  788. package/lib/typescript/components/textlink/textlink.component.d.ts.map +1 -0
  789. package/lib/typescript/components/textlink/textlink.style.d.ts +11 -0
  790. package/lib/typescript/components/textlink/textlink.style.d.ts.map +1 -0
  791. package/lib/typescript/components/textlink/textlink.type.d.ts +26 -0
  792. package/lib/typescript/components/textlink/textlink.type.d.ts.map +1 -0
  793. package/lib/typescript/components/typography/typography.component.d.ts +5 -0
  794. package/lib/typescript/components/typography/typography.component.d.ts.map +1 -0
  795. package/lib/typescript/components/typography/typography.style.d.ts +34 -0
  796. package/lib/typescript/components/typography/typography.style.d.ts.map +1 -0
  797. package/lib/typescript/components/typography/typography.type.d.ts +25 -0
  798. package/lib/typescript/components/typography/typography.type.d.ts.map +1 -0
  799. package/lib/typescript/icons/actions/IconAddMinus.d.ts +4 -0
  800. package/lib/typescript/icons/actions/IconAddMinus.d.ts.map +1 -0
  801. package/lib/typescript/icons/actions/IconAddPlus.d.ts +4 -0
  802. package/lib/typescript/icons/actions/IconAddPlus.d.ts.map +1 -0
  803. package/lib/typescript/icons/actions/IconAddRemove.d.ts +4 -0
  804. package/lib/typescript/icons/actions/IconAddRemove.d.ts.map +1 -0
  805. package/lib/typescript/icons/actions/IconAttach.d.ts +4 -0
  806. package/lib/typescript/icons/actions/IconAttach.d.ts.map +1 -0
  807. package/lib/typescript/icons/actions/IconCamera.d.ts +4 -0
  808. package/lib/typescript/icons/actions/IconCamera.d.ts.map +1 -0
  809. package/lib/typescript/icons/actions/IconChat.d.ts +4 -0
  810. package/lib/typescript/icons/actions/IconChat.d.ts.map +1 -0
  811. package/lib/typescript/icons/actions/IconCopy.d.ts +4 -0
  812. package/lib/typescript/icons/actions/IconCopy.d.ts.map +1 -0
  813. package/lib/typescript/icons/actions/IconCustomerService.d.ts +4 -0
  814. package/lib/typescript/icons/actions/IconCustomerService.d.ts.map +1 -0
  815. package/lib/typescript/icons/actions/IconDownload.d.ts +4 -0
  816. package/lib/typescript/icons/actions/IconDownload.d.ts.map +1 -0
  817. package/lib/typescript/icons/actions/IconEdit.d.ts +4 -0
  818. package/lib/typescript/icons/actions/IconEdit.d.ts.map +1 -0
  819. package/lib/typescript/icons/actions/IconFilter.d.ts +4 -0
  820. package/lib/typescript/icons/actions/IconFilter.d.ts.map +1 -0
  821. package/lib/typescript/icons/actions/IconHeartEmpty.d.ts +6 -0
  822. package/lib/typescript/icons/actions/IconHeartEmpty.d.ts.map +1 -0
  823. package/lib/typescript/icons/actions/IconHeartFilled.d.ts +4 -0
  824. package/lib/typescript/icons/actions/IconHeartFilled.d.ts.map +1 -0
  825. package/lib/typescript/icons/actions/IconHeartOutline.d.ts +4 -0
  826. package/lib/typescript/icons/actions/IconHeartOutline.d.ts.map +1 -0
  827. package/lib/typescript/icons/actions/IconHelp.d.ts +4 -0
  828. package/lib/typescript/icons/actions/IconHelp.d.ts.map +1 -0
  829. package/lib/typescript/icons/actions/IconInfo.d.ts +4 -0
  830. package/lib/typescript/icons/actions/IconInfo.d.ts.map +1 -0
  831. package/lib/typescript/icons/actions/IconLike.d.ts +4 -0
  832. package/lib/typescript/icons/actions/IconLike.d.ts.map +1 -0
  833. package/lib/typescript/icons/actions/IconNotification.d.ts +4 -0
  834. package/lib/typescript/icons/actions/IconNotification.d.ts.map +1 -0
  835. package/lib/typescript/icons/actions/IconPerson.d.ts +4 -0
  836. package/lib/typescript/icons/actions/IconPerson.d.ts.map +1 -0
  837. package/lib/typescript/icons/actions/IconPicture.d.ts +4 -0
  838. package/lib/typescript/icons/actions/IconPicture.d.ts.map +1 -0
  839. package/lib/typescript/icons/actions/IconPictureAdd.d.ts +4 -0
  840. package/lib/typescript/icons/actions/IconPictureAdd.d.ts.map +1 -0
  841. package/lib/typescript/icons/actions/IconSearch.d.ts +4 -0
  842. package/lib/typescript/icons/actions/IconSearch.d.ts.map +1 -0
  843. package/lib/typescript/icons/actions/IconSetting.d.ts +4 -0
  844. package/lib/typescript/icons/actions/IconSetting.d.ts.map +1 -0
  845. package/lib/typescript/icons/actions/IconShare.d.ts +4 -0
  846. package/lib/typescript/icons/actions/IconShare.d.ts.map +1 -0
  847. package/lib/typescript/icons/actions/IconShoppingCart.d.ts +4 -0
  848. package/lib/typescript/icons/actions/IconShoppingCart.d.ts.map +1 -0
  849. package/lib/typescript/icons/actions/IconSort.d.ts +4 -0
  850. package/lib/typescript/icons/actions/IconSort.d.ts.map +1 -0
  851. package/lib/typescript/icons/actions/IconStarFilled.d.ts +4 -0
  852. package/lib/typescript/icons/actions/IconStarFilled.d.ts.map +1 -0
  853. package/lib/typescript/icons/actions/IconStarOutline.d.ts +4 -0
  854. package/lib/typescript/icons/actions/IconStarOutline.d.ts.map +1 -0
  855. package/lib/typescript/icons/actions/IconTrash.d.ts +4 -0
  856. package/lib/typescript/icons/actions/IconTrash.d.ts.map +1 -0
  857. package/lib/typescript/icons/actions/IconUpload.d.ts +4 -0
  858. package/lib/typescript/icons/actions/IconUpload.d.ts.map +1 -0
  859. package/lib/typescript/icons/index.d.ts +87 -0
  860. package/lib/typescript/icons/index.d.ts.map +1 -0
  861. package/lib/typescript/icons/misc/IconCalendar.d.ts +4 -0
  862. package/lib/typescript/icons/misc/IconCalendar.d.ts.map +1 -0
  863. package/lib/typescript/icons/misc/IconCash.d.ts +4 -0
  864. package/lib/typescript/icons/misc/IconCash.d.ts.map +1 -0
  865. package/lib/typescript/icons/misc/IconCategory.d.ts +4 -0
  866. package/lib/typescript/icons/misc/IconCategory.d.ts.map +1 -0
  867. package/lib/typescript/icons/misc/IconContract.d.ts +4 -0
  868. package/lib/typescript/icons/misc/IconContract.d.ts.map +1 -0
  869. package/lib/typescript/icons/misc/IconCreditCard.d.ts +4 -0
  870. package/lib/typescript/icons/misc/IconCreditCard.d.ts.map +1 -0
  871. package/lib/typescript/icons/misc/IconFlash.d.ts +4 -0
  872. package/lib/typescript/icons/misc/IconFlash.d.ts.map +1 -0
  873. package/lib/typescript/icons/misc/IconGroup.d.ts +4 -0
  874. package/lib/typescript/icons/misc/IconGroup.d.ts.map +1 -0
  875. package/lib/typescript/icons/misc/IconHistory.d.ts +4 -0
  876. package/lib/typescript/icons/misc/IconHistory.d.ts.map +1 -0
  877. package/lib/typescript/icons/misc/IconLocation.d.ts +4 -0
  878. package/lib/typescript/icons/misc/IconLocation.d.ts.map +1 -0
  879. package/lib/typescript/icons/misc/IconLock.d.ts +4 -0
  880. package/lib/typescript/icons/misc/IconLock.d.ts.map +1 -0
  881. package/lib/typescript/icons/misc/IconMoney.d.ts +4 -0
  882. package/lib/typescript/icons/misc/IconMoney.d.ts.map +1 -0
  883. package/lib/typescript/icons/misc/IconMyLocation.d.ts +4 -0
  884. package/lib/typescript/icons/misc/IconMyLocation.d.ts.map +1 -0
  885. package/lib/typescript/icons/misc/IconOfficial.d.ts +4 -0
  886. package/lib/typescript/icons/misc/IconOfficial.d.ts.map +1 -0
  887. package/lib/typescript/icons/misc/IconPromo.d.ts +4 -0
  888. package/lib/typescript/icons/misc/IconPromo.d.ts.map +1 -0
  889. package/lib/typescript/icons/misc/IconProtection.d.ts +4 -0
  890. package/lib/typescript/icons/misc/IconProtection.d.ts.map +1 -0
  891. package/lib/typescript/icons/misc/IconStore.d.ts +4 -0
  892. package/lib/typescript/icons/misc/IconStore.d.ts.map +1 -0
  893. package/lib/typescript/icons/misc/IconTick.d.ts +4 -0
  894. package/lib/typescript/icons/misc/IconTick.d.ts.map +1 -0
  895. package/lib/typescript/icons/misc/IconTicket.d.ts +4 -0
  896. package/lib/typescript/icons/misc/IconTicket.d.ts.map +1 -0
  897. package/lib/typescript/icons/misc/IconTime.d.ts +4 -0
  898. package/lib/typescript/icons/misc/IconTime.d.ts.map +1 -0
  899. package/lib/typescript/icons/misc/IconVoucher.d.ts +4 -0
  900. package/lib/typescript/icons/misc/IconVoucher.d.ts.map +1 -0
  901. package/lib/typescript/icons/navigations/IconArrowDown.d.ts +4 -0
  902. package/lib/typescript/icons/navigations/IconArrowDown.d.ts.map +1 -0
  903. package/lib/typescript/icons/navigations/IconArrowLeft.d.ts +4 -0
  904. package/lib/typescript/icons/navigations/IconArrowLeft.d.ts.map +1 -0
  905. package/lib/typescript/icons/navigations/IconArrowRight.d.ts +4 -0
  906. package/lib/typescript/icons/navigations/IconArrowRight.d.ts.map +1 -0
  907. package/lib/typescript/icons/navigations/IconArrowUp.d.ts +4 -0
  908. package/lib/typescript/icons/navigations/IconArrowUp.d.ts.map +1 -0
  909. package/lib/typescript/icons/navigations/IconChevronDown.d.ts +4 -0
  910. package/lib/typescript/icons/navigations/IconChevronDown.d.ts.map +1 -0
  911. package/lib/typescript/icons/navigations/IconChevronLeft.d.ts +4 -0
  912. package/lib/typescript/icons/navigations/IconChevronLeft.d.ts.map +1 -0
  913. package/lib/typescript/icons/navigations/IconChevronRight.d.ts +4 -0
  914. package/lib/typescript/icons/navigations/IconChevronRight.d.ts.map +1 -0
  915. package/lib/typescript/icons/navigations/IconChevronUp.d.ts +4 -0
  916. package/lib/typescript/icons/navigations/IconChevronUp.d.ts.map +1 -0
  917. package/lib/typescript/icons/navs/IconNavAdiraku.d.ts +6 -0
  918. package/lib/typescript/icons/navs/IconNavAdiraku.d.ts.map +1 -0
  919. package/lib/typescript/icons/navs/IconNavDocument.d.ts +6 -0
  920. package/lib/typescript/icons/navs/IconNavDocument.d.ts.map +1 -0
  921. package/lib/typescript/icons/navs/IconNavHome.d.ts +4 -0
  922. package/lib/typescript/icons/navs/IconNavHome.d.ts.map +1 -0
  923. package/lib/typescript/icons/navs/IconNavPhone.d.ts +4 -0
  924. package/lib/typescript/icons/navs/IconNavPhone.d.ts.map +1 -0
  925. package/lib/typescript/icons/navs/IconNavProfile.d.ts +4 -0
  926. package/lib/typescript/icons/navs/IconNavProfile.d.ts.map +1 -0
  927. package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts +4 -0
  928. package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts.map +1 -0
  929. package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts +4 -0
  930. package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts.map +1 -0
  931. package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts +4 -0
  932. package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts.map +1 -0
  933. package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts +4 -0
  934. package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts.map +1 -0
  935. package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts +4 -0
  936. package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts.map +1 -0
  937. package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts +4 -0
  938. package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts.map +1 -0
  939. package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts +4 -0
  940. package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts.map +1 -0
  941. package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts +4 -0
  942. package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts.map +1 -0
  943. package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts +4 -0
  944. package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts.map +1 -0
  945. package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts +4 -0
  946. package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts.map +1 -0
  947. package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts +4 -0
  948. package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts.map +1 -0
  949. package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts +4 -0
  950. package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts.map +1 -0
  951. package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts +4 -0
  952. package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts.map +1 -0
  953. package/lib/typescript/icons/vehicles/IconCarJeep.d.ts +4 -0
  954. package/lib/typescript/icons/vehicles/IconCarJeep.d.ts.map +1 -0
  955. package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts +4 -0
  956. package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts.map +1 -0
  957. package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts +4 -0
  958. package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts.map +1 -0
  959. package/lib/typescript/icons/vehicles/IconCarMuv.d.ts +4 -0
  960. package/lib/typescript/icons/vehicles/IconCarMuv.d.ts.map +1 -0
  961. package/lib/typescript/icons/vehicles/IconCarPickup.d.ts +4 -0
  962. package/lib/typescript/icons/vehicles/IconCarPickup.d.ts.map +1 -0
  963. package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts +4 -0
  964. package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts.map +1 -0
  965. package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts +4 -0
  966. package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts.map +1 -0
  967. package/lib/typescript/icons/vehicles/IconCarSuv.d.ts +4 -0
  968. package/lib/typescript/icons/vehicles/IconCarSuv.d.ts.map +1 -0
  969. package/lib/typescript/icons/vehicles/IconCarVan.d.ts +4 -0
  970. package/lib/typescript/icons/vehicles/IconCarVan.d.ts.map +1 -0
  971. package/lib/typescript/icons/vehicles/IconCarWagon.d.ts +4 -0
  972. package/lib/typescript/icons/vehicles/IconCarWagon.d.ts.map +1 -0
  973. package/lib/typescript/index.d.ts +3 -0
  974. package/lib/typescript/index.d.ts.map +1 -0
  975. package/lib/typescript/themes/colors.d.ts +30 -0
  976. package/lib/typescript/themes/colors.d.ts.map +1 -0
  977. package/lib/typescript/themes/index.d.ts +5 -0
  978. package/lib/typescript/themes/index.d.ts.map +1 -0
  979. package/lib/typescript/themes/radius.d.ts +12 -0
  980. package/lib/typescript/themes/radius.d.ts.map +1 -0
  981. package/lib/typescript/themes/shadow.d.ts +6 -0
  982. package/lib/typescript/themes/shadow.d.ts.map +1 -0
  983. package/lib/typescript/themes/spacing.d.ts +16 -0
  984. package/lib/typescript/themes/spacing.d.ts.map +1 -0
  985. package/lib/typescript/types.d.ts +28 -0
  986. package/lib/typescript/types.d.ts.map +1 -0
  987. package/package.json +129 -0
  988. package/react-native-ui.podspec +36 -0
  989. package/src/components/Appbar/Appbar.component.tsx +65 -0
  990. package/src/components/Appbar/Appbar.style.tsx +46 -0
  991. package/src/components/Appbar/Appbar.type.ts +21 -0
  992. package/src/components/BottomSheet/BottomSheet.component.tsx +222 -0
  993. package/src/components/BottomSheet/BottomSheet.style.tsx +88 -0
  994. package/src/components/BottomSheet/BottomSheet.type.ts +30 -0
  995. package/src/components/CheckBoxInput/CheckBoxInput.component.tsx +245 -0
  996. package/src/components/CheckBoxInput/CheckBoxInput.style.tsx +106 -0
  997. package/src/components/CheckBoxInput/CheckBoxInput.type.ts +56 -0
  998. package/src/components/Checkbox/Checkbox.component.tsx +36 -0
  999. package/src/components/Checkbox/Checkbox.style.tsx +39 -0
  1000. package/src/components/Checkbox/Checkbox.type.ts +5 -0
  1001. package/src/components/Divider/Divider.component.tsx +23 -0
  1002. package/src/components/Divider/Divider.style.tsx +34 -0
  1003. package/src/components/Divider/Divider.type.ts +18 -0
  1004. package/src/components/RadioButton/RadioButton.component.tsx +30 -0
  1005. package/src/components/RadioButton/RadioButton.style.tsx +45 -0
  1006. package/src/components/RadioButton/RadioButton.type.ts +5 -0
  1007. package/src/components/RadioInput/RadioInput.component.tsx +209 -0
  1008. package/src/components/RadioInput/RadioInput.style.tsx +106 -0
  1009. package/src/components/RadioInput/RadioInput.type.ts +54 -0
  1010. package/src/components/Snackbar/Snackbar.component.tsx +28 -0
  1011. package/src/components/Snackbar/Snackbar.type.ts +10 -0
  1012. package/src/components/Snackbar/Snakbar.style.tsx +35 -0
  1013. package/src/components/StepperCounter/StepperCounter.component.tsx +111 -0
  1014. package/src/components/StepperCounter/StepperCounter.style.tsx +96 -0
  1015. package/src/components/StepperCounter/StepperCounter.type.ts +18 -0
  1016. package/src/components/Tabs/Tabs.component.tsx +94 -0
  1017. package/src/components/Tabs/Tabs.style.tsx +34 -0
  1018. package/src/components/Tabs/Tabs.type.ts +16 -0
  1019. package/src/components/TextArea/TextArea.component.tsx +78 -0
  1020. package/src/components/TextArea/TextArea.style.tsx +69 -0
  1021. package/src/components/TextArea/TextArea.type.ts +32 -0
  1022. package/src/components/TextInput/TextInput.component.tsx +126 -0
  1023. package/src/components/TextInput/TextInput.style.tsx +95 -0
  1024. package/src/components/TextInput/TextInput.type.ts +38 -0
  1025. package/src/components/base/base.component.tsx +19 -0
  1026. package/src/components/base/base.style.tsx +27 -0
  1027. package/src/components/base/base.type.ts +15 -0
  1028. package/src/components/button/button.component.tsx +42 -0
  1029. package/src/components/button/button.styles.ts +76 -0
  1030. package/src/components/button/button.type.ts +29 -0
  1031. package/src/components/coachmark/coachmark.component.tsx +37 -0
  1032. package/src/components/coachmark/coachmark.style.tsx +80 -0
  1033. package/src/components/coachmark/coachmark.type.ts +32 -0
  1034. package/src/components/dot/dot.component.tsx +23 -0
  1035. package/src/components/dot/dot.style.tsx +33 -0
  1036. package/src/components/dot/dot.type.ts +6 -0
  1037. package/src/components/index.ts +34 -0
  1038. package/src/components/information-box/information-box.component.tsx +55 -0
  1039. package/src/components/information-box/information-box.style.tsx +49 -0
  1040. package/src/components/information-box/information-box.type.ts +20 -0
  1041. package/src/components/label/label.component.tsx +19 -0
  1042. package/src/components/label/label.style.tsx +16 -0
  1043. package/src/components/label/label.type.ts +14 -0
  1044. package/src/components/rounded-tab/rounded-tab.component.tsx +108 -0
  1045. package/src/components/rounded-tab/rounded-tab.style.tsx +66 -0
  1046. package/src/components/rounded-tab/rounded-tab.type.ts +21 -0
  1047. package/src/components/slider-indicator/slider-indicator.component.tsx +81 -0
  1048. package/src/components/slider-indicator/slider-indicator.style.tsx +31 -0
  1049. package/src/components/slider-indicator/slider-indicator.type.ts +23 -0
  1050. package/src/components/switch/switch.component.tsx +53 -0
  1051. package/src/components/switch/switch.style.tsx +52 -0
  1052. package/src/components/switch/switch.type.ts +7 -0
  1053. package/src/components/textlink/textlink.component.tsx +44 -0
  1054. package/src/components/textlink/textlink.style.tsx +36 -0
  1055. package/src/components/textlink/textlink.type.ts +26 -0
  1056. package/src/components/typography/typography.component.tsx +27 -0
  1057. package/src/components/typography/typography.style.tsx +237 -0
  1058. package/src/components/typography/typography.type.ts +56 -0
  1059. package/src/icons/actions/IconAddMinus.tsx +32 -0
  1060. package/src/icons/actions/IconAddPlus.tsx +32 -0
  1061. package/src/icons/actions/IconAddRemove.tsx +27 -0
  1062. package/src/icons/actions/IconAttach.tsx +32 -0
  1063. package/src/icons/actions/IconCamera.tsx +32 -0
  1064. package/src/icons/actions/IconChat.tsx +32 -0
  1065. package/src/icons/actions/IconCopy.tsx +38 -0
  1066. package/src/icons/actions/IconCustomerService.tsx +37 -0
  1067. package/src/icons/actions/IconDownload.tsx +32 -0
  1068. package/src/icons/actions/IconEdit.tsx +32 -0
  1069. package/src/icons/actions/IconFilter.tsx +52 -0
  1070. package/src/icons/actions/IconHeartEmpty.tsx +59 -0
  1071. package/src/icons/actions/IconHeartFilled.tsx +25 -0
  1072. package/src/icons/actions/IconHeartOutline.tsx +32 -0
  1073. package/src/icons/actions/IconHelp.tsx +32 -0
  1074. package/src/icons/actions/IconInfo.tsx +38 -0
  1075. package/src/icons/actions/IconLike.tsx +30 -0
  1076. package/src/icons/actions/IconNotification.tsx +46 -0
  1077. package/src/icons/actions/IconPerson.tsx +32 -0
  1078. package/src/icons/actions/IconPicture.tsx +36 -0
  1079. package/src/icons/actions/IconPictureAdd.tsx +44 -0
  1080. package/src/icons/actions/IconSearch.tsx +32 -0
  1081. package/src/icons/actions/IconSetting.tsx +32 -0
  1082. package/src/icons/actions/IconShare.tsx +32 -0
  1083. package/src/icons/actions/IconShoppingCart.tsx +32 -0
  1084. package/src/icons/actions/IconSort.tsx +32 -0
  1085. package/src/icons/actions/IconStarFilled.tsx +32 -0
  1086. package/src/icons/actions/IconStarOutline.tsx +32 -0
  1087. package/src/icons/actions/IconTrash.tsx +38 -0
  1088. package/src/icons/actions/IconUpload.tsx +32 -0
  1089. package/src/icons/index.ts +91 -0
  1090. package/src/icons/misc/IconCalendar.tsx +32 -0
  1091. package/src/icons/misc/IconCash.tsx +32 -0
  1092. package/src/icons/misc/IconCategory.tsx +32 -0
  1093. package/src/icons/misc/IconContract.tsx +36 -0
  1094. package/src/icons/misc/IconCreditCard.tsx +32 -0
  1095. package/src/icons/misc/IconFlash.tsx +30 -0
  1096. package/src/icons/misc/IconGroup.tsx +32 -0
  1097. package/src/icons/misc/IconHistory.tsx +42 -0
  1098. package/src/icons/misc/IconLocation.tsx +32 -0
  1099. package/src/icons/misc/IconLock.tsx +33 -0
  1100. package/src/icons/misc/IconMoney.tsx +37 -0
  1101. package/src/icons/misc/IconMyLocation.tsx +32 -0
  1102. package/src/icons/misc/IconOfficial.tsx +34 -0
  1103. package/src/icons/misc/IconPromo.tsx +32 -0
  1104. package/src/icons/misc/IconProtection.tsx +39 -0
  1105. package/src/icons/misc/IconStore.tsx +40 -0
  1106. package/src/icons/misc/IconTick.tsx +32 -0
  1107. package/src/icons/misc/IconTicket.tsx +32 -0
  1108. package/src/icons/misc/IconTime.tsx +38 -0
  1109. package/src/icons/misc/IconVoucher.tsx +38 -0
  1110. package/src/icons/navigations/IconArrowDown.tsx +32 -0
  1111. package/src/icons/navigations/IconArrowLeft.tsx +32 -0
  1112. package/src/icons/navigations/IconArrowRight.tsx +32 -0
  1113. package/src/icons/navigations/IconArrowUp.tsx +32 -0
  1114. package/src/icons/navigations/IconChevronDown.tsx +27 -0
  1115. package/src/icons/navigations/IconChevronLeft.tsx +27 -0
  1116. package/src/icons/navigations/IconChevronRight.tsx +27 -0
  1117. package/src/icons/navigations/IconChevronUp.tsx +27 -0
  1118. package/src/icons/navs/IconNavAdiraku.tsx +44 -0
  1119. package/src/icons/navs/IconNavDocument.tsx +41 -0
  1120. package/src/icons/navs/IconNavHome.tsx +31 -0
  1121. package/src/icons/navs/IconNavPhone.tsx +32 -0
  1122. package/src/icons/navs/IconNavProfile.tsx +32 -0
  1123. package/src/icons/vehicles/IconBikeCaferacer.tsx +34 -0
  1124. package/src/icons/vehicles/IconBikeCooper.tsx +38 -0
  1125. package/src/icons/vehicles/IconBikeCruiser.tsx +34 -0
  1126. package/src/icons/vehicles/IconBikeDualsport.tsx +34 -0
  1127. package/src/icons/vehicles/IconBikeMopad.tsx +42 -0
  1128. package/src/icons/vehicles/IconBikeRoadster.tsx +38 -0
  1129. package/src/icons/vehicles/IconBikeScooter.tsx +34 -0
  1130. package/src/icons/vehicles/IconBikeScrambler.tsx +34 -0
  1131. package/src/icons/vehicles/IconBikeSportbike.tsx +34 -0
  1132. package/src/icons/vehicles/IconBikeSportstouring.tsx +34 -0
  1133. package/src/icons/vehicles/IconBikeTouring.tsx +30 -0
  1134. package/src/icons/vehicles/IconBikeTrialbike.tsx +34 -0
  1135. package/src/icons/vehicles/IconCarHatchback.tsx +32 -0
  1136. package/src/icons/vehicles/IconCarJeep.tsx +32 -0
  1137. package/src/icons/vehicles/IconCarMiniTruck.tsx +32 -0
  1138. package/src/icons/vehicles/IconCarMinivan.tsx +32 -0
  1139. package/src/icons/vehicles/IconCarMuv.tsx +32 -0
  1140. package/src/icons/vehicles/IconCarPickup.tsx +32 -0
  1141. package/src/icons/vehicles/IconCarSportCar.tsx +32 -0
  1142. package/src/icons/vehicles/IconCarSuperCar.tsx +32 -0
  1143. package/src/icons/vehicles/IconCarSuv.tsx +32 -0
  1144. package/src/icons/vehicles/IconCarVan.tsx +32 -0
  1145. package/src/icons/vehicles/IconCarWagon.tsx +32 -0
  1146. package/src/index.tsx +2 -0
  1147. package/src/themes/colors.ts +152 -0
  1148. package/src/themes/index.ts +4 -0
  1149. package/src/themes/radius.ts +12 -0
  1150. package/src/themes/shadow.tsx +48 -0
  1151. package/src/themes/spacing.ts +16 -0
  1152. package/src/types.ts +39 -0
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconNavHome = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconNavHome = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M9.144 20.782v-3.067c0-.777.632-1.408 1.414-1.413h2.875c.786 0 1.423.633 1.423 1.413v3.058c0 .674.548 1.222 1.227 1.227h1.96a3.46 3.46 0 002.444-1 3.41 3.41 0 001.013-2.422V9.866c0-.735-.328-1.431-.895-1.902l-6.662-5.29a3.115 3.115 0 00-3.958.071L3.467 7.963A2.474 2.474 0 002.5 9.867v8.703C2.5 20.464 4.047 22 5.956 22h1.916c.327.002.641-.125.873-.354.232-.228.363-.54.363-.864h.036z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
30
+ cx: 12,
31
+ cy: 10,
32
+ r: 2,
33
+ fill: "transparent"
34
+ }));
35
+ };
36
+ exports.IconNavHome = IconNavHome;
37
+ //# sourceMappingURL=IconNavHome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconNavHome","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconNavHome.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,kYAAkY;IACpY,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,sBAAM;IAAC,EAAE,EAAE,EAAG;IAAC,EAAE,EAAE,EAAG;IAAC,CAAC,EAAE,CAAE;IAAC,IAAI,EAAC;EAAa,EAAG,CAC/C;AAEV,CAAC;AAAC"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconNavPhone = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconNavPhone = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M5.128 3.874a74.226 74.226 0 00-1.907.922c-.226.164-.27.435-.172 1.086.535 3.564 2.223 6.841 4.98 9.672 2.755 2.828 5.99 4.635 9.45 5.281 1.173.219 1.424.22 1.643.005.145-.141 1.85-3.755 1.874-3.972.029-.26-.086-.438-.427-.662-.71-.467-3.262-2.1-3.362-2.151a.71.71 0 00-.548 0c-.062.03-.461.402-.888.824-.426.422-.81.785-.852.807-.297.151-1.31-.1-2.253-.56-2.169-1.059-3.908-3.202-4.348-5.359-.08-.393-.086-.518-.033-.659.02-.054.4-.464.842-.91.66-.664.812-.836.844-.952.048-.176.049-.269.002-.392-.02-.053-.559-.907-1.197-1.898C7.486 2.95 7.523 2.996 7.151 3c-.171.003-.363.086-2.023.873z",
30
+ fill: fill
31
+ }));
32
+ };
33
+ exports.IconNavPhone = IconNavPhone;
34
+ //# sourceMappingURL=IconNavPhone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconNavPhone","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconNavPhone.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,YAAY,GAAIC,KAAgB,IAAK;EAChD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,+kBAA+kB;IACjlB,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconNavProfile = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconNavProfile = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M12.17 15.532c-3.867 0-7.17.584-7.17 2.926s3.282 2.948 7.17 2.948c3.868 0 7.17-.586 7.17-2.927 0-2.34-3.281-2.947-7.17-2.947zM12.17 12.191a4.596 4.596 0 10-4.596-4.596 4.58 4.58 0 004.564 4.596h.033z",
30
+ fill: fill
31
+ }));
32
+ };
33
+ exports.IconNavProfile = IconNavProfile;
34
+ //# sourceMappingURL=IconNavProfile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconNavProfile","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconNavProfile.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,cAAc,GAAIC,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,yMAAyM;IAC3M,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeCaferacer = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeCaferacer = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M15.423 8.285c-.143-.316-.24-.526-.356-.78-.325.084-.633.18-.947.235-.095.018-.21-.08-.316-.131.065-.116.104-.299.198-.333A5.407 5.407 0 0115.073 7a.494.494 0 01.395.229 539.51 539.51 0 013.025 6.455c.058.131-.076.34-.121.513l-.184-.037-1.672-3.551c-1.061.611-2.178.088-3.196.475h2.63v.192h-1.84l-.008.196h1.8c-.429.91-.773 1.68-1.163 2.425-.061.121-.322.193-.492.195-2.58.012-5.162.012-7.743 0-.157 0-.312-.132-.467-.202.167-.077.332-.215.502-.22.733-.026 1.467-.011 2.206-.011-.199-2.346-2.63-3.61-4.623-2.499-.3.143-.607.27-.92.377-.043-.435-.188-.723.34-.766.188-.016.409-.31.513-.526.277-.578.727-.743 1.33-.738 1.75.018 3.5-.007 5.25.018.526.008.891-.14 1.03-.676.123-.468.444-.581.894-.57.917.022 1.835.006 2.864.006z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M16.73 11.748c.306.47.445.848.07 1.38-.435.614-.228 1.433.313 1.972a1.664 1.664 0 001.992.287c.672-.358.995-1.022.883-1.811a1.663 1.663 0 00-1.388-1.372c-.624-.108-.624-.108-.862-.847.954-.452 2.344.14 2.941 1.252a2.675 2.675 0 01-1.007 3.59 2.703 2.703 0 01-3.592-.821c-.806-1.176-.545-2.712.65-3.63zM8.287 13.293c-.57.142-.942.058-1.294-.448-.58-.834-1.755-.899-2.474-.233a1.69 1.69 0 00.02 2.542c.75.671 1.899.595 2.467-.263.346-.526.734-.5 1.215-.435-.163 1.236-1.3 2.13-2.651 2.104a2.63 2.63 0 01-2.553-2.355c-.137-1.525.733-2.694 2.221-2.99 1.299-.256 2.58.595 3.05 2.078zM17.983 8.47c-.29.355-.485.799-.693.805-.444.012-.734-.353-.72-.835.015-.481.263-.859.743-.789.227.033.395.464.67.82z",
31
+ fill: fill
32
+ }));
33
+ };
34
+ exports.IconBikeCaferacer = IconBikeCaferacer;
35
+ //# sourceMappingURL=IconBikeCaferacer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeCaferacer","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeCaferacer.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,iBAAiB,GAAIC,KAAgB,IAAK;EACrD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,stBAAstB;IACxtB,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,yrBAAyrB;IAC3rB,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeCooper = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeCooper = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M7.754 14.317l-.886-.563c-.345.291-.77.464-1.323 0-.272-.227-.688.013-.891.36-.203.347-.131.693.154.972.286.279.666.331.924.087.366-.347.629-.342.954 0 .06.05.131.083.207.098l.62-.468c-.008 1.033-.73 1.79-1.71 1.993a2.374 2.374 0 01-2.484-1.118c-.543-.948-.394-1.956.448-2.916l-.273-.228c.035-.046.055-.097.097-.116.447-.209.882-.455 1.348-.611 1.34-.451 2.741-.334 4.124-.308a1.866 1.866 0 001.347-.476c.693-.593 1.47-1.05 2.393-1.194.506-.079.998-.097 1.398.32.052.055.175.042.425.092-.597-.674-1.088-1.253-1.615-1.797-.091-.097-.337-.051-.51-.048-.173.002-.324.064-.486.05a2.164 2.164 0 01-.45-.145c.13-.081.267-.152.408-.21.862-.279 1.4.114 1.954.771 1.518 1.804 3.11 3.54 4.68 5.304.021.024.06.042.066.07.032.137.058.276.085.415-.119-.055-.27-.081-.35-.17-.577-.632-1.153-1.263-1.703-1.922-.261-.31-.528-.503-.96-.545-.262-.024-.516-.263-.748-.438-.152-.114-.243-.307-.39-.43-.124-.103-.326-.252-.43-.213a.649.649 0 00-.334.414c-.097.407-.125.828-.178 1.244-.097.784-.209 1.567-.283 2.353-.026.277-.134.355-.388.354H8.385a1.399 1.399 0 01-.362-.097c0-.057.007-.114.01-.171.204-.037.409-.062.615-.074h3.93c.154-.013.308-.04.458-.078 0-.053 0-.105-.006-.158-.163-.008-.324-.025-.486-.025H5.849a1.402 1.402 0 01-.338-.008 1.513 1.513 0 01-.31-.153c.105-.07.208-.195.315-.195.722-.03 1.448-.022 2.238-.022zm4.534-2.4c.15.73.284 1.422.437 2.11.024.104.136.187.207.28.06-.06.163-.115.171-.182.108-.806.203-1.614.306-2.46l-1.121.252zm-.69.165l-.188-.014c-.023.147-.087.3-.063.438.274 1.59.328 1.725.71 1.776l-.459-2.2zm3.11-1.141c.406.389.575.962 1.27.839-.397-.27-.468-.976-1.266-.843l-.004.004zm-9.26 1.671c-.026.415-.173.801.417.798l.357-.56-.773-.237zm-.201 3.766c.042-.423.13-.772-.432-.792l-.318.6.75.192zm.981-.188l-.38-.621c-.501.168-.501.168-.35.793l.73-.172zm-2.632-1.678l-.11.166.178.623.144.067.424-.56-.636-.296zm.874-1.525l-.207-.03c-.147.17-.291.34-.446.51l.027.17.687.05-.064-.7h.003zm.077-.165l-.067.135c.182.143.389.43.541.404.409-.068.244-.414.206-.738l-.68.199zm1.827 3.273l.542-.583-.593-.34-.292.326c.107.19.202.354.343.597zM3.75 15.54l.556.572c.201-.362.597-.63.027-.922l-.583.35zm2.661-2.677c-.25.414-.562.686-.04.954l.592-.365-.552-.589zm-2.56.788l-.18.053-.195.646.097.131.652-.278-.375-.552z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M16.654 13.31c.38.25.784.5 1.166.783.065.05.05.226.048.344-.008.46.302.824.74.853a.804.804 0 00.868-.729c.034-.42-.292-.785-.754-.852a2.584 2.584 0 01-.397-.11l.34-.857-.143-.116-.796.256-.275-.292c.673-.657 2.112-.55 2.92.305.828.875.843 2.333.01 3.207a2.367 2.367 0 01-3.314.098c-.892-.83-.986-2.235-.413-2.89zm1.901 3.055c.06-.417.154-.778-.422-.769-.098.185-.195.362-.32.598l.742.17zm-1.385-.89l.475.61.361-.611-.34-.292-.496.293zm3.38-.807l-.113-.156-.65.291.409.583.149-.056c.068-.227.137-.444.205-.662zm-3.07-.045h-.68l.219.75c.306-.214.71-.263.462-.75zm2.204.558c-.568.335-.157.583 0 .813l.618-.435-.618-.378zm-2.872-.8h.687c.204-.532-.184-.558-.525-.694-.063.247-.111.457-.167.693h.005zm3.413-.89l-.519-.583c-.177.354-.583.614 0 .906l.52-.323zm.135.217l-.146-.071c-.141.186-.284.372-.427.558l.68.284.08-.144-.192-.627h.005zm-1.163 1.873c-.583.046-.427.408-.389.799l.713-.216-.324-.583zm-.324-2.951l-.169.097.265.652.69-.486-.786-.263zM16.855 9.908c0 .486-.195.75-.558.745-.538-.005-.987-.335-.99-.73-.002-.394.457-.744.972-.755.365-.008.576.266.576.74z",
31
+ fill: fill
32
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
+ d: "M17.016 12.243c1.004-.928 2.76-.756 3.795.366-.203-.02-.338.007-.405-.047-.924-.746-1.914-.85-2.982-.346-.086.042-.205.017-.408.027zM15.919 14.498c-.136-.727.113-1.31.57-1.868.066.075.164.15.151.18-.228.566-.478 1.127-.721 1.688z",
34
+ fill: fill
35
+ }));
36
+ };
37
+ exports.IconBikeCooper = IconBikeCooper;
38
+ //# sourceMappingURL=IconBikeCooper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeCooper","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeCooper.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,cAAc,GAAIC,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,0qEAA0qE;IAC5qE,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,uiCAAuiC;IACziC,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,uOAAuO;IACzO,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeCruiser = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeCruiser = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M3.097 13.45c-.19-.577-.107-.755.301-.744a.606.606 0 00.428-.159c.848-.993 1.99-1.212 3.2-1.301a4.06 4.06 0 011.564.166c1.153.363 2.226.148 3.246-.68 1.02-.827 2.217-1.412 3.385-2.134l-.504-1.066c-.314.07-.606.151-.892.19-.107.015-.227-.07-.34-.11.08-.108.139-.273.243-.316 1.183-.478 1.196-.462 1.729.684 1.008 2.167 2.028 4.326 3.03 6.493.108.242.426.56-.184.71l-1.605-3.421c-1.05.423-2.135.053-3.183.364h2.64v.206h-1.818v.173h1.818c-.408.88-.759 1.643-1.119 2.4-.036.079-.139.193-.2.186-.442-.053-.576.242-.726.565a.547.547 0 01-.404.268c-1.229.022-2.458.016-3.688.008a.97.97 0 01-.319-.122l.018-.17c.177-.018.355-.052.533-.053 1.028 0 2.06.011 3.084-.012.2 0 .396-.15.595-.23-.02-.076-.037-.152-.057-.227H4.18c-.14.016-.282.012-.42-.01a1.035 1.035 0 01-.287-.214c.1-.076.19-.2.297-.217a4.02 4.02 0 01.663-.013h4.757c.063-1.21-.98-2.464-2.232-2.696-1.12-.206-2.102.07-2.918.915-.229.24-.58.357-.942.567z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M16.905 12.857c.29.435.471.786.085 1.293-.416.547-.233 1.393.242 1.885a1.643 1.643 0 002.817-1.377c-.143-.751-.692-1.351-1.4-1.357-.646-.009-.619-.485-.822-.848 1.157-.373 2.468.258 2.952 1.387.541 1.265.058 2.71-1.114 3.329-1.242.655-2.666.278-3.433-.912-.713-1.11-.44-2.536.673-3.4zM3.782 15.455c.533-.1.892-.071 1.235.441.606.91 2.002.888 2.56-.023.315-.513.672-.517 1.14-.436-.07 1.07-.992 1.893-2.256 2.04-1.17.139-2.306-.699-2.679-2.022zM3.815 14.33c.22-1.21 1.272-2.04 2.544-2.01 1.188.027 2.218.896 2.37 2.02-.484.089-.848.074-1.188-.451-.57-.885-1.869-.841-2.545 0-.421.536-.421.536-1.181.442zM17.931 9.181c-.252.33-.435.783-.64.794-.43.022-.699-.329-.692-.807 0-.425.402-.917.713-.787.24.099.372.458.62.8z",
31
+ fill: fill
32
+ }));
33
+ };
34
+ exports.IconBikeCruiser = IconBikeCruiser;
35
+ //# sourceMappingURL=IconBikeCruiser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeCruiser","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeCruiser.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,eAAe,GAAIC,KAAgB,IAAK;EACnD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,44BAA44B;IAC94B,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,6sBAA6sB;IAC/sB,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeDualsport = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeDualsport = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M17.325 12.59l-.585-1.216-3.903.252-.01.07h2.562v.2h-1.785v.167h1.91c-.658.822-1.185 1.516-1.758 2.17-.122.134-.412.176-.616.16-.527-.04-1.04-.13-1.559-.22-.134-.022-.333-.065-.374-.156-.28-.62-.683-.365-1.096-.203-.869.328-1.74.647-2.618.944-.228.077-.54.387-.695-.047-.032-.087.28-.374.48-.452 1.076-.416 2.177-.802 3.43-1.258-.772-.495-1.418-.929-2.083-1.322-.608-.365-1.112-.8-1.322-1.506a.536.536 0 00-.188-.29c-.568-.35-2.297-.132-2.786.334-.393.373-.79.743-1.318 1.24 0-.272-.03-.393.008-.486.038-.092.158-.122.212-.21 1.199-1.825 2.989-1.37 4.7-1.216 1.229.107 2.456.276 3.687.297 1.29.023 2.521-.234 3.407-1.339.243-.314.202-.682-.16-.894-.187-.11-.356-.244-.532-.375.076-.083.176-.243.226-.234.3.083.639.148.863.338.197.166.269.486.378.745.122.301.258.574.747.235.04.403.111.713.09 1.016-.058.79.14 1.121.923 1.187 1.125.092 2.19.321 3.164.919.061.042.12.087.176.136l-.04.163c-.17-.032-.365-.017-.506-.1-.974-.574-2.032-.743-3.223-.771l.715 1.51c.942-.387 2.555.216 2.892 1.074.609 1.53.107 2.735-.998 3.32-1.394.739-2.66.122-3.255-.908-.671-1.156-.316-2.509.84-3.273zm.268.592c-.902.724-1.065 1.598-.514 2.441a1.763 1.763 0 002.29.618c.806-.409 1.205-1.397.879-2.214-.27-.677-1.126-1.424-2.107-1.036.209.458.436.905.609 1.373.056.148-.03.35-.051.528-.146-.102-.348-.173-.426-.313-.245-.436-.443-.893-.68-1.394v-.003z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M6.96 17.1c-1.244-.129-2.295-.92-2.37-2.34-.068-1.28.675-2.198 1.994-2.525.819-.202 1.608.215 2.233.806.064.062.028.365-.01.375a.924.924 0 01-.52.013c-.44-.16-.852-.487-1.296-.526a1.661 1.661 0 00-1.785 1.524 1.808 1.808 0 001.345 1.966 1.798 1.798 0 002.113-1.195.658.658 0 00.073-.228c-.02-.335.122-.609.45-.538.121.024.262.44.233.655-.129.988-1.454 2.045-2.46 2.012zM7.557 11.172a7.581 7.581 0 01-1.078-.122c-.156-.038-.27-.243-.404-.372.142-.115.268-.289.428-.334.666-.187.846.318 1.054.828z",
31
+ fill: fill
32
+ }));
33
+ };
34
+ exports.IconBikeDualsport = IconBikeDualsport;
35
+ //# sourceMappingURL=IconBikeDualsport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeDualsport","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeDualsport.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,iBAAiB,GAAIC,KAAgB,IAAK;EACrD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,izCAAizC;IACnzC,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,ifAAif;IACnf,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeMopad = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeMopad = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M15.815 14.952v.796H9.862c-.274-2.163-1.227-3.17-2.937-3.108-1.546.05-2.47 1.13-2.602 3.098H3c.251-.863.507-1.652.7-2.461.06-.288.04-.586-.057-.863-.285-.81-.013-1.234.862-1.236h5.078c.896 0 1.019.151.881 1.062-.043.289-.164.586-.125.864.222 1.73.365 1.841 2.134 1.84l3.342.008z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M7.115 13.02c-1.207-.037-2.297 1.005-2.358 2.24-.06 1.236.985 2.298 2.24 2.327a2.226 2.226 0 002.329-2.208 2.327 2.327 0 00-2.21-2.36zm-.095 3.386a1.108 1.108 0 01-1.081-1.124A1.149 1.149 0 017.078 14.2a1.124 1.124 0 01.978 1.559 1.073 1.073 0 01-1.036.646zM18.588 13.02c-1.208-.037-2.297 1.005-2.358 2.24-.06 1.236.985 2.298 2.24 2.327a2.226 2.226 0 002.328-2.208 2.327 2.327 0 00-2.21-2.36zm-.095 3.386a1.108 1.108 0 01-1.081-1.124A1.148 1.148 0 0118.55 14.2a1.124 1.124 0 01.979 1.558 1.07 1.07 0 01-1.033.647h-.003z",
31
+ fill: fill
32
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
+ d: "M16.552 13.398l-1.738-5c-.466.18-.878.37-1.313.493-.164.044-.372-.077-.563-.123.112-.182.181-.443.343-.529.429-.224.906-.357 1.35-.557.445-.2.764-.076.856.392.177.9.68 1.476 1.43 2.023.552.4.74 1.291 1.282 1.721.509.405 1.313.418 1.905.752.399.223.656.7.894 1.173-1.403-1.33-2.835-1.58-4.446-.345z",
34
+ fill: fill
35
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
36
+ d: "M18.096 8.19c-.378.44-.63 1.003-.937 1.034-.604.06-.952-.432-.972-1.062-.018-.576.576-1.312 1.01-1.135.347.136.534.663.899 1.163z",
37
+ fill: fill
38
+ }));
39
+ };
40
+ exports.IconBikeMopad = IconBikeMopad;
41
+ //# sourceMappingURL=IconBikeMopad.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeMopad","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeMopad.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,aAAa,GAAIC,KAAgB,IAAK;EACjD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,wRAAwR;IAC1R,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,ygBAAygB;IAC3gB,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,2SAA2S;IAC7S,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,mIAAmI;IACrI,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeRoadster = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeRoadster = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M15.46 8.332c-.1-.776-.477-.923-1.08-.669-.28.114-.566.193-.504-.298.02-.018.035-.037.054-.044 1.43-.518 1.422-.518 2.047.844a922.537 922.537 0 002.688 5.833c-.324.406-.456.16-.597-.15a294.7 294.7 0 00-1.407-3.052h-3.839v.198h2.718l.014.2h-1.86v.199h1.78c-.578 1.196-1.096 2.289-1.641 3.366-.056.111-.275.19-.421.193-1 .014-2.001.035-3-.013-.29-.014-.667-.172-.831-.388-.28-.377-.595-.4-.99-.395-1.207.015-2.416 0-3.624 0l-.104-.226c.165-.102.329-.286.496-.29 1-.028 2-.013 3.001-.015.163 0 .325-.02.591-.036l-1.28-2.283c-.808.567-.812 1.858-1.819 2.201l-.148-.13L7.4 10.616c-.947-.13-1.799-.267-2.657-.346-.162-.015-.357.19-.512.32-.335.276-.649.57-.975.858l-.12-.116a2.88 2.88 0 01.226-.317c.452-.48 1.13-.766 1.23-1.554.015-.12.37-.28.565-.277a7.98 7.98 0 013.148.63c.761.33 1.742.15 2.625.187.048 0 .113-.057.15-.105.923-1.191 2.278-1.295 3.606-1.468.251-.033.502-.062.773-.095z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M16.839 11.863c.3.46.437.835.079 1.357-.42.607-.224 1.424.3 1.942.525.518 1.259.647 1.88.325.33-.155.599-.419.764-.747a1.66 1.66 0 00.144-1.066c-.128-.755-.648-1.332-1.4-1.348-.62-.013-.6-.482-.809-.815.896-.49 2.187.033 2.842 1.135.337.58.442 1.268.292 1.923a2.624 2.624 0 01-1.097 1.599c-1.131.756-2.761.476-3.544-.609-.867-1.204-.662-2.686.549-3.696zM6.56 11.555c-.188.437-.334.809-.974.755-.795-.07-1.46.56-1.605 1.358-.06.373.002.756.178 1.09.176.334.456.6.796.757.732.321 1.62.122 2.012-.617.29-.556.655-.562 1.13-.495-.01.957-.715 1.784-1.792 2.099a2.587 2.587 0 01-1.565-.062 2.62 2.62 0 01-1.25-.956c-.683-1.018-.65-2.266.084-3.176.757-.934 1.846-1.22 2.987-.753zM18.16 9.007c-.285.346-.474.777-.682.787-.432.017-.702-.337-.69-.818.011-.482.255-.844.713-.777.214.026.386.453.658.808z",
31
+ fill: fill
32
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
+ d: "M8.263 13.425c-.62.045-1.124.196-1.236-.388-.06-.31.108-.663.174-.996l.265-.027c.248.435.495.874.797 1.412z",
34
+ fill: fill
35
+ }));
36
+ };
37
+ exports.IconBikeRoadster = IconBikeRoadster;
38
+ //# sourceMappingURL=IconBikeRoadster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeRoadster","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeRoadster.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,gBAAgB,GAAIC,KAAgB,IAAK;EACpD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,o3BAAo3B;IACt3B,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,0xBAA0xB;IAC5xB,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,6GAA6G;IAC/G,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeScooter = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeScooter = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M17.275 7.527c-.398.023-.8.023-1.192.082-.152.023-.28.181-.422.277.097.14.168.376.294.401 1.587.325 2.077 1.828 3.041 2.812.363.37.625.84 1.021 1.389a1.05 1.05 0 01-.492.089c-1.847-.378-3.276.804-3.224 2.687a3.005 3.005 0 01-.103.601 1.902 1.902 0 00-.461-.35 2.227 2.227 0 00-.736-.11c-1.928 0-3.863-.039-5.782.013-.672.019-1.052-.193-1.208-.84-.02-.078-.08-.147-.1-.228-.419-1.624-1.394-2.561-3.039-3.137-.769-.26-1.219-1.454-1.788-2.245-.015-.024.269-.377.388-.363 1.728.191 3.498-.086 5.19.623.743.312 1.637.274 2.463.384.907.123 1.432 1.072.937 1.831-.445.682-.652 1.344-.146 2.255H9.753v.278h4.845c.168-1.448.418-2.934.477-4.427.018-.504-.452-1.008-.694-1.512l.52-.05c.018-.057.034-.114.053-.168l-2.015-.84-.007-.307c.947.618 1.443-.094 2.025-.492.363-.249.623-.24.953.043.453.39.945.734 1.42 1.099l-.055.205z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M5.232 12.844c-1.142-.034-2.177.95-2.232 2.12-.056 1.168.932 2.172 2.118 2.2a2.103 2.103 0 002.203-2.095 2.198 2.198 0 00-2.09-2.225zm-.091 3.202a1.05 1.05 0 01-1.023-1.063 1.087 1.087 0 011.078-1.023 1.063 1.063 0 011.008 1.077 1.007 1.007 0 01-1.063 1.01zM18.909 12.844c-1.142-.034-2.183.95-2.23 2.12-.047 1.168.932 2.172 2.117 2.2a2.103 2.103 0 002.202-2.095 2.199 2.199 0 00-2.09-2.225zm-.09 3.202a1.05 1.05 0 01-1.024-1.063 1.087 1.087 0 011.079-1.023 1.063 1.063 0 011.007 1.077 1.008 1.008 0 01-1.063 1.01z",
31
+ fill: fill
32
+ }));
33
+ };
34
+ exports.IconBikeScooter = IconBikeScooter;
35
+ //# sourceMappingURL=IconBikeScooter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeScooter","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeScooter.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,eAAe,GAAIC,KAAgB,IAAK;EACnD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,izBAAizB;IACnzB,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,mgBAAmgB;IACrgB,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeScrambler = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeScrambler = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M12.954 11.228h2.624c0 .06.009.121.012.182h-1.835v.191h1.776c-.505 1.013-.92 1.947-1.44 2.825-.152.255-.6.466-.916.47-2.486.038-4.974.021-7.472.021-.198-.414-.01-.496.35-.496h3.152a3.22 3.22 0 00-2.413-2.96c-1.443-.398-2.648.066-3.65 1.172L3 12.455c.187-.192.365-.4.564-.575.458-.393.947-.751 1.391-1.157.629-.576 1.825-.862 2.57-.426 1.65.961 3.14.474 4.575-.414 1.191-.737 2.433-.927 3.764-.505-.09-.938-.455-1.42-1.279-1.8-.197-.091-.668-.091-.309-.578.76.265 1.525.44 1.817 1.41.259.863.711 1.665 1.063 2.501.141.335.269.472.707.381.752-.156 1.534-.156 2.29.35l-2.734-.167.422.935c.695-.313 1.71-.046 2.367.593.707.686 1.009 1.886.622 2.6-.676 1.226-1.54 1.659-2.652 1.51a2.355 2.355 0 01-1.917-1.617c-.33-.979-.101-1.957.71-2.592.541-.425.277-.658.08-1.034-.912.468-1.399 1.226-1.69 2.186-.256-.676.148-1.305 1.574-2.52l-.244-.532h-3.73l-.007.224zm5.415 3.543l-.73-1.581c-.882.608-1.14 1.573-.667 2.388a1.792 1.792 0 003.214-1.567c-.351-.833-1.216-1.243-2.043-.973.505 1.555.505 1.555.226 1.733z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M8.016 14.38c-.191-.168-.435-.303-.561-.51-.457-.747-1.257-1.116-2.068-.903-.742.196-1.338.992-1.327 1.767a1.859 1.859 0 001.392 1.711c.796.19 1.55-.178 2.004-.91.133-.217.404-.348.71-.596.065 1.125-1.048 2.232-2.262 2.204-1.36-.032-2.48-1.073-2.433-2.505a2.417 2.417 0 012.512-2.353c1.338.05 2.263 1.236 2.197 1.946l-.164.149zM18.442 9.972c-.26.302-.447.706-.642.71-.413.008-.66-.33-.65-.78.011-.448.296-.77.695-.738.193.016.351.458.597.808z",
31
+ fill: fill
32
+ }));
33
+ };
34
+ exports.IconBikeScrambler = IconBikeScrambler;
35
+ //# sourceMappingURL=IconBikeScrambler.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeScrambler","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeScrambler.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,iBAAiB,GAAIC,KAAgB,IAAK;EACrD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,0+BAA0+B;IAC5+B,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,4bAA4b;IAC9b,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeSportbike = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeSportbike = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M17.08 11.811c.543 1.017 1.023 1.889 1.47 2.777.09.178.053.421.075.635-.168-.131-.393-.22-.493-.394a43.58 43.58 0 01-1.223-2.305c-.165-.337-.367-.476-.754-.465-.927.03-1.854.01-2.78.01l-.012.207h2.768v.235h-1.93v.185h1.502l.073.166c-.85.653-1.699 1.306-2.544 1.958-.174.131-.385.228-.525.394-.866.997-2.018 1-3.18.894-.262-.022-.492-.278-.737-.426-.214-.131-.421-.357-.642-.37-.76-.047-1.526-.013-2.29-.025a4.09 4.09 0 01-.599-.094l-.079-.19c.311-.24.617-.487.933-.722.473-.352.94-.71 1.43-1.034.491-.324.37-.545-.064-.787a165.353 165.353 0 01-3.524-1.996c-.213-.125-.353-.374-.525-.566l.122-.196c.8 0 1.609-.06 2.4.027.336.038.63.402.958.588.3.17.609.38.938.437 1.353.235 2.475-.245 3.4-1.226.393-.416.822-.444 1.36-.3.864.23 1.75.373 2.704.567-.083-.681-.404-.874-.829-1.003-.131-.042-.23-.232-.345-.354.148-.034.306-.12.442-.094.681.124.681.13 1.298 1.108.131-.102.262-.2.394-.301.13-.103.23-.2.378-.33-.29-.54-.569-1.07-.961-1.821.36.072.597.047.706.155 1.17 1.145 2.276 2.342 2.842 3.936.218.609.17.715-.5.723-.5.001-1.001-.003-1.657-.003zM6.435 14.646l.047.13h2.014l-.429-1.294-1.632 1.164zm11.604-5.262c-.542.678-.131 1.443.844 1.706l-.844-1.706z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M17.804 12.666c1.563-.255 2.68.351 3.091 1.621a2.545 2.545 0 01-1.279 2.987 2.467 2.467 0 01-3.128-.81c-.778-1.144-.611-2.354.479-3.338.25.394.512.709.131 1.237-.394.563-.184 1.366.33 1.837a1.543 1.543 0 001.818.247 1.575 1.575 0 00.808-1.771c-.131-.635-.689-1.181-1.377-1.173-.613.008-.697-.38-.873-.837zM7.841 15.52c-.105 1.049-.956 1.855-2.136 2.007-1.02.131-2.162-.57-2.545-1.575-.394-1.05-.04-2.318.832-2.928.973-.681 2.216-.608 3.14.207-.314.34-.554.613-1.133.332-.746-.362-1.635.076-1.968.82a1.585 1.585 0 002.723 1.6c.404-.536.404-.536 1.087-.464zM14.773 14.03c.072 1.506-.959 2.264-2.7 2.012l2.7-2.012z",
31
+ fill: fill
32
+ }));
33
+ };
34
+ exports.IconBikeSportbike = IconBikeSportbike;
35
+ //# sourceMappingURL=IconBikeSportbike.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeSportbike","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeSportbike.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,iBAAiB,GAAIC,KAAgB,IAAK;EACrD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,moCAAmoC;IACroC,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,qmBAAqmB;IACvmB,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconBikeSportstouring = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _themes = require("../../themes");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const IconBikeSportstouring = props => {
14
+ const {
15
+ width = 24,
16
+ height = 24,
17
+ fill = _themes.Palettes.black[900],
18
+ ...rest
19
+ } = props;
20
+ return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
21
+ width: width,
22
+ height: height,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none"
25
+ // xmlns="http://www.w3.org/2000/svg"
26
+ }, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "M15.556 10.198c.038-.942-.815-.755-1.15-1.148.568-.428 1-.206 1.77.868l.83-.696-1.373-2.047.05-.175c.167.031.4 0 .488.102 1.172 1.316 2.48 2.522 3.115 4.246.248.691.232.783-.516.789h-1.432c.134.291.22.503.326.706.372.71.76 1.412 1.116 2.128.049.095-.007.248-.016.372-.124-.056-.315-.076-.372-.171a60.366 60.366 0 01-1.254-2.336c-.167-.332-.372-.476-.763-.46-.879.03-1.76.009-2.641.009 0 .057-.008.115-.01.172h2.674v.222h-1.81v.186h1.415l.067.164c-1.067.816-2.197 1.56-3.192 2.458-.894.808-1.897.608-2.902.594-.155 0-.413-.145-.446-.27-.15-.56-.566-.496-.973-.489-.68 0-1.364.01-2.039 0-.124 0-.248-.1-.372-.154.073-.13.117-.3.226-.383a170 170 0 012.284-1.667c-.1-.168-.184-.31-.27-.452l.146.037.385-1.518-.138-.036c.029-.025.06-.074.083-.072 1.165.141 2.075-.356 2.86-1.147.426-.428.868-.465 1.449-.3.768.214 1.572.313 2.385.468zm-8.482 4.74h2.102c-.135-.436-.248-.808-.386-1.24l-1.716 1.24zm11.091-5.093c-.46.687-.111 1.325.831 1.63-.22-.462-.427-.9-.637-1.333a3.42 3.42 0 00-.194-.298v.001z",
28
+ fill: fill
29
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
+ d: "M3.682 9.48l2.263 1.335.078-.13-1.84-1.151.09-.158 2.396 1.404.076-.124-2.05-1.29c.651-.336 1.204-.137 1.736.13.422.211.815.483 1.24.69a1.514 1.514 0 01.91 1.279c.06.506-.055.875-.487 1.166-.512.344-.992.744-1.51 1.071a.679.679 0 01-.584.041c-.876-.496-1.73-1.036-2.584-1.572-.108-.067-.256-.223-.24-.31.142-.75.32-1.499.506-2.38zM17.983 12.945c1.498-.248 2.56.355 2.923 1.613a2.312 2.312 0 01-1.343 2.793 2.37 2.37 0 01-2.977-1.026 2.256 2.256 0 01.605-2.913c.328.372.417.705.113 1.184-.35.555-.139 1.281.372 1.737a1.46 1.46 0 001.724.162 1.535 1.535 0 00.715-1.654c-.138-.61-.666-1.11-1.321-1.103-.57.008-.649-.357-.811-.793zM8.6 15.606c-.223 1.127-.973 1.798-2.092 1.93-.888.104-1.906-.485-2.315-1.34-.45-.928-.201-2.003.68-2.844l.869.514a2.388 2.388 0 00-.415.224c-.488.423-.612.965-.429 1.565.184.6.66.95 1.27 1.027.608.077 1.135-.163 1.402-.702.25-.496.61-.363 1.03-.374zM12.574 16.125l2.515-1.873c.239 1.305-.869 2.141-2.515 1.873zM3.635 12.59l.663.42c-.295.382-.554.744-.85 1.08-.078.088-.266.078-.405.114-.011-.142-.074-.307-.023-.423.172-.386.386-.757.615-1.19z",
31
+ fill: fill
32
+ }));
33
+ };
34
+ exports.IconBikeSportstouring = IconBikeSportstouring;
35
+ //# sourceMappingURL=IconBikeSportstouring.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["IconBikeSportstouring","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconBikeSportstouring.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,qBAAqB,GAAIC,KAAgB,IAAK;EACzD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,k+BAAk+B;IACp+B,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,ijCAAijC;IACnjC,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}