blob: 1d7efbd0aad59c4c857274a111df2b539c30ae52 [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"
mariagpuyol03ee5322016-03-04 10:59:03 -080017 android:width="24dp"
18 android:height="24dp"
19 android:viewportWidth="24.0"
mariagpuyol3c944062016-04-14 09:58:41 -070020 android:viewportHeight="24.0"
Yuchen Chang77acd9a2018-03-21 18:13:56 +080021 android:tint="?android:attr/colorControlNormal">
mariagpuyol95dc0402016-02-17 11:12:46 -080022 <path
Juan Langf7b09ce2018-01-11 09:15:49 -080023 android:pathData="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10,-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.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 -070024 android:fillColor="#FFFFFFFF"/>
Juan Langa7caa192017-06-06 11:02:41 -070025</vector>