@drivy/cobalt 0.15.0 → 0.16.2

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 (837) hide show
  1. package/cjs/tokens/icons.js +4 -1
  2. package/cjs/tokens/icons.js.map +1 -1
  3. package/cjs/tokens/index.js +5 -5
  4. package/cjs/tokens/index.js.map +1 -1
  5. package/components/Accordion/ToggleIcon.js +1 -2
  6. package/components/Accordion/ToggleIcon.js.map +1 -1
  7. package/components/Accordion/index.js +17 -22
  8. package/components/Accordion/index.js.map +1 -1
  9. package/components/Alerter/Alert.js +10 -11
  10. package/components/Alerter/Alert.js.map +1 -1
  11. package/components/Alerter/index.js +37 -29
  12. package/components/Alerter/index.js.map +1 -1
  13. package/components/BasicCell/index.js +3 -4
  14. package/components/BasicCell/index.js.map +1 -1
  15. package/components/BulletList/index.js +6 -12
  16. package/components/BulletList/index.js.map +1 -1
  17. package/components/Button/Button.js +14 -24
  18. package/components/Button/Button.js.map +1 -1
  19. package/components/Button/Link.js +14 -24
  20. package/components/Button/Link.js.map +1 -1
  21. package/components/Button/index.js +2 -2
  22. package/components/Button/index.js.map +1 -1
  23. package/components/Buttons/BrandButton/index.js +31 -35
  24. package/components/Buttons/BrandButton/index.js.map +1 -1
  25. package/components/Buttons/ButtonComponent.js +8 -9
  26. package/components/Buttons/ButtonComponent.js.map +1 -1
  27. package/components/Buttons/ButtonsGroup.js +23 -30
  28. package/components/Buttons/ButtonsGroup.js.map +1 -1
  29. package/components/Buttons/DefaultButton/index.js +34 -38
  30. package/components/Buttons/DefaultButton/index.js.map +1 -1
  31. package/components/Buttons/GhostButton/index.js +31 -35
  32. package/components/Buttons/GhostButton/index.js.map +1 -1
  33. package/components/Buttons/InversedButton/index.js +22 -26
  34. package/components/Buttons/InversedButton/index.js.map +1 -1
  35. package/components/Buttons/helpers.js +11 -15
  36. package/components/Buttons/helpers.js.map +1 -1
  37. package/components/Calendar/CalendarRangePicker/CalendarRangePicker.js +14 -16
  38. package/components/Calendar/CalendarRangePicker/CalendarRangePicker.js.map +1 -1
  39. package/components/Calendar/CalendarRangePicker/CalendarRangePickerDay.js +5 -6
  40. package/components/Calendar/CalendarRangePicker/CalendarRangePickerDay.js.map +1 -1
  41. package/components/Calendar/CalendarRangePicker/CalendarRangePickerMonth.js +25 -28
  42. package/components/Calendar/CalendarRangePicker/CalendarRangePickerMonth.js.map +1 -1
  43. package/components/Calendar/CalendarView/CalendarViewMonth.js +15 -19
  44. package/components/Calendar/CalendarView/CalendarViewMonth.js.map +1 -1
  45. package/components/Calendar/CalendarView/index.js +1 -5
  46. package/components/Calendar/CalendarView/index.js.map +1 -1
  47. package/components/Callout/index.js +9 -12
  48. package/components/Callout/index.js.map +1 -1
  49. package/components/Card/index.js +10 -21
  50. package/components/Card/index.js.map +1 -1
  51. package/components/CdwChoice/index.js +11 -14
  52. package/components/CdwChoice/index.js.map +1 -1
  53. package/components/Cell/index.js +3 -6
  54. package/components/Cell/index.js.map +1 -1
  55. package/components/Chip/index.js +5 -7
  56. package/components/Chip/index.js.map +1 -1
  57. package/components/EmptyState/index.js +1 -2
  58. package/components/EmptyState/index.js.map +1 -1
  59. package/components/Flag/index.js +8 -10
  60. package/components/Flag/index.js.map +1 -1
  61. package/components/Flash/index.js +6 -7
  62. package/components/Flash/index.js.map +1 -1
  63. package/components/Form/Autocomplete/index.js +47 -52
  64. package/components/Form/Autocomplete/index.js.map +1 -1
  65. package/components/Form/CheckablePill.js +8 -13
  66. package/components/Form/CheckablePill.js.map +1 -1
  67. package/components/Form/Checkmark.js +8 -13
  68. package/components/Form/Checkmark.js.map +1 -1
  69. package/components/Form/ComposedField.js +4 -5
  70. package/components/Form/ComposedField.js.map +1 -1
  71. package/components/Form/Fieldset.js +1 -2
  72. package/components/Form/Fieldset.js.map +1 -1
  73. package/components/Form/Hint.js +4 -5
  74. package/components/Form/Hint.js.map +1 -1
  75. package/components/Form/RadioWithDetails.js +2 -4
  76. package/components/Form/RadioWithDetails.js.map +1 -1
  77. package/components/Form/Select.js +3 -5
  78. package/components/Form/Select.js.map +1 -1
  79. package/components/Form/Slider.js +6 -9
  80. package/components/Form/Slider.js.map +1 -1
  81. package/components/Form/Stepper.js +28 -33
  82. package/components/Form/Stepper.js.map +1 -1
  83. package/components/Form/TextArea.js +14 -18
  84. package/components/Form/TextArea.js.map +1 -1
  85. package/components/Form/TextInput.js +5 -10
  86. package/components/Form/TextInput.js.map +1 -1
  87. package/components/Form/ToggleSwitch.js +2 -4
  88. package/components/Form/ToggleSwitch.js.map +1 -1
  89. package/components/Form/field.js +12 -18
  90. package/components/Form/field.js.map +1 -1
  91. package/components/Helper/index.js +4 -7
  92. package/components/Helper/index.js.map +1 -1
  93. package/components/HorizontalList/index.js +4 -6
  94. package/components/HorizontalList/index.js.map +1 -1
  95. package/components/Icon/__generated__/AccountDetailsIcon.js +10 -12
  96. package/components/Icon/__generated__/AccountDetailsIcon.js.map +1 -1
  97. package/components/Icon/__generated__/AddPictureIcon.js +10 -12
  98. package/components/Icon/__generated__/AddPictureIcon.js.map +1 -1
  99. package/components/Icon/__generated__/AirConditioningIcon.js +10 -12
  100. package/components/Icon/__generated__/AirConditioningIcon.js.map +1 -1
  101. package/components/Icon/__generated__/AirportIcon.js +11 -13
  102. package/components/Icon/__generated__/AirportIcon.js.map +1 -1
  103. package/components/Icon/__generated__/AndroidIcon.js +10 -12
  104. package/components/Icon/__generated__/AndroidIcon.js.map +1 -1
  105. package/components/Icon/__generated__/AntiqueIcon.js +10 -12
  106. package/components/Icon/__generated__/AntiqueIcon.js.map +1 -1
  107. package/components/Icon/__generated__/ArrowLeftCircleFilledIcon.js +10 -12
  108. package/components/Icon/__generated__/ArrowLeftCircleFilledIcon.js.map +1 -1
  109. package/components/Icon/__generated__/ArrowLeftIcon.js +12 -14
  110. package/components/Icon/__generated__/ArrowLeftIcon.js.map +1 -1
  111. package/components/Icon/__generated__/ArrowRightCircleFilledIcon.js +10 -12
  112. package/components/Icon/__generated__/ArrowRightCircleFilledIcon.js.map +1 -1
  113. package/components/Icon/__generated__/ArrowRightCircleIcon.js +10 -12
  114. package/components/Icon/__generated__/ArrowRightCircleIcon.js.map +1 -1
  115. package/components/Icon/__generated__/ArrowRightIcon.js +11 -13
  116. package/components/Icon/__generated__/ArrowRightIcon.js.map +1 -1
  117. package/components/Icon/__generated__/AudioInputIcon.js +10 -12
  118. package/components/Icon/__generated__/AudioInputIcon.js.map +1 -1
  119. package/components/Icon/__generated__/BabySeatIcon.js +10 -12
  120. package/components/Icon/__generated__/BabySeatIcon.js.map +1 -1
  121. package/components/Icon/__generated__/BatteryIcon.js +10 -12
  122. package/components/Icon/__generated__/BatteryIcon.js.map +1 -1
  123. package/components/Icon/__generated__/BellIcon.js +10 -12
  124. package/components/Icon/__generated__/BellIcon.js.map +1 -1
  125. package/components/Icon/__generated__/BikeRackIcon.js +10 -12
  126. package/components/Icon/__generated__/BikeRackIcon.js.map +1 -1
  127. package/components/Icon/__generated__/BinIcon.js +12 -14
  128. package/components/Icon/__generated__/BinIcon.js.map +1 -1
  129. package/components/Icon/__generated__/BluetoothIcon.js +10 -12
  130. package/components/Icon/__generated__/BluetoothIcon.js.map +1 -1
  131. package/components/Icon/__generated__/BriefcaseIcon.js +10 -12
  132. package/components/Icon/__generated__/BriefcaseIcon.js.map +1 -1
  133. package/components/Icon/__generated__/BulbIcon.js +11 -13
  134. package/components/Icon/__generated__/BulbIcon.js.map +1 -1
  135. package/components/Icon/__generated__/CableIcon.js +21 -0
  136. package/components/Icon/__generated__/CableIcon.js.map +1 -0
  137. package/components/Icon/__generated__/CabrioletIcon.js +10 -12
  138. package/components/Icon/__generated__/CabrioletIcon.js.map +1 -1
  139. package/components/Icon/__generated__/CalendarCheckIcon.js +10 -12
  140. package/components/Icon/__generated__/CalendarCheckIcon.js.map +1 -1
  141. package/components/Icon/__generated__/CalendarClockIcon.js +10 -12
  142. package/components/Icon/__generated__/CalendarClockIcon.js.map +1 -1
  143. package/components/Icon/__generated__/CalendarEndIcon.js +10 -12
  144. package/components/Icon/__generated__/CalendarEndIcon.js.map +1 -1
  145. package/components/Icon/__generated__/CalendarIcon.js +10 -12
  146. package/components/Icon/__generated__/CalendarIcon.js.map +1 -1
  147. package/components/Icon/__generated__/CalendarStartIcon.js +10 -12
  148. package/components/Icon/__generated__/CalendarStartIcon.js.map +1 -1
  149. package/components/Icon/__generated__/CameraAddIcon.js +10 -12
  150. package/components/Icon/__generated__/CameraAddIcon.js.map +1 -1
  151. package/components/Icon/__generated__/CameraIcon.js +11 -13
  152. package/components/Icon/__generated__/CameraIcon.js.map +1 -1
  153. package/components/Icon/__generated__/CampervanIcon.js +10 -12
  154. package/components/Icon/__generated__/CampervanIcon.js.map +1 -1
  155. package/components/Icon/__generated__/CarAddIcon.js +10 -12
  156. package/components/Icon/__generated__/CarAddIcon.js.map +1 -1
  157. package/components/Icon/__generated__/CarCheckIcon.js +12 -13
  158. package/components/Icon/__generated__/CarCheckIcon.js.map +1 -1
  159. package/components/Icon/__generated__/CarDamagesIcon.js +10 -12
  160. package/components/Icon/__generated__/CarDamagesIcon.js.map +1 -1
  161. package/components/Icon/__generated__/CarDrivyOpenIcon.js +10 -12
  162. package/components/Icon/__generated__/CarDrivyOpenIcon.js.map +1 -1
  163. package/components/Icon/__generated__/CarGroupIcon.js +12 -14
  164. package/components/Icon/__generated__/CarGroupIcon.js.map +1 -1
  165. package/components/Icon/__generated__/CarIcon.js +11 -13
  166. package/components/Icon/__generated__/CarIcon.js.map +1 -1
  167. package/components/Icon/__generated__/CarLockIcon.js +12 -13
  168. package/components/Icon/__generated__/CarLockIcon.js.map +1 -1
  169. package/components/Icon/__generated__/CarPlayIcon.js +10 -12
  170. package/components/Icon/__generated__/CarPlayIcon.js.map +1 -1
  171. package/components/Icon/__generated__/CarReturnIcon.js +10 -12
  172. package/components/Icon/__generated__/CarReturnIcon.js.map +1 -1
  173. package/components/Icon/__generated__/CarSearchIcon.js +10 -12
  174. package/components/Icon/__generated__/CarSearchIcon.js.map +1 -1
  175. package/components/Icon/__generated__/CarTypeAntiqueIcon.js +10 -12
  176. package/components/Icon/__generated__/CarTypeAntiqueIcon.js.map +1 -1
  177. package/components/Icon/__generated__/CarTypeCabrioletIcon.js +10 -12
  178. package/components/Icon/__generated__/CarTypeCabrioletIcon.js.map +1 -1
  179. package/components/Icon/__generated__/CarTypeCampervanIcon.js +10 -12
  180. package/components/Icon/__generated__/CarTypeCampervanIcon.js.map +1 -1
  181. package/components/Icon/__generated__/CarTypeCityIcon.js +10 -12
  182. package/components/Icon/__generated__/CarTypeCityIcon.js.map +1 -1
  183. package/components/Icon/__generated__/CarTypeConvertibleIcon.js +10 -12
  184. package/components/Icon/__generated__/CarTypeConvertibleIcon.js.map +1 -1
  185. package/components/Icon/__generated__/CarTypeCoupeIcon.js +10 -12
  186. package/components/Icon/__generated__/CarTypeCoupeIcon.js.map +1 -1
  187. package/components/Icon/__generated__/CarTypeFamilyIcon.js +10 -12
  188. package/components/Icon/__generated__/CarTypeFamilyIcon.js.map +1 -1
  189. package/components/Icon/__generated__/CarTypeFourFourIcon.js +10 -12
  190. package/components/Icon/__generated__/CarTypeFourFourIcon.js.map +1 -1
  191. package/components/Icon/__generated__/CarTypeMinibusIcon.js +10 -12
  192. package/components/Icon/__generated__/CarTypeMinibusIcon.js.map +1 -1
  193. package/components/Icon/__generated__/CarTypeSedanIcon.js +10 -12
  194. package/components/Icon/__generated__/CarTypeSedanIcon.js.map +1 -1
  195. package/components/Icon/__generated__/CarTypeUtilityIcon.js +10 -12
  196. package/components/Icon/__generated__/CarTypeUtilityIcon.js.map +1 -1
  197. package/components/Icon/__generated__/CardIcon.js +10 -12
  198. package/components/Icon/__generated__/CardIcon.js.map +1 -1
  199. package/components/Icon/__generated__/CdPlayerIcon.js +10 -12
  200. package/components/Icon/__generated__/CdPlayerIcon.js.map +1 -1
  201. package/components/Icon/__generated__/CertificateIcon.js +10 -12
  202. package/components/Icon/__generated__/CertificateIcon.js.map +1 -1
  203. package/components/Icon/__generated__/ChainsIcon.js +10 -12
  204. package/components/Icon/__generated__/ChainsIcon.js.map +1 -1
  205. package/components/Icon/__generated__/CheckCircleFilledIcon.js +10 -12
  206. package/components/Icon/__generated__/CheckCircleFilledIcon.js.map +1 -1
  207. package/components/Icon/__generated__/CheckCircleIcon.js +10 -12
  208. package/components/Icon/__generated__/CheckCircleIcon.js.map +1 -1
  209. package/components/Icon/__generated__/CheckIcon.js +11 -13
  210. package/components/Icon/__generated__/CheckIcon.js.map +1 -1
  211. package/components/Icon/__generated__/ChecklistIcon.js +10 -12
  212. package/components/Icon/__generated__/ChecklistIcon.js.map +1 -1
  213. package/components/Icon/__generated__/ChevronDownIcon.js +12 -14
  214. package/components/Icon/__generated__/ChevronDownIcon.js.map +1 -1
  215. package/components/Icon/__generated__/ChevronLeftIcon.js +11 -13
  216. package/components/Icon/__generated__/ChevronLeftIcon.js.map +1 -1
  217. package/components/Icon/__generated__/ChevronRightIcon.js +11 -13
  218. package/components/Icon/__generated__/ChevronRightIcon.js.map +1 -1
  219. package/components/Icon/__generated__/ChevronUpIcon.js +12 -14
  220. package/components/Icon/__generated__/ChevronUpIcon.js.map +1 -1
  221. package/components/Icon/__generated__/CircledArrowRightIcon.js +10 -12
  222. package/components/Icon/__generated__/CircledArrowRightIcon.js.map +1 -1
  223. package/components/Icon/__generated__/CityIcon.js +10 -12
  224. package/components/Icon/__generated__/CityIcon.js.map +1 -1
  225. package/components/Icon/__generated__/CleaningIcon.js +10 -12
  226. package/components/Icon/__generated__/CleaningIcon.js.map +1 -1
  227. package/components/Icon/__generated__/ClockAlertIcon.js +10 -12
  228. package/components/Icon/__generated__/ClockAlertIcon.js.map +1 -1
  229. package/components/Icon/__generated__/ClockBackwardsIcon.js +10 -12
  230. package/components/Icon/__generated__/ClockBackwardsIcon.js.map +1 -1
  231. package/components/Icon/__generated__/ClockForwardsIcon.js +10 -12
  232. package/components/Icon/__generated__/ClockForwardsIcon.js.map +1 -1
  233. package/components/Icon/__generated__/ClockIcon.js +10 -12
  234. package/components/Icon/__generated__/ClockIcon.js.map +1 -1
  235. package/components/Icon/__generated__/CloseCircleFilledIcon.js +10 -12
  236. package/components/Icon/__generated__/CloseCircleFilledIcon.js.map +1 -1
  237. package/components/Icon/__generated__/CloseIcon.js +11 -13
  238. package/components/Icon/__generated__/CloseIcon.js.map +1 -1
  239. package/components/Icon/__generated__/ConnectCarIcon.js +10 -12
  240. package/components/Icon/__generated__/ConnectCarIcon.js.map +1 -1
  241. package/components/Icon/__generated__/ContactMailIcon.js +10 -12
  242. package/components/Icon/__generated__/ContactMailIcon.js.map +1 -1
  243. package/components/Icon/__generated__/ContactPhoneIcon.js +10 -12
  244. package/components/Icon/__generated__/ContactPhoneIcon.js.map +1 -1
  245. package/components/Icon/__generated__/ContextualPaperclipIcon.js +10 -12
  246. package/components/Icon/__generated__/ContextualPaperclipIcon.js.map +1 -1
  247. package/components/Icon/__generated__/ContextualQuestionIcon.js +10 -12
  248. package/components/Icon/__generated__/ContextualQuestionIcon.js.map +1 -1
  249. package/components/Icon/__generated__/ContextualWarningCircleFilledIcon.js +10 -12
  250. package/components/Icon/__generated__/ContextualWarningCircleFilledIcon.js.map +1 -1
  251. package/components/Icon/__generated__/ContextualWarningCircleIcon.js +10 -12
  252. package/components/Icon/__generated__/ContextualWarningCircleIcon.js.map +1 -1
  253. package/components/Icon/__generated__/ConvertibleIcon.js +10 -12
  254. package/components/Icon/__generated__/ConvertibleIcon.js.map +1 -1
  255. package/components/Icon/__generated__/CopyIcon.js +10 -12
  256. package/components/Icon/__generated__/CopyIcon.js.map +1 -1
  257. package/components/Icon/__generated__/CoupeIcon.js +10 -12
  258. package/components/Icon/__generated__/CoupeIcon.js.map +1 -1
  259. package/components/Icon/__generated__/CreditCardAddIcon.js +10 -12
  260. package/components/Icon/__generated__/CreditCardAddIcon.js.map +1 -1
  261. package/components/Icon/__generated__/CreditCardErrorIcon.js +10 -12
  262. package/components/Icon/__generated__/CreditCardErrorIcon.js.map +1 -1
  263. package/components/Icon/__generated__/CreditCardIcon.js +11 -13
  264. package/components/Icon/__generated__/CreditCardIcon.js.map +1 -1
  265. package/components/Icon/__generated__/CruiseControlIcon.js +10 -12
  266. package/components/Icon/__generated__/CruiseControlIcon.js.map +1 -1
  267. package/components/Icon/__generated__/DashcamIcon.js +10 -12
  268. package/components/Icon/__generated__/DashcamIcon.js.map +1 -1
  269. package/components/Icon/__generated__/DirectionsIcon.js +11 -13
  270. package/components/Icon/__generated__/DirectionsIcon.js.map +1 -1
  271. package/components/Icon/__generated__/DocumentIcon.js +10 -12
  272. package/components/Icon/__generated__/DocumentIcon.js.map +1 -1
  273. package/components/Icon/__generated__/DotHorizontalIcon.js +10 -12
  274. package/components/Icon/__generated__/DotHorizontalIcon.js.map +1 -1
  275. package/components/Icon/__generated__/DotVerticalIcon.js +10 -12
  276. package/components/Icon/__generated__/DotVerticalIcon.js.map +1 -1
  277. package/components/Icon/__generated__/DotsHorizontalIcon.js +10 -12
  278. package/components/Icon/__generated__/DotsHorizontalIcon.js.map +1 -1
  279. package/components/Icon/__generated__/DotsVerticalIcon.js +10 -12
  280. package/components/Icon/__generated__/DotsVerticalIcon.js.map +1 -1
  281. package/components/Icon/__generated__/DownloadIcon.js +11 -13
  282. package/components/Icon/__generated__/DownloadIcon.js.map +1 -1
  283. package/components/Icon/__generated__/EarningIcon.js +10 -12
  284. package/components/Icon/__generated__/EarningIcon.js.map +1 -1
  285. package/components/Icon/__generated__/EarthIcon.js +11 -13
  286. package/components/Icon/__generated__/EarthIcon.js.map +1 -1
  287. package/components/Icon/__generated__/EditIcon.js +10 -12
  288. package/components/Icon/__generated__/EditIcon.js.map +1 -1
  289. package/components/Icon/__generated__/ElectricIcon.js +10 -12
  290. package/components/Icon/__generated__/ElectricIcon.js.map +1 -1
  291. package/components/Icon/__generated__/EvBatteryIcon.js +21 -0
  292. package/components/Icon/__generated__/EvBatteryIcon.js.map +1 -0
  293. package/components/Icon/__generated__/ExternalLinkIcon.js +11 -13
  294. package/components/Icon/__generated__/ExternalLinkIcon.js.map +1 -1
  295. package/components/Icon/__generated__/EyeClosedIcon.js +10 -12
  296. package/components/Icon/__generated__/EyeClosedIcon.js.map +1 -1
  297. package/components/Icon/__generated__/EyeIcon.js +10 -12
  298. package/components/Icon/__generated__/EyeIcon.js.map +1 -1
  299. package/components/Icon/__generated__/EyeOpenedIcon.js +10 -12
  300. package/components/Icon/__generated__/EyeOpenedIcon.js.map +1 -1
  301. package/components/Icon/__generated__/FaceRecognitionIcon.js +10 -12
  302. package/components/Icon/__generated__/FaceRecognitionIcon.js.map +1 -1
  303. package/components/Icon/__generated__/FacebookIcon.js +10 -12
  304. package/components/Icon/__generated__/FacebookIcon.js.map +1 -1
  305. package/components/Icon/__generated__/FamilyIcon.js +10 -12
  306. package/components/Icon/__generated__/FamilyIcon.js.map +1 -1
  307. package/components/Icon/__generated__/FileFilledIcon.js +10 -12
  308. package/components/Icon/__generated__/FileFilledIcon.js.map +1 -1
  309. package/components/Icon/__generated__/FilterIcon.js +10 -12
  310. package/components/Icon/__generated__/FilterIcon.js.map +1 -1
  311. package/components/Icon/__generated__/FiltersIcon.js +10 -12
  312. package/components/Icon/__generated__/FiltersIcon.js.map +1 -1
  313. package/components/Icon/__generated__/FlagIcon.js +11 -13
  314. package/components/Icon/__generated__/FlagIcon.js.map +1 -1
  315. package/components/Icon/__generated__/FourByFourIcon.js +21 -0
  316. package/components/Icon/__generated__/FourByFourIcon.js.map +1 -0
  317. package/components/Icon/__generated__/FuelTankIcon.js +10 -12
  318. package/components/Icon/__generated__/FuelTankIcon.js.map +1 -1
  319. package/components/Icon/__generated__/GeolocationIcon.js +10 -12
  320. package/components/Icon/__generated__/GeolocationIcon.js.map +1 -1
  321. package/components/Icon/__generated__/GiftIcon.js +10 -12
  322. package/components/Icon/__generated__/GiftIcon.js.map +1 -1
  323. package/components/Icon/__generated__/GpsIcon.js +10 -12
  324. package/components/Icon/__generated__/GpsIcon.js.map +1 -1
  325. package/components/Icon/__generated__/GraphUpIcon.js +11 -13
  326. package/components/Icon/__generated__/GraphUpIcon.js.map +1 -1
  327. package/components/Icon/__generated__/HealingIcon.js +10 -12
  328. package/components/Icon/__generated__/HealingIcon.js.map +1 -1
  329. package/components/Icon/__generated__/HeartIcon.js +10 -12
  330. package/components/Icon/__generated__/HeartIcon.js.map +1 -1
  331. package/components/Icon/__generated__/HitchIcon.js +10 -12
  332. package/components/Icon/__generated__/HitchIcon.js.map +1 -1
  333. package/components/Icon/__generated__/HomeIcon.js +10 -12
  334. package/components/Icon/__generated__/HomeIcon.js.map +1 -1
  335. package/components/Icon/__generated__/IdCardIcon.js +10 -12
  336. package/components/Icon/__generated__/IdCardIcon.js.map +1 -1
  337. package/components/Icon/__generated__/IncidentIcon.js +11 -13
  338. package/components/Icon/__generated__/IncidentIcon.js.map +1 -1
  339. package/components/Icon/__generated__/InfoCircleFilledIcon.js +10 -12
  340. package/components/Icon/__generated__/InfoCircleFilledIcon.js.map +1 -1
  341. package/components/Icon/__generated__/InfoCircleIcon.js +10 -12
  342. package/components/Icon/__generated__/InfoCircleIcon.js.map +1 -1
  343. package/components/Icon/__generated__/InfoFilledIcon.js +10 -12
  344. package/components/Icon/__generated__/InfoFilledIcon.js.map +1 -1
  345. package/components/Icon/__generated__/InfoIcon.js +10 -12
  346. package/components/Icon/__generated__/InfoIcon.js.map +1 -1
  347. package/components/Icon/__generated__/InstantIcon.js +11 -13
  348. package/components/Icon/__generated__/InstantIcon.js.map +1 -1
  349. package/components/Icon/__generated__/InvoiceIcon.js +10 -12
  350. package/components/Icon/__generated__/InvoiceIcon.js.map +1 -1
  351. package/components/Icon/__generated__/KeyConnectIcon.js +10 -12
  352. package/components/Icon/__generated__/KeyConnectIcon.js.map +1 -1
  353. package/components/Icon/__generated__/KeyIcon.js +11 -13
  354. package/components/Icon/__generated__/KeyIcon.js.map +1 -1
  355. package/components/Icon/__generated__/LicenceCheckIcon.js +10 -12
  356. package/components/Icon/__generated__/LicenceCheckIcon.js.map +1 -1
  357. package/components/Icon/__generated__/LicenceIcon.js +10 -12
  358. package/components/Icon/__generated__/LicenceIcon.js.map +1 -1
  359. package/components/Icon/__generated__/LicencePaperIcon.js +10 -12
  360. package/components/Icon/__generated__/LicencePaperIcon.js.map +1 -1
  361. package/components/Icon/__generated__/LifeBuoyIcon.js +10 -12
  362. package/components/Icon/__generated__/LifeBuoyIcon.js.map +1 -1
  363. package/components/Icon/__generated__/LinkedinIcon.js +10 -12
  364. package/components/Icon/__generated__/LinkedinIcon.js.map +1 -1
  365. package/components/Icon/__generated__/LoadingIcon.js +10 -12
  366. package/components/Icon/__generated__/LoadingIcon.js.map +1 -1
  367. package/components/Icon/__generated__/LocalityIcon.js +11 -13
  368. package/components/Icon/__generated__/LocalityIcon.js.map +1 -1
  369. package/components/Icon/__generated__/LocationIcon.js +10 -12
  370. package/components/Icon/__generated__/LocationIcon.js.map +1 -1
  371. package/components/Icon/__generated__/LocationMapIcon.js +10 -12
  372. package/components/Icon/__generated__/LocationMapIcon.js.map +1 -1
  373. package/components/Icon/__generated__/LocationParkingIcon.js +10 -12
  374. package/components/Icon/__generated__/LocationParkingIcon.js.map +1 -1
  375. package/components/Icon/__generated__/LocationPinIcon.js +10 -12
  376. package/components/Icon/__generated__/LocationPinIcon.js.map +1 -1
  377. package/components/Icon/__generated__/LockCheckIcon.js +10 -12
  378. package/components/Icon/__generated__/LockCheckIcon.js.map +1 -1
  379. package/components/Icon/__generated__/LockedIcon.js +10 -12
  380. package/components/Icon/__generated__/LockedIcon.js.map +1 -1
  381. package/components/Icon/__generated__/LoginIcon.js +10 -12
  382. package/components/Icon/__generated__/LoginIcon.js.map +1 -1
  383. package/components/Icon/__generated__/LogoutIcon.js +11 -13
  384. package/components/Icon/__generated__/LogoutIcon.js.map +1 -1
  385. package/components/Icon/__generated__/MailCheckIcon.js +10 -12
  386. package/components/Icon/__generated__/MailCheckIcon.js.map +1 -1
  387. package/components/Icon/__generated__/MailIcon.js +10 -12
  388. package/components/Icon/__generated__/MailIcon.js.map +1 -1
  389. package/components/Icon/__generated__/MapAltIcon.js +10 -12
  390. package/components/Icon/__generated__/MapAltIcon.js.map +1 -1
  391. package/components/Icon/__generated__/MapIcon.js +11 -13
  392. package/components/Icon/__generated__/MapIcon.js.map +1 -1
  393. package/components/Icon/__generated__/MeetDriverIcon.js +11 -13
  394. package/components/Icon/__generated__/MeetDriverIcon.js.map +1 -1
  395. package/components/Icon/__generated__/MeetOwnerIcon.js +11 -13
  396. package/components/Icon/__generated__/MeetOwnerIcon.js.map +1 -1
  397. package/components/Icon/__generated__/MenuListIcon.js +11 -13
  398. package/components/Icon/__generated__/MenuListIcon.js.map +1 -1
  399. package/components/Icon/__generated__/MessagesIcon.js +10 -12
  400. package/components/Icon/__generated__/MessagesIcon.js.map +1 -1
  401. package/components/Icon/__generated__/MileageIcon.js +11 -13
  402. package/components/Icon/__generated__/MileageIcon.js.map +1 -1
  403. package/components/Icon/__generated__/MinibusIcon.js +10 -12
  404. package/components/Icon/__generated__/MinibusIcon.js.map +1 -1
  405. package/components/Icon/__generated__/MinusCircleFilledIcon.js +10 -12
  406. package/components/Icon/__generated__/MinusCircleFilledIcon.js.map +1 -1
  407. package/components/Icon/__generated__/MinusIcon.js +10 -12
  408. package/components/Icon/__generated__/MinusIcon.js.map +1 -1
  409. package/components/Icon/__generated__/MiscGiftIcon.js +10 -12
  410. package/components/Icon/__generated__/MiscGiftIcon.js.map +1 -1
  411. package/components/Icon/__generated__/NearbyDeviceIcon.js +10 -12
  412. package/components/Icon/__generated__/NearbyDeviceIcon.js.map +1 -1
  413. package/components/Icon/__generated__/NotificationIcon.js +10 -12
  414. package/components/Icon/__generated__/NotificationIcon.js.map +1 -1
  415. package/components/Icon/__generated__/Number1CircleIcon.js +10 -12
  416. package/components/Icon/__generated__/Number1CircleIcon.js.map +1 -1
  417. package/components/Icon/__generated__/Number2CircleIcon.js +10 -12
  418. package/components/Icon/__generated__/Number2CircleIcon.js.map +1 -1
  419. package/components/Icon/__generated__/Number3CircleIcon.js +10 -12
  420. package/components/Icon/__generated__/Number3CircleIcon.js.map +1 -1
  421. package/components/Icon/__generated__/Number4CircleIcon.js +10 -12
  422. package/components/Icon/__generated__/Number4CircleIcon.js.map +1 -1
  423. package/components/Icon/__generated__/Number5CircleIcon.js +10 -12
  424. package/components/Icon/__generated__/Number5CircleIcon.js.map +1 -1
  425. package/components/Icon/__generated__/OkHandIcon.js +10 -12
  426. package/components/Icon/__generated__/OkHandIcon.js.map +1 -1
  427. package/components/Icon/__generated__/OptionAirConditioningIcon.js +10 -12
  428. package/components/Icon/__generated__/OptionAirConditioningIcon.js.map +1 -1
  429. package/components/Icon/__generated__/OptionAndroidAutoIcon.js +10 -12
  430. package/components/Icon/__generated__/OptionAndroidAutoIcon.js.map +1 -1
  431. package/components/Icon/__generated__/OptionAppleCarplayIcon.js +10 -12
  432. package/components/Icon/__generated__/OptionAppleCarplayIcon.js.map +1 -1
  433. package/components/Icon/__generated__/OptionAudioInputIcon.js +10 -12
  434. package/components/Icon/__generated__/OptionAudioInputIcon.js.map +1 -1
  435. package/components/Icon/__generated__/OptionBabySeatIcon.js +10 -12
  436. package/components/Icon/__generated__/OptionBabySeatIcon.js.map +1 -1
  437. package/components/Icon/__generated__/OptionBikeRackIcon.js +10 -12
  438. package/components/Icon/__generated__/OptionBikeRackIcon.js.map +1 -1
  439. package/components/Icon/__generated__/OptionBluetoothAudioIcon.js +10 -12
  440. package/components/Icon/__generated__/OptionBluetoothAudioIcon.js.map +1 -1
  441. package/components/Icon/__generated__/OptionCdPlayerIcon.js +10 -12
  442. package/components/Icon/__generated__/OptionCdPlayerIcon.js.map +1 -1
  443. package/components/Icon/__generated__/OptionChainsIcon.js +10 -12
  444. package/components/Icon/__generated__/OptionChainsIcon.js.map +1 -1
  445. package/components/Icon/__generated__/OptionCruiseControlIcon.js +10 -12
  446. package/components/Icon/__generated__/OptionCruiseControlIcon.js.map +1 -1
  447. package/components/Icon/__generated__/OptionDashcamIcon.js +10 -12
  448. package/components/Icon/__generated__/OptionDashcamIcon.js.map +1 -1
  449. package/components/Icon/__generated__/OptionGpsIcon.js +10 -12
  450. package/components/Icon/__generated__/OptionGpsIcon.js.map +1 -1
  451. package/components/Icon/__generated__/OptionHasTrailerIcon.js +10 -12
  452. package/components/Icon/__generated__/OptionHasTrailerIcon.js.map +1 -1
  453. package/components/Icon/__generated__/OptionHitchIcon.js +10 -12
  454. package/components/Icon/__generated__/OptionHitchIcon.js.map +1 -1
  455. package/components/Icon/__generated__/OptionRoofBoxIcon.js +10 -12
  456. package/components/Icon/__generated__/OptionRoofBoxIcon.js.map +1 -1
  457. package/components/Icon/__generated__/OptionSkiRackIcon.js +10 -12
  458. package/components/Icon/__generated__/OptionSkiRackIcon.js.map +1 -1
  459. package/components/Icon/__generated__/OptionSnowTireIcon.js +10 -12
  460. package/components/Icon/__generated__/OptionSnowTireIcon.js.map +1 -1
  461. package/components/Icon/__generated__/OptionWheelchairAccessibleIcon.js +10 -12
  462. package/components/Icon/__generated__/OptionWheelchairAccessibleIcon.js.map +1 -1
  463. package/components/Icon/__generated__/PaperclipIcon.js +10 -12
  464. package/components/Icon/__generated__/PaperclipIcon.js.map +1 -1
  465. package/components/Icon/__generated__/ParkingIcon.js +10 -12
  466. package/components/Icon/__generated__/ParkingIcon.js.map +1 -1
  467. package/components/Icon/__generated__/PassportIcon.js +10 -12
  468. package/components/Icon/__generated__/PassportIcon.js.map +1 -1
  469. package/components/Icon/__generated__/PaymentsIcon.js +10 -12
  470. package/components/Icon/__generated__/PaymentsIcon.js.map +1 -1
  471. package/components/Icon/__generated__/PencilIcon.js +10 -12
  472. package/components/Icon/__generated__/PencilIcon.js.map +1 -1
  473. package/components/Icon/__generated__/PeopleUserIcon.js +10 -12
  474. package/components/Icon/__generated__/PeopleUserIcon.js.map +1 -1
  475. package/components/Icon/__generated__/PerformanceIcon.js +10 -12
  476. package/components/Icon/__generated__/PerformanceIcon.js.map +1 -1
  477. package/components/Icon/__generated__/PhoneIcon.js +10 -12
  478. package/components/Icon/__generated__/PhoneIcon.js.map +1 -1
  479. package/components/Icon/__generated__/PhotosIcon.js +11 -13
  480. package/components/Icon/__generated__/PhotosIcon.js.map +1 -1
  481. package/components/Icon/__generated__/PigIcon.js +10 -12
  482. package/components/Icon/__generated__/PigIcon.js.map +1 -1
  483. package/components/Icon/__generated__/PinIcon.js +10 -12
  484. package/components/Icon/__generated__/PinIcon.js.map +1 -1
  485. package/components/Icon/__generated__/PlugIcon.js +10 -12
  486. package/components/Icon/__generated__/PlugIcon.js.map +1 -1
  487. package/components/Icon/__generated__/PlusCircleFilledIcon.js +10 -12
  488. package/components/Icon/__generated__/PlusCircleFilledIcon.js.map +1 -1
  489. package/components/Icon/__generated__/PlusIcon.js +11 -13
  490. package/components/Icon/__generated__/PlusIcon.js.map +1 -1
  491. package/components/Icon/__generated__/PositionIcon.js +10 -12
  492. package/components/Icon/__generated__/PositionIcon.js.map +1 -1
  493. package/components/Icon/__generated__/PricingFlatIcon.js +10 -12
  494. package/components/Icon/__generated__/PricingFlatIcon.js.map +1 -1
  495. package/components/Icon/__generated__/PricingVariableIcon.js +10 -12
  496. package/components/Icon/__generated__/PricingVariableIcon.js.map +1 -1
  497. package/components/Icon/__generated__/ProfilePictureIcon.js +10 -12
  498. package/components/Icon/__generated__/ProfilePictureIcon.js.map +1 -1
  499. package/components/Icon/__generated__/QuestionCircleFilledIcon.js +10 -12
  500. package/components/Icon/__generated__/QuestionCircleFilledIcon.js.map +1 -1
  501. package/components/Icon/__generated__/QuestionCircleIcon.js +10 -12
  502. package/components/Icon/__generated__/QuestionCircleIcon.js.map +1 -1
  503. package/components/Icon/__generated__/QuestionIcon.js +10 -12
  504. package/components/Icon/__generated__/QuestionIcon.js.map +1 -1
  505. package/components/Icon/__generated__/RaceFlagIcon.js +10 -12
  506. package/components/Icon/__generated__/RaceFlagIcon.js.map +1 -1
  507. package/components/Icon/__generated__/RefreshIcon.js +11 -13
  508. package/components/Icon/__generated__/RefreshIcon.js.map +1 -1
  509. package/components/Icon/__generated__/ReorderIcon.js +10 -12
  510. package/components/Icon/__generated__/ReorderIcon.js.map +1 -1
  511. package/components/Icon/__generated__/ReplacementCarIcon.js +10 -12
  512. package/components/Icon/__generated__/ReplacementCarIcon.js.map +1 -1
  513. package/components/Icon/__generated__/ReplyIcon.js +10 -12
  514. package/components/Icon/__generated__/ReplyIcon.js.map +1 -1
  515. package/components/Icon/__generated__/ResetIcon.js +10 -12
  516. package/components/Icon/__generated__/ResetIcon.js.map +1 -1
  517. package/components/Icon/__generated__/RideIcon.js +11 -13
  518. package/components/Icon/__generated__/RideIcon.js.map +1 -1
  519. package/components/Icon/__generated__/RoofBoxIcon.js +10 -12
  520. package/components/Icon/__generated__/RoofBoxIcon.js.map +1 -1
  521. package/components/Icon/__generated__/SealCheckIcon.js +10 -12
  522. package/components/Icon/__generated__/SealCheckIcon.js.map +1 -1
  523. package/components/Icon/__generated__/SearchCarIcon.js +10 -12
  524. package/components/Icon/__generated__/SearchCarIcon.js.map +1 -1
  525. package/components/Icon/__generated__/SearchIcon.js +11 -13
  526. package/components/Icon/__generated__/SearchIcon.js.map +1 -1
  527. package/components/Icon/__generated__/SearchPeopleIcon.js +10 -12
  528. package/components/Icon/__generated__/SearchPeopleIcon.js.map +1 -1
  529. package/components/Icon/__generated__/SedanIcon.js +10 -12
  530. package/components/Icon/__generated__/SedanIcon.js.map +1 -1
  531. package/components/Icon/__generated__/ServiceBatteryIcon.js +10 -12
  532. package/components/Icon/__generated__/ServiceBatteryIcon.js.map +1 -1
  533. package/components/Icon/__generated__/ServiceCleaningIcon.js +10 -12
  534. package/components/Icon/__generated__/ServiceCleaningIcon.js.map +1 -1
  535. package/components/Icon/__generated__/ServiceFuelIcon.js +10 -12
  536. package/components/Icon/__generated__/ServiceFuelIcon.js.map +1 -1
  537. package/components/Icon/__generated__/ServiceHealingIcon.js +10 -12
  538. package/components/Icon/__generated__/ServiceHealingIcon.js.map +1 -1
  539. package/components/Icon/__generated__/ServiceLockedIcon.js +11 -13
  540. package/components/Icon/__generated__/ServiceLockedIcon.js.map +1 -1
  541. package/components/Icon/__generated__/ServiceTollsIcon.js +10 -12
  542. package/components/Icon/__generated__/ServiceTollsIcon.js.map +1 -1
  543. package/components/Icon/__generated__/ServiceUnlockedIcon.js +10 -12
  544. package/components/Icon/__generated__/ServiceUnlockedIcon.js.map +1 -1
  545. package/components/Icon/__generated__/SettingsIcon.js +12 -14
  546. package/components/Icon/__generated__/SettingsIcon.js.map +1 -1
  547. package/components/Icon/__generated__/ShareAndroidIcon.js +21 -0
  548. package/components/Icon/__generated__/ShareAndroidIcon.js.map +1 -0
  549. package/components/Icon/__generated__/ShareIcon.js +10 -12
  550. package/components/Icon/__generated__/ShareIcon.js.map +1 -1
  551. package/components/Icon/__generated__/ShareIosIcon.js +10 -12
  552. package/components/Icon/__generated__/ShareIosIcon.js.map +1 -1
  553. package/components/Icon/__generated__/ShieldCheckIcon.js +10 -12
  554. package/components/Icon/__generated__/ShieldCheckIcon.js.map +1 -1
  555. package/components/Icon/__generated__/ShieldIcon.js +10 -12
  556. package/components/Icon/__generated__/ShieldIcon.js.map +1 -1
  557. package/components/Icon/__generated__/ShopIcon.js +11 -13
  558. package/components/Icon/__generated__/ShopIcon.js.map +1 -1
  559. package/components/Icon/__generated__/SkiRackIcon.js +10 -12
  560. package/components/Icon/__generated__/SkiRackIcon.js.map +1 -1
  561. package/components/Icon/__generated__/SliderIcon.js +10 -12
  562. package/components/Icon/__generated__/SliderIcon.js.map +1 -1
  563. package/components/Icon/__generated__/SmartphoneIcon.js +10 -12
  564. package/components/Icon/__generated__/SmartphoneIcon.js.map +1 -1
  565. package/components/Icon/__generated__/SnowTireIcon.js +10 -12
  566. package/components/Icon/__generated__/SnowTireIcon.js.map +1 -1
  567. package/components/Icon/__generated__/SocialFacebookIcon.js +10 -12
  568. package/components/Icon/__generated__/SocialFacebookIcon.js.map +1 -1
  569. package/components/Icon/__generated__/SocialLinkedinIcon.js +10 -12
  570. package/components/Icon/__generated__/SocialLinkedinIcon.js.map +1 -1
  571. package/components/Icon/__generated__/SocialTwitterIcon.js +10 -12
  572. package/components/Icon/__generated__/SocialTwitterIcon.js.map +1 -1
  573. package/components/Icon/__generated__/SocialWhatsappIcon.js +10 -12
  574. package/components/Icon/__generated__/SocialWhatsappIcon.js.map +1 -1
  575. package/components/Icon/__generated__/StarHalfIcon.js +10 -12
  576. package/components/Icon/__generated__/StarHalfIcon.js.map +1 -1
  577. package/components/Icon/__generated__/StarIcon.js +11 -13
  578. package/components/Icon/__generated__/StarIcon.js.map +1 -1
  579. package/components/Icon/__generated__/StarsIcon.js +10 -12
  580. package/components/Icon/__generated__/StarsIcon.js.map +1 -1
  581. package/components/Icon/__generated__/SubwayIcon.js +11 -13
  582. package/components/Icon/__generated__/SubwayIcon.js.map +1 -1
  583. package/components/Icon/__generated__/SuitcaseIcon.js +10 -12
  584. package/components/Icon/__generated__/SuitcaseIcon.js.map +1 -1
  585. package/components/Icon/__generated__/SupportIcon.js +10 -12
  586. package/components/Icon/__generated__/SupportIcon.js.map +1 -1
  587. package/components/Icon/__generated__/SuvIcon.js +10 -12
  588. package/components/Icon/__generated__/SuvIcon.js.map +1 -1
  589. package/components/Icon/__generated__/SynchIcon.js +10 -12
  590. package/components/Icon/__generated__/SynchIcon.js.map +1 -1
  591. package/components/Icon/__generated__/TagIcon.js +10 -12
  592. package/components/Icon/__generated__/TagIcon.js.map +1 -1
  593. package/components/Icon/__generated__/TimeAlertIcon.js +10 -12
  594. package/components/Icon/__generated__/TimeAlertIcon.js.map +1 -1
  595. package/components/Icon/__generated__/TimeBackwardsIcon.js +10 -12
  596. package/components/Icon/__generated__/TimeBackwardsIcon.js.map +1 -1
  597. package/components/Icon/__generated__/TimeCalendarIcon.js +10 -12
  598. package/components/Icon/__generated__/TimeCalendarIcon.js.map +1 -1
  599. package/components/Icon/__generated__/TimeForwardIcon.js +10 -12
  600. package/components/Icon/__generated__/TimeForwardIcon.js.map +1 -1
  601. package/components/Icon/__generated__/TollsIcon.js +10 -12
  602. package/components/Icon/__generated__/TollsIcon.js.map +1 -1
  603. package/components/Icon/__generated__/TrailerIcon.js +10 -12
  604. package/components/Icon/__generated__/TrailerIcon.js.map +1 -1
  605. package/components/Icon/__generated__/TrainIcon.js +11 -13
  606. package/components/Icon/__generated__/TrainIcon.js.map +1 -1
  607. package/components/Icon/__generated__/TriangleDownIcon.js +10 -12
  608. package/components/Icon/__generated__/TriangleDownIcon.js.map +1 -1
  609. package/components/Icon/__generated__/TriangleRightIcon.js +10 -12
  610. package/components/Icon/__generated__/TriangleRightIcon.js.map +1 -1
  611. package/components/Icon/__generated__/TriangleUpIcon.js +10 -12
  612. package/components/Icon/__generated__/TriangleUpIcon.js.map +1 -1
  613. package/components/Icon/__generated__/TwitterIcon.js +10 -12
  614. package/components/Icon/__generated__/TwitterIcon.js.map +1 -1
  615. package/components/Icon/__generated__/TwoPeopleIcon.js +10 -12
  616. package/components/Icon/__generated__/TwoPeopleIcon.js.map +1 -1
  617. package/components/Icon/__generated__/UnfoldIcon.js +10 -12
  618. package/components/Icon/__generated__/UnfoldIcon.js.map +1 -1
  619. package/components/Icon/__generated__/UnlockedIcon.js +10 -12
  620. package/components/Icon/__generated__/UnlockedIcon.js.map +1 -1
  621. package/components/Icon/__generated__/UserCheckIcon.js +10 -12
  622. package/components/Icon/__generated__/UserCheckIcon.js.map +1 -1
  623. package/components/Icon/__generated__/UserIcon.js +10 -12
  624. package/components/Icon/__generated__/UserIcon.js.map +1 -1
  625. package/components/Icon/__generated__/UserQuestionIcon.js +10 -12
  626. package/components/Icon/__generated__/UserQuestionIcon.js.map +1 -1
  627. package/components/Icon/__generated__/UserShieldIcon.js +11 -13
  628. package/components/Icon/__generated__/UserShieldIcon.js.map +1 -1
  629. package/components/Icon/__generated__/UserSwitchIcon.js +10 -12
  630. package/components/Icon/__generated__/UserSwitchIcon.js.map +1 -1
  631. package/components/Icon/__generated__/UtilityVanLargeIcon.js +10 -12
  632. package/components/Icon/__generated__/UtilityVanLargeIcon.js.map +1 -1
  633. package/components/Icon/__generated__/UtilityVanMediumIcon.js +10 -12
  634. package/components/Icon/__generated__/UtilityVanMediumIcon.js.map +1 -1
  635. package/components/Icon/__generated__/UtilityVanSmallIcon.js +10 -12
  636. package/components/Icon/__generated__/UtilityVanSmallIcon.js.map +1 -1
  637. package/components/Icon/__generated__/VerifiedSealIcon.js +10 -12
  638. package/components/Icon/__generated__/VerifiedSealIcon.js.map +1 -1
  639. package/components/Icon/__generated__/WalkIcon.js +10 -12
  640. package/components/Icon/__generated__/WalkIcon.js.map +1 -1
  641. package/components/Icon/__generated__/WalletIcon.js +10 -12
  642. package/components/Icon/__generated__/WalletIcon.js.map +1 -1
  643. package/components/Icon/__generated__/WarningCircleFilledIcon.js +10 -12
  644. package/components/Icon/__generated__/WarningCircleFilledIcon.js.map +1 -1
  645. package/components/Icon/__generated__/WarningCircleIcon.js +10 -12
  646. package/components/Icon/__generated__/WarningCircleIcon.js.map +1 -1
  647. package/components/Icon/__generated__/WhatsappIcon.js +10 -12
  648. package/components/Icon/__generated__/WhatsappIcon.js.map +1 -1
  649. package/components/Icon/__generated__/WheelIcon.js +10 -12
  650. package/components/Icon/__generated__/WheelIcon.js.map +1 -1
  651. package/components/Icon/__generated__/WheelchairIcon.js +10 -12
  652. package/components/Icon/__generated__/WheelchairIcon.js.map +1 -1
  653. package/components/Icon/__generated__/WrenchIcon.js +12 -14
  654. package/components/Icon/__generated__/WrenchIcon.js.map +1 -1
  655. package/components/Icon/__generated__/YingyangIcon.js +10 -12
  656. package/components/Icon/__generated__/YingyangIcon.js.map +1 -1
  657. package/components/Icon/index.js +16 -21
  658. package/components/Icon/index.js.map +1 -1
  659. package/components/Modal/ModalBody.js +5 -8
  660. package/components/Modal/ModalBody.js.map +1 -1
  661. package/components/Modal/ModalFooter.js +1 -2
  662. package/components/Modal/ModalFooter.js.map +1 -1
  663. package/components/Modal/ModalHeader.js +6 -9
  664. package/components/Modal/ModalHeader.js.map +1 -1
  665. package/components/Modal/index.js +36 -45
  666. package/components/Modal/index.js.map +1 -1
  667. package/components/ModalOpenerButton/index.js +12 -11
  668. package/components/ModalOpenerButton/index.js.map +1 -1
  669. package/components/Note/index.js +3 -6
  670. package/components/Note/index.js.map +1 -1
  671. package/components/PhotoDropzone/index.js +58 -73
  672. package/components/PhotoDropzone/index.js.map +1 -1
  673. package/components/Pill/index.js +5 -7
  674. package/components/Pill/index.js.map +1 -1
  675. package/components/Popover/LazyTippy.js +2 -3
  676. package/components/Popover/LazyTippy.js.map +1 -1
  677. package/components/Popover/index.js +15 -20
  678. package/components/Popover/index.js.map +1 -1
  679. package/components/PriceTable/index.js +6 -12
  680. package/components/PriceTable/index.js.map +1 -1
  681. package/components/ProgressBar/index.js +14 -17
  682. package/components/ProgressBar/index.js.map +1 -1
  683. package/components/Rating/RatingIcons.js +92 -0
  684. package/components/Rating/RatingIcons.js.map +1 -0
  685. package/components/Tabs/index.js +42 -46
  686. package/components/Tabs/index.js.map +1 -1
  687. package/components/Tag/index.js +4 -7
  688. package/components/Tag/index.js.map +1 -1
  689. package/components/TextContainer/index.js +1 -4
  690. package/components/TextContainer/index.js.map +1 -1
  691. package/components/utils/Timer.js +12 -14
  692. package/components/utils/Timer.js.map +1 -1
  693. package/components/utils/dom.js +2 -2
  694. package/components/utils/dom.js.map +1 -1
  695. package/components/utils/eqSet.js +3 -17
  696. package/components/utils/eqSet.js.map +1 -1
  697. package/components/utils/px.js +2 -2
  698. package/components/utils/px.js.map +1 -1
  699. package/components/utils/validateFile.js +27 -35
  700. package/components/utils/validateFile.js.map +1 -1
  701. package/hooks/useBreakpoint.js +29 -36
  702. package/hooks/useBreakpoint.js.map +1 -1
  703. package/hooks/useElementHeight.js +9 -11
  704. package/hooks/useElementHeight.js.map +1 -1
  705. package/icons/airport.js +1 -1
  706. package/icons/airport.svg +1 -3
  707. package/icons/arrow-left.js +1 -1
  708. package/icons/arrow-left.svg +1 -3
  709. package/icons/arrow-right.svg +1 -1
  710. package/icons/bin.js +1 -1
  711. package/icons/bin.svg +1 -3
  712. package/icons/bulb.svg +1 -1
  713. package/icons/cable.js +4 -0
  714. package/icons/cable.js.map +1 -0
  715. package/icons/cable.svg +1 -0
  716. package/icons/camera.js +1 -1
  717. package/icons/camera.svg +1 -3
  718. package/icons/car-check.js +1 -1
  719. package/icons/car-check.svg +1 -3
  720. package/icons/car-group.js +1 -1
  721. package/icons/car-group.svg +1 -1
  722. package/icons/car-lock.js +1 -1
  723. package/icons/car-lock.svg +1 -3
  724. package/icons/car.js +1 -1
  725. package/icons/car.svg +1 -3
  726. package/icons/check.js +1 -1
  727. package/icons/check.svg +1 -1
  728. package/icons/chevron-down.js +1 -1
  729. package/icons/chevron-down.svg +1 -3
  730. package/icons/chevron-left.js +1 -1
  731. package/icons/chevron-left.svg +1 -3
  732. package/icons/chevron-right.js +1 -1
  733. package/icons/chevron-right.svg +1 -3
  734. package/icons/chevron-up.js +1 -1
  735. package/icons/chevron-up.svg +1 -3
  736. package/icons/close.js +1 -1
  737. package/icons/close.svg +1 -3
  738. package/icons/credit-card.svg +1 -1
  739. package/icons/directions.js +1 -1
  740. package/icons/directions.svg +1 -1
  741. package/icons/download.svg +1 -1
  742. package/icons/earth.js +1 -1
  743. package/icons/earth.svg +1 -3
  744. package/icons/ev-battery.js +4 -0
  745. package/icons/ev-battery.js.map +1 -0
  746. package/icons/ev-battery.svg +1 -0
  747. package/icons/external-link.svg +1 -1
  748. package/icons/flag.js +1 -1
  749. package/icons/flag.svg +1 -3
  750. package/icons/four-by-four.js +4 -0
  751. package/icons/four-by-four.js.map +1 -0
  752. package/icons/{fourfour.svg → four-by-four.svg} +0 -0
  753. package/icons/graph-up.js +1 -1
  754. package/icons/graph-up.svg +1 -1
  755. package/icons/incident.js +1 -1
  756. package/icons/incident.svg +1 -1
  757. package/icons/index.js +4 -1
  758. package/icons/index.js.map +1 -1
  759. package/icons/instant.js +1 -1
  760. package/icons/instant.svg +1 -3
  761. package/icons/key.js +1 -1
  762. package/icons/key.svg +1 -3
  763. package/icons/locality.js +1 -1
  764. package/icons/locality.svg +1 -3
  765. package/icons/logout.js +1 -1
  766. package/icons/logout.svg +1 -1
  767. package/icons/map.js +1 -1
  768. package/icons/map.svg +1 -1
  769. package/icons/meet-driver.js +1 -1
  770. package/icons/meet-driver.svg +1 -3
  771. package/icons/meet-owner.svg +1 -1
  772. package/icons/menu-list.svg +1 -1
  773. package/icons/mileage.js +1 -1
  774. package/icons/mileage.svg +1 -3
  775. package/icons/photos.js +1 -1
  776. package/icons/photos.svg +1 -3
  777. package/icons/plus.js +1 -1
  778. package/icons/plus.svg +1 -1
  779. package/icons/refresh.js +1 -1
  780. package/icons/refresh.svg +1 -3
  781. package/icons/ride.js +1 -1
  782. package/icons/ride.svg +1 -3
  783. package/icons/search.js +1 -1
  784. package/icons/search.svg +1 -3
  785. package/icons/service-locked.js +1 -1
  786. package/icons/service-locked.svg +1 -3
  787. package/icons/settings.js +1 -1
  788. package/icons/settings.svg +1 -3
  789. package/icons/share-android.js +4 -0
  790. package/icons/share-android.js.map +1 -0
  791. package/icons/share-android.svg +1 -0
  792. package/icons/shop.js +1 -1
  793. package/icons/shop.svg +1 -3
  794. package/icons/star.js +1 -1
  795. package/icons/star.svg +1 -3
  796. package/icons/subway.js +1 -1
  797. package/icons/subway.svg +1 -3
  798. package/icons/train.js +1 -1
  799. package/icons/train.svg +1 -3
  800. package/icons/user-shield.svg +1 -3
  801. package/icons/wrench.js +1 -1
  802. package/icons/wrench.svg +1 -3
  803. package/index.js +6 -2
  804. package/index.js.map +1 -1
  805. package/package.json +31 -30
  806. package/styles/components/Rating/index.scss +134 -0
  807. package/styles/components.scss +1 -0
  808. package/tokens/icons.js +4 -1
  809. package/tokens/icons.js.map +1 -1
  810. package/tokens/index.js +5 -5
  811. package/tokens/index.js.map +1 -1
  812. package/types/components/Button/index.d.ts +8 -8
  813. package/types/components/Buttons/BrandButton/index.d.ts +2 -2
  814. package/types/components/Buttons/DefaultButton/index.d.ts +2 -2
  815. package/types/components/Buttons/GhostButton/index.d.ts +2 -2
  816. package/types/components/Form/Autocomplete/index.d.ts +2 -2
  817. package/types/components/Form/TextInput.d.ts +3 -3
  818. package/types/components/Helper/index.d.ts +1 -1
  819. package/types/components/Icon/__generated__/{FourfourIcon.d.ts → CableIcon.d.ts} +2 -2
  820. package/types/components/Icon/__generated__/EvBatteryIcon.d.ts +10 -0
  821. package/types/components/Icon/__generated__/FourByFourIcon.d.ts +10 -0
  822. package/types/components/Icon/__generated__/ShareAndroidIcon.d.ts +10 -0
  823. package/types/components/Icon/__generated__/index.d.ts +4 -1
  824. package/types/components/Icon/index.d.ts +1 -1
  825. package/types/components/Rating/RatingCompact.d.ts +7 -0
  826. package/types/components/Rating/RatingIcons.d.ts +22 -0
  827. package/types/components/Rating/RatingInput.d.ts +5 -0
  828. package/types/components/Rating/index.d.ts +11 -0
  829. package/types/icons/index.d.ts +4 -1
  830. package/types/index.d.ts +2 -1
  831. package/types/tokens/index.d.ts +4 -1
  832. package/_virtual/_tslib.js +0 -123
  833. package/_virtual/_tslib.js.map +0 -1
  834. package/components/Icon/__generated__/FourfourIcon.js +0 -23
  835. package/components/Icon/__generated__/FourfourIcon.js.map +0 -1
  836. package/icons/fourfour.js +0 -4
  837. package/icons/fourfour.js.map +0 -1
@@ -1,4 +1,4 @@
1
- var carGroup = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.913 3c1.381 0 2.507.673 3.34 1.8H6.978c-3.195 0-3.195 3.6-3.195 4.5h1.41c-.115.28-.217.565-.307.852-.103.326-.19.644-.262.95a1.359 1.359 0 00-1.298 1.348c0 .597.394 1.104.94 1.282a17.19 17.19 0 00-.027.968v2.7H2.413a.907.907 0 01-.913-.9v-5.4c0-.309.009-.613.026-.912 0-.438.093-1.685.539-3.103C2.834 4.638 4.366 3 6.522 3z\"/><path clip-rule=\"evenodd\" d=\"M11.087 6.6c-1.717 0-3.04 1.04-3.895 2.7a8.763 8.763 0 00-.562 1.385c-.446 1.418-.54 2.665-.54 3.103-.016.299-.025.603-.025.912v5.4c0 .497.409.9.913.9h1.826a.907.907 0 00.913-.9v-.9h9.13v.9c0 .497.41.9.914.9h1.826a.907.907 0 00.913-.9v-5.4c0-.309-.009-.613-.026-.912-.025-.438-.386-2.617-.539-3.103-.769-2.447-2.301-4.085-4.457-4.085zM17.7 8.46a3.658 3.658 0 00-.678-.06h-5.478c-1.023 0-1.719.369-2.192.9-.455.511-.704 1.172-.84 1.8-.164.757-.164 1.465-.164 1.8h11.87c0-.831 0-3.965-2.518-4.44zm-7.147 7.14c-.188-.524-.696-.9-1.292-.9s-1.104.376-1.292.9a1.33 1.33 0 00-.078.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 001.37-1.35c0-.158-.028-.31-.078-.45zm7.382.45c0 .746.613 1.35 1.37 1.35.756 0 1.369-.604 1.369-1.35s-.613-1.35-1.37-1.35a1.36 1.36 0 00-1.37 1.35z\" fill-rule=\"evenodd\"/></svg>";
1
+ var carGroup = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.913 3c1.381 0 2.507.673 3.34 1.8H6.978c-3.195 0-3.195 3.6-3.195 4.5h1.41c-.115.28-.217.565-.307.852-.103.326-.19.644-.262.95a1.359 1.359 0 00-1.298 1.348c0 .597.394 1.104.94 1.282a17.19 17.19 0 00-.027.968v2.7H2.413a.907.907 0 01-.913-.9v-5.4c0-.309.009-.613.026-.912 0-.438.093-1.685.539-3.103C2.834 4.638 4.366 3 6.522 3h6.391z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.087 6.6c-1.717 0-3.04 1.04-3.895 2.7a8.763 8.763 0 00-.562 1.385c-.446 1.418-.54 2.665-.54 3.102-.016.3-.025.604-.025.913v5.4c0 .497.409.9.913.9h1.826a.907.907 0 00.913-.9v-.9h9.13v.9c0 .497.41.9.914.9h1.826a.907.907 0 00.913-.9v-5.4c0-.309-.009-.613-.026-.912-.024-.438-.386-2.617-.539-3.103-.769-2.447-2.301-4.085-4.457-4.085h-6.391zM17.7 8.46a3.658 3.658 0 00-.678-.06h-5.478c-1.024 0-1.719.369-2.192.9-.455.511-.704 1.172-.84 1.8-.164.757-.164 1.465-.164 1.8h11.87c0-.831 0-3.965-2.518-4.44zm-7.147 7.14a1.369 1.369 0 00-1.292-.9 1.37 1.37 0 00-1.292.9 1.33 1.33 0 00-.078.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 001.37-1.35c0-.158-.028-.31-.079-.45zm7.382.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 001.369-1.35 1.36 1.36 0 00-1.37-1.35 1.36 1.36 0 00-1.37 1.35z\"/></svg>";
2
2
 
3
3
  export { carGroup as default };
4
4
  //# sourceMappingURL=car-group.js.map
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.913 3c1.381 0 2.507.673 3.34 1.8H6.978c-3.195 0-3.195 3.6-3.195 4.5h1.41c-.115.28-.217.565-.307.852-.103.326-.19.644-.262.95a1.359 1.359 0 00-1.298 1.348c0 .597.394 1.104.94 1.282-.018.319-.027.642-.027.968v2.7H2.413a.907.907 0 01-.913-.9v-5.4c0-.309.009-.613.026-.912 0-.438.093-1.685.539-3.103C2.834 4.638 4.366 3 6.522 3z"/><path clip-rule="evenodd" d="M11.087 6.6c-1.717 0-3.04 1.04-3.895 2.7a8.763 8.763 0 00-.562 1.385c-.446 1.418-.54 2.665-.54 3.103-.016.299-.025.603-.025.912v5.4c0 .497.409.9.913.9h1.826a.907.907 0 00.913-.9v-.9h9.13v.9c0 .497.41.9.914.9h1.826a.907.907 0 00.913-.9v-5.4c0-.309-.009-.613-.026-.912-.025-.438-.386-2.617-.539-3.103-.769-2.447-2.301-4.085-4.457-4.085zM17.7 8.46a3.658 3.658 0 00-.678-.06h-5.478c-1.023 0-1.719.369-2.192.9-.455.511-.704 1.172-.84 1.8-.164.757-.164 1.465-.164 1.8h11.87c0-.831 0-3.965-2.518-4.44zm-7.147 7.14c-.188-.524-.696-.9-1.292-.9s-1.104.376-1.292.9a1.33 1.33 0 00-.078.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 001.37-1.35c0-.158-.028-.31-.078-.45zm7.382.45c0 .746.613 1.35 1.37 1.35.756 0 1.369-.604 1.369-1.35s-.613-1.35-1.37-1.35a1.36 1.36 0 00-1.37 1.35z" fill-rule="evenodd"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.913 3c1.381 0 2.507.673 3.34 1.8H6.978c-3.195 0-3.195 3.6-3.195 4.5h1.41c-.115.28-.217.565-.307.852-.103.326-.19.644-.262.95a1.359 1.359 0 0 0-1.298 1.348c0 .597.394 1.104.94 1.282-.018.319-.027.642-.027.968v2.7H2.413a.907.907 0 0 1-.913-.9v-5.4c0-.309.009-.613.026-.912 0-.438.093-1.685.539-3.103C2.834 4.638 4.366 3 6.522 3h6.391Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.087 6.6c-1.717 0-3.04 1.04-3.895 2.7a8.763 8.763 0 0 0-.562 1.385c-.446 1.418-.54 2.665-.54 3.102-.016.3-.025.604-.025.913v5.4c0 .497.409.9.913.9h1.826a.907.907 0 0 0 .913-.9v-.9h9.13v.9c0 .497.41.9.914.9h1.826a.907.907 0 0 0 .913-.9v-5.4c0-.309-.009-.613-.026-.912-.024-.438-.386-2.617-.539-3.103-.769-2.447-2.301-4.085-4.457-4.085h-6.391ZM17.7 8.46a3.658 3.658 0 0 0-.678-.06h-5.478c-1.024 0-1.719.369-2.192.9-.455.511-.704 1.172-.84 1.8-.164.757-.164 1.465-.164 1.8h11.87c0-.831 0-3.965-2.518-4.44Zm-7.147 7.14a1.369 1.369 0 0 0-1.292-.9c-.596 0-1.104.376-1.292.9a1.33 1.33 0 0 0-.078.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 0 0 1.37-1.35c0-.158-.028-.31-.079-.45Zm7.382.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 0 0 1.369-1.35 1.36 1.36 0 0 0-1.37-1.35 1.36 1.36 0 0 0-1.37 1.35Z"/></svg>
package/icons/car-lock.js CHANGED
@@ -1,4 +1,4 @@
1
- var carLock = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.364 7.484C18.516 4.795 16.844 3 14.5 3h-7C5.14 3 3.46 4.82 2.618 7.539a1.75 1.75 0 10-.59 3.447C2.01 11.32 2 11.657 2 12v6a1 1 0 001 1h2a1 1 0 001-1v-1h4v-1.003c0-.886.387-1.683 1-2.231V13c0-1.093.292-2.117.803-3H4.5c0-1 0-5 3.5-5h6c1.685 0 2.559.927 3.012 2 .835.002 1.63.174 2.352.484zM5.5 15a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm6.5.997v5.006a1 1 0 00.995.997h8.01c.54 0 .995-.446.995-.997v-5.006a1 1 0 00-.995-.997L21 13a4 4 0 10-8 0v2c-.544 0-1 .446-1 .997zM19 15h-4v-2a2 2 0 114 0v2z\"/></svg>";
1
+ var carLock = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.364 7.484C18.516 4.795 16.844 3 14.5 3h-7C5.14 3 3.46 4.82 2.618 7.539a1.75 1.75 0 10-.59 3.447C2.01 11.32 2 11.657 2 12v6a1 1 0 001 1h2a1 1 0 001-1v-1h4v-1.003c0-.886.387-1.682 1-2.231V13c0-1.093.292-2.117.803-3H4.5c0-1 0-5 3.5-5h6c1.685 0 2.559.927 3.012 2a5.98 5.98 0 012.352.484zM5.5 15a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 15.997v5.006a1 1 0 00.995.997h8.01c.54 0 .995-.446.995-.997v-5.006a1 1 0 00-.995-.997L21 13a4 4 0 00-8 0v2c-.544 0-1 .446-1 .997zM15 13v2h4v-2a2 2 0 10-4 0z\"/></svg>";
2
2
 
3
3
  export { carLock as default };
4
4
  //# sourceMappingURL=car-lock.js.map
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19.3643213,7.48372721 C18.5163251,4.79525107 16.8447721,3 14.5,3 L7.5,3 C5.13923746,3 3.46090755,4.81982033 2.61844467,7.53885449 C2.49965465,7.51339916 2.3763921,7.5 2.25,7.5 C1.28350169,7.5 0.5,8.28350169 0.5,9.25 C0.5,10.1413222 1.16635737,10.8770083 2.02807571,10.986062 C2.00941238,11.3186894 2,11.6569916 2,12 L2,18 C2,18.5522847 2.44771525,19 3,19 L5,19 C5.55228475,19 6,18.5522847 6,18 L6,17 L10,17 L10,15.9970301 C10,15.1105609 10.3873172,14.3144834 11,13.7659715 L11,13 C11,11.9071386 11.2921829,10.8825201 11.8026932,10 L4.5,10 C4.49999996,9 4.5,5 8,5 L14,5 C15.6848987,5 16.5586878,5.92698237 17.0118351,7.00001142 C17.8470522,7.00162393 18.6422183,7.17389117 19.3643213,7.48372721 L19.3643213,7.48372721 Z M5.5,15 C4.67157288,15 4,14.3284271 4,13.5 C4,12.6715729 4.67157288,12 5.5,12 C6.32842712,12 7,12.6715729 7,13.5 C7,14.3284271 6.32842712,15 5.5,15 Z M12,15.9970301 L12,21.0029699 C12,21.5469637 12.4456547,22 12.9953976,22 L21.0046024,22 C21.5443356,22 22,21.5536144 22,21.0029699 L22,15.9970301 C22,15.4530363 21.5543453,15 21.0046024,15 L21,13 C21,10.790861 19.209139,9 17,9 C14.790861,9 13,10.790861 13,13 L13,15 C12.4556644,15 12,15.4463856 12,15.9970301 Z M19,15 L15,15 L15,13 C15,11.8954305 15.8954305,11 17,11 C18.1045695,11 19,11.8954305 19,13 L19,15 Z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.364 7.484C18.516 4.795 16.844 3 14.5 3h-7C5.14 3 3.46 4.82 2.618 7.539a1.75 1.75 0 1 0-.59 3.447C2.01 11.32 2 11.657 2 12v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h4v-1.003c0-.886.387-1.682 1-2.231V13c0-1.093.292-2.117.803-3H4.5c0-1 0-5 3.5-5h6c1.685 0 2.559.927 3.012 2a5.98 5.98 0 0 1 2.352.484ZM5.5 15a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 15.997v5.006a1 1 0 0 0 .995.997h8.01c.54 0 .995-.446.995-.997v-5.006a1 1 0 0 0-.995-.997L21 13a4 4 0 0 0-8 0v2c-.544 0-1 .446-1 .997ZM15 13v2h4v-2a2 2 0 1 0-4 0Z"/></svg>
package/icons/car.js CHANGED
@@ -1,4 +1,4 @@
1
- var car = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.382 8.539C19.539 5.819 17.86 4 15.5 4h-7C6.14 4 4.46 5.82 3.618 8.539a1.75 1.75 0 10-.59 3.447C3.01 12.32 3 12.657 3 13v6a1 1 0 001 1h2a1 1 0 001-1v-1h10v1a1 1 0 001 1h2a1 1 0 001-1v-6c0-.343-.01-.681-.028-1.014a1.75 1.75 0 10-.59-3.447zM5.5 11c0-1 0-5 3.5-5h6c3.5 0 3.5 4 3.5 5h-13zm12 5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm-11 0a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\"/></svg>";
1
+ var car = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.382 8.539C19.539 5.819 17.86 4 15.5 4h-7C6.14 4 4.46 5.82 3.618 8.539a1.75 1.75 0 10-.59 3.447C3.01 12.32 3 12.657 3 13v6a1 1 0 001 1h2a1 1 0 001-1v-1h10v1a1 1 0 001 1h2a1 1 0 001-1v-6c0-.343-.01-.681-.028-1.014a1.75 1.75 0 10-.59-3.447zM5.5 11c0-1 0-5 3.5-5h6c3.5 0 3.5 4 3.5 5h-13zm12 5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm-11 0a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\"/></svg>";
2
2
 
3
3
  export { car as default };
4
4
  //# sourceMappingURL=car.js.map
package/icons/car.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.3815553,8.53885449 C19.5390925,5.81982033 17.8607625,4 15.5,4 L8.5,4 C6.13923746,4 4.46090755,5.81982033 3.61844467,8.53885449 C3.49965465,8.51339916 3.3763921,8.5 3.25,8.5 C2.28350169,8.5 1.5,9.28350169 1.5,10.25 C1.5,11.1413222 2.16635737,11.8770083 3.02807571,11.986062 C3.00941238,12.3186894 3,12.6569916 3,13 L3,19 C3,19.5522847 3.44771525,20 4,20 L6,20 C6.55228475,20 7,19.5522847 7,19 L7,18 L17,18 L17,19 C17,19.5522847 17.4477153,20 18,20 L20,20 C20.5522847,20 21,19.5522847 21,19 L21,13 C21,12.6569916 20.9905876,12.3186894 20.9719243,11.986062 C21.8336426,11.8770083 22.5,11.1413222 22.5,10.25 C22.5,9.28350169 21.7164983,8.5 20.75,8.5 C20.6236079,8.5 20.5003453,8.51339916 20.3815553,8.53885449 L20.3815553,8.53885449 Z M5.5,11 C5.49999996,10 5.5,6 9,6 L15,6 C18.5,6 18.5,10 18.5,11 L5.5,11 L5.5,11 Z M17.5,16 C16.6715729,16 16,15.3284271 16,14.5 C16,13.6715729 16.6715729,13 17.5,13 C18.3284271,13 19,13.6715729 19,14.5 C19,15.3284271 18.3284271,16 17.5,16 L17.5,16 Z M6.5,16 C5.67157288,16 5,15.3284271 5,14.5 C5,13.6715729 5.67157288,13 6.5,13 C7.32842712,13 8,13.6715729 8,14.5 C8,15.3284271 7.32842712,16 6.5,16 L6.5,16 Z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.382 8.539C19.539 5.819 17.86 4 15.5 4h-7C6.14 4 4.46 5.82 3.618 8.539a1.75 1.75 0 1 0-.59 3.447C3.01 12.32 3 12.657 3 13v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h10v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-6c0-.343-.01-.681-.028-1.014a1.75 1.75 0 1 0-.59-3.447ZM5.5 11c0-1 0-5 3.5-5h6c3.5 0 3.5 4 3.5 5h-13Zm12 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm-11 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"/></svg>
package/icons/check.js CHANGED
@@ -1,4 +1,4 @@
1
- var check = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21 7L9 19l-5.5-5.5 1.41-1.41L9 16.17 19.59 5.59z\"/></svg>";
1
+ var check = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 7L9 19l-5.5-5.5 1.41-1.41L9 16.17 19.59 5.59 21 7z\"/></svg>";
2
2
 
3
3
  export { check as default };
4
4
  //# sourceMappingURL=check.js.map
package/icons/check.svg CHANGED
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21 7-12 12-5.5-5.5 1.41-1.41 4.09 4.08 10.59-10.58z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 7 9 19l-5.5-5.5 1.41-1.41L9 16.17 19.59 5.59 21 7Z"/></svg>
@@ -1,4 +1,4 @@
1
- var chevronDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6z\"/></svg>";
1
+ var chevronDown = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6 1.41-1.42z\"/></svg>";
2
2
 
3
3
  export { chevronDown as default };
4
4
  //# sourceMappingURL=chevron-down.js.map
@@ -1,3 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path d="M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.41 8.58 12 13.17l4.59-4.59L18 10l-6 6-6-6 1.41-1.42Z"/></svg>
@@ -1,4 +1,4 @@
1
- var chevronLeft = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.811 17.343L9.468 12l5.343-5.355L13.166 5l-7 7 7 7z\"/></svg>";
1
+ var chevronLeft = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.41 16.58L9.83 12l4.58-4.59L13 6l-6 6 6 6 1.41-1.42z\"/></svg>";
2
2
 
3
3
  export { chevronLeft as default };
4
4
  //# sourceMappingURL=chevron-left.js.map
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.811 17.343L9.468 12l5.343-5.355L13.166 5l-7 7 7 7z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.41 16.58 9.83 12l4.58-4.59L13 6l-6 6 6 6 1.41-1.42Z"/></svg>
@@ -1,4 +1,4 @@
1
- var chevronRight = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.022 17.343L13.365 12 8.022 6.645 9.667 5l7 7-7 7z\"/></svg>";
1
+ var chevronRight = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z\"/></svg>";
2
2
 
3
3
  export { chevronRight as default };
4
4
  //# sourceMappingURL=chevron-right.js.map
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.022 17.343L13.365 12 8.022 6.645 9.667 5l7 7-7 7z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42Z"/></svg>
@@ -1,4 +1,4 @@
1
- var chevronUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.41 16L12 11.41 16.59 16 18 14.58l-6-6-6 6z\"/></svg>";
1
+ var chevronUp = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.41 16L12 11.41 16.59 16 18 14.58l-6-6-6 6L7.41 16z\"/></svg>";
2
2
 
3
3
  export { chevronUp as default };
4
4
  //# sourceMappingURL=chevron-up.js.map
@@ -1,3 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path d="M7.41 16L12 11.41 16.59 16 18 14.58l-6-6-6 6z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.41 16 12 11.41 16.59 16 18 14.58l-6-6-6 6L7.41 16Z"/></svg>
package/icons/close.js CHANGED
@@ -1,4 +1,4 @@
1
- var close = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"/></svg>";
1
+ var close = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z\"/></svg>";
2
2
 
3
3
  export { close as default };
4
4
  //# sourceMappingURL=close.js.map
package/icons/close.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.667 4A2.667 2.667 0 002 6.667v10.666A2.667 2.667 0 004.667 20h14.666A2.667 2.667 0 0022 17.333V6.667A2.667 2.667 0 0019.333 4H4.667zM5 8v2h14V8H5zm0 4v2h8v-2H5z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.667 4A2.667 2.667 0 0 0 2 6.667v10.666A2.667 2.667 0 0 0 4.667 20h14.666A2.667 2.667 0 0 0 22 17.333V6.667A2.667 2.667 0 0 0 19.333 4H4.667ZM5 8v2h14V8H5Zm0 4v2h8v-2H5Z"/></svg>
@@ -1,4 +1,4 @@
1
- var directions = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.002 14.502v-2.5h-4v3h-2v-4a1 1 0 011-1h5v-2.5l3.5 3.5zm7.71-3.21l-9-9h-.01a.996.996 0 00-1.41 0l-9 9c-.39.39-.39 1.03 0 1.42l9 9c.39.38 1.02.39 1.42 0l9-9c.39-.39.39-1.03 0-1.42z\"/></svg>";
1
+ var directions = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.002 14.502v-2.5h-4v3h-2v-4a1 1 0 011-1h5v-2.5l3.5 3.5-3.5 3.5zm7.71-3.21l-9-9h-.01a.996.996 0 00-1.41 0l-9 9c-.39.39-.39 1.03 0 1.42l9 9c.39.38 1.02.39 1.42 0l9-9c.39-.39.39-1.03 0-1.42z\"/></svg>";
2
2
 
3
3
  export { directions as default };
4
4
  //# sourceMappingURL=directions.js.map
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m14.002 14.502v-2.5h-4v3h-2v-4a1 1 0 0 1 1-1h5v-2.5l3.5 3.5zm7.71-3.21-9-9h-.01a.996.996 0 0 0 -1.41 0l-9 9c-.39.39-.39 1.03 0 1.42l9 9c.39.38 1.02.39 1.42 0l9-9c.39-.39.39-1.03 0-1.42z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.002 14.502v-2.5h-4v3h-2v-4a1 1 0 0 1 1-1h5v-2.5l3.5 3.5-3.5 3.5Zm7.71-3.21-9-9h-.01a.996.996 0 0 0-1.41 0l-9 9c-.39.39-.39 1.03 0 1.42l9 9c.39.38 1.02.39 1.42 0l9-9c.39-.39.39-1.03 0-1.42Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 22h15.647v-2.235H4V22zM19.647 8.706h-4.47V2H8.47v6.706H4l7.823 7.823 7.824-7.823z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 22h15.647v-2.235H4V22ZM19.647 8.706h-4.47V2H8.47v6.706H4l7.823 7.823 7.824-7.823Z"/></svg>
package/icons/earth.js CHANGED
@@ -1,4 +1,4 @@
1
- var earth = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 00-1-1H8v-2h2a1 1 0 001-1V7h2a2 2 0 002-2v-.41a7.984 7.984 0 012.9 12.8zM11 19.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.22.21-1.79L9 15v1a2 2 0 002 2v1.93zM12 2C6.477 2 2 6.477 2 12A10 10 0 1012 2z\"/></svg>";
1
+ var earth = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 00-1-1H8v-2h2a1 1 0 001-1V7h2a2 2 0 002-2v-.41a7.984 7.984 0 012.9 12.8zM11 19.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.22.21-1.79L9 15v1a2 2 0 002 2v1.93zM12 2C6.477 2 2 6.477 2 12A10 10 0 1012 2z\"/></svg>";
2
2
 
3
3
  export { earth as default };
4
4
  //# sourceMappingURL=earth.js.map
package/icons/earth.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8zM11 19.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2v1.93zM12 2C6.477 2 2 6.477 2 12A10 10 0 1 0 12 2z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8ZM11 19.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2v1.93ZM12 2C6.477 2 2 6.477 2 12A10 10 0 1 0 12 2Z"/></svg>
@@ -0,0 +1,4 @@
1
+ var evBattery = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM11 20v-5.5H9L13 7v5.5h2L11 20z\"/></svg>";
2
+
3
+ export { evBattery as default };
4
+ //# sourceMappingURL=ev-battery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ev-battery.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4ZM11 20v-5.5H9L13 7v5.5h2L11 20Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7zm5 16H5V5h7V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7h-2v7z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7Zm5 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2v7Z"/></svg>
package/icons/flag.js CHANGED
@@ -1,4 +1,4 @@
1
- var flag = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 4.568C12.364 1 16.182 7 20 3.568v7.864C16.182 15 12.364 9 8 12.432V4.568zM6 2c-.552 0-1 .455-1 .992V22h2V2.992A.993.993 0 006 2z\"/></svg>";
1
+ var flag = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3a1 1 0 012 0v19H5V3zm9.3 1.047c-2.007-.635-4.083-1.292-6.3.52v7.865c2.186-1.72 4.235-1.071 6.216-.445 1.973.623 3.879 1.226 5.784-.555V3.568c-1.878 1.688-3.757 1.094-5.7.479z\"/></svg>";
2
2
 
3
3
  export { flag as default };
4
4
  //# sourceMappingURL=flag.js.map
package/icons/flag.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8,4.56759393 C12.3636364,1 16.1818182,7 20,3.56759393 L20,11.4324061 C16.1818182,15 12.3636364,9 8,12.4324061 L8,4.56759393 Z M6,2 C5.44771525,2 5,2.45530558 5,2.99180311 L5,22 L7,22 L7,2.99180311 C7,2.44404538 6.55613518,2 6,2 Z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3a1 1 0 0 1 2 0v19H5V3Zm9.3 1.047c-2.007-.635-4.083-1.292-6.3.52v7.865c2.186-1.72 4.235-1.071 6.216-.445 1.973.623 3.879 1.226 5.784-.555V3.568c-1.878 1.688-3.757 1.094-5.7.479Z"/></svg>
@@ -0,0 +1,4 @@
1
+ var fourByFour = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6H4c-1.11 0-2 .89-2 2H1v6h1v1h2a3 3 0 006 0h5a3 3 0 006 0h2v-3c0-1.11-.89-2-2-2h-3l-3-4zM3.5 10V7.5h6V10h-6zm7.5 0V7.5h3.25l1.89 2.5H11zm-5.06 3.94a1.5 1.5 0 112.12 2.12 1.5 1.5 0 01-2.12-2.12zm11 0a1.5 1.5 0 112.12 2.12 1.5 1.5 0 01-2.12-2.12z\"/></svg>";
2
+
3
+ export { fourByFour as default };
4
+ //# sourceMappingURL=four-by-four.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"four-by-four.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
File without changes
package/icons/graph-up.js CHANGED
@@ -1,4 +1,4 @@
1
- var graphUp = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"M12 11.586l5.293-5.293-1.581-1.581c-.393-.393-.265-.801.269-.908L22.5 2.5l-1.304 6.52c-.108.541-.519.657-.908.268l-1.58-1.58L12 14.413l-4-4-5.293 5.293a1 1 0 01-1.414-1.414L8 7.586zM8 22v-9.464l-4 4V22zm6 0v-7.465l-2 2-2-2V22zm6 0V11.118a1.552 1.552 0 01-.06-.057l-1.233-1.233L16 12.536V22z\" fill-rule=\"evenodd\"/></svg>";
1
+ var graphUp = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 11.586l5.293-5.293-1.581-1.581c-.393-.393-.265-.801.268-.908L22.5 2.5l-1.304 6.52c-.108.541-.519.657-.908.268l-1.58-1.58L12 14.413l-4-4-5.293 5.293a1 1 0 01-1.414-1.414L8 7.586l4 4zM8 22v-9.464l-4 4V22h4zm6 0v-7.464l-2 2-2-2V22h4zm6 0V11.118a1.552 1.552 0 01-.06-.057l-1.233-1.233L16 12.536V22h4z\"/></svg>";
2
2
 
3
3
  export { graphUp as default };
4
4
  //# sourceMappingURL=graph-up.js.map
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M12 11.586l5.293-5.293-1.581-1.581c-.393-.393-.265-.801.269-.908L22.5 2.5l-1.304 6.52c-.108.541-.519.657-.908.268l-1.58-1.58L12 14.413l-4-4-5.293 5.293a1 1 0 01-1.414-1.414L8 7.586zM8 22v-9.464l-4 4V22zm6 0v-7.465l-2 2-2-2V22zm6 0V11.118a1.552 1.552 0 01-.06-.057l-1.233-1.233L16 12.536V22z" fill-rule="evenodd"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m12 11.586 5.293-5.293-1.581-1.581c-.393-.393-.265-.801.268-.908L22.5 2.5l-1.304 6.52c-.108.541-.519.657-.908.268l-1.58-1.58L12 14.413l-4-4-5.293 5.293a1 1 0 0 1-1.414-1.414L8 7.586l4 4ZM8 22v-9.464l-4 4V22h4Zm6 0v-7.464l-2 2-2-2V22h4Zm6 0V11.118a1.552 1.552 0 0 1-.06-.057l-1.233-1.233L16 12.536V22h4Z"/></svg>
package/icons/incident.js CHANGED
@@ -1,4 +1,4 @@
1
- var incident = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.2 16.06L3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06zM13 17v-2h-2v2zm0-4V7h-2v6z\"/></svg>";
1
+ var incident = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.2 16.06L3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06-4.06-1.68zM13 17v-2h-2v2h2zm0-4V7h-2v6h2z\"/></svg>";
2
2
 
3
3
  export { incident as default };
4
4
  //# sourceMappingURL=incident.js.map
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2.2 16.06L3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06zM13 17v-2h-2v2zm0-4V7h-2v6z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06-4.06-1.68ZM13 17v-2h-2v2h2Zm0-4V7h-2v6h2Z"/></svg>
package/icons/index.js CHANGED
@@ -18,6 +18,7 @@ export { default as bin } from './bin.js';
18
18
  export { default as bluetooth } from './bluetooth.js';
19
19
  export { default as briefcase } from './briefcase.js';
20
20
  export { default as bulb } from './bulb.js';
21
+ export { default as cable } from './cable.js';
21
22
  export { default as cabriolet } from './cabriolet.js';
22
23
  export { default as calendarCheck } from './calendar-check.js';
23
24
  export { default as calendarClock } from './calendar-clock.js';
@@ -95,6 +96,7 @@ export { default as earning } from './earning.js';
95
96
  export { default as earth } from './earth.js';
96
97
  export { default as edit } from './edit.js';
97
98
  export { default as electric } from './electric.js';
99
+ export { default as evBattery } from './ev-battery.js';
98
100
  export { default as externalLink } from './external-link.js';
99
101
  export { default as eyeClosed } from './eye-closed.js';
100
102
  export { default as eyeOpened } from './eye-opened.js';
@@ -106,7 +108,7 @@ export { default as fileFilled } from './file-filled.js';
106
108
  export { default as filter } from './filter.js';
107
109
  export { default as filters } from './filters.js';
108
110
  export { default as flag } from './flag.js';
109
- export { default as fourfour } from './fourfour.js';
111
+ export { default as fourByFour } from './four-by-four.js';
110
112
  export { default as fuelTank } from './fuel-tank.js';
111
113
  export { default as geolocation } from './geolocation.js';
112
114
  export { default as gift } from './gift.js';
@@ -222,6 +224,7 @@ export { default as serviceLocked } from './service-locked.js';
222
224
  export { default as serviceTolls } from './service-tolls.js';
223
225
  export { default as serviceUnlocked } from './service-unlocked.js';
224
226
  export { default as settings } from './settings.js';
227
+ export { default as shareAndroid } from './share-android.js';
225
228
  export { default as shareIos } from './share-ios.js';
226
229
  export { default as share } from './share.js';
227
230
  export { default as shieldCheck } from './shield-check.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/icons/instant.js CHANGED
@@ -1,4 +1,4 @@
1
- var instant = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.046 10.502a.5.5 0 01.376.766l-7 11c-.296.465-1.015.18-.913-.36l1.498-7.959-5.051-.451a.5.5 0 01-.378-.766l7-11c.292-.46 1.004-.188.915.35l-1.312 7.97 4.865.45z\"/></svg>";
1
+ var instant = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.046 10.502a.5.5 0 01.376.766l-7 11c-.296.465-1.015.18-.913-.36l1.498-7.959-5.051-.451a.5.5 0 01-.378-.766l7-11c.292-.46 1.004-.188.915.35l-1.312 7.97 4.865.45z\"/></svg>";
2
2
 
3
3
  export { instant as default };
4
4
  //# sourceMappingURL=instant.js.map
package/icons/instant.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.0460991,10.5021297 C17.4185496,10.5366158 17.6226456,10.9528715 17.4218307,11.2684377 L10.4218307,22.2684377 C10.1262903,22.7328585 9.40679764,22.4484883 9.50862947,21.9075067 L11.0066984,13.9490157 L5.95553403,13.4980189 C5.58225628,13.4646905 5.37696836,13.0477351 5.57816926,12.7315623 L12.5781693,1.73156225 C12.870292,1.27251225 13.5817807,1.54437535 13.4933529,2.08125813 L12.1805876,10.0516193 L17.0460991,10.5021297 Z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.046 10.502a.5.5 0 0 1 .376.766l-7 11c-.296.465-1.015.18-.913-.36l1.498-7.959-5.051-.451a.5.5 0 0 1-.378-.766l7-11c.292-.46 1.004-.188.915.35l-1.312 7.97 4.865.45Z"/></svg>
package/icons/key.js CHANGED
@@ -1,4 +1,4 @@
1
- var key = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.546 17.454L9.5 11.5c-1-2-.006-4.506 2.996-7.5C14 2.5 16 2 19 5c3 3 2.5 5 1 6.5-3 3-5.5 4-7.504 3L12 15h-2v1.955H8V19H6v2H4c-1 0-1 0-1-1v-1.5c0-.5 0-.5.546-1.046zm12.06-9.062c.988.987 2.189 1.388 2.682.895.494-.494.093-1.694-.895-2.682-.987-.988-2.188-1.389-2.681-.895-.494.493-.093 1.694.895 2.682z\"/></svg>";
1
+ var key = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.037 18.068c.053-.158.185-.29.51-.614L9.5 11.5c-1-2-.006-4.506 2.996-7.5C14 2.5 16 2 19 5c3 3 2.5 5 1 6.5-3 3-5.5 4-7.504 3L12 15h-2v1.955H8V19H6v2H4c-.5 0-.75 0-.875-.124C3 20.75 3 20.5 3 20v-1.5c0-.203 0-.324.037-.432zm15.252-8.781c-.494.493-1.695.092-2.682-.895-.988-.988-1.389-2.189-.896-2.682.494-.494 1.695-.093 2.682.895.988.988 1.389 2.188.895 2.682z\"/></svg>";
2
2
 
3
3
  export { key as default };
4
4
  //# sourceMappingURL=key.js.map
package/icons/key.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path id="a" d="M3.546 17.454L9.5 11.5c-1-2-.006-4.506 2.996-7.5C14 2.5 16 2 19 5c3 3 2.5 5 1 6.5-3 3-5.5 4-7.504 3L12 15h-2v1.955H8V19H6v2H4c-1 0-1 0-1-1v-1.5c0-.5 0-.5.546-1.046zm12.06-9.062c.988.987 2.189 1.388 2.682.895.494-.494.093-1.694-.895-2.682-.987-.988-2.188-1.389-2.681-.895-.494.493-.093 1.694.895 2.682z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.037 18.068c.053-.158.185-.29.51-.614L9.5 11.5c-1-2-.006-4.506 2.996-7.5C14 2.5 16 2 19 5c3 3 2.5 5 1 6.5-3 3-5.5 4-7.504 3L12 15h-2v1.955H8V19H6v2H4c-.5 0-.75 0-.875-.124C3 20.75 3 20.5 3 20V18.5c0-.203 0-.324.037-.432Zm15.252-8.781c-.494.493-1.695.092-2.682-.895-.988-.988-1.389-2.189-.896-2.682.494-.494 1.695-.093 2.682.895.988.988 1.389 2.188.895 2.682Z"/></svg>
package/icons/locality.js CHANGED
@@ -1,4 +1,4 @@
1
- var locality = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19 11V9a2 2 0 00-2-2h-1V4h-2v3h-1a2 2 0 00-2 2v2a2 2 0 00-2 2v1H5a2 2 0 00-2 2v8h3v-2h2v2h4v-2h2v2h2v-2h2v2h3V13a2 2 0 00-2-2zM8 20H6v-2h2v2zm6 0h-2v-2h2v2zm0-4h-2v-2h2v2zm-1-5V9h4v2h-4zm5 9h-2v-2h2v2zm0-4h-2v-2h2v2z\"/></svg>";
1
+ var locality = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 11V9a2 2 0 00-2-2h-1V4h-2v3h-1a2 2 0 00-2 2v2a2 2 0 00-2 2v1H5a2 2 0 00-2 2v8h3v-2h2v2h4v-2h2v2h2v-2h2v2h3V13a2 2 0 00-2-2zM8 20H6v-2h2v2zm6 0h-2v-2h2v2zm0-4h-2v-2h2v2zm-1-5V9h4v2h-4zm5 9h-2v-2h2v2zm0-4h-2v-2h2v2z\"/></svg>";
2
2
 
3
3
  export { locality as default };
4
4
  //# sourceMappingURL=locality.js.map
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19 11V9a2 2 0 00-2-2h-1V4h-2v3h-1a2 2 0 00-2 2v2a2 2 0 00-2 2v1H5a2 2 0 00-2 2v8h3v-2h2v2h4v-2h2v2h2v-2h2v2h3V13a2 2 0 00-2-2zM8 20H6v-2h2v2zm6 0h-2v-2h2v2zm0-4h-2v-2h2v2zm-1-5V9h4v2h-4zm5 9h-2v-2h2v2zm0-4h-2v-2h2v2z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11V9a2 2 0 0 0-2-2h-1V4h-2v3h-1a2 2 0 0 0-2 2v2a2 2 0 0 0-2 2v1H5a2 2 0 0 0-2 2v8h3v-2h2v2h4v-2h2v2h2v-2h2v2h3V13a2 2 0 0 0-2-2ZM8 20H6v-2h2v2Zm6 0h-2v-2h2v2Zm0-4h-2v-2h2v2Zm-1-5V9h4v2h-4Zm5 9h-2v-2h2v2Zm0-4h-2v-2h2v2Z"/></svg>
package/icons/logout.js CHANGED
@@ -1,4 +1,4 @@
1
- var logout = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"M14.08 15.59L16.67 13H7v-2h9.67l-2.59-2.59L15.5 7l5 5-5 5zM19 3a2 2 0 012 2v4.67l-2-2V5H5v14h14v-2.67l2-2V19a2 2 0 01-2 2H5a2 2 0 01-2-2V5c0-1.11.89-2 2-2z\" fill-rule=\"evenodd\"/></svg>";
1
+ var logout = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.08 15.59L16.67 13H7v-2h9.67l-2.59-2.59L15.5 7l5 5-5 5-1.42-1.41zM19 3a2 2 0 012 2v4.67l-2-2V5H5v14h14v-2.67l2-2V19a2 2 0 01-2 2H5a2 2 0 01-2-2V5c0-1.11.89-2 2-2h14z\"/></svg>";
2
2
 
3
3
  export { logout as default };
4
4
  //# sourceMappingURL=logout.js.map
package/icons/logout.svg CHANGED
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14.08 15.59L16.67 13H7v-2h9.67l-2.59-2.59L15.5 7l5 5-5 5zM19 3a2 2 0 012 2v4.67l-2-2V5H5v14h14v-2.67l2-2V19a2 2 0 01-2 2H5a2 2 0 01-2-2V5c0-1.11.89-2 2-2z" fill-rule="evenodd"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.08 15.59 16.67 13H7v-2h9.67l-2.59-2.59L15.5 7l5 5-5 5-1.42-1.41ZM19 3a2 2 0 0 1 2 2v4.67l-2-2V5H5v14h14v-2.67l2-2V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14Z"/></svg>
package/icons/map.js CHANGED
@@ -1,4 +1,4 @@
1
- var map = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.842 3.605c1.162 0 2.105.943 2.105 2.106v10.831l-8.61-8.61a7.352 7.352 0 00.189-1.664c0-.957-.21-1.863-.621-2.663h6.937zM5.158 21.5a2.106 2.106 0 01-2.106-2.105v-7.516c.8 1.2 1.78 2.474 2.853 3.832l.831 1.052.822-1.052c1.4-1.737 2.631-3.348 3.505-4.832.358-.61.663-1.21.905-1.821l4.284 4.284L8.094 21.5H5.158zm15.789-2.105a2.105 2.105 0 01-2.105 2.105H9.589L17 14.09l3.948 3.947v1.358h-.001zm-14.21-4.21C3.988 11.636 2 8.973 2 6.31 2 3.658 4.105 1.5 6.736 1.5c2.632 0 4.737 2.158 4.737 4.81 0 2.664-1.968 5.327-4.737 8.874l.001.001zM4.63 6.236a2.105 2.105 0 104.21 0 2.105 2.105 0 00-4.21 0z\"/></svg>";
1
+ var map = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 8c0 4.364-5.078 9.491-5.293 9.707a.999.999 0 01-1.415 0C11.077 17.491 6 12.364 6 8c0-3.308 2.691-6 6-6s6 2.692 6 6zm-6 3a3 3 0 100-6 3 3 0 000 6zm0 11c4.42 0 8-1.997 8-4.463 0-1.44-1.22-2.722-3.11-3.537l-.64 1.015c1.08.502 1.75 1.194 1.75 1.964 0 1.54-2.69 2.79-6 2.79s-6-1.25-6-2.79c0-.77.67-1.462 1.75-1.964L7.11 14C5.22 14.815 4 16.098 4 17.537 4 20.003 7.58 22 12 22z\"/></svg>";
2
2
 
3
3
  export { map as default };
4
4
  //# sourceMappingURL=map.js.map
package/icons/map.svg CHANGED
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.842 3.605c1.162 0 2.105.943 2.105 2.106v10.831l-8.61-8.61a7.352 7.352 0 0 0 .189-1.664c0-.957-.21-1.863-.621-2.663h6.937ZM5.158 21.5a2.106 2.106 0 0 1-2.106-2.105v-7.516c.8 1.2 1.78 2.474 2.853 3.832l.831 1.052.822-1.052c1.4-1.737 2.631-3.348 3.505-4.832.358-.61.663-1.21.905-1.821l4.284 4.284L8.094 21.5H5.158Zm15.789-2.105a2.105 2.105 0 0 1-2.105 2.105H9.589L17 14.09l3.948 3.947v1.358h-.001Zm-14.21-4.21C3.988 11.636 2 8.973 2 6.31 2 3.658 4.105 1.5 6.736 1.5c2.632 0 4.737 2.158 4.737 4.81 0 2.664-1.968 5.327-4.737 8.874l.001.001ZM4.63 6.236a2.105 2.105 0 1 0 4.21 0 2.105 2.105 0 0 0-4.21 0Z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 8c0 4.364-5.078 9.491-5.293 9.707a.999.999 0 0 1-1.415 0C11.077 17.491 6 12.364 6 8c0-3.308 2.691-6 6-6s6 2.692 6 6Zm-6 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 11c4.42 0 8-1.997 8-4.463 0-1.44-1.22-2.722-3.11-3.537l-.64 1.015c1.08.502 1.75 1.194 1.75 1.964 0 1.54-2.69 2.79-6 2.79s-6-1.25-6-2.79c0-.77.67-1.462 1.75-1.964L7.11 14C5.22 14.815 4 16.098 4 17.537 4 20.003 7.58 22 12 22Z"/></svg>
@@ -1,4 +1,4 @@
1
- var meetDriver = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.5 10.41V22h-4v-7h-1V9a2 2 0 012-2h2c.27 0 .5.11.69.28L12 11.019l3.81-3.739c.19-.17.42-.28.69-.28h2a2 2 0 012 2v6h-1v7h-4V10.41L12 14l-3.5-3.59zM20 4a2 2 0 11-4 0 2 2 0 014 0zM4 4a2 2 0 114 0 2 2 0 01-4 0z\"/></svg>";
1
+ var meetDriver = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 4a2 2 0 11-4 0 2 2 0 014 0zM9 10.41V22H5v-7H4V9a2 2 0 012-2h2c.27 0 .5.11.69.28l3.81 3.739 3.81-3.739c.19-.17.42-.28.69-.28h2a2 2 0 012 2v6h-1v7h-4V10.41L12.5 14 9 10.41zM6.5 2a2 2 0 100 4 2 2 0 000-4z\"/></svg>";
2
2
 
3
3
  export { meetDriver as default };
4
4
  //# sourceMappingURL=meet-driver.js.map
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.5 10.41V22h-4v-7h-1V9a2 2 0 0 1 2-2h2c.27 0 .5.11.69.28L12 11.019l3.81-3.739c.19-.17.42-.28.69-.28h2a2 2 0 0 1 2 2v6h-1v7h-4V10.41L12 14l-3.5-3.59zM20 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM4 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.5 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM9 10.41V22H5v-7H4V9a2 2 0 0 1 2-2h2c.27 0 .5.11.69.28l3.81 3.739 3.81-3.739c.19-.17.42-.28.69-.28h2a2 2 0 0 1 2 2v6h-1v7h-4V10.41L12.5 14 9 10.41ZM6.5 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.754 4.509c-.468 0-.468 0-.682.214l-.643.643c-.215.214-.322.321-.322.428 0 .107.107.214.322.429l.856.856.857-.857.857.857.877-.876.856.857.838-.838.857.857.426-.002c.43 1.287 1.93 1.93 4.5 1.93 1.286 0 2.357-.643 2.357-3.213 0-2.57-1.071-3.213-2.358-3.215-2.57-.003-4.069.644-4.497 1.93H9.754zM20.78 5.74a1.04 1.04 0 11-2.08 0 1.04 1.04 0 012.08 0zM2 20.91h2.763V10H2v10.91zm18.895-4.96h-6.407c-.637 0-1.27-.101-1.875-.3l-1.287-.424.348-.932c1.226.44 2.518.665 3.82.665h1c.685 0 1.243-.526 1.243-1.17 0-.486-.326-.923-.81-1.101L9.283 10H6.421v8.945l4.955 1.856a8 8 0 006.283-.288L23 17.933c-.01-1.09-.937-1.983-2.105-1.983z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.754 4.509c-.468 0-.468 0-.682.214l-.643.643c-.215.214-.322.321-.322.428 0 .107.107.214.322.429l.856.856.857-.857.857.857.877-.876.856.857.838-.838.857.857.426-.002c.43 1.287 1.93 1.93 4.5 1.93 1.286 0 2.357-.643 2.357-3.213 0-2.57-1.071-3.213-2.358-3.215-2.57-.003-4.069.644-4.497 1.93H9.754ZM20.78 5.74a1.04 1.04 0 1 1-2.08 0 1.04 1.04 0 0 1 2.08 0ZM2 20.91h2.763V10H2v10.91Zm18.895-4.96h-6.407c-.637 0-1.27-.101-1.875-.3l-1.287-.424.348-.932c1.226.44 2.518.665 3.82.665h1c.685 0 1.243-.526 1.243-1.17 0-.486-.326-.923-.81-1.101L9.283 10H6.421v8.945l4.955 1.856a8 8 0 0 0 6.283-.288L23 17.933c-.01-1.09-.937-1.983-2.105-1.983Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 5h22v2H1V5zm0 6h22v2H1v-2zm22 6H1v2h22v-2z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 5h22v2H1V5Zm0 6h22v2H1v-2Zm22 6H1v2h22v-2Z"/></svg>
package/icons/mileage.js CHANGED
@@ -1,4 +1,4 @@
1
- var mileage = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 15.667c.889 0 4-4.445 4-6.815C10 6.725 8.21 5 6 5S2 6.725 2 8.852c0 2.37 3.111 6.815 4 6.815zM6 10.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm12 5.167c.889 0 4-4.445 4-6.815C22 6.725 20.21 5 18 5s-4 1.725-4 3.852c0 2.37 3.111 6.815 4 6.815zm0-5.167a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM6 20a1 1 0 100-2 1 1 0 000 2zm8 0a1 1 0 100-2 1 1 0 000 2zm4 0a1 1 0 100-2 1 1 0 000 2zm-8 0a1 1 0 100-2 1 1 0 000 2z\" fill-rule=\"evenodd\"/></svg>";
1
+ var mileage = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 8.852c0 2.37-3.111 6.815-4 6.815-.889 0-4-4.445-4-6.815C2 6.725 3.79 5 6 5s4 1.725 4 3.852zM7.5 9a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM18 15.667c.889 0 4-4.445 4-6.815C22 6.725 20.21 5 18 5s-4 1.725-4 3.852c0 2.37 3.111 6.815 4 6.815zM19.5 9a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6 20a1 1 0 100-2 1 1 0 000 2zm9-1a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2zm-7-1a1 1 0 11-2 0 1 1 0 012 0z\"/></svg>";
2
2
 
3
3
  export { mileage as default };
4
4
  //# sourceMappingURL=mileage.js.map
package/icons/mileage.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6,15.6666667 C6.88888889,15.6666667 10,11.2222222 10,8.85185185 C10,6.72453282 8.209139,5 6,5 C3.790861,5 2,6.72453282 2,8.85185185 C2,11.2222222 5.11111111,15.6666667 6,15.6666667 Z M6,10.5 C6.82842712,10.5 7.5,9.82842712 7.5,9 C7.5,8.17157288 6.82842712,7.5 6,7.5 C5.17157288,7.5 4.5,8.17157288 4.5,9 C4.5,9.82842712 5.17157288,10.5 6,10.5 Z M18,15.6666667 C18.8888889,15.6666667 22,11.2222222 22,8.85185185 C22,6.72453282 20.209139,5 18,5 C15.790861,5 14,6.72453282 14,8.85185185 C14,11.2222222 17.1111111,15.6666667 18,15.6666667 Z M18,10.5 C18.8284271,10.5 19.5,9.82842712 19.5,9 C19.5,8.17157288 18.8284271,7.5 18,7.5 C17.1715729,7.5 16.5,8.17157288 16.5,9 C16.5,9.82842712 17.1715729,10.5 18,10.5 Z M6,20 C6.55228475,20 7,19.5522847 7,19 C7,18.4477153 6.55228475,18 6,18 C5.44771525,18 5,18.4477153 5,19 C5,19.5522847 5.44771525,20 6,20 Z M14,20 C14.5522847,20 15,19.5522847 15,19 C15,18.4477153 14.5522847,18 14,18 C13.4477153,18 13,18.4477153 13,19 C13,19.5522847 13.4477153,20 14,20 Z M18,20 C18.5522847,20 19,19.5522847 19,19 C19,18.4477153 18.5522847,18 18,18 C17.4477153,18 17,18.4477153 17,19 C17,19.5522847 17.4477153,20 18,20 Z M10,20 C10.5522847,20 11,19.5522847 11,19 C11,18.4477153 10.5522847,18 10,18 C9.44771525,18 9,18.4477153 9,19 C9,19.5522847 9.44771525,20 10,20 Z" fill-rule="evenodd"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 8.852c0 2.37-3.111 6.815-4 6.815-.889 0-4-4.445-4-6.815C2 6.725 3.79 5 6 5s4 1.725 4 3.852ZM7.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM18 15.667c.889 0 4-4.445 4-6.815C22 6.725 20.21 5 18 5s-4 1.725-4 3.852c0 2.37 3.111 6.815 4 6.815ZM19.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM6 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm9-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/></svg>
package/icons/photos.js CHANGED
@@ -1,4 +1,4 @@
1
- var photos = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20 15.2V5.6A1.6 1.6 0 0018.4 4H8.8a1.6 1.6 0 00-1.6 1.6v9.6a1.6 1.6 0 001.6 1.6h9.6a1.6 1.6 0 001.6-1.6M11.2 12l1.624 2.168L15.2 11.2l3.2 4H8.8M4 7.2v11.2A1.6 1.6 0 005.6 20h11.2v-1.6H5.6V7.2\"/></svg>";
1
+ var photos = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 15.2V5.6A1.6 1.6 0 0018.4 4H8.8a1.6 1.6 0 00-1.6 1.6v9.6a1.6 1.6 0 001.6 1.6h9.6a1.6 1.6 0 001.6-1.6M11.2 12l1.624 2.168L15.2 11.2l3.2 4H8.8M4 7.2v11.2A1.6 1.6 0 005.6 20h11.2v-1.6H5.6V7.2\"/></svg>";
2
2
 
3
3
  export { photos as default };
4
4
  //# sourceMappingURL=photos.js.map
package/icons/photos.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 15.2V5.6A1.6 1.6 0 0 0 18.4 4H8.8a1.6 1.6 0 0 0-1.6 1.6v9.6a1.6 1.6 0 0 0 1.6 1.6h9.6a1.6 1.6 0 0 0 1.6-1.6M11.2 12l1.624 2.168L15.2 11.2l3.2 4H8.8M4 7.2v11.2A1.6 1.6 0 0 0 5.6 20h11.2v-1.6H5.6V7.2"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 15.2V5.6A1.6 1.6 0 0 0 18.4 4H8.8a1.6 1.6 0 0 0-1.6 1.6v9.6a1.6 1.6 0 0 0 1.6 1.6h9.6a1.6 1.6 0 0 0 1.6-1.6M11.2 12l1.624 2.168L15.2 11.2l3.2 4H8.8M4 7.2v11.2A1.6 1.6 0 0 0 5.6 20h11.2v-1.6H5.6V7.2"/></svg>
package/icons/plus.js CHANGED
@@ -1,4 +1,4 @@
1
- var plus = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zM7 11h4V7h2v4h4v2h-4v4h-2v-4H7v-2z\"/></svg>";
1
+ var plus = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 5v6H5v2h6v6h2v-6h6v-2h-6V5h-2z\"/></svg>";
2
2
 
3
3
  export { plus as default };
4
4
  //# sourceMappingURL=plus.js.map
package/icons/plus.svg CHANGED
@@ -1 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM7 11h4V7h2v4h4v2h-4v4h-2v-4H7v-2Z"/></svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 5v6H5v2h6v6h2v-6h6v-2h-6V5h-2Z"/></svg>
package/icons/refresh.js CHANGED
@@ -1,4 +1,4 @@
1
- var refresh = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 6.818V9.41l3.5-3.454L12 2.5v2.59c-3.866 0-7 3.094-7 6.91 0 1.356.403 2.617 1.085 3.68l1.278-1.262A5.043 5.043 0 016.75 12c0-2.862 2.35-5.182 5.25-5.182zm5.915 1.503l-1.278 1.26A5.17 5.17 0 0117.25 12c0 2.862-2.35 5.182-5.25 5.182V14.59l-3.5 3.454L12 21.5v-2.59c3.866 0 7-3.094 7-6.91a6.785 6.785 0 00-1.085-3.68z\"/></svg>";
1
+ var refresh = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.65 6.35A7.958 7.958 0 0012 4a8 8 0 100 16c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0112 18a6 6 0 110-12c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\"/></svg>";
2
2
 
3
3
  export { refresh as default };
4
4
  //# sourceMappingURL=refresh.js.map
package/icons/refresh.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 6.818V9.41l3.5-3.454L12 2.5v2.59c-3.866 0-7 3.094-7 6.91 0 1.356.403 2.617 1.085 3.68l1.278-1.262A5.043 5.043 0 0 1 6.75 12c0-2.862 2.35-5.182 5.25-5.182zm5.915 1.503l-1.278 1.26A5.17 5.17 0 0 1 17.25 12c0 2.862-2.35 5.182-5.25 5.182V14.59l-3.5 3.454L12 21.5v-2.59c3.866 0 7-3.094 7-6.91a6.785 6.785 0 0 0-1.085-3.68z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.65 6.35A7.958 7.958 0 0 0 12 4a8 8 0 1 0 0 16c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18a6 6 0 1 1 0-12c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35Z"/></svg>
package/icons/ride.js CHANGED
@@ -1,4 +1,4 @@
1
- var ride = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.5 7.3h-7.8L6.8 12v2.3h1.6c0 1.3 1 2.3 2.3 2.3s2.3-1 2.3-2.3h4.7c0 1.3 1 2.3 2.3 2.3 1.3 0 2.3-1 2.3-2.3H24V12c0-.9-.7-1.6-1.6-1.6h-1.6l-2.3-3.1m-7.4 1.2h3.1v2H9.5l1.6-2m4.3 0h2.7l1.5 2h-4.3v-2m-4.6 4.7c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2s-1.2-.6-1.2-1.3c0-.6.6-1.1 1.2-1.1m9.4 0c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2-.6 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zM7.5 8.7h-3c-.3 0-.6-.3-.6-.7 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.4-.2.7-.5.7zm-2.6 5.1h-3c-.4 0-.6-.3-.6-.6 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.3-.2.6-.5.6zM6 11.1H.6c-.4 0-.6-.3-.6-.6s.3-.6.6-.6H6c.4 0 .6.3.6.6s-.2.6-.6.6z\"/></svg>";
1
+ var ride = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5 7.3h-7.8L6.8 12v2.3h1.6c0 1.3 1 2.3 2.3 2.3 1.3 0 2.3-1 2.3-2.3h4.7c0 1.3 1 2.3 2.3 2.3 1.3 0 2.3-1 2.3-2.3H24V12c0-.9-.7-1.6-1.6-1.6h-1.6l-2.3-3.1zm-7.4 1.2h3.1v2H9.5l1.6-2zm4.3 0h2.7l1.5 2h-4.3v-2h.1zm-4.7 4.7c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2s-1.2-.6-1.2-1.3c0-.6.6-1.1 1.2-1.1zm9.4 0c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2-.6 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zM7.5 8.7h-3c-.3 0-.6-.3-.6-.7 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.4-.2.7-.5.7zm-2.6 5.1h-3c-.4 0-.6-.3-.6-.6 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.3-.2.6-.5.6zM6 11.1H.6c-.4 0-.6-.3-.6-.6s.3-.6.6-.6H6c.4 0 .6.3.6.6s-.2.6-.6.6z\"/></svg>";
2
2
 
3
3
  export { ride as default };
4
4
  //# sourceMappingURL=ride.js.map
package/icons/ride.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18.5 7.3h-7.8L6.8 12v2.3h1.6c0 1.3 1 2.3 2.3 2.3s2.3-1 2.3-2.3h4.7c0 1.3 1 2.3 2.3 2.3 1.3 0 2.3-1 2.3-2.3H24V12c0-.9-.7-1.6-1.6-1.6h-1.6l-2.3-3.1m-7.4 1.2h3.1v2H9.5l1.6-2m4.3 0h2.7l1.5 2h-4.3v-2m-4.6 4.7c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2s-1.2-.6-1.2-1.3c0-.6.6-1.1 1.2-1.1m9.4 0c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2-.6 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zM7.5 8.7h-3c-.3 0-.6-.3-.6-.7 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.4-.2.7-.5.7zm-2.6 5.1h-3c-.4 0-.6-.3-.6-.6 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.3-.2.6-.5.6zM6 11.1H.6c-.4 0-.6-.3-.6-.6s.3-.6.6-.6H6c.4 0 .6.3.6.6s-.2.6-.6.6z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 7.3h-7.8L6.8 12v2.3h1.6c0 1.3 1 2.3 2.3 2.3 1.3 0 2.3-1 2.3-2.3h4.7c0 1.3 1 2.3 2.3 2.3 1.3 0 2.3-1 2.3-2.3H24V12c0-.9-.7-1.6-1.6-1.6h-1.6l-2.3-3.1Zm-7.4 1.2h3.1v2H9.5l1.6-2Zm4.3 0h2.7l1.5 2h-4.3v-2h.1Zm-4.7 4.7c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2s-1.2-.6-1.2-1.3c0-.6.6-1.1 1.2-1.1Zm9.4 0c.6 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2-.6 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2ZM7.5 8.7h-3c-.3 0-.6-.3-.6-.7 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.4-.2.7-.5.7Zm-2.6 5.1h-3c-.4 0-.6-.3-.6-.6 0-.4.3-.6.6-.6h2.9c.4 0 .6.3.6.6.1.3-.2.6-.5.6ZM6 11.1H.6c-.4 0-.6-.3-.6-.6s.3-.6.6-.6H6c.4 0 .6.3.6.6s-.2.6-.6.6Z"/></svg>
package/icons/search.js CHANGED
@@ -1,4 +1,4 @@
1
- var search = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.073 16.841l4.24 4.241a.75.75 0 001.06 0l.707-.707a.75.75 0 000-1.06l-4.24-4.241a7.457 7.457 0 10-1.768 1.767h.001zm-4.314-1.125a4.957 4.957 0 110-9.914 4.957 4.957 0 010 9.914z\"/></svg>";
1
+ var search = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.313 21.082l-4.24-4.24a7.457 7.457 0 111.768-1.768l4.24 4.24a.75.75 0 010 1.061l-.707.707a.75.75 0 01-1.06 0zM5.802 10.76a4.957 4.957 0 109.914 0 4.957 4.957 0 00-9.914 0z\"/></svg>";
2
2
 
3
3
  export { search as default };
4
4
  //# sourceMappingURL=search.js.map
package/icons/search.svg CHANGED
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.073 16.841l4.24 4.241a.75.75 0 001.06 0l.707-.707a.75.75 0 000-1.06l-4.24-4.241a7.457 7.457 0 10-1.768 1.767h.001zm-4.314-1.125a4.957 4.957 0 110-9.914 4.957 4.957 0 010 9.914z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m19.313 21.082-4.24-4.24a7.457 7.457 0 1 1 1.768-1.768l4.24 4.24a.75.75 0 0 1 0 1.061l-.707.707a.75.75 0 0 1-1.06 0ZM5.802 10.76a4.957 4.957 0 1 0 9.914 0 4.957 4.957 0 0 0-9.914 0Z"/></svg>
@@ -1,4 +1,4 @@
1
- var serviceLocked = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 10c-1.106.003-2 .901-2 2.009v6.982A2.01 2.01 0 007.006 21h9.988C18.103 21 19 20.1 19 18.991V12.01A2.009 2.009 0 0017 10V7A5 5 0 007 7zm8 0H9V7a3 3 0 016 0z\"/></svg>";
1
+ var serviceLocked = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 10c-1.106.003-2 .901-2 2.008v6.983A2.01 2.01 0 007.006 21h9.988C18.103 21 19 20.1 19 18.991V12.01A2.009 2.009 0 0017 10V7A5 5 0 007 7v3zm8 0H9V7a3 3 0 116 0v3z\"/></svg>";
2
2
 
3
3
  export { serviceLocked as default };
4
4
  //# sourceMappingURL=service-locked.js.map
@@ -1,3 +1 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m7 10c-1.106.003-2 .901-2 2.009v6.982c0 1.107.898 2.009 2.006 2.009h9.988c1.109 0 2.006-.9 2.006-2.009v-6.981a2.009 2.009 0 0 0 -2-2.01v-3a5 5 0 0 0 -10 0zm8 0h-6v-3a3 3 0 0 1 6 0z" />
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 10c-1.106.003-2 .901-2 2.008v6.983C5 20.098 5.898 21 7.006 21h9.988C18.103 21 19 20.1 19 18.991V12.01A2.009 2.009 0 0 0 17 10V7A5 5 0 0 0 7 7v3Zm8 0H9V7a3 3 0 1 1 6 0v3Z"/></svg>
package/icons/settings.js CHANGED
@@ -1,4 +1,4 @@
1
- var settings = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 15.5a3.5 3.5 0 110-7 3.5 3.5 0 010 7zm7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0014 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z\"/></svg>";
1
+ var settings = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 15.5a3.5 3.5 0 110-7 3.5 3.5 0 010 7zm7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0014 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z\"/></svg>";
2
2
 
3
3
  export { settings as default };
4
4
  //# sourceMappingURL=settings.js.map
@@ -1,3 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path d="M12 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/>
3
- </svg>
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66Z"/></svg>
@@ -0,0 +1,4 @@
1
+ var shareAndroid = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7 0-.24-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92 0-1.61-1.31-2.92-2.92-2.92z\"/></svg>";
2
+
3
+ export { shareAndroid as default };
4
+ //# sourceMappingURL=share-android.js.map