RemixIconEx.Document.file_shred
You're seeing just the function
file_shred
, go back to RemixIconEx.Document module for more information.
Link to this function
file_shred(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_shred()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6 12h12V8h-4V4H6v8zm-2 0V2.995c0-.55.445-.995.996-.995H15l5 5v5h2v2H2v-2h2zm-1 4h2v6H3v-6zm16 0h2v6h-2v-6zm-4 0h2v6h-2v-6zm-4 0h2v6h-2v-6zm-4 0h2v6H7v-6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}