25 lines
843 B
XML
25 lines
843 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2024 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="14dp"
|
|
android:height="8dp"
|
|
android:viewportWidth="14"
|
|
android:viewportHeight="8"
|
|
>
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M4 0H10C12.2091 0 14 1.79086 14 4C14 6.20914 12.2091 8 10 8H4C1.79086 8 0 6.20914 0 4C0 1.79086 1.79086 0 4 0Z"
|
|
/>
|
|
<path
|
|
android:pathData="M0 0V8H14V0"
|
|
android:fillColor="@color/divider_subtle"
|
|
/>
|
|
</group>
|
|
</vector>
|