struct AudioPlayerPlaylistIcon: ContentIcon {
static let name = "icon-playlist"
static let content = """
"""
}
struct AudioPlayerCloseIcon: ContentIcon {
static let name = "icon-close"
static let content = """
"""
}
struct AudioPlayerPauseIcon: ContentIcon {
static let name = "icon-pause"
static let content = """
"""
}
struct AudioPlayerPlayIcon: ContentIcon {
static let name = "icon-play"
static let content = """
"""
}
struct AudioPlayerPreviousIcon: ContentIcon {
static let name = "icon-previous"
static let content = """
"""
}
struct AudioPlayerNextIcon: ContentIcon {
static let name = "icon-next"
static let content = """
"""
}