// // String+Icons.swift // ReviewsUIKit // // Created by Javier Cicchelli on 20/03/2024. // Copyright © 2024 Röck+Cöde VoF. All rights reserved. // extension String { enum Icon { // MARK: Constants static let info = "info.circle.fill" static let person = "person.crop.circle.fill" } }