With 1.0.x
just use the Modifier.size(xx.dp)
Icon(Icons.Filled.Person,"contentDescription", modifier = Modifier.size(128.dp))
With 1.0.x
just use the Modifier.size(xx.dp)
Icon(Icons.Filled.Person,"contentDescription", modifier = Modifier.size(128.dp))