RemixIconEx.Buildings.store_3
You're seeing just the function
store_3
, go back to RemixIconEx.Buildings module for more information.
Link to this function
store_3(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Buildings.store_3()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M21 13v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7H2v-2l1-5h18l1 5v2h-1zM5 13v6h14v-6H5zm-.96-2h15.92l-.6-3H4.64l-.6 3zM6 14h8v3H6v-3zM3 3h18v2H3V3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}