RemixIconEx.Map.luggage_deposit
You're seeing just the function
luggage_deposit
, go back to RemixIconEx.Map module for more information.
Link to this function
luggage_deposit(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.luggage_deposit()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15 3c.552 0 1 .448 1 1v2h4c.552 0 1 .448 1 1v12h2v2H1v-2h2V7c0-.552.448-1 1-1h4V4c0-.552.448-1 1-1h6zM8 8H5v11h3V8zm6 0h-4v11h4V8zm5 0h-3v11h3V8zm-5-3h-4v1h4V5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}