Files
Oliver cd655bf8ec [Android] Apply tinting for Import/Export password manager icons (#32099)
Previously, the import/export icons were not correctly tinted when the
Android OS was set to dark mode.

To correct this, the icons no longer use a hard-coded fill colour and an
iconTint property is applied in order to leverage the built-in support
that Chromium has for automatically adjusting icons for light/dark mode.

The icons have also been replaced with the upload/download SVG paths
from the brave/leo repo.

Resolves brave/brave-browser#50232
2025-10-29 22:06:48 +00:00

16 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2025 The Brave Authors. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at https://mozilla.org/MPL/2.0/. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M3.276 15.587c.428 0 .775.347.775.775v2.181c0 .777.63 1.406 1.406 1.406h13.086c.777 0 1.406-.63 1.406-1.406v-2.18a.776.776 0 1 1 1.551 0v2.18a2.957 2.957 0 0 1-2.957 2.957H5.457A2.957 2.957 0 0 1 2.5 18.543v-2.18c0-.43.347-.776.776-.776M12 17.137a.775.775 0 0 0 .775-.775V5.148l3.039 3.038A.775.775 0 1 0 16.91 7.09l-4.363-4.362a.776.776 0 0 0-1.096 0L7.089 7.09a.776.776 0 1 0 1.097 1.097l3.039-3.038v11.214c0 .429.347.776.775.776"/>
</vector>