blob: f8f9e30b06cd0f80d2a97ad3ae90c41374ae85eb [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (C) 2016 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="@dimen/case_icon_size"
android:height="@dimen/case_icon_size"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M14,16.5L10,16.5L10,15L3,15L3,19C3,20.1 3.9,21 5,21L19,21C20.1,21 21,20.1 21,19L21,15L14,15L14,16.5ZM20,6L16.5,6L16.5,4.5L15,3L9,3L7.5,4.55L7.5,6L4,6C2.9,6 2,6.9 2,8L2,12C2,13.1 2.9,14 4,14L10,14L10,12.5L14,12.5L14,14L20,14C21.1,14 22,13.1 22,12L22,8C22,6.9 21.1,6 20,6ZM15,6L9,6L9,4.5L15,4.5L15,6Z"
android:fillColor="@color/blue"/>
</vector>