packages/modules/Permission/PermissionController/res/drawable-v31/ic_safety_null_state.xml

32 lines
1.2 KiB
XML
Raw Normal View History

2025-08-25 08:38:42 +08:00
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2021 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:pathData="M10,10m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
android:fillColor="?android:attr/textColorSecondary"/>
<path
android:pathData="M4.0179,10V9.0079H10,15.9821V10,10.9921H10,4.0179Z"
android:strokeWidth="0.0198413"
android:fillColor="?android:attr/colorBackground"/>
</vector>