1<!--
2    Copyright (C) 2016 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        android:width="24.0dp"
18        android:height="24.0dp"
19        android:viewportWidth="24.0"
20        android:viewportHeight="24.0"
21        android:tint="?android:attr/colorControlNormal">
22    <path
23        android:fillColor="#FFFFFFFF"
24        android:pathData="M11.99,2.0C6.47,2.0 2.0,6.48 2.0,12.0s4.47,10.0 9.99,10.0C17.52,22.0 22.0,17.52 22.0,12.0S17.52,2.0 11.99,2.0z
25        m6.93,6.0l-2.95,0.0c-0.32,-1.25 -0.78,-2.45 -1.38,-3.56 1.8,0.63 3.37,1.91 4.33,3.56z
26        M12.0,4.04c0.83,1.2 1.48,2.53 1.91,3.96l-3.82,0.0c0.43,-1.43 1.08,-2.76 1.91,-3.96z
27        M4.26,14.0C4.1,13.36 4.0,12.69 4.0,12.0s0.1,-1.3 0.26,-2.0l3.38,0.0c0.0,0.66 -0.14,1.32 -0.14,2.0 0.0,0.6 0.06,1.3 0.14,2.0L4.26,14.0z
28        m0.82,2.0 l2.95,0.0c0.32,1.2 0.78,2.45 1.38,3.56 -1.84,-0.63 -3.37,-1.9 -4.33,-3.56z
29        m2.95,-8.0 L5.08,8.  c0.96,-1.66 2.49,-2.93 4.33,-3.56 C8.81,5.55 8.35,6.75 8.03,8.0z
30
31        M12.0,19.96c-0.83,-1.2 -1.48,-2.53 -1.91,-3.96l3.82,0.0c-0.43,1.43 -1.08,2.76 -1.91,3.96z
32        M14.34,14.0 L9.66,14.0c-0.09,-0.66 -0.16,-1.32 -0.16,-2.0 0.0,-0.6 0.07,-1.3 0.16,-2.0l4.68,0.0c0.0,0.6 0.16,1.3 0.16,2.0 0.0,0.68 -0.07,1.34 -0.16,2.0z
33        m0.25,5.56c0.6,-1.11 1.06,-2.31 1.38,-3.56l2.95,0.0c-0.96,1.65 -2.49,2.93 -4.33,3.56z
34        M16.36,14.0c0.08,-0.6 0.14,-1.3 0.14,-2.0 0.0,-0.68 -0.06,-1.34 -0.14,-2.0l3.38,0.0c0.1,0.6 0.26,1.3 0.26,2.0s-0.1,1.36 -0.26,2.0l-3.38,0.0z
35        "/>
36</vector>
37