blob: 71376d5806ffb0c0e124017d2ff7fcc4d8614392 [file] [log] [blame]
Julia Reynoldsdbfb40f2017-01-23 11:05:57 -05001<!--
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
17<vector xmlns:android="http://schemas.android.com/apk/res/android"
Julia Reynolds9b207172018-04-12 14:42:08 -040018 android:width="24dp"
19 android:height="24dp"
Julia Reynoldsdbfb40f2017-01-23 11:05:57 -050020 android:viewportWidth="24.0"
Jason Monk307f76e2017-04-19 16:30:40 -040021 android:viewportHeight="24.0"
22 android:tint="?android:attr/colorControlNormal">
Julia Reynoldsdbfb40f2017-01-23 11:05:57 -050023 <path
24 android:fillColor="#FFFFFFFF"
25 android:pathData="M20.5,6c-2.61,0.7 -5.67,1 -8.5,1s-5.89,-0.3 -8.5,-1L3,8c1.86,0.5 4,0.83 6,1v13h2v-6h2v6h2V9c2,-0.17 4.14,-0.5 6,-1l-0.5,-2zM12,6c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2z"/>
Jason Monk307f76e2017-04-19 16:30:40 -040026</vector>