RemixIconEx.Editor.text
You're seeing just the function
text
, go back to RemixIconEx.Editor module for more information.
Link to this function
text(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.text()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 6v15h-2V6H5V4h14v2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}