blob: 8f76f02a7566e5cd4afa8f38ab2d1ba29e3a4bd9 [file] [log] [blame]
mariagpuyol95dc0402016-02-17 11:12:46 -08001<?xml version="1.0" encoding="utf-8"?>
mariagpuyolea078ed2016-03-07 20:02:10 -08002<!-- Copyright (C) 2016 The Android Open Source Project
mariagpuyol95dc0402016-02-17 11:12:46 -08003
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"
Juan Langa7caa192017-06-06 11:02:41 -070017 android:autoMirrored="true"
mariagpuyol03ee5322016-03-04 10:59:03 -080018 android:width="24dp"
19 android:height="24dp"
20 android:viewportWidth="24.0"
mariagpuyol3c944062016-04-14 09:58:41 -070021 android:viewportHeight="24.0"
22 android:tint="#61000000">
mariagpuyol95dc0402016-02-17 11:12:46 -080023 <path
mariagpuyol03ee5322016-03-04 10:59:03 -080024 android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,5c1.66,0 3,1.34 3,3s-1.34,3 -3,3 -3,-1.34 -3,-3 1.34,-3 3,-3zM12,19.2c-2.5,0 -4.71,-1.28 -6,-3.22 0.03,-1.99 4,-3.08 6,-3.08 1.99,0 5.97,1.09 6,3.08 -1.29,1.94 -3.5,3.22 -6,3.22z"
mariagpuyol3c944062016-04-14 09:58:41 -070025 android:fillColor="#FFFFFFFF"/>
Juan Langa7caa192017-06-06 11:02:41 -070026</vector>