@ovotech/element-native 3.2.3 → 3.3.0-canary-876541b-129

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 (267) hide show
  1. package/dist/components/Accordion/styles.d.ts +27 -27
  2. package/dist/components/Accordion/styles.js +1 -1
  3. package/dist/components/ActionList/styled.d.ts +45 -45
  4. package/dist/components/ActionList/styled.js +1 -1
  5. package/dist/components/Badge/Badge.d.ts +9 -9
  6. package/dist/components/Card/Card.d.ts +9 -9
  7. package/dist/components/Checkbox/Checkbox.js +4 -5
  8. package/dist/components/DataTable/styles.d.ts +99 -99
  9. package/dist/components/DescriptionList/styled.d.ts +9 -9
  10. package/dist/components/ErrorText/ErrorText.d.ts +9 -9
  11. package/dist/components/Field/Field.js +1 -3
  12. package/dist/components/Grid/Col.d.ts +9 -9
  13. package/dist/components/Grid/Row.d.ts +9 -9
  14. package/dist/components/HintText/HintText.d.ts +9 -9
  15. package/dist/components/Input/PasswordInput.styled.d.ts +9 -9
  16. package/dist/components/LabelText/LabelText.d.ts +9 -9
  17. package/dist/components/List/List.d.ts +19 -270
  18. package/dist/components/List/List.js +2 -55
  19. package/dist/components/List/index.d.ts +1 -1
  20. package/dist/components/List/index.js +1 -4
  21. package/dist/components/Margin/Margin.d.ts +11 -11
  22. package/dist/components/Notification/Notification.d.ts +18 -18
  23. package/dist/components/SelectField/Select.d.ts +9 -9
  24. package/dist/components/SkeletonLoading/Skeleton.d.ts +9 -9
  25. package/dist/components/Stack/Stack.d.ts +2 -2
  26. package/dist/components/SubLabelText/SubLabelText.d.ts +9 -9
  27. package/dist/components/Text/Text.d.ts +45 -45
  28. package/dist/components/TextLink/TextLink.js +6 -3
  29. package/dist/components/index.d.ts +0 -1
  30. package/dist/components/index.js +0 -1
  31. package/dist/esm/components/Accordion/styles.js +1 -1
  32. package/dist/esm/components/ActionList/styled.js +1 -1
  33. package/dist/esm/components/Checkbox/Checkbox.js +4 -5
  34. package/dist/esm/components/Field/Field.js +2 -4
  35. package/dist/esm/components/List/List.js +2 -52
  36. package/dist/esm/components/List/index.js +1 -1
  37. package/dist/esm/components/TextLink/TextLink.js +8 -5
  38. package/dist/esm/components/index.js +0 -1
  39. package/dist/esm/index.js +0 -1
  40. package/dist/esm/providers/IconsProvider.js +46 -3
  41. package/dist/esm/providers/icons/Address.js +14 -0
  42. package/dist/esm/providers/icons/Advice.js +14 -0
  43. package/dist/esm/providers/icons/Archive.js +14 -0
  44. package/dist/esm/providers/icons/ArrowDown.js +2 -2
  45. package/dist/esm/providers/icons/ArrowLeft.js +2 -2
  46. package/dist/esm/providers/icons/ArrowRight.js +2 -2
  47. package/dist/esm/providers/icons/ArrowUp.js +2 -2
  48. package/dist/esm/providers/icons/Award.js +14 -0
  49. package/dist/esm/providers/icons/Battery.js +14 -0
  50. package/dist/esm/providers/icons/Cal.js +14 -0
  51. package/dist/esm/providers/icons/CalBook.js +14 -0
  52. package/dist/esm/providers/icons/CaretDown.js +2 -2
  53. package/dist/esm/providers/icons/CaretLeft.js +2 -2
  54. package/dist/esm/providers/icons/CaretRight.js +2 -2
  55. package/dist/esm/providers/icons/CaretUp.js +2 -2
  56. package/dist/esm/providers/icons/Chart.js +2 -2
  57. package/dist/esm/providers/icons/ChartFilled.js +14 -0
  58. package/dist/esm/providers/icons/Check.js +2 -2
  59. package/dist/esm/providers/icons/CheckCircle.js +14 -0
  60. package/dist/esm/providers/icons/ChevronDown.js +2 -2
  61. package/dist/esm/providers/icons/ChevronLeft.js +2 -2
  62. package/dist/esm/providers/icons/ChevronLeftSmall.js +2 -2
  63. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +2 -2
  64. package/dist/esm/providers/icons/ChevronRight.js +2 -2
  65. package/dist/esm/providers/icons/ChevronRightSmall.js +2 -2
  66. package/dist/esm/providers/icons/ChevronRightSmallLast.js +2 -2
  67. package/dist/esm/providers/icons/ChevronUp.js +2 -2
  68. package/dist/esm/providers/icons/CloseCircle.js +14 -0
  69. package/dist/esm/providers/icons/Cross.js +2 -2
  70. package/dist/esm/{theme/index.js → providers/icons/Doc.js} +3 -8
  71. package/dist/esm/providers/icons/Dollar.js +2 -2
  72. package/dist/esm/providers/icons/Download.js +2 -2
  73. package/dist/esm/providers/icons/Eco.js +14 -0
  74. package/dist/esm/providers/icons/EcoHome.js +14 -0
  75. package/dist/esm/providers/icons/Edit.js +14 -0
  76. package/dist/esm/providers/icons/ElectricCar.js +14 -0
  77. package/dist/esm/providers/icons/ElectricHome.js +14 -0
  78. package/dist/esm/providers/icons/Electricity.js +2 -2
  79. package/dist/esm/providers/icons/EnergyAdvice.js +14 -0
  80. package/dist/esm/providers/icons/Equals.js +14 -0
  81. package/dist/esm/providers/icons/Euro.js +2 -2
  82. package/dist/esm/providers/icons/Gas.js +3 -3
  83. package/dist/esm/providers/icons/GlobeAddress.js +14 -0
  84. package/dist/esm/providers/icons/Help.js +2 -2
  85. package/dist/esm/providers/icons/Hide.js +2 -2
  86. package/dist/esm/providers/icons/Home.js +2 -2
  87. package/dist/esm/providers/icons/HomeFilled.js +14 -0
  88. package/dist/esm/providers/icons/HydroPower.js +14 -0
  89. package/dist/esm/providers/icons/Info.js +2 -2
  90. package/dist/esm/providers/icons/Link.js +2 -2
  91. package/dist/esm/providers/icons/Mail.js +14 -0
  92. package/dist/esm/providers/icons/MailOpen.js +14 -0
  93. package/dist/esm/providers/icons/Menu.js +14 -0
  94. package/dist/esm/providers/icons/Message.js +14 -0
  95. package/dist/esm/providers/icons/MessageFilled.js +14 -0
  96. package/dist/esm/providers/icons/Minus.js +2 -2
  97. package/dist/esm/providers/icons/Mobile.js +14 -0
  98. package/dist/esm/providers/icons/NewWindow.js +3 -3
  99. package/dist/esm/providers/icons/PaymentCard.js +2 -2
  100. package/dist/esm/providers/icons/Phone.js +14 -0
  101. package/dist/esm/providers/icons/Plus.js +2 -2
  102. package/dist/esm/providers/icons/Pound.js +2 -2
  103. package/dist/esm/providers/icons/Pricing.js +14 -0
  104. package/dist/esm/providers/icons/Search.js +2 -2
  105. package/dist/esm/providers/icons/Security.js +14 -0
  106. package/dist/esm/providers/icons/Show.js +2 -2
  107. package/dist/esm/providers/icons/SmartHome.js +14 -0
  108. package/dist/esm/providers/icons/SmartMeter.js +14 -0
  109. package/dist/esm/providers/icons/Solar.js +14 -0
  110. package/dist/esm/providers/icons/Star.js +14 -0
  111. package/dist/esm/providers/icons/Sun.js +14 -0
  112. package/dist/esm/providers/icons/Trees.js +14 -0
  113. package/dist/esm/providers/icons/Tune.js +2 -2
  114. package/dist/esm/providers/icons/User.js +2 -2
  115. package/dist/esm/providers/icons/UserFilled.js +14 -0
  116. package/dist/esm/providers/icons/Wallet.js +14 -0
  117. package/dist/esm/providers/icons/WalletFilled.js +14 -0
  118. package/dist/esm/providers/icons/WarmHome.js +14 -0
  119. package/dist/esm/providers/icons/Warning.js +14 -0
  120. package/dist/esm/providers/icons/WebAddress.js +14 -0
  121. package/dist/esm/providers/icons/WindPower.js +14 -0
  122. package/dist/esm/providers/icons/index.js +46 -3
  123. package/dist/index.d.ts +0 -1
  124. package/dist/index.js +0 -1
  125. package/dist/providers/IconsProvider.js +45 -2
  126. package/dist/providers/icons/Address.d.ts +2 -0
  127. package/dist/providers/icons/Address.js +41 -0
  128. package/dist/providers/icons/Advice.d.ts +2 -0
  129. package/dist/providers/icons/Advice.js +41 -0
  130. package/dist/providers/icons/Archive.d.ts +2 -0
  131. package/dist/providers/icons/Archive.js +41 -0
  132. package/dist/providers/icons/ArrowDown.js +25 -2
  133. package/dist/providers/icons/ArrowLeft.js +25 -2
  134. package/dist/providers/icons/ArrowRight.js +25 -2
  135. package/dist/providers/icons/ArrowUp.js +25 -2
  136. package/dist/providers/icons/Award.d.ts +2 -0
  137. package/dist/providers/icons/Award.js +41 -0
  138. package/dist/providers/icons/Battery.d.ts +2 -0
  139. package/dist/providers/icons/Battery.js +41 -0
  140. package/dist/providers/icons/Cal.d.ts +2 -0
  141. package/dist/providers/icons/Cal.js +41 -0
  142. package/dist/providers/icons/CalBook.d.ts +2 -0
  143. package/dist/providers/icons/CalBook.js +41 -0
  144. package/dist/providers/icons/CaretDown.js +25 -2
  145. package/dist/providers/icons/CaretLeft.js +25 -2
  146. package/dist/providers/icons/CaretRight.js +25 -2
  147. package/dist/providers/icons/CaretUp.js +25 -2
  148. package/dist/providers/icons/Chart.js +25 -2
  149. package/dist/providers/icons/ChartFilled.d.ts +2 -0
  150. package/dist/providers/icons/ChartFilled.js +41 -0
  151. package/dist/providers/icons/Check.js +25 -2
  152. package/dist/providers/icons/CheckCircle.d.ts +2 -0
  153. package/dist/providers/icons/CheckCircle.js +41 -0
  154. package/dist/providers/icons/ChevronDown.js +25 -2
  155. package/dist/providers/icons/ChevronLeft.js +25 -2
  156. package/dist/providers/icons/ChevronLeftSmall.js +25 -2
  157. package/dist/providers/icons/ChevronLeftSmallFirst.js +25 -2
  158. package/dist/providers/icons/ChevronRight.js +25 -2
  159. package/dist/providers/icons/ChevronRightSmall.js +25 -2
  160. package/dist/providers/icons/ChevronRightSmallLast.js +25 -2
  161. package/dist/providers/icons/ChevronUp.js +25 -2
  162. package/dist/providers/icons/CloseCircle.d.ts +2 -0
  163. package/dist/providers/icons/CloseCircle.js +41 -0
  164. package/dist/providers/icons/Cross.js +25 -2
  165. package/dist/providers/icons/Doc.d.ts +2 -0
  166. package/dist/providers/icons/Doc.js +41 -0
  167. package/dist/providers/icons/Dollar.js +25 -2
  168. package/dist/providers/icons/Download.js +25 -2
  169. package/dist/providers/icons/Eco.d.ts +2 -0
  170. package/dist/providers/icons/Eco.js +41 -0
  171. package/dist/providers/icons/EcoHome.d.ts +2 -0
  172. package/dist/providers/icons/EcoHome.js +41 -0
  173. package/dist/providers/icons/Edit.d.ts +2 -0
  174. package/dist/providers/icons/Edit.js +41 -0
  175. package/dist/providers/icons/ElectricCar.d.ts +2 -0
  176. package/dist/providers/icons/ElectricCar.js +41 -0
  177. package/dist/providers/icons/ElectricHome.d.ts +2 -0
  178. package/dist/providers/icons/ElectricHome.js +41 -0
  179. package/dist/providers/icons/Electricity.js +25 -2
  180. package/dist/providers/icons/EnergyAdvice.d.ts +2 -0
  181. package/dist/providers/icons/EnergyAdvice.js +41 -0
  182. package/dist/providers/icons/Equals.d.ts +2 -0
  183. package/dist/providers/icons/Equals.js +41 -0
  184. package/dist/providers/icons/Euro.js +25 -2
  185. package/dist/providers/icons/Gas.js +25 -2
  186. package/dist/providers/icons/GlobeAddress.d.ts +2 -0
  187. package/dist/providers/icons/GlobeAddress.js +41 -0
  188. package/dist/providers/icons/Help.js +25 -2
  189. package/dist/providers/icons/Hide.js +25 -2
  190. package/dist/providers/icons/Home.js +25 -2
  191. package/dist/providers/icons/HomeFilled.d.ts +2 -0
  192. package/dist/providers/icons/HomeFilled.js +41 -0
  193. package/dist/providers/icons/HydroPower.d.ts +2 -0
  194. package/dist/providers/icons/HydroPower.js +41 -0
  195. package/dist/providers/icons/Info.js +25 -2
  196. package/dist/providers/icons/Link.js +25 -2
  197. package/dist/providers/icons/Mail.d.ts +2 -0
  198. package/dist/providers/icons/Mail.js +41 -0
  199. package/dist/providers/icons/MailOpen.d.ts +2 -0
  200. package/dist/providers/icons/MailOpen.js +41 -0
  201. package/dist/providers/icons/Menu.d.ts +2 -0
  202. package/dist/providers/icons/Menu.js +41 -0
  203. package/dist/providers/icons/Message.d.ts +2 -0
  204. package/dist/providers/icons/Message.js +41 -0
  205. package/dist/providers/icons/MessageFilled.d.ts +2 -0
  206. package/dist/providers/icons/MessageFilled.js +41 -0
  207. package/dist/providers/icons/Minus.js +25 -2
  208. package/dist/providers/icons/Mobile.d.ts +2 -0
  209. package/dist/providers/icons/Mobile.js +41 -0
  210. package/dist/providers/icons/NewWindow.js +25 -2
  211. package/dist/providers/icons/PaymentCard.js +25 -2
  212. package/dist/providers/icons/Phone.d.ts +2 -0
  213. package/dist/providers/icons/Phone.js +41 -0
  214. package/dist/providers/icons/Plus.js +25 -2
  215. package/dist/providers/icons/Pound.js +25 -2
  216. package/dist/providers/icons/Pricing.d.ts +2 -0
  217. package/dist/providers/icons/Pricing.js +41 -0
  218. package/dist/providers/icons/Search.js +25 -2
  219. package/dist/providers/icons/Security.d.ts +2 -0
  220. package/dist/providers/icons/Security.js +41 -0
  221. package/dist/providers/icons/Show.js +25 -2
  222. package/dist/providers/icons/SmartHome.d.ts +2 -0
  223. package/dist/providers/icons/SmartHome.js +41 -0
  224. package/dist/providers/icons/SmartMeter.d.ts +2 -0
  225. package/dist/providers/icons/SmartMeter.js +41 -0
  226. package/dist/providers/icons/Solar.d.ts +2 -0
  227. package/dist/providers/icons/Solar.js +41 -0
  228. package/dist/providers/icons/Star.d.ts +2 -0
  229. package/dist/providers/icons/Star.js +41 -0
  230. package/dist/providers/icons/Sun.d.ts +2 -0
  231. package/dist/providers/icons/Sun.js +41 -0
  232. package/dist/providers/icons/Trees.d.ts +2 -0
  233. package/dist/providers/icons/Trees.js +41 -0
  234. package/dist/providers/icons/Tune.js +25 -2
  235. package/dist/providers/icons/User.js +25 -2
  236. package/dist/providers/icons/UserFilled.d.ts +2 -0
  237. package/dist/providers/icons/UserFilled.js +41 -0
  238. package/dist/providers/icons/Wallet.d.ts +2 -0
  239. package/dist/providers/icons/Wallet.js +41 -0
  240. package/dist/providers/icons/WalletFilled.d.ts +2 -0
  241. package/dist/providers/icons/WalletFilled.js +41 -0
  242. package/dist/providers/icons/WarmHome.d.ts +2 -0
  243. package/dist/providers/icons/WarmHome.js +41 -0
  244. package/dist/providers/icons/Warning.d.ts +2 -0
  245. package/dist/providers/icons/Warning.js +41 -0
  246. package/dist/providers/icons/WebAddress.d.ts +2 -0
  247. package/dist/providers/icons/WebAddress.js +41 -0
  248. package/dist/providers/icons/WindPower.d.ts +2 -0
  249. package/dist/providers/icons/WindPower.js +41 -0
  250. package/dist/providers/icons/index.d.ts +46 -3
  251. package/dist/providers/icons/index.js +46 -3
  252. package/dist/styled.native.d.ts +49 -49
  253. package/package.json +2 -2
  254. package/dist/components/SummaryList/SummaryList.d.ts +0 -14
  255. package/dist/components/SummaryList/SummaryList.js +0 -47
  256. package/dist/components/SummaryList/index.d.ts +0 -1
  257. package/dist/components/SummaryList/index.js +0 -6
  258. package/dist/esm/components/SummaryList/SummaryList.js +0 -43
  259. package/dist/esm/components/SummaryList/index.js +0 -1
  260. package/dist/esm/theme/create-theme.js +0 -330
  261. package/dist/esm/theme/theme.js +0 -1
  262. package/dist/theme/create-theme.d.ts +0 -18
  263. package/dist/theme/create-theme.js +0 -337
  264. package/dist/theme/index.d.ts +0 -231
  265. package/dist/theme/index.js +0 -37
  266. package/dist/theme/theme.d.ts +0 -193
  267. package/dist/theme/theme.js +0 -2
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var EnergyAdvice = function (props) { return (_jsx(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Equals = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Euro = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 8.86726H3.58264C3.55593 8.5644 3.54257 8.26844 3.54257 7.97935C3.54257 7.73156 3.55593 7.45624 3.58264 7.15339H2V5.54277H3.88314C4.33723 4.09735 5.14524 2.9823 6.30718 2.19764C7.46911 1.39921 8.73122 1 10.0935 1C11.4958 1 12.6377 1.3235 13.5192 1.9705L12.7179 3.56047C12.0367 3.05113 11.1619 2.79646 10.0935 2.79646C9.17195 2.79646 8.33723 3.03048 7.58932 3.49852C6.8414 3.96657 6.28715 4.64798 5.92654 5.54277H11.7963L11.015 7.15339H5.54591C5.50584 7.40118 5.48581 7.6765 5.48581 7.97935C5.48581 8.3648 5.50584 8.66077 5.54591 8.86726H10.2938L9.51252 10.5192H5.96661C6.32721 11.4002 6.86811 12.0678 7.58932 12.5221C8.31052 12.9764 9.12521 13.2035 10.0334 13.2035C11.3022 13.2035 12.2972 12.8319 13.0184 12.0885L14 13.5339C12.8915 14.5113 11.5693 15 10.0334 15C8.69783 15 7.46244 14.6077 6.32721 13.823C5.19199 13.0383 4.39065 11.9371 3.92321 10.5192H2V8.86726Z", fill: "currentColor" }) }))); };
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Euro = 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.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" }) }))); };
@@ -9,6 +9,6 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Gas = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { d: "M7.82 0.31V0C10.53 0 12.71 2.09 12.71 4.67C12.71 6.53 11.55 8.13 9.91 8.89C8.66 9.46 7.82 10.71 7.82 12.13V12.44C5.11 12.44 2.93 10.35 2.93 7.77C2.93 5.91 4.08 4.31 5.73 3.55C6.97 2.98 7.82 1.73 7.82 0.31ZM1.5 16V14H14.5V16H1.5Z", fill: "currentColor" }), _jsx(Path, { d: "M1.33 14.22V16h13.34v-1.78z", fill: "currentColor", opacity: ".3" })] }))); };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Gas = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.047 9.242c-.376-2.493-3.574-5.79-3.574-5.79l-.796.86L7.934 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-.415-.272-.472-.572-.472-.83 0-.393.367-.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-.473.83-.376.246-.822.322-.942.322-.121 0-.568-.076-.944-.322Zm4.564-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-.603-2.29.154-1.029.997-2.607 2.375-4.445.143-.19.284-.375.424-.551l.013.048.699 2.636L9.44 5.696c.16.198.327.413.496.641.935 1.259 1.513 2.371 1.628 3.13.075.497.07.985-.012 1.41v-.001Z" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var GlobeAddress = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Help = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 1.78C4.56 1.78 1.78 4.56 1.78 8C1.78 11.44 4.57 14.22 8 14.22C11.43 14.22 14.22 11.43 14.22 8C14.22 4.57 11.44 1.78 8 1.78ZM0 8C0 3.58 3.58 0 8 0C12.42 0 16 3.58 16 8C16 12.42 12.42 16 8 16C3.58 16 0 12.42 0 8ZM7.14 12V10.28H8.86V12H7.14ZM5.42 6.61C5.42 4.93 6.38 4 8 4C9.6 4 10.58 4.98 10.58 6.61C10.58 7.61 9.99 8.43 8.93 9.05L8.86 9.09V9.14H7.14V8.02L7.64 7.79C8.51 7.38 8.86 6.99 8.86 6.61C8.86 5.93 8.66 5.72 8 5.72C7.34 5.72 7.16 5.88 7.14 6.52V6.61H5.42Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Help = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Hide = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M15.8125 1.3125L14.5781 0.078125L10.7093 3.947C9.8406 3.65492 8.93342 3.5 8 3.5C4.89086 3.5 2.07286 5.21886 0 8C0.996343 9.33679 2.16484 10.4282 3.45507 11.2012L0.0937505 14.5625L1.32813 15.7969L5.12836 11.9966C6.04613 12.3251 7.00825 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C14.9683 6.61581 13.7521 5.49476 12.4072 4.71779L15.8125 1.3125ZM9.3408 5.31545C8.93732 5.11358 8.48195 5 8 5C6.34286 5 5 6.34286 5 8C5 8.48195 5.11358 8.93732 5.31545 9.3408L6.50731 8.14894C6.50247 8.09995 6.5 8.05026 6.5 8C6.5 7.17171 7.17171 6.5 8 6.5C8.05026 6.5 8.09995 6.50247 8.14894 6.50731L9.3408 5.31545ZM9.46198 7.66302L10.6083 6.51665C10.8576 6.9541 11 7.46039 11 8C11 9.65714 9.65714 11 8 11C7.46039 11 6.9541 10.8576 6.51665 10.6083L7.66302 9.46198C7.77134 9.48686 7.88414 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.88414 9.48686 7.77134 9.46198 7.66302Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Hide = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Home = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M14 6.4L8 2.4L2 6.4V14H14V6.4ZM0 5.33L8 0L16 5.33V16H0V5.33ZM5.55164 8.64246L9.41534 7.60718L10.4506 11.4709L6.58691 12.5062L5.55164 8.64246Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Home = function (props) { return (_jsx(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var HomeFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M18.525 18.125V6.25L10.4 1.875 2.275 6.25v11.875H9.15v-6.25h2.5v6.25h6.875Z" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var HydroPower = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Info = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M1.78 8C1.78 4.56 4.56 1.78 8 1.78C11.44 1.78 14.22 4.57 14.22 8C14.22 11.43 11.43 14.22 8 14.22C4.57 14.22 1.78 11.44 1.78 8ZM8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM7 7V12H9V7H7ZM7 6V4H9V6H7Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Info = 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.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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Link = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { d: "M5.6665 8.81309C5.8348 9.12485 6.05111 9.41886 6.31444 9.68312C7.77261 11.1409 10.1375 11.1409 11.5959 9.68312L13.9066 7.37253C15.3643 5.91498 15.3643 3.5514 13.9066 2.0936C12.4482 0.635794 10.0835 0.635794 8.62535 2.0936L6.5415 4.17592C6.70655 4.15792 6.8731 4.15017 7.04065 4.15017C7.56805 4.15017 8.08069 4.23392 8.56633 4.39543L9.74717 3.21539C10.1528 2.80962 10.6922 2.58636 11.2656 2.58636C11.839 2.58636 12.3784 2.80937 12.784 3.21539C13.1897 3.6204 13.4127 4.15867 13.4127 4.73294C13.4127 5.30721 13.1897 5.84548 12.784 6.25049L10.4739 8.56008C10.0683 8.96609 9.52886 9.1891 8.95544 9.1891C8.38203 9.1891 7.79261 8.86609 7.38675 8.46032C7.18944 8.26382 6.98538 7.9348 6.87935 7.6853L5.6665 8.81309Z", fill: "currentColor" }), _jsx(Path, { d: "M10.3331 7.18702C10.1648 6.87525 9.9485 6.58124 9.68517 6.31698C8.22701 4.85918 5.86208 4.85918 4.40367 6.31698L2.09301 8.62757C0.635339 10.0851 0.635339 12.4487 2.09301 13.9065C3.55142 15.3643 5.9161 15.3643 7.37426 13.9065L9.45811 11.8242C9.29306 11.8422 9.12651 11.8499 8.95897 11.8499C8.43157 11.8499 7.91892 11.7662 7.43328 11.6047L6.25244 12.7847C5.84683 13.1905 5.30742 13.4137 4.73401 13.4137C4.1606 13.4137 3.62119 13.1907 3.21558 12.7847C2.80996 12.3797 2.5869 11.8414 2.5869 11.2672C2.5869 10.6929 2.80996 10.1546 3.21558 9.74961L5.52574 7.44002C5.93135 7.03401 6.47076 6.811 7.04417 6.811C7.61758 6.811 8.207 7.13401 8.61287 7.53978C8.81017 7.73628 9.01423 8.0653 9.12026 8.31481L10.3331 7.18702Z", fill: "currentColor" })] }))); };
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Link = function (props) { return (_jsxs(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Mail = function (props) { return (_jsx(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var MailOpen = function (props) { return (_jsx(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Menu = function (props) { return (_jsx(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Message = function (props) { return (_jsx(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var MessageFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M18.725 3.75H2.475v14.375l5-1.875h11.25V3.75Z" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Minus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M15.96 9V7H0.0400391V9H15.96Z", fill: "currentColor" }) }))); };
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Minus = function (props) { return (_jsx(Svg, __assign({ 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,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Mobile = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
@@ -9,6 +9,6 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var NewWindow = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.755 3.5075V2H14V6.245H12.4925V4.5725L9.86 7.205L8.795 6.14L11.4275 3.5075H9.755ZM13.25 8.75H11.75V12.5H3.5V4.25H7.25V2.75H2V14H13.25V8.75Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ 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" })] }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var PaymentCard = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 1H11C12.1 1 13 1.9 13 3V10C13 11.1 12.1 12 11 12H2C0.9 12 0 11.1 0 10V3C0 1.9 0.9 1 2 1ZM11 3H2V4.5H11V3ZM2 6.5V10H11V6.5H2ZM2 15.19H11.25C13.87 15.19 16 13.06 16 10.44V4.5H14V10.44C14 11.96 12.76 13.19 11.25 13.19H2V15.19Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Plus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9 9H16V6.99H9V0H6.99V7H0V9.01H7V16.01H9.01V9.01L9 9Z", fill: "currentColor" }) }))); };
13
+ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Pound = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M3.11928 7.41931H4.51093C4.11332 6.46204 3.91451 5.63147 3.91451 4.9276C3.91451 3.80141 4.29225 2.86526 5.04771 2.11916C5.80318 1.37305 6.73757 1 7.85089 1C9.24254 1 10.2565 1.37305 10.8926 2.11916C11.5421 2.86526 11.8933 3.7451 11.9463 4.75867L9.99801 5.11765C9.98476 4.35747 9.78595 3.78733 9.40159 3.40724C9.03048 3.01307 8.52684 2.81599 7.89066 2.81599C7.334 2.81599 6.85686 3.00603 6.45924 3.38612C6.06163 3.75214 5.86282 4.26596 5.86282 4.9276C5.86282 5.51885 6.08151 6.34942 6.51889 7.41931H10.3757V9.2353H7.03579C7.06229 9.48869 7.07555 9.67873 7.07555 9.80543C7.07555 10.5375 6.90987 11.1991 6.57853 11.7903C6.24718 12.3816 5.7833 12.8391 5.18688 13.1629H9.22266C9.85885 13.1629 10.336 12.9517 10.6541 12.5294C10.9722 12.093 11.1312 11.5581 11.1312 10.9246L13 11.2202C13 12.3323 12.7018 13.2403 12.1054 13.9442C11.5222 14.6481 10.7203 15 9.6998 15H3V12.994C3.66269 12.6983 4.19284 12.2831 4.59046 11.7481C4.98807 11.1991 5.18688 10.629 5.18688 10.0377C5.18688 9.728 5.16037 9.46053 5.10736 9.2353H3.11928V7.41931Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Pricing = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m12.294 9.853 1.67-.447-5.912-5.913-3.128.408-2.355-2.354-1.06 1.06 2.355 2.355-.409 3.127 6.364 6.364 2.924-2.924-.449-1.676Zm-2.475 2.479L5.038 7.551 5.201 6.3l.927.927 1.673-.448-1.539-1.54 1.251-.162 4.781 4.78-2.475 2.476v-.001Z" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Search = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M16.02 14.61L11.65 10.05C12.37 9.01 12.8 7.76 12.8 6.4C12.8 2.87 9.93 0 6.4 0C2.87 0 0 2.87 0 6.4C0 9.93 2.87 12.8 6.4 12.8C7.85 12.8 9.19 12.31 10.26 11.49L14.57 15.99L16.01 14.61H16.02ZM6.4 10.8C3.97 10.8 2 8.83 2 6.4C2 3.97 3.97 2 6.4 2C8.83 2 10.8 3.97 10.8 6.4C10.8 8.83 8.83 10.8 6.4 10.8Z", fill: "currentColor" }) }))); };
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Show = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 3.5C4.89086 3.5 2.07286 5.21886 0 8C2.07286 10.7811 4.89086 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C13.9271 5.21886 11.1091 3.5 8 3.5ZM8 5C9.65714 5 11 6.34286 11 8C11 9.65714 9.65714 11 8 11C6.34286 11 5 9.65714 5 8C5 6.34286 6.34286 5 8 5ZM8 6.5C7.17171 6.5 6.5 7.17171 6.5 8C6.5 8.82829 7.17171 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.17171 8.82829 6.5 8 6.5Z", fill: "currentColor" }) }))); };
13
+ 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.999 2 2 0 0 1 .001 4Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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.14-.022.024a1.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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Tune = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 0H4V3H5V5H4H2H1V3H2V0ZM2 6H4V16H2V6ZM14 10H12V16H14V10ZM7 13.9H9V16H7V13.9ZM9 0H7V11H6V13H7H9H10V12.9V11H9V0ZM14 0V7H15V9H14H12H11V7H12V0H14Z", fill: "currentColor" }) }))); };
13
+ 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" }) }))); };
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { Path, Svg } from 'react-native-svg';
14
- export var User = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.33 3.33C9.33 2.6 8.74 2 8 2C7.27 2 6.67 2.6 6.67 3.33C6.67 4.06 7.27 4.66 8 4.66C8.73 4.66 9.33 4.06 9.33 3.33ZM4.67 3.33C4.67 1.49 6.16 0 8 0C9.84 0 11.33 1.49 11.33 3.33C11.33 5.17 9.84 6.66 8 6.66C6.16 6.66 4.67 5.17 4.67 3.33ZM13.66 14C12.83 11.67 10.61 10 8 10C5.39 10 3.17 11.67 2.34 14H13.66ZM0 16C0 11.6 3.6 8 8 8C12.4 8 16 11.6 16 16H0Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
13
+ 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.787-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.978v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.261l6.5 1.718Z", clipRule: "evenodd" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var UserFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M10.8 10.012a4.07 4.07 0 1 0 0-8.138 4.07 4.07 0 0 0 0 8.138ZM18.925 18.125v-5.65L10.8 10.331l-8.125 2.144v5.65h16.25Z" }) }))); };
@@ -0,0 +1,14 @@
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
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ 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" }) }))); };