• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<vector xmlns:android="http://schemas.android.com/apk/res/android"
2    android:width="24dp"
3    android:height="24dp"
4    android:viewportWidth="24"
5    android:viewportHeight="24"
6    android:tint="?attr/colorControlNormal">
7  <group>
8    <clip-path
9        android:pathData="M0,0h24v24h-24z"/>
10    <path
11        android:pathData="M10.5,17H13.5V14.5H16V11.5H13.5V9H10.5V11.5H8V14.5H10.5V17ZM4,21V9L12,3L20,9V21H4ZM6,19H18V10L12,5.5L6,10V19Z"
12        android:fillColor="@android:color/white"/>
13  </group>
14</vector>
15