blob: 9c39e648b8c8fd14c767131b97be08aa0101bcf1 [file] [log] [blame]
<?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.
-->
<!-- This vector draws the camera graphic that is displayed in the picker when the
device has no images/videos i.e. the picker is empty -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="100dp"
android:height="66.67dp"
android:viewportWidth="120"
android:viewportHeight="80">
<path
android:pathData="M96,14m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"
android:fillColor="#EA4335"/>
<path
android:pathData="M8,14h104v64h-104z"
android:fillColor="#DADCE0"/>
<path
android:pathData="M16,10h16v4h-16z"
android:fillColor="#5F6368"/>
<path
android:strokeWidth="1"
android:pathData="M60,48m-25.5,0a25.5,25.5 0,1 1,51 0a25.5,25.5 0,1 1,-51 0"
android:fillColor="#DADCE0"
android:strokeColor="#5F6368"/>
<path
android:pathData="M60,48m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0"
android:fillColor="#BDC1C6"/>
</vector>