MdOutlinedIconButton

@Composable
fun MdOutlinedIconButton(disabled: Boolean? = null, flipIconInRtl: Boolean? = null, href: String? = null, target: String? = null, ariaLabelSelected: String? = null, toggle: Boolean? = null, selected: Boolean? = null, type: String? = null, value: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdIconButtonScope.() -> Unit)(source)