blob: c783ef97b75758755e1d37579a881cf78488ce0d [file] [log] [blame]
Alan Viverette257d13b2015-04-10 15:46:18 -07001<!--
Jason Monk6fc10042016-02-04 17:56:26 -05002 Copyright (C) 2016 The Android Open Source Project
Alan Viverette257d13b2015-04-10 15:46:18 -07003
Jason Monk6fc10042016-02-04 17:56:26 -05004 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Alan Viverette257d13b2015-04-10 15:46:18 -07007
Jason Monk6fc10042016-02-04 17:56:26 -05008 http://www.apache.org/licenses/LICENSE-2.0
Alan Viverette257d13b2015-04-10 15:46:18 -07009
Jason Monk6fc10042016-02-04 17:56:26 -050010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
Alan Viverette257d13b2015-04-10 15:46:18 -070015-->
Jason Monk6fc10042016-02-04 17:56:26 -050016<vector xmlns:android="http://schemas.android.com/apk/res/android"
17 android:width="24.0dp"
18 android:height="24.0dp"
19 android:viewportWidth="24.0"
20 android:viewportHeight="24.0"
Fan Zhangc54503d2017-01-05 11:36:49 -080021 android:tint="?android:attr/colorControlNormal">
Jason Monk6fc10042016-02-04 17:56:26 -050022 <path
23 android:fillColor="#FFFFFFFF"
24 android:pathData="M5.0,16.0c0.0,3.87 3.13,7.0 7.0,7.0s7.0,-3.13 7.0,-7.0l0.0,-4.0L5.0,12.0l0.0,4.0zM16.12,4.37l2.1,-2.1 -0.82,-0.83 -2.3,2.31C14.16,3.28 13.12,3.0 12.0,3.0s-2.1,0.28 -3.0,0.75L6.6,1.44l-0.8,0.83 2.1,2.1C6.14,5.64 5.0,7.68 5.0,10.0l0.0,1.0l14.0,0.0l0.0,-1.0c0.0,-2.32 -1.14,-4.36 -2.88,-5.63zM9.0,9.0c-0.55,0.0 -1.0,-0.45 -1.0,-1.0s0.45,-1.0 1.0,-1.0 1.0,0.45 1.0,1.0 -0.45,1.0 -1.0,1.0zm6.0,0.0c-0.55,0.0 -1.0,-0.45 -1.0,-1.0s0.45,-1.0 1.0,-1.0 1.0,0.45 1.0,1.0 -0.45,1.0 -1.0,1.0z"/>
25</vector>