Tombol Bootstrap Python Dash dengan Ikon

dbc.Button(
    html.Span(["Button", html.I(className="fas fa-plus-circle ml-2")])
)
Wild Wolf