blob: 7b76e0f4d56e10ba00a43bdfed60eb1eb64e77e1 [file] [log] [blame]
John Spurlockaf8d6c42014-05-07 17:49:08 -04001<!--
2Copyright (C) 2014 The Android Open Source 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 <size
John Spurlockae641c92014-06-30 18:11:40 -040018 android:width="24dp"
19 android:height="24dp"/>
John Spurlockaf8d6c42014-05-07 17:49:08 -040020
21 <viewport
John Spurlockae641c92014-06-30 18:11:40 -040022 android:viewportWidth="48.0"
23 android:viewportHeight="48.0"/>
John Spurlockaf8d6c42014-05-07 17:49:08 -040024
25 <path
John Spurlock83e28482014-05-18 17:20:05 -040026 android:fill="#FFFFFFFF"
John Spurlockae641c92014-06-30 18:11:40 -040027 android:pathData="M24.0,4.0C13.0,4.0 4.0,13.0 4.0,24.0s9.0,20.0 20.0,20.0c11.0,0.0 20.0,-9.0 20.0,-20.0S35.0,4.0 24.0,4.0zM34.0,26.0L14.0,26.0l0.0,-4.0l20.0,0.0L34.0,26.0z"/>
John Spurlockaf8d6c42014-05-07 17:49:08 -040028</vector>