SvgImage

@Composable
fun SvgImage(modifier: Modifier = Modifier, contentDescription: String? = null, content: SvgBuilder.() -> Unit)

Composable function to create and render SVG using DSL

@Composable
fun SvgImage(modifier: Modifier = Modifier, attrs: AttrsScope<HTMLElement>.() -> Unit = {}, content: SvgBuilder.() -> Unit)

Composable function to create and render SVG using DSL in Kobweb This is the recommended way to use Doppelganger with Kobweb