RemixIconEx.Editor.table_2
You're seeing just the function
table_2
, go back to RemixIconEx.Editor module for more information.
Link to this function
table_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.table_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 10v4h6v-4h-6zm-2 0H5v4h6v-4zm2 9h6v-3h-6v3zm-2 0v-3H5v3h6zm2-14v3h6V5h-6zm-2 0H5v3h6V5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}