Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon 컴포넌트 추가, filled/line 아이콘 정의 #5

Merged
merged 12 commits into from
Jul 27, 2024
Prev Previous commit
Icon: NonRestartableComposable 어노테이션 제거
  • Loading branch information
cometj03 committed Jul 27, 2024
commit 07de9f941dbfaecc81e13a8fccdf1ce8cb8099cb
1 change: 0 additions & 1 deletion compose/src/main/kotlin/com/yourssu/handy/compose/Icon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ fun Icon(
}

@Composable
@NonRestartableComposable
fun Icon(
painter: Painter,
modifier: Modifier = Modifier,
Expand Down