1<!-- Copyright (C) 2014 The Android Open Source Project 2 3 Licensed under the Apache License, Version 2.0 (the "License"); 4 you may not use this file except in compliance with the License. 5 You may obtain a copy of the License at 6 7 http://www.apache.org/licenses/LICENSE-2.0 8 9 Unless required by applicable law or agreed to in writing, software 10 distributed under the License is distributed on an "AS IS" BASIS, 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 See the License for the specific language governing permissions and 13 limitations under the License. 14--> 15<vector xmlns:android="http://schemas.android.com/apk/res/android" 16 android:autoMirrored="true" 17 android:height="64dp" 18 android:viewportHeight="12.25" 19 android:viewportWidth="7.30625" 20 android:width="64dp" > 21 22 <group> 23 <clip-path 24 android:name="clip1" 25 android:pathData=" 26 M 3.65, 6.125 27 m-.001, 0 28 a .001,.001 0 1,0 .002,0 29 a .001,.001 0 1,0-.002,0z" /> 30 31 <path 32 android:name="one" 33 android:fillColor="#ff88ff" 34 android:pathData="M 1.215625,9.5l 1.9375,0.0 0.0-6.671875-2.109375,0.421875 0.0-1.078125 35 l 2.09375-0.421875 1.1874998,0.0 0.0,7.75 1.9375,0.0 0.0,1.0 36 l-5.046875,0.0 0.0-1.0Z" /> 37 </group> 38 <group> 39 <clip-path 40 android:name="clip2" 41 android:pathData=" 42 M 3.65, 6.125 43 m-6, 0 44 a 6,6 0 1,0 12,0 45 a 6,6 0 1,0-12,0z" /> 46 47 <path 48 android:name="two" 49 android:fillColor="#ff88ff" 50 android:pathData="M 2.534375,9.6875l 4.140625,0.0 0.0,1.0-5.5625,0.0 0.0-1.0q 0.671875-0.6875 1.828125-1.859375 51 q 1.1718752-1.1875 1.4687502-1.53125 0.578125-0.625 0.796875-1.0625 52 q 0.234375-0.453125 0.234375-0.875 0.0-0.703125-0.5-1.140625 53 q-0.484375-0.4375-1.2656252-0.4375-0.5625,0.0-1.1875,0.1875 54 q-0.609375,0.1875-1.3125,0.59375l 0.0-1.203125q 0.71875-0.28125 1.328125-0.421875 55 q 0.625-0.15625 1.140625-0.15625 1.3593752,0.0 2.1718752,0.6875 56 q 0.8125,0.671875 0.8125,1.8125 0.0,0.53125-0.203125,1.015625 57 q-0.203125,0.484375-0.734375,1.140625-0.15625,0.171875-0.9375,0.984375 58 q-0.78125024,0.8125-2.2187502,2.265625Z" /> 59 </group> 60 61</vector>