RemixIconEx.Editor.functions
You're seeing just the function
functions
, go back to RemixIconEx.Editor module for more information.
Link to this function
functions(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.functions()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5 18l7.68-6L5 6V4h14v2H8.263L16 12l-7.737 6H19v2H5v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}