RemixIconEx.Business.bar_chart_horizontal
You're seeing just the function
bar_chart_horizontal
, go back to RemixIconEx.Business module for more information.
Link to this function
bar_chart_horizontal(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.bar_chart_horizontal()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 3v2H3V3h9zm4 16v2H3v-2h13zm6-8v2H3v-2h19z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}