13ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos<!--
23ef2a7cbc37c7770f58ceca506327693df23d3acAdrian RoosCopyright (C) 2014 The Android Open Source Project
33ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos
43ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos   Licensed under the Apache License, Version 2.0 (the "License");
53ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    you may not use this file except in compliance with the License.
63ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    You may obtain a copy of the License at
73ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos
83ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos         http://www.apache.org/licenses/LICENSE-2.0
93ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos
103ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    Unless required by applicable law or agreed to in writing, software
113ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    distributed under the License is distributed on an "AS IS" BASIS,
123ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    See the License for the specific language governing permissions and
143ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    limitations under the License.
153ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos-->
16a95c8abb366d9c39450513335f550b56da13b30aztenghui<vector xmlns:android="http://schemas.android.com/apk/res/android"
173ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos        android:width="24.0dp"
18a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:height="24.0dp"
193ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos        android:viewportWidth="24.0"
20a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:viewportHeight="24.0">
213ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos
223ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos    <path
23a95c8abb366d9c39450513335f550b56da13b30aztenghui        android:fillColor="@color/keyguard_affordance"
243ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos        android:pathData="M12.0,17.0c1.1,0.0 2.0,-0.9 2.0,-2.0s-0.9,-2.0 -2.0,-2.0c-1.1,0.0 -2.0,0.9 -2.0,2.0S10.9,17.0 12.0,17.0zM18.0,8.0l-1.0,0.0L17.0,6.0c0.0,-2.8 -2.2,-5.0 -5.0,-5.0C9.2,1.0 7.0,3.2 7.0,6.0l1.9,0.0c0.0,-1.7 1.4,-3.1 3.1,-3.1c1.7,0.0 3.1,1.4 3.1,3.1l0.0,2.0L6.0,8.0c-1.1,0.0 -2.0,0.9 -2.0,2.0l0.0,10.0c0.0,1.1 0.9,2.0 2.0,2.0l12.0,0.0c1.1,0.0 2.0,-0.9 2.0,-2.0L20.0,10.0C20.0,8.9 19.1,8.0 18.0,8.0zM18.0,20.0L6.0,20.0L6.0,10.0l12.0,0.0L18.0,20.0z"/>
253ef2a7cbc37c7770f58ceca506327693df23d3acAdrian Roos</vector>
26