blob: e9da50e597bf4704add93e2fa044f4830c397227 [file] [log] [blame]
Amin Shaikh43640e62019-04-05 12:43:19 -04001<?xml version="1.0" encoding="utf-8"?>
Amin Shaikh6b88a8b2019-02-08 09:55:37 -05002<!--
3 Copyright (C) 2019 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
Amin Shaikh43640e62019-04-05 12:43:19 -040017<vector xmlns:android="http://schemas.android.com/apk/res/android"
18 android:height="24dp"
19 android:tint="?android:attr/colorControlNormal"
20 android:viewportHeight="24"
21 android:viewportWidth="24"
22 android:width="24dp" >
23 <path
24 android:fillColor="@android:color/white"
25 android:pathData="M12,13c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1s-1,0.4-1,1v8C11,12.6,11.4,13,12,13z" />
26 <path
27 android:fillColor="@android:color/white"
28 android:pathData="M18.6,5.9c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.4c1.3,1.4,2.1,3.4,1.8,5.6c-0.4,3.2-3,5.7-6.2,6.1 C8.6,19.4,5,16.1,5,12c0-1.8,0.7-3.5,1.9-4.8c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0C4,7.4,3.1,9.5,3,11.7 c-0.1,4.9,3.8,9.1,8.7,9.3c5.1,0.2,9.3-3.9,9.3-9C21,9.6,20.1,7.5,18.6,5.9z" />
Amin Shaikh6b88a8b2019-02-08 09:55:37 -050029</vector>