1<vector xmlns:android="http://schemas.android.com/apk/res/android"
2    android:width="72dp"
3    android:height="56dp"
4    android:viewportWidth="72"
5    android:viewportHeight="56">
6  <group>
7    <clip-path
8        android:pathData="M0,0h72v56h-72z"/>
9    <group>
10      <clip-path
11          android:pathData="M0,28C0,12.536 12.536,0 28,0H44C59.464,0 72,12.536 72,28C72,43.464 59.464,56 44,56H28C12.536,56 0,43.464 0,28Z"/>
12      <path
13          android:pathData="M0,28C0,12.536 12.536,0 28,0H44C59.464,0 72,12.536 72,28C72,43.464 59.464,56 44,56H28C12.536,56 0,43.464 0,28Z"
14          android:fillColor="@color/system_secondary_container"/>
15      <group>
16        <clip-path
17            android:pathData="M24,16h24v24h-24z"/>
18        <path
19            android:pathData="M30.4,35L29,33.6L34.6,28L29,22.4L30.4,21L36,26.6L41.6,21L43,22.4L37.4,28L43,33.6L41.6,35L36,29.4L30.4,35Z"
20            android:fillColor="@color/system_on_secondary_container"/>
21      </group>
22    </group>
23  </group>
24</vector>
25