blob: fbd92dead675acc88b0ba7f2072bd943d39e79a5 [file] [log] [blame]
John Spurlockd1c86e22014-06-01 00:04:53 -04001<!--
Evan Lairdbcdd0462017-05-15 12:51:34 -04002Copyright (C) 2017 The Android Open Source Project
John Spurlockd1c86e22014-06-01 00:04:53 -04003
4 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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 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.
15-->
ztenghuia95c8ab2014-07-23 09:47:50 -070016<vector xmlns:android="http://schemas.android.com/apk/res/android"
Evan Lairdbcdd0462017-05-15 12:51:34 -040017 android:width="64dp"
18 android:height="64dp"
19 android:viewportWidth="24.0"
20 android:viewportHeight="24.0"
21 android:tint="?android:attr/colorControlNormal" >
John Spurlockd1c86e22014-06-01 00:04:53 -040022 <path
Evan Lairdbcdd0462017-05-15 12:51:34 -040023 android:pathData="M14.95,11.3l1.62,-1.61C16.84,10.41 17,11.18 17,12s-0.16,1.61 -0.44,2.33l-1.61,-1.61C14.56,12.33 14.56,11.69 14.95,11.3zM18.69,7.54c-0.26,0.26 -0.32,0.65 -0.17,0.98c0.47,1.07 0.72,2.24 0.72,3.47c0,1.24 -0.26,2.43 -0.73,3.49c-0.14,0.32 -0.09,0.69 0.16,0.94c0.4,0.4 1.09,0.29 1.34,-0.23c0.63,-1.3 0.98,-2.76 0.98,-4.3c-0.01,-1.46 -0.33,-2.86 -0.91,-4.12C19.84,7.23 19.12,7.11 18.69,7.54zM15.26,15.74c0.41,0.41 0.41,1.07 0,1.48l-4.51,4.51C10.57,21.89 10.32,22 10.04,22C9.47,22 9,21.53 9,20.96v-6.45l-4.05,4.05c-0.41,0.41 -1.06,0.41 -1.47,0s-0.41,-1.06 0,-1.47L8.57,12L3.48,6.9c-0.41,-0.41 -0.41,-1.06 0,-1.47s1.06,-0.41 1.47,0L9,9.49V3.04C9,2.47 9.47,2 10.04,2c0.28,0 0.53,0.11 0.72,0.29l4.5,4.5c0.41,0.41 0.41,1.07 0,1.48L11.51,12L15.26,15.74zM13.14,7.53l-2.15,-2.15v4.3C10.99,9.68 13.14,7.53 13.14,7.53zM13.14,16.47l-2.15,-2.15v4.3C10.99,18.62 13.14,16.47 13.14,16.47z"
24 android:fillColor="#FFFFFFFF" />
John Spurlockd1c86e22014-06-01 00:04:53 -040025</vector>