Skip to content

Commit

Permalink
chore: add view quilt icon
Browse files Browse the repository at this point in the history
EdricChan03 committed Mar 7, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9858d76 commit 2288984
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_view_quilt_white_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path android:pathData="M0 0h24v24H0z" />
<path
android:fillColor="#FFF"
android:pathData="M10,5V11H21V5M16,18H21V12H16M4,18H9V5H4M10,18H15V12H10V18Z" />
</vector>

0 comments on commit 2288984

Please sign in to comment.