Skip to content

Commit

Permalink
[Add/#65] 아이콘 및 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoncheong committed Jul 15, 2023
1 parent ac95c26 commit 4b40a2e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/src/main/res/drawable/ic_arrow_back_white.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M16,24H32"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#FCFAF8"
android:strokeLineCap="round"/>
<path
android:pathData="M22,18L16,24L22,30"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#FCFAF8"
android:strokeLineCap="round"/>
</vector>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b40a2e

Please sign in to comment.