Joey | 922c4aa | 2019-01-23 17:49:25 +0100 | [diff] [blame] | 1 | <!-- |
2 | Copyright (C) 2019 The LineageOS 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:attr/colorAccent" | ||||
23 | android:pathData="M11,18h2v-2h-2v2zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM12,6c-2.21,0 -4,1.79 -4,4h2c0,-1.1 0.9,-2 2,-2s2,0.9 2,2c0,2 -3,1.75 -3,5h2c0,-2.25 3,-2.5 3,-5 0,-2.21 -1.79,-4 -4,-4z"/> | ||||
24 | </vector> |