@ovotech/element-native 3.2.3-canary-490fc38-128 → 3.2.3

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 +5 -4
  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 +3 -1
  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 +270 -19
  18. package/dist/components/List/List.js +55 -2
  19. package/dist/components/List/index.d.ts +1 -1
  20. package/dist/components/List/index.js +4 -1
  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/SummaryList/SummaryList.d.ts +14 -0
  28. package/dist/components/SummaryList/SummaryList.js +47 -0
  29. package/dist/components/SummaryList/index.d.ts +1 -0
  30. package/dist/components/SummaryList/index.js +6 -0
  31. package/dist/components/Text/Text.d.ts +45 -45
  32. package/dist/components/TextLink/TextLink.js +3 -6
  33. package/dist/components/index.d.ts +1 -0
  34. package/dist/components/index.js +1 -0
  35. package/dist/esm/components/Accordion/styles.js +1 -1
  36. package/dist/esm/components/ActionList/styled.js +1 -1
  37. package/dist/esm/components/Checkbox/Checkbox.js +5 -4
  38. package/dist/esm/components/Field/Field.js +4 -2
  39. package/dist/esm/components/List/List.js +52 -2
  40. package/dist/esm/components/List/index.js +1 -1
  41. package/dist/esm/components/SummaryList/SummaryList.js +43 -0
  42. package/dist/esm/components/SummaryList/index.js +1 -0
  43. package/dist/esm/components/TextLink/TextLink.js +5 -8
  44. package/dist/esm/components/index.js +1 -0
  45. package/dist/esm/index.js +1 -0
  46. package/dist/esm/providers/IconsProvider.js +3 -46
  47. package/dist/esm/providers/icons/ArrowDown.js +2 -2
  48. package/dist/esm/providers/icons/ArrowLeft.js +2 -2
  49. package/dist/esm/providers/icons/ArrowRight.js +2 -2
  50. package/dist/esm/providers/icons/ArrowUp.js +2 -2
  51. package/dist/esm/providers/icons/CaretDown.js +2 -2
  52. package/dist/esm/providers/icons/CaretLeft.js +2 -2
  53. package/dist/esm/providers/icons/CaretRight.js +2 -2
  54. package/dist/esm/providers/icons/CaretUp.js +2 -2
  55. package/dist/esm/providers/icons/Chart.js +2 -2
  56. package/dist/esm/providers/icons/Check.js +2 -2
  57. package/dist/esm/providers/icons/ChevronDown.js +2 -2
  58. package/dist/esm/providers/icons/ChevronLeft.js +2 -2
  59. package/dist/esm/providers/icons/ChevronLeftSmall.js +2 -2
  60. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +2 -2
  61. package/dist/esm/providers/icons/ChevronRight.js +2 -2
  62. package/dist/esm/providers/icons/ChevronRightSmall.js +2 -2
  63. package/dist/esm/providers/icons/ChevronRightSmallLast.js +2 -2
  64. package/dist/esm/providers/icons/ChevronUp.js +2 -2
  65. package/dist/esm/providers/icons/Cross.js +2 -2
  66. package/dist/esm/providers/icons/Dollar.js +2 -2
  67. package/dist/esm/providers/icons/Download.js +2 -2
  68. package/dist/esm/providers/icons/Electricity.js +2 -2
  69. package/dist/esm/providers/icons/Euro.js +2 -2
  70. package/dist/esm/providers/icons/Gas.js +3 -3
  71. package/dist/esm/providers/icons/Help.js +2 -2
  72. package/dist/esm/providers/icons/Hide.js +2 -2
  73. package/dist/esm/providers/icons/Home.js +2 -2
  74. package/dist/esm/providers/icons/Info.js +2 -2
  75. package/dist/esm/providers/icons/Link.js +2 -2
  76. package/dist/esm/providers/icons/Minus.js +2 -2
  77. package/dist/esm/providers/icons/NewWindow.js +3 -3
  78. package/dist/esm/providers/icons/PaymentCard.js +2 -2
  79. package/dist/esm/providers/icons/Plus.js +2 -2
  80. package/dist/esm/providers/icons/Pound.js +2 -2
  81. package/dist/esm/providers/icons/Search.js +2 -2
  82. package/dist/esm/providers/icons/Show.js +2 -2
  83. package/dist/esm/providers/icons/Tune.js +2 -2
  84. package/dist/esm/providers/icons/User.js +2 -2
  85. package/dist/esm/providers/icons/index.js +3 -46
  86. package/dist/esm/theme/create-theme.js +330 -0
  87. package/dist/esm/{providers/icons/Doc.js → theme/index.js} +8 -3
  88. package/dist/esm/theme/theme.js +1 -0
  89. package/dist/index.d.ts +1 -0
  90. package/dist/index.js +1 -0
  91. package/dist/providers/IconsProvider.js +2 -45
  92. package/dist/providers/icons/ArrowDown.js +2 -25
  93. package/dist/providers/icons/ArrowLeft.js +2 -25
  94. package/dist/providers/icons/ArrowRight.js +2 -25
  95. package/dist/providers/icons/ArrowUp.js +2 -25
  96. package/dist/providers/icons/CaretDown.js +2 -25
  97. package/dist/providers/icons/CaretLeft.js +2 -25
  98. package/dist/providers/icons/CaretRight.js +2 -25
  99. package/dist/providers/icons/CaretUp.js +2 -25
  100. package/dist/providers/icons/Chart.js +2 -25
  101. package/dist/providers/icons/Check.js +2 -25
  102. package/dist/providers/icons/ChevronDown.js +2 -25
  103. package/dist/providers/icons/ChevronLeft.js +2 -25
  104. package/dist/providers/icons/ChevronLeftSmall.js +2 -25
  105. package/dist/providers/icons/ChevronLeftSmallFirst.js +2 -25
  106. package/dist/providers/icons/ChevronRight.js +2 -25
  107. package/dist/providers/icons/ChevronRightSmall.js +2 -25
  108. package/dist/providers/icons/ChevronRightSmallLast.js +2 -25
  109. package/dist/providers/icons/ChevronUp.js +2 -25
  110. package/dist/providers/icons/Cross.js +2 -25
  111. package/dist/providers/icons/Dollar.js +2 -25
  112. package/dist/providers/icons/Download.js +2 -25
  113. package/dist/providers/icons/Electricity.js +2 -25
  114. package/dist/providers/icons/Euro.js +2 -25
  115. package/dist/providers/icons/Gas.js +2 -25
  116. package/dist/providers/icons/Help.js +2 -25
  117. package/dist/providers/icons/Hide.js +2 -25
  118. package/dist/providers/icons/Home.js +2 -25
  119. package/dist/providers/icons/Info.js +2 -25
  120. package/dist/providers/icons/Link.js +2 -25
  121. package/dist/providers/icons/Minus.js +2 -25
  122. package/dist/providers/icons/NewWindow.js +2 -25
  123. package/dist/providers/icons/PaymentCard.js +2 -25
  124. package/dist/providers/icons/Plus.js +2 -25
  125. package/dist/providers/icons/Pound.js +2 -25
  126. package/dist/providers/icons/Search.js +2 -25
  127. package/dist/providers/icons/Show.js +2 -25
  128. package/dist/providers/icons/Tune.js +2 -25
  129. package/dist/providers/icons/User.js +2 -25
  130. package/dist/providers/icons/index.d.ts +3 -46
  131. package/dist/providers/icons/index.js +3 -46
  132. package/dist/styled.native.d.ts +49 -49
  133. package/dist/theme/create-theme.d.ts +18 -0
  134. package/dist/theme/create-theme.js +337 -0
  135. package/dist/theme/index.d.ts +231 -0
  136. package/dist/theme/index.js +37 -0
  137. package/dist/theme/theme.d.ts +193 -0
  138. package/dist/theme/theme.js +2 -0
  139. package/package.json +2 -2
  140. package/dist/esm/providers/icons/Address.js +0 -14
  141. package/dist/esm/providers/icons/Advice.js +0 -14
  142. package/dist/esm/providers/icons/Archive.js +0 -14
  143. package/dist/esm/providers/icons/Award.js +0 -14
  144. package/dist/esm/providers/icons/Battery.js +0 -14
  145. package/dist/esm/providers/icons/Cal.js +0 -14
  146. package/dist/esm/providers/icons/CalBook.js +0 -14
  147. package/dist/esm/providers/icons/ChartFilled.js +0 -14
  148. package/dist/esm/providers/icons/CheckCircle.js +0 -14
  149. package/dist/esm/providers/icons/CloseCircle.js +0 -14
  150. package/dist/esm/providers/icons/Eco.js +0 -14
  151. package/dist/esm/providers/icons/EcoHome.js +0 -14
  152. package/dist/esm/providers/icons/Edit.js +0 -14
  153. package/dist/esm/providers/icons/ElectricCar.js +0 -14
  154. package/dist/esm/providers/icons/ElectricHome.js +0 -14
  155. package/dist/esm/providers/icons/EnergyAdvice.js +0 -14
  156. package/dist/esm/providers/icons/Equals.js +0 -14
  157. package/dist/esm/providers/icons/GlobeAddress.js +0 -14
  158. package/dist/esm/providers/icons/HomeFilled.js +0 -14
  159. package/dist/esm/providers/icons/HydroPower.js +0 -14
  160. package/dist/esm/providers/icons/Mail.js +0 -14
  161. package/dist/esm/providers/icons/MailOpen.js +0 -14
  162. package/dist/esm/providers/icons/Menu.js +0 -14
  163. package/dist/esm/providers/icons/Message.js +0 -14
  164. package/dist/esm/providers/icons/MessageFilled.js +0 -14
  165. package/dist/esm/providers/icons/Mobile.js +0 -14
  166. package/dist/esm/providers/icons/Phone.js +0 -14
  167. package/dist/esm/providers/icons/Pricing.js +0 -14
  168. package/dist/esm/providers/icons/Security.js +0 -14
  169. package/dist/esm/providers/icons/SmartHome.js +0 -14
  170. package/dist/esm/providers/icons/SmartMeter.js +0 -14
  171. package/dist/esm/providers/icons/Solar.js +0 -14
  172. package/dist/esm/providers/icons/Star.js +0 -14
  173. package/dist/esm/providers/icons/Sun.js +0 -14
  174. package/dist/esm/providers/icons/Trees.js +0 -14
  175. package/dist/esm/providers/icons/UserFilled.js +0 -14
  176. package/dist/esm/providers/icons/Wallet.js +0 -14
  177. package/dist/esm/providers/icons/WalletFilled.js +0 -14
  178. package/dist/esm/providers/icons/WarmHome.js +0 -14
  179. package/dist/esm/providers/icons/Warning.js +0 -14
  180. package/dist/esm/providers/icons/WebAddress.js +0 -14
  181. package/dist/esm/providers/icons/WindPower.js +0 -14
  182. package/dist/providers/icons/Address.d.ts +0 -2
  183. package/dist/providers/icons/Address.js +0 -41
  184. package/dist/providers/icons/Advice.d.ts +0 -2
  185. package/dist/providers/icons/Advice.js +0 -41
  186. package/dist/providers/icons/Archive.d.ts +0 -2
  187. package/dist/providers/icons/Archive.js +0 -41
  188. package/dist/providers/icons/Award.d.ts +0 -2
  189. package/dist/providers/icons/Award.js +0 -41
  190. package/dist/providers/icons/Battery.d.ts +0 -2
  191. package/dist/providers/icons/Battery.js +0 -41
  192. package/dist/providers/icons/Cal.d.ts +0 -2
  193. package/dist/providers/icons/Cal.js +0 -41
  194. package/dist/providers/icons/CalBook.d.ts +0 -2
  195. package/dist/providers/icons/CalBook.js +0 -41
  196. package/dist/providers/icons/ChartFilled.d.ts +0 -2
  197. package/dist/providers/icons/ChartFilled.js +0 -41
  198. package/dist/providers/icons/CheckCircle.d.ts +0 -2
  199. package/dist/providers/icons/CheckCircle.js +0 -41
  200. package/dist/providers/icons/CloseCircle.d.ts +0 -2
  201. package/dist/providers/icons/CloseCircle.js +0 -41
  202. package/dist/providers/icons/Doc.d.ts +0 -2
  203. package/dist/providers/icons/Doc.js +0 -41
  204. package/dist/providers/icons/Eco.d.ts +0 -2
  205. package/dist/providers/icons/Eco.js +0 -41
  206. package/dist/providers/icons/EcoHome.d.ts +0 -2
  207. package/dist/providers/icons/EcoHome.js +0 -41
  208. package/dist/providers/icons/Edit.d.ts +0 -2
  209. package/dist/providers/icons/Edit.js +0 -41
  210. package/dist/providers/icons/ElectricCar.d.ts +0 -2
  211. package/dist/providers/icons/ElectricCar.js +0 -41
  212. package/dist/providers/icons/ElectricHome.d.ts +0 -2
  213. package/dist/providers/icons/ElectricHome.js +0 -41
  214. package/dist/providers/icons/EnergyAdvice.d.ts +0 -2
  215. package/dist/providers/icons/EnergyAdvice.js +0 -41
  216. package/dist/providers/icons/Equals.d.ts +0 -2
  217. package/dist/providers/icons/Equals.js +0 -41
  218. package/dist/providers/icons/GlobeAddress.d.ts +0 -2
  219. package/dist/providers/icons/GlobeAddress.js +0 -41
  220. package/dist/providers/icons/HomeFilled.d.ts +0 -2
  221. package/dist/providers/icons/HomeFilled.js +0 -41
  222. package/dist/providers/icons/HydroPower.d.ts +0 -2
  223. package/dist/providers/icons/HydroPower.js +0 -41
  224. package/dist/providers/icons/Mail.d.ts +0 -2
  225. package/dist/providers/icons/Mail.js +0 -41
  226. package/dist/providers/icons/MailOpen.d.ts +0 -2
  227. package/dist/providers/icons/MailOpen.js +0 -41
  228. package/dist/providers/icons/Menu.d.ts +0 -2
  229. package/dist/providers/icons/Menu.js +0 -41
  230. package/dist/providers/icons/Message.d.ts +0 -2
  231. package/dist/providers/icons/Message.js +0 -41
  232. package/dist/providers/icons/MessageFilled.d.ts +0 -2
  233. package/dist/providers/icons/MessageFilled.js +0 -41
  234. package/dist/providers/icons/Mobile.d.ts +0 -2
  235. package/dist/providers/icons/Mobile.js +0 -41
  236. package/dist/providers/icons/Phone.d.ts +0 -2
  237. package/dist/providers/icons/Phone.js +0 -41
  238. package/dist/providers/icons/Pricing.d.ts +0 -2
  239. package/dist/providers/icons/Pricing.js +0 -41
  240. package/dist/providers/icons/Security.d.ts +0 -2
  241. package/dist/providers/icons/Security.js +0 -41
  242. package/dist/providers/icons/SmartHome.d.ts +0 -2
  243. package/dist/providers/icons/SmartHome.js +0 -41
  244. package/dist/providers/icons/SmartMeter.d.ts +0 -2
  245. package/dist/providers/icons/SmartMeter.js +0 -41
  246. package/dist/providers/icons/Solar.d.ts +0 -2
  247. package/dist/providers/icons/Solar.js +0 -41
  248. package/dist/providers/icons/Star.d.ts +0 -2
  249. package/dist/providers/icons/Star.js +0 -41
  250. package/dist/providers/icons/Sun.d.ts +0 -2
  251. package/dist/providers/icons/Sun.js +0 -41
  252. package/dist/providers/icons/Trees.d.ts +0 -2
  253. package/dist/providers/icons/Trees.js +0 -41
  254. package/dist/providers/icons/UserFilled.d.ts +0 -2
  255. package/dist/providers/icons/UserFilled.js +0 -41
  256. package/dist/providers/icons/Wallet.d.ts +0 -2
  257. package/dist/providers/icons/Wallet.js +0 -41
  258. package/dist/providers/icons/WalletFilled.d.ts +0 -2
  259. package/dist/providers/icons/WalletFilled.js +0 -41
  260. package/dist/providers/icons/WarmHome.d.ts +0 -2
  261. package/dist/providers/icons/WarmHome.js +0 -41
  262. package/dist/providers/icons/Warning.d.ts +0 -2
  263. package/dist/providers/icons/Warning.js +0 -41
  264. package/dist/providers/icons/WebAddress.d.ts +0 -2
  265. package/dist/providers/icons/WebAddress.js +0 -41
  266. package/dist/providers/icons/WindPower.d.ts +0 -2
  267. package/dist/providers/icons/WindPower.js +0 -41
@@ -11,27 +11,18 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { createContext, useContext } from 'react';
14
- import { Address, Advice, Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Award, Battery, Cal, CalBook, CaretDown, CaretLeft, CaretRight, CaretUp, Chart, ChartFilled, Check, CheckCircle, ChevronDown, ChevronLeft, ChevronLeftSmall, ChevronLeftSmallFirst, ChevronRight, ChevronRightSmall, ChevronRightSmallLast, ChevronUp, Circle, CloseCircle, Cross, Doc, Dollar, Download, Eco, EcoHome, Edit, ElectricCar, ElectricHome, Electricity, EnergyAdvice, Equals, Euro, Gas, GlobeAddress, Help, Hide, Home, HomeFilled, HydroPower, Info, Link, Logo, Mail, MailOpen, Menu, Message, MessageFilled, Minus, Mobile, NewWindow, PaymentCard, Phone, Plus, Pound, Pricing, Search, Security, Show, SmartHome, SmartMeter, Solar, Star, Sun, Trees, Tune, User, UserFilled, Wallet, WalletFilled, WarmHome, Warning, WebAddress, WindPower, } from './icons';
14
+ import { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, CaretDown, CaretLeft, CaretRight, CaretUp, Chart, Check, ChevronDown, ChevronLeft, ChevronLeftSmall, ChevronLeftSmallFirst, ChevronRight, ChevronRightSmall, ChevronRightSmallLast, ChevronUp, Cross, Dollar, Download, Electricity, Euro, Gas, Help, Hide, Home, Info, Link, Logo, Minus, NewWindow, PaymentCard, Plus, Pound, Search, Show, User, Tune, Circle, } from './icons';
15
15
  var defaultIcons = {
16
- address: Address,
17
- advice: Advice,
18
- archive: Archive,
19
16
  'arrow-down': ArrowDown,
20
17
  'arrow-left': ArrowLeft,
21
18
  'arrow-right': ArrowRight,
22
19
  'arrow-up': ArrowUp,
23
- award: Award,
24
- battery: Battery,
25
- cal: Cal,
26
- 'cal-book': CalBook,
27
20
  'caret-down': CaretDown,
28
21
  'caret-left': CaretLeft,
29
22
  'caret-right': CaretRight,
30
23
  'caret-up': CaretUp,
31
24
  chart: Chart,
32
- 'chart-filled': ChartFilled,
33
25
  check: Check,
34
- 'check-circle': CheckCircle,
35
26
  'chevron-left': ChevronLeft,
36
27
  'chevron-left-small': ChevronLeftSmall,
37
28
  'chevron-left-small-first': ChevronLeftSmallFirst,
@@ -40,62 +31,28 @@ var defaultIcons = {
40
31
  'chevron-right-small-last': ChevronRightSmallLast,
41
32
  'chevron-up': ChevronUp,
42
33
  'chevron-down': ChevronDown,
43
- circle: Circle,
44
- 'close-circle': CloseCircle,
45
34
  cross: Cross,
46
- doc: Doc,
47
35
  dollar: Dollar,
48
36
  download: Download,
49
- eco: Eco,
50
- 'eco-home': EcoHome,
51
- edit: Edit,
52
- 'electric-car': ElectricCar,
53
- 'electric-home': ElectricHome,
54
37
  electricity: Electricity,
55
- 'energy-advice': EnergyAdvice,
56
- equals: Equals,
57
38
  euro: Euro,
58
39
  gas: Gas,
59
- 'globe-address': GlobeAddress,
60
40
  help: Help,
61
41
  hide: Hide,
62
42
  home: Home,
63
- 'home-filled': HomeFilled,
64
- 'hydro-power': HydroPower,
65
43
  info: Info,
66
44
  'new-window': NewWindow,
67
45
  link: Link,
68
46
  logo: Logo,
69
- mail: Mail,
70
- 'mail-open': MailOpen,
71
- menu: Menu,
72
- message: Message,
73
- 'message-filled': MessageFilled,
74
47
  minus: Minus,
75
- mobile: Mobile,
76
48
  'payment-card': PaymentCard,
77
- phone: Phone,
78
49
  plus: Plus,
79
50
  pound: Pound,
80
- pricing: Pricing,
81
51
  search: Search,
82
- security: Security,
83
52
  show: Show,
84
- 'smart-home': SmartHome,
85
- 'smart-meter': SmartMeter,
86
- solar: Solar,
87
- star: Star,
88
- sun: Sun,
89
- trees: Trees,
90
- tune: Tune,
91
53
  user: User,
92
- 'user-filled': UserFilled,
93
- wallet: Wallet,
94
- 'wallet-filled': WalletFilled,
95
- 'warm-home': WarmHome,
96
- warning: Warning,
97
- 'web-address': WebAddress,
98
- 'wind-power': WindPower,
54
+ tune: Tune,
55
+ circle: Circle,
99
56
  };
100
57
  var IconsContext = createContext(null);
101
58
  function useIcons() {
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ArrowDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m9.051 13.402 3.62-3.62-.449-1.672-3.481 3.481V1.53l-1.5.402v9.659L3.766 8.117 3.318 9.79l3.612 3.612 1.06 1.06 1.061-1.06Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ArrowDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M7 -1.07324e-07L9 -8.34742e-08L9 12.2L14.6 6.6L16 8L8 16L9.5399e-08 8L1.4 6.6L7 12.2L7 -1.07324e-07Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var ArrowLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m2.589 6.94 3.619-3.62 1.673.449L4.399 7.25H14.46l-.402 1.5H4.4l3.474 3.474-1.673.448L2.59 9.061 1.528 8l1.061-1.06Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ArrowLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M16 9V7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ArrowRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.4 6.94 9.78 3.32l-1.672.449 3.481 3.481H1.528l.402 1.5h9.66l-3.474 3.474 1.673.448L13.4 9.061 14.46 8 13.4 6.94Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ArrowRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M0 9V7H12.2L6.6 1.4L8 0L16 8L8 16L6.6 14.6L12.2 9H0Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var ArrowUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m6.938 2.59-3.62 3.62.449 1.673 3.482-3.482v10.062l1.5-.402V4.4l3.473 3.474.449-1.673-3.612-3.611-1.06-1.061-1.061 1.06Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ArrowUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M7 16L9 16L9 3.8L14.6 9.4L16 8L8 -3.49691e-07L-3.49691e-07 8L1.4 9.4L7 3.8L7 16Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var CaretDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m8 11.5-5-5h10l-5 5Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var CaretDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 12.5L2 5.5H14L8 12.5Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var CaretLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m4.5 8 5-5v10l-5-5Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var CaretLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M3.5 8.11999L10.5 2.12L10.5 14.12L3.5 8.11999Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var CaretRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m11.5 8-5 5V3l5 5Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var CaretRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M12.5 7.88L5.5 13.88V1.88L12.5 7.88Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var CaretUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m8 4.5 5 5H3l5-5Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var CaretUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 3.5L14 10.5L2 10.5L8 3.5Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var Chart = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M3 13h11.099l.401 1.496v.004h-13V1.902L3 1.5V13Zm4.989-9.585 1.5-.402v9.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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var Chart = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 14V0H0V16H16V14H2ZM5 10H3V13H5V10ZM6.33 3H8.33V13H6.33V3ZM11.67 9H9.67V13H11.67V9ZM13 7H15V13H13V7Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var Check = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var Check = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M5 14.21L16 3.21004L14.58 1.79004L5 11.37L1.42 7.79004L0 9.21004L5 14.21Z", fill: "currentColor", fillRule: "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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronDown = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 12.71L16 4.70998L14.58 3.28998L8 9.86998L1.42 3.28998L0 4.70998L8 12.71Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronLeft = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M2.57996 8L10.58 16L12 14.58L5.41996 8L12 1.42L10.58 0L2.57996 8Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronLeftSmall = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronLeftSmall = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 4.94L7.44667 8L10.5 11.06L9.56 12L5.56 8L9.56 4L10.5 4.94Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronLeftSmallFirst = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronLeftSmallFirst = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M5.19661 4H3.86328V12H5.19661V4ZM9.07661 8L12.1366 11.06L11.1966 12L7.19661 8L11.1966 4L12.1366 4.94L9.07661 8Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronRight = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12.71 7.88L4.71004 -0.119995L3.29004 1.3L9.87004 7.88L3.29004 14.46L4.71004 15.88L12.71 7.88Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronRightSmall = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronRightSmall = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6 11.06L9.05333 8L6 4.94L6.94 4L10.94 8L6.94 12L6 11.06Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronRightSmallLast = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronRightSmallLast = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6.92328 8L3.86328 4.94L4.80328 4L8.80328 8L4.80328 12L3.86328 11.06L6.92328 8ZM12.1366 4H10.8033V12H12.1366V4Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var ChevronUp = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var ChevronUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 3L0 11L1.42 12.42L8 5.84L14.58 12.42L16 11L8 3Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var Cross = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var Cross = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.42 8L16 1.42L14.58 0L8 6.58L1.42 0L0 1.42L6.58 8L0 14.58L1.42 16L8 9.42L14.58 16L16 14.58L9.42 8Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var Dollar = 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 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var Dollar = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8.94785 16H7.51227V14.1155C6.32209 13.9947 5.38344 13.59 4.69632 12.9015C4.0092 12.2008 3.61043 11.4096 3.5 10.5277L5.24847 9.98414C5.30982 10.6123 5.53067 11.1619 5.91104 11.6331C6.29141 12.1042 6.82515 12.4002 7.51227 12.521V8.73386L7.05215 8.64326C6.09509 8.44998 5.34663 8.06946 4.80675 7.5017C4.26687 6.93394 3.99693 6.21518 3.99693 5.34541C3.99693 4.47565 4.32209 3.71461 4.97239 3.06229C5.63497 2.40997 6.4816 2.02341 7.51227 1.90261V0H8.94785V1.92072C9.96626 2.0536 10.7454 2.40393 11.2853 2.97169C11.8374 3.52737 12.2055 4.16157 12.3896 4.87429L10.7331 5.47225C10.6718 5.07361 10.4877 4.68705 10.181 4.31257C9.87423 3.93809 9.46319 3.67837 8.94785 3.53341V7.24802L9.22393 7.30238C10.2301 7.49566 11.0276 7.90034 11.6166 8.51642C12.2055 9.1325 12.5 9.85126 12.5 10.6727C12.5 11.5304 12.1871 12.2854 11.5613 12.9377C10.9356 13.59 10.0644 13.9826 8.94785 14.1155V16ZM10.6963 10.7633C10.6963 10.3647 10.5491 10.0083 10.2546 9.69423C9.96012 9.38015 9.52454 9.15666 8.94785 9.02378V12.521C9.52454 12.4122 9.96012 12.2008 10.2546 11.8867C10.5491 11.5727 10.6963 11.1982 10.6963 10.7633ZM5.81902 5.27293C5.81902 6.15478 6.38344 6.70442 7.51227 6.92186V3.47905C6.98466 3.57569 6.56748 3.78709 6.26074 4.11325C5.96626 4.43941 5.81902 4.82597 5.81902 5.27293Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var Download = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var Download = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", 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 8ZM9 8.85999L10.58 7.28999L12 8.70999L8 12.71L4 8.70999L5.42 7.28999L7 8.85999V3.89999H9V8.85999Z", fill: "currentColor" }) }))); };
@@ -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 Svg, { Path } from 'react-native-svg';
14
- export var Electricity = function (props) { return (_jsx(Svg, __assign({ 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" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var Electricity = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.77997 0V6.22H13.78L6.21997 16V9.78H2.21997L9.77997 0Z", fill: "currentColor" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" })] }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" })] }))); };
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" })] }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" })] }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };