diff --git a/CDSKit/Source/Foundation/CDSIcon.swift b/CDSKit/Source/Foundation/CDSIcon.swift index 9d8a620..b1b7c76 100644 --- a/CDSKit/Source/Foundation/CDSIcon.swift +++ b/CDSKit/Source/Foundation/CDSIcon.swift @@ -22,6 +22,7 @@ public enum CDSIcon { public static var addcatchuDeco: UIImage { .load(name: "addcatchuDeco") } public static var deco: UIImage { .load(name: "deco") } public static var levelDeco: UIImage { .load(name: "levelDeco") } + public static var decoEmpty: UIImage { .load(name: "decoEmpty") } // MARK: - Catchu @@ -118,6 +119,7 @@ public enum CDSIcon { public static var imgLevelTag3: UIImage { .load(name: "leveltag3") } public static var imgLevelTypo: UIImage { .load(name: "levelTypo") } public static var imgLogo: UIImage { .load(name: "logo") } + public static var imgEmpty: UIImage { .load(name: "imgEmpty") } } diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/Contents.json b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/Contents.json new file mode 100644 index 0000000..130c08a --- /dev/null +++ b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "scale" : "1x", + "idiom" : "universal", + "filename" : "decoEmpty.png" + }, + { + "filename" : "decoEmpty@2x.png", + "scale" : "2x", + "idiom" : "universal" + }, + { + "filename" : "decoEmpty@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty.png b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty.png new file mode 100644 index 0000000..acd6a96 Binary files /dev/null and b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty.png differ diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty@2x.png b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty@2x.png new file mode 100644 index 0000000..70e2254 Binary files /dev/null and b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty@2x.png differ diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty@3x.png b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty@3x.png new file mode 100644 index 0000000..7bc6b66 Binary files /dev/null and b/CDSKit/Source/Foundation/CDSIcon.xcassets/decoEmpty.imageset/decoEmpty@3x.png differ diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/Contents.json b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/Contents.json new file mode 100644 index 0000000..11dceae --- /dev/null +++ b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "imgEmpty.png", + "scale" : "1x", + "idiom" : "universal" + }, + { + "scale" : "2x", + "idiom" : "universal", + "filename" : "imgEmpty@2x.png" + }, + { + "scale" : "3x", + "idiom" : "universal", + "filename" : "imgEmpty@3x.png" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty.png b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty.png new file mode 100644 index 0000000..38bd40a Binary files /dev/null and b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty.png differ diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty@2x.png b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty@2x.png new file mode 100644 index 0000000..5eead21 Binary files /dev/null and b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty@2x.png differ diff --git a/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty@3x.png b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty@3x.png new file mode 100644 index 0000000..e3152b1 Binary files /dev/null and b/CDSKit/Source/Foundation/CDSIcon.xcassets/imgEmpty.imageset/imgEmpty@3x.png differ