|
|
@@ -3,11 +3,12 @@ import Foundation
|
|
|
import UIKit
|
|
|
|
|
|
enum Icon_: String, CaseIterable, Identifiable {
|
|
|
- case primary = "pod_colorful"
|
|
|
+ case primary = "OiAPS_Icon"
|
|
|
case text = "iAPS"
|
|
|
case podBlack = "podTemplateBlack"
|
|
|
case popWhite = "podTemplateWhite"
|
|
|
case cyan = "iAPS_Loop_Cyan_Text"
|
|
|
+ case podColorful = "pod_colorful"
|
|
|
case podPurple
|
|
|
case catWithPod
|
|
|
case catWithPodWhite = "catWithPodWhiteBG"
|