blob: 53c0740d88eaf9a876e1ea89ba3b332a63d20503 [file] [log] [blame]
John Spurlockf88d8082015-03-25 18:09:51 -04001<!--
Evan Laird2421142b2017-07-20 11:31:12 -04002 Copyright (C) 2017 The Android Open Source Project
John Spurlockf88d8082015-03-25 18:09:51 -04003
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"
17 android:height="24.0dp"
18 android:viewportHeight="24.0"
19 android:viewportWidth="24.0"
jackqdyulei448390d2016-12-05 16:18:28 -080020 android:width="24.0dp"
21 android:tint="?android:attr/colorControlNormal" >
John Spurlockf88d8082015-03-25 18:09:51 -040022
23 <path
jackqdyulei448390d2016-12-05 16:18:28 -080024 android:fillColor="#FFFFFF"
Evan Laird2421142b2017-07-20 11:31:12 -040025 android:pathData="M18,3h-5c-0.55,0 -1,0.45 -1,1v8.3a3.88,3.88 0,0 0,-2.9 -0.04c-1.79,0.67 -3.11,2.35 -3.1,4.26A4.483,4.483 0,0 0,10.5 21c2.5,0 4.5,-2.3 4.5,-4.5V6h3c0.55,0 1,-0.45 1,-1V4c0,-0.55 -0.45,-1 -1,-1z"/>
John Spurlockf88d8082015-03-25 18:09:51 -040026
Evan Laird2421142b2017-07-20 11:31:12 -040027</vector>