Merge "Update "create new folder" icon to GM2." into rvc-dev am: 1d3c603eeb am: 304603a95e

Change-Id: I4c3240a6b7127962d08bca9a97eb295a4f658d82
diff --git a/res/drawable/ic_create_new_folder.xml b/res/drawable/ic_create_new_folder.xml
index 26dbcd3..9bde405 100644
--- a/res/drawable/ic_create_new_folder.xml
+++ b/res/drawable/ic_create_new_folder.xml
@@ -15,12 +15,14 @@
   -->
 
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="24dp"
-        android:height="24dp"
-        android:viewportWidth="24.0"
-        android:viewportHeight="24.0"
-        android:tint="?attr/colorControlNormal">
+    android:width="24dp"
+    android:height="24dp"
+    android:viewportWidth="24.0"
+    android:viewportHeight="24.0"
+    android:tint="?attr/colorControlNormal">
     <path
         android:fillColor="@android:color/white"
-        android:pathData="M20,6h-8l-2,-2L4,4c-1.11,0 -1.99,0.89 -1.99,2L2,18c0,1.11 0.89,2 2,2h16c1.11,0 2,-0.89 2,-2L22,8c0,-1.11 -0.89,-2 -2,-2zM19,14h-3v3h-2v-3h-3v-2h3L14,9h2v3h3v2z"/>
+        android:pathData="M12 12h2v-2h2v2h2v2h-2v2h-2v-2h-2v-2zm10-4v10c0 1.1-0.9 2-2 2H4c-1.1 0-2-0.9-2-2l0.01-12c0-1.1 0.89 -2 1.99-2h6l2 2h8c1.1 0 2 0.9 2 2zm-2 0H4v10h16V8z" />
+    <path
+        android:pathData="M0 0h24v24H0V0z" />
 </vector>
\ No newline at end of file