| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2021 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="@macro/default_icon_color"> |
| <path |
| android:fillColor="@android:color/white" |
| android:pathData="M20,15v-3h-2v3h-3v2h3v3h2v-3h3v-2"/> |
| <path |
| android:fillColor="@android:color/white" |
| android:pathData="M17,10h2V5c0,-1.1 -0.9,-2 -2,-2H3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h13v-2H3V8h14v2z"/> |
| </vector> |