blob: 4caeaf1e88d5ca69cb692723a91eb413c68ec796 [file] [log] [blame]
Ying96da0412018-02-07 12:09:10 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
davidlne1769ad2018-11-12 09:19:25 -08003 Copyright 2018 The Android Open Source Project
Ying96da0412018-02-07 12:09:10 -08004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
davidlne1769ad2018-11-12 09:19:25 -08009 http://www.apache.org/licenses/LICENSE-2.0
Ying96da0412018-02-07 12:09:10 -080010
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
davidlne1769ad2018-11-12 09:19:25 -080017
18<vector
19 xmlns:android="http://schemas.android.com/apk/res/android"
davidln0530e062019-01-02 16:22:16 -080020 android:width="@dimen/icon_size"
21 android:height="@dimen/icon_size"
davidlne1769ad2018-11-12 09:19:25 -080022 android:viewportHeight="48.0"
23 android:viewportWidth="48.0">
24 <path
davidln0530e062019-01-02 16:22:16 -080025 android:fillColor="?attr/iconColor"
davidlne1769ad2018-11-12 09:19:25 -080026 android:pathData="M36,16h-2v-4c0,-5.52 -4.48,-10 -10,-10S14,6.48 14,12v4h-2c-2.21,0 -4,1.79 -4,4v20c0,2.21 1.79,4 4,4h24c2.21,0 4,-1.79 4,-4L40,20c0,-2.21 -1.79,-4 -4,-4zM24,34c-2.21,0 -4,-1.79 -4,-4s1.79,-4 4,-4 4,1.79 4,4 -1.79,4 -4,4zM30.2,16L17.8,16v-4c0,-3.42 2.78,-6.2 6.2,-6.2 3.42,0 6.2,2.78 6.2,6.2v4z"/>
27</vector>