KvadrantIconicTile

fun KvadrantIconicTile(modifier: Modifier = Modifier, size: TileSize = TileSize.Medium, color: Color = KvadrantTheme.colors.accent, count: Int = 0, label: String? = null, cyrillic: FontFamily? = null, onClick: () -> Unit = {}, icon: @Composable () -> Unit = {})

The phone's own tile shape: a small icon, a count, and a label along the bottom.

The icon is not artwork filling the tile — it is a glyph sized to a best-fit box that leaves room for the rest: 70×110 px inside a small tile, 130×202 inside a medium one. That is why the phone's own tiles all looked like one family however different their icons were.