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/colorScStatusBackgroundWarn" />
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/colorScStatusWarn" />
28    <path
29        android:pathData="M121.331 77.3359H102.664V114.669H121.331V77.3359Z"
30        android:fillColor="?attr/colorScShieldAccent"/>
31    <path
32        android:pathData="M111.997 142.667C117.152 142.667 121.331 138.488 121.331 133.333C121.331 128.179 117.152 124 111.997 124C106.843 124 102.664 128.179 102.664 133.333C102.664 138.488 106.843 142.667 111.997 142.667Z"
33        android:fillColor="?attr/colorScShieldAccent"/>
34</vector>
35