Skip to content

Commit

Permalink
🍱 :: [#79] DesignSystem / Dotori Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Jul 23, 2023
1 parent 79a0747 commit fd98d27
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Dotori.svg",
"idiom" : "universal"
}
],
"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.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public extension UIImage {
public static let chevronDown = DesignSystemAsset.DotoriIcon.chevronDown.image
public static let chevronLeft = DesignSystemAsset.DotoriIcon.chevronLeft.image
public static let chevronRight = DesignSystemAsset.DotoriIcon.chevronRight.image
public static let dotori = DesignSystemAsset.DotoriIcon.dotori.image
public static let dotoriSigninLogo = DesignSystemAsset.DotoriIcon.dotoriSigninLogo.image
public static let dotoriHomeLogo = DesignSystemAsset.DotoriIcon.dotoriHomeLogo.image
public static let download = DesignSystemAsset.DotoriIcon.download.image
Expand Down

0 comments on commit fd98d27

Please sign in to comment.