14 lines
471 B
XML
14 lines
471 B
XML
<!--
|
|
SPDX-FileCopyrightText: Material Design Authors / Google LLC
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="960"
|
|
android:viewportHeight="960">
|
|
<path
|
|
android:fillColor="@color/icon_color_you"
|
|
android:pathData="M160,600L160,360L220,360L220,540L740,540L740,360L800,360L800,600L160,600Z"/>
|
|
</vector>
|