1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/**
4 * Copyright (C) 2016 The Android Open Source Project
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 *     http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18-->
19<vector xmlns:android="http://schemas.android.com/apk/res/android"
20        android:width="@dimen/case_icon_size"
21        android:height="@dimen/case_icon_size"
22        android:viewportWidth="32.0"
23        android:viewportHeight="32.0">
24    <path
25        android:pathData="M26.67,8h-5.33V5.33c0,-1.48 -1.19,-2.67 -2.67,-2.67h-5.33c-1.48,0 -2.67,1.19 -2.67,2.67V8H5.33c-1.48,0 -2.65,1.19 -2.65,2.67L2.67,25.33c0,1.48 1.19,2.67 2.67,2.67h21.33c1.48,0 2.67,-1.19 2.67,-2.67V10.67C29.33,9.19 28.15,8 26.67,8zM16,20c-1.47,0 -2.67,-1.2 -2.67,-2.67s1.2,-2.67 2.67,-2.67s2.67,1.2 2.67,2.67S17.47,20 16,20zM18.67,8h-5.33V5.33h5.33V8z"
26        android:fillColor="@color/blue_background"/>
27</vector>