RemixIconEx.Design.table_alt
You're seeing just the function
table_alt
, go back to RemixIconEx.Design module for more information.
Link to this function
table_alt(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.table_alt()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 13H4v3h16v-3zM8 5H4v9h4V5zm6 0h-4v9h4V5zm6 0h-4v9h4V5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}