Julia Reynolds | b37d565 | 2019-12-12 08:12:29 -0500 | [diff] [blame] | 1 | <!-- |
2 | Copyright (C) 2020 The Android Open Source Project | ||||
3 | |||||
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 | --> | ||||
16 | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
17 | android:width="24dp" | ||||
18 | android:height="24dp" | ||||
19 | android:viewportWidth="24.0" | ||||
20 | android:viewportHeight="24.0"> | ||||
21 | <path | ||||
22 | android:fillColor="@android:color/white" | ||||
23 | android:pathData="M9,11h3.63L9,15.2L9,17h6v-2h-3.63L15,10.8L15,9L9,9v2zM16.056,3.346l1.282,-1.535 4.607,3.85 -1.28,1.54zM3.336,7.19l-1.28,-1.536L6.662,1.81l1.28,1.536zM12,6c3.86,0 7,3.14 7,7s-3.14,7 -7,7 -7,-3.14 -7,-7 3.14,-7 7,-7m0,-2c-4.97,0 -9,4.03 -9,9s4.03,9 9,9 9,-4.03 9,-9 -4.03,-9 -9,-9z"/> | ||||
24 | </vector> |