RemixIconEx.System.add_box
You're seeing just the function
add_box
, go back to RemixIconEx.System module for more information.
Link to this function
add_box(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.add_box()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6 6V7h2v4h4v2h-4v4h-2v-4H7v-2h4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}