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 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"/>
|
2019-05-06 18:20:19 +00:00
|
|
|
</vector>
|