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/colorScIconInfo"/> 25 <group> 26 <clip-path 27 android:pathData="M5.258,5.292h9.412v9.416h-9.412z"/> 28 <path 29 android:pathData="M5.98,10.139L8.543,12.657L13.948,7.346" 30 android:strokeWidth="1.92076" 31 android:fillColor="#00000000" 32 android:strokeColor="?attr/colorScShieldAccent"/> 33 </group> 34</vector> 35