RemixIconEx.Health.first_aid_kit
You're seeing just the function
first_aid_kit
, go back to RemixIconEx.Health module for more information.
Link to this function
first_aid_kit(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Health.first_aid_kit()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M16 1c.552 0 1 .448 1 1v3h4c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V6c0-.552.448-1 1-1h4V2c0-.552.448-1 1-1h8zm4 6H4v12h16V7zm-7 2v3h3v2h-3.001L13 17h-2l-.001-3H8v-2h3V9h2zm2-6H9v2h6V3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}