RemixIconEx.Editor.paragraph
You're seeing just the function
paragraph
, go back to RemixIconEx.Editor module for more information.
Link to this function
paragraph(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.paragraph()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 6v15h-2v-5a6 6 0 1 1 0-12h10v2h-3v15h-2V6h-3zm-2 0a4 4 0 1 0 0 8V6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}