Dan Sandler | 696f6a3 | 2015-05-15 15:08:34 -0400 | [diff] [blame] | 1 | <!-- |
Jason Monk | 431ad73 | 2015-07-16 08:58:15 -0400 | [diff] [blame] | 2 | Copyright (C) 2015 The Android Open Source Project |
Dan Sandler | 696f6a3 | 2015-05-15 15:08:34 -0400 | [diff] [blame] | 3 | |
Jason Monk | 431ad73 | 2015-07-16 08:58:15 -0400 | [diff] [blame] | 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
Dan Sandler | 696f6a3 | 2015-05-15 15:08:34 -0400 | [diff] [blame] | 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 | --> |
| 16 | <vector xmlns:android="http://schemas.android.com/apk/res/android" |
Jason Monk | 431ad73 | 2015-07-16 08:58:15 -0400 | [diff] [blame] | 17 | android:width="24.0dp" |
| 18 | android:height="24.0dp" |
| 19 | android:viewportWidth="24.0" |
jackqdyulei | 9cbffcb | 2017-01-04 13:14:18 -0800 | [diff] [blame] | 20 | android:viewportHeight="24.0" |
| 21 | android:tint="?android:attr/colorControlNormal"> |
Dan Sandler | 696f6a3 | 2015-05-15 15:08:34 -0400 | [diff] [blame] | 22 | <path |
Jason Monk | 431ad73 | 2015-07-16 08:58:15 -0400 | [diff] [blame] | 23 | android:fillColor="#FFFFFFFF" |
| 24 | android:pathData="M22.7,19.0l-9.1,-9.1c0.9,-2.0 0.4,-5.0 -1.5,-6.9 -2.0,-2.0 -5.0,-2.4 -7.4,-1.3L9.0,6.0 6.0,9.0 1.6,4.7C0.4,7.0 0.9,10.1 2.9,12.1c1.9,1.9 4.6,2.4 6.9,1.5l9.1,9.1c0.4,0.4 1.0,0.4 1.4,0.0l2.3,-2.3c0.5,-0.4 0.5,-1.0 0.1,-1.4z"/> |
Dan Sandler | 696f6a3 | 2015-05-15 15:08:34 -0400 | [diff] [blame] | 25 | </vector> |