extension Icon {
struct ArrowDown: ContentIcon {
static let name = "icon-download"
static let content = """
"""
}
}
extension Icon {
struct ArrowRight: ContentIcon {
static let name = "icon-external"
static let content = """
"""
}
}
extension Icon {
struct Git: ContentIcon {
static let name = "icon-git"
static let content = """
"""
}
}
extension Icon {
struct Play: ContentIcon {
static let name = "icon-play-circle"
static let content = """
"""
}
}