Chromium Code Reviews| 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="24dp" | |
| 10 android:height="24dp" | |
| 11 android:viewportWidth="24.0" | |
| 12 android:viewportHeight="24.0"> | |
| 13 <path | |
| 14 android:fillColor="@color/google_grey_600" | |
| 15 android:pathData="M12.65,10C11.83,7.67 9.61,6 7,6c-3.31,0 -6,2.69 -6,6s2 .69,6 6,6c2.61,0 4.83,-1.67 5.65,-4H17v4h4v-4h2v-4H12.65zM7,14c-1.1,0 -2,-0.9 -2 ,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"/> | |
| 16 </vector> | |
| OLD | NEW |