Skip to content

Commit

Permalink
• Filter should be 3 lines instead of 2. See apple mail for an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rspoon3 committed Apr 22, 2021
1 parent aefd803 commit 39c7034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SFSymbols/SFSymbol+CommonNames.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public extension SFSymbol{
@available(iOS 14, macOS 14.0, tvOS 14.0, watchOS 7.0, *)
public extension SFSymbol{
static let edit = rectangleAndPencilAndEllipsis
static let filter = lineHorizontal2DecreaseCircle
static let filter = lineHorizontal3DecreaseCircle
static let sort = arrowUpArrowDownCircle
}

0 comments on commit 39c7034

Please sign in to comment.