Add bell slash icon
This commit is contained in:
parent
9f31b1f67a
commit
de6f474aea
@ -119,4 +119,17 @@ extension Icon {
|
||||
}
|
||||
}
|
||||
|
||||
extension Icon {
|
||||
|
||||
struct BellSlash: ContentIcon {
|
||||
|
||||
static let id = "icon-bell-slash"
|
||||
|
||||
static let attributes = "viewBox='0 0 16 16' fill='currentColor'"
|
||||
|
||||
static let content =
|
||||
"""
|
||||
<path d="M5.2 14H15c-.3-.2-.6-.6-.8-1-.9-1.8-1.2-5.1-1.2-6v-.8l-1 1a22.7 22.7 0 0 0 1.1 5.8h-7zm5.5-10a4 4 0 0 0-1.9-1H7.2A4 4 0 0 0 4 7c0 .6-.1 2.2-.5 3.7l-.1.8L1.7 13C2.8 11.2 3 7.9 3 7a5 5 0 0 1 4-4.9 1 1 0 1 1 2 0 5 5 0 0 1 2.5 1.3zM10 15a2 2 0 1 1-4 0zm-9.4.6a.5.5 0 0 0 .8.8L16 1.6a.5.5 0 0 0-.7-.7z"/>
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user