27 lines
838 B
XML
27 lines
838 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M21,16v-2l-8,-5V3.5c0,-0.83 -0.67,-1.5 -1.5,-1.5S10,2.67 10,3.5V9l-8,5v2l8,-2.5V19l-2,1.5V22l3.5,-1L15,22v-1.5L13,19v-5.5L21,16z" />
|
|
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M3,3h2v2H3z" />
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M19,3h2v2h-2z" />
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M3,19h2v2H3z" />
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M19,19h2v2h-2z" />
|
|
|
|
</vector>
|