RemixIconEx.Editor.bring_forward
You're seeing just the function
bring_forward
, go back to RemixIconEx.Editor module for more information.
Link to this function
bring_forward(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.bring_forward()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14 3c.552 0 1 .448 1 1v5h5c.552 0 1 .448 1 1v10c0 .552-.448 1-1 1H10c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h10zm-1 2H5v8h8V5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}