extension Icon {
struct Calendar: ContentIcon {
static let id = "icon-calendar"
static let attributes = "viewBox='0 0 141 146' fill='currentColor'"
static let content =
"""
"""
}
}
extension Icon {
struct ClockFill: ContentIcon {
static let id = "icon-clock-fill"
static let attributes = "viewBox='0 0 16 16' fill='currentColor'"
static let content =
"""
"""
}
}
extension Icon {
struct File: ContentIcon {
static let id = "icon-file"
static let attributes = "viewBox='0 0 16 16' fill='currentColor'"
static let content =
"""
"""
}
}
extension Icon {
struct Globe: ContentIcon {
static let id = "icon-globe"
static let attributes = "viewBox='0 0 16 16' fill='currentColor'"
static let content =
"""
"""
}
}
extension Icon {
struct Location: ContentIcon {
static let id = "icon-location"
static let attributes = "viewBox='0 0 16 16' fill='currentColor'"
static let content =
"""
"""
}
}
extension Icon {
struct Poster: ContentIcon {
static let id = "icon-poster"
static let attributes = "viewBox='0 0 16 16' fill='currentColor'"
static let content =
"""
"""
}
}
extension Icon {
struct Video: ContentIcon {
static let id = "icon-video"
static let attributes = "viewBox='0 0 122.9 111.3' fill='currentColor'"
static let content =
"""
"""
}
}