blob: dd35dae227b068b0eb5229d5058a0df4d24ce159 [file] [log] [blame]
Amin Shaikh43640e62019-04-05 12:43:19 -04001<?xml version="1.0" encoding="utf-8"?>
Amin Shaikh084de1d2019-04-04 18:21:19 -04002<!--
3 Copyright (C) 2019 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
Amin Shaikh43640e62019-04-05 12:43:19 -040017<vector xmlns:android="http://schemas.android.com/apk/res/android"
18 android:height="24dp"
Amin Shaikh903091f2019-05-23 11:37:15 -040019 android:tint="?android:attr/colorControlNormal"
Amin Shaikh43640e62019-04-05 12:43:19 -040020 android:viewportHeight="24"
21 android:viewportWidth="24"
22 android:width="24dp" >
Amin Shaikh903091f2019-05-23 11:37:15 -040023 <path android:pathData="M0 0h24v24H0z" />
Amin Shaikh43640e62019-04-05 12:43:19 -040024 <path
25 android:fillColor="@android:color/white"
Amin Shaikh903091f2019-05-23 11:37:15 -040026 android:pathData="M20 19.59V8l-6-6H6c-1.1 0-1.99 0.9 -1.99 2L4 20c0 1.1 0.89 2 1.99 2H18c0.45 0 0.85-0.15 1.19-0.4l-4.43-4.43c-0.8 0.52 -1.74 0.83 -2.76 0.83 -2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-0.31 1.96-0.83 2.75L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z" />
Amin Shaikh084de1d2019-04-04 18:21:19 -040027</vector>