1cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren<!--
2cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris WrenCopyright (C) 2014 The Android Open Source Project
3cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren
4cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren   Licensed under the Apache License, Version 2.0 (the "License");
5cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    you may not use this file except in compliance with the License.
6cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    You may obtain a copy of the License at
7cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren
8cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren         http://www.apache.org/licenses/LICENSE-2.0
9cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren
10cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    Unless required by applicable law or agreed to in writing, software
11cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    distributed under the License is distributed on an "AS IS" BASIS,
12cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    See the License for the specific language governing permissions and
14cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    limitations under the License.
15cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren-->
16cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren<vector xmlns:android="http://schemas.android.com/apk/res/android"
17cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren        android:width="24.0dp"
18cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren        android:height="24.0dp"
19cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren        android:viewportWidth="24.0"
20cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren        android:viewportHeight="24.0">
21cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren    <path
22cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren        android:pathData="M6.000000,18.000000c0.000000,0.600000 0.400000,1.000000 1.000000,1.000000l1.000000,0.000000l0.000000,3.500000C8.000000,23.299999 8.700000,24.000000 9.500000,24.000000c0.800000,0.000000 1.500000,-0.700000 1.500000,-1.500000L11.000000,19.000000l2.000000,0.000000l0.000000,3.500000c0.000000,0.800000 0.700000,1.500000 1.500000,1.500000c0.800000,0.000000 1.500000,-0.700000 1.500000,-1.500000L16.000000,19.000000l1.000000,0.000000c0.600000,0.000000 1.000000,-0.400000 1.000000,-1.000000L18.000000,8.000000L6.000000,8.000000L6.000000,18.000000zM3.500000,8.000000C2.700000,8.000000 2.000000,8.700000 2.000000,9.500000l0.000000,7.000000C2.000000,17.299999 2.700000,18.000000 3.500000,18.000000C4.300000,18.000000 5.000000,17.299999 5.000000,16.500000l0.000000,-7.000000C5.000000,8.700000 4.300000,8.000000 3.500000,8.000000zM20.500000,8.000000C19.700001,8.000000 19.000000,8.700000 19.000000,9.500000l0.000000,7.000000c0.000000,0.800000 0.700000,1.500000 1.500000,1.500000c0.800000,0.000000 1.500000,-0.700000 1.500000,-1.500000l0.000000,-7.000000C22.000000,8.700000 21.299999,8.000000 20.500000,8.000000zM15.500000,2.200000l1.300000,-1.300000c0.200000,-0.200000 0.200000,-0.500000 0.000000,-0.700000c-0.200000,-0.200000 -0.500000,-0.200000 -0.700000,0.000000l-1.500000,1.500000C13.900000,1.200000 13.000000,1.000000 12.000000,1.000000c-1.000000,0.000000 -1.900000,0.200000 -2.700000,0.600000L7.900000,0.100000C7.700000,0.000000 7.300000,0.000000 7.100000,0.100000C7.000000,0.300000 7.000000,0.700000 7.100000,0.900000l1.300000,1.300000C7.000000,3.300000 6.000000,5.000000 6.000000,7.000000l12.000000,0.000000C18.000000,5.000000 17.000000,3.200000 15.500000,2.200000zM10.000000,5.000000L9.000000,5.000000L9.000000,4.000000l1.000000,0.000000L10.000000,5.000000zM15.000000,5.000000l-1.000000,0.000000L14.000000,4.000000l1.000000,0.000000L15.000000,5.000000z"
23cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren        android:fillColor="#ffffffff"/>
24cd8f4f71fc75b4f57d21c4e9f80f1107101ca369Chris Wren</vector>
25