RemixIconEx.Map.barricade
You're seeing just the function
barricade
, go back to RemixIconEx.Map module for more information.
Link to this function
barricade(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.barricade()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6.493 19h11.014l-.667-3H7.16l-.667 3zm13.063 0H21v2H3v-2h1.444L7.826 3.783A1 1 0 0 1 8.802 3h6.396a1 1 0 0 1 .976.783L19.556 19zM7.604 14h8.792l-.89-4H8.494l-.889 4zm1.334-6h6.124l-.666-3H9.604l-.666 3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}