RemixIconEx.Map.map_pin_4
You're seeing just the function
map_pin_4
, go back to RemixIconEx.Map module for more information.
Link to this function
map_pin_4(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.map_pin_4()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 17.938A8.001 8.001 0 0 1 12 2a8 8 0 0 1 1 15.938V21h-2v-3.062zM12 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm-7 6h14v2H5v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}