OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2017 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> |
| 5 |
| 6 <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 xmlns:tools="http://schemas.android.com/tools" |
| 8 tools:targetApi="21" |
| 9 android:width="48dp" |
| 10 android:height="48dp" |
| 11 android:viewportWidth="48" |
| 12 android:viewportHeight="48"> |
| 13 |
| 14 <path |
| 15 android:fillColor="@color/google_grey_600" |
| 16 android:pathData="M 24 17.6 C 27.5346223989 17.6 30.4 20.4653776011 30.4
24 C 30.4 27.5346223989 27.5346223989 30.4 24 30.4 C 20.4653776011 30.4 17.6 27
.5346223989 17.6 24 C 17.6 20.4653776011 20.4653776011 17.6 24 17.6 Z" /> |
| 17 <path |
| 18 android:fillColor="@color/google_grey_600" |
| 19 android:pathData="M18 4l-3.66 4H8c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4
4h32c2.21 0 4-1.79 |
| 20 4-4V12c0-2.21-1.79-4-4-4h-6.34L30 4H18zm6 30c-5.52 0-10-4.48-10-10s4.48-10 10-10 |
| 21 10 4.48 10 10-4.48 10-10 10z" /> |
| 22 <path |
| 23 android:pathData="M0 0h48v48H0z" /> |
| 24 </vector> |
OLD | NEW |