From c123ac1bb47ce511b872ba2e09e959926bea3a55 Mon Sep 17 00:00:00 2001 From: JaesungLeee Date: Sat, 17 Aug 2024 16:57:35 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20=EB=B0=88=20=EC=9A=A9=20=E3=85=8B?= =?UTF-8?q?=E3=85=8B=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=B6=94=EA=B0=80..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/team/ppac/designsystem/foundation/Icon.kt | 11 +++++++++++ .../src/main/res/drawable/ic_kk_memelist.xml | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 core/designsystem/src/main/res/drawable/ic_kk_memelist.xml diff --git a/core/designsystem/src/main/kotlin/team/ppac/designsystem/foundation/Icon.kt b/core/designsystem/src/main/kotlin/team/ppac/designsystem/foundation/Icon.kt index b519df36..c3ebc829 100644 --- a/core/designsystem/src/main/kotlin/team/ppac/designsystem/foundation/Icon.kt +++ b/core/designsystem/src/main/kotlin/team/ppac/designsystem/foundation/Icon.kt @@ -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, diff --git a/core/designsystem/src/main/res/drawable/ic_kk_memelist.xml b/core/designsystem/src/main/res/drawable/ic_kk_memelist.xml new file mode 100644 index 00000000..7767db5f --- /dev/null +++ b/core/designsystem/src/main/res/drawable/ic_kk_memelist.xml @@ -0,0 +1,12 @@ + + + +