Skip to content

Commit

Permalink
[design] #177 즐겨찾기 택 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Jan 6, 2025
1 parent a0ed47b commit 90c0510
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "tack.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Projects/DSKit/Sources/Foundation/PokitImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public enum PokitImage {
return DSKitAsset.iconAlluncheck.swiftUIImage
case .report:
return DSKitAsset.iconReport.swiftUIImage
case .tack:
return DSKitAsset.iconTack.swiftUIImage
}
case .logo(let name):
switch name {
Expand Down Expand Up @@ -174,6 +176,7 @@ public extension PokitImage {
case allCheck
case allUncheck
case report
case tack
}

enum Logo {
Expand Down

0 comments on commit 90c0510

Please sign in to comment.