blob: 3ebbb68bb95806581c85e6cea1f6d7a35eb42a43 [file] [log] [blame]
Sunny Goyale7d73042016-05-27 10:37:38 -07001<!--
2Copyright (C) 2016 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<vector xmlns:android="http://schemas.android.com/apk/res/android"
Sunny Goyal02424b22018-01-19 11:24:32 -080017 android:width="@dimen/options_menu_icon_size"
18 android:height="@dimen/options_menu_icon_size"
Sunny Goyalab7ddec2018-03-30 11:46:23 -070019 android:viewportWidth="24.0"
20 android:viewportHeight="24.0">
Sunny Goyale7d73042016-05-27 10:37:38 -070021 <path
Sunny Goyal02424b22018-01-19 11:24:32 -080022 android:fillColor="?android:attr/textColorPrimary"
Sunny Goyalab7ddec2018-03-30 11:46:23 -070023 android:pathData="M16.66,4.52l2.83,2.83l-2.83,2.83l-2.83-2.83L16.66,4.52 M9,5v4H5V5H9 M19,15v4h-4v-4H19 M9,15v4H5v-4H9 M16.66,1.69
24 L11,7.34L16.66,13l5.66-5.66L16.66,1.69L16.66,1.69z M11,3H3v8h8V7.34V3L11,3z M21,13h-4.34H13v8h8V13L21,13z M11,13H3v8h8V13L11,13z"/>
Sunny Goyale7d73042016-05-27 10:37:38 -070025</vector>