1<!-- 2 ~ Copyright (C) 2021 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:viewportWidth="224" 19 android:viewportHeight="224" 20 android:width="56dp" 21 android:height="56dp"> 22 <path 23 android:pathData="M0 112C0 50.1441 50.1441 0 112 0C173.856 0 224 50.1441 224 112C224 173.856 173.856 224 112 224C50.1441 224 0 173.856 0 112Z" 24 android:fillColor="?attr/colorScStatusBackgroundInfo" /> 25 <path 26 android:pathData="M112 42L56 62.5333V105.467C56 123.2 61.6 139.067 71.8666 154C82.1333 168.933 96.1333 178.267 112 182C127.867 178.267 141.867 168.933 152.133 154C162.4 139.067 168 123.2 168 105.467V63.4667L112 42Z" 27 android:fillColor="?attr/colorScStatusInfo" /> 28 <path 29 android:pathData="M104.532 135.256L80.2656 110.056L89.599 100.722L104.532 114.722L134.399 85.7891L143.732 95.1224L104.532 135.256Z" 30 android:fillColor="?attr/colorScShieldAccent"/> 31 32</vector> 33