blob: 7e2eca86b410d875007f160725528651361404f7 [file] [log] [blame]
John Spurlock3c4076a2015-02-24 12:12:25 -05001<!--
John Spurlock4ec8b602015-05-11 17:46:28 -04002 Copyright (C) 2015 The Android Open Source Project
John Spurlock3c4076a2015-02-24 12:12:25 -05003
John Spurlock4ec8b602015-05-11 17:46:28 -04004 Licensed under the Apache License, Version 2.0 (the "License");
John Spurlock3c4076a2015-02-24 12:12:25 -05005 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="64dp"
18 android:height="64dp"
19 android:viewportWidth="48.0"
jackqdyulei4bf667a2016-12-05 10:58:21 -080020 android:viewportHeight="48.0"
21 android:tint="?android:attr/colorControlNormal">
John Spurlock3c4076a2015-02-24 12:12:25 -050022 <path
23 android:fillColor="#FFFFFFFF"
24 android:pathData="M24.0,4.0C12.95,4.0 4.0,12.95 4.0,24.0s8.95,20.0 20.0,20.0 20.0,-8.95 20.0,-20.0S35.05,4.0 24.0,4.0zm10.0,22.0L14.0,26.0l0.0,-4.0l20.0,0.0l0.0,4.0z"/>
25</vector>