* [Android] Brave Origin Settings screen Exposes Brave Origin feature flag to Java. Implements Brave Origin Settings screen. Resolves: https://github.com/brave/brave-browser/issues/50270
17 lines
1.6 KiB
XML
17 lines
1.6 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="21"
|
|
android:viewportHeight="18">
|
|
<path
|
|
android:fillColor="@color/shield_text_color"
|
|
android:fillType="evenOdd"
|
|
android:pathData="M19.167,8.16642C18.7067,8.16642 18.3867,7.83469 18.3867,7.37511V2.92289L10.5489,9.79311C10.3918,9.93098 10.1963,9.9995 10,9.9995C9.80366,9.9995 9.60732,9.93098 9.45108,9.79311L1.66681,2.96968V12.4996C1.66681,12.9592 2.04027,13.3335 2.49979,13.3335H11C11.4604,13.3335 11.833,13.7062 11.833,14.1666C11.833,14.627 11.4604,14.9997 11,14.9997H2.49979C1.12123,14.9997 0,13.8783 0,12.4996V2.50008C0,1.12136 1.12123,0 2.49979,0H17.5002C18.8788,0 20,1.12136 20,2.50008V7.33333C20,7.79291 19.6265,8.16642 19.167,8.16642ZM2.70869,1.667L10,8.05842L17.2914,1.667H2.70869ZM14.6,11.5993L16.6,10.6823L18.6,11.5993V13.0485C18.6,14.5299 17.6955,15.8292 16.6,16.3132C15.5045,15.8292 14.6,14.5299 14.6,13.0485V11.5993ZM16.2751,9.07113C16.4819,8.97629 16.7181,8.97629 16.9249,9.07113L19.7249,10.3549C20.0138,10.4873 20.2,10.7829 20.2,11.109V13.0485C20.2,15.3385 18.664,17.4801 16.6,18C14.536,17.4801 13,15.3385 13,13.0485V11.109C13,10.7829 13.1862,10.4873 13.4751,10.3549L16.2751,9.07113Z" />
|
|
</vector>
|