RemixIconEx.Document.file_mark
You're seeing just the function
file_mark
, go back to RemixIconEx.Document module for more information.
Link to this function
file_mark(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_mark()
<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 1zM7 4H5v16h14V4h-5v9l-3.5-2L7 13V4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}