This is a Compose Multiplatform icons pack with more than 3000 straight and rounded icons.
# for rounded icons pack
icons = { module = "lol.hostov.icons:rounded", version = "1.1.0" }
# for straight icons pack
icons = { module = "lol.hostov.icons:straight", version = "1.1.0" }
// import me.localx.icons.rounded.Icons
// import me.localx.icons.rounded.Icons.Check
Icon(
painter = rememberVectorPainter(Icons.Outline.Check)
contentDescription = null,
modifier = Modifier.size(56.dp),
tint = Color.Red
)
For more icon examples see the website
Uicons by Flaticon
Figma: https://www.figma.com/community/file/1380005566074048103