1<?xml version="1.0" encoding="utf-8"?>
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<!-- This vector draws the camera graphic that is displayed in the picker when the
18     device has no images/videos i.e. the picker is empty -->
19<vector xmlns:android="http://schemas.android.com/apk/res/android"
20    android:width="100dp"
21    android:height="66.67dp"
22    android:viewportWidth="120"
23    android:viewportHeight="80">
24  <path
25      android:pathData="M96,14m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"
26      android:fillColor="#EA4335"/>
27  <path
28      android:pathData="M8,14h104v64h-104z"
29      android:fillColor="#DADCE0"/>
30  <path
31      android:pathData="M16,10h16v4h-16z"
32      android:fillColor="#5F6368"/>
33  <path
34      android:strokeWidth="1"
35      android:pathData="M60,48m-25.5,0a25.5,25.5 0,1 1,51 0a25.5,25.5 0,1 1,-51 0"
36      android:fillColor="#DADCE0"
37      android:strokeColor="#5F6368"/>
38  <path
39      android:pathData="M60,48m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0"
40      android:fillColor="#BDC1C6"/>
41</vector>
42