createOverlayRow
private fun createOverlayRow(icons: List<Icon>, outerSize: Int, innerSize: Number = outerSize): RowIcon(source)
Creates a RowIcon consisting of appropriately-scaled horizontally-laid-out icons.
Each (square) icon is first scaled to an innerSize square and then centered within an outerSize square. There is no additional space between the icons.