<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M21,1L8,1c-1.1,0 -2,0.9 -2,2v6L3,9c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h13c1.1,0 2,-0.9 2,-2v-6h3c1.1,0 2,-0.9 2,-2L23,3c0,-1.1 -0.9,-2 -2,-2zM16,21L3,21v-8h13v8zM21,13h-3v-2c0,-1.1 -0.9,-2 -2,-2L8,9L8,5h13v8z"/>
</vector>