GridIcon

fun GridIcon(grid: Grid, modifier: Modifier = Modifier, iconSize: Dp = 24.dp, spacing: Dp = 2.dp, color: Color = MaterialTheme.colorScheme.primary)(source)

Renders the GridIcon UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

grid

grid value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

iconSize

icon size value consumed by the API.

spacing

spacing value consumed by the API.

color

color value consumed by the API.