RemixIconEx.Editor.superscript_2
You're seeing just the function
superscript_2
, go back to RemixIconEx.Editor module for more information.
Link to this function
superscript_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.superscript_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 7v13H9V7H3V5h12v2h-4zm8.55-.42a.8.8 0 1 0-1.32-.36l-1.154.33A2.001 2.001 0 0 1 19 4a2 2 0 0 1 1.373 3.454L18.744 9H21v1h-4V9l2.55-2.42z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}