extension Icon { struct Calendar: ContentIcon { static let name = "icon-calendar" static let content = """ """ } } extension Icon { struct ClockFill: ContentIcon { static let name = "icon-clock-fill" static let content = """ """ } } extension Icon { struct File: ContentIcon { static let name = "icon-file" static let content = """ """ } } extension Icon { struct Globe: ContentIcon { static let name = "icon-globe" static let content = """ """ } } extension Icon { struct Location: ContentIcon { static let name = "icon-location" static let content = """ """ } } extension Icon { struct Poster: ContentIcon { static let name = "icon-poster" static let content = """ """ } } extension Icon { struct Video: ContentIcon { static let name = "icon-video" static let content = """ """ } }