struct ButtonDownloadIcon: ContentIcon {
static let name = "icon-download"
static let content = """
"""
}
struct ButtonExternalIcon: ContentIcon {
static let name = "icon-external"
static let content = """
"""
}
struct ButtonGitIcon: ContentIcon {
static let name = "icon-git"
static let content = """
"""
}
struct ButtonPlayIcon: ContentIcon {
static let name = "icon-play-circle"
static let content = """
"""
}