@ovotech/element-native 3.2.3 → 3.3.0-canary-876541b-129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion/styles.d.ts +27 -27
- package/dist/components/Accordion/styles.js +1 -1
- package/dist/components/ActionList/styled.d.ts +45 -45
- package/dist/components/ActionList/styled.js +1 -1
- package/dist/components/Badge/Badge.d.ts +9 -9
- package/dist/components/Card/Card.d.ts +9 -9
- package/dist/components/Checkbox/Checkbox.js +4 -5
- package/dist/components/DataTable/styles.d.ts +99 -99
- package/dist/components/DescriptionList/styled.d.ts +9 -9
- package/dist/components/ErrorText/ErrorText.d.ts +9 -9
- package/dist/components/Field/Field.js +1 -3
- package/dist/components/Grid/Col.d.ts +9 -9
- package/dist/components/Grid/Row.d.ts +9 -9
- package/dist/components/HintText/HintText.d.ts +9 -9
- package/dist/components/Input/PasswordInput.styled.d.ts +9 -9
- package/dist/components/LabelText/LabelText.d.ts +9 -9
- package/dist/components/List/List.d.ts +19 -270
- package/dist/components/List/List.js +2 -55
- package/dist/components/List/index.d.ts +1 -1
- package/dist/components/List/index.js +1 -4
- package/dist/components/Margin/Margin.d.ts +11 -11
- package/dist/components/Notification/Notification.d.ts +18 -18
- package/dist/components/SelectField/Select.d.ts +9 -9
- package/dist/components/SkeletonLoading/Skeleton.d.ts +9 -9
- package/dist/components/Stack/Stack.d.ts +2 -2
- package/dist/components/SubLabelText/SubLabelText.d.ts +9 -9
- package/dist/components/Text/Text.d.ts +45 -45
- package/dist/components/TextLink/TextLink.js +6 -3
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.js +0 -1
- package/dist/esm/components/Accordion/styles.js +1 -1
- package/dist/esm/components/ActionList/styled.js +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js +4 -5
- package/dist/esm/components/Field/Field.js +2 -4
- package/dist/esm/components/List/List.js +2 -52
- package/dist/esm/components/List/index.js +1 -1
- package/dist/esm/components/TextLink/TextLink.js +8 -5
- package/dist/esm/components/index.js +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/providers/IconsProvider.js +46 -3
- package/dist/esm/providers/icons/Address.js +14 -0
- package/dist/esm/providers/icons/Advice.js +14 -0
- package/dist/esm/providers/icons/Archive.js +14 -0
- package/dist/esm/providers/icons/ArrowDown.js +2 -2
- package/dist/esm/providers/icons/ArrowLeft.js +2 -2
- package/dist/esm/providers/icons/ArrowRight.js +2 -2
- package/dist/esm/providers/icons/ArrowUp.js +2 -2
- package/dist/esm/providers/icons/Award.js +14 -0
- package/dist/esm/providers/icons/Battery.js +14 -0
- package/dist/esm/providers/icons/Cal.js +14 -0
- package/dist/esm/providers/icons/CalBook.js +14 -0
- package/dist/esm/providers/icons/CaretDown.js +2 -2
- package/dist/esm/providers/icons/CaretLeft.js +2 -2
- package/dist/esm/providers/icons/CaretRight.js +2 -2
- package/dist/esm/providers/icons/CaretUp.js +2 -2
- package/dist/esm/providers/icons/Chart.js +2 -2
- package/dist/esm/providers/icons/ChartFilled.js +14 -0
- package/dist/esm/providers/icons/Check.js +2 -2
- package/dist/esm/providers/icons/CheckCircle.js +14 -0
- package/dist/esm/providers/icons/ChevronDown.js +2 -2
- package/dist/esm/providers/icons/ChevronLeft.js +2 -2
- package/dist/esm/providers/icons/ChevronLeftSmall.js +2 -2
- package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +2 -2
- package/dist/esm/providers/icons/ChevronRight.js +2 -2
- package/dist/esm/providers/icons/ChevronRightSmall.js +2 -2
- package/dist/esm/providers/icons/ChevronRightSmallLast.js +2 -2
- package/dist/esm/providers/icons/ChevronUp.js +2 -2
- package/dist/esm/providers/icons/CloseCircle.js +14 -0
- package/dist/esm/providers/icons/Cross.js +2 -2
- package/dist/esm/{theme/index.js → providers/icons/Doc.js} +3 -8
- package/dist/esm/providers/icons/Dollar.js +2 -2
- package/dist/esm/providers/icons/Download.js +2 -2
- package/dist/esm/providers/icons/Eco.js +14 -0
- package/dist/esm/providers/icons/EcoHome.js +14 -0
- package/dist/esm/providers/icons/Edit.js +14 -0
- package/dist/esm/providers/icons/ElectricCar.js +14 -0
- package/dist/esm/providers/icons/ElectricHome.js +14 -0
- package/dist/esm/providers/icons/Electricity.js +2 -2
- package/dist/esm/providers/icons/EnergyAdvice.js +14 -0
- package/dist/esm/providers/icons/Equals.js +14 -0
- package/dist/esm/providers/icons/Euro.js +2 -2
- package/dist/esm/providers/icons/Gas.js +3 -3
- package/dist/esm/providers/icons/GlobeAddress.js +14 -0
- package/dist/esm/providers/icons/Help.js +2 -2
- package/dist/esm/providers/icons/Hide.js +2 -2
- package/dist/esm/providers/icons/Home.js +2 -2
- package/dist/esm/providers/icons/HomeFilled.js +14 -0
- package/dist/esm/providers/icons/HydroPower.js +14 -0
- package/dist/esm/providers/icons/Info.js +2 -2
- package/dist/esm/providers/icons/Link.js +2 -2
- package/dist/esm/providers/icons/Mail.js +14 -0
- package/dist/esm/providers/icons/MailOpen.js +14 -0
- package/dist/esm/providers/icons/Menu.js +14 -0
- package/dist/esm/providers/icons/Message.js +14 -0
- package/dist/esm/providers/icons/MessageFilled.js +14 -0
- package/dist/esm/providers/icons/Minus.js +2 -2
- package/dist/esm/providers/icons/Mobile.js +14 -0
- package/dist/esm/providers/icons/NewWindow.js +3 -3
- package/dist/esm/providers/icons/PaymentCard.js +2 -2
- package/dist/esm/providers/icons/Phone.js +14 -0
- package/dist/esm/providers/icons/Plus.js +2 -2
- package/dist/esm/providers/icons/Pound.js +2 -2
- package/dist/esm/providers/icons/Pricing.js +14 -0
- package/dist/esm/providers/icons/Search.js +2 -2
- package/dist/esm/providers/icons/Security.js +14 -0
- package/dist/esm/providers/icons/Show.js +2 -2
- package/dist/esm/providers/icons/SmartHome.js +14 -0
- package/dist/esm/providers/icons/SmartMeter.js +14 -0
- package/dist/esm/providers/icons/Solar.js +14 -0
- package/dist/esm/providers/icons/Star.js +14 -0
- package/dist/esm/providers/icons/Sun.js +14 -0
- package/dist/esm/providers/icons/Trees.js +14 -0
- package/dist/esm/providers/icons/Tune.js +2 -2
- package/dist/esm/providers/icons/User.js +2 -2
- package/dist/esm/providers/icons/UserFilled.js +14 -0
- package/dist/esm/providers/icons/Wallet.js +14 -0
- package/dist/esm/providers/icons/WalletFilled.js +14 -0
- package/dist/esm/providers/icons/WarmHome.js +14 -0
- package/dist/esm/providers/icons/Warning.js +14 -0
- package/dist/esm/providers/icons/WebAddress.js +14 -0
- package/dist/esm/providers/icons/WindPower.js +14 -0
- package/dist/esm/providers/icons/index.js +46 -3
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/providers/IconsProvider.js +45 -2
- package/dist/providers/icons/Address.d.ts +2 -0
- package/dist/providers/icons/Address.js +41 -0
- package/dist/providers/icons/Advice.d.ts +2 -0
- package/dist/providers/icons/Advice.js +41 -0
- package/dist/providers/icons/Archive.d.ts +2 -0
- package/dist/providers/icons/Archive.js +41 -0
- package/dist/providers/icons/ArrowDown.js +25 -2
- package/dist/providers/icons/ArrowLeft.js +25 -2
- package/dist/providers/icons/ArrowRight.js +25 -2
- package/dist/providers/icons/ArrowUp.js +25 -2
- package/dist/providers/icons/Award.d.ts +2 -0
- package/dist/providers/icons/Award.js +41 -0
- package/dist/providers/icons/Battery.d.ts +2 -0
- package/dist/providers/icons/Battery.js +41 -0
- package/dist/providers/icons/Cal.d.ts +2 -0
- package/dist/providers/icons/Cal.js +41 -0
- package/dist/providers/icons/CalBook.d.ts +2 -0
- package/dist/providers/icons/CalBook.js +41 -0
- package/dist/providers/icons/CaretDown.js +25 -2
- package/dist/providers/icons/CaretLeft.js +25 -2
- package/dist/providers/icons/CaretRight.js +25 -2
- package/dist/providers/icons/CaretUp.js +25 -2
- package/dist/providers/icons/Chart.js +25 -2
- package/dist/providers/icons/ChartFilled.d.ts +2 -0
- package/dist/providers/icons/ChartFilled.js +41 -0
- package/dist/providers/icons/Check.js +25 -2
- package/dist/providers/icons/CheckCircle.d.ts +2 -0
- package/dist/providers/icons/CheckCircle.js +41 -0
- package/dist/providers/icons/ChevronDown.js +25 -2
- package/dist/providers/icons/ChevronLeft.js +25 -2
- package/dist/providers/icons/ChevronLeftSmall.js +25 -2
- package/dist/providers/icons/ChevronLeftSmallFirst.js +25 -2
- package/dist/providers/icons/ChevronRight.js +25 -2
- package/dist/providers/icons/ChevronRightSmall.js +25 -2
- package/dist/providers/icons/ChevronRightSmallLast.js +25 -2
- package/dist/providers/icons/ChevronUp.js +25 -2
- package/dist/providers/icons/CloseCircle.d.ts +2 -0
- package/dist/providers/icons/CloseCircle.js +41 -0
- package/dist/providers/icons/Cross.js +25 -2
- package/dist/providers/icons/Doc.d.ts +2 -0
- package/dist/providers/icons/Doc.js +41 -0
- package/dist/providers/icons/Dollar.js +25 -2
- package/dist/providers/icons/Download.js +25 -2
- package/dist/providers/icons/Eco.d.ts +2 -0
- package/dist/providers/icons/Eco.js +41 -0
- package/dist/providers/icons/EcoHome.d.ts +2 -0
- package/dist/providers/icons/EcoHome.js +41 -0
- package/dist/providers/icons/Edit.d.ts +2 -0
- package/dist/providers/icons/Edit.js +41 -0
- package/dist/providers/icons/ElectricCar.d.ts +2 -0
- package/dist/providers/icons/ElectricCar.js +41 -0
- package/dist/providers/icons/ElectricHome.d.ts +2 -0
- package/dist/providers/icons/ElectricHome.js +41 -0
- package/dist/providers/icons/Electricity.js +25 -2
- package/dist/providers/icons/EnergyAdvice.d.ts +2 -0
- package/dist/providers/icons/EnergyAdvice.js +41 -0
- package/dist/providers/icons/Equals.d.ts +2 -0
- package/dist/providers/icons/Equals.js +41 -0
- package/dist/providers/icons/Euro.js +25 -2
- package/dist/providers/icons/Gas.js +25 -2
- package/dist/providers/icons/GlobeAddress.d.ts +2 -0
- package/dist/providers/icons/GlobeAddress.js +41 -0
- package/dist/providers/icons/Help.js +25 -2
- package/dist/providers/icons/Hide.js +25 -2
- package/dist/providers/icons/Home.js +25 -2
- package/dist/providers/icons/HomeFilled.d.ts +2 -0
- package/dist/providers/icons/HomeFilled.js +41 -0
- package/dist/providers/icons/HydroPower.d.ts +2 -0
- package/dist/providers/icons/HydroPower.js +41 -0
- package/dist/providers/icons/Info.js +25 -2
- package/dist/providers/icons/Link.js +25 -2
- package/dist/providers/icons/Mail.d.ts +2 -0
- package/dist/providers/icons/Mail.js +41 -0
- package/dist/providers/icons/MailOpen.d.ts +2 -0
- package/dist/providers/icons/MailOpen.js +41 -0
- package/dist/providers/icons/Menu.d.ts +2 -0
- package/dist/providers/icons/Menu.js +41 -0
- package/dist/providers/icons/Message.d.ts +2 -0
- package/dist/providers/icons/Message.js +41 -0
- package/dist/providers/icons/MessageFilled.d.ts +2 -0
- package/dist/providers/icons/MessageFilled.js +41 -0
- package/dist/providers/icons/Minus.js +25 -2
- package/dist/providers/icons/Mobile.d.ts +2 -0
- package/dist/providers/icons/Mobile.js +41 -0
- package/dist/providers/icons/NewWindow.js +25 -2
- package/dist/providers/icons/PaymentCard.js +25 -2
- package/dist/providers/icons/Phone.d.ts +2 -0
- package/dist/providers/icons/Phone.js +41 -0
- package/dist/providers/icons/Plus.js +25 -2
- package/dist/providers/icons/Pound.js +25 -2
- package/dist/providers/icons/Pricing.d.ts +2 -0
- package/dist/providers/icons/Pricing.js +41 -0
- package/dist/providers/icons/Search.js +25 -2
- package/dist/providers/icons/Security.d.ts +2 -0
- package/dist/providers/icons/Security.js +41 -0
- package/dist/providers/icons/Show.js +25 -2
- package/dist/providers/icons/SmartHome.d.ts +2 -0
- package/dist/providers/icons/SmartHome.js +41 -0
- package/dist/providers/icons/SmartMeter.d.ts +2 -0
- package/dist/providers/icons/SmartMeter.js +41 -0
- package/dist/providers/icons/Solar.d.ts +2 -0
- package/dist/providers/icons/Solar.js +41 -0
- package/dist/providers/icons/Star.d.ts +2 -0
- package/dist/providers/icons/Star.js +41 -0
- package/dist/providers/icons/Sun.d.ts +2 -0
- package/dist/providers/icons/Sun.js +41 -0
- package/dist/providers/icons/Trees.d.ts +2 -0
- package/dist/providers/icons/Trees.js +41 -0
- package/dist/providers/icons/Tune.js +25 -2
- package/dist/providers/icons/User.js +25 -2
- package/dist/providers/icons/UserFilled.d.ts +2 -0
- package/dist/providers/icons/UserFilled.js +41 -0
- package/dist/providers/icons/Wallet.d.ts +2 -0
- package/dist/providers/icons/Wallet.js +41 -0
- package/dist/providers/icons/WalletFilled.d.ts +2 -0
- package/dist/providers/icons/WalletFilled.js +41 -0
- package/dist/providers/icons/WarmHome.d.ts +2 -0
- package/dist/providers/icons/WarmHome.js +41 -0
- package/dist/providers/icons/Warning.d.ts +2 -0
- package/dist/providers/icons/Warning.js +41 -0
- package/dist/providers/icons/WebAddress.d.ts +2 -0
- package/dist/providers/icons/WebAddress.js +41 -0
- package/dist/providers/icons/WindPower.d.ts +2 -0
- package/dist/providers/icons/WindPower.js +41 -0
- package/dist/providers/icons/index.d.ts +46 -3
- package/dist/providers/icons/index.js +46 -3
- package/dist/styled.native.d.ts +49 -49
- package/package.json +2 -2
- package/dist/components/SummaryList/SummaryList.d.ts +0 -14
- package/dist/components/SummaryList/SummaryList.js +0 -47
- package/dist/components/SummaryList/index.d.ts +0 -1
- package/dist/components/SummaryList/index.js +0 -6
- package/dist/esm/components/SummaryList/SummaryList.js +0 -43
- package/dist/esm/components/SummaryList/index.js +0 -1
- package/dist/esm/theme/create-theme.js +0 -330
- package/dist/esm/theme/theme.js +0 -1
- package/dist/theme/create-theme.d.ts +0 -18
- package/dist/theme/create-theme.js +0 -337
- package/dist/theme/index.d.ts +0 -231
- package/dist/theme/index.js +0 -37
- package/dist/theme/theme.d.ts +0 -193
- package/dist/theme/theme.js +0 -2
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var EnergyAdvice = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12.91 5.5h1.59v4.982h-1.494a4.256 4.256 0 0 1-4.244 4.025h-.75V12.2h1.5v.704a2.757 2.757 0 0 0 1.99-2.421H11V5.5h.368C10.954 4.06 9.601 3 8 3S5.046 4.06 4.631 5.5H5v5H1.5v-5h1.59c.442-2.275 2.475-4 4.91-4s4.469 1.725 4.91 4ZM3 9h.5V7H3v2Zm10-2h-.5v1.983h.5V7Zm-4.508-.761-1.85.516v2.907l.92-.246.62 1.822 1.226-3.89-.916.245V6.239Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Equals = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.903 6.63 1.5 5.13h12.598l.402 1.5H1.902Zm0 4.24L1.5 9.37h12.598l.402 1.5H1.902Z", clipRule: "evenodd" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Euro = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, {
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Euro = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.755 2.245 5 5 5s5-2.245 5-5-2.245-5-5-5-5 2.245-5 5Zm7.03 2.32.005-.005-.005.005Zm0 0-.52-.835c-.27.23-.66.365-1.115.365-.58 0-1.105-.245-1.4-.76H8.21l.365-.795h-1.82c-.015-.15-.015-.21-.015-.26 0-.095 0-.16.015-.28h2.04l.37-.795h-2.19c.305-.555.85-.81 1.425-.81.405 0 .76.08 1.02.26l.43-.89c-.38-.245-.835-.39-1.45-.39-1.16 0-2.24.675-2.645 1.825H4.97v.795h.615c-.01.135-.01.205-.01.27 0 .075 0 .12.01.27H4.97v.795h.785c.405 1.14 1.455 1.79 2.645 1.79.672 0 1.24-.243 1.63-.556Z", clipRule: "evenodd" }) }))); };
|
|
@@ -9,6 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import { jsx as _jsx
|
|
13
|
-
import { Path
|
|
14
|
-
export var Gas = function (props) { return (
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Gas = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.047 9.242c-.376-2.493-3.574-5.79-3.574-5.79l-.796.86L7.934 1.5s-4.527 4.756-5 7.922c-.34 2.272.982 5.077 4.999 5.078 4.713 0 5.452-3.026 5.115-5.258ZM6.99 12.677c-.415-.272-.472-.572-.472-.83 0-.393.367-.998.983-1.619.146-.147.293-.283.433-.405.129.113.264.237.399.372.636.634 1.016 1.252 1.016 1.652 0 .258-.056.557-.473.83-.376.246-.822.322-.942.322-.121 0-.568-.076-.944-.322Zm4.564-1.801c-.087.447-.26.824-.514 1.12a2.104 2.104 0 0 1-.214.213c.016-.115.024-.236.024-.361 0-2.021-2.916-3.916-2.916-3.916s-2.915 1.894-2.915 3.915l.001.087c-.503-.59-.729-1.444-.603-2.29.154-1.029.997-2.607 2.375-4.445.143-.19.284-.375.424-.551l.013.048.699 2.636L9.44 5.696c.16.198.327.413.496.641.935 1.259 1.513 2.371 1.628 3.13.075.497.07.985-.012 1.41v-.001Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var GlobeAddress = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M8 1.488a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Zm5 6.5c0 .488-.07.96-.201 1.406a13.51 13.51 0 0 0-1.816-.525 16.737 16.737 0 0 0-.03-2.045c.785-.169 1.397-.368 1.761-.5A4.98 4.98 0 0 1 13 7.987Zm-10 0c0-.574.098-1.125.276-1.639.359.127.969.321 1.755.486a17.11 17.11 0 0 0-.022 2.021c-.84.178-1.476.387-1.816.511A4.983 4.983 0 0 1 3 7.988Zm3.487.054c0-.332.012-.658.032-.973a13.587 13.587 0 0 0 2.948-.003 14.482 14.482 0 0 1 .025 1.557A13.603 13.603 0 0 0 6.5 8.62c-.008-.189-.012-.381-.012-.576Zm5.508-3.058c-.297.1-.715.226-1.223.342a17.869 17.869 0 0 0-.375-1.725c.626.344 1.17.817 1.598 1.383ZM8.653 3.03c.178.516.45 1.415.637 2.546a11.952 11.952 0 0 1-2.606.002 16.61 16.61 0 0 1 .598-2.538 5.006 5.006 0 0 1 1.371-.01Zm-3.105.601a18.365 18.365 0 0 0-.347 1.703 12.788 12.788 0 0 1-1.211-.329 5.037 5.037 0 0 1 1.558-1.374Zm-1.723 7.104c.284-.098.744-.242 1.329-.373.106.75.25 1.421.395 1.982a5.033 5.033 0 0 1-1.724-1.609Zm3.464 2.202c-.199-.601-.483-1.599-.654-2.824a12.088 12.088 0 0 1 2.73.005 16.841 16.841 0 0 1-.613 2.813 5.042 5.042 0 0 1-1.464.005h.001Zm3.19-.608c.135-.553.269-1.213.367-1.952.576.134 1.03.28 1.314.381a5.036 5.036 0 0 1-1.681 1.57Z" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Help = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 1.
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Help = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM8 13c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Zm-.053-8.904c-1.57 0-2.505 1.064-2.505 2.322 0 .139.01.3.043.451l1.504.054a1.696 1.696 0 0 1-.032-.397c0-.505.366-1.011.99-1.011.623 0 .956.409.956.828 0 .279-.097.537-.387.752l-.548.409c-.612.462-.817 1.01-.817 1.515 0 .172.01.322.043.473h1.279c0-.484.258-.763.634-1.043l.409-.3c.645-.473 1.042-1.075 1.042-1.935 0-1.075-.87-2.118-2.612-2.118Zm-1.016 6.36 1.45-.389.387 1.449-1.449.388-.388-1.449Z", clipRule: "evenodd" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Hide = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, {
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Hide = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M11.905 5.155 13.42 3.64l-.445-1.665-2.515 2.51a7.407 7.407 0 0 0-2.455-.42c-2.72 0-5.185 1.505-7 3.94.89 1.195 1.94 2.165 3.095 2.845l-1.515 1.515.45 1.675 2.515-2.515c.785.275 1.61.42 2.455.42 2.72 0 5.185-1.505 7-3.94-.89-1.195-1.94-2.165-3.095-2.845l-.005-.005ZM2.95 8C4.42 6.42 6.185 5.56 8 5.56c.415 0 .83.05 1.24.14l-.465.465c-.725-.29-1.615-.15-2.185.42a2.01 2.01 0 0 0-.425 2.195l-.955.955c-.8-.41-1.56-.99-2.255-1.735H2.95ZM8 10.44c-.415 0-.83-.05-1.24-.14l4.035-4.035c.8.41 1.56.99 2.255 1.735-1.47 1.58-3.235 2.44-5.05 2.44Z" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Home = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Home = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.402 14.5 13 13h-2.5V8.002H9L7 8H5.5V13H3V5.896l5-2.692 5 2.692v7.103l1.5-.401V5L8 1.5 1.5 5v9.5H7V9.501h2V14.5h4.402Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var HomeFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M18.525 18.125V6.25L10.4 1.875 2.275 6.25v11.875H9.15v-6.25h2.5v6.25h6.875Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var HydroPower = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12.527 10.319c.22-.456.368-.935.44-1.43h.018a1.502 1.502 0 0 0 1.515-1.49l-1.54-.01a4.946 4.946 0 0 0-.94-2.212l.072-.066a1.495 1.495 0 0 0 .076-2.119l-1.222 1.133a4.979 4.979 0 0 0-2.26-.899l.002-.217A1.502 1.502 0 0 0 7.193 1.5L7.18 3.252a4.987 4.987 0 0 0-2.07.863l-.083-.089A1.51 1.51 0 0 0 2.9 3.953l1.133 1.209a4.946 4.946 0 0 0-.95 2.218h-.069A1.502 1.502 0 0 0 1.5 8.87l1.575.01A4.95 4.95 0 0 0 4.1 11.25h-.001c-.395 0-.554-.122-.842-.344-.36-.277-.853-.655-1.757-.655v1.5c.394 0 .553.122.842.344.36.277.852.655 1.757.655.904 0 1.396-.378 1.756-.654l.002-.001c.288-.222.448-.345.842-.345.395 0 .554.123.843.345.36.277.852.655 1.757.655.904 0 1.396-.378 1.756-.654l.001-.001h.001c.288-.222.447-.345.842-.345.395 0 .554.123.842.344l.001.001c.36.277.852.655 1.757.655v-1.5c-.394 0-.553-.122-.841-.343l-.002-.001c-.265-.204-.605-.465-1.129-.586Zm-2.122.387c.315-.293.57-.637.759-1.021.232-.476.351-.989.351-1.524a3.491 3.491 0 0 0-3.494-3.48 3.491 3.491 0 0 0-3.494 3.48 3.46 3.46 0 0 0 .949 2.385A2.492 2.492 0 0 1 6.7 10.25c.904 0 1.397.378 1.756.655.29.222.448.345.843.345.395 0 .554-.123.842-.344l.001-.001c.08-.062.168-.13.266-.197l-.003-.003ZM6.678 6.005l1.85-.516v1.354l.916-.245-1.227 3.89-.62-1.822-.92.246V6.005Z", clipRule: "evenodd" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Info = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M1.
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Info = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm5.428-3.619-1.437.382.381 1.437 1.438-.382-.382-1.437Zm.293 2.377H7.236v4.86h1.487v-4.86Z", clipRule: "evenodd" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Link = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { d: "
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Link = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", d: "M6.75 7.86a.854.854 0 0 0-.13.105l-1.03 1.03c.16.295.36.565.605.81.245.245.52.445.81.605L8.03 9.385c.04-.04.075-.085.11-.13-.325-.09-.63-.25-.885-.505a1.971 1.971 0 0 1-.505-.885V7.86ZM8.76 4.41l.825-.825a2.002 2.002 0 0 1 2.83 0 2.002 2.002 0 0 1 0 2.83l-.825.825a4.45 4.45 0 0 1 .21 1.91l1.67-1.675A3.48 3.48 0 0 0 14.495 5a3.48 3.48 0 0 0-1.025-2.475A3.48 3.48 0 0 0 10.995 1.5 3.48 3.48 0 0 0 8.52 2.525L6.845 4.2a4.615 4.615 0 0 1 1.915.21Z" }), _jsx(Path, { fill: "currentColor", d: "m11.59 7.235-.82.82a3.455 3.455 0 0 1-.39 2.32c.275-.155.53-.34.765-.575l.655-.655a4.59 4.59 0 0 0-.21-1.91ZM8.145 9.245c-.035.045-.065.09-.11.13L7.01 10.4c.33.18.685.3 1.05.365l.685-.685c.24-.24.4-.535.495-.85-.36.105-.735.11-1.095.01v.005Z" }), _jsx(Path, { fill: "currentColor", d: "m7.24 11.59-.825.825c-.755.755-2.075.755-2.83 0a2.002 2.002 0 0 1 0-2.83l.825-.825a4.45 4.45 0 0 1-.21-1.91L2.53 8.525A3.48 3.48 0 0 0 1.505 11a3.48 3.48 0 0 0 1.025 2.475A3.48 3.48 0 0 0 5.005 14.5a3.48 3.48 0 0 0 2.475-1.025L9.155 11.8a4.615 4.615 0 0 1-1.915-.21ZM9.25 8.14a.854.854 0 0 0 .13-.105l1.03-1.03a3.494 3.494 0 0 0-.605-.81 3.603 3.603 0 0 0-.81-.605L7.97 6.615c-.04.04-.075.085-.11.13.325.09.63.25.885.505.25.25.415.555.505.885v.005Z" }), _jsx(Path, { fill: "currentColor", d: "m4.41 8.765.82-.82a3.455 3.455 0 0 1 .39-2.32c-.275.155-.53.34-.765.575l-.655.655a4.59 4.59 0 0 0 .21 1.91ZM6.76 6.765a1.99 1.99 0 0 1 .565-.09c.18 0 .355.03.53.08.035-.045.065-.09.11-.13L8.99 5.6c-.33-.18-.685-.3-1.05-.365l-.685.685c-.24.24-.4.535-.495.85v-.005Z" }), _jsx(Path, { fill: "currentColor", d: "m5.23 7.945.685-.685c.245-.245.54-.4.85-.495.095-.315.255-.61.495-.85l.685-.685a3.51 3.51 0 0 0-2.325.395 3.469 3.469 0 0 0-.39 2.32ZM10.77 8.055l-.685.685c-.245.245-.54.4-.85.495-.095.315-.255.61-.495.85l-.685.685a3.47 3.47 0 0 0 2.325-.395 3.469 3.469 0 0 0 .39-2.32Z" })] }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Mail = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.5 3h-13v10h11.896L13 11.521l1.5-.402V3ZM13 4.5v1.375l-5 1.34-5-1.34V4.5h10Zm-10 7V7.428l5 1.34 5-1.34v4.071H3v.001Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var MailOpen = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.5 11.098V5.5H13v-4H3v4H1.5V13h11.902L13 11.5H3V7.435l5 1.34 5-1.34v4.063l1.5-.402Zm-10-4.813V3h7v3.285L8 7.223l-3.5-.938Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Menu = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m14.098 3 .402 1.5H1.902L1.5 3h12.598ZM1.5 7.261l.403 1.5H14.5l-.402-1.5H1.5Zm0 4.239.403 1.5H14.5l-.402-1.5H1.5Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Message = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13 11.523H5.232l-.252.093-1.98.731V4.5h10v7.023l1.5-.402V3h-13v11.5l4-1.498h7.896L13 11.523Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var MessageFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M18.725 3.75H2.475v14.375l5-1.875h11.25V3.75Z" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Minus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Minus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m14.095 7.25.405 1.5H1.905L1.5 7.25h12.595Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Mobile = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M4 1.5h8v11.095l-1.498.406.397 1.499H4v-13ZM5.5 13h5V3h-5v10Zm1.591-2.037 1.437-.382.382 1.438-1.438.38-.38-1.436Z", clipRule: "evenodd" }) }))); };
|
|
@@ -9,6 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var NewWindow = function (props) { return (
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var NewWindow = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M10 3V1.5h4.5V6H13V4.075L10.06 7 9 5.94 11.925 3H10Z", clipRule: "evenodd" }), _jsx(Path, { fill: "currentColor", d: "M12 12.035H4V4h4V2.5H2.5v11h9.9L12 12v.035ZM12 12l1.5-.4V8H12v4Z" }), _jsx(Path, { fill: "currentColor", d: "M12 12.035V12H4v.035h8Z" })] }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var PaymentCard = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, {
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var PaymentCard = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 11.098V3h-13v10h11.902L13 11.5l1.5-.402ZM13 7v4.5H3V7h10ZM3 5.5v-1h9.997l.003.01v.99H3ZM11.75 8v1.5H7.376L6.974 8h4.776Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Phone = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.005 12.953c-1.243-.077-2.372-.258-3.37-.541-1.592-.453-2.895-1.178-3.874-2.157-.988-.988-1.718-2.306-2.169-3.917-.277-.988-.454-2.105-.529-3.332h1.791l.72 1.453-.547.64-.617.721.388.867c.062.14.647 1.401 1.888 2.642 1.24 1.24 2.502 1.825 2.642 1.888l.867.388.721-.617.64-.547 1.453.72v1.789l1.5-.402V10.23l-3.175-1.574-1.393 1.191S8.827 9.35 7.746 8.268c-1.08-1.081-1.579-2.195-1.579-2.195L7.358 4.68 5.784 1.505H1.522c-.012 3.441.623 7.254 3.178 9.81 2.286 2.286 5.58 3.036 8.712 3.16l-.408-1.523Z" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Plus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Plus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m14.5 8.761-.402-1.5H8.75V1.5l-1.5.403v5.359H1.5l.403 1.5H7.25V14.5l1.5-.402V8.76h5.75Z" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Pound = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, {
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Pound = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm4.337 1.74h1.129v.001c.362 0 .638-.25.638-.637l1.137.069c0 .973-.646 1.688-1.602 1.688H5.76V9.845c.542-.19.896-.543.896-1.051 0-.093-.017-.186-.034-.278l-.001-.007h-.836v-.948h.491a2.24 2.24 0 0 1-.112-.724c0-.844.689-1.697 1.895-1.697 1.327 0 1.801.887 1.845 1.594l-1.129.301c-.008-.525-.25-.827-.698-.827-.344 0-.663.216-.663.672 0 .259.06.457.146.68h1.517v.949H7.863a.948.948 0 0 1 .008.155c0 .405-.147.818-.534 1.077Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Pricing = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m12.294 9.853 1.67-.447-5.912-5.913-3.128.408-2.355-2.354-1.06 1.06 2.355 2.355-.409 3.127 6.364 6.364 2.924-2.924-.449-1.676Zm-2.475 2.479L5.038 7.551 5.201 6.3l.927.927 1.673-.448-1.539-1.54 1.251-.162 4.781 4.78-2.475 2.476v-.001Z" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Search = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Search = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M12.907 3.093A5.42 5.42 0 0 0 9.062 1.5a5.44 5.44 0 0 0-4.34 8.717l-2.614 2.614.449 1.673 3.225-3.226a5.422 5.422 0 0 0 3.279 1.099 5.438 5.438 0 0 0 3.845-9.284h.001Zm-1.06 6.63a3.913 3.913 0 0 1-2.785 1.153 3.913 3.913 0 0 1-2.785-1.153 3.943 3.943 0 0 1 0-5.57A3.913 3.913 0 0 1 9.062 3c1.052 0 2.04.41 2.785 1.154a3.943 3.943 0 0 1 0 5.569Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Security = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12 6.5h1v6.102L11.5 13V8h-7v5h7l.406 1.5H3v-8h1V5.466C4 3.28 5.676 1.5 7.923 1.5 10.171 1.5 12 3.349 12 5.622V6.5Zm-6.5 0h5v-.878C10.5 4.176 9.345 3 7.923 3 6.587 3 5.5 4.106 5.5 5.466V6.5Zm1.59 3.472 1.438-.382.382 1.438-1.438.381-.381-1.437Z", clipRule: "evenodd" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Show = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Show = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.999 2 2 0 0 1 .001 4Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var SmartHome = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 12.598 13 13V5.896L8 3.204 3 5.896V13h10l.402 1.5H1.5V5L8 1.5 14.5 5v7.598ZM4.022 7.367A5.59 5.59 0 0 1 8 5.719a5.59 5.59 0 0 1 3.979 1.648l-1.061 1.06A4.099 4.099 0 0 0 8 7.219a4.099 4.099 0 0 0-2.918 1.208l-1.06-1.06Zm2.697 2.698-1.06-1.061A3.29 3.29 0 0 1 8 8.034a3.29 3.29 0 0 1 2.341.97l-1.06 1.06A1.8 1.8 0 0 0 8 9.535a1.8 1.8 0 0 0-1.281.53Zm1.81.435-1.438.381.382 1.438 1.437-.382-.382-1.437Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var SmartMeter = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m14.5 11.097-1.5.405.398 1.498H1.5V3h13v8.097ZM13 4.5H3v7h10v-7Zm-1.757 1.142L9.5 6.13v2.743l.867-.233.585 1.719 1.156-3.67-.864.232V5.642ZM5.256 8.375H3.684a2.285 2.285 0 0 0 2.247 1.889v-1.5a.783.783 0 0 1-.675-.389Zm-1.579-.75a2.285 2.285 0 0 1 2.254-1.926 2.285 2.285 0 0 1 2.282 2.282h-1.5a.783.783 0 0 0-1.477-.356H3.677Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Solar = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m12.758 11.5 1.458-.39L13 3H3L1.5 13h11.66l-.402-1.5Zm-2.246-7h1.196l.412 2.746h-1.608V4.5Zm-5.002 7H3.243l.413-2.754H5.51V11.5Zm0-4.254H3.88L4.292 4.5H5.51v2.746ZM9.012 11.5H7.01V8.746h2.002V11.5Zm0-4.254H7.01V4.5h2.002v2.746Zm1.5 4.254V8.746h1.833l.413 2.754h-2.246Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Star = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m8 5.013.782 1.394.303.539.595.169 1.752.499-1.037.904-.642.56.153.839.279 1.529-1.553-.721L8 10.43l-.632.294-1.553.721.279-1.53.153-.838-.642-.56-1.037-.905 1.752-.498.595-.169.303-.54L8 5.014ZM8 1.95 5.91 5.672 1.5 6.925l3.118 2.723-.799 4.38L8 12.085l4.18 1.942-.798-4.38 3.118-2.72-4.41-1.255-2.09-3.723H8Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Sun = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M8.75 1.5h-1.5v1.418h1.5V1.5Zm2.079 3.671A3.987 3.987 0 0 0 8 4a4 4 0 1 0 2.829 1.171ZM9.768 9.768c-.472.473-1.1.732-1.768.732-.667 0-1.295-.26-1.768-.732A2.484 2.484 0 0 1 5.5 8c0-.668.26-1.296.733-1.769A2.484 2.484 0 0 1 8.001 5.5c.667 0 1.295.26 1.768.731.472.473.732 1.1.732 1.769 0 .668-.26 1.295-.733 1.768ZM1.5 7.239h1.43v1.5H1.5v-1.5Zm5.75 5.821V14.5h1.5v-1.441h-1.5Zm5.82-5.82h1.43v1.5h-1.43v-1.5Zm-1.049-4.332-.966.966 1.061 1.06.966-.965-1.06-1.061Zm-9.103 1.06 1.06-1.06.967.966-1.061 1.06-.966-.966Zm.966 7.077-.966.966 1.061 1.06.966-.966-1.06-1.06Zm7.171 1.06 1.06-1.06.967.965-1.061 1.061-.966-.966Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Trees = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14-.022.024a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Tune = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, {
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Tune = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m4 1.485-1.5.405V4.5h-1V6H5V4.5H4V1.485Zm3.25.42 1.5-.405v8.75h1v1.5h-3.5v-1.5h1V1.905Zm1.5 12.19-1.5.405v-1.75h1.5v1.345Zm3.25.39 1.5-.405V9.75H12v4.735Zm-8-.405-1.5.405V7H4v7.08Zm9.5-12.595V7.25h1v1.5H11v-1.5h1V1.89l1.5-.405Z", clipRule: "evenodd" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var User = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var User = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.787-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.978v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.261l6.5 1.718Z", clipRule: "evenodd" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var UserFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 21 20" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M10.8 10.012a4.07 4.07 0 1 0 0-8.138 4.07 4.07 0 0 0 0 8.138ZM18.925 18.125v-5.65L10.8 10.331l-8.125 2.144v5.65h16.25Z" }) }))); };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Wallet = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 3.025v8.073L13 11.5V4.525H9.126l-.003.013-.049-.013H3V11.5h10l.402 1.5H1.5V3.025h1.651l.41-1.53 5.71 1.53H14.5Zm-4.38 4.447 1.438-.381.381 1.437-1.437.381-.382-1.437Z", clipRule: "evenodd" }) }))); };
|