[fenix] For https://github.com/mozilla-mobile/fenix/issues/18266: Validate credit...
[gecko.git] / mobile / android / fenix / app / src / main / res / drawable / ic_chevron_down.xml
blobaef6a00b1dea818f67e4058b02544d3d2f54558d
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 5.67a0.67 0.67 0 0 1-0.47-0.2l-4-4a0.67 0.67 0 0 1 0.94-0.94L5 4.06 8.53 0.53a0.67 0.67 0 0 1 0.94 0.94l-4 4c-0.12 0.13-0.3 0.2-0.47 0.2z"/>
12 </vector>