RemixIconEx.Editor.bring_to_front
You're seeing just the function
bring_to_front
, go back to RemixIconEx.Editor module for more information.
Link to this function
bring_to_front(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.bring_to_front()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 3c.552 0 1 .448 1 1v2h5c.552 0 1 .448 1 1v5h2c.552 0 1 .448 1 1v7c0 .552-.448 1-1 1h-7c-.552 0-1-.448-1-1v-2H7c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h7zm5 5H8v8h8V8z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}