1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2020 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17<vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="@dimen/system_bar_icon_drawing_size" 19 android:height="@dimen/system_bar_icon_drawing_size" 20 android:viewportWidth="40" 21 android:viewportHeight="40"> 22 <path 23 android:pathData="M27.1017 14.0435L23.3544 15.3853C23.0599 15.1726 22.7326 14.9762 22.4053 14.829C22.6835 13.4708 23.4362 12.2435 24.6308 11.458C27.9362 9.26532 26.8399 3.63623 22.2744 3.63623C15.0908 3.63623 12.0799 8.56168 14.0435 12.898L15.3853 16.6453C15.1726 16.9399 14.9762 17.2671 14.829 17.5944C13.4708 17.3162 12.2435 16.5635 11.458 15.369C9.26532 12.0635 3.63623 13.1599 3.63623 17.7253C3.63623 24.9253 8.56168 27.9362 12.898 25.9562L16.6453 24.6144C16.9399 24.8271 17.2671 25.0235 17.5944 25.1708C17.3162 26.529 16.5635 27.7562 15.369 28.5417C12.0635 30.7344 13.1599 36.3635 17.7253 36.3635C24.9253 36.3635 27.9362 31.438 25.9562 27.1017L24.6144 23.3544C24.8271 23.0599 25.0235 22.7326 25.1708 22.4053C26.529 22.6835 27.7562 23.4362 28.5417 24.6308C30.7344 27.9199 36.3471 26.8235 36.3471 22.258C36.3635 15.0908 31.438 12.0799 27.1017 14.0435ZM19.9999 22.4544C18.6417 22.4544 17.5453 21.358 17.5453 19.9999C17.5453 18.6417 18.6417 17.5453 19.9999 17.5453C21.358 17.5453 22.4544 18.6417 22.4544 19.9999C22.4544 21.358 21.358 22.4544 19.9999 22.4544ZM17.1199 8.90532C17.938 7.62896 19.8199 6.90896 22.2744 6.90896C23.5671 6.90896 23.4362 8.31623 22.8308 8.72532C20.8344 10.0508 19.558 12.0962 19.149 14.3544C18.8053 14.4035 18.4617 14.4853 18.1344 14.5999L17.0217 11.5235C16.7271 10.869 16.498 9.87078 17.1199 8.90532ZM11.5399 22.978C10.8853 23.2726 9.88714 23.5017 8.90532 22.8799C7.62896 22.0617 6.90896 20.1799 6.90896 17.7253C6.90896 16.4326 8.31623 16.5635 8.72532 17.169C10.0508 19.1653 12.0962 20.4417 14.3544 20.8508C14.4035 21.1944 14.4853 21.538 14.5999 21.8653L11.5399 22.978ZM22.8799 31.0944C22.0617 32.3544 20.1799 33.0908 17.7253 33.0908C16.4326 33.0908 16.5635 31.6835 17.169 31.2744C19.1653 29.949 20.4417 27.9035 20.8508 25.6453C21.1944 25.5962 21.538 25.5144 21.8653 25.3999L22.978 28.4762C23.2726 29.1308 23.5017 30.1126 22.8799 31.0944ZM31.2744 22.8308C29.949 20.8344 27.9035 19.558 25.6453 19.149C25.5962 18.8053 25.5144 18.4617 25.3999 18.1344L28.4762 17.0217C29.1308 16.7271 30.129 16.498 31.1108 17.1199C32.3708 17.938 33.1071 19.8199 33.1071 22.2744C33.0908 23.5835 31.6835 23.4526 31.2744 22.8308Z" 24 android:fillColor="@color/car_nav_icon_fill_color_selected" /> 25</vector>