2019-06-12 03:18:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-05-06 18:20:19 +00:00
|
|
|
<!-- 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 http://mozilla.org/MPL/2.0/. -->
|
2019-06-11 17:00:40 +00:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="10dp"
|
|
|
|
android:height="6dp"
|
|
|
|
android:viewportWidth="10"
|
|
|
|
android:viewportHeight="6">
|
|
|
|
<path android:fillColor="?primaryText"
|
2019-06-12 03:18:18 +00:00
|
|
|
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"/>
|
2019-05-06 18:20:19 +00:00
|
|
|
</vector>
|