blob: ae37470ee6a1b7a536d4c4fa5a2144a0af5c25e1 [file] [log] [blame]
Walter Jang5f996862016-07-13 11:16:25 -07001<?xml version="1.0" encoding="utf-8"?>
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
Walter Jang8b8695a2016-07-21 12:13:56 -070017<!-- Customized ic_add_circle material asset. See b/30018040#comment12 -->
Walter Jang5f996862016-07-13 11:16:25 -070018<vector xmlns:android="http://schemas.android.com/apk/res/android"
Walter Jang5f996862016-07-13 11:16:25 -070019 android:height="24dp"
Walter Jang8b8695a2016-07-21 12:13:56 -070020 android:width="24dp"
21 android:viewportHeight="192.0"
22 android:viewportWidth="192.0">
23 <path android:fillColor="#F5F5F5"
24 android:pathData="M96,8C47.38,8 8,47.38 8,96s39.38,88 88,88s88,-39.38 88,-88S144.62,8 96,8z"/>
25 <path android:fillColor="#039BE5"
26 android:pathData="M124,100h-24v24h-8v-24H68v-8h24V68h8v24h24V100z"/>
Walter Jang5f996862016-07-13 11:16:25 -070027</vector>