blob: b837ebef78ebfb87a06adce03fe2c6561f39228e [file] [log] [blame]
Winson Chung2915b9d2014-07-28 11:01:57 -07001<!--
2Copyright (C) 2014 The Android Open Source Project
Winson Chung54e297a2014-05-09 17:15:32 -07003
Winson Chung2915b9d2014-07-28 11:01:57 -07004 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
Winson Chung54e297a2014-05-09 17:15:32 -07007
Winson Chung2915b9d2014-07-28 11:01:57 -07008 http://www.apache.org/licenses/LICENSE-2.0
Winson Chung54e297a2014-05-09 17:15:32 -07009
Winson Chung2915b9d2014-07-28 11:01:57 -070010 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.
Winson Chung54e297a2014-05-09 17:15:32 -070015-->
ztenghuia95c8ab2014-07-23 09:47:50 -070016<vector xmlns:android="http://schemas.android.com/apk/res/android"
Winson Chungd50d5b42017-06-28 11:05:49 -070017android:width="24dp"
18android:height="24dp"
19android:viewportWidth="24"
20android:viewportHeight="24">
21
22<path
23 android:fillColor="@color/recents_task_bar_dark_icon_color"
24 android:pathData="M18.3 5.71a.996 .996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996 .996 0 1 0 5.7
257.11L10.59 12 5.7 16.89a.996 .996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996 .996 0
261 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38 .38 -1.02 0-1.4z" />
27<path
28 android:pathData="M0 0h24v24H0z" />
Winson Chung54e297a2014-05-09 17:15:32 -070029</vector>