RemixIconEx.Document.file_warning
You're seeing just the function
file_warning
, go back to RemixIconEx.Document module for more information.
Link to this function
file_warning(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_warning()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 15h2v2h-2v-2zm0-8h2v6h-2V7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}