RemixIconEx.Editor.english_input
You're seeing just the function
english_input
, go back to RemixIconEx.Editor module for more information.
Link to this function
english_input(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.english_input()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14 10h2v.757a4.5 4.5 0 0 1 7 3.743V20h-2v-5.5c0-1.43-1.175-2.5-2.5-2.5S16 13.07 16 14.5V20h-2V10zm-2-6v2H4v5h8v2H4v5h8v2H2V4h10z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}