1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2024 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16--> 17 18 19<!-- photo_library icon --> 20<vector xmlns:android="http://schemas.android.com/apk/res/android" 21 android:width="24dp" 22 android:height="24dp" 23 android:viewportWidth="35" 24 android:viewportHeight="35"> 25 <group> 26 <clip-path 27 android:pathData="M10.5,10.5h14v14h-14z"/> 28 <path 29 android:fillColor="@color/icon_foreground" 30 android:pathData="M15.75,18.9H21.35L19.513,16.45L18.2,18.2L17.237,16.917L15.75,18.9ZM15.05,21C14.758,21 14.51,20.898 14.306,20.694C14.102,20.49 14,20.242 14,19.95V12.95C14,12.658 14.102,12.41 14.306,12.206C14.51,12.002 14.758,11.9 15.05,11.9H22.05C22.342,11.9 22.59,12.002 22.794,12.206C22.998,12.41 23.1,12.658 23.1,12.95V19.95C23.1,20.242 22.998,20.49 22.794,20.694C22.59,20.898 22.342,21 22.05,21H15.05ZM15.05,19.95H22.05V12.95H15.05V19.95ZM12.95,23.1C12.658,23.1 12.41,22.998 12.206,22.794C12.002,22.59 11.9,22.342 11.9,22.05V14H12.95V22.05H21V23.1H12.95ZM15.05,12.95V19.95V12.95Z"/> 31 </group> 32</vector>