blob: 3422bbfe9d0561d8b03018b799ae5ef05a38c801 [file] [log] [blame]
John Hofordabb7d132014-02-24 15:21:42 -08001<!--
2 Copyright (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
18 <size
19 android:height="64dp"
20 android:width="64dp" />
21
22 <viewport
23 android:viewportHeight="80"
24 android:viewportWidth="40" />
25
ztenghui6d9c4222014-05-23 10:51:33 -070026 <group>
27 <path
28 android:name="battery"
29 android:fill="#3388ff"
30 android:pathData="M 20.28125,2.0000002 C 17.352748,2.0000002 15,4.3527485 15,7.2812502 L 15,8.0000002 L 13.15625,8.0000002 C 9.7507553,8.0000002 7,10.750759 7,14.15625 L 7,39.84375 C 7,43.24924 9.7507558,46 13.15625,46 L 33.84375,46 C 37.249245,46 39.999999,43.24924 40,39.84375 L 40,14.15625 C 40,10.75076 37.249243,8.0000002 33.84375,8.0000002 L 32,8.0000002 L 32,7.2812502 C 32,4.3527485 29.647252,2.0000002 26.71875,2.0000002 L 20.28125,2.0000002 z"
ztenghui6d9c4222014-05-23 10:51:33 -070031 android:stroke="#ff8833"
32 android:strokeWidth="1" />
33 <path
34 android:name="spark"
35 android:fill="#FFFF0000"
36 android:pathData="M 30,18.031528 L 25.579581,23.421071 L 29.370621,26.765348 L 20.096792,37 L 21.156922,28.014053 L 17,24.902844 L 20.880632,18 L 30,18.031528 z" />
37 </group>
John Hofordabb7d132014-02-24 15:21:42 -080038
ztenghui589e7b42014-04-22 15:29:44 -070039</vector>