RemixIconEx.Health.dossier
You're seeing just the function
dossier
, go back to RemixIconEx.Health module for more information.
Link to this function
dossier(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Health.dossier()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 2v2h3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h3V2h10zM7 6H5v14h14V6h-2v2H7V6zm6 5v2h2v2h-2.001L13 17h-2l-.001-2H9v-2h2v-2h2zm2-7H9v2h6V4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}