@reown/appkit-ui-react-native 1.2.6 → 1.3.1
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/lib/commonjs/assets/svg/ArrowBottom.js +1 -1
- package/lib/commonjs/assets/svg/ArrowBottomCircle.js +1 -1
- package/lib/commonjs/assets/svg/ArrowLeft.js +1 -1
- package/lib/commonjs/assets/svg/ArrowRight.js +1 -1
- package/lib/commonjs/assets/svg/ArrowTop.js +1 -1
- package/lib/commonjs/assets/svg/Browser.js +2 -2
- package/lib/commonjs/assets/svg/Card.js +21 -0
- package/lib/commonjs/assets/svg/Card.js.map +1 -0
- package/lib/commonjs/assets/svg/Checkmark.js +1 -1
- package/lib/commonjs/assets/svg/ChevronBottom.js +1 -1
- package/lib/commonjs/assets/svg/ChevronLeft.js +1 -1
- package/lib/commonjs/assets/svg/ChevronRight.js +1 -1
- package/lib/commonjs/assets/svg/ChevronRightSmall.js +1 -1
- package/lib/commonjs/assets/svg/ChevronTop.js +1 -1
- package/lib/commonjs/assets/svg/Clock.js +4 -4
- package/lib/commonjs/assets/svg/Clock.js.map +1 -1
- package/lib/commonjs/assets/svg/Close.js +1 -1
- package/lib/commonjs/assets/svg/CoinPlaceholder.js +1 -1
- package/lib/commonjs/assets/svg/Compass.js +1 -1
- package/lib/commonjs/assets/svg/Copy.js +1 -1
- package/lib/commonjs/assets/svg/CopySmall.js +1 -1
- package/lib/commonjs/assets/svg/CurrencyDollar.js +21 -0
- package/lib/commonjs/assets/svg/CurrencyDollar.js.map +1 -0
- package/lib/commonjs/assets/svg/Cursor.js +1 -1
- package/lib/commonjs/assets/svg/Desktop.js +2 -2
- package/lib/commonjs/assets/svg/Disconnect.js +1 -1
- package/lib/commonjs/assets/svg/Etherscan.js +1 -1
- package/lib/commonjs/assets/svg/Extension.js +1 -1
- package/lib/commonjs/assets/svg/ExternalLink.js +1 -1
- package/lib/commonjs/assets/svg/Filters.js +1 -1
- package/lib/commonjs/assets/svg/HelpCircle.js +2 -2
- package/lib/commonjs/assets/svg/InfoCircle.js +2 -2
- package/lib/commonjs/assets/svg/Mail.js +1 -1
- package/lib/commonjs/assets/svg/Mobile.js +2 -2
- package/lib/commonjs/assets/svg/More.js +1 -1
- package/lib/commonjs/assets/svg/NetworkPlaceholder.js +2 -2
- package/lib/commonjs/assets/svg/NftPlaceholder.js +1 -1
- package/lib/commonjs/assets/svg/Off.js +1 -1
- package/lib/commonjs/assets/svg/Paperplane.js +1 -1
- package/lib/commonjs/assets/svg/Plus.js +1 -1
- package/lib/commonjs/assets/svg/QrCode.js +1 -1
- package/lib/commonjs/assets/svg/RecycleHorizontal.js +1 -1
- package/lib/commonjs/assets/svg/Refresh.js +1 -1
- package/lib/commonjs/assets/svg/Search.js +1 -1
- package/lib/commonjs/assets/svg/Settings.js +21 -0
- package/lib/commonjs/assets/svg/Settings.js.map +1 -0
- package/lib/commonjs/assets/svg/SwapHorizontal.js +1 -1
- package/lib/commonjs/assets/svg/SwapVertical.js +1 -1
- package/lib/commonjs/assets/svg/Verify.js +1 -1
- package/lib/commonjs/assets/svg/Wallet.js +1 -1
- package/lib/commonjs/assets/svg/WalletConnect.js +1 -1
- package/lib/commonjs/assets/svg/WalletPlaceholder.js +1 -1
- package/lib/commonjs/assets/svg/WalletSmall.js +1 -1
- package/lib/commonjs/assets/svg/WarningCircle.js +2 -2
- package/lib/commonjs/components/wui-icon/index.js +6 -0
- package/lib/commonjs/components/wui-icon/index.js.map +1 -1
- package/lib/commonjs/components/wui-pressable/index.js +5 -2
- package/lib/commonjs/components/wui-pressable/index.js.map +1 -1
- package/lib/commonjs/composites/wui-button/index.js +3 -1
- package/lib/commonjs/composites/wui-button/index.js.map +1 -1
- package/lib/commonjs/composites/wui-button/styles.js +1 -1
- package/lib/commonjs/composites/wui-card-select/index.js +1 -1
- package/lib/commonjs/composites/wui-card-select/index.js.map +1 -1
- package/lib/commonjs/composites/wui-double-image-loader/index.js +57 -0
- package/lib/commonjs/composites/wui-double-image-loader/index.js.map +1 -0
- package/lib/commonjs/composites/wui-double-image-loader/index.native.js +94 -0
- package/lib/commonjs/composites/wui-double-image-loader/index.native.js.map +1 -0
- package/lib/commonjs/composites/wui-double-image-loader/styles.js +31 -0
- package/lib/commonjs/composites/wui-double-image-loader/styles.js.map +1 -0
- package/lib/commonjs/composites/wui-icon-box/index.js +4 -2
- package/lib/commonjs/composites/wui-icon-box/index.js.map +1 -1
- package/lib/commonjs/composites/wui-list-item/index.js +13 -8
- package/lib/commonjs/composites/wui-list-item/index.js.map +1 -1
- package/lib/commonjs/composites/wui-list-social/styles.js +1 -1
- package/lib/commonjs/composites/wui-list-social/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-list-token/index.js +1 -3
- package/lib/commonjs/composites/wui-list-token/index.js.map +1 -1
- package/lib/commonjs/composites/wui-network-button/styles.js +1 -2
- package/lib/commonjs/composites/wui-network-button/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-network-image/index.js +31 -28
- package/lib/commonjs/composites/wui-network-image/index.js.map +1 -1
- package/lib/commonjs/composites/wui-numeric-keyboard/index.js +56 -0
- package/lib/commonjs/composites/wui-numeric-keyboard/index.js.map +1 -0
- package/lib/commonjs/composites/wui-search-bar/index.js +8 -4
- package/lib/commonjs/composites/wui-search-bar/index.js.map +1 -1
- package/lib/commonjs/composites/wui-tag/index.js +3 -2
- package/lib/commonjs/composites/wui-tag/index.js.map +1 -1
- package/lib/commonjs/composites/wui-toggle/index.js +3 -2
- package/lib/commonjs/composites/wui-toggle/index.js.map +1 -1
- package/lib/commonjs/composites/wui-token-button/index.js +32 -10
- package/lib/commonjs/composites/wui-token-button/index.js.map +1 -1
- package/lib/commonjs/composites/wui-token-button/styles.js +14 -1
- package/lib/commonjs/composites/wui-token-button/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/layout/wui-flex/index.js +2 -1
- package/lib/commonjs/layout/wui-flex/index.js.map +1 -1
- package/lib/commonjs/layout/wui-separator/index.js +5 -4
- package/lib/commonjs/layout/wui-separator/index.js.map +1 -1
- package/lib/module/assets/svg/ArrowBottom.js +1 -1
- package/lib/module/assets/svg/ArrowBottomCircle.js +1 -1
- package/lib/module/assets/svg/ArrowLeft.js +1 -1
- package/lib/module/assets/svg/ArrowRight.js +1 -1
- package/lib/module/assets/svg/ArrowTop.js +1 -1
- package/lib/module/assets/svg/Browser.js +2 -2
- package/lib/module/assets/svg/Card.js +13 -0
- package/lib/module/assets/svg/Card.js.map +1 -0
- package/lib/module/assets/svg/Checkmark.js +1 -1
- package/lib/module/assets/svg/ChevronBottom.js +1 -1
- package/lib/module/assets/svg/ChevronLeft.js +1 -1
- package/lib/module/assets/svg/ChevronRight.js +1 -1
- package/lib/module/assets/svg/ChevronRightSmall.js +1 -1
- package/lib/module/assets/svg/ChevronTop.js +1 -1
- package/lib/module/assets/svg/Clock.js +4 -4
- package/lib/module/assets/svg/Clock.js.map +1 -1
- package/lib/module/assets/svg/Close.js +1 -1
- package/lib/module/assets/svg/CoinPlaceholder.js +1 -1
- package/lib/module/assets/svg/Compass.js +1 -1
- package/lib/module/assets/svg/Copy.js +1 -1
- package/lib/module/assets/svg/CopySmall.js +1 -1
- package/lib/module/assets/svg/CurrencyDollar.js +13 -0
- package/lib/module/assets/svg/CurrencyDollar.js.map +1 -0
- package/lib/module/assets/svg/Cursor.js +1 -1
- package/lib/module/assets/svg/Desktop.js +2 -2
- package/lib/module/assets/svg/Disconnect.js +1 -1
- package/lib/module/assets/svg/Etherscan.js +1 -1
- package/lib/module/assets/svg/Extension.js +1 -1
- package/lib/module/assets/svg/ExternalLink.js +1 -1
- package/lib/module/assets/svg/Filters.js +1 -1
- package/lib/module/assets/svg/HelpCircle.js +2 -2
- package/lib/module/assets/svg/InfoCircle.js +2 -2
- package/lib/module/assets/svg/Mail.js +1 -1
- package/lib/module/assets/svg/Mobile.js +2 -2
- package/lib/module/assets/svg/More.js +1 -1
- package/lib/module/assets/svg/NetworkPlaceholder.js +2 -2
- package/lib/module/assets/svg/NftPlaceholder.js +1 -1
- package/lib/module/assets/svg/Off.js +1 -1
- package/lib/module/assets/svg/Paperplane.js +1 -1
- package/lib/module/assets/svg/Plus.js +1 -1
- package/lib/module/assets/svg/QrCode.js +1 -1
- package/lib/module/assets/svg/RecycleHorizontal.js +1 -1
- package/lib/module/assets/svg/Refresh.js +1 -1
- package/lib/module/assets/svg/Search.js +1 -1
- package/lib/module/assets/svg/Settings.js +13 -0
- package/lib/module/assets/svg/Settings.js.map +1 -0
- package/lib/module/assets/svg/SwapHorizontal.js +1 -1
- package/lib/module/assets/svg/SwapVertical.js +1 -1
- package/lib/module/assets/svg/Verify.js +1 -1
- package/lib/module/assets/svg/Wallet.js +1 -1
- package/lib/module/assets/svg/WalletConnect.js +1 -1
- package/lib/module/assets/svg/WalletPlaceholder.js +1 -1
- package/lib/module/assets/svg/WalletSmall.js +1 -1
- package/lib/module/assets/svg/WarningCircle.js +2 -2
- package/lib/module/components/wui-icon/index.js +6 -0
- package/lib/module/components/wui-icon/index.js.map +1 -1
- package/lib/module/components/wui-pressable/index.js +5 -2
- package/lib/module/components/wui-pressable/index.js.map +1 -1
- package/lib/module/composites/wui-button/index.js +3 -1
- package/lib/module/composites/wui-button/index.js.map +1 -1
- package/lib/module/composites/wui-button/styles.js +1 -1
- package/lib/module/composites/wui-card-select/index.js +1 -1
- package/lib/module/composites/wui-card-select/index.js.map +1 -1
- package/lib/module/composites/wui-double-image-loader/index.js +50 -0
- package/lib/module/composites/wui-double-image-loader/index.js.map +1 -0
- package/lib/module/composites/wui-double-image-loader/index.native.js +87 -0
- package/lib/module/composites/wui-double-image-loader/index.native.js.map +1 -0
- package/lib/module/composites/wui-double-image-loader/styles.js +25 -0
- package/lib/module/composites/wui-double-image-loader/styles.js.map +1 -0
- package/lib/module/composites/wui-icon-box/index.js +4 -2
- package/lib/module/composites/wui-icon-box/index.js.map +1 -1
- package/lib/module/composites/wui-list-item/index.js +13 -8
- package/lib/module/composites/wui-list-item/index.js.map +1 -1
- package/lib/module/composites/wui-list-social/styles.js +1 -1
- package/lib/module/composites/wui-list-social/styles.js.map +1 -1
- package/lib/module/composites/wui-list-token/index.js +1 -3
- package/lib/module/composites/wui-list-token/index.js.map +1 -1
- package/lib/module/composites/wui-network-button/styles.js +1 -2
- package/lib/module/composites/wui-network-button/styles.js.map +1 -1
- package/lib/module/composites/wui-network-image/index.js +31 -29
- package/lib/module/composites/wui-network-image/index.js.map +1 -1
- package/lib/module/composites/wui-numeric-keyboard/index.js +50 -0
- package/lib/module/composites/wui-numeric-keyboard/index.js.map +1 -0
- package/lib/module/composites/wui-search-bar/index.js +8 -4
- package/lib/module/composites/wui-search-bar/index.js.map +1 -1
- package/lib/module/composites/wui-tag/index.js +3 -2
- package/lib/module/composites/wui-tag/index.js.map +1 -1
- package/lib/module/composites/wui-toggle/index.js +3 -2
- package/lib/module/composites/wui-toggle/index.js.map +1 -1
- package/lib/module/composites/wui-token-button/index.js +29 -7
- package/lib/module/composites/wui-token-button/index.js.map +1 -1
- package/lib/module/composites/wui-token-button/styles.js +14 -1
- package/lib/module/composites/wui-token-button/styles.js.map +1 -1
- package/lib/module/index.js +2 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/layout/wui-flex/index.js +2 -1
- package/lib/module/layout/wui-flex/index.js.map +1 -1
- package/lib/module/layout/wui-separator/index.js +5 -4
- package/lib/module/layout/wui-separator/index.js.map +1 -1
- package/lib/module/utils/TransactionUtil.js.map +1 -1
- package/lib/typescript/assets/svg/Card.d.ts +4 -0
- package/lib/typescript/assets/svg/Card.d.ts.map +1 -0
- package/lib/typescript/assets/svg/CurrencyDollar.d.ts +4 -0
- package/lib/typescript/assets/svg/CurrencyDollar.d.ts.map +1 -0
- package/lib/typescript/assets/svg/Settings.d.ts +4 -0
- package/lib/typescript/assets/svg/Settings.d.ts.map +1 -0
- package/lib/typescript/components/wui-icon/index.d.ts.map +1 -1
- package/lib/typescript/components/wui-pressable/index.d.ts +2 -1
- package/lib/typescript/components/wui-pressable/index.d.ts.map +1 -1
- package/lib/typescript/components/wui-shimmer/index.d.ts +2 -2
- package/lib/typescript/components/wui-shimmer/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-button/index.d.ts +2 -1
- package/lib/typescript/composites/wui-button/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-double-image-loader/index.d.ts +16 -0
- package/lib/typescript/composites/wui-double-image-loader/index.d.ts.map +1 -0
- package/lib/typescript/composites/wui-double-image-loader/index.native.d.ts +16 -0
- package/lib/typescript/composites/wui-double-image-loader/index.native.d.ts.map +1 -0
- package/lib/typescript/composites/wui-double-image-loader/styles.d.ts +24 -0
- package/lib/typescript/composites/wui-double-image-loader/styles.d.ts.map +1 -0
- package/lib/typescript/composites/wui-icon-box/index.d.ts +2 -1
- package/lib/typescript/composites/wui-icon-box/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-list-item/index.d.ts +6 -2
- package/lib/typescript/composites/wui-list-item/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-list-token/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-network-button/styles.d.ts +0 -1
- package/lib/typescript/composites/wui-network-button/styles.d.ts.map +1 -1
- package/lib/typescript/composites/wui-network-image/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-numeric-keyboard/index.d.ts +8 -0
- package/lib/typescript/composites/wui-numeric-keyboard/index.d.ts.map +1 -0
- package/lib/typescript/composites/wui-search-bar/index.d.ts +3 -2
- package/lib/typescript/composites/wui-search-bar/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-tag/index.d.ts +3 -2
- package/lib/typescript/composites/wui-tag/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-toggle/index.d.ts +8 -1
- package/lib/typescript/composites/wui-toggle/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-token-button/index.d.ts +7 -2
- package/lib/typescript/composites/wui-token-button/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-token-button/styles.d.ts +13 -0
- package/lib/typescript/composites/wui-token-button/styles.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +2 -0
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/layout/wui-flex/index.d.ts +1 -0
- package/lib/typescript/layout/wui-flex/index.d.ts.map +1 -1
- package/lib/typescript/layout/wui-separator/index.d.ts +3 -1
- package/lib/typescript/layout/wui-separator/index.d.ts.map +1 -1
- package/lib/typescript/utils/TransactionUtil.d.ts +1 -1
- package/lib/typescript/utils/TransactionUtil.d.ts.map +1 -1
- package/lib/typescript/utils/TypesUtil.d.ts +1 -1
- package/lib/typescript/utils/TypesUtil.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/svg/ArrowBottom.tsx +1 -1
- package/src/assets/svg/ArrowBottomCircle.tsx +1 -1
- package/src/assets/svg/ArrowLeft.tsx +1 -1
- package/src/assets/svg/ArrowRight.tsx +1 -1
- package/src/assets/svg/ArrowTop.tsx +1 -1
- package/src/assets/svg/Browser.tsx +2 -2
- package/src/assets/svg/Card.tsx +13 -0
- package/src/assets/svg/Checkmark.tsx +1 -1
- package/src/assets/svg/ChevronBottom.tsx +1 -1
- package/src/assets/svg/ChevronLeft.tsx +1 -1
- package/src/assets/svg/ChevronRight.tsx +1 -1
- package/src/assets/svg/ChevronRightSmall.tsx +1 -1
- package/src/assets/svg/ChevronTop.tsx +1 -1
- package/src/assets/svg/Clock.tsx +3 -3
- package/src/assets/svg/Close.tsx +1 -1
- package/src/assets/svg/CoinPlaceholder.tsx +1 -1
- package/src/assets/svg/Compass.tsx +1 -1
- package/src/assets/svg/Copy.tsx +1 -1
- package/src/assets/svg/CopySmall.tsx +1 -1
- package/src/assets/svg/CurrencyDollar.tsx +12 -0
- package/src/assets/svg/Cursor.tsx +1 -1
- package/src/assets/svg/Desktop.tsx +2 -2
- package/src/assets/svg/Disconnect.tsx +1 -1
- package/src/assets/svg/Etherscan.tsx +1 -1
- package/src/assets/svg/Extension.tsx +1 -1
- package/src/assets/svg/ExternalLink.tsx +1 -1
- package/src/assets/svg/Filters.tsx +1 -1
- package/src/assets/svg/HelpCircle.tsx +2 -2
- package/src/assets/svg/InfoCircle.tsx +2 -2
- package/src/assets/svg/Mail.tsx +1 -1
- package/src/assets/svg/Mobile.tsx +2 -2
- package/src/assets/svg/More.tsx +1 -1
- package/src/assets/svg/NetworkPlaceholder.tsx +2 -2
- package/src/assets/svg/NftPlaceholder.tsx +1 -1
- package/src/assets/svg/Off.tsx +1 -1
- package/src/assets/svg/Paperplane.tsx +1 -1
- package/src/assets/svg/Plus.tsx +1 -1
- package/src/assets/svg/QrCode.tsx +1 -1
- package/src/assets/svg/RecycleHorizontal.tsx +1 -1
- package/src/assets/svg/Refresh.tsx +1 -1
- package/src/assets/svg/Search.tsx +1 -1
- package/src/assets/svg/Settings.tsx +12 -0
- package/src/assets/svg/SwapHorizontal.tsx +1 -1
- package/src/assets/svg/SwapVertical.tsx +1 -1
- package/src/assets/svg/Verify.tsx +1 -1
- package/src/assets/svg/Wallet.tsx +1 -1
- package/src/assets/svg/WalletConnect.tsx +1 -1
- package/src/assets/svg/WalletPlaceholder.tsx +1 -1
- package/src/assets/svg/WalletSmall.tsx +1 -1
- package/src/assets/svg/WarningCircle.tsx +2 -2
- package/src/components/wui-icon/index.tsx +6 -0
- package/src/components/wui-pressable/index.tsx +10 -1
- package/src/components/wui-shimmer/index.tsx +2 -2
- package/src/composites/wui-button/index.tsx +3 -0
- package/src/composites/wui-button/styles.ts +1 -1
- package/src/composites/wui-card-select/index.tsx +1 -1
- package/src/composites/wui-double-image-loader/index.native.tsx +120 -0
- package/src/composites/wui-double-image-loader/index.tsx +74 -0
- package/src/composites/wui-double-image-loader/styles.ts +25 -0
- package/src/composites/wui-icon-box/index.tsx +4 -1
- package/src/composites/wui-list-item/index.tsx +36 -7
- package/src/composites/wui-list-social/styles.ts +1 -1
- package/src/composites/wui-list-token/index.tsx +1 -4
- package/src/composites/wui-network-button/styles.ts +1 -2
- package/src/composites/wui-network-image/index.tsx +47 -31
- package/src/composites/wui-numeric-keyboard/index.tsx +67 -0
- package/src/composites/wui-search-bar/index.tsx +30 -25
- package/src/composites/wui-tag/index.tsx +4 -3
- package/src/composites/wui-toggle/index.tsx +10 -2
- package/src/composites/wui-token-button/index.tsx +27 -4
- package/src/composites/wui-token-button/styles.ts +14 -1
- package/src/index.ts +2 -0
- package/src/layout/wui-flex/index.tsx +2 -1
- package/src/layout/wui-separator/index.tsx +6 -8
- package/src/utils/TransactionUtil.ts +6 -6
- package/src/utils/TypesUtil.ts +3 -0
package/lib/commonjs/index.js
CHANGED
|
@@ -105,6 +105,12 @@ Object.defineProperty(exports, "ConnectButton", {
|
|
|
105
105
|
return _wuiConnectButton.ConnectButton;
|
|
106
106
|
}
|
|
107
107
|
});
|
|
108
|
+
Object.defineProperty(exports, "DoubleImageLoader", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () {
|
|
111
|
+
return _wuiDoubleImageLoader.DoubleImageLoader;
|
|
112
|
+
}
|
|
113
|
+
});
|
|
108
114
|
Object.defineProperty(exports, "EmailInput", {
|
|
109
115
|
enumerable: true,
|
|
110
116
|
get: function () {
|
|
@@ -249,6 +255,12 @@ Object.defineProperty(exports, "NetworkImage", {
|
|
|
249
255
|
return _wuiNetworkImage.NetworkImage;
|
|
250
256
|
}
|
|
251
257
|
});
|
|
258
|
+
Object.defineProperty(exports, "NumericKeyboard", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function () {
|
|
261
|
+
return _wuiNumericKeyboard.NumericKeyboard;
|
|
262
|
+
}
|
|
263
|
+
});
|
|
252
264
|
Object.defineProperty(exports, "Otp", {
|
|
253
265
|
enumerable: true,
|
|
254
266
|
get: function () {
|
|
@@ -408,6 +420,7 @@ var _wuiCardSelect = require("./composites/wui-card-select");
|
|
|
408
420
|
var _wuiChip = require("./composites/wui-chip");
|
|
409
421
|
var _wuiCompatibleNetwork = require("./composites/wui-compatible-network");
|
|
410
422
|
var _wuiConnectButton = require("./composites/wui-connect-button");
|
|
423
|
+
var _wuiDoubleImageLoader = require("./composites/wui-double-image-loader");
|
|
411
424
|
var _wuiEmailInput = require("./composites/wui-email-input");
|
|
412
425
|
var _wuiIconBox = require("./composites/wui-icon-box");
|
|
413
426
|
var _wuiIconLink = require("./composites/wui-icon-link");
|
|
@@ -425,6 +438,7 @@ var _wuiLogo = require("./composites/wui-logo");
|
|
|
425
438
|
var _wuiLogoSelect = require("./composites/wui-logo-select");
|
|
426
439
|
var _wuiNetworkButton = require("./composites/wui-network-button");
|
|
427
440
|
var _wuiNetworkImage = require("./composites/wui-network-image");
|
|
441
|
+
var _wuiNumericKeyboard = require("./composites/wui-numeric-keyboard");
|
|
428
442
|
var _wuiOtp = require("./composites/wui-otp");
|
|
429
443
|
var _wuiPressable = require("./components/wui-pressable");
|
|
430
444
|
var _wuiPromo = require("./composites/wui-promo");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_wuiCard","require","_wuiIcon","_wuiImage","_wuiLoadingHexagon","_wuiLoadingSpinner","_wuiLoadingThumbnail","_wuiText","_wuiVisual","_wuiShimmer","_wuiAccountButton","_wuiAccountPill","_wuiActionEntry","_wuiAvatar","_wuiBalance","_wuiBanner","_wuiButton","_wuiCardSelectLoader","_wuiCardSelect","_wuiChip","_wuiCompatibleNetwork","_wuiConnectButton","_wuiEmailInput","_wuiIconBox","_wuiIconLink","_wuiInputElement","_wuiInputNumeric","_wuiInputText","_wuiLink","_wuiListItem","_wuiListItemLoader","_wuiListSocial","_wuiListToken","_wuiListTransaction","_wuiListWallet","_wuiLogo","_wuiLogoSelect","_wuiNetworkButton","_wuiNetworkImage","_wuiOtp","_wuiPressable","_wuiPromo","_wuiQrCode","_wuiSearchBar","_wuiSnackbar","_wuiTabs","_wuiTag","_wuiToggle","_wuiTokenButton","_wuiTooltip","_wuiWalletImage","_wuiOverlay","_wuiFlex","_wuiSeparator","_UiUtil","_TransactionUtil","_ThemeUtil","_useTheme","_ThemeContext","_useAnimatedValue"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["_wuiCard","require","_wuiIcon","_wuiImage","_wuiLoadingHexagon","_wuiLoadingSpinner","_wuiLoadingThumbnail","_wuiText","_wuiVisual","_wuiShimmer","_wuiAccountButton","_wuiAccountPill","_wuiActionEntry","_wuiAvatar","_wuiBalance","_wuiBanner","_wuiButton","_wuiCardSelectLoader","_wuiCardSelect","_wuiChip","_wuiCompatibleNetwork","_wuiConnectButton","_wuiDoubleImageLoader","_wuiEmailInput","_wuiIconBox","_wuiIconLink","_wuiInputElement","_wuiInputNumeric","_wuiInputText","_wuiLink","_wuiListItem","_wuiListItemLoader","_wuiListSocial","_wuiListToken","_wuiListTransaction","_wuiListWallet","_wuiLogo","_wuiLogoSelect","_wuiNetworkButton","_wuiNetworkImage","_wuiNumericKeyboard","_wuiOtp","_wuiPressable","_wuiPromo","_wuiQrCode","_wuiSearchBar","_wuiSnackbar","_wuiTabs","_wuiTag","_wuiToggle","_wuiTokenButton","_wuiTooltip","_wuiWalletImage","_wuiOverlay","_wuiFlex","_wuiSeparator","_UiUtil","_TransactionUtil","_ThemeUtil","_useTheme","_ThemeContext","_useAnimatedValue"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AACA,IAAAG,kBAAA,GAAAH,OAAA;AACA,IAAAI,kBAAA,GAAAJ,OAAA;AACA,IAAAK,oBAAA,GAAAL,OAAA;AACA,IAAAM,QAAA,GAAAN,OAAA;AACA,IAAAO,UAAA,GAAAP,OAAA;AACA,IAAAQ,WAAA,GAAAR,OAAA;AAEA,IAAAS,iBAAA,GAAAT,OAAA;AACA,IAAAU,eAAA,GAAAV,OAAA;AACA,IAAAW,eAAA,GAAAX,OAAA;AACA,IAAAY,UAAA,GAAAZ,OAAA;AACA,IAAAa,WAAA,GAAAb,OAAA;AACA,IAAAc,UAAA,GAAAd,OAAA;AACA,IAAAe,UAAA,GAAAf,OAAA;AACA,IAAAgB,oBAAA,GAAAhB,OAAA;AAKA,IAAAiB,cAAA,GAAAjB,OAAA;AAMA,IAAAkB,QAAA,GAAAlB,OAAA;AACA,IAAAmB,qBAAA,GAAAnB,OAAA;AAIA,IAAAoB,iBAAA,GAAApB,OAAA;AACA,IAAAqB,qBAAA,GAAArB,OAAA;AACA,IAAAsB,cAAA,GAAAtB,OAAA;AACA,IAAAuB,WAAA,GAAAvB,OAAA;AACA,IAAAwB,YAAA,GAAAxB,OAAA;AACA,IAAAyB,gBAAA,GAAAzB,OAAA;AACA,IAAA0B,gBAAA,GAAA1B,OAAA;AACA,IAAA2B,aAAA,GAAA3B,OAAA;AACA,IAAA4B,QAAA,GAAA5B,OAAA;AACA,IAAA6B,YAAA,GAAA7B,OAAA;AACA,IAAA8B,kBAAA,GAAA9B,OAAA;AACA,IAAA+B,cAAA,GAAA/B,OAAA;AACA,IAAAgC,aAAA,GAAAhC,OAAA;AACA,IAAAiC,mBAAA,GAAAjC,OAAA;AACA,IAAAkC,cAAA,GAAAlC,OAAA;AACA,IAAAmC,QAAA,GAAAnC,OAAA;AACA,IAAAoC,cAAA,GAAApC,OAAA;AACA,IAAAqC,iBAAA,GAAArC,OAAA;AACA,IAAAsC,gBAAA,GAAAtC,OAAA;AACA,IAAAuC,mBAAA,GAAAvC,OAAA;AACA,IAAAwC,OAAA,GAAAxC,OAAA;AACA,IAAAyC,aAAA,GAAAzC,OAAA;AACA,IAAA0C,SAAA,GAAA1C,OAAA;AACA,IAAA2C,UAAA,GAAA3C,OAAA;AACA,IAAA4C,aAAA,GAAA5C,OAAA;AACA,IAAA6C,YAAA,GAAA7C,OAAA;AACA,IAAA8C,QAAA,GAAA9C,OAAA;AACA,IAAA+C,OAAA,GAAA/C,OAAA;AACA,IAAAgD,UAAA,GAAAhD,OAAA;AACA,IAAAiD,eAAA,GAAAjD,OAAA;AACA,IAAAkD,WAAA,GAAAlD,OAAA;AACA,IAAAmD,eAAA,GAAAnD,OAAA;AAEA,IAAAoD,WAAA,GAAApD,OAAA;AACA,IAAAqD,QAAA,GAAArD,OAAA;AACA,IAAAsD,aAAA,GAAAtD,OAAA;AAgBA,IAAAuD,OAAA,GAAAvD,OAAA;AACA,IAAAwD,gBAAA,GAAAxD,OAAA;AACA,IAAAyD,UAAA,GAAAzD,OAAA;AAEA,IAAA0D,SAAA,GAAA1D,OAAA;AACA,IAAA2D,aAAA,GAAA3D,OAAA;AACA,IAAA4D,iBAAA,GAAA5D,OAAA"}
|
|
@@ -26,7 +26,8 @@ function FlexView(props) {
|
|
|
26
26
|
};
|
|
27
27
|
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
28
28
|
onLayout: props.onLayout,
|
|
29
|
-
style: [styles, props.style]
|
|
29
|
+
style: [styles, props.style],
|
|
30
|
+
testID: props.testID
|
|
30
31
|
}, props.children);
|
|
31
32
|
}
|
|
32
33
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_UiUtil","FlexView","props","styles","flexDirection","flexWrap","flexGrow","flexShrink","alignItems","alignSelf","justifyContent","paddingTop","padding","UiUtil","getSpacingStyles","paddingRight","paddingBottom","paddingLeft","marginTop","margin","marginRight","marginBottom","marginLeft","React","createElement","View","onLayout","style","children"],"sourceRoot":"../../../../src","sources":["layout/wui-flex/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAWA,IAAAC,OAAA,GAAAD,OAAA;
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_UiUtil","FlexView","props","styles","flexDirection","flexWrap","flexGrow","flexShrink","alignItems","alignSelf","justifyContent","paddingTop","padding","UiUtil","getSpacingStyles","paddingRight","paddingBottom","paddingLeft","marginTop","margin","marginRight","marginBottom","marginLeft","React","createElement","View","onLayout","style","testID","children"],"sourceRoot":"../../../../src","sources":["layout/wui-flex/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAWA,IAAAC,OAAA,GAAAD,OAAA;AAkBO,SAASE,QAAQA,CAACC,KAAoB,EAAE;EAC7C,MAAMC,MAAiB,GAAG;IACxBC,aAAa,EAAEF,KAAK,CAACE,aAAa;IAClCC,QAAQ,EAAEH,KAAK,CAACG,QAAQ;IACxBC,QAAQ,EAAEJ,KAAK,CAACI,QAAQ;IACxBC,UAAU,EAAEL,KAAK,CAACK,UAAU;IAC5BC,UAAU,EAAEN,KAAK,CAACM,UAAU;IAC5BC,SAAS,EAAEP,KAAK,CAACO,SAAS;IAC1BC,cAAc,EAAER,KAAK,CAACQ,cAAc;IACpCC,UAAU,EAAET,KAAK,CAACU,OAAO,IAAIC,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACU,OAAO,EAAE,CAAC,CAAC;IACtEG,YAAY,EAAEb,KAAK,CAACU,OAAO,IAAIC,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACU,OAAO,EAAE,CAAC,CAAC;IACxEI,aAAa,EAAEd,KAAK,CAACU,OAAO,IAAIC,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACU,OAAO,EAAE,CAAC,CAAC;IACzEK,WAAW,EAAEf,KAAK,CAACU,OAAO,IAAIC,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACU,OAAO,EAAE,CAAC,CAAC;IACvEM,SAAS,EAAEhB,KAAK,CAACiB,MAAM,IAAIN,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACiB,MAAM,EAAE,CAAC,CAAC;IACnEC,WAAW,EAAElB,KAAK,CAACiB,MAAM,IAAIN,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACiB,MAAM,EAAE,CAAC,CAAC;IACrEE,YAAY,EAAEnB,KAAK,CAACiB,MAAM,IAAIN,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACiB,MAAM,EAAE,CAAC,CAAC;IACtEG,UAAU,EAAEpB,KAAK,CAACiB,MAAM,IAAIN,cAAM,CAACC,gBAAgB,CAACZ,KAAK,CAACiB,MAAM,EAAE,CAAC;EACrE,CAAC;EAED,oBACEI,KAAA,CAAAC,aAAA,CAAC1B,YAAA,CAAA2B,IAAI;IAACC,QAAQ,EAAExB,KAAK,CAACwB,QAAS;IAACC,KAAK,EAAE,CAACxB,MAAM,EAAED,KAAK,CAACyB,KAAK,CAAE;IAACC,MAAM,EAAE1B,KAAK,CAAC0B;EAAO,GAChF1B,KAAK,CAAC2B,QACH,CAAC;AAEX"}
|
|
@@ -12,13 +12,14 @@ var _styles = _interopRequireDefault(require("./styles"));
|
|
|
12
12
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
13
|
function Separator({
|
|
14
14
|
text,
|
|
15
|
-
style
|
|
15
|
+
style,
|
|
16
|
+
color = 'gray-glass-005'
|
|
16
17
|
}) {
|
|
17
18
|
const Theme = (0, _useTheme.useTheme)();
|
|
18
19
|
if (!text) {
|
|
19
20
|
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
20
21
|
style: [_styles.default.single, {
|
|
21
|
-
backgroundColor: Theme[
|
|
22
|
+
backgroundColor: Theme[color]
|
|
22
23
|
}, style]
|
|
23
24
|
});
|
|
24
25
|
}
|
|
@@ -28,14 +29,14 @@ function Separator({
|
|
|
28
29
|
style: style
|
|
29
30
|
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
30
31
|
style: [_styles.default.divider, _styles.default.marginRight, {
|
|
31
|
-
backgroundColor: Theme[
|
|
32
|
+
backgroundColor: Theme[color]
|
|
32
33
|
}]
|
|
33
34
|
}), /*#__PURE__*/React.createElement(_wuiText.Text, {
|
|
34
35
|
variant: "small-500",
|
|
35
36
|
color: "fg-300"
|
|
36
37
|
}, text), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
37
38
|
style: [_styles.default.divider, _styles.default.marginLeft, {
|
|
38
|
-
backgroundColor: Theme[
|
|
39
|
+
backgroundColor: Theme[color]
|
|
39
40
|
}]
|
|
40
41
|
}));
|
|
41
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_wuiText","_wuiFlex","_useTheme","_styles","_interopRequireDefault","e","__esModule","default","Separator","text","style","Theme","useTheme","React","createElement","View","styles","single","backgroundColor","FlexView","flexDirection","alignItems","divider","marginRight","Text","variant","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_wuiText","_wuiFlex","_useTheme","_styles","_interopRequireDefault","e","__esModule","default","Separator","text","style","color","Theme","useTheme","React","createElement","View","styles","single","backgroundColor","FlexView","flexDirection","alignItems","divider","marginRight","Text","variant","marginLeft"],"sourceRoot":"../../../../src","sources":["layout/wui-separator/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AAEA,IAAAI,OAAA,GAAAC,sBAAA,CAAAL,OAAA;AAA8B,SAAAK,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQvB,SAASG,SAASA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAEC,KAAK,GAAG;AAAiC,CAAC,EAAE;EACnF,MAAMC,KAAK,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAExB,IAAI,CAACJ,IAAI,EAAE;IACT,oBAAOK,KAAA,CAAAC,aAAA,CAACjB,YAAA,CAAAkB,IAAI;MAACN,KAAK,EAAE,CAACO,eAAM,CAACC,MAAM,EAAE;QAAEC,eAAe,EAAEP,KAAK,CAACD,KAAK;MAAE,CAAC,EAAED,KAAK;IAAE,CAAE,CAAC;EACnF;EAEA,oBACEI,KAAA,CAAAC,aAAA,CAACd,QAAA,CAAAmB,QAAQ;IAACC,aAAa,EAAC,KAAK;IAACC,UAAU,EAAC,QAAQ;IAACZ,KAAK,EAAEA;EAAM,gBAC7DI,KAAA,CAAAC,aAAA,CAACjB,YAAA,CAAAkB,IAAI;IAACN,KAAK,EAAE,CAACO,eAAM,CAACM,OAAO,EAAEN,eAAM,CAACO,WAAW,EAAE;MAAEL,eAAe,EAAEP,KAAK,CAACD,KAAK;IAAE,CAAC;EAAE,CAAE,CAAC,eACxFG,KAAA,CAAAC,aAAA,CAACf,QAAA,CAAAyB,IAAI;IAACC,OAAO,EAAC,WAAW;IAACf,KAAK,EAAC;EAAQ,GACrCF,IACG,CAAC,eACPK,KAAA,CAAAC,aAAA,CAACjB,YAAA,CAAAkB,IAAI;IAACN,KAAK,EAAE,CAACO,eAAM,CAACM,OAAO,EAAEN,eAAM,CAACU,UAAU,EAAE;MAAER,eAAe,EAAEP,KAAK,CAACD,KAAK;IAAE,CAAC;EAAE,CAAE,CAC9E,CAAC;AAEf"}
|
|
@@ -4,7 +4,7 @@ const SvgArrowBottom = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
fill: "none",
|
|
5
5
|
viewBox: "0 0 14 15"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M7 1.99a1 1 0 0 1 1 1v7.58l2.46-2.46a1 1 0 0 1 1.41 1.42L7.7 13.69a1 1 0 0 1-1.41 0L2.12 9.53A1 1 0 0 1 3.54 8.1L6 10.57V3a1 1 0 0 1 1-1Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -7,7 +7,7 @@ const SvgArrowBottomCircle = props => /*#__PURE__*/React.createElement(Svg, _ext
|
|
|
7
7
|
fillRule: "evenodd",
|
|
8
8
|
clipRule: "evenodd",
|
|
9
9
|
d: "M10 2.42908C5.81875 2.42908 2.42859 5.81989 2.42859 10.0034C2.42859 14.1869 5.81875 17.5777 10 17.5777C14.1813 17.5777 17.5714 14.1869 17.5714 10.0034C17.5714 5.81989 14.1813 2.42908 10 2.42908ZM0.428589 10.0034C0.428589 4.71596 4.71355 0.429077 10 0.429077C15.2865 0.429077 19.5714 4.71596 19.5714 10.0034C19.5714 15.2908 15.2865 19.5777 10 19.5777C4.71355 19.5777 0.428589 15.2908 0.428589 10.0034ZM10 5.75003C10.5523 5.75003 11 6.19774 11 6.75003L11 10.8343L12.2929 9.54137C12.6834 9.15085 13.3166 9.15085 13.7071 9.54137C14.0976 9.9319 14.0976 10.5651 13.7071 10.9556L10.7071 13.9556C10.3166 14.3461 9.68343 14.3461 9.29291 13.9556L6.29291 10.9556C5.90239 10.5651 5.90239 9.9319 6.29291 9.54137C6.68343 9.15085 7.3166 9.15085 7.70712 9.54137L9.00002 10.8343L9.00002 6.75003C9.00002 6.19774 9.44773 5.75003 10 5.75003Z",
|
|
10
|
-
fill: props.fill
|
|
10
|
+
fill: props.fill ?? '#fff'
|
|
11
11
|
}));
|
|
12
12
|
export default SvgArrowBottomCircle;
|
|
13
13
|
//# sourceMappingURL=ArrowBottomCircle.js.map
|
|
@@ -4,7 +4,7 @@ const SvgArrowLeft = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 14 15",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M13 7.99a1 1 0 0 1-1 1H4.4l2.46 2.46a1 1 0 1 1-1.41 1.41L1.29 8.7a1 1 0 0 1 0-1.41L5.46 3.1a1 1 0 0 1 1.41 1.42L4.41 6.99H12a1 1 0 0 1 1 1Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgArrowRight = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 14 15",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M1 7.99a1 1 0 0 1 1-1h7.58L7.12 4.53A1 1 0 1 1 8.54 3.1l4.16 4.17a1 1 0 0 1 0 1.41l-4.16 4.17a1 1 0 1 1-1.42-1.41l2.46-2.46H2a1 1 0 0 1-1-1Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgArrowTop = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 14 15",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M7 13.99a1 1 0 0 1-1-1V5.4L3.54 7.86a1 1 0 0 1-1.42-1.41L6.3 2.28a1 1 0 0 1 1.41 0l4.17 4.17a1 1 0 1 1-1.41 1.41L8 5.4v7.59a1 1 0 0 1-1 1Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,12 +4,12 @@ const SvgBrowser = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 20 20",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M4 6.4a1 1 0 0 1-.46.89 6.98 6.98 0 0 0 .38 6.18A7 7 0 0 0 16.46 7.3a1 1 0 0 1-.47-.92 7 7 0 0 0-12 .03Zm-2.02-.5a9 9 0 1 1 16.03 8.2A9 9 0 0 1 1.98 5.9Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
11
11
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
12
|
-
fill: props.fill
|
|
12
|
+
fill: props.fill ?? '#fff',
|
|
13
13
|
fillRule: "evenodd",
|
|
14
14
|
d: "M6.03 8.63c-1.46-.3-2.72-.75-3.6-1.35l-.02-.01-.14-.11a1 1 0 0 1 1.2-1.6l.1.08c.6.4 1.52.74 2.69 1 .16-.99.39-1.88.67-2.65.3-.79.68-1.5 1.15-2.02A2.58 2.58 0 0 1 9.99 1c.8 0 1.45.44 1.92.97.47.52.84 1.23 1.14 2.02.29.77.52 1.66.68 2.64a8 8 0 0 0 2.7-1l.26-.18h.48a1 1 0 0 1 .12 2c-.86.51-2.01.91-3.34 1.18a22.24 22.24 0 0 1-.03 3.19c1.45.29 2.7.73 3.58 1.31a1 1 0 0 1-1.1 1.68c-.6-.4-1.56-.76-2.75-1-.15.8-.36 1.55-.6 2.2-.3.79-.67 1.5-1.14 2.02-.47.53-1.12.97-1.92.97-.8 0-1.45-.44-1.91-.97a6.51 6.51 0 0 1-1.15-2.02c-.24-.65-.44-1.4-.6-2.2-1.18.24-2.13.6-2.73.99a1 1 0 1 1-1.1-1.67c.88-.58 2.12-1.03 3.57-1.31a22.03 22.03 0 0 1-.04-3.2Zm2.2-1.7c.15-.86.34-1.61.58-2.24.24-.65.51-1.12.76-1.4.25-.28.4-.29.42-.29.03 0 .17.01.42.3.25.27.52.74.77 1.4.23.62.43 1.37.57 2.22a19.96 19.96 0 0 1-3.52 0Zm-.18 4.6a20.1 20.1 0 0 1-.03-2.62 21.95 21.95 0 0 0 3.94 0 20.4 20.4 0 0 1-.03 2.63 21.97 21.97 0 0 0-3.88 0Zm.27 2c.13.66.3 1.26.49 1.78.24.65.51 1.12.76 1.4.25.28.4.29.42.29.03 0 .17-.01.42-.3.25-.27.52-.74.77-1.4.19-.5.36-1.1.49-1.78a20.03 20.03 0 0 0-3.35 0Z",
|
|
15
15
|
clipRule: "evenodd"
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
const SvgCard = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
4
|
+
viewBox: "0 0 12 13",
|
|
5
|
+
fill: "none"
|
|
6
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
d: "M4.16072 2C4.17367 2 4.18665 2 4.19968 2L7.83857 2C8.36772 1.99998 8.82398 1.99996 9.19518 2.04018C9.5895 2.0829 9.97577 2.17811 10.3221 2.42971C10.5131 2.56849 10.6811 2.73647 10.8198 2.92749C11.0714 3.27379 11.1666 3.66007 11.2094 4.0544C11.2496 4.42561 11.2496 4.88188 11.2495 5.41105V7.58896C11.2496 8.11812 11.2496 8.57439 11.2094 8.94561C11.1666 9.33994 11.0714 9.72621 10.8198 10.0725C10.6811 10.2635 10.5131 10.4315 10.3221 10.5703C9.97577 10.8219 9.5895 10.9171 9.19518 10.9598C8.82398 11 8.36772 11 7.83856 11H4.16073C3.63157 11 3.17531 11 2.80411 10.9598C2.40979 10.9171 2.02352 10.8219 1.67722 10.5703C1.48621 10.4315 1.31824 10.2635 1.17946 10.0725C0.927858 9.72621 0.832652 9.33994 0.78993 8.94561C0.749713 8.5744 0.749733 8.11813 0.749757 7.58896L0.749758 5.45C0.749758 5.43697 0.749758 5.42399 0.749757 5.41104C0.749733 4.88188 0.749713 4.42561 0.78993 4.0544C0.832652 3.66007 0.927858 3.27379 1.17946 2.92749C1.31824 2.73647 1.48621 2.56849 1.67722 2.42971C2.02352 2.17811 2.40979 2.0829 2.80411 2.04018C3.17531 1.99996 3.63157 1.99998 4.16072 2ZM2.96567 3.53145C2.69897 3.56034 2.60687 3.60837 2.55888 3.64324C2.49521 3.6895 2.43922 3.74549 2.39296 3.80916C2.35809 3.85715 2.31007 3.94926 2.28117 4.21597C2.26629 4.35335 2.25844 4.51311 2.25431 4.70832H9.74498C9.74085 4.51311 9.733 4.35335 9.71812 4.21597C9.68922 3.94926 9.6412 3.85715 9.60633 3.80916C9.56007 3.74549 9.50408 3.6895 9.44041 3.64324C9.39242 3.60837 9.30031 3.56034 9.03362 3.53145C8.75288 3.50103 8.37876 3.5 7.79961 3.5H4.19968C3.62053 3.5 3.24641 3.50103 2.96567 3.53145ZM9.74956 6.20832H2.24973V7.55C2.24973 8.12917 2.25076 8.5033 2.28117 8.78404C2.31007 9.05074 2.35809 9.14285 2.39296 9.19084C2.43922 9.25451 2.49521 9.31051 2.55888 9.35677C2.60687 9.39163 2.69897 9.43966 2.96567 9.46856C3.24641 9.49897 3.62053 9.5 4.19968 9.5H7.79961C8.37876 9.5 8.75288 9.49897 9.03362 9.46856C9.30032 9.43966 9.39242 9.39163 9.44041 9.35677C9.50408 9.31051 9.56007 9.25451 9.60633 9.19084C9.6412 9.14285 9.68922 9.05075 9.71812 8.78404C9.74854 8.5033 9.74956 8.12917 9.74956 7.55V6.20832ZM6.74963 8C6.74963 7.58579 7.08541 7.25 7.49961 7.25H8.2496C8.6638 7.25 8.99958 7.58579 8.99958 8C8.99958 8.41422 8.6638 8.75 8.2496 8.75H7.49961C7.08541 8.75 6.74963 8.41422 6.74963 8Z",
|
|
10
|
+
clipRule: "evenodd"
|
|
11
|
+
}));
|
|
12
|
+
export default SvgCard;
|
|
13
|
+
//# sourceMappingURL=Card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Svg","Path","SvgCard","props","React","createElement","_extends","viewBox","fill","fillRule","d","clipRule"],"sourceRoot":"../../../../src","sources":["assets/svg/Card.tsx"],"mappings":";AAAA,OAAOA,GAAG,IAAIC,IAAI,QAAuB,kBAAkB;AAC3D,MAAMC,OAAO,GAAIC,KAAe,iBAC9BC,KAAA,CAAAC,aAAA,CAACL,GAAG,EAAAM,QAAA;EAACC,OAAO,EAAC,WAAW;EAACC,IAAI,EAAC;AAAM,GAAKL,KAAK,gBAC5CC,KAAA,CAAAC,aAAA,CAACJ,IAAI;EACHO,IAAI,EAAEL,KAAK,CAACK,IAAI,IAAI,MAAO;EAC3BC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,8sEAA8sE;EAChtEC,QAAQ,EAAC;AAAS,CACnB,CACE,CACN;AAED,eAAeT,OAAO"}
|
|
@@ -4,7 +4,7 @@ const SvgCheckmark = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 10 10",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M8.78372 1.95266C9.08607 2.20616 9.12561 2.6567 8.87202 2.95895L4.67713 7.95895C4.54853 8.11223 4.36153 8.20458 4.16161 8.21352C3.96169 8.22246 3.76718 8.14718 3.6254 8.006L1.17437 5.56526C0.894791 5.28685 0.893915 4.83459 1.17241 4.55511C1.45091 4.27562 1.90333 4.27475 2.1829 4.55315L4.08243 6.44471L7.77709 2.04094C8.03068 1.73869 8.48136 1.69916 8.78372 1.95266Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgChevronBottom = props => /*#__PURE__*/React.createElement(Svg, _extends
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M1.46 4.96a1 1 0 0 1 1.41 0L8 10.09l5.13-5.13a1 1 0 1 1 1.41 1.41l-5.83 5.84a1 1 0 0 1-1.42 0L1.46 6.37a1 1 0 0 1 0-1.41Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgChevronLeft = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M11.04 1.46a1 1 0 0 1 0 1.41L5.91 8l5.13 5.13a1 1 0 1 1-1.41 1.41L3.79 8.71a1 1 0 0 1 0-1.42l5.84-5.83a1 1 0 0 1 1.41 0Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgChevronRight = props => /*#__PURE__*/React.createElement(Svg, _extends(
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M4.96 14.54a1 1 0 0 1 0-1.41L10.09 8 4.96 2.87a1 1 0 0 1 1.41-1.41l5.84 5.83a1 1 0 0 1 0 1.42l-5.84 5.83a1 1 0 0 1-1.41 0Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgChevronRightSmall = props => /*#__PURE__*/React.createElement(Svg, _ext
|
|
|
4
4
|
viewBox: "0 0 14 15",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M4.29282 13.6929C3.90229 13.3024 3.90229 12.6693 4.29282 12.2787L8.5856 7.98595L4.29282 3.69316C3.90229 3.30263 3.90229 2.66947 4.29282 2.27895C4.68334 1.88842 5.31651 1.88842 5.70703 2.27895L10.7069 7.27884C11.0974 7.66936 11.0974 8.30253 10.7069 8.69305L5.70703 13.6929C5.31651 14.0835 4.68334 14.0835 4.29282 13.6929Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgChevronTop = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M14.54 11.04a1 1 0 0 1-1.41 0L8 5.92l-5.13 5.12a1 1 0 1 1-1.41-1.41l5.83-5.84a1 1 0 0 1 1.42 0l5.83 5.84a1 1 0 0 1 0 1.41Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import Svg, { Path } from 'react-native-svg';
|
|
3
3
|
const SvgClock = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
4
|
-
viewBox: "0 0
|
|
4
|
+
viewBox: "0 0 14 14",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M7.00235 2C4.24 2 2.00067 4.23858 2.00067 7C2.00067 9.76142 4.24 12 7.00235 12C9.7647 12 12.004 9.76142 12.004 7C12.004 4.23858 9.7647 2 7.00235 2ZM0 7C0 3.13401 3.13506 0 7.00235 0C10.8696 0 14.0047 3.13401 14.0047 7C14.0047 10.866 10.8696 14 7.00235 14C3.13506 14 0 10.866 0 7ZM7.00235 3C7.55482 3 8.00269 3.44771 8.00269 4V6.58579L9.85327 8.43575C10.2439 8.82627 10.2439 9.45944 9.85327 9.84996C9.46262 10.2405 8.82924 10.2405 8.43858 9.84996L6.29501 7.70711C6.10741 7.51957 6.00201 7.26522 6.00201 7V4C6.00201 3.44771 6.44988 3 7.00235 3Z"
|
|
11
11
|
}));
|
|
12
12
|
export default SvgClock;
|
|
13
13
|
//# sourceMappingURL=Clock.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Svg","Path","SvgClock","props","React","createElement","_extends","viewBox","fill","fillRule","
|
|
1
|
+
{"version":3,"names":["Svg","Path","SvgClock","props","React","createElement","_extends","viewBox","fill","fillRule","clipRule","d"],"sourceRoot":"../../../../src","sources":["assets/svg/Clock.tsx"],"mappings":";AAAA,OAAOA,GAAG,IAAIC,IAAI,QAAuB,kBAAkB;AAC3D,MAAMC,QAAQ,GAAIC,KAAe,iBAC/BC,KAAA,CAAAC,aAAA,CAACL,GAAG,EAAAM,QAAA;EAACC,OAAO,EAAC,WAAW;EAACC,IAAI,EAAC;AAAM,GAAKL,KAAK,gBAC5CC,KAAA,CAAAC,aAAA,CAACJ,IAAI;EACHO,IAAI,EAAEL,KAAK,CAACK,IAAI,IAAI,MAAO;EAC3BC,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC;AAAgiB,CACniB,CACE,CACN;AACD,eAAeT,QAAQ"}
|
|
@@ -4,7 +4,7 @@ const SvgClose = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M2.54 2.54a1 1 0 0 1 1.42 0L8 6.6l4.04-4.05a1 1 0 1 1 1.42 1.42L9.4 8l4.05 4.04a1 1 0 0 1-1.42 1.42L8 9.4l-4.04 4.05a1 1 0 0 1-1.42-1.42L6.6 8 2.54 3.96a1 1 0 0 1 0-1.42Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgCoinPlaceholder = props => /*#__PURE__*/React.createElement(Svg, _exten
|
|
|
4
4
|
viewBox: "0 0 20 20",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M10 3a7 7 0 0 0-6.85 8.44l8.29-8.3C10.97 3.06 10.49 3 10 3Zm3.49.93-9.56 9.56c.32.55.71 1.06 1.16 1.5L15 5.1a7.03 7.03 0 0 0-1.5-1.16Zm2.7 2.8-9.46 9.46a7 7 0 0 0 9.46-9.46ZM1.99 5.9A9 9 0 1 1 18 14.09 9 9 0 0 1 1.98 5.91Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgCompass = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2ZM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm10.66-2.65a1 1 0 0 1 .23 1.06L9.83 9.24a1 1 0 0 1-.59.58l-2.83 1.06A1 1 0 0 1 5.13 9.6l1.06-2.82a1 1 0 0 1 .58-.59L9.6 5.12a1 1 0 0 1 1.06.23ZM7.9 7.89l-.13.35.35-.13.12-.35-.34.13Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgCopy = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M9.5 0h1.67c.68 0 1.26 0 1.73.04.5.05.97.14 1.42.4.52.3.95.72 1.24 1.24.26.45.35.92.4 1.42.04.47.04 1.05.04 1.73V6.5c0 .69 0 1.26-.04 1.74-.05.5-.14.97-.4 1.41-.3.52-.72.95-1.24 1.25-.45.25-.92.35-1.42.4-.43.03-.95.03-1.57.03 0 .62 0 1.14-.04 1.57-.04.5-.14.97-.4 1.42-.29.52-.72.95-1.24 1.24-.44.26-.92.35-1.41.4-.48.04-1.05.04-1.74.04H4.83c-.68 0-1.26 0-1.73-.04-.5-.05-.97-.14-1.42-.4-.52-.3-.95-.72-1.24-1.24a3.39 3.39 0 0 1-.4-1.42A20.9 20.9 0 0 1 0 11.17V9.5c0-.69 0-1.26.04-1.74.05-.5.14-.97.4-1.41.3-.52.72-.95 1.24-1.25.45-.25.92-.35 1.42-.4.43-.03.95-.03 1.57-.03 0-.62 0-1.14.04-1.57.04-.5.14-.97.4-1.42.29-.52.72-.95 1.24-1.24.44-.26.92-.35 1.41-.4A20.9 20.9 0 0 1 9.5 0ZM4.67 6.67c-.63 0-1.06 0-1.4.03-.35.03-.5.09-.6.14-.2.12-.38.3-.5.5-.05.1-.1.24-.14.6C2 8.32 2 8.8 2 9.54v1.59c0 .73 0 1.22.03 1.6.04.35.1.5.15.6.11.2.29.38.5.5.09.05.24.1.6.14.37.03.86.03 1.6.03h1.58c.74 0 1.22 0 1.6-.03.36-.04.5-.1.6-.15.2-.11.38-.29.5-.5.05-.09.1-.24.14-.6.03-.33.03-.76.03-1.39-.6 0-1.13 0-1.57-.04-.5-.04-.97-.14-1.41-.4-.52-.29-.95-.72-1.25-1.24a3.39 3.39 0 0 1-.4-1.41c-.03-.44-.03-.96-.03-1.57Zm3.27-4.64c-.36.04-.5.1-.6.15-.2.11-.38.29-.5.5-.05.09-.1.24-.14.6-.03.37-.03.86-.03 1.6v1.58c0 .74 0 1.22.03 1.6.03.36.09.5.14.6.12.2.3.38.5.5.1.05.24.1.6.14.38.03.86.03 1.6.03h1.59c.73 0 1.22 0 1.6-.03.35-.03.5-.09.6-.14.2-.12.38-.3.5-.5.05-.1.1-.24.14-.6.03-.38.03-.86.03-1.6V4.87c0-.73 0-1.22-.03-1.6a1.46 1.46 0 0 0-.15-.6c-.11-.2-.29-.38-.5-.5-.09-.05-.24-.1-.6-.14-.37-.03-.86-.03-1.6-.03H9.55c-.74 0-1.22 0-1.6.03Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgCopySmall = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 14 15",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M8.16825 1.4859H9.49842C10.0281 1.48588 10.4903 1.48586 10.8709 1.52001C11.275 1.55627 11.683 1.63712 12.0705 1.85811C12.5112 2.10952 12.8764 2.47468 13.1278 2.91544C13.3488 3.30288 13.4296 3.71094 13.4659 4.115C13.5 4.49556 13.5 4.95781 13.5 5.48748V6.81766C13.5 7.34733 13.5 7.80958 13.4659 8.19014C13.4296 8.5942 13.3488 9.00226 13.1278 9.3897C12.8764 9.83046 12.5112 10.1956 12.0705 10.447C11.683 10.668 11.275 10.7489 10.8709 10.7851C10.5728 10.8119 10.2245 10.8177 9.833 10.8189C9.83177 11.2104 9.82598 11.5587 9.79923 11.8568C9.76297 12.2609 9.68212 12.6689 9.46112 13.0564C9.20972 13.4971 8.84456 13.8623 8.4038 14.1137C8.01636 14.3347 7.6083 14.4155 7.20424 14.4518C6.82368 14.4859 6.36143 14.4859 5.83176 14.4859H4.50158C3.97191 14.4859 3.50966 14.4859 3.1291 14.4518C2.72504 14.4155 2.31698 14.3347 1.92954 14.1137C1.48878 13.8623 1.12362 13.4971 0.872213 13.0564C0.651218 12.6689 0.570372 12.2609 0.53411 11.8568C0.499958 11.4762 0.499978 11.014 0.500001 10.4843V9.15415C0.499978 8.62448 0.499958 8.16223 0.53411 7.78167C0.570372 7.3776 0.651218 6.96955 0.872213 6.5821C1.12362 6.14134 1.48878 5.77619 1.92954 5.52478C2.31698 5.30379 2.72504 5.22294 3.1291 5.18668C3.42722 5.15992 3.77548 5.15414 4.167 5.1529C4.16824 4.76138 4.17402 4.41312 4.20078 4.115C4.23704 3.71094 4.31788 3.30288 4.53888 2.91544C4.79029 2.47468 5.15544 2.10952 5.5962 1.85811C5.98365 1.63712 6.3917 1.55627 6.79576 1.52001C7.17633 1.48586 7.63858 1.48588 8.16825 1.4859ZM4.167 7.15302C3.79091 7.15434 3.52266 7.1594 3.30786 7.17867C3.041 7.20262 2.95525 7.2422 2.92045 7.26204C2.79082 7.33599 2.68342 7.44339 2.60948 7.57302C2.58963 7.60782 2.55005 7.69357 2.5261 7.96043C2.50094 8.24083 2.5 8.61232 2.5 9.1959V10.4426C2.5 11.0261 2.50094 11.3976 2.5261 11.678C2.55005 11.9449 2.58963 12.0307 2.60948 12.0655C2.68342 12.1951 2.79082 12.3025 2.92045 12.3764C2.95525 12.3963 3.041 12.4359 3.30786 12.4598C3.58826 12.485 3.95976 12.4859 4.54334 12.4859H5.79C6.37358 12.4859 6.74508 12.485 7.02547 12.4598C7.29234 12.4359 7.37809 12.3963 7.41288 12.3764C7.54252 12.3025 7.64992 12.1951 7.72386 12.0655C7.74371 12.0307 7.78328 11.9449 7.80723 11.678C7.82651 11.4632 7.83157 11.195 7.83288 10.8189C7.44168 10.8177 7.09369 10.8119 6.79576 10.7851C6.3917 10.7489 5.98365 10.668 5.5962 10.447C5.15544 10.1956 4.79029 9.83046 4.53888 9.3897C4.31788 9.00226 4.23704 8.5942 4.20078 8.19014C4.17404 7.89222 4.16825 7.54423 4.167 7.15302ZM6.97453 3.51201C6.70766 3.53595 6.62191 3.57553 6.58712 3.59538C6.45748 3.66932 6.35009 3.77672 6.27614 3.90635C6.2563 3.94115 6.21672 4.0269 6.19277 4.29377C6.16761 4.57416 6.16667 4.94566 6.16667 5.52924V6.7759C6.16667 7.35948 6.16761 7.73098 6.19277 8.01137C6.21672 8.27824 6.2563 8.36399 6.27614 8.39879C6.35009 8.52842 6.45748 8.63582 6.58712 8.70976C6.62191 8.72961 6.70766 8.76918 6.97453 8.79313C7.25493 8.8183 7.62642 8.81924 8.21 8.81924H9.45667C10.0402 8.81924 10.4117 8.8183 10.6921 8.79313C10.959 8.76918 11.0448 8.72961 11.0796 8.70976C11.2092 8.63582 11.3166 8.52842 11.3905 8.39879C11.4104 8.36399 11.45 8.27824 11.4739 8.01137C11.4991 7.73098 11.5 7.35948 11.5 6.7759V5.52924C11.5 4.94566 11.4991 4.57416 11.4739 4.29377C11.45 4.0269 11.4104 3.94115 11.3905 3.90635C11.3166 3.77672 11.2092 3.66932 11.0796 3.59538C11.0448 3.57553 10.959 3.53595 10.6921 3.51201C10.4117 3.48684 10.0402 3.4859 9.45667 3.4859H8.21C7.62642 3.4859 7.25493 3.48684 6.97453 3.51201Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
const SvgCurrencyDollar = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
4
|
+
viewBox: "0 0 20 20",
|
|
5
|
+
fill: "none"
|
|
6
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
d: "M11.875 9.0625H10.9375V4.6875H11.25C11.8302 4.6875 12.3866 4.91797 12.7968 5.3282C13.207 5.73844 13.4375 6.29484 13.4375 6.875C13.4375 7.12364 13.5363 7.3621 13.7121 7.53791C13.8879 7.71373 14.1264 7.8125 14.375 7.8125C14.6236 7.8125 14.8621 7.71373 15.0379 7.53791C15.2137 7.3621 15.3125 7.12364 15.3125 6.875C15.3113 5.79794 14.8828 4.76535 14.1213 4.00375C13.3597 3.24215 12.3271 2.81374 11.25 2.8125H10.9375V1.875C10.9375 1.62636 10.8387 1.3879 10.6629 1.21209C10.4871 1.03627 10.2486 0.9375 10 0.9375C9.75136 0.9375 9.5129 1.03627 9.33709 1.21209C9.16127 1.3879 9.0625 1.62636 9.0625 1.875V2.8125H8.75C7.67256 2.8125 6.63925 3.24051 5.87738 4.00238C5.11551 4.76425 4.6875 5.79756 4.6875 6.875C4.6875 7.95244 5.11551 8.98575 5.87738 9.74762C6.63925 10.5095 7.67256 10.9375 8.75 10.9375H9.0625V15.3125H8.125C7.54484 15.3125 6.98844 15.082 6.5782 14.6718C6.16797 14.2616 5.9375 13.7052 5.9375 13.125C5.9375 12.8764 5.83873 12.6379 5.66291 12.4621C5.4871 12.2863 5.24864 12.1875 5 12.1875C4.75136 12.1875 4.5129 12.2863 4.33709 12.4621C4.16127 12.6379 4.0625 12.8764 4.0625 13.125C4.06374 14.2021 4.49215 15.2347 5.25375 15.9963C6.01535 16.7578 7.04794 17.1863 8.125 17.1875H9.0625V18.125C9.0625 18.3736 9.16127 18.6121 9.33709 18.7879C9.5129 18.9637 9.75136 19.0625 10 19.0625C10.2486 19.0625 10.4871 18.9637 10.6629 18.7879C10.8387 18.6121 10.9375 18.3736 10.9375 18.125V17.1875H11.875C12.9524 17.1875 13.9858 16.7595 14.7476 15.9976C15.5095 15.2358 15.9375 14.2024 15.9375 13.125C15.9375 12.0476 15.5095 11.0142 14.7476 10.2524C13.9858 9.49051 12.9524 9.0625 11.875 9.0625ZM8.75 9.0625C8.16984 9.0625 7.61344 8.83203 7.2032 8.4218C6.79297 8.01156 6.5625 7.45516 6.5625 6.875C6.5625 6.29484 6.79297 5.73844 7.2032 5.3282C7.61344 4.91797 8.16984 4.6875 8.75 4.6875H9.0625V9.0625H8.75ZM11.875 15.3125H10.9375V10.9375H11.875C12.4552 10.9375 13.0116 11.168 13.4218 11.5782C13.832 11.9884 14.0625 12.5448 14.0625 13.125C14.0625 13.7052 13.832 14.2616 13.4218 14.6718C13.0116 15.082 12.4552 15.3125 11.875 15.3125Z",
|
|
10
|
+
clipRule: "evenodd"
|
|
11
|
+
}));
|
|
12
|
+
export default SvgCurrencyDollar;
|
|
13
|
+
//# sourceMappingURL=CurrencyDollar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Svg","Path","SvgCurrencyDollar","props","React","createElement","_extends","viewBox","fill","fillRule","d","clipRule"],"sourceRoot":"../../../../src","sources":["assets/svg/CurrencyDollar.tsx"],"mappings":";AAAA,OAAOA,GAAG,IAAIC,IAAI,QAAuB,kBAAkB;AAC3D,MAAMC,iBAAiB,GAAIC,KAAe,iBACxCC,KAAA,CAAAC,aAAA,CAACL,GAAG,EAAAM,QAAA;EAACC,OAAO,EAAC,WAAW;EAACC,IAAI,EAAC;AAAM,GAAKL,KAAK,gBAC5CC,KAAA,CAAAC,aAAA,CAACJ,IAAI;EACHO,IAAI,EAAEL,KAAK,CAACK,IAAI,IAAI,MAAO;EAC3BC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,69DAA69D;EAC/9DC,QAAQ,EAAC;AAAS,CACnB,CACE,CACN;AACD,eAAeT,iBAAiB"}
|
|
@@ -5,7 +5,7 @@ const SvgCursor = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
5
5
|
}, props, {
|
|
6
6
|
fill: "none"
|
|
7
7
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
8
|
-
fill: props.fill
|
|
8
|
+
fill: props.fill ?? '#fff',
|
|
9
9
|
d: "M.5 0h12L8.9 3.13a3.76 3.76 0 0 1-4.8 0L.5 0Z"
|
|
10
10
|
}));
|
|
11
11
|
export default SvgCursor;
|
|
@@ -4,12 +4,12 @@ const SvgDesktop = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 20 20",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M13.66 2H6.34c-1.07 0-1.96 0-2.68.08-.74.08-1.42.25-2.01.68a4 4 0 0 0-.89.89c-.43.6-.6 1.27-.68 2.01C0 6.38 0 7.26 0 8.34v.89c0 1.07 0 1.96.08 2.68.08.74.25 1.42.68 2.01a4 4 0 0 0 .89.89c.6.43 1.27.6 2.01.68a27 27 0 0 0 2.68.08h7.32a27 27 0 0 0 2.68-.08 4.03 4.03 0 0 0 2.01-.68 4 4 0 0 0 .89-.89c.43-.6.6-1.27.68-2.01.08-.72.08-1.6.08-2.68v-.89c0-1.07 0-1.96-.08-2.68a4.04 4.04 0 0 0-.68-2.01 4 4 0 0 0-.89-.89c-.6-.43-1.27-.6-2.01-.68C15.62 2 14.74 2 13.66 2ZM2.82 4.38c.2-.14.48-.25 1.06-.31C4.48 4 5.25 4 6.4 4h7.2c1.15 0 1.93 0 2.52.07.58.06.86.17 1.06.31a2 2 0 0 1 .44.44c.14.2.25.48.31 1.06.07.6.07 1.37.07 2.52v.77c0 1.15 0 1.93-.07 2.52-.06.58-.17.86-.31 1.06a2 2 0 0 1-.44.44c-.2.14-.48.25-1.06.32-.6.06-1.37.06-2.52.06H6.4c-1.15 0-1.93 0-2.52-.06-.58-.07-.86-.18-1.06-.32a2 2 0 0 1-.44-.44c-.14-.2-.25-.48-.31-1.06C2 11.1 2 10.32 2 9.17V8.4c0-1.15 0-1.93.07-2.52.06-.58.17-.86.31-1.06a2 2 0 0 1 .44-.44Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
11
11
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
12
|
-
fill: props.fill
|
|
12
|
+
fill: props.fill ?? '#fff',
|
|
13
13
|
d: "M6.14 17.57a1 1 0 1 0 0 2h7.72a1 1 0 1 0 0-2H6.14Z"
|
|
14
14
|
}));
|
|
15
15
|
export default SvgDesktop;
|
|
@@ -4,7 +4,7 @@ const SvgDisconnect = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M6.07 1h.57a1 1 0 0 1 0 2h-.52c-.98 0-1.64 0-2.14.06-.48.05-.7.14-.84.24-.13.1-.25.22-.34.35-.1.14-.2.35-.25.83-.05.5-.05 1.16-.05 2.15v2.74c0 .99 0 1.65.05 2.15.05.48.14.7.25.83.1.14.2.25.34.35.14.1.36.2.84.25.5.05 1.16.05 2.14.05h.52a1 1 0 0 1 0 2h-.57c-.92 0-1.69 0-2.3-.07a3.6 3.6 0 0 1-1.8-.61c-.3-.22-.57-.49-.8-.8a3.6 3.6 0 0 1-.6-1.79C.5 11.11.5 10.35.5 9.43V6.58c0-.92 0-1.7.06-2.31a3.6 3.6 0 0 1 .62-1.8c.22-.3.48-.57.79-.79a3.6 3.6 0 0 1 1.8-.61C4.37 1 5.14 1 6.06 1ZM9.5 3a1 1 0 0 1 1.42 0l4.28 4.3a1 1 0 0 1 0 1.4L10.93 13a1 1 0 0 1-1.42-1.42L12.1 9H6.8a1 1 0 1 1 0-2h5.3L9.51 4.42a1 1 0 0 1 0-1.41Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgEtherscan = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
d: "M4.25 7a.63.63 0 0 0-.63.63v3.97c0 .28-.2.51-.47.54l-.75.07a.93.93 0 0 1-.9-.47A7.51 7.51 0 0 1 5.54.92a7.5 7.5 0 0 1 9.54 4.62c.12.35.06.72-.16 1-.74.97-1.68 1.78-2.6 2.44V4.44a.64.64 0 0 0-.63-.64h-1.06c-.35 0-.63.3-.63.64v5.5c0 .23-.12.42-.32.5l-.52.23V6.05c0-.36-.3-.64-.64-.64H7.45c-.35 0-.64.3-.64.64v4.97c0 .25-.17.46-.4.52a5.8 5.8 0 0 0-.45.11v-4c0-.36-.3-.65-.64-.65H4.25ZM14.07 12.4A7.49 7.49 0 0 1 3.6 14.08c4.09-.58 9.14-2.5 11.87-6.6v.03a7.56 7.56 0 0 1-1.41 4.91Z"
|
|
9
9
|
}));
|
|
10
10
|
export default SvgEtherscan;
|
|
@@ -4,7 +4,7 @@ const SvgExtension = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 14 15",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M6.71 2.99a.57.57 0 0 0-.57.57 1 1 0 0 1-1 1c-.58 0-.96 0-1.24.03-.27.03-.37.07-.42.1a.97.97 0 0 0-.36.35c-.04.08-.09.21-.11.67a2.57 2.57 0 0 1 0 5.13c.02.45.07.6.11.66.09.15.21.28.36.36.07.04.21.1.67.12a2.57 2.57 0 0 1 5.12 0c.46-.03.6-.08.67-.12a.97.97 0 0 0 .36-.36c.03-.04.07-.14.1-.41.02-.29.03-.66.03-1.24a1 1 0 0 1 1-1 .57.57 0 0 0 0-1.15 1 1 0 0 1-1-1c0-.58 0-.95-.03-1.24a1.04 1.04 0 0 0-.1-.42.97.97 0 0 0-.36-.36 1.04 1.04 0 0 0-.42-.1c-.28-.02-.65-.02-1.24-.02a1 1 0 0 1-1-1 .57.57 0 0 0-.57-.57ZM5.15 13.98a1 1 0 0 0 .99-1v-.78a.57.57 0 0 1 1.14 0v.78a1 1 0 0 0 .99 1H8.36a66.26 66.26 0 0 0 .73 0 3.78 3.78 0 0 0 1.84-.38c.46-.26.85-.64 1.1-1.1.23-.4.32-.8.36-1.22.02-.2.03-.4.03-.63a2.57 2.57 0 0 0 0-4.75c0-.23-.01-.44-.03-.63a2.96 2.96 0 0 0-.35-1.22 2.97 2.97 0 0 0-1.1-1.1c-.4-.22-.8-.31-1.22-.35a8.7 8.7 0 0 0-.64-.04 2.57 2.57 0 0 0-4.74 0c-.23 0-.44.02-.63.04-.42.04-.83.13-1.22.35-.46.26-.84.64-1.1 1.1-.33.57-.37 1.2-.39 1.84a21.39 21.39 0 0 0 0 .72v.1a1 1 0 0 0 1 .99h.78a.57.57 0 0 1 0 1.15h-.77a1 1 0 0 0-1 .98v.1a63.87 63.87 0 0 0 0 .73c0 .64.05 1.27.38 1.83.26.47.64.85 1.1 1.11.56.32 1.2.37 1.84.38a20.93 20.93 0 0 0 .72 0h.1Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgExternalLink = props => /*#__PURE__*/React.createElement(Svg, _extends(
|
|
|
4
4
|
viewBox: "0 0 14 14",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M3.73838 3C3.73838 2.44772 4.18609 2 4.73838 2H10.9991C11.5513 2 11.9991 2.44772 11.9991 3V9.26067C11.9991 9.81296 11.5513 10.2607 10.9991 10.2607C10.4468 10.2607 9.99905 9.81296 9.99905 9.26067V5.41516L3.70711 11.7071C3.31658 12.0976 2.68342 12.0976 2.29289 11.7071C1.90237 11.3166 1.90237 10.6834 2.29289 10.2929L8.58579 4H4.73838C4.18609 4 3.73838 3.55228 3.73838 3Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgFilters = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M0 3a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm2.63 5.25a1 1 0 0 1 1-1h8.75a1 1 0 1 1 0 2H3.63a1 1 0 0 1-1-1Zm2.62 5.25a1 1 0 0 1 1-1h3.5a1 1 0 0 1 0 2h-3.5a1 1 0 0 1-1-1Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,10 +4,10 @@ const SvgHelpCircle = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
d: "M8.51 5.66a.83.83 0 0 0-.57-.2.83.83 0 0 0-.52.28.8.8 0 0 0-.25.52 1 1 0 0 1-2 0c0-.75.34-1.43.81-1.91a2.75 2.75 0 0 1 4.78 1.92c0 1.24-.8 1.86-1.25 2.2l-.04.03c-.47.36-.5.43-.5.65a1 1 0 1 1-2 0c0-1.25.8-1.86 1.24-2.2l.04-.04c.47-.36.5-.43.5-.65 0-.3-.1-.49-.24-.6ZM9.12 11.87a1.13 1.13 0 1 1-2.25 0 1.13 1.13 0 0 1 2.25 0Z"
|
|
9
9
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
10
|
-
fill: props.fill
|
|
10
|
+
fill: props.fill ?? '#fff',
|
|
11
11
|
fillRule: "evenodd",
|
|
12
12
|
d: "M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z",
|
|
13
13
|
clipRule: "evenodd"
|
|
@@ -4,10 +4,10 @@ const SvgInfoCircle = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 14 15",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
d: "M6 10.49a1 1 0 1 0 2 0v-2a1 1 0 0 0-2 0v2ZM7 4.49a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
|
|
9
9
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
10
|
-
fill: props.fill
|
|
10
|
+
fill: props.fill ?? '#fff',
|
|
11
11
|
fillRule: "evenodd",
|
|
12
12
|
d: "M7 14.99a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm5-7a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z",
|
|
13
13
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgMail = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M4.83 1.34h6.34c.68 0 1.26 0 1.73.04.5.05.97.15 1.42.4.52.3.95.72 1.24 1.24.26.45.35.92.4 1.42.04.47.04 1.05.04 1.73v3.71c0 .69 0 1.26-.04 1.74-.05.5-.14.97-.4 1.41-.3.52-.72.95-1.24 1.25-.45.25-.92.35-1.42.4-.47.03-1.05.03-1.73.03H4.83c-.68 0-1.26 0-1.73-.04-.5-.04-.97-.14-1.42-.4-.52-.29-.95-.72-1.24-1.24a3.39 3.39 0 0 1-.4-1.41A20.9 20.9 0 0 1 0 9.88v-3.7c0-.7 0-1.27.04-1.74.05-.5.14-.97.4-1.42.3-.52.72-.95 1.24-1.24.45-.25.92-.35 1.42-.4.47-.04 1.05-.04 1.73-.04ZM3.28 3.38c-.36.03-.51.08-.6.14-.21.11-.39.29-.5.5a.8.8 0 0 0-.08.19l5.16 3.44c.45.3 1.03.3 1.48 0L13.9 4.2a.79.79 0 0 0-.08-.2c-.11-.2-.29-.38-.5-.5-.09-.05-.24-.1-.6-.13-.37-.04-.86-.04-1.6-.04H4.88c-.73 0-1.22 0-1.6.04ZM14 6.54 9.85 9.31a3.33 3.33 0 0 1-3.7 0L2 6.54v3.3c0 .74 0 1.22.03 1.6.04.36.1.5.15.6.11.2.29.38.5.5.09.05.24.1.6.14.37.03.86.03 1.6.03h6.25c.73 0 1.22 0 1.6-.03.35-.03.5-.09.6-.14.2-.12.38-.3.5-.5.05-.1.1-.24.14-.6.03-.38.03-.86.03-1.6v-3.3Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,10 +4,10 @@ const SvgMobile = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 20 20",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
d: "M10.81 5.81a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
9
9
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
10
|
-
fill: props.fill
|
|
10
|
+
fill: props.fill ?? '#fff',
|
|
11
11
|
fillRule: "evenodd",
|
|
12
12
|
d: "M3 4.75A4.75 4.75 0 0 1 7.75 0h4.5A4.75 4.75 0 0 1 17 4.75v10.5A4.75 4.75 0 0 1 12.25 20h-4.5A4.75 4.75 0 0 1 3 15.25V4.75ZM7.75 2A2.75 2.75 0 0 0 5 4.75v10.5A2.75 2.75 0 0 0 7.75 18h4.5A2.75 2.75 0 0 0 15 15.25V4.75A2.75 2.75 0 0 0 12.25 2h-4.5Z",
|
|
13
13
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgMore = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 41 40",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillOpacity: ".05",
|
|
9
9
|
d: "M.6 20a20 20 0 1 1 40 0 20 20 0 0 1-40 0Z"
|
|
10
10
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
@@ -4,12 +4,12 @@ const SvgNetworkPlaceholder = props => /*#__PURE__*/React.createElement(Svg, _ex
|
|
|
4
4
|
viewBox: "0 0 22 20",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M16.32 13.62a3.14 3.14 0 1 1-.99 1.72l-1.6-.93a3.83 3.83 0 0 1-3.71 1 3.66 3.66 0 0 1-1.74-1l-1.6.94a3.14 3.14 0 1 1-1-1.73l1.6-.94a3.7 3.7 0 0 1 0-2 3.81 3.81 0 0 1 1.8-2.33c.29-.17.6-.3.92-.38V6.1a3.14 3.14 0 1 1 2 0l-.01.02v1.85H12a3.82 3.82 0 0 1 2.33 1.8 3.7 3.7 0 0 1 .39 2.91l1.6.93ZM2.6 16.54a1.14 1.14 0 0 0 1.98-1.14 1.14 1.14 0 0 0-1.98 1.14ZM11 2.01a1.14 1.14 0 1 0 0 2.28 1.14 1.14 0 0 0 0-2.28Zm1.68 10.45c.08-.19.14-.38.16-.58v-.05l.02-.13v-.13a1.92 1.92 0 0 0-.24-.8l-.11-.15a1.89 1.89 0 0 0-.74-.6 1.86 1.86 0 0 0-.77-.17h-.19a1.97 1.97 0 0 0-.89.34 1.98 1.98 0 0 0-.61.74 1.99 1.99 0 0 0-.16.9v.05a1.87 1.87 0 0 0 .24.74l.1.15c.12.16.26.3.42.42l.16.1.13.07.04.02a1.84 1.84 0 0 0 .76.17h.17a2 2 0 0 0 .91-.35 1.78 1.78 0 0 0 .52-.58l.03-.05a.84.84 0 0 0 .05-.11Zm5.15 4.5a1.14 1.14 0 0 0 1.14-1.97 1.13 1.13 0 0 0-1.55.41c-.32.55-.13 1.25.41 1.56Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
11
11
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
12
|
-
fill: props.fill
|
|
12
|
+
fill: props.fill ?? '#fff',
|
|
13
13
|
fillRule: "evenodd",
|
|
14
14
|
d: "M4.63 9.43a1.5 1.5 0 1 0 1.5-2.6 1.5 1.5 0 0 0-1.5 2.6Zm.32-1.55a.5.5 0 0 1 .68-.19.5.5 0 0 1 .18.68.5.5 0 0 1-.68.19.5.5 0 0 1-.18-.68ZM17.94 8.88a1.5 1.5 0 1 1-2.6-1.5 1.5 1.5 0 1 1 2.6 1.5ZM16.9 7.69a.5.5 0 0 0-.68.19.5.5 0 0 0 .18.68.5.5 0 0 0 .68-.19.5.5 0 0 0-.18-.68ZM9.75 17.75a1.5 1.5 0 1 1 2.6 1.5 1.5 1.5 0 1 1-2.6-1.5Zm1.05 1.18a.5.5 0 0 0 .68-.18.5.5 0 0 0-.18-.68.5.5 0 0 0-.68.18.5.5 0 0 0 .18.68Z",
|
|
15
15
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgNftPlaceholder = props => /*#__PURE__*/React.createElement(Svg, _extend
|
|
|
4
4
|
viewBox: "0 0 20 20",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M9.13 1h1.71c1.46 0 2.63 0 3.56.1.97.1 1.8.33 2.53.85a5 5 0 0 1 1.1 1.11c.53.73.75 1.56.86 2.53.1.93.1 2.1.1 3.55v1.72c0 1.45 0 2.62-.1 3.55-.1.97-.33 1.8-.86 2.53a5 5 0 0 1-1.1 1.1c-.73.53-1.56.75-2.53.86-.93.1-2.1.1-3.55.1H9.13c-1.45 0-2.62 0-3.56-.1-.96-.1-1.8-.33-2.52-.85a5 5 0 0 1-1.1-1.11 5.05 5.05 0 0 1-.86-2.53c-.1-.93-.1-2.1-.1-3.55V9.14c0-1.45 0-2.62.1-3.55.1-.97.33-1.8.85-2.53a5 5 0 0 1 1.1-1.1 5.05 5.05 0 0 1 2.53-.86C6.51 1 7.67 1 9.13 1ZM5.79 3.09a3.1 3.1 0 0 0-1.57.48 3 3 0 0 0-.66.67c-.24.32-.4.77-.48 1.56-.1.82-.1 1.88-.1 3.4v1.6c0 1.15 0 2.04.05 2.76l.41-.42c.5-.5.93-.92 1.32-1.24.41-.33.86-.6 1.43-.7a3 3 0 0 1 .94 0c.35.06.66.2.95.37a17.11 17.11 0 0 0 .8.45c.1-.08.2-.2.41-.4l.04-.03a27 27 0 0 1 1.95-1.84 4.03 4.03 0 0 1 1.91-.94 4 4 0 0 1 1.25 0c.73.11 1.33.46 1.91.94l.64.55V9.2c0-1.52 0-2.58-.1-3.4a3.1 3.1 0 0 0-.48-1.56 3 3 0 0 0-.66-.67 3.1 3.1 0 0 0-1.56-.48C13.37 3 12.3 3 10.79 3h-1.6c-1.52 0-2.59 0-3.4.09Zm11.18 10-.04-.05a26.24 26.24 0 0 0-1.83-1.74c-.45-.36-.73-.48-.97-.52a2 2 0 0 0-.63 0c-.24.04-.51.16-.97.52-.46.38-1.01.93-1.83 1.74l-.02.02c-.17.18-.34.34-.49.47a2.04 2.04 0 0 1-1.08.5 1.97 1.97 0 0 1-1.25-.27l-.79-.46-.02-.02a.65.65 0 0 0-.24-.1 1 1 0 0 0-.31 0c-.08.02-.21.06-.49.28-.3.24-.65.59-1.2 1.14l-.56.56-.65.66a3 3 0 0 0 .62.6c.33.24.77.4 1.57.49.81.09 1.88.09 3.4.09h1.6c1.52 0 2.58 0 3.4-.09a3.1 3.1 0 0 0 1.56-.48 3 3 0 0 0 .66-.67c.24-.32.4-.77.49-1.56l.07-1.12Zm-8.02-1.03ZM4.99 7a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z",
|
|
10
10
|
clipRule: "evenodd"
|
|
@@ -4,7 +4,7 @@ const SvgOff = props => /*#__PURE__*/React.createElement(Svg, _extends({
|
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none"
|
|
6
6
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
7
|
-
fill: props.fill
|
|
7
|
+
fill: props.fill ?? '#fff',
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
d: "M8 0a1 1 0 0 1 1 1v5.38a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1ZM5.26 2.6a1 1 0 0 1-.28 1.39 5.46 5.46 0 1 0 6.04 0 1 1 0 1 1 1.1-1.67 7.46 7.46 0 1 1-8.25 0 1 1 0 0 1 1.4.28Z",
|
|
10
10
|
clipRule: "evenodd"
|