1<!-- 2 ~ Copyright (C) 2023 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:width="20dp" 19 android:height="20dp" 20 android:viewportWidth="20" 21 android:viewportHeight="20"> 22 <path 23 android:pathData="M2,10a8,8 0,1 0,16.001 0a8,8 0,1 0,-16.001 0z" 24 android:fillColor="?attr/colorScIconWarn"/> 25 <path 26 android:pathData="M10,5.764V10.47" 27 android:strokeWidth="2.00079" 28 android:fillColor="#00000000" 29 android:strokeColor="?attr/colorScShieldAccent"/> 30 <path 31 android:pathData="M10,12.118V14.239" 32 android:strokeWidth="2.00079" 33 android:fillColor="#00000000" 34 android:strokeColor="?attr/colorScShieldAccent"/> 35</vector> 36