Sunny Goyal | e7d7304 | 2016-05-27 10:37:38 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright (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 Goyal | 02424b2 | 2018-01-19 11:24:32 -0800 | [diff] [blame] | 17 | android:width="@dimen/options_menu_icon_size" |
| 18 | android:height="@dimen/options_menu_icon_size" |
Sunny Goyal | ab7ddec | 2018-03-30 11:46:23 -0700 | [diff] [blame] | 19 | android:viewportWidth="24.0" |
| 20 | android:viewportHeight="24.0"> |
Sunny Goyal | e7d7304 | 2016-05-27 10:37:38 -0700 | [diff] [blame] | 21 | <path |
Sunny Goyal | 02424b2 | 2018-01-19 11:24:32 -0800 | [diff] [blame] | 22 | android:fillColor="?android:attr/textColorPrimary" |
Sunny Goyal | ab7ddec | 2018-03-30 11:46:23 -0700 | [diff] [blame] | 23 | 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 Goyal | e7d7304 | 2016-05-27 10:37:38 -0700 | [diff] [blame] | 25 | </vector> |