Use non-filled icons
This commit is contained in:
parent
cd854f8ebf
commit
e77d78526b
|
@ -125,11 +125,11 @@ extension View {
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeProviderImage: String {
|
var themeProviderImage: String {
|
||||||
"externaldrive.connected.to.line.below.fill"
|
"externaldrive.connected.to.line.below"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeHostFilesImage: String {
|
var themeHostFilesImage: String {
|
||||||
"folder.fill"
|
"folder"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeHostTextImage: String {
|
var themeHostTextImage: String {
|
||||||
|
@ -153,19 +153,19 @@ extension View {
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeShortcutsImage: String {
|
var themeShortcutsImage: String {
|
||||||
"mic.fill"
|
"mic"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeDonateImage: String {
|
var themeDonateImage: String {
|
||||||
"giftcard.fill"
|
"giftcard"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeRedditImage: String {
|
var themeRedditImage: String {
|
||||||
"person.3.fill"
|
"person.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeWriteReviewImage: String {
|
var themeWriteReviewImage: String {
|
||||||
"heart.fill"
|
"heart"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeCloseImage: String {
|
var themeCloseImage: String {
|
||||||
|
@ -177,11 +177,11 @@ extension View {
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeDeleteImage: String {
|
var themeDeleteImage: String {
|
||||||
"trash.fill"
|
"trash"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeDuplicateImage: String {
|
var themeDuplicateImage: String {
|
||||||
"doc.on.doc.fill"
|
"doc.on.doc"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeRenameProfileImage: String {
|
var themeRenameProfileImage: String {
|
||||||
|
@ -190,7 +190,7 @@ extension View {
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeVPNProtocolImage: String {
|
var themeVPNProtocolImage: String {
|
||||||
"bolt.fill"
|
"bolt"
|
||||||
// "waveform.path.ecg"
|
// "waveform.path.ecg"
|
||||||
// "message.and.waveform.fill"
|
// "message.and.waveform.fill"
|
||||||
// "pc"
|
// "pc"
|
||||||
|
@ -202,11 +202,11 @@ extension View {
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeAccountImage: String {
|
var themeAccountImage: String {
|
||||||
"person.fill"
|
"person"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeProviderLocationImage: String {
|
var themeProviderLocationImage: String {
|
||||||
"location.fill"
|
"location"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeProviderPresetImage: String {
|
var themeProviderPresetImage: String {
|
||||||
|
@ -231,15 +231,15 @@ extension View {
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeFAQImage: String {
|
var themeFAQImage: String {
|
||||||
"questionmark.diamond.fill"
|
"questionmark.diamond"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeConceilImage: String {
|
var themeConceilImage: String {
|
||||||
"eye.slash.fill"
|
"eye.slash"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeRevealImage: String {
|
var themeRevealImage: String {
|
||||||
"eye.fill"
|
"eye"
|
||||||
}
|
}
|
||||||
|
|
||||||
var themeShareImage: String {
|
var themeShareImage: String {
|
||||||
|
|
Loading…
Reference in New Issue