Home | History | Annotate | Download | only in drawable
      1 <!--
      2   ~ Copyright (C) 2017 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="24dp"
     18         android:height="24dp"
     19         android:viewportWidth="24.0"
     20         android:viewportHeight="24.0"
     21         android:tint="?android:attr/colorError">
     22     <path
     23         android:fillColor="#FF000000"
     24         android:pathData="M13,17h-2v-2h2V17zM13,13h-2V8h2V13z"/>
     25     <path
     26         android:fillColor="#FF000000"
     27         android:pathData="M16.2,22.5H7.8c-1.3,0 -2.3,-1 -2.3,-2.3V5.8c0,-1.3 1,-2.3 2.3,-2.3h0.7v-2h7v2h0.7c1.3,0 2.3,1.1 2.3,2.3v14.3C18.5,21.5 17.5,22.5 16.2,22.5zM7.8,5.5c-0.2,0 -0.3,0.2 -0.3,0.3v14.3c0,0.2 0.2,0.3 0.3,0.3h8.3c0.2,0 0.3,-0.1 0.3,-0.3V5.8c0,-0.2 -0.1,-0.3 -0.3,-0.3h-2.7v-2h-3v2H7.8z"/>
     28 </vector>
     29