RemixIconEx.Business.bar_chart_grouped
You're seeing just the function
bar_chart_grouped
, go back to RemixIconEx.Business module for more information.
Link to this function
bar_chart_grouped(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.bar_chart_grouped()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 12h2v9H2v-9zm3 2h2v7H5v-7zm11-6h2v13h-2V8zm3 2h2v11h-2V10zM9 2h2v19H9V2zm3 2h2v17h-2V4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}