blob: 7fd3bd572022e239b8445528fe3a5aa336448921 [file] [log] [blame]
Wenyi Wang4484efb2016-06-30 12:25:06 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- ic_device is a phone-shaped icon. Since it is not tinted so we set the tint color in here. -->
3<vector xmlns:android="http://schemas.android.com/apk/res/android"
4 android:width="24dp"
5 android:height="24dp"
6 android:viewportHeight="24.0"
7 android:viewportWidth="24.0">
8<path
9 android:fillColor="#7f7f7f"
10 android:pathData="M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"/>
11</vector>