brandIcon

private fun brandIcon(name: String, pathData: String, viewportWidth: Float = 24.0f, viewportHeight: Float = 24.0f, pathFillType: PathFillType = PathFillType.EvenOdd, strokeLineWidth: Float = 0.0f, scaleX: Float = 1.0f, scaleY: Float = 1.0f, pivotX: Float = 0.0f, pivotY: Float = 0.0f): ImageVector(source)
private fun brandIcon(name: String, pathData: List<String>, viewportWidth: Float = 24.0f, viewportHeight: Float = 24.0f, pathFillType: PathFillType = PathFillType.EvenOdd, strokeLineWidth: Float = 0.0f, scaleX: Float = 1.0f, scaleY: Float = 1.0f, pivotX: Float = 0.0f, pivotY: Float = 0.0f): ImageVector(source)

Executes the brandIcon step in the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

name

name value consumed by the API.

pathData

path data value consumed by the API.

viewportWidth

viewport width value consumed by the API.

viewportHeight

viewport height value consumed by the API.

pathFillType

path fill type value consumed by the API.

strokeLineWidth

stroke line width value consumed by the API.

scaleX

scale x value consumed by the API.

scaleY

scale y value consumed by the API.

pivotX

pivot x value consumed by the API.

pivotY

pivot y value consumed by the API.