blob: 3ef7dd177d4364414b490ed1cdef112990f6c49b [file] [log] [blame]
Amin Shaikh20d55372019-01-24 17:36:58 -05001<!--
2/**
3 * Copyright (c) 2019, The Android Open Source Project
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
Amin Shaikh3b1d5f92019-01-31 18:26:36 -050010 * * Unless required by applicable law or agreed to in writing, software
Amin Shaikh20d55372019-01-24 17:36:58 -050011 * 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 H 24 V 24 H 0 V 0 Z" />
25 <path
26 android:fillColor="#000000"
Amin Shaikh3b1d5f92019-01-31 18:26:36 -050027 android:pathData="M19.29,8.29a1,1,0,0,0-1.41,0L12,14.17,6.12,8.29A1,1,0,1,0,4.71,9.71l6.58,6.58a1,1,0,0,0,1.42,0l6.58-6.58A1,1,0,0,0,19.29,8.29Z" />
28</vector>