parse

abstract fun parse(content: String, iconName: String, config: ParserConfig): IconFileContents(source)

Parses the given content markup into an IconFileContents domain model.

Parameters

content

Raw SVG or AVG markup string.

iconName

Name used for the generated icon composable.

config

Parser configuration controlling output options.