RemixIconEx.Map.plane
You're seeing just the function
plane
, go back to RemixIconEx.Map module for more information.
Link to this function
plane(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.plane()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14 8.947L22 14v2l-8-2.526v5.36l3 1.666V22l-4.5-1L8 22v-1.5l3-1.667v-5.36L3 16v-2l8-5.053V3.5a1.5 1.5 0 0 1 3 0v5.447z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}