RemixIconEx.Map.hotel_bed
You're seeing just the function
hotel_bed
, go back to RemixIconEx.Map module for more information.
Link to this function
hotel_bed(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.hotel_bed()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M22 11v9h-2v-3H4v3H2V4h2v10h8V7h6a4 4 0 0 1 4 4zm-2 3v-3a2 2 0 0 0-2-2h-4v5h6zM8 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}