RemixIconEx.Others.door
You're seeing just the function
door
, go back to RemixIconEx.Others module for more information.
Link to this function
door(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Others.door()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M18 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h12zm-1 2H7v14h10V5zm-2 6v2h-2v-2h2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}