Chromium Code Reviews| Index: chrome/android/java/res/drawable/ic_bluetooth_connected.xml |
| diff --git a/chrome/android/java/res/drawable/ic_bluetooth_connected.xml b/chrome/android/java/res/drawable/ic_bluetooth_connected.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6f44896889776231fea4637a8263ffedd89131c2 |
| --- /dev/null |
| +++ b/chrome/android/java/res/drawable/ic_bluetooth_connected.xml |
| @@ -0,0 +1,14 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<!-- Copyright 2017 The Chromium Authors. All rights reserved. |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. |
| +--> |
| +<vector xmlns:android="http://schemas.android.com/apk/res/android" |
| + android:width="24dp" |
| + android:height="24dp" |
| + android:viewportWidth="24.0" |
| + android:viewportHeight="24.0"> |
| + <path |
| + android:pathData="M7,12l-2,-2 -2,2 2,2 2,-2zM17.71,7.71L12,2h-1v7.59L6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 11,14.41L11,22h1l5.71,-5.71 -4.3,-4.29 4.3,-4.29zM13,5.83l1.88,1.88L13,9.59L13,5.83zM14.88,16.29L13,18.17v-3.76l1.88,1.88zM19,10l-2,2 2,2 2,-2 -2,-2z" |
| + android:fillColor="#757575"/> |
| +</vector> |