RemixIconEx.Document.todo
You're seeing just the function
todo
, go back to RemixIconEx.Document module for more information.
Link to this function
todo(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.todo()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 2h3a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3V0h2v2h6V0h2v2zm0 2v2h-2V4H9v2H7V4H5v16h14V4h-2zM7 8h10v2H7V8zm0 4h10v2H7v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}