diff --git a/Linphone/Assets.xcassets/meeting_plus.imageset/Contents.json b/Linphone/Assets.xcassets/meeting_plus.imageset/Contents.json new file mode 100644 index 000000000..f79f71a2d --- /dev/null +++ b/Linphone/Assets.xcassets/meeting_plus.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "meeting_plus.svg", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Linphone/Assets.xcassets/meeting_plus.imageset/meeting_plus.svg b/Linphone/Assets.xcassets/meeting_plus.imageset/meeting_plus.svg new file mode 100644 index 000000000..19079d429 --- /dev/null +++ b/Linphone/Assets.xcassets/meeting_plus.imageset/meeting_plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/Linphone/UI/Main/Meetings/MeetingsView.swift b/Linphone/UI/Main/Meetings/MeetingsView.swift index 94c108486..a4f37074e 100644 --- a/Linphone/UI/Main/Meetings/MeetingsView.swift +++ b/Linphone/UI/Main/Meetings/MeetingsView.swift @@ -62,7 +62,7 @@ struct MeetingsView: View { isShowScheduleMeetingFragment.toggle() } } label: { - Image("plus-circle") + Image("meeting_plus") .renderingMode(.template) .foregroundStyle(.white) .padding()