ic_places_store.xml 384 B

12345678910
  1. <!-- drawable/store.xml -->
  2. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:width="24dp"
  4. android:height="24dp"
  5. android:viewportHeight="24"
  6. android:viewportWidth="24">
  7. <path
  8. android:fillColor="#000"
  9. android:pathData="M12,18H6V14H12M21,14V12L20,7H4L3,12V14H4V20H14V14H18V20H20V14M20,4H4V6H20V4Z"/>
  10. </vector>