| <?xml version="1.0" encoding="utf-8"?> |
| Copyright (C) 2019 The Android Open Source Project |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| android:width="@*android:dimen/car_primary_icon_size" |
| android:height="@*android:dimen/car_primary_icon_size" |
| android:viewportWidth="48.0" |
| android:viewportHeight="48.0"> |
| android:pathData="M37,12c-6.08,0 -11,4.92 -11,11 0,2.66 0.94,5.1 2.51,7h-9.03c1.57,-1.9 2.51,-4.34 2.51,-7 0,-6.08 -4.92,-11 -11,-11S0,16.92 0,23s4.92,11 11,11h26c6.08,0 11,-4.92 11,-11s-4.92,-11 -11,-11zM11,30c-3.87,0 -7,-3.13 -7,-7s3.13,-7 7,-7 7,3.13 7,7 -3.13,7 -7,7zM37,30c-3.87,0 -7,-3.13 -7,-7s3.13,-7 7,-7 7,3.13 7,7 -3.13,7 -7,7z" |
| android:fillColor="#000000"/> |