RemixIconEx.Buildings.bank
You're seeing just the function
bank
, go back to RemixIconEx.Buildings module for more information.
Link to this function
bank(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Buildings.bank()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 20h20v2H2v-2zm2-8h2v7H4v-7zm5 0h2v7H9v-7zm4 0h2v7h-2v-7zm5 0h2v7h-2v-7zM2 7l10-5 10 5v4H2V7zm2 1.236V9h16v-.764l-8-4-8 4zM12 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}