From 3ffe3348140765ba0c72ff56cff10696708d90a2 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Wed, 22 May 2024 19:57:42 -0400 Subject: [PATCH] assets: remove ScanFrameSvg --- android/link-assets-manifest.json | 4 -- assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx | 43 ------------------- ios/link-assets-manifest.json | 4 -- ios/zeus.xcodeproj/project.pbxproj | 4 -- 4 files changed, 55 deletions(-) delete mode 100644 assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx diff --git a/android/link-assets-manifest.json b/android/link-assets-manifest.json index bf975478a..27f77cd77 100644 --- a/android/link-assets-manifest.json +++ b/android/link-assets-manifest.json @@ -165,10 +165,6 @@ "path": "assets/images/SVG/DynamicSVG/OnChainSvg.tsx", "sha1": "e959c75860607b476bca2b0a9078cb3cb46eb23e" }, - { - "path": "assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx", - "sha1": "7485e1c143ccdfadb765d53dc9fc1626b251a637" - }, { "path": "assets/images/SVG/DynamicSVG/UnifiedSvg.tsx", "sha1": "e61cf6ad20fb18b3919d84a47bd4db8b0ab7bc4a" diff --git a/assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx b/assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx deleted file mode 100644 index 5fa384965..000000000 --- a/assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react'; -import { Svg, Path } from 'react-native-svg'; -import { themeColor } from '../../../../utils/ThemeUtils'; - -export default function ScanFrameSvg({ height = '316' }) { - const svgProps = { - width: '316', - height, - viewBox: '0 0 316 316', - fill: 'none', - stroke: themeColor('qrFrame'), - xmlns: 'http://www.w3.org/2000/svg' - }; - - const path1Props = { - d: 'M5 208.645V291C5 302.046 13.9543 311 25 311H107.713', - strokeWidth: '10' - }; - - const path2Props = { - d: 'M311 208.645V291C311 302.046 302.046 311 291 311H208.287', - strokeWidth: '10' - }; - - const path3Props = { - d: 'M5 107.355V25C5 13.9543 13.9543 5 25 5H107.713', - strokeWidth: '10' - }; - - const path4Props = { - d: 'M311 107.355V25C311 13.9543 302.046 5 291 5H208.287', - strokeWidth: '10' - }; - - return React.createElement( - Svg, - svgProps, - React.createElement(Path, path1Props), - React.createElement(Path, path2Props), - React.createElement(Path, path3Props), - React.createElement(Path, path4Props) - ); -} diff --git a/ios/link-assets-manifest.json b/ios/link-assets-manifest.json index bf975478a..27f77cd77 100644 --- a/ios/link-assets-manifest.json +++ b/ios/link-assets-manifest.json @@ -165,10 +165,6 @@ "path": "assets/images/SVG/DynamicSVG/OnChainSvg.tsx", "sha1": "e959c75860607b476bca2b0a9078cb3cb46eb23e" }, - { - "path": "assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx", - "sha1": "7485e1c143ccdfadb765d53dc9fc1626b251a637" - }, { "path": "assets/images/SVG/DynamicSVG/UnifiedSvg.tsx", "sha1": "e61cf6ad20fb18b3919d84a47bd4db8b0ab7bc4a" diff --git a/ios/zeus.xcodeproj/project.pbxproj b/ios/zeus.xcodeproj/project.pbxproj index 55bf29390..643fe4461 100644 --- a/ios/zeus.xcodeproj/project.pbxproj +++ b/ios/zeus.xcodeproj/project.pbxproj @@ -46,7 +46,6 @@ 3AD7EB797D8E4070B46FB7CE /* MailboxFlagDown.svg in Resources */ = {isa = PBXBuildFile; fileRef = 41B36F82E42440E0AD72FC42 /* MailboxFlagDown.svg */; }; 40ABC332E9C74327B118D50A /* QR.svg in Resources */ = {isa = PBXBuildFile; fileRef = 80E6686C049240CE9887FA2C /* QR.svg */; }; 40C4AE0236564EDD8B689992 /* Cloud.svg in Resources */ = {isa = PBXBuildFile; fileRef = C689AF9C5EFD42E891A1FFD3 /* Cloud.svg */; }; - 4132F00F76CB488AAA77C848 /* ScanFrameSvg.tsx in Resources */ = {isa = PBXBuildFile; fileRef = AC3DB90B22364D909A09B3E0 /* ScanFrameSvg.tsx */; }; 42261FC8680748CB8F34DD98 /* MailboxFlagUp.svg in Resources */ = {isa = PBXBuildFile; fileRef = 8E405B6CB7D64A44907B0DB0 /* MailboxFlagUp.svg */; }; 43264510AFC64A6E89EC9BDA /* Menu.svg in Resources */ = {isa = PBXBuildFile; fileRef = 226FAAEEA94A478A945F9A57 /* Menu.svg */; }; 452DE3B3EC174D45A6007ACD /* Brush.svg in Resources */ = {isa = PBXBuildFile; fileRef = 5CC0E65B8E6447A38BD1EE91 /* Brush.svg */; }; @@ -471,7 +470,6 @@ A7D097DE19314D50ABD77607 /* Nostrich.svg */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Nostrich.svg; path = ../assets/images/SVG/Nostrich.svg; sourceTree = ""; }; AA4B9185A0E64EC68F5F0628 /* PinHollow.svg */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = PinHollow.svg; path = ../assets/images/SVG/PinHollow.svg; sourceTree = ""; }; AC03A7A4319C4366A52D94FE /* Eye On.svg */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Eye On.svg"; path = "../assets/images/SVG/Eye On.svg"; sourceTree = ""; }; - AC3DB90B22364D909A09B3E0 /* ScanFrameSvg.tsx */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = ScanFrameSvg.tsx; path = ../assets/images/SVG/DynamicSVG/ScanFrameSvg.tsx; sourceTree = ""; }; ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = ""; }; B10811B91C8044358B7EBE82 /* Block.svg */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Block.svg; path = ../assets/images/SVG/Block.svg; sourceTree = ""; }; B23A03CFAFEF40D790A7B4E6 /* ErrorIcon.svg */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = ErrorIcon.svg; path = ../assets/images/SVG/ErrorIcon.svg; sourceTree = ""; }; @@ -922,7 +920,6 @@ 7E518DD5239E4B02AD264302 /* AddressSvg.tsx */, 84817A27B5CC4C869EA8ABF3 /* LightningSvg.tsx */, A3B07984672041189059C4E0 /* OnChainSvg.tsx */, - AC3DB90B22364D909A09B3E0 /* ScanFrameSvg.tsx */, C7FBAA85E56C4D5D92F74F11 /* UnifiedSvg.tsx */, 3C817E9DD0504569B85A84F1 /* Edit.svg */, B4C39762C9B748E39BFDA90F /* ExchangeBitcoin.svg */, @@ -1381,7 +1378,6 @@ BECCE8BEED334E9E86730C95 /* AddressSvg.tsx in Resources */, 46E5F71A7C0C4114922F6ED0 /* LightningSvg.tsx in Resources */, A52E1E9CF5CE42EA9F808362 /* OnChainSvg.tsx in Resources */, - 4132F00F76CB488AAA77C848 /* ScanFrameSvg.tsx in Resources */, 7598B75F1F64426CAF420155 /* UnifiedSvg.tsx in Resources */, 5851F5898AED446FA5EF41FB /* Edit.svg in Resources */, 6027AA29AEA34E7290034736 /* ExchangeBitcoin.svg in Resources */,