diff --git a/Sources/BraveWallet/Crypto/FiltersDisplaySettingsView.swift b/Sources/BraveWallet/Crypto/FiltersDisplaySettingsView.swift index e8ddcd9a543..16b14de3c1a 100644 --- a/Sources/BraveWallet/Crypto/FiltersDisplaySettingsView.swift +++ b/Sources/BraveWallet/Crypto/FiltersDisplaySettingsView.swift @@ -214,7 +214,7 @@ struct FiltersDisplaySettingsView: View { title: Strings.Wallet.groupByTitle, description: Strings.Wallet.groupByDescription, icon: .init( - braveSystemName: "leo.list.bullet-default", + braveSystemName: "leo.stack", iconContainerSize: min(iconContainerSize, maxIconContainerSize) ), allOptions: GroupBy.allCases, @@ -229,7 +229,7 @@ struct FiltersDisplaySettingsView: View { title: Strings.Wallet.sortAssetsTitle, description: Strings.Wallet.sortAssetsDescription, icon: .init( - braveSystemName: "leo.arrow.down", + braveSystemName: "leo.sort.desc", iconContainerSize: min(iconContainerSize, maxIconContainerSize) ), allOptions: SortOrder.allCases, diff --git a/Sources/DesignSystem/Icons/Symbols.xcassets/leo.arrow.down.symbolset/Contents.json b/Sources/DesignSystem/Icons/Symbols.xcassets/leo.sort.desc.symbolset/Contents.json similarity index 100% rename from Sources/DesignSystem/Icons/Symbols.xcassets/leo.arrow.down.symbolset/Contents.json rename to Sources/DesignSystem/Icons/Symbols.xcassets/leo.sort.desc.symbolset/Contents.json diff --git a/Sources/DesignSystem/Icons/Symbols.xcassets/leo.list.bullet-default.symbolset/Contents.json b/Sources/DesignSystem/Icons/Symbols.xcassets/leo.stack.symbolset/Contents.json similarity index 100% rename from Sources/DesignSystem/Icons/Symbols.xcassets/leo.list.bullet-default.symbolset/Contents.json rename to Sources/DesignSystem/Icons/Symbols.xcassets/leo.stack.symbolset/Contents.json