Skip to content

Commit

Permalink
[CHORE] #95 : 사용하는 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 30, 2024
1 parent 36123f2 commit a0c731a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions core/designresource/src/main/res/drawable/ic_add_question.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="40dp"
android:height="40dp"
android:viewportWidth="40"
android:viewportHeight="40">
<path
android:pathData="M29.32,0C36.12,0 40,3.84 40,10.66V29.34C40,36.12 36.14,40 29.34,40H10.66C3.84,40 0,36.12 0,29.34V10.66C0,3.84 3.84,0 10.66,0H29.32ZM19.98,11.02C19.06,11.02 18.32,11.76 18.32,12.68V18.32H12.66C12.22,18.32 11.8,18.5 11.48,18.8C11.18,19.12 11,19.538 11,19.98C11,20.9 11.74,21.64 12.66,21.66H18.32V27.32C18.32,28.24 19.06,28.98 19.98,28.98C20.9,28.98 21.64,28.24 21.64,27.32V21.66H27.32C28.24,21.64 28.98,20.9 28.98,19.98C28.98,19.06 28.24,18.32 27.32,18.32H21.64V12.68C21.64,11.76 20.9,11.02 19.98,11.02Z"
android:fillColor="#FBCF34"/>
</vector>
4 changes: 2 additions & 2 deletions core/designresource/src/main/res/drawable/ic_back.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="7dp"
android:height="14dp"
android:width="10dp"
android:height="20dp"
android:viewportWidth="10"
android:viewportHeight="20">
<path
Expand Down
9 changes: 9 additions & 0 deletions core/designresource/src/main/res/drawable/ic_close.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="15dp"
android:height="15dp"
android:viewportWidth="15"
android:viewportHeight="15">
<path
android:pathData="M15,1.511L13.489,0L7.5,5.989L1.511,0L0,1.511L5.989,7.5L0,13.489L1.511,15L7.5,9.011L13.489,15L15,13.489L9.011,7.5L15,1.511Z"
android:fillColor="#ffffff"/>
</vector>

0 comments on commit a0c731a

Please sign in to comment.