@ovotech/element-native 5.4.0 → 5.4.1

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 (865) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +5 -0
  2. package/dist/components/Accordion/Accordion.js +65 -0
  3. package/dist/components/Accordion/Group.d.ts +6 -0
  4. package/dist/components/Accordion/Group.js +15 -0
  5. package/dist/components/Accordion/Icon.d.ts +4 -0
  6. package/dist/components/Accordion/Icon.js +34 -0
  7. package/dist/components/Accordion/index.d.ts +4 -0
  8. package/dist/components/Accordion/index.js +3 -0
  9. package/dist/components/Accordion/styles.d.ts +1699 -0
  10. package/dist/components/Accordion/styles.js +45 -0
  11. package/dist/components/Accordion/types.d.ts +21 -0
  12. package/dist/components/Accordion/types.js +1 -0
  13. package/dist/components/ActionCard/ActionCard.d.ts +21 -0
  14. package/dist/components/ActionCard/ActionCard.js +103 -0
  15. package/dist/components/ActionCard/CloseIconShape.d.ts +3 -0
  16. package/dist/components/ActionCard/CloseIconShape.js +7 -0
  17. package/dist/components/ActionCard/IndicatorIconShape.d.ts +3 -0
  18. package/dist/components/ActionCard/IndicatorIconShape.js +7 -0
  19. package/dist/components/ActionCard/index.d.ts +1 -0
  20. package/dist/components/ActionCard/index.js +1 -0
  21. package/dist/components/ActionList/ActionList.d.ts +25 -0
  22. package/dist/components/ActionList/ActionList.js +24 -0
  23. package/dist/components/ActionList/index.d.ts +1 -0
  24. package/dist/components/ActionList/index.js +1 -0
  25. package/dist/components/ActionList/styled.d.ts +3979 -0
  26. package/dist/components/ActionList/styled.js +58 -0
  27. package/dist/components/Badge/Badge.d.ts +579 -0
  28. package/dist/components/Badge/Badge.js +52 -0
  29. package/dist/components/Badge/index.d.ts +1 -0
  30. package/dist/components/Badge/index.js +1 -0
  31. package/dist/components/CTAButton/CTAButton.d.ts +18 -0
  32. package/dist/components/CTAButton/CTAButton.js +81 -0
  33. package/dist/components/CTAButton/index.d.ts +1 -0
  34. package/dist/components/CTAButton/index.js +1 -0
  35. package/dist/components/CTALink/CTALink.d.ts +8 -0
  36. package/dist/components/CTALink/CTALink.js +6 -0
  37. package/dist/components/CTALink/index.d.ts +1 -0
  38. package/dist/components/CTALink/index.js +1 -0
  39. package/dist/components/Card/Card.d.ts +7 -0
  40. package/dist/components/Card/Card.js +15 -0
  41. package/dist/components/Card/index.d.ts +1 -0
  42. package/dist/components/Card/index.js +1 -0
  43. package/dist/components/Checkbox/Checkbox.d.ts +14 -0
  44. package/dist/components/Checkbox/Checkbox.js +58 -0
  45. package/dist/components/Checkbox/CheckboxField.d.ts +9 -0
  46. package/dist/components/Checkbox/CheckboxField.js +17 -0
  47. package/dist/components/Checkbox/index.d.ts +2 -0
  48. package/dist/components/Checkbox/index.js +2 -0
  49. package/dist/components/CurrencyField/CurrencyField.d.ts +5 -0
  50. package/dist/components/CurrencyField/CurrencyField.js +6 -0
  51. package/dist/components/CurrencyField/index.d.ts +1 -0
  52. package/dist/components/CurrencyField/index.js +1 -0
  53. package/dist/components/CurrencyInput/CurrencyInput.d.ts +9 -0
  54. package/dist/components/CurrencyInput/CurrencyInput.js +11 -0
  55. package/dist/components/CurrencyInput/index.d.ts +1 -0
  56. package/dist/components/CurrencyInput/index.js +1 -0
  57. package/dist/components/DataTable/DataTable.d.ts +2 -0
  58. package/dist/components/DataTable/DataTable.js +19 -0
  59. package/dist/components/DataTable/TableRow.d.ts +2 -0
  60. package/dist/components/DataTable/TableRow.js +21 -0
  61. package/dist/components/DataTable/index.d.ts +3 -0
  62. package/dist/components/DataTable/index.js +3 -0
  63. package/dist/components/DataTable/styles.d.ts +7356 -0
  64. package/dist/components/DataTable/styles.js +100 -0
  65. package/dist/components/DataTable/types.d.ts +21 -0
  66. package/dist/components/DataTable/types.js +1 -0
  67. package/dist/components/DateField/DateField.d.ts +22 -0
  68. package/dist/components/DateField/DateField.js +68 -0
  69. package/dist/components/DateField/index.d.ts +1 -0
  70. package/dist/components/DateField/index.js +1 -0
  71. package/dist/components/DescriptionList/DescriptionList.d.ts +10 -0
  72. package/dist/components/DescriptionList/DescriptionList.js +12 -0
  73. package/dist/components/DescriptionList/index.d.ts +1 -0
  74. package/dist/components/DescriptionList/index.js +1 -0
  75. package/dist/components/DescriptionList/styled.d.ts +570 -0
  76. package/dist/components/DescriptionList/styled.js +35 -0
  77. package/dist/components/Disclosure/Disclosure.d.ts +576 -0
  78. package/dist/components/Disclosure/Disclosure.js +36 -0
  79. package/dist/components/Disclosure/index.d.ts +1 -0
  80. package/dist/components/Disclosure/index.js +1 -0
  81. package/dist/components/Display0/Display0.d.ts +5 -0
  82. package/dist/components/Display0/Display0.js +23 -0
  83. package/dist/components/Display0/index.d.ts +1 -0
  84. package/dist/components/Display0/index.js +1 -0
  85. package/dist/components/Display1/Display1.d.ts +5 -0
  86. package/dist/components/Display1/Display1.js +23 -0
  87. package/dist/components/Display1/index.d.ts +1 -0
  88. package/dist/components/Display1/index.js +1 -0
  89. package/dist/components/Display2/Display2.d.ts +5 -0
  90. package/dist/components/Display2/Display2.js +23 -0
  91. package/dist/components/Display2/index.d.ts +1 -0
  92. package/dist/components/Display2/index.js +1 -0
  93. package/dist/components/Display3/Display3.d.ts +5 -0
  94. package/dist/components/Display3/Display3.js +23 -0
  95. package/dist/components/Display3/index.d.ts +1 -0
  96. package/dist/components/Display3/index.js +1 -0
  97. package/dist/components/Divider/Divider.d.ts +5 -0
  98. package/dist/components/Divider/Divider.js +14 -0
  99. package/dist/components/Divider/index.d.ts +1 -0
  100. package/dist/components/Divider/index.js +1 -0
  101. package/dist/components/Em/Em.d.ts +565 -0
  102. package/dist/components/Em/Em.js +6 -0
  103. package/dist/components/Em/index.d.ts +1 -0
  104. package/dist/components/Em/index.js +1 -0
  105. package/dist/components/EmailField/EmailField.d.ts +5 -0
  106. package/dist/components/EmailField/EmailField.js +6 -0
  107. package/dist/components/EmailField/index.d.ts +1 -0
  108. package/dist/components/EmailField/index.js +1 -0
  109. package/dist/components/EmailInput/EmailInput.d.ts +3 -0
  110. package/dist/components/EmailInput/EmailInput.js +4 -0
  111. package/dist/components/EmailInput/index.d.ts +1 -0
  112. package/dist/components/EmailInput/index.js +1 -0
  113. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.d.ts +18 -0
  114. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.js +23 -0
  115. package/dist/components/ErrorSummaryNotification/index.d.ts +1 -0
  116. package/dist/components/ErrorSummaryNotification/index.js +1 -0
  117. package/dist/components/ErrorText/ErrorText.d.ts +575 -0
  118. package/dist/components/ErrorText/ErrorText.js +18 -0
  119. package/dist/components/ErrorText/index.d.ts +1 -0
  120. package/dist/components/ErrorText/index.js +1 -0
  121. package/dist/components/Field/Field.d.ts +14 -0
  122. package/dist/components/Field/Field.js +38 -0
  123. package/dist/components/Field/index.d.ts +1 -0
  124. package/dist/components/Field/index.js +1 -0
  125. package/dist/components/FilterSelect/FilterSelect.d.ts +17 -0
  126. package/dist/components/FilterSelect/FilterSelect.js +67 -0
  127. package/dist/components/FilterSelect/index.d.ts +1 -0
  128. package/dist/components/FilterSelect/index.js +1 -0
  129. package/dist/components/FormGroup/FormGroup.d.ts +8 -0
  130. package/dist/components/FormGroup/FormGroup.js +9 -0
  131. package/dist/components/FormGroup/index.d.ts +1 -0
  132. package/dist/components/FormGroup/index.js +1 -0
  133. package/dist/components/Grid/Col.d.ts +575 -0
  134. package/dist/components/Grid/Col.js +35 -0
  135. package/dist/components/Grid/Row.d.ts +7 -0
  136. package/dist/components/Grid/Row.js +35 -0
  137. package/dist/components/Grid/index.d.ts +2 -0
  138. package/dist/components/Grid/index.js +2 -0
  139. package/dist/components/Heading1/Heading1.d.ts +5 -0
  140. package/dist/components/Heading1/Heading1.js +23 -0
  141. package/dist/components/Heading1/index.d.ts +1 -0
  142. package/dist/components/Heading1/index.js +1 -0
  143. package/dist/components/Heading2/Heading2.d.ts +5 -0
  144. package/dist/components/Heading2/Heading2.js +23 -0
  145. package/dist/components/Heading2/index.d.ts +1 -0
  146. package/dist/components/Heading2/index.js +1 -0
  147. package/dist/components/Heading3/Heading3.d.ts +5 -0
  148. package/dist/components/Heading3/Heading3.js +23 -0
  149. package/dist/components/Heading3/index.d.ts +1 -0
  150. package/dist/components/Heading3/index.js +1 -0
  151. package/dist/components/Heading4/Heading4.d.ts +5 -0
  152. package/dist/components/Heading4/Heading4.js +23 -0
  153. package/dist/components/Heading4/index.d.ts +1 -0
  154. package/dist/components/Heading4/index.js +1 -0
  155. package/dist/components/HintText/HintText.d.ts +575 -0
  156. package/dist/components/HintText/HintText.js +18 -0
  157. package/dist/components/HintText/index.d.ts +1 -0
  158. package/dist/components/HintText/index.js +1 -0
  159. package/dist/components/Icon/Icon.d.ts +9 -0
  160. package/dist/components/Icon/Icon.js +13 -0
  161. package/dist/components/Icon/index.d.ts +1 -0
  162. package/dist/components/Icon/index.js +1 -0
  163. package/dist/components/Input/Input.d.ts +13 -0
  164. package/dist/components/Input/Input.js +78 -0
  165. package/dist/components/Label/Label.d.ts +8 -0
  166. package/dist/components/Label/Label.js +10 -0
  167. package/dist/components/Label/index.d.ts +1 -0
  168. package/dist/components/Label/index.js +1 -0
  169. package/dist/components/LabelText/LabelText.d.ts +575 -0
  170. package/dist/components/LabelText/LabelText.js +16 -0
  171. package/dist/components/LabelText/index.d.ts +1 -0
  172. package/dist/components/LabelText/index.js +1 -0
  173. package/dist/components/Lead/Lead.d.ts +8 -0
  174. package/dist/components/Lead/Lead.js +12 -0
  175. package/dist/components/Lead/index.d.ts +1 -0
  176. package/dist/components/Lead/index.js +1 -0
  177. package/dist/components/LineThrough/LineThrough.d.ts +565 -0
  178. package/dist/components/LineThrough/LineThrough.js +4 -0
  179. package/dist/components/LineThrough/index.d.ts +1 -0
  180. package/dist/components/LineThrough/index.js +1 -0
  181. package/dist/components/List/List.d.ts +8 -0
  182. package/dist/components/List/List.js +26 -0
  183. package/dist/components/List/index.d.ts +1 -0
  184. package/dist/components/List/index.js +1 -0
  185. package/dist/components/List/styled.d.ts +2266 -0
  186. package/dist/components/List/styled.js +40 -0
  187. package/dist/components/Margin/Margin.d.ts +589 -0
  188. package/dist/components/Margin/Margin.js +36 -0
  189. package/dist/components/Margin/index.d.ts +1 -0
  190. package/dist/components/Margin/index.js +1 -0
  191. package/dist/components/NavHeader/IconButton.d.ts +15 -0
  192. package/dist/components/NavHeader/IconButton.js +13 -0
  193. package/dist/components/NavHeader/NavHeader.d.ts +18 -0
  194. package/dist/components/NavHeader/NavHeader.js +43 -0
  195. package/dist/components/NavHeader/NavHeader.styles.d.ts +5102 -0
  196. package/dist/components/NavHeader/NavHeader.styles.js +82 -0
  197. package/dist/components/NavHeader/index.d.ts +1 -0
  198. package/dist/components/NavHeader/index.js +1 -0
  199. package/dist/components/Notification/Notification.d.ts +1153 -0
  200. package/dist/components/Notification/Notification.js +81 -0
  201. package/dist/components/Notification/index.d.ts +1 -0
  202. package/dist/components/Notification/index.js +1 -0
  203. package/dist/components/NumberField/NumberField.d.ts +5 -0
  204. package/dist/components/NumberField/NumberField.js +6 -0
  205. package/dist/components/NumberField/index.d.ts +1 -0
  206. package/dist/components/NumberField/index.js +1 -0
  207. package/dist/components/NumberInput/NumberInput.d.ts +3 -0
  208. package/dist/components/NumberInput/NumberInput.js +4 -0
  209. package/dist/components/NumberInput/index.d.ts +1 -0
  210. package/dist/components/NumberInput/index.js +1 -0
  211. package/dist/components/P/P.d.ts +8 -0
  212. package/dist/components/P/P.js +14 -0
  213. package/dist/components/P/index.d.ts +1 -0
  214. package/dist/components/P/index.js +1 -0
  215. package/dist/components/PasswordField/PasswordField.d.ts +7 -0
  216. package/dist/components/PasswordField/PasswordField.js +6 -0
  217. package/dist/components/PasswordField/index.d.ts +1 -0
  218. package/dist/components/PasswordField/index.js +1 -0
  219. package/dist/components/PasswordInput/PasswordInput.d.ts +6 -0
  220. package/dist/components/PasswordInput/PasswordInput.js +8 -0
  221. package/dist/components/PasswordInput/PasswordInput.styled.d.ts +567 -0
  222. package/dist/components/PasswordInput/PasswordInput.styled.js +14 -0
  223. package/dist/components/PasswordInput/PasswordVisibilityToggle.d.ts +12 -0
  224. package/dist/components/PasswordInput/PasswordVisibilityToggle.js +22 -0
  225. package/dist/components/PasswordInput/index.d.ts +1 -0
  226. package/dist/components/PasswordInput/index.js +1 -0
  227. package/dist/components/PhoneField/PhoneField.d.ts +5 -0
  228. package/dist/components/PhoneField/PhoneField.js +6 -0
  229. package/dist/components/PhoneField/index.d.ts +1 -0
  230. package/dist/components/PhoneField/index.js +1 -0
  231. package/dist/components/PhoneInput/PhoneInput.d.ts +2 -0
  232. package/dist/components/PhoneInput/PhoneInput.js +3 -0
  233. package/dist/components/PhoneInput/index.d.ts +1 -0
  234. package/dist/components/PhoneInput/index.js +1 -0
  235. package/dist/components/ProductCarousel/NavigationDots.d.ts +5 -0
  236. package/dist/components/ProductCarousel/NavigationDots.js +48 -0
  237. package/dist/components/ProductCarousel/ProductCarousel.d.ts +14 -0
  238. package/dist/components/ProductCarousel/ProductCarousel.js +81 -0
  239. package/dist/components/ProductCarousel/anchor-point.d.ts +207 -0
  240. package/dist/components/ProductCarousel/anchor-point.js +43 -0
  241. package/dist/components/ProductCarousel/index.d.ts +1 -0
  242. package/dist/components/ProductCarousel/index.js +1 -0
  243. package/dist/components/Radio/Radio.d.ts +14 -0
  244. package/dist/components/Radio/Radio.js +52 -0
  245. package/dist/components/Radio/RadioField.d.ts +11 -0
  246. package/dist/components/Radio/RadioField.js +21 -0
  247. package/dist/components/Radio/index.d.ts +2 -0
  248. package/dist/components/Radio/index.js +2 -0
  249. package/dist/components/RadioCard/RadioCard.d.ts +12 -0
  250. package/dist/components/RadioCard/RadioCard.js +57 -0
  251. package/dist/components/RadioCard/index.d.ts +1 -0
  252. package/dist/components/RadioCard/index.js +1 -0
  253. package/dist/components/SegmentedControls/SegmentedControls.d.ts +18 -0
  254. package/dist/components/SegmentedControls/SegmentedControls.js +48 -0
  255. package/dist/components/SegmentedControls/components/SegmentButton.d.ts +17 -0
  256. package/dist/components/SegmentedControls/components/SegmentButton.js +78 -0
  257. package/dist/components/SegmentedControls/index.d.ts +2 -0
  258. package/dist/components/SegmentedControls/index.js +2 -0
  259. package/dist/components/SelectField/Select.d.ts +582 -0
  260. package/dist/components/SelectField/Select.js +93 -0
  261. package/dist/components/SelectField/SelectField.d.ts +7 -0
  262. package/dist/components/SelectField/SelectField.js +4 -0
  263. package/dist/components/SelectField/index.d.ts +1 -0
  264. package/dist/components/SelectField/index.js +1 -0
  265. package/dist/components/SkeletonAnimation/SkeletonAnimation.d.ts +6 -0
  266. package/dist/components/SkeletonAnimation/SkeletonAnimation.js +30 -0
  267. package/dist/components/SkeletonAnimation/index.d.ts +1 -0
  268. package/dist/components/SkeletonAnimation/index.js +1 -0
  269. package/dist/components/SkeletonCTA/SkeletonCTA.d.ts +6 -0
  270. package/dist/components/SkeletonCTA/SkeletonCTA.js +11 -0
  271. package/dist/components/SkeletonCTA/index.d.ts +1 -0
  272. package/dist/components/SkeletonCTA/index.js +1 -0
  273. package/dist/components/SkeletonCircle/SkeletonCircle.d.ts +6 -0
  274. package/dist/components/SkeletonCircle/SkeletonCircle.js +12 -0
  275. package/dist/components/SkeletonCircle/index.d.ts +1 -0
  276. package/dist/components/SkeletonCircle/index.js +1 -0
  277. package/dist/components/SkeletonHeading/SkeletonHeading.d.ts +8 -0
  278. package/dist/components/SkeletonHeading/SkeletonHeading.js +9 -0
  279. package/dist/components/SkeletonHeading/index.d.ts +1 -0
  280. package/dist/components/SkeletonHeading/index.js +1 -0
  281. package/dist/components/SkeletonText/SkeletonText.d.ts +6 -0
  282. package/dist/components/SkeletonText/SkeletonText.js +27 -0
  283. package/dist/components/SkeletonText/index.d.ts +1 -0
  284. package/dist/components/SkeletonText/index.js +1 -0
  285. package/dist/components/Small/Small.d.ts +574 -0
  286. package/dist/components/Small/Small.js +8 -0
  287. package/dist/components/Small/index.d.ts +1 -0
  288. package/dist/components/Small/index.js +1 -0
  289. package/dist/components/Spinner/Spinner.d.ts +8 -0
  290. package/dist/components/Spinner/Spinner.js +43 -0
  291. package/dist/components/Spinner/index.d.ts +1 -0
  292. package/dist/components/Spinner/index.js +1 -0
  293. package/dist/components/Stack/Stack.d.ts +9 -0
  294. package/dist/components/Stack/Stack.js +17 -0
  295. package/dist/components/Stack/index.d.ts +1 -0
  296. package/dist/components/Stack/index.js +1 -0
  297. package/dist/components/Stretch/Stretch.d.ts +7 -0
  298. package/dist/components/Stretch/Stretch.js +13 -0
  299. package/dist/components/Stretch/index.d.ts +1 -0
  300. package/dist/components/Stretch/index.js +1 -0
  301. package/dist/components/Strong/Strong.d.ts +565 -0
  302. package/dist/components/Strong/Strong.js +4 -0
  303. package/dist/components/Strong/index.d.ts +1 -0
  304. package/dist/components/Strong/index.js +1 -0
  305. package/dist/components/SubLabelText/SubLabelText.d.ts +575 -0
  306. package/dist/components/SubLabelText/SubLabelText.js +16 -0
  307. package/dist/components/SubLabelText/index.d.ts +1 -0
  308. package/dist/components/SubLabelText/index.js +1 -0
  309. package/dist/components/Tabs/Tab.d.ts +582 -0
  310. package/dist/components/Tabs/Tab.js +67 -0
  311. package/dist/components/Tabs/TabList.d.ts +10 -0
  312. package/dist/components/Tabs/TabList.js +21 -0
  313. package/dist/components/Tabs/TabPanel.d.ts +3 -0
  314. package/dist/components/Tabs/TabPanel.js +13 -0
  315. package/dist/components/Tabs/Tabs.d.ts +10 -0
  316. package/dist/components/Tabs/Tabs.js +42 -0
  317. package/dist/components/Tabs/index.d.ts +4 -0
  318. package/dist/components/Tabs/index.js +4 -0
  319. package/dist/components/TextField/TextField.d.ts +5 -0
  320. package/dist/components/TextField/TextField.js +6 -0
  321. package/dist/components/TextField/index.d.ts +1 -0
  322. package/dist/components/TextField/index.js +1 -0
  323. package/dist/components/TextGroup/TextGroup.d.ts +3 -0
  324. package/dist/components/TextGroup/TextGroup.js +20 -0
  325. package/dist/components/TextGroup/index.d.ts +1 -0
  326. package/dist/components/TextGroup/index.js +1 -0
  327. package/dist/components/TextInput/TextInput.d.ts +8 -0
  328. package/dist/components/TextInput/TextInput.js +4 -0
  329. package/dist/components/TextInput/index.d.ts +1 -0
  330. package/dist/components/TextInput/index.js +1 -0
  331. package/dist/components/TextLink/TextLink.d.ts +8 -0
  332. package/dist/components/TextLink/TextLink.js +21 -0
  333. package/dist/components/TextLink/index.d.ts +1 -0
  334. package/dist/components/TextLink/index.js +1 -0
  335. package/dist/components/TextareaField/TextareaField.d.ts +5 -0
  336. package/dist/components/TextareaField/TextareaField.js +6 -0
  337. package/dist/components/TextareaField/index.d.ts +1 -0
  338. package/dist/components/TextareaField/index.js +1 -0
  339. package/dist/components/TextareaInput/TextareaInput.d.ts +6 -0
  340. package/dist/components/TextareaInput/TextareaInput.js +13 -0
  341. package/dist/components/TextareaInput/index.d.ts +1 -0
  342. package/dist/components/TextareaInput/index.js +1 -0
  343. package/dist/components/Toast/Toast.d.ts +13 -0
  344. package/dist/components/Toast/Toast.js +126 -0
  345. package/dist/components/Toast/index.d.ts +1 -0
  346. package/dist/components/Toast/index.js +1 -0
  347. package/dist/components/Toggle/Toggle.d.ts +13 -0
  348. package/dist/components/Toggle/Toggle.js +25 -0
  349. package/dist/components/Toggle/index.d.ts +1 -0
  350. package/dist/components/Toggle/index.js +1 -0
  351. package/dist/components/Toggle/styles.d.ts +2272 -0
  352. package/dist/components/Toggle/styles.js +37 -0
  353. package/dist/components/index.d.ts +67 -0
  354. package/dist/components/index.js +67 -0
  355. package/dist/esm/components/Accordion/Accordion.js +65 -0
  356. package/dist/esm/components/Accordion/Group.js +15 -0
  357. package/dist/esm/components/Accordion/Icon.js +34 -0
  358. package/dist/esm/components/Accordion/index.js +3 -0
  359. package/dist/esm/components/Accordion/styles.js +45 -0
  360. package/dist/esm/components/Accordion/types.js +1 -0
  361. package/dist/esm/components/ActionCard/ActionCard.js +103 -0
  362. package/dist/esm/components/ActionCard/CloseIconShape.js +7 -0
  363. package/dist/esm/components/ActionCard/IndicatorIconShape.js +7 -0
  364. package/dist/esm/components/ActionCard/index.js +1 -0
  365. package/dist/esm/components/ActionList/ActionList.js +24 -0
  366. package/dist/esm/components/ActionList/index.js +1 -0
  367. package/dist/esm/components/ActionList/styled.js +58 -0
  368. package/dist/esm/components/Badge/Badge.js +52 -0
  369. package/dist/esm/components/Badge/index.js +1 -0
  370. package/dist/esm/components/CTAButton/CTAButton.js +81 -0
  371. package/dist/esm/components/CTAButton/index.js +1 -0
  372. package/dist/esm/components/CTALink/CTALink.js +6 -0
  373. package/dist/esm/components/CTALink/index.js +1 -0
  374. package/dist/esm/components/Card/Card.js +15 -0
  375. package/dist/esm/components/Card/index.js +1 -0
  376. package/dist/esm/components/Checkbox/Checkbox.js +58 -0
  377. package/dist/esm/components/Checkbox/CheckboxField.js +17 -0
  378. package/dist/esm/components/Checkbox/index.js +2 -0
  379. package/dist/esm/components/CurrencyField/CurrencyField.js +6 -0
  380. package/dist/esm/components/CurrencyField/index.js +1 -0
  381. package/dist/esm/components/CurrencyInput/CurrencyInput.js +11 -0
  382. package/dist/esm/components/CurrencyInput/index.js +1 -0
  383. package/dist/esm/components/DataTable/DataTable.js +19 -0
  384. package/dist/esm/components/DataTable/TableRow.js +21 -0
  385. package/dist/esm/components/DataTable/index.js +3 -0
  386. package/dist/esm/components/DataTable/styles.js +100 -0
  387. package/dist/esm/components/DataTable/types.js +1 -0
  388. package/dist/esm/components/DateField/DateField.js +68 -0
  389. package/dist/esm/components/DateField/index.js +1 -0
  390. package/dist/esm/components/DescriptionList/DescriptionList.js +12 -0
  391. package/dist/esm/components/DescriptionList/index.js +1 -0
  392. package/dist/esm/components/DescriptionList/styled.js +35 -0
  393. package/dist/esm/components/Disclosure/Disclosure.js +36 -0
  394. package/dist/esm/components/Disclosure/index.js +1 -0
  395. package/dist/esm/components/Display0/Display0.js +23 -0
  396. package/dist/esm/components/Display0/index.js +1 -0
  397. package/dist/esm/components/Display1/Display1.js +23 -0
  398. package/dist/esm/components/Display1/index.js +1 -0
  399. package/dist/esm/components/Display2/Display2.js +23 -0
  400. package/dist/esm/components/Display2/index.js +1 -0
  401. package/dist/esm/components/Display3/Display3.js +23 -0
  402. package/dist/esm/components/Display3/index.js +1 -0
  403. package/dist/esm/components/Divider/Divider.js +14 -0
  404. package/dist/esm/components/Divider/index.js +1 -0
  405. package/dist/esm/components/Em/Em.js +6 -0
  406. package/dist/esm/components/Em/index.js +1 -0
  407. package/dist/esm/components/EmailField/EmailField.js +6 -0
  408. package/dist/esm/components/EmailField/index.js +1 -0
  409. package/dist/esm/components/EmailInput/EmailInput.js +4 -0
  410. package/dist/esm/components/EmailInput/index.js +1 -0
  411. package/dist/esm/components/ErrorSummaryNotification/ErrorSummaryNotification.js +23 -0
  412. package/dist/esm/components/ErrorSummaryNotification/index.js +1 -0
  413. package/dist/esm/components/ErrorText/ErrorText.js +18 -0
  414. package/dist/esm/components/ErrorText/index.js +1 -0
  415. package/dist/esm/components/Field/Field.js +38 -0
  416. package/dist/esm/components/Field/index.js +1 -0
  417. package/dist/esm/components/FilterSelect/FilterSelect.js +67 -0
  418. package/dist/esm/components/FilterSelect/index.js +1 -0
  419. package/dist/esm/components/FormGroup/FormGroup.js +9 -0
  420. package/dist/esm/components/FormGroup/index.js +1 -0
  421. package/dist/esm/components/Grid/Col.js +35 -0
  422. package/dist/esm/components/Grid/Row.js +35 -0
  423. package/dist/esm/components/Grid/index.js +2 -0
  424. package/dist/esm/components/Heading1/Heading1.js +23 -0
  425. package/dist/esm/components/Heading1/index.js +1 -0
  426. package/dist/esm/components/Heading2/Heading2.js +23 -0
  427. package/dist/esm/components/Heading2/index.js +1 -0
  428. package/dist/esm/components/Heading3/Heading3.js +23 -0
  429. package/dist/esm/components/Heading3/index.js +1 -0
  430. package/dist/esm/components/Heading4/Heading4.js +23 -0
  431. package/dist/esm/components/Heading4/index.js +1 -0
  432. package/dist/esm/components/HintText/HintText.js +18 -0
  433. package/dist/esm/components/HintText/index.js +1 -0
  434. package/dist/esm/components/Icon/Icon.js +13 -0
  435. package/dist/esm/components/Icon/index.js +1 -0
  436. package/dist/esm/components/Input/Input.js +78 -0
  437. package/dist/esm/components/Label/Label.js +10 -0
  438. package/dist/esm/components/Label/index.js +1 -0
  439. package/dist/esm/components/LabelText/LabelText.js +16 -0
  440. package/dist/esm/components/LabelText/index.js +1 -0
  441. package/dist/esm/components/Lead/Lead.js +12 -0
  442. package/dist/esm/components/Lead/index.js +1 -0
  443. package/dist/esm/components/LineThrough/LineThrough.js +4 -0
  444. package/dist/esm/components/LineThrough/index.js +1 -0
  445. package/dist/esm/components/List/List.js +26 -0
  446. package/dist/esm/components/List/index.js +1 -0
  447. package/dist/esm/components/List/styled.js +40 -0
  448. package/dist/esm/components/Margin/Margin.js +36 -0
  449. package/dist/esm/components/Margin/index.js +1 -0
  450. package/dist/esm/components/NavHeader/IconButton.js +13 -0
  451. package/dist/esm/components/NavHeader/NavHeader.js +43 -0
  452. package/dist/esm/components/NavHeader/NavHeader.styles.js +82 -0
  453. package/dist/esm/components/NavHeader/index.js +1 -0
  454. package/dist/esm/components/Notification/Notification.js +81 -0
  455. package/dist/esm/components/Notification/index.js +1 -0
  456. package/dist/esm/components/NumberField/NumberField.js +6 -0
  457. package/dist/esm/components/NumberField/index.js +1 -0
  458. package/dist/esm/components/NumberInput/NumberInput.js +4 -0
  459. package/dist/esm/components/NumberInput/index.js +1 -0
  460. package/dist/esm/components/P/P.js +14 -0
  461. package/dist/esm/components/P/index.js +1 -0
  462. package/dist/esm/components/PasswordField/PasswordField.js +6 -0
  463. package/dist/esm/components/PasswordField/index.js +1 -0
  464. package/dist/esm/components/PasswordInput/PasswordInput.js +8 -0
  465. package/dist/esm/components/PasswordInput/PasswordInput.styled.js +14 -0
  466. package/dist/esm/components/PasswordInput/PasswordVisibilityToggle.js +22 -0
  467. package/dist/esm/components/PasswordInput/index.js +1 -0
  468. package/dist/esm/components/PhoneField/PhoneField.js +6 -0
  469. package/dist/esm/components/PhoneField/index.js +1 -0
  470. package/dist/esm/components/PhoneInput/PhoneInput.js +3 -0
  471. package/dist/esm/components/PhoneInput/index.js +1 -0
  472. package/dist/esm/components/ProductCarousel/NavigationDots.js +48 -0
  473. package/dist/esm/components/ProductCarousel/ProductCarousel.js +81 -0
  474. package/dist/esm/components/ProductCarousel/anchor-point.js +43 -0
  475. package/dist/esm/components/ProductCarousel/index.js +1 -0
  476. package/dist/esm/components/Radio/Radio.js +52 -0
  477. package/dist/esm/components/Radio/RadioField.js +21 -0
  478. package/dist/esm/components/Radio/index.js +2 -0
  479. package/dist/esm/components/RadioCard/RadioCard.js +57 -0
  480. package/dist/esm/components/RadioCard/index.js +1 -0
  481. package/dist/esm/components/SegmentedControls/SegmentedControls.js +48 -0
  482. package/dist/esm/components/SegmentedControls/components/SegmentButton.js +78 -0
  483. package/dist/esm/components/SegmentedControls/index.js +2 -0
  484. package/dist/esm/components/SelectField/Select.js +93 -0
  485. package/dist/esm/components/SelectField/SelectField.js +4 -0
  486. package/dist/esm/components/SelectField/index.js +1 -0
  487. package/dist/esm/components/SkeletonAnimation/SkeletonAnimation.js +30 -0
  488. package/dist/esm/components/SkeletonAnimation/index.js +1 -0
  489. package/dist/esm/components/SkeletonCTA/SkeletonCTA.js +11 -0
  490. package/dist/esm/components/SkeletonCTA/index.js +1 -0
  491. package/dist/esm/components/SkeletonCircle/SkeletonCircle.js +12 -0
  492. package/dist/esm/components/SkeletonCircle/index.js +1 -0
  493. package/dist/esm/components/SkeletonHeading/SkeletonHeading.js +9 -0
  494. package/dist/esm/components/SkeletonHeading/index.js +1 -0
  495. package/dist/esm/components/SkeletonText/SkeletonText.js +27 -0
  496. package/dist/esm/components/SkeletonText/index.js +1 -0
  497. package/dist/esm/components/Small/Small.js +8 -0
  498. package/dist/esm/components/Small/index.js +1 -0
  499. package/dist/esm/components/Spinner/Spinner.js +43 -0
  500. package/dist/esm/components/Spinner/index.js +1 -0
  501. package/dist/esm/components/Stack/Stack.js +17 -0
  502. package/dist/esm/components/Stack/index.js +1 -0
  503. package/dist/esm/components/Stretch/Stretch.js +13 -0
  504. package/dist/esm/components/Stretch/index.js +1 -0
  505. package/dist/esm/components/Strong/Strong.js +4 -0
  506. package/dist/esm/components/Strong/index.js +1 -0
  507. package/dist/esm/components/SubLabelText/SubLabelText.js +16 -0
  508. package/dist/esm/components/SubLabelText/index.js +1 -0
  509. package/dist/esm/components/Tabs/Tab.js +67 -0
  510. package/dist/esm/components/Tabs/TabList.js +21 -0
  511. package/dist/esm/components/Tabs/TabPanel.js +13 -0
  512. package/dist/esm/components/Tabs/Tabs.js +42 -0
  513. package/dist/esm/components/Tabs/index.js +4 -0
  514. package/dist/esm/components/TextField/TextField.js +6 -0
  515. package/dist/esm/components/TextField/index.js +1 -0
  516. package/dist/esm/components/TextGroup/TextGroup.js +20 -0
  517. package/dist/esm/components/TextGroup/index.js +1 -0
  518. package/dist/esm/components/TextInput/TextInput.js +4 -0
  519. package/dist/esm/components/TextInput/index.js +1 -0
  520. package/dist/esm/components/TextLink/TextLink.js +21 -0
  521. package/dist/esm/components/TextLink/index.js +1 -0
  522. package/dist/esm/components/TextareaField/TextareaField.js +6 -0
  523. package/dist/esm/components/TextareaField/index.js +1 -0
  524. package/dist/esm/components/TextareaInput/TextareaInput.js +13 -0
  525. package/dist/esm/components/TextareaInput/index.js +1 -0
  526. package/dist/esm/components/Toast/Toast.js +126 -0
  527. package/dist/esm/components/Toast/index.js +1 -0
  528. package/dist/esm/components/Toggle/Toggle.js +25 -0
  529. package/dist/esm/components/Toggle/index.js +1 -0
  530. package/dist/esm/components/Toggle/styles.js +37 -0
  531. package/dist/esm/components/index.js +67 -0
  532. package/dist/esm/hooks/index.js +2 -0
  533. package/dist/esm/hooks/use-breakpoint.js +12 -0
  534. package/dist/esm/hooks/use-full-width.js +15 -0
  535. package/dist/esm/hooks/use-layout.js +16 -0
  536. package/dist/esm/index.js +3 -0
  537. package/dist/esm/providers/IconsProvider.js +112 -0
  538. package/dist/esm/providers/icons/Address.js +3 -0
  539. package/dist/esm/providers/icons/Advice.js +3 -0
  540. package/dist/esm/providers/icons/Archive.js +3 -0
  541. package/dist/esm/providers/icons/ArrowDown.js +3 -0
  542. package/dist/esm/providers/icons/ArrowLeft.js +3 -0
  543. package/dist/esm/providers/icons/ArrowRight.js +3 -0
  544. package/dist/esm/providers/icons/ArrowUp.js +3 -0
  545. package/dist/esm/providers/icons/Award.js +3 -0
  546. package/dist/esm/providers/icons/Battery.js +3 -0
  547. package/dist/esm/providers/icons/Cal.js +3 -0
  548. package/dist/esm/providers/icons/CalBook.js +3 -0
  549. package/dist/esm/providers/icons/CaretArrowDown.js +3 -0
  550. package/dist/esm/providers/icons/CaretArrowLeft.js +3 -0
  551. package/dist/esm/providers/icons/CaretArrowRight.js +3 -0
  552. package/dist/esm/providers/icons/CaretArrowUp.js +3 -0
  553. package/dist/esm/providers/icons/CaretDown.js +3 -0
  554. package/dist/esm/providers/icons/CaretLeft.js +3 -0
  555. package/dist/esm/providers/icons/CaretRight.js +3 -0
  556. package/dist/esm/providers/icons/CaretUp.js +3 -0
  557. package/dist/esm/providers/icons/Chart.js +3 -0
  558. package/dist/esm/providers/icons/ChartFilled.js +3 -0
  559. package/dist/esm/providers/icons/Check.js +3 -0
  560. package/dist/esm/providers/icons/CheckCircle.js +3 -0
  561. package/dist/esm/providers/icons/ChevronDown.js +3 -0
  562. package/dist/esm/providers/icons/ChevronLeft.js +3 -0
  563. package/dist/esm/providers/icons/ChevronLeftSmall.js +3 -0
  564. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +3 -0
  565. package/dist/esm/providers/icons/ChevronRight.js +3 -0
  566. package/dist/esm/providers/icons/ChevronRightSmall.js +3 -0
  567. package/dist/esm/providers/icons/ChevronRightSmallLast.js +3 -0
  568. package/dist/esm/providers/icons/ChevronUp.js +3 -0
  569. package/dist/esm/providers/icons/Circle.js +3 -0
  570. package/dist/esm/providers/icons/CloseCircle.js +3 -0
  571. package/dist/esm/providers/icons/Cross.js +3 -0
  572. package/dist/esm/providers/icons/Doc.js +3 -0
  573. package/dist/esm/providers/icons/Dollar.js +3 -0
  574. package/dist/esm/providers/icons/Download.js +3 -0
  575. package/dist/esm/providers/icons/Eco.js +3 -0
  576. package/dist/esm/providers/icons/EcoHome.js +3 -0
  577. package/dist/esm/providers/icons/Edit.js +3 -0
  578. package/dist/esm/providers/icons/ElectricCar.js +3 -0
  579. package/dist/esm/providers/icons/ElectricHome.js +3 -0
  580. package/dist/esm/providers/icons/Electricity.js +3 -0
  581. package/dist/esm/providers/icons/EnergyAdvice.js +3 -0
  582. package/dist/esm/providers/icons/Equals.js +3 -0
  583. package/dist/esm/providers/icons/Euro.js +3 -0
  584. package/dist/esm/providers/icons/Gas.js +3 -0
  585. package/dist/esm/providers/icons/GlobeAddress.js +3 -0
  586. package/dist/esm/providers/icons/Help.js +3 -0
  587. package/dist/esm/providers/icons/HelpFilled.js +3 -0
  588. package/dist/esm/providers/icons/Hide.js +3 -0
  589. package/dist/esm/providers/icons/Home.js +3 -0
  590. package/dist/esm/providers/icons/HomeFilled.js +3 -0
  591. package/dist/esm/providers/icons/HydroPower.js +3 -0
  592. package/dist/esm/providers/icons/Info.js +3 -0
  593. package/dist/esm/providers/icons/Link.js +3 -0
  594. package/dist/esm/providers/icons/Logo.js +3 -0
  595. package/dist/esm/providers/icons/Mail.js +3 -0
  596. package/dist/esm/providers/icons/MailOpen.js +3 -0
  597. package/dist/esm/providers/icons/Menu.js +3 -0
  598. package/dist/esm/providers/icons/Message.js +3 -0
  599. package/dist/esm/providers/icons/MessageFilled.js +3 -0
  600. package/dist/esm/providers/icons/Minus.js +3 -0
  601. package/dist/esm/providers/icons/Mobile.js +3 -0
  602. package/dist/esm/providers/icons/NewWindow.js +3 -0
  603. package/dist/esm/providers/icons/PaymentCard.js +3 -0
  604. package/dist/esm/providers/icons/PaymentCardFilled.js +3 -0
  605. package/dist/esm/providers/icons/Phone.js +3 -0
  606. package/dist/esm/providers/icons/Plus.js +3 -0
  607. package/dist/esm/providers/icons/Pound.js +3 -0
  608. package/dist/esm/providers/icons/Pricing.js +3 -0
  609. package/dist/esm/providers/icons/PricingFilled.js +3 -0
  610. package/dist/esm/providers/icons/Search.js +3 -0
  611. package/dist/esm/providers/icons/Security.js +3 -0
  612. package/dist/esm/providers/icons/Shop.js +3 -0
  613. package/dist/esm/providers/icons/ShopFilled.js +3 -0
  614. package/dist/esm/providers/icons/Show.js +3 -0
  615. package/dist/esm/providers/icons/SmartHome.js +3 -0
  616. package/dist/esm/providers/icons/SmartMeter.js +3 -0
  617. package/dist/esm/providers/icons/Solar.js +3 -0
  618. package/dist/esm/providers/icons/Star.js +3 -0
  619. package/dist/esm/providers/icons/StarFilled.js +3 -0
  620. package/dist/esm/providers/icons/Sun.js +3 -0
  621. package/dist/esm/providers/icons/Torch.js +3 -0
  622. package/dist/esm/providers/icons/Trees.js +3 -0
  623. package/dist/esm/providers/icons/Tune.js +3 -0
  624. package/dist/esm/providers/icons/User.js +3 -0
  625. package/dist/esm/providers/icons/UserFilled.js +3 -0
  626. package/dist/esm/providers/icons/Wallet.js +3 -0
  627. package/dist/esm/providers/icons/WalletFilled.js +3 -0
  628. package/dist/esm/providers/icons/WarmHome.js +3 -0
  629. package/dist/esm/providers/icons/Warning.js +3 -0
  630. package/dist/esm/providers/icons/WebAddress.js +3 -0
  631. package/dist/esm/providers/icons/WindPower.js +3 -0
  632. package/dist/esm/providers/icons/index.js +93 -0
  633. package/dist/esm/providers/index.js +2 -0
  634. package/dist/esm/providers/types.js +1 -0
  635. package/dist/esm/src/components/{NavigationIcon/NavigationIcon.js → NavIcon/NavIcon.js} +1 -1
  636. package/dist/esm/src/components/NavIcon/index.js +1 -0
  637. package/dist/esm/src/components/index.js +1 -0
  638. package/dist/esm/styled.native.js +4 -0
  639. package/dist/esm/theme/index.js +1 -0
  640. package/dist/esm/utils/index.js +1 -0
  641. package/dist/esm/utils/utils.js +68 -0
  642. package/dist/hooks/index.d.ts +2 -0
  643. package/dist/hooks/index.js +2 -0
  644. package/dist/hooks/use-breakpoint.d.ts +7 -0
  645. package/dist/hooks/use-breakpoint.js +12 -0
  646. package/dist/hooks/use-full-width.d.ts +2 -0
  647. package/dist/hooks/use-full-width.js +15 -0
  648. package/dist/hooks/use-layout.d.ts +6 -0
  649. package/dist/hooks/use-layout.js +16 -0
  650. package/dist/index.d.ts +3 -0
  651. package/dist/index.js +3 -0
  652. package/dist/providers/IconsProvider.d.ts +8 -0
  653. package/dist/providers/IconsProvider.js +112 -0
  654. package/dist/providers/icons/Address.d.ts +2 -0
  655. package/dist/providers/icons/Address.js +3 -0
  656. package/dist/providers/icons/Advice.d.ts +2 -0
  657. package/dist/providers/icons/Advice.js +3 -0
  658. package/dist/providers/icons/Archive.d.ts +2 -0
  659. package/dist/providers/icons/Archive.js +3 -0
  660. package/dist/providers/icons/ArrowDown.d.ts +2 -0
  661. package/dist/providers/icons/ArrowDown.js +3 -0
  662. package/dist/providers/icons/ArrowLeft.d.ts +2 -0
  663. package/dist/providers/icons/ArrowLeft.js +3 -0
  664. package/dist/providers/icons/ArrowRight.d.ts +2 -0
  665. package/dist/providers/icons/ArrowRight.js +3 -0
  666. package/dist/providers/icons/ArrowUp.d.ts +2 -0
  667. package/dist/providers/icons/ArrowUp.js +3 -0
  668. package/dist/providers/icons/Award.d.ts +2 -0
  669. package/dist/providers/icons/Award.js +3 -0
  670. package/dist/providers/icons/Battery.d.ts +2 -0
  671. package/dist/providers/icons/Battery.js +3 -0
  672. package/dist/providers/icons/Cal.d.ts +2 -0
  673. package/dist/providers/icons/Cal.js +3 -0
  674. package/dist/providers/icons/CalBook.d.ts +2 -0
  675. package/dist/providers/icons/CalBook.js +3 -0
  676. package/dist/providers/icons/CaretArrowDown.d.ts +2 -0
  677. package/dist/providers/icons/CaretArrowDown.js +3 -0
  678. package/dist/providers/icons/CaretArrowLeft.d.ts +2 -0
  679. package/dist/providers/icons/CaretArrowLeft.js +3 -0
  680. package/dist/providers/icons/CaretArrowRight.d.ts +2 -0
  681. package/dist/providers/icons/CaretArrowRight.js +3 -0
  682. package/dist/providers/icons/CaretArrowUp.d.ts +2 -0
  683. package/dist/providers/icons/CaretArrowUp.js +3 -0
  684. package/dist/providers/icons/CaretDown.d.ts +2 -0
  685. package/dist/providers/icons/CaretDown.js +3 -0
  686. package/dist/providers/icons/CaretLeft.d.ts +2 -0
  687. package/dist/providers/icons/CaretLeft.js +3 -0
  688. package/dist/providers/icons/CaretRight.d.ts +2 -0
  689. package/dist/providers/icons/CaretRight.js +3 -0
  690. package/dist/providers/icons/CaretUp.d.ts +2 -0
  691. package/dist/providers/icons/CaretUp.js +3 -0
  692. package/dist/providers/icons/Chart.d.ts +2 -0
  693. package/dist/providers/icons/Chart.js +3 -0
  694. package/dist/providers/icons/ChartFilled.d.ts +2 -0
  695. package/dist/providers/icons/ChartFilled.js +3 -0
  696. package/dist/providers/icons/Check.d.ts +2 -0
  697. package/dist/providers/icons/Check.js +3 -0
  698. package/dist/providers/icons/CheckCircle.d.ts +2 -0
  699. package/dist/providers/icons/CheckCircle.js +3 -0
  700. package/dist/providers/icons/ChevronDown.d.ts +2 -0
  701. package/dist/providers/icons/ChevronDown.js +3 -0
  702. package/dist/providers/icons/ChevronLeft.d.ts +2 -0
  703. package/dist/providers/icons/ChevronLeft.js +3 -0
  704. package/dist/providers/icons/ChevronLeftSmall.d.ts +2 -0
  705. package/dist/providers/icons/ChevronLeftSmall.js +3 -0
  706. package/dist/providers/icons/ChevronLeftSmallFirst.d.ts +2 -0
  707. package/dist/providers/icons/ChevronLeftSmallFirst.js +3 -0
  708. package/dist/providers/icons/ChevronRight.d.ts +2 -0
  709. package/dist/providers/icons/ChevronRight.js +3 -0
  710. package/dist/providers/icons/ChevronRightSmall.d.ts +2 -0
  711. package/dist/providers/icons/ChevronRightSmall.js +3 -0
  712. package/dist/providers/icons/ChevronRightSmallLast.d.ts +2 -0
  713. package/dist/providers/icons/ChevronRightSmallLast.js +3 -0
  714. package/dist/providers/icons/ChevronUp.d.ts +2 -0
  715. package/dist/providers/icons/ChevronUp.js +3 -0
  716. package/dist/providers/icons/Circle.d.ts +2 -0
  717. package/dist/providers/icons/Circle.js +3 -0
  718. package/dist/providers/icons/CloseCircle.d.ts +2 -0
  719. package/dist/providers/icons/CloseCircle.js +3 -0
  720. package/dist/providers/icons/Cross.d.ts +2 -0
  721. package/dist/providers/icons/Cross.js +3 -0
  722. package/dist/providers/icons/Doc.d.ts +2 -0
  723. package/dist/providers/icons/Doc.js +3 -0
  724. package/dist/providers/icons/Dollar.d.ts +2 -0
  725. package/dist/providers/icons/Dollar.js +3 -0
  726. package/dist/providers/icons/Download.d.ts +2 -0
  727. package/dist/providers/icons/Download.js +3 -0
  728. package/dist/providers/icons/Eco.d.ts +2 -0
  729. package/dist/providers/icons/Eco.js +3 -0
  730. package/dist/providers/icons/EcoHome.d.ts +2 -0
  731. package/dist/providers/icons/EcoHome.js +3 -0
  732. package/dist/providers/icons/Edit.d.ts +2 -0
  733. package/dist/providers/icons/Edit.js +3 -0
  734. package/dist/providers/icons/ElectricCar.d.ts +2 -0
  735. package/dist/providers/icons/ElectricCar.js +3 -0
  736. package/dist/providers/icons/ElectricHome.d.ts +2 -0
  737. package/dist/providers/icons/ElectricHome.js +3 -0
  738. package/dist/providers/icons/Electricity.d.ts +2 -0
  739. package/dist/providers/icons/Electricity.js +3 -0
  740. package/dist/providers/icons/EnergyAdvice.d.ts +2 -0
  741. package/dist/providers/icons/EnergyAdvice.js +3 -0
  742. package/dist/providers/icons/Equals.d.ts +2 -0
  743. package/dist/providers/icons/Equals.js +3 -0
  744. package/dist/providers/icons/Euro.d.ts +2 -0
  745. package/dist/providers/icons/Euro.js +3 -0
  746. package/dist/providers/icons/Gas.d.ts +2 -0
  747. package/dist/providers/icons/Gas.js +3 -0
  748. package/dist/providers/icons/GlobeAddress.d.ts +2 -0
  749. package/dist/providers/icons/GlobeAddress.js +3 -0
  750. package/dist/providers/icons/Help.d.ts +2 -0
  751. package/dist/providers/icons/Help.js +3 -0
  752. package/dist/providers/icons/HelpFilled.d.ts +2 -0
  753. package/dist/providers/icons/HelpFilled.js +3 -0
  754. package/dist/providers/icons/Hide.d.ts +2 -0
  755. package/dist/providers/icons/Hide.js +3 -0
  756. package/dist/providers/icons/Home.d.ts +2 -0
  757. package/dist/providers/icons/Home.js +3 -0
  758. package/dist/providers/icons/HomeFilled.d.ts +2 -0
  759. package/dist/providers/icons/HomeFilled.js +3 -0
  760. package/dist/providers/icons/HydroPower.d.ts +2 -0
  761. package/dist/providers/icons/HydroPower.js +3 -0
  762. package/dist/providers/icons/Info.d.ts +2 -0
  763. package/dist/providers/icons/Info.js +3 -0
  764. package/dist/providers/icons/Link.d.ts +2 -0
  765. package/dist/providers/icons/Link.js +3 -0
  766. package/dist/providers/icons/Logo.d.ts +2 -0
  767. package/dist/providers/icons/Logo.js +3 -0
  768. package/dist/providers/icons/Mail.d.ts +2 -0
  769. package/dist/providers/icons/Mail.js +3 -0
  770. package/dist/providers/icons/MailOpen.d.ts +2 -0
  771. package/dist/providers/icons/MailOpen.js +3 -0
  772. package/dist/providers/icons/Menu.d.ts +2 -0
  773. package/dist/providers/icons/Menu.js +3 -0
  774. package/dist/providers/icons/Message.d.ts +2 -0
  775. package/dist/providers/icons/Message.js +3 -0
  776. package/dist/providers/icons/MessageFilled.d.ts +2 -0
  777. package/dist/providers/icons/MessageFilled.js +3 -0
  778. package/dist/providers/icons/Minus.d.ts +2 -0
  779. package/dist/providers/icons/Minus.js +3 -0
  780. package/dist/providers/icons/Mobile.d.ts +2 -0
  781. package/dist/providers/icons/Mobile.js +3 -0
  782. package/dist/providers/icons/NewWindow.d.ts +2 -0
  783. package/dist/providers/icons/NewWindow.js +3 -0
  784. package/dist/providers/icons/PaymentCard.d.ts +2 -0
  785. package/dist/providers/icons/PaymentCard.js +3 -0
  786. package/dist/providers/icons/PaymentCardFilled.d.ts +2 -0
  787. package/dist/providers/icons/PaymentCardFilled.js +3 -0
  788. package/dist/providers/icons/Phone.d.ts +2 -0
  789. package/dist/providers/icons/Phone.js +3 -0
  790. package/dist/providers/icons/Plus.d.ts +2 -0
  791. package/dist/providers/icons/Plus.js +3 -0
  792. package/dist/providers/icons/Pound.d.ts +2 -0
  793. package/dist/providers/icons/Pound.js +3 -0
  794. package/dist/providers/icons/Pricing.d.ts +2 -0
  795. package/dist/providers/icons/Pricing.js +3 -0
  796. package/dist/providers/icons/PricingFilled.d.ts +2 -0
  797. package/dist/providers/icons/PricingFilled.js +3 -0
  798. package/dist/providers/icons/Search.d.ts +2 -0
  799. package/dist/providers/icons/Search.js +3 -0
  800. package/dist/providers/icons/Security.d.ts +2 -0
  801. package/dist/providers/icons/Security.js +3 -0
  802. package/dist/providers/icons/Shop.d.ts +2 -0
  803. package/dist/providers/icons/Shop.js +3 -0
  804. package/dist/providers/icons/ShopFilled.d.ts +2 -0
  805. package/dist/providers/icons/ShopFilled.js +3 -0
  806. package/dist/providers/icons/Show.d.ts +2 -0
  807. package/dist/providers/icons/Show.js +3 -0
  808. package/dist/providers/icons/SmartHome.d.ts +2 -0
  809. package/dist/providers/icons/SmartHome.js +3 -0
  810. package/dist/providers/icons/SmartMeter.d.ts +2 -0
  811. package/dist/providers/icons/SmartMeter.js +3 -0
  812. package/dist/providers/icons/Solar.d.ts +2 -0
  813. package/dist/providers/icons/Solar.js +3 -0
  814. package/dist/providers/icons/Star.d.ts +2 -0
  815. package/dist/providers/icons/Star.js +3 -0
  816. package/dist/providers/icons/StarFilled.d.ts +2 -0
  817. package/dist/providers/icons/StarFilled.js +3 -0
  818. package/dist/providers/icons/Sun.d.ts +2 -0
  819. package/dist/providers/icons/Sun.js +3 -0
  820. package/dist/providers/icons/Torch.d.ts +2 -0
  821. package/dist/providers/icons/Torch.js +3 -0
  822. package/dist/providers/icons/Trees.d.ts +2 -0
  823. package/dist/providers/icons/Trees.js +3 -0
  824. package/dist/providers/icons/Tune.d.ts +2 -0
  825. package/dist/providers/icons/Tune.js +3 -0
  826. package/dist/providers/icons/User.d.ts +2 -0
  827. package/dist/providers/icons/User.js +3 -0
  828. package/dist/providers/icons/UserFilled.d.ts +2 -0
  829. package/dist/providers/icons/UserFilled.js +3 -0
  830. package/dist/providers/icons/Wallet.d.ts +2 -0
  831. package/dist/providers/icons/Wallet.js +3 -0
  832. package/dist/providers/icons/WalletFilled.d.ts +2 -0
  833. package/dist/providers/icons/WalletFilled.js +3 -0
  834. package/dist/providers/icons/WarmHome.d.ts +2 -0
  835. package/dist/providers/icons/WarmHome.js +3 -0
  836. package/dist/providers/icons/Warning.d.ts +2 -0
  837. package/dist/providers/icons/Warning.js +3 -0
  838. package/dist/providers/icons/WebAddress.d.ts +2 -0
  839. package/dist/providers/icons/WebAddress.js +3 -0
  840. package/dist/providers/icons/WindPower.d.ts +2 -0
  841. package/dist/providers/icons/WindPower.js +3 -0
  842. package/dist/providers/icons/index.d.ts +93 -0
  843. package/dist/providers/icons/index.js +93 -0
  844. package/dist/providers/index.d.ts +2 -0
  845. package/dist/providers/index.js +2 -0
  846. package/dist/providers/types.d.ts +5 -0
  847. package/dist/providers/types.js +1 -0
  848. package/dist/src/components/{NavigationIcon/NavigationIcon.d.ts → NavIcon/NavIcon.d.ts} +2 -2
  849. package/dist/src/components/{NavigationIcon/NavigationIcon.js → NavIcon/NavIcon.js} +1 -1
  850. package/dist/src/components/NavIcon/index.d.ts +1 -0
  851. package/dist/src/components/NavIcon/index.js +1 -0
  852. package/dist/src/components/index.d.ts +1 -0
  853. package/dist/src/components/index.js +1 -0
  854. package/dist/styled.native.d.ts +3388 -0
  855. package/dist/styled.native.js +4 -0
  856. package/dist/theme/index.d.ts +1 -0
  857. package/dist/theme/index.js +1 -0
  858. package/dist/utils/index.d.ts +1 -0
  859. package/dist/utils/index.js +1 -0
  860. package/dist/utils/utils.d.ts +15 -0
  861. package/dist/utils/utils.js +68 -0
  862. package/package.json +1 -1
  863. package/dist/esm/src/components/NavigationIcon/index.js +0 -1
  864. package/dist/src/components/NavigationIcon/index.d.ts +0 -1
  865. package/dist/src/components/NavigationIcon/index.js +0 -1
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CaretArrowRight: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CaretArrowRight = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m11.5 8-5 5V3l5 5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CaretArrowUp: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CaretArrowUp = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m8 4.5 5 5H3l5-5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CaretDown: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CaretDown = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m8 11.5-5-5h10l-5 5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CaretLeft: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CaretLeft = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m4.5 8 5-5v10l-5-5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CaretRight: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CaretRight = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m11.5 8-5 5V3l5 5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CaretUp: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CaretUp = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m8 4.5 5 5H3l5-5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Chart: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Chart = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M3 13h11.099l.401 1.496v.004h-13V1.902L3 1.501V13Zm4.989-9.585 1.5-.401v9.072h-1.5v-8.67ZM6.026 5.506l-1.5.402v6.177h1.5V5.506Zm5.425 2.92 1.5-.402v4.062h-1.5v-3.66Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChartFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChartFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M1.5 1.5v13h13v-13h-13Zm3.775 10.585h-1.5V5.91l1.5-.4v6.58-.005Zm3.46 0h-1.5v-8.67l1.5-.4v9.07Zm3.46 0h-1.5v-3.66l1.5-.4v4.06Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Check: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Check = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M5.5 11.67 1.935 8.36 1.5 10l4.02 3.75 8.98-8.78-.445-1.665L5.5 11.67Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CheckCircle: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CheckCircle = (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.226.736 3.48-3.478.448 1.673-3.928 3.926L4.65 8.281 5.711 7.22l1.515 1.516Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronDown: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronDown = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m8 12 7-7.045-1.69-.455L8 9.845 2.69 4.5 1 4.955 8 12Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronLeft: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronLeft = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m4 8 7.045 7 .455-1.69L6.155 8 11.5 2.69 11.045 1 4 8Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronLeftSmall: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronLeftSmall = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m5.75 8 4.045 4 .455-1.69L7.905 8l2.345-2.31L9.795 4 5.75 8Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronLeftSmallFirst: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronLeftSmallFirst = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m5.75 4-1.5.41V12l1.5-.41V4Zm5.545 8L7.25 8l4.045-4 .455 1.69L9.405 8l2.345 2.31-.455 1.69Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronRight: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronRight = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M12 8 4.955 1 4.5 2.69 9.845 8 4.5 13.31 4.955 15 12 8Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronRightSmall: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronRightSmall = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m10.25 8-4.045 4-.455-1.69L8.095 8 5.75 5.69 6.205 4l4.045 4Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronRightSmallLast: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronRightSmallLast = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M4.705 12 8.75 8 4.705 4 4.25 5.69 6.595 8 4.25 10.31 4.705 12Zm5.545-8 1.5.41V12l-1.5-.41V4Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ChevronUp: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ChevronUp = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m8 4-7 7.045 1.69.455L8 6.155l5.31 5.345 1.69-.455L8 4Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Circle: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Circle = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const CloseCircle: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const CloseCircle = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.516 8.016a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0Zm1.5 0c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm6.43-2.462 1.677.445L9.12 8l2.002 2.002-1.677.444L8.06 9.061l-1.385 1.385L5 10.002 7 8 4.999 5.999l1.676-.445L8.06 6.94l1.386-1.386Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Cross: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Cross = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M6.94 8 1.5 2.455 3.175 2 8 6.92 12.825 2l1.675.455L9.06 8l5.44 5.545-1.675.455L8 9.085 3.175 14 1.5 13.545 6.94 8Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Doc: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Doc = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M11.5 13h-7V7.006h5V3h2v10l1.5-.405V1.5H8L3 5.487V14.5h8.898L11.5 13ZM8 3.418v2.088H5.381L8 3.418Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Dollar: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Dollar = (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.755 2.245 5 5 5s5-2.245 5-5-2.245-5-5-5-5 2.245-5 5Zm4.685 2.85v.91l-.005.01h.87v-.92c1.025-.165 1.585-.9 1.585-1.67 0-.77-.485-1.405-1.56-1.645l-.775-.18c-.4-.085-.585-.305-.585-.57 0-.35.3-.665.845-.665.7 0 .92.49.97.79l1.045-.3c-.12-.57-.545-1.25-1.525-1.43v-.935h-.87v.91c-.91.145-1.61.805-1.61 1.71 0 .815.57 1.395 1.49 1.6l.785.17c.425.095.64.315.64.605 0 .375-.32.64-.875.64-.78 0-1.14-.495-1.19-1.03l-1.055.255c.075.725.635 1.585 1.82 1.745Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Download: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Download = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m12.225 6.05.45 1.67-3.62 3.62-1.06 1.06-1.06-1.06-3.61-3.61.45-1.675 3.47 3.475V1.9l1.5-.4v8.03l3.48-3.48ZM14.5 14.5l-.405-1.5H1.5l.405 1.5H14.5Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Eco: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Eco = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m14.51 13.449-1.954-1.953a4.935 4.935 0 0 0 .968-2.867c.02-1.298-.459-2.503-1.35-3.393-1.511-1.512-3.533-2.435-5.848-2.67-1.733-.176-3.025.093-3.079.104l-.476.102-.102.476c-.011.054-.28 1.346-.104 3.079.235 2.314 1.158 4.337 2.67 5.848.872.872 2.047 1.35 3.315 1.35h.078a4.937 4.937 0 0 0 2.867-.968l1.34 1.34 1.673-.448h.002ZM6.222 4.063c1.974.21 3.62.962 4.891 2.233.601.6.925 1.421.91 2.31a3.442 3.442 0 0 1-.546 1.811l-1.131-1.131V6.11h-1.5v1.675l-3.78-3.78c.347-.002.737.012 1.156.057Zm2.383 7.962c-.889.013-1.709-.31-2.31-.91-1.271-1.272-2.023-2.917-2.233-4.891-.044-.42-.058-.81-.056-1.156l3.808 3.808H6.12v1.5h3.195l1.103 1.101a3.44 3.44 0 0 1-1.812.547Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const EcoHome: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const EcoHome = (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.598ZM8.518 6.112l-1.85.516v2.908l.92-.246.62 1.822L9.433 7.22l-.916.245V6.112Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Edit: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Edit = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 1.5h-3.999V3H13v10l1.5-.401V1.5ZM13 13H3v-2.5H1.5v4h11.903L13 13ZM1.5 5.034 5.035 1.5 10.5 6.963V10.5H6.963L1.5 5.035Zm4.383-.566-.848-.848-1.413 1.414.847.848 1.414-1.414Zm1.702 4.53h1.414V7.585L6.943 5.53 5.53 6.944l2.055 2.055Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ElectricCar: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ElectricCar = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m12.165 5.232 1.51-.404c.541.965.825 2.048.825 3.172 0 3.584-2.916 6.5-6.5 6.5A6.508 6.508 0 0 1 1.5 8c0-3.391 2.61-6.184 5.928-6.475.284-.627.948-1.067 1.72-1.067H10.5v1.5H9.148c-.217 0-.368.131-.368.25 0 .117.151.25.368.25H10.5v1.5H9.148c-.716 0-1.337-.379-1.651-.933A5.007 5.007 0 0 0 3 8c0 2.757 2.243 5 5 5s5-2.243 5-5c0-.994-.289-1.947-.835-2.768Zm-1.094 1.59h1.101l-.402 1.5h-.52v2.151H9.625v-.829h-3.25v.829H4.75V8.322h-.547l-.402-1.5h1.113L5.562 5.5h4.803l.706 1.322ZM6.25 8.144h3.5v-.612L9.465 7H6.498l-.248.505v.639Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ElectricHome: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ElectricHome = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m12.165 5.232 1.51-.404c.541.965.825 2.048.825 3.172 0 3.584-2.916 6.5-6.5 6.5A6.508 6.508 0 0 1 1.5 8c0-3.391 2.61-6.184 5.928-6.475.284-.627.948-1.067 1.72-1.067H10.5v1.5H9.148c-.217 0-.368.131-.368.25 0 .117.151.25.368.25H10.5v1.5H9.148c-.716 0-1.337-.379-1.651-.933A5.007 5.007 0 0 0 3 8c0 2.757 2.243 5 5 5s5-2.243 5-5c0-.994-.289-1.947-.835-2.768Zm-7.915.785L8 4.229l3.75 1.788v4.712h-7.5V6.017Zm4.498 3.212h1.502V6.963L8 5.891 5.75 6.963V9.23h1.498V7.801l1.5-.402v1.83Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Electricity: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Electricity = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M7.98 3.476v3.468l1.607-.43-.96 3.048-.123-.359-.451-1.329-1.357.364-.48.128V3.969l1.765-.493m1.5-1.976L4.716 2.83v7.491l2.369-.634L8.68 14.38l3.16-10.023-2.36.633V1.5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const EnergyAdvice: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const EnergyAdvice = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12.91 5.5h1.59v4.982h-1.494a4.256 4.256 0 0 1-4.244 4.025h-.75V12.2h1.5v.704a2.757 2.757 0 0 0 1.99-2.421H11V5.5h.368C10.954 4.06 9.601 3 8 3S5.046 4.06 4.631 5.5H5v5H1.5v-5h1.59c.442-2.275 2.475-4 4.91-4s4.469 1.725 4.91 4ZM3 9h.5V7H3v2Zm10-2h-.5v1.983h.5V7Zm-4.508-.761-1.85.516v2.907l.92-.246.62 1.822 1.226-3.89-.916.245V6.239Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Equals: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Equals = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.903 6.63 1.5 5.13h12.598l.402 1.5H1.902Zm0 4.24L1.5 9.37h12.598l.402 1.5H1.902Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Euro: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Euro = (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.755 2.245 5 5 5s5-2.245 5-5-2.245-5-5-5-5 2.245-5 5Zm7.03 2.32.005-.005-.005.005Zm0 0-.52-.835c-.27.23-.66.365-1.115.365-.58 0-1.105-.245-1.4-.76H8.21l.365-.795h-1.82c-.015-.15-.015-.21-.015-.26 0-.095 0-.16.015-.28h2.04l.37-.795h-2.19c.305-.555.85-.81 1.425-.81.405 0 .76.08 1.02.26l.43-.89c-.38-.245-.835-.39-1.45-.39-1.16 0-2.24.675-2.645 1.825H4.97v.795h.615c-.01.135-.01.205-.01.27 0 .075 0 .12.01.27H4.97v.795h.785c.405 1.14 1.455 1.79 2.645 1.79.672 0 1.24-.243 1.63-.556Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Gas: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Gas = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M13.047 9.242c-.376-2.493-3.573-5.79-3.573-5.79l-.796.86L7.933 1.5s-4.527 4.756-5 7.922c-.34 2.272.982 5.077 4.999 5.078 4.713 0 5.452-3.026 5.115-5.258ZM6.99 12.677c-.416-.272-.473-.572-.473-.83 0-.393.368-.998.983-1.619.146-.147.293-.283.433-.405.129.113.264.237.399.372.636.634 1.016 1.252 1.016 1.652 0 .258-.056.557-.472.83-.376.246-.823.322-.943.322-.121 0-.568-.076-.943-.322Zm4.563-1.801c-.087.447-.26.824-.514 1.12a2.104 2.104 0 0 1-.214.213c.016-.115.024-.236.024-.361 0-2.021-2.916-3.916-2.916-3.916s-2.915 1.894-2.915 3.915l.001.087c-.503-.59-.729-1.444-.602-2.29.153-1.029.997-2.607 2.374-4.445.143-.19.285-.375.424-.551l.013.048.699 2.636L9.44 5.696c.16.198.328.413.497.641.934 1.259 1.512 2.371 1.627 3.13.075.497.07.985-.012 1.41v-.001Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const GlobeAddress: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const GlobeAddress = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M8 1.488a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Zm5 6.5c0 .488-.07.96-.201 1.406a13.51 13.51 0 0 0-1.816-.525 16.737 16.737 0 0 0-.03-2.045c.785-.169 1.397-.368 1.761-.5A4.98 4.98 0 0 1 13 7.987Zm-10 0c0-.574.098-1.125.276-1.639.359.127.969.321 1.755.486a17.11 17.11 0 0 0-.022 2.021c-.84.178-1.476.387-1.816.511A4.983 4.983 0 0 1 3 7.988Zm3.487.054c0-.332.012-.658.032-.973a13.587 13.587 0 0 0 2.948-.003 14.482 14.482 0 0 1 .025 1.557A13.603 13.603 0 0 0 6.5 8.62c-.008-.189-.012-.381-.012-.576Zm5.508-3.058c-.297.1-.715.226-1.223.342a17.869 17.869 0 0 0-.375-1.725c.626.344 1.17.817 1.598 1.383ZM8.653 3.03c.178.516.45 1.415.637 2.546a11.952 11.952 0 0 1-2.606.002 16.61 16.61 0 0 1 .598-2.538 5.006 5.006 0 0 1 1.371-.01Zm-3.105.601a18.365 18.365 0 0 0-.347 1.703 12.788 12.788 0 0 1-1.211-.329 5.037 5.037 0 0 1 1.558-1.374Zm-1.723 7.104c.284-.098.744-.242 1.329-.373.106.75.25 1.421.395 1.982a5.033 5.033 0 0 1-1.724-1.609Zm3.464 2.202c-.199-.601-.483-1.599-.654-2.824a12.088 12.088 0 0 1 2.73.005 16.841 16.841 0 0 1-.613 2.813 5.042 5.042 0 0 1-1.464.005h.001Zm3.19-.608c.135-.553.269-1.213.367-1.952.576.134 1.03.28 1.314.381a5.036 5.036 0 0 1-1.681 1.57Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Help: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Help = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM8 13c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Zm-.053-8.904c-1.57 0-2.505 1.064-2.505 2.322 0 .139.01.3.043.451l1.504.054a1.696 1.696 0 0 1-.032-.397c0-.505.366-1.011.99-1.011.623 0 .956.409.956.828 0 .279-.097.537-.387.752l-.548.409c-.612.462-.817 1.01-.817 1.515 0 .172.01.322.043.473h1.279c0-.484.258-.763.634-1.043l.409-.3c.645-.473 1.042-1.075 1.042-1.935 0-1.075-.87-2.118-2.612-2.118Zm-1.016 6.36 1.45-.389.387 1.449-1.449.388-.388-1.449Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const HelpFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const HelpFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Zm-.054 2.597c-1.569 0-2.504 1.064-2.504 2.321 0 .14.01.301.043.452l1.504.054a1.696 1.696 0 0 1-.032-.398c0-.505.366-1.01.99-1.01.623 0 .956.408.956.827 0 .28-.097.538-.387.753l-.548.408c-.613.462-.817 1.01-.817 1.516 0 .172.01.322.043.473h1.279c0-.484.258-.763.634-1.043l.408-.3c.645-.474 1.043-1.076 1.043-1.935 0-1.075-.87-2.118-2.612-2.118Zm-1.015 6.357 1.449-.388.388 1.45-1.449.387-.388-1.449Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Hide: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Hide = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M11.905 5.155 13.42 3.64l-.445-1.665-2.515 2.51a7.407 7.407 0 0 0-2.455-.42c-2.72 0-5.185 1.505-7 3.94.89 1.195 1.94 2.165 3.095 2.845l-1.515 1.515.45 1.675 2.515-2.515c.785.275 1.61.42 2.455.42 2.72 0 5.185-1.505 7-3.94-.89-1.195-1.94-2.165-3.095-2.845l-.005-.005ZM2.95 8C4.42 6.42 6.185 5.56 8 5.56c.415 0 .83.05 1.24.14l-.465.465c-.725-.29-1.615-.15-2.185.42a2.01 2.01 0 0 0-.425 2.195l-.955.955c-.8-.41-1.56-.99-2.255-1.735H2.95ZM8 10.44c-.415 0-.83-.05-1.24-.14l4.035-4.035c.8.41 1.56.99 2.255 1.735-1.47 1.58-3.235 2.44-5.05 2.44Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Home: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Home = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M13.402 14.5 13 13h-2.5V8.002H9L7 8H5.5V13H3V5.896l5-2.692 5 2.692v7.103l1.5-.401V5L8 1.5 1.5 5v9.5H7V9.501h2V14.5h4.402Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const HomeFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const HomeFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M14.5 14.5V5L8 1.5 1.5 5v9.5H7v-5h2v5h5.5Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const HydroPower: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const HydroPower = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12.527 10.319c.22-.456.368-.935.44-1.43h.018a1.502 1.502 0 0 0 1.515-1.49l-1.54-.01a4.946 4.946 0 0 0-.94-2.212l.072-.066a1.495 1.495 0 0 0 .076-2.119l-1.222 1.133a4.979 4.979 0 0 0-2.26-.899l.002-.217A1.502 1.502 0 0 0 7.193 1.5L7.18 3.252a4.987 4.987 0 0 0-2.07.863l-.083-.089A1.51 1.51 0 0 0 2.9 3.953l1.133 1.209a4.946 4.946 0 0 0-.95 2.218h-.069A1.502 1.502 0 0 0 1.5 8.87l1.575.01A4.95 4.95 0 0 0 4.1 11.25h-.001c-.395 0-.554-.122-.842-.344-.36-.277-.853-.655-1.757-.655v1.5c.394 0 .553.122.842.344.36.277.852.655 1.757.655.904 0 1.396-.378 1.756-.654l.002-.001c.288-.222.448-.345.842-.345.395 0 .554.123.843.345.36.277.852.655 1.757.655.904 0 1.396-.378 1.756-.654l.001-.001h.001c.288-.222.447-.345.842-.345.395 0 .554.123.842.344l.001.001c.36.277.852.655 1.757.655v-1.5c-.394 0-.553-.122-.841-.343l-.002-.001c-.265-.204-.605-.465-1.129-.586Zm-2.122.387c.315-.293.57-.637.759-1.021.232-.476.351-.989.351-1.524a3.491 3.491 0 0 0-3.494-3.48 3.491 3.491 0 0 0-3.494 3.48 3.46 3.46 0 0 0 .949 2.385A2.492 2.492 0 0 1 6.7 10.25c.904 0 1.397.378 1.756.655.29.222.448.345.843.345.395 0 .554-.123.842-.344l.001-.001c.08-.062.168-.13.266-.197l-.003-.003ZM6.678 6.005l1.85-.516v1.354l.916-.245-1.227 3.89-.62-1.822-.92.246V6.005Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Info: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Info = (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.428-3.619-1.437.382.381 1.437 1.438-.382-.382-1.437Zm.293 2.377H7.236v4.86h1.487v-4.86Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Link: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Link = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "M6.75 7.86a.854.854 0 0 0-.13.105l-1.03 1.03c.16.295.36.565.605.81.245.245.52.445.81.605L8.03 9.385c.04-.04.075-.085.11-.13-.325-.09-.63-.25-.885-.505a1.971 1.971 0 0 1-.505-.885V7.86ZM8.76 4.41l.825-.825a2.002 2.002 0 0 1 2.83 0 2.002 2.002 0 0 1 0 2.83l-.825.825a4.45 4.45 0 0 1 .21 1.91l1.67-1.675A3.48 3.48 0 0 0 14.495 5a3.48 3.48 0 0 0-1.025-2.475A3.48 3.48 0 0 0 10.995 1.5 3.48 3.48 0 0 0 8.52 2.525L6.845 4.2a4.615 4.615 0 0 1 1.915.21Z" }), _jsx(Path, { fill: "currentColor", d: "m11.59 7.235-.82.82a3.455 3.455 0 0 1-.39 2.32c.275-.155.53-.34.765-.575l.655-.655a4.59 4.59 0 0 0-.21-1.91ZM8.145 9.245c-.035.045-.065.09-.11.13L7.01 10.4c.33.18.685.3 1.05.365l.685-.685c.24-.24.4-.535.495-.85-.36.105-.735.11-1.095.01v.005Z" }), _jsx(Path, { fill: "currentColor", d: "m7.24 11.59-.825.825c-.755.755-2.075.755-2.83 0a2.002 2.002 0 0 1 0-2.83l.825-.825a4.45 4.45 0 0 1-.21-1.91L2.53 8.525A3.48 3.48 0 0 0 1.505 11a3.48 3.48 0 0 0 1.025 2.475A3.48 3.48 0 0 0 5.005 14.5a3.48 3.48 0 0 0 2.475-1.025L9.155 11.8a4.615 4.615 0 0 1-1.915-.21ZM9.25 8.14a.854.854 0 0 0 .13-.105l1.03-1.03a3.494 3.494 0 0 0-.605-.81 3.603 3.603 0 0 0-.81-.605L7.97 6.615c-.04.04-.075.085-.11.13.325.09.63.25.885.505.25.25.415.555.505.885v.005Z" }), _jsx(Path, { fill: "currentColor", d: "m4.41 8.765.82-.82a3.455 3.455 0 0 1 .39-2.32c-.275.155-.53.34-.765.575l-.655.655a4.59 4.59 0 0 0 .21 1.91ZM6.76 6.765a1.99 1.99 0 0 1 .565-.09c.18 0 .355.03.53.08.035-.045.065-.09.11-.13L8.99 5.6c-.33-.18-.685-.3-1.05-.365l-.685.685c-.24.24-.4.535-.495.85v-.005Z" }), _jsx(Path, { fill: "currentColor", d: "m5.23 7.945.685-.685c.245-.245.54-.4.85-.495.095-.315.255-.61.495-.85l.685-.685a3.51 3.51 0 0 0-2.325.395 3.469 3.469 0 0 0-.39 2.32ZM10.77 8.055l-.685.685c-.245.245-.54.4-.85.495-.095.315-.255.61-.495.85l-.685.685a3.47 3.47 0 0 0 2.325-.395 3.469 3.469 0 0 0 .39-2.32Z" })] }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Logo: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Logo = (props) => (_jsx(Svg, { viewBox: "0 0 48 48", ...props, children: _jsx(Path, { fill: "currentColor", d: "M14.316 16.104c-1.837-1.34-4.186-2.084-6.733-2.084-2.262 0-4.364.589-6.1 1.66L0 10.143 37.861 0l3.767 14.063a12.37 12.37 0 0 0-1.054-.045c-2.562 0-4.924.752-6.771 2.109l.697-1.803h-7.311l-2.562 8.771c-.278.95-.565 1.982-.565 1.982l-.557-1.982-2.56-8.77h-7.316l.687 1.779Zm22.654 8.023c0-2.05 1.382-3.76 3.606-3.76 1.711 0 2.919 1.013 3.387 2.414l.127.472c.058.28.092.57.092.873 0 2.2-1.484 3.71-3.606 3.71s-3.606-1.51-3.606-3.71Zm-25.781 0c0-2.05-1.384-3.76-3.606-3.76-2.224 0-3.61 1.71-3.61 3.76 0 2.2 1.489 3.71 3.61 3.71 2.122 0 3.606-1.51 3.606-3.71Zm18.866 1.69c.835 5.104 5.232 8.101 10.521 8.101 2.209 0 4.265-.52 5.972-1.5l1.456 5.44L10.143 48 6.357 33.865c.401.036.814.055 1.226.055 5.27 0 9.659-2.98 10.515-8.057l3 7.753h5.934l3.023-7.8Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Mail: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Mail = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M14.5 3h-13v10h11.896L13 11.521l1.5-.402V3ZM13 4.5v1.375l-5 1.34-5-1.34V4.5h10Zm-10 7V7.428l5 1.34 5-1.34v4.071H3v.001Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const MailOpen: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const MailOpen = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M14.5 11.098V5.5H13v-4H3v4H1.5V13h11.902L13 11.5H3V7.435l5 1.34 5-1.34v4.063l1.5-.402Zm-10-4.813V3h7v3.285L8 7.223l-3.5-.938Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Menu: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Menu = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m14.098 3 .402 1.5H1.902L1.5 3h12.598ZM1.5 7.261l.403 1.5H14.5l-.402-1.5H1.5Zm0 4.239.403 1.5H14.5l-.402-1.5H1.5Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Message: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Message = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M13 11.523H5.232l-.252.093-1.98.731V4.5h10v7.023l1.5-.402V3h-13v11.5l4-1.498h7.896L13 11.523Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const MessageFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const MessageFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 13 13 11.523l1.5 1.479h-9l-4 1.498V3h13v10Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Minus: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Minus = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m14.095 7.25.405 1.5H1.905L1.5 7.25h12.595Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Mobile: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Mobile = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M4 1.5h8v11.095l-1.498.406.397 1.499H4v-13ZM5.5 13h5V3h-5v10Zm1.591-2.037 1.437-.382.382 1.438-1.438.38-.38-1.436Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const NewWindow: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
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" })] }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const PaymentCard: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
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" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const PaymentCardFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
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" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Phone: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
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" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Plus: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;