1<?xml version="1.0" encoding="utf-8"?>
2<!--
3     Copyright (C) 2014 The Android Open Source Project
4
5     Licensed under the Apache License, Version 2.0 (the "License");
6     you may not use this file except in compliance with the License.
7     You may obtain a copy of the License at
8
9          http://www.apache.org/licenses/LICENSE-2.0
10
11     Unless required by applicable law or agreed to in writing, software
12     distributed under the License is distributed on an "AS IS" BASIS,
13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14     See the License for the specific language governing permissions and
15     limitations under the License.
16-->
17
18<vector xmlns:android="http://schemas.android.com/apk/res/android"
19    android:height="24dp"
20    android:width="24dp"
21    android:viewportHeight="24"
22    android:viewportWidth="24" >
23    <group
24        android:name="clock_frame"
25        android:translateX="12"
26        android:translateY="12" >
27        <group
28            android:name="clock_frame_pivot"
29            android:translateX="-12"
30            android:translateY="-12" >
31            <group
32                android:name="hour_hand"
33                android:translateX="12.00763"
34                android:translateY="9.992" >
35                <path
36                    android:name="hour_hand_path"
37                    android:pathData="M 0.742004394531,2.99200439453 c 0.0,0.0 -1.48400878906,0.0 -1.48400878906,0.0 c 0.0,0.0 0.0,-5.98400878906 0.0,-5.98400878906 c 0.0,0.0 1.48400878906,0.0 1.48400878906,0.0 c 0.0,0.0 0.0,5.98400878906 0.0,5.98400878906 Z"
38                    android:fillColor="#FFFFFFFF"
39                    android:fillAlpha="1" />
40            </group>
41            <group
42                android:name="clock_frame_1"
43                android:translateX="12"
44                android:translateY="12" >
45                <path
46                    android:name="clock_ouline_path"
47                    android:pathData="M -0.0050048828125,-10 c -5.52699279785,0 -9.99499511719,4.47700500488 -9.99499511719,10 c 0,5.52299499512 4.46800231934,10 9.99499511719,10 c 5.52600097656,0 10.0050048828,-4.47700500488 10.0050048828,-10 c 0,-5.52299499512 -4.47900390625,-10 -10.0050048828,-10 Z M 0,8 c -4.41999816895,0 -8,-3.58200073242 -8,-8 c 0,-4.41799926758 3.58000183105,-8 8,-8 c 4.41999816895,0 8,3.58200073242 8,8 c 0,4.41799926758 -3.58000183105,8 -8,8 Z"
48                    android:fillColor="#FFFFFFFF"
49                    android:fillAlpha="1" />
50            </group>
51        </group>
52    </group>
53    <group
54        android:name="second_hand"
55        android:translateX="12"
56        android:translateY="12" >
57        <group
58            android:name="second_hand_pivot"
59            android:translateX="-12"
60            android:translateY="-12" >
61            <path
62                android:name="second_hand_path"
63                android:pathData="M 12.7418060303,12.9839935303 c 0.0,0.0 -1.48399353027,0.0 -1.48399353027,0.0 c 0.0,0.0 0.0,-5.98399353027 0.0,-5.98399353027 c 0.0,0 1.48399353027,0 1.48399353027,0 c 0.0,0 0.0,5.98399353027 0.0,5.98399353027 Z"
64                android:fillColor="#FFFFFFFF"
65                android:fillAlpha="1" />
66        </group>
67    </group>
68</vector>
69