RemixIconEx.Business.bar_chart
You're seeing just the function
bar_chart
, go back to RemixIconEx.Business module for more information.
Link to this function
bar_chart(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.bar_chart()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 12h2v9H3v-9zm16-4h2v13h-2V8zm-8-6h2v19h-2V2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}