From 6300ec2d296e5464f42d82dbe546b491040062d6 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Thu, 24 Feb 2022 12:53:24 -0800 Subject: [PATCH] update home bar button item image --- .../Images/Images.xcassets/_profile.imageset/Contents.json | 2 +- .../Images.xcassets/_profile.imageset/dots-three-outline.svg | 1 + .../Images.xcassets/_profile.imageset/user-circle-gear.svg | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/dots-three-outline.svg delete mode 100644 apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/user-circle-gear.svg diff --git a/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/Contents.json b/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/Contents.json index 8eb42e0b3..83f99d1c8 100644 --- a/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/Contents.json +++ b/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "user-circle-gear.svg", + "filename" : "dots-three-outline.svg", "idiom" : "universal" } ], diff --git a/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/dots-three-outline.svg b/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/dots-three-outline.svg new file mode 100644 index 000000000..8b2b0ffc1 --- /dev/null +++ b/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/dots-three-outline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/user-circle-gear.svg b/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/user-circle-gear.svg deleted file mode 100644 index 89da59a7c..000000000 --- a/apple/OmnivoreKit/Sources/Views/Images/Images.xcassets/_profile.imageset/user-circle-gear.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file