Skip to content

Commit

Permalink
[add/#21] tab Row 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaejugkim committed Jan 16, 2025
1 parent bef10ca commit 64eca0d
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
32 changes: 32 additions & 0 deletions app/src/main/res/drawable/ic_brain_tab.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="29dp"
android:height="28dp"
android:viewportWidth="29"
android:viewportHeight="28">
<path
android:pathData="M16.193,7L16.193,15.4"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
<path
android:pathData="M20.395,11.2L11.995,11.2"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
<path
android:pathData="M19.164,14.17L13.224,8.23"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
<path
android:pathData="M13.225,14.17L19.164,8.23"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
<path
android:pathData="M9.179,26.267V23.273C5.346,22.315 5.186,18.482 5.586,16.685C0.794,16.685 3.789,13.69 6.185,11.295L6.185,11.295C6.185,7.183 11.062,-0.875 20.559,3.509C28.344,7.102 25.35,17.284 20.559,20.278V26.267H9.179Z"
android:strokeLineJoin="round"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
</vector>
24 changes: 24 additions & 0 deletions app/src/main/res/drawable/ic_calendar_tab.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="23dp"
android:height="26dp"
android:viewportWidth="23"
android:viewportHeight="26">
<path
android:pathData="M3.596,3.359C1.939,3.359 0.596,4.703 0.596,6.359V10.359H22.996V6.359C22.996,4.703 21.653,3.359 19.996,3.359H3.596ZM6.196,7.609H17.396V6.109H6.196V7.609Z"
android:fillColor="#565C6D"
android:fillType="evenOdd"/>
<path
android:pathData="M3.596,4.159L19.996,4.159A2.2,2.2 0,0 1,22.196 6.359L22.196,22.759A2.2,2.2 0,0 1,19.996 24.959L3.596,24.959A2.2,2.2 0,0 1,1.396 22.759L1.396,6.359A2.2,2.2 0,0 1,3.596 4.159z"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
<path
android:pathData="M14.596,19.459a2.1,2.1 0,1 0,4.2 0a2.1,2.1 0,1 0,-4.2 0z"
android:fillColor="#565C6D"/>
<path
android:pathData="M5.146,0.56h2.1v2.8h-2.1z"
android:fillColor="#565C6D"/>
<path
android:pathData="M16.346,0.56h2.1v2.8h-2.1z"
android:fillColor="#565C6D"/>
</vector>
16 changes: 16 additions & 0 deletions app/src/main/res/drawable/ic_send.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="18dp"
android:height="22dp"
android:viewportWidth="18"
android:viewportHeight="22">
<path
android:pathData="M9,22V2"
android:strokeWidth="2.11308"
android:fillColor="#00000000"
android:strokeColor="#11121C"/>
<path
android:pathData="M1,10L9,2L17,10"
android:strokeWidth="2.46154"
android:fillColor="#00000000"
android:strokeColor="#11121C"/>
</vector>

0 comments on commit 64eca0d

Please sign in to comment.