RemixIconEx.Health.health_book
You're seeing just the function
health_book
, go back to RemixIconEx.Health module for more information.
Link to this function
health_book(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Health.health_book()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 2c.552 0 1 .448 1 1v18c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1v-2H3v-2h2v-2H3v-2h2v-2H3V9h2V7H3V5h2V3c0-.552.448-1 1-1h14zm-1 2H7v16h12V4zm-5 4v3h3v2h-3.001L14 16h-2l-.001-3H9v-2h3V8h2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}