Skip to content

Commit

Permalink
[Feat] 밈 용 ㅋㅋ아이콘 추가..
Browse files Browse the repository at this point in the history
  • Loading branch information
JaesungLeee committed Aug 17, 2024
1 parent 7db08f5 commit c123ac1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,17 @@ object FarmemeIcon {
tint = tint,
)

@Composable
fun KKMeme(
modifier: Modifier = Modifier,
tint: Color = Color.Unspecified,
) = Icon(
modifier = modifier,
painter = painterResource(id = R.drawable.ic_kk_memelist),
contentDescription = null,
tint = tint,
)

@Composable
fun CheckRectangle(
modifier: Modifier = Modifier,
Expand Down
12 changes: 12 additions & 0 deletions core/designsystem/src/main/res/drawable/ic_kk_memelist.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="32dp"
android:height="16dp"
android:viewportWidth="32"
android:viewportHeight="16">
<path
android:pathData="M28.042,13.52C27.582,13.46 27.302,13.22 27.222,12.82H27.142C26.582,12.76 26.302,12.4 26.302,11.84V11.02H20.082C19.442,11.02 18.942,10.74 18.682,10.26C18.022,10.08 17.602,9.52 17.602,8.76V7.12C17.602,6.54 17.922,6.22 18.502,6.22H19.022L18.942,6.1C18.282,5.92 17.862,5.36 17.862,4.6V2.9C17.862,2.32 18.182,2 18.762,2H29.042C29.622,2 30.062,2.28 30.302,2.74C30.982,2.9 31.402,3.5 31.402,4.26C31.402,6.3 31.402,11.28 31.302,11.8C31.042,13.24 29.822,13.74 28.042,13.52ZM27.202,9.42V11.92C28.642,12.1 29.362,11.8 29.522,10.94C29.602,10.5 29.602,5.6 29.602,3.56C29.602,3.14 29.402,2.9 29.042,2.9H18.762V4.6C18.762,5.04 19.002,5.26 19.442,5.26H27.202V7.12H18.502V8.76C18.502,9.2 18.742,9.42 19.182,9.42H27.202Z"
android:fillColor="#8797A3"/>
<path
android:pathData="M11.44,13.52C10.98,13.46 10.7,13.22 10.62,12.82H10.54C9.98,12.76 9.7,12.4 9.7,11.84V11.02H3.48C2.84,11.02 2.34,10.74 2.08,10.26C1.42,10.08 1,9.52 1,8.76V7.12C1,6.54 1.32,6.22 1.9,6.22H2.42L2.34,6.1C1.68,5.92 1.26,5.36 1.26,4.6V2.9C1.26,2.32 1.58,2 2.16,2H12.44C13.02,2 13.46,2.28 13.7,2.74C14.38,2.9 14.8,3.5 14.8,4.26C14.8,6.3 14.8,11.28 14.7,11.8C14.44,13.24 13.22,13.74 11.44,13.52ZM10.6,9.42V11.92C12.04,12.1 12.76,11.8 12.92,10.94C13,10.5 13,5.6 13,3.56C13,3.14 12.8,2.9 12.44,2.9H2.16V4.6C2.16,5.04 2.4,5.26 2.84,5.26H10.6V7.12H1.9V8.76C1.9,9.2 2.14,9.42 2.58,9.42H10.6Z"
android:fillColor="#8797A3"/>
</vector>

0 comments on commit c123ac1

Please sign in to comment.