ic_format_align_left_24dp.xml

 1<vector xmlns:android="http://schemas.android.com/apk/res/android"
 2    android:width="24dp"
 3    android:height="24dp"
 4    android:autoMirrored="true"
 5    android:tint="?colorControlNormal"
 6    android:viewportWidth="24"
 7    android:viewportHeight="24">
 8
 9    <path
10        android:fillColor="@android:color/white"
11        android:pathData="M15,15L3,15v2h12v-2zM15,7L3,7v2h12L15,7zM3,13h18v-2L3,11v2zM3,21h18v-2L3,19v2zM3,3v2h18L21,3L3,3z" />
12
13</vector>