1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 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
17<vector xmlns:android="http://schemas.android.com/apk/res/android"
18        android:width="24dp"
19        android:height="24dp"
20        android:viewportWidth="24"
21        android:viewportHeight="24">
22
23    <path
24        android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" />
25    <path
26        android:fillColor="@color/preference_icon_color"
27        android:pathData="M21,3H3C1.9,3,1,3.9,1,5v12c0,1.1,0.9,2,2,2h5v2h8v-2h5c1.1,0,1.99-0.9,1.99-2L23,5C23,3.9,22.1,3,21,3z M21,17H3V5h18V17z M4,14v2h2C6,14.89,5.11,14,4,14z M4,11v1.43c1.97,0,3.57,1.6,3.57,3.57H9C9,13.24,6.76,11,4,11z M4,8v1.45 c3.61,0,6.55,2.93,6.55,6.55H12C12,11.58,8.41,8,4,8z" />
28</vector>