Files
brave-core/android/java/res/drawable/ic_menu.xml
T
Pavneet-Sing e6ebab6bc2 feat(wallet): implement account selector
- implement add account menu
    - fix wallet panel header UI
    - implement domain data sharing
2022-05-19 17:51:36 +05:30

11 lines
824 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20">
<path
android:pathData="M17.2727,7.8794C15.7665,7.8794 14.5455,9.1005 14.5455,10.6067C14.5455,12.1129 15.7665,13.334 17.2727,13.334C18.779,13.334 20,12.1129 20,10.6067C20,9.1005 18.779,7.8794 17.2727,7.8794ZM10,7.8794C8.4938,7.8794 7.2727,9.1005 7.2727,10.6067C7.2727,12.1129 8.4938,13.334 10,13.334C11.5062,13.334 12.7273,12.1129 12.7273,10.6067C12.7273,9.1005 11.5062,7.8794 10,7.8794ZM0,10.6067C0,9.1005 1.221,7.8794 2.7273,7.8794C4.2335,7.8794 5.4545,9.1005 5.4545,10.6067C5.4545,12.1129 4.2335,13.334 2.7273,13.334C1.221,13.334 0,12.1129 0,10.6067Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>