RemixIconEx.Development.terminal
You're seeing just the function
terminal
, go back to RemixIconEx.Development module for more information.
Link to this function
terminal(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Development.terminal()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 12l-7.071 7.071-1.414-1.414L8.172 12 2.515 6.343 3.929 4.93 11 12zm0 7h10v2H11v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}