RemixIconEx.Health.zzz
You're seeing just the function
zzz
, go back to RemixIconEx.Health module for more information.
Link to this function
zzz(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Health.zzz()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 11v2l-5.327 6H11v2H3v-2l5.326-6H3v-2h8zm10-8v2l-5.327 6H21v2h-8v-2l5.326-6H13V3h8z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}