Skip to content

Commit 537fdd3

Browse files
committed
feat: 이미지 asset 추가
1 parent 5587dc2 commit 537fdd3

5 files changed

Lines changed: 24 additions & 1 deletion

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "exclamation_filled_icon@1x.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "exclamation_filled_icon@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "exclamation_filled_icon@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
1.31 KB
Loading
2.43 KB
Loading
3.56 KB
Loading

Projects/Presentation/Sources/Common/DesignSystem/BitnagilIcon.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enum BitnagilIcon {
4040

4141
// MARK: - Mypage Icons
4242
static let settingIcon = UIImage(named: "setting_icon", in: bundle, with: nil)
43-
43+
static let exclamationFilledIcon = UIImage(named: "exclamation_filled_icon", in: bundle, with: nil)
4444
// MARK: - Routine Creation Icons
4545
static let asteriskIcon = UIImage(named: "asterisk_icon", in: bundle, with: nil)
4646
static let deleteIcon = UIImage(named: "delete_icon", in: bundle, with: nil)

0 commit comments

Comments
 (0)