@ovotech/element-native 4.0.2-canary-957f338-258 → 4.0.2

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 (61) hide show
  1. package/dist/components/ActionCard/ActionCard.js +1 -6
  2. package/dist/components/Disclosure/Disclosure.js +1 -1
  3. package/dist/components/FilterSelect/FilterSelect.js +1 -1
  4. package/dist/components/TextLink/TextLink.js +1 -1
  5. package/dist/components/index.d.ts +0 -1
  6. package/dist/components/index.js +0 -1
  7. package/dist/esm/components/ActionCard/ActionCard.js +1 -6
  8. package/dist/esm/components/Disclosure/Disclosure.js +1 -1
  9. package/dist/esm/components/FilterSelect/FilterSelect.js +1 -1
  10. package/dist/esm/components/TextLink/TextLink.js +1 -1
  11. package/dist/esm/components/index.js +0 -1
  12. package/dist/esm/providers/IconsProvider.js +24 -22
  13. package/dist/esm/providers/icons/Chart.js +1 -1
  14. package/dist/esm/providers/icons/ChartFilled.js +1 -1
  15. package/dist/esm/providers/icons/Gas.js +1 -1
  16. package/dist/esm/providers/icons/HomeFilled.js +1 -1
  17. package/dist/esm/providers/icons/Logo.js +2 -2
  18. package/dist/esm/providers/icons/MessageFilled.js +1 -1
  19. package/dist/esm/providers/icons/Show.js +1 -1
  20. package/dist/esm/providers/icons/StarFilled.js +1 -1
  21. package/dist/esm/providers/icons/Trees.js +1 -1
  22. package/dist/esm/providers/icons/User.js +1 -1
  23. package/dist/esm/providers/icons/UserFilled.js +1 -1
  24. package/dist/esm/providers/icons/index.js +21 -19
  25. package/dist/providers/IconsProvider.js +23 -21
  26. package/dist/providers/icons/Chart.js +1 -1
  27. package/dist/providers/icons/ChartFilled.js +1 -1
  28. package/dist/providers/icons/Gas.js +1 -1
  29. package/dist/providers/icons/HomeFilled.js +1 -1
  30. package/dist/providers/icons/Logo.js +2 -25
  31. package/dist/providers/icons/MessageFilled.js +1 -1
  32. package/dist/providers/icons/Show.js +1 -1
  33. package/dist/providers/icons/StarFilled.js +1 -1
  34. package/dist/providers/icons/Trees.js +1 -1
  35. package/dist/providers/icons/User.js +1 -1
  36. package/dist/providers/icons/UserFilled.js +1 -1
  37. package/dist/providers/icons/index.d.ts +21 -19
  38. package/dist/providers/icons/index.js +21 -19
  39. package/dist/providers/types.d.ts +1 -1
  40. package/package.json +3 -3
  41. package/dist/components/SegmentedControls/SegmentedControls.d.ts +0 -16
  42. package/dist/components/SegmentedControls/SegmentedControls.js +0 -78
  43. package/dist/components/SegmentedControls/components/SegmentButton.d.ts +0 -12
  44. package/dist/components/SegmentedControls/components/SegmentButton.js +0 -94
  45. package/dist/components/SegmentedControls/index.d.ts +0 -2
  46. package/dist/components/SegmentedControls/index.js +0 -5
  47. package/dist/esm/components/SegmentedControls/SegmentedControls.js +0 -51
  48. package/dist/esm/components/SegmentedControls/components/SegmentButton.js +0 -64
  49. package/dist/esm/components/SegmentedControls/index.js +0 -2
  50. package/dist/esm/providers/icons/CaretArrowDown.js +0 -14
  51. package/dist/esm/providers/icons/CaretArrowLeft.js +0 -14
  52. package/dist/esm/providers/icons/CaretArrowRight.js +0 -14
  53. package/dist/esm/providers/icons/CaretArrowUp.js +0 -14
  54. package/dist/providers/icons/CaretArrowDown.d.ts +0 -2
  55. package/dist/providers/icons/CaretArrowDown.js +0 -41
  56. package/dist/providers/icons/CaretArrowLeft.d.ts +0 -2
  57. package/dist/providers/icons/CaretArrowLeft.js +0 -41
  58. package/dist/providers/icons/CaretArrowRight.d.ts +0 -2
  59. package/dist/providers/icons/CaretArrowRight.js +0 -41
  60. package/dist/providers/icons/CaretArrowUp.d.ts +0 -2
  61. package/dist/providers/icons/CaretArrowUp.js +0 -41
@@ -50,11 +50,6 @@ var StyledP = (0, styled_native_1.default)(P_1.P)(function (_a) {
50
50
  var ActionCard = function (_a) {
51
51
  var onPressCloseButton = _a.onPressCloseButton, onPressActionButton = _a.onPressActionButton, onPressIndicator = _a.onPressIndicator, onMount = _a.onMount, body = _a.body, title = _a.title, buttonTitle = _a.buttonTitle, ctaVariant = _a.ctaVariant, image = _a.image, testID = _a.testID, _b = _a.accessibilityLabel, accessibilityLabel = _b === void 0 ? 'image' : _b, _c = _a.inverted, inverted = _c === void 0 ? false : _c, _d = _a.inline, inline = _d === void 0 ? false : _d;
52
52
  var _e = (0, react_1.useContext)(styled_native_1.ThemeContext), core = _e.core, semantic = _e.semantic;
53
- var hasSingleAction = (onPressActionButton && !onPressIndicator && !onPressCloseButton) ||
54
- (onPressIndicator && !onPressActionButton && !onPressCloseButton);
55
- var cardAction = hasSingleAction
56
- ? onPressActionButton || onPressIndicator
57
- : null;
58
53
  (0, react_1.useEffect)(function () {
59
54
  if (onMount) {
60
55
  onMount();
@@ -63,7 +58,7 @@ var ActionCard = function (_a) {
63
58
  var Heading = inline ? __1.Heading3 : __1.Heading2;
64
59
  var cardPadding = core.space[inline ? 4 : 6];
65
60
  var negativeMarginAdjustment = -cardPadding;
66
- return ((0, jsx_runtime_1.jsx)(StyledCard, { onPress: cardAction, inline: inline, inverted: inverted, reducedBottomPadding: Boolean(buttonTitle && !ctaVariant), testID: "".concat(testID, "-card"), children: (0, jsx_runtime_1.jsxs)(react_native_1.View, { style: { flexDirection: 'row' }, children: [(0, jsx_runtime_1.jsx)(react_native_1.View, { style: { flex: 1 }, children: (0, jsx_runtime_1.jsxs)(__1.Stack, { spaceBetween: 2, children: [(0, jsx_runtime_1.jsx)(Heading, { style: {
61
+ return ((0, jsx_runtime_1.jsx)(StyledCard, { onPress: onPressIndicator, inline: inline, inverted: inverted, reducedBottomPadding: Boolean(buttonTitle && !ctaVariant), testID: "".concat(testID, "-card"), children: (0, jsx_runtime_1.jsxs)(react_native_1.View, { style: { flexDirection: 'row' }, children: [(0, jsx_runtime_1.jsx)(react_native_1.View, { style: { flex: 1 }, children: (0, jsx_runtime_1.jsxs)(__1.Stack, { spaceBetween: 2, children: [(0, jsx_runtime_1.jsx)(Heading, { style: {
67
62
  color: inverted
68
63
  ? semantic.inverted.message.link
69
64
  : semantic.message.branded,
@@ -76,6 +76,6 @@ exports.Disclosure = (0, react_1.forwardRef)(function (_a, ref) {
76
76
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(DisclosureButton, __assign({ onPress: function () {
77
77
  setIsExpanded(!isExpanded);
78
78
  onToggle && onToggle(!isExpanded);
79
- }, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [(0, jsx_runtime_1.jsx)(DisclosureButtonIcon, __assign({ name: "caret-arrow-down" }, breakpoints, { size: 14, expanded: isExpanded })), (0, jsx_runtime_1.jsx)(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && ((0, jsx_runtime_1.jsx)(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
79
+ }, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [(0, jsx_runtime_1.jsx)(DisclosureButtonIcon, __assign({ name: "caret-down" }, breakpoints, { size: 14, expanded: isExpanded })), (0, jsx_runtime_1.jsx)(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && ((0, jsx_runtime_1.jsx)(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
80
80
  });
81
81
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
@@ -70,7 +70,7 @@ var FilterSelect = function (_a) {
70
70
  (_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.measureInWindow(function (x, y) {
71
71
  setMeasure({ top: y - 12, left: x });
72
72
  });
73
- }, children: [(0, jsx_runtime_1.jsx)(P_1.P, { children: (0, jsx_runtime_1.jsx)(Strong_1.Strong, { children: selected.value === 'default' ? '' : selected.label }) }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { name: "caret-arrow-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? (0, jsx_runtime_1.jsxs)(P_1.P, { children: [" ", rightText] }) : null, (0, jsx_runtime_1.jsx)(react_native_1.Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: (0, jsx_runtime_1.jsx)(DropdownWrapper, { children: (0, jsx_runtime_1.jsx)(DropdownContainer, { style: {
73
+ }, children: [(0, jsx_runtime_1.jsx)(P_1.P, { children: (0, jsx_runtime_1.jsx)(Strong_1.Strong, { children: selected.value === 'default' ? '' : selected.label }) }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { name: "caret-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? (0, jsx_runtime_1.jsxs)(P_1.P, { children: [" ", rightText] }) : null, (0, jsx_runtime_1.jsx)(react_native_1.Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: (0, jsx_runtime_1.jsx)(DropdownWrapper, { children: (0, jsx_runtime_1.jsx)(DropdownContainer, { style: {
74
74
  top: measure === null || measure === void 0 ? void 0 : measure.top,
75
75
  left: measure === null || measure === void 0 ? void 0 : measure.left,
76
76
  }, children: (0, jsx_runtime_1.jsx)(react_native_1.ScrollView, { nestedScrollEnabled: true, children: options.map(function (option, i) { return ((0, jsx_runtime_1.jsxs)(react_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(SelectOption, { accessible: true, accessibilityRole: "button", onPress: function () { return handleOptionPress(option); }, children: (0, jsx_runtime_1.jsx)(Margin_1.Margin, { vertical: 3, children: (0, jsx_runtime_1.jsx)(P_1.P, { children: (0, jsx_runtime_1.jsx)(Strong_1.Strong, { children: option.label }) }) }) }), i === options.length - 1 ? null : ((0, jsx_runtime_1.jsx)(Divider_1.Divider, { type: "differentiated" }))] }, option.label)); }) }) }) }) })] }));
@@ -62,7 +62,7 @@ var StyledText = styled_native_1.default.Text(function (_a) {
62
62
  });
63
63
  var StyledIcon = (0, styled_native_1.default)(Icon_1.Icon)(function (_a) {
64
64
  var semantic = _a.theme.semantic;
65
- return (0, styled_native_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n "], ["\n color: ", ";\n "])), semantic.message.branded);
65
+ return (0, styled_native_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n "], ["\n color: ", ";\n "])), semantic.message.branded);
66
66
  });
67
67
  var TextLink = (0, react_1.forwardRef)(function (_a, ref) {
68
68
  var children = _a.children, _b = _a.opensInNewWindow, opensInNewWindow = _b === void 0 ? false : _b, accessibilityLabel = _a.accessibilityLabel, rest = __rest(_a, ["children", "opensInNewWindow", "accessibilityLabel"]);
@@ -40,7 +40,6 @@ export * from './PasswordInput';
40
40
  export * from './PhoneField';
41
41
  export * from './PhoneInput';
42
42
  export * from './Radio';
43
- export * from './SegmentedControls';
44
43
  export * from './SelectField';
45
44
  export * from './SkeletonCircle';
46
45
  export * from './SkeletonCTA';
@@ -56,7 +56,6 @@ __exportStar(require("./PasswordInput"), exports);
56
56
  __exportStar(require("./PhoneField"), exports);
57
57
  __exportStar(require("./PhoneInput"), exports);
58
58
  __exportStar(require("./Radio"), exports);
59
- __exportStar(require("./SegmentedControls"), exports);
60
59
  __exportStar(require("./SelectField"), exports);
61
60
  __exportStar(require("./SkeletonCircle"), exports);
62
61
  __exportStar(require("./SkeletonCTA"), exports);
@@ -21,11 +21,6 @@ var StyledP = styled(P)(function (_a) {
21
21
  export var ActionCard = function (_a) {
22
22
  var onPressCloseButton = _a.onPressCloseButton, onPressActionButton = _a.onPressActionButton, onPressIndicator = _a.onPressIndicator, onMount = _a.onMount, body = _a.body, title = _a.title, buttonTitle = _a.buttonTitle, ctaVariant = _a.ctaVariant, image = _a.image, testID = _a.testID, _b = _a.accessibilityLabel, accessibilityLabel = _b === void 0 ? 'image' : _b, _c = _a.inverted, inverted = _c === void 0 ? false : _c, _d = _a.inline, inline = _d === void 0 ? false : _d;
23
23
  var _e = useContext(ThemeContext), core = _e.core, semantic = _e.semantic;
24
- var hasSingleAction = (onPressActionButton && !onPressIndicator && !onPressCloseButton) ||
25
- (onPressIndicator && !onPressActionButton && !onPressCloseButton);
26
- var cardAction = hasSingleAction
27
- ? onPressActionButton || onPressIndicator
28
- : null;
29
24
  useEffect(function () {
30
25
  if (onMount) {
31
26
  onMount();
@@ -34,7 +29,7 @@ export var ActionCard = function (_a) {
34
29
  var Heading = inline ? Heading3 : Heading2;
35
30
  var cardPadding = core.space[inline ? 4 : 6];
36
31
  var negativeMarginAdjustment = -cardPadding;
37
- return (_jsx(StyledCard, { onPress: cardAction, inline: inline, inverted: inverted, reducedBottomPadding: Boolean(buttonTitle && !ctaVariant), testID: "".concat(testID, "-card"), children: _jsxs(View, { style: { flexDirection: 'row' }, children: [_jsx(View, { style: { flex: 1 }, children: _jsxs(Stack, { spaceBetween: 2, children: [_jsx(Heading, { style: {
32
+ return (_jsx(StyledCard, { onPress: onPressIndicator, inline: inline, inverted: inverted, reducedBottomPadding: Boolean(buttonTitle && !ctaVariant), testID: "".concat(testID, "-card"), children: _jsxs(View, { style: { flexDirection: 'row' }, children: [_jsx(View, { style: { flex: 1 }, children: _jsxs(Stack, { spaceBetween: 2, children: [_jsx(Heading, { style: {
38
33
  color: inverted
39
34
  ? semantic.inverted.message.link
40
35
  : semantic.message.branded,
@@ -50,6 +50,6 @@ export var Disclosure = forwardRef(function (_a, ref) {
50
50
  return (_jsxs(_Fragment, { children: [_jsxs(DisclosureButton, __assign({ onPress: function () {
51
51
  setIsExpanded(!isExpanded);
52
52
  onToggle && onToggle(!isExpanded);
53
- }, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [_jsx(DisclosureButtonIcon, __assign({ name: "caret-arrow-down" }, breakpoints, { size: 14, expanded: isExpanded })), _jsx(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && (_jsx(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
53
+ }, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [_jsx(DisclosureButtonIcon, __assign({ name: "caret-down" }, breakpoints, { size: 14, expanded: isExpanded })), _jsx(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && (_jsx(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
54
54
  });
55
55
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
@@ -44,7 +44,7 @@ export var FilterSelect = function (_a) {
44
44
  (_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.measureInWindow(function (x, y) {
45
45
  setMeasure({ top: y - 12, left: x });
46
46
  });
47
- }, children: [_jsx(P, { children: _jsx(Strong, { children: selected.value === 'default' ? '' : selected.label }) }), _jsx(Icon, { name: "caret-arrow-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? _jsxs(P, { children: [" ", rightText] }) : null, _jsx(Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: _jsx(DropdownWrapper, { children: _jsx(DropdownContainer, { style: {
47
+ }, children: [_jsx(P, { children: _jsx(Strong, { children: selected.value === 'default' ? '' : selected.label }) }), _jsx(Icon, { name: "caret-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? _jsxs(P, { children: [" ", rightText] }) : null, _jsx(Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: _jsx(DropdownWrapper, { children: _jsx(DropdownContainer, { style: {
48
48
  top: measure === null || measure === void 0 ? void 0 : measure.top,
49
49
  left: measure === null || measure === void 0 ? void 0 : measure.left,
50
50
  }, children: _jsx(ScrollView, { nestedScrollEnabled: true, children: options.map(function (option, i) { return (_jsxs(Fragment, { children: [_jsx(SelectOption, { accessible: true, accessibilityRole: "button", onPress: function () { return handleOptionPress(option); }, children: _jsx(Margin, { vertical: 3, children: _jsx(P, { children: _jsx(Strong, { children: option.label }) }) }) }), i === options.length - 1 ? null : (_jsx(Divider, { type: "differentiated" }))] }, option.label)); }) }) }) }) })] }));
@@ -36,7 +36,7 @@ var StyledText = styled.Text(function (_a) {
36
36
  });
37
37
  var StyledIcon = styled(Icon)(function (_a) {
38
38
  var semantic = _a.theme.semantic;
39
- return css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n "], ["\n color: ", ";\n "])), semantic.message.branded);
39
+ return css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n "], ["\n color: ", ";\n "])), semantic.message.branded);
40
40
  });
41
41
  var TextLink = forwardRef(function (_a, ref) {
42
42
  var children = _a.children, _b = _a.opensInNewWindow, opensInNewWindow = _b === void 0 ? false : _b, accessibilityLabel = _a.accessibilityLabel, rest = __rest(_a, ["children", "opensInNewWindow", "accessibilityLabel"]);
@@ -40,7 +40,6 @@ export * from './PasswordInput';
40
40
  export * from './PhoneField';
41
41
  export * from './PhoneInput';
42
42
  export * from './Radio';
43
- export * from './SegmentedControls';
44
43
  export * from './SelectField';
45
44
  export * from './SkeletonCircle';
46
45
  export * from './SkeletonCTA';
@@ -11,7 +11,7 @@ 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, CalBook, Cal, CaretArrowDown, CaretArrowLeft, CaretArrowRight, CaretArrowUp, ChartFilled, Chart, CheckCircle, Check, ChevronDown, ChevronLeftSmallFirst, ChevronLeftSmall, ChevronLeft, ChevronRightSmallLast, ChevronRightSmall, ChevronRight, ChevronUp, CloseCircle, Cross, Doc, Dollar, Download, EcoHome, Eco, Edit, ElectricCar, ElectricHome, Electricity, EnergyAdvice, Equals, Euro, Gas, GlobeAddress, HelpFilled, Help, Hide, HomeFilled, Home, HydroPower, Info, Link, Logo, MailOpen, Mail, Menu, MessageFilled, Message, Minus, Mobile, NewWindow, PaymentCardFilled, PaymentCard, Phone, Plus, Pound, Pricing, Search, Security, Show, SmartHome, SmartMeter, Solar, StarFilled, Star, Sun, Torch, Trees, Tune, UserFilled, User, Wallet, WarmHome, Warning, WebAddress, WindPower, } 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, HelpFilled, Hide, Home, HomeFilled, HydroPower, Info, Link, Logo, Mail, MailOpen, Menu, Message, MessageFilled, Minus, Mobile, NewWindow, PaymentCard, PaymentCardFilled, Phone, Plus, Pound, Pricing, Search, Security, Show, SmartHome, SmartMeter, Solar, Star, StarFilled, Sun, Torch, Trees, Tune, User, UserFilled, Wallet, WalletFilled, WarmHome, Warning, WebAddress, WindPower, } from './icons';
15
15
  var defaultIcons = {
16
16
  address: Address,
17
17
  advice: Advice,
@@ -22,31 +22,32 @@ var defaultIcons = {
22
22
  'arrow-up': ArrowUp,
23
23
  award: Award,
24
24
  battery: Battery,
25
- 'cal-book': CalBook,
26
25
  cal: Cal,
27
- 'caret-arrow-down': CaretArrowDown,
28
- 'caret-arrow-left': CaretArrowLeft,
29
- 'caret-arrow-right': CaretArrowRight,
30
- 'caret-arrow-up': CaretArrowUp,
31
- 'chart-filled': ChartFilled,
26
+ 'cal-book': CalBook,
27
+ 'caret-down': CaretDown,
28
+ 'caret-left': CaretLeft,
29
+ 'caret-right': CaretRight,
30
+ 'caret-up': CaretUp,
32
31
  chart: Chart,
33
- 'check-circle': CheckCircle,
32
+ 'chart-filled': ChartFilled,
34
33
  check: Check,
35
- 'chevron-down': ChevronDown,
36
- 'chevron-left-small-first': ChevronLeftSmallFirst,
37
- 'chevron-left-small': ChevronLeftSmall,
34
+ 'check-circle': CheckCircle,
38
35
  'chevron-left': ChevronLeft,
39
- 'chevron-right-small-last': ChevronRightSmallLast,
40
- 'chevron-right-small': ChevronRightSmall,
36
+ 'chevron-left-small': ChevronLeftSmall,
37
+ 'chevron-left-small-first': ChevronLeftSmallFirst,
41
38
  'chevron-right': ChevronRight,
39
+ 'chevron-right-small': ChevronRightSmall,
40
+ 'chevron-right-small-last': ChevronRightSmallLast,
42
41
  'chevron-up': ChevronUp,
42
+ 'chevron-down': ChevronDown,
43
+ circle: Circle,
43
44
  'close-circle': CloseCircle,
44
45
  cross: Cross,
45
46
  doc: Doc,
46
47
  dollar: Dollar,
47
48
  download: Download,
48
- 'eco-home': EcoHome,
49
49
  eco: Eco,
50
+ 'eco-home': EcoHome,
50
51
  edit: Edit,
51
52
  'electric-car': ElectricCar,
52
53
  'electric-home': ElectricHome,
@@ -56,25 +57,25 @@ var defaultIcons = {
56
57
  euro: Euro,
57
58
  gas: Gas,
58
59
  'globe-address': GlobeAddress,
59
- 'help-filled': HelpFilled,
60
60
  help: Help,
61
+ 'help-filled': HelpFilled,
61
62
  hide: Hide,
62
- 'home-filled': HomeFilled,
63
63
  home: Home,
64
+ 'home-filled': HomeFilled,
64
65
  'hydro-power': HydroPower,
65
66
  info: Info,
67
+ 'new-window': NewWindow,
66
68
  link: Link,
67
69
  logo: Logo,
68
- 'mail-open': MailOpen,
69
70
  mail: Mail,
71
+ 'mail-open': MailOpen,
70
72
  menu: Menu,
71
- 'message-filled': MessageFilled,
72
73
  message: Message,
74
+ 'message-filled': MessageFilled,
73
75
  minus: Minus,
74
76
  mobile: Mobile,
75
- 'new-window': NewWindow,
76
- 'payment-card-filled': PaymentCardFilled,
77
77
  'payment-card': PaymentCard,
78
+ 'payment-card-filled': PaymentCardFilled,
78
79
  phone: Phone,
79
80
  plus: Plus,
80
81
  pound: Pound,
@@ -85,15 +86,16 @@ var defaultIcons = {
85
86
  'smart-home': SmartHome,
86
87
  'smart-meter': SmartMeter,
87
88
  solar: Solar,
88
- 'star-filled': StarFilled,
89
89
  star: Star,
90
+ 'star-filled': StarFilled,
90
91
  sun: Sun,
91
92
  torch: Torch,
92
93
  trees: Trees,
93
94
  tune: Tune,
94
- 'user-filled': UserFilled,
95
95
  user: User,
96
+ 'user-filled': UserFilled,
96
97
  wallet: Wallet,
98
+ 'wallet-filled': WalletFilled,
97
99
  'warm-home': WarmHome,
98
100
  warning: Warning,
99
101
  'web-address': WebAddress,
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
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.501V13Zm4.989-9.585 1.5-.401v9.072h-1.5v-8.67ZM6.026 5.506l-1.5.402v6.177h1.5V5.506Zm5.425 2.92 1.5-.402v4.062h-1.5v-3.66Z", clipRule: "evenodd" }) }))); };
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" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import Svg, { Path } from 'react-native-svg';
14
- export var ChartFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M1.5 1.5v13h13v-13h-13Zm3.775 10.585h-1.5V5.91l1.5-.4v6.58-.005Zm3.46 0h-1.5v-8.67l1.5-.4v9.07Zm3.46 0h-1.5v-3.66l1.5-.4v4.06Z" }) }))); };
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" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
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.573-5.79-3.573-5.79l-.796.86L7.933 1.5s-4.527 4.756-5 7.922c-.34 2.272.982 5.077 4.999 5.078 4.713 0 5.452-3.026 5.115-5.258ZM6.99 12.677c-.416-.272-.473-.572-.473-.83 0-.393.368-.998.983-1.619.146-.147.293-.283.433-.405.129.113.264.237.399.372.636.634 1.016 1.252 1.016 1.652 0 .258-.056.557-.472.83-.376.246-.823.322-.943.322-.121 0-.568-.076-.943-.322Zm4.563-1.801c-.087.447-.26.824-.514 1.12a2.104 2.104 0 0 1-.214.213c.016-.115.024-.236.024-.361 0-2.021-2.916-3.916-2.916-3.916s-2.915 1.894-2.915 3.915l.001.087c-.503-.59-.729-1.444-.602-2.29.153-1.029.997-2.607 2.374-4.445.143-.19.285-.375.424-.551l.013.048.699 2.636L9.44 5.696c.16.198.328.413.497.641.934 1.259 1.512 2.371 1.627 3.13.075.497.07.985-.012 1.41v-.001Z" }) }))); };
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" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import Svg, { Path } from 'react-native-svg';
14
- export var HomeFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.5 14.5V5L8 1.5 1.5 5v9.5H7v-5h2v5h5.5Z" }) }))); };
14
+ export var HomeFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M18.525 18.125V6.25L10.4 1.875 2.275 6.25v11.875H9.15v-6.25h2.5v6.25h6.875Z" }) }))); };
@@ -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 Logo = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 48 48" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.316 16.104c-1.837-1.34-4.186-2.084-6.733-2.084-2.262 0-4.364.589-6.1 1.66L0 10.143 37.861 0l3.767 14.063a12.37 12.37 0 0 0-1.054-.045c-2.562 0-4.924.752-6.771 2.109l.697-1.803h-7.311l-2.562 8.771c-.278.95-.565 1.982-.565 1.982l-.557-1.982-2.56-8.77h-7.316l.687 1.779Zm22.654 8.023c0-2.05 1.382-3.76 3.606-3.76 1.711 0 2.919 1.013 3.387 2.414l.127.472c.058.28.092.57.092.873 0 2.2-1.484 3.71-3.606 3.71s-3.606-1.51-3.606-3.71Zm-25.781 0c0-2.05-1.384-3.76-3.606-3.76-2.224 0-3.61 1.71-3.61 3.76 0 2.2 1.489 3.71 3.61 3.71 2.122 0 3.606-1.51 3.606-3.71Zm18.866 1.69c.835 5.104 5.232 8.101 10.521 8.101 2.209 0 4.265-.52 5.972-1.5l1.456 5.44L10.143 48 6.357 33.865c.401.036.814.055 1.226.055 5.27 0 9.659-2.98 10.515-8.057l3 7.753h5.934l3.023-7.8Z" }) }))); };
13
+ import { Path, Svg } from 'react-native-svg';
14
+ export var Logo = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 48 48", width: 48, height: 48 }, props, { children: _jsx(Path, { fill: "#0A9828", d: "M14.316 16.104c-1.837-1.34-4.186-2.084-6.733-2.084-2.262 0-4.364.589-6.1 1.66L0 10.143 37.861 0l3.767 14.063a12.37 12.37 0 00-1.054-.045c-2.562 0-4.924.752-6.771 2.109l.697-1.803h-7.311l-2.562 8.771c-.278.95-.565 1.982-.565 1.982l-.557-1.982-2.56-8.77h-7.316l.687 1.779zm22.654 8.023c0-2.05 1.382-3.76 3.606-3.76 1.711 0 2.919 1.013 3.387 2.414l.127.472c.058.28.092.57.092.873 0 2.2-1.484 3.71-3.606 3.71s-3.606-1.51-3.606-3.71zm-25.781 0c0-2.05-1.384-3.76-3.606-3.76-2.224 0-3.61 1.71-3.61 3.76 0 2.2 1.489 3.71 3.61 3.71 2.122 0 3.606-1.51 3.606-3.71zm18.866 1.69c.835 5.104 5.232 8.101 10.521 8.101 2.209 0 4.265-.52 5.972-1.5l1.456 5.44L10.143 48 6.357 33.865c.401.036.814.055 1.226.055 5.27 0 9.659-2.98 10.515-8.057l3 7.753h5.934l3.023-7.8z" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import Svg, { Path } from 'react-native-svg';
14
- export var MessageFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 13 13 11.523l1.5 1.479h-9l-4 1.498V3h13v10Z", clipRule: "evenodd" }) }))); };
14
+ export var MessageFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M18.725 3.75H2.475v14.375l5-1.875h11.25V3.75Z" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
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.999A2 2 0 0 1 8 10Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }))); };
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" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import Svg, { Path } from 'react-native-svg';
14
- export var StarFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M8 1.948v.001l2.089 3.722 4.41 1.255-3.118 2.72.799 4.38L8 12.085l-4.18 1.943.798-4.38L1.5 6.924l4.41-1.253L8 1.95h-.001H8Z" }) }))); };
14
+ export var StarFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M8 1.5L5.91 5.16L1.5 6.3925L4.6175 9.07L3.82 13.375L8 11.465L12.18 13.375L11.3825 9.07L14.5 6.395L10.09 5.1625L8 1.5Z" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import Svg, { Path } from 'react-native-svg';
14
- export var Trees = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14a.922.922 0 0 0-.011.012l-.011.012a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }))); };
14
+ export var Trees = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14-.022.024a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
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.788-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.979v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.262l6.5 1.717Z", clipRule: "evenodd" }) }))); };
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" }) }))); };
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import Svg, { Path } from 'react-native-svg';
14
- export var UserFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0ZM14.5 14.5V9.979L8 8.262 1.5 9.979V14.5h13Zm0 0L12.999 13H3h10v-.001l1.5 1.501Z", clipRule: "evenodd" }) }))); };
14
+ export var UserFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M10.8 10.012a4.07 4.07 0 1 0 0-8.138 4.07 4.07 0 0 0 0 8.138ZM18.925 18.125v-5.65L10.8 10.331l-8.125 2.144v5.65h16.25Z" }) }))); };
@@ -7,31 +7,32 @@ export * from './ArrowRight';
7
7
  export * from './ArrowUp';
8
8
  export * from './Award';
9
9
  export * from './Battery';
10
- export * from './CalBook';
11
10
  export * from './Cal';
12
- export * from './CaretArrowDown';
13
- export * from './CaretArrowLeft';
14
- export * from './CaretArrowRight';
15
- export * from './CaretArrowUp';
16
- export * from './ChartFilled';
11
+ export * from './CalBook';
12
+ export * from './CaretDown';
13
+ export * from './CaretLeft';
14
+ export * from './CaretRight';
15
+ export * from './CaretUp';
17
16
  export * from './Chart';
18
- export * from './CheckCircle';
17
+ export * from './ChartFilled';
19
18
  export * from './Check';
19
+ export * from './CheckCircle';
20
20
  export * from './ChevronDown';
21
- export * from './ChevronLeftSmallFirst';
22
- export * from './ChevronLeftSmall';
23
21
  export * from './ChevronLeft';
24
- export * from './ChevronRightSmallLast';
25
- export * from './ChevronRightSmall';
22
+ export * from './ChevronLeftSmall';
23
+ export * from './ChevronLeftSmallFirst';
26
24
  export * from './ChevronRight';
25
+ export * from './ChevronRightSmall';
26
+ export * from './ChevronRightSmallLast';
27
27
  export * from './ChevronUp';
28
+ export * from './Circle';
28
29
  export * from './CloseCircle';
29
30
  export * from './Cross';
30
31
  export * from './Doc';
31
32
  export * from './Dollar';
32
33
  export * from './Download';
33
- export * from './EcoHome';
34
34
  export * from './Eco';
35
+ export * from './EcoHome';
35
36
  export * from './Edit';
36
37
  export * from './ElectricCar';
37
38
  export * from './ElectricHome';
@@ -41,25 +42,25 @@ export * from './Equals';
41
42
  export * from './Euro';
42
43
  export * from './Gas';
43
44
  export * from './GlobeAddress';
44
- export * from './HelpFilled';
45
45
  export * from './Help';
46
+ export * from './HelpFilled';
46
47
  export * from './Hide';
47
- export * from './HomeFilled';
48
48
  export * from './Home';
49
+ export * from './HomeFilled';
49
50
  export * from './HydroPower';
50
51
  export * from './Info';
51
52
  export * from './Link';
52
53
  export * from './Logo';
53
- export * from './MailOpen';
54
54
  export * from './Mail';
55
+ export * from './MailOpen';
55
56
  export * from './Menu';
56
- export * from './MessageFilled';
57
57
  export * from './Message';
58
+ export * from './MessageFilled';
58
59
  export * from './Minus';
59
60
  export * from './Mobile';
60
61
  export * from './NewWindow';
61
- export * from './PaymentCardFilled';
62
62
  export * from './PaymentCard';
63
+ export * from './PaymentCardFilled';
63
64
  export * from './Phone';
64
65
  export * from './Plus';
65
66
  export * from './Pound';
@@ -70,15 +71,16 @@ export * from './Show';
70
71
  export * from './SmartHome';
71
72
  export * from './SmartMeter';
72
73
  export * from './Solar';
73
- export * from './StarFilled';
74
74
  export * from './Star';
75
+ export * from './StarFilled';
75
76
  export * from './Sun';
76
77
  export * from './Torch';
77
78
  export * from './Trees';
78
79
  export * from './Tune';
79
- export * from './UserFilled';
80
80
  export * from './User';
81
+ export * from './UserFilled';
81
82
  export * from './Wallet';
83
+ export * from './WalletFilled';
82
84
  export * from './WarmHome';
83
85
  export * from './Warning';
84
86
  export * from './WebAddress';
@@ -25,31 +25,32 @@ var defaultIcons = {
25
25
  'arrow-up': icons_1.ArrowUp,
26
26
  award: icons_1.Award,
27
27
  battery: icons_1.Battery,
28
- 'cal-book': icons_1.CalBook,
29
28
  cal: icons_1.Cal,
30
- 'caret-arrow-down': icons_1.CaretArrowDown,
31
- 'caret-arrow-left': icons_1.CaretArrowLeft,
32
- 'caret-arrow-right': icons_1.CaretArrowRight,
33
- 'caret-arrow-up': icons_1.CaretArrowUp,
34
- 'chart-filled': icons_1.ChartFilled,
29
+ 'cal-book': icons_1.CalBook,
30
+ 'caret-down': icons_1.CaretDown,
31
+ 'caret-left': icons_1.CaretLeft,
32
+ 'caret-right': icons_1.CaretRight,
33
+ 'caret-up': icons_1.CaretUp,
35
34
  chart: icons_1.Chart,
36
- 'check-circle': icons_1.CheckCircle,
35
+ 'chart-filled': icons_1.ChartFilled,
37
36
  check: icons_1.Check,
38
- 'chevron-down': icons_1.ChevronDown,
39
- 'chevron-left-small-first': icons_1.ChevronLeftSmallFirst,
40
- 'chevron-left-small': icons_1.ChevronLeftSmall,
37
+ 'check-circle': icons_1.CheckCircle,
41
38
  'chevron-left': icons_1.ChevronLeft,
42
- 'chevron-right-small-last': icons_1.ChevronRightSmallLast,
43
- 'chevron-right-small': icons_1.ChevronRightSmall,
39
+ 'chevron-left-small': icons_1.ChevronLeftSmall,
40
+ 'chevron-left-small-first': icons_1.ChevronLeftSmallFirst,
44
41
  'chevron-right': icons_1.ChevronRight,
42
+ 'chevron-right-small': icons_1.ChevronRightSmall,
43
+ 'chevron-right-small-last': icons_1.ChevronRightSmallLast,
45
44
  'chevron-up': icons_1.ChevronUp,
45
+ 'chevron-down': icons_1.ChevronDown,
46
+ circle: icons_1.Circle,
46
47
  'close-circle': icons_1.CloseCircle,
47
48
  cross: icons_1.Cross,
48
49
  doc: icons_1.Doc,
49
50
  dollar: icons_1.Dollar,
50
51
  download: icons_1.Download,
51
- 'eco-home': icons_1.EcoHome,
52
52
  eco: icons_1.Eco,
53
+ 'eco-home': icons_1.EcoHome,
53
54
  edit: icons_1.Edit,
54
55
  'electric-car': icons_1.ElectricCar,
55
56
  'electric-home': icons_1.ElectricHome,
@@ -59,25 +60,25 @@ var defaultIcons = {
59
60
  euro: icons_1.Euro,
60
61
  gas: icons_1.Gas,
61
62
  'globe-address': icons_1.GlobeAddress,
62
- 'help-filled': icons_1.HelpFilled,
63
63
  help: icons_1.Help,
64
+ 'help-filled': icons_1.HelpFilled,
64
65
  hide: icons_1.Hide,
65
- 'home-filled': icons_1.HomeFilled,
66
66
  home: icons_1.Home,
67
+ 'home-filled': icons_1.HomeFilled,
67
68
  'hydro-power': icons_1.HydroPower,
68
69
  info: icons_1.Info,
70
+ 'new-window': icons_1.NewWindow,
69
71
  link: icons_1.Link,
70
72
  logo: icons_1.Logo,
71
- 'mail-open': icons_1.MailOpen,
72
73
  mail: icons_1.Mail,
74
+ 'mail-open': icons_1.MailOpen,
73
75
  menu: icons_1.Menu,
74
- 'message-filled': icons_1.MessageFilled,
75
76
  message: icons_1.Message,
77
+ 'message-filled': icons_1.MessageFilled,
76
78
  minus: icons_1.Minus,
77
79
  mobile: icons_1.Mobile,
78
- 'new-window': icons_1.NewWindow,
79
- 'payment-card-filled': icons_1.PaymentCardFilled,
80
80
  'payment-card': icons_1.PaymentCard,
81
+ 'payment-card-filled': icons_1.PaymentCardFilled,
81
82
  phone: icons_1.Phone,
82
83
  plus: icons_1.Plus,
83
84
  pound: icons_1.Pound,
@@ -88,15 +89,16 @@ var defaultIcons = {
88
89
  'smart-home': icons_1.SmartHome,
89
90
  'smart-meter': icons_1.SmartMeter,
90
91
  solar: icons_1.Solar,
91
- 'star-filled': icons_1.StarFilled,
92
92
  star: icons_1.Star,
93
+ 'star-filled': icons_1.StarFilled,
93
94
  sun: icons_1.Sun,
94
95
  torch: icons_1.Torch,
95
96
  trees: icons_1.Trees,
96
97
  tune: icons_1.Tune,
97
- 'user-filled': icons_1.UserFilled,
98
98
  user: icons_1.User,
99
+ 'user-filled': icons_1.UserFilled,
99
100
  wallet: icons_1.Wallet,
101
+ 'wallet-filled': icons_1.WalletFilled,
100
102
  'warm-home': icons_1.WarmHome,
101
103
  warning: icons_1.Warning,
102
104
  'web-address': icons_1.WebAddress,
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.Chart = void 0;
38
38
  var jsx_runtime_1 = require("react/jsx-runtime");
39
39
  var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var Chart = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M3 13h11.099l.401 1.496v.004h-13V1.902L3 1.501V13Zm4.989-9.585 1.5-.401v9.072h-1.5v-8.67ZM6.026 5.506l-1.5.402v6.177h1.5V5.506Zm5.425 2.92 1.5-.402v4.062h-1.5v-3.66Z", clipRule: "evenodd" }) }))); };
40
+ var Chart = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
41
41
  exports.Chart = Chart;
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ChartFilled = void 0;
38
38
  var jsx_runtime_1 = require("react/jsx-runtime");
39
39
  var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var ChartFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M1.5 1.5v13h13v-13h-13Zm3.775 10.585h-1.5V5.91l1.5-.4v6.58-.005Zm3.46 0h-1.5v-8.67l1.5-.4v9.07Zm3.46 0h-1.5v-3.66l1.5-.4v4.06Z" }) }))); };
40
+ var ChartFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 20 20" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
41
41
  exports.ChartFilled = ChartFilled;
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.Gas = void 0;
38
38
  var jsx_runtime_1 = require("react/jsx-runtime");
39
39
  var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var Gas = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M13.047 9.242c-.376-2.493-3.573-5.79-3.573-5.79l-.796.86L7.933 1.5s-4.527 4.756-5 7.922c-.34 2.272.982 5.077 4.999 5.078 4.713 0 5.452-3.026 5.115-5.258ZM6.99 12.677c-.416-.272-.473-.572-.473-.83 0-.393.368-.998.983-1.619.146-.147.293-.283.433-.405.129.113.264.237.399.372.636.634 1.016 1.252 1.016 1.652 0 .258-.056.557-.472.83-.376.246-.823.322-.943.322-.121 0-.568-.076-.943-.322Zm4.563-1.801c-.087.447-.26.824-.514 1.12a2.104 2.104 0 0 1-.214.213c.016-.115.024-.236.024-.361 0-2.021-2.916-3.916-2.916-3.916s-2.915 1.894-2.915 3.915l.001.087c-.503-.59-.729-1.444-.602-2.29.153-1.029.997-2.607 2.374-4.445.143-.19.285-.375.424-.551l.013.048.699 2.636L9.44 5.696c.16.198.328.413.497.641.934 1.259 1.512 2.371 1.627 3.13.075.497.07.985-.012 1.41v-.001Z" }) }))); };
40
+ var Gas = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
41
41
  exports.Gas = Gas;
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.HomeFilled = void 0;
38
38
  var jsx_runtime_1 = require("react/jsx-runtime");
39
39
  var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var HomeFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M14.5 14.5V5L8 1.5 1.5 5v9.5H7v-5h2v5h5.5Z" }) }))); };
40
+ var HomeFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 21 20" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M18.525 18.125V6.25L10.4 1.875 2.275 6.25v11.875H9.15v-6.25h2.5v6.25h6.875Z" }) }))); };
41
41
  exports.HomeFilled = HomeFilled;