blob: fe5718264029c75d54e685b3bc41922b00778c30 [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"
27 android:fillAlpha="0.3"
28 android:strokeAlpha="0.3"
29 android:strokeWidth="1"
30 android:pathData="M23.66,8.11a1.06,1.06,0,0,0-0.22-1.54A20.58,20.58,0,0,0,12,3,20.55,20.55,0,0,0,0.56,6.57,1.07,1.07,0,0,0,0.33,8.11L11.16,21.6a1.07,1.07,0,0,0,1.66,0Z" />
31 <path
32 android:fillColor="#000000"
33 android:pathData="M12.82,21.6l8.25-10.26a14,14,0,0,0-18.14,0l8.23,10.26A1.07,1.07,0,0,0,12.82,21.6Z" />
Amin Shaikh3b1d5f92019-01-31 18:26:36 -050034</vector>