Add bell slash icon
This commit is contained in:
@ -19,6 +19,8 @@ enum PageIcon: String, CaseIterable {
|
||||
|
||||
case bell
|
||||
|
||||
case bellSlash = "bell-slash"
|
||||
|
||||
// MARK: Statistics
|
||||
|
||||
case statisticsTime = "time"
|
||||
@ -85,6 +87,7 @@ enum PageIcon: String, CaseIterable {
|
||||
case .video: Icon.Video.self
|
||||
case .leftRightArrow: Icon.LeftRightArrow.self
|
||||
case .bell: Icon.Bell.self
|
||||
case .bellSlash: Icon.BellSlash.self
|
||||
}
|
||||
}
|
||||
|
||||
@ -98,6 +101,7 @@ enum PageIcon: String, CaseIterable {
|
||||
case .poster: "Poster"
|
||||
case .video: "Video"
|
||||
case .bell: "Bell"
|
||||
case .bellSlash: "Bell With Slash"
|
||||
case .leftRightArrow: "LeftRightArrow"
|
||||
case .buttonExternalLink: "Button: External Link"
|
||||
case .buttonGitLink: "Button: Git Link"
|
||||
|
Reference in New Issue
Block a user