Skip to content

Commit

Permalink
Merge pull request #28 from adamwulf/fix/missing-horizontal-key
Browse files Browse the repository at this point in the history
Adding missing key.horizontal and key.horizontal.fill
  • Loading branch information
Nirma authored Feb 12, 2023
2 parents e360af4 + 66d1366 commit c18f260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SFSymbol/SFSymbol4/SFSymbol4.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2973,6 +2973,8 @@ public enum SFSymbol4: String {
case icloudFill = "key.icloud.fill"
case fill = "key.fill"
case viewfinder = "key.viewfinder"
case horizontal = "key.horizontal"
case horizontalFill = "key.horizontal.fill"
}

case keyboard
Expand Down

0 comments on commit c18f260

Please sign in to comment.