snehilvj / dash-iconify

Iconify for Plotly Dash

Home Page:https://www.dash-mantine-components.com/dash-iconify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color parameter does not work with openmoji

kayjan opened this issue · comments

Hi, I'm trying to use DashIconify with openmoji and I cannot get the black variant of the icon

Link to icon: https://openmoji.org/library/emoji-E100/#variant=black
Code: DashIconify(icon="openmoji:tap", color="black", height=40)

It's actually not about the color but the fill of the icon. Iconfiy doesn't have any way to allow for toggling between fill and outline unless two separate icons exist for them in the icon set. Hence, the color prop won't work here.