| <!-- |
| Copyright (C) 2018 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| android:width="24dp" |
| android:height="24dp" |
| android:viewportWidth="24.0" |
| android:viewportHeight="24.0" |
| android:tint="?android:attr/colorControlNormal"> |
| <path |
| android:fillColor="#FFFFFF" |
| android:pathData="M10.5,15H8v-3h2.5V9.5h3V12H16v3h-2.5v2.5h-3V15zM19,8v11c0,1.1 -0.9,2 -2,2H7c-1.1,0 -2,-0.9 -2,-2V8c0,-1.1 0.9,-2 2,-2h10C18.1,6 19,6.9 19,8zM17,8H7v11h10V8zM18,3H6v2h12V3z"/> |
| </vector> |