RemixIconEx.Map.bus
You're seeing just the function
bus
, go back to RemixIconEx.Map module for more information.
Link to this function
bus(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.bus()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 20H7v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1H3v-8H2V8h1V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3h1v4h-1v8h-1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm2-8V5H5v7h14zm0 2H5v4h14v-4zM6 15h4v2H6v-2zm8 0h4v2h-4v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}