Home | History | Annotate | Download | only in drawable
      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:width="64dp"
     17             android:height="64dp"
     18             android:viewportWidth="7.30625"
     19             android:viewportHeight="12.25"
     20             android:autoMirrored="true">
     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         <path
     31                 android:name="one"
     32                 android:pathData="M 1.215625,9.5l 1.9375,0.0 0.0-6.671875-2.109375,0.421875 0.0-1.078125
     33                 l 2.09375-0.421875 1.1874998,0.0 0.0,7.75 1.9375,0.0 0.0,1.0
     34                 l-5.046875,0.0 0.0-1.0Z"
     35                 android:fillColor="#ff88ff"/>
     36 
     37         <clip-path
     38                 android:name="clip2"
     39                 android:pathData="
     40                 M 3.65, 6.125
     41                 m-6, 0
     42                 a 6,6 0 1,0 12,0
     43                 a 6,6 0 1,0-12,0z"/>
     44         <path
     45                 android:name="two"
     46                 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
     47                         q 1.1718752-1.1875 1.4687502-1.53125 0.578125-0.625 0.796875-1.0625
     48                         q 0.234375-0.453125 0.234375-0.875 0.0-0.703125-0.5-1.140625
     49                         q-0.484375-0.4375-1.2656252-0.4375-0.5625,0.0-1.1875,0.1875
     50                         q-0.609375,0.1875-1.3125,0.59375l 0.0-1.203125q 0.71875-0.28125 1.328125-0.421875
     51                         q 0.625-0.15625 1.140625-0.15625 1.3593752,0.0 2.1718752,0.6875
     52                         q 0.8125,0.671875 0.8125,1.8125 0.0,0.53125-0.203125,1.015625
     53                         q-0.203125,0.484375-0.734375,1.140625-0.15625,0.171875-0.9375,0.984375
     54                         q-0.78125024,0.8125-2.2187502,2.265625Z"
     55                 android:fillColor="#ff88ff"/>
     56     </group>
     57 </vector>
     58