RemixIconEx.Map.map_2
You're seeing just the function
map_2
, go back to RemixIconEx.Map module for more information.
Link to this function
map_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.map_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 5l7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5zm14 14.395l4-1.714V5.033l-4 1.714v12.648zm-2-.131V6.736l-4-2v12.528l4 2zm-6-2.011V4.605L4 6.319v12.648l4-1.714z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}