Package-level declarations

Types

Link copied to clipboard
object BrandIcons

Provides the BrandIcons singleton used by the SDAI presentation layer.

Properties

Link copied to clipboard
private var apple: ImageVector?

Exposes the apple value used by the SDAI presentation layer.

Link copied to clipboard
private const val APPLE_PATH: String

Exposes the APPLE_PATH value used by the SDAI presentation layer.

Link copied to clipboard
private var discord: ImageVector?

Exposes the discord value used by the SDAI presentation layer.

Link copied to clipboard
private const val DISCORD_PATH: String

Exposes the DISCORD_PATH value used by the SDAI presentation layer.

Link copied to clipboard
private var moroz: ImageVector?

Exposes the moroz value used by the SDAI presentation layer.

Link copied to clipboard
private const val MOROZ_PATH: String

Exposes the MOROZ_PATH value used by the SDAI presentation layer.

Link copied to clipboard
private var sdai: ImageVector?

Exposes the sdai value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the SDAI_LETTER_PATHS value used by the SDAI presentation layer.

Link copied to clipboard
private val SDAI_PATHS: List<String>

Exposes the SDAI_PATHS value used by the SDAI presentation layer.

Link copied to clipboard
private var sdaiLetters: ImageVector?

Exposes the sdaiLetters value used by the SDAI presentation layer.

Link copied to clipboard
private var telegram: ImageVector?

Exposes the telegram value used by the SDAI presentation layer.

Link copied to clipboard
private const val TELEGRAM_PATH: String

Exposes the TELEGRAM_PATH value used by the SDAI presentation layer.

Functions

Link copied to clipboard
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
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

Executes the brandIcon step in the SDAI presentation layer.