RemixIconEx.Editor.code_view
You're seeing just the function
code_view
, go back to RemixIconEx.Editor module for more information.
Link to this function
code_view(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.code_view()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M16.95 8.464l1.414-1.414 4.95 4.95-4.95 4.95-1.414-1.414L20.485 12 16.95 8.464zm-9.9 0L3.515 12l3.535 3.536-1.414 1.414L.686 12l4.95-4.95L7.05 8.464z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}