diff --git a/DuckDuckGo/Assets.xcassets/Images/Tracker Icons/Xaxis.imageset/Contents.json b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/Contents.json similarity index 72% rename from DuckDuckGo/Assets.xcassets/Images/Tracker Icons/Xaxis.imageset/Contents.json rename to DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/Contents.json index 0cb9bd811a..863ed07eb3 100644 --- a/DuckDuckGo/Assets.xcassets/Images/Tracker Icons/Xaxis.imageset/Contents.json +++ b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "Xaxis.svg", + "filename" : "DBP-Icon-Multicolor.pdf", "idiom" : "universal" } ], diff --git a/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/DBP-Icon-Multicolor.pdf b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/DBP-Icon-Multicolor.pdf new file mode 100644 index 0000000000..d22849f4c0 Binary files /dev/null and b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon-Multicolor.imageset/DBP-Icon-Multicolor.pdf differ diff --git a/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon.imageset/DBP-Icon.pdf b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon.imageset/DBP-Icon.pdf index 147538ebb7..515e858d55 100644 Binary files a/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon.imageset/DBP-Icon.pdf and b/DuckDuckGo/Assets.xcassets/Images/DataBrokerProtectionWaitlist/DBP-Icon.imageset/DBP-Icon.pdf differ diff --git a/DuckDuckGo/Assets.xcassets/Images/Tracker Icons/xaxis.imageset/Xaxis.svg b/DuckDuckGo/Assets.xcassets/Images/Tracker Icons/xaxis.imageset/Xaxis.svg deleted file mode 100644 index 605718beb7..0000000000 --- a/DuckDuckGo/Assets.xcassets/Images/Tracker Icons/xaxis.imageset/Xaxis.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/DuckDuckGo/Tab/ViewModel/TabViewModel.swift b/DuckDuckGo/Tab/ViewModel/TabViewModel.swift index 9d6fea5595..912ac7fcb9 100644 --- a/DuckDuckGo/Tab/ViewModel/TabViewModel.swift +++ b/DuckDuckGo/Tab/ViewModel/TabViewModel.swift @@ -28,7 +28,7 @@ final class TabViewModel { static let burnerHome = NSImage.burnerTabFavicon static let preferences = NSImage.preferences static let bookmarks = NSImage.bookmarks - static let dataBrokerProtection = NSImage.dbpIcon + static let dataBrokerProtection = NSImage.dbpIconMulticolor static let subscription = NSImage.subscriptionIcon static let identityTheftRestoration = NSImage.itrIcon }