New user icon

This commit is contained in:
ismailgulek 2020-09-09 14:37:36 +03:00
parent e03f0c927d
commit cd8dbe6472
6 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Group 3030.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Group 3030@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Group 3030@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -94,6 +94,7 @@ internal enum Asset {
internal static let moreReactions = ImageAsset(name: "more_reactions")
internal static let scrollup = ImageAsset(name: "scrollup")
internal static let roomsFloatingAction = ImageAsset(name: "rooms_floating_action")
internal static let userIcon = ImageAsset(name: "user_icon")
internal static let fileDocIcon = ImageAsset(name: "file_doc_icon")
internal static let fileMusicIcon = ImageAsset(name: "file_music_icon")
internal static let filePhotoIcon = ImageAsset(name: "file_photo_icon")