RemixIconEx.Development.css3
You're seeing just the function
css3
, go back to RemixIconEx.Development module for more information.
Link to this function
css3(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Development.css3()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2.8 14h2.04l-.545 2.725 5.744 2.154 7.227-2.41L18.36 11H3.4l.4-2h14.96l.8-4H4.6L5 3h17l-3 15-9 3-8-3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}