@ovotech/element-native 3.2.3 → 3.3.0-canary-8dfcb66-130

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 (270) 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/ActionList.d.ts +1 -0
  4. package/dist/components/ActionList/ActionList.js +4 -3
  5. package/dist/components/ActionList/styled.d.ts +46 -45
  6. package/dist/components/ActionList/styled.js +4 -2
  7. package/dist/components/Badge/Badge.d.ts +9 -9
  8. package/dist/components/Card/Card.d.ts +9 -9
  9. package/dist/components/Checkbox/Checkbox.js +4 -5
  10. package/dist/components/DataTable/styles.d.ts +99 -99
  11. package/dist/components/DescriptionList/styled.d.ts +9 -9
  12. package/dist/components/ErrorText/ErrorText.d.ts +9 -9
  13. package/dist/components/Field/Field.js +1 -3
  14. package/dist/components/Grid/Col.d.ts +9 -9
  15. package/dist/components/Grid/Row.d.ts +9 -9
  16. package/dist/components/HintText/HintText.d.ts +9 -9
  17. package/dist/components/Input/PasswordInput.styled.d.ts +9 -9
  18. package/dist/components/LabelText/LabelText.d.ts +9 -9
  19. package/dist/components/List/List.d.ts +19 -270
  20. package/dist/components/List/List.js +2 -55
  21. package/dist/components/List/index.d.ts +1 -1
  22. package/dist/components/List/index.js +1 -4
  23. package/dist/components/Margin/Margin.d.ts +11 -11
  24. package/dist/components/Notification/Notification.d.ts +18 -18
  25. package/dist/components/SelectField/Select.d.ts +9 -9
  26. package/dist/components/SkeletonLoading/Skeleton.d.ts +9 -9
  27. package/dist/components/Stack/Stack.d.ts +2 -2
  28. package/dist/components/SubLabelText/SubLabelText.d.ts +9 -9
  29. package/dist/components/Text/Text.d.ts +45 -45
  30. package/dist/components/TextLink/TextLink.js +6 -3
  31. package/dist/components/index.d.ts +0 -1
  32. package/dist/components/index.js +0 -1
  33. package/dist/esm/components/Accordion/styles.js +1 -1
  34. package/dist/esm/components/ActionList/ActionList.js +4 -3
  35. package/dist/esm/components/ActionList/styled.js +4 -2
  36. package/dist/esm/components/Checkbox/Checkbox.js +4 -5
  37. package/dist/esm/components/Field/Field.js +2 -4
  38. package/dist/esm/components/List/List.js +2 -52
  39. package/dist/esm/components/List/index.js +1 -1
  40. package/dist/esm/components/TextLink/TextLink.js +8 -5
  41. package/dist/esm/components/index.js +0 -1
  42. package/dist/esm/index.js +0 -1
  43. package/dist/esm/providers/IconsProvider.js +46 -3
  44. package/dist/esm/providers/icons/Address.js +14 -0
  45. package/dist/esm/providers/icons/Advice.js +14 -0
  46. package/dist/esm/providers/icons/Archive.js +14 -0
  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/Award.js +14 -0
  52. package/dist/esm/providers/icons/Battery.js +14 -0
  53. package/dist/esm/providers/icons/Cal.js +14 -0
  54. package/dist/esm/providers/icons/CalBook.js +14 -0
  55. package/dist/esm/providers/icons/CaretDown.js +2 -2
  56. package/dist/esm/providers/icons/CaretLeft.js +2 -2
  57. package/dist/esm/providers/icons/CaretRight.js +2 -2
  58. package/dist/esm/providers/icons/CaretUp.js +2 -2
  59. package/dist/esm/providers/icons/Chart.js +2 -2
  60. package/dist/esm/providers/icons/ChartFilled.js +14 -0
  61. package/dist/esm/providers/icons/Check.js +2 -2
  62. package/dist/esm/providers/icons/CheckCircle.js +14 -0
  63. package/dist/esm/providers/icons/ChevronDown.js +2 -2
  64. package/dist/esm/providers/icons/ChevronLeft.js +2 -2
  65. package/dist/esm/providers/icons/ChevronLeftSmall.js +2 -2
  66. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +2 -2
  67. package/dist/esm/providers/icons/ChevronRight.js +2 -2
  68. package/dist/esm/providers/icons/ChevronRightSmall.js +2 -2
  69. package/dist/esm/providers/icons/ChevronRightSmallLast.js +2 -2
  70. package/dist/esm/providers/icons/ChevronUp.js +2 -2
  71. package/dist/esm/providers/icons/CloseCircle.js +14 -0
  72. package/dist/esm/providers/icons/Cross.js +2 -2
  73. package/dist/esm/{theme/index.js → providers/icons/Doc.js} +3 -8
  74. package/dist/esm/providers/icons/Dollar.js +2 -2
  75. package/dist/esm/providers/icons/Download.js +2 -2
  76. package/dist/esm/providers/icons/Eco.js +14 -0
  77. package/dist/esm/providers/icons/EcoHome.js +14 -0
  78. package/dist/esm/providers/icons/Edit.js +14 -0
  79. package/dist/esm/providers/icons/ElectricCar.js +14 -0
  80. package/dist/esm/providers/icons/ElectricHome.js +14 -0
  81. package/dist/esm/providers/icons/Electricity.js +2 -2
  82. package/dist/esm/providers/icons/EnergyAdvice.js +14 -0
  83. package/dist/esm/providers/icons/Equals.js +14 -0
  84. package/dist/esm/providers/icons/Euro.js +2 -2
  85. package/dist/esm/providers/icons/Gas.js +3 -3
  86. package/dist/esm/providers/icons/GlobeAddress.js +14 -0
  87. package/dist/esm/providers/icons/Help.js +2 -2
  88. package/dist/esm/providers/icons/Hide.js +2 -2
  89. package/dist/esm/providers/icons/Home.js +2 -2
  90. package/dist/esm/providers/icons/HomeFilled.js +14 -0
  91. package/dist/esm/providers/icons/HydroPower.js +14 -0
  92. package/dist/esm/providers/icons/Info.js +2 -2
  93. package/dist/esm/providers/icons/Link.js +2 -2
  94. package/dist/esm/providers/icons/Mail.js +14 -0
  95. package/dist/esm/providers/icons/MailOpen.js +14 -0
  96. package/dist/esm/providers/icons/Menu.js +14 -0
  97. package/dist/esm/providers/icons/Message.js +14 -0
  98. package/dist/esm/providers/icons/MessageFilled.js +14 -0
  99. package/dist/esm/providers/icons/Minus.js +2 -2
  100. package/dist/esm/providers/icons/Mobile.js +14 -0
  101. package/dist/esm/providers/icons/NewWindow.js +3 -3
  102. package/dist/esm/providers/icons/PaymentCard.js +2 -2
  103. package/dist/esm/providers/icons/Phone.js +14 -0
  104. package/dist/esm/providers/icons/Plus.js +2 -2
  105. package/dist/esm/providers/icons/Pound.js +2 -2
  106. package/dist/esm/providers/icons/Pricing.js +14 -0
  107. package/dist/esm/providers/icons/Search.js +2 -2
  108. package/dist/esm/providers/icons/Security.js +14 -0
  109. package/dist/esm/providers/icons/Show.js +2 -2
  110. package/dist/esm/providers/icons/SmartHome.js +14 -0
  111. package/dist/esm/providers/icons/SmartMeter.js +14 -0
  112. package/dist/esm/providers/icons/Solar.js +14 -0
  113. package/dist/esm/providers/icons/Star.js +14 -0
  114. package/dist/esm/providers/icons/Sun.js +14 -0
  115. package/dist/esm/providers/icons/Trees.js +14 -0
  116. package/dist/esm/providers/icons/Tune.js +2 -2
  117. package/dist/esm/providers/icons/User.js +2 -2
  118. package/dist/esm/providers/icons/UserFilled.js +14 -0
  119. package/dist/esm/providers/icons/Wallet.js +14 -0
  120. package/dist/esm/providers/icons/WalletFilled.js +14 -0
  121. package/dist/esm/providers/icons/WarmHome.js +14 -0
  122. package/dist/esm/providers/icons/Warning.js +14 -0
  123. package/dist/esm/providers/icons/WebAddress.js +14 -0
  124. package/dist/esm/providers/icons/WindPower.js +14 -0
  125. package/dist/esm/providers/icons/index.js +46 -3
  126. package/dist/index.d.ts +0 -1
  127. package/dist/index.js +0 -1
  128. package/dist/providers/IconsProvider.js +45 -2
  129. package/dist/providers/icons/Address.d.ts +2 -0
  130. package/dist/providers/icons/Address.js +41 -0
  131. package/dist/providers/icons/Advice.d.ts +2 -0
  132. package/dist/providers/icons/Advice.js +41 -0
  133. package/dist/providers/icons/Archive.d.ts +2 -0
  134. package/dist/providers/icons/Archive.js +41 -0
  135. package/dist/providers/icons/ArrowDown.js +25 -2
  136. package/dist/providers/icons/ArrowLeft.js +25 -2
  137. package/dist/providers/icons/ArrowRight.js +25 -2
  138. package/dist/providers/icons/ArrowUp.js +25 -2
  139. package/dist/providers/icons/Award.d.ts +2 -0
  140. package/dist/providers/icons/Award.js +41 -0
  141. package/dist/providers/icons/Battery.d.ts +2 -0
  142. package/dist/providers/icons/Battery.js +41 -0
  143. package/dist/providers/icons/Cal.d.ts +2 -0
  144. package/dist/providers/icons/Cal.js +41 -0
  145. package/dist/providers/icons/CalBook.d.ts +2 -0
  146. package/dist/providers/icons/CalBook.js +41 -0
  147. package/dist/providers/icons/CaretDown.js +25 -2
  148. package/dist/providers/icons/CaretLeft.js +25 -2
  149. package/dist/providers/icons/CaretRight.js +25 -2
  150. package/dist/providers/icons/CaretUp.js +25 -2
  151. package/dist/providers/icons/Chart.js +25 -2
  152. package/dist/providers/icons/ChartFilled.d.ts +2 -0
  153. package/dist/providers/icons/ChartFilled.js +41 -0
  154. package/dist/providers/icons/Check.js +25 -2
  155. package/dist/providers/icons/CheckCircle.d.ts +2 -0
  156. package/dist/providers/icons/CheckCircle.js +41 -0
  157. package/dist/providers/icons/ChevronDown.js +25 -2
  158. package/dist/providers/icons/ChevronLeft.js +25 -2
  159. package/dist/providers/icons/ChevronLeftSmall.js +25 -2
  160. package/dist/providers/icons/ChevronLeftSmallFirst.js +25 -2
  161. package/dist/providers/icons/ChevronRight.js +25 -2
  162. package/dist/providers/icons/ChevronRightSmall.js +25 -2
  163. package/dist/providers/icons/ChevronRightSmallLast.js +25 -2
  164. package/dist/providers/icons/ChevronUp.js +25 -2
  165. package/dist/providers/icons/CloseCircle.d.ts +2 -0
  166. package/dist/providers/icons/CloseCircle.js +41 -0
  167. package/dist/providers/icons/Cross.js +25 -2
  168. package/dist/providers/icons/Doc.d.ts +2 -0
  169. package/dist/providers/icons/Doc.js +41 -0
  170. package/dist/providers/icons/Dollar.js +25 -2
  171. package/dist/providers/icons/Download.js +25 -2
  172. package/dist/providers/icons/Eco.d.ts +2 -0
  173. package/dist/providers/icons/Eco.js +41 -0
  174. package/dist/providers/icons/EcoHome.d.ts +2 -0
  175. package/dist/providers/icons/EcoHome.js +41 -0
  176. package/dist/providers/icons/Edit.d.ts +2 -0
  177. package/dist/providers/icons/Edit.js +41 -0
  178. package/dist/providers/icons/ElectricCar.d.ts +2 -0
  179. package/dist/providers/icons/ElectricCar.js +41 -0
  180. package/dist/providers/icons/ElectricHome.d.ts +2 -0
  181. package/dist/providers/icons/ElectricHome.js +41 -0
  182. package/dist/providers/icons/Electricity.js +25 -2
  183. package/dist/providers/icons/EnergyAdvice.d.ts +2 -0
  184. package/dist/providers/icons/EnergyAdvice.js +41 -0
  185. package/dist/providers/icons/Equals.d.ts +2 -0
  186. package/dist/providers/icons/Equals.js +41 -0
  187. package/dist/providers/icons/Euro.js +25 -2
  188. package/dist/providers/icons/Gas.js +25 -2
  189. package/dist/providers/icons/GlobeAddress.d.ts +2 -0
  190. package/dist/providers/icons/GlobeAddress.js +41 -0
  191. package/dist/providers/icons/Help.js +25 -2
  192. package/dist/providers/icons/Hide.js +25 -2
  193. package/dist/providers/icons/Home.js +25 -2
  194. package/dist/providers/icons/HomeFilled.d.ts +2 -0
  195. package/dist/providers/icons/HomeFilled.js +41 -0
  196. package/dist/providers/icons/HydroPower.d.ts +2 -0
  197. package/dist/providers/icons/HydroPower.js +41 -0
  198. package/dist/providers/icons/Info.js +25 -2
  199. package/dist/providers/icons/Link.js +25 -2
  200. package/dist/providers/icons/Mail.d.ts +2 -0
  201. package/dist/providers/icons/Mail.js +41 -0
  202. package/dist/providers/icons/MailOpen.d.ts +2 -0
  203. package/dist/providers/icons/MailOpen.js +41 -0
  204. package/dist/providers/icons/Menu.d.ts +2 -0
  205. package/dist/providers/icons/Menu.js +41 -0
  206. package/dist/providers/icons/Message.d.ts +2 -0
  207. package/dist/providers/icons/Message.js +41 -0
  208. package/dist/providers/icons/MessageFilled.d.ts +2 -0
  209. package/dist/providers/icons/MessageFilled.js +41 -0
  210. package/dist/providers/icons/Minus.js +25 -2
  211. package/dist/providers/icons/Mobile.d.ts +2 -0
  212. package/dist/providers/icons/Mobile.js +41 -0
  213. package/dist/providers/icons/NewWindow.js +25 -2
  214. package/dist/providers/icons/PaymentCard.js +25 -2
  215. package/dist/providers/icons/Phone.d.ts +2 -0
  216. package/dist/providers/icons/Phone.js +41 -0
  217. package/dist/providers/icons/Plus.js +25 -2
  218. package/dist/providers/icons/Pound.js +25 -2
  219. package/dist/providers/icons/Pricing.d.ts +2 -0
  220. package/dist/providers/icons/Pricing.js +41 -0
  221. package/dist/providers/icons/Search.js +25 -2
  222. package/dist/providers/icons/Security.d.ts +2 -0
  223. package/dist/providers/icons/Security.js +41 -0
  224. package/dist/providers/icons/Show.js +25 -2
  225. package/dist/providers/icons/SmartHome.d.ts +2 -0
  226. package/dist/providers/icons/SmartHome.js +41 -0
  227. package/dist/providers/icons/SmartMeter.d.ts +2 -0
  228. package/dist/providers/icons/SmartMeter.js +41 -0
  229. package/dist/providers/icons/Solar.d.ts +2 -0
  230. package/dist/providers/icons/Solar.js +41 -0
  231. package/dist/providers/icons/Star.d.ts +2 -0
  232. package/dist/providers/icons/Star.js +41 -0
  233. package/dist/providers/icons/Sun.d.ts +2 -0
  234. package/dist/providers/icons/Sun.js +41 -0
  235. package/dist/providers/icons/Trees.d.ts +2 -0
  236. package/dist/providers/icons/Trees.js +41 -0
  237. package/dist/providers/icons/Tune.js +25 -2
  238. package/dist/providers/icons/User.js +25 -2
  239. package/dist/providers/icons/UserFilled.d.ts +2 -0
  240. package/dist/providers/icons/UserFilled.js +41 -0
  241. package/dist/providers/icons/Wallet.d.ts +2 -0
  242. package/dist/providers/icons/Wallet.js +41 -0
  243. package/dist/providers/icons/WalletFilled.d.ts +2 -0
  244. package/dist/providers/icons/WalletFilled.js +41 -0
  245. package/dist/providers/icons/WarmHome.d.ts +2 -0
  246. package/dist/providers/icons/WarmHome.js +41 -0
  247. package/dist/providers/icons/Warning.d.ts +2 -0
  248. package/dist/providers/icons/Warning.js +41 -0
  249. package/dist/providers/icons/WebAddress.d.ts +2 -0
  250. package/dist/providers/icons/WebAddress.js +41 -0
  251. package/dist/providers/icons/WindPower.d.ts +2 -0
  252. package/dist/providers/icons/WindPower.js +41 -0
  253. package/dist/providers/icons/index.d.ts +46 -3
  254. package/dist/providers/icons/index.js +46 -3
  255. package/dist/styled.native.d.ts +49 -49
  256. package/package.json +2 -2
  257. package/dist/components/SummaryList/SummaryList.d.ts +0 -14
  258. package/dist/components/SummaryList/SummaryList.js +0 -47
  259. package/dist/components/SummaryList/index.d.ts +0 -1
  260. package/dist/components/SummaryList/index.js +0 -6
  261. package/dist/esm/components/SummaryList/SummaryList.js +0 -43
  262. package/dist/esm/components/SummaryList/index.js +0 -1
  263. package/dist/esm/theme/create-theme.js +0 -330
  264. package/dist/esm/theme/theme.js +0 -1
  265. package/dist/theme/create-theme.d.ts +0 -18
  266. package/dist/theme/create-theme.js +0 -337
  267. package/dist/theme/index.d.ts +0 -231
  268. package/dist/theme/index.js +0 -37
  269. package/dist/theme/theme.d.ts +0 -193
  270. package/dist/theme/theme.js +0 -2
@@ -11,18 +11,27 @@ 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 { 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';
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';
15
15
  var defaultIcons = {
16
+ address: Address,
17
+ advice: Advice,
18
+ archive: Archive,
16
19
  'arrow-down': ArrowDown,
17
20
  'arrow-left': ArrowLeft,
18
21
  'arrow-right': ArrowRight,
19
22
  'arrow-up': ArrowUp,
23
+ award: Award,
24
+ battery: Battery,
25
+ cal: Cal,
26
+ 'cal-book': CalBook,
20
27
  'caret-down': CaretDown,
21
28
  'caret-left': CaretLeft,
22
29
  'caret-right': CaretRight,
23
30
  'caret-up': CaretUp,
24
31
  chart: Chart,
32
+ 'chart-filled': ChartFilled,
25
33
  check: Check,
34
+ 'check-circle': CheckCircle,
26
35
  'chevron-left': ChevronLeft,
27
36
  'chevron-left-small': ChevronLeftSmall,
28
37
  'chevron-left-small-first': ChevronLeftSmallFirst,
@@ -31,28 +40,62 @@ var defaultIcons = {
31
40
  'chevron-right-small-last': ChevronRightSmallLast,
32
41
  'chevron-up': ChevronUp,
33
42
  'chevron-down': ChevronDown,
43
+ circle: Circle,
44
+ 'close-circle': CloseCircle,
34
45
  cross: Cross,
46
+ doc: Doc,
35
47
  dollar: Dollar,
36
48
  download: Download,
49
+ eco: Eco,
50
+ 'eco-home': EcoHome,
51
+ edit: Edit,
52
+ 'electric-car': ElectricCar,
53
+ 'electric-home': ElectricHome,
37
54
  electricity: Electricity,
55
+ 'energy-advice': EnergyAdvice,
56
+ equals: Equals,
38
57
  euro: Euro,
39
58
  gas: Gas,
59
+ 'globe-address': GlobeAddress,
40
60
  help: Help,
41
61
  hide: Hide,
42
62
  home: Home,
63
+ 'home-filled': HomeFilled,
64
+ 'hydro-power': HydroPower,
43
65
  info: Info,
44
66
  'new-window': NewWindow,
45
67
  link: Link,
46
68
  logo: Logo,
69
+ mail: Mail,
70
+ 'mail-open': MailOpen,
71
+ menu: Menu,
72
+ message: Message,
73
+ 'message-filled': MessageFilled,
47
74
  minus: Minus,
75
+ mobile: Mobile,
48
76
  'payment-card': PaymentCard,
77
+ phone: Phone,
49
78
  plus: Plus,
50
79
  pound: Pound,
80
+ pricing: Pricing,
51
81
  search: Search,
82
+ security: Security,
52
83
  show: Show,
53
- user: User,
84
+ 'smart-home': SmartHome,
85
+ 'smart-meter': SmartMeter,
86
+ solar: Solar,
87
+ star: Star,
88
+ sun: Sun,
89
+ trees: Trees,
54
90
  tune: Tune,
55
- circle: Circle,
91
+ 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,
56
99
  };
57
100
  var IconsContext = createContext(null);
58
101
  function useIcons() {
@@ -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 Address = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M2.5 6.45C2.5 2.853 5.76 1.5 8 1.5s5.5 1.478 5.5 4.95C13.5 9.922 8 14.5 8 14.5s-5.5-4.454-5.5-8.05Zm7.145 4.313c.723-.835 1.295-1.623 1.697-2.34.43-.77.658-1.452.658-1.973 0-1.072-.437-1.936-1.297-2.568-.886-.65-1.958-.881-2.703-.881-.745 0-1.85.222-2.714.844C4.421 4.466 4 5.319 4 6.45c0 .624.305 2.02 2.349 4.353a24.081 24.081 0 0 0 1.64 1.686 25.59 25.59 0 0 0 1.656-1.726ZM7.09 5.385l1.437-.381.381 1.437-1.437.381-.381-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 Advice = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.5 5.5h-1.59c-.441-2.275-2.475-4-4.91-4s-4.469 1.725-4.91 4H1.5v5H5v-5h-.369C5.046 4.06 6.4 3 8 3c1.601 0 2.954 1.06 3.368 2.5H11v4.983h.502a2.757 2.757 0 0 1-1.99 2.42V12.2h-1.5v2.307h.75a4.256 4.256 0 0 0 4.244-4.024h1.495V5.498L14.5 5.5ZM3.5 9H3V7h.5v2Zm9-2h.5v1.983h-.5V7Z" }) }))); };
@@ -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 Archive = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 7V3h13v4h-.75v4.1l-1.5.402.402 1.498H2.25V7H1.5Zm2.25 4.5h8.5V7h-8.5v4.5ZM3 5.5h10v-1H3v1Zm4.09 3.222 1.438-.382.381 1.437-1.437.382-.381-1.438Z", 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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 Award = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12.529 6.029c0 1.17-.443 2.235-1.17 3.039h-.001l1.901 5.341L8 12.991l-5.259 1.418L4.64 9.066a4.53 4.53 0 1 1 7.89-3.037Zm-1.5 0C11.029 4.36 9.67 3 7.999 3 6.33 3 4.97 4.402 4.97 6.03a3.033 3.033 0 0 0 2.903 3.026h.252A3.004 3.004 0 0 0 11.03 6.03Zm-3.78 4.467a4.498 4.498 0 0 1-1.363-.46l-.774 2.18 2.137-.576v-1.144Zm1.5 0v1.143l2.137.576-.775-2.178a4.487 4.487 0 0 1-1.362.459ZM7.09 5.501l1.438-.381.381 1.437-1.437.381-.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 Battery = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M10 3h2v9.595l-1.5.402V4.5h-5V13h5v-.002l.402 1.502H4V3h2v-.75h4V3ZM6.617 6.615l1.85-.516v1.355l.916-.245-1.226 3.89-.62-1.822-.92.247V6.616Z", 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 Cal = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.5 11.098V3.025h-3.25V1.544h-1.5v1.48h-3.5v-1.48h-1.5v1.48H1.5V13h11.902L13 11.5H3V8h10v3.5l1.5-.402ZM3 6.5V4.525h1.75v.973l1.5-.402v-.571h3.5v.948l1.5-.403v-.545H13v1.976H3V6.5Z" }) }))); };
@@ -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 CalBook = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.25 1.544v1.48h3.25v8.074L13 11.5l.402 1.5H9.9l1.5-1.5H13V8H3v3.5h1.612l1.5 1.5H1.5V3.025h3.25V1.544h1.5v1.48h3.5v-1.48h1.5ZM3 6.5h10V4.525h-1.75v.545l-1.5.403v-.948h-3.5v.57l-1.5.403v-.973H3V6.5Zm5.005 6.98L5.43 10.902 6.49 9.842l1.515 1.516 3.063-3.062 1.06 1.06-4.123 4.123Z", 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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 ChartFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 20 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M1.875 1.875v16.25h16.25V1.875H1.875Zm4.719 13.231H4.719V7.388l1.875-.5v8.225-.007Zm4.325 0H9.044V4.27l1.875-.5v11.337Zm4.325 0h-1.875v-4.575l1.875-.5v5.075Z" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 CheckCircle = 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.226.736 3.48-3.478.448 1.673-3.928 3.926L4.65 8.281 5.711 7.22l1.515 1.516Z", clipRule: "evenodd" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 CloseCircle = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.516 8.016a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0Zm1.5 0c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm6.43-2.462 1.677.445L9.12 8l2.002 2.002-1.677.444L8.06 9.061l-1.385 1.385L5 10.002 7 8 4.999 5.999l1.676-.445L8.06 6.94l1.386-1.386Z", clipRule: "evenodd" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -9,11 +9,6 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import { themeNative } from '@ovotech/element-core';
13
- import { pxToNumber } from '../utils';
14
- import { createTheme } from './create-theme';
15
- export * from './create-theme';
16
- export var theme = createTheme(__assign({}, themeNative));
17
- export var calculateLineHeight = function (size, lineHeight) {
18
- return pxToNumber(size) * (lineHeight || 1) + 'px';
19
- };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Doc = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M11.5 13h-7V7.006h5V3h2v10l1.5-.405V1.5H8L3 5.487V14.5h8.898L11.5 13ZM8 3.418v2.088H5.381L8 3.418Z" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };
@@ -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 Eco = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m14.51 13.449-1.954-1.953a4.935 4.935 0 0 0 .968-2.867c.02-1.298-.459-2.503-1.35-3.393-1.511-1.512-3.533-2.435-5.848-2.67-1.733-.176-3.025.093-3.079.104l-.476.102-.102.476c-.011.054-.28 1.346-.104 3.079.235 2.314 1.158 4.337 2.67 5.848.872.872 2.047 1.35 3.315 1.35h.078a4.937 4.937 0 0 0 2.867-.968l1.34 1.34 1.673-.448h.002ZM6.222 4.063c1.974.21 3.62.962 4.891 2.233.601.6.925 1.421.91 2.31a3.442 3.442 0 0 1-.546 1.811l-1.131-1.131V6.11h-1.5v1.675l-3.78-3.78c.347-.002.737.012 1.156.057Zm2.383 7.962c-.889.013-1.709-.31-2.31-.91-1.271-1.272-2.023-2.917-2.233-4.891-.044-.42-.058-.81-.056-1.156l3.808 3.808H6.12v1.5h3.195l1.103 1.101a3.44 3.44 0 0 1-1.812.547Z" }) }))); };
@@ -0,0 +1,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 EcoHome = 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.598ZM8.518 6.112l-1.85.516v2.908l.92-.246.62 1.822L9.433 7.22l-.916.245V6.112Z", 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 Edit = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 1.5h-3.999V3H13v10l1.5-.401V1.5ZM13 13H3v-2.5H1.5v4h11.903L13 13ZM1.5 5.034 5.035 1.5 10.5 6.963V10.5H6.963L1.5 5.035Zm4.383-.566-.848-.848-1.413 1.414.847.848 1.414-1.414Zm1.702 4.53h1.414V7.585L6.943 5.53 5.53 6.944l2.055 2.055Z", clipRule: "evenodd" }) }))); };
@@ -0,0 +1,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 ElectricCar = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m12.165 5.232 1.51-.404c.541.965.825 2.048.825 3.172 0 3.584-2.916 6.5-6.5 6.5A6.508 6.508 0 0 1 1.5 8c0-3.391 2.61-6.184 5.928-6.475.284-.627.948-1.067 1.72-1.067H10.5v1.5H9.148c-.217 0-.368.131-.368.25 0 .117.151.25.368.25H10.5v1.5H9.148c-.716 0-1.337-.379-1.651-.933A5.007 5.007 0 0 0 3 8c0 2.757 2.243 5 5 5s5-2.243 5-5c0-.994-.289-1.947-.835-2.768Zm-1.094 1.59h1.101l-.402 1.5h-.52v2.151H9.625v-.829h-3.25v.829H4.75V8.322h-.547l-.402-1.5h1.113L5.562 5.5h4.803l.706 1.322ZM6.25 8.144h3.5v-.612L9.465 7H6.498l-.248.505v.639Z", clipRule: "evenodd" }) }))); };
@@ -0,0 +1,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 ElectricHome = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m12.165 5.232 1.51-.404c.541.965.825 2.048.825 3.172 0 3.584-2.916 6.5-6.5 6.5A6.508 6.508 0 0 1 1.5 8c0-3.391 2.61-6.184 5.928-6.475.284-.627.948-1.067 1.72-1.067H10.5v1.5H9.148c-.217 0-.368.131-.368.25 0 .117.151.25.368.25H10.5v1.5H9.148c-.716 0-1.337-.379-1.651-.933A5.007 5.007 0 0 0 3 8c0 2.757 2.243 5 5 5s5-2.243 5-5c0-.994-.289-1.947-.835-2.768Zm-7.915.785L8 4.229l3.75 1.788v4.712h-7.5V6.017Zm4.498 3.212h1.502V6.963L8 5.891 5.75 6.963V9.23h1.498V7.801l1.5-.402v1.83Z", clipRule: "evenodd" }) }))); };
@@ -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 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" }) }))); };
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" }) }))); };