1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2019 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="M10.1819 13.4546C11.9819 13.4546 13.4546 11.9819 13.4546 10.1819C13.4546 8.38191 11.9819 6.90918 10.1819 6.90918C8.38191 6.90918 6.90918 8.38191 6.90918 10.1819C6.90918 11.9819 8.38191 13.4546 10.1819 13.4546ZM20.0001 33.091C21.8001 33.091 23.2728 31.6183 23.2728 29.8183C23.2728 28.0183 21.8001 26.5455 20.0001 26.5455C18.2001 26.5455 16.7274 28.0183 16.7274 29.8183C16.7274 31.6183 18.2001 33.091 20.0001 33.091ZM13.4546 29.8183C13.4546 31.6183 11.9819 33.091 10.1819 33.091C8.38191 33.091 6.90918 31.6183 6.90918 29.8183C6.90918 28.0183 8.38191 26.5455 10.1819 26.5455C11.9819 26.5455 13.4546 28.0183 13.4546 29.8183ZM10.1819 23.2728C11.9819 23.2728 13.4546 21.8001 13.4546 20.0001C13.4546 18.2001 11.9819 16.7274 10.1819 16.7274C8.38191 16.7274 6.90918 18.2001 6.90918 20.0001C6.90918 21.8001 8.38191 23.2728 10.1819 23.2728ZM23.2728 20.0001C23.2728 21.8001 21.8001 23.2728 20.0001 23.2728C18.2001 23.2728 16.7274 21.8001 16.7274 20.0001C16.7274 18.2001 18.2001 16.7274 20.0001 16.7274C21.8001 16.7274 23.2728 18.2001 23.2728 20.0001ZM26.5455 10.1819C26.5455 11.9819 28.0183 13.4546 29.8183 13.4546C31.6183 13.4546 33.091 11.9819 33.091 10.1819C33.091 8.38191 31.6183 6.90918 29.8183 6.90918C28.0183 6.90918 26.5455 8.38191 26.5455 10.1819ZM23.2728 10.1819C23.2728 11.9819 21.8001 13.4546 20.0001 13.4546C18.2001 13.4546 16.7274 11.9819 16.7274 10.1819C16.7274 8.38191 18.2001 6.90918 20.0001 6.90918C21.8001 6.90918 23.2728 8.38191 23.2728 10.1819ZM29.8183 23.2728C31.6183 23.2728 33.091 21.8001 33.091 20.0001C33.091 18.2001 31.6183 16.7274 29.8183 16.7274C28.0183 16.7274 26.5455 18.2001 26.5455 20.0001C26.5455 21.8001 28.0183 23.2728 29.8183 23.2728ZM33.091 29.8183C33.091 31.6183 31.6183 33.091 29.8183 33.091C28.0183 33.091 26.5455 31.6183 26.5455 29.8183C26.5455 28.0183 28.0183 26.5455 29.8183 26.5455C31.6183 26.5455 33.091 28.0183 33.091 29.8183Z" 24 android:fillType="evenOdd" 25 android:fillColor="@color/car_nav_icon_fill_color" /> 26</vector>