RemixIconEx.Map.direction
You're seeing just the function
direction
, go back to RemixIconEx.Map module for more information.
Link to this function
direction(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.direction()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 3.515L3.515 12 12 20.485 20.485 12 12 3.515zm.707-2.122l9.9 9.9a1 1 0 0 1 0 1.414l-9.9 9.9a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414l9.9-9.9a1 1 0 0 1 1.414 0zM13 10V7.5l3.5 3.5-3.5 3.5V12h-3v3H8v-4a1 1 0 0 1 1-1h4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}