1<?xml version="1.0" encoding="utf-8"?>
2<vector xmlns:android="http://schemas.android.com/apk/res/android"
3    android:width="24dp"
4    android:height="24dp"
5    android:viewportWidth="24"
6    android:viewportHeight="24"
7    android:tint="?attr/colorControlNormal">
8  <path
9      android:pathData="M2.414,1.586L1,3L2,4V4.727H2.727L2.909,4.909V16.546C2.909,17.546 3.727,18.364 4.727,18.364H9.891C10.909,20.509 13.1,22 15.636,22C16.883,22 18.045,21.643 19.025,21.025L21.002,23.002L22.416,21.588L2.414,1.586ZM17.691,19.691L11.581,13.582C11.268,14.199 11.091,14.897 11.091,15.637C11.091,18.146 13.127,20.182 15.636,20.182C16.376,20.182 17.074,20.005 17.691,19.691ZM10.182,12.182L8.364,10.364V14.727H6.545V8.546L4.727,6.727V16.546H9.345C9.3,16.246 9.273,15.946 9.273,15.637C9.273,14.446 9.609,13.346 10.182,12.391V12.182ZM12,8.344L10.202,6.546H12V8.344ZM13.818,9.537C13.661,9.585 13.506,9.638 13.353,9.697L14.821,11.164C15.085,11.116 15.358,11.091 15.636,11.091C18.146,11.091 20.182,13.127 20.182,15.637C20.182,15.915 20.157,16.188 20.109,16.452L21.578,17.922C21.851,17.213 22,16.442 22,15.637C22,12.118 19.154,9.273 15.636,9.273V4.727H16.545V2.909H12V2H6.545V2.889L8.384,4.727H13.818V9.537Z"
10      android:fillColor="@android:color/white"
11      android:fillType="evenOdd"/>
12</vector>
13