RemixIconEx.Document.article
You're seeing just the function
article
, go back to RemixIconEx.Document module for more information.
Link to this function
article(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.article()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM7 6h4v4H7V6zm0 6h10v2H7v-2zm0 4h10v2H7v-2zm6-9h4v2h-4V7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}