* [Android] Updates download page menu icon * [Android] Adds header to ic_download icon
17 lines
1.0 KiB
XML
17 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="#FF62757E"
|
|
android:fillType="evenOdd"
|
|
android:pathData="M12 2.5c0.43 0 0.78 0.35 0.78 0.78v11.21l3.03-3.04a0.78 0.78 0 0 1 1.1 1.1l-4.36 4.36a0.78 0.78 0 0 1-1.1 0L7.1 12.55a0.78 0.78 0 0 1 1.1-1.1l3.04 3.04V3.28c0-0.43 0.34-0.78 0.77-0.78M3.28 15.59c0.42 0 0.77 0.34 0.77 0.77v2.18c0 0.78 0.63 1.4 1.4 1.4h13.1c0.77 0 1.4-0.62 1.4-1.4v-2.18a0.78 0.78 0 1 1 1.55 0v2.18a2.96 2.96 0 0 1-2.96 2.96H5.46a2.96 2.96 0 0 1-2.96-2.96v-2.18c0-0.43 0.35-0.77 0.78-0.77"/>
|
|
</vector>
|