blob: 49fcfc4d4919ccaaa62f79c8aa16913bf27c5d33 [file] [log] [blame]
John Spurlockf15ef112015-04-09 22:04:14 -04001<!--
Evan Laird2421142b2017-07-20 11:31:12 -04002 Copyright (C) 2017 The Android Open Source Project
John Spurlockf15ef112015-04-09 22:04:14 -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="24dp"
18 android:viewportHeight="24.0"
19 android:viewportWidth="24.0"
jackqdyulei448390d2016-12-05 16:18:28 -080020 android:width="24dp"
21 android:tint="?android:attr/colorControlNormal">
John Spurlockf15ef112015-04-09 22:04:14 -040022
23 <path
jackqdyulei448390d2016-12-05 16:18:28 -080024 android:fillColor="#FFFFFF"
Evan Laird2421142b2017-07-20 11:31:12 -040025 android:pathData="M13,6h3c0.55,0 1,-0.45 1,-1V4c0,-0.55 -0.45,-1 -1,-1h-5c-0.55,0 -1,0.45 -1,1v4.6l3,3V6z"/>
John Spurlockf15ef112015-04-09 22:04:14 -040026 <path
jackqdyulei448390d2016-12-05 16:18:28 -080027 android:fillColor="#FFFFFF"
Evan Laird2421142b2017-07-20 11:31:12 -040028 android:pathData="M4,5.1C3.67,4.76 3.12,4.75 2.78,5.08C2.41,5.42 2.4,6 2.75,6.35L8.4,12C6,12.1 4,14 4,16.5c0,2.51 2.33,4.67 4.84,4.48C11.35,20.81 13,18.62 13,16.7v-0.1l3.27,3.27c0.35,0.35 0.91,0.35 1.25,0l0.05,-0.05c0.35,-0.35 0.35,-0.91 0,-1.25L4,5.1z"/>
John Spurlockf15ef112015-04-09 22:04:14 -040029 <path
jackqdyulei448390d2016-12-05 16:18:28 -080030 android:fillColor="#FFFFFF"
Evan Laird2421142b2017-07-20 11:31:12 -040031 android:pathData="M20.97,12l1.88,-1.87c0.21,-0.21 0.21,-0.54 0,-0.74L20.6,7.16l-0.01,-0.01c-0.21,-0.2 -0.53,-0.2 -0.73,0.01c-0.09,0.1 -0.15,0.23 -0.15,0.36v3.23l-2.03,-2.03c-0.21,-0.21 -0.53,-0.21 -0.74,0c-0.21,0.21 -0.21,0.53 0,0.74L19.49,12l-2.55,2.55c-0.21,0.21 -0.21,0.53 0,0.74c0.21,0.21 0.53,0.21 0.74,0l2.03,-2.03v3.23c0,0.29 0.24,0.52 0.52,0.52c0.13,0 0.26,-0.05 0.35,-0.15l2.25,-2.25c0.21,-0.21 0.21,-0.54 0,-0.74L20.97,12zM20.75,8.78l0.99,0.99l-0.99,0.98V8.78zM20.75,15.23v-1.96l0.99,0.99C21.73,14.25 20.75,15.23 20.75,15.23z"/>
John Spurlockf15ef112015-04-09 22:04:14 -040032
Evan Laird2421142b2017-07-20 11:31:12 -040033</vector>