blob: 22e12cc10405e740eca9e485389fb56beea9022e [file] [log] [blame]
John Spurlock8baa8b32014-05-15 16:14:33 -04001<!--
Evan Laird4a7db952017-09-06 16:43:24 -04002Copyright (C) 2017 The Android Open Source Project
John Spurlock8baa8b32014-05-15 16:14:33 -04003
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-->
ztenghuia95c8ab2014-07-23 09:47:50 -070016<vector xmlns:android="http://schemas.android.com/apk/res/android"
Jorim Jaggi5172dc22014-09-02 14:59:06 +020017 android:width="32dp"
18 android:height="32dp"
Evan Laird3a6a7832018-05-21 13:03:13 -040019 android:viewportWidth="24.0"
20 android:viewportHeight="24.0">
21 <path
22 android:fillColor="#FFFFFFFF"
23 android:pathData="M10.84,5H17v9.11l2,2V5c0,-1.1 -0.9,-2 -2,-2h-6.99L7.95,5.06l1.41,1.41L10.84,5z"/>
24 <path
25 android:fillColor="#FFFFFFFF"
26 android:pathData="M2.81,2.81L1.39,4.22L5,7.83V19c0,1.1 0.9,2 2,2h10c0.34,0 0.65,-0.1 0.93,-0.24l1.85,1.85l1.41,-1.41L2.81,2.81zM7,19V9.83L16.17,19H7z"/>
John Spurlock8baa8b32014-05-15 16:14:33 -040027</vector>