From cec1f3082f190b109ce82ac14be2590827223eaf Mon Sep 17 00:00:00 2001 From: SeungHyun Hong Date: Thu, 28 Mar 2024 20:08:05 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20store=20icon=20design.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xcschemes/DesignSystemApp.xcscheme | 2 +- .../store.fill.imageset/Contents.json | 15 --------------- .../store.fill.imageset/store.fill.svg | 10 ---------- .../Images.xcassets/store.imageset/store.svg | 6 +++--- .../Sources/Extensions/Image+Resource.swift | 1 - 5 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 Shared/Sources/DesignSystem/Resources/Images.xcassets/store.fill.imageset/Contents.json delete mode 100644 Shared/Sources/DesignSystem/Resources/Images.xcassets/store.fill.imageset/store.fill.svg diff --git a/PyeonHaeng-iOS.xcodeproj/xcshareddata/xcschemes/DesignSystemApp.xcscheme b/PyeonHaeng-iOS.xcodeproj/xcshareddata/xcschemes/DesignSystemApp.xcscheme index b971392..510e98e 100644 --- a/PyeonHaeng-iOS.xcodeproj/xcshareddata/xcschemes/DesignSystemApp.xcscheme +++ b/PyeonHaeng-iOS.xcodeproj/xcshareddata/xcschemes/DesignSystemApp.xcscheme @@ -1,7 +1,7 @@ + version = "1.7"> - - - - - - - - - diff --git a/Shared/Sources/DesignSystem/Resources/Images.xcassets/store.imageset/store.svg b/Shared/Sources/DesignSystem/Resources/Images.xcassets/store.imageset/store.svg index 47ec080..fb65f33 100644 --- a/Shared/Sources/DesignSystem/Resources/Images.xcassets/store.imageset/store.svg +++ b/Shared/Sources/DesignSystem/Resources/Images.xcassets/store.imageset/store.svg @@ -1,9 +1,9 @@ - - + + - + diff --git a/Shared/Sources/DesignSystem/Sources/Extensions/Image+Resource.swift b/Shared/Sources/DesignSystem/Sources/Extensions/Image+Resource.swift index 3b250e8..b63a152 100644 --- a/Shared/Sources/DesignSystem/Sources/Extensions/Image+Resource.swift +++ b/Shared/Sources/DesignSystem/Sources/Extensions/Image+Resource.swift @@ -77,7 +77,6 @@ public extension Image { static let scope: Image = .init(.scope) static let speakerFill: Image = .init(.speakerFill) static let speaker: Image = .init(.speaker) - static let storeFill: Image = .init(.storeFill) static let store: Image = .init(.store) static let textLogo: Image = .init(.textLogo)