@ovotech/element-native 4.4.8 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (558) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +2 -1
  2. package/dist/components/Accordion/Accordion.js +47 -116
  3. package/dist/components/Accordion/Group.d.ts +1 -1
  4. package/dist/components/Accordion/Group.js +12 -19
  5. package/dist/components/Accordion/Icon.js +20 -48
  6. package/dist/components/Accordion/index.js +3 -9
  7. package/dist/components/Accordion/styles.d.ts +95 -96
  8. package/dist/components/Accordion/styles.js +44 -59
  9. package/dist/components/Accordion/types.js +1 -2
  10. package/dist/components/ActionCard/ActionCard.d.ts +1 -1
  11. package/dist/components/ActionCard/ActionCard.js +59 -87
  12. package/dist/components/ActionCard/CloseIconShape.d.ts +1 -1
  13. package/dist/components/ActionCard/CloseIconShape.js +7 -41
  14. package/dist/components/ActionCard/IndicatorIconShape.d.ts +1 -1
  15. package/dist/components/ActionCard/IndicatorIconShape.js +7 -41
  16. package/dist/components/ActionCard/index.js +1 -5
  17. package/dist/components/ActionList/ActionList.d.ts +9 -7
  18. package/dist/components/ActionList/ActionList.js +22 -56
  19. package/dist/components/ActionList/index.js +1 -6
  20. package/dist/components/ActionList/styled.d.ts +228 -229
  21. package/dist/components/ActionList/styled.js +52 -60
  22. package/dist/components/Badge/Badge.d.ts +34 -34
  23. package/dist/components/Badge/Badge.js +27 -72
  24. package/dist/components/Badge/index.js +1 -5
  25. package/dist/components/CTAButton/CTAButton.d.ts +9 -11
  26. package/dist/components/CTAButton/CTAButton.js +62 -100
  27. package/dist/components/CTAButton/index.js +1 -8
  28. package/dist/components/CTALink/CTALink.d.ts +5 -8
  29. package/dist/components/CTALink/CTALink.js +6 -23
  30. package/dist/components/CTALink/index.js +1 -7
  31. package/dist/components/Card/Card.js +14 -43
  32. package/dist/components/Card/index.js +1 -5
  33. package/dist/components/Checkbox/Checkbox.d.ts +9 -7
  34. package/dist/components/Checkbox/Checkbox.js +50 -72
  35. package/dist/components/Checkbox/CheckboxField.js +16 -44
  36. package/dist/components/Checkbox/index.js +2 -7
  37. package/dist/components/CurrencyField/CurrencyField.d.ts +4 -11
  38. package/dist/components/CurrencyField/CurrencyField.js +5 -32
  39. package/dist/components/CurrencyField/index.js +1 -5
  40. package/dist/components/CurrencyInput/CurrencyInput.d.ts +4 -11
  41. package/dist/components/CurrencyInput/CurrencyInput.js +10 -36
  42. package/dist/components/CurrencyInput/index.js +1 -5
  43. package/dist/components/DataTable/DataTable.d.ts +1 -3
  44. package/dist/components/DataTable/DataTable.js +17 -44
  45. package/dist/components/DataTable/TableRow.js +15 -31
  46. package/dist/components/DataTable/index.js +3 -21
  47. package/dist/components/DataTable/styles.d.ts +404 -404
  48. package/dist/components/DataTable/styles.js +97 -84
  49. package/dist/components/DataTable/types.d.ts +1 -1
  50. package/dist/components/DataTable/types.js +1 -2
  51. package/dist/components/DateField/DateField.d.ts +8 -6
  52. package/dist/components/DateField/DateField.js +61 -82
  53. package/dist/components/DateField/index.js +1 -5
  54. package/dist/components/DescriptionList/DescriptionList.js +12 -44
  55. package/dist/components/DescriptionList/index.js +1 -6
  56. package/dist/components/DescriptionList/styled.d.ts +31 -31
  57. package/dist/components/DescriptionList/styled.js +34 -85
  58. package/dist/components/Disclosure/Disclosure.d.ts +574 -6
  59. package/dist/components/Disclosure/Disclosure.js +34 -79
  60. package/dist/components/Disclosure/index.js +1 -17
  61. package/dist/components/Display0/Display0.js +19 -69
  62. package/dist/components/Display0/index.js +1 -5
  63. package/dist/components/Display1/Display1.js +19 -69
  64. package/dist/components/Display1/index.js +1 -5
  65. package/dist/components/Display2/Display2.js +19 -69
  66. package/dist/components/Display2/index.js +1 -5
  67. package/dist/components/Display3/Display3.js +19 -69
  68. package/dist/components/Display3/index.js +1 -5
  69. package/dist/components/Divider/Divider.js +11 -41
  70. package/dist/components/Divider/index.js +1 -5
  71. package/dist/components/Em/Em.d.ts +31 -31
  72. package/dist/components/Em/Em.js +6 -13
  73. package/dist/components/Em/index.js +1 -5
  74. package/dist/components/EmailField/EmailField.d.ts +4 -9
  75. package/dist/components/EmailField/EmailField.js +5 -32
  76. package/dist/components/EmailField/index.js +1 -5
  77. package/dist/components/EmailInput/EmailInput.d.ts +2 -9
  78. package/dist/components/EmailInput/EmailInput.js +4 -19
  79. package/dist/components/EmailInput/index.js +1 -5
  80. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.d.ts +1 -1
  81. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.js +14 -43
  82. package/dist/components/ErrorSummaryNotification/index.js +1 -5
  83. package/dist/components/ErrorText/ErrorText.d.ts +33 -35
  84. package/dist/components/ErrorText/ErrorText.js +15 -40
  85. package/dist/components/ErrorText/index.js +1 -5
  86. package/dist/components/Field/Field.d.ts +9 -8
  87. package/dist/components/Field/Field.js +25 -48
  88. package/dist/components/Field/index.js +1 -17
  89. package/dist/components/FilterSelect/FilterSelect.js +55 -76
  90. package/dist/components/FilterSelect/index.js +1 -5
  91. package/dist/components/FormGroup/FormGroup.js +8 -42
  92. package/dist/components/FormGroup/index.js +1 -5
  93. package/dist/components/Grid/Col.d.ts +33 -34
  94. package/dist/components/Grid/Col.js +24 -48
  95. package/dist/components/Grid/Row.d.ts +6 -572
  96. package/dist/components/Grid/Row.js +34 -72
  97. package/dist/components/Grid/index.d.ts +1 -1
  98. package/dist/components/Grid/index.js +2 -7
  99. package/dist/components/Heading1/Heading1.js +19 -69
  100. package/dist/components/Heading1/index.js +1 -5
  101. package/dist/components/Heading2/Heading2.js +19 -69
  102. package/dist/components/Heading2/index.js +1 -5
  103. package/dist/components/Heading3/Heading3.js +19 -69
  104. package/dist/components/Heading3/index.js +1 -5
  105. package/dist/components/Heading4/Heading4.js +19 -69
  106. package/dist/components/Heading4/index.js +1 -5
  107. package/dist/components/HintText/HintText.d.ts +33 -35
  108. package/dist/components/HintText/HintText.js +15 -40
  109. package/dist/components/HintText/index.js +1 -5
  110. package/dist/components/Icon/Icon.d.ts +0 -1
  111. package/dist/components/Icon/Icon.js +10 -37
  112. package/dist/components/Icon/index.js +1 -5
  113. package/dist/components/Input/Input.d.ts +3 -8
  114. package/dist/components/Input/Input.js +64 -86
  115. package/dist/components/Label/Label.d.ts +7 -6
  116. package/dist/components/Label/Label.js +10 -51
  117. package/dist/components/Label/index.js +1 -5
  118. package/dist/components/LabelText/LabelText.d.ts +33 -35
  119. package/dist/components/LabelText/LabelText.js +13 -40
  120. package/dist/components/LabelText/index.js +1 -5
  121. package/dist/components/Lead/Lead.d.ts +7 -6
  122. package/dist/components/Lead/Lead.js +12 -53
  123. package/dist/components/Lead/index.js +1 -5
  124. package/dist/components/LineThrough/LineThrough.d.ts +31 -31
  125. package/dist/components/LineThrough/LineThrough.js +4 -13
  126. package/dist/components/LineThrough/index.js +1 -5
  127. package/dist/components/List/List.d.ts +1 -1
  128. package/dist/components/List/List.js +21 -29
  129. package/dist/components/List/index.js +1 -7
  130. package/dist/components/List/styled.d.ts +126 -127
  131. package/dist/components/List/styled.js +32 -45
  132. package/dist/components/Margin/Margin.d.ts +31 -31
  133. package/dist/components/Margin/Margin.js +34 -50
  134. package/dist/components/Margin/index.js +1 -5
  135. package/dist/components/NavHeader/IconButton.js +10 -18
  136. package/dist/components/NavHeader/NavHeader.js +21 -49
  137. package/dist/components/NavHeader/NavHeader.styles.d.ts +283 -284
  138. package/dist/components/NavHeader/NavHeader.styles.js +82 -78
  139. package/dist/components/NavHeader/index.js +1 -5
  140. package/dist/components/Notification/Notification.d.ts +79 -77
  141. package/dist/components/Notification/Notification.js +69 -92
  142. package/dist/components/Notification/index.js +1 -9
  143. package/dist/components/NumberField/NumberField.d.ts +4 -9
  144. package/dist/components/NumberField/NumberField.js +5 -32
  145. package/dist/components/NumberField/index.js +1 -5
  146. package/dist/components/NumberInput/NumberInput.d.ts +2 -9
  147. package/dist/components/NumberInput/NumberInput.js +4 -19
  148. package/dist/components/NumberInput/index.js +1 -5
  149. package/dist/components/P/P.d.ts +8 -7
  150. package/dist/components/P/P.js +13 -54
  151. package/dist/components/P/index.js +1 -5
  152. package/dist/components/PasswordField/PasswordField.d.ts +6 -11
  153. package/dist/components/PasswordField/PasswordField.js +5 -32
  154. package/dist/components/PasswordField/index.js +1 -5
  155. package/dist/components/PasswordInput/PasswordInput.d.ts +5 -11
  156. package/dist/components/PasswordInput/PasswordInput.js +7 -34
  157. package/dist/components/PasswordInput/PasswordInput.styled.d.ts +31 -32
  158. package/dist/components/PasswordInput/PasswordInput.styled.js +13 -37
  159. package/dist/components/PasswordInput/PasswordVisibilityToggle.js +14 -20
  160. package/dist/components/PasswordInput/index.js +1 -5
  161. package/dist/components/PhoneField/PhoneField.d.ts +4 -9
  162. package/dist/components/PhoneField/PhoneField.js +5 -32
  163. package/dist/components/PhoneField/index.js +1 -5
  164. package/dist/components/PhoneInput/PhoneInput.d.ts +2 -9
  165. package/dist/components/PhoneInput/PhoneInput.js +3 -18
  166. package/dist/components/PhoneInput/index.js +1 -5
  167. package/dist/components/ProductCarousel/NavigationDots.js +32 -61
  168. package/dist/components/ProductCarousel/ProductCarousel.d.ts +1 -0
  169. package/dist/components/ProductCarousel/ProductCarousel.js +54 -101
  170. package/dist/components/ProductCarousel/anchor-point.d.ts +198 -1
  171. package/dist/components/ProductCarousel/anchor-point.js +11 -21
  172. package/dist/components/ProductCarousel/index.js +1 -5
  173. package/dist/components/Radio/Radio.d.ts +10 -8
  174. package/dist/components/Radio/Radio.js +45 -61
  175. package/dist/components/Radio/RadioField.js +20 -48
  176. package/dist/components/Radio/index.js +2 -7
  177. package/dist/components/RadioCard/RadioCard.d.ts +11 -8
  178. package/dist/components/RadioCard/RadioCard.js +50 -65
  179. package/dist/components/RadioCard/index.js +1 -5
  180. package/dist/components/SegmentedControls/SegmentedControls.d.ts +1 -0
  181. package/dist/components/SegmentedControls/SegmentedControls.js +37 -89
  182. package/dist/components/SegmentedControls/components/SegmentButton.d.ts +1 -0
  183. package/dist/components/SegmentedControls/components/SegmentButton.js +41 -82
  184. package/dist/components/SegmentedControls/index.js +2 -5
  185. package/dist/components/SelectField/Select.d.ts +31 -31
  186. package/dist/components/SelectField/Select.js +84 -87
  187. package/dist/components/SelectField/SelectField.js +4 -33
  188. package/dist/components/SelectField/index.js +1 -5
  189. package/dist/components/SkeletonAnimation/SkeletonAnimation.d.ts +2 -2
  190. package/dist/components/SkeletonAnimation/SkeletonAnimation.js +12 -17
  191. package/dist/components/SkeletonAnimation/index.js +1 -5
  192. package/dist/components/SkeletonCTA/SkeletonCTA.js +11 -42
  193. package/dist/components/SkeletonCTA/index.js +1 -5
  194. package/dist/components/SkeletonCircle/SkeletonCircle.js +12 -45
  195. package/dist/components/SkeletonCircle/index.js +1 -5
  196. package/dist/components/SkeletonHeading/SkeletonHeading.js +9 -41
  197. package/dist/components/SkeletonHeading/index.js +1 -5
  198. package/dist/components/SkeletonText/SkeletonText.js +22 -47
  199. package/dist/components/SkeletonText/index.js +1 -5
  200. package/dist/components/Small/Small.d.ts +33 -35
  201. package/dist/components/Small/Small.js +8 -39
  202. package/dist/components/Small/index.js +1 -5
  203. package/dist/components/Spinner/Spinner.js +35 -63
  204. package/dist/components/Spinner/index.js +1 -5
  205. package/dist/components/Stack/Stack.js +15 -47
  206. package/dist/components/Stack/index.js +1 -5
  207. package/dist/components/Stretch/Stretch.js +11 -54
  208. package/dist/components/Stretch/index.js +1 -17
  209. package/dist/components/Strong/Strong.d.ts +31 -31
  210. package/dist/components/Strong/Strong.js +4 -11
  211. package/dist/components/Strong/index.js +1 -5
  212. package/dist/components/SubLabelText/SubLabelText.d.ts +33 -35
  213. package/dist/components/SubLabelText/SubLabelText.js +13 -40
  214. package/dist/components/SubLabelText/index.js +1 -5
  215. package/dist/components/Tabs/Tab.d.ts +582 -10
  216. package/dist/components/Tabs/Tab.js +64 -76
  217. package/dist/components/Tabs/TabList.d.ts +0 -1
  218. package/dist/components/Tabs/TabList.js +20 -77
  219. package/dist/components/Tabs/TabPanel.js +12 -64
  220. package/dist/components/Tabs/Tabs.js +32 -89
  221. package/dist/components/Tabs/index.js +4 -11
  222. package/dist/components/TextField/TextField.d.ts +4 -9
  223. package/dist/components/TextField/TextField.js +5 -32
  224. package/dist/components/TextField/index.js +1 -5
  225. package/dist/components/TextGroup/TextGroup.js +16 -39
  226. package/dist/components/TextGroup/index.js +1 -5
  227. package/dist/components/TextInput/TextInput.d.ts +6 -8
  228. package/dist/components/TextInput/TextInput.js +4 -19
  229. package/dist/components/TextInput/index.js +1 -5
  230. package/dist/components/TextLink/TextLink.d.ts +6 -6
  231. package/dist/components/TextLink/TextLink.js +20 -74
  232. package/dist/components/TextLink/index.js +1 -5
  233. package/dist/components/TextareaField/TextareaField.d.ts +4 -11
  234. package/dist/components/TextareaField/TextareaField.js +5 -32
  235. package/dist/components/TextareaField/index.js +1 -5
  236. package/dist/components/TextareaInput/TextareaInput.d.ts +1 -11
  237. package/dist/components/TextareaInput/TextareaInput.js +13 -67
  238. package/dist/components/TextareaInput/index.js +1 -5
  239. package/dist/components/Toast/Toast.d.ts +5 -5
  240. package/dist/components/Toast/Toast.js +88 -131
  241. package/dist/components/Toast/index.js +1 -6
  242. package/dist/components/Toggle/Toggle.d.ts +10 -7
  243. package/dist/components/Toggle/Toggle.js +18 -49
  244. package/dist/components/Toggle/index.js +1 -5
  245. package/dist/components/Toggle/styles.d.ts +130 -130
  246. package/dist/components/Toggle/styles.js +32 -24
  247. package/dist/components/index.js +67 -83
  248. package/dist/esm/components/Accordion/Accordion.js +35 -76
  249. package/dist/esm/components/Accordion/Group.js +9 -12
  250. package/dist/esm/components/Accordion/Icon.js +12 -13
  251. package/dist/esm/components/Accordion/styles.js +42 -28
  252. package/dist/esm/components/ActionCard/ActionCard.js +48 -46
  253. package/dist/esm/components/ActionCard/CloseIconShape.js +4 -8
  254. package/dist/esm/components/ActionCard/IndicatorIconShape.js +4 -8
  255. package/dist/esm/components/ActionList/ActionList.js +17 -47
  256. package/dist/esm/components/ActionList/styled.js +48 -30
  257. package/dist/esm/components/Badge/Badge.js +24 -42
  258. package/dist/esm/components/CTAButton/CTAButton.js +56 -65
  259. package/dist/esm/components/CTALink/CTALink.js +3 -15
  260. package/dist/esm/components/Card/Card.js +10 -32
  261. package/dist/esm/components/Checkbox/Checkbox.js +39 -55
  262. package/dist/esm/components/Checkbox/CheckboxField.js +7 -32
  263. package/dist/esm/components/CurrencyField/CurrencyField.js +3 -27
  264. package/dist/esm/components/CurrencyInput/CurrencyInput.js +7 -30
  265. package/dist/esm/components/DataTable/DataTable.js +8 -32
  266. package/dist/esm/components/DataTable/TableRow.js +8 -20
  267. package/dist/esm/components/DataTable/styles.js +95 -56
  268. package/dist/esm/components/DateField/DateField.js +49 -44
  269. package/dist/esm/components/DescriptionList/DescriptionList.js +7 -35
  270. package/dist/esm/components/DescriptionList/styled.js +29 -52
  271. package/dist/esm/components/Disclosure/Disclosure.js +29 -48
  272. package/dist/esm/components/Display0/Display0.js +14 -37
  273. package/dist/esm/components/Display1/Display1.js +14 -37
  274. package/dist/esm/components/Display2/Display2.js +14 -37
  275. package/dist/esm/components/Display3/Display3.js +14 -37
  276. package/dist/esm/components/Divider/Divider.js +8 -11
  277. package/dist/esm/components/Em/Em.js +5 -6
  278. package/dist/esm/components/EmailField/EmailField.js +3 -27
  279. package/dist/esm/components/EmailInput/EmailInput.js +1 -13
  280. package/dist/esm/components/ErrorSummaryNotification/ErrorSummaryNotification.js +6 -32
  281. package/dist/esm/components/ErrorText/ErrorText.js +11 -10
  282. package/dist/esm/components/Field/Field.js +16 -36
  283. package/dist/esm/components/FilterSelect/FilterSelect.js +43 -37
  284. package/dist/esm/components/FormGroup/FormGroup.js +4 -32
  285. package/dist/esm/components/Grid/Col.js +20 -18
  286. package/dist/esm/components/Grid/Row.js +29 -41
  287. package/dist/esm/components/Grid/index.js +1 -1
  288. package/dist/esm/components/Heading1/Heading1.js +14 -37
  289. package/dist/esm/components/Heading2/Heading2.js +14 -37
  290. package/dist/esm/components/Heading3/Heading3.js +14 -37
  291. package/dist/esm/components/Heading4/Heading4.js +14 -37
  292. package/dist/esm/components/HintText/HintText.js +11 -10
  293. package/dist/esm/components/Icon/Icon.js +6 -29
  294. package/dist/esm/components/Input/Input.js +58 -54
  295. package/dist/esm/components/Label/Label.js +7 -22
  296. package/dist/esm/components/LabelText/LabelText.js +9 -10
  297. package/dist/esm/components/Lead/Lead.js +9 -24
  298. package/dist/esm/components/LineThrough/LineThrough.js +3 -6
  299. package/dist/esm/components/List/List.js +11 -14
  300. package/dist/esm/components/List/styled.js +30 -17
  301. package/dist/esm/components/Margin/Margin.js +26 -36
  302. package/dist/esm/components/NavHeader/IconButton.js +5 -9
  303. package/dist/esm/components/NavHeader/NavHeader.js +10 -11
  304. package/dist/esm/components/NavHeader/NavHeader.styles.js +79 -46
  305. package/dist/esm/components/Notification/Notification.js +63 -60
  306. package/dist/esm/components/NumberField/NumberField.js +3 -27
  307. package/dist/esm/components/NumberInput/NumberInput.js +1 -13
  308. package/dist/esm/components/P/P.js +10 -25
  309. package/dist/esm/components/PasswordField/PasswordField.js +3 -27
  310. package/dist/esm/components/PasswordInput/PasswordInput.js +4 -28
  311. package/dist/esm/components/PasswordInput/PasswordInput.styled.js +10 -8
  312. package/dist/esm/components/PasswordInput/PasswordVisibilityToggle.js +9 -10
  313. package/dist/esm/components/PhoneField/PhoneField.js +3 -27
  314. package/dist/esm/components/PhoneInput/PhoneInput.js +1 -13
  315. package/dist/esm/components/ProductCarousel/NavigationDots.js +28 -30
  316. package/dist/esm/components/ProductCarousel/ProductCarousel.js +40 -57
  317. package/dist/esm/components/ProductCarousel/anchor-point.js +11 -17
  318. package/dist/esm/components/Radio/Radio.js +38 -48
  319. package/dist/esm/components/Radio/RadioField.js +10 -35
  320. package/dist/esm/components/RadioCard/RadioCard.js +44 -53
  321. package/dist/esm/components/SegmentedControls/SegmentedControls.js +33 -58
  322. package/dist/esm/components/SegmentedControls/components/SegmentButton.js +33 -44
  323. package/dist/esm/components/SelectField/Select.js +76 -49
  324. package/dist/esm/components/SelectField/SelectField.js +1 -26
  325. package/dist/esm/components/SkeletonAnimation/SkeletonAnimation.js +4 -5
  326. package/dist/esm/components/SkeletonCTA/SkeletonCTA.js +6 -30
  327. package/dist/esm/components/SkeletonCircle/SkeletonCircle.js +8 -34
  328. package/dist/esm/components/SkeletonHeading/SkeletonHeading.js +5 -30
  329. package/dist/esm/components/SkeletonText/SkeletonText.js +15 -33
  330. package/dist/esm/components/Small/Small.js +5 -10
  331. package/dist/esm/components/Spinner/Spinner.js +30 -31
  332. package/dist/esm/components/Stack/Stack.js +7 -33
  333. package/dist/esm/components/Stretch/Stretch.js +8 -24
  334. package/dist/esm/components/Strong/Strong.js +3 -4
  335. package/dist/esm/components/SubLabelText/SubLabelText.js +9 -10
  336. package/dist/esm/components/Tabs/Tab.js +60 -46
  337. package/dist/esm/components/Tabs/TabList.js +15 -45
  338. package/dist/esm/components/Tabs/TabPanel.js +9 -34
  339. package/dist/esm/components/Tabs/Tabs.js +24 -54
  340. package/dist/esm/components/TextField/TextField.js +3 -27
  341. package/dist/esm/components/TextGroup/TextGroup.js +11 -30
  342. package/dist/esm/components/TextInput/TextInput.js +1 -13
  343. package/dist/esm/components/TextLink/TextLink.js +14 -42
  344. package/dist/esm/components/TextareaField/TextareaField.js +3 -27
  345. package/dist/esm/components/TextareaInput/TextareaInput.js +8 -36
  346. package/dist/esm/components/Toast/Toast.js +67 -82
  347. package/dist/esm/components/Toggle/Toggle.js +13 -41
  348. package/dist/esm/components/Toggle/styles.js +29 -15
  349. package/dist/esm/hooks/use-breakpoint.js +3 -3
  350. package/dist/esm/hooks/use-full-width.js +5 -6
  351. package/dist/esm/hooks/use-layout.js +6 -6
  352. package/dist/esm/providers/IconsProvider.js +9 -18
  353. package/dist/esm/providers/icons/Address.js +1 -12
  354. package/dist/esm/providers/icons/Advice.js +1 -12
  355. package/dist/esm/providers/icons/Archive.js +1 -12
  356. package/dist/esm/providers/icons/ArrowDown.js +1 -12
  357. package/dist/esm/providers/icons/ArrowLeft.js +1 -12
  358. package/dist/esm/providers/icons/ArrowRight.js +1 -12
  359. package/dist/esm/providers/icons/ArrowUp.js +1 -12
  360. package/dist/esm/providers/icons/Award.js +1 -12
  361. package/dist/esm/providers/icons/Battery.js +1 -12
  362. package/dist/esm/providers/icons/Cal.js +1 -12
  363. package/dist/esm/providers/icons/CalBook.js +1 -12
  364. package/dist/esm/providers/icons/CaretArrowDown.js +1 -12
  365. package/dist/esm/providers/icons/CaretArrowLeft.js +1 -12
  366. package/dist/esm/providers/icons/CaretArrowRight.js +1 -12
  367. package/dist/esm/providers/icons/CaretArrowUp.js +1 -12
  368. package/dist/esm/providers/icons/CaretDown.js +1 -12
  369. package/dist/esm/providers/icons/CaretLeft.js +1 -12
  370. package/dist/esm/providers/icons/CaretRight.js +1 -12
  371. package/dist/esm/providers/icons/CaretUp.js +1 -12
  372. package/dist/esm/providers/icons/Chart.js +1 -12
  373. package/dist/esm/providers/icons/ChartFilled.js +1 -12
  374. package/dist/esm/providers/icons/Check.js +1 -12
  375. package/dist/esm/providers/icons/CheckCircle.js +1 -12
  376. package/dist/esm/providers/icons/ChevronDown.js +1 -12
  377. package/dist/esm/providers/icons/ChevronLeft.js +1 -12
  378. package/dist/esm/providers/icons/ChevronLeftSmall.js +1 -12
  379. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +1 -12
  380. package/dist/esm/providers/icons/ChevronRight.js +1 -12
  381. package/dist/esm/providers/icons/ChevronRightSmall.js +1 -12
  382. package/dist/esm/providers/icons/ChevronRightSmallLast.js +1 -12
  383. package/dist/esm/providers/icons/ChevronUp.js +1 -12
  384. package/dist/esm/providers/icons/Circle.js +1 -12
  385. package/dist/esm/providers/icons/CloseCircle.js +1 -12
  386. package/dist/esm/providers/icons/Cross.js +1 -12
  387. package/dist/esm/providers/icons/Doc.js +1 -12
  388. package/dist/esm/providers/icons/Dollar.js +1 -12
  389. package/dist/esm/providers/icons/Download.js +1 -12
  390. package/dist/esm/providers/icons/Eco.js +1 -12
  391. package/dist/esm/providers/icons/EcoHome.js +1 -12
  392. package/dist/esm/providers/icons/Edit.js +1 -12
  393. package/dist/esm/providers/icons/ElectricCar.js +1 -12
  394. package/dist/esm/providers/icons/ElectricHome.js +1 -12
  395. package/dist/esm/providers/icons/Electricity.js +1 -12
  396. package/dist/esm/providers/icons/EnergyAdvice.js +1 -12
  397. package/dist/esm/providers/icons/Equals.js +1 -12
  398. package/dist/esm/providers/icons/Euro.js +1 -12
  399. package/dist/esm/providers/icons/Gas.js +1 -12
  400. package/dist/esm/providers/icons/GlobeAddress.js +1 -12
  401. package/dist/esm/providers/icons/Help.js +1 -12
  402. package/dist/esm/providers/icons/HelpFilled.js +1 -12
  403. package/dist/esm/providers/icons/Hide.js +1 -12
  404. package/dist/esm/providers/icons/Home.js +1 -12
  405. package/dist/esm/providers/icons/HomeFilled.js +1 -12
  406. package/dist/esm/providers/icons/HydroPower.js +1 -12
  407. package/dist/esm/providers/icons/Info.js +1 -12
  408. package/dist/esm/providers/icons/Link.js +1 -12
  409. package/dist/esm/providers/icons/Logo.js +1 -12
  410. package/dist/esm/providers/icons/Mail.js +1 -12
  411. package/dist/esm/providers/icons/MailOpen.js +1 -12
  412. package/dist/esm/providers/icons/Menu.js +1 -12
  413. package/dist/esm/providers/icons/Message.js +1 -12
  414. package/dist/esm/providers/icons/MessageFilled.js +1 -12
  415. package/dist/esm/providers/icons/Minus.js +1 -12
  416. package/dist/esm/providers/icons/Mobile.js +1 -12
  417. package/dist/esm/providers/icons/NewWindow.js +1 -12
  418. package/dist/esm/providers/icons/PaymentCard.js +1 -12
  419. package/dist/esm/providers/icons/PaymentCardFilled.js +1 -12
  420. package/dist/esm/providers/icons/Phone.js +1 -12
  421. package/dist/esm/providers/icons/Plus.js +1 -12
  422. package/dist/esm/providers/icons/Pound.js +1 -12
  423. package/dist/esm/providers/icons/Pricing.js +1 -12
  424. package/dist/esm/providers/icons/PricingFilled.js +1 -12
  425. package/dist/esm/providers/icons/Search.js +1 -12
  426. package/dist/esm/providers/icons/Security.js +1 -12
  427. package/dist/esm/providers/icons/Shop.js +1 -12
  428. package/dist/esm/providers/icons/ShopFilled.js +1 -12
  429. package/dist/esm/providers/icons/Show.js +1 -12
  430. package/dist/esm/providers/icons/SmartHome.js +1 -12
  431. package/dist/esm/providers/icons/SmartMeter.js +1 -12
  432. package/dist/esm/providers/icons/Solar.js +1 -12
  433. package/dist/esm/providers/icons/Star.js +1 -12
  434. package/dist/esm/providers/icons/StarFilled.js +1 -12
  435. package/dist/esm/providers/icons/Sun.js +1 -12
  436. package/dist/esm/providers/icons/Torch.js +1 -12
  437. package/dist/esm/providers/icons/Trees.js +1 -12
  438. package/dist/esm/providers/icons/Tune.js +1 -12
  439. package/dist/esm/providers/icons/User.js +1 -12
  440. package/dist/esm/providers/icons/UserFilled.js +1 -12
  441. package/dist/esm/providers/icons/Wallet.js +1 -12
  442. package/dist/esm/providers/icons/WalletFilled.js +1 -12
  443. package/dist/esm/providers/icons/WarmHome.js +1 -12
  444. package/dist/esm/providers/icons/Warning.js +1 -12
  445. package/dist/esm/providers/icons/WebAddress.js +1 -12
  446. package/dist/esm/providers/icons/WindPower.js +1 -12
  447. package/dist/esm/styled.native.js +1 -1
  448. package/dist/esm/utils/utils.js +23 -50
  449. package/dist/hooks/index.js +2 -18
  450. package/dist/hooks/use-breakpoint.js +6 -10
  451. package/dist/hooks/use-full-width.js +7 -12
  452. package/dist/hooks/use-layout.js +7 -11
  453. package/dist/index.js +3 -19
  454. package/dist/providers/IconsProvider.js +107 -121
  455. package/dist/providers/icons/Address.js +3 -41
  456. package/dist/providers/icons/Advice.js +3 -41
  457. package/dist/providers/icons/Archive.js +3 -41
  458. package/dist/providers/icons/ArrowDown.js +3 -41
  459. package/dist/providers/icons/ArrowLeft.js +3 -41
  460. package/dist/providers/icons/ArrowRight.js +3 -41
  461. package/dist/providers/icons/ArrowUp.js +3 -41
  462. package/dist/providers/icons/Award.js +3 -41
  463. package/dist/providers/icons/Battery.js +3 -41
  464. package/dist/providers/icons/Cal.js +3 -41
  465. package/dist/providers/icons/CalBook.js +3 -41
  466. package/dist/providers/icons/CaretArrowDown.js +3 -41
  467. package/dist/providers/icons/CaretArrowLeft.js +3 -41
  468. package/dist/providers/icons/CaretArrowRight.js +3 -41
  469. package/dist/providers/icons/CaretArrowUp.js +3 -41
  470. package/dist/providers/icons/CaretDown.js +3 -41
  471. package/dist/providers/icons/CaretLeft.js +3 -41
  472. package/dist/providers/icons/CaretRight.js +3 -41
  473. package/dist/providers/icons/CaretUp.js +3 -41
  474. package/dist/providers/icons/Chart.js +3 -41
  475. package/dist/providers/icons/ChartFilled.js +3 -41
  476. package/dist/providers/icons/Check.js +3 -41
  477. package/dist/providers/icons/CheckCircle.js +3 -41
  478. package/dist/providers/icons/ChevronDown.js +3 -41
  479. package/dist/providers/icons/ChevronLeft.js +3 -41
  480. package/dist/providers/icons/ChevronLeftSmall.js +3 -41
  481. package/dist/providers/icons/ChevronLeftSmallFirst.js +3 -41
  482. package/dist/providers/icons/ChevronRight.js +3 -41
  483. package/dist/providers/icons/ChevronRightSmall.js +3 -41
  484. package/dist/providers/icons/ChevronRightSmallLast.js +3 -41
  485. package/dist/providers/icons/ChevronUp.js +3 -41
  486. package/dist/providers/icons/Circle.js +3 -41
  487. package/dist/providers/icons/CloseCircle.js +3 -41
  488. package/dist/providers/icons/Cross.js +3 -41
  489. package/dist/providers/icons/Doc.js +3 -41
  490. package/dist/providers/icons/Dollar.js +3 -41
  491. package/dist/providers/icons/Download.js +3 -41
  492. package/dist/providers/icons/Eco.js +3 -41
  493. package/dist/providers/icons/EcoHome.js +3 -41
  494. package/dist/providers/icons/Edit.js +3 -41
  495. package/dist/providers/icons/ElectricCar.js +3 -41
  496. package/dist/providers/icons/ElectricHome.js +3 -41
  497. package/dist/providers/icons/Electricity.js +3 -41
  498. package/dist/providers/icons/EnergyAdvice.js +3 -41
  499. package/dist/providers/icons/Equals.js +3 -41
  500. package/dist/providers/icons/Euro.js +3 -41
  501. package/dist/providers/icons/Gas.js +3 -41
  502. package/dist/providers/icons/GlobeAddress.js +3 -41
  503. package/dist/providers/icons/Help.js +3 -41
  504. package/dist/providers/icons/HelpFilled.js +3 -41
  505. package/dist/providers/icons/Hide.js +3 -41
  506. package/dist/providers/icons/Home.js +3 -41
  507. package/dist/providers/icons/HomeFilled.js +3 -41
  508. package/dist/providers/icons/HydroPower.js +3 -41
  509. package/dist/providers/icons/Info.js +3 -41
  510. package/dist/providers/icons/Link.js +3 -41
  511. package/dist/providers/icons/Logo.js +3 -41
  512. package/dist/providers/icons/Mail.js +3 -41
  513. package/dist/providers/icons/MailOpen.js +3 -41
  514. package/dist/providers/icons/Menu.js +3 -41
  515. package/dist/providers/icons/Message.js +3 -41
  516. package/dist/providers/icons/MessageFilled.js +3 -41
  517. package/dist/providers/icons/Minus.js +3 -41
  518. package/dist/providers/icons/Mobile.js +3 -41
  519. package/dist/providers/icons/NewWindow.js +3 -41
  520. package/dist/providers/icons/PaymentCard.js +3 -41
  521. package/dist/providers/icons/PaymentCardFilled.js +3 -41
  522. package/dist/providers/icons/Phone.js +3 -41
  523. package/dist/providers/icons/Plus.js +3 -41
  524. package/dist/providers/icons/Pound.js +3 -41
  525. package/dist/providers/icons/Pricing.js +3 -41
  526. package/dist/providers/icons/PricingFilled.js +3 -41
  527. package/dist/providers/icons/Search.js +3 -41
  528. package/dist/providers/icons/Security.js +3 -41
  529. package/dist/providers/icons/Shop.js +3 -41
  530. package/dist/providers/icons/ShopFilled.js +3 -41
  531. package/dist/providers/icons/Show.js +3 -41
  532. package/dist/providers/icons/SmartHome.js +3 -41
  533. package/dist/providers/icons/SmartMeter.js +3 -41
  534. package/dist/providers/icons/Solar.js +3 -41
  535. package/dist/providers/icons/Star.js +3 -41
  536. package/dist/providers/icons/StarFilled.js +3 -41
  537. package/dist/providers/icons/Sun.js +3 -41
  538. package/dist/providers/icons/Torch.js +3 -41
  539. package/dist/providers/icons/Trees.js +3 -41
  540. package/dist/providers/icons/Tune.js +3 -41
  541. package/dist/providers/icons/User.js +3 -41
  542. package/dist/providers/icons/UserFilled.js +3 -41
  543. package/dist/providers/icons/Wallet.js +3 -41
  544. package/dist/providers/icons/WalletFilled.js +3 -41
  545. package/dist/providers/icons/WarmHome.js +3 -41
  546. package/dist/providers/icons/Warning.js +3 -41
  547. package/dist/providers/icons/WebAddress.js +3 -41
  548. package/dist/providers/icons/WindPower.js +3 -41
  549. package/dist/providers/icons/index.js +93 -109
  550. package/dist/providers/index.js +2 -18
  551. package/dist/providers/types.js +1 -2
  552. package/dist/styled.native.d.ts +186 -188
  553. package/dist/styled.native.js +4 -33
  554. package/dist/theme/index.js +1 -17
  555. package/dist/utils/index.js +1 -17
  556. package/dist/utils/utils.d.ts +3 -3
  557. package/dist/utils/utils.js +27 -64
  558. package/package.json +37 -34
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var NewWindow = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M10 3V1.5h4.5V6H13V4.075L10.06 7 9 5.94 11.925 3H10Z", clipRule: "evenodd" }), _jsx(Path, { fill: "currentColor", d: "M12 12.035H4V4h4V2.5H2.5v11h9.9L12 12v.035ZM12 12l1.5-.4V8H12v4Z" }), _jsx(Path, { fill: "currentColor", d: "M12 12.035V12H4v.035h8Z" })] }))); };
3
+ export const NewWindow = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M10 3V1.5h4.5V6H13V4.075L10.06 7 9 5.94 11.925 3H10Z", clipRule: "evenodd" }), _jsx(Path, { fill: "currentColor", d: "M12 12.035H4V4h4V2.5H2.5v11h9.9L12 12v.035ZM12 12l1.5-.4V8H12v4Z" }), _jsx(Path, { fill: "currentColor", d: "M12 12.035V12H4v.035h8Z" })] }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var PaymentCard = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 11.098V3h-13v10h11.902L13 11.5l1.5-.402ZM13 7v4.5H3V7h10ZM3 5.5v-1h9.997l.003.01v.99H3ZM11.75 8v1.5H7.376L6.974 8h4.776Z", clipRule: "evenodd" }) }))); };
3
+ export const PaymentCard = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 11.098V3h-13v10h11.902L13 11.5l1.5-.402ZM13 7v4.5H3V7h10ZM3 5.5v-1h9.997l.003.01v.99H3ZM11.75 8v1.5H7.376L6.974 8h4.776Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var PaymentCardFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 11.098V3h-13v10H14.5v-1.902ZM13 4.51l-.003-.01h.004v.01ZM11.75 9.5V8H6.974l.402 1.5h4.374Zm1.05-4.7v.8H3.2v-.8h9.6Z", clipRule: "evenodd" }) }))); };
3
+ export const PaymentCardFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 11.098V3h-13v10H14.5v-1.902ZM13 4.51l-.003-.01h.004v.01ZM11.75 9.5V8H6.974l.402 1.5h4.374Zm1.05-4.7v.8H3.2v-.8h9.6Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Phone = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.005 12.953c-1.243-.077-2.372-.258-3.37-.541-1.592-.453-2.895-1.178-3.874-2.157-.988-.988-1.718-2.306-2.169-3.917-.277-.988-.454-2.105-.529-3.332h1.791l.72 1.453-.547.64-.617.721.388.867c.062.14.647 1.401 1.888 2.642 1.24 1.24 2.502 1.825 2.642 1.888l.867.388.721-.617.64-.547 1.453.72v1.789l1.5-.402V10.23l-3.175-1.574-1.393 1.191S8.827 9.35 7.746 8.268c-1.08-1.081-1.579-2.195-1.579-2.195L7.358 4.68 5.784 1.505H1.522c-.012 3.441.623 7.254 3.178 9.81 2.286 2.286 5.58 3.036 8.712 3.16l-.408-1.523Z" }) }))); };
3
+ export const Phone = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M13.005 12.953c-1.243-.077-2.372-.258-3.37-.541-1.592-.453-2.895-1.178-3.874-2.157-.988-.988-1.718-2.306-2.169-3.917-.277-.988-.454-2.105-.529-3.332h1.791l.72 1.453-.547.64-.617.721.388.867c.062.14.647 1.401 1.888 2.642 1.24 1.24 2.502 1.825 2.642 1.888l.867.388.721-.617.64-.547 1.453.72v1.789l1.5-.402V10.23l-3.175-1.574-1.393 1.191S8.827 9.35 7.746 8.268c-1.08-1.081-1.579-2.195-1.579-2.195L7.358 4.68 5.784 1.505H1.522c-.012 3.441.623 7.254 3.178 9.81 2.286 2.286 5.58 3.036 8.712 3.16l-.408-1.523Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Plus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m14.5 8.761-.402-1.5H8.75V1.5l-1.5.403v5.359H1.5l.403 1.5H7.25V14.5l1.5-.402V8.76h5.75Z" }) }))); };
3
+ export const Plus = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m14.5 8.761-.402-1.5H8.75V1.5l-1.5.403v5.359H1.5l.403 1.5H7.25V14.5l1.5-.402V8.76h5.75Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Pound = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm4.337 1.74h1.129v.001c.362 0 .638-.25.638-.637l1.137.069c0 .973-.646 1.688-1.602 1.688H5.76V9.845c.542-.19.896-.543.896-1.051 0-.093-.017-.186-.034-.278l-.001-.007h-.836v-.948h.491a2.24 2.24 0 0 1-.112-.724c0-.844.689-1.697 1.895-1.697 1.327 0 1.801.887 1.845 1.594l-1.129.301c-.008-.525-.25-.827-.698-.827-.344 0-.663.216-.663.672 0 .259.06.457.146.68h1.517v.949H7.863a.948.948 0 0 1 .008.155c0 .405-.147.818-.534 1.077Z", clipRule: "evenodd" }) }))); };
3
+ export const Pound = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm4.337 1.74h1.129v.001c.362 0 .638-.25.638-.637l1.137.069c0 .973-.646 1.688-1.602 1.688H5.76V9.845c.542-.19.896-.543.896-1.051 0-.093-.017-.186-.034-.278l-.001-.007h-.836v-.948h.491a2.24 2.24 0 0 1-.112-.724c0-.844.689-1.697 1.895-1.697 1.327 0 1.801.887 1.845 1.594l-1.129.301c-.008-.525-.25-.827-.698-.827-.344 0-.663.216-.663.672 0 .259.06.457.146.68h1.517v.949H7.863a.948.948 0 0 1 .008.155c0 .405-.147.818-.534 1.077Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Pricing = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", d: "M4.894 5.468a.77.77 0 1 0 0-1.54.77.77 0 0 0 0 1.54Z" }), _jsx(Path, { fill: "currentColor", d: "m12.41 9.093-3.348 3.34-5.988-5.988.411-2.974 2.932-.38 5.993 5.998 1.673-.448-7.127-7.133-4.8.623-.67 4.847 7.574 7.575 3.798-3.788-.448-1.672Z" })] }))); };
3
+ export const Pricing = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "M4.894 5.468a.77.77 0 1 0 0-1.54.77.77 0 0 0 0 1.54Z" }), _jsx(Path, { fill: "currentColor", d: "m12.41 9.093-3.348 3.34-5.988-5.988.411-2.974 2.932-.38 5.993 5.998 1.673-.448-7.127-7.133-4.8.623-.67 4.847 7.574 7.575 3.798-3.788-.448-1.672Z" })] }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var PricingFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m6.956 1.508-4.8.623-.67 4.847 7.574 7.575 5.475-5.46-7.579-7.585Zm-2.062 3.96a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54Z" }) }))); };
3
+ export const PricingFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m6.956 1.508-4.8.623-.67 4.847 7.574 7.575 5.475-5.46-7.579-7.585Zm-2.062 3.96a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Search = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M12.907 3.093A5.42 5.42 0 0 0 9.062 1.5a5.44 5.44 0 0 0-4.34 8.717l-2.614 2.614.449 1.673 3.225-3.226a5.422 5.422 0 0 0 3.279 1.099 5.438 5.438 0 0 0 3.845-9.284h.001Zm-1.06 6.63a3.913 3.913 0 0 1-2.785 1.153 3.913 3.913 0 0 1-2.785-1.153 3.943 3.943 0 0 1 0-5.57A3.913 3.913 0 0 1 9.062 3c1.052 0 2.04.41 2.785 1.154a3.943 3.943 0 0 1 0 5.569Z" }) }))); };
3
+ export const Search = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M12.907 3.093A5.42 5.42 0 0 0 9.062 1.5a5.44 5.44 0 0 0-4.34 8.717l-2.614 2.614.449 1.673 3.225-3.226a5.422 5.422 0 0 0 3.279 1.099 5.438 5.438 0 0 0 3.845-9.284h.001Zm-1.06 6.63a3.913 3.913 0 0 1-2.785 1.153 3.913 3.913 0 0 1-2.785-1.153 3.943 3.943 0 0 1 0-5.57A3.913 3.913 0 0 1 9.062 3c1.052 0 2.04.41 2.785 1.154a3.943 3.943 0 0 1 0 5.569Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Security = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12 6.5h1v6.102L11.5 13V8h-7v5h7l.406 1.5H3v-8h1V5.466C4 3.28 5.676 1.5 7.923 1.5 10.171 1.5 12 3.349 12 5.622V6.5Zm-6.5 0h5v-.878C10.5 4.176 9.345 3 7.923 3 6.587 3 5.5 4.106 5.5 5.466V6.5Zm1.59 3.472 1.438-.382.382 1.438-1.438.381-.381-1.437Z", clipRule: "evenodd" }) }))); };
3
+ export const Security = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12 6.5h1v6.102L11.5 13V8h-7v5h7l.406 1.5H3v-8h1V5.466C4 3.28 5.676 1.5 7.923 1.5 10.171 1.5 12 3.349 12 5.622V6.5Zm-6.5 0h5v-.878C10.5 4.176 9.345 3 7.923 3 6.587 3 5.5 4.106 5.5 5.466V6.5Zm1.59 3.472 1.438-.382.382 1.438-1.438.381-.381-1.437Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Shop = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", d: "M13.425 11.06 14.5 6.19h-1.8l-1.51-3.495-1.375.595 1.25 2.9h-6.19L6.19 3.3l-1.365-.62L3.23 6.19H1.505l1.5 6.81h9.19l-.4-1.5H4.21l-.84-3.81h9.265l-.84 3.81 1.63-.44Z" }), _jsx(Path, { fill: "currentColor", d: "M4.755 10.495h1.5V8.73H6.25l-1.495.4v1.365ZM7.255 10.495h1.5V8.73H8.75l-1.495.4v1.365ZM9.755 10.495h1.5V8.73h-.005l-1.495.4v1.365Z" })] }))); };
3
+ export const Shop = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "M13.425 11.06 14.5 6.19h-1.8l-1.51-3.495-1.375.595 1.25 2.9h-6.19L6.19 3.3l-1.365-.62L3.23 6.19H1.505l1.5 6.81h9.19l-.4-1.5H4.21l-.84-3.81h9.265l-.84 3.81 1.63-.44Z" }), _jsx(Path, { fill: "currentColor", d: "M4.755 10.495h1.5V8.73H6.25l-1.495.4v1.365ZM7.255 10.495h1.5V8.73H8.75l-1.495.4v1.365ZM9.755 10.495h1.5V8.73h-.005l-1.495.4v1.365Z" })] }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var ShopFilled = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", d: "m13.39 11.122 1.13-4.857-1.8-.02-1.47-3.513-1.381.58 1.217 2.913-6.19-.07L6.244 3.28l-1.358-.636-1.635 3.492-1.725-.02 1.422 6.827 9.19.105-.383-1.505-7.585-.087-.796-3.819 9.264.106-.883 3.8 1.635-.421Z" }), _jsx(Path, { fill: "currentColor", d: "m12.636 7.742-9.264-.107.797 3.818 7.583.087.884-3.798Z" })] }))); };
3
+ export const ShopFilled = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "m13.39 11.122 1.13-4.857-1.8-.02-1.47-3.513-1.381.58 1.217 2.913-6.19-.07L6.244 3.28l-1.358-.636-1.635 3.492-1.725-.02 1.422 6.827 9.19.105-.383-1.505-7.585-.087-.796-3.819 9.264.106-.883 3.8 1.635-.421Z" }), _jsx(Path, { fill: "currentColor", d: "m12.636 7.742-9.264-.107.797 3.818 7.583.087.884-3.798Z" })] }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Show = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }))); };
3
+ export const Show = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var SmartHome = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 12.598 13 13V5.896L8 3.204 3 5.896V13h10l.402 1.5H1.5V5L8 1.5 14.5 5v7.598ZM4.022 7.367A5.59 5.59 0 0 1 8 5.719a5.59 5.59 0 0 1 3.979 1.648l-1.061 1.06A4.099 4.099 0 0 0 8 7.219a4.099 4.099 0 0 0-2.918 1.208l-1.06-1.06Zm2.697 2.698-1.06-1.061A3.29 3.29 0 0 1 8 8.034a3.29 3.29 0 0 1 2.341.97l-1.06 1.06A1.8 1.8 0 0 0 8 9.535a1.8 1.8 0 0 0-1.281.53Zm1.81.435-1.438.381.382 1.438 1.437-.382-.382-1.437Z", clipRule: "evenodd" }) }))); };
3
+ export const SmartHome = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 12.598 13 13V5.896L8 3.204 3 5.896V13h10l.402 1.5H1.5V5L8 1.5 14.5 5v7.598ZM4.022 7.367A5.59 5.59 0 0 1 8 5.719a5.59 5.59 0 0 1 3.979 1.648l-1.061 1.06A4.099 4.099 0 0 0 8 7.219a4.099 4.099 0 0 0-2.918 1.208l-1.06-1.06Zm2.697 2.698-1.06-1.061A3.29 3.29 0 0 1 8 8.034a3.29 3.29 0 0 1 2.341.97l-1.06 1.06A1.8 1.8 0 0 0 8 9.535a1.8 1.8 0 0 0-1.281.53Zm1.81.435-1.438.381.382 1.438 1.437-.382-.382-1.437Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var SmartMeter = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m14.5 11.097-1.5.405.398 1.498H1.5V3h13v8.097ZM13 4.5H3v7h10v-7Zm-1.757 1.142L9.5 6.13v2.743l.867-.233.585 1.719 1.156-3.67-.864.232V5.642ZM5.256 8.375H3.684a2.285 2.285 0 0 0 2.247 1.889v-1.5a.783.783 0 0 1-.675-.389Zm-1.579-.75a2.285 2.285 0 0 1 2.254-1.926 2.285 2.285 0 0 1 2.282 2.282h-1.5a.783.783 0 0 0-1.477-.356H3.677Z", clipRule: "evenodd" }) }))); };
3
+ export const SmartMeter = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m14.5 11.097-1.5.405.398 1.498H1.5V3h13v8.097ZM13 4.5H3v7h10v-7Zm-1.757 1.142L9.5 6.13v2.743l.867-.233.585 1.719 1.156-3.67-.864.232V5.642ZM5.256 8.375H3.684a2.285 2.285 0 0 0 2.247 1.889v-1.5a.783.783 0 0 1-.675-.389Zm-1.579-.75a2.285 2.285 0 0 1 2.254-1.926 2.285 2.285 0 0 1 2.282 2.282h-1.5a.783.783 0 0 0-1.477-.356H3.677Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Solar = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m12.758 11.5 1.458-.39L13 3H3L1.5 13h11.66l-.402-1.5Zm-2.246-7h1.196l.412 2.746h-1.608V4.5Zm-5.002 7H3.243l.413-2.754H5.51V11.5Zm0-4.254H3.88L4.292 4.5H5.51v2.746ZM9.012 11.5H7.01V8.746h2.002V11.5Zm0-4.254H7.01V4.5h2.002v2.746Zm1.5 4.254V8.746h1.833l.413 2.754h-2.246Z" }) }))); };
3
+ export const Solar = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m12.758 11.5 1.458-.39L13 3H3L1.5 13h11.66l-.402-1.5Zm-2.246-7h1.196l.412 2.746h-1.608V4.5Zm-5.002 7H3.243l.413-2.754H5.51V11.5Zm0-4.254H3.88L4.292 4.5H5.51v2.746ZM9.012 11.5H7.01V8.746h2.002V11.5Zm0-4.254H7.01V4.5h2.002v2.746Zm1.5 4.254V8.746h1.833l.413 2.754h-2.246Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Star = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m8 5.013.782 1.394.303.539.595.169 1.752.499-1.037.904-.642.56.153.839.279 1.529-1.553-.721L8 10.43l-.632.294-1.553.721.279-1.53.153-.838-.642-.56-1.037-.905 1.752-.498.595-.169.303-.54L8 5.014ZM8 1.95 5.91 5.672 1.5 6.925l3.118 2.723-.799 4.38L8 12.085l4.18 1.942-.798-4.38 3.118-2.72-4.41-1.255-2.09-3.723H8Z" }) }))); };
3
+ export const Star = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m8 5.013.782 1.394.303.539.595.169 1.752.499-1.037.904-.642.56.153.839.279 1.529-1.553-.721L8 10.43l-.632.294-1.553.721.279-1.53.153-.838-.642-.56-1.037-.905 1.752-.498.595-.169.303-.54L8 5.014ZM8 1.95 5.91 5.672 1.5 6.925l3.118 2.723-.799 4.38L8 12.085l4.18 1.942-.798-4.38 3.118-2.72-4.41-1.255-2.09-3.723H8Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var StarFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M8 1.948v.001l2.089 3.722 4.41 1.255-3.118 2.72.799 4.38L8 12.085l-4.18 1.943.798-4.38L1.5 6.924l4.41-1.253L8 1.95h-.001H8Z" }) }))); };
3
+ export const StarFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M8 1.948v.001l2.089 3.722 4.41 1.255-3.118 2.72.799 4.38L8 12.085l-4.18 1.943.798-4.38L1.5 6.924l4.41-1.253L8 1.95h-.001H8Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Sun = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M8.75 1.5h-1.5v1.418h1.5V1.5Zm2.079 3.671A3.987 3.987 0 0 0 8 4a4 4 0 1 0 2.829 1.171ZM9.768 9.768c-.472.473-1.1.732-1.768.732-.667 0-1.295-.26-1.768-.732A2.484 2.484 0 0 1 5.5 8c0-.668.26-1.296.733-1.769A2.484 2.484 0 0 1 8.001 5.5c.667 0 1.295.26 1.768.731.472.473.732 1.1.732 1.769 0 .668-.26 1.295-.733 1.768ZM1.5 7.239h1.43v1.5H1.5v-1.5Zm5.75 5.821V14.5h1.5v-1.441h-1.5Zm5.82-5.82h1.43v1.5h-1.43v-1.5Zm-1.049-4.332-.966.966 1.061 1.06.966-.965-1.06-1.061Zm-9.103 1.06 1.06-1.06.967.966-1.061 1.06-.966-.966Zm.966 7.077-.966.966 1.061 1.06.966-.966-1.06-1.06Zm7.171 1.06 1.06-1.06.967.965-1.061 1.061-.966-.966Z", clipRule: "evenodd" }) }))); };
3
+ export const Sun = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M8.75 1.5h-1.5v1.418h1.5V1.5Zm2.079 3.671A3.987 3.987 0 0 0 8 4a4 4 0 1 0 2.829 1.171ZM9.768 9.768c-.472.473-1.1.732-1.768.732-.667 0-1.295-.26-1.768-.732A2.484 2.484 0 0 1 5.5 8c0-.668.26-1.296.733-1.769A2.484 2.484 0 0 1 8.001 5.5c.667 0 1.295.26 1.768.731.472.473.732 1.1.732 1.769 0 .668-.26 1.295-.733 1.768ZM1.5 7.239h1.43v1.5H1.5v-1.5Zm5.75 5.821V14.5h1.5v-1.441h-1.5Zm5.82-5.82h1.43v1.5h-1.43v-1.5Zm-1.049-4.332-.966.966 1.061 1.06.966-.965-1.06-1.061Zm-9.103 1.06 1.06-1.06.967.966-1.061 1.06-.966-.966Zm.966 7.077-.966.966 1.061 1.06.966-.966-1.06-1.06Zm7.171 1.06 1.06-1.06.967.965-1.061 1.061-.966-.966Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Torch = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", d: "M4.728 14V6.714L3.016 5.012 3 1h10v4.012L11.273 6.73v6.173l-1.5-.402L9.37 14H4.726ZM11.5 3.494V2.5H4.506l.004.994h6.99ZM9.773 12.5V6.105l.442-.44.675-.671H5.124l.66.656.442.44v6.41h3.547Z" }), _jsx(Path, { fill: "currentColor", d: "M7 10V8h2v2H7Z" })] }))); };
3
+ export const Torch = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "M4.728 14V6.714L3.016 5.012 3 1h10v4.012L11.273 6.73v6.173l-1.5-.402L9.37 14H4.726ZM11.5 3.494V2.5H4.506l.004.994h6.99ZM9.773 12.5V6.105l.442-.44.675-.671H5.124l.66.656.442.44v6.41h3.547Z" }), _jsx(Path, { fill: "currentColor", d: "M7 10V8h2v2H7Z" })] }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Trees = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14a.922.922 0 0 0-.011.012l-.011.012a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }))); };
3
+ export const Trees = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14a.922.922 0 0 0-.011.012l-.011.012a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Tune = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m4 1.485-1.5.405V4.5h-1V6H5V4.5H4V1.485Zm3.25.42 1.5-.405v8.75h1v1.5h-3.5v-1.5h1V1.905Zm1.5 12.19-1.5.405v-1.75h1.5v1.345Zm3.25.39 1.5-.405V9.75H12v4.735Zm-8-.405-1.5.405V7H4v7.08Zm9.5-12.595V7.25h1v1.5H11v-1.5h1V1.89l1.5-.405Z", clipRule: "evenodd" }) }))); };
3
+ export const Tune = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m4 1.485-1.5.405V4.5h-1V6H5V4.5H4V1.485Zm3.25.42 1.5-.405v8.75h1v1.5h-3.5v-1.5h1V1.905Zm1.5 12.19-1.5.405v-1.75h1.5v1.345Zm3.25.39 1.5-.405V9.75H12v4.735Zm-8-.405-1.5.405V7H4v7.08Zm9.5-12.595V7.25h1v1.5H11v-1.5h1V1.89l1.5-.405Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var User = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.788-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.979v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.262l6.5 1.717Z", clipRule: "evenodd" }) }))); };
3
+ export const User = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.788-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.979v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.262l6.5 1.717Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var UserFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0ZM14.5 14.5V9.979L8 8.262 1.5 9.979V14.5h13Zm0 0L12.999 13H3h10v-.001l1.5 1.501Z", clipRule: "evenodd" }) }))); };
3
+ export const UserFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0ZM14.5 14.5V9.979L8 8.262 1.5 9.979V14.5h13Zm0 0L12.999 13H3h10v-.001l1.5 1.501Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Wallet = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 3.025v8.073L13 11.5V4.525H9.126l-.003.013-.049-.013H3V11.5h10l.402 1.5H1.5V3.025h1.651l.41-1.53 5.71 1.53H14.5Zm-4.38 4.447 1.438-.381.381 1.437-1.437.381-.382-1.437Z", clipRule: "evenodd" }) }))); };
3
+ export const Wallet = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 3.025v8.073L13 11.5V4.525H9.126l-.003.013-.049-.013H3V11.5h10l.402 1.5H1.5V3.025h1.651l.41-1.53 5.71 1.53H14.5Zm-4.38 4.447 1.438-.381.381 1.437-1.437.381-.382-1.437Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var WalletFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M18.325 3.781h-6.537L4.65 1.87 4.137 3.78H2.075V16.25h16.25V3.781ZM14.65 8.863l.475 1.793-1.794.475-.475-1.793 1.794-.475Z" }) }))); };
3
+ export const WalletFilled = (props) => (_jsx(Svg, { viewBox: "0 0 21 20", ...props, children: _jsx(Path, { fill: "currentColor", d: "M18.325 3.781h-6.537L4.65 1.87 4.137 3.78H2.075V16.25h16.25V3.781ZM14.65 8.863l.475 1.793-1.794.475-.475-1.793 1.794-.475Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var WarmHome = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", d: "m13 13 1.5-.402V5L8 1.5 1.5 5v9.5h11.902L13 13Zm0 0H3V5.896l5-2.692 5 2.692V13Z" }), _jsx(Path, { fill: "currentColor", d: "m9.604 11.804-.452-.599c-.406-.539-.928-1.878.004-3.091.497-.647-.024-1.444-.029-1.452L8.71 6.04l1.248-.833.416.623c.42.628.886 2.009-.029 3.199a.934.934 0 0 0-.179.855c.061.24.182.417.184.419l.451.598-1.197.903v.001ZM6.102 11.804l-.452-.599c-.405-.539-.928-1.878.004-3.091.498-.647-.023-1.444-.029-1.452L5.21 6.04l1.248-.833.416.623c.42.628.885 2.009-.029 3.199a.934.934 0 0 0-.179.855c.06.24.182.417.183.419l.452.598-1.198.903v.001Z" })] }))); };
3
+ export const WarmHome = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "m13 13 1.5-.402V5L8 1.5 1.5 5v9.5h11.902L13 13Zm0 0H3V5.896l5-2.692 5 2.692V13Z" }), _jsx(Path, { fill: "currentColor", d: "m9.604 11.804-.452-.599c-.406-.539-.928-1.878.004-3.091.497-.647-.024-1.444-.029-1.452L8.71 6.04l1.248-.833.416.623c.42.628.886 2.009-.029 3.199a.934.934 0 0 0-.179.855c.061.24.182.417.184.419l.451.598-1.197.903v.001ZM6.102 11.804l-.452-.599c-.405-.539-.928-1.878.004-3.091.498-.647-.023-1.444-.029-1.452L5.21 6.04l1.248-.833.416.623c.42.628.885 2.009-.029 3.199a.934.934 0 0 0-.179.855c.06.24.182.417.183.419l.452.598-1.198.903v.001Z" })] }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var Warning = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm5.56 1.275.35-4.87H7.09l.35 4.87h1.12Zm-.02.46-1.47.39.39 1.47 1.47-.39-.39-1.47Z", clipRule: "evenodd" }) }))); };
3
+ export const Warning = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm5.56 1.275.35-4.87H7.09l.35 4.87h1.12Zm-.02.46-1.47.39.39 1.47 1.47-.39-.39-1.47Z", clipRule: "evenodd" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var WebAddress = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m11.644 10.805-.848.848-1.737-1.738-1.061-1.06-1.061 1.06-.244.244-1.41-4.873 4.885 1.399-.261.26-1.061 1.061 1.06 1.061 1.737 1.736.776-1.345-1.452-1.452 2.062-2.062-9.94-2.847 2.869 9.918 2.04-2.039 2.798 2.798 2.193-2.193-1.345-.776Z" }) }))); };
3
+ export const WebAddress = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m11.644 10.805-.848.848-1.737-1.738-1.061-1.06-1.061 1.06-.244.244-1.41-4.873 4.885 1.399-.261.26-1.061 1.061 1.06 1.061 1.737 1.736.776-1.345-1.452-1.452 2.062-2.062-9.94-2.847 2.869 9.918 2.04-2.039 2.798 2.798 2.193-2.193-1.345-.776Z" }) }));
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import Svg, { Path } from 'react-native-svg';
14
- export var WindPower = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m9.548 8.401 3.674.029.344-.595-3.962-1.062A1.617 1.617 0 0 0 8.4 5.385v-.65L6.588 1.539h-.687l1.108 4.137a1.611 1.611 0 0 0-.592 1.585l-.555.32L4 10.748l.344.596 2.914-2.915-1.018 6.043h3.52L8.733 8.383c.13-.066.25-.15.356-.247l.458.264v.001Zm-2.125 5.072L8 10.048l.577 3.425H7.423ZM8.54 7.238a.614.614 0 0 1-.419.312l-.026.004a.613.613 0 1 1 .446-.316Z" }) }))); };
3
+ export const WindPower = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m9.548 8.401 3.674.029.344-.595-3.962-1.062A1.617 1.617 0 0 0 8.4 5.385v-.65L6.588 1.539h-.687l1.108 4.137a1.611 1.611 0 0 0-.592 1.585l-.555.32L4 10.748l.344.596 2.914-2.915-1.018 6.043h3.52L8.733 8.383c.13-.066.25-.15.356-.247l.458.264v.001Zm-2.125 5.072L8 10.048l.577 3.425H7.423ZM8.54 7.238a.614.614 0 0 1-.419.312l-.026.004a.613.613 0 1 1 .446-.316Z" }) }));
@@ -1,4 +1,4 @@
1
1
  import * as styledComponents from 'styled-components/native';
2
- var _a = styledComponents, styled = _a.default, css = _a.css, ThemeProvider = _a.ThemeProvider, ThemeContext = _a.ThemeContext, useTheme = _a.useTheme;
2
+ const { default: styled, css, ThemeProvider, ThemeContext, useTheme, } = styledComponents;
3
3
  export { css, ThemeProvider, ThemeContext, useTheme };
4
4
  export default styled;