[icons]: Added more icons from sidestore-next

This commit is contained in:
Magesh K
2024-12-17 13:14:33 +05:30
parent 1203c9f5f2
commit c41d25c19b
16 changed files with 133 additions and 10 deletions

View File

@@ -43,18 +43,18 @@ extension AltAppIconsViewController
{
private enum Section: String, CaseIterable, Decodable, CodingKeyRepresentable
{
case classic
case modern
// case gradient
// case recessed
// case classic
var localizedName: String {
switch self
{
case .classic: return NSLocalizedString("Classic", comment: "")
case .modern: return NSLocalizedString("Modern", comment: "")
// case .gradient: return NSLocalizedString("Gradient", comment: "")
// case .recessed: return NSLocalizedString("Recessed", comment: "")
// case .classic: return NSLocalizedString("Classic", comment: "")
}
}
}