[fenix] For https://github.com/mozilla-mobile/fenix/issues/18266: Validate credit...
[gecko.git] / mobile / android / fenix / app / src / main / res / drawable / ic_chevron_up.xml
blob9148fa55d7db4932a2e86fdc8ed1ca042b962ee1
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3    - License, v. 2.0. If a copy of the MPL was not distributed with this
4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <vector xmlns:android="http://schemas.android.com/apk/res/android"
6         android:width="10dp"
7         android:height="6dp"
8         android:viewportWidth="10"
9         android:viewportHeight="6">
10     <path android:fillColor="?primaryText"
11           android:pathData="M5 0.33a0.67 0.67 0 0 0-0.47 0.2l-4 4a0.67 0.67 0 0 0 0.94 0.94L5 1.94l3.53 3.53a0.67 0.67 0 0 0 0.94-0.94l-4-4A0.67 0.67 0 0 0 5 0.33z"/>
12 </vector>