Add bell slash icon

This commit is contained in:
Christoph Hagen
2025-02-17 18:36:26 +01:00
parent 9f31b1f67a
commit de6f474aea
2 changed files with 17 additions and 0 deletions

View File

@ -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"