Skip to content

Commit

Permalink
[chore] #14 누락 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nm1ksun committed May 16, 2024
1 parent 88589aa commit 682e585
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_saved_1_off_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:strokeWidth="1"
android:pathData="M12.248,15.995L12,15.853L11.752,15.994L4.5,20.138V3.5H19.5V20.138L12.248,15.995Z"
android:fillColor="#00000000"
android:strokeColor="#333333"/>
</vector>
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_saved_1_on_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:strokeWidth="1"
android:pathData="M12.248,15.995L12,15.853L11.752,15.994L4.5,20.138V3.5H19.5V20.138L12.248,15.995Z"
android:fillColor="#333333"
android:strokeColor="#333333"/>
</vector>
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/ic_saved_2_off_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:strokeWidth="1"
android:pathData="M12.277,14.251C12.109,14.139 11.891,14.139 11.723,14.251L4.5,19.066V4.5H19.5V19.066L12.277,14.251Z"
android:strokeLineJoin="round"
android:fillColor="#00000000"
android:strokeColor="#333333"/>
</vector>
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/ic_saved_2_on_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:strokeWidth="1"
android:pathData="M12.277,14.251C12.109,14.139 11.891,14.139 11.723,14.251L4.5,19.066V4.5H19.5V19.066L12.277,14.251Z"
android:strokeLineJoin="round"
android:fillColor="#333333"
android:strokeColor="#333333"/>
</vector>

0 comments on commit 682e585

Please sign in to comment.